﻿@charset "utf-8";
* {
  box-sizing: border-box;
}

/* noto font */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

html,
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "noto sans kr", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  font-size: 12px;
  color: #000000;
}

html{
  height: -webkit-fill-available;
}
body{
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

p {
  color: #000000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
      -webkit-touch-callout:none;
      -webkit-user-select:none;
      -moz-touch-callout:none;
      -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}
li {
  list-style: none;
}
#container::before {
  content: '';
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.head_style {
  display: block;
  font-size: 1rem;
}
.head_style.type1 {
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 4vw, 2rem);
  border-bottom: 2px solid #008d97;
}
.head_style.type2 {
  font-size: 1rem;
  font-size: clamp(1rem, 3.5vw, 1.25rem);
  margin-top: 1rem;
  margin-top: clamp(1rem, 3.5vw, 2rem);
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 5px solid #008d97;
}
.head_style.type2::before {
  content: '';
}
header #head_main {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  display: block;
  z-index: 1;
}
nav ul {
  margin: 0 auto;
  font-size: 1.15rem;
  line-height: 2;
}
nav ul li::before {
	content: '▼';
  display: inline-block;
  margin-right: 5px;
  color: #d8188d;
}
nav ul li a {
	display: inline-block;
  color: #000000;
}
.target {
	margin-top: -80px;
  padding-top: 80px;
}
.inner {
  border-top: 5px solid #d8188d;
  border-bottom: 3px solid #d8188d;
  padding: 20px 1.5% 20px;
  padding: clamp(10px, 6.5vw, 20px) clamp(3px, 3.5vw, 40px) clamp(10px, 6.5vw, 20px);
  background: rgb(244,223,255);
  background: linear-gradient(300deg, rgba(255, 244, 253, 0.9) 0%, rgba(224,225,255,0.9) 100%);
  max-width: 960px; /* min非対応対策 */
  width: min(97%, 960px);
  margin: 15px auto 0;
  margin: clamp(15px, 3.5vw, 50px) auto 0;
  font-weight: 600;
}
#no1 .inner {
  padding: 5px;
  padding: clamp(10px, 6.5vw, 20px) clamp(3px, 1.5vw, 20px) clamp(10px, 6.5vw, 40px);
}
.inner h3 {
  max-width: 784px; /* min非対応対策 */
  width: 80%; /* min非対応対策 */
  width: min(100%,784px);
  margin: 0 auto 15px;
  text-align: center;
}
.is-adjust .modal-content.active {
    position: fixed;
    top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.inner .inner-image {
  max-width: 640px; /* min非対応対策 */
  width: min(100%, 640px);
  margin: 15px auto 0;
}
ul.tab-index {
  display: flex;
  flex-wrap: nowrap;
}
ul.tab-index li {
  width: 50%;
  text-align: center;
  padding: 15px 0 10px;
  cursor: pointer;
  margin-top: 10px;
}
ul.tab-index li.active {
  margin-top: 0;
}

ul.tab-index li > img {
  max-width: 240px; /* min非対応対策 */
  width: min(70%,240px);
}
ul.tab-index li:first-child {
  background-color: rgb(0,187,186);
  border-radius: 10px 10px 0 0;
  margin-right: 3px;

}
ul.tab-index li:last-child {
  background-color: rgb(233,162,191);
  border-radius: 10px 10px 0 0;
  margin-left: 3px;
}
ul.tab-contents li {
  display: none;
  padding: 10px 0;
  padding: clamp(10px, 6.5vw, 30px) 0;
  border-radius: 0 0 10px 10px;
}
ul.tab-contents li.active {
  display: block;
}
ul.tab-index li.active:first-child {
  border-bottom: 4px solid #008D97;
}
ul.tab-index li.active:last-child {
  border-bottom: 4px solid #D072A5;
}

ul.tab-contents li:first-child {
  border: 4px solid #008D97;
  background-color: rgba(185,221,221,0.3);
}
ul.tab-contents li:last-child {
  border: 4px solid #D072A5;
  background-color: rgba(244,206,223,0.3);
}
.about img {
  width: 480px;
  width: min(60%, 480px);
  margin: 15px auto 0;
}
footer {
  margin-top: 50px;
  padding: 30px 10px;
  box-sizing: border-box;
	background-color: #ffffff;
	background-size: cover;
	background-position: right;
  border-top: 5px solid #d8188d;
}
footer dt {
	font-size: 150%;
	font-weight: bold;
}
.download_box {
	margin-top: 5px;
}
.download_box ul {
	display: flex;
	max-width: 765px;
	margin: 0 auto;
	justify-content: center;
}
.download_box li {
	list-style: none;
	margin-right: 5px;
	max-width: 160px;
}
.download_box li:last-child {
	margin-right: 0;
}
.back-to-top {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.back-to-top a {
	text-decoration: none;
	color: #000000;
}
.social {
	display: flex;
	flex-wrap: wrap;
	max-width: 220px;
	margin: 10px auto 0;
}
.social li {
	list-style: none;
}
#copyright {
	font-size: 10px;
	text-align: center;
	background: #000000;
	padding: 10px 0;
}
#copyright p {
	color: #ffffff;
	font-size: 10px;
  margin-top: 0;
}
#pagetop {
  display: none;
  position: fixed;
  width: 69px;
  width: min(16.5%,65px);
  bottom: 10px;
  right: 10px;
  right: clamp(10px, 1.5vw, 20px);
  z-index: 10;
  zoom: 0.7;
}
#pagetop a {
  color: #d8188d;
  font-size: 2.5em;
  text-decoration: none;
  background: rgba(31,19,37,0.7);
  padding: 10px 15px;
  border-radius: 10px;
}
.notice li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.overlay {
  position: fixed;
  background: rgba(0,16,20,1);
  width: 100%;
  height: 100%;
  opacity: 1;
  top: 0;
  z-index: 1000;
}
.is-adjust .overlay {
  background: rgba(0,16,20,0.8);
}
.monster_list {
  margin: 15px 0 0 25px;
  border: solid 1px #4c4541;
  font-size: 90%;
  width: 500px;
  text-align: left;
}
.list_ability_wrap li {
  cursor: pointer;
}
.list_ability_wrap .modal-open {
  display: block;
  border: 1px solid #c0b8c6;
  max-width: 300px;
  width: 100%;
  padding: 2px;
  box-sizing: border-box;
}
.modal-content {
  position: relative;
  display: none;
  width: 100%;
  max-width: 680px;
  /* margin-top: 30px; */
  padding: 30px 20px;
}
.is-adjust .modal-content.active {
  position: fixed;
  top: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  max-width: 640px;
}
.sozai_list {
  max-width: 700px;
  width: 100%;
  color: #ffffff;
  background: #1a4927;
}
.sozai_list p {
  color: #ffffff;
}
.sozai_list td, .sozai_list th {
  padding: 8px 5px;
  vertical-align: middle;
  text-align: center;
}
.sozai_list th {
  background: #05220d;
  padding: 8px 20px 8px;
  font-weight: bold;
}
.sozai_list th p {
  font-size: 1.2rem;
  font-size: clamp(1.2rem, 2.5vw, 1.3rem);
}
.txt_sozai {
  font-weight: 400;
}
.sozai {
  font-size: 130%;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.sozai img {
  width: 18px;
  width: clamp(18px,4.5vw, 30px);
  vertical-align: middle
}
.sozai_icon {
  font-size: 0.8em;
  color: #7dab8a;
}
.sozai li {
  display: inline;
}
.list_ability_wrap li .chokakusei_head {
  color: #ffffff;
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 2.5vw, 1rem);
}
.sozai_icon img {
  width: 10%;
  margin: 0 2px;
}
.is-adjust .monster_icon img {
  max-width: 100px;
}
.list_ability_wrap {
  margin-top: 15px;
}
.list_ability_wrap td {
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(0,1,8,0.5);
}
.btn_close {
  cursor: pointer;
}
.green {
  color: #139033;
}
.per {
  color: #ffa000;
}
.fs80per {
  font-size: 80% !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}
.center, .tac {
  text-align: center !important;
}
@media (any-hover: hover) {

  .btn:hover {
    filter: brightness(1.15);
  }

  .pagetop img:hover {
    -webkit-animation: 0.3s pagetop forwards;
    animation: 0.3s pagetop forwards;
  }

  @-webkit-keyframes pagetop {
    0% {
      -webkit-filter: brightness(1);
      filter: brightness(1);
    }

    100% {
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5);
    }
  }

  @keyframes pagetop {
    0% {
      -webkit-filter: brightness(1);
      filter: brightness(1);
    }

    100% {
      -webkit-filter: brightness(1.5);
      filter: brightness(1.5);
    }
  }
  nav ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

/*-------------- tablet size --------------------*/

@media screen and (min-width: 641px) {
  html,
  body {
    font-size: 14px;
  }
}

/*--------------　PC size --------------------*/

@media screen and (min-width: 1024px) {

  header #head_main::before {
    background-size: contain;
  }
  footer dt {
    font-size: 200%;
  }
  
  .download_box li {
    max-width: 320px;
}
#pagetop {
  zoom: 1;
}

}

/*
@media screen and (min-width: 1200px){

}
*/

/* pad 공통 */
.bottomBox {
	padding: 13px 0;
	background: #fff;
    position: relative;
}
#copyright p.inline {
    display: inline-block;
}
#copyright p.inline:nth-child(2) {
    display: inline-block;
    margin-left: 20px;
}
.center,.tac { text-align: center; }
.fs80per { font-size: 80% }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.font--black { color: #000; }


.download_box {
	margin-top: 5px;
	padding: 0 10px;
	box-sizing: border-box;
}
.download_box ul {
	display: flex;
	max-width: 770px;
	margin: 0 auto;
	justify-content: center;
}




/* pad 공통 */