@charset "UTF-8";
#products #contents_wrap {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic,-apple-system,BlinkMacSystemFont, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif;
  /*--------------------
    * Yotpo レビュー部分
    *----------------------*/
}

#products #contents_wrap .product_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#products #contents_wrap .product_wrap .product_img {
  width: 100%;
  max-width: 600px;
}

#products #contents_wrap .product_wrap .product_img .main_img {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}

#products #contents_wrap .product_wrap .product_img .main_img .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#products #contents_wrap .product_wrap .product_img .main_img .img > img {
  display: block;
  width: 100%;
}

#products #contents_wrap .product_wrap .product_img .main_img .img #img_num {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .025em;
  z-index: 1;
}

/* ページ送りの視認性向上 2021.11.30 iw */
#products #contents_wrap .product_wrap .product_img .main_img .img #img_prev,
#products #contents_wrap .product_wrap .product_img .main_img .img #img_next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
	border: 1px solid #fff; /*border: 1px solid #4c444d;*/
	background-image: url(../../img/common/arrow_w.png); /*background-image: url(../../img/common/arrow_cg.png);*/
  background-size: 13px 20px;
  background-repeat: no-repeat;
  background-position: left 12px center;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 1;
  cursor: pointer;
	mix-blend-mode: exclusion; /*追加*/
}

#products #contents_wrap .product_wrap .product_img .main_img .img #img_prev#img_prev,
#products #contents_wrap .product_wrap .product_img .main_img .img #img_next#img_prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -28px;
}

#products #contents_wrap .product_wrap .product_img .main_img .img #img_prev#img_next,
#products #contents_wrap .product_wrap .product_img .main_img .img #img_next#img_next {
  right: -28px;
}

#products #contents_wrap .product_wrap .product_img .main_img .variation_name {
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: -2em;
}

#products #contents_wrap .product_wrap .product_img .img_thumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#products #contents_wrap .product_wrap .product_img .img_thumb li {
  width: 100%;
  max-width: 80px;
  margin-right: 6.65px;
  margin-bottom: 6.65px;
  cursor: pointer;
  position: relative;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

#products #contents_wrap .product_wrap .product_img .img_thumb li img {
  display: block;
  width: 100%;
  position: relative;
}

#products #contents_wrap .product_wrap .product_img .img_thumb li .variation_name {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1;
  text-align: center;
  padding-top: 6px;
}

#products #contents_wrap .product_wrap .product_img .img_thumb li:nth-of-type(7n) {
  margin-right: 0;
}

#products #contents_wrap .product_wrap .product_img .img_thumb li:hover {
  opacity: .8;
}

#products #contents_wrap .product_wrap .product_img .img_thumb li.img_current img {
  border: 2px solid #e52e1b;
}

#products #contents_wrap .product_wrap .product_info {
  width: 100%;
  max-width: 462px;
}

#products #contents_wrap .product_wrap .product_info .product_name_blk {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: .025em;
  margin-bottom: 5px;
  word-break: break-all;
}

#products #contents_wrap .product_wrap .product_info .product_txt_blk {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: .025em;
  margin-bottom: 12px;
}

#products #contents_wrap .product_wrap .product_info .product_tag,
#products #contents_wrap .product_wrap .product_info .product_genre {
  font-size: 0;
  margin-bottom: 10px;
}

#products #contents_wrap .product_wrap .product_info .product_tag span,
#products #contents_wrap .product_wrap .product_info .product_genre span {
  display: inline-block;
  width: auto;
  height: 25px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 24px;
  letter-spacing: .05em;
  font-weight: bold;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
}

#products #contents_wrap .product_wrap .product_info .product_tag span.tag_white,
#products #contents_wrap .product_wrap .product_info .product_genre span.tag_white {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

#products #contents_wrap .product_wrap .product_info .product_tag span.tag_red01,
#products #contents_wrap .product_wrap .product_info .product_genre span.tag_red01 {
  border: 1px solid #d0121b;
  color: #d0121b;
  background-color: #fff;
}

#products #contents_wrap .product_wrap .product_info .product_tag span.tag_red02,
#products #contents_wrap .product_wrap .product_info .product_genre span.tag_red02 {
  border: 1px solid #d0121b;
  color: #fff;
  background-color: #d0121b;
}

#products #contents_wrap .product_wrap .product_info .product_genre {
  margin-bottom: 0;
}

#products #contents_wrap .product_wrap .product_info .product_review {
  width: 100%;
  margin-bottom: 15px;
}

#products #contents_wrap .product_wrap .product_info .price_wrap {
  font-weight: bold;
  letter-spacing: .025em;
  margin-bottom: 10px;
}

#products #contents_wrap .product_wrap .product_info .price_wrap .taxin_price_blk {
  font-size: 2.4rem;
  font-weight: bold;
}

#products #contents_wrap .product_wrap .product_info .price_wrap .taxin_price_blk .txt_price {
  font-size: 1.4rem;
  padding-right: 7px;
}

#products #contents_wrap .product_wrap .product_info .price_wrap .taxout_price_blk {
  font-size: 1.4rem;
}

#products #contents_wrap .product_wrap .product_info .sale_price_wrap {
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.4;
  margin-bottom: 10px;
}

#products #contents_wrap .product_wrap .product_info .sale_price_wrap .regular_price_blk {
  font-size: 1.4rem;
  position: relative;
}

#products #contents_wrap .product_wrap .product_info .sale_price_wrap .regular_price_blk .txt_price {
  padding-right: 18px;
}

#products #contents_wrap .product_wrap .product_info .sale_price_wrap .regular_price_blk::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: .4em;
  left: 0;
}

#products #contents_wrap .product_wrap .product_info .sale_price_wrap .regular_price_blk::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: .4em;
  left: 0;
}

#products #contents_wrap .product_wrap .product_info .sale_price_wrap .sale_price_blk {
  font-weight: bold;
  display: block;
  font-size: 2.4rem;
  color: #d0121b;
}

#products #contents_wrap .product_wrap .product_info .sale_price_wrap .sale_price_blk .sale_percent_blk {
  font-size: 1.8rem;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap {
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.4;
  margin-bottom: 10px;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .special_sale_txt {
  color: #d0121b;
  font-size: 1.4rem;
  display: block;
  margin-bottom: .2em;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .regular_price_blk {
  font-size: 1.4rem;
  position: relative;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .regular_price_blk .txt_price {
  padding-right: 18px;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .regular_price_blk::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: .4em;
  left: 0;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .regular_price_blk::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: .4em;
  left: 0;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .special_sale_price_blk {
  font-weight: bold;
  display: block;
  font-size: 2.4rem;
  color: #d0121b;
}

#products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .special_sale_price_blk .special_sale_percent_blk {
  font-size: 1.8rem;
}

#products #contents_wrap .product_wrap .product_info .product_id {
  font-size: 1.2rem;
  letter-spacing: .025em;
  margin-bottom: 5px;
}

#products #contents_wrap .product_wrap .product_info .shipping_date_blk {
  font-size: 1.2rem;
  letter-spacing: .025em;
  margin-bottom: 20px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .variation_ttl {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .025em;
  font-weight: bold;
  margin-bottom: 5px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span {
  display: block;
  width: 100%;
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 20px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span input[type="radio"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span input[type="radio"]:checked + label .img_color {
  border: 2px solid #e52e1b;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span input[type="radio"].backorder + label .img_color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 140% 140%;
  background-position: center;
  background-image: url(../../img/product/overlay_backorder.png);
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span input[type="radio"].endofsale + label .img_color::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: 140% 140%;
  background-position: center;
  background-image: url(../../img/product/overlay_endofsale.png);
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label .img_color {
  width: 40%;
  position: relative;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label .img_color img {
  display: block;
  width: 100%;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label .name_color {
  width: 45%;
  font-size: 1.4rem;
  line-height: 1.3;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size {
  margin-bottom: 28px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .variation_ttl {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .025em;
  font-weight: bold;
  margin-bottom: 5px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span {
  margin-right: 20px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span input[type="radio"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span input[type="radio"]:checked + label {
  border: 2px solid #d0121b;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span input[type="radio"]:disabled + label {
  color: #eeeeee;
  position: relative;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span input[type="radio"]:disabled + label::after {
  content: "";
  width: 130%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 49%;
  left: -14%;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  border: 1px solid #000;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span:last-of-type {
  margin-right: 0;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention {
  width: 100%;
  margin-bottom: 28px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention p {
  font-size: 1.4rem;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_num,
#products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty {
  margin-bottom: 20px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .variation_ttl,
#products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .variation_ttl {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .025em;
  font-weight: bold;
  margin-bottom: 5px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item,
#products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item {
  width: 100%;
  position: relative;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item select,
#products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 20px;
  outline: none;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item::after,
#products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item::after {
  content: "▼";
  display: block;
  position: absolute;
  top: calc(50% - .6em);
  right: 18px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item select {
  font-size: 1.4rem;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 20px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"] {
  width: 100%;
  height: 80px;
  background-color: #d3402c;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .025em;
  line-height: 80px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  outline: none;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"]:hover {
  background-color: #fb3325;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"].backorder, #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"].endofsale {
  background-color: #000 !important;
  opacity: .2;
  pointer-events: none;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"].backorder:hover, #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"].endofsale:hover {
  background-color: #000 !important;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite {
  display: block;
  width: 100%;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite input[type="checkbox"] {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite input[type="checkbox"]:checked + label span::before {
  background-image: url(../../img/product/favorite_red.png);
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label {
  display: block;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .025em;
  font-weight: bold;
  line-height: 50px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background-image: url(../../img/product/favorite_white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: relative;
  top: 6px;
  margin-right: 1em;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  opacity: 0;
  z-index: -1;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content {
  width: 600px;
  height: 580px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .btn_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .btn_close:hover {
  opacity: .7;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_txt {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 36px;
  margin-bottom: 30px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_txt::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 24px;
  background-image: url(../../img/product/check_large.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 12px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_img {
  width: 180px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_img img {
  display: block;
  width: 100%;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_name_blk {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .025em;
  margin-bottom: 8px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_color_blk {
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .025em;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_size_blk {
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .025em;
  margin-bottom: 8px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_id_blk {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: .025em;
  margin-top: auto;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_btn_blk .btn_go_cart {
  margin-bottom: 20px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk.viewed {
  opacity: 1;
  z-index: 1000;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  opacity: 0;
  z-index: -1;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .err_cart_content {
  width: auto;
  max-width: 700px;
  height: auto;
  background-color: #fff;
  position: relative;
  padding: 23px 80px 23px 30px;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .err_cart_content .btn_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .err_cart_content .btn_close:hover {
  opacity: .7;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .err_cart_content .err_cart_txt {
  font-size: 2.4rem;
}

#products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk.viewed {
  opacity: 1;
  z-index: 1000;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
  z-index: 200;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_btn {
  width: 100%;
  max-width: 48%;
  height: 40px;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_btn a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 40px;
  text-align: center;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner {
  width: 500px;
  max-height: 680px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 50px 44px;
  overflow-y: scroll;/* 追加 2021.3.18 wi */
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner h2 {
  font-size: 3rem;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 400;
  margin-bottom: 26px;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner h3.modal_ttl {
  border-bottom: 1px solid #000;
  margin-bottom: .5em;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner p {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.714;
  margin-bottom: 2em;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_more {
  width: 130px;
  height: 38px;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_more a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 38px;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_more a:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

#products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_close img {
  display: block;
  width: 100%;
}

#products #contents_wrap .product_wrap .product_info .sns_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#products #contents_wrap .product_wrap .product_info .sns_blk > div {
  margin-right: 14px;
}

#products #contents_wrap .contents_wrap {
  width: 100%;
  padding: 22px 0 44px;
}

#products #contents_wrap .contents_wrap.bg_gray {
  background-color: #eeeeee;
}

#products #contents_wrap .contents_wrap .contents_inner_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#products #contents_wrap .contents_wrap .contents_inner_wrap.contents_spec {
  max-width: 780px;
  padding: 0 40px;
}

#products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk {
  width: 100%;
}

#products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner {
  padding-left: 16px;
}

#products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner h2 {
  text-indent: -16px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .025em;
}

#products #contents_wrap .new_reviews {
  position: relative;
}

#products #contents_wrap .new_reviews .new_reviews_inner {
  margin-bottom: 45px;
}

#products #contents_wrap .new_reviews #new_reviews_inner_hidden.type_more {
  height: 820px;
  overflow: hidden;
}

#products #contents_wrap .new_reviews .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 90px;
  text-align: center;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 70%);
  cursor: pointer;
  -webkit-transition: bottom 0.2s ease 0s;
  transition: bottom 0.2s ease 0s;
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
}

@media only screen and (min-width: 751px) and (max-width: 1220px) {
  #products #contents_wrap .product_wrap {
    max-width: 100%;
    padding: 0 3vw;
    margin-bottom: 30px;
  }
  #products #contents_wrap .product_wrap .product_img {
    width: 50%;
    max-width: 100%;
  }
  #products #contents_wrap .product_wrap .product_img .main_img {
    margin-bottom: 40px;
  }
  #products #contents_wrap .product_wrap .product_img .main_img .variation_name {
    font-size: 1.2rem;
    bottom: -2em;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li {
    width: 24%;
    max-width: 100%;
    margin-right: 1.333%;
    margin-bottom: 1.333%;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li .variation_name {
    font-size: 1rem;
    padding-top: 5px;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li:nth-of-type(7n) {
    margin-right: 1.3%;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li:nth-of-type(4n) {
    margin-right: 0;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li:hover {
    opacity: 1;
  }
  #products #contents_wrap .product_wrap .product_info {
    width: 46%;
    max-width: 100%;
  }
  #products #contents_wrap .product_wrap .product_info .product_name_blk {
    font-size: 2.2rem;
  }
  #products #contents_wrap .product_wrap .product_info .product_txt_blk {
    font-size: 1.4rem;
  }
  #products #contents_wrap .product_wrap .product_info .product_tag,
  #products #contents_wrap .product_wrap .product_info .product_genre {
    font-size: 0;
    margin-bottom: 10px;
  }
  #products #contents_wrap .product_wrap .product_info .product_tag span,
  #products #contents_wrap .product_wrap .product_info .product_genre span {
    height: 22px;
    font-size: 1rem;
    line-height: 21px;
  }
  #products #contents_wrap .product_wrap .product_info .product_genre {
    margin-bottom: 0;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span {
    width: 48%;
    max-width: 100%;
    margin-right: 4%;
    margin-bottom: 16px;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span:nth-of-type(2n) {
    margin-right: 0;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label .name_color {
    width: 54%;
    font-size: 1.2rem;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_size {
    margin-bottom: 20px;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span {
    margin-right: 10px;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty {
    margin-bottom: 20px;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item {
    max-width: 100%;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item select,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item select {
    max-width: 100%;
    font-size: 1.8rem;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item select {
    font-size: 1.4rem;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk {
    display: block;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit {
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite {
    display: block;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 50px;
    border: 1px solid #000;
    background: none;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label span {
    font-size: 1.6rem;
    letter-spacing: .025em;
    font-weight: bold;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label span::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 20.5px;
    background-image: url(../../img/product/favorite_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    top: 4px;
    margin-right: 10px;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite input[type="checkbox"]:checked + label {
    background: none;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite input[type="checkbox"]:checked + label span::before {
    background-image: url(../../img/product/favorite_red.png);
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_btn {
    width: 48%;
    max-width: 100%;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_btn a {
    font-size: 1.2rem;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_btn:nth-of-type(2n) {
    margin-right: 0;
  }
  #products #contents_wrap .product_wrap .product_info .sns_blk > div {
    margin-right: 10px;
  }
  #products #contents_wrap .contents_wrap {
    padding: 22px 0 44px;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap {
    padding: 0 3vw;
  }
}

@media only screen and (max-width: 750px) {
  #products #contents_wrap {
    /*--------------------
    * Yotpo レビュー部分
    *----------------------*/
  }
  #products #contents_wrap .product_wrap {
    padding: 0;
    display: block;
    margin-bottom: 9.33333vw;
  }
  #products #contents_wrap .product_wrap .product_img {
    max-width: 100%;
    margin-bottom: 9.33333vw;
  }
  #products #contents_wrap .product_wrap .product_img .main_img {
    margin-bottom: 10.66667vw;
  }
  #products #contents_wrap .product_wrap .product_img .main_img .img #img_num {
    width: 10.66667vw;
    height: 10.66667vw;
    bottom: 2.66667vw;
    right: 2.66667vw;
    font-size: 3.2vw;
  }
  #products #contents_wrap .product_wrap .product_img .main_img .img #img_prev,
  #products #contents_wrap .product_wrap .product_img .main_img .img #img_next {
    display: block;
    width: 10.66667vw;
    height: 10.66667vw;
    background-size: 2.26667vw 3.6vw;
    background-position: left 2.26667vw center;
    top: calc(50% - (40/750*100vw));
  }
  #products #contents_wrap .product_wrap .product_img .main_img .img #img_prev#img_prev,
  #products #contents_wrap .product_wrap .product_img .main_img .img #img_next#img_prev {
    left: -5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_img .main_img .img #img_prev#img_next,
  #products #contents_wrap .product_wrap .product_img .main_img .img #img_next#img_next {
    right: -5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_img .main_img .variation_name {
    font-size: 3.2vw;
    padding: 0 5.33333vw;
    bottom: -5.86667vw;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb {
    display: block;
    width: auto;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li {
    margin: 0;
    width: auto;
    max-width: 100%;
    padding: 0 1.86667vw;
    outline: none;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li img {
    display: block;
    width: 100%;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li .variation_name {
    font-size: 2.66667vw;
    padding-top: 1.6vw;
  }
  #products #contents_wrap .product_wrap .product_img .img_thumb li:hover {
    opacity: .8;
  }
  #products #contents_wrap .product_wrap .product_info {
    max-width: 100%;
    padding: 0 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_name_blk {
    font-size: 6.4vw;
    line-height: 1.125;
    margin-bottom: 2.4vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_txt_blk {
    font-size: 3.73333vw;
    line-height: 1.2;
    margin-bottom: 3.2vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_tag,
  #products #contents_wrap .product_wrap .product_info .product_genre {
    margin-bottom: 1.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_tag span,
  #products #contents_wrap .product_wrap .product_info .product_genre span {
    height: 6.66667vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
    margin-right: 2.66667vw;
    margin-bottom: 2.66667vw;
    padding: 0 2.66667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_genre {
    margin-bottom: 0;
  }
  #products #contents_wrap .product_wrap .product_info .product_review {
    margin-bottom: 2.66667vw;
  }
  #products #contents_wrap .product_wrap .product_info .price_wrap {
    margin-bottom: 1.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .price_wrap .taxin_price_blk {
    font-size: 6.4vw;
  }
  #products #contents_wrap .product_wrap .product_info .price_wrap .taxin_price_blk .txt_price {
    font-size: 3.73333vw;
    padding-right: 1.86667vw;
  }
  #products #contents_wrap .product_wrap .product_info .price_wrap .taxout_price_blk {
    font-size: 3.73333vw;
  }
  #products #contents_wrap .product_wrap .product_info .sale_price_wrap {
    margin-bottom: 1.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .sale_price_wrap .regular_price_blk {
    font-size: 3.73333vw;
  }
  #products #contents_wrap .product_wrap .product_info .sale_price_wrap .regular_price_blk .txt_price {
    padding-right: 4.8vw;
  }
  #products #contents_wrap .product_wrap .product_info .sale_price_wrap .sale_price_blk {
    font-size: 6.4vw;
  }
  #products #contents_wrap .product_wrap .product_info .sale_price_wrap .sale_price_blk .sale_percent_blk {
    font-size: 4.8vw;
  }
  #products #contents_wrap .product_wrap .product_info .special_sale_price_wrap {
    margin-bottom: 1.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .special_sale_txt {
    font-size: 3.73333vw;
  }
  #products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .regular_price_blk {
    font-size: 3.73333vw;
  }
  #products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .regular_price_blk .txt_price {
    padding-right: 4.8vw;
  }
  #products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .special_sale_price_blk {
    font-size: 6.4vw;
  }
  #products #contents_wrap .product_wrap .product_info .special_sale_price_wrap .special_sale_price_blk .special_sale_percent_blk {
    font-size: 4.8vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_id {
    font-size: 3.2vw;
    margin-bottom: 1.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .shipping_date_blk {
    font-size: 3.2vw;
    margin-bottom: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color {
    width: calc(100% + (80/750*100vw));
    margin-left: -5.33333vw;
    margin-bottom: 4vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .variation_ttl {
    font-size: 3.2vw;
    margin-bottom: 1.86667vw;
    padding: 0 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item::after {
    content: "";
    display: block;
    width: 5.33333vw;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20.93333vw;
    max-width: 100%;
    margin-right: 4vw;
    margin-bottom: 0;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span:first-of-type {
    margin-left: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span:last-of-type {
    margin-right: 0;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label {
    display: block;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label .img_color {
    width: 100%;
    margin-bottom: 2.13333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_color .form_item span label .name_color {
    width: 100%;
    font-size: 2.66667vw;
    line-height: 1.5;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_size {
    margin-bottom: 4vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .variation_ttl {
    font-size: 3.2vw;
    margin-bottom: 1.86667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span {
    margin-right: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_size .form_item span label {
    width: 16vw;
    height: 13.33333vw;
    font-size: 4.8vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention {
    margin-bottom: 4vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_attention p {
    font-size: 1.2rem;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty {
    margin-bottom: 6vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .variation_ttl,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .variation_ttl {
    font-size: 3.2vw;
    margin-bottom: 1.86667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item {
    max-width: 100%;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item select,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item select {
    max-width: 100%;
    height: 13.33333vw;
    font-size: 4.8vw;
    padding-left: 4.26667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_num .form_item::after,
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item::after {
    top: calc(50% - .7em);
    right: 4.26667vw;
    font-size: 3.2vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .product_novelty .form_item select {
    font-size: 3.73333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk {
    margin-bottom: 5.06667vw;
    display: block;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit {
    display: block;
    max-width: 100%;
    margin-bottom: 6vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"] {
    height: 18.66667vw;
    font-size: 4.26667vw;
    line-height: 18.66667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite {
    display: block;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    height: 13.33333vw;
    border: 1px solid #000;
    background: none;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label span {
    font-size: 3.73333vw;
    letter-spacing: .025em;
    font-weight: bold;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite label span::before {
    content: "";
    display: inline-block;
    width: 5.86667vw;
    height: 5.46667vw;
    background-image: url(../../img/product/favorite_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: relative;
    top: 1.33333vw;
    margin-right: 2.66667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite input[type="checkbox"]:checked + label {
    background: none;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .favorite input[type="checkbox"]:checked + label span::before {
    background-image: url(../../img/product/favorite_red.png);
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk {
    background-color: #fff;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .modal_bg {
    display: none;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content {
    width: 100%;
    height: auto;
    padding: 0 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .btn_close {
    width: 10.66667vw;
    height: 10.66667vw;
    top: 5.33333vw;
    right: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_txt {
    font-size: 5.33333vw;
    padding-top: 0;
    margin-bottom: 8vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_txt::before {
    width: 8.53333vw;
    height: 6.4vw;
    margin-right: 3.2vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10.66667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_img {
    width: 35%;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info {
    width: 60%;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_name_blk {
    font-size: 3.73333vw;
    margin-bottom: 1.06667vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_color_blk {
    font-size: 3.2vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_size_blk {
    font-size: 3.2vw;
    margin-bottom: 2.13333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_item .item_info .in_cart_id_blk {
    font-size: 3.2vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .in_cart_blk .in_cart_content .in_cart_btn_blk .btn_go_cart {
    margin-bottom: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .err_cart_content {
    width: 88%;
    padding: 4vw 18.66667vw 4vw 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .err_cart_content .btn_close {
    width: 10.66667vw;
    height: 10.66667vw;
    top: 2.66667vw;
    right: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .product_form_blk .err_cart_blk .err_cart_content .err_cart_txt {
    font-size: 5.33333vw;
    padding-top: 0;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_btn {
    max-width: 43.2vw;
    height: 9.33333vw;
    margin-right: 0;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_btn a {
    font-size: 2.8vw;
    line-height: 9.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    padding: 10.66667vw 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: scroll;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner h2 {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner h3 {
    font-size: 3.73333vw;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner p {
    font-size: 3.2vw;
    letter-spacing: .05em;
    line-height: 1.714;
    margin-bottom: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_more {
    width: 34.66667vw;
    height: 10.13333vw;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_more a {
    font-size: 3.46667vw;
    line-height: 10.13333vw;
  }
  #products #contents_wrap .product_wrap .product_info .modal_btn_blk .modal_content .modal_return_inner .btn_close {
    width: 10.66667vw;
    height: 10.66667vw;
    top: 5.33333vw;
    right: 5.33333vw;
  }
  #products #contents_wrap .product_wrap .product_info .sns_blk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #products #contents_wrap .product_wrap .product_info .sns_blk > div {
    margin: 0 2vw;
  }
  #products #contents_wrap .contents_wrap {
    padding: 0;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap {
    padding: 0;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap.contents_spec {
    padding: 0;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .trigger {
    width: 100%;
    height: 13.33333vw;
    background-color: #fff;
    border-top: 1px solid #000;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .trigger a {
    display: block;
    padding: 0 5.33333vw;
    font-size: 3.73333vw;
    font-weight: bold;
    letter-spacing: .025em;
    line-height: 13.33333vw;
    position: relative;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .trigger a::after {
    content: "";
    display: block;
    width: 3.86667vw;
    height: 2.53333vw;
    background-image: url(../../img/common/arrow_up_b.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    top: calc(50% - (9/750*100vw));
    right: 5.33333vw;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .trigger a.open::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .trigger a:hover {
    opacity: 1;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle {
    display: none;
    border-top: 1px solid #000;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk {
    max-width: 100%;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk:nth-of-type(2) {
    max-width: 100%;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle {
    padding: 4vw 5.33333vw 5.33333vw;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner {
    padding: 0 5.33333vw;
  }
  #products #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner h2 {
    text-indent: -5.33333vw;
    font-size: 3.73333vw;
  }
  #products #contents_wrap .new_reviews #new_reviews_inner_hidden.type_more {
    height: 1060px;
  }
}

.products_colantotte h2.title {
  position: relative;
  display: inline-block;
  margin: 72px auto 48px;
  border-bottom: 2px solid transparent;
  border-color: rgba(0, 0, 0, 0.14);
  padding-bottom: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.products_colantotte h2.title.en-title {
  font-size: 3.2rem;
  letter-spacing: .07em;
  margin-top: 72px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 1.5;
}

.products_colantotte h2.title::after {
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: inline;
  border-bottom: 2px solid #e84735;
  width: 0.5em;
}

.products_colantotte .sub-ttl {
  text-align: center !important;
  margin-top: -26px;
  color: #696969;
  font-size: 12px;
  display: block;
  margin-bottom: 42px;
}

.products_colantotte .qa-inner {
  font-size: 16px;
}

.products_colantotte .qa-inner .panel-group.pmd-accordion .panel > .panel-heading {
  border-bottom: 1px solid #ddd;
}

.products_colantotte .qa-inner .panel-group.pmd-accordion .panel > .panel-heading a:hover {
  opacity: 1;
}

.products_colantotte .qa-inner .collapse {
  display: none;
}

#products_notfound #contents_wrap .product_notfound_wrap {
  max-width: 1200px;
  width: 100%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

#products_notfound #contents_wrap .product_notfound_wrap p {
  font-size: 2.8rem;
  line-height: 600px;
  letter-spacing: 0.025em;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 751px) and (max-width: 1220px) {
  #products_notfound #contents_wrap .product_notfound_wrap {
    min-height: 300px;
  }
  #products_notfound #contents_wrap .product_notfound_wrap p {
    font-size: 2.4rem;
    line-height: 300px;
  }
}

@media only screen and (max-width: 750px) {
  #products_notfound #contents_wrap .product_notfound_wrap {
    max-width: 1200px;
    width: 100%;
    min-height: 200px;
    padding: 0 5.33333vw;
  }
  #products_notfound #contents_wrap .product_notfound_wrap p {
    font-size: 1.6rem;
    line-height: 200px;
    letter-spacing: 0.025em;
    font-weight: bold;
    text-align: center;
  }
}

@media all and (-ms-high-contrast: none) {
  #products #contents_wrap .product_wrap .product_info .sale_price_blk .regular_price_blk::before {
    top: 0.4em;
  }
  #products #contents_wrap .product_wrap .product_info .sale_price_blk .regular_price_blk::after {
    bottom: 0.8em;
  }
}

#products.products_colantotte #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"] {
  background-color: #d3402c;
}

#products.products_colantotte #contents_wrap .product_wrap .product_info .product_form_blk .submit_blk .submit input[type="submit"]:hover {
  background-color: #fb3325;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview {
  margin-bottom: 36px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview h2 {
  margin-bottom: 14px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview h3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 4px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview p {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.714;
  margin-bottom: 10px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview span {
  display: block;
  padding-left: 10px;
  font-size: 1.2rem;
  letter-spacing: .025em;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview span a {
  color: #e52e1b;
  text-decoration: underline;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec {
  margin-bottom: 20px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec h2 {
  margin-bottom: 10px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec ul {
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table {
  margin-bottom: 30px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table .download {
  padding-top: 14px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table .download a {
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0 8px 10px 8px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table .download a i {
  position: relative;
  top: 8px;
  margin-right: 5px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table span {
  display: block;
  text-align: right;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table table {
  width: 100%;
  border-collapse: collapse;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table table tbody tr th {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .025em;
  border: 1px solid #aaa;
  padding: 6px 10px;
  font-weight: normal;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table table tbody tr td {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .025em;
  border: 1px solid #aaa;
  background-color: #fff;
  font-weight: normal;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature {
  margin-bottom: 20px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature h2 {
  margin-bottom: 10px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl dt {
  width: 140px;
  font-size: 1.4rem;
  letter-spacing: .025em;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl dd span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl dd span.on {
  background-color: #000;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene {
  margin-bottom: 20px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene h2 {
  margin-bottom: 5px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li {
  font-size: 1.4rem;
  letter-spacing: .025em;
  line-height: 1.8;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li::after {
  content: "/";
  padding: 0 8px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li:last-of-type::after {
  content: none;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li .yes::after {
  content: "◯";
  padding-left: 4px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li .no::after {
  content: "×";
  padding-left: 4px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_athlete h2 {
  margin-bottom: 6px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_athlete ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_athlete ul li {
  font-size: 1.4rem;
  letter-spacing: .025em;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_athlete ul li::after {
  content: "、";
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_athlete ul li:last-of-type::after {
  content: none;
}

@media only screen and (min-width: 751px) and (max-width: 1220px) {
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview {
    margin-bottom: 30px;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview span {
    padding-left: 0;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec {
    margin-bottom: 30px;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table span {
    max-width: 600px;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table table {
    /* max-width: 600px; */ /* コメントアウト 2021.3.18 wi */
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 750px) {
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview {
    margin-bottom: 6.66667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview h2 {
    margin-bottom: 1.6vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview h3 {
    font-size: 4vw;
    margin-bottom: 1.33333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 2.66667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_overview span {
    padding-left: 0;
    font-size: 2.66667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec h2 {
    margin-bottom: 2.13333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec ul {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table {
    margin-bottom: 6.66667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table .download {
    padding-top: 2.66667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table .download a {
    font-size: 3.46667vw;
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 1.86667vw 1.86667vw 2.4vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table .download a i {
    font-size: 4vw;
    top: 1.06667vw;
    margin-right: 1.33333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table table tbody tr th {
    font-size: 3.2vw;
    padding: 1.6vw 2.66667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table table tbody tr td {
    font-size: 3.2vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature {
    margin-bottom: 5.33333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature h2 {
    margin-bottom: 2.13333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl {
    margin-bottom: 1.33333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl dt {
    width: 32vw;
    font-size: 3.2vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_feature dl dd span {
    display: block;
    width: 4.26667vw;
    height: 4.26667vw;
    margin-right: 2.66667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene {
    margin-bottom: 5.33333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene h2 {
    margin-bottom: 1.6vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li {
    font-size: 3.2vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li::after {
    padding: 0 2.13333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li .yes::after {
    padding-left: 1.06667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_scene ul li .no::after {
    padding-left: 1.06667vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_athlete h2 {
    margin-bottom: 2.13333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_athlete ul li {
    font-size: 3.2vw;
  }
}

#contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .new_reviews {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* JANコード追加 2021.3.18 wi */
.jan_code {
	border-bottom: none !important;
}
.jan_code summary {
	outline: none;
	margin-bottom: 12px;
}
.jan_code th:empty::before {
	content: "-";
}
.jan_code th:empty:first-of-type::before {
	content: "";
}
.jan_code th:empty:first-of-type {
	background-image: url(../../img/common/diagonal_line.svg);
}
.jan_code details .product_table.contents_inner {
	white-space: nowrap;
	padding-left: 0 !important;
}
@media only screen and (max-width: 750px) { /* SP */
	.jan_code details .product_table.contents_inner {
		overflow-x: scroll;
		padding: 0 0 3vw !important;
		margin-bottom: 0 !important;
	}
	.jan_code details .product_table.contents_inner::-webkit-scrollbar {
		height: 4px;
	}
	.jan_code details .product_table.contents_inner::-webkit-scrollbar-track {
		background: #fbfbfb;
	}
	.jan_code details .product_table.contents_inner::-webkit-scrollbar-thumb {
		background: #d2d2d2;
	}
}


/* 2022.03.10 RESNO -> Colantotte テンプレート移行による追加 ---------------------------------------------- */
/* カートボタン上用 size-chart-cb */
#products.products_colantotte section.size-chart-cb-wrap {
  max-width: 990px;
  width: 100%;
  margin: 0 auto 24px auto;
}
@media screen and (max-width: 640px) {
  #products.products_colantotte section.size-chart-cb-wrap {
    /* margin-bottom: 5em; */
  }
}
#products.products_colantotte section.size-chart-cb-wrap p {
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  #products.products_colantotte section.size-chart-cb-wrap p {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}
#products.products_colantotte .size-chart-cb-wrap .size-chart-cb-table {
  display: flex;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #products.products_colantotte .size-chart-cb-wrap .size-chart-cb-table {
    display: block;
    margin-top: 0;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}
#products.products_colantotte p.gift-link{
  margin: 12px 0 20px !important;
}
@media screen and (max-width: 640px) {
  #products.products_colantotte .size-chart-cb-table>div:first-child,
  #products.products_colantotte .size-chart-cb-table>div:last-child {
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
  }
}
/*#products.products_colantotte .table-item-cb {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #products.products_colantotte .table-item-cb {
    width: 100%;
  }
}
#products.products_colantotte .table-item-cb h3 {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 3px;
}
#products.products_colantotte .table-item-cb table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}
@media screen and (max-width: 640px) {
  #products.products_colantotte .table-item-cb table {
    table-layout: fixed;
  }
}
@media screen and (max-width: 410px) {
  #products.products_colantotte .table-item-cb table {
    table-layout: auto;
  }
}
#products.products_colantotte .table-item-cb table caption {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 11px;
}
#products.products_colantotte .table-item-cb table tr th,
#products.products_colantotte .table-item-cb table tr td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
}
@media screen and (max-width: 640px) {
  #products.products_colantotte .table-item-cb table tr th,
  #products.products_colantotte .table-item-cb table tr td {
    vertical-align: middle;
  }
}
#products.products_colantotte .table-item-cb table tr th {
  font-size: 15px;
  background: #F5F5F5;
  letter-spacing: 1px;
  text-indent: 1px;
}
@media screen and (max-width: 410px) {
  #products.products_colantotte .table-item-cb table tr th {
    font-size: 14px;
    letter-spacing: 0;
    text-indent: 0;
  }
}
#products.products_colantotte .table-item-cb table tr th.text-spacing-adjust {
  letter-spacing: 4px;
  text-indent: 4px;
}
@media screen and (max-width: 410px) {
  #products.products_colantotte .table-item-cb table tr th.text-spacing-adjust {
    letter-spacing: 0;
    text-indent: 0;
  }
}
#products.products_colantotte .table-item-cb table tr td {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #products.products_colantotte .table-item-cb table tr th.th-width-adjust  {
    width: 23%;
  }
}*/
/* //size-chart-cb  */

/* スペック2列表示（RESNOウェア） */
#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 {
  margin-bottom: 30px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 1.4rem;
  line-height: 1.9;
  letter-spacing: 0;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl dt {
  width: 122px;
  font-weight: bold;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl dd {
  width: 978px;
}

#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl.spec_wide dt {
  width: 222px;
}

@media only screen and (min-width: 751px) and (max-width: 1220px) {
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 {
    margin-bottom: 30px;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl dt {
    width: 76px;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl dd {
    width: calc(100% - 76px);
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl.spec_wide dt {
    width: 130px;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl.spec_wide dd {
    width: calc(100% - 130px);
  }
}

@media only screen and (max-width: 750px) {
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 {
    margin-bottom: 4vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl {
    font-size: 3.2vw;
    line-height: 1.5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl dt {
    width: 100%;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_spec.spec_row_2 dl dd {
    width: 100%;
    margin-bottom: 2.66667vw;
  }
}

/* サイズ表と注意書き */
#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font {
  width: 100%;
  padding-left: 16px;
  position: relative;
}
#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font h3 {
  text-indent: 0;
  font-size: 1.4rem;
}
#products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font span {
  display: block;
  text-align: right;
  position: absolute !important;
  top: 5px;
  right: 0;
  font-size: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: normal !important;
}
@media only screen and (min-width: 751px) and (max-width: 1220px) {
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font {
    padding-left: 16px;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font span {
    max-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font {
    width: 100%;
    padding: 0 5.33333vw !important;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font h3 {
    font-size: 3.73333vw;
  }
  #products.products_colantotte #contents_wrap .contents_wrap .contents_inner_wrap .contents_blk .contents_toggle .contents_inner.product_table.caption_font span {
    right: 5.33333vw;
  }
}

/* 埋め込み動画 */
#products.products_colantotte .sec-bottom.width_100p {
  width: 100% !important;
}
#products.products_colantotte .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#products.products_colantotte .movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ラインナップ（4列） */
#products.products_colantotte .lineup-bg {
  background: #f2f2f2;
}

#products.products_colantotte .lineup-container {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 3em;
}

@media only screen and (max-width: 1048px) {
  #products.products_colantotte .lineup-container,
  #products.products_colantotte .products_container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#products.products_colantotte .lineup-container .h2-title {
  position: static;
  display: block;
  margin: 0;
  padding: 80px 0 0;
  font-size: 40px;
  color: #0087a5;
  text-align: center;
  border-bottom: none;
  transform: none;
}
#products.products_colantotte .lineup-container .h2-title::after {
  display: none;
}

#products.products_colantotte .lineup-container .h2-title span {
  color: #0087a5;
  display: block;
  margin-top: -12px;
  font-size: 12px;
}

#products.products_colantotte .lineup-container .type-wrap {
  margin-top: 3em;
}

#products.products_colantotte .lineup-container .type-title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

#products.products_colantotte .lineup-product-list h4,
#products.products_colantotte .lineup-product-list p {
  text-align: left;
}

#products.products_colantotte .lineup-product-list h4,
#products.products_colantotte .lineup-product-list h4 span {
  color: #0087a5;
  font-size: 14px;
}

#products.products_colantotte .lineup-product-list h4 {
  margin-top: 16px;
  margin-bottom: 4px;
}

#products.products_colantotte .lineup-product-list ul.lineup-detail > li {
  font-size: 12px;
  padding-top: 4px;
  color: #666;
}

#products.products_colantotte .lineup-product-list h4 span,
#products.products_colantotte .lineup-product-list p span {
  display: block;
}

#products.products_colantotte .lineup-area {
  margin-top: 30px !important;
}

#products.products_colantotte .lineup-area .lineup-flex {
  max-width: 1024px;
  width: 100%;
  display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#products.products_colantotte .lineup-area .lineup-flex>li {
  margin-bottom: 6em;
  margin-left: 16px;
}
@media only screen and (min-width: 641px) {
  #products.products_colantotte .lineup-area .lineup-flex>li {
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 641px) {
  #products.products_colantotte .lineup-area .lineup-flex>li {
    max-width: 244px;
    width: calc(100%/4);
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-direction: column;
  }
}

#products.products_colantotte .lineup-area .lineup-flex>li:first-child {
  margin-left: 0;
}

#products.products_colantotte .lineup-area .lineup-flex li img {
  border: 1px solid #a6a6a6;
}

@media only screen and (max-width: 640px) {
  #products.products_colantotte .lineup-area .lineup-flex {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-wrap: wrap;
  }

  #products.products_colantotte .lineup-area .lineup-flex>li {
    flex: none;
    width: calc(100%/2 - 8px);
    box-sizing: border-box;
  }

  #products.products_colantotte .lineup-area .lineup-flex>li:nth-of-type(2n+1) {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    flex-direction: column;
    margin-left: 0;
  }

  #products.products_colantotte .lineup-area .lineup-flex>li img {
    border: 1px solid #a6a6a6;
  }
}

@media only screen and (max-width: 450px) {
  #products.products_colantotte .lineup-area .lineup-flex>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#products.products_colantotte .lineup-area .btn {
  width: 100%;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: auto;
  padding: 16px 0 0 0 !important;
  text-transform: none;
}
#products.products_colantotte .lineup-area .btn-purchase {
  width: 100%;
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: auto;
  padding: 16px 0 0 0 !important;
  text-transform: none;
}

#products.products_colantotte .lineup-area .btn a {
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  display: block;
  background: #0087a5;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

#products.products_colantotte .lineup-area .btn a::before {
  content: "\f105";
  line-height: 52px;
  position: absolute;
  top: 50%;
  left: 36%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  #products.products_colantotte .lineup-area .btn a::before {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #products.products_colantotte .lineup-area .btn a::before {
    top: 51%;
    left: 30%;
  }
}

#products.products_colantotte .lineup-area .btn-purchase a{
  width: 100%;
  height: 52px;
  line-height: 54px;
  color: #fff;
  display: block;
  background: #0087a5;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}


/* ラインナップ 「購入する」ボタン*/
#products.products_colantotte .lineup-area .btn-purchase a::before{
  content: "\f105";
  line-height: 55px;
  position: absolute;
  top: 51%;
  left: 32%;;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'FontAwesome';
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1023px) {
  #products.products_colantotte .lineup-area .btn-purchase a::before {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  #products.products_colantotte .lineup-area .btn-purchase a::before {
    top: 51%;
    left: 27%;
  }
}

/* size-chart-table */
#products.products_colantotte section.size-chart-wrap {
  /* max-width: 990px; */
  width: 100%;
  /* margin: 0 auto 5em auto; */
  /* padding: 0 10px; */
}

@media screen and (max-width: 640px) {
  #products.products_colantotte section.size-chart-wrap {
    margin-bottom: 5em;
  }
}

#products.products_colantotte section.size-chart-wrap p {
  font-size: 1.5em;
}

@media screen and (max-width: 640px) {
  #products.products_colantotte section.size-chart-wrap p {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}

#products.products_colantotte .size-chart-table {
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  #products.products_colantotte .size-chart-table {
    display: block;
    margin-top: 0;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}

/* #products.products_colantotte .size-chart-table > div:first-child {
  margin-right: 8px;
} */

#products.products_colantotte .size-chart-table > div:last-child {
  margin: 3em 0;
}

@media screen and (max-width: 640px) {

  #products.products_colantotte .size-chart-table > div:first-child,
  #products.products_colantotte .size-chart-table > div:last-child {
    margin-top: 1em;
    margin-left: 0;
    margin-right: 0;
  }
}

#products.products_colantotte .table-item {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #products.products_colantotte .table-item {
    width: 100%;
  }
}

#products.products_colantotte .table-item h3 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 3px;
}

#products.products_colantotte .table-item table {
  width: 100%;
  position: relative;
  border-collapse: collapse;
}

@media screen and (max-width: 640px) {
  #products.products_colantotte .table-item table {
    table-layout: fixed;
  }
}

@media screen and (max-width: 410px) {
  #products.products_colantotte .table-item table {
    table-layout: auto;
  }
}

#products.products_colantotte .table-item table caption {
  position: absolute;
  top: -18px;
  right: 0;
  font-size: 11px;
}

#products.products_colantotte .table-item table tr th,
#products.products_colantotte .table-item table tr td {
  border: 1px solid #aaa;
  text-align: center;
  padding: 8px 13px;
}

@media screen and (max-width: 640px) {
  #products.products_colantotte .table-item table tr th,
  #products.products_colantotte .table-item table tr td {
    vertical-align: middle;
  }
}

#products.products_colantotte .table-item table tr th {
  font-size: 1.4rem;
  font-weight: normal;
  background: #eeeeee;
  letter-spacing: 1px;
  text-indent: 1px;
}

@media screen and (max-width: 410px) {
  #products.products_colantotte .table-item table tr th {
    font-size: 3.2vw;
    letter-spacing: 0;
    text-indent: 0;
  }
}

#products.products_colantotte .table-item table tr th.text-spacing-adjust {
  letter-spacing: 4px;
  text-indent: 4px;
}

@media screen and (max-width: 410px) {
  #products.products_colantotte .table-item table tr th.text-spacing-adjust {
    letter-spacing: 0;
    text-indent: 0;
  }
}

#products.products_colantotte .table-item table tr td {
  font-size: 1.4rem;
  background: #fff;
}
/* //size-chart-table */


/* Special Banner area */
#products.products_colantotte .ambassador_special {
  background: #F2F2F2;
  padding: 60px 0 70px;
}
#products.products_colantotte .ambassador_special .bnr_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #products.products_colantotte .ambassador_special {
    padding: 30px 0 40px;
  }

  #products.products_colantotte .ambassador_special .bnr_flex {
    display: block;
  }
}

#products.products_colantotte .ambassador_special .special_wrapper {
  width: 90%;
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
  clear: both;
  z-index: 1;
}
#products.products_colantotte .ambassador_special .clr-key {
  color: #0087a5;
}

#products.products_colantotte .ambassador_special .clr-key span {
  color: #0087a5;
}

#products.products_colantotte .ambassador_special__title {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 30px;
  font-weight: 200;
}

@media only screen and (max-width: 640px) {
  #products.products_colantotte .ambassador_special__title {
    font-size: 3rem;
  }
}

#products.products_colantotte .ambassador_special__title span {
  font-size: 1.4rem;
  display: block;
}

#products.products_colantotte .ambassador_special__content {
  width: 49%;
  height: 160px;
  display: table;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #products.products_colantotte .ambassador_special__content {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
  }

  #products.products_colantotte .ambassador_special__content:last-child {
    margin-bottom: 0;
  }
}

#products.products_colantotte .ambassador_special__content .wrap {
  display: table-cell;
  vertical-align: middle;
}

#products.products_colantotte .ambassador_special__content .wrap p {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  color: #fff;
}

#products.products_colantotte .ambassador_special__content-1 {
  background: url("../../img/resno/concept/ambassador/bnr-interview1.jpg") center/cover no-repeat;
}

#products.products_colantotte .ambassador_special__content-2 {
  background: url("../../img/resno/concept/ambassador/bnr-interview2.jpg") center top/cover no-repeat;
}

/* スペック2列表示（ギフト） */
#products.products_colantotte .item-detail__content--item dl {
  border-top: 1px solid rgba(218, 218, 225, 0.5);
  padding-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#products.products_colantotte .item-detail__content--item dt {
  padding: 0 30px 0 0;
  border-top: none;
  width: 200px;
  font-size: 1.4rem;
}

#products.products_colantotte .item-detail__content--item dd {
  padding: 0;
  width: calc(100% - 200px);
  font-size: 1.4rem;
}

@media only screen and (max-width:640px) {
  #products.products_colantotte .item-detail__content--item dt {
    font-weight: bold;
  }

  #products.products_colantotte .item-detail__content--item dd {
    width: 100%;
    padding-top: 0;
  }
}

#products.products_colantotte .item-detail__content--item dd p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
}


#products.products_colantotte .item-detail__content--item dd p span{
  font-size: 1.4rem;
  border-top: 1px dashed #333;
  display: block;
  padding-top: 0.5em;
  margin-top: 0.5em;
}

#products.products_colantotte .item-detail__content--item dd p a{
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
  text-decoration: underline;
}

#products.products_colantotte .item-detail__content--item dt, #products.products_colantotte .item-detail__content--item dd {
  padding: 1em;
}

  #products.products_colantotte .item-detail__content--item ul.mark-list-item{
  list-style-type: disc;
  margin-left: 18px;
}
#products.products_colantotte .item-detail__content--item ul.mark-list-item > li{
  line-height: 1.8;
  font-size: 12px;
  margin: 0 0 5px;
}
#products.products_colantotte .item-detail__content--item ul.mark-list-item > li::before{
  margin: 0 5px 0 0;
}


/* DUAL PAD MOVIE　横並び */
#products.products_colantotte section.movie-two-column_wrap {
  max-width: 990px;
  width: 100%;
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  #products.products_colantotte section.movie-two-column_wrap{
    margin-bottom: 3em;
  }
}

#products.products_colantotte .movie-two-column {
  display: flex;
}

@media screen and (max-width: 768px) {
  #products.products_colantotte .movie-two-column {
    display: block;
    margin-top: 0;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
}

/*#products.products_colantotte .movie-two-column>div:first-child {
  margin-right: 8px;
}

#products.products_colantotte .movie-two-column>div:last-child {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  #products.products_colantotte .movie-two-column>div:first-child ,
  #products.products_colantotte .movie-two-column>div:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  #products.products_colantotte .movie-two-column>div:first-child {
    margin-bottom: 3em;
  }
}*/

#products.products_colantotte .movie-two-column .column-item {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #products.products_colantotte .movie-two-column .column-item {
    width: 100%;
  }
}

#products.products_colantotte .movie-two-column .column-item .sec-bottom {
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #products.products_colantotte .movie-two-column .column-item .sec-bottom {
    width: auto !important;
    margin-bottom: 3em;
  }
}


/*#products.products_colantotte .column-item {
  width: 50%;
  position: relative;
  border-collapse: collapse;
}


@media screen and (max-width: 768px) {
  #products.products_colantotte .column-item {
    table-layout: fixed;
  }
}*/


/*@media screen and (max-width: 410px) {
  #products.products_colantotte .column-item {
    table-layout: auto;
  }
}*/
/* // DUAL PAD MOVIE　横並び */

/* DUAL PAD 専用ゲルパッド 交換方法 */
#products.products_colantotte .explace-step{
  margin-bottom: 40px;
}
#products.products_colantotte .explace-step > figure{
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid rgba(218, 218, 225, 1);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 1.5em;
  background: #fff;
  position: relative;
}
#products.products_colantotte .explace-step > figure:not(:last-child)::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #0087a5;
  border-right: solid 3px #0087a5;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #products.products_colantotte .explace-step > figure{
    display: block;
  }
}
#products.products_colantotte .explace-step > figure:not(:last-child){
  margin-bottom: 5em;
}
#products.products_colantotte .explace-step > figure img{
  max-width: 160px;
  width: 25%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #products.products_colantotte .explace-step > figure img{
    max-width: 768px;
    width: 83%;
    display: block;
    text-align: center;
    margin: auto;
  }
}
#products.products_colantotte .explace-step > figure figcaption{
  line-height: 1.8;
  width: 72%;
  font-size: 13px;
  font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", sans-serif;
}
@media only screen and (max-width: 768px) {
  #products.products_colantotte .explace-step > figure figcaption{
    width: 100%;
    margin-top: 1em;
  }
}
#products.products_colantotte .explace-step > figure figcaption.mark-list-item > span {
  color: #666;
  line-height: 1.8;
  font-size: 1.2rem !important;
  font-weight: normal !important;
  display: flex !important;
  align-items: baseline;
  margin: 0 0 5px !important;
  padding-left: 10px !important;
}
#products.products_colantotte .explace-step > figure figcaption.mark-list-item  > span::before {
  margin: 0 5px 0 0;
}
#products.products_colantotte .explace-step > figure figcaption.mark-list-item > span:first-child {
  margin-top: 1em !important;
}
#products.products_colantotte .explace-step > figure figcaption.annotation-mark > span::before{
  content: "※";
}

@media only screen and (min-width: 751px) and (max-width: 1220px){
  #products.products_colantotte .explace-step > figure figcaption.mark-list-item > span {
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 750px){
  #products.products_colantotte .explace-step > figure figcaption.mark-list-item > span {
    padding-left: 0 !important;
    font-size: 2.66667vw !important;
    display: block !important;
  }
}

/* DUAL PAD */
#products.products_colantotte .item-detail__annotation-message{
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0.5em;
}
#products.products_colantotte .item-detail__manual-icon{
  font-size: 16px;
  color: #f00;
  text-decoration: none;
  margin-right: 10px;
  vertical-align: text-bottom;
}

/* ウェルビィサプリ まとめ買い */
#products.products_colantotte p.supplement-set-link {
  line-height: 1.8;
  padding:1em;
  margin-top: 1em;
  font-size: 16px !important;
  border: 1px solid #0088A6;
}
#products.products_colantotte p.supplement-set-link > span{
  font-weight:bold;
  display:block;
  text-align:center;
  color: #0088A6;
  font-size: 14px;
  margin-bottom: 0.25em;
}
#products.products_colantotte p.supplement-set-link > a {
  color: #e84735;
  text-decoration: underline;
}

/* アロマクリーム */
#products.products_colantotte p.component-list {
  display: block;
  border: 1px solid #666;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.8;
}

#products.products_colantotte .item-detail__content_txt_list{
  font-size: 1.4rem;
}

@media only screen and (max-width:1024px) {
  #products.products_colantotte .item-detail .item-detail__content {
    padding: 0 30px;
  }
}

#products.products_colantotte .item-detail__caution_txt{
  font-size: 12px !important;
  color: #f00;
}