@charset "UTF-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/*-------------------------------

html

-------------------------------*/
html, body {
  height: 100%;
  font: 14px/1em "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-wrap: break-word;
  line-height: 2;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 1024px) {
  html, body {
    font: 16px/1em "M PLUS Rounded 1c", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    line-height: 2;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.w100 {
  width: 100%;
}

img {
  width: 100%;
  vertical-align: middle;
}

a {
  transition: all 0.2s ease;
}
@media screen and (min-width: 1024px) {
  a:hover {
    transform: scale(1.1);
  }
}

#bg-item-fall {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
}

.fall-item {
  width: 30px;
  height: auto;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .fall-item {
    width: 35px;
  }
}

.item01 {
  left: 2%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -1s;
}

.item02 {
  left: 18%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -16s;
}

.item03 {
  left: 36%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -28s;
}

.item04 {
  left: 56%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -48s;
}

.item05 {
  left: 74%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -35s;
}

.item06 {
  left: 91%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -19s;
}

.item07 {
  left: 27%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -36s;
  width: 25px;
}
.item07 img {
  transform: rotate(15deg);
}
@media screen and (min-width: 1024px) {
  .item07 {
    width: 30px;
    animation-delay: -45s;
  }
}

.item-pc02 {
  display: none;
  left: 65%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -44s;
}
@media screen and (min-width: 1024px) {
  .item-pc02 {
    display: block;
  }
}

.item08 {
  left: 43%;
  animation: fall 40s steps(100) infinite;
  animation-delay: -13s;
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}
/*-------------------------------

#snow

-------------------------------*/
#cvs {
  position: absolute;
  width: 100vmax;
  top: 0;
  left: 0;
  z-index: -1;
}

#snow {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.snowfall-flakes {
  width: 100%;
  height: auto !important;
}

body {
  background: none;
}
@media screen and (min-width: 1024px) {
  body {
    background: url(../img/common/bg_pc.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../img/common/bg_sp.jpg) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
}
@media screen and (min-width: 1024px) {
  body::before {
    display: none;
  }
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

/*-------------------------------

#header

-------------------------------*/
#header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 3px;
  right: 3px;
  width: 50px;
  height: 50px;
  display: none;
}
@media screen and (min-width: 1024px) {
  #drawer-btn {
    display: none;
  }
}

.drawer-img-close {
  display: none;
  width: 90%;
  margin: 0 0 0 7%;
}

.drawer-img-close.show {
  display: block;
}

.drawer-img-open {
  display: none;
}

.drawer-img-open.show {
  display: block;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}
.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}
.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
  background: url(../img/common/header/bg.png) no-repeat center bottom;
  background-size: 100%;
  height: 6.3vw;
}

.nav-box {
  position: relative;
}

.nav-btn {
  display: block;
  color: #000;
  margin: 0.7vw 5px 0;
}
.nav-btn img {
  width: auto;
  height: 2.8vw;
}
.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 120%;
  padding: 0;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background-image: conic-gradient(#ffe8f4 0deg 90deg, #fff4fa 90deg 180deg, #ffe8f4 180deg 270deg, #fff4fa 270deg 360deg);
  background-size: 12px 12px;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 4% 0;
  position: relative;
  z-index: 1;
}
#drawer-container-inner::before, #drawer-container-inner::after {
  content: "";
  width: 100%;
  height: 60px;
  display: block;
  background: url(../img/common/nav/line.png) no-repeat center;
  background-size: 100%;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 3% auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}
.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 70%;
  height: 11vw;
  margin: 0 auto 6vw;
  text-align: left;
}
.drawer-nav-btn img {
  width: auto;
  height: 11vw;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
  position: relative;
  margin: 10% auto 0;
  padding: 1% 0 0;
  background: #ffbadf;
}
@media screen and (min-width: 1024px) {
  #footer {
    margin: 100px auto 0;
  }
}

.footer-inner {
  background: #fffef9;
  margin: 5%;
  padding: 0 0 4%;
  border-radius: 27px;
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    margin: 3vw auto 1vw;
    padding: 0 0 20px;
    width: 50%;
  }
}

.footer-share-container {
  padding: 10% 1% 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer-share-container {
    margin: 0 auto;
    padding: 30px 0;
    width: 500px;
    flex-direction: row;
  }
}

.share-ttl {
  width: 70%;
  margin: 0 auto 5%;
}
@media screen and (min-width: 1024px) {
  .share-ttl {
    margin: 0 auto;
  }
}

.footer-deco-wrap {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 4%;
}
@media screen and (min-width: 1024px) {
  .footer-deco-wrap {
    width: 48%;
    margin: 0 auto 1%;
  }
}

.footer-deco {
  width: 19%;
}
@media screen and (min-width: 1024px) {
  .footer-deco {
    width: 13%;
  }
}
.footer-deco:nth-child(1) {
  width: 17%;
}
@media screen and (min-width: 1024px) {
  .footer-deco:nth-child(1) {
    width: 11%;
  }
}

.barrierfree {
  width: 60%;
  margin: 4% auto 6%;
}
@media screen and (min-width: 1024px) {
  .barrierfree {
    width: 240px;
    margin: 0 auto 30px;
  }
}

.cc {
  color: #ff38ad;
  padding: 0 0 10px;
  font-size: 10px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

.modaal-close {
  background: #ff41ad !important;
}

.tv-bnr {
  width: 70%;
  display: block;
  margin: 0 auto;
  border: solid 2px #ffbadf;
}
@media screen and (min-width: 1024px) {
  .tv-bnr {
    width: 330px;
  }
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #ffbadf;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

.prog-bar {
  width: 50%;
  height: 20px;
  border-radius: 100px;
  border: solid 3px #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .prog-bar {
    width: 60%;
    margin: 10px auto;
  }
}

.prog-bar .bar {
  height: 100%;
  background: #ff57ba;
  position: absolute;
  animation: progress 3s normal;
  animation-fill-mode: forwards;
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  color: #ff38ad;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.loeding-icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5%;
}

.loeding-icon {
  width: 14%;
  margin: 0 1%;
}

@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.start-icon {
  width: 36%;
  margin: 9% auto 0;
  animation: flash2 2s ease infinite;
}

/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #social-container {
    margin: 20px;
  }
}

.sns-btn {
  display: block;
  padding: 0;
}
.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  transition: all 0.1s ease;
}
.share-link-btn:active {
  transform: scale(0.95);
}

.share-link-btn-icon {
  background: linear-gradient(135deg, rgb(255, 134, 198) 0%, rgb(255, 57, 170) 100%);
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  margin: 0 4px;
  border: solid 2px #ff41ad;
  color: #fff;
}
.share-link-btn-icon::after {
  content: "";
  width: 5px;
  height: 10px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 9px;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}
/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

/*-------------------------------

#共通パーツ

-------------------------------*/
.popin {
  opacity: 0;
  transition: all 2s ease;
}

.popin.popin-anime {
  animation: scalein 1s ease forwards;
}

