@charset "utf-8";

/* -------------------------- Font --------------------------

font-family: "Zen Kaku Gothic New", serif;
font-weight: 300, 400, 500, 700, 900;

font-family: "Lato", serif;
font-weight: 100, 300, 400, 700, 900;

font-family: "Allison", cursive;
font-weight: 400;

*/

/* -------------------------- overwrite -------------------------- */

body {
  color: #333333;
}
@media (max-width : 960px) {
  body{
    min-width:auto;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 961px) {
  .br-sp {
    display: none;
  }
}

/* ---------------------- Common ---------------------- */
.sec-img {
  text-align: center;
}
.note {
  font-size: 0.7em;
  text-align: right;
  line-height: 2;
}
.note--l {
  font-size: 0.7em;
  text-align: left;
  line-height: 2;
}
.note--center {
  font-size: 0.7em;
  text-align: center;
  line-height: 2;
}

/* ---------------------- Animation ---------------------- */
.ov_bubble {
  animation-name: ovAnimBubble;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes ovAnimBubble {
  0% { transform: translateY(0); }
  100% { transform: translateY(50px); }
}

/* -------------------------- FV -------------------------- */
.fv-main {
  position: relative;
}
.fv-img02 {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .fv {
    background: url('../images/sp/bg-fv_sp.png') no-repeat top center / cover;
    padding: 0 15px;
  }
  .fv-title {
    width: 91.067%;
    margin: 0 auto;
  }
  .fv-catch {
    width: 79%;
    margin: 0 auto 7.3vw;
  }
  .fv-main {
    width: 54.5%;
    margin: 0 auto;
  }
  .fv-img01 {
    margin-left: -5.3vw;
  }
  .fv-img02 {
    right: -17vw;
    top: 0;
    width: 27vw;
    max-width: 203px;
  }
  .fv-point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 3vw;
  }
  .fv-point img {
    width: 43vw;
  }
  .fv-point img:last-of-type {
    margin-top: -13vw;
  }
  .fv-logo {
    width: 67%;
    margin: 0 auto 5.7vw;
  }
  .note.fv-note {
    text-align: left;
  }
}
@media screen and (min-width: 961px) {
  .fv {
    background: url('../images/pc/bg-fv.png') no-repeat top center / cover;
    padding: 30px 24px 5px;
  }
  .fv-catch {
    display: none;
  }
  .fv-main {
    width: 1220px;
    margin: 0 auto;
  }
  .fv-img01 img {
    /* width: 74vw; */
    max-width: 1087px;
  }
  .fv-img02 {
    right: 0;
    top: -40px;
    width: 13vw;
    max-width: 193px;
  }
  .fv-point {
    display: none;
  }
  .fv-logo {
    margin-bottom: 60px;
  }
  .fv-logo img {
    width: 37vw;
  }
}

/* ------------------------- Approach ----------------------- */
.approach {
  position: relative;
  background:
    url('../images/sp/bg-approach2.png') no-repeat top center / 100%,
    url('../images/sp/bg-approach3.png') no-repeat bottom center / 100%;
  padding: 13vw 20px 41vw;
  margin-bottom: -28vw;
}
.approach-title {
  margin-bottom: 10vw;
}
.approach-text {
  margin-top: 80vw;
}
.approach-text p {
  text-align: center;
  line-height: 2.08;
}
.approach-text p + p {
  margin-top: 1em;
}
.approach-logo {
  margin: 5.4vw auto 7.2vw;
}
.approach .note {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .approach-package {
    display: none;
  }
  .approach-img01 {
    width: 88.5vw;
    margin: 7vw auto;
  }
  .approach-img02 {
    width: 80.27vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .approach {
    background:
      url('../images/pc/bg-approach2.png') repeat-x top center / 1920px auto,
      url('../images/pc/bg-approach3.png') no-repeat bottom center / 1920px auto;
    padding: 100px 0 280px;
    margin-bottom: -190px;
  }
  .approach-title {
    margin-bottom: 60px;
  }
  .approach-container {
    width: 1220px;
    margin: 0 auto;
  }
  .approach-package {
    margin-bottom: -400px;
    position: relative;
  }
  .approach-package img {
    mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,1) calc(100% - 400px),
    rgba(0,0,0,0.7) calc(100% - 280px),
    rgba(0,0,0,0.4) calc(100% - 160px),
    rgba(0,0,0,0) 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  }
  .approach-package img {
    width: 421px;
  }
  .approach-text {
    margin-top: 0;
  }
  .approach-text p {
    font-size: 24px;
    line-height: 2.08;
  }
  .approach-img01 {
    margin-top: 45px;
    margin-bottom: 65px;
  }
  .approach .note {
    max-width: 960px;
    margin: 0 auto;
  }
}

/* ------------------------- Feature ----------------------- */
.feature {
  position: relative;
  z-index: 3;
  margin-bottom: -100px;
}
.feature-catch {
  margin: 50px auto 30px;
}
.feature-box {
  position: relative;
}
.feature-box_text {
  line-height: 1.88;
  letter-spacing: 0.03em;
  margin-top: 5.4vw;
  margin-bottom: 1em;
}
.feature-contents {
  position: relative;
  z-index: 5;
}
.feature-img {
  position: relative;
  z-index: 2;
}
.feature-text {
  text-align: center;
  line-height: 2.22;
  margin-top: 30px;
}

.point-list {
  background: rgba(255, 255, 255, 0.7);
  padding: 40px 3.7vw 80px;
  margin: 7.6vw auto 0;
}
.point-list li {
  margin-bottom: 8.4vw;
}
.point-list p {
  line-height: 2;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .feature-title {
    width: 39.87%;
    margin: 0 auto;
  }
  .feature-container1 {
    background: url('../images/sp/bg-feature_sp.png') no-repeat top center / cover;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature-container2 {
    background: url('../images/sp/bg-feature-04-05_sp.png') no-repeat top center / cover;
    padding: 7vw 2.6vw 40vw;
  }
  .feature-01 {
    margin-bottom: 16vw;
  }
  .feature-01_contents {
    margin-top: -31.3vw;
  }
  .feature-01_contents img {
    width: 62.6vw;
  }
  .feature-02 {
    margin-bottom: 7.3vw;
  }
  .feature-02_contents {
    margin-top: -18vw;
  }
  .feature-02_contents img {
    width: 79vw;
  }
  .feature-03_img {
    width: 95.2vw;
    margin-left: auto;
  }
  .feature-03_contents {
    margin-top: -28vw;
  }
  .feature-03_contents img {
    width: 69.2vw;
  }
  .feature-04 {
    margin-bottom: 5.3vw;
  }
  .feature-04_contents {
    margin-top: -10vw;
  }
  .feature-04_contents img {
    width: 71.5vw;
  }
  .feature-05_img {
    width: 71.5vw;
    margin-left: auto;
  }
  .feature-05_contents {
    margin-top: -23vw;
  }
  .feature-05_contents img {
    width: 78.2vw;
  }
  .point-list img {
    height: 10.8vw;
  }
  .point-catch {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 961px) {
  .feature {
    position: relative;
    background: url('../images/pc/bg-feature.png') no-repeat top center / 1990px;
    padding-bottom: 300px;
    margin-bottom: -100px;
  }
  .feature-container {
    width: 1220px;
    margin: 0 auto;
    padding: 0 45px;
    background: none;
  }
  .feature-container1,
  .feature-container2 {
    display: contents;
  }
  .feature-catch {
    margin: 50px auto 30px;
  }
  .feature-box_text {
    margin-top: 40px;
    line-height: 2;
    letter-spacing: 0.07em;
  }
  .feature-01 {
    margin-bottom: 80px;
  }
  .feature-01_img {
    position: absolute;
    left: 0;
    top: 70px;
  }
  .feature-01_contents {
    width: 540px;
    margin: 0 0 0 auto;
    padding-bottom: 50px;
  }
  .feature-02 {
    margin-bottom: 80px;
  }
  .feature-02_img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .feature-02_contents {
    width: 550px;
    margin: 0 auto 0 0;
  }
  .feature-03 {
    margin-bottom: 130px;
  }
  .feature-03_img {
    position: absolute;
    left: 0;
    bottom: -100px;
  }
  .feature-03_contents {
    width: 540px;
    margin: 0 0 0 auto;
    padding-bottom: 50px;
  }
  .feature-04 {
    margin-bottom: 120px;
  }
  .feature-04_img {
    position: absolute;
    right: 0;
    top: -50px;
  }
  .feature-04_contents {
    width: 520px;
    margin: 0 auto 30px 0;
  }
  .feature-05_img {
    position: absolute;
    left: 0;
    bottom: -60px;
  }
  .feature-05_contents {
    width: 580px;
    margin: 0 0 0 auto;
    padding-bottom: 50px;
  }
  .point-list {
    width: 960px;
    margin: 0 auto;
    padding: 75px 40px 15px;
  }
  .point-list li {
    margin-bottom: 40px;
  }
  .point-list li > p {
    line-height: 2;
    margin-top: 20px;
    padding-left: 173px;
    letter-spacing: 0.03em;
  }
}

/* ------------------------- HowTo ----------------------- */
.howTo {
  position: relative;
  z-index: 5;
  background: url('../images/sp/bg-howto_sp.png') no-repeat top center / cover;
  padding-bottom: 150px;
}
.howTo-container {
  position: relative;
  padding: 80px 20px;
}

.howTo-title {
  width: 39.7%;
  margin: 0 auto -20vw;
  transform: translateY(-50%);
}
.howTo-catch {
  margin-bottom: 11vw;
  text-align: center;
}
.howTo-flow {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.howTo-flow-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.howTo-flow-item.flow-time > div {
  position: relative;
}
.howTo-flow-item.flow-time > div::after {
  content: '';
  width: 65px;
  aspect-ratio: 1 / 1;
  background: url('../images/sp/howTo-step02-time_sp.png') no-repeat center center / contain;
  position: absolute;
  top: -2vw;
  right: -10px;
}
.howTo-flow-text {
  font-size: clamp(14px, 3.7vw, 24px);
  line-height: 1.714;
  letter-spacing: 0.05em;
}
.howTo-flow-text span {
  display: inline;
  border-bottom: 1px solid #fff;
  font-weight: 500;
}

@media screen and (max-width: 960px) {
  .howTo-flow-item > div {
    width: 35.86vw;
  }
  .howTo-flow-text {
    width: 46.6vw;
  }
  .howTo-flow-item:nth-child(1) {
    margin-bottom: 40px;
  }
  .howTo-flow-item:nth-child(2),
  .howTo-flow-item:nth-child(3) {
    margin-bottom: 63px;
  }
  .howTo-flow-item:nth-child(2)::after,
  .howTo-flow-item:nth-child(3)::after {
    content: '';
    width: 27px;
    height: 23px;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background: url('../images/sp/step-arrow-b.png') no-repeat center center / contain;
  }
}
@media screen and (min-width: 961px) {
  .howTo {
    background: url('../images/pc/bg-howto.png') no-repeat top center / 1990px auto;
    padding-bottom: 150px;
  }
  .howTo-container {
    padding: 0 24px;
    margin: 0 auto;
  }
  .howTo-title {
    transform: translateY(-50%);
    margin-bottom: -50px;
  }
  .howTo-catch {
    margin-bottom: 45px;
  }
  .howTo-flow {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }
  .howTo-flow-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    flex: 1;
  }
  .howTo-flow-item:nth-child(2)::after,
  .howTo-flow-item:nth-child(3)::after {
    content: '';
    width: 27px;
    height: 23px;
    position: absolute;
    top: 160px;
    right: -40px;
    background: url('../images/pc/step-arrow-r.png') no-repeat center center / contain;
  }
  .howTo-flow-item.flow-time > div::after {
    width: 113px;
    background: url('../images/pc/howTo-step-time.png') no-repeat center center / contain;
    top: 3px;
    right: -50px;
  }
  .howTo-flow-text {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.05em;
  }
}

/* ------------------------- made in Japan ----------------------- */
.madeIn {
  position: relative;
  background: url('../images/sp/bg-medein_sp.png') no-repeat top center / cover;
  z-index: 7;
  margin-top: -15vw;
  padding-bottom: 10vw;
}
.madeIn-container {
  padding-left: 20px;
  padding-right: 20px;
}
.madeIn .note--center {
  margin-top: 4.8vw;
}
@media screen and (max-width: 960px) {
  .madeIn-title {
    width: 39.7%;
    margin: 0 auto 5vw;
    transform: translateY(-50%);
  }
  .madeIn-catch {
    width: 57.33vw;
    margin: -15vw auto -5vw;
  }
}
@media screen and (min-width: 961px) {
  .madeIn {
    background: url('../images/pc/bg-medein.png') no-repeat top center / cover;
    padding-bottom: 150px;
    margin-top: -190px;
    padding-top: 100px;
  }
  .madeIn .note--center {
    margin-top: 4.8vw;
  }
}

/* ------------------------- offer ----------------------- */
.offer {
  background: url('../images/sp/bg-offer_sp.png') no-repeat top center / cover;
}
.offer-container {
  padding: 2.66vw 15px 18.13vw;
}
.offer-title a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16.2vw;
  background: radial-gradient(circle, #c39d70 0%, #6b594b 100%);
}
.offer-title a img {
  width: auto;
  height: 9.33vw;
}
.offer-contents {
  margin-bottom: 6.8vw;
}
.offer-item-box {
  background: #fff;
  border-radius: 13px;
  margin-left: 6.4vw;
  padding: 7vw 4.4vw 4.8vw;
  position: relative;
}
.offer-item-box_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4.1vw;
}

.offer-item-box h3 {
  font-size: clamp(14px, 1.86vw, 24px);
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 0.8em;
}
.offer-item-box h3 span {
  font-size: 0.786em;
  font-weight: normal;
}
.offer-price {
  font-size: 5.866vw;
  font-weight: 500;
}
.offer-price span {
  font-size: 0.7em;
  font-weight: normal;
}
.offer-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.offer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15vw;
  background: #319bab;
  color: #fff;
  font-size: 4.6vw;
}
@media screen and (max-width: 960px) {
  .offer-package {
    width: 72.4vw;
    margin: 0 auto;
  }
  .offer-logo {
    width: 60vw;
    margin: 0 auto 9.3vw;
  }
  .offer-icon {
    width: 18.7vw;
    top: -8.53vw;
    left: -6.66vw;
  }
  .offer-item-box_img {
    width: 22.4vw;
    flex-shrink: 0;
    align-items: flex-end;
    text-align: center;
  }
  .offer-item-box_img img {
    width: 15vw;
  }
  .offer-item_info {
    padding-right: 1.33vw;
  }
}
@media screen and (min-width: 961px) {
  .offer {
    background: url('../images/pc/bg-offer.png') repeat top center / 1990px auto;
  }
  .offer-container {
    width: 1220px;
    margin: 0 auto;
    padding: 85px 45px 120px;
    background: none;
    position: relative;
  }
  .offer-title a {
    height: 180px;
  }
  .offer-title a img {
    width: auto;
    height: 93px;
  }
  .offer-item-box {
    margin-top: 97px;
    margin-left: 24px;
    padding: 40px 30px 30px;
  }
  .offer-item-box_inner {
    justify-content: flex-end;
    gap: 34px;
    margin-bottom: 37px;
  }
  .offer-item-box_img {
    width: 120px;
    align-items: flex-start;
  }
  .offer-icon {
    top: -70px;
    left: -40px;
  }
  .offer-item-box h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .offer-item-box h3 span {
    font-weight: normal;
    font-size: 20px;
  }
  .offer-price {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
  }
  .offer-price span {
    font-size: 0.7em;
    font-weight: normal;
  }
  .offer-package {
    position: absolute;
    top: 85px;
    left: 10px;
    width: 608px;
    height: 703px;
  }
  .offer-contents {
    max-width: 610px;
    margin: 0 0 100px auto;
    padding-top: 50px;
  }
  .offer-btn {
    font-size: 24px;
    height: 80px;
  }
}

/* ------------------------- product-info ----------------------- */
.product-info_in {
  max-width: 1040px;
  margin:0 auto;
  padding: 6.9vw 5vw;
  background: rgba(255, 255, 255, 0.8);
}
.product-info_block {
  border-top:1px solid #18849e;
  padding: 5.4vw 0;
}
.product-info_block.last {
  border-bottom:1px solid #18849e;
}
.product-info_block_title {
  display:flex;
  align-items: center;
  color:#18849e;
  background-image: url('../images/sp/info-plus.png');
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: top 10px right 0;
  cursor: pointer;
  padding: 10px 0;
  font-size: clamp(18px, 4.8vw, 36px);
}
.product-info_block_title.is-open {
  background-image:url('../images/sp/info-minus.png');
}
.product-info_block_content {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: 0.05em;
  color: #333333;
  padding-top: 32px;
}
.product-info-list__item {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 961px) {
  .product-info {
    padding: 0;
  }
  .product-info_in {
    padding: 84px;
  }
  .product-info_block {
    padding: 45px 18px;
  }
  .product-info_block_title{
    font-size: 24px;
    padding: 0;
    background-size: 30px auto;
    background-position: top 0 right 15px;
  }
  .product-info_block_content{
    padding-top: 42px;
  }
}