@charset "UTF-8";
:root {
  --pc-contents-width:1260px;
  --sp-contents-width:767px;
  --pc-section-lead-text:38px;
  --tb-section-lead-text:2.5vw;
  --sp-section-lead-text:18px;
  --pc-main-font-size:18px;
  --sp-main-font-size:9px;
  --btn-color-main:#a68b62;
  --primary-color:#a68b62;
  --white:#ffffff;
  --black:#362515;
  --attention-color:#ce132d;
  --gothic:'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

* {
  min-height: 0;
  min-width: 0;
  font-family: serif;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}

* {
  min-width: 0;
  min-height: 0;
}

html {
  height: 100%;
}

main {
  width: 100%;
}

h1, h2 {
  margin-top: 0;
}

p, .standard_text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}

@media screen and (max-width: 1500px) {
  p, .standard_text {
    font-size: 16px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  p, .standard_text {
    font-size: 14px;
    line-height: 21px;
  }
}

@media screen and (max-width: 600px) {
  p, .standard_text {
    font-size: 12px;
    line-height: 18px;
  }
}

.standard_sub_text {
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .standard_sub_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .standard_sub_text {
    font-size: 12px;
  }
}

.standard_box_shadow {
  box-shadow: 0px 0px 4px #dcd5dc;
}

.accordion_box_shadow {
  box-shadow: 0px 4px 4px #00000030;
}

.font_weight_bold {
  font-weight: 600 !important;
}

.sub_description_text {
  font-size: 16px;
  line-height: 1.5;
}

.container {
  max-width: var(--pc-contents-width);
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.no_wrap {
  white-space: nowrap;
}

ul {
  margin: 0;
}

li {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: black;
}

a:hover {
  opacity: 0.8;
}

dl {
  margin: 0;
}

dd {
  margin-left: 0px;
}

ul {
  padding-left: 0px;
}

span {
  display: inline-block;
}

img {
  display: block;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp_mb10 {
    margin-bottom: 10px !important;
  }
}

.gothic {
  font-family: var(--gothic);
  font-weight: 200;
}

.font_bold {
  font-weight: 500;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.accordion_toggle {
  font-size: 1.6vw;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .accordion_toggle {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  .accordion_toggle {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .accordion_toggle {
    font-size: 16px;
  }
}

.box_shadow1 {
  box-shadow: 40px 40px 0px -5px #efe8d9;
}

@media screen and (max-width: 1200px) {
  .box_shadow1 {
    box-shadow: 20px 20px 0px -5px #efe8d9;
  }
}

@media screen and (max-width: 767px) {
  .box_shadow1 {
    box-shadow: 10px 10px 0px -2px #efe8d9;
  }
}

/*-----------------------------------------------------------*/
/*親要素*/
.position_parent {
  position: relative;
}

.position_child {
  position: absolute;
}

/*余白クラス*/
.container_inner_space {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .container_inner_space {
    padding: 0 4vw;
  }
}
/*
@media screen and (max-width: 400px) {
  .container_inner_space {
    padding: 0 10px;
  }
}
*/
.card_inner_space {
  padding: 30px;
}

.link_arror_icon {
  position: relative;
}

.link_arror_icon:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 800;
  position: absolute;
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

.link_chevron_right:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bg_effect_default {
  position: relative;
}

.bg_effect_default:before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  max-height: 600px;
  height: 40vw;
  left: -120px;
}

@media screen and (max-width: 767px) {
  .bg_effect_default:before {
    left: -12vw;
  }
}

.bg_effect_default:after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  max-height: 600px;
  height: 40vw;
  right: -120px;
}

@media screen and (max-width: 767px) {
  .bg_effect_default:after {
    right: -12vw;
  }
}

.bg_effect1:before {
  top: -90px;
  background-image: url(../img/common/bg_effect_img1.png);
  z-index: 1;
}

.bg_effect1:after {
  top: -90px;
  background-image: url(../img/common/bg_effect_img2.png);
  z-index: 1;
}

.bg_effect2:before {
  top: -500px;
  z-index: 1;
  background-image: url(../img/common/bg_effect_img1.png);
}

.bg_effect2:after {
  top: -500px;
  z-index: 1;
  background-image: url(../img/common/bg_effect_img2.png);
}

.bg_effect3:before {
  background-image: url(../img/common/bg_effect_img1.png);
  z-index: 1;
  bottom: -5vw;
}

@media screen and (max-width: 767px) {
  .bg_effect3:before {
    bottom: -15vw;
  }
}

.bg_effect3:after {
  background-image: url(../img/common/bg_effect_img2.png);
  z-index: 1;
  bottom: -5vw;
}

@media screen and (max-width: 767px) {
  .bg_effect3:after {
    bottom: -15vw;
  }
}

.bg_effect4:before {
  top: -125px;
  background-image: url(../img/common/bg_effect_light_img1.png);
  opacity: 0.3;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .bg_effect4:before {
    bottom: 0px;
    width: 40%;
  }
}

.bg_effect4:after {
  top: -125px;
  background-image: url(../img/common/bg_effect_light_img2.png);
  opacity: 0.3;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .bg_effect4:after {
    bottom: 0px;
    width: 40%;
  }
}

.bg_effect5:before {
  top: -15vw;
  background-image: url(../img/common/bg_effect_img1.png);
  z-index: 1;
}

.bg_effect5:after {
  top: -15vw;
  background-image: url(../img/common/bg_effect_img2.png);
  z-index: 1;
}

.slider_prev_icon {
  width: 5px !important;
  background-color: red;
}

.slider_next_icon {
  width: 5px !important;
}

/*---------------------余白系汎用クラス--------------------------------------*/
.standard_space {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .standard_space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .standard_space {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .standard_space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .standard_space {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.standard_space_2 {
  padding-top: 50px;
  padding-bottom: 500px;
}

@media screen and (max-width: 1200px) {
  .standard_space_2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .standard_space_2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .standard_space_2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*---------------------テキスト--------------------------------------*/
.section_lead_font {
  font-size: var(--pc-section-lead-text);
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 1500px) {
  .section_lead_font {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .section_lead_font {
    font-size: 4vw;
  }
}

@media screen and (max-width: 500px) {
  .section_lead_font {
    font-size: 19px;
  }
}

/*見出し*/
.section_lead_text {
  font-size: var(--pc-section-lead-text);
  line-height: 0.8;
  text-align: center;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1500px) {
  .section_lead_text {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
	.section_lead_text {
		font-size: 5vw;
		padding-bottom: 2vw;
	}
}


.section_lead_text span {
  display: inline-block;
  font-size: 22px;
  color: #a68b62;
  position: relative;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
  .section_lead_text span {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .section_lead_text span {
    font-size: 16px;
  }
}

.section_lead_text span:before {
  content: "";
  width: 20px;
  position: absolute;
  border-top: solid 2px #a68b62;
  left: -30px;
  top: 45%;
  transform: translateY(-45%);
}

.section_lead_text span:after {
  content: "";
  width: 20px;
  position: absolute;
  border-top: solid 2px #a68b62;
  right: -30px;
  top: 45%;
  transform: translateY(-45%);
}

.section_sub_text {
  margin-bottom: 45px;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
	.section_sub_text {
		font-size: 3.5vw;
		line-height: 160%;
	}
}

.primary_lead_text {
  font-size: 28px;
}

@media screen and (max-width: 1500px) {
  .primary_lead_text {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .primary_lead_text {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .primary_lead_text {
    font-size: 14px;
  }
}

.primary_border {
  margin-top: 30px;
  margin-bottom: 55px;
  padding-top: 25px;
  text-align: center;
}

.primary_border:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 50px;
  height: 3px;
  background-color: #a68b62;
}

/*-----------------------------------------------------------*/
/*ボタン、スイッチ*/
/*-----------------------------------------------------------*/
/*背景ブラウン*/
.btn01 {
  text-align: center;
  margin: auto;
  display: block;
  width: 230px;
  max-height: 60px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn01 {
    max-height: 40px;
  }
}

.btn01 span {
  background-color: var(--btn-color-main);
  color: var(--white);
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 3px #776447;
  font-size: 18px;
  display: inline-block;
  line-height: 60px;
}

@media screen and (max-width: 1200px) {
  .btn01 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
	.btn01 span {
		font-size: 4vw;
		line-height: 1;
		padding: 3vw 0;
		border-radius: 500px;
	}

}

.btn01 span:hover {
  transform: translateY(1px);
  box-shadow: 0px 2px #776447;
}

/*背景透明(もっと見るなど)*/
.btn02 {
  text-align: center;
  margin: auto;
  display: block;
  width: 230px;
  max-height: 60px;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.btn02 span {
  color: black;
  border: 2px solid #362515;
  width: 100%;
  border-radius: 30px;
  font-size: 18px;
  display: inline-block;
  line-height: 55px;
}

.btn02 span:hover {
  transform: translateY(1px);
  box-shadow: 0px 2px #776447;
}

/*背景白色*/
.btn03 {
  background-color: white;
  border-radius: 40px;
  height: 85px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 0 0 5px inset #fff, 0 0 0 7px inset #f7f1e8;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .btn03 {
    height: 60px;
  }
}

.btn03 span {
  width: 100%;
  border-radius: 30px;



  padding: 15px 0px;
}

@media screen and (max-width: 767px) {
  .btn03 span {
    padding: 10px 0px;
  }
}

/*背景緑色*/
.btn04 {
  background-color: #13c44e;
  border-radius: 40px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0px 2px #776447;
}

.btn04 span {
  width: 100%;
  padding: 10px 0px;
  color: white;
}

/*背景薄い茶色。次へ、前へのリンク*/
.btn05 {
  background-color: #efe8d9;
  border-radius: 40px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 330px;
  height: 70px;
}

.btn05 span {
  width: 100%;
  padding: 5px 0px;
  color: #a29e95;
  line-height: 70px;
}

.btn06 {
  background-color: #ff517a;
  border-radius: 50px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 330px;
  box-shadow: 0px 3px #776447;
  max-width: 300px;
}

.btn06:hover {
  transform: translateY(1px);
  box-shadow: 0px 2px #776447;
}

.btn06 span {
  width: 100%;
  padding: 5px 0px;
  color: white;
  line-height: 70px;
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  .btn06 span {
    line-height: 50px;
  }
}

.required_label {
  background-color: #ce132d;
  color: white;
  width: 45px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .required_label {
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    width: 30px;
  }
}

.other_links {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.other_links .now .btn01 {
  height: 70px;
}

.other_link_description {
  font-size: 18px;
  font-weight: 500;
  padding: 15px 50px 0px 50px;
}

@media screen and (max-width: 1000px) {
  .other_link_description {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .other_link_description {
    font-size: 14px;
  }
}

.long_btn {
  width: 390px;
  border-radius: 25px;
}

@media screen and (max-width: 1500px) {
  .long_btn {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .long_btn {
    width: 80%;
  }
}

.switchs {
  max-width: 490px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .switchs {
    height: 60px;
    max-width: 65%;
  }
}

@media screen and (max-width: 500px) {
  .switchs {
    height: 45px;
    max-width: 70%;
  }
}

.switchs li {
  width: 50%;
  line-height: 80px;
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .switchs li {
    margin: 25px auto;
    line-height: 60px;
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .switchs li {
    line-height: 45px;
    font-size: 12px;
  }
}

@media screen and (max-width: 400px) {
  .switchs li {
    font-size: 11px;
  }
}

.switchs li:hover {
  opacity: 0.8;
}

.switchs .selected {
  background-color: #362515;
  border-radius: 50px;
  color: var(--white);
  transition: 0.8s;
}

/*-----------------------------------------------------------*/
/*price表現*/
/*擬似要素の件*/
.tax {
  position: relative;
}

.tax:after {
  content: "(税込)";
  position: absolute;
  right: -53px;
  top: 8px;
  font-size: 18px;
  font-weight: 400;
  color: black;
}

@media screen and (max-width: 1300px) {
  .tax:after {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .tax:after {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .tax:after {
    font-size: 10px;
  }
}

/*※*/
.mini_kome_black:after {
  color: black;
}

.mini_kome_red:after {
  color: var(--attention-color);
}

.mini_kome {
  position: relative;
}

.mini_kome:after {
  content: "※";
  position: absolute;
  right: -11%;
  top: 8%;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .mini_kome:after {
    right: -13%;
    top: 5%;
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .mini_kome:after {
    right: -18%;
  }
}

@media screen and (max-width: 500px) {
  .mini_kome:after {
    top: -3px;
  }
}

/*月額*/
.price_month_circle {
  color: var(--white);
  background-color: var(--black);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1500px) {
  .price_month_circle {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}

.red {
  color: var(--attention-color);
}

.attention {
  font-size: 56px;
}

.attention_sub {
  font-size: 24px;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 85px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  header {
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  header {
    display: none;
  }
}

.header_logo {
  width: 200px;
  height: 65px;
  margin: auto auto auto 20px;
  background-image: url(../img/common/header_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1500px) {
  .header_logo {
    max-width: 150px;
    width: 10vw;
    padding-left: 1%;
    margin-left: 15px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .header_logo {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.header_logo span {
  display: none;
}

.header_list_wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 16px;
  height: 100%;
}

.header_list {
  cursor: pointer;
  padding-right: 20px;
  margin: 0%;
  line-height: 85px;
  font-size: 16px;
  z-index: 10;
}

@media screen and (max-width: 1300px) {
	.header_list {
		font-size: 1.3vw;
		padding-right: 0.4vw;
	}
}

.header_list span {
  padding: 5px 10px;
}

.header_list .fa-chevron-down {
  padding-left: 10px;
  font-size: 9px;
}

@media screen and (max-width: 1200px) {
	.header_list .fa-chevron-down {
		padding-left: 5px;
	}
	.header_list span {
		padding: 5px 0.5vw;
	}

}

@media screen and (max-width: 900px) {
  .header_list .fa-chevron-down {
    font-size: 8px;
  }
}




.header_list:hover span {
  opacity: 0.8;
}

.header_list:last-child {
  padding-right: 30px;
}

.header_menu1:hover .header_menu_inner1 {
  display: block !important;
}

.header_list:hover .header_menu_inner {
    cursor: initial;
}

.header_menu1:hover .header_choiced:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 0 16px 15px 14px;
  border-color: transparent transparent #a68b62 transparent;
}

.header_menu2:hover .header_menu_inner2 {
  display: block !important;
}

.header_menu2:hover .header_choiced:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 0 16px 15px 14px;
  border-color: transparent transparent #a68b62 transparent;
}

.header_menu3:hover .header_menu_inner3 {
  display: block !important;
}

.header_menu3:hover .header_choiced:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-style: solid;
  border-width: 0 16px 15px 14px;
  border-color: transparent transparent #a68b62 transparent;
}

.header_choiced {
  position: relative;
}

.header_choiced:after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}

@media screen and (max-width: 1500px) {
  .header_choiced:after {
    bottom: -29px;
  }
}

.header_choiced:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 84px;
}

.header_menu_inner {


  display: none;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
  background-color: #faf7f0;
  z-index: 3;
  margin: auto;
  position: absolute;
  top: 84px;
  z-index: 5;
  border-top: 1px solid #a68b62;
  box-shadow: 0 5px 12px #00000029;
}

@media screen and (max-width: 1200px) {
  .header_menu_inner {
    top: 70px;
  }
}

.header_menu_inner .header_menus_wrap {
  max-width: var(--pc-contents-width);
  margin: auto;
}

.header_menu_inner .header_menus_wrap ul {
  border-bottom: 2px dotted #efe8d9;
}

.header_menu_inner .header_menus_wrap ul:last-child {
  border-bottom: none;
}

.header_menu_inner .header_menus_wrap a {
  font-size: 17px;
}

@media screen and (max-width: 1600px) {
  .header_menu_inner .header_menus_wrap a {
    font-size: min(1.8vw, 17px);
  }
}

.header_menu_inner .with_img {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .header_menu_inner .with_img {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.header_menu_inner .with_img li {
  max-width: 280px;
  width: calc(100% / 4 - 15px);
  height: 75px;
  margin-right: 20px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 5px #dcd5dc;
}

@media screen and (max-width: 1200px) {
  .header_menu_inner .with_img li {
    background-position: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .header_menu_inner .with_img li {
    font-size: 12px;
    height: 60px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
}

.header_menu_inner .with_img li:nth-child(4n) {
  margin-right: 0;
}

.header_menu_inner .with_img li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.header_menu_inner .header_inner_links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .header_menu_inner .header_inner_links {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header_menu_inner .header_inner_links li {
  position: relative;
  flex-shrink: 0;
  margin-bottom: 10px;
}

.header_menu_inner .header_inner_links li::before {
  display: inline;
  content: url(../img/common/header_arrow_right.png);
}

.header_menu_inner .header_inner_links li span {
  padding-left: 10px;
}

@media screen and (max-width: 1300px) {
  .header_menu_inner .header_inner_links li span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .header_menu_inner .header_inner_links li span {
    font-size: 12px;
  }
}

.header_menu_inner .type1 li {
  min-width: calc(100% / 8);
}

@media screen and (max-width: 1500px) {
  .header_menu_inner .type1 li {
    width: calc(100% / 7);
  }
}

@media screen and (max-width: 1000px) {
  .header_menu_inner .type1 li {
    width: calc(100% / 6);
  }
}

.header_menu_inner .type2 li {
  margin-right: 30px;
}

.header_menu_inner .header_menu1_1_bg {
  background-image: url(../img/common/header_menu1_1.png);
  margin-bottom: 20px;
}

.header_menu_inner .header_menu1_2_bg {
  background-image: url(../img/common/header_menu1_2.png);
  margin-bottom: 20px;
}

.header_menu_inner .header_menu1_3_bg {
  background-image: url(../img/common/header_menu1_3.png);
  margin-bottom: 20px;
}

.header_menu_inner .header_menu1_4_bg {
  background-image: url(../img/common/header_menu1_4.png);
  margin-bottom: 20px;
}

.header_menu_inner .header_menu1_5_bg {
  background-image: url(../img/common/header_menu1_5.png);
}

.header_menu_inner .header_menu1_6_bg {
  background-image: url(../img/common/header_menu1_6.png);
}

.header_menu_inner .header_menu1_7_bg {
  background-image: url(../img/common/header_menu1_7.png);
}

.header_menu_inner .header_menu1_8_bg {
  background-image: url(../img/common/header_menu1_8.png);
}

.header_menu_inner .header_menu2_1_bg {
  background-image: url(../img/common/header_menu2_1.png);
}

.header_menu_inner .header_menu2_2_bg {
  background-image: url(../img/common/header_menu2_2.png);
}

.header_menu_inner .header_menu2_3_bg {
  background-image: url(../img/common/header_menu2_3.png);
}

.header_menu_inner .header_menu3_1_bg {
  background-image: url(../img/common/header_menu3_1.png);
}

.header_menu_inner .header_menu3_2_bg {
  background-image: url(../img/common/header_menu3_2.png);
}

.header_form_link {
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  line-height: 85px;
  background-color: #13c44e;
  height: 100%;
  display: flex;
  align-items: center;
}

.header_form_link a {
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 30px;
}

@media screen and (max-width: 1500px) {
	.header_form_link a{
		padding: 0 1.5vw;
		font-size: 1.2vw;
	}
}
/*
@media screen and (max-width: 1350px) {
  .header_form_link {
    font-size: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .header_form_link {
    font-size: 12px;
  }
}

@media screen and (max-width: 900px) {
	.header_form_link {
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
	}
}
*/
/*各部品
-----------------------------------------------------------
フィーチャー
-----------------------------------------------------------
*/
.feature_cards {
  display: flex;
  flex-wrap: wrap;
}

/*フッター*/
footer {
  background-color: #765937;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}

.footer_list {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: var(--pc-contents-width);
  justify-content: flex-start;
}

@media screen and (max-width: 1500px) {
  .footer_list {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .footer_list {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .footer_list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .footer_list {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer_list {
    display: none;
  }
}

.footer_link {
  display: flex;
  align-items: center;
  width: 20%;
  flex-shrink: 0;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .footer_link {
    font-size: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .footer_link {
    padding-right: 10px;
    font-size: 11px;
  }
}

.footer_link:last-child {
  padding-right: 0px;
}

.footer_link a {
  font-family: var(--gothic);
  color: var(--white);
  font-size: 14px;
}

@media screen and (max-width: 1500px) {
  .footer_link a {
    font-size: 85%;
  }
}

@media screen and (max-width: 1000px) {
  .footer_link a {
    padding-left: 5px;
  }
}

.footer_bottom_line {
  background-color: #362515;
  color: var(--white);
  text-align: center;
  height: 35px;
  display: block;
  line-height: 35px;
  font-size: 12px;
}
.footer_bottom_line a {
  color: var(--white);
}

.sp_footer_menu {
  height: 70px;
  width: 100%;
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: white;
}

@media screen and (max-width: 767px) {
  .sp_footer_menu {
    display: flex;
  }
}

.sp_footer_menu li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sp_footer_menu li a, .sp_footer_menu li span {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  letter-spacing: 1px;
  padding: 12px 0px 10px 0px;
}

.sp_footer_menu li a:hover, .sp_footer_menu li span:hover {
  opacity: 1;
}

.sp_footer_menu li img {
  margin: auto;
  width: 20px;
  height: 20px;

  padding-bottom: 2px;
}

.sp_footer_menu .contact {
  width: 40%;
  background-color:#fc645c;
}

.sp_footer_menu .counseling {
  width: 40%;
  background-color: #ff8410;
}

.sp_footer_menu .contact_line {
  width: 40%;
  background-color: #06C755;
}







.sp_footer_menu .menu {
  display: none;
  width: 20%;
  background-color: #362515;
  cursor: pointer;
}

.sp_footer_menu .menu img {
  width: 18px;
  height: 18px;
  margin-bottom: 1px;
}

.sp_footer_menu .close {
  display: none;
  width: 20%;
  background-color: white;
  cursor: pointer;
}

.sp_footer_menu .close span {
  color: black;
}

.sp_footer_menu .active {
  display: block;
}

/*スマホメニュー*/
.sp_all_menu_wrap {
  transition: 0.5s;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9;
  display: none;
  overflow-y: scroll;
}

.sp_all_menu_wrap .contact_menu {
  background-color: #efe8d9;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 3vw 2vw;
}

@media screen and (max-width: 500px) {
  .sp_all_menu_wrap .contact_menu {
    padding: 10px;
  }
}

.sp_all_menu_wrap .contact_menu li {
  /* max-width: 340px; */
  /* width: calc(50% - 5px); */
  border-radius: 30px;
  text-align: center;
  width: auto;
  display: flex;
  flex-grow: 1;
  margin: 0 1vw;
}

.sp_all_menu_wrap .contact_menu li a {
	padding-top: 3vw;
	padding-bottom: 3vw;
	color: #000000;
	margin-left: 0;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	border-radius: 20vw;
	box-shadow: inset 0 0 0px 1px #efe8d9;
	border: solid 2px #FFFFFF;
	font-size: 3.4vw;
	width: 100%;
	display: flex;
    align-items: center;
}
.sp_all_menu_wrap .contact_menu li:first-child a::before,
.sp_all_menu_wrap .contact_menu li:last-child a::before {
content: '';
    width: 7vw;
    height: 7vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 2vw;
}
.sp_all_menu_wrap .contact_menu li:first-child a::before {
	background-image: url(/wp-content/themes/clairclinic/assets/img/common/sp_menu_clinic_icon.png);
}
.sp_all_menu_wrap .contact_menu li:last-child a::before {
	background-image: url(/wp-content/themes/clairclinic/assets/img/common/sp_menu_mail_icon.png);
}
@media screen and (max-width: 500px) {
  .sp_all_menu_wrap .contact_menu li a {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .sp_all_menu_wrap .contact_menu li a span {
    font-size: 14px;
  }
}

.sp_reserve_btn {
  background-color: white;
  margin-right: 10px;
}

.sp_reserve_btn a {
  width: 100%;
  height: 100%;
}

.sp_reserve_btn a span {
  color: black;
  position: relative;
}

.sp_reserve_btn a span:before {
  content: "";
  background-image: url(../img/common/sp_menu_clinic_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -45%;
  top: 3px;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 500px) {
  .sp_reserve_btn a span:before {
    left: -40%;
    width: 25px;
  }
}

.sp_reserve_btn a:before {
  border: 1px solid #f8f3eb;
}

.sp_mail_btn {
  background-color: #ffffff;
}

.sp_mail_btn:before {
  border: 1px solid white;
}

.sp_mail_btn a {
  width: 100%;
  height: 100%;
}

.sp_mail_btn a span {
  color: #333333;
  position: relative;
}

.sp_mail_btn a span:before {
  content: "";
  background-image: url(../img/common/sp_menu_mail_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -25%;
  top: 5px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 500px) {
  .sp_mail_btn a span:before {
    left: -20%;
    width: 15px;
  }
}

.sp_all_menu_top {
  background-color: #362515;
  width: 100%;
  color: white;
  font-size: 5vw;
  text-align: center;
  padding: 2vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp_all_menu_top:before {
  content: '';
  background-image: url(../img/common/sp_menu_icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 5vw;
  height: 5vw;
  margin-right: 2vw;
  display: inline-block;
}

.sp_menu_list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

.sp_menu_list .menu {
  width: 100%;
  font-size: 4vw;
  font-weight: bold;
  padding: 3.2vw 0px;
  border-bottom: 1px solid #f8f4ed;
  cursor: pointer;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 690px) {
  .sp_menu_list .menu {
    font-size: 4vw;
  }
}

.sp_menu_list .menu:after {
  right: 2vw;
  font-size: 3vw;
}

.sp_menu_list .menu .fas {
  position: absolute;
  right: 5.2vw;
  font-size: 3vw;
  margin-top: 0;
}

.inner_sp_menu {
  display: none;
}

.inner_sp_menu .link_arror_icon {
  padding: 3.5vw 0px 3.5vw 2vw;
  width: 100%;
  font-size: 3.5vw;
  font-weight: 700;
  border-bottom: 1px dotted #f8f4ed;
}

.inner_sp_menu .link_arror_icon:after {
  right: 10px;
}
.js_sp_menu_target li:first-child {
	margin-top: 2vw;
}

/*クリニックコンテンツ--------------------*/
.clinic_card {
  background-color: #efe8d9;
  padding: 2vw 1vw;
}

.clinic_card .sp_clinic_img {
  display: none;
  width: 100%;
  padding-left: 0px;
  position: relative;
}

.clinic_card .sp_clinic_img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .clinic_card .sp_clinic_img {
    display: block;
  }
}

.clinic_card .shinjuku:before {
  content: "新宿";
  color: white;
  font-size: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
  .clinic_card .shinjuku:before {
    font-size: 14px;
  }
}

.clinic_card .shibuya:before {
  content: "渋谷";
  color: white;
  font-size: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
  .clinic_card .shibuya:before {
    font-size: 14px;
  }
}

.sp_menu_list .clinic {
  display: none;
}

.sp_menu_list .clinic .clinic_card {
  display: flex;
  flex-wrap: wrap;
}

.sp_menu_list .clinic .clinic_card li {
  width: 47.5%;
  margin: 0 1vw;
}

.sp_menu_list .clinic .clinic_card li:nth-child(1) {
  width: 100%;
}

.clinic_open {
  display: block !important;
}

/*下層ページビルボード情報-----------------------------------------------*/
.billboard {
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/reason/billboard.png);
}

@media screen and (max-width: 1500px) {
  .billboard {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .billboard {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .billboard {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .billboard {
    height: 200px;
  }
}

@media screen and (max-width: 400px) {
  .billboard {
    height: 185px;
  }
}

.billboard_lead {
  font-size: 70px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  color: #524240;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

@media screen and (max-width: 1500px) {
  .billboard_lead {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1024px) {
  .billboard_lead {
    font-size: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .billboard_lead {
    text-align: left;
    width: 100%;
    padding-left: 5%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 60px;
  }
}

@media screen and (max-width: 600px) {
  .billboard_lead {
    font-size: 30px;
  }
}

.sp_billboard_logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_billboard_logo {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 200px;
    height: 65px;
    background-image: url(../img/common/header_logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    z-index: 8;
  }
}

@media screen and (max-width: 600px) {
  .sp_billboard_logo {
    width: 150px;
    height: 40px;
  }
}

.sp_billboard_logo span {
  display: none;
}

.sp_clinic_link {
  display: none;
  background-color: #a68b62;
  width: 205px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .sp_clinic_link {
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .sp_clinic_link {
    width: 175px;
    height: 70px;
  }
}

@media screen and (max-width: 500px) {
  .sp_clinic_link {
    width: 150px;
    height: 60px;
  }
}

.sp_clinic_link:hover {
  opacity: 1;
}

.sp_clinic_link img {


  width: 20px;
  height: auto;
  padding-top: 20px;



}

@media screen and (max-width: 600px) {
  .sp_clinic_link img {
    width: 15px;
    padding-top: 10px;
  }
}

.sp_clinic_link span {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .sp_clinic_link span {
    font-size: 18px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .sp_clinic_link span {
    font-size: 14px;
  }

}

/*--------------------------------------------------------------------*/
.bread_crumbs {
  max-width: var(--pc-contents-width);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: auto;
  position: relative;
  z-index: 5;
}
.bread_crumbs span {
  font-family: var(--gothic);
  font-size: min(3.5vw, 14px);
  font-weight: normal;
}
.bread_crumbs .fa-home {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .bread_crumbs {
    padding: 10px;
  }
}

.bread_crumbs_inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .bread_crumbs_inner {
    flex-wrap: wrap;
  }
}

.bread_crumbs_inner .fa-home {
  margin-right: 5px;
}

.bread_crumbs_inner li {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .bread_crumbs_inner li:first-child {
    width: 100%;
  }
}

.bread_crumbs_inner li a {
  margin-right: 5px;
  font-family: var(--gothic);
  font-weight: 200;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bread_crumbs_inner li a {
    font-size: 12px;
  }
}

/*クレアのこだわり*/
.commitment_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #efe8d9;
}

@media screen and (max-width: 1200px) {
  .commitment_section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .commitment_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.commitment_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.commitment_cards a {
  padding: 50px 0 50px 45px;
  display: block;
  width: 100%;
  height: 100%;
}

.commitment_cards li {
  max-width: 590px;
  width: 45vw;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .commitment_cards li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.commitment_cards li:nth-child(2n) {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .commitment_cards li:nth-child(2n) {
    margin-left: 0;
  }
}

.other_commitment_cards_three {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.other_commitment_cards_three a {
  padding: 50px 0 50px 45px;
  display: block;
  width: 100%;
  height: 100%;
}

.other_commitment_cards_three li {
  max-width: 380px;
  width: calc(100% / 3 - 20px);
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  font-weight: bold;
  margin-right: 30px;
}

.other_commitment_cards_three li:nth-child(3n) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .other_commitment_cards_three li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

.commitment_card1 {
  background-image: url(../img/common/commintment_bg01.png);
}

.commitment_card2 {
  background-image: url(../img/common/commintment_bg02.png);
}

.commitment_card3 {
  background-image: url(../img/common/commintment_bg03.png);
}

.commitment_card4 {
  background-image: url(../img/common/commintment_bg04.png);
}

.site_links_wrap {
  width: 100%;
  background-color: #efe8d9;
}

.site_links {
  max-width: var(--pc-contents-width);
  margin: auto;
  padding: 50px 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .site_links {
    padding: 30px 30px;
  }
}

@media screen and (max-width: 767px) {
  .site_links {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .site_links {
    padding: 10px 10px;
  }
}

.site_links .link_box {
  height: 105px;
  width: calc(25% - 20px);
  margin-right: 10px;
  box-shadow: 0px 0px 3px #79736763;
}

@media screen and (max-width: 1200px) {
  .site_links .link_box {
    width: calc(25% - 15px);
    height: 90px;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  .site_links .link_box {
    width: 100%;
    margin: auto auto 10px auto;
  }
}

.site_links .link_box:hover {
  opacity: 0.8;
}

.site_links .link_box:last-child {
  margin-right: 0;
}

.site_links .link_box a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 105px;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
  text-shadow: 0 0 5px rgb(255 255 255), 0 0 5px rgb(255 255 255), 0 0 5px rgb(255 255 255), 0 0 5px rgb(255 255 255);
}

@media screen and (max-width: 1500px) {
  .site_links .link_box a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .site_links .link_box a {
    line-height: 90px;
  }
}

.site_links .link1 {
  background-image: url(../img/common/site_link_bg1.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .site_links .link1 {
    background-image: url(../img/common/sp_site_link_bg1.png);
  }
}

.site_links .link2 {
  background-image: url(../img/common/site_link_bg2.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .site_links .link2 {
    background-image: url(../img/common/sp_site_link_bg2.png);
  }
}

.site_links .link3 {
  background-image: url(../img/common/site_link_bg3.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .site_links .link3 {
    background-image: url(../img/common/sp_site_link_bg3.png);
  }
}

.site_links .link4 {
  background-image: url(../img/common/site_link_bg4.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .site_links .link4 {
    background-image: url(../img/common/sp_site_link_bg4.png);
  }
}

.js_toggle_switch {
  position: relative;
}

.js_accordion {
  cursor: pointer;
}

.js_accordion_black {
  cursor: pointer;
}

.accordion_close {
  display: none;
}

/*クレアが選ばれる理由/-----------------------フィーチャー*/
.top_feature_section {
  width: 100%;
  margin: auto;
  padding: 0px 30px 100px 30px;
  z-index: 5;
}

@media screen and (max-width: 1500px) {
	.top_feature_section {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {
	.top_feature_section {
		padding-top: 8vw;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 20vw;
	}
}

.top_feature_section .feature_cards {
  max-width: var(--pc-contents-width);
  margin: auto;
  justify-content: center;
  z-index: 2;
  position: relative;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_feature_section .feature_cards {
    justify-content: space-between;
  }
}

.top_feature_section .section_sub_text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_feature_section .section_sub_text {
    text-align: left;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_section .btn01 {
    width: 100%;
  }
}

/*各カード*/
.commit_feature_section {
  padding: 100px 30px 90px 30px;
}

@media screen and (max-width: 767px) {
  .commit_feature_section {
    padding: 50px 20px 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  .commit_feature_section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.commit_feature_card {
  background-size: cover;
  max-width: 590px;
  width: calc(50% - 7px);
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 1500px) {
  .commit_feature_card {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .commit_feature_card {
    max-width: 100%;
    width: 100%;
  }
}

.commit_feature_card:nth-child(2n) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .commit_feature_card:nth-child(2n) {
    margin-left: 5px;
  }
}

.commit_feature_card dl {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .commit_feature_card dl {
    padding-top: 13%;
  }
}

@media screen and (max-width: 500px) {
  .commit_feature_card dl {
    padding-top: 12%;
  }
}

.commit_feature_card dt {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

.commit_feature_card dt:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: auto auto 10px auto;
}

@media screen and (max-width: 1500px) {
  .commit_feature_card dt:before {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .commit_feature_card dt:before {
    display: inline-block;
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1500px) {
  .commit_feature_card dt {
    font-size: var(--tb-section-lead-text);
  }
}

@media screen and (max-width: 767px) {
  .commit_feature_card dt {
    text-align: left;
    margin-left: 25%;
    padding-top: 80px;
    width: 50%;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .commit_feature_card dt {
    font-size: 14px;
  }
}

.commit_feature_card dd {
  padding: 10px 20px 25px 20px;
  transition-duration: 0.45s;
}

@media screen and (max-width: 1500px) {
  .commit_feature_card dd {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .commit_feature_card dd {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .commit_feature_card dd {
    font-size: 14px;
  }
}

.top_feature_card {
  background-size: cover;
  max-width: 590px;
  width: calc(50% - 7px);
  height: 360px;
  cursor: pointer;
  position: relative;
  transition-duration: 0.4s;
  margin-bottom: 20px;
	overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .top_feature_card {
    width: 48%;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_card {
    width: 48%;
    height: 22vw;
    margin-bottom: 10px;
  }
}

.top_feature_card:nth-child(2n) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .top_feature_card:nth-child(2n) {
    margin-left: 5px;
  }
}

.top_feature_card:last-child {
  margin-bottom: 25px;
}

.top_feature_card a {
  z-index: 2;
  position: inherit;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
  box-shadow: 5px 5px #f7f4ec;
}

@media screen and (max-width: 767px) {
  .top_feature_card a {
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .top_feature_card a {
    padding: 5px;
  }
}

.top_feature_card dl {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .top_feature_card dl {
    padding-top: 13%;
  }
}

@media screen and (max-width: 500px) {
  .top_feature_card dl {
    padding-top: 12%;
  }
}

@media screen and (max-width: 400px) {
  .top_feature_card dl {
    padding-top: 10%;
  }
}

.top_feature_card dt {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

.top_feature_card dt:before {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: auto auto 30px auto;
}

@media screen and (max-width: 1500px) {
  .top_feature_card dt:before {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top_feature_card dt:before {
    display: inline-block;
    position: absolute;
  }
}

@media screen and (max-width: 1500px) {
  .top_feature_card dt {
    font-size: var(--tb-section-lead-text);
  }
}

@media screen and (max-width: 767px) {
  .top_feature_card dt {
    text-align: left;
    margin-left: 36%;
  }
}

@media screen and (max-width: 500px) {
  .top_feature_card dt {
    margin-left: 40%;
    font-size: 11px;
  }
}

@media screen and (max-width: 400px) {
  .top_feature_card dt {
    margin-left: 33%;
  }
}


.top_feature_card dd {
  display: none;
  padding-top: 30px;
  transition-duration: 0.45s;
}

@media screen and (max-width: 1500px) {
  .top_feature_card dd {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .top_feature_card dd {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .top_feature_card dd {
    font-size: 14px;
  }
}

.top_feature_card:after {
  content: '';
  width: 90%;
  height: 90%;
  position: absolute;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  transition-duration: 0.45s;
}
@media screen and (min-width: 1000px) {
	.top_feature_card:hover dl {
	  padding-top: 15px;
	  transition-duration: 0.45s;
	}
}
@media screen and (max-width: 1000px) {
  .top_feature_card:hover dl {
    pointer-events: none;
    /*padding-top: 15%;*/
  }
}

@media screen and (max-width: 500px) {
  .top_feature_card:hover dl {
    /* padding-top: 13%;*/
  }
}

.top_feature_card:hover dd {
  display: block;
  letter-spacing: 2px;
  transition-duration: 0.45s;
  font-size: 14px;
  line-height: 176%;
}

@media screen and (max-width: 1000px) {
  .top_feature_card:hover dd {
    display: none;
  }
}

.top_feature_card:hover:after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1000px) {
  .top_feature_card:hover:after {
    pointer-events: none;
  }
}

.commit_card {
  background-blend-mode: lighten;
}

.commit_card .bg_brown {
  background-color: #efe9db;
}

.commit_card_bg1 {
  background-image: url(../img/common/commit_card_bg1.png) !important;
}

.commit_card_bg2 {
  background-image: url(../img/common/commit_card_bg2.png) !important;
}

.commit_card_bg3 {
  background-image: url(../img/common/commit_card_bg4.png) !important;
}

.commit_card_bg4 {
  background-image: url(../img/common/commit_card_bg3.png) !important;
}

.top_card1 {
  background-image: url(../img/common/feature_card_bg01.png);
}

.top_card1 dt {
  position: relative;
}

.top_card1 dt:before {
  background-image: url(../img/common/feature_icon1.png);
  width: 80px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .top_card1 dt:before {
    width: 65px;
    height: 60px;
    font-size: 1.2vw;
    left: -39%;
    top: 7%;
  }
}

@media screen and (max-width: 700px) {
  .top_card1 dt:before {
    width: 50px;
    height: 40px;
  }
}

@media screen and (max-width: 550px) {
  .top_card1 dt:before {
    left: -47%;
    width: 40px;
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .top_card1 dt:before {
    width: 32px;
    height: 25px;
  }
}

@media screen and (max-width: 400px) {
  .top_card1 dt:before {
    top: 16%;
    left: -37%;
    width: 25px;
  }
}

.top_card2 {
  background-image: url(../img/common/feature_card_bg02.png);
}

.top_card2 dt {
  position: relative;
}

.top_card2 dt:before {
  background-image: url(../img/common/feature_icon2.png);
  width: 80px;
  height: 63px;
}

@media screen and (max-width: 767px) {
  .top_card2 dt:before {
    width: 60px;
    height: 60px;
    font-size: 1.2vw;
    left: -39%;
    top: 7%;
  }
}

@media screen and (max-width: 700px) {
  .top_card2 dt:before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 550px) {
  .top_card2 dt:before {
    left: -47%;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .top_card2 dt:before {
    left: -40%;
    width: 25px;
    height: 25px;
  }
}

.top_card3 {
  background-image: url(../img/common/feature_card_bg03.png);
}

.top_card3 dt {
  position: relative;
}

.top_card3 dt:before {
  background-image: url(../img/common/feature_icon3.png);
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .top_card3 dt:before {
    width: 60px;
    height: 60px;
    font-size: 1.2vw;
    left: -34%;
    top: 10%;
  }
}

@media screen and (max-width: 700px) {
  .top_card3 dt:before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 550px) {
  .top_card3 dt:before {
    left: -41%;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .top_card3 dt:before {
    left: -36%;
  }
}

.top_card4 {
  background-image: url(../img/common/feature_card_bg04.png);
}

.top_card4 dt {
  position: relative;
}

.top_card4 dt:before {
  background-image: url(../img/common/feature_icon4.png);
  width: 80px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .top_card4 dt:before {
    width: 60px;
    height: 60px;
    font-size: 1.2vw;
    left: -39%;
    top: 8%;
  }
}

@media screen and (max-width: 700px) {
  .top_card4 dt:before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 550px) {
  .top_card4 dt:before {
    left: -47%;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .top_card4 dt:before {
    left: -42%;
  }
}

.js_more_plan_click_area {
  display: none;
}

@media screen and (max-width: 767px) {
  .js_more_plan_click_area {
    display: block;
    position: absolute;
    height: 150px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .more_plan_link_bg {
    height: 500px;
    overflow: hidden;
    position: relative;
  }
}

.more_plan_link_bg:after {
  content: "";
}

@media screen and (max-width: 767px) {
  .more_plan_link_bg:after {
    content: "その他セットプラン";
    background: linear-gradient(to top, #ecdec0, #FFFFFFB8);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}

.more_plan_link_bg:before {
  content: "";
}

@media screen and (max-width: 767px) {
  .more_plan_link_bg:before {
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    white-space: pre;
    position: absolute;
    color: black;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}

/*記事のもっと見るためのクラス。aタグにつける*/
.more_article_link {
  width: 100%;
  height: 100%;
  position: relative;
}

.more_article_link:after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #FFC778, #FFF);
  z-index: 10;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
}

/*featureで使われている理由カードのcss*/
.reason_card_info {
  background-color: #efe9db;
  max-width: 620px;
  width: 50vw;
  padding: 45px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .reason_card_info {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .reason_card_info {
    background-color: none;
    max-width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .reason_card_info {
    padding: 15px;
  }
}

.reason_card_info dt {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .reason_card_info dt {
    font-size: var(--tb-section-lead-text);
  }
}

@media screen and (max-width: 767px) {
  .reason_card_info dt {
    text-align: center;
    font-size: 38px;
    padding-top: 15%;
  }
}

@media screen and (max-width: 500px) {
  .reason_card_info dt {
    font-size: 20px;
  }
}

.reason_card_info dd {
  padding-top: 30px;
  transition-duration: 0.45s;
}

@media screen and (max-width: 1200px) {
  .reason_card_info dd {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .reason_card_info dd {
    font-size: 14px;
  }
}

.reason_card_info .btn01 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .reason_card_info .btn01 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .reason_card_info .btn01 {
    margin-top: 10px;
  }
}

.feature_cards {
  display: flex;
  flex-wrap: nowrap;
}

.reason_card_img {
  max-width: 650px;
  width: 50vw;
}

@media screen and (max-width: 767px) {
  .reason_card_img {
    display: none;
  }
}

.reason_card_img img {
  width: 100%;
}

.type_info_first {
  position: relative;
  margin-bottom: 30px;
}

.type_info_first .reason_card_info {
  margin-top: 30px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .type_info_first .reason_card_info {
    margin-top: 20px;
  }
}

.type_info_first .reason_card_img {
  right: 0;
  top: 0;
  z-index: 2;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .type_info_first .reason_card_img {
    position: relative;
  }
}

.type_info_second {
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .type_info_second {
    margin-bottom: 20px;
  }
}

.type_info_second .reason_card_img {
  margin-top: 70px;
  margin-right: 15px;
  z-index: 2;
}

.type_info_second .reason_card_info {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .type_info_second .reason_card_info {
    position: relative;
  }
}

.type_info_third {
  position: relative;
  margin-bottom: 30px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .type_info_third {
    margin-bottom: 20px;
  }
}

.type_info_third .reason_card_info {
  margin-top: 30px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .type_info_third .reason_card_info {
    margin-top: 20px;
  }
}

.type_info_third .reason_card_img {
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .type_info_third .reason_card_img {
    position: relative;
  }
}

.type_info_third .reason_card_img {
  right: 0;
  top: 0;
  z-index: 2;
  position: absolute;
}

/*アニメーション*/
@keyframes toggleSlideRight {
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateX(200px);
    opacity: 0;
  }
}

@keyframes headerInnerShow {
  from {
    transform: translateY(-30px);
  }
  to {
    transform: translateY(0px);
  }
}

@keyframes spSlidein {
  from {
    transform: translateX(500px);
  }
  to {
    transform: translateX(0px);
  }
}

@keyframes ToggleClose {
  from {
    transform: translateY(0px);
    opacity: 1;
  }
  to {
    transform: translateY(-500px);
    display: none;
  }
}

.sp_slidein {
  animation-name: spSlidein;
  animation-duration: 0.5s;
}

.toggle_off {
  animation-name: ToggleClose;
  animation-duration: 0.5s;
}
/*# sourceMappingURL=common.css.map */


/* ----------------------------------------------- */
/* 共通スイッチ */
/* ----------------------------------------------- */
.switch_btns {
	width: 490px;
	overflow: hidden;
	border-radius: 500px;
	position: relative;
	background-color: #FFFFFF;
	margin: auto;
	margin-bottom: 80px;
	z-index: 5;
}
.switch_btns div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.switch_btns a {
	width: 50%;
	padding: 25px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 5;
	cursor: pointer;
	display: block;
}
.switch_btns a.active {
	color: #FFFFFF;
}
.switch_btns a:hover {
	color: #362515;
}
.switch_btns a.active:hover {
	color: #FFFFFF;
}
.switch_btns > span {
	content: '';
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #362515;
	border-radius: 500px;
	transition-duration: 0.4s;
}
.switch_btns > span.first {
	right: 50%;
}
@media screen and (max-width: 767px) {
	.switch_btns {
		width: 80vw;
		margin-bottom: 10vw;
	}
	.switch_btns a {
		padding: 3vw 0;
		font-size: 3.5vw;
		cursor: pointer;
	}
}


.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}




/*2021/09/14*/
.df {
  display: flex;
  justify-content: space-between;
}
.df dl {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.df dt {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.df dd {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.df dd:last-of-type {
  margin-top: auto;
}
.df {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.df li {
    width: 49.5%;
    max-width: 49%;
    position: relative;
    margin-bottom: 20px;
    padding: 30px 20px;
    min-height: 320px;
}
@media screen and (max-width: 767px) {
  .df li {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}


.df .obj::before,
.df .obj::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 31px;
}
.df .obj::before { left: 5px; }
.df .obj::after { right: 5px; }
.df .obj:first-of-type::before,
.df .obj:first-of-type::after { top: 5px; }
.df .obj:last-of-type::before,
.df .obj:last-of-type::after { bottom: 5px; }
.df .obj:first-of-type::after {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.df .obj:last-of-type::before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.df .obj:last-of-type::after {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.df li:nth-of-type(1) {
  -webkit-box-shadow: inset 0 0 0 1px #d7c397;
  -moz-box-shadow: inset 0 0 0 1px #d7c397;
  box-shadow: inset 0 0 0 1px #d7c397;
  border: solid 4px #f6f0e1;
  background-color: #fbf9f2;
}
.df li:nth-of-type(1) .obj::before,
.df li:nth-of-type(1) .obj::after {
  background-image: url(../img/parts/all/icon01.png);
}

.df li:nth-of-type(2) {
  -webkit-box-shadow: inset 0 0 0 1px #d7bfbf;
  -moz-box-shadow: inset 0 0 0 1px #d7bfbf;
  box-shadow: inset 0 0 0 1px #d7bfbf;
  border: solid 4px #ffeaea;
  background-color: #fff6f6;
}
.df li:nth-of-type(2) .obj::before,
.df li:nth-of-type(2) .obj::after {
  background-image: url(../img/parts/all/icon02.png);
}
.df li:nth-of-type(3) {
  -webkit-box-shadow: inset 0 0 0 1px #b8d2df;
  -moz-box-shadow: inset 0 0 0 1px #b8d2df;
  box-shadow: inset 0 0 0 1px #b8d2df;
  border: solid 4px #d8f0fc;
  background-color: #edf9ff;
  margin-bottom:0;
}
.df li:nth-of-type(3) .obj::before,
.df li:nth-of-type(3) .obj::after {
  background-image: url(../img/parts/all/icon03.png);
}
.df li:nth-of-type(4) {
  -webkit-box-shadow: inset 0 0 0 1px #b2c9c1;
  -moz-box-shadow: inset 0 0 0 1px #b2c9c1;
  box-shadow: inset 0 0 0 1px #b2c9c1;
  border: solid 4px #d6f5eb;
  background-color: #f3fffb;
  margin-bottom:0;
}
.df li:nth-of-type(4) .obj::before,
.df li:nth-of-type(4) .obj::after {
  background-image: url(../img/parts/all/icon04.png);
}
.df .btn03{
  margin-top: 30px;
  justify-content: center;
  font-size: 1.2rem;
  height: 70px;
}
@media screen and (max-width: 590px) {
  .df li,
  .df li:nth-of-type(3) {
    margin: 0 0 20px;
  }
  
  section figure img {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .df dd {
      font-size: 3vw;
  }
  .df .btn03 {
      margin-top: 10px;
      font-size: 4vw;
  }
  .df li {
      padding: 10% 5%;
      min-height: auto;
  }
  .df dt {
      font-size: 5vw;
      height: auto;
  }
  .df dd br {
    display: none;
  }
}

.marker {
  display: inline;
  background: linear-gradient(transparent 50%, #fff10f 50%);
}

.js_switch_target2.parts_wrap .part_description,
.js_switch_target2.parts_wrap .js_pc_url,
.js_switch_target2.parts_wrap .js_sp_url {
  display: none;
}
.js_switch_target2.parts_wrap .for_sp,
.js_switch_target2.parts_wrap .sp_parts_description {
  display: none !important;
}
.js_switch_target2.parts_wrap.on .part_description {
  display: flex;
}
.js_switch_target2.parts_wrap.on .js_pc_url {
  display: block;
}
@media screen and (max-width: 767px) {
  .js_switch_target2.parts_wrap .js_sp_more_target.for_sp {
    display: none !important;
  }
  .js_switch_target2.parts_wrap .js_sp_more_target.for_sp.open,
  .js_switch_target2.parts_wrap .for_sp,
  .js_switch_target2.parts_wrap.on .sp_parts_description {
    display: flex !important;
  }
  .js_switch_target2.parts_wrap.on .js_sp_url {
    display: block !important;
  }
}


/* Priceページ 広告バナーの表示 */
.ad_bnr.on {
  visibility: hidden;
  opacity: 0;
}
.ad_bnr {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease, visibility .3s ease;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 8;
}
.ad_bnr a {
  display: block;
}
.ad_bnr a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.ad_bnr a:hover {
  opacity: 1;
}
.ad_bnr a:hover img {
  opacity: 0.8;
}
.ad_bnr a img {
  position: relative;
  max-width: 100%;
  z-index: 5;
}
.ad_close_btn {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-family: var(--gothic);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .ad_bnr {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .ad_bnr {
    bottom: 60px;
    margin: 0;
  }
  .ad_close_btn {
    top: initial;
    bottom: calc(100% + 1vw);
    right: 1vw;
    width: 7vw;
    height: 7vw;
    max-width: 30px;
    max-height: 30px;
    font-size: 3.5vw;
  }
}