.ttl {
  width: 100%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 1024px) {
  .ttl {
    width: 550px;
    margin: 0 auto 30px;
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash2 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

#top

-------------------------------*/
#top {
  position: relative;
}

.copy0 {
  width: 12%;
  position: absolute;
  top: 4%;
  right: 4%;
}
@media screen and (min-width: 1024px) {
  .copy0 {
    width: 6%;
    top: 7%;
    right: 0.5%;
  }
}

.copy1 {
  width: 11%;
  position: absolute;
  top: 53.5%;
  left: 3%;
}
@media screen and (min-width: 1024px) {
  .copy1 {
    width: 6%;
    top: 22%;
    left: 0.5%;
  }
}

.copy2 {
  width: 48%;
  position: absolute;
  bottom: 3%;
  right: 5%;
}
@media screen and (min-width: 1024px) {
  .copy2 {
    width: 24%;
    bottom: 2%;
    right: 1%;
  }
}

.logo {
  width: 67%;
  position: absolute;
  top: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .logo {
    width: 44%;
    top: auto;
    bottom: 1%;
  }
}

.rs {
  width: 24%;
  position: absolute;
  bottom: 7%;
  right: 5%;
}
@media screen and (min-width: 1024px) {
  .rs {
    width: 27%;
    right: auto;
    bottom: 2%;
    left: 1%;
  }
}

@media screen and (min-width: 1024px) {
  .top-pc-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.pc-item-deco {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-item-deco {
    position: absolute;
    bottom: -3%;
    width: 100%;
    display: block;
  }
}

.logo, .rs, .copy0, .copy1, .copy2 {
  opacity: 0;
}

.logo.scalein, .rs.scalein, .copy0.scalein, .copy1.scalein, .copy2.scalein {
  -webkit-animation: scalein 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: scalein 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes scalein {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  5% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  20% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(1, 1.1) translate(0%, -20%);
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
.pc-item-line-wrap {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc-item-line-wrap {
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    bottom: -2%;
  }
}

.pc-line-item {
  width: 5%;
  transition: all 0.3s ease;
}
.pc-line-item:hover {
  transform: scale(1.1) rotate(-15deg);
}

.bottle {
  width: 3.7%;
  transform: rotate(15deg);
}

/*-------------------------------

#movie

-------------------------------*/
#top-movie {
  margin: 6% auto 12%;
}
@media screen and (min-width: 1024px) {
  #top-movie {
    margin: 60px auto 100px;
  }
}

.movie-container {
  margin: 0 auto 7%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .movie-container {
    margin: 0 auto;
    width: 50%;
  }
}

.movie-cap {
  margin: 10px auto 0;
  padding: 4px 20px;
  background: #ff41ad;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
  position: relative;
  line-height: 1;
}
.movie-cap::after {
  content: "";
  width: 4px;
  height: 7px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 3px;
}

.pc-modal-movie, .pc {
  display: none;
}

.sp {
  display: block;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  position: relative;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  overflow: hidden;
}
.movie-thumb-box img, .movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  padding: 0 10px;
}
.movie-thumb-list li .sp {
  width: 100%;
  margin: 0 auto;
}
.movie-thumb-list li .pc {
  width: 80%;
  margin: 0 auto;
}

.play-icon {
  color: #e60027;
  width: 100%;
  height: 100%;
  font-size: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  display: block;
  line-height: 1em;
}

.movie-thumb-box:hover .play-icon {
  opacity: 0.8;
}

.movie-thumb-list .slider-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -50px;
  color: #aaa;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  width: 30px;
  z-index: 10;
}
.movie-thumb-list .slider-arrow img {
  width: 100%;
}
.movie-thumb-list .slider-prev {
  left: 0;
}
.movie-thumb-list .slider-next {
  right: 0;
}

#trailer-play {
  padding: 30px;
}
#trailer-play a {
  transition: opacity 0.2s ease;
  opacity: 0.7;
}
#trailer-play a:hover {
  opacity: 1;
}

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}
.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}
.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}

.swiper-pagination-bullet {
  background: #ccc;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #aaa;
}

.sp-player {
  text-align: center;
}
.sp-player iframe {
  aspect-ratio: 16/9;
}

.player {
  position: relative;
  width: 85%;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 8px;
}

.player a, .player iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}
.player a:hover, .player iframe:hover {
  transform: none;
}

.player a img, .player iframe img {
  width: 100%;
}

.top-movie-more {
  width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .top-movie-more {
    width: 230px;
    margin: 20px auto 0;
  }
}

/* PC */
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #trailer {
    margin: 0 auto;
    padding: 0;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
/*-------------------------------

#top-news

-------------------------------*/
@media screen and (min-width: 1024px) {
  #top-news {
    width: 50%;
  }
}
#top-news .top-news-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 7% 5% 2%;
  background: #fff;
  border-radius: 30px;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 10px 0px #ff6ab9, 0px 0px 10px 0px #ff6ab9 inset;
  max-height: 300px;
  overflow: scroll;
}
@media screen and (min-width: 1024px) {
  #top-news .top-news-wrap {
    height: 300px;
    overflow: scroll;
    padding: 6%;
  }
}
@media screen and (min-width: 1024px) {
  #top-news .sec-ttl {
    width: 73%;
  }
}
#top-news .news-content-wrap {
  display: block;
  line-height: 1.5;
  margin: 0 0 1.5em;
  transition: all;
}
#top-news .news-content-wrap:hover {
  transform: scale(1);
}
#top-news .news-content-wrap:hover .ttl {
  text-decoration: none;
}
#top-news .date {
  background: #ff88d6;
  color: #fff;
  display: inline-block;
  padding: 1px 9px;
  border-radius: 100px;
  font-size: 0.9em;
  margin: 0 0 4px -6px;
}
#top-news .ttl {
  color: #ff38ad;
  text-decoration: underline;
}

/*-------------------------------

#official sns

-------------------------------*/
#official-sns {
  margin: 16% auto;
}
@media screen and (min-width: 1024px) {
  #official-sns {
    width: 550px;
    margin: 0 auto;
  }
}

.sns-ttl {
  width: 100%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 1024px) {
  .sns-ttl {
    width: 80%;
    margin: 0 auto 10px;
  }
}

.sns-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
}

.top-sns-btn {
  display: block;
  width: 19%;
  margin: 20px 6px 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-sns-btn {
    width: 15%;
  }
}
.top-sns-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/heart.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top-sns-btn:nth-child(1)::after {
  animation: flash 6s infinite ease;
  animation-delay: 0s;
}
.top-sns-btn:nth-child(2)::after {
  animation: flash 6s infinite ease;
  animation-delay: 2s;
}
.top-sns-btn:nth-child(3)::after {
  animation: flash 6s infinite ease;
  animation-delay: 4s;
}

.top-news-btn {
  width: 80%;
  margin: 3% auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .top-news-btn {
    width: 64%;
    margin: 30px auto 0;
  }
}

