@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-en);
  font-size: 11rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
}

.common__ttl::first-letter {
  color: var(--orange);
}

.common__ttl--red::first-letter {
  color: var(--red);
}

.common__ttl--y::first-letter {
  color: var(--yellow);
}

.gallery .common__ttl,
.gallery .common__ttl::first-letter {
  color: var(--white);
}

.common__btn {
  width: max(240px, 43rem);
  height: max(50px, 9rem);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.common__btn a {
  background: url("../img/btn_bg.png") no-repeat center / cover;
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  font-family: var(--font-en);
  font-size: max(16px, 2.4rem);
  color: var(--yellow);
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  filter: drop-shadow(0 0.4rem 1rem rgba(36, 11, 11, 0.25));
}

.common__btn a::after {
  content: "";
  background: url("../img/btn_arw.png") no-repeat center / contain;
  width: max(14px, 2.3rem);
  height: max(13.4px, 2.2rem);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 4rem;
  pointer-events: none;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: max(90rem, 100vh);
  margin-top: max(110px, 17.3rem);
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
    margin-top: 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;
}

/*============================
	policy
============================*/
.policy {
  padding: 8rem 0 11.5rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 8rem 0 20rem;
    position: relative;
  }
}

.policy__contents {
  width: 128rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    padding-top: 5.5rem;
  }
}

.policy__txt-wrapper::before {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 49.7rem;
  height: 23rem;
  position: absolute;
  top: -1.5rem;
  right: -21rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt-wrapper::before {
    width: 36rem;
    height: 16.6rem;
    right: -2rem;
  }
}

.policy__txt-wrapper h2 {
  font-size: max(24px, 4.8rem);
  font-weight: 900;
}

.policy__txt-wrapper h2 span {
  display: block;
  font-family: var(--font-en);
  font-size: max(36px, 7.2rem);
  font-weight: 800;
  text-transform: capitalize;
}

.policy__txt-wrapper h2 span::first-letter {
  color: var(--red);
}

.policy__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 2rem 0 3.5rem;
}

@media (min-width: 768px) {
  .policy__txt-wrapper p {
    padding-right: 6rem;
  }

  .policy .common__btn {
    margin: 0;
  }
}

.policy__img {
  width: 78rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  filter: drop-shadow(0.5rem 0.5rem 3rem rgba(0, 0, 0, 0.35));
}

@media (max-width: 767px) {
  .policy__img {
    width: 105%;
  }
}

.policy__txt {
  font-family: var(--font-en);
  font-size: 20rem;
  font-weight: 800;
  color: #ddc6a3;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -3rem;
  pointer-events: none;
  z-index: -1;
}

@media (max-width: 767px) {
  .policy__txt {
    font-size: 11rem;
    right: 0;
  }
}

/*============================
	menu
============================*/
.menu {
  background: var(--bg-3);
  color: var(--white);
  padding: 13.5rem 0;
}

.menu__list {
  width: 128rem;
  display: flex;
  flex-direction: column;
  row-gap: 13rem;
  margin: 0 auto 9rem;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
  }
}

.menu__list-item {
  display: flex;
  gap: 4rem 9.5rem;
}

.menu__list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .menu__list-item,
  .menu__list-item:nth-of-type(even) {
    flex-direction: column-reverse;
  }
}

.menu__txt-wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .menu__txt-wrapper {
    height: 100%;
  }
}

.menu__txt-wrapper::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.menu__list-item:nth-of-type(1) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-1.png") no-repeat center / contain;
  width: 92.8rem;
  height: 40.4rem;
  left: -21rem;
  bottom: -27rem;
}

.menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
  background: url("../img/menu_txt-deco-2.png") no-repeat center / contain;
  width: 75.1rem;
  height: 43.5rem;
  mix-blend-mode: multiply;
  left: -8rem;
  bottom: -35rem;
}

