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

@PC - common.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: #fff;
  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;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  -webkit-font-feature-settings: "palt";
          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;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

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

@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 {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 900;
}
@media screen and (min-width: 960px) {
  #header {
    width: 60px;
    height: 60px;
    top: 60px;
    right: 60px;
  }
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(102, 8, 78, 0.2);
          box-shadow: 0 0 20px rgba(102, 8, 78, 0.2);
}
@media screen and (min-width: 960px) {
  #drawer-btn {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    -webkit-box-shadow: 0 0 20px rgba(102, 8, 78, 0.2);
            box-shadow: 0 0 20px rgba(102, 8, 78, 0.2);
    border: none;
    color: #ff2fcb;
  }
}

#drawer-txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  color: #ff2fcb;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}
@media screen and (min-width: 960px) {
  #drawer-txt {
    padding: 10px 0 0 2px;
  }
}

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

.drawer-line {
  width: 30px;
  height: 2px;
  background: #ff2fcb;
  display: block;
  margin: 0 auto 5px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .drawer-line {
    margin: 0 auto 6px auto;
  }
}

.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}
@media screen and (min-width: 960px) {
  .drawer-line.open:nth-child(1) {
    -webkit-transform: rotate(405deg) translate(5px, 7px);
    transform: rotate(405deg) translate(5px, 7px);
  }
}

.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}

.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

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

@nav

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

#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: #ff2fcb;
  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;
  margin: 40px 0;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 960px) {
  .drawer-nav-btn {
    font-size: 20px;
    margin: 20px 0;
  }
}

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

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

#footer

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

#main

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

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

#preloader

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

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

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

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

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 100%;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #ffff00;
  text-align: center;
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 8px);
  color: #ffff00;
  z-index: 100;
}

#preloader-img {
  width: 200px;
  position: absolute;
  top: -110px;
  left: calc(50% - 100px);
  z-index: 100;
  -webkit-animation: preanime 2s alternate infinite;
          animation: preanime 2s alternate infinite;
}

@-webkit-keyframes preanime {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes preanime {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.loader, .loader:before, .loader:after {
  display: block;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: bblFadInOut 1.8s infinite ease-in-out;
          animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes bblFadInOut {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}

@keyframes bblFadInOut {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
/*-------------------------------

@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

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

@SNS

-------------------------------*/
#social-container {
  margin: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.share-link-btn {
  font-size: 18px;
}
.share-link-btn:hover {
  color: #000;
}

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

.custom-facebook-btn {
  color: #4267b2;
  font-size: 16px;
}

.custom-line-btn {
  color: #00b833;
  font-size: 20px;
}

.share-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: 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;
  -webkit-user-select: none;
  -ms-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;
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

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

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
            transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
/* --------------------------
top
-------------------------- */
#top {
  position: relative;
}
.top-main {
  position: relative;
  overflow: hidden;
  background: #ff2fcb;
}
@media screen and (min-width: 960px) {
  .top-main {
    max-height: 100vh;
    min-height: 46.875vw;
  }
}
.top-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../img/top2/yoko.svg) repeat-x top center, url(../img/top2/tate.svg) repeat-y left center;
  background-size: 30px, 26px;
}
@media screen and (min-width: 960px) {
  .top-main::before {
    background-size: 60px, 52px;
  }
}
.top-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  pointer-events: none;
  background: url(../img/top2/yoko.svg) repeat-x top center, url(../img/top2/tate.svg) repeat-y left center;
  background-size: 30px, 26px;
}
@media screen and (min-width: 960px) {
  .top-main::after {
    background-size: 60px, 52px;
  }
}

.main-v {
  width: 100vw;
  height: 149.0666666667vw;
}

.main-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.main-img.show {
  -webkit-animation: main-img 2s ease forwards;
          animation: main-img 2s ease forwards;
}

