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

@PC - style.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,
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;
}

.sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.w100 {
  width: 100%;
  object-fit: cover;
}

.absolute {
  position: absolute;
}

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

html

-------------------------------*/
html,
body {
  font-family: YakuHanJP, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 960px) {
  html,
  body {
    font-size: 16px;
  }
}

*,
*: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);
}

/************************************************

@PC - common.css v5.0.0

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

#wrapper

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

.ttl {
  position: relative;
  z-index: 1;
  text-align: center;
}

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

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #333;
}

#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;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}

.nav-btn.selected,
.nav-btn:not(.coming):hover {
  color: #ff0000;
}

.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 20px;
}

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

#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: #ccc;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 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;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

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

#footer

-------------------------------*/
#footer {
  background: #f2c109;
  padding: 1rem 0;
}
#footer .staff-billing {
  width: 90%;
  margin: 0 auto 1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #footer .staff-billing {
    width: 50%;
    margin: 0 auto 1rem;
    text-align: center;
  }
}

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

#main

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

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

#preloader

-------------------------------*/
#preloader {
  background-color: #f7f8fa;
  background-image: linear-gradient(to right, rgba(242, 193, 9, 0.11) 1px, transparent 1px), linear-gradient(to bottom, rgba(242, 193, 9, 0.11) 1px, transparent 1px);
  background-size: 30px 30px, 30px 30px;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

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

#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: auto;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #f2c109;
  text-align: center;
  position: static;
  z-index: 4;
}

.loading-anime {
  width: min(300px, 60vw);
  position: relative;
  overflow: hidden;
}
.loading-anime img {
  display: block;
  clip-path: none;
  animation: none;
}

@keyframes handwriting-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

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

@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;
}

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

@mvtk

-------------------------------*/
#underlayer {
  padding: 30px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #underlayer {
    padding: 30px 0 0;
  }
}

#mvtk-widgets-wrap {
  text-align: center;
  background: #000;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  #mvtk-widgets-wrap {
    padding: 30px 0;
  }
}

#mvtk-widgets-container {
  margin: 30px auto 15px;
}
.mvtk-bnr {
  display: flex;
  width: 50%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 200px;
    margin: 0 auto;
  }
}

.mvtk-bnr a:hover {
  opacity: 0.8;
}

.bnr-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .bnr-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .bnr-container a {
    display: block;
    margin: 0;
    padding: 5px;
    width: 50%;
    transition: opacity 0.4s ease;
    max-width: 350px;
  }
  .bnr-container a:hover {
    opacity: 0.7;
  }
}

.mvtk-wrap {
  margin: 0 auto 20px;
}

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

@SNS

-------------------------------*/
.share-ttl {
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

#social-container {
  margin: 20px auto 2.5rem;
  justify-content: center;
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 20px 0 0;
  color: #fff;
}

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

.share-link-btn {
  color: #fff;
  transition: all 0.1s ease;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.share-link-btn:active {
  transform: scale(0.95);
}

.custom-line-btn {
  transform: scale(1.2);
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
}

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

bg

-------------------------------*/
#bg-sp {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

#bg-sp span {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  display: block;
  background: url(../common/img/pt0.png) repeat;
}

#bg-sp video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

#bg {
  visibility: hidden;
  opacity: 0;
  display: none;
  pointer-events: none;
}

/* PC */
@media screen and (min-width: 1024px) {
  #bg {
    visibility: visible;
    opacity: 1;
    display: block;
    pointer-events: auto;
    overflow: hidden;
  }
  #bg-sp {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  #bg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #bg span {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    display: block;
    background: url(../common/img/pt0.png) repeat;
  }
  #bg video {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
  }
}
.load-anime {
  position: relative;
  overflow: hidden;
  transform: translateX(-100%);
  z-index: 1;
}

.load-anime span {
  display: inline-block;
  transform: translateX(100%);
}

.load-anime.is-loaded {
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1);
  transform: translateX(0);
}

.load-anime.is-loaded span {
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.15, 0, 0.5, 1);
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.delayItem, .delayItem_sub {
  opacity: 0;
}

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

#opening-animation

