@charset "UTF-8";
/* ----------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  height: 100%;
}

@font-face {
  font-family: 'sawarabi';
  src: url('../font/SawarabiMincho-Regular.woff') format('woff');
}

@font-face {
  font-family: 'shippori';
  src: url('../font/shippori.woff') format('woff');
}

@font-face {
  font-family: 'helvetica';
  src: url('../font/YU-Helvetica-Bold.woff') format('woff');
}


body {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-style: normal;
  width: 100%;
  letter-spacing: 0.1em;
}

.body-wrap {
  overflow: hidden;
}

@media(min-width: 961px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 17px;
}

/* -------------------------- */
/*========= ナビゲーションのためのCSS ===============*/


#top-head {
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, .0);
  display: flex;
  position: fixed;
  z-index: 998;
  transition: .2s;
}

#top-head .inner {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top-head .flex-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
#g-nav ul {
  display: flex;
  list-style-type: none;
  align-items: center;
}

#g-nav li a {
  padding: 10px;
  position: relative;
  color: #fff;
}

#g-nav .to-contact-button a {
  background-color: #934f4b;
  border-radius: 3px;
  color: #fff;
}

#g-nav li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #b79758;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .1s ease-in-out;
}

#g-nav li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.openbtn {
  display: none;
}

.header-logo {
  height: 60px;
  padding: 5px;
}

.header-logo img {
  height: 100%;
}

/* ヘッダーカラー変更 */
#top-head.change-color {
  background-color: rgba(0, 0, 0, .95);
  transition: .2s;
}
/* 言語切り替え */
.lang__button-box {
  width: 100px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #353535;
  border-radius: 3px;
  text-align: center;
}

.lang__button-box a {
  display: block;
  color: #fff;
  
}

.lang__button-box__ttl {
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.lang__button--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  background-color: #2a2a2a;
  border-radius: 3px;
}

.lang__button--jp,
.lang__button--en {
  width: 50%;
  border-radius: 3px;
  font-size: 1.5rem;
}

.lang__button--active {
  background-color: #b79758;
  border-radius: 3px;
}

/* ヘッダー上下 */
#top-head.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

#top-head.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
/* -------ヘッダー上下 */

@media screen and (min-width:901px) {
  .nav-logo {
    display: none;
  }
}

@media screen and (max-width:900px) {
  #top-head .inner {
    width: 100%;
  }


  #top-head .flex-inner {
    display: block;
  }
  .header-logo {
    position: absolute;
    height: 50px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  .lang__button-box {
    width: 60px;
    position:absolute;
    top: 50%;
    right:75px;
    transform: translateY(-50%);
  }

  .lang__button-box__ttl {
    font-size: 1.05rem;
  }
  
  .lang__button--flex {
    gap: 0 3px;
  }
  
  .lang__button--jp,
  .lang__button--en {
    width: 50%;
    border-radius: 3px;
    font-size: 1.3rem;
  }

  .nav-logo {
    display: block;
    width: 200px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-logo img {
    width: 100%;
  }

  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: url(../img/menu_card_bg.png)no-repeat;
    background-position: bottom right;
    background-size: 50%;
    background-color: #f2ecde;
    /*動き*/
    transition: all 0.3s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  /*ナビゲーション*/
  #g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }

  /*リストのレイアウト設定*/

  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    color: #120d0b;
    text-decoration: none;
    padding: 10px;
    margin: 10px 0;
    font-size: 1.7rem;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: inline-block;
  }

  /*×に変化*/
  .openbtn span {
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 2px;
    background-color: #f2ecde;
    width: 35px;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn span:nth-of-type(3)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
    color: #f2ecde;
    font-size: 1rem;
    text-transform: uppercase;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 14px;
    transform: translateY(4px) rotate(-45deg);
    width: 35px;
    background-color: #120d0b;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 14px;
    transform: translateY(-7px) rotate(45deg);
    width: 35px;
    background-color: #120d0b;
  }

  .openbtn.active span:nth-of-type(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 8px;
    left: 10px;
    color: #120d0b;
  }
}

/* 共通 */
.container-1100 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.sectoin-rel {
  position: relative;
}

.kaigyo {
  display: inline-block;
}

/* スクロールダウン */
.scrolldown4 {
  position: absolute;
  top: -3%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
  height: 60px;
  z-index: 33;
}

.scrolldown4 img {
  height: 100%;
}

@keyframes arrowmove {
  0% {
    top: -3%;
  }

  50% {
    top: 0%;
  }

  100% {
    top: -3%;
  }
}

.scrolldown4 span {
  position: absolute;
  left: -20px;
  bottom: 10px;
  color: #b79758;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}


/* アニメーション */
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



/* マーカー */

.marker {
  display: inline;
  position: relative;
  background: linear-gradient(transparent 50%, yellow 50%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 50%;
  transition-property: all;
  transition-duration: 1s;
  transition-delay: 1.5s;
  transition-timing-function: ease-in-out;
}

.marker.ugokumarker {
  background-size: 100% 50%;
}


/* mv */

.mv-box {
  position: relative;
  /*背景を設定するdivの基点とするためrelativeをかける*/
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /*はみ出しているところを隠す*/
}

.mv-box--img {
  position: fixed;
  /*背景を固定するためfixedをかける*/
  z-index: -20;
  /*.main-content,#footerよりも下に配置するために数値を小さくする*/
  top: 0;
  /*topの位置がJSで変化*/
  /*以下画面で背景画像を表示させるための指定*/
  width: 100%;
  height: 100vh;
  background: url("../img/mv.jpg") no-repeat top center;
  /*背景画像の設定※オリジナルの画像に設定してください*/
  background-size: cover;
  transform-origin: center;
  /*変化する基点を中心からに設定*/
}

@media screen and (max-width:768px) {

  .mv-box {
    height: 80vh;
  }

  .mv-box--img {
    background: url("../img/mv_sp.jpg") no-repeat top center;
    background-size: contain;
    transform-origin: center;
    /*変化する基点を中心からに設定*/
  }
}

.main-content {
  position: relative;
  /*.mv-box--imgよりも配置を上にするためにrelativeをつける*/
  z-index: 1
    /*.mv-box--imgよりもz-indexの値を大きな数値にして上に表示*/
}


/* main */

/* index.html */

/* section.about */
.about {
  background-color: #f2ecde;
  padding-top: 100px;
}

.about--under {
  z-index: -5;
}

.bg-samurai {
  position: absolute;
  top: 65%;
  left: 80%;
  transform: translate(-50%, -50%);
  width: 45vw;
  z-index: -1;
}

.bg-samurai img {
  width: 100%;
  opacity: 1;
  /* drop-shadow */
  filter: drop-shadow(4px 2px 5px rgba(116, 116, 116, 0.6));
}

.about__item {
  padding: 100px 0;
}

.about__item--flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.about__item__img {
  width: 80%;
  margin-left: calc(50% - 50vw);
}

.about__item__img--rel {
  position: relative;
}

.about__item__img img {
  width: 100%;
}

.about__item__txt-box {
  width: 60%;
}

.about__item__txt-box--rel {
  position: relative;
}

.about__item__ttl {
  width: 95%;
  max-width: 700px;
}

.about__item__ttl img {
  width: 100%;
}

.about__item__ttl--main-ttl {
  margin-top: 150px;
  margin-bottom: 10px;
}

.about__item--sub-ttl {
  font-family:'shippori', sans-serif;
  font-size: 3rem;
  color: #120d0b;
  margin: 0 0 30px 10px;
  font-weight: 900;
}

.about__item__txt {
  font-size: 2.4rem;
  font-weight: bold;
}

.about__item__txt--black {
  color: #120d0b;
}


/* 斜めに斬るエフェクト */
.slash-box-p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  z-index: -1;
}

/* .go-down {
  width: 0;
  height: 0;
} */

.slash-box {
  position: relative;
}

/* section毎の斬撃背景色 */
.about-slash-box__role {
  background-color: #f2ecde;
}

/* ----------------- */
.slash-box__role {
  width: 100%;
  height: 120vh;
}

.slash-box .slash-box__role:nth-child(2),
.slash-box .slash-box__role:nth-child(3),
.slash-line {
  position: absolute;
  left: 0;
  top: 0;
}

.slash-box .slash-box__role:nth-child(1) {
  -webkit-clip-path: polygon(100% 0, 1% 0, 100% 99%);
  clip-path: polygon(100% 0, 1% 0, 100% 99%);
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.slash-box .slash-box__role:nth-child(2) {
  -webkit-clip-path: polygon(0 1%, 0% 100%, 99% 100%);
  clip-path: polygon(0 1%, 0% 100%, 99% 100%);
}

.slash-box .slash-box__role:nth-child(3) {
  opacity: 1;
  transition: opacity .1s .6s;
}

.slash-fade-line {
  animation-name: slash-effect-line;
  animation-fill-mode: forwards;
  animation-duration: .1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0.2s;
  animation-direction: normal;
}

.slashTriggerline {
  opacity: 0;
}

.slash-line {
  background-color: #fff;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 1%, 1% 0, 100% 99%, 99% 100%);
  clip-path: polygon(0 1%, 1% 0, 100% 99%, 99% 100%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s, -webkit-transform .1s;
}

/* slash-lineが斜めに斬る */
@keyframes slash-effect-line {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }


  100% {
    opacity: 0;
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}


.slash-fade-top {
  animation-name: slash-effect-top;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}

@keyframes slash-effect-top {
  0% {
    opacity: 1;
  }


  50% {
    -webkit-transform: translate(15%, 15%);
    transform: translate(15%, 15%);
  }

  100% {
    opacity: 0;
  }
}

.slash-fade-bottom {
  animation-name: slash-effect-bottom;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 0.5s;
  animation-direction: normal;
}

@keyframes slash-effect-bottom {
  0% {
    opacity: 1;
  }

  50% {
    -webkit-transform: translate(-15%, -15%);
    transform: translate(-15%, -15%);
  }

  100% {
    opacity: 0;
  }
}

/* 斬れめ */
.slash-fade-center {
  animation-name: slash-effect-center;
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-delay: .3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-direction: normal;
}

@keyframes slash-effect-center {
  0% {
    opacity: 1;
  }

  50% {
    background-color: #fff;
  }

  100% {
    opacity: 0;

  }
}


/* section.menu */
.menu {
  background-color: #120d0b;
}

.menu--under {
  z-index: -6;
}

.bg-zan {
  position: absolute;
  top: 65%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 45vw;
  z-index: -2;
}

.bg-zan img {
  width: 100%;
  opacity: 1;
  /* drop-shadow */
  filter: drop-shadow(4px 2px 5px rgba(183, 151, 88, .6));
}

.menu__item {
  padding: 100px 0 300px;
}



.menu__item--flex {
  display: flex;
  justify-content: center;
  /* gap: 20px; */
  margin: 30px 0;
}

.menu__item__img {
  width: 80%;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  position: relative;
  margin-bottom: -300px;
  z-index: -3;
}

.menu__item__img--rel {
  position: relative;
}

.menu__item__img img {
  width: 100%;
}

.menu__item__txt-box {
  width: 60%;
  margin: 0 0 0 auto;
}

.menu__item__txt-box--rel {
  position: relative;
}

.menu__item__ttl {
  width: 95%;
  max-width: 550px;
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.71));
}

.menu__item__ttl img {
  width: 100%;
}

.menu__item__ttl--main-ttl {
  margin-top: 150px;
  margin-bottom: 10px;
}

.menu__item--sub-ttl {
  font-size: 3rem;
  color: #f2ecde;
  margin: 0 0 30px 10px;
  font-weight: 900;
font-family:'shippori', serif;
}

.menu__item__txt {
  font-size: 2.4rem;
  font-weight: bold;
}

.menu__item__txt--white {
  color: #f2ecde;
}

.note-s {
  font-size: 1.8rem;
  color: #f2ecde;
}


/* button */
.katana-button-wrap {
  display: flex;
  justify-content:center;
}

.katana-button {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  width: 100%;
  max-width: 350px;
  min-width: 160px;
  text-align: center;
  transition: all 0.3s;
  color: #f2ecde;
  z-index: 1;
  border: 2px solid #f2ecde;
  font-family: 'sawarabi', serif;
  font-weight: normal;
  font-size: 1.8rem;
  margin: 40px 0;
}

.katana-button .small {
  font-size: .595em;
}

.katana-button:before {
  position: absolute;
  content: "";
  background: url(../img/button_katana.svg)no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  right: -55px;
  height: 15px;
  transition: 0.4s;
  transition: all 0.3s;
}

.katana-button:hover:before {
  right: -75px;
}

@media screen and (max-width:428px) {
  
.katana-button {
  position: relative;
  display: inline-block;
  padding: 7px 14px;
  width: 100%;
  max-width: 350px;
  min-width: 160px;
  text-align: center;
  transition: all 0.3s;
  color: #f2ecde;
  z-index: 1;
  border: 2px solid #f2ecde;
  font-family: 'sawarabi', serif;
  font-weight: normal;
  font-size: 1.7rem;
}
}
/* top menu card */
.menu__card {
  width: 70%;
  background: url(../img/menu_card_bg.png)no-repeat;
  background-position: bottom right;
  background-size: 30%;
  background-color: #f2ecde;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 4px 2px 15px -3px rgba(183, 151, 88, .6);
}

.menu__card__ttl {
  font-size: 2.6rem;
}

.menu__card__ttl--black {
  color: #120d0b
}

.menu__card__ttl--hishigata:after {
  content: ' ';
  display: block;
  width: 18px;
  height: 18px;
  background-color: #934f4b;
  transform: rotate(45deg);
  margin: 5px auto;
}

.menu__card__detail {
  font-size: 2.4rem;
}

.menu__card__price {
  font-size: 2.6rem;
  color: #120d0b;
  font-family: 'helvetica', serif;
  font-weight: 900;
}

.menu__card__price--small {
  font-size: .7em;
  display: inline-block;
}

.menu__card__detail--black {
  color: #120d0b;
}


/* section毎の斬撃背景色 */

.menu__slash-box-p {
  height: 120vh;
}

.menu-slash-box__role {
  background-color: #120d0b;
}

/* ----------------- */


/* footer */
.g-footer {
  background-color: #f2ecde;
  padding: 100px 0 10px;
}

.g-footer--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px auto;

}

