/*--------------------------*/
.lineup_wrapper {
  width: 100%;
}
.lineup_b_outer {
  max-width: 1280px;
  margin: 0 auto 0px auto;
  padding: 0rem 40px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.lineup_b {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
  background-color: #000;
  margin-bottom: 3rem;
}

.lineup_b:last-child {

  background-color: transparent;

}

.lineup_b img {
  opacity: .5
}
.lineup_b_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "UniversNextPro-Cond";
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  white-space: nowrap;
  text-shadow: 2px 2px 3px #000;
}
.lineup_b_over_img {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  transition: .5s;
}
.lineup_b_over_img img {
  opacity: 1
}
.lineup_b:hover .lineup_b_over_img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  border-left: #e50012 2px solid;
}
.lineup_lead {
  width: 60%;
  margin: 0px auto 40px auto;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
}

/*--------------------------*/
article.category_menu {
  width: 100%;
  margin: 30px auto 0px auto;
  z-index: 25;
}
.category_menu_upper {
  position: relative;
  margin: 50px auto 0px auto;
  padding: .5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  font-family: "UniversNextPro-Cond";
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #000;
	 cursor: pointer;
	transition: opacity .3s
}
.category_menu_upper:hover {
opacity: 0.5
}
.category_menu_arr {
  position: absolute;
  right: 0px;
  width: 40px;
  height: 25px;
  background: url("../images/arr_updown.svg") top left/ 40px 50px no-repeat;
  cursor: pointer;
}
.category_menu_arr.av {
  background: url("../images/arr_updown.svg") bottom left / 40px 50px no-repeat;
}
.category_menu_base_2nd {
  display: none;
  position: absolute;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0 0 0 0;
  z-index: 25;
  border-top: #e50012 2px solid;
  border-bottom: #e50012 2px solid;
  background-color: #F0F0F0;
}
.category_menu_base_2nd::-webkit-scrollbar {
  display: none;
}
.category_menu_base_2nd .lineup_b_outer_2nd {
  max-width: 1280px;
  width: 70%;
  margin: 0rem auto 0px auto;
  padding: 30px 20px 15px 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.category_menu_base_2nd .lineup_b {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
  background-color: #000;
  margin-bottom: 15px;
}
.category_menu_base_2nd .lineup_b:last-child {

  background-color: transparent;

}
.category_menu_base_2nd .lineup_b img {
  opacity: .5
}
.category_menu_base_2nd .lineup_b_over_img img {
  opacity: 1
}
.category_menu_base_2nd .lineup_b:hover .lineup_b_over_img, .category_menu_base_2nd .lineup_b.av .lineup_b_over_img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.category_menu_base_2nd .lineup_b_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "UniversNextPro-Cond";
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  white-space: nowrap;
  text-shadow: 2px 2px 3px #000;
}
.category_menu_base_2nd .lineup_b_over_img {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  transition: .5s;
}
.category_name_j {
  width: 40%;
  text-align: center;
  margin: 0px auto 40px auto;
  padding-top: .5rem;
  font-size: 1rem;
  padding-bottom: .5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  border-top: #e50012 2px solid;
}
/*product--------------------------*/
.product_outer {
  max-width: 1280px;
  margin: 0 auto 4rem auto;
  padding: 0rem 40px;
  display: flex;
  flex-flow: wrap;
}
.product_menu {
  max-width: 190px;
  min-width: 150px;
  width: 17.2%;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 80px; /* スクロール時に20pxの距離で固定 */ height: 100%; /* 高さを親要素に合わせる */

}
.product_menu_b {
  background-color: #f2f2f2;
  margin-bottom: .25rem;
  color: #666;
  border: #f2f2f2 1px solid;
  transition: .3s
}
.product_menu_b:hover, .product_menu_b.av {
  border: #e50012 1px solid;
  box-sizing: border-box;
  background-color: #fff;
  color: #000
}
.product_menu_b img {
  mix-blend-mode: multiply;
}
.product_menu_b_txt {
  margin: 1rem 1rem .25rem 1rem;
  font-family: "UniversNextPro-Cond";
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}