@-webkit-keyframes main-img {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes main-img {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes powan {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes powan {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo {
  position: absolute;
  top: 7.6vw;
  left: 27.0666666667vw;
  width: 45.7333333333vw;
  opacity: 0;
}
.logo.show {
  -webkit-animation: logo 1.5s ease forwards;
          animation: logo 1.5s ease forwards;
}
@media screen and (min-width: 960px) {
  .logo {
    top: 4.1666666667vw;
    left: 36.5625vw;
    width: 26.9270833333vw;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.logo0 {
  position: absolute;
  top: 10.6666666667vw;
  left: 71.0666666667vw;
  width: 20.6666666667vw;
}
@media screen and (min-width: 960px) {
  .logo0 {
    top: 6.25vw;
    left: 74.2708333333vw;
    width: 9.7916666667vw;
  }
}

.logo1 {
  position: absolute;
  top: 10.6666666667vw;
  left: 7.7333333333vw;
  width: 34.8vw;
}
@media screen and (min-width: 960px) {
  .logo1 {
    top: 6.25vw;
    left: 15.8333333333vw;
    width: 16.40625vw;
  }
}

.roadshow {
  position: absolute;
  top: 122vw;
  left: 37.6vw;
  width: 35.4666666667vw;
  z-index: 3;
  opacity: 0;
}
.roadshow.show {
  -webkit-animation: fade 2s ease forwards;
          animation: fade 2s ease forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
@media screen and (min-width: 960px) {
  .roadshow {
    top: auto;
    left: auto;
    bottom: 2vw;
    right: 15vw;
    width: 15%;
  }
}

.roadshow-fukidashi {
  position: absolute;
  top: 116.1333333333vw;
  left: 61.7333333333vw;
  width: 22.1333333333vw;
  z-index: 3;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
}
.roadshow-fukidashi.show {
  -webkit-animation: powan 0.8s 1s ease forwards;
          animation: powan 0.8s 1s ease forwards;
}
@media screen and (min-width: 960px) {
  .roadshow-fukidashi {
    top: auto;
    left: auto;
    bottom: 9vw;
    right: 12vw;
    width: 10%;
  }
}

.tsundoru {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hash {
  position: absolute;
  bottom: 20vw;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 0;
}
.hash.show {
  -webkit-animation: powan 0.8s 0.6s ease forwards;
          animation: powan 0.8s 0.6s ease forwards;
}
@media screen and (min-width: 960px) {
  .hash {
    width: 41.6666666667vw;
    bottom: 3%;
    left: 30vw;
  }
}

@-webkit-keyframes hash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ossan {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .ossan {
    top: auto;
    left: auto;
    bottom: 0;
    right: 4%;
    width: 26%;
  }
}

.akiko {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 960px) {
  .akiko {
    top: auto;
    bottom: 0;
    left: 4%;
    width: 32%;
  }
}

.top-txt0 {
  position: absolute;
  top: 56.9333333333vw;
  left: 30.8vw;
  width: 21.7333333333vw;
  z-index: 3;
  opacity: 0;
}
.top-txt0.show {
  -webkit-animation: fade 0.8s 0.4s ease forwards;
          animation: fade 0.8s 0.4s ease forwards;
}
@media screen and (min-width: 960px) {
  .top-txt0 {
    top: auto;
    bottom: 23.2291666667vw;
    left: 23.28125vw;
    width: 11.3020833333vw;
  }
}

.top-txt1 {
  position: absolute;
  top: 68.2666666667vw;
  left: 54.4vw;
  width: 11.0666666667vw;
  z-index: 3;
  opacity: 0;
}
.top-txt1.show {
  -webkit-animation: fade 0.8s 0.6s ease forwards;
          animation: fade 0.8s 0.6s ease forwards;
}
@media screen and (min-width: 960px) {
  .top-txt1 {
    top: auto;
    bottom: 26.875vw;
    left: 68.90625vw;
    width: 5.7291666667vw;
  }
}

.ocha {
  position: absolute;
  top: 141.4666666667vw;
  left: 39.6vw;
  width: 21.4666666667vw;
  z-index: 3;
}
.ocha.show {
  -webkit-animation: fade 0.8s 0.6s ease forwards;
          animation: fade 0.8s 0.6s ease forwards;
}
@media screen and (min-width: 960px) {
  .ocha {
    top: auto;
    bottom: 0.5vw;
    left: 40vw;
    width: 21.1458333333vw;
  }
}

.billing {
  width: 86%;
  max-width: 600px;
  margin: 20px auto 15px;
  opacity: 0;
}
.billing.show {
  -webkit-animation: fade 2s ease forwards;
          animation: fade 2s ease forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
@media screen and (min-width: 960px) {
  .billing {
    width: 90%;
    margin: 30px auto 20px;
  }
}

.staff-billing {
  width: 90%;
  max-width: 700px;
  margin: 15px auto 20px;
  opacity: 0;
}
.staff-billing.show {
  -webkit-animation: fade 2s ease forwards;
          animation: fade 2s ease forwards;
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}
@media screen and (min-width: 960px) {
  .staff-billing {
    width: 90%;
    margin: 20px auto 40px;
  }
}

.comment-btn {
  position: absolute;
  left: calc(50% - 75px);
  bottom: -75px;
  background: #ffb3b3;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  padding: 30px 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.comment-btn.show {
  -webkit-animation: powan 0.8s ease forwards;
          animation: powan 0.8s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (min-width: 960px) {
  .comment-btn {
    bottom: -100px;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    border-radius: 200px;
    padding: 50px 0;
    cursor: pointer;
  }
}

.comment-btn-txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.comment-btn-arrow {
  width: 10px;
  margin: 5px auto;
}

.comment-btn-wrap {
  width: 80%;
  margin: 20px auto 30px;
}
.comment-btn-wrap a {
  display: block;
}
@media screen and (min-width: 960px) {
  .comment-btn-wrap {
    position: absolute;
    top: 0.5vw;
    left: 0.5vw;
    z-index: 10;
    width: 23vw;
    margin: 0;
    opacity: 0;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  .comment-btn-wrap a {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .comment-btn-wrap a:hover {
    -webkit-transform: scale(1.05) rotate(-5deg);
            transform: scale(1.05) rotate(-5deg);
  }
}

@media screen and (min-width: 960px) {
  .theater-btn-wrap {
    position: absolute;
    right: 2vw;
    bottom: 2vw;
    width: 10%;
    max-width: 170px;
    opacity: 0;
    z-index: 10;
  }
}

.theater-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff2fcb;
  padding: 4% 16%;
  width: 80%;
  margin: 0 auto;
  border-radius: 100px;
}
@media screen and (min-width: 960px) {
  .theater-btn {
    background: #ff2fcb;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 140px;
    padding: 20% 14%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }
  .theater-btn:hover {
    -webkit-transform: scale(1.1) rotate(10deg);
            transform: scale(1.1) rotate(10deg);
  }
}

.theater-btn-icon {
  width: 14%;
  margin: 0 2%;
}
@media screen and (min-width: 960px) {
  .theater-btn-icon {
    width: 36%;
    margin: 0 auto 10px;
  }
}

.theater-btn-txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10%;
}

/* --------------------------
contents
-------------------------- */
@media screen and (min-width: 960px) {
  .contents-inner {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.contents-ttl {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 30px;
  }
}

.txt-container p {
  margin: 1em 0;
  line-height: 1.8;
}

.sns-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px;
}
@media screen and (min-width: 960px) {
  .sns-btn-wrap {
    position: absolute;
    top: 60px;
    right: 124px;
    padding: 0;
    z-index: 10;
  }
}
.sns-btn-wrap a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #fff;
  color: #ff2fcb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
  border: 1px solid #ff2fcb;
}
@media screen and (min-width: 960px) {
  .sns-btn-wrap a {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border: none;
  }
  .sns-btn-wrap a:hover {
    background-color: #f3ff00;
  }
}
@media screen and (min-width: 960px) and (max-width: 1250px) {
  .sns-btn-wrap {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    top: 20px;
    right: 20px;
    z-index: 2;
  }
}

.scroll-btn-wrap {
  display: none;
}
@media screen and (min-width: 960px) {
  .scroll-btn-wrap {
    display: block;
    position: absolute;
    bottom: 210px;
    left: 80px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    z-index: 10;
  }
}

.scroll-btn {
  background: #fff;
  color: #ff2fcb;
  padding: 20px 20px;
  border-radius: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.scroll-anime {
  position: relative;
  padding: 0 0 0 10px;
}
.scroll-anime span:nth-of-type(1) {
  display: block;
  width: 70px;
  height: 1px;
  background: #ff2fcb;
}
.scroll-anime span:nth-of-type(2) {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ff2fcb;
  position: absolute;
  top: calc(50% - 3px);
  -webkit-animation: scroll-anime 1.5s ease infinite;
          animation: scroll-anime 1.5s ease infinite;
}

@-webkit-keyframes scroll-anime {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
  }
}

@keyframes scroll-anime {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 100%;
  }
}
.scroll-btn-txt {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ff2fcb;
  font-size: 12px;
  letter-spacing: 2px;
}

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

.mjr-bnr {
  margin: 20px auto 10px;
  max-width: 300px;
  width: 60%;
}
.mjr-bnr a {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mjr-bnr a:hover {
  opacity: 0.7;
}

.bnr-item {
  max-width: 300px;
  width: 60%;
}
.bnr-item a {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.bnr-item a:hover {
  opacity: 0.7;
}

.bnr-wrap {
  margin: 30px auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 5%;
}
.bnr-wrap .bnr-item {
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 960px) {
  .bnr-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 40px;
  }
  .bnr-wrap .bnr-item {
    margin: 10px;
  }
  .bnr-wrap .mjr-bnr {
    margin: 10px;
  }
}

/* --------------------------
trailer
-------------------------- */
#trailer {
  background: #21c1d9;
  padding: 40px 0;
}
@media screen and (min-width: 960px) {
  #trailer {
    padding: 80px 5%;
  }
}

#trailer-ttl {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  #trailer-ttl {
    margin-bottom: 40px;
  }
}

#movie-container {
  padding-bottom: 20px;
}

.movie-cap {
  text-align: center;
  margin: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
}

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

.movie-thumb-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.movie-thumb-box img,
.movie-thumb-box iframe {
  width: 100%;
  height: 100%;
}

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

@media screen and (min-width: 960px) {
  .trailer-pc-modaal {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.swiper-pagination-bullet-active {
  background: #ff2fcb;
}

#cboxOverlay {
  background: #65084d;
}

/* --------------------------
story
-------------------------- */
#story {
  background: #fff;
  padding: 40px 0 80px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #story {
    padding: 80px 0;
  }
}
#story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../img/top2/yoko.svg) repeat-x top center;
  background-size: 30px, 26px;
}
@media screen and (min-width: 960px) {
  #story::before {
    background-size: 60px, 52px;
  }
}
#story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
  background: url(../img/top2/yoko.svg) repeat-x top center;
  background-size: 30px, 26px;
}
@media screen and (min-width: 960px) {
  #story::after {
    background-size: 60px, 52px;
  }
}
#story .contents-inner {
  max-width: 100%;
}

