<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#contents {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}
#contents a {
  color: #000;
  text-decoration: none;
}

DIV#footer {
  clear: both;
}

DIV#contentsTitleCmn,
DIV#contentsTitle {
  width: 960px;
  margin: 0 auto;
}

DIV#mainBg {
  width: 100%;
  max-width: 100%;
}

.krtLauncher.svelte-zrwe6p.svelte-zrwe6p {
  bottom: 100px !important;
}

.flowbtn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 270px;
  opacity: 0;
  z-index: 11;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.is-header-bg-show .flowbtn {
  opacity: 1;
}

.lead {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.pr {
  width: 960px;
  margin: 0 auto;
}
.pr img {
  width: 183px;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-page-loaded .pr img {
  opacity: 1;
}

.section {
  background: #000;
}
.section--1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(21.18%, #000), color-stop(70.44%, #e2e0de), to(#e2e0de));
  background: linear-gradient(#000 0%, #000 21.18%, #e2e0de 70.44%, #e2e0de 100%);
}
.section--2 {
  padding-top: 60px;
}
.section--3 {
  margin-top: -78px;
}
.section--4 {
  padding: 100px 0 160px;
}

.section-ttl {
  color: #fff;
  width: 960px;
  margin: 0 auto 40px;
}
.section-ttl .tag {
  margin: 0 auto 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-ttl__jp {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.section-ttl__en {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: 0.5em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
}
.section-ttl__heading {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 30px 0 34px;
  margin-top: 7px;
}
.section-ttl__heading:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #464646;
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.section-ttl__heading.active:after {
  width: 100%;
}
.section-ttl__heading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #464646;
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.section-ttl__heading.active:before {
  width: 100%;
}
.section-ttl__num {
  position: absolute;
  bottom: -17px;
  right: 200px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  clip-path: inset(100% 0 0% 0);
}
.section-ttl__num.active {
  clip-path: inset(0 0 0% 0);
}

.section-lead {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #fff;
  width: 560px;
  margin: 0 auto 66px;
}

.text-mask {
  overflow: hidden;
  display: inline-block;
}

.text-inner {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  display: inline-block;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.active .text-inner {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fv {
  padding-bottom: 80px;
}

.fv__body {
  width: 834px;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv__copy {
  margin-right: 64px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fv__copy .gradient {
  clip-path: inset(0% 0 100% 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.is-page-loaded .fv__copy .gradient {
  clip-path: inset(0% 0 0 0);
}
.is-page-loaded .fv__copy {
  opacity: 1;
}

.fv__movie {
  width: 352px;
  overflow: hidden;
}
.fv__movie video {
  width: 352px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.is-page-loaded .fv__movie video {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fv__textarea {
  width: 336px;
  text-align: center;
  margin-left: 64px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.is-page-loaded .fv__textarea {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fv__tag {
  display: table;
  margin: 0 auto 40px;
}

.tag {
  color: #898067;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tag__reason {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.2em;
  line-height: 38px;
  text-align: center;
  color: #898067;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.tag__reason:after {
  width: 1px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #898067;
  content: "";
}

.tag__chooese {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 38px;
  text-align: center;
  color: #898067;
  text-transform: uppercase;
}

.fv__ttl-1 {
  margin-bottom: 10px;
}

.fv__ttl-2 {
  margin-bottom: 8px;
}

.fv__ttl {
  margin-bottom: 40px;
}

.intro {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 100px 0 60px;
}
.intro:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
  background: #464646;
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.intro:before {
  position: absolute;
  left: 50%;
  top: -28px;
  width: 1px;
  height: 0;
  background: #464646;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.intro.active:after {
  width: 100%;
}
.intro.active:before {
  height: 270px;
}

.intro__ttl {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  color: #000;
  padding: 5px 12px;
  position: relative;
  display: table;
  margin: 0 auto 160px;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.intro__ttl .text {
  position: relative;
  z-index: 11;
}
.intro__ttl:after {
  width: 0%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(45deg, #e8dec3 0%, #898067 100%);
}
.intro__ttl.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.intro__ttl.active:after {
  width: 100%;
}

.intro__ttl-2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  color: #fff;
}

.fade-in {
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.fade-in.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.fade-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.fade-up.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.intro__ttl-2_en {
  margin-top: 5px;
}
.intro__ttl-2_en .text {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 38px;
  text-align: center;
  color: #fff;
  margin-top: -20px;
}

.rings__list {
  width: 800px;
  position: relative;
  margin: 40px auto 80px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 54px !important;
  height: 116px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 27px;
}

.swiper-button-prev {
  left: -94px !important;
}

.swiper-button-next {
  right: -94px !important;
}

.rings__ttl {
  display: table;
  margin: 0 auto 30px;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.2em;
  line-height: 38px;
  text-align: center;
  color: #000;
}

.rings__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rings__img {
  width: 443px;
  height: 341px;
  position: relative;
}

.rings__img-main {
  position: absolute;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  clip-path: inset(100% 0 0 0);
}
.swiper-slide-active .rings__img-main {
  opacity: 1;
  clip-path: inset(0 0 0 0%);
}
.rings__img--1 .rings__img-main {
  width: 387px;
  top: 0;
  right: 0;
}
.rings__img--2 .rings__img-main {
  width: 178px;
  top: 48px;
  right: 109px;
}
.rings__img--3 .rings__img-main {
  width: 267px;
  top: 0;
  right: 0;
}
.rings__img--4 .rings__img-main {
  width: 194px;
  bottom: 0px;
  left: 134px;
}
.rings__img--5 .rings__img-main {
  width: 341px;
  top: 0;
  right: 0;
}
.rings__img--6 .rings__img-main {
  width: 291px;
  top: 0;
  left: 49px;
}

.rings__img-item {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.swiper-slide-active .rings__img-item {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.rings__img--1 .rings__img-item {
  width: 203px;
  bottom: 0;
  left: 0;
}
.rings__img--2 .rings__img-item {
  width: 116px;
  bottom: 5px;
  right: 47px;
}
.rings__img--3 .rings__img-item {
  width: 254px;
  bottom: 10px;
  left: 42px;
}
.rings__img--4 .rings__img-item {
  width: 177px;
  top: 5px;
  left: 37px;
}
.rings__img--5 .rings__img-item {
  width: 214px;
  bottom: 0;
  left: 53px;
}
.rings__img--6 .rings__img-item {
  width: 338px;
  bottom: 0px;
  left: 74px;
}

.rings__img-item_2 {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: absolute;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}
.swiper-slide-active .rings__img-item_2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.rings__img--4 .rings__img-item_2 {
  width: 181px;
  bottom: 1px;
  right: 20px;
}

.rings__textarea {
  width: 318px;
  margin-left: 40px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.swiper-slide-active .rings__textarea {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.rings__name {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 13px;
}

.rings__type {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}

.rings__caption {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000;
}

.rings__btn {
  margin: 26px auto 0;
  display: table;
}
.rings__btn a {
  display: table;
  width: 316px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #464646 !important;
  border: 1px solid #464646;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 21px 0px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.rings__btn a:hover {
  color: #fff !important;
  background: #464646;
}
.rings__btn--2 a {
  background: #464646;
  color: #fff !important;
}
.rings__btn--2 a:hover {
  color: #464646 !important;
  background: #fff;
}

.reserve-btn {
  margin: 14px auto 0;
  display: table;
}
.reserve-btn a {
  display: table;
  width: 316px;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff !important;
  padding: 21px 0px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  background: #898067;
}
.reserve-btn a:hover {
  color: #fff !important;
  background: #464646;
}
.reserve-btn--2 a {
  background: #464646;
  color: #fff !important;
}
.reserve-btn--2 a:hover {
  color: #464646 !important;
  background: #fff;
}

.comment {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.comment__list {
  width: 560px;
  height: 296px;
  margin: 0 auto;
  background: #e2e0de;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment__list:after {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  content: "";
}
.comment__list:before {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  content: "";
}

.comment__list-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.comment__list-inner:after {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  content: "";
}
.comment__list-inner:before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  content: "";
}

.comment__name {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 0px;
}

.comment__text {
  width: 276px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000;
  margin: 0 auto;
}
.comment__text span {
  color: #898067;
  font-weight: 700;
}

.comment__item {
  overflow: hidden;
  width: 276px;
  margin: 0 auto;
}

.comment__wrap {
  position: relative;
}

.comment__tag-1 {
  position: absolute;
  left: -116px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comment__tag-1 .tag {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.comment__tag-2 {
  position: absolute;
  right: -116px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.comment__tag-2 .tag {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comment__btn {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 64px;
}
.comment__btn span {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 6px;
}
.comment__btn span:after {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.comment__btn.active span:after {
  width: 316px;
}

.diamond {
  padding: 265px 0 138px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(23.57%, #fff), color-stop(75.37%, #fff), to(#000));
  background: linear-gradient(#000 0%, #fff 23.57%, #fff 75.37%, #000 100%);
  position: relative;
}

.diamond__inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.diamond__ttl {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 94px;
  letter-spacing: 0.3em;
  line-height: 113px;
  text-align: left;
  color: #464646;
  opacity: 0.3;
  position: absolute;
  top: -265px;
  left: 0;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.diamond__heading {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding-bottom: 263px;
}

.diamond__img {
  width: 598px;
  margin: 0 auto 107px;
}

.diamond__caption {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #000;
}
.diamond__caption span {
  display: inline;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(0%, rgb(226, 224, 222)));
  background: linear-gradient(transparent 30%, rgb(226, 224, 222) 0%);
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.2s;
  transition: background-size 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.diamond__caption.active span {
  background-size: 100% 100%;
}

.diamond-heading {
  text-align: center;
  margin-bottom: 64px;
}
.diamond-heading span {
  display: table;
  margin: 0 auto 20px;
  position: relative;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #000;
  padding-bottom: 4px;
}
.diamond-heading span:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(45deg, #e8dec3 0%, #898067 100%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.diamond-heading.active span:after {
  width: 100%;
}

.diamond__img-2 {
  width: 377px;
  margin: 70px auto 0;
}

.diamond__img-3 {
  width: 329px;
  margin: 70px auto 50px;
}

.diamond__img-4 {
  width: 377px;
  margin: 70px auto 0;
}

.heading-gradient {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #000;
  width: 168px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient(45deg, #e8dec3 0%, #898067 100%);
  margin: -23px auto 64px;
}

.swiper-pagination-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}
.swiper-pagination-01 .page-number {
  cursor: pointer;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
  line-height: 38px;
  text-align: right;
  color: #fff;
  font-weight: 400;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.swiper-pagination-01 .page-number.is-active {
  color: #000;
}
.swiper-pagination-01 .page-number:hover {
  color: #333;
}

.diamond__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 924px;
  margin: 0 auto;
}

.diamond__left {
  width: 480px;
}

.diamond__right {
  width: 336px;
  margin-left: 108px;
  margin-bottom: 65px;
}
.diamond__right .intro__ttl-2_en {
  text-align: center;
  margin-bottom: 36px;
}
.diamond__right .text {
  color: #898067;
}

.diamond__right-inner {
  position: sticky;
  top: 40px;
  padding: 49px 0 45px;
}
.diamond__right-inner:after {
  width: 0;
  height: 9px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.diamond__right-inner:before {
  width: 0;
  height: 9px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.diamond__right-inner.active:after {
  width: 100%;
}
.diamond__right-inner.active:before {
  width: 100%;
}

.diamond__content-2 {
  margin-top: 160px;
}
.diamond__content-2 .intro__ttl {
  margin-bottom: 16px;
}
.diamond__content-2 .intro__ttl .text {
  display: table;
}

.diamond__img-5 {
  width: 776px;
  margin: 0 auto;
  position: relative;
}

.diamond__img-5_text {
  position: absolute;
  top: 127px;
  left: 32px;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.diamond__img-5_text.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.diamond__content-2-ttl {
  margin-top: -26px;
  margin-bottom: 100px;
}

.diamond__content-3 {
  width: 824px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.diamond__content-3 .diamond__caption {
  width: 448px;
}
.diamond__content-3 .diamond__content-3-swiper {
  width: 316px;
  margin-left: 60px;
}

.youtube-thumbnail {
  position: relative;
  width: 316px;
  max-width: 360px; /* 縦動画なら幅を狭くすると自然 */
  aspect-ratio: 9/16; /* 縦動画比率 */
  cursor: pointer;
  background: #000;
  overflow: hidden;
  margin: 0 auto;
}
.youtube-thumbnail:hover .play-button {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}

.youtube-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.youtube-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.swiper02 {
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper02 .swiper-pagination-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0 !important;
  cursor: pointer;
}
.swiper02 .swiper-pagination-02 .swiper-pagination-bullet {
  width: 24px;
  height: 1px;
  border-radius: 0;
  background: #464646;
  opacity: 1;
  margin: 0 4px;
}
.swiper02 .swiper-pagination-02 .swiper-pagination-bullet-active {
  background: #898067;
}

.swiper-button-prev-02 {
  position: absolute;
  bottom: -9px !important;
  width: 20px;
  height: 20px;
  left: 172px !important;
  cursor: pointer;
}
.swiper-button-prev-02 img {
  position: absolute;
  width: 6px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next-02 {
  position: absolute;
  bottom: -9px !important;
  right: 172px !important;
  width: 20px;
  cursor: pointer;
  height: 20px;
}
.swiper-button-next-02 img {
  position: absolute;
  width: 6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.swiper03 {
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.swiper03 .swiper-pagination-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0 !important;
}
.swiper03 .swiper-pagination-03 .swiper-pagination-bullet {
  width: 24px;
  height: 1px;
  border-radius: 0;
  background: #464646;
  opacity: 1;
  margin: 0 4px;
}
.swiper03 .swiper-pagination-03 .swiper-pagination-bullet-active {
  background: #898067;
}

.swiper-button-prev-03 {
  position: absolute;
  bottom: -9px !important;
  width: 20px;
  height: 20px;
  left: 172px !important;
  cursor: pointer;
}
.swiper-button-prev-03 img {
  position: absolute;
  width: 6px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next-03 {
  position: absolute;
  bottom: -9px !important;
  right: 172px !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.swiper-button-next-03 img {
  position: absolute;
  width: 6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.swiper04 {
  position: relative;
  padding-bottom: 0px;
}
.swiper04 .swiper-pagination-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 8px !important;
  z-index: 1111;
}
.swiper04 .swiper-pagination-04 .swiper-pagination-bullet {
  width: 24px;
  height: 1px;
  border-radius: 0;
  background: #464646;
  opacity: 1;
  margin: 0 4px;
}
.swiper04 .swiper-pagination-04 .swiper-pagination-bullet-active {
  background: #898067;
}

.swiper05 {
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper05 .swiper-pagination-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0 !important;
  cursor: pointer;
}
.swiper05 .swiper-pagination-05 .swiper-pagination-bullet {
  width: 24px;
  height: 1px;
  border-radius: 0;
  background: #464646;
  opacity: 1;
  margin: 0 4px;
}
.swiper05 .swiper-pagination-05 .swiper-pagination-bullet-active {
  background: #898067;
}

.swiper-button-prev-05 {
  position: absolute;
  bottom: -9px !important;
  width: 20px;
  height: 20px;
  left: 172px !important;
  cursor: pointer;
}
.swiper-button-prev-05 img {
  position: absolute;
  width: 6px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next-05 {
  position: absolute;
  bottom: -9px !important;
  right: 172px !important;
  width: 20px;
  cursor: pointer;
  height: 20px;
}
.swiper-button-next-05 img {
  position: absolute;
  width: 6px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.special__ttl {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 35px;
  text-align: center;
  color: #898067;
  margin-bottom: 30px;
}

.special {
  padding: 32px 0 48px;
}
.special .reserve-btn {
  margin-top: 40px;
}

.special__day {
  display: table;
  margin: -8px auto 24px;
  position: relative;
}
.special__day:after {
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.special__day.active:after {
  width: 100%;
}
.special__day.active:before {
  width: 100%;
}

.special__inner {
  width: 660px;
  position: relative;
  margin: 0 auto 55px;
}

.special__inner-line {
  position: absolute;
  width: 100%;
  top: 8px;
  left: 0;
  height: calc(100% - 8px);
}
.special__inner-line--1 {
  width: 1px;
  height: calc(100% - 25px);
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
}
.special__inner-line--2 {
  width: 1px;
  height: calc(100% - 25px);
  background: #000;
  position: absolute;
  top: 10px;
  right: 0;
}
.special__inner-line--3 {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  left: 0;
}
.special__inner-line--4 {
  position: absolute;
  width: 240px;
  height: 1px;
  background: #000;
  top: 0;
  left: 0;
}
.special__inner-line--5 {
  position: absolute;
  width: 240px;
  height: 1px;
  background: #000;
  top: 0;
  right: 0;
}

.special__content {
  padding: 0 84px 16px;
  position: relative;
}

.special__text-1 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}

.special__text-2 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #898067;
  margin-bottom: 20px;
}

.special__date {
  background: #e2e0de;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 32px;
}

.special__info-item {
  border-bottom: 1px solid #000;
  margin-bottom: 24px;
}

.special__info-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  color: #000;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
}
.special__info-ttl:after {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #000;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.special__info-ttl:before {
  position: absolute;
  width: 1px;
  height: 15px;
  background: #000;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.special__info-ttl.is-visible:before {
  content: none;
}

.special__info-detail {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #919191;
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.7s ease, opacity 0.7s ease, padding-bottom 0.7s ease;
  transition: max-height 0.7s ease, opacity 0.7s ease, padding-bottom 0.7s ease;
}
.special__info-detail.is-active {
  opacity: 1;
  padding-bottom: 12px;
}
.special__info-detail a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  text-decoration: underline !important;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: #567895 !important;
}</pre></body></html>