@charset "UTF-8";

/*=============== header ===========*/

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.header_container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 0 7% 0 5rem;
}

.header_logo {
  height: auto;
  width: 17.4rem;
}

/*=============== gnav ===========*/

.gnav {
  margin-top: 1rem;
  position: relative;
}

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

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.13em;
  line-height: 1;
  padding-top: 3rem;
  position: relative;
  text-align: center;
  z-index: 0;
}

.gnav_menu li a span {
  display: block;
  font-family: var(--ttl);
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.6rem;
}

.gnav_menu li a::before {
  aspect-ratio: 1/1;
  background: url(../img/nav_deco.png) no-repeat center center/contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0.8rem);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 2rem;
  z-index: -1;
}

.gnav_menu li a:hover::before {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

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

/*=============== navbtn ===========*/

.navbtn {
  display: none;
}

.navbtn_line {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 1.4rem;
  position: absolute;
  top: 50%;
  transition: 0.1s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before,
.navbtn_line::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before {
  top: -1.2rem;
}

.navbtn_line::after {
  top: 1.2rem;
}

.navbtn.open .navbtn_line {
  visibility: hidden;
}

.navbtn.open .navbtn_line::before {
  transform: translateY(1.2rem) rotate(45deg);
}

.navbtn.open .navbtn_line::after {
  transform: translateY(-1.2rem) rotate(-45deg);
}

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

.footer {
  background: url(../img/texture5.jpg) repeat center top/100% auto;
  padding: 5.5rem 0 2rem;
}

.footer_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
  margin-inline: auto;
  width: 90%;
}

.footer_nav {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  width: 100%;
}

.footer_nav li:last-of-type a {
  font-size: 4rem;
}

.footer_logo {
  height: auto;
  width: 17rem;
}

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

/*  ----------------------------------------------------------
main / container 
----------------------------------------------------------  */

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

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

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  aspect-ratio: 333/76;
  border: 1px solid #000;
  display: block;
  margin-inline: auto;
  width: 33rem;
}