-------------------------------*/
.opening-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 10000;
  opacity: 1;
  -webkit-animation: fadeOutOverlay 2.6s forwards;
  animation: fadeOutOverlay 2.6s forwards;
}
.opening-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: #8d1870;
  width: 0;
  height: 1px;
  -webkit-animation: expandLine 2.6s forwards;
  animation: expandLine 2.6s forwards;
}

@-webkit-keyframes fadeOutOverlay {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
@keyframes fadeOutOverlay {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
@-webkit-keyframes expandLine {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes expandLine {
  0% {
    width: 0;
    height: 1px;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  90% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
/************************************************

@PC - style.css v5.0.0

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

#top

-------------------------------*/
#top {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #top {
    width: 100%;
    min-width: 1024px;
    height: 100vh;
    min-height: 800px;
    max-height: 1080px;
    overflow: hidden;
  }
}

.award {
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
}
@media screen and (min-width: 960px) {
  .award {
    width: 52%;
    max-width: 800px;
  }
}

.main-img {
  opacity: 0;
  transition: all 0.2s linear;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .main-img {
    width: 100%;
  }
}

.main-img img {
  vertical-align: bottom;
}

.main-img.show {
  opacity: 1;
  -webkit-animation: scale-up-ver-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: scale-up-ver-center 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@media screen and (min-width: 960px) {
  .main-img.show {
    opacity: 1;
  }
}

.top-main-sp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@-webkit-keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.lead2 {
  position: absolute;
  width: 93%;
  max-width: 560px;
  top: 3vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .lead2 {
    width: 90%;
    top: 2vw;
    margin: auto;
    max-width: 530px;
  }
}

.lead2.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.lead0 {
  position: relative;
  width: 10.5vw;
  max-width: 40px;
  margin: 0 auto 2vw;
  height: max-content;
  text-align: center;
  flex-shrink: 0;
}

@media screen and (min-width: 960px) {
  .lead0-pc {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6.3vw;
    margin: auto 0;
    height: max-content;
    width: 10.5vw;
    max-width: 60px;
    min-width: 20px;
    text-align: center;
    z-index: 10;
  }
}

.copy {
  position: absolute;
  bottom: 2vw;
  width: 90%;
  max-width: 640px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .copy {
    max-width: 550px;
  }
}

.copy.show {
  opacity: 1;
}

.rs {
  position: relative;
  width: 15%;
  max-width: 200px;
  margin: 4vw auto 0;
  opacity: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .rs {
    max-width: 110px;
    margin: 1.5vw auto 0;
  }
}

.rs.show {
  opacity: 1;
}

.rs img {
  clip-path: inset(0 100% 0 0);
}

.rs.show img {
  animation: handwriting-reveal 2.2s steps(26, end) forwards;
}

.top-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: max-content;
  min-height: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  padding: 2vh 0;
}
@media screen and (min-width: 960px) {
  .top-container {
    top: 0;
    bottom: 0;
    gap: 0.5vw;
    padding: 2vh 0;
  }
}

@keyframes scale-up-hor-center {
  0% {
    transform: scaleX(0.4);
  }
  100% {
    transform: scaleX(1);
  }
}
.ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 6px;
  display: table;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #f2c109;
  text-shadow: 1px 1px 0 #fcf697;
  transform-origin: center;
}
.ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 8px;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
}
.ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 8px;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.roadshow {
  position: absolute;
  left: 4vw;
  width: 17vw;
  top: -95vw;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 12vw;
    margin: 0 auto;
    position: absolute;
    top: auto;
    left: auto;
    right: 2vw;
    bottom: 2vw;
    max-width: 130px;
  }
}

.roadshow-sp {
  position: absolute;
  width: 20vw;
  max-width: 143px;
  top: 10vw;
  left: 3vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow-sp {
    display: none;
  }
}

.roadshow.show,
.roadshow-sp.show {
  animation: fade-in-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#logo {
  width: 65%;
  max-width: 450px;
  margin: 0 auto;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  #logo {
    width: 38%;
    max-width: 480px;
    margin: 0 auto;
  }
}

#logo.load-anime {
  transform: none;
  overflow: visible;
}

#logo.load-anime span {
  transform: none;
}

#logo.load-anime img {
  clip-path: inset(0 100% 0 0);
}

#logo.load-anime.is-loaded {
  transform: none;
}

