@charset "UTF-8";
/*==============================================================================
1.0 Foundation
============================================================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- summaryの三角を消す  ---*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
  max-width: 100%;
}

picture,
figure {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

body {
  position: relative;
  overflow-x: hidden;
  word-break: break-all;
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Noto Serif JP", serif;
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 750px) {
  body {
    font-size: min(4.2666666667vw, 32px);
  }
}

main {
  position: relative;
}

p {
  line-height: 2.5;
  margin-block: calc((1em - 1lh) / 2);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  p {
    line-height: 2;
  }
}

*[lang=en] {
  text-transform: capitalize;
}

/* =====================================================
  2.0 - Layout
===================================================== */
@media screen and (min-width: 751px) {
  .l-container-pc-lg {
    width: min(86.1111111111vw, 1240px);
    margin-inline: auto;
  }
}

@media screen and (min-width: 751px) {
  .l-container-pc-md {
    width: min(73.6111111111vw, 1060px);
    margin-inline: auto;
  }
}

@media screen and (max-width: 750px) {
  .l-container-sp-lg {
    width: min(89.3333333333vw, 670px);
    margin-inline: auto;
  }
}

.l-flex {
  display: flex;
}
.l-flex__md {
  display: flex;
}
@media screen and (max-width: 750px) {
  .l-flex__md {
    display: block;
  }
  .l-flex__sm {
    display: flex;
  }
}

.l-grid {
  display: grid;
}
.l-grid__md {
  display: grid;
}
@media screen and (max-width: 750px) {
  .l-grid__md {
    display: block;
  }
  .l-grid__sm {
    display: grid;
  }
}

.l-writing-rl {
  writing-mode: vertical-rl;
}

/*==============================================================================
3.0 Object
============================================================================= */
/*
  3.1 - Component
-----------------------------------------------------*/
.c-button {
  display: block;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}

.c-link {
  line-height: 1;
}
.c-link a {
  width: min(13.8888888889vw, 200px);
  padding: min(1.1805555556vw, 17px) 0 min(0.9722222222vw, 14px) min(2.5694444444vw, 37px);
  position: relative;
  background: #fff;
  border: 1px solid;
  color: #AA8C5A;
  font-size: min(1.0416666667vw, 15px);
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-link a {
    width: min(42.6666666667vw, 320px);
    padding: min(2.9333333333vw, 22px) 0 min(3.2vw, 24px) min(4.9333333333vw, 37px);
    font-size: min(3.7333333333vw, 28px);
  }
}
.c-link a::after {
  content: "";
  width: min(0.5555555556vw, 8px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: min(10.7638888889vw, 155px);
  background: #AA8C5A;
  transform: translateY(-50%);
  transition: 0.4s;
}
@media screen and (max-width: 750px) {
  .c-link a::after {
    width: min(9.6vw, 72px);
    left: min(35.7333333333vw, 268px);
  }
}
.c-link a:hover::after {
  width: min(5.2777777778vw, 76px);
}

.c-title {
  margin-bottom: min(1.875vw, 27px);
  color: #AA8C5A;
  font-size: min(0.9027777778vw, 13px);
}
@media screen and (max-width: 750px) {
  .c-title {
    margin-bottom: min(3.6vw, 27px);
    font-size: min(3.4666666667vw, 26px);
  }
}

.c-title-text {
  font-size: min(2.6388888889vw, 38px);
  font-weight: 600;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 750px) {
  .c-title-text {
    font-size: min(5.3333333333vw, 40px);
  }
}
.c-title-text.dark {
  color: #fff;
}

.c-page-parts-kv {
  max-width: min(133.3333333333vw, 1920px);
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .c-page-parts-kv {
    grid-template-columns: auto min(73.3333333333vw, 550px);
  }
}
.c-page-parts-kv__container {
  width: auto;
  margin-inline: auto;
  padding: min(9.5833333333vw, 138px) 0 min(6.5277777778vw, 94px) min(2.9166666667vw, 42px);
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .c-page-parts-kv__container {
    padding: min(10.6666666667vw, 80px) 0 0;
  }
}
.c-page-parts-kv__title {
  font-size: min(3.3333333333vw, 48px);
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 750px) {
  .c-page-parts-kv__title {
    font-size: min(8vw, 60px);
  }
}
.c-page-parts-kv__img {
  width: min(76.0416666667vw, 1095px);
  height: 100%;
}
@media screen and (max-width: 750px) {
  .c-page-parts-kv__img {
    width: auto;
    position: relative;
  }
}

.c-page-parts-about {
  padding: min(14.0972222222vw, 203px) 0 min(12.6388888889vw, 182px);
}
@media screen and (max-width: 750px) {
  .c-page-parts-about {
    padding: min(22.6666666667vw, 170px) 0 min(21.7333333333vw, 163px);
  }
}
.c-page-parts-about__container {
  grid-template-columns: repeat(2, 50%);
}
.c-page-parts-about__title {
  font-size: min(2.6388888889vw, 38px);
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 750px) {
  .c-page-parts-about__title {
    margin-bottom: min(14.2666666667vw, 107px);
    font-size: min(5.3333333333vw, 40px);
    line-height: 1.8;
  }
}
.c-page-parts-about__textWrapper .c-page-parts-about__text {
  margin-bottom: min(3.3333333333vw, 48px);
  font-size: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 750px) {
  .c-page-parts-about__textWrapper .c-page-parts-about__text {
    margin-bottom: min(11.0666666667vw, 83px);
    font-size: min(4.2666666667vw, 32px);
  }
}
.c-page-parts-about__textWrapper .c-page-parts-about__text:last-child {
  margin-bottom: 0;
}

/*
  3.2 - Utility
-----------------------------------------------------*/
.u-visuallyHidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.pc-only {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-only {
    display: block;
  }
}

.breadcrumb {
  width: min(86.1111111111vw, 1240px);
  position: absolute;
  top: min(2.2222222222vw, 32px);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .breadcrumb {
    padding: min(6.6666666667vw, 50px) 0 min(10.6666666667vw, 80px) min(5.7333333333vw, 43px);
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }
}
.breadcrumb .container ul {
  display: flex;
  align-items: center;
  gap: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 750px) {
  .breadcrumb .container ul {
    gap: min(1.4666666667vw, 11px);
  }
}
.breadcrumb .container ul li {
  display: flex;
  align-items: center;
  position: relative;
  gap: min(0.8333333333vw, 12px);
  font-size: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 750px) {
  .breadcrumb .container ul li {
    gap: min(1.4666666667vw, 11px);
    font-size: min(3.2vw, 24px);
  }
}
.breadcrumb .container ul li::after {
  content: "";
  display: block;
  width: min(0.5555555556vw, 8px);
  height: min(0.5555555556vw, 8px);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  rotate: 45deg;
}
.breadcrumb .container ul li::before {
  display: none;
}
.breadcrumb .container ul li:last-child::after {
  display: none;
}
.breadcrumb .container ul li a {
  color: #AA8C5A;
}

.fadeIn {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(20px); /* optional: add movement */
  transition: opacity 1s ease, filter 1s ease, transform 1s ease;
}

.fadeIn.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*
  3.3 - Project
-----------------------------------------------------*/
.p-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
@media screen and (max-width: 750px) {
  .p-header {
    padding: min(2.6666666667vw, 20px) 0;
  }
}
@media screen and (max-width: 750px) {
  .p-header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
  }
}
@media screen and (max-width: 750px) {
  .p-header.is-active::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: -1;
  }
}
.p-header__container {
  justify-content: space-between;
  align-items: center;
}
.p-header__title {
  display: block;
  width: min(13.8888888889vw, 200px);
  padding: 0 min(4.1666666667vw, 60px);
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-header__title {
    width: min(34.6666666667vw, 260px);
    padding: 0;
  }
}
.p-header__nav {
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .p-header__nav__wrapper {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: min(11.6vw, 87px) 0 min(24.2666666667vw, 182px);
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    z-index: -1;
    overflow: scroll;
    transition: 0.5s;
    box-sizing: border-box;
  }
}
.p-header__nav__wrapper.is-active {
  left: 0;
}
.p-header__store {
  width: min(11.8055555556vw, 170px);
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .p-header__store {
    position: absolute;
    left: min(13.8888888889vw, 200px);
    background: #858585;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
}
@media screen and (max-width: 750px) {
  .p-header__store {
    grid-template-columns: repeat(2, min(25.3333333333vw, 190px));
    justify-content: center;
    gap: min(6.8vw, 51px) min(6.2666666667vw, 47px);
    width: auto;
    margin-bottom: min(9.6vw, 72px);
  }
}
@media screen and (max-width: 750px) {
  .p-header__storelist {
    display: block;
    margin-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
  }
  .p-header__storelist.active {
    max-height: 2000px;
  }
}
@media screen and (min-width: 751px) {
  .p-header__store.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 750px) {
  .p-header__store__item {
    border-top: 1px solid #eeeeee;
    padding: 15px 15px 15px 30px;
  }
}
.p-header__store__link {
  padding: min(1.0416666667vw, 15px) 0 min(0.8333333333vw, 12px) min(1.3888888889vw, 20px);
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid #fff;
  color: #fff;
  font-size: min(0.9027777778vw, 13px);
}
@media screen and (max-width: 750px) {
  .p-header__store__link {
    padding: 0;
    background: transparent;
    border: none;
    color: #aa8c5a;
    font-size: min(3.4666666667vw, 26px);
  }
}
.p-header__store__link:hover {
  color: #aa8c5a;
  opacity: 1;
}
.p-header__action {
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-header__action {
    margin-bottom: min(5.3333333333vw, 40px);
  }
}
@media screen and (max-width: 750px) {
  .p-header__action:last-of-type {
    margin-bottom: min(9.6vw, 72px);
  }
}
@media screen and (max-width: 750px) {
  .p-header__sns {
    grid-template-columns: repeat(3, min(9.6vw, 72px));
    justify-content: center;
    align-items: center;
    gap: min(5.3333333333vw, 40px);
  }
}
@media screen and (max-width: 750px) {
  .p-header__sns__link {
    justify-content: center;
    align-items: center;
    width: min(9.6vw, 72px);
    height: min(9.6vw, 72px);
    background: #4b9165;
    border-radius: 50%;
  }
}
@media screen and (max-width: 750px) {
  .p-header__sns i {
    color: #fff;
    font-size: min(5.3333333333vw, 40px);
  }
}
@media screen and (max-width: 750px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .p-header__nav-sp {
    display: block;
  }
  .p-header__nav-sp .p-globalNav {
    width: 100%;
    display: block;
    padding-bottom: 0;
  }
  .p-header__nav-sp .p-globalNav__item {
    height: auto;
    border-top: 1px solid #eeeeee;
  }
  .p-header__nav-sp .p-globalNav__item:first-child {
    border-top: none;
  }
  .p-header__nav-sp .p-globalNav__item.store {
    padding-bottom: 0;
  }
  .p-header__nav-sp .p-globalNav__item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-header__nav-sp .p-globalNav__item-inner .store-btn {
    background: none;
    border: none;
    border-left: 1px solid #eeeeee;
    padding-left: 15px;
    padding-right: 10px;
  }
  .p-header__nav-sp .p-globalNav__item-inner .store-btn svg {
    width: 10px;
    vertical-align: bottom;
  }
  .p-header__nav-sp .p-globalNav__item-inner .store-btn .icon-minus {
    display: none;
  }
  .p-header__nav-sp .p-globalNav__item-inner .store-btn.active .icon-minus {
    display: inline-block;
  }
  .p-header__nav-sp .p-globalNav__item-inner .store-btn.active .icon-minus svg {
    vertical-align: middle;
  }
  .p-header__nav-sp .p-globalNav__item-inner .store-btn.active .icon-plus {
    display: none;
  }
  .p-header__nav-sp .p-globalNav__link {
    padding: 15px 20px;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p-header__nav__wrapper {
    border-top: 1px solid #eeeeee;
    padding: 10px 20px 20px;
    margin-top: 12vw;
  }
}
.p-header__nav__wrapper.is-open {
  left: 0;
}

.p-globalNav {
  align-items: center;
  gap: min(2.5vw, 36px);
  margin-right: min(3.3333333333vw, 48px);
}
@media screen and (max-width: 750px) {
  .p-globalNav {
    grid-template-columns: repeat(2, min(25.3333333333vw, 190px));
    justify-content: center;
    gap: min(6.8vw, 51px) min(6.2666666667vw, 47px);
    margin: 0 auto min(6.4vw, 48px);
    padding: 0 0 min(6.4vw, 48px);
    border-bottom: 1px solid #EEE;
  }
}
.p-globalNav__item {
  align-items: center;
  height: 100%;
}
.p-globalNav__item:nth-of-type(3) .p-globalNav__link {
  box-sizing: border-box;
}
.p-globalNav__item:nth-of-type(3) .is-active {
  color: #AA8C5A;
}
.p-globalNav__link {
  align-items: center;
  height: 100%;
  position: relative;
  color: #333;
  font-size: min(0.9722222222vw, 14px);
  font-family: "Shippori Mincho", serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .p-globalNav__link {
    font-size: min(3.4666666667vw, 26px);
  }
}
.p-globalNav__link::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition: 0.5s;
}
@media screen and (min-width: 751px) {
  .p-globalNav__link:hover {
    color: #AA8C5A;
  }
}
@media screen and (min-width: 751px) {
  .p-globalNav__link:hover::before {
    background: #AA8C5A;
  }
}

@media screen and (max-width: 750px) {
  .p-hamburger {
    width: min(8vw, 60px);
    height: min(7.4666666667vw, 56px);
    background-color: transparent;
    position: relative;
  }
}
.p-hamburger__line {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: min(1.0666666667vw, 8px);
  background-color: #aa8c5a;
  transition: transform 0.5s;
}
@media screen and (max-width: 750px) {
  .p-hamburger__line {
    height: 3px;
  }
}
.p-hamburger__line::before, .p-hamburger__line::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  content: "";
  transition: transform 0.5s;
}
@media screen and (max-width: 750px) {
  .p-hamburger__line::before, .p-hamburger__line::after {
    height: 3px;
  }
}
.p-hamburger__line::before {
  top: -200%; /* 上の線の位置 */
}
@media screen and (max-width: 750px) {
  .p-hamburger__line::before {
    top: -260%;
  }
}
.p-hamburger__line::after {
  top: 200%; /* 下の線の位置 */
}
@media screen and (max-width: 750px) {
  .p-hamburger__line::after {
    top: 260%;
  }
}
.is-drawerActive .p-hamburger__line {
  background-color: transparent;
}
.is-drawerActive .p-hamburger__line::before, .is-drawerActive .p-hamburger__line::after {
  top: 0;
  background-color: #aa8c5a;
}
.is-drawerActive .p-hamburger__line::before {
  transform: rotate(-45deg);
}
.is-drawerActive .p-hamburger__line::after {
  transform: rotate(45deg);
}

.p-contactButton {
  justify-content: center;
  align-items: center;
  gap: min(0.6944444444vw, 10px);
  width: min(12.5vw, 180px);
  height: min(5.2777777778vw, 76px);
  text-align: center;
  color: #fff;
  font-size: min(0.9722222222vw, 14px);
}
@media screen and (max-width: 750px) {
  .p-contactButton {
    width: min(64vw, 480px);
    height: min(11.2vw, 84px);
    font-size: min(3.4666666667vw, 26px);
  }
}
.p-contactButton::before {
  content: "";
  display: block;
}
.p-contactButton.contact {
  background: #B9A77F;
  font-family: "Shippori Mincho", serif;
}
.p-contactButton.contact::before {
  width: min(2.0833333333vw, 30px);
  height: min(2.0833333333vw, 30px);
  background: url(../images/common/contact-icon.svg) no-repeat top center/contain;
}
@media screen and (max-width: 750px) {
  .p-contactButton.contact::before {
    width: min(6.4vw, 48px);
    height: min(6.4vw, 48px);
  }
}
.p-contactButton.media {
  background: #AA8C5A;
}
.p-contactButton.media::before {
  width: min(2.0833333333vw, 30px);
  height: min(2.0833333333vw, 30px);
  background: url(../images/common/media-contact-icon.svg) no-repeat top center/contain;
}
@media screen and (max-width: 750px) {
  .p-contactButton.media::before {
    width: min(6.4vw, 48px);
    height: min(6.4vw, 48px);
  }
}

.splide__pagination__page {
  display: block;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}

.p-footer {
  padding: 0 0 min(5.5555555556vw, 80px);
  background: #fff;
}
@media screen and (max-width: 750px) {
  .p-footer {
    padding-bottom: min(8vw, 60px);
  }
}
.p-footer__top {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: min(4.4444444444vw, 64px);
}
@media screen and (max-width: 750px) {
  .p-footer__top {
    grid-template-columns: 1fr;
    margin-bottom: min(10.6666666667vw, 80px);
  }
}
.p-footer__link {
  position: relative;
}
.p-footer__link__bg {
  position: relative;
}
.p-footer__link__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.p-footer__link__text {
  justify-content: center;
  width: fit-content;
  margin: auto;
  position: absolute;
  inset: 0;
  color: #fff;
  font-size: min(2.5vw, 36px);
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .p-footer__link__text {
    font-size: min(4.8vw, 36px);
  }
}
.p-footer__middle {
  margin-bottom: min(2.9166666667vw, 42px);
  padding-bottom: min(3.75vw, 54px);
  border-bottom: 1px solid #EEEEEE;
}
@media screen and (max-width: 750px) {
  .p-footer__middle {
    margin-bottom: min(8.4vw, 63px);
    padding-bottom: min(12vw, 90px);
  }
}
.p-footer__logo {
  justify-content: center;
  width: min(13.8888888889vw, 200px);
  margin: 0 auto min(3.4722222222vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-footer__logo {
    width: min(34.6666666667vw, 260px);
    margin-bottom: min(4.1666666667vw, 60px);
  }
}
.p-footerNav {
  justify-content: center;
  gap: min(2.6388888889vw, 38px);
  margin-bottom: min(3.4722222222vw, 50px);
}
@media screen and (max-width: 750px) {
  .p-footerNav {
    grid-template-columns: repeat(2, 1fr);
    gap: min(6.6666666667vw, 50px) min(4.0277777778vw, 58px);
    width: fit-content;
    margin: 0 auto min(10.6666666667vw, 80px);
  }
}
@media screen and (max-width: 750px) {
  .p-footerNav__item {
    width: fit-content;
  }
}
.p-footerNav__link {
  color: #333;
  font-size: min(0.9722222222vw, 14px);
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 750px) {
  .p-footerNav__link {
    font-size: min(3.4666666667vw, 26px);
  }
}
.p-footerSns {
  grid-template-columns: repeat(3, min(2.2222222222vw, 32px));
  justify-content: center;
  align-items: center;
  gap: min(1.1111111111vw, 16px);
}
@media screen and (max-width: 750px) {
  .p-footerSns {
    grid-template-columns: repeat(3, min(9.6vw, 72px));
    justify-content: center;
    align-items: center;
    gap: min(5.3333333333vw, 40px);
  }
}
.p-footerSns__link {
  justify-content: center;
  align-items: center;
  width: min(2.2222222222vw, 32px);
  height: min(2.2222222222vw, 32px);
  background: #4B9165;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .p-footerSns__link {
    width: min(9.6vw, 72px);
    height: min(9.6vw, 72px);
  }
}
.p-footerSns i {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .p-footerSns i {
    font-size: min(5.3333333333vw, 40px);
  }
}
.p-footer__copyright {
  text-align: center;
  font-size: min(0.8333333333vw, 12px);
}
@media screen and (max-width: 750px) {
  .p-footer__copyright {
    font-size: min(2.6666666667vw, 20px);
  }
}

/*# sourceMappingURL=style.css.map */
