@charset "UTF-8";
:root {
  --colorPrimary: rgb(237, 144, 52);
  --colorSecondry: rgb(238, 209, 95);
  --colorCat01: rgb(241, 248, 243);
  --colorCat02: rgb(251, 249, 233);
  --colorCat03: rgb(232, 244, 244);
  --fcolorCat01: rgb(106, 178, 130);
  --fdcolorCat01: rgb(68, 154, 96);
  --fcolorCat02: rgb(229, 156, 85);
  --fdcolorCat02: rgb(233, 147, 61);
  --fcolorCat03: rgb(93, 209, 228);
  --fdcolorCat03: rgb(84, 197, 214);
  --mcolorCat01: rgb(144, 196, 161);
  --mcolorCat02: rgb(232, 173, 116);
  --mcolorCat03: rgb(93, 209, 228);
  --bgCat01: rgb(249, 252, 250);
  --bgCat02: rgb(251, 249, 233);
  --bgCat03: rgb(246, 252, 252);
  --LineGray: rgb(202, 202, 202);
  --colorGray: rgb(115, 115, 115);
  --thumBack: #fff;
  --ribbon-size: 16px;
  --ribbon-bg: #ccc;
  --cat01Ribbon-bg: rgb(169, 219, 174);
  --cat02Ribbon-bg: rgb(240, 189, 139);
  --cat03Ribbon-bg: rgb(144, 231, 245);
  --tag-size: 16px;
  --tag-size-sp: 13px;
  --tag-bg01: rgb(227, 136, 70);
  --tag-bg02: rgb(227, 202, 70);
}

@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}

.yuminchoReco {
  font-family: "YuMincho", "MyYuminchoC", "Noto Serif JP";
}

@supports (-ms-ime-align: auto) {
  /* for Edge(Legacy) */
  .yuminchoReco {
    font-family: "Yu Mincho Demibold", "Noto Serif JP";
  }
}

/*Web font*/
.tenten {
  font-family: Arial;
  display: inline-block;
}

.futo-min {
  font-family: a-otf-futo-min-a101-pr6n, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.tsukumin {
  font-family: "TsukuBMinPr6-L", "FOT-筑紫B明朝", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: normal !important;
}

.notsans {
  font-family: "Noto Sans JP", -apple-system, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-style: normal;
}

.notoserif {
  font-family: noto-serif, "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
}

.notoserif_500 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}

.notsans.semibold {
  font-weight: 500;
}

.kozuka {
  font-family: kozuka-gothic-pr6n, -apple-system, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka.light {
  font-weight: 300;
}

.kozuka.semibold {
  font-weight: 500;
}

.midashi {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif !important;
  font-weight: 400 !important;
}

.gothic_bbb {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tenmin {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
}

.p_gray {
  color: var(--colorGray);
}

a.ov_link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.ribbon-both,
.ribbon-left,
.ribbon-right {
  color: #fff;
  background: var(--ribbon-bg);
  padding: 0 10px;
  font-size: var(--ribbon-size);
  height: calc(var(--ribbon-size) * 2);
  line-height: calc(var(--ribbon-size) * 2);
  width: 175px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

.ribbon-both:after,
.ribbon-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: calc(-1.2 * var(--ribbon-size));
  border: var(--ribbon-size) solid var(--ribbon-bg);
  border-right-color: transparent;
  z-index: -1;
}

.tag-both,
.tag-left,
.tag-right {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  background: var(--tag-bg01);
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  text-align: center;
  margin: 0 var(--tag-size);
  display: inline-block;
}

.tag-both.tag_02,
.tag-left.tag_02,
.tag-right.tag_02 {
  background: var(--tag-bg02);
}

.tag-both:before,
.tag-left:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: var(--tag-size) solid transparent;
  border-right-color: var(--tag-bg01);
  left: calc(-2 * var(--tag-size));
}

.tag-both.tag_02:before,
.tag-left.tag_02:before {
  border-right-color: var(--tag-bg02);
}

.tag-both:after,
.tag-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: var(--tag-size) solid transparent;
  border-left-color: var(--tag-bg01);
  right: calc(-2 * var(--tag-size));
}

.tag-both.tag_02:after,
.tag-left.tag_02:after {
  border-left-color: var(--tag-bg02);
}

.item__col-desc .info_inner .medic {
  margin-top: 0.85rem;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1;
  padding: 3px 6px;
  border: 1px solid #000;
}

.item__col-desc .info_inner .swatch_img {
  margin-top: 2rem;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

@media screen and (max-width: 767px) {
  .item__col-desc .info_inner .swatch_img {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.item__col-desc .info_inner .swatch_img .radio_img {
  padding-left: 5px;
  padding-right: 5px;
}

.item__col-desc .info_inner .swatch_img .radio_img input[type="radio"] + label {
  border-color: #ccc;
}

.item__col-desc .info_inner .swatch_img .radio_img input[type="radio"]:checked + label {
  border-color: #000;
}

.item__col-desc .info_inner .swatch_img [image_swatch="no"].radio_img input[type="radio"] + label {
  width: 0;
  height: 0;
  border: none;
}

.item__col-desc .info_inner .swatch_img [image_swatch="no"].radio_img input[type="radio"] + label + .opt_name {
  padding: 6px;
  display: inline-block;
  min-width: 82px;
  line-height: 1;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.item__col-desc .info_inner .swatch_img [image_swatch="no"].radio_img input[type="radio"]:checked + label + .opt_name {
  border-color: #000;
}

.item__col-desc .info_inner .swatch_img [image_swatch="no"].radio_img.selected input[type="radio"].selected + label + .opt_name {
  border-color: #000;
}

.item__col-desc .info_inner .prd_effect {
  margin-top: 1rem;
  font-size: 0.7rem;
}

.item__col-desc .info_inner .col_othercolor {
  margin-top: 1.5rem;
}

.item__col-desc .info_inner .col_othercolor .check {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
}

.item__col-desc .info_inner .col_othercolor .check .bf_icon {
  width: 18px;
}

.item__col-desc .info_inner .row_prdfeature {
  margin-top: 2rem;
  position: relative;
  text-align: left;
}

@media screen and (max-width: 469px) {
  .item__col-desc .info_inner .row_prdfeature {
    margin-right: -2rem;
  }
}

.item__col-desc .info_inner .row_prdfeature .thum {
  width: 105px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .item__col-desc .info_inner .row_prdfeature .thum {
    padding-top: 2rem;
  }
}

.item__col-desc .info_inner .row_prdfeature .thum + .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content:before, .item__col-desc .info_inner .row_prdfeature .thum + .content:after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: block;
  z-index: -1;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content:before {
  width: 1px;
  height: calc(100% - 3rem);
}

.item__col-desc .info_inner .row_prdfeature .thum + .content:after {
  width: calc(100% - 2rem);
  height: 1px;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .cattl {
  padding-left: 1rem;
  margin-bottom: 12px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .item__col-desc .info_inner .row_prdfeature .thum + .content .cattl {
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content {
  padding: 1.5rem 1rem;
  position: relative;
  z-index: 1;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content:before {
  content: "";
  width: 120%;
  height: 100%;
  left: -20%;
  top: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .pset_ttl {
  margin-bottom: 1rem;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .pset_ttl .p_ja {
  font-size: 0.65rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .pset_ttl .p_en {
  font-size: 1.05rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .p_ttl {
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .p_content {
  letter-spacing: 0.05em;
  line-height: 1.65;
  font-size: 12px;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .p_content strong {
  background-position-y: 30%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #fffeae));
  background-image: linear-gradient(white 50%, #fffeae 50%);
  background-size: 2px;
  background-size: auto 175%;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .p_author {
  margin-top: 12px;
}

.item__col-desc .info_inner .row_prdfeature .thum + .content .html_content .p_gray {
  margin-top: 12px;
}

.item__col-desc .info_inner .notice {
  margin-top: 1rem;
}

.item__col-desc .info_inner .notice .p_xxs {
  font-size: 0.75rem;
}

.item__col-desc .info_inner .notice .underlink {
  text-decoration: underline !important;
}

.item__col-desc .prd_gifty {
  margin-top: 2rem;
  padding-top: 16px;
}

.item__col-desc .row_gifty {
  background: #fff;
}

.item__col-desc .row_gifty .gifty__col-img {
  width: 112px;
}

@media screen and (max-width: 469px) {
  .item__col-desc .row_gifty .gifty__col-img {
    width: 35%;
  }
}

.item__col-desc .row_gifty .gifty__col-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 1rem 1rem;
}

@media screen and (max-width: 469px) {
  .item__col-desc .row_gifty .gifty__col-desc {
    padding: 0 0.75rem 1rem;
  }
}

.item__col-desc .row_gifty .gifty__col-desc > .info_inner {
  position: relative;
  height: 100%;
}

.item__col-desc .row_gifty .gifty__col-desc .gifty_desc {
  text-align: left;
}

.item__col-desc .row_gifty .gifty__col-desc .pos_lbl {
  top: -1rem;
  position: absolute;
}

@media screen and (max-width: 469px) {
  .item__col-desc .row_gifty .gifty__col-desc .pos_lbl {
    left: -1rem;
  }
}

.item__col-desc .row_gifty .gifty__col-desc .pos_lbl + .gifty_desc {
  padding-top: 2rem;
  height: 100%;
  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;
}

.item__col-desc .row_gifty .gifty__col-desc .pos_lbl + .gifty_desc p {
  font-size: 0.75rem;
}

.item__col-desc .row_gifty .gifty__col-desc .pos_lbl + .gifty_desc p .p_span {
  display: block;
}

.item__col-desc .row_gifty .gifty__col-desc .pos_lbl + .gifty_desc p .p_span + .p_span {
  margin-top: 6px;
}

.item__col-desc .row_gifty .gifty__col-desc .gifty_lbl {
  padding-right: 0;
  background: var(--cat01Ribbon-bg);
}

@media screen and (max-width: 469px) {
  .item__col-desc .row_gifty .gifty__col-desc .gifty_lbl {
    width: 160px;
  }
}

.item__col-desc .row_gifty .gifty__col-desc .gifty_lbl:after {
  border: var(--ribbon-size) solid var(--cat01Ribbon-bg);
  border-right-color: transparent;
}

.row_price + .extra_info {
  margin-top: 2rem;
}

.extra_info .list_feature,
.feature_ex .contained_box .col__desc .desc p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.65;
}

.extra_info {
  text-align: left;
}

.extra_info .inner .list_feature:not(.single_list_feature) > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.extra_info .inner .list_feature:not(.single_list_feature) > li:before {
  content: "";
  margin-right: 8px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #d2d2d2;
  display: block;
}

.extra_info .inner .list_feature:not(.single_list_feature) > li + li {
  margin-top: 8px;
}

.item__style04 + .col-item {
  margin-top: 6rem;
}

.item__style04 .item__col-img .item_img_inner {
  width: 100%;
}

.item__style04 .item__col-img .item_img_inner .item__img {
  background: var(--thumBack);
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.08);
}

.item__style04 .item__col-img .item_img_inner .item__img:not(.slick-slide) {
  height: 0;
  padding-top: 127.777%;
}

.item__style04 .item__col-img .item_img_inner .item__img:not(.slick-slide) img:not(.img_lbl) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.item__style04 .item__col-img .item_img_inner .item__img .lbl_prd {
  display: inline-block;
  width: 52px;
  position: absolute;
  left: 1rem;
  top: 1rem;
}

@media screen and (max-width: 469px) {
  .item__style04 .item__col-img .item_img_inner .item__img .lbl_prd {
    width: 42px;
    top: 1.5rem;
    left: 1.5rem;
  }
}

.item__style04 .item__col-img .item_img_inner .lbl_usage {
  margin-top: -1rem;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .item__style04 .item__col-img .item_img_inner .lbl_usage {
    text-align: right;
  }
}

.item__style04 .item__catch {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 2;
}

.item__style04 .item__catch.catch_1row {
  margin-bottom: 1rem;
}

.item__style04 .item__catch.catch_2rows {
  margin-bottom: -1.5rem;
}

@media screen and (max-width: 469px) {
  .item__style04 .item__catch.catch_2rows {
    margin-bottom: -0.8rem;
  }
}

.item__style04 .item__catch .inner {
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 469px) {
  .item__style04 .item__catch .inner {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.item__style04 .item__catch .inner .quote_st_catch {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 469px) {
  .item__style04 .item__catch .inner .quote_st_catch {
    left: -6px;
  }
}

.item__style04 .item__col-desc .col_btn {
  margin-top: 2rem;
}

.item__style04 .item__col-desc .btn {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.item__style04 .item__col-desc .btn:hover {
  opacity: 1;
}

.item__style04 .item__col-desc .btn .bf_icon {
  padding-left: 0;
  font-size: 165%;
}

.item__style04 .item__col-desc .btn .txt {
  letter-spacing: 0.25em;
}

.item__style04 .item__col-desc .btn + .btn {
  margin-top: 1rem;
}

.item__style04 .item__col-desc .info_inner .item__ttl-wrap .ttl_inner .brand__name {
  margin-bottom: 10px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: var(--colorGray);
}

.item__style04 .item__col-desc .info_inner .item__ttl-wrap .ttl_inner .item__name {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .item__style04 .item__col-desc .info_inner .item__ttl-wrap .ttl_inner .item__name {
    font-size: 1rem;
  }
}

.item__style04 .item__col-desc .info_inner .def_price .n_price > span {
  display: inline-block;
}

.item__style04 .item__col-desc .info_inner .def_price .n_price .tax {
  padding-left: 4px;
  font-size: 0.65rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.item__style04 .item__col-desc .info_inner .def_price .amount {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
}

@media screen and (min-width: 768px) {
  .item__style04:not(.pop-up) .item__col-img {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
}

.item__style04:not(.pop-up) .item__col-img .item_img_inner {
  max-width: 360px;
  position: relative;
}

@media screen and (max-width: 469px) {
  .item__style04:not(.pop-up) .item__col-img .item_img_inner {
    max-width: 280px;
  }
}

@media screen and (min-width: 768px) {
  .item__style04:not(.pop-up) .item__col-img.has_catch_1row + .item__col-desc {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 469px) {
  .item__style04:not(.pop-up) .item__col-img .tag-both {
    font-size: 0.85rem;
    height: calc(2 * var(--tag-size-sp));
    line-height: calc(2 * var(--tag-size-sp));
  }
  .item__style04:not(.pop-up) .item__col-img .tag-both:before {
    border: var(--tag-size-sp) solid transparent;
    border-right-color: var(--tag-bg01);
    left: calc(-2 * var(--tag-size-sp));
  }
  .item__style04:not(.pop-up) .item__col-img .tag-both.tag_02:before {
    border-right-color: var(--tag-bg02);
  }
  .item__style04:not(.pop-up) .item__col-img .tag-both:after {
    border: var(--tag-size-sp) solid transparent;
    border-left-color: var(--tag-bg01);
    right: calc(-2 * var(--tag-size-sp));
  }
  .item__style04:not(.pop-up) .item__col-img .tag-both.tag_02:after {
    border-left-color: var(--tag-bg02);
  }
}

.item__style04:not(.pop-up) .item__col-desc {
  position: relative;
  z-index: 2;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .item__style04:not(.pop-up) .item__col-desc {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
}

@media screen and (min-width: 1280px) {
  .item__style04:not(.pop-up) .item__col-desc {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .item__style04:not(.pop-up) .item__col-desc {
    margin-top: 2rem;
  }
}

.item__style04:not(.pop-up) .item__col-desc .info_inner {
  padding: 0;
  max-width: 340px;
}

@media screen and (max-width: 767px) {
  .item__style04:not(.pop-up) .item__col-desc .info_inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media screen and (max-width: 469px) {
  .item__style04:not(.pop-up) .item__col-desc .info_inner {
    max-width: 280px;
  }
}

.item__style04:not(.pop-up) .item__col-desc .info_inner .item__ttl-wrap {
  margin-bottom: 18px;
}

.item__style04:not(.pop-up) .item__col-desc .info_inner .price_group {
  padding-left: 1rem;
  width: auto;
}

.item__style04:not(.pop-up) .item__col-desc .info_inner .price_group .metabf {
  margin-left: -1rem;
  padding-right: 24px;
}

.item__style04:not(.pop-up) .item__col-desc .info_inner .price_group .metabf:last-child {
  padding-right: 0;
}

.item__style04:not(.pop-up) .item__col-desc .info_inner .price_group .meta_bfamount + .amount {
  padding-left: 12px;
}
/*# sourceMappingURL=item-style01.css.map */