@charset "UTF-8";

body{
  font-size: 14px;
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  color: #fff;
  font-weight: 400;
  background: #000;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s 0s ease;
}

a:hover {
    opacity: 0.6;
    transition: all 0.5s 0s ease;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-shadow: 0 0 8px rgba(0,0,0,0.8), 0 0 4px rgba(0,0,0,0.4);
}

h2,h3 {
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0 0 6px #fff;
    letter-spacing: 0.15em;
    -webkit-font-feature-settings: "palt";
    z-index: 1;
}

h3 {
    margin-bottom: 24px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
}

ul li::marker {
    font-size: 8px;
}

.side-list {
    margin-left: 15px;
}

.pd {
    padding: 0 24px;
}

.bg_glass {
    background: rgba( 0, 0, 0, 0.2 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
}

.rainbow2024-content {
    background-color: rgba( 0, 0, 0, 0.5);
}

.clm-wrap {
    display: flex;
    width: 100%;
}


/* ヘッダー
------------------------------------------ */
.header-option-list {
  height: 25px;
}
.l-header-inner {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
}
.header-lp-left {
  width: 100px;
}
.l-header a {
  display: block;
}
.header-logo img {
  width: 100%;
}

/* 言語切り替え */
.header-option-list .option-list-item.select-lng {
  height: 25px;
  margin-right: 0;
  line-height: 25px;
}
.header-option-list .option-list-item::before {
  width: 20px;
  line-height: 25px;
}
.header-option-list .option-list-item.select-lng i {
  width: 15px;
  line-height: 25px;
}

/* SNS */
.l-header-lp-snsList li span {
  font-size: 25px;
  height: 25px;
  width: 25px;
}
.icon-twitter::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff url(../images/common/i_x_gr.svg) no-repeat center center;
  background-size: 22px auto;
  display: block;
  border-radius: 25px;
}


/* pc
------------------------------------------ */
.clm-pc {
  width: calc(100% - 375px);
  position: fixed;
  z-index: -110;
}

/*
.clm-pc > div {
  width: calc(100% - 375px) !important;
  position: fixed !important;
}
.bg-slider {
	width: 100%;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}*/

@media screen and (max-width: 800px) {
    .clm-pc {
        display: none;
    }
}


/* sp
------------------------------------------ */
.clm-sp {
  width: 100%;
  max-width: 375px;
  margin-left: auto;
}

@media screen and (max-width: 800px) {
    .clm-sp {
        width: auto;
    }
}

/* --- mv --- */
.clm-sp:before {
    position: fixed;
    top: 0;
    right: 0;
    width: 375px;
    height: 100vh;
    background: #000 url(../images/rainbow2024/bg_mv.webp) no-repeat;
    -webkit-background-size: contain;
    background-size: 100% auto;
    content: "";
    z-index: -99;
}
@media screen and (max-width: 800px) {
  .clm-sp {
    max-width: 100%;
  }

  .clm-sp:before {
      width: 100vw;
      left: 0;
  }
}

.rainbow2024-mvinner {
    max-width: 500px;
    margin: 0 auto;
}

.rainbow2024-rogo {
    padding: 87px 0 27px;
}
.rainbow2024-rogo img {
  width: 100%;
  height: auto;
}

.rainbow2024-date {
  padding-bottom: 82px;
  text-align: center;
}
.rainbow2024-date img {
  max-width: 328px;
}

/* --- アンカーリンク --- */
.nav-inner {
    display: flex;
    flex-wrap: wrap;
}

