@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: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  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: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

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

.ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../img/top/ttl_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
}

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

#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: #8d1870;
  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: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
}

#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: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #e63663;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#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: "bc-sklonar", 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;
}
#top::before {
  content: "";
  position: absolute;
  top: -3vw;
  left: -3vw;
  width: 180px;
  height: 180px;
  background-image: url(../img/top/ttl_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  #top::before {
    top: -4vw;
    left: -4vw;
    width: 280px;
    height: 280px;
  }
}
#top::after {
  content: "";
  position: absolute;
  bottom: -3vw;
  right: -3vw;
  width: 180px;
  height: 180px;
  background-image: url(../img/top/ttl_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  opacity: 0.6;
  transform: rotate(180deg);
}
@media screen and (min-width: 960px) {
  #top::after {
    bottom: -4vw;
    right: -4vw;
    width: 280px;
    height: 280px;
  }
}
@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: 30%;
  max-width: 200px;
  margin: 3vw auto 0;
  opacity: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .rs {
    width: 15%;
    max-width: 180px;
    margin: 1.5vw auto 0;
  }
}

.rs.show {
  opacity: 1;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: 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-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 6px;
}

.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: 60%;
  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.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;
}

.billing {
  width: 95%;
  max-width: 830px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  font-size: x-small;
  line-height: 1.5;
}
.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  margin: 15px 15px 30px;
}
.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: #8d1870;
  border-radius: 50%;
  transition: color 0.3s ease;
}
.sns a:hover {
  color: #000;
}
.sns .sns-btn-icon {
  color: #fff;
}
.sns a:hover .sns-btn-icon {
  color: #000;
}

@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 10px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8d1870;
    border-radius: 50%;
    transition: color 0.3s ease;
  }
  .sns-pc a:hover {
    color: #000;
  }
  .sns-pc .sns-btn-icon {
    color: #fff;
  }
  .sns-pc a:hover .sns-btn-icon {
    color: #000;
  }
}

.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: 10px 0 0 0;
  background: #000;
}
@media screen and (min-width: 960px) {
  #underlayer {
    padding: 30px 0 0 0;
  }
}

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

.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: #8d1870;
  color: #fff;
  padding: 13px 0;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "bc-sklonar", 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: #8d1870;
}
@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 {
  background: #000;
  margin-bottom: 3rem;
}
@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: 70%;
    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: #fff;
  font-size: 1.4em;
  font-family: "bc-sklonar", 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: #fff;
  font-family: "bc-sklonar", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: small;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.news-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a70100;
  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: #FFF;
  }
  .news-btn:hover::before {
    width: 100%;
  }
}
@media (hover: none) {
  .news-btn:active {
    color: #FFF;
  }
  .news-btn:active::before {
    width: 100%;
  }
}
.news-btn span {
  display: inline-block;
  background: #fff;
  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: #fff;
  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: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5647058824);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5647058824);
  position: relative;
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 5px 0 5px 20px;
    border: none;
    border-left: 1px solid #fff;
    transition: all 0.4s ease;
  }
}

.news-date {
  color: #fff;
  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: #8d1870;
  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 {
  padding: 60px 0;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 60px 0;
  }
}

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

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

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

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

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

.movie-thumb-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.movie-thumb-list li {
  width: 100%;
  padding: 0 10px;
}

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

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

.btn-container li {
  position: relative;
  border: 1px solid #7f1e1e;
  border-radius: 50px;
  margin: 0 0 10px;
  padding: 7px 15px;
  text-align: center;
}

.btn-container li.new::after {
  content: "New";
  font-size: 0.8em;
  background: #7f1e1e;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
}

.btn-container li a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-container li a:hover {
  color: #7f1e1e;
}

.swiper-container {
  padding: 0 0 20px;
}
@media screen and (max-width: 960px) {
  .swiper-container {
    padding: 0 0 0;
  }
}

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

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

#cboxOverlay {
  background: #000;
}

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