@charset "UTF-8";
@media (min-width: 1200px) {
  .pc_none {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .sp_none {
    display: none !important;
  }
}
/* まずはリセット */
* {
  margin: 0;
  padding: 0;
  color: #0c0144;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  line-height: 1.6;
  font-family: "source-han-serif-japanese", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
}

@media (max-width: 520px) {
  .sp_none {
    display: none;
  }
}

header {
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
}
header .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  background: rgb(255, 255, 255);
  z-index: 2;
}
header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, 16px + 12 * (100vw - 320px)/(520 - 320), 28px);
  letter-spacing: 0.05em;
  margin-left: 20px;
  transition: all 0.3s;
}
header .logo:hover {
  opacity: 0.65;
}
header .menu {
  position: absolute;
  flex-direction: column;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  overflow: hidden;
  padding: 0;
  background-color: #f5f5f5;
  transition: all 0.3s;
}
header .menu.open {
  position: fixed;
  left: 0;
}
header .menu .menu_item {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #393939;
  padding: 20px 36px;
  transition: all 0.3s;
}
header .menu .menu_item:hover {
  background-color: #f2ece2;
}
header .sp_menu {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 70px;
  margin-right: 30px;
  cursor: pointer;
}
header .sp_menu span {
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #393939;
  position: relative;
  transition: all 0.3s;
}
header .sp_menu span::before, header .sp_menu span::after {
  content: "";
  height: 2px;
  border-radius: 4px;
  background-color: #393939;
  position: absolute;
  transition: all 0.3s;
}
header .sp_menu span::before {
  transform: translateY(-8px);
  width: 100%;
}
header .sp_menu span::after {
  transform: translateY(8px);
  width: 50%;
}
header .sp_menu span:hover {
  opacity: 0.65;
}
header .sp_menu.open span {
  background-color: transparent;
}
header .sp_menu.open span::before {
  transform: rotate(45deg);
}
header .sp_menu.open span::after {
  transform: rotate(-45deg);
  width: 100%;
}

.kv_wrap .kv_main {
  background: url(../img/title_01.png) left 0 top 0/cover no-repeat;
  padding: 10rem 1rem;
}
.kv_wrap .kv_main h1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: 0.2em;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 3px 3px 6px #4f4f4f;
  text-align: center;
  margin-bottom: 8rem;
  animation: kv_h1 1s linear 0s 1 normal forwards;
  opacity: 0;
}
.kv_wrap .kv_main h1 img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .kv_wrap .kv_main h1 {
    font-size: 5rem;
  }
}
@keyframes kv_h1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv_wrap .kv_main .kv_copy {
  font-size: 2rem;
  text-shadow: 3px 3px 3px #ffffff, -3px -3px 3px #ffffff;
  text-align: center;
  animation: kv_copy 1s linear 1s 1 normal forwards;
  opacity: 0;
}
@media (min-width: 1200px) {
  .kv_wrap .kv_main .kv_copy {
    font-size: 3.5rem;
  }
}
@keyframes kv_copy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top_01 .main {
  padding: 2rem;
  transform: translateY(100px);
  transition: all 0.6s 0s ease-out;
}
@media (min-width: 1200px) {
  .top_01 .main {
    padding: 4rem;
  }
}
.top_01 .main .flex {
  gap: 4rem;
}
.top_01 .main .flex:not(:last-of-type) {
  margin-bottom: 4rem;
}
.top_01 .main .flex .main_img,
.top_01 .main .flex .chara_img {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.top_01 .main .flex img {
  width: 100%;
}
.top_01 .main .flex .chara h3 {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  text-align: center;
}
@media (min-width: 1200px) {
  .top_01 .main .flex .chara h3 {
    font-size: clamp(2rem, 2.8vw, 2.5rem);
  }
}
.top_01 .main .flex .chara .voice {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
}
@media (min-width: 1200px) {
  .top_01 .main .flex .chara .voice {
    font-size: clamp(2rem, 2.8vw, 2.5rem);
  }
}
.top_01 .main .flex .music {
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .top_01 .main .flex {
    display: flex;
    justify-content: center;
  }
  .top_01 .main .flex .p_left {
    text-align: left;
  }
  .top_01 .main .flex .p_left2 {
    font-size: clamp(1rem, 1.9vw, 1.5rem);
    max-width: 400px;
  }
  .top_01 .main .flex .music {
    font-size: clamp(1.8rem, 2.4vw, 2.5rem);
  }
  .top_01 .main .flex .main_img {
    margin: 0;
    max-width: 600px;
  }
  .top_01 .main .flex .main_img img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_01 .main .flex .main_img2 img {
    height: 400px;
  }
  .top_01 .main .flex .chara_img {
    margin: 0;
    max-width: 300px;
  }
  .top_01 .main .flex .chara_img2 {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .top_01 .main .flex_reverse:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .top_01 .main .between {
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
  }
}
.top_01 .main .flex_creator {
  justify-content: space-around;
}
.top_01 .main .flex_creator .item {
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .top_01 .main .flex_creator .item {
    margin-bottom: 0;
    width: 468px;
  }
}
.top_01 .main .flex_creator .item p {
  margin-bottom: 1rem;
}
.top_01 .main .flex_creator .item .name {
  font-size: clamp(2rem, 2.8vw, 2.5rem);
}
.top_01 .main h2 {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .top_01 .main h2 {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
.top_01 .main h2 .title_back {
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  font-size: 4rem;
  color: #ffffff;
  opacity: 0.3;
}
@media (min-width: 1200px) {
  .top_01 .main h2 .title_back {
    top: -5rem;
    font-size: 8rem;
  }
}
.top_01 .main p {
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.75;
}
.top_01 .main .img {
  margin: 0 auto 1rem;
  max-width: 600px;
}
.top_01 .main .img img {
  width: 100%;
}

.top_01 {
  background: linear-gradient(to bottom right, #e2cefc, #fefea2);
}

.link {
  text-align: right;
  padding: 2rem;
}
.link a {
  position: relative;
  transition: all 0.3s;
}
.link a::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  transform: rotate(45deg);
  border-top: 3px solid #0350ff;
  border-right: 3px solid #0350ff;
  font-size: max(1.6rem, 1.35vw);
  font-weight: 700;
  margin-right: 1rem;
}
.link a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0350ff;
  transition: width 0.3s;
}
.link a:hover {
  opacity: 0.6;
}
.link a:hover::after {
  width: 100%;
}

footer {
  color: #ffffff;
  background-color: #363636;
  text-align: center;
  padding: 1rem;
}/*# sourceMappingURL=style.css.map */