@charset "UTF-8";
/* Common
------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  max-width: 750px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000;
  margin: 0 auto;
  background: #fada7e;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

video {
  max-width: 100%;
  width: 100%;
  height: auto;
  list-style-type: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.wrapper {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background: #fac83c url(../images/bg.jpg) repeat-y left top;
  background-size: 100%;
}

.block {
  display: none;
}

.block--first {
  display: block;
}

.mt50 {
  margin-top: 50px;
}

/* Button
------------------------------------------------------- */
.btn {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
  cursor: pointer;
}

.btnBlock {
  position: relative;
  z-index: 0;
  margin: 0;
}

.btnBlock__btn1 {
  position: absolute;
  bottom: 6%;
  left: 5%;
  width: 90%;
}

/* Footer
------------------------------------------------------- */
.footer {
  margin-top: 3rem;
  padding: 0 3%;
}

.footer__link {
  font-size: 1.3rem;
  text-align: center;
  margin: 30px 0 10px;
}

.footer__link a {
  color: #000;
  text-decoration: none;
}

.footer__copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 0 5px 20px;
}

/* Cta
------------------------------------------------------- */
.cta {
  padding: 15px;
}

.cta__annotation {
  width: 100%;
  margin: 5px auto 0;
}

.cta__annotation p {
  color: #754c24;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 5px;
}

.cta__annotation p:last-of-type {
  margin: 0;
}

@media screen and (min-width: 751px) {
  .cta {
    padding: 40px;
  }
  .cta__annotation {
    width: 600px;
    margin: 10px auto 0;
  }
  .cta__annotation p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}

/* Question
------------------------------------------------------- */
.question {
  padding: 0;
}

.question__inner {
  padding: 15px;
}

.question__step {
  text-align: center;
  margin: 0 0 10px;
}

.question__step img {
  width: 306px;
  height: auto;
}

.question__area {
  background-color: #fff;
  padding: 15px;
}

.question__q {
  width: 100%;
  margin: 0 auto 10px;
}

.question__q--mv {
  width: 100%;
  margin: 20px auto 0;
}

.question__q > h2,
.question__q--mv > h2 {
  color: #754c24;
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 0 auto;
}

.question__q > img,
.question__q > video {
  margin: 15px 0 0;
}

.question__q sup {
  font-size: 1.2rem;
  vertical-align: top;
}

.question__q .marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffe1e1));
  background: linear-gradient(transparent 60%, #ffe1e1 0%);
}

.question__a {
  width: 100%;
  margin: 0 auto;
}

.question__a li {
  margin: 15px 0;
}

.question__a input[type="checkbox"],
.question__a input[type="radio"] {
  display: none;
}

.question__a .question__text {
  width: 100%;
  position: relative;
  display: inline-block;
  background: #754c24;
  color: #fff;
  border: 2px solid #754c24;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px 15px;
  border-radius: 30px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.question__a .question__text::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  display: block;
  width: 14px;
  height: 6px;
  margin-top: -6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.question__a .question__text sup {
  font-size: 1.2rem;
  vertical-align: top;
}

.question__a input[type="radio"]:checked + .question__text {
  background: #390c0c;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  position: relative;
  top: 5px;
}

.question__a input[type="radio"]:checked + .question__text::before {
  background-color: #f3a2a9;
}

.question__a input[type="radio"]:checked + .question__text::after {
  opacity: 1;
}

.question__annotation {
  width: 100%;
  margin: 5px auto 0;
}

.question__annotation p {
  color: #754c24;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 5px;
}

.question__annotation p:last-of-type {
  margin: 0;
}

@media screen and (min-width: 751px) {
  .question {
    padding: 0;
  }
  .question__inner {
    padding: 40px;
  }
  .question__step {
    margin: 0 0 30px;
  }
  .question__step img {
    width: 500px;
    height: auto;
  }
  .question__area {
    padding: 40px;
  }
  .question__q {
    width: 600px;
    margin: 0 auto 50px;
  }
  .question__q--mv {
    width: 600px;
    margin: 0 auto;
  }
  .question__q > h2 {
    width: 600px;
    margin: 0 auto;
    font-size: 3rem;
    line-height: 1.6;
  }
  .question__q > img,
  .question__q > video {
    margin: 40px 0 0;
  }
  .question__q sup {
    font-size: 1.4rem;
  }
  .question__a {
    width: 500px;
    margin: 0 auto;
  }
  .question__a .question__text {
    font-size: 2.6rem;
    padding: 20px;
    border-radius: 40px;
  }
  .question__a .question__text::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    display: block;
    width: 20px;
    height: 6px;
    margin-top: -6px;
    border-bottom: 2px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
  }
  .question__a sup {
    font-size: 1.4rem;
  }
  .question__annotation {
    width: 600px;
    margin: 10px auto 0;
  }
  .question__annotation p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
}

