@charset "UTF-8";
/* 読み込み
===================================================== */
/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spサイズをpcへ引き伸ばし
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* コンテンツ幅
===================================================== */
/* 余白
===================================================== */
/* メディアクエリー
===================================================== */
/* loopslide
============================================ */
/* fadeinWrap
============================================ */
/* fadein
============================================ */
/* fadeup
============================================ */
/* slide
===================================================== */
/* .footer(共通フッター)
===================================================== */
footer {
  position: relative;
  z-index: 9999 !important;
}

/* .top
===================================================== */
.top {
  background-color: #dce5dc;
  color: #424e43;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .top {
    padding-top: min(7.3873873874vw, 82px);
    padding-bottom: min(4.5045045045vw, 50px);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .top {
    padding-top: 9.0666666667vw;
    padding-bottom: 5.8666666667vw;
  }
}
.top .topSlide {
  display: flex;
  flex-wrap: nowrap;
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: normal;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 0.5s;
}
.top .topSlide .topSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.top .topSlide .topSlide_inner:first-child {
  animation: loopslide1 200s -100s linear infinite;
}
.top .topSlide .topSlide_inner:last-child {
  animation: loopslide2 200s linear infinite;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.top .topSlide .topSlide_item {
  flex-shrink: 0;
}
.top .topSlide.on {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top .topSlide {
    border-top: 1px solid #424e43;
    border-bottom: 1px solid #424e43;
    font-size: min(2.7027027027vw, 30px);
    line-height: min(4.1441441441vw, 46px);
    transform-origin: center left;
    transform: rotate(90deg) translate(-5%, calc(-50% - min(2.1052631579vw, 20px)));
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .topSlide {
    border-top: 0.2666666667vw solid #424e43;
    border-bottom: 0.2666666667vw solid #424e43;
    font-size: 8vw;
    line-height: 12.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .top .topSlide .topSlide_item {
    margin-right: min(2.7027027027vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .top .topSlide .topSlide_item {
    margin-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .top .top__inner {
    width: min(81.3513513514vw, 903px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.top .topTitle {
  text-align: center;
  transition: transform 0.8s;
  transition-delay: 0s;
  overflow: hidden;
  transform: translateX(-105%);
}
.top .topTitle .topTitle_item {
  transition: transform 0.8s;
  transition-delay: 0s;
  transform: translateX(105%);
}
.top .topTitle.on {
  transform: translateX(0);
}
.top .topTitle.on .topTitle_item {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .top .topTitle {
    margin-bottom: min(1.5315315315vw, 17px);
    width: min(41.2612612613vw, 458px);
    position: absolute;
    top: min(7.6576576577vw, 85px);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .topTitle {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.5333333333vw;
    width: 80.8vw;
  }
}
@media screen and (min-width: 768px) {
  .top .topRight {
    width: min(32.7927927928vw, 364px);
    margin-left: auto;
    margin-bottom: min(4.0540540541vw, 45px);
  }
}
.top .topUpDate {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
  transition-delay: 0s;
}
.top .topUpDate.on {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .top .topUpDate {
    font-size: min(1.3513513514vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .top .topUpDate {
    font-size: 3.2vw;
  }
}
.top .topImgText {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
  transition-delay: 0s;
}
.top .topImgText.on {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .top .topImgText {
    font-size: min(1.6216216216vw, 18px);
    margin-bottom: min(3.0630630631vw, 34px);
  }
}
@media screen and (max-width: 767px) {
  .top .topImgText {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.top .topImgText::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #f0f8f0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top .topImgText::before {
    height: min(1.0810810811vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .top .topImgText::before {
    height: 3.2vw;
  }
}
.top .topImgText span {
  display: block;
  position: relative;
  z-index: 2;
}
.top .topImg {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .top .topImg {
    gap: min(2.5225225225vw, 28px) min(2.1621621622vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .top .topImg {
    width: 72vw;
    margin-bottom: 8vw;
    gap: 5.6vw 4.5333333333vw;
  }
}
.top .topImg li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s, transform 0.8s;
  transition-delay: 0s;
}
.top .topImg li.on {
  opacity: 1;
  transform: translateY(0);
}
.top .topImg li:nth-of-type(1) {
  transition-delay: 0s !important;
}
.top .topImg li:nth-of-type(2) {
  transition-delay: 0.3s !important;
}
.top .topImg li:nth-of-type(3) {
  transition-delay: 0.6s !important;
}
.top .topImg li:nth-of-type(4) {
  transition-delay: 0.8s !important;
}
.top .topImg a {
  display: block;
}
@media screen and (min-width: 768px) {
  .top .topText {
    line-height: 1.8571428571;
    font-size: min(1.2612612613vw, 14px);
    margin-bottom: min(7.2072072072vw, 80px);
    position: absolute;
    top: min(21.6216216216vw, 240px);
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top .topText {
    text-align: center;
    line-height: 1.8333333333;
    font-size: 3.2vw;
    margin-bottom: 29.3333333333vw;
  }
}
.top .btnArea {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .btnArea {
    margin-bottom: 14.6666666667vw;
  }
}
.top .fukidashi {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top .fukidashi {
    width: min(38.1981981982vw, 424px);
    top: 0;
    left: 0;
    transform: translate(0, -90%);
  }
}
@media screen and (max-width: 767px) {
  .top .fukidashi {
    top: 0;
    left: 50%;
    transform: translate(-52%, -92%);
    width: 68.2666666667vw;
  }
}

/* .lead
===================================================== */
@media screen and (min-width: 768px) {
  .lead {
    margin-bottom: min(6.4210526316vw, 61px);
  }
}
@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 17.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lead .headTitle__lead {
    margin-bottom: min(2.7368421053vw, 26px);
  }
}
@media screen and (max-width: 767px) {
  .lead .headTitle__lead {
    margin-bottom: 8vw;
  }
}
.lead .lead_text {
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8571428571;
  transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .lead .lead_text {
    margin-bottom: min(4.2105263158vw, 40px);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .lead .lead_text {
    width: 85.8666666667vw;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}

/* .colorGroup
===================================================== */
@media screen and (min-width: 768px) {
  .colorGroup {
    margin-bottom: min(11.1578947368vw, 106px);
  }
}
@media screen and (max-width: 767px) {
  .colorGroup {
    margin-bottom: 15.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .colorGroup .headTitle__colorGroup {
    margin-bottom: min(2.6315789474vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .colorGroup .headTitle__colorGroup {
    margin-bottom: 8vw;
  }
}
.colorGroup .headTitle__colorGroup {
  position: relative;
}
.colorGroup .colorGroupArea {
  position: relative;
}
.colorGroup .colorGroupArea .colorGroupArea_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .colorGroup .colorGroupArea .colorGroupArea_item {
    width: min(82.6315789474vw, 785px);
  }
}
@media screen and (max-width: 767px) {
  .colorGroup .colorGroupArea .colorGroupArea_item {
    width: 89.3333333333vw;
  }
}
.colorGroup .colorGroupList {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .colorGroup .colorGroupList {
    width: min(86.7368421053vw, 824px);
  }
}
@media screen and (max-width: 767px) {
  .colorGroup .colorGroupList {
    width: 92.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .colorGroup .colorGroupList .colorGroupList__item {
    width: min(42.1052631579vw, 400px);
  }
}
@media screen and (max-width: 767px) {
  .colorGroup .colorGroupList .colorGroupList__item {
    width: 43.2vw;
  }
}

/* .merit
===================================================== */
@media screen and (min-width: 768px) {
  .merit .headTitle__merit {
    margin-bottom: min(5.3684210526vw, 51px);
  }
}
@media screen and (max-width: 767px) {
  .merit .headTitle__merit {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .merit .meritArea {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .merit .meritArea .meritArea_item {
    min-width: min(33.8947368421vw, 322px);
  }
}
@media screen and (max-width: 767px) {
  .merit .meritArea .meritArea_item:not(:last-child) {
    margin-bottom: 9.6vw;
  }
}
.merit .meritPoint {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .merit .meritPoint {
    font-size: min(1.8947368421vw, 18px);
    margin-bottom: min(2.9473684211vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .merit .meritPoint {
    font-size: 4.2666666667vw;
    text-align: center;
    margin-bottom: 7.7333333333vw;
  }
}
.merit .meritPoint::before {
  content: "";
  display: block;
  background-image: url("../images/index/merit.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .merit .meritPoint::before {
    width: min(13.4736842105vw, 128px);
    height: min(5.2631578947vw, 50px);
    bottom: max(-3.6842105263vw, -35px);
  }
}
@media screen and (max-width: 767px) {
  .merit .meritPoint::before {
    width: 34.1333333333vw;
    height: 13.3333333333vw;
    bottom: -9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .merit .meritPointList:not(:last-child) {
    margin-bottom: 12.2666666667vw;
  }
}
.merit .meritPointList .meritPointList_item {
  text-align: center;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .merit .meritPointList .meritPointList_item {
    font-size: 3.7333333333vw;
  }
}
.merit .meritPointList .meritPointList_item::before {
  content: "・";
}

/* .select
===================================================== */
.select {
  position: relative;
  z-index: 222;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .select {
    padding-top: min(17.3684210526vw, 165px);
    padding-bottom: min(10.5263157895vw, 100px);
  }
}
@media screen and (max-width: 767px) {
  .select {
    padding-top: 38.1333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .select .headTitle__select {
    margin-bottom: min(5.3684210526vw, 51px);
  }
}
@media screen and (max-width: 767px) {
  .select .headTitle__select {
    margin-bottom: 10.6666666667vw;
  }
}
.select .selectList {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .select .selectList {
    width: min(66.8421052632vw, 635px);
    gap: min(2.1052631579vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .select .selectList {
    width: 80vw;
    gap: 8vw;
  }
}
.select .selectList li {
  border: 1px solid #333333;
}
@media screen and (min-width: 768px) {
  .select .selectList li:first-of-type .selectList_right {
    margin-left: min(4.2105263158vw, 40px);
  }
}
.select .selectList li:first-of-type.android {
  position: relative;
  pointer-events: none;
}
.select .selectList li:first-of-type.android::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.select .selectList li:first-of-type.android::after {
  content: "WEB版パルクロでお試しください";
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .select .selectList li:first-of-type.android::after__max {
    font-size: min(1.8947368421vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .select .selectList li:first-of-type.android::after__max {
    font-size: 4.2666666667vw;
  }
}
.select .selectList a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .select .selectList a {
    padding: 0 min(7.3684210526vw, 70px);
    height: min(18.6315789474vw, 177px);
  }
}
@media screen and (max-width: 767px) {
  .select .selectList a {
    flex-direction: column;
    padding: 11.2vw 0 13.8666666667vw;
    width: 100%;
  }
}
.select .selectList .selectList_num {
  font-family: "century-gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .select .selectList .selectList_num {
    font-size: min(5.2631578947vw, 50px);
    margin-right: min(8.4210526316vw, 80px);
    transform: translateX(min(0.5263157895vw, 5px));
  }
}
@media screen and (max-width: 767px) {
  .select .selectList .selectList_num {
    font-size: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
    transform: translateX(1.3333333333vw);
  }
}
.select .selectList .selectList_right {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .select .selectList .selectList_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: min(5.7894736842vw, 55px);
    left: max(-8.4210526316vw, -80px);
  }
}
@media screen and (max-width: 767px) {
  .select .selectList .selectList_img {
    width: 14.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .select .selectList .selectList_text__min {
    font-size: min(1.5789473684vw, 15px);
  }
}
@media screen and (max-width: 767px) {
  .select .selectList .selectList_text__min {
    font-size: 3.7333333333vw;
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .select .selectList .selectList_text__max {
    font-size: min(1.8947368421vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .select .selectList .selectList_text__max {
    font-size: 4.2666666667vw;
  }
}
.select .selectList .selectList_text span {
  color: #f07b31;
}
.select .selectList .selectList_btn {
  letter-spacing: 0.05em;
  background-color: #7c867d;
  border: 1px solid #707070;
  color: #fff;
  border-radius: 999px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .select .selectList .selectList_btn {
    margin-top: min(1.5789473684vw, 15px);
    font-size: min(1.6842105263vw, 16px);
    width: min(15.7894736842vw, 150px);
    line-height: min(3.2631578947vw, 31px);
  }
}
@media screen and (max-width: 767px) {
  .select .selectList .selectList_btn {
    margin-top: 3.7333333333vw;
    font-size: 3.7333333333vw;
    width: 33.6vw;
    line-height: 8.2666666667vw;
  }
}

/* .diagnosis
===================================================== */
.diagnosis {
  display: none;
}
@media screen and (min-width: 768px) {
  .diagnosis {
    padding-top: min(8.5263157895vw, 81px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis {
    padding-top: 24vw;
  }
}
.diagnosis .questBlock .quest {
  background-color: #dce5dc;
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest {
    margin-bottom: min(5.2631578947vw, 50px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest {
    margin-bottom: 13.3333333333vw;
  }
}
.diagnosis .questBlock .quest:not(:first-of-type) {
  display: none;
}
.diagnosis .questBlock .quest .questText {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questText {
    font-size: min(2.1052631579vw, 20px);
    margin-bottom: min(2.8421052632vw, 27px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questText {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.diagnosis .questBlock .quest .questText span {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questText span {
    font-size: min(2.5263157895vw, 24px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questText span {
    font-size: 5.8666666667vw;
  }
}
.diagnosis .questBlock .quest .questAnswer {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questAnswer {
    border: min(0.1052631579vw, 1px) solid #333333;
    width: min(29.3684210526vw, 279px);
    padding: min(0.8421052632vw, 8px) min(1.8947368421vw, 18px) min(0.8421052632vw, 8px) min(1.8947368421vw, 18px);
    font-size: min(1.6842105263vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questAnswer {
    border: 0.2666666667vw solid #333333;
    width: 64.8vw;
    padding: 3.4666666667vw 3.4666666667vw 3.4666666667vw 4.8vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questAnswer.selected {
    border: min(0.2105263158vw, 2px) solid #f2b663;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questAnswer.selected {
    border: 0.5333333333vw solid #f2b663;
  }
}
.diagnosis .questBlock .quest .questAnswer .questAnswer_en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questAnswer .questAnswer_en {
    font-size: min(1.8947368421vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questAnswer .questAnswer_en {
    font-size: 3.7333333333vw;
  }
}
.diagnosis .questBlock .quest .questAnswer .questAnswer_circle {
  display: flex;
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questAnswer .questAnswer_circle {
    gap: 0 min(0.4210526316vw, 4px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questAnswer .questAnswer_circle {
    gap: 0 1.0666666667vw;
  }
}
.diagnosis .questBlock .quest .questAnswer .questAnswer_circle span {
  display: block;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questAnswer .questAnswer_circle span {
    width: min(3.1578947368vw, 30px);
    height: min(3.1578947368vw, 30px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questAnswer .questAnswer_circle span {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .diagnosis .questBlock .quest .questAnswer:not(:last-child) {
    margin-bottom: min(1.6842105263vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .questBlock .quest .questAnswer:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.diagnosis .answerDotsWrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .diagnosis .answerDotsWrap {
    margin-top: max(-5.2631578947vw, -50px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answerDotsWrap {
    margin-top: -13.3333333333vw;
  }
}
.diagnosis .answerDotsWrap .answerDots {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .diagnosis .answerDotsWrap .answerDots {
    gap: min(0.5263157895vw, 5px);
    padding: min(2.1052631579vw, 20px) 0;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answerDotsWrap .answerDots {
    gap: 1.3333333333vw;
    padding: 4.2666666667vw 0 6.4vw;
  }
}
.diagnosis .answerDotsWrap .answerDots span {
  display: block;
  background-color: #ccc8c8;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .diagnosis .answerDotsWrap .answerDots span {
    width: min(0.5263157895vw, 5px);
    height: min(0.5263157895vw, 5px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answerDotsWrap .answerDots span {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.diagnosis .answer {
  display: none;
}
@media screen and (min-width: 768px) {
  .diagnosis .answer {
    padding: min(3.5789473684vw, 34px) min(4.2105263158vw, 40px) min(2.9473684211vw, 28px);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answer {
    padding-bottom: 7.7333333333vw;
  }
}
.diagnosis .answer .answerTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .diagnosis .answer .answerTitle {
    font-size: min(2.1052631579vw, 20px);
    margin-bottom: min(2.1052631579vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answer .answerTitle {
    font-size: 4.2666666667vw;
    margin-bottom: 0.8vw;
    margin-left: -3.7333333333vw;
  }
}
.diagnosis .answer .answerFlex {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .diagnosis .answer .answerFlex {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answer .answerFlex {
    margin-bottom: 1.6vw;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .diagnosis .answer .answerFlex_img {
    width: min(12.1052631579vw, 115px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answer .answerFlex_img {
    width: 28vw;
  }
}
.diagnosis .answer .answerFlex_text {
  line-height: 1.7272727273;
}
@media screen and (min-width: 768px) {
  .diagnosis .answer .answerFlex_text {
    font-size: min(1.2631578947vw, 12px);
    margin-top: min(0.7368421053vw, 7px);
    margin-left: min(2.6315789474vw, 25px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answer .answerFlex_text {
    font-size: 2.9333333333vw;
    width: 39.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .diagnosis .answer .btn__answer {
    width: min(32.4210526316vw, 308px);
    font-size: min(1.2631578947vw, 12px);
    border: min(0.1052631579vw, 1px) solid #333333;
    background-color: #fff;
    color: #333333;
    height: min(4.5263157895vw, 43px);
    position: absolute;
    bottom: min(4.9473684211vw, 47px);
    right: min(4.2105263158vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .diagnosis .answer .btn__answer {
    width: 69.0666666667vw;
    font-size: 3.2vw;
    height: 12vw;
  }
}
.diagnosis #answer__spring,
.diagnosis #answer__autumn {
  background-color: #fdfdf2;
}
.diagnosis #answer__summer,
.diagnosis #answer__winter {
  background-color: #f4f7ff;
}

/* .nav
===================================================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}
.nav .navList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nav .navList {
    width: min(93.6842105263vw, 890px);
    margin-left: auto;
    margin-right: auto;
  }
}
.nav .navList .navList_item {
  width: 25%;
  position: relative;
}
.nav .navList .navList_link {
  display: block;
}
@media screen and (min-width: 768px) {
  .nav .navList .navList_link {
    font-size: min(1.7894736842vw, 17px);
    line-height: min(5.7894736842vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .nav .navList .navList_link {
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
  }
}
.nav .navList .navList_link.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav .navList .navList_link.active::before {
    height: min(0.5263157895vw, 5px);
  }
}
@media screen and (max-width: 767px) {
  .nav .navList .navList_link.active::before {
    height: 1.0666666667vw;
  }
}
.nav .navList .navList_item:nth-of-type(1) .navList_link.active::before {
  background-color: #fab698;
}
.nav .navList .navList_item:nth-of-type(2) .navList_link.active::before {
  background-color: #7dc3c9;
}
.nav .navList .navList_item:nth-of-type(3) .navList_link.active::before {
  background-color: #a85427;
}
.nav .navList .navList_item:nth-of-type(4) .navList_link.active::before {
  background-color: #2e17aa;
}

/* #sec__●●
===================================================== */
@media screen and (min-width: 768px) {
  #sec__spring,
  #sec__autumn,
  #sec__summer,
  #sec__winter {
    padding-top: min(6.8421052632vw, 65px);
    padding-bottom: min(12.1052631579vw, 115px);
  }
}
@media screen and (max-width: 767px) {
  #sec__spring,
  #sec__autumn,
  #sec__summer,
  #sec__winter {
    padding-top: 8vw;
    padding-bottom: 17.0666666667vw;
  }
}

#sec__spring,
#sec__autumn {
  background-color: #fdfdf2;
}

#sec__summer,
#sec__winter {
  background-color: #f4f7ff;
}

/* .top
===================================================== */
.featuresHead {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #333333;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .featuresHead {
    font-size: min(3.2631578947vw, 31px);
    width: min(75.7894736842vw, 720px);
    padding-bottom: min(2.1052631579vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .featuresHead {
    font-size: 7.4666666667vw;
    width: 85.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}

/* .top
===================================================== */
@media screen and (min-width: 768px) {
  .featuresTop {
    padding-top: min(3.6842105263vw, 35px);
  }
}
@media screen and (max-width: 767px) {
  .featuresTop {
    padding-top: 8vw;
  }
}
.featuresTop .featuresGood {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .featuresTop .featuresGood {
    font-size: min(2.4210526316vw, 23px);
    margin-bottom: min(1.2631578947vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .featuresTop .featuresGood {
    font-size: 5.0666666667vw;
    margin-bottom: 7.4666666667vw;
  }
}
.featuresTop .pageHead {
  text-align: center;
  font-family: "A1明朝 B JIS2004 AP", serif;
  font-weight: normal;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .featuresTop .pageHead {
    font-size: min(2.3157894737vw, 22px);
    margin-bottom: max(-0.6315789474vw, -6px);
  }
}
@media screen and (max-width: 767px) {
  .featuresTop .pageHead {
    font-size: 4.8vw;
    margin-bottom: 0.5333333333vw;
  }
}
.featuresTop .pageHead span {
  font-family: "ivypresto-display", serif;
  font-weight: 100;
  font-style: italic;
  display: block;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .featuresTop .pageHead span {
    font-size: min(8.3157894737vw, 79px);
    margin-top: max(-3.6842105263vw, -35px);
  }
}
@media screen and (max-width: 767px) {
  .featuresTop .pageHead span {
    font-size: 17.0666666667vw;
    margin-top: -6.1333333333vw;
  }
}
.featuresTop .featuresImg {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .featuresTop .featuresImg {
    width: min(96.8421052632vw, 920px);
    margin-bottom: min(3.1578947368vw, 30px);
    transform: translateX(max(-2vw, -19px));
  }
}
@media screen and (max-width: 767px) {
  .featuresTop .featuresImg {
    width: 94.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

/* .key, .color
===================================================== */
.key,
.color {
  text-align: center;
}

/* .key
===================================================== */
@media screen and (min-width: 768px) {
  .key {
    margin-bottom: min(9.1578947368vw, 87px);
  }
}
@media screen and (max-width: 767px) {
  .key {
    margin-bottom: 10.6666666667vw;
  }
}
.key .keyPint {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .key .keyPint {
    font-size: min(2.7368421053vw, 26px);
    margin-bottom: min(3.6842105263vw, 35px);
    margin-top: max(-0.6315789474vw, -6px);
  }
}
@media screen and (max-width: 767px) {
  .key .keyPint {
    font-size: 4.5333333333vw;
    margin-bottom: 7.7333333333vw;
  }
}
.key .keyText {
  text-align: center;
  text-align: center;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2.1666666667;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .key .keyText {
    width: min(63.1578947368vw, 600px);
    font-size: min(1.4736842105vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .key .keyText {
    width: 80vw;
    font-size: 3.2vw;
  }
}
.key .keyText span {
  display: block;
}

/* .color
===================================================== */
.color {
  background-color: #fff;
  border-radius: 44px;
  border: 1px solid #333;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .color {
    margin-bottom: max(-3.3684210526vw, -32px);
    width: min(80vw, 760px);
    padding: min(2.9473684211vw, 28px) 0 min(5.7894736842vw, 55px);
  }
}
@media screen and (max-width: 767px) {
  .color {
    margin-bottom: -3.4666666667vw;
    width: 93.3333333333vw;
    padding: 4vw 0 9.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .color .colorBlock:first-of-type {
    margin-top: min(1.1578947368vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorBlock:first-of-type {
    margin-top: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .color .colorBlock:not(:last-of-type) {
    margin-bottom: min(6vw, 57px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorBlock:not(:last-of-type) {
    margin-bottom: 9.0666666667vw;
  }
}
.color .colorHead {
  font-family: "futura-pt", sans-serif;
  font-weight: 100;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .color .colorHead {
    font-size: min(2.2105263158vw, 21px);
    margin-bottom: min(1.5789473684vw, 15px);
    gap: 0 min(1.6842105263vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorHead {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
    gap: 0 2.6666666667vw;
  }
}
.color .colorHead::before, .color .colorHead::after {
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .color .colorHead::before, .color .colorHead::after {
    border-top: 2px dotted #333333;
    width: min(9.4736842105vw, 90px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorHead::before, .color .colorHead::after {
    width: 14.6666666667vw;
    border-top: 0.5333333333vw dotted #333333;
  }
}
.color .colorText {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .color .colorText {
    font-size: min(1.8947368421vw, 18px);
    margin-bottom: min(2.1052631579vw, 20px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorText {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.color .colorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .color .colorList {
    width: min(50vw, 475px);
    gap: min(2.1052631579vw, 20px) min(1.7894736842vw, 17px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorList {
    width: 77.8666666667vw;
    gap: 2.6666666667vw 3.2vw;
  }
}
.color .colorList .colorList_item {
  border-radius: 50%;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .color .colorList .colorList_item {
    border-width: 1px;
    width: min(4.4210526316vw, 42px);
    height: min(4.4210526316vw, 42px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorList .colorList_item {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    border-width: 0.2666666667vw;
  }
}
.color .colorAttention {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .color .colorAttention {
    font-size: min(1.3684210526vw, 13px);
    margin-top: min(4.2105263158vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .color .colorAttention {
    font-size: 2.6666666667vw;
    margin-top: 6.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .themaTop {
    padding-top: min(14.2105263158vw, 135px);
  }
}
@media screen and (max-width: 767px) {
  .themaTop {
    padding-top: 26.6666666667vw;
  }
}

/* .featuresNav
===================================================== */
.featuresNav {
  background-color: #dce5dc;
}
@media screen and (min-width: 768px) {
  .featuresNav {
    padding-top: min(8.8421052632vw, 84px);
    padding-bottom: min(11.5789473684vw, 110px);
  }
}
@media screen and (max-width: 767px) {
  .featuresNav {
    padding-top: 24vw;
    padding-bottom: 22.6666666667vw;
  }
}
.featuresNav .navList {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .featuresNav .navList {
    justify-content: space-between;
    width: min(82.7368421053vw, 786px);
    gap: min(2.8421052632vw, 27px) 0;
    margin-bottom: min(7.5789473684vw, 72px);
    margin-top: min(4vw, 38px);
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList {
    flex-direction: column;
    width: 85.3333333333vw;
    gap: 5.0666666667vw 0;
    margin-bottom: 16vw;
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .featuresNav .navList .navList_item {
    border-radius: min(1.0526315789vw, 10px);
    width: min(25.6842105263vw, 244px);
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList .navList_item {
    border-radius: 2.6666666667vw;
  }
}
.featuresNav .navList .navList_link {
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .featuresNav .navList .navList_link {
    padding: min(1.4736842105vw, 14px) 0 min(4.7368421053vw, 45px);
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList .navList_link {
    display: flex;
    justify-content: space-between;
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 0;
  }
}
@media screen and (min-width: 768px) {
  .featuresNav .navList .navList_img {
    width: min(12.5263157895vw, 119px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList .navList_img {
    flex-shrink: 0;
    width: 31.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .featuresNav .navList .navList_data {
    margin-top: min(0vw, 0px);
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList .navList_data {
    margin-top: 2.9333333333vw;
  }
}
.featuresNav .navList .navList_color {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .featuresNav .navList .navList_color {
    font-size: min(1.6842105263vw, 16px);
    margin-bottom: min(1.0526315789vw, 10px);
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList .navList_color {
    font-size: 4.2666666667vw;
    margin-bottom: 0.2666666667vw;
  }
}
.featuresNav .navList .navList_text {
  line-height: 1.7272727273;
}
@media screen and (min-width: 768px) {
  .featuresNav .navList .navList_text {
    font-size: min(1.1578947368vw, 11px);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList .navList_text {
    font-size: 2.9333333333vw;
  }
}
.featuresNav .navList .navList_check {
  position: absolute;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: underline;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .featuresNav .navList .navList_check {
    bottom: min(1.6842105263vw, 16px);
    right: min(3.0526315789vw, 29px);
    font-size: min(1.4736842105vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  .featuresNav .navList .navList_check {
    bottom: 4.5333333333vw;
    right: 4.5333333333vw;
    font-size: 3.7333333333vw;
  }
}

.wrapper.features.spring .navList .navList_item__spring {
  display: none;
}

.wrapper.features.summer .navList .navList_item__summer {
  display: none;
}

.wrapper.features.autumn .navList .navList_item__autumn {
  display: none;
}

.wrapper.features.winter .navList .navList_item__winter {
  display: none;
}

/* .profile
===================================================== */
.profile {
  background-color: #fff;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .profile {
    padding: min(10.5263157895vw, 100px) 0;
  }
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 25.8666666667vw 0 27.4666666667vw;
  }
}
.profile .profile_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .profile .profile_inner {
    width: min(63.8947368421vw, 607px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profile_inner {
    width: 82.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .profile .profileBlock {
    border: min(0.1052631579vw, 1px) solid #707070;
    padding: min(6.5263157895vw, 62px) min(5.7894736842vw, 55px) min(5.8947368421vw, 56px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock {
    border: 0.2666666667vw solid #707070;
    padding: 7.4666666667vw 5.8666666667vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .profile .profileBlock:not(:last-of-type) {
    margin-bottom: min(6.7368421053vw, 64px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock:not(:last-of-type) {
    margin-bottom: 10.9333333333vw;
  }
}
.profile .profileBlock_top {
  display: flex;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock_top {
    gap: 0 min(7.3684210526vw, 70px);
    margin-left: min(5.7894736842vw, 55px);
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock_top {
    align-items: center;
    gap: 0 7.4666666667vw;
    margin-left: 4.5333333333vw;
  }
}
.profile .profileBlock_img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock_img {
    width: min(13.8947368421vw, 132px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock_img {
    width: 23.2vw;
  }
}
@media screen and (min-width: 768px) {
  .profile .profileBlock_supervision {
    font-size: min(1.2631578947vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock_supervision {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .profile .profileBlock:first-child .profileBlock_topRight {
    margin-top: min(1.5789473684vw, 15px);
  }
}
@media screen and (min-width: 768px) {
  .profile .profileBlock:first-child .profileBlock_supervision {
    margin-bottom: min(2.1052631579vw, 20px);
  }
}
.profile .profileBlock:last-child {
  position: relative;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock:last-child .profileBlock_topRight {
    margin-top: min(1.2631578947vw, 12px);
  }
}
@media screen and (min-width: 768px) {
  .profile .profileBlock:last-child .profileBlock_supervision {
    margin-bottom: max(-0.2105263158vw, -2px);
  }
}
.profile .profileBlock:last-child .profileBlockLink {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock:last-child .profileBlockLink {
    gap: min(0.8421052632vw, 8px) 0;
    margin-top: min(1.4736842105vw, 14px);
    position: absolute;
    top: min(12vw, 114px);
    right: min(14.3157894737vw, 136px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock:last-child .profileBlockLink {
    gap: 1.8666666667vw 0;
    margin-top: 3.2vw;
  }
}
.profile .profileBlock:last-child .profileBlockLink .profileBlockLink__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock:last-child .profileBlockLink .profileBlockLink__item {
    width: min(16.3157894737vw, 155px);
    line-height: min(2.2105263158vw, 21px);
    font-size: min(1.1578947368vw, 11px);
    border: min(0.1052631579vw, 1px) solid #333333;
    border-radius: min(1.1578947368vw, 11px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock:last-child .profileBlockLink .profileBlockLink__item {
    width: 61.3333333333vw;
    line-height: 6.4vw;
    font-size: 3.2vw;
    border: 0.2666666667vw solid #333333;
    border-radius: 3.4666666667vw;
  }
}
.profile .profileBlock:last-child .profileBlockLink .profileBlockLink__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock_name {
    font-size: min(1.8947368421vw, 18px);
    margin-bottom: min(0.2105263158vw, 2px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock_name {
    font-size: 3.7333333333vw;
  }
}
.profile .profileBlock_name span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock_name span {
    font-size: min(1.3684210526vw, 13px);
    margin-left: min(0.5263157895vw, 5px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock_name span {
    font-size: 2.6666666667vw;
    margin-left: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .profile .profileBlock_en {
    font-size: min(1.3684210526vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock_en {
    font-size: 2.9333333333vw;
  }
}
.profile .profileBlock_text {
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .profile .profileBlock_text {
    font-size: min(1.3684210526vw, 13px);
    margin-top: min(3.8947368421vw, 37px);
  }
}
@media screen and (max-width: 767px) {
  .profile .profileBlock_text {
    font-size: 2.9333333333vw;
    margin-top: 5.0666666667vw;
  }
}

/* .question
===================================================== */
.question {
  background-color: #dce5dc;
  position: relative;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .question {
    padding: min(6.8421052632vw, 65px) 0 min(9.3684210526vw, 89px);
  }
}
@media screen and (max-width: 767px) {
  .question {
    padding: 17.0666666667vw 0 19.4666666667vw;
  }
}
.question .question_inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .question .question_inner {
    width: min(53.4736842105vw, 508px);
  }
}
@media screen and (max-width: 767px) {
  .question .question_inner {
    width: 88.5333333333vw;
  }
}
.question .questionSubTitle {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .question .questionSubTitle {
    font-size: min(1.8947368421vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .question .questionSubTitle {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .question .headTitle__question {
    margin-bottom: min(5.0526315789vw, 48px);
  }
}
@media screen and (max-width: 767px) {
  .question .headTitle__question {
    margin-bottom: 6.9333333333vw;
  }
}
.question .questionList {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .question .questionList {
    border-bottom: min(0.1052631579vw, 1px) solid #707070;
    padding: min(2vw, 19px) 0;
  }
}
@media screen and (max-width: 767px) {
  .question .questionList {
    border-bottom: 0.2666666667vw solid #707070;
    padding: 4.2666666667vw 0;
  }
}
.question .questionList .questionList_q {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .question .questionList .questionList_q {
    padding-left: min(1.0526315789vw, 10px);
    padding-right: min(1.6842105263vw, 16px);
  }
}
@media screen and (max-width: 767px) {
  .question .questionList .questionList_q {
    padding-left: 2.1333333333vw;
    padding-right: 4.2666666667vw;
  }
}
.question .questionList .questionList_en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .question .questionList .questionList_en {
    font-size: min(2vw, 19px);
    margin-right: min(0.3157894737vw, 3px);
    margin-top: max(-0.1052631579vw, -1px);
  }
}
@media screen and (max-width: 767px) {
  .question .questionList .questionList_en {
    font-size: 4vw;
    margin-right: 0.8vw;
    margin-top: -0.2666666667vw;
  }
}
.question .questionList .questionList_ja {
  width: 100%;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .question .questionList .questionList_ja {
    font-size: min(1.8947368421vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .question .questionList .questionList_ja {
    font-size: 3.7333333333vw;
  }
}
.question .questionList svg {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .question .questionList svg {
    width: min(0.7368421053vw, 7px);
    margin-left: min(1.0526315789vw, 10px);
    margin-top: min(1.2631578947vw, 12px);
  }
}
@media screen and (max-width: 767px) {
  .question .questionList svg {
    width: 1.8666666667vw;
    margin-top: 2.1333333333vw;
    margin-left: 2.6666666667vw;
  }
}
.question .questionList svg .reverse {
  transform: rotate(-90deg);
}
.question .questionList .questionList_a {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8333333333;
  display: none;
}
@media screen and (min-width: 768px) {
  .question .questionList .questionList_a {
    margin-top: min(1.5789473684vw, 15px);
    font-size: min(1.4736842105vw, 14px);
    padding-left: min(4.5263157895vw, 43px);
    padding-right: min(3.1578947368vw, 30px);
    margin-bottom: min(1.3684210526vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .question .questionList .questionList_a {
    margin-top: 3.4666666667vw;
    font-size: 3.2vw;
    padding-left: 5.3333333333vw;
    padding-right: 9.3333333333vw;
    margin-bottom: 0.8vw;
  }
}

/* .fixedBtn
===================================================== */
.fixedBtn_item {
  display: none;
}

/* animation
===================================================== */
.colorGroupArea .colorGroupList__item,
.colorGroupArea .colorGroupArea_item {
  opacity: 0;
  transition: opacity 0.5s;
}
.colorGroupArea .colorGroupList__item:nth-of-type(1) {
  transition-delay: 0s;
}
.colorGroupArea .colorGroupList__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.colorGroupArea .colorGroupList__item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.colorGroupArea .colorGroupList__item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.colorGroupArea .colorGroupArea_item {
  transition-delay: 0.8s;
}
.colorGroupArea.on .colorGroupList__item,
.colorGroupArea.on .colorGroupArea_item {
  opacity: 1;
}/*# sourceMappingURL=index.css.map */