@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Outfit:wght@100..900&display=swap");
/* print setting */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    top: 0 !important;
    left: 0 !important;
    width: 200mm !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 820px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html.outline * {
  outline: solid 1px green;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #3f3a39;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a,
span {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
  display: inline-block;
}

a:hover {
  text-decoration: none !important;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
button,
option {
  vertical-align: middle;
  background-color: transparent;
  border: none;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  aspect-ratio: attr(width)/attr(height);
}

h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
  font-style: normal;
}

table {
  width: 100%;
  height: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0;
}

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

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: initial;
  bottom: initial;
  left: initial;
  width: initial;
}

.swiper-pagination-bullet:only-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.swiper-pagination-bullet {
  width: initial;
  height: initial;
  border-radius: 0;
  opacity: 1;
  background: none;
}

/*=====================================*/
/*=====================================*/
@media screen and (max-width: 820px) {
  .hp_pc_only {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .hp_sp_only {
    display: none;
  }
}

.hp_wight_600 {
  font-weight: 600 !important;
}

.hp_wight_500 {
  font-weight: 500 !important;
}

.hp_pink {
  color: #ff479b;
}

.hp_white {
  color: #fff;
}

.hp_aqua {
  color: #24baff;
}

.hp_aqua_bg {
  background-color: #24baff;
}

.hp_blue {
  color: #0082dc;
}

.hp_blue_bg {
  background-color: #0082dc;
}

.hp_star_blue {
  position: relative;
}

.hp_star_blue::before {
  position: absolute;
  content: "";
  background-image: url(../images/star.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 50%;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
}

.hp_star_pink {
  position: relative;
}

.hp_star_pink::before {
  position: absolute;
  content: "";
  background-image: url(../images/star_pink.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1;
  width: 50%;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: 9999;
  background-color: #fff;
}

@media screen and (max-width: 820px) {
  .logo-anim {
    -webkit-transform: scale3d(1.5, 1.5, 1.5) !important;
            transform: scale3d(1.5, 1.5, 1.5) !important;
  }
}

body {
  -webkit-animation: fadeIn 1.2s ease forwards;
          animation: fadeIn 1.2s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  background-size: contain;
  background-repeat: no-repeat;
  color: #010101;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.decoration {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.broadcast {
  font-family: "Outfit", sans-serif;
}

body,
html {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 820px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 950px) {
  .tab {
    display: unset;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .sp {
    display: unset;
  }
}
@media screen and (max-width: 950px) {
  .sp.tab {
    display: unset;
  }
}

ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  font-size: 150px;
  line-height: 180px;
  color: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
  height: 113px;
}
@media screen and (max-width: 820px) {
  h2 {
    height: 60px;
  }
}
h2::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 50%;
  width: 100vw;
  height: 1px;
  background-color: #dedede;
}
@media screen and (max-width: 820px) {
  h2::before {
    left: -20px;
  }
}
@media screen and (max-width: 1180px) {
  h2 {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  h2 {
    line-height: 0;
    margin-top: -20px;
    margin-bottom: 50px;
  }
}
h2 small {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0%, 0);
          transform: translate3d(-50%, 0%, 0);
  content: "";
  display: block;
  font-size: 14px;
  background-color: #ff479b;
  color: #fff;
  line-height: 1;
  border-radius: 10px;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (max-width: 820px) {
  h2 small {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 7px;
  }
}
h2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1180px) {
  h2 img {
    max-width: 100%;
  }
}
.frase {
  font-family: "Outfit";
  font-size: 10px;
  letter-spacing: 0.22em;
  line-height: 12px;
  color: #dfdfdf;
  position: absolute;
  left: calc(50% - 49vw);
  top: 64px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .frase {
    font-size: 5px;
    top: -20px;
  }
}

.content.box {
  background-color: rgba(255, 255, 255, 0.3960784314);
  width: 894px;
  margin: 0 auto;
  padding: 60px 63px 100px;
}
@media screen and (max-width: 950px) {
  .content.box {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .content.box {
    width: 100%;
    padding: 30px 20px 60px;
  }
}
.content.box p {
  font-size: 16px;
  line-height: 30px;
  color: #3f3a39;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 820px) {
  .content.box p {
    font-size: 13px;
    line-height: 20px;
  }
}
.content.box p.date {
  font-family: "Outfit";
  font-size: 16px;
  line-height: 19.2px;
  text-align: left;
  color: #24baff;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 820px) {
  .content.box p.date {
    font-size: 13px;
  }
}
.content.box p.date::before {
  content: "";
  left: 0;
  top: 3.5px;
  width: 5px;
  height: 12px;
  position: absolute;
  background-color: #24baff;
}
.content.box img {
  display: block;
  margin: 35px 0 46px;
}
.content.box a {
  color: #ff479b;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.content.box a:hover {
  opacity: 0.7;
}
.content.box a::before {
  content: "";
  position: absolute;
  background-color: #ff479b;
  width: 100%;
  height: 1px;
  left: -1px;
  bottom: -3px;
}
.content.box .dec-top,
.content.box .dec-bottom {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.content.box .dec-top::before, .content.box .dec-top::after,
.content.box .dec-bottom::before,
.content.box .dec-bottom::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  background-image: url(../images/decoration.png);
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .content.box .dec-top::before, .content.box .dec-top::after,
  .content.box .dec-bottom::before,
  .content.box .dec-bottom::after {
    width: 50px;
    height: 50px;
  }
}
.content.box .dec-top::before {
  top: -65px;
  left: -69px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 820px) {
  .content.box .dec-top::before {
    top: -35px;
    left: -29px;
  }
}
.content.box .dec-top::after {
  top: -65px;
  right: -69px;
}
@media screen and (max-width: 820px) {
  .content.box .dec-top::after {
    right: -27px;
    top: -35px;
  }
}
.content.box .dec-bottom::before {
  top: unset;
  bottom: -107px;
  left: -69px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media screen and (max-width: 820px) {
  .content.box .dec-bottom::before {
    left: -27px;
    bottom: -80px;
  }
}
.content.box .dec-bottom::after {
  top: unset;
  bottom: -107px;
  right: -69px;
  left: unset;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 820px) {
  .content.box .dec-bottom::after {
    right: -27px;
    bottom: -80px;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .container.sp-full {
    padding: 0;
  }
}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.hover:hover {
  cursor: pointer;
}

header {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
  top: 0;
  position: fixed;
}
@media screen and (max-width: 820px) {
  header {
    height: 80px;
  }
}
header .header__logo {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 30px;
  margin-left: 30px;
  width: 170px;
}
@media screen and (max-width: 820px) {
  header .header__logo {
    margin-top: 10px;
    margin-left: 10px;
    width: 80px;
  }
}
header.playing {
  z-index: 1000;
}
header nav {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  min-height: 100vh;
  width: 100vw;
  background-image: url(../images/bg-nav.jpg);
  background-size: cover;
  padding: 60px;
  overflow-y: scroll;
}
@media screen and (max-width: 820px) {
  header nav {
    background-image: url(../images/bg-nav-sp.jpg);
    padding: 20px;
  }
}
header nav.open {
  display: block;
}
header nav .content {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-image: url(../images/common/decoration_tl.png), url(../images/common/decoration_br.png), url(../images/common/decoration_bl.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom, left bottom, center top;
}
@media screen and (min-width: 821px) {
  header nav .content {
    background-size: min(5.8565153734vw, 10.4166666667vh) auto, min(5.8565153734vw, 10.4166666667vh) auto, min(5.8565153734vw, 10.4166666667vh) auto;
  }
}
@media screen and (max-width: 820px) {
  header nav .content {
    background-size: 12.6666666667vw auto, 12.6666666667vw auto, 12.6666666667vw auto, 12.6666666667vw auto;
  }
}
header nav .gloval-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px 80px;
  padding: 160px 130px 80px;
  height: 100%;
}
@media screen and (max-width: 820px) {
  header nav .gloval-nav {
    padding: 70px 30px 40px;
    display: block;
  }
}
@media screen and (max-width: 820px) {
  header nav .gloval-nav li {
    margin-bottom: 41px;
  }
}
header nav .gloval-nav li a {
  height: 39px;
}
@media screen and (max-width: 820px) {
  header nav .gloval-nav li a {
    height: 6vw;
  }
}
header nav .gloval-nav li a img {
  height: 100%;
  width: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
}
header nav .gloval-nav .x {
  width: 100%;
}
header nav .gloval-nav .x img {
  width: 135px;
}
@media screen and (max-width: 820px) {
  header nav .gloval-nav .x img {
    width: 83px;
    height: unset;
  }
}
header nav .navi {
  font-family: "Outfit";
  font-size: 9.76px;
  letter-spacing: 0.22em;
  line-height: 11.71px;
  color: #403a3a;
  text-align: center;
  position: relative;
}
header nav .navi::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #3f393b;
  border-bottom: 0;
}

footer {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  margin: 0;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  footer {
    padding: 80px 0 40px;
    background-image: url(../images/footer-bg-sp.png);
  }
}
footer::before {
  content: "";
  left: 45px;
  top: -95px;
  position: absolute;
  width: 155px;
  height: 116px;
  background-image: url(../images/foot-dec.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px) {
  footer::before {
    width: 100px;
    left: 15px;
    top: -65px;
  }
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 820px) {
  footer .container {
    display: block;
    width: 100%;
  }
}
footer .message {
  font-family: "Outfit";
  font-weight: normal;
  font-size: 9.97px;
  letter-spacing: 0.2em;
  line-height: 24.97px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
@media screen and (max-width: 820px) {
  footer .message {
    opacity: 0.3;
  }
}
footer .links img {
  width: 100%;
}
footer .links ul {
  width: 530px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 40px;
}
@media screen and (max-width: 820px) {
  footer .links ul {
    gap: 15px 10px;
    width: 100%;
  }
}
footer .links ul li {
  width: 245px;
}
@media screen and (max-width: 820px) {
  footer .links ul li {
    width: 168px;
    max-width: 100%;
  }
}
footer .links ul li:first-child {
  width: 345px;
}
@media screen and (max-width: 820px) {
  footer .links ul li:first-child {
    width: 257px;
    max-width: 100%;
  }
}
footer .links ul li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .links ul li a:hover {
  opacity: 0.7;
}
footer .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
}
@media screen and (max-width: 820px) {
  footer .info {
    width: 100%;
    margin-top: 50px;
  }
}
footer .info .sns {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  gap: 15px;
  margin-bottom: 26px;
}
footer .info .sns li {
  font-family: "Outfit";
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 25px;
  color: #fff;
}
footer .info .sns li:first-child {
  margin-right: 15px;
}
footer .info .sns li a {
  width: 25px;
  height: 25px;
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer .info .sns li a:hover {
  opacity: 0.3;
}
footer .info .sns li a img {
  width: 100%;
}
footer .info .copyright p {
  font-size: 12px;
  line-height: 14.4px;
  color: #fff;
  margin: 0;
}

.gnav-toggle {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 270px;
  height: 283px;
  margin-left: 30px;
  margin-top: 30px;
  -webkit-transform: scale(1, 1) translateY(0);
          transform: scale(1, 1) translateY(0);
  background-image: url(../images/gnav-bg.png);
  background-size: contain;
  z-index: 9;
  position: fixed;
  top: -150px;
  right: -80px;
}
@media screen and (max-width: 820px) {
  .gnav-toggle {
    width: 135px;
    height: 140px;
    top: -82px;
    right: -38px;
  }
}
.gnav-toggle:hover {
  -webkit-transform: scale(1, 1) translateY(0);
          transform: scale(1, 1) translateY(0);
  -webkit-transition: 0s;
  transition: 0s;
  -webkit-animation: hoveranimation 1s;
          animation: hoveranimation 1s;
  cursor: pointer;
}
.gnav-toggle .inside {
  position: absolute;
  top: 170px;
  right: 100px;
}
@media screen and (max-width: 820px) {
  .gnav-toggle .inside {
    top: 87px;
    right: 56px;
  }
}
.gnav-toggle .inside span {
  background-image: url(../images/gnav-bar.png);
  background-size: cover;
  background-position: center;
  width: 59px;
  height: 18px;
  display: block;
  position: relative;
  top: -30px;
  margin: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 820px) {
  .gnav-toggle .inside span {
    width: 29px;
    height: 8px;
    top: -22px;
  }
}
.gnav-toggle .inside p {
  top: -20px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.28em;
  line-height: 16.8px;
  color: #61ceff;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .gnav-toggle .inside p {
    font-size: 7px;
    top: -21px;
    left: 2px;
  }
}
.gnav-toggle .inside p::before {
  content: "MENU";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.28em;
  line-height: 16.8px;
  -webkit-text-stroke: 1px #fff;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .gnav-toggle .inside p::before {
    font-size: 7px;
  }
}
.gnav-toggle.open .inside span, .gnav-toggle.playing .inside span {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
@media screen and (max-width: 820px) {
  .gnav-toggle.open .inside span, .gnav-toggle.playing .inside span {
    top: -23px;
    left: 3px;
  }
}
.gnav-toggle.open .inside span:first-child, .gnav-toggle.playing .inside span:first-child {
  -webkit-transform: rotate(-29deg);
          transform: rotate(-29deg);
  top: -13px;
  left: 6px;
}
@media screen and (max-width: 820px) {
  .gnav-toggle.open .inside span:first-child, .gnav-toggle.playing .inside span:first-child {
    top: -16px;
  }
}
.gnav-toggle.open .inside p::before, .gnav-toggle.playing .inside p::before {
  content: "CLOSE";
}
.gnav-toggle.playing {
  z-index: 9999;
}

@-webkit-keyframes hoveranimation {
  0% {
    -webkit-transform: scale(0.9, 1.05) translateY(0);
            transform: scale(0.9, 1.05) translateY(0);
  }
  15% {
    -webkit-transform: scale(1.1, 0.9) translateY(10%);
            transform: scale(1.1, 0.9) translateY(10%);
  }
  30% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  45% {
    -webkit-transform: scale(1.05, 0.95) translateY(5%);
            transform: scale(1.05, 0.95) translateY(5%);
  }
  60% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  75% {
    -webkit-transform: scale(1.02, 0.98) translateY(2%);
            transform: scale(1.02, 0.98) translateY(2%);
  }
  90% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes hoveranimation {
  0% {
    -webkit-transform: scale(0.9, 1.05) translateY(0);
            transform: scale(0.9, 1.05) translateY(0);
  }
  15% {
    -webkit-transform: scale(1.1, 0.9) translateY(10%);
            transform: scale(1.1, 0.9) translateY(10%);
  }
  30% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  45% {
    -webkit-transform: scale(1.05, 0.95) translateY(5%);
            transform: scale(1.05, 0.95) translateY(5%);
  }
  60% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  75% {
    -webkit-transform: scale(1.02, 0.98) translateY(2%);
            transform: scale(1.02, 0.98) translateY(2%);
  }
  90% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
#firstView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#firstView .sns {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #79dbff), color-stop(75%, #ffffff));
  background: linear-gradient(#79dbff 55%, #ffffff 75%);
  color: #fff;
  height: 56.2vw;
  width: 30px;
  left: 0;
  top: 0;
  padding-top: 159px;
  margin: 0;
  z-index: 11;
  font-family: "Outfit";
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 26px;
  text-shadow: 0px 0px 3px #37abd6;
}
@media screen and (max-width: 1180px) {
  #firstView .sns {
    height: 600px;
  }
}
@media screen and (max-width: 950px) {
  #firstView .sns {
    height: 500px;
  }
}
@media screen and (max-width: 820px) {
  #firstView .sns {
    display: none;
  }
}
#firstView .sns a {
  position: relative;
  margin: 0;
}
#firstView .sns a::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 8px;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
#firstView .sns img {
  position: absolute;
  bottom: -78px;
  left: 3px;
  width: 15px;
}
#firstView .mainText {
  width: 42.7%;
}
@media screen and (max-width: 820px) {
  #firstView .mainText {
    width: 100%;
    margin-top: 27px;
  }
}
#firstView .mainText > div {
  width: 68.2%;
  top: 70px;
  position: relative;
  left: 7vw;
}
@media screen and (max-width: 1180px) {
  #firstView .mainText > div {
    top: 20px;
  }
}
@media screen and (max-width: 820px) {
  #firstView .mainText > div {
    left: 15.4%;
  }
}
#firstView .mainText > div img {
  width: 100%;
}
#firstView .mainText > div img.info {
  margin-top: 40px;
}
@media screen and (max-width: 1180px) {
  #firstView .mainText > div img.info {
    margin-top: 20px;
  }
}
@media screen and (max-width: 820px) {
  #firstView .mainText > div img.info {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
#firstView .mainText .news {
  width: 100%;
  left: 0;
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news {
    margin-top: 80px;
  }
}
#firstView .mainText .news .frase {
  position: relative;
  left: 0;
  top: -2px;
}
@media screen and (min-width: 821px) {
  #firstView .mainText .news h2 {
    line-height: 0;
    font-size: unset;
    text-align: left;
    height: min(4.39238653vw, 60px);
    padding: 10px 40px 0;
  }
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news h2 {
    text-align: center;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 821px) {
  #firstView .mainText .news h2::before {
    left: 0;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 821px) {
  #firstView .mainText .news h2 img {
    -o-object-position: left;
       object-position: left;
  }
}
#firstView .mainText .news .more {
  position: absolute;
  top: 0;
  left: min(20.4978038067vw, 280px);
  font-family: "Outfit";
  font-size: 14px;
  letter-spacing: 0.36em;
  line-height: 16.8px;
  color: #3f3a39;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 35px;
}
#firstView .mainText .news .more:hover {
  opacity: 0.3;
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news .more {
    position: relative;
    top: unset;
    left: calc(50% - 25px);
    bottom: 130px;
  }
}
#firstView .mainText .news .more::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -40px;
  height: 3px;
  width: 30px;
  background-size: contain;
  background-image: url(../images/line.png);
}
#firstView .mainText .news .more::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -40px;
  height: 3px;
  width: 30px;
  background-size: contain;
  background-image: url(../images/line.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#firstView .mainText .news .content.box {
  width: 100%;
  margin: 0 auto 100px;
  padding: 0 66px 10px;
}
@media screen and (max-width: 1180px) {
  #firstView .mainText .news .content.box {
    padding: 0 30px 10px 40px;
  }
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news .content.box {
    padding: 0 20px 10px;
    margin-bottom: 180px;
  }
  #firstView .mainText .news .content.box ul {
    padding: 0 30px;
  }
}
#firstView .mainText .news .content.box .dec-top::before {
  top: -40px;
  left: -9px;
}
#firstView .mainText .news .content.box .dec-top::after {
  top: -40px;
  right: -29px;
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news .content.box .dec-top::after {
    right: -9px;
  }
}
#firstView .mainText .news .content.box .dec-bottom::before {
  bottom: -20px;
  left: -9px;
}
#firstView .mainText .news .content.box .dec-bottom::after {
  bottom: -20px;
  right: -29px;
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news .content.box .dec-bottom::after {
    right: -9px;
  }
}
@media screen and (min-width: 821px) {
  #firstView .mainText .news ul {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1180px) {
  #firstView .mainText .news ul {
    padding-left: 2.5vw;
  }
}
#firstView .mainText .news ul li {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news ul li {
    margin-bottom: 23px;
  }
}
#firstView .mainText .news ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#firstView .mainText .news ul li a:before {
  display: none;
}
#firstView .mainText .news ul li p.date, #firstView .mainText .news ul li p.text {
  padding: 0;
  display: inline;
  margin: 5px 0;
  font-size: 16px;
  line-height: 19.2px;
}
@media screen and (max-width: 1180px) {
  #firstView .mainText .news ul li p.date, #firstView .mainText .news ul li p.text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news ul li p.date, #firstView .mainText .news ul li p.text {
    font-size: 13px;
    line-height: 15.5px;
  }
}
#firstView .mainText .news ul li p.date {
  padding-left: 0;
  display: block;
  margin-bottom: 10px;
}
#firstView .mainText .news ul li p.date::before {
  display: none;
}
#firstView .mainText .news ul li p.date span {
  display: inline-block;
  font-family: "Outfit";
  font-size: 16px;
  line-height: 19.2px;
  text-align: left;
  color: #24baff;
}
@media screen and (max-width: 1180px) {
  #firstView .mainText .news ul li p.date span {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 820px) {
  #firstView .mainText .news ul li p.date span {
    line-height: 15.5px;
    font-size: 13px;
  }
}
#firstView .mainText .news ul li:hover p.date span {
  color: #fff;
  background-color: #24baff;
}
#firstView .mainText .news ul li:hover p.text {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #24baff));
  background: linear-gradient(transparent 0%, #24baff 0%);
}
#firstView .slider-wrap {
  width: 57.1%;
  position: relative;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap {
    width: 100%;
    display: block;
  }
}
#firstView .slider-wrap .title {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 50vw;
}
#firstView .slider-wrap .slider-text {
  position: absolute;
  left: 10px;
  top: 100px;
  z-index: 11;
  width: 45.4545454545%;
  top: 6%;
}
@media screen and (max-width: 1180px) {
  #firstView .slider-wrap .slider-text {
    width: 45.4545454545%;
  }
}
@media screen and (max-width: 950px) {
  #firstView .slider-wrap .slider-text {
    width: 45.4545454545%;
    top: 8%;
  }
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider-text {
    left: 5%;
    width: 90%;
    top: auto;
    bottom: 13%;
  }
}
#firstView .slider-wrap img {
  width: 100%;
}
#firstView .slider-wrap .slider {
  width: 84.6%;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider {
    width: 100%;
  }
}
#firstView .slider-wrap .slider div img {
  width: 100%;
}
#firstView .slider-wrap .kv-slider {
  width: 84.6%;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .kv-slider {
    width: 100%;
  }
}
#firstView .slider-wrap .kv-thumbnails {
  position: absolute;
  width: 12.8%;
  left: auto;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.90278vw;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .kv-thumbnails {
    padding: 2vw 5vw;
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2.67vw 1.33vw;
    width: 100%;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
#firstView .slider-wrap .kv-thumbnails .thumb-item {
  position: relative;
  width: 100% !important;
  height: 5.2vw !important;
  opacity: 1 !important;
  margin: 0 0 !important;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .kv-thumbnails .thumb-item {
    height: 16vw !important;
  }
}
#firstView .slider-wrap .kv-thumbnails .thumb-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #24baff;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .kv-thumbnails .thumb-item::after {
    height: 100%;
  }
}
#firstView .slider-wrap .swiper-pagination-bullet-active.thumb-item::after {
  background-color: #ff479b;
}
#firstView .slider-wrap .thumb-item img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#firstView .slider-wrap .slider-thumbnails {
  width: 12.8%;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider-thumbnails {
    width: 100%;
  }
}
#firstView .slider-wrap .slider-thumbnails div:hover {
  cursor: pointer;
}
#firstView .slider-wrap .slider-thumbnails div.item {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.90278vw;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider-thumbnails div.item {
    border: none;
    width: 20% !important;
    margin: 1.33vw;
  }
}
#firstView .slider-wrap .slider-thumbnails div.item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 5.2vw;
  width: 3px;
  background-color: #24baff;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider-thumbnails div.item::before {
    height: 100%;
  }
}
#firstView .slider-wrap .slider-thumbnails div.item.slick-current::before {
  background-color: #ff479b;
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider-thumbnails div .slick-track {
    -webkit-transform: unset !important;
            transform: unset !important;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider-thumbnails div img {
    height: 16vw;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #firstView .slider-wrap .slider-thumbnails .slick-list {
    padding: 0 !important;
    width: 100%;
  }
}