.story-main-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.story-main-img.show {
  -webkit-animation: scalein 2s ease forwards;
          animation: scalein 2s ease forwards;
}

@-webkit-keyframes scalein {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scalein {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.story-main-txt {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0;
}
.story-main-txt.show {
  -webkit-animation: powan 0.8s 0.6s ease forwards;
          animation: powan 0.8s 0.6s ease forwards;
}

#story-ttl {
  color: #ff2fcb;
}

.story-txt {
  padding: 0 5%;
}
.story-txt strong {
  font-size: 1.4em;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f3ff00));
  background: linear-gradient(transparent 40%, #f3ff00 40%);
}
@media screen and (min-width: 960px) {
  .story-txt {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.story-lead-wrap {
  position: relative;
  padding: 13vw 0;
}
@media screen and (min-width: 960px) {
  .story-lead-wrap {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 5% 0;
  }
}

.story-lead-txt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 3%;
}

.story-txt0 {
  position: absolute;
  width: 25%;
  top: 39%;
  left: 8%;
  opacity: 0;
}
.story-txt0.show {
  -webkit-animation: powan 0.8s 0.6s ease forwards;
          animation: powan 0.8s 0.6s ease forwards;
}

.story-txt1 {
  position: absolute;
  width: 30%;
  top: 65%;
  left: 2%;
  opacity: 0;
}
.story-txt1.show {
  -webkit-animation: powan 0.8s 0.8s ease forwards;
          animation: powan 0.8s 0.8s ease forwards;
}

.story-txt2 {
  position: absolute;
  width: 18%;
  top: 31%;
  right: 12%;
  opacity: 0;
}
.story-txt2.show {
  -webkit-animation: powan 0.8s 1s ease forwards;
          animation: powan 0.8s 1s ease forwards;
}

.story-txt3 {
  position: absolute;
  width: 44%;
  top: 65%;
  right: 2%;
  opacity: 0;
}
.story-txt3.show {
  -webkit-animation: powan 0.8s 1.2s ease forwards;
          animation: powan 0.8s 1.2s ease forwards;
}

.story-bottom-box {
  position: relative;
  padding: 20% 0 10%;
  margin: 0 0 30px;
}
@media screen and (min-width: 960px) {
  .story-bottom-box {
    margin: 100px 0;
    padding: 10% 0 10%;
  }
}

.story-bottom-txt {
  width: 17%;
  margin: 0 auto;
  opacity: 0;
}
.story-bottom-txt.show {
  -webkit-animation: powan 0.8s 0.6s ease forwards;
          animation: powan 0.8s 0.6s ease forwards;
}
@media screen and (min-width: 960px) {
  .story-bottom-txt {
    width: 8.828125vw;
  }
}

.story-bottom-sasapon0 {
  width: 30%;
  position: absolute;
  top: 0;
  left: 36%;
  opacity: 0;
}
.story-bottom-sasapon0.show {
  -webkit-animation: fade 2s ease forwards;
          animation: fade 2s ease forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
@media screen and (min-width: 960px) {
  .story-bottom-sasapon0 {
    width: 18.4375vw;
    left: 42%;
  }
}

.story-bottom-sasapon1 {
  width: 15%;
  position: absolute;
  bottom: 0;
  right: 30%;
  opacity: 0;
}
.story-bottom-sasapon1.show {
  -webkit-animation: fade 2s ease forwards;
          animation: fade 2s ease forwards;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
@media screen and (min-width: 960px) {
  .story-bottom-sasapon1 {
    width: 10.625vw;
    right: 37%;
  }
}

.story-bottom-box0 {
  position: absolute;
  width: 40%;
  top: 30%;
  left: 0;
}
@media screen and (min-width: 960px) {
  .story-bottom-box0 {
    top: 30%;
  }
}

.story-bottom-box1 {
  position: absolute;
  width: 40%;
  top: 20%;
  right: 0;
}
@media screen and (min-width: 960px) {
  .story-bottom-box1 {
    top: 14%;
  }
}

.story-ph {
  margin: 20px 0;
  opacity: 0;
}
.story-ph:nth-of-type(1) {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 960px) {
  .story-ph {
    width: 31.25vw;
    margin: 40px 0;
  }
}

.story-ph-line {
  width: 100%;
  height: 80px;
  background: url(../img/story/ph_line.jpg) repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  -webkit-animation: ph0 90s linear infinite;
          animation: ph0 90s linear infinite;
}
@media screen and (min-width: 960px) {
  .story-ph-line {
    height: 180px;
    background: url(../img/story/ph_line.jpg) repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
    -webkit-animation: ph0 60s linear infinite;
            animation: ph0 60s linear infinite;
  }
}

@-webkit-keyframes ph0 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4164px 0;
  }
}

@keyframes ph0 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4164px 0;
  }
}
/* --------------------------
intro
-------------------------- */
#intro {
  background: #f3ff00;
  padding: 40px 0 80px;
  position: relative;
}
#intro::before {
  content: "";
  width: 800px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/intro/bg_pc.png) no-repeat center center;
  background-size: 90% 90%;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #intro {
    padding: 180px 0;
  }
  #intro::before {
    content: "";
    width: 1280px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/intro/bg_pc.png) no-repeat center center;
    background-size: 90% 90%;
    padding: 40px 0 80px;
  }
}
#intro .contents-inner {
  position: relative;
  max-width: 100%;
}

#intro-ttl {
  color: #ff2fcb;
}

.intro-txt {
  padding: 0 5%;
}
@media screen and (min-width: 960px) {
  .intro-txt {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.intro-img {
  position: absolute;
  width: 20%;
}
@media screen and (min-width: 960px) {
  .intro-img {
    width: 10%;
  }
}

.intro-img0 {
  left: 10%;
  top: -5%;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .intro-img0 {
    left: 18%;
  }
}

.intro-img1 {
  left: 0;
  top: 2%;
  width: 15%;
}
@media screen and (min-width: 960px) {
  .intro-img1 {
    width: 7%;
    top: 30%;
  }
}

.intro-img2 {
  left: 0;
  width: 15%;
}
@media screen and (min-width: 960px) {
  .intro-img2 {
    width: 7%;
    bottom: 10%;
    width: 7%;
  }
}

.intro-img3 {
  right: 0;
  top: 0;
  width: 16%;
}
@media screen and (min-width: 960px) {
  .intro-img3 {
    width: 7%;
  }
}

.intro-img4 {
  right: 0;
  bottom: 30%;
  width: 10%;
}
@media screen and (min-width: 960px) {
  .intro-img4 {
    width: 5%;
  }
}

.intro-img5 {
  right: 10%;
  bottom: 0;
}

/* --------------------------
comment
-------------------------- */
#comment {
  background: #fff;
  padding: 40px 0 80px;
  position: relative;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 80px 0;
  }
}
#comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url(../img/top2/yoko.svg) repeat-x top center;
  background-size: 30px, 26px;
}
@media screen and (min-width: 960px) {
  #comment::before {
    background-size: 60px, 52px;
  }
}
#comment .contents-inner {
  max-width: 100%;
}