/*-------------------------------

#official X

-------------------------------*/
#official-x {
  margin: 10% auto 17%;
}
@media screen and (min-width: 1024px) {
  #official-x {
    margin: 0 auto;
    width: 50%;
  }
}

.twitter-timeline-box {
  width: 90%;
  height: 300px;
  margin: 0 auto;
  padding: 15px;
  background: #fff;
  border-radius: 7px;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 10px 0px #ff6ab9, 0px 0px 10px 0px #ff6ab9 inset;
}

.tweet-wrap {
  width: 100%;
  height: 265px;
  overflow: scroll;
}

.twitter-tweet, .twitter-tweet-rendered {
  margin: 0 0 10px !important;
  position: relative !important;
}
.twitter-tweet::after, .twitter-tweet-rendered::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  border-radius: 10px;
  pointer-events: none;
}

.twitter-tweet2 {
  padding-top: 10px !important;
  border-top: solid 2px #cfd9df !important;
  display: block;
}

.twitter-timeline, .twitter-timeline-rendered {
  height: 100%;
  overflow: scroll;
}

.x-more-btn {
  width: 53%;
  margin: 2% auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .x-more-btn {
    width: 45%;
  }
}

/*-------------------------------

前プレ入プレ

-------------------------------*/
.present-wrap {
  max-width: 1400px;
}
@media screen and (min-width: 1024px) {
  .present-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.top-maepre {
  width: 90%;
  margin: 0 auto 7%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .top-maepre {
    width: 400px;
    margin: 60px 30px 0;
  }
}

.top-nyupre {
  width: 90%;
  margin: 0 auto 7%;
}
@media screen and (min-width: 1024px) {
  .top-nyupre {
    width: 88%;
    min-width: 1000px;
    margin: 60px 30px 0;
  }
}

.mw-bnr {
  width: 50%;
  margin: 0 auto 5%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .mw-bnr {
    width: 55%;
    margin: 30px auto 0;
  }
}

.ticket-bnr-wrap,
.ticket-bnr-wrap-sp {
  margin: 9% auto;
}
@media screen and (min-width: 1024px) {
  .ticket-bnr-wrap,
  .ticket-bnr-wrap-sp {
    display: flex;
    width: 600px;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .ticket-bnr-wrap-sp {
    display: none;
  }
}

/*-------------------------------

story

-------------------------------*/
#story {
  padding: 3% 0;
}
@media screen and (min-width: 1024px) {
  #story {
    padding: 100px 0;
  }
}

.story-container {
  width: 92%;
  position: relative;
  margin: 5% auto;
  padding: 7% 4% 95%;
  background: #fefbff;
  border: solid 5px #e282ed;
  border-radius: 10px;
  color: #b414b2;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .story-container {
    width: 90%;
    max-width: 960px;
    position: relative;
    margin: 30px auto 60px;
    padding: 60px 40px 0;
  }
}

.story-txt {
  line-height: 2.5;
}

.story-txt-img1,
.story-txt-img4 {
  height: 1.5em;
  width: auto;
  vertical-align: text-top;
}

.story-txt-img2,
.story-txt-img3 {
  width: 100%;
  vertical-align: text-top;
}

.story-txt-img5 {
  height: 2.1em;
  width: auto;
  vertical-align: text-bottom;
}
@media screen and (min-width: 1024px) {
  .story-txt-img5 {
    height: 3.2em;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1024px) {
  .story-txt-img1,
  .story-txt-img4 {
    height: 2.2em;
    width: auto;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1024px) {
  .story-txt-img2 {
    width: auto;
    height: 5.8em;
    vertical-align: bottom;
  }
}

.story-txt-img3 {
  margin: 0 auto 0.5em;
}
@media screen and (min-width: 1024px) {
  .story-txt-img3 {
    width: auto;
    height: 2.9em;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 450px) and (max-width: 1024px) {
  .story-txt-img2 {
    height: 3.5em;
    width: auto;
  }
  .story-txt-img3 {
    height: 2em;
    width: auto;
  }
}
.story-ph1,
.story-ph3 {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .story-ph1 {
    width: 70%;
    position: relative;
    right: -24%;
  }
}

.story-ph3 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .story-ph3 {
    width: 55%;
    position: relative;
    left: -32%;
    margin: -27% auto 3% !important;
  }
}

.story-ph3-0 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .story-ph3-0 {
    display: block;
    width: 55%;
    position: relative;
    left: 56%;
  }
}

.story-ph2,
.story-ph3 {
  margin: 10px auto;
}

.story-ph4-0 {
  display: none;
}
@media screen and (min-width: 1024px) {
  .story-ph4-0 {
    display: block;
    width: 70%;
    position: relative;
    left: 50%;
    margin: -24% 0 -10%;
  }
}

.story-ph4 {
  position: absolute;
  width: 106%;
  left: -4%;
}
@media screen and (min-width: 1024px) {
  .story-ph4 {
    width: 74%;
    position: relative;
    left: -16%;
  }
}

.story-ph5 {
  margin: 10px auto 20px;
}
@media screen and (min-width: 1024px) {
  .story-ph5 {
    width: 70%;
  }
}

@media screen and (min-width: 1024px) {
  .story-ph1,
  .story-ph2,
  .story-ph3,
  .story-ph3-0,
  .story-ph4,
  .story-ph4-0,
  .story-ph5 {
    transition: all 0.3s ease;
  }
  .story-ph1:hover,
  .story-ph2:hover,
  .story-ph3:hover,
  .story-ph3-0:hover,
  .story-ph4:hover,
  .story-ph4-0:hover,
  .story-ph5:hover {
    transform: scale(1.1) rotate(5deg);
  }
}

.billing {
  margin: 16% 10% 13%;
}
@media screen and (min-width: 1024px) {
  .billing {
    width: 500px;
    margin: 30px auto;
  }
}

/*-------------------------------
#top-banner
-------------------------------*/
#top-banner {
  margin: 7% auto;
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  #top-banner {
    margin: 70px auto 20px;
  }
}

.top-banner-list li {
  margin: 0 0 10px;
}
.top-banner-list a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .top-banner-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-banner-list li {
    width: 460px;
    margin: 10px;
  }
}

#mvtk-widgets-container {
  margin: 0 auto 7%;
}

#news-page {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #news-page {
    padding-top: 9vw;
  }
}

#news-single-page {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #news-single-page {
    padding-top: 9vw;
  }
}

.date {
  background: #ff41ad;
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  padding: 5px 8px;
  border-radius: 3px;
  line-height: 1;
}

.news-ttl {
  width: 100%;
  margin: 0 auto 3%;
  color: #ff41ad;
  text-decoration: underline;
}

