@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: "Bodoni Moda", serif;
  font-size: max(32px, 4.8rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.common__ttl.left {
  align-items: flex-start;
}


.common__btn {
  width: max(150px, 21rem);
  margin: 0 auto;
}
.common__btn.left {
  margin-left: 0;
}
@media (max-width: 767px) {
.common__btn {
    width: max(190px, 21rem);
  }
  .common__btn.left {
    margin: 0 auto;
  }
}





/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

/* .hero::before,
.hero::after {
  content: "";
  position: absolute;
}

.hero::before {
  background: url("../img/hero_bg.png") no-repeat center / cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  z-index: 2;
}

.hero::after {
  width: 95%;
  height: 92%;
  border: solid 3px var(--white);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 2;
} */

.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;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.hero__scroll {
  /* font-family: var(--font-en); */
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 4%;
  z-index: 100;
}

@media (max-width: 767px) {
  .hero__scroll {
    display: none;
  }
}

.hero__scroll::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 3px;
  height: max(80px, 10rem);
  margin-right: 1rem;
  animation: scroll 2.5s infinite;
}

/*============================
	policy
============================*/
.policy {
  background: url(../img/back-concept.jpg) no-repeat center top / cover;
  padding: 21rem 0 17.5rem;
}

@media (max-width: 767px) {
  .policy {
    padding: 13rem 0;
  }
}

.policy__contents {
  width: 100%;
  padding-left: 17rem;
  display: flex;
  gap: 4rem 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    padding-left: 0;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  flex-basis: 43%;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .policy__txt-wrapper {
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  .policy__txt-wrapper {
    padding-top: 0;
  }
}

.policy__txt-wrapper h2 {
  font-family: "Bodoni Moda", serif;
  font-size: max(37px, 6.4rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  margin-bottom: 4rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h2 {
  }
}

.policy__txt-wrapper h3 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.52;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .policy__txt-wrapper h3 {
  }
}

.policy__txt-wrapper h3 strong {
  font-size: max(30px, 5.6rem);
  font-weight: 700;
  color: var(--pink);
}

.policy__txt-wrapper p {
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 2.25;
  margin-bottom: 5.5rem;
}

.policy .common__btn {
  margin: 3rem auto 0 -1rem;
}

@media (max-width: 767px) {
  .policy .common__btn {
    margin: 3rem auto 0;
  }
}

.policy__img {
  flex: 1;
  height: 100%;
  flex-shrink: 0;
  margin: 0 -4.4rem 0 0;
}

@media (max-width: 767px) {
  .policy__img {
    margin: 0;
    margin-bottom: 2rem;
  }
}

/*============================
	menu
============================*/
.menu {
  background: url(../img/back-menu.jpg) no-repeat center top / cover;
  padding: 21rem 0 20rem;
  position: relative;
}
@media (max-width: 767px) {
  .menu {
    background: url(../img/back-menu_sp.jpg) no-repeat center top / cover;
    padding: 10rem 0 12rem;
  }
}

.menu__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem;
  margin: 0 auto 9rem;
}
.menu__contents2_wrap {
  width: 110rem;
  margin: 0 auto 6.5rem;
}
.menu__contents2_wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5rem;
}
.menu__contents2 {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;      
  gap: 3rem;
}
@media (max-width: 1000px) {
  .menu__contents {
    width: 117rem;
  }
  .menu__contents2_wrap {
    width: 117rem;
  }
}
@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
  .menu__contents2_wrap {
    width: 90%;
    flex-direction: column-reverse;
    margin: 0 auto 10rem;
  }
  .menu__contents2_wrap > div {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
}

.menu__txt-wrapper {
  flex-basis: 47.5%;
}

@media (max-width: 767px) {
  .menu__txt-wrapper {
    padding-top: 0;
  }
}

.menu h2 {
  font-family: "Bodoni Moda", serif;
  font-size: max(37px, 6.4rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  margin-bottom: 3.5rem;
}
.menu_ttl {
  font-family: "Ewert", serif;
  font-size: max(27px, 4.4rem);
  letter-spacing: 0.01em;
  margin-bottom: 1rem;
}
.menu__txt-wrapper h3 {
  font-size: max(13px, 2rem);
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: 0.18em;
  line-height: 1.98;
}

.menu__contents2_wrap h3 {
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.67;
}
@media (max-width: 950px) {
  /* .menu__txt-wrapper h3 br {
    display: none;
  } */
  .menu__contents2_wrap h3 br {
    display: none;
  }
}

.menu__txt-wrapper h3 strong {
  font-size: max(30px, 5.6rem);
  font-weight: 700;
  color: var(--pink);
}

.menu__txt-wrapper p {
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 2.25;
}


.menu__img {
  flex: 1;
  height: 100%;
  flex-shrink: 0;
}
.menu__contents2_wrap .menu__img {
  width: 100%;
}
.menu__contents2_wrap .menu__img img {
  width: 100%;
  height: auto;
  object-fit: inherit;
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 5rem 0 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: url(../img/back-gallery.jpg) no-repeat center top / cover;
  padding: 12.5rem 0 12.5rem;
}

.gallery__slider-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin: 6.3rem 0 7.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.2rem;
  margin: 0 0.7rem;
}

/*============================
	access
============================*/
.access {
  background: url(../img/back-access.jpg) no-repeat center top / cover;
}

