@charset "UTF-8";

/* --------------------
   Reset
-------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul {
  padding-left:0;
}

li {
  list-style:none;
}

a {
  display: block;
  text-decoration: none;
  color: #fff;
}

/* --------------------
   Base
-------------------- */
html {
  background: url("img/bg_img.png") center / cover no-repeat fixed;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .06em;
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* --------------------
   Typography
-------------------- */
h1 {
  font-size: 25px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

h2 {
  font-weight: 400;
}

ol li {
  list-style: decimal inside;
}

.grecaptcha-badge { visibility: hidden; }

.title__simple,
.title__border {
  font-size: 25px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
}

.title__simple {
  text-align: center;
}

.title__border {
  position: relative;
  display: block;
  max-width: 352px;
  padding-bottom: 4px;
  text-align: right;
}

.title__border02 {
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  border-bottom: 2px solid #fff;
}

.title__border::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 1;
}

rt {
  font-size: 12px;
  padding-left: 4px;
}

/*
.br-space {
  display: inline-block;
    height: 115px;
}

.text__vertical {
  font-size: 30px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 2.6px;
  white-space: nowrap;
  text-shadow: 0 0 2px #212121,0 0 4px #212121,0 0 6px #212121;
}
*/

.alignnone {
  width: auto;
  margin: 0;
}

.alignleft {
  width: auto;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.aligncenter {
  width: auto;
  margin: 0 auto;
}

.alignright {
  width: auto;
  float: right;
  margin-left: 16px;
  margin-bottom: 16px;
}

.annotation-text {
  margin-top: 10px;
  text-align: center;
}

/* --------------------
   Layout
-------------------- */
.contents {
  max-width: 2000px;
  margin: 0 auto;
  padding: 80px 8%;
}

.contents_column {
  display: flex;
  justify-content: space-between;
}

.contents_column__block:nth-child(1) {
  width: calc(50% - 16px);
}

.contents_column__block:nth-child(2) {
  width: calc(50% - 16px);
}

.contents__img {
  margin-bottom: 56px;
}

.contents__title {
  margin-bottom: 56px;
  text-align: center;
}

.contents__sb-title {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}

.contents__text > p:not(:first-child),
.contents__text > ul:not(:first-child),
.contents__text > ol:not(:first-child),
.contents__text > img:not(:first-child) {
  margin-top: 24px;
}

.contents__link {
  margin-top: 64px;
}

.link-btn {
  margin: 56px auto 0;
}

.link-btn a {
  max-width: 304px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: 0.3s;
}

.link-btn .link_text::after {
  top: 40%;
  right: -2px;
}

.link-btn .link_text:hover::after {
  right: -14px;
}

.link_text {
  position: relative;
  display: inline-block;
  padding-right: 58px;
}

.link_text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 52px;
  height: 13px;
  background: url(img/arrow.png) no-repeat center center / contain;
  transition: 0.3s;
}

.link_text-en {
  font-family: "Cal Sans", sans-serif;
}

.link_text:hover::after {
  right: -12px;
}

.contents_img-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 120px;
}

.contents_img-list::after {
  content: "";
  position: absolute;
  top: -52px;
  right: 58px;
  background: url(img/sb-title.png) no-repeat center center / contain;
  width: 400px;
  height: 72px;
}

.img-list__link {
  position: relative;
  display: inline-block;
  width: calc((100% / 4) - 16px);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.img-list__link:nth-child(n + 5) {
  margin-top: 24px;
}

.img-list__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  display: block;
}

.img-list__link:hover img {
  transform: scale(1.05);
}

.lightbox {
  width: auto !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}

.lb-dataContainer {
  padding-top: 12px !important;
}

.lightbox .lb-image {
  border-radius: none !important;
  border: none !important;
}

.lb-closeContainer {
  display: block !important;
  position: absolute;
  bottom: -10px;
  right: 4px !important;
}

.lb-close {
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  background: none;
  border: none;
}

.box {
  position: relative;
  width: 100%;
  height: 30vw;
  overflow: hidden;
}

.parallaxImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  will-change: transform;
  user-select: none;
  pointer-events: none;
}

/* ------ アニメーション ------ */
.fade_title {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.fade_title.active {
  opacity: 1;

}
.fade_text,.fade_img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade_text.active,.fade_img.active {
  opacity: 1;
  transform: translateY(0);
}

/* ------ header ------ */
header {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  padding: 40px 8%;
}

.header__title {
  font-family: "Cal Sans", sans-serif;
  transition: 0.3s;
}

.header__title:hover {
  opacity: 0.8;
}

.header__title p {
  white-space: nowrap;
}

.logo {
  position: absolute;
  top: 40px;
  right: 5%;
  width: 224px;
  z-index: 3;
}

header nav {
  align-items: center;
}

header nav ul {
  display: flex;
}

.nav-overlay__item:nth-child(n + 2) {
  margin-left: 8px;
}

.nav-overlay__link {
  padding: 4px;
  transition: 0.3s;
  font-family: "Cal Sans", sans-serif;
}

.nav-overlay__link:hover {
  opacity: 0.8;
}

.nav__sns {
  display: flex;
}

.sns-icon {
  width: 24px;
  height: auto;
  display: block;
}

.nav__sns a:first-child {
  margin-right: 8px;
}

/* ------ top ------ */
.top {
  padding-top: 0 !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  z-index: -1;
}

.main-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 100%;
}


/* ------ information ------ */
.information .contents_column__block:nth-child(1) {
  width: calc(30% - 16px);
}

.information .contents_column__block:nth-child(2) {
  width: calc(70% - 16px);
}

.information .info__list {
  display: flex;
  justify-content: space-between;
  flex-wrap : wrap;
  width: 100%;
}

.information .info__list::after {
  content:"";
  display: block;
  width: calc((100% / 3) - 24px);
}

.information .info__item {
  width: calc((100% / 3) - 24px);
  box-sizing: border-box;
}

.info__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  overflow: hidden;
  object-fit: cover;
}

.info__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.info__text {
  transition: 0.3s;
}

.info__item:hover .info__img img {
  transform: scale(1.05);
}

.info__item:hover .info__text {
  opacity: 0.8;
}