#news-single-page {
  min-height: 80vh;
  display: block;
}
#news-single-page .sec-ttl {
  margin: 0 auto 6%;
}
@media screen and (min-width: 1024px) {
  #news-single-page .sec-ttl {
    width: 500px;
    margin: 0 auto 40px;
  }
}
#news-single-page .detail-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: -9px;
  right: -11px;
  background: url(../img/common/bg-item/04.png) no-repeat center;
  background-size: 100%;
  transform: rotate(53deg);
}
@media screen and (min-width: 1024px) {
  #news-single-page .detail-box::before {
    width: 55px;
    height: 55px;
  }
}
#news-single-page .detail-box::after {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: -11px;
  left: -11px;
  background: url(../img/common/bg-item/05.png) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 1024px) {
  #news-single-page .detail-box::after {
    width: 55px;
    height: 55px;
  }
}

.home-btn {
  width: 52%;
  margin: 11% auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .home-btn {
    width: 250px;
    margin: 90px auto 0;
  }
}

.link-btn {
  width: 160px;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #f45fa1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  background: #fff;
  margin: 0 7px 15px;
  z-index: 1;
  /* border-bottom: 3px solid #ffe6ea; */
  transition: all 0.2s ease-out;
}

.link-btn:hover {
  transform: scale(1.1);
}

.news-tag-wrap {
  position: relative;
  margin: 5% auto 10%;
}
@media screen and (min-width: 1024px) {
  .news-tag-wrap {
    margin: 50px auto 80px;
  }
}

.tag-btn-wrap {
  margin: 0 auto;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 24%;
}
@media screen and (min-width: 1024px) {
  .tag-btn-wrap {
    width: 630px;
    top: 31%;
  }
}

.tag-btn {
  color: #965eba;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  margin: 1.5em auto 0;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}
.tag-btn:hover {
  color: #ff41ad;
  text-decoration: underline;
  transform: none;
}
.tag-btn:hover::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/heart.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tag-btn.active {
  color: #ff41ad;
  text-decoration: underline;
}
.tag-btn.active::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/heart.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.news-tag-bg {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .news-tag-bg {
    width: 800px;
  }
}

.coming-txt {
  color: #ff42a7;
  text-align: center;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  font-weight: bold;
  margin: 0 auto 30px;
}

.news-thumbnail {
  width: 100%;
  margin: 0 auto;
  background: #ffe6f5;
}

.trimming {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
}

.info-container {
  position: relative;
  margin: 20px auto 0;
}

.info-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.detail-box {
  width: 90%;
  margin: 0 auto 9%;
  padding: 5%;
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 10px 0px #ff6ab9, 0px 0px 10px 0px #ff6ab9 inset;
}
@media screen and (min-width: 1024px) {
  .detail-box {
    margin: 0;
    width: 30%;
    padding: 22px;
  }
}
.detail-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 10vw;
  height: 10vw;
  bottom: -6px;
  right: -8px;
  background: url(../img/news/deco.png) no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 1024px) {
  .detail-box::before {
    width: 40px;
    height: 40px;
  }
}

.detail-box:hover {
  transform: scale(1.05);
}

.detail-box.single-page:hover {
  opacity: 1;
  transform: scale(1);
}

.cat {
  display: inline-block;
  color: #ff41ad;
  font-size: 0.9em;
  padding: 5px 10px;
  border-radius: 100px;
  line-height: 1;
  border: solid 2px #ff41ad;
}

.cat.info {
  color: #be64e4;
  border: solid 2px #be64e4;
}

.cat.event {
  color: #ff9d11;
  border: solid 2px #ff9d11;
}

.cat.tie-up {
  color: #68e36e;
  border: solid 2px #68e36e;
}

.cat.other {
  color: #6176f6;
  border: solid 2px #6176f6;
}

.cat.media {
  color: #00cfee;
  border: solid 2px #00cfee;
}

.txt-area {
  line-height: 2;
  color: #78207b;
  border-top: dotted 1px #ff88d6;
  border-bottom: dotted 1px #ff88d6;
  padding: 1em 0;
}
.txt-area img {
  width: auto;
  height: auto;
}

.txt-area p {
  margin: 0 0 1em;
  text-justify: inter-ideograph;
}

.txt-area a {
  color: #ff38ad;
  text-decoration: underline;
}

.txt-area a:hover {
  text-decoration: none;
  transform: none;
}

.txt-area iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.screen-reader-text,
.page-numbers.next {
  display: none;
}

.page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px;
}

.page-numbers li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}

.page-numbers li a,
.page-numbers li span {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  background-size: 4px 4px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  transition: all 0.2s ease-out;
  background: rgb(255, 219, 94);
  background: linear-gradient(180deg, rgb(255, 219, 94) 0%, rgb(255, 136, 45) 50%, rgb(255, 219, 94) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.page-numbers li a::after,
.page-numbers li span::after {
  content: "";
  width: 4px;
  height: 6px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 8px;
}

.page-numbers li span {
  background: rgb(255, 188, 226);
  background: linear-gradient(180deg, rgb(255, 188, 226) 0%, rgb(255, 65, 173) 50%, rgb(255, 188, 226) 100%);
}

.page-numbers li a:hover {
  background: rgb(255, 188, 226);
  background: linear-gradient(180deg, rgb(255, 188, 226) 0%, rgb(255, 65, 173) 50%, rgb(255, 188, 226) 100%);
}

#page-top:hover {
  cursor: pointer;
  /* background: rgba(235,110,143,0.8); */
  opacity: 0.7;
}

#page-top i {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

#share-btn-list {
  justify-content: flex-end;
}

.share-txt {
  display: flex;
  align-items: center;
  color: #bc060f;
  font-weight: bold;
  font-size: 13px;
  margin: 0 10px 0 0;
}

.share-btn {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  margin: 0;
  transition: all 0.2s ease-out;
}

.share-btn a {
  color: #fff;
  font-size: 25px;
  display: block;
  transition: all 0.2s ease-out;
}

#share-twitter a {
  color: #1da1f2;
}

#share-facebook a {
  color: #3b5998;
}

#share-twitter:hover a,
#share-facebook:hover a,
#share-line:hover {
  transform: scale(1.1);
}

#share-line {
  background: #00c300;
}

#share-line a {
  font-size: 43px;
  color: #fff;
  position: relative;
}

#share-line a:after {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 9px solid #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#control {
  display: flex;
  padding: 25px 0;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  #control {
    width: 33%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
#control img {
  height: 9.5vw;
  width: auto;
}
@media screen and (min-width: 1024px) {
  #control img {
    height: 40px;
  }
}

#control a {
  color: #f45fa1;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease-out;
}

.link-btn {
  width: 150px;
  height: 35px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  position: relative;
  z-index: 3;
  border-radius: 20px;
  margin: 0 auto;
  z-index: 1;
  transition: all 0.2s ease-out;
}

.link-btn:hover {
  /* color: #eb6e8f;
  background: #ffe46d; */
}

.txt-area a:hover {
  text-decoration: none;
}

.page-numbers {
  margin: 0 0 30px;
}

#page-top {
  width: 40px;
  height: 40px;
  bottom: 10px;
  right: 10px;
}

#page-top:hover {
  cursor: pointer;
  background: #bc060f;
}

