@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Zen+Maru+Gothic:wght@400;500;700&family=Sawarabi+Mincho&family=Zen+Old+Mincho:wght@900&display=swap");
/*変数(ブレイクポイント)設定(必要に応じて数値を変更)*/
/* 全体設定 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  -webkit-text-size-adjust: 100%; }

img, a img {
  border: none;
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*画像リンク関連*/
a:active, a:focus {
  outline: none; }

a img {
  border: none; }

img {
  padding: 0px;
  margin: 0px;
  border: none; }

body {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400; }

.back {
  width: 100vw;
  max-width: 100%;
  height: 102vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #000 url("../../ja/img/back.jpg") center top no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .back {
      /*引数を省略*/ } }

/*Header*/
header {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn2 {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.pc_menu {
  width: 100vw;
  max-width: 100%;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 100;
  transition: .5s; }
  @media screen and (max-width: 800px) {
    .pc_menu {
      display: none; } }

.t_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: .5% auto;
  width: 100%;
  position: relative; }
  .t_menu li {
    margin: 0 .5vw; }
  .t_menu a {
    display: block;
    color: #bf985e;
    font-style: normal;
    position: relative;
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400; }
  .t_menu img {
    width: calc(250 / 1920 * 100vw);
    display: block;
    margin: 0 auto;
    transition: .15s; }
    .t_menu img:hover {
      transform: translateY(-10px); }
  @media screen and (max-width: 1280px) {
    .t_menu {
      width: calc(550 / 1280 * 100vw); }
      .t_menu a {
        font-size: clamp(0.6rem, 1.5vw, 1.5rem); } }
  @media screen and (max-width: 1024px) {
    .t_menu a {
      font-size: clamp(0.5rem, 3vw, 0.85rem); } }

.pc_menu.bg_wh {
  background: rgba(0, 0, 0, 0); }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
#nav-toggle {
  display: none;
  position: fixed;
  right: 2vw;
  left: auto;
  top: 2vw;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  z-index: 1001;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  @media screen and (max-width: 800px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 640px) {
    #nav-toggle {
      height: calc(100vw / 1024 * 90);
      width: calc(90 / 1024 * 100vw);
      border-radius: 5px; } }

#nav-toggle div {
  position: relative;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  display: flex;
  text-align: center;
  filter: box-shadow(0 0 0.75rem #4b2700); }
  @media screen and (max-width: 640px) {
    #nav-toggle div {
      height: calc(100vw / 1024 * 90);
      width: calc(90 / 1024 * 100vw); } }

#nav-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  width: calc(50 / 1024 * 100vw);
  height: calc(100vw / 1024 * 5);
  background: #bf985e;
  border-radius: 5px;
  left: 0%;
  right: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }
  @media screen and (max-width: 640px) {
    #nav-toggle span {
      width: calc(60 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }

#nav-toggle span:nth-child(1) {
  top: 30%; }
  @media screen and (max-width: 640px) {
    #nav-toggle span:nth-child(1) {
      top: 20%; } }

#nav-toggle span:nth-child(2) {
  top: 47.5%; }
  @media screen and (max-width: 420px) {
    #nav-toggle span:nth-child(2) {
      top: 45.5%; } }

#nav-toggle span:nth-child(3) {
  top: auto;
  bottom: 30%; }
  @media screen and (max-width: 640px) {
    #nav-toggle span:nth-child(3) {
      bottom: 20%; } }

.menu {
  display: none;
  position: fixed;
  /* 開いてないときは画面外に配置 */
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  text-align: center;
  padding: 0px 0;
  transform: translateY(-100rem);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 1000; }
  @media screen and (max-width: 800px) {
    .menu {
      display: block; }
      .menu img {
        display: block;
        max-width: 60%;
        margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6);
  color: #bf985e; }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #bf985e;
  padding: 15px 0;
  font-family: source-han-serif-japanese, serif;
  letter-spacing: .1rem; }
  .menu ul li a span {
    font-size: 30px; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span {
  background: #bf985e; }

.open #nav-toggle span:nth-child(1) {
  top: 48%;
  -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: 48%;
  bottom: auto;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg); }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  right: 0px;
  transform: translateY(0rem); }