.nav-inner > li {
    width: calc(100% / 2);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-inner > li:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-inner > li:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-inner > li a {
  width: 100%;
  line-height: 45px;
  display: block;
  letter-spacing: -0.05rem;
  text-shadow: 0 0 6px rgba(0,0,0,0.6);
}


/* --- about --- */
.content-about {
    padding-top: 118px;
    padding-bottom: 135px;
}

.content-about > .ttl-text {
  margin-bottom: 38px;
  line-height: 38px;
  position: relative;
}

.content-about > p {
  line-height: 2;
}

.content-about > p:first-of-type {
    margin-bottom: 20px;
}

.content-about > .ttl-text::before {
    content: "About";
    position: absolute;
    top: -24px;
    left: -16px;
    font-size: 50px;
    font-weight: 100;
    text-shadow: none;
    opacity: 0.25;
    letter-spacing: 0.02em;
}

/* --- powerup */

.content-powerup {
    position: relative;
}

.content-powerup > .ttl-text {
    position: absolute;
    top: 80px;
    left: 0;
}

.content-powerup > .ttl-text::before {
    content: "Power Up";
    position: absolute;
    width: 250px;
    top: -42px;
    left: 5px;
    font-size: 50px;
    font-weight: 100;
    text-shadow: none;
    opacity: 0.25;
    letter-spacing: 0.02em;
}

.content-powerup > .ttl-text::after {
    content: "";
    position: absolute;
    top: -85px;
    left: 0;
    width: 299px;
    height: 187px;
    background: url(../images/rainbow2024/bg_powerup.png)no-repeat;
    background-size: 299px auto;
}

.powerup-no1 {
    background: url(../images/rainbow2024/bg_powerup_1.webp)no-repeat;
    background-size: 100%;
}

.powerup-no1-inner{
    padding-top: 98%;
    padding-bottom: 39%;
}

.number01 {
    position: relative;
}

.number01::before {
    content: "01";
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
    font-size: 68px;
    background: linear-gradient(180deg, #f0ffa0 0%, #7efff0 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    opacity: 0.45;
}

.powerup-no2 {
    margin-top: -122px;
    background: url(../images/rainbow2024/bg_powerup_2.webp)no-repeat;
    background-size: 100%;
}

.powerup-no2-inner {
    padding-top: 86%;
    padding-bottom: 32%;
}

.number02 {
    position: relative;
}

.number02::before {
    content: "02";
    position: absolute;
    top: -60px;
    left: 0;
    z-index: -1;
    font-size: 68px;
    background: linear-gradient(180deg, #FF89D2 0%, #7197FF 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    opacity: 0.6;
}

.tie-up::before {
    content: "";
    position: absolute;
    top: -76px;
    right: 0;
    width: 147px;
    height: 129px;
    background: url(../images/rainbow2024/digimon.webp) no-repeat;
    background-size: cover;
}

.tie-up {
    position: relative;
    padding: 24px 16px;
    margin-top: 86px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.tie-up-lead-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    width: 5px;
    height: 18px;
    background-color: #fff;
    opacity: 0.3;
}

.tie-up-lead-text {
    margin: 0 0 24px 12px;
    position: relative;
}

.tie-up > p {
    letter-spacing: 0;
    line-height: 1.5;
    text-align: justify;
}

.tie-up > p:first-of-type {
    margin-bottom: 8px;
}

.tie-up-img {
    margin: 22px 0 12px;
}

.tie-up-img > img {
    max-width: 100%;
    height: auto;
}

.tie-up-img-text {
    position: relative;
    margin-left: 18px;
    line-height: 14px;
    font-family: "Noto Sans Japanese";
}

.tie-up-img-text::before {
    content: "";
    position: absolute;
    top: 3.5px;
    left: -18px;
    width: 12px;
    height: 12px;
    background: url(../images/rainbow2024/icon_star.png) no-repeat;
    background-size: cover;
}

/* --- spot --- */
.content-spot {
    margin-bottom: 140px;
}

.content-spot-ttl {
    margin-bottom: 54px;
}

.content-spot-ttl > .ttl-text {
    position: relative;
    margin-bottom: 10px;
}

.content-spot-ttl > .ttl-text::before {
    content: "Night Spot";
    position: absolute;
    top: -46px;
    left: -16px;
    font-size: 50px;
    font-weight: 100;
    text-shadow: none;
    opacity: 0.25;
    font-weight: 100;
}

.spot-photo {
    margin-bottom: 8px;
}

.spot-photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-spot > li:not(:last-of-type) {
    margin-bottom: 58px;
}

.content-spot > li {
    width: 84%;
}

.content-spot  li:nth-of-type(even) {
    margin-left: auto;
}

.spot-photo img {
    border-radius: 0 10px 10px 0;
}

.spot-photo-r img {
    border-radius: 10px 0 0 10px;
}

.spot-name-inner {
    display: flex;
    align-items: center;
}

.spot-name {
    line-height: 14px;
}

.spot-pd-r {
    padding-right: 14px;
}

.spot-name-inner > img {
    width: 22px;
    height: 22px;
}

/* --- backnumber --- */

.content-backnumber-inner {
    margin-bottom: 140px;
}

.content-backnumber-ttl {
    position: relative;
    margin-bottom: 18px;
}

.content-backnumber-ttl::before {
    content: "Back Number";
    position: absolute;
    width: 345px;
    top: -46px;
    left: -14px;
    font-size: 50px;
    text-shadow: none;
    opacity: 0.25;
    letter-spacing: 0.02em;
}

.slick-dots {
  margin-top: 6px;
}



/* --- access --- */
.content-access-inner {
  margin-bottom: 88px;
}

.content-access-ttl {
  margin-bottom: 32px;
  position: relative;
}

.content-access-ttl::before {
  content: "Access";
  position: absolute;
  top: -46px;
  left: -14px;
  font-size: 50px;
  text-shadow: none;
  opacity: 0.25;
  letter-spacing: 0.02em;
}

.access-map-ttl-public {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

.access-map {
  margin-bottom: 100px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.access-map iframe {
  width: 100%;
  height: 465px;
  margin-top: -60px;
  filter: invert(100%) brightness(95%) hue-rotate(15deg);
  border: none;
}

.access-map-info-col2 {
  padding: 30px 16px 25px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.access-map-info-col2{
    margin-top: 64px;
}

.content-access-ttl > h2 {
    margin-bottom: 10px;
}

.access-map-txt-public > p {
    letter-spacing: 0;
    line-height: 1.3;
}

.access-map-txt-public > p:first-of-type {
    margin-bottom: 16px;
}

.access-map-txt-public .comments {
/*    letter-spacing: -0.02em;*/
  font-size: 12px;
}

.access-map-info-col2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -51px;
    width: 100px;
    height: 50px;
    background-color: rgba( 0, 0, 0, 0.2 );
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
    border-radius: 99px 99px 0 0;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: transparent;
    z-index: -1;
}

.access-map-info-col2:first-of-type::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/rainbow2024/icon_car.png) center center no-repeat;
    background-size: 30px auto;
    left: 50%;
    top: -30px;
    position: absolute;
    transform: translateX(-50%);
}

.access-map-info-col2:nth-child(2)::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/rainbow2024/icon_train.png) center center no-repeat;
    background-size: 30px auto;
    left: 50%;
    top: -30px;
    position: absolute;
    transform: translateX(-50%);
}

.access-btn-wrap {
    max-width: 210px;
    margin: 0 auto;
    margin-top: 24px;
    border-radius: 999px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: rgb(56,203,196);
    background: linear-gradient(114deg, rgba(56,203,196,1) 0%, rgba(63,75,214,1) 100%);
}

.access-btn-wrap a {
    padding: 8px;
    display: block;
    position: relative;
    background: url(../images/rainbow2024/icon_arrow.png) no-repeat right 10px center;
    background-size: 18px auto;
}

/* --- overview --- */
.overview-ttl-text {
    margin-bottom: 30px;
    position: relative
}

.overview-ttl-text::before {
    content: "Overview";
    position: absolute;
    top: -46px;
    left: -14px;
    font-size: 50px;
    font-weight: 100;
    text-shadow: none;
    opacity: 0.25;
    letter-spacing: 0.04em;
}

.overview-event-list-inner {
    padding: 16px;
    margin-bottom: 80px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.overview-event-list > li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-family: "Yu Gothic", "YuGothic";
    font-weight: 100;
    text-shadow: 0 0 8px rgba(0,0,0,0.8), 0 0 4px rgba(0,0,0,0.4);
}

.overview-event-list > li:last-of-type {
    border-bottom: none;
}

.overview-event-list > li a {
    text-decoration: underline;
}

.overview-event-list > li a:hover {
    text-decoration: none;
}

.overview-event-list > li i {
    font-size: 2rem;
    display: inline;
    vertical-align: sub;
}

.overview-event-list .list-ttl {
    width: 70px;
    text-align: center;
    padding: 14px 0;
    padding-right: 6px;
    line-height: 1.45;
}
.overview-event-list .list-contents {
    width: calc(100% - 70px);
/*    border-left: 1px solid rgba(255, 255, 255, 0.2);*/
    padding: 14px 0 14px 0;
  word-break: break-word;
}

.list-contents, .list-contents > p {
    line-height: 1.45;
}

.overview-entry-wrap {
    padding: 24px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}

.overview-entry-wrap .entry-ttl-text {
    margin-bottom: 12px;
    font-size: 24px;
    text-align: center;
}

.overview-entry-wrap p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0;
}

