@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 10rem 0 3rem;
  position: absolute;
  top: 2rem;
  width: 100%;
  z-index: 10;
}

.header_logo {
  height: auto;
  padding-top: 0rem;
  width: 25rem;
}

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

.gnav_menu {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: center;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
}

.gnav_menu li:last-of-type i {
  font-size: 3.2rem;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture1.jpg) repeat center center/100% auto;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gnav-sp nav {
  width: 100%;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.gnav-sp-menu li a {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type {
  font-size: 3rem;
}

/* toggle */

.toggle-btn {
  background: var(--red);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: #000;
  padding: 4.5rem 0 3rem;
}

.footer_nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}

.footer_nav li {
  border-right: 1px solid #fff;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  padding: 0 2.6rem;
  text-align: center;
  width: 100%;
}

.footer_nav li:last-of-type {
  border-right: none;
  margin-left: 2rem;
}

.footer_nav li:last-of-type i {
  font-size: 2.7rem;
}

.footer_logo {
  height: auto;
  margin: 0 auto 8rem;
  width: 25rem;
}

.footer_copyright {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

main {
  overflow: hidden;
}

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

.more {
  /* aspect-ratio: 235/53; */
  /* box-shadow: 0 5px 0 rgba(0, 0, 0, 0.35); */
  margin-left: auto;
  margin-right: auto;
  width: 26rem;
}

/* .more a {
  background: var(--red);
  color: #fff;
  display: block;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 5.3rem;
  position: relative;
  text-align: center;
  text-align: center;
}

.more a::after {
  aspect-ratio: 1/1;
  background: url(../img/more_arw.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 2.1rem;
} */

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  margin-left: auto;
  margin-right: auto;
  /* width: 14.2rem; */
  width: auto;
  height: 14.7rem;
  display: block;
  text-align: center;
}
.top-heading img {
  width: auto;
  height: 100%;
}

/* .top-news .top-heading {
  width: 26.4rem;
}

.top-concept .top-heading {
  width: 37.7rem;
}

.top-gallery .top-heading {
  width: 34.3rem;
}

.top-access .top-heading {
  width: 32.3rem;
}

.top-insta .top-heading {
  width: 48.7rem;
}

.top-menu .top-heading {
  margin-left: 0;
  width: 27.6rem;
}

.top-takeout .top-heading {
  width: 33.3rem;
} */

.top-ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.63;
}

.top-txt {
  letter-spacing: 0.18em;
  line-height: 2.2;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 227px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 227px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 227px;
  overflow: hidden;
  width: 311px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 0px;
  width: 100%;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30.5%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/220;
  margin-bottom: 3rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  /* border-bottom: 1px dashed #582f17; */
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
  padding-bottom: 1.6rem;
		position: relative;
}


  .CMS-NEWS-TIME::before {
    content: "";
    background: url(../img/line1.png) no-repeat center top / contain;
    width: 100%;
    height: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }


.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

.CMS-NEWS-LINK {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--red);
  border: 2px solid var(--red);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--red);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #fff;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

.fixed-btn {
  padding: 1rem 0.8rem;
  position: relative;
}

.fixed-btn img {
  display: block;
  height: 3.5rem;
  margin: 0 auto 0.8rem;
  width: 3.5rem;
}

.fixed-btn__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.fixed-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn span:first-of-type::after {
  background: #fff;
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
}

.fixed-btn--1 {
  background: var(--red);
  color: #fff;
}

.fixed-btn--1 span:first-of-type:after {
  height: 12rem;
}

.fixed-btn--1 span:last-of-type {
  display: block;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn--2 {
  background: var(--och);
  color: #fff;
}

.fixed-btn--2 span:first-of-type:after {
  height: 8rem;
}

.fixed-btn--2 span:last-of-type {
  /* font-family: var(--noto); */
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

/*=============== top-kv ===========*/

.top-kv {
  background: var(--brw);
  position: relative;
  width: 100%;
}

.top-kv::before {
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 30rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

/*=============== slick slider ===========*/

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

  100% {
    transform: scale(1.08);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 8s linear 0s normal both;
}

#main {
  background: #000;
  display: none;
  height: 63vw;
  position: relative;
  width: 100%;
}

#main.slick-initialized {
  display: block;
}

#main .slick-slide {
  height: 63vw;
  margin-bottom: 0;
}

#main .slick-slide img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#main .slick-dots {
  bottom: -3.5rem;
  z-index: 1;
}

#main .slick-dots li {
  height: 0.8rem;
  margin: 0 1rem;
  width: 0.8rem;
}

#main .slick-dots li button:before {
  background: #fff;
  border-radius: 10rem;
  content: "";
  height: 100%;
  opacity: 1;
  width: 100%;
}

#main .slick-dots li.slick-active button:before {
  background: var(--red);
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*=============== top-publish ===========*/

.publish {
  background: url(../img/publish_bg.jpg) no-repeat center center/cover;
  padding: 15rem 0 17rem;
}

.publish_box {
  background: rgba(255, 255, 255, 0.9);
  border: 0.8rem solid var(--red);
  margin: 0 auto;
  max-width: 90rem;
  padding: 4rem 0 3rem;
  position: relative;
}

.publish_catch {
  margin: 0 auto 2.5rem;
  position: relative;
  width: 55rem;
}

.publish_catch::before {
  aspect-ratio: 198/158;
  background: url(../img/publish_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 60%;
  width: 10rem;
}

.publish_catch::after {
  aspect-ratio: 183/185;
  background: url(../img/publish_deco2.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 101%;
  position: absolute;
  top: 30%;
  width: 9rem;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/back-news.jpg) no-repeat center top / cover;
  padding: 12.5rem 0 12rem;
  position: relative;
  /* z-index: -1; */
}

.top-news_body {
  margin: 4rem auto 8rem;
  max-width: 101rem;
}

/*=============== top-concept ===========*/

.top-concept {
  background: url(../img/back-concept1.jpg) no-repeat center top / cover;
  padding: 20.2rem 0 ;
}

.top-concept_head {
  /* align-items: center; */
  /* background-image: url(../img/concept_top1.jpg), url(../img/concept_top2.jpg);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: 50% 25rem, 50% 25rem; */
  /* display: flex; */
  /* height: 25rem; */
}

.top-concept_middle {
  background: url(../img/back-gallery.jpg) no-repeat center top / cover;
  padding: 7rem 0 6.5rem;
  position: relative;
}
.top-concept .top-heading {
  width: 30rem;
  height: auto;
  margin-bottom: 3rem;
}
.top-concept .top-heading img {
  width: 100%;
  height: auto;
}
.top-concept_body {
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 0;
}

.top-concept .top-ttl {
  margin-bottom: 2.5rem;
}

.top-concept .top-txt {
  margin: 0 auto 5.5rem;
  max-width: 58rem;
  font-weight: 600;
  line-height: 2.3;
}

.top-concept_deco {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.top-concept_deco li:first-of-type {
  left: 0;
  position: absolute;
  top: 0rem;
  width: 29%;
}

.top-concept_deco li:last-of-type {
  position: absolute;
  right: 0;
  top: 0rem;
  width: 29%;
}

/*=============== top-menu ===========*/

.top-bg {
  background-blend-mode: multiply;
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco3.png), url(../img/texture1.jpg);
  background-position: right top, left bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 45% auto, 45% auto, 100% auto;
  padding-bottom: 16rem;
}

.top-menu {
  background: url(../img/back-menu.jpg) no-repeat center top / cover;
  padding: 11.5rem 0 14rem;
}

.top-menu_wrap {
  position: relative;
  width: 100%;
}

.top-menu_body {
  margin: 0 0 0 auto;
  width: 45%;
}

.top-menu .top-ttl {
  margin: 3rem 0;
}

.top-menu .top-txt {
  margin-bottom: 7rem;
}

/* .top-menu .more {
  margin-left: 0;
} */

/* .top-menu_img {
  bottom: -20%;
  position: absolute;
  right: 48%;
  width: 59%;
} */

.top-menu__img {
  width: 95rem;
  margin: 3rem auto 7rem;
  text-align: center;
  position: relative;
}
.top-menu__img::before {
  content: "";
  background: url(../img/deco-menu.png) no-repeat center top / contain;
  width: 36rem;
  height: 16rem;
  position: absolute;
  top: -10.5rem;
  right: -14rem;
}
@media only screen and (max-width: 1200px) {
  .top-menu__img::before {
    right: -11rem;
  }
}

/*=============== top-takeout ===========*/

.top-takeout {
  padding: 2rem 0 7.5rem;
}

.top-takeout_box {
  display: flex;
  position: relative;
}

.top-takeout_box:before {
  background-image: url(../img/waku_1.png), url(../img/waku_2.png), url(../img/waku_3.png);
  background-position: center top, center top, center bottom;
  background-repeat: no-repeat, repeat-y, no-repeat;
  background-size: 100% auto, 100% auto, 100% auto;
  content: "";
  display: block;
  height: calc(100% - 4rem);
  left: 2rem;
  position: absolute;
  top: 2rem;
  width: calc(100% - 4rem);
}

.top-takeout_inner {
  background: url(../img/takeout_bg.jpg) repeat center top/100% auto;
  padding: 10rem 0 0 7rem;
  width: 49%;
}

.top-takeout_img {
  width: 51%;
}

.top-takeout .top-heading {
  left: 6rem;
  position: absolute;
  top: -3rem;
}

.top-takeout_ttl {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.top-takeout_txt {
  color: #000;
  font-weight: 600;
  letter-spacing: 0.21em;
  line-height: 1.87;
}

.top-takeout .more {
  margin-left: 0;
}

/*=============== top-hotpepper ===========*/

.top-hotpepper_box {
  background: var(--hotpepper);
  margin: 0 auto;
  max-width: 90rem;
  padding: 1rem;
}

.top-hotpepper_box a {
  border: 2px solid #fff;
  display: block;
  height: 100%;
  padding: 1rem 0 3.5rem;
  width: 100%;
}

.top-hotpepper_logo {
  margin: 0 auto;
  width: 30rem;
}

.top-hotpepper_txt {
  margin: -1rem auto 0;
  text-align: center;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/back-gallery.jpg) no-repeat center top / cover;

  padding: 7rem 0 10rem;
  position: relative;
}

/* .top-gallery::after {
  aspect-ratio: 810/717;
  background: url(../img/gallery_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -22%;
  width: 28%;
} */

.top-gallery #loopslider {
  margin: 5.5rem 0 8rem;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/back-access.jpg) no-repeat center top / cover;
  padding: 9.5rem 0 12rem;
}

.top-access .top-container {
  max-width: 100%;
  padding: 0;
}

.top-access_wrap {
  align-items: stretch;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 7.5rem 0 8rem;
  position: relative;
  padding-right: 22rem;
}

.top-access_img {
  height: auto;
  width: 47%;
}
.top-access_img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.top-access_body {
  width: 46%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 2rem 0;
  color: #000;
  font-weight: 500;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  border-bottom: none;
}

.top-access_list dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access_map iframe {
  height: 37rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background: url(../img/back-insta.jpg) no-repeat center top / cover;
  padding: 9rem 0 14rem;
}

.top-insta_wrap {
  margin: 8rem auto 0;
  max-width: 95rem;
  padding: 0 2.5rem;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .top-concept_deco li:first-of-type {
    left: -5rem;
  }

  .top-concept_deco li:last-of-type {
    right: -5rem;
  }

  .top-access_wrap {
    padding-right: 10rem;
  }
  .top-access_img {
    width: 42%;
  }
  .top-access_body {
    width: 51%;
  }

}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    height: 6rem;
    padding: 0 5%;
    top: 1rem;
  }

  .header_logo {
    width: 16rem;
  }

  .footer {
    padding: 6rem 0 8rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 3.5rem;
    margin-bottom: 3rem;
  }

  .footer_nav li {
    border-right: none;
  }

  .footer_nav li:last-of-type {
    margin-left: 0;
  }

  .footer_nav li:last-of-type i {
    font-size: 3rem;
  }

  .footer_logo {
    margin-bottom: 3rem;
    width: 20rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .top-news .top-heading {
    width: 15.8rem;
  }

  .top-concept .top-heading {
    width: 22.6rem;
  }

  /* .top-gallery .top-heading {
    width: 20.6rem;
  } */

  .top-access .top-heading {
    width: 19.4rem;
  }

  .top-insta .top-heading {
    width: 29rem;
  }

  /* .top-menu .top-heading {
    margin-left: auto;
    width: 16.6rem;
  } */

  .top-takeout .top-heading {
    width: 20rem;
  }

  .top-ttl {
    font-size: 2.2rem;
  }

  .top-txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 4rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-THUMBNAIL {
    margin-bottom: 1rem;
  }

  .CMS-NEWS-TIME {
    padding-bottom: 1.3rem;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .fixed-btn {
    /* width: 50%; */
    width: 100%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img {
    height: 3rem;
    margin: 0;
    width: 3rem;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn__inner {
    flex-direction: column;
  }

  .fixed-btn span:first-of-type {
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn span:first-of-type::after {
    height: 1px;
  }

  .fixed-btn--1 span:first-of-type:after {
    width: 10rem;
  }

  .fixed-btn--1 span:last-of-type {
    font-size: 2rem;
    letter-spacing: 0em;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--2 span:first-of-type:after {
    width: 5rem;
  }

  .fixed-btn--2 span:last-of-type {
    font-size: 1.6rem;
    letter-spacing: -0.02em;
    writing-mode: horizontal-tb;
  }

  .top-kv::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 15%, rgba(0, 0, 0, 0) 100%);
    height: 10rem;
  }

  #main {
    height: 38rem;
    margin-left: 0;
    width: 100%;
  }

  #main .slick-slide {
    height: 38rem;
  }

  .publish {
    padding: 6rem 0;
  }

  .publish_box {
    max-width: 50rem;
    width: 90%;
  }

  .publish_catch {
    margin-bottom: 3rem;
    width: 55%;
  }

  .publish_catch::before {
    right: 105%;
    top: 50%;
    width: 6rem;
  }

  .publish_catch::after {
    top: 50%;
    width: 5.4rem;
  }

  .top-news {
    padding: 7rem 0;
  }

  .top-news_body {
    margin: 3rem 0 0rem;
  }

  .top-concept {
    padding: 10rem 0;
  }

  .top-concept_head {
    background-size: 50% 10rem, 50% 10rem;
    height: 10rem;
  }

  .top-concept_middle {
    padding: 4rem 0 4rem;
  }

  .top-concept .top-txt {
    margin-bottom: 3rem;
    padding: 0 5%;
  }

  .top-concept_deco {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
    position: static;
  }

  .top-concept_deco li:first-of-type {
    max-width: 30rem;
    position: static;
    width: 50%;
  }

  .top-concept_deco li:last-of-type {
    max-width: 30rem;
    position: static;
    width: 50%;
  }

  .top-bg {
    padding-bottom: 8rem;
  }

  .top-menu {
    /* background-position: right 7% bottom 15rem;
    background-size: 35% auto; */
    padding: 6rem 0;
  }

  .top-menu_body {
    margin: 0 0 3rem;
    width: 100%;
  }

  .top-menu .top-ttl {
    margin: 3rem 0 1.5rem;
  }

  .top-menu .top-txt {
    margin-bottom: 3rem;
  }

  .top-menu .more {
    margin-left: auto;
  }

  /* .top-menu_img {
    position: static;
  } */
.top-menu__img {
  width: 100%;
  margin: 3rem auto 5rem;
}
.top-menu__img::before {
  width: 17rem;
  height: 10rem;
  position: absolute;
  top: -5.5rem;
  right: -1.5rem;
}

  .top-takeout {
    padding: 2rem 0 3rem;
  }

  .top-takeout_box {
    flex-direction: column;
  }

  .top-takeout_box:before {
    height: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
  }

  .top-takeout_inner {
    padding: 4.5rem 3rem 2rem;
    width: 100%;
  }

  .top-takeout_img {
    width: 100%;
  }

  .top-takeout .top-heading {
    left: 2rem;
    top: -2rem;
  }

  .top-takeout_ttl {
    font-size: 1.8rem;
  }

  .top-takeout .more {
    margin-left: auto;
  }

  .top-hotpepper_box a {
    padding: 0.5rem 1.5rem 2rem;
  }

  .top-hotpepper_logo {
    width: 25rem;
  }

  .top-hotpepper_txt {
    width: 100%;
  }

  .top-hotpepper_txt span {
    display: inline-block;
  }

  .top-gallery {
    padding: 6rem 0 6rem;
  }

  .top-gallery::after {
    top: -8rem;
    width: 20rem;
  }

  .top-gallery #loopslider {
    margin: 4rem 0 5rem;
  }

  .top-access {
    padding: 6rem 0 4rem;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 4rem;
    padding-right: 0;
  }

  .top-access_img {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 131px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 131px;
  }

  #loopslider ul li {
    height: 131px;
    width: 180px;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 414px) {
  .top-menu__img::before {
    width: 13rem;
    height: 10rem;
    position: absolute;
    top: -4.5rem;
    right: -1.5rem;
  }
}