#main {
  overflow-x: hidden;
  padding-bottom: 250px;
  margin-bottom: -70px;
}
#main.bg {
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 820px) {
  #main.bg {
    background-image: url(../images/bg-sp.png);
  }
}

.main.-sub {
  padding-top: 100px;
}
@media screen and (max-width: 820px) {
  .main.-sub {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#news {
  padding-top: 110px;
}
@media screen and (max-width: 820px) {
  #news .continer {
    padding: 34px;
  }
}
@media screen and (max-width: 820px) {
  #news h2 img {
    width: 190px;
    max-width: 100%;
  }
}
#news.news-detail h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  color: #3f3a39;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media screen and (max-width: 820px) {
  #news.news-detail h3 {
    padding-bottom: 28px;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 28px;
  }
}
#news.news-detail h3::before {
  content: "";
  left: unset;
  right: 0;
  bottom: -4px;
  width: 10px;
  height: 10px;
  background-image: url(../images/dec.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
#news.news-detail h3::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  right: 20px;
  background-color: #dedede;
}
#news .news-list {
  margin-top: 40px;
  padding: 0;
}
#news .news-list li {
  width: 641px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  #news .news-list li {
    width: 100%;
  }
}
#news .news-list li::before {
  content: "";
  left: unset;
  right: 0;
  bottom: -4px;
  width: 10px;
  height: 10px;
  background-image: url(../images/dec.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
#news .news-list li > div {
  position: relative;
  padding: 0 0 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  #news .news-list li > div {
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
}
#news .news-list li > div::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  right: 20px;
  background-color: #dedede;
}
#news .news-list li > div p {
  font-size: 16px;
  line-height: 1.1;
  color: #3f3a39;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 820px) {
  #news .news-list li > div p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 0;
  }
}
#news .news-list li > div p.date {
  font-family: "Outfit";
  font-size: 16px;
  line-height: 19.2px;
  text-align: left;
  color: #24baff;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 820px) {
  #news .news-list li > div p.date {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