/* Content
------------------------------------------------------- */
.movieSlide {
  padding: 15px 15px 30px;
}

.movieSlide__item {
  display: none;
}

.movieSlide__item.active {
  display: block;
}

.movieSlide__item > video {
  margin-top: 60px;
}

.movieSlide__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 10px auto 0;
}

.movieSlide__btnWrap div {
  width: 33%;
  margin: 0 20px;
  font-size: 1.4rem;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

.movieSlide__prev, .movieSlide__next {
  display: block;
  background-color: #754c24;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
}

.movieSlide__number {
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
}

.movieSlide__popup {
  margin-top: 30px;
}

.movieSlide__popup p {
  font-weight: bold;
}

.movieSlide__popup ul {
  margin: 15px auto;
  font-weight: bold;
}

.movieSlide__popup li {
  margin: 15px 6%;
  font-size: 1.6rem;
  background-color: #fff;
  display: block;
  padding: 10px 40px 10px 25px;
  cursor: pointer;
  background: #754c24;
  color: #fff;
  border: 2px solid #754c24;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  line-height: 1.5;
}

.movieSlide__popup li::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  display: block;
  width: 14px;
  height: 6px;
  margin-top: -6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.movieSlide__text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  text-align: center;
  color: #754c24;
}

.movieSlidePopup {
  display: none;
  height: 97vh;
  width: 94%;
  background: #fff;
  opacity: .95;
  position: fixed;
  top: 1vh;
  left: 3%;
}

.movieSlidePopup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.movieSlidePopup__content {
  padding: 10px 20px;
  max-width: 660px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}

.movieSlidePopup__content img {
  display: block;
  width: 300px;
  height: auto;
  margin: 0 auto;
}

.movieSlidePopup__content .marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fada7e));
  background: linear-gradient(transparent 60%, #fada7e 0%);
}

.movieSlidePopup__content sup {
  font-size: 1.2rem;
  vertical-align: top;
}

.movieSlidePopup__content .notice {
  font-size: 1.2rem;
}

.movieSlidePopup__url {
  word-break: break-all;
}

.movieSlidePopup__close {
  width: 130px;
  height: 35px;
  margin: 20px auto 0;
  text-align: center;
  background-color: #754c24;
  display: block;
  padding: 5px 10px;
  cursor: pointer;
  border: 2px solid #754c24;
  color: #fff;
  border-radius: 15px;
  line-height: 35px;
}

@media screen and (min-width: 751px) {
  .movieSlide {
    padding: 40px;
  }
  .movieSlide__item > video {
    margin-top: 0;
  }
  .movieSlide__btnWrap {
    margin: 20px auto 0;
  }
  .movieSlide__btnWrap div {
    width: 33%;
    margin: 0 20px;
    font-size: 1.8rem;
    padding: 0;
  }
  .movieSlide__prev, .movieSlide__next {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .movieSlide__number {
    height: 80px;
    line-height: 80px;
    font-size: 2rem;
  }
  .movieSlide__popup {
    margin-top: 0;
  }
  .movieSlide__popup ul {
    margin: 20px auto;
  }
  .movieSlide__popup li {
    font-size: 2.6rem;
    padding: 20px 50px 20px 40px;
    border-radius: 40px;
  }
  .movieSlide__popup li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 20px;
    display: block;
    width: 20px;
    height: 6px;
    margin-top: -6px;
    border-bottom: 2px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: skew(45deg);
            transform: skew(45deg);
  }
  .movieSlide__text {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 0;
  }
  .movieSlidePopup {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .movieSlidePopup__content {
    padding: 20px 40px;
    max-width: 660px;
    font-size: 2rem;
  }
  .movieSlidePopup__content img {
    display: block;
    width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .movieSlidePopup__content sup {
    font-size: 1.4rem;
  }
  .movieSlidePopup__content .notice {
    font-size: 1.4rem;
  }
}

/* Animation
------------------------------------------------------- */
.activeAnimation {
  position: relative;
}

.activeAnimation::before {
  display: block;
  content: "";
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #fff;
  -webkit-animation-name: page-switch-base;
          animation-name: page-switch-base;
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.activeAnimation::after {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background-color: #754c24;
  -webkit-animation-name: page-switch;
          animation-name: page-switch;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes page-switch-base {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
  99% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes page-switch-base {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
    opacity: 1;
  }
  99% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
}

@-webkit-keyframes page-switch {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #f2ad00;
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #f2ad00;
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes page-switch {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    background-color: #f2ad00;
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    background-color: #f2ad00;
  }
  51% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
