@charset "UTF-8";
@font-face {
  font-family: "Gotham-Book";
  src: url("font/Gotham-Book.ttf") format("ttf"), url("font/Gotham-Book.ttf") format("truetype"), url("font/Gotham-Book.otf") format("opentype");
}
.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

.kids-1st-season {
  font-family: "Gotham-Book", "yu-gothic-pr6n", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.kids-1st-season img {
  width: 100%;
}

.kids-1st-season-btn {
  text-align: center;
  margin: 0 auto;
  width: 280px;
  display: block;
}

.kids-1st-season-btn_all {
  border: #000 1px solid;
  letter-spacing: 1px;
  font-size: 1.2rem;
  padding: 10px;
  font-family: "Gotham-Book";
}

@media screen and (min-width: 1024px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
  .kids-1st-season-btn_all {
    height: auto;
    display: block;
    position: relative;
    padding: 1.1em 3em;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    overflow: hidden;
  }
  .kids-1st-season-btn_all::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 120%;
    height: 101%;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform 0.3s;
    background-color: #314933;
  }
  .kids-1st-season-btn_all:hover {
    color: #fff !important;
  }
  .kids-1st-season-btn_all:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
  }
  .kids-1st-season-btn_all:before {
    background: #314933;
  }
}
.kids-1st-season_header_btnArea {
  text-align: center;
}

.kids-1st-season_maincontent_lead {
  font-family: "Gotham-Book";
  font-size: 26px;
  line-height: 2;
  text-align: center;
}
.kids-1st-season_maincontent_lead span {
  font-size: 20px;
}

.kids-1st-season_maincontent_itemList {
  margin-top: 20%;
}

.kids-1st-season_maincontent_item {
  margin-left: 5%;
  margin-right: 5%;
}

.kids-1st-season_maincontent_item + .kids-1st-season_maincontent_item {
  margin-top: 5%;
}

.kids-1st-season_maincontent_item_wrap {
  margin-top: 20%;
}

.kids-1st-season_maincontent_item.kids-1st-season_productItem_slider {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.kids-1st-season_maincontent_item.kids-1st-season_productItem_slider .productItem-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.productItem-wrap {
  margin: 0 auto;
}

.productItem-title {
  font-size: 3.2rem;
  font-weight: bold;
  position: absolute;
  line-height: 1;
}

.productItem-title-wrap {
  margin: 0 auto;
}

.productItem-title-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.productItem-hoverMask {
  display: none;
}

@media screen and (min-width: 1024px) {
  .kids-1st-season_maincontent_wrap {
    /* max-width:980px; */
    max-width: 1200px;
    padding: 0 26px;
    margin: 0 auto;
  }
  .kids-1st-season_maincontent_itemList {
    /* max-width:980px; */
    /* background-color: gray; */
    margin-left: auto;
    margin-right: auto;
  }
  .kids-1st-season_maincontent_item {
    width: 60%;
    margin: 0 auto;
  }
  .kids-1st-season_maincontent_item.kids-1st-season_productItem_slider {
    position: unset;
    margin: 0 auto;
  }
  .productItem-hoverParent {
    position: relative;
  }
  .productItem-hoverParent:hover .productItem-hoverMask {
    opacity: 1;
    padding-bottom: 30px;
  }
  .productItem-hoverParent:hover .modal-btn {
    color: red;
  }
  .productItem-hoverParent:hover .modal-btn.modal-btn_open:before {
    transform: rotate(-45deg);
  }
  .productItem-hoverParent:hover .modal-btn.modal-btn_open:after {
    transform: rotate(45deg);
  }
  .productItem-hoverMask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 30px 30px 0;
    opacity: 0;
    transition: all 0.6s ease;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.modal-bg {
  background: #000;
  opacity: 0.9;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-block {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: none;
}

.modal-btn {
  display: block;
  text-align: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}

.modal-btn:before, .modal-btn:after {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  width: 27px;
  border-radius: 1px;
  margin-left: 6px;
  margin-top: 19px;
  transition: all 0.25s;
}

.modal-btn:before {
  transform: rotate(-90deg);
}

.modal-btn:after {
  top: -20px;
}

.modal-btn_close {
  position: absolute;
  top: 55px;
  right: 35px;
}

.modal-btn_close:before {
  transform: rotate(-45deg);
  background-color: #fff;
}

.modal-btn_close:after {
  transform: rotate(45deg);
  background-color: #fff;
}

.modal-content-body {
  left: 50%;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
}

.modal-content-body-wrap {
  padding: 0 20px;
}

.modal-content-body.height100 {
  top: 60px;
  transform: translateX(-50%);
}

.height100 {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 140px;
}

.productCreditBlock {
  position: relative;
  z-index: 999999;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .modal-btn {
    width: 45px;
    height: 45px;
  }
  .modal-btn:before, .modal-btn:after {
    width: 30px;
    margin-left: 6px;
    margin-top: 22px;
  }
  .modal-btn:after {
    top: -24px;
  }
  .modal-btn_open.modal-btn {
    top: 20px;
    bottom: unset;
  }
}
.kids-1st-season .swiper {
  width: 100%;
}

.kids-1st-season .swiper-container {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.kids-1st-season .swiper-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block !important;
}

.kids-1st-season .swiper-button-next::after, .kids-1st-season .swiper-button-prev::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  transform: rotate(45deg);
  content: "";
  font-family: unset;
  font-size: 0;
  margin-top: 10px;
}

.kids-1st-season .swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 10px;
}

.kids-1st-season .swiper-button-prev, .kids-1st-season .swiper-button .swiper-rtl .swiper-button-next {
  left: 0;
}

.kids-1st-season .swiper-button-prev {
  left: 2%;
}

.kids-1st-season .swiper-button-next {
  right: 2%;
}

@media screen and (min-width: 1024px) {
  .kids-1st-season .swiper-button-next::after, .kids-1st-season .swiper-button-prev::after {
    width: 23px;
    height: 23px;
    border-width: 3px;
  }
}
.productCredit_item-link {
  color: #fff;
  position: relative;
}

.productCredit_item-link:link {
  color: #fff;
}

.productCredit_item-link:visited {
  color: #fff;
}

.productCredit_left {
  box-sizing: border-box;
  text-align: left;
}

.productCredit_left > span {
  display: block;
  line-height: 1.65;
  font-family: "Gotham-Book";
}

.productCredit_right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}

