@charset "utf-8";
/* CSS Document */
.top-view img {
  width: 100vw;
  height: auto;
  margin-top: 100px;
}
@media(max-width:1040px) {
  .top-view img {
    margin-top: 0;
  }
}
.online-shop_bunner img {
  width: 440px;
  height: auto;
  margin-top: 80px;
}
.online-shop_bunner p {
  margin-top: 15px;
  margin-bottom: 110px;
}
.online-shop_bunner span {
  color: #808080;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}
.online-shop_bunner a {
  text-decoration: none;
}
@media(max-width:768px) {
  .online-shop_bunner img {
    margin-top: 15px;
    width: 270px;
  }
  .online-shop_bunner p {
    max-width: 250px;
    margin: 0 auto 40px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-left: 25px;
  }
}
.top-lead h2 {
  margin-top: 120px;
  font-size: 3.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  color: #f089a5;
  margin-bottom: 50px;
}
@media(max-width:768px) {
  .top-lead h2 {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.top_illust_pc {
  width: 65%;
  object-fit: contain;
}
.arrow {
  margin: 0 auto;
  display: block;
  position: relative;
  height: 45px;
  width: 36px;
  background-color: #f089a5;
}
.arrow::before {
  position: absolute;
  content: "";
  border: solid 36px transparent;
  border-left: solid 35px #f089a5;
  transform: rotate(90deg);
  top: 43px;
  left: -16px;
}
@media(max-width:768px) {
  .arrow {
    height: 25px;
    width: 30px;
  }
  .arrow::before {
    border: solid 30px transparent;
    border-left: solid 30px #f089a5;
    top: 23px;
    left: -15px;
  }
  .top_illust_pc {
    width: 95%;
    object-fit: contain;
  }
}
.top-lead {
  position: relative;
}
.top-lead_image_nmn {
  max-width: 300px;
  object-fit: contain;
  margin-top: 50px;
}
.top-lead_image_model_pc {
  max-height: 360px;
  object-fit: contain;
  padding-right: 2%;
}
.top-lead_image_model_sp {
  display: none;
}
.top-lead_text1 {
  color: #f089a5;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.top-lead_text2 {
  font-size: 2.4rem;
}
.top-lead_text img {
  max-width: 370px;
  object-fit: contain;
  margin-bottom: 20px;
}
.top-lead_inner {
  display: flex;
  justify-content: center;
  padding-left: 5%;
  padding-right: 2%;
  margin-bottom: 50px;
  margin-top: 80px;
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #fbf7fa 50%, #fbf7fa 100%);
}
.ambassador-name {
  writing-mode: vertical-rl;
  text-align: end;
  font-size: 1.0rem;
  line-height: 1.8rem;
  font-family: "DNP 秀英角ゴシック銀 Std";
  margin-bottom: 35px;
}
.top-lead_text-box img {
  width: 55px;
  object-fit: contain;
  padding: 0 10px;
}
.top-lead_text-box_text-color {
  color: #f089a5;
  font-size: 2.0rem;
}
.top-lead_text-box_caution {
  font-size: 1.0rem;
  margin-bottom: 3px;
  vertical-align: text-bottom;
}
.top-lead_text-box_caution_text {
  font-size: 1.2rem;
  text-align: left;
  display: block;
  margin-top: 10px;
}
.top-lead_text-box {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  padding: 0 5%;
}
.top-lead_text-box p {
  display: inline-block;
  text-align: left;
}
@media(max-width:1040px) {
  .top-lead_image_nmn {
    max-width: 280px;
  }
  .top-lead_image_model_pc {
    max-height: 320px;
  }
  .top-lead_inner {
    margin-top: 50px;
  }
  .top-lead_text1 {
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .top-lead_text img {
    max-width: 245px;
  }
  .top-lead_text2 {
    font-size: 1.6rem;
  }
  .top-lead_inner {
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    background: linear-gradient(180deg, #fbf7fa 93%, #fbf7fa 0%, #fff 50%, #fff 100%);
  }
  .top-lead_image_model_sp {
    display: block;
    max-width: 425px;
    object-fit: contain;
    margin: 0 auto;
  }
  .top-lead_image_model_pc {
    display: none;
  }
  .top-lead_image_nmn {
    display: none;
  }
}
@media(max-width:768px) {
  .top-lead_text-box {
    display: block;
  }
  .top-lead_text-box img {
    margin-bottom: 10px;
  }
}
@media(max-width:480px) {
  .top-lead_image_model_sp {
    max-width: 325px;
  }
  .top-lead_text-box_text-color {
    font-size: 1.8rem;
  }
}
.about h2 {
  font-size: 3.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 3px solid #f089a5;
  background-color: #fff;
  width: 480px;
  margin: 120px auto 80px;
}
.about h2::before {
  position: absolute;
  top: 100%;
  left: 70%;
  transform: translateX(-50%) skew(35deg);
  height: 20px;
  width: 10px;
  border-left: 3px solid #f089a5;
  content: "";
  background-color: #fff;
}
.about_text-box {
  background-color: #fbf7fa;
  border-radius: 10px;
  max-width: 1200px;
  padding: 50px 80px;
  margin: 0 auto 60px;
  display: inline-block;
}
.about_text-box h3 {
  font-size: 2.4rem;
  color: #f089a5;
  margin-bottom: 10px;
  font-weight: 300;
  text-align: center;
}
.about_text-box h4 {
  margin-bottom: 50px;
  font-weight: 300;
  text-align: center;
}
.about_text-box {
  text-align: left;
}
.about_iliust img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  padding: 25px 70px;
}
.about_iliust {
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
}
.about_iliust_text_color {
  color: #f089a5;
  font-size: 2.8rem;
  font-weight: 600;
}
.equal {
  width: 25px;
  height: 5px;
  background-color: #f089a5;
  position: relative;
  margin-top: 60px;
}
.equal::before {
  content: "";
  width: 25px;
  height: 5px;
  background-color: #f089a5;
  position: absolute;
  top: 10px;
  left: 0%;
}
.about_iliust_text {
  margin-top: 50px;
}
.about_iliust p {
  font-weight: 400;
}
.about_text-box_sp {
  display: flex;
}
@media(max-width:768px) {
  .about {
    padding: 0 2%;
  }
  .about h2 {
    margin: 75px auto 45px;
    font-size: 2.0rem;
    width: 325px;
    padding-bottom: 15px;
  }
  .about_text-box h3, .about_text-box h4 {
    text-align: left;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .about_text-box {
    padding: 50px 20px;
    margin-bottom: 30px;
  }
  .about_iliust {
    display: block;
    margin-bottom: 0;
  }
  .equal {
    margin: 25px auto;
    transform: rotate(90deg);
  }
  .about_text-box_sp {
    display: flex;
    justify-content: center;
  }
  .about_iliust img {
    padding: 15px 40px;
    width: 60px;
  }
  .about_iliust p {
    font-size: 1.4rem;
  }
  .about_iliust_text_color {
    font-size: 2.2rem;
  }
}
@media(max-width:480px) {
  .about_iliust img {
    padding: 15px 20px;
    width: 60px;
    height: 60px;
  }
}
.customer-voice h2 {
  font-size: 3.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 3px solid #f089a5;
  background-color: #fff;
  width: 480px;
  margin: 120px auto 80px;
}
.customer-voice h2::before {
  position: absolute;
  top: 100%;
  left: 70%;
  transform: translateX(-50%) skew(35deg);
  height: 20px;
  width: 10px;
  border-left: 3px solid #f089a5;
  content: "";
  background-color: #fff;
}
.customer-voice_bg {
  background-image: url(../image/comment_bg_pc.jpg);
  width: 100vw;
  height: 1200px;
  object-fit: cover;
  background-position: center;
  margin-bottom: 120px;
}
.customer-voice_inner {
  margin: 0 auto;
}
.customer-voice_inner ul {
  display: inline-block;
  margin-top: 90px;
}
.customer-voice_inner li {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  position: relative;
  list-style: none;
  padding: 35px 50px;
  max-width: 900px;
  margin: 0 2% 40px;
}
.customer-voice_inner li::before {
  content: "";
  position: absolute;
  border: solid 15px transparent;
  border-top: solid 24px rgba(255, 255, 255, 0.8);
  top: 100%;
  left: 10%;
}
.customer-voice_inner_text_color {
  font-size: 1.8rem;
  color: #f089a5;
  font-weight: 400;
}
.customer-voice_inner_customer-info {
  font-size: 1.4rem;
  display: block;
  text-align: right;
}
.customer-voice_inner p {
  text-align: left;
}
@media(max-width:768px) {
  .customer-voice h2 {
    margin: 70px auto 45px;
    font-size: 2.0rem;
    width: 325px;
    padding-bottom: 15px;
  }
  .customer-voice_bg {
    background-image: url("../image/comment_bg_sp.jpg");
    height: auto;
    margin-bottom: 50px;
  }
  .customer-voice_inner ul {
    margin-top: 15px;
  }
  .customer-voice_inner li {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.quality h2 {
  font-size: 3.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  color: #f089a5;
  margin-bottom: 70px;
}
.quality span {
  color: #f089a5;
  font-size: 2.4rem;
}
.quality_image_model {
  height: 800px;
  object-fit: contain;
}
.ambassador-name2 {
  writing-mode: vertical-rl;
  text-align: end;
  font-size: 1.0rem;
  line-height: 1.8rem;
  font-family: "DNP 秀英角ゴシック銀 Std";
  display: inline;
  margin-bottom: 40px;
}
.laurel-wreath {
  height: 160px;
  object-fit: contain;
  margin-top: 60px;
}
.quality_illust_outer p {
  font-weight: 400;
  font-size: 1.8rem;
  width: 160px;
}
.quality ul, .quality li {
  display: flex;
  padding: 0 5px;
}
.quality ul {
  max-width: 1000px;
  flex-wrap: wrap;
  margin-left: 20px;
  margin-bottom: 90px;
}
.quality_inner {
  display: flex;
  justify-content: center;
}
.quality_text {
  text-align: left;
  max-width: 900px;
  padding-left: 35px;
}
@media(max-width:1300px) {
  .quality h2 {
    font-size: 2.2rem;
    margin-bottom: 40px
  }
  .quality_image_model {
    height: 700px;
    padding-left: 45%;
  }
  .quality ul {
    max-width: 700px;
    margin-left: 100px;
    justify-content: center;
    margin-bottom: 70px;
  }
  .quality_text {
    padding-left: 0;
    max-width: 800px;
    margin-bottom: 70px;
  }
}
@media(max-width:1040px) {
  .quality h2 {
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .quality_inner {
    display: block;
  }
  .quality ul {
    margin: 0 auto 60px;
  }
  .quality_text {
    margin: 0 auto 100px;
    max-width: 600px;
  }
  .quality_image_model {
    margin-bottom: 30px;
    position: relative;
    left: -50px;
    padding-left: 0;
  }
}
@media(max-width:768px) {
  .quality h2 {
    font-size: 1.8rem;
  }
  .quality span {
    font-size: 1.4rem;
  }
  .quality_image_model {
    height: 460px;
    position: static;
  }
  .quality ul {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .quality_illust {
    max-width: 90px;
  }
  .quality_illust_outer p {
    font-size: 1.2rem;
    width: 110px;
    line-height: 1.4rem;
  }
  .laurel-wreath {
    height: 90px;
    margin-top: 45px;
  }
  .quality_text {
    padding: 0 10%;
    margin-bottom: 70px;
  }
}
@media(max-width:480px) {
  .laurel-wreath {
    height: 70px;
    margin-top: 55px;
  }
  .quality_illust {
    width: 80px;
  }
  .quality_image_model {
    margin-bottom: 0;
  }
}
.characteristics h2 {
  font-size: 3.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 3px solid #f089a5;
  background-color: #fff;
  width: 480px;
  margin: 50px auto 50px;
}
.characteristics h2::before {
  position: absolute;
  top: 100%;
  left: 70%;
  transform: translateX(-50%) skew(35deg);
  height: 20px;
  width: 10px;
  border-left: 3px solid #f089a5;
  content: "";
  background-color: #fff;
}
.characteristics li {
  display: flex;
}
.characteristics h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #9c9975;
  text-align: left;
  margin: 10px auto 50px 240px;
}
.characteristics p {
  text-align: left;
  margin-left: 240px;
  margin-right: 50px;
}
.line {
  border: 3px solid #f089a5;
  width: 200px;
  margin-top: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
}
.characteristics_number {
  display: block;
  position: relative;
  left: 240px;
  top: 10px;
}
.characteristics_text_color {
  color: #f089a5;
  font-size: 2.2rem;
  font-weight: 400;
}
.italic {
  font-family: "Meiryo, 'sans-serif";
}
.characteristics_image1 {
  max-width: 690px;
  object-fit: contain;
}
.characteristics_image2 {
  max-width: 465px;
  object-fit: contain;
  margin-top: 25px;
  margin-bottom: 25px;
}
.characteristics_inner {
  padding-top: 65px;
}
.characteristics ul {
  margin: 0 auto;
}
.characteristics li:nth-child(2) {
  background-color: #f8f5f6;
}
.characteristics_text2 {
  max-width: 680px;
}
@media(max-width:1300px) {
  .characteristics_image1 {
    max-width: 580px;
  }
  .characteristics_text1 {
    padding-bottom: 30px;
  }
  .characteristics_text2 {
    padding-bottom: 10px;
  }
}
@media(max-width:1040px) {
  .characteristics li {
    display: block;
    padding-bottom: 30px;
  }
  .characteristics h3, .characteristics p {
    margin-left: 210px;
  }
  .characteristics_number {
    left: 210px;
  }
  .line {
    width: 170px;
  }
}
@media(max-width:768px) {
  .characteristics h2 {
    margin: 75px auto 25px;
    font-size: 2.0rem;
    width: 325px;
    padding-bottom: 15px;
  }
  .characteristics_number {
    left: 160px;
    width: 110px;
  }
  .characteristics h3, .characteristics p {
    margin-left: 160px;
  }
  .characteristics h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .characteristics_text_color {
    font-size: 1.8rem;
  }
  .characteristics p {
    margin-right: 0;
    padding-right: 5%;
    margin-left: 5%;
  }
  .characteristics_image1, .characteristics_image2 {
    max-width: 360px;
    padding-bottom: 30px;
  }
  .characteristics_inner {
    margin-top: 0;
    padding-top: 40px;
  }
  .characteristics li {
    padding-bottom: 0;
  }
  .line {
    width: 120px;
    border: 2px solid #f089a5;
  }
}
@media(max-width:480px) {
  .characteristics h3 {
    margin-left: 100px;
  }
  .characteristics_number {
    left: 100px;
  }
  .line {
    width: 60px;
  }
}
.comparison-chart {
  background-color: #f8f5f6;
  padding: 80px 0 70px;
}
.comparison-chart h2 {
  font-size: 2.2rem;
  font-weight: 300;
  position: relative;
  margin: 0 auto 60px;
  max-width: 450px;
}
.comparison-chart h2::before {
  width: 90px;
  border: 1px solid #f089a5;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
}
.comparison-chart h2::after {
  width: 90px;
  border: 1px solid #f089a5;
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
}
.comparison-chart table {
  margin: 0 auto;
}
.comparison-chart table th, .comparison-chart table td {
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'serif';
  font-size: 1.4rem;
  height: 80px;
  font-weight: 300;
}
.comparison-chart table img {
  width: 50px;
  object-fit: contain;
}
.comparison-chart_font1 {
  font-size: 1.8rem;
}
.comparison-chart_font2 {
  font-size: 2.8rem;
}
.comparison-chart_font3 {
  font-size: 2.8rem;
  color: #f089a5;
}
.comparison-chart_font4 {
  color: #f089a5;
}
.comparison-chart_font5 {
  font-size: 1.8rem;
  color: #f089a5;
}
.comparison-chart table tr th:nth-child(4), .comparison-chart table tr th:nth-child(5), .comparison-chart table tr th:nth-child(6) {
  vertical-align: bottom;
  padding-bottom: 40px;
}
.comparison-chart table tr td {
  vertical-align: middle;
}
.comparison-chart table tr *:nth-child(2), .comparison-chart table tr *:nth-child(3) {
  width: 160px;
}
.comparison-chart table tr *:nth-child(4), .comparison-chart table tr *:nth-child(5), .comparison-chart table tr *:nth-child(5) {
  width: 130px;
}
.comparison-chart table tr {
  border-bottom: 1px solid #333;
}
.comparison-chart_bg {
  background-color: #fff;
  padding: 40px 100px;
  border-radius: 10px;
  max-width: 1040px;
  margin: 0 auto;
}
.comparison-chart table tr *:nth-child(2) {
  border-left: 6px solid #f197af;
}
.comparison-chart table tr *:nth-child(3) {
  border-right: 6px solid #f197af;
}
.comparison-chart table th:nth-child(2), .comparison-chart table th:nth-child(3) {
  border-bottom: 6px solid #f197af;
}
.comparison-chart table tr:last-child *:nth-child(2), .comparison-chart table tr:last-child *:nth-child(3) {
  border-bottom: 6px solid #f197af;
}
.comparison-chart table th:nth-child(2), .comparison-chart table th:nth-child(3), .comparison-chart table th:nth-child(2) p, .comparison-chart table th:nth-child(3) p, .comparison-chart table td:nth-child(2) span, .comparison-chart table td:nth-child(3) span {
  border-left: none;
  border-right: none;
}
.comparison-chart table p {
  line-height: 2.0rem;
}
.comparison-chart table tr:nth-child(7) *:first-child {
  padding-top: 7px;
}
.comparison-chart table td:first-child {
  padding-right: 10px;
  padding-left: 20px;
}
@media(max-width:1300px) {
  .comparison-chart_bg {
    max-width: 1010px;
    padding: 40px 5px;
  }
}
@media(max-width:1040px) {
  .comparison-chart_bg {
    max-width: 700px;
  }
  .comparison-chart {
    padding: 40px auto 10px;
  }
  .comparison-chart h2 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .comparison-chart_bg {
    overflow: scroll;
  }
  .comparison-chart table tr td {
    white-space: nowrap;
    height: 50px;
    line-height: 1.4rem;
  }
  .comparison-chart table td:first-child, .comparison-chart table th:first-child {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
  }
  .comparison-chart_bg {
    padding: 40px 20px;
  }
  .comparison-chart table img {
    width: 45px;
  }
  .comparison-chart table th, .comparison-chart table td {
    font-size: 1.2rem;
  }
  .comparison-chart_font1, .comparison-chart_font5 {
    font-size: 1.4rem;
  }
  .comparison-chart_font2, .comparison-chart_font3 {
    font-size: 1.6rem;
  }
  .comparison-chart table tr *:nth-child(2), .comparison-chart table tr *:nth-child(3) {
    width: 100px;
  }
  .comparison-chart table tr:nth-child(7) *:first-child {
    padding-top: 0;
  }
}
@media(max-width:768px) {
  .comparison-chart_bg {
    max-width: 600px;
  }
  .comparison-chart {
    padding-right: 10px;
    padding-left: 10px;
  }
  .comparison-chart table tr *:nth-child(2), .comparison-chart table tr *:nth-child(3), .comparison-chart table tr:last-child *:nth-child(2), .comparison-chart table tr:last-child *:nth-child(3) {
    background-color: #f8f5f6;
    border: none;
  }
  .comparison-chart table th:nth-child(2), .comparison-chart table th:nth-child(3), .comparison-chart table th:nth-child(2) p, .comparison-chart table th:nth-child(3) p {
    background-color: #fff;
  }
  .comparison-chart table tr *:nth-child(4), .comparison-chart table tr *:nth-child(5), .comparison-chart table tr *:nth-child(5) {
    padding: 0 10px;
  }
}
@media(max-width:570px) {
  .comparison-chart_bg {
    padding: 40px 0px;
  }
}
.section_question {
  display: block;
  margin: 0 auto;
}
.section-question h2 {
  font-size: 3.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 3px solid #f089a5;
  background-color: #fff;
  width: 480px;
  margin: 100px auto 80px;
}
.section-question h2::before {
  position: absolute;
  top: 100%;
  left: 70%;
  transform: translateX(-50%) skew(35deg);
  height: 20px;
  width: 10px;
  border-left: 3px solid #f089a5;
  content: "";
  background-color: #fff;
}
.wrap input[type="checkbox"] {
  display: none;
}
.wrap .answer_box {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
.switch:checked + .answer_box {
  height: auto;
  border-top: 1px solid #333;
  margin-top: 20px;
  display: flex;
  text-align: left;
  padding-top: 25px;
}
.question, .answer {
  font-size: 2.8rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  margin-right: 15px;
}
@media (max-width:1040px) {
  .question, .answer {
    margin-right: 0;
  }
}
.question_text {
  text-align: left;
  padding-top: 5px;
}
.answer_text {
  padding-top: 5px;
}
label {
  float: right;
  font-size: 1.4rem;
}
.wrap p {
  display: inline-block;
  padding-right: 10px;
}
@media (max-width:1040px) {
  .wrap p {
    display: inline;
  }
}
.wrap {
  background-color: #fceaef;
  border-radius: 10px;
  padding: 25px 70px;
  margin: 0 auto 25px;
  max-width: 1040px;
  text-align: left;
}
.return_button {
  width: 260px;
  background-color: #f08ba7;
  border-radius: 35px;
  display: block;
  margin: 65px auto 75px;
  padding: 20px 0;
}
.return_button p {
  color: #fff;
  border: none;
  display: inline-block;
}
.return_button span {
  color: #fff;
  font-size: 1.2rem;
  margin-right: 20px;
  float: right;
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
}
a {
  text-decoration: none;
}
.wrap_outer {
  padding: 0 2%;
}
@media (max-width:768px) {
  .section-question h2 {
    font-size: 2.0rem;
    margin: 70px auto 30px;
    width: 335px;
    padding-bottom: 15px;
  }
  .question, .answer {
    font-size: 2.2rem;
  }
  .wrap {
    padding: 15px 15px;
  }
  .question_outer {
    display: flex;
  }
  .question_outer label {
    align-items: flex-end;
    display: flex;
    margin-left: auto;
  }
  .question_text, .answer_text {
    padding-top: 2px;
  }
  .return_button {
    margin: 50px auto;
  }
}
.salon-voice h2 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 3.2rem;
  font-weight: 300;
  background-color: #fceaef;
  padding-bottom: 25px;
  position: relative;
  border-bottom: 3px solid #f089a5;
  width: 480px;
  margin: 0 auto 80px;
}
.salon-voice h2::before {
  position: absolute;
  top: 100%;
  left: 70%;
  transform: translateX(-50%) skew(35deg);
  height: 20px;
  width: 10px;
  border-left: 3px solid #f089a5;
  content: "";
  background-color: #fceaef;
}
.salon_title {
  text-align: left;
}
.salon-voice h3 {
  text-align: left;
  line-height: 3.4rem;
}
.salon1 {
  background-color: #fceaef;
  padding-bottom: 100px;
  padding-top: 75px
}
.salon-number {
  width: 120px;
  height: auto;
}
.salon-voice h3 {
  font-size: 2.4rem;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  padding-left: 20px;
  margin-bottom: 50px;
}
.salon_top-image img {
  width: 435px;
  height: auto;
}
.salon-info_outer {
  display: flex;
}
.salon-info_outer a {
  color: #333;
}
.salon-info p {
  text-align: left;
  padding-left: 65px;
}
.salon-name {
  font-size: 2.0rem;
  margin-bottom: 25px;
}
.salon-address {
  margin-bottom: 10px;
}
.salon-number {
  margin-bottom: 13px;
  white-space: nowrap;
}
.salon-info_image img {
  width: 190px;
  height: auto;
  padding-right: 20px;
}
.salon-info_image {
  padding-left: 65px;
  text-align: left;
}
.salon-top_outer {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 8%;
}
.text-box {
  background-color: #fff;
  text-align: left;
  max-width: 1180px;
  border-radius: 10px;
  padding: 35px 70px;
  margin: 45px auto 20px;
}
.text-box h4 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #f089a5;
  margin-bottom: 10px;
}
.text-box h5 {
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid #f089a5;
}
.text-box p {
  margin-top: 20px;
  line-height: 3.0rem;
}
.text_bg {
  background-color: #fadce4;
  font-weight: 400;
}
.caution {
  font-size: 1.2rem;
}
.caution_text {
  font-size: 1.4rem;
}
.salon2 {
  padding-top: 90px;
  background-color: #f8f5f6;
  padding-bottom: 5px;
}
.return_button {
  width: 260px;
  border: solid 1px #f08ba7;
  border-radius: 35px;
  display: block;
}
.return_button p {
  color: #fff;
  border: none;
  padding-left: 25px;
}
.text-box_outer {
  margin: 0 2%;
}
a {
  text-decoration: none;
}
@media(max-width: 1040px) {
  .salon-voice h1 {
    padding-top: 100px;
  }
  .salon-info_outer {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  .salon_title {
    text-align: center;
  }
  .salon-info_image {
    padding: 0;
  }
  .salon-info_text {
    margin: 0 auto;
    display: block;
  }
  .salon-info p, .salon-top_outer {
    padding: 0;
  }
  .salon-info {
    padding-left: 8px;
  }
  .salon_top-image img {
    margin-bottom: 40px;
  }
}
@media(max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .salon-voice h3 {
    padding-left: 0;
  }
  .salon_title {
    max-width: 450px;
    margin: 0 auto;
    text-align: left;
    padding-left: 8px;
  }
  .salon-voice h2 {
    font-size: 2.2rem;
    width: 335px;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
  .salon1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .salon-number {
    width: 75px;
  }
  .salon-voice h3 {
    font-size: 2.0rem;
    margin-bottom: 35px;
  }
  .text-box h4 {
    font-size: 2.0rem;
    margin-bottom: 3px;
  }
  .text-box h5 {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
  .text-box p {
    margin-top: 10px;
  }
  .salon2 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .text-box {
    margin: 25px auto 20px;
    padding: 35px 35px;
  }
}
@media(max-width: 480px) {
  .salon_top-image img {
    width: 355px;
  }
  .salon-info_image img {
    width: 158px;
    padding: 0 1%;
  }
  .salon_title {
    max-width: 335px;
  }
  .salon-info {
    margin: 0 auto;
    max-width: 335px;
  }
  .text-box {
    padding: 35px 25px;
  }
}
.product-specifications {
  background-color: #fbf7fa;
  margin: 100px auto 0;
  max-width: 1040px;
  border-radius: 10px;
}
.product-specifications_box {
  padding: 0 40px;
}
.product-specifications h2 {
  font-size: 3.2rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  padding-top: 60px;
}
.product-specifications table {
  background-color: #fff;
  border-radius: 10px;
  max-width: 520px;
  text-align: left;
  display: block;
  padding: 0 30px 20px;
}
.product-specifications table tr {
  font-size: 1.2rem;
  line-height: 2.0rem;
  font-weight: 400;
  border-bottom: 1px solid #f089a5;
}
.product-specifications table td {
  vertical-align: middle;
  height: 70px;
}
.product-specifications table td:nth-child(1) {
  width: 170px;
  padding-right: 15px;
}
.product-specifications table td:nth-child(2) {
  width: 260px;
}
.product-specifications table tr:nth-child(7) {
  border-bottom: none;
}
.product-specifications h3 {
  color: #f089a5;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 45px;
  text-align: center;
}
.product-specifications img {
  width: 80px;
  object-fit: contain;
  margin: 0 auto 45px;
  display: block;
}
.product-specifications_box_outer {
  display: flex;
  margin-top: 60px;
  padding-bottom: 60px;
}
@media(max-width:1040px) {
  .product-specifications_box {
    padding: 0 20px;
  }
}
@media(max-width: 768px) {
  .product-specifications {
    margin: 30px auto 0;
    border-radius: 0;
  }
  .product-specifications h2 {
    font-size: 1.8rem;
    padding-top: 50px;
  }
  .product-specifications_box_outer {
    display: block;
    margin-top: 25px;
  }
  .product-specifications h3 {
    font-size: 1.6rem;
    margin-top: 35px;
  }
  .product-specifications img {
    max-width: 55px;
    margin-bottom: 30px;
  }
  .product-specifications table tr {
    display: grid;
  }
  .product-specifications table {
    margin: 0 auto 20px;
  }
  .product-specifications table td {
    height: auto;
  }
  .product-specifications table td:first-child {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .product-specifications table td:nth-child(2) {
    margin-bottom: 15px;
  }
  .product-specifications_box_outer {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .product-specifications table td:nth-child(2) {
    width: auto;
  }
}
@media(max-width:480px) {
  .product-specifications table {
    padding: 0 50px;
  }
}