@media (max-width: 767px) {
  .menu__list-item:nth-of-type(1) .menu__txt-wrapper::before {
    width: 70rem;
    height: 30.4rem;
    left: 0;
    bottom: -20rem;
  }

  .menu__list-item:nth-of-type(2) .menu__txt-wrapper::before {
    width: 55rem;
    height: 31.8rem;
    left: auto;
    right: -2rem;
    bottom: -15rem;
  }
}

.menu__txt-wrapper .common__ttl {
  text-align: left;
}

.menu__list-item:nth-of-type(even) .menu__txt-wrapper .common__ttl {
  text-align: right;
}

.menu__txt-wrapper h4 {
  font-size: max(20px, 3.8rem);
  font-weight: 700;
  margin-top: 3rem;
}

.menu__txt-wrapper p {
  letter-spacing: 0.05em;
  line-height: 3;
  margin: 4rem 0 5rem;
}

@media (min-width: 768px) {
  .menu .common__btn {
    margin: 0;
  }
}

.menu__img {
  width: 79.4rem;
  height: 100%;
  flex-shrink: 0;
  filter: drop-shadow(0 0.4rem 1rem rgba (36, 11, 11, 0.5));
}

.menu__list-item:nth-of-type(odd) .menu__img {
  margin-right: -11.5rem;
}

.menu__list-item:nth-of-type(even) .menu__img {
  margin-left: -11.5rem;
}

@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;
  }
}

.delivery__list {
  width: 110rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin: 4rem auto 0;
}

@media (max-width: 767px) {
  .delivery__list {
    width: 90%;
    grid-template-columns: 1fr;
  }
}

.delivery__list a {
  background-color: var(--red);
  font-size: max(18px, 3rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0;
}

.delivery__list li:nth-of-type(2) a {
  background-color: #06c167;
  font-family: var(--font-en);
  font-weight: 800;
}

.delivery__list a img {
  width: 50rem;
}

/*============================
	gallery
============================*/
.gallery {
  padding-bottom: 12rem;
}

.gallery__ttl-wrapper {
  background: url("../img/gallery_ttl-bg.jpg") no-repeat center / cover;
  height: 42.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery__slider {
  height: 36.4rem;
  margin-bottom: 5.5rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 36.4rem;
}

/*============================
	news
============================*/
.news {
  background: var(--bg-4);
  color: var(--white);
  padding: 8rem 0 13rem;
}

.CMS-NEWS-INDEX {
  width: 110rem;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  margin: 4.5rem auto 6rem;
}

@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: 21rem;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.CMS-NEWS-LINK,
.CMS-NEWS-TIME {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.05em;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	access
============================*/
.access {
  padding: 10rem 0 12rem;
}

.access__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem 13rem;
  margin: 0 auto 5.5rem;
}

@media (max-width: 767px) {
  .access__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.access__txt-wrapper {
  padding-top: 2rem;
}

.access .common__ttl {
  text-align: right;
  margin-bottom: 6.5rem;
}

.access__list {
  border-top: solid 1px var(--black);
  display: flex;
  flex-wrap: wrap;
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
}

.access__list dt {
  background: var(--bg-1);
  width: max(75px, 11.5rem);
  font-weight: 700;
  padding: 2.4rem 0;
  position: relative;
}

.access__list dd {
  width: calc(100% - max(75px, 11.5rem));
  border-bottom: solid 1px var(--black);
  padding: 2.4rem;
}

@media (min-width: 768px) {
  .access__list dt {
    border-bottom: solid 1px var(--black);
    text-align: center;
  }
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    width: 100%;
    padding: 2rem;
  }
}

.access__list dt::before {
  content: "";
  background-color: #ddc6a3;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.access__img {
  width: 44rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.top__map {
  height: 45rem;
}

/*============================
	insta
============================*/
.insta {
  background: var(--bg-3);
  padding: 11.5rem 0 13rem;
}

.insta__contents {
  width: 110rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}

.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: 34rem;
  height: 34rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .CMS-INSTAGRAM-LIST img {
    width: 100%;
    height: auto;
  }
}
