@charset "UTF-8";
.p-goods {
  padding-bottom: 193px;
  position: relative
}

.p-goods .c-list1__info {
  opacity: 1!important
}

.p-goods .c-list1__img a::before {
  display: none
}

.p-goods .c-list1__item:nth-child(n+21) {
  display: none;
  opacity: 0
}

.p-goods .c-list1__item:nth-child(n+21).show {
  -webkit-animation: fade 2s forwards;
  animation: fade 2s forwards
}

.p-goods .c-list1__img {
    position: relative
}

.p-goods .c-list1__img button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.p-goods .c-list1__img button img {
    width: 35px;
    height: 35px
}

@-webkit-keyframes fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.p-detail1 {
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-detail1__img {
  width: 540px;
  overflow: hidden;
  position: relative
}

.p-detail1__img1.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  overflow: auto;
  z-index: 9999
}

.p-detail1__img1.fixed .c-zoom__note, .p-detail1__img1.fixed .p-detail1__img__like {
  display: none
}

.p-detail1__img1.fixed .p-detail1__img2 {
  position: relative
}

.p-detail1__img1.fixed .p-detail1__img__current {
  bottom: initial!important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-detail1__img1.fixed .p-detail1__img__current p {
  background: rgba(0, 0, 0, .3);
  padding: 0;
  width: 76px;
  text-align: center;
  border-radius: 100px
}

.p-detail1__img1.fixed .lSNext, .p-detail1__img1.fixed .lSPrev {
  top: 50%!important
}

.p-detail1__img1.fixed .c-close1 {
  display: block
}

.p-detail1__img1.show {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: all
}

.p-detail1__img1 .c-close1 {
  display: none;
  background: url(/img/common/icon/close.svg) no-repeat center rgba(0, 0, 0, .3);
  background-size: 15px 15px;
  position: absolute;
  top: 10px;
  right: 10px
}

.p-detail1__img .lSGallery li {
  opacity: 1!important;
  position: relative
}

.p-detail1__img .lSGallery li.active::before {
  content: '';
  border: 2px solid #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.p-detail1__img .lSGallery li.active::after {
  content: '';
  border: 2px solid #fff;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px
}

.p-detail1__img .lSGallery li:nth-child(5n+1) {
  margin-left: 0!important
}

.p-detail1__img .lSNext, .p-detail1__img .lSPrev {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  text-indent: -9999px;
  border: none;
  border-radius: 3px;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0
}

.p-detail1__img .lSNext.lSPrev, .p-detail1__img .lSPrev.lSPrev {
  left: 10px;
  background: url(/img/common/icon/left_white.svg) no-repeat center rgba(51, 51, 51, .2);
  background-size: 8px 16px
}

.p-detail1__img .lSNext.lSNext, .p-detail1__img .lSPrev.lSNext {
  right: 10px;
  background: url(/img/common/icon/right_white.svg) no-repeat center rgba(51, 51, 51, .2);
  background-size: 8px 16px
}

.p-detail1__img .c-zoom__img {
  width: 540px;
  height: 594px
}

.p-detail1__img .c-zoom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.p-detail1__img .c-zoom__note {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
  line-height: 24px
}

.p-detail1__img .c-zoom__item:not(.active) {
  pointer-events: none
}

.p-detail1__img .c-zoom__item:not(.active) img {
  pointer-events: none
}

.p-detail1__img__current {
  display: none
}

.p-detail1__img__like {
  display: none
}

.p-detail1__img__thumb {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 9998;
  background: #fff;
  overflow: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.p-detail1__img__thumb.active {
  left: 0
}

.p-detail1__img__thumb__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-detail1__img__thumb__inner p {
  width: 33.3333%;
  height: 37vw
}

.p-detail1__img__thumb__inner p figure {
  width: 100%;
  height: 100%
}

.p-detail1__img__thumb__inner p img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.p-detail1__info {
  width: 500px
}

.p-detail1__modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 490px;
  height: auto;
  overflow-y: scroll;
  margin: auto;
  background-color: #fff;
  padding: 60px;
  overflow: visible;
  z-index: 1004;
  text-align: center;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated
}

.p-detail1__modal.js-active {
  display: block
}

.p-detail1__modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 46px;
  background: url(/img/common/icon/modal_close_pc.png) no-repeat center;
  cursor: pointer
}

.p-detail1__modal__ttl {
  font-size: 14px;
  margin-bottom: 20px
}

.p-detail1__modal__btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.p-detail1__modal__btn.is-cancel {
  height: 46px;
  border-radius: 3px;
  width: calc((100% - 10px)/ 2);
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  border: 1px solid #333;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 10px 0 0
}

.p-detail1__modal__btn.is-cart {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: url(/img/common/cart3.svg) no-repeat 73% 50% #333;
  background-size: 210px 19px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  height: 46px;
  position: relative;
  width: calc((100% - 10px)/ 2)
}

.p-detail1__modal__btn.is-cart input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.p-detail1__overlay {
  display: none;
  background-color: rgba(51, 51, 51, .8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003
}

.p-detail1__overlay.js-active {
  display: block
}

.p-detail1 .c-detail__tag:after {
  display: block;
  content: "";
  clear: both
}

.p-detail1 .c-detail__tag1 {
  font-size: 1.2rem;
  margin: 3px 17px 0 0;
  letter-spacing: 1px;
  float: left
}

.p-detail1 .c-detail__tag2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.p-detail1 .c-detail__tag2 li {
  font-size: 1.1rem;
  color: #fff;
  background: #999;
  line-height: 1;
  margin: 0 6px 6px 0;
  width: auto
}

.p-detail1 .c-detail__tag2 li img {
  height: 22px
}

.p-detail1 .c-detail__tag2 li.new {
  background: #ec2626
}

.p-detail1 .c-detail__sub1 {
  display: none
}

.p-detail1 .c-detail__sub2 {
  font-size: 1.1rem;
  opacity: .5;
  margin: 7px 0 0
}

.p-detail1 .c-detail__title {
  font-size: 2rem;
  font-weight: 400;
  margin: 30px 0 0;
  line-height: 32px
}

.p-detail1 .c-detail__price1 {
  opacity: .5;
  font-size: 1.4rem
}

.p-detail1 .c-detail__price2 {
  color: #ec2626;
  font-size: 1.8rem;
  font-weight: 700
}

.p-detail1 .c-detail__price2 span {
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px
}

.p-detail1 .c-detail__price3 {
  color: #333;
  font-size: 1.8rem;
  font-weight: 700
}

.p-detail1 .c-detail__price3 span {
  font-size: 12px;
  font-weight: 400;
  margin-right: 10px
}

.p-detail1 .c-detail__note1 {
  margin: 35px 0 0
}

.p-detail1 .c-detail__note1__tit {
  background: url(/img/common/icon/p.svg) no-repeat top left;
  background-size: 20px 20px;
  padding-left: 27px;
  font-size: 1.2rem;
  line-height: 20px;
  display: inline-block;
  font-size: 1.2rem
}

.p-detail1 .c-detail__note1__bnt {
  font-size: 1.2rem;
  line-height: 20px;
  margin-left: 10px;
  text-decoration: underline
}

.p-detail1 .c-detail__note1__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, .7);
  overflow: auto;
  padding: 100px 0;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.p-detail1 .c-detail__note1__inner.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: all
}

