@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  /*width: max-content;*/
  margin: 0 auto;
  font-size: max(20px, 3.4rem);
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.common__ttl img {
  object-fit: contain;
  height: 4rem;
}

@media (max-width: 767px) {
  .common__ttl img {
    height: 5,5rem;
  }
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl .en {
  font-size: max(12px,1.8rem);
  font-weight: 400;
  font-family: "Yuji Syuku", serif;
  letter-spacing: 0.1em;
}

.common__btn {
  width: max(223px, 22.3rem);
  height: max(55px, 5.9rem);
  margin: 0 auto;
}

.common__btn a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: max(14px,1.6rem);
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  color: #FFF;
}

.common__btn--wt a {
  color: var(--white);
}

.common__btn a span {
  background: url(../img/btn-bg.png) no-repeat center / cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.24em;
  font-family: "Yuji Syuku", serif;
}

.common__btn--bl a span {
  background-color: rgba(153, 134, 117, 0.5);
}

.common__btn--wt a span {
  color: #000;
  background-color: transparent;
  background: url(../img/btn-bg-wt.png) no-repeat center / cover;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: min(90vh,80rem);
  color: var(--black);
  padding: 0 0 0 34rem;
  position: relative;
}



@media (max-width: 767px) {
  .hero {
    height: max(250px, 40rem);
    padding: 0;
  }
}


.hero__slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}

.hero__slider .swiper-slide-active img,
.hero__slider .swiper-slide-duplicate-active img,
.hero__slider .swiper-slide-prev img {
  animation: zoomOut 7s linear both;
}

.swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 2rem;
  left: initial !important;
  right: 10% !important;
  bottom: -5rem !important;
  z-index: 10;
}