.more a {
  display: block;
  font-size: 1.8rem;
  height: 100%;
  letter-spacing: 0.24em;
  line-height: 7.6rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.more a::after {
  aspect-ratio: 39/54;
  background: url(../img/more_arw-bk.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}

.more a::before {
  border: 1px solid #000;
  content: "";
  display: block;
  height: 100%;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 100%;
}

.more-wht {
  border-color: #fff;
}

.more-wht a {
  color: #fff;
}

.more-wht a::after {
  background-image: url(../img/more_arw-wht.png);
}

.more-wht a::before {
  border-color: #fff;
}

.more-2 {
  margin-inline: auto;
  width: 20.4rem;
}

.more-2 a {
  border-bottom: 1px solid #000;
  display: block;
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  letter-spacing: 0.24em;
  line-height: 1;
  padding-bottom: 1.5rem;
  padding-left: 1em;
  position: relative;
  width: 100%;
}

.more-2 a::after {
  aspect-ratio: 37/50;
  background: url(../img/more_arw-bk.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 1.9rem;
}

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

.top-heading {
  background: url(../img/ttl_deco-brw.png) no-repeat center center/contain;
  font-family: var(--ttl);
  font-size: clamp(3rem, 0.75vw + 2.72rem, 3.8rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: clamp(2.8rem, 0.66vw + 2.55rem, 3.5rem) 0;
  text-align: center;
}

.top-ttl {
  font-size: clamp(2rem, 0.85vw + 1.68rem, 2.9rem);
  font-weight: 300;
  letter-spacing: 0.21em;
  line-height: 1.66;
}

.top-ttl span {
  font-size: 1.34em;
}

.top-ttl-brw {
  color: var(--sub);
}

.top-txt {
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.25;
}

/*  ----------------------------------------------------------
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: 31%;
}

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

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

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

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 337/190;
  margin-bottom: 1.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

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

.CMS-NEWS-LINK {
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--main);
  border: 2px solid var(--main);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  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(0, 0, 0, 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(--main);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

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

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

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

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 2.5rem 3rem;
  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.5rem;
  position: relative;
}

.fixed-btn a {
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}

.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: 30;
}

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

.fixed-btn--1 {
  background: url(../img/fixed-btn-2.jpg) no-repeat center center/cover;
}

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

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

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

.fixed-btn--2 {
  background: url(../img/fixed-btn-1.jpg) no-repeat center center/cover;
}

.fixed-btn--2 span {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-fv {
  background: #000;
  position: relative;
}

.top-fv::before {
  background-image: linear-gradient(0deg, transparent, rgb(0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 13rem;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.top-kv {
  height: 48vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

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

.top-kv .swiper-slide-active img,
.top-kv .swiper-slide-duplicate-active img,
.top-kv .swiper-slide-prev img {
  animation: zoomOut 8s linear normal both;
}

.top-kv .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-kv .swiper-pagination {
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: initial;
}

.top-kv .swiper-pagination-bullet {
  background-color: #F9F9F9;
  height: 10px;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 10px;
}

.top-kv .swiper-pagination-bullet-active {
  background-color: var(--red);
}

/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 8rem 0 12.5rem;
}

.top-yoyaku .top-heading {
  margin-bottom: 5rem;
}

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

.top-news {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 9rem 0 11.5rem;
}

.top-news_body {
  margin: 5rem auto 7rem;
}

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

.top-concept {
  background-image: url(../img/concept_deco2.png), url(../img/concept_bg.jpg), url(../img/texture3.jpg);
  background-position: top 45% left, center bottom, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: clamp(7.5rem, 10.52vw + 3.56rem, 18.7rem) auto, 100% 31.2rem, 100% auto;
  color: #fff;
  padding: 12rem 0 11rem;
  position: relative;
}

.top-concept::after {
  aspect-ratio: 518/678;
  background: url(../img/concept_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-23%);
  width: clamp(12rem, 13.15vw + 7.07rem, 26rem);
}

.top-concept_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: max(-10rem, 50% - (50vw - 2rem));
  margin-top: 6rem;
}

.top-concept_img-1 {
  width: 50%;
}

.top-concept_img-1 img:first-of-type {
  display: block;
  margin: 9rem 0 8rem auto;
  width: 35rem;
}

.top-concept_img-1 img:nth-of-type(2) {
  display: block;
  margin: 0 auto 0 0;
  width: 50.7rem;
}

.top-concept_body {
  width: 42.5%;
}

.top-concept_inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
  height: 43rem;
  margin-bottom: 5rem;
}

.top-concept_img-2 {
  margin: 10rem 0 0 auto;
  width: 37.6rem;
}

.top-concept_ttl {
  font-size: clamp(2rem, 0.85vw + 1.68rem, 2.9rem);
  font-weight: 300;
  letter-spacing: 0.21em;
  line-height: 1.8;
  writing-mode: vertical-rl;
}

.top-concept_ttl span {
  font-size: 1.33em;
}

.top-concept_txt {
  font-size: 1.8rem;
  letter-spacing: 0.22em;
  line-height: 2.28;
  margin-top: 2em;
  writing-mode: vertical-rl;
}

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

/*=============== top-special ===========*/

.top-special {
  background-image: url(../img/special_deco.png), url(../img/texture1.jpg);
  background-position: top 10% right, center top;
  background-repeat: no-repeat, repeat;
  background-size: clamp(12rem, 15.96vw + 6.01rem, 29rem) auto, 100% auto;
  padding: 11.5rem 0 15rem;
}

.top-special_wrap {
  display: grid;
  gap: 12rem 0;
  grid-template-columns: 1fr 1fr;
  margin-top: 4rem;
}

.top-special .top-ttl {
  margin-top: 5.5rem;
}

.top-special .top-txt {
  margin: 2rem 5rem 5rem 0;
}

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

.top-special_img1,
.top-special_img2,
.top-special_img3 {
  position: relative;
}

.top-special_img1::after,
.top-special_img2::after,
.top-special_img3::after {
  align-items: center;
  aspect-ratio: 106/403;
  background: url(../img/special_ttlbg.jpg) no-repeat center center/contain;
  color: #fff;
  display: flex;
  font-size: 2.3rem;
  justify-content: center;
  letter-spacing: 0.12em;
  position: absolute;
  width: 5.3rem;
  writing-mode: vertical-rl;
}

.top-special_img1 {
  position: relative;
}

.top-special_img1 img:first-of-type {
  display: block;
  margin: 0 0 0 auto;
  width: 65%;
}

.top-special_img1 img:last-of-type {
  bottom: -3rem;
  display: block;
  left: 0;
  position: absolute;
  width: 44%;
}

.top-special_img1::after {
  bottom: -4rem;
  content: "レバニラ";
  right: 4rem;
}

.top-special_img2 {
  margin: 0 auto;
  position: relative;
  width: 89%;
}

.top-special_img2::after {
  content: "地鶏食べ比べ";
  left: 4rem;
  top: -3.5rem;
}

.top-special_img3 {
  margin: 0 auto;
  width: 89%;
}

.top-special_img3::after {
  bottom: -2.5rem;
  content: "鳥刺し";
  left: 4rem;
}

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

.top-menu {
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco2.png), url(../img/texture2.jpg);
  background-position: top 35% left, bottom 12% right, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: clamp(9.1rem, 12.77vw + 4.31rem, 22.7rem) auto, clamp(8rem, 11.27vw + 3.77rem, 20rem) auto, 100% auto;
  padding: 9rem 0 14.5rem;
}

.top-menu_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.top-menu_wrap:nth-of-type(1) {
  flex-direction: row-reverse;
  margin: 6rem 0 9rem;
}

.top-menu_body {
  width: 43%;
}

.top-menu_img {
  position: relative;
  width: 50%;
}

.top-menu_img li:first-of-type {
  position: relative;
  width: 87%;
}

.top-menu_img li:first-of-type::after {
  background: #000;
  content: "";
  display: block;
  height: 6.8rem;
  position: absolute;
  right: 2.5rem;
  top: -5rem;
  width: 1px;
}

.top-menu_img li:first-of-type::before {
  align-items: center;
  aspect-ratio: 50/160;
  background: url(../img/menu_ttlbg.jpg) no-repeat center center/cover;
  display: flex;
  font-size: 2.3rem;
  justify-content: center;
  letter-spacing: 0.12em;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 5rem;
  writing-mode: vertical-rl;
}

.top-menu_img li:last-of-type {
  margin: -18% 0 0 auto;
  position: relative;
  width: 46%;
  z-index: 5;
}

.top-menu_img-food li:first-of-type::before {
  content: "お料理";
}

.top-menu_img-drink li:first-of-type::before {
  content: "お飲物";
}

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

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

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

.top-gallery {
  background: url(../img/texture4.jpg) repeat center top/100% auto;
  padding: 6rem 0 13.5rem;
}

.top-gallery .top-heading {
  color: #fff;
}

.top-gallery_txt {
  color: #fff;
  margin: 4rem 0;
  text-align: center;
}

.top-gallery .loopslider {
  height: 25.9rem;
  margin: 6.5rem 0 10rem;
  overflow: hidden;
}

.top-gallery .loopslider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-gallery .loopslider .swiper-slide {
  height: 100%;
  padding: 0 0.2rem;
  width: 36rem;
}

.top-gallery .loopslider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.top-access {
  background-image: url(../img/access_deco1.png), url(../img/access_deco2.png), url(../img/texture1.jpg);
  background-position: top 8% right, bottom 12% left, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: clamp(7.2rem, 10.14vw + 3.4rem, 18rem) auto, clamp(7.2rem, 10.14vw + 3.4rem, 18rem) auto, 100% auto;
  padding: 11rem 0 11rem;
}

.top-access_wrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 4rem 0 6rem;
  position: relative;
}

.top-access_img {
  width: 45%;
}

.top-access_img img:first-of-type {
  width: 72%;
}

.top-access_img img:last-of-type {
  display: block;
  margin: -25% 0 0 auto;
  width: 50%;
}

.top-access_body {
  width: 52%;
}

.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: 2.5rem 0;
}

.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/texture2.jpg) repeat center top/100% auto;
  padding: 8rem 0 8rem;
}

.top-insta_wrap {
  margin: 4.5rem auto 0;
  max-width: 98rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 992px) {
  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .header_container {
    padding: 0;
  }

  .header_logo {
    width: 11rem;
  }

  .gnav {
    background: url(../img/texture2.jpg) repeat center center/100% auto;
    height: 100%;
    left: 0;
    margin-top: 0;
    opacity: 0;
    padding: 0 4%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 80;
  }

  .gnav.open {
    opacity: 1;
    visibility: visible;
  }

  .gnav_menu {
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  .gnav_menu li {
    width: 100%;
  }

  .gnav_menu li a {
    color: var(--bk);
    font-size: 1.8rem;
    padding-top: 0;
    width: 100%;
  }

  .gnav_menu li a::before {
    content: none;
  }

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

  .navbtn {
    background: var(--main);
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 6rem;
    z-index: 100;
  }

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

  .footer_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
    justify-content: center;
    margin-bottom: 4rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 2rem;
  }

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

  .footer_logo {
    width: 14rem;
  }

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

  .preparation {
    font-size: 2.4rem;
  }

  .top-ttl {
    line-height: 1.6;
  }

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

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

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

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

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    /* 2つの時 */
    /* width: 50%; */
    /* 1つの時 */
    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 {
    border-top: 1px solid #fff;
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

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

  .fixed-btn--1 {
    background: url(../img/fixed-btn-2-sp.jpg) no-repeat center center/cover;
    border-left: 1px solid #fff;
  }

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

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

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

  .fixed-btn--2 {
    background: url(../img/fixed-btn-1-sp.jpg) no-repeat center center/cover;
  }

  .fixed-btn--2 span {
    font-size: 1.6rem;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--2 img {
    display: block;
    transform: rotate(-90deg);
  }

  .top-fv::before {
    height: 8rem;
  }

  .top-kv {
    height: 38rem;
  }

  .top-yoyaku {
    padding: 5rem 0 6rem;
  }

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

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

  .top-concept {
    background-size: clamp(7.5rem, 10.52vw + 3.56rem, 18.7rem) auto, 100% 35rem, 100% auto;
    padding: 6rem 0;
  }

  .top-concept::after {
    width: 25%;
  }

  .top-concept_wrap {
    flex-direction: column;
    gap: 4rem;
    margin: 4rem 0 0;
  }

  .top-concept_img-1 {
    margin: 0 auto;
    width: 100%;
  }

  .top-concept_img-1 img:first-of-type {
    margin: 0 0 2rem auto;
    width: min(35rem, 60%);
  }

  .top-concept_img-1 img:nth-of-type(2) {
    width: min(50rem, 85%);
  }

  .top-concept_body {
    width: 100%;
  }

  .top-concept_inner {
    flex-direction: column;
    gap: 3rem;
    height: auto;
  }

  .top-concept_img-2 {
    margin: 4rem auto 0;
    width: min(50rem, 100%);
  }

  .top-concept_ttl {
    line-height: 1.6;
    writing-mode: horizontal-tb;
  }

  .top-concept_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 0;
    writing-mode: horizontal-tb;
  }

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

  .top-special {
    background-position: top 1% right, center top;
    padding: 6rem 0;
  }

  .top-special_wrap {
    gap: 4rem;
    grid-template-columns: 1fr;
  }

  .top-special .top-ttl {
    margin-top: 0;
  }

  .top-special .top-txt {
    margin: 2rem auto 3rem;
  }

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

  .top-special_img1::after,
  .top-special_img2::after,
  .top-special_img3::after {
    aspect-ratio: 403/106;
    background: url(../img/special_ttlbg-sp.jpg) no-repeat center center/contain;
    font-size: 1.8rem;
    width: 15rem;
    writing-mode: horizontal-tb;
  }

  .top-special_img1::after {
    bottom: -1rem;
    right: -1rem;
  }

  .top-special_img2::after {
    bottom: -1rem;
    left: -1rem;
    top: auto;
  }

  .top-special_img3::after {
    bottom: -1rem;
    left: auto;
    right: -1rem;
  }

  .top-menu {
    background-position: top 25% left, bottom 23% right, center top;
    padding: 6rem 0;
  }

  .top-menu_wrap {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .top-menu_wrap:nth-of-type(1) {
    flex-direction: column-reverse;
    margin: 4rem 0 8rem;
  }

  .top-menu_body {
    width: 100%;
  }

  .top-menu_img {
    margin: 0 auto;
    width: 100%;
  }

  .top-menu_img li:first-of-type::after {
    height: 5rem;
    left: 2.5rem;
    right: 0;
    top: -2.5rem;
  }

  .top-menu_img li:first-of-type::before {
    left: -1px;
    right: 0;
  }

  .top-menu .top-txt {
    margin: 1.5rem 0 4rem;
  }

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

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

  .top-gallery_txt {
    margin: 4rem auto;
    text-align: left;
    width: 90%;
  }

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

  .top-gallery .loopslider .swiper-slide {
    width: 18.4rem;
  }

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

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

  .top-access_img {
    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: 2rem auto 0;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 575px) {
  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

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

.menu-img img{
    margin-bottom: 4rem;
}