@charset "UTF-8";
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
body a {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
}
body.is-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.l-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 7.857%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1039px) {
  .l-inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 6.66%;
  }
}

.l-contents {
  max-width: 1080px;
}

.c-more01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1;
  padding: 10px 80px 10px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.c-more01.pc-right {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-more01.pc-right {
    margin-left: 0;
    margin-right: auto;
  }
}
.c-more01::before {
  content: "";
  position: absolute;
  background: url(../img/arrow01.svg) no-repeat center center/contain;
  width: 70px;
  height: 40px;
  right: 0;
  top: -6px;
}
@media (hover: hover) {
  .c-more01:hover {
    opacity: 0.8;
  }
}

.c-more02 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  position: relative;
  border: 1px solid #333333;
  padding: 22px 137px 22px 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-more02:hover {
    opacity: 0.5;
  }
}
.c-more02::before {
  content: "";
  position: absolute;
  background: url(../img/arrow02.svg) no-repeat center center/contain;
  width: 53px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}

.c-more03 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding: 10px 73px 10px 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-more03:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .c-more03 {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
  }
}
.c-more03::before {
  content: "";
  position: absolute;
  background: url(../img/arrow02.svg) no-repeat center center/contain;
  width: 53px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.c-title {
  font-size: 2.75rem;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Shippori Mincho", serif;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.5rem;
  }
}

.c-point {
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  padding-left: 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-point {
    font-size: 0.75rem;
    padding-left: 21px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-point::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 1px;
  background-color: #333333;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-point::before {
    width: 15px;
  }
}

.c-breadcrumbs {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    padding-top: 5px;
  }
}
.c-breadcrumbs span {
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs span {
    font-size: 0.625rem;
  }
}
.c-breadcrumbs span:nth-child(2) a {
  display: none;
}
.c-breadcrumbs a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-breadcrumbs a:hover {
    opacity: 0.5;
  }
}
.c-breadcrumbs .current-item {
  color: #888888;
  position: relative;
  margin-left: 21px;
}
.c-breadcrumbs .current-item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #888888;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs .current-item::before {
    width: 8px;
    left: -13px;
  }
}

.c-top-btn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .c-top-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-top-btn {
    width: 40px;
    height: 40px;
  }
}

.c-drawer-bg {
  display: none;
}
@media screen and (max-width: 1039px) {
  .c-drawer-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    z-index: 100;
    display: none;
  }
  .c-drawer-bg.is-open {
    display: block;
  }
}

.c-drawer-btn {
  width: calc(50% - 10px);
}
.c-drawer-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 153px;
  height: 80px;
  padding-bottom: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

.c-drawer-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-drawer-btn .tel {
  font-size: 1.125rem;
  line-height: 1.2777;
  letter-spacing: 0.05em;
  position: relative;
}
.c-drawer-btn .tel::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-drawer-btn .contact {
  font-size: 0.875rem;
  line-height: 1.428;
  font-family: "Noto Serif JP", serif;
  position: relative;
}
.c-drawer-btn .contact::before {
  content: "";
  position: absolute;
  background-image: url(../img/mail-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 17px;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-drawer-icon {
  width: 50px;
  height: 50px;
  border: 1px solid #af8c56;
  background-color: #ffffff;
  position: relative;
}
.c-drawer-icon .bar1,
.c-drawer-icon .bar2,
.c-drawer-icon .bar3 {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #af8c56;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-drawer-icon .bar1 {
  top: 17px;
  left: 13px;
}
.c-drawer-icon .bar2 {
  top: 24px;
  left: 13px;
}
.c-drawer-icon .bar3 {
  top: 31px;
  left: 13px;
}
.c-drawer-icon.is-open .bar1 {
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-icon.is-open .bar2 {
  top: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-drawer-icon.is-open .bar3 {
  display: none;
}

.p-fv {
  height: 750px;
  position: relative;
  z-index: 150;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 388px;
  }
}

.p-fv__title {
  position: absolute;
  color: #ffffff;
  z-index: 1;
  left: 16.21%;
  top: 150px;
  letter-spacing: 0.15em;
  font-size: 2.25rem;
  line-height: 1.3225806452;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.25rem;
    line-height: 0.8695652174;
    left: 8%;
    top: 103px;
  }
}
.p-fv__title span {
  display: block;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .p-fv__title span {
    margin-right: 14px;
  }
}

.p-fv__scroll {
  position: absolute;
  right: 12px;
  bottom: 203px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__scroll {
    bottom: 50px;
  }
}
.p-fv__scroll::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 190px;
  bottom: -203px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  -webkit-animation: scroll 3s infinite;
          animation: scroll 3s infinite;
}
@media screen and (max-width: 767px) {
  .p-fv__scroll::before {
    height: 40px;
    bottom: -50px;
    left: 42%;
  }
}

.p-fv__slide {
  height: 100%;
}
.p-fv__slide .splide__slide {
  width: 100%;
  height: auto;
  aspect-ratio: 1400/750;
}
.p-fv__slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-fv__slide .splide__track {
  height: 100%;
}
.p-fv__slide .splide__pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  bottom: 40px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__pagination {
    bottom: 18px;
  }
}
.p-fv__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #707070;
  opacity: 1;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__slide .splide__pagination__page {
    width: 6px;
    height: 6px;
    margin: 2px;
  }
}
.p-fv__slide .splide__pagination__page.is-active {
  background-color: #ffffff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-header {
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-left: 30px;
  z-index: 200;
}
@media screen and (max-width: 1039px) {
  .p-header {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 50px;
  }
}
.p-header.top {
  position: absolute;
  top: 0;
  left: 0;
}
.p-header.top a {
  color: #ffffff;
}
.p-header.top-bottom {
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.p-header.top-bottom.show {
  opacity: 1;
  visibility: visible;
}
.p-header.white {
  position: fixed;
  background-color: #ffffff;
}
.p-header.white .p-header__nav {
  gap: 40px;
}
.p-header.white .p-header__item a {
  color: #333333;
}
.p-header.white .p-header__item a::after {
  background-color: #333333;
}
@media screen and (max-width: 1039px) {
  .p-header.white .p-header__item a::after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1039px) {
  .p-header.white .p-header__item a {
    color: #ffffff;
  }
}
@media screen and (min-width: 1040px) {
  .p-header.white .p-header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #af8c56;
    color: #ffffff;
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
    position: relative;
    width: 200px;
    height: 80px;
    padding-left: 44px;
    margin-left: 0;
  }
  .p-header.white .p-header__contact::before {
    content: "";
    position: absolute;
    background: url(../img/mail-icon.svg) no-repeat center center/contain;
    left: 32px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 21px;
  }
}