.p-detail1 .c-detail__note1__inner .l-container {
  width: 830px
}

.p-detail1 .c-detail__note1__inner .faq_rank {
  background: #fff;
  padding: 20px;
  position: relative
}

.p-detail1 .c-detail__note1__inner .faq_rank .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/img/common/icon/close.svg) no-repeat center;
  background-size: 30px 30px;
  border: none;
  text-indent: -99999px;
  cursor: pointer
}

.p-detail1 .c-detail__note1__inner .faq_rank h2 {
  font-size: 2rem;
  padding: 10px;
  font-weight: 700;
  text-align: center
}

.p-detail1 .c-detail__note1__inner .faq_rank h4 {
  font-size: 1.6rem;
  padding: 15px 0 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  font-weight: 700
}

.p-detail1 .c-detail__note1__inner .faq_rank p {
  font-size: 1.4rem
}

.p-detail1 .c-detail__note1__inner .faq_rank p a {
  text-decoration: underline
}

.p-detail1 .c-detail__note1__inner .faq_rank ul {
  font-size: 14px;
  padding-left: 15px;
  line-height: 1.4;
  list-style: disc outside
}

.p-detail1 .c-detail__note2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/img/common/icon/heart.svg) no-repeat top left;
  background-size: 20px 20px;
  padding-left: 27px;
  line-height: 20px;
  margin: 9px 0 0
}

.p-detail1 .c-detail__note2__txt {
  font-size: 1.2rem;
  margin: 0 12px 0 0;
  border-right: 1px solid;
  padding: 0 14px 0 0
}

.p-detail1 .c-detail__note2 .c-rating {
  margin-right: 14px
}

.p-detail1 .c-detail__note2 a {
  text-decoration: underline;
  font-size: 1.2rem
}

.p-detail1 .c-detail__note3 {
  font-size: 1.2rem;
  margin: 35px 0 0
}

.p-detail1 .c-detail__note3 span {
  font-weight: 700
}

.p-detail1 .c-detail__note4 {
  display: block;
  background: #f4f4f4;
  width: 100%;
  margin: 40px 0 0;
  font-size: 1.1rem;
  line-height: 20px;
  padding: 15px 20px;
  font-weight: 700;
  border: 1px solid #ddd
}

.p-detail1 .c-detail__type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0
}

.p-detail1 .c-detail__type li {
  margin-right: 10px;
  position: relative;
  width: calc((100% - 50px)/ 6);
  text-align: center
}

.p-detail1 .c-detail__type li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.p-detail1 .c-detail__type li .c-detail__type__thumb {
  display: block;
  position: relative;
  background-color: #fafafa;
  background-size: cover
}

.p-detail1 .c-detail__type li .c-detail__type__color {
  display: block;
  margin-top: 6px;
  padding: 0 8px;
  line-height: 1.4;
  font-size: 10px
}

.p-detail1 .c-detail__type li.active .c-detail__type__thumb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #333
}

.p-detail1 .c-detail__type li.active .c-detail__type__thumb::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 2px solid #fff
}

.p-detail1 .c-detail__bnt {
  display: none
}

.p-detail1 .c-detail__chooses .c-close2 {
  display: none
}

.p-detail1 .c-detail__choose+.c-detail__choose {
  margin-top: -21px
}

.p-detail1 .c-detail__choose1 {
  width: 52px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.p-detail1 .c-detail__choose1 img {
  margin-bottom: 10px
}

.p-detail1 .c-detail__choose1 p {
  font-size: 1rem
}

.p-detail1 .c-detail__choose2 {
  width: calc(100% - 72px)
}

.p-detail1 .c-detail__choose2__detail {
  display: none;
  z-index: 2;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #333;
  overflow: hidden
}

.p-detail1 .c-detail__choose2__detail ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-detail1 .c-detail__choose2__detail li {
  width: calc(33.3333% - 5px);
  position: relative
}

.p-detail1 .c-detail__choose2__detail li input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  padding: 0;
  z-index: 9;
  cursor: pointer
}

.p-detail1 .c-detail__choose2__detail li input:checked+.c-detail__choose2__detail__txt1 {
  border-color: #123456
}

.p-detail1 .c-detail__choose2__detail li.type2 .c-detail__choose2__detail__txt1 {
  background: url(/img/common/icon/square1.svg) no-repeat center left 10px;
  background-size: 19px 18px;
  padding-left: 38px
}

.p-detail1 .c-detail__choose2__detail li.type3 .c-detail__choose2__detail__txt1 {
  background: url(/img/common/icon/square2.svg) no-repeat center left 10px;
  background-size: 17px 18px;
  padding-left: 38px
}

.p-detail1 .c-detail__choose2__detail__txt1 {
  border: 1px solid #ddd;
  font-size: 1.2rem;
  padding: 7px 11px;
  width: 100%;
  display: block;
  border-radius: 3px;
  white-space: nowrap;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-detail1 .c-detail__choose2__detail__txt1 span {
  font-size: 10px;
  display: inline-block;
  position: relative
}

.p-detail1 .c-detail__choose2__detail__txt1 span.del::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ec2626
}

.p-detail1 .c-detail__choose2__detail__txt2 {
  position: absolute;
  top: calc(100% + 3px);
  color: #ec2626;
  font-size: 1.1rem;
  text-align: center;
  left: 0;
  right: 0
}

.p-detail1 .c-detail__choose2__detail1 {
  padding: 29px 30px
}

.p-detail1 .c-detail__choose2__detail2 {
  padding: 29px 30px;
  background: #fafafa
}

.p-detail1 .c-detail__choose2__detail2__txt {
  font-size: 1.2rem;
  display: none
}

.p-detail1 .c-detail__choose2__detail2__fx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 11px 0 28px;
  display: none
}

.p-detail1 .c-detail__choose2__detail2__fx__select {
  width: 221px;
  background: url(/img/common/icon/bottom.svg) no-repeat center right 10px #fff;
  background-size: 8px 4px;
  border: 1px solid #333;
  border-radius: 3px
}

.p-detail1 .c-detail__choose2__detail2__fx__select select {
  background: 0 0;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  height: 35px
}

.p-detail1 .c-detail__choose2__detail2__fx__txt {
  font-size: 1.2rem
}

.p-detail1 .c-detail__choose2__detail2__fx__txt a {
  text-decoration: underline
}

.p-detail1 .c-detail__choose2__detail2__cart {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: url(/img/common/cart2.svg) no-repeat center #333;
  background-size: 210px 19px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  height: 46px;
  position: relative
}

.p-detail1 .c-detail__choose2__detail2__cart.disabled {
  pointer-events: none;
  opacity: .5
}

