@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --content-width: 375px;
  --border-width: 16px;
  --bg-4-inner-height: 100%;
  --footer-bg: #001530;
  --footer-gold: #b19648;
  --text-gold: #dabf73;
  --footer-navy: #003f6b;
  --footer-width: 720px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

main {
  width: var(--content-width);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 420px) {
  main {
    width: 100%;
  }
}

.barlow-font {
  font-family: "Barlow", sans-serif;
}

.bg-ptn {
  background-image: url(../images/bg-ptn.png);
  background-size: 100%;
  background-position: top;
  background-repeat: repeat;
  margin-top: -100px;
}

.header {
  background-color: #e3bf6f;
  padding: 10px;
}

.header-logo {
  width: 184.4px;
  height: 19.844px;
  margin: 0 auto;
  display: block;
}

/* kv-section */
.kv-section {
  position: relative;
  z-index: 10;
}

/* intro-section */
/* .intro-section {
  padding-top: 100px;
} */

.intro-section-txt_wrap {
  position: relative;
  z-index: -1;
  padding-top: 100px;
}

.intro-section-txt_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/intro/bg.png);
}

.intro-section-txt_01 {
  max-width: 253px;
  padding-top: 30px;
}

.intro-section-img_01 {
  padding-top: 50px;
  position: relative;
  z-index: -1;
}

.intro-section-txt_02 {
  max-width: 246px;
  margin-top: -15px;
}

/* play-section */
.play-section-ttl_01 {
  max-width: 200px;
  padding-top: 24px;
}

.play-section-img_01 {
  padding-top: 5px;
}

.play-section-img_03 {
  padding-top: 40px;
}
.play-section-txt_01 {
  max-width: 323px;
  padding-top: 24px;
}

/* eat-section */
.eat-section-ttl_wrap {
  position: relative;
  display: flex;
  justify-content: center;
}

.eat-section {
  padding-top: 40px;
}

.eat-section-ttl_01-txt {
  display: block;
  max-width: 200px;
}

.eat-section-ttl_01-illust {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 333px;
}

.eat-section-img_01 {
  max-width: 304px;
  padding-top: 30px;
  margin-right: -15px;
}

.eat-section-txt_01 {
  max-width: 323px;
  padding-top: 40px;
}

/* gather-section */
.gather-section-ttl_01 {
  max-width: 200px;
  padding-top: 48px;
}

.gather-section-img_01 {
  padding-top: 19px;
  max-width: 317px;
}

.gather-section-txt_01 {
  max-width: 297px;
  padding-top: 8px;
}

.gather-section-img_02 {
  max-width: 282px;
  margin-right: -14px;
  padding-top: 40px;
}

.gather-section-img_03 {
  max-width: 268px;
  padding-top: 16px;
}

.gather-section-img_04 {
  max-width: 277px;
  margin-left: -10px;
  padding-top: 45px;
}

.gather-section-img_05_wrap {
  display: flex;
  justify-content: right;
  padding-right: 15px;
  margin-top: -90px;
  position: relative;
  z-index: 10;
}

.gather-section-img_05 {
  max-width: 91px;
}

/* スライダーのwrapper */
.gather-section-slider_wrap {
  padding-top: 48px;
  position: relative;
  padding-bottom: 40px;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  width: 260px !important;
  height: 195px !important;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
  width: 260px !important;
  height: 195px !important;
  object-fit: cover;
}

/* footer */
.footer {
  margin: 0 auto;
  background-color: var(--footer-bg);
  background-image: url(../images/footer/bg_footer_pc.webp);
  background-size: cover;
  background-repeat: repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  color: #fff;
  position: relative;
}

.footer-inner {
  padding: 36px 20px 71px;
  text-align: center;
}

.footer-pagetop {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.footer-pagetop-icon {
  max-width: 16px;
  transform: rotate(-90deg);
}

.footer-logo-link {
  width: 165.094px;
  height: 125px;
  margin: 40px auto 0;
  transition: opacity 0.3s;
  display: block;
}

.footer-logo-link:hover {
  opacity: 0.7;
}

.footer-logo {
  display: block;
  object-fit: contain;
}

.footer-arena-btn {
  display: block;
  max-width: var(--footer-width);
  margin: 40px auto 0;
  padding: 34px;
  color: var(--footer-navy);
  text-decoration: none;
  position: relative;
}
.footer-arena-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--footer-gold);
  mix-blend-mode: plus-lighter;
}

.footer-arena-btn-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}

.footer-arena-btn-main {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.footer-arena-btn-sub {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.footer-arena-btn-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  max-width: 16px;
}

.footer-nav-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto;
  max-width: 16px;
}

.footer-arena-btn-arrow {
  margin-left: auto;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 43px;
  max-width: var(--footer-width);
  margin: 28px auto 0;
}

.footer-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--text-gold);
  color: #fff;
  text-decoration: none;
  position: relative;
}

.footer-nav-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.footer-nav-ja {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.footer-nav-en {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-gold);
  opacity: 0.6;
  white-space: nowrap;
}

.footer-nav-arrow {
  height: fit-content;
  padding-bottom: 24px;
}

.footer-info {
  margin-top: 64px;
}

.footer-info-company,
.footer-info-copy {
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .footer {
    background-image: url(../images/footer/bg_footer_sp.webp);
  }
  .footer-nav {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .footer-arena-btn-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-arena-btn {
    padding: 20px 20px 20px 30px;
  }

  .footer-arena-btn-arrow {
    right: 0px;
  }

  .footer-nav-arrow {
    right: 20px;
  }

  .footer-nav-item {
    padding-left: 30px;
  }
}

/* 背景 */
.bg-wrap {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: repeat;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}

.bg-wrap-left {
  width: calc(50% - var(--content-width) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-wrap-item_01 {
  width: clamp(170px, 25vw, 260px);
  transform: rotate(15deg) translateY(-50px);
}

.bg-wrap-logo {
  max-width: 480px;
  padding: 0 10px;
}

.bg-wrap-item_02 {
  width: clamp(200px, 39vw, 600px);
  transform: rotate(-20deg) translateY(30px);
}

.bg-wrap-right {
  width: calc(50% - var(--content-width) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bg-wrap-item_03 {
  width: clamp(80px, min(40vw, 48vh), 400px);
  max-width: 100%; /* コンテナ（bg-wrap-right）幅を超えない */
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: -1;
  transform: rotate(10deg) translateX(30px) translateY(clamp(10px, 10vw, 70px));
}

.bg-wrap-link_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 10px;
}

.bg-wrap-link {
  max-width: 220px;
}

.bg-wrap-link-item {
  transition: transform 0.3s ease;
}

.bg-wrap-link-item:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 760px) {
  main {
    width: 100%;
  }
  .bg-wrap-left {
    display: none;
  }
  .bg-wrap-right {
    display: none;
  }
  .bg-wrap {
    background-image: none;
  }
}
