@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:	http://
 * File name: contents.css
 * Summary:	 ページ・コンテンツごとの固有スタイル
 * Author:		CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1     hero
 *     =2     nav
 *     =3     pool
 *     =4     sorafune
 *     =5     viking
 *     =6     buffet
 *     =7     fair
 *     =8     lesson
 *     =9     menu
 *     =10     plan
 *     =11    oval
 *
 * ===============================================================
*/

/** =0
 * ========================================
 * common
 * ========================================
 */

/* loading */
/* body[id="summer2026"] [id="container"]::after {
  display: block;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-position: center center, center center;
  background-size: 450px auto, cover;
  background-repeat: no-repeat, no-repeat;
  content: "";
  pointer-events: none;
  transition: opacity 0.8s linear;
}
@media all and (max-width: 767px) {
  body[id="summer2026"] [id="container"]::after {
    background-size: 225px auto, cover;
  }
}

body[id="summer2026"] [id="container"].is-loading::after {
  opacity: 1;
  pointer-events: auto;
} */

/* main */
body[id="summer2026"] .l-main {
  position: relative;
  padding-bottom: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-family: "Zen Old Mincho", serif;
}

/* body */
body[id="summer2026"] {
  height: 100%;
  background-color: #f0fbff;
  box-sizing: border-box !important;
  /* color: $color-text-dark; */

  /* font-family: $sans-serif-ja; */
  font-weight: normal;
  font-variant-ligatures: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none !important;
  cursor: pointer;
}
li + li {
  margin-top: 0;
}
h3 {
  margin-bottom: 0;
}
.mb20 {
  margin-bottom: 20px !important;
}

/** =1
 * ========================================
 * particles
 * ========================================
 */
.l-inner {
  max-width: 1140px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
  box-sizing: border-box;
}
.summer2026Section {
  padding-block: 150px;
  position: relative;
}
.summer2026SectionTitle {
  margin-bottom: 60px;
}
.summer2026SectionTitle span {
  display: block;
  color: #0079c3;
  line-height: 1;
}
.summer2026SectionTitleEn {
  font-size: clamp(4.3rem, calc(70 / 1440 * 100vw), 7rem);
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}
.summer2026SectionTitleJp {
  font-size: clamp(1.4rem, calc(16 / 1440 * 100vw), 1.6rem);
}
.twoLineTitle .summer2026SectionTitleEn {
  line-height: 1;
  margin-top: 10px;
}
.twoLineTitle .summer2026SectionTitleEn .ml {
  margin-left: 100px;
}
.twoLineTitle .summer2026SectionTitleEn .ml .and {
  font-family: "Lora", serif;
  display: inline-block;
}
.twoLineTitle .summer2026SectionTitleJp {
  margin-left: 100px;
}
.summer2026SectionLead {
  font-size: 24px;
  font-size: clamp(2.4rem, calc(24 / 1440 * 100vw), 2.4rem);
  margin-bottom: 50px;
  line-height: 1.8;
}
.summer2026Btn {
  display: block;
  width: 230px;
  border-radius: 50px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  padding-block: 15px !important;
  position: relative;
  transition: 0.3s;
}
.summer2026Btn:hover {
  background-color: #0079c3;
  color: #fff;
  border: 1px solid #0079c3;
}
.summer2026Btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: 0.3s;
}
.summer2026Btn:hover::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ovalBtn {
  background-color: #004975;
  border: 1px solid #004975;
  color: #fff;
  position: absolute;
  left: calc((70 / 1300) * 100%);
  width: calc((370 / 1300) * 100%) !important;
  font-size: clamp(1.2rem, calc(16 / 1300 * 100vw), 1.6rem) !important;
}
.ovalBtn::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.ovalBtn01 {
  bottom: calc((250 / 1300) * 100%);
}
.ovalBtn02 {
  bottom: calc((70 / 1300) * 100%);
}
.comingSoonNav {
  position: initial;
  pointer-events: none;
}
.comingSoonNav a span {
  opacity: 0.5;
}
.comingSoonNav a::before {
  display: none;
}
.comingSoonNav .comingsoonText {
  font-size: 10px;
}
.comingSoonBtn {
  pointer-events: none;
  opacity: 0.5;
}
.longBtn {
  width: 280px;
}