.p-detail1 .c-detail__choose2__detail2__cart input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.p-detail1 .c-detail__choose2__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative
}

.p-detail1 .c-detail__choose2__size>div:nth-last-child(2) {
  margin-right: 0
}

.p-detail1 .c-detail__choose2__size:not(:has(.c-detail__choose2__stock.pc-only)) {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-detail1 .c-detail__choose2__size:not(:has(.c-detail__choose2__stock.pc-only)) .c-detail__choose2__drop {
  width: 126px;
  margin: 0 11px 0 0
}

.p-detail1 .c-detail__choose2__size:not(:has(.c-detail__choose2__stock.pc-only)) .c-detail__choose2__cart {
  width: 1px
}

.p-detail1 .c-detail__choose2__size:not(:has(.c-detail__choose2__stock.pc-only)) .c-detail__choose2__favorite {
  width: 60px
}

.p-detail1 .c-detail__choose2__size:last-child {
  border-bottom: none
}

.p-detail1 .c-detail__choose2__txt {
  width: 72px;
  text-align: center;
  font-size: 1.2rem
}

.p-detail1 .c-detail__choose2__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.p-detail1 .c-detail__choose2__txt2 {
  border: 1px solid #333;
  border-radius: 3px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: .5;
  line-height: 44px;
  font-size: 1.2rem;
  pointer-events: none;
  margin-right: 5px
}

.p-detail1 .c-detail__choose2__txt3 {
  border: 1px solid #333;
  border-radius: 3px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.2rem;
  opacity: 1!important;
  margin-right: 5px
}

.p-detail1 .c-detail__choose2__txt3 span {
  line-height: 44px;
  display: inline-block;
  background: url(/img/common/icon/mail.svg) no-repeat center left;
  padding-left: 25px;
  background-size: 16px 13px
}

.p-detail1 .c-detail__choose2__favorite {
  width: 42px;
  text-align: center;
  position: relative;
  margin-left: auto
}

.p-detail1 .c-detail__choose2__favorite button {
  width: 20px;
  height: 20px;
  text-indent: -999999px;
  background: url(/img/common/icon/heart.svg);
  background-size: 20px 20px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer
}

.p-detail1 .c-detail__choose2__favorite button.active {
  background-image: url(/img/common/icon/heartRed.svg)
}

.p-detail1 .c-detail__choose2__favorite button.active+p {
  -webkit-animation: show 1s ease;
  animation: show 1s ease
}

@-webkit-keyframes show {
  100% {
    bottom: calc(100% + 10px);
    opacity: 1
  }
}

@keyframes show {
  100% {
    bottom: calc(100% + 10px);
    opacity: 1
  }
}

.p-detail1 .c-detail__choose2__favorite p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #999;
  font-size: 1.1rem;
  white-space: nowrap;
  padding: 7px 13px;
  opacity: 0;
  pointer-events: none;
  bottom: calc(100% + 20px);
  color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.p-detail1 .c-detail__choose2__favorite p::before {
  content: '';
  width: 9px;
  height: 9px;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(100% - 5px);
  left: calc(50% - 5px);
  background: #999
}

.p-detail1 .c-detail__choose2__favorite:has(+.c-detail__choose2__stock) {
  margin-left: auto
}

.p-detail1 .c-detail__choose2__drop {
  width: 98px;
  border: 1px solid #333;
  line-height: 44px;
  cursor: pointer;
  border-radius: 3px;
  font-size: 1.2rem;
  padding: 0 0 0 15px;
  background: url(/img/common/icon/bottom.svg) no-repeat center right 9px;
  background-size: 8px 4px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-right: 5px
}

.p-detail1 .c-detail__choose2__drop.active {
  background-image: url(/img/common/icon/top.svg);
  border-radius: 3px 3px 0 0;
  border-bottom-color: #fff;
  z-index: 5
}

.p-detail1 .c-detail__choose2__input {
  display: none
}

.p-detail1 .c-detail__choose2__input:checked+.c-detail__choose2__drop {
  background-image: url(/img/common/icon/close_txt_pc.png);
  background-size: 50px;
  border-radius: 3px 3px 0 0;
  z-index: 5;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 0
}

.p-detail1 .c-detail__choose2__input:checked+*+.c-detail__choose2__detail {
  display: block
}

.p-detail1 .c-detail__choose2__input:checked+*+.c-detail__choose2__detail+*+.c-detail__choose2__favorite, .p-detail1 .c-detail__choose2__input:checked+*+.c-detail__choose2__detail+.c-detail__choose2__cart {
  display: none
}

.p-detail1 .c-detail__choose2__cart {
  background: url(/img/common/cart.svg) no-repeat center #333;
  background-size: 112px 19px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  height: 46px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  margin-right: 5px
}

.p-detail1 .c-detail__choose2__cart input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.p-detail1 .c-detail1 {
  border-top: 1px solid #ddd;
  padding: 0 21px
}

.p-detail1 .c-detail1__title {
  background: url(/img/common/icon/bottom.svg) no-repeat center right 4px;
  background-size: 8px 4px;
  font-size: 1.4rem;
  padding: 18px 0;
  letter-spacing: 2px;
  cursor: pointer;
  display: block;
  font-weight: 700
}

.p-detail1 .c-detail1__title__input {
  display: none
}

.p-detail1 .c-detail1__title__input:checked+.c-detail1__title {
  background-image: url(/img/common/icon/top.svg)
}

.p-detail1 .c-detail1__inner {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: .5s ease;
  transition: .5s ease
}

.p-detail1 .c-detail1__inner p {
  font-size: 1.2rem;
  line-height: 24px
}

.p-detail1 .c-detail1__inner img {
  border: 1px solid #ddd;
  background: #fafafa;
  width: 304px;
  margin: 6px 0 8px;
  padding: 18px
}

.p-detail1 .c-detail1__inner table {
  width: 100%;
  margin: 11px 0 0
}

.p-detail1 .c-detail1__inner table td, .p-detail1 .c-detail1__inner table th {
  text-align: left;
  font-weight: 400;
  padding-bottom: 12px;
  vertical-align: top
}

.p-detail1 .c-detail1__inner table th {
  width: 78px;
  font-size: 1.2rem;
  line-height: 18px
}

.p-detail1 .c-detail1__inner table td p {
  text-indent: -9px;
  margin-left: 9px;
  line-height: 18px
}

.p-detail1 .c-detail1__inner table td a {
  text-decoration: underline
}

.p-detail1 .c-detail1__inner table td div {
  border: 1px solid #333;
  line-height: 24px;
  padding: 14px 21px;
  margin: 16px 0 0 11px;
  font-size: 1.2rem
}

.p-detail1 .c-detail1__inner .c-close2 {
  display: none
}

.p-detail1 .c-detail1__inner .close {
  display: none!important
}

.p-detail1 .c-detail1__more {
  padding: 0 0 33px
}

.p-detail1 .c-detail1__tit01 {
  font-size: 1.4rem;
  line-height: 24px;
  padding: 13px 0 8px
}

.p-detail1 .c-detail1__tit02 {
  font-size: 1.2rem;
  padding: 31px 0 0
}

.p-detail1 .c-detail2 {
  border-top: 1px solid #ddd;
  padding: 0 21px 37px
}

.p-detail1 .c-detail2__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-detail1 .c-detail2__title1 {
  font-size: 1.4rem;
  padding: 18px 0;
  letter-spacing: 2px
}

.p-detail1 .c-detail2__title2 {
  /*font-size: 1.2rem;*/
  font-size: 0rem;
  padding-right: 23px;
  background: url(/img/common/icon/square3.svg) no-repeat center right
}
.p-detail1 .c-detail2__title2:before {
  font-size: 1.2rem;
  content: '詳しい寸法はこちら';
}

.p-detail1 .c-detail2__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, .7);
  overflow: auto;
  padding: 100px 10px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

.p-detail1 .c-detail2__popup.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: all
}

.p-detail1 .c-detail2__popup .l-container {
  display: none;
  background: #fff;
  position: relative;
  padding: 15px
}

.p-detail1 .c-detail2__popup .close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/img/common/icon/close.svg) no-repeat center;
  background-size: 30px 30px;
  border: none;
  text-indent: -99999px;
  cursor: pointer
}

.p-detail1 .c-detail2__box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 21px 0 #e8e8e8;
  box-shadow: 0 0 21px 0 #e8e8e8;
  padding: 17px 7px 14px
}

.p-detail1 .c-detail2__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-detail1 .c-detail2__left__img {
  position: relative;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 5px 0 0
}

.p-detail1 .c-detail2__left__img img {
  width: 40px;
  height: 40px
}

.p-detail1 .c-detail2__left__img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #b7b9b9;
  border-radius: 100px
}

.p-detail1 .c-detail2__left__img::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 1px solid #fff;
  border-radius: 100px
}

.p-detail1 .c-detail2__left__txt {
  font-size: 1.2rem;
  line-height: 23px
}

.p-detail1 .c-detail2__left__txt span {
  display: block;
  font-size: 16px
}

.p-detail1 .c-detail2__link {
  color: #fff;
  border-radius: 100px;
  padding: 0 20px 0 10px;
  line-height: 22px;
  background: url(/img/common/icon/right_white.svg) no-repeat center right 5px #777;
  background-size: 8px 12px
}

.p-detail1 .c-detail2__box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 17px 0 0
}

.p-detail1 .c-detail2__box2 a {
  font-size: 1.2rem
}

.p-detail1 .c-detail3 {
  border-top: 1px solid #ddd;
  padding: 41px 0 0
}

.p-detail1 .c-detail3__link {
  font-size: 1.2rem;
  background: url(/img/common/icon/mail.svg) no-repeat center left;
  background-size: 18px 15px;
  padding-left: 32px
}

.p-detail1 .c-detail3__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p-detail1 .c-detail3__social li+li {
  margin-left: 30px
}

.p-detail2 {
  margin: 90px 0 0
}

.p-detail2 .c-title1 {
  padding: 0 0 6px 0
}

.p-detail2 .c-title1__txt {
  letter-spacing: 0
}

.p-detail2 .c-title1 .c-bnt5 {
  position: absolute;
  bottom: 15px;
  right: 0
}

.p-detail2 .c-list1 {
  margin: 34px 0 0
}

.p-detail2 .c-list1__item {
  margin-left: 0
}

.p-detail2 .c-list1+.lSAction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 342px;
  margin: 40px auto 0
}

.p-detail2 .c-list1+.lSAction .lSNext, .p-detail2 .c-list1+.lSAction .lSPrev {
  height: 28px;
  width: 28px;
  text-indent: -9999px;
  border: none;
  border-radius: 3px;
  z-index: 10;
  cursor: pointer;
  display: block;
  border: 1px solid #333
}

.p-detail2 .c-list1+.lSAction .lSNext.disabled, .p-detail2 .c-list1+.lSAction .lSPrev.disabled {
  opacity: .5;
  pointer-events: none
}

.p-detail2 .c-list1+.lSAction .lSNext.lSPrev, .p-detail2 .c-list1+.lSAction .lSPrev.lSPrev {
  left: 10px;
  background: url(/img/common/icon/prev.svg) no-repeat center;
  background-size: 4px 8px
}

.p-detail2 .c-list1+.lSAction .lSNext.lSNext, .p-detail2 .c-list1+.lSAction .lSPrev.lSNext {
  right: 10px;
  background: url(/img/common/icon/next.svg) no-repeat center;
  background-size: 4px 8px
}

.p-detail2 .lSPager {
  margin-bottom: 82px!important
}

.c-detail__choose2__stock.pc-only {
  background: url(/img/common/stock.png) no-repeat center #ededed;
  background-size: 67%;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  height: 46px;
  width: 64px;
  position: relative
}

.c-detail__choose2__stock.pc-only.disabled {
  opacity: .5;
  pointer-events: none
}

.c-detail__choose2__stock.pc-only input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.c-detail__choose2__stock.sp-only {
  cursor: pointer;
  background: url(/img/common/icon/stockGray.svg) no-repeat center left;
  padding-left: 26px;
  margin-bottom: 10px;
  background-size: contain;
  text-decoration: underline;
  text-underline-offset: .25em;
  font-size: 1.2rem
}

.c-detail__choose2__stock.sp-only.disabled {
  opacity: .5;
  text-decoration: none;
  pointer-events: none
}

.p-stock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, .8);
  padding: 15px;
  z-index: 99999;
  height: 100%;
  overflow: auto
}

.p-stock .btn-reset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.p-stock.js-active {
  display: block
}

.p-stock__modal--content {
  position: fixed;
  top: 53%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 650px;
  width: 830px;
  overflow-y: auto;
  margin: auto;
  background-color: #fff;
  padding: 48px;
  z-index: 1004;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated
}

.p-stock__header {
  background: #fff;
  position: relative
}

.p-stock__header1 {
  padding: 0 20px 24px 0;
  font-size: 2rem
}

.p-stock__header2 {
  position: absolute;
  top: -3px;
  right: 3px;
  width: 15px;
  height: 15px;
  background: url(/img/common/icon/closeBlack.svg) no-repeat center;
  background-size: 15px 15px;
  border: none;
  text-indent: -9999px
}

.p-stock__accordion {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto
}

.p-stock__accordion>li {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd
}

.p-stock__accordion>li:first-of-type {
  border-top: 1px solid #ddd
}

.p-stock__accordion--title {
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 18px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: left;
  background-color: #fafafa;
  font-weight: 700;
  border-bottom: 1px solid #ddd
}

.p-stock__accordion--title::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 26px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.p-stock__accordion--title.close+.p-stock__accordion--box {
  border-bottom: 1px solid #ddd
}

