@charset "UTF-8";
.contentArea {
  padding: 0 !important;
}

.moreButton {
  color: #ffffff;
  background: linear-gradient(128deg, #209cc6 0%, #7dc3c8 70%, #f1d3d2 100%);
  border-radius: 70px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.moreButton:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .moreButton {
    font-size: clamp(14px, 4.1vw, 16px);
    width: min(43.6vw, 170px);
    padding: min(3.85vw, 15px) 0;
  }
}
@media print, screen and (min-width: 768px) {
  .moreButton {
    font-size: clamp(18px, 1.67vw, 20px);
    width: min(11.5vw, 220px);
    padding: min(1vw, 20px) 0;
  }
}
.mds {
  margin-bottom: 32px;
}
.mds .mdsSub {
  font-family: "Spectral", sans-serif;
  font-size: 32px;
  color: #b8860b;
  letter-spacing: 0em;
  line-height: 1em;
}
.mds .mdsTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .mds {
    margin-bottom: 18px;
  }
  .mds .mdsSub {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .mds .mdsTtl {
    font-size: 15px;
  }
}
.floatMv {
  position: fixed;
  width: 100vw;
  height: 100lvh;
  pointer-events: none;
  z-index: -10;
}
.floatMv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -3;
}

.floatMvCopy {
  position: fixed;
  width: 100vw;
  height: 100lvh;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  transition: 0.5s;
}
.floatMvCopy .mvCopy {
  position: absolute;
  margin: auto 0;
  left: 36px;
  top: 0;
  bottom: 0;
}

.viewFvCopy .floatMvCopy {
  opacity: 1;
  transition: 0.5s;
}

@media screen and (orientation: portrait), (max-width: 767px) {
  .floatMvCopy {
    width: 90vw;
  }
  .floatMvCopy .mvCopy {
    left: 5vw;
  }
}
.secMv {
  width: 100%;
  height: 100lvh;
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: relative;
  background-image: linear-gradient(180deg, rgba(16, 29, 73, 0), rgba(16, 29, 73, 0.3));
}
.secMv .pickups-original {
  position: fixed;
  bottom: 30px;
  right: 0px;
  opacity: 1;
  transition: 0.5s;
  pointer-events: all;
  z-index: 30;
  width: 330px !important;
  height: 139px !important;
}
.viewFvScroll .secMv .mvBnr {
  opacity: 0;
  transition: 0.5s;
  animation-duration: 1s;
  pointer-events: none;
}

.viewFooter .secMv .mvBnr {
  opacity: 0;
  transition: 0.5s;
  animation-duration: 1s;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .secMv .pickups-original {
    width: 210px !important;
    height: 90px !important;
  }
  .secMv .mvBnr.mvBnrNo {
    opacity: 0;
    pointer-events: none;
  }
}
.secConcept {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2509803922);
  position: relative;
  background-image: linear-gradient(180deg, rgba(16, 29, 73, 0.3), rgba(16, 29, 73, 0.9));
}
.secConcept .txt {
  width: -moz-fit-content;
  width: fit-content;
  padding: 60vh 5vw 30lvh 0;
  margin-left: auto;
}
.secConcept .txt p {
  font-size: clamp(20px, 1.83vw, 22px);
  color: #ffffff;
  line-height: 1.5em;
}
.secConcept .txt .btn {
  margin-top: 80px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (orientation: portrait), (max-width: 767px) {
  .secConcept .txt {
    width: -moz-fit-content;
    width: fit-content;
    padding: 100px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .secConcept .txt p {
    font-size: clamp(14px, 4.87vw, 19px);
    text-align: center;
  }
  .secConcept .txt .btn {
    margin: 40px auto 0;
  }
}
.secConceptP {
  position: relative;
  background: #ffffff;
}
.secConceptP:before {
  content: "";
  background: #ffffff;
  display: block;
  width: clamp(200px, 60%, 480px);
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.secConceptP .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  min-height: 100lvh;
}
.secConceptP .txt img {
  max-width: 420px;
  width: 96%;
  display: block;
  margin: 0 auto 32px;
}
.secConceptP .txt h2 {
  font-size: clamp(20px, 1.83vw, 22px);
  text-align: center;
  margin-bottom: 72px;
  line-height: 1.4em;
}
.secConceptP .txt p {
  text-align: center;
  font-size: 14px;
  line-height: 2.1em;
}
.secConceptP .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.secConceptP .bg .bgLeft {
  width: 40%;
  height: 100%;
  transition: opacity 2s;
  transition-delay: 0.5s;
}
.secConceptP .bg .bgLeft img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secConceptP .bg .bgRight {
  width: 40%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50% 50%;
  transition: opacity 2s;
  transition-delay: 0.5s;
}
.secConceptP .bg .bgRight img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secConceptP .bg .bgRight img:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.secConceptP .bg .bgRight img:nth-of-type(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.secConceptP .bg .bgRight img:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}

@media screen and (orientation: landscape) {
  .wrapSp {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .wrapPc {
    display: none;
  }
  .bgLeft {
    aspect-ratio: 3/4;
    transition: opacity 2s;
    transition-delay: 0.5s;
  }
  .bgLeft img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .bgRight {
    aspect-ratio: 3/4;
    -o-object-fit: cover;
       object-fit: cover;
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-template-rows: 1fr 1fr;
    transition: opacity 2s;
    transition-delay: 0.5s;
  }
  .bgRight img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .bgRight img:nth-of-type(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .bgRight img:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bgRight img:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .secConceptP:before {
    display: none;
  }
  .secConceptP .txt {
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: -50px auto;
  }
  .secConceptP .txt img {
    width: 96%;
    max-width: 390px;
    margin: 32px auto;
  }
  .secConceptP .txt h2 {
    font-size: clamp(14px, 5.64vw, 22px);
    margin-bottom: 20px;
    padding-left: 1em;
  }
  .secConceptP .txt .imgCross {
    margin: 0 auto 24px;
  }
}
.secSlider {
  background-color: #ffffff;
}
.secSlider .wrap {
  padding-top: 30px;
}
.secSlider .wrap .ttl {
  writing-mode: vertical-rl;
  color: #b8860b;
  font-family: "Spectral", sans-serif;
  font-size: clamp(30px, 2.67vw, 32px);
  font-weight: 600;
  position: absolute;
  z-index: 4;
  line-height: 1.1em;
}
.secSlider .wrap .txt {
  position: absolute;
  bottom: 60px;
  z-index: 6;
  background: #ffffff;
  padding: 46px 100px 32px 42px;
}
.secSlider .wrap .txt .mds {
  margin-bottom: 32px;
}
.secSlider .wrap .txt .mds .mdsSub {
  font-family: "Spectral", sans-serif;
  font-size: 32px;
  color: #b8860b;
  letter-spacing: 0em;
  line-height: 1em;
}
.secSlider .wrap .txt .mds .mdsTtl {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
}
.secSlider .wrap .txt p {
  font-size: clamp(21px, 1.92vw, 23px);
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .secSlider .wrap {
    padding-top: 30px;
  }
  .secSlider .wrap .ttl {
    writing-mode: horizontal-tb;
    font-size: clamp(14px, 5.64vw, 22px);
    left: 0;
    right: 0;
  }
  .secSlider .wrap .txt {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 24px 0px 0;
  }
  .secSlider .wrap .txt .mds {
    margin-bottom: 18px;
  }
  .secSlider .wrap .txt .mds .mdsSub {
    font-size: clamp(16px, 6.67vw, 26px);
  }
  .secSlider .wrap .txt .mds .mdsTtl {
    font-size: 15px;
  }
  .secSlider .wrap .txt p {
    font-size: clamp(14px, 5.13vw, 20px);
  }
}
.secCuisine {
  position: relative;
  padding: 210px 0 160px;
}
.secCuisine .wrap .ttl {
  right: 10vw;
  top: 180px;
}
.secCuisine .wrap .txt {
  right: 10vw;
}

.secExperience {
  position: relative;
  padding: 120px 0 160px;
}
.secExperience .wrap .ttl {
  left: 10vw;
  top: 110px;
}
.secExperience .wrap .txt {
  left: 10vw;
}

@media screen and (max-width: 767px) {
  .secCuisine {
    padding: 100px 0 30px;
  }
  .secCuisine .wrap .ttl {
    right: 0vw;
    top: 90px;
    padding-left: 5vw;
  }
  .secCuisine .wrap .txt {
    right: 0vw;
    padding-left: 5vw;
  }
  .secExperience {
    padding: 50px 0 100px;
  }
  .secExperience .wrap .ttl {
    left: auto;
    right: 5vw;
    top: 42px;
  }
  .secExperience .wrap .txt {
    left: 0vw;
    padding-left: 5vw;
  }
}
.text-infinity-scroll {
  overflow: hidden;
  width: 100vw;
}
.text-infinity-scroll .scroll-wrap {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loop-slide 60s linear infinite;
}
.text-infinity-scroll img {
  width: 70vw;
  height: auto;
  flex-shrink: 0;
  margin-right: 3vw;
}

.secExperience .text-infinity-scroll .scroll-wrap {
  animation: loop-slide-back 60s linear infinite;
}

@media screen and (max-width: 767px) {
  .text-infinity-scroll .scroll-wrap {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: loop-slide 30s linear infinite;
  }
  .secExperience .text-infinity-scroll .scroll-wrap {
    animation: loop-slide-back 30s linear infinite;
  }
}
@keyframes loop-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-slide-back {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.scrollmenu {
  position: relative;
  overflow: clip;
  background: #ffffff;
  width: 100%;
}
.scrollmenu .stickyIndex {
  position: sticky;
  top: 110px;
  right: 46px;
  left: auto;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  transition: 3s;
  pointer-events: none;
}
.scrollmenu .stickyIndex.animated {
  opacity: 1;
  transition: 3s;
  pointer-events: all;
}
.scrollmenu .stickyIndex .toc-item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 40px;
  position: relative;
  transition: 0.3s;
}
.scrollmenu .stickyIndex .toc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.7s;
}
.scrollmenu .stickyIndex .toc-item.is-active {
  transition: 0.3s;
}
.scrollmenu .stickyIndex .toc-item.is-active::before {
  opacity: 1;
  transition: 0.7s;
}
.scrollmenu .stickyIndex .toc-item a {
  text-decoration: none;
  font-size: clamp(20px, 1.83vw, 22px);
  color: #ffffff;
  font-family: "Spectral", sans-serif;
  line-height: 1.2em;
}

.fade-scroll-container {
  position: relative;
}

/* 画面に固定される枠 */
.sticky-viewport {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100lvh;
  overflow: hidden;
}
/* 各セクションの共通設定 */
.section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out;
  background-size: cover;
  background-position: center;
  transition: 0.5s;
  pointer-events: none;
}
.section.sec-bg-1 {
  background-image: url(../images/scroll_img01.jpg);
  opacity: 1;
}
.section.sec-bg-2 {
  background-image: url(../images/scroll_img02.jpg);
}
.section.sec-bg-3 {
  background-image: url(../images/scroll_img03.jpg);
}
.section.sec-bg-4 {
  background-image: url(../images/scroll_img04.jpg);
}
.section {
  /* アクティブ時：上に重なってフェードイン */
}
.section.is-active {
  transition: 0.5s;
  opacity: 1;
  z-index: 2; /* 前のセクション（z-index:1）の上に重なる */
  pointer-events: all;
}
.section .box {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 5vw;
  bottom: 60px;
}
.section .box .mds {
  margin-bottom: 0;
}
.section .box .mds .mdsSub {
  font-size: clamp(30px, 2.67vw, 32px);
  color: #ffffff;
  margin-bottom: 0px;
  display: block;
}
.section .box .mds .mdsTtl {
  font-size: 16px;
  color: #ffffff;
}
.section .box p {
  width: 250px;
  border-top: 1px solid #ffffff;
  font-size: 15px;
  margin-top: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
  color: #ffffff;
  letter-spacing: 0.1em;
}

/* スクロールの引っ掛かりを作る透明なトリガー（150lvh設定） */
.trigger {
  height: 150lvh;
  width: 100%;
  pointer-events: none;
}
.trigger#sec1 {
  height: 50lvh;
}
.trigger:last-child {
  height: 100lvh;
}

@media screen and (max-width: 767px) {
  .scrollmenu .stickyIndex {
    top: 90px;
    right: 5vw;
    gap: 10px;
    opacity: 1;
  }
  .scrollmenu .stickyIndex .toc-item {
    padding-left: 30px;
  }
  .scrollmenu .stickyIndex .toc-item::before {
    width: 22px;
  }
  .scrollmenu .stickyIndex .toc-item a {
    font-size: 22px;
  }
  .section.sec-bg-1 {
    background-image: url(../images/scroll_img01_sp.jpg);
  }
  .section.sec-bg-2 {
    background-image: url(../images/scroll_img02_sp.jpg);
  }
  .section .box {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
  }
  .section .box .mds .mdsSub {
    font-size: clamp(18px, 7.69vw, 30px);
  }
}
.secRecommend {
  background-image: url(../images/recommend_img_bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 142px 5vw;
}
.secRecommend .head {
  max-width: 1140px;
  width: 90vw;
  margin: 0 auto 42px;
}
.secRecommend .head .mds .mdsSub {
  color: #ffffff;
}
.secRecommend .head .mds .mdsTtl {
  color: #ffffff;
}
.secRecommend .head p {
  color: #ffffff;
}
.secRecommend .content {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3%;
}

@media screen and (max-width: 767px) {
  .secRecommend {
    background-image: url(../images/recommend_img_bg_sp.jpg);
    padding: 68px 5vw;
  }
  .secRecommend .head {
    margin: 0 auto 40px;
  }
  .secRecommend .head p {
    font-size: 14px;
  }
  .secRecommend .content {
    width: 90vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
  }
  .secRecommend .content .box img {
    width: 100%;
  }
}
.secInstagram {
  background-color: #ffffff;
  width: 100%;
}
.secInstagram .wrap {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
  border-top: 1px solid #101d49;
  border-bottom: 1px solid #101d49;
  padding: 64px 0 56px;
  display: grid;
  grid-template-columns: 290px 1fr;
}
.secInstagram .wrap .head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.secInstagram .wrap .head .mds {
  margin-bottom: 0;
}
.secInstagram .wrap .content {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .secInstagram .wrap {
    display: flex;
    flex-direction: column;
    padding: 44px 0 40px;
    width: 90vw;
    margin: auto;
  }
  .secInstagram .wrap .head {
    display: contents;
  }
  .secInstagram .wrap .head a {
    order: 3;
  }
  .secInstagram .wrap .content {
    order: 2;
    display: flex;
    flex-direction: column;
    padding: 0 0;
    margin: 22px auto;
  }
}
.secNews {
  background-color: #ffffff;
  width: 100%;
}
.secNews .wrap {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
  border-bottom: 1px solid #101d49;
  padding: 64px 0 56px;
  display: grid;
  grid-template-columns: 290px 1fr;
}
.secNews .wrap .head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.secNews .wrap .head .mds {
  margin-bottom: 0;
}
.secNews .wrap .content {
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .secNews .wrap {
    grid-template-columns: 1fr;
  }
  .secNews .wrap .head {
    display: contents;
  }
  .secNews .wrap .head a {
    order: 3;
    margin-top: 32px;
  }
  .secInstagram .wrap {
    display: flex;
    flex-direction: column;
    padding: 44px 0 40px;
    width: 90vw;
    margin: auto;
    border-bottom: 0px solid #101d49;
  }
  .secInstagram .wrap .head {
    display: contents;
  }
  .secInstagram .wrap .head a {
    order: 3;
  }
  .secInstagram .wrap .content {
    order: 2;
    display: flex;
    flex-direction: column;
    padding: 0 0;
    margin: 22px auto;
  }
}
.newsListArea {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.newsListArea .newsList {
  top: 0;
  display: grid;
  grid-template-columns: 114px 1fr;
  align-items: center;
  gap: 24px;
}
.newsListArea .newsList .newsListImg {
  width: 100%;
}
.newsListArea .newsList .newsListImg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.newsListArea .newsList .newsListTxt .newsListTxtHead {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 24px;
}
.newsListArea .newsList .newsListTxt .newsListTxtHead .newsDate {
  font-size: 13px;
}
.newsListArea .newsList .newsListTxt .newsListTxtHead .newsCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.newsListArea .newsList .newsListTxt .newsListTxtHead .newsCategories .catName {
  font-size: 13px;
  color: #747474;
}
.newsListArea .newsList .newsListTxt .newsTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-height: 1.6em;
  font-size: 16px;
  margin: 10px 0;
}
.newsListArea .newsList .newsListTxt .more {
  display: block;
  font-family: "Spectral", sans-serif;
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .newsListArea {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 32px;
  }
  .newsListArea .newsList {
    display: grid;
    grid-template-columns: 114px 1fr;
    gap: 24px;
    align-items: center;
  }
  .newsListArea .newsList .newsListImg {
    width: 100%;
  }
  .newsListArea .newsList .newsListImg img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .newsListArea .newsList .newsListTxt .newsListTxtHead {
    display: flex;
    flex-direction: column;
    gap: 0px 24px;
  }
  .newsListArea .newsList .newsListTxt .newsListTxtHead .newsDate {
    font-size: 13px;
    line-height: 1.4em;
  }
  .newsListArea .newsList .newsListTxt .newsListTxtHead .newsCategories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .newsListArea .newsList .newsListTxt .newsListTxtHead .newsCategories .catName {
    font-size: 13px;
    line-height: 1.4em;
    color: #747474;
  }
  .newsListArea .newsList .newsListTxt .newsTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.6em;
    font-size: 16px;
    margin: 4px 0;
  }
  .newsListArea .newsList .newsListTxt .more {
    display: none;
    font-family: "Spectral", sans-serif;
    font-size: 13px;
    font-weight: 600;
  }
}
.secBnr {
  background-color: #ffffff;
  padding: 50px 0 120px;
  width: 100%;
}
.secBnr .wrap {
  max-width: 880px;
  width: 90vw;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3%;
}
.secBnr .wrap a {
  width: 100%;
  height: 100%;
}
.secBnr .wrap a img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .secBnr {
    padding: 40px 0 100px;
  }
  .secBnr .wrap {
    width: 90vw;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .secBnr .wrap a {
    width: 100%;
    height: 100%;
  }
  .secBnr .wrap a img {
    width: 100%;
  }
}
.secAccess {
  background-color: #101d49;
  padding: 120px 0 90px;
}
.secAccess .wrap {
  max-width: 1140px;
  width: 90vw;
  margin: auto;
}
.secAccess .wrap .head .mds .mdsSub,
.secAccess .wrap .head .mds .mdsTtl {
  color: #ffffff;
}
.secAccess .wrap .content * {
  color: #ffffff;
}
.secAccess .wrap .content .secAccessInfo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2px 64px;
}
.secAccess .wrap .content .secAccessInfo .secAccessInfoBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.secAccess .wrap .content .secAccessInfo .secAccessInfoBox iframe {
  width: 100%;
  height: 100%;
}
.secAccess .wrap .content .secAccessInfo .secAccessInfoBox.secAccessInfoBoxTxt h3 {
  font-size: clamp(16px, 1.5vw, 18px);
  padding: 20px 0;
}
.secAccess .wrap .content .secAccessInfo .secAccessInfoBox.secAccessInfoBoxTxt ul {
  list-style: none;
  border-bottom: 1px solid #ffffff;
}
.secAccess .wrap .content .secAccessInfo .secAccessInfoBox.secAccessInfoBoxTxt ul li {
  display: grid;
  grid-template-columns: 130px 1fr;
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}
.secAccess .wrap .content .secAccessInfo .secAccessInfoBox.secAccessInfoBoxTxt ul li .ttl {
  font-size: 14px;
}
.secAccess .wrap .content .secAccessInfo .secAccessInfoBox.secAccessInfoBoxTxt ul li .txt {
  font-size: 14px;
  line-height: 1.5em;
}
.secAccess .wrap .content .secAccessNav {
  width: 94%;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
.secAccess .wrap .content .secAccessNav .box h4 {
  font-size: clamp(16px, 1.5vw, 18px);
  padding: 16px 0;
  margin-bottom: 13px;
  border-bottom: 1px solid #ffffff;
}
.secAccess .wrap .content .secAccessNav .box p {
  font-size: 14px;
}
.secAccess .wrap .content .secAccessNav .box span {
  font-size: 12px;
  padding-top: 6px;
  line-height: 1.7em;
  display: block;
}

@media screen and (orientation: portrait), (max-width: 767px) {
  .secAccess {
    padding: 56px 0 90px;
  }
  .secAccess .wrap {
    max-width: 1140px;
    width: 100vw;
    margin: auto;
  }
  .secAccess .wrap .head {
    width: 90vw;
    margin: auto;
  }
  .secAccess .wrap .content .secAccessInfo {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .secAccess .wrap .content .secAccessInfo .secAccessInfoBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .secAccess .wrap .content .secAccessInfo .secAccessInfoBox iframe {
    width: 100%;
    height: 100%;
  }
  .secAccess .wrap .content .secAccessInfo .secAccessInfoBox.secAccessInfoBoxIframe {
    order: 4;
    width: 90vw;
    margin: auto;
    aspect-ratio: 16/9;
  }
  .secAccess .wrap .content .secAccessInfo .secAccessInfoBox.secAccessInfoBoxTxt {
    order: 3;
    width: 90vw;
    margin: 0 auto 20px;
  }
  .secAccess .wrap .content .secAccessNav {
    width: 90vw;
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .secAccess .wrap .content .secAccessNav .box h4 {
    font-size: clamp(16px, 1.5vw, 18px);
    padding: 12px 0;
    margin-bottom: 18px;
    border-bottom: 1px solid #ffffff;
  }
  .secAccess .wrap .content .secAccessNav .box p {
    font-size: 13px;
  }
  .secAccess .wrap .content .secAccessNav .box span {
    font-size: 13px;
    padding-top: 6px;
    line-height: 1.7em;
    display: block;
  }
}
.secCta {
  background-color: #101d49;
  padding: 40px 0 120px;
}
.secCta * {
  color: #ffffff;
}
.secCta .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}
.secCta .ttl h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(20px, 1.83vw, 22px);
  font-family: "Spectral", sans-serif;
  color: #ffffff;
}
.secCta .ttl p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 14px;
  font-size: 15px;
  color: #ffffff;
}
.secCta .ttl p:before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  background-color: #ffffff;
}
.secCta .ticketbox {
  max-width: 920px;
  width: 90vw;
  margin: auto;
  padding: 0;
}
.secCta .ticketbox .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
}
.secCta .ticketbox .content .contactus h3,
.secCta .ticketbox .content .reservation h3,
.secCta .ticketbox .content .mail h3 {
  font-family: "Spectral", sans-serif;
  font-size: clamp(30px, 2.67vw, 32px);
  letter-spacing: 0;
}
.secCta .ticketbox .content .contactus p,
.secCta .ticketbox .content .reservation p,
.secCta .ticketbox .content .mail p {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
.secCta .ticketbox .content .contactus {
  grid-column: 1/2;
  grid-row: 1/3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 30px;
}
.secCta .ticketbox .content .contactus:after {
  position: absolute;
  top: -29px;
  right: 0;
  content: "";
  height: calc(100% + 58px);
  width: 2px;
  display: block;
  background: #b8860b;
}
.secCta .ticketbox .content .reservation {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  padding: 18px 0 40px 30px;
}
.secCta .ticketbox .content .reservation h3 {
  font-size: clamp(28px, 2.5vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.secCta .ticketbox .content .reservation p {
  text-align: center;
}
.secCta .ticketbox .content .reservation:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: calc(100% + 29px);
  height: 2px;
  display: block;
  background: #b8860b;
}
.secCta .ticketbox .content .mail {
  grid-column: 2/3;
  grid-row: 2/3;
  padding: 24px 0 0px 30px;
}
.secCta .ticketbox .content .mail h3 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-family: initial;
  font-size: clamp(15px, 1.33vw, 16px);
}

@media screen and (orientation: portrait), (max-width: 767px) {
  .secCta {
    padding: 0px 0 100px;
  }
  .secCta .ttl {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 1px;
  }
  .secCta .ttl h2 {
    font-size: clamp(14px, 5.64vw, 22px);
  }
  .secCta .ttl p {
    flex-direction: column;
    font-size: 15px;
    gap: 6px;
  }
  .secCta .ttl p:before {
    width: 20px;
    height: 1px;
  }
  .secCta .ticketbox {
    max-width: 640px;
  }
  .secCta .ticketbox .content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
  }
  .secCta .ticketbox .content .contactus h3,
  .secCta .ticketbox .content .reservation h3,
  .secCta .ticketbox .content .mail h3 {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secCta .ticketbox .content .contactus {
    grid-column: 1/2;
    grid-row: 1/2;
    align-items: center;
    flex-direction: column;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 42px;
  }
  .secCta .ticketbox .content .contactus:after {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: -29px;
    height: 2px;
    width: calc(100% + 58px);
  }
  .secCta .ticketbox .content .contactus p {
    text-align: center;
  }
  .secCta .ticketbox .content .reservation {
    grid-column: 1/2;
    grid-row: 2/3;
    padding: 32px 0 40px;
  }
  .secCta .ticketbox .content .reservation h3 {
    font-size: clamp(18px, 7.69vw, 30px);
  }
  .secCta .ticketbox .content .reservation:after {
    position: absolute;
    left: -29px;
    height: 2px;
    width: calc(100% + 58px);
  }
  .secCta .ticketbox .content .mail {
    grid-column: 1/2;
    grid-row: 3/4;
    padding: 24px 0 0px;
  }
  .secCta .ticketbox .content .mail h3 {
    font-size: clamp(14px, 4.1vw, 16px);
  }
}/*# sourceMappingURL=style.css.map */