.main {
  position: relative;
  height: calc(100vw / 1920 * 1000);
  background: url("../../ja/img/main_back.jpg") no-repeat bottom center;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .main {
      height: auto; } }

.top_kmc {
  position: absolute;
  width: calc(80 / 1920 * 100vw);
  max-width: 300px;
  margin: auto;
  top: calc(100vw/ 1920 *20);
  left: calc(30 / 1920 * 100vw);
  z-index: 990; }
  @media screen and (max-width: 800px) {
    .top_kmc {
      top: calc(100vw/ 1024 * -40);
      left: calc(50 / 1024 * 100vw);
      width: calc(80 / 1024 * 100vw); } }
  @media screen and (max-width: 420px) {
    .top_kmc {
      top: calc(100vw/ 1024 * -50);
      width: calc(120 / 1024 * 100vw); } }

.t_logo {
  display: block;
  margin: 0 auto calc(100vw / 1920 * 50);
  width: calc(620 / 1920 * 100vw);
  max-width: 620px;
  position: absolute;
  top: calc(100vw / 1920 * 50);
  left: calc(230 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .t_logo {
      /*引数を省略*/
      width: 80%;
      margin: 0 auto calc(100vw / 1024 * 30); } }
  @media screen and (max-width: 800px) {
    .t_logo {
      /*引数を省略*/
      width: 50%; } }

.pv_btn {
  display: block;
  width: calc(500 / 1920 * 100vw);
  margin: auto;
  position: absolute;
  top: calc(100vw / 1920 * 100);
  right: calc(400 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .pv_btn {
      /*引数を省略*/ } }
  @media screen and (max-width: 800px) {
    .pv_btn {
      /*引数を省略*/
      width: 80%;
      margin: 0 auto 5.5vw; } }

.top_dl {
  display: block;
  margin: auto;
  width: calc(453 / 1920 * 100vw);
  position: absolute;
  top: calc(100vw / 1920 * 420);
  right: calc(420 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .top_dl {
      /*引数を省略*/ } }
  @media screen and (max-width: 800px) {
    .top_dl {
      /*引数を省略*/
      width: 80%; } }

.pf_logolist {
  text-align: center;
  z-index: 30;
  margin: 3vw auto 1vw;
  width: calc(1200 / 1920 * 100vw); }
  .pf_logolist div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: calc(100vw / 1920 * 80); }
  .pf_logolist img {
    height: calc(100vw / 1920 * 38);
    transition: .2s; }
  .pf_logolist a img {
    transition: .2s; }
  .pf_logolist a img:hover {
    opacity: 0.5; }
  @media screen and (max-width: 1024px) {
    .pf_logolist {
      width: 90%; }
      .pf_logolist div {
        flex-wrap: wrap;
        height: auto; }
      .pf_logolist img {
        height: calc(100vw / 1280 * 38); } }
  @media screen and (max-width: 800px) {
    .pf_logolist {
      margin: 5vw auto; }
      .pf_logolist img {
        height: calc(100vw / 1024 * 60); } }

.main_con {
  display: block; }
  @media screen and (max-width: 800px) {
    .main_con {
      display: none; } }

.main_con_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .main_con_sp {
      display: block; }
      .main_con_sp img {
        width: 100%; } }

.obi {
  width: calc(700 / 1920 * 100vw);
  max-width: 700px; }
  @media screen and (max-width: 1024px) {
    .obi {
      width: calc(500 / 1280 * 100vw); } }
  @media screen and (max-width: 800px) {
    .obi {
      width: 80%; } }

.sp_pv {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_pv {
      display: block; } }

.pv_btn_sp {
  width: 80%; }
  @media screen and (max-width: 800px) {
    .pv_btn_sp {
      display: block;
      margin: 30px auto; } }

.story {
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #513926;
  border-top: 2px solid #513926;
  background: url("../../ja/img/back_story.jpg") no-repeat center top #000;
  background-size: cover; }

.story .obi {
  display: block;
  margin: calc(100vw / 1920 * 80) auto 0; }

.story_img {
  display: block;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .story_img {
      max-width: 90%; } }
  @media screen and (max-width: 640px) {
    .story_img {
      max-width: 100%; } }

.st_txt {
  display: block;
  margin: 3.5vw  auto 10vw;
  max-width: 100%;
  width: calc(1200 / 1920 * 100vw); }
  @media screen and (max-width: 640px) {
    .st_txt {
      width: 90%;
      max-width: 90%; } }

.sp_story {
  display: none; }
  @media screen and (max-width: 800px) {
    .sp_story {
      display: block;
      max-width: 100%;
      margin: 60px auto; } }
  @media screen and (max-width: 640px) {
    .sp_story {
      margin: 30px auto; } }

.about {
  overflow: hidden;
  padding-top: calc(120 / 1920 * 100vw);
  padding-bottom: calc(120 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .about {
      padding-top: calc(120 / 1024 * 100vw);
      padding-bottom: calc(120 / 1024 * 100vw); } }

.about .obi {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .about .obi {
      margin: 0 auto calc(100vw / 1024 * 120); } }

.about_pc {
  display: block; }
  .about_pc img {
    display: block; }
  @media screen and (max-width: 800px) {
    .about_pc {
      display: none; } }

.about_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .about_sp {
      display: block; }
      .about_sp img {
        display: block;
        margin: 0 auto 10vw;
        width: 85%; } }

.pc_g1 {
  width: calc(1200 / 1920 * 100vw);
  margin: 8vw auto 0; }

.pc_g2 {
  width: calc(1200 / 1920 * 100vw);
  margin: 10vw auto; }
  @media screen and (max-width: 800px) {
    .pc_g2 {
      width: 90%; } }

.pc_g3 {
  width: calc(1200 / 1920 * 100vw);
  margin: 0 auto 10vw; }

.sugoroku {
  overflow: hidden;
  padding-top: calc(120 / 1920 * 100vw);
  padding-bottom: calc(120 / 1920 * 100vw);
  background: url("../../ja/img/back_sugoroku.jpg") no-repeat top center;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .sugoroku {
      padding-top: calc(120 / 1024 * 100vw);
      padding-bottom: calc(120 / 1024 * 100vw); } }

.sugoroku .obi {
  display: block;
  margin: 0 auto 5vw;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .sugoroku .obi {
      margin: 0 auto calc(100vw / 1024 * 120); } }

.sugoroku_con div {
  margin: 0 auto; }
  .sugoroku_con div img {
    display: block;
    margin: 0 auto;
    width: calc(1200 / 1920 * 100vw); }
@media screen and (max-width: 800px) {
  .sugoroku_con div img {
    width: 80%; } }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  width: calc(75 / 1920 * 100vw);
  height: calc(100vw / 1920 * 85);
  background-size: cover;
  border: none; }
  @media screen and (max-width: 1024px) {
    .slick-arrow {
      width: calc(75 / 1280 * 100vw);
      height: calc(100vw / 1280 * 85); } }

