@charset "UTF-8";
/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.frd {
  color: #d8261c;
  font-weight: bold;
}

.fbl {
  color: #00aadb;
  font-weight: bold;
}

.fgn {
  color: #adff65;
  font-weight: bold;
}

.f24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .f24 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.f30 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .f30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.f36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .f36 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

.bgy {
  background-color: #feeb35;
  display: inline-block;
  padding: 0.6rem;
  font-weight: 700;
  line-height: 1;
}

.ubg {
  display: inline-block;
  position: relative;
}
.ubg:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #38cc74;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .ubg:after {
    content: none;
  }
}

.moviebox .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.moviebox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 728px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    max-width: none;
  }
}
/*************************
main
************************ */
.sctbox {
  position: relative;
  margin-top: 40px;
}
.sctbox .title {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 14px;
  display: flex;
  width: 40px;
  height: 100%;
  margin-right: 40px;
  flex-direction: column;
  justify-content: center;
  border-right: 2px solid #d8261c;
}
@media screen and (max-width: 768px) {
  .sctbox .title {
    margin-right: 0;
  }
}
.sctbox .title span {
  transform: rotate(-180deg);
  font-family: Exo, sans-serif;
  color: #d8261c;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
  line-height: 40px;
  writing-mode: vertical-rl;
}
.sctbox .title2 {
  text-align: center;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .sctbox .title2 {
    letter-spacing: 0;
  }
}
.sctbox .title2:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
  background-size: contain;
  margin: 0 auto 8px;
}
.sctbox .title3 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #525252;
  font-family: fot-tsukuardgothic-std, sans-serif;
  letter-spacing: 4px;
  border: 1px solid #e87d78;
  border-radius: 8px;
  background-color: #fff5f5;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .sctbox .title3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sctbox .title3 {
    height: 60px;
    line-height: 58px;
  }
}
@media screen and (max-width: 480px) {
  .sctbox .title3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
.sctbox .title3:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
  background-size: contain;
  position: absolute;
  left: 1.6rem;
  top: calc(50% - 9px);
}
.sctbox .title4 {
  font-size: 28px;
  text-align: center;
  color: #d8261c;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 40px;
}
@media screen and (max-width: 480px) {
  .sctbox .title4 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }
}
.sctbox:nth-of-type(odd) .title {
  left: 0;
  right: auto;
  margin-right: 0;
  margin-left: 40px;
  border-right: none;
  border-left: 2px solid #d8261c;
}
@media screen and (max-width: 768px) {
  .sctbox:nth-of-type(odd) .title {
    margin-left: 0;
  }
}

#head {
  margin-top: 0;
  padding-top: 100px;
}
#head .container {
  padding: 0 20px;
}
#head h1 {
  color: #d8261c;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #head h1.title2 {
    margin-bottom: 20px;
  }
}
#head h1.title2:before {
  background-image: url(../common/img/icon_video.png);
}
#head p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  font-family: ryo-display-plusn, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #head p {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #head p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
#head .mvimg {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
}
@media screen and (max-width: 480px) {
  #head .mvimg {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }
}
#head .mvimg img {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  #head .mvimg img {
    height: 32vh;
  }
}
@media screen and (max-width: 768px) {
  #head .mvimg img {
    height: 24vh;
  }
}

@media screen and (max-width: 480px) {
  #movielist {
    margin-top: 20px;
  }
}
#movielist .container {
  padding: 0 40px;
  max-width: none;
}
@media screen and (max-width: 480px) {
  #movielist .container {
    padding: 0 20px;
  }
}

.movieinr {
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .movieinr {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 480px) {
  .movieinr {
    margin-bottom: 20px;
  }
}

.movielink a {
  display: block;
  position: relative;
}
.movielink a figure {
  width: 100%;
  height: calc((100vw - 120px) / 3 / 680 * 380);
  border: 1px solid #d8261c;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .movielink a figure {
    height: calc((100vw - 120px) / 680 * 380);
  }
}
@media screen and (max-width: 480px) {
  .movielink a figure {
    height: calc((100vw - 60px) / 680 * 380);
  }
}
.movielink a figure:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url(../common/img/icon_play.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  top: calc((100vw - 120px) / 3 / 680 * 380 / 2 - 20px);
  left: calc(50% - 20px);
  z-index: 3;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 992px) {
  .movielink a figure:after {
    top: calc((100vw - 120px) / 680 * 380 / 2 - 20px);
  }
}
@media screen and (max-width: 480px) {
  .movielink a figure:after {
    top: calc((100vw - 60px) / 680 * 380 / 2 - 20px);
  }
}
.movielink a figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .movielink a figure img {
    position: relative;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.movielink a h2 {
  display: block;
  margin-top: 4px;
  padding: 4px 20px;
  border-radius: 4px;
  background-color: #d8261c;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 992px) {
  .movielink a h2 {
    letter-spacing: 0;
  }
}
.mouse .movielink a:hover {
  opacity: 1;
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}
.mouse .movielink a:hover figure:after {
  transform: rotateZ(360deg);
}

.weblesson {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 80px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .weblesson {
    margin-bottom: 20px;
  }
}
.weblesson dt img {
  width: 150px;
  height: 16px;
}
.weblesson dd {
  text-align: center;
}
.weblesson dd a {
  line-height: 52px;
  height: 52px;
  font-size: 20px;
  display: inline-block;
  width: 280px;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #d8261c, #ff9e99);
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 480px) {
  .weblesson dd a {
    width: 100%;
  }
}
.mouse .weblesson dd a:hover {
  transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
  transform-style: preserve-3d;
}