@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-en);
  font-size: max(36px, 6.4rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}

.concept .common__ttl,
.menu .common__ttl {
  margin: 0;
  padding: 0 15px 0 0;
}

.common__ttl--grad {
  display: block;
  background: var(--grad-ttl);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  width: max-content;
  line-height: 1;
  padding: 0 15px;
  margin: 0 auto;
}

.common__ttl--deco {
  font-family: var(--font-serif);
  font-size: max(21px, 3.3rem);
  color: #917a18;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.5rem;
}

@media (max-width: 767px) {
  .common__ttl--deco {
    font-size: max(14px, 2.4rem);
    gap: 1.5rem;
  }
}

.common__ttl--deco::before,
.common__ttl--deco::after {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
  width: max(211px, 31.7rem);
  height: max(10px, 1.8rem);
}

.common__ttl--deco::after {
  transform: scale(-1, 1);
}

@media (max-width: 767px) {

  .common__ttl--deco::before,
  .common__ttl--deco::after {
    width: 24.6rem;
    height: 1.4rem;
  }
}

.common__btn {
  width: max(160px, 20rem);
  height: max(40px, 4.8rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--brown);
  width: 100%;
  height: 100%;
  border: solid 1px var(--white);
  font-size: max(12px, 1.4rem);
  color: var(--white);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  /* height: max(80rem, 100vh); */
  position: relative;
}

/* @media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
} */

/* .hero::before {
  content: "";
  background: linear-gradient(0deg, var(--white), #231815);
  width: 100%;
  height: 14.5rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
} */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  /* display: block; */
}



.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;
}

/*============================
	news
============================*/
.news {
  padding: 11rem 0 11.5rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 3.5rem auto 7.5rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-LINK-CONTENT {
  display: block;
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 20rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  margin-right: 1.2rem;
}

.CMS-NEWS-LINK {
  border-top: solid 1px var(--black);
  padding-top: 1rem;
  margin-top: 1rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	concept
============================*/
.concept {
  background: url("../img/concept_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 15rem 0 18.5rem;
}

.concept__contents {
  width: 104rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem 10rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.concept__txt-wrapper {
  width: 100%;
}

.concept__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0 3.5rem;
}

.concept__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.concept__img {
  width: 55.5rem;
  height: 100%;
  flex-shrink: 0;
  margin-top: 3rem;
  margin-left: -10.5rem;
}

@media (max-width: 767px) {
  .concept__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  background: url("../img/menu_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 12rem 0;
}

.menu__txt-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  width: 90%;
  padding: 7.5rem 6rem 8rem;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    width: 70rem;
    padding: 5rem 10.5rem 5.5rem 17rem;
  }
}

.menu__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 3.5rem;
}

.menu .common__btn {
  margin: 0;
}

.menu__deco {
  width: calc(100% - 6rem);
  display: flex;
  justify-content: space-between;
  position: absolute;
  transform: translateX(-50%);
  top: 3rem;
  left: 50%;
  pointer-events: none;
}

.menu__deco:nth-of-type(2) {
  top: auto;
  bottom: 3rem;
}

@media (max-width: 767px) {
  .menu__deco {
    width: 95%;
  }
}

.menu__deco::before,
.menu__deco::after {
  content: "";
  display: block;
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: max(30px, 5.5rem);
  height: max(30px, 5.5rem);
}

.menu__deco::after {
  transform: scale(-1, 1);
}

.menu__deco:nth-of-type(2)::before {
  transform: scale(1, -1);
}

.menu__deco:nth-of-type(2)::after {
  transform: scale(-1, -1);
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 11.5rem 0 10.5rem;
}

.gallery__slider {
  height: 22rem;
  margin: 5.5rem 0 6rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30rem;
}

/*============================
	store
============================*/
.store {
  padding: 7.5rem 0 8rem;
}

.store__video {
  width: 64rem;
  margin: 4.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .store__video {
    width: 90%;
  }
}

.store__video iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============================
	cast
============================*/
.cast {
  background: url("../img/cast_bg.jpg") no-repeat center / cover;
  color: var(--white);
  padding: 7rem 0 8.5rem;
}

.cast__txt-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.cast__txt-wrapper h3 {
  font-size: max(14px, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 3rem;
}

.cast__txt-wrapper p {
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 5rem 0 3.5rem;
}

/*============================
	group
============================*/
.group {
  padding: 7.5rem 0 8.5rem;
}

.group__list {
  width: 113.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.5rem 3.3rem;
  margin: 4.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .group__list {
    width: 90%;
  }
}

.group__list>li {
  background: var(--grad);
  width: 35.4rem;
  padding: 2px;
}

@media screen and (max-width: 767px) {
  .group__list>li {
    width: 100%;
  }
}

.group__list div {
  background-color: #211815;
  color: var(--white);
  padding: 3.5rem 3rem 4rem;
}

.group__list h3 {
  font-size: max(12px, 1.8rem);
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

.group__list h3::before {
  content: "";
  display: block;
  background: url("../img/group_deco-1.png") no-repeat center / contain;
  width: max(57px, 9.6rem);
  height: max(12px, 2rem);
}

.group__sns {
  width: 100%;
  max-width: max(190px, 28.5rem);
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin: 4rem auto 0;
}

.group__sns a {
  background: url("../img/group_insta-bg.jpg") no-repeat center / cover;
  font-size: max(12px, 1.5rem);
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: max(10px, 1rem) max(10px, 1.5rem);
}

.group__sns li:nth-of-type(1) a {
  background: var(--white);
  border: solid 1px #7abb96;
  color: #00cb42;
  gap: 4rem;
}

.group__sns a::before {
  content: "";
  display: block;
  background: url("../img/line.png") no-repeat center / contain;
  width: max(24px, 3.3rem);
  height: max(24px, 3.3rem);
  flex-shrink: 0;
}

.group__sns li:nth-of-type(2) a::before {
  background: url("../img/insta.png") no-repeat center / contain;
}

/* 公式サイトボタン：LINEアイコンなし・テキスト中央 */
.group__sns li:nth-of-type(1) a {
  justify-content: center;
  text-align: center;
  gap: 0;
}

.group__sns li:nth-of-type(1) a::before {
  content: none;
  display: none;
}

/*============================
	recruit
============================*/
.recruit {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
}

.recruit__txt-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  width: 90%;
  padding: 9rem 5rem 9.5rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .recruit__txt-wrapper {
    width: 64rem;
  }
}

.recruit__txt-wrapper::before,
.recruit__txt-wrapper::after {
  content: "";
  background: var(--grad);
  width: max(6px, 1rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.recruit__txt-wrapper::after {
  left: auto;
  right: 0;
}

.recruit__txt-wrapper p {
  color: var(--white);
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
  margin: 4rem 0 6.5rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 13.5rem 0 15rem;
}

.insta__contents {
  width: 88.7rem;
  margin: 6.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.9rem;
}

.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: 27.6rem;
  height: 27.6rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	access
============================*/
.access {
  background: url("../img/insta_bg.jpg") repeat center / 100% auto;
  padding: 13rem 0 15rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 12rem;
  margin: 7.5rem auto 0;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column;
  }
}

.access__img {
  width: 42.5rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
    margin: 0;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: -2.5rem 0 5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.5rem 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 var(--black);
}

@media (min-width: 768px) {
  .access__list dt:not(:last-of-type) {
    border-bottom: solid 1px var(--black);
  }
}

@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;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.top__map {
  height: 45rem;
}