@charset "UTF-8";
/* menu */
.menu {
  position: absolute;
  right: -100%;
  background: #FFF14F;
  transition: all 0.5s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.menu a {
  display: contents;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.menu ul {
  position: relative;
}
.menu ul li {
  position: relative;
  font-size: 20px;
}
.menu ul .subtit {
  text-indent: -25px;
  left: 25px;
  font-size: 18px;
}
.menu ul .subtit a {
  color: #0C007C;
}
.menu ul .subtit a span {
  color: #000 !important;
  font-size: 21px;
}
.menu ul .subtit:nth-child(3) a {
  color: #4279ce;
}
.menu ul .subtit:nth-child(3)::before {
  background: #4279ce;
}
.menu ul .subtit:nth-child(4) a {
  color: #3FBBE5;
}
.menu ul .subtit:nth-child(4)::before {
  background: #3FBBE5;
}
.menu ul .subtit:nth-child(5) a {
  color: #219B9C;
}
.menu ul .subtit:nth-child(5)::before {
  background: #219B9C;
}
.menu ul .subtit:nth-child(6) a {
  color: #054390;
}
.menu ul .subtit:nth-child(6)::before {
  background: #054390;
}
.menu ul .subtit::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -5px;
  width: 16px;
  height: 1px;
  background: navy;
  margin-right: 10px;
}
.menu ul.blue .subtit {
  color: #0C007C;
}
.menu ul.pink .subtit {
  color: #D91579;
}
.menu ul.pink .subtit::before {
  background: #D91579;
}
.menu ul.blue li:not(:first-child)::before, .menu ul.pink li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/menu_blue.svg) no-repeat center;
  background-size: contain;
  margin-right: 10px;
}
.menu ul.pink li:not(:first-child)::before {
  background: url(../images/menu_pink.svg) no-repeat center;
  background-size: contain;
}

.swiper_wrap {
  position: relative;
}
.swiper_wrap .swiper-pagination-bullet {
  width: 85px;
  height: 10px;
  border-radius: 10px;
  background: #79C5C6;
  opacity: 0.8;
  border: solid #79C5C6;
}
.swiper_wrap .swiper-pagination-bullet-active {
  background: #D91579;
  border: solid;
}

/***********************************************************************
「★PC版 CSS★」ブラウザの幅が751px以上ならここの記述が有効になる
**********************************************************************/
@media screen and (min-width: 751px) {
  .menu {
    width: 970px;
    height: 1600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    top: 0;
    right: -100%;
    position: fixed;
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .menu.open {
    right: 0;
  }
  .menu ul {
    z-index: 1;
  }
  .menu ul.spe .subtit {
    line-height: 26px;
  }
  .menu li:hover {
    cursor: pointer;
  }
  .menu li:hover::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../images/menu_stripe.svg) repeat top left, #fff;
    width: calc(100% + 45px);
    height: calc(100% + 10px);
    top: -5px;
    left: -25px;
    z-index: -1;
    animation: back-linear 7s linear infinite;
  }
  .menu .subtit {
    margin-bottom: 25px;
  }
  .menu .subtit:hover a span {
    color: #0C007C !important;
  }
  .menu .subtit:nth-child(3):hover a span {
    color: #4279ce !important;
  }
  .menu .subtit:nth-child(4):hover a span {
    color: #3FBBE5 !important;
  }
  .menu .subtit:nth-child(5):hover a span {
    color: #219B9C !important;
  }
  .menu .subtit:nth-child(6):hover a span {
    color: #054390 !important;
  }
  .menu .blue {
    margin-bottom: 50px;
  }
  .menu .blue li:hover a {
    color: #27B5EE;
  }
  .menu .pink li:hover a {
    color: #D91579;
  }
  .menu .blue,
  .menu .pink {
    width: 380px;
  }
  .menu .blue li,
  .menu .pink li {
    margin-bottom: 18px;
  }
  .menu .blue li.subtit,
  .menu .pink li.subtit {
    cursor: default;
  }
  .menu .blue li.subtit:hover::after,
  .menu .pink li.subtit:hover::after {
    display: none;
  }
  .menu .blue li:not(:first-child),
  .menu .pink li:not(:first-child) {
    text-indent: -24px;
    left: 24px;
  }
  .menu .blue li:not(:first-child):hover::after,
  .menu .pink li:not(:first-child):hover::after {
    width: 100%;
    left: -30px;
  }
  .menu .swiper_wrap {
    width: 350px;
    height: 260px;
    margin-left: 95px;
    margin-right: auto;
    margin-top: -660px;
  }
  .menu .swiper_wrap img {
    width: 350px;
  }
  /* menu */
} /* PC end */
/***********************************************************************
「★SP版 CSS★」ブラウザの幅が750px以下ならここの記述が有効になる
**********************************************************************/
@media screen and (max-width: 750px) {
  body.menu-open {
    overflow: hidden;
  }
  .menu {
    height: calc(100vh - 100px);
    overflow-y: scroll;
    padding-bottom: 100px;
    top: -100vh;
    left: 0;
  }
  .menu.open {
    top: 0;
  }
  .menu ul {
    max-width: 700px;
  }
  .menu ul.spe {
    margin-top: 80px;
  }
  .menu ul.spe li {
    margin-bottom: 35px;
  }
  .menu ul .subtit {
    font-size: 26px;
    left: 75px;
    text-indent: -75px;
  }
  .menu ul .subtit a span {
    font-size: 38px;
  }
  .menu ul .subtit::before {
    width: 66px;
    top: -9px;
  }
  .menu ul.blue li, .menu ul.pink li {
    margin-bottom: 25px;
  }
  .menu ul.blue li:not(:first-child), .menu ul.pink li:not(:first-child) {
    font-size: 30px;
    text-indent: -31px;
    left: 109px;
  }
  .menu ul.blue li:not(:first-child)::before, .menu ul.pink li:not(:first-child)::before {
    width: 22px;
    height: 22px;
  }
  .menu ul.pink {
    margin-top: 30px;
  }
  .menu .swiper_wrap {
    width: 750px;
    height: 360px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .menu .swiper_wrap .swiper-slide {
    transform: scale(0.75);
    transition: all 0.5s;
  }
  .menu .swiper_wrap .swiper-slide-active {
    transform: scale(1);
    z-index: 1;
  }
  .menu .swiper_wrap img {
    width: 500px;
  }
  /* menu */
} /* SP end */
/***********************************************************************
■■■■■アニメーション■■■■■
**********************************************************************/
@keyframes back-linear {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 420px 0;
  }
}/*# sourceMappingURL=menu.css.map */