.overview-entry-wrap .entry-text {
    margin-bottom: 24px;
}

.overview-entry-wrap  dt {
    font-size: 18px;
    text-align: center;
}

.overview-entry-wrap  dd {
    font-size: 14px;
    text-align: center;
}

/* --- share --- */
.content-sns-inner {
    background: url(../images/rainbow2024/bg_share_grd.png)repeat-x,
                url(../images/rainbow2024/bg_share.webp) no-repeat top 48px left 50%;
    background-size: 1px auto, cover;
    padding-top: 56.5%;
    padding-bottom: 36%;
}

.sns-ttl {
    position: relative;
    margin-bottom: 64px;
}

.sns-ttl::before {
    content: "Share";
    position: absolute;
    top: -46px;
    left: -14px;
    font-size: 50px;
    font-weight: 100;
    text-shadow: none;
    opacity: 0.25;
    letter-spacing: 0.04em;
}

.content-sns-inner .btn-sns {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 74.7%;
    line-height: 52px;
    border-radius: 999px;
    background: rgba(132, 132, 132, 0.2);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.content-sns-inner .btn-sns:not(:last-of-type) {
    margin-bottom: 32px;
}

.content-sns-inner .btn-wrap img {
    width: 20px;
    vertical-align: middle;
    margin-right: 4px;
}


/* フッター
------------------------------------------ */
.breadcrumb-wrap {
  padding: 10px 15px;
  border-top: 1px solid #45484b;
  border-bottom: 1px solid #45484b;
}

.breadcrumb a {
  color: #fff;
}
.breadcrumb > li span {
  font-size: 13px;
  line-height: 30px;
}

.l-banner-white,
.l-footer {
  max-width: 375px;
  margin-left: auto;
}

.l-banner-white .inner .l-banner-list ul {
    display: block;
}

.l-banner-white .inner .l-banner-list ul li {
  width: 100%;
  padding: 0 15px 15px;
}


.copyright {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 800px) {
    .l-banner-white,.l-footer {
        max-width: none;
    }
}


/* slider */
.slick {
  margin: 0 -24px;
}

.slick-slide img {
  display: block;
  width: 327px;
  margin: 5px;
  height: auto;
/*  border: solid 1px rgba(255,255,255,0.1);*/
  box-shadow: 0 0 3px rgba(255,255,255,0.24);
}


/* dots */
.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background-color: #fff;
}
.slick-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: #fff;
}

