@charset "UTF-8";

/*============================================================*/
/* product */
/*============================================================*/
.product {
  margin-top: 0;
  padding-bottom: 5vw;
}

.product_img {
  padding: 0 6vw 3vw;
}

.product .use_inner dt,
.product .use_inner dd {
  font-size: 3.3vw;
}

.product .use_inner dd small {
  font-size: 85%;
}

.product .tag_item {
  padding: 0 .6em;
}

.cart-content .cart {
  padding: 0 5vw 5vw;
}

@media screen and (min-width: 768px) {
  .product {
    padding-bottom: 80px;
  }

  .product_inner {
    margin-top: 0;
    padding-left: 65px;
  }

  .product_img {
    margin: 0 0 0 auto;
    max-width: 46%;
    padding: 0;
  }

  .product .use {
    margin-bottom: 10px;
  }

  .product .use_inner dt,
  .product .use_inner dd {
    font-size: 14px;
  }

  .cart-content .cart,
  .cart-content .cart-teiki {
    padding: 20px 15px;
  }

  .cart-content .cart .item_price .off,
  .cart-content .cart-teiki .item_price .off {
    font-size: 14px;
  }

  .product:not(:last-child) {
    border-bottom: none;
  }
}

/*============================================================*/
/* fukidashi */
/*============================================================*/
.fukidashi {
  display: grid;
  justify-content: center;
}

.fukidashi span {
  max-width: 670px;
  position: relative;
  text-align: center;
  font-size: 4.4vw;
  line-height: 1.6;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  border: 1px solid #707070;
  padding-block: 3vw;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .fukidashi span {
    width: 100vw;
    font-size: 22px;
    padding-block: 15px;
    padding-inline: 0;
  }
}

.fukidashi span::before {
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 29px;
  height: 23px;
  background: url(../img/fukidashi_title.svg) no-repeat center center/cover;
}

.fukidashi small {
  vertical-align: super;
  font-size: 11px;
}

/*============================================================*/
/* page-menu */
/*============================================================*/
.page-menu {
  margin-bottom: 0;
}


/*============================================================*/
/* trouble */
/*============================================================*/
.trouble {
  background-color: #F8F8F8;
  padding-block: 10vw;
  display: grid;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .trouble {
    padding-block: 80px;
  }
}

.trouble h2 {
  text-align: center;
  font-size: 5.5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .trouble h2 {
    font-size: 30px;
  }
}

.trouble ul {
  background-color: #FFFFFF;
  padding: 5vw;
  display: grid;
  row-gap: 15px;
}

@media screen and (min-width: 768px) {
  .trouble ul {
    padding: 40px 50px;
  }
}

.trouble ul li {
  font-size: 4vw;
  letter-spacing: 0.05em;
  background: url("../img/check.svg") no-repeat left center/1.7em;
  padding-left: 3em;
}

@media screen and (min-width: 768px) {
  .trouble ul li {
    font-size: 20px;
  }
}

.trouble ul li b {
  font-weight: bold;
  text-decoration: underline;
}


/*============================================================*/
/* mv */
/*============================================================*/
.mv {
  background-color: #DDDDE0;
}

@media screen and (min-width: 768px) {
  .mv {
    background: linear-gradient(90deg, rgba(234, 233, 238, 1) 50%, rgba(172, 171, 176, 1) 50%);
  }
}

.mv__inner {
  background: url("../img/mv_sp.png") no-repeat bottom center/cover;
  padding-bottom: 95vw;
}

@media screen and (min-width: 768px) {
  .mv__inner {
    background: url("../img/mv.png") no-repeat center center/cover;
    padding-bottom: 0;
  }
}

.mv__body {
  max-width: 1180px;
  margin-inline: auto;
  padding-block: 10vw;
  padding-inline: 5vw;
  font-size: 3.8vw;
  line-height: 2.4;
}

@media screen and (min-width: 768px) {
  .mv__body {
    font-size: 18px;
    padding-block: 120px;
    padding-inline: 30px;
    line-height: 2;
  }
}

