/*

  商品詳細ページ全体

================================================================
*/
#product {
  position: relative;
  width: 100%;
  min-width: 960px;
  padding: 20px;}
#product .item-layout-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  #product {
    min-width: 100%;
    padding: 3vw 5vw;}
  #product .item-layout-flex {
    flex-direction: column;}
  #wrapper.item-detaile {
    padding-bottom: 10vw;}
  #wrapper.item-detaile .main-category {
    display: none;}
}

/*

  ぱんくずナビ

================================================================
*/
.pankz {
  position: relative;
  width: 100%;
  margin-bottom: 20px;}
.pankz ul {
  display: flex;
  font-size: 12px;}
.pankz ul li {
  position: relative;}
.pankz ul li + li {
  margin-left: 5px;
  padding-left: 10px;}
.pankz ul li + li:before {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: '/';
  color: #aaa;}
.pankz ul li a {
  color: #d16b7f;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .pankz {
    margin-bottom: 3vw;}
  .pankz ul {
    font-size: 2.6vw;}
  .pankz ul li + li {
    margin-left: 2vw;
    padding-left: 3vw;}
}

/*

  商品タイトル　：　h2

================================================================
*/
.item-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  color: #867e79;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .item-title {
    margin-bottom: 3vw;
    font-size: 5vw;}
}

/*

  商品メインイメージ

================================================================
*/
.product-image {
  position: relative;
  width: 400px;
  padding-right: 20px;}
.product-image .sticky {
  position: sticky;
  top: 120px;}
.product-image li {
  display: inline-block;}
.product-image li img {
  height: auto;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .product-image {
    width: 100%;
    margin-bottom: 2vw;
    padding-right: 0;}
  .product-image .sticky {
    position: static;}
}

/*

  カート

================================================================
*/
.product-order {
  position: relative;
  margin-top: 20px;}
.product-order > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;}
.product-order > div .left span {
  display: flex;
  height: 50px;
  width: 180px;
  margin-bottom: 0;
  border-radius: 5px;}
.product-order > div .left span a {
  background: #f7f7f7;
  width: 40px;
  border: 1px solid #d9d9d9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px auto;}
.product-order > div .left span a.plus {
  border-radius: 5px 0 0 5px;
  background-image: url(https://file001.shop-pro.jp/PA01522/837/img/common/icon_plus.svg);}
.product-order > div .left span a.minus {
  border-radius: 0 5px 5px 0;
  background-image: url(https://file001.shop-pro.jp/PA01522/837/img/common/icon_minus.svg);}
.product-order > div .left span input {
  width: 100px;
  padding: 0;
  height: auto;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  line-height: 1.0;
  background-color: #fff;
  text-align: center;
  font-size: 16px;}
.product-order > div .right button {
  width: 180px;
  height: 50px;
  border-radius: 5px;
  background-color: #d16b7f;
  font-size: 14px;
  letter-spacing: .05em;
  color: #fff;} 
.product-order .stock_error {
  margin-top: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .product-order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 3vw;
    z-index: 2;
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;}
  .product-order > div .left span {
    height: 12vw;
    width: 40vw;
    border-radius: 1vw;}
  .product-order > div .left span a {
    width: 10vw;
    background-size: 4vw auto;}
  .product-order > div .left span a.plus {
    border-radius: 1vw 0 0 1vw;}
  .product-order > div .left span a.minus {
    border-radius: 0 1vw 1vw 0;}
  .product-order > div .left span input {
    width: 20vw;
    font-size: 3.7vw;}
  .product-order > div .right button {
    width: 52vw;
    height: 12vw;
    border-radius: 1vw;
    font-size: 3.5vw;}
  .product-order .stock_error {
    margin-top: 2vw;
    font-size: 3vw;}
}

/*

  商品詳細右側

================================================================
*/
.item-main {
  width: calc(100% - 400px);
  padding: 0 30px;
  border-left: 1px solid #d9d9d9;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
.item-main {
  width: 100%;
  padding: 0;
  border-left: 0;}
}

/*

  商品詳細コンテンツ全体

================================================================
*/
.item-main .product-order-exp {
  margin-bottom: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .item-main .product-order-exp {
    margin-bottom: 10vw;
    font-size: 3.4vw;}
}

/*

  商品詳細テンプレート（全体）

================================================================
*/
.one-block {
  position: relative;}
.one-block + .one-block {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .one-block + .one-block {
    margin-top: 10vw;
    padding-top: 10vw;}
}

/*

  商品詳細テンプレート（h2）

================================================================
*/
.one-block h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #867e79;
  line-height: 1.4;
  letter-spacing: .05em;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .one-block h2 {
    margin-bottom: 3.5vw;
    font-size: 4.7vw;
    line-height: 1.5;}
}

/*

  商品詳細テンプレート（通常テキスト）

================================================================
*/
.one-block .txt {
  font-size: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .one-block .txt {
    font-size: 3.5vw;
    line-height: 1.9;}
}

/*

  商品詳細テンプレート（診察必要）

================================================================
*/
.one-block .atten {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #f3f0e9;
  border-radius: 5px;}
.one-block .atten ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px;}
.one-block .atten ul li span {
  font-weight: 600;
  color: #d16b7f;}
.one-block .atten ul li:before {
  pointer-events: none;
  content: '\203B';
  position: absolute;
  top: 0;
  left: 0;}
.one-block .atten .cta-line {
  display: flex;
  margin-top: 20px;}
.one-block .atten .cta-line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 100svh;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;}
.one-block .atten .cta-line a i {
  position: relative;
  top: -.05em;}
.one-block .atten .cta-line a + a {
  margin-left: 10px;}
.one-block .atten .cta-line a.tel {
  pointer-events: none;
  background-color: #867e79;
  color: #fff;}
.one-block .atten .cta-line a.line {
  background-color: #e0657f;
  color: #fff;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .one-block .atten {
    padding: 5vw 4vw;
    border-radius: 1vw;}
  .one-block .atten ul li {
    line-height: 1.6;
    font-size: 3.5vw;}
  .one-block .atten ul li + li {
    margin-top: 2vw;}
  .one-block .atten .cta-line {
    justify-content: space-between;
    margin-top: 5vw;}
  .one-block .atten .cta-line a {
    width: 49%;
    height: 12vw;
    font-size: 3.5vw;}
  .one-block .atten .cta-line a i {
    top: -.06em;}
  .one-block .atten .cta-line a + a {
    margin-left: 0;}
  .one-block .atten .cta-line a.tel {
    pointer-events: auto;}
}

/*

  商品詳細テンプレート（商品スペック）

================================================================
*/
.one-block .spec {
  width: 100%;
  margin-top: 15px;}
.one-block .spec tr + tr {
  border-top: 1px solid #d9d9d9;}
.one-block .spec th {
  white-space: nowrap;
  width: 225px;
  padding: 10px 20px;
  background-color: #f7f7f7;
  text-align: left;
  font-weight: 500;}
.one-block .spec td {
  padding: 10px 20px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .one-block .spec {
    margin-top: 5vw;
    line-height: 1.6;
    font-size: 3.5vw;}
  .one-block .spec th {
    width: 30%;
    padding: 3.5vw;}
  .one-block .spec td {
    padding: 3.5vw;}
}

/*

  商品詳細テンプレート（よくある質問）

================================================================
*/
.one-block .faq {
  position: relative;
  margin-top: 15px;
  font-size: 15px;}
.one-block .faq dt {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  font-weight: 600;
  font-size: 17px;
  color: #d16b7f;
  line-height: 1.5;}
.one-block .faq dt:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: .65em;
  left: 0;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #d16b7f;}
.one-block .faq dd {
  padding-left: 15px;
  line-height: 1.8;}
.one-block .faq dd + dt {
  margin-top: 15px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .one-block .faq {
    margin-top: 5vw;
    font-size: 3.5vw;}
  .one-block .faq dt {
    margin-bottom: 1vw;
    padding-left: 4vw;
    font-size: 4vw;}
  .one-block .faq dt:before {
    top: .65em;
    width: 1.5vw;}
  .one-block .faq dd {
    padding-left: 4vw;}
  .one-block .faq dd + dt {
    margin-top: 5vw;}
}

/*

  販売価格・型番

================================================================
*/
.flex-kata {
  display: flex;}
.kataban {
  width: 50%;
  margin-right: 20px;
  word-break: break-all;
  padding: 0;}
.kataban table {
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-collapse: separate;}
.kataban table th {
  padding: 15px;
  border-right: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  font-weight: 600;}
.kataban table tr + tr th,
.kataban table tr + tr td {
  border-top: 1px solid #d9d9d9;}
.kataban table td {
  padding: 15px;}
.katalist {
  font-size: 12px;
  font-weight: 400;}
.katalist ul li + li {
  margin-top: 10px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .flex-kata {
    flex-direction: column;}
  .kataban {
    width: 100%;
    margin: 0 0 5vw;}
  .kataban table {
    border-radius: 1vw;}
  .kataban table th {
    padding: 3vw;}
  .kataban table td {
    padding: 3vw;}
  .katalist {
    font-size: 3.2vw;}
  .katalist ul li + li {
    margin-top: 3vw;}
}

/*

  パスワード入力

================================================================
*/
.passbox {
  width: 100%;
  margin-top: 10px;}
.passbox .password_field {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font-size: 14px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .passbox {
    margin-top: 2vw;}
  .passbox .password_field {
    height: 12vw;
    padding: 0 3vw;
    font-size: 3.5vw;}
}

/*

  SOLDOUT

================================================================
*/
.soldout-txt {
  text-align: center;
  font-size: 16px;
  pointer-events: none;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
  .soldout-txt {
    font-size: 3.6vw;}
}