@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px clamp(0px, 4%, 150px);
  box-sizing: border-box;
}
@media screen and (max-width: 1345px) {
  header {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 860px) {
  header {
    padding: 25px 20px;
    padding: 25px 5%;
  }
}
@media screen and (max-width: 980px) {
  header .logo {
    width: 130px;
  }
}
@media screen and (max-width: 860px) {
  header nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 200px;
    height: 100vh;
    padding: 20px 10px;
    box-sizing: border-box;
    z-index: 10;
    background: #fff;
    transition: 0.5s;
  }
  header nav.is-open {
    right: 0;
    display: block;
  }
}
header nav .sp-nav_close {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 10px;
  color: #034689;
  font-size: 2.5rem;
  line-height: 1;
}
header nav ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media screen and (max-width: 860px) {
  header nav ul {
    display: block;
    margin-top: 10px;
  }
}
header nav ul li {
  margin-left: 40px;
}
@media screen and (max-width: 1345px) {
  header nav ul li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 860px) {
  header nav ul li {
    margin: 0;
  }
}
header nav ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 860px) {
  header nav ul li:last-child a {
    border-bottom: 2px solid #0050A0;
  }
}
header nav ul li a {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 1345px) {
  header nav ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 860px) {
  header nav ul li a {
    border-top: 2px solid #0050A0;
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 860px) {
  header .sp-nav_toggle {
    width: 24.5px;
    height: 16.5px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }
  header .sp-nav_toggle span {
    display: block;
    background: #034689;
    width: 100%;
    height: 2px;
    border-radius: 99px;
  }
}

footer {
  position: relative;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 50px 0 0;
    background-size: 100% 220px;
    background: none;
  }
}
footer .foot_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 900px;
  width: 70%;
  margin: 120px auto -80px;
}
@media screen and (max-width: 860px) {
  footer .foot_list {
    display: block;
    width: 90%;
    margin-bottom: 50px;
    margin-top: 0;
  }
}
footer .foot_list li {
  max-width: 440px;
  width: 48.888%;
}
@media screen and (max-width: 860px) {
  footer .foot_list li {
    width: 100%;
    margin: 0 auto;
  }
  footer .foot_list li + li {
    margin-top: 15px;
  }
}
footer .foot_list li .btn {
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
  border: 2px solid #AFB6BE;
  border-radius: 12px;
  box-sizing: border-box;
  line-height: 1;
  padding: 30px 15%;
  font-weight: 700;
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 860px) {
  footer .foot_list li .btn {
    font-size: 1.4rem;
    padding: 20px 15%;
  }
}
footer .foot_list li .btn img {
  position: absolute;
  max-width: 44px;
  width: 10%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
footer .foot_list li p {
  text-align: center;
  margin: 5px auto;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 860px) {
  footer .foot_list li p {
    color: #212121;
  }
}
footer .foot_list li p a {
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 860px) {
  footer .foot_list li p a {
    color: #0050A0;
  }
}
footer .foot_txtBox {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  padding: 0 60px;
  box-sizing: border-box;
}
@media (max-width: 1040px) {
  footer .foot_txtBox {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox {
    flex-wrap: wrap;
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
footer .foot_txtBox .logo {
  margin-right: auto;
  width: 330px;
}
@media (max-width: 1165px) {
  footer .foot_txtBox .logo {
    width: auto;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .logo {
    width: 50%;
  }
}
footer .foot_txtBox .retop {
  position: absolute;
  top: 80px;
  right: 2%;
  max-width: 120px;
  width: 10%;
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .retop {
    position: static;
    width: 25vw;
    max-width: 105px;
    margin-top: -30vw;
  }
}
footer .foot_txtBox .contact {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1040px) {
  footer .foot_txtBox .contact {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .contact {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }
}
footer .foot_txtBox .contact a {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .contact a {
    font-size: clamp(0px, 4.4vw, 16px);
  }
}
footer .foot_txtBox .contact a + a {
  margin-left: 2em;
}
@media (max-width: 1040px) {
  footer .foot_txtBox .contact a + a {
    margin-left: 0;
  }
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .contact a + a {
    margin-left: 1em;
  }
}
footer .foot_txtBox .copyright {
  font-size: 1.4rem;
  width: 330px;
  text-align: right;
  margin-left: auto;
}
@media screen and (max-width: 860px) {
  footer .foot_txtBox .copyright {
    width: 100%;
    max-width: none;
    text-align: center;
    font-size: clamp(0px, 3.8vw, 14px);
  }
}
footer .bgBox {
  background: url(/image/common/footer/bg.png) no-repeat center top;
  background-size: 100% 350px;
  padding-top: 160px;
  padding-bottom: 100px;
}
@media screen and (max-width: 860px) {
  footer .bgBox {
    background: url(/image/common/footer/bg_sp.png) no-repeat center top/cover;
    padding-bottom: 20px;
    padding-top: calc(20px + 11vw);
  }
}

#mv {
  position: relative;
  margin-bottom: 5%;
}
#mv .txtBox {
  position: absolute;
  top: 18%;
  padding-left: 10vw;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #mv .txtBox {
    top: 22.5%;
    padding: 0 5vw;
  }
}
#mv .txtBox h2 {
  color: #034689;
  font-size: clamp(0px, 2.2727vw, 35px);
  font-weight: 900;
  text-align: left;
  line-height: 1.54;
}
@media screen and (max-width: 860px) {
  #mv .txtBox h2 {
    font-size: 5.8666vw;
    line-height: 1.4;
  }
}
#mv .txtBox h2 span {
  display: inline;
  background: linear-gradient(transparent 60%, #F7DD9B 60%);
}
#mv .txtBox p {
  color: #0050A0;
  margin: clamp(0px, 1.62337vw, 25px) 0;
  font-size: clamp(0px, 1.2987vw, 20px);
}
@media screen and (max-width: 860px) {
  #mv .txtBox p {
    font-size: 4vw;
    margin: 2vw 0 4vw;
  }
}
#mv .txtBox .btn {
  display: block;
  color: #fff;
  font-size: clamp(0px, 1.2337vw, 19px);
  background: #0050A0;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  padding: clamp(0px, 0.64935vw, 10px) clamp(0px, 2.2727vw, 35px) clamp(0px, 0.84415vw, 13px);
}
@media screen and (max-width: 860px) {
  #mv .txtBox .btn {
    font-size: 4vw;
    padding: 2.66vw 9.33vw;
  }
}
#mv .ill {
  position: absolute;
  width: 64.4156%;
  right: 2%;
  bottom: -7%;
}
@media screen and (max-width: 860px) {
  #mv .ill {
    width: 90%;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

#newsBox {
  margin-top: 30px;
  margin-bottom: 70px;
}
@media screen and (max-width: 860px) {
  #newsBox {
    margin-top: 50px;
    margin-bottom: 45px;
  }
}
#newsBox dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  #newsBox dl {
    display: block;
  }
}
#newsBox dl dt {
  font-size: 3rem;
  font-weight: 900;
  color: #034689;
  margin-right: 40px;
}
@media screen and (max-width: 860px) {
  #newsBox dl dt {
    font-size: 2.6rem;
  }
}
#newsBox dl dd {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  #newsBox dl dd {
    display: block;
  }
}
#newsBox dl dd .date {
  font-weight: 700;
  margin-right: 28px;
}
@media screen and (max-width: 860px) {
  #newsBox dl dd .date {
    font-size: 1.5rem;
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 860px) {
  #newsBox dl dd p {
    font-size: 1.6rem;
  }
}

