@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500;700;900&family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanmp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
/*/////////////////////////
 reset
//////////////////////////*/
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0; /*font-size: 100%;font: inherit;*/
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, a:link, button {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none !important;
  color: inherit;
}

a:hover, a:active {
  text-decoration: none;
}

b {
  font-weight: bold;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

iframe {
  max-width: 100%;
}

/* 
================================================================================
tag
================================================================================
*/
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: auto;
}

img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a:hover img,
a:hover input {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

a, a:link, a:active, a:visited {
  color: inherit;
  text-decoration: none;
}

svg {
  width: 100%;
  height: auto;
}
svg g path {
  stroke: #404040;
  fill: #404040;
  stroke-width: 0.05;
  stroke-dashoffset: 0;
}

/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
@keyframes flash {
  0% {
    filter: brightness(1);
  }
  30% {
    filter: brightness(3);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes decoflash {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes snowAnimation {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(30000px);
  }
}
@keyframes charaZoom {
  0% {
    opacity: 0;
    transform: scale(0.4);
  }
  20% {
    opacity: 2;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fall {
  0% {
    top: -50px;
  }
  100% {
    top: 100%;
  }
}
@keyframes onpuAnime {
  0% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -30%);
  }
}
@keyframes navPreorderArrowLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(0, 0.4166666667rem, 0);
    transform: translate3d(0, 0.4166666667rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes productPreorderArrowLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(0.4166666667rem, 0, 0);
    transform: translate3d(0.4166666667rem, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  80% {
    -webkit-transform: translate3d(0.4166666667rem, 0, 0);
    transform: translate3d(0.4166666667rem, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes heroRoboIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 20%, 0) scale3d(1, 1, 1);
    filter: brightness(8);
  }
  50% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale3d(1, 1, 1);
    filter: brightness(1);
  }
}
@keyframes thunderTitleIn {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -14.2857142857rem, 0) scale(1, 0) rotate(0deg);
    filter: brightness(8);
    @media screen and (max-width: 800px) {
      transform: translate3d(-50%, -51.2820512821vw, 0) scale(1, 0) rotate(0deg);
    }
  }
  3% {
    opacity: 1;
    transform: translate3d(-40%, -10.7142857143rem, 0) scale(1.8, 0.5) rotate(10deg);
    filter: brightness(1);
    @media screen and (max-width: 800px) {
      transform: translate3d(-40%, -38.4615384615vw, 0) scale(1.8, 0.5) rotate(10deg);
    }
  }
  6% {
    opacity: 1;
    transform: translate3d(-60%, -17.8571428571rem, 0) scale(0.8, 1.2) rotate(-10deg);
    filter: brightness(10);
    @media screen and (max-width: 800px) {
      transform: translate3d(-60%, -64.1025641026vw, 0) scale(0.8, 1.2) rotate(-10deg);
    }
  }
  9% {
    opacity: 1;
    transform: translate3d(-50%, -12.1428571429rem, 0) scale(1.8, 0.2) rotate(10deg);
    filter: brightness(1);
    @media screen and (max-width: 800px) {
      transform: translate3d(-50%, -43.5897435897vw, 0) scale(1.8, 0.2) rotate(10deg);
    }
  }
  12% {
    opacity: 1;
    transform: translate3d(-40%, -16.4285714286rem, 0) scale(0.2, 0.8) rotate(-10deg);
    filter: brightness(10);
    @media screen and (max-width: 800px) {
      transform: translate3d(-40%, -58.9743589744vw, 0) scale(0.2, 0.8) rotate(-10deg);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -17.8571428571rem, 0) scale(1, 1) rotate(0deg);
    filter: brightness(1);
    @media screen and (max-width: 800px) {
      transform: translate3d(-50%, -64.1025641026vw, 0) scale(1, 1) rotate(0deg);
    }
  }
}
@keyframes thunderTitleIn2 {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -17.8571428571rem, 0) scale3d(1.5, 0, 1) rotate(0deg);
    @media screen and (max-width: 800px) {
      transform: translate3d(-50%, -51.2820512821vw, 0) scale3d(1, 1, 1) rotate(0deg);
    }
  }
  70% {
    opacity: 1;
    transform: translate3d(-50%, -17.8571428571rem, 0) scale3d(0.2, 0.1, 1) rotate(0deg);
    @media screen and (max-width: 800px) {
      transform: translate3d(-50%, -51.2820512821vw, 0) scale3d(1, 1, 1) rotate(0deg);
    }
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -17.8571428571rem, 0) scale3d(1, 1, 1) rotate(0deg);
    @media screen and (max-width: 800px) {
      transform: translate3d(-50%, -64.1025641026vw, 0) scale(1, 1) rotate(0deg);
    }
  }
}
/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.sans {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.lang-en {
  font-family: "Montserrat", sans-serif;
}

.justify {
  text-align: justify;
}

.color-yellow {
  color: #FFF100 !important;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.wBlack {
  font-weight: 900;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.cWhite {
  color: #FFFCF0;
}

.cBlack {
  color: #222222;
}

.inView {
  transition: all 500ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
.inView.is--stby {
  transform: translate3d(0, 2em, 0);
  opacity: 0;
}

.inOn {
  transition: all 500ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
.inOn.is--stby {
  opacity: 0;
}

@media screen and (min-width: 800px) {
  .only-pc {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .only-sp {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .only-sp {
    display: inline-block;
  }
}

.attention-scrolldown {
  width: fit-content;
  height: 3.9285714286rem;
  color: #FFFCF0;
  font-size: 0.8571428571rem;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.attention-scrolldown .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 2.1428571429rem;
  opacity: 0.5;
  overflow: hidden;
}
.attention-scrolldown .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
  background-color: #FFFCF0;
}
.attention-scrolldown .arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 3px;
  height: 100%;
  background-color: #FFFCF0;
  animation: scrolldown 2s infinite ease-in-out;
}

.btns-item {
  display: flex;
  justify-content: center;
}
.btns-item .btn {
  min-width: 11.4285714286rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.3571428571rem;
  margin: auto;
  background-color: #fff;
  color: #222222;
  height: 3.1428571429rem;
  padding: 0 1.0714285714rem;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "DM Sans", sans-serif;
}
.btns-item .btn span {
  transform: translate(0, 5%);
}
.btns-item .btn.playgame {
  background: url("../img/common/parts/btn_playgame.png") center center/cover no-repeat;
  aspect-ratio: 320/88;
}
.btns-item .btn.playgame span {
  display: none;
}
.btns-item .btn.playgame.deactive {
  pointer-events: none;
  cursor: default;
  background: url("../img/common/parts/btn_info.png") center center/cover no-repeat;
}

a.icon-blank::after {
  content: "";
  display: inline-block;
  width: 0.7142857143rem;
  aspect-ratio: 1/1;
  margin-left: 0.3em;
  background: url("../img/common/parts/blank.svg") center center/contain no-repeat;
}

ul.icon-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.5714285714rem;
}
ul.icon-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.2857142857rem;
  margin: auto;
  text-align: center;
  margin-bottom: 1.7857142857rem;
}
ul.icon-list li {
  width: 2.8571428571rem;
  margin: 0 0.7142857143rem;
}
ul.icon-list li a {
  display: block;
  aspect-ratio: 1/1;
  background-color: #ccc;
  border-radius: 50%;
}
ul.icon-list li a span {
  display: none;
}
ul.icon-list li.facebook a {
  background: url(../img/common/icon/facebook.png) center center/contain no-repeat;
}
ul.icon-list li.x a {
  background: url(../img/common/icon/x.png) center center/contain no-repeat;
}
ul.icon-list li.instagram a {
  background: url(../img/common/icon/instagram.png) center center/contain no-repeat;
}
ul.icon-list li.line a {
  background: url(../img/common/icon/line.png) center center/contain no-repeat;
}
ul.icon-list li.youtube a {
  background: url(../img/common/icon/youtube.png) center center/contain no-repeat;
}
ul.icon-list.followus::before {
  background: url(../img/common/parts/followus.svg) center center/contain no-repeat;
}
ul.icon-list.share::before {
  background: url(../img/common/parts/share.svg) center center/contain no-repeat;
}

.pos-abs {
  position: absolute;
}

.menuAnchor {
  cursor: pointer;
}

.text-bg {
  background-color: #E60012;
  color: #FFFCF0;
  display: block;
  width: fit-content;
  padding: 0 1em;
  margin: 0 auto 0.3571428571rem;
  font-size: 1rem;
}

.btn-group .btn-item {
  position: relative;
  width: fit-content;
  margin: auto;
  padding-bottom: 0.3571428571rem;
}
.btn-group .btn-item:not(.close):active .btn {
  transform: translateY(0.2857142857rem);
}
.btn-group .btn-item:not(.close):active::before {
  visibility: hidden;
}
.btn-group .btn-item.deactive {
  pointer-events: none;
  cursor: default;
}
.btn-group .btn-item.deactive:before {
  display: none;
}
.btn-group .btn-item.deactive .btn {
  pointer-events: none;
  cursor: default;
  background-color: #ccc !important;
  border: 0;
}
.btn-group .btn-item.deactive .btn span {
  display: none;
}
.btn-group .btn-item.deactive .btn::before {
  content: "終了しました。";
  display: block;
}
.btn-group .btn-item .btn {
  font-size: 1.1428571429rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: solid 1px #00428B;
  width: fit-content;
  min-width: 22.1428571429rem;
  min-height: 3.8571428571rem;
  border-radius: 1.9285714286rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 200ms ease, transform 1ms ease;
}
.btn-group .btn-item .btn:hover {
  background-color: #E60012 !important;
}
.btn-group .btn-item .btn.icon-arrow::after {
  content: "";
  display: block;
  background: url(../img/common/parts/arrow.svg) center center/0.8571428571rem auto no-repeat;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  position: absolute;
  top: 50%;
  right: 1.4285714286rem;
  transform: translate(0, -50%);
}
.btn-group .btn-item .btn.icon-plus::after {
  content: "";
  display: block;
  background: url(../img/common/parts/plus.svg) center center/auto auto no-repeat;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  position: absolute;
  top: 50%;
  right: 1.4285714286rem;
  transform: translate(0, -50%);
}
.btn-group .btn-item .btn.bg-red {
  background-color: #E60012;
  border-color: #E60012;
}
.btn-group .btn-item .btn.bg-red:hover {
  background-color: #222222 !important;
  border-color: #222222;
}
.btn-group .btn-item .btn.bg-blue {
  background-color: #00428B;
}
.btn-group .btn-item .btn.bg-blue span {
  color: #fff;
}
.btn-group .btn-item .btn.bg-deactive {
  pointer-events: none;
  background-color: #b0b0b0;
}
.btn-group .btn-item .btn.bg-deactive span {
  color: #fff;
}
.btn-group .btn-item .btn.bg-deactive:after {
  display: none;
}
.btn-group .btn-item .btn.bg-green {
  border-color: #E60012;
  background-color: #00AC66;
}
.btn-group .btn-item .btn.bg-black {
  background-color: #222222;
}
.btn-group .btn-item .btn.bg-yellow {
  border-color: #222222;
  background-color: #FFF100;
  color: #222222;
}
.btn-group .btn-item .btn.bg-yellow.icon-arrow::after {
  background: url(../img/common/parts/arrow_blue.png) center center/auto auto no-repeat;
}
.btn-group .btn-item .btn.bg-white {
  border-color: #222222;
  background-color: #FFFCF0;
  color: #222222;
}
.btn-group .btn-item .btn.bg-white.icon-arrow::after {
  background: url(../img/common/parts/arrow_black.svg) center center/auto auto no-repeat;
}
.btn-group .btn-item::before {
  content: "";
  display: block;
  background-color: #DDDDDD;
  border: solid 1px #00428B;
  min-width: calc(100% - 2px);
  min-height: 3.8571428571rem;
  border-radius: 1.9285714286rem;
  position: absolute;
  bottom: 0;
  left: 1px;
  z-index: 1;
}
.btn-group .btn-item.shadow-black::before {
  border-color: #222222;
}
.btn-group .btn-item.shadow-red::before {
  border-color: #E60012;
}
.btn-group .btn-item.size-large .btn {
  min-height: 4.5714285714rem;
  border-radius: 2.2857142857rem;
}
.btn-group .btn-item.size-large::before {
  min-height: 4.5714285714rem;
  border-radius: 2.2857142857rem;
}

.card-slides .extra {
  position: absolute;
  text-align: center;
  font-size: 0.8571428571rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.2142857143rem;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #FFF100;
  color: #00428B;
  border-bottom: solid 1px #00428B;
}
.card-slides .card-swiper {
  position: relative;
  padding-bottom: 5.7142857143rem;
}
.card-slides .card-swiper .swiper-button-prev, .card-slides .card-swiper .swiper-button-next {
  top: 10.7142857143rem;
  width: 2.2857142857rem;
  height: 2.2857142857rem;
  border-radius: 50%;
  background: url(../img/common/parts/arrow.svg) center center/0.8571428571rem auto no-repeat #00428B;
  cursor: pointer;
}
.card-slides .card-swiper .swiper-button-prev:hover, .card-slides .card-swiper .swiper-button-next:hover {
  background-color: #E60012;
}
.card-slides .card-swiper .swiper-button-prev::after, .card-slides .card-swiper .swiper-button-next::after {
  display: none;
}
.card-slides .card-swiper .swiper-button-prev.swiper-button-disabled, .card-slides .card-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #999 !important;
}
.card-slides .card-swiper .swiper-button-prev {
  transform: rotate(-180deg);
}
.card-slides .swiper-card {
  position: relative;
}
.card-slides .swiper-card .swiper-wrapper {
  position: relative;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide {
  position: relative;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-image .label {
  transition: all 100ms ease-in-out 0ms;
  opacity: 0;
  transform: translate(-50%, 50%) scale(0);
  transform-origin: right center;
  z-index: 100;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-image .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-caption {
  position: absolute;
  top: 95%;
  padding-left: 5.3571428571rem;
  height: 3.2142857143rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-caption div {
  width: fit-content;
  background-color: #fff;
  border: solid 1px #00428B;
  line-height: 1.1;
  font-weight: bold;
  padding: 0.2857142857rem 0.5rem;
  color: #000;
  transition: all 100ms ease-in-out 0ms;
  opacity: 0;
  transform: translate(2em, 0);
  letter-spacing: 0.05em;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-caption div:last-child {
  transform: translate(2em, -1px) !important;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-caption .detail2 {
  color: #222222;
  font-size: 0.8571428571rem;
  padding-top: 0.3em;
  opacity: 0;
  transform: translate(2em, 0);
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-caption .detail2 br {
  display: none;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-caption .label {
  position: absolute;
  top: -1.7857142857rem;
  left: -1.4285714286rem;
  width: 7.1428571429rem;
  height: auto;
  transition: all 100ms ease-in-out 0ms;
  opacity: 0;
  transform: translate(100%, 0) scale(0);
  transform-origin: right center;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-link {
  transition: all 100ms ease-in-out 0ms;
  opacity: 0;
  transform: translate(20%, 0);
  height: 2.1428571429rem;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-link a {
  display: block;
  height: fit-content;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-image .label {
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
  transition-duration: 300ms;
  opacity: 1;
  transform: translate(0%, 0);
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption div {
  transition: all 300ms ease-in-out 300ms;
  opacity: 1;
  transform: translate(0%, 0);
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption div:nth-of-type(1) {
  transition-delay: 150ms;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption div:nth-of-type(2) {
  transition-delay: 200ms;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption div:nth-of-type(3) {
  transition-delay: 250ms;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption div:nth-of-type(4) {
  transition-delay: 300ms;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption div:last-child {
  transform: translate(0%, -1px) !important;
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption .detail2 {
  transition: all 300ms ease-in-out 300ms;
  opacity: 1;
  transform: translate(0%, 0);
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-caption .label {
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
  transition-duration: 300ms;
  opacity: 1;
  transform: translate(0%, 0);
}
.card-slides .swiper-card .swiper-wrapper .swiper-slide.swiper-slide-active .swiper-slide-card-body-link {
  transition: all 300ms ease-in-out 300ms;
  opacity: 1;
  transform: translate(0%, 0);
}
.card-slides .swiper-card-campaign .swiper-wrapper {
  position: relative;
}
.card-slides .swiper-card-campaign .swiper-wrapper .swiper-slide {
  position: relative;
}
.card-slides .swiper-card-campaign .swiper-wrapper .swiper-slide-card-body-caption {
  position: absolute;
  top: 95%;
  padding-left: 5.7142857143rem;
}
.card-slides .swiper-card-campaign .swiper-wrapper .swiper-slide-card-body-caption div {
  background-color: #FFF100;
  color: #00428B;
}
.card-slides.no-caption .card-swiper {
  padding-bottom: 3.5714285714rem;
}
.card-slides.no-caption .card-swiper .swiper-slide-card-body-caption {
  padding-left: 0.7142857143rem;
}
.card-slides.theme-red .swiper-slide {
  border-color: #E60012 !important;
}
.card-slides.theme-red .card-swiper .swiper-button-prev,
.card-slides.theme-red .card-swiper .swiper-button-next {
  background-color: #E60012 !important;
}
.card-slides.theme-red .card-swiper .swiper-button-prev.swiper-button-disabled,
.card-slides.theme-red .card-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #999 !important;
}
.card-slides.theme-red .swiper-card .swiper-wrapper .swiper-slide-card-body-caption div {
  border-color: #E60012 !important;
}

.slide-group {
  padding: 0 1.4285714286rem;
}
.slide-group-frame {
  position: relative;
  background-color: #fff;
  border: solid 1px #00428B;
  padding-top: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
  overflow: hidden;
}
.slide-group-contents {
  min-height: 20rem;
  margin-bottom: 0.7142857143rem;
}
.slide-group-pagenation {
  min-height: 4.2857142857rem;
  background-color: #ccc;
}
.slide-group-action {
  display: flex;
  justify-content: center;
}

.shareWrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "DM Sans", sans-serif;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.shareWrap ul::before {
  content: "FOLLOW US";
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1.0714285714rem;
  font-size: 1.2857142857rem;
}
.shareWrap ul li {
  margin: 0 0rem;
}
.shareWrap ul li a {
  display: block;
  width: 2.8571428571rem;
  aspect-ratio: 1/1;
  background-color: #333;
}
.shareWrap ul li a span {
  display: none;
}
.shareWrap ul li.facebook a {
  background: url("../img/common/icon/facebook.png") center center/contain no-repeat;
}
.shareWrap ul li.x a {
  background: url("../img/common/icon/x.png") center center/contain no-repeat;
}
.shareWrap ul li.instagram a {
  background: url("../img/common/icon/instagram.png") center center/contain no-repeat;
}
.shareWrap ul li.line a {
  background: url("../img/common/icon/line.png") center center/contain no-repeat;
}
.shareWrap ul li.youtube a {
  background: url("../img/common/icon/youtube.png") center center/contain no-repeat;
}

.swiper-slide {
  border: solid 1px #00428B;
}
.swiper-slide .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.swiper-pagination {
  height: 0.4285714286rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 0.4285714286rem;
  border-radius: 0;
  margin: 0 !important;
  padding: 0;
  border: solid 1px #00428B;
  background-color: #fff;
  border-right: 0;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  border: solid 1px #00428B;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00428B;
}

.campaign-oubo-link.deactive {
  opacity: 0.1;
}

.modal-window {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: all 300ms ease;
}
.modal-window.open {
  opacity: 1;
  pointer-events: all;
}
.modal-window-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-window .close-btn {
  position: absolute;
  width: 2.8571428571rem;
  aspect-ratio: 1/1;
  background-color: #FFF100;
  border: solid 1px #00428B;
  top: -4.2857142857rem;
  right: -0.7142857143rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}
.modal-window .close-btn::after {
  content: "×";
  display: inline-block;
  line-height: 1;
}
.modal-window-frame {
  position: absolute;
  top: calc(50% + 2.1428571429rem);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.modal-window-contents {
  overflow: hidden;
  position: relative;
  width: 25.5714285714rem;
  height: 42.2857142857rem;
  background-color: rgb(255, 255, 255);
  border: solid 1px #00428B;
}
.modal-window-contents .card-slides .card-swiper {
  position: relative;
  padding-bottom: 2.8571428571rem;
}
.modal-window-contents .card-slides .card-swiper .swiper-pagination {
  top: 22rem;
}
.modal-window-contents .card-slides .card-swiper .swiper-button-prev, .modal-window-contents .card-slides .card-swiper .swiper-button-next {
  top: 10.7142857143rem;
  width: 2.2857142857rem;
  height: 2.2857142857rem;
  border-radius: 50%;
  background: url(../img/common/parts/arrow.svg) center center/0.8571428571rem auto no-repeat #00428B;
}
.modal-window-contents .card-slides .card-swiper .swiper-button-prev::after, .modal-window-contents .card-slides .card-swiper .swiper-button-next::after {
  display: none;
}
.modal-window-contents .card-slides .card-swiper .swiper-button-prev.swiper-button-disabled, .modal-window-contents .card-slides .card-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #999;
}
.modal-window-contents .card-slides .card-swiper .swiper-button-prev {
  transform: rotate(-180deg);
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card {
  position: absolute;
  top: 0.3571428571rem;
  left: 0.3571428571rem;
  padding: 1.4285714286rem;
  overflow: auto;
  width: 24.8571428571rem;
  height: 41.5714285714rem;
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card::-webkit-scrollbar {
  width: 5px;
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card::-webkit-scrollbar-thumb {
  background-color: #00428B;
  border-radius: 0px;
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-image {
  margin-bottom: 3.5714285714rem;
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-image .label {
  position: absolute;
  top: -2.1428571429rem;
  right: -2.5rem;
  width: 7.1428571429rem;
  height: auto;
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-caption {
  position: relative;
  top: auto;
  padding: 0;
  margin-bottom: 1.4285714286rem;
}
.modal-window-contents .card-slides .swiper-card .swiper-wrapper .swiper-slide-card-body-text {
  text-align: justify;
}
.modal-window .modal-fix-action .btn {
  color: #fff;
}
.modal-window#modal-campaign .modal-window-contents {
  height: auto;
  margin-bottom: 0.7142857143rem;
  overflow: visible;
  background-color: transparent;
  padding: 0.3571428571rem;
  background-color: #FFF100;
  border: solid 1px #00428B;
  box-sizing: content-box;
}
.modal-window#modal-campaign .modal-window-contents .swiper-button-prev-campaign-modal,
.modal-window#modal-campaign .modal-window-contents .swiper-button-next-campaign-modal {
  top: 50%;
}
.modal-window#modal-campaign .modal-window-contents .swiper-button-prev-campaign-modal {
  left: -1.0714285714rem;
}
.modal-window#modal-campaign .modal-window-contents .swiper-button-next-campaign-modal {
  right: -1.0714285714rem;
}
.modal-window#modal-campaign .card-swiper {
  padding: 0;
}
.modal-window#modal-campaign .card-swiper-frame {
  overflow: hidden;
  position: relative;
  width: 25.5714285714rem;
  height: auto;
  border: solid 1px #00428B;
}
.modal-window#modal-campaign .card-swiper-frame .swiper-card .swiper-slide-card-body-image {
  border: solid 1px #00428B;
}
.modal-window#modal-campaign .card-swiper-frame .swiper-card .swiper-wrapper .swiper-slide {
  padding: 0;
  border: 0 !important;
}
.modal-window#modal-campaign .card-swiper-frame .swiper-card .swiper-wrapper .swiper-slide .swiper-slide {
  background-color: transparent;
  padding: 0;
  border: 0 !important;
}
.modal-window#modal-campaign .card-swiper-frame .swiper-pagination {
  bottom: 0.7142857143rem;
  top: auto;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide {
  background-color: #FFF100;
  padding: 0.3571428571rem;
  height: auto;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide .swiper-pagination .swiper-pagination-bullet {
  width: 2.8571428571rem;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card {
  top: 0;
  left: 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  width: auto;
  height: 100%;
  padding: 2.2857142857rem;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-inner {
  height: 100%;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body {
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-image {
  margin-bottom: 1.0714285714rem;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-caption {
  text-align: left;
  margin-bottom: 0.7142857143rem;
  z-index: 5;
  display: grid;
  flex-wrap: initial;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start !important;
  height: auto;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-caption div {
  background-color: #FFF100;
  color: #00428B;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-link {
  display: flex;
  justify-content: flex-start;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-link a {
  display: inline-block;
  width: fit-content;
  background-color: #fff;
  border: solid 1px #00428B;
  line-height: 1.4285714286rem;
  padding: 0.2142857143rem 0.7142857143rem;
  color: #00428B;
  font-size: 0.8571428571rem;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-link a.arrow {
  padding-right: 1.4285714286rem;
  position: relative;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-link a.arrow::after {
  content: "";
  display: block;
  width: 0.6428571429rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 0.5714285714rem;
  transform: translate(0, -50%);
  background: url(../img/common/parts/arrow_blue.svg) center center/contain no-repeat;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-action {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-action .btn-item {
  width: 100%;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide-card-body-action .btn-item .btn {
  width: 100%;
  min-width: inherit;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item {
  pointer-events: none;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn {
  pointer-events: none;
  background-color: #DDDDDD;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn span {
  display: none;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn::before {
  content: "終了しました。";
  color: #fff;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn::after {
  display: none;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item {
  pointer-events: none;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn {
  pointer-events: none;
  background-color: orange;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn span {
  display: none;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn::before {
  content: "応募は当日！お楽しみに！";
  color: #fff;
}
.modal-window#modal-campaign .swiper-card .swiper-wrapper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn::after {
  display: none;
}
.modal-window#modal-present .modal-window-frame .close-btn {
  background-color: #fff !important;
}
.modal-window#modal-present .modal-window-contents {
  padding-top: 1.4285714286rem;
  overflow: auto;
}
.modal-window#modal-present .modal-window-contents::-webkit-scrollbar {
  width: 5px;
}
.modal-window#modal-present .modal-window-contents::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0px;
}
.modal-window#modal-present .modal-window-contents::-webkit-scrollbar-thumb {
  background-color: #00428B;
  border-radius: 0px;
}
.modal-window#modal-present .card-caption {
  padding: 0.7142857143rem 1.7857142857rem 3.5714285714rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.modal-window#modal-present .card-caption div {
  width: fit-content;
  background-color: #fff;
  border: solid 1px #00428b;
  border-bottom: 0;
  line-height: 1;
  padding: 0.3571428571rem 0.7142857143rem;
  color: #000;
  font-weight: bold;
}
.modal-window#modal-present .card-caption div:last-of-type {
  border: solid 1px #00428b;
}
.modal-window#modal-present .card-caption p {
  margin-top: 0.7142857143rem;
}

.link-area {
  position: relative;
  z-index: 10;
  padding: 2.8571428571rem 0;
}
.link-area .btn-group .btn-item {
  transition: all 500ms cubic-bezier(0.36, 0.36, 0.2, 1.06);
}
.link-area .btn-group .btn-item:not(:last-child) {
  margin-bottom: 1.1428571429rem;
}
.link-area .btn-group .btn-item:nth-of-type(1) {
  transition-delay: 200ms;
}
.link-area .btn-group .btn-item:nth-of-type(2) {
  transition-delay: 300ms;
}
.link-area .btn-group .btn-item:nth-of-type(3) {
  transition-delay: 400ms;
}
.link-area .btn-group .btn-item:nth-of-type(4) {
  transition-delay: 500ms;
}
.link-area.is--stby .btn-group .btn-item {
  transform: translate3d(0, 2em, 0) scale(0.8);
  opacity: 0;
}

@keyframes scrolldown {
  0% {
    transform: translate(-50%, -100%);
  }
  50% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, 100%);
  }
}
/* 
================================================================================
html body
================================================================================
*/
html {
  scrollbar-gutter: stable;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 3.5897435897vw;
  }
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #222222;
  background: #00428B;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body.animActive {
  position: relative;
  height: auto;
  overflow-y: scroll;
}
body::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 20px;
  top: 100%;
  left: 0;
  background: #ff7300;
}
@media screen and (max-width: 800px) {
  body {
    background-size: 100% auto;
  }
}
body.scrollMode_onepage {
  -webkit-overflow-scrolling: touch;
}
body.modal-active {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  overscroll-behavior: none;
}
body.is-modal-open {
  overflow: hidden;
}
body.resize.introFinish * {
  transition: 0ms !important;
}

/* 
================================================================================
maintenance
================================================================================
*/
#maintenanceContents {
  display: flex;
  height: calc(var(--vh, 1vh) * 100);
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#maintenanceContents h3 {
  margin-bottom: 3.5714285714rem;
  color: #999;
}
#maintenanceContents p {
  text-align: center;
  font-size: 0.7142857143rem;
  line-height: 1.4;
}

/* 
================================================================================
Wrapper
================================================================================
*/
#scrollBody {
  position: relative;
}

#siteWrap {
  opacity: 0;
  pointer-events: none;
}
body.loadingFinish #siteWrap {
  opacity: 1;
  pointer-events: all;
}

/* 
================================================================================
MENU
================================================================================
*/
/* 
================================================================================
frameWrap 枠
================================================================================
*/
/* 
================================================================================
lang
================================================================================
*/
.lang-mode {
  position: fixed;
  top: 0rem;
  right: 2.8571428571rem;
  width: 13.2142857143rem;
  z-index: 2100;
  pointer-events: all;
}
@media screen and (min-width: 800px) and (max-height: 748px) {
  .lang-mode {
    top: 0rem;
    right: 1.4285714286rem;
  }
}
@media screen and (max-width: 800px) {
  .lang-mode {
    top: 50%;
    left: 0rem;
    right: auto;
    transform: translateY(-50%);
    width: 17.9487179487vw;
    height: 66.6666666667vw;
    border-radius: 0 7.6923076923vw 7.6923076923vw 0;
    background-color: #ff7300;
  }
}
.lang-mode dl {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .lang-mode dl {
    display: grid;
    grid-template-columns: 17.9487179487vw 61.5384615385vw;
    grid-gap: 0vw;
    align-items: center;
    height: 100%;
    position: absolute;
    left: 0;
    justify-content: flex-start;
  }
}
.lang-mode dl dt {
  display: flex;
  align-items: center;
  height: 2.8571428571rem;
  color: #FFFCF0;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .lang-mode dl dt {
    width: 100%;
    height: 100%;
    border-radius: 0rem 5.1282051282vw 5.1282051282vw 0rem;
    background-color: #ff7300;
  }
}
@media screen and (min-width: 800px) and (max-height: 748px) {
  .lang-mode dl dt {
    align-items: flex-start;
    height: 1.4285714286rem;
  }
}
.lang-mode dl dt span {
  font-size: 0.8571428571rem;
  font-weight: 900;
  letter-spacing: 0;
  display: inline-flex;
  padding-left: 2.1428571429rem;
  padding-right: 2.1428571429rem;
  line-height: 1;
  position: relative;
}
.lang-mode dl dt span::before {
  content: "";
  display: block;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  background: url(../img/common/parts/icon_lang.png) center center/contain no-repeat;
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translate(0, -50%);
}
.lang-mode dl dt span::after {
  content: "▼";
  display: block;
  font-size: 0.8571428571rem;
  width: 1.2142857143rem;
  height: 1.2142857143rem;
  position: absolute;
  right: 0rem;
  top: 60%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 800px) and (max-height: 748px) {
  .lang-mode dl dt span {
    height: 1.4285714286rem;
    line-height: 1.4285714286rem;
    padding-right: 1.4285714286rem;
  }
  .lang-mode dl dt span::before {
    display: none;
  }
  .lang-mode dl dt span::after {
    top: 40%;
  }
}
@media screen and (max-width: 800px) {
  .lang-mode dl dt span {
    font-size: 6.1538461538vw;
    transform: translate(8.9743589744vw, 28.2051282051vw) rotate(-90deg);
    transform-origin: left center;
    padding-left: 11.5384615385vw;
    padding-right: 8.9743589744vw;
  }
  .lang-mode dl dt span::before {
    width: 7.1794871795vw;
    height: 7.1794871795vw;
    top: 50%;
    transform: translate(0, -50%);
  }
  .lang-mode dl dt span::after {
    font-size: 4.6153846154vw;
    top: 50%;
  }
}
.lang-mode dl dd {
  display: flex;
  justify-content: center;
  padding-top: 0.7142857143rem;
}
@media screen and (max-width: 800px) {
  .lang-mode dl dd {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
    justify-content: flex-start;
  }
}
.lang-mode dl dd ul {
  width: 10.7142857143rem;
  background-color: #000;
  border-radius: 0.7142857143rem;
  font-size: 1.2142857143rem;
  overflow: hidden;
  color: #ff7300;
  font-weight: 900;
  letter-spacing: 0;
  transform: translate(0.7142857143rem, 0);
}
.lang-mode dl dd ul li {
  cursor: pointer;
}
.lang-mode dl dd ul li a {
  display: block;
  padding: 0.7142857143rem;
}
.lang-mode dl dd ul li:not(:last-child) {
  border-bottom: solid 1px #666;
}
.lang-mode dl dd ul li:hover {
  background-color: #333;
}
.lang-mode dl dd ul li.active {
  background-color: #fff;
  color: #000;
  cursor: default;
  pointer-events: none;
}
.lang-mode.is--stby dl dd {
  display: none;
}

/* 
================================================================================
#container
================================================================================
*/
#scrolldummy {
  display: none;
}
@media screen and (max-width: 800px) {
  #scrolldummy {
    display: none;
  }
}

#wrapper #base {
  position: relative;
}
#wrapper #base::after {
  pointer-events: none;
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1428.5714285714rem;
  background: url(../img/_design.jpg) top center/100% auto;
  opacity: 0.9;
  z-index: 1000;
}
#wrapper #base #global-frame {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 27.8571428571rem 27.8571428571rem;
  min-height: 100dvh;
}
@media screen and (max-width: 800px) {
  #wrapper #base #global-frame {
    grid-template-columns: 1fr;
  }
}
#wrapper #base #global-frame .pc-fixed-area {
  position: relative;
  display: none;
}
#wrapper #base #global-frame .pc-fixed-area-contents {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00428B;
}
#wrapper #base #global-frame .pc-fixed-area::before {
  content: "";
  display: none;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  border: solid #fff;
  border-width: 0.7142857143rem;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
#wrapper #base #global-frame .pc_area_left {
  order: 1;
}
#wrapper #base #global-frame .pc_area_left::before {
  border-right: none;
}
#wrapper #base #global-frame .pc_area_left-contents {
  width: calc(100% - 780px);
  left: 0;
  background-color: #fff;
  align-items: flex-start;
  padding-top: 7.1428571429rem;
  min-height: 790px;
}
#wrapper #base #global-frame .pc_area_left .title {
  height: calc(100vh - 28.5714285714rem);
  min-height: 33.2142857143rem;
  max-width: 33.2142857143rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.7142857143rem;
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_left .title .inWrap {
  position: relative;
}
#wrapper #base #global-frame .pc_area_left .title .inWrap a {
  display: block;
  position: absolute;
  width: 50%;
  aspect-ratio: 6/1;
  bottom: 0%;
  left: 24%;
}
#wrapper #base #global-frame .pc_area_left .curved-clip {
  position: absolute;
  top: -6.4285714286rem;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 150px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M 0,0 L 1000,0 L 1000,900 Q 500,1000 0,900 Z" fill="%2300428B"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#wrapper #base #global-frame .pc_area_left .curved-clip-2 {
  position: absolute;
  bottom: 0rem;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 200px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" preserveAspectRatio="none"><path d="M 0,0 Q 500,100 1000,0 L 1000,1000 L 0,1000 Z" fill="%2300428B"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#wrapper #base #global-frame .pc_area_left .bar {
  width: 100%;
  height: 38px;
  position: absolute;
  top: 1.8571428571rem;
  left: 0;
  z-index: 10;
  background: url(../img/base/bar.png?v=2) top center/auto 100% repeat-x;
}
#wrapper #base #global-frame .pc_area_left .matsuri {
  width: 100%;
  height: 8.5714285714rem;
  position: absolute;
  bottom: 1.7857142857rem;
  left: 0;
  z-index: 15;
  opacity: 0.2;
  background: url(../img/base/matsuri.png) top center/auto 100% repeat-x;
}
#wrapper #base #global-frame .pc_area_left .daisuke {
  width: 24.5rem;
  position: absolute;
  bottom: -5rem;
  right: 0;
  z-index: 15;
  transition-delay: 1100ms;
}
@media screen and (min-width: 800px) {
  #wrapper #base #global-frame .pc_area_left {
    display: block;
  }
}
#wrapper #base #global-frame .pc_area_right {
  order: 3;
}
#wrapper #base #global-frame .pc_area_right-contents {
  width: 27.8571428571rem;
  right: 0;
  align-items: flex-start;
}
#wrapper #base #global-frame .pc_area_right-contents .section {
  width: 100%;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(1) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(2) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(3) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(4) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(5) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(6) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(7) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(8) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(9) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right-contents .section .menuAnchor:nth-of-type(10) {
  transition-delay: 1100ms;
}
#wrapper #base #global-frame .pc_area_right::before {
  border-left: none;
}
@media screen and (min-width: 800px) {
  #wrapper #base #global-frame .pc_area_right {
    display: block;
  }
}
#wrapper #base #global-header {
  display: none;
}
#wrapper #base #global-main {
  position: relative;
  order: 2;
  background-color: #00428B;
  color: #FFFCF0;
  overflow: hidden;
  border-left: solid 2px #FFF100;
  border-right: solid 2px #FFF100;
}
@media screen and (max-width: 800px) {
  #wrapper #base #global-main {
    border: 0;
  }
}
#wrapper #base #global-main::after {
  pointer-events: none;
  content: "";
  display: none;
  position: absolute;
  top: -54rem;
  left: 0;
  width: 100%;
  height: 928.5714285714rem;
  background: url(../img/_design.png) top center/100% auto;
  opacity: 0.5;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  #wrapper #base #global-main {
    order: 1;
  }
}
#wrapper #base #global-main-frame {
  background-color: #222222;
}
#wrapper #base #global-footer {
  margin: auto;
  padding: 1.4285714286rem 0 1.0714285714rem 0;
  background-color: #222222;
  color: #FFFCF0;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.7142857143rem;
  width: 100vw;
}
#wrapper #base #global-footer .dytnapark {
  width: 14.5714285714rem;
  margin-bottom: 0.7142857143rem;
}
#wrapper #base #global-footer .dytnapark span {
  display: block;
}
@media screen and (min-width: 800px) {
  #wrapper #base #global-footer {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #wrapper #base #global-footer {
    overflow: hidden;
  }
}
#wrapper #base #global-footer .copyright {
  display: block;
  width: 100%;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 10px;
}

/* 
================================================================================
keyframes
================================================================================
*/
@keyframes loading_bg {
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  90% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes loading_intro {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(20);
  }
  60% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes tenmetsu {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/* 
================================================================================
sample
================================================================================
*/
div.sample {
  width: 200px;
  height: 200px;
}
body.sample div.sample {
  text-align: center;
}
div.sample:before {
  content: "";
  display: block;
  width: 300px;
  height: 150px;
  background: blue;
}
.sample-1 {
  width: 100px;
}

.sample-2 {
  width: 200px;
}

.sample-3 {
  width: 300px;
}

@keyframes anim {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
section {
  position: relative;
  text-align: left;
}
section img {
  max-width: 100%;
}
section p {
  margin-bottom: 1.4285714286rem;
}
section.section {
  min-height: 35.7142857143rem;
}
section .section-frame {
  width: 100%;
  padding: 0 2.8571428571rem;
}
section .section-frame .contents {
  width: 100%;
  position: relative;
  z-index: 2;
}
section#mainHeader {
  width: 100%;
  height: 4.5714285714rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: visible;
  transition: all 500ms ease;
  transform: translate(0, -110%);
}
body.headerActive section#mainHeader {
  transform: translate(0, 0%);
}
@media screen and (min-width: 800px) {
  section#mainHeader {
    display: none;
  }
}
section#mainHeader::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5714285714rem;
  background: #E60012;
  border-bottom: solid 1px #00428B;
  z-index: 3;
}
section#mainHeader::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 20;
  opacity: 0.4;
  pointer-events: none;
}
section#mainHeader .siteLogo {
  width: 13.3571428571rem;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 1.0714285714rem;
  transform: translate(0%, -50%);
  z-index: 10;
}
section#mainHeader .siteLogo span {
  display: block;
}
section#mainHeader .siteLogo span::after {
  content: "";
  display: block;
  width: 8.5714285714rem;
  height: 1.1428571429rem;
  background: url(../img/common/parts/19th.svg) left center/contain no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(0.7142857143rem, -50%);
}
section#mainHeader .siteLogo img {
  width: 100%;
}
section#mainHeader .siteMenu {
  width: 4.5714285714rem;
  height: 4.5714285714rem;
  position: fixed;
  top: 0rem;
  right: 0rem;
  z-index: 1010;
}
section#mainHeader .siteMenu span {
  visibility: hidden;
}
section#mainHeader .siteMenu::before, section#mainHeader .siteMenu::after {
  content: "";
  display: block;
  width: 2.1428571429rem;
  height: 0.1428571429rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section#mainHeader .siteMenu::before {
  margin-top: -0.2142857143rem;
}
body.menuOpen section#mainHeader .siteMenu::before {
  margin: 0;
  transform: translate(-50%, -50%) rotate(-30deg);
}
section#mainHeader .siteMenu::after {
  margin-top: 0.3571428571rem;
}
body.menuOpen section#mainHeader .siteMenu::after {
  margin: 0;
  transform: translate(-50%, -50%) rotate(30deg);
}
body.menuOpen section#mainHeader .siteMenu .open {
  visibility: hidden;
}
section#mainHeader .siteMenu .close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}
body.menuOpen section#mainHeader .siteMenu .close {
  visibility: visible;
}
section#mainHeader #mainMenu {
  position: absolute;
  top: 0rem;
  left: 0;
  width: 100%;
  height: 100vh;
  max-height: 0rem;
  overflow: hidden;
  background-color: #FFFCF0;
  border-radius: 0;
  transition: all 300ms ease-in-out;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
body.headerActive.menuOpen section#mainHeader #mainMenu {
  max-height: 100dvh;
  pointer-events: all;
}
section#mainHeader #mainMenu .menuUnit {
  padding-top: 6.4285714286rem;
}
section#mainHeader #mainMenu .menuUnit::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  top: 6.3571428571rem;
  left: 0;
  height: 3.5714285714rem;
  background: url(../img/common/parts/header_deco.png) top center/auto 2.6428571429rem no-repeat;
}
section#mainHeader #mainMenu .section-lineup {
  padding-top: 3.9285714286rem;
  padding-bottom: 3.5714285714rem;
}
section#mainHeader #mainMenu .section-lineup::before, section#mainHeader #mainMenu .section-lineup::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
}
section#mainHeader #mainMenu .section-lineup::before {
  top: 4.5714285714rem;
  left: 0;
  height: 3.5714285714rem;
  background: url(../img/common/parts/header_top.svg) top center/100vw auto no-repeat;
  aspect-ratio: 390/64;
}
section#mainHeader #mainMenu .section-lineup::after {
  bottom: 0;
  left: 0;
  height: 3.5714285714rem;
  background: url(../img/common/parts/header_bottom.svg) top center/100vw auto no-repeat;
  aspect-ratio: 390/193;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor {
  margin-bottom: 0.3571428571rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor img {
  margin: auto;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.campaign {
  transform: translate(-0.2142857143rem, 0);
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.campaign img {
  width: auto;
  max-height: 3.7142857143rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.battle {
  transform: translate(-1.0714285714rem, 0);
  margin-bottom: 0.7142857143rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.battle img {
  width: auto;
  max-height: 5.7142857143rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.novelty {
  transform: translate(1.0714285714rem, 0);
  margin-bottom: 0.7142857143rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.novelty img {
  width: auto;
  max-height: 3.5rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.item {
  transform: translate(0rem, 0);
  margin-bottom: 0.7142857143rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.item img {
  width: auto;
  max-height: 4.5714285714rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.coupon {
  transform: translate(0rem, 0);
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.coupon img {
  width: auto;
  max-height: 4.2857142857rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.insta {
  transform: translate(-1.5714285714rem, 0);
  margin-bottom: 0.5714285714rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.insta img {
  width: auto;
  max-height: 3.6428571429rem;
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.movie {
  transform: translate(1.5714285714rem, 0);
}
section#mainHeader #mainMenu .section-lineup .menuAnchor.movie img {
  width: auto;
  max-height: 3.9285714286rem;
}
section#top {
  min-height: 47.7142857143rem;
  overflow: hidden;
}
section#top .confetti {
  top: -0.3571428571rem;
  left: -0.5714285714rem;
  width: 28.4285714286rem;
  height: 100%;
  background: url(../img/top/confetti.svg) top center/100% auto no-repeat;
  transition: all 600ms ease-in-out 0ms;
}
section#top .confetti.is--stby {
  transform: translate(0%, -10%) scale(0.5);
}
section#top .lantern {
  top: -1.7857142857rem;
  left: -1.4285714286rem;
  width: 23.2142857143rem;
  z-index: 5;
  transition-delay: 700ms;
  transform-origin: bottom right;
}
@media screen and (max-width: 800px) {
  section#top .lantern {
    width: 24.6428571429rem;
  }
}
section#top .lantern.is--stby {
  transform: translate(20%, 20%) scale(1) rotate(20deg);
}
section#top .lantern .guide {
  visibility: hidden;
}
section#top .lantern .item {
  position: absolute;
  animation: lantern 1000ms ease-in-out alternate infinite;
}
section#top .lantern .item:nth-of-type(1) {
  animation-delay: 200ms;
}
section#top .lantern .item:nth-of-type(2) {
  animation-delay: 400ms;
}
section#top .lantern .item:nth-of-type(3) {
  animation-delay: 600ms;
}
section#top .lantern .item:nth-of-type(4) {
  animation-delay: 800ms;
}
section#top .lantern .item:nth-of-type(5) {
  animation-delay: 1000ms;
}
section#top .lantern .item:nth-of-type(6) {
  animation-delay: 1200ms;
}
section#top .lantern .item:nth-of-type(7) {
  animation-delay: 1400ms;
}
section#top .lantern .item:nth-of-type(8) {
  animation-delay: 1600ms;
}
section#top .lantern .item:nth-of-type(9) {
  animation-delay: 1800ms;
}
section#top .lantern .item:nth-of-type(10) {
  animation-delay: 2000ms;
}
section#top .lantern .item:nth-of-type(2) {
  width: 8.2857142857rem;
  top: 4.4285714286rem;
  left: -0.2857142857rem;
}
section#top .lantern .item:nth-of-type(3) {
  width: 7.5714285714rem;
  top: 3.6428571429rem;
  left: 5.2857142857rem;
}
section#top .lantern .item:nth-of-type(4) {
  width: 7.1428571429rem;
  top: 2.5rem;
  left: 9.7857142857rem;
}
section#top .lantern .item:nth-of-type(5) {
  width: 6.6428571429rem;
  top: 1.4285714286rem;
  left: 13.4285714286rem;
}
section#top .lantern .item:nth-child(6) {
  width: 6.5714285714rem;
  top: 0rem;
  left: 16.2142857143rem;
}
section#top .lantern .line {
  position: absolute;
  width: 22.7857142857rem;
  top: 0.0714285714rem;
  left: 0rem;
  transform: rotate(1deg);
}
section#top .daisuke {
  top: -0.7142857143rem;
  right: -5.2142857143rem;
  width: 21rem;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 500ms;
  transform-origin: bottom center;
}
section#top .daisuke.is--stby {
  opacity: 0;
  transform: translate(0%, 0%) scale(0) rotate(0deg);
}
section#top .title-group {
  top: 4.5rem;
  left: 50%;
  width: 52.9285714286rem;
  transform: translate(-50%, 0);
  transition: all 600ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 0ms;
}
section#top .title-group.is--stby {
  transform: translate(-50%, 0) scale(3);
}
section#top .title-group .title {
  top: 10.7142857143rem;
  left: 49.4%;
  width: 25.7142857143rem;
  transform: translate(-50%, 0);
}
section#top .logo {
  top: 1.0714285714rem;
  left: 1.0714285714rem;
  width: 10.6428571429rem;
  transition-delay: 300ms;
  z-index: 6;
}
section#top .logo.is--stby {
  opacity: 0;
}
section#top .text-group {
  text-align: center;
  top: 32.5rem;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition-delay: 1000ms;
}
section#top .text-group.is--stby {
  opacity: 1;
}
section#top .text-group.is--stby .text-item {
  opacity: 0;
  transform: translate(0, -1em);
}
section#top .text-group.is--stby .date-group {
  transform: translate(0%, 0) scale(0);
}
section#top .text-group .text-item {
  border: solid 1px #000;
  transition: all 300ms ease-in-out;
}
section#top .text-group .text-item:nth-of-type(1) {
  transition-delay: 1150ms;
}
section#top .text-group .text-item:nth-of-type(2) {
  transition-delay: 1200ms;
}
section#top .text-group .text-item:nth-of-type(3) {
  transition-delay: 1250ms;
}
section#top .text-group .text-item:nth-of-type(4) {
  transition-delay: 1300ms;
}
section#top .text-group .text-item:nth-of-type(5) {
  transition-delay: 1350ms;
}
section#top .text-group .text-item:nth-of-type(6) {
  transition-delay: 1400ms;
}
section#top .text-group .text-item:nth-of-type(7) {
  transition-delay: 1450ms;
}
section#top .text-group .text-item:nth-of-type(8) {
  transition-delay: 1500ms;
}
section#top .text-group .text-item:nth-of-type(9) {
  transition-delay: 1550ms;
}
section#top .text-group .text-item:nth-of-type(10) {
  transition-delay: 1600ms;
}
section#top .date-group {
  text-align: center;
  left: 0;
  width: 15.2857142857rem;
  transform: translate(0%, 0) scale(1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 1600ms;
  margin: 0.3571428571rem auto 0;
  background-color: #FFF100;
  padding: 0.3571428571rem 0.5rem;
}
@media screen and (min-width: 800px) {
  section#lineup {
    display: none;
  }
}
section.section-lineup {
  min-height: 54.2857142857rem;
  overflow: hidden;
}
section.section-lineup::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: -0.7142857143rem;
  left: 0rem;
  width: 100%;
  height: 142.8571428571rem;
  background: url(../img/lineup/bg.svg) top center/100% auto no-repeat;
}
section.section-lineup .campaign {
  top: 6.8571428571rem;
  left: 0.8571428571rem;
  width: 24.7857142857rem;
}
section.section-lineup .battle {
  top: 12.2857142857rem;
  left: 1.0714285714rem;
  width: 22.8571428571rem;
}
section.section-lineup .novelty {
  top: 20.1428571429rem;
  left: 3.9285714286rem;
  width: 22.5714285714rem;
}
section.section-lineup .item {
  top: 25.3571428571rem;
  left: 2.5rem;
  width: 22.5714285714rem;
}
section.section-lineup .coupon {
  top: 32rem;
  left: 3.9285714286rem;
  width: 19.6428571429rem;
}
section.section-lineup .insta {
  top: 37.8571428571rem;
  left: 0.7142857143rem;
  width: 21.7142857143rem;
}
section.section-lineup .movie {
  top: 43.1428571429rem;
  left: 5.3571428571rem;
  width: 20.9285714286rem;
}
section#campaign {
  min-height: 102.8571428571rem;
  overflow: hidden;
  padding-top: 27.1428571429rem;
}
section#campaign .daisuke-group {
  top: 2.1428571429rem;
  left: -4.6428571429rem;
  width: 18.7857142857rem;
}
section#campaign .daisuke-group .voice {
  top: 0.7142857143rem;
  left: 12.1428571429rem;
  width: 18rem;
  transform-origin: left bottom;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
}
section#campaign .daisuke-group.is--stby {
  transform: translate(-10%, 30%) scale(0);
}
section#campaign .daisuke-group.is--stby .voice {
  opacity: 0;
  transform: translate(-10%, 0%) scale(0);
}
section#campaign .title-group {
  top: 12.1428571429rem;
  left: 1.0714285714rem;
  width: 25.5714285714rem;
  z-index: 2;
  transition-delay: 300ms;
}
section#campaign .schedule-group {
  border-top: solid 1px #00428B;
  position: relative;
  background-color: #fff;
  z-index: 1;
  transition-delay: 300ms;
}
section#campaign .schedule-group-month {
  margin-bottom: 0rem;
  transition: all 300ms ease-in-out;
}
section#campaign .schedule-group-month::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.2857142857rem;
  background-color: #FFF100 !important;
  border-bottom: solid 1px #00428B;
}
section#campaign .schedule-group-month ul {
  display: flex;
  justify-content: center;
  margin-bottom: 0rem;
  position: relative;
  padding: 0 0.7142857143rem;
}
section#campaign .schedule-group-month ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 0.3571428571rem;
  background-color: #FFF100;
  border-top: solid 1px #00428B;
  border-bottom: solid 1px #00428B;
  z-index: 100;
}
section#campaign .schedule-group-month ul li {
  width: 25%;
  height: 8.2857142857rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 1.4285714286rem;
  margin: 0;
  transition: all 500ms ease-out;
  cursor: pointer;
  perspective: 1000px;
}
section#campaign .schedule-group-month ul li:nth-of-type(1) {
  transition-delay: 300ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(2) {
  transition-delay: 400ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(3) {
  transition-delay: 500ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(4) {
  transition-delay: 600ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(5) {
  transition-delay: 700ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(6) {
  transition-delay: 800ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(7) {
  transition-delay: 900ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(8) {
  transition-delay: 1000ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(9) {
  transition-delay: 1100ms;
}
section#campaign .schedule-group-month ul li:nth-of-type(10) {
  transition-delay: 1200ms;
}
section#campaign .schedule-group-month ul li > div {
  position: relative;
  width: 100%;
  aspect-ratio: 107/94;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.2, 1);
  will-change: transform;
}
section#campaign .schedule-group-month ul li > div img {
  max-width: none;
}
section#campaign .schedule-group-month ul li > div img.front {
  width: 8.3571428571rem;
  aspect-ratio: 91/78;
}
section#campaign .schedule-group-month ul li > div img.back {
  width: 6.1428571429rem;
  aspect-ratio: 1/1;
}
section#campaign .schedule-group-month ul li.is-flip > div {
  transform: rotateY(180deg);
}
section#campaign .schedule-group-month ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.5714285714rem;
  height: 2.5rem;
  background-color: #00428B;
}
section#campaign .schedule-group-month ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  max-width: none;
  z-index: 5;
}
section#campaign .schedule-group-month ul li img.back {
  border-radius: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%) rotateY(180deg);
}
section#campaign .schedule-group-month.is--stby ul li {
  opacity: 0;
  transform: translate(100%, 0);
}
section#campaign .schedule-group-month.feb::before {
  background: url(../img/campaign/feb.svg) center center/auto 1.4285714286rem no-repeat;
}
section#campaign .schedule-group-month.mar::before {
  background: url(../img/campaign/mar.svg) center center/auto 1.4285714286rem no-repeat;
}
section#campaign .schedule-group-month.mar ul:nth-of-type(3) {
  justify-content: flex-end;
}
section#campaign .present-group {
  z-index: 10;
  padding-top: 17.5rem;
  background-color: #664a2e;
  position: relative;
  min-height: 60.3571428571rem;
}
section#campaign .present-group::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 5.1428571429rem;
  background-color: #88643f;
}
section#campaign .present-group .illust-group {
  top: -3.5714285714rem;
  left: 1.4285714286rem;
  width: 17.1428571429rem;
}
section#campaign .present-group .illust-group.is-shot img {
  animation: gun-recoil 0.25s ease-out;
}
section#campaign .present-group .slide-group {
  position: relative;
}
section#campaign .present-group .slide-group-frame {
  padding-bottom: 0;
}
section#campaign .present-group .slide-group-contents {
  margin-bottom: 0;
}
section#campaign .present-group .slide-group .slide-title {
  position: absolute;
  top: -6.0714285714rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 25.5714285714rem;
  z-index: 10;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide {
  border: 0;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card {
  height: 29.2857142857rem;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body {
  border: solid 1px #00428B;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body-caption {
  position: absolute;
  top: auto;
  bottom: 5.7142857143rem;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body-action {
  position: absolute;
  bottom: 0rem;
  width: 100%;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body-action .btn-group {
  width: 99%;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body-action .btn-group .btn-item {
  width: 100%;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body-action .btn-group .btn-item .btn {
  min-width: inherit !important;
  width: 100%;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body-action .btn-group .btn-item.is-disabled {
  pointer-events: none;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide-card-body-action .btn-group .btn-item.is-disabled .btn {
  pointer-events: none;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item {
  pointer-events: none;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn {
  pointer-events: none;
  background-color: #DDDDDD;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn span {
  display: none;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn::before {
  content: "終了しました。";
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.finish .swiper-slide-card-body-action .btn-group .btn-item .btn::after {
  display: none;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item {
  pointer-events: none;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn {
  pointer-events: none;
  background-color: orange;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn span {
  display: none;
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn::before {
  content: "応募は当日！お楽しみに！";
}
section#campaign .present-group .slide-group .card-swiper .swiper-slide.stanby .swiper-slide-card-body-action .btn-group .btn-item .btn::after {
  display: none;
}
section#campaign .present-group .slide-group .swiper-counter {
  position: absolute;
  top: 30.7142857143rem;
  left: 50%;
  transform: translate(-50%, 0);
  color: #00428B;
  font-family: "Montserrat", sans-serif;
}
section#campaign .present-group .slide-group .swiper-counter .current {
  font-size: 1.4em;
  font-weight: bold;
}
section#campaign .present-group .slide-group .swiper-button-prev, section#campaign .present-group .slide-group .swiper-button-next {
  top: 30.7142857143rem;
  margin: 0;
}
section#campaign .present-group .slide-group .swiper-button-prev {
  left: calc(50% - 5.7142857143rem);
}
section#campaign .present-group .slide-group .swiper-button-next {
  right: calc(50% - 5.7142857143rem);
}
section#game {
  min-height: 151.4285714286rem;
  padding-top: 15rem;
  padding-bottom: 21.4285714286rem;
  background-color: #222222;
  overflow: hidden;
}
section#game::before {
  content: "";
  display: block;
  background-color: #00428B;
  width: 200%;
  height: 21.4285714286rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: bottom center;
  transform: translate(-50%, 16.4285714286rem) rotate(-18deg);
}
section#game .daisuke-group {
  top: 6.4285714286rem;
  left: -3.9285714286rem;
  width: 18.7857142857rem;
  z-index: 1;
}
section#game .daisuke-group .voice {
  top: 0.7142857143rem;
  left: 11.4285714286rem;
  width: 17.8571428571rem;
  transform-origin: left bottom;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
}
section#game .daisuke-group.is--stby {
  transform: translate(-10%, 30%) scale(0);
}
section#game .daisuke-group.is--stby .voice {
  opacity: 0;
  transform: translate(-10%, 0%) scale(0);
}
section#game .playpicture-group {
  position: relative;
  height: auto;
  margin-bottom: -0.7142857143rem;
  z-index: 2;
}
section#game .playpicture-group img {
  position: relative;
  max-width: none;
  width: 29.8571428571rem;
  left: 50%;
  transform: translate(-14.9285714286rem, 0);
}
section#game .play {
  margin-bottom: 3.9285714286rem;
}
section#game .about-group {
  width: 18.5714285714rem;
  margin: 0 auto 1.4285714286rem;
}
section#game .goto {
  margin-bottom: 2.5rem;
}
section#game .pop-group {
  margin-bottom: 0rem;
}
section#game .data-group {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1.7857142857rem;
}
section#game .data-group .use {
  font-size: 1.1428571429rem;
}
section#game .data-group .price {
  font-size: 1.7142857143rem;
}
section#game .data-group .price strong {
  color: #FFF100;
  font-size: 3.4285714286rem;
  font-weight: 600;
}
section#game .data-group .ticket {
  font-size: 1.7857142857rem;
}
section#game .data-group .ticket .limit {
  font-size: 1.2857142857rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
section#game .data-group .ticket .limit strong {
  display: inline-block;
  color: #FFF100;
}
section#game .data-group .ticket .limit strong div {
  display: inline-block;
  line-height: 1;
  font-size: 2.2857142857rem;
  transform: translateY(0.1em);
}
section#game .data-group .ticket .limit strong small {
  display: inline-block;
  font-size: 1.2857142857rem;
}
section#game .coupon-group {
  position: relative;
  width: 20rem;
  height: 20rem;
  margin: auto;
}
section#game .coupon-group img {
  height: auto;
  max-width: none;
}
section#game .coupon-group img.guide {
  position: relative;
  width: 31.2857142857rem;
  left: -6.4285714286rem;
  visibility: hidden;
}
section#game .coupon-group .coupon-card {
  position: absolute;
  width: 17.7857142857rem;
  transition: all 300ms ease-out;
}
section#game .coupon-group .coupon-card:nth-of-type(1) {
  top: 2.5rem;
  left: 7.1428571429rem;
  transform: rotate(3.7deg);
  transition-delay: 0ms;
  transform-origin: center right;
  z-index: 1;
}
section#game .coupon-group .coupon-card:nth-of-type(2) {
  top: 2.5rem;
  left: -5.7142857143rem;
  transform: rotate(-7.7deg);
  transition-delay: 50ms;
  transform-origin: center left;
  z-index: 3;
}
section#game .coupon-group .coupon-card:nth-of-type(3) {
  top: 7.1428571429rem;
  left: -2.8571428571rem;
  transform: rotate(2.7deg);
  transition-delay: 100ms;
  transform-origin: center left;
  z-index: 2;
}
section#game .coupon-group .coupon-card:nth-of-type(4) {
  top: 4.6428571429rem;
  left: 1.0714285714rem;
  transform: rotate(0deg);
  transition-delay: 150ms;
  transform-origin: center right;
  z-index: 5;
}
section#game .coupon-group .coupon-card:nth-of-type(5) {
  top: 10.7142857143rem;
  left: 3.2142857143rem;
  transform: rotate(-3.7deg);
  transition-delay: 200ms;
  transform-origin: center right;
  z-index: 1;
}
section#game .coupon-group.is--stby .coupon-card:nth-of-type(1) {
  transform: translate(150%, -10%) rotate(60deg) scale(1.5);
}
section#game .coupon-group.is--stby .coupon-card:nth-of-type(2) {
  transform: translate(-150%, 10%) rotate(-60deg) scale(1.5);
}
section#game .coupon-group.is--stby .coupon-card:nth-of-type(3) {
  transform: translate(150%, -10%) rotate(60deg) scale(1.5);
}
section#game .coupon-group.is--stby .coupon-card:nth-of-type(4) {
  transform: translate(-150%, 10%) rotate(-60deg) scale(1.5);
}
section#game .coupon-group.is--stby .coupon-card:nth-of-type(5) {
  transform: translate(150%, 50%) rotate(-60deg) scale(1.5);
}
section#novelty {
  min-height: 109.2857142857rem;
  padding-top: 1.4285714286rem;
  padding-bottom: 15.7142857143rem;
}
section#novelty::before {
  content: "";
  display: none;
  background-color: #E60012;
  width: 200%;
  height: 21.4285714286rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform-origin: bottom center;
  transform: translate(-50%, 17.8571428571rem) rotate(15deg);
}
section#novelty .confetti {
  top: -7.8571428571rem;
  left: 0rem;
  width: 28.2142857143rem;
  height: 100%;
  background: url(../img/present/confetti.svg) center 10.7142857143rem/100% auto no-repeat;
  transform-origin: top center;
  transition: all 600ms ease-in-out 0ms;
  z-index: 1;
}
section#novelty .confetti.is--stby {
  transform: translate(0%, 5%) scale(0.8);
}
section#novelty .confetti-s {
  width: 26.4285714286rem;
  height: 14.2857142857rem;
  background: url(../img/present/confetti_s.svg) top center/100% auto no-repeat;
}
section#novelty .confetti-s:nth-of-type(1) {
  bottom: -5.7142857143rem;
  left: 0.3571428571rem;
}
section#novelty .illust-group {
  top: -20rem;
  left: 0.7142857143rem;
  width: 28.9285714286rem;
  z-index: 1;
  transform: translate(0%, 0);
  transition: all 600ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 0ms;
  transition-duration: 300ms;
}
section#novelty .illust-group.is--stby {
  transform: translate(0%, 0) scale(3);
}
section#novelty .title-group {
  position: relative;
  z-index: 2;
  width: 25.1428571429rem;
  margin: 0 auto 1.0714285714rem;
}
section#novelty .title-group .date-group {
  background-color: #fff;
  width: 18.7857142857rem;
  padding: 0.3571428571rem;
  margin: 1.4285714286rem auto 0rem;
}
section#novelty .section-frame {
  position: relative;
  z-index: 2;
}
section#novelty .read {
  margin-bottom: 2.1428571429rem;
}
section#novelty .read .point {
  margin-top: 1em;
  display: block;
  border: solid 1px #FFF100;
  text-align: center;
  font-weight: bold;
  padding: 0.3571428571rem;
  line-height: 1.2;
  color: #FFF100;
}
section#novelty .unit-group {
  position: relative;
  padding-top: 10.7142857143rem;
  overflow: hidden;
}
section#novelty .unit-group .daisuke-group {
  top: 0rem;
  left: -3.9285714286rem;
  width: 18.7857142857rem;
  z-index: 1;
}
section#novelty .unit-group .daisuke-group .voice {
  top: 0.3571428571rem;
  left: 11.7857142857rem;
  width: 17.2857142857rem;
  transform-origin: left bottom;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
}
section#novelty .unit-group .daisuke-group.is--stby {
  transform: translate(-10%, 30%) scale(0);
}
section#novelty .unit-group .daisuke-group.is--stby .voice {
  opacity: 0;
  transform: translate(-10%, 0%) scale(0);
}
section#novelty .unit-group .slide-group {
  position: relative;
  z-index: 2;
}
section#novelty .unit-group .slide-group .swiper-slide-card-body-caption {
  display: grid;
  width: 100%;
  height: 3.9285714286rem;
}
section#novelty .link-area {
  padding-bottom: 0;
}
section#novelty .card-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 2.8571428571rem;
}
section#novelty .card-group ul {
  display: flex;
  justify-content: center;
  width: 200vw;
  position: relative;
  left: 50%;
  transform: translate(-100vw, 0);
  margin-bottom: 2.1428571429rem;
}
section#novelty .card-group ul li {
  width: 6.4285714286rem;
  margin: 0 0.7142857143rem;
  transform-origin: center top;
  animation: yurayura 2s infinite;
}
section#novelty .card-group ul li:nth-of-type(1) {
  animation-delay: 100ms;
}
section#novelty .card-group ul li:nth-of-type(2) {
  animation-delay: 200ms;
}
section#novelty .card-group ul li:nth-of-type(3) {
  animation-delay: 300ms;
}
section#novelty .card-group ul li:nth-of-type(4) {
  animation-delay: 400ms;
}
section#novelty .card-group ul li:nth-of-type(5) {
  animation-delay: 500ms;
}
section#novelty .card-group ul li:nth-of-type(6) {
  animation-delay: 600ms;
}
section#novelty .card-group ul li:nth-of-type(7) {
  animation-delay: 700ms;
}
section#novelty .card-group ul li:nth-of-type(8) {
  animation-delay: 800ms;
}
section#novelty .card-group ul li:nth-of-type(9) {
  animation-delay: 900ms;
}
section#novelty .card-group ul li:nth-of-type(10) {
  animation-delay: 1000ms;
}
section#novelty .card-group ul li:nth-of-type(11) {
  animation-delay: 1100ms;
}
section#novelty .card-group ul li:nth-of-type(12) {
  animation-delay: 1200ms;
}
section#novelty .card-group ul li:nth-of-type(13) {
  animation-delay: 1300ms;
}
section#novelty .card-group ul li:nth-of-type(14) {
  animation-delay: 1400ms;
}
section#novelty .card-group ul li:nth-of-type(15) {
  animation-delay: 1500ms;
}
section#novelty .card-group ul li:nth-of-type(16) {
  animation-delay: 1600ms;
}
section#novelty .card-group ul li:nth-of-type(17) {
  animation-delay: 1700ms;
}
section#novelty .card-group ul li:nth-of-type(18) {
  animation-delay: 1800ms;
}
section#novelty .card-group ul li:nth-of-type(19) {
  animation-delay: 1900ms;
}
section#novelty .card-group ul li:nth-of-type(20) {
  animation-delay: 2000ms;
}
section#novelty .card-group ul li:nth-child(odd) {
  transform: rotate(-5deg);
}
section#novelty .card-group ul li:nth-child(even) {
  transform: rotate(5deg);
}
section#special {
  min-height: 87.5rem;
  background-color: #E60012;
  padding-top: 12.1428571429rem;
  padding-bottom: 3.5714285714rem;
}
section#special::before {
  content: "";
  display: block;
  background-color: #E60012;
  width: 200%;
  height: 21.4285714286rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: bottom center;
  transform: translate(-50%, -3.2142857143rem) rotate(15deg);
}
section#special .confetti {
  top: 2.5rem;
  left: -0.3571428571rem;
  width: 28.3571428571rem;
  height: 28.3571428571rem;
  background: url(../img/special/confetti.svg) top center/100% auto no-repeat;
}
section#special .confetti-2 {
  bottom: 2.8571428571rem;
  left: -0.3571428571rem;
  width: 27.7142857143rem;
  height: 7.7857142857rem;
  background: url(../img/special/confetti_2.svg) top center/100% auto no-repeat;
}
section#special .illust-group {
  top: -10.7142857143rem;
  left: -2.1428571429rem;
  width: 26.8571428571rem;
  z-index: 1;
}
section#special .illust-group .effect {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  opacity: 0;
  animation: taiko 6000ms linear forwards infinite 400ms;
}
section#special .illust-group.is--stby .effect {
  animation-play-state: paused;
}
section#special .title-group {
  position: relative;
  z-index: 2;
  width: 24.8571428571rem;
  margin: 0 auto 1.0714285714rem;
  transition: all 600ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
  transition-duration: 300ms;
}
section#special .title-group.is--stby {
  transform: translate(0%, 0) scale(2);
}
section#special .unit-group {
  position: relative;
  z-index: 3;
  padding-top: 10.7142857143rem;
  overflow: hidden;
}
section#special .unit-group .daisuke-group {
  top: 0rem;
  left: -3.9285714286rem;
  width: 18.7857142857rem;
  z-index: 1;
}
section#special .unit-group .daisuke-group .voice {
  top: 0.3571428571rem;
  left: 11.7857142857rem;
  width: 17.2857142857rem;
  transform-origin: left bottom;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
}
section#special .unit-group .daisuke-group.is--stby {
  transform: translate(-10%, 30%) scale(0);
}
section#special .unit-group .daisuke-group.is--stby .voice {
  opacity: 0;
  transform: translate(-10%, 0%) scale(0);
}
section#special .unit-group .slide-group {
  position: relative;
  z-index: 2;
  margin-bottom: 2.1428571429rem;
}
body.campaign_start section#special .unit-group .slide-group {
  margin-bottom: 0rem;
}
section#special .unit-group .slide-group-frame {
  border-color: #E60012 !important;
}
body.campaign_start section#special .unit-group .slide-group-frame {
  border-bottom: 0;
}
section#special .banner-group {
  display: none;
  position: relative;
  z-index: 5;
  width: 24.7142857143rem;
  margin: 0 auto 2.5rem;
}
section#special .banner-group img {
  border-bottom: solid 1px #E60012 !important;
}
body.campaign_start section#special .banner-group {
  display: block;
}
section#special .monkichi-group {
  position: relative;
  z-index: 1;
  margin-top: -3.5714285714rem;
}
section#special .monkichi-group .copyright {
  width: 7.1428571429rem;
  margin: 3.9285714286rem auto 0;
}
section#special .slide-group-contents {
  margin-bottom: 1.4285714286rem;
}
section#special .card-slides.no-caption .card-swiper {
  padding-bottom: 1.4285714286rem;
}
section#special .swiper-slide-card-body-caption {
  align-items: flex-start;
  height: 2.1428571429rem;
}
section#special::after {
  content: "";
  display: block;
  width: 30rem;
  height: 1.7142857143rem;
  background: url(../img/coupon/zigzag.png) center bottom/100% auto no-repeat;
  position: absolute;
  bottom: -0.0714285714rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 100;
}
section#coupon {
  min-height: 85rem;
  padding-top: 21.4285714286rem;
  overflow: hidden;
}
section#coupon .confetti_1 {
  top: 0rem;
  left: -0.5714285714rem;
  width: 29rem;
  height: 100%;
  z-index: 1;
  background: url(../img/coupon/confetti_1.svg) top center/100% auto no-repeat;
  transition: all 400ms ease-in-out 0ms;
}
section#coupon .confetti_1.is--stby {
  transform: translate(0%, -2%) scale(0.8);
}
section#coupon .confetti_2 {
  bottom: 25.7142857143rem;
  right: -0.5714285714rem;
  width: 18.2142857143rem;
  height: 13.0714285714rem;
  z-index: 1;
  background: url(../img/coupon/confetti_2.svg) top center/100% auto no-repeat;
  transition: all 400ms ease-in-out 0ms;
  transform-origin: bottom center;
}
section#coupon .confetti_2.is--stby {
  transform: translate(-25%, 25%) scale(0.6);
}
section#coupon .daisuke-group {
  top: 4.2857142857rem;
  left: -3.9285714286rem;
  width: 18.7857142857rem;
  z-index: 1;
}
section#coupon .daisuke-group .voice {
  top: 0.6428571429rem;
  left: 11.7857142857rem;
  width: 18.2857142857rem;
  transform-origin: left bottom;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 100ms;
}
section#coupon .daisuke-group.is--stby {
  transform: translate(60%, 50%) scale(0);
}
section#coupon .daisuke-group.is--stby .voice {
  opacity: 0;
  transform: translate(-10%, 0%) scale(0);
}
section#coupon .coupon-1-group {
  top: 12.1428571429rem;
  left: 16.0714285714rem;
  width: 11.2857142857rem;
  z-index: 1;
}
section#coupon .title-group {
  position: relative;
  z-index: 3;
  width: 29.5rem;
  left: -0.7142857143rem;
  margin-bottom: 0.3571428571rem;
  transition: all 600ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 0ms;
}
section#coupon .title-group.is--stby {
  transform: translate(-50%, 0) scale(3);
}
section#coupon .obj-group {
  position: relative;
  z-index: 3;
  width: 25.2857142857rem;
  margin: 0 auto 0rem;
}
section#coupon .obj-group.deactive .obj-input::before {
  visibility: visible;
}
section#coupon .obj-group.deactive #today-coupon-code {
  visibility: hidden;
}
section#coupon .obj-group.deactive .btn-copy {
  visibility: hidden;
}
section#coupon .obj-group .obj-input {
  width: 24.4285714286rem;
  height: 3.7142857143rem;
  background-color: #fff;
  border: solid 1px #000;
  position: absolute;
  left: 0.5714285714rem;
  bottom: 0.8571428571rem;
}
section#coupon .obj-group .obj-input::before {
  content: "現在はクーポンのご利用時間外です";
  display: block;
  color: #969696;
  position: absolute;
  top: 1rem;
  text-align: center;
  width: 100%;
  visibility: hidden;
}
section#coupon .obj-group .obj-input #today-coupon-code {
  color: #000;
  line-height: 3.7142857143rem;
  font-size: 1.4285714286rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 0 0.7142857143rem;
}
section#coupon .obj-group .obj-input .btn-copy {
  border: 0;
  padding: 0;
  width: 5.5rem;
  height: 2rem;
  position: absolute;
  right: 1.4285714286rem;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