#news .news-list li > div p.date::before {
  content: "";
  left: 0;
  top: 3.5px;
  width: 5px;
  height: 12px;
  position: absolute;
  background-color: #24baff;
}
#news .news-list li:nth-child(2n)::before {
  content: "";
  left: 0;
  right: unset;
}
#news .news-list li:nth-child(2n) > div::before {
  left: 20px;
  right: unset;
}
#news .news-list li:hover > div p {
  background-color: #24baff;
  color: #fff;
}
#news .news-list li:hover > div p.date {
  color: #24baff;
  background-color: unset;
}

.list-control {
  width: 1090px;
  max-width: 100%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 821px) {
  .list-control {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "prev back next";
  }
}
@media screen and (max-width: 950px) {
  .list-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    position: relative;
    left: 10%;
  }
}
@media screen and (max-width: 820px) {
  .list-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: unset;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50%;
    position: relative;
    margin-bottom: 120px;
    margin-top: 80px;
  }
}
.list-control a {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.list-control a:hover {
  opacity: 0.7;
}
.list-control a.btn__arrow {
  font-family: "Outfit";
  font-size: 14px;
  letter-spacing: 0.36em;
  line-height: 16.8px;
  color: #3f3a39;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.list-control a.btn__arrow::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -39px;
  height: 3px;
  width: 30px;
  background-size: contain;
  background-image: url(../images/line.png);
}
.list-control a.btn__arrow:hover {
  color: #e2e2e2;
}
@media screen and (min-width: 821px) {
  .list-control a.list-prev {
    grid-area: prev;
  }
}
.list-control a.list-prev::before {
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.list-control a.list-prev:hover::before {
  left: -47px;
}
@media screen and (min-width: 821px) {
  .list-control a.list-next {
    grid-area: next;
    text-align: right;
  }
}
.list-control a.list-next::before {
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  left: unset;
  right: -37px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.list-control a.list-next:hover::before {
  right: -45px;
}
.list-control .list-dots {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .list-control .list-dots {
    position: absolute;
    bottom: -80px;
    left: calc(50% - 137px);
  }
}
.list-control .list-dots span {
  font-family: "Outfit";
  font-size: 14px;
  letter-spacing: 0.36em;
  line-height: 16.8px;
  color: #3f3a39;
  text-decoration: none;
  margin: 0 8px;
}
@media screen and (max-width: 820px) {
  .list-control .list-dots span {
    margin: 0 10px;
    font-size: 19px;
  }
}
.list-control .list-dots span.current, .list-control .list-dots span:hover {
  color: #ff479b;
  position: relative;
}
.list-control .list-dots span.current::before, .list-control .list-dots span:hover::before {
  content: "";
  position: absolute;
  background-color: #ff479b;
  width: calc(100% - 3px);
  height: 1px;
  bottom: -3px;
  left: -1px;
}
.list-control .list-dots span.dots:hover {
  color: #3f3a39;
}
.list-control .list-dots span.dots:hover::before {
  display: none;
}
.list-control .list-dots a {
  text-decoration: none;
}
.list-control .list-back {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .list-control .list-back {
    grid-area: back;
  }
}
@media screen and (max-width: 820px) {
  .list-control .list-back {
    position: absolute;
    bottom: -80px;
    left: calc(50% - 75px);
  }
}
.list-control .list-back a {
  font-size: 14px;
  letter-spacing: 0.36em;
  line-height: 16.8px;
  color: #3f3a39;
  text-decoration: none;
  position: relative;
}
.list-control .list-back a::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -50px;
  height: 3px;
  width: 30px;
  background-size: contain;
  background-image: url(../images/line.png);
}
.list-control .list-back a::after {
  position: absolute;
  content: "";
  top: 7px;
  right: -50px;
  height: 3px;
  width: 30px;
  background-size: contain;
  background-image: url(../images/line.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#cast_staff h2 {
  margin-bottom: 86px;
}
#cast_staff h3 {
  text-align: center;
  margin: 0 auto 45px;
  font-family: "Outfit";
  font-size: 24px;
  letter-spacing: 0.36em;
  line-height: 28.8px;
  color: #3f3a39;
  position: relative;
}
#cast_staff h3::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 23px;
  width: 100vw;
  height: 1px;
  background-color: #dedede;
}
@media screen and (max-width: 820px) {
  #cast_staff h3::before {
    left: -20px;
  }
}
#cast_staff .content {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  #cast_staff .content {
    padding: 35px 0px 10px 20px;
  }
}
#cast_staff .content .cast_staff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
@media screen and (max-width: 820px) {
  #cast_staff .content .cast_staff-list {
    gap: 41px 40px;
    padding-left: 18px;
  }
}
#cast_staff .content .cast_staff-list li {
  width: 25%;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  #cast_staff .content .cast_staff-list li {
    margin-bottom: 0;
    width: calc(50% - 25px);
  }
}
#cast_staff .content .cast_staff-list li p {
  margin: 0;
}
#cast_staff .content .cast_staff-list li p span {
  font-size: 12px;
  line-height: 30px;
  color: #3f3a39;
  display: block;
}
#cast_staff .content .cast_staff-list li .roll {
  font-size: 16px;
  line-height: 19.2px;
  color: #24baff;
  margin-bottom: 9px;
  position: relative;
  padding-left: 15px;
}
#cast_staff .content .cast_staff-list li .roll::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 14px;
  width: 5px;
  background-color: #24baff;
  z-index: 1;
}
#cast_staff .content .cast_staff-list li .castname {
  font-size: 26px;
  line-height: 30px;
  color: #3f3a39;
}
@media screen and (max-width: 820px) {
  #cast_staff .content .cast_staff-list li .castname {
    font-size: 23px;
  }
}
@media screen and (max-width: 820px) {
  #cast_staff .content .cast_staff-list.staff {
    gap: 41px 10px;
    padding-left: 0;
  }
}
#cast_staff .content .cast_staff-list.staff li {
  width: 33.333%;
}
@media screen and (max-width: 820px) {
  #cast_staff .content .cast_staff-list.staff li {
    width: calc(50% - 13px);
  }
}
#cast_staff .content .cast_staff-list.staff li:nth-child(2), #cast_staff .content .cast_staff-list.staff li:nth-child(7), #cast_staff .content .cast_staff-list.staff li:nth-child(9) {
  width: 60%;
}
@media screen and (max-width: 820px) {
  #cast_staff .content .cast_staff-list.staff li {
    width: 100%;
  }
  #cast_staff .content .cast_staff-list.staff li:nth-child(4), #cast_staff .content .cast_staff-list.staff li:nth-child(7) {
    width: calc(50% - 13px);
  }
  #cast_staff .content .cast_staff-list.staff li:nth-child(3), #cast_staff .content .cast_staff-list.staff li:nth-child(6) {
    width: calc(50% - 25px);
  }
}
#cast_staff .content .dec-top:after,
#cast_staff .content .dec-bottom:after {
  right: -3px;
}
#cast_staff .content .dec-top:before, #cast_staff .content .dec-top:after {
  top: -30px;
}
#cast_staff .content .dec-bottom:before, #cast_staff .content .dec-bottom:after {
  bottom: -50px;
}

#topmovie {
  height: 32.9428989751vw;
  overflow: hidden;
  position: relative;
  border-radius: 80px 0 80px 0;
}
@media screen and (max-width: 820px) {
  #topmovie {
    height: 56.5vw;
  }
}
#topmovie::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/top-movi-cover.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#topmovie .mov {
  width: 100%;
  height: 56.5vw;
  margin-top: -12vw;
}
@media screen and (max-width: 820px) {
  #topmovie .mov {
    margin-top: 0;
  }
}
#topmovie .mov iframe {
  width: 100%;
  height: 100%;
}
#topmovie .play {
  position: absolute;
  background-image: url(../images/top-play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: -4vw;
  left: -22vw;
  width: 122%;
  height: 120%;
}
@media screen and (max-width: 820px) {
  #topmovie .play {
    top: -8px;
    left: -27vw;
    width: 100%;
    height: 100%;
  }
}
#topmovie .play span {
  position: absolute;
  top: calc(19.6vw - 10px);
  left: 40vw;
  display: block;
  width: 200px;
  height: 30px;
  font-weight: 900;
  font-size: 19.2px;
  letter-spacing: 0.22em;
  line-height: 23.04px;
  color: #fff;
}
@media screen and (max-width: 820px) {
  #topmovie .play span {
    font-size: 13px;
    top: calc(50% - 11px);
    width: auto;
    left: 60%;
  }
}
#topmovie .play:hover {
  cursor: pointer;
}

