@charset "UTF-8";

:root {
  --main-color: #FE5F53;
  --bg-color: #EAF8FF;
  --text-color: #333;
  --pd-side: 16px;
}

body{
  margin: 0;
  font-size: 14px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

* {
    box-sizing: border-box;
}

img {
  width: 100%;
}

.l-banner-white {
  border-top: solid 1px #eee;
}

.l-banner-gray {
  background: #f6f6f6;
}

.tulip-content a {
    color: var(--text-color);
    font-weight: 700;
    transition: all 0.5s 0s ease;
}

.tulip-content a:hover {
    opacity: 0.6;
    transition: all 0.5s 0s ease;
}

.tulip-content p {
  /* margin: 0; */
  color: var(--text-color);
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-feature-settings: "palt";
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

/* h2見出し */
.tulip-header-txt > h2 {
  color: var(--main-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.28px;
}

.tulip-header-txt h2 > span {
  display: block;
  margin-bottom: 8px;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  line-height: 100%;
  letter-spacing: 2.16px;
}

.tulip-header-container {
  display: flex;
  padding: 80px 0 40px 0;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}

.tulip-header-txt {
  padding: 0 18px;
}

.tulip-header-img {
  margin: auto 0;
  width: 35px;
  height: 70px;
}

.tulip-header-img > img {
  width: 100%;
}


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

.txt-narrow {
  letter-spacing: 0;
}

.clm-wrap {
  margin-top: -57px;
  display: flex;
  width: 100%;
}

.archive-wrap {
  overflow: hidden;
}

.txt-ind {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}


/* ヘッダー
------------------------------------------ */
.l-header {
  width: 100%;
  min-width: 100%;
  position: relative;
  z-index: 1;
}
.header-top {
  background: none;
  border: none;
}
.header-option-list {
  height: 25px;
}
.l-header-inner {
  width: 100%;
  max-width: 390px;
  margin: 0 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.webp) no-repeat center center;
  background-size: 22px auto;
  display: block;
  border-radius: 25px;
}

.header-option-list .option-list-item.select-lng {
  display: none;
}

.header-logo img {
  width: 110px;
  height: auto;
}


/* pc
------------------------------------------ */
.clm-pc {
  width: 100%;
  position: fixed;
  z-index: -110;
}
.main-top {
  height: 100vh;
  background: #02102F url(../images/lp_tulips2026/pc-bg.webp) no-repeat center center / cover;
}

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


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

@media screen and (max-width: 500px) {
  .clm-sp {
    max-width: 100%;
  }

}

.tulip-mv-container {
  position: relative;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 630;
  background: url(../images/lp_tulips2026/mv-bg.webp) no-repeat;
  background-size: contain;
}

.tulip-mv-container::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -76px;
  right: 16px;
  width: 100%;
  max-width: 66px;
  height: auto;
  aspect-ratio: 66 / 104;
  background: url(../images/lp_tulips2026/tulip-petals-bottom.webp) no-repeat;
  background-size: contain;
}

.tulip-mv-container::after {
  content: "";
  position: absolute;
  bottom: 36px;
  right: -24px;
  width: 100%;
  max-width: 194px;
  height: auto;
  aspect-ratio: 402 / 430;
  background: url(../images/lp_tulips2026/collaboration.webp) no-repeat;
  background-size: contain;
  transform: rotate(5deg);
}

.tulip-mv-container.en::after {
  content: "";
  position: absolute;
  bottom: 36px;
  right: -24px;
  width: 100%;
  max-width: 194px;
  height: auto;
  aspect-ratio: 402 / 430;
  background: url(../../../odaiba_2018_en/assets/images/lp_tulips2026/collaboration.webp) no-repeat;
  background-size: contain;
  transform: rotate(5deg);
}

.mv-ttl {
  padding: 32.56% 0 0;
  position: relative;
  max-width: 370px;
  height: auto;
}

.mv-ttl.en {
  padding: 37.95% 0 0;
  position: relative;
  max-width: 370px;
  height: auto;
}

.mv-ttl img {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .tulip-mv-container {
    /* overflow: hidden; */
    max-width: 100%;
  }

}


/* about
------------------------------------------ */
.about-container {
  padding: 0 var(--pd-side);
  padding-top: 25px;
  padding-bottom: 298px;
  position: relative;
  background-color: #fff;
}

.about-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 25;
  background-image: url(../images/lp_tulips2026/semicircle_white.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.about-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 250;
  background-image: url(../images/lp_tulips2026/about-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.about-heading {
  margin: 0 0 24px;
  color: var(--text-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}

.about-contents {
  margin-bottom: 24px;
  position: relative;
}

.about-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 80px;
  height: auto;
  aspect-ratio: 80 / 96;
  background: url(../images/lp_tulips2026/turip-petals-about-left.webp) no-repeat;
  background-size: contain;
}

.about-contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -16px;
  width: 80px;
  height: auto;
  aspect-ratio: 80 / 64;
  background: url(../images/lp_tulips2026/turip-petals-about-right.webp) no-repeat;
  background-size: contain;
}

.about-map-heading {
  margin: 0 0 4px;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "palt";
}

.paragraph {
  margin-bottom: 16px;
  color: var(--text-color);
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.strong {
  color: var(--main-color);
  font-weight: 700;
}

.about-map img {
  width: 100%;
  margin-bottom: 16px;
}


/* events
------------------------------------------ */
.events-container {
  padding-bottom: 80px;
  position: relative;
  background-color: var(--bg-color);
}

.events-list-container {
  margin: 0;
  padding: 0;
  gap: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  list-style: none;
}

.event-list-img-wrap {
  position: relative;
}

.event-list-img {
  position: relative;
  z-index: 1;
  width: 76.92%;
  height: auto;
  aspect-ratio: 3/2;
}

.event-list-img img {
  display: block;
}

.event-list-left .event-list-img > img {
  display: block;
  border-radius: 0 4px 4px 0;
}

.event-list-right .event-list-img > img {
  display: block;
  border-radius: 4px 0 0 4px;
}

.event-list-img-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #FFF;
}

.events-list-detail {
  margin-left: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 0 0 0 4px;
  background: #FFF;
}

.events-list-ttl {
  margin: 0;
  color: var(--text-color);
  font-feature-settings: 'halt' on;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
  letter-spacing: 0.08em;
}

.events-list-detail > .events-list-spot,.events-list-date {
  margin: 0;
  display: flex;
  align-items: center;
}

.events-list-date > span.date {
  letter-spacing: 0;
}

.event-label {
  margin-right: 8px;
  padding: 4px 12px;
  min-width: 76px;
  display: block;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
  color: #FFF;
  background: var(--main-color);
}

.event-list-right .event-list-img-wrap {
  display: flex;
  justify-content: right;
}

.event-list-right .events-list-detail {
  margin-left: 0;
  margin-right: 16px;
}

/* Gallery
------------------------------------------ */

.gallery-container {
  margin-top: 25px;
  padding-bottom: 80px;
  position: relative;

  background-color: #fff;
}

.gallery-container::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 25;
  background-image: url(../images/lp_tulips2026/semicircle_white.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.garelly-img-container {
  display: flex;
  gap: 8px;
}

.garelly-img-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.garelly-img-right {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.garelly-img-left > img {
  border-radius: 0 4px 4px 0;
}

.garelly-img-right > img {
  border-radius: 4px 0 0 4px;
}

/* Map
------------------------------------------ */
.content-map-ttl {
  width: 100%;
  min-height: 55px;
  margin-bottom: 20px;
  background: url(../images/illumination2025/spot_ttl_bg.webp) no-repeat center center / 360px auto;
}
.content-map-ttl h2 {
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.content-map-ttl span {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
}

.access-map iframe {
  width: 100%;
  /* margin-top: -68px; */
  height: 390px;
  border: none;
  border-radius: 4px;
}


/* Access
------------------------------------------ */
.access-container {
  margin-top: 25px;
  padding-bottom: 140px;
  position: relative;
  background-color: var(--bg-color);
}

.access-container::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 25;
  background-image: url(../images/lp_tulips2026/semicircle_blue.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.access-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 140;
  background-image: url(../images/lp_tulips2026/access-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.access-map {
  margin-bottom: 40px;
  width: 100%;
  padding: 0 var(--pd-side);
  border-radius: 10px;
  overflow: hidden;
}

.access-wrap {
  padding: 0 var(--pd-side);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.access-info-col2 {
  position: relative;
  padding: 142px 16px 32px;
  text-align: center;
  border-radius: 4px;
  background-color: #FFF;
}

.access-info-col2::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: 102px;
  height: 102px;
  background: url(../images/lp_tulips2026/access-i-car.webp) no-repeat;
  background-size: 102px 102px;
  transform: translateX(-50%);
}

.access-info-col2.ttl_train::before {
  background: url(../images/lp_tulips2026/access-i-train.webp) no-repeat;
  background-size: 102px 102px;
}

.access-ttl-public {
  margin: 0 0 16px;
  color: var(--text-color);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05em;
}

.access-txt-public > p {
    letter-spacing: 0.05em;
    line-height: 150%;
}

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

.access-txt-public .comments {
  font-size: 12px;
}

.access-btn-wrap {
  max-width: 280px;
  margin: 0 auto;
  margin-top: 24px;
}

.access-btn-wrap a {
  padding: 4px;
  display: block;
  color: #FFF;
  line-height: 52px;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  background-color: var(--main-color);
}


/* Overview
------------------------------------------ */
.overview-container {
  padding: 25px 0 80px;
  position: relative;
  background-color: #fff;
}

.overview-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 390 / 25;
  background-image: url(../images/lp_tulips2026/semicircle_white.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.overview-event-list-container {
  padding: 0 var(--pd-side);
}

.overview-event-list-number {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  border: 2px solid var(--bg-color);
}

.list-heading {
  margin: 0 0 8px;
  font-size: 16px;
  color: var(--main-color);
}

.overview-event-list {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.list-ttl {
  color: var(--main-color);
  font-weight: 700;
}

.list-contents {
  color: var(--text-color);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}


/* Footer
------------------------------------------ */
.l-banner-white {
  border-top: none;
}

.l-footer {
  max-width: 390px;
  margin: 0 auto;
  background: none;
}

.l-footer-navi {
  background: var(--bg-color);
  color: var(--text-color);
  text-align: center;
}

.copyright {
  float: none;
  color: var(--text-color);
}

@media screen and (max-width: 767px) {
  .l-footer-navi {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .l-footer {
    max-width: 100%;
  }
}