@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* ==============================================================
   #フォント設定
   ============================================================== */
@font-face {
	font-family: 'Happy';
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/Happy-B.woff) format('woff'), url(../fonts/Happy-B.eot) format('eot');
}
.Happy-font {
	font-family: 'Happy';
}
/* ==============================================================
   #ページ設定
   ============================================================== */
html,
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	height: 100%;
	color: #393838;
}
 @media screen and (min-width: 1024px) {
.max1400 {
	width: calc(100% - 50px);
	max-width: 1400px;
}
 }
/* ==============================================================
   #ローディング
   ============================================================== */
#fade {
	display: block;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	margin: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition: linear 1s;
	transition: linear 1s;
}
#fade p {
	background-image: url(../imgs/lo.png);
	background-size: auto;
	background-position: center;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: opacity linear .8s;
	transition: opacity linear .8s;
}
@media (min-width: 1024px) {
#fade p {
	background-size: auto;
}
}
#fade.clear {
	background-color: transparent;
}
/* ==============================================================
   #カラー設定
   ============================================================== */
/*声優科カラー*/
.pink {
	color: #EB6D9A
}
/*俳優タレント科カラー*/
.orange {
	color: #F29839
}
/*テレビ制作科カラー*/
.green {
	color: #8EC31E
}
/*映画プロデユース科カラー*/
.brue {
	color: #8BDBFF
}
/* ==============================================================
   #画像
   ============================================================== */
.tile-box {
	margin: -10px;
}
.tile-box [class*="fw-col-"] {
	padding: 10px;
}
/* ==============================================================
   #ディスクリプション
   ============================================================== */
#logo {
	background-image: url(../imgs/logo.png);
	background-position: center;
	background-size: 202px 20px;
	width: 202px;
	height: 68px;
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	backface-visibility: hidden;
	max-width: 400px;
}
@media (min-width: 1024px) {
#logo {
	background-size: 242px 24px;
	width: 242px;
	height: 68px;
}
}
#Header.scroll #logo {
	background-image: url(../imgs/logo2.png);
}
#Description {
	width: 100%;
	height: 40px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	margin: 0;
	padding-left: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	overflow: hidden;
	visibility: hidden;
}
@media (min-width: 768px) {
#Description {
	visibility: inherit;
}
}
#Description:before,
 #Description:after {
	content: "";
	background-color: rgba(255,255,255,.5);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: background-color 1s;
}
#Description:after {
	background-color: transparent;
}
#Description.chenge:after {
	background-color: #FFF;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: chenge;
	animation-name: chenge;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
	z-index: 6;
}
@-webkit-keyframes chenge {
 from {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}
to {
	-webkit-transform: scaleX(100%);
	transform: scaleX(100%);
}
}
@keyframes chenge {
 from {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}
to {
	-webkit-transform: scaleX(100%);
	transform: scaleX(100%);
}
}
/* ==============================================================
   #ヘッダー
   ============================================================== */
#Header {
	background-color: rgba(0,0,0,0);
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
}
@media (min-width: 768px) {
#Header {
	top: 80px;
}
}
/*ノートPC解像度*/
@media screen and (min-width: 1200px) and (max-height: 800px) {
#Header {
	top: 60px;
}
}
#Logo {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	height: 24px;
}
#Logo img {
	height: 24px;
	width: auto;
}
#Header.scroll {
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 2px 0px;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
/*--- スクロール時ヘッダーメニュー ---*/
#Header.scroll #Head-top {
	display: none;
}
#Head-bottom {
	height: 60px;
}
/* ==============================================================
   #グローバルナビ
   ============================================================== */ 
#Global-Navi {
	display: none;
}
@media (min-width: 1200px) {
#Global-Navi {
	display: block;
}
#Global-Navi > ul {
}
#Global-Navi > ul > li {
	position: relative;
}
#Global-Navi > ul > li > a {
	color: #FFF;
	font-size: 11px;
	position: relative;
	line-height: 16px;
	text-align: left;
	padding: 18px 30px;
	z-index: 2;
}
#Global-Navi > ul > li > a > span {
	display: block;
	font-size: 1rem;
	font-weight: bold;
}
#Global-Navi > ul > li:hover > a {
	color: #FFF;
}
#Global-Navi > ul > li > a:after {
	content: "";
	height: 16px;
	width: 0;
	border-left: #FFF solid 1px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate3d(0, 0, 1, 24deg);
	transform: rotate3d(0, 0, 1, 24deg);
}
#Global-Navi > ul > li:last-child > a:after {
	display: none;
}
/*--- スクロール時設定 ---*/
#Header.scroll #Global-Navi > ul > li > a {
	color: #1D1F21;
}
#Header.scroll #Global-Navi > ul > li:hover > a {
	color: #FFF;
}
#Header.scroll #Global-Navi > ul > li > a:after {
	border-color: #1D1F21;
}
#Global-Navi > ul > li::before {
	content: "";
	display: block;
	background-color: #8BDBFF;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: skewX(-24deg);
	transform: skewX(-24deg);
	-webkit-transition: ease 200ms;
	transition: ease 200ms;
}
#Global-Navi > ul > li:hover::before {
	background-color: rgba(139,219,255,0.5);
	width: 100%;
}
#Global-Navi > ul > li.on::before {
	width: 100%;
}
#Global-Navi > ul > li.on:hover:before {
	background-color: #EB6D9A;
}
#Header.scroll #Global-Navi > ul > li.on a,
#Global-Navi > ul > li.on a {
	color: #FFF;
}
}
/* ==============================================================
   #キービジュアルエリア
   ============================================================== */
.spacer {
	width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#Billborad {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (min-width: 1200px) {
#Billborad {
	height: 100%;
}
}
/*ノートPC解像度*/
@media screen and (min-width: 1200px) and (max-height: 800px) {
}
.slide-area,
.slide-area div {
	height: 100%;
}
/* //////////////////////////////////////////////////////////////////
   アニメーション：スライダー設定
   ////////////////////////////////////////////////////////////////// */
#Billboard-slider {
}
#Billboard-slider .slick-dots {
	bottom: 44px;
}
#Billboard-slider .slick-dots li button {
	border: 0;
	background-color: #FFF;
	padding: 4px;
	border: none;
	display: block;
	height: 8px;
	width: 8px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 0;
	cursor: pointer;
	outline: none;
	border-radius: 50%;
	transition: border ease-out 0.2s;
}
#Billboard-slider .slick-dots li.slick-active button {
	background-color: #8BDBFF;
	padding: 0;
}
/* //////////////////////////////////////////////////////////////////
   アニメーション：キービジュアル画像設定
   ////////////////////////////////////////////////////////////////// */
#kv01,
#kv02,
#kv03,
#kv04 {
	width: 25%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	position: relative;
}
#kv01 {
	background-image: url(../imgs/vol_6/kv_bg_01_pc.jpg);
}
#kv02 {
	background-image: url(../imgs/vol_6/kv_bg_02_pc.jpg);
}
#kv03 {
	background-image: url(../imgs/vol_6/kv_bg_03_pc.jpg);
}
#kv04 {
	background-image: url(../imgs/vol_6/kv_bg_04_pc.jpg);
}
#Billboard-02 {
	background-image: url(../imgs/billboard/billboard01@pc.jpg);
	background-size: cover;
	background-position: center;
}
#Billboard-03 {
	background-image: url(../imgs/billboard/billboard02@pc.jpg);
	background-size: cover;
	background-position: center;
}
#Billboard-04 {
	background-image: url(../imgs/billboard/billboard03@pc.jpg);
	background-size: cover;
	background-position: center;
}
/*Retina用指定*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
 #kv01 {
 background-image: url(../imgs/kv_bg_01_pc.jpg);
}
#kv02 {
 background-image: url(../imgs/kv_bg_02_sp.jpg);
}
#kv03 {
 background-image: url(../imgs/kv_bg_03_sp.jpg);
}
#kv04 {
 background-image: url(../imgs/kv_bg_04_sp.jpg);
}
 #Billboard-02 {
 background-image: url(../imgs/billboard_01.jpg);
 background-size: cover;
 background-position: center;
}
#Billboard-03 {
 background-image: url(../imgs/billboard_02.jpg);
 background-size: cover;
 background-position: center;
}
#Billboard-04 {
 background-image: url(../imgs/billboard_03.jpg);
 background-size: cover;
 background-position: center;
}
}
/* //////////////////////////////////////////////////////////////////
   アニメーション：学科コピー
   ////////////////////////////////////////////////////////////////// */
#Copy-voice,
#Copy-actor,
#Copy-tv,
#Copy-movie {
	width: auto;
	height: 240px;
	margin: auto;
	padding: 20px 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: ease-out 200ms;
	transition: ease-out 200ms;
	z-index: 2;
}
 @media (min-width: 768px) {
#Copy-voice,
 #Copy-actor,
 #Copy-tv,
 #Copy-movie {
	height: 600px;
}
}
/*---ノートPC ---*/
@media screen and (min-width: 1200px) and (max-height: 800px) {
#Copy-voice,
 #Copy-actor,
 #Copy-tv,
 #Copy-movie {
	height: 400px;
}
}
#Copy-voice img,
#Copy-actor img,
#Copy-tv img,
#Copy-movie img {
	width: auto;
	height: 100%;
}
#Kv-Anime.show #Copy-voice,
#Kv-Anime.show #Copy-actor,
#Kv-Anime.show #Copy-tv,
#Kv-Anime.show #Copy-movie {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: gelatine;
	animation-name: gelatine;
	-webkit-animation-duration: 300ms;
	animation-duration: 300ms;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
#Kv-Anime.show #Copy-voice {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#Kv-Anime.show #Copy-actor {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
#Kv-Anime.show #Copy-tv {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
#Kv-Anime.show #Copy-movie {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
@-webkit-keyframes gelatine {
 from {
 opacity: 1;
}
 10%, 90% {
 -webkit-transform: scale3d(1);
 transform: scale3d(1);
}
 25% {
 -webkit-transform: scale3d(0.9, 1.5, 1);
 transform: scale3d(0.9, 1.5, 1);
}
 50% {
 -webkit-transform: scale3d(1.5, 0.9, 1);
 transform: scale3d(1.5, 0.9, 1);
}
 75% {
 -webkit-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
 10%, 90% {
 -webkit-transform: scale3d(1);
 transform: scale3d(1);
}
 25% {
 -webkit-transform: scale3d(0.9, 1.5, 1);
 transform: scale3d(0.9, 1.5, 1);
}
 50% {
 -webkit-transform: scale3d(1.5, 0.9, 1);
 transform: scale3d(1.5, 0.9, 1);
}
 75% {
 -webkit-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
to {
	opacity: 1;
}
}
@keyframes gelatine {
 from {
 opacity: 1;
}
 10%, 90% {
 -webkit-transform: scale3d(1);
 transform: scale3d(1);
}
 25% {
 -webkit-transform: scale3d(0.9, 1.5, 1);
 transform: scale3d(0.9, 1.5, 1);
}
 50% {
 -webkit-transform: scale3d(1.5, 0.9, 1);
 transform: scale3d(1.5, 0.9, 1);
}
 75% {
 -webkit-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
 10%, 90% {
 -webkit-transform: scale3d(1);
 transform: scale3d(1);
}
 25% {
 -webkit-transform: scale3d(0.9, 1.5, 1);
 transform: scale3d(0.9, 1.5, 1);
}
 50% {
 -webkit-transform: scale3d(1.5, 0.9, 1);
 transform: scale3d(1.5, 0.9, 1);
}
 75% {
 -webkit-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
to {
	opacity: 1;
}
}
/* //////////////////////////////////////////////////////////////////
   アニメーション：カーテン
   ////////////////////////////////////////////////////////////////// */
#Kv-Anime {
	background-color: rgba(29,31,33,.5);
	background-image: url(../imgs/dot.png);
	background-position: left bottom;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
/*Retina用指定*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
 #Kv-Anime {
 background-image: none;
}
}
#Kv-Anime.show {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: brightly;
	animation-name: brightly;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes brightly {
 from {
 background-color: rgba(29,31,33,0.5);
}
to {
	background-color: rgba(29,31,33,0.1);
}
}
@keyframes brightly {
from {
 background-color: rgba(29,31,33,0.5);
}
to {
	background-color: rgba(29,31,33,0.1);
}
}
#Kv-Anime #ka01,
#Kv-Anime #ka02,
#Kv-Anime #ka03,
#Kv-Anime #ka04 {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	text-align: center;
}
#Kv-Anime #ka01:before,
#Kv-Anime #ka02:before,
#Kv-Anime #ka03:before,
#Kv-Anime #ka04:before,
#Kv-Anime #ka01:after,
#Kv-Anime #ka02:after,
#Kv-Anime #ka03:after,
#Kv-Anime #ka04:after {
	content: "";
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: -60%;
	left: 0;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: skewY(-24deg);
	transform: skewY(-24deg);
	z-index: 0;
}
#Kv-Anime #ka01:after,
#Kv-Anime #ka02:after,
#Kv-Anime #ka03:after,
#Kv-Anime #ka04:after {
	top: 60%;
	-webkit-transform-origin: right;
	transform-origin: right;
}
#Kv-Anime #ka01:before {
	background-color: #F8B3CA
}
#Kv-Anime #ka02:before {
	background-color: #FEBD5C
}
#Kv-Anime #ka03:before {
	background-color: #76F4D5
}
#Kv-Anime #ka04:before {
	background-color: #8BDBFF
}
#Kv-Anime #ka01:after {
	background-color: #F8B3CA
}
#Kv-Anime #ka02:after {
	background-color: #FEBD5C
}
#Kv-Anime #ka03:after {
	background-color: #76F4D5
}
#Kv-Anime #ka04:after {
	background-color: #8BDBFF
}
#Kv-Anime.show #ka01:before,
#Kv-Anime.show #ka02:before,
#Kv-Anime.show #ka03:before,
#Kv-Anime.show #ka04:before,
#Kv-Anime.show #ka01:after,
#Kv-Anime.show #ka02:after,
#Kv-Anime.show #ka03:after,
#Kv-Anime.show #ka04:after {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: curtain;
	animation-name: curtain;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
#Kv-Anime.show #ka01,
#Kv-Anime.show #ka02,
#Kv-Anime.show #ka03,
#Kv-Anime.show #ka04 {
	-webkit-animation-delay: 4.5s;
	animation-delay: 4.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: hide;
	animation-name: hide;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes curtain {
 from {
 -webkit-transform: skewY(-24deg) scale3d(1, 1, 0);
 transform: skewY(-24deg) scale3d(1, 1, 0);
}
to {
	-webkit-transform: skewY(-24deg) scale3d(0, 1, 0);
	transform: skewY(-24deg) scale3d(0, 1, 0);
}
}
@keyframes curtain {
 from {
 -webkit-transform: skewY(-24deg) scale3d(1, 1, 0);
 transform: skewY(-24deg) scale3d(1, 1, 0);
}
to {
	-webkit-transform: skewY(-24deg) scale3d(0, 1, 0);
	transform: skewY(-24deg) scale3d(0, 1, 0);
}
}
@-webkit-keyframes hide {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
@keyframes hide {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
/* //////////////////////////////////////////////////////////////////
   アニメーション：キャッチコピー
   ////////////////////////////////////////////////////////////////// */
#Copy01,
#Copy02 {
	width: 100%;
	max-width: 840px;
	padding: 0 20px;
	margin: auto;
	position: absolute;
	top: 68%;
	right: 0;
	left: 0;
	opacity: 0;
}
#Kv-Anime.show #Copy01 {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: copy-up;
	animation-name: copy-up;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes copy-up {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -30%, 0);
 transform: translate3d(0, -30%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
}
@keyframes copy-up {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -30%, 0);
 transform: translate3d(0, -30%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
}
#Kv-Anime.show #Copy02 {
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: copy-show;
	animation-name: copy-show;
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes copy-show {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
}
@keyframes copy-show {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -50%, 0);
 transform: translate3d(0, -50%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
}
/* //////////////////////////////////////////////////////////////////
   アニメーション：マウスアイコン
   ////////////////////////////////////////////////////////////////// */
#Mouse {
	display: block;
	background-color: #FFF;
	border: transparent solid 2px!important;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 30px;
	margin: auto;
	position: absolute;
	bottom: 48px;
	right: 0;
	left: 0;
	opacity: 0;
	display: none;
}
@media (min-width: 768px) {
#Mouse {
	width: 48px;
	height: 48px;
	bottom: 72px;
}
}
#Kv-Anime.show #Mouse {
	opacity: 0;
	-webkit-animation-delay: 6.5s;
	animation-delay: 6.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: mouse;
	animation-name: mouse;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes mouse {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
@keyframes mouse {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
to {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
.mouse-icon {
	display: block;
	width: 0px;
	height: 24px;
	border-radius: 2px;
	border: transparent solid 2px;
	margin: auto;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
/*マウスホイール*/
.mouse-icon:after {
	content: "";
	width: 16px;
	height: 16px;
	border-top: transparent solid 4px;
	border-right: transparent solid 4px;
	border-radius: 2px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: -8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mouse,
.mouse-icon,
.mouse-icon:before,
.mouse-icon:after {
	border-color: #1D1F21;
}
/* //////////////////////////////////////////////////////////////////
   アニメーション：バナー
   ////////////////////////////////////////////////////////////////// */
#Banner-Area {
	height: auto;
	width: 100%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
@media (min-width: 800px) {
#Banner-Area {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
}
@media (min-width: 800px) {
#Banner-Area ul {
	/*width: 100%;*/
	width: 95%;
	margin: auto;
	position: absolute;
	left: 20px;
	bottom: 64px;
	opacity: 0;
	z-index: 20;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
#Banner-Area.show ul {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
}
#Banner-item-1,
#Banner-item-2,
#Banner-item-3,
#Banner-item-4,
#Banner-item-5,
#Banner-item-6,
#Banner-item-7 {
	width: 100%;
	padding: 0;
	float: left;
	position: relative;
}
#Banner-item-1 .btn-close,
#Banner-item-2 .btn-close,
#Banner-item-3 .btn-close,
#Banner-item-4 .btn-close,
#Banner-item-5 .btn-close,
#Banner-item-6 .btn-close,
#Banner-item-7 .btn-close {
	display: none;
}
#Banner-item-1 img,
#Banner-item-2 img,
#Banner-item-3 img,
#Banner-item-4 img,
#Banner-item-5 img,
#Banner-item-6 img,
#Banner-item-7 img {
}
@media (min-width: 480px) {
#Banner-item-1,
#Banner-item-2,
#Banner-item-3,
#Banner-item-4,
#Banner-item-5,
#Banner-item-6,
#Banner-item-7 {
	width: 50%;
}
}
@media (min-width: 1024px) {
/*#Banner-item-1,
#Banner-item-2,
#Banner-item-3,
#Banner-item-4,
#Banner-item-5 {
		padding: 0;
		width: auto;
		float: none;
}*/
#Banner-item-1,
#Banner-item-2,
#Banner-item-3,
#Banner-item-4,
#Banner-item-5,
#Banner-item-6,
#Banner-item-7 {
	padding: 0;
	width: auto;
	max-width: 190px;
	float: left;
	margin-right: 10px;
}
#Banner-item-1,
#Banner-item-2,
#Banner-item-3,
#Banner-item-4,
#Banner-item-5,
#Banner-item-6 {
	margin-bottom: 10px;
}
#Banner-item-1 .btn-close,
#Banner-item-2 .btn-close,
#Banner-item-3 .btn-close,
#Banner-item-4 .btn-close,
#Banner-item-5 .btn-close,
#Banner-item-6 .btn-close,
#Banner-item-7 .btn-close {
	display: block;
	background-color: #111;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 21;
}
#Banner-item-1.hide,
#Banner-item-2.hide,
#Banner-item-3.hide,
#Banner-item-4.hide,
#Banner-item-5.hide,
#Banner-item-6.hide,
#Banner-item-7.hide {
	display: none;
}
#Banner-item-1 .btn-close::before,
#Banner-item-2 .btn-close::before,
#Banner-item-3 .btn-close::before,
#Banner-item-4 .btn-close::before,
#Banner-item-5 .btn-close::before,
#Banner-item-6 .btn-close::before,
#Banner-item-1 .btn-close::after,
#Banner-item-2 .btn-close::after,
#Banner-item-3 .btn-close::after,
#Banner-item-4 .btn-close::after,
#Banner-item-5 .btn-close::after,
#Banner-item-6 .btn-close::after,
#Banner-item-7 .btn-close::after {
	content: "";
	width: 12px;
	height: 0;
	border-top: #FFF solid 2px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#Banner-item-1 .btn-close::before,
