html {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  min-height: 1px;
}

footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #111;
  background: #ffffff;
}

p {
  line-height: 1.6;
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: underline;
  color: #2E3092;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #2E3092;
}
a.btn {
  text-decoration: none;
}

:focus,
button:focus,
input:focus {
  outline: none;
}

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

iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  border: none;
}

:root {
  scroll-behavior: auto !important;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}

.kv_wrap {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.kv_wrap .kv_wrap__bg {
  position: relative;
  max-width: 1800px;
  aspect-ratio: 2/1;
  background: #ebebeb url(../img/kv-bg.png) no-repeat center/cover;
  width: calc(100% - 60px);
  margin: 0 auto;
  border-radius: 60px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .kv_wrap .kv_wrap__bg {
    aspect-ratio: 35/48;
    background: #ebebeb url(../img/kv-bg-sp.png) no-repeat center/cover;
    width: calc(100% - 24px);
    max-width: 720px;
    border-radius: 40px;
  }
}
.kv_wrap .kv_wrap__txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.kv_wrap .kv_wrap__txt.txt01 {
  width: calc(29.7777% - 60px);
  max-width: 536px;
  top: 14.4444%;
}
@media screen and (max-width: 768px) {
  .kv_wrap .kv_wrap__txt.txt01 {
    width: calc(49.0666% - 24px);
    top: 11.6666%;
  }
}
.kv_wrap .kv_wrap__txt.txt02 {
  width: calc(94.1111% - 60px);
  max-width: 1694px;
  top: 28%;
}
@media screen and (max-width: 768px) {
  .kv_wrap .kv_wrap__txt.txt02 {
    width: calc(78.9333% - 24px);
    top: 20.625%;
  }
}
.kv_wrap .kv_wrap__txt > picture {
  display: block;
}
.kv_wrap .kv_wrap__txt > img {
  width: 100%;
  height: auto;
}
.kv_wrap h1.kv_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.3333%;
  z-index: 1;
  width: calc(51.2777% - 60px);
  max-width: 923px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .kv_wrap h1.kv_img {
    width: 98.1333%;
    bottom: 6.0416%;
  }
}

.kv_wrap__txt img,
.kv_img img {
  opacity: 0;
}

.is-animated .kv_wrap__txt img {
  animation: text-anime 0.6s ease-in-out forwards;
}
.is-animated .txt01 img {
  animation-delay: 0.5s;
}
.is-animated .txt02 img {
  animation-delay: 0.8s;
}
.is-animated .kv_img img {
  animation: chara-anime 0.8s ease-in-out 1.4s forwards;
}

