@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 21px;
}
@media (max-width: 1200px) {
  html {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 21px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 5.6vw;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #231815;
}

a,
button {
  text-decoration: none;
  color: inherit;
  border: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.js-fade-in {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
}
.js-fade-in.js-fade-in-bottom {
  transform: translate(0, 100px);
}
.js-fade-in.js-fade-in-right {
  transform: translate(100px, 0);
}
.js-fade-in.js-fade-in-left {
  transform: translate(-100px, 0);
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: #FFF;
}

.l-inner {
  max-width: 74.375vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.c-section-title {
  font-weight: 500;
  font-size: 2.8125vw;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.3333333333rem;
    letter-spacing: 0.04em;
  }
}

.c-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.09375vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.6666666667rem;
  }
}

.p-bag__main {
  padding-bottom: 4.375vw;
  background-color: #302116;
}
@media screen and (max-width: 767px) {
  .p-bag__main {
    padding: 1.9047619048rem 0.7142857143rem 2.380952381rem;
  }
}

.p-bag__main-view {
  display: flex;
  gap: 2.86458333vw;
}
@media screen and (max-width: 767px) {
  .p-bag__main-view {
    flex-direction: column-reverse;
    gap: 1.3333333333rem;
  }
}

.p-bag__main-img {
  width: 78.33%;
}
@media screen and (max-width: 767px) {
  .p-bag__main-img {
    width: 100%;
  }
}

.p-bag__main-img img {
  width: 100%;
  aspect-ratio: 1504/954;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-bag__main-img img {
    aspect-ratio: 345/398;
  }
}

.p-bag__main-title {
  padding-top: 8.333333vw;
  font-weight: 500;
  font-size: 2.91666667vw;
  line-height: 1;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-bag__main-title {
    padding-top: 0;
    padding-left: 0.7142857143rem;
    font-size: 1.5238095238rem;
    letter-spacing: 0.04em;
    writing-mode: unset;
    line-height: 1.4;
  }
}

.p-bag__main-title span {
  display: block;
  margin-left: 2.60415557vw;
  font-size: 2.0833333vw;
}
@media screen and (max-width: 767px) {
  .p-bag__main-title span {
    margin: 0;
    font-size: 0.9523809524rem;
  }
}

.p-bag__main__wrap {
  margin-top: 4.375vw;
  max-width: 62.7604167vw;
  margin-inline: auto;
  color: #FFF;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-bag__main__wrap {
    margin-top: 1.4285714286rem;
    flex-direction: column;
    max-width: 100%;
  }
}

.p-bag__main__wrap-title {
  font-size: 2.44791667vw;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-bag__main__wrap-title {
    padding-left: 0.7142857143rem;
    font-weight: 500;
    font-size: 1.3333333333rem;
    letter-spacing: 0.04em;
  }
}

.p-bag__main__wrap-title span {
  display: inline-block;
  margin-top: 1.5625vw;
  font-size: 1.40625vw;
}
@media screen and (max-width: 767px) {
  .p-bag__main__wrap-title span {
    margin-top: 0.4761904762rem;
    font-size: 0.6666666667rem;
  }
}

.p-bag__main__wrap-text {
  font-weight: 600;
  font-size: 1.19791667vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-bag__main__wrap-text {
    margin-top: 1.1428571429rem;
    padding-left: 0.4761904762rem;
    font-size: 0.6666666667rem;
  }
}

@media screen and (max-width: 767px) {
  .p-bag__gallery {
    margin-top: 0.2857142857rem;
  }
}

.p-bag__plan {
  margin-top: 2.91666667vw;
  padding: 4.6875vw 0;
  background-image: url(../images/top/bag-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-bag__plan {
    margin-top: 0.2857142857rem;
    padding: 2.8571428571rem 0 3.3333333333rem;
    background-image: url(../images/top/bag-bg-sp.png);
  }
}

.p-bag-list {
  color: #FFF;
}

.p-bag-list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item {
    flex-direction: column;
    gap: 0.9523809524rem;
  }
}

.p-bag-list__item:not(:first-of-type) {
  margin-top: 8.54166667vw;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item:not(:first-of-type) {
    margin-top: 1.9047619048rem;
  }
}

.p-bag-list__item-img {
  width: 27.5762%;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item-img {
    width: 100%;
  }
}

.p-bag-list__item-img a {
  transition: 0.3s opacity;
}
.p-bag-list__item-img a:hover {
  opacity: 0.8;
}

.p-bag-list__item-img img {
  width: 100%;
  aspect-ratio: 380/438;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item-img img {
    aspect-ratio: 345/323;
  }
}

.p-bag-list__item-body {
  width: 58.417%;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item-body {
    width: 100%;
  }
}

.p-bag-list__item-body .price {
  display: inline-block;
  padding: 0.46875vw 1.04166667vw;
  font-size: 1.45833333vw;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #231815;
  border: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item-body .price {
    padding: 0.4285714286rem 0.619047619rem;
    font-size: 0.6666666667rem;
  }
}

.p-bag-list__item-body .title {
  margin-top: 1.25vw;
  font-weight: 400;
  font-size: 2.34375vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item-body .title {
    margin-top: 0.8095238095rem;
    font-size: 1.0476190476rem;
    letter-spacing: 0.04em;
  }
}

