﻿
/*全体と基本的なjsはコチラに書く。中谷*/
@import url("css2-CormorantGaramonditalwght040005001400_Roboto_ShipporiMinchoB1wght400500_swap.css");
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot");
  src: url("../font/icomoon.eot") format("embedded-opentype"), url("../font/icomoon.ttf") format("truetype"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-arrow-back:before {
  content: "\e901";
}

.icon-logo:before {
  content: "\e902";
}

:root {
  --black: #000000;
  --shippori: "Shippori Mincho B1", serif;
  --gar: "Cormorant Garamond", serif;
  --roboto: "Roboto", sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
  line-height: 1.8;
}

body {
  font-family: var(--shippori);
  color: var(--black);
  font-weight: 400;
  opacity: 0;
  animation-name: fadeAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition-duration: 0.9s;
  color: var(--black);
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.9s;
}

h2,
h3,
h4,
h5 {
  font-weight: 400;
}

p {
  font-size: 1.5rem;
}

.under-834only {
  display: none;
}

.under-834none {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.inner {
  width: 1200px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  transition-duration: 0.5s;
}
.logo a {
  display: block;
}
.logo span {
  font-size: 15.4rem;
  color: #fff;
  transition-duration: 0.5s;
}
.logo.active {
  transition-duration: 0.5s;
}
.logo.active span {
  color: #000;
  font-size: 8rem;
  transition-duration: 0.5s;
}

header {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 100;
}
header.active {
  transition-duration: 0.5s;
}
header.active .header__nav-list li a {
  transition-duration: 0.5s;
  color: #000;
}

.header__nav-list {
  display: grid;
  gap: 45px;
}
.header__nav-list li a {
  writing-mode: vertical-rl;
  color: #fff;
  font-family: var(--gar);
  font-size: 1.5rem;
}

/* --------------------フェードアップ------------------------ */
.js-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.js-load-fadeup.in {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fadeup {
  opacity: 0;
  transform: translateY(20px);
}

/* --------------------フェードイン------------------------ */
.js-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.js-load-fadein.in {
  animation-name: fadeAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-fadein {
  opacity: 0;
}

/* ロードで */
.js-load-fadein {
  opacity: 0;
}

.js-load-fadeup {
  opacity: 0;
}

.delay600 {
  animation-delay: 0.6s;
}

.delay1200 {
  animation-delay: 1.2s;
}

.delay1800 {
  animation-delay: 1.8s;
}

.mb0 {
  margin-bottom: 0 !important;
}

.under1199-only {
  display: none;
}

#ham {
  display: none;
}

@media (max-width: 1349px) {
  .logo span {
    font-size: 11.4rem;
  }
}
@media (max-width: 1199px) {
  .under1199-only {
    display: inline-block;
  }
}
@media (max-width: 834px) {
  .under-834only {
    display: inline-block;
  }
  .under-834none {
    display: none;
  }
  .logo span {
    font-size: 6rem;
  }
  .logo {
    top: 15px;
    left: 15px;
    transform: translateX(0);
  }
  .logo.active span {
    font-size: 6rem;
  }
  #ham {
    display: block;
    background-color: #333333;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 101;
  }
  #ham .ham {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #ham .ham span {
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 25%;
  }
  #ham .ham span:first-of-type {
    top: 15px;
  }
  #ham .ham span:nth-of-type(2) {
    top: 25px;
  }
  #ham .ham span:nth-of-type(3) {
    top: 35px;
  }
  #ham .ham .ham-txt {
    font-size: 1.4rem;
    color: #fff;
    font-family: var(--gar);
    font-style: italic;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .header__nav-list li a {
    writing-mode: horizontal-tb;
    color: #000;
  }
  header {
    position: fixed;
    top: 0;
    transform: translate(0, 0);
    right: 0;
    top: -100%;
    z-index: 100;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    transition-duration: 0.5s;
  }
  header.active {
    top: 0;
    transition-duration: 0.5s;
  }
  .header__nav-list {
    gap: 17px;
  }
  .scroll {
    width: 1px;
    height: 70px;
    background-color: #eeeeee;
    margin: 30px auto 0;
    position: relative;
  }
  .circle {
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    animation: circle 3s ease infinite;
  }
  @keyframes circle {
    0% {
      transform: translate(-50%, 0);
      opacity: 0;
    }
    30% {
      opacity: 1;
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: translate(-50%, 70px);
      opacity: 0;
    }
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 12s linear 0s normal both;
}

#mv .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

#mv {
  width: 100%;
  height: 100vh;
  position: relative;
  max-height: 88vw;
  overflow: hidden;
}

.mv__cont {
  position: absolute;
  right: 12%;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
}

.mv__ttl {
  color: #fff;
  line-height: 1.5;
}
.mv__ttl .txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.mv__ttl .txt .in {
  transform: translateY(100%);
  font-size: 4.2rem;
  font-weight: 500;
  animation: nyu 0.8s ease 0.5s forwards;
  display: block;
}

@keyframes nyu {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.mv__en-txt {
  position: absolute;
  line-height: 1.1;
  font-family: var(--gar);
  color: #fff;
  z-index: 2;
  left: 3vw;
  bottom: -2vw;
}
.mv__en-txt .small {
  font-size: 7vw;
  display: block;
}
.mv__en-txt .big {
  font-size: 8.7vw;
  display: block;
}

@media (max-width: 1199px) {
  #mv .swiper-slide img {
    -o-object-position: left 20% top 50%;
       object-position: left 20% top 50%;
  }
  .mv__cont {
    top: auto;
    bottom: 11vw;
  }
  .mv__ttl .txt .in {
    font-size: 3.6rem;
  }
}
@media (max-width: 834px) {
  .mv__cont {
    color: #000;
    bottom: -200px;
  }
  #mv {
    max-height: 179vw;
    height: auto;
  }
  .mv__en-txt {
    left: 0;
  }
  .mv__en-txt .small {
    font-size: 9vw;
  }
  .mv__en-txt .big {
    font-size: 9.7vw;
  }
  #mv .swiper-slide img {
    height: 100%;
  }
}
#about {
  padding: 120px 0 180px;
  overflow: hidden;
}

.about__inner {
  width: calc(50% + 640px);
  max-width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__inner .img {
  width: calc(100% - 720px);
}
.about__inner .img img {
  width: 100%;
}
.about__inner .cont {
  width: 640px;
  position: relative;
}
.about__inner .cont .txt {
  margin-bottom: 30px;
  line-height: 1.8;
}
.about__inner .cont .en-txt {
  font-size: 6.8vw;
  font-family: var(--gar);
  font-style: italic;
  color: #b6b6b6;
  opacity: 0.1;
  position: absolute;
  left: -79px;
  bottom: -8vw;
  line-height: 1;
  white-space: nowrap;
}

.about__ttl-en {
  font-size: 2rem;
  font-family: var(--gar);
  font-style: italic;
  margin-bottom: 30px;
}

.about__ttl-ja {
  font-size: 3.2rem;
  margin-bottom: 30px;
  font-weight: 500;
}

.mv__cont-sp,
.scroll {
  display: none;
}

.sp {
  display: none;
}

@media (max-width: 1199px) {
  .about__inner .img {
    width: 44%;
  }
  .about__inner .cont {
    width: 50%;
  }
  .about__ttl-ja {
    font-size: clamp(2rem, 2.4vw, 2.6rem);
  }
  #about {
    padding: 80px 0 130px;
  }
}
@media (max-width: 834px) {
  .mv__cont-sp,
  .scroll {
    display: block;
  }
  .mv__cont-sp .mv__ttl {
    color: #000;
  }
  .mv__cont-sp .mv__ttl .txt {
    margin: 0 auto;
  }
  .mv__cont-sp .mv__ttl .txt .in {
    font-size: 3rem;
    text-align: center;
    display: block;
    width: 100%;
  }
  #about {
    padding: 40px 0 50px;
  }
  .about__inner {
    max-width: 100%;
    flex-direction: column;
  }
  .about__inner .img {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
  }
  .about__inner .cont {
    width: 90%;
  }
  .about__ttl-en {
    margin-bottom: 12px;
  }
  .sp {
    display: inline-block;
  }
  .about__ttl-ja {
    font-size: 2.4rem;
  }
  .about__inner .cont .txt {
    margin-bottom: 20px;
  }
  .about__inner .cont .txt:last-child {
    margin-bottom: 0;
  }
}
#news {
  background-color: #e8edee;
  padding: 120px 0;
  overflow: hidden;
}

.news__bl {
  position: relative;
}

.news__ttl-bl {
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}

.news__ttl {
  font-size: 4rem;
  padding-bottom: 18px;
}

.swiper-scrollbar {
  position: absolute;
  width: 290px !important;
  top: 39px !important;
  right: 160px !important;
  left: auto !important;
}

.swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000c12;
}
.swiper-button-prev::after {
  display: none;
}
.swiper-button-prev .icon-arrow-back {
  font-size: 1.6rem;
}

.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000c12;
}
.swiper-button-next::after {
  display: none;
}
.swiper-button-next .icon-arrow {
  font-size: 1.6rem;
}

.swiper-button-next,
.swiper-button-prev {
  top: 30px;
}

.swiper-button-prev {
  left: auto;
  right: 70px;
}

.swiper-button-next {
  right: 0;
}

.swiper-scrollbar {
  background: #d1e0e3;
}

.swiper-scrollbar-drag {
  background: #566b82;
}

.news__swiper .img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 12px;
}
.news__swiper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news__swiper a img {
  transition-duration: 0.9s;
}
.news__swiper a:hover img {
  opacity: 0.7;
  transition-duration: 0.9s;
  transform: scale(1.1);
}

.news__option {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.news__option time {
  font-family: var(--roboto);
  font-size: 1.4rem;
  color: #566b82;
}

.news__cate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.news__cate li {
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  font-family: var(--shippori);
  font-size: 1.5rem;
  color: #566b82;
  padding: 3px 10px 2px;
}

@media (max-width: 1199px) {
  #news {
    padding: 80px 0;
  }
  .news__ttl {
    font-size: 4.2rem;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
  .swiper-button-prev {
    right: 64px;
  }
  .swiper-scrollbar {
    width: 250px !important;
    right: 145px !important;
  }
}
@media (max-width: 834px) {
  #news {
    padding: 60px 0;
  }
  .news__ttl {
    font-size: 3.6rem;
    margin-bottom: 50px;
    padding-bottom: 13px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 79px;
    width: 40px;
    height: 40px;
  }
  .swiper-button-prev {
    right: 50px;
  }
  .swiper-scrollbar {
    top: 77px !important;
    width: calc(100% - 120px) !important;
    right: 120px !important;
  }
  .news__ttl-bl {
    margin-bottom: 35px;
  }
  .news__cate li {
    font-size: 1.2rem;
    padding: 0px 6px 0px;
  }
}
#menu {
  background-color: #ddd5cc;
  padding-bottom: 120px;
}

.menu__flex {
  display: flex;
}
.menu__flex .img {
  width: 50%;
  padding-right: 6%;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}
.menu__flex .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.menu__flex .cont {
  width: 600px;
  padding-top: 120px;
}

.menu__ttl {
  font-size: 5rem;
  font-family: var(--gar);
  font-style: italic;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}

.menu__txt {
  font-size: 2.1rem;
  margin-bottom: 20px;
}

.ac__ttl {
  font-size: 3.2rem;
  line-height: 1;
  padding: 20px 0;
  border-bottom: 1px solid #d8cdc0;
  font-family: var(--gar);
  font-style: italic;
  position: relative;
  cursor: pointer;
}
.ac__ttl::after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--roboto);
  font-size: 2rem;
  font-weight: bold;
  font-style: initial;
}
.ac__ttl.active::after {
  content: "－";
}
.ac__ttl .ja {
  font-family: var(--shippori);
  font-size: 70%;
}

.ac__cont {
  padding: 30px 0 20px 9%;
  display: none;
}

.ac__ttl-middle {
  font-size: 1.8rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.mb60 {
  margin-bottom: 60px;
}

.ac__list li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
.ac__list li::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 0;
}
.ac__list li .ttl {
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}
.ac__list li .ttl .bg {
  background-color: #ddd5cc;
  padding: 0 5px 0 0;
  display: inline-block;
}
.ac__list li .ttl small {
  font-size: 1.2rem;
  background-color: #ddd5cc;
  padding: 0 5px 0 0;
}
.ac__list li .ttl small.bl {
  display: block;
}
.ac__list li .txt {
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  text-align: right;
}
.ac__list li .txt .bg {
  background-color: #ddd5cc;
  padding: 0 0 0 5px;
  display: inline-block;
}
.ac__list li .txt .bg.tax {
  font-size: 75%;
}
.ac__list li .txt .small {
  font-size: 1.2rem;
  display: block;
  background-color: #ddd5cc;
  padding: 0 0 0 5px;
}

.menu__coupon {
  width: 950px;
  max-width: 90%;
  margin: 100px auto 0;
}

.tax-caution {
  text-align: right;
  font-size: 1.2rem;
}

@media (max-width: 1349px) {
  .menu__flex .cont {
    width: 44%;
  }
  .ac__cont {
    padding: 30px 0 20px 7%;
  }
}
@media (max-width: 1199px) {
  .menu__flex .cont {
    padding-top: 60px;
  }
  .menu__ttl {
    font-size: 4rem;
    padding-bottom: 5px;
  }
  .menu__txt {
    font-size: 1.8rem;
  }
  .ac__ttl {
    font-size: 2.8rem;
  }
  .menu__flex .img {
    width: 43%;
  }
  .menu__flex .cont {
    width: 50%;
  }
  .ac__list li .ttl small {
    font-size: 1.1rem;
  }
  .ac__list li .ttl,
  .ac__list li .txt {
    font-size: 1.5rem;
  }
  .ac__cont {
    padding: 30px 0 20px;
  }
  .menu__coupon {
    margin: 60px auto 0;
  }
  #menu {
    padding-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .menu__flex {
    flex-direction: column;
  }
  .menu__flex .img {
    width: 100%;
    aspect-ratio: 3/2;
    padding-right: 0;
    height: 270px;
    position: relative;
  }
  .menu__flex .cont {
    width: 90%;
    margin-left: 5%;
    padding-top: 30px;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .menu__coupon {
    margin: 30px auto 0;
  }
  #menu {
    padding-bottom: 60px;
  }
  .ac__list li .ttl small {
    display: block;
    font-size: 1.05rem;
  }
  .ac__list li .ttl,
  .ac__list li .txt {
    font-size: 1.4rem;
  }
  .ac__list li::before {
    top: 22px;
  }
  .ac__list li .txt {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .ac__list li .txt .bg.tax {
    display: block;
    text-align: right;
    transform: translateX(6px);
  }
}
footer {
  background-color: #fff;
  padding: 120px 0 0;
}

.footer__flex {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
.footer__flex .img {
  width: 50%;
}
.footer__flex .cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logo {
  width: 227px;
  margin-bottom: 10px;
}

.footer__add {
  text-align: center;
  font-size: 1.6rem;
}

.footer__map-link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}

.footer__tel-link {
  font-size: 2.4rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.footer__open {
  font-size: 1.6rem;
  text-align: center;
}

.footer__copy {
  border-top: 1px solid #eeeeee;
  padding: 50px 0;
  text-align: center;
  font-family: var(--gar);
  font-style: italic;
  font-size: 1.2rem;
}

@media (max-width: 1199px) {
  footer {
    padding: 80px 0 0;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__map-link {
    margin: 0 auto 20px;
    font-size: 1.5rem;
  }
  .footer__tel-link {
    font-size: 2.1rem;
  }
  .footer__flex {
    padding-bottom: 60px;
  }
  .footer__copy {
    padding: 30px 0;
  }
}
@media (max-width: 834px) {
  .footer__flex {
    padding-bottom: 40px;
    flex-direction: column;
  }
  footer {
    padding: 60px 0 0;
  }
  .footer__flex .img {
    width: 450px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .footer__copy {
    padding: 20px 0;
  }
  .footer__flex .cont {
    width: 280px;
  }
  .list-brand .item__img {
    width: 100%;
    height: auto !important;
    margin-bottom: 30px !important;
  }
  #footer-02 .brand_txt {
    padding: 60px 0 20px !important;
  }
  #footer-02 .brand_h {
    padding-bottom: 40px !important;
  }
}/*# sourceMappingURL=style.css.map */