.swiper-pagination-bullet {
  background-color: #3d1c04;;
  width: max(10px, 1.3rem) !important;
  height: max(10px, 1.3rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: #d1120d;
}
@media (max-width: 767px) {
  .swiper-pagination {
    right: initial !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

/*============================
	policy
============================*/
.policy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 4rem 7.5rem;
  padding: 15.7rem 17rem 19.5rem;
  position: relative;
  background: url(../img/bg-policy-pc.png) no-repeat top center / cover;
  color: #3d1c04;
}
@media (max-width: 1000px) {
  .policy {
    padding: 15.6rem 5rem 19.5rem;
  }
}
@media (max-width: 767px) {
  .policy {
    flex-direction: column-reverse;
    padding: 25rem 5% 10rem;
    background: url(../img/bg-policy-sp.jpg) no-repeat top center / cover;
    clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  }
  .policy-deco {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 45.8rem;
    height: auto;
    z-index: 0;
    pointer-events: none;
  }
}

@media (max-width: 1000px) {
  
}
@media (max-width: 767px) {

}

.policy__txt-wrapper {
  width: 49rem;
  position: relative;
  background: url(../img/policy-txt-bg.jpg) no-repeat top center /cover;
}
.policy__txt-wrapper .policy__txt-inner {
  border: 1px solid #000;
  margin: 2rem 1.8rem;
  padding: 5.3rem 2.7rem;
}
.policy__txt-flex{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 3rem;
}
.policy .common__btn {
  margin: 3.8rem auto 0;
}
@media (max-width: 1000px) {
  .policy__txt-wrapper {
    width: initial;
  }
}
@media (max-width: 767px) {
  .policy__txt-wrapper {
    width: 100%;
  }
  .policy__txt-wrapper .policy__txt-inner {
    flex-direction: column;
  }
  .policy .common__btn {
    margin: 5rem auto 0;
  }
  .policy__txt-flex {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
}

.policy__txt-wrapper h2 {
  font-size: max(16px, 2.8rem);
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.374;
  letter-spacing: 0.05em;
  font-family: 'ab-appare';
}

.policy__txt-wrapper h2 strong {
  font-size: max(28px, 5rem);
  font-weight: 400;
}

.policy__txt-wrapper p {
  letter-spacing: 0.22em;
  line-height: 1.777;
  font-size: max(12px,1.8rem);
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Yuji Syuku", serif;
}

.policy__img {
  width: 53.3rem;
  height: 38.2rem;
  flex-shrink: 0;
  margin: 0 0 7rem 11rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy__img {
    width: 90%;
    height: auto;
    margin: 6rem 0 4rem 11rem;
  }
  .policy__txt-wrapper h2 {
    writing-mode: initial;
    text-orientation: initial;
  }
  .policy__txt-wrapper p {
    writing-mode: initial;
    text-orientation: initial;
    font-size: max(14px,1.6rem);
  }
}

.policy__img-list {
  width: 68.4rem;
  display: flex;
  height: auto;
  gap: 2.8rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .policy__img-list {
    width: 90%;
    margin: 0 auto;
  }
}

.policy__img-list li {
  position: relative;
}
.policy__img-list li img {
  object-fit: contain;
}

@media (max-width: 1000px) {

}
@media (max-width: 767px) {

}


/*============================
	menu
============================*/
.menu {
  padding: 6.2rem 0 15.7rem;
  position: relative;
  z-index: 1;
  background: url(../img/texture-1.jpg) no-repeat top center / cover;
}
.menu-deco {
  position: absolute;
  bottom: -12.7rem;
  right: 0;
  width: 49.6rem;
  height: auto;
  pointer-events: none;
}

.menu::before {
  content: "";
  background: 
    url("../img/menu-deco-top.png") no-repeat top right / contain;
  width: 56.9rem;
  height: 46rem;
  position: absolute;
  top: -16.5rem;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu::before {
    width: 34vw;
    height: 23rem;
    top: -9.5rem;
  }
  .menu-deco {
    bottom: -12.7rem;
    width: 29.6rem;
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  flex-direction: column;
  row-gap: 9rem;
  margin: 8.7rem auto 12.3rem;
}
@media (max-width: 1200px) {
  .menu__list {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    margin: 10rem auto 7rem;
  }
}

.menu__list-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4rem 0rem;
  position: relative;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 6.5rem;
  position: relative;
  color: #3d1c04;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .menu__txt-wrapper {
  }
  .menu__list-item {
    justify-content: center;
  }
  .menu__list-item {
    gap: 4rem 0rem;
  }
}
@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding: 2rem 0 0;
    width: 100%;
    writing-mode: initial;
    text-orientation: initial;
  }
  .menu__list-item {
    gap: 0;
  }
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper::after {
  right: -20.4rem;
  bottom: -8.4rem;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper {
  padding-left: 0rem;
  padding-right: 6.5rem;
}
.menu__list-item:nth-of-type(3) .menu__txt-wrapper::after {
  display: none;
}
@media (max-width: 1200px) {
  .menu__list-item:nth-of-type(odd) .menu__txt-wrapper::after {
    left: 2rem;
    bottom: -5.1rem;
  }
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper::after {
    right: 1.6rem;
    bottom: -8.4rem;
  }
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .menu__list-item:nth-of-type(2)::after {
    left: 0;
    height: 16.7rem;
  }
}
@media (max-width: 767px) {
  .menu__list-item .menu__txt-wrapper::before,
  .menu__list-item:nth-of-type(odd) .menu__txt-wrapper::before{
    width: 24rem;
    height: 34.3rem;
    left: auto;
    right: -4rem;
  }

  .menu__list-item .menu__txt-wrapper::after,
  .menu__list-item:nth-of-type(odd) .menu__txt-wrapper::after,
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper::after {
    width: 20rem;
    height: 9.4rem;
    left: -2rem;
  }

  .menu__list-item:nth-of-type(even) .menu__txt-wrapper,
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    padding: 2rem 0 0;
  }
  .menu__list-item:nth-of-type(2)::after {
    left: -6rem;
    height: 12.7rem;
    width: 9.5rem;
  }
  .menu__list-item:nth-of-type(3)::after {
    width: 14.4rem;
    height: 11rem;
    right: 0.3rem;
    top: -8.5rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 2.6rem);
  letter-spacing: -0.05em;
  margin-bottom: 2rem;
  font-family: "Yuji Syuku", serif;
}

.menu__txt-wrapper h3 strong {
  font-size: max(20px, 5rem);
  font-weight: 400;
}

.menu__txt-wrapper p {
  letter-spacing: 0em;
  line-height: 2.25;
  font-size: max(12px, 1.6rem);
  font-family: "Yuji Syuku", serif;
}

.menu__img {
  width: 64rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}
.menu__list-item:nth-of-type(odd) .menu__img::before {
  content: "";
  position: absolute;
  bottom: -7rem;
  left: -10rem;
  width: 31.5rem;
  height: 31.5rem;
  background: #e0d9c9;
  mix-blend-mode: multiply;
}
.menu__list-item:nth-of-type(even) .menu__img::before {
  content: "";
  position: absolute;
  bottom: -7rem;
  right: -10rem;
  width: 31.5rem;
  height: 31.5rem;
  background: #e0d9c9;
  mix-blend-mode: multiply;
}

@media (max-width: 1200px) {

}
@media (max-width: 767px) {
  .menu__img,
  .menu__list-item:nth-of-type(odd) .menu__img,
  .menu__list-item:nth-of-type(even) .menu__img {
    width: 100%;
    margin: 0 auto;
  }
  .menu__list-item:nth-of-type(odd) .menu__txt-wrapper {
    margin: 0 auto;
    padding: 3rem;
  }
  
  .menu__list-item:nth-of-type(even) .menu__txt-wrapper {
    margin: 0 auto;
    padding: 3rem;
  }
  .menu__txt-wrapper h3 {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .menu__txt-wrapper {
    min-width: initial;
    min-height: initial;
  }
  .menu__txt-wrapper p {
    height: initial;
    min-height: initial;
  }
  .menu__list-item:nth-of-type(odd) .menu__img::before {
    bottom: -4rem;
    left: -6rem;
    width: 27.5rem;
    height: 27.5rem;
  }
  .menu__list-item:nth-of-type(even) .menu__img::before {
    bottom: -4rem;
    right: -6rem;
    width: 27.5rem;
    height: 27.5rem;
  }
}


@media (max-width: 767px) {
}

/*============================
	news
============================*/
.news {
  padding: 14.4rem 0 6.5rem;
  position: relative;
}

.news::before {
  content: "";
  background: url("../img/news-deco.png") no-repeat center / contain;
  width: 46.7rem;
  height: 50rem;
  position: absolute;
  pointer-events: none;
}

.news::before {
  top: 0rem;
  right: 0rem;
}

.news::after {
  right: 12rem;
  bottom: 12.2rem;
}

@media (max-width: 767px) {
  .news::before,
  .news::after {
    width: 18rem;
  }

  .news::before {
    top: 5rem;
    left: 5rem;
  }

  .news::after {
    right: 5rem;
    bottom: 2rem;
  }
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: flex;
  gap: 6rem 2.6rem;
  margin: 3.6rem auto 9rem;
  position: relative;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    flex-direction: column;
  }
}


@media (max-width: 767px) {
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
  width: 32rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-LINK-CONTENT {
    width: 100%;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  letter-spacing: 0.05em;
  font-size: max(12px,1.4rem);
  font-weight: 400;
  font-family: "Yuji Syuku", serif;
}

.CMS-NEWS-LINK {
  line-height: 2.5;
  font-size: max(14px,1.6rem);
  border-top: 0.5px solid var(--black);
  margin-top: 1rem;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/bg-gallery.jpg) no-repeat top left / cover;
  padding: 9.5rem 0 11.3rem;
  position: relative;
  z-index: 0;
}
.gallery-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.9rem;
  height: auto;
}
@media (max-width: 767px) {
}