.mv h2 {
  font-size: 4.7vw;
  line-height: 2;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .mv h2 {
    font-size: 30px;
    line-height: 1.8;
  }
}


/*============================================================*/
/* factor */
/*============================================================*/
.factor {
  padding-block: 10vw;
}

@media screen and (min-width: 768px) {
  .factor {
    padding-block: 60px;
  }
}

.factor hgroup {
  display: grid;
  justify-items: center;
  text-align: center;
  cursor: pointer;
}

.factor hgroup h2 {
  font-size: 5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .factor hgroup h2 {
    font-size: 30px;
  }
}

.factor hgroup .factor__toggle {
  font-size: 4.4vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
}

@media screen and (min-width: 768px) {
  .factor hgroup .factor__toggle {
    font-size: 26px;
  }
}

.factor hgroup i {
  font-size: 5vw;
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  .factor hgroup i {
    font-size: 22px;
    margin-top: 20px;
  }
}

.factor__main {
  padding-top: 5vw;
  text-align: center;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .factor__main {
    padding-top: 30px;
  }
}

.factor__main figure {
  padding-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .factor__main figure {
    padding-bottom: 50px;
  }
}

.factor__main img {
  height: auto;
}

.c-accordion__content {
  overflow: hidden;
  transition: max-height 0.5s;
  max-height: 0;
}



/*============================================================*/
/* aging care */
/*============================================================*/
.aging-care {
  padding-block: 15vw 10vw;
  background: url(../img/aging_care_bg_sp.png) no-repeat center center/cover;
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .aging-care {
    padding-block: 150px 80px;
    background: url(../img/aging_care_bg.png) no-repeat center center;
    margin-bottom: 80px;
  }
}

.aging-care__inner {
  max-width: 1028px;
  margin-inline: auto;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .aging-care__inner {
    display: grid;
    justify-content: end;
    padding-inline: 30px;
  }
}

.aging-care__text {
  padding: 7vw 5vw;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  font-size: 4vw;
  line-height: 2.4;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .aging-care__text {
    padding: 40px 50px;
    font-size: 18px;
    line-height: 2;
  }
}

.aging-care__text h2 {
  font-size: 5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  line-height: 2;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .aging-care__text h2 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.aging-care__text h2 small {
  vertical-align: super;
  font-size: 12px;
}

.aging-care__text--note {
  padding-top: 20px;
  font-size: 12px;
}


/*============================================================*/
/* product-lead */
/*============================================================*/
.product-lead {
  padding-inline: 5vw;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .product-lead {
    text-align: center;
    line-height: 1.6;
  }
}

.product-lead hgroup {
  font-size: 5vw;
  display: grid;
  justify-items: center;
  text-align: center;
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .product-lead hgroup {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.product-lead hgroup i {
  margin-top: 5vw;
}

@media screen and (min-width: 768px) {
  .product-lead hgroup i {
    margin-top: 20px;
  }
}

.product-lead h3 {
  color: #F97C76;
  font-size: 5.4vw;
  line-height: 2;
  margin-bottom: 6vw;
}

@media screen and (min-width: 768px) {
  .product-lead h3 {
    font-size: 28px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
  }
}



/*============================================================*/
/* repair */
/*============================================================*/
.repair {
  padding-block: 10vw;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .repair {
    padding-block: 60px;
  }
}

.repair h3 {
  position: relative;
  font-size: 5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  text-align: center;
  max-width: 670px;
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 212, 216, 1) 100%);
  padding-block: 5vw 4vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .repair h3 {
    font-size: 28px;
    padding-block: 15px 10px;
    margin-bottom: 50px;
  }
}

.repair h3 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 25%;
}

@media screen and (min-width: 768px) {
  .repair h3 img {
    left: -90px;
    top: 50%;
  }
}

.repair__lead {
  line-height: 2;
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .repair__lead {
    text-align: center;
    margin-bottom: 80px;
  }
}