.info__text {
  margin-top: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.info__date {
  margin-bottom: 2px;
}

.info__content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.information .contents__link {
  text-align: right;
}

/* ------ Concept ------ */
.concept {
  padding-left: 0;
}

.concept .contents_column__block:nth-child(1) {
  width: calc(50% - 8px);
}

/*
.concept .contents_column__block:nth-child(2) {
  width: calc(10% - 8px);
  min-width: 112px;
}

.concept .contents_column__block:nth-child(2) .text__vertical {
  width: 100%;
}
*/

.concept .contents_column__block:nth-child(2) {
  padding-right: 5%;
  position: relative;
  width: 43%;
  padding-top: 5em;
}

.slider__img {
  width: 100%;
  height: auto;
}

.swiper-slide img {
  display: block;
}

.swiper-container-wrap {
  position: relative;
  margin-bottom: 32px;
}

/*
.swiper-container-wrap .text__vertical {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
}
*/

.swiper-pagination {
  bottom: -24px !important;
  padding-right: 8px;
  text-align: right !important;
  z-index: 2 !important;
}

.swiper-pagination-bullet {
  background: #fff !important;
}

.concept .title__border {
  position: absolute;
  top: 1em;
  left: 0;
}

.concept .text__title {
  margin-bottom: 1.5em;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 2em;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .concept .contents_column__block:nth-child(2) {
    padding-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .concept .text__title {
    font-size: 1.7em;
  }
}

.concept .text__title > span {
  display: block;
}

.concept .text__title > span + span {
  margin-right: -0.7em;
  font-size: 0.45em;
  letter-spacing: 0.7em;
}

/* ------ Our Chef ------ */
.ourchef.contents_column {
  align-items: center;
}

.ourchef .contents__title {
  margin-top: -5em;
}

.ourchef .contents__img {
  position: relative;
}

/*
.ourchef .contents__img .text__vertical {
  position: absolute;
  top: 0;
  right: 0;
}
*/

.ourchef .contents__img .img {
  padding-right: 16%;
}

.ourchef .text__title {
  margin-top: 1em;
  padding-right: 16%;
  font-size: 16px;
  text-align: center;
}

.ourchef .text__title rt {
  padding: 0 0 0.2em;
  font-size: 0.5em;
}

/* ------ Special Dinner ------ */
.specialdinner .contents__title {
  margin-bottom: 40px;
}

.specialdinner .contents__img {
  position: relative;
}

/*
.specialdinner .text__vertical {
  position: absolute;
  top: -100px;
  left: -74px;
  z-index: 2;
}
*/

.specialdinner .text__title {
  text-align: center;
  margin-bottom: 1.6em;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 0.1em;
}

.specialdinner .text__title br {
  display: none;
}

.specialdinner .contents__text > div {
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .specialdinner .text__title {
    font-size: 1.7em;
    line-height: 1.6;
  }

  .specialdinner .text__title br {
    display: block;
  }
}


/* ------ access ------ */
.access__item {
  display: flex;
  align-items: flex-start;
}

.access .contents_column__block:nth-child(2) {
    width: calc(50% - 16px);
}

.access__item:nth-child(n + 2) {
  margin-top: 24px;
}

.access h3 rt {
  padding-left: 0;
}

.access__title {
  margin-right: 24px;
  width: 3.2em;
}

.access__text {
  flex: 1;
  margin: 0 !important;
  font-feature-settings: "palt";
}

.access .title__border {
  text-align: left;
  display: inline-block;
}

.access .title__border::after {
  width: 432px;
  z-index: -1;
}

.access .contents__link {
  margin-top: 40px;
  text-align: right;
}

/* ------ footer ------ */
.footer {
  padding: 44px 8% 24px;
  display: flex;
  gap: 1em;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.footer h1 {
  font-weight: bold;
  font-size: 100%;
  width: 4.8em;
}

.footer__copy {
  font-family: "Cal Sans", sans-serif;
  font-size: 0.845em;
}

.footernav {
  display: flex;
  gap: 0.75em;
  flex-direction: row;
}

.footernav img {
  width: 1.6em;
}

/* --------------------
   下層共通
-------------------- */
.sub-page {
  margin: 64px 0;
}

.page__contents {
  padding: 0 8%;
}

/* --------------------
   Information.html
-------------------- */
.page__information .info__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page__information .info__item {
  width: calc((100% / 4) - 16px);
}

.page__information .info__item:nth-child(n + 5) {
  margin-top: 56px;
}

.page__information .info__list::before{
  content:"";
  display: block;
  width: calc((100% / 4) - 16px);
  order:1;
}

.page__information .info__list::after{
  content:"";
  display: block;
  width: calc((100% / 4) - 16px);
}

.pagination {
  text-align: center;
  margin-top: 72px;
}

.pagination__list {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination__link {
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 18px;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}

.pagination__link:hover {
  opacity: 0.8;
}

.pagination__link.is-current {
  background-color: #494949;
  border-radius: 30px;
}

.pagination__prev,
.pagination__next {
  font-size: 18px;
}

.scrolltotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  opacity: 0;
  transition: .5s;
}

.scrolltotop a {
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 2.6em;
  height: 2.6em;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  box-sizing: content-box;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s;
}

.scrolltotop a:hover {
  background: rgba(255,255,255,0.3);
}

.scrolltotop a::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.45em 0.6em;
  border-right-color: currentColor;
  border-left: 0;
  transform: translateY(-10%) rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* --------------------
   Information-detail.html
-------------------- */
.page__information-detail .info__content {
  display: flex;
  justify-content: space-between;
}

.page__information-detail .info__inner {
  width: calc((100% / 2) - 16px);
}

.page__information-detail .info__title {
  margin: 12px 0 48px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

.page__information-detail .info__text {
  margin-top: 0;
}

.page__information-detail .info__date {
  margin-bottom: 0;
}

.page__information-detail .contents__text {
  margin-top: 0;
}

.page__information-detail .contents__text a {
  display: inline-block;
  color: #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  transition: 0.3s;
}

.page__information-detail .contents__text ul li {
  list-style: disc inside;
}

.page__information-detail .contents__text a:hover {
  opacity: 0.8;
}

.page__information-detail .pagination__list {
  display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.page__information-detail .pagination__block {
  width: 50%;
}

.page__information-detail .pagination__block_prev {
  width: 100%;
  text-align: left;
}

.page__information-detail .pagination__block_next {
  width: 100%;
  text-align: right;
}

.page__information-detail .pagination__item {
  width: 100%;
}

.page__information-detail .pagination__prev {
  text-align: left;
}

.page__information-detail .pagination__next {
  text-align: right;
}

.page__information-detail .pagination__item a {
  display: inline-block;
  font-family: "Cal Sans", sans-serif;
  transition: 0.3s;
}

.page__information-detail .pagination__item a:hover {
  opacity: 0.8;
}

.page__information-detail .pagination__item span {
  padding: 0 16px;
}

.page__information-detail .pagination {
  width: calc((100% / 2) - 16px);
    margin: 64px 0 0 auto;
}

/* --------------------
   404.html
-------------------- */
.page__error .page__contents .title__inner {
  display: inline-block;
  margin-bottom: 32px;
  font-family: "Cal Sans", sans-serif;
  line-height: 1;
  text-align: left;
}

.page__error .page__contents .title__inner span {
  padding-right: 8px;
  font-size: 102px;
}

.page__error .contents__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__error .inner__item {
  width: calc((100% / 2) - 16px);
}

.page__error .contents__text {
  padding: 0;
}

/* --------------------
   Media Queries
-------------------- */
@media screen and (min-width: 768.98px) {
  .pc-block {
    display: block;
  }

  .sp-block {
    display: none;
  }

  /* ------ Information ------ */
  .information .contents__title {
    margin: 56px 0 0;
  }


  /* ------ header ------ */
  .hamburger-overlay {
    display: none;
  }

  /* ------ Concep ------ */
  .concept .title__border::after {
    min-width: 352px;
  }

  /*
  .concept .contents_column__block:nth-child(2) .text__vertical {
    position: relative;
      right: -15px;
    display: inline-block;
    width: auto;
    margin-top: 24px;
  }
  */

  .concept .contents__title {
    margin-bottom: 0;
    padding-top: 32px;
  }

  /* ------ Our Chef ------ */
  .ourchef .contents__img {
    margin-bottom: 0;
  }

  .ourchef .contents__text {
    margin-left: 10%;
  }


  /* ------ Special Dinner ------ */
  .specialdinner .contents__text > div {
    margin: 0 auto;
    max-width: 700px;
  }

  /* ------ Access ------ */
  .access .contents__title {
    text-align: left;
  }

  .access .contents_column__block:nth-child(2) {
    padding-left: 7%;
  }

}

@media (max-width: 955px) {
  .logo {
    top: 82px;
    right: 4%;
    width: 168px;
  }

  /* ------ Information ------ */
  .information .info__item {
    width: calc((100% / 3) - 12px);
  }

  .information .info__list::after {
    width: calc((100% / 3) - 12px);
  }

  /* --------------------
  Layout
  -------------------- */
  .contents {
    padding: 80px 6%;
  }

  /*
  .specialdinner .text__vertical {
    left: -45px;
  }
  */

  /* --------------------
  Information.html
  -------------------- */
  .page__information .info__item {
    width: calc((100% / 3) - 16px);
  }

  .page__information .info__item:nth-child(n + 4) {
    margin-top: 56px;
  }

  .page__information .info__list::before{
    content: none;
  }

  .page__information .info__list::after{
    content:"";
    display: block;
    width: calc((100% / 3) - 16px);
  }

  /* --------------------
  404.html
  -------------------- */
  .page__error .page__contents .title__inner span {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }

  /* --------------------
  Typography
  -------------------- */
  .title__border {
    display: inline-block;
    max-width: 100%;
    text-align: center;
  }

  .title__border::after {
      width: 500px;
  }

  .title__simple,
  .title__border {
    font-size: 28px;
  }

  rt {
    padding-left: 3px;
  }

  /* --------------------
  Layout
  -------------------- */
  .contents {
    margin: 0 auto;
    padding: 80px 0 0 0;
  }

  .contents_column {
    display: block;
  }

  .contents_column__block:nth-child(n + 2) {
    margin-top: 48px;
  }

  .contents_column__block:nth-child(1) {
    width: 100% !important;
  }

  .contents_column__block:nth-child(2) {
    width: 100% !important;
  }

  .contents_column__block:nth-child(3) {
    width: 100% !important;
  }

  .text__title,
  .contents__text,
  .contents_img-list,
  .contents__link {
    padding: 0 4%;
  }

  .contents__img {
    margin-bottom: 80px;
  }

  .img-list__link {
    width: calc((100% / 2) - 8px);
  }

  .img-list__link:nth-child(n + 3) {
    margin-top: 16px;
  }

  .contents__link {
      margin-top: 32px;
  }

  .contents__link a {
    display: inline-block;
  }

  .contents_img-list::after {
    right: 59px;
    left: 50%;
    width: 90%;
    max-width: 350px;
    transform: translate(-50%, 0);
  }

  /* ------ header ------ */
  header {
    padding: 16px 4%;
  }

  .header__title a {
    display: flex;
    align-items: center;
    margin-right: 48px;
  }

  .header__title .logo {
    position: unset;
    width: 48px;
    margin: 0 20px 0 0;
  }

  header nav ul {
    display: block;
  }

  .hamburger__logo {
    width: 112px;
  }

  .hamburger-overlay {
    position: fixed;
    top: 8px;
    right: 2%;
    z-index: 5;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .hamburger-overlay__line {
    position: absolute;
    left: 11px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }

  .hamburger-overlay__line:nth-of-type(1) {
    top: 14px;
  }

  .hamburger-overlay__line:nth-of-type(2) {
    top: 23px;
  }

  .hamburger-overlay__line:nth-of-type(3) {
    top: 32px;
  }

  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
    transform: translateY(9px) rotate(-30deg);
    background-color: #fff;
  }

  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
    transform: translateY(-9px) rotate(30deg);
    background-color: #fff;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #212121;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 4;
    pointer-events: none;
  }

  .nav-overlay.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-overlay__item:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 18px;
  }

  .nav-overlay__content {
    margin-top: -24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 25%;
  }

  .nav-overlay__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-overlay__link {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
  }

  .nav-overlay__link:hover,
  .nav-overlay__link:focus {
    opacity: 0.8;
  }

  /* ------ top ------ */
  .video-container {
    height: 500px;
  }

  .main-video {
    width: 120%;
    height: auto;
    min-height: 100%;
  }

  /* ------ Information ------ */
  .information .contents_column__block:nth-child(2) {
    padding-left: 4%;
  }

  .information .info__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
  }

  .information .info__item {
    width: 200px;
    flex: 0 0 80%;
    scroll-snap-align: start;
  }

  /* ------ Concept ------ */
  .concept .contents_column__block:nth-child(3) {
    margin: 0;
  }

  /*
  .swiper-container-wrap .text__vertical {
    left: 8px;
    bottom: -48px;
  }
  */

  .swiper-container-wrap {
    margin-bottom: 88px;
  }

  .concept .title__border {
    position: relative;
  }

  .concept .contents_column__block:nth-child(2) {
    padding-top: 0;
  }

  /* ------ Our Chef ------ */
  .ourchef .contents__img {
    position: relative;
    max-width: 380px;
    margin: 0 auto 48px;
  }

  /*
  .ourchef .contents__img .text__vertical {
    top: 50%;
    right: -32px;
    transform: translate(0, -50%);
  }
  */

  .ourchef .contents__img .img,
  .ourchef .text__title {
    padding: 0 4%;
  }

  .ourchef .contents__title {
    margin-top: 0;
  }


  /* ------ Special Dinner ------ */
  .box {
    position: relative;
    width: 100%;
    height: 100vw;
    overflow: hidden;
  }

  /*
  .specialdinner .text__vertical {
    top: auto;
    left: 0;
    bottom: -199px;
    z-index: 2;
  }

  .specialdinner .contents__text {
    margin-left: 51px;
  }
  */

  .specialdinner .contents__img {
    margin-bottom: 48px;
  }

  .specialdinner .contents__text > div {
    text-align: left;
  }

  /* ------ Access ------ */
  .access .contents__link {
    text-align: right;
  }

  .access .annotation-text {
    padding: 0 4%;
  }

  .access.contents_column {
    display: flex !important;
    flex-wrap: wrap;
  }

  .access .contents_column__block:nth-child(1) {
    width: 100%;
    order: 2;
  }

  .access .contents_column__block:nth-child(2) {
    width: 100%;
    order: 1;
    margin: 0 auto 24px 0;
  }

  .access__item h3 {
    text-align: center;
  }

  /* ------ footer ------ */
  .footer {
    margin-top: 64px;
    padding: 24px 4% 24px;
  }

  /* --------------------
  下層共通
  -------------------- */
  .title__border02 {
    font-size: 28px;
  }

  /* --------------------
  Information.html
  -------------------- */
  .page__contents {
    padding: 0 4%;
  }

  .page__information .info__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page__information .info__item {
    width: 100%;
  }

  .page__information .info__item:nth-child(n + 2) {
    margin-top: 56px;
  }

  .page__information .info__list::after{
    content: none;
  }

  .page__information .info__content {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    text-overflow: unset;
  }

  /* --------------------
  Information-detail.html
  -------------------- */
  .page__information-detail .info__content {
    display: block;
  }

  .page__information-detail .info__inner {
    width: 100%;
  }

  .page__information-detail .pagination {
    width: 100%;
    margin: 56px auto 0;
  }

  .page__information-detail .contents__text {
    padding: 0;
  }

  .page__information-detail .info__title {
    font-size: 20px;
    margin: 12px 0 38px 0;
  }

  .page__information-detail .info__text {
    margin-top: 0;
  }

  .page__information-detail .info__img {
    margin-bottom: 24px;
  }

  /* --------------------
  404.html
  -------------------- */
  .page__error .page__contents {
    padding: 0;
  }

  .page__error .contents__inner {
    position: relative;
    padding: 120px 4%;
  }

  .page__error .contents__inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("img/error_img.jpg") no-repeat center center / cover;
    opacity: 0.22;
    z-index: -1;
  }

  .page__error .contents__inner {
    display: block;
  }

  .page__error .inner__item {
    text-align: center;
    width: 100%;
  }

  .page__error .page__contents .contents__inner .title__inner {
    display: none;
  }

  .page__error .page__contents .title__inner {
    margin-bottom: 0;
  }

  .page__error .page__contents .title__inner span {
    font-size: 50px;
  }

  .page__error .contents__sb-title,.page__error .contents__text {
    text-align: left;
  }

  .page__error .link-btn a {
    background-color: #212121B3;
  }

  .scrolltotop {
    bottom: 10px;
    right: 10px;
  }

  .scrolltotop a {
    width: 2em;
    height: 2em;
  }
}

@media (max-width: 400px) {
  /* ------ footer ------ */
  .footer {
    gap: 0.75em;
    font-size: 3.8vw;
  }
}

@media (max-width: 320px) {
  .header__title p {
    font-size: 12px;
  }

  /*
  .ourchef .contents__img .text__vertical {
    right: 0;
  }
  */

  .video-container {
    height: 400px;
  }

  .nav-overlay__content {
    padding: 0 18%;
  }
}