/*-----------------------*/
.product_main {
  flex: 1 0;
  margin-left: 30px;
}
.product_head {
  display: flex;
  align-items: center;
}
.product_name_box {}
.product_name {
  margin: 0px 0px 0px 0px;
  font-size: .8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.product_no {
  margin: .75rem 0px 0px 0px;
  font-family: "UniversNextPro-Cond";
  font-size: 1.9rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.b_product {
  display: flex;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: url("../images/arr_right.svg") right 2px center / 20px 13px no-repeat;
  background-color: #e7e7e7;
  font-size: .8rem;
  margin: 0 0 0 auto;
  padding: 1rem 2.5rem 1rem 1.5rem;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #000;
  transform: background-color 0.5s
}
.b_product:hover {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: url("../images/arr_right.svg") right 0px center / 20px 13px no-repeat;
  background-color: #e7e7e7;
}
.premium {
  margin: 0px 0px 0px 18px;
  width: 160px
}
.trend-hiline {
  margin: 0px 0px 0px 18px;
  width: 70px
}
/*--------------------------*/
.product_price_area {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  margin: .5rem 0 0 0;
  padding: .5rem 0;
  border-top: #ccc 1px solid;
}
.product_price_area.plus-icon {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  margin: .5rem 0 0 0;
  padding: .5rem 0;
  border-top: #ccc 1px solid;
}
.product_price {
  margin-right: 1rem;
}
.product_price td {
  vertical-align: bottom;
  padding: .5rem 0rem 0rem 0rem;
  white-space: nowrap
}
td.no {
  font-family: "UniversNextPro-Cond";
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  padding: 0rem 0.5rem 0rem 0rem;
  transform: translateY(12%);
}
td.pr, td.ln {
  font-family: "UniversNextPro-Cond";
  font-size: 1.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  transform: translateY(12%);
}
_::-webkit-full-page-media, _:future, :root td.no, td.pr, td.ln {
  transform: translateY(20%);
}
td.ki {
  font-size: .6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  padding: .5rem 0.5rem 0rem 0rem;
  font-feature-settings: "palt";
}
td.zn {
  font-size: .6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-feature-settings: "palt";
}
.awg_icon {
  align-self: baseline;
  font-size: .7rem;
  padding: 2px 4px 2px 4px;
  margin: 0px 4px 0px 0px;
  border-radius: 2px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-feature-settings: "palt";
  background-color: #666;
  color: #fff
}

.D_icon {
  align-self: baseline;
  font-size: .7rem;
  padding: 2px 4px 2px 4px;
  margin: 0px 4px 0px 0px;
 border-radius: 0px;
  border: #000 1px solid;
  font-feature-settings: "palt";
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
/*--------------------------*/
.product_img {
  margin: 1rem 0
}
.product_img_s {
  width: 20%;
  margin: 0 5% 0 auto
}
.product_img_m{
  width: 30%;
  margin: 0 auto 2rem 3%
}
/*--------------------------*/
.product_icon_area {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin: 0rem 0 1rem 0;
  padding: 0rem 0;
}
.product_icon_area .icon {
  display: flex;
  align-items: center;
  padding: 2px 4px 2px 4px;
  margin: 0px 4px 6px 0px;
  border-radius: 4px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 1rem;
  color: #fff;
}

#window_area .icon {
  display: flex;
  align-items: center;
  padding: 2px 4px 2px 4px;
  margin: 0px 4px ,5rem 0px;
  border-radius: 4px;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 1rem;
  color: #fff;
}

 #window_area  .w_t_cap_img {
height:20px;
	margin-bottom: .5rem
}
#window_area  .w_t_cap_img img{
  width: auto; 
  height: 120%; 
}


