@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}

.common__ttl span {
  font-family: var(--font-en);
  font-size: max(24px, 4rem);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.common__ttl span::first-letter {
  color: var(--red);
}

.common__ttl::before {
  content: "";
  display: block;
  background: url("../img/ttl_deco.png") no-repeat center / contain;
}

.common__btn {
  width: max(160px, 23.5rem);
  height: max(40px, 5.3rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background-color: var(--red);
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding-left: 2.5rem;
  position: relative;
}

.common__btn a::after {
  content: "";
  display: block;
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(16px, 2.2rem);
  height: max(16px, 2.2rem);
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  padding-top: max(60px, 11.5rem);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    padding-top: max(60px, 8rem);
  }
}

.hero::before {
  content: "";
  background-color: var(--yellow);
  width: 30rem;
  height: calc(100% + 28.5rem);
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}

.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;
}

.hero .swiper-pagination {
  width: max-content !important;
  display: flex;
  column-gap: 12px;
  transform: translateX(-50%) !important;
  left: 50% !important;
  bottom: 15px !important;
  z-index: 10;
}

.hero .swiper-pagination-bullet {
  background-color: var(--white);
  width: max(8px, 1.1rem) !important;
  height: max(8px, 1.1rem) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}

.hero .swiper-pagination-bullet-active {
  background-color: var(--yellow);
}

/*============================
	news
============================*/
.news {
  padding: 12rem 0 10rem;
}

.CMS-NEWS-INDEX {
  width: 101.2rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 2.6rem;
  margin: 6rem 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__contents {
  width: 110rem;
  display: flex;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .concept__contents {
    width: 90%;
    flex-direction: column-reverse;
    row-gap: 4rem;
  }
}

.concept__txt-wrapper {
  background-color: var(--yellow);
  width: 100vw;
  height: 100%;
  padding: 8rem 8%;
  margin-left: calc(50% - 50vw);
}

@media (min-width: 768px) {
  .concept__txt-wrapper {
    width: 74rem;
    padding: 14rem 14rem 14rem 17rem;
  }
}

.concept__ttl {
  font-family: var(--font-rock);
  font-size: max(16px, 2.7rem);
  font-weight: 400;
  letter-spacing: 0.1em;
}

.concept__ttl span {
  display: block;
  font-family: var(--font-en);
  font-size: max(36px, 6.4rem);
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.concept__txt-wrapper p {
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 3rem 0 7rem;
}

@media (min-width: 768px) {
  .concept .common__btn {
    margin: 0;
  }
}

.concept__img {
  width: 78.8rem;
  position: absolute;
  right: -9rem;
  bottom: -7.5rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .concept__img {
    display: block;
    width: 100%;
    position: static;
  }
}

/*============================
	menu
============================*/
.menu {
  padding: 21.5rem 0 11rem;
  position: relative;
}

.menu::before,
.menu::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 29.6rem;
  height: 50.6rem;
  top: 11.5rem;
  right: 0;
}

.menu::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 32.2rem;
  height: 34.4rem;
  top: 20rem;
  left: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .menu::before {
    width: 21rem;
    height: 35.9rem;
  }

  .menu::after {
    width: 25rem;
    height: 26.7rem;
    top: 25rem;
  }
}

.menu__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 9rem auto 0;
  position: relative;
}

@media (max-width: 767px) {
  .menu__contents {
    width: 90%;
    flex-direction: column-reverse;
    margin: 10rem auto 0;
  }
}

.menu__contents::before {
  content: "";
  background: url("../img/menu_txt-deco.png") no-repeat center / contain;
  width: 42.5rem;
  height: 28.4rem;
  position: absolute;
  top: 1rem;
  right: -5px;
  pointer-events: none;
}

@media (max-width: 767px) {
  .menu__contents::before {
    width: 32rem;
    height: 21.4rem;
    top: -13rem;
    right: -5rem;
  }
}

