/* ---------------------------------------

    main

--------------------------------------- */

/* @font-face {
  font-family: 'ZenMaruGothic';
  src: url('../font/ZenMaruGothic-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ZenMaruGothic';
  src: url('../font/ZenMaruGothic-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
} */
@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  color: #333;
  background: url(../img/bg_chair.png) repeat-x bottom #222;
  background-attachment: fixed;
  background-size: 20%;
}

body p {
  margin: 0;
}

.bg_logo {
  position: fixed;
  width:20%;
  max-width: 150px;
  top: 0px;
  left: 20px;
  padding:30px;
  background: #fff;
  background: url('../img/mv/bg.jpg');
  background-size: cover;
  text-align: center;
}

.bg_logo img {
  width: 100%;
}

.nrkm-logo {
  width: 40% !important;
  margin: 15px auto 0;
}

@media (max-width: 767px) {
  .bg_logo {
    display: none;
  }
}

.main-container {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 10px 0px 10px -10px rgba(2, 0, 0, 0.1), -10px 0px 10px -10px rgba(2, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .main-container {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

/* ---------------------------------------
    title
--------------------------------------- */

.title-section {
  height: 100vh;
  height: 100svh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url('../img/mv/bg.jpg');
  background-size: cover;
}
.title-section::before,
.title-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: #000;
  left: 0;
  z-index: 1;
}
.title-section::before {
  top: 0;
}
.title-section::after {
  bottom: 0;
}

.curtain-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.main-logo,
.narikoma-logo {
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
  transition: opacity 1.5s ease;
  position: relative;
  z-index: 2;
}

.main-logo {
  width: 60%;
}

.narikoma-logo {
  width: 25%;
  margin: 25px 0 0;
}

.main-logo.hide,
.narikoma-logo.hide {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}

.scroll {
  position: absolute;
  bottom: calc(3em + 30px);
  display: flex;
  font-size: 1rem;
  line-height: 3em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.scroll.show {
  opacity: 1;
}

.scroll p {
  margin-top: 0;
}
      .top-scroll {
        position: absolute;
        bottom: calc(2.5em + 30px);
        display: flex;
        font-size: 1rem;
        line-height: 3em;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: opacity 0.8s ease;
      }

      .top-scroll p {
        margin-top: 0;
      }

.scroll-arrow,
.scroll-arrow::before {
  background-color: #222;
  border-radius: 9999px;
}

.scroll-arrow {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 50px;
  animation: bounce 1.2s ease-in-out infinite;
}

.scroll-arrow::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 10px;
  transform: rotate(45deg);
  transform-origin: 50% calc(100% - 0.5px);
}

.season-title {
  font-weight: 700;
  font-size: 62.5px;
  color: #222;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.season-title.show {
  opacity: 1;
}

/* ---------------------------------------
    story
--------------------------------------- */

.story-wrapper {
  font-size: 16px;
  line-height: 2;
}

.story-wrapper > section {
  padding: 40px 0;
}

.story-wrapper section p {
  margin: 0 30px 0;
}

.story-wrapper section p + p {
  margin-top: 30px;
}

.story-wrapper .w_img {
  margin-right: 0;
  margin-left: 0;
  line-height: 0;
}

.story-wrapper p img {
  width: 100%;
}

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

footer {
  text-align: center;
  padding: 60px 0 0;
  background: url('../img/bg_seamless.jpg') repeat;
}

footer > div {
  width: 320px;
  margin: 0 auto 60px;
}

footer .share-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.4;
}

footer .share-title span {
  color: #e60113;
}

footer .share-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  line-height: 0;
  margin-bottom: 12px;
}

footer .share-buttons a {
  width: 48%;
  line-height: 0;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}

footer .share-buttons a img {
  width: 32px;
}

footer .share-note {
  font-size: 14px;
  font-weight: bold;
  color: #e60113;
}

footer .story-links-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}

footer .story-list {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

footer .story-list li {
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 140px;
  border-radius: 10px;
}

.story-list li a {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}
  
footer .story-list li a::after {
  content: url(../img/icn_link.svg);
  margin-left: 1em;
}

footer .story-list li.spr::after {
  background: url(../img/spring.png);
}

footer .story-list li.smr::after {
  background: url(../img/summer.png);
}

footer .story-list li.aut::after {
  background: url(../img/autumn.png);
}

footer .story-list li.wtr::after {
  background: url(../img/winter.png);
}

footer .story-list li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

footer .story-list li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  }

footer .story-list li:hover::before {
    background-color: rgba(0, 0, 0, 0);
  }

footer .story-list li:hover::after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  }

footer .footer-logo img {
  width: 100px;
  height: auto;
  margin-top: 20px;
}

footer .footer-logo .company {
  margin: 20px 0 60px;
  line-height: 1.4;
}

footer .copyright {
  width: 100%;
  line-height: 4;
  background: #fff;
}