@charset "UTF-8";
/*=========================
# colors
=========================*/
body {
  font-size: 14px;
  line-height: 1.4;
  color: #474747;
  font-family: sans-serif;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.inner {
  margin: 0 auto;
}

@media (min-width: 771px) {
  .inner {
    padding: 0 10px;
    max-width: 1170px;
  }
}

@media (max-width: 770px) {
  .inner {
    padding: 0 15px;
  }
}

img {
  width: 100%;
}

@media (max-width: 770px) {
  .pc {
    display: none;
  }
}

@media (min-width: 771px) {
  .sp {
    display: none;
  }
}

main {
  overflow: hidden;
  flex: 1;
}

.submit input {
  width: 100%;
}

.my_column input {
  width: 100% !important;
  padding: 12px 18px !important;
  border-radius: 5px !important;
}

/* util
---------------------------*/
a {
  color: #0F0E17;
}

/* main-visual
-------------------------*/
.main-visual {
  background: transparent url(../img/bg.png) no-repeat center center/cover;
  color: #FFFFFE;
  margin-bottom: 70px;
}

@media (max-width: 770px) {
  .main-visual {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 50px;
  }
}

.main-visual .inner {
  max-width: 1170px;
}

@media (max-width: 770px) {
  .main-visual .inner {
    padding: 0 10px;
  }
}

.main-visual .main-visual-txt {
  margin: 0px auto;
  max-width: 100%;
  outline: none;
}

@media (min-width: 771px) {
  .main-visual .main-visual-txt {
    width: 50%;
    padding: 10px 40px 20px;
  }
}

@media (max-width: 770px) {
  .main-visual .main-visual-txt {
    padding: 0 10px;
  }
}

.main-visual .main-visual-txt p {
  text-align: center;
  font-size: 12px;
}

@media (max-width: 770px) {
  .main-visual .main-visual-txt p {
    font-size: 10px;
  }
}

.main-visual .main-visual-img {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 770px) {
  .main-visual .main-visual-img {
    margin-bottom: 15px;
  }
}

.main-visual #Usermail {
  border-radius: 5px !important;
  background: #FFFFFE;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 18px;
  box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  font-size: 16px;
  width: 100%;
}

.main-visual .submit {
  margin-top: 5px !important;
  margin-bottom: 10px;
}

.main-visual .submit input {
  width: 100%;
  cursor: pointer;
}

/* コース
---------------------------*/
.course {
  margin-bottom: 30px;
}

@media (max-width: 770px) {
  .course {
    margin-bottom: 20px;
  }
}

.course .inner {
  max-width: 1120px;
}

@media (max-width: 770px) {
  .course .inner {
    padding: 0 15px;
  }
}

.course h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 770px) {
  .course h2 {
    font-size: 20px;
  }
}

.course .course-contents {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px auto;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .course .course-contents {
    width: 80%;
  }
}

.course .course-contents .course-content {
  margin-bottom: 50px;
}

