@charset "UTF-8";
.my-contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.my-contents {
  color: #000;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 3.137254902vw;
  }
}
@media (min-width: 510px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

/*==============================
# 調整
==============================*/
header *,
header *::before,
header *::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.footer-lb-banner a img {
  width: auto;
  display: inline;
}

body {
  min-width: unset;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

section {
  scroll-margin-top: 100px;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
  max-width: 33.75rem;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 560px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.concept {
  margin-top: 116px;
  margin-top: 7.25rem;
  padding: 36px 0;
  padding: 2.25rem 0;
  background-color: #f0ede2;
}
@media screen and (min-width: 768px) {
  .concept {
    margin-top: 6.25rem;
  }
}

.concept__text {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.04em;
  color: #a03033;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept__text {
    font-size: 0.625rem;
  }
}

.content-footer {
  margin-top: 90px;
  margin-top: 5.625rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  font-family: "Helvetica", sans-serif;
}

.content-footer__staff {
  text-align: center;
}

.content-footer__staff-title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  .content-footer__staff-title {
    font-size: 0.625rem;
  }
}

.content-footer__staff-textWrap {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .content-footer__staff-textWrap {
    margin-top: 0.25rem;
  }
}

.content-footer__staff-text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .content-footer__staff-text {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    line-height: 1.4;
  }
}

.content-footer__link {
  display: block;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.content-footer__logo {
  aspect-ratio: 119/79;
  width: clamp(0px, 31.7333333333vw, 119px);
  margin-left: auto;
  margin-right: auto;
}

.content-footer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.content-footer__copyright {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}

.goods-grid {
  display: grid;
  grid-row-gap: 0.625rem;
  grid-column-gap: 0.625rem;
}

.goods-grid--bg-beige {
  position: relative;
}

.goods-grid--bg-beige::before {
  content: "";
  position: absolute;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 173vw;
  top: 525px;
  top: 32.8125rem;
  left: 0;
  background-color: #f0ede2;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .goods-grid--bg-beige::before {
    top: 7.8125rem;
    height: 17.1875rem;
  }
}

.goods-grid__item {
  aspect-ratio: 1/1;
}

.goods-grid__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.goods-grid__item.item01-1 {
  aspect-ratio: 325/221;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item01-1 {
    aspect-ratio: 250/170;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.goods-grid__item.item01-2 {
  aspect-ratio: 325/221;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item01-2 {
    aspect-ratio: 250/170;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.goods-grid__item.item01-3 {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item01-3 {
    aspect-ratio: 250/350;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.goods-grid__item.item01-3 img {
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}

.goods-grid__item.item02-1 {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item02-1 {
    grid-column: 1/2;
  }
}

.goods-grid__item.item02-1 img {
  border-radius: 0 6.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item02-1 img {
    border-radius: 0;
  }
}

.goods-grid__item.item02-2 {
  grid-column: 1/2;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item02-2 {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .goods-grid__item.item02-2 img {
    border-radius: 0 6.25rem 0 0;
  }
}

.goods-grid__item.item02-3 {
  grid-column: 2/3;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item02-3 {
    grid-column: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .goods-grid__item.item02-3 img {
    border-radius: 0 0 0 6.25rem;
  }
}

.goods-grid__item.item02-4 {
  grid-column: 1/3;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item02-4 {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .goods-grid .slider-1 {
    grid-column: 1/2;
  }
}

@media screen and (min-width: 768px) {
  .goods-grid .slider-2 {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .goods-grid__item.item03-1,
.goods-grid__item.item03-2,
.goods-grid__item.item03-3,
.goods-grid__item.item03-4 {
    aspect-ratio: 250/350;
  }
}

.goods-grid__item.item03-3 img,
.goods-grid__item.item03-4 img {
  border-radius: 0 0 6.25rem 0;
}

.goods-grid__item.item04-1 {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item04-1 {
    aspect-ratio: 250/350;
    grid-column: 1/2;
  }
}

.goods-grid__item.item04-2 {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item04-2 {
    aspect-ratio: 250/350;
    grid-column: 2/3;
  }
}

.goods-grid__item.item04-1 img {
  border-radius: 6.25rem 0 0 0;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}

.goods-grid__item.item04-2 img {
  border-radius: 0 0 6.25rem 0;
  -o-object-position: 50% 90%;
     object-position: 50% 90%;
}

.goods-grid__item.item05-1 {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item05-1 {
    grid-column: 1/2;
  }
}

.goods-grid__item.item05-2 {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item05-2 {
    grid-column: 2/3;
  }
}

.goods-grid__item.item05-1 img {
  border-radius: 6.25rem 0 0 0;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}

.goods-grid__item.item05-2 img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.goods-grid__item.item06-1 {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item06-1 {
    grid-column: 1/2;
  }
}

.goods-grid__item.item06-1 img {
  border-radius: 0 0 6.25rem 0;
}

.goods-grid__item.item06-2 {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods-grid__item.item06-2 {
    grid-column: 2/3;
  }
}

@media screen and (min-width: 768px) {
  .goods-price {
    max-width: 17.5rem;
  }
}

.goods-price__picItem {
  padding: 20px 15px 17px 20px;
  padding: 1.25rem 0.9375rem 1.0625rem 1.25rem;
  background-color: #f0ede2;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .goods-price__picItem {
    padding: 0.9375rem 0 0.625rem 0.875rem;
    border-radius: 0.4375rem;
  }
}

.goods-price__head {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #a03033;
}
@media screen and (min-width: 768px) {
  .goods-price__head {
    font-size: 0.625rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.goods-price__picItem-wrap {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .goods-price__picItem-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.375rem;
  }
}

.goods-price__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .goods-price__flex {
    margin-top: 0;
    -webkit-column-gap: 0.3125rem;
       -moz-column-gap: 0.3125rem;
            column-gap: 0.3125rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 8.75rem;
            flex: 0 1 8.75rem;
  }
}

.goods-price__title {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.09em;
}
@media screen and (min-width: 768px) {
  .goods-price__title {
    font-size: 0.625rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.goods-price__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .goods-price__list {
    margin-top: 0.75rem;
  }
}

.goods-price__row + .goods-price__row {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .goods-price__row + .goods-price__row {
    margin-top: 0.125rem;
  }
}

.goods-price__row {
  display: grid;
  grid-template-columns: 1fr auto 5.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px 0 20px;
  padding: 0 0.9375rem 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .goods-price__row {
    padding: 0 0 0 0.875rem;
    grid-template-columns: 47% 33% 20%;
  }
}

@media screen and (min-width: 768px) {
  .goods-price__row--03 {
    grid-template-columns: 51% 30% 19%;
  }
}

@media screen and (min-width: 768px) {
  .goods-price__row--06 {
    grid-template-columns: 51% 30% 19%;
  }
}

.goods-price__row--narrow {
  grid-template-columns: 1fr auto 4.375rem;
}
@media screen and (min-width: 768px) {
  .goods-price__row--narrow {
    grid-template-columns: 55% 28% 17%;
  }
}

.goods-price__row--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .goods-price__row--col2 {
    grid-template-columns: 1fr auto 3.125rem;
  }
}

.goods-price__price {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .goods-price__price {
    font-size: 0.625rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.goods-price__check-btn {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .goods-price__check-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 3.125rem;
            flex: 0 1 3.125rem;
    width: 3.125rem;
    margin-left: 0;
  }
}

.goods-price__check-btn a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-family: "Helvetica", sans-serif;
  color: #7a614a;
  letter-spacing: 0.02em;
  padding: 2px 10px;
  padding: 0.125rem 0.625rem;
  border: 1px solid #7a614a;
  border-radius: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .goods-price__check-btn a {
    font-size: 0.625rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
            transform-origin: left;
    letter-spacing: 0.04em;
    padding: 0.1875rem 0;
    border-radius: 1.25rem;
  }
}

.goods-price__check-btn--red a {
  color: #a03033;
  border: 1px solid #a03033;
}

.goods-price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 450px) {
  .goods-price__wrap {
    display: contents;
  }
}

.goods-price__row--row2 .goods-price__title {
  grid-column: 1/4;
}
@media screen and (min-width: 450px) {
  .goods-price__row--row2 .goods-price__title {
    grid-column: unset;
  }
}

.goods-price__row--row2 .goods-price__wrap {
  margin-top: 14px;
  margin-top: 0.875rem;
  grid-column: 2/4;
  grid-column-gap: 0.9375rem;
}
@media screen and (min-width: 450px) {
  .goods-price__row--row2 .goods-price__wrap {
    margin-top: unset;
    grid-column: unset;
    grid-column-gap: unset;
  }
}

.goods {
  padding-top: 40px;
  padding-top: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .goods {
    padding-top: 1.3125rem;
    margin-top: 1.3125rem;
  }
}

.goods + .goods {
  padding-top: 62px;
  padding-top: 3.875rem;
  margin-top: 62px;
  margin-top: 3.875rem;
}
@media screen and (min-width: 768px) {
  .goods + .goods {
    padding-top: 3.75rem;
    margin-top: 3.75rem;
  }
}

.goods__label {
  display: grid;
  place-items: center;
  width: 125px;
  width: 7.8125rem;
  height: 125px;
  height: 7.8125rem;
  border-radius: 50%;
  border: 1px solid #7a614a;
  margin: 0 auto;
  background-color: #7a614a;
}
@media screen and (min-width: 768px) {
  .goods__label {
    position: relative;
    margin-left: 4%;
    z-index: 1;
  }
}

.goods__number {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  font-family: swear-display, serif;
  color: #fff;
  font-weight: 300;
  font-style: normal;
}

.goods__titleBox {
  background: url(../images/common/bg-beige.png) no-repeat center/cover;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 30px 30px 14px;
  padding: 1.875rem 1.875rem 0.875rem;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .goods__titleBox {
    position: relative;
    margin-top: -2.1875rem;
    max-width: 18.5625rem;
  }
}

.goods__title-img {
  aspect-ratio: 474/502;
}

.goods__title-img img {
  height: 100%;
  width: 100%;
}

.goods__title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-family: swear-display, serif;
  color: #7a614a;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.goods__title--row1 {
  margin-left: calc(50% - 40vw);
  margin-right: calc(50% - 40vw);
  width: 80vw;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.goods__grid-items {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .goods__grid-items {
    margin-top: 2.9375rem;
  }
}

.goods__comment {
  position: relative;
  z-index: 1;
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .goods__comment {
    margin-top: 2.0625rem;
    padding: 0 0.3125rem;
  }
}

.goods__comment--position-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .goods__comment--position-right .goods__comment-text {
    width: 63.5%;
    margin-left: auto;
    margin-right: 0;
  }
}

.goods__comment-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-family: swear-display, serif;
  color: #a03033;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .goods__comment-title {
    font-size: 1.5625rem;
  }
}

.goods__comment-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: -0.1em;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .goods__comment-text {
    margin-top: 1.375rem;
    font-size: 0.625rem;
    line-height: 2;
    max-width: 20.3125rem;
  }
}

.goods__delimiter-line {
  position: relative;
  height: 87px;
  height: 5.4375rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .goods__delimiter-line {
    height: 2.9375rem;
    margin-top: 0;
  }
}

.goods__delimiter-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  left: -0.3125rem;
  height: 105%;
  width: 105%;
  z-index: -1;
  background-image: linear-gradient(to left top, transparent 49.7%, #7a614a calc(50% + 1px), transparent calc(50.3% + 1px));
}
@media screen and (min-width: 768px) {
  .goods__delimiter-line::before {
    top: -2.8125rem;
    left: -2.5rem;
    height: 350%;
    width: 115%;
  }
}

.goods__delimiter-line--reverse::before {
  background-image: linear-gradient(to right top, transparent 49.9%, #7a614a 50%, #7a614a calc(50% + 1px), transparent calc(50.1% + 1px));
}

@media screen and (min-width: 768px) {
  .goods__howTo {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.goods__howTo-title--position-right {
  text-align: right;
}

.goods__howTo-title {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-family: swear-display, serif;
  color: #7a614a;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .goods__howTo-title {
    font-size: 1.5625rem;
  }
}

.goods__howTo-title--reverse {
  text-align: right;
}

.goods__howTo-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: -0.1em;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .goods__howTo-text {
    font-size: 0.625rem;
    line-height: 2;
    margin-top: 1.25rem;
    max-width: 20.3125rem;
  }
}

.goods__howTo-text--position-right {
  margin-left: auto;
}

.goods__howTo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
}
@media screen and (min-width: 768px) {
  .goods__howTo-wrap {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}

.goods__howTo-wrap .goods__howTo-text {
  width: 74%;
}

.goods__howTo-img {
  display: block;
  width: 20%;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .goods__howTo-img {
    width: 14%;
    padding-bottom: 0;
  }
}

.goods__images {
  display: grid;
  grid-row-gap: 0.625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .goods__images {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.625rem;
    padding-bottom: 2rem;
  }
}

.goods__image {
  aspect-ratio: 325/455;
}
@media screen and (min-width: 768px) {
  .goods__image {
    aspect-ratio: 250/350;
  }
}

.goods__image img {
  height: 100%;
  width: 100%;
}

.goods__image--round-bottom-right {
  border-radius: 0 0 6.25rem 0;
}

.goods__image--round-top-right {
  border-radius: 0 6.25rem 0 0;
}

.goods__image--round-top-left {
  border-radius: 6.25rem 0 0 0;
}

.goods__price {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .goods__price {
    margin-left: -0.625rem;
    margin-top: 2.25rem;
  }
}

.goods.goods-02 .goods__grid-items {
  margin-top: 34px;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-02 .goods__grid-items {
    margin-top: 3.1875rem;
  }
}

.goods.goods-02 .goods__price {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.goods.goods-03 .goods__grid-items {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-03 .goods__grid-items {
    margin-top: 3.125rem;
  }
}

.goods.goods-03 .goods__price {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-03 .goods__price {
    max-width: 18.75rem;
    margin-top: 2.5rem;
  }
}

.goods.goods-03 .goods-grid--bg-beige::before {
  max-height: 650px;
  max-height: 40.625rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-03 .goods-grid--bg-beige::before {
    max-height: 17.1875rem;
  }
}

.goods.goods-04 .goods__grid-items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-04 .goods__grid-items {
    margin-top: 3.125rem;
  }
}

.goods.goods-04 .goods__comment {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.goods.goods-04 .goods__comment-text {
  letter-spacing: -0.09em;
}

.goods.goods-04 .goods__price {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-04 .goods__price {
    margin-top: 1rem;
  }
}

.goods.goods-05 .goods__grid-items {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-05 .goods__grid-items {
    margin-top: 2.9375rem;
  }
}

.goods.goods-05 .goods__images {
  margin-top: 47px;
  margin-top: 2.9375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-05 .goods__images {
    margin-top: 3.75rem;
    padding-bottom: 2.0625rem;
  }
}

.goods.goods-05 .goods__price {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-05 .goods__price {
    margin-top: 2.1875rem;
    max-width: 20.3125rem;
  }
}

.goods.goods-05 .goods-grid--bg-beige::before {
  max-height: 650px;
  max-height: 40.625rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-05 .goods-grid--bg-beige::before {
    max-height: 17.1875rem;
  }
}

.goods.goods-06 .goods__grid-items {
  margin-top: 34px;
  margin-top: 2.125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-06 .goods__grid-items {
    margin-top: 3.125rem;
  }
}

.goods.goods-06 .goods__comment {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.goods.goods-06 .goods__delimiter-line {
  margin-top: -12px;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-06 .goods__delimiter-line {
    margin-top: 0;
    height: 2.8125rem;
  }
}

.goods.goods-06 .goods__images {
  margin-top: 62px;
  margin-top: 3.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.goods.goods-06 .goods__price {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .goods.goods-06 .goods__price {
    margin-top: 2.375rem;
  }
}

@media screen and (min-width: 768px) {
  .goods.goods-06 .goods-price {
    max-width: 18.75rem;
  }
}

.lead-sentence {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
  background-color: #f0ede2;
}
@media screen and (min-width: 768px) {
  .lead-sentence {
    padding-top: 1.875rem;
    padding-bottom: 2.1875rem;
  }
}

.lead-sentence__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #7a614a;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lead-sentence__text {
    font-size: 0.75rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}

.link-list__Wrap {
  background-color: #f0ede2;
}

.link-list__bg-wave {
  height: 19.46vw;
  width: 100%;
  background: url(../images/common/bg-wave-sp.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .link-list__bg-wave {
    background: url(../images/common/bg-wave-pc.png) no-repeat center/cover;
    height: 12vw;
  }
}

.link-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0.9375rem;
  grid-row-gap: 2.125rem;
  background-color: #f0ede2;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .link-list__items {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1.5625rem;
    grid-row-gap: unset;
    max-width: 48.25rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.link-list__item {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.link-list__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 43%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
  border-bottom: 1px solid #7a614a;
  border-right: 1px solid #7a614a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link-list__img {
  aspect-ratio: 1/1;
}

.link-list__img img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-list__title-en {
  font-family: swear-display, serif;
  font-style: normal;
  font-weight: 300;
  color: #7a614a;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.link-list__title-ja {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  color: #7a614a;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.mv {
  background-color: #f0ede2;
}
@media screen and (min-width: 768px) {
  .mv {
    position: relative;
    height: 60vw;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .mv__titleBox {
    content: "";
    position: absolute;
    right: 5%;
    bottom: 20%;
    z-index: 10;
  }
}

.mv__title {
  width: clamp(0px, 57.8666666667vw, 217px);
  margin: 0 auto;
  padding: 36px 0 32px;
  padding: 2.25rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .mv__title {
    width: 27vw;
    padding: 0;
  }
}

.profile {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .profile {
    margin-top: 5.3125rem;
  }
}

.profile__inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
  max-width: 33.75rem;
}
@media screen and (min-width: 768px) {
  .profile__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.6875rem;
       -moz-column-gap: 1.6875rem;
            column-gap: 1.6875rem;
    max-width: 29.6875rem;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.profile__img {
  aspect-ratio: 1/1;
  margin: 0 auto;
  width: clamp(0px, 40vw, 216px);
}
@media screen and (min-width: 768px) {
  .profile__img {
    margin-top: 0.3125rem;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 9.375rem;
            flex: 0 1 9.375rem;
  }
}

.profile__img img {
  width: 100%;
}

.profile__textBlock {
  margin-top: 19px;
  margin-top: 1.1875rem;
}
@media screen and (min-width: 768px) {
  .profile__textBlock {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.profile__name {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}

.profile__text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.05em;
}

.slider-1.swiper,
.slider-2.swiper {
  height: 455px;
  height: 28.4375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .slider-1.swiper,
.slider-2.swiper {
    height: 21.875rem;
  }
}

.swiper-pagination-bullet {
  background: #b4a18f;
  width: 7px;
  width: 0.4375rem;
  height: 7px;
  height: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: 0.3125rem;
    height: 0.3125rem;
  }
}

.swiper-pagination-bullet-active {
  background: #7a614a;
}

.swiper-button-next {
  top: 47%;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 5px;
    top: 48%;
  }
}

.swiper-button-next::after {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  border-top: 1px solid #7a614a;
  border-right: 1px solid #7a614a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .swiper-button-next::after {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.swiper-slide {
  aspect-ratio: 325/455;
}

@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2px;
  }
}

@media screen and (min-width: 768px) {
  .mv-slider.swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.mv-slider .swiper-slide {
  display: block;
  aspect-ratio: 375/300;
}
@media screen and (min-width: 768px) {
  .mv-slider .swiper-slide {
    aspect-ratio: 600/1000;
  }
}

.mv-slider .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */
