@charset "utf-8";

/*
theme Name: 作陽大学受験生応援サイト用
Author: Studio Doubler
Description: original theme
version： 1.0.0
*/

body {
	font-family: 'Noto Sans JP', "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 300;
	background-color: #FFF;
  font-feature-settings: "palt";
}
*, html {
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5 {
	letter-spacing: 0.1em;
	/*transform: rotate(0.03deg);  シャギーを防ぐ指定 */
}

p,
li {
	font-size: 12px;
	line-height: 1.9;
	margin-bottom: 1em;
}
li {
  margin-bottom: 0;
}
p.lead {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-bottom: 2em;
}
span { color: inherit; }

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #000;
	text-decoration: none;
}
a.link {
	color: #000;
	letter-spacing: 0.08em;
	margin-bottom: 0;
	padding-bottom: 5px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.link::after {
  content: '';
  width: 100%;
  height: 2px;
	border-bottom: dashed 1px #000;
  position: absolute;
  bottom: -4px;
  bottom: 0;
  right: 0;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s;
}
a.link.show::after,
a.link:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
a.link.done::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
a.link.done:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
*:focus {
	-webkit-outline-style: none;
	outline-style: none;
}

a img {
	transition: all 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.6;
}
a.disable {
	background-image: none !important;
	text-indent: -9999px !important;
	cursor: default !important;
}
a.no_link {
	cursor: default !important;
	pointer-events: none !important;
}
h1,h2,h3,h4,h5 {
	font-feature-settings : "palt";
	margin-bottom: 1em;
}
li {
	list-style-type: none;
	padding: 0;
}
ul,ol {
	margin-bottom: 0;
	padding-left: 0;
}
img {
	width: 100%;
	height: auto;
}
.mincho {
  font-family: 'Domine','Noto Serif JP', "游明朝体", "YuMincho", "游明朝 Medium", "Yu Mincho Medium", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	font-size: 14px;
	width: 100%;
	padding: 0.2em 0.5em;
	background-color: transparent;
	border: solid 1px #000;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
	background-image: linear-gradient(
    -45deg,
    transparent, transparent 39.5%,
    #EEE 49.5%, #EEE 50.5%,
    transparent 60.5%, transparent);
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
	outline: none;
}
[type=button],
[type=reset],
[type=submit] {
	transition: opacity 0.2s ease-in-out;
}
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
	opacity: 0.7;
	cursor: pointer;
}
label {
	font-size: 0.875em;
}
.clearfix { clear: both; }
.clearfix::after {
	content: "";
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}
.pcOnly {display: none; }
.pc {display: none; }
.xpc {display: none; }
.spOnly { display: block; }
.sp { display: block; }
.bold { font-weight: bold; }
.lightgreen { color: #FCFFEB; }
.pink { color: #E595A4; }
.spring { color: #FFF8F8; }
.yellow { color: #FF0; }
.green { color: #C1DB2C; }
.blue {	color: #005aab; }



.wrapper {
  /* iPhone X iOS 11.1以下: Safe Aria内に配置 */
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
  /* iPhone X iOS 11.2以上: Safe Aria内に配置 */
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
	position: relative;
	overflow: hidden;
}
.home .container,
.product-mod .container {
	padding-top: 0;
}
.contents {
	width: 100%;
	min-height: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.inner-box {
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
}
.w480 { max-width: 480px; }
.w660 { max-width: 660px; }
.w900 { max-width: 900px; }
.w960 { max-width: 960px; }
.w1000 { max-width: 1000px; }

.btn {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	max-width: 360px;
	margin: 0 auto;
	padding: 15px 30px;
	display: block;
	background-color: #C1DB2C;
	border: none;
	position: relative;
}
.btn:hover {
	color: #FFF;
}
.btn::after {
	content: "";
	width: 10px;
	height: 15px;
	display: block;
	background-image: url("images/link-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}



main {
	width: 100%;
}
section {
	padding: 40px 0;
}
main img {
	width: 100%;
	height: auto;
	display: block;
}
.pdf {
	margin: 0;
	padding: 0.5em 0;
	padding-left: 40px;
	background-image: url(images/common/PDF_32.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
}
.center {
	text-align: center;
}
.line-y {
	display: inline;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 80%, rgba(255,255,0,1) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 80%,rgba(255,255,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 80%,rgba(255,255,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffff00',GradientType=0 ); /* IE6-9 */
}




/* header */
.header {
	width: 100%;
	transition: 0.4s;
	position: fixed;
	z-index: 100;
}
.home .header {
	transform: translateY(100%);
	opacity: 0;
}
.home .header.show {
	z-index: 1000;
}
.header-inner {
	width: 100%;
	height: 78px;
	margin: 0 auto;
	position: relative;
}
.site-logo {
  max-width: 375px;
  margin: 0 auto;
}
.site-logo {
  margin-bottom: 10px;
}
.site-logo a {
	display: block;
}
.social-btn-wrap {
  padding: 30px 0;
}
.social-btn-wrap h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 1.25em;
  padding: 4px 30px;
  position: relative;
}
#slide-menu .social-btn-wrap h4 {
  display: none;
}
.social-btn-wrap h4::before,
.social-btn-wrap h4::after {
  content: "";
  width: 0;
  height: 30px;
  display: block;
  border-right: solid 1px #000;
  position: absolute;
  top: 0;
  transform: translateY(50%);
}
.social-btn-wrap h4::before {
  left: 25px;
  transform: skewX(25deg);
}
.social-btn-wrap h4::after {
  right: 25px;
  transform: skewX(-25deg);
}
.social-btn {
  text-align: center;
  max-width: 310px;
  margin: 0 auto;
}
.social-btn li {
  margin: 0 10px;
  display: inline-block;
}
.social-btn li a {
	width: 46px;
	height: 46px;
  margin-bottom: 0;
	display: block;
	transition: opacity 0.2s ease-in-out;
}
.social-btn li a:hover,
.social-btn li a:active {
	opacity: 0.5;
}
.portrait .shadow {
	width: 100%;
	height: 100%;
  background-color: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 89;
}
#menubtn {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 7px;
	top: 14px;
  z-index: 100;
}
#menubtn span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#menubtn .menu-open {
	background-image: url(images/common/menu-open.png);
}
#menubtn .menu-close {
	background-image: url(images/common/menu-close.png);
	display: none;
}

/* slide-menu */
#slide-menu {
	width: 100%;
  max-width: 440px;
  padding-top: 50px;
	padding-bottom: 30px;
  background-color: #FFF;
	overflow: scroll;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: 90;
	transition: right 0.3s cubic-bezier(0.83, 0, 0.17, 1);
}
.menu-section:last-child {
	margin-bottom: 0;
}
.nav-wrap {
	max-width: 375px;
	margin: 0 auto 40px;
}
.nav-wrap ul {
	transition: none;
}
.nav-wrap ul {
	margin: 0;
}
#slide-menu .nav-wrap li {
	margin-bottom: 20px;
}
#slide-menu .nav-wrap li:last-child {
	margin-bottom: 0;
}
.nav-wrap a {
	color: #000;
  margin-bottom: 0;
	display: block;
	transition: color 0.3s ease-in-out;
}
.nav-wrap .current > a,
.nav-wrap a:hover,
.nav-wrap a:active {
	color: #338BA8;
}
#slide-menu .link-contact {
	padding-top: 36px;
	-js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:space-between;
  justify-content: space-between;
}
.link-contact li {
	line-height: 1;
	margin-bottom: 8px;
}
#slide-menu .link-contact li {
	margin-bottom: 0;
	display: inline-block;
}
.link-contact a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
  width: 11em;
  margin-left: auto;
  margin-right: auto;
	padding-bottom: 12px;
	border-bottom: dotted 1px #000;
	display: inline-block;
}
.header .social {
	width: 100%;
	height: auto;
	padding-top: 40px;
}
.header .social::before {
	content: "please follow us!";
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.header .social li a {
	width: 30px;
	height: 30px;
}
.header .social li.fb {
	padding-right: 50px;
}
.header .social li.insta {
	padding-left: 50px;
}











/* footer */
.page-template-page-info .footer-wrap,
.page-template-page-lifesupport .footer-wrap {
  padding-bottom: 0;
}
footer {
	padding: 15px 0 24px;
	border-top: solid 1px #323232;
}
.footer-inner {
  max-width: 640px;
	margin: 0 auto;
	padding: 0 18px;
}

#pageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 90;
}
#pageTop a {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	display: block;
	background-image: url("images/pagetop.svg");
	background-repeat: no-repeat;
	background-position: center top;
}
.logo-ft {
	margin-bottom: 16px;
}
.logo-ft a {
	display: block;
	transition: opacity 0.3s ease-in-out;
}
.logo-ft a:hover {
	opacity: 0.7;
}
.footer-inner .social-btn-wrap {
  margin-bottom: 20px;
}
.footer-inner .link-contact {
  margin-bottom: 20px;
}
.footer-inner .link-contact li {
  text-align: center;
}
.footer-inner .link-contact a {
	font-size: 9px;
	padding-bottom: 9px;
}

