@charset "UTF-8";
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 0.5208333333vw;
}

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, i, 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;
  vertical-align: baseline;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a {
  font-size: 100%;
  line-height: 1;
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}

.feature {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  position: relative;
  font-feature-settings: "palt" 1;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  color: #231815;
  font-weight: 500;
  font-style: normal;
}

.feature a {
  transition: 0.3s;
  display: block;
  transform: none;
}
.feature a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.l-container {
  width: 100%;
  overflow: clip;
}

.l-footer {
  padding: 0;
}

.pc-footer {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.js-fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.js-fade.is-show {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.feature__inner {
  margin: 0 auto;
}

.main-visual {
  position: relative;
  margin: 0 auto;
}
.main-visual .main-ph {
  width: 100%;
}
.main-visual .main-txt {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30.7rem;
  margin-left: 19rem;
}
.main-visual .main-txt .main-logo {
  width: 50rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s;
}
.main-visual .main-txt .main-ttl {
  width: 13rem;
  margin-top: 4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 1.8s;
}
.main-visual .main-txt .main-day {
  font-family: europa, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  margin-top: 7rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 2s;
}
.main-visual.is-show .main-txt .main-logo {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.main-visual.is-show .main-txt .main-ttl {
  visibility: visible;
  opacity: 1;
  transform: none;
}
.main-visual.is-show .main-txt .main-day {
  visibility: visible;
  opacity: 1;
  transform: none;
}

.section {
  position: relative;
}
.section .section-box {
  position: relative;
}
.section .section-box .box-inner {
  position: relative;
}
.section .border-tb::before {
  content: "";
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 1px;
}
.section .border-tb::after {
  content: "";
  position: absolute;
  bottom: 4rem;
  right: 0;
  width: 100%;
  height: 1px;
}
.section .border-lr::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  width: 1px;
  height: 100%;
}
.section .border-lr::after {
  content: "";
  position: absolute;
  top: 9;
  bottom: 0;
  right: 4rem;
  width: 1px;
  height: 100%;
}
.section .border-l::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  width: 1px;
  height: 100vh;
}
.section .contents-ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 7rem;
  line-height: 1.7571428571;
  letter-spacing: 0.025em;
  color: #B8A17A;
}
.section .contents-ttl span {
  font-size: 5.6rem;
}
.section .contents-lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.025em;
}
.section .tag-limited {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.025em;
  width: 11.6rem;
  height: 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.6rem;
}
.section .item-name-en {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  line-height: 2.46;
  letter-spacing: 0.025em;
  margin-top: -1rem;
}
.section .item-name-jp {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.4383333333;
  letter-spacing: 0.025em;
  font-feature-settings: "pkna";
  margin-top: 0.7rem;
}
.section .item-price {
  font-family: europa, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.4383333333;
  letter-spacing: 0.025em;
  font-feature-settings: "pkna";
  margin-top: 0.5rem;
}
.section .item-detail {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-feature-settings: "pkna";
  margin-top: 4.5rem;
}
.section .item-detail-btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2.2440909091;
  letter-spacing: 0.025em;
  position: relative;
  display: inline-block;
  margin-top: 4.4rem;
}
.section .item-detail-btn::before {
  content: "";
  background: url(../img/detail_btn.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 13.2rem;
  width: 8rem;
  height: 0.626rem;
  transform: translateY(-50%);
}
.section .flex-box {
  display: flex;
}

.sticky-contents {
  position: sticky;
  top: 80px;
}

.sec00 {
  position: sticky;
  top: 80px;
  height: calc(100vh - 80px);
}
.sec00 img {
  position: absolute;
  top: calc(50% - 40px);
  left: 0;
  transform: translateY(-50%);
}

.section {
  background: #fff;
}
.section.sec01 {
  position: sticky;
  top: 80px;
}
.section.sec01 .section-box01 {
  position: sticky;
  top: 80px;
  background-color: #fff;
  height: calc(100vh - 80px);
}
.section.sec01 .section-box01.border-tb::before {
  background-color: #B8A17A;
}
.section.sec01 .section-box01.border-tb::after {
  background-color: #B8A17A;
}
.section.sec01 .section-box01 .box-inner {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section.sec01 .section-box01 .box-inner.border-lr::before {
  background-color: #B8A17A;
}
.section.sec01 .section-box01 .box-inner.border-lr::after {
  background-color: #B8A17A;
}
.section.sec01 .section-box01 .box-inner .contents-ttl {
  text-align: center;
}
.section.sec01 .section-box01 .box-inner .contents-lead {
  text-align: center;
  margin-top: 6rem;
}
.section.sec02 .section-inner.border-tb::before {
  background-color: #DCAF68;
  opacity: 0.5;
}
.section.sec02 .section-inner.border-tb::after {
  background-color: #DCAF68;
  opacity: 0.5;
}
.section.sec02 .section-box01 {
  position: sticky;
  top: 80px;
  width: 84rem;
  height: 100vh;
}
.section.sec02 .section-box01.border-l::before {
  background-color: #DCAF68;
  opacity: 0.5;
}
.section.sec02 .section-box01.border-l::after {
  background-color: #DCAF68;
  opacity: 0.5;
}
.section.sec02 .section-box01 .box-inner {
  padding-top: 14.2rem;
  padding-left: 14rem;
  position: relative;
  overflow: hidden;
}
.section.sec02 .section-box01 .box-inner::before {
  position: absolute;
  top: -65.2rem;
  left: -65.2rem;
  width: 130rem;
  height: 130rem;
  border-radius: 50%;
  content: "";
  z-index: -1;
  border: 1px solid #DCAF68;
  opacity: 0.5;
}
.section.sec02 .section-box01 .box-inner .tag-limited {
  border: 1px solid #DCAF68;
  color: #DCAF68;
}
.section.sec02 .section-box01 .box-inner .item-name-en {
  color: #DCAF68;
}
.section.sec02 .section-box01 .box-inner .item-detail-btn {
  color: #DCAF68;
}
.section.sec02 .section-box02 {
  width: 108rem;
  z-index: 1;
}
.section.sec03 .section-inner {
  background: #F9F7F1;
}
.section.sec03 .section-inner.border-tb::before {
  background-color: #B8A17A;
  opacity: 0.5;
}
.section.sec03 .section-inner.border-tb::after {
  background-color: #B8A17A;
  opacity: 0.5;
}
.section.sec03 .section-box01 {
  position: sticky;
  top: 80px;
  width: 84rem;
  height: 100vh;
}
.section.sec03 .section-box01.border-l::before {
  background-color: #B8A17A;
  opacity: 0.5;
}
.section.sec03 .section-box01.border-l::after {
  background-color: #B8A17A;
  opacity: 0.5;
}
.section.sec03 .section-box01 .box-inner {
  padding-top: 14.2rem;
  padding-left: 14rem;
  position: relative;
  overflow: hidden;
}
.section.sec03 .section-box01 .box-inner::before {
  position: absolute;
  top: -65.2rem;
  left: -65.2rem;
  width: 130rem;
  height: 130rem;
  border-radius: 50%;
  content: "";
  z-index: -1;
  border: 1px solid #B8A17A;
  opacity: 0.5;
}
.section.sec03 .section-box01 .box-inner .tag-limited {
  border: 1px solid #B8A17A;
  color: #B8A17A;
}
.section.sec03 .section-box01 .box-inner .item-name-en {
  color: #B8A17A;
}
.section.sec03 .section-box01 .box-inner .item-name-jp {
  margin-top: 1rem;
}
.section.sec03 .section-box01 .box-inner .item-detail-btn {
  color: #B8A17A;
}
.section.sec03 .section-box01 .box-inner .item-detail-btn::before {
  background: url(../img/detail_btn2.svg);
  background-repeat: no-repeat;
}
.section.sec03 .section-box02 {
  width: 108rem;
  z-index: 1;
}
.section.sec04 .section-inner {
  background: #FBFBFA;
}
.section.sec04 .section-inner.border-tb::before {
  background-color: #B6A3A1;
  opacity: 0.5;
}
.section.sec04 .section-inner.border-tb::after {
  background-color: #B6A3A1;
  opacity: 0.5;
}
.section.sec04 .section-box01 {
  position: sticky;
  top: 80px;
  width: 84rem;
  height: 100vh;
}
.section.sec04 .section-box01.border-l::before {
  background-color: #B6A3A1;
  opacity: 0.5;
}
.section.sec04 .section-box01.border-l::after {
  background-color: #B6A3A1;
  opacity: 0.5;
}
.section.sec04 .section-box01 .box-inner {
  padding-top: 14.2rem;
  padding-left: 14rem;
  position: relative;
  overflow: hidden;
}
.section.sec04 .section-box01 .box-inner::before {
  position: absolute;
  top: -65.2rem;
  left: -65.2rem;
  width: 130rem;
  height: 130rem;
  border-radius: 50%;
  content: "";
  z-index: -1;
  border: 1px solid #B6A3A1;
  opacity: 0.5;
}
.section.sec04 .section-box01 .box-inner .tag-limited {
  border: 1px solid #B6A3A1;
  color: #B6A3A1;
}
.section.sec04 .section-box01 .box-inner .item-name-en {
  color: #B6A3A1;
}
.section.sec04 .section-box01 .box-inner .item-detail-btn {
  color: #B6A3A1;
}
.section.sec04 .section-box01 .box-inner .item-detail-btn::before {
  background: url(../img/detail_btn3.svg);
  background-repeat: no-repeat;
}
.section.sec04 .section-box02 {
  width: 108rem;
  z-index: 1;
}
.section.sec05 .section-inner {
  position: relative;
  background: #F9F7F1;
  padding-top: 14rem;
  padding-bottom: 13.5rem;
  overflow: hidden;
}
.section.sec05 .section-inner::before {
  position: absolute;
  top: -39rem;
  left: 50%;
  transform: translateX(-50%);
  width: 214rem;
  height: 214rem;
  border-radius: 50%;
  content: "";
  z-index: 1;
  border: 1px solid #B8A17A;
}
.section.sec05 .section-inner .ph-slider {
  z-index: 1;
}
.section.sec05 .section-inner .howto-box {
  position: relative;
  padding-top: 7rem;
  z-index: 1;
}
.section.sec05 .section-inner .howto-box::before {
  content: "";
  position: absolute;
  top: 14.9rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B8A17A;
}
.section.sec05 .section-inner .howto-box::after {
  content: "";
  position: absolute;
  bottom: -39.2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B8A17A;
}
.section.sec05 .section-inner .howto-box .howto-box-inner {
  width: 132rem;
  margin: 0 auto;
}
.section.sec05 .section-inner .howto-box .howto-box-inner .howto-ttl {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 1.7632857143;
  letter-spacing: 0.025em;
  color: #B8A17A;
}
.section.sec05 .section-inner .howto-box .howto-box-inner .flex-box {
  margin-top: 4.5rem;
  justify-content: space-between;
}
.section.sec05 .section-inner .howto-box .howto-box-inner .flex-box .howto-txt {
  font-family: europa, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.035em;
  font-feature-settings: "pkna";
}
.section.sec05 .section-inner .howto-box .howto-box-inner .flex-box .howto-item-box {
  width: 76rem;
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
}
.section.sec05 .section-inner .howto-box .howto-box-inner .flex-box .howto-item-box .howto-item {
  width: 22rem;
}
.section.sec05 .section-inner .howto-box .howto-box-inner .flex-box .howto-item-box .howto-item .howto-item-name {
  font-family: europa, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 1.6rem;
  font-feature-settings: "pkna";
}
.section.sec06 .line01 {
  position: absolute;
  top: 101.2rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B8A17A;
}
.section.sec06 .circle {
  position: absolute;
  bottom: -188rem;
  left: 50%;
  transform: translateX(-50%);
  width: 222rem;
  height: 222rem;
  border-radius: 50%;
  border: 1px solid #B8A17A;
}
.section.sec06::before {
  content: "";
  position: absolute;
  top: 78.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B8A17A;
}
.section.sec06::after {
  content: "";
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B8A17A;
}
.section.sec06 .section-inner {
  position: relative;
  width: 145.8rem;
  margin: 0 auto;
  padding-top: 10.8rem;
  padding-bottom: 13.3rem;
}
.section.sec06 .section-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #B8A17A;
}
.section.sec06 .section-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #B8A17A;
}
.section.sec06 .section-inner .about-ttl {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 1.7571428571;
  letter-spacing: 0.025em;
  color: #B8A17A;
  margin-left: 7rem;
}
.section.sec06 .section-inner .about-img {
  margin-top: 2.5rem;
  position: relative;
}
.section.sec06 .section-inner .about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #B8A17A;
}
.section.sec06 .section-inner .about-subttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: 6rem;
  margin-left: 6.9rem;
}
.section.sec06 .section-inner .about-btn {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 2.2440909091;
  letter-spacing: 0.025em;
  color: #B8A17A;
  margin-top: 1.5rem;
  margin-left: 7rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.section.sec06 .section-inner .about-btn::before {
  content: "";
  background: url(../img/about_btn1.svg);
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 2rem;
  margin-right: -5rem;
}
.section.sec06 .section-inner .about-btn.on::before {
  background: url(../img/about_btn2.svg);
}
.section.sec06 .section-inner .about-txt-box {
  display: none;
  position: relative;
}
.section.sec06 .section-inner .about-txt-box-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 5.5rem;
}
.section.sec06 .section-inner .about-txt-box-inner .line02 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
}
.section.sec06 .section-inner .about-txt-box-inner .line02.on {
  background-color: #B8A17A;
}
.section.sec06 .section-inner .about-txt-box-inner .about-txt {
  width: 73.4rem;
  font-family: europa, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.025em;
  font-feature-settings: "pkna";
  margin-top: 8rem;
  margin-left: 7rem;
  text-align: justify;
}
.section.sec06 .section-inner .about-txt-box-inner .about-txt-img {
  width: 48.6rem;
  margin-right: 7rem;
}
.section.sec06 .section-inner .all-item {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-top: 29.4rem;
}
.section.sec06 .section-inner .all-item .all-item-logo {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #B8A17A;
}
.section.sec06 .section-inner .all-item .all-item-txt {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #B8A17A;
  display: block;
  margin-top: 1.8rem;
}

.ph-slider a img {
  transition: 0.3s;
}
.ph-slider a:hover img {
  opacity: 0.7;
}

.ph-slider {
  margin-bottom: 0 !important;
}
.ph-slider .slick-dots {
  text-align: right;
  bottom: 13px;
  right: 14px;
}
.ph-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 7px;
  padding: 0;
  background: #fff;
}
.ph-slider .slick-dots li button {
  display: none;
}
.ph-slider .slick-dots .slick-active {
  background: #000;
}/*# sourceMappingURL=style.css.map */