@charset "utf-8";
/*　Universal Reset　=================================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, div, object, ul, ol, li, dl, dt, dd, tr, td, fieldset, form, legend, figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
}
legend {
  display: none;
}
table, th, td {
  border: 0;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
em, strong, cite, abbr, caption, th, address {
  font-style: normal;
  font-weight: normal;
}
img {
  max-width: 100%;
  border: 0 none;
  vertical-align: bottom;
}
input, select, textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] {
  border: none;
  border-radius: 0;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
option {
  padding-right: 5px;
}
article, aside, dialog, details, figure, figcaption, footer, header, hgroup, menu, nav, section {
  display: block;
}
mark {
  font-weight: normal;
  font-style: normal;
}
blockquote, q {
  quotes: none;
}
a {
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*　style　=================================*/
body {
  font-size: 24px;
  color: #565656;
  background-color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
}
a {
  color: #09f;
  vertical-align: baseline;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
#container {
  max-width: 1000px;
  margin: 0 auto;
}
#container .inner {
  margin: 4vw
}
@media screen and (min-width: 1001px) {
  #container .inner {
    margin: 40px;
  }
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_S {
  margin-bottom: 0.5em !important;
}
.mb_M {
  margin-bottom: 1em !important;
}
.mb_L {
  margin-bottom: 1.5em !important;
}
/*=======　contents　=======*/
.ttl {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
}
.ttl_sub {
  display: block;
  padding: 0.2em 0;
  margin: 0 auto 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 1em;
}
/* area_linebnr_top */
.area_linebnr_top {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.area_linebnr_top .icon {
  width: 10%;
}
.area_linebnr_top .text {
  width: 50%;
  padding: 0 2%;
}
.area_linebnr_top .text > span {
  display: block;
  color: #6e6b6b;
  font-size: 0.8em;
  line-height: 1.3;
}
.area_linebnr_top .text > span.name {
  font-weight: bold;
  font-size: 0.9em;
}
.area_linebnr_top .text > span.star > em {
  color: #ffba00;
}
.area_linebnr_top .btn {
  width: 38%;
  text-align: right;
}
.area_linebnr_top .btn a {
  display: block;
  width: 85%;
  height: 100%;
  margin: 0 5% 0 auto;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  background-color: #ccc;
  border-radius: 5em;
  text-decoration: none;
}
.area_linebnr_top .btn small {
  font-size: 0.8em;
}
.area_linebnr_top .btn span {
  display: inline-block;
  padding: 0.4em 0.5em 0.6em 2.5em;
  margin: 0 auto;
  background: url(./img/icon_mail.png) 0 50% no-repeat;
  background-size: auto 60%;
}
.area_linebnr_top .btn span.iconLine {
  padding: 0.6em 0.5em 0.6em 2.5em;
  background: url(./img/icon_line.png) 0 50% no-repeat;
  background-size: auto 90%;
}
@media screen and (min-width: 1001px) {
  .area_linebnr_top .btn br {
    display: none;
  }
  .area_linebnr_top .btn span {
    padding: 1em 0.5em 1em 2.5em;
    font-size: 1em;
  }
  .area_linebnr_top .btn small {
    font-size: 100%;
  }
}
/* area_linebnr_btm */
.area_linebnr_btm {
  display: block;
  width: 100%;
  padding: 1em 0 0.5em;
  text-align: center;
  background: rgba(247, 171, 166, 0.7);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.area_linebnr_btm ul {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.area_linebnr_btm li a {
  display: inline-block;
  width: 95%;
  max-width: 640px;
  padding: 0.5em 0;
  margin: 0.1em auto;
  font-size: 1.4em;
  line-height: 1.1;
  color: #4bca36;
  font-weight: 700;
  background-color: #fff;
  border-radius: 10em;
  text-decoration: none;
}
.area_linebnr_btm li a.Email {
  color: #565656;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid #fff;
}
.area_linebnr_btm li a span {
  display: block;
}
.area_linebnr_btm li a small {
  display: block;
  font-size: 0.5em;
  color: #fc4186;
	margin-top: 3px;
}
.area_linebnr_btm li a.Email small {
  color: #fc4186;
}
.area_linebnr_btm .note {
  margin: 0.5em 0 0;
  font-size: 0.7em;
}
@media screen and (min-width: 1001px) {
  .area_linebnr_btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .area_linebnr_btm li {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
/* main */
.main {
  padding: 2.5em 0;
  text-align: center;
  background-image: url(./img/main_bg.jpg);
  background-size: cover;
}
h2 {
  line-height: 1.2;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.text-transparent {
  color: transparent;
}
.bg-gradient-text {
  background-image: linear-gradient(104deg, #fc5c6c 15%, #86f 51%, #00c2da 87%);
}
.main .ttl_sub {
  width: 85%;
  font-size: 1.2em;
}
.main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em 0 1em;
}
.main li {
  width: 20vw;
  height: 20vw;
  margin-left: 2vw;
  border-radius: 10vw;
}
.main li:first-child {
  margin: 0;
}
.genre1 {
  background-image: url(./img/genre1.jpg?250724);
}
.genre2 {
  background-image: url(./img/genre2.jpg?250724);
}
.genre3 {
  background-image: url(./img/genre3.jpg?250724);
}
.genre4 {
  background-image: url(./img/genre4.jpg?250724);
}
.genre1, .genre2, .genre3, .genre4 {
  background-color: #aaa;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main li span {
  color: #fff;
  display: inline-block;
  margin-top: 12.5vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.main aside {
  clear: both;
  font-size: 0.8em;
  line-height: 1.1;
}
@media screen and (min-width: 1001px) {
  .main li {
    width: 200px;
    height: 200px;
    margin-left: 20px;
  }
  .main li span {
    margin-top: 120px;
    font-size: 48px;
    color: #fff;
  }
}
/*safety_system*/
.safety_system {
  padding: 2.5em 0;
}
.safety_systemBox {
  padding: 0 20px;
}
.safety_system dl {
  max-width: 440px;
  margin: 30px auto;
}
.safety_system dt {
  text-align: center;
  padding: 10px 0;
  color: #fc4186;
  font-weight: normal;
  font-size: 1.2em;
}
.safety_system dd {
  margin: 0;
}
.safety_system img {
  display: block;
  margin: 20px auto 0;
}
@media screen and (min-width: 1001px) {
  .safety_systemBox {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .safety_system dl {
    width: 30%;
    max-width: none;
    padding: 20px 0;
  }
  .safety_system dt {
    font-size: 1em;
  }
  .safety_system dd {
    font-size: 0.6em;
  }
}
/*reasonList */
.reasonList {
  width: 100%;
  text-align: center;
  background: #E8DFD9 url(./img/reason_bg.jpg?250724) 50% 0 no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 0;
}
.reasonList h2.ttl {
  padding-top: 50vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.reasonList .wrep {
  overflow: hidden;
}
.reasonList .ttl_sub {
  font-size: 1.05em;
}
.reasonList section {
  padding: 7% 3% 3%;
  margin: 1.5em 4vw 2em;
  background-color: #fff;
  border-radius: 1em;
  position: relative;
  z-index: 10;
}
.reasonList section p {
  margin: 1em 0.5em 0.5em;
  text-align: left;
}
@media screen and (min-width: 1001px) {
  .reasonList {
    border-top-width: 20px;
  }
  .reasonList .wrep {
    padding: 0 100px;
  }
  .reasonList header {
    height: 600px;
  }
  .reasonList h2.ttl {
    padding-top: 220px;
    font-size: 2.2em;
  }
  .reasonList section {
    margin-top: 2.5em;
    margin-bottom: 4em;
    margin-left: auto;
    margin-right: auto;
  }
  .reason1 img, .reason2 img, .reason3 img {
    width: auto;
  }
}
/*=======　footer　=======*/
/* list_simple */
ul.list_simple {
  max-width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #ebe5e5;
}
ul.list_simple li a {
  display: block;
  color: #7f7f7f;
  padding: 1em;
  border-bottom: 1px solid #ebe5e5;
  text-decoration: none;
  position: relative;
}
ul.list_simple li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
}
/* copyright */
.copyright {
  font-size: 0.7em;
  padding: 1.5em 0 60vw;
  text-align: center;
  color: #fff;
  background-color: #ccc;
}
.registPage .copyright {
  padding: 1.5em 0 40vw;
}
.japhic {
  display: inline-block;
  width: 100px;
  max-width: 25%;
  padding: 1rem 1rem 0.5rem;
  margin-top: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}
.japhic img {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 200px;
  }
  .japhic {
    margin: 0 0 0 1rem;
  }
}
/* 1000px以下 =================================*/
@media screen and (max-width: 600px) {
  body {
    font-size: 4vw;
  }
}
/*　animation　=================================*/
/*-- ズーム --*/
.animate_zoomRepeat {
  -webkit-animation: zoomRepeat 1.5s ease-in-out infinite;
  animation: zoomRepeat 1.5s ease-in-out infinite;
}
@-webkit-keyframes zoomRepeat {
  0% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
  }
}
@keyframes zoomRepeat {
  0% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
  30% {
    -webkit-transform: scale(1, 1) translate(0, 5px);
    transform: scale(1, 1) translate(0, 5px);
  }
  60% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
  }
}
/*-- フェードインアップ inview --*/
.animated_fadeInUp {
  opacity: 0;
}
.animated_fadeInUp.active {
  opacity: 1;
  -webkit-animation: fadeInUp 0.5s ease 1;
  animation: fadeInUp 0.5s ease 1;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*　add style　=================================*/
.lead, .aside {
  margin: 1em 3vw;
}
/* tokushoBox */
#tokushoBox img {
  height: 1.2em;
  border: none;
  vertical-align: bottom;
}
/* policyBox */
#policyBox .boxWrap {
  word-break: break-all;
}
/* agecheckBox */
#agecheckBox dd em {
  margin-left: -0.5em;
  font-weight: bold;
  font-style: normal;
}
#agecheckBox aside {
  background-color: #eee;
  padding: 1.5em;
  font-size: 0.8em;
  text-align: left;
}
.certificate {
  margin-bottom: 2em;
}
.certificate li {
  margin: 0.3em 0;
  list-style: none;
  text-indent: -1.7em;
  line-height: 1.1;
}
.certificate:nth-of-type(2) li {
  text-indent: -1.2em;
}
.certificate i {
  font-style: normal;
}
.samplelist {
  padding: 0 !important;
  margin: 1em 0;
  text-align: center;
  list-style: none;
}
.samplelist li {
  list-style: none;
  padding: 0.5em 0;
  margin: 0.5em 0;
  line-height: 1.1;
}
.samplelist li p {
  padding: 0.5em 0;
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  color: #fff;
  background-color: #999;
  border-radius: 0.4em;
}
.samplelist li img {
  width: 96%;
  max-width: 400px;
  margin: 0.5em 0.1em;
}
.samplelist .ex {
  background-color: #eee;
  padding: 1.5em;
}
.samplelist .ex span {
  display: inline-block;
  font-size: 0.9em;
  text-align: left;
}
/* =Table
----------------------------------------------- */
.tableStyle {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  background: #fff;
}
.tableStyle thead th {
  background: #aaa;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border: 1px solid #999;
}
.tableStyle td, .tableStyle th {
  display: table-cell;
  width: auto;
  padding: 0.5em;
  text-align: left;
  font-weight: normal;
  border: 1px solid #ddd;
}
/* =List
----------------------------------------------- */
.dlStyle ul, .list_marker {
  padding-left: 1.5em;
  list-style-type: disc;
}
.dlStyle ol, .list_number {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.list_marker > li {
  list-style: disc;
}
.list_number > li {
  list-style: decimal;
}
.parenthesized-decimal {
  counter-reset: cnt;
  list-style-type: none !important;
}
.parenthesized-decimal li:before {
  margin-left: -1.5em;
  counter-increment: cnt;
  content: "("counter(cnt) ") ";
}
ul.none, ul.none li, ol.none, ol.none li {
  list-style-type: none;
}
.none li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* =dl Style
----------------------------------------------- */
.dlStyle {
  margin: 1em 4vw;
}
.dlStyle dt {
  font-weight: bold;
}
.dlStyle dd {
  margin-bottom: 1em;
}
.dlStyle dl {
  margin-top: 1em;
}
/* =box Style
----------------------------------------------- */
.box {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 15em;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
}
.registPage .box { padding-bottom: 3em; }

.boxWrap {
  width: 96%;
  height: 100%;
  padding: 2em 0;
  margin: 1.5em auto 0;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 1em;
  overflow-y: scroll;
}
.box h3 {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
/* closeBtn */
.closeBtn {
  display: none;
  position: absolute;
  top: 0.9em;
  right: 1.9vw;
}
.closeBtn a {
  display: block;
  width: 9vw;
  height: 9vw;
  text-align: center;
  text-indent: -9999px;
  line-height: 1;
  color: #fff;
  border: 2px solid #fff;
  background-color: #333;
  border-radius: 9vw;
  text-decoration: none;
}
.closeBtn a:before {
  content: "×";
  display: block;
  width: 100%;
  font-size: 1.6em;
  margin-top: -0.5em;
  text-align: center;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (min-width: 1001px) {
  .closeBtn a {
    width: 3em;
    height: 3em;
  }
}
/* =form Style
----------------------------------------------- */
.regist form {
  margin: 1em 5vw;
  text-align: center;
}
.regist input, .regist select, .regist textarea {
  font-size: 100%;
  line-height: 2;
}
.regist input[type=text], .regist input[type=password] {
  width: 100%;
  padding: 0 0.5em;
  border: 1px solid #ccc;
}
.regist .btn, .regist button, .regist input[type="button"], .regist input[type="reset"], .regist input[type="submit"] {
  display: block;
  width: 65%;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9em;
  line-height: 1;
  border: none;
  color: #fff;
  background-color: #666;
  border-radius: 0.5em;
  text-decoration: none;
  cursor: pointer;
}
.regist .prev, .regist input[type="reset"] {
  display: block;
  width: 25%;
  padding: 15px 0;
  font-size: 0.8em;
  background: #999;
  border: none;
}
.regist button:hover, .regist input[type="button"]:hover, .regist input[type="reset"]:hover, .regist input[type="submit"]:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
.regist .rowBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 1001px) {
  .regist form ul {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
  }
  .regist form li {
    display: table-row;
  }
  .regist form li label {
    display: table-cell;
    width: 30%;
    line-height: 1;
    vertical-align: middle;
  }
  .regist form li label small {
    display: block;
  }
  .regist form li p {
    display: table-cell;
    width: 70%;
    text-align: left;
  }
  .regist .rowBtn {
    width: 80%;
    margin: 0 auto;
  }
}
/* =regist Style
----------------------------------------------- */
#container .regist .inner {
  margin-top: 8vw;
  margin-bottom: 10vw;
}
.regist h1 {
  padding: 0.3em 0;
  text-align: center;
  font-size: 1.1em;
  color: #fff;
  background-color: #fc4186;
}
.regist ul {
  text-align: center;
}
.regist li p {
  margin-bottom: 1em;
}
.regist li p span {
  display: block;
  padding: 0.4em;
  background-color: #eee;
}
.regist .lead b {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #ff009d;
}
.regist .msg {
  margin: 2em 3vw;
  text-align: center;
  color: #f00;
}
.regist .note {
  margin: 0.5em 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.1;
}
.regist .note span {
  color: #ff009d;
}
@media screen and (min-width: 1001px) {
  .regist p.lead {
    text-align: center;
  }
}
/* boxArea */
.boxArea {
  padding: 1em 0.5em;
  margin: 2em 0;
  text-align: center;
  background-color: #eee;
}
.boxArea .lead {
  line-height: 1.4;
}
.boxArea img {
  margin: 5px auto;
}
.boxArea img.qr {
  width: 80%;
  max-width: 250px;
  border: 10px solid #fff;
}
.boxArea span {
  display: block;
  font-size: 0.9em;
}
.boxArea a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/* linkBtn */
.linkBtn {
  display: block;
  width: 95%;
  padding: 0.5em 0;
  margin: 0 auto;
  font-size: 1.3em;
  text-align: center;
  color: #fff;
  background-color: #00b900;
  border-radius: 10em;
  text-decoration: none;
}
.linkBtn:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
/*---------------------
   clearfix
---------------------*/
.main ul:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.main ul, .clearfix {
  zoom: 1;
}
