@charset "UTF-8";
/* -----------------------
common
----------------------- */
body {
  background: url(../img/bg.png);
  color: #716759;
  font-family: uddigikyokasho-pro, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.7;
  font-feature-settings: "palt";
}

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

nav a,
.sub-title,
.copyright {
  color: #231815;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

section {
  padding-block: 5rem 7rem;
}
section:nth-of-type(odd) {
  background-color: rgba(217, 184, 165, 0.3019607843);
}
section:nth-of-type(even) {
  background-color: rgba(255, 246, 207, 0.3019607843);
}
@media (max-width: 820px) {
  section {
    padding-block: 3.5rem 5rem;
  }
}
@media (max-width: 480px) {
  section {
    padding-block: 2.5rem 4rem;
  }
}

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

.section-title {
  font-size: 0;
  margin-inline: auto;
  margin-bottom: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 820px) {
  .section-title {
    width: 193px;
  }
}
@media (max-width: 480px) {
  .section-title {
    margin-bottom: 1.5rem;
  }
}

.text-link {
  color: #f9651b;
  text-decoration: underline;
  font-size: clamp(0.875rem, 0.722rem + 0.76vw, 1.375rem);
}

@media (any-hover: hover) {
  a {
    transition: 0.2s;
  }
  a:hover {
    opacity: 0.6;
  }
}
/* -----------------------
ヘッダー
----------------------- */
header {
  background-color: rgba(255, 246, 207, 0.3019607843);
  padding-block: 5.5rem 7rem;
}
@media (max-width: 480px) {
  header {
    padding-block: 3rem;
  }
}
header .title {
  font-size: 0;
  margin-bottom: 5.5rem;
}
@media (max-width: 820px) {
  header .title {
    margin-bottom: 14rem;
    padding-inline: 8%;
  }
}
@media (max-width: 480px) {
  header .title {
    margin-bottom: 8rem;
  }
}
header .title img {
  width: 1065px;
  height: auto;
  margin-inline: auto;
}
header .main {
  background-image: url(../img/head.png);
  background-position: right top;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 1130/540;
  max-width: 1130px;
  background-size: contain;
}
@media (max-width: 820px) {
  header .main {
    background-position: center;
  }
}
header .main .copy {
  position: absolute;
  left: 0;
  top: 5.5rem;
}
@media (max-width: 820px) {
  header .main .copy {
    top: -10rem;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 480px) {
  header .main .copy {
    top: -6rem;
  }
}
header .main .copy .copy1 {
  height: 36px;
  margin-bottom: 2rem;
}
@media (max-width: 820px) {
  header .main .copy .copy1 {
    height: 5svw;
    margin-bottom: 1.5rem;
    margin-inline: auto;
  }
}
@media (max-width: 480px) {
  header .main .copy .copy1 {
    margin-bottom: 1rem;
  }
}
header .main .copy .copy2 {
  height: 39px;
}
@media (max-width: 820px) {
  header .main .copy .copy2 {
    height: 5.5svw;
    margin-inline: auto;
  }
}

/* -----------------------
メニュー
----------------------- */
nav {
  background-color: #f5b9b8;
  padding-block: 1rem;
}
@media (max-width: 820px) {
  nav {
    padding: 2%;
  }
}
nav .nav {
  border-right: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 820px) {
  nav .nav {
    border-top: 1px solid #fff;
  }
}
nav .nav li {
  border-left: 1px solid #fff;
}
@media (max-width: 820px) {
  nav .nav li {
    border-bottom: 1px solid #fff;
    width: 33.3333333333%;
  }
}
nav .nav li a {
  font-size: clamp(0.875rem, 0.607rem + 1.34vw, 1.75rem);
  padding-inline: 0.5rem;
  letter-spacing: -0.05em;
  display: block;
  line-height: 1.45;
}
@media (max-width: 820px) {
  nav .nav li a {
    text-align: center;
    padding-block: 0.5rem;
  }
}

/* -----------------------
ニュース
----------------------- */
#news .news {
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem 4rem 5rem;
}
@media (max-width: 820px) {
  #news .news {
    padding: 5% 5% 6%;
  }
}
@media (max-width: 480px) {
  #news .news {
    border-radius: 20px;
  }
}
#news .news .list {
  display: flex;
  font-size: clamp(0.875rem, 0.722rem + 0.76vw, 1.375rem);
}
@media (max-width: 480px) {
  #news .news .list {
    flex-direction: column;
  }
}
#news .news .list + .list {
  margin-top: 2rem;
}
@media (max-width: 820px) {
  #news .news .list + .list {
    margin-top: 1rem;
  }
}
#news .news .list dt {
  width: 9em;
  flex-shrink: 0;
}
#news .news .list dd a {
  color: #f9651b;
  text-decoration: underline;
}

/* -----------------------
ストーリー
----------------------- */
#story .catch1 {
  font-size: clamp(0.938rem, 0.727rem + 1.05vw, 1.625rem);
}
@media (max-width: 480px) {
  #story .catch1 {
    text-align: center;
  }
}
#story .col1 {
  display: flex;
  justify-content: center;
}
@media (min-width: 821px) {
  #story .col1 {
    margin-top: 4.5rem;
  }
}
@media (max-width: 820px) {
  #story .col1 {
    align-items: center;
  }
}
@media (max-width: 480px) {
  #story .col1 {
    flex-direction: column;
    gap: 2rem;
  }
}
#story .col1 .text .catch2 {
  font-size: clamp(1rem, 0.694rem + 1.53vw, 2rem);
  margin-top: 3rem;
}
@media (max-width: 480px) {
  #story .col1 .text .catch2 {
    margin-top: 1.5rem;
    text-align: center;
  }
}
@media (max-width: 820px) {
  #story .col1 img {
    width: 184px;
  }
}
#story .voice {
  font-size: clamp(1.25rem, 0.562rem + 3.44vw, 3.5rem);
  text-align: center;
  margin-block: 3rem 2.5rem;
}
@media (max-width: 480px) {
  #story .voice {
    margin-block: 2rem 1.5rem;
  }
}
#story .summary {
  font-size: clamp(0.875rem, 0.684rem + 0.96vw, 1.5rem);
  text-align: center;
  line-height: 2;
}
#story .summary strong {
  color: #fa093d;
}
#story .col2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 6rem;
}
@media (max-width: 820px) {
  #story .col2 {
    margin-top: 4rem;
  }
}
@media (max-width: 480px) {
  #story .col2 {
    flex-direction: column;
    margin-top: 3rem;
  }
}
#story .col2 b {
  color: #f9651b;
}
@media (max-width: 820px) {
  #story .col2 img {
    width: 208px;
  }
}

/* -----------------------
書籍紹介
----------------------- */
#book .cover {
  margin-inline: auto;
  margin-block: 4.5rem 2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 820px) {
  #book .cover {
    margin-top: 0;
    width: 255px;
  }
}
#book .cover img {
  box-shadow: 15px 15px 15px rgba(113, 103, 89, 0.2509803922);
}
#book .book-title {
  font-size: clamp(1.375rem, 0.648rem + 3.63vw, 3.75rem);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2rem;
  letter-spacing: 0.1em;
}
@media (max-width: 820px) {
  #book .book-title {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  #book .book-title {
    margin-bottom: 0.5rem;
  }
}
#book .book-title span {
  font-size: clamp(1.125rem, 0.857rem + 1.34vw, 2rem);
  display: block;
}
#book .info {
  display: flex;
  justify-content: center;
  font-size: clamp(0.875rem, 0.722rem + 0.76vw, 1.375rem);
}
@media (min-width: 481px) {
  #book .info {
    margin-bottom: 0.5rem;
  }
}
#book .sub-title {
  font-size: clamp(1rem, 0.847rem + 0.76vw, 1.5rem);
  text-align: center;
  margin-block: 6rem 1rem;
  letter-spacing: 0.1em;
}
@media (max-width: 820px) {
  #book .sub-title {
    margin-top: 3.5rem;
  }
}
@media (max-width: 480px) {
  #book .sub-title {
    margin-top: 2rem;
  }
}
#book .online {
  display: flex;
}
@media (min-width: 481px) {
  #book .online {
    border-bottom: 1px solid #716759;
    border-top: 1px solid #716759;
    border-right: 1px solid #716759;
  }
}
@media (max-width: 480px) {
  #book .online {
    flex-wrap: wrap;
    gap: 0.615rem 2%;
    justify-content: center;
  }
}
@media (min-width: 481px) {
  #book .online li {
    border-left: 1px solid #716759;
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  #book .online li {
    border: 1px solid #716759;
    width: 32%;
  }
}
#book .online li a {
  background-color: #fff;
  display: flex;
  height: 60px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  #book .online li a {
    height: 32px;
  }
  #book .online li a .amazon {
    width: 39px;
  }
  #book .online li a .rakuten {
    width: 74px;
  }
  #book .online li a .seven {
    width: 26px;
  }
  #book .online li a .kino {
    width: 68px;
  }
  #book .online li a .ehon {
    width: 36px;
  }
  #book .online li a .honya {
    width: 62px;
  }
}
#book .col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 820px) {
  #book .col {
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  #book .col {
    flex-direction: column;
  }
}
#book .col .limited-cover {
  display: block;
  width: 255px;
}
#book .col .limited-cover img {
  box-shadow: 15px 15px 15px rgba(113, 103, 89, 0.2509803922);
}
#book .col .text .limited {
  font-size: clamp(0.875rem, 0.722rem + 0.76vw, 1.375rem);
  margin-bottom: 1.5rem;
}
@media (max-width: 480px) {
  #book .col .text .limited {
    margin-bottom: 1rem;
  }
}
#book .col .text .online {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (max-width: 480px) {
  #book .col .text .online {
    width: 100%;
  }
}
#book .col .text .online li {
  width: 200px;
}
@media (max-width: 820px) {
  #book .col .text .online li {
    width: 130px;
  }
}

/* -----------------------
キャラクター
----------------------- */
#character .col {
  display: grid;
  grid-template-columns: 268px 1fr;
  row-gap: 3rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  align-items: center;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 820px) {
  #character .col {
    grid-template-columns: 134px 1fr;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  #character .col {
    row-gap: 2rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
#character .col .content {
  font-size: clamp(0.875rem, 0.646rem + 1.15vw, 1.625rem);
}

/* -----------------------
みんなの感想
----------------------- */
#comments .comments {
  background-color: #fff;
  border-radius: 30px;
  padding: 3rem 4rem;
}
@media (max-width: 820px) {
  #comments .comments {
    padding: 5%;
  }
}
@media (max-width: 480px) {
  #comments .comments {
    border-radius: 20px;
  }
}
#comments .comments + .comments {
  margin-top: 1rem;
}
#comments .comments .content {
  font-size: clamp(0.875rem, 0.722rem + 0.76vw, 1.375rem);
  margin-bottom: 1.5rem;
}
@media (max-width: 820px) {
  #comments .comments .content {
    margin-bottom: 1rem;
  }
}
#comments .comments .person {
  font-size: clamp(0.75rem, 0.635rem + 0.57vw, 1.125rem);
  text-align: right;
}

/* -----------------------
動画
----------------------- */
.comingsoon {
  font-size: clamp(1.125rem, 0.704rem + 2.1vw, 2.5rem);
  text-align: center;
}

#movie .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
#movie .movie iframe {
  height: 100%;
  width: 100%;
}

/* -----------------------
防災アドバイス
----------------------- */
#advice .advice1 {
  margin-inline: auto;
}
#advice .link {
  text-align: center;
  margin-top: 1rem;
}

/* -----------------------
グッズ
----------------------- */
/* -----------------------
作者紹介
----------------------- */
#author .name {
  font-size: clamp(1rem, 0.809rem + 0.96vw, 1.625rem);
  text-align: center;
  margin-block: 4rem 1rem;
}
@media (max-width: 820px) {
  #author .name {
    margin-top: 3rem;
  }
}
@media (max-width: 480px) {
  #author .name {
    margin-block: 2rem 0.5rem;
  }
}
#author .detail {
  font-size: clamp(0.875rem, 0.722rem + 0.76vw, 1.375rem);
  max-width: 840px;
  margin-inline: auto;
}

/* -----------------------
ページTOP
----------------------- */
.totop {
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
}
.totop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 820px) {
  .totop img {
    width: 45px;
  }
}

/* -----------------------
フッター
----------------------- */
footer {
  background-color: #f5b9b8;
  padding: 2rem 4% 2.5rem;
}
@media (max-width: 820px) {
  footer {
    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.625rem, 0.587rem + 0.19vw, 0.75rem);
  text-align: center;
}/*# sourceMappingURL=style.css.map */