@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap&text=！!");
* {
  box-sizing: border-box;
}

main {
  display: block;
}

.oneword {
  display: inline-block;
}

.sub {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 70%;
  opacity: 0.75;
}

.youtube {
  width: 100%;
}
.youtube iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  margin-left: 1.5em;
}

table {
  border-collapse: collapse;
}

.order {
  display: flex;
  justify-content: center;
  margin: 4% 0;
  z-index: 2;
}
@media (max-width: 640px) {
  .order {
    flex-wrap: wrap;
  }
}
.contents .order {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.order a {
  position: relative;
  display: block;
  width: 15em;
  padding: 0.8em;
  margin: 1%;
  background-image: linear-gradient(-2deg, #f9cb00, #fdeeaa 45%, #fffffe 50%, #f9cb00, #ffeb92);
  border-radius: 100px;
  font-size: min(5vw,25px);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  text-indent: 1em;
}
@media (max-width: 640px) {
  .order a {
    width: 80%;
  }
}
.order a > span {
  position: relative;
  z-index: 0;
}
.order a > span > .platform {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0.2em 0.5em;
  font-size: 60%;
  color: #289d3a;
  width: 3em;
  margin-left: 2%;
  vertical-align: 0.2em;
}
.order a .order-hukidashi {
  position: absolute;
  right: -5%;
  top: -45%;
  width: 25%;
  display: block;
  filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
}
.order a::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: inherit;
  background-color: rgba(16, 149, 23, 0.7);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.9) inset;
}
@media (max-width: 640px) {
  .order a::before {
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
}
.order a::after {
  content: "";
  display: block;
  width: min(9vw,40px);
  aspect-ratio: 1/1;
  background-image: url(../images/common/order-icon.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  box-shadow: 0 0 3px #FFF inset;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translate(0, -50%);
  z-index: 1;
}
.order a.inactive {
  pointer-events: none;
  filter: grayscale(0.8);
  opacity: 0.3;
}
.order.modal {
  width: 100%;
  min-height: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}
.order.modal a {
  display: inline-block;
  margin: 3% 2%;
}
@media (max-width: 640px) {
  .order.modal a {
    transform: scale(0.8);
  }
}
.order.modal a.byte-2 {
  padding: 0.65em 0.8em;
}
.order.modal a.byte-2 span {
  font-size: 90%;
}

@keyframes check {
  0% {
    transform: scale(1.3);
  }
  5% {
    transform: scale(0.8);
  }
  10% {
    transform: scale(1.25);
  }
  15% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1.15);
  }
  25% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(1.02);
  }
  35% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
*.check::after {
  content: "！";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  background-color: #F00;
  border-radius: 50%;
  font-size: 20px !important;
  font-family: "Zen Antique", serif;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  color: #FFF;
  animation: check 1.5s 0s ease-in-out alternate infinite;
}