#Banner-item-2 .btn-close::before,
#Banner-item-3 .btn-close::before,
#Banner-item-4 .btn-close::before,
#Banner-item-5 .btn-close::before,
#Banner-item-6 .btn-close::before,
#Banner-item-7 .btn-close::before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}
#Banner-item-1 .btn-close::after,
#Banner-item-2 .btn-close::after,
#Banner-item-3 .btn-close::after,
#Banner-item-4 .btn-close::after,
#Banner-item-5 .btn-close::after,
#Banner-item-6 .btn-close::after,
#Banner-item-7 .btn-close::after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
#Banner-item-1 img,
#Banner-item-2 img,
#Banner-item-3 img,
#Banner-item-4 img,
#Banner-item-5 img,
#Banner-item-6 img,
#Banner-item-7 img {
	border-radius: 8px;
}
}
.Banner-item-slide {
	border-radius: 8px;
	padding: 5px;
}
/* ==============================================================
   #マーキー
   ============================================================== */

#Electric-Bulletin-Board {
	background-color: rgba(0,0,0,.8);
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s;
	overflow: hidden;
	z-index: 10;
}
#Electric-Bulletin-Board.show {
	opacity: 1;
}
/*---記事一覧ボタン ---*/
#Electric-Bulletin-Board .more-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	margin: 0;
}
#Electric-Bulletin-Board .more-btn:after {
	content: "";
	background-image: -moz-linear-gradient(right, #000, transparent);
	background-image: -ms-linear-gradient(right, #000, transparent);
	background-image: -o-linear-gradient(right, #000, transparent);
	background-image: -webkit-linear-gradient(right, #000, transparent);
	background-image: linear-gradient(right, #000, transparent);
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: -40px;
}
#Electric-Bulletin-Board .more-btn a {
	display: block;
	height: 100%;
	border: #FFF solid 2px;
	border-radius: 1px;
}
/*---スライダー ---*/
#News-slider {
	max-width: 1200px;
	margin: 0 auto;
}
#News-slider p {
	padding: 0 3rem;
	color: inherit;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: inherit;
	margin: 0;
}
#News-slider p.new {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode : forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
@keyframes fadeOut {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
#News-slider a {
	color: #FFF;
	display: block;
}
#News-slider a:hover {
	color: #FFF;
	text-decoration: underline;
}
#News-slider p time {
	margin-right: 1em;
}
#News-slider p i {
	font-style: normal;
	margin-right: 1em;
}
/* ==============================================================
   #見出し
   ============================================================== */
