html,
body {
  font-family: "dnp-shuei-mincho-pr6n", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 2;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  background-color: rgb(250, 248, 245);
  -webkit-overflow-scrolling: touch;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

body.hidden {
  overflow: hidden;
}

::selection {
  background: #333;
  color: #ffffff;
}

/*共通css*/
p {
  font-size: 1.4rem;
}

a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #008fe2;
  opacity: 0.5;
  text-decoration: none;
}

.btn {
  margin: 15px 0 0;
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  color: #333;
}

.btn:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #838383;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.btn:hover {
  opacity: 1;
  color: #333;
}

.btn:hover:after {
  transform-origin: right top;
  transform: scale(0, 1);
}

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

h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.veritical-title h2,
h3 {
  font-family: garamond-premier-pro, "dnp-shuei-mincho-pr6n", 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.left-side,
.right-side {
  position: relative;
  margin-bottom: 60px;
}

.pc-hide {
  display: none;
}

.sp-hide {
  display: block;
}

.inview-normal {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.inview-delay1 {
  opacity: 0;
  transition: opacity .8s ease-in-out 0.8s;
}

.inview-delay2 {
  opacity: 0;
  transition: opacity .8s ease-in-out 2.5s;
}

.inview-delay3 {
  opacity: 0;
  transition: opacity .8s ease-in-out 4s;
}

.inview-normal.is-show,
.inview-delay1.is-show,
.inview-delay2.is-show,
.inview-delay3.is-show {
  opacity: 1.0;
}

.inview .inview-image {
  opacity: 0;
  transition: all 1s cubic-bezier(0, 0.315, 0.155, 0.995);
  transform-origin: 50% 100%;
  -webkit-clip-path: inset(10% 10% 0% 10%);
  clip-path: inset(10% 10% 0% 10%);
  overflow: hidden;
  will-change: clip-path, transform;
}

.inview .inview-image.is-show {
  -webkit-clip-path: inset(0% 0% 0% 0%);
  clip-path: inset(0% 0% 0% 0%);
  transform-origin: 100% 100%;
  opacity: 1;
}

.inview .inview-image span {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: transform 1.2s cubic-bezier(0, 0.315, 0.155, 0.995), background 0.6s ease-out 0.6s, -webkit-transform 1.2s cubic-bezier(0, 0.315, 0.155, 0.995);
  transform-origin: 50% 100%;
  background: #c9e2df;
  overflow: hidden;
  display: block;
  will-change: transform;
}

.inview .inview-image.is-show span {
  transform: scale(1);
  transform-origin: 100% 100%;
  background: none;
}

.inview .inview-image span .cover-image {
  -webkit-clip-path: inset(0% 100% 0 0);
  clip-path: inset(0% 100% 0 0);
  transition: all 0.8s cubic-bezier(0, 0.315, 0.42, 1.025) 0s;
  will-change: clip-path;
}

.inview .inview-image.is-show span .cover-image {
  -webkit-clip-path: inset(0% 0% 0 0);
  clip-path: inset(0% 0% 0 0);
}

.inview .inview-downtoup {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s cubic-bezier(0, 0.315, 0.155, 0.995) 1s;
  will-change: transform;
}

.inview .inview-downtoup.is-show {
  transform: translateY(0);
  opacity: 1;
}

.swiper-slide .inner {
  width: 100%;
  height: 100%;
  transition: 1.3s cubic-bezier(.31, .89, .53, .95) 0s;
  clip-path: polygon(20% 0, 0 0, 0 100%, 0 100%);
  will-change: clip-path;
}

.swiper-slide-active .inner,
.swiper-slide-duplicate-active .inner,
.swiper-slide-prev .inner {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

.swiper-slide .cover-image {
  width: 100%;
  height: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide.swiper-slide-active .cover-image,
.swiper-slide-duplicate-active .cover-image,
.swiper-slide-prev .cover-image {
  animation: zoomUp 10s linear 0s 1 normal both;
  background: no-repeat center center / cover;
  will-change: transform;
}

/*文字ランダム出現*/
/*.TextRandomAnime.appearRandomtext{ 
  animation:text_blur 1s ease-out forwards;
}*/

.TextRandomAnime span {
  opacity: 0;
}

.TextRandomAnime.appearRandomtext span {
  animation: text_randomanime_on .5s ease-out forwards;
  will-change: opacity;
}

/*アニメーションで透過を0から1に変化させる*/
@keyframes text_randomanime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes text_blur {
  0% {
    filter: blur(5px);
  }

  100% {
    filter: blur(0);
  }
}

.TextRandomAnime.appearRandomtext span:nth-child(2n) {
  animation-delay: .5s;
  /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}

.TextRandomAnime.appearRandomtext span:nth-child(3n) {
  animation-delay: .1s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime.appearRandomtext span:nth-child(5n) {
  animation-delay: 1s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime.appearRandomtext span:nth-child(7n) {
  animation-delay: .6s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime.appearRandomtext span:nth-child(9n) {
  animation-delay: .3s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime:nth-child(3n).appearRandomtext span:nth-child(2n) {
  animation-delay: .9s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime:nth-child(2n).appearRandomtext span:nth-child(3n) {
  animation-delay: .8s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime:nth-child(2n).appearRandomtext span:nth-child(2n) {
  animation-delay: .4s;
  /* spanのついた2の倍数の文字列の変化を0.5秒遅らせる*/
}

.TextRandomAnime:nth-child(3n).appearRandomtext span:nth-child(3n) {
  animation-delay: .2s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime:nth-child(2n).appearRandomtext span:nth-child(2n) {
  animation-delay: .7s;
  /* spanのついた3の倍数＋1の文字列の変化を0.15秒遅らせる*/
}

.TextRandomAnime {
  margin-bottom: 0.1em;
}

.TextRandomAnime.bottomspace {
  margin-bottom: 2em;
}

/*個別css*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

header .logo {
  width: 100px;
  height: 47px;
  position: absolute;
  top: 40px;
  left: 40px;
}

header .logo img:nth-of-type(1) {
  width: 48%;
  position: absolute;
  top: 0;
  left: 5%;
}

header .logo img:nth-of-type(2) {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .3s;
}

header .logo img:nth-of-type(2).hide {
  opacity: 0;
}

header .menu-wrapper {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  align-items: center;
}

header .menu-wrapper .menu-list {
  display: flex;
  align-items: center;
}

header .menu-wrapper .menu-list a {
  color: #fff;
  margin-left: 40px;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  position: relative;
}

header .menu-wrapper .menu-list a.bk {
  color: #333;
}

header .menu-wrapper .menu-list a:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgb(235, 235, 235);
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(0, 1);
  transform-origin: right bottom;
  transition: transform .6s;
}

header .menu-wrapper .menu-list a.bk:after {
  background-color: rgb(120, 120, 120);
}

header .menu-wrapper .menu-list a:hover {
  opacity: 1;
}

header .menu-wrapper .menu-list a:hover:after {
  transform-origin: left bottom;
  transform: scale(1, 1);
}

header .menu-wrapper .menu-sns {
  display: flex;
  margin-left: 10px;
}

header .menu-wrapper .menu-sns a {
  width: 17px;
  height: 17px;
  margin: 0 0 2px 30px;
  position: relative;
  display: block;
}

header .menu-wrapper .menu-sns a img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .3s;
}

header .menu-wrapper .menu-sns a img:nth-of-type(2) {
  opacity: 0;
}

header .menu-wrapper .menu-sns.bk a img:nth-of-type(1) {
  opacity: 0;
}

header .menu-wrapper .menu-sns.bk a img:nth-of-type(2) {
  opacity: 1;
}

.sns-list {
  width: 17px;
  height: 154px;
  position: absolute;
  top: 0;
  right: 63px;
  bottom: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  margin: auto 0;
}

.sns-list p {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
  white-space: nowrap
}

.sns-list a {
  display: block;
  width: 100%;
  height: 17px;
  margin-bottom: 3px;
}

.sns-list a:hover {
  opacity: 1;
}

.contact-btn {
  position: fixed;
  left: -10px;
  bottom: 60px;
  transform: rotate(90deg);
  color: #333;
  z-index: 1000;
  padding-left: 50px;
  font-size: 1.1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}

.contact-btn:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: rgb(120, 120, 120);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.contact-btn:hover {
  opacity: 1;
  color: #333;
}

.contact-btn:hover:after {
  transform-origin: right bottom;
  transform: scale(0, 1);
}

.contact-btn.active {
  opacity: 1.0;
  pointer-events: auto;
}

.scr-trg {
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border .5s, opacity .8s ease-in-out 4s;
}

.scr-trg .arrow-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.scr-trg .arrow-container div {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.scr-trg p {
  font-size: 2.8rem;
  line-height: 0;
  transform: translateY(0%);
  color: #fff;
  transition: .5s;
}

.scr-trg.active {
  border: 1px solid #333;
}

.scr-trg.active p {
  color: #333;
}

.scr-trg.active .arrow-container div {
  transform: translateY(-100%);
  transition: .5s;
}

content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 100vh;
  /* padding-top: 80px; */
  padding-top: 0;
  background-color: rgb(250, 248, 245);
  z-index: 2;
}

/* 臨時アナウンス */
.closed-message {
  background-color: #c9e2df;
  margin-bottom: 80px;
}

.closed-message .inner {
  width: calc(100% - 60px);
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 0 65px;
  text-align: center;
}


.closed-message h3 {
  font-size: 2.1rem;
  letter-spacing: 0.3rem;
  margin-bottom: 20px;
}

.closed-message p {
  font-size: 1.4rem;
}




#top {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
}

.news-intro {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background-color: #fff;
  z-index: 2;
}

.news-intro p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  padding: 3px 10px 2px;
  color: #333;
}

.news-intro p a {
  color: #333;
}

.scr-btn {
  position: absolute;
  right: 0;
  bottom: 29px;
  transform: rotate(90deg);
  color: #333;
  z-index: 1000;
  padding-right: 50px;
  font-size: 1.3rem;
  cursor: pointer;
}

.scr-btn:after {
  content: '';
  width: 40px;
  height: 1px;
  background-color: rgb(120, 120, 120);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.scr-btn:hover {
  opacity: 1;
  color: #333;
}

.scr-btn:hover:after {
  transform-origin: right bottom;
  transform: scale(0, 1);
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container.hide {
  display: none;
}

.swiper-slide {
  overflow: hidden;
}

.message-before-intro,
.service-intro,
.message-after-intro {
  position: relative;
  margin: 0 auto 100px;
  overflow: hidden;
}

.vertical-title {
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 500;
}

.service-intro .vertical-title {
  left: 80px;
}

.message-before-intro .vertical-title,
.message-after-intro .vertical-title {
  right: 80px;
}

.vertical-title h2 {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.vertical-title p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  display: flex;
  font-size: 1.2rem;
}

.vertical-title p span {
  transform: rotate(90deg);
}

.message-container {
  width: calc(100% - 160px);
  max-width: 960px;
  margin: 60px auto 0;
}

/*service*/
.left-side,
.right-side {
  display: flex;
  justify-content: flex-start;
  width: calc(100vw - 160px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 150px;
}

.right-side {
  justify-content: flex-end;
}

.info-container {
  width: 55vw;
  height: 36.837vw;
  position: relative;
}

.info-container h3 {
  position: absolute;
  bottom: 20px;
  font-size: 6.4rem;
  line-height: 1.1;
  color: #000;
  z-index: 500;
  display: flex;
  flex-direction: column;
}

.info-container h3 span {
  display: block;
  font-size: 2.3rem;
  letter-spacing: 0.1rem;
}

.left-side .info-container h3 {
  right: -180px;
  align-items: flex-end;
}

.right-side .info-container h3 {
  left: -180px;
  align-items: flex-start;
}

#side-dish.right-side .info-container h3 {
  left: -220px;
}

#share-kitchen.left-side .info-container h3 {
  right: -205px;
}

#soupstock.left-side .info-container h3 {
  right: -245px;
}

.info-container .cover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 300;
}

.info-container .cover-box .cover-image {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}

.info-container .cover-box .span {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: relative;
}

.info-container .info-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity .3s;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.info-container:hover .info-box {
  opacity: 1.0;
}

.info-container .info-box p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  padding: 40px 80px;
}

.info-container .info-box a {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  padding: 0 10px 5px 80px;
  color: #fff;
  font-size: 1.4rem;
  border-bottom: 1px solid rgb(220, 220, 220);
}

.info-container .info-box a:hover {
  opacity: 0.5;
}

#side-dish .cover-box .cover-image {
  background-image: url(assets/img/top/pc/content/1.jpg);
}

#share-kitchen .cover-box .cover-image {
  background-image: url(assets/img/top/pc/content/2.jpg);
}

#products .cover-box .cover-image {
  background-image: url(assets/img/top/pc/content/3.jpg);
}

#soupstock .cover-box .cover-image {
  background-image: url(assets/img/top/pc/content/4.jpg);
}

#message-after .cover-box .cover-image {
  background-image: url(assets/img/top/pc/content/5.jpg);
}

#side-dish {
  margin-top: 80px;
}

#soupstock,
.service-intro {
  margin-bottom: 0;
}

.message-after-intro .cover-box {
  width: 100vw;
  height: 46.76vw;
  position: absolute;
  top: 180px;
  z-index: 1;
}

.message-after-intro .cover-box .cover-image {
  width: 100%;
  height: 100%;
  background: no-repeat center center / cover;
}

.message-after-intro .info-box {
  width: calc(100% - 160px);
  max-width: 860px;
  margin: calc(46.76vw + 95px) auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.message-after-intro .info-box .inner {
  margin-top: 130px;
}

.message-after-intro .info-box img {
  width: 25%;
  margin-top: 60px;
  margin-right: 20px;
}

.access-wrapper,
.bnr-wrapper {
  width: calc(100% - 160px);
  max-width: 860px;
  margin: 0 auto 100px;
}

.access-wrapper .map-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.access-wrapper .map-container .gmap,
.access-wrapper .map-container img {
  width: 410px;
  height: 410px;
}

.access-wrapper .map-container .gmap {
  filter: grayscale(100);
}

.access-wrapper p {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.2rem;
}

.bnr-wrapper h2 img {
  width: 2em;
  margin-left: 0.35em;
  transform: translateY(0.55em);
}

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

.bnr-wrapper a {
  width: calc(50% - 20px);
}

.bnr-wrapper a img {
  width: 100%;
  height: calc((((100vw - 160px) / 2) - 20px) * 0.5585);
  max-height: 229px;
  object-fit: cover;
  margin-bottom: 10px;
}

.bnr-wrapper a p {
  color: #333;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  line-height: 1.5;
  font-size: 1.2rem;
}

footer {
  width: 100%;
  padding: 30px 0;
  position: relative;
  background-color: rgb(255, 255, 255);
}

footer:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background-color: #fff;
  mix-blend-mode: difference;
  pointer-events: none;
}

footer .info-box {
  width: calc(100% - 160px);
  max-width: 860px;
  margin: 0 auto;
  padding: 60px 0 100px;
}

footer .info-box p {
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}


footer .info-box a {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
}

footer .sns-list {
  z-index: 3000;
}

.copyright {
  color: #333;
  font-size: 1.2rem;
  width: calc(100% - 160px);
  max-width: 860px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  p {
    font-size: 1vw;
  }

  h2 {
    font-size: 1.6vw;
  }

  /*header .menu-wrapper a {
    font-size: 0.95vw;
  }*/

  .contact-btn,
  .scr-btn {
    font-size: 0.8vw;
  }

  .vertical-title h2 {
    font-size: 2.3vw;
  }

  .vertical-title p {
    font-size: 0.8vw;
  }

  .info-container h3 {
    font-size: 4.5vw;
  }

  .info-container h3 span {
    font-size: 0.35em;
  }

  .right-side .info-container h3 {
    left: -13vw;
  }

  .left-side .info-container h3 {
    right: -13vw;
  }

  #side-dish.right-side .info-container h3 {
    left: -15.5vw;
  }

  #share-kitchen.left-side .info-container h3 {
    right: -14.3vw;
  }

  #soupstock.left-side .info-container h3 {
    right: -17.2vw;
  }

  .message-after-intro .info-box p {
    font-size: 1vw;
  }

  header .logo {
    width: 7vw;
    height: 3.6vw;
  }

  .message-container,
  .message-after-intro .info-box,
  .access-wrapper,
  .bnr-wrapper,
  footer .info-box,
  .copyright {
    width: 69vw;
    max-width: initial;
  }

  .access-wrapper .map-container .gmap,
  .access-wrapper .map-container img {
    width: calc(34.5vw - 20px);
    height: calc(34.5vw - 20px);
  }

  .bnr-wrapper a img {
    height: calc((34.5vw - 20px) * 0.5585);
    max-height: inherit;
  }
}

@media screen and (max-width: 1020px) {
  .access-wrapper p {
    text-align: center;
  }

  .access-wrapper .map-container {
    flex-direction: column;
    align-items: center;
  }

  .access-wrapper .map-container .gmap {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 667px) {

  .message-before-intro .vertical-title,
  .message-after-intro .vertical-title {
    right: 0;
  }

  .service-intro .vertical-title {
    left: initial;
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  .pc-hide {
    display: block;
  }

  .sp-hide {
    display: none;
  }

  header .logo {
    width: 73px;
    height: 53px;
    top: 20px;
    left: 20px;
  }

  header .menu-btn {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 25px;
    height: 10px;
    z-index: 1000;
  }

  header .menu-btn div {
    width: 45px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1000;
  }

  header .menu-btn span {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    transition: .3s;
  }

  header .menu-btn.wh span,
  header .menu-btn.active span {
    background-color: #fff;
  }

  header .menu-btn span:nth-of-type(1) {
    top: 0;
  }

  header .menu-btn span:nth-of-type(2) {
    bottom: 0;
  }

  header .menu-btn.active span:nth-of-type(1) {
    top: 4px;
    transform: rotate(45deg);
  }

  header .menu-btn.active span:nth-of-type(2) {
    bottom: 4px;
    transform: rotate(-45deg);
  }

  header .menu-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: right;
    background-color: #000;
    top: 0;
    right: 0;
    padding: 0 20px;
    width: calc(100vw - 40px);
    height: 100vh;
    pointer-events: none;
    transition: opacity .3s;
    opacity: 0;
  }

  header .menu-wrapper.active {
    opacity: 1;
    pointer-events: auto;
  }

  header .menu-wrapper .menu-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  header .menu-wrapper .menu-list a,
  header .menu-wrapper .menu-list a.bk {
    margin: 0 0 20px;
    color: #fff;
    font-size: 1.8rem;
  }

  header .menu-wrapper .menu-sns {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  header .menu-wrapper .menu-sns p {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }

  header .menu-wrapper .menu-sns a {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }

  header .menu-wrapper .menu-sns.bk a img:nth-of-type(1) {
    opacity: 1;
  }

  header .menu-wrapper .menu-sns.bk a img:nth-of-type(2) {
    opacity: 0;
  }

  .contact-btn {
    left: -20px;
  }

  .scr-trg {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }

  .scr-btn {
    right: -10px;
  }

  .sns-list {
    right: 20px;
  }

  .news-intro {
    left: 20px;
  }

  .news-intro p {
    font-size: 1rem;
  }

  .vertical-title h2 {
    font-size: 2.8rem;
  }

  content {
    /* padding-top: 40px; */
  }

  .closed-message .inner {
    padding: 40px 0;
  }

  .closed-message h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .message-before-intro,
  .service-intro,
  .message-after-intro,
  .access-wrapper,
  .bnr-wrapper {
    margin-bottom: 50px;
  }

  .service-intro {
    margin-bottom: 0;
  }

  .message-container,
  .message-after-intro .info-box,
  .access-wrapper,
  .bnr-wrapper {
    width: calc(100% - 40px);
  }

  /*.message-before-intro .vertical-title,
  .message-after-intro .vertical-title {
    right: -3px;
  }

  .service-intro .vertical-title {
    left: -3px;
  }*/

  .message-container p {
    width: 100%;
  }

  .message-before-intro.left-side {
    margin-bottom: 40px;
  }

  .left-side,
  .right-side {
    margin-bottom: 0;
    width: 100vw;
    left: 0;
    transform: translateX(0);
  }

  #side-dish {
    margin-top: 45.5vw;
  }

  .info-container {
    width: 100vw;
    height: auto;
  }

  .info-container .cover-box {
    width: 100vw;
    height: 78vw;
    position: relative;
  }

  .info-container h3 {
    font-size: 2.8rem;
    position: static;
    padding: 30px 20px 0;
    flex-direction: row;
  }

  .info-container h3 span {
    font-size: 1.4rem;
  }

  .left-side .info-container h3 {
    right: inherit;
    align-items: center;
  }

  .right-side .info-container h3 {
    left: inherit;
    align-items: center;
  }

  .info-container h3 span {
    margin-top: 4px;
    margin-left: 10px;
  }

  .info-container .info-box {
    height: auto;
    position: static;
    opacity: 1;
    background-color: transparent;
    color: #333;
  }

  .info-container .info-box p {
    padding: 20px 20px 30px;
  }

  .info-container .info-box a {
    color: #333;
    border-bottom: 1px solid rgb(100, 100, 100);
    margin-bottom: 30px;
    padding: 0 10px 10px 20px;
  }

  #message-after .cover-box {
    top: 165px;
  }

  .message-after-intro .info-box {
    position: relative;
    margin-top: calc(30vw + 215px);
  }

  .message-after-intro .info-box .inner {
    margin-top: 70px;
  }

  .message-after-intro .info-box p {
    font-size: 1.2rem;
    margin-top: 0;
  }

  .message-after-intro .info-box img {
    width: 22%;
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
  }

  .access-wrapper .map-container .gmap,
  .access-wrapper .map-container img {
    width: 100%;
    height: calc(100vw - 40px);
  }

  .access-wrapper p {
    text-align: left;
  }

  footer .info-box {
    width: calc(100% - 80px);
    padding: 40px 0 140px;
  }

  .bnr-wrapper .link-list {
    flex-wrap: wrap;
  }

  .bnr-wrapper a {
    width: 100%;
    margin-bottom: 20px;
  }

  .bnr-wrapper a img {
    height: calc((100vw - 40px) * 0.5585)
  }

  .copyright {
    width: calc(100% - 80px);
  }

  /*SP用画像変更*/
  #side-dish .cover-box {
    background-image: url(assets/img/top/sp/content/1.jpg);
  }

  #share-kitchen .cover-box {
    background-image: url(assets/img/top/sp/content/2.jpg);
  }

  #products .cover-box {
    background-image: url(assets/img/top/sp/content/3.jpg);
  }

  #soupstock .cover-box {
    background-image: url(assets/img/top/sp/content/4.jpg);
  }

  #message-after .cover-box {
    background-image: url(assets/img/top/sp/content/5.jpg);
  }
}

@media screen and (max-width: 320px) {
  .vertical-title h2 {
    font-size: 2.4rem;
  }

  .cover-box h3 {
    bottom: 0;
  }

  .left-side .cover-box h3 {
    right: 13px;
  }

  .right-side .cover-box h3 {
    left: 13px;
  }

  .cover-box h3 {
    font-size: 2.0rem;
  }

  .message-after-intro .info-box p {
    font-size: 1.5rem;
  }

  footer .info-box {
    width: calc(100% - 80px);
  }
}