.Modaal_closebtn {
  position: fixed;
  top: min(2vw,15px);
  right: min(4vw,35px);
  display: block;
  aspect-ratio: 1/1;
  width: min(7%,70px);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99999;
  transition: background-color 0.1s 0s ease-in-out;
}
.Modaal_closebtn::before, .Modaal_closebtn::after {
  content: "";
  display: block;
  width: 70%;
  height: 6px;
  background-color: #444;
  border-radius: 6px;
  position: absolute;
  top: calc(50% - 3px);
  left: 15%;
}
.Modaal_closebtn::before {
  transform: rotate(45deg);
}
.Modaal_closebtn::after {
  transform: rotate(-45deg);
}
.Modaal_closebtn:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

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

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  font-size: 1.8rem;
  overflow-x: hidden;
}
@media (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

.wrap .contents {
  padding: 40px 0 1px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #FFF;
}
.wrap footer {
  min-height: 100vh;
  min-height: 100dvh;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wrap footer .top__logo {
  display: block;
  width: min(60%,600px);
  margin: 0 auto;
  margin-bottom: 5%;
  filter: drop-shadow(0px 0px 10px #FFF);
}
.wrap footer .officialTwitter {
  font-size: min(4vw,24px);
  text-align: center;
}
.wrap footer .officialTwitter a {
  display: block;
  border: 1px #333 solid;
  padding: 0.5em 1em;
  margin: 1% auto 0;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  text-decoration: none;
  color: #FFF;
  font-size: 120%;
}
.wrap footer .officialTwitter a img {
  display: inline-block;
  height: 1em;
  margin-right: 0.5em;
  vertical-align: -0.12em;
}
.wrap footer .copyright {
  text-align: center;
  font-size: min(1.5vw,12px);
  max-width: 1000px;
  margin: 0 auto;
}
.wrap footer .copyright .trademarks {
  display: block;
  width: min(90%,551px);
  margin: 8% auto 2%;
  filter: drop-shadow(0 0 10px white);
}

.modaal-wrapper {
  backdrop-filter: blur(10px);
}

.modaal-container {
  background: none !important;
  box-shadow: none !important;
  max-width: 1000px !important;
}

.modaal-content, .modaal-content-container {
  width: 100%;
  height: 100%;
}

.modaal-content-container {
  padding: 30px 0 !important;
}
@media (max-width: 640px) {
  .modaal-content-container {
    padding: 0 !important;
  }
}

.modaal-close {
  visibility: hidden;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static !important;
  background-color: #FFF !important;
  margin: 1% auto 0;
  width: 97% !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  background-color: #117920;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  transform: translate(0, 150%);
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet, .swiper-pagination-custom .swiper-pagination-bullet, .swiper-pagination-fraction .swiper-pagination-bullet {
  transform: scale(2);
  margin: 0 10px !important;
  opacity: 0.8 !important;
  background-color: #FFF !important;
  box-shadow: 0 0 3px #099e27;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-fraction .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1bff47 !important;
}

.swiper-slide {
  height: auto !important;
}

.btn__navigation {
  position: fixed;
  top: 10px;
  right: 10px;
  width: min(10vw,100px);
  aspect-ratio: 1/1;
  background: linear-gradient(to bottom, #107532, #25c45a);
  border-radius: 100%;
  box-shadow: 0 0 3px 2px rgba(254, 254, 59, 0.5);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn__navigation.check::after {
  top: -3px;
  left: -3px;
}
.btn__navigation > div {
  width: 50%;
  height: 50%;
  background: linear-gradient(to bottom, transparent 35%, #FFF 35%, #FFF 65%, transparent 35%);
  background-size: 100% 33.33333%;
  background-repeat: repeat-y;
}
@media (max-width: 640px) {
  .btn__navigation.check::after {
    display: none;
  }
}

.global_menu ul {
  width: min(95%,40em);
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.global_menu ul li {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2% auto;
  width: 100%;
  margin: 2% 0 0;
  font-size: min(4vw,18px);
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  text-decoration: none;
  color: #FFF;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .global_menu ul li {
    margin-top: 5%;
  }
}
.global_menu ul li .menu__category {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 640px) {
  .global_menu ul li .menu__category {
    width: 100%;
  }
}
.global_menu ul li .menu__items {
  width: 70%;
  outline-width: 1px 0 0 0;
  border: 1px #666 solid;
  border-width: 0 0 0 1px;
  padding-left: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .global_menu ul li .menu__items {
    width: 100%;
    border-width: 0;
    padding-left: 0;
  }
}
.global_menu ul li a {
  display: flex;
  width: 100%;
  margin: 1% 0 2%;
  border-radius: 5px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  transition: all 0.3s 0s ease-in-out;
  background-color: #666;
  position: relative;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  text-decoration: none;
  color: #FFF;
  line-height: normal;
}
.global_menu ul li a > div {
  display: block;
  padding: 1em 0.5em;
}
.global_menu ul li a > div::first-line {
  font-weight: bold;
  font-size: 100%;
}
.global_menu ul li a > img {
  display: block;
  width: 100%;
}
.global_menu ul li a:hover {
  background-color: #999;
  color: #111;
}
.global_menu ul li a.inactive {
  pointer-events: none;
  opacity: 0.25;
}
.global_menu ul li a.check::after {
  top: 50%;
  margin-top: -15px;
}
.global_menu ul li.banners a {
  display: block;
  border-width: 0;
  background: none;
  width: 49%;
  margin: 1% 0;
  /*@include smartphone{
      display: inline-block;
      width:48%;
      margin:1%;
  }*/
}