.copyright {
	text-align: center;
}
.copyright .annotation {
  margin-bottom: 0;
}
.copyright .annotation,
.copyright small {
	font-size: 9px;
}

#side-btn {
  width: 100%;
  padding: 10px 25px;
  background-color: #FFF;
  position: fixed;
  right: 0;
  bottom: 0;
  transition: transform 0.3s ease-in-out;
  transform: translateY(100%);
  z-index: 100;
}
#side-btn.show {
  transform: translateY(0);
}
#side-btn ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;*/
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#side-btn li {
  width: 48%;
  margin: 0 1%;
  border-left: solid 1px #1d8dee;
  border-right: solid 1px #1d8dee;
}
#side-btn li a {
  font-size: 20px;
  text-align: center;
  padding: 0.2em 1em;
  background-color: #FFF;
  display: block;
}
#side-btn li a.side {
  display: none !important;
}
#side-btn a.weboc {
  text-indent: -9999px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url("images/top/side-weboc-sp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 25px;
  bottom: 75px;
  transform: translate(125px, -66px);
  transition: transform 0.3s ease-in-out;
}
#side-btn.show a.weboc {
  transform: translate(0, 0);
}



/* 共通 */
.page-header .inner-box {
	/*max-width: 1000px;
	height: 0;
	padding-top: 24%;*/
	position: relative;
}
.section-header {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#sec-head {
  padding-top: 20px;
}


.p-product .page-header {
	background-image: url("images/header-product.jpg");
}


#sec-link a {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  display: block;
  border: solid 2px #000;
}
#sec-link li {
  margin-bottom: 18px;
}
#sec-link li:last-child {
  margin-bottom: 0;
}














/* トップページ */

