@charset "utf-8";

p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.06em;
}

.feature {
  color: #373737;
  background: #fff;
  border: 1px solid #d7d7d7;
}

.feature img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.feature__section {
  padding: 0 0 120px;
}

.feature__section__inner {
  padding: 0 55px;
}

.feature__heading {
  font-size: 20px;
  font-family: "Gothic MB101 Regular", "Gothic MB101 Bold";
  line-height: 22px;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 29px 35px;
  box-sizing: border-box;
  position: relative;
}

.feature__heading__inner {
  position: relative;
}

.feature__heading::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #F3F2EA;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s ease-in-out;
}

.feature__heading.on::before {
  width: 100%;
}

.feature__copy {
  font-size: 28px;
  font-family: "Gothic MB101 Light";
  line-height: 38px;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 70px 0 0;
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s ease;
}

.feature__copy.show {
  opacity: 1;
  transform: translate(0);
}

.feature__btn {
  font-size: 16px;
  text-align: center;
  margin: 55px 0 0;
}

.feature__btn a {
  color: #fff;
  font-family: "Gothic MB101 Medium";
  letter-spacing: 0.08em;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
  background: #515150;
  padding: 14px 50px;
  border-radius: 4px;
  position: relative;
}

.feature__btn a::before {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}


/*** 快適性能 ***/
.f_comfortable_1__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
}

.f_comfortable_1__image {
  width: 404px;
}

.f_comfortable_1__text {
  width: 185px;
}

.f_comfortable_2__list {
  margin: 75px 0 0;
  display: flex;
  justify-content: space-between;
}

.f_comfortable_2__item {
  width: 190px;
}

.f_comfortable_3__yt {
  margin: 55px 0 0;
}

.f_comfortable_3__list {
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
}

.f_comfortable_3__item {
  width: 30.677%;
}

.f_comfortable_3__image {
  margin: 0 0 20px;
}

.f_comfortable_3__heading {
  font-size: 15px;
  font-family: "Gothic MB101 Regular";
  text-align: center;
  margin: 0 0 15px;
}

.f_comfortable_3__text {
  text-align: justify;
}

.f_comfortable_4__yt {
  margin: 55px 0 0;
}

.f_comfortable_4__list {
  margin: 25px 0 0;
  display: flex;
  justify-content: space-between;
}

.f_comfortable_4__item {
  width: 30.677%;
}

.f_comfortable_4__heading {
  font-size: 15px;
  font-family: "Gothic MB101 Regular";
  margin: 0 0 15px;
}

.f_comfortable_5__image {
  margin: 60px 0 0;
}

.f_comfortable_5__text {
  padding: 35px 60px 0;
}

.f_comfortable_6__list {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}

.f_comfortable_6__item {
  width: 33%;
}

.f_comfortable_6__text {
  padding: 0 20px;
  margin-top: 35px;
  text-align: justify;
}

.f_comfortable_7__image {
  margin: 60px 0 0;
}

.f_comfortable_7__text {
  padding: 35px 60px 0;
}


/*** 耐久性能 ***/
.f_durability_1__image {
  margin: 60px 0 0;
}

.f_durability_1__text {
  padding: 35px 60px 0;
}

.f_durability_2__image {
  margin: 60px 0 0;
}

.f_durability_3__image {
  margin: 60px 0 0;
}

.f_durability_4__list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

.f_durability_4__item {
  width: 190px;
}

.f_durability_4__heading {
  font-size: 15px;
  font-family: "Gothic MB101 Regular";
  text-align: center;
  color: #373737;
  background: #EDECE4;
  margin: 0 0 25px;
  padding: 10px 0;
  letter-spacing: 0.08em;
}

.f_durability_4__text {
  margin: 35px 0 0;
}

.f_durability_5__list {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}

.f_durability_5__item {
  width: 300px;
}

.f_durability_5__heading {
  color: #373737;
  font-size: 15px;
  font-family: "Gothic MB101 Regular";
  text-align: center;
  margin: 40px;
}

.f_durability_6__image {
  margin: 60px 0 0;
}

.f_durability_6__text {
  padding: 35px 60px 0;
}

/*** 安心性能 ***/
.f_relief_1__text {
  padding: 35px 60px 0;
}

.f_relief_2__text {
  margin: 35px 0 0;
}

.f_relief_2__image {
  margin: 60px 0 0;
}

.f_relief_3__image {
  margin: 60px 0 0;
}

.f_relief_3__text {
  margin: 35px 0 0;
}

.f_relief_4__text {
  padding: 35px 60px 0;
}

.f_relief_4__image {
  margin: 60px 0 0;
}

/*** NOYES SELECT ***/
.f_select_1__tablist {
  margin: 65px 0 0;
  padding: 0 55px;
  display: flex;
  justify-content: space-between;
}

.f_select_1__label {
  width: 200px;
  position: relative;
  cursor: pointer;
}

.f_select_1__label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #373737;
  transition: all .3s;
  opacity: .5;
}

.f_select_1__label.on::before,
.f_select_1__label:hover::before {
  background: #EDECE4;
}

.f_select_1__label.on::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #edece4 transparent;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
}

.f_select_1__label__image {
  position: relative;
  z-index: 1;
}

.f_select_1__label__text {
  color: #fff;
  font-size: 14px;
  font-family: "Gothic MB101 DemiBold";
  letter-spacing: 0.14em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  transform: translate(0, -50%);
  width: 100%;
}

.f_select_radio {
  visibility: hidden;
  opacity: 0;
  height: 0;
  line-height: 0;
  display: none;
}

.f_select_1__detail {
  margin: 50px 0 0;
  padding: 45px 55px 35px;
  display: none;
  background: #EDECE4;
}

.f_select_radio:checked + .f_select_1__detail {
  display: block;
}

.f_select_1__heading {
  font-family: "Gothic MB101 Regular";
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.06em;
  text-align: center;
}

.f_select_1__list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}

.f_select_1__item {
  width: 193px;
}

.f_select_1__name {
  font-size: 15px;
  font-family: "Gothic MB101 Regular";
  letter-spacing: 0.08em;
  text-align: center;
  margin: 25px 0 0;
}

.f_select_1__text {
  margin: 30px 0 0;
}

.f_select_1__more {
  background: #EDECE4;
  padding: 0 55px 20px;
}

.feature__btn--right {
  margin: 0;
  text-align: right;
}

.f_select_2__heading {
  font-family: "Gothic MB101 Regular";
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  margin: 50px 0 0;
  padding: 14px 0;
  background: #EDECE4;
}

.f_select_2__image {
  margin: 15px 0 0;
}

.f_select_2__text {
  margin: 40px 0 0;
}

.f_select_3__image {
  margin: 60px 0 0;
}

.f_select_3__text {
  padding: 35px 60px 0;
}

.f_select_4__image {
  margin: 60px 0 0;
}

.f_select_4__text {
  padding: 35px 60px 0;
}

.f_select_5__image {
  margin: 60px 0 0;
}

.f_select_5__text {
  margin: 35px 0 0;
}

.f_select_6__image {
  margin: 60px 0 0;
}

.f_select_6__text {
  padding: 35px 60px 0;
}

.f_select_7__image {
  margin: 60px 0 0;
}

.f_select_7__text {
  padding: 35px 60px 0;
}


/** ローカルナビ **/

.local_nav.on {
  position: fixed;
  top: 0;
}

.local_nav a {
  color: #333;
  text-decoration: none;
  display: block;
}

.local_nav__back {
  font-size: 13px;
  margin: 0 0 13px;
}

.local_nav__back a {
  color: #fff;
  border: 1px solid #44433d;
  border-radius: 4px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.35);
  padding: 0 24px;
  background-color: #56554d;
  background-image: url(../../../../public/images/parts/side_arrow_back.png);
  background-repeat: no-repeat;
  background-position: 11px center;
  line-height: 33px;
}

.local_nav__heading {
  font-size: 13px;
  border: 1px solid #deddd6;
  border-radius: 4px 4px 0 0;
  padding: 11px 24px;
  background-color: #f3f2eb;
  background-image: url(../../../../public/images/parts/side_arrow_heading.png);
  background-repeat: no-repeat;
  background-position: 11px center;
}

.local_nav__list {
  border-left: 1px solid #deddd6;
  border-right: 1px solid #deddd6;
  border-bottom: 1px solid #deddd6;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin: 0 0 13px;
}

.local_nav__item {
  font-size: 11px;
  border-bottom: 1px solid #deddd6;
}

.local_nav__item:last-child {
  border: none;
}

.local_nav__item a {
  padding: 10px 31px;
  position: relative;
}

.local_nav__item a::before {
  content: "";
  display: block;
  width: 2px;
  height: 4px;
  background-image: url(../../../../public/images/parts/side_arrow_sub.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
}

.local_nav__item.current a,
.local_nav__item a:hover {
  background-image: url(../../../../public/images/parts/side_sub_current.png);
  background-repeat: no-repeat;
  background-position: 18px center;
}

.local_nav__mail {
  margin: 5px 0 10px;
}