.productCredit_position {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-align: left;
  font-family: "Gotham-Book";
}

.productCredit_name {
  font-size: 1.3rem;
  font-weight: bold;
}

.productCredit_name-en {
  margin-bottom: 5px;
  font-family: "Gotham-Book";
}

.productCredit_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff !important;
  font-weight: bold;
  max-width: 80px;
  padding: 7px 0;
  margin-left: auto;
  font-family: "Gotham-Book";
}

.productCredit_item + .productCredit_item {
  margin-top: 25px;
}

@media screen and (min-width: 1024px) {
  .productCreditBlock {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .productCredit_btn {
    padding: 10px;
    max-width: 90px;
  }
  .productCredit_item-link:hover {
    opacity: 0.5;
  }
  .productCredit_left {
    width: auto;
  }
  .productCredit_right {
    margin-left: auto;
  }
}
.kids-1st-season_shopArea {
  margin-top: 20%;
  margin-left: 5%;
  margin-right: 5%;
}

.kids-1st-season_shopArea_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15%;
  font-family: "Gotham-Book";
}

@media screen and (max-width: 768px) {
  .productCredit_left span {
    font-size: 3.3334vw;
  }
  .productCredit_right {
    width: 21.3334vw;
  }
  .productCredit_left .productCredit_name {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .productCredit_left {
    width: auto;
    box-sizing: border-box;
    text-align: left;
  }
  .productCredit_left span {
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
  .productCredit_left .productCredit_name {
    font-size: 14px;
  }
  .productCredit_right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
  }
  .productCredit_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
    letter-spacing: 1px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    box-sizing: border-box;
    width: 90px;
    margin-left: auto;
  }
  .productCredit_position {
    font-size: 16px;
  }
}
/* added 2024/4/5 ----- */
main {
  color: #0A1317;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.kids-1st-season {
  width: 100%;
  margin: auto;
}