#top_upcoming {
  background: #FAF8F4;
  border-radius: 12px;
  padding: 90px 0;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #top_upcoming {
    width: 100%;
    padding: 47px 5vw 14vw;
    box-sizing: border-box;
    border-radius: 0;
  }
}
#top_upcoming .mainttl img {
  position: absolute;
}
#top_upcoming .mainttl img.onpu01 {
  left: -2.4%;
  width: clamp(0px, 38.185%, 437.5px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  #top_upcoming .mainttl img.onpu01 {
    width: 50vw;
    left: -25vw;
  }
}
#top_upcoming .mainttl img.onpu02 {
  right: -2.4%;
  width: clamp(0px, 39.637%, 491.5px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 860px) {
  #top_upcoming .mainttl img.onpu02 {
    width: 50vw;
    right: -25vw;
  }
}
#top_upcoming .comingup_lineup {
  max-width: 900px;
  margin: 40px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #top_upcoming .comingup_lineup {
    display: block;
  }
}
#top_upcoming .comingup_lineup li {
  width: 30%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #top_upcoming .comingup_lineup li {
    max-width: none;
    width: 100%;
  }
}
#top_upcoming .comingup_lineup li .thum {
  margin: 0 auto 20px;
  display: block;
  max-width: 240px;
}
@media screen and (max-width: 860px) {
  #top_upcoming .comingup_lineup li .thum {
    max-width: 185px;
    width: 80vw;
  }
}
#top_upcoming .comingup_lineup li .ttl {
  margin-bottom: 13px;
  line-height: 1.357;
}
#top_upcoming .comingup_lineup li .ttl h3 {
  text-align: left;
  font-size: 2.8rem;
  color: #034689;
}
@media screen and (max-width: 860px) {
  #top_upcoming .comingup_lineup li .ttl h3 {
    font-size: 2.4rem;
  }
}
#top_upcoming .comingup_lineup li .ttl h3 small {
  font-size: 0.6428em;
}
#top_upcoming .comingup_lineup li .ttl p {
  font-size: 1.6rem;
  color: #034689;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  #top_upcoming .comingup_lineup li .ttl p {
    font-size: 1.4rem;
  }
}
#top_upcoming .comingup_lineup li .author {
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin-top: auto;
  border-top: 2px solid #DBDBDB;
  border-bottom: 2px solid #DBDBDB;
  padding: 13px 0;
}
#top_upcoming .comingup_lineup li .author dt {
  width: 30px;
  margin-right: 13px;
}
#top_upcoming .comingup_lineup li .author dd {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.866;
}
#top_upcoming .comingup_lineup li .release {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  background: #00BBC4;
  border-radius: 9999px;
  color: #fff;
  margin-top: 22px;
  padding: 0.5em;
  box-sizing: border-box;
}
#top_upcoming .comingup_lineup .slide-arrow {
  width: 34px;
  height: 34px;
  background: url(/image/common/slider_arrow01.svg) no-repeat center/contain;
  position: absolute;
  top: clamp(0px, 47vw, 110px);
  z-index: 2;
}
#top_upcoming .comingup_lineup .slide-arrow.prev-arrow {
  left: 0px;
}
#top_upcoming .comingup_lineup .slide-arrow.next-arrow {
  right: 0;
  transform: rotate(180deg);
}
#top_upcoming .slick-dots {
  text-align: left;
  padding-top: 21px;
  position: static;
}
@media screen and (max-width: 860px) {
  #top_upcoming .slick-dots {
    text-align: center;
  }
}
#top_upcoming .slick-dots li.slick-active {
  background: #034689;
}
#top_upcoming .slick-dots li button:before {
  display: none;
}
#top_upcoming .slick-dots li {
  border: 1px solid #034689;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
}
#top_upcoming .slick-dots li button {
  padding: 0;
}

