@font-face {
  src: url("../fonts/MinionVariableConcept.otf") format("opentype");
  font-family: "MinionVariableConcept";
}

html {
  font-size: min(1.1111111111vw, 16px);
}

body {
  color: #4d4d4d;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

picture {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 min(13.5416666667vw, 195px);
}

.footer {
  border-top: 1px solid #666666;
}

.footer__icon {
  width: min(4.5138888889vw, 65px);
  margin-top: min(1.5972222222vw, 23px);
  margin-right: auto;
  margin-left: auto;
}

.footer__text {
  margin-top: min(1.5972222222vw, 23px);
  margin-bottom: min(1.5972222222vw, 23px);
  font-size: 12px;
  text-align: center;
}

.header {
  z-index: 700;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: min(10.5263157895vw, 120px);
  background: #ffffff;
  opacity: 0.85;
  transition: all 0.5s;
}

.header-inndr {
  display: flex;
  align-items: center;
  width: min(90.2777777778vw, 1300px);
  height: 100%;
  margin: 0 auto;
  padding: 0 min(2.7777777778vw, 40px);
}

.header__logo {
  width: min(4.1666666667vw, 60px);
  height: 100%;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

.nav {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}

.nav__items {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav__item {
  position: relative;
  height: 100%;
  padding: min(1.3888888889vw, 20px) min(3.3333333333vw, 48px)
    min(1.3888888889vw, 20px) 0;
}

.nav__item:last-child {
  padding-right: 0px;
}

.nav__text {
  font-weight: 500;
  font-size: min(1.1111111111vw, 16px);
  font-family: "MinionVariableConcept", "Noto Serif JP", serif;
  text-transform: uppercase;
}

.drop-nav__icon {
  position: relative;
  cursor: default;
}

.drop-nav__icon::after {
  position: absolute;
  top: 50%;
  right: min(-1.3888888889vw, -20px);
  width: min(0.5555555556vw, 8px);
  height: min(0.5555555556vw, 8px);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  content: "";
  transition: transform 0.5s;
}

.drop-nav__icon.is-open::after {
  transform: translate(-50%, -50%) rotate(225deg);
}

.drop-nav {
  display: none;
}

.drop-nav__text {
  padding: 1em 0;
  color: #ffffff;
  font-size: min(0.9722222222vw, 14px);
}

.drop-nav__text.--img {
  width: min(24.3055555556vw, 350px);
}

.drop-nav__wrap.--icon {
  position: relative;
  padding-left: min(2.0833333333vw, 30px);
}

.drop-nav__wrap.--icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: min(1.3888888889vw, 20px);
  height: min(1.3888888889vw, 20px);
  transform: translateY(-50%);
  background: url(../img/common-icon-instagram-white.png) no-repeat center
    center/contain;
  content: "";
}

.header__btn {
  margin-left: min(2.2222222222vw, 32px);
  cursor: pointer;
}

.header__btn .btn {
  padding: 0.75em 2em;
  border-radius: 0.25em;
  font-size: min(1.1111111111vw, 16px);
  font-family: "MinionVariableConcept", "Noto Serif JP", serif;
  text-transform: uppercase;
}

.drawer {
  position: absolute;
  top: 0;
  right: 6.4285714286vw;
  width: 5.8928571429vw;
  height: 11.4285714286vw;
  margin-top: 4.6428571429vw;
  content: "";
  cursor: pointer;
}

.bar-text {
  font-size: 2.6785714286vw;
  font-family: "MinionVariableConcept", "Noto Serif JP", serif;
}

.bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.8928571429vw;
  height: 2px;
  transform: translate(-50%, -50%);
  border-radius: 9999;
  background: #4d4d4d;
  content: "";
}

.bar.bar1 {
  top: 35%;
  transition: all 0.5s;
}

.bar.bar2 {
  top: 50%;
  transform: translate(-50%, -50%) scaleX(1);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.bar.bar3 {
  top: 65%;
  transition: all 0.5s;
}

.bar.bar1.--active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #ffffff;
}

.bar.bar2.--active {
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: right;
}

.bar.bar3.--active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ffffff;
}

.page-content {
  padding: min(6.9444444444vw, 100px) 0;
}

.main {
  padding-top: min(10.5263157895vw, 120px);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(13.8888888889vw, 200px);
  height: min(2.7777777778vw, 40px);
  background-color: #4d4d4d;
  color: #ffffff;
  font-weight: 300;
  font-size: min(0.8333333333vw, 12px);
  transition-duration: 0.5s;
}

.btn:hover {
  opacity: 0.7;
}

.heading {
  -moz-column-gap: min(1.6666666667vw, 24px);
  display: flex;
  column-gap: min(1.6666666667vw, 24px);
  flex-shrink: 0;
  align-items: flex-end;
  color: #666666;
  font-weight: 500;
  font-size: min(2.7083333333vw, 39px);
  font-family: "MinionVariableConcept", "Noto Serif JP", serif;
  text-transform: uppercase;
}

.heading::after {
  display: block;
  flex-grow: 1;
  width: auto;
  height: 1px;
  margin-bottom: min(0.2777777778vw, 4px);
  background-color: #d3d3d3;
  content: "";
}

.sns {
  padding-top: min(10.4166666667vw, 150px);
}

.sns__heading-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: min(1.6666666667vw, 24px);
}

.sns__heading.--icon {
  width: min(7.6388888889vw, 110px);
  height: min(7.6388888889vw, 110px);
}

.sns__heading.--text {
  padding-left: min(1.9444444444vw, 28px);
  font-size: min(2.2222222222vw, 32px);
}

.sns__body .sns__btn {
  margin: 0 auto;
  padding: min(0.6944444444vw, 10px) 0;
  border-radius: 0.25em;
  font-size: min(1.25vw, 18px);
}

.sp-fixed__menu {
  z-index: 700;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 1.7857142857vw 5.3571428571vw;
  background: #ffffff;
  opacity: 0.85;
}

.sp-fixed__menu .sp-fixed__btn {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.5em 2.5em;
  border-radius: 0.25em;
  font-size: 3.2142857143vw;
  line-height: 1.5;
}

.modal-bg {
  display: none;
  z-index: 700;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  content: "";
}

.modal-res {
  display: none;
  z-index: 900;
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(81.9444444444vw, 1180px);
  transform: translate(-50%, -50%);
}

.modal-res__close {
  z-index: 900;
  position: absolute;
  top: min(-3.4722222222vw, -50px);
  right: 0;
  width: min(2.7777777778vw, 40px);
  height: min(2.7777777778vw, 40px);
  content: "";
  cursor: pointer;
}

.modal-res__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-res__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(2.7777777778vw, 40px);
}

.modal-res__item {
  display: block;
  width: min(20.8333333333vw, 300px);
  padding-top: min(1.3888888889vw, 20px);
  padding-bottom: min(3.4722222222vw, 50px);
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.modal-res__title {
  padding: min(0.6944444444vw, 10px) 0;
  font-size: min(0.9027777778vw, 13px);
}

.modal-res__title.--img {
  width: min(13.8888888889vw, 200px);
  margin: 0 auto;
}

.modal-res__title span {
  font-size: min(2.5vw, 36px);
}

.modal-res__title span.--sub {
  font-size: min(1.3888888889vw, 20px);
}

.modal-res__text {
  font-size: min(1.1111111111vw, 16px);
}

.modal-res__text.--tel span {
  border-bottom: 1px solid #4d4d4d;
}

.fade-in {
  transform: translate(0, 1.0416666667vw);
  opacity: 0;
  transition-duration: 1s;
}

.fade-in.--active {
  transform: translate(0, 0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .nav__item {
    transition: opacity 0.5s;
  }

  .nav__item:hover {
    opacity: 0.7;
  }

  .drop-nav {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 min(1.3888888889vw, 20px);
    background: rgba(0, 0, 0, 0.73);
    content: "";
  }

  .drop-nav.--store {
    width: min(9.7222222222vw, 140px);
  }

  .drop-nav.--long {
    width: min(13.19vw, 190px);
    line-height: 22px;
  }

  .drawer {
    display: none;
  }

  .sp-fixed__menu {
    display: none;
  }

  .modal-res {
    height: min(34.7222222222vw, 500px);
  }

  .modal-res__wrap {
    flex-direction: column;
  }

  .modal-res__items.--bottom {
    padding-top: min(4.8611111111vw, 70px);
  }

  .modal-res__item:nth-child(n + 2) {
    margin-left: min(4.8611111111vw, 70px);
  }

  .headerOriginalBairBr {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6785714286vw;
  }

  .container {
    max-width: none;
    padding: 0 3.125vw;
  }

  .footer {
    padding-bottom: 11.6071428571vw;
  }

  .footer__icon {
    width: 9.8214285714vw;
    margin-top: 1.7857142857vw;
  }

  .footer__text {
    margin-top: 1.7857142857vw;
    margin-bottom: 1.7857142857vw;
  }

  .header {
    height: 16.5178571429vw;
  }

  .header-inndr {
    justify-content: center;
  }

  .header__logo {
    width: 9.8214285714vw;
    height: 12.0535714286vw;
  }

  .nav {
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100vw;
    height: 100vh;
    padding-top: 16.5178571429vw;
    padding-right: 6.4285714286vw;
    transform: translateY(-100%);
    background: rgba(0, 0, 0, 0.7);
    content: "";
    transition: transform 0.5s;
  }

  .nav.--active {
    transform: translateY(0);
  }

  .nav__items {
    flex-direction: column;
    align-items: flex-end;
  }

  .nav__item {
    margin-top: 7.1428571429vw;
    padding: 0 0 1.25vw 0;
    transform: translateY(100%);
    opacity: 0;
    transition-duration: 0.7s;
  }

  .nav__item.--active {
    transform: translateY(0%);
    opacity: 1;
  }

  .nav__item:first-child {
    margin-top: 3.5714285714vw;
  }

  .nav__text {
    color: #ffffff;
    font-size: 4.2857142857vw;
  }

  .drop-nav__icon {
    padding-right: 10.7142857143vw;
  }

  .drop-nav__icon::after {
    right: 0;
    width: min(2.5vw, 36px);
    height: min(2.5vw, 36px);
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }

  .drop-nav {
    padding-top: 3.5714285714vw;
  }

  .drop-nav__text {
    padding: 1em 0 1em 0.5em;
    color: #ffffff;
    font-size: 3.5714285714vw;
  }

  .drop-nav__text.--long {
    line-height: 6.5714285714vw;
  }

  .drop-nav__wrap.--icon {
    padding-left: 2.2321428571vw;
  }

  .drop-nav__wrap.--icon::before {
    width: 2.6785714286vw;
    height: 2.6785714286vw;
  }

  .header__btn {
    display: none;
  }

  .header__btn .btn {
    font-size: 2.8571428571vw;
  }

  .page-content {
    padding: 6.25vw 0 13.3928571429vw 0;
  }

  .main {
    padding-top: 16.5178571429vw;
  }

  .btn {
    font-size: 2.8571428571vw;
  }

  .heading {
    -moz-column-gap: 0.8928571429vw;
    column-gap: 0.8928571429vw;
    font-size: 4.4642857143vw;
  }

  .heading::after {
    margin-bottom: 0.3571428571vw;
  }

  .sns__body {
    text-align: center;
  }

  .sns__body .sns__btn {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 5.8035714286vw;
    padding: 0.5em 2em;
    font-size: 2.6785714286vw;
  }

  .sp-fixed__menu {
    text-align: center;
  }

  .modal-res__close {
    width: 4.4642857143vw;
    height: 4.4642857143vw;
    transform: translateX(-50%);
  }

  .modal-res__items {
    flex-direction: column;
  }

  .modal-res__item {
    width: 35.7142857143vw;
  }

  .modal-res__item:nth-child(n + 2) {
    margin-top: 5.3571428571vw;
  }

  .modal-res__title {
    font-size: 3.3928571429vw;
  }

  .modal-res__title.--img {
    width: min(20.8333333333vw, 300px);
  }

  .modal-res__title span {
    font-size: 6.7857142857vw;
  }

  .modal-res__title span.--sub {
    margin-top: 0.8928571429vw;
    font-size: 2.4107142857vw;
  }

  .modal-res__text {
    margin-top: 5.3571428571vw;
    font-size: 2.9464285714vw;
  }

  .drop-nav__icon.--long {
    width: 30vw;
    margin-left: auto;
  }
}