#comment-ttl {
  color: #ff2fcb;
}

.comment-box {
  background: url(../img/top/line.png) no-repeat center bottom #fff;
  background-size: 70%;
  border-radius: 0;
  padding: 40px 5vw;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .comment-box {
    background-size: 600px;
    max-width: 1100px;
    border-radius: 40px;
    padding: 80px;
    margin: 0 auto 60px;
    padding: 100px 80px;
  }
}

.hash-bg0, .hash-bg1 {
  width: 100%;
  height: 50px;
  background: url(../img/top/hash_bg.png) repeat-x;
  background-size: auto 100%;
}
@media screen and (min-width: 960px) {
  .hash-bg0, .hash-bg1 {
    height: 100px;
  }
}

.hash-bg0 {
  position: absolute;
  top: 20px;
  left: 0;
  animation: slidehash 20s linear infinite reverse;
}
@media screen and (min-width: 960px) {
  .hash-bg0 {
    top: 40px;
  }
}

.hash-bg1 {
  position: absolute;
  bottom: 20px;
  left: 0;
  -webkit-animation: slidehash 20s linear infinite;
          animation: slidehash 20s linear infinite;
}
@media screen and (min-width: 960px) {
  .hash-bg1 {
    bottom: 40px;
  }
}

@-webkit-keyframes slidehash {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -850px 0;
  }
}

