@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  box-sizing: border-box;
  /*
  @media screen and (min-width: 768px) and (max-width: 1099px){
    //font-size: 14px;
  }
  */
}
@media screen and (max-width: 767px) {
  * {
    font-size: 4.1vw;
  }
}

body {
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #FFF9E6;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (hover: hover) {
  a:hover .picWrap img {
    transform: scale(1.15);
  }
}

nav ul {
  width: 100%;
  display: flex;
  align-items: center;
}

ul {
  list-style: none;
}

ol li {
  list-style: none;
}

picture {
  line-height: 1;
}
picture * {
  line-height: 1;
}

img {
  height: auto;
  line-height: 0;
}

i {
  font-style: normal;
  line-height: 1;
}

.subEn {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

h2, h3 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.44;
  text-align: center;
}
h2 span.subEn, h3 span.subEn {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-top: 0.57em;
  font-size: 0.583em;
  color: #017BCF;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h2, h3 {
    width: 100%;
    max-width: unset;
    line-height: 1.4286;
  }
  h2 span.subEn, h3 span.subEn {
    margin-top: 2.05vw;
  }
}

h2 {
  margin-bottom: 1.11em;
  font-size: 2.25em;
}
h2 span.note_deco {
  font-size: 1em;
  display: inline-block;
  position: relative;
  /*
  @media screen and (max-width: 767px){
    margin-bottom: 1.07em;
    font-size: 1.75em;
    span.subEn{ font-size: 0.643em; }
  }
  */
}
h2 span.note_deco::before, h2 span.note_deco::after {
  content: "";
  position: absolute;
}
h2 span.note_deco::before {
  width: 2.44em;
  height: 2.88em;
  background: url(../images/common/icon_h2_note01.svg) no-repeat center center;
  background-size: contain;
  top: calc((100% - 2.44em) / 2);
  left: -3.44em;
  animation: yurayura 2s infinite;
}
h2 span.note_deco::after {
  width: 3.055em;
  height: 2.805em;
  background: url(../images/common/icon_h2_note02.svg) no-repeat center center;
  background-size: contain;
  top: calc((100% - 3.055em) / 2);
  right: -3.833em;
  animation: yurayura4 2s infinite;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  h2 span.note_deco {
    font-size: 4.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  h2 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 1.07em;
    font-size: 1.75em;
  }
  h2 span.subEn {
    font-size: 0.643em;
  }
}

/*
h2 span.star_deco{
  font-size: 1em;
  display: inline-block;
  position: relative;
  &::before,&::after{
    content: "";
    position: absolute;
  }
  &::before{
    width: 2.44em;
    height: 2.88em;
    background: url(../images/common/icon_h2_note01.svg) no-repeat center center;
    background-size: contain;
    top: calc((100% - 2.44em) / 2);
    left: -3.44em;
    animation: yurayura 2s infinite;
  }
  &::after{
    width: 3.055em;
    height: 2.805em;
    background: url(../images/common/icon_h2_note02.svg) no-repeat center center;
    background-size: contain;
    top: calc((100% - 3.055em) / 2);
    right: -3.833em;
    animation: yurayura4 2s infinite;
  }
  @media screen and (min-width: 768px) and (max-width: 980px){ font-size: 4.2vw; }
  //
  @media screen and (max-width: 767px){
    margin-bottom: 1.07em;
    font-size: 1.75em;
    span.subEn{ font-size: 0.643em; }
  }
  //
}
*/
h3 {
  font-size: 1.75em;
}
h3 span.deco_note {
  font-size: 1em;
  position: relative;
}
h3 span.deco_note::before, h3 span.deco_note::after {
  content: "";
  position: absolute;
}
h3 span.deco_note::before {
  width: 2.44em;
  height: 2.88em;
  background: url(../images/common/icon_h2_note01.svg) no-repeat center center;
  background-size: contain;
  top: calc((100% - 2.44em) / 2);
  left: -3.44em;
  animation: yurayura 2s infinite;
}
h3 span.deco_note::after {
  width: 3.055em;
  height: 2.805em;
  background: url(../images/common/icon_h2_note02.svg) no-repeat center center;
  background-size: contain;
  top: calc((100% - 3.055em) / 2);
  right: -3.833em;
  animation: yurayura4 2s infinite;
}
h3 span.deco_note.blue::before {
  background: url(../images/common/icon_h2_note01_blue.svg) no-repeat center center;
  background-size: contain;
}
h3 span.deco_note.blue::after {
  background: url(../images/common/icon_h2_note02_blue.svg) no-repeat center center;
  background-size: contain;
}
h3 span.deco_note.yellow::before {
  background: url(../images/common/icon_h2_note01_yellow.svg) no-repeat center center;
  background-size: contain;
}
h3 span.deco_note.yellow::after {
  background: url(../images/common/icon_h2_note02_yellow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5em;
  }
}

.deco_note {
  position: relative;
}
.deco_note::before, .deco_note::after {
  content: "";
  position: absolute;
}
.deco_note::before {
  width: 2.44em;
  height: 2.88em;
  background: url(../images/common/icon_h2_note01.svg) no-repeat center center;
  background-size: contain;
  top: calc((100% - 2.44em) / 2);
  left: -3.44em;
  animation: yurayura 2s infinite;
}
.deco_note::after {
  width: 3.055em;
  height: 2.805em;
  background: url(../images/common/icon_h2_note02.svg) no-repeat center center;
  background-size: contain;
  top: calc((100% - 3.055em) / 2);
  right: -3.833em;
  animation: yurayura4 2s infinite;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.mr0 {
  margin-right: 0 !important;
}

.red {
  color: #f00;
}

.tac {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.wrap {
  width: 89.74%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .wrap {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 89.74%;
  }
}

.flex {
  display: flex;
}

.flex_low1 {
  display: block;
}

.flex_low2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.picWrap {
  line-height: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.picWrap img {
  transition: transform 0.3s ease;
}

.bgBlue {
  background-color: #017BCF;
}

.bgYellow {
  background-color: #FDCD1B;
}

.fontEn {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.dome {
  padding: 11vw 0;
  position: relative;
}
.dome::before, .dome::after {
  content: "";
  width: 100%;
  height: 11vw;
  position: absolute;
  left: 0;
}
.dome::before {
  background: url(../images/common/dome_bottom.png) no-repeat center top;
  background-size: 100% 100%;
  top: 0;
}
.dome::after {
  background: url(../images/common/dome_top.png) no-repeat center top;
  background-size: 100% 100%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .dome {
    padding: 21.54vw 0;
  }
  .dome::before, .dome::after {
    height: 21.54vw;
  }
}

.dome_top {
  padding-top: 11vw;
  position: relative;
}
.dome_top::before {
  content: "";
  width: 100%;
  height: 11vw;
  background: url(../images/common/dome_bottom.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dome_top {
    padding-top: 21.54vw;
  }
  .dome_top::before {
    height: 21.54vw;
  }
}

.dome_bottom {
  padding-bottom: 18vw;
  position: relative;
}
.dome_bottom::after {
  content: "";
  width: 100%;
  height: 11vw;
  background: url(../images/common/dome_top2.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottomPadding {
  margin-bottom: -9.375em;
  padding-bottom: 14.375em;
}
@media screen and (max-width: 767px) {
  .bottomPadding {
    margin-bottom: -10.9375em;
    padding-bottom: 14.5em;
  }
}

.btn01 a {
  width: 90%;
  max-width: 300px;
  margin: 50px auto;
  padding: 0.405em 0;
  color: #017BCF;
  font-size: 1.125em;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #017BCF;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn01 a::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/btn_arrow_blue.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc((100% - 25px) / 2);
  right: 13px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .btn01 a {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .btn01 a {
    width: 76.9vw;
    max-width: unset;
    margin: 7.69vw auto;
  }
  .btn01 a::after {
    width: 6.41vw;
    height: 6.41vw;
    background: url(../images/common/btn_arrow_blue.svg) no-repeat left top;
    background-size: contain;
    top: calc((100% - 6.41vw) / 2);
    right: 3.3vw;
  }
}
@media screen and (hover: hover) {
  .btn01 a:hover {
    color: #fff;
    background-color: #017BCF;
    border-color: #fff;
  }
  .btn01 a:hover::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat left top;
    background-size: contain;
  }
}

.btn02 a {
  width: 330px;
  padding: 0.405em 0;
  color: #017BCF;
  font-size: 1em;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #017BCF;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btn02 a::after {
  content: "";
  width: 0.75em;
  height: 0.625em;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #017BCF;
  position: absolute;
  top: calc((100% - 0.625em) / 2);
  right: 1.25em;
}

#mv {
  padding-top: 165px;
  background: url(../images/common/mv_bg.png) no-repeat center bottom;
  background-size: cover;
}
#mv .wrap {
  line-height: 1;
}
#mv h1 {
  font-size: 2.25em;
}
#mv h1 span.subEn {
  display: block;
  margin-top: 0.57em;
  color: #017BCF;
  font-size: 0.583em;
  line-height: 1;
}
#mv.underPlainMv img.mvimg {
  display: block;
  width: 47.364%;
  max-width: 521px;
  margin-top: -8em;
  margin-left: auto;
  position: relative;
  top: -2em;
  border-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #mv h1 {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    padding: 15.39vw 0 7.69vw;
    background: url(../images/common/mv_bg_sp.png) no-repeat center top;
    background-size: cover;
  }
  #mv h1 {
    margin-bottom: -7.7vw;
    font-size: 1.75em;
    line-height: 1.29;
  }
  #mv h1 span.subEn {
    margin-top: 0.4em;
    font-size: 0.643em;
  }
  #mv.underPlainMv {
    padding: 25.642vw 0 0;
  }
  #mv.underPlainMv img.mvimg {
    width: 96%;
    max-width: unset;
    margin: 5.5em auto 0;
  }
}

.bnrArea {
  max-width: 1100px;
  margin: 9.375em auto 5em;
  padding-top: 9.375em;
  border-top: 1px solid #D8D8D8;
  display: flex;
  flex-wrap: wrap;
}
.bnrArea li {
  width: 30.9333333333%;
  margin: 0 3.6% 1em 0;
  line-height: 1;
}
.bnrArea li:nth-child(3n) {
  margin-right: 0;
}
.bnrArea li a {
  display: block;
  line-height: 1;
}
.bnrArea li img {
  width: 100%;
  transition: transform 0.3s ease;
}
@media screen and (hover: hover) {
  .bnrArea a:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .bnrArea {
    max-width: unset;
    margin: 5em auto;
    padding-top: 5em;
  }
  .bnrArea ul.flex {
    display: block;
  }
  .bnrArea li {
    width: 100%;
    margin: 0 0 1.25em 0;
  }
}

header {
  width: 100%;
  max-width: 1265px;
  margin: auto;
  padding: 20px 5%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  /*
  @media screen and (min-width: 768px) and (max-width: 1255px){
    nav{
      padding: 0 2.5em;
      font-size: 1.2vw;
      *{ font-size: 1.1vw!important; }
    }
  }
    */
}
header h1 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
header h1 * {
  line-height: 1;
}
header h1 span {
  padding-left: 20px;
  font-size: 18px;
  color: #017BCF;
  font-weight: 500;
}
header .spHeadMenu {
  display: none;
}
header nav {
  padding: 0 2em;
  transition: top 0.3s ease;
}
header nav.pcFixed {
  width: calc(100% - 140px);
  max-width: 1125px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
header nav.pcFixed li * {
  font-size: 14px;
}
header nav li {
  margin: 0 1%;
  font-weight: bold;
}
header nav li * {
  font-size: 0.92em;
}
header nav li:first-child {
  margin-left: 0;
}
header nav .spOnly {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
  header nav li, header nav li * {
    font-size: 1vw !important;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    padding: 2.564vw 0 0;
    background: url(../images/common/mv_bg_sp.png) no-repeat center top;
    background-size: cover;
    border-bottom: 2px solid #017BCF;
  }
  header h1 {
    margin-bottom: 0;
    padding-left: 5.128vw;
    padding-bottom: 2.5vw;
    padding-bottom: 3.5vw;
    display: flex;
  }
  header h1 span {
    display: none;
  }
  header h1 a {
    width: 38.46vw;
  }
  header h1 img {
    width: 100%;
  }
  header .spHeadMenu {
    display: block;
    width: 10vw;
    height: 10vw;
    padding: 0 1.795vw;
    border-radius: 50%;
    background-color: #017BCF;
    position: absolute;
    top: 2.564vw;
    right: 2.564vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .spHeadMenu.open i:first-child {
    transform: rotate(45deg);
    top: 1.25vw;
  }
  header .spHeadMenu.open i:nth-child(2) {
    opacity: 0;
  }
  header .spHeadMenu.open i:last-child {
    transform: rotate(-45deg);
    bottom: 1.75vw;
  }
  header .spHeadMenu div {
    width: 100%;
    height: 3.59vw;
    position: relative;
  }
  header .spHeadMenu i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
  }
  header .spHeadMenu i:nth-child(2) {
    top: 1.538vw;
  }
  header .spHeadMenu i:last-child {
    bottom: 0;
  }
  header nav {
    display: none;
    position: absolute;
    top: 14vw;
    left: 0;
    z-index: 1000;
  }
  header nav.open {
    display: block;
    width: 100%;
    max-width: unset;
    max-height: 100vh;
    padding: 0 0;
    background-color: transparent;
    border-top: 2px solid #017BCF;
    border-radius: 0;
    background: url(/assets/images/common/bg_world.png) center center;
    background-size: contain;
  }
  header nav.open ul {
    display: block;
    background-color: #D5EDFD;
  }
  header nav.open li {
    margin: 0 0;
    border-bottom: 2px solid #C1C1C1;
  }
  header nav.open li a {
    padding: 0.8125em 1.875em;
    color: #000;
    font-weight: 500;
    position: relative;
  }
  header nav.open li a::after {
    content: "";
    width: 0.75em;
    height: 0.625em;
    aspect-ratio: 1/0.8660254038;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background-color: #017BCF;
    transform: rotate(-90deg);
    position: absolute;
    top: calc((100% - 0.625em) / 2);
    right: 1.3125em;
  }
  header nav.open li a.menuToggle {
    background-color: #FEED64;
  }
  header nav.open li a.menuToggle.open::after {
    transform: rotate(0deg);
  }
  header nav.open li a.menuToggle span::after {
    content: none;
  }
  header nav.open li ul.subMenu {
    display: none;
    border-top: 1px solid #C1C1C1;
    min-width: unset;
    padding: 0;
    position: static;
  }
  header nav.open li ul.subMenu li {
    border-bottom: 1px solid #C1C1C1;
    background-color: #fff;
  }
  header nav.open li ul.subMenu li:last-child {
    border-bottom: none;
  }
  header nav .spOnly {
    display: block;
  }
  header nav .spOnly ul {
    float: left;
  }
  header nav .spOnly ul li {
    width: calc((100% - 1px) / 2);
    float: left;
  }
  header nav .spOnly ul li:nth-last-child(2), header nav .spOnly ul li:last-child {
    border-bottom: none !important;
  }
  header nav .spOnly ul li a {
    padding-left: 1.25em;
    padding-right: 1px;
  }
  header nav .spOnly ul li a:nth-child(odd) {
    border-right: 1px solid #C1C1C1;
  }
  header nav .spOnly ul li a::after {
    content: none;
  }
  header nav .spScrollWrap {
    height: calc(100vh - 15.38vw);
    overflow-y: scroll;
  }
}

nav.mainNav {
  max-width: 1125px;
  margin: auto;
  background-color: #017BCF;
  border-radius: 80px;
}
nav.mainNav ul {
  width: 100%;
  justify-content: space-between;
}
nav.mainNav li {
  line-height: 1;
  position: relative;
}
nav.mainNav li a {
  display: block;
  padding: 1em 0;
  color: #fff;
}
nav.mainNav li a.menuToggle {
  cursor: pointer;
}
nav.mainNav li a.menuToggle span {
  padding-right: 1em;
  position: relative;
}
nav.mainNav li a.menuToggle span::after {
  content: "";
  width: 0.75em;
  height: 0.625em;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #FEE623;
  position: absolute;
  top: calc((100% - 0.625em) / 2);
  right: -0.375em;
}
@media screen and (hover: hover) {
  nav.mainNav li a:hover {
    color: #FEE623;
  }
  nav.mainNav li:hover a.menuToggle:hover + .subMenu,
  nav.mainNav .subMenu:hover {
    display: block;
  }
}
nav .subMenu {
  display: none;
  width: 100% !important;
  min-width: 16em;
  padding: 0 1em 0.5em;
  background-color: #017BCF;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 100%;
  left: -1em;
  z-index: 100;
}
nav .subMenu li {
  border-bottom: 1px solid #fff;
}
nav .subMenu li:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  nav * {
    font-size: 1.2vw;
  }
}
.pankuzu {
  margin-bottom: 6em;
  display: flex;
  align-items: center;
}
.pankuzu * {
  line-height: 1;
}
.pankuzu li {
  margin: 0 1em;
  padding-right: 1em;
  font-size: 14px;
  position: relative;
}
.pankuzu li * {
  font-size: 14px;
}
.pankuzu li:first-child {
  margin-left: 0;
}
.pankuzu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.pankuzu li:last-child::after {
  content: none;
}
.pankuzu li::after {
  content: "＞";
  position: absolute;
  top: calc((100% - 1em) / 2);
  right: -1em;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    margin-bottom: 0;
    flex-wrap: wrap;
    display: none;
  }
}

