@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

/* 共通部分 */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

body {
  /* font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif; */
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  line-height: 1.7;
  background-color: #000;
  position: relative;
}

img {
  max-width: 100%;
}

.price {
  font-size: 1.8rem;
}

.inner {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 1280px;
  }
}

/* ここからheader */
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 50;
}
@media screen and (min-width:768px) {
  .page-header {
    height: 100px;
  }
}

.page-header__inner {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

.logo {
  position: relative;
}
.logo a {
  position: absolute;
  top: 4px;
  left: 0px;
  width: 100px;
  height: 55px;
}
@media screen and (min-width:768px) {
  .logo a {
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .logo a {
    top: 7px;
    width: 150px;
    height: 90px;
  }
}

.main__inner {
  max-width: 1280px;
  margin: 0 auto;
}

nav {
  display: none;
}
@media screen and (min-width:768px) {
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.fv {
  padding: 70px 20px 20px 20px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .fv {
    padding: 110px 20px 20px 20px;
    max-width: 1280px;
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    padding: 110px 0px 20px 0px;
  }
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 30px;
  list-style: none;
}

.main-nav li {
  /* margin-left: 16px; */
  text-align: center;
  padding: 0 10px;
  /* width: 140px; */
}

.main-nav li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #432;
  display: block;
  font-family: "Yu Mincho", "游明朝体", "游明朝", "YuMincho", "Noto Serif JP", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width:768px) {
  .main-nav li a {
    font-size: 1.6rem;
  }
}

.main-nav li a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.reserved {
  font-weight: bold;
  text-align: center;
}

.reserved a {
  color: #432;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 7px;
  margin-right: 20px;
  text-align: center;
  margin-left: 15px;
}
@media screen and (min-width: 1024px) {
  .reserved a {
    font-size: 18px;
    margin-top: 7px;
    margin-right: 30px;
    text-align: center;
    margin-left: 30px;
  }
}

.reserved a:hover {
  color: rgb(152, 11, 18);
}

.reserved-span {
  padding-top: 5px;
  border-top: 1px solid #432;
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .reserved-span {
    font-size: 3.2rem;
  }
}

.main {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#top-gazou {
  width: 100%;
  height: 44.9775112444vh;
  max-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  #top-gazou {
    height: 500px;
  }
}
@media screen and (min-width: 1024px) {
  #top-gazou {
    width: 55%;
    height: auto;
  }
}

.owner-message {
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .owner-message {
    max-width: 39.0625%;
  }
}

.owner-message h2 {
  font-size: 2.4rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .owner-message h2 {
    font-size: 3.2rem;
    padding-top: 120px;
  }
}

.owner-message p {
  font-size: 1.8rem;
  border-top: 2px #fff solid;
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .owner-message p {
    font-size: 2.4rem;
    height: 240px;
    margin-top: 10px;
    padding-top: 20px;
  }
}

.owner-message h2:hover,
.owner-message p:hover {
  display: block;
  color: burlywood;
}

.section a:hover,
.tennai a:hover {
  display: block;
  background-color: rgba(255, 255, 255, 0.329);
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 8px 0 8px;
  color: #fff;
}

.content {
  max-width: 1280px;
  margin: 50px auto 0;
  display: block;
  position: relative;
}
@media screen and (min-width:768px) {
  .content {
    max-width: 1280px;
    margin: 100px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

.content p {
  font-size: 24px;
  margin-left: 20px;
}

.content__img {
  display: block;
  width: 100%;
  color: #fff;
}
.content__img::after {
  content: "";
  background-size: cover;
  display: block;
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.content__img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.content1::after {
  content: "";
  background-image: url(../img/AdobeStock_403337466.webp);
}

.content2::after {
  content: "";
  background-image: url(../img/AdobeStock_251992229.webp);
}

.content3::after {
  content: "";
  background-image: url(../img/AdobeStock_258464817.webp);
}

.content__img + .content__img {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .content__img + .content__img {
    margin-top: 0;
  }
}

.instagram {
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 100px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .instagram {
    padding-top: 120px;
    max-width: 1280px;
  }
}

.instagram h2 {
  font-size: 2rem;
  color: #fff;
  border-left: #fff solid 3px;
  border-top: #fff solid 3px;
  padding: 20px;
  margin-bottom: 10px;
}

.instagram a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.instagram a::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 207, 0, 0.7)), color-stop(45%, rgba(246, 37, 2, 0.7)), color-stop(75%, rgba(182, 47, 82, 0.7)), to(rgba(113, 58, 166, 0.7)));
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
}

.instagram img {
  width: auto;
  height: 300px;
  position: relative;
  z-index: 10;
}

/* ここからにMenu
--------------------------------------------- */
.menu {
  margin-top: 80px;
  display: block;
  margin: 0 auto;
  padding: 100px 20px 0 20px;
}
@media screen and (min-width: 1024px) {
  .menu {
    margin-top: 100px;
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 120px;
  }
}

.main-menu h2 {
  font-size: 2rem;
  color: #fff;
  border-left: #fff solid 3px;
  border-top: #fff solid 3px;
  padding: 20px;
}

.main-menu ul {
  margin-top: 20px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 0;
}
@media screen and (min-width: 1024px) {
  .main-menu ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 0;
  }
}

.main-menu p {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 0 5px;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .main-menu p {
    font-size: 16px;
  }
}

.main-menu img {
  width: 350px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.main-menu img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.text {
  text-align: center;
  overflow: hidden;
}

.sub-menu h2 {
  font-size: 2rem;
  color: #fff;
  margin-top: 60px;
  border-left: #fff solid 3px;
  border-top: #fff solid 3px;
  padding: 10px;
}

.sub-menu ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 0;
  margin-left: 0px;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .sub-menu ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.sub-menu img {
  width: 350px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-menu img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media screen and (min-width: 1024px) {
  .sub-menu img {
    width: 280px;
    height: 200px;
  }
}

.sub-menu p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  padding: 0 5px;
}
@media screen and (min-width: 1024px) {
  .sub-menu p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

/* ここからにnews
--------------------------------------------- */
.news {
  padding: 0 20px;
  margin: 0 auto;
  padding-top: 100px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .news {
    padding-top: 120px;
  }
}

.main-news {
  font-size: 1.5rem;
  margin-bottom: 100px;
}

.main-news__wrapper {
  margin-left: 20px;
}
@media screen and (min-width:768px) {
  .main-news__wrapper {
    margin-left: 40px;
  }
}

.main-news__card {
  display: block;
}
@media screen and (min-width: 1024px) {
  .main-news__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-news__card + .main-news__card {
  margin-top: 20px;
}

time {
  margin-right: 50px;
}

.main-news__card figure img {
  width: 100px;
  height: 80px;
}

.post-date {
  display: block;
  background-color: rgba(238, 22, 32, 0.808);
  color: #fff;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .post-date {
    display: block;
    background-color: rgba(238, 22, 32, 0.808);
    border-radius: 50%;
    color: #fff;
    width: 250px;
    height: 80px;
    text-align: center;
    line-height: 80px;
  }
}

.post-title {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .post-title {
    font-size: 2.4rem;
    width: 50%;
  }
}

.post-text {
  font-size: 1.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .post-text {
    font-size: 1.8rem;
  }
}

.main-news h2,
.sub-news h2 {
  font-size: 2rem;
  color: #fff;
  border-left: #fff solid 3px;
  border-top: #fff solid 3px;
  padding: 20px;
}

.sub-news ul {
  list-style-type: none;
  display: block;
}
@media screen and (min-width:768px) {
  .sub-news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 50px 30px 50px;
  }
}

#restaurant ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 30px 50px 30px 50px;
}

.r3 {
  margin: 0 auto;
}

.sub-news__title {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .sub-news__title {
    font-size: 1.8rem;
  }
}

.sub-news__card figure img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .sub-news__card figure img {
    width: 500px;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.sub-news__card figure img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

figcaption {
  text-align: center;
  margin-bottom: 30px;
}

/* ここからにContent
--------------------------------------------- */
.page-content {
  max-width: 600px;
  padding: 0 20px;
  max-width: 1280px;
  margin: 60px auto 100px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .page-content {
    max-width: 1280px;
    margin: 60px auto 100px;
    color: #fff;
  }
}

.page-content__card {
  display: block;
}
@media screen and (min-width:768px) {
  .page-content__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page-content__card + .page-content__card {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .page-content__card + .page-content__card {
    margin-top: 50px;
  }
}

.page-content__card h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-content__card p {
  font-size: 1.4rem;
}

.page-content__card img {
  width: 500px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .page-content__card img {
    max-width: 550px;
    width: 39.0625%;
    margin-right: 50px;
    color: #000;
  }
}

/* ここからfooter */
footer {
  background-color: rgb(120, 8, 8);
  width: 100%;
  color: #fff;
  margin-top: 120px;
}
@media screen and (min-width: 1024px) {
  footer {
    padding-top: 50px;
  }
}

.footer-info {
  margin: 0 auto;
  display: block;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .footer-info {
    max-width: 1280px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
  }
}

.footer-nav {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .footer-nav {
    width: 20%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    width: 300px;
  }
}

.footer-group__card + .footer-group__card {
  margin-top: 50px;
}

iframe {
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  iframe {
    width: 85%;
    width: 86.1538461538%;
    height: 200px;
  }
}

.footer-nav li {
  list-style-type: none;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 1.2rem;
}

.footer-nav li a {
  font-size: 1.6rem;
  color: #fff;
  line-height: 40px;
  display: block;
}

.footer-address {
  font-size: 1.6rem;
  padding-top: 100px;
}
@media screen and (min-width:768px) {
  .footer-address {
    margin-left: 20px;
    padding-top: 0;
  }
}

.footer-group {
  font-size: 0.8rem;
  padding-top: 100px;
}
@media screen and (min-width:768px) {
  .footer-group {
    padding-top: 0;
  }
}

.footer-address h3,
.footer-group h3 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer-address h3,
  .footer-group h3 {
    font-size: 24px;
  }
}

.footer-address h4,
.footer-group h4 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .footer-address h4,
  .footer-group h4 {
    font-size: 18px;
  }
}

.footer-address p,
.footer-group p {
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .footer-address p,
  .footer-group p {
    font-size: 16px;
  }
}

.footer-address img {
  width: 150px;
  height: 100px;
  margin-top: 5px;
  margin-left: 10px;
}

/* ここからcopyright */
.copyright {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  background-color: #000;
}

.footer-nav ul li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ここから戻るボタンのデザイン */
.page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 20;
  cursor: pointer;
}

.page_top:hover a {
  -webkit-transition: 0s;
  transition: 0s;
  opacity: 0;
}

.page_top a {
  font-size: 16px;
  width: 100px;
  position: absolute;
  top: -85px;
  right: 9px;
  color: #f8faf6;
  z-index: 50;
}
@media screen and (min-width: 1024px) {
  .page_top a {
    top: -100px;
  }
}

.page_top::before {
  content: "";
  background-image: url(../img/onigiri.png); /* おにぎりのイラスト */
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 81px;
  height: 72px;
  position: absolute;
  bottom: 9px;
  right: -16px;
  z-index: 60;
  -webkit-transition: -webkit-transform 1.5s ease-in-out;
  transition: -webkit-transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out;
  transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out; /* スムーズなアニメーション */
}
@media screen and (min-width: 1024px) {
  .page_top::before {
    width: 100px;
    height: 88px;
  }
}

.page_top a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -45px;
  right: -39px;
  z-index: 9;
  -webkit-transform: rotate(-10px);
          transform: rotate(-10px);
  z-index: -1;
}

/* ホバー時のアニメーション */
.page_top:hover::before {
  -webkit-transform: translateX(-200px) rotate(720deg);
          transform: translateX(-200px) rotate(720deg); /* 左に転がる、2回転する */
  content: "あれ？";
  color: #fff;
  font-size: 24px;
}

/* ここまで「戻る」ボタン */
.btn_18 {
  -webkit-box-shadow: 3px 3px #f4f6f7;
          box-shadow: 3px 3px #f4f6f7;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 207, 0, 0.7)), color-stop(45%, rgba(246, 37, 2, 0.7)), color-stop(75%, rgba(182, 47, 82, 0.7)), to(rgba(113, 58, 166, 0.7)));
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
  color: #fff;
  display: block;
  margin: auto;
  border-radius: 40px;
  width: 71.7703349282%;
  height: 60px;
  margin: 0 auto;
  border: #fff 2px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.2rem, 0.482rem + 2vw, 1.8rem);
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 56px; /*ボタンの高さ調整用 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.btn_18::before {
  content: "";
  background-image: url(../img/site-icon.png); /* おにぎりのイラスト */
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 35px;
  margin-right: 5px;
}

.btn_18:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  color: #fff;
  text-shadow: -1px 1px 5px #fff, 1px -1px 5px #fff;
}

.btn_18:hover::before {
  -webkit-transition: -webkit-transform 1.5s linear;
  transition: -webkit-transform 1.5s linear;
  transition: transform 1.5s linear;
  transition: transform 1.5s linear, -webkit-transform 1.5s linear;
  -webkit-transform: translateX(-30px) rotate(-360deg);
          transform: translateX(-30px) rotate(-360deg); /* 左に転がる、1回転する */
}

.drawer-icon__nav {
  display: block;
  padding: 10px 10px 0 0;
  text-align: -webkit-right;
}
@media screen and (min-width:768px) {
  .drawer-icon__nav {
    display: none;
  }
}

.drawer-icon {
  display: block;
  height: 30px;
  border-radius: 40px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1024px) {
  .drawer-icon {
    padding-left: 3px;
    width: 200px;
    height: 50px;
  }
}
.drawer-icon:hover {
  opacity: 0.7;
}
.drawer-icon__text-sp {
  color: #1c2e55;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1; /* 100% */
  margin-bottom: 6px;
}
@media screen and (min-width: 1024px) {
  .drawer-icon__text-pc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-icon__text-pc i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 20.57px;
    color: #fff;
    margin-left: 24px;
    margin-right: 26px;
  }
}
.drawer-icon__text-pc p {
  color: #fff;
  font-family: "Yu Mincho", "游明朝体", "游明朝", "YuMincho", "Noto Serif JP", "Yu Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.drawer-icon.is-checked .drawer-icon__text-sp {
  opacity: 0;
}
.drawer-icon.is-checked .drawer-icon__bar {
  background: #1c2e55;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 3px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 3px;
}
.drawer-icon__body {
  position: relative;
  width: 21px;
  height: 21px;
}
.drawer-icon__bar {
  position: absolute;
  right: 0;
  width: 21px;
  height: 4px;
  background: #1c2e55;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 10px;
  z-index: 50;
  top: 0px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 8px;
  width: 14px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 17px;
}
.drawer-icon__hidden {
  display: none;
}

.top-logo {
  width: 128px;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.top-logo.is-checked {
  opacity: 1;
  z-index: 999;
}

.drawer-content {
  width: 80%;
  height: 100vh;
  background: #1c2e55;
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 40;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.drawer-content__menu {
  list-style: none;
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: 64px;
  margin-left: 17.0666666667%;
}
.drawer-content__link {
  color: #2D2D32;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-content__link::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 1px;
  border: 2px #fff solid;
}
.drawer-content__link:hover {
  color: #fff;
  text-shadow: -1px 1px 5px #fff, 1px -1px 5px #fff;
}

.drawer__inner {
  width: 375px;
  padding: 11px 10px 0px 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0px;
  right: 0;
}

.no-scroll {
  overflow: hidden;
}

.drawer-content__nav-item + .drawer-content__nav-item {
  margin-top: 40px;
}

.drawer-content__btn {
  margin-top: 62px;
}