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

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

html

-------------------------------*/
html, body {
  background: #000;
  font: 14px/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);
}

@media print {
  body {
    display: none;
  }
}
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
.delayItem, .delayItem_sub {
  opacity: 0;
}

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

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

.fade-up {
  transition: all 1s ease;
}

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

#wrapper

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

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

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

menu

-------------------------------*/
.el_humburger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  height: 100px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
  background: #fdf050;
  border-radius: 50%;
}

#menu-txt {
  font-size: small;
}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    bottom: 2vw;
    padding-top: 10px;
    width: 80px;
    height: 80px;
    transition: all 0.4s linear;
    right: -100px !important;
  }
  .humburger-shift {
    right: 2vw !important;
  }
  #factory .el_humburger {
    display: none;
  }
  #menu-txt {
    font-size: xx-small;
  }
}
.el_humburger_wrapper {
  color: #000;
  margin-bottom: 5px;
  width: 55px;
  display: inline-block;
  padding: 30px 0 0 0;
  font-weight: bold;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 45px;
    padding: 10px 0 0 0;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: futura, "游ゴシック";
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 76%;
  margin: 0 auto 8px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.el_humburger span.el_humburger_bar:nth-child(2) {
  width: 66%;
  margin-left: 6px;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000;
}

@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  height: 100%;
  width: 0;
  z-index: 5;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  overflow: hidden;
}

.js_humburgerOpen .navi {
  width: 450px;
  background: #fdf050 url(../img/common/menu_bg.jpg) bottom right no-repeat;
  background-size: cover;
}

@media screen and (max-width: 840px) {
  .js_humburgerOpen .navi {
    width: 100%;
    padding: 10% 5% 0;
    overflow-y: auto;
  }
}
.navi_item {
  margin-bottom: 12px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px;
  padding: 10px 0;
  letter-spacing: 4px;
}

.navi_item a {
  color: #000;
  font-weight: bold;
}

.navi_item a:hover {
  color: #000;
}

.navi_item a {
  position: relative;
  padding-bottom: 10px;
}

.navi_item a::after {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s;
  transform-origin: center top;
  transform: scale(0, 1);
}

.navi_item a:hover::after {
  transform-origin: center top;
  transform: scale(1, 1);
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .navi_item {
    margin-left: 0;
    font-size: 18px;
    text-align: center;
  }
}
/*-------------------------------

@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 {
  padding: 0 0 0 0;
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #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 {
  position: relative;
}

.footer-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .footer-inner {
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    padding: 0 5% 3%;
  }
}

.footer-left-contents {
  order: 1;
}

.footer-right-contents {
  order: 2;
}
@media screen and (min-width: 960px) {
  .footer-right-contents {
    order: 3;
  }
}

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

#main

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

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

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #000;
}
@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}

#preloader-inner {
  width: 80%;
  height: 180px;
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 10%;
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    width: 60%;
    left: 20%;
  }
}

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

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

@mvtk

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

#mvtk-widgets-container {
  margin: 0 auto 30px;
}

.mvtk-bnr {
  display: flex;
  width: 70%;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr {
    width: 300px;
    margin: 0 auto 60px;
  }
}

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

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

@banner

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

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

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

@SNS

-------------------------------*/
#social-container {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
}
@media screen and (min-width: 960px) {
  #social-container {
    right: 2vw;
    bottom: 2vw;
    z-index: 2;
    margin: 20px 20px 0;
  }
}

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

/* Twitterカスタム */
/* Facebookカスタム */
/* Lineカスタム */
.share-link-btn-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  margin: 0 7px;
  border: solid 1px #fff;
}
.share-link-btn-icon:hover {
  border: solid 1px #7b7b7b;
  color: #7b7b7b;
}

.share-ttl {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #fd649a;
  padding: 0 0 10px;
  letter-spacing: 2px;
  font-size: 1.1em;
}

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

.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before,
.img-wrap:after {
  animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #000;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.img-wrap:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}

.img-wrap:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}
/*-------------------------------

fade-image

-------------------------------*/
.fade-image-effect {
  position: relative;
}
.fade-image-effect img {
  transform: scale(1.1) rotate(10deg);
  transform-origin: center center;
  opacity: 0;
  transition: all 1s cubic-bezier(0.03, 0.88, 0.35, 1.26);
}

.fade-image-effect.active img {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

@keyframes swipeRight {
  0% {
    transform: translate(0);
  }
  50%, 60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .fade-image .fade_image-effect:last-child {
    margin: 0;
  }
}
.scroll-link {
  width: 30px;
  display: block;
  position: fixed;
  right: 4px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  /* display: none; */
}

.scroll-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scroll-link::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
img {
  width: 100%;
  vertical-align: middle;
}

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

@PC - style.css v5.0.0

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

#top

-------------------- */
#top {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top {
    padding: 0;
  }
}

.top-main {
  background: url(../img/mainv/bg_sp.jpg) no-repeat;
  background-size: cover;
  aspect-ratio: 375/559;
  padding: 1.333333vw;
}
@media screen and (min-width: 960px) {
  .top-main {
    background: url(../img/mainv/bg_pc.jpg) no-repeat;
    background-size: cover;
    aspect-ratio: 8/5;
    padding: 0.78125vw;
    padding-bottom: 0;
  }
}

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

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

.top-main-item {
  position: absolute;
  top: 0;
  left: 0;
}

.top-lead {
  position: absolute;
  width: 82vw;
  left: 9.0666666667vw;
  top: 16.5333333333vw;
}
@media screen and (min-width: 960px) {
  .top-lead {
    position: relative;
    width: 65%;
    top: auto;
    left: auto;
    margin: 2vw auto 6vw;
  }
}

.logo {
  position: absolute;
  top: 36vw;
  width: 87.6vw;
  margin-left: 50%;
  transform: scale(1.1) rotate(10deg) translateX(-50%);
  transform-origin: center left;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.03, 0.88, 0.35, 1.26);
}
@media screen and (min-width: 960px) {
  .logo {
    position: absolute;
    top: 7.34375vw;
    width: 38.984375vw;
    left: 50%;
    margin: 0 auto;
  }
}

.screensize {
  width: 60%;
  margin: 7vw auto;
}
@media screen and (min-width: 960px) {
  .screensize {
    width: 40%;
    margin: 3vw auto;
  }
}

.copyright {
  width: 90%;
  margin: 10vw auto 0;
  order: 3;
}
@media screen and (min-width: 960px) {
  .copyright {
    width: 30%;
    margin: 0 auto;
    order: 2;
  }
}

.logo.show {
  transform: scale(1) rotate(0deg) translateX(-50%);
  opacity: 1;
}

.t-ttl {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  margin: 0 0 10px;
}

.sns-link {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 960px) {
  .sns-link {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.tw-link {
  width: 60px;
  height: 60px;
  background: #1da1f2;
  right: 2vw;
  top: 2vw;
  margin: 5px;
  border-radius: 50%;
  line-height: 63px;
  text-align: center;
}
.tw-link a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}
.tw-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .tw-link {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin: 5px;
  }
}

.insta-link {
  width: 60px;
  height: 60px;
  background: #ea467f;
  right: 2vw;
  top: 2vw;
  margin: 5px;
  border-radius: 50%;
  line-height: 63px;
  text-align: center;
}
.insta-link a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
}
.insta-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .insta-link {
    width: 50px;
    height: 50px;
    line-height: 55px;
    margin: 5px;
  }
}

.rs {
  position: absolute;
  left: 50%;
  width: 58.6666666667vw;
  top: 93.2vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 960px) {
  .rs {
    width: 31.25vw;
    top: 51.875vw;
  }
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.5rem 4rem;
  font-weight: bold;
  border: 2px solid #fdf050;
  background: #fdf050;
  font-size: 1.3rem;
  color: #000;
  transition: 0.5s;
}
.btn:hover {
  color: #0860aa;
  background: #fff;
}

.logo,
.rs {
  opacity: 0;
}

.mail {
  color: #fdf050;
  text-decoration: underline;
}

.big-bnr {
  margin-top: 5%;
}
@media screen and (min-width: 960px) {
  .big-bnr {
    display: flex;
    justify-content: center;
  }
}

.ticket-bnr {
  width: 80%;
  max-width: 600px;
  margin: 10px auto 20px;
}
.ticket-bnr a {
  display: block;
  transition: opacity 0.4s ease;
}
.ticket-bnr a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .ticket-bnr {
    margin: 20px;
  }
}

.screen-bnr {
  width: 80%;
  max-width: 600px;
  margin: 10px auto 20px;
}
.screen-bnr a {
  display: block;
  transition: opacity 0.4s ease;
}
.screen-bnr a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .screen-bnr {
    margin: 20px;
  }
}

.movie-bnr {
  width: 80%;
  margin: 2rem auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .movie-bnr {
    width: 100%;
  }
}
.movie-bnr a {
  transition: opacity 0.4s ease;
}
.movie-bnr a:hover {
  opacity: 0.7;
}
.movie-bnr img {
  width: 100%;
  max-width: 400px;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5%;
}
.btn-wrap a {
  display: block;
  padding: 20px;
  background: url(../img/about/bg_sp.jpg) no-repeat;
  color: #fff;
  width: calc(50% - 20px);
  text-align: center;
  margin: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-weight: bold;
  border: 1px solid #111a2c;
}
.btn-wrap .ticket-link {
  background-position: right;
}
.btn-wrap .event-link {
  background-position: left 40%;
}
.btn-wrap .present-link {
  background-position: 21% 19%;
}
.btn-wrap .news-link {
  background-position: 15% 6%;
}
.btn-wrap .goods-link {
  background-position: 87% 60%;
}
@media screen and (min-width: 960px) {
  .btn-wrap a {
    margin: 10px;
    width: 200px;
    transition: opacity 0.4s ease;
  }
  .btn-wrap a:hover {
    opacity: 0.7;
  }
}

.live-link {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 20px auto;
  transition: opacity 0.4s ease;
}
.live-link:hover {
  opacity: 0.7;
}

.link-wrap {
  text-align: center;
  padding: 0 5%;
}
.link-wrap a {
  text-decoration: underline;
  color: #fd649a;
  line-height: 1.2;
}
.link-wrap a:hover {
  text-decoration: none;
}

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

contents

-------------------------------*/
.contents-inner {
  position: relative;
  margin: 0 auto;
  padding: 5%;
  max-width: 1024px;
}

.contents-ttl {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #fd649a;
  text-align: center;
  margin: 20px auto;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 40px;
    margin: 40px auto;
  }
}

.border {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: rgb(151, 79, 111);
  background: linear-gradient(90deg, rgb(151, 79, 111) 0%, rgb(53, 115, 128) 50%, rgb(151, 79, 111) 100%);
  margin-bottom: 5px;
}
.border::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(151, 79, 111);
  background: linear-gradient(90deg, rgb(151, 79, 111) 0%, rgb(53, 115, 128) 50%, rgb(151, 79, 111) 100%);
}

.txt-container {
  color: #e1e1e1;
  line-height: 2;
}
.txt-container p {
  margin: 0.5em 0;
}

.inline-block {
  display: inline-block;
}

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

#intro

-------------------------------*/
#intro {
  position: relative;
}
#intro .txt-container {
  width: 90%;
  margin: 5vw auto 10vw;
}
@media screen and (min-width: 960px) {
  #intro .txt-container {
    padding: 0 5% 10vw;
    max-width: 1024px;
    margin: 40px auto 0;
  }
}

.intro-lead {
  position: absolute;
  top: 10vw;
  padding: 0 10%;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    top: 8vw;
    padding: 0 25%;
  }
}

.intro-txt {
  margin-top: -10vw;
}
@media screen and (min-width: 960px) {
  .intro-txt {
    width: 80%;
    max-width: 1280px;
    margin: -8vw auto 0;
  }
}

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

#photo

-------------------------------*/
#photo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow-x: hidden;
}
#photo .sub {
  width: 50%;
}
@media screen and (min-width: 960px) {
  #photo .sub {
    width: 25%;
  }
}

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

#about

-------------------------------*/
#about {
  background: url(../img/about/bg_sp.jpg) no-repeat top center;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #about {
    background: url(../img/about/bg_pc.jpg) no-repeat top center;
    background-size: 100%;
  }
}

.about-img {
  position: relative;
  margin: 40px auto;
}
.about-img img {
  position: relative;
}
.about-img::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  background: url(../img/about/ph_bg.png) no-repeat right bottom;
  background-size: auto 90%;
}
@media screen and (min-width: 960px) {
  .about-img::before {
    right: -15px;
    bottom: -15px;
  }
}
@media screen and (min-width: 960px) {
  .about-img {
    margin: 40px auto 60px;
  }
}

.comment-box {
  margin: 40px auto;
}

.comment-ttl {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #fd649a;
  font-size: 1.2em;
  margin: 30px 0 20px;
}

.comment-name {
  color: #fd649a;
  font-size: 1.2em;
  text-align: right;
  margin: 20px 0 40px;
}

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

#movie

-------------------------------*/
#trailer {
  margin-top: 40px;
  padding: 20px 0 40px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 60px 0 100px;
  }
}

#trailer .ttl {
  width: 130px;
  margin: 0 auto 7%;
  color: #fff100;
}
@media screen and (min-width: 960px) {
  #trailer .ttl {
    width: 170px;
    margin: 0 auto 3%;
  }
}

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

.sp {
  display: block;
}

.movie-inner {
  width: 90%;
  margin: 0 auto;
}

#movie-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 10px;
  opacity: 0;
  transition: opacity 0.6s ease;
}
#movie-container.swiper-container-horizontal {
  opacity: 1;
}
.movie-thumb-box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #2c2c2c;
  aspect-ratio: 16/9;
}
.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 30px 20px;
  }
}

.movie-cap {
  padding: 15px 0 20px;
  text-align: center;
  color: #fff;
  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;
}

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

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.2;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important;
}

.trailer-prev,
.trailer-next {
  position: absolute;
  width: 55px;
  top: 31%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.trailer-prev {
  left: 2px;
}

.trailer-next {
  right: 2px;
}

.trailer-prev.swiper-button-disabled,
.trailer-next.swiper-button-disabled {
  opacity: 0.1;
}

#cboxOverlay {
  background: #000;
}

.trailer-contents {
  position: relative;
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%;
}

.trl-main {
  width: 100%;
  max-width: 920px;
}

.play-btn {
  display: block;
  width: 70px;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.play-btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .play-btn {
    width: 100px;
    top: 45%;
    left: 50%;
  }
}

.play-btn.playActive {
  display: none;
}

#footer {
  padding: 7% 3%;
  background: #000;
}

@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0 0;
  }
}
.official-btn {
  width: 200px;
  margin: 0 auto 40px;
}
.official-btn a {
  display: block;
}
@media screen and (min-width: 960px) {
  .official-btn {
    margin: 0 auto;
  }
  .official-btn a {
    transition: opacity 0.4s ease;
  }
  .official-btn a:hover {
    opacity: 0.6;
  }
}

.billing {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
  font-size: 0.9rem;
}

@media screen and (min-width: 960px) {
  .billing {
    padding: 30px 0 0;
    margin: 0 auto 60px;
    width: 58%;
    max-width: 670px;
  }
}
.billing span {
  font-size: 0.6rem;
  display: block;
  margin: 20px 0;
}

.f-logo {
  width: 70%;
  margin: 10px auto 60px;
}
@media screen and (min-width: 960px) {
  .f-logo {
    width: 310px;
    bottom: 2vw;
    left: 2vw;
  }
}

.s-logo {
  width: 23%;
  margin: 60px auto;
}
@media screen and (min-width: 960px) {
  .s-logo {
    width: 80px;
    bottom: 2vw;
    left: 2vw;
  }
}

#sns-sp {
  width: 90%;
  margin: 0 auto;
}
#sns-sp li {
  margin: 15px 0;
}

#sns-pc {
  margin: 0 auto;
  position: absolute;
  top: 1vw;
  right: 1vw;
}
#sns-pc li {
  width: 100%;
  padding: 5px;
  max-width: 230px;
}

.tw-btn {
  display: block;
  max-width: 300px;
  background-color: #000000;
  font-size: 15px;
  color: #fff;
  padding: 16px;
  text-align: center;
  transition: 0.4s;
  margin: 10px auto;
  border: 1px solid #6c6975;
  font-family: "Roboto Condensed", sans-serif;
}
.tw-btn:hover {
  color: #FD2E54;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .tw-btn {
    font-size: 13px;
    max-width: 200px;
    margin: 3px;
    padding: 10px 16px;
  }
}

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

#news

-------------------------------*/
#news {
  padding: 60px 0;
}
.news-inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid #ea467f;
}
@media screen and (min-width: 960px) {
  .news-inner {
    width: 650px;
    padding: 50px 10px;
  }
}

#news .ttl {
  background: none;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #fd649a;
  font-size: 25px;
}

.news-feed {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.news-feed-list {
  padding: 50px 0;
}

.news-date {
  color: #fff;
  text-align: justify;
  margin: 0 0 5px 0;
  font-size: small;
}

.news_thumb {
  width: 100%;
  height: 250px;
  margin: 0 auto 20px;
  display: none;
}

.news_thumb a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.news_thumb img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: 0.3s all;
}

.news_thumb:hover img {
  opacity: 0.7;
  cursor: pointer;
}

.news-txt-wrapper {
  width: 90%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .news-txt-wrapper {
    width: 450px;
  }
}

.news-txt-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-txt-wrapper a:hover {
  cursor: pointer;
}

.newstxt {
  font-size: 13px;
  text-align: justify;
  color: #fff;
  line-height: 2em;
  text-decoration: underline;
}
.newstxt:hover {
  color: #ea467f;
}
@media screen and (min-width: 960px) {
  .newstxt {
    font-size: 15px;
  }
}

.more-btn {
  width: 180px;
  margin: 0 auto;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.more-btn a {
  color: #fff;
  display: block;
  padding: 15px 0;
  font-size: small;
  border: 1px solid #fff;
  font-family: "Lato", sans-serif;
}
.more-btn a:hover {
  color: #ea467f;
  border: 1px solid #ea467f;
}

@media only screen and (max-width: 750px) {
  .news_thumb {
    width: 90vw;
    height: 170px;
    margin: 0 auto 30px;
    display: none;
  }
}
.summary {
  width: 90%;
  margin: 30px auto 0;
  padding: 60px 20px;
  border: 1px solid #f14360;
  background: rgba(241, 67, 96, 0.0784313725);
}
@media screen and (min-width: 960px) {
  .summary {
    width: 80%;
    margin: 60px auto;
  }
}

/* PC */
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .movie-inner {
    width: 60%;
    margin: 0 auto;
  }
  .pc-modal-movie {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
  }
  .youtube {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-inner {
    height: 338px;
  }
  .p-ttl {
    width: 50%;
  }
  .play-btn {
    top: 45%;
  }
  table {
    max-width: 430px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .roadshow {
    width: 8vw;
  }
}
#ticket {
  /*-------------------------------

  ticket

  -------------------------------*/
}
#ticket .ticket-logo {
  width: 60%;
  margin: 0 auto;
}
#ticket .detail-box {
  width: 90%;
  max-width: 980px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative;
  color: #fff;
  /*  box-shadow:0px 0px 5px 2px rgba(235,110,143,0.07);*/
}
#ticket .detail-box .date {
  font-size: 15px;
  font-weight: bold;
}
#ticket .detail-box .cat {
  color: #fff;
  display: inline-block;
  background: #000;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50px;
  right: 50px;
  transition: all 0.2s ease-out;
}
#ticket .detail-box .cat:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}
#ticket .ticket-box {
  margin: 0 auto 80px;
}
#ticket .sub-ttl {
  color: #3190b5;
  text-decoration: underline;
  font-size: 1.2em;
  margin: 60px auto 10px !important;
}
#ticket .tokuten {
  font-weight: bold;
}
#ticket .sell-box {
  border: 1px solid rgb(151, 79, 111);
  padding: 30px;
  margin: 20px auto;
}
#ticket .sell-box p:last-of-type {
  margin: 0 !important;
}
#ticket .detail-box .ttl {
  color: #fd649a;
  margin: 10px 0;
  font-size: 22px;
  line-height: 1.4;
}
#ticket .border {
  margin-bottom: 30px;
}
#ticket .txt {
  color: #aaa;
}
#ticket .detail-box .ttl a {
  color: #333;
}
#ticket .detail-box .ttl a:hover {
  color: #009fde;
}
#ticket .txt-area {
  font-size: 16px;
  line-height: 1.8;
}
#ticket .txt-area p {
  margin: 0 0 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}
#ticket .txt-area a {
  color: #fd649a;
}
#ticket .txt-area a:hover {
  text-decoration: underline;
}
#ticket .tokuten-img {
  margin-bottom: 20px;
}
#ticket .tokuten-img2 {
  margin: 0 auto 20px;
  width: 60%;
  max-width: 300px;
}
@media screen and (min-width: 960px) {
  #ticket .tokuten-img2 {
    margin: 0 auto 20px 0;
  }
}
#ticket .cc {
  padding: 20px 0;
  font-size: 10px;
  color: #fff;
}
#ticket .headline {
  width: 100%;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0.5rem;
  letter-spacing: 2px;
  color: #000;
  background: #fd649a;
  font-weight: 900;
}
#ticket .ttl2 {
  margin: 20px 0 30px;
  padding: 0 0 10px;
  font-weight: bold;
  font-size: 37px;
  line-height: 1.4;
  color: #fd649a;
  text-align: center;
}
#ticket .poster {
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  #ticket .poster {
    width: 500px;
    margin: 0 auto 50px;
  }
}
#ticket .info {
  border: 1px solid #fd649a;
  margin: 0 0 40px;
  text-align: center;
}
#ticket .info p {
  text-align: center;
  width: 95%;
  margin: 1em auto;
}
@media all and (max-width: 768px) {
  #ticket {
    /*
      .link-btn:hover {
        color: #fff;
        background: #e71b0e;
      }
    */
  }
  #ticket #main {
    width: 100%;
    min-width: inherit;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "head" "left" "right" "foot";
    display: block;
  }
  #ticket #bg {
    position: fixed;
    height: 100%;
    min-height: 100vh;
  }
  #ticket #head-area {
    height: auto;
    margin: 0;
  }
  #ticket #left-area {
    position: relative;
    height: 130px;
  }
  #ticket #right-area {
    margin: 0;
    padding: 0 3%;
  }
  #ticket .head-img {
    width: 100%;
    max-width: 520px;
  }
  #ticket .link-btn {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: relative;
    z-index: 3;
    border-radius: 20px;
    /*    background: #000;*/
    margin: 0 auto;
    z-index: 1;
    transition: all 0.2s ease-out;
  }
  #ticket .detail-box {
    padding: 15vw 0;
  }
  #ticket .detail-box .date {
    font-size: 14px;
  }
  #ticket .detail-box .cat {
    font-size: 12px;
    top: 5vw;
    right: 5vw;
  }
  #ticket .detail-box .cat:hover {
    background: #ffe46d;
    color: #7b7b7a;
  }
  #ticket .detail-box .ttl {
    margin: 20px 0;
    padding: 0 0 5px;
    font-size: 20px;
  }
  #ticket .detail-box .ttl a:hover {
    color: #4e4949;
  }
  #ticket .txt-area {
    font-size: 14px;
  }
  #ticket .txt-area a:hover {
    text-decoration: underline;
  }
  #ticket .info {
    margin: 0 0 20px;
  }
  #ticket .ttl2 {
    font-size: 24px;
    margin: 40px 0 10px;
  }
}/*# sourceMappingURL=style.css.map */