.introArea {
  text-align: center;
  padding: 100px 0 0;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .introArea {
    padding: 40px 0 0;
  }
}

.introTitle {
  max-width: 795px;
  width: 100%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .introTitle {
    max-width: 345px;
    margin: 0 auto 15px;
  }
}

.trialBtn {
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .trialBtn {
    margin: 0 auto 35px;
  }
}

.introTxt {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .introTxt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  .introTxt {
    font-size: 1.2rem;
  }
}
.introTxt .under1000 {
  display: none;
}
@media screen and (max-width: 1000px) {
  .introTxt .under1000 {
    display: inline;
  }
}
.introTxt.last {
  margin-top: 20px;
}
.introTxt .marker {
  font-size: 3.2rem;
  color: #de0031;
}
@media screen and (max-width: 767px) {
  .introTxt .marker {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 350px) {
  .introTxt .marker {
    font-size: 1.6rem;
  }
}

.video {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .video {
    margin-bottom: 80px;
  }
}
.video .message {
  text-align: center;
  position: relative;
}
.video .message .txtImg {
  margin: auto;
}
@media screen and (max-width: 767px) {
  .video .message .txtImg {
    margin: auto;
  }
}
.video .message .txtImg img {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .video .message .txtImg img {
    margin-top: -18px;
  }
}
.video .message::before {
  content: "";
  width: 700px;
  height: 540px;
  margin: auto;
  background-color: #004da0;
  border-radius: 100%;
  display: block;
  z-index: -1;
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .video .message::before {
    width: 300px;
    height: 200px;
    top: -30px;
  }
}
.video .message::after {
  content: "";
  width: 168px;
  height: 22px;
  margin: auto;
  background: url(/video/shop/images/img_index01.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .video .message::after {
    width: 93px;
    height: 12px;
  }
}
.video .wrapper {
  padding: 20px;
  background: linear-gradient(0deg, #00396d 5%, #004da0 100%);
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .video .wrapper {
    padding: 5px;
  }
}
.video .titleArea {
  height: 186px;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .video .titleArea {
    height: 94px;
  }
}
@media screen and (max-width: 767px) {
  .video.video01 .message .txtImg img {
    width: 160px;
  }
}
.video.video01 .titleArea {
  background: url(/video/shop/images/bg_sub_index01.png) center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .video.video01 .title {
    width: 228px;
  }
}
@media screen and (max-width: 767px) {
  .video.video02 .message .txtImg img {
    width: 193px;
  }
}
.video.video02 .titleArea {
  background: url(/video/shop/images/bg_sub_index02.png) center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .video.video02 .title {
    width: 226px;
  }
}
.video.video03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .video.video03 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .video.video03 .message .txtImg img {
    width: 200px;
  }
}
.video.video03 .titleArea {
  background: url(/video/shop/images/bg_sub_index03.png) center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .video.video03 .title {
    width: 265px;
  }
}
.video .inner {
  padding: 0 5px 5px 5px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.video .line {
  border-right: 1px solid #004da0;
  border-bottom: 1px solid #004da0;
  border-left: 1px solid #004da0;
}
.video .descriptionArea {
  margin: 0 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #004da0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .video .descriptionArea {
    margin: 0 8px;
    padding: 8px 0 20px;
    border-bottom: none;
    flex-wrap: wrap;
  }
}
.video .descriptionArea .img {
  width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .video .descriptionArea .img {
    text-align: center;
    width: 100%;
  }
}
.video .descriptionArea .txtArea {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .video .descriptionArea .txtArea {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.video .descriptionArea .descriptionTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .video .descriptionArea .descriptionTitle {
    font-size: 1.4rem;
  }
}
.video .descriptionArea .txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .video .descriptionArea .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .video .descriptionArea .txt {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.video .descriptionArea .generalBtn a {
  max-width: 290px;
  margin: 0;
  padding: 0 45px 0 35px;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .video .descriptionArea .generalBtn a {
    max-width: inherit;
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: block;
    line-height: 43px;
  }
}
.video .contentsArea {
  margin: 0 20px;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .video .contentsArea {
    margin: 0 8px;
    padding: 0 0 20px;
  }
}
.video .contentsArea .contentsTitle {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #004da0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .video .contentsArea .contentsTitle {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.video .setBtn {
  max-width: 662px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .video .setBtn {
    margin: 0 auto 5px;
  }
}
.video .setList {
  display: flex;
  flex-wrap: wrap;
}
.video .setList li {
  width: 32%;
  margin-right: 2%;
}
.video .setList li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .video .setList li {
    width: 49%;
  }
  .video .setList li:nth-child(3n) {
    margin-right: 2%;
  }
  .video .setList li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .video .setList li {
    width: 100%;
    margin-right: 0;
  }
  .video .setList li:nth-child(3n) {
    margin-right: 0;
  }
}
.video .setList a {
  font-size: 1.5rem;
  height: 50px;
  border-bottom: 1px dashed #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .video .setList a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .video .setList a {
    font-size: 1.2rem;
    height: 30px;
  }
}
.video .setList a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/video/common/images/arrow_circle_common02.svg) no-repeat;
  background-size: contain;
  display: block;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .video .setList a::after {
    width: 13px;
    height: 13px;
  }
}

.leadArea {
  padding: 80px 0;
  background: url(/video/shop/images/bg_lead_index01.png) center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .leadArea {
    padding: 40px 0 80px;
  }
}
.leadArea .leadSubTitle {
  display: flex;
  justify-content: center;
}
.leadArea .leadTxt {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  line-height: 1.75;
  margin-top: 35px;
}
@media screen and (max-width: 1000px) {
  .leadArea .leadTxt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .leadArea .leadTxt {
    font-size: 1.4rem;
    margin-top: 25px;
  }
}
.leadArea .leadBtn {
  max-width: 530px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .leadArea .leadBtn {
    margin: 25px auto 0;
  }
}
.leadArea .leadBtnList {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .leadArea .leadBtnList {
    margin-top: 20px;
    flex-wrap: wrap;
  }
}
.leadArea .leadBtnList li {
  width: 30%;
}
@media screen and (max-width: 1000px) {
  .leadArea .leadBtnList li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .leadArea .leadBtnList li {
    width: 100%;
  }
  .leadArea .leadBtnList li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.leadArea .leadBtnList li a {
  width: auto;
  padding: 0 45px 0 35px;
}
@media screen and (max-width: 1000px) {
  .leadArea .leadBtnList li a {
    padding: 0 45px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .leadArea .leadBtnList li a {
    padding: 0 10px;
  }
}

.aboutMovieArea01 {
  padding: 100px 0 200px;
  background: url("../../about/images/bg_about03_01.png") no-repeat 100% 0;
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 {
    padding: 60px 0 120px;
    background-size: 720px;
    background-position: 100% 0;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 .container {
    max-width: 320px;
  }
}
.aboutMovieArea01 li {
  width: 32%;
}
@media print, screen and (min-width: 768px) {
  .aboutMovieArea01 li {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 li:not(:last-child) {
    margin-bottom: 60px;
  }
}
.aboutMovieArea01 .aboutMovieTxt01 {
  max-width: 278px;
  margin: 0 auto 40px;
  background: url("../../about/images/bg_title02_01.svg") no-repeat 0 0/31px 51px, url("../../about/images/bg_title02_02.svg") no-repeat 100% 0/31px 51px;
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 .aboutMovieTxt01 {
    max-width: 240px;
    background-size: 28px 48px;
  }
}
.aboutMovieArea01 .aboutMovieTxt01 img {
  height: 54px;
}
@media screen and (max-width: 1000px) {
  .aboutMovieArea01 .aboutMovieTxt01 img {
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 .aboutMovieTxt01 img {
    height: 46px;
  }
}
.aboutMovieArea01 .aboutContent01 {
  background: #f9f7ef;
  border: 4px solid #b19e7b;
  position: relative;
}
.aboutMovieArea01 .aboutContent01:after {
  content: "";
  width: 155px;
  height: 40px;
  margin: 0 auto;
  background: url("../../about/images/bg_about03_02.png") no-repeat 0 0/155px 41px;
  position: absolute;
  top: -36px;
  right: 0;
  left: 0;
}
.aboutMovieArea01 .aboutDetailArea01,
.aboutMovieArea01 .aboutDetail01 {
  border-width: 2px;
  border-style: solid;
}
.aboutMovieArea01 .aboutDetailArea01 {
  border-color: #fff;
}
.aboutMovieArea01 .aboutDetail01 {
  padding: 20px 10px 10px;
  border-color: #b19e7b;
}
.aboutMovieArea01 h3 {
  font-size: 2rem;
  color: #003d87;
  line-height: 1.1;
}
@media screen and (max-width: 1000px) {
  .aboutMovieArea01 h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 h3 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.aboutMovieArea01 h3 .red {
  font-size: 4.2rem;
}
@media screen and (max-width: 1000px) {
  .aboutMovieArea01 h3 .red {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 h3 .red {
    font-size: 2.8rem;
  }
}
.aboutMovieArea01 .aboutImg01 {
  margin: 15px 0;
  padding-bottom: 15px;
  background: url("../../about/images/bg_about03_03.png") no-repeat 50% 100%/100%;
}
.aboutMovieArea01 h4 {
  font-size: 1.8rem;
  color: #633e0d;
  margin-bottom: 10px;
  line-height: 1.75;
}
.aboutMovieArea01 .generalBtn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .aboutMovieArea01 .generalBtn {
    margin-top: 20px;
  }
}
.aboutMovieArea01 .generalBtn a {
  width: 100%;
  padding: 0;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .aboutMovieArea01 .generalBtn a {
    height: 48px;
  }
}

.aboutMovieArea01 h3 .red {
  color: #de0031;
}

#grammar, #travel, #lifestyle {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #grammar, #travel, #lifestyle {
    margin-top: -140px;
    padding-top: 140px;
  }
}