.p-stock__accordion--title.close::after {
  top: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.p-stock__accordion--box {
  display: none;
  background: #fff;
  padding: 0 48px
}

.p-stock__accordion--box li {
  text-align: left;
  padding: 36px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-stock__accordion--box li:not(:last-of-type) {
  border-bottom: 1px solid #ddd
}

.p-stock__accordion--lead {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 6px
}

.p-stock__accordion--text {
  font-size: 1.1rem;
  line-height: 2rem
}

.p-stock__accordion--reserve-status {
  font-size: 1.2rem;
  margin-bottom: 18px;
  position: relative
}

.p-stock__accordion--reserve-status::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-right: 6px
}

.p-stock__accordion--reserve-status.stocked::before {
  background-image: url(/img/common/stock_status1.svg)
}

.p-stock__accordion--reserve-status.soldout::before {
  background-image: url(/img/common/stock_status2.svg)
}

.p-stock__accordion--reserve-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 140px;
  height: 30px;
  color: #fff;
  background: #333;
  border-radius: 3px;
  font-size: 1.2rem
}

.p-stock__accordion--reserve-btn.soldout {
  background: #d6d6d6;
  pointer-events: none
}

.p-stock__accordion--reserve-btn:focus {
  outline: 2px solid #4ba0dd
}

.p-stock__close {
  position: fixed;
  top: calc(50% - 325px - 30px - 12px);
  right: calc(50% - 415px);
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100000
}

.p-stock__close.js-active {
  display: block
}

.p-stock__close2 {
  display: none;
  width: 109px;
  border: 1px solid #333;
  border-radius: 100px;
  font-size: 1.2em;
  text-align: center;
  background: url(/img/common/icon/closeBlack.svg) no-repeat center right 15px #fff;
  background-size: 9px 9px;
  margin: 22px auto 0;
  padding: 8px 0
}

.p-stock__close2.js-active {
  display: block
}

.p-stock__thumbnail {
  margin-right: 24px;
  width: 13.6%
}

.p-stock__thumbnail img {
  width: 100px
}

.p-stock__info {
  width: 80%
}

.p-stock__info--ttl {
  font-size: 1.4rem;
  margin-bottom: 6px;
  text-align: left
}

.p-stock__info--price {
  font-size: 1.2rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: .1em
}

.p-stock__info--select {
  margin-top: 24px;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem
}

.p-stock__info--select dt {
  width: 22%;
  margin-bottom: 6px
}

.p-stock__info--select dd {
  width: 78%;
  font-weight: 700;
  margin-bottom: 6px
}

.p-stock__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px
}

.p-stock__selects label {
  font-size: 1.2rem;
  margin-right: 6px
}

.p-stock__select {
  position: relative;
  display: inline-block
}

.p-stock__select select {
  font-size: 1.2rem;
  border-radius: 3px;
  margin: 10px 0;
  width: 150px;
  height: 46px;
  padding-left: 16px;
  padding-right: 6px
}

.p-stock__select select:focus {
  outline: 2px solid #4ba0dd
}

.p-stock__select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 30px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #909090;
  border-right: 1px solid #909090;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}

.p-stock__select:first-of-type {
  margin-right: 12px
}

.p-stock__overlay {
  display: none;
  background-color: rgba(51, 51, 51, .8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003
}

.p-stock__overlay.js-active {
  display: block
}

.p-stock__lead {
  line-height: 2rem;
  margin: 30px 0;
  text-align: left;
  color: #ec2626;
  font-size: 1.2rem
}

.p-stock[data-current-id="2"] .p-stock__header {
  font-size: 1.4rem
}

.p-stock[data-current-id="2"] .p-stock__header:not(:has(.p-stock__header1)) {
  font-weight: 700;
  margin-bottom: 12px
}

.p-stock[data-current-id="2"] .p-stock__header--small {
  font-size: 1.2rem;
  font-weight: 400
}

.p-stock[data-current-id="2"] .p-stock__product {
  border-bottom: none
}

.p-stock[data-current-id="2"] .p-stock__shop-info {
  padding: 30px 48px;
  border: 1px solid #ddd;
  margin-bottom: 24px
}

.p-stock[data-current-id="2"] .p-stock__shop-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px
}

.p-stock[data-current-id="2"] .p-stock__shop-address {
  line-height: 1.8rem;
  font-size: 1.1rem
}

.p-stock[data-current-id="2"] .p-stock__shop-address span {
  display: block
}

.p-stock[data-current-id="2"] .p-stock__shop-address span:nth-of-type(2) {
  margin-top: 6px
}

.p-stock[data-current-id="2"] .p-stock__select select {
  margin: 0
}

.p-stock[data-current-id="2"] .p-stock__select-note {
  color: #ec2626;
  margin-top: 6px;
  margin-bottom: 24px;
  font-size: 1.1rem
}

.p-stock[data-current-id="2"] .p-stock__term {
  border: 1px solid #ddd;
  padding: 18px 48px;
  margin: 10px 0 0;
  line-height: 1.6rem
}

.p-stock[data-current-id="2"] .p-stock__term li {
  padding-left: 2rem;
  text-indent: -2rem;
  font-size: 1.1rem
}

.p-stock[data-current-id="2"] .p-stock__term li:not(:first-child) {
  margin-top: 3px
}

.p-stock[data-current-id="2"] .p-stock__reserve-submit-btn {
  margin: 20px auto 18px;
  display: block;
  background-color: transparent;
  border: none;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 300px;
  height: 46px;
  color: #fff;
  background: #a9a9a9;
  border-radius: 3px
}

.p-stock[data-current-id="2"] .p-stock__note {
  text-align: center;
  color: #ec2626;
  font-size: 1.1rem
}

.p-stock__policy {
  margin: 20px auto 15px;
  text-align: center;
  font-size: 1.3rem
}

.p-stock__policy input {
  -webkit-appearance: auto;
}

.p-stock[data-current-id="2"] .p-stock__back-btn {
  display: block;
  width: 150px;
  height: 46px;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  margin: 20px auto 0;
  font-size: 1.4rem
}

.p-stock[data-current-id="3"] .p-stock__modal--content {
  width: 480px;
  height: 480px
}

.p-stock[data-current-id="3"] .p-stock__header.pc-only {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px
}

.p-stock[data-current-id="3"] .p-stock__header.pc-only--small {
  font-size: 1.2rem;
  font-weight: 400
}

.p-stock[data-current-id="3"] .p-stock__complete {
  border: 1px solid #ddd;
  padding: 36px 30px
}

.p-stock[data-current-id="3"] .p-stock__complete-header {
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 18px
}

.p-stock[data-current-id="3"] .p-stock__complete-message {
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: -.1em
}

.p-stock[data-current-id="3"] .p-stock__complete-annotation-message {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: left;
  margin: 26px 0px 15px 40px;
  color: #ec2626;
  letter-spacing: -.1em
}

.p-stock[data-current-id="3"] .p-stock__close-btn {
  margin: 18px auto 0;
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 120px;
  height: 46px;
  color: #fff;
  background: #333;
  border-radius: 3px
}

.p-stock[data-current-id="3"]+.p-stock__close {
  top: calc(50vh - 248px);
  right: calc(50vw - 244px)
}

