@charset "utf-8";
/*============================================================


  information.css


============================================================*/
html {
  height: 100%;
}

body {
  height: 100%;
}

body.animation #main > section > h3 > span {
	opacity: 0;
	-webkit-transform: scale(0.5);
	   -moz-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	     -o-transform: scale(0.5);
	        transform: scale(0.5);
}

body.animation #main > section.active > h3 > span {
	-webkit-animation: show_sectionHeadline_transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
                     show_opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s both;
     -moz-animation: show_sectionHeadline_transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
                     show_opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s both;
      -ms-animation: show_sectionHeadline_transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
                     show_opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s both;
       -o-animation: show_sectionHeadline_transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
                     show_opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s both;
          animation: show_sectionHeadline_transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
                     show_opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s both;
}

@-webkit-keyframes show_sectionHeadline_transform {
  0% { -webkit-transform: scale(0.5);}
  100% { -webkit-transform: scale(1);}
}

@-moz-keyframes show_sectionHeadline_transform {
  0% { -moz-transform: scale(0.5);}
  100% { -moz-transform: scale(1);}
}

@-ms-keyframes show_sectionHeadline_transform {
  0% { -ms-transform: scale(0.5);}
  100% { -ms-transform: scale(1);}
}

@-o-keyframes show_sectionHeadline_transform {
  0% { -o-transform: scale(0.5);}
  100% { -o-transform: scale(1);}
}

@keyframes show_sectionHeadline_transform {
  0% { transform: scale(0.5);}
  100% { transform: scale(1);}
}

@-webkit-keyframes show_opacity {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

@-moz-keyframes show_opacity {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

@-ms-keyframes show_opacity {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

@-o-keyframes show_opacity {
  0% { opacity: 0;}
  100% { opacity: 1;}
}

@keyframes show_opacity {
  0% { opacity: 0;}
  100% { opacity: 1;}
}


#main section p {
	display: block;
	color: #292929;
	font-size: 100%;
	letter-spacing: 0.22em;
	line-height: 2.3;
}

#main > section > p + p {
	margin-top: 0.5em;
}


#main > section > p.brank {
	margin: 2.4em 0;
}


@media (max-width: 660px) {
	#main > section > p {
		font-size: 11px;
		letter-spacing: 0.08em;
		line-height: 1.4;
		padding-left: 6%;
		padding-right: 6%;
	}

	#main > section > p + p {
		margin-top: 0.8em;
	}

	#main > section > p.brank {
		margin: 1.6em 0;
	}
}



#mainImage{
	padding:100px 0 80px 0;
}

#mainImage img{
	width:100%;
	height:auto;
}




#cosgeniclesson{
}

#cosgeniclesson h2{
	width:1040px;
	margin:0 auto 15px auto;
	padding:10px 0;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	text-align:center;
}

#cosgeniclesson h2 span{
	font-size:34px;
	font-family: 'Nunito';
}

#cosgeniclesson h3{
	width:15em;
	margin:0 auto;
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	background: linear-gradient(transparent 50%, #FFE000 40%);
}

#cosgeniclesson p{
	padding:75px 0;
	text-align:center;
}

#cosgeniclesson ul{
	width:1000px;
	margin:0 auto;
}

#cosgeniclesson ul li{
	display: inline-block;
	width:32%;
	margin:0 0.5%;
	text-align:center;
	font-size:0.95em;
}

#cosgeniclesson ul li a {
	position:relative;
	display: inline-block;
	width: 100%;
	font-size: 100%;
	font-family: 'Nunito';
	letter-spacing: 0.08em;
	box-sizing: border-box;
	margin: 0;
	padding: 1em 0.5em;
	background: #FFE000;
	white-space: nowrap;
}

.anchor .arrow {
	position:absolute;
	right:1em;
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  vertical-align: middle;
 /* margin-top: -0.25em;*/
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.anchor .arrow {
	margin-left: 0.6em;
	background: url(/sp/cosgenic/common/images/arrow-right-bk.svg) left center no-repeat;
	background-size: contain;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

a.anchor:hover .arrow {
  -webkit-transform: rotate(450deg);
     -moz-transform: rotate(450deg);
      -ms-transform: rotate(450deg);
       -o-transform: rotate(450deg);
          transform: rotate(450deg);
}


@media (min-width: 1920px) {
	
#cosgeniclesson ul li a {
	font-size: 85%;
}

}


@media (max-width: 1040px) {
	
#cosgeniclesson h2{
	width:100%;
}

#cosgeniclesson ul{
	width:100%;
	margin:0 auto;
}

#cosgeniclesson ul li{
	font-size:85%;
}

}


@media (max-width: 660px) {

#cosgeniclesson{
	margin-bottom:0;
}

#cosgeniclesson h2{
	margin:0;
	padding:20px 0 5px 0;
	border:0;
	background:#FFE100;
}

#cosgeniclesson h2 span{
	font-size:30px;
}

#cosgeniclesson h3{
	width:100%;
	margin:0;
	padding-bottom:20px;
	background:#FFE100;
	font-size:16px;
}

#cosgeniclesson p{
	padding:40px 0;
}

	
#cosgeniclesson ul li{
	display: block;
	width:94%;
	margin:1% auto;
}

}


#introduction {
	padding-top:100px;
	text-align: center;
}

#introduction h2{
	width:1040px;
	margin:0 auto 15px auto;
	padding:10px 0;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	text-align:center;
}

#introduction h2 span{
	font-size:34px;
	font-family: 'Nunito';
}

#introduction h3{
	width:5em;
	margin:0 auto;
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	background: linear-gradient(transparent 50%, #FFE000 40%);
}

.introduction__season h4 strong {
	display: block;
	padding: 25px;
	font-family: 'Nunito';
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.introduction__season02 {
	margin-top: 0px;
}

.introduction__season03 {
	margin-top: 60px;
	border-top: 1px solid #e2e2e2;
}


@media (max-width: 1040px) {
	
#introduction h2{
	width:100%;
}

}

@media (max-width: 660px) {

#mainImage{
	padding:65px 0 0 0;
}

#introduction {
	padding-top: 6em;
}

#introduction h2 {
    position: relative;
    width: 94%;
    margin:0 auto 25px auto;
    padding: 0;
    border-top: 0!important;
}

#introduction h2 span {
    position: absolute;
    left:0;
    right:0;
    width: 6em;
    margin: auto;
    padding: 0 10px 10px 10px;
    background: #FFF;
    font-size: 34px;
    line-height: 3px;
    display: block;
}
	
}








#introduction .charactor {
	display: block;
	width: 100%;
	overflow: hidden;
}

#introduction .charactor > li {
	display: block;
	width: 50%;
	overflow: hidden;
	position: relative;
}

#introduction .charactor dd p a{
	padding-bottom: 0.2em;
	border-bottom: 1px solid #000;
	vertical-align: baseline;
}

#introduction .charactor dd p a:hover{
	border-bottom: 0;
}

@media (min-width: 661px) {
	#introduction .charactor02 > li {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	
	#introduction .charactor03 > li {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
}


#introduction .charactor > li:first-of-type {
	float: left;
}

#introduction .charactor > li:last-of-type {
	float: right;
}

@media (max-width: 660px) {
	#introduction .charactor {
		/*margin-top: 2.4em;*/
	}

	#introduction .charactor > li {
		width: 100%;
	}

	#introduction .charactor > li:first-of-type,
	#introduction .charactor > li:last-of-type {
		float: none;
	}
}







#introduction .charactor > li > div {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 3.75em 0;
}






#introduction .charactor > li > div:first-child {
}

#introduction .charactor > li:first-of-type > div:first-child {
	background: #c9e8fe;
}

#introduction .charactor > li:last-of-type > div:first-child {
	background: #f6d7de;
}

#introduction .charactor02 > li:last-of-type > div:first-child {
	background: #ddf7e4;
}

#introduction .charactor03 > li:last-of-type > div:first-child {
	background: #FFF1AC;
}


#introduction .charactor > li > div:first-child dl {
	display: block;
	width: 46%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

@media (min-width: 661px) {
#introduction .charactor02 > li > div:first-child dl {
	display: block;
	width: 23%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#introduction .charactor03 > li > div:first-child dl {
	display: block;
	width: 23%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
}

#introduction .charactor > li > div:first-child dl dt {
	display: block;
	width: 4.6em;
	height: 4.6em;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	line-height: 4.4em;
	letter-spacing: 0.1em;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#introduction .charactor > li:first-of-type div:first-child dl dt {
	background: #7fcef4;
}

#introduction .charactor > li:last-of-type div:first-child dl dt {
	background: #f0bcc8;
}

#introduction .charactor02 > li:last-of-type div:first-child dl dt {
	background: #85de9d;
}

#introduction .charactor03 > li:last-of-type div:first-child dl dt {
	background: #FFD300;
}


body.animation .charactor > li div:first-child dl dt {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

body.animation .charactor > li.active div:first-child dl dt {
	-webkit-animation: show_charactorPart 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	   -moz-animation: show_charactorPart 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	    -ms-animation: show_charactorPart 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	     -o-animation: show_charactorPart 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	        animation: show_charactorPart 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
}

@-webkit-keyframes show_charactorPart {
	0% { -webkit-transform: scale(0);}
	100% { -webkit-transform: scale(1);}
}

@-moz-keyframes show_charactorPart {
  0% { -moz-transform: scale(0);}
  100% { -moz-transform: scale(1);}
}

@-ms-keyframes show_charactorPart {
  0% { -ms-transform: scale(0);}
  100% { -ms-transform: scale(1);}
}

@-o-keyframes show_charactorPart {
  0% { -o-transform: scale(0);}
  100% { -o-transform: scale(1);}
}

@keyframes show_charactorPart {
  0% { transform: scale(0);}
  100% { transform: scale(1);}
}



#introduction .charactor > li > div:first-child dl dd > p {
	display: block;
	padding: 50%;
	overflow: hidden;
	position: relative;
}

#introduction .charactor > li > div:first-child dl dd > p img {
	width: 100%;
	height: auto;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

html.androidbrowser #introduction .charactor > li > div:first-child dl dd > p {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}

html.androidbrowser #introduction .charactor > li:first-child > div:first-child dl dd > p {
	background-image: url(/sp/cosgenic/images/charactor-teacher-circle.png);
}

html.androidbrowser #introduction .charactor > li:last-child > div:first-child dl dd > p {
	background-image: url(/sp/cosgenic/images/charactor-student-circle.png);
}

html.androidbrowser #introduction .charactor > li > div:first-child dl dd > p img {
	display: none !important;
}



body.animation #introduction .charactor > li > div:first-child dl dd > p {
	visibility: hidden;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

body.animation #introduction .charactor > li.active > div:first-child dl dd > p {
	visibility: visible;
	-webkit-animation: show_charactorPhoto 1s cubic-bezier(0.23, 1, 0.32, 1) both;
	   -moz-animation: show_charactorPhoto 1s cubic-bezier(0.23, 1, 0.32, 1) both;
	    -ms-animation: show_charactorPhoto 1s cubic-bezier(0.23, 1, 0.32, 1) both;
	     -o-animation: show_charactorPhoto 1s cubic-bezier(0.23, 1, 0.32, 1) both;
	        animation: show_charactorPhoto 1s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes show_charactorPhoto {
	0% { -webkit-transform: rotateY(0) scale(0);}
	100% { -webkit-transform: rotateY(360deg) scale(1);}
}

@-moz-keyframes show_charactorPhoto {
	0% { -moz-transform: rotateY(0) scale(0);}
	100% { -moz-transform: rotateY(360deg) scale(1);}
}

@-ms-keyframes show_charactorPhoto {
	0% { -ms-transform: rotateY(0) scale(0);}
	100% { -ms-transform: rotateY(360deg) scale(1);}
}

@-o-keyframes show_charactorPhoto {
	0% { -o-transform: rotateY(0) scale(0);}
	100% { -o-transform: rotateY(360deg) scale(1);}
}

@keyframes show_charactorPhoto {
	0% { transform: rotateY(0) scale(0);}
	100% { transform: rotateY(360deg) scale(1);}
}




#introduction .charactor > li > div:first-child dl dd > h4 {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

#introduction .charactor > li > div:first-child dl dd > h4 span {
	display: inline-block;
	font-family: 'Nunito';
	font-size: 187.5%;
	font-weight: 300;
	letter-spacing: 0.04em;
	margin-bottom: 0.2em;
}

#introduction .charactor > li > div:first-child dl dd > h4 span.small {
	font-size: 90%;
}

#introduction .charactor > li > div:first-child dl dd > h4 em {
	display: block;
	font-size: 87.5%;
	letter-spacing: 0.08em;
}

#introduction .charactor > li > div:first-child dl dd .button {
        width: 7em;
	display: inline-block;
	padding: 0.4em 0.8em 0.5em;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#introduction .charactor > li > div:first-child dl dd .button:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffe100;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 0;
	-webkit-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	   -moz-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	    -ms-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	     -o-transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	        transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#introduction .charactor > li:first-of-type > div:first-child dl dd .button:before {
	background: #7fcef4;
}

#introduction .charactor > li:last-of-type > div:first-child dl dd .button:before {
	background: #f0bcc8;
}

#introduction .charactor02 > li:last-of-type > div:first-child dl dd .button:before {
	background: #85de9d;
}

#introduction .charactor03 > li:last-of-type > div:first-child dl dd .button:before {
	background: #FFD300;
}

#introduction .charactor > li > div:first-child dl dd .button:hover:before {
	left: 0;
}



body.animation .charactor > li > div dl dd .button {
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
}

body.animation .charactor > li.active div dl dd .button {
	-webkit-animation: show_profileButton 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	   -moz-animation: show_profileButton 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	    -ms-animation: show_profileButton 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	     -o-animation: show_profileButton 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
	        animation: show_profileButton 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
}

@-webkit-keyframes show_profileButton {
	0% { -webkit-transform: scale(0);}
	100% { -webkit-transform: scale(1);}
}

@-moz-keyframes show_profileButton {
  0% { -moz-transform: scale(0);}
  100% { -moz-transform: scale(1);}
}

@-ms-keyframes show_profileButton {
  0% { -ms-transform: scale(0);}
  100% { -ms-transform: scale(1);}
}

@-o-keyframes show_profileButton {
  0% { -o-transform: scale(0);}
  100% { -o-transform: scale(1);}
}

@keyframes show_profileButton {
  0% { transform: scale(0);}
  100% { transform: scale(1);}
}




#introduction .charactor > li > div:first-child dl dd .button span {
	font-family: 'Nunito';
	font-size: 87.5%;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	vertical-align: baseline;
	position: relative;
	z-index: 1;
}

#introduction .charactor > li > div:first-child dl dd .button img {
	width: auto;
	height: 0.6em;
	margin-right: 0.4em;
	vertical-align: baseline;
	position: relative;
	top: -0.08em;
	z-index: 1;
	-webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	   -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	    -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	     -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	        transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#introduction .charactor > li > div:first-child dl dd .button:hover img {
	-webkit-transform: rotate(360deg);
	   -moz-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	     -o-transform: rotate(360deg);
	        transform: rotate(360deg);
}


@media (max-width: 660px) {
	#introduction .charactor > li > div:first-child dl {
		width: 56%;
	}

	#introduction .charactor > li > div:first-child dl dt {
		font-size: 68.75%;
	}

	#introduction .charactor > li > div:first-child dl dd > h4 {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
	}

	#introduction .charactor > li > div:first-child dl dd > h4 span {
		font-size: 137.5%;
		margin-bottom: 0.2em;
	}

	#introduction .charactor > li > div:first-child dl dd > h4 span.small {
		font-size: 80%;
	}

	#introduction .charactor > li > div:first-child dl dd > h4 em {
		font-size: 62.5%;
	}

	#introduction .charactor > li > div:first-child dl dd .button {
		font-size: 68.75%;
		padding: 0.7em 0.8em 0.6em;
	}

	#introduction .charactor > li > div:first-child dl dd .button img {
		width: auto;
		height: 0.5em;
		margin-right: 0.3em;
		top: 0;
	}
}








#introduction .charactor > li > div:last-child {
	position: absolute;
	left: -100%;
	top: 0;
}

#introduction .charactor > li:first-of-type div:last-child {
	background: #7fcef4;
}

#introduction .charactor > li:last-of-type div:last-child {
	background: #f0bcc8;
}

#introduction .charactor02 > li:last-of-type div:last-child {
	background: #85de9d;
}

#introduction .charactor03 > li:last-of-type div:last-child {
	background: #FFD300;
}

#introduction .charactor > li.profile > div:last-child {
	left: 0;
}

#introduction .charactor > li > div:last-child dl {
	display: block;
	width: 100%;
	height: 100%;
}

#introduction .charactor > li > div:last-child dl dt {
	display: inline-block;
	color: #000;
	font-family: 'Nunito';
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-top: 14%;
	margin-bottom: 3.75em;
	padding-bottom: 0.4em;
	border-bottom: 3px solid #000;
}

@media (min-width: 661px) {
#introduction .charactor02 > li > div:last-child dl dt {
	margin-top: 7%;
}

#introduction .charactor03 > li > div:last-child dl dt {
	margin-top: 7%;
}
}

#introduction .charactor > li > div:last-child dl dd {
	display: block;
}

#introduction .charactor > li > div:last-child dl dd h4 em {
	color: #000;
	font-size: 150%;
	letter-spacing: 0.08em;
}
#introduction .charactor > li > div:last-child dl dd h4 span {
	color: #000;
	font-size: 100%;
	letter-spacing: 0.02em;
}

#introduction .charactor > li > div:last-child dl dd p {
	margin-top: 2.4em;
	font-size: 87.5%;
	letter-spacing: 0.02em;
	line-height: 2;
}

#introduction .charactor > li > div:last-child .button.close {
  width: 2.5em;
  height: 2.5em;
  border: 4px solid #000;
  position: absolute;
  right: 4.2%;
  top: 4.2%;
}


@media (max-width: 660px) {
	#introduction .charactor > li > div:last-child dl dt {
		font-size: 62.5%;
		margin-top: 14%;
		margin-bottom: 10%;
		padding-bottom: 0.2em;
		border-width: 2px;
	}

	#introduction .charactor > li > div:last-child dl dd h4 em {
		font-size: 100%;
	}

	#introduction .charactor > li > div:last-child dl dd h4 span {
		font-size: 62.5%;
	}

	#introduction .charactor > li > div:last-child dl dd p {
		font-size: 68.75%;
		line-height: 2.2;
		margin-top: 1.6em;
		padding: 0 6%;
	}

	#introduction .charactor > li > div:last-child dl dd p br {
		display: none;
	}

	#introduction .charactor > li > div:last-child .button.close {
	  width: 1.25em;
	  height: 1.25em;
	  border-width: 2px;
	  right: 3%;
	  top: 5%;
	}
}







#introduction .charactor > li.profile.show > div {
	transform-origin: center center;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
}

#introduction .charactor > li.profile.show > div:first-child {
	visibility: visible;
	-webkit-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	   -moz-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	    -ms-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	     -o-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	        animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

#introduction .charactor > li.profile.show > div:last-child {
	visibility: hidden;
	-webkit-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	   -moz-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	    -ms-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	     -o-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	        animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}

#introduction .charactor > li.profile.hide > div:first-child {
	visibility: hidden;
	-webkit-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	   -moz-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	    -ms-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	     -o-animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
	        animation: show_panel 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}

#introduction .charactor > li.profile.hide > div:last-child {
	visibility: visible;
	-webkit-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	   -moz-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	    -ms-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	     -o-animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
	        animation: hide_panel 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}


@-webkit-keyframes show_panel { 
  0% { -webkit-transform: perspective(500px) rotateY(-90deg);}
  100% {-webkit-transform: rotateY(0deg); visibility: visible;}
}

@-moz-keyframes show_panel { 
  0% { -moz-transform: perspective(500px) rotateY(-90deg);}
  100% {-moz-transform: rotateY(0deg); visibility: visible;}
}

@-ms-keyframes show_panel { 
  0% { -ms-transform: perspective(500px) rotateY(-90deg);}
  100% {-ms-transform: rotateY(0deg); visibility: visible;}
}

@-o-keyframes show_panel { 
  0% { -o-transform: perspective(500px) rotateY(-90deg);}
  100% {-o-transform: rotateY(0deg); visibility: visible;}
}

@keyframes show_panel { 
  0% { transform: perspective(500px) rotateY(-90deg);}
  100% {transform: rotateY(0deg); visibility: visible;}
}



@-webkit-keyframes hide_panel { 
  0% { -webkit-transform: rotateY(0deg);}
  100% {-webkit-transform: perspective(500px) rotateY(90deg);}
}

@-moz-keyframes hide_panel { 
  0% { -moz-transform: rotateY(0deg);}
  100% {-moz-transform: perspective(500px) rotateY(90deg);}
}

@-ms-keyframes hide_panel { 
  0% { -ms-transform: rotateY(0deg);}
  100% {-ms-transform: perspective(500px) rotateY(90deg);}
}

@-o-keyframes hide_panel { 
  0% { -o-transform: rotateY(0deg);}
  100% {-o-transform: perspective(500px) rotateY(90deg);}
}

@keyframes hide_panel { 
  0% { transform: rotateY(0deg);}
  100% {transform: perspective(500px) rotateY(90deg);}
}



#introduction .charactor > li.profile.show > div:last-child .button.close {
	-webkit-animation: show_button 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
	   -moz-animation: show_button 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
	    -ms-animation: show_button 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
	     -o-animation: show_button 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
	        animation: show_button 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s both;
}

@-webkit-keyframes show_button { 
  0% { -webkit-transform: scale(0);}
  100% {-webkit-transform: scale(1);}
}

@-moz-keyframes show_button { 
  0% { -moz-transform: scale(0);}
  100% {-moz-transform: scale(1);}
}

@-ms-keyframes show_button { 
  0% { -ms-transform: scale(0);}
  100% {-ms-transform: scale(1);}
}

@-o-keyframes show_button { 
  0% { -o-transform: scale(0);}
  100% {-o-transform: scale(1);}
}

@keyframes show_button { 
  0% { transform: scale(0);}
  100% {transform: scale(1);}
}





html.legacy #introduction .charactor > li.profile.show > div,
html.legacy #introduction .charactor > li.profile.hide > div {
	-webkit-animation: none;
	   -moz-animation: none;
	    -ms-animation: none;
	     -o-animation: none;
	        animation: none;
}













/*========================================
  about
========================================*/
#about {
	padding: 100px 0 0 0;
	text-align: center;
}

#about h2{
	width:1040px;
	margin:0 auto 15px auto;
	padding:10px 0;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	text-align:center;
}

#about h2 span{
	font-size:34px;
	font-family: 'Nunito';
}

#about h3{
	width:16em;
	margin:0 auto 80px auto;
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	background: linear-gradient(transparent 50%, #FFE000 40%);
}

#about > p > img.logo {
	width: 13em;
	height: auto;
}


@media (max-width: 1040px) {
	
#about h2{
	width:100%;
}

}

@media (max-width: 660px) {

#about {
	padding: 6em 0 0 0;
}

#about > p > img.logo {
	width: 36%;
	margin: 0.4em 0 1em;
}

#about h2 {
    position: relative;
    width: 94%;
    margin:0 auto 25px auto;
    padding: 0;
    border-top: 0!important;
}

#about h2 span {
    position: absolute;
    left:0;
    right:0;
    width: 4em;
    margin: auto;
    padding: 0 10px 10px 10px;
    background: #FFF;
    font-size: 34px;
    line-height: 3px;
    display: block;
}

#about h3{
	margin-bottom:40px;
}

}


body.animation #about > p > img.logo {
	opacity: 0;
	-webkit-transform: scale(1.6);
	   -moz-transform: scale(1.6);
	    -ms-transform: scale(1.6);
	     -o-transform: scale(1.6);
	        transform: scale(1.6);
}

body.animation #about > p > img.logo.active {
	-webkit-animation: show_aboutLogo 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
										 show_opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
	   -moz-animation: show_aboutLogo 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
										 show_opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
	    -ms-animation: show_aboutLogo 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
										 show_opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
	     -o-animation: show_aboutLogo 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
										 show_opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
	        animation: show_aboutLogo 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s both,
										 show_opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.3s both;
}

@-webkit-keyframes show_aboutLogo {
	0% { -webkit-transform: scale(1.6);}
	100% { -webkit-transform: scale(1);}
}

@-moz-keyframes show_aboutLogo {
  0% { -moz-transform: scale(1.6);}
  100% { -moz-transform: scale(1);}
}

@-ms-keyframes show_aboutLogo {
  0% { -ms-transform: scale(1.6);}
  100% { -ms-transform: scale(1);}
}

@-o-keyframes show_aboutLogo {
  0% { -o-transform: scale(1.6);}
  100% { -o-transform: scale(1);}
}

@keyframes show_aboutLogo {
  0% { transform: scale(1.6);}
  100% { transform: scale(1);}
}






#about .gallery {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 3.75em;
	overflow: hidden;
	position: relative;
}

#about .gallery img{
	margin:0 auto;
	display:block;
}

@media (max-width: 1000px) {

#about .gallery img{
	width:100%;
	height:auto;
}

}

@media (max-width: 660px) {
	#about .gallery {
		padding-top: 0;
		margin-top: 2.2em;
	}

	
	html.ios6 #about .gallery .container .box {
		width: auto !important;
		float: none !important;
	}


	html.legacy #about .gallery .container .box > img {
		height: 120px;
	}
}


.pager {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 3.6em;
	padding-bottom: 8em;
	background: #fff;
}

.pager p {
	display: block;
	width: 100%;
	font-size: 0;
}

/*.pager p + p:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1.8em;
	vertical-align: middle;
	background: #000;
}*/

.pager a {
	position:relative;
	display: inline-block;
	width: 34em;
	color: #fff;
	font-size: 100%;
	font-family: 'Nunito';
	letter-spacing: 0.08em;
	box-sizing: border-box;
	margin: 0 2em 0.5em 2em;
	padding: 1em 0.5em;
	background: #000;
	white-space: nowrap;
}

#main section .pager .small{font-size:0.85em;}

.next .arrow {
	position:absolute;
	top:1.6em;
	right:2em;
  display: inline-block;
  width: 0.7em;
  height: 0.8em;
  vertical-align: middle;
  /*margin-top: -0.25em;*/
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
      -ms-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.next .arrow {
	margin-left: 0.6em;
	background: url(/sp/cosgenic/common/images/arrow-right-wh.svg) left center no-repeat;
	background-size: contain;
}

a:hover .arrow {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}




@media (max-width: 660px) {
.pager {
	width:94%;
	margin:0 auto; 
	padding-top: 2em;
	padding-bottom: 5em;
}

#main section .pager .small{font-size:0.65em; line-height:1.6;}


.pager ul li + li:before {
	height: 1.6em;
}

.pager a {
	width: 100%;
	font-size: 75%;
	letter-spacing: 0.05em;
	margin: 0 auto 5px auto;
	padding: 1em 0.5em;
}
	
.next .arrow {
	top:1.2em;
	right:0.5em;
}

}







/*========================================
  banner
========================================*/
#banner {
	display: block;
	width: 100%;
	padding-top:100px;
}

#banner h2{
	width:1040px;
	margin:0 auto 15px auto;
	padding:10px 0;
	border-top:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;
	text-align:center;
}

#banner h2 span{
	font-size:34px;
	font-family: 'Nunito';
}

#banner h3{
	width:5em;
	margin:0 auto 40px auto;
	padding-bottom:5px;
	text-align:center;
	font-size:18px;
	background: linear-gradient(transparent 50%, #FFE000 40%);
}

#banner .inner{
	display: block;
	width: 100%;
	/*background: #e5e5e5;*/
}

#banner .inner > ul {
	display: block;
	width: 100%;
	max-width: 650px;
	box-sizing: border-box;
	padding: 2em 0 0 0;
	margin: 0 auto;
	overflow: hidden;
}

#banner .inner > ul + ul {
	padding: 2em 0 9.2em;
}

#banner .inner > ul > li {
	display: block;
	width: 48%;
	text-align: center;
	float: left;
}

#banner .inner > ul > li + li {
	margin-left: 4%;
}

#banner .inner > ul > li > a img {
	width: 100%;
	height: auto;
	border:1px solid #C1C1C1;
	box-sizing:border-box;
}

#banner .inner > ul > li > p {
	display: block;
	color: #333;
	font-size: 75%;
	letter-spacing: 0.02em;
	line-height: 1.4;
	margin-top: 1.2em;
}



@media (max-width: 1040px) {
	
#banner h2{
	width:100%;
}

}

@media (max-width: 660px) {
	
#banner h2 {
    position: relative;
    width: 94%;
    margin:0 auto;
    padding: 0;
    border-top: 0!important;
}

#banner h2 span {
    position: absolute;
    left:0;
    right:0;
    width: 8em;
    margin:-1.2em auto 0 auto;
    padding: 0 10px 10px 10px;
    background: #FFF;
    font-size: 30px;
    line-height: 1.2em;
    display: block;
}

#banner h3{
	margin-top:3em;
}

	#banner .inner > ul {
		width: 100%;
		max-width: initial;
		padding: 1.0em 3% 0;
	}
	
	#banner .inner > ul + ul {
		padding: 3% 3% 5em;
	}

	#banner .inner > ul > li {
		display: table;
		width: 100%;
		table-layout: fixed;
		text-align: left;
		float: none;
	}

	#banner .inner > ul > li + li {
		margin-left: 0;
		margin-top: 3%;
	}

	#banner .inner > ul > li > a {
		display: table-cell;
	}

	#banner .inner > ul > li > p {
		display: table-cell !important;
		box-sizing: border-box;
		vertical-align: middle;
	}

	#banner .inner > ul > li > p {
		font-size: 68.75%;
		line-height: 1.7;
		margin-top: 1em;
		padding-left: 6%;
	}

	#banner .inner > ul > li > p br {
		display: none;
	}
}