main {
  position: relative;
}

.basicBlock {
  padding: 2.5em 3.17% 3.125em;
  background-color: #FEED66;
  border-radius: 20px;
}
.basicBlock .flex + .flex {
  margin-top: 4em;
}
.basicBlock p.read {
  font-size: 1.125em;
  font-weight: 500;
}
.basicBlock h2 {
  width: 100%;
  margin: 1.5625em 0;
  color: #017BCF;
  font-size: 2em;
  line-height: 1.4375;
}
.basicBlock .txtWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*
  padding: 30px 3.125em;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  */
}
.basicBlock .txtWrap h3 {
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 1.5em;
  text-align: left;
}
.basicBlock .contentBlock {
  flex-wrap: wrap;
  justify-content: space-between;
}
.basicBlock .contentBlock .flex {
  justify-content: space-between;
}
.basicBlock .contentBlock .picWrap {
  width: 39.22%;
  max-width: 400px;
  border-radius: 20px;
}
.basicBlock .contentBlock .picWrap img {
  max-width: 100%;
  border-radius: 20px;
}
.basicBlock .contentBlock .txtWrap {
  width: 55.88%;
}
@media screen and (max-width: 767px) {
  .basicBlock {
    padding: 1.875em 1.25em;
  }
  .basicBlock p.read {
    font-size: 1em;
  }
  .basicBlock h2 {
    margin: 1.25em 0;
    font-size: 1.5em;
    line-height: 1.46;
  }
  .basicBlock .txtWrap {
    padding: 0 0;
    background-color: transparent;
    border-radius: 0;
    display: block;
  }
  .basicBlock .contentBlock {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .basicBlock .contentBlock .flex {
    flex-wrap: wrap;
  }
  .basicBlock .contentBlock .picWrap {
    width: 100%;
    max-width: unset;
    height: auto;
    max-height: 71.8vw;
    order: 1;
  }
  .basicBlock .contentBlock .txtWrap {
    width: 100%;
    margin-top: 1em;
    order: 2;
  }
}

.basicBlock02 {
  padding: 2.5em 3.17% 3.125em;
  background-color: #FEED66;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .basicBlock02 {
    padding: 1.875em 1.25em;
  }
}

#byAge {
  padding-bottom: 7em;
}
#byAge p.read {
  margin: 3.125em auto 2.5em;
}
#byAge ul.flex {
  margin-bottom: 2.5em;
  flex-wrap: wrap;
  justify-content: space-between;
}
#byAge li {
  width: 47.273%;
  max-width: 520px;
  margin-bottom: 3.75em;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#byAge li .picWrap {
  line-height: 0;
}
#byAge li.playroom .txtWrap {
  background-color: #F58CAD;
}
#byAge li.kids .txtWrap {
  background-color: #4CBBB4;
}
#byAge li.junior .txtWrap {
  background-color: #F0B31B;
}
#byAge li.student .txtWrap {
  background-color: #E7822D;
}
#byAge .txtWrap {
  padding: 1.875em 1.25em 3.125em;
  border-radius: 0 0 20px 20px;
}
#byAge .txtWrap h3 {
  margin-bottom: 0.72em;
}
#byAge .txtWrap .btn01 a {
  margin: 3.375em auto 0;
}
@media screen and (max-width: 767px) {
  #byAge h2 {
    margin-top: 6.923vw;
  }
  #byAge p.read {
    margin: 0 auto 1.875em;
  }
  #byAge ul.flex {
    margin-bottom: 3.125em;
    display: block;
  }
  #byAge li {
    width: 100%;
    max-width: unset;
    margin-bottom: 1.25em;
  }
  #byAge li .picWrap img {
    width: 100%;
  }
  #byAge .txtWrap {
    padding: 1.25em 1.25em 1.875em;
  }
  #byAge .txtWrap h3 {
    margin-bottom: 0.834em;
  }
  #byAge .txtWrap .btn01 {
    padding: 0 1.282vw;
  }
  #byAge .txtWrap .btn01 a {
    margin: 1.11em auto 0;
  }
}

@media screen and (max-width: 767px) {
  .related nav.mainNav {
    display: block;
    width: 89.74%;
    max-width: unset;
    margin: 1.25em auto 6.25em;
    padding: 0 1.25em;
    border-radius: 10px;
  }
  .related nav.mainNav ul {
    padding: 1.125em 0 1.375em;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .related nav.mainNav ul li {
    width: 49%;
    margin: 0 0 0;
  }
  .related nav.mainNav ul li a {
    padding: 0 0 0;
    font-size: 0.85em;
    line-height: 2;
  }
}

.spFixedBtnWrap {
  height: 12.82vw;
  position: relative;
}

.spFixedBtn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.spFixedBtn.fixed {
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.spFixedBtn li {
  width: calc((100% - 1px) / 2);
}
.spFixedBtn a {
  height: 12.82vw;
  color: #fff;
  font-size: 1.125em;
  line-height: 1;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
  background-color: #017BCF;
  display: flex;
  justify-content: center;
  align-items: center;
}

#world {
  margin: 9.375em 0 0;
  padding: 4.875em 0 5.75em;
  background: url(../images/common/bg_world.png) no-repeat center center;
  background-size: cover;
}
#world div.wrap {
  position: relative;
}
#world div.wrap::before {
  content: "";
  width: 40%;
  max-width: 443px;
  height: 26vw;
  max-height: 320px;
  background: url(../images/common/castle.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -260px;
  right: -6.5%;
}
#world h2 {
  width: auto;
  max-width: unset;
  margin: 0 0;
  color: #017BCF;
}
#world h2 img {
  width: 295.5px;
  vertical-align: middle;
}
#world p {
  margin: 1em 0 2.62em;
  font-size: 1.3125em;
  font-weight: 500;
  text-align: center;
  line-height: 2.286;
  position: relative;
}
#world p::before, #world p::after {
  content: "";
  position: absolute;
}
#world p::before {
  width: 16.36%;
  max-width: 180px;
  height: 8.25em;
  max-height: 132px;
  background: url(../images/common/icon_deco_star.svg) no-repeat center center;
  background-size: contain;
  top: -6.25em;
  left: 1.5em;
  animation: yurayura2_inversion 3s infinite;
}
#world p::after {
  width: 6.6%;
  max-width: 72.6px;
  height: 7.21875em;
  max-height: 115.5px;
  background: url(../images/common/icon_deco_note2.svg) no-repeat center center;
  background-size: contain;
  bottom: -1em;
  right: 2.5em;
  animation: yurayura3 3s infinite;
}
#world .btnWrap {
  display: flex;
  justify-content: center;
}
#world .btnWrap .btn01 a {
  width: 400px;
  margin: 0 15px;
  padding: 1.2365em 0;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #world div.wrap::before {
    right: -2%;
  }
  #world p::before {
    top: -72.25%;
    left: -5.5%;
  }
  #world p::after {
    bottom: -25%;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #world {
    margin: 10.9375em 0 0;
    padding: 2.9375em 0 3.125em;
    background: url(../images/common/bg_world_sp.svg) no-repeat center center;
    background-size: cover;
  }
  #world div.wrap::before {
    width: 84.95vw;
    max-width: unset;
    height: 61.182vw;
    max-height: unset;
    top: -65vw;
    right: 2%;
  }
  #world h2 {
    width: auto;
    max-width: unset;
    margin: 0 0;
    font-size: 2.25em !important;
  }
  #world h2 img {
    width: 75.764vw;
    vertical-align: bottom;
  }
  #world p {
    margin: 1em 0 1.67em;
    font-size: 1.125em;
    line-height: 2;
  }
  #world p::before, #world p::after {
    content: none;
  }
  #world .btnWrap {
    display: block;
  }
  #world .btnWrap .btn01 a {
    width: 85.715%;
    max-width: unset;
    margin: 5.128vw auto 0;
    padding: 0.405em 0;
  }
}

