@charset "UTF-8";
/****************************************
contents
*****************************************/

.right{
	float: right;
}
.left{
	float: left;
}

#wrapper {
	margin: 10px 0 0;
	padding: 0 10px;
	padding: 0;
}
@media screen and (max-width: 660px) {
	#wrapper {
		padding: 0;
	}
}




.wrapper { 
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}


main input[type=text], main input[type=password] {
	border: 1px solid #BFC2D5;
	padding: 5px;
	width: 200px;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}


/****************************************
header
*****************************************/
.headerWrapper { 
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}
header{
	width: 100%;
	z-index: 998;
	background: #ffffff;
}
header .inner{
	width: 100%;
	height: 80px;
	position: relative;
}
header #logo {
	position: absolute; 
	width: 140px;
	height: 80px;
	top: 0px;
	left: calc(50% - 70px);
	background: url(../images/logo.png) no-repeat center center;
}

@media screen and (max-width: 660px) {
	header{
		height: 100px;
	}
	header .inner{
	}
	header #logo {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	header ul {
		display: none;
	}
}

/****************************************
footer
*****************************************/
footer{
	width: 100%;
	text-align: center;
	background: #000;
}

#breadcrumb {
	font-size: 12.5px;
	position: absolute;
	top: 95px;
	left: 15px;
}

@media screen and (max-width: 712px) {
	#account  {
		display: none;
	}
}
@media screen and (max-width: 544px) {
	#breadcrumb  {
		display: none;
	}
}



/* loader  --------------------------------------------------> */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 998;
}
#loader {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	text-align: center;
	color: #000C57;
	font-size: 13px;
	z-index: 999;
	width: 200px;
	margin-left: -100px;
	line-height: 48px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
}

/* nav  --------------------------------------------------> */
.bodyFixed {
	position: fixed;
	height: 100%;
	width: calc(100vw - calc(100vw - 100%));
}
#bodyCover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	height: 100%;
	width: calc(100vw - calc(100vw - 100%));
	background-color: rgba( 0,0,0,0.5);
	display: none;
}

#nav-outer {
	position: fixed;
	top: 0px;
	right: -10px;
	z-index: 999;
	transition: all 0.2s;
	transform: translate(0px);
	height: 100%;
}
#nav-outer.open {
	transform: translate(-0px); 
}
nav#nav {
	width: 270px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(0px);
	position: absolute;
	top: 0;
	left: 0;
	padding: 60px 10px 0;
	box-sizing: border-box;
}
nav#nav.open {
	transform: translate(-270px); 
	background: #000;
}

/*   ボタンタグ設定   */
#navBotton  {
	display: block;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 70px;
	height: 60px;
	width: 270px;

	line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 0 0 0px;
}
nav#nav.open #navBotton {
	right: 0;
	background: #000;
	color: #fff;
}
#navBotton button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 25px;
	color: #fff;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: center;
	outline: none;
}
/*   ハンバーガーボタン3本線   */
#navBotton button span.bar {
	display: block;
	height: 1px;
	background-color: #CCCC36;
	margin: 7px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}
#navBotton button .close {
	letter-spacing: 0.08em;
	display: none;
}
#navBotton button .menu {
	display: block;
}
/*  メニューアクティブ時  */
#navBotton button.active span.bar {
	background-color: #CCCC36;
	width: 26px;
	margin: 8px 0;
}
#navBotton button.active .bar1 {
	transform: rotate(45deg);
}
#navBotton button.active .bar2 {
	opacity: 0;
}
#navBotton button.active .bar3 {
	transform: rotate(-45deg);
}
#navBotton button.active .menu {
	display: none;
}
#navBotton button.active .close {
	display: block;
}
nav#nav ul {
	color: #fff;
	width: 270px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
nav#nav ul li a {
	color: #BFC2D5;
}
#nav ul{
	padding: 0;
}
#nav ul li {
	list-style: outside none;
	margin-left: 1rem;
	line-height: 140%;
}
#nav li {
	margin-bottom: 1rem;
}
#nav li li {
	margin-bottom: 0;
}