@keyframes slidehash {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -850px 0;
  }
}
.comment-img-wrap {
  position: relative;
}

.comment-img {
  position: relative;
  margin: 20px auto 0;
  width: 80%;
}
@media screen and (min-width: 960px) {
  .comment-img {
    margin: 60px auto 0;
    width: 60%;
    max-width: 800px;
  }
}

.comment-txt {
  line-height: 1.8;
}

.comment-name {
  font-size: 1.2em;
  margin: 0 0 10px;
  text-align: center;
  color: #ff2fcb;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .comment-name {
    text-align: left;
  }
}

.comment-role {
  font-size: 0.8em;
}

.comment0 {
  margin-bottom: 40px;
}

/* --------------------------
original
-------------------------- */
#original {
  position: relative;
  padding: 40px 5vw 80px;
  background: #ffbbdd;
  background-size: 60px;
}
@media screen and (min-width: 960px) {
  #original {
    padding: 80px 5%;
  }
}

#original-ttl {
  margin-bottom: 20px;
  color: #ff2fcb;
}

.original-box {
  background: #fff;
  border-radius: 0;
  padding: 5vw 7vw 8vw;
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .original-box {
    width: 100%;
    margin: 60px auto;
    padding: 100px 80px;
  }
}

@media screen and (min-width: 960px) {
  .original-txt-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.original-img {
  border: 1px solid #ccc;
  width: 60%;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .original-img {
    width: 240px;
    margin: 0;
  }
}

.original-txt {
  line-height: 1.8;
}
@media screen and (min-width: 960px) {
  .original-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 60px;
  }
}

