@charset "utf-8";
/* CSS Document */

/* ¾É cmn_style.css */
body {
  font-size: 16px;
  font-family: YuGothic,'Yu Gothic','¥á¥¤¥ê¥ª', Meiryo,'¥Ò¥é¥®¥Î½Ç¥´¥·¥Ã¥¯','Hiragino Sans','£Í£Ó ¥´¥·¥Ã¥¯', sans-serif;
}
.inner {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  padding-top: 20px;
}
.header {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
  .header {
    display: flex;
    padding: 0 0 0 10px;
    height: 55px;
  }
  .header img {
    max-height: 45px;
    width: auto;
  }
}

.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
}
.inner a:hover {
    text-decoration: none;
    opacity: 0.6;
    display: block;
}
.contents-movie a {
    display: block;
}
.pc_block{
  display: block;
}
.sp_block{
  display: none;
}
.bold{
  font-weight: bold;
}
.center{
    text-align: center;
}
/* ==================================================== */
.fade{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade.scrollin{
    opacity: 1;
    transform:translateY(0);
}
.fade_list li{
    opacity: 0;
    transform: translateY(100px);
    transition: ease-out 0.5s;
}
.fade_list.scrollin li{
    opacity: 1;
    transform:translateY(0);
}
.fade_list li:nth-child(1){
    transition-delay: 0ms;
}
.fade_list li:nth-child(2){
    transition-delay: 150ms;
}
.fade_list li:nth-child(3){
    transition-delay: 300ms;
}
.fade_list li:nth-child(4){
    transition-delay: 450ms;
}
.fade_list li:nth-child(5){
    transition-delay: 600ms;
}
.fade_list li:nth-child(5){
    transition-delay: 750ms;
}
/* ==================================================== */
.main {
}
.bg-white {
    background: #fff;
    padding: 50px 0 40px;
}
.bg-gray {
    background: #F0F0F0;
    padding: 50px 0 40px;
}
.main-visual {
	background: url("/movie/img/main-visual.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	padding: 82px 0;
	color: #fff;
}
.main-title {
    margin: 0 auto;
    max-width: 1020px;
}
.main-title img {
    display: block;
    text-align: center;
    margin: 0 auto 0 0;
}
.bg_top{
    background: #fff url("../img/contents01_bg.png") top center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
/* ==================================================== */
.h2-border {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 3;
}
.top-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    padding: 50px 40px;
    position: relative;
    z-index: 2;
}

.contents-icon {
    background: #009441;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
    width: 30%;
    /* height: 80px; */
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    margin: 10px 0;
    color: #fff;
    font-size: 186%;
    font-weight: bold;
}
.top-li{
    position: relative;
}
.top-li .cover{
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.top-li .cover:hover{
    background: rgba(255,255,255,.2);
}
.top-li small {
    font-size: 20px;
    line-height: 1.2;
}
.top-li.contents-icon:after {
    content: url(/movie/img/arrow-top.png);
    width: 13px;
    margin: 0;
}
.shadow-outer {
    position: relative;
}
.bg-shadow {
    background: url(/movie/img/border-05.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left:20px;
    z-index: 1;
}



/* ==================================================== */

.h3-anchor {
    font-size: 249%;
    font-weight: bold;
    color: #009441;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.h3-anchor img{
    margin-right: 20px;
}
.h3-anchor::before,
.h3-anchor::after{
    content: ' ';
    background: url("/movie/img/border-01.png");
    display: block;
    height: 20px;
    width: 100%;
}
.h3-anchor::before{
    margin-right: 35px;
}
.h3-anchor::after{
    margin-left: 35px;
}
.bg_top .movie-comment {
    background: #EFEFEF;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.bg_top .movie-list {
    justify-content: center;
    margin-top: 30px;
}
.vr {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 60px;
}
.vr_box{
    padding: 30px 50px 0;
    box-sizing: border-box;
    position: relative;
    background: #FFE9E9;
    z-index: 1;
}
.vr-title {
    font-size: 248%;
    font-weight: bold;
    color: #FF3333;
    text-align: center;
}
.new-movie {
    color: #f33;
    background: #ffe9e9;
    margin: 0px 5px 0 0;
    font-size: 13px;
    padding: 2px 5px;
}
.angle {
    position: relative;
    left: 25px;
}
.bg-white .vr-inner .movie-comment {
    background: #fff;
}
.vr-inner {
    display: flex;
    justify-content: space-between;
}
.vr .contents-movie{
    margin-top: 30px;
}
.mascot {
    position: absolute;
    right: 30px;
    top: 20px;
}
.vr::before {
    content: ' ';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: url("/movie/img/border-02.png");
}

.intro_text {
    text-align: center;
    margin-top: 60px;
}
.fs_20 {
    font-size: 125%;
}
/* ==================================================== */
.inner.top-box {
    position: relative;
    top: -120px;
    margin: 0 auto;
}
.box {
    background: rgb(255 255 255 / 75%);
}
.point {
    text-align: center;
    font-size: 20px;
    max-width: 90%;
    margin: auto;
}
.comment {
    text-align: center;
    margin: 15px 0 50px;
}
.ul-faculty {
    display: flex;
    align-items: end;
}
.ul-faculty {
    display: flex;
    align-items: end;
    margin: 50px 0;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}
.li-faculty {
    position: relative;
    margin: 0 10px;
}

.li-faculty img {
    margin: 0 0 10px 0;
    display: block;
}
.over-text {
    position: absolute;
    width: 240px;
    margin: 10px auto 0;
    left: -50%;
}
.ul-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 100px auto 0;
    padding: 0 0 50px 0;
    max-width: 700px;
}
.li-contents {
    text-align: center;
    font-weight: bold;
    color: #009441;
    max-width: 150px;
    margin: 0 10px;
}
.li-contents {
    text-align: center;
    font-weight: bold;
    color: #009441;
    max-width: 150px;
    margin: 0 auto;
}
.li-contents a {
    color: #009441;
    font-weight: bold;
}

/* ==================================================== */

.contents-button {
    margin: 40px auto;
    text-align: center;
    position: relative;
}
.button-large img {
    position: absolute;
    right: 30px;
}
.button-large {
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px 20px;
    border: solid #009441 3px;
    border-radius: 50px;
    box-sizing: border-box;
    max-width: 720px;
    margin: 30px auto 0;
    position: relative;
}
.span_bg {
    background: #009441;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 5px;
}
.button-point {
    font-size: 30px;
    line-height: 1.3em;
}
.button-text {
    margin: 0 0 0 20px;
    background: linear-gradient(#fff 60%, #ff6 60%);
}


/* ==================================================== */
.h3-midashi {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 15px 60px;
    margin: 0 0 30px;
    position: relative;
}
.h3-midashi::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.h3-midashi::after {
    content: ' ';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url("/movie/img/border-05.png");
}
.h4-midashi{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 60px;
    margin: 0 0 30px;
    position: relative;
}
.h4-midashi::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.h4-midashi::after {
    content: ' ';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 100%;
    height: 100%;
    z-index: -2;
}
/* É«
==================================================== */
.h3-midashi.c-pink::before {
    background: #E9536B;
}
.h4-midashi.c-pink {
    color: #e9536b;
}
.h4-midashi.c-pink::before {
    background: #efefef;
}
.h4-midashi.c-pink::after {
    background: url("/movie/img/border-02.png");
}
.h3-midashi.c-orange::before {
    background: #F6AB00;
}
.h4-midashi.c-orange {
    color: #B77600;
}
.h4-midashi.c-orange::before {
    background: #fff;
}
.h4-midashi.c-orange::after {
    background: url("/movie/img/border-03.png");
}
.h4-midashi.c-green {
    color: #ABAC17;
    background: #f0f0f0;
}
.h3-midashi.c-green::before {
    background: #ABAC17;
}
.h4-midashi.c-green::before {
    background: #efefef;
}
.h4-midashi.c-green::after {
    background: url("/movie/img/border-07.png");
}
.button-large.c-green {
    border: solid 3px #ABAC17;
}
.h3-midashi.c-blue::before {
    background: #009DE1;
}
.h4-midashi.c-blue {
    color: #009DE1;
}
.h4-midashi.c-blue::before {
    background: #fff;
}
.h4-midashi.c-blue::after {
    background: url("/movie/img/border-04.png");
}
.h3-midashi.c-red::before {
    background: #C0163E;
}
.h4-midashi.c-red {
    color: #C0163E;
}
.h4-midashi.c-red::before {
    background: #efefef;
}
.h4-midashi.c-red::after {
    background: url("/movie/img/border-06.png");
}
.li-faculty .c-pink ,.m-syoukai.c-pink{ color: #E9536B;}
.li-faculty .c-orange ,.m-syoukai.c-orange{ color: #B77600;}
.li-faculty .c-green ,.m-syoukai.c-green{ color: #ABAC17;}
.li-faculty .c-blue ,.m-syoukai.c-blue{ color: #009DE1;}
.li-faculty .c-red ,.m-syoukai.c-red{ color: #C0163E;}

/* 
==================================================== */
.m-syoukai {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}
.contents-movie {
    max-width: 330px;
    margin: 0 5px 30px;
}
.introduction.movie-list {
    justify-content: center;
}
.movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    max-width: 1024px;
}
.movie-comment {
    padding: 15px;
    background: #fff;
    min-height: 190px;
    box-sizing: border-box;
}
.bg-white .movie-comment {
    background: #F0F0F0;
}
.m-midashi {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 10px;
}
#contents-02 {
    margin-top: 50px;
}
#tab_03 {
    margin-top: 70px;
}
/* 
==================================================== */
.flex-movie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px auto 50px;
}
.box-green {
    background: #009441;
    color: #fff;
    padding: 20px 25px;
    max-width: 328px;
    box-sizing: border-box;
}
a.arrow_button {
    background: url(/movie/img/candidates.png)no-repeat right;
    background-size: contain;
    color: #009441;
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0 20px 90px;
    display: block;
    margin: 5px 0;
}
.line {
    text-align: center;
    border-top: solid #F0F0F0 2px;
    border-bottom: solid #F0F0F0 2px;
    max-width: 80%;
    margin: 0 auto 50px;
    padding: 20px 0;
}
.line img {
    display: inline-block;
    height: 16px;
    margin: 2px 0 0 8px;
  cursor: pointer;
}
.line a:hover {
    display: inline-block;
}
.line a {
    padding: 0px 10px 0 0;
}
.top-box .h2-border {
    transform: translateY(50%);
}

/*¥Ü¥Ã¥¯¥¹*/

/*¥Ü¥Ã¥¯¥¹ÄÚ*/

/* 700px¤è¤êÐ¡¤µ¤¤ˆöºÏ */
@media screen and ( max-width: 700px ){
.pc_block{
  display: none;
}
.sp_block{
  display: block;
}
  .main-title img.pc_block {
    display: none;
}
  .main-title img.sp_block {
    display: block;
}
.main-visual {
    width: 100%;
    padding: 50px 5% 100px;
    color: #fff;
    background-position-x: left;
}
.ul-faculty {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
}
.li-faculty {
    width: 30%;
    position: relative;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 1% 40px;
}
  .li-faculty img {
    margin: 0 auto 10px;
    display: block;
}
.ul-contents {
    margin: 0px auto 0;
    padding: 0 0 10px 0;
}
.li-contents {
    margin: 0 auto 20px;
}
.over-text {
    position: absolute;
    width: 240px;
    margin: 10px auto 0;
    left: -30px;
    bottom: -30px;
    font-size: 62.5%;
    font-weight: normal;
    text-align: left;
}
.button-large {
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 8px;
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto;
}
  .button-large.c-green{
    display: flex;
    flex-wrap: inherit;
  }
.button-large.live_button {
    position: relative;
    justify-content: start;
    padding: 10px 20px 10px 28px;
}
.button-large.live_button img {
    position: absolute;
    margin: 0 0 0 20px;
    right: 20px;
    top: 38px;
}
.live_button .button-text {
    margin: 0;
    background: linear-gradient(#fff 60%, #ff6 60%);
    font-size: 22px;
}
  
.sp-wrap .contents-movie {
    max-width: 48%;
    margin: 0 1% 30px;
    font-size: 14px;
    height: auto;
    background: #F0F0F0;
}
  .bg-gray .sp-wrap  .contents-movie {
    background: #fff;
}
.contents-box .button-point {
    font-size: 24px;
    text-align: left;
    max-width: 70%;
}
.movie-comment {
    padding: 15px 12px;
}

.line {
    text-align: center;
    max-width: 100%;
}
.main {
    overflow-x: hidden;
}
.bg_top {
    background-size: auto 40%;
}
.top-ul {
    flex-direction: column;
    padding: 50px 5%;
}
.top-li {
    position: relative;
    width: 100%;
}
.vr-inner {
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
}
.vr .movie-list {
    flex-direction: column;
    align-items: center;
}
.vr_box {
    padding: 30px 5%;
}
.vr_box .contents-movie{
    background: #fff;
}
.mascot {
    position: static;
}
.intro_text {
    max-width: 90%;
    margin: 60px auto 0;
}
.introduction.movie-list {
    justify-content: flex-start;
}
.contents-movie.harf {
    width: 47%;
    margin: 1.5%;
    max-width: 160px;
}
.contents-movie.full {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-movie {
    flex-direction: column-reverse;
    align-items: center;
}
}