@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --c-t_bg_body: #0d0d0d;
  --c-t_bg_body-90: rgba(13, 13, 13, 0.9);
  --c-t_bg_body-80: rgba(13, 13, 13, 0.8);
  --c-t_bg_body-70: rgba(13, 13, 13, 0.7);
  --c-t_bg_body-60: rgba(13, 13, 13, 0.6);
  --c-t_bg_body-50: rgba(13, 13, 13, 0.5);
  --c-t_bg_body-40: rgba(13, 13, 13, 0.4);
  --c-t_bg_body-30: rgba(13, 13, 13, 0.3);
  --c-t_bg_body-20: rgba(13, 13, 13, 0.2);
  --c-t_bg_body-10: rgba(13, 13, 13, 0.1);
  --c-t_bg_body-00: rgba(13, 13, 13, 0);
  --c-t_text: #edece6;
  --c-t_text-90: rgba(237, 236, 230, 0.9);
  --c-t_text-80: rgba(237, 236, 230, 0.8);
  --c-t_text-70: rgba(237, 236, 230, 0.7);
  --c-t_text-60: rgba(237, 236, 230, 0.6);
  --c-t_text-50: rgba(237, 236, 230, 0.5);
  --c-t_text-40: rgba(237, 236, 230, 0.4);
  --c-t_text-30: rgba(237, 236, 230, 0.3);
  --c-t_text-20: rgba(237, 236, 230, 0.2);
  --c-t_text-10: rgba(237, 236, 230, 0.1);
  --c-t_text-00: rgba(237, 236, 230, 0);
  --c-t_green: #41bfa2;
  --c-t_green-90: rgba(65, 191, 162, 0.9);
  --c-t_green-80: rgba(65, 191, 162, 0.8);
  --c-t_green-70: rgba(65, 191, 162, 0.7);
  --c-t_green-60: rgba(65, 191, 162, 0.6);
  --c-t_green-50: rgba(65, 191, 162, 0.5);
  --c-t_green-40: rgba(65, 191, 162, 0.4);
  --c-t_green-30: rgba(65, 191, 162, 0.3);
  --c-t_green-20: rgba(65, 191, 162, 0.2);
  --c-t_green-10: rgba(65, 191, 162, 0.1);
  --c-t_green-00: rgba(65, 191, 162, 0);
  --c-t_brown: #6e6445;
  --c-t_brown-90: rgba(110, 100, 69, 0.9);
  --c-t_brown-80: rgba(110, 100, 69, 0.8);
  --c-t_brown-70: rgba(110, 100, 69, 0.7);
  --c-t_brown-60: rgba(110, 100, 69, 0.6);
  --c-t_brown-50: rgba(110, 100, 69, 0.5);
  --c-t_brown-40: rgba(110, 100, 69, 0.4);
  --c-t_brown-30: rgba(110, 100, 69, 0.3);
  --c-t_brown-20: rgba(110, 100, 69, 0.2);
  --c-t_brown-10: rgba(110, 100, 69, 0.1);
  --c-t_brown-00: rgba(110, 100, 69, 0);
  --c-t_gray: #c4c3bd;
  --c-t_gray-90: rgba(196, 195, 189, 0.9);
  --c-t_gray-80: rgba(196, 195, 189, 0.8);
  --c-t_gray-70: rgba(196, 195, 189, 0.7);
  --c-t_gray-60: rgba(196, 195, 189, 0.6);
  --c-t_gray-50: rgba(196, 195, 189, 0.5);
  --c-t_gray-40: rgba(196, 195, 189, 0.4);
  --c-t_gray-30: rgba(196, 195, 189, 0.3);
  --c-t_gray-20: rgba(196, 195, 189, 0.2);
  --c-t_gray-10: rgba(196, 195, 189, 0.1);
  --c-t_gray-00: rgba(196, 195, 189, 0);
  --c-t_darkgray: #2f2f2f;
  --c-t_darkgray-90: rgba(47, 47, 47, 0.9);
  --c-t_darkgray-80: rgba(47, 47, 47, 0.8);
  --c-t_darkgray-70: rgba(47, 47, 47, 0.7);
  --c-t_darkgray-60: rgba(47, 47, 47, 0.6);
  --c-t_darkgray-50: rgba(47, 47, 47, 0.5);
  --c-t_darkgray-40: rgba(47, 47, 47, 0.4);
  --c-t_darkgray-30: rgba(47, 47, 47, 0.3);
  --c-t_darkgray-20: rgba(47, 47, 47, 0.2);
  --c-t_darkgray-10: rgba(47, 47, 47, 0.1);
  --c-t_darkgray-00: rgba(47, 47, 47, 0);
  --c-t_black: #0d0d0d;
  --c-t_black-90: rgba(13, 13, 13, 0.9);
  --c-t_black-80: rgba(13, 13, 13, 0.8);
  --c-t_black-70: rgba(13, 13, 13, 0.7);
  --c-t_black-60: rgba(13, 13, 13, 0.6);
  --c-t_black-50: rgba(13, 13, 13, 0.5);
  --c-t_black-40: rgba(13, 13, 13, 0.4);
  --c-t_black-30: rgba(13, 13, 13, 0.3);
  --c-t_black-20: rgba(13, 13, 13, 0.2);
  --c-t_black-10: rgba(13, 13, 13, 0.1);
  --c-t_black-00: rgba(13, 13, 13, 0);
  --c-t_white: #edece6;
  --c-t_white-90: rgba(237, 236, 230, 0.9);
  --c-t_white-80: rgba(237, 236, 230, 0.8);
  --c-t_white-70: rgba(237, 236, 230, 0.7);
  --c-t_white-60: rgba(237, 236, 230, 0.6);
  --c-t_white-50: rgba(237, 236, 230, 0.5);
  --c-t_white-40: rgba(237, 236, 230, 0.4);
  --c-t_white-30: rgba(237, 236, 230, 0.3);
  --c-t_white-20: rgba(237, 236, 230, 0.2);
  --c-t_white-10: rgba(237, 236, 230, 0.1);
  --c-t_white-00: rgba(237, 236, 230, 0);
  --c-t_transparent: white;
  --c-t_transparent-90: rgba(255, 255, 255, 0.9);
  --c-t_transparent-80: rgba(255, 255, 255, 0.8);
  --c-t_transparent-70: rgba(255, 255, 255, 0.7);
  --c-t_transparent-60: rgba(255, 255, 255, 0.6);
  --c-t_transparent-50: rgba(255, 255, 255, 0.5);
  --c-t_transparent-40: rgba(255, 255, 255, 0.4);
  --c-t_transparent-30: rgba(255, 255, 255, 0.3);
  --c-t_transparent-20: rgba(255, 255, 255, 0.2);
  --c-t_transparent-10: rgba(255, 255, 255, 0.1);
  --c-t_transparent-00: rgba(255, 255, 255, 0);
  --c-s_twitter: #1da1f2;
  --c-s_twitter-90: rgba(29, 161, 242, 0.9);
  --c-s_twitter-80: rgba(29, 161, 242, 0.8);
  --c-s_twitter-70: rgba(29, 161, 242, 0.7);
  --c-s_twitter-60: rgba(29, 161, 242, 0.6);
  --c-s_twitter-50: rgba(29, 161, 242, 0.5);
  --c-s_twitter-40: rgba(29, 161, 242, 0.4);
  --c-s_twitter-30: rgba(29, 161, 242, 0.3);
  --c-s_twitter-20: rgba(29, 161, 242, 0.2);
  --c-s_twitter-10: rgba(29, 161, 242, 0.1);
  --c-s_twitter-00: rgba(29, 161, 242, 0);
  --c-s_x: black;
  --c-s_x-90: rgba(0, 0, 0, 0.9);
  --c-s_x-80: rgba(0, 0, 0, 0.8);
  --c-s_x-70: rgba(0, 0, 0, 0.7);
  --c-s_x-60: rgba(0, 0, 0, 0.6);
  --c-s_x-50: rgba(0, 0, 0, 0.5);
  --c-s_x-40: rgba(0, 0, 0, 0.4);
  --c-s_x-30: rgba(0, 0, 0, 0.3);
  --c-s_x-20: rgba(0, 0, 0, 0.2);
  --c-s_x-10: rgba(0, 0, 0, 0.1);
  --c-s_x-00: rgba(0, 0, 0, 0);
  --c-s_fb: #1877f2;
  --c-s_fb-90: rgba(24, 119, 242, 0.9);
  --c-s_fb-80: rgba(24, 119, 242, 0.8);
  --c-s_fb-70: rgba(24, 119, 242, 0.7);
  --c-s_fb-60: rgba(24, 119, 242, 0.6);
  --c-s_fb-50: rgba(24, 119, 242, 0.5);
  --c-s_fb-40: rgba(24, 119, 242, 0.4);
  --c-s_fb-30: rgba(24, 119, 242, 0.3);
  --c-s_fb-20: rgba(24, 119, 242, 0.2);
  --c-s_fb-10: rgba(24, 119, 242, 0.1);
  --c-s_fb-00: rgba(24, 119, 242, 0);
  --c-s_youtube: #da1725;
  --c-s_youtube-90: rgba(218, 23, 37, 0.9);
  --c-s_youtube-80: rgba(218, 23, 37, 0.8);
  --c-s_youtube-70: rgba(218, 23, 37, 0.7);
  --c-s_youtube-60: rgba(218, 23, 37, 0.6);
  --c-s_youtube-50: rgba(218, 23, 37, 0.5);
  --c-s_youtube-40: rgba(218, 23, 37, 0.4);
  --c-s_youtube-30: rgba(218, 23, 37, 0.3);
  --c-s_youtube-20: rgba(218, 23, 37, 0.2);
  --c-s_youtube-10: rgba(218, 23, 37, 0.1);
  --c-s_youtube-00: rgba(218, 23, 37, 0);
  --c-s_line: #06c755;
  --c-s_line-90: rgba(6, 199, 85, 0.9);
  --c-s_line-80: rgba(6, 199, 85, 0.8);
  --c-s_line-70: rgba(6, 199, 85, 0.7);
  --c-s_line-60: rgba(6, 199, 85, 0.6);
  --c-s_line-50: rgba(6, 199, 85, 0.5);
  --c-s_line-40: rgba(6, 199, 85, 0.4);
  --c-s_line-30: rgba(6, 199, 85, 0.3);
  --c-s_line-20: rgba(6, 199, 85, 0.2);
  --c-s_line-10: rgba(6, 199, 85, 0.1);
  --c-s_line-00: rgba(6, 199, 85, 0);
}

body, a {
  color: var(--c-t_text);
  background-color: var(--c-t_bg_body);
}

#fiction-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: radial-gradient(circle, var(--c-t_darkgray) 0%, var(--c-t_black) 100%);
  display: none;
  z-index: 1100;
}
@media (max-width: 667px) {
  #fiction-modal {
    height: 100svh;
  }
}
#fiction-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--c-t_white);
  padding: 30px 50px;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  #fiction-modal .modal-content {
    width: 60%;
  }
}
@media (max-width: 667px) {
  #fiction-modal .modal-content {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
  }
  #fiction-modal .modal-content br {
    display: none;
  }
}
#fiction-modal .modal-content h2 {
  margin: 0 0 20px;
  font-size: 1.5em;
  color: var(--c-t_black);
  text-shadow: none !important;
}
#fiction-modal .modal-content p {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4;
  color: var(--c-t_black);
  text-shadow: none !important;
}
#fiction-modal .modal-content label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 1em;
  color: var(--c-t_black);
  text-shadow: none;
  cursor: pointer;
}
#fiction-modal .modal-content button {
  padding: 10px 20px;
  background-color: var(--c-t_darkgray);
  color: var(--c-t_white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  display: block;
  margin: 0 auto;
}
#fiction-modal .modal-content button:hover {
  background-color: var(--c-t_darkgray-70);
}