.section-title {
	text-align: center;
	position: relative;
	width: calc(100% - 40px);
	margin: auto auto 1rem;
}
.section-title small {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.section-title + h4 {
	text-align: center;
	width: calc(100% - 40px);
	margin: auto auto 30px;
	position: relative;
}
.section-title + h4 span {
	display: inline-block;
	position: relative;
}
@media (min-width: 1024px) {
.section-title + h4  span {
	padding: 0 24px;
}
.section-title + h4 span::before,
.section-title + h4 span::after {
	content: "";
	width: 0;
	height: 110%;
	border-left: #393838 solid 2px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-24deg);
}
.section-title + h4 span:after {
	top: 0;
	right: -100%;
	transform: rotate(24deg);
}
}
.heading {
	letter-spacing: .1em;
}
#Action {
	padding: 30px 0;
	position: relative;
}
.big {
	width: 100%;
	font-size: 16px;
	padding: 1.2rem 0;
	position: relative;
}
@media (min-width: 1024px) {
.big {
	font-size: 18px;
	padding: 2rem 0;
}
}

 @media (min-width: 1200px) {
.tex-box {
	width: 80%;
	margin: 0 auto;
}
}
/* ==============================================================
   #コンテンツ設定
   ============================================================== */
#Container .skew-box {
	/*min-height: 100%;*/
	margin: auto;
	padding: 40px 0;
	position: relative;
}
@media (min-width: 1024px) {
#Container .skew-box {
	padding: 50px 0;
}
}


.content-kv {
	padding-right: 0;
	padding-left: 0;
}

/* ==============================================================
   #就職内定者インタビュー
   ============================================================== */
#recruit {
	background-color: #EADFC8;
}
/* =============================================================
   #QアンドA
   ============================================================== */
.question {
	font-size: 1.285rem;
	padding-left: 64px;
	position: relative;
}
.question::before {
	content: "Q";
	background-color: #393838;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 48px;
	text-align: center;
	color: #FFF;
}
.question::before {
	background-color: #393838;
	margin: auto;
	bottom: 0;
	z-index: 4;
}
.answer-box {
	padding-bottom: 1rem;
	position: relative;
}


.answer-box p {
	margin-top: auto;
}
.answer-box img {
	margin-bottom: 1rem;
}
 @media screen and (min-width: 1024px) {
.question {
	margin-left: -64px;
}
.answer-box {
	padding-right: 48px;
}
.answer-box::before {
	content: "";
	background-color: #EADFC8;
	background-image: url(../imgs/vol_6/kao.png);
	background-size: 48px auto;
	background-repeat: no-repeat;
	background-position: center;
	border: #EADFC8 solid 5px;
	border-radius: 100%;
	width: 64px;
	height: 64px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
}
.answer-box p {
	position: relative;
}
.answer-box p span {
	line-height: 1.6;
    background-color: #FFF;
    border-radius: 4px;
    padding: 16px;
    font-size: 13px;
	display: block;
	position: relative;
	z-index: 4;
}

.answer-box p::after {
	content: "";
	background-color: #393838;
	background-image: url(../imgs/vol_6/ami_black.svg);
    background-size: 4px auto;
    background-repeat: repeat;
    background-position: center;
	border-radius: 4px;
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	bottom: -10px;
	left: -15px;
	z-index: 1;
}
.question::after {
	content: "";
	background-color: #393838;
	background-image: url(../imgs/vol_6/ami_black.svg);
    background-size: 4px auto;
    background-repeat: repeat;
    background-position: center;
	border-radius: 100%;
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: -15px;
	left: 5px;
}
}
/* ==============================================================
   #Contents-3：学科紹介
   ============================================================== */
#Container #Contents-3 {
	background-color: #FFFF60;
}
/* ==============================================================
   #特別授業
   ============================================================== */
#special,
#special-a,
#special-b {
	position: relative;
	overflow: initial;
}
#special {
	background-color: #FCE7EC;
	padding-top: 5rem;
}
#special-a {
	background-color: #D3E3F3;
}
#special-b {
	background-color: #E9F5C2;
	padding-bottom: 5rem;
}

#special .fw-row + .fw-row,
#special-a .fw-row + .fw-row,
#special-b .fw-row + .fw-row {
	margin-top: 2rem;
}
.feature-title {
	font-size: 2rem;
}
.feature-title .Happy-font {
	font-size: 20px;
}
.feature-title small {
	font-size: 18px;
}
.guest-title-1 {
	font-size: 1.28571rem; /* 18px */
	display: block;
}
.guest-title-2 small {
	display: block;
	font-size: 67%;
}
.guest-profile {
	font-size: 0.785rem;
	line-height: 1.6;
}
.guest-profile span {
	display: block;
	font-size: 1rem;
	font-weight: bold;
}
.student-voice  h4 span {
	background-color: #393838;
	border-radius: 2px;
	padding: 6px 20px;
	color: #FFF;
	font-size: 1rem;
	position: relative;
}
.student-voice h4 span::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 6px 6px 0 6px;
border-color: #393838 transparent transparent transparent;
margin: auto;
position: absolute;
bottom: -6px;
right: 0;
left: 0;
}

.student-photo {
	position: relative;
}

.student-photo img {
	display: block;
	width: 80px;
	height: 80px;
	border: #393838 solid 3px;
	border-radius: 100%;
	margin: auto;
	position: relative;
}
.student-photo::before {
	content: "";
	width: 0;
height: 0;
border-style: solid;
margin: auto;
border-width: 0 6px 12px 6px;
border-color: transparent transparent #393838 transparent;
position: absolute;
top: -10px;
left: 0;
right: 0;
}

 @media screen and (min-width: 1024px) {
.student-voice {
	margin-right: 0;
	max-width: 32rem;
}
.student-photo::before {
	display: none;
}

#special-a .student-voice {
	margin-left: 0;
}
.student-photo img {
	border: none;
	border-radius: 0;
	    position: absolute;
    bottom: -80px;
    left: 0;
    max-height: 240px;
    width: auto;
	height: auto;
    transform: translateX(-100%);
}
#special-a .student-photo img {
	left: inherit;
	right: 0;
	transform: translateX(100%);
}
}

#special figure img {
	width: 50%;
	float: left;
}

/* ==============================================================
  インターンシップ
   ============================================================== */
#internship {
	background-color: #FCE7EC;
	background-image: url(../imgs/slash.png);
	background-size: 11px auto;
	background-repeat: repeat;
	position: relative;
}
.internship-wrap {
	background-color: #FFF;
	margin: 0 -20px;
	padding: 20px;
	position: relative;
}
.internship-wrap::before,
.internship-wrap::after {
	content: "";
	background-size: 20px auto;
	background-repeat: repeat-x;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
}
.internship-wrap::before {
	background-image: url(../imgs/vol_6/giza.svg);
	background-position: left bottom;
	top: -10px;
}
.internship-wrap::after {
	content: "";
	background-image: url(../imgs/vol_6/giza_rev.svg);
	background-position: left top;
	position: absolute;
	bottom: -10px;
}
@media (min-width: 1024px) {
.internship-wrap {
	margin: 0 auto;
	padding: 50px;
}
}

.internship-wrap h2 {
	font-size: 18px;
	text-align: center;
	padding: 15px 0 10px;
	margin: auto auto 30px;
	border-top: #393838 solid 2px;
	border-bottom: #393838 dashed 1px;
}
@media (min-width: 1024px) {
	.internship-wrap h2 {
		font-size: 24px;
		max-width: 80%;
	}
}

.internship-wrap h3,
.internship-wrap p {
	margin: 1rem auto;
	position: relative;
	z-index: 5;
}
.internship-wrap h3 {
	margin-top: auto;
	font-size: 18px;
	color: #EB6D9A;	
}
.internship-wrap h3 small {
	display: block;
	font-size: 0.785rem;
	font-weight: normal;
}
.internship-wrap h3 span {
	position: relative;
}
.internship-wrap p span {
    padding-bottom: 2px;
    line-height: 2.2;
    border-bottom: dashed 1px #AAA;
}

.internship-wrap .nam {
	margin-bottom: 10px;
}
.internship-wrap .nam img {
	max-height: 32px;
}

.intern-photo-wrap .intern-photo {
	border-radius: 4px;
	position: relative;
	float: left;
	z-index: 6;
}
.intern-photo-wrap .intern-photo img {
	background-color: #FFF;
	border: #FFF solid 8px;
	border-radius: 4px;
	position: relative;
	z-index: 4;
}
.intern-photo-wrap .intern-photo:first-child::before {
	content: "";
	background-color: pink;
	background-image: url(../imgs/vol_6/ami.svg);
    background-size: 6px auto;
    background-repeat: repeat;
    background-position: center;
	display: block;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.intern-photo-wrap .intern-photo:first-child {
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.intern-photo-wrap .intern-photo:first-child::before {
	-webkit-transform: rotate(2deg) translate(10px,20%);
	transform: rotate(2deg) translate(10px,20%);
}
.intern-photo-wrap .intern-photo:nth-child(2) {
	max-width: 50%;
	-webkit-transform: rotate(-8deg) translate(0px,-40px);
	transform: rotate(-8deg) translate(0px,-40px);
}
.intern-photo-wrap .intern-photo:nth-child(3) {
	max-width: 50%;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

.intern-photo-wrap .intern-photo figcaption {
	background-color: #EB6D9A;
	border-radius: 2px;
	color: #FFF;
	text-align: center;
	padding: 10px 15px;
	display: inline-block;
	-webkit-transform: rotate(0) translate(-20px,-30px);
	transform: rotate(0) translate(-20px,-10px);
	position: relative;
	z-index: 5;
}
.intern-photo-wrap .intern-photo figcaption small {
	display: block;
}
@media (min-width: 1024px) {
	.intern-photo-wrap .intern-photo figcaption small {
		display: inline;
	padding-left: 1rem;
}
}

.intern-photo-wrap .intern-photo:nth-child(2)  figcaption {
	-webkit-    transform: rotate(10deg) translate(20px,-10px);
	    transform: rotate(10deg) translate(20px,-10px);
}
.intern-photo-wrap .intern-photo:nth-child(3)  figcaption {
	-webkit-transform: rotate(-12deg) translate(0px,-10px);
	transform: rotate(-12deg) translate(0px,-10px);
}

.intern-arrow,
.intern-arrow-2 {
	display: none;
}
@media (min-width: 1024px) {
.intern-arrow {
	height: auto;
    width: 220px;
    display: block;
    margin: -10px -30px auto auto;
	-webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}
.intern-arrow-2 {
	height: auto;
    width: 220px;
    display: block;
    margin: auto auto auto -30px;
	-webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
}
}

.intern-bg {
	position: relative;
}
.intern-bg img {
	display: block;
	position: relative;
	z-index: 4;
}
.intern-bg::before,
.intern-bg::after {
	content: "";
	width: 270px;
	height: 280px;
	margin: auto;
	position: absolute;
	top: 60px;
	left: -20px;
}
.intern-bg::before {	
	    background-color: pink;
    background-image: url(../imgs/vol_6/ami.svg);
    background-size: 6px auto;
    background-repeat: repeat;
    background-position: center;
	z-index: 1;
}
.intern-bg::after {
	    background-color: transparent;
    background-image: url(../imgs/vol_6/intern_bg.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 2;
}
@media (min-width: 1024px) {
.intern-bg::before,	
.intern-bg::after {
	content: "";
	width: 270px;
	height: 280px;
	margin: auto;
	top: -100px;
	left: -50px;
}
}

.internship-box {
	position: relative;
}
.internship-box .star {
	display: none;
}
@media (min-width: 1024px) {
.internship-box .star {
	display: block;
	width: 80px;
	height: auto;
	position: absolute;
	top: 40px;
	right: 40px;
}
}


/* ==============================================================
   #i-MEDIAスナップ
   ============================================================== */
#snap {
	background-color: #FFF;
	overflow: hidden;
}
/* i-MEDIAスナップのスライダーの設定 */
#Snap-slider {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
#Snap-slider .slick-list {
	overflow: inherit;
}
#Snap-slider .slick-arrow {
	background-color: #FFF;
	border-color: transparent;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
#Snap-slider .slick-prev {
	left: 20px;
}
#Snap-slider .slick-next {
	right: 20px;
}
#Snap-slider .slick-dots {
	top: 0;
}
#Snap-slider .slick-dots li button {
}
/* i-MEDIAスナップの設定 */
.snap-box {
	width: 25%;
	float: left;
}
.snap-box img {
	border-radius: 6px;
}
.snap-box figure {
	position: relative;
	padding: 1px;
}
.snap-box p {
	background-color: transparent;
	border-radius: 50%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px -2px;
	box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px -2px;
	text-align: center;
	margin: 0;
	position: absolute;
	top: -20px;
	left: -15px;
	width: 64px;
	height: 64px;
}
.snap-box p i {
	display: block;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 64px;
}
.snap-box figure.pink p {
	background-color: #EB6D9A;
}
.snap-box figure.orange p {
	background-color: #F29839;
}
.snap-box figure.green p {
	background-color: #8EC31E;
}
.snap-box figure.blue p {
	background-color: #8ADAFB;
}
/* スナップモデルプロフィール */

.snap-box figcaption {
	padding: 0 20px;
	font-weight: bold;
	margin: 10px 0;
}
.snap-box figcaption small {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #1D1F21;
}
.snap-box figure.pink figcaption {
	color: #EB6D9A;
}
.snap-box figure.orange figcaption {
	color: #F29839;
}
.snap-box figure.green figcaption {
	color: #8EC31E;
}
.snap-box figure.blue figcaption {
	color: #8ADAFB;
}
.snap-box ul {
	text-align: left;
	margin-bottom: 2rem;
}
.snap-box ul li {
	display: inline;
	position: relative;
	font-size: 12px;
	padding-left: 1em;
	padding-right: 10px;
	margin-bottom: 0.5em;
}
.snap-box ul li:last-child {
	margin-bottom: 0;
}
.snap-box ul li:after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #1D1F21;
	border-radius: 50%;
}
/* ==========================================================================
フッター
========================================================================== */
#Footer {
	position: relative;
}
/* ==========================================================================
フッターナビゲーション
========================================================================== */

#Foota-navi {
	background-color: #FFF;
	border-top: #E0E0E0 solid 1px;
	max-width: 100%;
}
#Foota-navi > ul {
}
#Foota-navi > ul > li {
}
#Foota-navi > ul > li > a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.75rem; /* 12px */
	line-height: 40px;
}
#Footer-Action {
	background-color: #1D1F21;
	height: 54px;
	padding-top: 5px;
	margin: auto;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0) translateZ(0);
	transform: translate3d(0, 0, 0) translateZ(0);
	-webkit-transition: ease-out 400ms;
	transition: ease-out 400ms;
}
#Footer-Action P {
	margin: 0;
	height: 44px;
}
#Footer-Action.slideup {
	-webkit-transform: translate3d(0, 100%, 0) translateZ(0);
	transform: translate3d(0, 100%, 0) translateZ(0);
}
/* ==========================================================================
トップもどる
========================================================================== */
a#Page-Top {
	background-color: transparent;
	position: fixed;
	display: block;
	right: -20px;
	bottom: 0px;
	height: 80px;
	width: 73px;
	overflow: hidden;
	z-index: 99999;
	cursor: pointer;
}
@media (min-width: 640px) {
a#Page-Top {
	right: -20px;
	height: 132px;
	width: 120px;
}
}
@media (min-width: 1200px) {
a#Page-Top {
	right: -50px;
	height: 220px;
	width: 200px;
}
}
/* ==============================================================
   #スマホメニューボタン
   ============================================================== */ 
#Sp-btn {
	background-color: #FFF;
	border: #FFF solid 2px;
	border-radius: 2px;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 5px;
	right: 5px;
}
@media (min-width: 1200px) {
#Sp-btn {
	display: none;
}
}
#Sp-btn button {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#Sp-btn button span {
	display: block;
	width: 24px;
	height: 0;
	border-top: #111 solid 2px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#Sp-btn button span:first-child {
	margin-bottom: 5px;
}
#Sp-btn button span:last-child {
	margin-top: 5px;
}
/* ==========================================================================
スマホメニュー
========================================================================== */
/* メニューOPEN時の背景 */
.menu-overlay {
	background: rgba(139,219,255, 0.95);
	position: fixed;
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
/* Overlay closing cross */
.menu-overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}
/* Menu style */
.menu-overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu-overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}
.menu-overlay ul li {
	display: block;
	width: 50%;
	height: 20%;
	height: calc(100% / 8);
	float: left;
}
.menu-overlay ul li a {
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: left;
	padding: 0 20px;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
.menu-overlay ul li a span {
	display: block;
}
.menu-overlay ul li a:hover,
.menu-overlay ul li a:focus {
	color: #e3fcb1;
}
/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}
.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}
