@charset "UTF-8";
/*
  File Name   : pc_responsive.css
  Description : PC共通
*/


.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.inner_l {
  max-width: 1200px;
  padding: 0 40px;
}

.inner_s {
  padding: 0 40px;
}


.btn {
  width: 155px;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.7;
}

.section-title__cover {
  display: flex;
}

.section-title__cover .section-title {
  margin-right: 10%;
}


/* headerーーーーーーーーーーーーーーーー */
.header {
  height: 95px;
  background-color:rgba(5,15,28,0.2);
}

.header__inner {
  margin: 0 40px;
}

.header__logo a {
  font-size: 32px;
}

.nav__items {
  margin-left: 13px;
}

.nav__item {
  margin-left: 23px;
}

.nav__item a {
  transition: 0.3s;
}

.nav__item a:hover {
  opacity: 0.6;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__tel {
  text-align: center;
  margin-right: 26px;
}

.hamburger {
  display: none;
}

.mobile__nav__cover {
  display: none;
}

.reserve__link {
  width: 118px;
  transition: 0.3s;
  padding: 13px 20px;
}

@media (max-width: 1200px) {
  .header__inner {
    margin: 0 30px;
  }

  .nav__item {
    margin-left: 1vw;
  }

  .header__logo a {
    font-size: 3vw;
  }

  .reserve__link {
    width: 105px;
    padding: 10px 15px;
  }
}

/* TOP ーーーーーーーーーーーーーーーー */
/* main */
.main .swiper {
  max-height: 860px;
}

.main__text {
  top: 430px;
}

.main__text__title {
  font-size: 60px;
}

@media (max-width: 1200px) {
  .main__text {
    top: 77%;
  }
  .main__text__title {
    font-size: 4vw;
  }
}

/* about */
.top-about {
  padding: 120px 0;
}

.top-about__inner {
  display: flex;
}

.top-about__img__main {
  margin-right: 7%;
  width: 100%;
}

.top-about .section-title {
  margin-left: 20px;
}

.top-about__title {
  font-size: 26px;
  margin-bottom: 40px;
  margin-left: 20px;
  letter-spacing: -0.07em;
}

.top-about__text {
  margin-left: auto;
  margin-bottom: 50px;
  line-height: 2;
}

/* top-menu */
.top-menu {
  padding: 120px 0;
}

.top-menu__inner .section-title__cover {
  margin-bottom: 100px;
}

.top-menu__item {
  width: 32.75%;
  height: 650px;
}

.top-menu__item:nth-child(n+2) {
  margin-left: 0.91%;
}

.top-menu__title {
  font-size: 26px;
}

.top-menu__cover {
  padding: 50px 0;
  height: 550px;
}


/* top-shop */
.top-shop {
  padding-bottom: 200px;
}

.top-shop__bg {
	height: 600px;
}

.top-shop__bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	height: 600px;
	background-image: linear-gradient(180deg, transparent 0 60%, #050f1c 100%);
}

.top-shop .section-title__cover {
  position: absolute;
  width: 100%;
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1200px) {
  .top-shop .section-title__cover {
    width: 90%;
  }
}


/* under-main ーーーーーーーーーーーーーーーー */
.under__main .section-title {
  font-size: 160px;
  padding-top: 290px;
}

/* menu ーーーーーーーーーーーーーーーー */
.menu {
  padding: 120px 0;
}

.menu .media__img img {
  width: 100%;
}

@media (max-width: 1200px) {
  .media__inner {
    display: block;
  }
  .menu {
    padding: 80px 0;
  }
  
  .menu .media__img {
    margin: 0 auto;
  }
  
  .menu .media__img img {
    width: 95%;
  }

  .media__text__box {
    padding: 40px 3% 0;
    max-width: 100%;
  }

}

.menu .swiper-horizontal>.swiper-pagination-bullets,
.menu .swiper-pagination-bullets.swiper-pagination-horizontal,
.menu .swiper-pagination-custom, .menu .swiper-pagination-fraction {
  left: 92%;
}


/* shop ーーーーーーーーーーーーーーーー */
.shop__content__cover {
  padding: 120px 0;
}

.shop__content .section-title {
  font-size: 60px;
}

/* footer ーーーーーーーーーーーーーーーー */
.footer__inner {
  display: flex;
  align-items: center;
  height: 527px;
}


.map__iframe {
  width: 56.25%;
  margin-right: 6.35%;
}

.footer__copyright__cover {
  height: 93px;
}

.footer__copyright {
  line-height: 93px;
}