#top_lineup {
  overflow: hidden;
  margin-top: -50px;
}
@media screen and (max-width: 860px) {
  #top_lineup {
    margin-top: -10vw;
  }
}
#top_lineup .ill {
  margin-left: auto;
  margin-right: -30px;
  max-width: 430px;
  width: 40%;
  display: block;
  margin-bottom: -110px;
}
@media screen and (max-width: 860px) {
  #top_lineup .ill {
    width: 50vw;
    margin-bottom: -60px;
  }
}
#top_lineup .sliderBox {
  margin-top: 40px;
}
#top_lineup .slider {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1345px) {
  #top_lineup .slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 860px) {
  #top_lineup .slider {
    margin: 0 auto;
  }
}
#top_lineup .slider .slick-list {
  overflow: visible;
}
@media screen and (max-width: 1345px) {
  #top_lineup .slider .slick-list {
    overflow: hidden;
  }
}
#top_lineup .slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
#top_lineup .slider .slick-slide {
  height: auto !important;
}
#top_lineup .slider .slick-slide > * {
  height: 100%;
  display: block;
}
#top_lineup .slider .cont {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#top_lineup .slider .cont a {
  background: #F5F5F5;
  height: 100%;
  border-radius: 12px;
  padding: 44px 5px;
  box-sizing: border-box;
  width: 245px;
  margin-right: 46px;
  display: block;
}
@media screen and (max-width: 1345px) {
  #top_lineup .slider .cont a {
    margin: 0 15px;
    width: auto;
  }
}
@media screen and (max-width: 860px) {
  #top_lineup .slider .cont a {
    margin: 0 10px;
    padding: 24px 5px;
  }
}
#top_lineup .slider .cont a .thum {
  max-width: 153px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 860px) {
  #top_lineup .slider .cont a .thum {
    width: 75%;
  }
}
#top_lineup .slider .cont a p {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 860px) {
  #top_lineup .slider .cont a p {
    font-size: 1, 6rem;
  }
}
#top_lineup .slider .slide-arrow {
  width: 50px;
  height: 50px;
  background: url(/image/common/slider_arrow01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin-top: -25px;
}
@media screen and (max-width: 860px) {
  #top_lineup .slider .slide-arrow {
    width: 30px;
    height: 30px;
    margin-top: -21.5px;
  }
}
#top_lineup .slider .slide-arrow.prev-arrow {
  left: -25px;
}
@media screen and (max-width: 1345px) {
  #top_lineup .slider .slide-arrow.prev-arrow {
    left: -5px;
  }
}
@media screen and (max-width: 860px) {
  #top_lineup .slider .slide-arrow.prev-arrow {
    left: 0;
  }
}
#top_lineup .slider .slide-arrow.next-arrow {
  left: 1093px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1345px) {
  #top_lineup .slider .slide-arrow.next-arrow {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 860px) {
  #top_lineup .slider .slide-arrow.next-arrow {
    right: 0;
  }
}
#top_lineup .slick-dots {
  text-align: left;
  padding-top: 21px;
  position: static;
}
@media screen and (max-width: 860px) {
  #top_lineup .slick-dots {
    text-align: center;
  }
}
#top_lineup .slick-dots li.slick-active {
  background: #034689;
}
#top_lineup .slick-dots li button:before {
  display: none;
}
#top_lineup .slick-dots li {
  border: 1px solid #034689;
  border-radius: 100%;
  width: 8px;
  height: 8px;
}
#top_lineup .slick-dots li button {
  padding: 0;
}

#top_about {
  background: #F4F8F8;
  padding: 95px 10px;
  box-sizing: border-box;
  margin-top: 120px;
}
@media screen and (max-width: 860px) {
  #top_about {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#top_about .flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  #top_about .flex {
    display: block;
  }
}
#top_about .flex .txt {
  width: 60%;
  max-width: 620px;
}
@media screen and (max-width: 860px) {
  #top_about .flex .txt {
    width: 100%;
    max-width: none;
  }
}
#top_about .flex .txt .mainttl {
  margin-bottom: 30px;
  position: relative;
  padding-right: 20%;
  box-sizing: border-box;
}
#top_about .flex .txt .mainttl img {
  right: 0;
  bottom: 0;
  position: absolute;
  max-width: 162px;
  width: 20%;
}
#top_about .flex .txt p {
  text-indent: 1em;
  line-height: 2.4;
}
@media screen and (max-width: 860px) {
  #top_about .flex .txt p {
    font-size: 1.6rem;
  }
}
#top_about .flex .img {
  width: 40%;
  padding: 0 2%;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #top_about .flex .img {
    width: 100%;
    margin: 40px auto 47px;
  }
}
#top_about .flex .img img {
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */