@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 91.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__medium {
  width: 76.25rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 91.875rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
}
.__liststyle li::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  background-color: #53251c;
  transform: rotate(45deg);
  margin-top: 0.7em;
  margin-right: 0.3em;
  flex-shrink: 0;
}
.__liststyle.__number li::before {
  content: none;
}
.__liststyle.__number li span.__num {
  display: block;
  flex-shrink: 0;
  margin-right: 0.3em;
}
.__liststyle.__note li::before {
  content: "※";
  transform: rotate(0);
  background-color: initial;
  width: auto;
  margin-top: 0;
}

.__ttltxt.__style01 span {
  display: block;
}
.__ttltxt.__style01 span.__en {
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__en {
    font-size: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__en {
    font-size: min(16vw, 3em);
  }
}
.__ttltxt.__style01 span.__jp {
  font-weight: 900;
}

.__linkbtn a, .__linkbtn button {
  display: flex;
  align-items: center;
  padding: 0.6em 1.8em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  opacity: 1;
  transition: all 0.24s ease;
}
.__linkbtn a img, .__linkbtn button img {
  display: block;
  width: 3em;
  height: auto;
  margin-left: 1em;
}
.__linkbtn a:hover, .__linkbtn button:hover {
  opacity: 0.8;
}
.__linkbtn.__light a, .__linkbtn.__light button {
  color: #241c1b;
  background-color: #fff;
}
.__linkbtn.__green a, .__linkbtn.__green button {
  color: #fff;
  background-color: #184a30;
}
.__linkbtn.__brown a, .__linkbtn.__brown button {
  color: #fff;
  background-color: #53251c;
}
.__linkbtn.__beige a, .__linkbtn.__beige button {
  color: #fff;
  background-color: #806f60;
}

a.__txtlink {
  color: #241c1b;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.24s ease;
}
a.__txtlink:hover {
  opacity: 0.7;
}

.__anchor-point {
  position: absolute;
  top: 0;
}
.__anchor-point.__n-margin {
  margin-top: -7.5rem;
}
@media screen and (max-width: 1199px) {
  .__anchor-point.__n-margin {
    margin-top: -80px;
  }
}

.__deco-item {
  position: absolute;
  z-index: -1;
  width: 62.5vw;
}
.__deco-item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .__deco-item img {
    opacity: 0.6;
    transform: scale(2);
  }
}

