@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
body {
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", "游ゴシック体", "yu gothic", meiryo, Roboto, sans-serif;
  position: relative;
  background-attachment: fixed;
  background-size: 1000px;
  position: relative;
}

.area {
  width: 100%;
  height: 100%;
}

.wrapper {
  overflow-x: hidden;
}
@media screen and (max-width: 480px) {
  .wrapper {
    overflow-x: hidden;
  }
}

img {
  pointer-events: none;
}

@keyframes fadein {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 3.5% 0 10%;
}
@media screen and (max-width: 920px) {
  header {
    padding: 5.5% 0 6%;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding: 16.5% 0 20%;
  }
}
header .head-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFE100;
}
header .head-bg-img:before {
  content: "";
  display: block;
  position: absolute;
  top: -18%;
  right: calc(50% - 66vw);
  background: url(../img/bg_01.png) no-repeat 0 top;
  background-size: 90vw;
  width: 100%;
  height: 118%;
  z-index: 1;
  transition: all ease 0.5s;
}
@media screen and (max-width: 480px) {
  header .head-bg-img:before {
    background-size: 178%;
    background-position: 37% 0;
    right: auto;
    left: 0;
  }
}
header h1 {
  width: 46vw;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  header h1 {
    height: 27vw;
  }
}
header h1 svg g {
  opacity: 0;
  will-change: opacity;
}
header h1 svg g:nth-child(2) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(3) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(4) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(5) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(6) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(7) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(8) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(9) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.4s forwards;
}
header h1 svg g:nth-child(10) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.2s forwards;
}
header h1 svg g:nth-child(11) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.2s forwards;
}
header h1 svg g:nth-child(12) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.2s forwards;
}
header h1 svg g:nth-child(13) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.2s forwards;
}
header h1 svg g:nth-child(14) {
  animation: h1-show 1s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.2s forwards;
}
@media screen and (max-width: 480px) {
  header h1 {
    width: 83vw;
  }
}
header h1 img {
  width: 100%;
}
header .sub_title {
  position: relative;
  z-index: 10;
  width: 17vw;
  margin: 2vw auto 0;
  opacity: 0;
  transform: translateY(15px);
  animation: sub_title_show 1s ease 2s forwards;
}
@media screen and (max-width: 480px) {
  header .sub_title {
    width: 45vw;
    z-index: 100;
  }
}
header .sub_title img {
  width: 100%;
}
header .writer {
  position: relative;
  margin: 3vw auto 0;
  width: 11vw;
  opacity: 0;
  transform: translateY(5px);
  animation: sub_title_show 1s ease 2.6s forwards;
}
@media screen and (max-width: 480px) {
  header .writer {
    margin: 7vw auto 0;
    width: 23vw;
    z-index: 100;
  }
}
header .writer img {
  width: 100%;
}
header .top-icon01 {
  position: absolute;
  width: 34vw;
  top: 19vw;
  right: calc(50% - 46.5vw);
  z-index: 10;
  opacity: 0;
  transform: scale(0.8);
  animation: top-img 1s ease 3.5s forwards;
}
@media screen and (max-width: 480px) {
  header .top-icon01 {
    bottom: 4vw;
    top: auto;
    right: -13vw;
    width: 50vw;
  }
}
header .top-icon01 img {
  max-width: 100%;
  animation: icon-anime 1.5s infinite alternate ease-in-out;
}
@media screen and (max-width: 480px) {
  header .top-icon01 img {
    animation: sp-icon-anime 1.5s infinite alternate ease-in-out;
  }
}
header .top-icon03 {
  position: absolute;
  width: 27vw;
  top: 0.5vw;
  left: 3vw;
  opacity: 0;
  transform: scale(0.8);
  animation: top-img 1s ease 4s forwards;
}
@media screen and (max-width: 480px) {
  header .top-icon03 {
    width: 34vw;
    top: auto;
    left: -11vw;
    bottom: 21vw;
    z-index: 10;
  }
}
header .top-icon03 img {
  max-width: 100%;
  animation: icon-anime 1.5s 1.8s infinite alternate ease-in-out;
}
@media screen and (max-width: 480px) {
  header .top-icon03 img {
    animation: sp-icon-anime 1.5s 1.8s infinite alternate ease-in-out;
  }
}
header .top-icon02 {
  position: absolute;
  width: 24vw;
  top: 26vw;
  left: calc(50% - 42vw);
  z-index: 10;
  opacity: 0;
  transform: scale(0.8);
  animation: top-img 1s ease 4.5s forwards;
}
@media screen and (max-width: 480px) {
  header .top-icon02 {
    top: auto;
    bottom: 2vw;
    left: 0vw;
    width: 32vw;
    z-index: 10;
  }
}
header .top-icon02 img {
  max-width: 100%;
  animation: icon-anime 1.5s 1.2s infinite alternate ease-in-out;
}
@media screen and (max-width: 480px) {
  header .top-icon02 img {
    animation: sp-icon-anime 1.5s 1.2s infinite alternate ease-in-out;
  }
}
header .top-icon04 {
  position: absolute;
  width: 23vw;
  left: calc(50% - 29vw);
  top: 30vw;
  z-index: 10;
  opacity: 0;
  transform: scale(0.8);
  animation: top-img 1s ease 5s forwards;
}
@media screen and (max-width: 480px) {
  header .top-icon04 {
    top: auto;
    bottom: -5vw;
    left: 14vw;
    width: 28vw;
    z-index: 10;
  }
}
header .top-icon04 img {
  max-width: 100%;
  animation: icon-anime 1.5s 0.5s infinite alternate ease-in-out;
}
@media screen and (max-width: 480px) {
  header .top-icon04 img {
    animation: sp-icon-anime 1.5s 0.5s infinite alternate ease-in-out;
  }
}
header .credit {
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  bottom: 25px;
  right: 30px;
}
@media screen and (max-width: 920px) {
  header .credit {
    font-size: 11px;
    font-size: 0.6875rem;
    bottom: 1vw;
    right: 2%;
  }
}
@media screen and (max-width: 480px) {
  header .credit {
    font-size: 10px;
    font-size: 0.625rem;
    bottom: 1.5vw;
    right: 1vw;
  }
}

