@charset "UTF-8";
/*------------------------------

  開発環境の初期化

------------------------------*/
body {
  background-color: #F4F4F4;
  font-family: "Hiragino Sans", Arial, sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 1.8;
  text-align: center;
  margin: 0 auto;
  overflow-x: hidden;
}

main.lp {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 50px;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
}

video {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner > * {
  margin-bottom: 30px;
}

.inner-small > *:not(:last-child) {
  margin-bottom: 30px;
}

.inner-large > *:not(:last-child) {
  margin-bottom: 30px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -8px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes btnZoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes btnZoomInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 571px;
  margin-right: auto;
  margin-left: auto;
}

.inner-large {
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}

.inner-small {
  width: 100%;
  max-width: 348px;
  margin-right: auto;
  margin-left: auto;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
.nowrap {
  white-space: nowrap;
}

.bold {
  font-weight: 700;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.fz-10 {
  font-size: 10px;
}

.fz-10-right {
  font-size: 10px;
  min-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-17 {
  font-size: 17px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-23 {
  font-size: 23px;
}

.fz-25 {
  font-size: 25px;
}

.lh-3 {
  line-height: 3;
}

.marker-yellow {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fffca5)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fffca5 0%) repeat scroll 0 0;
}

.marker-blue {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #c4ddff)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #c4ddff 0%) repeat scroll 0 0;
}

.red {
  color: #B91646;
}

.red2 {
  color: #e60000;
}

.gray {
  color: #888;
}

.pink {
  color: #eb517c;
}

.white {
  color: #fff;
}

.arrow__wrap {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrow {
  width: 40px;
  height: 40px;
  padding: 0 5px;
  display: block;
  -webkit-animation: arrowMove 1.5s ease infinite;
          animation: arrowMove 1.5s ease infinite;
}

.arrow:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40%;
  height: 40%;
  background: #ea0000;
}

.arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #ea0000)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #ea0000)) top right/50% 100% no-repeat;
  background: linear-gradient(to top right, transparent 49%, #ea0000 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #ea0000 50%) top right/50% 100% no-repeat;
}

.block__border {
  border: 1px solid #f48d91;
}

.block__title {
  padding: 0.5em;
  background: #B91646;
}

.block__inner {
  padding: 10px;
}

.point {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  padding: 4px 5px;
  text-align: left;
  border-top: 2px solid #f30368;
  border-bottom: 2px solid #f30368;
  margin-top: 60px;
  position: relative;
}
.point:before {
  content: "POINT";
  display: block;
  background: #f30368 url(../img/common/point.png) no-repeat 5px/13px 16px;
  width: 99px;
  height: 24px;
  border-radius: 5px 5px 0 0;
  padding-left: 4px;
  position: absolute;
  bottom: 100%;
  left: 0;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.cta__button {
  display: block;
  width: 95%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-animation: btnZoomInOut 2s infinite;
          animation: btnZoomInOut 2s infinite;
}

/* アンケート
---------------------------------------------------------------------- */
.blackwood_box .head {
  height: auto;
  background: #b91646;
  padding: 10px;
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.choices_box {
  font-size: 17px;
}

.img__box,
.choices_box {
  height: auto;
  padding: 0 10px;
  margin-top: 10px;
}

.img__box img {
  width: 100%;
}

.blackwood_box .results {
  display: none;
}

.blackwood_box .results.show_result,
.blackwood_box .selecter {
  display: block;
  margin-bottom: 10px;
}

.blackwood_box .selecter > span {
  border: solid 2px #222;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 10vw;
}

.blackwood_box .selecter > span:hover {
  background: #222;
  color: #fff;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.show_result .wood-line {
  background: #222;
  color: white;
  border-radius: 10vw;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  width: 1%;
}

.wood-line span {
  width: 100%;
  text-align: right;
  display: block;
  padding: 5px 10px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}

span.result-text {
  font-weight: bold;
}

.checked .results span.result-text {
  padding-left: 1.1em;
  position: relative;
}

.checked .results span.result-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22check%22%20class%3D%22svg-inline--fa%20fa-check%20fa-w-16%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M173.898%20439.404l-166.4-166.4c-9.997-9.997-9.997-26.206%200-36.204l36.203-36.204c9.997-9.998%2026.207-9.998%2036.204%200L192%20312.69%20432.095%2072.596c9.997-9.997%2026.207-9.997%2036.204%200l36.203%2036.204c9.997%209.997%209.997%2026.206%200%2036.204l-294.4%20294.401c-9.998%209.997-26.207%209.997-36.204-.001z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

span.result-text > span {
  display: block;
  border: 1px solid #000000;
  border-radius: 30px;
}

.widthimp {
  width: 1% !important;
}

@media screen and (min-width: 920px) {
  body {
    width: 620px;
  }
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .inner-large {
    max-width: 100%;
    padding: 0 20px;
  }
  .inner-small {
    max-width: 540px;
  }
}

@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .point {
    font-size: 20px;
    line-height: 1.3em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding: 8px 10px;
  }
  .point:before {
    background: #f30368 url(../img/common/point.png) no-repeat 5px/10.4px 12.8px;
    width: 70px;
    height: 21px;
    font-size: 11px;
    padding-left: 7px;
  }
  .blackwood_box .head {
    font-size: 19px;
    margin: 30px 0 20px;
  }
}