@charset "UTF-8";

/*共通設定*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  color: #fff;
  background-color: #103643;
  overflow-x: hidden; /*追加*/
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

/*コンテンツ幅設定*/
.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
}

#floor-guide, #access, #youtube{
  padding:80px 0;
}

/*メインビジュアル*/
.main-visual {
  position: relative;
  width: calc(100% - 20px);
  aspect-ratio: 1920 / 2030;
  margin: 0 auto;
}

.mv-video {
  display: block;
  width: 100%;
  height: 100%;
   object-fit: fill;
}

/* ヘッダー */
.main-visual {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header-inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}

.menu-button {
  padding: 0;
  border: none;
  background: none;
}

.menu-button img {
  width: 80px;
  display: block;
}

/*戻るボタン*/
.top-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}

.top-button img {
  display: block;
  width: 85px;
  height: auto;
}

/*TOPボタン*/
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* OPENした状態 */
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-panel {
  width: 333px;
  height: 650px;
  box-sizing: border-box;
  padding: 28px 30px;
  background-color: #103643;
  border: 3px solid #fff;
  border-radius: 24px;
  position: relative;
}

.menu-close {
  display: block;
  margin: 0 auto 25px;
  border: none;
  background: none;
  color: #fff;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}

.menu-close span {
  font-size: 20px;
  letter-spacing: 1px;
}

.menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}

.menu-nav a {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

.menu-sns {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  color: #fff;
}

.menu-sns span {
  margin-right: 3px;
  font-size: 18px;
  font-weight: 900;
}

.menu-sns a {
  display: block;
}

.menu-sns img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}


/*スケジュール*/
.schedule {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -200px;
  transform: translateX(-50%);
  width: min(935px, 70%);
}

.schedule img {
  width: 100%;
  height: auto;
  display: block;
}

/*コンセプト*/
#concept{
  padding-top:300px;
  position: relative;
}

.concept-card {
  width: min(800px, 100%);
  margin: 0 auto;
  padding: 25px;
  background-color: #fff;
  border: 2px solid #F8900C;
  border-radius: 15px;
}

.concept-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.concept-image{
  width:430px;
}

.concept-image img {
  width: 100%;
  height: auto;
  display: block;
}

.concept-comment {
  color: #111;
}

.concept-panel {
  display: none;
}

.concept-panel.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.course{
  font-size:1.5rem;
  font-weight: bold;
  padding:5px 0;
}

#concept p{
  font-size:1.6rem;
}

#concept h4{
  font-size:32px;
  font-weight: bold;
}

#concept h3{
  font-size:2.4rem;
  font-weight: bold;
}

#concept .container {
  position: relative;
}

#concept .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
}

/*見出し*/
.section-title{
  color:#fff;
  text-align:center;
  font-size:100px;
  -webkit-text-stroke: 2px #000000; 
  paint-order: stroke fill; 
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

.mini-title{
  text-align: center;
  width: 250px;
  margin: 0 auto 50px;
  padding: 18px 0;
  background-color: #F8900C;
  color: #fff;
  border: 7px solid #fff;
  border-radius: 100px;
  box-shadow: 0 12px 0 #002F38;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.food-title{
  background-color: #008FDE;
  margin-top: 50px;
}

.event-title{
  background-color: #00BB00;
  margin-top: 50px;
}

/*タブ切り替え*/
.concept-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top:25px;
}

.concept-tab {
  width: 55px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.concept-tab img {
  width: 100%;
  display: block;
}

/*イベント*/
#event{
  padding-top:160px;
  padding-bottom:80px;
}

.event-slider{
  position: relative;
}


.event-image {
  display: flex;
  gap: 40px;
  position: relative;
}

.event-image a {
  width: 50%;
}

.event-image img {
  width: 100%;
  height: auto;
  display: block;
}

.event-slide {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.event-slide.active {
  display: grid;
}
.event-banner img{
  width:580px;
  height:auto;
}

.event-comment h3{
  font-size:3.2rem;
  font-weight: bold;
}

.event-comment p{
  font-size:1.8rem;
}



/* 以下2追加 */
.day1 {
  content: '';
}

.day2 {
  content: '';
  position: relative;
}

.deco1 {
  width: 150px;
  height: 150px;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
}

.deco1 img {
  max-width: 150px;
  height: auto;
}

.deco2 {
  width: 130px;
  height: 130px;
  position: absolute;
  bottom: -160px;
  left: -100px;
}

.deco3 {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  right: -50px;
}

/*スライド操作部分*/
.event-slider-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
}

.event-slider-control button {
  width: 70px;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.event-slider-control button img {
  height: auto;
}

.event-current,
.event-total {
  font-size: 28px;
  font-weight: bold;
  font-family: "Rubik Mono One", monospace;
}

.event-total {
  font-weight: normal;
}

.event-progress {
  width: 225px;
  height: 6px;
  background: #fff;
  border-radius: 10px;
}

/* SHOPセクション */
#shop {
  padding: 80px 0;
}

#shop .Shop-bg {
  background-color: #fff;
  padding:20px;
  position: relative;
}

/* 店舗一覧を表示する箱 */
#shop .gallery {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

/* 店舗を横一列にする */
#shop .high {
  display: flex;
  width: max-content;
  animation: scroll-left 20s linear infinite;
}

/* 店舗画像 */
#shop .thum {
  flex-shrink: 0;
}

#shop .thum a img {
  width: 360px;
  margin: 0 15px;
  display: block;
  object-fit: cover;
}


