@charset "UTF-8";

/*Base.css start*/
/*Reset*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, article, footer, header, menu, nav, section, video, picture {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  display: block;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  display: block;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
  border: 0;
}

/*base*/
html {
  -webkit-overflow-scrolling: touch;
}

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}
/*Reset end*/

/*Base*/
.wrap {
  margin: 0 auto;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrap input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
}

.wrap input::-webkit-search-decoration {
  display: none;
}

.wrap input:focus {
  outline-offset: -2px;
}

.wrap input[type="image"] {
  -webkit-appearance: none;
}

.wrapContents {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.wrapContents.movie {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.is-hide {
  display: none;
}
/*Base end*/

/*Fixed banner start*/
.fixedBanner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc((10/600)*100%);
  z-index: 9999;
  margin: 0 auto;
  width: 100%;
  max-width:563px;
}
/*Fixed banner end*/

/*Header start*/
/* no css */
/*Header end*/

/* cta area start */
.cta_01-btn {
  position: absolute;
  top: calc((40/600)*100%);
  left: calc((20/600)*100%);
  width: calc((560/600)*100%);
  animation-name: poyopoyo;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards
}

@keyframes poyopoyo {
  0%,40%,60%,80% {
    transform: scale(1)
  }

  50%,70% {
    transform: scale(1.1)
  }
}

.cta_01-link {
  position: absolute;
  top: calc((472/600)*100%);
  left: calc((159/600)*100%);
  width: calc((168/600)*100%);
}
/* cta area end */

/* only now start */
.campaignWrap {
  position: relative;
  padding: calc((24/600)*100%) 0 calc((40/600)*100%);
  max-width: 600px;
  overflow: hidden;
  background: #F5E9D4;
}

.campaignSlider-prev,
.campaignSlider-next {
  position: absolute;
  top: calc((200/600)*100%);
  z-index: 999;
  width: calc((56/600)*100%);
  height: calc((71.26/600)*100%);
  cursor: pointer;
}
.campaignSlider-prev {
  left: calc((34/600)*100%);
  background: url(../img/onlynow_slideArrow-prev.png) center center/cover no-repeat;
}
.campaignSlider-next {
  right: calc((34/600)*100%);
  background: url(../img/onlynow_slideArrow-next.png) center center/cover no-repeat;
}
/* only now end */

/* overview start */
.overviewWrap {
  position: absolute;
  top: calc((39/600)*100%);
  left: calc((102/600)*100%);
  max-width: calc((400/600)*100%);
  margin: 0 auto;
}

.overviewSlider {
  overflow: hidden;
}

.overviewSlider-prev,
.overviewSlider-next {
  position: absolute;
  top: calc((280/600)*100%);
  z-index: 999;
  width: calc((84/600)*100%);
  height: calc((49.06/600)*100%);
  cursor: pointer;
}
.overviewSlider-prev {
  left: calc((-100/600)*100%);
  background: url(../img/overview_slideArrow-prev.png) center center/cover no-repeat;
}
.overviewSlider-next {
  right: calc((-100/600)*100%);
  background: url(../img/overview_slideArrow-next.png) center center/cover no-repeat;
}
/* overview end */

/* start area start */
.start_02-link {
  position: absolute;
  top: calc((207/600)*100%);
  left: calc((55/600)*100%);
  width: calc((240/600)*100%);
}
/* start area end */

/* faq start */
.faqAco {
  padding: 0 calc((20/600)*100%) calc((40/600)*100%);
  background: #E7F8D4;
}

.faqList {
  padding: calc((4/600)*100%) calc((22/600)*100%) calc((26/600)*100%) ;
  background: #FFF;
}

.faqList li {
  margin-top: calc((43/600)*100%);
}

.faqList li:first-child {
  margin-top: 0;
}

.js-aco {
  position: relative;
  cursor: pointer;
}

.js-aco::before,
.js-aco::after {
  content: "";
  position: absolute;
  top: calc((280/600)*100%);
  right: calc((14/600)*100%);
  z-index: 999;
  display: block;
  width: calc((24/600)*100%);
  padding-top: calc((2/600)*100%);
  background: #FFF;
  transition: transform 0.3s ease-in-out;
}

.js-aco::after {
  transform: rotate(90deg);
}

.js-aco.is-active::after {
  transform: rotate(0deg);
}

.faqList .acoContent {
  display: none;
}

.faq_02-7A-link {
  position: absolute;
  top: calc((180/517)*100%);
  left: calc((306/517)*100%);
  width: calc((153/517)*100%);
}
/* faq end */

/*Footer start*/
.footer_01-link1 {
  position: absolute;
  top: calc((218/600)*100%);
  left: calc((262/600)*100%);
  width: calc((72/600)*100%);
}

.footer_01-link2 {
  position: absolute;
  top: calc((300/600)*100%);
  left: calc((207/600)*100%);
  width: calc((180/600)*100%);
}

.footer_01-link3 {
  position: absolute;
  top: calc((380/600)*100%);
  left: calc((243/600)*100%);
  width: calc((108/600)*100%);
}
/*Footer end*/

/* movie start*/
.wrap .movie_02-movie {
  position: absolute;
  top: calc(214/600*100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(538/600*100%);
  height: calc(158/600*100%);
}
.wrap .movie_02-movie iframe {
  width: 100%;
  height: 100%;
}
.wrap .movie_02-check {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.66666667vw;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}
.checkbox1 {
  top: calc(400/600*100%);
  left: calc(124/600*100%);
  width: calc(420/600*100%);
}
.checkbox2 {
  top: calc(422/600* 100%);
  left: calc(124/600* 100%);
  width: calc(420/600* 100%);
}
.wrap .movie_02-check .check {
  display: none;
}
.wrap .movie_02-check .inputCheck-IE {
  position: relative;
  margin-right: calc(6/300*100%);
  display: block;
  width: calc(14/300*100%);
  height: calc(14/300*100%);
  padding-top: calc(14/300*100%);
  background: #FFF;
  border: 1px solid #000;
}
.wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE {
  background: #1F4873;
  border: 1px solid #1F4873;
}
.wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::before,
.wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::after {
  position: absolute;
  content: "";
  display: block;
  background: #FFF;
  width: calc(2/16*100%);
}
.wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::before {
  top: calc(4/16*100%);
  left: calc(9/16*100%);
  height: calc(8/16*100%);
  transform: rotate(45deg);
}
.wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::after {
  top: calc(8/16*100%);
  left: calc(4/16*100%);
  height: calc(4/16*100%);
  transform: rotate(-45deg);
}
.wrap .movie_02-btn {
  position: absolute;
  top: calc(536/600*100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(176/600*100%);
}
.wrap .movieBtn.disabled {
  opacity: .5 !important;
  pointer-events: none;
}
.wrap .movie_02-txt {
  position: absolute;
  top: calc(170/600*100%);
  left: calc(122/600*100%);
  width: calc(155/600*100%);
}
@media (min-width: 751px) {
  .movie .wrap {
    max-width: 455px;
    min-height: 100vh;
    background: #FFF;
  }

  .wrap .movie_02-movie {
    top: calc(365/1200*100%);
    width: calc(880/1200*100%);
    height: calc(310/1200*100%);
  }
  .wrap .movie_02-check {
    font-size: 2.66666667%;
  }
  .checkbox1 {
    top: calc(750/1200*100%);
    left: calc(260/1200*100%);
    width: calc(740/1200*100%);
  }
  .checkbox2 {
    top: calc(800/1200* 100%);
    left: calc(260/1200* 100%);
    width: calc(740/1200* 100%);
  }
  .wrap .movie_02-check .inputCheck-IE {
    margin-right: calc(8/600*100%);
    width: calc(30/600*100%);
    padding-top: calc(30/600*100%);
  }
  .wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::before,
  .wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::after {
    width: calc(4/32*100%);
  }
  .wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::before {
    top: calc(7/32*100%);
    left: calc(16/32*100%);
    height: calc(16/32*100%);
  }
  .wrap .movie_02-check [type=checkbox]:checked + .inputCheck-IE::after {
    top: calc(16/32*100%);
    left: calc(8/32*100%);
    height: calc(8/32*100%);
  }
  .wrap .movie_02-btn {
    top: calc(1058/1200*100%);
    width: calc(276/1200*100%);
  }
  .wrap .movie_02-txt {
    left: calc(552/1200*100%);
    top: calc(268/1200*100%);
    width: calc(231/1200*100%);
  }
}
@media (min-width: 1201px) {
  .wrap .movie_02-check {
    font-size: calc(32/1200*100%);
  }
}
/* movie end*/


/* pc layout start */
.index {
  display: none;
}

.js-location-nav {
  position: absolute;
  top: min(calc(220 / 1080* 100%), 220px);
  left: min(calc(180 / 1080* 100vw), 180px);
}

.js-location-nav li {
  position: relative;
  margin-top: min(calc(16 / 1080* 100%), 16px);
  display: block;
  padding-left: min(calc(30 / 1080* 100vw), 30px);
}

.js-location-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: min(calc(8 / 1080* 100vw), 8px) 0 min(calc(8 / 1080* 100vw), 8px) min(calc(16 / 1080* 100vw), 16px);
  border-color: transparent transparent transparent #F49600;
}

.js-location-nav li:first-child {
  margin-top: 0;
}

.js-location-nav a {
  display: block;
  width: min(calc(420 / 1080* 100vw), 420px);
  color: #000;
  font-size: min(calc(16 / 1080* 100vw), 16px);
  font-weight: 500;
  text-decoration: none;
  opacity: 0.5;
}

.js-location-nav a.is-current{
  opacity: 1;
}

@media screen and (min-width: 601px) {
  body {
    background-image: url('/assets/img/body_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
  }

  .wrap {
    display: flex;
    max-width: 1080px;
    margin: 0 auto;
  }

  .wrapContents {
    position: relative;
    z-index: 1;
    width: min(calc(455 / 1080* 100vw), 455px);
    margin-right: 0;
    max-width: 455px;
  }

  .index {
    position: fixed;
    top: min(calc(60 / 1080* 100vw), 60px);
    display: block;
    max-width: 700px;
  }

  .index_img {
    width: min(calc(700 / 1080* 100vw), 700px);
  }

  .fixedBanner {
    margin: 0 max(calc((100vw - 1060px) / 2), 7px) 0 auto;
    bottom: min(calc(10 / 1080* 100vw), 10px);
    max-width: min(calc(435 / 1080* 100vw), 435px);
  }
}
/* pc layout end */