#logo.load-anime.is-loaded span {
  transform: none;
}

#logo.load-anime.is-loaded img {
  animation: handwriting-reveal 2.2s steps(26, end) forwards;
}

#logo.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .top-link {
    position: absolute;
    display: flex !important;
    z-index: 1000;
  }
  .top-link a {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.3em;
    color: #7AC0AF;
    display: block;
    border: 1px solid #7AC0AF;
    border-radius: 50px;
    margin: 0 5px;
    text-align: center;
  }
  .top-link a:hover {
    background: #f6f200;
    color: #2d2a2a;
  }
  .top-link a span {
    font-size: 0.7rem;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .top-link {
    top: 1.5vw;
    right: 2vw;
  }
}

.top-btn {
  width: 17%;
  margin: 0 auto;
}
.top-btn a {
  font-size: 1.4rem;
  width: 100%;
  color: #2d2a2a;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  border-radius: 50%;
  background: #f7f301;
  display: block;
  margin: 15px auto;
}
.top-btn a:hover {
  color: #000;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .top-btn {
    display: flex;
    justify-content: center;
    width: 600px;
  }
  .top-btn a {
    font-size: 0.9rem;
    margin: 0 10px;
  }
}

#top-main {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#top-main.img-anime {
  opacity: 1;
}

.billing {
  width: 95%;
  max-width: 830px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #4a3f2a;
}
@media screen and (min-width: 960px) {
  .billing {
    padding: 0 0 50px;
  }
}
.billing > p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0;
}
.billing .billing-director {
  margin-top: 8px;
  font-size: 16px;
}
.billing .billing-small {
  font-size: 10px;
  margin-top: 4px;
}
@media screen and (min-width: 960px) {
  .billing > p {
    font-size: 24px;
  }
  .billing .billing-director {
    font-size: 20px;
  }
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  margin: 30px 15px 40px;
}
.sns a {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2c109;
  border-radius: 50%;
  transition: color 0.3s ease;
}
.sns a:hover {
  color: #fcf697;
}
.sns .sns-btn-icon {
  color: #fff;
}
.sns a:hover .sns-btn-icon {
  color: #fcf697;
}

@media screen and (min-width: 960px) {
  .sns-pc {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    margin: 15px 15px 30px;
  }
  .sns-pc a {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2c109;
    border-radius: 50%;
    transition: color 0.3s ease;
    border: 1px solid #f2c109;
  }
  .sns-pc a:hover {
    color: #fcf697;
    background-color: #fff;
  }
  .sns-pc .sns-btn-icon {
    color: #fff;
  }
  .sns-pc a:hover .sns-btn-icon {
    color: #fcf697;
  }
}

.top-bnr {
  width: 80%;
  margin: 0 auto 10px;
  text-align: center;
}
.top-bnr a {
  transition: all 0.4s;
  margin: 10px 0;
}
@media screen and (min-width: 960px) {
  .top-bnr a {
    margin: 0 10px;
  }
}
.top-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .top-bnr {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.top-btn-pc {
  top: 0;
  right: 0;
}
.top-btn-pc a {
  display: block;
  font-weight: 400;
  font-size: 0.7rem;
  width: 13vw;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  border-radius: 0px;
  background: #8c755e;
  display: block;
  margin: 15px auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 30px auto;
}
.social-icons .top-sns-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  border: 1px solid #7AC0AF;
}
.social-icons .top-sns-btn:hover {
  transform: scale(1.1);
}

.sns-btn-icon {
  font-size: 20px;
  color: #7AC0AF;
}
#underlayer {
  padding: 30px 0 0 0;
  background-color: #f7f8fa;
  background-image: linear-gradient(to right, rgba(242, 193, 9, 0.11) 1px, transparent 1px), linear-gradient(to bottom, rgba(242, 193, 9, 0.11) 1px, transparent 1px);
  background-size: 30px 30px, 30px 30px;
  background-position: center;
}
@media screen and (min-width: 960px) {
  #underlayer {
    padding: 30px 0 0 0;
  }
}

.billing_jp {
  width: 90%;
  max-width: 600px;
  margin: 10px auto;
}

.img-anime {
  animation: img-anime 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-anime {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.news {
  width: 90%;
  margin: 0 auto;
}
.news img {
  border-radius: 50px;
}
.news a {
  color: #2d2a2a;
  font-weight: 400;
  font-size: 1.1rem;
  width: 100%;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  display: block;
  margin: 15px auto;
  letter-spacing: 4px;
}

.theater-btn {
  margin: 0 auto 3rem;
  text-align: center;
}
.theater-btn a {
  background: #f2c109;
  color: #fff;
  padding: 13px 0;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  width: 55%;
  max-width: 200px;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.theater-btn a:hover {
  background: #fff;
  color: #f2c109;
}
@media screen and (min-width: 960px) {
  .theater-btn a {
    width: 20%;
    max-width: 230px;
    font-size: 1.25rem;
    padding: 18px 60px;
  }
}
.theater-btn a .jp-ttl {
  display: block;
  font-size: 0.6em;
  margin-top: 5px;
  font-weight: normal;
}

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

#news

-------------------------------*/
#news {
  margin-bottom: 3rem;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  #news {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.news-wrap {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

.news-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .news-header {
    padding: 0 5%;
    margin: 0 0 10px 0;
  }
}

#news-ttl {
  color: #f2c109;
  font-size: 1.4em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 100px;
  }
}

.jp-ttl {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.news-btn {
  display: block;
  width: 120px;
  color: #f1c844;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: small;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.news-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fcf697;
  transition: width 0.5s ease;
  z-index: -1;
  border-radius: 100px;
}
@media screen and (min-width: 960px) {
  .news-btn {
    transition: all 0.4s ease;
  }
  .news-btn:hover {
    color: #f1c844;
  }
  .news-btn:hover::before {
    width: 100%;
  }
}
@media (hover: none) {
  .news-btn:active {
    color: #f1c844;
  }
  .news-btn:active::before {
    width: 100%;
  }
}
.news-btn span {
  display: inline-block;
  background: #f1c844;
  width: 30px;
  height: 1px;
  margin-left: 5px;
  position: relative;
  transition: background-color 0.4s ease;
}
.news-btn span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #f1c844;
  transform: rotate(30deg);
  transform-origin: bottom right;
  right: 0;
  bottom: 0;
  transition: background-color 0.4s ease;
}

@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
  }
}

.news-item {
  display: block;
  padding: 15px 5%;
  color: #f1c844;
  border-top: 1px solid #f1c844;
  border-bottom: 1px solid #f1c844;
  position: relative;
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 5px 0 5px 20px;
    border: none;
    border-left: 1px solid #f1c844;
    transition: all 0.4s ease;
  }
}

.news-date {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 100px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-empty {
  color: #fff;
}

.arrow {
  display: block;
  background: #f1c844;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
  border-radius: 30px;
  transition: background-color 0.4s ease;
}
.arrow::before, .arrow::after {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 13px;
}
.arrow::before {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.arrow::after {
  transform: rotate(45deg);
  transform-origin: top right;
}

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

#movie

-------------------------------*/
#trailer {
  position: relative;
  padding: 30px 0 0;
  margin: 40px 0 0;
}
#trailer .swiper-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  #trailer .swiper-container {
    padding: 0 5% 30px;
  }
}

.trailer-ttl {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.youtube-short-wrap {
  width: 90%;
  max-width: 700px;
  margin: 20px auto;
}
.youtube-short-wrap iframe {
  aspect-ratio: 1/1;
  width: 100%;
}

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

#movie-container {
  width: 100%;
  margin: 20px auto;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 100%;
    max-width: 1440px;
  }
}

#movie-container.swiper-container-horizontal {
  opacity: 1;
}

.movie-thumb-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #eee;
}

.movie-thumb-box img,
.movie-thumb-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .movie-thumb-list li {
    padding: 0 15px;
    width: 46.875vw;
  }
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  font-size: 16px;
}

.play-icon {
  color: #e60027;
  width: 52px;
  height: 58px;
  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;
}

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

#comment

-------------------------------*/
#comment {
  width: 90%;
  max-width: 1080px;
  margin: 26px auto 0;
  padding: 30px 0 64px;
}

.comment-ttl {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}