/* 左に流す */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* 下段 */
#shop .low {
  display: flex;
  width: max-content;
  animation: scroll-right 20s linear infinite;
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.deco4 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -180px;
  left: -80px;
}

.deco5 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: -60px;
  left: -60px;
}

.deco6 {
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -160px;
  right: -30px;
}

/*フロアガイドセクション*/
.deco7 {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 80px;
  left: -80px;
}

.guide-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  overflow: scroll; /*追加*/
  position: relative;
}

.east-inner,
.central-inner,
.west-inner {
  width: 100%;
}

#floor-guide .guide-flex img {
  width: 380px;
  height: auto;
  display: block;
}

#floor-guide, .access{
  padding:80px 0;
}

.deco8 {
  max-width: 140px;
  height: 140px;
  position: absolute;
  top: -60px;
  right: -80px;
}

.map iframe {
  width: 375px;
  height: 375px;
  display: block;
}

.east-inner.map iframe {
  border: 4px solid #00BB00 !important;
  border-radius: 24px;
}

.central-inner.map iframe {
  border: 4px solid #E90000 !important;
  border-radius: 24px;
}

.west-inner.map iframe {
  border: 4px solid #F8900C !important;
  border-radius: 24px;
}

.floor-title01{
  background-color: #00bb00;
}

.floor-title02{
  background-color: #E90000;
}

.floor-title03{
  background-color: #F8900C;
}

/*youtubeセクション*/
.youtube-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.youtube-main {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-main iframe {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 24px;
}

.youtube-more {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

/*フッター*/
.footer {
  background-color: #103643;
}

.footer-bg {
  width: min(1825px, 100%);
  aspect-ratio: 1825 / 895;
  margin: 0 auto;
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.footer-inner {
  width: min(1200px, calc(100% - 20px));
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.footer-nav {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 80px;
}

.footer-nav a {
  color: #fff;
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  font-family: "Rubik Mono One", monospace;
  font-weight: 400;
  font-style: normal;
}

/* SNS */
.footer-sns {
  position: absolute;
  left: 10%;
  top: 78%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-sns span {
  color: #fff;
  font-weight: 900;
}

.footer-sns img {
  width: 22px;
  height: 22px;
}

/*コピーライト*/
.footer-copy {
  display: flex;
  align-items: center;
  position: absolute;
  right: 5%;
  bottom: 18%;
  margin: 0;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.footer-copy img{
  width:20px;
  height:24px;
  display: block;
}

@media (max-width: 767px) {

  .header{
    width:100%;
    margin: 0;
  }

  .top-button {
    right: 50px;
    bottom: 15px;
  }

  .top-button img {
    width: 70px;
  }

  .main-visual {
    width: 100%;
  }

  .mv-video {
    width: 100%;
    height: 100%;
  }

  .menu-button img{
    width:60px;
  }

  .section-title{
    font-size:64px;
  }

  #concept .section-title {
    position: relative;
    z-index: 2;
    margin-bottom: -30px;
  }
  
  .guide-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .day2{
    padding:70px 0;
  }

  .east-inner,
  .central-inner,
  .west-inner {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  #floor-guide .guide-flex img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  #access .map {
    width: 100%;
    margin: 0 auto;
  }

  #access .map iframe {
    width: 100%;
    max-width: 415px;
    height: 415px;
    margin: 0 auto;
  }  

  /* EVENT */
  .event-slider {
    width: 100%;
  }

  .event-slide {
    display: none;
  }

  .event-slide.active {
    display: flex;
    flex-direction: column;
  }
  .event-banner {
    width: 100%;
  }

  .event-banner img {
    width: 100%;
    height: auto;
    display: block;
  }

  .event-comment {
    width: 100%;
  }

  /* コメント */
  .event-comment {
    width: 100%;
    text-align: left;
  }

  .event-comment p {
    line-height: 1.8;
  }

  .event-image {
    display: block;
  }

  .concept-content {
    width: 100%;
    padding: 12px;
    border-width: 2px;
    border-radius: 15px;
  }

  .concept-panel {
    display: none;
    flex-direction: column;
    gap: 12px;
  }

  .concept-panel.active {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .concept-image {
    width: 100%;
  }

  .concept-image img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
  }

  .concept-comment {
    width: 100%;
  }

  .concept-comment h3 {
    font-size: 24px;
    text-align: center;
  }

  .concept-comment .course {
    font-size: 18px;
    text-align: center;
  }

  .concept-comment h4 {
    font-size: 32px;
    text-align: center;
  }

  .concept-comment p:last-child {
    font-size: 18px;
    line-height: 1.7;
  }

  .concept-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    justify-items: center;
  }

  .concept-tab {
    width: 75px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }

  .concept-tab img {
    width: 100%;
    height: auto;
    display: block;
  }

  .movie-flex{
    width: 100%;
    display: block;
  }
  
  .left-inner{
    padding:24px 0;
  }
  
  .left-inner img, .right-inner img{
    width:100%;
    height:100%;
    border-radius: 24px;
    margin: 0 auto;
  }

  /*フッター*/
   .footer-bg {
    width: 100%;
    height: 785px;
    aspect-ratio: auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    }

  .footer-inner {
    width: calc(100% - 20px);
    height: 100%;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 25px;
    width:200px;
  }

  .footer-nav a {
    font-size: 32px;
  }

  .footer-copy {
    position: absolute;
    left: 0;
    bottom: 30px;
    margin-top: 30px;
    text-align: left;
    white-space: nowrap;
  }

  /*装飾位置調整*/
  .deco1,
  .deco3,
  .deco8 {
  right: 0;
  }
}