.home main {

}
#loading {
	background-color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
  z-index: 10;
	transition: opacity 2s ease-in-out;
}
.logo-ld {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url("images/top/logo-loading-sp.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 3s linear;
}
#loading.show .logo-ld {
	opacity: 1;
}
#loading.load-done {
	display: none;
}
.scroll {
  text-indent: -9999px;
  width: 55px;
  height: 95px;
	display: block;
  background-image: url("images/top/scroll-sp.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateY(50%);
  z-index: 50;
}
#main-slider {
	margin-bottom: 80px;
}
.slidesWrap .slides {
	/*overflow: visible;*/
}
.slidesWrap .slide {
  width: 100vw;
  height: 100vh;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
}
.slidesWrap .slide::after {
  position: absolute;
  left: 0;
  top: 0;
}
.slidesWrap .slide a {
	width: 100%;
	height: 100%;
  position: relative;
  z-index: 20;
}
.slidesWrap .slide a:hover,
.slidesWrap .slide a:hover img {
	opacity: 1;
}
.portrait .slidesWrap .landscape,
.landscape .slidesWrap .portrait {
  display: none;
}
.landscape .slidesWrap .landscape,
.portrait .slidesWrap .portrait {
  display: block;
}
.portrait .slidesWrap .slide {
	background-size: contain;
}
.portrait .slidesWrap .slide::after {
	content: "";
  width: 100%;
  height: 0;
  padding-top: 86%;
  display: block;
  background-image: url("images/top/slide-logo-sp.png");
  background-repeat: no-repeat;
  background-position: left top;
	background-size: contain;
}
.portrait .slidesWrap .slide.mainVisual {
	background-image: url("images/top/bg-slide-0-sp.jpg");
}
.portrait .slidesWrap .slide.grass {
	background-image: url("images/top/bg-slide-1-sp.jpg");
}
.portrait .slidesWrap .slide.piano {
	background-image: url("images/top/bg-slide-2-sp.jpg");
}
.portrait .slidesWrap .slide.room {
	background-image: url("images/top/bg-slide-3-sp.jpg");
}
.portrait .slidesWrap .slide.joinus {
	background-image: url("images/top/bg-slide-4-sp.jpg");
  background-size: cover;
}
.portrait .slidesWrap .slide.grass::after,
.portrait .slidesWrap .slide.room::after {
  background-image: url("images/top/slide-logo-shadow-sp.png");
}
.portrait .slidesWrap .slide.weboc {
	background-image: url("images/top/bg-slide-6-sp.png");
  background-size: cover;
}
.portrait .slidesWrap .slide.weboc::after,
.portrait .slidesWrap .slide.joinus::after,
.portrait .slidesWrap .slide.fude::after {
	display: none;
}
.landscape .slidesWrap .slide {
	background-size: contain;
}
.landscape .slidesWrap .slide::after {
	content: "";
  width: 20%;
  max-width: 200px;
  height: 0;
  padding-top: 50%;
  display: block;
  background-image: url("images/top/slide-logo-bk.png");
  background-repeat: no-repeat;
  background-position: left top;
	background-size: contain;
  position: absolute;
}
.landscape .slidesWrap .slide::before {
	content: "";
  width: 12%;
  max-width: 120px;
  height: 0;
  padding-top: 50%;
  display: block;
  background-image: url("images/top/slide-univ-bk.png");
  background-repeat: no-repeat;
  background-position: left top;
	background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}
.landscape .slidesWrap .slide.grass::before,
.landscape .slidesWrap .slide.piano::before {
  background-image: url("images/top/slide-univ-wh.png");
}
.landscape .slidesWrap .slide.piano::after {
  background-image: url("images/top/slide-logo-wh.png");
}
.landscape .slidesWrap .slide.mainVisual::after,
.landscape .slidesWrap .slide.joinus::after,
.landscape .slidesWrap .slide.weboc::after,
.landscape .slidesWrap .slide.fude::after {
  display: none;
}
.landscape .slidesWrap .slide.mainVisual {
	background-image: url("images/top/bg-slide-0.jpg");
}
.landscape .slidesWrap .slide.grass {
	background-image: url("images/top/bg-slide-1.jpg");
}
.landscape .slidesWrap .slide.piano {
	background-image: url("images/top/bg-slide-2.jpg");
}
.landscape .slidesWrap .slide.room {
	background-image: url("images/top/bg-slide-3.jpg");
}
.landscape .slidesWrap .slide.joinus {
	background-image: url("images/top/bg-slide-4.jpg");
}
.landscape .slidesWrap .slide.weboc {
	background-image: url("images/top/bg-slide-6.png");
  background-position: center top;
}
.slidesWrap .slide .portrait {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slidesWrap .slide .landscape {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.flow .swiper-wrapper {
	transition-timing-function: linear !important;
}
#swiperEpisode .swiper-slide {
  transform: scale(0.9);
  transform-origin: center center;
  transition: transform 0.5s ease-in-out 0.8s;
}
#swiperEpisode .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.swiper-slide a {
  display: block;
}
#swiperEpisode .swiper-slide:hover {
  transform: scale(1) !important;
}
#swiperEpisode .swiper-slide:hover img {
  opacity: 1;
}



.home .section-inner {
	position: relative;
}
.js_slide_fadeIn {
	opacity: 0.1;
	transform: translateY(100px);
	transition: all 1s cubic-bezier(0,.7,.45,.9);
}
.js_slide_fadeIn.animation {
	opacity: 1;
	transform: translateY(0);
}
.home #sec-head ul {
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:space-between;
  justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.home #sec-head li {
  width: 50%;
}
.home #sec-head li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.home #sec-head li .bg {
  position: absolute;
  left: 0;
  top: 0;
}
.home #sec-head li .copy {
  position: relative;
  z-index: 10;
}

.home .post-info {
	margin-bottom: 10px;
  vertical-align: top;
	display: inline-block;
}
.home .readmore {
  width: 110px;
  margin: 0 auto;
  display: block;
}
.home .contents {
	margin-bottom: 0;
}

.home #sec-concept .page-header {
  margin-bottom: 10%;
}
.home #sec-episode {
  margin-bottom: 60px;
  padding-bottom: 0;
}
.home #sec-episode .episode-slide {
  margin-bottom: 40px;
}
.home #sec-about {
  padding: 0;
}
.home #sec-about .lead {
  text-align: center;
}
.home #sec-about .course-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:space-between;
  justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.home #sec-about .course-list li {
  width: 49%;
  margin-bottom: 2%;
}
.home #sec-about .course-list a {
  height: 0;
  padding-top: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content:space-between;
  justify-content: space-between;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.home #sec-about .course-list img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
}
.home #sec-about .course-list span {
  color: #FFF;
  font-size: 17px;
  text-align: center;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#sec-joinus .event-list {
  margin-bottom: 10%;
}
#sec-joinus .event-list li {
  margin-bottom: 5%;
}
.home #sec-lifesupport .info-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
}
.home #sec-lifesupport .info-box {
  width: 49%;
  height: 0;
  padding-top: 49%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home #sec-lifesupport .info-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.home #sec-lifesupport .info-box a .bg {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  transition: all 0.3s ease-in-out;
}
.home #sec-movie .caption {
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 3px;
  background-image: linear-gradient( -45deg, transparent, transparent 39.5%, #E6E6E6 49.5%, #E6E6E6 50.5%, transparent 60.5%, transparent);
  -webkit-background-size: 7px 7px;
  background-size: 7px 7px;
}
.home #sec-movie .movie-wrap li {
  margin-bottom: 10%;
}
.home #sec-movie .movie-wrap a {
  margin-bottom: 5px;
  display: block;
}

section#bottom-slider {
  padding-bottom: 0;
}
#bottom-slider .contents-slider {
  padding: 8% 0;
  background-color: #ECECEC;
}
#bottom-slider .swiper-wrapper {
  transition-timing-function: linear;
}
#bottom-slider .swiper-slide a {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-color: #A7A7A7;
  position: relative;
  overflow: hidden;
}
#bottom-slider .swiper-slide .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
#bottom-slider .swiper-slide .copy-box {
  color: #FFF;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
#bottom-slider .swiper-slide .copy-box span {
  line-height: 1.4;
  margin-bottom: 0;
  display: block;
}
#bottom-slider .swiper-slide .copy-box .h-en {
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 0.3em;
}
#bottom-slider .swiper-slide .copy-box .h-jp {
  letter-spacing: 0.1em;
}
#bottom-slider .swiper-slide a:hover .bg {
  opacity: 1;
  transform: scale(1.1);
}
#bottom-slider .swiper-slide .iframe-wrap {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#bottom-slider .swiper-slide iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%,-50%,0);
}
  
.fx-para {
  width: 100%;
  height: 0;
  padding-top: 46%;
  position: relative;
  overflow: hidden;
}
.fx-para picture {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
  
.line-anime::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: transform 0.3s ease-in-out;
}
.line-anime.show::after,
.line-anime:hover::after {
	transform-origin: right top;
	transform: scale(0,1);
}
.line-anime.done::after {
	transform-origin: left top;
	transform: scale(1,1);
}
.line-anime.done:hover::after {
	transform-origin: right top;
	transform: scale(0,1);
}






/* 私たちの想い */
#sec-episode {
  padding-top: 0;
}
#sec-concept .col2 .img-box {
  margin-bottom: 30px;
}
#sec-concept p {
  font-size: 13px;
  line-height: 2;
  text-align: center;
  margin-bottom: 2em;
}
#sec-concept p:last-child {
  margin-bottom: 0;
}

#sec-episode {
  background-color: #f3f3f3;
  position: relative;
}
#sec-episode::before {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 6.4%;
  display: block;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
#sec-episode p {
  text-align: center;
}
#sec-episode .lead {
  margin-bottom: 2em;
}
.p-concept .episode-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-concept .episode-list li {
  max-width: 47%;
  margin-bottom: 20px;
}
.p-concept .episode-list a {
  margin-bottom: 8px;
  display: block;
}
.p-concept .episode-list p {
  font-size: 12px;
  line-height: 1.75;
}


/* エピソード */
.p-episode #sec-head {
  padding-top: 50px;
}
.p-episode .vertical-copy {
  text-align: center;
  padding: 20px 0 40px;
}
.p-episode .vertical-copy h3 {
  font-size: 21px;
  line-height: 2.75;
  text-align: left;
  letter-spacing: 0.3em;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: inline-block;
}
.p-episode .img-box {
  margin-bottom: 35px;
}

.p-episode .ep-title {
  color: #6d256e;
  font-size: 19px;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}
.p-episode .ep-title::before {
  content: "";
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
  display: block;
  background-image: url("images/concept/ico-episode-1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.p-episode.ep-1 .ep-title::before {
  background-image: url("images/concept/ico-episode-1.png");
}
.p-episode.ep-2 .ep-title::before {
  background-image: url("images/concept/ico-episode-2.png");
}
.p-episode.ep-3 .ep-title::before {
  background-image: url("images/concept/ico-episode-3.png");
}
.p-episode.ep-4 .ep-title::before {
  background-image: url("images/concept/ico-episode-4.png");
}
.p-episode.ep-5 .ep-title::before {
  background-image: url("images/concept/ico-episode-5.png");
}
.p-episode.ep-6 .ep-title::before {
  background-image: url("images/concept/ico-episode-6.png");
}
.p-episode.ep-7 .ep-title::before {
  background-image: url("images/concept/ico-episode-7.png");
}
.p-episode.ep-8 .ep-title::before {
  background-image: url("images/concept/ico-episode-8.png");
}
.p-episode .text-box {
  margin-bottom: 40px;
}
.p-episode .text-box p {
  line-height: 2;
  letter-spacing: 0.18em;
}
.p-episode .page-navi ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-episode .page-navi li {
  font-family: 'Montserrat', sans-serif;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 20px;
}
.p-episode .page-navi li a {
  color: inherit;
  font-size: inherit;
}
.p-episode .page-navi li {
  color: #FFF;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0,0,0,0.2);
  transition: opacity 0.3s ease-in-out;
}
.p-episode .page-navi li.current {
  background-color: #6d256e;
}
.p-episode .page-navi li.prev,
.p-episode .page-navi li.next {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.p-episode .page-navi li.prev {
  background-image: url("images/concept/arrow-left.png");
}
.p-episode .page-navi li.next {
  background-image: url("images/concept/arrow-right.png");
}
.p-episode .page-navi li.disable {
  background-image: none !important;
}
.p-episode .page-navi a {
  width: 100%;
  height: 100%;
  display: block;
}
.p-episode .page-navi li:not(.disable ):not(.current):hover {
  cursor: pointer;
  opacity: 0.7;
}


.list-series li.current a {
	color: #000;
	font-weight: bold;
	background-image: linear-gradient(
    -45deg,
    transparent, transparent 39.5%,
    #DDD 49.5%, #DDD 50.5%,
    transparent 60.5%, transparent);
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
}




/* 各学部＆学科 入試情報 */
.p-info .area-header {
  color: #4fc2f1;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
  padding: 1em;
  display: block;
  border: solid 3.5px #4fc2f1;
}
.p-info a.area-header {
  transition: all 0.3s ease-in-out;
}
.p-info a.area-header:hover {
  color: #FFF;
  background-color: #4fc2f1;
}
.p-info #sec-head .area-header {
  margin-bottom: 1em;
}
.p-info .course-list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-info .course-list li {
  width: 48%;
  margin-bottom: 3.5%;
  border: solid 1px #000;
}
.p-info .course-list a {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-info .course-list a:hover img {
  opacity: 1;
}
.p-info .course-list a > span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
  height: 41.25%;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.p-info #sec-info {
  padding-bottom: 0;
}
.p-info #sec-info .announce {
  font-size: 15px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  padding: 1em;
  display: block;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}







/* キャンパスライフ＆学費・サポート情報 */
.p-lifesupport #sec-head  {
  padding-bottom: 0;
}
.p-lifesupport #sec-head .info-box:first-child {
  margin-bottom: 6%;
}
.p-lifesupport #sec-head h2 {
  height: 0;
  margin-bottom: 1.3%;
  padding-top: 31%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.p-lifesupport #sec-head  .support h2 {
  background-image: url("images/info/bg-support-sp.jpg");
}
.p-lifesupport #sec-head .life h2 {
  background-image: url("images/info/bg-life-sp.jpg");
}
.info-wrap .span-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
	-js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.fx-whitebox {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: normal;
  padding: 0 0.5em 0.2em;
  background-color: #FFF;
  position: relative;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left top;
}
.fx-whitebox.show {
  transform: scaleX(1);
}
.fx-whitebox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFF;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: right top;
  transition: transform 0.3s ease-in-out;
}
.fx-whitebox.done::after {
  transform: scaleX(0);
}
.info-wrap .info-box .col2 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.info-wrap .info-box .col2 a {
  width: 49.4%;
}


/* 404 */
.p-404 .page-header .inner-box {
	padding-top: 36%;
}
.p-404 .no-label {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
}
.p-404 .contents p {
	line-height: 2;
}




/* 投稿 */
.post-section {
  margin-bottom: 25px;
	border-bottom: solid 2px #000;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content: space-between;
}
.post-section .thumb-box {
  width: 39%;
  margin-bottom: 25px;
}
.post-section .thumb-box a {
  display: block;
}
.post-section .main-box {
  width: 57%;
  margin-bottom: 25px;
}

.post-title {
	font-size: 13px;
	line-height: 1.8;
	font-weight: normal;
  margin-bottom: 0;
}
.post-title a {
	color: #000;
	font-weight: 300;
	transition: opacity 0.3s ease-out;
}
.post-title a:hover {
	opacity: 0.5;
}
.single .post-title {
	font-size: 17px;
	line-height: 1.8;
	margin-bottom: 20px;
	padding: 0;
}
.post-info {
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 3px;
}
.post-info .date {
	margin-right: 1em;
  padding: 0.2em 0.5em;
  display: inline-block;
	background-image: linear-gradient(
    -45deg,
    transparent, transparent 39.5%,
    #DDD 49.5%, #DDD 50.5%,
    transparent 60.5%, transparent);
	-webkit-background-size: 7px 7px;
	background-size: 7px 7px;
}
.post-info .cat {
  display: inline-block;
}
.post-info .cat li {
  margin-right: 1em;
	display: inline-block;
}
.post-info .cat li:last-child {
  margin-right: 0;
}
.post-info .cat a {
  transition: opacity 0.3s ease-in-out;
}
.post-info .cat a:hover {
  opacity: 0.6;
}
.single .post-section {
  margin-bottom: 18px;
  padding-bottom: 25px;
  display: block;
}
.single .post-section .main-box {
  width: 100%;
  border-bottom: solid 2px #000;
}
.single .post-info {
  margin-bottom: 1em;
}
.single .post-body p {
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.blog .post-body,
.archive .post-body,
.blog .post-body p,
.archive .post-body p {
	font-size: 12px;
	margin-bottom: 0;
}
.single main section {
	padding-top: 0;
}
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  letter-spacing: normal;
  margin-bottom: 0.5em;
}
.post-body p,
.post-body ul,
.post-body ol {
	margin-bottom: 2em;
}
.post-body img {
	width: auto;
	max-width: 100%;
	display: inline;
} 
.post-body img.alignleft {
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}
.post-body img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.post-body img.alignright {
	margin-left: 30px;
	margin-bottom: 20px;
	float: right;
}

.post-body ul,
.post-body ol {
	padding-left: 1.1em;
}
.post-body ul li {
	list-style-type: disc;
}
.post-body ol li {
	list-style-type: decimal;
}
.post-body a {
	text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.post-body a:hover {
	text-decoration: none;
}
.post-body a.moretag {
	margin-left: 0.7em;
}
.post-body blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}
.post-body blockquote:before{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 3px;
	vertical-align: middle;
	content: "“";
	color: #cfcfcf;
	font-size: 70px;
	line-height: 1;
}
.post-body blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}
.post-body blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}
.single-post table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.single-post table tr:first-child td {
	background-color: #F9F9F9;
}

.link-navi {
	position: relative;
}
.link-navi ul {
  padding-bottom: 20px;
  position: relative;
}
.link-navi li {
  position: absolute;
  top: 0;
}
.link-navi li.prev {
  left: 0;
}
.link-navi li.to-news {
  left: 50%;
  transform: translateX(-50%);
}
.link-navi li.next {
  right: 0;
}
.link-navi a {
	color: #000;
	font-size: 12px;
	display: block;
  transition: opacity 0.3s ease-in-out;
}
.link-navi a:hover {
  opacity: 0.7;
}
/*　ページアーカイブ　*/
.page-template-page-archive .post-title {
	margin-bottom: 0;
}







::-webkit-input-placeholder { color: #CCC;}
:-ms-input-placeholder { color: #CCC;}
::placeholder-shown {	color: #CCC;}



/* WP PageNavi */
.wp-pagenavi {
  text-align: center;
	padding: 20px 0;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	width: 40px;
	height: 40px;
	margin: 4px;
	padding: 11px 0;
	display: inline-block;
  background-color: rgba(0,0,0,0.2);
	border-radius: 20px;
}
.wp-pagenavi span.current {
	background-color: #803981;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  text-indent: -9999px;
	background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.wp-pagenavi a.previouspostslink {
  background-image: url("images/concept/arrow-left.png");
}
.wp-pagenavi a.nextpostslink {
  background-image: url("images/concept/arrow-right.png");
}





/* トップページ */

table {
	width: 100%;
	margin: 0 auto 40px;
}
th {
	font-size: 12px;
	line-height: 2;
	padding: 14px 3px;
	border-bottom: solid 1px #000;
	vertical-align: top;
}
td {
	font-size: 12px;
	line-height: 2;
	padding: 14px 0 15px 17px;
	border-bottom: solid 1px #AAA;
}
.map_wrap {
	height: 0;
	margin-bottom: 30px;
	padding-top: 80%;
	position: relative;
}
.map_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/* 404ページ */
.error404 #message {
  text-align: center;
  padding: 200px 0;
}
.error404 #message .btn {
  background-color: #FFF;
  border: solid 3px #333;
  transition: all 0.3s ease-in-out;
}
.error404 #message .btn:hover {
  background-color: #333;
}






@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'Domine','Noto Serif JP',  "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
		font-size: 94%;
		line-height: 1.7;
	}
	.gothic {
		font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	
	.line-y {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+1,ffff00+100&0+61,1+63,1+89,0+91 */
		background: -moz-linear-gradient(top, rgba(255,255,0,0) 1%, rgba(255,255,0,0) 65%, rgba(255,255,0,1) 65%, rgba(255,255,0,1) 90%, rgba(255,255,0,0) 90%, rgba(255,255,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,0,0) 1%,rgba(255,255,0,0) 65%,rgba(255,255,0,1) 65%,rgba(255,255,0,1) 90%,rgba(255,255,0,0) 90%,rgba(255,255,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,0,0) 1%,rgba(255,255,0,0) 65%,rgba(255,255,0,1) 65%,rgba(255,255,0,1) 90%,rgba(255,255,0,0) 90%,rgba(255,255,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff00', endColorstr='#00ffff00',GradientType=0 ); /* IE6-9 */
	}
	
}













@media (min-width:480px){
	
	.page-header .inner-box {
		height: 0;
		padding-top: 30%;
    background-size: contain;
    position: relative;
	}
	.page-header h1 {
		margin: 0;
		position: absolute;
		right: 25px;
		top: 0;
		float: none;
	}
	
	
	.p-privacy .page-header .inner-box {
		padding-top: 30%;
	}
	.p-404 .page-header .inner-box {
		padding-top: 30%;
	}

	
}








@media (min-width:640px){


}









@media (min-width:768px){
	p, li { 
		font-size: 14px;
		line-height: 2.1;
	}
  p.lead {
    font-size: 18px;
  }
  section {
    padding: 60px 0;
  }
  #sec-head {
    padding-top: 40px;
  }
	.sec-banner {
		padding-bottom: 0;
	}
	.pc { display: block;	}
	.sp { display: none; }
	.pcOnly { display: block;	}
	.spOnly { display: none; }
	
	.excerpt-wrap .show-more {
		font-size: 14px;
	}
  #sec-link li {
    margin-bottom: 27px;
  }
  #sec-link a {
    max-width: 1000px;
    border: none;
  }
  .link-contact li {
    margin-bottom: 8px;
  }
  .link-navi a {
    font-size: 14px;
  }
  .logo-ld {
    background-image: url("images/top/logo-loading.png");
    background-size: contain;
  }
  .fx-whitebox {
    font-size: 25px;
  }
  .fx-para {
    padding-top: 30%;
  }
  .social-btn-wrap h4 {
    font-size: 22px;
  }
  .social-btn-wrap h4::before,
  .social-btn-wrap h4::after {
    height: 40px;
  }
  
  
	/* トップページ */
  .portrait .slidesWrap .slide::after {
    width: 80%;
  }
  /*.slidesWrap .slide:nth-child(3) .portrait {
    left: 40%;
    transform: translateY(-60%);
  }*/
  .portrait .slidesWrap .slide:first-child {
    background-image: url("images/top/bg-slide-0.jpg");
    background-size: contain;
  }
  .portrait .slidesWrap .slide:nth-child(2) {
    background-image: url("images/top/bg-slide-1.jpg");
    background-size: contain;
  }
  .portrait .slidesWrap .slide:nth-child(3) {
    background-image: url("images/top/bg-slide-2.jpg");
    background-size: contain;
  }
  .portrait .slidesWrap .slide:nth-child(4) {
    background-image: url("images/top/bg-slide-3.jpg");
    background-size: contain;
  }
  .home #sec-head li {
    width: 25%;
  }
  .home #sec-concept .page-header {
    margin-bottom: 80px;
  }

  .home #sec-about .course-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .home #sec-about .course-list li {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
  }
  .home #sec-about .course-list li:nth-child(3) {
    margin-right: 0;
  }
  #sec-joinus .event-list {
    margin-bottom: 15%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
  }
  #sec-joinus .event-list li {
    width: 30%;
    margin-bottom: 0;
  }
  #sec-joinus .event-list a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    position: relative;
  }
  #sec-joinus .event-list a::after {
    content: "";
    width: 100%;
    height: 78.7%;
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 27%;
    transform: scale(1.27);
    transform-origin: center top;
    transition: 0.3s ease-in-out;
  }
  #sec-joinus .event-list li:first-child a::after {
    background-image: url("images/top/img-joinus-1.png");
  }
  #sec-joinus .event-list li:nth-child(2) a::after {
    background-image: url("images/top/img-joinus-3.png");
  }
  #sec-joinus .event-list li:last-child a::after {
    background-image: url("images/top/img-joinus-2.png");
  }
  .home #sec-lifesupport .info-box {
    width: 50%;
    padding-top: 31.4%;
  }
  .home #sec-movie .movie-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home #sec-movie .movie-wrap li {
    width: 48%;
  }
  .home #sec-movie .movie-wrap li:first-child {
    width: 100%;
    margin-bottom: 5%;
  }
  .home #sec-movie .caption {
    font-size: 16px;
  }
  
  #sec-episode::before {
    padding-top: 35px;
  }
  #swiperEpisode .swiper-slide {
    transition: transform 0.5s ease-in-out 2s;
  }
  
  #sec-concept .col2 {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #sec-concept .img-box {
    width: 36%;
  }
  #sec-concept .text-box {
    width: 59%;
    margin-bottom: 30px;
    padding-top: 6%;
  }
  #sec-concept p {
    font-size: 15px;
    line-height: 2.4;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .p-concept .episode-list {
    max-width: 850px;
    margin: 0 auto;
  }
  .p-concept .episode-list p {
    font-size: 16px;
  }
  .p-concept .episode-list li {
    margin-bottom: 40px;
  }

  
/* 各学部＆学科 入試情報 */
.p-info .area-header {
  font-size: 26px;
  margin-bottom: 1.5em;
  padding: 0.1em;
  border: solid 5px #4fc2f1;
}
.p-info .course-list a:hover {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-info .course-list a span {
  font-size: 22px;
  opacity: 0.7;
}
.p-info .course-list a span.pcOnly {
  width: 0.25em;
  display: inline-block;
}
.p-info #sec-info .announce {
  font-size: 20px;
  padding: 0.2em;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
  
  
/* キャンパスライフ＆学費・サポート情報 */
  .p-lifesupport #sec-head .lead {
    font-size: 18px;
    text-align: center;
  }
  .p-lifesupport #sec-head h2 span {
    font-size: 32px;
  }
  
/* News */
  .post-section {
    border-bottom: none;
  }
  .single .post-section {
    border-bottom: solid 2px #000;
  }
	.post-info {
		margin-bottom: 5px;
	}
  .post-info .date {
    font-size: 13px;
  }
	.post-title a {
		font-size: 14px;
	}
  .single .post-title {
    font-size: 20px;
  }
  .post-section .thumb-box {
    width: 31%;
  }
  .post-section .thumb-box a {
    height: 0;
    padding-top: 32%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
  }
  .post-section .thumb-box img {
    position: absolute;
    /*margin-top: -25%;*/
    left: 0;
    top: 50%;
    /*transform-origin: center center;
    transition: transform 0.3s ease-in-out;*/
    transform: translateY(-50%);
    transition: opacity 0.3s;
    object-fit: cover;
  }
  .post-section .thumb-box a:hover img {
    /*transform: translateY(0);
    transform: scale(1.1);*/
    opacity: 0.7;
  }
  .post-section .main-box {
    width: 66%;
    border-bottom: solid 2px #000;
  }
  
  
}











@media (min-width:900px){
  #sec-link .inner-box {
    max-width: 894px;
  }
  .p-episode #sec-head .inner-box {
    max-width: 880px;
    padding-left: 0;
    padding-right: 0;
  }
  .p-episode .vertical-copy h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 2.67;
    padding: 50px 0 100px;
  }
  .p-episode .img-box {
    margin-bottom: 60px;
  }
  .p-episode .ep-title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 150px;
    position: relative;
  }
  .p-episode .text-box {
    margin-bottom: 60px;
  }
  .p-episode .text-box p {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-episode .ep-title::before {
    width: 96px;
    height: 64px;
    margin-bottom: 0;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-concept .episode-list li {
    width: 394px;
    max-width: 48%;
  }
  .p-concept .episode-list a {
    width: 394px;
    height: 394px;
    border-radius: 197px;
    position: relative;
    overflow: hidden;
  }
  .p-concept .episode-list a img {
    width: 400px;
    height: 400px;
    position: absolute;
    left: -3px;
    top: -3px;
    transition: transform 0.2s ease-in-out;
    transform-origin: center center;
  }
  .p-concept .episode-list a img:hover {
    transform: scale(1.1);
  }
}





@media (min-width:1000px){
	.pcOnly {display: block; }
	.spOnly {display: none; }

  p.lead {
    font-size: 22px;
  }
  .fx-whitebox {
    font-size: 32px;
  }
  .fx-para {
    padding-top: 20%;
  }
  .inner-box {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  
  #sec-head {
    padding-top: 66px;
  }
  
  .footer-wrap {
    padding-bottom: 0;
  }
	footer {
		padding: 28px 0 0;
	}
	.footer-inner {
		padding: 0 25px 56px;
		position: relative;
		z-index: 10;
	}
	.footer-inner .adrs {
		font-size: 12px;
		padding-left: 80px;
	}
	.footer-inner .link-contact a {
		font-size: 12px;
		transition: opacity 0.3s ease-in-out;
	}
	.footer-inner .link-contact a:hover {
		opacity: 0.7;
	}

	.copyright {
		width: 100%;
	}
  .copyright .annotation,
  .copyright small {
    font-size: 12px;
  }
	
  #side-btn {
    width: 37px;
    height: 100vh;
    margin: 0;
    padding: 0;
    padding-top: 120px;
    background-color: transparent;
    display: block !important;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0) translateX(208px);
    z-index: 1000;
  }
  #side-btn.show {
    transform: translateX(0);
  }
  #side-btn ul {
    display: block;
  }
  #side-btn li {
    width: 37px;
    height: 174px;
    border: none;
  }
  #side-btn li:first-child {
    margin-bottom: 18px;
  }
  #side-btn li a {
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    border-top: solid 1px #1d8dee;
    border-bottom: solid 1px #1d8dee;
    transition: 0.3s ease-in-out;
    transform-origin: right center;
    overflow: hidden;
    display: block;
  }
  #side-btn li a.bottom {
    display: none !important;
  }
  #side-btn li a.side {
    display: block !important;
  }
  #side-btn a:hover {
    transform: scale(1.1);
  }
  #side-btn li:first-child a {
    background-image: url("images/common/side-entry.png");
  }
  #side-btn li:last-child a {
    background-image: url("images/common/side-info.png");
  }
  #side-btn a.weboc {
    width: 188px;
    height: 188px;
    background-image: url("images/top/side-weboc.png");
    transform: translate(0, 0);
    right: 20px;
    bottom: 20px;
  }
  #side-btn a.weboc:hover {
    transform: scale(1.1);
  }
  
  
	
	main { margin-bottom: 90px; }
	.home main { margin-bottom: 0; }
	
	.contents {
		padding: 0;
	}
	.page-header {
		background-position: center bottom;
		background-size: cover;
    position: relative;
    z-index: -1;
	}
	
  .landscape .slidesWrap .slide {
    background-size: cover;
  }
  .landscape .slidesWrap .landscape {
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .landscape .slidesWrap .fude .landscape {
    width: 100%;
    max-width: 1280px;
    height: auto;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
  }
  .landscape .slidesWrap .slide::after {
    position: absolute;
    left: 50%;
    transform: translateX(-500px);
  }
  
  #swiperEpisode .swiper-slide {
    transition: transform 0.3s ease-in-out 0s;
    transform: scale(0.9) !important;
  }
  #swiperEpisode .swiper-slide:hover {
    transform: scale(1) !important;
  }

  .home #sec-head a:hover .bg {
    transform: scale(1.1);
    opacity: 1;
  }
  .home #sec-head a:hover .copy {
    opacity: 1;
  }
  .home #sec-about .course-list a:hover img {
    transform: scale(1.1);
    opacity: 1;
  }
	.home .newslist-wrap {
		width: 668px;
		float: right;
	}
	.home .post-section:last-child .post-title {
		margin-bottom: 0;
	}
	.home .post-info {
		margin-bottom: 15px;
	}
	.home .post-title {
		padding-bottom: 30px;
	}
	
  .home #sec-about .course-list span {
    font-size: 33px;
  }
	.mfp-iframe-scaler {
		padding-top: 67% !important;
	}
  #sec-joinus .event-list a::after {
    transform-origin: center top;
    transition: 0.3s ease-in-out;
  }
  #sec-joinus .event-list a:hover img {
    opacity: 1;
  }
  #sec-joinus .event-list a:hover::after {
    transform: scale(1.4);
  }
  .home #sec-lifesupport .info-box a:hover img {
    transform: scale(1.1);
    opacity: 1;
  }
  .home #sec-movie .caption {
    font-size: 22px;
  }
  .social-btn-wrap {
    padding: 50px 0;
  }
	

	
	/* 投稿 */
	.category_list {
		width: 97px;
	}
	.category_list li {
    margin-bottom: 32px;
		display: block;
	}
	.category_list li a {
    padding: 4px 6px;
		display: inline-block;
	}
	.single .post-info {
		font-size: 14px;
		max-width: 1000px;
	}
	.single .post-title {
		font-size: 22px;
	}
	.single .post-body {
		font-size: 1.063rem;
	}
	.wp-pagenavi {
		padding: 50px 0;
	}
	.std_head {
		font-size: 2em;
		max-width: 1000px;
		margin: 0 auto 60px;
		padding-left: 1em;
		padding-right: 1em;
	}
	

/* 各学部＆学科 入試情報 */
  .p-info #sec-head .inner-box,
  .p-info #sec-info .inner-box {
    max-width: 894px;
  }
  .p-info .area-header {
    font-size: 33px;
  }
  .p-info .course-list li {
    width: 288px;
  }
  .p-info .course-list a > span {
    font-size: 22px;
    opacity: 0.3;
  }
  .p-info .course-list a:hover > span {
    opacity: 1;
  }
  .p-info #sec-info .announce {
    font-size: 25px;
  }
  .p-info #sec-info {
      padding-bottom: 50px;;
  }
  
/* キャンパスライフ＆学費・サポート情報 */
  .p-lifesupport #sec-head .lead {
    font-size: 22px;
  }
  .p-lifesupport .info-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;

  }
  .p-lifesupport .info-box {
    width: 48.2%;
  }
  .p-lifesupport #sec-head h2 {
    padding-top: 64.7%;
  }
  .p-lifesupport #sec-head .support h2 {
    background-image: url("images/info/bg-support.jpg");
  }
  .p-lifesupport #sec-head .life h2 {
    background-image: url("images/info/bg-life.jpg");
  }
  .p-lifesupport .info-box .col2 {
    display: block;
  }
  .p-lifesupport .info-box .col2 a {
    width: 100%;
    margin-bottom: 1.24%;
    display: block;
  }
  
  
	br.xpc { display: block;}
	
}











@media (min-width:1280px){
	.shadow { display: none; }
  .header {
    background-color: #FFF;
  }
	.header-inner {
		height: auto;
    padding: 24px 15px 0;
	}
	.site-logo {
    width: 500px;
    max-width: 100%;
    margin: 0;
		display: block;
    position: absolute;
    left: 0;
    top: -12px;
    z-index: 100;
	}
	#menubtn {
		display: none;
	}
  .nav-wrap {
    margin: 0;
  }
	#slide-menu {
    max-width: 1366px;
		width: 100%;
    margin: 0 auto;
		padding: 0;
    background-color: transparent;
    position: relative;
		top: auto;
		right: auto;
    overflow: visible;
	}
	.nav-wrap ul {
		padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content: space-between;
  }
	#slide-menu .nav-wrap {
    width: auto;
    max-width: 730px;
    max-width: 640px;
    margin-left: auto;
		padding: 0;
		overflow: visible;
	}
	#slide-menu .nav-wrap li {
    width: auto;
    height: 56px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
	}
	#slide-menu .nav-wrap li:nth-child(1) {
    background-image: url("images/common/gn-top-hv.png");
  }
	#slide-menu .nav-wrap li:nth-child(2) {
    background-image: url("images/common/gn-news-hv.png");
  }
	#slide-menu .nav-wrap li:nth-child(3) {
    background-image: url("images/common/gn-concept-hv.png");
  }
	#slide-menu .nav-wrap li:nth-child(4) {
    background-image: url("images/common/gn-about-hv.png");
  }
	#slide-menu .nav-wrap li:nth-child(5) {
    background-image: url("images/common/gn-joinus-hv.png");
  }
	#slide-menu .nav-wrap li:nth-child(6) {
    background-image: url("images/common/gn-lifesupport-hv.png");
  }
	#slide-menu .nav-wrap li:nth-child(7) {
    background-image: url("images/common/gn-movie-hv.png");
  }
  #slide-menu .nav-wrap li img {
    width: auto;
    height: 56px;
    display: block;
    transition: opacity 0.4s linear;
	}
	#slide-menu .nav-wrap li a {
    display: block;
  }
	#slide-menu .nav-wrap li a:hover img {
    opacity: 0;
	}
	#slide-menu .link-contact {
		display: none;
	}
  #slide-menu .social-btn-wrap {
    display: none;
  }
	
	.container {
		padding-top: 80px;
    position: relative;
	}

  #bottom-slider .contents-slider {
    padding: 110px 0;
  }
  #sec-concept p {
    font-size: 18px;
    text-align: left;
  }
  #sec-episode .lead,
  .p-concept .episode-list p {
    font-size: 20px;
  }
  .p-concept .episode-list li {
    margin-bottom: 60px;
  }
  
  .p-episode #sec-head {
    padding-top: 70px;
  }
}





@media (min-width:1552px){

	#swiperEpisode.swiper-container {
		margin: 0 auto !important;
	}
}