/* チェックボックスのスタイルを非表示にして独自のスタイルを適用 */
input[type=checkbox] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px !important;
  margin-bottom: -1px;
  position: relative;
  cursor: pointer;
  border: 1px solid var(--c-t_darkgray);
  background-color: var(--c-t_white);
  transition: 0.5s;
}

/* チェックボックスがチェックされた時のスタイル */
input[type=checkbox]:checked {
  background-color: var(--c-t_green);
  border-color: var(--c-t_green);
}

/* チェックがついた時のマーク（✓）の表示 */
input[type=checkbox]:checked::before {
  content: "✓";
  color: var(--c-t-white);
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 20px;
  top: -3px;
  left: -1px;
  position: absolute;
}

/* チェックボックスをホバーしたときのスタイル */
input[type=checkbox]:hover {
  border-color: var(--c-t_green);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, var(--c-t_darkgray) 0%, var(--c-t_black) 100%);
  z-index: 1000;
  /* 透明度の初期値 */
  opacity: 1;
  /* アニメーションの設定 */
  transition: opacity 0.5s ease-in-out;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: clamp(200px, 30vw, 350px);
}

.loading.fade-out {
  opacity: 0;
}

.fadeanim {
  transform: translateY(-5%);
  opacity: 0;
  filter: blur(5px);
  transition: 2s ease;
}
.fadeanim.animate-in {
  transform: translateY(-10%);
  opacity: 1;
  filter: blur(0);
}

img {
  width: 100%;
  height: auto;
}

.width1440 {
  max-width: 1440px;
  width: 100%;
  margin: 100px auto;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 1600px) {
  .width1440 {
    padding: 0 5%;
  }
}

.btn {
  transition: 0.7s ease;
  position: relative;
}
.btn:hover {
  filter: drop-shadow(0px 0px 5px var(--c-t_green));
  text-shadow: 0px 0px 20px var(--c-t_green);
  color: #FFF;
}
.btn:hover .arrow {
  transform: translate(10%, -50%);
}
.btn .arrow {
  transition: 0.7s ease;
  width: 20px;
  filter: drop-shadow(0px 0px 5px var(--c-t_green));
  padding-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

body {
  position: relative;
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  text-shadow: 0px 0px 4px var(--c-t_green-70);
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}
body::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}
body::before {
  background-image: url("../img/bg_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: fixed;
  z-index: -1;
}
body::after {
  background: --c-t_darkgray-70;
  background: radial-gradient(circle, var(--c-t_darkgray-70) 0%, var(--c-t_darkgray-50) 63%, var(--c-t_darkgray-00) 100%);
  position: fixed;
  z-index: -1;
}

h2 {
  font-size: clamp(32px, 4vw, 50px);
}

.txt_medium {
  font-size: clamp(25px, 2vw, 30px);
}

p, header a, h3, footer a {
  font-size: clamp(20px, 1.5vw, 25px);
}

@media (max-width: 667px) {
  p, footer a, #news h3 {
    font-size: clamp(16px, 1vw, 20px);
  }
}
.btn, .footer_link a {
  font-size: clamp(16px, 1vw, 20px);
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.date, .copy {
  font-size: clamp(14px, 1vw, 16px);
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--c-t_black);
  background: linear-gradient(180deg, var(--c-t_black-90) 0%, var(--c-t_black-00) 100%);
  transition: background 0.3s ease;
}
header.scrolled {
  background: var(--c-t_black-70);
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
header nav ul li a {
  text-align: center;
  display: block;
  padding: 0 20px;
}
header nav ul li a img {
  width: 25px;
  transition: 0.5s;
}
header nav ul li .h_x {
  filter: none;
  padding-top: 3px;
}
header nav ul li .h_x:hover img {
  opacity: 0.7;
}

ul, a {
  list-style: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

li a {
  transition: 0.7s ease;
}
li a:hover {
  filter: drop-shadow(0px 0px 5px var(--c-t_green));
  text-shadow: 0px 0px 20px var(--c-t_green);
  color: #FFF;
}

.header-area {
  display: none;
}
@media (max-width: 900px) {
  .header-area {
    display: block;
    height: 65px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
  }
  .header-area .hamburger {
    width: 40px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .header-area .hamburger span {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: var(--c-t_white);
    transition: 0.5s;
    filter: drop-shadow(0px 0px 5px var(--c-t_green));
  }
  .header-area .hamburger span:first-of-type {
    top: 0;
  }
  .header-area .hamburger span:nth-of-type(2) {
    top: 50%;
  }
  .header-area .hamburger span:last-of-type {
    top: 100%;
  }
  .header-area .hamburger.active span:first-of-type {
    top: 50%;
    transform: rotate(45deg);
  }
  .header-area .hamburger.active span:nth-of-type(2) {
    opacity: 0; /* 透明にする */
  }
  .header-area .hamburger.active span:last-of-type {
    top: 50%;
    transform: rotate(-45deg);
  }
  .header-area .hamburger.active span:first-of-type {
    top: 50%;
    transform: rotate(405deg);
  }
  .header-area .hamburger.active span:nth-of-type(2) {
    opacity: 0; /* 透明にする */
  }
  .header-area .hamburger.active span:last-of-type {
    top: 50%;
    transform: rotate(-405deg);
  }
}

@media (max-width: 900px) {
  header {
    background: transparent;
    transition: background 0.3s ease;
  }
  header.scrolled {
    background: linear-gradient(180deg, var(--c-t_black-90) 0%, var(--c-t_black-00) 100%);
  }
  header .slide-menu {
    background-color: var(--c-t_bg_body-70);
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    transform: translateY(-100%);
    transition: 0.5s;
    filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    flex-direction: column;
  }
}
@media (max-width: 900px) and (max-width: 667px) {
  header .slide-menu {
    height: 100svh;
  }
}
@media (max-width: 900px) and (max-width: 667px) {
  header .slide-menu {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background-color: var(--c-t_bg_body-90);
  }
}
@media (max-width: 900px) {
  header .slide-menu li {
    padding: 25px 0;
  }
}
@media (max-width: 900px) and (max-width: 667px) {
  header .slide-menu li {
    padding: 20px 0;
  }
}
@media (max-width: 900px) {
  header .slide-menu.active {
    transform: translateY(0);
    filter: blur(0px);
  }
}
#main_img {
  background-image: url("../img/fv_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100vh;
  width: 100%;
  position: relative;
}
@media (max-width: 667px) {
  #main_img {
    height: 100svh;
  }
}
#main_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}
#main_img::before {
  position: absolute;
  top: 65vh;
  background: linear-gradient(0deg, var(--c-t_darkgray-00) 0%, var(--c-t_darkgray) 30%, var(--c-t_darkgray-00));
  z-index: 0;
  height: 50vh;
}
@media (max-width: 667px) {
  #main_img::before {
    position: absolute;
    top: 65svh;
    height: 50svh;
  }
}
@media (max-width: 768px) {
  #main_img {
    background-image: url("../img/fv_img.jpg");
    background-size: auto 110%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
#main_img .logo {
  width: clamp(400px, 30vw, 700px);
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 768px) {
  #main_img .logo {
    width: 65vw;
    position: absolute;
    top: 11%;
    left: 50%;
  }
}
@media (max-width: 667px) {
  #main_img .logo {
    position: absolute;
    top: 14%;
    left: 50%;
  }
}
#main_img .purchase-links {
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: clamp(250px, 20vw, 350px);
}
@media (max-width: 768px) {
  #main_img .purchase-links {
    position: absolute;
    bottom: 4%;
    left: 3%;
    width: 40vw;
  }
}
@media (max-width: 667px) {
  #main_img .purchase-links {
    width: 45vw;
  }
}
#main_img .switch_link img {
  transform: rotate(5deg);
  transition: 0.7s ease;
  z-index: 1;
  position: relative;
  filter: drop-shadow(0px 0px 6px var(--c-t_darkgray-30));
}
#main_img .switch_link img:hover {
  filter: drop-shadow(0px 0px 6px var(--c-t_white-50));
  transform: translateY(-2%) rotate(5deg);
}
#main_img .steam_link img {
  transition: 0.7s ease;
  z-index: 0;
  position: relative;
  filter: drop-shadow(0px 0px 6px var(--c-t_darkgray-30));
}
#main_img .steam_link img:hover {
  filter: drop-shadow(0px 0px 6px var(--c-t_white-50));
  transform: translateY(-2%);
}

.catch {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translate(-50%, -5%);
  font-size: clamp(25px, 2.5vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.2em;
  opacity: 0;
  filter: blur(5px);
  transition: 2s ease;
}
@media (max-width: 768px) {
  .catch {
    position: absolute;
    top: 50%;
    right: 6%;
    font-size: 35px;
  }
}
.catch.animate-in {
  transform: translate(-50%, -10%);
  opacity: 1;
  filter: blur(0);
}
@media (max-width: 667px) {
  .catch {
    position: absolute;
    top: 50%;
    right: 18%;
    transform: translate(50%, -5%);
    font-size: 20px;
    margin: 0;
  }
  .catch.animate-in {
    transform: translate(50%, -10%);
    opacity: 1;
    filter: blur(0);
  }
}

#news .btn {
  width: 100%;
  text-align: right;
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  margin-left: -30px;
}
#news .news_cate {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#news .news_cate::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: auto;
  pointer-events: none;
}
@media (max-width: 667px) {
  #news .news_cate {
    flex-direction: column;
  }
}
#news .news_cate::before {
  background-image: url("../img/pen.png");
  background-size: 20%;
  background-position: top 50% right;
  background-repeat: no-repeat;
  background-attachment: scroll;
  right: -15%;
  z-index: 1;
}
@media (max-width: 1800px) {
  #news .news_cate::before {
    background-image: url("../img/pen.png");
    background-size: 17%;
    background-position: top 60% right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    right: -12%;
  }
}
@media (max-width: 1600px) {
  #news .news_cate::before {
    background-image: url("../img/pen.png");
    background-size: 15%;
    background-position: top 60% right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    right: -8%;
  }
}
@media (max-width: 1400px) {
  #news .news_cate::before {
    background-image: url("../img/pen.png");
    background-size: 10%;
    background-position: top 60% right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    right: -5%;
  }
}
@media (max-width: 768px) {
  #news .news_cate::before {
    background-image: url("../img/pen.png");
    background-size: 17%;
    background-position: top 80% right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    right: -5%;
  }
}
#news .news_cate h2 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  #news .news_cate h2 {
    margin-left: 0px;
  }
}
@media (max-width: 667px) {
  #news .news_cate h2 {
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
  }
}
#news .news_cate .news_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #news .news_cate .news_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-image: url("../img/kawa.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 10px;
  }
}
#news .news_cate .news_box .news_item {
  background-image: url("../img/kawa.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 10px;
  margin: 0 10px;
  transition: 0.5s;
  filter: drop-shadow(0px 0px 6px var(--c-t_black-30));
}
#news .news_cate .news_box .news_item:hover {
  transform: translateY(-2%);
  filter: drop-shadow(0px 0px 10px var(--c-t_black-40));
}
@media (max-width: 768px) {
  #news .news_cate .news_box .news_item {
    background: none;
    width: 100%;
    padding: 0;
    filter: none;
    margin-bottom: 1px;
    background-image: url("../img/note.jpg");
    background-size: 545px;
    background-position: top -2px center;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  #news .news_cate .news_box .news_item img {
    display: none;
  }
}
#news .news_cate .news_box .news_item .news_txt {
  background-image: url("../img/note.jpg");
  background-size: 545px;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: var(--c-t_darkgray);
  padding: 10px;
  text-shadow: none;
}
@media (max-width: 768px) {
  #news .news_cate .news_box .news_item .news_txt {
    background: none;
  }
}
#news .news_cate .news_box .news_item .news_txt h3 {
  margin: 0;
}
#news .news_cate .news_box .news_item .news_txt .date {
  margin: 0;
  padding-bottom: 5px;
}

#story {
  text-align: center;
}
#story h2 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  display: inline;
}
@media (max-width: 667px) {
  #story h2 {
    letter-spacing: 0.1em;
  }
}
#story p {
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media (max-width: 667px) {
  #story p {
    line-height: 2;
  }
}
#story p span {
  line-height: 2;
  padding-top: 5px;
  display: block;
}
@media (max-width: 667px) {
  #story p span {
    font-size: clamp(20px, 1.5vw, 25px);
    line-height: 1.5;
  }
}

#characters {
  text-align: center;
  margin-top: 200px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #characters {
    margin-top: 150px;
  }
}
@media (max-width: 667px) {
  #characters {
    margin-bottom: 50px;
  }
}
#characters .chara_box {
  display: flex;
  justify-content: center;
  align-items: top;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
}
@media (max-width: 1400px) {
  #characters .chara_box {
    max-width: 1000px;
  }
}
@media (max-width: 768px) {
  #characters .chara_box {
    padding: 0 0%;
  }
}
@media (max-width: 667px) {
  #characters .chara_box {
    flex-direction: column;
    position: relative;
  }
}
#characters .chara01 {
  margin-right: -13%;
}
@media (max-width: 667px) {
  #characters .chara01 {
    margin: 0 auto;
    order: 2;
    position: relative;
  }
}
#characters .chara01 img {
  filter: drop-shadow(0px 2px 10px var(--c-t_black-50));
}
#characters .chara01 .chara01_txt {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  top: 0%;
  left: 4%;
  transform: translate(-25%, 0%);
  text-align: left;
  text-shadow: none;
  font-size: clamp(20px, 2vw, 30px);
}
@media (max-width: 768px) {
  #characters .chara01 .chara01_txt {
    position: absolute;
    top: 0%;
    left: 0%;
  }
}
@media (max-width: 667px) {
  #characters .chara01 .chara01_txt {
    font-size: 16px;
  }
}
#characters .chara01 .chara01_txt span {
  display: inline-block;
  background-image: url("../img/kawa.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 12px 8px 0px;
  margin: 5px;
  filter: drop-shadow(2px 2px 5px var(--c-t_black-80));
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #characters .chara01 .chara01_txt span {
    margin: 3px;
  }
}
#characters .chara02 {
  margin-top: 5%;
}
@media (max-width: 667px) {
  #characters .chara02 {
    margin: 0 auto;
    position: relative;
  }
}
#characters .chara02 img {
  filter: drop-shadow(0px 2px 10px var(--c-t_black-50));
}
#characters .chara02 .chara02_txt {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  position: absolute;
  top: 5%;
  right: 0%;
  transform: translate(-25%, 5%);
  text-align: left;
  text-shadow: none;
  font-size: clamp(20px, 2vw, 30px);
}
@media (max-width: 768px) {
  #characters .chara02 .chara02_txt {
    transform: translate(24%, 5%);
  }
}
@media (max-width: 667px) {
  #characters .chara02 .chara02_txt {
    position: absolute;
    top: -2%;
    right: 0%;
    font-size: 16px;
  }
}
#characters .chara02 .chara02_txt span {
  display: inline-block;
  background-image: url("../img/kawa.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 12px 8px;
  margin: 5px;
  filter: drop-shadow(2px 2px 5px var(--c-t_black-80));
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  #characters .chara02 .chara02_txt span {
    margin: 3px;
  }
}

#system {
  position: relative;
  padding: 250px 5%;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  text-shadow: 0px 0px 4px var(--c-t_darkgray-70);
  margin-bottom: -40px;
}
#system::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  #system {
    padding: 200px 5%;
  }
}
@media (max-width: 768px) {
  #system {
    padding: 120px 5% 100px;
  }
}
#system::before {
  background-image: url("../img/bg_paper.png");
  background-size: 120% 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: -1;
  height: calc(100% + 125px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 2px 10px var(--c-t_black-50));
}
@media (max-width: 768px) {
  #system::before {
    height: calc(100% + 100px);
    background-image: url("../img/bg_paper.png");
    background-size: 120% 92%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  #system::before {
    background-image: url("../img/bg_paper.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
#system h2 {
  text-align: center;
  margin: 0px auto 50px;
}
#system .system_box {
  position: relative;
}
#system .system_box .width1440 {
  margin: 50px auto 0;
}
@media (max-width: 667px) {
  #system .system_box .width1440 {
    padding: 0px;
  }
}
#system .system_box .width1440 .btn {
  text-align: center;
  display: block;
}
#system .system_box .width1440 .btn .arrow {
  filter: drop-shadow(0px 0px 5px var(--c-t_darkgray));
}
#system .system_box .width1440 .btn:hover {
  filter: drop-shadow(0px 0px 5px var(--c-t_darkgray));
  text-shadow: 0px 0px 20px var(--c-t_darkgray);
}
#system .system_box .width1440 p {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media (max-width: 1400px) {
  #system .system_box .width1440 p {
    margin: 0px auto 30px;
  }
}
@media (max-width: 768px) {
  #system .system_box .width1440 p {
    font-size: clamp(20px, 2vw, 30px);
    margin: 0px auto 20px;
  }
}
@media (max-width: 667px) {
  #system .system_box .width1440 p {
    font-size: 16px;
    text-align: left;
    word-break: break-all;
    margin: 20px auto 20px;
  }
}

.swiper-container {
  width: 114%;
  height: auto;
  transform: rotate(357deg);
  padding: 80px 0;
  position: relative;
  left: -7%;
}
@media (max-width: 1400px) {
  .swiper-container {
    padding: 60px 0 40px;
  }
}
@media (max-width: 768px) {
  .swiper-container {
    padding: 0px;
  }
}

.swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  pointer-events: none;
}
.swiper-slide::before {
  background-image: url("../img/film.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  z-index: 1;
  width: 100%;
  height: 125%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--c-t_white) !important;
  border-radius: 50px;
  border: solid;
  height: 70px !important;
  width: 70px !important;
  padding: 20px;
  box-sizing: border-box;
  top: -60px !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}
@media (max-width: 1400px) {
  .swiper-button-next, .swiper-button-prev {
    height: 50px !important;
    width: 50px !important;
    padding: 15px;
    top: -40px !important;
  }
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    top: -10px !important;
  }
}

.swiper-button-next {
  right: 0% !important;
  left: auto !important;
}

.swiper-button-prev {
  right: calc(0% + 80px) !important;
  left: auto !important;
}
@media (max-width: 1400px) {
  .swiper-button-prev {
    right: calc(0% + 60px) !important;
  }
}

.sp_next, .sp_prev {
  display: none !important;
}

@media (max-width: 667px) {
  .pc_next, .pc_prev {
    display: none !important;
  }
  .sp_next, .sp_prev {
    display: block !important;
    top: 50% !important;
    transform: translateY(-50%);
    padding: 12px;
  }
  .sp_next {
    right: 1% !important;
  }
  .sp_prev {
    left: 1% !important;
  }
}
#products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 100px;
}
@media (max-width: 768px) {
  #products {
    margin: 80px auto 50px;
    display: block;
  }
}
#products h2 {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  #products h2 {
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    text-align: center;
  }
}
#products .product_cate {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  #products .product_cate {
    flex-direction: column;
  }
}
#products .product_cate img {
  width: 35%;
}
@media (max-width: 1280px) {
  #products .product_cate img {
    width: 30%;
  }
}
@media (max-width: 768px) {
  #products .product_cate img {
    display: none;
  }
}
#products .product_cate .product_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}
@media (max-width: 1280px) {
  #products .product_cate .product_box {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #products .product_cate .product_box {
    width: 100%;
  }
}
#products .product_cate .product_box .product_item {
  padding: 0px 10px;
}
@media (max-width: 667px) {
  #products .product_cate .product_box .product_item {
    display: none;
  }
}
#products .product_cate .product_box .sp_p_box {
  display: none;
}
@media (max-width: 667px) {
  #products .product_cate .product_box .sp_p_box {
    display: block;
    width: 100%;
  }
  #products .product_cate .product_box .sp_p_box .sp_p_item {
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
  }
  #products .product_cate .product_box .sp_p_box .sp_p_item h3 {
    width: 100%;
    margin: 0px;
  }
  #products .product_cate .product_box .sp_p_box .sp_p_item p {
    width: 100%;
    margin: 5px auto 15px;
    border-bottom: solid 1px var(--c-t_white-50);
    padding-bottom: 10px;
  }
}

footer {
  text-align: center;
  background-color: var(--c-t_bg_body-80);
  position: relative;
}
footer .f_x {
  width: 50px;
  display: block;
  margin: 0px auto;
  padding: 60px 0 50px;
  box-sizing: border-box;
  transition: 0.5s;
}
@media (max-width: 768px) {
  footer .f_x {
    width: 40px;
    padding: 50px 0 40px;
  }
}
footer .f_x:hover {
  opacity: 0.7;
}
footer .play_guide {
  background: var(--c-t_darkgray);
  padding: 15px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-shadow: none;
  transition: 0.5s;
}
@media (max-width: 768px) {
  footer .play_guide {
    padding: 10px 15px;
  }
}
footer .play_guide:hover {
  opacity: 0.7;
}
footer .footer_link {
  padding: 30px 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 667px) {
  footer .footer_link {
    flex-direction: column;
    padding: 20px 0;
  }
}
footer .footer_link li {
  padding: 0 20px;
}
@media (max-width: 667px) {
  footer .footer_link li {
    padding: 10px 0;
  }
}
footer .copy {
  margin: 0;
  background-color: var(--c-t_brown);
  padding: 20px;
  text-shadow: none;
}/*# sourceMappingURL=common.css.map */