#flowtext {
  width: 100%;
  overflow: hidden;
}
#flowtext .flow-slider div {
  width: 7115px;
}
@media screen and (max-width: 820px) {
  #flowtext .flow-slider div {
    width: 3500px;
  }
}
@media screen and (max-width: 820px) {
  #flowtext .flow-slider div img {
    height: 72px;
  }
}

#books h2 {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  #books h2 img {
    width: 239px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#books .anker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  gap: 100px;
  margin-top: 46px;
  margin-bottom: 148px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 820px) {
  #books .anker {
    margin-bottom: 43px;
    gap: 40px;
  }
}
#books .anker li {
  background-image: url(../images/btn_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 180px;
  height: 60px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 820px) {
  #books .anker li {
    width: 126px;
    height: 42px;
  }
}
#books .anker li:hover {
  opacity: 0.3;
}
#books .anker li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 100%;
  height: 100%;
  font-family: "Outfit";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.36em;
  line-height: 16.8px;
  color: #3f3a39;
}
@media screen and (max-width: 820px) {
  #books .anker li a {
    font-size: 10px;
  }
}
#books .content {
  margin-top: -110px;
  padding-top: 20px;
  margin-bottom: 200px;
}
@media screen and (max-width: 820px) {
  #books .content {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
}
#books .content h3,
#books .content .blank {
  font-family: "Outfit";
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.36em;
  line-height: 28.8px;
  text-align: center;
  color: #3f3a39;
  margin-top: 93px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #books .content h3,
  #books .content .blank {
    margin-top: 43px;
  }
}
#books .content h3::before,
#books .content .blank::before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  top: 24px;
  width: 100vw;
  height: 1px;
  background-color: #dedede;
}
@media screen and (max-width: 820px) {
  #books .content h3::before,
  #books .content .blank::before {
    left: -20px;
  }
}
#books .content .blank {
  height: 1em;
  margin-top: 250px;
}
@media screen and (max-width: 820px) {
  #books .content .blank {
    margin-top: 115px;
  }
}
#books .content .official {
  margin-top: -135px;
  margin-bottom: -134px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 820px) {
  #books .content .official {
    margin: 10px auto;
    width: 50vw;
  }
}
#books .content .official img {
  width: 250px;
}
@media screen and (max-width: 1180px) {
  #books .content .official img {
    margin-bottom: 50px;
    width: 200px;
  }
}
@media screen and (max-width: 820px) {
  #books .content .official img {
    width: 50vw;
    margin-bottom: 0;
  }
}
#books .content .official a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#books .content .official a:hover {
  opacity: 0.3;
}
#books .content .lead {
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #3f3a39;
  margin: 33px 0 0;
}
@media screen and (max-width: 820px) {
  #books .content .lead {
    font-size: 22px;
    line-height: 32.5px;
  }
}
#books .content .lead.mt {
  margin-top: 98px;
}
#books .content .lead span {
  font-size: 14px;
  line-height: 16.8px;
  color: #fff;
  background-color: #24baff;
  display: inline-block;
}
@media screen and (max-width: 820px) {
  #books .content .lead span {
    margin-bottom: 9px;
  }
}
#books .content .lead small {
  font-size: 14px;
  line-height: 40.57px;
  text-align: center;
  color: #c3c3c3;
}
@media screen and (max-width: 820px) {
  #books .content .lead small {
    line-height: 2;
    display: inline-block;
    margin-bottom: 10px;
  }
}
#books .content .creater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 820px) {
  #books .content .creater {
    gap: 18px 29px;
    margin-top: 16px;
    width: 90%;
    margin-left: 5%;
  }
}
#books .content .creater li {
  font-size: 16px;
  line-height: 40.57px;
  text-align: center;
  color: #3f3a39;
  margin: 0;
}
@media screen and (max-width: 820px) {
  #books .content .creater li {
    width: calc(50% - 14px);
    line-height: 1;
    width: auto;
  }
}
#books .content .creater li span {
  font-size: 16px;
  line-height: 40.57px;
  text-align: center;
  color: #ff4a9d;
}
@media screen and (max-width: 820px) {
  #books .content .creater li span {
    line-height: 1;
  }
}
#books .books .book-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  #books .books .book-list {
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#books .books .book-list.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#books .books .book-list li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 820px) {
  #books .books .book-list li {
    width: calc(33.33% - 7px);
  }
}
#books .books .book-list li img {
  width: 100%;
}
#books .books .book-list li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#books .books .book-list li a:hover {
  opacity: 0.3;
}
@media screen and (max-width: 820px) {
  #books #comics h3 {
    margin-top: 90px;
  }
}

#popup {
  display: none;
}
#popup.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8431372549);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#popup .popup-mov {
  width: 100%;
  height: 504px;
  max-width: 896px;
  max-height: 504px;
  margin-top: 0;
}
@media screen and (max-width: 820px) {
  #popup .popup-mov {
    width: 100%;
    height: 56.5vw;
    padding: 15px;
  }
}
#popup .popup-mov iframe {
  width: 100%;
  height: 100%;
}
#popup .navi {
  font-family: "Outfit";
  font-size: 20.76px;
  letter-spacing: 0.22em;
  line-height: 11.71px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 46px;
}
@media screen and (max-width: 820px) {
  #popup .navi {
    font-size: 14.76px;
    top: 27px;
  }
}
#popup .navi::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: calc(50% - 3px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
#popup .dec-top,
#popup .dec-bottom {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
#popup .dec-top::before, #popup .dec-top::after,
#popup .dec-bottom::before,
#popup .dec-bottom::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  background-image: url(../images/decoration_w.png);
  background-size: cover;
}
@media screen and (max-width: 820px) {
  #popup .dec-top::before, #popup .dec-top::after,
  #popup .dec-bottom::before,
  #popup .dec-bottom::after {
    width: 50px;
    height: 50px;
  }
}
#popup .dec-top::before {
  top: 50px;
  left: 30px;
}
@media screen and (max-width: 820px) {
  #popup .dec-top::before {
    top: 25px;
    left: 15px;
  }
}
#popup .dec-top::after {
  display: none;
  top: 50px;
  right: 30px;
}
@media screen and (max-width: 820px) {
  #popup .dec-top::after {
    top: 25px;
    right: 15px;
  }
}
#popup .dec-bottom::before {
  top: unset;
  left: 30px;
  bottom: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 820px) {
  #popup .dec-bottom::before {
    left: 15px;
    bottom: 25px;
  }
}
#popup .dec-bottom::after {
  top: unset;
  right: 30px;
  bottom: 50px;
  left: unset;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  #popup .dec-bottom::after {
    right: 15px;
    bottom: 25px;
  }
}

