@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  font-weight: 400;
  font-size: calc(100vw / ( 640 / 28 ));
  color: #000;
  line-height: 1.8;
  text-align: center;
  background: #ececec;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #0096ff;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

body figure {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.sp_only {
  display: block;
}

.sp_only_inline {
  display: inline;
}

.pc_only,
.pc_only_inline {
  display: none;
}

.wrap {
  max-width: 640px;
  padding: 0 calc(100vw / ( 640 / 30 ));
  margin: 0 auto;
}

.to_top {
  -webkit-transition: top .6s ease, opacity .6s ease;
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.note {
  font-size: calc(100vw / ( 640 / 18 ));
  line-height: 1.6;
  margin-left: 1em;
  text-align: left;
  color: #2d2d2d;
}
.note li {
  margin: 0 0 .5em;
  text-indent: -1em;
}

ol.note {
  margin-left: 2em;
}
ol.note li {
  text-indent: -2em;
  counter-increment: num;
}
ol.note li:before {
  content: "※" counter(num) " ";
}

em {
  font-weight: bold;
  font-weight: 900;
}

.l {
  font-size: 1.07692em;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff600), color-stop(90%, #fff600), color-stop(90%, #fff600), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #fff600 60%, #fff600 90%, #fff600 90%, transparent 90%);
}

.marker_l {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fef793), color-stop(90%, #fef793), color-stop(90%, #fef793), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #fef793 60%, #fef793 90%, #fef793 90%, transparent 90%);
}

.fixed_bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.grecaptcha-badge {
  z-index: 300;
  bottom: calc(100vw / ( 640 / 30 )) !important;
}

.animation-scale {
  -webkit-animation: animation-scale 1s ease .8s infinite;
          animation: animation-scale 1s ease .8s infinite;
}

@-webkit-keyframes animation-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animation-scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*=======================================
	mv
=======================================*/
.mv {
  position: relative;
  text-align: center;
}
.mv .btn {
  position: absolute;
  bottom: calc(100vw / ( 640 / 38 ));
  left: 0;
  width: 100%;
  padding: 0 calc(100vw / ( 640 / 30 ));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*=======================================
	footer
=======================================*/
footer {
  background: #000;
  color: #fff;
  padding: calc(100vw / ( 640 / 30 )) 0 calc(100vw / ( 640 / 160 ));
  font-size: calc(100vw / ( 640 / 16 ));
  line-height: 1.2;
}
footer a {
  color: #fff;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
}
footer li {
  margin-right: 4em;
  position: relative;
}
footer li:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #c1c1c1;
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer li:last-child {
  margin-right: 0;
}
footer li:last-child:after {
  display: none;
}
footer p {
  font-size: calc(100vw / ( 640 / 14 ));
  color: #a1a1a1;
}

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 640px) {
  .sp_only,
  .sp_only_inline {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .pc_only_inline {
    display: inline;
  }

  body {
    font-size: 20px;
  }

  a:hover {
    text-decoration: underline;
  }

  .wrap {
    max-width: 1000px;
    padding: 0 40px;
  }

  .note {
    font-size: 16px;
  }

  .l {
    font-size: 1.2em;
  }

  .fixed_bnr {
    display: none;
  }

  .grecaptcha-badge {
    bottom: 14px !important;
  }

  /*=======================================
  	mv
  =======================================*/
  .mv .btn {
    bottom: 38px;
    padding: 0 30px;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    padding: 30px 0;
    font-size: 16px;
  }
  footer p {
    font-size: 14px;
  }
}