.comingSoonBtn::before {
  display: none;
}
.hasBglight {
  background-image: url(../src/pc/image/special/summer2026/bg_light.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.summer2026SectionBox {
  display: flex;
  gap: 0 110px;
  margin-bottom: 30px;
}
.summer2026SectionBoxSummary {
  flex: 1;
}
.summer2026SectionText {
  font-size: 14px;
  margin-bottom: 50px;
}
.summer2026SectionBoxImg {
  width: 550px;
}
.displayPc {
  display: block;
}
.displaySp {
  display: none;
}
/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 980px) {
  .summer2026SectionBox {
    display: block;
  }
  .summer2026SectionBoxSummary {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .displayPc {
    display: none;
  }
  .displaySp {
    display: block;
  }
  .summer2026SectionBox {
    display: block;
  }
  .summer2026SectionBoxImg {
    width: 100%;
    margin-bottom: 50px;
  }
  .summer2026SectionTitle {
    margin-bottom: 40px;
  }
  .summer2026SectionLead {
    margin-bottom: 20px;
  }
  .summer2026SectionText {
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
  .summer2026Btn {
    /* width: 150px; */
    display: inline-block;
    padding-inline: 40px;
    padding-block: 15px !important;
    font-size: 14px !important;
  }
  .summer2026Section {
    padding-block: 100px;
  }
  .twoLineTitle .summer2026SectionTitleEn .ml {
    margin-left: 20px;
  }
  .twoLineTitle .summer2026SectionTitleJp {
    margin-left: 30px;
  }
  .summer2026SectionBoxSummary {
    margin-bottom: 40px;
  }
  .longBtn {
    width: 230px;
  }
  .comingSoonNav .comingsoonText {
    font-size: 8px;
  }
  .ovalBtn {
    width: calc((260 / 375) * 100%) !important;
    margin-inline: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .ovalBtn01 {
    bottom: calc((55 / 375) * 100%);
  }
}
/** =1
 * ========================================
 * mv
 * ========================================
 */

.summer2026Mv {
  padding: 70px;
}
.summer2026MvTitle {
  width: calc((1130 / 1300) * 100%);
  margin-inline: auto;
  max-width: 1165px;
}
.summer2026MvTitleAside {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.summer2026MvTitleAside span {
  display: block;
  align-self: flex-end;
  line-height: 1;
  color: #0079c3;
  will-change: transform, opacity, filter;
}
.summer2026MvTitleAside span:nth-child(1) {
  font-size: 28px;
  /* font-size: clamp(1.6rem, calc(28 / 1440 * 100vw), 2.8rem); */
  font-size: clamp(12px, 2vw, 28px);
  font-family: "Playfair Display", serif;
}
.summer2026MvTitleAside span:nth-child(2) {
  font-size: 24px;
  /* font-size: clamp(1.8rem, calc(24 / 1440 * 100vw), 2.4rem); */
  font-size: clamp(14px, 2vw, 24px);
}
.summer2026MvTitleMain {
  /* font-size: 105px; */
  /* font-size: clamp(5.0rem, calc(105 / 1440 * 100vw), 10.5rem); */
  font-size: clamp(38px, 7vw, 105px);
  font-family: "Playfair Display", serif;
  color: #0079c3;
  text-align: center;
  white-space: nowrap;
  display: block;
  line-height: 1;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}
.summer2026MvImg {
  width: 100%;
  /* margin-top: -57px; */
  margin-top: clamp(-40px, -5vw, -57px);
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .summer2026Mv {
    padding: 40px 20px;
  }
  .summer2026MvTitle {
    width: 100%;
  }
  .fade-subEn {
    margin-bottom: 5px;
  }
  .summer2026MvImg {
    /* margin-top: -30px; */
    /* margin-top: clamp(-30px, -4.4vw, -57px); */
  }
  .summer2026MvTitleAside {
    margin-bottom: 10px;
    display: block;
    text-align: center;
  }
  .summer2026MvTitleAside span:nth-child(1) {
    margin-bottom: 5px;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 768px) {
}

/** =2
 * ========================================
 * nav
 * ========================================
 */
.summer2026Nav {
}
.summer2026NavList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 0;
}
.summer2026NavListItem {
  text-align: center;
}
.summer2026NavListItem:nth-child(-n + 4) {
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}

.summer2026NavListItem:nth-child(4) a::after {
  display: none;
}
.summer2026NavListItem:nth-child(8) a::after {
  display: none;
}
.summer2026NavListItem a {
  display: block;
  width: 100%;
  color: #000;
  font-size: clamp(1.2rem, calc(13 / 1440 * 100vw), 1.3rem);
  line-height: 1.6;
  position: relative;
  height: 100%;
}
.summer2026NavListItem a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: translate(0, -50%) rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: 0.3s;
}
.summer2026NavListItem a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.summer2026NavListItem a .txt {
  display: grid;
  place-content: center;
  height: 100%;
}
/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .summer2026NavList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
  }
  .summer2026NavListItem:nth-child(even) a::after {
    display: none;
  }
  .summer2026NavListItem:not(:nth-last-child(-n + 2)) {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
  }
  .summer2026NavListItem a::before {
    right: 12px;
    width: 5px;
    height: 5px;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 768px) {
}

/** =3
 * ========================================
 * pool
 * ========================================
 */
[id="pool"] {
  z-index: 1;
}
[id="pool"] .summer2026SectionBox {
  position: relative;
  margin-bottom: 60px;
}
/* .shape01{
  position: absolute;
  top: 30%;
  left: -9%;
  z-index: -1;
} */
.shape01 {
  position: absolute;
  top: 35%;
  /* 画面が狭いときは左寄り、広げると徐々に右へ動く */
  left: clamp(-20%, -9%, 10vw);
  z-index: -1;
}

.drop01 {
  position: absolute;
  top: 50%;
  left: -1%;
  z-index: -1;
  width: 182px;
}
.poolBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 60px;
}
.poolBoxItem:nth-child(2) {
  margin-top: 100px;
}
.poolBoxItemTitle {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.poolBoxItemTitle span {
  display: block;
  font-size: clamp(1.3rem, calc(14 / 1440 * 100vw), 1.4rem);
  line-height: 1;
  margin-bottom: 10px;
}
.poolBoxItemTitleJa {
  font-size: 26px;
  font-size: clamp(2.4rem, calc(26 / 1440 * 100vw), 2.6rem);
  line-height: 1;
}
.summer2026HasStar {
  line-height: 1;
  font-size: clamp(1.6rem, calc(18 / 1440 * 100vw), 1.8rem);
  font-family: "Playfair Display", serif;
  position: relative;
  padding-left: 20px;
}
.summer2026HasStar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 14px;
  height: 13px;
  background-image: url(../src/pc/image/special/summer2026/star.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.poolBoxItemImg {
  margin-bottom: 40px;
}
.poolBoxItemImg img {
  width: 100%;
}
.poolBoxItem .summer2026Btn {
  margin-inline: auto;
}
.poolBtn {
  line-height: 1.4;
  width: 100%;
  padding-inline: 1rem !important;
  border-radius: 100px;
  box-sizing: border-box;
}
/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .poolBox {
    grid-template-columns: repeat(1, 1fr);
  }
  .summer2026HasStar {
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .poolBoxItemTitle span {
    margin-bottom: 5px;
  }
  .summer2026HasStar::after {
    width: 11px;
  }
  .poolBoxItemTitle {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .poolBoxItemImg {
    margin-bottom: 30px;
  }
  [id="pool"] .summer2026SectionBoxImg {
    margin-bottom: 60px;
  }
  .poolBoxItem:nth-child(2) {
    margin-top: 60px;
  }
  .shape01 {
    width: 50%;
    top: 18%;
    left: initial;
    right: -20px;
  }
  .drop01 {
    width: 110px;
    top: 22%;
    left: initial;
    right: -20px;
    z-index: 1;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 768px) {
}

/** =4
 * ========================================
 * viking
 * ========================================
 */
[id="viking"] .summer2026Btn {
  margin-bottom: 80px;
}
[id="viking"] {
  position: relative;
}
.drop02 {
  position: absolute;
  top: 30%;
  right: 0;
  width: 225px;
  z-index: 2;
}
@media all and (max-width: 767px) {
  [id="viking"] .summer2026Btn {
    margin-bottom: 40px;
  }
  .drop02 {
    top: 50%;
    right: -30px;
    width: 125px;
  }
}
/* animation */

/** =4
 * ========================================
 * plan
 * ========================================
 */
[id="plan"] .summer2026SectionTitle {
  text-align: center;
}
[id="plan"] .summer2026SectionText {
  text-align: center;
}
[id="plan"] .summer2026HasStar {
  margin-bottom: 30px;
}
.planBox {
  display: flex;
  flex-wrap: wrap;
}
.planBoxItemSammary {
  display: grid;
  place-content: center;
  width: 50%;
}
.planBoxItem {
  /* display: grid;
  grid-template-columns: repeat(2,1fr); */
  display: flex;
  width: 100%;
}
.planBoxItem:nth-child(even) {
  flex-direction: row-reverse;
}
.planBoxItemTitle {
  font-size: clamp(2.2rem, calc(26 / 1440 * 100vw), 2.6rem);
  line-height: 1.6;
  margin-bottom: 50px;
}
.planBoxItemImg {
  width: 50%;
}

@media all and (max-width: 767px) {
  .planBoxItem {
    display: block;
    margin-bottom: 40px;
  }
  .planBoxItem:last-child {
    margin-bottom: 0;
  }
  .planBoxItemTitle {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .planBoxItemImg {
    width: 100%;
    padding-inline: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .planBoxItemSammary {
    width: 100%;
    display: block;
    padding-left: 20px;
  }
  [id="plan"] .summer2026HasStar {
    margin-bottom: 10px;
  }
}
/** =4
 * ========================================
 * fair
 * ========================================
 */
[id="fair"] {
  position: relative;
  margin-bottom: 100px;
}
.shape02 {
  position: absolute;
  top: 27%;
  left: -130px;
}
.drop03 {
  position: absolute;
  top: 37%;
  left: -20px;
  width: 160px;
}
@media all and (max-width: 767px) {
  [id="fair"] {
    margin-bottom: 80px;
  }
  .shape02 {
    width: 60%;
    top: 20px;
    left: -100px;
  }
  .drop03 {
    top: 7%;
    left: -30px;
    width: 100px;
  }
}
/** =4
 * ========================================
 * buffet
 * ========================================
 */
[id="buffet"] .summer2026SectionBoxImg {
  position: relative;
  z-index: 1;
}
.buffetImg02 {
  width: calc((184 / 500) * 100%);
  position: absolute;
  bottom: -100px;
  left: -220px;
  z-index: 1;
}
.twoSectionWrap {
  position: relative;
  padding-bottom: 250px;
}

@media all and (max-width: 767px) {
  .twoSectionWrap {
    padding-bottom: 200px !important;
  }
  .buffetImg02 {
    bottom: -170px;
    left: initial;
    right: 20px;
  }
}

/** =4
 * ========================================
 * sorafune
 * ========================================
 */
[id="sorafune"] {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
[id="sorafune"]::before {
  content: "";
  position: absolute;
  top: calc((-140 / 1440) * 100vw);
  left: 0;
  background-image: url(../src/pc/image/special/summer2026/wave.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: calc((140 / 1440) * 100vw);
}

.fireworksList {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.fireworksList dt,
.fireworksList dd {
  padding-block: 1rem;
  border-bottom: solid 1px #D9D9D9;
}

.fireworksDate {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em 0.5em;
  margin-top: 3px;
}

@media all and (max-width: 767px) {
  [id="sorafune"]::before {
    top: -87px;
    top: calc((-36 / 375) * 100vw);
  }
  [id="sorafune"] .twoLineTitle .summer2026SectionTitleEn .ml {
    white-space: nowrap;
  }
}
/** =4
 * ========================================
 * menu
 * ========================================
 */
[id="menu"] {
  position: relative;
  padding-bottom: 420px;
}
[id="menu"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url(../src/pc/image/special/summer2026/bg_sorafune.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}

.drop04 {
  position: absolute;
  top: -15%;
  left: 40px;
  width: 240px;
}
[id="menu"] .summer2026SectionTitle {
  line-height: 1;
  margin-bottom: 115px;
}
[id="menu"] .summer2026SectionTitleEn {
  margin-bottom: 10px;
}
.menuList {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 90px calc(60 / 1440 * 100vw);
}
.menuListItem {
  position: relative;
  flex-basis: calc(50% - (60 / 1440 * 100vw) / 2 );
}
.menuListItemImg {
  margin-bottom: 30px;
}
.menuListItemName {
  display: grid;
  place-content: center;
  width: calc(95 / 1440 * 100vw);
  height: calc(95 / 1440 * 100vw);
  border-radius: 50%;
  background-color: #0079c3;
  border: 2px solid #f0fbff;
  position: absolute;
  top: calc(-45 / 1440 * 100vw);
  left: calc(-45 / 1440 * 100vw);
  color: #fff;
  font-size: clamp(1.2rem, calc(14 / 1440 * 100vw), 1.4rem);
  white-space: nowrap;
}
.menuListItemTitle {
  font-size: clamp(2.4rem, calc(26 / 1440 * 100vw), 2.6rem);
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  [id="menu"] {
    padding-bottom: 280px;
  }
  .menuList {
    /* grid-template-columns: repeat(1, 1fr); */
    gap: 70px 60px;
  }
  .menuListItem {
    flex-basis: 100%;
  }
  .menuListItemImg {
    margin-bottom: 15px;
  }
  .menuListItemName {
    width: 55px;
    height: 55px;
    top: -25px;
    left: -15px;
  }
  [id="menu"] .summer2026SectionTitle {
    margin-bottom: 60px;
  }
  .drop04 {
    top: -130px;
    left: -40px;
    width: 130px;
  }
  [id="menu"] .summer2026HasStar {
    margin-bottom: 30px;
  }
}

/** =4
 * ========================================
 * lesson
 * ========================================
 */
[id="workshop"] {
  padding-top: 100px;
  position: relative;
}
.shape03 {
  position: absolute;
  top: -10%;
  right: -70px;
}
.drop05 {
  position: absolute;
  top: 10%;
  right: 10px;
  width: 180px;
}
[id="workshop"] .summer2026SectionText {
  text-align: center;
}
[id="workshop"] .summer2026Btn {
  margin-inline: auto;
}
[id="workshop"] .summer2026Btn {
  margin-bottom: 80px;
}
@media all and (max-width: 767px) {
  [id="workshop"] {
    padding-top: 50px;
  }
  .shape03 {
    width: 50%;
    top: -150px;
    right: -70px;
  }
  .drop05 {
    top: -20px;
    right: -10px;
    width: 90px;
  }
}
/** =4
 * ========================================
 * photospot
 * ========================================
 */
[id="photospot"].summer2026Section {
  padding-top: 0;
}
[id="photospot"] .l-inner {
  padding-block: 80px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
[id="photospot"] .l-inner::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../src/pc/image/special/summer2026/star.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  background-color: #f0fbff;
  padding-inline: 10px;
}
[id="photospot"] .l-inner::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../src/pc/image/special/summer2026/star.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 16px;
  background-color: #f0fbff;
  padding-inline: 10px;
}

[id="photospot"] .summer2026SectionText {
  text-align: center;
}
.photospotImg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media all and (max-width: 767px) {
  [id="photospot"] .l-inner {
    padding-block: 60px;
  }
  [id="photospot"].summer2026Section {
    padding-inline: 20px;
    box-sizing: border-box;
  }
  [id="photospot"] .summer2026SectionTitle {
    margin-bottom: 30px;
  }
  .photospotImg {
    display: block;
  }
  .photospotImg figure {
    margin-bottom: 20px;
  }
}
/** =4
 * ========================================
 * banner
 * ========================================
 */
[id="banner"] {
  background-color: #fff;
}

.ovalBanner {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  position: relative;
}

@media all and (max-width: 767px) {
  [id="banner"].summer2026Section {
    padding-block: 60px;
  }
}

/** =4
 * ========================================
 * swiper
 * ========================================
 */
.js-thumbSlider {
  width: 100%;
  height: 620px;
}
.thumbSliderWrapper {
  transition-timing-function: linear !important;
}
.thumbSliderImage {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 470px !important;
  flex-shrink: 0;
  transition-duration: 0ms !important;
  will-change: transform !important;
}

@media all and (max-width: 767px) {
  .thumbSliderImage {
    /* aspect-ratio: 470 / 620 !important; */
    width: 200px !important;
  }
  .js-thumbSlider {
    height: auto;
  }
}

/** =4
 * ========================================
 * fade
 * ========================================
 */

.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.3s,
    transform 0.3s;
  z-index: 1;
}

.js-maskAnimWrapper {
  position: relative;
}
.js-maskAnim {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mask-size: 100% 240%;
  mask-image: linear-gradient(
    black 0%,
    black 40%,
    transparent 80%,
    transparent 100%
  );
  pointer-events: none;
  height: 100%;
  width: 100%;
  background-color: rgb(240, 251, 255);
}

/** =4
 * ========================================
 * parallax
 * ========================================
 */
.js-fadeUpText span {
  display: inline-block;
  will-change: transform, opacity, filter;
}

.js-fadeUpText {
  display: block;
  flex-wrap: wrap;
  word-break: break-word;
  white-space: normal;
}

.js-fadeUpText span {
  display: inline;
}

.txtLink {
  display: inline-block;
  border-bottom: 1px solid #000;
  color: #000;
  transition: 0.5s;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px !important;
  &:hover {
    opacity: 0.7;
  }
}

body[id="summer2026"] .btnConversion {
  display: none;
}

.summer2026SpNav {
  display: none;
}
@media all and (max-width: 767px) {
  .summer2026SpNav {
    display: block;
  }
  .menuButton {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 70px);
    padding: 10px 20px;
    background: #0079c3;
    color: white;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    z-index: 1001;
    cursor: pointer;
    font-family: "Playfair Display", serif;
  }
  .menuButton::after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
    background-image: url(../src/pc/image/special/summer2026/icon_menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 1000;
  }

  .overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .bottomNav {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    padding: 35px 20px 20px;
    z-index: 1002;
    transition: bottom 0.3s ease;
    box-sizing: border-box;
  }

  .bottomNav.active {
    bottom: 0;
  }

  .bottomNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .bottomNav li {
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
  }

  .bottomNav li:last-child {
    border-bottom: none;
  }
  .closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-radius: 50px;
    display: block;
    margin: 0 auto 1rem;
    background: #0079c3;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 12px;
  }
  .closeButton::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .closeButton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
