@charset "utf-8";

/*-------------------------------------------------------

KITTE丸の内　夏イベント2025　ＫＩＴＴＥ座
/shop/summer_kitte2025/index.jsp
-------------------------------------------------------*/

/*-----------------------------------
基本設定
-----------------------------------*/
.RinjiAllBnr{display: none;}

:root{
  --fontfamily-english: 'Poppins', sans-serif;
  --fontfamily-japanese-sans-serif: "Noto Sans JP", sans-serif;
  --fontfamily-japanese-serif: 'Noto Serif JP', serif;
  --color-base-main-dark: #00043a;
}

.font-weight-900 {
  font-weight: 900 !important;
}


/*-----------------------------------
エフェクト
-----------------------------------*/
.fade{
	opacity : 0;
	transform: translateY(10px);
	transition: opacity 3s, transform 3s;
}

/*-----------------------------------
全体
-----------------------------------*/

#contents.summerprogram {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  /* background: linear-gradient(to bottom, #005160, #e7290f);
  background-size: 100% 100vh; */
/* 
  background: repeating-linear-gradient(
    to bottom,
    #005160,
    #e7290f 100vh,
    #e7290f 100vh,
    #005160 200vh
  );
  background-size: 100% 100%; */


  max-width: 1760px;
  margin: 0 auto;

  line-height: 1;
  padding: 0;
}

/*全体エリア*/
#contents.summerprogram #contents-main  {
  width: 50vw;
  min-width: 600px;
  max-width: 960px;
  margin: 0;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  z-index: 1;
  flex-shrink: 0;
  padding: 0;
  /* background: linear-gradient(to bottom, #005160, #e7290f 80vh, #e7290f 100vh, #005160 200vh); */

  background: linear-gradient(to bottom, #15515B 25vh, #76504B 50vh, #DE3328 75vh,#D2362A 100vh);
}

/* コンテンツエリア */
#contents.summerprogram .content_inner {
  background-color: #fff;
}

#contents.summerprogram .article02 {
  background-image: url(bg_article02.jpg);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
}

/*-----------------------------------
左右装飾（PCのみ）
-----------------------------------*/
#contents.summerprogram .side-left, #contents .side-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  justify-content: center;
  
  position: sticky;
  top: 0;
  height: 100vh;
  /* height: 100dvh;
  height: 100svh; */
  /* max-height: 1000px; */
  z-index: 0;
  width: calc(100% - 600px);
  max-width: 400px;
  flex-shrink: 2;

  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#contents.summerprogram .side-left {
  left: 0;
  background-image: url(side_left_top.png), url(side_left_bottom.png), linear-gradient(to bottom, #15515B 25vh, #76504B 50vh, #DE3328 75vh,#D2362A 100vh);
}
#contents.summerprogram .side-right {
  right: 0;
  background-image: url(side_right_top.png), url(side_right_bottom.png), linear-gradient(to bottom, #15515B 25vh, #76504B 50vh, #DE3328 75vh,#D2362A 100vh);
}
#contents.summerprogram .side-right img {
  height: auto;
  width: 30%;
}
@media (max-width: 1040px) {
  #contents.summerprogram .side-left, #contents .side-right {
      /* position: absolute; */
      z-index: 0;
      top: 0;
      width: 210px;
  }
  #contents.summerprogram .side-left {
      left: auto;
  }
  #contents.summerprogram .side-right {
      right: auto;
  }
}

/*-----------------------------------
ナビゲーション
-----------------------------------*/
#contents.summerprogram .side-navi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  width: 80%;
  max-width: 300px;
}
#contents.summerprogram .side-navi.sp_view {
  display: none;
}
#contents.summerprogram .side-navi__item {
  /* background-color: #231815;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box; */
}
#contents.summerprogram .side-navi__item a {
  /* color: #fff;
  font-size: clamp(16px, 1.4vw, 22px);
  font-weight: bold;
  padding: 21px;
  width: 100%;
  text-align: center;
  position: relative; */
}
/* #contents.summerprogram .side-navi__item a:before {
  position: absolute;
  right: 1.2vw;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  margin-right: 6px;
} */

#contents.summerprogram .side-text {
  color: #fff;
  padding: 0 5px;
  margin-bottom: 30px;
  font-size: clamp(6px, 2vw, 10px);
  text-align: center;
  font-weight: bold;
}


/*-----------------------------------
メインタイトル
-----------------------------------*/
#contents.summerprogram .main-title {
  text-align: center;
  color: #fff;
  padding: 50px 20px;
}
#contents.summerprogram .main-title__title {
  display: block;
  font-size: 48px;
  font-weight: bold;
}
#contents.summerprogram .main-title__term {
  display: block;
  font-size: 26px;
  font-weight: bold;
  padding-top: 20px;
}
#contents.summerprogram .main-title__term--small {
  font-size: 16px;
}

#contents.summerprogram .main-title__image {
  margin-top: 20px;
  height: auto;
}

#contents.summerprogram .main-title__description {
  margin-top: 30px;
}
#contents.summerprogram .main-title__text {
  margin-top: 20px;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}


/*-----------------------------------
コンテンツ
アトリウムに提灯展示
-----------------------------------*/
#contents.summerprogram .article01 {
  padding: 60px 50px;
}

/* メイン画像 */
#contents.summerprogram .article01-main-image {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}
#contents.summerprogram .article01-main-image .visual {
  width: 100%;
  height: 32vw;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}
#contents.summerprogram .article01-main-image .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
#contents.summerprogram .article01-main-image .bg1 {
  background-image: url(./pho_chochin_atrium-2.jpg);
}
#contents.summerprogram .article01-main-image .bg2 {
  background-image: url(./pho_chochin_atrium-3.jpg);
}
#contents.summerprogram .article01-main-image .bg3 {
  background-image: url(./pho_chochin_atrium-4.jpg);
}

/* メインテキスト */
#contents.summerprogram .article01-main-box {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  background-image: url(bg_article01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
#contents.summerprogram .article01-main-box__title {
  font-size: 48px;
  letter-spacing: 5px;
  line-height: 1.2;
  text-align: left;
  padding: 60px 0 0;
}
#contents.summerprogram .article01-main-box__text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5em;
}

/* サブテキスト */
#contents.summerprogram .article01-sub-box {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  margin: 20px auto 0;
}
#contents.summerprogram .article01-sub-box__title{
  background: none;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  padding: 0;
}
#contents.summerprogram .article01-sub-box__text {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 1.5em;
}
#contents.summerprogram .article01-sub-box__time {
  display: block;
  width: fit-content;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
}
#contents.summerprogram .article01-sub-box__time p {
  padding: 5px 8px;
  line-height: 1.5em;
}
/* サブ画像 */
#contents.summerprogram .article01-sub-image {
  width: 100%;
  margin-top: 20px;
}
#contents.summerprogram .article01-sub-image img {
  width: 100%;
}

/*-----------------------------------
コンテンツ
提灯職人集結
-----------------------------------*/
#contents.summerprogram .chochinmaker {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  padding: 70px 0 90px;
}
/* タイトル */
#contents.summerprogram .chochinmaker-title {
  font-weight: bold;
  font-size: 26px;
  padding: 0;
  line-height: 1.6;
}

/* 各職人 */
#contents.summerprogram .chochinmaker-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
#contents.summerprogram .chochinmaker-item__image {
  width: 100%;
}
#contents.summerprogram .chochinmaker-item-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 15px 0 10px;
}
#contents.summerprogram .chochinmaker-item-title__logo {
  width: 60px;
  height: auto;
}
#contents.summerprogram .chochinmaker-item-title__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: bold;
}
#contents.summerprogram .chochinmaker-item-title__text h3 {
  padding: 0;
  background: none;
  text-align: left;
  font-size: 22px;
}
#contents.summerprogram .chochinmaker-item-title__text span {
  font-size: 18px;
}
#contents.summerprogram .chochinmaker-item-description {
  text-align: justify;
  font-weight: bold;
  line-height: 1.5em;
}

