@charset "UTF-8";

.wrapper {
  background: #f3f1ea;
}
.contents {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-weight: 400;
}
.ibk {
  display: inline-block;
}

.products_kv {
  position: relative;
  overflow: hidden;
}
.products_kv.bg_brown {
  background: #3d0f01;
}
.products_kv .imgarea {
  position: relative;
}
#img_main {
  width:100%;
  max-width:none;
  transition: ease .5s;
}
#img_main.off {
  -ms-filter: blur(40px);
  filter: blur(40px);
}
.products_kv .fadearea {
  position: absolute;
  top:0;
  right:50vw;
  width:50%;
  max-width:850px;
  height:100%;
}
.products_kv.right_img .fadearea {
  right:auto;
  left:50vw;
}
.products_kv .fadearea > div {
  display: none;
  width:600px;
  height:600px;
  position: absolute;
  top:50%;
  left:calc(50% + 35px);
  transform: translateY(-50%) translateX(-50%);
}
.products_kv.right_img .fadearea > div {
  left:auto;
  right:calc(50% + 35px);
  transform: translateY(-50%) translateX(50%);
}
.products_kv.tuner_posi .fadearea > div {
  margin-top:10px;
}
.products_kv .fadearea > div img {
  width:100%;
  display: block;
}
.products_kv .thumbarea {
  width: 50%;
  max-width: 850px;
  position: absolute;
  right: calc(50% + 425px);
  bottom:30px;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.products_kv.right_img .thumbarea {
  right:auto;
  left: calc(50% + 425px);
  transform: translateX(-50%);
  align-items: flex-end;
}
.products_kv .thumbarea > div {
  width:100px;
  height:100px;
  position: relative;
  overflow: hidden;
  margin: 10px 0 0 30px;
  cursor: pointer;
}
.products_kv.right_img .thumbarea > div {
  margin: 10px 30px 0 0;
}
.products_kv .thumbarea > div.current::after {
  content:"";
  width:100%;
  height:100%;
  border:solid 1px #4a2c00;
  position: absolute;
  top:0;
  left:0;
  transition: ease .3s;
}
.products_kv .thumbarea > div img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
}

.products_kv .txtarea {
  width:50vw;
  max-width: 850px;
  padding:85px 100px 150px;
  position: absolute;
  top:50%;
  right: calc(50% - 425px);
  transform: translateX(50%) translateY(-50%);
}
.products_kv .txtarea.pat-white {
  color:#fff;
}
.products_kv.right_img .txtarea {
  padding:85px 50px 150px 150px;
  right:auto;
  left: calc(50% - 425px);
  transform: translateX(-50%) translateY(-50%);
}
.products_kv.tuner_posi .txtarea {
  left: calc(50% - 325px);
}
.products_kv.pt_two_cart .txtarea {
  padding:45px 50px 60px 150px;
}
.products_kv .txtarea h2.product_type {
  font-size:20px;
  font-weight:500;
  line-height:1;
  letter-spacing:.2em;
  margin:0 0 15px;
}
.products_kv.pt_two_cart .txtarea h2.product_type {
  margin:0 0 10px;
}
.products_kv .txtarea h1 .product_title_en {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size:50px;
  font-weight: 200;
  letter-spacing:0.1em;
  line-height:1;
  display: block;
  margin:0 0 20px;
}
.products_kv.pt_two_cart .txtarea h1 .product_title_en {
  margin:0 0 10px;
}
.products_kv .txtarea h1 .product_title_jp {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size:20px;
  letter-spacing:0.2em;
  line-height:1;
  display: block;
  margin:0 0 25px;
  white-space: nowrap;
}
.products_kv.tuner_posi .txtarea h1 .product_title_jp {
  letter-spacing:0.1em;
}
.products_kv.pt_two_cart .txtarea h1 .product_title_jp {
  margin:0 0 20px;
}
.products_kv .txtarea p.product_content_desc {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size:24px;
  font-weight:500;
  letter-spacing:0.2em;
  line-height:1.8;
  white-space: nowrap;
  margin:0;
}
.products_kv .txtarea .product_cart_box {
  margin:50px 0 0;
}
.products_kv.pt_two_cart .txtarea .product_cart_box {
  margin:35px 0 0;
}
.products_kv.right_img .txtarea .product_cart_box + .product_cart_box {
  margin-top:60px;
}
.products_kv .txtarea p.product_info_subscription_title {
  color:#4a2c00;
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size:20px;
  letter-spacing:0.1em;
  line-height:1;
  text-align: center;
  margin:0;
}
.products_kv .txtarea p.product_info_subscription_title + p.product_info_subscription_title {
  margin-top:10px;
}
.product_info_subscription_choice {
  margin:30px 0 0;
  border-top: 1px solid #c6beb3;
}
.products_kv.pt_two_cart .txtarea .product_info_subscription_choice {
  margin:15px 0 0;
}
.product_info_subscription_choice_item {
  padding:30px 10px 30px 20px;
  border-bottom: 1px solid #c6beb3;
}
.product_info_subscription_choice_item:last-child {
  border-bottom: none;
}
.products_kv.pt_two_cart .txtarea .product_info_subscription_choice_item {
  padding:25px 10px 25px 20px;
}
.product_info_subscription_choice_label {
  color:#4a2c00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}
.product_info_subscription_choice_input {
  display: flex;
  align-items: center;
}
.product_info_subscription_choice_input input {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #52350b;
  border-radius: 50%;
  display: none;
}
.product_info_subscription_choice_input input:checked {
}
.product_info_subscription_choice_input span {
  font-size: 18px;
  letter-spacing:.1em;
  margin-left: 10px;
}
.product_info_subscription_choice_input span br.sp {
  display: none;
}
.product_info_subscription_choice_price {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 26px;
  letter-spacing:0.15em;
  margin: 0 0 0 auto;
}
.product_info_subscription_price > span {
  font-family: "A1明朝", "A1 Mincho", noto-sans-cjk-jp, serif;
  font-size: 14px;
  letter-spacing:0.15em;
}
.product_info_subscription_submit {
  margin:40px 0 0;
}
.products_kv.pt_two_cart .txtarea .product_info_subscription_submit {
  margin:30px 0 0;
}
.product_info_subscription_submit button,
.product_info_subscription_submit span {
  display: flex!important;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  height: 60px;
  color: #fff;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing:0.1em;
  background: #5c3a2e;
  margin: 0 auto;
  transition:ease .3s;
  cursor: pointer;
}
.products_kv .txtarea.pat-white .product_info_subscription_submit button,
.products_kv .txtarea.pat-white .product_info_subscription_submit span {
  color: #4a2c00;
  background:url(../images/hdft_bg_w.png) repeat center 0;
}
.product_info_subscription_submit button img,
.product_info_subscription_submit span img{
  width:27px;
  margin-right:20px;
}
.c-product_info__subscription__notes {
  color:#4a2c00;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .15em;
  margin]: 15px 0 0;
}
.products_kv .txtarea.pat-white p.product_info_subscription_title,
.products_kv .txtarea.pat-white .product_info_subscription_choice_label,
.products_kv .txtarea.pat-white .c-product_info__subscription__notes {
  color:#fff;
}

.products_details {
  padding: 120px 60px 180px;
}
.products_details .inner {
  width:100%;
  max-width: 1580px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.product_info_single,
.product_info_detail {
  color:#4a2c00;
  width:calc(50% - 30px);
}
.product_info_single .p-descriptionList_title {
  font-size: 20px;
  font-weight:500;
  line-height: 1.5;
  letter-spacing: .15em;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 20px;
  border-bottom: solid 1px #c6beb3;
}
.product_info_single .p-descriptionList_data {
  font-size: 16px;
  font-weight:500;
  line-height: 1.5;
  letter-spacing: .15em;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 20px 0;
}
.product_info_single .p-descriptionList_data::before {
  content: "・";
}
.product_info_single .p-descriptionList_data-ast::before {
  content: "※";
}
.product_info_single .p-descriptionList_data a {
  text-decoration: underline;
}
.product_info_detail .product_info_detail_title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .15em;
  padding: 0 30px 25px;
  margin: 45px 0 0;
  border-bottom: solid 1px #c6beb3;
  cursor: pointer;
  position: relative;
}
.product_info_detail .product_info_detail_title.is-open {
  border-bottom: solid 1px transparent;
}
.product_info_detail .product_info_detail_title:first-child {
  margin-top: 0;
}
.product_info_detail .product_info_detail_title::before {
  content: "";
  width: 21px;
  height: 1px;
  background: #4a2c00;
  position: absolute;
  top: 14px;
  right: 30px;
}
.product_info_detail .product_info_detail_title::after {
  content: "";
  width: 1px;
  height: 21px;
  background: #4a2c00;
  position: absolute;
  top: 4px;
  right: 40px;
  transition: ease .3s;
}
.product_info_detail .product_info_detail_title.is-open::after {
  transform: rotate(90deg);
}
.product_info_detail .product_info_detail_content {
  display: none;
}
.product_info_detail_content_item {
  padding: 0 30px 30px;
  border-bottom: solid 1px #c6beb3;
}
.product_info_detail .product_info_detail_content hr {
  margin: 20px -30px;
  border: 0;
  border-bottom: solid 1px #c6beb3;
}
.product_info_detail_content_item h3 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .15em;
  margin: 0 0 15px;
}
.product_info_detail_content_item p + h3 {
  margin-top: 30px;
}
.product_info_detail_content_item p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .15em;
  margin: 0;
}
.product_info_detail_content_item p + p {
  margin-top:1.2em;
}
.product_info_detail_content_item p small {
  font-size: 12px;
  display: block;
  margin: .6em 0 0;
}

.product_feature {
  padding: 20px 0 40px;
}
.contents h2.eng_ttl {
  color: #4a2c00;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 60px;
}
.feature_section {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto 120px;
  display: flex;
  align-items: flex-end;
}
.feature_section.text-top {
  align-items:flex-start;
}
.feature_section.left_img {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.feature_section.left_img .txtarea {
  padding:0 60px;
}
.feature_section.right_img {
  justify-content: flex-end;
}
.feature_section.right_img .txtarea {
  padding: 0 40px 0 60px;
}
.feature_section .txtarea {
  color: #4a2c00;
}
.feature_section .imgarea {
  width: 1000px;
  min-width: 1000px;
  position: relative;
}
.feature_section .imgarea h4 {
  color:#4a2c00;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: .1em;
  margin: 30px 0 0;
}
.feature_section .imgarea p {
  color:#4a2c00;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  margin: 10px 0 0;
}
.feature_section video {
  width: 100%;
  display: block;
}
.feature_section .numttl {
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 150px;
  font-weight: 200;
  line-height: 1;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.feature_section .numttl .subttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  margin: 0 0 -5px;
  display: block;
}
.feature_section .txtarea p {
  font-size: 30px;
  font-weight:500;
  letter-spacing: .1em;
  line-height: 1.66;
  margin: 10px 0 0;
}
.feature_section .txtarea p.chushaku {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.feature_section .txtarea p + p.chushaku {
  margin: 55px 0 0;
}
.feature_section .txtarea p.chushaku + p.chushaku {
  margin: 5px 0 0;
}
.feature_section .txtarea p sup {
  font-size:60%;
}
.feature_section .ingredient {
  width: fit-content;
  position: absolute;
  top:50%;
  right:60px;
  transform: translateY(-50%);
}
.feature_section .ingredient h4 {
  color: #fff;
  font-size: 24px;
  font-weight:500;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: center;
  margin: 0 0 10px;
  text-shadow: 0px 0px 25px rgba(130, 68, 13, 1), 0px 0px 25px rgba(130, 68, 13, 1);
}
.feature_section .ingredient h4 br.sp {
  display: none;
}
.feature_section .ingredient ul {
  display: flex;
  justify-content: flex-end;
}
.feature_section .ingredient ul li {
  width:195px;
}
.feature_section .ingredient ul li .image {
  height:149px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.feature_section .ingredient ul li .image img {
  margin: 0 auto;
  display: block;
}
.feature_section .ingredient ul li.peony_extract .image img,
.feature_section .ingredient ul li.pear .image img {
  width:162px;
}
.feature_section .ingredient ul li.argan_oil .image img {
  width:150px;
}
.feature_section .ingredient ul li.rosemary .image img {
  width:157px;
}
.feature_section .ingredient ul li h5 {
  color: #fff;
  font-size: 18px;
  font-weight:500;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: center;
  margin: 10px 0 0;
  text-shadow: 0px 0px 20px rgba(130, 68, 13, 1), 0px 0px 20px rgba(130, 68, 13, 1);
}
.feature_section .ingredient ul li p {
  color: #fff;
  font-size: 14px;
  font-weight:700;
  line-height: 1.57;
  text-align: center;
  letter-spacing: normal;
  margin: 5px 0 0;
  text-shadow: 0px 0px 20px rgba(130, 68, 13, 1), 0px 0px 20px rgba(130, 68, 13, 1);
}

.feature_section.no_cols {
  width: 100%;
  max-width: 1520px;
  padding:0 60px;
  margin:0 auto 120px;
  display: block;
}
.feature_section .maintenance {
  width:100%;
  padding-left: 200px;
  margin:80px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.feature_section .maintenance .left_col {
  width:33.33%;
  padding:50px 0 30px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.feature_section .maintenance .right_col {
  width:54.16%;
  padding:50px 0 30px;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
.feature_section .maintenance .right_col::after {
  content:"";
  width:72px;
  height:72px;
  display: block;
  position: absolute;
  top:245px;
  left:-40px;
  transform: translateX(-100%);
  background:url(/beauty/branchic/products/images/icon_cross.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.feature_section .maintenance h4 {
  color:#fff;
  font-size:24px;
  font-weight:400;
  line-height:1;
  text-align: center;
  width:180px;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top:0;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  background:#4a2c00;
  border-radius:25px;
}
.feature_section .maintenance h5 {
  color:#4a2c00;
  font-size:18px;
  font-weight:400;
  line-height:1.66;
  text-align: center;
}
.feature_section .maintenance h6 {
  color:#fff;
  font-size:18px;
  font-weight:700;
  line-height:1.66;
  text-align: center;
  padding:5px;
  margin: 15px 0 0;
  background: #82440d;
}
.feature_section .maintenance .image {
  width:340px;
  margin:30px auto 25px;
}
.feature_section .maintenance p {
  color:#4a2c00;
  font-size:18px;
  line-height:1.55;
  padding:0 28px;
}
.feature_section .maintenance p.chushaku {
  font-size:14px;
  text-align: right;
  margin: 10px 0 0;
}
.feature_section .maintenance ul {
  width:100%;
  display: flex;
  justify-content:center;
  margin: 5px 0 0;
}
.feature_section .maintenance ul li {
  width:175px;
}
.feature_section .maintenance ul li img {
  width:102px;
  display: block;
  margin:0 auto;
}
.feature_section .maintenance ul li p {
  font-size:16px;
  line-height:1.25;
  text-align: center;
  white-space: nowrap;
  margin:10px 0 0;
  padding:0;
}
.feature_section .maintenance ul li p .sub {
  font-size:14px;
}

.recommended_for {
  padding: 20px 0 180px;
}
.recommended_for .twocol {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.recommended_for .image {
  width: 1000px;
  min-width: 1000px;
}
.recommended_for ul {
  width:1084px;
  padding:5px 60px 55px;
  position: absolute;
  bottom: -60px;
  left: 466px;
  background: #fff;
}
.recommended_for ul li {
  color: #4a2c00;
  font-size: 24px;
  font-weight:500;
  letter-spacing: .1em;
  line-height: 1.41;
  padding: 0 0 0 42px;
  margin: 50px 0 0;
  background: url(../images/icon_check_b.svg) no-repeat 0 4px;
  background-size: 26px auto;
}
.recommended_for ul li.chushaku {
  font-size: 16px;
  line-height: 1;
  text-align: right;
  padding: 0;
  margin: 15px -30px 0 0;
  background:none;
}

.q_and_a {
  padding:20px 60px 140px;
}
.q_and_a .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.q_and_a ul li {
  color: #4a2c00;
  margin: 0 0 60px;
}
.q_and_a ul li h3 {
  font-size: 26px;
  font-weight:500;
  padding: 30px 120px 31px 150px;
  border-radius: 50px;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.q_and_a ul li h3::before {
  content: "";
  width: 50px;
  height: 1px;
  background: #4a2c00;
  display: block;
  position: absolute;
  top: 48px;
  right: 50px;
}
.q_and_a ul li h3::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #4a2c00;
  display: block;
  position: absolute;
  top: 25px;
  right: 74px;
  transition: ease .3s;
}
.q_and_a ul li h3.is-open::after {
  transform: rotate(90deg) translateX(-1px);
}
.q_and_a ul li h3 .hd {
  color: #fff;
  font-family: "futura-pt", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", noto-sans-cjk-jp, sans-serif;
  font-size: 40px;
  line-height: 1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5c3a2e;
  position: absolute;
  top: 14px;
  left: 53px;
}
.q_and_a ul li p {
  font-size: 20px;
  font-weight:500;
  line-height: 1.64;
  letter-spacing: .05em;
  margin: 20px 0 0 155px;
  padding: 0 40px 0 0;
}
.q_and_a ul li p + p {
  margin-top:1em;
}
.q_and_a ul li p.chushaku {
  font-size:18px;
  text-indent:-1em;
  padding-left:1em;
}
.q_and_a ul li .answer {
  display: none;
}

.subskin {
  color: #4a2c00;
  max-width: 1400px;
  padding:0 60px;
  margin:0 auto 200px;
}
.subskin h3 {
  font-size: 30px;
  font-weight:500;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  margin: 0 0 20px;
}
.subskin p {
  font-size: 24px;
  font-weight:500;
  line-height: 1.82;
  letter-spacing: .1em;
  text-align: center;
  margin: 0;
}
.subskin p.chushaku {
  font-size: 16px;
  margin: 15px 0 0;
}
.subskin ul {
  margin: 55px 0 0;
  display: flex;
  justify-content: center;
}
.subskin ul li {
  width:420px;
}
.subskin ul li:nth-child(1) {
  border-right:solid 1px #5c3b2e;
}
.subskin ul li:nth-child(3) {
  border-left:solid 1px #5c3b2e;
}
.subskin ul li p {
  font-size: 20px;
  font-weight:500;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
}
.subskin ul li h4 {
  font-size: 30px;
  font-weight:500;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
  margin:15px 0 0;
}

.amino {
  color:#4a2c00;
  width:100%;
  max-width:1000px;
  margin:45px auto 0;
  display: flex;
  justify-content: space-between;
}
.amino .kome,
.amino .deka {
  width:450px;
  padding:25px 10px 30px;
  background:#fff;
  border-radius:20px;
  position: relative;
}
.amino .deka::after {
  content:"";
  width:60px;
  height:60px;
  position: absolute;
  top:50%;
  left:-20px;
  transform: translateX(-100%) translateY(-50%);
  background:url(/beauty/branchic/products/images/ico_plus.png);
  background-size:100% auto;
}
.amino p,
.amino h4,
.amino h5 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .1em;
  text-align: center;
}
.amino h4 {
  font-size: 36px;
  margin:30px 0;
}
.amino h5 {
  font-size: 22px;
  width: fit-content;
  margin:0 auto;
  padding:10px 20px;
  background:#f3f1ea;
  border-radius:21px;
}
.kome_details {
  color:#4a2c00;
  width:100%;
  max-width:1200px;
  margin:60px auto 200px;
  padding:60px;
  background:#fff;
  border-radius:20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.kome_details::after {
  content:"";
  width:70px;
  height:60px;
  position: absolute;
  top:1px;
  left:290px;
  transform: translateY(-100%);
  background:url(/beauty/branchic/products/images/icon_arrow.png);
  background-size:100% auto;
}
.kome_details .image1,
.kome_details .image2 {
  margin:0 47px;
}
.kome_details img {
  width:auto;
  height:396px;
}
.conditioning {
  color:#4a2c00;
  width:100%;
  max-width:1200px;
  margin:0 auto 140px;
}
.conditioning .component_list {
  width:100%;
  height:300px;
  margin:60px 0 0;
  background:#fff;
  border-radius:20px;
  position: relative;
  display: flex;
  align-items: center;
}
.conditioning .component_list .head {
  width:88px;
  margin:0 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.conditioning .component_list .head h4 {
  font-size:18px;
  font-weight:700;
  letter-spacing:.1em;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.conditioning .component_list .head img {
  width:54px;
  display: block;
}
.conditioning .component_list ul {
  width:1018px;
  padding:0 0 10px 40px;
  display: flex;
  justify-content: space-between;
}
.conditioning .component_list ul li {
  width:25%;
}
.conditioning .component_list ul li.twobl {
  width:50%;
  display: flex;
  flex-wrap: wrap;
}
.conditioning .component_list ul li.twobl .bl {
  width:50%;
}
.conditioning .component_list ul li h5,
.conditioning .component_list ul li h6 {
  width:100%;
  font-size:18px;
  font-weight:700;
  letter-spacing:.1em;
  line-height:1;
  text-align: center;
  margin:0;
}
.conditioning .component_list ul li h6 {
  letter-spacing:.05em;
}
.conditioning .component_list ul li h6 sup {
  font-size:70%;
}
.conditioning .component_list ul li img {
  width:130px;
  margin:15px auto;
  display: block;
}
.conditioning .component_list p.chushaku {
  font-size:14px;
  font-weight:700;
  letter-spacing:.05em;
  position: absolute;
  bottom:20px;
  right:20px;
}


@media screen and (max-width: 1700px) {
  .products_kv .fadearea > div {
    width:35.29vw;
    height:35.29vw;
    left:calc(50% + 2.05vw);
  }
  .products_kv.right_img .fadearea > div {
    right:calc(50% + 2.05vw);
  }
  .products_kv.tuner_posi .fadearea > div {
    margin-top:.58vw;
  }
  .products_kv .thumbarea {
    right: calc(50% + 25vw);
    bottom:1.76vw;
  }
  .products_kv.right_img .thumbarea {
    left: calc(50% + 25vw);
  }
  .products_kv .thumbarea > div {
    width:5.88vw;
    height:5.88vw;
    margin: .58vw 0 0 1.76vw;
  }
  .products_kv.right_img .thumbarea > div {
    margin: .58vw 1.76vw 0 0;
  }
  .products_kv .txtarea {
    padding:5vw 5.88vw 8.82vw;
    right: calc(50% - 25vw);
  }
  .products_kv.right_img .txtarea {
    padding:5vw 2.94vw 8.82vw 8.82vw;
    left: calc(50% - 25vw);
  }
  .products_kv.tuner_posi .txtarea {
    left: calc(50% - 19.11vw);
  }
  .products_kv.pt_two_cart .txtarea {
    padding:2.64vw 2.94vw 3.53vw 8.82vw;
  }
  .products_kv .txtarea h2.product_type {
    font-size:1.17vw;
    margin:0 0 .88vw;
  }
  .products_kv.pt_two_cart .txtarea h2.product_type {
    margin:0 0 .58vw;
  }
  .products_kv .txtarea h1 .product_title_en {
    font-size:2.94vw;
    margin:0 0 1.17vw;
  }
  .products_kv.pt_two_cart .txtarea h1 .product_title_en {
    margin:0 0 .58vw;
  }
  .products_kv .txtarea h1 .product_title_jp {
    font-size:1.17vw;
    margin:0 0 1.47vw;
  }
  .products_kv.pt_two_cart .txtarea h1 .product_title_jp {
    margin:0 0 1.17vw;
  }
  .products_kv .txtarea p.product_content_desc {
    font-size:1.41vw;
  }
  .products_kv.right_img .txtarea .product_cart_box + .product_cart_box {
    margin-top:3.53vw;
  }
  .products_kv .txtarea .product_cart_box {
    margin:2.94vw 0 0;
  }
  .products_kv.pt_two_cart .txtarea .product_cart_box {
    margin:2.05vw 0 0;
  }
  .products_kv .txtarea p.product_info_subscription_title {
    font-size:1.17vw;
  }
  .products_kv .txtarea p.product_info_subscription_title + p.product_info_subscription_title {
    margin-top:.58vw;
  }
  .product_info_subscription_choice {
    margin:1.76vw 0 0;
  }
  .products_kv.pt_two_cart .txtarea .product_info_subscription_choice {
    margin:.88vw 0 0;
  }
  .product_info_subscription_choice_item {
    padding:1.76vw .58vw 1.76vw 1.17vw;
  }
  .products_kv.pt_two_cart .txtarea .product_info_subscription_choice_item {
    padding:1.47vw .58vw 1.47vw 1.17vw;
  }
  .product_info_subscription_choice_input input {
    width: 1.17vw;
    height: 1.17vw;
  }
  .product_info_subscription_choice_input input:checked {
    box-shadow: 0 0 0 .23vw #ffffff inset;
  }
  .product_info_subscription_choice_input span {
    font-size: 1.05vw;
    margin-left: .58vw;
  }
  .product_info_subscription_choice_price {
    font-size: 1.53vw;
  }
  .product_info_subscription_price > span {
    font-size: .82vw;
  }
  .product_info_subscription_submit {
    margin:0.94vw 0 0;
  }
  .products_kv.pt_two_cart .txtarea .product_info_subscription_submit {
    margin:.82vw 0 0;
  }
  .product_info_subscription_submit button,.product_info_subscription_submit span {
    max-width: 29.41vw;
    height: 3.53vw;
    font-size: 1.41vw;
  }
  .product_info_subscription_submit button img,.product_info_subscription_submit span img {
    width:1.58vw;
    margin-right:1.17vw;
  }
  .c-product_info__subscription__notes {
    font-size: .94vw;
    margin]: .88vw 0 0;
  }

  .products_details {
    padding: 7.05vw 3.53vw 10.58vw;
  }
  .product_info_single,
  .product_info_detail {
    width:calc(50% - 1.76vw);
  }

  .product_feature {
    padding: 1.17vw 0 2.35vw;
  }
  .contents h2.eng_ttl {
    font-size: 2.35vw;
    margin: 0 0 3.53vw;
  }
  .feature_section {
    margin: 0 auto 7.05vw;
  }
  .feature_section.left_img .txtarea {
    padding:0 3.53vw;
  }
  .feature_section.right_img .txtarea {
    padding: 0 2.35vw 0 3.53vw;
  }
  .feature_section .imgarea {
    width: 58.82vw;
    min-width: 58.82vw;
  }
  .feature_section .imgarea h4 {
    font-size: 1.41vw;
    margin: 1.76vw 0 0;
  }
  .feature_section .imgarea p {
    font-size: 1.17vw;
    margin: .58vw 0 0;
  }
  .feature_section .numttl {
    font-size: 8.82vw;
  }
  .feature_section .numttl .subttl {
    font-size: 1.17vw;
    margin: 0 0 -.29vw;
  }
  .feature_section .txtarea p {
    font-size: 1.76vw;
    margin: .58vw 0 0;
  }
  .feature_section .ingredient {
    right:3.53vw;
  }
  .feature_section .ingredient h4 {
    font-size: 1.41vw;
    margin: 0 0 .58vw;
    text-shadow: 0px 0px 1.47vw rgba(130, 68, 13, 1), 0px 0px 1.47vw rgba(130, 68, 13, 1);
  }
  .feature_section .ingredient ul li {
    width:11.47vw;
  }
  .feature_section .ingredient ul li .image {
    height:8.76vw;
  }
  .feature_section .ingredient ul li.peony_extract .image img,
  .feature_section .ingredient ul li.pear .image img {
    width:9.53vw;
  }
  .feature_section .ingredient ul li.argan_oil .image img {
    width:8.82vw;
  }
  .feature_section .ingredient ul li.rosemary .image img {
    width:9.23vw;
  }
  .feature_section .ingredient ul li h5 {
    font-size: 1.05vw;
    margin: .58vw 0 0;
    text-shadow: 0px 0px 1.17vw rgba(130, 68, 13, 1), 0px 0px 1.17vw rgba(130, 68, 13, 1);
  }
  .feature_section .ingredient ul li p {
    font-size: .82vw;
    margin: .29vw 0 0;
    text-shadow: 0px 0px 1.17vw rgba(130, 68, 13, 1), 0px 0px 1.17vw rgba(130, 68, 13, 1);
  }

  .feature_section.no_cols {
    padding:0 3.53vw;
    margin:0 auto 7.05vw;
  }
  .feature_section .maintenance {
    padding-left: 11.76vw;
    margin:4.7vw auto 0;
  }
  .feature_section .maintenance .left_col {
    padding:2.94vw 0 1.76vw;
    border-radius: 1.76vw;
  }
  .feature_section .maintenance .right_col {
    padding:2.94vw 0 1.76vw;
    border-radius: 1.76vw;
  }
  .feature_section .maintenance .right_col::after {
    width:4.23vw;
    height:4.23vw;
    top:14.41vw;
    left:-2.35vw;
  }
  .feature_section .maintenance h4 {
    font-size:1.41vw;
    width:10.58vw;
    height:2.94vw;
    border-radius:1.47vw;
  }
  .feature_section .maintenance h5 {
    font-size:1.05vw;
  }
  .feature_section .maintenance h6 {
    font-size:1.05vw;
    padding:.29vw;
    margin: .88vw 0 0;
  }
  .feature_section .maintenance .image {
    width:20vw;
    margin:1.76vw auto 1.47vw;
  }
  .feature_section .maintenance p {
    font-size:1.05vw;
    padding:0 1.64vw;
  }
  .feature_section .maintenance p.chushaku {
    font-size:.82vw;
    margin: .58vw 0 0;
  }
  .feature_section .maintenance ul {
    margin: .29vw 0 0;
  }
  .feature_section .maintenance ul li {
    width:10.29vw;
  }
  .feature_section .maintenance ul li img {
    width:6vw;
  }
  .feature_section .maintenance ul li p {
    font-size:.94vw;
    margin:.58vw 0 0;
  }
  .feature_section .maintenance ul li p .sub {
    font-size:.82vw;
  }

  .recommended_for {
    padding: 1.17vw 0 10.58vw;
  }
  .recommended_for .image {
    width: 58.82vw;
    min-width: 58.82vw;
  }
  .recommended_for ul {
    width:63.76vw;
    padding:.29vw 3.53vw 3.23vw;
    bottom: -3.53vw;
    left: 27.41vw;
  }
  .recommended_for ul li {
    font-size: 1.41vw;
    padding: 0 0 0 2.47vw;
    margin: 2.94vw 0 0;
    background: url(../images/icon_check_b.svg) no-repeat 0 .23vw;
    background-size: 1.53vw auto;
  }
  .recommended_for ul li.chushaku {
    font-size: .94vw;
    margin: .88vw -1.76vw 0 0;
  }

  .q_and_a {
    padding:1.17vw 3.53vw 8.23vw;
  }
  .q_and_a .inner {
    max-width: 58.82vw;
  }
  .q_and_a ul li {
    margin: 0 0 3.53vw;
  }
  .q_and_a ul li h3 {
    font-size: 1.53vw;
    padding: 1.76vw 7.05vw 1.82vw 8.82vw;
    border-radius: 2.94vw;
  }
  .q_and_a ul li h3::before {
    width: 2.94vw;
    top: 2.82vw;
    right: 2.94vw;
  }
  .q_and_a ul li h3::after {
    height: 2.94vw;
    top: 1.47vw;
    right: 4.35vw;
  }
  .q_and_a ul li h3 .hd {
    font-size: 2.35vw;
    width: 4.11vw;
    height: 4.11vw;
    top: .82vw;
    left: 3.11vw;
  }
  .q_and_a ul li p {
    font-size: 1.17vw;
    margin: 1.17vw 0 0 9.11vw;
    padding: 0 2.35vw 0 0;
  }
  .q_and_a ul li p.chushaku {
    font-size:1.05vw;
  }

  .subskin {
    padding:0 3.53vw;
    margin:0 auto 11.76vw;
  }
  .subskin h3 {
    font-size: 1.76vw;
    margin: 0 0 1.17vw;
  }
  .subskin p {
    font-size: 1.41vw;
  }
  .subskin p.chushaku {
    font-size: .94vw;
    margin: .88vw 0 0;
  }
  .subskin ul {
    margin: 3.23vw 0 0;
  }
  .subskin ul li {
    width:24.7vw;
  }
  .subskin ul li p {
    font-size: 1.17vw;
  }
  .subskin ul li h4 {
    font-size: 1.76vw;
    margin:.88vw 0 0;
  }

  .amino {
    max-width:58.82vw;
    margin:2.64vw auto 0;
  }
  .amino .kome,
  .amino .deka {
    width:26.47vw;
    padding:1.47vw .58vw 1.76vw;
    border-radius:1.17vw;
  }
  .amino .deka::after {
    width:3.53vw;
    height:3.53vw;
    left:-1.17vw;
  }
  .amino p,
  .amino h4,
  .amino h5 {
    font-size: 1.53vw;
  }
  .amino h4 {
    font-size: 2.11vw;
    margin:1.76vw 0;
  }
  .amino h5 {
    font-size: 1.29vw;
    padding:.58vw 1.17vw;
    border-radius:1.24vw;
  }
  .kome_details {
    max-width:70.58vw;
    margin:3.53vw auto 11.76vw;
    padding:3.53vw;
    border-radius:1.17vw;
  }
  .kome_details::after {
    width:4.11vw;
    height:3.53vw;
    left:17.05vw;
  }
  .kome_details .image1,
  .kome_details .image2 {
    margin:0 2.76vw;
  }
  .kome_details img {
    height:23.29vw;
  }
  .conditioning {
    max-width:70.58vw;
    margin:0 auto 8.23vw;
  }
  .conditioning .component_list {
    height:17.64vw;
    margin:3.53vw 0 0;
    border-radius:1.17vw;
  }
  .conditioning .component_list .head {
    width:5.17vw;
    margin:0 0 0 3.17vw;
  }
  .conditioning .component_list .head h4 {
    font-size:1.05vw;
  }
  .conditioning .component_list .head img {
    width:3.17vw;
  }
  .conditioning .component_list ul {
    width:59.88vw;
    padding:0 0 .58vw 2.35vw;
  }
  .conditioning .component_list ul li h5,
  .conditioning .component_list ul li h6 {
    font-size:1.05vw;
  }
  .conditioning .component_list ul li img {
    width:7.64vw;
    margin:.88vw auto;
  }
  .conditioning .component_list p.chushaku {
    font-size:.82vw;
    bottom:1.17vw;
    right:1.17vw;
  }
}

@media screen and (max-width: 1500px) {
  .product_info_single .p-descriptionList_title {
    font-size: 1.33vw;
    padding: 0 0 1.66vw;
    margin: 0 0 1.33vw;
  }
  .product_info_single .p-descriptionList_data {
    font-size: 1.06vw;
    margin: .33vw 1.33vw 0;
  }
  .product_info_detail .product_info_detail_title {
    font-size: 1.33vw;
    padding: 0 2vw 1.66vw;
    margin: 3vw 0 0;
  }
  .product_info_detail .product_info_detail_title::before {
    width: 1.4vw;
    top: .93vw;
    right: 2vw;
  }
  .product_info_detail .product_info_detail_title::after {
    height: 1.4vw;
    top: .26vw;
    right: 2.66vw;
  }
  .product_info_detail_content_item {
    padding: 0 2vw 2vw;
  }
  .product_info_detail .product_info_detail_content hr {
    margin: 1.33vw -2vw;
  }
  .product_info_detail_content_item h3 {
    font-size: 1.06vw;
    margin: 0 0 1vw;
  }
  .product_info_detail_content_item p + h3 {
    margin-top: 2vw;
  }
  .product_info_detail_content_item p {
    font-size: .93vw;
  }
  .product_info_detail_content_item p small {
    font-size: .8vw;
  }

}

@media screen and (min-width: 769px) {
  #fadeimg01 {
    display: none !important;
  }

}


@media screen and (max-width: 768px) {
  #img_main {
    display: none;
  }
  .products_kv {
    background: #fff;
  }
  .products_kv .fadearea {
    width:100%;
    height:133.33vw;
    position: relative;
    right:0;
  }
  .products_kv.right_img .fadearea {
    left:0;
  }
  .products_kv .fadearea > div {
    width:100%;
    height:auto;
    left:0;
    transform: translateY(-50%);
  }
  .products_kv.right_img .fadearea > div {
    right:0;
    transform: translateY(-50%);
  }
  .products_kv.tuner_posi .fadearea > div {
    margin-top:0;
  }
  #fadeimg01 {
    display: block;
  }
  .products_kv .thumbarea {
    padding:5.33vw 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    right:0;
    bottom:0;
    width:100%;
    transform: none;
  }
  .products_kv.right_img .thumbarea {
    left:0;
    transform: none;
  }
  .products_kv .thumbarea > div {
    width:16vw;
    height:16vw;
    margin: 0 0 0 2.66vw;
  }
  .products_kv.right_img .thumbarea > div {
    margin: 0 0 0 2.66vw;
  }
  .products_kv .txtarea {
    width:100%;
    position: relative;
    top:0;
    right:0;
    padding:9.33vw 8vw 13.33vw;
    transform: none;
  }
  .products_kv.right_img .txtarea {
    padding:9.33vw 8vw 13.33vw;
    left:0;
    transform: none;
  }
  .products_kv.tuner_posi .txtarea {
    left:0;
  }
  .products_kv.pt_two_cart .txtarea {
    padding:9.33vw 8vw 13.33vw;
  }
  .products_kv .txtarea h2.product_type {
    font-size:2.66vw;
    margin:0 0 2vw;
  }
  .products_kv.pt_two_cart .txtarea h2.product_type {
    margin:0 0 2vw;
  }
  .products_kv .txtarea h1 .product_title_en {
    font-size:6.93vw;
    margin:0 0 2.66vw;
  }
  .products_kv.pt_two_cart .txtarea h1 .product_title_en {
    margin:0 0 2.66vw;
  }
  .products_kv .txtarea h1 .product_title_jp {
    font-size:3.2vw;
    margin:0 0 6vw;
    white-space: normal;
  }
  .products_kv.pt_two_cart .txtarea h1 .product_title_jp {
    margin:0 0 6vw;
  }
  .products_kv .txtarea p.product_content_desc {
    font-size:3.73vw;
    white-space:normal;
  }
  .products_kv .txtarea .product_cart_box,
  .products_kv.pt_two_cart .txtarea .product_cart_box {
    margin:9.33vw 0 0;
  }
  .products_kv.right_img .txtarea .product_cart_box + .product_cart_box {
    margin-top:8vw;
  }
  .products_kv .txtarea p.product_info_subscription_title {
    font-size:3.2vw;
  }
  .products_kv .txtarea p.product_info_subscription_title + p.product_info_subscription_title {
    margin-top:1.33vw;
  }
  .product_info_subscription_choice,
  .products_kv.pt_two_cart .txtarea .product_info_subscription_choice {
    margin:4vw 0 0;
  }
  .product_info_subscription_choice_item,
  .products_kv.pt_two_cart .txtarea .product_info_subscription_choice_item {
    padding:3.33vw 1.33vw 6.33vw 2.66vw;
  }
  .product_info_subscription_choice_input input {
    width: 3.2vw;
    height: 3.2vw;
  }
  .product_info_subscription_choice_input input:checked {
    box-shadow: 0 0 0 .37vw #ffffff inset;
  }
  .product_info_subscription_choice_input span {
    font-size: 3.2vw;
    margin-left: 1.86vw;
  }
  .product_info_subscription_choice_input span br.sp {
    display: inline;
  }
  .product_info_subscription_choice_price {
    font-size: 4vw;
  }
  .product_info_subscription_price > span {
    font-size: 2.4vw;
  }
  .product_info_subscription_submit,
  .products_kv.pt_two_cart .txtarea .product_info_subscription_submit {
    margin:5.33vw 0 0;
  }
  .product_info_subscription_submit button,.product_info_subscription_submit span {
    max-width:none;
    height: 12.93vw;
    font-size: 4.26vw;
  }
  .product_info_subscription_submit button img,.product_info_subscription_submit span img {
    width:4.26vw;
    margin-right:3.73vw;
  }
  .c-product_info__subscription__notes {
    font-size: 3.2vw;
    margin]: 3.33vw 0 0;
  }

  .products_details {
    padding: 13.33vw 8vw 24vw;
  }
  .products_details .inner {
    display: block;
  }
  .product_info_single,
  .product_info_detail {
    width:auto;
  }
  .product_info_single .p-descriptionList_title {
    font-size: 4.26vw;
    padding: 0 0 4.66vw;
    margin: 0 0 4.66vw;
  }
  .product_info_single .p-descriptionList_data {
    font-size: 3.2vw;
    margin: 1.33vw 3.33vw 0;
  }
  .product_info_detail_wrap {
    margin:9.33vw 0 0;
    border-top:solid 1px #c6beb3;
  }
  .product_info_detail .product_info_detail_title {
    font-size: 3.73vw;
    padding: 5.33vw 2.66vw;
    margin: 0;
  }
  .product_info_detail .product_info_detail_title::before {
    width: 3.6vw;
    top: 7.2vw;
    right: 2.66vw;
  }
  .product_info_detail .product_info_detail_title::after {
    height: 3.6vw;
    top: 5.6vw;
    right: 4.26vw;
  }
  .product_info_detail_content_item {
    padding: 0 3.33vw 5.33vw;
  }
  .product_info_detail .product_info_detail_content hr {
    margin: 4.26vw -3.33vw;
  }
  .product_info_detail_content_item h3 {
    font-size: 3.2vw;
    margin: 0 0 1.33vw;
  }
  .product_info_detail_content_item p + h3 {
    margin-top: 3.73vw;
  }
  .product_info_detail_content_item p {
    font-size: 2.66vw;
  }
  .product_info_detail_content_item p small {
    font-size: 2.4vw;
  }

  .product_feature {
    padding: 2.66vw 0 8vw;
  }
  .contents h2.eng_ttl {
    font-size: 8vw;
    margin: 0 0 9.33vw;
  }
  .feature_section {
    margin: 0 auto 16vw;
  }
  .feature_section.left_img,
  .feature_section.right_img {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .feature_section.left_img .txtarea,
  .feature_section.right_img .txtarea {
    padding: 0 8vw;
  }
  .feature_section .imgarea {
    width: 100%;
    min-width:inherit;
    margin:6.66vw 0 0;
  }
  .feature_section .imgarea h4 {
    font-size: 3.73vw;
    margin: 4vw 8vw 0;
  }
  .feature_section .imgarea p {
    font-size: 3.2vw;
    margin: 2vw 8vw 0;
  }
  .feature_section .imgarea img.pc {
    display: none;
  }
  .feature_section .numttl {
    font-size: 20vw;
  }
  .feature_section .numttl .subttl {
    font-size: 3.2vw;
    margin: 0;
  }
  .feature_section .txtarea {
    width:100%;
  }
  .feature_section .txtarea p {
    font-size: 4.26vw;
    margin: 1.33vw 0 0;
  }
  .feature_section .ingredient {
    width:100%;
    position: relative;
    padding:9.33vw 0;
    top:0;
    right:0;
    transform:none;
    background: url(/beauty/branchic/products/images/switch_maximizer_feature02.jpg) no-repeat center 0;
    background-size: cover;
  }
  .feature_section .ingredient h4 {
    font-size: 4.26vw;
    margin: 0 0 4vw;
    text-shadow: 0px 0px 3.33vw rgba(130, 68, 13, 1), 0px 0px 1.47vw rgba(130, 68, 13, 1);
  }
  .feature_section .ingredient h4 br.sp {
    display: inline;
  }
  .feature_section .ingredient ul {
    padding: 0 8vw;
    flex-wrap: wrap;
  }
  .feature_section .ingredient ul li {
    width:50%;
    margin-top:5.33vw;
  }
  .feature_section .ingredient ul li:nth-child(1),
  .feature_section .ingredient ul li:nth-child(2) {
    margin-top:0;
  }
  .feature_section .ingredient ul li .image {
    height:23.86vw;
  }
  .feature_section .ingredient ul li.peony_extract .image img,
  .feature_section .ingredient ul li.pear .image img {
    width:25.86vw;
  }
  .feature_section .ingredient ul li.argan_oil .image img {
    width:24vw;
  }
  .feature_section .ingredient ul li.rosemary .image img {
    width:25.06vw;
  }
  .feature_section .ingredient ul li h5 {
    font-size: 3.2vw;
    margin: 2.66vw 0 0;
    text-shadow: 0px 0px 2.66vw rgba(130, 68, 13, 1), 0px 0px 1.17vw rgba(130, 68, 13, 1);
  }
  .feature_section .ingredient ul li p {
    font-size: 2.66vw;
    margin: 2.66vw 0 0;
    text-shadow: 0px 0px 2.66vw rgba(130, 68, 13, 1), 0px 0px 1.17vw rgba(130, 68, 13, 1);
  }

  .feature_section.no_cols {
    padding:0 8vw;
    margin:0 auto 16vw;
  }
  .feature_section .maintenance {
    display: block;
    padding-left: 0;
    margin:10.66vw auto 0;
  }
  .feature_section .maintenance .left_col,
  .feature_section .maintenance .right_col {
    width:auto;
    padding:6.66vw 0 4vw;
    border-radius: 4vw;
  }
  .feature_section .maintenance .right_col {
    margin-top:21.33vw;
  }
  .feature_section .maintenance .right_col::after {
    width:9.6vw;
    height:9.6vw;
    top:-5.86vw;
    left:50%;
    transform: translateX(-50%) translateY(-100%);
  }
  .feature_section .maintenance h4 {
    font-size:3.73vw;
    width:32vw;
    height:6.66vw;
    border-radius:3.33vw;
  }
  .feature_section .maintenance h5 {
    font-size:3.2vw;
  }
  .feature_section .maintenance h6 {
    font-size:3.2vw;
    padding:1.33vw;
    margin: 3.33vw 0 0;
  }
  .feature_section .maintenance .image {
    width:100%;
    padding:0 4vw;
    margin:4vw 0;
    box-sizing: border-box;
  }
  .feature_section .maintenance .image img {
    display: block;
    margin: 0 auto;
  }
  .feature_section .maintenance p {
    font-size:3.2vw;
    padding:0 4vw;
  }
  .feature_section .maintenance p.chushaku {
    font-size:2.66vw;
    margin: 1.33vw 0 0;
  }
  .feature_section .maintenance ul {
    margin: 3.33vw 0 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .feature_section .maintenance ul li {
    width:50%;
  }
  .feature_section .maintenance ul li:nth-child(3) {
    margin-top:3.33vw;
  }
  .feature_section .maintenance ul li img {
    width:27.2vw;
    max-width:204px;
    display: block;
    margin:0 auto;
  }
  .feature_section .maintenance ul li p {
    font-size:3.2vw;
    margin:1.33vw 0 0;
  }
  .feature_section .maintenance ul li p .sub {
    font-size:2.66vw;
  }

  .recommended_for {
    padding: 2.66vw 0 24vw;
  }
  .recommended_for .twocol {
    flex-direction: column;
  }
  .recommended_for .image {
    width: 100%;
    min-width:inherit;
    position: relative;
    z-index: 1;
  }
  .recommended_for ul {
    width:calc(100% - 16vw);
    padding:1.33vw 3.33vw 5.33vw;
    margin: -16.66vw auto 0;
    position: relative;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.75);
    z-index: 3;
  }
  .recommended_for ul li {
    font-size: 3.73vw;
    padding: 0 0 0 5.86vw;
    margin: 4vw 0 0;
    background: url(../images/icon_check_b.svg) no-repeat 0 .53vw;
    background-size: 3.73vw auto;
  }
  .recommended_for ul li.chushaku {
    font-size: 2.66vw;
    margin: 1.33vw 0 0;
  }

  .q_and_a {
    padding:2.66vw 8vw 16vw;
  }
  .q_and_a .inner {
    max-width:none;
  }
  .q_and_a ul li {
    margin: 0 0 8vw;
  }
  .q_and_a ul li h3 {
    font-size: 3.73vw;
    padding: 3.86vw 13.33vw 3.86vw 16.66vw;
    border-radius: 6.66vw;
  }
  .q_and_a ul li h3::before {
    width: 6.66vw;
    top: 6.66vw;
    right: 5.06vw;
  }
  .q_and_a ul li h3::after {
    height: 6.66vw;
    top: 3.46vw;
    right: 8.4vw;
  }
  .q_and_a ul li h3.is-open::after {
    transform: rotate(90deg) translateX(0px);
  }
  .q_and_a ul li h3 .hd {
    font-size: 5.33vw;
    width: 9.33vw;
    height: 9.33vw;
    top: 2vw;
    left: 4.4vw;
  }
  .q_and_a ul li p {
    font-size: 3.73vw;
    margin: 3.33vw 0 0 5.86vw;
    padding: 0 3.33vw 0 0;
  }
  .q_and_a ul li p.chushaku {
    font-size: 3.2vw;
  }

  .subskin {
    padding:0 8vw;
    margin:0 auto 21.33vw;
  }
  .subskin h3 {
    font-size: 4.8vw;
    margin: 0 0 4vw;
  }
  .subskin p {
    font-size: 3.73vw;
    text-align: left;
  }
  .subskin p.chushaku {
    font-size: 2.66vw;
    text-align: left;
    margin: 2vw 0 0;
  }
  .subskin ul {
    margin: 8vw 0 0;
    display: block;
    border-top:solid 1px #4a2c00;
  }
  .subskin ul li {
    width:auto;
    border:0 !important;
    border-bottom:solid 1px #4a2c00 !important;
    padding:1.2em 0;
  }
  .subskin ul li p {
    font-size: 3.2vw;
  }
  .subskin ul li h4 {
    font-size: 4.26vw;
    margin:3.33vw 0 0;
  }

  .amino {
    max-width:none;
    margin:8vw auto 0;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .amino .kome,
  .amino .deka {
    width:100%;
    padding:6.66vw 4vw;
    border-radius:4vw;
  }
  .amino .deka {
    margin-bottom:16vw;
  }
  .amino .deka::after {
    width:8vw;
    height:8vw;
    top:auto;
    bottom:-4vw;
    left:50%;
    transform: translateY(100%) translateX(-50%);
  }
  .amino p,
  .amino h4,
  .amino h5 {
    font-size: 3.2vw;
  }
  .amino h4 {
    font-size: 5.33vw;
    margin:5.33vw 0 4vw;
  }
  .amino h5 {
    font-size: 3.73vw;
    padding:2.66vw 4vw;
    border-radius:4vw;
  }
  .kome_details {
    max-width:none;
    margin:8vw auto 21.33vw;
    padding:6.66vw;
    border-radius:4vw;
    display: block;
  }
  .kome_details::after {
    width:8vw;
    height:6.85vw;
    left:50%;
    transform: translateY(-100%) translateX(-50%);
  }
  .kome_details .image1,
  .kome_details .image2 {
    margin:0 auto;
  }
  .kome_details .image2 {
    margin-top:10.66vw;
  }
  .kome_details img {
    width:100%;
    height:auto;
  }
  .kome_details .image2 img {
    width:86%;
    margin:0 auto;
    display: block;
  }
  .conditioning {
    max-width:none;
    margin:0 auto 8vw;
  }
  .conditioning .component_list {
    height:auto;
    padding:8vw 4vw;
    margin:8vw 0 0;
    border-radius:4vw;
    display: block;
  }
  .conditioning .component_list .head {
    width:auto;
    margin:0 auto 3.17vw;
    justify-content: center;
  }
  .conditioning .component_list .head h4 {
    font-size:4.8vw;
    margin-right:2.66vw;
    margin-left:-4vw;
    letter-spacing:.2em;
  }
  .conditioning .component_list .head img {
    width:12.33vw;
  }
  .conditioning .component_list ul {
    width:100%;
    padding:0 0 13.33vw;
    display: block;
  }
  .conditioning .component_list ul li,
  .conditioning .component_list ul li.twobl {
    width:100%;
  }
  .conditioning .component_list ul li.twobl .bl {
    width:50%;
  }
  .conditioning .component_list ul li {
    margin:13.33vw 0 0;
  }
  .conditioning .component_list ul li h5,
  .conditioning .component_list ul li h6 {
    font-size:3.2vw;
  }
  .conditioning .component_list ul li img {
    width:24vw;
    margin:4vw auto;
  }
  .conditioning .component_list p.chushaku {
    font-size:3.2vw;
    bottom:8vw;
    right:4vw;
  }
}


@media (hover: hover) {
  .product_info_subscription_submit button:hover,
  .product_info_subscription_submit span:hover {
    opacity: .8;
  }
  .product_info_single .p-descriptionList_data a:hover {
    text-decoration: none;
  }

}