.prev-arrow {
  left: calc(60 / 1920 * 100vw);
  background: url("../img/arrow_l.webp") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .prev-arrow {
      left: 1%; }
      .prev-arrow img {
        width: calc(60 / 1024 * 100vw); } }

.next-arrow {
  right: calc(60 / 1920 * 100vw);
  background: url("../img/arrow_r.webp") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .next-arrow {
      right: 1%; }
      .next-arrow img {
        width: calc(60 / 1024 * 100vw); } }

.slide-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / 1920 * -60);
  margin: 0 auto;
  z-index: 10; }
  @media screen and (max-width: 1024px) {
    .slide-dots {
      bottom: calc(100vw / 1024 * -60); } }
  .slide-dots li {
    display: inline-block;
    margin: 0 calc(20 / 1920 * 100vw ); }
    @media screen and (max-width: 1024px) {
      .slide-dots li {
        margin: 0 calc(20 / 1024 * 100vw ); } }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px;
      background: rgba(255, 255, 255, 0);
      border: none;
      outline: none;
      width: calc(20 / 1920 * 100vw);
      height: calc(100vw / 1920 * 20);
      min-height: 18px; }
      .slide-dots li button:before {
        content: "";
        background: url("../img/off.png") no-repeat center;
        background-size: cover;
        text-indent: 0px;
        width: calc(20 / 1920 * 100vw);
        height: calc(100vw / 1920 * 20);
        position: absolute;
        top: 0;
        left: 0; }
      @media screen and (max-width: 1024px) {
        .slide-dots li button {
          width: calc(20 / 1024 * 100vw);
          height: calc(100vw / 1024 * 20); }
          .slide-dots li button:before {
            width: calc(20 / 1024 * 100vw);
            height: calc(100vw / 1024 * 20); } }
      @media screen and (max-width: 800px) {
        .slide-dots li button {
          bottom: calc(100vw / 1024 * -65); } }
    .slide-dots li.slick-active button:before {
      content: "";
      background: url("../img/on.png") no-repeat center;
      background-size: cover; }

.st_0 {
  display: block;
  margin: 13vw auto 5vw;
  width: calc(886 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .st_0 {
      width: 80%;
      margin: 20vw auto 5vw; } }

.masu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto; }
  .masu img {
    width: calc(480 / 1920 * 100vw);
    margin: 0 auto 5vw; }
  @media screen and (max-width: 800px) {
    .masu {
      width: 90%; }
      .masu img {
        width: calc(430 / 1024 * 100vw); } }

.sugo_txt {
  display: block;
  margin: 5vw auto;
  width: calc(760 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .sugo_txt {
      width: 80%; } }

.system {
  overflow: hidden;
  padding-top: calc(120 / 1920 * 100vw);
  padding-bottom: calc(120 / 1920 * 100vw);
  background: url("../../ja/img/back_system.jpg") no-repeat top center;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    .system {
      padding-top: calc(120 / 1024 * 100vw);
      padding-bottom: calc(120 / 1024 * 100vw); } }

.system .obi {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .system .obi {
      margin: 0 auto calc(100vw / 1024 * 120); } }

.sys_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .sys_img {
      display: block; } }

.sys_i0 {
  display: block;
  width: calc(700 / 1920 * 100vw);
  margin: 0 2vw; }
  @media screen and (max-width: 800px) {
    .sys_i0 {
      display: block;
      width: 80%;
      margin: 10vw auto; } }

.sys_i1 {
  display: block;
  width: calc(700 / 1920 * 100vw);
  margin: 0 2vw; }
  @media screen and (max-width: 800px) {
    .sys_i1 {
      width: 80%;
      margin: 10vw auto; } }

.sys_i2 {
  display: block;
  width: calc(1100 / 1920 * 100vw);
  margin: 10vw auto; }
  @media screen and (max-width: 800px) {
    .sys_i2 {
      display: none;
      width: 80%; } }

.sys_i3 {
  display: none; }
  @media screen and (max-width: 800px) {
    .sys_i3 {
      display: block;
      width: 70%;
      margin: 0 auto 10vw; } }

.gallery {
  overflow: hidden;
  padding-top: calc(120 / 1920 * 100vw);
  padding-bottom: calc(120 / 1920 * 100vw); }
  @media screen and (max-width: 800px) {
    .gallery {
      padding-top: calc(120 / 1024 * 100vw);
      padding-bottom: calc(120 / 1024 * 100vw); } }

.gallery .obi {
  display: block;
  margin: 0 auto 5vw;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .gallery .obi {
      margin: 0 auto calc(100vw / 1024 * 120); } }

.gallery_con_pc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  margin: 2vw auto; }
  @media screen and (max-width: 800px) {
    .gallery_con_pc {
      display: none; } }

.gallery_con_sp {
  display: none; }
  @media screen and (max-width: 800px) {
    .gallery_con_sp {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      align-items: center;
      width: 90%;
      margin: 2vw auto; } }

.thumb {
  width: calc(274 / 1920 * 100vw);
  overflow: hidden;
  margin: 1vw auto; }
  .thumb img {
    width: calc(270 / 1920 * 100vw);
    opacity: .8;
    transition: .3s;
    display: block;
    margin: 0 auto; }
    .thumb img:hover {
      opacity: 1; }
  .thumb.active {
    border: 2px solid #cac6b8; }
  @media screen and (max-width: 800px) {
    .thumb {
      width: calc(270 / 1024 * 100vw);
      margin: 1vw auto 15vw; }
      .thumb img {
        opacity: 1;
        width: 100%; } }

.gallery-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  display: block;
  width: calc(47 / 1920 * 100vw);
  height: calc(100vw / 1920 * 87);
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 999; }
  @media screen and (max-width: 1024px) {
    .gallery-arrow {
      width: calc(47 / 900 * 100vw);
      height: calc(100vw / 900 * 87); } }

