@charset "UTF-8";
/* -----------------------
common
----------------------- */
body {
  font: normal 300 16px/1.6 "fot-tsukuaoldmin-pr6n", sans-serif;
  color: #231815;
  background-color: #fffbf0;
  font-feature-settings: "palt";
  height: 100dvh;
  position: relative;
  width: 100%;
}
body:before {
  background: url(../img/bg.jpg);
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: -1;
  transform: translate3d(0, 0, -1px);
}
@media (max-width: 480px) {
  body {
    font-size: 0.875rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding-block: 5rem;
}
@media (max-width: 820px) {
  section {
    padding-block: 3rem;
  }
}

.wrapper {
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .wrapper {
    margin-inline: 4%;
  }
}

.section-title {
  color: #954d29;
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3.5rem;
  padding-bottom: 1.25rem;
  position: relative;
  text-align: center;
}
@media (max-width: 820px) {
  .section-title {
    margin-bottom: 2rem;
  }
}
.section-title:after {
  bottom: 0;
  background-color: #4ea134;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  width: 100px;
  position: absolute;
}
@media (max-width: 820px) {
  .section-title:after {
    height: 3px;
    width: 80px;
  }
}

.fade {
  opacity: 0;
  transition: opacity 1s;
}
.fade.display {
  opacity: 1;
}

@media (any-hover: hover) {
  a {
    transition: opacity 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
}
/* -----------------------
ヘッダー
----------------------- */
header {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
}
header .header-main {
  aspect-ratio: 1920/850;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 820px) {
  header .header-main {
    aspect-ratio: 1/1.3;
  }
}
header .title {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 16%;
  margin: auto;
  text-align: center;
  width: 46%;
}
@media (max-width: 820px) {
  header .title {
    top: 23%;
    width: 60%;
  }
}
header .title svg {
  overflow: visible;
}
header .title .header-title {
  margin-bottom: 2.5%;
}
header .title .header-sub-title {
  width: 80%;
}
@media (max-width: 820px) {
  header .title .header-sub-title {
    width: 90%;
  }
}

/* -----------------------
メニュー
----------------------- */
nav {
  background-color: #954d29;
  padding-block: 2rem;
}
@media (max-width: 820px) {
  nav {
    padding: 2px;
  }
}
nav .nav {
  border-right: 1px solid #b5836a;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 820px) {
  nav .nav {
    border-top: 1px solid #b5836a;
  }
}
nav .nav li {
  border-left: 1px solid #b5836a;
  width: 16.6666666667%;
}
@media (max-width: 820px) {
  nav .nav li {
    border-bottom: 1px solid #b5836a;
    width: auto;
    flex-grow: 1;
  }
}
nav .nav li a {
  color: #fff;
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  padding-inline: 0.5rem;
  display: block;
  line-height: 1;
  text-align: center;
}
@media (max-width: 820px) {
  nav .nav li a {
    padding: 0.5rem 0;
  }
}

/* -----------------------
ニュース
----------------------- */
#news .news {
  border-bottom: 1px solid #dac0ad;
}
#news .news .list {
  border-top: 1px solid #dac0ad;
  display: flex;
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  padding: 1rem;
}
@media (max-width: 820px) {
  #news .news .list {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 480px) {
  #news .news .list {
    flex-direction: column;
  }
}
#news .news .list dt {
  color: #954d29;
  width: 5.5em;
  flex-shrink: 0;
}
#news .news .list dd a {
  color: #231815;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}

/* -----------------------
ストーリー
----------------------- */
#story .col {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  #story .col img {
    width: 208px;
  }
}
@media (max-width: 480px) {
  #story .col {
    flex-direction: column;
    gap: 0.5rem;
  }
}
#story .col .catch1 {
  font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
@media (max-width: 820px) {
  #story .col .catch1 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #story .col .catch1 {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
#story .col .catch2 {
  font-size: clamp(0.875rem, 0.75rem + 0.63vw, 1.5rem);
  line-height: 2;
}
#story .slide {
  margin-block: 2rem 3rem;
}
#story .slide .box img {
  margin-inline: auto;
}
#story .slide .splide__arrow {
  opacity: 1;
  background-color: transparent;
}
#story .slide .splide__arrow:after {
  position: absolute;
  background: url(../img/arrow.png);
  content: "";
  height: 58px;
  width: 30px;
  display: block;
  opacity: 1;
}
@media (max-width: 820px) {
  #story .slide .splide__arrow:after {
    height: 29px;
    width: 15px;
    background-size: cover;
  }
}
#story .slide .splide__arrow > svg {
  display: none;
}
#story .slide .splide__arrow--next {
  right: calc(23% - 48px);
}
@media (max-width: 480px) {
  #story .slide .splide__arrow--next {
    right: calc(10% - 30px);
  }
}
#story .slide .splide__arrow--next:after {
  transform: rotate(180deg);
}
#story .slide .splide__arrow--prev {
  left: calc(23% - 48px);
}
@media (max-width: 480px) {
  #story .slide .splide__arrow--prev {
    left: calc(10% - 30px);
  }
}
#story .slide-all {
  align-items: center;
}
#story .splide__pagination {
  bottom: -3rem;
}
#story .splide__pagination .splide__pagination__page {
  background: #954d29;
  opacity: 1;
}
#story .splide__pagination .splide__pagination__page:hover {
  opacity: 0.7;
}
#story .splide__pagination .splide__pagination__page.is-active {
  background: #dac0ad;
  transform: scale(1.4);
  z-index: 1;
}

/* -----------------------
書籍紹介
----------------------- */
#books .col {
  display: flex;
  justify-content: center;
  gap: 4.5rem;
}
@media (max-width: 1024px) {
  #books .col {
    gap: 3rem;
  }
}
@media (max-width: 820px) {
  #books .col {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #books .col {
    gap: 1rem;
    align-items: center;
    flex-direction: column;
  }
}
#books .col .cover {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  #books .col .cover {
    margin-top: 0;
    width: 250px;
  }
}
#books .col .cover img {
  box-shadow: 0px 0px 30px rgba(35, 24, 21, 0.2);
}
#books .col .title {
  margin-block: 2.5rem;
}
@media (max-width: 820px) {
  #books .col .title {
    margin-block: 2rem;
  }
}
@media (max-width: 480px) {
  #books .col .title {
    margin: 1rem 1rem 2rem;
  }
}
#books .col .title .book-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 820px) {
  #books .col .title .book-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #books .col .title .book-title {
    margin-bottom: 0.5rem;
  }
}
#books .col .info {
  border-top: 1px solid #dac0ad;
  display: flex;
  font-size: clamp(0.875rem, 0.775rem + 0.5vw, 1.375rem);
  padding: 1rem;
}
@media (max-width: 820px) {
  #books .col .info {
    padding: 0.5rem;
  }
}
#books .col .info:last-of-type {
  border-bottom: 1px solid #dac0ad;
  margin-bottom: 2.5rem;
}
@media (max-width: 820px) {
  #books .col .info:last-of-type {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #books .col .info:last-of-type {
    margin-bottom: 1rem;
  }
}
#books .col .info dt {
  color: #954d29;
  width: 5em;
  flex-shrink: 0;
}
#books .col .online {
  border-top: 1px solid #dac0ad;
  border-right: 1px solid #dac0ad;
  display: flex;
  flex-wrap: wrap;
}
#books .col .online li {
  border-left: 1px solid #dac0ad;
  border-bottom: 1px solid #dac0ad;
  width: 33.3333333333%;
}
#books .col .online li a {
  background-color: #fff;
  display: flex;
  height: 60px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  #books .col .online li a {
    height: 32px;
  }
  #books .col .online li a .amazon {
    width: 39px;
  }
  #books .col .online li a .rakuten {
    width: 74px;
  }
  #books .col .online li a .seven {
    width: 26px;
  }
  #books .col .online li a .kino {
    width: 68px;
  }
  #books .col .online li a .ehon {
    width: 36px;
  }
  #books .col .online li a .honya {
    width: 62px;
  }
}

/* -----------------------
動画
----------------------- */
#movie .movie {
  max-width: 1000px;
  margin-inline: auto;
  aspect-ratio: 16/9;
}
#movie .movie iframe {
  height: 100%;
  width: 100%;
}

/* -----------------------
グッズ
----------------------- */
#goods .comingsoon {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  text-align: center;
}

/* -----------------------
作者紹介
----------------------- */
#authors .type {
  color: #954d29;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-weight: normal;
  text-align: center;
  margin-bottom: 0.5rem;
}
#authors .type:not(:first-of-type) {
  margin-top: 5rem;
}
@media (max-width: 820px) {
  #authors .type:not(:first-of-type) {
    margin-top: 3rem;
  }
}
#authors .name {
  font-size: clamp(1.125rem, 0.95rem + 0.88vw, 2rem);
  text-align: center;
}
#authors .kana {
  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
  text-align: center;
}
#authors .detail {
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  line-height: 2;
  max-width: 800px;
  margin-top: 1rem;
  margin-inline: auto;
}
#authors .official {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 820px) {
  #authors .official {
    gap: 1.5rem;
    margin-top: 1rem;
  }
}
#authors .official li p {
  color: #954d29;
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  text-align: center;
  margin-bottom: 0.25rem;
}
#authors .official li a {
  border: 1px solid #dac0ad;
  display: block;
}
@media (max-width: 820px) {
  #authors .official li a img {
    height: auto;
    width: 90px;
  }
}

/* -----------------------
フッター
----------------------- */
footer {
  background-color: #954d29;
  color: #fff;
  margin-top: 5rem;
  padding: 2rem 4% 2.5rem;
}
@media (max-width: 820px) {
  footer {
    margin-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 820px) {
  footer .sns {
    gap: 0;
    margin-bottom: 1rem;
  }
}
footer .sns li a {
  display: block;
}
@media (max-width: 820px) {
  footer .sns li a {
    width: 50%;
    margin-inline: auto;
  }
}
footer .copyright {
  font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem);
  text-align: center;
}/*# sourceMappingURL=style.css.map */