.p-bag-list__item-body .text {
  margin-top: 2.23958333vw;
  font-size: 1.40625vw;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-bag-list__item-body .text {
    margin-top: 1.4761904762rem;
    font-weight: 600;
    font-size: 0.6666666667rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-bag__wrap {
  margin-top: 5.20833333vw;
}
@media screen and (max-width: 767px) {
  .p-bag__wrap {
    margin-top: 2.380952381rem;
  }
}

.p-beer {
  position: relative;
  padding: 2.0833333vw 0 10.729167vw;
  background-image: url(../images/top/beer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-beer {
    height: 160vw;
    padding: 1rem 0 5.0952380952rem;
    background-image: url(../images/top/beer-bg-sp.png);
  }
}

.p-beer__inner {
  width: 87.08333%;
  padding-left: 5%;
  padding-right: 1.1904761905rem;
}
@media screen and (max-width: 767px) {
  .p-beer__inner {
    max-width: 30.4761904762rem;
    width: 100%;
    padding: 0 15px;
  }
}

.p-beer__wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-beer__wrap {
    position: relative;
    flex-direction: column;
  }
}

.p-beer__wrap-title {
  margin-right: 5.2083333vw;
  padding-top: 5.729167vw;
  max-width: 2.8125vw;
}
@media screen and (max-width: 767px) {
  .p-beer__wrap-title {
    margin-right: 0;
    padding-top: 0;
    position: absolute;
    max-width: 0.8095238095rem;
    top: -0.0952380952rem;
    left: -0.2857142857rem;
    z-index: 5;
  }
}

.p-beer__wrap-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-beer__wrap-img {
  margin-right: 7.8125vw;
  max-width: 55.3125vw;
}
@media screen and (max-width: 767px) {
  .p-beer__wrap-img {
    margin-right: 0;
    max-width: 100%;
  }
}

.p-beer__wrap-text {
  padding-top: 7.29166667vw;
  font-weight: 600;
  font-size: 1.82291667vw;
  line-height: 1;
  letter-spacing: 0.5em;
  color: #FFF;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .p-beer__wrap-text {
    margin-top: 1.1904761905rem;
    padding-top: 0;
    font-size: 0.9523809524rem;
    writing-mode: unset;
    letter-spacing: 0.1em;
  }
}

.p-beer__wrap-text span {
  display: inline-block;
  margin-right: 3.07291667vw;
  font-size: 3.125vw;
}
@media screen and (max-width: 767px) {
  .p-beer__wrap-text span {
    margin-right: 0;
    margin-top: 0.5238095238rem;
    font-size: 1.5238095238rem;
    letter-spacing: 0.1em;
  }
}

.p-beer__text {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-beer__text {
    text-align: left;
  }
}

.p-beer__text p {
  margin-top: -1.82291667vw;
  display: inline-block;
  text-align: left;
  font-weight: 600;
  font-size: 1.19791667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-beer__text p {
    margin-top: 1.2857142857rem;
    font-size: 0.6666666667rem;
  }
}

.p-brochure {
  position: relative;
  padding: 5.20833333vw 0 7.29166667vw;
  background-color: #30533B;
}
@media screen and (max-width: 767px) {
  .p-brochure {
    padding: 1.9047619048rem 0 4.8571428571rem;
  }
}

.p-brochure__inner {
  max-width: 65.1041667vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-brochure__inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.p-brochure__title {
  color: #FFF;
}

.p-brochure__wrap {
  margin-top: 6.25vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-brochure__wrap {
    margin-top: 1.5238095238rem;
    flex-direction: column;
    gap: 1.4285714286rem;
  }
}

.p-brochure__img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-brochure__img {
    width: 100%;
  }
}

.p-brochure__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-brochure__body {
  width: 49.916%;
}
@media screen and (max-width: 767px) {
  .p-brochure__body {
    width: 100%;
  }
}

.p-brochure__body-text {
  font-weight: 500;
  font-size: 1.04166667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-brochure__body-text {
    font-size: 0.6666666667rem;
  }
}

.p-brochure__body-btn {
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  .p-brochure__body-btn {
    margin-top: 1.4285714286rem;
    text-align: center;
  }
}

.p-brochure__body-btn a {
  position: relative;
  display: inline-block;
  padding: 0.78125vw 4.94791667vw 0.78125vw 2.08333333vw;
  font-weight: 700;
  font-size: 1.04166667vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #231815;
  border: 1px solid #FFF;
  border-radius: 0.52083333vw;
}
@media screen and (max-width: 767px) {
  .p-brochure__body-btn a {
    padding: 0.4761904762rem 3.0952380952rem 0.4761904762rem 1.1904761905rem;
    font-size: 0.6666666667rem;
    border-radius: 0.3333333333rem;
  }
}
.p-brochure__body-btn a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 2.08333333vw;
  transform: translateY(-50%);
  width: 1.30208333vw;
  height: 0.41666667vw;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-brochure__body-btn a::before {
    width: 0.8095238095rem;
    height: 0.2857142857rem;
    right: 1.0476190476rem;
  }
}

.p-brochure__body-btn a::before {
  transition: 0.3s right;
}

.p-brochure__body-btn a:hover::before {
  right: 1.5625vw;
}
@media screen and (max-width: 767px) {
  .p-brochure__body-btn a:hover::before {
    right: 0.8095238095rem;
  }
}

.p-brochure__logo {
  position: absolute;
  bottom: 5.41666667vw;
  left: 9.7916667vw;
  width: 5.20833333vw;
  height: 3.69791667vw;
}
@media screen and (max-width: 767px) {
  .p-brochure__logo {
    bottom: 0.8571428571rem;
    left: 0.7619047619rem;
    width: 3.380952381rem;
    height: 2.4285714286rem;
  }
}

.p-brochure__logo02 {
  position: absolute;
  bottom: 4.32291667vw;
  right: 7.5vw;
  width: 26.1458333vw;
  height: 4.47916667vw;
}
@media screen and (max-width: 767px) {
  .p-brochure__logo02 {
    bottom: 0.9523809524rem;
    right: 0.6666666667rem;
    width: 7.7619047619rem;
    height: 1.3333333333rem;
  }
}

.p-cv {
  position: fixed;
  top: 14.375vw;
  right: 0;
  z-index: 999;
}

.p-cv__title {
  position: relative;
  padding: 0.46875vw 0;
  max-width: 8.59375vw;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8854167vw;
  line-height: 1.2;
  color: #FFF;
  background-color: #DC0202;
  border: 0.0952380952rem solid #F42424;
  text-align: center;
}

.p-cv__title span {
  font-size: 0.78125vw;
  letter-spacing: 0.05em;
}

.p-cv-list {
  margin-top: -1.1458333vw;
  padding: 1.7708333vw 0.625vw;
  background-color: #FFF;
  border-radius: 0.9523809524rem 0 0 0.9523809524rem;
}

.p-cv-list__item {
  max-width: 8.59375vw;
}

.p-cv-list__item:not(:first-of-type) {
  margin-top: 0.5208vw;
}

.p-cv-list__item a {
  transition: 0.3s opacity;
}
.p-cv-list__item a:hover {
  opacity: 0.7;
}

.p-cv-list__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-feature {
  padding: 7.8125vw 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 2.1428571429rem 0 2.619047619rem;
  }
}

.p-feature__inner {
  max-width: 76.0416667vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-feature__inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.p-feature__title.c-section-title {
  line-height: 1;
}

.p-feature__title.c-section-title span {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 1.25vw;
  letter-spacing: 0.3em;
  color: #30533B;
}
@media screen and (max-width: 767px) {
  .p-feature__title.c-section-title span {
    font-size: 0.6666666667rem;
  }
}

.p-feature__wrap {
  margin: 2.5vw auto 0;
  max-width: 57.03125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap {
    margin-top: 1.0476190476rem;
    max-width: 100%;
    flex-direction: column-reverse;
    gap: 0.9523809524rem;
  }
}

.p-feature__wrap-body {
  width: 67.1233%;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap-body {
    width: 100%;
  }
}

.p-feature__wrap-body-title {
  font-weight: 500;
  font-size: 1.66666667vw;
  letter-spacing: 0.1em;
  color: #30533B;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap-body-title {
    font-size: 0.9523809524rem;
  }
}

.p-feature__wrap-body-text {
  margin-top: 2.60416667vw;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap-body-text {
    margin-top: 1.4285714286rem;
  }
}

.p-feature__wrap-img {
  width: 23.56%;
}
@media screen and (max-width: 767px) {
  .p-feature__wrap-img {
    width: 39.1%;
  }
}

.p-feature__list {
  position: relative;
  margin-top: 4.5833333vw;
}
@media screen and (max-width: 767px) {
  .p-feature__list {
    margin-top: 2.380952381rem;
  }
}
.p-feature__list::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 8.85%;
  right: 0;
  width: 84.75%;
  height: 85.85%;
  background: #F3F8F1;
}
@media screen and (max-width: 767px) {
  .p-feature__list::before {
    top: 1.8%;
    right: -0.7142857143rem;
    width: 73.87%;
    height: 97%;
  }
}

.p-feature-list__item {
  padding-top: 2.60416667vw;
  width: 97.872%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-feature-list__item {
    padding-top: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    background-color: #FFF;
  }
}

.p-feature-list__item:not(:first-of-type) {
  margin-top: 1.97916667vw;
}
@media screen and (max-width: 767px) {
  .p-feature-list__item:not(:first-of-type) {
    margin-top: 1.8095238095rem;
  }
}

.p-feature-list__item-body {
  position: relative;
  z-index: 2;
  padding: 2.91666667vw 6.25vw 2.91666667vw 4.16666667vw;
  width: 47.174%;
  background-color: #FFF;
  -moz-filter: drop-shadow(0px 0px 1.04166667vw rgba(60, 86, 52, 0.1));
  -ms-filter: drop-shadow(0px 0px 1.04166667vw rgba(60, 86, 52, 0.1));
  filter: drop-shadow(0px 0px 1.04166667vw rgba(60, 86, 52, 0.1));
}
@media screen and (max-width: 767px) {
  .p-feature-list__item-body {
    position: unset;
    width: 100%;
    padding: 1.4285714286rem 0.9523809524rem;
  }
}

.p-feature-list__item-body--reverse {
  margin-left: auto;
}

.p-feature-list__item-body-title {
  font-weight: 400;
  font-size: 1.66666667vw;
  letter-spacing: 0.1em;
  color: #30533B;
}
@media screen and (max-width: 767px) {
  .p-feature-list__item-body-title {
    font-size: 0.9523809524rem;
    letter-spacing: 0.04em;
  }
}

.p-feature-list__item-body-title span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.72916667vw;
  letter-spacing: 0.08em;
  color: #3E752E;
}
@media screen and (max-width: 767px) {
  .p-feature-list__item-body-title span {
    display: inline-block;
    margin-bottom: 0.380952381rem;
    font-size: 0.6666666667rem;
  }
}

.p-feature-list__item-body-text {
  margin-top: 1.66666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.83333333vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-feature-list__item-body-text {
    margin-top: 0.9523809524rem;
    font-size: 0.6666666667rem;
  }
}

.p-feature-list__item-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 63.913%;
}
@media screen and (max-width: 767px) {
  .p-feature-list__item-img {
    position: unset;
    width: 100%;
  }
}

.p-feature-list__item-img--reverse {
  right: unset;
  left: 0;
}

.p-feature-list__item-img img {
  width: 100%;
  aspect-ratio: 882/492;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-feature-list__item-img img {
    aspect-ratio: 345/207;
  }
}

.p-feature__btn {
  margin-top: 3.48958333vw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-feature__btn {
    margin-top: 1.9047619048rem;
  }
}

.p-feature__btn a {
  position: relative;
  padding: 1.19791667vw 5.9375vw 1.19791667vw 3.125vw;
  display: inline-block;
  font-weight: 500;
  font-size: 1.04166667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #231815;
  border: 2px solid #3B3938;
  border-radius: 0.1904761905rem;
}
@media screen and (max-width: 767px) {
  .p-feature__btn a {
    padding: 0.4761904762rem 3.0952380952rem 0.4761904762rem 1.1904761905rem;
    font-size: 0.6666666667rem;
    border-radius: 0.3333333333rem;
    border: 1px solid #3B3938;
  }
}
.p-feature__btn a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  right: 3.125vw;
  transform: translateY(-50%);
  width: 1.30208333vw;
  height: 0.41666667vw;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-feature__btn a::before {
    width: 0.8095238095rem;
    height: 0.2857142857rem;
    right: 1.0476190476rem;
  }
}

.p-feature__btn a::before {
  transition: 0.3s right;
}

.p-feature__btn a:hover::before {
  right: 2.86458333vw;
}
@media screen and (max-width: 767px) {
  .p-feature__btn a:hover::before {
    right: 0.8095238095rem;
  }
}

.p-features {
  position: relative;
  padding: 6.92708333vw 0 5.52083333vw;
}
@media screen and (max-width: 767px) {
  .p-features {
    padding: 1.4285714286rem 0 2.8571428571rem;
  }
}

.p-features__inner {
  max-width: 74.375vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-features__inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.p-features__logo {
  position: absolute;
  top: -3.4375vw;
  left: 9.9479167vw;
  width: 21.875vw;
}
@media screen and (max-width: 767px) {
  .p-features__logo {
    width: 7.619047619rem;
    top: 1.7619047619rem;
    left: unset;
    right: 0.2380952381rem;
  }
}

.p-features__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-features__title.c-section-title {
  font-weight: 700;
  color: #DFC600;
}
@media screen and (max-width: 767px) {
  .p-features__title.c-section-title {
    font-weight: 500;
    text-align: left;
  }
}

.p-features__wrap {
  margin-top: 3.02083333vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-features__wrap {
    margin-top: 1.8571428571rem;
    flex-direction: column;
  }
}

.p-features__body {
  padding-top: 3.85416667vw;
  width: 49.927%;
}
@media screen and (max-width: 767px) {
  .p-features__body {
    padding-top: 0;
    width: 100%;
  }
}

.p-features__body-title {
  font-weight: 700;
  font-size: 1.61458333vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #112240;
}
@media screen and (max-width: 767px) {
  .p-features__body-title {
    font-size: 0.8095238095rem;
    letter-spacing: 0.01em;
  }
}

.p-features__body-text {
  margin-top: 2.70833333vw;
}
@media screen and (max-width: 767px) {
  .p-features__body-text {
    margin-top: 0.9523809524rem;
    font-size: 0.6666666667rem;
  }
}

.p-features__img {
  width: 38.897%;
}
@media screen and (max-width: 767px) {
  .p-features__img {
    display: flex;
    align-items: center;
    gap: 0.3333333333rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 1.0476190476rem;
  }
}

.p-features__img--01 {
  max-width: 20.2604167vw;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-features__img--01 {
    max-width: 49%;
  }
}

.p-features__img--01 img {
  width: 100%;
  aspect-ratio: 389/254;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-features__img--01 img {
    aspect-ratio: 184/133;
  }
}

.p-features__img--02 {
  margin-top: 1.66666667vw;
  max-width: 23.3333333vw;
}
@media screen and (max-width: 767px) {
  .p-features__img--02 {
    margin-top: 0;
    max-width: 49%;
  }
}

.p-features__img--02 img {
  width: 100%;
  aspect-ratio: 448/293;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-features__img--02 img {
    aspect-ratio: 184/133;
  }
}

.p-footer {
  padding: 3.1428571429rem 0;
  padding: 3.4375vw 0;
  text-align: center;
  background-color: #30533B;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 1.3333333333rem 0;
  }
}

.p-footer__copyright {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.83333333vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.7619047619rem;
  }
}

.p-header {
  width: 100%;
  height: 4.5238095238rem;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 4.0476190476rem;
  }
}

.p-header a {
  transition: 0.3s opacity;
}
.p-header a:hover {
  opacity: 0.8;
}

.p-header__inner {
  height: inherit;
  padding: 0 3.8095238095rem 0 2.8571428571rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 0.9523809524rem;
  }
}

.p-header__logo {
  max-width: 15.2380952381rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 9.5238095238rem;
  }
}

.p-header__nav {
  height: inherit;
}

.p-header__nav-items {
  height: inherit;
  display: flex;
  align-items: center;
}

.p-header__nav-item a {
  padding: 0 1.4285714286rem;
  font-size: 0.8095238095rem;
  letter-spacing: 0;
}
@media screen and (max-width: 1299px) {
  .p-header__nav-item a {
    padding: 0 0.7142857143rem;
  }
}

.p-header__hamburger {
  position: fixed;
  top: 0;
  right: 0;
  height: 4.0476190476rem;
  width: 3.8095238095rem;
  background-color: #30533B;
}

.p-header__drawer {
  position: absolute;
  z-index: 999;
  background-color: #FFF;
}

.p-hamburger {
  z-index: 9999;
  padding: 1.5238095238rem 1.0952380952rem;
  align-items: center;
}

.p-hamburger__ber {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-hamburger__ber span {
  position: absolute;
  display: block;
  width: 1.619047619rem;
  height: 0.0714285714rem;
  background-color: #FFF;
  transition: 0.3s ease-in-out;
}

.js-hamburger.is-open span {
  background-color: #FFF;
}

.p-hamburger span:nth-child(1) {
  top: 37.6%;
}

.p-hamburger__ber span:nth-child(2) {
  top: 50%;
}

.p-hamburger__ber span:nth-child(3) {
  top: 63.4%;
}

.js-hamburger.is-open span:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}

.js-hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.js-hamburger.is-open span:nth-child(3) {
  top: 50%;
  width: 1.619047619rem;
  transform: rotate(45deg);
}

.p-drawer-menu {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 5.7142857143rem 0;
  overflow-y: scroll;
}

.js-drawer.is-open {
  opacity: 100;
}

.p-drawer-menu__inner {
  width: 100%;
  max-width: 28.5714285714rem;
  padding-right: 2.380952381rem;
  padding-left: 2.380952381rem;
  margin-right: auto;
  margin-left: auto;
}

.p-drawer-menu__items {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.p-drawer-menu__item {
  display: block;
  width: 100%;
}

.p-drawer-menu__item a {
  display: inline-block;
  width: 100%;
  font-weight: 800;
  font-size: 0.8571428571rem;
  letter-spacing: 0.05em;
  color: #30533B;
  padding: 0.7142857143rem 0;
  transition: 0.3s opacity;
}
.p-drawer-menu__item a:hover {
  opacity: 0.75;
}

.p-hotel {
  padding-bottom: 5.8333333vw;
}
@media screen and (max-width: 767px) {
  .p-hotel {
    padding-bottom: 3.5714285714rem;
  }
}

.p-hotel__main {
  position: relative;
  width: 96.5%;
  padding-right: 6.40625vw;
  padding-bottom: 4.5833333vw;
}
@media screen and (max-width: 767px) {
  .p-hotel__main {
    width: 100%;
    padding-bottom: 11.2380952381rem;
    padding-right: unset;
    background-color: #30533B;
  }
}
.p-hotel__main::before {
  content: "";
  position: absolute;
  width: 92.5520833vw;
  height: 51.5104167vw;
  background: #30533B;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-hotel__main::before {
    display: none;
  }
}

.p-hotel__main-img {
  position: relative;
}

.p-hotel__main-img img {
  width: 100%;
  aspect-ratio: 1730/973;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-hotel__main-img img {
    aspect-ratio: 375/433;
  }
}

.p-hotel__main-title {
  position: absolute;
  top: 7.96875vw;
  right: 15.2604167vw;
  font-weight: 400;
  font-size: 2.86458333vw;
  letter-spacing: 0.2em;
  color: #FFF;
  -moz-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -ms-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .p-hotel__main-title {
    width: 100%;
    padding: 0 15px;
    top: 2.7619047619rem;
    right: unset;
    font-weight: 500;
    font-size: 1.3333333333rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

.p-hotel__main-subtitle {
  position: absolute;
  right: 16.5vw;
  bottom: 20.98958vw;
  font-size: 2.34375vw;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #FFF;
  -moz-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -ms-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 767px) {
  .p-hotel__main-subtitle {
    width: 100%;
    padding: 0 15px;
    top: 15.7619047619rem;
    right: unset;
    bottom: unset;
    font-weight: 500;
    font-size: 0.9047619048rem;
    text-align: center;
  }
}

.p-hotel__main-text {
  position: absolute;
  bottom: 8.8541667vw;
  right: 10.625vw;
  padding: 1.5625vw;
  font-weight: 600;
  font-size: 1.19791667vw;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .p-hotel__main-text {
    padding: 1.4285714286rem 0.7142857143rem;
    bottom: 2.5714285714rem;
    right: 4%;
    width: 92%;
    font-size: 0.6666666667rem;
  }
}

.p-hotel__gallery {
  margin-top: 4.1666666vw;
}
@media screen and (max-width: 767px) {
  .p-hotel__gallery {
    margin-top: 0.2857142857rem;
  }
}

.p-gallery .swiper-slide img {
  width: 100%;
  aspect-ratio: 640/438;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-gallery .swiper-slide img {
    aspect-ratio: 215/147;
  }
}

.p-hotel__plan {
  margin-top: 5.88541667vw;
}
@media screen and (max-width: 767px) {
  .p-hotel__plan {
    margin-top: 2rem;
  }
}

.p-hotel__plan-inner {
  max-width: 82.7083333vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hotel__plan-inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.p-hotel__plan-title {
  font-weight: 500;
  font-size: 2.34375vw;
  letter-spacing: 0.1em;
  color: #30533B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hotel__plan-title {
    font-size: 1.3333333333rem;
    letter-spacing: 0.04em;
  }
}

.p-hotel__plan-list {
  margin-top: 5.72916667vw;
}
@media screen and (max-width: 767px) {
  .p-hotel__plan-list {
    margin-top: 1.5238095238rem;
  }
}

.p-hotel__text {
  margin-top: 4.6875vw;
  font-size: 1.1458333vw;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-hotel__text {
    margin-top: 0.7142857143rem;
    font-size: 0.4761904762rem;
    line-height: 1.4;
  }
}

.p-hotel__wrap {
  margin-top: 4.6875vw;
  max-width: 71.7708333vw;
  margin-inline: auto;
  border: 1px solid #30533B;
}
@media screen and (max-width: 767px) {
  .p-hotel__wrap {
    margin-top: 0.7619047619rem;
    max-width: 100%;
  }
}

.p-info {
  padding: 7.29166667vw 0 8.59375vw;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 2.8571428571rem 0 2.380952381rem;
  }
}

.p-info__inner {
  max-width: 79.5833333vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-info__inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.p-info__text {
  margin-top: 2.60416667vw;
  font-size: 1.14583333vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    margin-top: 1.4285714286rem;
    font-size: 0.6666666667rem;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}

.p-info__merit {
  position: relative;
  margin: 4.16666667vw auto 0;
  max-width: 32.4479167vw;
  padding: 1.14583333vw 1.5625vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFF;
  background-color: #30533B;
  border-radius: 0.9523809524rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-info__merit {
    margin-top: 2.380952381rem;
    padding: 0.7619047619rem;
    max-width: 100%;
    font-size: 1.2380952381rem;
    text-align: center;
  }
}

.p-info__merit span {
  font-size: 2.91666667vw;
}
@media screen and (max-width: 767px) {
  .p-info__merit span {
    font-size: 2.1904761905rem;
  }
}

.p-info__list {
  margin-top: -2.76041667vw;
}
@media screen and (max-width: 767px) {
  .p-info__list {
    margin-top: 0.9523809524rem;
  }
}

.p-info-list {
  padding: 3.125vw 2.60416667vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.8125vw;
  border: 2px solid #54A36D;
  border-radius: 1.9047619048rem;
}
@media screen and (max-width: 767px) {
  .p-info-list {
    padding: 0.9523809524rem 0.619047619rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9523809524rem;
    border-radius: 1.5714285714rem;
  }
}

@media screen and (max-width: 767px) {
  .p-info-list__item {
    background-color: #EFF9ED;
    border-radius: 0.9523809524rem;
    padding: 0.4761904762rem;
  }
}

.p-info-list__item-img {
  aspect-ratio: 303/255;
}
@media screen and (max-width: 767px) {
  .p-info-list__item-img {
    max-width: 10.7619047619rem;
    margin: 0 auto;
    aspect-ratio: 226/190;
  }
}

.p-info-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-info-list__item-title {
  margin-top: 1.5625vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.19791667vw;
  line-height: 2;
  letter-spacing: 0.09em;
  color: #30533B;
}
@media screen and (max-width: 1799px) {
  .p-info-list__item-title {
    font-size: 1.12vw;
  }
}
@media screen and (max-width: 767px) {
  .p-info-list__item-title {
    margin-top: 0.6666666667rem;
    font-size: 0.9523809524rem;
    text-align: center;
  }
}

.p-info-list__item-text {
  padding-right: 0.78125vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.83333333vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-info-list__item-text {
    padding: 0;
    font-size: 0.6666666667rem;
  }
}

.p-mv {
  margin-top: 4.5238095238rem;
  background-image: url(../images/top/mv-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1920/1045;
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 0;
    aspect-ratio: 375/667;
  }
}

.p-mv__inner {
  width: 37.6vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
  }
}

.p-mv__main {
  padding-top: 43%;
}
@media screen and (max-width: 1799px) {
  .p-mv__main {
    padding-top: 45%;
  }
}
@media screen and (max-width: 1299px) {
  .p-mv__main {
    padding-top: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__main {
    padding-top: 69%;
  }
}

.p-mv__main-img {
  width: 92.7%;
  margin-left: auto;
}

.p-mv__main-text {
  font-size: 2.9vw;
  color: #FFF;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 1799px) {
  .p-mv__main-text {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 1299px) {
  .p-mv__main-text {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__main-text {
    font-size: 7vw;
  }
}

.p-mv__main-title {
  margin-top: 1.6667vw;
  font-weight: 500;
  font-size: 4.4791666vw;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__main-title {
    margin-top: 0.8571428571rem;
    font-size: 1.9523809524rem;
  }
}

.p-plan-list__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-plan-list__item {
    flex-direction: column;
    gap: 0.9523809524rem;
  }
}

.p-plan-list__item:not(:first-of-type) {
  margin-top: 7.55208333vw;
}
@media screen and (max-width: 767px) {
  .p-plan-list__item:not(:first-of-type) {
    margin-top: 1.4285714286rem;
  }
}

.p-plan-list__item-img {
  width: 42.588%;
}
@media screen and (max-width: 767px) {
  .p-plan-list__item-img {
    width: 100%;
  }
}

.p-plan-list__item-img a {
  transition: 0.3s opacity;
}
.p-plan-list__item-img a:hover {
  opacity: 0.8;
}

.p-plan-list__item-img img {
  width: 100%;
  aspect-ratio: 655/370;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-plan-list__item-body {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .p-plan-list__item-body {
    width: 100%;
  }
}

.p-plan-list__item-body .price {
  display: inline-block;
  padding: 0.5208333vw 1.04166667vw;
  font-size: 1.45833333vw;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .p-plan-list__item-body .price {
    padding: 0.2857142857rem 0.7619047619rem;
    font-size: 0.7619047619rem;
  }
}

.p-plan-list__item-body .title {
  margin-top: 1.25vw;
  font-weight: 400;
  font-size: 2.34375vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-plan-list__item-body .title {
    margin-top: 0.6666666667rem;
    font-size: 1.1428571429rem;
  }
}

.p-plan-list__item-body .text {
  margin-top: 2.23958333vw;
  font-size: 1.40625vw;
  line-height: 1.6;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1799px) {
  .p-plan-list__item-body .text {
    font-size: 1.26vw;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-list__item-body .text {
    margin-top: 0.9523809524rem;
    font-weight: 600;
    font-size: 0.6666666667rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-product {
  padding: 13.75vw 0 7.4479167vw;
  background-image: url(../images/top/product-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-product {
    height: 742.93333vw;
    padding: 4.380952381rem 0 5rem;
    background-image: url(../images/top/product-bg-sp.png);
  }
}

.p-product__title.c-section-title {
  color: #FFF;
}

.p-product__list {
  margin-top: 4.73958333vw;
  max-width: 62.5vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-product__list {
    margin-top: 1.5238095238rem;
    max-width: 100%;
  }
}

.p-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.96875vw 5.2083333vw;
}
@media screen and (max-width: 767px) {
  .p-product-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9523809524rem;
  }
}

.p-product-list__item a {
  transition: 0.3s opacity;
}
.p-product-list__item a:hover {
  opacity: 0.8;
}

.p-product-list__img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-product-list__body {
  padding: 1.04166667vw;
  background-color: #112240;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-product-list__body {
    padding: 0.5714285714rem;
  }
}

.p-product-list__body-tag {
  padding: 0.5283333vw 0.3125vw;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.98958333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #231815;
  border: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-product-list__body-tag {
    padding: 0.2857142857rem 0.2380952381rem;
    font-size: 0.5714285714rem;
  }
}

.p-product-list__body-title {
  margin-top: 0.41666667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.04166667vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-product-list__body-title {
    margin-top: 0.2380952381rem;
    font-size: 0.5714285714rem;
  }
}

.p-product-list__body-title span {
  font-size: 1.45833333vw;
}
@media screen and (max-width: 767px) {
  .p-product-list__body-title span {
    font-size: 0.8095238095rem;
  }
}

.p-product-list__body-text {
  margin-top: 0.625vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8333333vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-product-list__body-text {
    margin-top: 0.3333333333rem;
    font-size: 0.4761904762rem;
  }
}

.p-product-list__body-wrap {
  margin-top: 0.36458333vw;
  display: flex;
  align-items: center;
  gap: 0.52083333vw;
}
@media screen and (max-width: 767px) {
  .p-product-list__body-wrap {
    margin-top: 0.1904761905rem;
    gap: 0.2857142857rem;
  }
}

.p-product-list__body-wrap-tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.83333333vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-product-list__body-wrap-tag {
    font-size: 0.4761904762rem;
  }
}

.p-product-list__body-wrap-tag span {
  display: inline-block;
  margin-right: 0.52083333vw;
  padding: 0.0476190476rem 0.1904761905rem;
  border: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-product-list__body-wrap-tag span {
    margin-right: 0.2857142857rem;
    padding: 0 0.1428571429rem;
  }
}

.p-product__wrap {
  margin-top: 3.95833333vw;
}
@media screen and (max-width: 767px) {
  .p-product__wrap {
    margin-top: 2.2857142857rem;
  }
}

.p-recommended {
  padding: 3.3333333333rem 0;
  background-color: #231815;
}
@media screen and (max-width: 767px) {
  .p-recommended {
    padding: 0.9523809524rem 0;
  }
}

.p-recommended__title {
  font-family: "Cinzel", serif;
  font-weight: 400;
  font-size: 2.8125vw;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recommended__title {
    font-size: 1.3333333333rem;
  }
}

.p-recommended__title span {
  display: inline-block;
  margin-top: 1.5625vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 1.1979vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recommended__title span {
    font-size: 0.6666666667rem;
  }
}

.p-recommended02 {
  padding: 5.72916667vw 0 4.16666667vw;
  background-image: url(../images/top/recommended02-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-recommended02 {
    padding: 1.9047619048rem 0;
    background-image: url(../images/top/recommended02-bg-sp.png);
  }
}

.p-recommended02__inner {
  max-width: 94.7916667vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-recommended02__inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.p-recommended02__title span {
  display: inline-block;
  margin-top: 1.04166667vw;
  font-weight: 500;
  font-size: 1.77083333vw;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-recommended02__title span {
    margin-top: 0;
    font-size: 0.6666666667rem;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.p-recommended02__title.c-section-title {
  line-height: 1;
  color: #112240;
}

.p-recommended02__tab {
  margin-top: 4.16666667vw;
  border-radius: 0.4761904762rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-recommended02__tab {
    margin-top: 1.1428571429rem;
    border-radius: 0.2380952381rem;
  }
}

.p-tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-tab-list__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.04166667vw;
  width: 100%;
  height: 7.70833333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.66666667vw;
  line-height: 1;
  letter-spacing: 0;
  color: #FFF;
  background-color: #31518A;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0.1904761905rem;
    height: 2.380952381rem;
    font-size: 0.4285714286rem;
    gap: 0.1904761905rem;
  }
}

.p-tab-list__button:not(:first-of-type) {
  margin-left: -0.0476190476rem;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button:not(:first-of-type) {
    margin-left: 0;
  }
}
.p-tab-list__button:not(:first-of-type)::before {
  content: "";
  position: absolute;
  width: 0.0952380952rem;
  height: 83%;
  background: #FFF;
  left: 0;
  top: 0.67708333vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button:not(:first-of-type)::before {
    width: 0.0476190476rem;
    height: 92%;
    top: 0.0952380952rem;
  }
}

.p-tab-list__button .img01 {
  width: 1.875vw;
  height: 3.64583333vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button .img01 {
    width: 0.619047619rem;
    height: 1.2380952381rem;
  }
}

.p-tab-list__button .img02 {
  width: 2.08333333vw;
  height: 3.28125vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button .img02 {
    width: 0.7142857143rem;
    height: 1.0952380952rem;
  }
}

.p-tab-list__button .img03 {
  width: 2.70833333vw;
  height: 2.39583333vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button .img03 {
    width: 0.9047619048rem;
    height: 0.8095238095rem;
  }
}

.p-tab-list__button .img04 {
  width: 3.4375vw;
  height: 2.5vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button .img04 {
    width: 1.1904761905rem;
    height: 0.8571428571rem;
  }
}

.p-tab-list__button .img05 {
  width: 2.5vw;
  height: 2.39583333vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__button .img05 {
    width: 0.8571428571rem;
    height: 0.8095238095rem;
  }
}

.p-tab-list__button.is-active {
  background-color: #112240;
}

.p-tab-list__contents {
  margin-top: -0.0476190476rem;
  padding: 5.9375vw 0 4.27083333vw;
  background-color: #112240;
}
@media screen and (max-width: 767px) {
  .p-tab-list__contents {
    padding: 1.4285714286rem 0;
  }
}

.p-tab-list__contents__inner {
  margin: 0 auto;
  max-width: 74.4791667vw;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .p-tab-list__contents__inner {
    max-width: 100%;
    padding: 0 0.2857142857rem;
  }
}

.p-tab-list__content {
  display: none;
}

.p-tab-list__content-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.85416667vw 6.5625vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__content-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4761904762rem 0.2380952381rem;
  }
}

.p-tab-list__content.is-active {
  display: block;
  animation: fade 0.3s;
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-tab-list__wrap {
  margin-top: 4.16666667vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__wrap {
    margin-top: 1.9047619048rem;
    border: 1px solid #30533B;
  }
}

.p-tab-list__content-item {
  background-color: #FFF;
}

.p-tab-list__content-item a {
  height: inherit;
  transition: 0.3s opacity;
}
.p-tab-list__content-item a:hover {
  opacity: 0.8;
}

.p-tab-list__content-img.p-tab-list__content-img--bg {
  background-color: #25170A;
}

.p-tab-list__content-img {
  background-color: #112240;
}

.p-tab-list__content-img img {
  width: 100%;
  aspect-ratio: 376/334;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-tab-list__content-img img {
    aspect-ratio: 163/145;
  }
}

.p-tab-list__content-body {
  padding: 0.83333333vw;
}
@media screen and (max-width: 767px) {
  .p-tab-list__content-body {
    padding: 0.2857142857rem;
  }
}

.p-tab-list__content-text {
  display: inline-block;
  padding: 0.36458333vw 0.26041667vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.833333333vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #112240;
  text-align: center;
  border: 1px solid #112240;
}
@media screen and (max-width: 767px) {
  .p-tab-list__content-text {
    display: block;
    max-width: 4.6666666667rem;
    padding: 0.1428571429rem 0.2380952381rem;
    font-size: 0.3333333333rem;
    border: 0.5px solid #112240;
  }
}

.p-tab-list__content-title {
  margin-top: 0.3125vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.833333333vw;
  letter-spacing: 0.1em;
  color: #112240;
}
@media screen and (max-width: 767px) {
  .p-tab-list__content-title {
    margin-top: 0.1428571429rem;
    font-size: 0.3333333333rem;
  }
}

.p-tab-list__content-title.p-tab-list__content-title--small {
  font-size: 0.78125vw;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-tab-list__content-title.p-tab-list__content-title--small {
    font-size: 0.2857142857rem;
    letter-spacing: 0.05em;
  }
}

.p-tab-list__content-title span {
  font-size: 1.0416667vw;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-tab-list__content-title span {
    font-size: 0.4285714286rem;
  }
}

.p-request {
  padding: 2.60416667vw 4.63541667vw 2.39583333vw;
  background-color: #FFF;
  border-radius: 0.9523809524rem;
}
@media screen and (max-width: 767px) {
  .p-request {
    padding: 1.4285714286rem 0.7142857143rem 1.6666666667rem;
  }
}

.p-request__title {
  font-weight: 500;
  font-size: 1.77083333vw;
  letter-spacing: 0.1em;
  color: #231815;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-request__title {
    font-size: 1.0476190476rem;
  }
}

.p-request-list {
  margin-top: 2.86458333vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.35416667vw 2.8125vw;
}
@media screen and (max-width: 767px) {
  .p-request-list {
    margin-top: 1.4285714286rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8571428571rem 0.6666666667rem;
  }
}

.p-request-list__item {
  aspect-ratio: 364/80;
}
@media screen and (max-width: 767px) {
  .p-request-list__item {
    aspect-ratio: 150/38;
  }
}

.p-request-list__item a {
  transition: 0.3s opacity;
}
.p-request-list__item a:hover {
  opacity: 0.7;
}

.p-request-list__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-use {
  padding: 7.8125vw 0;
  background-image: url(../images/top/use-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-use {
    padding: 2.8571428571rem 0 2.380952381rem;
    background-image: url(../images/top/use-bg-sp.png);
  }
}

.p-use__inner {
  max-width: 72.3958333vw;
  padding: 0 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-use__inner {
    max-width: 30.4761904762rem;
    padding: 0 15px;
  }
}

.p-use__title.c-section-title {
  color: #FFF;
}

.p-use__sub-title {
  margin-top: 1.5625vw;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.04166667vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-use__sub-title {
    margin-top: 1.4285714286rem;
    font-size: 0.6666666667rem;
    line-height: 2;
  }
}

.p-use__sub-title span {
  display: inline-block;
  padding: 1.25vw 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .p-use__sub-title span {
    display: block;
    padding: 0.4761904762rem 0;
  }
}

.p-use__list {
  margin-top: 3.125vw;
}
@media screen and (max-width: 767px) {
  .p-use__list {
    margin-top: 0.9523809524rem;
  }
}

.p-use-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.60416667vw 7.29166667vw;
}
@media screen and (max-width: 767px) {
  .p-use-list {
    flex-direction: column;
    gap: 1.619047619rem;
  }
}

.p-use-list__item {
  width: 44.4%;
}
@media screen and (max-width: 767px) {
  .p-use-list__item {
    width: 100%;
  }
}

.p-use-list__item-text {
  display: flex;
  align-items: center;
  gap: 1.35416667vw;
}
@media screen and (max-width: 767px) {
  .p-use-list__item-text {
    flex-direction: column;
    gap: 0.8571428571rem;
  }
}

.p-use-list__item-number {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.79166667vw;
  height: 4.79166667vw;
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #FFF;
  background-color: #30533B;
  border: 2px solid #FFF;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-use-list__item-number {
    padding-left: 0.0952380952rem;
    width: 2.380952381rem;
    height: 2.380952381rem;
    font-size: 0.9047619048rem;
    border: 1px solid #FFF;
  }
}

.p-use-list__item-title {
  font-weight: 500;
  font-size: 1.6666667vw;
  letter-spacing: 0.1em;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-use-list__item-title {
    font-size: 0.9523809524rem;
  }
}

.p-use-list__item-title.p-use-list__item-title--small {
  font-size: 1.5625vw;
}
@media screen and (max-width: 1299px) {
  .p-use-list__item-title.p-use-list__item-title--small {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-use-list__item-title.p-use-list__item-title--small {
    font-size: 0.9523809524rem;
  }
}

.p-use-list__item-title.p-use-list__item-title--mini {
  font-size: 1.35416667vw;
}
@media screen and (max-width: 1299px) {
  .p-use-list__item-title.p-use-list__item-title--mini {
    font-size: 1.27vw;
  }
}
@media screen and (max-width: 767px) {
  .p-use-list__item-title.p-use-list__item-title--mini {
    font-size: 0.9523809524rem;
    letter-spacing: 0.05em;
  }
}

.p-use-list__item-img {
  margin-top: 1.35416667vw;
}
@media screen and (max-width: 767px) {
  .p-use-list__item-img {
    margin-top: 0.7142857143rem;
  }
}

.p-use-list__item-img img {
  width: 100%;
  aspect-ratio: 600/360;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