.p-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__logo {
  height: inherit;
}
.p-header__logo a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__logo a picture {
  display: block;
}
.p-header__logo a picture img {
  width: 305px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 85px;
    height: 30px;
  }
}
.p-header__logo.drawer {
  height: 50px;
}
@media screen and (max-width: 1039px) {
  .p-header__logo.drawer a {
    display: block;
  }
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
@media screen and (max-width: 1039px) {
  .p-header__nav {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../img/drawer-bg.jpg) no-repeat center center/cover;
    padding: 15px 25px 25px 27px;
    overflow-y: scroll;
  }
  .p-header__nav.is-open {
    opacity: 1;
    visibility: visible;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(2.8571428571vw, 40px);
     -moz-column-gap: min(2.8571428571vw, 40px);
          column-gap: min(2.8571428571vw, 40px);
  height: 100%;
}
@media screen and (max-width: 1039px) {
  .p-header__list {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin: 0 auto 30px;
  }
}

.p-header__item {
  height: inherit;
}
.p-header__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.1428571429vw, 1rem);
  font-family: "Shippori Mincho", serif;
  line-height: 2.375;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .p-header__item a {
    font-size: 1rem;
    color: #ffffff;
  }
}
.p-header__item a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: 20px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (max-width: 1039px) {
  .p-header__item a::after {
    bottom: 0;
  }
}
@media (hover: hover) {
  .p-header__item:hover a::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.p-header__tel {
  margin-left: min(2.8571428571vw, 40px);
  padding-left: 20px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.4285714286vw, 1.25rem);
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  position: relative;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__tel p {
  font-size: min(0.8571428571vw, 0.75rem);
  line-height: 1;
}
.p-header__tel::before {
  content: "";
  position: absolute;
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  top: 20px;
  left: 0;
}
@media (hover: hover) {
  .p-header__tel:hover {
    opacity: 0.7;
  }
}

.p-header__contact {
  margin-left: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-header__contact:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1039px) {
  .p-header__contact.drawer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #af8c56;
    color: #ffffff;
    font-size: 0.875rem;
    font-family: "Noto Serif JP", serif;
    position: relative;
    width: 246px;
    padding: 15px 0 15px 33px;
    margin: 0 auto;
  }
  .p-header__contact.drawer::before {
    content: "";
    position: absolute;
    background: url(../img/mail-icon.svg) no-repeat center center/contain;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 22px;
    height: 16px;
  }
}
.p-header__contact.small {
  width: 59px;
  height: 50px;
  margin-left: 0;
}
.p-header__contact.small img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1039px) {
  .p-header__icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 300;
  }
}

.p-read {
  padding-top: 100px;
  position: relative;
  height: max(49.2857142857vw, 600px);
}
@media screen and (max-width: 767px) {
  .p-read {
    padding-top: 16vw;
    height: auto;
    padding-bottom: 119.4666666667vw;
  }
}

.p-read__contents {
  position: absolute;
  top: 184px;
  left: 44vw;
}
@media screen and (max-width: 767px) {
  .p-read__contents {
    position: static;
  }
}

.p-read__head {
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  line-height: 1.5789473684;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-size: min(2.7142857143vw, 38px);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-read__head {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    font-weight: 400;
    font-family: "Shippori Mincho", serif;
    margin-bottom: 24px;
  }
}

.p-read__img {
  position: absolute;
  height: auto;
}
.p-read__img img {
  width: 100%;
  height: 100%;
}
.p-read__img.item01 {
  top: 100px;
  left: 0;
  width: 36.8571428571vw;
  aspect-ratio: 516/590;
}
@media screen and (max-width: 767px) {
  .p-read__img.item01 {
    top: initial;
    bottom: 49.3333333333vw;
    left: 0;
    width: 50.1333333333vw;
    aspect-ratio: 188/214;
  }
}
.p-read__img.item02 {
  top: 234px;
  right: 0;
  width: 15.7142857143vw;
  aspect-ratio: 200/260;
}
@media screen and (max-width: 767px) {
  .p-read__img.item02 {
    top: initial;
    bottom: 51.4666666667vw;
    right: 6.6%;
    width: 30.4vw;
    aspect-ratio: 114/135;
  }
}
.p-read__img.item03 {
  bottom: -54px;
  right: 15.7142857143vw;
  width: 16.4285714286vw;
  aspect-ratio: 230/150;
}
@media screen and (max-width: 767px) {
  .p-read__img.item03 {
    bottom: 20vw;
    right: 12.8%;
    width: 29.6vw;
    aspect-ratio: 111/72;
  }
}

.p-product {
  padding-bottom: 120px;
  background-color: #faf9f4;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding-bottom: 80px;
  }
}

.p-product__band {
  width: 100vw;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-product__band {
    height: 200px;
  }
}
.p-product__band img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product__head-wrap {
  position: relative;
}

.p-product__head {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  bottom: -100px;
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
.p-product__head span {
  color: #ffffff;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .p-product__head {
    font-size: 1.875rem;
    line-height: 1.2;
    bottom: -72px;
  }
  .p-product__head span {
    margin-bottom: 11px;
  }
}

.p-product__contents {
  padding-top: 165px;
}
@media screen and (max-width: 767px) {
  .p-product__contents {
    padding-top: 120px;
  }
}

.p-product__sub-head {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7333333333;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-product__sub-head {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    text-align: left;
  }
}

.p-product__list {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-product__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
    gap: 50px;
  }
}

.p-product__item {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .p-product__item {
    width: 100%;
  }
}
.p-product__item h4 {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6153846154;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-product__item h4 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 18px;
  }
}

.p-product__img {
  margin-bottom: 20px;
}

.p-event {
  padding: 120px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-event {
    padding: 80px 0 80px;
  }
}

.p-event__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 960px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .p-event__head-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
  }
}

.p-event__head {
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-event__head {
    font-size: 1.875rem;
    line-height: 1.8;
  }
}

.p-event__top {
  max-width: 960px;
  margin: 0 auto 60px;
  position: relative;
}
.p-event__top .c-more02 {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .p-event__top {
    aspect-ratio: 325/250;
    margin-bottom: 40px;
  }
  .p-event__top img {
    display: block;
    margin-bottom: 20px;
  }
  .p-event__top p {
    margin-bottom: 10px;
  }
}

.p-event__list {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-event__list {
    gap: 40px;
  }
}

.p-event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-event__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.p-event__item h3 {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6153846154;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-event__item h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.p-event__item p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-event__item p {
    line-height: 1.7142857143;
    margin-bottom: 10px;
  }
}

.p-event__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  aspect-ratio: 290/220;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-event__img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    aspect-ratio: 325/250;
  }
}
.p-event__img img {
  width: 100%;
  height: 100%;
}

.p-footer__wrap {
  background: url(../img/footer-bg.jpg) no-repeat center center/cover;
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    background: url(../img/footer-bg-sp.jpg) no-repeat center center/cover;
    padding: 60px 0 50px;
  }
}

.p-footer {
  border-top: 1px solid #ffffff;
  padding: 60px 0 100px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 50px 0 0;
  }
}

.p-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 5px;
  }
}
.p-footer__info address {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__info address {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-footer__logo {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 98px;
    height: 34px;
    margin-bottom: 0;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(2.8571428571vw, 40px);
     -moz-column-gap: min(2.8571428571vw, 40px);
          column-gap: min(2.8571428571vw, 40px);
  height: 100%;
}
@media screen and (max-width: 1039px) {
  .p-footer__list {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-footer__item {
  height: inherit;
}
.p-footer__item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.1428571429vw, 1rem);
  font-family: "Shippori Mincho", serif;
  line-height: 2.375;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-footer__item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1039px) {
  .p-footer__item a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 0.875rem;
    line-height: 2.7142857143;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  line-height: 2;
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 0.625rem;
    line-height: 2.4;
  }
}

.p-cta {
  color: #ffffff;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    margin-bottom: 70px;
  }
}

.p-cta__head {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7333333333;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-cta__head {
    font-size: 1.125rem;
    margin-bottom: 40px;
  }
}

.p-cta__contents {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11.35%;
  text-align: center;
}
@media screen and (max-width: 1039px) {
  .p-cta__contents {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__contents {
    -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;
    gap: 80px;
  }
}
.p-cta__contents h3 {
  font-size: 1.625rem;
  line-height: 1.1923076923;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1039px) {
  .p-cta__contents h3 {
    font-size: 1.25rem;
  }
}

.p-cta__tel {
  position: relative;
  width: 46.9%;
}
@media screen and (max-width: 767px) {
  .p-cta__tel {
    width: 100%;
  }
}
.p-cta__tel::before {
  content: "";
  position: absolute;
  height: 107px;
  width: 1px;
  background-color: #ffffff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .p-cta__tel::before {
    width: 263px;
    height: 1px;
    top: initial;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-cta__tel a {
  font-size: 3.125rem;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  padding-left: 46px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-cta__tel a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1039px) {
  .p-cta__tel a {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__tel a {
    padding-left: 32px;
    font-size: 2.125rem;
    line-height: 1.0882352941;
  }
}
.p-cta__tel a::before {
  content: "";
  position: absolute;
  background: url(../img/tel-icon.svg) no-repeat center center/contain;
  width: 34px;
  height: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-cta__tel a::before {
    width: 24px;
    height: 24px;
    top: 54%;
  }
}
.p-cta__tel p {
  font-family: "Noto Serif JP", serif;
  font-size: 0.75rem;
  margin-top: 10px;
}

.p-cta__mail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__mail {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-cta__mail a {
  font-size: 1.125rem;
  line-height: 3.6666666667;
  font-family: "Noto Serif JP", serif;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  padding-left: 40px;
  position: relative;
  background-color: #af8c56;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-cta__mail a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1039px) {
  .p-cta__mail a {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__mail a {
    font-size: 0.875rem;
    height: 58px;
    width: 263px;
    padding-left: 34px;
  }
}
.p-cta__mail a::before {
  content: "";
  position: absolute;
  background: url(../img/mail-icon.svg) no-repeat center center/contain;
  width: 28px;
  height: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 83px;
}
@media screen and (max-width: 1039px) {
  .p-cta__mail a::before {
    left: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__mail a::before {
    width: 22px;
    height: 16px;
  }
}

.p-head-line {
  height: 400px;
  width: 100%;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-head-line {
    height: 200px;
    margin-top: 50px;
  }
}
.p-head-line.quality {
  background: url(../img/headline-quality.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-head-line.quality {
    background: url(../img/headline-quality-sp.jpg) no-repeat center center/cover;
  }
}
.p-head-line.commodity {
  background: url(../img/headline-commodity.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-head-line.commodity {
    background: url(../img/headline-commodity-sp.jpg) no-repeat center center/cover;
  }
}
.p-head-line.profile {
  background: url(../img/headline-profile.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-head-line.profile {
    background: url(../img/headline-profile-sp.jpg) no-repeat center center/cover;
  }
}
.p-head-line.inquiry {
  background: url(../img/headline-inquiry.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-head-line.inquiry {
    background: url(../img/headline-inquiry-sp.jpg) no-repeat center center/cover;
  }
}

.p-quality {
  margin-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-quality {
    margin-top: 50px;
  }
}

.p-quality__contents {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-quality__contents {
    padding-bottom: 80px;
  }
}

.p-quality__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-quality__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
  }
}
.p-quality__head h2 {
  font-size: 2.25rem;
  line-height: 1.6111111111;
  font-family: "Shippori Mincho", serif;
  width: 40%;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-quality__head h2 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    width: 100%;
    padding-left: 0;
  }
}
.p-quality__head p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-quality__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.77%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-quality__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}
.p-quality__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-quality__item.reverse .img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.35%;
          flex: 0 0 36.35%;
}
@media screen and (max-width: 767px) {
  .p-quality__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-quality__item .img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media screen and (max-width: 767px) {
  .p-quality__item .img-box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 20px;
  }
}
.p-quality__item .img-small {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.4%;
}
.p-quality__item .img-small figcaption {
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
@media screen and (max-width: 767px) {
  .p-quality__item .img-small figcaption {
    font-size: 0.75rem;
    line-height: 2.6666666667;
  }
}

.p-quality__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-quality__text {
    display: contents;
  }
}
.p-quality__text h3 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-quality__text h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  .p-quality__text p {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-quality__gallery {
  margin: 100px auto 80px;
}
@media screen and (max-width: 767px) {
  .p-quality__gallery {
    margin: 55px auto 50px;
  }
}
.p-quality__gallery h3 {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7333333333;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-quality__gallery h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
    margin: 0 auto 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-quality__gallery h4 {
  font-size: 1.25rem;
  line-height: 2.1;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-quality__gallery h4 {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.p-quality__gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-quality__gallery ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 17px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 50px 17px;
    margin-bottom: 60px;
  }
  .p-quality__gallery ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-quality__gallery ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.p-quality__gallery ul li {
  width: calc(25% - 14px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-quality__gallery ul li {
    width: 100%;
  }
}
.p-quality__gallery ul li figure {
  width: 100%;
  height: auto;
  aspect-ratio: 249/147;
  margin-bottom: 10px;
}
.p-quality__gallery ul li figure img {
  width: 100%;
  height: 100%;
}
.p-quality__gallery ul li p {
  line-height: 1.7142857143;
}

.p-quality__gallery-contents {
  position: relative;
  padding: 0 4.237%;
}
@media screen and (max-width: 767px) {
  .p-quality__gallery-contents {
    padding: 0;
  }
}
.p-quality__gallery-contents::before {
  content: "";
  position: absolute;
  background: url(../img/bg.png) no-repeat center center/cover;
  opacity: 0.5;
  width: 100%;
  height: 95%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-quality__gallery-contents::before {
    width: 100vw;
    height: 97%;
  }
}

.p-quality__beige {
  background-color: #faf9f4;
  padding: 50px 50px;
  font-size: 0.875rem;
  line-height: 2;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-quality__beige {
    padding: 30px 20px;
    font-size: 0.75rem;
    line-height: 2;
    margin-top: -20px;
  }
}
.p-quality__beige.small {
  padding: 50px 10.43%;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-quality__beige.small {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 30px 20px;
    width: 100%;
  }
}
.p-quality__beige.small h4 {
  font-size: 1.25rem;
  line-height: 1.9;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-quality__beige.small h4 {
    font-size: 18px;
    line-height: 1.5555555556;
    margin-bottom: 20px;
  }
}
.p-quality__beige.small h4 span {
  font-size: 0.75rem;
  line-height: 2.6666666667;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 20px;
}
.p-quality__beige.small ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.47%;
}
@media screen and (max-width: 767px) {
  .p-quality__beige.small ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 34px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 34px;
  }
}
.p-quality__beige.small li {
  font-size: 0.875rem;
  line-height: 2.2857142857;
}
@media screen and (max-width: 767px) {
  .p-quality__beige.small li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-quality__beige.small li .bold {
  font-size: 1.875rem;
  line-height: 1.0666666667;
  padding-left: 20px;
  padding-right: 2px;
}
@media screen and (max-width: 767px) {
  .p-quality__beige.small li .bold {
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding-left: 0;
    padding-right: 3px;
  }
}

.p-interview {
  padding: 150px 0 180px;
  overflow: hidden;
  position: relative;
}
.p-interview::before {
  content: "";
  position: absolute;
  background: url(../img/bg.png) repeat left top/contain;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding: 80px 0;
  }
}

.p-interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-interview__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
}
.p-interview__head h2 {
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-interview__head h2 {
    font-size: 1.875rem;
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__head p {
    text-align: center;
  }
}

.p-interview__sub-head {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  line-height: 1.7333333333;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-interview__sub-head {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-bottom: 30px;
  }
}

.p-interview__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.p-interview__box:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-interview__box:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-interview__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.p-interview__box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-interview__box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-interview__box.reverse .p-interview__img {
  -webkit-transform: translateX(-26%);
          transform: translateX(-26%);
}
@media screen and (max-width: 767px) {
  .p-interview__box.reverse .p-interview__img {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-interview__faq {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-interview__faq:not(:first-of-type) {
  margin-top: 50px;
}

.p-interview__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.35%;
          flex: 0 0 36.35%;
  -webkit-transform: translateX(26%);
          transform: translateX(26%);
}
@media screen and (max-width: 767px) {
  .p-interview__img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-interview__question {
  font-size: 1rem;
  line-height: 2.375;
  font-family: "Shippori Mincho", serif;
  position: relative;
  padding-left: 56px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-interview__question {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    padding-left: 36px;
  }
}
.p-interview__question::before {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 39px;
  height: 1px;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-interview__question::before {
    width: 20px;
    top: 11px;
  }
}

.p-interview__answer {
  padding-left: 56px;
}
@media screen and (max-width: 767px) {
  .p-interview__answer {
    padding-left: 0;
    line-height: 1.7142857143;
  }
}

.p-interview__band {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-interview__band {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 45px;
  }
}

.p-commodity {
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-commodity {
    padding-top: 0;
  }
}

.p-commodity__read {
  height: max(73.1428571429vw, 800px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-commodity__read {
    height: auto;
    padding: 66.6666666667vw 6.66% 109.3333333333vw;
  }
}

.p-commodity__read-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  width: 418px;
}
@media screen and (max-width: 767px) {
  .p-commodity__read-text {
    width: auto;
  }
}
.p-commodity__read-text h2 {
  font-size: 2.375rem;
  letter-spacing: 0.1em;
  line-height: 1.5789473684;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .p-commodity__read-text h2 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 30px;
  }
}

.p-commodity__read-img01 {
  position: absolute;
  left: 0;
  top: 155px;
  width: 24vw;
}
@media screen and (max-width: 1039px) {
  .p-commodity__read-img01 {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-commodity__read-img01 {
    width: 53.3333333333vw;
    top: initial;
    bottom: 23.2vw;
  }
}
.p-commodity__read-img01 img {
  width: 100%;
  height: 100%;
}

.p-commodity__read-img02 {
  position: absolute;
  right: 0;
  top: -20px;
  width: 20vw;
}
@media screen and (max-width: 767px) {
  .p-commodity__read-img02 {
    width: 29.6vw;
    top: 8.5333333333vw;
    right: 38.9333333333vw;
    z-index: 1;
  }
}
.p-commodity__read-img02 img {
  width: 100%;
  height: 100%;
}

.p-commodity__read-img03 {
  position: absolute;
  right: 20%;
  bottom: 20%;
  width: 24.0714285714vw;
}
@media screen and (max-width: 767px) {
  .p-commodity__read-img03 {
    width: 43.2vw;
    top: 21.8666666667vw;
    right: 0;
    bottom: initial;
  }
}
.p-commodity__read-img03 img {
  width: 100%;
  height: 100%;
}

.p-use {
  padding-bottom: 230px;
}
@media screen and (max-width: 767px) {
  .p-use {
    padding-bottom: 170px;
  }
}

.p-use__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.5%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-use__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.p-use__head h2 {
  font-size: 2.25rem;
  line-height: 1.6111111111;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-use__head h2 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-use__head p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-use__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.3% 1fr 3.3% 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 100px 3.3%;
  margin-bottom: 200px;
}

.p-use__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-use__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-use__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 767px) {
  .p-use__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-bottom: 90px;
  }
}

.p-use__item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-use__item h3 {
  font-size: 1.625rem;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-use__item h3 {
    font-size: 1.25rem;
    line-height: 2.6;
  }
}
.p-use__item figure {
  margin-bottom: 14px;
  height: auto;
}
.p-use__item p {
  line-height: 1.7142857143;
}

.p-use__beige {
  background-color: #faf9f4;
  padding: 100px 8.05%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-use__beige {
    padding: 65px 30px 50px;
  }
}
.p-use__beige h3 {
  font-size: 1.625rem;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-use__beige h3 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-use__beige p {
    line-height: 1.7142857143;
  }
}
.p-use__beige .img01 {
  width: 13.64%;
  position: absolute;
  top: -15%;
  right: 30%;
}
@media screen and (max-width: 767px) {
  .p-use__beige .img01 {
    width: min(24.8vw, 93px);
    top: 53%;
    right: -8%;
    z-index: 1;
  }
}
.p-use__beige .img02 {
  width: 20.33%;
  position: absolute;
  top: 23%;
  right: 6%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-use__beige .img02 {
    width: min(28vw, 105px);
    top: -12%;
    right: 67%;
  }
}
.p-use__beige .img03 {
  width: 19.4%;
  position: absolute;
  bottom: -18%;
  right: 20%;
}
@media screen and (max-width: 767px) {
  .p-use__beige .img03 {
    width: min(35.2vw, 132px);
    bottom: -22%;
    right: 7%;
  }
}

.p-award {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-award {
    padding-bottom: 80px;
  }
}
.p-award .small {
  font-size: 0.875rem;
  line-height: 2.2857142857;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-award .small {
    font-size: 0.75rem;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-award p {
    line-height: 1.7142857143;
  }
}

.p-award__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.932%;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-award__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.p-award__head h2 {
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-award__head h2 {
    font-size: 1.875rem;
    line-height: 1.8;
  }
}
.p-award__head p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-award__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.779%;
  margin-bottom: 90px;
}
.p-award__top .small {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-award__top .small {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-award__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
}

.p-award__top-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.8%;
          flex: 0 0 48.8%;
}
@media screen and (max-width: 767px) {
  .p-award__top-img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
  }
}

.p-award__top-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-award__top-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-award__top-text h3 {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6153846154;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-award__top-text h3 {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-bottom: 24px;
  }
}

.p-award__top-logo {
  margin-bottom: 20px;
}

.p-award__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}

.p-award__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.23%;
}
@media screen and (max-width: 767px) {
  .p-award__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-award__item figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.57%;
          flex: 0 0 24.57%;
  height: auto;
  aspect-ratio: 290/220;
}
@media screen and (max-width: 767px) {
  .p-award__item figure {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    margin-bottom: 14px;
    aspect-ratio: 325/200;
  }
}
.p-award__item figure img {
  width: 100%;
  height: 100%;
}

.p-award__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.p-award__item-text h3 {
  font-size: 1.625rem;
  line-height: 2;
  margin-bottom: 24px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-award__item-text h3 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 14px;
  }
}

.p-flow {
  padding: 150px 0 140px;
  background-color: #faf9f4;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 80px 0;
  }
}

.p-flow__head {
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__head {
    font-size: 1.875rem;
    line-height: 1.8;
    margin-bottom: 34px;
  }
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    gap: 90px;
  }
}

.p-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  position: relative;
}
.p-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 1.5%;
  top: 72%;
  width: 1px;
  height: 64%;
  border-left: 1px dashed #333333;
}
@media screen and (max-width: 767px) {
  .p-flow__item:not(:last-child)::before {
    height: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 105%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.p-flow__number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  font-size: 2.1875rem;
  line-height: 1.0857142857;
  font-family: "Shippori Mincho", serif;
}

.p-flow__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #ffffff;
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    padding: 30px;
  }
}
.p-flow__text h3 {
  font-size: 1.625rem;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-flow__text h3 {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__text p {
    line-height: 1.7142857143;
  }
}

.p-flow__link {
  background-color: #af8c56;
  padding: 20px 46px 20px 74px;
  position: relative;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .p-flow__link:hover {
    opacity: 0.7;
  }
}
.p-flow__link::before {
  content: "";
  position: absolute;
  background: url(../img/mail-icon.svg) no-repeat center center/contain;
  width: 19px;
  height: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 46px;
}
@media screen and (max-width: 767px) {
  .p-flow__link {
    width: 100%;
    padding: 20px 0 20px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-profile {
  padding-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding-bottom: 80px;
  }
}

.p-overview {
  padding: 70px 0 170px;
}
@media screen and (max-width: 767px) {
  .p-overview {
    padding: 50px 0 80px;
  }
}

.p-overview__head {
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-overview__head {
    font-size: 1.875rem;
    line-height: 1.8;
    margin-bottom: 45px;
  }
}

.p-overview__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 835px;
  gap: 37px;
  margin: 0 auto;
  padding: 30px 28px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .p-overview__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    line-height: 1.7142857143;
    padding: 30px 10px;
  }
}
.p-overview__item:first-of-type {
  border-top: 1px solid #dddddd;
}
.p-overview__item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 124px;
          flex: 0 0 124px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-overview__item dt {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-overview__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-overview__item dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.p-overview__item p:not(:first-of-type) {
  margin-top: 30px;
}

.p-overview__map {
  display: inline-block;
  margin-left: 30px;
  padding: 4px 38px 4px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-overview__map {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    margin-top: 5px;
  }
}
.p-overview__map::before {
  content: "";
  position: absolute;
  background: url(../img/map-arrow.png) no-repeat center center/contain;
  width: 28px;
  height: 28px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover) {
  .p-overview__map:hover {
    opacity: 0.5;
  }
}

.p-profile__item {
  max-width: 1036px;
  margin: 240px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__item {
    margin: 80px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-profile__item::before {
  content: "";
  position: absolute;
  background: url(../img/bg-profile.png) repeat center center/cover;
  width: 54.8%;
  height: auto;
  aspect-ratio: 682/430;
  top: -10%;
  left: 10%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-profile__item::before {
    width: 96%;
    aspect-ratio: 312/505;
    top: 4%;
    left: 12%;
  }
}
.p-profile__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-profile__item.reverse::before {
  top: -10%;
  right: 10%;
  left: initial;
}
@media screen and (max-width: 767px) {
  .p-profile__item.reverse::before {
    top: 4%;
    right: initial;
    left: 12%;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-profile__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-profile__text h2 {
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-profile__text h2 {
    font-size: 1.875rem;
    line-height: 1.8;
    margin-bottom: 50px;
  }
}
.p-profile__text h3 {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
  line-height: 1.6153846154;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-profile__text h3 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}
.p-profile__text p {
  line-height: 1.7142857143;
}

.p-profile__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51.93%;
          flex: 0 0 51.93%;
}

.p-inquiry {
  padding: 60px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-inquiry {
    padding: 40px 0 80px;
  }
}
.p-inquiry.confirm {
  padding: 100px 0 180px;
}
@media screen and (max-width: 767px) {
  .p-inquiry.confirm {
    padding: 80px 0 90px;
  }
}
.p-inquiry.confirm .post {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-inquiry.confirm .p-inquiry__row-date:not(.check) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-inquiry.confirm .p-inquiry__check {
    text-align: center;
  }
}
.p-inquiry .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.p-inquiry .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.p-inquiry .wpcf7-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin-bottom: 12px;
  gap: 12px 24px;
}
@media screen and (max-width: 767px) {
  .p-inquiry .wpcf7-checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-inquiry__text {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__text {
    text-align: left;
    margin-bottom: 40px;
  }
}

.p-inquiry__beige {
  background-color: #faf9f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding: 50px 54px 50px 90px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__beige {
    background-color: #fff;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 18px;
    text-align: center;
    padding: 0;
    margin-bottom: 70px;
  }
}
.p-inquiry__beige p {
  margin-top: 5px;
  font-size: 1.25rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-inquiry__beige p {
    font-size: 1.125rem;
    margin-top: 0;
  }
}
.p-inquiry__beige .p-inquiry__tel {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-inquiry__beige .p-inquiry__tel {
    width: 263px;
    height: 67px;
    border: 1px solid #af8c56;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-inquiry__beige a {
  font-size: 1.6875rem;
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  position: relative;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__beige a {
    color: #af8c56;
    font-size: 1.375rem;
    padding-left: 23px;
  }
}
.p-inquiry__beige a::before {
  content: "";
  position: absolute;
  background: url(../img/tel-icon-black.svg) no-repeat center center/contain;
  width: 19px;
  height: 19px;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-inquiry__beige a::before {
    background: url(../img/tel-icon-gold.svg) no-repeat center center/contain;
    width: 17px;
    height: 17px;
    top: 5px;
  }
}
.p-inquiry__beige a span {
  display: block;
  font-size: 0.875rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  margin-top: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__beige a span {
    font-size: 0.625rem;
    margin-left: 0;
  }
}
.p-inquiry__beige.thanks {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__beige.thanks {
    margin-bottom: 50px;
  }
}

.p-inquiry__head {
  font-size: 2.25rem;
  line-height: 1.6111111111;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-inquiry__head {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}

.p-inquiry__form {
  max-width: 1000px;
  margin: 0 auto;
}

.p-inquiry__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.p-inquiry__row:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .p-inquiry__row:not(:first-child) {
    margin-top: 30px;
  }
}

.p-inquiry__row-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 205px;
          flex: 0 0 205px;
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-inquiry__row-head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    font-size: 0.875rem;
  }
}
.p-inquiry__row-head span {
  position: relative;
  display: inline-block;
}
.p-inquiry__row-head span.must::after {
  content: "※必須";
  white-space: nowrap;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(100% + 10px);
  color: #af8c56;
  font-size: 0.75rem;
}

.p-inquiry__row-date {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-inquiry__row-date {
    width: 100%;
  }
}
.p-inquiry__row-date p {
  font-size: 12px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__row-date p {
    margin-left: 0;
  }
}
.p-inquiry__row-date.colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-inquiry__row-date .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
.p-inquiry__row-date .post input[type=text] {
  width: 150px;
}
.p-inquiry__row-date .post input[type=text]::-webkit-inner-spin-button, .p-inquiry__row-date .post input[type=text]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.p-inquiry__item {
  width: calc(50% - 8px);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
textarea {
  width: 100%;
  height: auto;
  padding: 23px 20px;
  font-size: 1rem;
  background: #fcfcfc;
  border: none;
  outline: #dddddd;
  outline-width: 1px;
  outline-style: solid;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  textarea {
    font-size: 0.875rem;
    padding: 18px 10px;
  }
}
input[type=text]:hover, input[type=text]:focus-visible, input[type=text]:focus,
input[type=email]:hover,
input[type=email]:focus-visible,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus-visible,
input[type=tel]:focus,
input[type=number]:hover,
input[type=number]:focus-visible,
input[type=number]:focus,
textarea:hover,
textarea:focus-visible,
textarea:focus {
  outline-width: 2px;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a5a5a5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #a5a5a5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a5a5a5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a5a5a5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
textarea::placeholder {
  color: #a5a5a5;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  height: 152px;
  resize: vertical;
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.p-inquiry__check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (hover: hover) {
  .p-inquiry__check .wpcf7-list-item-label:hover::before {
    border: 1px solid #333333;
  }
}
.p-inquiry__check input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
.p-inquiry__check .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #dddddd;
  content: "";
  height: 28px;
  margin-bottom: auto;
  margin-right: 10px;
  margin-top: auto;
  width: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-inquiry__check .wpcf7-list-item-label::after {
  border-bottom: 1px solid #333333;
  border-left: 1px solid #333333;
  content: "";
  height: 9px;
  left: 6px;
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 16px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-inquiry__check input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #333333;
}
.p-inquiry__check input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-inquiry__check input[type=checkbox]:focus + .wpcf7-list-item-label::before {
  border: 1px solid #333333;
}
.p-inquiry__check input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before {
  border: 1px solid #333333;
}

.wpcf7-not-valid-tip {
  color: #d23b3b !important;
  font-size: 12px !important;
}

.wpcf7-response-output {
  display: none;
}

.p-inquiry__home {
  display: block;
  margin: 0 auto;
}

.submit,
.p-inquiry__home {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.submit .wpcf7-submit,
.p-inquiry__home, .submit .confirm_button {
  background-color: #af8c56;
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  padding: 30px 112px;
  width: 400px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .submit .wpcf7-submit,
  .p-inquiry__home, .submit .confirm_button {
    width: 263px;
    padding: 18px 54px;
    font-size: 1rem;
    margin: 0 auto;
  }
}
@media (hover: hover) {
  .submit .wpcf7-submit:hover,
  .p-inquiry__home:hover, .submit .confirm_button:hover {
    opacity: 0.7;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.p-inquiry__previous {
  padding-left: 72px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-inquiry__previous {
    margin-top: 30px;
  }
}
.p-inquiry__previous::before {
  content: "";
  position: absolute;
  background: url(../img/previous-arrow.svg) no-repeat center center/contain;
  width: 52px;
  height: 5px;
  left: 0;
  top: 13px;
}
.p-inquiry__previous .wpcf7-previous {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  color: #333333;
}

/* 初期状態: 入力エリアを表示、確認エリアを非表示 */
.input_area {
  display: block;
}

.confirm_area {
  display: none;
}

.p-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 180px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .p-progress {
    gap: 70px;
    margin-bottom: 50px;
  }
}
.p-progress p {
  font-family: "Noto Serif JP", serif;
  color: #888888;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-progress p {
    font-size: 0.875rem;
  }
}
.p-progress p::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #888888;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.p-progress p::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 1px;
  right: -185px;
  top: -19px;
  background-color: #888888;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-progress p::after {
    width: 80px;
    left: 26px;
  }
}
.p-progress p:last-child::after {
  display: none;
}
.p-progress p.current {
  color: #af8c56;
}
.p-progress p.current::before {
  background-color: #af8c56;
}
.p-progress p.after-gold::after {
  background-color: #af8c56;
}

.p-privacy {
  padding: 40px 11px 40px 60px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  height: 300px;
  background-color: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    height: 200px;
    padding: 37px 9px 30px 30px;
  }
}
.p-privacy p {
  margin-left: 0;
  font-size: 0.75rem;
  line-height: 2;
}

.p-privacy__head {
  font-family: "Shippori Mincho", serif;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy__head {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}

.scroll_bar {
  overflow-y: scroll;
  height: 215px;
  padding-right: 48px;
}
@media screen and (max-width: 767px) {
  .scroll_bar {
    height: 133px;
    padding-right: 19px;
  }
}

.scroll_bar::-webkit-scrollbar {
  width: 2px;
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: #b8c1c9;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .scroll_bar::-webkit-scrollbar-thumb {
    height: 20px;
  }
}

.p-point {
  padding: 140px 0 120px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point {
    padding-top: 0;
    padding-bottom: 90px;
  }
}
.p-point::before {
  content: "";
  position: absolute;
  background: url(../img/bg.png) repeat top left/cover;
  width: 89.85%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-point::before {
    width: 100%;
    top: 4%;
  }
}

.p-point__inner {
  padding-right: 0;
  max-width: 1290px;
}
@media screen and (max-width: 1039px) {
  .p-point__inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-point__inner {
    padding-right: 0;
  }
}

.p-point__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 1039px) {
  .p-point__contents {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}

.p-point__head {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  line-height: 1.2272727273;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-point__head {
    margin: 0 auto;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.p-point__head span {
  display: block;
  margin-right: 20px;
}

.p-point__box {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-point__box {
    width: 100%;
  }
}

.p-point__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  margin-bottom: 50px;
  width: min(70.9285714286vw, 993px);
}
@media screen and (max-width: 1039px) {
  .p-point__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-point__text {
    width: 86.6666666667vw;
  }
}
.p-point__text h3 {
  font-size: 2.25rem;
  line-height: 1.6111111111;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-point__text h3 {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.p-point__text p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-point__slide {
  margin-bottom: 40px;
}
.p-point__slide h4 {
  font-size: 1.0625rem;
  line-height: 1.5294117647;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 23px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point__slide h4 {
    font-size: 0.875rem;
    line-height: 1.3571428571;
    margin-bottom: 20px;
  }
}
.p-point__slide .splide__slide {
  display: block;
  background-color: #ffffff;
  padding: 20px 20px 30px;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-point__slide .splide__slide {
    padding: 20px;
  }
  .p-point__slide .splide__slide img {
    width: 110px;
    height: 120px;
  }
}
.p-point__slide .splide__slide:last-child {
  border-right: 1px solid #707070;
}
@media (hover: hover) {
  .p-point__slide .splide__slide:hover {
    opacity: 0.5;
  }
}

.p-point__number {
  text-align: center;
  font-size: 0.75rem;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .p-point__number {
    font-size: 0.625rem;
    margin-bottom: 10px;
  }
}

.p-point__img img {
  display: block;
  margin: 0 auto 18px;
}

.p-point__more {
  font-size: 0.75rem;
  font-family: "Shippori Mincho", serif;
  position: relative;
  padding-right: 25px;
  margin: 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-point__more {
    font-size: 0.625rem;
  }
}
.p-point__more::after {
  content: "";
  position: absolute;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-point__more::after {
    width: 5px;
  }
}

.p-point__scroll {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 767px) {
  .p-point__scroll {
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.my-carousel-progress {
  background: #e4e4e4;
  border-radius: 50px;
  width: min(70.9285714286vw, 993px);
}
@media screen and (max-width: 767px) {
  .my-carousel-progress {
    width: 86.6666666667vw;
  }
}

.my-carousel-progress-bar {
  background: #333333;
  height: 4px;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
  border-radius: 50px;
}

.p-news {
  position: relative;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding-bottom: 90px;
  }
}
.p-news::before {
  content: "";
  position: absolute;
  background: url(../img/bg.png) no-repeat center center/cover;
  opacity: 0.5;
  width: 100%;
  height: 93%;
  top: 7%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-news::before {
    height: 95%;
    top: 5%;
  }
}

.p-news__head {
  font-size: 3.125rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-news__head {
    font-size: 1.875rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }
}

.p-news__contents {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-news__contents {
    height: 317px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-news__contents #sb_instagram.sbi_mob_col_2 #sbi_images {
    gap: 15px !important;
  }
}
.p-news__contents #sb_instagram {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-news__contents #sb_instagram {
    max-width: 325px;
  }
}
.p-news__contents #sb_instagram #sbi_images .sbi_item {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #707070;
  aspect-ratio: 1/1;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-news__contents #sb_instagram #sbi_images .sbi_item {
    padding: 11px;
  }
}
.p-news__contents #sb_instagram .sbi_photo img {
  height: auto;
  aspect-ratio: 1/1;
}
.p-news__contents #sb_instagram .sbi_photo {
  padding: 0 !important;
}

.p-news__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
  position: relative;
  padding-right: 52px;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    margin: 0 auto;
  }
}
.p-news__link::after {
  content: "";
  position: absolute;
  background: url(../img/insta-icon.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.pc_hidden {
  display: block;
}
@media screen and (min-width: 1040px) {
  .pc_hidden {
    display: none;
  }
}

@media screen and (min-width: 1040px) {
  .tab_visible {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  .tab_visible {
    display: block;
  }
}

@media screen and (max-width: 1039px) {
  .tab_hidden {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sp_hidden {
    display: none;
  }
}

.sp_visible {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_visible {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .sm_hidden {
    display: none;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sp_text-left {
    text-align: left;
  }
}
/*# sourceMappingURL=style.css.map */