.gallery-arrow-left {
  left: 3rem;
  background: url("../img/arrow_l.webp") no-repeat;
  background-size: cover;
  transition: .2s;
  opacity: .7;
  transform: scale(0.9); }
  .gallery-arrow-left:hover {
    opacity: 1;
    transform: scale(1); }
  @media screen and (max-width: 1024px) {
    .gallery-arrow-left {
      left: 0rem;
      right: auto; } }

.gallery-arrow-right {
  right: 3rem;
  background: url("../img/arrow_r.webp") no-repeat;
  background-size: cover;
  transition: .2s;
  opacity: .7;
  transform: scale(0.9); }
  .gallery-arrow-right:hover {
    opacity: 1;
    transform: scale(1); }
  @media screen and (max-width: 1024px) {
    .gallery-arrow-right {
      right: 0rem;
      left: auto; } }

.gallery-arrow-right:before {
  content: ''; }

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8); }

.mfp-container {
  padding-left: 1rem;
  padding-right: 1rem; }

.series {
  overflow: hidden;
  padding-top: calc(120 / 1920 * 100vw);
  padding-bottom: calc(120 / 1920 * 100vw);
  background: url("../../ja/img/back_series.png"); }
  @media screen and (max-width: 800px) {
    .series {
      padding-top: calc(120 / 1024 * 100vw);
      padding-bottom: calc(120 / 1024 * 100vw); } }

.series .obi {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (max-width: 800px) {
    .series .obi {
      margin: 0 auto calc(100vw / 1024 * 120); } }

.series_list {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 5vw auto 0;
  position: relative; }
  .series_list img {
    width: calc(400 / 1920 * 100vw);
    transition: .3s; }
    .series_list img:hover {
      transform: translateY(-10px); }
  @media screen and (max-width: 800px) {
    .series_list {
      flex-wrap: wrap; }
      .series_list img {
        width: calc(500 / 1024 * 100vw); }
        .series_list img:hover {
          transform: translateY(0px); } }
  @media screen and (max-width: 640px) {
    .series_list img {
      width: 100%; } }

.dlbtn {
  display: block;
  position: fixed;
  bottom: calc(100vw / 1920 * 30);
  right: calc(30 / 1920 *100vw);
  z-index: 110; }
  .dlbtn img {
    width: calc(200 / 1920 * 100vw);
    max-width: 350px;
    min-width: 150px;
    transition: .3s;
    opacity: .6; }
  .dlbtn img:hover {
    opacity: 1; }
  @media screen and (max-width: 800px) {
    .dlbtn {
      left: 0;
      right: 0; }
      .dlbtn img {
        width: 80%;
        max-width: 450px;
        display: block;
        margin: 0 auto; } }

/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 1024px) {
    .open_dl {
      display: block;
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 800px) {
    .open_dl {
      margin: 10px auto 25px; } }

.modal_wrap input {
  display: none; }

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  overflow: hidden; }

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%; }

.modal_content {
  align-self: center;
  width: 760px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content {
      padding: 10px 0;
      width: 80%; } }