@media (min-width: 771px) {
  .course .course-contents .course-content {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 771px) {
  .course .course-contents .course-content .course-img {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 770px) {
  .course .course-contents .course-content .course-img {
    margin-bottom: 25px;
  }
}

@media (min-width: 771px) {
  .course .course-contents .course-content .course-txt {
    width: 66.6666%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.course .course-contents .course-content .course-txt h3 {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
}

.course .course-contents .course-content .course-txt ul li {
  font-size: 16px;
}

@media (max-width: 770px) {
  .course .course-contents .course-content .course-txt ul li {
    font-size: 13px;
  }
}

.course .content_form {
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0 auto;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .course .content_form {
    width: 65%;
  }
}

.course #Usermail {
  border-radius: 5px !important;
  background: #FFFFFE;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 18px;
  box-shadow: inset 0 1px 2px rgba(130, 137, 150, 0.23), 0 1px 0 rgba(255, 255, 255, 0.95) !important;
  font-size: 16px;
  width: 100%;
}

.course .submit {
  margin-top: 10px !important;
  margin-bottom: 10px;
}

.course .submit input {
  width: 100%;
  cursor: pointer;
}

/* どうすれば、自分を抑圧する隠れたブレーキを外し、本当の望みを叶えることが出来るのか？
---------------------------*/
.how {
  background: transparent url(../img/bg.png) no-repeat center center/cover;
  padding-top: 30px;
}

@media (max-width: 770px) {
  .how {
    background: black url(../img/bg.png) no-repeat 100% 100%;
  }
}

.how .inner {
  max-width: 1120px;
}

@media (max-width: 770px) {
  .how .inner {
    padding: 0 15px;
  }
}

.how .how-inner {
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 15px auto 0px;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .how .how-inner {
    width: 70%;
  }
}

.how h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 40px;
  color: #2cff1b;
}

@media (max-width: 770px) {
  .how h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.how h2.sp {
  font-size: 17px;
}

.how .how-txt {
  margin-bottom: 80px;
}

.how .how-txt p {
  color: #FFFFFE;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media (max-width: 770px) {
  .how .how-txt p {
    font-size: 15px;
  }
}

.how .how-txt.why-txt {
  margin-bottom: 20px;
}

/* 『モンスターコーチング』講師
---------------------------*/
.teacher {
  padding-top: 20px;
  margin-bottom: 30px;
}

.teacher .inner {
  max-width: 1170px;
}

@media (max-width: 770px) {
  .teacher .inner {
    padding: 0 15px;
  }
}

.teacher .teacher-inner {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 30px auto 0px;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .teacher .teacher-inner {
    width: 65%;
  }
}

.teacher h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #474747;
}

@media (max-width: 770px) {
  .teacher h2 {
    font-size: 20px;
  }
}

.teacher .teacher-img {
  max-width: 220px;
  margin: 0 auto 20px;
}

.teacher h3 {
  font-size: 22px;
  color: #474747;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 770px) {
  .teacher h3 {
    font-size: 17px;
  }
}

@media (max-width: 770px) {
  .teacher .teacher-txt {
    margin-bottom: 50px;
  }
}

.teacher .teacher-txt p {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: normal;
}

@media (max-width: 770px) {
  .teacher .teacher-txt p {
    font-size: 15px;
  }
}

/* thanks 
--------------*/
.thanks header {
  padding: 10px 0;
  background: #0F0E17;
}

.thanks header p {
  color: #FFFFFE;
  font-weight: bold;
  text-align: center;
  font-size: 34px;
}

@media (max-width: 770px) {
  .thanks header p {
    font-size: 18px;
  }
}

.thanks .movie {
  text-align: center;
  background: #FFFFFE;
}

.thanks .movie .movie-inner {
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0px auto;
  outline: none;
  width: 80%;
  max-width: 100%;
}

@media (max-width: 770px) {
  .thanks .movie .movie-inner {
    width: 100%;
  }
}

.thanks .movie p {
  font-size: 18px;
}

@media (max-width: 770px) {
  .thanks .movie p {
    font-size: 12px;
  }
}

.thanks .movie .elVideoWrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #111111;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#1f1f1f), to(#111));
  background-image: -webkit-linear-gradient(top, #1f1f1f, #111);
  background-image: -moz-linear-gradient(top, #1f1f1f, #111);
  background-image: -o-linear-gradient(top, #1f1f1f, #111);
  background-image: -ms-linear-gradient(top, #1f1f1f, #111);
  background-image: linear-gradient(to bottom, #1f1f1f, #111);
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  outline: none;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 771px) {
  .thanks .movie .elVideoWrapper {
    width: 50% !important;
  }
}

.thanks .movie .elVideoWrapper .elVideoplaceholder {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-bottom: 0px;
  z-index: 1;
  display: none;
}

.thanks .movie .elVideoWrapper .elVideoplaceholder .elVideoplaceholder_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  background-image: url(/images/videoplaceholderbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.thanks .movie .elVideoWrapper .elVideoSkin1 .elVideo {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.thanks .movie .elVideoWrapper .fluid-width-video-wrapper {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  padding: 0;
}

.thanks .movie .elVideoWrapper .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.thanks .gentei {
  text-align: center;
  font-weight: bold;
  padding-bottom: 50px;
}

@media (max-width: 770px) {
  .thanks .gentei {
    padding-bottom: 40px;
  }
}

@media (max-width: 770px) {
  .thanks .gentei .inner {
    padding: 0;
  }
}

.thanks .gentei .gentei-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px auto;
  outline: none;
  width: 80%;
  max-width: 100%;
  background-color: #f2f2f2;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-attachment: fixed !important;
  background-repeat: repeat repeat !important;
  background-position: center center;
  position: relative;
}

@media (max-width: 770px) {
  .thanks .gentei .gentei-inner {
    width: 100%;
  }
}

.thanks .gentei .gentei-inner .gentei-1 {
  color: #FFFFFE;
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 15px;
}

@media (max-width: 770px) {
  .thanks .gentei .gentei-inner .gentei-1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.thanks .gentei .gentei-inner .gentei-2 {
  color: #2CFF1B;
  text-align: center;
  font-size: 44px;
  line-height: 1.3em;
}

@media (max-width: 770px) {
  .thanks .gentei .gentei-inner .gentei-2 {
    font-size: 23px;
  }
}

.thanks .gentei .arrow {
  width: 200px;
  margin: 60px auto 0;
}

@media (max-width: 770px) {
  .thanks .gentei .arrow {
    margin: 40px auto 0;
  }
}

.thanks .session {
  background: transparent url(../img/bg.png) no-repeat top center/cover;
  padding-top: 10px;
  padding-bottom: 30px;
}

@media (max-width: 770px) {
  .thanks .session {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.thanks .session .inner {
  max-width: 1170px;
}

.thanks .session .session-img {
  max-width: 600px;
  margin: 0 auto 10px;
}

@media (max-width: 770px) {
  .thanks .session .session-img {
    margin-bottom: 15px;
  }
}

.thanks .session .btn {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0px auto;
  width: 50%;
  max-width: 100%;
  outline: none;
}

@media (max-width: 770px) {
  .thanks .session .btn {
    width: 100%;
  }
}

.thanks .session .btn a {
  width: 100%;
  color: #2f2f2f;
  background: #2cff1b;
  font-size: 18px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: block;
}

.thanks .session .btn a:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.thanks .thanks1 {
  background: #0F0E17;
  color: #FFFFFE;
  padding-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 770px) {
  .thanks .thanks1 {
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
}

.thanks .thanks1 .thanks1-inner {
  margin: 0px auto;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .thanks .thanks1 .thanks1-inner {
    width: 75%;
    padding: 0px 40px 25px;
  }
}

@media (max-width: 770px) {
  .thanks .thanks1 .thanks1-inner {
    padding: 0 10px;
  }
}

.thanks .thanks1 .thanks1-inner p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5em;
}

@media (max-width: 770px) {
  .thanks .thanks1 .thanks1-inner p {
    font-size: 15px;
    font-weight: normal;
  }
}

.thanks .thanks1 .thanks1-inner .thanks1-img {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 770px) {
  .thanks .hiyaku {
    padding-bottom: 50px;
  }
}

.thanks .hiyaku h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 50px;
}

@media (max-width: 770px) {
  .thanks .hiyaku h2 {
    font-size: 23px;
  }
}

.thanks .hiyaku .hiyaku-inner {
  margin: 0px auto;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .thanks .hiyaku .hiyaku-inner {
    width: 75%;
    padding: 0px 40px 25px;
  }
}

@media (max-width: 770px) {
  .thanks .hiyaku .hiyaku-inner {
    padding: 0 10px;
  }
}

.thanks .hiyaku .hiyaku-inner p {
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 1.5em;
}

@media (max-width: 770px) {
  .thanks .hiyaku .hiyaku-inner p {
    font-size: 15px;
  }
}

.thanks .hiyaku .hiyaku-inner .btn {
  outline: none;
}

.thanks .hiyaku .hiyaku-inner .btn a {
  width: 100%;
  color: #FFFFFE;
  background: #ff9800;
  font-size: 18px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: block;
}

.thanks .hiyaku .hiyaku-inner .btn a:hover {
  opacity: 0.9;
}

.thanks .teacher-black {
  background: transparent url(../img/bg.png) no-repeat top center/cover;
  color: #FFFFFE;
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media (max-width: 770px) {
  .thanks .teacher-black {
    background: black url(../img/bg.png) no-repeat 100% 100%;
  }
}

.thanks .teacher-black h2 {
  color: #FFFFFE;
}

@media (max-width: 770px) {
  .thanks .teacher-black h2 {
    font-size: 23px;
  }
}

.thanks .teacher-black h3 {
  color: #FFFFFE;
}

@media (max-width: 770px) {
  .thanks .teacher-black h3 {
    font-size: 25px;
  }
}

.thanks .teacher-black p {
  font-size: 16px;
  font-weight: bold;
}

.thanks .teacher-black .btn {
  outline: none;
  margin-bottom: 70px;
}

.thanks .teacher-black .btn a {
  width: 100%;
  color: #2f2f2f;
  background: #2cff1b;
  font-size: 18px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: block;
}

.thanks .teacher-black .btn a:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.thanks .teacher-black .techer-black-footer {
  border-top: 1px solid #FFFFFE;
  padding-top: 20px;
}

.thanks .teacher-black .techer-black-footer ul {
  display: flex;
  justify-content: center;
}

.thanks .teacher-black .techer-black-footer ul li:nth-child(1) {
  padding-right: 30px;
}

.thanks .teacher-black .techer-black-footer ul li a {
  color: #FFFFFE;
}

.thanks footer {
  display: none;
}

/* 動画ページ1
----------------------*/
.page-movie-1 .inner {
  max-width: 960px;
}

@media (max-width: 770px) {
  .page-movie-1 .inner {
    padding: 0;
  }
}

.page-movie-1 .movie-bg {
  margin: 0px auto;
  outline: none;
  max-width: 100%;
  padding: 10px 0px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-1 .movie-bg {
    width: 80%;
  }
}

@media (max-width: 770px) {
  .page-movie-1 .movie-bg {
    padding: 0 15px 5px;
    margin: 0 0 10px;
  }
}

.page-movie-1 .movie-bg .movie-img {
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-1 .movie-bg .movie-list ul {
    display: flex;
  }
}

@media (min-width: 771px) {
  .page-movie-1 .movie-bg .movie-list ul li {
    width: 33.333333%;
    padding: 0 25px;
    text-align: center;
  }
}

@media (max-width: 770px) {
  .page-movie-1 .movie-bg .movie-list ul li {
    font-size: 14px;
    padding-left: 2em;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}

.page-movie-1 .movie-bg .movie-list ul li:nth-child(1) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-1 .movie-bg .movie-list ul li i {
  color: #d2322d;
  margin-left: -2em;
  margin-right: 0.71428571em;
  width: 1.25em;
  font-size: 14px;
}

@media (min-width: 771px) {
  .page-movie-1 .movie-bg .movie-list ul li .movie-img {
    margin-bottom: 5px;
  }
}

@media (min-width: 771px) {
  .page-movie-1 .movie-bg .movie-list ul li h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (min-width: 771px) {
  .page-movie-1 .movie-bg .movie-list ul li p {
    font-size: 12px;
  }
}

@media (max-width: 770px) {
  .page-movie-1 .movie-inner {
    padding: 0 15px;
  }
}

.page-movie-1 .movie-inner h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  color: #243b64;
}

@media (max-width: 770px) {
  .page-movie-1 .movie-inner h1 {
    font-size: 20px;
  }
}

.page-movie-1 .movie-inner .elVideoWrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #111111;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#1f1f1f), to(#111));
  background-image: -webkit-linear-gradient(top, #1f1f1f, #111);
  background-image: -moz-linear-gradient(top, #1f1f1f, #111);
  background-image: -o-linear-gradient(top, #1f1f1f, #111);
  background-image: -ms-linear-gradient(top, #1f1f1f, #111);
  background-image: linear-gradient(to bottom, #1f1f1f, #111);
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  outline: none;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 771px) {
  .page-movie-1 .movie-inner .elVideoWrapper {
    width: 75% !important;
  }
}

.page-movie-1 .movie-inner .elVideoWrapper .elVideoplaceholder {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-bottom: 0px;
  z-index: 1;
  display: none;
}

.page-movie-1 .movie-inner .elVideoWrapper .elVideoplaceholder .elVideoplaceholder_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  background-image: url(/images/videoplaceholderbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.page-movie-1 .movie-inner .elVideoWrapper .elVideoSkin1 .elVideo {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.page-movie-1 .movie-inner .elVideoWrapper .fluid-width-video-wrapper {
  padding-top: 50%;
  width: 100%;
  position: relative;
  padding: 0;
}

.page-movie-1 .movie-inner .elVideoWrapper .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.page-movie-1 .page-movie-1-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-top: 30px;
}

.page-movie-1 .page-movie-1-footer ul {
  display: flex;
  justify-content: center;
}

.page-movie-1 .page-movie-1-footer ul li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

/* 動画ページ2
----------------------*/
.page-movie-2 .inner {
  max-width: 960px;
}

@media (max-width: 770px) {
  .page-movie-2 .inner {
    padding: 0;
  }
}

.page-movie-2 .movie-bg {
  margin: 0px auto;
  outline: none;
  max-width: 100%;
  padding: 10px 0px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-2 .movie-bg {
    width: 80%;
  }
}

@media (max-width: 770px) {
  .page-movie-2 .movie-bg {
    padding: 0 15px 5px;
    margin: 0 0 10px;
  }
}

.page-movie-2 .movie-bg .movie-img {
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-2 .movie-bg .movie-list ul {
    display: flex;
  }
}

@media (min-width: 771px) {
  .page-movie-2 .movie-bg .movie-list ul li {
    width: 33.333333%;
    padding: 0 25px;
    text-align: center;
  }
}

@media (max-width: 770px) {
  .page-movie-2 .movie-bg .movie-list ul li {
    font-size: 14px;
    padding-left: 2em;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}

.page-movie-2 .movie-bg .movie-list ul li:nth-child(1) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-2 .movie-bg .movie-list ul li:nth-child(2) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-2 .movie-bg .movie-list ul li i {
  color: #d2322d;
  margin-left: -2em;
  margin-right: 0.71428571em;
  width: 1.25em;
  font-size: 14px;
}

.page-movie-2 .movie-bg .movie-list ul li .movie-img {
  display: block;
}

@media (min-width: 771px) {
  .page-movie-2 .movie-bg .movie-list ul li .movie-img {
    margin-bottom: 5px;
  }
}

@media (min-width: 771px) {
  .page-movie-2 .movie-bg .movie-list ul li h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (min-width: 771px) {
  .page-movie-2 .movie-bg .movie-list ul li p {
    font-size: 12px;
  }
}

.page-movie-2 .movie-bg .movie-list ul li a {
  color: #1155cc;
  text-decoration: underline;
}

@media (min-width: 771px) {
  .page-movie-2 .movie-bg .movie-list ul li a {
    font-size: 12px;
  }
}

@media (max-width: 770px) {
  .page-movie-2 .movie-inner {
    padding: 0 15px;
  }
}

.page-movie-2 .movie-inner h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  color: #243b64;
}

@media (max-width: 770px) {
  .page-movie-2 .movie-inner h1 {
    font-size: 20px;
  }
}

.page-movie-2 .movie-inner .elVideoWrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #111111;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#1f1f1f), to(#111));
  background-image: -webkit-linear-gradient(top, #1f1f1f, #111);
  background-image: -moz-linear-gradient(top, #1f1f1f, #111);
  background-image: -o-linear-gradient(top, #1f1f1f, #111);
  background-image: -ms-linear-gradient(top, #1f1f1f, #111);
  background-image: linear-gradient(to bottom, #1f1f1f, #111);
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  outline: none;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 771px) {
  .page-movie-2 .movie-inner .elVideoWrapper {
    width: 75% !important;
  }
}

.page-movie-2 .movie-inner .elVideoWrapper .elVideoplaceholder {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-bottom: 0px;
  z-index: 1;
  display: none;
}

.page-movie-2 .movie-inner .elVideoWrapper .elVideoplaceholder .elVideoplaceholder_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  background-image: url(/images/videoplaceholderbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.page-movie-2 .movie-inner .elVideoWrapper .elVideoSkin1 .elVideo {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.page-movie-2 .movie-inner .elVideoWrapper .fluid-width-video-wrapper {
  padding-top: 50%;
  width: 100%;
  position: relative;
  padding: 0;
}

.page-movie-2 .movie-inner .elVideoWrapper .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.page-movie-2 .page-movie-2-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-top: 30px;
}

.page-movie-2 .page-movie-2-footer ul {
  display: flex;
  justify-content: center;
}

.page-movie-2 .page-movie-2-footer ul li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

/* 動画ページ3
----------------------*/
.page-movie-3 .inner {
  max-width: 960px;
}

@media (max-width: 770px) {
  .page-movie-3 .inner {
    padding: 0;
  }
}

.page-movie-3 .movie-bg {
  margin: 0px auto;
  outline: none;
  max-width: 100%;
  padding: 10px 0px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-3 .movie-bg {
    width: 80%;
  }
}

@media (max-width: 770px) {
  .page-movie-3 .movie-bg {
    padding: 0 15px 5px;
    margin: 0 0 10px;
  }
}

.page-movie-3 .movie-bg .movie-img {
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-3 .movie-bg .movie-list ul {
    display: flex;
  }
}

@media (min-width: 771px) {
  .page-movie-3 .movie-bg .movie-list ul li {
    width: 33.333333%;
    padding: 0 25px;
    text-align: center;
  }
}

@media (max-width: 770px) {
  .page-movie-3 .movie-bg .movie-list ul li {
    font-size: 14px;
    padding-left: 2em;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}

.page-movie-3 .movie-bg .movie-list ul li:nth-child(1) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-3 .movie-bg .movie-list ul li:nth-child(2) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-3 .movie-bg .movie-list ul li:nth-child(3) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-3 .movie-bg .movie-list ul li i {
  color: #d2322d;
  margin-left: -2em;
  margin-right: 0.71428571em;
  width: 1.25em;
  font-size: 14px;
}

.page-movie-3 .movie-bg .movie-list ul li .movie-img {
  display: block;
}

@media (min-width: 771px) {
  .page-movie-3 .movie-bg .movie-list ul li .movie-img {
    margin-bottom: 5px;
  }
}

@media (min-width: 771px) {
  .page-movie-3 .movie-bg .movie-list ul li h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (min-width: 771px) {
  .page-movie-3 .movie-bg .movie-list ul li p {
    font-size: 12px;
  }
}

.page-movie-3 .movie-bg .movie-list ul li a {
  color: #1155cc;
  text-decoration: underline;
}

@media (min-width: 771px) {
  .page-movie-3 .movie-bg .movie-list ul li a {
    font-size: 12px;
  }
}

@media (max-width: 770px) {
  .page-movie-3 .movie-inner {
    padding: 0 15px;
  }
}

.page-movie-3 .movie-inner h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  color: #243b64;
}

@media (max-width: 770px) {
  .page-movie-3 .movie-inner h1 {
    font-size: 20px;
  }
}

.page-movie-3 .movie-inner .elVideoWrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #111111;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#1f1f1f), to(#111));
  background-image: -webkit-linear-gradient(top, #1f1f1f, #111);
  background-image: -moz-linear-gradient(top, #1f1f1f, #111);
  background-image: -o-linear-gradient(top, #1f1f1f, #111);
  background-image: -ms-linear-gradient(top, #1f1f1f, #111);
  background-image: linear-gradient(to bottom, #1f1f1f, #111);
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  outline: none;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 771px) {
  .page-movie-3 .movie-inner .elVideoWrapper {
    width: 75% !important;
  }
}

.page-movie-3 .movie-inner .elVideoWrapper .elVideoplaceholder {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-bottom: 0px;
  z-index: 1;
  display: none;
}

.page-movie-3 .movie-inner .elVideoWrapper .elVideoplaceholder .elVideoplaceholder_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  background-image: url(/images/videoplaceholderbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.page-movie-3 .movie-inner .elVideoWrapper .elVideoSkin1 .elVideo {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.page-movie-3 .movie-inner .elVideoWrapper .fluid-width-video-wrapper {
  padding-top: 50%;
  width: 100%;
  position: relative;
  padding: 0;
}

.page-movie-3 .movie-inner .elVideoWrapper .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.page-movie-3 h3 {
  text-align: center;
  color: #606060;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 770px) {
  .page-movie-3 h3 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.page-movie-3-session {
  background: transparent url(../img/bg.png) no-repeat top center/cover;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

@media (max-width: 770px) {
  .page-movie-3-session {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.page-movie-3-session .inner {
  max-width: 1170px;
}

.page-movie-3-session .session-img {
  width: 58%;
  margin: 0 auto 30px;
}

@media (max-width: 770px) {
  .page-movie-3-session .session-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.page-movie-3-session .btn {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0px auto;
  width: 45%;
  max-width: 100%;
  outline: none;
}

@media (max-width: 770px) {
  .page-movie-3-session .btn {
    width: 100%;
  }
}

.page-movie-3-session .btn a {
  width: 100%;
  color: #2f2f2f;
  background: #2cff1b;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: block;
  animation: pulseGlow 2s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0px 0px 2.5px 1px rgba(255, 255, 255, 0.25);
  }
  50% {
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
  }
  85% {
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

.feature {
  margin-bottom: 50px;
}

.feature .inner {
  max-width: 1170px;
}

.feature .feature-inner {
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .feature .feature-inner {
    margin: 30px auto 0px;
    width: 75%;
    padding: 0px 25px 10px;
  }
}

.feature .feature-inner h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 770px) {
  .feature .feature-inner h2 {
    font-size: 23px;
  }
}

.feature .feature-inner .feature-list {
  text-align: left;
  font-size: 24px;
  color: #2d2d2d;
  background-color: #fafafa;
  padding: 10px;
  line-height: 1.5em;
}

@media (max-width: 770px) {
  .feature .feature-inner .feature-list {
    font-size: 15px;
  }
}

.feature .feature-inner .feature-list span {
  color: #00b900;
  font-weight: bold;
}

.nayami {
  margin-bottom: 40px;
}

.nayami .inner {
  max-width: 1170px;
}

@media (max-width: 770px) {
  .nayami .inner {
    padding: 0;
  }
}

.nayami h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 770px) {
  .nayami h2 {
    font-size: 23px;
  }
}

.nayami .nayami-list-top {
  margin: 25px auto 0px;
  outline: none;
  border-color: #00b900;
  max-width: 100%;
  border-width: 2px;
  border-style: dotted;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: repeat repeat !important;
  background-position: center center;
  border-bottom: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 150px;
}

@media (min-width: 771px) {
  .nayami .nayami-list-top {
    width: 65%;
    padding: 20px 10px;
  }
}

@media (max-width: 770px) {
  .nayami .nayami-list-top {
    width: 100%;
    padding: 0 10px;
  }
}

@media (min-width: 771px) {
  .nayami .nayami-list-top ul {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 770px) {
  .nayami .nayami-list-top ul {
    padding: 0 10px;
  }
}

.nayami .nayami-list-top ul li {
  text-align: center;
}

@media (min-width: 771px) {
  .nayami .nayami-list-top ul li {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 770px) {
  .nayami .nayami-list-top ul li {
    margin-bottom: 20px;
  }
}

.nayami .nayami-list-top ul li h3 {
  margin-top: 10px;
  outline: none;
  cursor: pointer;
  background-color: #00b900;
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-size: 36px;
  color: white;
  line-height: 1.3em;
  font-weight: bold;
}

.nayami .nayami-list-top ul li p {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.5em;
  font-weight: bold;
  padding: 10px;
}

@media (max-width: 770px) {
  .nayami .nayami-list-top ul li p {
    font-size: 15px;
  }
}

.nayami .nayami-list-bottom {
  margin: 0px auto;
  outline: none;
  border-color: #00b900;
  max-width: 100%;
  border-width: 2px;
  border-style: dotted;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: repeat repeat !important;
  background-position: center center;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 150px;
}

@media (min-width: 771px) {
  .nayami .nayami-list-bottom {
    width: 65%;
    padding: 0px 100px 10px;
  }
}

@media (max-width: 770px) {
  .nayami .nayami-list-bottom {
    width: 100%;
    padding: 0px 10px 10px;
  }
}

@media (min-width: 771px) {
  .nayami .nayami-list-bottom ul {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 770px) {
  .nayami .nayami-list-bottom ul {
    padding: 0 10px;
  }
}

.nayami .nayami-list-bottom ul li {
  text-align: center;
}

@media (min-width: 771px) {
  .nayami .nayami-list-bottom ul li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.nayami .nayami-list-bottom ul li h3 {
  margin-top: 10px;
  outline: none;
  cursor: pointer;
  background-color: #00b900;
  font-family: "Open Sans", Helvetica, sans-serif !important;
  font-size: 36px;
  color: white;
  line-height: 1.3em;
  font-weight: bold;
}

.nayami .nayami-list-bottom ul li p {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 1.5em;
  font-weight: bold;
  padding: 10px;
}

.seikou {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #0F0E17;
}

@media (max-width: 770px) {
  .seikou {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

.seikou .inner {
  max-width: 1170px;
}

.seikou h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #2cff1b;
}

@media (max-width: 770px) {
  .seikou h2 {
    font-size: 23px;
  }
}

.seikou .seikou-img {
  max-width: 500px;
  margin: 0 auto;
}

.muishiki {
  margin-bottom: 50px;
}

@media (max-width: 770px) {
  .muishiki {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.muishiki .inner {
  max-width: 960px;
}

.muishiki .muishiki-inner {
  margin: 30px auto 0px;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .muishiki .muishiki-inner {
    padding: 0px 40px 10px;
    width: 85%;
  }
}

.muishiki h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3em;
}

@media (max-width: 770px) {
  .muishiki h2 {
    font-size: 23px;
  }
}

.muishiki .muishiki-list h3 {
  padding: 10px;
  color: #00b900;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 770px) {
  .muishiki .muishiki-list h3 {
    font-size: 15px;
  }
}

.muishiki .muishiki-list p {
  padding: 10px;
  text-align: left;
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 15px;
}

@media (max-width: 770px) {
  .muishiki .muishiki-list p {
    font-size: 15px;
  }
}

.style {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #00b900;
}

@media (max-width: 770px) {
  .style {
    padding-bottom: 30px;
  }
}

.style .inner {
  max-width: 1170px;
}

@media (max-width: 770px) {
  .style .inner {
    padding: 0;
  }
}

.style h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3em;
  color: #FFFFFE;
}

@media (max-width: 770px) {
  .style h2 {
    font-size: 23px;
  }
}

.style .style-list ul li {
  border-radius: 50px;
  padding: 20px 25px;
  margin: 20px auto 0px;
  outline: none;
  background-color: white;
  max-width: 100%;
}

@media (min-width: 771px) {
  .style .style-list ul li {
    width: 65%;
  }
}

.style .style-list ul li h3 {
  padding: 10px;
  color: #00b900;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 770px) {
  .style .style-list ul li h3 {
    font-size: 15px;
  }
}

.style .style-list ul li p {
  padding: 10px;
  text-align: left;
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .style .style-list ul li p {
    font-size: 15px;
  }
}

.message {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #0F0E17;
  color: #FFFFFE;
  margin-bottom: 50px;
}

@media (max-width: 770px) {
  .message {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.message .inner {
  max-width: 1170px;
}

.message h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.3em;
  color: #FFFFFE;
}

@media (max-width: 770px) {
  .message h2 {
    font-size: 23px;
  }
}

.message .message-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px auto;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .message .message-inner {
    width: 65%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.message .message-img {
  max-width: 400px;
  margin: 0 auto 30px;
}

.message h3 {
  color: #2cff1b;
  font-weight: bold;
  font-size: 26px;
  padding: 10px;
  margin-top: 15px;
}

@media (max-width: 770px) {
  .message h3 {
    font-size: 15px;
  }
}

.message p {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px;
}

@media (max-width: 770px) {
  .message p {
    font-size: 15px;
  }
}

.message .btn {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0px auto;
  max-width: 100%;
  outline: none;
  margin-top: 25px;
}

@media (max-width: 770px) {
  .message .btn {
    width: 100%;
  }
}

.message .btn a {
  width: 100%;
  color: #2f2f2f;
  background: #2cff1b;
  font-size: 27px;
  border-radius: 3px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 8px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  animation: pulseGlow 2s infinite;
  animation-timing-function: ease-in-out;
}

@media (max-width: 770px) {
  .message .btn a {
    font-size: 20px;
  }
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0px 0px 2.5px 1px rgba(255, 255, 255, 0.25);
  }
  50% {
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
  }
  85% {
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

.get {
  margin-bottom: 50px;
}

.get .inner {
  max-width: 960px;
}

.get h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3em;
}

@media (max-width: 770px) {
  .get h2 {
    font-size: 23px;
  }
}

.get .get-inner {
  margin: 30px auto 0px;
  outline: none;
  background-color: white;
  max-width: 100%;
}

@media (min-width: 771px) {
  .get .get-inner {
    width: 85%;
    padding: 0px 45px 10px;
  }
}

.get .get-inner ul {
  padding: 10px;
}

.get .get-inner ul li {
  font-size: 20px;
  line-height: 1.5em;
}

@media (max-width: 770px) {
  .get .get-inner ul li {
    font-size: 15px;
  }
}

.method {
  margin-bottom: 80px;
}

.method .inner {
  max-width: 960px;
}

.method h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.3em;
}

@media (max-width: 770px) {
  .method h2 {
    font-size: 23px;
  }
}

.method .mehod-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0px auto;
  outline: none;
  max-width: 100%;
}

.method p {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px;
  margin-bottom: 25px;
}

@media (max-width: 770px) {
  .method p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.method .btn {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0px auto;
  max-width: 100%;
  outline: none;
  margin-top: 25px;
}

@media (max-width: 770px) {
  .method .btn {
    width: 100%;
  }
}

.method .btn a {
  width: 100%;
  color: white;
  background: #ff9800;
  font-size: 27px;
  border-radius: 3px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}

@media (max-width: 770px) {
  .method .btn a {
    font-size: 20px;
  }
}

.page-movie-3-hiyaku {
  margin-bottom: 30px;
}

@media (max-width: 770px) {
  .page-movie-3-hiyaku {
    margin-bottom: 0;
  }
}

.page-movie-3-hiyaku .inner {
  max-width: 1170px;
}

.page-movie-3-hiyaku h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  line-height: 1.3em;
}

@media (max-width: 770px) {
  .page-movie-3-hiyaku h2 {
    font-size: 23px;
  }
}

.page-movie-3-hiyaku .page-movie-3-hiyaku-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px auto;
  outline: none;
  max-width: 100%;
}

@media (min-width: 771px) {
  .page-movie-3-hiyaku .page-movie-3-hiyaku-inner {
    width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-movie-3-hiyaku p {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px;
  margin-bottom: 30px;
}

@media (max-width: 770px) {
  .page-movie-3-hiyaku p {
    font-size: 15px;
  }
}

.page-movie-3-teacher {
  background: #0F0E17;
  color: #FFFFFE;
  padding-bottom: 50px;
  margin-bottom: 0;
}

.page-movie-3-teacher h2 {
  color: #FFFFFE;
}

@media (max-width: 770px) {
  .page-movie-3-teacher h2 {
    font-size: 23px;
  }
}

.page-movie-3-teacher h3 {
  color: #FFFFFE;
}

@media (max-width: 770px) {
  .page-movie-3-teacher h3 {
    font-size: 23px;
  }
}

@media (max-width: 770px) {
  .page-movie-3-teacher .teacher-txt {
    padding: 0 10px;
  }
}

.page-movie-3-teacher p {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 770px) {
  .page-movie-3-teacher p {
    font-size: 15px;
  }
}

.page-movie-3-teacher .btn {
  outline: none;
  margin-bottom: 70px;
}

.page-movie-3-teacher .btn a {
  width: 100%;
  color: #2f2f2f;
  background: #2cff1b;
  font-size: 18px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  display: block;
  animation: pulseGlow 2s infinite;
  animation-timing-function: ease-in-out;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0px 0px 2.5px 1px rgba(255, 255, 255, 0.25);
  }
  50% {
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
  }
  85% {
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  }
}

.page-movie-3-teacher .btn {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0px auto;
  max-width: 100%;
  outline: none;
  margin-top: 25px;
}

@media (max-width: 770px) {
  .page-movie-3-teacher .btn {
    width: 100%;
  }
}

.page-movie-3-teacher .btn a {
  width: 100%;
  color: #2f2f2f;
  background: #2cff1b;
  font-size: 27px;
  border-radius: 3px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 8px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
}

@media (max-width: 770px) {
  .page-movie-3-teacher .btn a {
    font-size: 20px;
  }
}

.page-movie-3-teacher .btn a:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

.page-movie-3-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #0F0E17;
  color: #FFFFFE;
  text-align: center;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
  border: none;
}

.page-movie-3-footer ul {
  display: flex;
  justify-content: center;
}

.page-movie-3-footer ul li {
  padding-right: 0 !important;
}

.page-movie-3-footer ul li a {
  font-size: 14px;
  color: #FFFFFE;
}

.page-movie-3-footer small {
  margin-top: 10px;
  color: #FFFFFE;
  font-size: 16px;
}

/* footer
-----------------*/
footer {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  border-top: #bfbfbf 1px solid;
  max-width: 690px;
  margin: 30px auto 0;
}

@media (max-width: 770px) {
  footer {
    padding-bottom: 20px;
    width: 100%;
  }
}

footer small {
  font-size: 12px;
  color: #888888;
  text-align: center;
}

footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

footer ul li:nth-child(1) {
  padding-right: 30px;
}

footer ul li a {
  color: #888888;
  font-size: 14px;
}

@media (max-width: 770px) {
  footer ul li a {
    font-size: 12px;
  }
}

/* 動画ページ1-2  動画1が見れて動画2に飛べるページ：
----------------------*/
.page-movie-1-2 .inner {
  max-width: 960px;
}

@media (max-width: 770px) {
  .page-movie-1-2 .inner {
    padding: 0;
  }
}

.page-movie-1-2 .movie-bg {
  margin: 0px auto;
  outline: none;
  max-width: 100%;
  padding: 10px 0px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-bg {
    width: 80%;
  }
}

@media (max-width: 770px) {
  .page-movie-1-2 .movie-bg {
    padding: 0 15px 5px;
    margin: 0 0 10px;
  }
}

.page-movie-1-2 .movie-bg .movie-img {
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-bg .movie-list ul {
    display: flex;
  }
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-bg .movie-list ul li {
    width: 33.333333%;
    padding: 0 25px;
    text-align: center;
  }
}

@media (max-width: 770px) {
  .page-movie-1-2 .movie-bg .movie-list ul li {
    font-size: 14px;
    padding-left: 2em;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}

.page-movie-1-2 .movie-bg .movie-list ul li:nth-child(1) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-1-2 .movie-bg .movie-list ul li:nth-child(2) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-1-2 .movie-bg .movie-list ul li i {
  color: #d2322d;
  margin-left: -2em;
  margin-right: 0.71428571em;
  width: 1.25em;
  font-size: 14px;
}

.page-movie-1-2 .movie-bg .movie-list ul li .movie-img {
  display: block;
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-bg .movie-list ul li .movie-img {
    margin-bottom: 5px;
  }
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-bg .movie-list ul li h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-bg .movie-list ul li p {
    font-size: 12px;
  }
}

.page-movie-1-2 .movie-bg .movie-list ul li a {
  color: #1155cc;
  text-decoration: underline;
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-bg .movie-list ul li a {
    font-size: 12px;
  }
}

@media (max-width: 770px) {
  .page-movie-1-2 .movie-inner {
    padding: 0 15px;
  }
}

.page-movie-1-2 .movie-inner h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  color: #243b64;
}

@media (max-width: 770px) {
  .page-movie-1-2 .movie-inner h1 {
    font-size: 20px;
  }
}

.page-movie-1-2 .movie-inner .elVideoWrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #111111;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#1f1f1f), to(#111));
  background-image: -webkit-linear-gradient(top, #1f1f1f, #111);
  background-image: -moz-linear-gradient(top, #1f1f1f, #111);
  background-image: -o-linear-gradient(top, #1f1f1f, #111);
  background-image: -ms-linear-gradient(top, #1f1f1f, #111);
  background-image: linear-gradient(to bottom, #1f1f1f, #111);
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  outline: none;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 771px) {
  .page-movie-1-2 .movie-inner .elVideoWrapper {
    width: 75% !important;
  }
}

.page-movie-1-2 .movie-inner .elVideoWrapper .elVideoplaceholder {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-bottom: 0px;
  z-index: 1;
  display: none;
}

.page-movie-1-2 .movie-inner .elVideoWrapper .elVideoplaceholder .elVideoplaceholder_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  background-image: url(/images/videoplaceholderbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.page-movie-1-2 .movie-inner .elVideoWrapper .elVideoSkin1 .elVideo {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.page-movie-1-2 .movie-inner .elVideoWrapper .fluid-width-video-wrapper {
  padding-top: 50%;
  width: 100%;
  position: relative;
  padding: 0;
}

.page-movie-1-2 .movie-inner .elVideoWrapper .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* 動画ページ1-2-3  動画1が見れて動画2と動画3にも飛べるページ：
----------------------*/
.page-movie-1-2-3 .inner {
  max-width: 960px;
}

@media (max-width: 770px) {
  .page-movie-1-2-3 .inner {
    padding: 0;
  }
}

.page-movie-1-2-3 .movie-bg {
  margin: 0px auto;
  outline: none;
  max-width: 100%;
  padding: 10px 0px;
  background-color: #f0f0f0;
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-bg {
    width: 80%;
  }
}

@media (max-width: 770px) {
  .page-movie-1-2-3 .movie-bg {
    padding: 0 15px 5px;
    margin: 0 0 10px;
  }
}

.page-movie-1-2-3 .movie-bg .movie-img {
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-bg .movie-list ul {
    display: flex;
  }
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-bg .movie-list ul li {
    width: 33.333333%;
    padding: 0 25px;
    text-align: center;
  }
}

@media (max-width: 770px) {
  .page-movie-1-2-3 .movie-bg .movie-list ul li {
    font-size: 14px;
    padding-left: 2em;
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
}

.page-movie-1-2-3 .movie-bg .movie-list ul li:nth-child(1) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-1-2-3 .movie-bg .movie-list ul li:nth-child(2) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-1-2-3 .movie-bg .movie-list ul li:nth-child(3) {
  font-weight: bold;
  color: #243b64;
}

.page-movie-1-2-3 .movie-bg .movie-list ul li i {
  color: #d2322d;
  margin-left: -2em;
  margin-right: 0.71428571em;
  width: 1.25em;
  font-size: 14px;
}

.page-movie-1-2-3 .movie-bg .movie-list ul li .movie-img {
  display: block;
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-bg .movie-list ul li .movie-img {
    margin-bottom: 5px;
  }
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-bg .movie-list ul li h2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-bg .movie-list ul li p {
    font-size: 12px;
  }
}

.page-movie-1-2-3 .movie-bg .movie-list ul li a {
  color: #1155cc;
  text-decoration: underline;
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-bg .movie-list ul li a {
    font-size: 12px;
  }
}

@media (max-width: 770px) {
  .page-movie-1-2-3 .movie-inner {
    padding: 0 15px;
  }
}

.page-movie-1-2-3 .movie-inner h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  color: #243b64;
}

@media (max-width: 770px) {
  .page-movie-1-2-3 .movie-inner h1 {
    font-size: 20px;
  }
}

.page-movie-1-2-3 .movie-inner .elVideoWrapper {
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: #111111;
  background-image: -webkit-gradient(linear, center top, center bottom, from(#1f1f1f), to(#111));
  background-image: -webkit-linear-gradient(top, #1f1f1f, #111);
  background-image: -moz-linear-gradient(top, #1f1f1f, #111);
  background-image: -o-linear-gradient(top, #1f1f1f, #111);
  background-image: -ms-linear-gradient(top, #1f1f1f, #111);
  background-image: linear-gradient(to bottom, #1f1f1f, #111);
  padding: 8px !important;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
  outline: none;
  margin-top: 0px;
  position: relative;
}

@media (min-width: 771px) {
  .page-movie-1-2-3 .movie-inner .elVideoWrapper {
    width: 75% !important;
  }
}

.page-movie-1-2-3 .movie-inner .elVideoWrapper .elVideoplaceholder {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 25px !important;
  height: 0;
  margin-bottom: 0px;
  z-index: 1;
  display: none;
}

.page-movie-1-2-3 .movie-inner .elVideoWrapper .elVideoplaceholder .elVideoplaceholder_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2B2B2B;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  background-image: url(/images/videoplaceholderbg.png);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.page-movie-1-2-3 .movie-inner .elVideoWrapper .elVideoSkin1 .elVideo {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

.page-movie-1-2-3 .movie-inner .elVideoWrapper .fluid-width-video-wrapper {
  padding-top: 50%;
  width: 100%;
  position: relative;
  padding: 0;
}

.page-movie-1-2-3 .movie-inner .elVideoWrapper .fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
