/* ========================================
リセットcss
========================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-size: 100%;
vertical-align: baseline;
box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}
a {
  text-decoration: none;
  color: #172026;
}
a:active {
  color: #172026;
}

/* ========================================
共通パーツ
========================================= */
body {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", "MS Gothic", sans-serif;
  color: #172026;
  background-color: #FAFAFA;
}
.inner-content {
  max-width: 1280px;
  padding-right: 44px;
  padding-left: 44px;
  margin-right: auto;
  margin-left: auto;
}
a {
  transition: all 0.5s;
}
a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .inner-content {
    max-width: 100%;
  }
}

/* ========================================
商品詳細
========================================= */
.detail-wrap {
  display: block;
  background-color: #FFFFFF;
  margin-top: 32px;
  padding-top: 40px;
  padding-bottom: 57px;
}
.detail-inner {
  display: flex;
  column-gap: 37px;
}
.detail-pic {
  flex-basis: 56%;
}
.detail-text {
  flex-basis: 44%;
}
.detail-pic-wrap {
  display: flex;
  column-gap: 17px;
  position: relative;
}
.detail-pic-name {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #525252;
  max-width: 630px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail-pic-slider {
  position: relative;
}
.detail-pic-slider .swiper-slide {
  height: auto!important;
}
.detail-pic-slider .swiper-slide img {
  aspect-ratio: 120 / 140;
  max-width: 120px;
  width: 100%;
  object-fit: contain;
}
.detail-pic-slider .swiper-slide:not(:last-of-type) {
  margin-bottom: 16px;
}
.detail-pic-active {
  width: 100%;
}
.detail-pic-active.noimage {
  width: 80%;
  height: 450px;
  aspect-ratio: 552 / 680;
  background-color: #C9CACA;
  color: #525252;
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-pic-active img {
  aspect-ratio: 552 / 680;
  max-width: 552px;
  width: 100%;
  object-fit: contain;
}
#detail-swiper.swiper-container {
  overflow: hidden;
  height: 640px;
}
.swiper-button-next::after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
}
.swiper-button-next {
  bottom: -10px!important;
  top: auto!important;
  left: 35px!important;
  --swiper-navigation-color: #666666;
}
.detail-pic-arrow:hover {
  opacity: 0.5;
}
.detail-product-subscription {
  font-size: 16px;
  border: 1px solid;
  width: fit-content;
  padding: 0 16px;
}
.detail-product-shop {
  font-size: 16px;
  width: fit-content;
}
.detail-product-name {
  margin-top: 16px;
  margin-bottom: 17px;
  font-size: 32px;
  color: #525252;
  font-weight: 700;
  word-break: break-all;
}
.detail-tag {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.detail-tag img {
  width: 20px;
  height: 20px;
  margin-right: 8.7px;
}
.detail-price {
  display: flex;
  align-items: baseline;
  justify-content: right;
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 1px solid #C9CACA;
}
.detail-price-text {
  font-size: 32px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  margin-right: 4px;
}
.price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-size {
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap:10px;
  justify-content: center;
}
.detail-size .size {
  display: none!important;
}
.detail-size .size-label {
  padding-inline:8px;
  min-width: 80px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #525252;
  border-radius: 2px;
  color: #525252;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.detail-size .size-label:not(.unavailable):hover {
  opacity: 0.7;
}
.detail-size .size-label.unavailable {
  background-color: #F4F4F4;
  color: #C9CACA;
  position: relative;
}
.detail-size .size-label.unavailable::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left top, transparent 49%, #707070 49%, #707070 51%, transparent 51%);
  cursor: auto;
}
.detail-size .size:checked + .size-label {
  background-color: #4B4B4B;
  color: #FFFFFF;
}
.detail-addtocart {
  display: block;
  max-width: 310px;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #EF7D40;
  border-radius: 200px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 48px;
}
/* タブ */
.tab__menu {
  display: flex;
  align-items: flex-end;
  justify-content: left;
  min-height: 45px;
  padding: 0;
  margin: 0 0 0 15px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab__menu::-webkit-scrollbar{
  display: none;
}
.tab__menu-item {
  list-style: none;
  width: calc((100% - 15px) / 2);
  min-width: 150px;
  padding: 16px 5px;
  text-align: center;
  margin-right: 4px;
  background-color: #F4F4F4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #C9CACA;
  border-left: 1px solid #C9CACA;
  border-right: 1px solid #C9CACA;
  color: #525252;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
  white-space: nowrap;
}
.tab__menu-item:last-of-type {
  margin-right: 0px;
}
.tab__menu-item.is-active {
  background-color: #525252;
  color: #ffffff;
}
.tab__panel {
  width: 100%;
  border-top: 2px solid #525252;
  height: 160px;
  min-height: 160px;
  overflow: hidden;
  position: relative;
}
.tab__panel.open{
	height: auto;
	overflow: unset;
}
.tab__panel-box {
  padding: 16px 0 16px 0;
  display: none;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
}
.tab__panel-box.is-show {
  display: block;
}
.read-more{
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.7), white) repeat scroll 0 0;
	width: 100%;
	padding: 30px 0 10px;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 0;
	transition: all 0.5s ease-in;
}
.read-more.hidden {
  display: none;
}