@keyframes top-img {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes h1-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sub_title_show {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes icon-anime {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -10px);
  }
}
@keyframes sp-icon-anime {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -5px);
  }
}
@keyframes awards-anime {
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slide-anime {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
nav {
  background: #FFED46;
}
@media screen and (max-width: 480px) {
  nav {
    height: 43px;
  }
}
nav ul {
  display: flex;
  width: 95%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  nav ul {
    width: 100%;
  }
}
nav ul li {
  margin: 0 1vw;
}
nav ul li a {
  padding: 1.5rem;
  display: block;
  text-decoration: none;
  position: relative;
  color: #000;
  font-weight: bold;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  nav ul li a {
    font-size: 2.5vw;
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 480px) {
  nav ul li a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 1rem 1.5vw;
  }
}
nav ul li a::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2px;
  background: #ffb079;
  position: absolute;
  left: calc(50% - 1.5rem);
  top: 69%;
  transform: scale(0);
  transition: all 0.5s ease;
}
nav ul li a:hover {
  color: #643b18;
}
@media screen and (max-width: 480px) {
  nav ul li a:hover {
    color: inherit;
  }
}
nav ul li a:hover::after {
  transform: scale(1);
}
@media screen and (max-width: 480px) {
  nav ul li a:hover::after {
    display: none;
  }
}

.sp-nav-btn {
  display: none;
  height: 45px;
  align-items: center;
  justify-content: center;
  width: 47px;
  box-sizing: border-box;
  position: fixed;
  top: 7vw;
  right: 0;
  background: #ffe100;
  z-index: 100;
  border: solid 1px #000;
  transition: all 0.5s ease;
  transform: translateX(120%);
}
@media screen and (max-width: 480px) {
  .sp-nav-btn {
    display: flex;
  }
}
.sp-nav-btn .menu-btn-inner {
  width: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.sp-nav-btn .menu-btn-inner span {
  display: block;
  width: 24px;
  background: #000;
  height: 1px;
  margin: 3px 0;
}

.slide-menu {
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1000;
  top: 0;
  align-items: center;
  justify-content: flex-start;
  height: 55vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-120%);
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.5s ease;
}
@media screen and (max-width: 480px) {
  .slide-menu {
    display: flex;
  }
}
.slide-menu .sp-close-btn {
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 14px;
  right: 8px;
}
@media screen and (max-width: 480px) {
  .slide-menu .sp-close-btn {
    display: block;
  }
}
.slide-menu .sp-close-btn::before, .slide-menu .sp-close-btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 5px;
}
.slide-menu .sp-close-btn::before {
  transform: rotate(45deg);
}
.slide-menu .sp-close-btn::after {
  transform: rotate(-45deg);
}
.slide-menu ul {
  display: block;
  list-style: none;
}
.slide-menu ul li {
  margin: 0 1vw;
}
.slide-menu ul li a {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  padding: 3.5vw 8.5vw;
}