.kids-1st-season_maincontent_item {
  max-width: 980px;
  height: -moz-fit-content;
  height: fit-content;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.kids-1st-season_leadset {
  margin: 70px 0;
}
.kids-1st-season_leadset .kids-1st-season_header_btnArea {
  margin: 50px auto 0;
}

.kids-1st-season_header_btnArea_footer {
  margin: 80px auto;
}

@media screen and (min-width: 768px) {
  .kids-1st-season_maincontent_itemList, .kids-1st-season_maincontent_item_wrap {
    margin-top: 8%;
  }
}
.kids-1st-season_poem {
  margin: 20% auto;
  text-align: center;
}
.kids-1st-season_poem h2 {
  font-size: 4.2667vw;
  line-height: 2 !important;
  font-weight: normal;
}
.kids-1st-season_poem h2 span {
  font-size: 16px !important;
  line-height: 2;
  display: block;
}
.kids-1st-season_poem p {
  margin: 0;
  font-size: 3.3vw;
  line-height: 3;
  opacity: 0;
  transform: translate(0, 30%);
}
.kids-1st-season_poem p:nth-of-type(1) {
  padding: 30px 0;
}
.kids-1st-season_poem .delighter {
  transition: all 1s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0s;
}
.kids-1st-season_poem .started {
  opacity: 1;
  transform: none;
}

@media screen and (min-width: 768px) {
  .kids-1st-season_poem {
    margin: 10% auto;
  }
  .kids-1st-season_poem h2 {
    font-size: 23px;
    line-height: 1.2;
  }
  .kids-1st-season_poem p {
    margin-top: 2em;
    font-size: 16px;
    opacity: 0;
    transform: translate(0, 30%);
  }
  .kids-1st-season_poem .delighter {
    transition: all 1s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0s;
  }
  .kids-1st-season_poem .started {
    opacity: 1;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  .sidebyside-l {
    width: 47%;
    margin-left: 0;
    margin-top: -200px !important;
  }
  .sidebyside-l_mt0 {
    width: 47%;
    margin-left: 0;
    margin-top: 0 !important;
  }
  .sidebyside-r {
    width: 47%;
    margin-right: 0;
    margin-top: -300px !important;
  }
  .sidebyside-r_mt0 {
    width: 47%;
    margin-right: 0;
  }
  .margin-top-80 {
    margin-top: 80px;
  }
  .w-80 {
    width: 80%;
  }
  .w-50 {
    width: 48%;
  }
  .w-57 {
    width: 57%;
  }
  .w-40 {
    width: 40%;
  }
}
.kids-1st-season-profile {
  margin-top: 8%;
  padding: 100px 0 95px;
  background-color: #EDECEA;
}

.kids-1st-season-profile h3 {
  position: relative;
  margin: 0 auto 25px;
  width: 205px;
  font-size: 13px;
  text-align: center;
}

.kids-1st-season-profile h3:before,
.kids-1st-season-profile h3:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 38px;
  border-top: #000 1px solid;
}

.kids-1st-season-profile h3:before {
  left: 0;
}

.kids-1st-season-profile h3:after {
  right: 0;
}

.kids-1st-season-profile h4 {
  margin-bottom: 50px;
  font-size: 16px;
  text-align: center;
}

.kids-1st-season-profile table {
  margin: 0 auto;
  max-width: 780px;
}

.kids-1st-season-profile table th,
.kids-1st-season-profile table td {
  font-size: 13px;
  line-height: 3;
  text-align: left;
}

.kids-1st-season-profile table th {
  width: 5em;
  vertical-align: top;
}

.kids-1st-season-profile.delighter h3,
.kids-1st-season-profile.delighter h4,
.kids-1st-season-profile.delighter tr {
  opacity: 0;
  transform: translate(0, 20px);
}

.kids-1st-season-profile.delighter h3 {
  transition: all 0.5s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0.3s;
}

.kids-1st-season-profile.delighter h4 {
  transition: all 0.5s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0.4s;
}

.kids-1st-season-profile.delighter tr:nth-child(1) {
  transition: all 0.5s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0.5s;
}

.kids-1st-season-profile.delighter tr:nth-child(2) {
  transition: all 0.5s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0.6s;
}

.kids-1st-season-profile.delighter tr:nth-child(3) {
  transition: all 0.5s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0.7s;
}

.kids-1st-season-profile.delighter tr:nth-child(4) {
  transition: all 0.5s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0.8s;
}

.kids-1st-season-profile.delighter tr:nth-child(5) {
  transition: all 0.5s cubic-bezier(0.21, 1.05, 0.8, 0.98) 0.9s;
}

.kids-1st-season-profile.delighter.started h3,
.kids-1st-season-profile.delighter.started h4,
.kids-1st-season-profile.delighter.started tr {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 768px) {
  .kids-1st-season-profile {
    padding: 16vw 0 10.6667vw;
    margin-top: 20% !important;
  }
  .kids-1st-season-profile h3 {
    margin-bottom: 4.5334vw;
    width: 40.5334vw;
    font-size: 2.8001vw;
  }
  .kids-1st-season-profile h3:before,
  .kids-1st-season-profile h3:after {
    width: 7.4667vw;
  }
  .kids-1st-season-profile h4 {
    margin-bottom: 13.3334vw;
    font-size: 3.6vw;
  }
  .kids-1st-season-profile table {
    max-width: 90.1334vw;
  }
  .kids-1st-season-profile table th,
  .kids-1st-season-profile table td {
    font-size: 3.2vw;
  }
  .kids-1st-season-btn {
    width: 80% !important;
    padding: 20px;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */