body {
  font-family: Yu Gothic, Meiryo UI, Meiryo, HiraKakuProN-W6, sans-serif;
  color: #2b2b2b;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 80%;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 100%;
  }
}

figure {
  padding: 0;
  margin: 0;
}

h1 {
  text-indent: -9999px;
  height: 0;
  margin: 0;
  padding: 0;
}

h2 {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ec6b18;
  text-shadow: 2px 2px #000000, -2px 2px #000000, 2px -2px #000000, -2px -2px #000000;
  line-height: 1;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  box-shadow: 0 0 10px #000000;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    margin: 30px auto 0 auto;
    padding: 12px 0 9px 0;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3.4rem;
    padding: 15px 0 12px 0;
    margin: 50px auto 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.hero img, .wrap img {
  width: 100%;
}

.hero {
  position: relative;
  z-index: 2;
  margin: 25px auto 0 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero {
    max-width: 900px;
  }
}
.hero__img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hero__img {
    padding-top: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__img {
    padding-top: 30vw;
  }
}
.hero__ttl {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    top: -5vw;
  }
}

@media only screen and (min-width: 768px) {
  .exchange_form {
    width: 100%;
    max-width: 400px;
    margin: 20px auto 20px auto;
  }
}
@media only screen and (max-width: 767px) {
  .exchange_form {
    width: 100%;
    max-width: 300px;
  }
}

.wrap {
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .wrap {
    max-width: 355px;
    width: calc(100% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 900px;
    padding: 0 55px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .seals {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .seals {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .seals figure {
    margin: 10px auto;
    width: 100%;
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .seals figure {
    width: calc(33.33% - 5px);
    margin: 0 auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .lead {
    margin: 25px 0 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .lead {
    justify-content: space-around;
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .lead figure {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .headtext_over {
    width: 100%;
    margin: 10px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .headtext_over {
    width: 90%;
    margin: 10px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .headtext_under {
    margin: 10px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .headtext_under {
    width: 100%;
  }
}
.wrap .catch {
  background-color: #000000;
  /*
  &::after {
  	@include mq-sp {
  		height: 15px;
  	}
  	@include mq-pc {
  		height: 35px;
  	}
  	background-image: url(../img/catch-bottom.jpg);
  	background-repeat: no-repeat;
  	background-size: contain;
  	content: " ";
  	display: block;
  	width: 100%;
  }
  */
}
@media only screen and (max-width: 767px) {
  .wrap .catch {
    margin-top: 25px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .catch {
    flex-flow: row-reverse;
    padding: 15px;
    margin-top: 15px;
  }
}
.wrap .catch .catch-text {
  color: #ec6b18;
  margin: 0;
  text-align: left;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .wrap .catch .catch-text {
    padding: 0;
    font-size: 0.9rem;
    line-height: 170%;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .catch .catch-text {
    padding: 15px 15px 0 25px;
    font-size: 1rem;
    line-height: 170%;
    width: calc(100% - 200px);
  }
}
.wrap .catch .catch-text .underline {
  text-decoration: underline;
}
.wrap .catch .catch-text .col-white {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .wrap .catch .map {
    max-width: 200px;
    margin: 15px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .catch .map {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap .caption {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .caption {
    margin: 5px 0 0 0;
  }
}
.wrap .com {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .wrap .com li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .wrap .com li {
    width: calc(33.33% - 10px);
    margin: 0 5px 20px 5px;
  }
}
.wrap .com li .blank {
  -moz-filter: brightness(0.5);
  filter: brightness(0.5);
  cursor: default;
}

.inquiry {
  padding-top: 50px;
  width: 75px;
  margin: 0 auto;
  text-align: center;
}
.inquiry a {
  color: #ffffff;
}

.mfp-inline {
  background-color: #000000;
  color: #ffffff;
  line-height: 200%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mfp-inline {
    max-width: 355px;
  }
}
@media only screen and (min-width: 768px) {
  .mfp-inline {
    max-width: 600px;
  }
}
.mfp-inline img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mfp-inline .grid2 figure {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .mfp-inline .grid2 figure {
    width: calc(50% - 10px);
    margin: 0 5px 20px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mfp-inline .grid3 figure {
    width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width: 768px) {
  .mfp-inline .grid3 figure {
    width: calc(33.33% - 10px);
    margin: 5px 5px 20px 5px;
  }
}
.mfp-inline figure {
  width: 100%;
}

.my-mfp-zoom-in .mfp-inline {
  opacity: 0;
  transition: all 200ms ease-in-out;
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .mfp-inline {
  opacity: 1;
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .mfp-inline {
  opacity: 0;
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close {
  color: #ffffff !important;
}

.story {
  width: 100%;
  margin: 10px auto 0 auto;
}
.story img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .story .charactor, .story .button-wrap {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .story .charactor, .story .button-wrap {
    margin: 20px auto 0 auto;
  }
}
.story .charactor figure, .story .button-wrap figure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .story .charactor figure, .story .button-wrap figure {
    width: 100%;
    margin: 20px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .story .charactor figure, .story .button-wrap figure {
    width: calc(50% - 10px);
    margin: 0 auto;
  }
}
.story .charactor figure p, .story .button-wrap figure p {
  color: #ffffff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .story .charactor figure p, .story .button-wrap figure p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .story .charactor figure p, .story .button-wrap figure p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .story .desc-product {
    margin: 20px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .story .desc-product {
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .story .to-onlinestore {
    margin: 10px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .story .to-onlinestore {
    margin: 10px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .story .next-info {
    margin: 5px auto 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .story .next-info {
    margin: 10px auto 0 auto;
  }
}

/*
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
*/
.form_window {
  border: ridge 2px;
  background-color: #fff;
  margin: 0 auto;
}
.form_window form {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  font-family: sans-serif;
}
.form_window form dl {
  width: 100%;
}
.form_window form dl dt {
  clear: both;
  float: left;
  width: 30%;
  font-weight: bold;
}
.form_window form dl dd {
  width: 70%;
}
.form_window form dl input {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .form_window form dl input {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .form_window form dl input {
    width: 60%;
  }
}
.form_window form input[type=submit] {
  border: none;
  outline: none;
  line-height: 30px;
  width: 160px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #696;
  border-bottom: 4px solid #464;
  cursor: pointer;
  box-sizing: content-box;
  transition: 0.1s ease all;
}
.form_window form input[type=submit]:hover {
  opacity: 0.6;
}

.button {
  margin-top: 30px;
  text-align: center;
}

.thanks {
  display: block;
  background-color: #fff;
  border: ridge 2px;
  text-align: center;
}

.tenth {
  background: rgb(177, 177, 177);
  background: linear-gradient(-180deg, rgb(177, 177, 177) 58%, rgb(6, 6, 6) 100%);
}
.tenth__img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tenth__img {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .tenth__img {
    padding-bottom: 50px;
  }
}
.tenth__img--txt {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .tenth__img--txt {
    top: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .tenth__img--txt {
    top: 175px;
  }
}
.tenth__img--bottom {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .tenth__img--bottom {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tenth__img--bottom {
    bottom: 0px;
  }
}

.ball_link {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin: 0 auto;
}

.sp6 {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sp6 {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .sp6 {
    max-width: 400px;
  }
}
.sp6__main {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sp6__main img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .sp6__main img {
    max-width: 700px;
    width: 70vw;
  }
}
@media only screen and (max-width: 767px) {
  .sp6__main img {
    max-width: 400px;
    width: 70vw;
  }
}
.sp6__sub--a {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .sp6__sub--a img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .sp6__sub--a img {
    width: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sp6__sub--a {
    top: 75px;
    left: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .sp6__sub--a {
    top: 25px;
    left: -45px;
  }
}
.sp6__sub--b {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .sp6__sub--b img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .sp6__sub--b img {
    width: 125px;
  }
}
@media only screen and (min-width: 768px) {
  .sp6__sub--b {
    top: 100;
    right: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .sp6__sub--b {
    top: 75;
    right: -45px;
  }
}

.campaign_end {
  text-align: center;
}
.campaign_end img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.spiral {
  background: url(../img/spiral.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .spiral {
    min-height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .charactor_list {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .charactor_list {
    min-height: 902px;
    height: 100vh;
    padding: 30px 0 0;
  }
}
.charactor_list .charabox {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .charactor_list .charabox img {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .charactor_list .charabox img {
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    width: 100%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */