@charset "utf-8";

/******************************
商品詳細
******************************/
.p-header__logo-img {
  display: none;
}
#item-name p {
  margin-bottom: 0;
}
.item-description {
  margin-bottom: 30px;
}
#csSelectType .item_submit_btn_block {
  overflow: hidden;
}
#csSelectType .addToCart {
  width: 100%;
}
#csSelectType .soldOut {
  width: 100%;
}
#item-detail
  .item_submit_btn_block
  .btn.btn-primary.btn_cart.addToCart--disabled {
  pointer-events: none;
  opacity: 0.5;
}
#view {
  margin: 10px 0 30px;
}
#view .left-box {
  position: relative;
  top: -135px;
}
@media (max-width: 979px) {
  #view .left-box {
    top: 0;
  }
}

/* left-box */
#item-image #main-item #mainPhoto {
  border: none;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  #item-image #main-item #mainPhoto {
    margin-bottom: 0px;
  }
}
.control-thumbs.detail .thumbs > li {
  float: left;
  width: 8.66%;
  margin-left: 1.34%;
  margin-bottom: 10px;
  cursor: pointer;
}
/* right-box(#item-detail) */
#item-name {
  float: none;
}
#item-name p.brand_name {
  font-size: 12px;
  margin-left: 6px;
}
#item-name p.brand_name a {
  border-bottom: 1px solid #000;
}
#item-name h1 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.5px;
  font-family: "fot-cezanne-pron", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
}
#item-name .price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.5x;
}
#item-name .tax {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-right: 10px;
}

/* カラーサムネイル */
.color-thumbnail ul li {
  width: 24%;
  float: left;
  margin: 0 3px 3px 0;
  position: relative;
}
.color-thumbnail ul li:nth-child(4n) {
  margin-right: 0;
}
.color-thumbnail .outof-stock {
  font-size: 10px;
  padding: 1px 4px;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.cate-title {
  font-size: 16px;
  font-family: "GillSans", "fot-cezanne-pron", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    MS PGothic, sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (max-width: 979px) {
  .cate-title {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
#item-detail {
  float: none;
  border-top: none;
  padding-top: 20px;
}
#item-detail select {
  width: 230px;
  height: 40px;
}
#item-detail .ds2_select_cs {
  margin-right: 5px;
}

#item-detail .select_quantity_default {
  border-bottom: none;
  margin-bottom: 0;
}
#item-detail .item_submit_btn_block {
  width: 100%;
  border-bottom: none;
  margin-bottom: 75px;
}
#item-detail .item_submit_btn_block .btn {
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid #333333;
  background: url("/assets/images/icon/bookmark.svg") 95.6% 50% no-repeat;
  background-size: 13px;
}
#item-detail .item_submit_btn_block .rearrivalAlert.btn {
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: url("/assets/images/icon/bell.svg") 95.6% 50% /13px #bcbcbc no-repeat;
  border: 1px solid #bcbcbc;
}
#item-detail .item_submit_btn_block .btn.btn-primary.btn_cart {
  display: block;
  height: 70px;
  line-height: 70px;
  text-indent: 25px;
  color: #fff;
  margin-bottom: 15px;
  background: url("/assets/images/icon/itemview-cart.svg") 95.5% 48% #bcbcbc
    no-repeat;
  border: 1px solid #bcbcbc;
}
#item-detail .item_submit_btn_block .btn.btn-primary.btn_cart.addToCart {
  background: url("/assets/images/icon/itemview-cart.svg") 96% 48% #333
    no-repeat;
  border: 1px solid #333;
}
#item-detail
  .item_submit_btn_block
  .btn.btn_cart.soldout
  + .btn.btn-primary.btn_cart.addToCart--disabled {
  display: none !important;
}

.rearrivalAlert.btn {
  font-size: 14px;
  color: #ffffff;
  background: url("/assets/images/icon/bell.svg") 95% 48% #bcbcbc no-repeat;
  border: 1px solid #bcbcbc;
}
#item-detail .btn_cart_area {
  width: 100%;
}
#item-detail .item_submit_btn_block .btn.soldout {
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-bottom: 15px;
  color: #000;
  pointer-events: none;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  background-image: none;
}
#item-detail .item_submit_btn_block .btn:hover,
#item-detail .btn_cart.addToCart:hover {
  opacity: 0.7;
}
#item-detail .productFavorite {
  width: 100%;
  background: #ddd;
  color: #333333;
  margin-bottom: 15px;
}
#item-detail .productFavorite:hover {
  opacity: 0.7;
}
#item-detail .rearrivalAlert {
  clear: both;
  color: #000000;
}
#item-detail .rearrivalAlert.rearrivalEnabled {
  margin-bottom: 15px;
}
#item-detail .rearrivalAlert.rearrivalEnabled:hover {
  opacity: 0.7;
}
#item-detail .rearrivalAlert img {
  width: 13px;
  height: auto;
}
#item-detail .rearrival-mail-form .btn_regist_rearrival_mail {
  width: 100%;
  color: #fff;
  background: url(/assets/images/icon/bell.svg) 94% 48% #bcbcbc no-repeat;
  border: 1px solid #bcbcbc;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 20px;
}
@media (max-width: 979px) {
  #item-detail .rearrival-mail-form .btn_regist_rearrival_mail {
    margin-bottom: 0;
    padding: 14px;
    font-size: 13px;
  }
}

