/*--------------------------*/
.lineup_b_wrapper {
  width: 100%;
  background-color: #fff;
}
.lineup_b_outer {
  width: 100%;
  margin: 0 auto 0px auto;
  padding: 0rem 0px 20px 0px;
  display: flex;
  flex-flow: wrap;
  justify-content: center
}
.lineup_b {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin: 0 2%;
  background-color: #000;
  margin-bottom: 20px
}
.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.4rem;
  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, .lineup_b.av .lineup_b_over_img {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
}
.lineup_lead {
  width: 88%;
  margin: 0px auto 20px auto;
  font-size: .9rem;
  line-height: 1.8rem;
  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: 20px auto 0px auto;
  padding: .5rem 0 .25rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  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: 2%;
  width: 40px;
  height: 25px;
  background: url("../images/arr_updown.svg") top -2px left/ 40px 50px no-repeat;
  cursor: pointer;
}
.category_menu_arr.av {
  background: url("../images/arr_updown.svg") bottom 2px left / 40px 50px no-repeat;
}
.category_menu_base_2nd {
  position: absolute;
  display: none;
  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 .lineup_b_outer_2nd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0rem auto 0px auto;
  padding: 25px 0 5px 0;
}
.category_menu_base_2nd .lineup_b {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 0 0%;
  background-color: transparent;
  border: transparent 2px solid;
  margin-bottom: 15px;
}
.category_menu_base_2nd .lineup_b img {
  display: none
}
.category_menu_base_2nd .lineup_b_txt {
  position: static;
  transform: translate(0%, 0%);
  color: #000;
  font-family: "UniversNextPro-Cond";
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
  white-space: nowrap;
  text-shadow: 0px 0px 0px;
}
.category_menu_base_2nd .lineup_b_over_img {
  position: absolute;
  top: 0%;
  left: 100%;
  width: 100%;
  transition: .5s;
}
.category_menu_base_2nd .lineup_b:hover, .category_menu_base_2nd .lineup_b.av {
  border-bottom: #e50012 2px solid;
}
.category_name_j {
  width: 96%;
  text-align: center;
  margin: 0px auto 30px auto;
  padding-top: .5rem;
  font-size: .9rem;
  padding-bottom: .5rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  border-top: #e50012 2px solid;
}
/*product--------------------------*/
.product_outer {
  width: 96%;
  margin: 0 auto 0px auto;
  padding: 0rem 0px 20px 0px;
}
.product_menu {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-right: calc(40px - .2rem);
  padding-left: calc(40px - .2rem);
}

.product_menu.wide {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-right: calc(14px - .2rem);
  padding-left: calc(14px - .2rem);
   
}

.product_menu_b {
  display: flex;
  align-self: stretch;
  height: 100%;
  background-color: #f2f2f2;
  margin-bottom: .25rem;
  color: #666;
  border: #f2f2f2 1px solid;
  overflow-x: hidden;
  margin: 0 .2rem;
  transition: background-color .3s
}
.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: 3.5vw;
  white-space: nowrap;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}

.w30{display: block; width: 33%}
/*-----------------------*/
.product_main {
  width: 94%;
  margin: 0 auto;
  overflow-x: hidden
}
.product_head {
  margin: 1.5rem 0 0rem 0;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.product_name_box { width: 80%;}
.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: 2rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.b_product {
  width: 100%;
  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: .9rem;
  margin: .5rem 0;
  padding: .8rem 2.5rem .8rem 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 {
  flex: 1 1;
  margin: 0px 0 0px auto;
  padding-left: .25rem;
  max-width: 120px;
}
.trend-hiline {
  flex: 1 1;
  margin: 0px 0 0px auto;
  padding-left: .25rem;
  max-width: 60px;
}
/*--------------------------*/
.product_price_area {
  display: flex;
  flex-flow: wrap;
  margin: 0rem 0 0 0;
  padding: 0rem 0;
  align-items: flex-start;
}
.product_price_area {
  display: flex;
  flex-flow: wrap;
  align-items: flex-end;
  margin: 0rem 0 0 0;
  padding: 0rem 0;
}
.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.1rem;
  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.1rem;
  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: .8rem;
  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: .8rem;
  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;
  width: 100%;
  overflow: hidden;
}
.x200 {
  width: 200%;
}
.x150 {
  width: 150%;
}
.product_img.x200 img {
  transform: translateX(-4%);
}
.product_img.x150 img {
  transform: translateX(-18%);
}
.product_img_s {
  width: 40%;
  margin: 0 0 1rem auto
}
.product_img_m {
  width: 50%;
  margin: 0 0 1rem auto
}
/*--------------------------*/
.product_icon_area {
  display: flex;
  flex-flow: wrap;
  margin: 0 0 .5rem 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: .7rem;
  color: #000;
}
.connector {
  display: flex;
  align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .8rem;
  padding: 2px 4px 2px 4px;
  margin: 0px 0px 0px .25rem;
  color: #000;
}
/*--------------------------*/
.product_copy_area {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 0rem 0;
  padding: .5rem 0;
}
.copy_01 {
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
}
.copy_s {
  margin: 0rem 0 1rem 0;
  font-size: .9rem;
  line-height: 1.5rem;
  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 7px 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;
}
.product_zu_area img {
  width: 100%
}
/*--------------------------*/
.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: 100%;
  background-color: #f2f2f2;
  margin: 0rem 0 .5rem 0;
  padding: 1.5rem 6%;
}
.x2 {
  width: 100%;
  padding: 1.5rem 6%;
}
.wide {
  padding: .5rem 2%;
}
.multiply_img {
  mix-blend-mode: multiply;
  width: 100%;
}
.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: .8rem;
  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: .8rem;
  line-height: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #000
}
.p_featurs_w {
  width: 100%;
  margin: 1.5rem auto 1rem auto;
}
.p_featurs_sl {
  width: 60%;
  margin: 1.5rem auto 1rem auto;
}
.featurs_txt {
  font-size: .9rem;
  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;
}
.btn_AL {
  margin: .5rem auto .5rem auto;
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  background-color: #e7e7e7;
  border-radius: 0px;
}
.AL_left {
  width: 100%;
}
.AL_right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 25px 1rem 10px;
  font-size: 1.0rem;
  line-height: 1.3rem;
  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;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100;
  justify-content: center;
  align-items: center
}
.window_base.app {
  display: flex;
  flex-direction: column;
}
#window_area {
  display: flex;
  width: 90%;
  max-height: 88%;
  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 0rem 0;
  padding: 1.5rem 6%;
}
.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: .9rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
  color: #000;
}
#window_area .w_t_cap_featurs {
  font-size: .9rem;
  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
}