/*-----------------------------------
コンテンツ
イベント　昭和祭り
-----------------------------------*/
#contents.summerprogram .special-event {

}
#contents.summerprogram .special-event__title {
  margin-right: 20px;
  padding: 0;
}
#contents.summerprogram .special-event-item {
  max-width: 520px;
  margin: 30px auto 0;
  width: 100%;
  
}
#contents.summerprogram .kitteza .special-event-item__image {
  position: relative;
  display: block;
}
#contents.summerprogram .kitteza .special-event-item__image::before {
  content: "";
  position: absolute;
  top: -37%;
  left: -17%;
  width: 31%;
  height: 140%;

  background-image: url(title_kitteza_sub.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width:1380px)  {
  #contents.summerprogram .kitteza .special-event-item__image::before {
    top: -14%;
    left: -11%;
    width: 23%;
    height: 127%;
  }
}


#contents.summerprogram .special-event-item__image img {
  width: 100%;
}
#contents.summerprogram .special-event-description__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  flex-direction: column;
  gap: 10px;
}
#contents.summerprogram .special-event-description__date h3 {
  font-size: 22px;
  background: none;
  text-align: left;
  padding: 0;
  margin-top: 0;
}
#contents.summerprogram .special-event-description__time {
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
}
#contents.summerprogram .special-event-description__text {
  font-weight: bold;
  margin-top: 15px;
  text-align: justify;
  line-height: 1.5em;
}
#contents.summerprogram .special-event-description__small {
  margin-top: 15px;
  text-align: justify;
  line-height: 1.5em;
  font-size: 13px;
  word-break: break-all;
}

/*-----------------------------------
コンテンツ
イベント　スクラッチ
-----------------------------------*/
#contents.summerprogram .scratch {
  padding-bottom: 120px;
  margin-top: 50px;
}
#contents.summerprogram .scratch .special-event__title {
  margin: 0;
  text-align: right;
}
#contents.summerprogram .scratch .special-event__title img {
  width: 75%;
}
#contents.summerprogram .scratch .special-event-item {
  display: flex;
  gap: 30px;
}
#contents.summerprogram .scratch .special-event-item__image {
  width: 50%;
  position: relative;
  padding-right: 50px;
}
#contents.summerprogram .scratch .special-event-item__image::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 125px;
  height: 80px;
  background-image: url(bg_scratch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#contents.summerprogram .scratch .special-event-description {
  width: 50%;
}

/* 画面狭めた際に縦に並べる */
@media screen and (max-width:1440px) {
  #contents.summerprogram .scratch .special-event-item {
    flex-direction: column;
    gap: 10px;
  }
  #contents.summerprogram .scratch .special-event-item__image {
    width: 100%;
    padding-right: 0;
  }
  #contents.summerprogram .scratch .special-event-description {
    width: 100%;
  }
}

/*-----------------------------------
注意書き
-----------------------------------*/
#contents.summerprogram .attention {
  background-color: #fff;
  padding: 20px 30px;
  font-size: 12px;
  text-align: left;
}
#contents.summerprogram .attention__text {

}


/*----------------------------------------------------------------------
SP表示

----------------------------------------------------------------------*/

/*-----------------------------------
全体
-----------------------------------*/

/*全体エリア*/
body.sp #contents.summerprogram #contents-main {
  width: 100%;
  min-width: auto;
  max-width: none;
  background: linear-gradient(to bottom, #005160, #e7290f 70vh, #e7290f 100vh, #005160 200vh);
}

/*-----------------------------------
左右装飾（PCのみ）
-----------------------------------*/
body.sp #contents.summerprogram .side-left, body.sp #contents .side-right {
  display: none;
}