.menu__txt-wrapper {
  background-color: var(--yellow);
  width: 100%;
  height: 100%;
  padding: 5rem 5rem 6rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    padding: 6.5rem 5rem 7rem;
    margin: 26.5rem 0 0 -7.5rem;
  }
}

.menu__txt-wrapper::before {
  content: "";
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: dashed 2px var(--black);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.menu__txt-wrapper h3 {
  font-family: var(--font-rock);
  font-size: max(16px, 2.6rem);
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.menu__txt-wrapper p {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}

.menu__img {
  width: 81rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .menu__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-2);
  padding: 11rem 0 9.5rem;
}

.gallery__slider {
  height: 20rem;
  margin: 7.5rem 0 10.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 30rem;
  margin: 0 0.5rem;
}

/*============================
	sns
============================*/
.sns {
  padding: 12.5rem 0;
}

.sns__list {
  width: max(600px, 87.8rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sns__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.sns__list li a {
  display: block;
  background: url("../img/sns_insta-bg.jpg") no-repeat center / cover;
  width: 100%;
  height: max(75px, 10rem);
  padding: 5px;
}

.sns__list li:nth-of-type(2) a {
  background: var(--black);
}

.sns__list span {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  font-size: max(14px, 2.2rem);
  letter-spacing: 0.1em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
}

.sns__list li span::before {
  content: "";
  display: block;
  background: url("../img/sns_insta.png") no-repeat center / contain;
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
}

.sns__list li:nth-of-type(2) span::before {
  background: url("../img/sns_x.png") no-repeat center / contain;
  width: 5rem;
  height: 5rem;
}

/*============================
	access
============================*/
.access {
  border-top: solid 2.4rem var(--yellow);
  padding: 19rem 0;
}

@media (min-width: 768px) {
  .access .common__ttl {
    width: max-content;
  }
}

.access__contents {
  width: 110rem;
  display: flex;
  gap: 8rem 7rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: 4.5rem 0;
}

.access__list dt,
.access__list dd {
  padding: 2.8rem 0;
}

.access__list dt {
  width: max(75px, 11rem);
  font-weight: 400;
}

.access__list dd {
  width: calc(100% - max(75px, 11rem));
  position: relative;
}

@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__list dd:not(:last-of-type):before {
  content: "";
  background-image: linear-gradient(to right, var(--yellow) 8px, transparent 4px);
  background-size: 12px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  width: calc(100% + max(75px, 13rem));
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.access__map {
  width: 70rem;
  height: 66rem;
  flex-shrink: 0;
  margin-right: calc(50% - 50vw);
}

@media (max-width: 767px) {
  .access__map {
    width: 100%;
    height: 50rem;
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-2);
  padding: 13rem 0 18rem;
  position: relative;
  overflow: hidden;
}

.insta::before {
  content: "";
  background: url("../img/insta_deco.png") no-repeat center / contain;
  width: 48.4rem;
  height: 49.4rem;
  position: absolute;
  top: 8rem;
  right: 3rem;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .insta::before {
    width: 36rem;
    height: 36.7rem;
    top: 16rem;
    right: 1rem;
  }
}

.insta__contents {
  width: 92.1rem;
  margin: 11rem auto 0;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 2.8rem;
}

.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: 28.8rem;
  height: 28.8rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}

/*============================
	shop,company
============================*/
.shop {
  background: url("../img/shop_bg.jpg") no-repeat center left 30% / cover;
  padding: 9.5rem 0 7.5rem;
}

.company {
  background: url("../img/company_bg.jpg") no-repeat center / cover;
  padding: 9.5rem 0 7.5rem;
}

.company__inner,
.shop__inner {
  width: 110rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .company__inner,
  .shop__inner {
    width: 90%;
  }
}

.company__txt-wrapper,
.shop__txt-wrapper {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .company__txt-wrapper,
  .shop__txt-wrapper {
    width: max(240px, 45rem);
  }
}

.company__txt-wrapper p,
.shop__txt-wrapper p {
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 3rem 0 5.5rem;
}
