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

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

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

#header

-------------------------------*/
/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 23px 0 12px;
  line-height: 1;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  #top-head {
    background: url(../img/top/main_pc.jpg) top center;
    background-size: cover;
    z-index: 4;
  }
}

#top-head .show {
  　opacity: 1;
}

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
  font-size: 36px;
}

#global-nav ul {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  font-size: 14px;
  padding: 0 0 0 20px;
  width: 100vw;
}

#global-nav ul li {
  float: left;
}

#global-nav ul li a {
  padding: 0 15px;
  letter-spacing: 5px;
}

#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
  color: #9e9682;
}

.coming {
  color: #9e9682;
  padding: 25px 0;
  font-size: 4.7333333333vw;
}
@media screen and (min-width: 960px) {
  .coming {
    font-size: 14px;
    padding: 0 15px;
  }
}

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 30px;
  height: 45px;
  background: #000;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
  color: #fff;
  padding: 0 15px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 99;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 80%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 4px;
}

#nav-toggle span:nth-child(2) {
  top: 13px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 812px) {
  .humburger-shift {
    opacity: 1 !important;
  }
  #nav-toggle {
    display: none;
  }
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
    border: none;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    z-index: 99;
  }
  #mobile-head {
    background: none;
    width: 100%;
    height: 0;
    z-index: 4;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    opacity: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: 0.4s;
    pointer-events: none;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 15px;
    padding: 15vw 0;
    display: block;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 25px 0;
    font-size: 4.7333333333vw;
  }
  #nav-toggle {
    display: block;
    background: #d22d8a;
    width: 60px;
    height: 60px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    transition: all 0.4s linear;
    opacity: 0;
    border-radius: 50%;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    background: #000;
    min-height: 100vh;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    pointer-events: auto;
  }
  #menu-txt {
    color: #fff;
    font-size: xx-small;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

@media screen and (min-width: 960px) {
  #nav-container {
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    display: flex;
    align-items: center;
  }
}

.nav-box {
  position: relative;
  margin: 0 20px;
}

.nav-btn {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  display: block;
  color: #fff;
  transition: all 0.4s ease;
}

.nav-btn:not(.coming):hover {
  color: #d22d8a;
}

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

.nav-icon {
  font-size: 100%;
}

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

#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: #242424;
  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 {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
}

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

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

photo

-------------------------------*/
.photo {
  position: relative;
  background: #000;
  z-index: 1;
}
.photo .photo-inner {
  opacity: 0;
}
.photo img {
  vertical-align: bottom;
}

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

#footer

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

#main

-------------------------------*/
#main {
  display: block;
}
@media screen and (min-width: 960px) {
  #main {
    padding: 35px 0 0 0;
  }
}

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

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #000; /* fallback for old browsers */
}

@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}
#preloader-inner {
  width: 240px;
  height: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 960px) {
  #preloader-inner {
    width: 230px;
    top: 50%;
    left: 50%;
  }
}
#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}

@media screen and (min-width: 960px) {
  #progress-txt {
    top: 350px;
  }
}
.circle {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: loading 1.2s infinite;
}

@keyframes loading {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
/*-------------------------------

@banner

-------------------------------*/
#banner-container {
  padding: 0 5% 40px;
}
@media screen and (min-width: 960px) {
  #banner-container {
    padding: 0 5% 60px;
  }
}

.banner-item {
  width: 70%;
  padding: 5px;
  transition: all 0.5s ease;
}
.banner-item:hover {
  opacity: 0.6;
}
@media screen and (min-width: 960px) {
  .banner-item {
    width: 300px;
  }
}

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

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
}

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 10px;
  transition: all 0.4s ease;
}
.sns-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  display: block;
  color: #242424;
  transition: all 0.4s ease;
}

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

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

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

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

img

-------------------------------*/
img {
  width: 100%;
}

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

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

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

animation

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

.ttl {
  opacity: 0;
}

.ttl.show {
  opacity: 1 !important;
  animation: skewin 2s ease-in-out forwards;
}

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

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

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 0;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  transition: none;
  will-change: opacity, filter;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.img-wrap1 {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}

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

.img-wrap1::before {
  animation-name: img-wrap-before;
  inset: 0 0 50%;
}

.img-wrap1::after {
  animation-name: img-wrap-after;
  inset: 50% 0 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}
.img-wrap2 {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}

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

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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#top {
  overflow: hidden;
}

.logo {
  position: absolute;
  width: 94.2666666667vw;
  top: 10.6666666667vw;
  left: 2.9333333333vw;
  transform: skew(10deg, 5deg);
  opacity: 0;
  filter: blur(10px);
}
@media screen and (min-width: 960px) {
  .logo {
    width: 53.515625vw;
    top: 3.59375vw;
    left: 23.28125vw;
  }
}
.logo.show {
  animation: skewin 2s ease-in-out forwards;
}

@keyframes skewin {
  0% {
    opacity: 0;
    transform: skew(10deg, 5deg);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    transform: skew(0deg, 0deg);
    filter: blur(0);
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.roadshow {
  position: absolute;
  width: 32vw;
  top: 89.0666666667vw;
  left: 32vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .roadshow {
    width: 14.0625vw;
    top: 32.96875vw;
    left: 42.1875vw;
  }
}
.roadshow.show {
  animation: blurin 2s ease-in-out forwards;
}

.copy {
  position: absolute;
  width: 86.4vw;
  top: 7.0666666667vw;
  left: 6.6666666667vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .copy {
    width: 60.78125vw;
    top: 3.125vw;
    left: 19.0625vw;
  }
}
.copy.show {
  animation: blurin 2s 0.2s ease-in-out forwards;
}

.review {
  position: absolute;
  width: 48.4vw;
  top: 53.8666666667vw;
  left: 46.4vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .review {
    width: 27.734375vw;
    top: 54.296875vw;
    left: 70.3125vw;
  }
}
.review.show {
  animation: blurin 2s 0.4s ease-in-out forwards;
}

.tomato {
  position: absolute;
  width: 25.0666666667vw;
  top: 138.1333333333vw;
  left: 4vw;
  filter: blur(10px);
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .tomato {
    width: 21.015625vw;
    top: 54.296875vw;
    left: 1.875vw;
  }
}
.tomato.show {
  animation: blurin 2s 0.6s ease-in-out forwards;
}

.billing-jp {
  width: 90%;
  max-width: 720px;
  margin: 15px auto;
}
@media screen and (min-width: 960px) {
  .billing-jp {
    margin: 40px auto;
  }
}

.info-bnr {
  width: 55%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .info-bnr {
    position: absolute;
    top: 2vw;
    left: 2vw;
    width: 13.5%;
    max-width: 250px;
  }
}
.info-bnr a {
  transition: 0.4s ease;
}
.info-bnr a:hover {
  opacity: 0.8;
}

.top-bnr {
  width: 52%;
  margin: 20px auto;
}
.top-bnr a {
  transition: 0.4s ease;
}
.top-bnr a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .top-bnr {
    width: 16%;
    margin: auto;
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
    max-width: 280px;
  }
}

.x-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  background: #d22d8a;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .x-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    margin: 0;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    transition: background 0.4s ease;
  }
  .x-btn:hover {
    background: #242424;
  }
}
.x-btn .x-btn-icon {
  font-size: 1.1em;
}
.x-btn .x-btn-sptxt {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-left: 20px;
}
@media screen and (min-width: 960px) {
  .x-btn .x-btn-sptxt {
    display: none;
  }
}

.bnr-container {
  position: relative;
  background: #000;
  z-index: 1;
}

.top-btn {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.top-btn a {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.5em;
  width: 90%;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  display: block;
  margin: 15px auto;
  background: #d22d8a;
  border-radius: 4px;
}
.top-btn a:hover {
  color: #000;
  background: #fff;
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .top-btn {
    font-size: 1.8em;
    display: flex;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto 40px;
  }
  .top-btn a {
    font-size: 1.3rem;
    margin: 0 10px;
  }
}

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

#intro

-------------------------------*/
#intro {
  margin: 0 auto;
  padding: 20px 0 0 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  #intro {
    margin: 0 auto;
    padding: 2vw 0 0 0;
  }
}

.intro-inner {
  padding: 60px 0 40px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .intro-inner {
    padding: 70px 0;
    width: 90%;
    margin: 0 auto 30px;
  }
}

#intro .ttl {
  width: 200px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #intro .ttl {
    width: 240px;
  }
}

.intro-photo0 {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.photo-inner img {
  vertical-align: bottom;
}

.intro-lead {
  width: 98%;
  margin: 50px auto 40px;
  max-width: 480px;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .intro-lead {
    max-width: 800px;
    margin: 50px auto 20px;
  }
}

.intro-lead.show {
  animation: skewin 2s ease-in-out forwards;
  opacity: 1 !important;
}

.intro-txt {
  color: #fff;
  text-align: justify;
  letter-spacing: 1.3px;
  line-height: 2em;
}
@media screen and (min-width: 960px) {
  .intro-txt {
    margin-top: 40px;
    width: 970px;
    margin: 20px auto 40px;
    line-height: 2em;
    text-align: center;
  }
}

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

#story 

-------------------------------*/
#story {
  margin: 0 auto;
  padding: 0 0 20px;
}
#story .ttl {
  width: 130px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #story .ttl {
    width: 150px;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  #story {
    margin: 0 auto;
  }
}

.story-inner {
  padding: 40px 0 40px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .story-inner {
    padding: 90px 0;
  }
}

.story-txt {
  color: #fff;
  text-align: left;
  font-size: 1.1em;
  letter-spacing: 1.3px;
  line-height: 2em;
  margin-top: 7%;
  font-family: yu-mincho-pr6, YuMincho, "游明朝", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 960px) {
  .story-txt {
    margin-top: 40px;
    width: 970px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 2em;
    text-align: center;
  }
}

.strong {
  font-weight: bold;
}

.kerning {
  letter-spacing: -4px;
  padding: 0 6px 0 0;
}

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

#cast

-------------------------------*/
#cast {
  padding: 50px 0;
}
@media screen and (min-width: 960px) {
  #cast {
    background: url(../img/cast/bg_pc.jpg) top center fixed;
    background-size: cover;
  }
}

@media screen and (max-width: 960px) {
  .fixed-background {
    position: fixed !important;
    height: 100vh;
    overflow: hidden;
  }
}

@media screen and (max-width: 960px) {
  .fixed-background::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/cast/bg_sp.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.cast-inner {
  position: relative;
  background: rgba(0, 0, 0, 0.35);
  width: 95%;
  margin: 0 auto;
  padding: 60px 0 40px 0;
  outline: solid 20px rgba(0, 0, 0, 0.35);
  outline-offset: 0px;
  border: double 5px #9f9682;
}
.cast-inner .ttl {
  width: 130px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  .cast-inner .ttl {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  .cast-inner {
    width: 95%;
    padding: 100px 0;
  }
}

#cast .heading {
  width: 90%;
  max-width: 180px;
  position: absolute;
  top: 40.5%;
  margin: auto;
}
@media screen and (min-width: 960px) {
  #cast .heading {
    margin: 0 auto;
    max-width: 260px;
    margin: 0 auto;
    top: auto;
    bottom: 0;
  }
}

#cast-box {
  margin: 40px auto 0;
}
@media screen and (min-width: 960px) {
  #cast-box {
    margin: 70px auto 0;
    width: 100%;
  }
}

.cast-inner .box {
  width: 60%;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .cast-inner .box {
    width: 20%;
    margin: 0 25px 50px;
  }
}

.box.other {
  width: 50% !important;
}
@media screen and (min-width: 960px) {
  .box.other {
    width: 30% !important;
  }
}

.main-cast {
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .main-cast {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }
}

.main-cast2 {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .main-cast2 {
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.cast-txt {
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 960px) {
  .cast-txt {
    float: right;
    width: 66%;
  }
}

.box {
  margin: 10px 10px 40px;
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.scale img {
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.scale img:hover {
  opacity: 0.8;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

.cast-photo {
  width: 59%;
  max-width: 300px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 960px) {
  .cast-photo {
    width: 34%;
    max-width: 280px;
    float: left;
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .modal-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    z-index: 9;
  }
}

.modal-open:hover {
  cursor: pointer;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 1000;
  margin: 10px;
  padding: 35px;
  border-radius: 2px;
  height: auto;
  margin-top: 100px !important;
}
@media screen and (min-width: 960px) {
  .modal-content {
    margin: 10px;
    padding: 45px;
    border-radius: 2px;
    width: 90%;
    width: 900px;
    height: 500px;
    overflow: auto;
    margin-top: 100px;
  }
}

.cast-name {
  font-size: 21px;
  line-height: 1.2;
  padding-bottom: 10px;
  margin: 20px 0;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .cast-name {
    padding: 10px 0 !important;
  }
}

.cast-name.modal {
  font-size: 23px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.cast-name.modal span {
  font-size: 14px;
  padding: 0 0 0 5px;
}
@media screen and (min-width: 960px) {
  .cast-name.modal span {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .cast-name.modal {
    text-align: justify;
    padding: 10px 0 !important;
    border-bottom: 1px solid #fff;
  }
}

.role-info {
  color: #fff;
  word-break: break-word;
  text-align: justify;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #fff;
}

.role {
  margin: 10px 0;
  color: #009fba;
  text-shadow: none;
}
@media screen and (min-width: 960px) {
  .role {
    margin: 10px 0;
  }
}

.role p {
  color: #fff !important;
  text-shadow: none !important;
  padding: 3px 11px;
}
@media screen and (min-width: 960px) {
  .role p {
    margin-bottom: 0;
    background: #000000;
    color: #fff;
    padding: 0 8px;
    text-shadow: none;
  }
}

.modal-content p {
  word-break: break-word;
  text-align: justify;
  color: #fff;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.cast-name span {
  font-size: 15px;
  display: block;
  padding: 8px 0 0 0;
  color: #9e9682;
}

.modal-close {
  position: absolute;
  top: 1vw;
  right: 2.5vw;
  color: #fff;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 960px) {
  .modal-close {
    position: absolute;
    top: 5px;
    right: 10px;
  }
}

.modal-close:hover {
  cursor: pointer;
}

.modal-content h2 {
  text-align: left !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #c00f18;
  margin: 0 0 10px 0;
}

#modal0, #modal1, #modal2, #modal3, #modal4 {
  width: 95% !important;
  height: 90vh;
  overflow-y: auto;
}
@media screen and (min-width: 960px) {
  #modal0, #modal1, #modal2, #modal3, #modal4 {
    width: 80% !important;
    max-width: 1080px;
    height: 500px;
    overflow: auto;
    margin-top: 0px;
  }
}

.profile-btn {
  margin: 20px 0 0;
  position: relative;
  padding: 0.7rem 0;
  color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: xx-small;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .profile-btn {
    padding: 0.9rem 0;
    letter-spacing: 3px;
    width: 60%;
    margin: 0 auto;
  }
}

.profile-btn:hover {
  background: #000;
  color: #fff;
}

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

#staff

-------------------------------*/
#staff {
  margin: 0 auto;
  background: #aca48e;
}
#staff .ttl {
  width: 130px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 960px) {
  #staff .ttl {
    width: 150px;
  }
}
@media screen and (min-width: 960px) {
  #staff {
    margin: 0 auto;
  }
}

.staff-inner {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .staff-inner {
    padding: 120px 0;
  }
}

.s-profile {
  background: #201f1b;
}
@media screen and (min-width: 960px) {
  .s-profile {
    display: flex;
    justify-content: center;
    width: 850px;
    margin: 0 auto;
  }
}

.staff-photo0 {
  width: 70%;
  margin: 0 auto;
  padding: 30px 0 0;
}
.staff-photo0 img {
  vertical-align: bottom;
}
@media screen and (min-width: 960px) {
  .staff-photo0 {
    width: 40%;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 960px) {
  .staff-photo1 {
    width: 60%;
  }
}

.staff-name {
  margin: 0 auto 15px;
  background: #9e9682;
  text-align: center;
  padding: 0 10px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  display: block;
  width: 60%;
}
.staff-name span {
  font-size: 15px;
}
@media screen and (min-width: 960px) {
  .staff-name {
    width: auto;
    text-align: left;
    margin: 0 0 15px 0;
    display: inline-table;
  }
}

.staff-txt {
  color: #fff;
  text-align: justify;
  font-size: 1.1em;
  letter-spacing: 1.3px;
  line-height: 2em;
  margin: 7% 0;
  padding: 0 20px 20px;
}
@media screen and (min-width: 960px) {
  .staff-txt {
    width: 100%;
    margin: 20px auto;
    font-size: 14px;
    line-height: 2em;
    text-align: justify;
    padding: 20px 40px 0;
  }
}

.st-photo {
  position: relative;
  height: 50vh;
  min-height: 710px;
}
@media screen and (min-width: 960px) {
  .st-photo {
    height: 50vh;
    height: 50vh;
    min-height: 700px;
  }
}

.st0 {
  position: absolute;
  width: 40vw;
  max-width: 120px;
  right: 0;
  z-index: 2;
  animation-delay: 0.6s;
}
@media screen and (min-width: 960px) {
  .st0 {
    max-width: 200px;
    left: 15.8vw;
    top: 2vw;
  }
}

.st1 {
  position: absolute;
  width: 85vw;
  right: 0;
  left: 0;
  margin: auto;
  top: 170px;
  animation-delay: 0.2s;
}
@media screen and (min-width: 960px) {
  .st1 {
    width: 480px;
    left: 0;
    top: 190px;
    right: 0;
    margin: auto;
  }
}

.st2 {
  position: absolute;
  width: 150px;
  left: 0;
  bottom: 0;
  animation-delay: 0.4s;
}
@media screen and (min-width: 960px) {
  .st2 {
    width: 310px;
    right: 8vw;
    left: auto;
    top: 6vw;
  }
}

.st4 {
  position: absolute;
  width: 180px;
  right: 0;
  bottom: 0;
}

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

contents

-------------------------------*/
.contents {
  position: relative;
  background: #000;
  z-index: 1;
}

.contents-ttl {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.8em;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 1.8em;
  }
}

.jp-ttl {
  font-family: "Noto Serif JP", 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: #333;
  line-height: 1.8;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

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

.news

-------------------------------*/
.news {
  margin: 0 auto;
  padding: 40px 5%;
}
.news .contents-ttl {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .news {
    display: flex;
    border: none;
    max-width: 1280px;
    margin: 10px auto;
    padding: 10px 5% 60px;
  }
}

@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;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .news-ttl-wrap {
    width: 300px;
    padding-right: 60px;
  }
}

.news-link {
  font-family: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  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 {
    transition: all 0.4s ease;
  }
  .news-link:hover {
    color: #d22d8a;
  }
  .news-link:hover span {
    background: #d22d8a;
  }
  .news-link:hover span::after {
    background: #d22d8a;
  }
}

.news-item {
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #5f585c;
  border-bottom: 1px solid #5f585c;
  display: block;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .news-item {
    transition: all 0.4s ease;
  }
  .news-item:hover {
    color: #d22d8a;
  }
  .news-item:hover .arrow {
    background: #242424;
  }
}

.arrow {
  display: block;
  background: #d22d8a;
  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: "Cormorant", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

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

.mvtk-bnr-container {
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
}
.mvtk-bnr-container a {
  display: block;
  margin: 0 auto;
  padding: 5px;
  width: 70%;
}
@media screen and (min-width: 960px) {
  .mvtk-bnr-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mvtk-bnr-container a {
    display: block;
    margin: 0;
    padding: 5px;
    width: 16.6666666667%;
    transition: opacity 0.4s ease;
  }
  .mvtk-bnr-container a:hover {
    opacity: 0.7;
  }
}

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

#movie

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

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

@media screen and (min-width: 960px) {
  .trailer-pc-modaal {
    display: block;
    position: relative;
  }
  .trailer-pc-modaal:hover {
    transform: scale(1.1);
  }
}

#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 {
    max-width: 980px;
  }
}

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

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

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

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

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

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

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

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

#cboxOverlay {
  background: #242424;
}

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

#footer

-------------------------------*/
#footer {
  background: #242424;
  padding: 10px 0;
  position: relative;
}

.billing-en {
  width: 90%;
  max-width: 644px;
  margin: 15px auto;
}
@media screen and (min-width: 960px) {
  .billing-en {
    margin: 40px auto;
  }
}

.share-container {
  margin: 30px 0 0;
}
.share-container .contents-ttl {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .share-container {
    margin: 60px 0 0;
  }
}/*# sourceMappingURL=style.css.map */