@charset "UTF-8";


/*-----------------------------------------------------------------
		基本
-----------------------------------------------------------------*/
:root {
  --c-red: #E9664C;
  --c-bg: #1D1E3E;
  --c-white: #fff;
  
  --c-lightgreen: #F0F7E8;
  --c-lightblue: #F0F3F6;
  
  --c-pitchblack: #000;
  --c-black: #111;
  --c-ivolytblack: #333;
  --c-gray: #999;
  --c-white: #fff;

}

* {
  box-sizing: border-box;
}

body {
  background: var(--c-bg);
  color: #fff;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.l-header {
  position: relative;
}

.l-header-inner .header-lp-black {
  background-color: rgba(1, 3, 6, 0.2);
  padding: 15px 15px;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

main {
  margin-top: -61px;
  word-break: normal;
}


.is-sp {
  display: none;
}


.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}


.container {
  padding: 0 15px;
}

.container-inner {
  max-width: 910px;
  margin: 0 auto;
}


/* h2 */
.illumination2023 h2 {
  margin-bottom: 40px;
  line-height: 1.1;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: var(--c-white);
}
  
.spot-ttl {
  padding-top: 65px;
  background: url(../images/illumination2023/spot_ttl.png) center top no-repeat;
  background-size: 436px auto;
}

.map-ttl {
  padding-top: 67px;
  background: url(../images/illumination2023/map_ttl.png) center top no-repeat;
  background-size: 453px auto;
}

.access-ttl {
  padding-top: 65px;
  background: url(../images/illumination2023/access_ttl.png) center top no-repeat;
  background-size: 172px auto;
}

.information-ttl {
  padding-top: 65px;
  background: url(../images/illumination2023/information_ttl.png) center top no-repeat;
  background-size: 321px auto;
}

.event-ttl {
  padding-top: 66px;
  background: url(../images/illumination2023/event_ttl.png) center top no-repeat;
  background-size: 153px auto;
}



@media screen and (max-width: 767px) {
body {

}

.is-pc {
  display: none;
}
.is-sp {
  display: inline;
}

.spot-ttl {
  padding-top: 65px;
  background: url(../images/illumination2023/spot_ttl.png) center top no-repeat;
  background-size: 326px auto;
}

.map-ttl {
  padding-top: 67px;
  background: url(../images/illumination2023/map_ttl.png) center top no-repeat;
  background-size: 340px auto;
}

.access-ttl {
  padding-top: 65px;
  background: url(../images/illumination2023/access_ttl.png) center top no-repeat;
  background-size: 128px auto;
}

.information-ttl {
  padding-top: 65px;
  background: url(../images/illumination2023/information_ttl.png) center top no-repeat;
  background-size: 240px auto;
}

.event-ttl {
  padding-top: 66px;
  background: url(../images/illumination2023/event_ttl.png) center top no-repeat;
  background-size: 114px auto;
}

}


/*-----------------------------------------------------------------
		MV
-----------------------------------------------------------------*/
.mv {
  background: url(../images/illumination2023/mv_bg_bottom.png) repeat-x center bottom, url(../images/illumination2023/mv_bg_pc2.webp) no-repeat center top;
  background-size: 10px auto, cover;
  background-attachment: fixed;
}

.mv-top {
  height: 84vh;
  padding-top: 50px;
  display: flex;
  align-items: center;
  text-align: center;
}

.mv h1 {
  width: 100%;
  max-width: 538px;
  margin: 0 auto;
}
.mv h1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
.mv-top {
  height: 50vh;
  padding-top: 85px;
}
}


/* リード */
.mv-bottom {
  padding: 5px 15px 60px;
  text-align: center;
  background: url(../images/illumination2023/mv_bg_bottom.png) repeat-x center bottom;
  background-size: 10px auto;
}

.mv-lead-ttl {
  margin-bottom: 18px;
  text-align: center;
}

.mv-lead-ttl img {
  max-width: 403px;
  filter: drop-shadow(0 0 12px rgba(0,0,0,0.95));
}

.mv-lead-txt {
  line-height: 1.64;
  font-size: 14px;
  color: var(--c-white);
  text-align: center;
  letter-spacing: 0.08rem;
  text-shadow: 0 0 12px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.9);
}
.mv-lead-txt +.mv-lead-txt {
  margin-top: 23px;
}

/* 他言語様 */
.mv-lead-lang {
  margin: -12px 0 30px;
  line-height: 1.2;
  font-size: 18px;
  color: var(--c-white);
  text-align: center;
  letter-spacing: 0.08rem;
  text-shadow: 0 0 12px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.9);
  font-family: serif;
}
.mv-lead-lang span {
  color: var(--c-red);
}


@media screen and (max-width: 767px) {
.mv {
  background: none;
}

.mv h1 {
  width: 100%;
  max-width: 304px;
}

.mv-lead-ttl {
  margin-bottom: 20px;
}
.mv-lead-ttl img {
  max-width: 312px;
}

.mv-lead-txt {
  text-align: left;
}

.mv-lead-lang {
  font-size: 16px;
}

#sp-bg {
  display: block;
  position: sticky;
  top: 0;
  z-index: -2;
  height: 0;
  max-height: 0;
  overflow: visible;
}

#sp-bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-bg::after {
  background-image: url(../images/illumination2023/mv_bg_sp.webp);
  background-position: center top;
}
}


/*-----------------------------------------------------------------
		ツナゲルアカリ
-----------------------------------------------------------------*/
.about {
  background: url(../images/illumination2023/about_bg_top.png) repeat-x center top, url(../images/illumination2023/about_bg_bottom.png) repeat-x center bottom, url(../images/illumination2023/about_bg.webp) no-repeat center top;
  background-size: 10px auto, 10px auto, cover;
}
/*.about-outer {
  background: url(../images/illumination2023/about_bg2.webp) no-repeat center top;
  background-size: cover;
}

.about {
  background: url(../images/illumination2023/about_bg_bottom.png) repeat-x center bottom;
  background-size: 10px auto;
}*/
.about .container-inner {
  padding: 100px 0;
}

.about-img {
  display: flex;
  justify-content: space-between;
}

.about-item {
  width: calc((100% - 160px) / 5);
}

.about-item-01 {
 padding-top: 60px; 
}
.about-item-02 {
 padding-top: 0; 
}
.about-item-03 {
 padding-top: 80px; 
}
.about-item-04 {
 padding-top: 20px; 
}
.about-item-05 {
 padding-top: 100px; 
}

.about-item-01 {
  transition-delay: 0.2s;
}
.about-item-02 {
  transition-delay: 0.4s;
}
.about-item-03 {
  transition-delay: 0.6s;
}
.about-item-04 {
  transition-delay: 0.8s;
}
.about-item-05 {
  transition-delay: 1.0s;
}


@media screen and (max-width: 767px) {
.about-item {
  width: calc((100% - 40px) / 5);
}

.about-item-01 {
 padding-top: 30px; 
}
.about-item-02 {
 padding-top: 0; 
}
.about-item-03 {
 padding-top: 40px; 
}
.about-item-04 {
 padding-top: 10px; 
}
.about-item-05 {
 padding-top: 50px; 
}
}


/*-----------------------------------------------------------------
		イルミネーションスポット
-----------------------------------------------------------------*/
.spot-outer {
  background: url(../images/illumination2023/spot_bg.webp) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}

/*.spot {
  background: url(../images/illumination2023/spot_bg_top.png) repeat-x center top, url(../images/illumination2023/spot_bg.png) no-repeat center center;
  background-size: 10px auto, cover;
}*/
.spot {
  background: url(../images/illumination2023/spot_bg_top.png) repeat-x center top;
  background-size: 10px auto;
}

.spot .container-inner {
  padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
.spot {
  background: url(../images/illumination2023/spot_bg_top.png) repeat-x center top, url(../images/illumination2023/spot_bg.png) no-repeat center bottom;
  background-size: 10px auto, 100% auto;
}

.spot .container-inner {
  padding: 0 0 100px;
}
}


