@charset "UTF-8";
body {
  background: #fdfaf7;
  overflow-x: hidden;
}

/* ====================================
	共通スタイル
 ==================================== */
main {
  padding-bottom: 0 !important;
}

header {
  background: #fff;
}

article {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  counter-reset: dryer iron;
  position: relative;
}

.global-support-title {
  color: #000;
}

.list-breadcrumb > li {
  color: #000;
}
.list-breadcrumb > li::before {
  color: #000;
}

#cboxContent {
  padding-top: 0;
}

#cboxTitle {
  display: none;
}

.popup-video-container {
  aspect-ratio: 9/16;
  width: min(720px, 56.25svh);
  height: min(1280px, 100svh);
  padding-top: 0;
}

.mv-target {
  opacity: 0;
  transform: translateY(20%);
  transition-duration: 1.5s;
}
.mv-target.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
  .pc {
    display: none;
  }
  section {
    padding: 0 5%;
  }
  .mv {
    padding: 5.5% 5%;
    background: #d9d0c9;
  }
  .mv .main_title {
    inline-size: min(100%, 460px);
    margin-inline: auto;
  }
  .movie .box_wrapper {
    margin-top: 10vw;
  }
  .dryer {
    padding-top: 21vw;
  }
  .dryer .hwrap {
    position: relative;
  }
  .dryer .hwrap::before {
    content: "";
    height: 0.3rem;
    width: 100vw;
    background: #d9d0c9;
    position: absolute;
    top: 50%;
    left: -5.5%;
    z-index: -1;
  }
  .dryer .hwrap h3 {
    border: 0.3rem solid #d9d0c9;
    border-radius: 5vw;
    background: #fdfaf7 url("/beauty/assets/common/product-images/ibwx902.png") no-repeat right -0.6vw top 4.8vw/21vw;
    padding: 3.9vw 5.8vw 3.2vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
  }
  .dryer .hwrap h3 span {
    display: block;
    font-family: ltc-bodoni-175, serif;
    font-style: italic;
    color: #95887e;
    font-size: 2rem;
    margin-bottom: 2.4vw;
  }
  .dryer .box_wrapper .box {
    counter-increment: dryer;
  }
  .dryer .box_wrapper .box p {
    display: flex;
    align-items: center;
    padding: 0 1vw 0 4vw;
    font-size: 1.6rem;
    line-height: 1.5;
    position: relative;
  }
  .dryer .box_wrapper .box p::before {
    content: counter(dryer, decimal-leading-zero);
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 4rem;
    margin-right: 5.3vw;
  }
  .dryer .box_wrapper .box p::after {
    content: "";
    background: #e8e0d9;
    position: absolute;
    border-radius: 100%;
    width: 21vw;
    height: 21vw;
    top: 6vw;
    left: -2vw;
    z-index: -1;
  }
  .dryer .box_wrapper .box .movie_area {
    margin-top: 2vw;
  }
  .dryer .box_wrapper .box:nth-child(n+2) {
    margin-top: 13vw;
  }
  .iron {
    padding-top: 27vw;
    padding-bottom: 27vw;
    position: relative;
  }
  .iron .hwrap h3 {
    border: 0.3rem solid #d9d0c9;
    border-radius: 5vw;
    background: #fdfaf7 url("/beauty/assets/common/product-images/ibs8000.png") no-repeat right -0.7vw top 4.4vw/21.2vw;
    padding: 3.9vw 5.8vw 3.2vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
  }
  .iron .hwrap h3::before {
    content: "";
    height: 0.3rem;
    width: 100vw;
    background: #d9d0c9;
    position: absolute;
    top: 50%;
    left: -6.5%;
    z-index: -1;
  }
  .iron .hwrap h3 span {
    display: block;
    font-family: ltc-bodoni-175, serif;
    font-style: italic;
    color: #95887e;
    font-size: 2rem;
    margin-bottom: 2.4vw;
  }
  .iron .box_wrapper .box {
    counter-increment: iron;
  }
  .iron .box_wrapper .box p {
    display: flex;
    align-items: center;
    padding: 0 1vw 0 4vw;
    font-size: 1.6rem;
    position: relative;
  }
  .iron .box_wrapper .box p::before {
    content: counter(iron, decimal-leading-zero);
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 4rem;
    margin-right: 5.3vw;
  }
  .iron .box_wrapper .box p::after {
    content: "";
    background: #e8e0d9;
    position: absolute;
    border-radius: 100%;
    width: 21vw;
    height: 21vw;
    top: 8vw;
    left: -2vw;
    z-index: -1;
  }
  .iron .box_wrapper .box .movie_area {
    margin-top: 2vw;
  }
  .iron .box_wrapper .box:nth-child(n+2) {
    margin-top: 12vw;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4d3e32;
    border-top: 0.3rem solid #4d3e32;
    border-bottom: 0.3rem solid #4d3e32;
    padding: 7.1vw 0;
    text-align: center;
  }
  .thoughts {
    text-align: center;
    padding-top: 13vw;
  }
  .thoughts .box .visual span {
    display: block;
    position: relative;
    font-size: 1.6rem;
  }
  .thoughts .box .visual span::before {
    content: "";
    display: inline-block;
    height: 4.1rem;
    width: 0.2rem;
    position: absolute;
    background: #000;
    top: 1.3vw;
    left: 50%;
    margin-left: -27.9vw;
    transform: rotate(-21deg);
  }
  .thoughts .box .visual span::after {
    content: "";
    display: inline-block;
    height: 4.1rem;
    width: 0.2rem;
    position: absolute;
    background: #000;
    top: 1.3vw;
    right: 50%;
    margin-right: -27.9vw;
    transform: rotate(21deg);
  }
  .thoughts .box .visual picture {
    display: block;
    margin-top: 2.3vw;
    position: relative;
  }
  .thoughts .box .visual picture img {
    border-radius: 100rem;
    height: 53.6vw;
    width: auto;
    position: relative;
    left: -1.9vw;
  }
  .thoughts .box .visual picture::after {
    content: "";
    border-radius: 100rem;
    position: absolute;
    background: #e8e0d9;
    height: 53.6vw;
    width: 53.6vw;
    top: 1.4vw;
    left: 50%;
    margin-left: -9.6rem;
    z-index: -1;
  }
  .thoughts .box .visual .hairdresser {
    margin-top: 4vw;
    font-size: 1.6rem;
  }
  .thoughts .box .text {
    background: #e8e0d9;
    border-radius: 5vw;
    margin-top: 7.4vw;
    padding: 7.8vw 5.5vw;
    text-align: justify;
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom: 30.5vw;
  }
  .product {
    padding-bottom: 10vw;
    background: linear-gradient(0deg, #e8e0d9, #fdfaf7);
  }
  .product .product-wrapper .box {
    margin-top: 12.8vw;
    margin-bottom: 16vw;
    text-align: center;
  }
  .product .product-wrapper .box small {
    display: block;
    font-size: 1.2rem;
    color: #4d3e32;
  }
  .product .product-wrapper .box .model {
    font-size: 1.8rem;
    margin-top: 2vw;
    font-weight: bold;
    color: #4d3e32;
  }
  .product .product-wrapper .box p {
    text-align: left;
    font-size: 1.8rem;
    margin-top: 2vw;
  }
  .product .product-wrapper .box picture {
    display: block;
    width: 81%;
    margin: 3vw auto 0;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
    padding: 6vw 0 7vw;
  }
  .product .product-wrapper .box picture img {
    width: 81.7%;
  }
  .product .product-wrapper .box a {
    background: #95887e;
    border-radius: 5vw;
    text-align: center;
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.3vw;
    position: relative;
    height: 17.3vw;
  }
  .product .product-wrapper .box a::after {
    inline-size: 6vw;
    block-size: 6vw;
    content: "";
    position: absolute;
    right: 4.4vw;
    background: url("/assets/common/images/chevron-right-solid-w.svg") no-repeat center center/contain;
  }
}
/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (width >= 768px) {
  .sp {
    display: none;
  }
  article {
    font-size: 1.7rem;
  }
  .mv {
    background: #d9d0c9 url("/beauty/howto_movie/assets/images/mainvisual.jpg") no-repeat center 0/cover;
    height: 67rem;
  }
  .mv .main_title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .mv .main_title h2 {
    width: 66.6rem;
  }
  .thoughts .box .text {
    font-weight: 400;
  }
  .movie .box a {
    transition: 0.5s;
  }
  .product .product-wrapper .box a {
    transition: 0.5s;
  }
  .product .product-wrapper .box a::after {
    transition: 0.5s;
  }
}
/* ====================================
	タブレット専用スタイル（768px～1200px）
===================================== */
@media screen and (768px <= width < 1200px) {
  .movie .box_wrapper {
    display: flex;
    justify-content: space-around;
    margin: 10.8rem auto 0;
    max-inline-size: 1080px;
  }
  .movie .box_wrapper .box {
    width: 42vw;
    min-width: 36rem;
  }
  .dryer {
    padding-top: 12.3rem;
  }
  .dryer h3 {
    max-inline-size: 1200px;
    margin: 0 auto;
    border: 0.3rem solid #d9d0c9;
    border-radius: 3rem;
    background: #fdfaf7;
    padding: 3.5rem 1rem 2.9rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.4;
  }
  .dryer h3::before {
    content: "";
    height: 0.3rem;
    width: 100vw;
    background: #d9d0c9;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
  }
  .dryer h3::after {
    content: "";
    background: url("/beauty/assets/common/product-images/ibwx902.png") no-repeat 0 0/contain;
    width: 14.9rem;
    height: 14.9rem;
    position: absolute;
    top: -2.6rem;
    left: 50%;
    margin-left: 34vw;
  }
  .dryer h3 span {
    font-family: ltc-bodoni-175, serif;
    font-style: italic;
    color: #95887e;
    font-size: 2.9rem;
    font-weight: 400;
    position: absolute;
    top: 3.2rem;
    left: 50%;
    margin-left: -46vw;
  }
  .dryer .box_wrapper .box {
    counter-increment: dryer;
  }
  .dryer .box_wrapper .box p {
    display: flex;
    align-items: center;
    padding: 0 0 0 0.8rem;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: -0.5rem;
  }
  .dryer .box_wrapper .box p::before {
    content: counter(dryer, decimal-leading-zero);
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 6.8rem;
    margin-right: 3.3rem;
  }
  .dryer .box_wrapper .box p::after {
    content: "";
    background: #e8e0d9;
    position: absolute;
    border-radius: 100%;
    width: 13rem;
    height: 13rem;
    top: 3.4rem;
    left: -3rem;
    z-index: -1;
  }
  .iron {
    padding-top: 18rem;
    padding-bottom: 21.3rem;
  }
  .iron h3 {
    max-inline-size: 1200px;
    margin: 0 auto;
    border: 0.3rem solid #d9d0c9;
    border-radius: 3rem;
    background: #fdfaf7;
    padding: 3.5rem 1rem 2.9rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.4;
  }
  .iron h3::before {
    content: "";
    height: 0.3rem;
    width: 100vw;
    background: #d9d0c9;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
  }
  .iron h3::after {
    content: "";
    background: url("/beauty/assets/common/product-images/ibs8000.png") no-repeat 0 0/contain;
    width: 14.9rem;
    height: 14.9rem;
    position: absolute;
    top: -2.6rem;
    left: 50%;
    margin-left: 33vw;
  }
  .iron h3 span {
    font-family: ltc-bodoni-175, serif;
    font-style: italic;
    color: #95887e;
    font-size: 2.9rem;
    font-weight: 400;
    position: absolute;
    top: 3.2rem;
    right: 50%;
    margin-right: 33vw;
  }
  .iron .box_wrapper {
    flex-wrap: wrap;
  }
  .iron .box_wrapper .box {
    counter-increment: iron;
    margin-bottom: 5.5rem;
  }
  .iron .box_wrapper .box p {
    display: flex;
    align-items: center;
    padding: 0 0 0 0.8rem;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: -0.5rem;
  }
  .iron .box_wrapper .box p::before {
    content: counter(iron, decimal-leading-zero);
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 6.8rem;
    margin-right: 3.3rem;
  }
  .iron .box_wrapper .box p::after {
    content: "";
    background: #e8e0d9;
    position: absolute;
    border-radius: 100%;
    width: 13rem;
    height: 13rem;
    top: 3.4rem;
    left: -3rem;
    z-index: -1;
  }
  .iron .box_wrapper::after {
    content: "";
    width: 42vw;
    min-width: 36rem;
  }
  h4 {
    font-size: 3rem;
    font-weight: bold;
    color: #4d3e32;
    text-align: center;
    line-height: 2;
    position: relative;
  }
  h4::before {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 66rem;
    top: 50%;
    left: 50%;
    margin-left: -96rem;
    background: #d9d0c9;
  }
  h4::after {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 66rem;
    top: 50%;
    right: 50%;
    margin-right: -96rem;
    background: #d9d0c9;
  }
  .thoughts {
    text-align: center;
    padding-top: 12.6rem;
    padding-bottom: 23.8rem;
  }
  .thoughts .box {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }
  .thoughts .box .visual {
    order: 2;
    width: 50.7rem;
    padding: 2rem 0 0;
  }
  .thoughts .box .visual span {
    display: block;
    position: relative;
    font-size: 1.9rem;
    left: -0.5rem;
  }
  .thoughts .box .visual span::before {
    content: "";
    display: inline-block;
    height: 4.8rem;
    width: 0.2rem;
    position: absolute;
    background: #000;
    top: 0.9rem;
    left: 50%;
    margin-left: -12rem;
    transform: rotate(-21deg);
  }
  .thoughts .box .visual span::after {
    content: "";
    display: inline-block;
    height: 4.8rem;
    width: 0.2rem;
    position: absolute;
    background: #000;
    top: 0.9rem;
    right: 50%;
    margin-right: -12rem;
    transform: rotate(21deg);
  }
  .thoughts .box .visual picture {
    display: block;
    margin-top: 1.3rem;
    position: relative;
  }
  .thoughts .box .visual picture img {
    border-radius: 100rem;
    height: 30rem;
    width: auto;
    position: relative;
    left: -0.4rem;
  }
  .thoughts .box .visual picture::after {
    content: "";
    border-radius: 100rem;
    position: absolute;
    background: #e8e0d9;
    height: 30rem;
    width: 30rem;
    top: 1rem;
    left: 50%;
    margin-left: -13.4rem;
    z-index: -1;
  }
  .thoughts .box .visual .hairdresser {
    margin-top: 3.2rem;
    font-size: 1.9rem;
    margin-left: -0.5rem;
  }
  .thoughts .box .text {
    background: #e8e0d9;
    border-radius: 3rem;
    padding: 5.8rem 3.2rem;
    text-align: left;
    line-height: 1.6;
    font-size: 1.9rem;
    width: 57.3rem;
    position: relative;
  }
  .thoughts .box .text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5rem;
    transform: translateY(-50%);
    border: 2rem solid transparent;
    border-left: 3rem solid #e8e0d9;
  }
  .product {
    padding-bottom: 6rem;
    background: linear-gradient(0deg, #e8e0d9, #fdfaf7);
  }
  .product .product-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }
  .product .product-wrapper .box {
    margin-top: 12.3rem;
    margin-bottom: 16rem;
    text-align: center;
    width: 52rem;
    padding: 0 5.6rem;
  }
  .product .product-wrapper .box small {
    display: block;
    font-size: 1.4rem;
    color: #4d3e32;
  }
  .product .product-wrapper .box .model {
    font-size: 2.4rem;
    margin-top: 1.3rem;
    font-weight: bold;
    color: #4d3e32;
  }
  .product .product-wrapper .box p {
    text-align: left;
    font-size: 2rem;
    margin-top: 1.8rem;
  }
  .product .product-wrapper .box picture {
    display: block;
    width: 90%;
    margin: 3rem auto 0;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
    padding: 3rem 0 3rem;
  }
  .product .product-wrapper .box picture img {
    width: 83%;
  }
  .product .product-wrapper .box a {
    background: #95887e;
    border-radius: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    position: relative;
    height: 8rem;
  }
  .product .product-wrapper .box a::after {
    inline-size: 2.4rem;
    block-size: 2.4rem;
    content: "";
    position: absolute;
    right: 1.9rem;
    background: url("/assets/common/images/chevron-right-solid-w.svg") no-repeat center center/contain;
  }
}
/* ====================================
	大画面スタイル（1200px～）
===================================== */
@media screen and (1200px <= width) {
  article {
    font-size: 1.7rem;
  }
  .movie .box_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 10.8rem auto 0;
    max-inline-size: 1080px;
  }
  .movie .box_wrapper .box {
    width: 51rem;
  }
  .dryer {
    padding-top: 12.3rem;
  }
  .dryer h3 {
    max-inline-size: 1200px;
    margin: 0 auto;
    border: 0.3rem solid #d9d0c9;
    border-radius: 3rem;
    background: #fdfaf7;
    padding: 3.5rem 1rem 3.1rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.4;
  }
  .dryer h3::before {
    content: "";
    height: 0.3rem;
    width: 100vw;
    background: #d9d0c9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
  }
  .dryer h3::after {
    content: "";
    background: url("/beauty/assets/common/product-images/ibwx902.png") no-repeat 0 0/contain;
    width: 14.9rem;
    height: 14.9rem;
    position: absolute;
    top: -2.6rem;
    right: 5.7rem;
  }
  .dryer h3 span {
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 2.9rem;
    position: absolute;
    top: 3.4rem;
    left: 5.9rem;
  }
  .dryer .box_wrapper .box {
    counter-increment: dryer;
  }
  .dryer .box_wrapper .box p {
    display: flex;
    align-items: center;
    padding: 0 0 0 0.8rem;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: -0.5rem;
  }
  .dryer .box_wrapper .box p::before {
    content: counter(dryer, decimal-leading-zero);
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 6.8rem;
    margin-right: 3.3rem;
  }
  .dryer .box_wrapper .box p::after {
    content: "";
    background: #e8e0d9;
    position: absolute;
    border-radius: 100%;
    width: 13rem;
    height: 13rem;
    top: 3.4rem;
    left: -3rem;
    z-index: -1;
  }
  .iron {
    padding-top: 18rem;
    padding-bottom: 21.3rem;
  }
  .iron h3 {
    max-inline-size: 1200px;
    margin: 0 auto;
    border: 0.3rem solid #d9d0c9;
    border-radius: 3rem;
    background: #fdfaf7;
    padding: 3.5rem 1rem 3.1rem;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.4;
  }
  .iron h3::before {
    content: "";
    height: 0.3rem;
    width: 100vw;
    background: #d9d0c9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50vw;
    z-index: -1;
  }
  .iron h3::after {
    content: "";
    background: url("/beauty/assets/common/product-images/ibs8000.png") no-repeat 0 0/contain;
    width: 14.9rem;
    height: 14.9rem;
    position: absolute;
    top: -2.6rem;
    right: 5.7rem;
  }
  .iron h3 span {
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 2.9rem;
    position: absolute;
    top: 3.4rem;
    left: 5.9rem;
  }
  .iron .box_wrapper {
    flex-wrap: wrap;
  }
  .iron .box_wrapper .box {
    counter-increment: iron;
    margin-bottom: 5.5rem;
  }
  .iron .box_wrapper .box p {
    display: flex;
    align-items: center;
    padding: 0 0 0 0.8rem;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    margin-bottom: -0.5rem;
  }
  .iron .box_wrapper .box p::before {
    content: counter(iron, decimal-leading-zero);
    font-family: "bodoni-urw", serif;
    font-weight: 300;
    font-style: italic;
    color: #95887e;
    font-size: 6.8rem;
    margin-right: 3.3rem;
  }
  .iron .box_wrapper .box p::after {
    content: "";
    background: #e8e0d9;
    position: absolute;
    border-radius: 100%;
    width: 13rem;
    height: 13rem;
    top: 3.4rem;
    left: -3rem;
    z-index: -1;
  }
  h4 {
    font-size: 3rem;
    font-weight: bold;
    color: #4d3e32;
    text-align: center;
    line-height: 2;
    position: relative;
  }
  h4::before {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 66rem;
    top: 50%;
    left: 50%;
    margin-left: -96rem;
    background: #d9d0c9;
  }
  h4::after {
    content: "";
    position: absolute;
    height: 0.3rem;
    width: 66rem;
    top: 50%;
    right: 50%;
    margin-right: -96rem;
    background: #d9d0c9;
  }
  .thoughts {
    text-align: center;
    padding-top: 12.6rem;
    padding-bottom: 23.8rem;
  }
  .thoughts .box {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }
  .thoughts .box .visual {
    order: 2;
    width: 50.7rem;
    padding: 2rem 0 0;
  }
  .thoughts .box .visual span {
    display: block;
    position: relative;
    font-size: 1.9rem;
    left: -0.5rem;
  }
  .thoughts .box .visual span::before {
    content: "";
    display: inline-block;
    height: 4.8rem;
    width: 0.2rem;
    position: absolute;
    background: #000;
    top: 0.9rem;
    left: 50%;
    margin-left: -12rem;
    transform: rotate(-21deg);
  }
  .thoughts .box .visual span::after {
    content: "";
    display: inline-block;
    height: 4.8rem;
    width: 0.2rem;
    position: absolute;
    background: #000;
    top: 0.9rem;
    right: 50%;
    margin-right: -12rem;
    transform: rotate(21deg);
  }
  .thoughts .box .visual picture {
    display: block;
    margin-top: 1.3rem;
    position: relative;
  }
  .thoughts .box .visual picture img {
    border-radius: 100rem;
    height: 30rem;
    width: auto;
    position: relative;
    left: -0.4rem;
  }
  .thoughts .box .visual picture::after {
    content: "";
    border-radius: 100rem;
    position: absolute;
    background: #e8e0d9;
    height: 30rem;
    width: 30rem;
    top: 1rem;
    left: 50%;
    margin-left: -13.4rem;
    z-index: -1;
  }
  .thoughts .box .visual .hairdresser {
    margin-top: 3.2rem;
    font-size: 1.9rem;
    margin-left: -0.5rem;
  }
  .thoughts .box .text {
    background: #e8e0d9;
    border-radius: 3rem;
    padding: 5.8rem 3.2rem;
    text-align: left;
    line-height: 1.6;
    font-size: 1.9rem;
    width: 57.3rem;
    position: relative;
  }
  .thoughts .box .text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5rem;
    transform: translateY(-50%);
    border: 2rem solid transparent;
    border-left: 3rem solid #e8e0d9;
  }
  .product {
    padding-bottom: 6rem;
    background: linear-gradient(0deg, #e8e0d9, #fdfaf7);
  }
  .product .product-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
  }
  .product .product-wrapper .box {
    margin-top: 12.3rem;
    margin-bottom: 16rem;
    text-align: center;
    width: 52rem;
    padding: 0 5.6rem;
  }
  .product .product-wrapper .box small {
    display: block;
    font-size: 1.4rem;
    color: #4d3e32;
  }
  .product .product-wrapper .box .model {
    font-size: 2.4rem;
    margin-top: 1.3rem;
    font-weight: bold;
    color: #4d3e32;
  }
  .product .product-wrapper .box p {
    text-align: left;
    font-size: 2rem;
    margin-top: 1.8rem;
  }
  .product .product-wrapper .box picture {
    display: block;
    width: 90%;
    margin: 3rem auto 0;
    border-radius: 100%;
    background: #fff;
    overflow: hidden;
    padding: 3rem 0 3rem;
  }
  .product .product-wrapper .box picture img {
    width: 83%;
  }
  .product .product-wrapper .box a {
    background: #95887e;
    border-radius: 2rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    position: relative;
    height: 8rem;
  }
  .product .product-wrapper .box a::after {
    inline-size: 2.4rem;
    block-size: 2.4rem;
    content: "";
    position: absolute;
    right: 1.9rem;
    background: url("/assets/common/images/chevron-right-solid-w.svg") no-repeat center center/contain;
  }
}
/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover: hover) and (pointer: fine) {
  .movie a:hover {
    opacity: 0.6;
    transition: 0.5s;
  }
  .product .product-wrapper .box a:hover {
    text-decoration: none;
    background: #fff;
    color: #95887e;
    transition: 0.5s;
  }
  .product .product-wrapper .box a:hover::after {
    background: url("/beauty/howto_movie/assets/images/chevron-right-solid.svg") no-repeat center center/contain;
    transition: 0.5s;
  }
}/*# sourceMappingURL=style.css.map */