@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;
}

.pc .sp_only,
.sp .pc_only{
	display: none!important;
}

/*-----------------------------------
エフェクト
-----------------------------------*/
.fade {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 2s, transform 2s;
}
/*-----------------------------------
全体
-----------------------------------*/
#contents.summerprogram {
  padding: 0 0 60px;
  background: url("bg.png") center repeat;
}
#contents.summerprogram #contents-main {
  padding: 0;
  min-height: 100vh;
}
/*-----------------------------------
main-title
-----------------------------------*/
#contents.summerprogram .main-title .main-title__header{
    text-align: center;
    position: absolute;
    width: 100%;
	top: 0;
	left: 0;
}
#contents.summerprogram .main-title .main-title__header img {
  margin-top: 60px;
  width: auto;
  height: 150px;
}

#contents.summerprogram .main-title .main-title__image_bg{
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.pc #contents.summerprogram .main-title .main-title__image_bg img{
    width: 140%;
    max-width: 1428px;
    margin: 70px 0 0;
}


/*-----------------------------------
side_text
-----------------------------------*/
#contents.summerprogram .side_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 10vh;
  right: 0;
  height: 70vh;
  z-index: 0;
  width: calc(100% - 600px);
  max-width: 360px;
  flex-shrink: 2;
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
#contents.summerprogram .side_text img {
  height: 100%;
  max-height: 466px;
}
/*-----------------------------------
comingsoon
-----------------------------------*/
#contents.summerprogram .content_inner #comingsoon {
  width: 50vw;
  min-width: 600px;
  max-width: 960px;
  margin: -120px auto 0;
  padding: 50px 90px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#contents.summerprogram .content_inner #comingsoon:before {
  content: '';
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  backdrop-filter: blur(5px);
}
#contents.summerprogram .content_inner #comingsoon .main-title__title {
  font-size: 30px;
  margin-bottom: 10px;
}
#contents.summerprogram .content_inner #comingsoon .main-title__sub {}
#contents.summerprogram .content_inner #comingsoon .main-title__term {
  font-family: "Cantarell", sans-serif;
  font-size: 20px;
  padding: 20px 0 2px;
  margin-top: 20px;
  border-top: 1px solid #fff;
}
#contents.summerprogram .content_inner #comingsoon .main-title__term .main-title__term--small {
  font-size: 0.7em;
  position: relative;
  top: -1px;
  padding: 0 2px;
}
#contents.summerprogram .content_inner #comingsoon .main-title__place {
  border: 1px solid #333333;
  box-sizing: border-box;
  line-height: 1em;
  margin: 6px 0 0;
  padding: 6px 30px 8px;
  display: inline-block;
}
#contents.summerprogram .content_inner #comingsoon .main-title__comingsoon {
  font-family: "Cantarell", sans-serif;
  margin: 40px 0 20px;
  font-size: 36px;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(14, 82, 124, 0.4);
}
/*----------------------------------------------------------------------
SP表示

----------------------------------------------------------------------*/
/*-----------------------------------
全体
-----------------------------------*/
/*全体エリア*/
body.sp #contents.summerprogram {
  background-size: 150% auto;
  padding-top: 10px;
}
body.sp #contents.summerprogram #contents-main {
  width: 100%;
  min-width: auto;
  max-width: none;
}
/*-----------------------------------
main-title
-----------------------------------*/
body.sp #contents.summerprogram .main-title {

}

body.sp #contents.summerprogram .main-title .main-title__header {
  display: none;
}
/*-----------------------------------
comingsoon
-----------------------------------*/
body.sp #contents.summerprogram .content_inner #comingsoon {
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  margin: -120px auto 0;
  padding: 40px;
}
body.sp #contents.summerprogram .content_inner #comingsoon .main-title__title, body.sp #contents.summerprogram .content_inner #comingsoon .main-title__comingsoon {
  font-size: 26px;
}
body.sp #contents.summerprogram .content_inner #comingsoon .main-title__comingsoon {
  margin: 30px 0 10px;
}