#movie h2 {
  margin-bottom: 86px;
  height: 113px;
}
@media screen and (max-width: 820px) {
  #movie h2 {
    margin-bottom: 40px;
  }
}
#movie h2::before {
  top: 50%;
  bottom: auto;
}
#movie h2 img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 820px) {
  #movie h2 img {
    width: 227px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#movie .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding: 0;
}
#movie .movie-list li {
  width: calc(33.3% - 20px);
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #movie .movie-list li {
    padding-bottom: 23px;
    width: 100%;
  }
}
#movie .movie-list li::before {
  content: "";
  position: absolute;
  width: calc(100% - 15px);
  height: 1px;
  bottom: 0;
  left: 15px;
  background-color: #dedede;
}
#movie .movie-list li:after {
  content: "";
  left: 0;
  bottom: -4px;
  width: 10px;
  height: 10px;
  background-image: url(../images/dec.svg);
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
#movie .movie-list li .thumb {
  border-radius: 20px 0 20px 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
}
#movie .movie-list li .thumb::before {
  content: "";
  width: 53%;
  height: 100%;
  background-image: url(../images/play.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 4%;
  left: 24%;
  z-index: 1;
}
#movie .movie-list li .thumb::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3960784314);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#movie .movie-list li .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
#movie .movie-list li p {
  font-size: 16px;
  line-height: 30px;
  color: #3f3a39;
  margin: 10px 0 0;
}
#movie .movie-list li:hover {
  cursor: pointer;
}
#movie .movie-list li:hover .thumb img {
  scale: 1.1;
}
#movie .movie-list li:hover .thumb::after {
  background-color: rgba(0, 0, 0, 0);
}

#introduction {
  margin-top: 97px;
}
@media screen and (max-width: 820px) {
  #introduction {
    width: 100vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 820px) {
  #introduction .frase {
    position: relative;
    top: -4px;
    left: -15px;
  }
}
#introduction h2 {
  position: relative;
}
@media screen and (max-width: 820px) {
  #introduction h2 {
    width: 100%;
    margin-top: 0;
    font-family: initial;
    font-weight: initial;
    font-size: initial;
    line-height: initial;
    color: initial;
    text-align: initial;
    margin-bottom: initial;
    margin-bottom: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 820px) {
  #introduction h2 img {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #introduction h2:before {
    top: 50%;
    left: 0;
    margin: 0 calc(50% - 50vw);
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
}
#introduction .box {
  padding: 60px 63px 50px;
  position: relative;
}
@media screen and (max-width: 820px) {
  #introduction .box {
    padding: 30px 25px 50px;
    margin-top: 60px;
  }
}
#introduction .box .bg-star {
  position: absolute;
}
#introduction .box .bg-star img {
  width: 100%;
}
#introduction .box .bg-star.star01 {
  width: 111px;
  top: 110px;
  right: -90px;
}
@media screen and (max-width: 820px) {
  #introduction .box .bg-star.star01 {
    width: 56px;
    top: 52px;
    right: -37px;
  }
}
#introduction .box .bg-star.star02 {
  width: 227px;
  top: 302px;
  left: -180px;
}
@media screen and (max-width: 820px) {
  #introduction .box .bg-star.star02 {
    width: 114px;
    top: 348px;
    left: -70px;
  }
}
#introduction .box h3 {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #24baff;
  margin-bottom: 30px;
}
#introduction .box .catch {
  font-family: "M PLUS Rounded 1c";
  color: #24baff;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  #introduction .box .catch {
    font-size: 13px;
  }
}
#introduction .box .catch * {
  font-weight: 600;
}
#introduction .box .catch b {
  font-weight: 800;
}
#introduction .box .catch strong {
  font-size: 26px;
}
@media screen and (max-width: 820px) {
  #introduction .box .catch strong {
    font-size: 23px;
  }
}
#introduction .box p {
  font-size: 16px;
  text-align: center;
  color: #3f3a39;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  #introduction .box p {
    font-size: 13px;
    text-align: left;
  }
}
@media screen and (max-width: 820px) {
  #introduction .box p .em {
    font-size: 18px;
  }
}
#introduction .box .dec-bottom::before {
  top: unset;
  bottom: -50px;
  left: -69px;
}
@media screen and (max-width: 820px) {
  #introduction .box .dec-bottom::before {
    left: -29px;
  }
}
#introduction .box .dec-bottom::after {
  top: unset;
  bottom: -50px;
  right: -69px;
  left: unset;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 820px) {
  #introduction .box .dec-bottom::after {
    right: -29px;
  }
}