#page-top i {
  font-size: 24px;
}

#share-twitter:hover a {
  color: #1da1f2;
}

#share-facebook:hover a {
  color: #3b5998;
}

#share-line:hover {
  background: #00c300;
}

#control a {
  font-size: 13px;
}

.post-flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .post-flex-container {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto 50px;
    gap: 50px;
    width: 96%;
  }
}

#news-single-page .news-ttl {
  text-decoration: none;
  font-weight: 500;
}
#news-single-page .info-container {
  margin: 10px auto 0;
}
@media screen and (min-width: 1024px) {
  #news-single-page .detail-box {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 45px;
  }
}
#news-single-page .info-flex {
  margin: 0 auto 1em;
}

#character-page {
  padding-top: 50px;
}
@media screen and (min-width: 1024px) {
  #character-page {
    padding-top: 9vw;
  }
}
#character-page .ttl {
  margin: 0 auto 6%;
}

.series-tab-wrap {
  display: flex;
  width: 95%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .series-tab-wrap {
    max-width: 1000px;
    flex-wrap: nowrap;
  }
}

.series-btn {
  width: 45%;
  margin: 0 2.5% 4%;
}
@media screen and (min-width: 1024px) {
  .series-btn {
    width: 22%;
    margin: 0 1.5%;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .series-btn:hover {
    transform: scale(1.1);
  }
}

.series-btn.series-active {
  opacity: 1;
}

.series-tab {
  display: none;
}

.series-tab.show {
  display: block;
}

.chara-btn-wrap {
  width: 96%;
  margin: 8% auto 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .chara-btn-wrap {
    margin: 40px auto 0;
    justify-content: center;
  }
}

.chara-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.7vw 7vw;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .chara-btn {
    margin: 0 8px 30px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .chara-btn:hover::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/common/heart.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .chara-btn:hover .chara-icon {
    background: #ff66b8;
    border: 3px solid #ff42a7;
  }
}

.chara-icon {
  width: 14vw;
  height: 14vw;
  margin: 0 0 1vw;
  background: #fff8fc;
  border-radius: 400px;
  border: 3px solid #ffa5d5;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .chara-icon {
    width: 100px;
    height: 100px;
    margin: 0 0 10px;
  }
}

.chara-nav-name {
  line-height: 1.1;
  font-weight: 900;
  font-size: 2.7vw;
  color: #ff42a7;
  text-align: center;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (min-width: 1024px) {
  .chara-nav-name {
    font-size: 1em;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }
}

.chara-btn.chara-active::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/heart.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.chara-btn.chara-active .chara-icon {
  background: #ff66b8;
  border: 3px solid #ff42a7;
}

.chara-tab {
  display: none;
}

.chara-tab.show {
  display: block;
}

.chara-tab-container {
  border: solid 3px #ffa5d5;
  width: 90%;
  margin: 0 auto;
  padding: 4%;
  background-image: conic-gradient(#ffe8f4 0deg 90deg, #fff4fa 90deg 180deg, #ffe8f4 180deg 270deg, #fff4fa 270deg 360deg);
  background-size: 12px 12px;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .chara-tab-container {
    max-width: 900px;
    padding: 30px;
  }
}

.chara-img {
  margin: 5% auto 0;
}
@media screen and (min-width: 1024px) {
  .chara-img {
    margin: 20px auto 0;
    width: 70%;
  }
}

.chara-name {
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  margin: 1em auto 0;
  color: #ff42a7;
  line-height: 1;
  text-shadow: 0px 0px 7px #ffffff;
}

.chara-cv {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #ff42a7;
  margin: 0.4em auto 0;
  text-shadow: 0px 0px 7px #ffffff;
}

.chara-txt-wrap {
  color: #ff42a7;
  width: 100%;
  margin: 3% auto 0;
  padding: 5%;
  background: #fff;
  border-radius: 10px;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 10px 0px #ff6ab9, 0px 0px 10px 0px #ff6ab9 inset;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .chara-txt-wrap {
    width: 80%;
    margin: 20px auto 0;
    padding: 3%;
  }
}

.wan-1 {
  color: #ff0079;
}

.wan-2 {
  color: #c75dff;
}

.wan-3 {
  color: #00c4ff;
}

.wan-4 {
  color: #00d8ed;
}

.hiro-1 {
  color: #00b7ff;
}

.hiro-2 {
  color: #ffa1ff;
}

.hiro-3 {
  color: #ff7c18;
}

.hiro-4 {
  color: #e528b7;
}

.hiro-5 {
  color: #ad45ff;
}

.maho-1 {
  color: #ff56c4;
}

.maho-2 {
  color: #9734ff;
}

.maho-3 {
  color: #9fd000;
}

.catchphrase-txt {
  font-size: 1.2em;
  line-height: 1.5;
  margin: 1em auto;
  font-weight: 900;
}

.mode-btn-wrap {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .mode-btn-wrap {
    width: 50%;
    margin: 0 auto;
  }
}

.mode-btn {
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.mode-btn.mode-active::after,
.mode-btn:hover::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #8500ff;
  top: 0;
  mix-blend-mode: hue;
}

.chara-mode-img {
  display: none;
}

.chara-mode-img.show {
  display: block;
}

.style-box {
  display: none;
}

.style-box.show {
  display: block;
}

.name-style {
  display: none;
}

.name-style.show {
  display: block;
}

.style-btn-wrap {
  display: flex;
  justify-content: center;
  margin: 5% auto 0;
}
@media screen and (min-width: 1024px) {
  .style-btn-wrap {
    margin: 30px auto 0;
  }
}

.style-btn {
  position: relative;
}

.style-icon {
  width: 22vw;
  height: 22vw;
  margin: 0 1vw;
  background: #fff8fc;
  border-radius: 400px;
  border: 3px solid #ffa5d5;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .style-icon {
    width: 100px;
    height: 100px;
    margin: 0 10px 0px;
  }
}

.style-btn.style-active .style-icon {
  background: #ff66b8;
  border: 3px solid #ff42a7;
}
.style-btn.style-active::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/heart.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wanpre .chara-tab:nth-child(5) .mode-btn-wrap {
  display: none;
}

.tab-style-daifuku .chara-cv {
  display: none;
}
.tab-style-daifuku .chara-cv.show {
  display: block;
}

#movie-page {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #movie-page {
    padding-top: 9vw;
  }
}
@media screen and (min-width: 1024px) {
  #movie-page .movie-container {
    margin: 0 0 50px;
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  #movie-page .player {
    width: 90%;
  }
}

@media screen and (min-width: 1024px) {
  .movie-wrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 2%;
  }
}

#ticket-page {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #ticket-page {
    padding-top: 9vw;
  }
}
@media screen and (min-width: 1024px) {
  #ticket-page .ticket-bnr-wrap {
    margin: 20px auto 100px;
  }
}

.ticket-img {
  width: 90%;
  margin: 0 auto 7%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .ticket-img {
    width: 50%;
    margin: 20px 10px 0;
  }
}

