@charset "UTF-8";
/*ーーーーーーーーーー
シリーズ共通
ーーーーーーーーーーー*/
.series_head {
  width: 100%;
  height: 42vw;
  min-height: 500px;
}
@media (max-width: 878px) {
  .series_head {
    height: 55vw;
    min-height: 300px;
  }
}
.title_area.series {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 878px) {
  .title_area.series {
    margin-bottom: 0;
  }
}
.title_area.series h3 {
  font-size: 1.5rem;
  color: #614830;
  line-height: 1.4;
  font-family: 'Coco Gothic light', sans-serif;
  letter-spacing: 0.05em;
}
@media (max-width: 878px) {
  .title_area.series h3 {
    font-size: 1.2rem;
  }
}
.title_area.series h2 {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 3px 6px;
  margin: 0 0 15px;
}
@media (max-width: 878px) {
  .title_area.series h2 {
    font-size: 1.5rem;
  }
}
.title_area.series p {
  font-size: 1.1rem;
  font-weight: 200;
}
@media (max-width: 878px) {
  .title_area.series p {
    font-size: 1.0rem;
  }
}
img.ic_heat {
  width: auto;
  height: 88px;
  padding-bottom: 20px;
}
/*　特徴　*/
section.series_feature {
  background: #ece8e5;
  overflow: hidden;
  padding: 60px 0;
  margin-bottom: 4px;
}
@media (max-width: 878px) {
  section.series_feature {
    padding: 40px 0;
  }
}
section.series_feature .features {
  width: 92%;
  max-width: 850px;
  margin: 0 auto 30px;
  padding: 30px 30px 50px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
}
section.series_feature .features.tokkyo {
  gap: 20px 0;
}
@media (max-width: 878px) {
  section.series_feature .features {
    width: 100%;
    padding: 0;
    background: transparent;
    flex-wrap: wrap;
    gap: 0px 4%;
  }
}
section.series_feature .features.revers {
  flex-direction: row-reverse;
}
@media (max-width: 878px) {
  section.series_feature .features.revers {
    flex-direction: row;
  }
}
section.series_feature .features h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 2px 0 4px 12px;
  margin-bottom: 16px;
}
section.series_feature .features p {
  font-weight: 300;
}
section.series_feature .features p.notice {
  font-size: 0.85rem;
}
@media (max-width: 878px) {
  section.series_feature .features p {
    font-size: 0.95rem;
  }
  section.series_feature .features p.notice {
    font-size: 0.75rem;
  }
}
section.series_feature .features .ph {
  width: 46%;
}
@media (max-width: 878px) {
  section.series_feature .features .ph {
    width: 100%;
  }
}
section.series_feature .features .ph_full {
  width: 100%;
}
section.series_feature .features .txt {
  width: 50%;
  position: relative;
}
@media (max-width: 878px) {
  section.series_feature .features .txt {
    width: 92%;
    padding: 20px;
    border-radius: 5px;
    margin: -15px 4% 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
section.series_feature .features .txt_full {
  width: 100%;
}
@media (max-width: 878px) {
  section.series_feature .features .txt_full {
    width: 92%;
    padding: 0 20px 20px;
    border-radius: 5px;
    margin: -15px 4% 0;
    background: rgba(255, 255, 255, 0.9);
  }
}
section.series_feature .features h5 {
  font-size: 1.1rem;
  border-bottom: 1px solid #614830;
  margin: 20px 0 10px 0;
  padding: 0 0 5px;
}
section.series_feature .tokkyo .ph {
  position: relative;
  width: 50%;
}
section.series_feature .tokkyo .ph img {
  position: absolute;
  top: -40px;
  right: -30px;
}
@media (max-width: 878px) {
  section.series_feature .tokkyo .ph {
    width: 100%;
  }
  section.series_feature .tokkyo .ph img {
    position: static;
    width: 100%;
    margin-top: -40px;
    margin-left: 5%;
    margin-bottom: -10px;
  }
}
section.series_feature .tokkyo .ph_full {
  width: 100%;
  border-top: 1px solid #614830;
  border-bottom: 1px solid #614830;
  margin: 0 auto;
  text-align: center;
}
section.series_feature .tokkyo .ph_full img {
  width: 85%;
  max-width: 490px;
}
@media (max-width: 878px) {
  section.series_feature .tokkyo .ph_full img {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 878px) {
  section.series_feature .tokkyo .ph_full {
    margin: 0 5%;
  }
}
section.series_feature .ic_hosyou {
  width: 90px;
  padding-top: 10px;
}
@media (max-width: 878px) {
  section.series_feature .ic_hosyou {
    position: absolute;
    right: 20px;
    top: -12px;
    width: 85px;
    padding: 0;
  }
}
/*ーーーーーーーーーー
スタンダード
ーーーーーーーーーーー*/
#series_standard .series_head {
  background: url("../images/series/standard/head.webp") no-repeat center;
  background-size: cover;
}
#series_standard .title_area.series h2 {
  border-bottom: 3px solid #d6281f;
}
#series_standard section.series_feature .features h4 {
  border-left: 5px solid #d6281f;
}

/*ーーーーーーーーーー
アルファ
ーーーーーーーーーーー*/
#series_alfa .series_head {
  background: url("../images/series/alfa/head.webp") no-repeat center;
  background-size: cover;
}
#series_alfa .title_area.series h2 {
  border-bottom: 3px solid #792c2c;
}
#series_alfa section.series_feature .features h4 {
  border-left: 5px solid #792c2c;
}

/*ーーーーーーーーーー
アクセサリー他
ーーーーーーーーーーー*/
#series_accessory .series_head {
  background: url("../images/series/accessory/head.webp") no-repeat center;
  background-size: cover;
}
#series_accessory .title_area.series h2 {
  border-bottom: 3px solid #644433;
}
#series_accessory section.series_feature .features h4 {
  border-left: 5px solid #644433;
}