ul.pageLinkBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.pageLinkBtn li {
  width: calc((100% - 20px) / 3);
  max-width: 360px;
}
ul.pageLinkBtn li.arrowUP a::after {
  transform: rotate(180deg);
}
ul.pageLinkBtn li a {
  width: 100%;
  max-width: unset;
  margin: 0 0 10px;
  padding: 0.5625em 0;
  font-size: 1em;
}
ul.pageLinkBtn li a::after {
  width: 0.75em;
  height: 0.625em;
  background-image: none;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #017BCF;
  top: calc((100% - 0.625em) / 2);
  right: 1.375em;
}
@media screen and (hover: hover) {
  ul.pageLinkBtn li a:hover::after {
    background-image: none;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  ul.pageLinkBtn li {
    width: calc((100% - 10px) / 2);
    max-width: unset;
  }
  ul.pageLinkBtn li a {
    width: 100%;
    max-width: unset;
    font-size: 0.875em;
  }
  ul.pageLinkBtn li a::after {
    right: 0.7em;
  }
}

.musicBox {
  padding: 2.5em 4.545% 3.125em;
  background-color: #FEED66;
  border-radius: 20px;
}
.musicBox .mhead {
  margin-bottom: 1.416em;
  font-size: 1.5em;
  font-weight: 500;
}
.musicBox .mBlock {
  display: flex;
  justify-content: space-between;
}
.musicBox .mBlock .picWrap {
  width: 15%;
  max-width: 200px;
  padding-top: 200px;
  margin-right: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.musicBox .mBlock .picWrap img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.musicBox .mBlock .txtWrap {
  width: 82%;
}
.musicBox .mBlock h5, .musicBox .mBlock .bookTitle {
  font-size: 1.3125em;
  color: #017BCF;
  font-weight: 500;
  line-height: 2.286;
}
.musicBox .mBlock .bookTitle {
  margin-top: -1em;
  margin-bottom: 1em;
}
.musicBox .mBlock .fontEn {
  display: block;
  margin-top: -0.5em;
}
.musicBox .mBlock .btn01 a {
  margin: 1.55em 0 0;
}
.musicBox .mBlock .btn01 a::after {
  width: 1.67em;
  height: 1.45em;
  background: url(../images/common/icon_speaker.svg) no-repeat center center;
  background-size: contain;
  top: calc((100% - 1.45em) / 2);
}
@media screen and (hover: hover) {
  .musicBox .mBlock .btn01 a:hover::after {
    background: url(../images/common/icon_speaker_white.svg) no-repeat center center;
    background-size: contain;
  }
}
.musicBox .btn01.vimeoSwitch {
  width: 16.67em;
  height: 2.78em;
  margin-top: 28px;
  color: #017BCF;
  font-size: 1.125em;
  font-weight: bold;
  border: 2px solid #017BCF;
  background-color: #fff;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.musicBox .btn01.vimeoSwitch::after {
  content: "";
  width: 1.67em;
  height: 1.625em;
  background: url(/assets/images/common/icon_speaker.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.625em) / 2);
  right: 1.1em;
}
@media screen and (hover: hover) {
  .musicBox .btn01.vimeoSwitch:hover {
    color: #fff;
    background-color: #017BCF;
  }
  .musicBox .btn01.vimeoSwitch:hover::after {
    background: url(/assets/images/common/icon_speaker_white.svg) no-repeat center center;
    background-size: contain;
  }
}
.musicBox .btn01.vimeoSwitch iframe {
  display: none;
}
.musicBox + .antherProgram {
  margin-top: 7.5em !important;
}
@media screen and (max-width: 767px) {
  .musicBox {
    padding: 2.5em 4.545% 3.125em;
  }
  .musicBox .mhead {
    margin-bottom: 0.95em;
    font-size: 1.3125em;
    text-align: center;
    line-height: 1.5;
  }
  .musicBox .mBlock {
    display: block;
  }
  .musicBox .mBlock .picWrap {
    width: 100%;
    max-width: unset;
    height: 12.5em;
    padding-top: 0;
    margin-right: 0;
  }
  .musicBox .mBlock .picWrap img {
    width: auto;
    height: 100%;
    position: static;
  }
  .musicBox .mBlock .txtWrap {
    width: 100%;
  }
  .musicBox .mBlock h5, .musicBox .mBlock .bookTitle {
    text-align: center;
  }
  .musicBox .mBlock .bookTitle {
    margin-top: 0.75em;
    margin-bottom: 1em;
  }
  .musicBox .mBlock .bookTitle.line2 {
    line-height: 1.3;
  }
  .musicBox .mBlock .bookTitle.line2 .fontEn {
    margin-top: 0.8em;
    line-height: 1.3;
  }
  .musicBox .mBlock .btn01 a {
    margin: 1.55em 0 0;
  }
  .musicBox .mBlock .btn01 a::after {
    width: 1.67em;
    height: 1.45em;
    top: calc((100% - 1.45em) / 2);
  }
  .musicBox .btn01.vimeoSwitch {
    width: 94.29%;
    height: 2.78em;
    margin: 1.6em auto 0;
    font-size: 1.125em;
  }
  .musicBox .btn01.vimeoSwitch::after {
    width: 1.67em;
    height: 1.45em;
    top: calc((100% - 1.45em) / 2);
    right: 1.1em;
  }
  .musicBox + .antherProgram {
    margin-top: 3.75em !important;
  }
}

#more {
  padding-top: 9.375em;
}
#more h2 {
  margin-bottom: 1.389em;
}
#more ul {
  flex-wrap: wrap;
  justify-content: space-between;
}
#more li {
  display: none;
  width: 22.273%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #017BCF;
}
#more li:last-child {
  margin-right: 0;
}
#more li a {
  color: #fff;
}
#more .picWrap {
  width: 245px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#more .picWrap img {
  height: 100%;
  transition: transform 0.3s ease;
}
#more .txtWrap {
  padding: 2.9375em 1.25em 1.9375em;
  position: relative;
}
#more .txtWrap .switch {
  width: 87.755%;
  max-width: 215px;
  height: 50px;
  color: #017BCF;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-indent: -0.5em;
  background-color: #fff;
  border: 2px solid #017BCF;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: -1.375em;
  left: 0;
  right: 0;
  margin: auto;
}
#more .txtWrap .switch span {
  width: 100%;
  margin-top: -0.5em;
  font-size: 0.8em;
  line-height: 1;
}
#more .txtWrap .switch span.row2 {
  display: block;
  margin-top: 0;
  margin-left: -0.5em;
  font-size: 1em;
  line-height: 1.2;
  text-indent: 0;
}
#more .txtWrap .switch.indent_1 {
  text-indent: -1.5em;
}
#more .txtWrap .switch.longTxt {
  padding-right: 1.5em;
  text-indent: 0;
}
#more .txtWrap .switch::after {
  content: "";
  width: 2vw;
  max-width: 25px;
  height: 2vw;
  max-height: 25px;
  background: url(../images/common/btn_arrow_blue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 2vw) / 2);
  right: 10px;
}
@media screen and (hover: hover) {
  #more li a:hover {
    text-decoration: underline;
  }
  #more li a:hover .switch {
    color: #fff;
    background-color: #017BCF;
    border-color: #fff;
  }
  #more li a:hover .switch::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #more ul.flex {
    flex-wrap: wrap;
  }
  #more li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #more li:nth-child(even) {
    margin-right: 0;
  }
  #more .picWrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #more {
    padding-top: 4.875em;
  }
  #more h2 {
    margin-bottom: 1.072em;
  }
  #more ul.flex {
    display: block;
  }
  #more li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.25em;
  }
  #more li:last-child {
    margin-bottom: 0;
  }
  #more a {
    display: flex;
    align-items: center;
  }
  #more .picWrap {
    width: 37.18vw;
    height: auto;
    max-height: 11em;
  }
  #more .picWrap img {
    width: auto;
    height: 100%;
    max-height: 11em;
  }
  #more .txtWrap {
    width: calc(100% - 37.18vw);
    padding: 1.25em 1.25em 1.5em;
  }
  #more .txtWrap p {
    font-size: 0.75em;
  }
  #more .txtWrap .switch {
    display: none;
  }
  #more .txtWrap h3 {
    margin: 0 0 0.5em 0;
    font-size: 0.9em;
    text-align: left;
    color: #fff;
  }
  #more .txtWrap h3 span {
    font-size: 0.8em;
  }
  #more .txtWrap::after {
    content: "";
    /*
    width: 6.4vw;
    height: 6.4vw;
    */
    width: 5.8vw;
    height: 5.8vw;
    background: url(../images/common/btn_arrow_white.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 4.3vw;
    right: 2.5vw;
  }
}

/*
#more_btn{
  padding: 3.125em 0 4.6875em;
  li{
    margin-right: 3.636%;
    &:last-child{ margin-right: 0; }
  }
  a{
    position: relative;
  }
  .picWrap{
    width: 245px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    overflow: hidden;
    border-radius: 20px;
    img{
      //width: 100%;
      height: 100%;
      transition: transform 0.3s ease;
    }
  }
  .btn01{
    width: 87.755%;
    max-width: 215px;
    padding: 0.5625em 0;
    color: #017BCF;
    font-weight: bold;
    background-color: #fff;
    border: 2px solid #017BCF;
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -1.4em;
    left: 0;
    right: 0;
    margin: auto;
  }
}
*/
.basicModal {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.basicModal .modalWrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basicModal .modalContent {
  width: 56.6%;
  max-width: 100vh;
  position: relative;
}
.basicModal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}
.basicModal .close::before, .basicModal .close::after {
  content: "";
  width: 40px;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
  position: absolute;
  top: 19px;
  left: 0;
}
.basicModal .close::before {
  transform: rotate(45deg);
}
.basicModal .close::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .basicModal .modalContent {
    width: 93.87%;
    max-width: 400px;
  }
  .basicModal .close {
    width: 30px;
    height: 30px;
    top: -36px;
  }
  .basicModal .close::before, .basicModal .close::after {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    top: 14px;
  }
}

#vimeoModal .vimeoBox {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
#vimeoModal .vimeoBox iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #vimeoModal .vimeoBox {
    padding-top: 70%;
  }
}

footer {
  padding: 4.375em 0 2.25em;
  text-align: center;
  background-color: #FDCD1B;
}
footer .footLogo * {
  line-height: 1;
}
footer .footLogo a {
  display: inline-block;
  transition: transform 0.3s ease;
}
footer nav.footNav ul {
  margin: 1.875em 0 3.75em;
  justify-content: center;
}
footer nav.footNav ul a {
  margin: 0 0.5em;
  display: inline-block;
}
footer p.copy small {
  font-size: 0.75em;
}
@media screen and (hover: hover) {
  footer a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 3.125em 0 1.875em;
  }
  footer nav.footNav ul {
    margin: 1.875em 0 3.375em;
    flex-wrap: wrap;
  }
  footer nav.footNav ul a {
    margin: 0 0.35em;
    font-size: 0.875em;
    line-height: 2;
  }
  footer p.copy small {
    font-size: 0.625em;
  }
}

.pageTopBtnWrap {
  position: relative;
}

#pageTopBtn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  line-height: 1;
  cursor: pointer;
}
#pageTopBtn img {
  transition: transform 0.3s ease;
}
#pageTopBtn.fixed {
  position: fixed;
  right: 1.25em;
  bottom: 1.25em;
}
@media screen and (hover: hover) {
  #pageTopBtn:hover img {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 767px) {
  #pageTopBtn.fixed {
    right: 0.625em;
    bottom: 3.125em;
  }
}

.related nav {
  width: 90%;
  max-width: 1100px;
  margin: 1.875em auto 7em;
  padding: 0 1em;
}
.related nav li {
  margin: 0 0;
}
.related nav li:first-child {
  margin-left: 0;
}
.related nav li:last-child {
  margin-right: 0;
}
.related nav li a {
  font-size: 0.95em;
}
@media screen and (max-width: 767px) {
  .related nav.mainNav ul {
    align-items: flex-start;
  }
  .related nav.mainNav ul li {
    padding: 0.35em 0;
  }
  .related nav.mainNav ul li a {
    line-height: 1.6;
  }
}

#toppage #mv {
  padding-bottom: 1em;
}
#toppage #mv .wrap {
  padding: 0 3.8%;
  display: flex;
  position: relative;
}
#toppage #mv .kids {
  width: 36.182%;
  max-width: 398px;
}
#toppage #mv .copy {
  width: 56.545%;
  max-width: 622px;
  position: absolute;
  top: 4.25%;
  right: 7%;
}
#toppage #mv .ribbon {
  width: 41.636%;
  max-width: 458px;
  position: absolute;
  bottom: 19.75%;
  right: 14%;
}
#toppage #mv .scrollIcon {
  display: none;
}
@media screen and (max-width: 767px) {
  #toppage #mv {
    padding-bottom: 7.69vw;
  }
  #toppage #mv .wrap {
    padding: 8.5625em 0 0;
    display: block;
    position: relative;
  }
  #toppage #mv .wrap img {
    width: 100%;
  }
  #toppage #mv .kids {
    position: relative;
    z-index: 2;
  }
  #toppage #mv .copy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  #toppage #mv .right {
    margin-top: 0;
  }
  #toppage #mv .ribbon {
    position: absolute;
    bottom: 7.3em;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  #toppage #mv .scrollIcon {
    display: block;
    margin-top: -0.75em;
    text-align: center;
    line-height: 1;
  }
  #toppage #mv .scrollIcon .fontEn {
    margin-bottom: 1.282vw;
    font-size: 0.875em;
    color: #017BCF;
  }
  #toppage #mv .scrollIcon i.topScrollBtn {
    display: inline-block;
    animation: scrollIcon 1s infinite;
    position: relative;
  }
}
#toppage #topAbout {
  padding: 2.5em;
  background-color: #FEED66;
  border-radius: 20px;
}
#toppage #topAbout .flex_low2 {
  align-items: flex-start;
}
#toppage #topAbout .picWrap {
  width: 35.294%;
  max-width: 360px;
}
#toppage #topAbout .picWrap img {
  width: 100%;
  border-radius: 20px;
}
#toppage #topAbout .txtWrap {
  width: 59.806%;
}
#toppage #topAbout .txtWrap .btn01 a {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  #toppage #topAbout {
    padding: 2.5em 5.128% 1.875em;
  }
  #toppage #topAbout .flex_low2 {
    display: block;
  }
  #toppage #topAbout .picWrap {
    width: 100%;
    max-width: unset;
  }
  #toppage #topAbout .picWrap img {
    width: 100%;
  }
  #toppage #topAbout .txtWrap {
    width: 100%;
    margin-top: 1.875em;
  }
  #toppage #topAbout .txtWrap .btn01 a {
    margin-left: 0;
    margin-bottom: 0;
  }
}
#toppage #topVideo {
  margin: 13.125em auto 0;
  padding-bottom: 3em;
  text-align: center;
  position: relative;
}
#toppage #topVideo::before, #toppage #topVideo::after {
  content: "";
  position: absolute;
}
#toppage #topVideo::before {
  width: 15.1vw;
  max-width: 193px;
  height: 21.75vw;
  max-height: 278px;
  background: url("../images/common/icon_ballon01.svg") no-repeat left top;
  background-size: contain;
  top: -128px;
  left: 20px;
  left: -70px;
}
#toppage #topVideo::after {
  width: 13.5vw;
  max-width: 170px;
  height: 26.75vw;
  max-height: 342px;
  background: url("../images/common/icon_ballon02.svg") no-repeat left top;
  background-size: contain;
  top: -126px;
  right: 10px;
  right: -60px;
}
#toppage #topVideo .videoWrap {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
#toppage #topVideo img {
  width: 100%;
  margin: auto;
  border-radius: 10px;
}
#toppage #topVideo .flex div.videoWrap {
  width: calc((100% - 20px) / 2);
}
#toppage #topVideo .flex div.videoWrap:nth-child(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #toppage #topVideo {
    margin: 4.625em auto 0;
    padding-bottom: 1.875em;
  }
  #toppage #topVideo::before {
    width: 25vw;
    max-width: unset;
    height: 35.64vw;
    max-height: unset;
    top: -4.615vw;
    left: -3.08vw;
  }
  #toppage #topVideo::after {
    width: 19.48vw;
    max-width: unset;
    height: 39.4vw;
    max-height: unset;
    top: -3.4vw;
    right: -1.795vw;
    top: unset;
    bottom: 37vw;
  }
  #toppage #topVideo .videoWrap {
    width: 100%;
    max-width: unset;
    margin: 2.3em auto 0;
  }
  #toppage #topVideo .flex {
    display: block;
  }
  #toppage #topVideo .flex div.videoWrap {
    width: 100%;
  }
  #toppage #topVideo .flex div.videoWrap:nth-child(odd) {
    margin-right: 0;
  }
}
#toppage #activity {
  padding: 6.25em 0 7.5em;
}
#toppage #activity .flex_low2 {
  margin-bottom: 6.25em;
  justify-content: space-between;
}
#toppage #activity .flex_low2:last-child {
  margin-bottom: 0;
}
#toppage #activity .flex_low2.deco_star h2::after {
  content: "";
  width: 130px;
  height: 102.5px;
  background: url(../images/common/icon_deco_star.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -1.5em;
  left: 6em;
  animation: poyopoyo 3s infinite;
}
#toppage #activity .flex_low2.deco_mnote h2::after, #toppage #activity .flex_low2.deco_mnote h3::after {
  content: "";
  width: 76.24px;
  height: 99.5px;
  background: url(../images/common/icon_deco_note.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 95%;
  animation: yurayura 2s infinite;
}
#toppage #activity .picWrap {
  width: 47.273%;
  max-width: 520px;
}
#toppage #activity .picWrap img {
  width: 100%;
  border-radius: 20px;
}
#toppage #activity .txtWrap {
  width: 45.455%;
  max-width: 500px;
}
#toppage #activity .txtWrap h2 {
  width: auto;
  margin: 0 0 0.833em;
  line-height: 1;
  text-align: left;
  position: relative;
}
#toppage #activity .txtWrap h2 span.subEn {
  margin-top: 1em;
}
#toppage #activity .txtWrap .btn01 a {
  margin: 3em 0 0;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #toppage #activity .flex_low2.deco_star h2::after {
    width: 110px;
    height: 90px;
    top: -1.5em;
    left: 5.5em;
  }
  #toppage #activity .flex_low2.deco_mnote h2::after, #toppage #activity .flex_low2.deco_mnote h3::after {
    width: 68px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #toppage #activity {
    padding: 3.125em 0 1.875em;
  }
  #toppage #activity .flex_low2 {
    margin-bottom: 6.25em;
    flex-wrap: wrap;
  }
  #toppage #activity .flex_low2:last-child {
    margin-bottom: 0;
  }
  #toppage #activity .flex_low2.deco_star h2::after {
    width: 3em;
    height: 2.357em;
    top: -1em;
    left: unset;
    right: 0;
  }
  #toppage #activity .flex_low2.deco_mnote h2::after, #toppage #activity .flex_low2.deco_mnote h3::after {
    content: "";
    width: 1.8215em;
    height: 2.357em;
    top: -0.15em;
    left: unset;
    right: 3px;
  }
  #toppage #activity .picWrap {
    width: 100%;
    max-width: unset;
    margin-bottom: 1.875em;
    order: 1;
  }
  #toppage #activity h2 {
    margin: 0 0 0.833em;
    text-align: center;
    position: relative;
  }
  #toppage #activity .txtWrap {
    width: 100%;
    max-width: unset;
    order: 2;
  }
  #toppage #activity .txtWrap h3 {
    margin: -0.722em 0 1.11em;
    font-size: 1.125em;
    position: relative;
  }
  #toppage #activity .txtWrap .btn01 a {
    margin: 1.67em auto 0;
  }
}
#toppage #presentations p.read {
  margin: 3.125em auto 2.5em;
}
#toppage #presentations ul.flex {
  flex-wrap: wrap;
}
#toppage #presentations li {
  width: 47.27%;
  max-width: 520px;
  margin-bottom: 5.45%;
  margin-right: 5.45%;
}
#toppage #presentations li:nth-child(even) {
  margin-right: 0;
}
#toppage #presentations li a {
  display: block;
  position: relative;
}
#toppage #presentations li .picWrap {
  border-radius: 20px;
}
#toppage #presentations li .btn01 {
  width: 57.69%;
  max-width: 300px;
  padding: 0.405em 0;
  color: #017BCF;
  font-size: 1.125em;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #017BCF;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -1.4em;
  left: 0;
  right: 0;
  margin: auto;
}
#toppage #presentations li .btn01::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/btn_arrow_blue.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc((100% - 25px) / 2);
  right: 13px;
}
#toppage #presentations .memberShip {
  margin-top: 4.0625em;
  display: flex;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#toppage #presentations .memberShip::after {
  content: "";
  width: 50%;
  max-width: 270px;
  height: 20vw;
  max-height: 89px;
  background: url(../images/common/ifyourehappy.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  bottom: 70px;
  right: 19.54%;
  z-index: 1;
  animation: poyopoyo_big 3s infinite;
}
#toppage #presentations .memberShip .txtBlock {
  width: 66.37%;
  padding: 3.125em 3.125em;
  color: #fff;
  background-color: #017BCF;
}
#toppage #presentations .memberShip .txtBlock h2 {
  margin: 0 0 0.833em;
  line-height: 1;
  text-align: left;
}
#toppage #presentations .memberShip .txtBlock h2 span.subEn {
  margin-top: 1em;
  color: #fff;
}
#toppage #presentations .memberShip .txtBlock .btn01 a {
  margin: 1.67em 0 0;
}
#toppage #presentations .memberShip .picBlock {
  width: 33.63%;
  max-width: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#toppage #presentations .memberShip .picBlock picture {
  height: 100%;
}
#toppage #presentations .memberShip .picBlock img {
  width: auto;
  height: 100%;
}
@media screen and (hover: hover) {
  #toppage #presentations a:hover .btn01 {
    color: #fff;
    background-color: #017BCF;
    border-color: #fff;
  }
  #toppage #presentations a:hover .btn01::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat left top;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #toppage #presentations li .btn01 {
    width: 70%;
  }
  #toppage #presentations .memberShip {
    /*
    .picBlock{
      width: 33.63%;
      max-width: 370px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      picture{
        display: flex;
        justify-content: center;
        align-items: flex-start;
      }
      img{
        width: auto;
        height: 100%;
      }
    }
    */
  }
  #toppage #presentations .memberShip::after {
    width: 34%;
    height: 15vw;
    bottom: 5vw;
    right: 15%;
  }
  #toppage #presentations .memberShip .txtBlock {
    width: 66.37%;
  }
  #toppage #presentations .memberShip .txtBlock h2 {
    font-size: 3vw;
  }
  #toppage #presentations .memberShip .txtBlock .btn01 a {
    margin: 1.67em 0 0;
  }
}
@media screen and (max-width: 767px) {
  #toppage #presentations .wrap {
    padding-top: 1.875em;
  }
  #toppage #presentations p.read {
    margin: 1.875em auto;
  }
  #toppage #presentations li {
    width: 100%;
    max-width: unset;
    margin-bottom: 3.4375em;
    margin-right: 0;
  }
  #toppage #presentations li:nth-child(even) {
    margin-right: 0;
  }
  #toppage #presentations li .picWrap img {
    width: 100%;
  }
  #toppage #presentations li .btn01 {
    width: 85.714%;
    max-width: unset;
    font-size: 1.125em;
    bottom: -1.4em;
  }
  #toppage #presentations li .btn01::after {
    width: 25px;
    height: 25px;
    top: calc((100% - 25px) / 2);
    right: 13px;
  }
  #toppage #presentations .memberShip {
    margin-top: 3.125em;
    flex-wrap: wrap;
  }
  #toppage #presentations .memberShip::after {
    width: 46.15vw;
    max-width: unset;
    height: 17.7vw;
    max-height: unset;
    bottom: 28vw;
    right: 0;
    left: 4.87vw;
  }
  #toppage #presentations .memberShip .txtBlock {
    width: 100%;
    padding: 1.875em;
  }
  #toppage #presentations .memberShip .txtBlock h2 {
    margin: 0 0 1.25em;
    font-size: 1.5em;
  }
  #toppage #presentations .memberShip .txtBlock .btn01 a {
    margin: 1.67em 0 0;
  }
  #toppage #presentations .memberShip .picBlock {
    width: 100%;
    max-width: unset;
  }
  #toppage #presentations .memberShip .picBlock img {
    width: 100%;
    height: auto;
  }
}
#toppage #topNews {
  margin: 8.75em auto 9.375em;
}
#toppage #topNews li {
  border-top: 1px solid #D8D8D8;
}
#toppage #topNews li:last-child {
  border-bottom: 1px solid #D8D8D8;
}
#toppage #topNews li a {
  padding: 1.25em 0;
  display: flex;
}
#toppage #topNews li p.date {
  margin-right: 1.875em;
  font-family: "Poppins", serif;
}
#toppage #topNews .btn01 a {
  max-width: 380px;
}
@media screen and (hover: hover) {
  #toppage #topNews li a:hover {
    color: #E7822D;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #toppage #topNews {
    margin: 5em auto;
  }
  #toppage #topNews li a {
    display: block;
  }
  #toppage #topNews li p.date {
    margin-right: 0;
    margin-bottom: 0.375em;
  }
  #toppage #topNews .btn01 a {
    width: 90%;
    max-width: unset;
    margin-top: 2.78em;
  }
}
#toppage #topVoice {
  padding: 9.375em 0 8.75em;
}
#toppage #topVoice h2 {
  color: #fff;
}
#toppage #topVoice h2 span {
  color: #FDCD1B;
}
#toppage #topVoice ul {
  justify-content: space-between;
}
#toppage #topVoice li {
  width: 18.54%;
  max-width: 204px;
}
#toppage #topVoice li a {
  display: block;
  color: #fff;
}
#toppage #topVoice .picWrap {
  margin-bottom: 0.75em;
  border-radius: 20px;
}
#toppage #topVoice h4 {
  min-height: 5.25em;
  margin-bottom: 1.25em;
  color: #FDCD1B;
}
#toppage #topVoice .txtWrap {
  padding-top: 0.75em;
  border-top: 1px solid #fff;
}
#toppage #topVoice .txtWrap p {
  margin-bottom: 1.5em;
  font-size: 0.875em;
  line-height: 1.714;
}
#toppage #topVoice .txtWrap p.name {
  font-weight: bold;
}
@media screen and (hover: hover) {
  #toppage #topVoice a:hover .txtWrap {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  #toppage #topVoice li {
    width: 23.63625%;
  }
  #toppage #topVoice li:last-child {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #toppage #topVoice {
    padding: 3.125em 0 4.375em;
  }
  #toppage #topVoice li {
    width: calc((100% - 1.25em) / 2);
    max-width: unset;
    display: none;
  }
  #toppage #topVoice li:first-child, #toppage #topVoice li:nth-child(2) {
    display: block;
  }
  #toppage #topVoice .picWrap {
    margin-bottom: 0.625em;
  }
  #toppage #topVoice .picWrap img {
    width: 100%;
    height: auto;
  }
  #toppage #topVoice h4 {
    min-height: 5.5em;
    margin-bottom: 0;
  }
  #toppage #topVoice .txtWrap {
    padding-top: 0.75em;
  }
  #toppage #topVoice .txtWrap p {
    margin-bottom: 0;
    font-size: 0.75em;
    line-height: 2;
  }
  #toppage #topVoice .txtWrap p.name {
    margin-bottom: 1.2em;
    font-size: 0.85em;
  }
}
#toppage #monthly {
  padding-top: 8.75em;
}
#toppage #monthly ul {
  justify-content: space-between;
}
#toppage #monthly li {
  width: calc((100% - 45px) / 4);
  max-width: 340px;
  overflow: hidden;
  border-radius: 20px;
}
#toppage #monthly li a {
  display: block;
  color: #fff;
  position: relative;
}
#toppage #monthly li a .switch {
  width: 73.5%;
  max-width: 250px;
  height: 50px;
  color: #017BCF;
  font-size: 1.125em;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #017BCF;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1.25em;
  left: 0;
  right: 0;
  margin: auto;
}
#toppage #monthly li a .switch::after {
  content: "";
  width: 2vw;
  max-width: 25px;
  height: 2vw;
  max-height: 25px;
  background: url(../images/common/btn_arrow_blue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 2vw) / 2);
  right: 13px;
}
#toppage #monthly li .txtWrap {
  padding: 3.5em 1.25em 2.5em;
  text-align: center;
  position: relative;
}
#toppage #monthly li.story {
  background-color: #017BCF;
}
#toppage #monthly li.goose {
  background-color: #F58CAD;
}
#toppage #monthly li.goose a .switch {
  color: #F58CAD;
  border-color: #F58CAD;
}
#toppage #monthly li.goose a .switch::after {
  background: url(../images/common/btn_arrow_pink.svg) no-repeat center center;
  background-size: contain;
}
#toppage #monthly li.tokusyu {
  background-color: #E7822D;
}
#toppage #monthly li.tokusyu a .switch {
  color: #E7822D;
  border-color: #E7822D;
}
#toppage #monthly li.tokusyu a .switch::after {
  background: url(../images/common/btn_arrow_orange.svg) no-repeat center center;
  background-size: contain;
}
#toppage #monthly li.thColumn {
  background-color: #4CBBB4;
}
#toppage #monthly li.thColumn a .switch {
  padding-right: 1.5em;
  color: #4CBBB4;
  border-color: #4CBBB4;
}
#toppage #monthly li.thColumn a .switch::after {
  background: url(../images/common/btn_arrow_green.svg) no-repeat center center;
  background-size: contain;
}
#toppage #monthly img {
  width: 100%;
}
@media screen and (hover: hover) {
  #toppage #monthly li a:hover {
    text-decoration: underline;
  }
  #toppage #monthly li.story a:hover .switch {
    color: #fff;
    background-color: #017BCF;
    border-color: #fff;
  }
  #toppage #monthly li.story a:hover .switch::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat center center;
    background-size: contain;
  }
  #toppage #monthly li.goose a:hover .switch {
    color: #fff;
    background-color: #F58CAD;
    border-color: #fff;
  }
  #toppage #monthly li.goose a:hover .switch::after {
    background: url(../images/common/btn_arrow_pink-white.svg) no-repeat center center;
    background-size: contain;
  }
  #toppage #monthly li.tokusyu a:hover .switch {
    color: #fff;
    background-color: #E7822D;
    border-color: #fff;
  }
  #toppage #monthly li.tokusyu a:hover .switch::after {
    background: url(../images/common/btn_arrow_orange-white.svg) no-repeat center center;
    background-size: contain;
  }
  #toppage #monthly li.thColumn a:hover .switch {
    color: #fff;
    background-color: #4CBBB4;
    border-color: #fff;
  }
  #toppage #monthly li.thColumn a:hover .switch::after {
    background: url(../images/common/btn_arrow_green-white.svg) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #toppage #monthly {
    padding-top: 5em;
  }
  #toppage #monthly ul {
    display: block;
  }
  #toppage #monthly li {
    width: 100%;
    max-width: unset;
    margin-bottom: 1.25em;
  }
  #toppage #monthly li a {
    display: flex;
  }
  #toppage #monthly li a .switch {
    display: none;
  }
  #toppage #monthly li a .switch::after {
    content: none;
  }
  #toppage #monthly li .picWrap {
    width: 37.18vw;
    height: unset;
    background-color: #fff;
  }
  #toppage #monthly li .picWrap img {
    width: 100%;
    height: auto;
  }
  #toppage #monthly li .txtWrap {
    width: calc(100% - 37.18vw);
    padding: 1.375em 1.875em 1.375em 1.25em;
    text-align: left;
    position: relative;
  }
  #toppage #monthly li .txtWrap::after {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
    position: absolute;
    top: 5.128vw;
    right: 3.846vw;
  }
  #toppage #monthly li .txtWrap h3 {
    width: auto;
    max-width: unset;
    margin: 0 0 0;
    font-size: 1em;
    text-align: left;
  }
  #toppage #monthly li .txtWrap p {
    margin-top: 0.83em;
    font-size: 0.75em;
  }
  #toppage #monthly li.story .txtWrap::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat center center;
    background-size: contain;
  }
  #toppage #monthly li.goose .txtWrap::after {
    background: url(../images/common/btn_arrow_pink-white.svg) no-repeat center center;
    background-size: contain;
  }
  #toppage #monthly li.tokusyu .txtWrap::after {
    background: url(../images/common/btn_arrow_orange-white.svg) no-repeat center center;
    background-size: contain;
  }
  #toppage #monthly li.thColumn .txtWrap::after {
    background: url(../images/common/btn_arrow_blown-white.svg) no-repeat center center;
    background-size: contain;
  }
}
#toppage #more li.more01, #toppage #more li.more02, #toppage #more li.more03, #toppage #more li.more04 {
  display: block;
}
@media screen and (max-width: 767px) {
  #toppage header {
    border-bottom: none;
  }
}