/* 付加情報 */
.item_description_block {
  font-size: 14px;
}
.item_description_block .commentText {
  line-height: 2;
}
.item_description_block .size {
  margin: 36px 0;
}

/* item-material */
table.item-material {
  width: 100%;
}
table.item-material th,
table.item-material td {
  padding: 4px 0 4px 0px;
}
table.item-material th {
  width: 100px;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 979px) {
  table.item-material {
    margin-bottom: 30px;
  }
}

/* サイズ */
.size-block table {
  width: 100%;
}
.size-block table tr:last-child {
  border-bottom: none;
}
.size-block table th,
.size-block table td {
  padding: 16px 0;
  text-align: center;
}
.size-block table th {
  width: 65px;
  font-weight: normal;
}
.size-block table tr:nth-of-type(2n + 1) {
  background: #f3f3f3;
}

.size-block .size-guide {
  font-size: 12px;
  text-align: left;
  margin: 20px 0;
}
@media (max-width: 980px) {
  .size-block table th,
  .size-block table td {
    padding: 10px 0;
    font-size: 12px;
  }
  .size-block .size-guide {
    text-align: left;
    margin-top: 8px;
    margin-bottom: 30px;
  }
}

.size-block .link-blue {
  border-bottom: 1px solid;
}
#csSelectType #ds2_add_button_disable.hidden,
#csSelectType #ds2_add_button_enable.hidden {
  display: none !important;
}

/* DH_FRONT_DEPT-6626 店舗在庫表示ボタン設置 */
#item-detail .search_shop {
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0;
  border: none;
  cursor: pointer;
  opacity: 1;
  color: #333333;
  width: 100%;
  background: url("/assets/images/icon/search.svg") 96% 47%/14px #ffffff
    no-repeat;
  border: 1px solid #333333;
}
#item-detail .search_shop .btn_stock_view {
  color: #333333;
}
#item-detail a.btn_stock_view {
  display: block;
}

.pswp__bg {
  background: #fff;
  opacity: 1 !important;
}
.pswp__counter {
  position: fixed;
  top: auto;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  opacity: 1;
  background-color: rgba(177, 177, 177, 0.5);
  font-size: 12px;
  border-radius: 24px;
  padding: 0 24px;
  height: 24px;
  line-height: 24px;
}
.pswp__top-bar,
.pswp__caption {
  background: none;
}
.pswp__ui .pswp__button--close {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: url(/assets/images/icon/plus.svg) center center no-repeat;
  transform: rotate(-45deg);
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  display: none;
}

.item-view__size-table-wrapper {
  overflow-x: scroll;
}
.item-view__size-table-wrapper::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.item-view__size-table-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
.item-view__size-table-wrapper::-webkit-scrollbar-thumb {
  background: #eee;
}
.size-block table {
  width: 100%;
}
.size-block table tr {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.size-block table th {
  min-width: 104px;
  background: #f8f8f8;
  font-weight: normal;
}
.item-view__size-table-left {
  width: 100%;
  max-width: 104px;
}
.item-view__size-table-left {
  float: left;
}

.p-bg-gray {
  padding: 40px 0 110px;
}
@media (max-width: 979px) {
  .p-recommend {
    padding-left: 25px;
    margin-bottom: 50px;
  }
  .p-bg-gray {
    padding: 30px 0 70px 25px;
  }
}

@media (min-width: 979px) {
  .breakfast .breadcrumb {
    max-width: 86.11vw;
  }
}

@media (max-width: 979px) {
  body.view-success .breakfast {
    margin-bottom: 0;
  }
  body.view-success .breakfast .breadcrumb {
    padding: 12px 10px;
  }
  .list-category-visual {
    margin-bottom: 20px;
  }
  #view {
    margin: 0 0 30px;
  }

  /* left-box */
  #view .left-box {
    width: 100%;
    float: none;
  }
  #item-image {
    float: none;
    margin-bottom: 20px;
  }

  /* right-box */
  #view .right-box {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    float: none;
  }
  #item-name h1 {
    font-size: 18px;
    margin-bottom: 17px;
  }

  .cate-title {
    font-size: 16px;
  }
  #item-detail {
    float: none;
    padding-top: 30px;
  }
  #item-detail select {
    width: 100%;
  }
  #item-detail .item_submit_btn_block {
    margin: 0 0 45px;
  }
  #item-detail .btn_cart_area {
    width: 100%;
  }
  #item-detail .item_submit_btn_block .btn {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }
  #item-detail .search_shop {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }
  #item-detail .item_submit_btn_block .rearrivalAlert.btn {
    height: 60px;
    line-height: 60px;
    margin-bottom: 15px;
  }
  #item-detail .item_submit_btn_block .btn.soldout {
    height: 60px;
    line-height: 60px;
  }
  #item-detail .item_submit_btn_block .btn.btn-primary.btn_cart {
    font-size: 13px;
    height: 60px;
    line-height: 60px;
    text-indent: 10px;
    margin-bottom: 15px;
    background: url(/assets/images/icon/itemview-cart.svg) 96% 48% #bcbcbc
      no-repeat;
    border: 1px solid #bcbcbc;
  }
  #item-detail .rearrivalAlert.rearrivalEnabled {
    margin-bottom: 10px;
  }
  #item-detail .productFavorite {
    width: 100%;
  }

  /* 付加情報 */
  .item_description_block {
    font-size: 13px;
  }
  .item_description_block .commentText {
    line-height: 1.8;
  }
  .item-description {
    line-height: 22px;
    margin-bottom: 55px;
  }
  table.item-material th {
    width: 18%;
  }
  .size-block table th {
    width: 18%;
  }
  #related-items {
    padding-left: 25px;
  }

  /**
  * DH_FRONT_DEPT-1190
  **/
  #item-image .control-thumbs.detail {
    text-align: center;
    margin: 20px 0 0;
    position: fixed;
    z-index: 3;
    width: 100%;
    background: #fff;
    top: 0;
    left: 100%;
    height: 100%;
    margin: 0;
    padding: 0 22px;
    box-sizing: border-box;
    overflow-y: scroll;
    overscroll-behavior-y: none;
    transition: all 0.3s;
  }
  body.detail-show {
    overflow-y: hidden;
  }
  #item-image .control-thumbs.detail.detail-show {
    left: 0;
    transition: all 0.3s;
    height: calc(100% - 60px - env(safe-area-inset-bottom));  /* 画面下部にGナビがある分、高さを調整  */
  }
  #item-image .control-thumbs.detail ul {
    display: flex;
    flex-wrap: wrap;
  }
  #item-image .control-thumbs.detail ul li {
    width: auto !important;
    flex: 0 0;
    flex-basis: calc(100% / 5);
    max-width: calc(100% / 5);
    padding: 3px;
    box-sizing: border-box;
    margin: 0;
    float: none;
  }
  #item-image .control-thumbs-title {
    text-align: center;
    font-size: 16px;
    padding: 20px;
    background: url(/assets/images/icon/left-arrow.svg) left/ 8px 15px no-repeat;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 26px;
  }

  /**
  * DH_FRONT_DEPT-1190
  **/
  #item-name .price {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .color-thumbnail ul li {
    width: 19%;
    margin: 0 1.2% 3px 0;
  }
  .color-thumbnail ul li:nth-child(4n) {
    margin-right: 1.2%;
  }
  .color-thumbnail ul li:nth-child(5n) {
    margin-right: 0;
  }
  #item-name {
    margin-bottom: 0;
  }
  #item-name p.brand_name {
    font-size: 12px;
    margin-bottom: 1px;
  }
  #item-name .price {
    margin-bottom: 5px;
  }
  .color-thumbnail {
    margin-bottom: 30px;
  }
  .color-thumbnail ul li .color-name {
    font-size: 10px;
  }
  #item-name h1 {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 25px;
  }
}

@media (max-width: 979px) {
  #item-name .tax {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}

/* キャプション表示領域 */
.image-caption-area {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media (max-width: 979px) {
  .image-caption-area {
    margin-bottom: 10px;
  }
}
/* キャプション表示領域 キャプション本体 */
.image-caption-area__text {
  width: fit-content;
}

#related-items .swiper-container {
  width: 90%;
}
@media (max-width: 979px) {
  #related-items .swiper-container {
    width: 100%;
  }
}
#related-items .swiper-wrap {
  margin: 0 10px;
}
#related-items .pc_swiper {
  position: relative;
  margin: 0 10px;
}
#related-items .swiper-button-disabled {
  display: none;
}