.__deco-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.__deco-line .line-parts {
  width: 5em;
}
.__deco-line .line-parts img {
  width: 100%;
  height: auto;
}
.__deco-line::before, .__deco-line:after {
  content: "";
  display: block;
  width: calc(50% - 4em);
  height: 1px;
  background-color: #0a0a0a;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.2s ease 0.3s;
}
.__fadeIn.__pagettl-bgimg {
  transform: translateY(0);
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

.shop-banner {
  width: 100%;
}
.shop-banner a {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  .shop-banner a {
    display: block;
  }
}
.shop-banner a .banner-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #f5f2ef;
  background-color: #184a30;
  transition: all 0.36s ease;
}
@media screen and (max-width: 991px) {
  .shop-banner a .banner-txt {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .shop-banner a .banner-txt {
    width: 100%;
    padding: 4em 10rem 2em;
  }
}
.shop-banner a .banner-txt .txt-inner h3 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (max-width: 991px) {
  .shop-banner a .banner-txt .txt-inner h3 {
    font-size: 1.25em;
  }
}
.shop-banner a .banner-txt .txt-inner p {
  font-family: "Cormorant Infant", serif;
  margin-top: 1em;
}
.shop-banner a .banner-txt .txt-inner .arrow-wrap {
  margin-top: 1em;
}
.shop-banner a .banner-txt .txt-inner .arrow-wrap img {
  width: 20em;
  height: auto;
  margin-left: 0;
  margin-right: 1em;
  transition: all 0.36s ease;
}
@media screen and (max-width: 767px) {
  .shop-banner a .banner-txt .txt-inner .arrow-wrap img {
    width: 100%;
  }
}
.shop-banner a .banner-img {
  width: 50%;
  aspect-ratio: 5/3;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .shop-banner a .banner-img {
    width: 40%;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .shop-banner a .banner-img {
    width: 100%;
    aspect-ratio: 2/1;
  }
}
.shop-banner a .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.36s ease;
}
.shop-banner a:hover .banner-txt {
  background-color: #083c21;
}
.shop-banner a:hover .banner-txt .arrow-wrap img {
  margin-left: 1em;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .shop-banner a:hover .banner-txt .arrow-wrap img {
    margin-left: 0;
  }
}
.shop-banner a:hover .banner-img img {
  transform: scale(1.02);
}

.__content-wrap.__style01 {
  padding-top: 0;
  margin-top: 7.5rem;
  padding-bottom: 16.875rem;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 {
    margin-top: 80px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.__content-wrap.__style01 .sec-content {
  width: 52.8125rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 .sec-content {
    width: 100%;
  }
}
.__content-wrap.__style01 .sec-content .sec-txt {
  margin-top: 5rem;
}
@media screen and (max-width: 1599px) {
  .__content-wrap.__style01 .sec-content .sec-txt {
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 .sec-content .sec-txt {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 .sec-content .sec-txt {
    margin-top: 48px;
  }
}
.__content-wrap.__style01 .sec-content .sec-txt p {
  margin-top: 2em;
  font-size: 1.125em;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 .sec-content .sec-txt p {
    font-size: 1em;
  }
}
.__content-wrap.__style01 .sec-img {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 7.5rem;
  width: 35.4166666667vw;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01 .sec-img {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  .__content-wrap.__style01 .sec-img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01 .sec-img {
    position: relative;
    left: initial;
    bottom: initial;
    margin-left: auto;
    margin-top: 3em;
    margin-bottom: 0;
    width: min(90%, 400px);
    aspect-ratio: 3/2;
  }
}
.__content-wrap.__style01 .sec-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-wrap.__style01::before {
  content: "";
  display: block;
  width: 75vw;
  height: calc(100% - 3.75rem);
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background-color: #f5f2ef;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style01::before {
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01::before {
    width: 80%;
    height: 100%;
    opacity: 0.7;
  }
}
.__content-wrap.__style01.__left .sec-content {
  margin-left: 0;
}
.__content-wrap.__style01.__left .sec-img {
  left: initial;
  right: 0;
}
@media screen and (max-width: 767px) {
  .__content-wrap.__style01.__left .sec-img {
    right: initial;
    margin-left: auto;
  }
}
.__content-wrap.__style01.__left::before {
  right: initial;
  left: 0;
}
.__content-wrap.__style02 .content-inner {
  padding: 3.6em 0;
}
@media screen and (max-width: 1199px) {
  .__content-wrap.__style02 .content-inner {
    padding: 4em 0;
  }
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  width: 100%;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .header-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  opacity: 0;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1199px) {
  header .header-inner::before {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner::before {
    height: 60px;
  }
}
header .header-inner.__scroll::before {
  opacity: 1;
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(54, 54, 52, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 300px;
  margin-top: 1.6em;
  margin-left: 1.6em;
  transition: all 0.24s ease;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 255px;
    margin-top: 2em;
    margin-left: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 195px);
    margin-top: 1.2em;
    margin-left: 1.2em;
  }
}
header .header-logo.__scroll {
  filter: invert(100%);
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .nav-btn-wrap {
  width: 90px;
  height: 90px;
  background-color: #241c1b;
}
@media screen and (max-width: 1199px) {
  header .nav-btn-wrap {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn-wrap {
    width: 60px;
    height: 60px;
  }
}
header .nav-btn-wrap .nav-btn {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
header .nav-btn-wrap .nav-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
header .nav-btn-wrap .nav-btn span:nth-of-type(1) {
  margin-top: -12px;
}
header .nav-btn-wrap .nav-btn span:nth-of-type(3) {
  margin-top: 12px;
}
@media screen and (max-width: 1199px) {
  header .nav-btn-wrap .nav-btn span {
    width: 30px;
  }
  header .nav-btn-wrap .nav-btn span:nth-of-type(1) {
    margin-top: -10px;
  }
  header .nav-btn-wrap .nav-btn span:nth-of-type(3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  header .nav-btn-wrap .nav-btn span {
    width: 24px;
  }
  header .nav-btn-wrap .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn-wrap .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
header .nav-btn-wrap .nav-btn.__open span {
  background-color: #241c1b;
  transition: margin-top 0.3s ease, transform 0.3s 0.3s ease, background-color 0.3s ease;
}
header .nav-btn-wrap .nav-btn.__open span:nth-of-type(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(40deg);
}
header .nav-btn-wrap .nav-btn.__open span:nth-of-type(2) {
  opacity: 0;
}
header .nav-btn-wrap .nav-btn.__open span:nth-of-type(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-40deg);
}
header .header-menu {
  background-color: #f5f2ef;
  width: 440px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -440px;
  transition: all 0.56s ease;
}
@media screen and (max-width: 767px) {
  header .header-menu {
    width: 320px;
    margin-right: -320px;
  }
}
header .header-menu .header-menu-inner {
  padding-top: 80px;
  padding-bottom: 60px;
  height: 100lvh;
  overflow-y: scroll;
  opacity: 0;
  transition: all 0.56s ease;
}
@media screen and (max-width: 767px) {
  header .header-menu .header-menu-inner {
    padding-top: 60px;
  }
}
header .header-menu.__open {
  margin-right: 0;
}
header .header-menu.__open .header-menu-inner {
  opacity: 1;
  transition: all 0.56s 0.48s ease;
}
header .header-menu nav > ul > li {
  position: relative;
  margin: 24px 0;
  padding: 0.36em 40px;
  border-bottom: solid 1px #cabeb4;
}
@media screen and (max-width: 767px) {
  header .header-menu nav > ul > li {
    padding: 0.48em 30px;
  }
}
header .header-menu nav > ul > li::before {
  content: "";
  display: block;
  background-color: #806f60;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
header .header-menu nav > ul > li span {
  display: block;
}
header .header-menu nav > ul > li span.__jp {
  font-weight: 900;
  font-size: 1.25em;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav > ul > li span.__jp {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu nav > ul > li span.__jp {
    font-size: 1em;
  }
}
header .header-menu nav > ul > li span.__jp img {
  display: inline-block;
  width: 0.7em;
  height: auto;
  margin-left: 0.7em;
  margin-bottom: 0.08em;
}
header .header-menu nav > ul > li span.__en {
  color: #cabeb4;
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
  font-size: 0.9375em;
}
header .header-menu nav > ul > li:hover::before {
  transform: scaleX(1);
  transform-origin: left top;
}
header .header-menu nav > ul > li.__current::before {
  transform: scaleX(1);
}
header .header-menu nav > ul > li.__current span.__en {
  color: #806f60;
}
header .header-menu nav > ul > li .accordion-menu {
  position: relative;
  cursor: pointer;
  width: 100%;
}
header .header-menu nav > ul > li .accordion-menu .__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -0.48em;
  width: 1.25em;
  transition: all 0.3s ease;
}
header .header-menu nav > ul > li .accordion-menu .__icon.__plus {
  opacity: 1;
}
header .header-menu nav > ul > li .accordion-menu .__icon.__minus {
  opacity: 0;
}
header .header-menu nav > ul > li .accordion-menu .__icon img {
  width: 100%;
  height: auto;
}
header .header-menu nav > ul > li .accordion-menu.__open .__icon.__plus {
  opacity: 0;
}
header .header-menu nav > ul > li .accordion-menu.__open .__icon.__minus {
  opacity: 1;
}
header .header-menu nav > ul > li .accordion-inner {
  display: none;
  padding-top: 0.4em;
  padding-bottom: 1em;
}
header .header-menu nav > ul > li .accordion-inner ul li {
  padding: 0.36em 0;
}
header .header-menu nav > ul > li .accordion-inner ul li a {
  opacity: 1;
  transition: all 0.24s ease;
}
header .header-menu nav > ul > li .accordion-inner ul li a:hover {
  opacity: 0.7;
}
header .header-menu .header-info {
  padding: 0 40px;
  margin-top: 3.6em;
}
@media screen and (max-width: 767px) {
  header .header-menu .header-info {
    margin-top: 3em;
  }
}
header .header-menu .header-info .info-logo {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .header-menu .header-info .info-logo {
    width: 100%;
  }
}
header .header-menu .header-info .info-logo img {
  width: 100%;
  height: auto;
}
header .header-menu .header-info .info-txt {
  font-size: 0.875em;
  font-weight: 900;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  header .header-menu .header-info .info-txt {
    margin-top: 1em;
  }
}
header .header-menu .header-info .info-txt a {
  font-size: 1em;
  display: inline-block;
}
header .header-menu .header-info .info-txt a img {
  width: 0.8em;
  height: auto;
  margin-left: 0.3em;
  opacity: 1;
  transition: all 0.24s ease;
}
header .header-menu .header-info .info-txt a:hover img {
  opacity: 0.7;
}

/* footer
---------------------------------------------------- */
footer {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: #0a0a0a;
  padding: 7.5rem 0;
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 48px 0;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left {
  width: 37.1875rem;
  border-right: solid 1px #bbb;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left {
    text-align: center;
    width: 100%;
    border-right: none;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 300px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 270px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 255px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 240px;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 2em;
}
footer .footer-inner .footer-left .footer-info p {
  font-size: 0.875em;
  font-weight: 900;
  margin-top: 1em;
}
footer .footer-inner .footer-left .footer-info p a {
  font-size: 1em;
  display: inline-block;
}
footer .footer-inner .footer-left .footer-info p a img {
  width: 0.8em;
  height: auto;
  margin-left: 0.3em;
  opacity: 1;
  transition: all 0.24s ease;
}
footer .footer-inner .footer-left .footer-info p a:hover img {
  opacity: 0.7;
}
footer .footer-inner .footer-right {
  position: relative;
  text-align: end;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right {
    text-align: center;
    margin-top: 6em;
  }
}
footer .footer-inner .footer-right .footer-menu ul {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-right .footer-menu ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-menu ul {
    display: none;
  }
}
footer .footer-inner .footer-right .footer-menu ul li {
  margin-left: 2em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .footer-menu ul li {
    margin-left: 1.75em;
  }
}
footer .footer-inner .footer-right .footer-menu ul li a {
  padding: 0.36em 0;
  opacity: 1;
  transition: all 0.24s ease;
}
footer .footer-inner .footer-right .footer-menu ul li a img {
  display: inline-block;
  width: 0.75em;
  height: auto;
  margin-left: 0.4em;
  margin-bottom: 0.4em;
}
footer .footer-inner .footer-right .footer-menu ul li a:hover {
  opacity: 0.7;
}
footer .footer-inner .footer-right .footer-contact {
  margin-top: 2em;
  margin-bottom: 4em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-right .footer-contact {
    margin-bottom: 6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .footer-contact {
    display: none;
  }
}
footer .footer-inner .footer-right .copyright {
  color: #bbb;
  font-size: 13px;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-right .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-right .copyright {
    font-size: 9px;
  }
}

#pagetop {
  z-index: 9;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: #0a0a0a;
}
@media screen and (max-width: 1199px) {
  #pagetop {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 60px;
    height: 60px;
  }
}
#pagetop a {
  width: 100%;
  height: 100%;
  transition: all 0.36s ease;
}
#pagetop a .pagetop-inner {
  color: #fff;
  font-size: 0.9em;
  font-family: "Cormorant Infant", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #pagetop a .pagetop-inner {
    font-size: 0.85em;
    letter-spacing: 0;
  }
}
#pagetop a .pagetop-inner img {
  width: 2em;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0.4em;
}
#pagetop a:hover {
  background-color: #241c1b;
}/*# sourceMappingURL=common.css.map */