/* タブ */
.spot-tab {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.spot-tab li {
  width: 122px;
}
.spot-tab li + li {
  margin-left: 40px;
}

.spot-tab li a {
  width: 100%;
  display: block;
  color: var(--c-white);
  text-align: center;
  text-decoration: none;
}

.spot-tab-img {
  margin-bottom: 10px;
  border-radius: 61px;
}
.spot-tab-img img {
  border-radius: 61px;
  opacity: 0.7;
}

.spot-tab-txt {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 2px;
  font-size: 13px;
  letter-spacing: -0.05rem;
}

.is-active .spot-tab-img {
  border: solid 2px var(--c-red);
}
.is-active .spot-tab-img img {
  opacity: 1;
}
.is-active .spot-tab-txt {
  border-bottom: solid 1px var(--c-red);
}

.js-tab-content{
  display: none;
}
.js-tab-content.is-active{
  display: block;
}

.spot-tab-01 {
  transition-delay: 0.2s;
}
.spot-tab-02 {
  transition-delay: 0.4s;
}
.spot-tab-03 {
  transition-delay: 0.6s;
}


@media screen and (max-width: 767px) {
.spot-tab li {
  width: 100px;
}
.spot-tab li + li {
  margin-left: 20px;
}
}


/* 写真部分 */
.spot-list {
  display: flex;
  flex-wrap: wrap;
}

.spot-list li {
  width: calc(100% / 3);
  padding: 0 6px 12px;
}

.spot-list li p {
  width: 100%;
  position: absolute;
  font-size: 14px;
  line-height: 1.1;
  padding: 8px 10px;
  background: rgba(0,0,0,0.3);
  text-shadow: 0 0 6px rgba(0,0,0,0.8);
  color: #fff;
  z-index: 10;
  left: 0;
  bottom: 0;
}
.spot-list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}

.spot-list li:nth-of-type(3n+1) {
  transition-delay: 0.2s;
}
.spot-list li:nth-of-type(3n+2) {
  transition-delay: 0.4s;
}
.spot-list li:nth-of-type(3n) {
  transition-delay: 0.6s;
}


@media screen and (max-width: 767px) {
.container-spot {
  padding: 30px 15px 0;
}

.spot-list li {
width: calc(50% - 6px);
}

.spot-list li p {
  padding: 8px 5px 8px 8px;
  font-size: 11px;
  letter-spacing: -0.05rem;
}

.spot-list li:nth-of-type(2n+1) {
  transition-delay: 0.2s;
}
.spot-list li:nth-of-type(2n) {
  transition-delay: 0.4s;
}
}


/*-----------------------------------------------------------------
		3ブロック共通背景用
-----------------------------------------------------------------*/
.three-outer {
  background: #111f40 url(../images/illumination2023/information_bg.webp) no-repeat center bottom;
  background-size: 100% auto;
  background-attachment: fixed;
}


/*-----------------------------------------------------------------
		マップ
-----------------------------------------------------------------*/
.map {
/*  background: #141C37;*/
}
.map .container-inner {
  padding: 70px 0 0;
}

.map-if {
    overflow: hidden;
}
.map-if iframe {
  width: 100%;
  margin-top: -67px;
  margin-left: -2px;
  filter: invert(100%) brightness(95%) hue-rotate(15deg);
}


/*-----------------------------------------------------------------
		アクセス
-----------------------------------------------------------------*/
.access {
/*  background: #141C37;*/
}
.access .container-inner {
  padding: 80px 0;
}

.access-map {
  display: flex;
  justify-content: space-between;
}

.access-map-info {
  width: calc(50% - 15px);
  background: rgba(11, 16, 32, 0.6);
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  font-feature-settings: "palt";
}

.access-map .access-map-info:nth-of-type(1) {
  transition-delay: 0.2s;
}
.access-map .access-map-info:nth-of-type(2) {
  transition-delay: 0.4s;
}