@keyframes text-anime {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes chara-anime {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
h2.hdg-section {
  text-align: center;
  margin: 0 auto clamp(52px, 36.633px + 1.998vw, 75px);
}
@media screen and (max-width: 768px) {
  h2.hdg-section {
    margin-bottom: 32px;
  }
}
h2.hdg-section .ttl-img {
  display: block;
  max-width: clamp(250px, 162.477px + 11.381vw, 381px);
  width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  h2.hdg-section .ttl-img {
    max-width: 188px;
  }
}
h2.hdg-section .sub-ttl {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  h2.hdg-section .sub-ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}

.section-item {
  background: #DB3D43;
  padding: clamp(60px, 45.437px + 3.883vw, 120px) 0;
  margin: clamp(70px, 55.437px + 3.883vw, 130px) auto 0;
}
.section-item .container {
  width: calc(100% - 30px);
  padding: 0;
}
@media screen and (max-width: 768px) {
  .section-item .container {
    width: calc(100% - 24px);
  }
}
.section-item .container .StyleF_Frame_ {
  display: flex;
  flex-wrap: wrap;
  column-gap: 13px;
  row-gap: 20px;
  --column-gap: 13px;
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Frame_ {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    row-gap: 20px;
    --column-gap: 8px;
  }
}
.section-item .container .StyleF_Item_ {
  width: calc((100% - var(--column-gap) * 3) / 4);
  display: flex;
  flex-direction: column;
  border: 3px solid #111;
  border-radius: 12px;
  overflow: hidden;
  background: #F5F5F5;
  padding: clamp(20px, 13.319px + 0.869vw, 30px) clamp(10px, 3.319px + 0.869vw, 20px);
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .section-item .container .StyleF_Item_ {
    width: calc((100% - var(--column-gap) * 2) / 3);
  }
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Item_ {
    width: calc((100% - var(--column-gap) * 1) / 2);
    border-width: 2px;
    padding: 20px 8px 16px;
    border-radius: 8px;
  }
}
.section-item .container .StyleF_Item_ a {
  text-decoration: none;
}
.section-item .container .StyleF_Item_ .img_ a {
  display: block;
}
.section-item .container .StyleF_Item_ .img_ img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Item_ .img_ img {
    border-radius: 6px;
  }
}
.section-item .container .StyleF_Item_ .name_ {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Item_ .name_ {
    font-size: 12px;
    margin-top: 12px;
  }
}
.section-item .container .StyleF_Item_ .name_ a {
  display: block;
  color: #111;
}
.section-item .container .StyleF_Item_ .price_ {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Item_ .price_ {
    font-size: 16px;
    margin-top: 12px;
  }
}
.section-item .container .StyleF_Item_ .rdt_ {
  color: #8f8f8f;
  font-size: 12px;
  margin-top: 15px;
}
.section-item .container .StyleF_Item_ .rdt_:empty {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Item_ .rdt_ {
    font-size: 10px;
    margin-top: 12px;
  }
}
.section-item .container .StyleF_Item_ .cart_ {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 28px;
}
.section-item .container .StyleF_Item_ .cart_:empty {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Item_ .cart_ {
    padding-top: 18px;
  }
}
.section-item .container .StyleF_Item_ .comment_ {
  display: none;
}
.section-item .container .StyleF_Item_ .pre_sales_ {
  font-size: 12px;
  color: #8b8b8b;
}
@media screen and (max-width: 768px) {
  .section-item .container .StyleF_Item_ .pre_sales_ {
    font-size: 11px;
  }
}
.section-item .container .StyleF_Item_ .btn_ {
  position: relative;
}
.section-item .container .StyleF_Item_ .btn_::after {
  content: "\f105";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-item .container .StyleF_Item_ .btn_ .cart_btn_ {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 8px 10px;
  border: 2px solid #111;
  border-radius: 5px;
}
.section-item .container .StyleF_Item_ .btn_ .cart_btn_.detail_ {
  color: #111;
  background: #ffffff;
}
.section-item .container .StyleF_Item_ .btn_ .cart_btn_.reservation_ {
  background: #2E3092;
}
.section-item .container .StyleF_Item_ .btn_ .cart_btn_.order_ {
  background: #DB3D43;
}
.section-item .container .StyleF_Item_ .btn_ .cart_btn_.sold_out_, .section-item .container .StyleF_Item_ .btn_ .cart_btn_.closed_ {
  background: #cbcbcb;
  border-color: #cbcbcb;
}
.section-item .container .StyleF_Item_ .btn_ .cart_btn_.sold_out_::after, .section-item .container .StyleF_Item_ .btn_ .cart_btn_.closed_::after {
  content: none;
}
.section-item .container .StyleF_Item_ .btn_:has(.detail_)::after {
  color: #111;
}
.section-item .container .StyleF_Item_ .btn_:has(.sold_out_)::after, .section-item .container .StyleF_Item_ .btn_:has(.closed_)::after {
  content: none;
}

footer {
  background-color: #FFF100;
  padding: 40px 15px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 24px 15px;
  }
}
footer .link-pageup {
  position: fixed;
  right: 40px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  font-size: 38px;
  color: #FFF100;
  background: rgba(219, 61, 67, 0.8);
  border: 3px solid #FFF100;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  footer .link-pageup {
    right: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px;
    font-size: 30px;
    border-width: 2px;
    border-radius: 6px;
  }
}
footer .link-pageup:hover {
  border-color: #111;
}
footer .link-pageup.is-active {
  opacity: 1;
  visibility: visible;
}
footer .link-pageup.is-bottom {
  bottom: 120px;
}
@media screen and (max-width: 768px) {
  footer .link-pageup.is-bottom {
    bottom: 80px;
  }
}
footer .link-pageup .fas {
  animation: pageup-icon 1s ease-in-out infinite alternate;
}
footer .copyright {
  display: block;
  text-align: center;
  color: #111;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 12px;
  }
}

@keyframes pageup-icon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
header {
  position: relative;
  width: 100%;
  height: clamp(60px, 19.913px + 5.213vw, 120px);
  padding: 0 30px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  header {
    height: clamp(60px, 21.832px + 10.178vw, 100px);
    padding: 0 12px;
  }
}
header .header-wrap {
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
header .main_logo {
  position: absolute;
  left: 50%;
  transform: translate(-50%, clamp(25px, 11.638px + 1.738vw, 45px));
  bottom: 0;
  width: 25.1111%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  max-width: 452px;
  border-radius: 50px;
  margin: 0 auto;
  padding: 0 0 clamp(16px, 6.646px + 1.216vw, 30px);
}
@media screen and (max-width: 768px) {
  header .main_logo {
    transform: translate(-50%, clamp(36px, 16.916px + 5.089vw, 56px));
    width: 44%;
    padding-bottom: clamp(8px, -3.45px + 3.053vw, 20px);
    border-radius: clamp(30px, 10.916px + 5.089vw, 50px);
  }
}
header .main_logo .logo_img {
  width: 80.7522%;
}
@media screen and (max-width: 768px) {
  header .main_logo .logo_img {
    width: 61.2121%;
  }
}
header .main_logo .logo_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 102px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .main_logo .logo_img img {
    max-height: clamp(80px, 41.832px + 10.178vw, 120px);
  }
}
header .tos_logo {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 63px;
  align-self: center;
}
header .tos_logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
header .tos_logo img {
  height: 100%;
}