@media screen and (min-width: 1024px) {
  .maepre-wrap {
    width: 50%;
    margin: 20px 10px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .maepre-wrap .ticket-img {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 1024px) {
  .loppi-wrap {
    margin: 90px auto 0;
  }
}

.loppi-ttl {
  width: 86%;
  margin: 0 auto 1%;
}
@media screen and (min-width: 1024px) {
  .loppi-ttl {
    width: 400px;
    margin: 0 auto 10px;
  }
}

.loppi-txt-wrap {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 6% 4%;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .loppi-txt-wrap {
    max-width: 1000px;
    padding: 30px;
    margin: 60px auto 0;
  }
}

.loppi-att {
  font-size: 0.8em;
  color: #7b7b7b;
}

.loppi-txt {
  color: #ff3db8;
  font-weight: bold;
  margin-top: 1em;
}
.loppi-txt a {
  color: inherit;
  text-decoration: underline;
}
.loppi-txt a:hover {
  transform: scale(1);
  text-decoration: none;
}

.loppi-more-btn {
  width: 50%;
  margin: 7% auto 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .loppi-more-btn {
    width: 230px;
    margin: 50px auto 0;
  }
}

@media screen and (min-width: 1024px) {
  .ticket-wrap {
    display: flex;
    align-items: flex-start;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

#music-page {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #music-page {
    padding-top: 9vw;
  }
}

.music-container {
  border: solid 3px #fff;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 6% 4%;
  background-image: conic-gradient(#fceaff 0deg 90deg, #fdf4ff 90deg 180deg, #fceaff 180deg 270deg, #fdf4ff 270deg 360deg);
  background-size: 12px 12px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #d577e8, 0px 0px 10px 0px #d577e8 inset;
  color: #d656f1;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .music-container {
    padding: 30px 50px;
  }
}

@media screen and (min-width: 1024px) {
  .music-ttl {
    width: 60%;
    margin: 0 auto;
  }
}

.music-release {
  width: 67%;
  margin: 2% auto;
}
@media screen and (min-width: 1024px) {
  .music-release {
    width: 38%;
    margin: 10px auto;
  }
}

.cd-lead {
  font-weight: 800;
  text-align: center;
  line-height: 1.5;
  margin: 1em auto;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (min-width: 1024px) {
  .cd-lead {
    font-size: 1.1em;
    margin: 1.5em auto;
  }
}

.cd-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.cd-wrap {
  width: 48%;
  text-align: center;
}

.cd-wrap {
  font-size: 0.9em;
}
.cd-wrap span {
  font-size: 1.1em;
  font-weight: 900;
  display: block;
  line-height: 1.3;
}

.cd-detail-wrap {
  margin: 1em auto;
}

.sub-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub-ttl::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #d656f1;
  display: block;
}
.sub-ttl img {
  width: auto;
  height: 1.5em;
  padding-right: 10px;
}

.detail-list {
  margin-top: 1.5em;
}
.detail-list dt {
  font-weight: 900;
  font-size: 1.1em;
}
.detail-list dd {
  line-height: 1.5;
}

.cd-att {
  margin: 2em auto;
  line-height: 1.7;
  font-size: 0.9em;
}

.sound {
  margin: 11% auto 0;
  background-image: conic-gradient(#ebf5ff 0deg 90deg, #f5faff 90deg 180deg, #ebf5ff 180deg 270deg, #f5faff 270deg 360deg);
  box-shadow: 0px 0px 10px 0px #4e89e8, 0px 0px 10px 0px #4e89e8 inset;
  color: #329cff;
}
@media screen and (min-width: 1024px) {
  .sound {
    margin: 80px auto 0;
  }
}
.sound .sub-ttl::after {
  background: #329cff;
}

#event-page {
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #event-page {
    padding-top: 9vw;
  }
}

.tour-container {
  background-color: #ffffff;
  background-image: repeating-linear-gradient(0deg, rgb(255, 235, 242) 0px 1px, transparent 1px 16px), repeating-linear-gradient(90deg, rgb(255, 235, 242) 0px 1px, transparent 1px 16px);
  border: solid 2px #e79cb8;
  border-radius: 5px;
  width: 90%;
  margin: 8% auto;
  padding: 11% 0 7%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .tour-container {
    max-width: 900px;
    margin: 50px auto;
    padding: 60px 0 20px;
    border: solid 3px #e79cb8;
  }
}

.tour-deco {
  width: 17%;
  position: absolute;
  top: -20px;
  left: 35%;
}
@media screen and (min-width: 1024px) {
  .tour-deco {
    width: 80px;
    top: -30px;
    left: 40%;
  }
}

.tour-ttl {
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .tour-ttl {
    width: 86%;
  }
}

.tour-box {
  margin: 0 3%;
  padding: 5% 2%;
  border-bottom: solid 2px #e79cb8;
  color: #803c00;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .tour-box {
    margin: 0 5%;
    padding: 2%;
    font-size: 22px;
    text-align: center;
    line-height: 2;
  }
}

.tour-wrap .tour-box:nth-last-child(1) {
  border-bottom: none;
  padding: 5% 2% 0;
}
@media screen and (min-width: 1024px) {
  .tour-wrap .tour-box:nth-last-child(1) {
    padding: 2%;
  }
}

.tour-wrap .tour-box:nth-child(7) .tour-toudan,
.tour-wrap .tour-box:nth-child(8) .tour-toudan,
.tour-wrap .tour-box:nth-child(9) .tour-toudan,
.tour-wrap .tour-box:nth-child(11) .tour-toudan {
  width: 53.5%;
}
@media screen and (min-width: 1024px) {
  .tour-wrap .tour-box:nth-child(7) .tour-toudan,
  .tour-wrap .tour-box:nth-child(8) .tour-toudan,
  .tour-wrap .tour-box:nth-child(9) .tour-toudan,
  .tour-wrap .tour-box:nth-child(11) .tour-toudan {
    width: 28%;
  }
}

.tour-date {
  font-size: 1.1em;
  font-weight: 800;
}
.tour-date::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../img/event/tour/list_deco.png) no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: sub;
  margin-right: 7px;
}

.tour-detail {
  font-weight: 500;
}

.tour-toudan {
  width: 93%;
  margin: 0.5em 0 0 0;
}
@media screen and (min-width: 1024px) {
  .tour-toudan {
    width: 48%;
    margin: 0.5em auto 0;
  }
}

.tour-att {
  font-size: 0.8em;
}
@media screen and (min-width: 1024px) {
  .tour-att {
    font-size: 0.6em;
  }
}

.tour-toudan-single {
  width: 53.5%;
}
@media screen and (min-width: 1024px) {
  .tour-toudan-single {
    width: 28%;
  }
}

.calendar-area {
  margin: 10% auto;
  padding: 0 3%;
}
@media screen and (min-width: 1024px) {
  .calendar-area {
    margin: 90px auto;
    padding: 0;
    max-width: 780px;
  }
}

