* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #290f00;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Kaisei Decol", serif;
  font-weight: bold;
  font-style: normal;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    letter-spacing: 1.5px;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * header
   * header nav
   * kodawari
   * menu
   * access
   * keyakisan
   * tree
   * logo(background)
   * home
   * reserve
   * footer
   * swiper
- - - - - - - - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - - - - - - - -
   header
- - - - - - - - - - - - - - - - - - - - */
.header-wrap {
  position: relative;
  display: flex;
  height: 90vh;
  overflow: hidden;
}
.header-mv-area {
  flex: 1;
  margin-right: 200px;
  background-image: url("/images/nukegake/nukegake03.jpg");
  background-position: center;
  background-size: cover;
  -webkit-animation: mv 60s linear forwards;
          animation: mv 60s linear forwards;
}
.header-mv-area-under {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-color: #290f00;
  box-shadow: 0 -10px 10px #290f00;
}
.header-logo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header-logo img {
  height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .header-mv-area {
    margin-right: 24px;
  }
  .header-logo img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@-webkit-keyframes mv {
  0% { transform: scale(1.2); opacity: 0; }
  5% { opacity: 1; }
  100% { transform: scale(1); }
}
@keyframes mv {
  0% { transform: scale(1.2); opacity: 0; }
  5% { opacity: 1; }
  100% { transform: scale(1); }
}

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

.header-nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 90vh;
  background-color: #290f00;
  box-shadow: -10px -10px 10px #290f00;
}
.header-nav-inner {
  z-index: 6;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 200px;
  height: 420px;
  padding: 100px 24px 0;
  font-size: 24px;
  letter-spacing: 8px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.header-nav-item {
  position: relative;
  height: 100%;
}
.header-nav-item a {
  display: inline-block;
  padding: 8px;
  background: rgba(41, 15, 0, 1);
  text-decoration: none;
}
.header-nav-item a:hover {
  background-color: #7b4636;
  transition: all 0.3s;
}
.header-nav-item.item02 {
  margin-top: 1.6em;
}
.header-nav-item.item03 {
  margin-top: 4.2em;
}
.header-nav-item::before {
  position: absolute;
  top: -300px;
  left: 50%;
  display: block;
  width: 1px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.5 );
  content: "";
}
@media screen and (max-width: 768px) {
  .header-nav {
    width: 24px;
    height: 100%;
  }
  .header-nav-inner {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 8px;
    font-size: 14px;
    letter-spacing: 4px;
  }
  .header-nav-item {
    height: auto;
  }
  .header-nav-item a {
    background-color: rgba(123, 70, 54, 0.5);
  }
  .header-nav-item.item02 {
    margin-top: 0;
  }
  .header-nav-item.item03 {
    margin-top: 0;
  }
  .header-nav-item::before {
    content: none;
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * kodawari
- - - - - - - - - - - - - - - - - - - - */

.kodawari {
  padding: 200px 24px;
  text-align: center;
}
.kodawari-title {
  margin-bottom: 1.5em;
  font-size: 24px;
  line-height: 1.5;
}
.kodawari-text p {
  margin-top: 1.5em;
  line-height: 2;
}
.flower-yellow img {
  width: 36px;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .kodawari {
    padding: 100px 24px;
  }
  .kodawari-title {
    font-size: 18px;
  }
  .kodawari-text {
    text-align: left;
  }
}
@media screen and (max-width: 580px) {
  .kodawari-title {
    font-size: 16px;
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * menu
- - - - - - - - - - - - - - - - - - - - */
.menu {
  padding: 200px 80px;
}
.menu-title {
  font-size: 48px;
  text-align: center;
}
.menu-category {
  padding: 80px 0;
  text-align: center;
}
.menu-category.oden .menu-category-title::before {
  display: block;
  margin-bottom: 0.5em;
  font-size: 0.5em;
  content: "- 期間限定 -";
}
.menu-category-title {
  margin-bottom: 48px;
  font-size: 24px;
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  list-style: none;
}
.menu-list img {
  width: calc((100vw - 160px - 6vw ) * 0.25);
}
@media screen and (max-width: 980px) {
  .menu {
    padding: 200px 24px;
  }
  .menu-list img {
    width: calc((100vw - 48px - 4vw ) * 0.3);
  }
}

@media screen and (max-width: 768px) {
  .menu-title {
    font-size: 24px;
    text-align: center;
  }
  .menu-category-title {
    margin-bottom: 36px;
    font-size: 18px;
  }
  .menu-category {
    padding: 40px 0;
  }
}

@media screen and (max-width: 680px) {
  .menu {
    padding: 80px 24px;
  }
  .menu-list {
    gap: 16px;
  }
  .menu-list img {
    width: calc((100vw - 48px - 16px ) * 0.5);
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * access
- - - - - - - - - - - - - - - - - - - - */

.access {
  padding: 48px;
  text-align: center;
}

.access-title {
  padding-bottom: 48px;
  font-size: 48px;
}
.access-description {
  line-height: 1.5;
  margin-bottom: 48px;
}
.access-inner {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.access-map {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.access-text {
  width: 100%;
  line-height: 2;
  text-align: left;
}
.access-text-list {
  text-decoration: none;
}
.access-text-list-item {
  display: flex;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.access-text-list-item h4 {
  width: 140px;
}
.access-text-list-item p {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .access {
    padding: 24px;
  }
  .access-title {
    padding-bottom: 24px;
    font-size: 24px;
  }
  .access-inner {
    flex-wrap: wrap;
  }
  .access-map iframe {
    height: 50vh!important;
  }
  .access-text-list-item h4 {
    width: 100px;
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * keyakisan
- - - - - - - - - - - - - - - - - - - - */
.keyakisan {
  z-index: 3;
  position: fixed;
  bottom: 0;
  right: -200px;
  pointer-events: none;
}
.keyakisan img {
  width: 50vh;
  opacity: 1;
  -webkit-filter: drop-shadow(0 -8px 16px #290f00);
          filter: drop-shadow(0 -8px 16px #290f00);
}
@media screen and (max-width: 768px) {
  .keyakisan {
    bottom: 0;
    right: -25vw;
  }
  .keyakisan img {
    width: 60vw;
    -webkit-filter: drop-shadow(0 -4px 8px #290f00);
            filter: drop-shadow(0 -4px 8px #290f00);
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * tree
- - - - - - - - - - - - - - - - - - - - */
.tree {
  position: fixed;
  bottom: -30%;
  right: -50%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .tree {
    bottom: -10%;
    right: -10%;
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * logo(background)
- - - - - - - - - - - - - - - - - - - - */
.logo {
  position: fixed;
  top: 0;
  left: -200px;
  pointer-events: none;
}
.logo img {
  height: 100vh;
  opacity: 0.3;
  -webkit-animation: logo 60s linear forwards;
          animation: logo 60s linear forwards;
}
@-webkit-keyframes logo {
  0% { transform: scale(1); }
  100% { transform: scale(1.2); }
}
@keyframes logo {
  0% { transform: scale(1); }
  100% { transform: scale(1.2); }
}

/* - - - - - - - - - - - - - - - - - - - -
   * home
- - - - - - - - - - - - - - - - - - - - */
.home {
  z-index: 6;
  position: fixed;
  top: 8px;
  left: 8px;
  display: inline-block;
  width: 140px;
  padding: 16px 32px;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  visibility: hidden;
  opacity: 0;
}
.home:hover {
  background: rgba(48, 23, 8, 0.5);
}
.home.show {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .home {
    width: 80px;
    padding: 8px 16px;
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * reserve
- - - - - - - - - - - - - - - - - - - - */
.reserve {
  z-index: 9;
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 88px;
  width: 100%;
  padding: 24px 60px;
  background-color: rgba(41, 15, 0, 0.5 );
  box-shadow: 0 -10px 10px  rgba(41, 15, 0, 0.5 );
}
.reserve-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 60px;
  background-image: url(/images/waku01-02.png);
  background-size: contain;
  text-decoration: none;
  text-align: center;
}
.reserve-item::before {
  position: absolute;
  left: -40px;
  top: 0;
  display: block;
  width: 44px;
  height: 60px;
  background-image: url(/images/waku01-01.png);
  background-size: cover;
  content: "";
}
.reserve-item::after {
  position: absolute;
  right: -40px;
  top: 0;
  display: block;
  width: 44px;
  height: 60px;
  background-image: url(/images/waku01-01.png);
  background-size: cover;
  transform: scale(-1, 1);
  content: "";
}
@media screen and (max-width: 768px) {
  .reserve {
    gap: 88px;
    padding: 0 40px 8px;
    font-size: 12px;
  }
  .reserve-item {
    width: 50%;
    height: 48px;
  }
  .reserve-item::before {
    width: 40px;
    height: 48px;
  }
  .reserve-item::after {
    width: 40px;
    height: 48px;
  }
}

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

footer {
  padding: 16px;
  background-color: #7b4636;
}
.footer-copyright {
  font-size: 12px;
  text-align: center;
}
footer {
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 80px;
  }
}

/* - - - - - - - - - - - - - - - - - - - -
   * swiper
- - - - - - - - - - - - - - - - - - - - */
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 200px;
}

.swiper-slide {
  width: 100%;
  height: 30vh;
  color: #ffffff;
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
