@charset "UTF-8";
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/
body {
  background: #e4e4e4;
}
.underson_240228 {
  --color-black: #555;
  --color-white: #fff;
  --bg_color-gray: #efefef;
  --bg_color-white: #f1f1f1;
  --font_ja: "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --font_en: "jaf-bernino-sans", sans-serif;
  color: var(--color-black);
  font-feature-settings: "palt";
}
.underson_240228 img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.underson_240228 figure {
  margin: initial;
}
.underson_240228 .fontEn {
  font-family: var(--font_en);
}
.underson_240228 .fontJa {
  font-family: var(--font_ja);
}
.underson_240228 .bgWhite {
  background-color: var(--color_white);
}
.underson_240228 a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .underson_240228 .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .underson_240228 .pcOnly {
    display: none !important;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                firstview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.underson_240228 .firstview {
  width: 90rem;
  margin-inline: auto;
  text-align: center;
}
.underson_240228 .firstview__iamge {
  width: 100%;
}
.underson_240228 .firstview__text {
  margin-top: 6.7rem;
}
.underson_240228 .firstview__title {
  display: flex;
  flex-direction: column;
  margin-top: 6.6rem;
  row-gap: 0.3rem;
}
.underson_240228 .firstview__title span {
  display: block;
}
.underson_240228 .firstview__title--small {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.underson_240228 .firstview__title--large {
  font-size: 2.3rem;
  line-height: 1.9130434783;
  font-weight: 500;
  letter-spacing: 0.13em;
}
.underson_240228 .firstview__lead {
  margin-top: 2rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .underson_240228 .firstview {
    width: calc(750*100vw/750);
  }
  .underson_240228 .firstview__title {
    margin-top: calc(61*100vw/750);
    row-gap: calc(4*100vw/750);
  }
  .underson_240228 .firstview__title--small {
    font-size: calc(31*100vw/750);
    line-height: 2.2580645161;
  }
  .underson_240228 .firstview__title--large {
    margin-top: calc(4*100vw/750);
    font-size: calc(40*100vw/750);
    line-height: 1.75;
  }
  .underson_240228 .firstview__lead {
    margin-top: calc(35*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.1em;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
type01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.underson_240228 .model__inner {
  width: 66rem;
  margin-inline: auto;
}
.underson_240228 .model__wrapper--flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.underson_240228 .model__text {
  width: 31.5rem;
  margin-top: 1.2rem;
}
.underson_240228 .model__text__title {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.075em;
  letter-spacing: 0.23em;
  font-weight: 500;
  text-align: center;
}
.underson_240228 .model__text__lead {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-align: justify;
}
.underson_240228 .model__text__price {
  display: block;
  margin-top: 2.6rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.underson_240228 .model__wrapper--grid {
  display: grid;
  row-gap: 8rem;
}
.underson_240228 .model__image0101 {
  width: 50rem;
  margin-inline: auto;
}
.underson_240228 .model__image0201,
.underson_240228 .model__image0301 {
  width: 30rem;
}
.underson_240228 .model__image0206 {
  width: 66rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .underson_240228 .model__image--slider {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .underson_240228 .model__inner {
    width: calc(660*100vw/750);
  }
  .underson_240228 .model__wrapper--flex {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: calc(-31*100vw/750);
  }
  .underson_240228 .model__text {
    width: calc(660*100vw/750);
    margin: calc(63*100vw/750) auto 0;
  }
  .underson_240228 .model__text__title {
    font-size: calc(32*100vw/750);
    line-height: 2.25;
    letter-spacing: 0.065em;
    letter-spacing: 0.2em;
  }
  .underson_240228 .model__text__lead {
    margin-top: calc(43*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.085em;
  }
  .underson_240228 .model__text__price {
    margin-top: calc(46*100vw/750);
    font-size: calc(20*100vw/750);
  }
  .underson_240228 .model__wrapper--grid {
    row-gap: calc(160*100vw/750);
  }
  .underson_240228 .model__image--slider {
    width: calc(660*100vw/750);
    margin-inline: auto;
  }
  .underson_240228 .model__image0101 {
    width: calc(660*100vw/750);
  }
  .underson_240228 .model__image0201,
  .underson_240228 .model__image0301 {
    width: calc(660*100vw/750);
    margin-inline: auto;
  }
  .underson_240228 .model__image0206 {
    width: calc(660*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
type01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.underson_240228 .type01 {
  margin-top: 7.4rem;
}
.underson_240228 .type01 .model__lead {
  margin-top: 3.9rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.08em;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .underson_240228 .type01 {
    margin-top: calc(128*100vw/750);
  }
  .underson_240228 .type01 .model__lead {
    margin-top: calc(69*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.065em;
    font-weight: 400;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                type02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.underson_240228 .type02 {
  margin-top: 11.2rem;
}
@media screen and (max-width: 767px) {
  .underson_240228 .type02 {
    margin-top: calc(147*100vw/750);
  } 
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
type03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.underson_240228 .type03 {
  margin-top: 12rem;
}
.underson_240228 .type03 .model__wrapper--flex {
  flex-direction: row-reverse;
}
.underson_240228 .type03 .model__text {
  margin-top: 4.5rem;
}
.underson_240228 .type03 .model__text__title {
  letter-spacing: 0.14em;
}
.underson_240228 .type03 .model__text__lead {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .underson_240228 .type03 {
    margin-top: calc(200*100vw/750);
  }
  .underson_240228 .type03 .model__wrapper--flex {
    flex-direction: column;
  }
  .underson_240228 .type03 .model__text {
    margin-top: calc(60*100vw/750);
  }
  .underson_240228 .type03 .model__text__lead {
    letter-spacing: 0.07em;
    margin-top: calc(46*100vw/750);
  } 
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                COMMON
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.underson_240228 .check_item-btn {
  width: 44rem;
  height: 6.2rem;
  margin: 12rem auto;
  background-color: var(--bg_color-white);
}
.underson_240228 .check_item-btn {
  position: relative;
  z-index: 2;
}
.underson_240228 .check_item-btn::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
}
.underson_240228 .check_item-btn > a {
  position: relative;
  top: 0.1rem;
  left: -0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}
.underson_240228 .check_item-btn::before {
  border-right: 0.1rem solid var(--color-black);
  border-bottom: 0.1rem solid var(--color-black);
  width: 0.5rem;
  height: 0.5rem;
  right: 13.2rem;
  top: 2.8rem;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .underson_240228 .check_item-btn {
    width: calc(540*100vw/750);
    height: calc(80*100vw/750);
    margin-block: calc(180*100vw/750) calc(-80*100vw/750);
    border: calc(0*100vw/750) solid var(--color-black);
  }
  .underson_240228 .check_item-btn > a {
    top: calc(3*100vw/750);
    left: calc(-11*100vw/750);
    font-size: calc(22*100vw/750);
  }
  .underson_240228 .check_item-btn::before {
    border-right: calc(2*100vw/750) solid var(--color-black);
    border-bottom: calc(2*100vw/750) solid var(--color-black);
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
    right: calc(141*100vw/750);
    top: calc(37*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
アニメーション
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.underson_240228 .jsFade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}
.underson_240228 .jsFade.isActive {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .underson_240228 .jsFade_pc {
    transition-property: opacity, transform;
    transition-duration: 1.5s;
    opacity: 0;
    transform: translateY(1.5rem);
  }
  .underson_240228 .jsFade_pc.isActive {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .underson_240228 .jsFade_sp {
    transition-property: opacity, transform;
    transition-duration: 1.5s;
    opacity: 0;
    transform: translateY(1.5rem);
  }
  .underson_240228 .jsFade_sp.isActive {
    opacity: 1;
    transform: translateY(0);
  }
}

.underson_240228 .isActive .model__border::before {
  animation: border_anime 1.8s ease forwards;
  animation-delay: 0.5s;
}
@keyframes border_anime {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
アニメーション
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 767px) {
  .underson_240228 .slick-dots {
    position: absolute;
    margin: 0;
    bottom: calc(-41*100vw/750);
    left: 50%;
    transform: translateX(-50%);
  }
  .underson_240228 .slick-dots li button {
    width: calc(12*100vw/750);
    height: calc(12*100vw/750);
    border: calc(1*100vw/750) solid #c1c0c0;
    border-radius: 50%;
  }
  .underson_240228 .slick-dots li.slick-active button {
    background: #656565;
  }
  .underson_240228 .slick-dots li {
    margin: 0 calc(11*100vw/750);
  }
}