@charset "utf-8";
/* CSS Document */

.brightness {
	filter: brightness(0.75);
}
.movie_play {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	&::before {
		content: "";
		width: 81px;
		height: 81px;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: auto;
		z-index: 1;
		background: url("/edu/web_open_campus/img/icon_play.png");
		background-size: contain;
	}
}

p.c_right {
    text-align: center;
    padding: 20px 10px;
    color: #868686;
}

ul.side_menu {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 99999;
}

.first_view {
		background: url("/edu/web_open_campus/img/main_visual_bg01.png")no-repeat top center;
    background-size: auto;
		overflow: hidden;
}

.main_visual {
    /*max-width: 841px;*/
		max-width: 1035px;
    width: 100%;
    margin: 0px auto;
    padding: 280px 0;
}
.visual_contents{
    margin-right: 180px;
}
ul.contents_list.fadein_outer.delay {
    margin-right: 194px;
}
ul.contents_list {
    display: flex;
    justify-content: space-between;
}
.intro_outer {
	background: url("/edu/web_open_campus/img/main_visual_bg02.png")no-repeat top right;
	margin: -87px 0 55px;
}
.intro {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
		overflow: hidden;
		padding: 170px 0 0;
}
.message {
    width: 577px;
    padding: 25px 55px;
    position: absolute;
    bottom: 0;
    right: 0;
		background:url("/edu/web_open_campus/img/intro_img04.png")repeat;
}
.intro_image {
    margin-bottom: 80px;
}
p.mes_title {
    text-align: center;
    font-size: 340%;
    font-weight: bold;
}
p.mes_title span {
    color: #e36a86;
}
.mes_txt {
    display: flex;
    justify-content: space-between;
}
.mes_txt .text {
    width: 326px;
    text-align: justify;
    font-size: 140%;
    line-height: 2;
    margin: 30px 0;
}

.description_outer {
    background: url(/edu/web_open_campus/img/description_img03.png)no-repeat center bottom;
    background-size: cover;
}
.description {
	width: 100%;
	max-width: 1240px;
	margin: auto;
	position: relative;
}
.descript_title {
    text-align: center;
    font-size: 340%;
    font-weight: bold;
    padding: 35px 0;
}
.descript_title span {
    color: #f3951b;
}
.description .movie {
	text-align: center;
  padding-bottom: 180px;
}
p.merin02 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.movie_contents {
	background: url("/edu/web_open_campus/img/movie_contents_img00.png")no-repeat center;
	background-size: cover;
}
.movie_title {
    text-align: center;
    font-size: 340%;
    font-weight: bold;
    padding: 35px 0;
}
.movie_title span {
    color: #2680c3;
}
.movie_title span.center {
    color: #1f8e42;
}
.movie_contents ul {
	width: 100%;
	max-width: 1150px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}
.movie_contents ul li {
	width: 100%;
	max-width: 300px;
	margin: 0 40px 50px;
}
.movie_contents ul li.movie_cate{
  width: 100%;
	max-width: 100%;
  margin: 0;
}
.movie_contents ul li .movie_name {
	height: 80px;
	padding-left: 90px;
	font-size: 19px;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.movie_contents ul li.movie_cate .movie_name {
	padding-left: 0px;
}
.movie_contents ul li .movie_thumbnail {
	margin: 20px auto;
}
.movie_contents ul li .movie_link {
	position: relative;
	border: 3px solid #000;
	border-radius: 20px;
	padding: 4px 0;
}
.movie_contents ul li .movie_link a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.movie_contents ul li .movie_link {
	text-align: center;
}
.movie_contents ul li .movie_link span {
	font-weight: bold;
}

.movie_contents ul li.movie01 .movie_name {background: url("/edu/web_open_campus/img/movie_icon01.png")no-repeat center left;}
.movie_contents ul li.movie02 .movie_name {background: url("/edu/web_open_campus/img/movie_icon02.png")no-repeat center left;}
.movie_contents ul li.movie03 .movie_name {background: url("/edu/web_open_campus/img/movie_icon03.png")no-repeat center left;}
.movie_contents ul li.movie04 .movie_name {background: url("/edu/web_open_campus/img/movie_icon04.png")no-repeat center left;}
.movie_contents ul li.movie05 .movie_name {background: url("/edu/web_open_campus/img/movie_icon05.png")no-repeat center left;}
.movie_contents ul li.movie06 .movie_name {background: url("/edu/web_open_campus/img/movie_icon06.png")no-repeat center left;}
.movie_contents ul li.movie07 .movie_name {background: url("/edu/web_open_campus/img/movie_icon07.png")no-repeat center left;}
.movie_contents ul li.movie08 .movie_name {background: url("/edu/web_open_campus/img/movie_icon08.png")no-repeat center left;}
.movie_contents ul li.movie09 .movie_name {background: url("/edu/web_open_campus/img/movie_icon09.png")no-repeat center left;}
.movie_contents ul li.movie10 .movie_name {background: url("/edu/web_open_campus/img/movie_icon10.png")no-repeat center left;}
.movie_contents ul li.movie11 .movie_name {background: url("/edu/web_open_campus/img/movie_icon11.png")no-repeat center left;}
.movie_contents ul li.movie12 .movie_name {background: url("/edu/web_open_campus/img/movie_icon12.png")no-repeat center left;}
.movie_contents ul li.movie13 .movie_name {}
.movie_contents ul li.movie14 .movie_name {background: url("/edu/web_open_campus/img/movie_icon14.png")no-repeat center left;}
.movie_contents ul li.movie15 .movie_name {background: url("/edu/web_open_campus/img/movie_icon13.png")no-repeat center left;}
.movie_contents ul li.movie16 .movie_name {background: url("/edu/web_open_campus/img/movie_icon16.png")no-repeat center left;}
.movie_contents ul li.movie17 .movie_name {background: url("/edu/web_open_campus/img/movie_icon11.png")no-repeat center left;}
.movie_contents ul li.movie28 .movie_name {background: url("/edu/web_open_campus/img/movie_icon17.png")no-repeat center left;}
.movie_contents ul li.movie29 .movie_name {background: url("/edu/web_open_campus/img/movie_icon18.png")no-repeat center left;}


.movie_contents ul li.movie01 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie01 .movie_link span {color:#9286be;}
.movie_contents ul li.movie02 .movie_link {border-color:#e36a86;}
.movie_contents ul li.movie02 .movie_link span {color:#e36a86;}
.movie_contents ul li.movie03 .movie_link {border-color:#f3951b;}
.movie_contents ul li.movie03 .movie_link span {color:#f3951b;}
.movie_contents ul li.movie04 .movie_link {border-color:#2680c3;}
.movie_contents ul li.movie04 .movie_link span {color:#2680c3;}
.movie_contents ul li.movie05 .movie_link {border-color:#f3951b;}
.movie_contents ul li.movie05 .movie_link span {color:#f3951b;}
.movie_contents ul li.movie06 .movie_link {border-color:#e36a86;}
.movie_contents ul li.movie06 .movie_link span {color:#e36a86;}
.movie_contents ul li.movie07 .movie_link {border-color:#f3951b;}
.movie_contents ul li.movie07 .movie_link span {color:#f3951b;}
.movie_contents ul li.movie08 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie08 .movie_link span {color:#9286be;}
.movie_contents ul li.movie09 .movie_link {border-color:#2680c3;}
.movie_contents ul li.movie09 .movie_link span {color:#2680c3;}
.movie_contents ul li.movie10 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie10 .movie_link span {color:#9286be;}
.movie_contents ul li.movie11 .movie_link {border-color:#e36a86;}
.movie_contents ul li.movie11 .movie_link span {color:#e36a86;}
.movie_contents ul li.movie12 .movie_link {border-color:#f3951b;}
.movie_contents ul li.movie12 .movie_link span {color:#f3951b;}
.movie_contents ul li.movie13 .movie_link {border-color:#f3951b;}
.movie_contents ul li.movie13 .movie_link span {color:#f3951b;}
.movie_contents ul li.movie14 .movie_link {border-color:#e36a86;}
.movie_contents ul li.movie14 .movie_link span {color:#e36a86;}
.movie_contents ul li.movie15 .movie_link {border-color:#2680c3;}
.movie_contents ul li.movie15 .movie_link span {color:#2680c3;}
.movie_contents ul li.movie16 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie16 .movie_link span {color:#9286be;}
.movie_contents ul li.movie17 .movie_link {border-color:#e36a86;}
.movie_contents ul li.movie17 .movie_link span {color:#e36a86;}
.movie_contents ul li.movie18 .movie_link {border-color:#f3951b;}
.movie_contents ul li.movie18 .movie_link span {color:#f3951b;}
.movie_contents ul li.movie19 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie19 .movie_link span {color:#9286be;}
.movie_contents ul li.movie20 .movie_link {border-color:#e36a86;}
.movie_contents ul li.movie20 .movie_link span {color:#e36a86;}
.movie_contents ul li.movie21 .movie_link {border-color:#e36a86;}
.movie_contents ul li.movie21 .movie_link span {color:#e36a86;}
.movie_contents ul li.movie22 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie22 .movie_link span {color:#9286be;}
.movie_contents ul li.movie23 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie23 .movie_link span {color:#9286be;}
.movie_contents ul li.movie24 .movie_link {border-color:#2680c3;}
.movie_contents ul li.movie24 .movie_link span {color:#2680c3;}
.movie_contents ul li.movie25 .movie_link {border-color:#2680c3;}
.movie_contents ul li.movie25 .movie_link span {color:#2680c3;}
.movie_contents ul li.movie26 .movie_link {border-color:#1f8e42;}
.movie_contents ul li.movie26 .movie_link span {color:#1f8e42;}
.movie_contents ul li.movie27 .movie_link {border-color:#1f8e42;}
.movie_contents ul li.movie27 .movie_link span {color:#1f8e42;}
.movie_contents ul li.movie28 .movie_link {border-color:#2680c3;}
.movie_contents ul li.movie28 .movie_link span {color:#2680c3;}
.movie_contents ul li.movie29 .movie_link {border-color:#9286be;}
.movie_contents ul li.movie29 .movie_link span {color:#9286be;}

p.movie_pre{
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
p.sub_comment {
    padding-bottom: 20px;
    font-size: 16px;
}
#item03 {
  padding-bottom: 120px;
}
#item04 {
  position: relative;
}
p.merin03 {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
}

.old_contents {
	background: url("/edu/web_open_campus/img/old_img01.png")no-repeat center left;
	background-size: contain;
	position: relative;
}
.old_title {
	text-align: center;
	font-size: 340%;
	font-weight: bold;
	padding: 50px 0;
}
.old_title span {
	color: #9286be;
}
p.merin04 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 170px;
}

.mt120 {
	margin-top: 120px;
}

.loop_css {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 500px;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
}

.loop_css img {
  min-width: 3840px;
  height: 100%;
}

/* 1つ朕の鮫 */
.loop_css img:first-child {
  -webkit-animation: loop 150s -75s linear infinite;
  animation: loop 150s -75s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

/* 2つ朕の鮫 */
.loop_css img + img {
  -webkit-animation: loop2 150s  linear infinite;
  animation: loop2 150s linear infinite;
}

.caution{
	    border: 1px solid #08a04d;
    padding: 40px 5%;
    width: 90%;
	max-width: 830px;
	text-align: center;
	font-size: 1.15rem;
	margin: 40px auto;
}
.caution a{
	color: #08a04d;
}
.caution a:hover{
	opacity: 0.5;
    text-decoration: underline;
}

.coming-soon {
  max-width: 750px;
  width: 100%;
  height: 420px;
  box-sizing: border-box;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.coming-soon p {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

/*アニメ`ション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}






header {
    position: relative;
}
p.head_logo {
    position: absolute;
    left: 50%;
    margin-left: -640px;
    top: 15px;
}
ul.sns {
    display: flex;
    position: absolute;
    top: 26px;
    right: 35px;
}

/* 耕嗤のスマホ鮄峰
========================== */

@media screen and ( max-width: 1280px ){
	/*body {width: 1280px;}*/
	body {width: 100%;}
p.head_logo {
    position: absolute;
    left: 0px;
    margin-left: 0px;
    top: 15px;
}
	
}

@media screen and ( max-width: 700px ){
	.sp_br{display:block!important;}
	.pc_br{display:none!important;}
	body {width: 100%;}
	
.movie_play {
	&::before {
		width: 75px;
		height: 75px;
	}
}
	
p.merin05.fadein_outer {
    width: 170px;
    margin-left: auto;
}
	
.visual_contents, ul.contents_list.fadein_outer.delay {
    margin-right: 0px;
}
	
ul.sns {
    display: flex;
    position: absolute;
    top: 12px;
    right: 5px;
}
ul.sns li img {
    width: 80%;
}
p.head_logo {
    margin-left: 0;
    left: 5px;
    top: 10px;
    width: 130px;
}
	
.first_view {
    background: url(/edu/web_open_campus/img/main_visual_bg01sp.png)no-repeat top right;
    background-size: contain;
}
ul.contents_list {
		justify-content: center;
		flex-wrap: wrap;
}
ul.contents_list li {
    width: 40%;
    margin: 0 1% 0;
}
	
ul.side_menu {
	  display: none;
    width: 60px;
		top: 250px;
}
.main_visual {
    max-width: 841px;
    width: 90%;
    margin: 0px auto;
    padding: 140px 0 100px;
}
.intro_outer {
    margin: 0px 0 55px;
    background-size: 75%;
}
.intro {
    padding: 70px 0 0;
}	
.message {
    width: 90%;
    padding: 3% 5%;
    position: initial;
}
p.mes_title {
    text-align: center;
    font-size: 220%;
    font-weight: bold;
}
.mes_txt .text {
    width: auto;
    text-align: justify;
    font-size: 110%;
    line-height: 2;
    margin: 30px 0;
}
.intro_image {
    margin-bottom: 0px;
}
.descript_title {
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    padding: 35px 0;
}
p.movie {
    width: 75%;
    margin: auto;
}
p.merin02 {
    width: 90px;
		margin: 0px 0 0 -45px;
}
.description .movie {
    text-align: center;
    padding-bottom: 85px;
}
	
.movie_title {
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    padding: 35px 0;
}
	
.movie_contents ul li.movie13 .movie_name,
.movie_contents ul li.movie14 .movie_name,
.movie_contents ul li.movie18 .movie_name,
.movie_contents ul li.movie19 .movie_name,
.movie_contents ul li.movie20 .movie_name,
.movie_contents ul li.movie21 .movie_name{
    display: none;
}
	
.movie_contents ul li {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 50px;
}

.movie_contents ul li.movie_cate .movie_name {
	padding-left: 90px;
}
p.merin03 {
    width: 90px;
    margin-left: -37px;
    margin-right: auto;
}
	
.old_title {
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    padding: 50px 0;
}
	
p.merin04 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 107px;
}
	
.loop_css {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.loop_css img {
    width: 100%;
    height: auto;
}
.movie_contents {
    background: url(/edu/web_open_campus/img/intro_img04.png)repeat;
    background-size:auto;
}

	.movie_contents ul li .movie_name.none {
		display: none;
	}
  
.caution{
	font-size: 1rem;
	padding: 40px 0;
}
  
.coming-soon {
  width: 90%;
  height: 230px;
}

.coming-soon p {
  font-size: 24px;
}
#item03 {
  padding-bottom: 0;
}	

}


@media print {


}