dl.accordion_dl, .accordion_dl dt, .accordion_dl dd {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	width: 270px;
}
dl.accordion_dl {
	width: 270px;
	padding: 0 0 0 40px;
}
nav#nav.open dl.accordion_dl {
	width: 250px;
	padding: 0;
}
.accordion_dl dt {
	float: none;
	width: auto;
}
.accordion_dl dt {
	/*background-color: #fff;*/
	font-size: 14px;
	padding: 3px 5px;
	padding-right: 50px;
	cursor: pointer;
	position: relative;
	color: #fff;
}
.accordion_dl dt a {
	color: #fff;
}
.accordion_dl dt.arrow {
	background: #000C57;
	margin-bottom: 2px;
}
.accordion_dl dt.arrow:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	background: #fff;
}
.accordion_dl dt.arrow:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	background: #000C57;
}
.accordion_dl dt.active:before {
	margin-top: -1px;
}
.accordion_dl dt.active:after {
	margin-top: 1px;
}
.accordion_dl dd {
	font-size: 14px;
	padding: 2px 10px;
	margin-bottom: 1px;
	display: block;
	text-decoration: underline;
}
.accordion_dl dd a {
	color: #fff;
	background: none;
}
.accordion_dl dd ul {
	padding: 0 0 10px 5px;
}


#search {
	position: absolute;
	top: 35px;
	left: 230px;
	width : -webkit-calc(100% - 350px) ;
	width : calc(100% - 350px) ;
}
@media screen and (max-width: 660px) {
	#search {
		display: none;
	}
}


#search {
	position: absolute;
	top: 35px;
	left: 230px;
	width : -webkit-calc(100% - 350px) ;
	width : calc(100% - 350px) ;
}
@media screen and (max-width: 660px) {
	#search {
		display: none;
	}
}

/* ajaxsearch --------------------------------------------------> */
#ajaxsearch {
	position: relative;
	width: 100%;
	min-height: 33px;
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 10px;
}
#ajaxSearch_input {
	width: 100%;
	border: none;
	border: 1px solid #BFC2D5;
	text-indent: 5px;
	height: 27px;
	line-height: 27px;
	font-size: 11.5px;
	-webkit-border-top-right-radius: 2px;  
	-webkit-border-bottom-right-radius: 2px;  
	-moz-border-radius-topright: 2px;  
	-moz-border-radius-bottomright: 2px;  
}
.ajaxSearch_paging {
	display: block;
	padding: 10px 0;
	text-align: right;
}
.ajaxSearch_result {
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	margin-bottom: -1px;
}

input::placeholder {
	color: #BFC2D5;
}
input:-ms-input-placeholder {
	color: #BFC2D5;
}
input::-webkit-input-placeholder {
	color: #BFC2D5;
}
#ajaxSearch_submit, #searchClose {
	position: absolute;
	top: 0;
	right: -45px;
	width: 40px;
	height: 27px;
	border: none;
	padding: 0;
	margin: 0;
}
#ajaxSearch_submit {
	background: url(../images/search.png) no-repeat left top;
}
#searchClose {
	z-index: 997;
	background: url(../images/search.png) no-repeat left top;
}
#indicator {
	position: absolute;
	top: 6px;
	right: 70px;
	width: 20px;
	height: 20px;
	z-index: 997;
}
#ajaxSearch_output {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 140%;
	background: #0062AF;
	padding: 0 10px 25px;
}
.AS_ajax_resultsInfos, .AS_ajax_grpResultName {
	padding-top: 5px;
}
.AS_ajax_resultsIntroFailure {
	padding-top: 25px;

	font-size: 13px;
}
.AS_ajax_result {
	padding: 25px;
}
.AS_ajax_resultLink {
	font-size: 15px;
	text-decoration: underline;

	display: block;
}
.AS_ajax_resultExtract p {

	font-size: 13px;
}
.ajaxSearch_highlight {
	background-color: #A9D97F;
}


#mail {
	width: 40px;
	height: 27px;
	position: absolute;
	top: 33px;
	right: 120px;
	background: url(../images/mail.png) no-repeat left top;
}

/* main -------------------------------------------------- */

main {
	margin: 0 0 30px;
	padding: 1rem;
}

main p.img-outer {
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	border: 1px solid #ddd;
}

main h1 { 
	font-size: 25px;
	line-height: 35px;
	/*border-bottom: 1px solid #BFC2D5;*/
	margin: 50px 0 40px;

	display: block;
	padding-top: 50px;

}
main h1:first-child {
	padding-top: 0px;
	border-bottom: none;
}


main h2 { 
	font-size: 20px;
	line-height: 30px;
	border: none;
	margin: 30px 0 0px;
}



main ul{
	padding: 10px 0;
}
main ul li,
main li ul li {
	list-style: outside;
	list-style-type: '- ';
	margin-left: 1rem;
	text-indent: 0px;
	line-height: 130%;
	padding-bottom: 10px;
}
main ol li,
main li ol li {
	list-style: outside decimal;
	margin-left: 1rem;
	text-indent: 0px;
	padding-bottom: 10px;
}



main hr {
	border: 0;
	border-bottom: 1px solid #BFC2D5;
	margin: 30px 0;
}

main .button-outer {
	padding: 30px 0 20px;
}

main .button  {
	position: relative;
	margin: 2px auto;
	width: 500px;
	max-width: 90%;
	background: #ff6600;
	text-align: center;
	line-height: 43px;

}
main .button div {
	position: absolute;
	top : -webkit-calc(50% - 0.3rem);
	top : calc(50% - 0.3rem);
	right: 10px;
	width: 0.75em;
	height: 0.75em;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
main .button div.back {
	left: 10px;
	-webkit-transform: rotate(-225deg);
	transform: rotate(-225deg);
}




main .button a {
	color: #ffffff;
}

main .button-outer {
	padding: 30px 0 20px;
	border: none;
}


main p {
	padding: 0 0 10px;
}

/* dl -------------------------------------------------- */
main dl, main dt, main dd {
	margin: 0;
	padding: 0;

}
main dl  {
	border-style: solid;
	border-color: #BFC2D5;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-width: 0 0 1px 0;
}
main dt {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #BFC2D5;
	padding: 5px;
	min-height: 37px;
	box-sizing: border-box;
}

main dd {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #BFC2D5;
	padding: 5px;
	min-height: 37px;
	box-sizing: border-box;
}

main dd hr {
	border: 0;
	border-bottom: 1px dotted #ddd;
	margin: 5px 0;
}






@media screen and (min-width: 980px) {
	main dt {
		float: left;
		clear: both;
		width: 300px;
	}
	main dd {
		margin-left: 300px;
	}
}
@media screen and (max-width: 979px) {
	main dt {
		float: none;
		width: 100%;
		border-bottom: 1px dotted #ddd;
	}
	main dd {
		margin-left: 0;
		border-width: 0;
	}
	main dd a {
		background: none;
	}
}








/* modal --------------------------------------------------> */
 #lean_overlay{
	position: fixed;
	z-index:1; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
}

#lean_overlay{
	position: fixed;
	z-index:100; 
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	display: none;
}

.modal {
	display: none;

}
.modal_close{ 
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 999;
}

.modal {
	width: 100px;
	background: #0062AF;
	color: #fff;
	position: relative;
}
.modal h1 {
	font-size: 30px;
	color: #fff;
}
.modal_close{ 
	position: absolute;
	top: 12px;
	right: 12px;
/*
	display: block; 
	width: 14px;
	height: 14px; 
	background: url(../images/modal_close.png);
*/
	z-index: 999;
}

#target {
	z-index: 2;
}









/*
.notice {
	color: #8899bb;
	padding-right: 10px;

}
.notice1 {
	color: #8899bb;
	font-size: 1.2rem;
	padding-right: 0px;
	line-height: 2.2rem;
}
*/
.pagetop {
	padding: 0 1em 0 0;
	font-size: 1.3rem;
}
#pagetop {
	display: block;
	position: fixed;
	z-index: 998;
	width: 50px;
	height: 60px;
	bottom: -60px;
	right: 0;
	background-color: none;
}
#pagetop div{
	position: relative;
	display: inline-block;
	padding-left: 20px;
}
#pagetop div::before{
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 1px #CCCC36;
	border-left: solid 1px #CCCC36;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 15px;
	left: 15px;
	margin-top: -4px;
}


#tab {
	width: 100%;
	height: auto;
	margin: 5px 0 0;
	font-size: 12px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
#tab::before,
#tab::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	border-bottom: 1px solid #BFC2D5;
	z-index: -1;
}
#tab::after {
	bottom: 51px;
}
#tab ul {
	width: 100%;
	height: 45px;
	z-index: 999;
	margin: 0;
	padding: 0;

}
#tab ul li {
	padding: 0;
	text-indent: 0;
	margin: 0 0 3px 2px;
	list-style: none;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #999;
	padding: 0 20px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #BFC2D5;
}
@media screen and (max-width: 540px) {
	#tab ul li {
		padding: 0 15px;
	}
}

#tab ul li:before  {
	content: '';
}
#tab:after {

}
#tab ul li.active {
	background: #ffffff;
	border-bottom: none;
}
#tab ul li a {
	color: #005DB2;
}
#tab ul li.active a {
	color: #00227C;
}




/* weblogin --------------------------------------------------> */
.weblogin {
}
.weblogin1 {

	max-width: 100%;
	height: 360px;
	margin: 0 auto;

	background-color: #0062AF;
	color: #ffffff;
}
.weblogin1 a {
	color: #ffffff;
}
.weblogin1 input[type=text],
.weblogin1 input[type=password]
{
	width: 110px;
	border: 0;
	padding: 0 5px;
}
.weblogin1 .user {
	position: absolute;
	right: 15px;
	top: 95px;
}
.weblogin1 .pass {
	position: absolute;
	right: 15px;
	top: 125px;
}
.weblogin1 .remenber {
	position: absolute;
	left: 85px;
	top: 155px;
}
.weblogin1 .login {
	position: absolute;
	left: 15px;
	top: 182px;
	text-indent: -9999px;
	background:url(images/190x25.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
}
.weblogin1 .forget {
	position: absolute;
	left: 15px;
	top: 220px;
}
.weblogin1 .txt {
	position: absolute;
	left: 15px;
	top: 15px;
}
.weblogin1 .txt1 {
	position: absolute;
	left: 15px;
	top: 95px;
}
.weblogin1 .txt2 {
	position: absolute;
	left: 15px;
	top: 125px;
}
.weblogin1 .txt3 {
	position: absolute;
	left: 100px;
	top: 153px;
}

.weblogin3 {
	position: relative;
	width: 220px;
	height: 260px;
	background: url(images/220x260.png) no-repeat left top;
	color: #ffffff;
	font-size: 12px;
}
.weblogin3 input[type=text] {
	width: 192px;
	border: 0;
}
.weblogin3 .mail {
	position: absolute;
	right: 15px;
	top: 100px;
}
.weblogin3 .submit {
	position: absolute;
	left: 15px;
	top: 135px;
	text-indent: -9999px;
	background:url(images/190x25_1.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
}
.weblogin3 .reset {
	position: absolute;
	text-indent: -9999px;
	background:url(images/190x25_2.png);
	width:190px;
	height:25px;
	border:0;
	cursor:pointer;
	right: 15px;
	top: 170px;
}
.weblogin3 .txt {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 190px;
}
.weblogin3 .txt1 {
	position: absolute;
	left: 15px;
	top: 80px;
	font-size: 11px;
}
.weblogin3 .txt2 {
	position: absolute;
	right: 15px;
	top: 205px;
	width: 190px;
	font-size: 11px;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table th {
	width: 150px;
	padding: 5px;
	text-align: left;
	border: none;
}
table td {
	padding: 5px;
	border: 1px solid #ddd;
}


.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}






.sliderWrapper  {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-width:1280px;
}
@media screen and (max-width: 1280px) {
	.sliderWrapper {
		overflow: hidden;
	}
}
#slider{
	width: 100%;
	padding: 0;
	margin: 0;
}
#slider li {
	padding: 0;
	margin: 0;

	position: relative;
}
#slider li div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin: 0;
	/*max-width: 50%;*/
	text-shadow:
	1px 1px 0 #fff,
	-1px -1px 0 #fff,
	-1px 1px 0 #fff,
	1px -1px 0 #fff,
	0px 1px 0 #fff,
	0px -1px 0 #fff,
	-1px 0 0 #fff,
	1px 0 0 #fff;
	height: 100%;
}


#slider li div h1 {
	padding: 50px;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
}


#slider li img{
	height: auto;
	width: 100%;
}
@media screen and (max-width: 810px) {
	#slider li img {
		width: 140%;
	}
}
@media screen and (max-width: 540px) {
	#slider li div h1 {
		padding: 50px 25px;
		font-size: 25px;
		line-height: 30px;
	}
	#slider li div h2 {
		display: none;
	}
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-slide {
	position: relative;
}
.slick-slide .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	/*width: calc(100% - 40px);*/
	opacity: 0;
	transition: .3s ease;
}
.slick-current .caption {
	opacity: 1;
	transform: translateX(-10px);
	transition-delay: .5s;
}

.banner {
	width: 100%;
	text-align:center;
}
.banner img {
	max-width: 100%;
}

/*sitemap*/
#sitemap  {
	list-style:none;
	padding: 0;
}
#sitemap li {
	list-style:none;
	background: none;
	margin: 0 0 10px 10px;
}

#sitemap > li {
	border-left: 4px solid #000C57;
	border-color: #000C57;
	padding: 5px 0 5px 5px;
}
#sitemap li li {
	border-color: #7F85AB;
	padding: 0 0 0 5px;
}
#sitemap  li  li  li {
	border-color: #BFC2D5;
}
#sitemap  li  li  li {
	border-color: #BFC2D5;
}
#sitemap .description {
	margin-bottom: 10px;
	color: #5a5a5a;
	padding-left: 1rem;
	text-indent: 0;
}
ul.news  {
	padding: 0;
}
ul.news li {
	padding: 10px 0;
	border-bottom: 1px solid #BFC2D5;
}
ul.news li:last-child {
	border: none;
}



#slider2 div {
	height: 220px;
}






.grid p.psychic{
	color: #CCCC36;
	text-align: center;
	font-size: 14px;
}
.grid p.fullname {
	color: #CCCC36;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	margin: 10px 0;
}
.grid-wrapper250 .grid {
	border: 1px solid  #CCCC36;
}

.vertical {
	display: inline-block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: left;
}
.vertical .pc {
	padding-left: 40px;
}

header {
	width: 100%;
}
header img {
	max-width: 100%;
}
header h1 {
	color: #fff;
	font-size: 50px;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 60px;
	position: absolute; 
	top: 450px;
	letter-spacing: 0.1em;
}

footer {
	color: #fff;
	/*background: url(../images/203x250.png) no-repeat center 0px #000;*/
	background: #FF6600;
	padding: 100px 0 20px;
	letter-spacing: 0.2em;
}

#index {

}
#index h1 {
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	margin: 50px 0;
	font-weight: 100;
	color: #ff6600;
	letter-spacing: 0.1em;
	border: none;
}

#index .grid-wrapper250{
	padding-bottom: 50px;
}
#index .grid p.fullname {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin: 0;
}

#intro,
#cast {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	padding: 100px 0;
}
#intro {
	background: #000;
}
#cast {
	background: #17B2A0;
}
#intro .wrapper,
#cast .wrapper {
	padding: 50px 0;
}
#intro span,
#cast span {
	padding: 25px 0;
	border: 1px solid  #fff;
	margin-top: -25px;
}
#cast p.fullname {
	color: #fff;
	font-size: 20px;
}
#cast p.psychic{
	color: #fff;
	font-size: 14px;
	line-height: 100%;
	margin: 0 20px 0 0;
}


#banner {
	height: 300px;
	width: 100%;
	background: url(/content/images/375x300.png) repeat top center #fff; 
	text-align: center;
}
#banner img {
	max-width: 100%;
}

#review {
	width: 100%;
	background: #fff;
	padding: 100px 0;
	text-align: center;
}
#review span {
	color: #CCCC36;
	padding: 0 50px;
	border: 1px solid #CCCC36;
	letter-spacing: 10px;
}
#review .grid-wrapper {
	padding-top: 50px;
}
#review .grid-wrapper .grid {
	border: 1px solid #CCCC36;
}


#about {
	width: 100%;
	background: #25AEE5;
	padding: 100px 0;
	text-align: center;
}

#about span {
	color: #fff;
	padding: 0 50px;
	border: 1px solid #fff;
	letter-spacing: 10px;
}

#about .grid-wrapper {
	padding-top: 50px;
}
#about .grid-wrapper .grid {
	border: 0;
	text-align: left;
}
#about .grid-wrapper .grid a {
	color: #fff;
}
#about .grid-wrapper .grid h2 { 
	font-size: 20px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	margin: 0 0 15px;
	color: #fff;
}


.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 810px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	header h1 {
		font-size: 40px;
		letter-spacing: 0.2em;
	}
	#index-ft h1 {
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0.1em;
		padding: 0 10px;
	}
	#intro {
		font-size: 14px;
		line-height: 17px;
	}
	#about {
		padding: 100px 0 0;
	}
	#intro span,
	#cast span,
	#review span,
	#about span {
		font-size: 14px;
	}
}


.weblogin {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.weblogin a {
	width: 240px;
	text-align: left;
	display: inline-block;
	line-height: 20px;
	margin: 1px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
}