#detail {
  padding: 15.5rem 0 18.55rem;
  width: 110rem;
  margin: 0 auto;
}
#detail .ttl_h2 {
  margin-bottom: 4.3rem;
}
#detail .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19.4rem;
}
#detail .flex .left {
  width: 50rem;
}
#detail .flex .left .slider li {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#detail .flex .left .slider li img,
#detail .flex .left .slider-thumbnail li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: gray;
}
#detail .flex .left .slider-thumbnail {
  margin-top: 0.95rem;
}
#detail .flex .left .slider-thumbnail li {
  position: relative;
  width: 9.35rem;
  margin-right: 0.9rem;
}
#detail .flex .left .slider li::before,
#detail .flex .left .slider-thumbnail li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.swiper-button-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  width: 46rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swiper-button-next, 
.swiper-button-prev {
  position: static;
  width: 1.5rem;
  height: auto;
  margin: 0;
  display: block;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
  content: none;
}
.swiper-button img {
  filter: contrast(0.7);
}
#detail .flex .right {
  width: 53.8rem;
}
#detail .flex .right h3 {
  font-size: 2.5rem;
  font-weight: var(--medium);
}
#detail .flex .right .type:first-of-type {
  margin-top: 6rem;
}
#detail .flex .right .type {
  margin-top: 2.1rem;
}
#detail .flex .right .type p {
  font-size: 1.4rem;
  font-weight: var(--medium);
  line-height: 1;
  letter-spacing: 0.05em;
}
#detail .flex .right .type ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.4rem;
}
#detail .flex .right .type ul li {
  display: block;
  padding: 0.8rem;
  margin-right: 0.5rem;
  min-width: 10rem;
  border-radius: 2.7rem;
  border: 1px solid var(--color-blue);
  font-size: 1.6rem;
  font-weight: var(--medium);
  font-family: var(--font-en);
  letter-spacing: 0.05em;
  color: var(--color-blue);
  text-align: center;
  line-height: 1;
  transition: .5s;
}
#detail .flex .right .type ul li:hover {
  background: var(--color-blue);
  color: var(--color-white);
  opacity: 1;
  cursor: pointer;
}
#detail .flex .right .type ul li.current {
  background: var(--color-blue);
  color: var(--color-white);
}
#detail .flex .right .price {
  margin-top: 3.8rem;
}
#detail .flex .right .price strong {
  font-size: 2rem;
  font-weight: var(--bold);
  font-family: var(--font-en);
}
#detail .flex .right .price span.tax {
  padding-right: 0.6rem;
  font-size: 1.3rem;
  font-family: var(--font-ja);
}
#detail .flex .right .btnSnsFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}
#detail .flex .right .btnWrap {
  width: 36rem;
}
#detail .flex .right .priceSnsFlex .snsWrap {
  display: none;
}
#detail .flex .right .snsWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 12rem;
  margin-left: auto;
}
#detail .flex .right .snsWrap a {
  width: 3.4rem;
  margin-left: 1rem;
}
#detail .flex .right .snsWrap a:first-of-type {
  margin-left: 0;
}
#detail .flex .right .desc {
  margin-top: 6.1rem;
  font-size: 1.8rem;
  font-weight: var(--regular);
  line-height: 2.05;
}
#detail .in {
  width: 80.5rem;
  margin: 0 auto;
}
#detail .ttl_h3 {
  font-size: 2rem;
  font-weight: var(--medium);
  letter-spacing: 0.05em;
}
#detail .item p {
  font-size: 1.8rem;
  font-weight: var(--regular);
  line-height: 2.05;
}
/* boxWrap */
#detail .boxWrap {
  margin-bottom: 11.9rem;
}
#detail .boxWrap .ttl_h3 {
  text-align: center;
}
#detail .boxWrap p {
  margin-top: 2.5rem;
}
/* imgWrap */
#detail .imgWrap {
  width: 52.7rem;
  margin: 0 auto 12.5rem;
}
#detail .imgWrap img {
  margin-top: 1.8rem;
}
#detail .imgWrap p {
  margin-top: 2.9rem;
}
/* flexWrap */
#detail .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 17.9rem;
}
#detail .flexWrap .left {
  width: 41.4rem;
  margin-bottom: 3rem;
}
#detail .flexWrap .right {
  width: 33rem;
}
#detail .item:last-of-type {
  margin-bottom: 0;
}
#detail .moreLink {
  margin-top: 11.5rem;
  text-align: center;
}
#detail .editorWrap {
  margin-bottom: 13rem;
}
#detail .editorWrap p {
  margin-top: 2rem;
}
#detail .editorWrap a {
  color: var(--color-blue);
  text-decoration: underline;
}
#detail .editorWrap strong {
  font-weight: var(--bold);
}
@media screen and (max-width: 767px) {
  #detail {
    width: auto;
    padding-top: 12rem;
    padding-bottom: 16.3rem;
    margin: 0 3rem;
    overflow: visible;
  }
  #detail .flex {
    display: block;
    margin-bottom: 9.8rem;
  }
  #detail .flex .left {
    width: auto;
  }
  .swiper-button-wrap {
    width: 29.4rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 1.3rem;
  }
  #detail .flex .left .slider-thumbnail {
    margin-top: 0.4rem;
    margin-right: -3rem;
  }
  #detail .flex .left .slider-thumbnail li {
    width: 5.4rem;
    margin-right: 0.5rem;
  }
  #detail .flex .right {
    width: auto;
    margin-top: 3.5rem;
  }
  #detail .flex .right h3 {
    font-size: 1.7rem;
    line-height: 1.7;
  }
  #detail .label span {
    min-width: 8rem;
    font-size: 1.3rem;
    margin-right: 0.3rem;
    padding: 0.5rem 0 0.5rem;
  }
  #detail .flex .right .type {
    margin-top: 1.6rem;
  }
  #detail .flex .right .type:first-of-type {
    margin-top: 2.7rem;
  }
  #detail .flex .right .type p {
    font-size: 1.3rem;
  }
  #detail .flex .right .type ul {
    margin: 0.9rem -0.75rem -1rem 0;
    flex-wrap: wrap;
  }
  #detail .flex .right .type ul li {
    padding: 1.25rem;
    margin-right: 0.75rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: var(--bold);
    letter-spacing: 0;
  }
  #detail .flex .right .price {
    width: 18rem;
    margin-top: 0;
    line-height: 1;
  }
  #detail .flex .right .btnSnsFlex {
    flex-wrap: wrap;
    margin-top: 0;
  }
  #detail .flex .right .btnWrap {
    position: relative;
    display: block;
    width: 30rem;
    margin: 3.3rem auto 0;
  }
  #detail .flex .right .btnSnsFlex .snsWrap {
    display: none;
  }
  #detail .flex .right .priceSnsFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4.85rem
  }
  #detail .flex .right .priceSnsFlex .snsWrap {
    display: flex;
  }
  #detail .flex .right .snsWrap {
    width: 12.6rem;
    margin-top: 0;
  }
  #detail .flex .right .snsWrap a {
    width: 3.6rem;
    margin-left: 0.9rem;
  }
  #detail .flex .right .desc {
    margin-top: 2.9rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #detail .in {
    width: auto;
  }
  #detail .boxWrap {
    margin-bottom: 12.9rem;
  }
  #detail .boxWrap .ttl_h3 {
    font-size: 1.7rem;
  }
  #detail .boxWrap p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #detail .imgWrap {
    width: auto;
    margin-bottom: 14.6rem;
  }
  #detail .ttl_h3 {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    line-height: 1.17;
  }
  #detail .imgWrap img {
    margin-top: 1rem;
  }
  #detail .imgWrap p {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #detail .flexWrap {
    margin-bottom: 0;
  }
  #detail .flexWrap .left {
    width: 100%;
    margin-bottom: 0;
  }
  #detail .flexWrap .right {
    width: auto;
    margin-bottom: 13rem;
  }
  #detail .flexWrap:last-of-type .right:last-of-type {
    margin-bottom: 0;
  }
  #detail .item p {
    margin-top: 2rem;
  }
  #detail .moreLink {
    margin-top: 12.6rem;
  }
}