@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;900&family=Kiwi+Maru&family=Zen+Maru+Gothic:wght@700&family=WDXL+Lubrifont+JP+N&family=Zen+Kaku+Gothic+New:wght@400;700;900&family=Zen+Kurenaido&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;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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 {
  background: url("../img/back.png") #0e2a2c;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  overflow-x: hidden; }
  @media screen and (max-width: 1024px) {
    body {
      /*引数を省略*/ } }

/*=====================================================================================================================*/
/*折り畳みSPメニュー*/
header {
  display: none; }
  @media screen and (max-width: 1024px) {
    header {
      width: 100%;
      display: block;
      position: fixed;
      overflow-x: hidden;
      height: calc(100vw / 1024 * 80);
      background: rgba(255, 255, 255, 0);
      z-index: 199; } }

#nav-toggle {
  position: fixed;
  right: 2vw;
  left: auto;
  top: calc(100vw / 1024 * 4);
  height: calc(100vw / 1024 * 80);
  width: calc(90 / 1024 * 100vw);
  z-index: 999;
  border-radius: 50%;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  @media screen and (max-width: 1280px) {
    #nav-toggle {
      display: block; } }
  @media screen and (max-width: 800px) {
    #nav-toggle {
      height: calc(100vw / 1024 * 130);
      width: calc(130 / 1024 * 100vw); } }

#nav-toggle div {
  position: relative;
  height: calc(100vw / 1024 * 90);
  width: calc(90 / 1024 * 100vw);
  display: flex;
  text-align: center; }
  @media screen and (max-width: 800px) {
    #nav-toggle div {
      height: calc(100vw / 1024 * 130);
      width: calc(130 / 1024 * 100vw); } }

#nav-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  width: calc(50 / 1024 * 100vw);
  height: calc(100vw / 1024 * 6);
  background: #a9d79c;
  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: 800px) {
    #nav-toggle span {
      width: calc(50 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }
  @media screen and (max-width: 380px) {
    #nav-toggle span {
      width: calc(70 / 1024 * 100vw);
      height: calc(100vw / 1024 * 8); } }

#nav-toggle span:nth-child(1) {
  top: calc(100vw / 1024 * 20); }
  @media screen and (max-width: 650px) {
    #nav-toggle span:nth-child(1) {
      top: calc(100vw / 1024 * 10); } }

#nav-toggle span:nth-child(2) {
  top: calc(100vw / 1024 * 35); }
  @media screen and (max-width: 650px) {
    #nav-toggle span:nth-child(2) {
      top: calc(100vw / 1024 * 30); } }

#nav-toggle span:nth-child(3) {
  top: calc(100vw / 1024 * 50); }
  @media screen and (max-width: 650px) {
    #nav-toggle span:nth-child(3) {
      top: calc(100vw / 1024 * 50); } }

.menu {
  position: fixed;
  /* 開いてないときは画面外に配置 */
  margin: auto;
  top: 0px;
  left: 0;
  right: 0;
  background: #133a3d;
  width: 100%;
  height: 100vh;
  max-height: 100%;
  text-align: center;
  padding: 0px 0;
  transform: translateX(100rem);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 500; }
  @media screen and (max-width: 1280px) {
    .menu img {
      display: block;
      max-width: 60%;
      margin: 0 auto; } }

.menu ul {
  position: static;
  right: 0;
  top: 0;
  padding: 0; }

.menu ul li {
  float: none;
  position: static;
  font-size: 25px;
  border-bottom: 2px dotted #a9d79c;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal; }
  @media screen and (max-width: 380px) {
    .menu ul li {
      font-size: 6.5vw; } }

.menu ul li:last-child {
  border-bottom: none; }

.menu ul li a {
  width: 100%;
  display: block;
  color: #a9d79c;
  padding: 15px 0; }

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
  top: 48%;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg); }
  @media screen and (max-width: 650px) {
    .open #nav-toggle span:nth-child(1) {
      top: calc(100vw / 1024 * 40); } }

.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); }
  @media screen and (max-width: 650px) {
    .open #nav-toggle span:nth-child(3) {
      top: calc(100vw / 1024 * 40); } }

/* #global-nav スライドアニメーション */
.open .menu {
  /* #global-nav top + #mobile-head height */
  right: 0px;
  transform: translateX(0rem);
  z-index: 900; }