/*-----------------------------------
ナビゲーション
-----------------------------------*/
body.sp #contents.summerprogram .side-navi.sp_view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
  width: 100%;
  max-width: none;
  margin-top: 30px;
}
body.sp #contents.summerprogram .side-navi__item {
  width: calc((100% - 10px) / 2);
}


/*-----------------------------------
メインタイトル
-----------------------------------*/
body.sp #contents.summerprogram .main-title {
  background-image: url(side_left_top.png), url(side_left_bottom.png), url(side_right_top.png), url(side_right_bottom.png);
  background-position: top left, top 50% left, top right, top 50% right;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 30px 20px;
}
body.sp #contents.summerprogram .main-title__header {
  position: relative;
}
body.sp #contents.summerprogram .main-title__header::before {
  content: "";
  position: absolute;
  width: 20%;
  height: 80%;
  top: 75%;
  right: -3%;
  transform: translateY(-75%);
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  background-image: url(side_right_text.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.sp #contents.summerprogram .main-title__title {
  font-size: 40px;
}
body.sp #contents.summerprogram .main-title__term {
  padding-top: 10px;
}
body.sp #contents.summerprogram .main-title__text {
  font-size: 3.6vw;
}


/*-----------------------------------
コンテンツ
アトリウムに提灯展示
-----------------------------------*/
body.sp #contents.summerprogram .article01 {
  padding: 30px;
}
/* メイン画像 */
body.sp #contents.summerprogram .article01-main-image {
  width: 100%;
}
body.sp #contents.summerprogram .article01-main-image .visual {
  width: 100%;
  height: 79vw;
}

/* メインテキスト */
body.sp #contents.summerprogram .article01-main-box {
  width: 100%;
  background-size: 70%;
}
body.sp #contents.summerprogram .article01-main-box__title {
  font-size: 36px;
}
/* サブテキスト */
body.sp #contents.summerprogram .article01-sub-box {
  width: 100%;
}
body.sp #contents.summerprogram .article01-sub-box__time {
  width: 100%;
  text-align: center;
}
/* サブ画像 */
body.sp #contents.summerprogram .article01-sub-image {
  width: calc(100% + 40px);
  margin-right: -20px;
  margin-left: -20px;
}

/*-----------------------------------
コンテンツ
提灯職人集結
-----------------------------------*/
body.sp #contents.summerprogram .chochinmaker {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}
body.sp #contents.summerprogram .chochinmaker-title {
  font-size: 22px;
  line-height: 1.5em;
}
body.sp #contents.summerprogram .chochinmaker-item-title__text h3 {
  word-break: keep-all;
}

/*-----------------------------------
コンテンツ
イベント　昭和祭り
-----------------------------------*/
body.sp #contents.summerprogram .special-event {
  padding-bottom: 10px;
  margin-top: 30px;
}
body.sp #contents.summerprogram .special-event__title {
  margin-right: 0;
}
body.sp #contents.summerprogram .kitteza .special-event__title {
  position: relative;
  right: 20px;
}
body.sp #contents.summerprogram .special-event-item {
  width: 100%;
  padding: 0 30px 30px;
  margin-top: 0;
  box-sizing: border-box;
}

body.sp #contents.summerprogram .kitteza .special-event-item__image::before {
  top: -8%;
  left: -9%;
  width: 27%;
  height: 106%;
}

/*-----------------------------------
コンテンツ
イベント　スクラッチ
-----------------------------------*/
body.sp #contents.summerprogram .scratch {
  margin-top: 0;
}
body.sp #contents.summerprogram .scratch .special-event-item {
  margin-top: 15px;
}
body.sp #contents.summerprogram .scratch .special-event-item__image {
  padding-right: 0;
}
body.sp #contents.summerprogram .scratch .special-event-item__image::before {
  top: 4px;
  right: -30px;
  width: 30vw;
  height: 19vw;
  max-width: 160px;
  max-height: 110px;
}