.comment-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.comment-item {
  background-color: #f9f8ef;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 45px, rgba(242, 193, 9, 0.09) 45px, rgba(242, 193, 9, 0.09) 46px);
  border: 1px solid rgba(210, 205, 190, 0.9);
  border-radius: 2px;
  padding: 24px 18px 24px 56px;
  line-height: 1.95;
  box-shadow: 0 14px 24px rgba(90, 108, 120, 0.12);
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .comment-item {
    width: 100%;
    padding: 30px 34px 30px 68px;
    max-width: 900px;
    margin: 0 auto;
  }
}
.comment-item::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 14px;
  width: 18px;
  background: radial-gradient(circle, #ffffff 0 8px, transparent 8px) center top/18px 38px repeat-y;
}

.comment-name {
  font-size: 1.12rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.045em;
  margin-bottom: 18px;
  padding-bottom: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.1em 0.3em;
}
@media screen and (min-width: 960px) {
  .comment-name {
    font-size: 1.2rem;
  }
}

.comment-name-main {
  font-size: 1.28em;
  line-height: 1.1;
  margin-right: 0.16em;
  letter-spacing: 0.02em;
  color: #4a3f2a;
}

.comment-name-sub {
  font-size: 0.9em;
  color: #f2c109;
  display: inline-block;
  padding: 0 0.9em 0 0;
  border-radius: 3px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.comment-name-sub--role-35 {
  color: #ff00c8;
}

.comment-name-sub--role-15 {
  color: #3fef0a;
}

.comment-name-sub--credit {
  background: none;
  color: #f2c109;
  padding: 0 0.9em 0 0;
}

.comment-label {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: #4a3f2a;
  letter-spacing: 0.12em;
  line-height: 1.4;
  padding: 4px 9px;
  margin: 0 0 14px;
  background: #f5ecda;
  border: 1px solid rgba(242, 193, 9, 0.38);
  box-shadow: 3px 4px 0 rgba(242, 193, 9, 0.12);
  transform: rotate(-1.4deg);
  transform-origin: left center;
  border-radius: 2px;
}

.comment-item .comment-label:last-of-type {
  background: #ebe3d2;
  border-color: rgba(200, 165, 70, 0.42);
  box-shadow: 3px 4px 0 rgba(160, 130, 60, 0.1);
  transform: rotate(1.2deg);
}

.contents-ttl,
.trailer-ttl,
.comment-ttl {
  position: relative;
}

.comment-text,
.comment-profile {
  font-size: 0.98rem;
  line-height: 2;
  letter-spacing: 0.06em;
  word-break: normal;
  overflow-wrap: anywhere;
  margin-bottom: 18px;
  text-align: justify;
}
@media screen and (min-width: 960px) {
  .comment-text,
  .comment-profile {
    font-size: 0.94rem;
  }
}

.comment-profile {
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .comment-profile {
    font-size: 0.8rem;
  }
}

.comment-item .comment-label:last-of-type + .comment-profile {
  margin-bottom: 0;
}

.swiper-pagination-bullet {
  background: #8d1870;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #8d1870;
}
@media screen and (min-width: 960px) {
  .swiper-pagination-bullet-active {
    display: none;
  }
}

.trailer-button-prev,
.trailer-button-next {
  background: #8d1870;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    display: none;
  }
}
.trailer-button-prev span,
.trailer-button-next span {
  display: block;
  width: 8px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: 16px;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev span,
  .trailer-button-next span {
    width: 14px;
    top: 50px;
    left: 20px;
  }
}
.trailer-button-prev span:nth-child(1),
.trailer-button-next span:nth-child(1) {
  transform: rotate(-50deg);
  transform-origin: top right;
}
.trailer-button-prev span:nth-child(2),
.trailer-button-next span:nth-child(2) {
  transform: rotate(50deg);
  transform-origin: top right;
}
.trailer-button-prev.swiper-button-disabled,
.trailer-button-next.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .trailer-button-prev,
  .trailer-button-next {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
  }
}

.trailer-button-next {
  position: absolute;
  bottom: 50%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .trailer-button-next {
    right: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

.trailer-button-prev {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: scale(-1, -1);
}
@media screen and (min-width: 960px) {
  .trailer-button-prev {
    left: calc(5% - 50px);
    bottom: calc(50% - 75px);
  }
}

.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;
}

#cboxOverlay {
  background: #fff;
}

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