.original-name {
  color: #ff2fcb;
  line-height: 1.4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}
.original-name .small {
  font-size: 0.8em;
}

.original-btn a {
  display: block;
  background: #ff2fcb;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  width: 80%;
  max-width: 380px;
  border-radius: 100px;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .original-btn a {
    font-size: 1.1em;
    padding: 30px 20px;
    margin: 40px auto 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .original-btn a:hover {
    opacity: 0.7;
  }
}
.original-btn .link-icon {
  display: inline-block;
  width: 16px;
  margin-left: 10px;
}

.bunkacho {
  width: 70%;
  margin: 10px auto;
}
@media screen and (min-width: 960px) {
  .bunkacho {
    width: 375px;
    margin: 0;
  }
}

/* --------------------------
comment
-------------------------- */
.opinion-wrap {
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .opinion-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    max-width: 1440px;
    margin: 80px auto;
  }
}

.opinion-box {
  background: #feffea;
  width: 90%;
  margin: 20px auto;
  padding: 30px;
}
.opinion-box:nth-of-type(even) {
  background: #fff3f7;
}
@media screen and (min-width: 960px) {
  .opinion-box {
    width: calc(33.3333333333% - 40px);
    margin: 20px;
  }
}

.career-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.case {
  background: #f3ff00;
  color: #ff2fcb;
  font-weight: bold;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.career {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 10px;
  color: #ff2fcb;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #ff2fcb;
  line-height: 1.4;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.career strong {
  display: inline-block;
  font-size: 24px;
  vertical-align: sub;
}

.ib {
  display: inline-block;
}

.opinion-txt {
  margin: 20px 0;
}
.opinion-txt p {
  line-height: 1.8;
}

.opinion-name {
  margin: 20px 0 0;
  color: #ff2fcb;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.opinion-role {
  display: block;
  font-size: 12px;
  margin: 10px 0;
}

.comment-footer {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.comment-footer .bunkacho {
  display: none !important;
}

.copyright {
  width: 90%;
  text-align: center;
  font-size: 10px;
  margin: 30px auto;
  line-height: 1.4;
}

.official-btn a {
  display: block;
  background: #ff2fcb;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  width: 80%;
  max-width: 380px;
  border-radius: 100px;
  margin: 20px auto;
}
@media screen and (min-width: 960px) {
  .official-btn a {
    font-size: 1.1em;
    padding: 30px 20px;
    margin: 40px auto 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  .official-btn a:hover {
    opacity: 0.7;
  }
}
.official-btn .link-icon {
  display: inline-block;
  width: 16px;
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */