@charset "UTF-8";
/* =========================================================
product / index
========================================================= */
:root {
  --swiper-navigation-size:44px ;
}

.swiper-navigation-box {
  width: 100%;
  position: absolute;
  z-index: 990;
  top: 0%;
  left: 0;
}
.swiper-navigation-box.position01 {
  top: -50px;
}
@media screen and (max-width: 767px) {
  .swiper-navigation-box.position01 {
    display: none;
  }
}
.swiper-navigation-box.position02 {
  top: 145px;
}
@media screen and (max-width: 767px) {
  .swiper-navigation-box.position02 {
    display: none;
  }
}
.swiper-navigation-box.position02.top25per {
  top: 25%;
}
.swiper-navigation-box.position02.top90px {
  top: 90px;
}
.swiper-navigation-box.position02.top110px {
  top: 110px;
}

.arrow-prev-layout {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  left: -20px;
  z-index: 990;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
.arrow-prev-layout.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.arrow-prev-layout:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 990;
  line-height: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px 3px rgba(1, 1, 1, 0.05);
          box-shadow: 1px 1px 3px 3px rgba(1, 1, 1, 0.05);
}
.arrow-prev-layout:after {
  content: "";
  position: absolute;
  z-index: 990;
  /*
  		width:8px;
  		height:8px;
  		top:calc(50% - 4px);
  		left:calc(50% - 4px);
  		transform:rotate(45deg);
  		transform-origin:center;
  		border-left:2px solid #888;
  		border-bottom:2px solid #888;
  */
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  background: url(../img/common/btn_arrow_gray.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  border: none;
}
.arrow-prev-layout.style-arrow {
  top: 0;
  left: auto;
  right: 50px;
}
.arrow-prev-layout.style-arrow:before {
  display: none;
}
.arrow-prev-layout.style-arrow:after {
  border: none;
  width: 28px;
  height: 16px;
  background: url(../img/common/icon_arrow.svg) no-repeat left center;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: calc(50% - 4px);
  left: 0;
  border: none;
}

.arrow-next-layout {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  right: -20px;
  z-index: 990;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
.arrow-next-layout.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.arrow-next-layout:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 990;
  line-height: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px 3px rgba(1, 1, 1, 0.05);
          box-shadow: 1px 1px 3px 3px rgba(1, 1, 1, 0.05);
}
.arrow-next-layout:after {
  content: "";
  position: absolute;
  z-index: 990;
  /*
  		width:8px;
  		height:8px;
  		transform:rotate(45deg);
  		transform-origin:center;
  		top:calc(50% - 4px);
  		left:calc(50% - 5px);
  		border-right:2px solid #888;
  		border-top:2px solid #888;
  */
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  background: url(../../img/common/btn_arrow_gray.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  border: none;
}
.arrow-next-layout.style-arrow {
  top: 0;
  right: 0;
}
.arrow-next-layout.style-arrow:before {
  display: none;
}
.arrow-next-layout.style-arrow:after {
  border: none;
  width: 28px;
  height: 16px;
  background: url(../../img/common/icon_arrow.svg) no-repeat left center;
  background-size: 100% auto;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  border: none;
}

.arrow-prev-attention {
  position: absolute;
  top: 6px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 2px;
  z-index: 990;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .arrow-prev-attention {
    left: 12vw;
  }
}
.arrow-prev-attention.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.arrow-prev-attention:after {
  content: "";
  position: absolute;
  z-index: 990;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: calc(50% - 4px);
  left: 0px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .arrow-prev-attention:after {
    left: 2vw;
  }
}

.arrow-next-attention {
  position: absolute;
  top: 6px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  right: 2px;
  z-index: 990;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
@media screen and (max-width: 767px) {
  .arrow-next-attention {
    right: 12vw;
  }
}
.arrow-next-attention.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.arrow-next-attention:after {
  content: "";
  position: absolute;
  z-index: 990;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  top: calc(50% - 4px);
  right: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .arrow-next-attention:after {
    right: 2vw;
  }
}

.white-circle-ring {
  position: absolute;
  left: 0;
  z-index: 10;
  text-align: center;
}
.white-circle-ring .swiper-pagination-bullet {
  opacity: 1;
  width: 5px;
  height: 5px;
  background: #fff;
  vertical-align: middle;
}
.white-circle-ring .swiper-pagination-bullet-active {
  background: none;
  border: 2px solid #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.black-circle-ring {
  position: absolute;
  left: 0;
  z-index: 10;
  text-align: center;
}
.black-circle-ring .swiper-pagination-bullet {
  opacity: 1;
  width: 5px;
  height: 5px;
  background: #333;
  vertical-align: middle;
}
.black-circle-ring .swiper-pagination-bullet-active {
  background: none;
  border: 2px solid #333;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.swiper-button-lock {
  display: none;
}

@media screen and (max-width: 767px) {
  .js-swiper-box .swiper-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .js-swiper-box.not-first-slide .swiper-wrapper {
    padding-left: 13.5vw;
  }
}
@media screen and (max-width: 767px) {
  .js-swiper-box.not-first-slide.sp-col-2 .swiper-wrapper {
    padding-left: 9.5vw;
  }
}

.p-product-common-box {
  width: 100%;
  margin-top: 60px;
}

/*-----------------------------------------------

下部共通のメニュー

-------------------------------------------------*/
.p-product-menu {
  width: 100%;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-product-menu {
    margin-top: 15vw;
  }
}

/*-----------------------------------------------

下部共通の問い合わせリスト

-------------------------------------------------*/
.p-product-inquiry {
  width: 100%;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-product-inquiry {
    margin-top: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .p-product-inquiry .l-contents-wrap-inner {
    padding: 0 3vw;
  }
}

/*-----------------------------------------------

商品ページのバナー

-------------------------------------------------*/
.p-product-banner {
  margin-top: 100px;
  width: 100%;
}
.p-product-banner a {
  display: block;
  width: 100%;
  height: 220px;
  background: url(../../img/product/bannerBG_pc.jpg) no-repeat center center;
  background-size: 100% auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 40px;
  -webkit-transition: background-size ease 0.4s;
  transition: background-size ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-product-banner a {
    height: 45vw;
    background: url(../../img/product/bannerBG_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 0 6vw;
  }
}
.p-product-banner a:hover {
  background-size: 110% auto;
}
.p-product-banner a:hover .is-bg-trans {
  background: #fff;
  color: #252525;
}

.p-product-banner-head {
  width: 55%;
  height: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 767px) {
  .p-product-banner-head {
    width: 100%;
    padding: 0;
  }
}
.p-product-banner-head .a-headline {
  width: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.p-product-banner-head .o-lead-text {
  width: 100%;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-product-banner-head .o-lead-text {
    text-align: left;
  }
}
.p-product-banner-head .m-button-full {
  width: 50%;
}
.p-product-banner-head .m-button-full .m-button-capsule {
  min-width: 0;
  width: 100%;
}

/*-----------------------------------------------

商品ページの2カラム汎用
//横配置
//縦配置後の横配置

-------------------------------------------------*/
.p-column-list {
  width: 100%;
}
.p-column-list.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-column-list.col2 .p-column-item {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .p-column-list.col2 .p-column-item {
    width: 49%;
  }
}
.p-column-list.col2 .p-column-item:nth-of-type(2n+1) {
  margin-right: 5%;
}
@media screen and (max-width: 767px) {
  .p-column-list.col2 .p-column-item:nth-of-type(2n+1) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-column-list.col2 .p-column-item .o-menu-item-info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-column-list.col2 .p-column-item .o-menu-item-info .a-subhead {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-column-list.col2 .p-column-item .o-menu-item-info .o-lead-text {
    font-size: 2.5vw;
  }
}

.p-column-item {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-column-item {
    margin-bottom: 0;
    width: 94.36%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-column-item.col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-column-item.col2 + .p-column-item {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-column-item.col2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-column-item.col2 .o-item-inner-image {
  width: 42.5%;
}
@media screen and (max-width: 767px) {
  .p-column-item.col2 .o-item-inner-image {
    width: 100%;
  }
}
.p-column-item.col2 .o-menu-item-info {
  width: 52.5%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-column-item.col2 .o-menu-item-info {
    width: 100%;
    padding-top: 4vw;
  }
}
.p-column-item.col2.image-small .o-item-inner-image {
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .p-column-item.col2.image-small .o-item-inner-image {
    width: 100%;
  }
}
.p-column-item.col2.image-small .o-menu-item-info {
  width: 62.5%;
}
@media screen and (max-width: 767px) {
  .p-column-item.col2.image-small .o-menu-item-info {
    width: 100%;
  }
}
.p-column-item.col2:nth-of-type(2n) .o-item-inner-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .p-column-item.col2:nth-of-type(2n) .o-item-inner-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-column-item.col2:nth-of-type(2n) .o-menu-item-info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .p-column-item.col2:nth-of-type(2n) .o-menu-item-info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*-----------------------------------------------

商品ページの最近みたページ

-------------------------------------------------*/
.p-product-history {
  width: 100%;
  margin-top: 120px;
}
.p-product-history .l-contents-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-history {
    margin-top: 20vw;
  }
}

/*-----------------------------------------------

商品ページのおすすめ

-------------------------------------------------*/
.l-product-horizontal-full {
  width: 100%;
  padding: 0 30px;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
.l-product-horizontal-full .l-contents-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-product-horizontal-full {
    margin-top: 15vw;
    padding: 0;
  }
}

/*-----------------------------------------------

商品ページのサポートガイド

-------------------------------------------------*/
.p-product-support {
  width: 100%;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-product-support {
    margin-top: 10vw;
    padding: 6.67vw 0 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 767px) {
  .p-product-support .sp-slide-switch {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-product-support .sp-slide-switch:before, .p-product-support .sp-slide-switch:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 2vw;
    width: 10px;
    height: 0;
    border-top: 1px solid #333;
    -webkit-transition: -webkit-transform ease 0.4s;
    transition: -webkit-transform ease 0.4s;
    transition: transform ease 0.4s;
    transition: transform ease 0.4s, -webkit-transform ease 0.4s;
  }
}
@media screen and (max-width: 767px) {
  .p-product-support .sp-slide-switch:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (max-width: 767px) {
  .p-product-support .sp-slide-switch.is-open:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (max-width: 767px) {
  .p-product-support .sp-slide-contents {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-product-support .o-support-item:nth-last-of-type(1) {
    border-bottom: none;
  }
}

/*-----------------------------------------------

商品一覧ページのメインタイトル部分

-------------------------------------------------*/
.p-product-header {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-product-header {
    margin-top: 10vw;
  }
}

.p-product-header-lead {
  width: 800px;
  max-height: 5.5em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 840px) {
  .p-product-header-lead {
    width: 100%;
  }
}
.p-product-header-lead p {
  line-height: 1.8;
}
.p-product-header-lead .more-chip {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0.25em;
  padding: 0.5em 0 0 2em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(2em, rgb(255, 255, 255)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 2em, #fff 100%);
  cursor: default;
}
.p-product-header-lead .more-chip:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5em;
  height: 0;
  border-bottom: 1px solid #333;
}
.p-product-header-lead.js-open {
  margin-bottom: 1.5em;
}
.p-product-header-lead.js-open .more-chip {
  padding-left: 0;
  bottom: -1em;
  background: transparent;
}
.p-product-header-lead.js-open .more-chip:before {
  width: 3em;
}

/*-----------------------------------------------

商品一覧ページの一覧

-------------------------------------------------*/
.p-product-all {
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-product-all {
    margin-top: 10vw !important;
  }
}

/*-----------------------------------------------

商品一覧ページの検索項目

-------------------------------------------------*/
.p-product-search-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-product-search-box {
    padding-top: 5vw;
    padding-bottom: 10vw;
  }
}

.p-product-search-sp-result {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product-search-sp-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-product-search-sp-result p {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-product-search-sp-result p b {
    font-size: 5vw;
    display: inline-block;
    margin-right: 0.2em;
    padding: 0.5vw 0;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .p-product-search-sp-result .is-reset {
    padding-left: 0.8em;
    margin-left: 0.8em;
    font-size: 3.6vw;
  }
  .p-product-search-sp-result .is-reset:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    height: 50%;
    width: 0;
    border-left: 1px solid #dbdbdb;
  }
}

.p-attribute-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-attribute-search {
    width: 50%;
  }
}
.p-attribute-search .is-result {
  padding-right: 2em;
  min-width: 6em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-attribute-search .is-result {
    display: none;
  }
}
.p-attribute-search .is-result:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 0;
  height: 100%;
  width: 0;
  border-left: 1px solid #dbdbdb;
}

.p-product-attribute-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dt {
    width: 95%;
    border: 1px solid #dbdbdb;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: center;
    cursor: pointer;
  }
}
.p-product-attribute-list dd .sp-floating-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd .sp-floating-inner {
    display: block;
    height: 100%;
    overflow: auto;
    padding-bottom: 25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd {
    display: none;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 20vh;
    width: 100%;
    height: 80vh;
    background: #fff;
    border-radius: 5vw 5vw 0 0;
    overflow: hidden;
  }
}
.p-product-attribute-list dd .sp-result {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd .sp-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6vw 20px;
    position: relative;
  }
  .p-product-attribute-list dd .sp-result:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px solid #dbdbdb;
  }
}
.p-product-attribute-list dd .sp-button-box {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd .sp-button-box {
    display: block;
    width: 100%;
    padding: 5vw 20px;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd .sp-button-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd .sp-button-box .sp-apply-button {
    display: inline-block;
    width: 100%;
    padding: 5vw 0;
    background: #333;
    border-radius: 1vw;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd .sp-button-box .sp-clear-text {
    text-align: center;
    padding-top: 5vw;
    text-decoration: underline;
  }
}
.p-product-attribute-list dd .is-attribute-item-switch {
  cursor: pointer;
  position: relative;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-product-attribute-list dd .is-attribute-item-switch {
    display: none;
  }
}
.p-product-attribute-list dd .is-attribute-item-switch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}

.p-product-attribute-item {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .p-product-attribute-item {
    margin-left: 0;
    position: relative;
    z-index: 1000;
  }
}

.sp-variation-box {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-variation-box {
    display: block;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sp-variation-box p {
    line-height: 1.6;
  }
}

/*-----------------------------------------------

商品一覧ページの検索詳細設定用のフローティング

-------------------------------------------------*/
.p-attribute-float-box {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  z-index: 1000;
  left: 0;
  top: 2em;
  min-width: 400px;
  max-width: 530px;
}
.p-attribute-float-box.is-not-float {
  display: block;
  position: relative;
  border-radius: 0;
  top: inherit;
  min-width: 0;
  max-width: 100%;
}
.p-attribute-float-box.is-not-float .is-floating-msg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-attribute-float-box {
    width: 100%;
    height: 100%;
  }
}
.p-attribute-float-box .is-floating-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 20px;
  position: relative;
}
.p-attribute-float-box .is-floating-msg:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #dbdbdb;
}
.p-attribute-float-box .is-floating-contents {
  padding: 1em 20px;
}
@media screen and (max-width: 767px) {
  .p-attribute-float-box .is-floating-contents {
    padding: 2em 20px 1em;
  }
}
.p-attribute-float-box .is-product-stock {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-attribute-float-box .is-product-stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-attribute-float-box .is-on-off-switch {
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-attribute-float-box .is-on-off-switch {
    width: 50%;
    padding: 3vw 0;
  }
}
.p-attribute-float-box .is-on-off-switch span {
  display: inline-block;
  padding-left: 55px;
  position: relative;
  color: #999;
  cursor: pointer;
}
.p-attribute-float-box .is-on-off-switch span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% - 8px);
  width: 40px;
  height: 16px;
  background: #ccc;
  border-radius: 9px/50%;
  -webkit-transition: background ease 0.6s;
  transition: background ease 0.6s;
}
.p-attribute-float-box .is-on-off-switch span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: -3px;
  top: calc(50% - 14px);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #dbdbdb;
  -webkit-transition: left ease 0.4s, border-color ease 0.4s;
  transition: left ease 0.4s, border-color ease 0.4s;
}
.p-attribute-float-box .is-on-off-switch [type=checkbox] {
  display: none;
}
.p-attribute-float-box .is-on-off-switch [type=checkbox]:checked + span {
  color: #252525;
}
.p-attribute-float-box .is-on-off-switch [type=checkbox]:checked + span:before {
  background: #333;
  color: #252525;
}
.p-attribute-float-box .is-on-off-switch [type=checkbox]:checked + span:after {
  left: 16px;
  border-color: #333;
}
.p-attribute-float-box .is-product-price-range .no-ui-slider {
  padding: 15px 0 10px;
  width: calc(100% - 12px);
  margin: 0 0 0 auto;
}
.p-attribute-float-box .is-product-price-range .is-price-fixed-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-attribute-float-box .is-variation-list {
  padding: 0.5em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-attribute-float-box .is-variation-item {
  width: 50%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-attribute-float-box .is-variation-item {
    margin-bottom: 1em;
    width: initial;
    margin-right: 0.5em;
  }
}
.p-attribute-float-box .is-variation-item .o-color-variation {
  margin-right: 0.5em;
}
.p-attribute-float-box .is-variation-item [type=checkbox] {
  display: none;
}
.p-attribute-float-box .is-variation-item [type=checkbox]:checked + span {
  font-weight: 700;
}
.p-attribute-float-box .is-variation-item [type=checkbox]:checked + span .o-color-variation {
  border: 1px solid #333;
}
.p-attribute-float-box .is-variation-item em {
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-attribute-float-box .is-variation-item em {
    display: none;
  }
}
.p-attribute-float-box .is-sort-list {
  width: 100%;
  padding: 1em 0.7em;
}
.p-attribute-float-box .is-sort-item {
  width: 100%;
  padding: 0.3em 0;
}
.p-attribute-float-box .is-sort-item label:hover span {
  background: #333;
  color: #fff;
}
.p-attribute-float-box .is-sort-item label:hover span:after {
  display: block;
  left: 20px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #333;
  border: 1px solid #333;
  border-radius: 50%;
}
.p-attribute-float-box .is-sort-item [type=radio] {
  display: none;
}
.p-attribute-float-box .is-sort-item [type=radio]:checked + span {
  background: #333;
  color: #fff;
}
.p-attribute-float-box .is-sort-item [type=radio]:checked + span:after {
  display: block;
  left: 20px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #333;
  border: 1px solid #333;
  border-radius: 50%;
}
.p-attribute-float-box .is-sort-item span {
  padding: 1em 0 1em 50px;
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: relative;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.p-attribute-float-box .is-sort-item span:before, .p-attribute-float-box .is-sort-item span:after {
  content: "";
  display: block;
  position: absolute;
}
.p-attribute-float-box .is-sort-item span:before {
  left: 15px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}
.p-attribute-float-box .is-sort-item span:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-sort-search .p-attribute-float-box.is-not-float {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sort-search {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-sort-search.is-floating-parent {
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 20vh;
    width: 100%;
    height: 80vh;
    background: #fff;
    border-radius: 5vw 5vw 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-sort-search.is-floating-parent .is-sort-switch {
    display: none;
  }
}
.p-sort-search .is-sort-switch {
  cursor: pointer;
  position: relative;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .p-sort-search .is-sort-switch {
    width: 95%;
    border: 1px solid #dbdbdb;
    padding-top: 3vw;
    padding-bottom: 3vw;
    text-align: center;
  }
}
.p-sort-search .is-sort-switch:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
@media screen and (max-width: 767px) {
  .p-sort-search .is-sort-switch:after {
    display: none;
  }
}
.p-sort-search .is-floating-contents {
  padding-top: 0;
}
.p-sort-search .sp-float-close {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sort-search .sp-float-close {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6vw 20px 6vw 0;
    position: relative;
  }
  .p-sort-search .sp-float-close:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #dbdbdb;
  }
}

/*-----------------------------------------------

商品一覧ページの検索項目の結果を表示するエリア

-------------------------------------------------*/
.p-product-search-result {
  padding: 10px 0 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-search-result {
    overflow-x: auto;
  }
}
.p-product-search-result .is-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}
@media screen and (max-width: 767px) {
  .p-product-search-result .is-box-flex {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-product-search-result .is-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product-search-result .is-selected .selected-item {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding: 0.5em 2em 0.4em 0.8em;
  margin-top: 10px;
  margin-right: 0.8em;
  border: 1px solid #dbdbdb;
  border-radius: 15px/50%;
  -webkit-transition: border ease 0.4s;
  transition: border ease 0.4s;
}
.p-product-search-result .is-selected .selected-item:after {
  content: "×";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 0.75em);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
}
.p-product-search-result .is-selected .selected-item:hover {
  border: 1px solid #333;
}
.p-product-search-result .is-selected .selected-item.no-delete {
  cursor: default;
  border-radius: 0;
}
.p-product-search-result .is-selected .selected-item.no-delete:after {
  display: none;
}
.p-product-search-result .is-selected .selected-item.no-delete:hover {
  border: 1px solid #dbdbdb;
}
.p-product-search-result .is-reset {
  padding-left: 1.5em;
  margin: 10px 0 0 1.5em;
  position: relative;
  white-space: nowrap;
}
.p-product-search-result .is-reset:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #dbdbdb;
}

/*-----------------------------------------------

noUiSlider設定の上書き

-------------------------------------------------*/
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -4px;
  top: -4px;
}

.noUi-target {
  background: #ddd;
  border-radius: 5px/50%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-connect {
  background: black;
}

.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

.noUi-handle {
  border: none;
  border-radius: 50%;
  background: black;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.noUi-handle:before, .noUi-handle:after {
  display: none;
}

/*-----------------------------------------------

商品詳細ページの商品メイン

-------------------------------------------------*/
.p-product-main-details {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-main-details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4vw;
  }
}

.p-product-main-image {
  width: 58%;
  max-width: 800px;
  /*
  	.sp-thumbnail-list{
  		width:100%;
  		display:flex;
  		flex-wrap:wrap;
  	}
  	.sp-thumbnail-item{
  		width:31.6%;
  		margin-left:2.6%;
  		&:nth-of-type(3n+1){
  			margin-left:0;
  		}
  		&:nth-of-type(n+4){
  			margin-top:20px;
  		}
  	}
  */
}
@media screen and (max-width: 1060px) {
  .p-product-main-image {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-product-main-image {
    width: 106%;
    max-width: initial;
    margin-left: -3%;
    margin-right: -3%;
  }
}
.p-product-main-image .is-image-big img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-main-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-product-main-image a.icon-image-zoom {
  position: relative;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}
.p-product-main-image a.icon-image-zoom:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 3%;
  top: 2%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff url(../../img/common/icon_zoomIn2.svg) no-repeat center center;
  background-size: 16px auto;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
@media screen and (max-width: 767px) {
  .p-product-main-image a.icon-image-zoom:after {
    left: auto;
    right: 5vw;
    top: auto;
    bottom: 5vw;
    width: 9vw;
    height: 9vw;
    background: #fff url(../../img/common/icon_zoomIn2.svg) no-repeat 2.6vw center;
    background-size: 4vw auto;
    opacity: 1;
  }
}
.p-product-main-image a.icon-image-zoom:hover {
  opacity: 0.8;
}
.p-product-main-image a.icon-image-zoom:hover:after {
  opacity: 1;
}
.p-product-main-image .pc-modal-gallery {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product-main-image .pc-modal-gallery {
    display: none;
  }
}
.p-product-main-image .pc-modal-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-product-main-image .pc-modal-gallery-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-product-main-image .pc-modal-gallery-item {
  width: 31.6%;
  margin-left: 2.6%;
}
.p-product-main-image .pc-modal-gallery-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.p-product-main-image .pc-modal-gallery-item:nth-of-type(n+4) {
  margin-top: 20px;
}
.p-product-main-image .sp-thumbnail-box {
  padding-top: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product-main-image .sp-thumbnail-box {
    display: block;
  }
}
.p-product-main-image .sp-thumbnail-box img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .pswp__counter {
    visibility: hidden;
  }
}

.l-sticky-item {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 767px) {
  .l-sticky-item {
    position: inherit;
    top: 0;
  }
}

.p-product-main-spec {
  width: 42%;
  max-width: 580px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .p-product-main-spec {
    width: 94.36%;
    margin-left: auto;
    margin-right: auto;
    padding: 6vw 0 0;
  }
}
.p-product-main-spec .is-main-header {
  position: relative;
  padding-right: 3em;
}
.p-product-main-spec .is-main-header .a-headline {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-product-main-spec .is-main-header {
    display: none;
  }
}
.p-product-main-spec .is-main-spec-favorite {
  text-align: center;
}
.p-product-main-spec .is-main-spec-favorite .o-favorite-check {
  width: 30px;
  height: 30px;
  right: 0;
  top: 1px;
  padding: 7px 4px 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product-main-spec .is-main-spec-favorite .o-favorite-check {
    width: 7vw;
    height: 7vw;
    right: 1vw;
    top: 0vw;
    padding: 1.6vw 0 0;
  }
}
.p-product-main-spec .is-main-spec-favorite .o-favorite-check svg {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .p-product-main-spec .is-main-spec-favorite .o-favorite-check svg {
    width: 4vw;
    height: 4vw;
  }
}
.p-product-main-spec .is-main-spec-favorite .o-favorite-check:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f1f1f1;
}

.p-product-main-star {
  width: 100%;
  margin-top: 10px;
}

.p-product-status-box {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-status-box {
    padding-top: 0.5em;
  }
}

.p-product-status-cassette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.5em;
}
.p-product-status-cassette.bg-white p {
  background: #fff;
}
.p-product-status-cassette p {
  margin-top: 0.6em;
  margin-right: 0.5em;
  border-radius: 10px/50%;
  padding: 5px 1em;
  background: #f1f1f1;
  line-height: 1.5;
}
.p-product-status-cassette p.bg-red {
  background: #DB5D5D;
  color: #fff;
}
.p-product-status-cassette p.bg-black {
  background: #252525;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-product-status-cassette p {
    margin-bottom: 0.5em;
    border-radius: 3vw/50%;
    padding: 1vw 1em;
    font-size: 2.8vw;
  }
}

.p-product-main-about {
  padding-top: 1.5em;
}
.p-product-main-about p {
  line-height: 1.7;
}

.p-product-main-price {
  padding-top: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-main-price {
    padding-top: 5vw;
  }
}
.p-product-main-price .o-product-price {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .p-product-main-price .o-product-price {
    font-size: 5.6vw;
  }
}
.p-product-main-price .is-discount {
  padding-left: 0.5em;
}
.p-product-main-variation {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-main-variation {
    position: relative;
    margin-top: 8vw;
    padding-top: 3vw;
  }
}
.p-product-main-variation .o-product-variation {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-product-main-variation .o-product-variation {
    padding-top: 1em;
  }
}
.p-product-main-variation .o-product-variation .o-color-variation {
  min-width: 32px;
  min-height: 32px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-product-main-variation .o-product-variation .o-color-variation {
    min-width: 10vw;
    min-height: 10vw;
    margin-right: 2vw;
  }
}
.p-product-main-variation .o-product-variation .o-color-variation + .o-color-variation {
  margin-left: 6px;
}
@media screen and (max-width: 1200px) {
  .p-product-main-variation .o-product-variation .o-color-variation + .o-color-variation {
    margin-left: 0.7vw;
  }
}
.p-product-main-variation .o-product-variation .o-color-variation:after {
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .p-product-main-variation .o-product-variation .o-color-variation:after {
    left: calc(50% - 4vw);
    top: calc(50% - 4vw);
    width: 8vw;
    height: 8vw;
  }
}
.p-product-main-variation .o-product-variation .o-color-variation.is-selected {
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-product-main-variation .o-product-variation .p-product-variation-label {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.p-product-main-variation .o-product-variation .p-product-variation-label label {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-product-main-variation .o-product-variation .p-product-variation-label label {
    display: inline-block;
  }
}
.p-product-main-variation .o-product-variation .p-product-variation-label .is-selected-text {
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .p-product-main-variation .o-product-variation .p-product-variation-label .is-selected-text {
    font-size: 3.3vw;
  }
}

.p-product-main-size {
  width: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-product-main-size {
    padding-top: 5vw;
  }
}

.p-product-size-select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-product-size-select {
    margin-top: 1vw;
  }
}
.p-product-size-select .is-size-item span {
  display: inline-block;
  padding: 1em 1.6em;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.p-product-size-select .is-size-item input[type=radio] {
  display: none;
}
.p-product-size-select .is-size-item input[type=radio]:checked + span {
  background: #333;
  color: #fff;
}
.p-product-size-select .is-size-item + .is-size-item {
  margin-left: 10px;
}

.o-product-quantity-box {
  width: 100%;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-box {
    margin: 5vw 0;
  }
}

.o-product-quantity-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  height: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-select {
    height: 12vw;
    width: 48vw;
    margin-top: 2vw;
  }
}
.o-product-quantity-select .is-prev {
  width: 25px;
  height: 100%;
  position: relative;
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-select .is-prev {
    width: 14vw;
  }
}
.o-product-quantity-select .is-prev.active {
  opacity: 1;
  cursor: pointer;
}
.o-product-quantity-select .is-prev:before {
  content: "-";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-select .is-prev:before {
    font-size: 7vw;
    height: 12vw;
    line-height: 12vw;
  }
}
.o-product-quantity-select .is-select-box {
  width: 50px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-select .is-select-box {
    width: 20vw;
  }
}
.o-product-quantity-select .is-select-box input[name=quantity] {
  width: 100%;
  text-align: center;
  border: none;
  height: 100%;
  font-weight: 700;
  outline: none;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-select .is-select-box input[name=quantity] {
    font-size: 4vw;
    font-weight: 400;
  }
}
.o-product-quantity-select .is-select-box input[name=quantity]:focus {
  border: 2px solid #707070;
}
.o-product-quantity-select .is-next {
  width: 25px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-select .is-next {
    width: 14vw;
  }
}
.o-product-quantity-select .is-next:before {
  content: "+";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 767px) {
  .o-product-quantity-select .is-next:before {
    font-size: 5vw;
    height: 13vw;
    line-height: 13vw;
  }
}
.o-product-quantity-select input[type=number]::-webkit-outer-spin-button,
.o-product-quantity-select input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.o-product-quantity-select input[type=number] {
  -moz-appearance: textfield;
}

.p-product-annotation {
  padding: 1em 0 0;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-product-annotation {
    font-size: 3.3vw;
  }
}
.p-product-annotation.has-icon {
  padding: 1em 0 0 2em;
}
.p-product-annotation .icon-caution {
  position: relative;
}
.p-product-annotation .icon-caution:before {
  content: "";
  display: block;
  position: absolute;
  left: -2em;
  top: 1px;
  width: 15px;
  height: 16px;
  background: url(../../img/common/icon_information.svg) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-product-annotation .icon-caution:before {
    width: 4vw;
    height: 4vw;
    top: 0.4vw;
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-product-conversion {
  width: 100%;
  padding: 1em 0;
}
.p-product-add-cart {
  margin-top: 0.5em;
  text-align: center;
}
.p-product-add-cart button {
  display: block;
  padding: 17px 0;
  position: relative;
  color: #fff;
  display: block;
  width: 100%;
  background: #333;
  border: 1px solid #333;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-product-add-cart button {
    padding: 4.5vw 0;
    font-size: 3.3vw;
  }
}
.p-product-add-cart button:disabled {
  cursor: not-allowed;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
}
.p-product-add-cart button:disabled:hover {
  background: #dcdcdc;
}
.p-product-add-cart button:hover {
  background: #000;
}
.p-product-add-cart span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.p-product-add-cart span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(../../img/common/icon_cart_white.svg) no-repeat left center;
  background-size: 100% auto;
  -webkit-transition: background ease 1s;
  transition: background ease 1s;
}

.p-product-to-buy {
  margin-top: 0.5em;
  text-align: center;
}
.p-product-to-buy button {
  cursor: pointer;
  color: #252525;
  display: block;
  padding: 17px 0;
  position: relative;
  background: #fff;
  width: 100%;
  border: 1px solid #333;
  border-radius: 5px;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
@media screen and (max-width: 767px) {
  .p-product-to-buy button {
    padding: 4.5vw 0;
    font-size: 3.3vw;
  }
}
.p-product-to-buy button:hover {
  background: #333;
  color: #fff;
}
.p-product-to-buy button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.p-product-to-buy button:disabled:hover {
  background: #fff;
  color: #252525;
}
.p-product-to-buy span {
  display: inline-block;
}

.p-product-main-icon {
  width: 100%;
  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;
  margin: 2em auto 0;
}
@media screen and (max-width: 767px) {
  .p-product-main-icon {
    margin-top: 10vw;
  }
}
.p-product-main-icon .o-sns-box {
  width: initial;
}
.p-product-main-icon .o-sns-box .is-sns-item + .is-sns-item {
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .p-product-main-icon .o-sns-box .is-sns-item + .is-sns-item {
    padding-left: 11vw;
  }
}
.p-product-main-icon .o-sns-box .is-sns-item img {
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-product-main-icon .o-sns-box .is-sns-item img {
    height: 7vw;
  }
}
.p-product-main-icon .is-url-copy {
  position: relative;
}
.p-product-main-icon .copy_success_msg {
  position: absolute;
  left: 5px;
  bottom: -35px;
  background: #fff;
  padding: 0.5em 2em;
  white-space: nowrap;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
          box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

/*-----------------------------------------------

SP下貼り付き

-------------------------------------------------*/
.sp-fixed-product-info {
  display: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sp-fixed-product-info {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
}

.sp-fixed-inner {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  background: #fff;
  padding: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-fixed-inner .is-price-area {
  width: 40%;
  font-size: 5vw;
}
.sp-fixed-inner .is-price-area small {
  display: block;
  padding-bottom: 1vw;
  font-size: 3.3vw;
  color: #999;
}
.sp-fixed-inner .is-action-area {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-fixed-inner .is-action-area .is-favorite-box {
  width: 13.33vw;
  height: 13.33vw;
  border: 1px solid #dbdbdb;
  border-radius: 1vw;
  position: relative;
  text-align: center;
}
.sp-fixed-inner .is-action-area .is-favorite-box .o-favorite-check {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  padding-top: 3.5vw;
  text-align: center;
}
.sp-fixed-inner .is-action-area .is-favorite-box .o-favorite-check svg {
  width: 6vw;
  height: 5vw;
}
.sp-fixed-inner .is-action-area .is-fixed-cart {
  width: calc(100% - 13.33vw);
  padding-left: 4vw;
  margin-top: 0;
}
.sp-fixed-inner .is-action-area .is-fixed-cart span {
  padding-left: 0;
}
.sp-fixed-inner .is-action-area .is-fixed-cart span:after {
  display: none;
}

/*-----------------------------------------------

SP用商品名エリア
※PC用商品名を消して、SP用を出す。二重コーディング

-------------------------------------------------*/
.sp-main-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-main-header {
    display: block;
    padding: 6vw 4vw 0;
  }
}
.sp-main-header .a-headline {
  margin-bottom: 2vw;
  font-size: 5vw;
  text-align: left;
}
.sp-main-header .is-main-spec-favorite .o-favorite-check {
  width: 7vw;
  height: 7vw;
  right: 5vw;
  top: 6vw;
  padding: 1.6vw 0 0;
}
.sp-main-header .is-main-spec-favorite .o-favorite-check svg {
  width: 4vw;
  height: 4vw;
}
.sp-main-header .is-main-spec-favorite .o-favorite-check:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f1f1f1;
}

/*-----------------------------------------------

商品スペック詳細

-------------------------------------------------*/
.p-product-accordion-box {
  border-bottom: 1px solid #dbdbdb;
}
.p-product-accordion-box dt {
  padding: 20px 3em 20px 0;
  border-top: 1px solid #dbdbdb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-accordion-box dt {
    padding: 5vw 3em 5vw 2.82%;
    font-size: 3.6vw;
  }
}
.p-product-accordion-box dt.a-subhead {
  margin-bottom: 0;
}
.p-product-accordion-box dt:before, .p-product-accordion-box dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 10px;
  height: 0;
  border-top: 2px solid #333;
}
.p-product-accordion-box dt:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}
.p-product-accordion-box dt.is-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-product-accordion-box dd {
  display: none;
  padding: 5px 0 20px;
}
.p-product-accordion-box dd table {
  width: 100%;
}

.p-product-spec-list {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-product-spec-list {
    width: 94.36%;
    margin: 0 auto;
  }
}

.p-product-spec-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-product-spec-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-product-spec-item + .p-product-spec-item {
  margin-top: 1em;
}
.p-product-spec-item p {
  line-height: 1.6;
}
.p-product-spec-item .is-label {
  width: 12em;
  color: #999;
}
@media screen and (max-width: 767px) {
  .p-product-spec-item .is-label {
    width: 100%;
    font-size: 3.2vw;
  }
}
.p-product-spec-item .is-text {
  width: calc(100% - 12em);
}
@media screen and (max-width: 767px) {
  .p-product-spec-item .is-text {
    width: 100%;
    margin-top: 1vw;
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 767px) {
  .p-product-about-size {
    width: 94.36%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .p-product-about-caution {
    width: 94.36%;
    margin: 0 auto;
  }
}

/*-----------------------------------------------

商品詳細ページのお客様の声

-------------------------------------------------*/
.p-product-voice {
  width: 100%;
  margin-top: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-product-voice .a-headline {
    margin-bottom: 2vw;
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-product-voice {
    margin-top: 20vw;
  }
}

.p-product-all-like {
  position: absolute;
  right: 0;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-product-all-like {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-product-like-text {
  padding-left: 0.8em;
}
.p-product-like-text a {
  color: #252525;
}