@keyframes slideAnime {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fall {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
@keyframes rotate1 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-80deg) rotateX(180deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
.contentfix960N2014 .headerN2015 .hdCateOuter {
  margin-bottom: 0;
}

.contentfix960N2014 .headerN2015 .lowInfoOuter {
  margin-bottom: 0 !important;
}

body .contentfix960N2014 .mainArea {
  min-width: 1060px;
  width: 100% !important;
  margin-top: 0 !important;
}

#askulyell {
  font-size: 14px;
  line-height: 1.5;
  color: #30201A;
  height: 100%;
}
#askulyell img {
  max-width: 100%;
  height: auto;
  display: block;
}
#askulyell a:hover, #askulyell button:hover {
  cursor: pointer;
}
#askulyell .section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
#askulyell .section:first-of-type {
  padding-top: 0;
}
#askulyell .section.-bgLightBlue {
  background-color: #F1F5F9;
}
#askulyell .section.-bgBlue {
  background-color: #B6DDEE;
}
#askulyell .mv {
  position: relative;
}
#askulyell .mv-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
#askulyell .mv-inner {
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
#askulyell .mv-lead {
  margin-bottom: 24px;
}
#askulyell .anchorLink {
  display: flex;
  text-align: center;
}
#askulyell .anchorLink > * + * {
  margin-left: 24px;
}
#askulyell .anchorLinkItem {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background-color: #E55C7E;
}
#askulyell .anchorLinkItem-text {
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
  height: calc(100% - 42px);
}
#askulyell .anchorLinkItem-text::after {
  content: "";
  background: url(https://cdn.askul.co.jp/cms/assets-club/images/icon_angle_down_white.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  margin-top: 12px;
}
#askulyell .anchorLinkItem-text:hover {
  text-decoration: none;
}
#askulyell .anchorLinkItem:hover {
  opacity: 0.7;
}
#askulyell .headingArea {
  display: flex;
  justify-content: center;
}
#askulyell .headingArea.-absolute {
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
}
#askulyell .headingArea-heading {
  margin-left: 30px;
  margin-right: 30px;
}
#askulyell .scrollWrapper {
  margin-top: 8px;
  margin-bottom: 32px;
  display: flex;
  overflow: hidden;
  width: 100%;
}
#askulyell .scrollItem {
  animation: slideAnime 50s infinite linear 0.5s both;
}
#askulyell .btn {
  display: flex;
  padding: 16px;
  width: 336px;
  border-radius: 100px;
  background-color: #E55C7E;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  border: none;
  margin-top: 40px;
}
#askulyell .btn::before {
  content: "";
  background: url("/resource/club_com/special/askulyell/images/icon_plus.svg") no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 8px;
}
#askulyell .btn.is-open::before {
  content: "";
  background: url("/resource/club_com/special/askulyell/images/icon_minus_close.svg") no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  margin-right: 8px;
}
#askulyell .btn:hover {
  opacity: 0.7;
}
#askulyell .cardContainer {
  display: flex;
  max-width: 976px;
  margin-left: auto;
  margin-right: auto;
}
#askulyell .cardContainer > * + * {
  margin-left: 16px;
}
#askulyell .cardContainer.is-hidden {
  display: none;
}
#askulyell .cardContainer.-typeA .cardContainer-item {
  width: 25%;
}
#askulyell .cardContainer.-typeA .cardContainer-item + .cardContainer-item {
  margin-left: 12px;
}
#askulyell .cardContainer.-typeA .cardList-item {
  background-color: #B6DDEE;
  padding: 16px;
}
#askulyell .cardContainer.-typeA .cardList-item + .cardList-item {
  margin-top: 12px;
}
#askulyell .cardContainer.-typeA .cardList-item.-light {
  background-color: #EAF7F8;
}
#askulyell .cardContainer.-typeB .cardContainer-item {
  width: 50%;
}
#askulyell .cardContainer.-typeB .cardList-item {
  background-color: #fff;
}
#askulyell .cardContainer.-typeC .cardContainer-item {
  width: 33.3333333333%;
}
#askulyell .cardContainer.-typeC .cardList-item {
  background-color: #F1F5F9;
  text-align: right;
}
#askulyell .cardContainer.-typeC .cardList-item-text {
  text-align: left;
}
#askulyell .cardContainer.-typeC .cardList-item-textlink {
  margin-top: 8px;
}
#askulyell .cardContainer.-typeC .cardList-item-img {
  margin-top: 24px;
}
#askulyell .cardList {
  width: auto;
}
#askulyell .cardList > * + * {
  margin-top: 16px;
}
#askulyell .cardList-item {
  padding: 24px;
  box-sizing: border-box;
  border-radius: 4px;
}
#askulyell .cardList-item-textlink {
  color: #183D9F;
  display: inline-flex;
  align-items: center;
}
#askulyell .cardList-item-textlink::after {
  content: "";
  background: url(https://cdn.askul.co.jp/cms/assets-club/images/icon_angle_right_blue.svg) no-repeat;
  width: 8px;
  height: 8px;
  display: block;
  margin-left: 8px;
}
#askulyell .cardList-item-textlink:hover {
  color: #ff8d00;
}
#askulyell .cardList-item-heading {
  font-size: 16px;
  color: #183D9F;
  padding-bottom: 8px;
  border-bottom: 1px solid #C2E2F1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#askulyell .cardList-item-heading::before {
  content: "";
  background: url("/resource/club_com/special/askulyell/images/icon_pencil.svg") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 8px;
}
#askulyell .cardList-item-img {
  margin-left: auto;
  margin-right: auto;
}
#askulyell .fade {
  animation: fadeIn 0.5s linear 0s;
}
#askulyell .is-hidden {
  display: none;
}
#askulyell .headingArea, #askulyell .scrollWrapper, #askulyell .btn, #askulyell .cardContainer {
  position: relative;
  z-index: 2;
}
#askulyell .contents-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-top: -80px;
}
#askulyell .contents-bg_item {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(1) {
  left: 0;
  animation: fall 10s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(2) {
  left: 15vw;
  animation: fall 15s linear infinite, rotate1 2s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(3) {
  left: 15vw;
  animation: fall 9s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(4) {
  left: 40vw;
  animation: fall 8s linear infinite, rotate2 4s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(5) {
  left: 60vw;
  animation: fall 10s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(6) {
  left: 65vw;
  animation: fall 11s linear infinite, rotate2 3s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(7) {
  left: 75vw;
  animation: fall 7s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(8) {
  left: 50vw;
  animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(9) {
  left: 60vw;
  animation: fall 4s linear infinite, rotate1 4s ease-in-out infinite alternate;
}
#askulyell .contents-bg_item:nth-child(10) {
  left: 15vw;
  animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
}