@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9552238806vw;
  }
}
@media (min-width: 1675px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: MyYuGothicM, YuGothic, sans-serif;
  color: #3d3d3d;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

a {
  text-decoration: none;
  color: inherit;
}

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-concept {
  margin-top: 2.375rem;
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-concept {
    margin-top: 9.375rem;
    padding-top: 2.6875rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1675px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-products {
  padding-top: 6.5625rem;
  padding-bottom: 4.875rem;
}
@media screen and (min-width: 768px) {
  .l-products {
    padding-top: 12.5rem;
    padding-bottom: 12.25rem;
  }
}

.l-quality {
  margin-top: 5.625rem;
  padding-top: 3.25rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-quality {
    margin-top: 7.0625rem;
    padding-top: 6.25rem;
    padding-bottom: 12rem;
  }
}

.l-story {
  overflow: hidden;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 768px) {
  .l-story {
    padding-bottom: 12.125rem;
  }
}

.c-section-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3.9375rem;
  letter-spacing: 0.06em;
  color: #dcbf85;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 9.375rem;
  }
}

.c-section-title--sm {
  font-family: "Josefin Sans", sans-serif;
  color: #dcbf85;
  font-size: 2.6875rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section-title--sm {
    font-size: 6.25rem;
    letter-spacing: 0.08em;
  }
}

.p-concept {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-concept__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.625rem;
       -moz-column-gap: 5.625rem;
            column-gap: 5.625rem;
    max-width: 85rem;
  }
}

.p-concept__body {
  background: #f0eceb;
  position: relative;
  padding-top: 4.875rem;
  padding-bottom: 10.3125rem;
  margin-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-concept__body {
    padding-top: 8rem;
    padding-bottom: 6.875rem;
    background: -webkit-gradient(linear, left top, right top, from(#f0eceb), color-stop(80%, #f0eceb), color-stop(80%, #fff), to(#fff));
    background: linear-gradient(90deg, #f0eceb 0%, #f0eceb 80%, #fff 80%, #fff 100%);
  }
}

.p-concept__body::after {
  content: "";
  background: url(../images/text-ima-sp.png) no-repeat center/contain;
  width: 10rem;
  height: 30.625rem;
  position: absolute;
  top: 21%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-concept__body::after {
    background: none;
    content: "IMA";
    font-family: "Josefin Sans", sans-serif;
    color: #f9f7f6;
    font-weight: 700;
    font-size: 31.25rem;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    bottom: 0.625rem;
    right: 92%;
    letter-spacing: 0.08em;
  }
}

.p-concept__title {
  top: -1.25rem;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .p-concept__title {
    top: -2.3125rem;
  }
}

.p-concept__copy {
  font-size: 1.625rem;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-concept__copy {
    font-size: 3.125rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    line-height: 1.44;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    position: relative;
    z-index: 2;
  }
}

.p-concept__textBlock {
  margin-top: 1.125rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-concept__textBlock {
    margin-top: -0.4375rem;
  }
}

.p-concept__text {
  font-size: 0.625rem;
  letter-spacing: 0.14em;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-concept__text {
    font-size: 1.125rem;
    line-height: 1.9;
    letter-spacing: 0.1em;
  }
}

.p-concept__text + .p-concept__text {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .p-concept__text + .p-concept__text {
    margin-top: 2.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-concept__text:last-child {
    max-width: 33.8541666667vw;
  }
}

.p-concept__img {
  width: 79.1666666667%;
  position: relative;
  margin-left: auto;
  margin-top: -7.5rem;
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-concept__img {
    max-width: 43.75rem;
    margin-top: -23.125rem;
  }
}

.p-concept__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 570/418;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-concept__img img {
    aspect-ratio: 700/500;
  }
}

.p-footer__links {
  padding: 1.1875rem 0 1.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2.875rem;
     -moz-column-gap: 2.875rem;
          column-gap: 2.875rem;
  padding-right: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__links {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
  padding-top: 0.1875rem;
  color: #3e3b3b;
  font-size: 0.75rem;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .p-footer__item a {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    padding: 1rem 1.75rem;
  }
}

.p-footer__item a::after {
  content: "";
  background: url(../images/icon-link.svg) no-repeat center/contain;
  width: 0.75rem;
  height: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item a::after {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-footer__body {
  background: #f0eceb;
  padding: 1.8125rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__body {
    padding: 3.75rem 0;
  }
}

.p-footer__logo {
  width: 3.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 7rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
}

.p-footer__text {
  margin-top: 1.4375rem;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    margin-top: 2.8125rem;
    font-size: 1rem;
  }
}

.p-footer__copy {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy {
    margin-top: 2.3125rem;
  }
}

.p-footer__copy small {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copy small {
    font-size: 1rem;
  }
}

.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.p-header__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.p-header__btn a {
  display: inline-block;
  min-width: 6.5625rem;
  padding: 1.125rem 0.625rem;
  background-color: #cc2829;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-header__btn a {
    font-size: 1.25rem;
    min-width: 18.75rem;
    padding: 2.1875rem 1.875rem;
    position: relative;
    text-align: center;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-header__btn a::after {
    content: "";
    background: url(../images/icon-arrow.png) no-repeat center/contain;
    width: 0.5rem;
    height: 1rem;
    display: inline-block;
    margin-bottom: 0.3125rem;
  }
}

.p-mv-swiper {
  width: 76.5333333333%;
  height: 100%;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper {
    width: 84.375%;
    padding-bottom: 3rem;
  }
}
.p-mv-swiper .swiper-wrapper {
  width: 100%;
}
.p-mv-swiper .swiper-slide {
  width: 100%;
}
.p-mv-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 27.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 550/700;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper .swiper-slide img {
    aspect-ratio: 1620/950;
    max-height: none;
    max-height: initial;
    min-height: 59.375rem;
  }
}
.p-mv-swiper .swiper-pagination {
  bottom: 0;
  text-align: right;
  padding-right: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper .swiper-pagination {
    max-width: 93.75rem;
    margin-right: auto;
    padding-right: 6.25rem;
  }
}
.p-mv-swiper .swiper-pagination-bullet {
  background: #f7f2ef;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-mv-swiper .swiper-pagination-bullet-active {
  background: #dcbf85;
}
.p-mv-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-mv-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mv-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .p-mv-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.625rem;
  }
}

.p-mv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-mv__head {
  width: 23.4666666667%;
  height: inherit;
  margin-bottom: 1.5rem;
  background: #dcbf85;
}
@media screen and (min-width: 768px) {
  .p-mv__head {
    width: 15.625%;
    margin-bottom: 3rem;
  }
}

.p-mv__logo {
  background: #fff;
  width: 100%;
}

.p-mv__logo a {
  display: grid;
  place-content: center;
  padding: 1.0625rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-mv__logo a {
    padding: 3.4375rem 4.375rem;
  }
}

.p-mv__logo img {
  width: 7.0625rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__logo img {
    width: 9.0625rem;
  }
}

.p-mv__catch {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1.4;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.125rem;
  letter-spacing: 0.16em;
  color: #fff;
  padding: 1.75rem 1.25rem 1.0625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    font-size: 1.875rem;
    line-height: 2;
    padding: 10rem 1.25rem 8.75rem;
  }
}

.p-mv__catch span {
  letter-spacing: 0.06em;
}

.p-products-swiper {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-products-swiper {
    max-width: 68.75rem;
  }
}
.p-products-swiper .swiper-slide {
  height: auto;
}
.p-products-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-products-swiper .swiper-slide img {
    aspect-ratio: 340/337;
  }
}
.p-products-swiper .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-products-swiper .swiper-pagination {
    display: none;
  }
}
.p-products-swiper .swiper-pagination-bullet {
  background: #f7f2ef;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-products-swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-products-swiper .swiper-pagination-bullet-active {
  background: #dcbf85;
}
.p-products-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-products-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-products-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .p-products-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.625rem;
  }
}

.p-products-swiper__item {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-products-swiper__body {
  margin-top: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-products-swiper__body {
    margin-top: 0.3125rem;
  }
}

.p-products-swiper__catWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}

.p-products-swiper__category {
  display: inline-block;
  color: #fff;
  font-size: 0.625rem;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  min-width: 4.3125rem;
  padding: 0.25rem 0.1875rem 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-products-swiper__category {
    min-width: 5.6875rem;
    font-size: 0.9375rem;
  }
}

.p-products-swiper__category--blue {
  background: #b0cdd9;
}

.p-products-swiper__category--gray {
  background: #f3f0ee;
  color: #3d3d3d;
}

.p-products-swiper__category--green {
  background: #bcccb2;
}

.p-products-swiper__title {
  margin-top: 0.6875rem;
  font-size: 0.75rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-products-swiper__title {
    font-size: 1.25rem;
  }
}