section#coupon .obj-group .obj-input .btn-copy:active::after {
  bottom: 0rem;
}
section#coupon .obj-group .obj-input .btn-copy::before, section#coupon .obj-group .obj-input .btn-copy::after {
  content: "";
  display: block;
  width: 5.5rem;
  height: 1.7142857143rem;
  border-radius: 0.8571428571rem;
  position: absolute;
  border: solid 1px #00428B;
}
section#coupon .obj-group .obj-input .btn-copy::before {
  bottom: 0;
  background-color: #DDDDDD;
  border: solid 1px #000;
}
section#coupon .obj-group .obj-input .btn-copy::after {
  bottom: 0.2857142857rem;
  background: url(../img/coupon/btn_copy.png) center center/contain no-repeat #000;
}
section#coupon .obj-group .obj-input .btn-copy:hover:after {
  background-color: #E60012;
}
section#coupon .obj-group .obj-input .btn-copy.is-disabled {
  opacity: 0.2;
  pointer-events: none;
}
section#coupon .obj-group .obj-input #code-copy-popup {
  width: 7.1428571429rem;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: -1.2142857143rem;
  right: 0.5rem;
  display: none;
}
section#coupon .coupon-2-group {
  bottom: 28.5714285714rem;
  left: -1.7857142857rem;
  width: 13.0714285714rem;
  z-index: 1;
}
section#coupon .section-frame {
  position: relative;
  z-index: 10;
}
section#coupon .guest-group {
  margin-top: 8.5714285714rem;
  position: relative;
  z-index: 3;
  height: 28.2142857143rem;
}
section#coupon .guest-group.is--stby .spiral {
  opacity: 0;
  transform: scale(0.8);
}
section#coupon .guest-group.is--stby .guest {
  opacity: 0;
  transform: translate(-50%, 0%) scale(0) rotate(0deg);
}
section#coupon .guest-group.is--stby .label {
  opacity: 0;
  transform: translate(-50%, 0) scale(3);
}
section#coupon .guest-group .bg {
  opacity: 0.1;
}
section#coupon .guest-group .spiral {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c00;
  transition: all 500ms ease-in-out 300ms;
  transform-origin: center bottom;
  /* マスクに使用するPNG画像 */
  mask-image: url("../img/coupon/pattern_mask.png");
  -webkit-mask-image: url("../img/coupon/pattern_mask.png"); /* Safari対策 */
  /* マスクのサイズ（contain, cover, またはpx指定） */
  mask-size: contain;
  -webkit-mask-size: contain;
  /* マスクの繰り返し（no-repeatが一般的） */
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  /* マスクの位置 */
  mask-position: center;
  -webkit-mask-position: center;
}
section#coupon .guest-group .spiral::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 50%;
  transform: translate(-50%, 0%) scale(2);
  background: url("../img/coupon/pattern.png") center center/contain no-repeat;
  animation: spiral 10s linear infinite 1200ms;
}
section#coupon .guest-group .guest {
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 28.0714285714rem;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 500ms;
  transition-duration: 600ms;
  transform-origin: bottom center;
}
section#coupon .guest-group .label {
  top: 15.7142857143rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 30rem;
  max-width: inherit;
  transition: all 600ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 300ms;
  transition-duration: 600ms;
}
section#colabo {
  min-height: 35.7142857143rem;
  background-color: #222222;
  padding-top: 7.1428571429rem;
  padding-bottom: 5rem;
}
section#colabo .confetti {
  top: 0.5714285714rem;
  left: -0.8571428571rem;
  width: 30rem;
  height: 115.3571428571rem;
  background: url(../img/colabo/confetti.svg) top center/100% auto no-repeat;
}
section#colabo .confetti.is--stby {
  opacity: 0;
  transform: translate(0%, 0%) scale(0.9) rotate(0deg);
}
section#colabo .title-group {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 26.1428571429rem;
  margin-bottom: 1.4285714286rem;
  transition: all 500ms cubic-bezier(0.71, 0.73, 0.09, 1.21) 0ms;
  transform-origin: bottom center;
}
section#colabo .title-group.is--stby {
  opacity: 0;
  transform: translate(-50%, 0%) scale(0) rotate(0deg);
}
section#colabo .title-group .date {
  top: 14.8571428571rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 15.5rem;
  padding: 0.3571428571rem 0.5714285714rem;
  background-color: #fff;
  border: solid 1px #000;
}
section#colabo .read {
  margin-bottom: 1.7857142857rem;
}
section#colabo .image-group {
  background-color: #ccc;
  width: 25.6428571429rem;
  height: 17.1428571429rem;
  margin: 0 auto 1.4285714286rem;
}
section#colabo .howto {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section#colabo .howto h3 {
  margin-bottom: 0.8571428571rem;
}
section#colabo .howto-contents {
  width: 25.5714285714rem;
  margin-bottom: 3.5714285714rem;
}
section#colabo .howto-contents .tab {
  position: relative;
  background-color: #E60012;
  border: solid 1px #222222;
  color: #000;
  padding: 0.3571428571rem;
  min-height: 5rem;
  font-size: 1.4285714286rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
section#colabo .howto-contents .tab-image {
  border: solid 1px #222222;
}
section#colabo .howto-contents .tab-label {
  position: absolute;
  bottom: 1.2142857143rem;
  left: 50%;
  transform: translate(-50%, 0);
}
section#colabo .howto-contents .tab-label img {
  max-width: none;
  width: auto;
  height: 2.2142857143rem;
}
section#colabo .howto-contents .tab:nth-of-type(1), section#colabo .howto-contents .tab:nth-of-type(2) {
  margin-bottom: 0.7142857143rem;
}
section#colabo .howto-contents .tab:nth-of-type(1):after, section#colabo .howto-contents .tab:nth-of-type(2):after {
  content: "";
  display: block;
  width: 2.2857142857rem;
  aspect-ratio: 1/1;
  background: url(../img/colabo/item/icon_plus.svg) center center/contain no-repeat;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 10;
}
section#colabo .howto-contents .tab:nth-of-type(3) .tab-label img {
  height: 4.3571428571rem;
}
section#colabo .howto-contents .limit {
  font-size: 1.8571428571rem;
  padding-top: 0.7142857143rem;
}
section#colabo .howto-contents .limit strong {
  color: #FFF100;
}
section#colabo .howto-contents .limit strong span {
  font-size: 2.2857142857rem;
}
section#colabo .read-group {
  width: 24.4285714286rem;
  height: 5.1428571429rem;
  border-radius: 2.5714285714rem;
  top: 0rem;
  left: 0%;
  transform: translate(0%, 0);
  background-color: #FFF100;
  padding: 0.2857142857rem;
  margin-bottom: 2.1428571429rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  z-index: 10;
}
section#colabo .read-group-inwrap {
  width: 100%;
  height: 4.2857142857rem;
  border-radius: 2.1428571429rem;
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.4;
}
section#colabo .step {
  width: 22.1428571429rem;
}
section#colabo .step a {
  text-decoration: underline;
}
section#colabo .step dt {
  background-color: #FFF100;
  color: #222222;
  text-align: center;
  padding: 0.2857142857rem;
  line-height: 1;
  margin-bottom: 1.0714285714rem;
  font-weight: bold;
}
section#colabo .step dd {
  text-align: justify;
  line-height: 1.5;
}
section#colabo .step dd:not(:last-child) {
  margin-bottom: 2.1428571429rem;
}
section#colabo .step dd .post-include {
  padding-top: 1.4285714286rem;
}
section#colabo .step dd .post-include-code {
  background-color: #3e3737;
  margin-bottom: 0.7142857143rem;
}
section#colabo .step dd .post-include-code iframe {
  aspect-ratio: 310/594;
  min-width: 100% !important;
}
section#colabo .step dd .post-include-link {
  text-align: center;
  padding-bottom: 2.8571428571rem;
}
section#colabo .step dd .post-include-link a {
  text-decoration: none;
}
section#colabo .step dd .post-include-link a span {
  text-decoration: underline;
}
body.campaign_start section#colabo .step .stanby {
  display: none;
}
section#colabo .step .open {
  display: none;
}
body.campaign_start section#colabo .step .open {
  display: block;
}
section#movie {
  position: relative;
  z-index: 3;
  min-height: 7.1428571429rem;
  padding-bottom: 7.1428571429rem;
  background-color: #222222;
}
section#movie .confetti {
  bottom: 1.4285714286rem;
  left: 0.8571428571rem;
  width: 26.6428571429rem;
  height: 5.3571428571rem;
  background: url(../img/movie/confetti.svg) top center/100% auto no-repeat;
}
section#movie .read-group {
  width: 24.4285714286rem;
  height: 5.1428571429rem;
  border-radius: 2.5714285714rem;
  top: -3.5714285714rem;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFF100;
  padding: 0.2857142857rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  z-index: 10;
}
section#movie .read-group-inwrap {
  width: 100%;
  height: 4.2857142857rem;
  border-radius: 2.1428571429rem;
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.4;
}
section#movie .movie-group {
  line-height: 1;
  margin-bottom: 1.4285714286rem;
}
section#movie .movie-group iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
section#movie .text-group {
  position: relative;
  width: 28.2142857143rem;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 3000ms ease-in-out;
}
section#movie .text-group.is--stby {
  opacity: 0;
  transform: translate(-50%, 0%) scale(0) rotate(0deg);
}
section#share {
  padding-top: 2.8571428571rem;
  padding-bottom: 0rem;
}
section#share .kiyaku-group {
  position: relative;
  width: 25.5714285714rem;
  margin: 0 auto 6.4285714286rem;
  background-color: #fff;
  color: #000;
  padding: 1.7857142857rem 1.4285714286rem;
}
section#share .kiyaku-group-frame {
  height: 13.2142857143rem;
  overflow: auto;
  font-size: 0.8571428571rem;
}
section#share .kiyaku-group-frame h5 {
  text-align: center;
  color: #00428B;
  margin-bottom: 0.3571428571rem;
  font-size: 1.1428571429rem;
}
section#share .action-group {
  text-align: center;
  margin-bottom: 1.4285714286rem;
  font-size: 1.1428571429rem;
}
section#share .btn-group {
  margin-bottom: 3.5714285714rem;
}
@keyframes revealMask {
  to {
    -webkit-mask-position: right center;
    mask-position: right center;
  }
}
@keyframes gun-recoil {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(-10deg);
    transition-timing-function: ease-in;
  }
  50% {
    transform: rotate(10deg);
    transition-timing-function: ease-out;
  }
  100% {
    transform: rotate(-10deg);
    transition-timing-function: ease-in;
  }
}
@keyframes spiral {
  0% {
    transform: translate(-50%, 0%) scale(2);
  }
  100% {
    transform: translate(-50%, 0%) scale(2) rotate(360deg);
  }
}
@keyframes lantern {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(2);
  }
}
@keyframes taiko {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
  2% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.1);
  }
  3% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
  }
  4% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.1);
  }
  15% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}
/* 
================================================================================
loader
================================================================================
*/
#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(var(--vh) * 100);
  background: #00428B;
  overflow: hidden;
  z-index: 50000;
  transition: all 500ms ease 500ms;
}
body.loadingFinish #loader {
  opacity: 0;
  pointer-events: none;
}
#loader #loadingAnim {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  transition: all 250ms ease;
}
body.loadingAnimFinish #loader #loadingAnim {
  opacity: 0;
}
#loader #loadingCircle {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
  width: 2.8571428571rem;
  height: 2.8571428571rem;
}
#loader #loadingCircle::before, #loader #loadingCircle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px rgba(0, 187, 187, 0.3);
  opacity: 0;
  animation-name: loading_circle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-delay: 300ms;
}
#loader #loadingCircle::after {
  animation-delay: 600ms;
}

@keyframes loading_circle {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}