@media screen and (min-width:770px) {
  .p-detail1__img .lSGallery {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    width: 100%!important
  }
  .p-detail1__img .lSGallery li {
    margin: 0 0 25px 25px!important;
    width: 86px;
    height: 95px
  }
  .p-detail1__img .lSGallery li img {
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
  }
  .p-detail1__img__thumb {
    display: none
  }
  .p-detail1 .c-detail__tag2 li:hover {
    opacity: .75
  }
  .p-detail1 .c-detail__note1__bnt:hover {
    opacity: .75;
    text-decoration: none
  }
  .p-detail1 .c-detail__note1__inner .faq_rank p a:hover {
    opacity: .75
  }
  .p-detail1 .c-detail__note2 a:hover {
    opacity: .75;
    text-decoration: none
  }
  .p-detail1 .c-detail__type li:nth-child(-n+6) {
    margin-bottom: 10px
  }
  .p-detail1 .c-detail__type li:nth-child(6n) {
    margin-right: 0
  }
  .p-detail1 .c-detail__chooses {
    margin: 40px 0 60px;
    position: relative
  }
  .p-detail1 .c-detail__chooses::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background: #ddd;
    height: 1px
  }
  .p-detail1 .c-detail__choose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    position: relative
  }
  .p-detail1 .c-detail__choose__close {
    display: none
  }
  .p-detail1 .c-detail__choose2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-detail1 .c-detail__choose2__detail {
    position: absolute;
    left: -72px;
    right: 0;
    top: calc(100% - 21px)
  }
  .p-detail1 .c-detail__choose2__detail2__fx__txt a:hover {
    text-decoration: none;
    opacity: .75
  }
  .p-detail1 .c-detail__choose2__size {
    width: 100%
  }
  .p-detail1 .c-detail__choose2__txt span {
    display: none
  }
  .p-detail1 .c-detail__choose2__txt3:hover {
    background: #fafafa
  }
  .p-detail1 .c-detail1__title__input:checked+*+.c-detail1__inner {
    max-height: 3000px
  }
  .p-detail1 .c-detail1__inner p a:hover {
    opacity: .75
  }
  .p-detail1 .c-detail1__inner table td a:hover {
    text-decoration: none;
    opacity: .75
  }
  .p-detail1 .c-detail2__popup #size_header {
    padding: 10px;
    background-color: #000;
    color: #fff
  }
  .p-detail1 .c-detail2__popup #nude_size_detail {
    border: 1px solid #a0a0a0;
    background: #f5f5f5;
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail {
    width: 100%;
    max-width: 504px;
    margin: 0 auto
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .flex_size_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .size_detail_l p {
    padding: 15px 0 20px 30px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .size_detail_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    padding-top: 1px;
    text-align: center
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .size_detail_r p.size_top {
    padding-left: 10px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 15px 0 10px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_exp_anchor, .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_scale_anchor {
    padding: 7px 15px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    width: 48%;
    margin: 1%;
    cursor: pointer
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_exp_anchor img, .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_scale_anchor img {
    border: none;
    margin: 8px 0 0 5px
  }
  .p-detail1 .c-detail2__popup #size_exp {
    padding: 20px 0
  }
  .p-detail1 .c-detail2__popup #size_exp p {
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 10px 15px
  }
  .p-detail1 .c-detail2__popup #size_exp p a {
    color: #b93838;
    text-decoration: underline
  }
  .p-detail1 .c-detail2__popup #size_exp .size_img {
    padding: 10px 0;
    max-width: 650px;
    margin: 0 auto
  }
  .p-detail1 .c-detail2__popup #size_exp h3 {
    background-color: #000;
    padding: 7px 10px;
    margin: 40px 0 20px;
    color: #fff;
    font-size: 18px
  }
  .p-detail1 .c-detail2__popup #size_exp h4 {
    font-size: 16px;
    margin: 10px;
    text-align: center
  }
  .p-detail1 .c-detail2__popup #size_exp .size_img {
    text-align: center
  }
  .p-detail1 .c-detail2__box2 a:hover {
    opacity: .75
  }
  .p-detail1 .c-detail3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-detail1 .c-detail3__link:hover {
    opacity: .75
  }
  .p-detail1 .c-detail3__social li:hover {
    opacity: .7
  }
  .p-detail2 .c-list1+.lSAction .lSNext.lSPrev:hover, .p-detail2 .c-list1+.lSAction .lSPrev.lSPrev:hover {
    background-color: #fafafa
  }
  .p-detail2 .c-list1+.lSAction .lSNext.lSNext:hover, .p-detail2 .c-list1+.lSAction .lSPrev.lSNext:hover {
    background-color: #fafafa
  }
  .p-detail2 .c-list2__item:nth-child(n+6) {
    display: none
  }
}

@media screen and (min-width:770px) and (min-width:770px) {
  .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_exp_anchor:hover, .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_scale_anchor:hover {
    opacity: .8
  }
  .p-detail1 .c-detail2__popup #size_exp p a:hover {
    text-decoration: none;
    opacity: .75
  }
}

@media screen and (max-width:769px) {
  .p-goods {
    padding-bottom: 160px
  }
  .p-goods+.c-footer #gotop {
    bottom: 90px
  }
  .p-goods+.c-footer #gotop.absolute {
    top: -120px
  }
  .p-goods+.c-footer .c-footer2 {
    padding-bottom: 105px
  }
  .p-detail1 {
    margin: 0
  }
  .p-detail1__img {
    width: auto;
    margin: 0 -15px
  }
  .p-detail1__img .lSGallery {
    display: none
  }
  .p-detail1__img .c-zoom__img {
    width: 100%;
    height: 110vw
  }
  .p-detail1__img .c-zoom__note {
    font-size: 1rem;
    line-height: 14px;
    padding: 14px 15px 0
  }
  .p-detail1__img__current {
    display: block;
    position: absolute;
    right: 0;
    padding: 10px;
    bottom: 0;
    opacity: 0
  }
  .p-detail1__img__current p {
    display: block;
    background: url(/img/common/icon/dot.svg) no-repeat center left 10px rgba(0, 0, 0, .3);
    background-size: 16px 16px;
    padding: 0 10px 0 35px;
    line-height: 40px;
    border-radius: 3px;
    font-size: 1rem;
    color: #fff;
    font-family: Lato, sans-serif
  }
  .p-detail1__img__like {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 50px;
    background: url(/img/common/icon/heart.svg) no-repeat center top 10px #fff;
    background-size: 19px 18px;
    opacity: 0
  }
  .p-detail1__img__like span {
    display: block;
    text-align: center;
    font-size: 1rem;
    opacity: .5;
    padding: 30px 0 0
  }
  .p-detail1__img__like.active {
    background-image: url(/img/common/icon/heartRed.svg)
  }
  .p-detail1__info {
    width: 100%
  }
  .p-detail1__modal {
    width: 90%;
    padding: 26px 14px
  }
  .p-detail1__modal__close {
    background: url(/img/common/icon/close3.svg) no-repeat center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 24px;
    right: 24px
  }
  .p-detail1__modal__ttl {
    font-size: 20px;
    margin-bottom: 30px
  }
  .p-detail1 .c-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p-detail1 .c-detail__tag1 {
    display: none
  }
  .p-detail1 .c-detail__sub {
    -webkit-box-ordinal-group: -7;
    -webkit-order: -8;
    -ms-flex-order: -8;
    order: -8;
    width: 100%
  }
  .p-detail1 .c-detail__sub1 {
    display: block;
    font-size: 1.2rem;
    margin: 27px 0 0
  }
  .p-detail1 .c-detail__sub2 {
    font-size: 1.2rem;
    margin: 3px 0 25px
  }
  .p-detail1 .c-detail__title {
    width: 100%;
    font-size: 1.8rem;
    line-height: 30px;
    margin: 8px 0 7px
  }
  .p-detail1 .c-detail__price1 {
    width: 100%
  }
  .p-detail1 .c-detail__price2 {
    width: 100%
  }
  .p-detail1 .c-detail__price3 {
    width: 100%
  }
  .p-detail1 .c-detail__note1 {
    margin: 23px 0 0;
    width: 100%
  }
  .p-detail1 .c-detail__note1__inner {
    padding: 50px 0
  }
  .p-detail1 .c-detail__note1__inner .l-container {
    width: auto
  }
  .p-detail1 .c-detail__note1__inner .faq_rank .close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: -30px
  }
  .p-detail1 .c-detail__note1__inner .faq_rank h2 {
    font-size: 1.7rem
  }
  .p-detail1 .c-detail__note1__inner .faq_rank h4 {
    font-size: 1.4rem
  }
  .p-detail1 .c-detail__note1__inner .faq_rank p {
    font-size: 1.2rem
  }
  .p-detail1 .c-detail__note1__inner .faq_rank ul {
    font-size: 1.2rem
  }
  .p-detail1 .c-detail__note2 {
    margin: 14px 0 0
  }
  .p-detail1 .c-detail__note3 {
    -webkit-box-ordinal-group: -9;
    -webkit-order: -10;
    -ms-flex-order: -10;
    order: -10;
    border-top: 1px solid #ddd;
    width: 100%;
    margin: 11px 0 0;
    padding: 17px 0 0;
    font-size: 1.1rem
  }
  .p-detail1 .c-detail__note4 {
    margin: 24px 0 0;
    font-size: 1rem;
    line-height: 20px;
    padding: 11px 16px
  }
  .p-detail1 .c-detail__type {
    -webkit-box-ordinal-group: -8;
    -webkit-order: -9;
    -ms-flex-order: -9;
    order: -9;
    margin: 6px 0 0;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
    width: 100%
  }
  .p-detail1 .c-detail__type li {
    width: calc((100% - 40px)/ 5)
  }
  .p-detail1 .c-detail__type li:nth-child(-n+5) {
    margin-bottom: 10px
  }
  .p-detail1 .c-detail__type li:nth-child(5n) {
    margin-right: 0
  }
  .p-detail1 .c-detail__bnt {
    display: block;
    width: 100%;
    margin: 27px 0 67px
  }
  .p-detail1 .c-detail__bnt1 {
    width: 100%;
    border-radius: 5px;
    border: none;
    background: #333;
    padding: 0
  }
  .p-detail1 .c-detail__bnt1 span {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff
  }
  .p-detail1 .c-detail__bnt1 span:nth-of-type(1) {
    background: url(/img/common/icon/cartWhite.svg) no-repeat center left;
    padding: 20px 0 20px 28px;
    background-size: 21px 18px
  }
  .p-detail1 .c-detail__bnt1 span:nth-of-type(2) {
    margin: 0 10px
  }
  .p-detail1 .c-detail__bnt1 span:nth-of-type(3) {
    background: url(/img/common/icon/stockWhite.svg) no-repeat center left;
    padding: 20px 0 20px 28px;
    background-size: 21px 18px
  }
  .p-detail1 .c-detail__bnt2 {
    width: 100%;
    border-radius: 5px;
    margin: 14px 0 0;
    border: none;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0
  }
  .p-detail1 .c-detail__bnt2.active span {
    background-image: url(/img/common/icon/heartRed.svg)
  }
  .p-detail1 .c-detail__bnt2 span {
    display: inline-block;
    font-size: 1.2rem;
    color: #333;
    background: url(/img/common/icon/heart.svg) no-repeat center left;
    padding: 10px 0 10px 30px;
    background-size: 19px 18px
  }
  .p-detail1 .c-detail__chooses {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    padding: 15px;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    pointer-events: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .p-detail1 .c-detail__chooses.active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  .p-detail1 .c-detail__chooses .c-close2 {
    display: block
  }
  .p-detail1 .c-detail__choose {
    background: #fff;
    padding-bottom: 40px
  }
  .p-detail1 .c-detail__choose+.c-detail__choose {
    margin-top: -41px
  }
  .p-detail1 .c-detail__choose__close {
    background: #fff;
    position: relative
  }
  .p-detail1 .c-detail__choose__close1 {
    padding: 24px 20px;
    font-size: 2rem
  }
  .p-detail1 .c-detail__choose__close2 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(/img/common/icon/closeBlack.svg) no-repeat center;
    background-size: 15px 15px;
    border: none;
    text-indent: -9999px
  }
  .p-detail1 .c-detail__choose1 {
    width: 100%;
    background: #fafafa;
    border: 1px solid #ddd;
    border-width: 1px 0 1px 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-detail1 .c-detail__choose1 img {
    margin: 0;
    width: 64px
  }
  .p-detail1 .c-detail__choose1 p {
    font-size: 1.2rem;
    padding: 0 0 0 15px
  }
  .p-detail1 .c-detail__choose1 p br {
    display: none
  }
  .p-detail1 .c-detail__choose2 {
    width: 100%
  }
  .p-detail1 .c-detail__choose2__detail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0 3px 3px 3px;
    margin-top: -1px;
    width: 100%
  }
  .p-detail1 .c-detail__choose2__detail__txt2 {
    font-size: 1rem
  }
  .p-detail1 .c-detail__choose2__detail1 {
    padding: 15px 15px 22px
  }
  .p-detail1 .c-detail__choose2__detail2 {
    padding: 15px 15px 30px
  }
  .p-detail1 .c-detail__choose2__detail2__fx__select {
    width: 100%
  }
  .p-detail1 .c-detail__choose2__detail2__fx__txt {
    margin-top: 21px
  }
  .p-detail1 .c-detail__choose2__size {
    margin: 0 15px;
    padding: 17px 0
  }
  .p-detail1 .c-detail__choose2__txt {
    width: 135px;
    text-align: left;
    margin: 0 0 9px
  }
  .p-detail1 .c-detail__choose2__header {
    width: 100%
  }
  .p-detail1 .c-detail__choose2__favorite {
    margin-left: auto;
    width: 43px
  }
  .p-detail1 .c-detail__choose2__favorite p {
    display: none
  }
  .p-detail1 .c-detail__choose2__drop {
    width: 130px
  }
  .p-detail1 .c-detail__choose2__input:checked+.c-detail__choose2__drop {
    background-image: url(/img/common/icon/close3.svg);
    background-size: 8px 8px
  }
  .p-detail1 .c-detail1 {
    width: 100%;
    padding: 0 15px
  }
  .p-detail1 .c-detail1__title {
    font-size: 1.2rem
  }
  .p-detail1 .c-detail1__title__input:checked+*+.c-detail1__inner .c-detail1__more {
    max-height: 5000px
  }
  .p-detail1 .c-detail1__title__input:checked+*+.c-detail1__inner .c-detail1__more::before {
    opacity: 0
  }
  .p-detail1 .c-detail1__title__input:checked+*+.c-detail1__inner .more {
    display: none!important
  }
  .p-detail1 .c-detail1__title__input:checked+*+.c-detail1__inner .close {
    display: block!important
  }
  .p-detail1 .c-detail1__inner {
    max-height: inherit;
    padding: 0 0 33px
  }
  .p-detail1 .c-detail1__inner .c-close2 {
    display: block;
    margin: 22px auto 0;
    width: 200px;
    padding: 10px 0
  }
  .p-detail1 .c-detail1__more {
    max-height: 190px;
    overflow: hidden;
    position: relative;
    padding: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .p-detail1 .c-detail1__more::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0, #fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #fff 0, #fff 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 0, #fff 0, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .p-detail1 .c-detail1__tit01 {
    padding: 9px 0 8px
  }
  .p-detail1 .c-detail2 {
    width: 100%;
    padding: 0 15px 37px
  }
  .p-detail1 .c-detail2__title1 {
    font-size: 1.2rem
  }
  .p-detail1 .c-detail2__popup {
    padding: 50px 10px
  }
  .p-detail1 .c-detail2__popup .close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: -30px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail {
    border: 1px solid #a0a0a0;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .size_detail_l {
    text-align: center
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .size_detail_l p {
    padding: 15px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .size_detail_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .flex_size_detail .size_detail_r p.size_top {
    padding-left: 10px
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link {
    width: 100%;
    text-align: center;
    display: block;
    margin: 10px 0
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_exp_anchor, .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_scale_anchor {
    display: block;
    padding: 15px 15px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    margin: 10px 0;
    cursor: pointer
  }
  .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_exp_anchor img, .p-detail1 .c-detail2__popup #nude_size_detail .nude_detail_link .size_scale_anchor img {
    border: none;
    margin: 8px 0 0 5px
  }
  .p-detail1 .c-detail2__popup #size_exp p {
    font-size: 1.2rem;
    line-height: 22px;
    padding: 0 10px 15px
  }
  .p-detail1 .c-detail2__popup #size_exp p a {
    color: #b93838;
    text-decoration: underline
  }
  .p-detail1 .c-detail2__popup #size_exp h3 {
    background-color: #000;
    padding: 7px 10px;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 10px
  }
  .p-detail1 .c-detail2__popup #size_exp .size_img {
    padding: 10px
  }
  .p-detail1 .c-detail2__popup #size_exp h4 {
    font-size: 16px;
    margin: 10px;
    text-align: center
  }
  .p-detail1 .c-detail2__popup .size_img {
    text-align: center
  }
  .p-detail1 .c-detail3 {
    padding: 29px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-detail1 .c-detail3__social {
    margin: 30px 0 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .p-detail2 {
    margin: 66px 0 0
  }
  .p-detail2 .c-title1 {
    padding: 0 0 16px 0
  }
  .p-detail2 .c-title1__txt {
    font-size: 1.4rem
  }
  .p-detail2 .c-title1 .c-bnt5 {
    padding: 6px 23px 7px 14px;
    bottom: 11px
  }
  .p-detail2 .c-list1 {
    margin: 32px 0 52px
  }
  .p-stock {
    padding: 15px 10px
  }
  .p-stock__modal--content {
    width: 100%;
    padding: 26px 10px 40px;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    height: auto
  }
  .p-stock__accordion {
    width: 100%
  }
  .p-stock__accordion--title.close::after {
    top: 27px
  }
  .p-stock__accordion--box {
    padding: 0 14px
  }
  .p-stock__accordion--box li {
    display: block;
    padding: 24px 0
  }
  .p-stock__accordion--text {
    line-height: 1.8rem
  }
  .p-stock__accordion--text span:nth-of-type(2) {
    line-height: 30px
  }
  .p-stock__accordion--reserve-status {
    margin-top: 8px;
    margin-bottom: 12px
  }
  .p-stock__accordion--reserve-btn {
    width: 160px;
    height: 40px
  }
  .p-stock__close {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    top: 24px;
    right: 24px
  }
  .p-stock__close.js-active {
    display: none
  }
  .p-stock__thumbnail {
    width: 20%
  }
  .p-stock__info {
    width: 72%
  }
  .p-stock__info--ttl {
    font-size: 1.2rem;
    margin-bottom: 0
  }
  .p-stock__info--select dt {
    width: 30%
  }
  .p-stock__info--select dd {
    width: 70%
  }
  .p-stock__product {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .p-stock__selects {
    margin-top: 24px;
    width: 100%
  }
  .p-stock__selects label {
    width: 16%;
    display: inline-block
  }
  .p-stock__select {
    width: 100%
  }
  .p-stock__select select {
    width: 100%;
    margin: 6px 0 10px
  }
  .p-stock__lead {
    margin: 20px 0
  }
  .p-stock[data-current-id="2"] .p-stock__shop-info {
    padding: 20px 14px;
    margin-bottom: 40px
  }
  .p-stock[data-current-id="2"] .p-stock__shop-address span:nth-of-type(2) {
    margin-top: 12px
  }
  .p-stock[data-current-id="2"] .p-stock__term {
    padding: 14px 20px 40px
  }
  .p-stock[data-current-id="2"] .p-stock__reserve-submit-btn {
    width: 100%;
    font-size: 1.2rem
  }
  .p-stock[data-current-id="2"] .p-stock__back-btn {
    width: 115px;
    height: 44px;
    font-size: 1.2rem
  }
  .p-stock[data-current-id="3"] .p-stock__modal--content {
    width: auto;
    height: 75vh
  }
  .p-stock[data-current-id="3"] .p-stock__complete {
    padding: 20px 14px
  }
  .p-stock[data-current-id="3"] .p-stock__close-btn {
    width: 100%
  }
}

@media screen and (max-width:769px) and (max-width:370px) {
  .p-detail1 .c-detail__choose2__txt {
    width: 90px
  }
}

@media screen and (max-width:370px) {
  .p-detail1 .c-detail__choose2__drop {
    width: 85px;
    padding: 0 0 0 5px;
    background-position: center right 5px
  }
}

@media screen and (max-width:769px) and (min-width:770px) {
  .p-detail1 .c-detail2__popup #size_exp p a:hover {
    text-decoration: none;
    opacity: .75
  }
}