.access-map-ttl {
  margin-bottom: 20px;
  padding-top: 72px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.access-map-ttl-car {
  background: url(../images/illumination2023/i_car.png) no-repeat center top;
  background-size: 68px auto;
}
.access-map-ttl-train {
  background: url(../images/illumination2023/i_train.png) no-repeat center top;
  background-size: 68px auto;
}


.access-map-txt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.71;
}

.access-map-info2 {
  padding-top: 10px;
  display: block;
}

.comments {
  margin-top: 15px;
  font-size: 12px;
  color: #CBCBCB;
}

.btn-wrap {
  margin: 30px auto 0;
  width: 100%;
  max-width: 300px;
}

.btn-wrap a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 50px;
  background: #BA5041;
  border-radius: 25px;
}

@media screen and (max-width: 767px) {
.access-map {
  display: block;
}

.access-map-info {
  width: 100%;
  padding: 20px 25px 25PX;
}
.access-map-info + .access-map-info {
  margin-top: 30px;
}
}


/*-----------------------------------------------------------------
		イベント情報
-----------------------------------------------------------------*/
.information {
}
.information .container-inner {
  padding: 80px 0 40px;
}

.information-list {
  max-width: 650px;
  margin: 0 auto;
}

.information-list li {
  display: flex;
  justify-content: space-between;
  line-height: 1.43;
}

.list-ttl {
  width: 160px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
}

.list-contents {
  width: calc(100% - 170px);
  padding-bottom: 40px;
  font-size: 16px;
}


@media screen and (max-width: 767px) {
.information-list li {
  display: block;
}

.list-ttl {
  width: 100%;
  padding-bottom: 5px;
}

.list-contents {
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}
}


/*-----------------------------------------------------------------
		近隣イベント
-----------------------------------------------------------------*/
.event {
  background: #0E142A;
}
.event .container-inner {
  padding: 80px 0;
}

.event-item {
  padding: 50px 70px;
  background: #272B3F;
}
.event-item + .event-item {
  margin-top: 60px;
}

.event-date {
  margin-bottom: 5px;
  line-height: 1.1;
  font-size: 18px;
  color: #E9664C;
  font-family: 'Lato', sans-serif;
}

.event-name {
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 28px;
  font-family: 'Lato', sans-serif;
}
.event-name span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.event-img {
  margin-bottom: 30px;
}

.event-list {
  max-width: 650px;
  margin-bottom: 10px;
}

.event-list li {
  display: flex;
  justify-content: space-between;
  line-height: 1.43;
}

.event-list-ttl {
  width: 80px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}

.event-list-contents {
  width: calc(100% - 90px);
  padding-bottom: 20px;
  font-size: 14px;
}

.event-map {
  display: flex;
  justify-content: space-between;
}

.event-map-left {
  width: 470px;
  overflow: hidden;
}

.event-map-left iframe {
  margin-top: -61px;
  width: 100%;
  height: 381px;
  filter: invert(100%) brightness(95%) hue-rotate(15deg);
}

.event-map-right {
  width: calc(100% - 484px);
}

.event-map-img + .event-map-img {
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
.event-item {
  padding: 25px 15px;
}

.event-date {
  font-size: 14px;
}

.event-name {
  font-size: 23px;
  letter-spacing: -0.05rem;
}
.event-name span {
  padding-top: 5px;
  line-height: 1.3;
  font-size: 12px;
}

.event-img {
  margin-bottom: 20px;
}

.event-list {
  margin-bottom: 0;
}

.event-list li {
  display: block;
}

.event-list-ttl {
  width: 100%;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.event-list-contents {
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.5;
}

.event-map {
  display: block;
}

.event-map-left {
  width: 100%;
  margin-bottom: 10px;
}

.event-map-left iframe {
  height: 481px;
}

.event-map-right {
  width: 100%;
}

.event-map-img + .event-map-img {
  margin-top: 20px;
}
}