/* .access__ttl-wrapper {
  background: url("../img/access_bg-1.jpg") no-repeat center / cover;
  padding: 15.2rem 0 5rem;
} */

.access__inner {
  /* background: url("../img/access_bg-2.jpg") no-repeat top left / cover; */
  /* width: 100%;
  height: 100%; */
  padding: 19.5rem 0 19.5rem;
}

@media (max-width: 767px) {
  .access__inner {
  background: url(../img/back-menu_sp.jpg) no-repeat center top / cover;
    padding: 14rem 0;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem 5.7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access .common__ttl {
  margin-bottom: 3rem;
}

.access__list {
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  width: max(75px, 11.3rem);
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.3rem 0 2.36rem 1.5rem;
}
.access__list dt:last-of-type {
  border-bottom: none;
}

.access__list dd {
  width: calc(100% - max(75px, 11.3rem));
  border-bottom: solid 1px #aaa;
  padding: 2.3rem 1.6rem;
  line-height: 1.7;
}
.access__list dd:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px #aaa;
  }

  /* .access__list dt:first-of-type {
    border-top: solid 1px #aaa;
  }

  .access__list dd:first-of-type {
    border-top: solid 1px #aaa;
  } */
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
  }

  .access__list dt {
    display: block;
    padding: 3rem 1.6rem 1rem;
  }

  .access__list dd {
    padding: 0 1.6rem 3rem;
    position: relative;
  }

  /* .access__list dd::before {
    content: "";
    background-color: var(--pink);
    width: 25%;
    height: 2px;
    position: absolute;
    transform: translateY(50%);
    left: 0;
    bottom: 0;
  } */
}

.access .common__btn {
  margin: 5.2rem 0 0;
}

@media (max-width: 767px) {
  .access .common__btn {
    margin: 5.2rem auto 0;
  }
}

.access__img {
  width: 49.3rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: 9rem;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

.access__map {
  width: 100%;
  height: 42rem;
  
}
.access__map iframe {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.access__map iframe:hover {
  filter: grayscale(0%);
}
@media (max-width: 767px) {
  .access__map {
    height: 60rem;
    max-height: 400px;
  }
}







/*============================
	insta
============================*/
.insta {
  background: url(../img/back-insta.jpg) no-repeat center top / cover;
  padding: 13rem 0 12rem;
}

.insta__contents {
  width: 84.4rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 3.2rem;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }
}

.CMS-INSTAGRAM-LIST img {
  width: 26rem;
  height: 26rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
  background: url(../img/back-news.jpg) no-repeat center top / cover;
  color: #fff;
  padding: 16.3rem 0 15.3rem;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 3rem;
    margin: 0 auto;
    margin-top: 5.5rem;
    margin-bottom: 3rem;
    /* padding: 0 5.5%; */
    width: 110rem;
}
.CMS-NEWS-INDEX {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 8rem;
    position: relative;
    margin-bottom: 8rem;
    position: relative;
}
.top-news .CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 1rem;
}
.CMS-NEWS-INDEX::after {
    content: "";
    width: 31.5%;
    margin-bottom: 4rem;
}


.CMS-NEWS-INDEX > * {
    width: 31.5%;
    margin-bottom: 5rem;
}
.top-news .CMS-NEWS-INDEX > * {
    margin-bottom: 0;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
.CMS-NEWS-TIME {
    font-size: max(12px, 1.25rem);
    margin: 3rem 0 max(8px, 0.6rem) 0;
    line-height: 1;
	color: #fff;
    border-bottom: 0.05rem solid #fff;
    padding-bottom: max(12px, 1rem);
}
.CMS-NEWS-LINK {
    font-size: max(14px, 1.6rem);
    line-height: 1.6;
	color: #fff;
}
.CMS-NEWS-INDEX > * img {
    height: 24rem;
    width: 100%;
    object-fit: cover;  
}

/* read more */
.CMS-NEWS-MORE-READ {
    background: #b40000;
    border:none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 1.8rem 0;
    font-size: 1.5rem;
    font-weight: bold;
	/* font-weight: bold; */
    color: #fff;
    text-align: center;
    /* margin: 4rem auto 0 auto; */
    width: 22rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}

/* detail */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}
.CMS-NEWS-TITLE:after {
    border-bottom: solid 3px var(--red);
    bottom: -3px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 2rem auto;
}

@media screen and (max-width: 767px) {
  .top-news {
    padding: 13rem 0;
  }
    .top-news .CMS-NEWS-INDEX {
        margin-top: 8.5rem;
        margin-bottom: 5rem;
        width: 90%;
    }    
    .CMS-NEWS-INDEX {
        display: block;
        margin-bottom: -4rem;
        padding-bottom: 12rem;
    }
    .CMS-NEWS-INDEX > * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem;        
    }
    .top-news .CMS-NEWS-INDEX > * {
        margin-bottom: 4rem;
    }    
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
    .CMS-NEWS-INDEX > * img {
      height: max(190px, 37rem);
    }
}






.sister {
  background: url(../img/back-sister.jpg) no-repeat center top / cover;
  padding: 9.5rem 0;
}
.sister p {
  text-align: center;
  font-size: max(17px, 2.54rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.13em;
  padding: 3.5rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .sister .common__ttl {
    letter-spacing: 0.08em;
  }
}