.p-products-swiper__text {
  margin-top: 0.375rem;
  font-size: 0.6875rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .p-products-swiper__text {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
}

.p-products-swiper__price {
  text-align: right;
  font-size: 0.8125rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-products-swiper__price {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.p-products-swiper__price span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-products-swiper__price span {
    font-size: 1.5625rem;
  }
}

.p-products {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
}

.p-products__inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .p-products__inner {
    max-width: 72.1875rem;
    margin: 0 auto;
  }
}

.p-products__title {
  text-align: center;
}

.p-products__container {
  margin-top: 1.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-products__container {
    max-width: 83.5rem;
    padding-left: 7.375rem;
    padding-right: 7.375rem;
    margin: auto;
    margin-top: 4.8125rem;
  }
}
.p-products__container .swiper-button-prev,
.p-products__container .swiper-button-next {
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dfdfdf;
  top: 32.6923076923vw;
}
@media screen and (min-width: 768px) {
  .p-products__container .swiper-button-prev,
  .p-products__container .swiper-button-next {
    width: 4.375rem;
    height: 4.375rem;
    top: 27%;
  }
}
.p-products__container .swiper-button-prev {
  left: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-products__container .swiper-button-prev {
    left: 0;
  }
}
.p-products__container .swiper-button-next {
  right: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-products__container .swiper-button-next {
    right: 0;
  }
}
.p-products__container .swiper-button-prev::after,
.p-products__container .swiper-button-next::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.p-products__container .swiper-button-prev::after {
  left: 45%;
}
.p-products__container .swiper-button-next::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 45%;
}

.p-product__btn {
  text-align: center;
  margin-top: 2.25rem;
}

.p-product__btn a {
  display: inline-block;
  position: relative;
  background: #cc2829;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  min-width: 16.875rem;
  border-radius: 2.5rem;
  padding: 1.25rem 1.125rem 1.0625rem;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-product__btn a {
    font-size: 1.25rem;
    min-width: 25rem;
    padding: 1.9375rem 1.125rem 1.875rem;
  }
}

.p-product__btn a::after {
  position: absolute;
  top: 37%;
  right: 1.0625rem;
  content: "";
  background: url(../images/icon-arrow.png) no-repeat center/contain;
  width: 0.4375rem;
  height: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-product__btn a::after {
    width: 0.5rem;
    height: 1rem;
    top: 39%;
    right: 1.875rem;
  }
}

.p-product__box {
  border: 1px dashed #d8d8d8;
  position: relative;
  margin-top: 5.625rem;
  padding: 2.875rem 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-product__box {
    margin-top: 10.9375rem;
    padding: 3.5625rem 13.125rem;
  }
}

.p-product__boxTitle {
  color: #a09f9f;
  background: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: -0.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-product__boxTitle {
    font-size: 1.625rem;
    top: -1.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-product__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-product__img {
  max-width: 10.75rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-product__img {
    max-width: 100%;
    margin: 0;
  }
}

.p-product__img + .p-product__img {
  margin-top: 0.8125rem;
}

.p-product__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 10/8;
}

.p-products__text {
  margin-top: 1.5rem;
  font-size: 0.625rem;
  letter-spacing: -0.05em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-products__text {
    margin-top: 2.25rem;
    font-size: 0.8125rem;
    letter-spacing: 0.1em;
  }
}

.p-quality-box {
  background: #fff;
  padding: 1.3125rem 1.625rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box {
    padding: 8.9375rem 16.375rem 9.4375rem;
  }
}

.p-quality-box__content + .p-quality-box__content {
  margin-top: 2.4375rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__content + .p-quality-box__content {
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-box__content:last-child {
    margin-top: 4.375rem;
  }
}

.p-quality-box__title {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.07em;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .p-quality-box__title {
    font-size: 1.875rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

.p-quality-box__wrapper {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
    margin-top: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-box__content:not(:first-child) .p-quality-box__wrapper {
    margin-top: 2.5625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-box__item {
    width: 28.125rem;
  }
}

.p-quality-box__item + .p-quality-box__item {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__item + .p-quality-box__item {
    margin-top: 0;
  }
}

.p-quality-box__subTitle {
  font-size: 0.9375rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-quality-box__subTitle {
    font-size: 1.625rem;
    letter-spacing: 0.06em;
  }
}

.p-quality-box__subTitle--en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-quality-box__subTitle--en {
    font-size: 1.875rem;
  }
}

.p-quality-box__text {
  font-size: 0.625rem;
  letter-spacing: 0.07em;
  line-height: 2.1;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__text {
    font-size: 1rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
    margin-top: 1.6875rem;
  }
}

.p-quality-box__subTitle--en + .p-quality-box__text {
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__subTitle--en + .p-quality-box__text {
    margin-top: 1rem;
  }
}

.p-quality-box__link {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  margin-top: 0.6875rem;
  text-align: right;
  padding-right: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__link {
    font-size: 1.0625rem;
    letter-spacing: 0.02em;
    margin-top: 1.4375rem;
    padding-right: 0;
  }
}

.p-quality-box__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #3d3d3d;
  line-height: 1.1;
}

.p-quality-box__link a::after {
  content: "";
  background: url(../images/icon-link.svg) no-repeat center/contain;
  width: 0.625rem;
  height: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__link a::after {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-quality-box__img {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-quality-box__img {
    margin-top: 0;
    width: 34.375rem;
  }
}

.p-quality-box__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 520/320;
}
@media screen and (min-width: 768px) {
  .p-quality-box__img img {
    aspect-ratio: 550/350;
  }
}

.p-quality-lists {
  counter-reset: num;
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 6.0625rem;
       -moz-column-gap: 6.0625rem;
            column-gap: 6.0625rem;
    max-width: 83.125rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap--2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap--3 {
    max-width: 58.75rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5.4375rem;
       -moz-column-gap: 5.4375rem;
            column-gap: 5.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap--4 {
    max-width: 81.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__body {
    width: 35.625rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap--3 .p-quality-lists__body {
    width: 29.0625rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap--4 .p-quality-lists__body {
    width: 32.1875rem;
    margin-top: 0;
  }
}

.p-quality-lists__item + .p-quality-lists__item {
  margin-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__item + .p-quality-lists__item {
    margin-top: 12.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__img--left {
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__img--right {
    margin-right: calc(50% - 50vw);
  }
}

.p-quality-lists__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 620/495;
}

@media screen and (min-width: 768px) {
  .p-quality-lists__img--left img {
    aspect-ratio: 960/700;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__img--right img {
    aspect-ratio: 880/600;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap--4 .p-quality-lists__img {
    width: 44.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__wrap--4 img {
    aspect-ratio: 710/500;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__img--grid {
    width: 45.625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__img--grid + .p-quality-lists__body {
    width: 31.25rem;
  }
}

.p-quality-lists__img--grid img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 730/500;
}

.p-quality-lists__title {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.25rem;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__title {
    font-size: 2.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: 1.0625rem;
       -moz-column-gap: 1.0625rem;
            column-gap: 1.0625rem;
    margin-top: 0;
  }
}

.p-quality-lists__title::before {
  content: counter(num);
  counter-increment: num;
  color: #dcbf85;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.6875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__title::before {
    font-size: 5rem;
  }
}

.p-quality-lists__textBlock {
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__textBlock {
    margin-top: 1.375rem;
  }
}

.p-quality-lists__text {
  font-size: 0.6875rem;
  letter-spacing: 0.07em;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__text {
    font-size: 1.125rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}

.p-quality-lists__text + .p-quality-lists__text {
  margin-top: 2em;
}

.p-quality-lists__box {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__box {
    margin-top: 0;
  }
}

.p-quality-lists__content {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__content {
    margin-top: 7.0625rem;
  }
}

.p-quality-lists__contentTitle {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__contentTitle {
    font-size: 1.5625rem;
  }
}

.p-quality-lists__contentImg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__contentImg {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 1.25rem;
    width: 68.75rem;
    margin: 2.6875rem auto 0;
  }
}

.p-quality-lists__contentImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}

.p-quality-lists__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__wrapper {
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
    margin-top: 2.0625rem;
  }
}

.p-quality-lists__text--head {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__text--head {
    max-width: 30.625rem;
    margin-top: 1.5625rem;
  }
}

.p-quality-lists__text--sm {
  font-size: 0.625rem;
  line-height: 1.56;
  width: calc(50% - 0.625rem);
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-quality-lists__text--sm {
    width: 30rem;
    font-size: 0.875rem;
    line-height: 2.1;
  }
}

.p-quality-lists__photo {
  width: calc(50% - 0.625rem);
}
@media screen and (min-width: 768px) {
  .p-quality-lists__photo {
    width: 18.75rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.p-quality-lists__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 300/400;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-quality-lists__item--last {
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-quality-lists__item--last .p-quality-lists__title {
    max-width: 30.625rem;
  }
}

.p-quality {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, #fff), color-stop(5%, #f0eceb), to(#f0eceb));
  background: linear-gradient(to bottom, #fff 0%, #fff 5%, #f0eceb 5%, #f0eceb 100%);
  overflow: hidden;
}

.p-quality__catch {
  margin-left: calc(50% - 50vw);
  background: #dcbf85;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-quality__catch {
    width: 23.4375vw;
  }
}

.p-quality__catch p {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.25rem 1.4375rem 1.1875rem;
}
@media screen and (min-width: 768px) {
  .p-quality__catch p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-size: 2.1875rem;
    line-height: 1.7142857143;
    padding: 3.125rem 8.4375rem 2.625rem;
    margin-left: auto;
  }
}

.p-quality__main-img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-quality__main-img {
    margin-left: auto;
  }
}

.p-quality__main-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 720/700;
}
@media screen and (min-width: 768px) {
  .p-quality__main-img img {
    aspect-ratio: 1770/750;
    -o-object-position: center 40%;
       object-position: center 40%;
  }
}

.p-quality__inner {
  max-width: 19.8125rem;
  margin: 0 auto;
  margin-top: -1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-quality__inner {
    max-width: 86.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-top: -4rem;
    position: relative;
  }
}

.p-quality__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.4375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: linkNum;
  margin-top: 0.625rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-quality__links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2.1875rem;
    gap: 0 1.0625rem;
  }
}

.p-quality__link a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.6875rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 50%;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .p-quality__link a {
    width: 10.9375rem;
    height: 10.9375rem;
    padding: 1.5rem 0;
    font-size: 1.125rem;
  }
}

.p-quality__link a span {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-quality__link a span {
    font-size: 0.9375rem;
  }
}

.p-quality__link a::before {
  content: counter(linkNum);
  counter-increment: linkNum;
  color: #dcbf85;
  font-family: "Josefin Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .p-quality__link a::before {
    font-size: 2.5625rem;
  }
}

.p-quality__link a::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-quality__link a::after {
    margin-top: 1rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-quality__lists {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-quality__lists {
    margin-top: 12.5rem;
  }
}

.p-quality__subImg {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-quality__subImg {
    display: block;
    position: absolute;
    top: 11.375rem;
    right: 0;
    margin-right: calc(50% - 50vw);
    width: 28.125rem;
  }
}

.p-quality__subImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 450/350;
}

.p-story {
  background: #f0eceb;
}

.p-story__head {
  background: #bcccb2;
  padding-top: 4.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-story__head {
    padding-top: 12.5rem;
  }
}

.p-story__left {
  width: 72.2222222222vw;
}
@media screen and (min-width: 768px) {
  .p-story__left {
    width: 70.8333333333vw;
  }
}

.p-story__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 34.7222222222vw;
}
@media screen and (min-width: 768px) {
  .p-story__right {
    width: 23.4375vw;
  }
}

.p-story__left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  aspect-ratio: 520/450;
}
@media screen and (min-width: 768px) {
  .p-story__left img {
    aspect-ratio: 1360/850;
  }
}

.p-story__right img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 250/300;
}
@media screen and (min-width: 768px) {
  .p-story__right img {
    aspect-ratio: 450/550;
  }
}

.p-story__catch {
  background: #dcbf85;
  display: inline-block;
  position: absolute;
  bottom: -5.5rem;
  right: 0;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, .2);
}
@media screen and (min-width: 768px) {
  .p-story__catch {
    right: 10.8333333333vw;
    z-index: 5;
    min-width: 28.125rem;
  }
}

.p-story__catch p {
  color: #fff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.3125rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  padding: 1.5625rem 1.4375rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-story__catch p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-size: 2.1875rem;
    line-height: 1.7142857143;
    padding: 3.6875rem 6.5625rem 3.6875rem;
    margin-left: auto;
    letter-spacing: 0.08em;
  }
}

@media screen and (min-width: 768px) {
  .p-story__inner {
    max-width: 90.625rem;
  }
}

.p-story__box {
  margin-top: 9.75rem;
  background: #fff;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  padding: 2.625rem 1.6875rem 2.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-story__box {
    margin-top: -7.5rem;
    padding: 6.875rem 9.375rem;
  }
}

.p-story__title {
  position: absolute;
  top: -1.375rem;
  left: 50%;
  -webkit-transform: translateX(-56%);
          transform: translateX(-56%);
}
@media screen and (min-width: 768px) {
  .p-story__title {
    top: -3.75rem;
    left: 9.1875rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-story__text {
  font-size: 0.625rem;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-story__text {
    max-width: 46.875rem;
    max-width: 39.0625vw;
    font-size: 1.125rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
}

.p-story__text + .p-story__text {
  margin-top: 2em;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

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

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
