@charset "UTF-8";
/*!
Theme Name: Spielen
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

h1 {
  font-size: 1.9rem;
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 1.2rem;
  }
}
h4 {
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
}
body.no-scroll {
  overflow: hidden;
}

a {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

section, .section {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  section, .section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1070px) {
  section, .section {
    padding: 20px 0;
  }
}
section-title, .section-title {
  font-family: "Kiwi Maru", serif;
  font-size: 2.5rem;
  margin: 0 0 20px;
  font-weight: 500;
  color: #333333;
}
@media screen and (max-width: 1070px) {
  section-title, .section-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  section-title, .section-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  section-title, .section-title {
    font-size: 1.7rem;
  }
}
section-subtitle, .section-subtitle {
  color: #333333;
  margin-bottom: 40px;
}

.txtC {
  text-align: center;
}

.mga {
  margin: auto;
}

.font1 {
  font-size: 1px;
}

.font2 {
  font-size: 2px;
}

.font3 {
  font-size: 3px;
}

.font4 {
  font-size: 4px;
}

.font5 {
  font-size: 5px;
}

.font6 {
  font-size: 6px;
}

.font7 {
  font-size: 7px;
}

.font8 {
  font-size: 8px;
}

.font9 {
  font-size: 9px;
}

.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

.font21 {
  font-size: 21px;
}

.font22 {
  font-size: 22px;
}

.font23 {
  font-size: 23px;
}

.font24 {
  font-size: 24px;
}

.font25 {
  font-size: 25px;
}

.font26 {
  font-size: 26px;
}

.font27 {
  font-size: 27px;
}

.font28 {
  font-size: 28px;
}

.font29 {
  font-size: 29px;
}

.font30 {
  font-size: 30px;
}

.font31 {
  font-size: 31px;
}

.font32 {
  font-size: 32px;
}

.font33 {
  font-size: 33px;
}

.font34 {
  font-size: 34px;
}

.font35 {
  font-size: 35px;
}

.font36 {
  font-size: 36px;
}

.font37 {
  font-size: 37px;
}

.font38 {
  font-size: 38px;
}

.font39 {
  font-size: 39px;
}

.font40 {
  font-size: 40px;
}

.font41 {
  font-size: 41px;
}

.font42 {
  font-size: 42px;
}

.font43 {
  font-size: 43px;
}

.font44 {
  font-size: 44px;
}

.font45 {
  font-size: 45px;
}

.font46 {
  font-size: 46px;
}

.font47 {
  font-size: 47px;
}

.font48 {
  font-size: 48px;
}

.font49 {
  font-size: 49px;
}

.font50 {
  font-size: 50px;
}

/* padding*/
.pdT1 {
  padding-top: 10px;
}

.pdR1 {
  padding-right: 10px;
}

.pdB1 {
  padding-bottom: 10px;
}

.pdL1 {
  padding-left: 10px;
}

.pdT2 {
  padding-top: 20px;
}

.pdR2 {
  padding-right: 20px;
}

.pdB2 {
  padding-bottom: 20px;
}

.pdL2 {
  padding-left: 20px;
}

.pdT3 {
  padding-top: 30px;
}

.pdR3 {
  padding-right: 30px;
}

.pdB3 {
  padding-bottom: 30px;
}

.pdL3 {
  padding-left: 30px;
}

.pdT4 {
  padding-top: 40px;
}

.pdR4 {
  padding-right: 40px;
}

.pdB4 {
  padding-bottom: 40px;
}

.pdL4 {
  padding-left: 40px;
}

.pdT5 {
  padding-top: 50px;
}

.pdR5 {
  padding-right: 50px;
}

.pdB5 {
  padding-bottom: 50px;
}

.pdL5 {
  padding-left: 50px;
}

.pdT6 {
  padding-top: 60px;
}

.pdR6 {
  padding-right: 60px;
}

.pdB6 {
  padding-bottom: 60px;
}

.pdL6 {
  padding-left: 60px;
}

.pdT7 {
  padding-top: 70px;
}

.pdR7 {
  padding-right: 70px;
}

.pdB7 {
  padding-bottom: 70px;
}

.pdL7 {
  padding-left: 70px;
}

.pdT8 {
  padding-top: 80px;
}

.pdR8 {
  padding-right: 80px;
}

.pdB8 {
  padding-bottom: 80px;
}

.pdL8 {
  padding-left: 80px;
}

.pdT9 {
  padding-top: 90px;
}

.pdR9 {
  padding-right: 90px;
}

.pdB9 {
  padding-bottom: 90px;
}

.pdL9 {
  padding-left: 90px;
}

.pdT10 {
  padding-top: 100px;
}

.pdR10 {
  padding-right: 100px;
}

.pdB10 {
  padding-bottom: 100px;
}

.pdL10 {
  padding-left: 100px;
}

.pdT11 {
  padding-top: 110px;
}

.pdR11 {
  padding-right: 110px;
}

.pdB11 {
  padding-bottom: 110px;
}

.pdL11 {
  padding-left: 110px;
}

.pdT12 {
  padding-top: 120px;
}

.pdR12 {
  padding-right: 120px;
}

.pdB12 {
  padding-bottom: 120px;
}

.pdL12 {
  padding-left: 120px;
}

.pdT13 {
  padding-top: 130px;
}

.pdR13 {
  padding-right: 130px;
}

.pdB13 {
  padding-bottom: 130px;
}

.pdL13 {
  padding-left: 130px;
}

.pdT14 {
  padding-top: 140px;
}

.pdR14 {
  padding-right: 140px;
}

.pdB14 {
  padding-bottom: 140px;
}

.pdL14 {
  padding-left: 140px;
}

.pdT15 {
  padding-top: 150px;
}

.pdR15 {
  padding-right: 150px;
}

.pdB15 {
  padding-bottom: 150px;
}

.pdL15 {
  padding-left: 150px;
}

.pdT16 {
  padding-top: 160px;
}

.pdR16 {
  padding-right: 160px;
}

.pdB16 {
  padding-bottom: 160px;
}

.pdL16 {
  padding-left: 160px;
}

.pdT17 {
  padding-top: 170px;
}

.pdR17 {
  padding-right: 170px;
}

.pdB17 {
  padding-bottom: 170px;
}

.pdL17 {
  padding-left: 170px;
}

.pdT18 {
  padding-top: 180px;
}

.pdR18 {
  padding-right: 180px;
}

.pdB18 {
  padding-bottom: 180px;
}

.pdL18 {
  padding-left: 180px;
}

.pdT19 {
  padding-top: 190px;
}

.pdR19 {
  padding-right: 190px;
}

.pdB19 {
  padding-bottom: 190px;
}

.pdL19 {
  padding-left: 190px;
}

.pdT20 {
  padding-top: 200px;
}

.pdR20 {
  padding-right: 200px;
}

.pdB20 {
  padding-bottom: 200px;
}

.pdL20 {
  padding-left: 200px;
}

.mgT10 {
  margin-top: 10px;
}

.mgR10 {
  margin-right: 10px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgL10 {
  margin-left: 10px;
}

.mgT20 {
  margin-top: 20px;
}

.mgR20 {
  margin-right: 20px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgL20 {
  margin-left: 20px;
}

.mgT30 {
  margin-top: 30px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgL30 {
  margin-left: 30px;
}

.mgT40 {
  margin-top: 40px;
}

.mgR40 {
  margin-right: 40px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgL40 {
  margin-left: 40px;
}

.mgT50 {
  margin-top: 50px;
}

.mgR50 {
  margin-right: 50px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL50 {
  margin-left: 50px;
}

.mgT60 {
  margin-top: 60px;
}

.mgR60 {
  margin-right: 60px;
}

.mgB60 {
  margin-bottom: 60px;
}

.mgL60 {
  margin-left: 60px;
}

.mgT70 {
  margin-top: 70px;
}

.mgR70 {
  margin-right: 70px;
}

.mgB70 {
  margin-bottom: 70px;
}

.mgL70 {
  margin-left: 70px;
}

.mgT80 {
  margin-top: 80px;
}

.mgR80 {
  margin-right: 80px;
}

.mgB80 {
  margin-bottom: 80px;
}

.mgL80 {
  margin-left: 80px;
}

.mgT90 {
  margin-top: 90px;
}

.mgR90 {
  margin-right: 90px;
}

.mgB90 {
  margin-bottom: 90px;
}

.mgL90 {
  margin-left: 90px;
}

.mgT100 {
  margin-top: 100px;
}

.mgR100 {
  margin-right: 100px;
}

.mgB100 {
  margin-bottom: 100px;
}

.mgL100 {
  margin-left: 100px;
}

/*テキストここから*/
.ftB {
  /*文字を太文字にするときに使います*/
  font-weight: bold;
}

.txtC {
  /*文字を中央ぞろえにするときに使います*/
  text-align: center;
}

.txtR {
  text-align: right;
}

/*テキストここまで*/
/*ボーダーここから*/
.r5 {
  /*角丸5pxを付けるときに使います*/
  border-radius: 5px;
}

.r20 {
  /*角丸20pxを付けるときに使います*/
  border-radius: 20px;
}

/*ボーダーここまで*/
/*ディスプレイここから*/
.block {
  /* ブロック要素を表示したいときに使います */
  display: block;
}

.none {
  /*ブロック要素を非表示にしたいときに使います*/
  display: none;
}

.pcFlex {
  /*PC表示時要素を横並びにするときに使います*/
  display: flex;
}

.grid {
  /*グリッドレイアウトにするときに使います*/
  display: grid;
}

.flexC {
  /*要素を上下左右中央に配置するときに使います*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/*ディスプレイここまで*/
/*ポジションここから*/
.rtv {
  /*親要素を基準にするときに使います*/
  position: relative;
}

.abs {
  /*子要素の位置を定めるときに使います*/
  position: absolute;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid #6F4E37;
  background-color: #F9E498;
  color: #6F4E37;
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 0.9rem;
    padding: 10px 24px;
  }
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(197, 179, 88, 0.3);
  color: #ffffff;
  opacity: 1;
}
.btn-light {
  background-color: #ffffff;
  color: #C5B358;
  border-color: #ffffff;
}
.btn-light:hover {
  background-color: #ffffff;
  color: #C5B358;
  box-shadow: 0 5px 15px rgba(51, 51, 51, 0.1);
}

.s {
  width: auto;
}

.m {
  width: 15em;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translateZ(0);
  background-color: #ffffff;
  border-bottom: 3px solid #333333;
  padding: 0 30px;
}
@media screen and (max-width: 1350px) {
  .header {
    padding: 0;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  min-height: 60px;
}
.header .header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header .header-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header .logo {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333;
  font-family: "Kaisei Decol", serif;
}
@media screen and (max-width: 600px) {
  .header .logo {
    font-size: 1.5rem;
  }
}
.header .instagram-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .header .instagram-btn .instagram-btn__text {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .header .instagram-btn {
    font-size: 0.8rem;
    padding: 8px 9px;
  }
}
.header .instagram-btn i {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .header .instagram-btn--desktop {
    display: none;
  }
}
.header .main-nav ul .instagram-btn--mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .main-nav ul .instagram-btn--mobile {
    display: list-item;
  }
}
.header .main-nav ul .instagram-btn--mobile .instagram-btn {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #ffffff;
  padding: 10px 25px;
  font-size: 1.5rem;
  font-weight: normal;
  border-radius: 999px;
}
.header .main-nav ul .instagram-btn--mobile .instagram-btn:hover {
  opacity: 0.8;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .header .main-nav ul .instagram-btn--mobile .instagram-btn {
    font-size: 1.2rem;
    padding: 8px 20px;
  }
}
.header .hamburger-menu {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  cursor: pointer;
  z-index: 101;
  background: #F9E498;
  border: 3px solid #6F4E37;
  border-radius: 50%;
  padding: 0;
  transition: transform 0.2s ease;
}
.header .hamburger-menu:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .header .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .header .hamburger-menu {
    width: 36px;
    height: 36px;
  }
  .header .hamburger-menu .hamburger-lines {
    width: 18px;
    height: 14px;
  }
  .header .hamburger-menu span {
    height: 2px;
  }
}
.header .hamburger-menu .hamburger-lines {
  width: 22px;
  height: 16px;
  position: relative;
}
.header .hamburger-menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6F4E37;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.header .hamburger-menu span:nth-child(1) {
  top: 0;
}
.header .hamburger-menu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .hamburger-menu span:nth-child(3) {
  bottom: 0;
}
.header .hamburger-menu.is-active:hover {
  transform: scale(1);
}
.header .hamburger-menu.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger-menu.is-active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .header .main-nav {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
    transition: right 0.5s ease-in-out;
    padding-top: 80px;
  }
  .header .main-nav.is-active {
    right: 0;
  }
}
.header .main-nav-list {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .header .main-nav-list {
    gap: 15px;
    flex-direction: column;
    justify-content: start;
    height: 100%;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .header .main-nav-list {
    gap: 20px;
    justify-content: start;
  }
}
.header .main-nav li a {
  font-family: "Kiwi Maru", serif;
  font-size: 1.2rem;
  color: #333333;
  letter-spacing: -0.1em;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header .main-nav li a {
    font-size: 18px;
    color: #6F4E37;
  }
}
@media screen and (max-width: 480px) {
  .header .main-nav li a {
    font-size: 1.5rem;
  }
}
.header .main-nav li a:not(.btn)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333333;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header .main-nav li a:not(.btn)::after {
    display: none;
  }
}
.header .main-nav li a:not(.btn):hover::after {
  transform: scaleX(1);
}
.header .main-nav .btn-contact {
  background-color: #FAFF62;
  border: 1px solid #02201D;
  color: #02201D;
  font-weight: normal;
  margin-top: 0;
}
.header .main-nav .btn-contact:hover {
  background-color: #e4e858;
  color: #02201D;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .header .main-nav .btn-contact {
    font-size: 1.2rem;
    padding: 10px 24px;
  }
}

.hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("./img/hero.png");
  background-repeat: repeat;
  text-align: center;
}
.hero .container {
  position: relative;
}
@media screen and (max-width: 600px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.hero .hero-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  position: absolute;
  border: 5px solid #0A8E83;
  font-size: 36px;
  width: 920px;
  height: 120px;
  top: 0;
  left: -100px;
  z-index: 1;
}
@media screen and (max-width: 1550px) {
  .hero .hero-kicker {
    left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .hero .hero-kicker {
    width: 70%;
    font-size: 28px;
    height: 100px;
  }
}
@media screen and (max-width: 1070px) {
  .hero .hero-kicker {
    width: 90%;
    font-size: clamp(18px, 3vw, 22px);
    height: 80px;
    border-width: 4px;
    top: -20px;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero-kicker {
    position: relative;
    left: auto;
    top: auto;
    width: 90%;
    margin: 0 auto -5px;
    height: auto;
    font-size: clamp(14px, 4.5vw, 18px);
    padding: 15px;
  }
}
.hero .hero-main-banner {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .hero .hero-main-banner {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1070px) {
  .hero .hero-main-banner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .hero .hero-main-banner {
    padding-top: 0;
  }
}

.santa-banner-section {
  text-align: center;
}
.santa-banner-section img {
  max-width: 100%;
}

.market-section-wrapper {
  position: relative;
  transform: translateZ(0);
  z-index: 1;
  padding: 0 130px;
  background-color: #FCFEC7;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 1070px) {
  .market-section-wrapper {
    padding: 0;
    margin: 0 auto;
  }
}
.market-section-wrapper::before, .market-section-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 150px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1070px) {
  .market-section-wrapper::before, .market-section-wrapper::after {
    width: 100px;
  }
}
.market-section-wrapper::before {
  left: 0;
  background-image: url("./img/side_l.png");
  background-size: auto 100%;
}
@media screen and (max-width: 1070px) {
  .market-section-wrapper::before {
    left: -20px;
    background-size: auto 50%;
  }
}
@media screen and (max-width: 480px) {
  .market-section-wrapper::before {
    background-size: auto 40%;
  }
}
.market-section-wrapper::after {
  right: 0;
  background-image: url("./img/side_r.png");
  background-size: auto 100%;
}
@media screen and (max-width: 1070px) {
  .market-section-wrapper::after {
    right: -20px;
    background-size: auto 50%;
  }
}
@media screen and (max-width: 480px) {
  .market-section-wrapper::after {
    right: -60px;
    background-size: auto 40%;
  }
}

.access-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 1070px) {
  .access-grid {
    grid-template-columns: 1fr;
  }
}

.access-map iframe {
  width: 100%;
  max-width: 80vw;
  min-width: 300px;
  height: 100%;
  min-height: 400px;
  border: 0;
  border-radius: 16px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 1070px) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

.about-text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-instagram {
  text-align: center;
}
.about-instagram .instagram-placeholder {
  width: 100%;
  height: 400px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 20px;
}
.about-instagram .btn-instagram {
  background-color: transparent;
  border: 2px solid #333333;
  color: #333333;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border-radius: 999px;
  text-decoration: none;
}
.about-instagram .btn-instagram:hover {
  background-color: #333333;
  color: #ffffff;
}
.about-instagram .btn-instagram:hover i {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #ffffff;
}
.about-instagram .btn-instagram i {
  font-size: 1.5rem;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#events .event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1070px) {
  #events .event-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #events .event-list {
    grid-template-columns: 1fr;
  }
}
#events .event-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
#events .event-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
#events .event-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
#events .event-item-image {
  width: 100%;
  overflow: hidden;
}
#events .event-item-image img {
  width: 100%;
  height: auto;
  display: block;
}
#events .event-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #ffffff;
  box-sizing: border-box;
}
#events .event-item-title {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #ffffff;
}
#events .event-item-date {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}
#events .pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#events .pagination-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
#events .pagination-list .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
#events .pagination-list .page-numbers:hover {
  background-color: #f0f0f0;
  border-color: #ccc;
}
#events .pagination-list .page-numbers.current {
  background-color: #6F4E37;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
  border-color: #6F4E37;
}
#events .pagination .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.offer-section .history-grid {
  gap: 20px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.offer-section .history-card {
  text-align: center;
}
.offer-section .history-card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.offer-section .history-card-header img {
  height: 105px;
}
@media screen and (max-width: 480px) {
  .offer-section .history-card-header img {
    height: 80px;
  }
}
.offer-section .history-label {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .offer-section .history-label {
    font-size: 24px;
  }
}
.offer-section .history-value {
  font-size: 96px;
  font-weight: bold;
  color: #333333;
}
@media screen and (max-width: 480px) {
  .offer-section .history-value {
    font-size: 60px;
  }
}
.offer-section .history-unit {
  font-size: 1.5rem;
  margin-left: 10px;
}

.offer-section .offersection_body {
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .offer-section .offersection_body {
    padding: 30px 15px;
    margin-top: 40px;
  }
}
.offer-section .offersection_title {
  font-family: "Kiwi Maru", serif;
  font-size: 2.8rem;
  color: #6F4E37;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.offer-section .offersection_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #F9E498;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .offer-section .offersection_title {
    font-size: 1.8rem;
  }
}
.offer-section .offersection_text {
  font-size: 1.1rem;
  color: #333333;
  margin-bottom: 15px;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .offer-section .offersection_text {
    font-size: 1rem;
  }
}
.offer-section .offersection_text span {
  font-size: 2.5rem;
}
@media screen and (max-width: 1070px) {
  .offer-section .offersection_text span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .offer-section .offersection_text span {
    font-size: 1.5rem;
  }
}
.offer-section .play {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .offer-section .play {
    margin: 20px auto;
  }
}
.offer-section .play li {
  font-size: 2.5rem;
  color: #6F4E37;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  font-weight: bold;
  flex: 1 1 auto;
  min-width: 200px;
}
@media screen and (max-width: 480px) {
  .offer-section .play li {
    font-size: 1.5rem;
    padding: 8px 15px;
    min-width: unset;
  }
}
.offer-section .button_area {
  margin-top: 40px;
}
.offer-section .button {
  display: inline-block;
  background-color: #E85D9E;
  color: #ffffff;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 5px 15px rgba(232, 93, 158, 0.3);
}
.offer-section .button:hover {
  background-color: #d14a8c;
  transform: translateY(-3px);
}
@media screen and (max-width: 480px) {
  .offer-section .button {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.offer-section .plan {
  padding: 0;
  margin: 30px auto;
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.offer-section .plan-item {
  margin-top: 20px;
  padding: 30px;
  max-width: 500px;
  min-width: 310px;
  border-radius: 50px;
}
.offer-section .plan-item h3 {
  font-family: "Kiwi Maru", serif;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .offer-section .plan-item h3 {
    font-size: 1.5rem;
  }
}
.offer-section .plan-item p {
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .offer-section .plan-item p {
    font-size: 1.2rem;
  }
}
.offer-section .plan-item ul {
  display: block;
}
.offer-section .plan-item li {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  flex: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.offer-section .plan .light {
  background-color: #C2E9F2;
}
.offer-section .plan .standard {
  background-color: #FFC107;
}
.offer-section .plan .premium {
  background-color: #FCFEC7;
}

.splide {
  margin-top: 40px;
}

.splide__slide {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #333333;
}
.splide__slide img {
  max-width: 80%;
  max-height: 80%;
}
.splide__slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.splide__slide.vip {
  background-image: url("./img/vipsponsor_frame.png");
  color: #ffffff;
  height: 306px;
}
.splide__slide:not(.vip) {
  background-image: url("./img/sponsor_frame.png");
  height: 237px;
}

.site-footer {
  padding: 20px 0;
  text-align: center;
}

.site-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .site-footer .container {
    flex-direction: column;
    gap: 10px;
  }
}

.site-footer .copyright {
  margin: 0;
}

.site-footer .to-top {
  color: #333333;
  font-size: 1.5rem;
  text-decoration: none;
}

.decorated-section-wrapper {
  position: relative;
  transform: translateZ(0);
  z-index: 2;
  padding: 60px 0;
  overflow: hidden;
}
.decorated-section-wrapper .shape-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
}
.decorated-section-wrapper .shape-container .shape {
  position: absolute;
  will-change: transform;
}
.decorated-section-wrapper .shape-container .shape.circle {
  border-radius: 50%;
}
.decorated-section-wrapper .shape-container .shape.triangle {
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  border: none !important;
}

.single-item {
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .single-item {
    flex-direction: column;
  }
}
.single-item img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .single-item img {
    width: 100%;
    margin-left: 0;
  }
}

.single-content {
  text-align: center;
}
.single-content .container {
  margin: 0 auto;
}
.single-content h3 {
  font-weight: bold;
  color: #333333;
  padding-top: 18px;
}
.single-content p {
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .single-content p {
    padding-left: 0;
  }
}
.single-content .back-link-wrapper {
  text-align: center;
}

.privacy .container {
  text-align: left;
}
.privacy h3 {
  margin-top: 2rem;
}
.privacy li, .privacy p {
  font-size: 0.8rem;
}

/*----------------------------------
404ページ
-----------------------------------*/
.error-404 {
  text-align: center;
  padding: 240px 0 80px;
  color: #333333;
}
.error-404 .page-header {
  margin-bottom: 40px;
}
.error-404 .page-title {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333333;
}
.error-404 .page-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.error-404 .page-content .search-form {
  margin-bottom: 30px;
}
.error-404 .page-content .search-form input[type=search] {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.error-404 .page-content .search-form input[type=submit] {
  display: none;
}
.error-404 .page-content .btn {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
}

.shape-container .shape.shape-yellow {
  background-color: #FFC107;
}
.shape-container .shape.shape-cyan {
  background-color: #03A9F4;
}
.shape-container .shape.shape-red {
  background-color: #F44336;
}
.shape-container .shape.shape-green {
  background-color: #8BC34A;
}
.shape-container .shape.shape-purple {
  background-color: #9C27B0;
}
.shape-container .shape.shape-green-dark {
  background-color: #4CAF50;
}
.shape-container .shape.shape-orange {
  background-color: #FF5722;
}
.shape-container .shape.shape-pink {
  background-color: #E91E63;
}
.shape-container .shape.shape-lime {
  background-color: #CDDC39;
}
.shape-container .shape.shape-indigo {
  background-color: #3F51B5;
}
.shape-container .shape.shape-teal {
  background-color: #00BCD4;
}
.shape-container .shape.shape-amber {
  background-color: #FF9800;
}
.shape-container .shape.shape-brown {
  background-color: #795548;
}
.shape-container .shape.shape-blue {
  background-color: #2196F3;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .tabs {
    flex-direction: column;
    align-items: center;
  }
}
.tabs label {
  padding: 10px 30px;
  border: 2px solid #6F4E37;
  border-radius: 30px;
  background-color: #ffffff;
  color: #6F4E37;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tabs input[type=radio] {
  display: none;
}
.tabs input[type=radio]:checked + label {
  background-color: #F9E498;
  color: #6F4E37;
}

.form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  border: 2px solid #6F4E37;
  border-radius: 16px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .form-container {
    padding: 20px;
  }
}
.form-container .confirm-submit {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  margin-top: 0;
  gap: 20px;
}
@media screen and (max-width: 480px) {
  .form-container .confirm-submit {
    flex-direction: column;
  }
}
.form-container .confirm-submit .previous {
  background-color: #eee !important;
}
.form-container .confirm-submit .wpcf7-spinner {
  display: none;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}
@media screen and (max-width: 600px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
}
.contact-form .form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group select,
.contact-form .form-group textarea {
  width: 100%;
  padding: 10px;
  border: 2px solid #6F4E37;
  border-radius: 10px;
}
.contact-form .form-group textarea {
  resize: vertical;
}
.contact-form .form-group-full {
  grid-column: 1/-1;
}
.contact-form .privacy-policy-group {
  grid-column: 1/-1;
  text-align: center;
}
.contact-form .privacy-policy {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contact-form .privacy-policy a {
  color: #333333;
  text-decoration: underline;
}
.contact-form .form-submit {
  grid-column: 1/-1;
  text-align: center;
}
.contact-form .form-submit .btn {
  margin-top: 0;
  background-color: #F9E498;
  color: #6F4E37;
  border-color: #6F4E37;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
/*# sourceMappingURL=style.css.map */