.modal_content_two {
  align-self: center;
  width: 450px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transform: scale(0.3);
  transition: 0.5s; }
  @media screen and (max-width: 640px) {
    .modal_content_two {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content_two {
      padding: 10px 0;
      width: 80%; } }

.modal_content_zombie {
  align-self: center;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  transform: scale(0);
  opacity: 0; }
  @media screen and (max-width: 640px) {
    .modal_content_zombie {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 420px) {
    .modal_content_zombie {
      padding: 10px 0;
      width: 80%; } }

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  cursor: pointer;
  color: #FFFFFF;
  opacity: 1;
  z-index: 90; }

@media screen and (max-width: 768px) {
  .close_button {
    top: 1%;
    right: 4%;
    color: #FFFFFF; } }
@media screen and (max-width: 420px) {
  .close_button {
    top: -20%;
    right: -10px;
    color: #FFFFFF; } }
.close_button img {
  width: 24px;
  height: 24px; }

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s; }

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: scale(1); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_two {
  transform: scale(1); }

.modal_wrap input:checked ~ .modal_overlay .modal_content_zombie {
  transform: scale(1);
  opacity: 1; }

.open_button {
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
  font-family: 'Noto Sans JP'; }

.dl_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dl_list li {
  color: #f4c27b;
  border: 4px #FFF solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #000;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.8); }

.single {
  width: 150px;
  height: 90px; }
  .single img {
    height: 70px;
    margin-top: 12px; }
  @media screen and (max-width: 640px) {
    .single {
      width: 110px;
      height: 70px; }
      .single img {
        height: 50px;
        margin-top: 10px; } }

.one {
  width: 150px;
  height: 150px; }
  .one img {
    height: 70px;
    margin-top: 38px; }
  @media screen and (max-width: 640px) {
    .one {
      width: 110px;
      height: 70px; }
      .one img {
        height: 50px;
        margin-top: 10px; } }

.double {
  width: 150px;
  height: 150px; }
  .double img {
    height: 70px;
    margin-top: 13px; }
  @media screen and (max-width: 640px) {
    .double {
      width: 120px;
      height: 150px;
      font-size: 8px; } }

.dl_link2 a {
  display: block;
  width: 80%;
  margin: 0 auto 3px;
  padding: 2px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #f4c27b;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid #f4c27b; }
.dl_link2 a:hover {
  border: 2px solid #FFF;
  background: #ffa822;
  color: #000; }
@media screen and (max-width: 640px) {
  .dl_link2 a {
    font-size: 10px;
    padding: 1px 0; } }

.dl_link a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 12px;
  border-radius: 2px;
  background: #FFF;
  color: #092570;
  font-weight: bold;
  overflow: hidden; }
.dl_link a:hover {
  border: 2px solid #FFF;
  background: none;
  color: #FFF; }

.link_list {
  display: flex;
  width: 240px;
  margin: 2rem auto;
  justify-content: space-between;
  align-items: center; }
  .link_list div {
    text-align: center;
    width: 50%; }

.kmc {
  height: calc(100vw / 1920 * 40); }
  @media screen and (max-width: 1024px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1280 * 30); } }
  @media screen and (max-width: 800px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 40); } }
  @media screen and (max-width: 420px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 100); } }

.cpicon {
  height: calc(100vw / 1920 * 40); }
  @media screen and (max-width: 1024px) {
    .cpicon {
      /*引数を省略*/
      height: calc(100vw / 1280 * 30); } }
  @media screen and (max-width: 800px) {
    .cpicon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 40); } }
  @media screen and (max-width: 420px) {
    .cpicon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 120); } }

.sns_btn {
  width: 240px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .sns_btn li img {
    height: calc(100vw / 1920 *30); }
  @media screen and (max-width: 1280px) {
    .sns_btn li img {
      height: calc(100vw / 1920 *40); } }
  @media screen and (max-width: 800px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *40); } }
  @media screen and (max-width: 640px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *50); } }
  @media screen and (max-width: 420px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *120); } }

.r-txt1, .r-txt {
  color: #FFF; }

.dwn_bd {
  border-color: #FFF; }

footer {
  border-top: #FFF solid 2px;
  background: #000;
  width: 100%;
  position: static;
  margin: auto;
  overflow: hidden;
  color: #FFF;
  padding-bottom: calc(100vw / 1920 * 200); }
  @media screen and (max-width: 1024px) {
    footer {
      /*引数を省略*/
      position: static;
      width: 100vw;
      max-width: 100%;
      text-align-last: center; } }
  @media screen and (max-width: 800px) {
    footer {
      /*引数を省略*/
      position: static;
      padding-bottom: calc(100vw / 1024 * 250); } }

.trademark a {
  color: #e6001d; }

.copy, .copy2 {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 0 auto; }

hr {
  border: none;
  height: 2px;
  background: #363636; }
