@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
main.main {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.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;
}
.bg_yellow {
  background-color: #f5f2e9;
}
.bg_blue {
  background-color: #182336;
}
.border_bottom {
  display: inline-block;
  margin: 0 5px;
  padding-bottom: 5px;
  position: relative;
}
.border_bottom::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: auto;
  border-top: 1px solid #c6bba6;
  border-bottom: 1px solid #c6bba6;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mv_area .lp_btn_wrap {
  position: absolute;
  left: 250px;
  bottom: 45px;
}
.mv_area_inr {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.mv_area_pic {
  text-align: center;
}
.mv_area_pic__img {
  margin: 0 auto;
}
.lp_btn_link {
  width: 560px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fabe00;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.lp_btn_link:hover {
  text-decoration: none;
}
.lp_btn_link:before {
  content: '';
  display: block;
  width: 112px;
  height: 112px;
  background: url("../images/btn_badge.svg");
  position: absolute;
  left: -16px;
}
.lp_btn_link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  right: 32px;
}
.lp_btn_link_txt {
  font-size: 20px;
  font-weight: 400;
}
.lp_btn_link_txt span {
  font-size: 24px;
  font-weight: bold;
}
.lp_btn_link_label {
  width: 320px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/btn_label_bg.svg");
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  top: -16px;
  left: calc(50% - 160px);
}
.txt_blue {
  color: #0083b3;
}
.bg_blue {
  background: #0083b3;
}
.section_heading_lv2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 46px;
  text-align: center;
}
.section_heading_lv2 .text_top {
  display: inline-block;
}
.section_heading_lv2 .font_num {
  font-size: 80px;
}
.section_heading_lv2 .font_l {
  font-size: 48px;
  line-height: 70px;
}
.anchor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 50px;
}
.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;
}

/* newアイコン付与 */
.anchor_list_item.--icon-new .anchor_box {
  position: relative;
}
.anchor_list_item.--icon-new .anchor_box::before {
  content: '';
  display: block;
  width: 100px;
  height: 80px;
  background-image: url("../images/new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  right: -50px;
  z-index: 1;
}
.sec_points_item.--icon-new .label_point {
  position: relative;
}
.sec_points_item.--icon-new .label_point::before {
  content: '';
  display: block;
  width: 158px;
  height: 123px;
  background-image: url("../images/new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -60px;
  left: -125px;
  z-index: 1;
}
/* end newアイコン付与 */

.anchor_box {
  display: block;
  padding: 24px 20px 15px;
  border: 2px solid #333;
  position: relative;
}
.anchor_box .label_point {
  position: absolute;
  top: -32px;
  left: -32px;
}
.label_point {
  display: flex;
  flex-direction: column;
  justify-content: 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_p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
}
.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;
}
.websuit_5point .anchor_list {
  margin-top: 100px;
  justify-content: space-between;
}
.websuit_5point .anchor_list_item {
  position: relative;
  width: 456px;
  margin-top: 0;
  margin-bottom: 36px;
  background: #f5eee1;
}
.websuit_5point .anchor_list_item:first-of-type {
  background: #fff;
}
.websuit_5point .anchor_list_item:nth-child(n+2) {
  margin-left: 0;
}
.websuit_5point .anchor_list_item .anchor_box {
  border: none;
  padding: 20px 0;
}
.websuit_5point .anchor_list_item .anchor_box:hover {
  text-decoration: none;
}
.websuit_5point .anchor_list_item .anchor_box_right {
  position: absolute;
  width: 66px;
  height: 60px;
  right: 0;
  top: 20px;
  border-left: solid 2px #e0dace;
}
.websuit_5point .anchor_list_item .anchor_box_right:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}
.websuit_5point .label_point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  height: 88px;
  left: -44px;
  background-size: 100% 100%;
  background-image: url("../images/blue_point.png");
  color: #fff;
  font-family: "Gill Sans";
  font-style: italic;
  line-height: normal;
}
.websuit_5point .label_point .point {
  font-size: 16px;
  font-weight: 400;
}
.websuit_5point .label_point .number {
  font-size: 42px;
  line-height: 1;
}
.section_heading_lv2 .head_under {
  display: inline-block;
  padding-bottom: 15px;
  font-size: 44px;
  position: relative;
}
.section_heading_lv2 .head_under:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background-image: url("../images/stripe.svg");
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section_heading_lv2 .txt_blue {
  font-size: 96px;
  font-style: italic;
  font-family: "Gill Sans";
  font-weight: normal;
}
.sec_trouble {
  padding: 80px 0 0;
  background: #0083b3;
}
.sec_trouble_inr {
  width: 1040px;
  margin: 0 auto;
}
.sec_trouble_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec_trouble_head span {
  font-size: 48px;
  color: #fae900;
  position: relative;
  letter-spacing: 0.2em;
}
.sec_trouble_head span:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background-image: url("../images/stripe.svg");
  background-repeat: repeat-x;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.sec_trouble_top {
  width: 100%;
  display: flex;
  margin-top: 50px;
  padding: 40px 70px;
  border: 4px solid #fff;
  border-radius: 8px;
  position: relative;
}
.sec_trouble_top:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  background: #0083b3;
  transform: rotate(135deg);
  position: absolute;
  right: calc(50% - 20px);
  bottom: -20px;
}
.sec_trouble_top .sec_trouble_left {
  width: 450px;
  height: 300px;
  position: relative;
}
.sec_trouble_top .sec_trouble_left:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 58px;
  height: 42px;
  background-image: url("../images/trouble_spiral.svg");
  position: absolute;
  top: -21px;
  right: -29px;
}
.sec_trouble_top .sec_trouble_right {
  width: calc(100% - 450px);
  height: 300px;
  padding: 20px 0 20px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec_trouble_top .sec_trouble_right p {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.sec_trouble_top .sec_trouble_right p:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-right: 7px;
  background-image: url("../images/trouble_check.svg");
}
.sec_trouble_top .sec_trouble_right p span {
  font-size: 20px;
  font-weight: bold;
  color: #fae900;
  letter-spacing: 0.15em;
}
.sec_trouble_bottom {
  width: 938px;
  height: 688px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url("../images/trouble_02_pc.png");
  background-repeat: no-repeat;
  background-size: 300px 688px;
  background-position: 70px bottom;
}
.sec_trouble_bottom_inr {
  text-align: center;
}
.sec_trouble_bottom_inr:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 128px;
  height: 68px;
  margin-bottom: 10px;
  background-image: url("../images/trouble_crown.svg");
}
.sec_trouble_bottom_inr .lead {
  font-size: 40px;
  color: #fff;
}
.sec_trouble_bottom_inr .main {
  font-size: 36px;
  color: #fff;
}
.sec_trouble_bottom_inr .main span {
  font-size: 64px;
  color: #fae900;
  position: relative;
  font-weight: 500;
}
.sec_trouble_bottom_inr .main span:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background-image: url("../images/stripe.svg");
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_trouble_bottom_inr .lp_btn_wrap {
  margin: 80px 0 0 0;
}
.sec_trouble_bottom_inr .lp_btn_link {
  margin: 0 auto;
}
.sec_trouble_bottom_inr .lp_btn_link:before {
  content: none;
}
.sec_points {
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sec_points .lp_btn_wrap {
  margin: 70px 0 0 0;
}
.sec_points .lp_btn_link {
  margin: 0 auto;
}
.sec_points .lp_btn_link:before {
  content: none;
}
.sec_points .label_point {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background-size: 100% 100%;
  background-image: url("../images/blue_point.png");
  color: #fff;
  font-family: "Gill Sans";
  font-style: italic;
  line-height: normal;
}
.sec_points .label_point .point {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.sec_points .label_point .number {
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.sec_points_head {
  font-size: 32px;
  text-align: center;
}
.sec_points_head span {
  color: #0083b3;
}
.sec_points_head:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 14px;
  background-image: url("../images/wave.svg");
}
.sec_points_head_body {
  margin-top: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.sec_points_head_body span {
  color: #0083b3;
}
.sec_points_right .head {
  font-size: 24px;
  font-weight: 400;
}
.sec_points_right .head span {
  color: #0083b3;
  font-weight: 500;
}
.sec_points_right .text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}
.sec_points_right .note {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}
.sec_points_item {
  margin-top: 85px;
}
.sec_points_inr {
  margin-top: 47px;
}
.sec_points_item01 .sec_points_inr,
.sec_points_item02 .sec_points_inr,
.sec_points_item05 .sec_points_inr {
  display: flex;
  justify-content: space-between;
}
.sec_points_item06 .sec_points_inr {
  display: flex;
  justify-content: space-between;
  width: 752px;
  margin: 0 auto;
}
.sec_points_item01 .sec_points_left,
.sec_points_item02 .sec_points_left,
.sec_points_item05 .sec_points_left {
  width: 420px;
  height: 280px;
}
.sec_points_item06 .sec_points_left {
  width: 280px;
}
.sec_points_item01 .sec_points_right,
.sec_points_item02 .sec_points_right,
.sec_points_item05 .sec_points_right {
  width: 592px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_points_item06 .sec_points_right {
  width: 444px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_points_item03 .sec_points_inr,
.sec_points_item04 .sec_points_inr,
.sec_points_itemsub .sec_points_inr {
  width: 752px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.sec_points_item03 .sec_points_left,
.sec_points_itemsub .sec_points_left {
  width: 100%;
  height: 240px;
  margin-top: 25px;
}

.sec_points_item04 .sec_points_left{
  width: 100%;
  height: 240px;
  margin-top: 25px;
}
.sec_points_item03 .sec_points_right,
.sec_points_item04 .sec_points_right,
.sec_points_itemsub .sec_points_right {
  margin-top: 25px;
}
.sec_points_item03 .sec_points_right .text,
.sec_points_item04 .sec_points_right .text,
.sec_points_itemsub .sec_points_right .text {
  margin-top: 25px;
}
.sec_points_item04 .sec_points_inr {
  flex-direction: column;
}
.sec_points_item05 .sec_points_inr {
  flex-direction: row-reverse;
}
.section_slider {
  padding: 80px 0;
  background: #f5eee1;
}
.slick_on_off_thum {
  width: 900px;
  margin: 0 auto;
  padding-top: 48px;
}
.sec_slider_head {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.sec_slider_head span {
  color: #0083b3;
  display: block;
  font-size: 48px;
  font-weight: 500;
}
.sec_slider_head:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 14px;
  background-image: url("../images/wave.svg");
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
}
.section_heading_btm_p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}
.slick_on_off_thum_item {
  margin-left: 0;
  width: 286px;
  height: 190px;
  position: relative;
}
.slick_on_off_thum_item:not(:first-child) {
  margin-left: 20px;
}
.slick_on_off_thum_item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.slick_on_off_thum_item.slick-current:after {
  border: 2px solid #0083b3;
}
.slick_on_off_thum_pic__img {
  width: 286px;
  height: 190px;
}
.slick_on_off_thum_pic__img:hover {
  cursor: pointer;
}
.slick_on_off {
  position: relative;
}
.slick_on_off:before,
.slick_on_off:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 50px;
  top: 20px;
}
.slick_on_off:before {
  width: 66px;
  background-image: url("../images/icon_on.svg");
  left: 20px;
}
.slick_on_off:after {
  width: 79px;
  background-image: url("../images/icon_off.svg");
  right: 20px;
}
.slick_on_off .slick-prev,
.slick_on_off .slick-next {
  width: 56px;
  height: 56px;
  background-image: url("../images/arrow.svg");
  background-size: 56px;
}
.slick_on_off .slick-prev {
  left: -28px;
  transform: rotate(180deg);
}
.sec_lineup {
  padding: 80px 0;
}
.sec_lineup_head {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.sec_lineup_head span {
  color: #0083b3;
  display: block;
  font-size: 48px;
}
.sec_lineup_head:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 14px;
  background-image: url("../images/wave.svg");
  display: block;
  margin: 10px auto;
}
.sec_lineup_txt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.sec_lineup_lead {
  margin-top: 70px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.sec_lineup_lead span {
  font-size: 36px;
  color: #0083b3;
  position: relative;
}
.sec_lineup_lead span:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 158px;
  height: 123px;
  background-image: url("../images/new.svg");
  position: absolute;
  top: -105px;
  left: -125px;
}
.sec_lineup_lead span:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background-image: url("../images/stripe.svg");
  background-repeat: repeat-x;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.lineup_list {
  width: 1040px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lineup_list_item {
  width: 242px;
  margin-left: 0;
  margin-bottom: 68px;
}
.lineup_list_item:not(:nth-child(4n+1)) {
  margin-left: 15px;
}
.lineup_list_item_label {
  width: 242px;
  height: 56px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/lineUp_label.svg");
  background-size: cover;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.lineup_list_item_label:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 2px;
  height: 12px;
  background: #e0dace;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 1px);
}
.lineup_list_item_img {
  width: 242px;
  height: 363px;
}
.lineup_list_item_name {
  margin-top: 10px;
  margin-top: 14px;
}
.lineup_list_item_price {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.lineup_list_item_price span {
  font-size: 16px;
  font-weight: 300;
}
.lineup_list_item_btn {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  background: #fabe00;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.lineup_list_item_btn:hover {
  text-decoration: none;
}
.slider {
  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;
  transform: rotate(180deg);
}
.slick_on_off .slick-next {
  right: -28px;
}
.slick_on_off_pic {
  font-size: 0;
}
.slick_on_off_item_name {
  display: flex;
  justify-content: 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;
}
.slick_on_off_thum_pic {
  font-size: 0;
}
/* 2022SS_add */
main.main {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05em;
}
.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;
}
.bg_yellow {
  background-color: #f5f2e9;
}
.bg_blue {
  background-color: #182336;
}
.border_bottom {
  display: inline-block;
  margin: 0 5px;
  padding-bottom: 5px;
  position: relative;
}
.border_bottom::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: auto;
  border-top: 1px solid #c6bba6;
  border-bottom: 1px solid #c6bba6;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.mv_area .lp_btn_wrap {
  position: absolute;
  left: 250px;
  bottom: 45px;
}
.mv_area_inr {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
.mv_area_pic {
  text-align: center;
}
.mv_area_pic__img {
  margin: 0 auto;
}
.lp_btn_link {
  width: 560px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fabe00;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.lp_btn_link:hover {
  text-decoration: none;
}
.lp_btn_link:before {
  content: '';
  display: block;
  width: 112px;
  height: 112px;
  background: url("../images/btn_badge.svg");
  position: absolute;
  left: -16px;
}
.lp_btn_link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(135deg);
  position: absolute;
  right: 32px;
}
.lp_btn_link_txt {
  font-size: 20px;
  font-weight: 400;
}
.lp_btn_link_txt span {
  font-size: 24px;
  font-weight: bold;
}
.lp_btn_link_label {
  width: 320px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/btn_label_bg.svg");
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  top: -16px;
  left: calc(50% - 160px);
}
.txt_blue {
  color: #0083b3;
}
.bg_blue {
  background: #0083b3;
}
.section_heading_lv2 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 46px;
  text-align: center;
}
.section_heading_lv2 .font_num {
  font-size: 80px;
}
.section_heading_lv2 .font_l {
  font-size: 48px;
  line-height: 70px;
}
.anchor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 50px;
}
.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;
  padding: 24px 20px 15px;
  border: 2px solid #333;
  position: relative;
}
.anchor_box .label_point {
  position: absolute;
  top: -32px;
  left: -32px;
}
.label_point {
  display: flex;
  flex-direction: column;
  justify-content: 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_p {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  font-weight: 300;
}
.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;
}
.websuit_5point .anchor_list {
  margin-top: 100px;
  justify-content: space-between;
}
.websuit_5point .anchor_list_item {
  position: relative;
  width: 456px;
  margin-top: 0;
  margin-bottom: 36px;
  background: #f5eee1;
}
.websuit_5point .anchor_list_item:first-of-type {
  width: 100%;
  background: #fff;
}
.websuit_5point .anchor_list_item:nth-child(n+2) {
  margin-left: 0;
}
.websuit_5point .anchor_list_item .anchor_box {
  border: none;
  padding: 20px 0;
}
.websuit_5point .anchor_list_item .anchor_box:hover {
  text-decoration: none;
}
.websuit_5point .anchor_list_item .anchor_box_right {
  position: absolute;
  width: 66px;
  height: 60px;
  right: 0;
  top: 20px;
  border-left: solid 2px #e0dace;
}
.websuit_5point .anchor_list_item .anchor_box_right:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}
.websuit_5point .label_point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 88px;
  height: 88px;
  left: -44px;
  background-size: 100% 100%;
  background-image: url("../images/blue_point.png");
  color: #fff;
  font-family: "Gill Sans";
  font-style: italic;
  line-height: normal;
}
.websuit_5point .label_point .point {
  font-size: 16px;
  font-weight: 400;
}
.websuit_5point .label_point .number {
  font-size: 42px;
  line-height: 1;
}
.section_heading_lv2 .head_under {
  display: inline-block;
  font-size: 44px;
  position: relative;
}
.section_heading_lv2 .txt_blue {
  font-size: 96px;
  font-style: italic;
  font-family: "Gill Sans";
  font-weight: normal;
}
.sec_trouble {
  padding: 80px 0 0;
  background: #0083b3;
}
.sec_trouble_inr {
  width: 1040px;
  margin: 0 auto;
}
.sec_trouble_head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
}
.sec_trouble_head span {
  font-size: 48px;
  color: #fae900;
  position: relative;
  letter-spacing: 0.2em;
}
.sec_trouble_head span:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background-image: url("../images/stripe.svg");
  background-repeat: repeat-x;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.sec_trouble_top {
  width: 100%;
  display: flex;
  margin-top: 50px;
  padding: 40px 70px;
  border: 4px solid #fff;
  border-radius: 8px;
  position: relative;
}
.sec_trouble_top:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  background: #0083b3;
  transform: rotate(135deg);
  position: absolute;
  right: calc(50% - 20px);
  bottom: -20px;
}
.sec_trouble_top .sec_trouble_left {
  width: 450px;
  height: 300px;
  position: relative;
}
.sec_trouble_top .sec_trouble_left:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 58px;
  height: 42px;
  background-image: url("../images/trouble_spiral.svg");
  position: absolute;
  top: -21px;
  right: -29px;
}
.sec_trouble_top .sec_trouble_right {
  width: calc(100% - 450px);
  height: 300px;
  padding: 20px 0 20px 56px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec_trouble_top .sec_trouble_right p {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
.sec_trouble_top .sec_trouble_right p:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-right: 7px;
  background-image: url("../images/trouble_check.svg");
}
.sec_trouble_top .sec_trouble_right p span {
  font-size: 20px;
  font-weight: bold;
  color: #fae900;
  letter-spacing: 0.15em;
}
.sec_trouble_bottom {
  width: 938px;
  height: 688px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: url("../images/trouble_02_pc.png");
  background-repeat: no-repeat;
  background-size: 300px 688px;
  background-position: 70px bottom;
}
.sec_trouble_bottom_inr {
  text-align: center;
}
.sec_trouble_bottom_inr:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 128px;
  height: 68px;
  margin-bottom: 10px;
  background-image: url("../images/trouble_crown.svg");
}
.sec_trouble_bottom_inr .lead {
  font-size: 40px;
  color: #fff;
}
.sec_trouble_bottom_inr .main {
  font-size: 36px;
  color: #fff;
}
.sec_trouble_bottom_inr .main span {
  font-size: 64px;
  color: #fae900;
  position: relative;
  font-weight: 500;
}
.sec_trouble_bottom_inr .main span:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background-image: url("../images/stripe.svg");
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec_trouble_bottom_inr .lp_btn_wrap {
  margin: 80px 0 0 0;
}
.sec_trouble_bottom_inr .lp_btn_link {
  margin: 0 auto;
}
.sec_trouble_bottom_inr .lp_btn_link:before {
  content: none;
}
.sec_points {
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sec_points .lp_btn_wrap {
  margin: 70px 0 0 0;
}
.sec_points .lp_btn_link {
  margin: 0 auto;
}
.sec_points .lp_btn_link:before {
  content: none;
}
.sec_points .label_point {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background-size: 100% 100%;
  background-image: url("../images/blue_point.png");
  color: #fff;
  font-family: "Gill Sans";
  font-style: italic;
  line-height: normal;
}
.sec_points .label_point .point {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.sec_points .label_point .number {
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
.sec_points_head {
  font-size: 32px;
  text-align: center;
}
.sec_points_head span {
  color: #0083b3;
}
.sec_points_head:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 14px;
  background-image: url("../images/wave.svg");
}
.sec_points_head_body {
  margin-top: 15px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}
.sec_points_head_body span {
  color: #0083b3;
}
.sec_points_right .head {
  font-size: 24px;
  font-weight: 400;
}
.sec_points_right .head span {
  color: #0083b3;
  font-weight: 500;
}
.sec_points_right .text {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}
.sec_points_right .note {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
}
.sec_points_item {
  margin-top: 85px;
}
.sec_points_inr {
  margin-top: 47px;
}
.sec_points_item01 .sec_points_inr,
.sec_points_item02 .sec_points_inr,
.sec_points_item05 .sec_points_inr {
  display: flex;
  justify-content: space-between;
}
.sec_points_item01 .sec_points_left,
.sec_points_item02 .sec_points_left,
.sec_points_item05 .sec_points_left {
  width: 420px;
  height: 280px;
}
.sec_points_item01 .sec_points_right,
.sec_points_item02 .sec_points_right,
.sec_points_item05 .sec_points_right {
  width: 592px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec_points_item03 .sec_points_inr,
.sec_points_item04 .sec_points_inr,
.sec_points_itemsub .sec_points_inr {
  width: 752px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
}
.sec_points_item03 .sec_points_left,
.sec_points_itemsub .sec_points_left {
  width: 100%;
  height: 240px;
  margin-top: 25px;
}

.sec_points_item04 .sec_points_left {
  width: 100%;
  height: 240px;
  margin-top: 25px;
}
.sec_points_item03 .sec_points_right,
.sec_points_item04 .sec_points_right,
.sec_points_itemsub .sec_points_right {
  margin-top: 25px;
}
.sec_points_item03 .sec_points_right .text,
.sec_points_item04 .sec_points_right .text,
.sec_points_itemsub .sec_points_right .text {
  margin-top: 25px;
}
.sec_points_item04 .sec_points_inr {
  flex-direction: column;
}
.sec_points_item05 .sec_points_inr {
  flex-direction: row-reverse;
}

.item03_marginout{
  margin:auto;
}


.section_slider {
  padding: 80px 0;
  background: #f5eee1;
}
.slick_on_off_thum {
  width: 900px;
  margin: 0 auto;
  padding-top: 48px;
}
.sec_slider_head {
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.sec_slider_head span {
  color: #0083b3;
  display: block;
  font-size: 48px;
  font-weight: 500;
}
.sec_slider_head:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 14px;
  background-image: url("../images/wave.svg");
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
}
.section_heading_btm_p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-top: 40px;
}
.slick_on_off_thum_item {
  margin-left: 0;
  width: 286px;
  height: 190px;
  position: relative;
}
.slick_on_off_thum_item:not(:first-child) {
  margin-left: 20px;
}
.slick_on_off_thum_item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.slick_on_off_thum_item.slick-current:after {
  border: 2px solid #0083b3;
}
.slick_on_off_thum_pic__img {
  width: 286px;
  height: 190px;
}
.slick_on_off_thum_pic__img:hover {
  cursor: pointer;
}
.slick_on_off {
  position: relative;
}
.slick_on_off:before,
.slick_on_off:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 50px;
  top: 20px;
}
.slick_on_off:before {
  width: 66px;
  background-image: url("../images/icon_on.svg");
  left: 20px;
}
.slick_on_off:after {
  width: 79px;
  background-image: url("../images/icon_off.svg");
  right: 20px;
}
.slick_on_off .slick-prev,
.slick_on_off .slick-next {
  width: 56px;
  height: 56px;
  background-image: url("../images/arrow.svg");
  background-size: 56px;
}
.slick_on_off .slick-prev {
  left: -28px;
  transform: rotate(180deg);
}
.sec_lineup {
  padding: 80px 0;
}
.sec_lineup_head {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}
.sec_lineup_head span {
  color: #0083b3;
  display: block;
  font-size: 48px;
}
.sec_lineup_head:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 50px;
  height: 14px;
  background-image: url("../images/wave.svg");
  display: block;
  margin: 10px auto;
}
.sec_lineup_txt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.sec_lineup_lead {
  margin-top: 70px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.sec_lineup_lead span {
  font-size: 36px;
  color: #0083b3;
  position: relative;
}
.sec_lineup_lead span:before {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 158px;
  height: 123px;
  background-image: url("../images/new.svg");
  position: absolute;
  top: -105px;
  left: -125px;
}
.sec_lineup_lead span:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 8px;
  background-image: url("../images/stripe.svg");
  background-repeat: repeat-x;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.lineup_list {
  width: 1040px;
  margin: 40px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.lineup_list_item {
  width: 242px;
  margin-left: 0;
  margin-bottom: 68px;
}
.lineup_list_item:not(:nth-child(4n+1)) {
  margin-left: 15px;
}
.lineup_list_item_label {
  width: 242px;
  height: 56px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/lineUp_label.svg");
  background-size: cover;
  position: relative;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
.lineup_list_item_label:after {
  content: '';
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 2px;
  height: 12px;
  background: #e0dace;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 1px);
}
.lineup_list_item_img {
  width: 242px;
  height: 363px;
}
.lineup_list_item_name {
  margin-top: 10px;
  margin-top: 14px;
}
.lineup_list_item_price {
  margin-top: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.lineup_list_item_price span {
  font-size: 16px;
  font-weight: 300;
}
.lineup_list_item_btn {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  background: #fabe00;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.lineup_list_item_btn:hover {
  text-decoration: none;
}

.hukidashi_box {
  margin-top: 50px;
  padding: 80px;
  border: 3px solid #181818;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
}
.hukidashi_box+.hukidashi_box {
  margin-top: 125px;
}
.hukidashi_text {
  display: inline-block;
  padding: 0 30px 10px;
  background-image: url("../images/ribbon_right.svg"), url("../images/ribbon_left.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, bottom left;
  background-size: 58px 46px, 58px 46px;
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.hukidashi_text__span {
  display: inline-block;
  width: 570px;
  padding: 12px 28px;
  border: 2px solid #333;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 27px;
  color: #333;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.hukidashi_text__span:link,
.hukidashi_text__span:visited {
  color: #333;
}
.hukidashi_box.--featured_point_two_pants_suit .hukidashi_text__span {
  font-size: 22px;
}
.text_img_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text_img_column .text_area {
  width: 408px;
}
.text_img_column .text_area_heading {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
.text_img_column .text_area_heading_btm_p {
  font-size: 14px;
  line-height: 26px;
}
.text_img_column .img_area {
  width: 412px;
}
.kadomaru_human_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 797px;
  margin: 70px auto 0;
}
.kadomaru_human_column:nth-child(even) .kadomaru_area {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: 30px;
}
.kadomaru_human_column:nth-child(even) .kadomaru_area_parts {
  right: auto;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.kadomaru_human_column:nth-child(even) .human_area {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.kadomaru_human_column .kadomaru_area {
  width: 542px;
  margin-right: 30px;
  padding: 25px;
  border: 2px solid #181818;
  border-radius: 15px;
  position: relative;
}
.kadomaru_human_column .kadomaru_area_parts {
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kadomaru_human_column .kadomaru_area_heading {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
.kadomaru_human_column .kadomaru_area_p {
  font-size: 14px;
  line-height: 22px;
}
.kadomaru_human_column .kadomaru_area_p+.kadomaru_area_p {
  margin-top: 30px;
}

.formal_area {
  margin-top: 40px;
  padding: 65px 80px 75px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  background-color: #cfdae0;
}
.formal_area .lp_btn_wrap {
  margin-top: 70px;
}
.formal_area .lp_btn_link {
  margin-right: auto;
  margin-left: auto;
  background-color: #a08b6c;
}
.formal_area+.lp_btn_wrap {
  margin-top: 80px;
}
.formal_area+.lp_btn_wrap .lp_btn_link {
  margin-right: auto;
  margin-left: auto;
}
.formal_area_inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.formal_area_left {
  width: 480px;
}
.formal_area_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
}
.formal_area_heading {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #845600;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #845600;
}
.formal_area_heading_btm_p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.formal_area_box {
  margin-top: auto;
  padding: 20px;
  background-color: #fff;
}
.formal_area_box .purchase_btn_wrap {
  margin-top: 20px;
}
.formal_area_box_heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.formal_area_box_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formal_area_box_price .price {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
}
.formal_area_box_price .price.font_l {
  font-size: 18px;
}
.formal_area_box_price .price.color_red {
  color: #95331f;
}
.formal_area_box_p {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.formal_area_box_p.color_red {
  color: #95331f;
}

.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 rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.purchase_btn_link:link,
.purchase_btn_link:visited {
  color: #fff;
}

.formal_area_box .purchase_btn_wrap {
  margin-top: 20px;
}

.product_list .purchase_btn_wrap {
  margin-top: 16px;
}

.lp_btn_link.lp_btn_22ss{
  background: none;
  background-color: #95331f;
  color: white !important;
}

.formal_area .lp_btn_link.lp_btn_22ss{
  background-color:#a08b6c;
}

.lp_btn_link.lp_btn_22ss:before{
  background:none;
}
.lp_btn_link.lp_btn_22ss:after{
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: auto;
  background-image: url("../images/icon_anchor_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  border-right:none;
  border-top:none;
  transform:none;
}

@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: flex;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }

  .sec_points_item03 .sec_points_inr .sec_points_left .isPC{
    margin:auto;
  }
}
@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: flex;
    align-items: center;
    padding: 15px;
    height: 58px;
    box-sizing: border-box;
  }
  .mv_area .lp_btn_wrap {
    position: absolute;
    left: 0;
    width: 100%;
    top: 80%;
  }
  .mv_area_inr {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .mv_area_pic {
    text-align: center;
  }
  .mv_area_pic__img {
    margin: 0 auto;
  }
  .lp_btn_link {
    width: calc((325/375) * 100vw);
    height: calc((64/375) * 100vw);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fabe00;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
  }
  .lp_btn_link:hover {
    text-decoration: none;
  }
  .lp_btn_link:before {
    content: '';
    display: block;
    width: calc((72/375) * 100vw);
    height: calc((72/375) * 100vw);
    background: url("../images/btn_badge.svg");
    background-size: cover;
    position: absolute;
    left: calc((-20 / 375) * 100vw);
  }
  .lp_btn_link:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    transform: rotate(135deg);
    position: absolute;
    right: calc((20 / 375) * 100vw);
  }
  .lp_btn_link_txt {
    font-size: calc((15/375) * 100vw);
    font-weight: 400;
  }
  .lp_btn_link_txt span {
    font-size: calc((15/375) * 100vw);
    font-weight: bold;
  }
  .lp_btn_link_label {
    width: calc((216/375) * 100vw);
    height: calc((32/375) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/btn_label_bg_sp.svg");
    background-size: cover;
    font-size: calc((14/375) * 100vw);
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    top: calc((-16 / 375) * 100vw);
    left: calc(50% - ((108 / 375) * 100vw));
  }
  .websuit_5point .anchor_list {
    margin: 40px 0 0;
    display: block;
  }
  .websuit_5point .section_heading_lv2 {
    margin-bottom: 30px;
    position: static;
    transform: none;
    font-size: calc((24/375) * 100vw);
    font-weight: 500;
  }
  .websuit_5point .section_heading_lv2:after {
    content: none;
  }
  .websuit_5point .section_heading_lv2 .head_under {
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 1;
    font-size: calc((24/375) * 100vw);
  }
  .websuit_5point .section_heading_lv2 .head_under .txt_blue {
    font-size: calc((64/375) * 100vw);
  }
  .websuit_5point .anchor_list_item {
    width: calc((313/375) * 100vw);
    height: 72px;
    margin-right: 0;
  }
  .websuit_5point .anchor_list_item:nth-child(n+2),
  .websuit_5point .anchor_list_item:nth-child(n+4),
  .websuit_5point .anchor_list_item:nth-child(3n+4) {
    margin-left: auto;
    margin-bottom: 12px;
  }
  /* newアイコン付与 */
  .anchor_list_item.--icon-new .anchor_box::before {
    width: 55px;
    height: 40px;
    top: -15px;
    right: -15px;
  }
  .sec_points_item.--icon-new .label_point::before {
    width: 108px;
    height: 85px;
    top: -45px;
    left: -80px;
  }
  /* end newアイコン付与 */
  .websuit_5point .anchor_list_item .anchor_box {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .websuit_5point .anchor_list_item .anchor_box_top {
    width: 100%;
    height: 100%;
    margin-left: -1em;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .websuit_5point .anchor_list_item .anchor_box_right {
    width: calc((43/375) * 100vw);
    height: 48px;
    top: 12px;
  }
  .websuit_5point .anchor_list_item.anchor_list_head {
    margin: 0 auto;
    height: auto;
  }
  .websuit_5point .label_point {
    width: calc((64/375) * 100vw);
    height: calc((64/375) * 100vw);
    top: 36px;
    left: calc((-32 / 375) * 100vw);
  }
  .websuit_5point .label_point .point {
    font-size: calc((10/375) * 100vw);
  }
  .websuit_5point .label_point .number {
    font-size: calc((28/375) * 100vw);
    line-height: 1;
  }
  .websuit_5point .anchor_box_p {
    font-size: calc((16/375) * 100vw);
    line-height: 1.5;
  }
  .sec_trouble {
    margin-top: 50px;
    padding: 35px calc((15 / 375) * 100vw) 0;
  }
  .sec_trouble_inr {
    width: 100%;
  }
  .sec_trouble_head {
    font-size: calc((24/375) * 100vw);
    letter-spacing: normal;
  }
  .sec_trouble_head span {
    padding-left: 0.2em;
    font-size: calc((32/375) * 100vw);
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .sec_trouble_top {
    width: 100%;
    display: block;
    margin-top: 40px;
    padding: 16px calc((16 / 375) * 100vw);
    border: 2px solid #fff;
  }
  .sec_trouble_top:after {
    width: 28px;
    height: 28px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    right: calc(50% - 17px);
    bottom: -15px;
  }
  .sec_trouble_top .sec_trouble_left {
    width: calc((313/375) * 100vw);
    height: calc((208/375) * 100vw);
    position: relative;
  }
  .sec_trouble_top .sec_trouble_left:after {
    top: -11px;
    right: -9px;
  }
  .sec_trouble_top .sec_trouble_right {
    width: 100%;
    height: auto;
    padding: 15px 0 10px;
  }
  .sec_trouble_top .sec_trouble_right p {
    font-size: calc((15/375) * 100vw);
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec_trouble_top .sec_trouble_right p span {
    font-size: calc((15/375) * 100vw);
    font-weight: 500;
  }
  .sec_trouble_bottom {
    width: 100%;
    height: 670px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: url("../images/trouble_02_sp.png");
    background-repeat: no-repeat;
    background-size: 345px 670px;
    background-position: center bottom;
  }
  .sec_trouble_bottom_inr {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .sec_trouble_bottom_inr:before {
    width: 64px;
    height: 33px;
    margin-bottom: 10px;
  }
  .sec_trouble_bottom_inr .lead {
    font-size: calc((24/375) * 100vw);
  }
  .sec_trouble_bottom_inr .main {
    font-size: calc((24/375) * 100vw);
  }
  .sec_trouble_bottom_inr .main span {
    font-size: calc((32/375) * 100vw);
  }
  .sec_trouble_bottom_inr .main span:after {
    bottom: -5px;
  }
  .sec_trouble_bottom_inr .lp_btn_wrap {
    margin: 50px 0 40px;
  }
  .sec_trouble_bottom_inr .lp_btn_link {
    margin: 0 auto;
  }
  .sec_trouble_bottom_inr .lp_btn_link:before {
    content: none;
  }
  .sec_points {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc((15 / 375) * 100vw) 48px;
  }
  .sec_points .lp_btn_wrap {
    margin: 50px 0 0 0;
  }
  .sec_points .lp_btn_link {
    margin: 0 auto;
  }
  .sec_points .lp_btn_link:before {
    content: none;
  }
  .sec_points_head {
    font-size: calc((24/375) * 100vw);
    line-height: 1.3;
  }
  .sec_points_head:after {
    margin-top: 10px;
  }
  .sec_points_head_body {
    margin-top: 15px;
    font-size: calc((24/375) * 100vw);
    font-weight: 500;
  }
  .sec_points_head_body span {
    margin-top: 10px;
    display: block;
  }
  .sec_points_right {
    margin-top: 20px;
  }
  .sec_points_right .head {
    font-size: calc((20/375) * 100vw);
  }
  .sec_points_right .text {
    margin-top: 24px;
    font-size: calc((14/375) * 100vw);
  }
  .sec_points_right .note {
    font-size: calc((12/375) * 100vw);
  }
  .sec_points_item {
    margin-top: 48px;
  }
  .sec_points_inr {
    margin-top: 27px;
  }
  .sec_points_item01 .sec_points_inr,
  .sec_points_item02 .sec_points_inr,
  .sec_points_item05 .sec_points_inr,
  .sec_points_item06 .sec_points_inr {
    display: block;
  }
  .sec_points_item01 .sec_points_left,
  .sec_points_item02 .sec_points_left,
  .sec_points_item05 .sec_points_left {
    width: calc((345/375) * 100vw);
    height: calc((230/375) * 100vw);
  }
  .sec_points_item06 .sec_points_left {
    width: calc((345/375) * 100vw);
    height: auto;
  }
  .sec_points_item01 .sec_points_right,
  .sec_points_item02 .sec_points_right,
  .sec_points_item05 .sec_points_right,
  .sec_points_item06 .sec_points_right {
    width: 100%;
    height: auto;
    display: block;
  }
  .sec_points_item03 .sec_points_inr,
  .sec_points_item04 .sec_points_inr,
  .sec_points_item06 .sec_points_inr,
  .sec_points_itemsub .sec_points_inr {
    width: 100%;
    margin: 27px auto 0;
    display: block;
  }

  .sec_points_item04 .sec_points_left,
  .sec_points_itemsub .sec_points_left{
    width: calc((345/375) * 100vw);
    height: calc((130/375) * 100vw);
    margin-top: 0;
  }
  .sec_points_item03 .sec_points_left,{
    width: calc((345/375) * 100vw);
    height: calc((200/375) * 100vw);
    margin-top: 0;
  }
  
  .sec_points_item03 .sec_points_right,
  .sec_points_item04 .sec_points_right,
  .sec_points_itemsub .sec_points_right {
    margin-top: 24px;
  }
  .sec_points_item03 .sec_points_right .text,
  .sec_points_item04 .sec_points_right .text,
  .sec_points_itemsub .sec_points_right .text {
    margin-top: 24px;
  }

  .sec_points_item03 .isPC{
    margin:auto;
  }
  .sec_points_item04 .sec_points_inr {
    flex-direction: column;
  }
  .sec_points_item05 .sec_points_inr {
    flex-direction: row-reverse;
  }
  .section_slider {
    padding: 36px calc((15 / 375) * 100vw);
  }
  .section_slider .sec_slider_head {
    font-size: calc((24/375) * 100vw);
    line-height: 1.4;
  }
  .section_slider .sec_slider_head span {
    font-size: calc((32/375) * 100vw);
  }
  .section_slider .section_heading_btm_p {
    font-size: calc((14/375) * 100vw);
  }
  .section_slider .slick_on_off {
    width: 100%;
    margin-top: 30px;
  }
  .section_slider .slick_on_off::before,
  .section_slider .slick_on_off::after {
    width: 37px;
    height: 36px;
    background-size: 37px 36px;
  }
  .section_slider .slick_on_off .slick-prev,
  .section_slider .slick_on_off .slick-next {
    width: 40px;
    height: 40px;
    margin-top: 0;
    background-size: 40px;
    top: auto;
    bottom: -60px;
  }
  .section_slider .slick_on_off .slick-prev {
    left: calc((120 / 375) * 100vw);
  }
  .section_slider .slick_on_off .slick-next {
    right: calc((120 / 375) * 100vw);
    transform: translate(0, 0);
  }
  .section_slider .slick_on_off_thum {
    width: calc((345/375) * 100vw);
    margin: 30px auto;
  }
  .section_slider .slick_on_off_thum_item {
    width: calc((111/375) * 100vw);
    height: calc((74/375) * 100vw);
    margin-left: 0;
    position: relative;
  }
  .section_slider .slick_on_off_thum_item:not(:first-child) {
    margin-left: calc((5/375) * 100vw);
  }
  .section_slider .slick_on_off_thum_item:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .section_slider .slick_on_off_thum_item.slick-current:after {
    border: 2px solid #0083b3;
  }
  .section_slider .slick_on_off_thum_pic__img {
    width: calc((111/375) * 100vw);
    height: calc((74/375) * 100vw);
  }
  .sec_lineup {
    padding: 35px calc((15 / 375) * 100vw);
  }
  .sec_lineup_head {
    font-size: calc((32/375) * 100vw);
    line-height: 1.3;
  }
  .sec_lineup_head span {
    font-size: calc((32/375) * 100vw);
  }
  .sec_lineup_txt {
    font-size: calc((14/375) * 100vw);
    line-height: 2;
  }
  .sec_lineup_lead {
    margin-top: 75px;
    font-size: calc((20/375) * 100vw);
  }
  .sec_lineup_lead span {
    font-size: calc((28/375) * 100vw);
  }
  .sec_lineup_lead span:before {
    width: 108px;
    height: 85px;
    top: -90px;
    left: -50px;
  }
  .sec_lineup_lead span:after {
    content: '';
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 100%;
    height: 8px;
    background-image: url("../images/stripe.svg");
    background-repeat: repeat-x;
    position: absolute;
    bottom: -7px;
    left: 0;
  }
  .lineup_list {
    width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lineup_list:after {
    content: '';
    display: block;
    width: calc((167/375) * 100vw);
    height: 0;
  }
  .lineup_list_item {
    width: calc((167/375) * 100vw);
    margin-left: 0;
    margin-bottom: 30px;
  }
  .lineup_list_item:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
  .lineup_list_item_label {
    width: calc((167/375) * 100vw);
    height: calc((56/375) * 100vw);
    margin-bottom: 12px;
    background-image: url("../images/lineUp_label_sp.svg");
    font-size: calc((13/375) * 100vw);
  }
  .lineup_list_item_img {
    width: calc((167/375) * 100vw);
    height: calc((251/375) * 100vw);
  }
  .lineup_list_item_name {
    margin-top: 10px;
    font-size: calc((13/375) * 100vw);
  }
  .lineup_list_item_price {
    font-size: calc((20/375) * 100vw);
  }
  .lineup_list_item_price span {
    font-size: calc((14/375) * 100vw);
  }
  .lineup_list_item_btn {
    width: 100%;
    height: 48px;
    font-size: calc((14/375) * 100vw);
  }
  /* review部分追加 */
  .hukidashi_box {
    margin-top: 55px;
    padding: 60px 20px 20px;
  }
  .hukidashi_box+.hukidashi_box {
    margin-top: 55px;
  }
  .hukidashi_text {
    background-position: bottom right 5px, bottom left 5px;
    top: -35px;
  }
  .hukidashi_text__span {
    width: 280px;
    padding: 8px 4px;
    font-size: 16px;
    line-height: 32px;
  }
  .hukidashi_box.--featured_point_two_pants_suit .hukidashi_text__span {
    font-size: 14px;
    line-height: 20px;
  }
  .text_img_column {
    display: block;
  }
  .text_img_column .text_area {
    width: 100%;
  }
  .text_img_column .text_area_heading {
    margin-bottom: 20px;
  }
  .text_img_column .img_area {
    width: 100%;
    margin-top: 20px;
  }
  .img_review_star {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .kadomaru_human_column {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .kadomaru_human_column+.kadomaru_human_column {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .kadomaru_human_column:nth-child(even) .kadomaru_area {
    margin-left: 0;
  }
  .kadomaru_human_column:nth-child(even) .kadomaru_area_parts {
    left: 33px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .kadomaru_human_column .kadomaru_area {
    width: 100%;
    margin-right: 0;
    padding: 20px 20px 25px 20px;
  }
  .kadomaru_human_column .kadomaru_area_parts {
    top: auto;
    right: auto;
    bottom: -16px;
    left: 33px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .kadomaru_human_column .kadomaru_area_heading {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .kadomaru_human_column .kadomaru_area_p+.kadomaru_area_p {
    margin-top: 20px;
  }
  .kadomaru_human_column .human_area {
    width: 70%;
    margin: 25px auto 0;
  }

  .formal_area {
    padding: 30px 15px 40px;
  }
  .formal_area .lp_btn_wrap {
    margin-top: 30px;
  }
  .formal_area+.lp_btn_wrap {
    margin-top: 30px;
    padding: 0 15px;
  }
  .formal_area_inr {
    display: block;
  }
  .formal_area_left {
    width: 100%;
  }
  .formal_box_pic {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .formal_area_right {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .formal_area_heading {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .formal_area_box {
    margin-top: 20px;
  }
  .lineup_list_item_discount_price .try_text {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 24px;
    color: #ca0030;
  }

  .purchase_btn_link {
    padding: 14px;
    font-size: 14px;
    line-height: 20px;
  }

  .modal_product_list_item_right .purchase_btn_wrap {
    margin-top: 15px;
  }

  .lp_btn_link.lp_btn_22ss{
    width: calc((280 / 375)* 100vw);
  }

  .lp_btn_link.lp_btn_22ss:after{
    width: 20px;
    height: 20px;
    background-size:20px;
}
@media screen and (min-width: 768px){
  .lineup_list_item_discount_price{
    margin-top: 6px;
  }
  .b_price_red {
    font-size: 24px;
    font-weight: 600;
    color: #ca0030;
    letter-spacing: 0.05em;
  }
  .price_tax_red {
    font-size: 16px;
    color: #ca0030;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px){
  .b_price_red {
    font-size: 20px;
    font-weight: 600;
    color: #ca0030;
    letter-spacing: 0.05em;
 }
  .price_tax_red {
    font-size: 14px;
    color: #ca0030;
    letter-spacing: 0.05em;
  }
}
/*# sourceMappingURL=style.css.map */
