@charset "UTF-8";
/* 共通要素 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
  word-break: break-all;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover {
  text-decoration: none;
}

/* -------------------------------------------
	box-sizing
---------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------
	CLEAR-FIX
---------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* IE11　セレクトのアピアランスを削除 */
select::-ms-expand {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=submit],
input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  margin-top: 0px;
}

textarea {
  font-size: 16px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 8px;
  border: none;
  background-color: transparent;
  border-radius: 0;
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* 共通 */
body {
  -webkit-text-size-adjust: 100%;
  color: #221815;
  font-family: "Noto Serif JP", serif;
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.pc-only{display:inline;}
.sp-only{display:none;}
@media (max-width: 768px) {
  body {
    min-width: inherit;
  }
  
  .pc-only{display:none;}
  .sp-only{display:inline;}
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}

.vpc {
  display: block;
}
@media (max-width: 768px) {
  .vpc {
    display: none;
  }
}

.vsp {
  display: none;
}
@media (max-width: 768px) {
  .vsp {
    display: block;
  }
}

.wrap {
  padding: 0 min(8.3333vw, 62.5px);
}

.alpha {
  transition: 0.4s all ease-in-out;
}

.alpha:hover {
  opacity: 0.7;
}

/* /共通 */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: min(3.8667vw,29px) 0 min(3.4667vw,26px);
  background: transparent;
  text-align: center;
  z-index: 999;
}
header a {
  display: inline-block;
  width: min(30.1333vw, 226px);
  margin: 0 auto;
}

.main {
  text-align: center;
  background:#f5f1f3;
}
.kv_wrap {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
.kv_wrap .movie {
  position: absolute;
  right: min(3.8667vw, 29px);
  bottom: min(30.666vw, 230px);
  width: min(25.3333vw, 190px);
  height: min(25.3333vw, 190px);
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.kv_wrap .movie::before,
.kv_wrap .movie::after {
  content: '';
  position: absolute;
  z-index: 1;
}
.kv_wrap .movie::after {
  top: min(1.333vw,10px);
  right: max(-4.5333vw, -34px);
  width: min(11.8667vw, 89px);
  height: min(5.7333vw, 43px);
  background: url(../img/kv_check.png)no-repeat center/cover;
}
.kv_wrap .movie .in {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: circle(50%);
  box-sizing: border-box;
  overflow: hidden;
}
.kv_wrap .movie video {
  position: absolute;
  top: max(-14vw, -105px);
  left: max(-13.3333vw, -100px);
  width: 200%;
  height: 200%;
  object-fit: cover;
}
.takingaction {
  text-align: center;
  background: url(../img/bg_takingaction.jpg)no-repeat left/cover;
}
.is-hide {
  display: none;
}
.sec-questionnaire {
  background-color: #faf5f9;
}
.sec_wrap.is-show,
.sec_wrap .check.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sec_wrap,
.sec_wrap .check {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: ease-in-out 0.5s;
}
.sec_wrap {
  max-width: 750px;
  margin: 0 auto;
}
.sec_wrap .check {
  position: relative;
  margin: min(8.4vw,63px) 0 0;
}
.sec_wrap .q_num {
  width: min(30.1333vw, 226px);
  margin: 0 auto min(6.6667vw, 50px);
}
.sec_q1 {
  padding: min(9.3333vw, 70px) 0 min(10vw, 75px);
}

.sec_q1 .btn_area {
  justify-content: center;
  gap: 0 min(3.3333vw, 25px);
  display: flex;
  flex-wrap: wrap;
}
.sec_q1 .btn_area li {
    flex: 0 1 min(40vw, 300px);
}
.sec_q1 .q_text {
  margin: 0 0 min(8.8vw, 66px);
}
.sec_q1 .btn_area li label {
  padding-left: min(11.3333vw, 85px);
}
.sec_q1 .btn_area li label p{
  font-size: min(4.6667vw, 35px);
}
.btn_area li input[type="radio"] + label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: min(3.2vw, 24px);
    width: min(5.3333vw, 40px);
    height: min(5.3333vw, 40px);
    transform: translateY(-50%);
    background-color: #fff;
}
.sec_wrap .check .qi_gif {
  position: absolute;
  width: min(83.3333vw, 625px);
  left: min(8.4vw, 63px);
  bottom: min(7.8667vw, 59px);
  margin: 0 auto;
}
.sec_wrap .check .q2_movie {
  position: absolute;
  top: min(39.7333vw, 298px);
  left: min(8.2667vw, 62px);
  width: min(83.2vw, 624px);
  margin: 0 auto;
  aspect-ratio: 624/351;
}
.sec_wrap .check .q2_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec_wrap .check .point_1,
.sec_wrap .check .point_2,
.sec_wrap .check .point_3 {
  position: absolute;
  left: min(10.9333vw, 82px);
  width: min(78.6667vw, 590px);
  margin: 0 auto;
}
.sec_wrap .check .point_1 {
  top: min(69.0667vw, 518px);
}
.sec_wrap .check .point_2 {
  top: min(193.6vw, 1452px);
}
.sec_wrap .check .point_3 {
  bottom: min(3.333vw, 25px);
}
.btn_area {
  display: flex;
  flex-wrap: wrap;
}
.btn_area li {
  width: 100%;
}
.btn_area li label {
  color: #fff;
  width: 100%;
  height: min(13.3333vw, 100px);
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.29);
  letter-spacing: -0.05em;
  display: flex;
  text-align: left;
  vertical-align: middle;
  align-items: center;
  border-radius: min(1.3333vw, 10px);
  position: relative;
  cursor: pointer;
  background: #f1c1d7;
  transition: 0.3s all ease-in-out;
}
.btn_area li label.ver2 {
  height: min(16vw, 120px);
}
.btn_area li label p {
  font-weight: bold;
}
.btn_area li input {
  display: none;
}
.btn_area li input[type="checkbox"] + label {
  padding-left: min(11.3333vw, 85px);
}
.btn_area li input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: min(3.2vw, 24px);
  width: min(5.3333vw, 40px);
  height: min(5.3333vw, 40px);
  transform: translateY(-50%);
  background-color: #fff;

}
.btn_area li input:checked + label {
  background: #dd6ea1;
}
.btn_area li input[type="checkbox"]:checked + label:after {
  content: "";
  background: url(../img/check.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: min(4.2667vw, 32px);
  height: min(2.9333vw, 22px);
  position: absolute;
  top: 50%;
  left: min(4vw, 30px);
  transform: translateY(-50%);
}


.sec_q2 {
  padding: 0 0 min(9.7333vw, 73px);
}
.sec_q2 .item_img {
  margin: 0 0 min(5.0667vw, 60px);
  position: relative;
}
.sec_q2 .item_img .movie {
    position: absolute;
    right: min(3.8667vw, 29px);
    bottom: 0;
    width: min(33.333vw, 250px);
    height: min(33.3333vw, 250px);
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.sec_q2 .item_img .movie .in {
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: circle(50%);
    box-sizing: border-box;
    overflow: hidden;
}
.sec_q2 .item_img .movie video {
    position: absolute;
    top: max(-16vw, -120px);
    left: max(-17.866vw, -134px);
    width: 200%;
    height: 200%;
    object-fit: cover;
}
.sec_q2 .q_text {
 margin: 0 0 min(8vw, 60px);
}
.sec_q2 .btn_area li label p {
  font-size: min(4vw, 30px);
  line-height: 1.4;
}
.sec_q2 .btn_area li label p.ls {
  letter-spacing: -0.1em;
}
.sec_q2 .note,
.sec_q3 .note {
  text-align: right;
  font-size: min(2vw, 15px);
  margin-top: min(4vw, 30px);
  font-family: sans-serif;
}
.sec_q2 .btn_area li:not(:first-child),
.sec_q3 .btn_area li:not(:first-child) {
  margin-top: min(2vw, 15px);
}
.sec_q3 {
  padding: 0 0 min(13.6vw, 102px);
}
.sec_q3 .movie {
    right: min(3.8667vw, 29px);
    bottom: 0;
    width: min(43.2vw, 324px);
    height: min(43.2vw, 324px);
    margin: 0 auto min(5.0667vw, 60px);
    border: 1px solid #fff;
    box-sizing: border-box;
    position: relative;
}
.sec_q3 .movie .in {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
.sec_q3 .movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec_q3 .movie::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: min(1.333vw, 10px);
    right: max(-4.5333vw, -34px);
    width: min(16.533vw, 124px);
    height: min(8vw, 60px);
    background: url(../img/q3_check.png) no-repeat center / cover;
}
.sec_q3 .q_text {
 margin: 0 0 min(8vw, 60px);
}
.sec_q3 .item_img {
  margin: 0 0 min(5.0667vw, 38px);
}
.sec_q3 .btn_area li label p {
  font-size: min(4vw, 30px);

  line-height: 1.4;
}
.sec_q3 .btn_area li:nth-child(2) label p {
  font-size: min(3.7333vw, 28px);
}
.thank_area {
  padding: 0 0 min(8.8vw, 66px);
  background-color: #f0e7f1;
}
.thank_area .thanks {
  text-align: center;
  background: url(../img/bg_thanks.jpg)no-repeat center/cover;
}
.thank_area .text_wrap {
  position: relative;
  text-align: center;
  background-color: #fff;
}
.thank_area .text_wrap::after {
  content: '';
  position: absolute;
  bottom: max(-10.4vw, -78px);
  left: 0;
  width: 100%;
  height: min(10.4vw, 78px);
  background: url(../img/bg_item.png)no-repeat center/100% 100%;
}
.thank_area .sec_wrap {
  padding: min(13.3333vw, 100px) 0 0;
}
.thank_area .img {
  margin: 0 0 min(6.5333vw, 49px);
}

.thank_area .btn_txt {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .thank_area .btn_txt {
    padding: 0px 40px;
    margin-bottom: 10px;
  }
}
.thank_area .lastbtn {
  max-width: 578px;
  margin: 0 auto;
  animation-name:fuwafuwa;
  animation-delay:0s;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; 
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .thank_area .lastbtn {
    padding: 0px 15px;
  }
}
.thank_area .lastbtn a {
  color: #fff;
  letter-spacing: -0.05em;
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  border-radius: 8px;
  border: 2px solid #fff;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 140px;
  background: #ee9aca;
  transition: 0.3s all ease-in-out;
  background: -moz-linear-gradient(top, #ee9aca 0%, #ee9aca 50%, #e257a7 100%);
  background: -webkit-linear-gradient(top, #ee9aca 0%, #ee9aca 50%, #e257a7 100%);
  background: linear-gradient(to bottom, #ee9aca 0%, #ee9aca 50%, #e257a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ee9aca", endColorstr="#e257a7",GradientType=0 );
}
@media (max-width: 768px) {
  .thank_area .lastbtn a {
    font-size: 20px;
    height: 83.5px;
  }
}
.thank_area .lastbtn a p {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-52%);
  line-height: 1.2;
}
@media (max-width: 768px) {
  .thank_area .lastbtn a p {
    letter-spacing: -0.1em;
  }
}
.thank_area .lastbtn a b {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .thank_area .lastbtn a b {
    font-size: 19px;
  }
}
.thank_area .lastbtn a:before {
  content: "";
  background: url(../img/btn_arrow.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 17px;
  height: 29px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .thank_area .lastbtn a:before {
    width: 10px;
    height: 17px;
  }
}
.thank_area .lastbtn.allcheck a:hover {
  opacity: 0.8;
}

footer {
  padding: min(5.7333vw, 43px) 0 min(2vw, 15px);
  background: #c9c2e1;
  text-align: center;
}
footer .links {
  max-width: min(65.3333vw, 490px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .links li a {
  font-size: min(2.1333vw, 16px);
  display: inline-block;
}
footer .links li a:hover {
  text-decoration: underline;
}
footer .copy {
  font-size: min(1.8667vw, 14px);
  margin-top: min(3.3333vw, 25px); 
}