.menushow .sp-nav-btn {
  transform: translateX(0);
}

.slide-menu.is-active {
  transform: translateY(0);
}

.main {
  background-color: #F8F8F8;
  background-image: url(../img/bg_02.png);
  background-repeat: no-repeat;
  background-position: top 14% right -45%;
  background-size: 67%;
  background-attachment: fixed;
  padding: 5vw 0 18vw;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .main {
    overflow-x: initial;
    background-attachment: inherit;
    background-size: 127%;
  }
}
.main .awards-inr {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.main .awards-inr .awards2023 {
  width: 70vw;
  max-width: 950px;
  margin-bottom: 1.5em;
  opacity: 0;
  transform: translate(0, 20px) scale(0.5);
}
@media screen and (max-width: 480px) {
  .main .awards-inr .awards2023 {
    width: 88vw;
  }
}
.main .awards-inr .awards01 {
  width: 70vw;
  max-width: 950px;
  opacity: 0;
  transform: translate(0, 20px) scale(0.5);
}
@media screen and (max-width: 480px) {
  .main .awards-inr .awards01 {
    width: 88vw;
  }
}
.main .awards-inr .awards02 {
  width: 40%;
  margin: 5vw 1% 0;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, 20px) scale(0.8);
}
@media screen and (max-width: 480px) {
  .main .awards-inr .awards02 {
    width: 48%;
    transform: translate(0, 10px) scale(0.9);
  }
}
.main .awards-inr .awards04 {
  width: 55%;
  margin: 5vw 1% 0;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, 20px) scale(0.8);
}
@media screen and (max-width: 480px) {
  .main .awards-inr .awards04 {
    width: 67%;
    transform: translate(0, 10px) scale(0.9);
  }
}
.main .awards-inr .awards03 {
  width: 40%;
  margin: 5vw 1% 0;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, 20px) scale(0.8);
}
@media screen and (max-width: 480px) {
  .main .awards-inr .awards03 {
    transform: translate(0, 10px) scale(0.9);
    width: 48%;
  }
}
.main .awards-inr .awards05 {
  width: 55%;
  margin: 5vw 1% 0;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(0, 20px) scale(0.8);
}
@media screen and (max-width: 480px) {
  .main .awards-inr .awards05 {
    width: 67%;
    transform: translate(0, 10px) scale(0.9);
  }
}
.main .awards-inr img {
  max-width: 100%;
}
.main .hd {
  width: 50vw;
  margin: 7vw auto;
  max-width: 820px;
}
@media screen and (max-width: 480px) {
  .main .hd {
    width: 84vw;
  }
}
.main .hd .txt01, .main .hd .txt02, .main .hd .txt03 {
  opacity: 0;
}
.main .hd img {
  width: 100%;
}
.main .hd .txt03 {
  transform: scale(0.8);
}
.main .movie {
  padding: 0 0 7vw;
  max-width: 916px;
  margin: 0 auto;
}
.main .movie-inr {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .main .movie-inr {
    margin-top: 1.5rem;
  }
}
.main .movie-inr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.fadein .awards2023 {
  animation: awards-anime 1s ease forwards;
}
.main.fadein .awards01 {
  animation: awards-anime 1s ease 1s forwards;
}
@media screen and (max-width: 480px) {
  .main.fadein .awards01 {
    animation: awards-anime 1s ease 0.5s forwards;
  }
}
.main.fadein .awards02 {
  animation: awards-anime 1s ease 2s forwards;
}
@media screen and (max-width: 480px) {
  .main.fadein .awards02 {
    animation: awards-anime 1s ease 1s forwards;
  }
}
.main.fadein .awards03 {
  animation: awards-anime 1s ease 2.5s forwards;
}
@media screen and (max-width: 480px) {
  .main.fadein .awards03 {
    animation: awards-anime 1s ease 2s forwards;
  }
}
.main.fadein .awards04 {
  animation: awards-anime 1s ease 2s forwards;
}
@media screen and (max-width: 480px) {
  .main.fadein .awards04 {
    animation: awards-anime 1s ease 1.5s forwards;
  }
}
.main.fadein .awards05 {
  animation: awards-anime 1s ease 2.5s forwards;
}
@media screen and (max-width: 480px) {
  .main.fadein .awards05 {
    animation: awards-anime 1s ease 2.5s forwards;
  }
}
.main.fadein .hd .txt01 {
  animation: awards-anime 1s ease 3s forwards;
}
.main.fadein .hd .txt02 {
  animation: awards-anime 1s ease 3.5s forwards;
}
.main.fadein .hd .txt03 {
  animation: awards-anime 1s ease 4s forwards;
}
.main .main-lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.main .main-lead .hitodama01 {
  width: 10vw;
  margin-top: 3vw;
  margin-right: 3vw;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 480px) {
  .main .main-lead .hitodama01 {
    width: 17vw;
  }
}
.main .main-lead .hitodama01 img {
  width: 100%;
}
.main .main-lead .hitodama02 {
  width: 10.6vw;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 480px) {
  .main .main-lead .hitodama02 {
    width: 17.6vw;
  }
}
.main .main-lead .hitodama02 img {
  width: 100%;
}
.main .main-lead .lead01 {
  width: 100%;
  text-align: center;
  margin: 3vw 0;
  opacity: 0;
  transform: translateY(40px);
}
.main .main-lead .lead01 img {
  width: 34vw;
  max-width: 507px;
}
@media screen and (max-width: 480px) {
  .main .main-lead .lead01 img {
    width: 53vw;
  }
}
.main .main-lead .lead02 {
  width: 44vw;
  max-width: 655px;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 480px) {
  .main .main-lead .lead02 {
    width: 64vw;
  }
}
.main .main-lead .lead02 img {
  width: 100%;
}
.main .main-lead .lead-icon01,
.main .main-lead .lead-icon02,
.main .main-lead .lead-icon03 {
  position: absolute;
  opacity: 0;
  transform: translateY(40px);
}
.main .main-lead .lead-icon01 img,
.main .main-lead .lead-icon02 img,
.main .main-lead .lead-icon03 img {
  max-width: 100%;
}
.main .main-lead .lead-icon01 {
  width: 32vw;
  right: -4vw;
  top: -4vw;
}
@media screen and (max-width: 480px) {
  .main .main-lead .lead-icon01 {
    width: 40vw;
    right: -9vw;
    top: 0;
  }
}
.main .main-lead .lead-icon02 {
  width: 31vw;
  right: -7%;
  top: 29vw;
}
@media screen and (max-width: 480px) {
  .main .main-lead .lead-icon02 {
    width: 38vw;
    right: -14%;
    top: 45vw;
  }
}
.main .main-lead .lead-icon03 {
  width: 32vw;
  top: 11vw;
  left: -3vw;
}
@media screen and (max-width: 480px) {
  .main .main-lead .lead-icon03 {
    width: 39vw;
    top: 21vw;
    left: -8vw;
  }
}
.main .main-lead.fadein .hitodama01 {
  animation: awards-anime 1s ease forwards;
}
.main .main-lead.fadein .hitodama02 {
  animation: awards-anime 1s ease 0.5s forwards;
}
.main .main-lead.fadein .lead01, .main .main-lead.fadein .lead02 {
  animation: awards-anime 1s ease 1s forwards;
}
.main .main-lead.fadein .lead-icon01,
.main .main-lead.fadein .lead-icon02,
.main .main-lead.fadein .lead-icon03 {
  animation: awards-anime 1s ease 1.5s forwards, icon-anime 1.5s 2.5s infinite alternate ease-in-out;
}
@media screen and (max-width: 480px) {
  .main .main-lead.fadein .lead-icon01,
  .main .main-lead.fadein .lead-icon02,
  .main .main-lead.fadein .lead-icon03 {
    animation: awards-anime 1s ease 1.5s forwards, sp-icon-anime 1.5s 2.5s infinite alternate ease-in-out;
  }
}

.media {
  background: #FFE100;
  padding: 8vw 0 11vw;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .media {
    padding: 11vw 0;
  }
}
.media::before {
  content: "";
  display: block;
  width: 30vw;
  height: 40vw;
  background: url(../img/icon05.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: -10vw;
  left: 0;
  opacity: 0;
  transform: translate(-30px, 0);
}
@media screen and (max-width: 480px) {
  .media::before {
    width: 37vw;
    top: -4vw;
    left: -9vw;
  }
}
.media::after {
  content: "";
  display: block;
  width: 29vw;
  height: 28vw;
  background: url(../img/icon06.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: -9vw;
  right: -2vw;
  z-index: 10;
  opacity: 0;
  transform: translate(30px, 0);
}
@media screen and (max-width: 480px) {
  .media::after {
    width: 35vw;
    height: 34vw;
    right: -5vw;
  }
}
.media h2 {
  width: 25vw;
  margin: 0 auto;
  opacity: 0;
  transform: translate(0, 10px);
}
@media screen and (max-width: 480px) {
  .media h2 {
    width: 54vw;
  }
}
.media h2 img {
  width: 100%;
}
.media-inr {
  width: 80vw;
  margin: 4vw auto;
  background: #fff;
  border-radius: 30px;
  padding: 3vw 5vw;
  box-sizing: border-box;
  max-width: 1200px;
  opacity: 0;
  transform: translate(0, 10px);
}
@media screen and (max-width: 480px) {
  .media-inr {
    width: 90vw;
    padding: 5vw;
  }
}
.media-inr ul {
  list-style: none;
}
.media-inr ul li {
  border-bottom: solid 1px #e9e9e9;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .media-inr ul li {
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.media-inr ul li:last-child {
  border: none;
}
.media-inr ul li .date {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .media-inr ul li .date {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.media-inr ul li .category {
  font-size: 14px;
  font-size: 0.875rem;
  color: #d53726;
}
@media screen and (max-width: 480px) {
  .media-inr ul li .category {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.media-inr ul li .info-title {
  margin-top: 10px;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 480px) {
  .media-inr ul li .info-title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 5px;
  }
}
.media-inr ul li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 480px) {
  .media-inr ul li p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.media-inr ul li p a {
  color: #666;
  word-break: break-all;
}
.media-inr ul li p a:hover {
  text-decoration: none;
}
.media.fadein h2 {
  animation: awards-anime 1s ease forwards;
}
.media.fadein .media-inr {
  animation: awards-anime 1s ease forwards;
}
.media.fadein:before {
  animation: slide-anime 1s ease 0.5s forwards, icon-anime 1.5s 1.5s infinite alternate ease-in-out;
}
@media screen and (max-width: 480px) {
  .media.fadein:before {
    animation: slide-anime 1s ease 0.5s forwards, sp-icon-anime 1.5s 1.5s infinite alternate ease-in-out;
  }
}
.media.fadein:after {
  animation: slide-anime 1s ease 1s forwards, icon-anime 1.5s 2.5s infinite alternate ease-in-out;
}
@media screen and (max-width: 480px) {
  .media.fadein:after {
    animation: slide-anime 1s ease 1s forwards, sp-icon-anime 1.5s 2.5s infinite alternate ease-in-out;
  }
}

.book-area {
  position: relative;
  background-color: #F8F8F8;
  background-image: url(../img/bg_03.png);
  background-repeat: no-repeat;
  background-position: top 28% right 36%;
  background-size: 136%;
  background-attachment: fixed;
  padding: 9vw 0 11vw;
}
@media screen and (max-width: 480px) {
  .book-area {
    background-attachment: inherit;
    background-size: 200%;
    background-position: top 0 right 0;
  }
}
.book-area * {
  box-sizing: border-box;
}
.book-area .book-lead {
  width: 71vw;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .book-area .book-lead {
    width: auto;
  }
}
.book-area .book-lead img {
  width: 100%;
}
.book-area .book-lead01 {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  width: 50vw;
  margin: 2.5vw auto;
}
@media screen and (max-width: 480px) {
  .book-area .book-lead01 {
    width: 75vw;
    margin: 4.5vw auto;
  }
}
.book-area .book-lead02 {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  width: 63vw;
  margin: 2.5vw auto;
}
@media screen and (max-width: 480px) {
  .book-area .book-lead02 {
    width: 95vw;
    margin: 4.5vw auto;
  }
}
.book-area .book-lead03 {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  width: 34vw;
  margin: 2.5vw auto;
}
@media screen and (max-width: 480px) {
  .book-area .book-lead03 {
    width: 55vw;
    margin: 4.5vw auto;
  }
}
.book-area .book-lead04 {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  width: auto;
  margin: 2.5vw auto;
}
@media screen and (max-width: 480px) {
  .book-area .book-lead04 {
    width: 95vw;
    margin: 4.5vw auto;
  }
}
.book-area .book-lead05 {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  width: 55vw;
  margin: 2.5vw auto;
}
@media screen and (max-width: 480px) {
  .book-area .book-lead05 {
    width: 71vw;
    margin: 4.5vw auto;
  }
}
.book-area.fadein .book-lead01 {
  animation: clip-path-anime 0.8s ease forwards;
}
.book-area.fadein .book-lead02 {
  animation: clip-path-anime 0.8s ease 0.8s forwards;
}
.book-area.fadein .book-lead03 {
  animation: clip-path-anime 0.8s ease 1.6s forwards;
}
.book-area.fadein .book-lead04 {
  animation: clip-path-anime 0.8s ease 2.4s forwards;
}
.book-area.fadein .book-lead05 {
  animation: clip-path-anime 0.8s ease 3.2s forwards;
}
.book-area.fadein .book-area-inner-wrap {
  animation: slide-anime 1s ease 1s forwards;
}
@keyframes clip-path-anime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.book-area-inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: flex-start;
}
.book-area-inner-wrap {
  padding: 5vw 0;
  margin: 8vw auto 5vw;
  background: #fff;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .book-area-inner-wrap {
    padding: 11vw 0;
    margin: 8vw auto 9vw;
  }
}
.book-area-inner-wrap.fadein {
  animation: fadein_anime 1s ease-out forwards;
}
.book-area-inner-item {
  padding: 4rem 3rem;
  display: flex;
}
@media screen and (max-width: 920px) {
  .book-area-inner-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .book-area-inner-item {
    padding: 1rem;
  }
}
.book-area-inner-book {
  width: 31vw;
  max-width: 450px;
  margin-right: 5vw;
  flex-shrink: 0;
  z-index: 10;
}
@media screen and (max-width: 480px) {
  .book-area-inner-book {
    margin: 0 auto 1rem;
    max-width: 280px;
    width: 75%;
  }
}
.book-area-inner-book img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.book-area-inner-detail {
  width: 45vw;
  color: #000;
  padding: 0 0 3% 0;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 920px) {
  .book-area-inner-detail {
    margin-top: 3%;
    width: 64%;
  }
}
@media screen and (max-width: 480px) {
  .book-area-inner-detail {
    width: 88%;
    margin: -7% auto 0;
    padding: 9% 7% 3%;
  }
}
.book-area-inner-title {
  line-height: 1.2;
  font-size: 3.4vw;
}
@media screen and (min-width: 1200px) {
  .book-area-inner-title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .book-area-inner-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .book-area-inner-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.book-area-inner-title span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
  .book-area-inner-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.book-area-inner-writer {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 920px) {
  .book-area-inner-writer {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .book-area-inner-writer {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 1.2rem;
  }
}
.book-area-inner-writer span {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  .book-area-inner-writer span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.book-area-inner-txt {
  line-height: 1.8;
  margin-top: 1.5rem;
}
@media screen and (max-width: 480px) {
  .book-area-inner-txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.book-area-inner-info {
  margin-top: 1.5rem;
}
.book-area-inner-info span {
  display: block;
  line-height: 1.8;
  font-size: 13px;
  font-size: 0.8125rem;
}
.book-area.book-area-top {
  opacity: 0;
  transform: translateY(20px);
}
.book-area.book-area-top.fadein {
  animation: fadein_anime 0.5s ease-out 1 forwards;
}
.book-area .trial-btn {
  display: block;
  padding: 1rem 2.5rem;
  background: #fff;
  border-radius: 30px;
  width: 33vw;
  margin: 0 auto;
  border: solid 2px #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}
@media screen and (max-width: 920px) {
  .book-area .trial-btn {
    width: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .book-area .trial-btn {
    width: 62vw;
  }
}
@media screen and (max-width: 480px) {
  .book-area .trial-btn {
    width: 70vw;
    border: solid 1px #000;
    padding: 1rem 1.5rem;
    border-radius: 15px;
  }
}
.book-area .trial-btn:hover {
  opacity: 0.5;
}
.book-area .trial-btn span {
  display: block;
}
.book-area .trial-btn span img {
  max-width: 100%;
}

.book_sotre_list {
  margin: 1.5rem 0 0;
  max-width: 46vw;
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 920px) {
  .book_sotre_list {
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .book_sotre_list {
    justify-content: center;
  }
}
.book_sotre_list li {
  width: 23%;
  margin-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
  .book_sotre_list li {
    width: 30%;
  }
}
@media screen and (min-width: 921px) {
  .book_sotre_list li {
    width: 44%;
  }
}
@media screen and (min-width: 481px) and (max-width: 914px) {
  .book_sotre_list li {
    width: 29%;
  }
}
@media screen and (max-width: 480px) {
  .book_sotre_list li {
    width: 45%;
    margin: 0 2% 10px;
  }
}
.book_sotre_list li a {
  padding: 7px 15px;
  background: #fff;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 914px) {
  .book_sotre_list li a {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 480px) {
  .book_sotre_list li a {
    padding: 7px 5px;
  }
}
.book_sotre_list li a img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
.book_sotre_list li a:hover {
  opacity: 0.4;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .book_sotre_list li a:hover {
    opacity: 1;
    transition: none;
  }
}

.special {
  background: #FFE100;
  padding: 8rem 0 15vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .special {
    padding: 20vw 0 15vw;
  }
}
.special::before {
  content: "";
  display: block;
  width: 37vw;
  max-width: 490px;
  height: 36vw;
  background: url(../img/icon08.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: 1vw;
  left: -3vw;
  opacity: 0;
  transform: translate(-20px, 0);
}
@media screen and (max-width: 480px) {
  .special::before {
    bottom: 0vw;
    left: -6vw;
    width: 45vw;
    height: 43vw;
  }
}
.special::after {
  content: "";
  display: block;
  width: 35vw;
  max-width: 464px;
  height: 33vw;
  background: url(../img/icon01.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: -7vw;
  opacity: 0;
  transform: translate(20px, 0);
}
@media screen and (max-width: 480px) {
  .special::after {
    width: 42vw;
    height: 39vw;
    bottom: -2vw;
    right: -11vw;
  }
}
.special h2 {
  width: 733px;
  margin: 0 auto;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .special h2 {
    width: 73vw;
  }
}
@media screen and (max-width: 480px) {
  .special h2 {
    width: 94%;
  }
}
.special h2 img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .special h2 img {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .special h2 img {
    margin: 0;
  }
}
.special h2::before {
  content: "";
  display: block;
  width: 128px;
  height: 6.2rem;
  background: url(../img/special_icon.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: -4rem;
  left: -7rem;
}
@media screen and (max-width: 1000px) {
  .special h2::before {
    width: 13vw;
    height: 10vw;
    top: -4.8rem;
    left: -7vw;
  }
}
@media screen and (max-width: 480px) {
  .special h2::before {
    width: 20vw;
    height: 15vw;
    top: -14.8vw;
    left: 7vw;
  }
}
.special .txt {
  margin: 1.5rem 0 4rem;
  text-align: center;
  font-weight: bold;
  opacity: 0;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 920px) {
  .special .txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .special .txt {
    font-size: 3.2vw;
    margin: 0.5rem auto 2rem;
    padding: 0 0.5vw;
  }
}
.special .manga-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18vw;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.special .manga-wrap .manga-inr {
  width: 42%;
  max-width: 486px;
  position: relative;
  margin: 0 1% 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .special .manga-wrap .manga-inr {
    width: 70%;
    margin: 0 1% 15%;
  }
}
@media screen and (max-width: 480px) {
  .special .manga-wrap .manga-inr {
    width: 75%;
  }
}
.special .manga-wrap .manga-inr.item02 {
  max-width: 478px;
  width: 41.3%;
}
@media screen and (max-width: 768px) {
  .special .manga-wrap .manga-inr.item02 {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .special .manga-wrap .manga-inr.item02 {
    width: 75%;
  }
}
.special .manga-wrap .manga-inr.item02 .manga_name {
  width: 290px;
}
@media screen and (max-width: 480px) {
  .special .manga-wrap .manga-inr.item02 .manga_name {
    width: 65%;
  }
}
.special .manga-wrap .manga-inr.item02 .atend {
  display: none;
}
@media screen and (max-width: 768px) {
  .special .manga-wrap .manga-inr.item02 .atend {
    display: block;
  }
}
.special .manga-wrap .manga-inr a {
  transition: all 0.5s ease;
  display: block;
  position: relative;
  display: flex;
  border: solid 1px #000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.special .manga-wrap .manga-inr a:hover {
  opacity: 0.5;
}
.special .manga-wrap .manga-inr a .icon {
  position: absolute;
  width: 62px;
  height: 58px;
  bottom: 10px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
  right: 10px;
  z-index: 10;
}
.special .manga-wrap .manga-inr a .icon img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .special .manga-wrap .manga-inr a .icon {
    width: 14vw;
  }
}
.special .manga-wrap .manga-inr a img {
  max-width: 100%;
}
.special .manga-wrap .manga-inr a .slide01 {
  position: absolute;
  left: 100%;
}
.special .manga-wrap .manga-inr a .slide02 {
  position: absolute;
  left: 100%;
}
.special .manga-wrap .manga-inr a .fade-in {
  left: 0;
  transition: all 1s ease;
}
.special .manga-wrap .manga-inr a .fade-out {
  left: -100%;
  transition: all 1s ease;
}
.special .manga-wrap .manga-inr .atend {
  position: absolute;
  width: 1.3rem;
  top: calc(50% - 8rem);
  left: -3rem;
}
.special .manga-wrap .manga-inr .atend img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .special .manga-wrap .manga-inr .atend {
    position: absolute;
    width: 0.9rem;
    top: calc(50% - 8rem);
    left: -1.5rem;
  }
}
.special .manga-wrap .manga-inr .manga_name {
  width: 267px;
  margin: 0 auto 1rem;
}
@media screen and (max-width: 480px) {
  .special .manga-wrap .manga-inr .manga_name {
    width: 60%;
    margin: 0 auto 0.5rem;
  }
}
.special .manga-wrap .manga-inr .manga_name img {
  width: 100%;
}
.special .manga-wrap .manga-inr .next {
  text-align: right;
  line-height: 1.6;
  margin-top: 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 480px) {
  .special .manga-wrap .manga-inr .next {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.special.fadein h2 {
  animation: slide-anime 0.5s ease-out forwards;
}
.special.fadein .txt {
  animation: slide-anime 0.5s ease-out forwards;
}
.special.fadein:before {
  animation: slide-anime 0.5s ease-out 1s forwards;
}
.special.fadein:after {
  animation: slide-anime 0.5s ease-out 1s forwards;
}
.special.fadein .manga-wrap {
  animation: slide-anime 0.5s ease-out 1s forwards;
}

.popup {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  overflow-y: scroll;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100;
}
.popup .content {
  position: relative;
  padding: 2rem 4rem;
}
@media screen and (max-width: 480px) {
  .popup .content {
    padding: 4rem 0.5rem;
  }
}
.popup .content-inner .ph {
  max-width: 600px;
  margin: 0 auto 3rem;
}
.popup .content-inner .ph img {
  max-width: 100%;
}
.popup .content .close {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../../common/img/close.svg) no-repeat 0 0;
  background-size: 100%;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  position: fixed;
  right: 3%;
  top: 30px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .popup .content .close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
  }
}

.show {
  display: block;
  animation: fadein_op 0.5s ease-out forwards;
}

/*タイトル部フェードインアニメーション*/
@keyframes fadein_op {
  100% {
    opacity: 1;
  }
}