.product_icon_area .icon.jp {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .8rem;
}
.sign_outline {
  display: flex;
  align-items: center;
  padding: 2px 4px 2px 4px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
  border: #000 1px solid;
  font-feature-settings: "palt";
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1rem;
  color: #000;
}
.connector {
  display: flex;
  align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .9rem;
  padding: 2px 4px 2px 4px;
  margin: 0px 0px 0px .5rem;
  color: #000;
}
/*--------------------------*/
.product_copy_area {
  display: flex;
 flex-direction: column;
  margin: 0rem 0 0rem 0;
  padding: .5rem 0;
}
.copy_01 {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.copy_s {
  margin: 0rem 0 1rem 0;
  font-size: 1rem;
  line-height: 1.6rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #000;
}
.copy_s_ul {
  list-style-type: disc;
  padding: 0px 10px .5rem 16px;
}
.copy_s_li {
  padding: 0px 0px 8px 0px;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
}
.copy_s a {
  text-decoration: underline
}
/*--------------------------*/
.product_zu_area {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #f2f2f2;
  margin: 0rem 0 0rem 0;
  padding: .5rem .5rem;
}
.zu_img_w60 img {
  width: 60%;
}
.zu_img_w50 img {
  width: 50%;
}
/*--------------------------*/
.product_featurs_area {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 2rem 0 0rem 0;
}
.product_featurs {
  display: flex;
  flex-direction: column;
  width: calc(50% - .25rem);
  background-color: #f2f2f2;
  margin: 0rem 0 .5rem 0;
  padding: 1.5rem 4%;
}
.x2 {
  width: 100%;
  padding: 1.5rem 8%;
}
.wide02 {
  padding: 1.5rem 2%;

}
.multiply_img {
  mix-blend-mode: multiply;
  width: 100%;
	  margin: 0 auto 0 auto;
}


.t_cap_featurs {
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: .25rem .5rem;
  margin: 0rem 0 1rem 0;
  border-radius: 4px;
  font-size: 1rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  border: #333 1px solid;
  color: #000;
}
.featurs_ul {
  width: 100%;
  list-style-type: disc;
  padding: 0 0 0 1.2rem;
  margin: 1rem auto 0 auto;
}
.featurs_ul li {
  padding: 0px 0px 6px 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #000
}
.p_featurs_w {
  width: 70%;
  margin: 1.5rem auto 1rem auto;
}
.p_featurs_sl {
  width: 40%;
  margin: 1.5rem auto 1rem auto;
}
.featurs_txt {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  text-align: justify;
  color: #000
}
.t_sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.2em;
  z-index: 1
}

.btn_AL {
  margin: 1rem auto 0px auto;
  width: 100%;
  min-width: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
  border-radius: 0px;

}


.AL_left {
  width: 40%;

}


.AL_right {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
	padding:0 30px 0 0px;
	 font-size: 1.0rem;
	line-height: 1.5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
	  background: url("../images/arr_right.svg") right 6px center / 20px 13px no-repeat;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  color: #000;
}

.btn_AL:hover .AL_right {
	  background: url("../images/arr_right.svg") right 2px center / 20px 13px no-repeat;
	
}



/*--------------------------*/
.window_base {
  display: none;
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /* デフォルトで全画面 */
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
.window_base.app {
  display: flex; /* モーダルが表示されるときにフレックスを適用 */
  flex-direction: column;
}
#window_area {
  display: flex;
  width: 60%;
  max-height: 96%;
  overflow: auto;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: default
}
.window_base .product_featurs {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0rem 0 .0 0;
  padding: 1.5rem 3%;
}
.w_product_featurs_title {
  display: flex;
  justify-content: space-between;
	flex-flow: wrap;
  align-items: center;
  width: 100%;
  margin: 0rem 0 .5rem 0;
}
.w_t_cap_featurs {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #000;
	margin-right: 1rem

}
#window_area .w_t_cap_featurs {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #000;
margin: 0rem 1rem .5rem 0rem
}
.bt_close {
  margin: 1rem auto 0 auto;
  font-family: "UniversNextPro-Cond";
  font-feature-settings: "palt";
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer
}
.bt_close:hover {
  text-decoration: underline
}