@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;700&display=swap');
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
 font-size: 1em;
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 background: transparent;
 vertical-align: bottom;
}
@font-face {
 font-family: "DIN Condensed Bold";
 src: url("../fonts/d45f96029e61832fd84afffd3068b768.eot");
 src: url("../fonts/d45f96029e61832fd84afffd3068b768.eot?#iefix")format("embedded-opentype"), url("../fonts/d45f96029e61832fd84afffd3068b768.woff")format("woff"), url("../fonts/d45f96029e61832fd84afffd3068b768.woff2")format("woff2"), url("../fonts/d45f96029e61832fd84afffd3068b768.ttf")format("truetype"), url("../fonts/d45f96029e61832fd84afffd3068b768.svg#DIN Condensed Bold")format("svg");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}
html .en {
 font-family: "DIN Condensed Bold", "Arial", "Helvetica", "sans-serif";
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
 display: block;
}
html {
 font-size: 62.5%;
}
body {
 -webkit-text-size-adjust: 100%;
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6, p {
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin: 0;
 padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 font-weight: 700;
}
table, input, textarea, select, option {
 line-height: 1.1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
:focus {
 outline: 0;
}
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
hr {
 height: 0;
 margin: 0;
 padding: 0;
 border: 0;
}
a {
 color: inherit;
 text-decoration: none;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 word-wrap: break-word;
}
a:hover {
 cursor: pointer;
 -webkit-transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 transition: all 100ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
 color: #f917c4;
}
img {
 vertical-align: bottom;
 -webkit-backface-visibility: hidden;
 max-width: 100%;
 width: auto;
 pointer-events: none;
}
figure img {
 pointer-events: none;
}
ruby > rt {
 text-align: center;
}
/* スクロールバー */ ::-webkit-scrollbar {
 width: 3px;
 height: 4px;
}
::-webkit-scrollbar-thumb {
 background: #a71856;
 border-radius: 2px;
}
::-webkit-scrollbar-track {
 background: rgba(0, 0, 0, 0.8);
}
.guard {
 pointer-events: none;
 cursor: default;
}
.loading {
 width: 100%;
 height: 100%;
 position: fixed;
 background-color: #710009;
 top: 0;
 left: 0;
 z-index: 100;
}
.loading img {
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -30px;
 margin-left: -30px;
 width: 60px;
}
.fadein {
 opacity: 0;
 transform: translate(0, 60px);
 transition: all 1000ms;
}
.fadein.in {
 opacity: 1;
 transform: translate(0, 0);
}
.ani {
 transition: ease;
 opacity: 0;
 -webkit-animation: ani-item 2s ease 2s 1 forwards;
 animation: ani-item 2s ease 2s 1 forwards;
}
@-webkit-keyframes ani-item {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes ani-item {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.zoom-in01.on, .zoom-in02.on {
 z-index: 2;
 position: relative;
 margin: auto;
 -webkit-animation: zoom-in 0.3s forwards;
 animation: zoom-in 0.3s forwards;
 animation-delay: .5s;
 display: block;
 opacity: 0;
}
.zoom-in02.on {
 z-index: 3;
 -webkit-animation: zoom-in 0.3s forwards;
 animation: zoom-in 0.3s forwards;
 animation-delay: 1s;
}
@-webkit-keyframes zoom-in {
 0% {
  transform: scale(2);
  opacity: 0;
 }
 100% {
  transform: scale(1);
  opacity: 1;
 }
}
@keyframes zoom-in {
 0% {
  transform: scale(2);
  opacity: 0;
 }
 100% {
  transform: scale(1);
  opacity: 1;
 }
}
.fadeLeft, .fadeRight {
 opacity: 0;
}
/* 左から */
.fadeLeft.in {
 animation-name: fadeLeftAnime;
 animation-duration: .8s;
 animation-fill-mode: forwards;
 animation-delay: .5s;
 opacity: 0;
}
@keyframes fadeLeftAnime {
 from {
  opacity: 0;
  transform: translateX(-160px);
 }
 to {
  opacity: 1;
  transform: translateX(0);
 }
}
/* 右から */
.fadeRight.in {
 animation-name: fadeRightAnime;
 animation-duration: 0.8s;
 animation-fill-mode: forwards;
 animation-delay: .5s;
 opacity: 0;
}
@keyframes fadeRightAnime {
 from {
  opacity: 0;
  transform: translateX(100px);
 }
 to {
  opacity: 1;
  transform: translateX(0);
 }
}
.delay1s {
 animation-delay: 1s;
}
.delay1_5s {
 animation-delay: 1.5s;
}
.ImgArea {
 position: relative;
}
.ImgArea .clr {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 right: 0;
 z-index: 10;
 background: rgba(255, 255, 255, 0);
}
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
/* support iOS */
html {
 height: -webkit-fill-available;
}
body {
 font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
 font-size: 1.5rem;
 font-weight: 500;
 line-height: 2em;
 background-color: #710009;
 color: #fff;
 width: 100%;
 height: 100%;
 padding: 0;
 font-style: inherit;
 font-weight: inherit;
 font-weight: 500;
 -webkit-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-drag: none;
 -khtml-user-drag: none;
 /* iPhoneポップアップ無効 */
 -webkit-touch-callout: none;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
 text-rendering: geometricPrecision;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -webkit-tap-highlight-color: transparent;
 overflow-x: hidden;
 -webkit-overflow-scrolling: touch;
 min-height: -webkit-fill-available;
}
b, strong, .bold {
 font-weight: 700;
}
.bg_white {
 background-color: rgba(255, 255, 255, 1);
 color: #222;
}
.flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 box-sizing: border-box;
}
.flexbox {
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-lines: multiple;
 -moz-box-lines: multiple;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
}
.wrap {
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
}
.sns {
 position: fixed;
 right: 1.5rem;
 top: 1.5rem;
 z-index: 10;
 display: flex;
 column-gap: 1rem;
}
.sns img {
 width: 24px;
}
.sns .TikTok img {
 max-width: unset;
 max-height: 22px;
}
.sns li .link {
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50%;
 background: #fff;
 width: 40px;
 height: 40px;
}
.share .item .link {
 display: block;
}
.share {
 margin-bottom: 80px;
}
.share .flexbox {
 gap: 6px;
}
.share .ttl {
 margin-right: 12px;
 display: block;
 color: #fff;
 font-size: 1.6em;
 position: relative;
 bottom: -3px;
}
.share .item {
 position: relative;
}
.share .item .link {
 display: block;
 display: -webkit-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 justify-content: center;
 cursor: pointer;
 z-index: 20;
 width: 40px;
 height: 40px;
 position: relative;
}
.share .item svg {
 display: block;
 margin: auto;
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 width: 28px;
 height: 28px;
}
.share .item .link .label {
 font-size: 0;
}
.share .item svg.svg-x {
 padding-top: .5px;
 width: 30px;
 height: 30px;
}
.share .item svg.svg-line {
 padding-top: 1.5px;
 width: 34px;
 height: 34px;
}
.mv {
 position: relative;
}
#container {
 width: 100%;
 padding: 0;
 margin: 0 auto;
 position: relative;
}
.main {
 position: relative;
 min-height: 750px;
 min-height: 100vh;
 min-height: 100lvh;
}
.main .kv {
 position: relative;
 z-index: 1;
}
.contents {
 color: #fff;
 position: relative;
}
.main .contents_catch {
 position: absolute;
 z-index: 1;
 top: 0;
 left: 0;
 width: 100%;
}
.main .contents_catch .kv-catch {
 aspect-ratio: 5.5 / 9.9;
 display: flex;
 align-items: end;
 justify-content: flex-end;
}
.main .contents_catch .kv-catch img {
 width: 10%;
 margin-right: 20%;
}
.main .contents_catch.hokusai_catch .kv-catch {
 aspect-ratio: 5.5 / 9.2;
 justify-content: flex-start;
}
.main .contents_catch.hokusai_catch .kv-catch img {
 width: 29%;
 margin-left: 24%;
}
.main .contents_catch.keisai_catch .kv-catch {
 aspect-ratio: 5.4 / 10.84;
 justify-content: flex-start;
}
.main .contents_catch.keisai_catch .kv-catch img {
 width: 29%;
 margin-left: 24%;
}
.main .contents_catch .kv-billing {
 position: absolute;
 top: 0;
 aspect-ratio: 13.8 / 14.4;
 display: flex;
 align-items: end;
 justify-content: center;
}
.main .contents_catch .kv-billing img {
 filter: drop-shadow(0px 0px 2px #000);
}
#info-cast {
 height: 100vh;
 height: 100lvh;
 display: flex;
 justify-content: center;
 align-items: center;
}
.info-cast-inner {
 max-width: 800px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.info-cast-inner .txt {
 width: 86%;
 margin: 30px auto 20px;
}
/* ------------------------------
	スライドショー
------------------------------ */
.slider {
 position: relative;
 width: 100%;
 height: 100%;
}
.slider .slider-inner .bg {
 position: absolute;
 top: 0;
 right: 0;
 width: 40%;
 height: 100%;
 background-color: #274076;
 z-index: 1;
}
.slider .slider-inner picture {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.slider .slider-inner {
 opacity: 0;
 transition: opacity 1s ease-in-out;
}
.slider .slider-inner.active {
 opacity: 1;
}
.thumbnail-nav {
 display: flex;
 justify-content: center;
 z-index: 5;
 position: fixed;
 top: 0;
 left: 0;
}
.thumbnail-nav li {
 max-width: 50px;
 cursor: pointer;
 z-index: 1000;
 filter: grayscale(100%);
 transition: filter 0.5s ease-in-out;
}
.thumbnail-nav li:hover, .thumbnail-nav li.active, .thumbnail-nav li.newcast {
 filter: grayscale(0);
}
@media screen and (min-width : 913px) and (orientation: landscape) { /* 横向き */
 .newcast {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: flex-end;
  z-index: 5;
  position: fixed;
  height: 96vh;
  height: 96lvh;
  min-height: 660px;
  width: 100%;
  top: 0;
  left: 2%;
  width: 50%;
 }
 .newcast .banner-newcast {
  width: 28%;
  margin-top: 24px;
 }
 .main .kv {
  height: 100vh;
  height: 100lvh;
  top: 0;
  left: 0;
  position: sticky;
  overflow: visible;
 }
 .main .kv-photo {
  width: 100%;
  height: 100vh;
  height: 100lvh;
 }
 .main .kv-photo .kv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  overflow: auto;
 }
 .main .contents {
  margin-top: -100vh;
  margin-top: -100lvh;
  padding: 10px 0 50px;
  display: flex;
  justify-content: space-between;
 }
 .main .contents_catch {
  width: 18%;
  min-width: 200px;
  max-width: 370px;
  height: 60%;
  top: 20px;
 }
 .main .contents_catch .kv-catch {
  width: 100%;
 }
 .main .contents_catch .kv-billing {
  width: 255%;
  margin-left: 15%;
 }
 .main .contents_inner {
  margin-left: auto;
  width: 40%;
  z-index: 2;
 }
 .logo {
  width: 90%;
  max-width: 400px;
  height: 100vh;
  max-height: 750px;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4vh;
  margin: 0 auto 20vh;
 }
 .logo img {
  max-height: 100%;
 }
 .comment {
  position: relative;
  width: 90%;
  max-width: 450px;
  margin: 50px auto 0
 }
 html .fotter {
  padding-left: 90px;
 }
 .sns li .link:hover, .share .item .link:hover {
  opacity: 1;
 }
}
@media screen and (min-width: 1220px) and (max-height: 1180px) and (orientation: landscape) { /* 横向き */
 .main {
  min-height: 1180px;
 }
 .main .kv, .main .kv-photo {
  min-height: 1180px;
 }
 .main .contents {
  margin-top: -1180px;
 }
}
@media screen and (min-width: 913px) and (max-width: 1219px) and (max-height: 1000px) and (orientation: landscape) { /* 横向き */
 .main {
  min-height: 800px;
 }
 .main .kv, .main .kv-photo {
  min-height: 800px;
 }
 .main .contents {
  margin-top: -800px;
 }
 .main .kv-photo .oui .kv-img {
  margin-left: -20px;
 }
}
@media screen and (min-width : 2000px) and (orientation: landscape) { /* 横向き */
 .main .kv .oui picture {
  max-width: 2000px;
 }
 .logo, .comment {
  max-width: 600px;
 }
}
@media screen and (min-width : 913px) and (orientation: portrait), screen and (max-width : 912px) {
 /* 共通のCSS */
 .slider .slider-inner .bg {
  display: none;
 }
 .newcast.sp {
  display: block;
  max-width: 120px;
  margin-left: 10px;
 }
 .newcast.sp a {
  display: block;
  margin-bottom: 15px;
 }
 .main .contents_catch .kv-catch {
  width: 32%;
  aspect-ratio: 5.2 / 10.4;
 }
 .main .contents_catch .kv-catch img {
  width: 11%;
 }
 .main .contents_catch.hokusai_catch .kv-catch {
  aspect-ratio: 5.2 / 10.4;
 }
 .main .contents_catch.hokusai_catch .kv-catch img {
  width: 32%;
  margin-left: 17%;
 }
 .main .contents_catch.keisai_catch .kv-catch {
  aspect-ratio: 5.2 / 12.2;
 }
 .main .contents_catch.keisai_catch .kv-catch img {
  width: 32%;
  margin-right: 40%;
 }
 .main .contents_catch .kv-billing {
  aspect-ratio: 10 / 16;
  justify-content: end;
  width: 75%;
  margin-left: 2%;
 }
 .logo {
  width: 100%;
  aspect-ratio: 12 / 16.91;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding-right: 2%;
  padding-bottom: 3%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
 }
 .logo img {
  width: 15.5%;
 }
 .contents_inner .comment {
  width: 86%;
  margin: 14vh auto 40px;
 }
 .slider-navi {
  display: flex;
  z-index: 5;
  top: 0;
  left: 0;
  justify-content: start;
  align-items: end;
  position: absolute;
  width: 100%;
  aspect-ratio: 1 / 1.41;
  flex-direction: row-reverse;
 }
 .thumbnail-nav {
  position: relative;
  align-items: end;
  justify-content: flex-start;
 }
 .thumbnail-nav li {
  max-width: 38px;
 }
 .kv-billing {
  position: absolute;
  bottom: 80px;
  left: 2%;
  width: 75%;
 }
 .banner-newcast {
  display: block;
  max-width: 120px;
  margin-left: 10px;
 }
 .banner-newcast a {
  display: block;
  margin-bottom: 15px;
 }
}
/* 個別のメディアクエリ */
@media screen and (min-width : 913px) and (orientation: portrait) {
 /* 913px以上で縦向きの場合にのみ適用するスタイル */
 .main .kv-photo .kv-img {
  aspect-ratio: 12 / 17;
  object-fit: cover;
  object-position: 11% top;
 }
 .slider-navi {
  aspect-ratio: 12 / 17;
 }
 .thumbnail-nav li {
  max-width: 50px;
 }
 .banner-newcast {
  max-width: 140px;
 }
 .banner-newcast a {
  margin-bottom: 21px;
 }
}
@media screen and (max-width : 912px) {
 /* 912px以下の場合にのみ適用するスタイル */
 body {
  background-color: #300909;
 }
}
.comment {
 transition: all 1000ms;
}
.comment .title {
 font-size: clamp(4rem, 4vw, 4rem);
 text-align: right;
 color: #ead9af;
}
.prelusion {
 display: inline-grid;
 grid-template-rows: auto auto;
 grid-template-columns: auto auto;
 gap: 0 40px;
 text-align: left;
 margin-bottom: clamp(40px, 10vh, 80px);
}
.prelusion .name {
 writing-mode: vertical-rl;
 grid-row: 1 / 3;
 grid-column: 1 / 2;
 font-size: clamp(3rem, 3vw, 3.2rem);
}
.prelusion .ttl {
 grid-row: 1 / 2;
 grid-column: 2 / 3;
 font-size: 1.4em;
 line-height: 1.2em;
 letter-spacing: 1px;
 position: relative;
}
.prelusion .ttl::before, .prelusion .ttl::after {
 content: "[";
 position: relative;
 top: -1.5px;
}
.prelusion .ttl::after {
 content: "]";
}
.prelusion .sub {
 display: inline-block;
 font-feature-settings: "palt"1;
 margin: 0 -10px;
}
.prelusion .txt {
 grid-row: 2 / 3;
 grid-column: 2 / 3;
 text-align: justify;
}
.prelusion .txt p {
 padding-top: 2rem;
}
.prelusion .name.cast {
 color: #e84572;
}
.prelusion .name.director {
 color: #2eb6aa;
}
.fotter {
 padding: 2rem 1%;
}
.copyright {
 font-size: 1.1rem;
 line-height: 1.6em;
 margin: 0.5rem auto;
 text-align: center;
 color: #fff;
}
.credit {
 margin-bottom: 12px;
}
.credit .eiteki {
 width: 50px;
 margin-left: 12px;
}
@media screen and (max-width : 812px) {
 body {
  font-size: 1.45rem;
  letter-spacing: normal;
 }
 .prelusion {
  gap: 0 28px;
 }
 .sns {
  top: .5rem;
  right: inherit;
  left: .5rem;
  gap: .5rem;
 }
 .sns li .link {
  width: 30px;
  height: 30px;
 }
 .sns li .link img {
  width: 18px;
 }
}
/* ------------------------------
	動画
------------------------------ */
#trailer {
 display: none;
}
.bg_movie {
 margin: 50px auto 100px;
}
.__movie-wrap {
 width: 100%;
 max-width: 1040px;
 margin: auto;
 display: flex;
 justify-content: center;
 align-content: center;
}
.__movie-wrap-inner {
 position: relative;
 width: 100%;
 height: 0;
 padding-top: 61%;
 /* padding-top: 56.25%; */
 margin: auto;
 top: 0;
 bottom: 0;
}
.__movie-wrap-inner.modal {
 padding-top: 52%;
}
.__movie-wrap-inner iframe, .__movie-wrap-inner video {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 width: 100% !important;
 height: 100% !important;
 margin: auto;
 -o-object-fit: cover;
 object-fit: cover;
}
.mv-movieBtn .__movie-wrap-inner iframe {
 left: -5%;
 width: 110% !important;
 height: 110%;
}
.bg_movie .__movie-wrap-inner {
 overflow: hidden;
}
.__btns {
 width: 90%;
 max-width: 1040px;
 margin: auto;
 display: flex;
 flex-wrap: wrap;
 margin: 4px auto;
}
.__btns li {
 width: 33.33333%;
 line-height: 40px;
 text-align: center;
 font-size: 15px;
 font-weight: 600;
 letter-spacing: 0;
 font-style: normal;
 margin: 0;
 padding: 4px;
 transition: all 0.3s ease;
}
.__btns li span {
 background: rgba(0, 0, 0, .5);
 width: 100%;
 height: 100%;
 display: block;
 text-decoration: none;
 color: #fff;
 padding: 0;
 float: left;
}
.__btns li:hover span, .__btns li.select span {
 background: #000;
}
#cboxLoadedContent #trailer {
 height: 100%;
 padding: 0;
 display: flex;
 align-items: center;
 background: #000;
}
#cboxLoadedContent #trailer .__btns li:hover span, #cboxLoadedContent #trailer .__btns li.select span {
 background: #B11005;
}
#cboxLoadedContent #trailer .__btns li span {
 background: rgba(177, 16, 5, .5);
}
#cboxLoadedContent #trailer .trailer-inner {
 width: 100%;
}
#cboxLoadedContent #trailer .__movie-wrap {
 max-width: 100%;
 height: 70%;
}
.mv-movieBtn {
 position: relative;
}
.mv-movieBtn a {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%
}
.mv-movieBtn a {
 display: block;
 transition: all .3s ease;
 z-index: 2;
 opacity: 0.5;
}
.mv-movieBtn a::after {
 content: "";
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 background: url("../images/play-button.png") center center / 25% no-repeat rgba(0, 0, 0, .4);
 opacity: 0.7;
}
@media screen and (min-width : 913px) {
 .mv-movieBtn {
  width: 90%;
  margin: auto;
 }
 .mv-movieBtn a:hover {
  opacity: .9;
  background-color: rgba(0, 0, 0, 0.7);
 }
 #cboxLoadedContent #trailer .__movie-wrap {
  width: 90%;
 }
}
@media screen and (max-width : 912px) {
 .bg_movie {
  margin: 0 auto;
 }
 .__btns li {
  width: 50%;
  line-height: 30px;
  font-size: 14px;
 }
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {
 display: none;
}
@media screen and (max-width : 912px) {
 .sp {
  display: block;
 }
 .pc {
  visibility: hidden;
  display: none !important;
 }
}