@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Zen+Old+Mincho&display=swap");
@font-face {
  font-family: "a1-regular";
  src: url("../font/AP-OTF-A1GothicStd-Regular.otf") format("opentype");
}
@font-face {
  font-family: "a1-medium";
  src: url("../font/AP-OTF-A1GothicStd-Medium.otf") format("opentype");
}
@font-face {
  font-family: "bbb-medium";
  src: url("../font/A-OTF-GothicBBBPro-Medium.otf") format("opentype");
}
@font-face {
  font-family: "YuGothic";
  src: url("../font/YuGothicStd-B.otf") format("opentype");
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width: 961px) and (max-width: 1580px) {
  html {
    font-size: 0.7vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  html {
    font-size: 0.73vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.17vw;
  }
}

div#index .kinujo {
    font-family: "Noto Serif JP", serif;
    /*font-family: "a1-regular", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    line-height: calc(35 / 20) !important;
    color: #000;
    -webkit-text-size-adjust: 100%;
    font-size: 2rem;
    text-align: left !important;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:hover {
  opacity: 0.85;
}
a:active {
  opacity: 0.85;
}

#index img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

li {
  list-style: none;
}

.inner {
  width: 100%;
  max-width: calc(149rem + 8rem);
  margin: auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.section-title {
  text-align: center;
}
.section-title span {
  display: block;
}
.section-title .en {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: calc(65/45);
  color: #84796D;
}
.section-title .jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  font-weight: 500;
  list-style: calc(36/25);
  color: #666;
}
@media screen and (max-width: 767px) {
  .section-title .en {
    font-size: 3.4rem;
  }
  .section-title .jp {
    font-size: 1.9rem;
  }
}

.note {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  margin-top: 1.1rem;
}

.kome-topRight {
  position: relative;
  margin-right: 1rem;
}
.kome-topRight::after {
  position: absolute;
  content: "※";
  font-size: 60%;
  top: -0.5rem;
}

.r-mark {
  font-size: 60%;
  vertical-align: text-top;
}

.line-lg {
  max-width: 79.5rem;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .line-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.line-sm {
  max-width: 25rem;
  margin: auto;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.kinujo_header nav {
  width: 100%;
  max-width: 168rem;
  margin: auto;
}
.kinujo_header ul {
  display: flex;
  width: 100%;
}
.kinujo_header li {
  width: calc(100% / 4);
}
.kinujo_header a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7.7rem;
  width: 100%;
  /*font-size: 3.8rem;*/
  font-size: 2rem;
  text-align: center;
  line-height: calc(22/20);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background: #cbb7ae;
  color: #555;
}
.kinujo_header a span {
  position: relative;
}
.kinujo_header a span::after {
  content: "";
  background: url("../img/icon_plus.svg");
  background-repeat: no-repeat;
  background-size: auto;
  width: .8rem;
  height: .8rem;
  display: block;
  position: absolute;
  top: .5rem;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .kinujo_header a {
    height: 5.8rem;
    font-size: 1.2rem;
  }
  .kinujo_header a span::after {
    top: calc(50% - .4rem);
  }
}


.section-hero {
  position: relative;
  z-index: 1;
  max-width: 168rem;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .section-hero {
    background: #E1DCD9;
  }
  .section-hero img{
    width: 100%;
  }
  .section-hero .logo {
    position: absolute;
    top: 35%;
    left: calc(140 / 1580 *100%);
    width: calc(640 / 1580 *100%);
  }
}
@media screen and (max-width: 767px) {
  .section-hero .logo {
    width: 21.6rem;
    display: block;
    margin: auto;
  }
}

.section-lead {
  position: relative;
  z-index: 2;
}
.section-lead .text {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  line-height: calc(50/21);
  letter-spacing: 0.05em;
  color: #666;
}
@media screen and (max-width: 767px) {
  .section-lead {
    padding-left: 2rem;
  }
  .section-lead .text {
    font-size: 1.6rem;
    margin-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-lead .text {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 7rem;
  }
}

.section-link .section-title {
  margin-top: 4rem;
  margin-bottom: 4.4rem;
}
.section-link .link-list {
  display: flex;
}
.section-link .item {
  width: calc(100% / 4);
  height: 49.3rem;
}
.section-link .item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 5.4rem;
}
.section-link .item-title {
  font-size: 3.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: calc(55/38);
  color: #666;
}
/*.section-link .item.theme-dryer {
  background: #DFDFDF;
}*/
.section-link .item.theme-dryer .item-img {
  width: 20rem;
}
/*.section-link .item.theme-straight {
  background: #CEC6C4;
}*/
.section-link .item.theme-straight .item-img {
  /*width: 36.8rem;*/
  width: 34.5rem;
}
/*.section-link .item.theme-curl {
  background: #c5ccd1;
}*/
.section-link .item.theme-curl .item-img {
  /*width: 28.3rem;*/
  width: 32.7rem;
}
.section-link .item.theme-2way .item-img {
  width: 28.3rem;
  width: 32.7rem;
}
.section-link .item-text {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #666;
}
/*.section-link .item-text::before {
  content: "";
  background: url(../img/circle-caret-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 0.6rem;
}*/
@media screen and (max-width: 767px) {
  .section-link .section-title {
    margin-bottom: 2.8rem;
  }
  .section-link .link-list {
    display: block;
    margin-bottom: 6rem;
  }
  .section-link .item {
    width: 100%;
    height: 27.2rem;
  }
  .section-link .item a {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
  .section-link .item-title {
    font-size: 3rem;
  }
  .section-link .item.theme-dryer .item-img {
    width: 25.5rem;
  }
  .section-link .item.theme-straight .item-img {
    /*width: 26.1rem;*/
    width: 24.3rem;
  }
  .section-link .item.theme-curl .item-img {
    /*width: 18.9rem;*/
    width: 23rem;
  }
  .section-link .item.theme-2way .item-img {
    /*width: 18.9rem;*/
    width: 23rem;
  }
}

.product {
  color: #356bb3;
  font-family: "bbb-medium", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #F9F8F4;
}
.product .inner {
  max-width: 158rem;
}
.product .item {
  display: flex;
  align-items: center;
}
.product .item-name {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
.product .item-desc {
  font-size: 1.3rem;
  line-height: calc(17/13);
}
@media screen and (max-width: 767px) {
  .product .list {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .product .item {
    margin-bottom: 3rem;
    justify-content: space-between;
  }
  .product .item-img {
    width: 26%;
  }
  .product .item-text {
    width: 74%;
    padding-left: 4%;
  }
  .product .item-name {
    font-size: 1.5rem;
  }
  .product .item:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .product .list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 9rem;
    padding-bottom: 7.4rem;
  }
  .product .item {
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .product .item-img {
    mix-blend-mode: multiply;
    width: 17rem;
  }
  .product .item-text {
    flex: 1 0 0%;
    padding-left: 1%;
  }
  .product .item:not(:nth-child(1)), .product .item:not(:nth-child(2)) {
    margin-top: 3rem;
  }
}
@media print{
  .product .item-text {
    flex: 1 0 0%;
    padding-left: 1%;
  }
}

.section-dryer {
  color: #6C635B;
}
.section-dryer .section-header {
  position: relative;
  max-width: 158rem;
  margin: auto;
}
.section-dryer .section-header .text {
  letter-spacing: 0.05em;
  line-height: calc(45/27);
}
@media screen and (max-width: 767px) {
  .section-dryer {
    background: #E1DCD9;
  }
  .section-dryer .section-title {
    padding-top: 3.1rem;
  }
  .section-dryer .section-title, .section-dryer .section-header {
    background: #fff;
  }
  .section-dryer .section-header {
    font-size: 2.7rem;
    text-align: center;
    padding-bottom: 3.9rem;
  }
  .section-dryer .section-header .img {
    margin-bottom: 3.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .section-title {
    padding-top: 10.8rem;
    padding-bottom: 6.9rem;
  }
  .section-dryer .section-header {
    position: relative;
    margin-bottom: 5.8rem;
  }
  .section-dryer .section-header .text {
    position: absolute;
    top: 9rem;
    font-size: 4rem;
    left: 13.6rem;
  }
  .section-dryer .inner {
    max-width: calc(131.4rem + 8rem);
  }
}
.section-dryer .block-01 .text-1 {
  font-size: 3.5rem;
  line-height: calc(47/35);
  letter-spacing: 0.0175em;
  color: #7B6A5F;
}
.section-dryer .block-01 .text-2 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 4.6rem;
  line-height: calc(56/46);
  letter-spacing: 0.3em;
  font-feature-settings: "palt";
  color: #7B6A5F;
}
.section-dryer .block-01 .text-3 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #7B6A5F;
}
.section-dryer .block-01 .text-4 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: #7B6A5F;
  margin-top: -2rem;
}
.section-dryer .block-01 .text-4 .t-4-1 {
  display: block;
  margin-bottom: -4rem;
}
.section-dryer .block-01 .text-5 {
  font-size: 2rem;
  line-height: calc(27/20);
}
.section-dryer .block-01 .f-42 {
  font-size: 4.2rem;
}
.section-dryer .block-01 .f-105 {
  font-size: 10.5rem;
}
.section-dryer .block-01 .f-50 {
  font-size: 5rem;
}
.section-dryer .block-01 .f-44 {
  font-size: 4.4rem;
}
.section-dryer .block-01 .f-96 {
  font-size: 9.6rem;
}
.section-dryer .block-01 .f-67 {
  font-size: 6.7rem;
  position: relative;
}
.section-dryer .block-01 .f-67::after {
  content: "3";
  position: absolute;
  font-size: 2.2rem;
  top: -1rem;
  right: 0rem;
}
.section-dryer .block-01 .f-40 {
  font-size: 4rem;
}
.section-dryer .block-01 .f-34 {
  font-size: 3.4rem;
}
.section-dryer .block-01 .kome {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1rem;
  color: #3E3A39;
}
@media screen and (max-width: 767px) {
  .section-dryer .block-01 {
    padding-top: 3.4rem;
    margin-bottom: 15rem;
  }
  .section-dryer .block-01 .text-box {
    margin-bottom: 3.2rem;
  }
  .section-dryer .block-01 .text-1 {
    font-size: 2.5rem;
    margin-bottom: 2.3rem;
  }
  .section-dryer .block-01 .text-2 {
    font-size: 3.6rem;
  }
  .section-dryer .block-01 .text-3 {
    font-size: 2.3rem;
  }
  .section-dryer .block-01 .text-3 .t-3-1 {
    margin-bottom: -3.5rem;
  }
  .section-dryer .block-01 .text-4 {
    font-size: 2.3rem;
    margin-top: -2rem;
  }
  .section-dryer .block-01 .text-4 .t-4-1 {
    margin-bottom: -3rem;
  }
  .section-dryer .block-01 .text-5 {
    font-size: 1.8rem;
  }
  .section-dryer .block-01 .f-42 {
    font-size: 3.3rem;
  }
  .section-dryer .block-01 .f-105 {
    font-size: 8.1rem;
  }
  .section-dryer .block-01 .f-50 {
    font-size: 3.9rem;
  }
  .section-dryer .block-01 .f-44 {
    font-size: 3.4rem;
  }
  .section-dryer .block-01 .f-96 {
    font-size: 7.4rem;
  }
  .section-dryer .block-01 .f-67 {
    font-size: 5.1rem;
  }
  .section-dryer .block-01 .f-67::after {
    font-size: 1.6rem;
    top: -0.5rem;
  }
  .section-dryer .block-01 .f-40 {
    font-size: 3.2rem;
  }
  .section-dryer .block-01 .f-34 {
    font-size: 2.7rem;
  }
  .section-dryer .block-01 .img-wrap {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .block-01 {
    position: relative;
    padding-top: calc(804 / 1314 * 100%);
    margin-bottom: 5.2rem;
  }
  .section-dryer .block-01 .text-box {
    position: absolute;
    top: 0;
    left: calc(66/1314 * 100%);
    width: calc(761 / 1314 * 100%);
  }
  .section-dryer .block-01 .text-box-inner {
    padding: 7rem 15.1rem 5.7rem 5.8rem;
    background: #E1DCD9;
    display: grid;
    gap:4rem;
  }
  .section-dryer .block-01 .img-wrap {
    position: absolute;
    top: calc(111 / 804 * 100%);
    right: 0;
    width: calc(576 / 1314 * 100%);
  }
}
.section-dryer .block-02 .text-box-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.section-dryer .block-02 .text-box-inner .badge {
  position: absolute;
  top: -4.8rem;
  right: 8.4rem;
}
.section-dryer .block-02 .text-box-inner .badge-inner {
  position: relative;
  background: url(../img/bg_dryer_badge.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22.6rem;
  height: 22.6rem;
}
.section-dryer .block-02 .text-box-inner .badge .text {
  font-family: "a1-regular", sans-serif;
  position: absolute;
  display: inline-block;
  color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 22.6rem;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.section-dryer .block-02 .text-box-inner .badge .t-1 {
  font-size: 2.7rem;
}
.section-dryer .block-02 .text-box-inner .badge .t-2 {
  font-size: 2.8rem;
}
.section-dryer .block-02 .text-box-inner .badge .t-3 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .section-dryer .block-02 .text-box-inner .badge-inner {
    width: 12.5rem;
    height: 12.5rem;
  }
  .section-dryer .block-02 .text-box-inner .badge .text {
    width: 12.5rem;
  }
  .section-dryer .block-02 .text-box-inner .badge .t-1 {
    font-size: 1.7rem;
  }
  .section-dryer .block-02 .text-box-inner .badge .t-2 {
    font-size: 2.2rem;
  }
  .section-dryer .block-02 .text-box-inner .badge .t-3 {
    font-size: 2.4rem;
  }
}
.section-dryer .block-02 .flex-text {
  color: #7B6A5F;
}
.section-dryer .block-02 .text-box .text-1 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 4.6rem;
  line-height: calc(56/46);
  letter-spacing: 0.3em;
  font-feature-settings: "palt";
  color: #7B6A5F;
}
.section-dryer .block-02 .text-box .text-2 {
  font-size: 2.8rem;
  line-height: calc(47/35);
  margin-bottom: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-dryer .block-02 .text-box .text-3 {
  font-size: 2rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .section-dryer .block-02 .text-box-inner .badge {
    top: -13rem;
    right: 0rem;
  }
  .section-dryer .block-02 .img-wrap {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .section-dryer .block-02 .text-box .text-1 {
    font-size: 4rem;
  }
  .section-dryer .block-02 .text-box .text-2 {
    font-size: 2.4rem;
  }
  .section-dryer .block-02 .text-box .text-3 {
    font-size: 1.8rem;
  }
  .section-dryer .block-02 .flex-text {
    margin-bottom: 1.5rem;
  }
  .section-dryer .block-02 .flex-box {
    margin-bottom: 2rem;
  }
  .section-dryer .block-02 .img-wrap {
    margin-bottom: 4.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .block-02 {
    position: relative;
    /*padding-top: calc(915 / 1314 * 100%);*/
    padding-top: calc(630 / 1314 * 100%);
  }
  .section-dryer .block-02 .text-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(1138 / 1314 * 100%);
    background: #E1DCD9;
  }
  .section-dryer .block-02 .text-box-inner {
    position: relative;
  }
  .section-dryer .block-02 .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    /*padding: 12.1rem 8rem 5.3rem 7.5rem;*/
    padding: 14rem 8rem 5.3rem 7.5rem;
  }
  .section-dryer .block-02 .flex-text {
    width: calc(414/997*100%);
  }
  .section-dryer .block-02 .flex-img {
    width: calc(497/997*100%);
  }
  .section-dryer .block-02 .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(871 / 1314 * 100%);
  }
}
  .section-dryer .block-03 .text-box {
    display: grid;
    gap: 2rem;
  }
.section-dryer .block-03 .text-1 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 4.3rem;
  line-height: calc(56/46);
  letter-spacing: 0.25em;
  font-feature-settings: "palt";
  color: #7B6A5F;
  margin-bottom: 2rem;
}
.section-dryer .block-03 .text-2 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 2.7rem;
  line-height: 1.6;
  color: #7B6A5F;
}
.section-dryer .block-03 .text-3 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  color: #7B6A5F;
  line-height: 1.6;
}
.section-dryer .block-03 .text-3 {
  font-size: 4rem;
}
.section-dryer .block-03 .text-4 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .section-dryer .block-03 {
    margin-top: 7.5rem;
  }
  .section-dryer .block-03 .text-1 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .section-dryer .block-03 .text-2 {
    font-size: 2.5rem;
  }
  .section-dryer .block-03 .text-3 {
    font-size: 3.6rem;
  }
  .section-dryer .block-03 .text-4 {
    margin-bottom: 5rem;
  }
  .section-dryer .block-03 .img-wrap {
    width: calc(100% + 4rem);
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .block-03 {
    position: relative;
    padding-top: calc(741 / 1314 * 100%);
    margin-top: 5.2rem;
  }
  .section-dryer .block-03 .text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(827 / 1314 * 100%);
    /*padding: 8.9rem 43rem 4.4rem 4.6rem;*/
    padding: 4.4rem 26rem 4.4rem 4.6rem;
    background: #E1DCD9;
  }
  .section-dryer .block-03 .text-box .flex-text {
    width: calc(342/827*100%);
  }
  .section-dryer .block-03 .img-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    /*width: calc(879 / 1314 * 100%);*/
    width: calc(696/1314*100%);
  }
}
.section-dryer .block-04 .block-title {
  font-size: 4rem;
  letter-spacing: 0.2em;
  line-height: calc(55/40);
  margin-bottom: 5.5rem;
  font-weight: 400;
}
.section-dryer .block-04 .item-title {
  background: #7B6A5F;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: calc(39/26);
  margin-bottom: 1.6rem;
  /*font-size: 2.6rem;
  padding-left: 1.3rem;*/
  font-size: 2.2rem;
  padding: 1rem;
  text-align: center;
  font-weight: 400;
}
.section-dryer .block-04 .block-item > .text{
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .section-dryer .block-04 {
    margin-bottom: 5rem;
  }
  .section-dryer .block-04 .block-title {
    font-size: 2.5rem;
    margin-bottom: 3.8rem;
  }
  .section-dryer .block-04 .item-title {
    font-size: 2.3rem;
    margin-bottom: 1.6rem;
  }
  .section-dryer .block-04 .block-item > .text{
    margin-bottom: 2rem;
  }
  .section-dryer .block-04 .flex-box .text {
    margin-bottom: 2rem;
  }
  .section-dryer .block-04 .flex-box .img {
    margin-bottom: 5rem;
  }
  .section-dryer .block-04 .box-item {
    margin-bottom: 1.8rem;
  }
  .section-dryer .block-04 .box-item .box-title {
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25rem;
    letter-spacing: 0.05em;
  }
  .section-dryer .block-04 .box-item .text {
    width: 78%;
    padding-left: 4%;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .block-04 {
    max-width: 117.6rem;
    margin: -2.7rem auto 9.9rem;
  }
  .section-dryer .block-04 .block-inner {
    background: #E1DCD9;
    padding: 6rem 7.5rem 4.7rem;
  }
  .section-dryer .block-04 .flex-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
  }
  .section-dryer .block-04 .flex-box .flex-item {
    width: calc((100% - 4%)/2);
  }
  .section-dryer .block-04 .flex-box .flex-item .text {
    margin-bottom: 1rem;
  }
  .section-dryer .block-04 .flex-box .flex-item.item-1 img {
    margin-top: 5rem;
  }
  .section-dryer .block-04 .box-list {
    display: flex;
    justify-content: space-between;
  }
  .section-dryer .block-04 .box-list .box-item {
    width: calc((100% - 5%) /3);
  }
  .section-dryer .block-04 .box-list .box-title {
    position: relative;
    font-size: 2.7rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    max-width: 25rem;
  }
}
.section-dryer .block-05 .text-box {
  background: #fff;
}
.section-dryer .block-05 .text {
  /*font-family: "a1-regular";*/
  color: #6C635B;
  line-height: calc(38/28);
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-dryer .block-05 .text-box {
    margin-bottom: 5rem;
    padding: 3rem;
  }
  .section-dryer .block-05 .text-box .img {
    margin-bottom: 2.4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .block-05 {
    position: relative;
  }
  .section-dryer .block-05 .text-box {
    position: absolute;
    height: calc(460/823*100%);
    width: calc(588/1314*100%);
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(72/1314*100%);
    padding: min(7vw, 12.4rem) 4.9rem 10.9rem 3.8rem;
  }
  .section-dryer .block-05 .text-box .img {
    width: 50.1rem;
    margin-bottom: min(3vw, 5.1rem);
  }
  .section-dryer .block-05 .text-box .text {
    font-size: 2.8rem;
  }
}


.section-dryer .block-06 .text-1 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 2.7rem;
  line-height: 1.6;
  color: #7B6A5F;
  margin-bottom: 3rem;
  text-align: center;
}
.section-dryer .block-06 .text-2 {
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 4.3rem;
  line-height: calc(56/46);
  letter-spacing: 0.25em;
  font-feature-settings: "palt";
  color: #7B6A5F;
  margin-bottom: 5rem;
  text-align: center;
}
.section-dryer .block-06 picture {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .section-dryer .block-06 .text-1 {
    font-size: 2.5rem;
  }
  .section-dryer .block-06 .text-2 {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
  .section-dryer .block-06 .img-wrap {
    width: calc(100% + 4rem);
    margin-bottom: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .block-06 {
    margin-bottom: 5.2rem;
  }
  .section-dryer .block-06 .img-wrap {
    width: calc(871 / 1314 * 100%);
  }
  .section-dryer .block-06 .text-box {
    width: calc(1138 / 1314 * 100%);
    margin-left: auto;
    margin-top: -10rem;
  }
  .section-dryer .block-06 .text-box-inner {
    background: #E1DCD9;
    padding: 14rem 8rem 5.3rem 7.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-dryer .product .item {
    width: 33%;
  }
}


.section-straight {
  color: #6C635B;
}
.section-straight .section-title {
  padding-top: 8.6rem;
  padding-bottom: 6.9rem;
}
.section-straight .section-header {
  position: relative;
  max-width: 158rem;
  margin: auto;
}
.section-straight .section-header .text {
  letter-spacing: 0.05em;
  line-height: calc(45/27);
}
@media screen and (max-width: 767px) {
  .section-straight {
    background: #E1DCD9;
  }
  .section-straight .section-title, .section-straight .section-header {
    background: #fff;
  }
  .section-straight .section-title {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .section-straight .section-header .img {
    margin-bottom: 4.7rem;
  }
  .section-straight .section-header .text {
    font-size: 2.7rem;
    text-align: center;
    padding-bottom: 4.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-straight .section-header {
    position: relative;
    margin-bottom: 10.1rem;
  }
  .section-straight .section-header .text {
    position: absolute;
    top: 9rem;
    font-size: 4rem;
    left: 13.6rem;
  }
  .section-straight .inner {
    max-width: calc(131.4rem + 8rem);
  }
}
.section-straight .block-01 {
  margin-bottom: 11.6rem;
  background: #E1DCD9;
  position: relative;
}
.section-straight .block-01 .block-title {
  /*font-family: "bbb-medium", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  margin-bottom: 14.7rem;
  font-size: 4rem;
  letter-spacing: 0.05em;
  z-index: 2;
  line-height: 1.5;
  position: relative;
}
.section-straight .block-01 .block-title span {
  font-size: 6.3rem;
}
.section-straight .block-01 .block-title-sub {
  font-size: 3.5rem;
  line-height: calc(47/35);
  margin-bottom: 3.9rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-straight .block-01 .block-img {
  overflow: hidden;
}
.section-straight .block-01 .flex-box .item-title {
  background: #7B6A5F;
  color: #fff;
  font-size: 2.6rem;
  padding-left: 1rem;
  margin-bottom: 2.4rem;
  font-weight: 400;
}
.section-straight .block-01 .flex-box .item-title.bg-white {
  background: #fff;
  color: #7B6A5F;
}
.section-straight .block-01 .flex-box .text {
  margin-bottom: 2rem;
}
.section-straight .block-01 .flex-box figure {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .section-straight .block-01 {
    padding-top: 4.6rem;
    margin-bottom: 4rem;
  }
  .section-straight .block-01 .block-title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .section-straight .block-01 .block-title span {
    font-size: 5rem;
  }
  .section-straight .block-01 .block-img {
    display: block;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .section-straight .block-01 .block-title-sub {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
  }
  .section-straight .block-01 .media {
    margin-top: -6rem;
    margin-bottom: 5rem;
  }
  .section-straight .block-01 .catch-text {
    font-size: 3rem;
    line-height: calc(44/30);
    margin-bottom: 3rem;
  }
  .section-straight .block-01 .flex-box .item-title {
    font-size: 2.2rem;
  }
  .section-straight .block-01 .flex-item:first-child figure {
    margin-bottom: 3rem;
  }
  .section-straight .block-01 .keep {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-straight .block-01 {
    padding: 13.2rem 6.6rem 6.7rem;
  }
  .section-straight .block-01 .block-img {
    position: absolute;
    top: -10.1rem;
    right: calc(-130/1314*100%);
    z-index: 1;
    max-width: 113.5rem;
  }
  .section-straight .block-01 .media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
  }
  .section-straight .block-01 .media-text {
    width: calc(480/1176*100%);
    margin-bottom: 5.5rem;
  }
  .section-straight .block-01 .media-text .text {
    margin-bottom: 3.6rem;
  }
  .section-straight .block-01 .media-img {
    width: calc(614/1176*100%);
    margin-bottom: 9rem;
  }
  .section-straight .block-01 .catch-text {
    font-size: 4rem;
    line-height: calc(55/40);
    margin-bottom: 6rem;
  }
  .section-straight .block-01 .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .section-straight .block-01 .flex-box .flex-item {
    width: calc((100% - 4%)/2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section-straight .block-01 .keep {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-straight .block-01 .keep {
    margin-top: 5.5rem;
  }
  .section-straight .block-01 .keep-text {
    width: calc(480/1176*100%);
  }
  .section-straight .block-01 .keep-img {
    width: calc(614/1176*100%);
  }
}
@media screen and (max-width: 767px) {
  .section-straight .block-02 {
    padding-top: 5.2rem;
    padding-bottom: 5rem;
  }
  .section-straight .block-02 .media-img {
    margin-bottom: 2rem;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .section-straight .block-02 .media-text .title {
    font-size: 2.5rem;
    line-height: calc(34/25);
    margin-bottom: 1rem;
    font-weight: 400;
  }
  .section-straight .block-02 .media-text .text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-straight .block-02 {
    position: relative;
    padding-top: calc(605 / 1314 * 100%);
  }
  .section-straight .block-02 .media-img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(698/1314*100%);
    z-index: 2;
  }
  .section-straight .block-02 .media-text {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E1DCD9;
    width: calc(719/1314*100%);
    z-index: 1;
    padding: 10.9rem 3.9rem 11.4rem 16.4rem;
  }
  .section-straight .block-02 .media-text .title {
    font-size: 3.5rem;
    line-height: calc(47/35);
    letter-spacing: 0.05em;
    margin-bottom: 4.9rem;
    font-weight: 400;
  }
  .section-straight .block-02 .media-text .text {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-straight .block-03 {
    padding-top: 5.2rem;
    padding-bottom: 3rem;
  }
  .section-straight .block-03 .media-img {
    margin-bottom: 2rem;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .section-straight .block-03 .media-text .title {
    font-size: 2.5rem;
    line-height: calc(34/25);
    margin-bottom: 1rem;
    font-weight: 400;
  }
  .section-straight .block-03 .media-text .text {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-straight .block-03 {
    position: relative;
    padding-top: calc(615 / 1314 * 100%);
  }
  .section-straight .block-03 .media-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(696/1314*100%);
    z-index: 2;
  }
  .section-straight .block-03 .media-text {
    position: absolute;
    top: 0;
    left: 0;
    background: #E1DCD9;
    width: calc(719/1314*100%);
    z-index: 1;
    padding: 11.4rem 14.3rem 10.9rem 6rem;
  }
  .section-straight .block-03 .media-text .title {
    font-size: 3.5rem;
    line-height: calc(47/35);
    letter-spacing: 0.05em;
    margin-bottom: 4.9rem;
    font-weight: 400;
  }
  .section-straight .block-03 .media-text .text {
    margin-bottom: 2rem;
  }
  .section-straight .product .item:first-child {
    width: 100%;
  }
}

.section-curl {
  color: #6C635B;
}
.section-curl .section-title {
  padding-top: 7.5rem;
  padding-bottom: 6.9rem;
}
.section-curl .section-header {
  position: relative;
  max-width: 158rem;
  margin: auto;
}
.section-curl .section-header .text {
  /*font-family: "a1-regular";*/
  letter-spacing: 0.05em;
  line-height: calc(45/27);
}
@media screen and (max-width: 767px) {
  .section-curl {
    background: #E1DCD9;
  }
  .section-curl .section-title, .section-curl .section-header {
    background: #fff;
  }
  .section-curl .section-title {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .section-curl .section-header .img {
    margin-bottom: 4.7rem;
  }
  .section-curl .section-header .text {
    font-size: 2.7rem;
    text-align: center;
    padding-bottom: 4.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-curl .section-header {
    position: relative;
    margin-bottom: 10.1rem;
  }
  .section-curl .section-header .text {
    position: absolute;
    top: 9rem;
    font-size: 4rem;
    left: 13.6rem;
  }
  .section-curl .inner {
    max-width: calc(131.4rem + 8rem);
  }
}
.section-curl .block-01 {
  margin-bottom: 11.6rem;
  background: #E1DCD9;
  position: relative;
}
.section-curl .block-01 .block-title {
  /*font-family: "bbb-medium", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  margin-bottom: 12rem;
  font-size: 4rem;
  letter-spacing: 0.05em;
  z-index: 2;
  line-height: 1.5;
  position: relative;
}
.section-curl .block-01 .block-title span {
  font-size: 6.3rem;
}
.section-curl .block-01 .block-title-sub {
  font-size: 3.5rem;
  line-height: calc(47/35);
  margin-bottom: 3.9rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-curl .block-01 .block-img {
  overflow: hidden;
}
.section-curl .block-01 .flex-box .item-title {
  background: #7B6A5F;
  color: #fff;
  font-size: 2.6rem;
  padding-left: 1rem;
  margin-bottom: 2.4rem;
  font-weight: 400;
}
.section-curl .block-01 .flex-box .item-title.bg-white {
  background: #fff;
  color: #7B6A5F;
}
.section-curl .block-01 .flex-box .text {
  margin-bottom: 2rem;
}
.section-curl .block-01 .flex-box figure {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .section-curl .block-01 {
    padding-top: 4.6rem;
    margin-bottom: 4rem;
  }
  .section-curl .block-01 .block-title {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .section-curl .block-01 .block-title span {
    font-size: 5rem;
  }
  .section-curl .block-01 .block-img {
    display: block;
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .section-curl .block-01 .block-title-sub {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
  }
  .section-curl .block-01 .media {
    margin-bottom: 5rem;
  }
  .section-curl .block-01 .catch-text {
    font-size: 3rem;
    line-height: calc(44/30);
    margin-bottom: 3rem;
  }
  .section-curl .block-01 .flex-box .item-title {
    font-size: 2.2rem;
  }
  .section-curl .block-01 .flex-item:first-child figure {
    margin-bottom: 3rem;
  }
  .section-curl .block-01 .keep {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .section-curl .block-01 {
    padding: 13.2rem 6.6rem 6.7rem;
  }
  .section-curl .block-01 .block-img {
    position: absolute;
    top: -7rem;
    right: calc(-130/1314*100%);
    z-index: 1;
    max-width: 89.8rem;
  }
  .section-curl .block-01 .media {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
  }
  .section-curl .block-01 .media-text {
    width: calc(480/1176*100%);
    margin-bottom: 5.5rem;
  }
  .section-curl .block-02 .media-text .title {
    font-weight: 400;
  }
  .section-curl .block-01 .media-text .text {
    margin-bottom: 3.6rem;
  }
  .section-curl .block-01 .media-img {
    width: calc(614/1176*100%);
    margin-bottom: 9rem;
  }
  .section-curl .block-01 .catch-text {
    font-size: 4rem;
    line-height: calc(55/40);
    margin-bottom: 6rem;
  }
  .section-curl .block-01 .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .section-curl .block-01 .flex-box .flex-item {
    width: calc((100% - 4%)/2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .section-curl .block-01 .keep {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-curl .block-01 .keep {
    margin-top: 5.5rem;
  }
  .section-curl .block-01 .keep-text {
    width: calc(480/1176*100%);
  }
  .section-curl .block-01 .keep-img {
    width: calc(614/1176*100%);
  }
}
@media screen and (max-width: 767px) {
  .section-curl .block-02 {
    padding-top: 5.2rem;
    padding-bottom: 5rem;
  }
  .section-curl .block-02 .media-img {
    margin-bottom: 2rem;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .section-curl .block-02 .media-text .title {
    font-size: 2.5rem;
    line-height: calc(34/25);
    margin-bottom: 1rem;
  }
  .section-curl .block-02 .media-text .text {
    font-size: 1.8rem;
  }
  .section-curl .block-02 .media-text > .text {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-curl .block-02 {
    position: relative;
    padding-top: calc(898 / 1314 * 100%);
  }
  .section-curl .block-02 .media-img {
    position: absolute;
    top: 0;
    right: calc(-130/1314*100%);
    width: calc(790/1314*100%);
    z-index: 2;
  }
  .section-curl .block-02 .media-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #E1DCD9;
    width: calc(735/1314*100%);
    height: calc(581/898*100%);
    z-index: 1;
    padding: 7.4rem 17.3rem 7.9rem 6.6rem;
  }
  .section-curl .block-02 .media-text .title {
    font-size: 3.5rem;
    line-height: calc(47/35);
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
  }
  .section-curl .block-02 .media-text .text {
    margin-bottom: 6rem;
  }
}
.section-curl .block-03 .flex-item {
  position: relative;
}
.section-curl .block-03 .badge {
  position: absolute;
  top: -4.7rem;
  left: -6.7rem;
  /*font-family: "YuGothic", sans-serif;*/
  font-weight: 400;
  font-style: normal;
}
.section-curl .block-03 .badge-inner {
  position: relative;
  width: 13.4rem;
  height: 13.4rem;
  border-radius: 50%;
  background: #7B6A5F;
}
.section-curl .block-03 .badge .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 13.4rem;
}
.section-curl .block-03 .badge .lg {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .section-curl .block-03 {
    padding-top: 5.2rem;
    padding-bottom: 5rem;
  }
  .section-curl .block-03 .media-img {
    margin-bottom: 2rem;
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
  .section-curl .block-03 .media-text .title {
    font-size: 3rem;
    line-height: calc(44/30);
    margin-bottom: 6.4rem;
  }
  .section-curl .block-03 .media-text .text {
    font-size: 1.8rem;
  }
  .section-curl .block-03 .flex-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .section-curl .block-03 .flex-img {
    margin-bottom: 1rem;
  }
  .section-curl .block-03 .flex-text {
    font-size: 1.8rem;
  }
  .section-curl .block-03 .flex-item:not(first-child) {
    margin-top: 5rem;
  }
  .section-curl .block-03 .badge {
    top: -4rem;
    left: -3rem;
  }
  .section-curl .block-03 .badge-inner {
    width: 11.3rem;
    height: 11.3rem;
  }
  .section-curl .block-03 .badge .text {
    width: 11.3rem;
  }
  .section-curl .block-03 .badge .lg {
    font-size: 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-curl .block-03 {
    position: relative;
    /*padding-top: calc(1202 / 1314 * 100%);*/
    padding-top: calc(1738 / 1314 * 100%);
  }
  .section-curl .block-03 .media-img {
    position: absolute;
    top: 0;
    left: calc(-130/1314*100%);
    width: calc(1148/1314*100%);
    z-index: 2;
  }
  .section-curl .block-03 .media-text {
    position: absolute;
    bottom: 0;
    background: #E1DCD9;
    width: 100%;
    z-index: 1;
    padding: 12.6rem 11.5rem 3.7rem 17.9rem;
  }
  .section-curl .block-03 .media-text .title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 4.8rem;
  }
  .section-curl .block-03 .media-text .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  .section-curl .block-03 .media-text .flex-box01{
    justify-content: center;
  }
  .section-curl .block-03 .media-text .flex-box02{
    margin-top: 8rem;
    justify-content: space-between;
  }
  .section-curl .block-03 .media-text .flex-item {
    width: calc(389/882*100%);
  }
  .section-curl .block-03 .media-text .flex-img {
    margin-bottom: 2.5rem;
  }
}

.section-2way {
  color: #6C635B;
}
.section-2way .section-title {
  padding-top: 7.5rem;
  padding-bottom: 6.9rem;
}
.section-2way .section-header {
  position: relative;
  max-width: 158rem;
  margin: auto;
}
.section-2way .section-header .text {
  /*font-family: "a1-regular";*/
  letter-spacing: 0.05em;
  line-height: calc(45/27);
}
@media screen and (max-width: 767px) {
  .section-2way {
    background: #E1DCD9;
  }
  .section-2way .section-title, .section-2way .section-header {
    background: #fff;
  }
  .section-2way .section-title {
    padding-top: 3rem;
    padding-bottom: 0;
  }
  .section-2way .section-header .img {
    margin-bottom: 4.7rem;
  }
  .section-2way .section-header .text {
    font-size: 2.7rem;
    text-align: center;
    padding-bottom: 4.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-2way .section-header {
    position: relative;
    margin-bottom: 10.1rem;
  }
  .section-2way .section-header .text {
    position: absolute;
    top: 4rem;
    font-size: 4rem;
    left: 7rem;
  }
  .section-2way .inner {
    max-width: calc(131.4rem + 8rem);
  }
}
.section-2way .block-01 {
  margin-bottom: 11.6rem;
  background: #E1DCD9;
  position: relative;
}
.section-2way .block-01 .block-title {
  font-size: 3.5rem;
  line-height: calc(47/35);
  margin-bottom: 3.9rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-2way .block-01 .flex-box .item-title {
  background: #7B6A5F;
  color: #fff;
  font-size: 2.6rem;
  padding-left: 1rem;
  font-weight: 400;
}
.section-2way .block-01 .flex-box .flex-item picture {
  display: flex;
  justify-content: center;
}
.section-2way .block-01 .flex-box .flex-item:first-child picture {
  background: #e9d6c7;
  background: linear-gradient(180deg,rgb(232, 209, 193) 0%, rgb(233, 214, 199) 100%);
}
.section-2way .block-01 .flex-box .flex-item:nth-child(2) picture {
  background: #e4c5c2;
}
@media screen and (max-width: 767px) {
  .section-2way .block-01 {
    padding-top: 4.6rem;
    margin-bottom: 4rem;
  }
  .section-2way .block-01 .block-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
  }
  .section-2way .block-01 .flex-box .flex-item {
  margin-bottom: 2rem;
}
}
@media print, screen and (min-width: 768px) {
  .section-2way .block-01 {
    padding: 6.7rem 6.6rem 6.7rem;
  }
  .section-2way .block-01 .flex-box .item-title {
    font-size: 2.2rem;
  }
  .section-2way .block-01 .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .section-2way .block-01 .flex-box .flex-item {
    width: calc((100% - 4%)/2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.section-2way .block-02 {
  margin-bottom: 11.6rem;
  background: #E1DCD9;
  position: relative;
}
.section-2way .block-02 .block-title {
  font-size: 3.5rem;
  line-height: calc(47/35);
  margin-bottom: 3.9rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-2way .block-02 .flex-box .item-title {
  background: #7B6A5F;
  color: #fff;
  font-size: 2.6rem;
  padding-left: 1rem;
  margin-bottom: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .section-2way .block-02 {
    padding-top: 4.6rem;
    margin-bottom: 4rem;
  }
  .section-2way .block-02 .block-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 768px) {
  .section-2way .block-02 {
    padding: 6.7rem 6.6rem 6.7rem;
    position: relative;
  }
  .section-2way .block-02 .flex-box .item-title {
    font-size: 2.2rem;
  }
  .section-2way .block-02 .flex-box .flex-text {
    width: calc((100% - 4%)/2);
  }
  .section-2way .block-02 .flex-box .flex-img {
    width: 50rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.section-2way .block-03 {
  margin-bottom: 11.6rem;
  background: #E1DCD9;
  position: relative;
}
.section-2way .block-03 .block-title {
  font-size: 3.5rem;
  line-height: calc(47/35);
  margin-bottom: 3.9rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.section-2way .block-03 .flex-box .item-title {
  background: #7B6A5F;
  color: #fff;
  font-size: 2.6rem;
  padding-left: 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .section-2way .block-03 {
    padding-top: 4.6rem;
    margin-bottom: 4rem;
  }
  .section-2way .block-03 .block-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
  }
    .section-2way .block-03 .flex-box .flex-text {
    margin-bottom: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-2way .block-03 {
    padding: 6.7rem 6.6rem 6.7rem;
  }
  .section-2way .block-03 .flex-box .item-title {
    font-size: 2.2rem;
  }
  .section-2way .block-03 .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .section-2way .block-03 .flex-box > div {
    width: calc((100% - 4%)/2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}



.section-recomend {
  padding-top: 10.1rem;
  padding-bottom: 25.4rem;
  background: url("../img/bg_recomend.jpg") center center / cover;
}
.section-recomend .line-lg {
  margin-bottom: 7rem;
}
.section-recomend .section-title {
  margin-bottom: 8.6rem;
}
.section-recomend .inner {
  max-width: 149rem;
}
.section-recomend .flex-item .text {
  font-size: 2.5rem;
  color: #6C635B;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .section-recomend {
    padding-top: 4.9rem;
    padding-bottom: 19.8rem;
  }
  .section-recomend .line-lg {
    margin-bottom: 4.3rem;
  }
  .section-recomend .section-title {
    margin-bottom: 6.5rem;
  }
  .section-recomend .flex-item:not(:last-child) {
    margin-bottom: 4.5rem;
  }
  .section-recomend .flex-item .text {
    font-size: 2.1rem;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .section-recomend .flex-box {
    display: flex;
    justify-content: space-between;
  }
  .section-recomend .flex-item {
    width: calc((100% - 6rem)/3);
  }
  .section-recomend .flex-item:not(:last-child) {
    margin-right: 3rem;
  }
}


.product .item {
	position:relative;
}
.product .item a.itemlink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=style.css.map */
