@charset "UTF-8";
/* vp:480px */
/* vp:896px */
/* vp:1024px */
/* Scss Document */
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  word-break: break-all;
  border-bottom: none;
  text-decoration: none;
}
a img {
  border-bottom: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  border-bottom: none;
}

ul, li {
  list-style: none;
}

/* FORM */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  overflow-y: scroll;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

li.noList {
  list-style-type: none;
  margin-left: -20px;
}

html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem) */
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  transition: all 0.5s ease;
  font-family: "hiragino-mincho-pron", serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.075em;
  display: none;
  background-color: #f9f9f9;
  color: #7d7d7d;
  line-height: 1.8;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-size: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  body {
    font-size: 3.3333333333vw;
  }
}
body footer {
  margin-top: auto;
}

img {
  max-width: 100%;
}

a {
  color: #7d7d7d;
  -webkit-tap-highlight-color: transparent;
}
a:hover, a:active {
  transition: all 0.5s ease;
}
a:hover svg, a:active svg {
  transition: all 0.5s ease;
}

input:disabled {
  transition: all 0.5s ease;
  pointer-events: none;
  opacity: 0.2;
}

::-moz-selection {
  background: #fff;
  color: #3e3e3e;
}

::selection {
  background: #fff;
  color: #3e3e3e;
}

::-moz-selection {
  background: #fff;
  color: #3e3e3e;
}

.header {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  position: fixed;
  top: -100%;
  z-index: 9999;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
.header__logo {
  display: flex;
  align-items: center;
  line-height: 1;
}
.header__logo a {
  display: block;
  width: 130px;
}
.header__logo_img {
  max-width: 130px;
}
.header__logo_imgmichelin {
  display: inline-block;
  padding-left: 12px;
  max-width: 130px;
}
.header__sns {
  display: flex;
  margin-left: auto;
  gap: 1rem;
}
.header__sns img {
  border: 1px solid rgba(125, 125, 125, 0.2);
  border-radius: 50vh;
}
.header__menu {
  background-color: #3e3e3e;
  color: #f9f9f9;
  padding: 0.5rem 2rem;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 2rem;
  min-width: 138px;
}
.header__menu p {
  padding-top: 0.24rem;
}
.header__menu .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 25px;
  margin-bottom: 0.25rem;
  transition: 0.5s;
}
.header__menu .icon > span {
  display: block;
  width: 25px;
  height: 1px;
  background-color: #f9f9f9;
  transition: 0.5s;
}
.header__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  display: flex;
  gap: 5vw;
  align-items: center;
  width: 80vw;
}
.header__content .menu-list {
  font-size: 4rem;
  opacity: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .header__content .menu-list {
    font-size: 3.515625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .header__content .menu-list {
    font-size: 4.0178571429vw;
  }
}
@media screen and (max-width:480px) {
  .header__content .menu-list {
    font-size: 7.5vw;
  }
}
.header__content .menu-list a {
  display: block;
  color: #000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.header__content .menu-img {
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.header__content .menu-img img {
  max-width: 450px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.header::after {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  pointer-events: none;
}
.header.-visible {
  top: 0;
}
.header.-active .header__menu .icon {
  transition: 0.5s;
}
.header.-active .header__menu .icon span {
  transition: 0.5s;
  width: 22px;
}
.header.-active .header__menu .icon span:nth-child(1) {
  transform: rotate(45deg) translate(8.5px);
}
.header.-active .header__menu .icon span:nth-child(2) {
  width: 0;
}
.header.-active .header__menu .icon span:nth-child(3) {
  transform: rotate(-45deg) translate(8.5px);
}
.header.-active .menu-img {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}
.header.-active .menu-list {
  pointer-events: auto;
  opacity: 1;
}
.header.-active .menu-list a {
  opacity: 1;
  transform: translateY(0);
}
.header.-active .menu-list li:nth-child(1) a {
  transition-delay: 0.15s;
  transform: translateY(0);
}
.header.-active .menu-list li:nth-child(2) a {
  transition-delay: 0.3s;
  transform: translateY(0);
}
.header.-active .menu-list li:nth-child(3) a {
  transition-delay: 0.45s;
  transform: translateY(0);
}
.header.-active .menu-list li:nth-child(4) a {
  transition-delay: 0.6s;
  transform: translateY(0);
}
.header.-active::after {
  transition: 0.5s;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  pointer-events: all;
}
@media screen and (max-width: 896px) {
  .header {
    background: rgba(255, 255, 255, 0.4);
    padding: 1rem;
  }
  .header__logo {
    width: 40%;
  }
  .header__logo_img {
    max-width: 85px;
  }
  .header__logo_imgmichelin {
    max-width: 66px;
  }
  .header__menu {
    min-width: initial;
    padding: 0.5rem 1.5rem;
    margin-left: 1rem;
    gap: 1rem;
  }
  .header__menu p {
    padding-top: 0;
  }
  .header__menu .icon {
    gap: 0.5rem;
    width: 25px;
    margin-bottom: 0;
  }
  .header__menu .icon > span {
    width: 25px;
  }
  .header__sns {
    gap: 0.5rem;
    opacity: 0;
    pointer-events: none;
  }
  .header__sns img {
    width: 30px;
  }
  .header__content {
    flex-direction: column;
    gap: 5vw;
    width: 80vw;
    margin-top: 2rem;
  }
  .header__content .menu-list {
    font-size: 2.5rem;
  }
  .header__content .menu-img {
    width: 100%;
    background: #000;
    text-align: center;
  }
  .header__content .menu-img img {
    height: 20vh;
  }
  .header.-active .header__sns {
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    opacity: 1;
  }
}

.inner {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.top .title--section {
  margin-bottom: 2rem;
}
.top section {
  margin-bottom: 22rem;
}
.top section.secright {
  text-align: right;
}
.top section.secright .title--section {
  justify-content: flex-end;
  order: 1;
}
.top section.secright .title--section::before {
  order: 2;
  background: linear-gradient(to left, #cfcfcf, #646464);
}
@media screen and (max-width: 896px) {
  .top section {
    margin-bottom: 10rem;
  }
}

main > section:not(.main-visual) {
  opacity: 0;
  transform: translateY(50px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}
main > section:not(.main-visual).-visible {
  opacity: 1;
  transform: translateY(0);
}

.main-visual {
  position: relative;
  min-height: 100svh;
}
.main-visual .logo {
  position: absolute;
  left: min(8rem, 10%);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width:480px) {
  .main-visual .logo {
    width: 35%;
  }
}
.main-visual .logo p {
  letter-spacing: 0.4em;
  font-size: 2.4rem;
  margin-top: 2rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .main-visual .logo p {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .main-visual .logo p {
    font-size: 2.6785714286vw;
  }
}
@media screen and (max-width:480px) {
  .main-visual .logo p {
    font-size: 5vw;
  }
}
.main-visual .slider {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: min(1200px, 70%);
}
.main-visual .slider img {
  aspect-ratio: 1200/700;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual .slider .swiper-wrapper {
  transition-timing-function: linear;
}
.main-visual .movie {
  pointer-events: none;
  cursor: none;
}
.main-visual .movie .video-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  width: min(1200px, 70%);
  aspect-ratio: 16/9;
  margin: auto;
}
.main-visual .movie .video-area #yt_player {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .main-visual .logo {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
  }
  .main-visual .slider {
    width: 100%;
  }
  .main-visual .slider img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main-visual .textanimation {
    color: #fff;
    text-align: center;
  }
  .main-visual .movie .video-area {
    width: 100vw;
    height: 100vh;
    top: initial;
    right: initial;
    transform: none;
    -webkit-transform: none;
  }
  .main-visual .movie .overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .main-visual .movie .overlay2 {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../img/dotblk.png);
    opacity: 0.5;
  }
}

.news {
  display: flex;
  flex-wrap: wrap;
}
.news-title {
  width: 40%;
}
.news-article {
  width: 60%;
}
.news-article p {
  margin-bottom: 2rem;
}
@media screen and (max-width:480px) {
  .news {
    flex-direction: column;
  }
  .news-title {
    width: 100%;
  }
  .news-article {
    width: 100%;
  }
}

.concept {
  position: relative;
  padding-right: max((100% - 1200px) / 2, 5%);
  margin-top: 16rem;
  margin-bottom: 30rem;
}
.concept .inner {
  position: relative;
  width: 100%;
}
.concept__img {
  margin-right: 35%;
  background-color: lightblue;
  background-image: url("../../assets/img/concept__bg.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
}
.concept__text {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.concept .catchcopy {
  position: relative;
  font-size: min(3.645vw, 7rem);
  margin-bottom: 2rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .concept .catchcopy {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .concept .catchcopy {
    font-size: 4.4642857143vw;
  }
}
@media screen and (max-width:480px) {
  .concept .catchcopy {
    font-size: 8.3333333333vw;
    line-height: 1.3;
  }
}
.concept .catchcopy .duplicated {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 0;
  right: 35%;
  z-index: 1;
  overflow: hidden;
}
.concept .catchcopy .duplicated p {
  margin-right: -35%;
}
.concept .subcopy {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .concept .subcopy {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .concept .subcopy {
    font-size: 2.6785714286vw;
  }
}
@media screen and (max-width:480px) {
  .concept .subcopy {
    font-size: 5vw;
  }
}
.concept .explanation {
  width: 430px;
  margin-left: auto;
  text-align: left;
}
@media screen and (min-width:1400px) {
  .concept#concept {
    margin-bottom: 34rem;
  }
}
@media screen and (max-width: 1024px) {
  .concept {
    padding-right: 0;
  }
  .concept .inner {
    width: 90%;
    margin: 0 auto;
  }
  .concept__img {
    margin-right: 20%;
    height: 200px;
    margin-left: -6%;
  }
  .concept__text {
    position: relative;
  }
  .concept .catchcopy .duplicated {
    display: none;
  }
  .concept .explanation {
    width: 100%;
  }
}

.promotion {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width:480px) {
  .promotion {
    padding: 30px 0 0px 0;
  }
}
.promotion .promodeco {
  position: absolute;
  right: 10%;
  top: 0;
  width: 30%;
  aspect-ratio: 1/1;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .promotion .promodeco {
    width: 50%;
    right: 0%;
  }
}
@media screen and (max-width:480px) {
  .promotion .promodeco {
    width: 50%;
    right: 0%;
  }
}
.promotion .video-wrap {
  max-width: 820px;
  margin: auto;
}

.about {
  position: relative;
}
.about .title--section {
  position: absolute;
  top: 240px;
}
.about__img {
  position: relative;
  margin-left: 50%;
  background-image: url("../../assets/img/about__bg.jpg");
  background-color: lightblue;
  background-size: cover;
  background-position: center;
  height: 500px;
}
.about__img::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 700px;
  background-color: rgba(0, 0, 0, 0.05);
  top: 45%;
  left: -28%;
  z-index: -1;
}
.about .chef {
  display: flex;
  gap: 6rem;
  /*&--career {
  }*/
}
.about .chef__img {
  width: 40%;
}
.about .chef__text {
  width: 60%;
  text-align: left;
}
.about .chef--name {
  letter-spacing: 0.1em;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .about .chef--name {
    font-size: 3.515625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .about .chef--name {
    font-size: 4.0178571429vw;
  }
}
@media screen and (max-width:480px) {
  .about .chef--name {
    font-size: 7.5vw;
  }
}
.about .chef--name .jp {
  font-size: 2.4rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .about .chef--name .jp {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .about .chef--name .jp {
    font-size: 2.6785714286vw;
  }
}
@media screen and (max-width:480px) {
  .about .chef--name .jp {
    font-size: 5vw;
  }
}
.about .chef--name .position {
  font-size: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .about .chef--name .position {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .about .chef--name .position {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .about .chef--name .position {
    font-size: 3.3333333333vw;
  }
}
.about .chef--name .position .small {
  font-size: 1.2rem;
  display: block;
  margin-top: 1rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .about .chef--name .position .small {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .about .chef--name .position .small {
    font-size: 1.3392857143vw;
  }
}
@media screen and (max-width:480px) {
  .about .chef--name .position .small {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 896px) {
  .about .title--section {
    position: relative;
    top: initial;
  }
  .about__img {
    margin-left: 20%;
    height: 200px;
  }
  .about .chef {
    flex-direction: column;
  }
  .about .chef__img {
    order: 1;
    width: 70%;
    margin: auto;
  }
  .about .chef__text {
    order: 2;
    width: 100%;
  }
}

.menu {
  position: relative;
  padding-right: max((100% - 1200px) / 2, 5%);
}
.menu .inner {
  position: relative;
  width: 100%;
}
.menu__text {
  position: absolute;
  top: 0;
  right: 0;
}
.menu__text .btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
  margin-top: 12rem;
}
.menu__text .btn li {
  position: relative;
  background-color: #3e3e3e;
  font-weight: 600;
  width: 250px;
  border-radius: 1px;
}
.menu__text .btn li button {
  width: 100%;
  padding: 0.5rem 3rem;
  text-align: left;
  color: #f9f9f9;
}
.menu__text .btn li::before, .menu__text .btn li::after {
  content: "";
  position: absolute;
  background-color: #f9f9f9;
  display: block;
  top: 50%;
  right: calc(13px + 5%);
  width: 1px;
  height: 13px;
  margin: auto;
  pointer-events: none;
}
.menu__text .btn li::before {
  transform: translate(-50%, -50%);
}
.menu__text .btn li::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.menu__img {
  position: relative;
  margin-right: 35%;
  background-color: lightblue;
  background-image: url("../../assets/img/menu__bg.jpg");
  background-size: cover;
  background-position: center;
  height: 500px;
}
.menu__img img {
  position: absolute;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__img img:nth-child(1) {
  width: min(250px, 16.12vw);
  top: -16%;
  left: 0;
  -o-object-position: right bottom;
     object-position: right bottom;
}
.menu__img img:nth-child(2) {
  width: min(200px, 12.9vw);
  top: -5%;
  right: -3%;
  -o-object-position: 79% 50%;
     object-position: 79% 50%;
}
.menu__img img:nth-child(3) {
  width: min(250px, 16.12vw);
  right: -12%;
  bottom: -10%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 896px) {
  .menu {
    margin-top: 20rem;
  }
  .menu__text {
    top: -10rem;
  }
  .menu__text .btn {
    margin-top: 8rem;
  }
  .menu__text .btn li {
    width: 200px;
  }
  .menu__text .btn li button {
    padding: 0.5rem 1.5rem;
  }
  .menu__img {
    height: 400px;
    margin-right: 5%;
    z-index: -5;
  }
  .menu__img img:nth-child(1) {
    top: -5%;
    width: 30%;
  }
  .menu__img img:nth-child(2) {
    width: 25%;
    top: initial;
    right: initial;
    left: 0;
    bottom: -5%;
  }
  .menu__img img:nth-child(3) {
    width: 35%;
    right: -5%;
    bottom: -10%;
  }
}

.info__text {
  flex-shrink: 0;
  text-align: left;
  /*.time {
  }*/
}
.info__text .tel,
.info__text .address,
.info__text .time {
  margin-bottom: 3rem;
}
.info__text .tel span {
  font-size: 2.4rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .info__text .tel span {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .info__text .tel span {
    font-size: 2.6785714286vw;
  }
}
@media screen and (max-width:480px) {
  .info__text .tel span {
    font-size: 5vw;
  }
}
.info__img {
  display: flex;
  gap: 5px;
  width: 60%;
}
.info__img img {
  width: 33.3333333333%;
}
.info__img img:nth-child(1) {
  clip-path: polygon(0 5%, 100% 5%, 100% 95%, 0 95%);
}
.info__img img:nth-child(2) {
  clip-path: polygon(0 10%, 100% 10%, 100% 100%, 0 100%);
}
.info__img img:nth-child(3) {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 90%);
}
.info__map {
  width: 100%;
  height: 450px;
  filter: grayscale(100%);
}
@media screen and (max-width: 896px) {
  .info__text {
    order: 2;
  }
  .info__img {
    order: 1;
    width: 100%;
  }
}

.upload {
  padding: 2rem 0;
}
.upload-item {
  margin-bottom: 2rem;
}
.upload-item:first-of-type {
  margin-top: 2rem;
}
.upload-item .item {
  font-size: 1.8rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .upload-item .item {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .upload-item .item {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .upload-item .item {
    font-size: 3.75vw;
  }
}
.upload-btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.upload-btn input {
  margin-left: 2rem;
}
.upload-btn input[name=name] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  color: #fff;
  padding: 0.4rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 1024px) {
  .upload-item {
    margin-bottom: 2rem;
  }
}

.textbox {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #969da3;
  border-radius: 3px;
  font-size: 1em;
  line-height: 1.5;
}
.textbox::-moz-placeholder {
  color: #999;
}
.textbox::placeholder {
  color: #999;
}
.textbox--label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.9em;
}

.selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.selectbox select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 1em;
  cursor: pointer;
}
.selectbox::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

.radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3em 2em;
  border: none;
}
.radio label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.radio label::before, .radio label::after {
  border-radius: 50%;
  content: "";
}
.radio label::before {
  width: 18px;
  height: 18px;
  border: 2px solid #dee5eb;
  box-sizing: border-box;
}
.radio label::after {
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  background-color: #dee5eb;
}
.radio label:has(:checked)::after {
  background-color: #3e3e3e;
  animation: anim-radio 0.3s linear;
}
@keyframes anim-radio {
  0% {
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    box-shadow: 0 0 0 10px rgba(37, 137, 208, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px transparent;
  }
}

.checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 2em;
  border: none;
}
.checkbox label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
}
.checkbox label::before {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #d6dde3;
  content: "";
}
.checkbox label:has(:checked)::after {
  position: absolute;
  top: 5px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
  height: 10px;
  border: solid #2589d0;
  border-width: 0 3px 3px 0;
  content: "";
}

.footer {
  color: #f9f9f9;
  background-color: #7d7d7d;
  padding: 2rem 0 4rem;
  text-align: center;
}
.footer .btn--border span {
  font-size: 2rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .footer .btn--border span {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .footer .btn--border span {
    font-size: 2.6785714286vw;
  }
}
@media screen and (max-width:480px) {
  .footer .btn--border span {
    font-size: 5vw;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer__top p {
  text-align: left;
}
.footer__btn {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  gap: 2rem;
  margin: 3rem 0;
  flex-shrink: 0;
}
.footer__btn .telnum {
  padding-left: 40px;
  text-align: left;
  line-height: 1.3;
  position: relative;
}
.footer__btn .telnum:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  content: "Tel";
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.footer__michelin {
  text-align: center;
  margin: 0 auto 2rem auto;
}
.footer__michelin img {
  max-width: 120px;
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.7));
}
@media screen and (max-width: 896px) {
  .footer__btn li {
    width: 100%;
  }
  .footer .btn--border {
    width: min(280px, 80%);
    margin: 0 auto;
  }
  .footer .btn--circle {
    height: auto;
    padding: 2.5rem 2.5rem;
    width: min(280px, 80%);
    margin: 0 auto;
  }
  .footer__top {
    flex-direction: column;
    justify-content: center;
  }
  .footer__btn {
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .footer__michelin img {
    max-width: 80px;
    filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.7));
  }
}
@media screen and (max-width:480px) {
  .footer .btn--circle {
    font-size: 5.3571428571vw;
  }
}

.preopen {
  background-color: #fff;
  color: #000;
}
.preopen .logo {
  width: min(350px, 60%);
}
.preopen .logo__text {
  margin-top: 1rem;
  display: inline-block;
}
.preopen .info {
  width: 325px;
  text-align: left;
  margin: auto;
}
.preopen .en {
  font-family: "europa", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.preopen .address {
  text-align: center;
}
.preopen .map {
  width: min(90%, 600px);
  margin: 0 auto;
  filter: grayscale(1);
}
.preopen main {
  width: 95%;
  margin: auto;
  padding: 5% 0;
  text-align: center;
}
.preopen footer {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 896px) {
  .preopen .address {
    width: min(90%, 600px);
    margin: 0 auto;
    text-align: left;
  }
  .preopen .info {
    width: min(90%, 600px);
  }
  .preopen .map {
    height: 200px;
  }
}

.accordion {
  margin-bottom: 7px;
}
.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #000;
  font-weight: 600;
  cursor: pointer;
}
.accordion__title::-webkit-details-marker {
  display: none;
}
.accordion__title::after {
  content: "";
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transition: transform 0.3s;
}
.accordion__content {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1rem;
  transition: transform 0.5s, opacity 0.5s;
  background-color: transparent;
  border: 1px solid #000;
  border-top: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.accordion[open] .accordion__title::after {
  transform: rotate(225deg);
}
.accordion[open] .accordion__content {
  transform: none;
  opacity: 1;
}

.img-slideUp {
  position: relative;
  overflow: hidden;
}
.img-slideUp:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  transform: translate(0, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  content: "";
}
.img-slideUp.-visible:before {
  transform: translate(0, -100%);
  transition-delay: 0.45s;
}

.textanimation span {
  animation: showText 3s backwards;
  display: inline-block;
}
.textanimation > span {
  overflow: hidden;
}
.textanimation > span > span {
  animation: showTextFromBottom 0.5s backwards;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.width-1 {
  width: 5% !important;
}

.width-2 {
  width: 10% !important;
}

.width-3 {
  width: 15% !important;
}

.width-4 {
  width: 20% !important;
}

.width-5 {
  width: 25% !important;
}

.width-6 {
  width: 30% !important;
}

.width-7 {
  width: 35% !important;
}

.width-8 {
  width: 40% !important;
}

.width-9 {
  width: 45% !important;
}

.width-10 {
  width: 50% !important;
}

.width-11 {
  width: 55% !important;
}

.width-12 {
  width: 60% !important;
}

.width-13 {
  width: 65% !important;
}

.width-14 {
  width: 70% !important;
}

.width-15 {
  width: 75% !important;
}

.width-16 {
  width: 80% !important;
}

.width-17 {
  width: 85% !important;
}

.width-18 {
  width: 90% !important;
}

.width-19 {
  width: 95% !important;
}

.width-20 {
  width: 100% !important;
}

.margin-1 {
  margin: 5px !important;
}

.margin-2 {
  margin: 10px !important;
}

.margin-3 {
  margin: 15px !important;
}

.margin-4 {
  margin: 20px !important;
}

.margin-5 {
  margin: 25px !important;
}

.margin-6 {
  margin: 30px !important;
}

.margin-7 {
  margin: 35px !important;
}

.margin-8 {
  margin: 40px !important;
}

.margin-9 {
  margin: 45px !important;
}

.margin-10 {
  margin: 50px !important;
}

.margin-11 {
  margin: 55px !important;
}

.margin-12 {
  margin: 60px !important;
}

.margin-13 {
  margin: 65px !important;
}

.margin-14 {
  margin: 70px !important;
}

.margin-15 {
  margin: 75px !important;
}

.margin-16 {
  margin: 80px !important;
}

.margin-17 {
  margin: 85px !important;
}

.margin-18 {
  margin: 90px !important;
}

.margin-19 {
  margin: 95px !important;
}

.margin-20 {
  margin: 100px !important;
}

.marginTop-1 {
  margin-top: 5px !important;
}

.marginTop-2 {
  margin-top: 10px !important;
}

.marginTop-3 {
  margin-top: 15px !important;
}

.marginTop-4 {
  margin-top: 20px !important;
}

.marginTop-5 {
  margin-top: 25px !important;
}

.marginTop-6 {
  margin-top: 30px !important;
}

.marginTop-7 {
  margin-top: 35px !important;
}

.marginTop-8 {
  margin-top: 40px !important;
}

.marginTop-9 {
  margin-top: 45px !important;
}

.marginTop-10 {
  margin-top: 50px !important;
}

.marginTop-11 {
  margin-top: 55px !important;
}

.marginTop-12 {
  margin-top: 60px !important;
}

.marginTop-13 {
  margin-top: 65px !important;
}

.marginTop-14 {
  margin-top: 70px !important;
}

.marginTop-15 {
  margin-top: 75px !important;
}

.marginTop-16 {
  margin-top: 80px !important;
}

.marginTop-17 {
  margin-top: 85px !important;
}

.marginTop-18 {
  margin-top: 90px !important;
}

.marginTop-19 {
  margin-top: 95px !important;
}

.marginTop-20 {
  margin-top: 100px !important;
}

.marginBottom-1 {
  margin-bottom: 5px !important;
}

.marginBottom-2 {
  margin-bottom: 10px !important;
}

.marginBottom-3 {
  margin-bottom: 15px !important;
}

.marginBottom-4 {
  margin-bottom: 20px !important;
}

.marginBottom-5 {
  margin-bottom: 25px !important;
}

.marginBottom-6 {
  margin-bottom: 30px !important;
}

.marginBottom-7 {
  margin-bottom: 35px !important;
}

.marginBottom-8 {
  margin-bottom: 40px !important;
}

.marginBottom-9 {
  margin-bottom: 45px !important;
}

.marginBottom-10 {
  margin-bottom: 50px !important;
}

.marginBottom-11 {
  margin-bottom: 55px !important;
}

.marginBottom-12 {
  margin-bottom: 60px !important;
}

.marginBottom-13 {
  margin-bottom: 65px !important;
}

.marginBottom-14 {
  margin-bottom: 70px !important;
}

.marginBottom-15 {
  margin-bottom: 75px !important;
}

.marginBottom-16 {
  margin-bottom: 80px !important;
}

.marginBottom-17 {
  margin-bottom: 85px !important;
}

.marginBottom-18 {
  margin-bottom: 90px !important;
}

.marginBottom-19 {
  margin-bottom: 95px !important;
}

.marginBottom-20 {
  margin-bottom: 100px !important;
}

.padding-1 {
  padding: 5px !important;
}

.padding-2 {
  padding: 10px !important;
}

.padding-3 {
  padding: 15px !important;
}

.padding-4 {
  padding: 20px !important;
}

.padding-5 {
  padding: 25px !important;
}

.padding-6 {
  padding: 30px !important;
}

.padding-7 {
  padding: 35px !important;
}

.padding-8 {
  padding: 40px !important;
}

.padding-9 {
  padding: 45px !important;
}

.padding-10 {
  padding: 50px !important;
}

.padding-11 {
  padding: 55px !important;
}

.padding-12 {
  padding: 60px !important;
}

.padding-13 {
  padding: 65px !important;
}

.padding-14 {
  padding: 70px !important;
}

.padding-15 {
  padding: 75px !important;
}

.padding-16 {
  padding: 80px !important;
}

.padding-17 {
  padding: 85px !important;
}

.padding-18 {
  padding: 90px !important;
}

.padding-19 {
  padding: 95px !important;
}

.padding-20 {
  padding: 100px !important;
}

.paddingTop-1 {
  padding-top: 5px !important;
}

.paddingTop-2 {
  padding-top: 10px !important;
}

.paddingTop-3 {
  padding-top: 15px !important;
}

.paddingTop-4 {
  padding-top: 20px !important;
}

.paddingTop-5 {
  padding-top: 25px !important;
}

.paddingTop-6 {
  padding-top: 30px !important;
}

.paddingTop-7 {
  padding-top: 35px !important;
}

.paddingTop-8 {
  padding-top: 40px !important;
}

.paddingTop-9 {
  padding-top: 45px !important;
}

.paddingTop-10 {
  padding-top: 50px !important;
}

.paddingTop-11 {
  padding-top: 55px !important;
}

.paddingTop-12 {
  padding-top: 60px !important;
}

.paddingTop-13 {
  padding-top: 65px !important;
}

.paddingTop-14 {
  padding-top: 70px !important;
}

.paddingTop-15 {
  padding-top: 75px !important;
}

.paddingTop-16 {
  padding-top: 80px !important;
}

.paddingTop-17 {
  padding-top: 85px !important;
}

.paddingTop-18 {
  padding-top: 90px !important;
}

.paddingTop-19 {
  padding-top: 95px !important;
}

.paddingTop-20 {
  padding-top: 100px !important;
}

.paddingBottom-1 {
  padding-bottom: 5px !important;
}

.paddingBottom-2 {
  padding-bottom: 10px !important;
}

.paddingBottom-3 {
  padding-bottom: 15px !important;
}

.paddingBottom-4 {
  padding-bottom: 20px !important;
}

.paddingBottom-5 {
  padding-bottom: 25px !important;
}

.paddingBottom-6 {
  padding-bottom: 30px !important;
}

.paddingBottom-7 {
  padding-bottom: 35px !important;
}

.paddingBottom-8 {
  padding-bottom: 40px !important;
}

.paddingBottom-9 {
  padding-bottom: 45px !important;
}

.paddingBottom-10 {
  padding-bottom: 50px !important;
}

.paddingBottom-11 {
  padding-bottom: 55px !important;
}

.paddingBottom-12 {
  padding-bottom: 60px !important;
}

.paddingBottom-13 {
  padding-bottom: 65px !important;
}

.paddingBottom-14 {
  padding-bottom: 70px !important;
}

.paddingBottom-15 {
  padding-bottom: 75px !important;
}

.paddingBottom-16 {
  padding-bottom: 80px !important;
}

.paddingBottom-17 {
  padding-bottom: 85px !important;
}

.paddingBottom-18 {
  padding-bottom: 90px !important;
}

.paddingBottom-19 {
  padding-bottom: 95px !important;
}

.paddingBottom-20 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 896px) {
  .sp_width-1 {
    width: 5% !important;
  }
  .sp_width-2 {
    width: 10% !important;
  }
  .sp_width-3 {
    width: 15% !important;
  }
  .sp_width-4 {
    width: 20% !important;
  }
  .sp_width-5 {
    width: 25% !important;
  }
  .sp_width-6 {
    width: 30% !important;
  }
  .sp_width-7 {
    width: 35% !important;
  }
  .sp_width-8 {
    width: 40% !important;
  }
  .sp_width-9 {
    width: 45% !important;
  }
  .sp_width-10 {
    width: 50% !important;
  }
  .sp_width-11 {
    width: 55% !important;
  }
  .sp_width-12 {
    width: 60% !important;
  }
  .sp_width-13 {
    width: 65% !important;
  }
  .sp_width-14 {
    width: 70% !important;
  }
  .sp_width-15 {
    width: 75% !important;
  }
  .sp_width-16 {
    width: 80% !important;
  }
  .sp_width-17 {
    width: 85% !important;
  }
  .sp_width-18 {
    width: 90% !important;
  }
  .sp_width-19 {
    width: 95% !important;
  }
  .sp_width-20 {
    width: 100% !important;
  }
  .sp_margin-1 {
    margin: 5px !important;
  }
  .sp_margin-2 {
    margin: 10px !important;
  }
  .sp_margin-3 {
    margin: 15px !important;
  }
  .sp_margin-4 {
    margin: 20px !important;
  }
  .sp_margin-5 {
    margin: 25px !important;
  }
  .sp_margin-6 {
    margin: 30px !important;
  }
  .sp_margin-7 {
    margin: 35px !important;
  }
  .sp_margin-8 {
    margin: 40px !important;
  }
  .sp_margin-9 {
    margin: 45px !important;
  }
  .sp_margin-10 {
    margin: 50px !important;
  }
  .sp_margin-11 {
    margin: 55px !important;
  }
  .sp_margin-12 {
    margin: 60px !important;
  }
  .sp_margin-13 {
    margin: 65px !important;
  }
  .sp_margin-14 {
    margin: 70px !important;
  }
  .sp_margin-15 {
    margin: 75px !important;
  }
  .sp_margin-16 {
    margin: 80px !important;
  }
  .sp_margin-17 {
    margin: 85px !important;
  }
  .sp_margin-18 {
    margin: 90px !important;
  }
  .sp_margin-19 {
    margin: 95px !important;
  }
  .sp_margin-20 {
    margin: 100px !important;
  }
  .sp_marginTop-1 {
    margin-top: 5px !important;
  }
  .sp_marginTop-2 {
    margin-top: 10px !important;
  }
  .sp_marginTop-3 {
    margin-top: 15px !important;
  }
  .sp_marginTop-4 {
    margin-top: 20px !important;
  }
  .sp_marginTop-5 {
    margin-top: 25px !important;
  }
  .sp_marginTop-6 {
    margin-top: 30px !important;
  }
  .sp_marginTop-7 {
    margin-top: 35px !important;
  }
  .sp_marginTop-8 {
    margin-top: 40px !important;
  }
  .sp_marginTop-9 {
    margin-top: 45px !important;
  }
  .sp_marginTop-10 {
    margin-top: 50px !important;
  }
  .sp_marginTop-11 {
    margin-top: 55px !important;
  }
  .sp_marginTop-12 {
    margin-top: 60px !important;
  }
  .sp_marginTop-13 {
    margin-top: 65px !important;
  }
  .sp_marginTop-14 {
    margin-top: 70px !important;
  }
  .sp_marginTop-15 {
    margin-top: 75px !important;
  }
  .sp_marginTop-16 {
    margin-top: 80px !important;
  }
  .sp_marginTop-17 {
    margin-top: 85px !important;
  }
  .sp_marginTop-18 {
    margin-top: 90px !important;
  }
  .sp_marginTop-19 {
    margin-top: 95px !important;
  }
  .sp_marginTop-20 {
    margin-top: 100px !important;
  }
  .sp_marginBottom-1 {
    margin-bottom: 5px !important;
  }
  .sp_marginBottom-2 {
    margin-bottom: 10px !important;
  }
  .sp_marginBottom-3 {
    margin-bottom: 15px !important;
  }
  .sp_marginBottom-4 {
    margin-bottom: 20px !important;
  }
  .sp_marginBottom-5 {
    margin-bottom: 25px !important;
  }
  .sp_marginBottom-6 {
    margin-bottom: 30px !important;
  }
  .sp_marginBottom-7 {
    margin-bottom: 35px !important;
  }
  .sp_marginBottom-8 {
    margin-bottom: 40px !important;
  }
  .sp_marginBottom-9 {
    margin-bottom: 45px !important;
  }
  .sp_marginBottom-10 {
    margin-bottom: 50px !important;
  }
  .sp_marginBottom-11 {
    margin-bottom: 55px !important;
  }
  .sp_marginBottom-12 {
    margin-bottom: 60px !important;
  }
  .sp_marginBottom-13 {
    margin-bottom: 65px !important;
  }
  .sp_marginBottom-14 {
    margin-bottom: 70px !important;
  }
  .sp_marginBottom-15 {
    margin-bottom: 75px !important;
  }
  .sp_marginBottom-16 {
    margin-bottom: 80px !important;
  }
  .sp_marginBottom-17 {
    margin-bottom: 85px !important;
  }
  .sp_marginBottom-18 {
    margin-bottom: 90px !important;
  }
  .sp_marginBottom-19 {
    margin-bottom: 95px !important;
  }
  .sp_marginBottom-20 {
    margin-bottom: 100px !important;
  }
  .sp_padding-1 {
    padding: 5px !important;
  }
  .sp_padding-2 {
    padding: 10px !important;
  }
  .sp_padding-3 {
    padding: 15px !important;
  }
  .sp_padding-4 {
    padding: 20px !important;
  }
  .sp_padding-5 {
    padding: 25px !important;
  }
  .sp_padding-6 {
    padding: 30px !important;
  }
  .sp_padding-7 {
    padding: 35px !important;
  }
  .sp_padding-8 {
    padding: 40px !important;
  }
  .sp_padding-9 {
    padding: 45px !important;
  }
  .sp_padding-10 {
    padding: 50px !important;
  }
  .sp_padding-11 {
    padding: 55px !important;
  }
  .sp_padding-12 {
    padding: 60px !important;
  }
  .sp_padding-13 {
    padding: 65px !important;
  }
  .sp_padding-14 {
    padding: 70px !important;
  }
  .sp_padding-15 {
    padding: 75px !important;
  }
  .sp_padding-16 {
    padding: 80px !important;
  }
  .sp_padding-17 {
    padding: 85px !important;
  }
  .sp_padding-18 {
    padding: 90px !important;
  }
  .sp_padding-19 {
    padding: 95px !important;
  }
  .sp_padding-20 {
    padding: 100px !important;
  }
  .paddingTop-1 {
    padding-top: 5px !important;
  }
  .paddingTop-2 {
    padding-top: 10px !important;
  }
  .paddingTop-3 {
    padding-top: 15px !important;
  }
  .paddingTop-4 {
    padding-top: 20px !important;
  }
  .paddingTop-5 {
    padding-top: 25px !important;
  }
  .paddingTop-6 {
    padding-top: 30px !important;
  }
  .paddingTop-7 {
    padding-top: 35px !important;
  }
  .paddingTop-8 {
    padding-top: 40px !important;
  }
  .paddingTop-9 {
    padding-top: 45px !important;
  }
  .paddingTop-10 {
    padding-top: 50px !important;
  }
  .paddingTop-11 {
    padding-top: 55px !important;
  }
  .paddingTop-12 {
    padding-top: 60px !important;
  }
  .paddingTop-13 {
    padding-top: 65px !important;
  }
  .paddingTop-14 {
    padding-top: 70px !important;
  }
  .paddingTop-15 {
    padding-top: 75px !important;
  }
  .paddingTop-16 {
    padding-top: 80px !important;
  }
  .paddingTop-17 {
    padding-top: 85px !important;
  }
  .paddingTop-18 {
    padding-top: 90px !important;
  }
  .paddingTop-19 {
    padding-top: 95px !important;
  }
  .paddingTop-20 {
    padding-top: 100px !important;
  }
  .paddingBottom-1 {
    padding-bottom: 5px !important;
  }
  .paddingBottom-2 {
    padding-bottom: 10px !important;
  }
  .paddingBottom-3 {
    padding-bottom: 15px !important;
  }
  .paddingBottom-4 {
    padding-bottom: 20px !important;
  }
  .paddingBottom-5 {
    padding-bottom: 25px !important;
  }
  .paddingBottom-6 {
    padding-bottom: 30px !important;
  }
  .paddingBottom-7 {
    padding-bottom: 35px !important;
  }
  .paddingBottom-8 {
    padding-bottom: 40px !important;
  }
  .paddingBottom-9 {
    padding-bottom: 45px !important;
  }
  .paddingBottom-10 {
    padding-bottom: 50px !important;
  }
  .paddingBottom-11 {
    padding-bottom: 55px !important;
  }
  .paddingBottom-12 {
    padding-bottom: 60px !important;
  }
  .paddingBottom-13 {
    padding-bottom: 65px !important;
  }
  .paddingBottom-14 {
    padding-bottom: 70px !important;
  }
  .paddingBottom-15 {
    padding-bottom: 75px !important;
  }
  .paddingBottom-16 {
    padding-bottom: 80px !important;
  }
  .paddingBottom-17 {
    padding-bottom: 85px !important;
  }
  .paddingBottom-18 {
    padding-bottom: 90px !important;
  }
  .paddingBottom-19 {
    padding-bottom: 95px !important;
  }
  .paddingBottom-20 {
    padding-bottom: 100px !important;
  }
}
.loading {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #f9f9f9;
  z-index: 9999;
  opacity: 1;
}
.loading:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  transform: translate(0, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  content: "";
}
.loading .title {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  display: block;
  text-align: center;
  transition-delay: 0.25s;
  opacity: 0;
}
.loading .title span {
  display: block;
  opacity: 1;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s, opacity linear 0.7s;
  transform: translate(0, 0);
}
@media screen and (max-width:480px) {
  .loading .title span {
    width: 60%;
    margin: auto;
  }
}
.loading .title.-visible {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  opacity: 1;
}
.loading.-hide {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.45s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 896px) {
  .loading .title {
    width: 70%;
    margin: 0 auto;
  }
}

.btn--border {
  border-radius: 50vh;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  background-color: #f9f9f9;
  padding: 1rem 2.5rem;
  display: block;
}
.btn--border:hover {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  background-color: #fff;
}
.btn--circle {
  position: relative;
  display: flex;
  background-color: #000;
  color: #f9f9f9;
  border-radius: 50vh;
  width: 160px;
  height: 160px;
  padding: 1rem;
  align-items: center;
  justify-content: center;
}
.btn--circle:has(> *) {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  justify-content: space-between;
}
.btn--circle:hover {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.btn--circle:hover span {
  transition: 0.5s ease;
  transform: translateX(2px);
}
.btn--menu {
  position: relative;
  display: flex;
  background-color: #000;
  color: #f9f9f9 !important;
  border-radius: 50vh;
  padding: 1.25rem 5rem;
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.btn--menu:has(> *) {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.btn--menu:has(> *) .arrow-right {
  display: block;
  margin-left: 2rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .btn--menu {
    font-size: 1.953125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .btn--menu {
    font-size: 2.2321428571vw;
  }
}
@media screen and (max-width:480px) {
  .btn--menu {
    font-size: 4.5833333333vw;
    padding: 1rem 2.5rem;
  }
}

.title--section {
  letter-spacing: 0.12em;
  font-size: 3.6rem;
  display: flex;
  gap: 4rem;
  align-items: center;
}
.title--section::before {
  content: "";
  width: 150px;
  height: 1px;
  display: block;
  background: linear-gradient(to right, #cfcfcf, #646464);
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--section {
    font-size: 3.515625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--section {
    font-size: 4.0178571429vw;
  }
}
@media screen and (max-width:480px) {
  .title--section {
    font-size: 7.5vw;
  }
}
@media screen and (max-width: 896px) {
  .title--section {
    gap: 2rem;
  }
  .title--section::before {
    width: 25%;
  }
}
.title--article {
  font-size: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .title--article {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .title--article {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .title--article {
    font-size: 3.3333333333vw;
  }
}

.tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}
.tab__title {
  transition: all 0.5s ease;
  flex: 1 1;
  order: -1;
  width: 50%;
  padding: 0.5em 1em 0.5em;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.tab__title:hover {
  opacity: 0.8;
}
.tab__title:has(:checked) {
  transition: all 0.5s ease;
  font-weight: 600;
  padding: 1em;
  color: #000;
}
.tab__content {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}
.tab__content.mixch {
  background-color: rgba(249, 249, 249, 0.1);
}
.tab__content.web {
  background-color: rgba(249, 249, 249, 0.1);
}
.tab__title:has(:checked) + .tab__content {
  display: block;
}

.scrolldown {
  position: absolute;
  height: 50px;
  left: 0;
  bottom: 0;
  left: auto;
  right: 25px;
  bottom: 60px;
}
.scrolldown span {
  position: absolute;
  color: #eee;
  font-size: 1.4rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .scrolldown span {
    font-size: 1.46484375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .scrolldown span {
    font-size: 1.6741071429vw;
  }
}
@media screen and (max-width:480px) {
  .scrolldown span {
    font-size: 3.125vw;
  }
}
.scrolldown .scroll {
  left: -32px;
  top: -30px;
  writing-mode: vertical-rl;
  top: -70px;
  left: auto;
  right: -10px;
  line-height: 1;
}
.scrolldown .circle {
  font-style: normal;
  left: -4px;
  top: -5px;
}
.scrolldown::before {
  content: "";
  position: absolute;
  top: 7px;
  width: 2px;
  height: 120px;
  background: #eee;
  top: 0;
  right: -4px;
}
.scrolldown::after {
  content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 4px;
  height: 120px;
  background: #eee;
  animation: pathmove 2.5s ease-in-out infinite;
  right: -5px;
  left: auto;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 7px;
  }
  30% {
    height: 30px;
  }
  100% {
    height: 0;
    top: 125px;
  }
}
@media screen and (max-width:1200px) {
  .scrolldown {
    bottom: 50px;
    left: auto;
    right: 25px;
  }
  .scrolldown .scroll {
    writing-mode: vertical-rl;
    top: -70px;
    left: auto;
    right: -5px;
    font-weight: 600;
  }
  .scrolldown .circle {
    display: none;
  }
  .scrolldown::before {
    right: 0;
  }
  .scrolldown::after {
    right: -1px;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .scrolldown .scrolldown::before {
    right: -5px;
  }
  .scrolldown .scrolldown::after {
    right: -6px;
  }
}

.js-modal-video {
  position: relative;
}
.js-modal-video .play-icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -4px;
  left: 0;
  border-style: solid;
  border-width: 8px 0 8px 17px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.js-modal-video .play-icon::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50vh;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 15px #00ffff);
  box-shadow: 0 0 15px #00ffff;
  border: 1px solid #fff;
  z-index: 1;
}
.js-modal-video .thumbg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  cursor: pointer;
}
.js-modal-video .thumbg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .js-modal-video .play-icon::before {
    right: -2px;
    width: 10px;
    height: 10px;
    border-width: 5px 0 5px 10px;
  }
  .js-modal-video .play-icon::after {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
  }
}

.modal {
  display: none;
  pointer-events: none;
  position: static;
  width: 100vw;
  min-height: 100vh;
  text-align: center;
}
.modal.is-open {
  pointer-events: all;
  display: block;
}
.modal__overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  min-height: 100vh;
}
.modal__overlay::before, .modal__overlay::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
}
.modal__overlay::before {
  background-size: cover;
  z-index: -2;
}
.modal__overlay::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__wrapper {
  cursor: pointer;
}
.modal__inner {
  position: relative;
  width: min(1500px, 90%);
  color: #fff;
  margin: 10rem auto;
  cursor: default;
  z-index: 20000;
}
.modal__inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.modal__inner::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  z-index: 5;
  cursor: pointer;
  pointer-events: all;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
}
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__title {
  font-family: "classic-script-mn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  padding: 1rem;
  line-height: 1;
  margin-bottom: 3rem;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .modal__title {
    font-size: 3.90625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .modal__title {
    font-size: 4.4642857143vw;
  }
}
@media screen and (max-width:480px) {
  .modal__title {
    font-size: 8.3333333333vw;
  }
}
.modal__title .small {
  font-size: 2.5rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .modal__title .small {
    font-size: 2.44140625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .modal__title .small {
    font-size: 2.7901785714vw;
  }
}
@media screen and (max-width:480px) {
  .modal__title .small {
    font-size: 5.2083333333vw;
  }
}
.modal__price {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .modal__price {
    font-size: 2.34375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .modal__price {
    font-size: 2.6785714286vw;
  }
}
@media screen and (max-width:480px) {
  .modal__price {
    font-size: 5vw;
  }
}
.modal__menu {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .modal__menu {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .modal__menu {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  .modal__menu {
    font-size: 3.75vw;
  }
}
.modal#lunchMenu .modal__overlay::before {
  background-image: url(../../assets/img/main-visual--04.jpg);
}
.modal#dinnerMenu .modal__overlay::before {
  background-image: url(../../assets/img/main-visual--08.jpg);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal[aria-hidden=false] {
  animation: fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] {
  animation: fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (max-width: 1024px) {
  .modal__inner {
    width: 90%;
    margin: 5rem auto;
    padding: 0;
  }
}

.swiper-pagination {
  width: min(90%, 1200px) !important;
  margin: 0 auto !important;
}
.swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
  color: #bababa;
}

.slider-thumbnail {
  width: 350px;
}
.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumbnail .swiper-slide img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .slider-thumbnail {
    width: 70%;
    margin-top: 3rem;
  }
}

.pager {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.pager li {
  margin-right: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}
.pager .current {
  background-color: #fff;
  color: #3e3e3e;
}

.share-btn {
  position: absolute;
  top: 0;
  right: -80px;
  width: 50px;
  height: 100%;
}
.share-btn__title {
  writing-mode: tb;
  margin: auto;
  margin-right: 39%;
  line-height: 1;
}
.share-btn__title::after {
  position: relative;
  content: "";
  width: 1px;
  height: 2.5rem;
  background-color: #fff;
  display: inline-block;
  margin: 1rem auto;
  bottom: 0;
  right: 0;
  left: 0;
}
.share-btn__wrap {
  position: sticky;
  top: 4rem;
  left: 0;
  background-color: rgba(62, 62, 62, 0.2);
  background-blend-mode: exclusion;
  border-radius: 2px;
  padding: 1rem 0;
  margin-left: 1rem;
}
.share-btn__item {
  transition: all 0.5s ease;
}
.share-btn__item img {
  width: 25px;
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.share-btn__item:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1300px) {
  .share-btn {
    position: relative;
    right: 0;
    left: 0;
    top: calc(100% - 2rem);
    margin: 5rem auto;
    height: auto;
    width: fit-content;
    width: -moz-fit-content;
  }
  .share-btn__title {
    position: relative;
    writing-mode: initial;
    margin: 0;
    margin-right: 4rem;
  }
  .share-btn__title::after {
    position: absolute;
    width: 2rem;
    height: 1px;
    left: calc(100% + 1rem);
    right: auto;
    top: 0;
    margin: auto;
  }
  .share-btn__wrap {
    position: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1rem;
  }
  .share-btn__inner {
    display: flex;
    align-items: center;
  }
  .share-btn__item img {
    padding: 0;
  }
  .share-btn__item:not(:last-child) img {
    margin-right: 1rem;
  }
}

#news {
  overflow: visible;
}

.arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1px;
  background: currentColor;
}
.arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 1px;
  right: -0.05em;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.m0a {
  margin: 0 auto;
}

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

.mt0 {
  margin-top: 0 !important;
}

.red {
  color: red;
}

.link {
  color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}
@media screen and (max-width: 896px) {
  .link {
    border-bottom: 1px solid #3e3e3e;
  }
}

.border {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.border--top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.border--bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.border--right {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.border--left {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tag {
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.15);
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .tag {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .tag {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .tag {
    font-size: 3.3333333333vw;
  }
}

.date {
  display: block;
}
.date span {
  font-size: 80%;
  display: inline-block;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  color: #3e3e3e;
}
@media screen and (max-width: 1024px) {
  .date span {
    font-size: 75%;
    padding: 0.1rem 0.5rem;
  }
}
.date--type2 {
  line-height: 1.2;
  margin-top: 0.5rem;
}
.date--type2 span {
  font-size: 1.2rem;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  padding: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .date--type2 span {
    font-size: 1.171875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .date--type2 span {
    font-size: 1.3392857143vw;
  }
}
@media screen and (max-width:480px) {
  .date--type2 span {
    font-size: 2.5vw;
  }
}

.new-icon {
  color: red;
  display: block;
  border-bottom: 2px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .new-icon {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.list-style--notes li {
  margin-left: 2rem;
  list-style-type: "※";
}
.list-style--notes li:last-child {
  margin-bottom: 2rem;
}
.list-style--disc li {
  margin-left: 2rem;
  list-style-type: disc;
}
.list-style--disc li:last-child {
  margin-bottom: 2rem;
}
.list-style--num li {
  margin-left: 2rem;
  list-style-type: decimal;
}
.list-style--num li:last-child {
  margin-bottom: 2rem;
}

.flow__unit {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0;
}
.flow__unit:last-child {
  border-bottom: none;
}
.flow--title {
  margin-right: 2rem;
}
.flow--title .tag {
  margin: 0;
}
@media screen and (max-width:480px) {
  .flow__unit {
    flex-direction: column;
  }
  .flow--content {
    padding: 1rem 0;
  }
}

.flex {
  display: flex;
  align-items: center;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.sp-nowrap {
  flex-wrap: nowrap;
}
.flex.jc-center {
  justify-content: center;
  gap: 1rem;
}
.flex.jc-around {
  justify-content: space-around;
}
.flex.jc-between {
  justify-content: space-between;
}
.flex.ai-start {
  align-items: flex-start;
}
.flex.gap1 {
  gap: 1rem;
}
.flex.gap2 {
  gap: 2rem;
}
.flex.gap3 {
  gap: 3rem;
}
.flex.gap4 {
  gap: 4rem;
}
.flex.gap5 {
  gap: 5rem;
}
@media screen and (max-width: 896px) {
  .flex.sp-wrap {
    flex-wrap: wrap !important;
  }
  .flex.sp-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex.sp-flex--column {
    flex-direction: column !important;
  }
  .flex.sp-jc-center {
    justify-content: center !important;
  }
  .flex.sp-jc-around {
    justify-content: space-around !important;
  }
  .flex.sp-jc-between {
    justify-content: space-between !important;
  }
  .flex.sp-ai-start {
    align-items: flex-start !important;
  }
  .flex.sp-gap1 {
    gap: 1rem !important;
  }
  .flex.sp-gap2 {
    gap: 2rem !important;
  }
  .flex.sp-gap3 {
    gap: 3rem !important;
  }
  .flex.sp-gap4 {
    gap: 4rem !important;
  }
  .flex.sp-gap5 {
    gap: 5rem !important;
  }
}

.small {
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .small {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .small {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:480px) {
  .small {
    font-size: 2.9166666667vw;
  }
}

.dl--normal dd::before {
  content: ":";
  margin-right: 1rem;
}
.dl__item {
  display: flex;
  gap: 0.5rem;
}
.dl__title {
  min-width: 80px;
  flex-shrink: 0;
}
.dl__desc {
  display: flex;
}

.sp-non {
  display: block;
}
@media screen and (max-width: 896px) {
  .sp-non {
    display: none;
  }
}

.tabpc-non {
  display: block;
}
@media screen and (min-width:897px) {
  .tabpc-non {
    display: none;
  }
}

.pc-non {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-non {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */