/* ==================================================
style.scss
================================================== */
/* ==================================================
_common.scss
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

body.shop {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  color: #1C1815;
  background: #F7F4F0;
  line-height: 2.4;
  overflow-x: hidden;
  position: relative;
}

main {
  padding-top: 107px;
  position: relative;
  z-index: 0 !important;
}

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

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

ul {
  list-style: none;
}

strong {
  font-weight: bold;
}

.green {
  color: #396C37;
}

.container,
.wrapper,
.main,
body#shopDetailPage #mainContent,
#privacy,
#law {
  width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .container,
  .wrapper,
  .main,
  body#shopDetailPage #mainContent,
  #privacy,
  #law {
    width: 100%;
    padding: 0 30px;
  }
}

.main,
body#shopDetailPage #mainContent,
#privacy,
#law {
  border-radius: 10px;
  margin-top: 180px;
  padding: 5rem;
}
@media screen and (max-width: 1024px) {
  .main,
  body#shopDetailPage #mainContent,
  #privacy,
  #law {
    padding: 1rem;
  }
}

.container-medium {
  max-width: 980px;
  margin: 0 auto;
}

.container-narrow {
  max-width: 760px;
  margin: 0 auto;
}

.section-large {
  padding: 200px 0;
}
@media screen and (max-width: 1024px) {
  .section-large {
    padding: 120px 0;
  }
}

.section-medium {
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .section-medium {
    padding: 100px 0;
  }
}

.section-small {
  padding: 100px 0;
}
@media screen and (max-width: 1024px) {
  .section-small {
    padding: 70px 0;
  }
}

.pos-center {
  text-align: center;
}

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

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

.heading {
  text-align: center;
  position: relative;
}
.heading::before {
  content: "";
  background: url("https://basefile.akamaized.net/yamayura-base-shop/6a2363d4185d0/icon_head.png") no-repeat;
  width: 40px;
  height: 20px;
  background-size: contain;
  diplay: block;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.heading__en {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  color: #9f9788;
}
.heading__jp {
  font-size: 2rem;
  font-weight: 700;
  color: #5a7d49;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .heading__jp {
    font-size: 1.6rem;
  }
}

.btn-red {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 1.4rem;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 6px;
  background: #d50000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-red:hover {
  opacity: 0.8;
}

/* ==================================================
_header.scss
================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(247, 244, 240, 0.3);
  backdrop-filter: blur(10px);
}
.header__inner {
  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;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.header__logo {
  width: 180px;
}
.header__logo img {
  width: 100%;
  display: block;
}

.global-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.global-nav__item {
  position: relative;
}
.global-nav a,
.global-nav button {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global-nav a:hover,
.global-nav button:hover {
  opacity: 0.7;
}

.has-child > button {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.has-child > button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #1C1815;
  border-bottom: 1px solid #1C1815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -4px;
}

.sub-menu {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  min-width: 220px;
  padding: 20px;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub-menu li + li {
  margin-top: 10px;
}
.sub-menu a {
  font-size: 0.85rem;
  line-height: 1.8;
}

.has-child:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

#baseMenu ul li a {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px;
  width: 30px;
}
#baseMenu ul li a:hover {
  padding: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ==================================================
_top.scss
================================================== */
/* ==========================================
OPENING
========================================== */
#opening {
  position: fixed;
  inset: 0;
  background: #F7F4F0;
  z-index: 99999;
  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;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
#opening.is-hide {
  opacity: 0;
  pointer-events: none;
}

.opening__logo {
  width: 120px;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.opening__logo.is-show {
  -webkit-animation: openingLogo 2.4s forwards;
          animation: openingLogo 2.4s forwards;
}

@-webkit-keyframes openingLogo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes openingLogo {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/* ==========================================
FV
========================================== */
.fv {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    min-height: auto;
    padding: 40px 30px 80px;
  }
}
.fv__left {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .fv__left {
    width: 100%;
    max-width: 400px;
  }
}
.fv__copy {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.25rem;
  line-height: 2.6;
  color: #1C1815;
}
@media screen and (max-width: 1024px) {
  .fv__copy {
    text-align: center;
    font-size: 1rem;
    line-height: 2;
  }
}
.fv__right {
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .fv__right {
    width: 100%;
    max-width: 500px;
  }
}

/* ==========================================
CONCEPT
========================================== */
#concept {
  position: relative;
}
#concept .concept_bg {
  background: url(" https://basefile.akamaized.net/yamayura-base-shop/6a1b66570811f/concept.png") no-repeat 0% 40px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #concept .concept_bg {
    background-size: cover;
    background-position: bottom;
  }
}

.concept {
  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;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.concept__body {
  padding-left: 30rem;
}
@media screen and (max-width: 1024px) {
  .concept__body {
    padding-left: 0;
  }
}
.concept__body p {
  font-size: 1rem;
  line-height: 3;
  margin-top: 1.8rem;
}
.concept__body p:first-child {
  margin-top: 0;
}

/* ==========================================
STORY
========================================== */
.story {
  position: relative;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: url(" https://basefile.akamaized.net/yamayura-base-shop/6a1b7b767d4da/story.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  backdrop-filter: blur(10px);
}
.story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
}
.story__inner {
  position: relative;
  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: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 200px 40px;
}
@media screen and (max-width: 1024px) {
  .story__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 120px 30px;
  }
}
.story__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1024px) {
  .story__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.story__body p {
  font-size: 1rem;
  margin-top: 2rem;
  line-height: 3;
}
.story__body p:first-child {
  margin-top: 0;
}
.story__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.story__title p {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 1rem;
  position: relative;
  top: 50px;
  left: 30px;
}
@media screen and (max-width: 1024px) {
  .story__title p {
    -webkit-transform: none;
            transform: none;
    top: 0;
    left: 0;
  }
}
.story__title h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .story__title h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.6rem;
  }
}

/* ==========================================
BUSINESS
========================================== */
.business {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .business {
    -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: 50px;
  }
}
.business__item {
  width: 280px;
  text-align: center;
}
.business__item h3 {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #5A7D49;
}
.business__item p {
  margin-top: 15px;
  font-size: 0.9rem;
}
.business__icon {
  width: 180px;
  margin: 0 auto;
}
.business__icon img {
  width: 100%;
  display: block;
}

/* ==========================================
AREA
========================================== */
.area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.area__image {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}
.area__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.area__body {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}
.area__body p {
  margin-top: 1.5rem;
}
.area__body p:first-child {
  margin-top: 0;
}
.area__season {
  margin-top: 100px;
  text-align: center;
}
.area__season img {
  width: 100%;
}

/* ==========================================
SOYBEAN
========================================== */
.soybean {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .soybean {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.soybean__body {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}
.soybean__body h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.soybean__body h3 + p {
  margin-top: 0.7rem;
}
.soybean__body p {
  margin-top: 1.5rem;
}
.soybean__body p:first-child {
  margin-top: 0;
}
.soybean__body p.kome {
  text-indent: -1rem;
  margin-left: 1rem;
}
.soybean__body ul li {
  list-style-type: disc;
  margin-left: 1rem;
}
.soybean__image {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}
.soybean__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.soybean__all {
  margin-top: 100px;
  text-align: center;
}
.soybean__all img {
  width: 100%;
}

/* ==========================================
ITEMS
========================================== */
.items {
  background: #F2EDE6;
  position: relative;
  z-index: -1;
}
.items::before {
  content: "";
  width: 120%;
  height: 300px;
  border-radius: 50%;
  display: block;
  z-index: -1;
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #F2EDE6;
}
.items::after {
  content: "";
  width: 120%;
  height: 300px;
  border-radius: 50%;
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #F2EDE6;
}
.items__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .items__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.items__btn {
  margin-top: 80px;
  text-align: center;
}

.item-card a {
  display: block;
}
.item-card__image {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.item-card__image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.item-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.item-card__soldout {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 6px 10px;
  background: #000;
  color: #fff;
  font-size: 0.75rem;
}
.item-card__body {
  padding-top: 20px;
}
.item-card__title {
  font-size: 1rem;
  line-height: 1.8;
}
.item-card__price {
  margin-top: 10px;
  font-size: 0.9rem;
  font-weight: bold;
}

/* ==========================================
BLOG
========================================== */
.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 120px;
}
@media screen and (max-width: 1024px) {
  .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
.blog__body {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}
.blog__contents {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog__item p {
  font-size: 1rem;
  font-weight: bold;
}

/* ==========================================
OBJECTS
========================================== */
.object {
  position: relative;
  opacity: 0.5;
  z-index: -1;
}
.object .ob1 {
  position: absolute;
  top: 50%;
  right: -70px;
  width: 400px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.object .ob2 {
  position: absolute;
  top: 50%;
  left: -70px;
  width: 400px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.object .ob3 {
  position: absolute;
  top: 50%;
  right: -70px;
  width: 400px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/* ==========================================
SLIDER
========================================== */
.gallery-loop {
  overflow: hidden;
}
.gallery-loop__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: galleryLoop 40s linear infinite;
          animation: galleryLoop 40s linear infinite;
}
.gallery-loop__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
}
.gallery-loop__item:nth-child(5n-4) {
  margin-top: 109px;
  width: 300px;
}
.gallery-loop__item:nth-child(5n-3) {
  width: 375px;
}
.gallery-loop__item:nth-child(5n-2) {
  margin-top: 50px;
  width: 300px;
}
.gallery-loop__item:nth-child(5n-1) {
  margin-top: 188px;
  width: 375px;
}
.gallery-loop__item:nth-child(5n) {
  width: 300px;
}
.gallery-loop__item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes galleryLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes galleryLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* ==================================================
_footer.scss
================================================== */
.footer {
  overflow: hidden;
  padding: 140px 0 40px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 100px 0 30px;
  }
}
.footer__logo {
  width: 60px;
  margin: 0 auto 60px;
}
.footer__logo img {
  width: 100%;
  display: block;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.footer__nav a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__nav a:hover {
  opacity: 0.6;
}
.footer__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-size: 0.85rem;
}
@media screen and (max-width: 1024px) {
  .footer__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}
.footer__copy {
  margin-top: 40px;
  text-align: center;
  font-size: 0.75rem;
  color: #7d756a;
}
.footer__image {
  text-align: center;
  padding: 0 4rem;
  position: relative;
  top: 80px;
}
.footer__image img {
  width: 100%;
  max-width: 400px;
}

/* ==================================================
SP MENU
================================================== */
.menu-btn {
  display: none;
  position: relative;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2000;
}
@media screen and (max-width: 1024px) {
  .menu-btn {
    display: block;
  }
}
.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1C1815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-btn span:nth-child(1) {
  top: 0;
}
.menu-btn span:nth-child(2) {
  top: 11px;
}
.menu-btn span:nth-child(3) {
  bottom: 0;
}

/* ==========================================
active
========================================== */
.menu-btn.active span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.menu-btn.active span:nth-child(2) {
  opacity: 0;
}
.menu-btn.active span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}

/* ==================================================
SP NAV
================================================== */
.sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #F7F4F0;
  z-index: 1500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow-y: auto;
  padding: 120px 40px 60px;
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-nav {
    display: block;
  }
}
.sp-nav.active {
  right: 0;
}
.sp-nav ul li {
  border-bottom: 1px solid #d9d3ca;
}
.sp-nav ul li a,
.sp-nav ul li button {
  display: block;
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  text-align: left;
  font-size: 1rem;
}

/* ==========================================
SP SUB MENU
========================================== */
.sp-sub-menu {
  display: none;
  padding-bottom: 15px;
}
.sp-sub-menu li {
  border: none !important;
}
.sp-sub-menu a {
  padding: 8px 0 8px 20px !important;
  font-size: 0.9rem !important;
  color: #7d756a;
}

.sp-sub-menu.active {
  display: block;
}

/* ==================================================
ABOUT
================================================== */
.about-page p + p {
  margin-top: 1rem;
}

/* ==========================================
anchor
========================================== */
.section-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 100px;
  font-size: 0.9rem;
}
.section-anchor a {
  position: relative;
}
.section-anchor a:not(:last-child)::after {
  content: "|";
  margin-left: 30px;
  color: #bbb;
}

/* ==========================================
company
========================================== */
.company__info {
  max-width: 700px;
  margin: 80px auto 60px;
}
.company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.company dt {
  width: 140px;
  color: #666;
}
.company dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company__text {
  max-width: 760px;
  margin: 0 auto;
}

/* ==========================================
greeting
========================================== */
.greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
.greeting__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
}
.greeting__body {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}

/* ==========================================
business
========================================== */
.business-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-top: 80px;
}
.business-page__body {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}
.business-page__image {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.business-page__point {
  margin-top: 100px;
  padding: 80px;
  background: #efeae3;
  text-align: center;
}
.business-page__point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.business-page__point-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.business-page__point-item span {
  display: block;
  font-size: 3rem;
  color: #d6cfc6;
  margin-bottom: 20px;
}
.business-page__point-item h4 {
  margin-bottom: 15px;
  font-size: 1rem;
}

/* ==========================================
philosophy
========================================== */
.philosophy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  margin-top: 80px;
}
.philosophy__image {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.philosophy__body {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}

/* ==========================================
SP
========================================== */
@media screen and (max-width: 1024px) {
  .section-anchor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 60px;
  }
  .greeting__inner,
  .business-page__top,
  .philosophy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .greeting__image,
  .business-page__image,
  .philosophy__image {
    width: 100%;
  }
  .business-page__point {
    padding: 40px 30px;
  }
  .business-page__point-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* ==========================================
ITEM ARCHIVE
========================================== */
.item-archive {
  padding: 120px 0;
}

.item-archive__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
  margin-top: 80px;
}

.product-card a {
  display: block;
}
.product-card__image {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.product-card__image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-card:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.product-card__soldout {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #1C1815;
  color: #fff;
  padding: 8px 12px;
  font-size: 0.75rem;
}
.product-card__body {
  padding-top: 24px;
}
.product-card__title {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.product-card__desc {
  color: #666;
  font-size: 0.9rem;
  line-height: 2;
}
.product-card__bottom {
  margin-top: 24px;
}
.product-card__price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #5A7D49;
}

@media screen and (max-width: 1024px) {
  .item-archive {
    padding: 80px 0;
  }
  .item-archive__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
/* ==========================================
Scroll Animation
========================================== */
.js-fadeUp,
.js-fadeLeft,
.js-fadeRight,
.js-fadeScale,
.js-stagger > * {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}

.js-fadeUp {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.js-fadeLeft {
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.js-fadeRight {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.js-fadeScale {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.js-fadeUp.is-active,
.js-fadeLeft.is-active,
.js-fadeRight.is-active,
.js-fadeScale.is-active,
.js-stagger > *.is-active {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  pointer-events: auto;
}

/* stagger */
.js-stagger > * {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-stagger > *.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.object,
.object *,
.items::before,
.items::after {
  pointer-events: none;
}

/* ==================================================
_item_detail.scss
================================================== */
#mainContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  #mainContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mainContent h1 {
  font-size: 1.5rem;
}
#mainContent .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  float: none !important;
  width: auto !important;
}
#mainContent .item .itemImg {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mainContent .item .itemImg .itemImgSlide {
  margin-bottom: 40px;
}
#mainContent .purchase {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  width: auto !important;
}

#cboxOverlay {
  background: #000 !important;
  opacity: 0.7 !important;
  z-index: 99998 !important;
}

#colorbox {
  z-index: 99999 !important;
}

/* ==================================================
BLOG
================================================== */
.blog_contents .p1 {
  font-size: 0.9rem !important;
  line-height: 2rem !important;
}
/*# sourceMappingURL=style.css.map */