.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: .8s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 1.5s;
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.top_clogo {
  position: absolute;
  top: calc(100vw / 1920 * 20);
  left: calc(30 / 1920 * 100vw);
  width: calc(120 / 1920 * 100vw);
  z-index: 90; }
  @media screen and (max-width: 1024px) {
    .top_clogo {
      /*引数を省略*/
      top: calc(100vw / 1024 * 30);
      left: calc(30 / 1024 * 100vw);
      width: calc(120 / 1024 * 100vw);
      min-width: 50px; } }

.main_con {
  background: url("../img/back_00.jpg?00") no-repeat bottom;
  background-size: cover;
  position: relative;
  width: 100vw;
  min-width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1920px) {
    .main_con {
      /*引数を省略*/
      width: 100%; } }
  @media screen and (max-width: 1024px) {
    .main_con {
      /*引数を省略*/
      background: none;
      display: block;
      text-align: center;
      position: static;
      height: auto;
      -webkit-mask-image: none;
      mask-image: none; } }

.title_con {
  position: relative;
  margin: auto;
  width: 100%;
  height: calc(100vw / 1920 * 1000);
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .title_con {
      /*引数を省略*/
      position: static;
      width: 85%;
      margin: 0 auto;
      transform: rotate(0turn);
      height: auto; } }

.t_logo {
  position: absolute;
  display: block;
  margin: auto;
  right: calc(100 / 1920 * 100vw);
  top: calc(100vw / 1920 * 500);
  width: calc(700 / 1920 *100vw); }
  @media screen and (max-width: 1024px) {
    .t_logo {
      display: none; } }

.top_img_sp {
  display: none;
  margin: 0 auto 0; }
  @media screen and (max-width: 1024px) {
    .top_img_sp {
      /*引数を省略*/
      display: block;
      width: 100%; } }
  @media screen and (max-width: 800px) {
    .top_img_sp {
      /*引数を省略*/
      margin: 0 auto 0vw; } }

.hd_img_sp {
  display: none; }
  @media screen and (max-width: 1024px) {
    .hd_img_sp {
      /*引数を省略*/
      display: block;
      position: absolute;
      width: calc(120 / 1024 * 100vw);
      margin: auto;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 800px) {
    .hd_img_sp {
      /*引数を省略*/
      width: calc(200 / 1024 * 100vw);
      margin: auto;
      top: calc(100vw / 1024 * 30);
      left: calc(60 / 1024 * 100vw); } }

.sp_wishlist {
  display: none; }
  @media screen and (max-width: 1024px) {
    .sp_wishlist {
      /*引数を省略*/
      display: block;
      width: calc(400 / 1024 * 100vw);
      margin: 10vw auto 0;
      background: #a9d79c;
      border-radius: 15px;
      padding: 2vw;
      overflow: hidden;
      color: #133a3d;
      font-weight: bold;
      font-size: calc(36 / 1024 * 100vw); } }
  @media screen and (max-width: 650px) {
    .sp_wishlist {
      width: 90%;
      border-radius: 5px; } }

.list_info {
  width: calc(720 / 1920 * 100vw);
  margin: 1.5vw auto 1vw 20%;
  display: flex;
  justify-content: center;
  font-size: calc(16 / 1920 * 100vw);
  color: #1e2f56; }
  .list_info li {
    display: flex;
    align-items: center;
    width: 100%; }
    .list_info li p {
      background: #1e2f56;
      color: #FFF;
      font-weight: 600;
      width: calc(100 / 1920 * 100vw);
      text-align: center;
      margin-right: 3%;
      border-radius: 3px; }
  @media screen and (max-width: 1280px) {
    .list_info {
      margin: 3vh auto 0vw;
      width: 90%;
      font-size: calc(20 / 1024 * 100vw);
      justify-content: flex-start;
      flex-wrap: wrap; }
      .list_info li {
        width: 100%;
        margin-bottom: 2vw; }
        .list_info li p {
          width: 150px; } }
  @media screen and (max-width: 800px) {
    .list_info {
      flex-wrap: wrap;
      margin: 3vh auto 0; }
      .list_info li {
        width: 100%; }
        .list_info li p {
          width: 120px; } }
  @media screen and (max-width: 650px) {
    .list_info li {
      flex-wrap: wrap;
      width: 100%;
      font-size: 3vw; }
      .list_info li p {
        width: 100%; } }

.pf_list {
  width: calc(620 / 1920 * 100vw);
  min-width: 600px;
  margin: 0.8vw auto;
  color: #1e2f56;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(18 / 1920 * 100vw); }
  .pf_list p {
    background: #1e2f56;
    color: #FFF;
    font-weight: 600;
    width: calc(100 / 1920 * 100vw);
    text-align: center;
    margin-right: 3%;
    border-radius: 3px;
    font-size: calc(16 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .pf_list {
      width: 90%;
      min-width: auto;
      font-size: calc(20 / 1024 * 100vw);
      justify-content: flex-start;
      margin: 0vw auto .8vw; }
      .pf_list p {
        width: 150px;
        font-size: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .pf_list p {
      width: 120px;
      font-size: calc(20 / 1024 * 100vw); } }
  @media screen and (max-width: 650px) {
    .pf_list {
      flex-wrap: wrap;
      font-size: 3vw; }
      .pf_list p {
        width: 100%;
        font-size: 3vw; } }

.link_list {
  display: flex;
  width: calc(280 / 1920 * 100vw);
  margin: 2rem auto;
  justify-content: space-between;
  align-items: center; }
  .link_list div {
    text-align: center;
    width: 50%; }
  @media screen and (max-width: 1024px) {
    .link_list {
      width: calc(300 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .link_list {
      width: calc(280 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .link_list {
      width: 45%; } }

.kmc {
  height: calc(100vw / 1920 * 40); }
  @media screen and (max-width: 1280px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1280 * 30); } }
  @media screen and (max-width: 1024px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 40); } }
  @media screen and (max-width: 650px) {
    .kmc {
      /*引数を省略*/
      height: calc(100vw / 1024 * 100); } }

.author_icon {
  height: calc(100vw / 1920 * 80); }
  @media screen and (max-width: 1280px) {
    .author_icon {
      /*引数を省略*/
      height: calc(100vw / 1280 * 80); } }
  @media screen and (max-width: 1024px) {
    .author_icon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 60); } }
  @media screen and (max-width: 800px) {
    .author_icon {
      /*引数を省略*/
      height: calc(100vw / 1024 * 100); } }

.dendo_pc {
  position: absolute;
  margin: auto;
  right: calc(80 / 1920 * 100vw);
  top: calc(100vw /1920 * 50);
  width: calc(250 / 1920 * 100vw); }
  @media screen and (max-width: 1280px) {
    .dendo_pc {
      /*引数を省略*/
      display: none; } }

.dendo_sp {
  display: none; }
  @media screen and (max-width: 1280px) {
    .dendo_sp {
      /*引数を省略*/
      display: block;
      max-width: 100%;
      margin: 3vw auto; } }

.hd_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0 10px 0;
  overflow: hidden;
  transition: .4s;
  z-index: 100;
  background: #0f2e30;
  display: flex;
  justify-content: space-between; }
  .hd_menu ul {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
  .hd_menu li {
    margin-right: 35px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal; }
  .hd_menu a {
    color: #a9d79c;
    font-size: 1.5vw; }
  @media screen and (max-width: 1024px) {
    .hd_menu {
      display: none;
      height: 0px; } }

.hd_img {
  width: calc(120 / 1920 * 100vw);
  display: block;
  margin-left: 30px; }

.hddl_btn {
  border-radius: 8px;
  background: #13555a;
  overflow: hidden;
  color: #FFF;
  width: calc(300 / 1920 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 700;
  cursor: pointer;
  transition: .3s; }
  .hddl_btn:hover {
    background: #a9d79c;
    color: #13555a; }

.pv {
  display: block;
  margin: calc(100vw / 1920 * 150) auto calc(100vw / 1920 *70);
  transition: .3s;
  width: calc(1000 / 1920 * 100vw); }
  .pv:hover {
    transform: scale(0.95); }
  @media screen and (max-width: 1024px) {
    .pv {
      width: 80%;
      margin: calc(100vw / 1024 * 150) auto calc(100vw / 1024 * 60); } }

.story_con {
  padding: 5vw 0 0;
  overflow: hidden; }

.t_obi {
  display: block;
  margin: 0 auto calc(100vw / 1920 * 80);
  text-align: left;
  width: calc(1400 / 1920 * 100vw);
  font-size: calc(85 / 1920 * 100vw);
  color: #a9d79c;
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: calc(10 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .t_obi {
      width: 90%;
      font-size: calc(60 / 1024 * 100vw); } }
  @media screen and (max-width: 650px) {
    .t_obi {
      width: 85%; } }

.t_obi2 {
  display: block;
  margin: 0 auto calc(100vw / 1920 * 80);
  text-align: left;
  width: calc(1400 / 1920 * 100vw);
  font-size: calc(85 / 1920 * 100vw);
  color: #a9d79c;
  font-family: "WDXL Lubrifont JP N", sans-serif;
  font-style: normal;
  letter-spacing: calc(10 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .t_obi2 {
      width: 90%;
      font-size: calc(60 / 1024 * 100vw); } }
  @media screen and (max-width: 650px) {
    .t_obi2 {
      width: 85%; } }

.st_img {
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  width: calc(1400 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .st_img {
      width: 80%; } }

.st_txt {
  font-family: "Kiwi Maru", serif;
  text-align: left;
  width: calc(1400 / 1920 * 100vw);
  margin: calc(100vw / 1920 * 60) auto;
  font-size: calc(35.5 / 1920 * 100vw);
  color: #a9d79c; }
  @media screen and (max-width: 1024px) {
    .st_txt {
      width: 80%;
      font-size: calc(30 / 1024 * 100vw);
      margin: calc(100vw / 1024 * 60) auto; } }
  @media screen and (max-width: 650px) {
    .st_txt {
      width: 80%;
      font-size: 14px; } }

.sys_con {
  padding: 5vw 0 0; }

.sys_mcon {
  width: calc(1400 / 1920 * 100vw);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (max-width: 1280px) {
    .sys_mcon {
      width: 80%; } }

.sys_scon {
  overflow: hidden;
  width: 48%; }
  .sys_scon img {
    width: 100%; }
  @media screen and (max-width: 800px) {
    .sys_scon {
      width: 100%; } }

.sys_scon h3 {
  background: #a9d79c;
  width: 100%;
  margin: 0 auto calc(100vw / 1920 * 25);
  padding: calc(100vw / 1920 * 15) 0;
  font-size: calc(36 / 1920 * 100vw);
  text-align: center;
  color: #0f2e30;
  overflow: hidden; }
  @media screen and (max-width: 1280px) {
    .sys_scon h3 {
      padding: calc(100vw / 1024 * 15) 0px;
      font-size: calc(24 / 1024 * 100vw); } }
  @media screen and (max-width: 800px) {
    .sys_scon h3 {
      font-size: calc(36 / 1024 * 100vw); } }

.sys_txt {
  font-family: "Kiwi Maru", serif;
  font-size: calc(30 / 1920 * 100vw);
  text-align: left;
  color: #a9d79c;
  width: 95%;
  margin: calc(100vw / 1920 * 25) auto calc(100vw / 1920 * 180); }
  @media screen and (max-width: 1024px) {
    .sys_txt {
      font-size: calc(30 / 1024 * 100vw);
      width: 100%;
      margin: calc(100vw / 1024 * 25) auto calc(100vw / 1024 * 180); } }
  @media screen and (max-width: 650px) {
    .sys_txt {
      font-size: 14px;
      width: 100%; } }

.extra_con {
  padding: 5vw 0; }

.extra_img {
  display: block;
  margin: 0 auto;
  width: calc(1400 / 1920 * 100vw); }
  @media screen and (max-width: 1024px) {
    .extra_img {
      width: 90%; } }

.extra_txt {
  width: calc(1280 / 1920 * 100vw);
  margin: calc(100vw / 1920 * 50) auto calc(100vw / 1920 * 150);
  text-align: center;
  color: #a9d79c;
  font-size: calc(36 / 1920 * 100vw);
  line-height: 180%;
  font-family: "Kiwi Maru", serif; }
  @media screen and (max-width: 1024px) {
    .extra_txt {
      width: 90%;
      font-size: calc(36 / 1024 * 100vw); } }
  @media screen and (max-width: 650px) {
    .extra_txt {
      width: 90%;
      font-size: 14px; } }

.extra_txt .pc {
  display: block; }
  @media screen and (max-width: 1024px) {
    .extra_txt .pc {
      display: none; } }

.info_con {
  padding: 5vw 0;
  overflow: hidden;
  margin: 0; }

.info_con .m_con {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 3vw auto; }
  @media screen and (max-width: 1024px) {
    .info_con .m_con {
      display: block; } }

.info_con2 {
  margin-left: 2rem;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .info_con2 {
      margin-left: 0rem;
      width: 70%;
      margin: 2rem auto; } }
  @media screen and (max-width: 800px) {
    .info_con2 {
      width: 90%; } }

.ap_icon {
  width: calc(520 / 1920 * 100vw);
  max-width: 520px; }
  @media screen and (max-width: 800px) {
    .ap_icon {
      display: block;
      width: calc(320 / 1024 * 100vw);
      max-width: 320px; } }
  @media screen and (max-width: 1024px) {
    .ap_icon {
      display: block;
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 800px) {
    .ap_icon {
      width: 60%; } }

.game_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 2rem;
  font-family: "Kiwi Maru", serif; }
  .game_title p {
    background: #aed595;
    color: #184043;
    font-size: 1rem;
    text-align: center;
    padding: 0px 0 2px;
    width: 150px;
    margin-top: 5px;
    margin-right: 1rem;
    letter-spacing: .5em; }
  .game_title span {
    font-weight: bold;
    color: #aed595;
    font-size: 2rem; }
  @media screen and (max-width: 800px) {
    .game_title {
      margin: calc(100vw / 1024 * 30) auto 1rem; }
      .game_title p {
        margin-right: .5rem;
        font-size: .8rem;
        width: 100px; }
      .game_title span {
        font-size: 1.2rem; } }
  @media screen and (max-width: 650px) {
    .game_title span {
      font-size: 1.1rem; } }

.dendo {
  display: block;
  margin: auto;
  position: absolute;
  right: calc(30 / 1920 *100vw);
  top: calc(100vw / 1920 * 80);
  width: calc(200 / 1920 * 100vw);
  z-index: 150; }
  @media screen and (max-width: 800px) {
    .dendo {
      position: absolute;
      top: calc(420 / 1024 * 100vw);
      width: calc(300 / 1024 * 100vw); } }

.specification {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Kiwi Maru", serif;
  margin: 1rem auto 3rem; }
  .specification p {
    background: #aed595;
    color: #184043;
    font-size: 1rem;
    text-align: center;
    padding: 1px 0 2px;
    width: 150px;
    margin-top: 5px;
    margin-right: 1.2rem;
    letter-spacing: .2em; }
  .specification span {
    color: #aed595;
    font-size: 1.2rem; }
  @media screen and (max-width: 800px) {
    .specification {
      margin: 1rem auto 1rem; }
      .specification p {
        margin-right: .5rem;
        font-size: .8rem;
        width: 100px; }
      .specification span {
        font-size: 1rem; } }

.sst {
  line-height: auto;
  margin: 0;
  padding: 0; }

.slist_t {
  font-size: .7rem;
  margin: 0;
  padding: 0;
  width: auto;
  margin-right: auto;
  letter-spacing: auto;
  color: #000;
  line-height: 1rem; }

.specification1 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Kiwi Maru", serif;
  margin: 1rem auto 3rem; }
  .specification1 p {
    background: #aed595;
    color: #184043;
    font-size: 1rem;
    text-align: center;
    padding: 1px 0 2px;
    width: 150px;
    margin-top: 5px;
    margin-right: 1.2rem;
    letter-spacing: .5em; }
  .specification1 span {
    color: #aed595;
    font-size: 1.2rem;
    line-height: 2.5rem; }
    .specification1 span dl {
      line-height: 1.5rem;
      margin: .5rem auto 1.2rem; }
    .specification1 span dt {
      font-size: .9rem;
      color: #aed595; }
  @media screen and (max-width: 800px) {
    .specification1 {
      margin: 1rem auto 1rem; }
      .specification1 p {
        margin-right: .5rem;
        font-size: .8rem;
        width: 100px; }
      .specification1 span {
        font-size: .9rem;
        line-height: 1.8rem; }
        .specification1 span dl {
          line-height: 1.5rem;
          margin: 0rem auto 1.2rem; } }

/*ガイドライン設定===========================================================================================================*/
.guideline {
  display: block;
  border: 3px solid #aed595;
  background: #184043;
  width: calc(510 / 1920 * 100vw);
  text-align: center;
  font-weight: bold;
  margin: 4vw auto 5vw;
  padding-bottom: 1rem;
  transition: .3s; }
  .guideline a {
    display: block; }
  .guideline div {
    font-size: 3rem; }
  .guideline p {
    margin: 0 auto 1rem; }
  .guideline span {
    position: relative;
    font-size: 1.2rem; }
  .guideline span::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #aed595;
    border-right: 0;
    position: absolute;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  .guideline span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #aed595;
    border-left: 0;
    position: absolute;
    right: -1rem;
    top: 0;
    bottom: 0;
    margin: auto; }
  @media screen and (max-width: 1280px) {
    .guideline {
      width: 400px; }
      .guideline div {
        font-size: 2rem; }
      .guideline p {
        margin: 0 auto 1rem; }
      .guideline span {
        position: relative;
        font-size: 1.2rem; } }
  @media screen and (max-width: 800px) {
    .guideline {
      width: 300px;
      margin: 18vw auto 15vw; } }
  @media screen and (max-width: 380px) {
    .guideline {
      width: 80%;
      margin: 18vw auto 15vw; }
      .guideline p {
        font-size: 4.5vw; } }

.guideline a {
  transition: .3s; }
  .guideline a div {
    color: #aed595; }
  .guideline a p {
    color: #aed595; }
  .guideline a span {
    color: #aed595; }

.guideline:hover {
  opacity: .5; }

.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: 1920px) {
    .sns_btn li img {
      height: calc(100vw / 1920 *40); } }
  @media screen and (max-width: 1024px) {
    .sns_btn li img {
      height: calc(100vw / 1024 *45); } }
  @media screen and (max-width: 650px) {
    .sns_btn {
      width: 180px; }
      .sns_btn li img {
        height: calc(100vw / 1024 *100); } }

footer {
  width: 100%;
  overflow: hidden;
  position: static;
  margin: 0 auto;
  background: #153e3c; }
  @media screen and (max-width: 1024px) {
    footer {
      /*引数を省略*/
      position: static;
      width: 100vw;
      max-width: 100%;
      text-align-last: center;
      padding-bottom: calc(100vw / 1024 * 120); } }
  @media screen and (max-width: 800px) {
    footer {
      /*引数を省略*/
      position: static;
      bottom: 0;
      width: 100vw;
      max-width: 100%;
      text-align-last: center;
      padding-bottom: calc(100vw/ 1024 * 150); } }

.copy {
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 0 auto;
  border-top: 1px solid #a3d495; }
  .copy a {
    color: #ffde53; }

.copy2 {
  overflow: hidden;
  padding-top: 10px;
  border-top: 1px solid #a3d495;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  margin: 1vw auto; }

.dlbtn {
  display: block;
  margin: auto;
  position: fixed;
  bottom: calc(100vw / 1920 * 30);
  right: calc(30 / 1920 *100vw);
  z-index: 110; }
  .dlbtn img {
    width: 0;
    height: 0; }
  @media screen and (max-width: 1024px) {
    .dlbtn {
      bottom: calc(100vw / 1024 * 30);
      left: 0;
      right: 0; }
      .dlbtn img {
        display: block;
        margin: 0 auto;
        width: calc(500 / 1024 * 100vw);
        height: auto;
        transition: .3s;
        opacity: .6; } }
  @media screen and (max-width: 800px) {
    .dlbtn {
      left: 0;
      right: 0; }
      .dlbtn img {
        width: 80%;
        max-width: 450px;
        display: block;
        margin: 0 auto;
        opacity: .8;
        transform: rotate(0deg); }
      .dlbtn img:hover {
        opacity: 1;
        transform: rotate(0deg); } }

/*DLモーダルウィンドウ========================================================================================================*/
.open_dl {
  display: none; }
  @media screen and (max-width: 1280px) {
    .open_dl {
      display: block;
      margin: 25px auto;
      text-align: center; }
      .open_dl img {
        max-width: 90%; } }
  @media screen and (max-width: 1024px) {
    .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: 800px) {
    .modal_content {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 650px) {
    .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: 800px) {
    .modal_content_two {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 650px) {
    .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: 800px) {
    .modal_content_zombie {
      width: 80%;
      margin: 0 auto; } }
  @media screen and (max-width: 650px) {
    .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: #a9d79c;
  border: 2px #a9d79c solid;
  border-radius: 5px;
  text-align: center;
  margin: 5px 5px;
  font-size: 12px;
  background: #133a3d;
  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: 800px) {
    .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: 800px) {
    .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: 800px) {
    .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: #a9d79c;
  color: #133a3d;
  font-weight: bold;
  overflow: hidden;
  border: 2px solid #133a3d; }
.dl_link2 a:hover {
  border: 2px solid #a9d79c;
  background: #133a3d;
  color: #a9d79c; }
@media screen and (max-width: 800px) {
  .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; }