#program .bgYellow {
  padding-bottom: 13.75em;
  margin-bottom: -9.375em;
}
@media screen and (max-width: 767px) {
  #program .bgYellow {
    padding-bottom: 16em;
    margin-bottom: -11.5625em;
  }
}
#program #mv img.kids {
  display: block;
  width: 47.364%;
  max-width: 521px;
  margin-top: -10em;
  margin-left: auto;
  margin-right: 1.1%;
}
#program #mv img.square {
  display: block;
  width: 47.364%;
  max-width: 521px;
  margin-top: -8em;
  margin-left: auto;
  position: relative;
  top: -2em;
  border-radius: 20px;
}
#program #more_btn ul {
  padding: 4em 0;
  justify-content: space-between;
}
#program #more_btn li {
  width: calc((100% - 40px) / 3);
}
#program #more_btn li a {
  position: relative;
}
@media screen and (hover: hover) {
  #program #more_btn li a:hover .btn01 {
    color: #fff;
    background-color: #017BCF;
  }
  #program #more_btn li a:hover .btn01::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat left top;
    background-size: contain;
  }
}
#program #more_btn li .picWrap {
  width: 100%;
  max-width: unset;
  border-radius: 20px;
  overflow: hidden;
}
#program #more_btn li .picWrap img {
  width: 100%;
  height: auto;
}
#program #more_btn li .btn01 {
  width: 70%;
  height: 2.8em;
  color: #017BCF;
  font-size: 1.125em;
  font-weight: bold;
  border: 2px solid #017BCF;
  background-color: #fff;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -1.4em;
  left: 0;
  right: 0;
  margin: auto;
}
#program #more_btn li .btn01::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/btn_arrow_blue.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc((100% - 25px) / 2);
  right: 13px;
}
#program #more {
  padding-bottom: 9.375em;
}
#program #more li.more06, #program #more li.more07, #program #more li.more09, #program #more li.more10 {
  display: block;
}
@media screen and (max-width: 767px) {
  #program #more {
    padding-bottom: 4.875em;
  }
}
@media screen and (max-width: 767px) {
  #program #mv {
    padding: 25.642vw 0 0;
  }
  #program #mv img.kids {
    width: 59.49vw;
    max-width: unset;
    margin-top: 0;
    margin-left: auto;
    margin-right: -1vw;
  }
  #program #mv img.square {
    width: 96%;
    max-width: unset;
    margin: 5.5em auto 0;
  }
  #program #more_btn ul {
    padding: 3em 0;
    flex-wrap: wrap;
  }
  #program #more_btn ul li {
    width: 100%;
    margin-bottom: 4em;
  }
  #program #more_btn ul li:last-child {
    margin-bottom: 0;
  }
  #program #more_btn ul li a {
    width: 100%;
    display: block;
  }
  #program #more_btn ul li .btn01 {
    width: 56vw;
    margin: auto;
    right: 0;
    left: 0;
  }
}

#agegroup {
  position: relative;
}
#agegroup #mv img.kids {
  display: block;
  width: 47.364%;
  max-width: 521px;
  margin-top: -8em;
  margin-left: auto;
  position: relative;
  top: -2em;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #agegroup #mv {
    padding: 25.642vw 0 0;
  }
  #agegroup #mv img.kids {
    width: 96%;
    max-width: unset;
    margin: 5.5em auto 0;
  }
}
#agegroup.agTop #byAge {
  margin-bottom: -9.375em;
}
#agegroup.agTop #byAge .wrap {
  padding-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#agegroup.agTop #byAge .agTopWrap {
  width: calc((100% - 2em) / 2);
  margin-right: 2em;
}
#agegroup.agTop #byAge .agTopWrap:nth-child(even) {
  margin-right: 0;
}
#agegroup.agTop .agTopWrap {
  margin-bottom: 7em;
}
#agegroup.agTop .agTopWrap.playroom h3 {
  color: #F58CAD;
}
#agegroup.agTop .agTopWrap.playroom .btn01 a {
  color: #F58CAD;
  border-color: #F58CAD;
}
#agegroup.agTop .agTopWrap.playroom .btn01 a::after {
  background: url(../images/common/btn_arrow_pink.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agTop .agTopWrap.playroom .btn01 a:hover {
    color: #fff;
    background-color: #F58CAD;
  }
  #agegroup.agTop .agTopWrap.playroom .btn01 a:hover::after {
    background: url(../images/common/btn_arrow_pink-white.svg) no-repeat left top;
    background-size: contain;
  }
}
#agegroup.agTop .agTopWrap.kids {
  margin-bottom: 7em;
}
#agegroup.agTop .agTopWrap.kids h3 {
  color: #4CBBB4;
}
#agegroup.agTop .agTopWrap.kids .btn01 a {
  color: #4CBBB4;
  border-color: #4CBBB4;
}
#agegroup.agTop .agTopWrap.kids .btn01 a::after {
  background: url(../images/common/btn_arrow_green.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agTop .agTopWrap.kids .btn01 a:hover {
    color: #fff;
    background-color: #4CBBB4;
  }
  #agegroup.agTop .agTopWrap.kids .btn01 a:hover::after {
    background: url(../images/common/btn_arrow_green-white.svg) no-repeat left top;
    background-size: contain;
  }
}
#agegroup.agTop .agTopWrap.junior h3 {
  color: #F0B31B;
}
#agegroup.agTop .agTopWrap.junior .btn01 a {
  color: #F0B31B;
  border-color: #F0B31B;
}
#agegroup.agTop .agTopWrap.junior .btn01 a::after {
  background: url(../images/common/btn_arrow_yellow.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agTop .agTopWrap.junior .btn01 a:hover {
    color: #fff;
    background-color: #F0B31B;
  }
  #agegroup.agTop .agTopWrap.junior .btn01 a:hover::after {
    background: url(../images/common/btn_arrow_yellow-white.svg) no-repeat left top;
    background-size: contain;
  }
}
#agegroup.agTop .agTopWrap.student h3 {
  color: #E7822D;
}
#agegroup.agTop .agTopWrap.student .btn01 a {
  color: #E7822D;
  border-color: #E7822D;
}
#agegroup.agTop .agTopWrap.student .btn01 a::after {
  background: url(../images/common/btn_arrow_orange.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agTop .agTopWrap.student .btn01 a:hover {
    color: #fff;
    background-color: #E7822D;
  }
  #agegroup.agTop .agTopWrap.student .btn01 a:hover::after {
    background: url(../images/common/btn_arrow_orange-white.svg) no-repeat left top;
    background-size: contain;
  }
}
#agegroup.agTop .agTopWrap h3 {
  margin-bottom: 0.5em;
  font-size: 2em;
}
#agegroup.agTop .agTopWrap .txtWrap {
  margin: 2em 0;
  padding: 0;
  text-align: center;
}
#agegroup.agTop .agTopWrap .picWrap {
  border-radius: 20px;
}
#agegroup.agTop .agTopWrap .picWrap img {
  width: 100%;
  height: auto;
}
#agegroup.agTop .agTopWrap .btn01 a {
  margin: 0 auto;
}
#agegroup.agTop #more {
  padding-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  #agegroup.agTop #more {
    padding-bottom: 4.875em;
  }
}
@media screen and (max-width: 767px) {
  #agegroup.agTop #byAge {
    margin-bottom: -10.9em;
    padding-bottom: 9em;
  }
  #agegroup.agTop #byAge .wrap {
    padding-top: 2em;
  }
  #agegroup.agTop #byAge .agTopWrap {
    width: 100%;
    margin-right: 0;
  }
  #agegroup.agTop .agTopWrap {
    margin-bottom: 5em;
  }
  #agegroup.agTop .agTopWrap.student {
    margin-bottom: 8em;
  }
  #agegroup.agTop .agTopWrap h3 {
    margin-bottom: 0.8em;
    font-size: 1.75em;
  }
  #agegroup.agTop .agTopWrap .txtWrap {
    margin: 1.25em 0 1.5em;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #agegroup .basicBlock .contentBlock .picWrap {
    height: auto;
  }
  #agegroup .basicBlock .contentBlock .picWrap img {
    width: 100%;
    height: auto;
  }
}
#agegroup #ageProgram {
  margin-top: 7.5em;
  padding-bottom: 3.75em;
}
#agegroup #ageProgram ol {
  width: 80%;
  margin: 0 auto 2em;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid;
  /*
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  */
}
#agegroup #ageProgram ol li {
  margin-bottom: 2em;
  padding: 1.5em 2em 3.125em;
  /*background: url(../images/common/bg_world.png) no-repeat center center;
  background-size: cover;*/
  position: relative;
}
#agegroup #ageProgram ol li::after {
  content: "";
  width: 82%;
  height: 12px;
  background: url(/assets/images/agegroup/playroom/line_pink.png) repeat-x left center;
  background-size: contain;
  position: absolute;
  bottom: -1.5em;
  left: 0;
  right: 0;
  margin: auto;
}
#agegroup #ageProgram ol li:last-child {
  margin-bottom: 0;
}
#agegroup #ageProgram ol li:last-child::after {
  content: none;
}
#agegroup #ageProgram ol h3 {
  margin-bottom: 0.5em;
  color: #017BCF;
  font-size: 1.5em;
}
#agegroup #ageProgram ol p {
  margin-bottom: 2em;
}
#agegroup #ageProgram ol dt {
  padding: 0 1em;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
}
#agegroup #ageProgram ol dd {
  margin: 0.5em 0 2em;
}
#agegroup #ageProgram ol img.agepImg {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
#agegroup #ageProgram .antherProgram {
  margin-top: 60px;
}
#agegroup #ageProgram .antherProgram h2 {
  margin-bottom: 1.5em;
}
#agegroup #ageProgram .antherProgram .picFlexBox {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
#agegroup #ageProgram .antherProgram .picFlexBox div.linkPic {
  width: calc((100% - 2em) / 2.5);
  margin: 0 1em;
}
#agegroup #ageProgram .antherProgram .picFlexBox div.linkPic a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  position: relative;
}
@media screen and (hover: hover) {
  #agegroup #ageProgram .antherProgram .picFlexBox div.linkPic:hover img {
    transform: scale(1.15);
  }
  #agegroup #ageProgram .antherProgram .picFlexBox div.linkPic:hover span {
    color: #fff;
    background-color: #017BCF;
  }
  #agegroup #ageProgram .antherProgram .picFlexBox div.linkPic:hover span::after {
    background: url(../images/common/btn_arrow_white.svg) no-repeat left top;
    background-size: contain;
  }
}
#agegroup #ageProgram .antherProgram .picFlexBox div.picWrap {
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
}
#agegroup #ageProgram .antherProgram .picFlexBox img {
  width: 100%;
  height: auto;
  line-height: 1;
  transition: transform 0.3s ease;
}
#agegroup #ageProgram .antherProgram .picFlexBox span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 300px;
  padding: 0.65em 1em;
  color: #017BCF;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #017BCF;
  border-radius: 80px;
  position: absolute;
  bottom: -1em;
}
#agegroup #ageProgram .antherProgram .picFlexBox span::after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/common/btn_arrow_blue.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: calc((100% - 25px) / 2);
  right: 13px;
}
@media screen and (max-width: 767px) {
  #agegroup #ageProgram {
    margin-top: 7.5em;
    padding-bottom: 3.75em;
  }
  #agegroup #ageProgram ol {
    width: 100%;
  }
  #agegroup #ageProgram ol li {
    margin-bottom: 1.5em;
    padding: 1.5em 1em 3.125em;
  }
  #agegroup #ageProgram ol dt {
    padding: 0.4em 0.5em 0.25em;
    border-radius: 10px;
    line-height: 1.3;
  }
  #agegroup #ageProgram ol dd {
    margin: 0.5em 0 2em;
  }
  #agegroup #ageProgram ol img.agepImg {
    position: static;
    display: block;
    margin: auto;
  }
  #agegroup #ageProgram .antherProgram {
    margin-top: 60px;
  }
  #agegroup #ageProgram .antherProgram h2 {
    margin-bottom: 1.5em;
  }
  #agegroup #ageProgram .antherProgram h2 span.note_deco::before {
    width: 2.07em;
    height: 2.5em;
    top: -0.857em;
    left: -1.8em;
  }
  #agegroup #ageProgram .antherProgram h2 span.note_deco::after {
    width: 2.678em;
    height: 2.428em;
    top: unset;
    right: -1.8em;
    bottom: -1.4em;
  }
  #agegroup #ageProgram .antherProgram .picFlexBox {
    display: block;
  }
  #agegroup #ageProgram .antherProgram .picFlexBox div.linkPic {
    width: 100%;
    margin: 0 auto 4em;
  }
  #agegroup #ageProgram .antherProgram .picFlexBox div.linkPic:last-child {
    margin-bottom: 0;
  }
  #agegroup #ageProgram .antherProgram .picFlexBox img {
    filter: saturate(150%);
  }
  #agegroup #ageProgram .antherProgram .picFlexBox span {
    width: 70%;
    font-size: 1.125em;
  }
}
#agegroup #voice h3 {
  margin-bottom: 1.39em;
}
#agegroup #voice .flex_low2 {
  margin-bottom: 6.25em;
  align-items: anchor-center;
}
#agegroup #voice .fukidashi {
  margin-bottom: 4em;
}
#agegroup #voice .fukidashi .picWrap {
  width: 200px;
  text-align: center;
}
#agegroup #voice .fukidashi .picWrap span {
  width: 100%;
  height: 200px;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#agegroup #voice .fukidashi .picWrap span img {
  width: auto;
  height: 100%;
  margin-bottom: 0;
  border-radius: 0;
  position: absolute;
}
#agegroup #voice .fukidashi .txtWrap {
  width: calc(100% - 240px);
  padding: 1em 2em 2em;
  background-color: #FEED66;
  position: relative;
  border-radius: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}
#agegroup #voice .fukidashi .txtWrap::before {
  content: "";
  height: 20px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #FEED66;
  position: absolute;
  top: 30px;
  left: -17px;
}
#agegroup #voice .picWrap {
  width: 36.36%;
  font-weight: 500;
  display: block;
}
#agegroup #voice .picWrap img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
#agegroup #voice .txtWrap {
  width: 59%;
}
#agegroup #voice .txtWrap h4 {
  margin-bottom: 0.84em;
  color: #017BCF;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #agegroup #voice {
    margin-bottom: 16em;
  }
  #agegroup #voice h3 {
    margin-bottom: 1.39em;
  }
  #agegroup #voice .flex_low2 {
    margin-bottom: 3.125em;
    flex-wrap: wrap;
  }
  #agegroup #voice .fukidashi {
    margin-bottom: 4em;
    display: block;
  }
  #agegroup #voice .fukidashi .picWrap {
    width: 100%;
    text-align: center;
    line-height: 0;
    overflow: unset;
  }
  #agegroup #voice .fukidashi .picWrap span {
    width: 55%;
    height: auto;
    display: block;
    margin: 0 auto 0.5em;
    padding: 1em 0 0;
    line-height: 0;
  }
  #agegroup #voice .fukidashi .picWrap span img {
    width: 100%;
    height: auto;
    position: static;
  }
  #agegroup #voice .fukidashi .txtWrap {
    width: 100%;
    margin-top: 1.5em;
    padding: 1em 1.25em 1.5em;
  }
  #agegroup #voice .fukidashi .txtWrap::before {
    height: 20px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    transform: rotate(90deg);
    top: -18px;
    left: calc((100% - 20px) / 2);
  }
  #agegroup #voice .fukidashi .txtWrap h4 {
    margin-bottom: 0.25em;
    font-size: 1.125em;
  }
  #agegroup #voice h4.sp {
    width: 100%;
    margin-bottom: 0.78em;
    color: #017BCF;
    font-size: 1.125em;
    font-weight: 600;
    text-align: center;
    order: 1;
  }
  #agegroup #voice .picWrap {
    width: 100%;
    font-weight: 500;
    display: block;
    order: 2;
  }
  #agegroup #voice .picWrap .picTxt {
    font-size: 0.875em;
  }
  #agegroup #voice .picWrap img {
    width: 100%;
    margin-bottom: 0.8125em;
  }
  #agegroup #voice .txtWrap {
    width: 100%;
    margin-top: 1.875em;
    order: 3;
  }
  #agegroup #voice .txtWrap h4 {
    margin-bottom: 0.84em;
    color: #017BCF;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 2;
  }
}
#agegroup #more li.more05, #agegroup #more li.more07, #agegroup #more li.more08, #agegroup #more li.more11 {
  display: block;
}
#agegroup.agUnder #more {
  padding-bottom: 9.375em;
}
#agegroup.agUnder #more ul {
  justify-content: space-between;
}
#agegroup.agUnder #more li {
  display: block;
  width: 30.9093333333%;
  margin-right: 0;
}
#agegroup.agUnder #more li.playroom {
  background-color: #F58CAD;
}
#agegroup.agUnder #more li.playroom .txtWrap .switch {
  color: #F58CAD;
  border-color: #F58CAD;
}
#agegroup.agUnder #more li.playroom .txtWrap .switch::after {
  background: url(/assets/images/common/btn_arrow_pink.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agUnder #more li.playroom a:hover .txtWrap .switch {
    color: #fff;
    border-color: #fff;
    background-color: #F58CAD;
  }
  #agegroup.agUnder #more li.playroom a:hover .txtWrap .switch::after {
    background: url(/assets/images/common/btn_arrow_pink-white.svg) no-repeat center center;
    background-size: contain;
  }
}
#agegroup.agUnder #more li.kids {
  background-color: #4CBBB4;
}
#agegroup.agUnder #more li.kids .txtWrap .switch {
  color: #4CBBB4;
  border-color: #4CBBB4;
}
#agegroup.agUnder #more li.kids .txtWrap .switch::after {
  background: url(/assets/images/common/btn_arrow_green.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agUnder #more li.kids a:hover .txtWrap .switch {
    color: #fff;
    border-color: #fff;
    background-color: #4CBBB4;
  }
  #agegroup.agUnder #more li.kids a:hover .txtWrap .switch::after {
    background: url(/assets/images/common/btn_arrow_green-white.svg) no-repeat center center;
    background-size: contain;
  }
}
#agegroup.agUnder #more li.junior {
  background-color: #F0B31B;
}
#agegroup.agUnder #more li.junior .txtWrap .switch {
  color: #F0B31B;
  border-color: #F0B31B;
}
#agegroup.agUnder #more li.junior .txtWrap .switch::after {
  background: url(/assets/images/common/btn_arrow_yellow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agUnder #more li.junior a:hover .txtWrap .switch {
    color: #fff;
    border-color: #fff;
    background-color: #F0B31B;
  }
  #agegroup.agUnder #more li.junior a:hover .txtWrap .switch::after {
    background: url(/assets/images/common/btn_arrow_yellow-white.svg) no-repeat center center;
    background-size: contain;
  }
}
#agegroup.agUnder #more li.student {
  background-color: #E7822D;
}
#agegroup.agUnder #more li.student .txtWrap .switch {
  max-width: 18em;
  color: #E7822D;
  border-color: #E7822D;
}
#agegroup.agUnder #more li.student .txtWrap .switch::after {
  background: url(/assets/images/common/btn_arrow_orange.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (hover: hover) {
  #agegroup.agUnder #more li.student a:hover .txtWrap .switch {
    color: #fff;
    border-color: #fff;
    background-color: #E7822D;
  }
  #agegroup.agUnder #more li.student a:hover .txtWrap .switch::after {
    background: url(/assets/images/common/btn_arrow_orange-white.svg) no-repeat center center;
    background-size: contain;
  }
}
#agegroup.agUnder #more .picWrap {
  width: 100%;
  height: 200px;
}
#agegroup.agUnder #more .txtWrap .btn01 {
  display: none;
}
@media screen and (max-width: 767px) {
  #agegroup.agUnder #more {
    padding-bottom: 4.875em;
  }
  #agegroup.agUnder #more li {
    width: 100%;
    margin-right: 0;
  }
  #agegroup.agUnder #more li a {
    display: block;
  }
  #agegroup.agUnder #more .picWrap {
    width: 100%;
    height: auto;
  }
  #agegroup.agUnder #more .picWrap img {
    width: 100%;
    height: auto;
  }
  #agegroup.agUnder #more .txtWrap {
    width: 100%;
    padding: 1.25em 1.25em 1.875em;
  }
  #agegroup.agUnder #more .txtWrap::after {
    content: none;
  }
  #agegroup.agUnder #more .txtWrap h3 {
    margin-bottom: 0.834em;
    font-size: 1.5em;
    text-align: center;
  }
  #agegroup.agUnder #more .txtWrap p {
    font-size: 1em;
  }
  #agegroup.agUnder #more .txtWrap .btn01 {
    display: block;
    margin-top: 1.1em;
  }
  #agegroup.agUnder #more .txtWrap .btn01 span {
    width: 100%;
    color: #017BCF;
    padding: 0.44em 0;
    font-size: 1.125em;
    font-weight: bold;
    border: 2px solid #017BCF;
    border-radius: 80px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #agegroup.agUnder #more .txtWrap .btn01 span::after {
    content: "";
    width: 6.41vw;
    height: 6.41vw;
    background: url(../images/common/btn_arrow_blue.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: calc((100% - 6.41vw) / 2);
    right: 3.3vw;
  }
}
#agegroup.agUnder .musicBox .mBlock .picWrap {
  width: 40%;
  max-width: 400px;
}
#agegroup.agUnder .musicBox .anotherTxt {
  display: block;
  color: #000;
  font-size: 0.65em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #agegroup.agUnder .musicBox .mBlock .picWrap {
    width: 100%;
    max-width: unset;
  }
}
#agegroup.agplayroom #ageProgram h3 {
  color: #F58CAD;
}
#agegroup.agplayroom #ageProgram ol {
  border-color: #F58CAD;
}
#agegroup.agplayroom #ageProgram ol li:first-child {
  padding-bottom: 6em;
}
#agegroup.agplayroom #ageProgram ol li:nth-child(3) {
  padding-bottom: 6em;
}
#agegroup.agplayroom #ageProgram ol li::after {
  background: url(/assets/images/agegroup/line_pink.png) repeat-x left center;
  background-size: contain;
}
#agegroup.agplayroom #ageProgram ol dt {
  background-color: #F58CAD;
}
#agegroup.agplayroom #ageProgram ol img.agepImg.p01 {
  width: auto;
  height: 180px;
  right: 5em;
}
#agegroup.agplayroom #ageProgram ol img.agepImg.p02 {
  width: auto;
  height: 220px;
}
#agegroup.agplayroom #ageProgram ol img.agepImg.p03 {
  width: auto;
  height: 150px;
  transform: rotate(-7deg);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  right: 5em;
  bottom: 4em;
}
#agegroup.agplayroom #more .playroom {
  display: none;
}
@media screen and (max-width: 767px) {
  #agegroup.agplayroom #ageProgram ol li:first-child {
    padding-bottom: 0;
  }
  #agegroup.agplayroom #ageProgram ol li:nth-child(2) {
    padding-bottom: 0;
  }
  #agegroup.agplayroom #ageProgram ol li:nth-child(3) {
    padding-bottom: 3em;
  }
  #agegroup.agplayroom #ageProgram ol li img.agepImg.p01 {
    height: 10em;
  }
  #agegroup.agplayroom #ageProgram ol li img.agepImg.p02 {
    height: 13em;
    margin-top: -2em;
  }
  #agegroup.agplayroom #ageProgram ol li img.agepImg.p03 {
    width: 64%;
    height: auto;
  }
}
#agegroup.agkids #ageProgram h3 {
  color: #4CBBB4;
}
#agegroup.agkids #ageProgram ol {
  border-color: #4CBBB4;
}
#agegroup.agkids #ageProgram ol li:first-child {
  padding-bottom: 6em;
}
#agegroup.agkids #ageProgram ol li:nth-child(3) {
  padding-bottom: 6em;
}
#agegroup.agkids #ageProgram ol li::after {
  background: url(/assets/images/agegroup/line_green.png) repeat-x left center;
  background-size: contain;
}
#agegroup.agkids #ageProgram ol dt {
  background-color: #4CBBB4;
}
#agegroup.agkids #ageProgram ol img.agepImg.p01 {
  width: auto;
  height: 180px;
  right: 2em;
}
#agegroup.agkids #ageProgram ol img.agepImg.p02 {
  width: auto;
  height: 200px;
  bottom: 8em;
}
#agegroup.agkids #ageProgram ol img.agepImg.p03 {
  width: auto;
  height: 150px;
  transform: rotate(-7deg);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  right: 5em;
  bottom: 3em;
}
#agegroup.agkids #more .kids {
  display: none;
}
#agegroup.agkids .musicBox .mBlock .picWrap img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #agegroup.agkids #ageProgram ol li:first-child {
    padding-bottom: 2em;
  }
  #agegroup.agkids #ageProgram ol li:nth-child(2) {
    padding-bottom: 1.8em;
  }
  #agegroup.agkids #ageProgram ol li:nth-child(3) {
    padding-bottom: 3.5em;
  }
  #agegroup.agkids #ageProgram ol img.agepImg.p01 {
    height: 10em;
  }
  #agegroup.agkids #ageProgram ol img.agepImg.p02 {
    height: 11em;
  }
  #agegroup.agkids #ageProgram ol img.agepImg.p03 {
    width: 55%;
    height: auto;
  }
}
#agegroup.agjunior #ageProgram h3 {
  color: #F0B31B;
}
#agegroup.agjunior #ageProgram ol {
  border-color: #F0B31B;
}
#agegroup.agjunior #ageProgram ol li:first-child {
  padding-bottom: 6em;
}
#agegroup.agjunior #ageProgram ol li:nth-child(2) {
  padding-bottom: 1em;
}
#agegroup.agjunior #ageProgram ol li:nth-child(3) {
  padding-bottom: 6em;
}
#agegroup.agjunior #ageProgram ol li::after {
  background: url(/assets/images/agegroup/line_orange.png) repeat-x left center;
  background-size: contain;
}
#agegroup.agjunior #ageProgram ol dt {
  background-color: #F0B31B;
}
#agegroup.agjunior #ageProgram ol img.agepImg.p01 {
  width: auto;
  height: 180px;
  right: 2em;
}
#agegroup.agjunior #ageProgram ol img.agepImg.p02 {
  width: auto;
  height: 200px;
  bottom: 3.5em;
}
#agegroup.agjunior #ageProgram ol img.agepImg.p03 {
  width: auto;
  height: 190px;
  transform: rotate(7deg);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
  right: 5em;
  bottom: 2.5em;
}
#agegroup.agjunior #more .junior {
  display: none;
}
#agegroup.agjunior .musicBox .mBlock .picWrap img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #agegroup.agjunior #ageProgram ol li:first-child {
    padding-bottom: 2em;
  }
  #agegroup.agjunior #ageProgram ol li:nth-child(2) {
    padding-bottom: 1.8em;
  }
  #agegroup.agjunior #ageProgram ol li:nth-child(3) {
    padding-bottom: 3.5em;
  }
  #agegroup.agjunior #ageProgram ol img.agepImg.p01 {
    height: 10em;
  }
  #agegroup.agjunior #ageProgram ol img.agepImg.p02 {
    height: 11em;
  }
  #agegroup.agjunior #ageProgram ol img.agepImg.p03 {
    width: 55%;
    height: auto;
  }
}
#agegroup.agstudent #ageProgram h3 {
  color: #E7822D;
}
#agegroup.agstudent #more .student {
  display: none;
}
#agegroup.agstudent .musicBox .mBlock .picWrap img {
  width: auto;
  height: 100%;
}

#pricelist #mv img.kids {
  display: block;
  width: 47.364%;
  max-width: 521px;
  margin-top: -8em;
  margin-left: auto;
  position: relative;
  top: -2em;
  border-radius: 20px;
}
#pricelist #joining {
  margin-top: 5em;
  padding-top: 1px;
}
#pricelist #joining h2 {
  margin-top: 1px;
  color: #000;
}
#pricelist #joining #a01 {
  margin-top: -2em;
  padding-top: 6em;
}
#pricelist #joining ul.entryStep li {
  margin-bottom: 3em;
  padding: 2em 3em 2.25em;
  background-color: #fff;
  border: 3px solid #FDCD1B;
  border-radius: 20px;
  position: relative;
}
#pricelist #joining ul.entryStep li:last-child {
  margin-bottom: 0;
}
#pricelist #joining ul.entryStep li:last-child::after {
  content: none;
}
#pricelist #joining ul.entryStep li::after {
  content: "";
  width: 2em;
  height: 1em;
  background-image: none;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #017BCF;
  position: absolute;
  bottom: -2.25em;
  left: 0;
  right: 0;
  margin: auto;
}
#pricelist #joining h3 {
  width: 100%;
  max-width: unset;
  text-align: left;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#pricelist #joining h3 span {
  margin: 0 1em 0 0;
  padding: 0.5em 1em;
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  display: inline-block;
  background-color: #FDCD1B;
  border-radius: 6px;
  position: relative;
}
#pricelist #joining h3 span::after {
  content: "";
  width: 0.5em;
  height: 0.75em;
  background-image: none;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #FDCD1B;
  position: absolute;
  top: calc((100% - 0.75em) / 2);
  right: -0.45em;
}
#pricelist #joining .txtBlock {
  margin: 1.5em 1em 0 0.75em;
  display: flex;
  align-items: center;
}
#pricelist #joining .txtBlock .iconBlock {
  width: 60px;
  margin-right: 1.5em;
}
#pricelist #joining .txtBlock .iconBlock img {
  width: 100%;
  height: auto;
}
#pricelist #joining .btn01 a {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
}
#pricelist #memberFee {
  padding-bottom: 5em;
}
#pricelist #memberFee #a02 {
  margin-top: -2em;
  padding-top: 4em;
}
#pricelist #memberFee .feeTable {
  margin-top: 2em;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
#pricelist #memberFee .feeTable ul {
  width: 25%;
  background-color: #fff;
}
#pricelist #memberFee .feeTable ul.playroom li {
  background-color: #ffedf2;
}
#pricelist #memberFee .feeTable ul.playroom li:first-child {
  background-color: #F58CAD;
}
#pricelist #memberFee .feeTable ul.kids li {
  background-color: #d9f5ee;
}
#pricelist #memberFee .feeTable ul.kids li:first-child {
  background-color: #4CBBB4;
}
#pricelist #memberFee .feeTable ul.student li {
  background-color: #ffeed9;
}
#pricelist #memberFee .feeTable ul.student li:first-child {
  background-color: #E7822D;
}
#pricelist #memberFee .feeTable ul.standard li {
  background-color: #d9eef9;
}
#pricelist #memberFee .feeTable ul.standard li:first-child {
  background-color: #017BCF;
}
#pricelist #memberFee .feeTable ul:last-child li {
  border-right: none;
}
#pricelist #memberFee .feeTable li {
  height: 150px;
  padding: 0 1.5em;
  box-sizing: border-box;
  background-color: #eee;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#pricelist #memberFee .feeTable li:first-child {
  height: 100px;
  padding: 2.5em 0;
  font-size: 1.375em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(182, 182, 182);
}
#pricelist #memberFee .feeTable li:last-child {
  border-bottom: 0;
}
#pricelist #memberFee .feeTable li:last-child dl dd {
  text-align: left;
  font-weight: normal;
}
#pricelist #memberFee .feeTable li span {
  display: block;
  font-size: 0.64em;
}
#pricelist #memberFee .feeTable dl {
  padding: 0.6em 0 0;
}
#pricelist #memberFee .feeTable dl dt {
  font-size: 1em;
  font-weight: 500;
}
#pricelist #memberFee .feeTable dl dd {
  margin-top: 5px;
  font-weight: bold;
  text-align: right;
}
#pricelist #memberFee .feeTable dl em {
  font-size: 2.5em;
  letter-spacing: 2px;
}
#pricelist #memberFee .feeTable dl span {
  margin-top: -0.5em;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
}
#pricelist #memberFee .siblings {
  margin-top: 8em;
}
#pricelist #memberFee .siblings p.read {
  margin-top: 2.5em;
  margin-left: 2em;
}
#pricelist #memberFee .siblings .feeTable ul:first-child li {
  font-size: 1.375em;
  font-weight: 500;
}
#pricelist #memberFee .siblings .feeTable li {
  height: 100px;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricelist #memberFee .siblings .feeTable li:first-child {
  height: 80px;
  padding: 1.5em 0;
  font-size: 1.375em;
  font-weight: 500;
}
#pricelist #memberFee .siblings .feeTable li span {
  display: inline-block;
  margin-top: 1.5em;
  margin-left: 0.2em;
  font-size: 0.5em;
  line-height: 1;
}
#pricelist #memberFee .siblings .annotation {
  margin: 1em 1em 4em;
}
#pricelist #memberFee .siblings .annotation li {
  margin-bottom: 0.25em;
  padding-left: 2em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
}
#pricelist #memberFee div.obogTxt {
  margin: 3em auto 5em;
  padding: 2em;
  background-color: #fff;
  border: 2px solid #017BCF;
  border-radius: 20px;
}
#pricelist #labolibraryPrice {
  margin-bottom: -9.375em;
  padding-bottom: 12.5em;
}
#pricelist #labolibraryPrice #a03 {
  margin-top: -4em;
  padding-top: 7em;
}
#pricelist #labolibraryPrice .flex_low2 {
  margin: 5em 0 3em;
}
#pricelist #labolibraryPrice .picWrap {
  width: 47.273%;
  max-width: 520px;
  line-height: 1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricelist #labolibraryPrice .picWrap img {
  width: 100%;
}
#pricelist #labolibraryPrice .txtWrap {
  width: 45.455%;
  max-width: 500px;
}
#pricelist #labolibraryPrice .txtWrap dt {
  margin-bottom: 1em;
}
#pricelist #labolibraryPrice .txtWrap dt span.deco_note {
  font-size: 1.5em;
  font-weight: bold;
}
#pricelist #labolibraryPrice .txtWrap dt span.deco_note::before {
  content: none;
}
#pricelist #labolibraryPrice .txtWrap dt span.deco_note::after {
  width: 4em;
  height: 4em;
  top: calc((100% - 5em) / 2);
  right: -6.5em;
}
#pricelist #labolibraryPrice .txtWrap dd {
  font-weight: 500;
}
#pricelist #labolibraryPrice .txtWrap dd p {
  margin: 2em 0 1em 1em;
}
#pricelist #labolibraryPrice .txtWrap .btn01 a {
  margin-left: 0;
}
#pricelist #labolibraryPrice .newMember {
  margin-bottom: 3em;
  padding: 1em 2em;
  background-color: #fff;
  border-radius: 20px;
}
#pricelist #labolibraryPrice .newMember .flex {
  justify-content: space-between;
}
#pricelist #labolibraryPrice .newMember .flex div {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pricelist #labolibraryPrice .newMember h3 {
  width: 100%;
  max-width: unset;
  color: #E7822D;
  font-size: 1.25em;
}
#pricelist #labolibraryPrice .newMember p {
  font-size: 1.375em;
}
#pricelist #labolibraryPrice .newMember p em {
  font-size: 1.55em;
}
#pricelist #labolibraryPrice .newMember em {
  padding: 0 5px;
  font-weight: bold;
  letter-spacing: 1px;
}
#pricelist #labolibraryPrice .newMember .price {
  font-size: 2em;
  position: relative;
}
#pricelist #labolibraryPrice .newMember .price::before {
  content: "";
  width: 1.5625em;
  height: 1.125em;
  background: url(../images/common/arrow_01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -1.5625em;
}
#pricelist #labolibraryPrice .newMember .price span.usually {
  width: 100%;
  display: block;
  font-size: 0.5em;
  text-align: center;
}
#pricelist #labolibraryPrice .newMember .price em {
  font-size: 1.0625em;
}
#pricelist #labolibraryPrice .newMember .price span.small2 {
  margin-top: 0.545em;
  font-size: 0.6875em;
}
#pricelist #labolibraryPrice .newMember .price span.small {
  margin-top: 1em;
  display: inline-block;
  font-size: 0.5em;
}
#pricelist #labolibraryPrice .libraryPriceTable {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
}
#pricelist #labolibraryPrice .libraryPriceTable ul {
  width: 33.3333333333%;
  background-color: #fff;
  border-right: 2px solid #fff;
}
#pricelist #labolibraryPrice .libraryPriceTable ul:last-child {
  border-right: none;
}
#pricelist #labolibraryPrice .libraryPriceTable li {
  width: 100%;
  padding: 1em 1em 1.5em;
  background-color: rgba(1, 123, 207, 0.15);
  border-top: 2px solid #fff;
  display: flex;
}
#pricelist #labolibraryPrice .libraryPriceTable li:first-child {
  padding: 0.8em 0;
  font-size: 1.25em;
  color: #fff;
  font-weight: 500;
  background-color: #017BCF;
  border-top: none;
  justify-content: center;
}
#pricelist #labolibraryPrice .libraryPriceTable li dl {
  width: 100%;
  padding-left: 0.5em;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd em {
  display: block;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd em.cost {
  font-size: 36px;
  font-weight: 500;
  position: relative;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd em.cost::after {
  content: "";
  width: 210px;
  height: 4px;
  background-color: #f00;
  transform: rotate(-10deg);
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: auto;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd em.cost i {
  font-size: 24px;
  padding-left: 7px;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd span {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  letter-spacing: 0;
  display: block;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd + dd {
  margin-top: 3em;
  position: relative;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd + dd::before {
  content: "";
  width: 2.25em;
  height: 1.25em;
  background-image: none;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #017BCF;
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  margin: auto;
}
#pricelist #labolibraryPrice .libraryPriceTable li dd.notDC em {
  color: #f00;
}
#pricelist #labolibraryPrice .remarks {
  margin-top: 1em;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#pricelist #labolibraryPrice .remarks .headBlock {
  width: 15%;
  background-color: #E7822D;
  text-align: center;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricelist #labolibraryPrice .remarks ol {
  width: 85%;
  padding: 1em 1em;
}
#pricelist #labolibraryPrice .remarks ol li {
  margin-bottom: 0.25em;
  font-size: 0.875em;
  padding-left: 1em;
  text-indent: -1em;
}
#pricelist #more {
  padding-bottom: 9.375em;
}
#pricelist #more li.more05, #pricelist #more li.more06, #pricelist #more li.more08, #pricelist #more li.more10 {
  display: block;
}
@media screen and (max-width: 767px) {
  #pricelist #more {
    padding-bottom: 4.875em;
  }
}
@media screen and (max-width: 767px) {
  #pricelist #mv {
    padding: 25.642vw 0 0;
  }
  #pricelist #mv h1 {
    margin-bottom: -7.7vw;
    font-size: 1.75em;
    line-height: 1.29;
  }
  #pricelist #mv img.kids {
    width: 96%;
    max-width: unset;
    margin: 5.5em auto 0;
  }
  #pricelist ul.pageLinkBtn li {
    width: 100%;
  }
  #pricelist #joining {
    margin-top: 3em;
  }
  #pricelist #joining h2 {
    margin-top: 1px;
  }
  #pricelist #joining #a01 {
    margin-top: -3em;
    padding-top: 5em;
  }
  #pricelist #joining ul.entryStep li {
    padding: 1em 0.75em 1.25em;
    border: none;
  }
  #pricelist #joining ul.entryStep li:last-child {
    margin-bottom: 0;
  }
  #pricelist #joining ul.entryStep li:last-child::after {
    content: none;
  }
  #pricelist #joining h3 {
    font-size: 1.25em;
    display: block;
    text-align: center;
  }
  #pricelist #joining h3 span {
    width: 5em;
    margin: 0 auto 0.75em;
    padding: 0.5em 1em;
    font-size: 0.7em;
    display: block;
  }
  #pricelist #joining h3 span::after {
    transform: rotate(90deg);
    top: unset;
    bottom: -0.5em;
    left: 0;
    right: 0;
    margin: auto;
  }
  #pricelist #joining .txtBlock {
    margin: 0.8em 0 0;
    display: block;
  }
  #pricelist #joining .txtBlock .iconBlock {
    width: 3.75em;
    margin: 0 auto 0.5em;
  }
  #pricelist #joining .btn01 a {
    width: 88%;
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  #pricelist #memberFee {
    padding-bottom: 5em;
  }
  #pricelist #memberFee #a02 {
    margin-top: -2em;
    padding-top: 4em;
  }
  #pricelist #memberFee .feeTable {
    margin-top: 2em;
    display: block;
    border-radius: 0;
    overflow: unset;
  }
  #pricelist #memberFee .feeTable ul {
    width: 100%;
    margin-bottom: 1.25em;
    border-radius: 20px;
    overflow: hidden;
  }
  #pricelist #memberFee .feeTable li {
    height: unset;
    padding: 0.5em 1em 0.8em;
    border-right: none;
  }
  #pricelist #memberFee .feeTable li:first-child {
    height: unset;
    padding: 0.45em 0 0.6em;
    font-size: 1.25em;
    display: block;
  }
  #pricelist #memberFee .feeTable li:first-child span {
    line-height: 1;
  }
  #pricelist #memberFee .feeTable li:last-child dl {
    display: block;
  }
  #pricelist #memberFee .feeTable li:last-child dt {
    margin-bottom: 0.25em;
  }
  #pricelist #memberFee .feeTable dl {
    padding: 0.5em 0;
    display: flex;
    justify-content: space-between;
  }
  #pricelist #memberFee .feeTable dl dd {
    margin-top: 0;
  }
  #pricelist #memberFee .feeTable dl em {
    font-size: 2.25em;
  }
  #pricelist #memberFee .siblings {
    margin-top: 8em;
  }
  #pricelist #memberFee .siblings h3 span.deco_note::before {
    width: 2.5em;
    height: 2.5em;
    top: 0;
    left: -6em;
  }
  #pricelist #memberFee .siblings h3 span.deco_note::after {
    width: 2.5em;
    height: 2.5em;
    top: 0;
    right: -3em;
  }
  #pricelist #memberFee .siblings p.read {
    margin-top: 1.5em;
    margin-left: 0;
  }
  #pricelist #memberFee .siblings .feeTable {
    margin-top: 1em;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
  }
  #pricelist #memberFee .siblings .feeTable ul {
    width: 26.6666666667%;
    margin-bottom: 0;
    border-left: 2px solid #fff;
    border-radius: 0;
  }
  #pricelist #memberFee .siblings .feeTable ul:first-child {
    width: 20%;
    border-left: none;
  }
  #pricelist #memberFee .siblings .feeTable ul:first-child li {
    font-size: 0.875em;
    font-weight: normal;
  }
  #pricelist #memberFee .siblings .feeTable ul:first-child li:nth-child(2), #pricelist #memberFee .siblings .feeTable ul:first-child li:nth-child(3) {
    height: 5.15em;
  }
  #pricelist #memberFee .siblings .feeTable li {
    height: 3em;
    padding: 0 0;
    font-size: 1.5em;
  }
  #pricelist #memberFee .siblings .feeTable li:first-child {
    height: 4em;
    padding: 0.5em 0;
    font-size: 0.875em;
    line-height: 1.2;
    display: flex;
    align-items: center;
  }
  #pricelist #memberFee .siblings .feeTable li span {
    display: inline-block;
    margin-top: 1.5em;
    margin-left: 0.2em;
    font-size: 0.5em;
    line-height: 1;
  }
  #pricelist #memberFee .siblings .annotation {
    margin: 1em 0 2em;
  }
  #pricelist #memberFee .siblings .annotation li {
    margin-bottom: 0.5em;
    padding-left: 1em;
    text-indent: -1.2em;
    font-size: 0.75em;
  }
  #pricelist #memberFee h3.anotherHead {
    margin-top: 3.25em;
  }
  #pricelist #memberFee h3.anotherHead span.deco_note::before {
    top: calc((100% - 2.5em) / 2);
    left: -3.25em !important;
  }
  #pricelist #memberFee h3.anotherHead span.deco_note::after {
    top: calc((100% - 2.5em) / 2);
    right: -3.25em !important;
  }
  #pricelist #memberFee div.obogTxt {
    margin: 2.5em auto 5em;
    padding: 1.5em;
    background-color: #fff;
    border: 2px solid #017BCF;
    border-radius: 20px;
  }
  #pricelist #memberFee div.obogTxt p span {
    display: inline-block;
    margin-bottom: 1em;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #pricelist #labolibraryPrice {
    margin-bottom: -10.9375em;
    padding-bottom: 15em;
  }
  #pricelist #labolibraryPrice #a03 {
    margin-top: -2em;
    padding-top: 4.5em;
  }
  #pricelist #labolibraryPrice .flex_low2 {
    margin: 0em 0 3em;
    display: block;
  }
  #pricelist #labolibraryPrice .picWrap {
    width: 100%;
    max-width: unset;
  }
  #pricelist #labolibraryPrice .txtWrap {
    width: 100%;
    max-width: unset;
    margin-top: 1.25em;
  }
  #pricelist #labolibraryPrice .txtWrap dt {
    margin-bottom: 1em;
    text-align: center;
  }
  #pricelist #labolibraryPrice .txtWrap dt span.deco_note::after {
    width: 3em;
    height: 3em;
    top: -2em;
    right: -3.8em;
  }
  #pricelist #labolibraryPrice .txtWrap dd {
    text-align: center;
  }
  #pricelist #labolibraryPrice .txtWrap dd p {
    margin: 1em 0 1em 1em;
  }
  #pricelist #labolibraryPrice .txtWrap .btn01 a {
    margin-left: auto;
    font-size: 1em;
  }
  #pricelist #labolibraryPrice .newMember {
    margin-bottom: 1em;
    padding: 1em 1em;
  }
  #pricelist #labolibraryPrice .newMember .flex {
    display: block;
  }
  #pricelist #labolibraryPrice .newMember .flex div {
    width: 100%;
    display: block;
    text-align: center;
  }
  #pricelist #labolibraryPrice .newMember p {
    font-size: 1em;
  }
  #pricelist #labolibraryPrice .newMember p em {
    font-size: 1.55em;
  }
  #pricelist #labolibraryPrice .newMember em {
    padding: 0 5px;
    letter-spacing: 1px;
  }
  #pricelist #labolibraryPrice .newMember .price {
    margin-top: 2em;
    font-size: 2em;
  }
  #pricelist #labolibraryPrice .newMember .price::before {
    width: 1.25em;
    height: 0.9375em;
    transform: rotate(90deg);
    top: -1.45em;
    left: 0;
    right: 0;
    margin: auto;
  }
  #pricelist #labolibraryPrice .libraryPriceTable {
    display: block;
    border-radius: 0;
  }
  #pricelist #labolibraryPrice .libraryPriceTable ul {
    width: 100%;
    margin-bottom: 1em;
    border-radius: 20px;
    overflow: hidden;
    border-right: none;
  }
  #pricelist #labolibraryPrice .libraryPriceTable ul:last-child {
    border-right: none;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li {
    padding: 0.5em 0.5em;
    display: block;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li:first-child {
    font-size: 1.125em;
    text-align: center;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li:last-child dd {
    margin-top: -1em;
    margin-left: auto;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dl {
    width: 100%;
    padding: 0 0.8em;
    display: flex;
    flex-wrap: wrap;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dt {
    width: 100%;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd {
    margin-bottom: 0.5em;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd i {
    margin-left: 7px;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd em {
    display: block;
    font-size: 1.875em;
    text-align: center;
    letter-spacing: 1px;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd em.cost {
    font-size: 1.875em;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd em.cost::after {
    width: 4.5em;
    height: 3px;
    top: 1em;
    left: -0.5em;
    right: unset;
    margin: 0;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd em.cost i {
    font-size: 0.47em;
    padding-left: 0.25em;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd span {
    margin-top: -0.5em;
    font-size: 0.75em;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd + dd {
    margin-top: 0;
    margin-left: auto;
    position: relative;
  }
  #pricelist #labolibraryPrice .libraryPriceTable li dd + dd::before {
    width: 1.5em;
    height: 1em;
    transform: rotate(-90deg);
    top: calc((100% - 1em) / 2);
    left: -2.5em;
    right: unset;
    margin: 0;
  }
  #pricelist #labolibraryPrice .remarks {
    margin-top: 0;
    display: block;
  }
  #pricelist #labolibraryPrice .remarks .headBlock {
    width: 100%;
    padding: 0.5em 0;
    font-size: 1em;
    display: block;
    text-align: center;
  }
  #pricelist #labolibraryPrice .remarks ol {
    width: 100%;
    padding: 1em 0.5em;
  }
  #pricelist #labolibraryPrice .remarks ol li {
    margin-bottom: 0.25em;
    font-size: 0.8125em;
  }
}

#exchange p.read + ul.pageLinkBtn {
  margin-top: 4em;
}
#exchange ul.pageLinkBtn {
  margin: 7.5em auto 3.75em;
}
#exchange ul.pageLinkBtn li {
  width: calc((100% - 3em) / 4);
}
#exchange div[id*=a0] {
  margin-top: -4.375em;
  padding-top: 4.375em;
}
#exchange #more {
  padding-bottom: 9.375em;
}
#exchange #more li.more05, #exchange #more li.more06, #exchange #more li.more07, #exchange #more li.more08 {
  display: block;
}
@media screen and (max-width: 767px) {
  #exchange #more {
    padding-bottom: 4.875em;
  }
}
@media screen and (max-width: 767px) {
  #exchange ul.pageLinkBtn {
    margin: 2.5em auto 1em;
    flex-wrap: wrap;
  }
  #exchange ul.pageLinkBtn li {
    width: calc((100% - 0.5em) / 2);
  }
  #exchange ul.pageLinkBtn li a {
    font-size: 0.8em;
  }
  #exchange div[id*=a0] {
    margin-top: -3em;
    padding-top: 3em;
  }
}

#qa {
  /*
  a.anchor{
    margin-top: -50px;
    padding-top: 50px;
  }
  */
}
#qa #mv img.kids {
  display: block;
  width: 47.364%;
  max-width: 521px;
  margin-top: -8em;
  margin-left: auto;
  position: relative;
  top: -2em;
  border-radius: 20px;
}
#qa h2 {
  padding-top: 100px;
  color: #017BCF;
  font-size: 2em;
}
#qa #qaWrap div.wrap:last-child {
  padding-bottom: 4.375em;
}
#qa .qaList li {
  margin-bottom: 10px;
}
#qa .qaList span.fontEn {
  color: #017BCF;
  font-size: 1.125em;
  font-weight: 500;
  display: block;
  position: absolute;
}
#qa .qaList h3 {
  width: 100%;
  padding: 0.95em 1.11em 1em 4.67em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.55;
  background-color: #D5EDFD;
  display: flex;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}
#qa .qaList h3::after {
  content: "";
  width: 0.75em;
  height: 0.625em;
  aspect-ratio: 1/0.8660254038;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #017BCF;
  position: absolute;
  top: calc((100% - 0.625em) / 2);
  right: 1.11em;
}
#qa .qaList h3 span.fontEn {
  font-size: 1em;
  top: 0.95em;
  left: 1.67em;
}
#qa .qaList h3.open {
  background-color: #FEED66;
}
#qa .qaList h3.open::after {
  transform: rotate(180deg);
}
@media screen and (hover: hover) {
  #qa .qaList h3:hover {
    opacity: 0.7;
  }
}
#qa .qaList .answer {
  display: none;
  padding: 1.25em 1.25em 1.25em 5.25em;
  background-color: #fff;
  position: relative;
}
#qa .qaList .answer span.fontEn {
  top: 1.25em;
  left: 1.875em;
}
#qa .qaList .answer.open {
  display: block;
}
#qa .qaList .answer a {
  color: #017BCF;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (hover: hover) {
  #qa .qaList .answer a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
#qa section#more {
  padding-bottom: 9.375em;
}
#qa section#more h2 {
  padding-top: 0;
  color: #000;
}
#qa section#more li.more05, #qa section#more li.more06, #qa section#more li.more07, #qa section#more li.more08 {
  display: block;
}
@media screen and (max-width: 767px) {
  #qa section#more {
    padding-bottom: 4.875em;
  }
  #qa section#more h2 {
    margin-top: 0;
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  #qa #mv {
    padding: 25.642vw 0 0;
  }
  #qa #mv img.kids {
    width: 96%;
    max-width: unset;
    margin: 5.5em auto 0;
  }
  #qa .pageLinkBtn {
    display: block;
    padding-bottom: 1px;
  }
  #qa .pageLinkBtn li {
    width: 100%;
  }
  #qa .pageLinkBtn li a {
    width: 100%;
  }
  #qa h2 {
    margin: -15.7vw auto 30px;
    padding-top: 26.4vw;
    font-size: 1.3125em;
  }
  #qa #qaWrap div.wrap:last-child {
    padding-bottom: 1em;
  }
  #qa .qaList span.fontEn {
    font-size: 1.125em;
    line-height: 1.5;
  }
  #qa .qaList h3 {
    padding: 0.9375em 2.5em 0.8125em 3.0625em;
    font-size: 1em;
    line-height: 1.75;
    text-align: left;
  }
  #qa .qaList h3::after {
    right: 0.625em;
  }
  #qa .qaList h3 span.fontEn {
    font-size: 1.125em;
    top: 0.95em;
    left: 0.55em;
  }
  #qa .qaList .answer {
    padding: 1.25em 2.5em 1.25em 3.0625em;
  }
  #qa .qaList .answer p {
    line-height: 1.75;
  }
  #qa .qaList .answer span.fontEn {
    top: 1.25em;
    left: 0.55em;
  }
  #qa #world {
    margin-top: 13em;
  }
  #qa #world h2 {
    margin: 0 auto;
    padding-top: 0;
  }
}

@keyframes scrollIcon {
  0%, 50%, 100% {
    top: 0;
  }
  50% {
    top: -8px;
  }
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.85);
  }
}
@keyframes poyopoyo_big {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.75);
  }
}
@keyframes yurayura {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@keyframes yurayura2 {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes yurayura2_inversion {
  0% {
    transform: rotate(25deg) scale(-1, 1);
  }
  50% {
    transform: rotate(5deg) scale(-1, 1);
  }
  100% {
    transform: rotate(25deg) scale(-1, 1);
  }
}
@keyframes yurayura3 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes yurayura4 {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}/*# sourceMappingURL=newcommon.css.map */