.g-footer__nav__list li {
  margin: 10px 0;
}

.g-footer__nav__list li a {
  color: #120d0b;
  position: relative;
}

.g-footer__nav__list li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #934f4b;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .1s ease-in-out;
}

.g-footer__nav__list li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}


.g-footer__info p {
  color: #120d0b;
}


.g-footer__logo {
  width: 90%;
  max-width: 300px;
  margin: 10px auto;
}

.g-footer__logo img {
  width: 100%;
}

.g-footer small {
  text-align: center;
  display: block;
  color: #120d0b;
}

/* footer-tel-button */
@media screen and (min-width:769px) {
  #footer__button {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .is-hidden {
    visibility: hidden;
    transition: .2s;
    opacity: 0;
  }
  
  #footer__button {
    display: block;
    transition: .2s;
    z-index: 9998;
    position: fixed;
  width: 100%;
    background-color:#934f4b;
    font-size: 1.5rem;
    padding: 3px 5px;
    text-align: center;
  }
  #footer__button span {
    font-family: 'sawarabi',serif;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #footer__button a {
    color: #fff;
  }
  /* footer__button end */
}


/* 768px以下レスポンシブ */
@media screen and (max-width:768px) {

  /* about */
  .about__item--flex {
    display: block;
  }


  .about__item__img {
    width: 90%;
    z-index: -1;
  }

  .about__item__img--rel {
    position: relative;
  }

  .about__item__img img {
    width: 100%;
  }


  .about__item__ttl {
    width: 85%;
  }


  .about__item__ttl--main-ttl {
    margin-top: 80px;
    margin-bottom: 10px;
  }


  .about__item--sub-ttl {
    font-size: 2.6rem;
    color: #120d0b;
    margin: 0 0 30px 10px;
  }

  .about__item__txt-box {
    width: 100%;
    z-index: 6;
  }

  .about__item__txt {
    font-size: 2rem;
  }

  .bg-samurai {
    position: absolute;
    top: 40%;
    left: 85%;
    z-index: 0;
  }

  /* menu */



  .menu__item__txt-box {
    width: 100%;
    margin: 0 auto;
  }


  .bg-zan {
    top: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 45vw;
    z-index: -2;
  }


  .menu__item__img {
    width: 90%;
    margin-bottom: -200px;
    z-index: -3;
  }

  .menu__item__ttl {
    width: 85%;
    filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 1));
    filter: drop-shadow(-1px -1px 8px rgba(0, 0, 0, 1));
  }

  .menu__item__ttl--main-ttl {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .menu__item--sub-ttl {
    font-size: 2.6rem;
    text-align: right;
  }


  .menu__item__txt {
    font-size: 2rem;
    text-align: right;
  }


  .note-s {
    font-size: 1.6rem;
    text-align: right;
    display: block;
  }


  /* footer */
  .g-footer {
    padding: 30px 0 10px;
  }

  .g-footer--flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 10px auto;
    text-align: center
  }

  .g-footer__nav__list li {
    margin: 10px 0;
  }

  .g-footer__nav__list li a {
    color: #120d0b;
    position: relative;
    ;
  }

  .g-footer__nav__list li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #b79758;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .1s ease-in-out;
  }

  .g-footer__nav__list li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }


  .g-footer__info p {
    color: #120d0b;
  }


  .g-footer__logo {
    width: 90%;
    max-width: 300px;
    margin: 10px auto;
  }

  .g-footer__logo img {
    width: 100%;
  }

  .g-footer small {
    text-align: center;
    display: block;
    color: #120d0b;
  }

}



/* 599px以下レスポンシブ */
@media screen and (max-width:599px) {
  /* about */

  .about {
    padding-top: 0px;
  }

  .about__item--sub-ttl {
    font-size: 2.2rem;
    color: #120d0b;
    margin: 0 0 20px 5px;
  }

  .about__item__txt {
    font-size: 1.8rem;
    font-weight: bold;
  }

  /* menu */
  .menu__item {
    padding: 100px 0;
  }

  .menu__item__img {
    margin-bottom: -165px;
  }

  .menu__item--sub-ttl {
    font-size: 2.2rem;
    text-align: right;
  }

  .menu__item__txt {
    font-size: 1.8rem;
    text-align: right;
    font-weight: bold;
  }


  .note-s {
    font-size: 1.4rem;
    text-align: right;
    display: block;
  }

}


@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}