.l-contents__frame {
  width: 100vw;
  padding: 0;
}

body {
  width: 100vw;
  font-family: 'YuGothic', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #565656;
  overflow-x: hidden;
}

.header__hamburger {
  background: url('../image/common/hamburger-icon-b.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.header__title {
  background: url('../image/common/logo-b.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.header__link {
  color: #222;
  text-decoration: none;
}

.header__member {
  background: url('../image/common/member-icon-b.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.header__cart {
  background: url('../image/common/cart-icon-b.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.main {
  padding-top: 6.944vw;
}

.product {
  width: 100vw;
  background: #e7e3e3;
  padding-top: 4.097vw;
  padding-bottom: 5.764vw;
}
.product--ver2 {
  background: #fff;
}
.product--ver2 .product__type1,
.product--ver2 .product__text2,
.product--ver2 .product__price1 {
  color: #916565;
}
.product--ver2 .product__type2,
.product--ver2 .product__price2 {
  color: #340b02;
}

.product__row {
  width: 64.444vw;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
}

.product__image-wrap {
  width: 25vw;
}

.product__image {
  width: 25vw;
  height: 25vw;
}

.product__subimage-row {
  width: 25vw;
  margin-top: 0.278vw;
  display: flex;
  justify-content: space-between;
}

.product__subimage {
  width: 6vw;
  height: 6vw;
}

.product__subimage-file {
  cursor: pointer;
}

.product__text-wrap {
  position: relative;
  width: 36.111vw;
}

.product__name {
  font-size: 1.944vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #727171;
}

.product__name-sub {
  font-size: 1.111vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #727171;
}

.product__text {
  font-size: 1.111vw;
  font-weight: 400;
  margin-top: 1.632vw;
  width: 36.458vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

.product__text-sub {
  font-size: 0.903vw;
  font-weight: 400;
  margin-top: 1.111vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 26.181vw;
}

.product__text-component {
  font-size: 0.764vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 1vw;
}

.product__btn-row {
  width: 36.111vw;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}

.product__btn-item {
  width: 16.667vw;
  height: 11.181vw;
  margin-top: 1.667vw;
}

.product__type1 {
  font-size: 0.903vw;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 0.278vw;
  color: #340b02;
  border-bottom: 1px solid #340b02;
}

.product__type2 {
  font-size: 0.903vw;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 0.278vw;
  color: #916565;
  border-bottom: 1px solid #916565;
}

.product__price1 {
  font-size: 1.111vw;
  color: #340b02;
  margin-top: 0.556vw;
}

.product__price2 {
  font-size: 1.111vw;
  color: #916565;
  margin-top: 0.556vw;
}

.product__price--small {
  font-size: 0.833vw;
}

.product__text2 {
  font-size: 0.764vw;
  font-weight: 400;
  margin-top: 1.111vw;
  color: black;
}
.product__btn-link1 {
  font-size: 1.111vw;
  letter-spacing: 0.1em;
  margin-top: 1.389vw;
  display: inline-block;
  width: 16.667vw;
  background: #727171;
  color: white;
  text-decoration: none;
  line-height: 1;
  padding: 0.972vw 1.25vw 0.972vw 5.208vw;
  position: relative;
}
.product--ver2 .product__btn-link1 {
  background: #eacbcd;
}

.product__btn-link1::before {
  content: '';
  position: absolute;
  left: 1.111vw;
  width: 3.472vw;
  height: 1.389vw;
  background: url('../image/common/btn-teiki.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.product__btn-link2 {
  font-size: 1.111vw;
  letter-spacing: 0.1em;
  margin-top: 3.75vw;
  display: inline-block;
  width: 16.667vw;
  background: #916565;
  color: white;
  text-decoration: none;
  line-height: 1;
  padding: 0.972vw 1.25vw 0.972vw 5.208vw;
  position: relative;
}
.product--ver2 .product__btn-link2 {
  background: #727171;
}

.product__btn-link2::before {
  content: '';
  position: absolute;
  left: 1.111vw;
  width: 3.472vw;
  height: 1.389vw;
  background: url('../image/common/btn-tanpin.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.product__btn-link-ajust {
  margin-top: 0.5vw;
}

.product_note {
  position: absolute;
  right: 0;
  bottom: -5px;
  font-size: 0.8vw;
}

.addarea {
  width: 100vw;
  padding-top: 8.333vw;
  padding-bottom: 11.667vw;
}

.addarea__wrap {
  width: 56.319vw;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.addarea__image {
  width: 22.222vw;
  height: 25vw;
}

.addarea__text-wrap {
  width: 28.542vw;
}

.addarea__text-title {
  /* font-family: 'Skin', sans-serif; */
  font-style: normal;
  font-size: 1.389vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #222;
}

.addarea__text {
  margin-top: 3.333vw;
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.detail {
  width: 100vw;
  background: #e7e3e3;
  padding-top: 8.333vw;
  padding-bottom: 8.333vw;
}

.detail__wrap {
  width: 65.556vw;
  margin: 0 auto 0;
}

.detail__h2 {
  /* font-family: 'Skin', sans-serif; */
  font-style: normal;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 0;
}

.detail__h2.m2 {
  margin-top: 6.458vw;
}

.detail__h3-1 {
  /* font-family: 'Skin', sans-serif; */
  font-style: normal;
  font-size: 1.667vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 8.333vw;
  position: relative;
}

.detail__h3-1.sub {
  margin-top: 3vw;
}

.detail__h3-1::after {
  position: absolute;
  bottom: -1.111vw;
  left: 28.993vw;
  content: '';
  width: 7.639vw;
  height: 0.069vw;
  background: #222;
}

.detail__h3-2 {
  /* font-family: 'Skin', sans-serif; */
  font-style: normal;
  font-size: 1.667vw;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 5.556vw;
  position: relative;
}

.detail__h3-2::after {
  position: absolute;
  bottom: -1.111vw;
  left: 28.993vw;
  content: '';
  width: 7.639vw;
  height: 0.069vw;
  background: #222;
}

.detail__row1 {
  width: 65.556vw;
  margin: 0 auto 0;
  margin-top: 2.778vw;
  display: flex;
  justify-content: space-between;
}

.detail__box1-1 {
  width: 31.944vw;
  height: 41.181vw;
  background: url('../image/detail/box1-1.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box1-2 {
  width: 31.944vw;
  height: 41.181vw;
  background: url('../image/detail/box1-2.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box1-3 {
  margin-top: 3.889vw;
  width: 65.556vw;
  height: 15.417vw;
  background: url('../image/detail/box1-3.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box1-4 {
  margin-top: 2.222vw;
  width: 65.556vw;
  height: 32.153vw;
  background: url('../image/detail/box1-4.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box1-5 {
  margin-top: 2.222vw;
  width: 65.556vw;
  height: 23.056vw;
  background: url('../image/detail/box1-5.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box1-6 {
  margin-top: 3.889vw;
  width: 65.556vw;
  height: 24.722vw;
  background: url('../image/detail/box1-6.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box1-7 {
  margin-top: 2.222vw;
  width: 65.556vw;
  height: 14.167vw;
  background: url('../image/detail/box1-7.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box2-1 {
  width: 65.556vw;
  height: 26.458vw;
  background: url('../image/detail/box2-1.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box2-2 {
  width: 65.556vw;
  height: 32.847vw;
  background: url('../image/detail/box2-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 1.875vw;
}

.detail__row2-1 {
  width: 65.556vw;
  margin: 0 auto 0;
  margin-top: 2.778vw;
  display: flex;
  justify-content: space-between;
}

.detail__box2-3 {
  width: 31.944vw;
  height: 41.181vw;
  background: url('../image/detail/box2-3.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box2-4 {
  width: 31.944vw;
  height: 41.181vw;
  background: url('../image/detail/box2-4.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__row2-2 {
  width: 65.556vw;
  margin: 0 auto 0;
  margin-top: 2.778vw;
  display: flex;
  justify-content: space-between;
}

.detail__box2-5 {
  width: 31.944vw;
  height: 28.472vw;
  background: url('../image/detail/box2-5.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.detail__box2-6 {
  width: 31.944vw;
  height: 28.472vw;
  background: url('../image/detail/box2-6.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.message {
  width: 100vw;
  padding-top: 8.333vw;
}

.message__title {
  /* font-family: 'Skin', sans-serif; */
  font-style: none;
  font-size: 1.944vw;
  font-weight: 400;
  text-align: center;
  color: #565656;
  letter-spacing: 0.1em;
}

.message__box {
  width: 73.125vw;
  height: 25.556vw;
  margin-top: 3.542vw;
  position: relative;
}

.message__bg {
  position: absolute;
  top: 5.833vw;
  left: 0;
  width: 69.444vw;
  height: 19.722vw;
  background: #e7e3e3;
}

.message__text {
  position: absolute;
  top: 1.875vw;
  left: 22.5vw;
  width: 29.861vw;
  font-size: 0.972vw;
  line-height: 1.75;
}

.message__profile {
  position: absolute;
  top: 0;
  left: 57.639vw;
  width: 15.486vw;
}

.message__profile-image {
  width: 15.278vw;
  height: 15.278vw;
}

.message__profile-name {
  font-size: 0.972vw;
  margin-top: 0.556vw;
  line-height: 1.6;
}

.message__profile-text {
  font-size: 0.764vw;
  margin-top: 0.833vw;
  line-height: 1.6;
}

.voice {
  width: 100vw;
  height: 90.903vw;
  padding-top: 8.333vw;
  background: #c4a7a7;
}

.voice__star {
  width: 5.795vw;
  height: 1.23vw;
  margin: 0 auto 0;
  background: url('../image/common/star.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.voice__title {
  color: #ffffff;
  /* font-family: 'Skin', sans-serif; */
  font-style: none;
  font-size: 3.333vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}

.voice__box {
  width: 71.111vw;
  height: 50vw;
  margin: 0 auto 0;
  margin-top: 3.333vw;
  position: relative;
}

.voice__item {
  width: 22.222vw;
  height: 24.833vw;
  padding-top: 2.778vw;
  background: #ffffff;
  border-radius: max(24px, 1.66vw);
}

.voice__item1 {
  position: absolute;
  top: 0;
  left: 0.556vw;
}

.voice__item2 {
  position: absolute;
  top: 0;
  left: 24.444vw;
}

.voice__item3 {
  position: absolute;
  top: 0;
  left: 48.333vw;
}

.voice__item4 {
  position: absolute;
  top: 22.5vw;
  top: 26vw;
  left: 12.5vw;
}

.voice__item5 {
  position: absolute;
  top: 22.5vw;
  top: 26vw;
  left: 36.389vw;
}

.voice__lead {
  font-size: 1.389vw;
  text-align: center;
  line-height: 1;
  margin-top: 0.81vw;
}

.voice__text {
  font-size: 0.903vw;
  width: 19.444vw;
  height: 10.208vw;
  margin: 0 auto 0;
  margin-top: 1.667vw;
  line-height: 1.6;
}

.voice__name {
  font-size: 0.903vw;
  margin-top: 3.278vw;
  padding-right: 1.389vw;
  text-align: right;
  line-height: 1;
}

.instagram__slider {
  width: 100vw;
  width: 105.556vw;
  height: 16.667vw;
  margin-top: 5.556vw;
  margin-left: -2.778vw;
}

.instagram__slider-item {
  width: 16.667vw;
  height: 16.667vw;
  margin-left: 0.556vw;
  margin-right: 0.556vw;
  overflow: hidden;
}

.instagram__slider-link img {
  transition: all 1s;
  border-radius: 0;
}

.instagram__slider-link:hover img {
  transform: scale(1.2, 1.2);
  border-radius: 0;
}

.detail__2-row2-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
}

.detail__2-box-1 {
  aspect-ratio: 60/126;
  background: url('../image/detail/2-box-1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__2-box-2 {
  margin-top: -1px;
  aspect-ratio: 60/126;
  background: url('../image/detail/2-box-2.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__2-box-3 {
  margin-top: -1px;
  aspect-ratio: 60/126;
  background: url('../image/detail/2-box-3.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__2-box-4 {
  margin-top: 1.5vw;
  width: 65.556vw;
  aspect-ratio: 1888/790;
  background: url('../image/detail/2-box-4.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__3-row2-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5vw;
  margin-top: 1.5vw;
}
.detail__3-box-1 {
  margin-top: -1px;
  aspect-ratio: 920/1045;
  background: url('../image/detail/3-box-1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__3-box-2 {
  margin-top: -1px;
  aspect-ratio: 920/1045;
  background: url('../image/detail/3-box-2.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__3-box-3 {
  margin-top: 4vw;
  width: 65.556vw;
  aspect-ratio: 1888/1205;
  background: url('../image/detail/3-box-3.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__4-box-1 {
  margin-top: 4vw;
  width: 65.556vw;
  aspect-ratio: 1888/890;
  background: url('../image/detail/4-box-1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__5-box-1 {
  margin-top: 4vw;
  width: 65.556vw;
  aspect-ratio: 1888/570;
  background: url('../image/detail/5-box-1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__6-box-1 {
  margin-top: 4vw;
  width: 65.556vw;
  aspect-ratio: 1888/980;
  background: url('../image/detail/6-box-1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__6-box-2 {
  margin-top: 1.5vw;
  width: 65.556vw;
  aspect-ratio: 1888/903;
  background: url('../image/detail/6-box-2.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.detail__6-box-3 {
  margin-top: 1.5vw;
  width: 65.556vw;
  aspect-ratio: 1888/1716;
  background: url('../image/detail/6-box-3.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.media {
  padding: 5vw 0 6vw;
  background: #fff;
}
.media_img {
  width: 60vw;
  margin: 0 auto;
  aspect-ratio: 976/652;
  background: url('../image/product/media_img.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.kodawari {
  padding: 3vw 0;
  background: #e7e3e3;
}
.kodawari_img {
  width: 65.556vw;
  margin: 3vw auto;
  aspect-ratio: 1308/728;
  background: url('../image/product/kodawari_img.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.comment_img {
  width: 60vw;
  margin: 5vw auto;
  aspect-ratio: 1056 /204;
  background: url('../image/product/message_img.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.howto {
  padding: 2vw 0 10vw;
  background: #fff;
}
.howto_img {
  width: 50vw;
  margin: 0 auto;
  aspect-ratio: 1200/591;
  background: url('../image/product/howto_img.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.voice02 {
  width: 65.556vw;
  margin: 0 auto;
  padding: 5vw 0 8vw;
}
.voice02_wrap {
  display: grid;
  grid-template-columns: 13.125em 1fr;
  padding: 2.5em 1.2em;
  border-bottom: 1px solid #000;
}
.voice02_title {
  font-weight: 700;
}
.voice02_read {
  flex: 1;
}
.voice02_star {
  display: flex;
  gap: 5px;
  height: 22px;
}
.voice02_star span {
  height: 100%;
  aspect-ratio: 1 / 1;
  background: url('../image/product/star.png') no-repeat top center/contain;
}
.voice02_wrap dl {
  margin-top: 25px;
}
.voice02_wrap dt {
  font-weight: 700;
}
.voice02_wrap dd {
  margin-top: 15px;
}
.voice02_wrap dd img {
  display: block;
  width: 16%;
  margin-top: 20px;
}
.voice02_cat {
  margin-bottom: 2vw;
  font-size: 2vw;
  font-weight: 500;
  color: #555656;
  text-align: center;
}