.repair__main {
  max-width: 880px;
  margin-inline: auto;
}

.repair__set01 {
  margin-top: 70px;
  display: grid;
  row-gap: 35px;
}

@media screen and (min-width: 768px) {
  .repair__card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 25px;
  }
}

.repair__set01--headline {
  color: #F97C76;
  white-space: nowrap;
  font-size: 5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(249, 228, 224, 1) 60%, rgba(241, 204, 211, 1) 100%);
  padding: 3vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .repair__set01--headline {
    font-size: 26px;
    background: linear-gradient(320deg, rgba(255, 255, 255, 1) 50%, rgba(249, 228, 224, 1) 67%, rgba(241, 204, 211, 1) 100%);
    border-radius: 100px;
    width: 150px;
    aspect-ratio: 1 / 1;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
}

.repair__set--info {
  display: grid;
  grid-template-columns: auto 35%;
  column-gap: 3vw;
}

@media screen and (min-width: 768px) {
  .repair__set--info {
    grid-template-columns: 1fr auto;
    column-gap: 30px;
  }
}

.repair__set01--subheadline {
  color: #F97C76;
  font-size: 4.6vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  .repair__set01--subheadline {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.repair__set01--name {
  display: inline-block;
  font-weight: bold;
  font-size: 4vw;
  border-bottom: 1px solid #F97C76;
  line-height: 1.2;
  margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
  .repair__set01--name {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.repair__set01--desc {
  line-height: 1.8;
}

.repair__set01--img {
  padding-top: 10vw;
}

@media screen and (min-width: 768px) {
  .repair__set01--img {
    padding-top: 0;
    padding-left: 20px;
  }
}

.repair__set01--img img {
  height: auto;
}

.repair__set01--img figcaption {
  text-align: right;
  font-size: 11px;
  margin-top: 20px;
}

.repair__plus {
  text-align: center;
  margin-block: 7vw;
}

@media screen and (min-width: 768px) {
  .repair__plus {
    margin-block: 20px 60px;
  }
}

.repair__set02 {
  display: grid;
  justify-content: center;
}

.repair__set02--info {
  margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
  .repair__set02--info {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 25px;
    margin-bottom: 10px;
  }
}

.repair__set02--headline {
  color: #F97C76;
  white-space: nowrap;
  font-size: 5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(249, 228, 224, 1) 60%, rgba(241, 204, 211, 1) 100%);
  padding: 3vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .repair__set02--headline {
    font-size: 26px;
    background: linear-gradient(320deg, rgba(255, 255, 255, 1) 50%, rgba(249, 228, 224, 1) 67%, rgba(241, 204, 211, 1) 100%);
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
}

.repair__set02--subheadline {
  color: #F97C76;
  font-size: 4.6vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  .repair__set02--subheadline {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.repair__set02--desc {
  line-height: 1.8;
}

.repair__set02--ingredient-inner {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 3vw;
}

@media screen and (min-width: 768px) {
  .repair__set02--ingredient-inner {
    column-gap: 30px;
  }
}

.repair__set02--ingredient figure {
  text-align: center;
}

.repair__set02--ingredient figure img {
  height: auto;
}

.repair__set02--ingredient figcaption span {
  vertical-align: super;
  font-size: 2.6vw;
}

@media screen and (min-width: 768px) {
  .repair__set02--ingredient figcaption span {
    font-size: 12px;
  }
}

.repair__set02--ingredient figcaption {
  font-size: 3.6vw;
  margin-top: 3vw;
}

@media screen and (min-width: 768px) {
  .repair__set02--ingredient figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
}

.repair__set02--ingredient-note {
  margin-top: 3vw;
  text-align: right;
  font-size: 2.6vw;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .repair__set02--ingredient-note {
    margin-top: 20px;
    font-size: 12px;
  }
}



/*============================================================*/
/* protect */
/*============================================================*/
.protect {
  padding-block: 10vw;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .protect {
    padding-block: 60px;
  }
}

.protect h3 {
  position: relative;
  font-size: 5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
  text-align: center;
  max-width: 670px;
  margin-inline: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(242, 229, 232, 1) 45%, rgba(214, 212, 231, 1) 100%);
  padding-block: 5vw 4vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .protect h3 {
    font-size: 28px;
    padding-block: 15px 10px;
    margin-bottom: 50px;
  }
}

.protect h3 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 25%;
}

@media screen and (min-width: 768px) {
  .protect h3 img {
    left: -90px;
    top: 50%;
  }
}

.protect__lead {
  line-height: 2;
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .protect__lead {
    text-align: center;
    margin-bottom: 80px;
  }
}

.protect__ingredient {
  max-width: 690px;
  margin-inline: auto;
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .protect__ingredient {
    margin-bottom: 80px;
  }
}

.protect__ingredient--inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 5vw;
  row-gap: 5vw;
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {

  .protect__ingredient--inner {
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 70px;
  }
}

.protect__ingredient figure {
  text-align: center;
}

.protect__ingredient figcaption {
  font-size: 3.4vw;
  margin-top: 3vw;
}

@media screen and (min-width: 768px) {
  .protect__ingredient figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
}

.protect__ingredient--note {
  text-align: right;
  font-size: 3vw;
  margin-top: 7vw;
}

@media screen and (min-width: 768px) {
  .protect__ingredient--note {
    font-size: 14px;
    margin-top: 50px;
  }
}

.protect__heart {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 50px;
}

.protect__heart--img {
  text-align: center;
  margin-top: 10vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .protect__heart--img {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.protect__heart--text {
  line-height: 2;
  margin-bottom: 3vw;
  font-size: 3.6vw;
}

.protect__heart--text span {
  vertical-align: super;
  font-size: 60%;
}

@media screen and (min-width: 768px) {
  .protect__heart--text {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.protect__heart--note {
  text-align: right;
  font-size: 12px;
}



/*============================================================*/
/* change */
/*============================================================*/
.change {
  background-color: #FFF7F7;
  padding-block: 10vw;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .change {
    padding-block: 100px;
    padding-inline: 0;
  }
}

.change__body {
  max-width: 980px;
  margin-inline: auto;
  padding: 5vw;
  background-color: #FFFFFF;
  border: 2px solid #F97C76;
}

@media screen and (min-width: 768px) {
  .change__body {
    padding: 60px;
  }
}

.change__title {
  display: grid;
  justify-content: center;
  margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
  .change__title {
    margin-bottom: 15px;
  }
}

.change__title span {
  position: relative;
  color: #F97C76;
  font-size: 5vw;
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN-W6", "游明朝", serif;
}

@media screen and (min-width: 768px) {
  .change__title span {
    font-size: 26px;
  }
}

.change__title b {
  font-size: 120%;
}

.change__title span:before,
.change__title span:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 6vw;
  height: 2px;
  background-color: #F97C76;
}

@media screen and (min-width: 768px) {

  .change__title span:before,
  .change__title span:after {
    width: 32px;
    height: 2px;
  }
}

.change__title span:before {
  left: -5vw;
  transform: rotate(62deg);
}

@media screen and (min-width: 768px) {
  .change__title span:before {
    left: -30px;
  }
}

.change__title span:after {
  right: -5vw;
  transform: rotate(-62deg);
}

@media screen and (min-width: 768px) {
  .change__title span:after {
    right: -30px;
  }
}

.change__catch {
  display: grid;
  justify-content: center;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .change__catch {
    margin-bottom: 30px;
  }
}

.change__catch span {
  text-align: center;
  display: inline-block;
  border: 1px solid #F97C76;
  font-size: 4.8vw;
  color: #F97C76;
  padding: 2vw 3vw;
}

@media screen and (min-width: 768px) {
  .change__catch span {
    text-align: left;
    font-size: 24px;
    padding: 5px 10px;
  }
}

.change__catch b {
  font-weight: bold;
  text-decoration: underline;
}

.change__lead {
  margin-bottom: 5vw;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .change__lead {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.8;
  }
}

.change__lead b {
  font-weight: bold;
  text-decoration: underline;
}

.change dl {
  display: grid;
  justify-content: center;
  margin-top: 30px;
}

.change dl img {
  height: auto;
}

.change dd {
  margin-top: 4vw;
  font-size: 3.2vw;
  display: grid;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .change dd {
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
  }
}


/*============================================================*/
/* aroma */
/*============================================================* */
.aroma {
  margin-top: 10vw;
  display: grid;
  justify-content: center;
  margin-bottom: 10vw;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .aroma {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}

.aroma h3 {
  font-size: 5.2vw;
  line-height: 1.6;
  text-align: center;
  color: #F26394;
  margin-bottom: 7vw;
}

@media screen and (min-width: 768px) {
  .aroma h3 {
    font-size: 26px;
    margin-bottom: 50px;
  }
}

.aroma__body {
  line-height: 2;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: auto 40%;
  column-gap: 5vw;
  font-size: 3.6vw;
}

@media screen and (min-width: 768px) {
  .aroma__body {
    grid-template-columns: auto 254px;
    column-gap: 30px;
    font-size: 16px;
  }
}


/*============================================================*/
/* howto */
/*============================================================* */
.howto {
  max-width: 960px;
  margin-inline: auto;
  padding-inline: 5vw;
}

@media screen and (min-width: 768px) {
  .howto {
    padding-inline: 0;
  }
}

.howto h3 {
  font-size: 5vw;
  line-height: 1.6;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .howto h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.howto__body {
  font-size: 3.6vw
}

@media screen and (min-width: 768px) {
  .howto__body {
    padding-left: 60px;
    font-size: 16px;
  }
}

.howto__push {
  display: inline-block;
  border: 1px solid #707070;
  padding: 3vw;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .howto__push {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
}

.howto__push--inner {
  display: flex;
  column-gap: 3vw;
}

@media screen and (min-width: 768px) {
  .howto__push--inner {
    column-gap: 20px;
  }
}

.howto__push--inner dl {
  column-gap: 5vw;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .howto__push--inner dl {
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
  }
}

.howto__push--inner dl dt {
  font-weight: bold;
  border: 2px solid #707070;
  padding-inline: 3vw;
  margin-bottom: 1vw;
}

@media screen and (min-width: 768px) {
  .howto__push--inner dl dt {
    padding-inline: 10px;
    margin-bottom: 0;
  }
}

.howto__push--inner dl dd {
  margin: 0;
  display: block;
}

.howto__push--note {
  font-size: 3vw;
  margin-top: 1vw;
}

@media screen and (min-width: 768px) {
  .howto__push--note {
    font-size: 12px;
    margin-top: 10px;
  }
}

.howto h4 {
  font-size: 4.2vw;
  line-height: 1.6;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .howto h4 {
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
}

.howto__flow {
  margin-top: 7vw;
  max-width: 70%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .howto__flow {
    display: flex;
    align-items: center;
    max-width: 100%;
    column-gap: 30px;
    margin-top: 50px;
  }
}

.howto__flow dl {
  text-align: center;
  display: block;
  margin: 0;
}

.howto__flow dl img {
  height: auto;
}

.howto__flow dt {
  text-align: center;
  display: block;
  margin: 0;
}

.howto__flow dd {
  margin-top: 0;
  display: block;

}

.howto__flow--title {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.howto__flow--desc {
  text-align: left;
  font-size: 3.4vw;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .howto__flow--desc {
    font-size: 14px;
  }
}

.howto__flow--arrow {
  transform: rotate(90deg);
  width: 7vw;
  margin-inline: auto;
  padding-block: 5vw;
}

@media screen and (min-width: 768px) {
  .howto__flow--arrow {
    transform: rotate(0);
    width: auto;
    padding-block: 0;
  }
}
