@charset "utf-8";
/* --------------------共通-------------------- */
sup {
    vertical-align: text-top;
}
#wear_feature {
  position: relative;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 400;
  color: #393838;
}
#wear_feature section, #wear_feature main {
  display: block;
}
.contents_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#wear_feature h1, #wear_feature h2, #wear_feature h3, #wear_feature h4, #wear_feature h5 {
  font-weight: 200;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: unset;
}
#wear_feature img {
  vertical-align: bottom;
}
#wear_feature sup {
  font-size: 65%;
}
@media screen and (max-width: 768px) {
  #wear_feature {
    font-size: calc(16 * (100vw / 375));
  }
  #wear_feature h1, #wear_feature h2, #wear_feature h3, #wear_feature h4, #wear_feature h5 {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
  }
  #wear_feature img {
    height: auto;
  }
}
/* --------------------PCSP表示切替-------------------- */
#wear_feature .pc_only_ {
  display: block;
}
#wear_feature .sp_only_ {
  display: none;
}
@media screen and (max-width: 768px) {
  #wear_feature .pc_only_ {
    display: none !important;
  }
  #wear_feature .sp_only_ {
    display: block;
  }
}
/* --------------------パンくず-------------------- */
.breadcrumb {
  padding: 15px 0 15px 80px;
  font-size: 12px;
  width: 1000px;
  margin: 0 auto;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb a {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}
.breadcrumb li {
  position: relative;
}
.breadcrumb li:after {
  position: absolute;
  top: -1px;
  left: 2px;
  font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  content: '>';
}
.breadcrumb li:first-child, .breadcrumb li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb li:first-child:after {
  display: none;
}
.border-bottom {
  border-bottom: 1px solid #444;
}
.breadcrumb a:hover .border-bottom {
  border-bottom: 1px solid #976F34;
}
#wear_feature .breadcrumb {
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100% !important;
  }
}
/* --------------------コンテンツ-------------------- */
/* ----------common---------- */
.mincho {
  font-family: "Noto Serif JP", serif;
}
#wear_feature h2.h2_heading {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #19657C;
  letter-spacing: 4px;
}
#wear_feature h2.h2_heading .mincho {
  display: block;
  font-size: 45px;
  font-weight: 400;
  opacity: .5;
}
#wear_feature h3.h3_heading {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #D40440;
  letter-spacing: 4px;
}
#wear_feature h3.h3_heading .mincho {
  display: block;
  margin-bottom: 12px;
  opacity: .52;
}
#wear_feature h3.h3_heading + p {
  font-size: 15px;
  font-weight: 400;
  color: #D40440;
  text-align: center;
  margin-top: 15px;
}
#wear_feature .newmine_area h3.h3_heading, #wear_feature .newmine_area h3.h3_heading + p {
  color: #fff;
}
.contents_bg {
  background: url(/img/usr/freepage/wear_feature/pattern_bg.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #wear_feature h2.h2_heading {
    font-size: calc(25 * (100vw / 375));
    letter-spacing: 0;
  }
  #wear_feature h2.h2_heading .mincho {
    font-size: calc(30 * (100vw / 375));
  }
  #wear_feature h3.h3_heading {
    font-size: calc(24 * (100vw / 375));
    letter-spacing: 0;
  }
  #wear_feature h3.h3_heading .mincho {
    margin-bottom: calc(14 * (100vw / 375));
  }
  #wear_feature h3.h3_heading + p {
    font-size: 15px;
    font-weight: 400;
    color: #D40440;
    text-align: center;
    margin-top: 15px;
  }
  #wear_feature .newmine_area h3.h3_heading, #wear_feature .newmine_area h3.h3_heading + p {
    color: #fff;
  }
  .contents_bg {
    background: url(/img/usr/freepage/wear_feature/pattern_bg_sp.png) no-repeat top calc(110 * (100vw / 375)) center;
    background-size: 100% auto;
  }
}
/* -----ranking----- */
.common_ranking_area {}
.common_ranking_area .block-category-list--event {
  margin: 45px auto 0;
  padding: 30px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .common_ranking_area .block-ranking-r--goods {
    flex-basis: calc((100% - 160px) / 4);
  }
  .common_ranking_area .block-ranking-r li {
    margin-bottom: 0;
  }
  .common_ranking_area .block-ranking-r--goods-name {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .common_ranking_area {}
  .common_ranking_area .block-category-list--event {
    margin: calc(70 * (100vw / 375)) auto 0;
    padding: 15px;
  }
  .block-ranking-r--items {
    padding: 0;
  }
  .block-ranking-r--items li {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .common_ranking_area .block-ranking-r--goods {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
  }
}
/* -----reco（visumo）----- */
.common_reco_area {
  margin: 75px auto 0;
}
.common_reco_area .hacobune-gallery {
  margin-top: 60px;
}
.common_reco_area .hacobune-gallery .block-top-event--title {
  display: none;
}
.common_reco_area .hacobune-app-main {
  padding: 20px !important;
}
@media screen and (max-width: 767px) {
  .common_reco_area {
    margin: calc(100 * (100vw / 375)) auto 0;
  }
  .common_reco_area .hacobune-gallery {
    margin-top: calc(35 * (100vw / 375));
  }
  .common_reco_area .hacobune-app-main {
    padding: 20px 10px 10px !important;
  }
}
/* -----lineup----- */
.common_lineup_area {
  padding-top: 80px;
}
.newmine_area .common_lineup_area {
  max-width: 960px;
  margin: auto;
}
#wear_feature .lineup_h3_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 2;
  background: #000000BD;
}
#wear_feature .newmine_area .lineup_h3_heading {
  background: #0A1046;
  margin-bottom: 35px;
  line-height: 1.7;
}
#wear_feature .lineup_h3_heading ~ .lineup_h3_heading {
  margin-top: 40px;
}
#wear_feature .newmine_area .lineup_h3_heading ~ .lineup_h3_heading {
  margin-top: 35px;
}
.lineup_h3_heading > span > span {
  font-size: 17px;
}
.lineup_sub_heading {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.lineup_note {
  font-size: 15px;
  font-weight: 300;
  text-align: right;
  margin: 30px 0 35px;
}
.lineup_note.adjust_note {
  width: 490px;
}
/**/
.common_lineup_goods {
  display: flex;
}
.newmine_area .common_lineup_goods {
  padding-bottom: 55px;
  border-bottom: 1px dashed #fff;
}
.newmine_area .common_lineup_goods.no_line_goods {
  border-bottom: none;
}
.newmine_area .common_lineup_goods.no_line_goods.adjust_goods_space {
  /*padding-bottom: 0;*/
}
.common_lineup_goods_img {
  width: 430px;
  flex-shrink: 0;
  margin-right: 70px;
  padding-bottom: 50px;
}
.common_lineup_goods_img:not(.slider_img) {
  padding-bottom: 0;
}
.newmine_area .common_lineup_goods_img {
  width: 456px;
  margin-right: 44px;
}
.common_lineup_goods_txt {
  position: relative;
  font-size: 16px;
  width: 100%;
}
.common_lineup_goods_txt:has(> .common_lineup_goods_txt_inner > .clgl_btn) {
  padding-bottom: 60px;
}
.common_lineup_goods_txt p {
  margin-top: 15px;
}
.clg_medical_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1;
  background: #D40440;
}
.clg_material_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #754157;
  text-align: center;
  line-height: 1;
  background: #fff;
}
.clg_medical_number {
  margin: 20px 0;
}
#wear_feature .clg_medical_catch {
  font-size: 22px;
  font-weight: 600;
  color: #D40440;
}
.newmine_area .common_lineup_goods_txt, #wear_feature .newmine_area .clg_medical_catch {
  color: #fff;
}
.clg_variations {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.clg_variations li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
[class^="clg_colorchip_"] {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  border-radius: 50%;
}
.clg_colorchip_gold {
  background: #ebcd84;
}
.clg_colorchip_white {
  background: #fff;
  /*border: 1px solid #707070;*/
}
.clg_colorchip_black {
  background: #000;
}
.clg_colorchip_pink {
  background: #fdb8bd;
}
.clg_colorchip_green {
  background: #27bb8b;
}
.clg_colorchip_navy {
  background: #394d7f;
}
.clg_colorchip_gray {
  background: #d5d3d4;
}
.clg_colorchip_ivory {
  background: #f2e0ba;
}
.clg_colorchip_no {
  background: transparent;
}
.clg_size_indent {
  padding-left: 3.2em;
  text-indent: -3.2em;
}
/**/
.common_lineup_goods_list {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 65px;
  border-bottom: 1px dashed #D40440;
}
.common_lineup_goods_list.no_line_list {
  padding-bottom: 0;
  border-bottom: none;
}
.clgl_mens, .clgl_ladies {
  width: 100%;
  max-width: 460px;
  margin: 0 10px;
}
.clgl_mens ul, .clgl_ladies ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.clgl_mens ul li, .clgl_ladies ul li {
  width: 100%;
  max-width: 220px;
  margin: 0 10px;
  font-weight: 600;
}
.clgl_mens > div, .clgl_ladies > div {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto 23px;
}
.clgl_mens > div:before, .clgl_mens > div:after, .clgl_ladies > div:before, .clgl_ladies > div:after {
  content: "";
  height: 2px;
  flex-grow: 1;
}
.clgl_mens > div:before, .clgl_ladies > div:before {
  margin-right: 1.3rem;
}
.clgl_mens > div:after, .clgl_ladies > div:after {
  margin-left: 1.3rem;
}
.clgl_price {
  display: block;
  margin: 20px 0;
}
.newmine_area .clgl_price {
  margin-top: -45px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}
.clgl_price_tax {
  font-size: 14px;
  font-weight: 300;
}
.clgl_btn {}
.common_lineup_goods_txt .clgl_btn {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.clgl_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #fff;
  background: #B8A450;
  border-radius: 40px;
}
.clgl_btn a::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.clgl_btn a:hover {
  opacity: .7;
}
.clgl_mens > div, .clgl_mens .clgl_clothes {
  color: #0A1046;
}
.clgl_ladies > div, .clgl_ladies .clgl_clothes {
  color: #9A2F4E;
}
.clgl_mens > div:before, .clgl_mens > div:after {
  background-color: #0A1046;
}
.clgl_ladies > div:before, .clgl_ladies > div:after {
  background-color: #9A2F4E;
}
/* slider（slick） */
.common_lineup_goods_img.slick-initialized .slick-slide {
  outline: none;
}
/* 読み込みレイアウト表示調整（slick） */
.common_lineup_goods_img.slick-slider {
  opacity: 0;
  transition: opacity .9s linear;
}
.common_lineup_goods_img.slick-initialized {
  opacity: 1;
}
/* ●○（slick） */
.common_lineup_goods_img .slick-dots li button:before {
  color: transparent;
}
.common_lineup_goods_img .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
}
.common_lineup_goods_img .slick-dots li {
  height: 10px;
  line-height: 0;
}
.common_lineup_goods_img .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  margin: 0 10px;
  background: #fff;
  border: 1px solid #D40440;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.common_lineup_goods_img .slick-dots li.slick-active button {
  background: #D40440;
  border: 1px solid #D40440;
}
@media screen and (max-width: 767px) {
  .common_lineup_area {
    padding-top: calc(90 * (100vw / 375));
    width: calc(100% - calc(40 * (100vw / 375)));
    margin: auto;
  }
  #wear_feature .lineup_h3_heading {
    height: auto;
    margin-top: calc(50 * (100vw / 375));
    font-size: calc(18 * (100vw / 375));
    padding: calc(17 * (100vw / 375));
    line-height: 1.5;
  }
  #wear_feature .newmine_area .lineup_h3_heading {
    margin-bottom: calc(40 * (100vw / 375));
  }
  #wear_feature .lineup_h3_heading ~ .lineup_h3_heading {
    margin-top: calc(60 * (100vw / 375));
  }
  #wear_feature .newmine_area .lineup_h3_heading ~ .lineup_h3_heading {
    margin-top: 35px;
  }
  .lineup_h3_heading > span > span {
    font-size: calc(16 * (100vw / 375));
    display: block;
    line-height: 1.5;
    margin-bottom: calc(10 * (100vw / 375));
  }
  .lineup_sub_heading {
    font-size: calc(22 * (100vw / 375));
    padding: calc(18 * (100vw / 375)) 0;
    margin-top: calc(50 * (100vw / 375));
  }
  .lineup_note {
    font-size: calc(14 * (100vw / 375));
    margin: calc(18 * (100vw / 375)) 0 calc(37 * (100vw / 375));
  }
  .lineup_note.adjust_note {
    width: 100%;
  }
  #air_re + .lineup_note {
    width: calc(100% - calc(40 * (100vw / 375)));
    margin-left: auto;
    margin-right: auto;
  }
  /**/
  .common_lineup_goods {
    display: block;
  }
  .newmine_area .common_lineup_goods {
    padding-bottom: calc(40 * (100vw / 375));
  }
  .newmine_area .common_lineup_goods.no_line_goods {
    border-bottom: none;
  }
  .newmine_area .common_lineup_goods.no_line_goods.adjust_goods_space {
    /*padding-bottom: 0;*/
  }
  .common_lineup_goods_img {
    width: 100%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  .newmine_area .common_lineup_goods_img {
    width: 100%;
    margin-right: 0;
  }
  .common_lineup_goods_txt {
    font-size: calc(15 * (100vw / 375));
  }
  .common_lineup_goods_txt:has(> .common_lineup_goods_txt_inner > .clgl_btn) {
    padding-bottom: 0;
    margin-top: calc(30 * (100vw / 375));
  }
  .common_lineup_goods_txt p {
    margin-top: calc(20 * (100vw / 375));
  }
  .clg_medical_heading {
    height: calc(40 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
  }
  .clg_material_heading {
    height: calc(50 * (100vw / 375));
    margin-bottom: calc(30 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
  }
  .clg_medical_number {
    margin: calc(17 * (100vw / 375)) 0 calc(28 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }
  #wear_feature .clg_medical_catch {
    font-size: calc(20 * (100vw / 375));
  }
  .clg_variations {
    font-size: calc(14 * (100vw / 375));
    margin-top: calc(20 * (100vw / 375));
  }
  .clg_variations li {
    margin-bottom: calc(12 * (100vw / 375));
  }
  [class^="clg_colorchip_"] {
    display: block;
    width: calc(23 * (100vw / 375));
    height: calc(23 * (100vw / 375));
    margin-left: calc(14 * (100vw / 375));
  }
  /**/
  .common_lineup_goods_list {
    display: block;
    margin: calc(60 * (100vw / 375)) auto 0;
    padding-bottom: calc(40 * (100vw / 375));
  }
  .clgl_mens, .clgl_ladies {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .clgl_ladies {
    margin-top: calc(40 * (100vw / 375));
  }
  .clgl_mens ul li, .clgl_ladies ul li {
    width: calc((100% - calc(20 * (100vw / 375))) / 2);
    max-width: unset;
    margin: 0 calc(5 * (100vw / 375));
  }
  .clgl_mens > div, .clgl_ladies > div {
    width: 100%;
    margin: 0 auto calc(20 * (100vw / 375));
    font-size: calc(18 * (100vw / 375));
    font-weight: 600;
  }
  .clgl_price {
    display: block;
    margin: calc(12 * (100vw / 375)) 0 calc(20 * (100vw / 375));
  }
  .newmine_area .clgl_price {
    margin-top: 0;
    font-size: calc(18 * (100vw / 375));
  }
  .clgl_price_tax {
    font-size: calc(10 * (100vw / 375));
  }
  .clgl_btn {}
  .common_lineup_goods_txt .clgl_btn {
    position: static;
    width: 100%;
  }
  .clgl_btn a {
    height: calc(34 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    border-radius: calc(40 * (100vw / 375));
    font-weight: 600;
  }
  .newmine_area .common_lineup_goods .clgl_btn a {
    height: calc(44 * (100vw / 375));
  }
  .clgl_btn a::after {
    top: 40%;
    right: 15px;
    width: 7px;
    height: 7px;
  }
  /* ●○（slick） */
  .common_lineup_goods_img .slick-dots {
    bottom: -5px;
  }
}
/* -----other----- */
.common_other_area {
  margin: 75px auto 0;
}
.newmine_area .common_other_area {
  margin: 25px auto 0;
}
#wear_feature .common_other_area h3 {
  font-size: 18px;
  font-weight: 600;
  color: #D40440;
  text-align: center;
  padding: 18px 0;
  border-top: 1px solid #D40440;
  border-bottom: 1px solid #D40440;
}
.common_other_goods {
  display: flex;
  justify-content: space-between;
  margin: 45px auto 0;
  padding: 0 10px;
}
.common_other_goods > li {
  width: 225px;
}
#wear_feature .common_other_goods h4 {
  font-size: 16px;
  font-weight: 600;
  color: #D40440;
  margin: 20px 0;
}
.common_other_goods p {
  font-size: 14px;
  font-weight: 400;
}
.common_other_goods .clg_variations li {
  margin-bottom: 10px;
}
.common_other_goods .clgl_price {
  font-weight: 600;
  text-align: right;
  margin: 40px 0 20px;
}
.common_other_link {
  margin: 65px auto 0;
}
.common_other_link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  height: 44px;
  font-size: 16px;
  color: #fff;
  margin: auto;
  background: #D40440;
  border-radius: 40px;
}
.common_other_link a::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.common_other_link a:hover {
  opacity: .7;
}
#wear_feature .newmine_area .common_other_area h3, #wear_feature .newmine_area .common_other_goods h4, .newmine_area .common_other_goods {
  color: #fff;
}
#wear_feature .newmine_area .common_other_area h3 {
  font-size: 22px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.newmine_area .common_other_link a {
  background: #131C4A;
}
/* 矢印（slick） */
.common_other_goods .slick-prev, .common_other_goods .slick-next {
  top: 0;
  transform: translate(0, 130%);
  width: calc(40 * (100vw / 375));
  height: calc(40 * (100vw / 375));
  opacity: .5;
  z-index: 10;
}
.common_other_goods .slick-prev {
  left: -10px;
}
.common_other_goods .slick-next {
  right: -10px;
}
.common_other_goods .slick-prev:before, .common_other_goods .slick-next:before {
  font-size: 0;
  opacity: .75;
  content: '';
  position: relative;
  display: block;
  width: calc(40 * (100vw / 375));
  height: calc(40 * (100vw / 375));
}
.reco_area .common_other_goods .slick-prev:before {
  background: url(/img/usr/freepage/wear_feature/reco_slider_arrow_l.png) no-repeat top center;
  background-size: calc(40 * (100vw / 375)) auto;
}
.reco_area .common_other_goods .slick-next:before {
  background: url(/img/usr/freepage/wear_feature/reco_slider_arrow_r.png) no-repeat top center;
  background-size: calc(40 * (100vw / 375)) auto;
}
.newmine_area .common_other_goods .slick-prev:before {
  background: url(/img/usr/freepage/wear_feature/newmine_slider_arrow_l.png) no-repeat top center;
  background-size: calc(40 * (100vw / 375)) auto;
}
.newmine_area .common_other_goods .slick-next:before {
  background: url(/img/usr/freepage/wear_feature/newmine_slider_arrow_r.png) no-repeat top center;
  background-size: calc(40 * (100vw / 375)) auto;
}
@media screen and (max-width: 767px) {
  .common_other_area {
    margin: calc(60 * (100vw / 375)) auto 0;
    width: calc(100% - calc(40 * (100vw / 375)));
  }
  .newmine_area .common_other_area {
    margin: calc(20 * (100vw / 375)) auto 0;
  }
  #wear_feature .common_other_area h3 {
    font-size: calc(18 * (100vw / 375));
    padding: calc(18 * (100vw / 375)) 0;
  }
  .common_other_goods {
    display: block;
    justify-content: unset;
    margin: calc(40 * (100vw / 375)) auto 0;
    padding: 0;
  }
  .common_other_goods .slick-slide {
    width: calc(155 * (100vw / 375));
    margin-right: calc(25 * (100vw / 375));
  }
  #wear_feature .common_other_goods h4 {
    font-size: calc(16 * (100vw / 375));
    margin: calc(24 * (100vw / 375)) 0;
  }
  .common_other_goods p {
    font-size: calc(14 * (100vw / 375));
  }
  .common_other_goods .clg_variations li {
    margin-bottom: calc(10 * (100vw / 375));
  }
  .common_other_goods .clgl_price {
    font-size: calc(18 * (100vw / 375));
    margin: calc(10 * (100vw / 375)) 0;
  }
  .common_other_link {
    margin: calc(40 * (100vw / 375)) auto 0;
  }
  .common_other_link a {
    height: calc(45 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
    border-radius: calc(40 * (100vw / 375));
    font-weight: 600;
  }
  .common_other_link a::after {
    right: 15px;
  }
  #wear_feature .newmine_area .common_other_area h3 {
    font-size: calc(22 * (100vw / 375));
    margin-top: calc(50 * (100vw / 375));
  }
}
/* -----faq----- */
.common_faq_area {
  margin: -70px 0 0;
  padding: 200px 0 250px;
}
.newmine_area .common_faq_area {
  padding-bottom: 50px;
}
.faq_list {
  margin: 90px 0 20px;
}
.faq_list dl {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  border-bottom: 1px dashed #D40440;
}
.faq_list dl dt {
  position: relative;
  color: #D40440;
  margin-bottom: 20px;
  cursor: pointer;
  padding-left: 1em;
  text-indent: -1em;
}
.faq_list dl dt:hover {
  opacity: 0.7;
}
.faq_list dl dd > p {
  margin-left: 40px;
  padding-bottom: 45px;
  padding-right: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.faq_list dl dd > p + div {
  margin-left: calc(40px + 1em);
  margin-top: -40px;
  padding-bottom: 45px;
  padding-right: 15px;
}
.faq_list dl dd > p + div p {
  padding-left: 1em;
  text-indent: -1em;
}
.adjust_faq_list {
  display: flex;
  margin-bottom: 5px;
}
.adjust_faq_list span {
  display: block;
  width: 200px;
}
.faq_list dl dd > p + div .adjust_faq_list p {
  padding-left: 3.2em;
  text-indent: -3.2em;
}
.acc_title::before, .acc_title::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 2px;
  background-color: #D40440;
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.acc_title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
.acc_title.acc_plus::before {
  opacity: 0;
}
.acc_title.acc_plus::after {
  transform: translateY(-50%) rotate(180deg);
}
.newmine_area .faq_list dl dt, .newmine_area .faq_list {
  color: #fff;
}
.newmine_area .faq_list dl {
  border-bottom: 1px dashed #fff;
}
.newmine_area .acc_title::before, .newmine_area .acc_title::after {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .common_faq_area {
    margin: calc(-30 * (100vw / 375)) 0 0;
    padding: calc(120 * (100vw / 375)) 0 calc(150 * (100vw / 375));
  }
  .newmine_area .common_faq_area {
    padding-bottom: 50px;
  }
  .faq_list {
    margin: calc(90 * (100vw / 375)) calc(20 * (100vw / 375)) 20px;
  }
  .faq_list dl {
    font-size: calc(16 * (100vw / 375));
    margin-top: calc(20 * (100vw / 375));
  }
  .faq_list dl dt {
    margin-bottom: calc(24 * (100vw / 375));
  }
  .faq_list dl dd > p {
    margin-left: 0;
    padding-bottom: calc(30 * (100vw / 375));
    padding-right: 0;
  }
  .faq_list dl dt:hover {
    opacity: 1;
  }
  .faq_list dl dd > p + div {
    margin-left: 0;
    margin-top: calc(-10 * (100vw / 375));
    padding-bottom: calc(30 * (100vw / 375));
    padding-right: 0;
  }
  .adjust_faq_list {
    display: block;
    padding-left: 1em;
  }
  .adjust_faq_list span {
    width: 100%;
    font-weight: 600;
  }
  .adjust_faq_list2 {
    padding-left: 1em;
  }
  .faq_list dl dd > p + div.adjust_faq_list2 p {
    padding-left: 0.5em;
    text-indent: -0.5em;
    padding-bottom: 5px;
  }
}
/* ----------mv---------- */
.mv_area {
  background: url(/img/usr/freepage/wear_feature/mv_bg.jpg) no-repeat top center;
  background-size: cover;
}
.mv_area > .contents_inner {
  position: relative;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .mv_area {
    background: none;
  }
  .mv_area > .contents_inner {
    height: auto;
  }
}
/* ----------about_area---------- */
.about_area {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  padding: 120px 0 50px;
  background: url(/img/usr/freepage/wear_feature/about_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.about_area p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.7;
  margin: 55px auto 0;
}
@media screen and (min-width: 1350px) {
  .about_area {
    margin-top: -140px;
  }
}
@media screen and (min-width: 1600px) {
  .about_area {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1900px) {
  .about_area {
    margin-top: -170px;
  }
}
@media screen and (min-width: 2400px) {
  .about_area {
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .about_area {
    margin-top: calc(-48 * (100vw / 375));
    padding: calc(93 * (100vw / 375)) 0 calc(50 * (100vw / 375));
    background: url(/img/usr/freepage/wear_feature/about_bg_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .about_area p {
    font-size: calc(16 * (100vw / 375));
    margin: calc(53 * (100vw / 375)) calc(20 * (100vw / 375)) 0;
  }
}
/* ----------select_area---------- */
.select_area {
  position: relative;
  z-index: 3;
  padding-top: 180px;
  background: url(/img/usr/freepage/wear_feature/select_bg.png) no-repeat top center;
  background-size: 100% auto;
}
.select_point {
  display: flex;
  justify-content: center;
  padding: 85px 0 70px;
}
.select_point li {
  width: 461px;
  margin: 0 20px;
  text-align: center;
}
#wear_feature .select_point h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #19657C;
  margin: 55px auto;
}
.select_point h3 img {
  flex-shrink: 0;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .select_area {
    padding-top: calc(98 * (100vw / 375));
    background: url(/img/usr/freepage/wear_feature/select_bg_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .select_point {
    display: block;
    padding: calc(58 * (100vw / 375)) 0 calc(95 * (100vw / 375));
  }
  .select_point li {
    width: calc(100% - calc(40 * (100vw / 375)));
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .select_point li:not(:first-child) {
    margin-top: calc(65 * (100vw / 375));
  }
  #wear_feature .select_point h3 {
    font-size: calc(22 * (100vw / 375));
    margin: 0 auto calc(45 * (100vw / 375)) 0;
    order: 1;
  }
  .select_point h3 img {
    margin-right: calc(23 * (100vw / 375));
    width: calc(89 * (100vw / 375));
  }
  .select_point li > img {
    width: calc(292 * (100vw / 375));
    margin: 0 auto calc(45 * (100vw / 375));
    order: 2;
  }
  .select_point li > p {
    order: 3;
  }
}
/* ----------reco_area---------- */
.reco_area {
  background: #EEEBEB;
}
/* -----navi----- */
.reco_navi {
  display: flex;
  justify-content: space-between;
  margin: 65px auto 0;
}
.reco_navi li {
  width: calc((100% - 20px) / 2);
  height: 166px;
  text-align: center;
  border-radius: 83px;
  transition: .5s ease-in-out;
}
.reco_navi li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 21px;
  font-weight: 600;
}
.reco_navi li a::after {
  position: absolute;
  content: "";
  bottom: 15px;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
}
.reco_navi li:has(> a):hover, .reco_navi li:hover a::after {
  opacity: .5;
}
.reco_navi li a img {
  display: block;
  margin: 18px auto 0;
}
.link_air_re {
  border: 2px solid #D40440;
}
.link_air_re a {
  color: #D40440;
}
.link_air_re a::after {
  border-right: 2px solid #D40440;
  border-top: 2px solid #D40440;
}
.link_newmine {
  border: 2px solid #161B57;
}
.link_newmine a {
  color: #161B57;
}
.link_newmine a::after {
  border-right: 2px solid #161B57;
  border-top: 2px solid #161B57;
}
@media screen and (max-width: 767px) {
  .reco_navi {
    display: block;
    margin: calc(55 * (100vw / 375)) auto calc(80 * (100vw / 375));
  }
  .reco_navi li {
    width: calc(100% - calc(40 * (100vw / 375)));
    height: calc(135 * (100vw / 375));
    border-radius: calc(83 * (100vw / 375));
    margin: auto;
  }
  .reco_navi li:not(:first-child) {
    margin-top: calc(19 * (100vw / 375));
  }
  .reco_navi li.sp_only_ {
    height: auto;
    margin-top: calc(10 * (100vw / 375)) !important;
  }
  .reco_navi li.sp_only_ .lineup_note {
    margin: calc(10 * (100vw / 375)) 0 calc(15 * (100vw / 375));
  }
  .reco_navi li a {
    font-size: calc(16 * (100vw / 375));
  }
  .reco_navi li a::after {
    bottom: 12px;
    width: 13px;
    height: 13px;
  }
  .reco_navi li a img {
    display: block;
    margin: calc(2 * (100vw / 375)) auto 0;
    width: calc(230 * (100vw / 375));
  }
}
/* -----detail----- */
#wear_feature .reco_h3_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 148px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #D40440;
}
.air_detail_area {
  text-align: center;
  padding: 50px 0 0;
}
.air_detail_area img {
  margin: auto;
}
#wear_feature .air_detail_area h4 {
  font-size: 24px;
  font-weight: 600;
  color: #D40440;
  margin: 65px auto 28px;
}
.reco_icon_heading {
  display: table;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  margin: 98px auto 44px;
}
.reco_icon_heading::before, .reco_icon_heading::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 28px;
  height: 37px;
}
.reco_icon_heading::before {
  left: -60px;
  background: url(/img/usr/freepage/wear_feature/icon_q_heading_l.png) no-repeat top center;
  background-size: 28px auto;
}
.reco_icon_heading::after {
  right: -60px;
  background: url(/img/usr/freepage/wear_feature/icon_q_heading_r.png) no-repeat top center;
  background-size: 28px auto;
}
.reco_arrow_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 728px;
  height: 202px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin: 50px auto 35px;
  padding-bottom: 50px;
  background: url(/img/usr/freepage/wear_feature/reco_arrow01.png) no-repeat top center;
}
.air_medical_detail {
  display: flex;
  width: 100%;
  max-width: 834px;
  margin: 70px auto 0;
  padding: 36px;
  background: #E3E1E1;
}
.air_medical_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-right: 40px;
  background: #D40440;
}
.air_medical_txt {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
.air_medical_txt16 {
  font-size: 16px;
}
.air_medical_txt14 {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .air_medical_txt14.adjust_medical_txt {
    display: flex;
  }
  .air_medical_txt14.adjust_medical_txt > span {
    margin-right: 15px;
    flex-shrink: 0;
  }
}
.air_medical_txt14:last-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #wear_feature .reco_h3_heading {
    height: calc(200 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #D40440;
    width: calc(100% - calc(40 * (100vw / 375)));
    margin: auto;
  }
  .air_detail_area {
    padding: calc(40 * (100vw / 375)) 0 0;
  }
  .air_detail_area > img {
    width: calc(300 * (100vw / 375));
  }
  .air_detail_area > img.reco_image {
    width: calc(353 * (100vw / 375));
    margin: auto;
  }
  #wear_feature .air_detail_area h4 {
    font-size: calc(20 * (100vw / 375));
    margin: calc(50 * (100vw / 375)) auto calc(35 * (100vw / 375));
  }
  #wear_feature .air_detail_area h4 + p {
    width: calc(100% - calc(40 * (100vw / 375)));
    margin: auto;
  }
  .reco_icon_heading {
    font-size: calc(20 * (100vw / 375));
    margin: calc(90 * (100vw / 375)) auto calc(35 * (100vw / 375));
  }
  .reco_icon_heading::before, .reco_icon_heading::after {
    width: 24px;
    height: 32px;
  }
  .reco_icon_heading::before {
    left: calc(-40 * (100vw / 375));
    background: url(/img/usr/freepage/wear_feature/icon_q_heading_l.png) no-repeat top center;
    background-size: 24px auto;
  }
  .reco_icon_heading::after {
    right: calc(-40 * (100vw / 375));
    background: url(/img/usr/freepage/wear_feature/icon_q_heading_r.png) no-repeat top center;
    background-size: 24px auto;
  }
  .reco_arrow_heading {
    width: 100%;
    height: calc(177 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
    margin: calc(30 * (100vw / 375)) auto;
    padding-bottom: calc(40 * (100vw / 375));
    background: url(/img/usr/freepage/wear_feature/reco_arrow01_sp.png) no-repeat top center;
    background-size: 100% auto;
  }
  .air_medical_detail {
    width: calc(100% - calc(40 * (100vw / 375)));
    margin: calc(50 * (100vw / 375)) auto 0;
    padding: calc(14.5 * (100vw / 375)) calc(14.5 * (100vw / 375)) calc(125 * (100vw / 375));
    position: relative;
  }
  .air_medical_icon {
    width: calc(84 * (100vw / 375));
    height: calc(84 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    margin-right: calc(13 * (100vw / 375));
  }
  .air_medical_txt {
    font-size: calc(14 * (100vw / 375));
    text-align: center;
  }
  .air_medical_txt16 {
    font-size: calc(16 * (100vw / 375));
  }
  .air_medical_txt14 {
    display: block;
    font-size: calc(14 * (100vw / 375));
    position: absolute;
    bottom: calc(42 * (100vw / 375));
    left: calc(14.5 * (100vw / 375));
  }
  .air_medical_txt14.adjust_medical_txt {
    left: unset;
    right: calc(14.5 * (100vw / 375));
    text-align: right;
  }
  .air_medical_txt14:last-of-type {
    bottom: calc(14.5 * (100vw / 375));
  }
}
/* -----point----- */
.air_point_area {
  padding: 80px 0 100px;
}
.air_point_detail {
  display: flex;
  margin: 117px auto 0;
}
.air_point_detail > img {
  flex-shrink: 0;
  margin-right: 40px;
  margin-top: 15px;
}
.air_point_txt + .air_point_txt {
  margin-top: 48px;
}
#wear_feature .air_point_txt h4 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #D40440;
  margin-bottom: 35px;
}
.air_point_txt h4 img {
  flex-shrink: 0;
  margin-right: 30px;
}
.air_point_detail p {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .air_point_area {
    padding: calc(65 * (100vw / 375)) 0 calc(75 * (100vw / 375));
  }
  .air_point_detail {
    display: block;
    margin: calc(70 * (100vw / 375)) auto 0;
    width: calc(100% - calc(40 * (100vw / 375)));
  }
  .air_point_detail + .air_point_detail {
    margin: calc(40 * (100vw / 375)) auto 0;
  }
  .air_point_detail > img {
    margin-right: 0;
    margin-top: 0;
  }
  .air_point_txt, .air_point_txt + .air_point_txt {
    margin-top: calc(25 * (100vw / 375));
  }
  #wear_feature .air_point_txt h4 {
    font-size: calc(18 * (100vw / 375));
    margin-bottom: calc(35 * (100vw / 375));
  }
  .air_point_txt h4 img {
    margin-right: calc(23 * (100vw / 375));
    width: calc(78 * (100vw / 375));
  }
  .air_point_detail p {
    font-size: calc(14 * (100vw / 375));
  }
}
/* -----image----- */
.air_image_area {
  margin-bottom: 70px;
  text-align: center;
}
.air_image_area img {
  margin: auto;
}
#wear_feature .air_image_area h3.h3_heading {
  position: relative;
  display: table;
  margin: 0 auto 47px;
  font-weight: 600;
}
.air_image_area h3.h3_heading::before, .air_image_area h3.h3_heading::after {
  position: absolute;
  content: "";
  top: 80%;
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 21px;
}
.air_image_area h3.h3_heading::before {
  left: -30px;
  background: url(/img/usr/freepage/wear_feature/icon_point_heading_l.png) no-repeat top center;
  background-size: 19px auto;
}
.air_image_area h3.h3_heading::after {
  right: -30px;
  background: url(/img/usr/freepage/wear_feature/icon_point_heading_r.png) no-repeat top center;
  background-size: 19px auto;
}
@media screen and (max-width: 767px) {
  .air_image_area {
    margin: 0 auto calc(90 * (100vw / 375));
    width: calc(100% - calc(40 * (100vw / 375)));
  }
  #wear_feature .air_image_area h3.h3_heading {
    margin: 0 auto calc(45 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
  }
  .air_image_area h3.h3_heading::before, .air_image_area h3.h3_heading::after {
    top: 92%;
  }
  .air_image_area h3.h3_heading::before {
    left: calc(-40 * (100vw / 375));
  }
  .air_image_area h3.h3_heading::after {
    right: calc(-40 * (100vw / 375));
  }
}
/* ----------newmine_area---------- */
.newmine_top {
  margin-top: -230px;
  height: 214px;
  background: url(/img/usr/freepage/wear_feature/newmine_top.png) no-repeat top center;
}
.newmine_area {
  padding: 70px 0;
  background-image: linear-gradient(0deg, rgba(199, 104, 91, 1), rgba(200, 105, 91, 1) 15%, rgba(80, 47, 86, 1) 60%, rgba(11, 25, 72, 1));
}
#wear_feature .newmine_h3_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 99px;
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}
.newmine_explanation {
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
}
#wear_feature .newmine_explanation h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 70px auto 40px;
}
@media screen and (max-width: 767px) {
  .newmine_top {
    margin-top: calc(-120 * (100vw / 375));
    height: calc(78 * (100vw / 375));
    background: url(/img/usr/freepage/wear_feature/newmine_top_sp.png) no-repeat top center;
    background-size: 100% calc(79 * (100vw / 375));
  }
  .newmine_area {
    padding: calc(45 * (100vw / 375)) 0;
  }
  #wear_feature .newmine_h3_heading {
    width: calc(100% - calc(40 * (100vw / 375)));
    height: calc(99 * (100vw / 375));
    margin: 0 auto calc(45 * (100vw / 375));
    font-size: calc(20 * (100vw / 375));
  }
  .newmine_explanation {
    margin-bottom: calc(80 * (100vw / 375));
  }
  .newmine_explanation > img {
    width: calc(243 * (100vw / 375));
    margin: auto;
  }
  #wear_feature .newmine_explanation h4 {
    font-size: calc(20 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto calc(30 * (100vw / 375));
  }
  #wear_feature .newmine_explanation h4 + p {
    line-height: 1.7;
  }
}
/* -----lineup----- */
.newmine_lineup_preface {}
#wear_feature .newmine_lineup_preface h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  color: #342650;
  text-align: center;
  height: 64px;
  margin: 45px auto 35px;
  background: #fff;
}
.newmine_lineup_preface h4 + p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.newmine_lineup_preface_inner {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 40px;
}
.newmine_lineup_preface_inner img {
  margin-right: 40px;
}
.newmine_lineup_preface_inner p span {
  display: block;
  font-weight: 300;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .newmine_lineup_preface {}
  #wear_feature .newmine_lineup_preface h4 {
    display: block;
    font-size: calc(22 * (100vw / 375));
    height: calc(95 * (100vw / 375));
    margin: calc(40 * (100vw / 375)) auto calc(25 * (100vw / 375));
    padding: calc(15 * (100vw / 375));
  }
  .newmine_lineup_preface h4 + p {
    font-size: calc(20 * (100vw / 375));
    text-align: left;
  }
  .newmine_lineup_preface_inner {
    display: block;
    font-size: calc(16 * (100vw / 375));
    margin-top: calc(35 * (100vw / 375));
  }
  .newmine_lineup_preface_inner img {
    margin-right: 0;
  }
  .newmine_lineup_preface_inner p span {
    text-align: left;
    margin-top: calc(20 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }
  .newmine_lineup_preface_inner p {
    margin-top: calc(40 * (100vw / 375));
  }
}
/* ----------giftlapping_area---------- */
.giftlapping_area {
  padding: 100px 0 140px;
  background: #ECEFF0;
}
.giftlapping_detail {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 960px;
  margin: 75px auto 30px;
}
.giftlapping_detail img {
  margin-right: 55px;
}
.giftlapping_area .clgl_btn a {
  max-width: 460px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .giftlapping_area {
    padding: calc(60 * (100vw / 375)) 0 calc(100 * (100vw / 375));
  }
  .giftlapping_detail {
    display: block;
    width: calc(100% - calc(40 * (100vw / 375)));
    margin: calc(25 * (100vw / 375)) auto calc(45 * (100vw / 375));
  }
  .giftlapping_detail img {
    margin-right: 0;
    width: 100%;
    margin-bottom: calc(40 * (100vw / 375));
  }
  .giftlapping_detail p {
    font-size: calc(16 * (100vw / 375));
  }
  .giftlapping_area .clgl_btn a {
    width: calc(100% - calc(40 * (100vw / 375)));
    max-width: 100%;
    margin: auto;
    height: calc(44 * (100vw / 375));
    font-size: calc(16 * (100vw / 375));
    font-weight: 600;
  }
  .giftlapping_area .clgl_btn a::after {
    width: 10px;
    height: 10px;
  }
}