.pagetop {
  position: absolute;
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 821px) {
  .pagetop {
    border: solid 2px #fff;
    top: 0;
    right: 0;
    margin-right: 40px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 820px) {
  .pagetop {
    border: solid 2px #44c4ff;
    bottom: 100%;
    left: 50%;
    width: 50px;
    margin-bottom: 105px;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}

.pagetop::after {
  position: absolute;
  content: "";
  width: 25px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-40%, 0%, 0);
          transform: translate3d(-40%, 0%, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 25/163;
  -webkit-mask-image: url(../images/common/page_top_btn.png);
          mask-image: url(../images/common/page_top_btn.png);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .pagetop::after {
    width: 20px;
    background-color: #44c4ff;
  }
}

.pagetop:hover::after {
  -webkit-transform: translate3d(-40%, -18%, 0);
          transform: translate3d(-40%, -18%, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modal {
  border: none;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: min(4.39238653vw, 7.8125vh);
}
.modal[open] {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
}
.modal__container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/decoration_tl.png), url(../images/common/decoration_br.png), url(../images/common/decoration_bl.png), url(../images/common/decoration_txt_comment.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom, left bottom, center top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 821px) {
  .modal__container {
    background-size: min(5.8565153734vw, 10.4166666667vh) auto, min(5.8565153734vw, 10.4166666667vh) auto, min(5.8565153734vw, 10.4166666667vh) auto, min(4.1727672035vw, 7.421875vh) auto;
  }
}
@media screen and (max-width: 820px) {
  .modal__container {
    background-size: 12.6666666667vw auto, 12.6666666667vw auto, 12.6666666667vw auto, 12.6666666667vw auto;
  }
}

.modal__main {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 821px) {
  .modal__main {
    width: min(65.8857979502vw, 117.1875vh);
    gap: min(2.5622254758vw, 4.5572916667vh);
  }
}
@media screen and (max-width: 820px) {
  .modal__main {
    gap: 13.3333333333vw;
    padding: 17.3333333333vw 0;
  }
}

.modal__btn {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 200px;
  aspect-ratio: 170/125;
}

@media screen and (min-width: 821px) {
  .modalComment {
    width: min(65.8857979502vw, 117.1875vh);
  }
}
@media screen and (max-width: 820px) {
  .modalComment {
    width: 78.6666666667vw;
  }
}

.modalCommentMain {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 821px) {
  .modalCommentMain {
    min-height: min(10.980966325vw, 19.53125vh);
    gap: min(2.196193265vw, 3.90625vh);
  }
}
@media screen and (max-width: 820px) {
  .modalCommentMain {
    gap: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modalCommentBody {
  display: grid;
}
@media screen and (min-width: 821px) {
  .modalCommentBody {
    grid-template-columns: min(21.9619326501vw, 39.0625vh) 1fr;
    gap: min(7.3206442167vw, 13.0208333333vh);
  }
}
@media screen and (max-width: 820px) {
  .modalCommentBody {
    grid-template-columns: 100%;
    gap: 5.3333333333vw;
  }
}

.modalCommentImg {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .modalCommentImg img {
    border-radius: min(2.196193265vw, 3.90625vh) 0 min(2.196193265vw, 3.90625vh) 0;
  }
}
@media screen and (max-width: 820px) {
  .modalCommentImg img {
    border-radius: 4vw 0 4vw 0;
  }
}

.modalCommentCaption {
  color: #fff;
  width: 100%;
}
.modalCommentCaption .cast {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modalCommentCaption .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  color: var(--red);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 821px) {
  .modalCommentCaption .name {
    margin-bottom: min(2.9282576867vw, 5.2083333333vh);
    gap: min(1.0980966325vw, 1.953125vh);
  }
}
@media screen and (max-width: 820px) {
  .modalCommentCaption .name {
    margin-bottom: 6.6666666667vw;
    gap: 3.3333333333vw;
  }
}

@media screen and (min-width: 821px) {
  .modalCommentCaption .name .jp {
    font-size: min(4.39238653vw, 7.8125vh);
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  .modalCommentCaption .name .jp {
    font-size: 90px;
    font-size: 6.588579795vw;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .modalCommentCaption .name .jp {
    font-size: 45px;
    font-size: 12vw;
  }
}

.modalCommentCaption .name .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 821px) {
  .modalCommentCaption .name .en {
    font-size: min(2.196193265vw, 3.90625vh);
    gap: min(1.4641288433vw, 2.6041666667vh);
  }
}
@media screen and (max-width: 820px) {
  .modalCommentCaption .name .en {
    gap: 4.6666666667vw;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  .modalCommentCaption .name .en {
    font-size: 45px;
    font-size: 3.2942898975vw;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .modalCommentCaption .name .en {
    font-size: 22.5px;
    font-size: 6vw;
  }
}

.modalCommentCaption .name .en::before {
  position: relative;
  content: "-";
}

.modalCommentCaption .role {
  background-color: #24baff;
  color: white;
}
@media screen and (min-width: 821px) {
  .modalCommentCaption .role {
    font-size: min(1.1713030747vw, 2.0833333333vh);
    margin-bottom: min(1.0980966325vw, 1.953125vh);
  }
}
@media screen and (max-width: 820px) {
  .modalCommentCaption .role {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  .modalCommentCaption .role {
    font-size: 32px;
    font-size: 2.3426061493vw;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .modalCommentCaption .role {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.modalCommentCaption .desc {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .modalCommentCaption .desc {
    gap: min(2.5622254758vw, 4.5572916667vh);
    font-size: min(1.1713030747vw, 2.0833333333vh);
  }
}
@media screen and (max-width: 820px) {
  .modalCommentCaption .desc {
    gap: 8vw;
  }
}
@media screen and (max-width: 820px) and (min-width: 821px) {
  .modalCommentCaption .desc {
    font-size: 26px;
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .modalCommentCaption .desc {
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */