.f_noto_serif_jp {
  font-family: 'Noto Serif JP', serif;
}
.f_noto_serif {
  font-family: 'Noto Serif', serif;
}
.f_italic {
  font-style: italic;
}
.fwb {
  font-weight: bold;
}
.color_red {
  color: #95331f;
}
.color_green {
  color: #65682f;
}
picture {
  display: block;
}
.first_slash_bg {
  padding: 50px 0 90px;
  background-color: #caa936;
}
.mv_area {
  position: relative;
  z-index: 1;
}
.kv_area {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.kv_area_link {
  display: block;
}
.mv_area_inr {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mv_area_inr .lp_btn_wrap {
  position: absolute;
  right: 65px;
  bottom: 60px;
}
.lp_btn_link {
  display: block;
  width: 560px;
  padding: 20px 65px 20px 20px;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #95331f;
  background-image: url("../images/icon_anchor_w.svg");
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-size: 32px;
  -webkit-box-shadow: 0 3px 6px #404040;
          box-shadow: 0 3px 6px #404040;
  position: relative;
}
.lp_btn_link:link,
.lp_btn_link:visited {
  color: #fff;
}
.lp_btn_head_text {
  display: inline-block;
  padding: 0 20px 4px;
  background-image: url("../images/ribbon_right.svg"), url("../images/ribbon_left.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 12px right, top 12px left;
  background-size: 40px 32px, 40px 32px;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.lp_btn_head_text__span {
  display: inline-block;
  width: 290px;
  padding: 3px 28px;
  border: 2px solid #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 27px;
  color: #333;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.lp_btn_head_text__span:link,
.lp_btn_head_text__span:visited {
  color: #333;
}
.wave_section {
  padding-top: 85px;
  padding-bottom: 130px;
  position: relative;
  z-index: 0;
}
.wave_section::before {
  content: '';
  height: 1100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  z-index: -1;
}
.wave_section .section_heading_lv2 {
  background-image: url("");
}
.section_heading_lv2 {
  padding-bottom: 30px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 46px;
  text-align: center;
  background-image: url("../images/bg_border_01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.section_heading_lv2 .font_num {
  font-size: 80px;
}
.section_heading_lv2 .font_l {
  font-size: 48px;
  line-height: 70px;
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
}
.anchor_list_item {
  width: calc((100% - 100px) / 3);
}
.anchor_list_item:nth-child(n+2) {
  margin-left: 50px;
}
.anchor_list_item:nth-child(n+4) {
  margin-top: 50px;
}
.anchor_list_item:nth-child(3n+4) {
  margin-left: 0;
}
.anchor_box {
  display: block;
  height: 100%;
  padding: 24px 20px 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.16);
          box-shadow: 0 0 15px rgba(0,0,0,0.16);
  position: relative;
}
.anchor_box .label_point {
  position: absolute;
  top: -41px;
  left: -41px;
}
.label_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  text-align: center;
  background-image: url("../images/bg_point.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.label_point .point {
  font-size: 10px;
  color: #fff;
}
.label_point .num {
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}
.anchor_box_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.anchor_box_p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
}
.anchor_box_p_caution {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}
.anchor_box_btm {
  margin-top: 20px;
  border-top: 1px solid #333;
  padding: 14px 36.5px 0;
  background-image: url("../images/icon_anchor_b.svg");
  background-repeat: no-repeat;
  background-position: bottom right 8.5px;
  background-size: 28px;
}
.anchor_box_more {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
}
.trouble_area {
  position: relative;
  z-index: 1;
}
.trouble_area_pic {
  padding-bottom: calc(18px + 33px);
  background-image: url("../images/icon_btm_arw.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 62px;
}
.section_appearance {
  margin-top: 16px;
  padding: 42px 80px 67px;
  border-radius: 40px;
  background-color: #fff;
}
.section_appearance .lp_btn_wrap {
  margin-top: 70px;
}
.section_appearance .lp_btn_link {
  margin: 0 auto;
}
.label_heaing {
  display: inline-block;
  padding: 0 5px;
  border: 2px solid #333;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 26px;
  background-color: #fff;
}
.appearance_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.appearance_flex .lp_btn_wrap {
  margin-top: 85px;
}
.appearance_flex .lp_btn_link {
  margin: 0 auto;
}
.appearance_flex_left {
  width: 410px;
}
.appearance_pic {
  font-size: 0;
}
.appearance_flex_right {
  width: 460px;
}
.appearance_comment {
  text-align: center;
}
.appearance_comment+.appearance_comment {
  margin-top: 20px;
}
.appearance_comment_p {
  margin-top: 10px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 36px;
}
.appearance_comment_p .font_l {
  font-size: 28px;
}
.appearance_comment_p .font_m {
  font-size: 22px;
}
.appearance_comment_p_caution {
  font-size: 12px;
  text-align: center;
}
.section_review {
  padding: 30px 0 130px;
  background-color: #fafaf7;
}
.section_review_heading_btm_p {
  width: 450px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
.section_review_heading_pic {
  width: 449px;
  margin: 0 auto;
}
.section_review_pic {
  margin-top: 40px;
}
.section_review_pic+.section_review_pic {
  margin-top: 20px;
}
.section_function {
  padding: 95px 0 130px;
}
.function_area+.function_area {
  margin-top: 100px;
}
.function_area .label_point {
  margin: 0 auto;
}
.function_area .label_heaing {
  display: block;
  width: 185px;
  margin: 15px auto 0;
  text-align: center;
}
.function_area .section_heading_lv2 {
  margin-top: 15px;
  background-image: url("");
}
.function_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
.function_flex+.function_flex {
  margin-top: 40px;
  padding-top: 45px;
  background-image: url("../images/bg_function_wave_01.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.function_flex.reverse .function_flex_left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.function_flex.reverse .function_flex_right {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.function_flex.care_easy .function_flex_left {
  width: 578px;
}
.function_flex.care_easy .function_flex_right {
  width: 434px;
}
.function_flex+.lp_btn_wrap {
  margin-top: 130px;
}
.function_flex+.lp_btn_wrap .lp_btn_link {
  margin: 0 auto;
}
.function_flex_left {
  width: 420px;
}
.function_pic {
  font-size: 0;
}
.function_flex_right {
  width: 592px;
}
.function_flex_right.justify_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.function_heading {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 33px;
}
.function_p {
  margin-top: 32px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.function_caution_p {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
}
.function_caution_p+.function_caution_p {
  margin-top: 0;
}
.function_col_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 752px;
  margin: 55px auto 0;
}
.function_col {
  width: 360px;
}
.function_col .function_heading {
  margin-top: 25px;
}
.section {
  margin-top: 80px;
}
.section.bg_green {
  margin-top: 105px;
  padding: 80px 0 105px;
  background-color: #fafaf7;
}
.section .label_point {
  margin: 0 auto;
}
.section .section_heading_lv2 {
  margin-top: 15px;
  padding-bottom: 0;
  background-image: url("");
}
.section_heading_btm_p {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
}
.selectable_cloth {
  margin-top: 90px;
  position: relative;
}
.selectable_cloth+.selectable_cloth {
  margin-top: 110px;
}
.selectable_cloth .lp_btn_wrap_2 {
  position: absolute;
  bottom: calc(-67px / 2);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.selectable_cloth .lp_btn_link_2 {
  margin: 0 auto;
}
.selectable_cloth+.lp_btn_wrap {
  margin-top: 130px;
}
.selectable_cloth+.lp_btn_wrap .lp_btn_link {
  margin: 0 auto;
}
.selectable_cloth_inr {
  padding: 80px 50px 80px 440px;
  border: 2px solid #333;
  border-radius: 40px;
  background-color: #fff;
  position: relative;
}
.selectable_cloth_pic {
  margin: auto;
  font-size: 0;
  position: absolute;
  top: 73px;
  left: 50px;
}
.selectable_cloth_pic_picture {
  width: 360px;
}
.selectable_cloth_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  position: absolute;
  top: -32.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.selectable_cloth_head .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  border: 2px solid #333;
  border-right: none;
  border-radius: 40px 0 0 40px;
  font-size: 24px;
  line-height: 30px;
  background-color: #fff;
}
.selectable_cloth_head .right_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  padding: 0 40px 0 20px;
  border: 2px solid #333;
  border-radius: 0 40px 40px 0;
  letter-spacing: 0.08em;
  background-color: #fff;
  white-space: nowrap;
}
.selectable_cloth_head .right_box .en {
  font-size: 32px;
  line-height: 43px;
}
.selectable_cloth_head .right_box .jp {
  margin-top: 8px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 23px;
}
.selectable_cloth_heading {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 33px;
}
.selectable_cloth_p {
  margin-top: 32px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.selectable_cloth_caution_p {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 18px;
}
.selectable_cloth_caution_p+.selectable_cloth_caution_p {
  margin-top: 0.5em;
}
.lp_btn_link_2 {
  display: block;
  width: 400px;
  padding: 20px 60px 20px 30px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background-color: #65682f;
  background-image: url("../images/icon_anchor_w.svg");
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-size: 32px;
}
.lp_btn_link_2:link,
.lp_btn_link_2:visited {
  color: #fff;
}
.slick_area {
  overflow-x: hidden;
}
.slick_on_off,
.slick_on_off_thum {
  display: none;
}
.slick_on_off.slick-initialized,
.slick_on_off_thum.slick-initialized {
  display: block /* jsが付与されたら表示 */;
}
.slick_on_off {
  width: 800px;
  margin: 55px auto 0;
  position: relative;
}
.slick_on_off::before,
.slick_on_off::after {
  content: '';
  display: inline-block;
  width: 85px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 85px 84px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.slick_on_off::before {
  background-image: url("../images/icon_on_style.svg");
  left: 0;
}
.slick_on_off::after {
  background-image: url("../images/icon_off_style.svg");
  right: 0;
}
.slick_on_off .slick-prev,
.slick_on_off .slick-next {
  width: 56px;
  height: 56px;
  background-image: url("../images/icon_slick_arw_r.svg");
  background-size: 56px;
}
.slick_on_off .slick-prev {
  left: -28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick_on_off .slick-next {
  right: -28px;
}
.slick_on_off_pic {
  font-size: 0;
}
.slick_on_off_item_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  letter-spacing: 0.08em;
}
.slick_on_off_item_name .en {
  font-size: 32px;
  line-height: 43px;
}
.slick_on_off_item_name .jp {
  margin-top: 8px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 23px;
}
.slick_on_off_thum {
  margin-top: 40px;
}
.slick_on_off_thum .label_heaing {
  font-size: 16px;
  line-height: 23px;
  position: relative;
  top: -12px;
}
.slick_on_off_thum_item {
  text-align: center;
  cursor: pointer;
}
.slick_on_off_thum_pic {
  width: 245px;
  margin: 0 auto;
  font-size: 0;
}
.anchor_list_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 816px;
  margin: 65px auto 0;
}
.anchor_list_2 .lp_btn_link_2 {
  width: 100%;
  text-align: center;
}
.anchor_list_2_item {
  width: calc((100% - 16px) / 2);
}
.anchor_list_2_item:nth-child(n+3) {
  margin-top: 16px;
}
.section_list {
  margin-top: 80px;
}
.section_list+.section_list {
  margin-top: 70px;
}
.section_list_heading {
  text-align: center;
}
.section_list_heading__span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
  letter-spacing: 0.08em;
  background-image: url("../images/bg_brd_btm_01.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
.section_list_heading .en {
  font-size: 40px;
  line-height: 55px;
}
.section_list_heading .jp {
  margin-top: 15px;
  margin-left: 8px;
  font-size: 16px;
  line-height: 23px;
}
.section_list_heading_btm_p {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
}
.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 795px;
  margin: 55px auto 0;
}
.product_list.col2 {
  width: 508px;
}
.product_list.col2 .product_list_item {
  width: calc((100% - 24px) / 2);
}
.product_list.col2 .product_list_item:nth-child(even) {
  margin-left: 24px;
}
.product_list.col2 .product_list_item:nth-child(n+3) {
  margin-top: 45px;
}
.product_list.col2 .product_list_item:nth-child(2n+3) {
  margin-left: 0;
}
.product_list.col4 {
  width: 100%;
}
.product_list.col4 .product_list_item {
  width: calc((100% - 72px) / 4);
}
.product_list.col4 .product_list_item:nth-child(n+2) {
  margin-left: 24px;
}
.product_list.col4 .product_list_item:nth-child(n+4) {
  margin-top: 0;
}
.product_list.col4 .product_list_item:nth-child(n+5) {
  margin-top: 45px;
}
.product_list.col4 .product_list_item:nth-child(4n+5) {
  margin-left: 0;
}
.product_list .purchase_btn_wrap {
  margin-top: 16px;
}
.product_list_item {
  width: calc((100% - 48px) / 3);
}
.product_list_item:nth-child(n+2) {
  margin-left: 24px;
}
.product_list_item:nth-child(n+4) {
  margin-top: 45px;
}
.product_list_item:nth-child(3n+4) {
  margin-left: 0;
}
.product_list_item_comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  margin-bottom: 12px;
  padding: 8px;
  border: 2px solid #65682f;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.product_list_item_comment:after {
  content: '';
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #65682f;
  position: absolute;
  right: 0;
  bottom: -14px;
  left: 0;
}
.product_list_item_pic {
  font-size: 0;
}
.product_list_item_pic.outer_border {
/* ボーダー付きではない画像を使用する場合はこちらのクラスを使用してください。 */
  border: 2px solid #333;
}
.product_list_item_name {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.product_list_item_price {
  margin-top: 5px;
}
.product_list_item_price .num {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.product_list_item_price .tax {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.purchase_btn_link {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background-color: #95331f;
  -webkit-box-shadow: 0 3px 6px #404040;
          box-shadow: 0 3px 6px #404040;
}
.purchase_btn_link:link,
.purchase_btn_link:visited {
  color: #fff;
}
.section_coordinate {
  margin-top: 0;
  padding: 80px 0 105px;
}
.section_coordinate.bg_yellow {
  background-color: #caa936;
}
.section_coordinate .container.ht {
  width: 1200px;
}
.section_coordinate .product_content:last-of-type .product_content_inr {
  border-bottom: 2px solid #fff;
}
.section_coordinate_heading {
  margin-top: 15px;
  padding-bottom: 55px;
  border-bottom: 2px solid #182336;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 72px;
  text-align: center;
}
.product_content {
  margin-top: 80px;
  padding: 50px 80px 60px;
  border-radius: 40px;
  background-color: #fff;
}
.product_content+.product_content {
  margin-top: 60px;
}
.product_content .label_heaing {
  display: block;
  width: 420px;
  margin: 0 auto;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
}
.product_content_heading {
  margin-top: 5px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 57px;
  text-align: center;
}
.product_content_heading_btm_p {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
  text-align: center;
}
.product_content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
.product_content_flex_left {
  width: 400px;
}
.product_content_pic {
  font-size: 0;
}
.product_content_pic.outer_border {
/* ボーダー付きではない画像を使用する場合はこちらのクラスを使用してください。 */
  border: 2px solid #fff;
}
.product_content_flex_right {
  width: 600px;
}
.product_content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_content_list .purchase_btn_wrap {
  margin-top: 20px;
}
.product_content_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 40px) / 2);
  padding: 30px 0;
  border-top: 2px solid #182336;
  border-bottom: 2px solid #182336;
}
.product_content_list_item:nth-child(2n+3) {
  border-top: none;
}
.product_content_list_item:nth-child(2n+4) {
  border-top: none;
}
.product_content_list_item_name {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.product_content_list_item_name+.purchase_btn_wrap {
  margin-top: auto;
}
.product_content_list_item_price {
  margin-top: 8px;
}
.product_content_list_item_price .num {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.product_content_list_item_price .tax {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.tax_off {
  padding: 0 6px;
  color: #fff;
  background-color: #cba836;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .first_slash_bg {
    padding: 35px 0 45px;
  }
  .mv_area_inr {
    width: 100%;
    padding: 0 15px;
  }
  .mv_area_inr .lp_btn_wrap {
    padding: 0 calc(15px + 20px);
    right: 0;
    bottom: 60px;
    left: 0;
  }
  .lp_btn_link {
    width: 100%;
    margin: auto;
    padding: 20px 50px 20px 20px;
    font-size: 15px;
    line-height: 22px;
    background-position: center right 16px;
    background-size: 28px;
  }
  .lp_btn_head_text {
    top: -35px;
  }
  .lp_btn_head_text__span {
    width: 220px;
    padding: 8px;
    font-size: 14px;
    line-height: 20px;
  }
  .wave_section {
    padding-bottom: 50px;
  }
  .section_heading_lv2 {
    font-size: 24px;
    line-height: 35px;
    background-image: url("../images/bg_border_01_sp.svg");
  }
  .section_heading_lv2 .font_num {
    font-size: 64px;
    line-height: 54px;
  }
  .section_heading_lv2 .font_l {
    font-size: 32px;
    line-height: 35px;
  }
  .anchor_list {
    margin-top: 60px;
  }
  .anchor_list_item {
    width: calc((100% - 10px) / 2);
  }
  .anchor_list_item:nth-child(even) {
    margin-left: 10px;
  }
  .anchor_list_item:nth-child(n+3) {
    margin-top: 55px;
  }
  .anchor_list_item:nth-child(2n+3) {
    margin-left: 0;
  }
  .anchor_box {
    padding: 30px 5px 15px;
  }
  .anchor_box .label_point {
    margin: auto;
    top: -37px;
    right: 0;
    left: 0;
  }
  .label_point {
    width: 65px;
    height: 65px;
  }
  .label_point .point {
    display: block;
    width: calc(100% / 0.8);
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .label_point .num {
    font-size: 26px;
    line-height: 26px;
  }
  .anchor_box_p {
    font-size: 16px;
    line-height: 24px;
  }
  .anchor_box_btm {
    margin-top: 12.5px;
    padding: 12px 35px 0 12px;
    background-position: bottom right 8px;
    background-size: 24px;
  }
  .anchor_box_more {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: center;
  }
  .trouble_area_pic {
    padding-bottom: calc(10px + 25px);
    background-size: 48px;
  }
  .section_appearance {
    margin-top: 10px;
    padding: 30px 15px 60px;
  }
  .label_heaing {
    padding: 0 5px;
    font-size: 16px;
    line-height: 22px;
  }
  .appearance_flex {
    display: block;
    margin-top: 30px;
  }
  .appearance_flex .lp_btn_wrap {
    margin-top: 75px;
  }
  .appearance_flex_left,
  .appearance_flex_right {
    width: 100%;
  }
  .appearance_pic {
    width: 60%;
    margin: 0 auto;
  }
  .appearance_comment {
    margin-top: 30px;
  }
  .appearance_comment+.appearance_comment {
    margin-top: 30px;
  }
  .appearance_comment_p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28px;
  }
  .appearance_comment_p .font_l {
    font-size: 20px;
  }
  .section_review {
    padding: 10px 0 30px;
  }
  .section_review_heading_btm_p {
    width: 100%;
    font-size: 10px;
  }
  .section_review_heading_pic {
    width: 60%;
  }
  .section_review_pic {
    margin-top: 30px;
  }
  .section_review_pic+.section_review_pic {
    margin-top: 10px;
  }
  .section_function {
    padding: 40px 0 50px;
  }
  .function_area+.function_area {
    margin-top: 50px;
  }
  .function_area .label_point {
    width: 80px;
    height: 80px;
  }
  .function_area .label_heaing {
    width: 145px;
  }
  .function_area .section_heading_lv2 {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .function_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
  .function_flex+.function_flex {
    background-image: url("../images/bg_function_wave_01_sp.svg");
  }
  .function_flex.reverse .function_flex_left {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .function_flex.reverse .function_flex_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .function_flex.care_easy .function_flex_left,
  .function_flex.care_easy .function_flex_right {
    width: 100%;
  }
  .function_flex+.lp_btn_wrap {
    margin-top: 70px;
  }
  .function_flex_left,
  .function_flex_right {
    width: 100%;
  }
  .function_heading {
    margin-top: 25px;
    font-size: 20px;
    line-height: 32px;
  }
  .function_p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
  }
  .function_p+.function_p {
    margin-top: 30px;
  }
  .function_col_flex {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .function_col {
    width: 100%;
  }
  .function_col+.function_col {
    margin-top: 40px;
  }
  .function_col .function_pic {
    width: 70%;
    margin: 0 auto;
  }
  .section {
    margin-top: 30px;
  }
  .section.bg_green {
    margin-top: 50px;
    padding: 30px 0 50px;
  }
  .section .label_point {
    width: 80px;
    height: 80px;
  }
  .section .section_heading_lv2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section_heading_btm_p {
    margin-top: 35px;
    line-height: 26px;
  }
  .selectable_cloth {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
  .selectable_cloth+.selectable_cloth {
    margin-top: 60px;
  }
  .selectable_cloth .lp_btn_wrap_2 {
    width: 100%;
    bottom: 0;
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .selectable_cloth+.lp_btn_wrap {
    margin-top: 70px;
  }
  .selectable_cloth_inr {
    padding: 62px 15px 90px;
  }
  .selectable_cloth_pic {
    position: static;
  }
  .selectable_cloth_pic_picture {
    width: 100%;
  }
  .selectable_cloth_head {
    width: 90%;
    top: -27.5px;
  }
  .selectable_cloth_head .num {
    width: 55px;
    height: 72px;
    font-size: 16px;
  }
  .selectable_cloth_head .right_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 55px);
    min-width: auto;
    height: 72px;
    padding: 9px 15px;
    border: 2px solid #333;
    background-color: #fff;
  }
  .selectable_cloth_head .right_box .en {
    font-size: 24px;
    line-height: 33px;
  }
  .selectable_cloth_head .right_box .jp {
    margin: 0;
    font-size: 12px;
    line-height: 17px;
  }
  .selectable_cloth_heading {
    margin-top: 25px;
    font-size: 20px;
    line-height: 32px;
  }
  .selectable_cloth_p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 26px;
  }
  .selectable_cloth_p+.selectable_cloth_p {
    margin-top: 30px;
  }
  .lp_btn_link_2 {
    width: 100%;
    padding: 20px 50px 20px 30px;
    font-size: 15px;
    line-height: 22px;
    background-position: center right 16px;
    background-size: 28px;
  }
  .slick_on_off {
    width: 100%;
    margin-top: 30px;
  }
  .slick_on_off::before,
  .slick_on_off::after {
    width: 37px;
    height: 36px;
    background-size: 37px 36px;
  }
  .slick_on_off .slick-prev,
  .slick_on_off .slick-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    background-size: 40px;
    top: auto;
  }
  .slick_on_off .slick-prev {
    bottom: 0;
    left: 0;
  }
  .slick_on_off .slick-next {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .slick_on_off_item_name {
    padding-bottom: 5px;
  }
  .slick_on_off_item_name .en {
    font-size: 24px;
    line-height: 33px;
  }
  .slick_on_off_item_name .jp {
    font-size: 12px;
    line-height: 17px;
  }
  .slick_on_off_thum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slick_on_off_thum .label_heaing {
    font-size: 14px;
    line-height: 20px;
    top: -14px;
  }
  .slick_on_off_thum .slick-track {
    width: 100% !important;
  }
  .slick_on_off_thum_item {
    width: calc((100% - 10px) / 2) !important /* slickの2行化 */;
  }
  .slick_on_off_thum_item:nth-child(even) {
    margin-left: 10px;
  }
  .slick_on_off_thum_item:nth-child(n+3) {
    margin-top: 5px;
  }
  .slick_on_off_thum_pic {
    width: auto;
  }
  .anchor_list_2 {
    width: 100%;
    margin-top: 30px;
  }
  .anchor_list_2 .lp_btn_link_2 {
    padding: 8px 8px 40px;
    background-position: center bottom 8px;
  }
  .anchor_list_2_item {
    width: calc((100% - 11px) / 2);
  }
  .anchor_list_2_item:nth-child(n+3) {
    margin-top: 11px;
  }
  .section_list {
    margin-top: 50px;
  }
  .section_list+.section_list {
    margin-top: 50px;
  }
  .section_list_heading__span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 14px;
    background-image: url("../images/bg_brd_btm_01_sp.svg");
  }
  .section_list_heading .en {
    font-size: 28px;
    line-height: 38px;
  }
  .section_list_heading .jp {
    margin: 0;
    font-size: 12px;
    line-height: 17px;
  }
  .section_list_heading_btm_p {
    margin-top: 25px;
  }
  .product_list {
    width: 100%;
    margin-top: 30px;
  }
  .product_list.col2 {
    width: 100%;
  }
  .product_list.col2 .product_list_item {
    width: calc((100% - 10px) / 2);
  }
  .product_list.col2 .product_list_item:nth-child(even) {
    margin-left: 10px;
  }
  .product_list.col2 .product_list_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .product_list.col4 .product_list_item {
    width: calc((100% - 10px) / 2);
  }
  .product_list.col4 .product_list_item:nth-child(even) {
    margin-left: 10px;
  }
  .product_list.col4 .product_list_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .product_list.col4 .product_list_item:nth-child(2n+3) {
    margin-left: 0;
  }
  .product_list_item {
    width: calc((100% - 10px) / 2);
  }
  .product_list_item:nth-child(even) {
    margin-left: 10px;
  }
  .product_list_item:nth-child(n+3) {
    margin-top: 30px;
  }
  .product_list_item:nth-child(2n+3) {
    margin-left: 0;
  }
  .product_list_item_comment {
    min-height: 55px;
    padding: 8px 5px;
    font-size: 13px;
  }
  .product_list_item_name {
    margin-top: 15px;
    font-size: 13px;
    line-height: 20px;
  }
  .product_list_item_price .num {
    font-size: 20px;
  }
  .product_list_item_price .tax {
    font-size: 14px;
  }
  .purchase_btn_link {
    padding: 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .section_coordinate {
    margin-top: 0;
    padding: 30px 0 50px;
  }
  .section_coordinate .container.ht {
    width: 100%;
  }
  .section_coordinate_heading {
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }
  .product_content {
    margin-top: 30px;
    padding: 40px 15px;
  }
  .product_content+.product_content {
    margin-top: 30px;
  }
  .product_content .label_heaing {
    width: 90%;
    font-size: 18px;
    line-height: 26px;
  }
  .product_content_heading {
    font-size: 24px;
    line-height: 35px;
  }
  .product_content_heading_btm_p {
    margin-top: 20px;
  }
  .product_content_flex {
    display: block;
    margin-top: 40px;
  }
  .product_content_flex_left,
  .product_content_flex_right {
    width: 100%;
  }
  .product_content_list {
    margin-top: 40px;
  }
  .product_content_list .purchase_btn_wrap {
    margin-top: 15px;
  }
  .product_content_list_item {
    width: calc((100% - 10px) / 2);
    padding: 24px 0;
  }
  .product_content_list_item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .product_content_list_item_name {
    font-size: 13px;
    line-height: 20px;
  }
  .product_content_list_item_name+.purchase_btn_wrap {
    margin-top: auto;
  }
  .product_content_list_item_price {
    margin-top: 12px;
  }
  .product_content_list_item_price .num {
    font-size: 20px;
  }
  .product_content_list_item_price .tax {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .lineup_list_item_discount_price {
    margin-top: 10px;
  }
  .price_red {
    font-size: 14px;
    color: #ca0030;
  }
  .b_price_red {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #ca0030;
    letter-spacing: 0.05em;
    line-height: 24px;
  }
  .price_tax_red {
    font-size: 16px;
    color: #ca0030;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .lineup_list_item_discount_price {
    margin-top: 6px;
  }
  .price_red {
    font-size: 14px;
    color: #ca0030;
  }
  .b_price_red {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #ca0030;
    letter-spacing: 0.05em;
    line-height: 20px;
  }
  .price_tax_red {
    font-size: 14px;
    color: #ca0030;
    letter-spacing: 0.05em;
  }
}

/*# sourceMappingURL=style.css.map */