.gallery__slider {
  margin: 9.4rem 0 7.7rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 28rem;
  margin: 0 0.6rem;
}

@media (max-width: 767px) {
  .gallery__slider .swiper-slide {
    width: 30rem;
  }
}

/*============================
	access
============================*/
.access {
  padding: 8.3rem 0 0;
  position: relative;
}
.access-deco {
  position: absolute;
  top: 11.1rem;
  right: 14.6rem;
  width: 30rem;
  height: initial;
}

@media (max-width: 767px) {
  .access-deco {
    top: 5rem;
    right: 1rem;
    width: 20rem;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 5rem;
  margin: 7.6rem auto 10rem;
  position: relative;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2.7rem;
}

@media (max-width: 767px) {
  .access__list {
    margin-top: 0;
  }
}

.access__list dt,
.access__list dd {
  font-family: "Yuji Syuku", serif;;
  letter-spacing: 0.05em;
  padding: 2.6rem 1.6rem;
  font-size: max(14px,1.6rem);
}

.access__list dt {
  width: max(75px, 10rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 10rem));
}

.access__list dd:not(:last-of-type) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    padding: 2rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 2rem;
  }
}

.access__img {
  width: 49.8rem;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}


@media (max-width: 767px) {

}

.access__map {
  width: 100%;
  height: 37.1rem;
  margin: 0 auto;
}

.access .common__btn {
  margin: 0 auto 11rem;
}
@media (max-width: 767px) {
  .access__map {
    height: 36rem;
  }
  .access .common__btn {
    margin: 5rem auto ;
  }
  .access__contents {
    margin: 7.8rem auto 5.2rem;
  }
}

/*============================
	sister
============================*/
.sister {
  background: url("../img/bg-sister.jpg") no-repeat center / cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3.2rem;
  padding: 6.3rem 3rem 4.4rem;
  margin: 13.4rem auto 13.2rem;
  width: 110rem;
  color: #FFF;
}
.sister p {
  font-size: max(14px, 1.6rem);
  letter-spacing: 0.1em;
  line-height: 1.275;
  text-align: center;
}
@media (max-width: 767px) {
  .sister {
    width: 90%;
  }
}
/*  ----------------------------------------------------------

instagram

----------------------------------------------------------  */
.top-insta {
  background: url(../img/bg-insta.jpg) no-repeat center bottom / cover;
  padding: 11.9rem 0 18rem 0;
  position: relative;
}
.insta-deco-1 {
  position: absolute;
  top: 6rem;
  right: 7.2rem;
  width: 37.1rem;
  height: auto;
  mix-blend-mode: multiply;
}
.insta-deco-2 {
  position: absolute;
  bottom: 6.2rem;
  left: 6.7rem;
  width: 35.3rem;
  height: auto;
  mix-blend-mode: multiply;
}
.top-insta .heading-1 {
  margin-bottom: 2.7rem;
}

.top-insta .wrap {
  width: 86.9rem;
  margin: 7rem auto 0;
  position: relative;
  z-index: 1;
}

.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.CMS-INSTAGRAM-LIST>* {
  width: calc((100% - 4rem) / 3);
  margin-right: 2rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(3n) {
  margin-right: 0;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 4) {
  margin-top: 2rem;
}

.CMS-INSTAGRAM-LIST>*:nth-of-type(n + 7) {
  display: none;
}

.insta-deco1 {
  position: absolute;
  right: 11.2rem;
  top: 9.7rem;
  width: 27.5rem;
  height: initial;
  pointer-events: none;
}
.insta-deco2 {
  position: absolute;
  left: 10.2rem;
  bottom: 12.5rem;
  width: 27.5rem;
  height: initial;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .top-insta {
      padding: 10rem 0 6rem 0;
  }
  .insta-deco-1 {
    top: 3rem;
    right: 3.2rem;
    width: 16.1rem;
  }
  .insta-deco-2 {
    bottom: 1.2rem;
    left: 0.7rem;
    width: 16.3rem;
  }

  .top-insta .wrap {
      width: auto;
      padding: 0 3rem;
  }
  .insta-deco1 { 
    top: 5rem;
    right: 3rem;
    width: 15rem;
  }
  .insta-deco2 { 
    bottom: 1rem;
    left: 3rem;
    width: 15rem;
  }
}