.tab__panel.open .read-more{
	background: none;
}
.read-more span{
	cursor: pointer;
	display: inline-block;
	padding: 5px 0;
	color: #525252;
}
.read-more span::after{
	content: 'もっと見る';
}
.tab__panel.open .read-more {
  bottom: -40px;
}
.tab__panel.open .read-more span::after{
	content: '閉じる';
}
.message-alert {
  text-align: center;
  color: red;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .detail-wrap {
    display:none;
  }
  .detail-pic-active.noimage {
    width: 100%;
    height: 375px;
  }
}
/* ========================================
商品詳細 - SP
========================================= */
.sp-detail-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-detail-wrap {
    display: block;
    margin-bottom: 72px;
  }
  .sp-detail-name {
    display: block;
    height: 32px;
    padding-right: 16px;
    padding-left: 36px;
    line-height: 32px;
    background-color: #525252;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }
  .sp-detail-name::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #FFFFFF;
    border-left: solid 2px #FFFFFF;
    transform: translate(0, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
  }
  #sp-detail-swiper.swiper-container {
    position: relative!important;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #sp-detail-swiper .swiper-wrapper {
    width: 100%!important;
    height: 375px!important;
  }
  #sp-detail-swiper .swiper-wrapper img {
    width: 100%;
    height: 375px!important;
    object-fit: contain;
    object-position: left top;
  }
  #sp-detail-swiper .swiper-pagination-bullet-active {
    background-color: rgba(23, 32, 38, 0.7)!important;
  }
  .add-to-fav {
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1000;
  }
  .add-to-fav img {
    width: 18px;
    object-fit: contain;
  }
  .sp-detail-wrap .detail-tag {
    font-size: 14px;
    padding-inline: 15.5px;
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .sp-detail-wrap .detail-tag img {
    width: 16px;
    height: 16px;
  }
  .sp-detail-wrap .detail-product-subscription {
    font-size: 14px;
    border: 1px solid;
    width: fit-content;
    padding: 0 12px;
    margin: 0 15px;
  }
  .sp-detail-wrap .detail-product-name {
    margin-top: 8px;
    margin-bottom: 24px;
    font-size: 20px;
    padding-inline: 15.5px;
  }
  .sp-detail-wrap .tab__menu-item {
    width: calc((100% - 32px) / 2);
    min-width: auto;
    padding: 16.5px 5px 14.5px 5px;
    margin-right: 7px;
  }
  .sp-detail-wrap .tab__panel {
    width: 100%;
    padding-inline: 15.5px;
    height: auto!important;
    overflow: visible;
  }
  .sp-detail-wrap .tab__panel-box {
    padding: 16px 0 16px 0;
    font-size: 14px;
    font-weight: 400;
  }
  .sp-detail-wrap .tab__panel-box.is-show {
    display: block;
    padding-bottom: 95px;
  }
}
/* ========================================
商品値段・選択ボタンSP
========================================= */
.sp-bar-wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .message-alert {
    margin: 12px 0;
  }
  .cart-wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .sp-bar-wrap {
    display: block;
    min-height: 72px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F4F4F4;
    box-shadow: 0px 4px 6px 0px #00000014;
    z-index: 1000;
    padding: 9px 16px 5px 16px;
  }
  .sp-bar-wrap .detail-price {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
  .sp-bar-wrap .detail-price-text {
    font-size: 32px;
    display: inline-block;
    line-height: 0.96;
  }
  .sp-bar-wrap .detail-addtocart {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 48px;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-right: 0;
    font-size: 14px;
  }
  .sp-size-label.checked {
    background-color: #4B4B4B;
    color: #FFFFFF;
  }
  #designed_bottom_footer {
    display: none!important;
  }
}