@charset "UTF-8";

/*============================
	common
============================*/
.common__ttl {
  font-family: var(--font-lob);
  font-size: max(36px, 6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  position: relative;
  z-index: 2;
}

.common__ttl--wt {
  color: var(--white);
}

.common__ttl::before {
  content: "Crazy Garlic Shrimp";
  display: block;
  font-size: max(16px, 2.4rem);
  color: #b11331;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}

.common__ttl--wt::before {
  color: #f8b62c;
}

.common__btn {
  width: max(200px, 32rem);
  height: max(45px, 6.3rem);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.common__btn a {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  font-size: max(12px, 1.8rem);
  font-weight: 600;
  color: var(--white);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.common__btn a::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: max(8px, 1.2rem);
  height: max(12px, 1.8rem);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 4rem;
}

/*============================
	hero
============================*/
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero::before {
  content: "";
  background: linear-gradient(180deg, rgba(207, 37, 69, 0), rgba(207, 37, 69, 1));
  width: 100%;
  height: 6rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.hero__video {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============================
	policy
============================*/
.policy {
  color: var(--white);
  padding: 18rem 0 19rem;
  position: relative;
}

@media (max-width: 767px) {
  .policy {
    padding: 10rem 0 18rem;
  }
}

.policy::before {
  content: "";
  background: url("../img/policy_deco-1.png") no-repeat center / contain;
  width: 97.8rem;
  height: 98rem;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy::before {
    width: 70rem;
    height: 70.1rem;
  }
}

.policy__contents {
  width: 110rem;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .policy__contents {
    width: 90%;
    flex-direction: column-reverse;
  }
}

.policy__txt-wrapper {
  padding-top: 9rem;
  position: relative;
}

@media (min-width: 768px) {
  .policy__txt-wrapper {
    height: 100%;
    padding-top: 14.5rem;
  }
}

.policy__ttl {
  font-family: var(--font-en);
  font-size: 15rem;
  font-weight: 400;
  color: #f8b62c;
  line-height: 1;
  opacity: 0.8;
  position: absolute;
  transform: rotate(-10deg);
  top: -2rem;
  left: -12.5rem;
  z-index: 2;
}

@media (max-width: 767px) {
  .policy__ttl {
    font-size: 12rem;
    top: -2rem;
    left: 0;
  }
}

.policy__txt {
  background-color: rgba(207, 37, 69, 0.9);
  width: 100%;
  padding: 5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .policy__txt {
    height: 100%;
    padding: 5rem 3rem 5rem 5rem;
  }
}

.policy__txt::before {
  content: "";
  background: url("../img/policy_deco-2.png") no-repeat center / contain;
  width: 38.8rem;
  height: 46rem;
  position: absolute;
  top: -28rem;
  right: -17rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .policy__txt::before {
    width: 28rem;
    height: 33.2rem;
    top: -18rem;
    right: -4rem;
  }
}

.policy__txt h3 {
  font-size: max(18px, 3rem);
  font-weight: 700;
  margin-bottom: 2.5rem;
}

.policy__txt p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}

.policy__img {
  width: 84.7rem;
  height: 100%;
  flex-shrink: 0;
  margin-left: calc(50% - 50vw);
  margin-right: -9.5rem;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
    margin: 0;
  }
}

/*============================
	insta
============================*/
.insta {
  padding: 16rem 0;
  position: relative;
}

.insta::before {
  content: "";
  background: linear-gradient(0deg, rgba(207, 37, 69, 0), rgba(207, 37, 69, 1));
  width: 100%;
  height: 20rem;
  position: absolute;
  transform: translateY(100%);
  bottom: 1px;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.insta__inner {
  background: url("../img/insta_bg.jpg") no-repeat center / cover;
  width: 128rem;
  border: solid max(3px, 0.6rem) var(--brown);
  padding: 10rem 0 18rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta__inner {
    width: 90%;
  }
}

.insta__contents {
  width: 110rem;
  margin: 9rem auto 18rem;
}

@media screen and (max-width: 767px) {
  .insta__contents {
    width: 90%;
    margin: 9rem auto 12rem;
  }
}

.CMS-INSTAGRAM-LIST {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem 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;
  }
}

.tiktok__contents {
  background: url("../img/tiktok_bg.jpg") no-repeat center / cover;
  width: 80rem;
  height: 30rem;
  border-radius: 2rem;
  filter: drop-shadow(0.8rem 0.8rem 0.8rem rgba(1, 1, 1, 0.3));
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .tiktok__contents {
    width: 80%;
    height: 25rem;
  }
}

.tiktok__contents a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tiktok__contents a img {
  width: 46rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .tiktok__contents a img {
    width: max(180px, 36rem);
  }
}

/*============================
	menu
============================*/
.menu {
  color: var(--white);
  position: relative;
}

.menu__inner {
  position: relative;
  z-index: 1;
}

.menu__inner::before,
.menu__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.menu__inner::before {
  background: url("../img/menu_deco-1.png") no-repeat center / contain;
  width: 144rem;
  height: 94.6rem;
  top: 0;
  left: 0;
}

.menu__inner::after {
  background: url("../img/menu_deco-2.png") no-repeat center / contain;
  width: 76.3rem;
  height: 67.7rem;
  left: 0;
  bottom: -4rem;
}

@media (max-width: 767px) {
  .menu__inner::before {
    width: 90rem;
    height: 59.1rem;
    top: 15rem;
  }

  .menu__inner::after {
    width: 40rem;
    height: 35.5rem;
    bottom: -4rem;
  }
}

.menu__warning {
  display: flex;
  gap: 1.5rem;
  margin: 3rem auto 0;
}

@media screen and (max-width: 767px) {
  .menu__warning {
    width: 90%;
    flex-direction: column;
    margin: 3rem auto 10rem;
  }
}

.menu__deco {
  display: block;
  width: 55.3rem;
  height: 100%;
  flex-shrink: 0;
  margin: -24.5rem 0 -4rem;
}

@media screen and (max-width: 767px) {
  .menu__deco {
    width: 40rem;
    margin: -16rem 0 -15rem -8rem;
  }
}

.menu__warning-txt {
  height: 100%;
  color: #f8b62c;
  white-space: nowrap;
  transform: rotate(-10deg);
}

.menu__warning-txt h3 {
  font-family: var(--font-en);
  font-size: 15rem;
  font-weight: 400;
  line-height: 1.3;
  margin-left: -2.5rem;
}

@media screen and (max-width: 767px) {
  .menu__warning-txt h3 {
    font-size: 12rem;
  }
}

.menu__warning-txt p {
  font-family: var(--font-lob);
  font-size: max(16px, 2.5rem);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .menu__warning-txt p {
    font-size: max(12px, 2.4rem);
  }
}

.menu__list {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  gap: 8rem 6rem;
  margin: 0 auto 10rem;
  position: relative;
}

@media (max-width: 767px) {
  .menu__list {
    width: 90%;
    flex-direction: column;
  }
}

.menu__list::before {
  content: "";
  background: url("../img/menu_list-deco.png") no-repeat center / contain;
  width: 64.5rem;
  height: 41.1rem;
  filter: drop-shadow(1.8rem 1.8rem 1rem rgba(1, 1, 1, 0.25));
  position: absolute;
  top: -20rem;
  right: -11rem;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 767px) {
  .menu__list::before {
    display: block;
    margin: 0 auto;
    position: static;
  }
}

.menu__list-item {
  width: 100%;
}

@media (min-width: 768px) {
  .menu__list-item:nth-of-type(even) {
    margin-top: 32rem;
  }
}

.menu__txt-wrapper {
  width: 100%;
  padding-left: 3.5rem;
}

.menu__txt-wrapper h3 {
  font-size: max(18px, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}

.menu__txt-wrapper h3 span {
  display: block;
  border-left: solid max(2px, 0.4rem) var(--black);
  font-family: var(--font-lob);
  font-size: max(24px, 4.8rem);
  font-weight: 400;
  color: var(--black);
  text-transform: uppercase;
  padding-left: 3rem;
  margin-bottom: 1rem;
}

.menu__txt-wrapper h3 strong {
  display: block;
  font-size: max(21px, 4.6rem);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.menu__txt-wrapper p {
  font-size: max(12px, 1.8rem);
  letter-spacing: 0.05em;
  line-height: 2;
}

.menu__img {
  width: 100%;
}

/*============================
	gallery
============================*/
.gallery {
  background: var(--bg-1);
  padding: 24rem 0;
}

.gallery__slider {
  height: 22.6rem;
  margin: 9rem 0 11rem;
}

.gallery__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery__slider .swiper-slide {
  width: 31.1rem;
  margin: 0 0.6rem;
}

/*============================
	news
============================*/
.news {
  color: var(--white);
  position: relative;
}

.news::before,
.news::after {
  content: "";
  background: linear-gradient(180deg, rgba(207, 37, 69, 0), rgba(207, 37, 69, 1));
  width: 100%;
  height: 20rem;
  position: absolute;
  transform: translateY(-100%);
  top: 1px;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.news::after {
  background: linear-gradient(0deg, rgba(207, 37, 69, 0), rgba(207, 37, 69, 1));
  transform: translateY(100%);
  top: auto;
  bottom: 1px;
}

.news__inner {
  width: 110rem;
  padding: 15rem 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
  }
}

.news__inner::before,
.news__inner::after {
  content: "";
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}

.news__inner::before {
  background: url("../img/news_deco-1.png") no-repeat center / contain;
  width: 132rem;
  height: 94.6rem;
  left: -22rem;
}

.news__inner::after {
  background: url("../img/news_deco-2.png") no-repeat center / contain;
  width: 51.9rem;
  height: 91.8rem;
  right: calc(50% - 50vw - 3rem);
}

@media (max-width: 767px) {
  .news__inner::before {
    width: 100rem;
    height: 71.6rem;
    left: -22rem;
  }

  .news__inner::after {
    width: 38rem;
    height: 67.2rem;
    top: auto;
    right: calc(50% - 50vw - 3rem);
    bottom: 0;
  }
}

.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
  margin: 9rem auto;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    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 {
  letter-spacing: 0.05em;
}

.CMS-NEWS-MORE-READ {
  display: none;
}

/*============================
	access
============================*/
.access {
  background: var(--bg-1);
  padding: 24rem 0 16rem;
}

.access__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .access__inner {
    width: 90%;
  }
}

.access__contents {
  width: 100%;
  display: flex;
  gap: 2rem 5rem;
  margin: 6rem 0 8rem;
}

@media (max-width: 767px) {
  .access__contents {
    flex-direction: column;
  }
}

.access__img {
  width: 46.5rem;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .access__img {
    width: 100%;
  }
}

.access__list {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0 4.5rem;
}

@media (max-width: 767px) {
  .access__list {
    margin: 0 0 5rem;
  }
}

.access__list dt,
.access__list dd {
  letter-spacing: 0.05em;
  padding: 2.6rem;
}

.access__list dt {
  background-color: var(--black);
  width: max(90px, 13rem);
  border-bottom: solid 1px var(--black);
  font-weight: 400;
  color: var(--white);
  display: flex;
  justify-content: center;
}

.access__list dd {
  width: calc(100% - max(90px, 13rem));
  border-bottom: dashed 1px var(--black);
}

@media (max-width: 767px) {
  .access__list dt,
  .access__list dd {
    display: block;
    width: 100%;
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .access .common__btn {
    margin: 0;
  }
}

.access__map {
  height: 45rem;
  position: relative;
  z-index: 2;
}