.calendar-month {
  width: 20%;
  margin: 0 auto 0 2%;
}

.calendar-container {
  position: relative;
}

.calendar-icon {
  width: 13%;
  position: absolute;
  text-align: center;
}

.calendar-icon-00 {
  top: 9.3%;
  left: 57.5%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-00 {
    top: 9.3%;
    left: 57.5%;
    width: 11%;
  }
}

.calendar-icon-01 {
  top: 18%;
  left: 52.5%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-01 {
    top: 19%;
    left: 51.5%;
    width: 10%;
  }
}

.calendar-icon-02 {
  top: 18%;
  left: 61.5%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-02 {
    top: 18.5%;
    left: 63.5%;
    width: 10%;
  }
}

.calendar-icon-03 {
  top: 32%;
  left: 3.3%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-03 {
    top: 32%;
    left: 3.3%;
  }
}

.calendar-icon-04 {
  top: 32%;
  left: 17.3%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-04 {
    top: 32%;
    left: 17.3%;
  }
}

.calendar-icon-05 {
  top: 48%;
  left: 3.3%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-05 {
    top: 48%;
    left: 3.3%;
  }
}

.calendar-icon-06 {
  top: 49%;
  left: 57%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-06 {
    top: 49%;
    left: 57%;
  }
}

.calendar-icon-07 {
  top: 45%;
  left: 68%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-07 {
    top: 45%;
    left: 68%;
    width: 10%;
  }
}

.calendar-icon-08 {
  top: 53%;
  left: 75%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-08 {
    top: 53%;
    left: 75%;
    width: 10%;
  }
}

.calendar-icon-09 {
  top: 45%;
  left: 82%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-09 {
    top: 45%;
    left: 82%;
    width: 10%;
  }
}

.calendar-icon-10 {
  top: 53%;
  left: 88%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-10 {
    top: 53%;
    left: 88%;
    width: 10%;
  }
}

.calendar-icon-11 {
  top: 67%;
  left: 57%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-11 {
    top: 67%;
    left: 57%;
  }
}

.calendar-icon-12 {
  top: 84%;
  left: 3.3%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-12 {
    top: 84%;
    left: 3.3%;
  }
}

.calendar-icon-sep-00 {
  top: 23.5%;
  left: 68%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-00 {
    top: 23.5%;
    left: 68%;
    width: 10%;
  }
}

.calendar-icon-sep-01 {
  top: 30.5%;
  left: 75%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-01 {
    top: 30.5%;
    left: 75%;
    width: 10%;
  }
}

.calendar-icon-sep-02 {
  top: 23.5%;
  left: 82%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-02 {
    top: 23.5%;
    left: 82%;
    width: 10%;
  }
}

.calendar-icon-sep-03 {
  top: 30.5%;
  left: 87.5%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-03 {
    top: 30.5%;
    left: 87.5%;
    width: 10%;
  }
}

.calendar-icon-sep-04 {
  top: 39.5%;
  left: 56%;
  width: 9%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-04 {
    top: 39.5%;
    left: 56%;
    width: 9%;
  }
}

.calendar-icon-sep-05 {
  top: 39%;
  left: 69.5%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-05 {
    top: 39%;
    left: 69.5%;
    width: 10%;
  }
}

.calendar-icon-sep-06 {
  top: 45.5%;
  left: 68.5%;
  width: 9%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-06 {
    top: 45.5%;
    left: 68.5%;
    width: 9%;
  }
}

.calendar-icon-sep-07 {
  top: 45.5%;
  left: 76%;
  width: 9%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-07 {
    top: 45.5%;
    left: 76%;
    width: 9%;
  }
}

.calendar-icon-sep-08 {
  top: 41%;
  left: 83.5%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-08 {
    top: 41%;
    left: 83.5%;
  }
}

.calendar-icon-sep-09 {
  top: 55.5%;
  left: 41.5%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-09 {
    top: 55.5%;
    left: 41.5%;
    width: 10%;
  }
}

.calendar-icon-sep-10 {
  top: 61%;
  left: 48%;
  width: 10%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-10 {
    top: 61%;
    left: 48%;
    width: 10%;
  }
}

.calendar-icon-sep-11 {
  top: 57%;
  left: 57%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-11 {
    top: 57%;
    left: 57%;
  }
}

.calendar-icon-sep-13 {
  top: 46%;
  left: 55%;
  width: 9%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-13 {
    top: 46%;
    left: 55%;
    width: 9%;
  }
}

.calendar-icon-sep-14 {
  top: 46%;
  left: 63%;
  width: 9%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-14 {
    top: 46%;
    left: 63%;
    width: 9%;
  }
}

.calendar-icon-sep-15 {
  top: 72%;
  left: 57%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-15 {
    top: 72%;
    left: 57%;
  }
}

.calendar-icon-sep-18 {
  width: 10%;
  top: 46%;
  left: 75%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-18 {
    width: 10%;
    top: 46%;
    left: 75%;
  }
}

.calendar-icon-sep-19 {
  top: 56.5%;
  left: 84%;
}
@media screen and (min-width: 1024px) {
  .calendar-icon-sep-19 {
    top: 56.5%;
    left: 84%;
  }
}

.calendar-icon-sep-20 {
  top: 71%;
  left: 4%;
}

.calendar-icon-sep-22 {
  top: 56.5%;
  left: 71%;
}

.calendar-icon-sep-26 {
  top: 72%;
  left: 71%;
}

.calendar-icon-sep-27 {
  top: 72%;
  left: 84%;
}

.calendar-icon-oct-00 {
  top: 14%;
  left: 44%;
}

.calendar-icon-oct-01 {
  top: 32%;
  left: 44%;
}

.calendar-icon-oct-02 {
  top: 32%;
  left: 57%;
}

.calendar-icon-oct-04 {
  top: 67%;
  left: 44%;
}

.calendar-event-list {
  width: 95%;
  margin: 5% auto 0;
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 10px 0px #ffa5c9, 0px 0px 10px 0px #ffa5c9 inset;
  background: #fff;
}

.calendar-event-detail {
  display: flex;
  align-items: stretch;
  padding: 4px;
}

.calendar-event-detail.cat-tour {
  color: #ff2c77;
}
.calendar-event-detail.cat-tour .calendar-list-toudan {
  margin: 0.7em 0 0;
}

.calendar-event-detail.cat-collab {
  color: #7a40ed;
}

.calendar-event-detail.cat-campaign {
  color: #ff7e00;
}

.calendar-event-detail.cat-special {
  color: #3988ff;
}

.calendar-list-date {
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}

.calendar-list-icon {
  width: 60%;
  margin: auto;
  padding: 3% 0;
}
@media screen and (min-width: 1024px) {
  .calendar-list-icon {
    width: 37%;
  }
}

.calendar-list-toudan {
  line-height: 0;
  width: 90%;
}
@media screen and (min-width: 1024px) {
  .calendar-list-toudan {
    width: 60%;
  }
}

#calendar-link-sep-05 .calendar-list-toudan,
#calendar-link-sep-06 .calendar-list-toudan,
#calendar-link-sep-07 .calendar-list-toudan,
#calendar-link-sep-08 .calendar-list-toudan,
#calendar-link-sep-20 .calendar-list-toudan,
#calendar-link-sep-21 .calendar-list-toudan,
#calendar-link-sep-22 .calendar-list-toudan,
#calendar-link-sep-23 .calendar-list-toudan,
#calendar-link-sep-24 .calendar-list-toudan {
  line-height: 0;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  #calendar-link-sep-05 .calendar-list-toudan,
  #calendar-link-sep-06 .calendar-list-toudan,
  #calendar-link-sep-07 .calendar-list-toudan,
  #calendar-link-sep-08 .calendar-list-toudan,
  #calendar-link-sep-20 .calendar-list-toudan,
  #calendar-link-sep-21 .calendar-list-toudan,
  #calendar-link-sep-22 .calendar-list-toudan,
  #calendar-link-sep-23 .calendar-list-toudan,
  #calendar-link-sep-24 .calendar-list-toudan {
    width: 35%;
  }
}

.date-wrap {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.event-txt-wrap {
  width: 70%;
  text-align: center;
  line-height: 1.5;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0px;
}
@media screen and (min-width: 1024px) {
  .event-txt-wrap {
    font-size: 16px;
  }
}

.calendar-event-detail:nth-child(even) {
  background: #fff5fa;
  mix-blend-mode: darken;
}

.calendar-event-detail.calendar-active {
  background: #fffee7;
  mix-blend-mode: darken;
}

#present-page {
  width: 100%;
  overflow: hidden;
}
#present-page::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/present/bg_sp.jpg) no-repeat;
  background-size: cover;
  position: fixed;
}
@media screen and (min-width: 1024px) {
  #present-page::before {
    background: url(../img/present/bg_pc.jpg) no-repeat;
    background-size: cover;
    position: fixed;
  }
}

#present {
  position: relative;
  margin: 8% auto 0;
}
@media screen and (min-width: 1024px) {
  #present {
    margin: 5vw auto 0;
  }
}

.present-cp-ttl {
  width: 95%;
  margin: 0 auto;
  padding: 11% 0 6%;
}
@media screen and (min-width: 1024px) {
  .present-cp-ttl {
    width: 100%;
    max-width: 1280px;
    padding: 80px 0 20px;
  }
}

.present-lead {
  width: 80%;
  margin: 0 auto;
  max-width: 690px;
}

.present-step {
  width: 85%;
  margin: 9% auto;
}
@media screen and (min-width: 1024px) {
  .present-step {
    width: 900px;
    margin: 40px auto 60px;
  }
}

.present-date {
  width: 93%;
  margin: 0 auto;
  padding: 0 0 15%;
}
@media screen and (min-width: 1024px) {
  .present-date {
    max-width: 610px;
    padding: 0 0 100px;
  }
}

.present-item-container {
  margin: 0 auto 11%;
}
@media screen and (min-width: 1024px) {
  .present-item-container {
    margin: 0 auto 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1280px;
    padding: 0 50px;
  }
}

.present-item-container > .present-item-wrap:nth-child(1) > .present-shop-txt::after {
  content: "";
  width: 80%;
  height: 40vw;
  background: url(../img/present/shop/sticker_sample.png) no-repeat center;
  background-size: cover;
  display: block;
  position: relative;
  margin: 1em auto 0;
}
@media screen and (min-width: 1024px) {
  .present-item-container > .present-item-wrap:nth-child(1) > .present-shop-txt::after {
    width: 21vw;
    height: 15vw;
  }
}

.present-item-wrap {
  width: 90%;
  margin: 0 auto 10%;
  background: #fff;
  border-radius: 20px;
  padding: 15px;
  border: double 5px #ffa6cf;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .present-item-wrap {
    width: 46%;
    margin: 0 0 50px;
    border-radius: 35px;
    padding: 15px 30px;
  }
}

.present-shop-logo {
  margin: 0 auto;
  width: 85%;
}

.present-shop-txt {
  color: #ff62a9;
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  font-weight: bold;
  border-top: dotted 2px #c02dff;
  padding: 1em 0 0;
}
@media screen and (min-width: 1024px) {
  .present-shop-txt {
    font-size: 17px;
  }
}

.present-shop-link {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #cb52ff;
  width: 56%;
  border-radius: 400px;
  margin: 10px auto 0;
}
@media screen and (min-width: 1024px) {
  .present-shop-link {
    margin: 16px auto 0;
    max-width: 200px;
  }
}

.present-shop-att {
  margin: 15px auto 0;
  font-size: 10px;
  color: #666;
  text-align: left;
  line-height: 1.7;
}

.present-continue-txt {
  width: 65%;
  margin: 0 auto 3%;
}
@media screen and (min-width: 1024px) {
  .present-continue-txt {
    width: 460px;
    margin: 60px auto 10px;
  }
}

.present-item-end-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.present-item-end {
  background: url(../img/present/end.png) rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  width: 100%;
  height: 100%;
  border-radius: 31px;
}

.modal {
  display: none;
}

.bandai-modal-container .modaal-container {
  border-radius: 20px;
  padding: 0;
  border: double 5px #ffa6cf;
  box-shadow: none;
  text-align: center;
}
.bandai-modal-container .modaal-content-container {
  padding: 0;
}

.bandai-modal-container .badai-area-name:nth-child(1) {
  border-radius: 15px 15px 0 0;
}

.badai-area-name {
  background: #efdaff;
  padding: 0 15px 0;
  color: #7300d5;
  font-weight: bold;
  font-size: 1.1em;
}

.bandai-store-name {
  line-height: 1.5;
  padding: 5px 15px;
  color: #ec0086;
  display: block;
}

.bandai-store-name:nth-child(even) {
  background: #fff3f8;
}

.bandai-store-wrap:nth-last-child(1) .bandai-store-name:nth-last-child(1) {
  border-radius: 0 0 15px 15px;
}

.bandai-store-category {
  line-height: 1.5;
  padding: 5px 15px;
  color: #ec0086;
  display: block;
  font-weight: bold;
}
.bandai-store-category::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(135deg);
  margin: 0 0 0.1em 0.5em;
}
.bandai-store-category:hover {
  transform: scale(1);
}

.bandai-store-category:nth-child(even) {
  background: #fff3f8;
}

.bandai-store-btn {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #ff41ad;
  width: 50%;
  border-radius: 400px;
  margin: 10px auto 0;
  font-size: 0.9em;
}
@media screen and (min-width: 1024px) {
  .bandai-store-btn {
    margin: 16px auto 0;
    max-width: 200px;
  }
}

.banda-btn-wrap {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.banda-btn-wrap .present-shop-link {
  width: 50%;
  font-size: 0.9em;
}/*# sourceMappingURL=style.css.map */