@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 {
  font: 13px/1 "Zen Old Mincho", serif;
  font-weight: 400;
  word-break: break-all;
  word-wrap: break-word;
  color: #fff;
  background: #101111;
  /*-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 "Zen Old Mincho", 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);
}

::selection {
  background-color: #8c5ea9;
  color: #fff;
}

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

@PC - common.css v5.0.0

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

#wrapper

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

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

#header

-------------------------------*/
#header {
  position: absolute;
  top: 0;
  right: 0;
}
#drawer-btn {
  position: fixed;
  z-index: 100;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: #000;
  border-radius: 100px;
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    width: 70px;
    height: 70px;
  }
}

#drawer-txt {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 10px;
  text-align: center;
  color: #fff;
  padding: 14px 0 0;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 53px;
  height: 28px;
  padding: 4px 9px 0px 0;
}
@media screen and (min-width: 960px) {
  #drawer-line-box {
    width: 53px;
    height: 28px;
    padding: 9px 3px 0px 0;
  }
}

.drawer-line {
  width: 30px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 0 0 6px 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);
  width: 30px;
}

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

@nav

-------------------------------*/
#nav {
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #nav {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10;
    display: flex;
    transition: background 0.4s ease;
  }
  #nav.active {
    background: rgb(13, 125, 148);
    border-bottom: 1px solid transparent;
  }
}

#nav-container {
  width: 90%;
  margin: 0px auto 5px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  #nav-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 0 20px;
  }
}

.nav-box {
  width: 50%;
  padding: 5px;
  text-align: center;
  display: none;
}
@media screen and (min-width: 960px) {
  .nav-box {
    display: block;
    width: auto;
    padding: 0;
  }
}

#nav-theaters,
#nav-news {
  display: block;
}

.nav-btn {
  display: block;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #fff;
  background: #22272e;
  border-radius: 5px;
  margin: 0;
  padding: 20px;
}
.nav-btn:hover {
  background: #8c5ea9;
  color: #22272e;
}
@media screen and (min-width: 960px) {
  .nav-btn {
    background: transparent;
    padding: 23px 10px;
  }
  .nav-btn:hover {
    background: transparent;
    color: #8c5ea9;
  }
}

.sns-container {
  display: flex;
  justify-content: center;
}

.sns-item {
  margin-right: 10px;
}
.sns-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  background: #22272e;
  border: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .sns-item {
    margin-right: 20px;
  }
  .sns-item a {
    background: transparent;
    width: 40px;
    height: 60px;
    border: none;
  }
  .sns-item a:hover {
    background: transparent;
    color: #8c5ea9;
  }
}

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

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 80;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 50px 0 0 0;
}
#drawer-container .sns-container {
  position: relative;
  top: auto;
  right: auto;
  margin: 20px 0;
}

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

#drawer-nav-container {
  font-size: 16px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #drawer-nav-container {
    margin: 0 auto 50px;
  }
}

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

.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  display: block;
  color: #fff;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  padding: 20px 0;
}
@media screen and (min-width: 960px) {
  .drawer-nav-btn {
    font-size: 20px;
    padding: 10px 0;
  }
}

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

#footer

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

#main

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

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

#preloader

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

#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #010d17;
  z-index: 9000;
}
#preloader2 img {
  opacity: 0;
  animation: preloader2 0.5s ease forwards;
}
@media screen and (min-width: 960px) {
  #preloader2 img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
  }
}

@keyframes preloader2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader-copy {
  width: 4vw;
  position: absolute;
  top: 40vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 960px) {
  .preloader-copy {
    width: 1vw;
    min-width: 20px;
    top: 50vh;
  }
}

#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: 100%;
  display: block;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 190px;
  left: 0;
  z-index: 4;
}

@keyframes pre {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#preloaderAnime {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 8px);
}

@keyframes katakata {
  0% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.preloader-icon {
  width: 100px;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 50px);
  animation: katakata 0.4s infinite alternate steps(2);
}

.preloader-logo {
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 90px);
  width: 180px;
  margin: 0 auto;
  animation: preLogo 0.2s ease forwards;
}

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

@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;
  align-items: center;
}

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

.sns-btn {
  margin: 0 10px;
}

.share-link-btn {
  display: block;
  color: #fff;
  font-size: 18px;
}
@media screen and (min-width: 960px) {
  .share-link-btn:hover {
    color: #8c5ea9;
  }
}

.custom-twitter-btn {
  font-size: 13px;
}

.custom-facebook-btn {
  font-size: 16px;
}

.custom-line-btn {
  font-size: 18px;
}

.share-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.share-ttl {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 0.8em;
  text-align: center;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
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;
  transition: all 0.4s ease;
}

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

@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 {
  width: 100%;
  vertical-align: middle;
}

.h100 {
  width: auto !important;
  height: 100%;
}

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

animation

-------------------------------*/
.fade {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeinup {
  opacity: 0;
  transform: translate(0px, 40px);
  transition: all 2s ease;
}
.fadeinup.fadein-anime {
  animation: fadeinup 2s ease forwards;
}

@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.fadeindown {
  opacity: 0;
  transform: translate(0px, -40px);
  transition: all 2s ease;
}
.fadeindown.fadein-anime {
  animation: fadeindown 2s ease forwards;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
#cboxOverlay {
  background: #22272e;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #000;
}

.modaal-close:after, .modaal-close:before {
  width: 1px;
  left: 25px;
}

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

@PC - style.css v5.0.0

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

#wrapper

-------------------------------*/
#wrapper {
  overflow-x: hidden;
}
/*-------------------------------

video

-------------------------------*/
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.video-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/img/overlay.png) rgba(0, 0, 0, 0.2);
  background-size: 2px;
}

#video-pc,
#video-sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  #video-pc,
  #video-sp {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

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

#top

-------------------------------*/
#top {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.top-main {
  text-align: center;
  aspect-ratio: 2/3;
}
@media screen and (min-width: 960px) {
  .top-main {
    aspect-ratio: 16/9;
  }
}

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

.main-visual.show {
  animation: scalein 2s ease forwards;
}

@keyframes scalein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(30px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.logo {
  position: absolute;
  z-index: 1;
  width: 51.4666666667vw;
  top: 5.3333333333vw;
  left: 6.6666666667vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 30.859375vw;
    top: 36.71875vw;
    left: 31.484375vw;
  }
}
.logo.show {
  animation: blur 1s ease-in-out forwards;
}

.roadshow {
  position: absolute;
  z-index: 1;
  width: 27.3333333333vw;
  top: 24vw;
  left: 8vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 17.5vw;
    top: 72%;
    right: 3.6%;
    left: auto;
  }
}
.roadshow.show {
  animation: blur 1.5s ease-in-out forwards;
}

.award {
  position: absolute;
  z-index: 1;
  width: 86.6666666667vw;
  top: 109.3333333333vw;
  left: 6.6666666667vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .award {
    width: 15.625vw;
    top: 13.28125vw;
    left: 78.90625vw;
  }
}
.award.show {
  animation: blur 1.5s ease-in-out forwards;
}

.txt0 {
  position: absolute;
  z-index: 1;
  width: 91.4666666667vw;
  top: 141.3333333333vw;
  left: 4.2666666667vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .txt0 {
    width: 46.171875vw;
    top: 51.71875vw;
    left: 26.953125vw;
  }
}
.txt0.show {
  animation: blur 1.5s ease-in-out forwards;
}

.txt1 {
  position: absolute;
  z-index: 1;
  width: 3.2vw;
  top: 57.3333333333vw;
  left: 9.0666666667vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .txt1 {
    width: 1.5625vw;
    top: 12.421875vw;
    left: 15.3125vw;
  }
}
.txt1.show {
  animation: blur 1.5s ease-in-out forwards;
}

.txt2 {
  position: absolute;
  z-index: 1;
  width: 85.2vw;
  top: 142.8vw;
  left: 7.4666666667vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .txt2 {
    width: 58.984375vw;
    top: 71.015625vw;
    left: 20.546875vw;
  }
}
.txt2.show {
  animation: blur 1.5s ease-in-out forwards;
}

.cloudimg {
  position: absolute;
  z-index: 1;
  width: 23.7333333333vw;
  top: 82vw;
  left: -11.7333333333vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .cloudimg {
    width: 11.015625vw;
    top: 25.078125vw;
    left: 5.625vw;
  }
}
.cloudimg.show {
  animation: blur 1.5s ease-in-out forwards;
}

.billing {
  margin: 0 auto;
  padding: 30px 0 0;
  z-index: 1;
  width: 80.9333333333vw;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 43.125vw;
    padding: 40px 0;
  }
}

.btn-container {
  padding: 0 5% 40px;
}
@media screen and (min-width: 960px) {
  .btn-container {
    padding: 0 5% 60px;
  }
}

.btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-list li {
  width: 50%;
  max-width: 200px;
  padding: 5px;
}
.btn-list li a:hover {
  opacity: 0.7;
}

.widgets {
  margin: 0 auto 20px;
}

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

.sns-link {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.sns-link li {
  margin: 5px;
}
.sns-link a {
  display: block;
  background: #22272e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 14px;
  border-radius: 100px;
}
@media screen and (min-width: 960px) {
  .sns-link a {
    width: 60px;
    height: 60px;
  }
  .sns-link a:hover {
    background: #8c5ea9;
  }
}
@media screen and (min-width: 960px) {
  .sns-link {
    display: flex;
    padding: 0;
    border: none;
  }
}

.mvtk {
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  .mvtk {
    padding: 40px 0;
  }
}

.bnr-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto 0;
}
.bnr-list li {
  width: 60%;
  max-width: 280px;
}
.bnr-list li a {
  display: block;
}
.bnr-list li a:hover {
  opacity: 0.7;
}

.bnr-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .bnr-pc {
    display: block;
    position: absolute;
    right: 4%;
    bottom: 9%;
    width: 16%;
    transition: opacity 0.4s ease;
  }
  .bnr-pc:hover {
    opacity: 0.7;
  }
}

.bnr-sp {
  width: 75%;
  margin: 2rem auto 1rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .bnr-sp {
    display: none;
  }
}

.btn-wrap-sp {
  display: flex;
  padding: 20px 5% 20px;
}
.btn-wrap-sp a {
  display: block;
  margin: 5px;
}
@media screen and (min-width: 960px) {
  .btn-wrap-sp {
    display: none;
  }
}

.btn-wrap-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .btn-wrap-pc {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .btn-wrap-pc a {
    display: block;
    width: 11vw;
    max-width: 200px;
    margin: 5px;
    transition: opacity 0.4s ease;
  }
  .btn-wrap-pc a:hover {
    opacity: 0.7;
  }
}

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

contents

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

.contents-ttl {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  color: #22272e;
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
}

.jp-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 12px;
  margin: 5px 0;
  letter-spacing: 0.1em;
}

.txt-container {
  text-align: justify;
}
.txt-container p {
  color: #ccc;
  line-height: 2;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

.ph-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ph-container li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .ph-container li {
    width: 25%;
  }
}

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

#pickup

-------------------------------*/
#pickup {
  background: #101111;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #pickup {
    margin: 0 auto 0;
    padding: 20px 0;
  }
}

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

.news

-------------------------------*/
.news {
  padding: 20px 5%;
  border-top: #2a2e2e solid 1px;
  border-bottom: #2a2e2e solid 1px;
}
.news .contents-ttl {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .news {
    padding: 40px 5% 40px;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    border: none;
  }
}

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

.news-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .news-ttl-wrap {
    width: 300px;
    padding-right: 60px;
  }
}

.news-link {
  display: block;
  color: #fff;
}
.news-link span {
  display: inline-block;
  background: #fff;
  width: 30px;
  height: 1px;
  margin-left: 5px;
  position: relative;
  transition: background-color 0.4s ease;
}
.news-link 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-link:hover {
    color: #8c5ea9;
  }
  .news-link:hover span {
    background: #8c5ea9;
  }
  .news-link:hover span::after {
    background: #8c5ea9;
  }
}

.news-item {
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #2a2e2e;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .news-item {
    border-bottom: 1px solid #2a2e2e;
  }
  .news-item:hover {
    color: #8c5ea9;
  }
  .news-item:hover .arrow {
    background: #8c5ea9;
  }
}

.arrow {
  display: block;
  background: #22272e;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  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;
}

.news-date {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  margin-bottom: 5px;
}

.news-txt {
  line-height: 1.4;
  padding-right: 40px;
}

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

#movie

-------------------------------*/
#trailer {
  background: url(../img/top/trailer_bg.jpg);
  position: relative;
  padding: 30px 0 10px;
}
#trailer .contents-ttl {
  color: #fff;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #trailer .contents-ttl {
    width: 100%;
    padding: 0 5% 20px;
  }
}
#trailer .swiper-container {
  padding: 0 0 30px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #trailer {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  #trailer .swiper-container {
    padding: 0 0 30px;
  }
}

.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 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 960px) {
  #movie-container {
    width: 90%;
    max-width: 1280px;
  }
}

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

.movie-cap {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.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-pagination-bullet {
  background: #888;
}

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

.trailer-button-prev,
.trailer-button-next {
  background: #000;
  width: 36px;
  height: 60px;
  z-index: 30;
  position: relative;
  z-index: 10;
}
.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.swiper-button-disabled,
  .trailer-button-next.swiper-button-disabled {
    display: 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-prev:hover,
  .trailer-button-next:hover {
    background: #22272e;
  }
}

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

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

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

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

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

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 36px;
  width: 36px;
  top: auto;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 36px;
  width: 36px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    background-size: 8px;
    width: 60px;
    height: 100px;
    transition: background-color ease 0.4s;
    cursor: pointer;
    display: none;
  }
  .swiper-button-prev:after:hover,
  .swiper-button-next:after:hover {
    background: #22272e;
  }
}

/* 前に戻る画像パス */
.swiper-button-prev:after {
  background-image: url(../img/common/arrow_left.svg);
}

/* 次に進む画像パス */
.swiper-button-next:after {
  background-image: url(../img/common/arrow_right.svg);
}

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

video

-------------------------------*/
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
}
.video-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../common/img/overlay.png) rgba(0, 0, 0, 0.2);
  background-size: 2px;
}

#video-pc,
#video-sp {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 960px) {
  #video-pc,
  #video-sp {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

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

#intro

-------------------------------*/
#intro {
  background: rgba(0, 0, 0, 0.5);
}

.intro-lead-wrap {
  position: relative;
}

.intro-lead0 {
  position: absolute;
  width: 18.2666666667vw;
  top: 4.6666666667vw;
  left: 77.3333333333vw;
}
@media screen and (min-width: 960px) {
  .intro-lead0 {
    width: 14.6875vw;
    top: 4.375vw;
    left: 77.34375vw;
  }
}

.intro-lead1 {
  position: absolute;
  width: 24.5333333333vw;
  top: 4.6666666667vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 960px) {
  .intro-lead1 {
    width: 19.765625vw;
    top: 4.375vw;
    left: 9.21875vw;
  }
}

.intro-txt-wrap {
  padding: 30px 5%;
}
@media screen and (min-width: 960px) {
  .intro-txt-wrap .txt-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 0;
  }
}

.intro-ph-wrap {
  position: relative;
  z-index: 2;
  margin: 60px 0 0;
}
@media screen and (min-width: 960px) {
  .intro-ph-wrap {
    margin: 18% 0 0;
  }
}

.cloudimg1 {
  position: absolute;
  transform: scale(-1, 1);
  width: 30%;
  right: -12%;
  top: 0;
}
@media screen and (min-width: 960px) {
  .cloudimg1 {
    width: 20%;
    top: 15%;
  }
}

.cloudimg2 {
  position: absolute;
  transform: rotate(45deg);
  width: 30%;
  bottom: 0;
  left: -10%;
}
@media screen and (min-width: 960px) {
  .cloudimg2 {
    width: 20%;
  }
}

.intro-ph-box0,
.intro-ph-box1 {
  position: absolute;
  top: -60px;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 0 5px;
}
@media screen and (min-width: 960px) {
  .intro-ph-box0,
  .intro-ph-box1 {
    top: -25%;
    padding: 0 40px;
  }
}

.intro-ph-box1 {
  top: auto;
  bottom: -10%;
}

.intro-ph {
  position: relative;
  z-index: 1;
  width: 33.3333333333%;
  padding: 10px;
}
.intro-ph img {
  display: block;
  border: 1px solid #8c5ea9;
}
.intro-ph:nth-of-type(3) {
  margin-top: 8%;
}
@media screen and (min-width: 960px) {
  .intro-ph {
    padding: 20px;
  }
}

.ph-wrap {
  display: flex;
}

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

cast

-------------------------------*/
#cast .contents-ttl {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 5% 0;
}
@media screen and (min-width: 960px) {
  #cast .contents-ttl {
    padding: 60px 10% 0;
  }
}

.cast-prof-list .prof-nav {
  position: relative;
  width: 70%;
  margin: 40px auto;
}
.cast-prof-list .prof-nav:nth-child(even) .prof-character-txt {
  left: -0.5em;
}
@media screen and (min-width: 960px) {
  .cast-prof-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto 40px;
  }
  .cast-prof-list .prof-nav {
    width: 33.3333333333%;
    padding: 0 40px 20px;
  }
}

.prof-img {
  position: relative;
  margin-bottom: 20px;
}

.prof-img-item {
  width: 100%;
  overflow: hidden;
  background: #000;
}
.prof-img-item img {
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.prof-character-txt {
  position: absolute;
  top: 20px;
  right: -0.5em;
  display: inline-block;
  background: #000;
  font-size: 1.1em;
  writing-mode: vertical-rl;
}

.prof-btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  transition: all 0.4s ease;
}

.prof-nav:nth-child(even) .prof-character-txt {
  right: auto;
  left: -0.5em;
  top: auto;
  bottom: 20px;
}
@media screen and (min-width: 960px) {
  .prof-nav:hover {
    cursor: pointer;
  }
  .prof-nav:hover .prof-img-item img {
    transform: scale(1.1);
    opacity: 0.6;
  }
  .prof-nav:hover .prof-btn {
    color: #8c5ea9;
  }
}

.prof-name-box {
  text-align: center;
}

.prof-name {
  margin: 10px 0;
  font-size: 2em;
  letter-spacing: 0.2em;
  transition: all 0.4s ease;
  line-height: 1 !important;
}
.prof-name span {
  color: #8c5ea9;
}

.prof-role {
  line-height: 1 !important;
}

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

staff

-------------------------------*/
#staff {
  background: rgba(0, 0, 0, 0.2);
}
#staff .contents-inner {
  padding: 0 0 30px;
}
#staff .contents-ttl {
  padding: 30px 5% 0;
}
@media screen and (min-width: 960px) {
  #staff .contents-inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 80px;
  }
}

.staff-prof-list {
  padding: 0 5%;
}
@media screen and (min-width: 960px) {
  .staff-prof-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.staff-prof-list li {
  position: relative;
  width: 100%;
  margin: 20px auto;
  border: 1px solid;
  padding: 10px 20px;
}
@media screen and (min-width: 960px) {
  .staff-prof-list li {
    transition: border-color 0.4s ease;
    width: calc(50% - 20px);
    padding: 20px;
    margin: 10px;
  }
  .staff-prof-list li:hover {
    cursor: pointer;
    border-color: #8c5ea9;
  }
}
.staff-prof-list li:first-child {
  padding: 20px;
  width: 100%;
}
.staff-prof-list .prof-name {
  font-size: 1.3em;
}
.staff-prof-list li:first-child .prof-name {
  font-size: 1.6em;
}
.staff-prof-list .prof-btn {
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

songs

-------------------------------*/
#songs .contents-inner {
  padding: 0 0 30px;
}
#songs .contents-ttl {
  padding: 30px 5% 0;
}
@media screen and (min-width: 960px) {
  #songs .contents-inner {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
  }
}

.songs-prof-img {
  width: 80%;
  max-width: 640px;
  margin: 0 auto 20px;
}

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

#overlay

-------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
}

.overlay-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 60px 5%;
}

.prof-container {
  position: relative;
}

.prof-box {
  display: none;
  max-width: 1000px;
}
.prof-box .cast-img {
  margin-bottom: 30px;
}
.prof-box a {
  color: #8c5ea9;
  text-decoration: underline;
}
@media screen and (min-width: 960px) {
  .prof-box {
    display: flex;
  }
  .prof-box .cast-img {
    padding: 0 40px 0 0;
  }
  .prof-box .prof-box1 {
    width: 40%;
  }
  .prof-box .prof-box2 {
    flex: 1;
  }
}

.overlay-close {
  position: absolute;
  top: -70px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  margin: 20px auto;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 960px) {
  .overlay-close {
    top: -80px;
    right: 0;
    cursor: pointer;
    transition: opacity 0.4s ease;
  }
  .overlay-close:hover {
    opacity: 0.5;
  }
}

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

#fotter

-------------------------------*/
#footer {
  position: relative;
  background: #000;
}

.billing2-wrap {
  background: #000;
  padding: 30px 5% 20px;
}
@media screen and (min-width: 960px) {
  .billing2-wrap {
    padding: 7% 10% 30px;
  }
}

.billing2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.share-container {
  padding: 5px;
  background: #101111;
}
@media screen and (min-width: 960px) {
  .share-container {
    padding: 10px 20px;
  }
}

.theater-link {
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.8em;
  border: solid 1px #fff;
  margin: 0 auto 5%;
  padding: 1%;
  display: block;
  text-align: center;
  width: 55%;
  font-size: 1.5em;
}
@media screen and (min-width: 960px) {
  .theater-link {
    display: none;
    margin: 20px auto 20px;
    padding: 10px;
    width: 390px;
  }
  .theater-link:hover {
    color: #8c5ea9;
    border: solid 1px #8c5ea9;
  }
}

#comment {
  /*-------------------------------

  comment

  -------------------------------*/
  color: #22272e;
  padding-top: 20px;
  /* youtube設定 */
  /*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
  /*-------------------------------

  #buzzes

  -------------------------------*/
  /**/
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 0;
  }
}
#comment #wrapper {
  position: relative;
}
#comment #wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../comment/assets/img/bg_sp.jpg) bottom center;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #comment #wrapper::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../comment/assets/img/bg_pc.jpg) bottom center;
    background-size: cover;
  }
}
#comment .contents-inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 5%;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) {
  #comment .contents-inner {
    padding: 5%;
  }
}
#comment .logo-wrap {
  padding: 5%;
}
#comment .comment-logo {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
}
#comment .contents-ttl {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.8em;
}
#comment .opinion {
  margin: 0 auto;
  max-width: 1440px;
}
#comment .opinion-ttl {
  color: #fff;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 5px;
  font-size: 1.4em;
}
@media screen and (min-width: 960px) {
  #comment .opinion-ttl {
    font-size: 1.6em;
  }
}
#comment .opinion-share {
  display: inline-block;
  text-align: center;
  color: #e9cd30;
  background: #000;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  #comment .opinion-share {
    font-size: 14px;
  }
}
#comment .list-inner {
  padding: 30px 20px 30px;
  transition: 1s;
}
#comment .comment-list {
  width: 100%;
  margin: 30px auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
#comment .comment-list li {
  color: #fff;
  width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 960px) {
  #comment .comment-list li {
    width: calc(33.3333333333% - 20px);
    list-style: none;
    margin: 0 10px 30px;
    padding: 30px 0 0;
  }
}
#comment .share-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 17px;
  letter-spacing: 2px;
  margin: 30px auto 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  margin: 40px 0 0;
  left: 0;
  right: 0;
  border: none;
  background: #fff;
  color: #000;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
}
#comment .share-btn:hover {
  background: #000;
  color: #fff;
}
#comment .comment-txt {
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 2;
  margin: 0 0 60px;
  text-align: justify;
  word-break: break-word;
  letter-spacing: 1px;
}
#comment .comment-txt2 {
  font-size: 17px;
  letter-spacing: 3px;
  line-height: 2;
  margin: 0 0 20px;
  text-align: justify;
  word-break: break-word;
  letter-spacing: 1px;
}
#comment .comment-txt strong {
  color: #c10113;
  font-size: 1.2em;
  font-weight: bold;
}
#comment .comment-name {
  text-align: left;
  font-size: 22px;
  font-feature-settings: "palt";
  padding: 1em 0;
  width: 100%;
  box-sizing: border-box;
}
#comment .comment-name span {
  font-size: 12px;
  margin: 5px 0 0 0;
  line-height: 1.5;
  display: block;
}
#comment .name-small {
  font-size: 0.57em;
  color: #c10113 !important;
}
#comment .comment-name-e {
  position: relative;
  font-size: 24px;
  text-align: right;
  padding: 1em 0;
}
#comment .att {
  padding: 10px 0 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
}
#comment .photo.pc {
  margin-top: -350px;
}
#comment .share-btn {
  width: 100%;
}
#comment .photo img {
  vertical-align: bottom;
}
#comment .iziModal .iziModal-header {
  background: none !important;
  padding: 25px 0;
  box-shadow: none !important;
}
#comment .iziModal .iziModal-header-title, #comment .iziModal .iziModal-header-subtitle {
  display: none;
}
#comment .iziModal .iziModal-button-close {
  background: url(../img/close.png) no-repeat 50% 50%;
}
#comment .preview {
  padding: 3% 10% 3%;
}
#comment .preview-inner {
  box-shadow: 0px 0px 16px 0px rgba(150, 150, 150, 0.6);
}
#comment .preview-txt {
  color: #000;
  padding: 5% 10% 3%;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 13px;
}
#comment .preview-inner img {
  width: 100%;
  padding: 0 10% 10%;
}
#comment .share-info {
  text-align: center;
  color: red;
  font-weight: bold;
  /* font-size: 19px; */
  line-height: 1.5;
}
#comment .share-info span {
  display: block;
  font-size: x-small;
  color: #000;
}
#comment .share-btn2 {
  display: block;
  width: 80%;
  margin: 0 auto;
  max-width: 390px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
  font-size: 17px;
  background: #000;
  font-family: "Averia Serif Libre", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.15em;
  letter-spacing: 2px;
  margin: 10px auto 50px;
  cursor: pointer;
  /* font-weight: bold; */
}
#comment .share-btn:hover {
  background: #22272e;
  color: #fff;
}
#comment .entry-btn {
  color: #fff;
  width: 100%;
  display: block;
  cursor: pointer;
}
#comment .entry-btn:hover {
  background: #22272e;
  color: #fff;
}
#comment .comment-txt span,
#comment .comment-txt2 span {
  color: #c10113;
  font-size: 20px;
}
#comment #youtube-area {
  position: fixed;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}
#comment #youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#comment .official-btn {
  text-align: center;
}
#comment .official-btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 100px;
  padding: 15px 30px;
  font-size: 0.9em;
  margin-bottom: 20px;
}
#comment .official-btn a:hover {
  background: #22272e;
}
#comment .share-ttl {
  color: #fff;
}
#comment #buzzes {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  padding: 40px 0 0 0;
}
#comment #buzzes .ttl {
  width: 90%;
  max-width: 350px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
#comment .buzzes-bnr {
  width: 90%;
  max-width: 420px;
  margin: 20px auto;
  transition: opacity 0.4s ease;
}
#comment .buzzes-bnr:hover {
  cursor: pointer;
  opacity: 0.8;
}
#comment #buzzes-telop-btn-container li a {
  background: #8c5ea9;
}/*# sourceMappingURL=style.css.map */