@charset "UTF-8";
/* CSS Document */
body { background: #000; width:100%;}

#body {
	background-image:url(../img/pc/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size: 100% auto;
}
@media only screen and (max-width: 1500px) {
	#body {background-size: 1500px auto;}
}
@media only screen and (max-width: 767px) {
	#body {
		background-color: #000;
		background-image:url(../img/sp/bg_body.jpg);
		background-size: 100% auto;
	}
}
p { margin-top:30px;}
#intro {
	text-align: left;
	padding-bottom: 70px;
}
.hide_catchcopy #intro { text-align: center;}
#intro h1 {
	padding-top:70px;
	-webkit-backface-visibility:hidden;backface-visibility: hidden;overflow:hidden;visibility:visible;display: inline-block;
	height: 658px;
}
#intro h2 {
	margin-bottom:0;
	/*margin-top:34px;*/
	margin-bottom: 20px;
	position: relative;
}
#intro p.des {
	max-width:900px;
	margin-bottom:0;
	margin-top:0;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	#intro h2 img{
		margin:0 auto;
	}
	#intro p.des {
		width:100%;
		margin-bottom:0;
		margin-top:0;
		margin: 0 auto;
		position: relative;
		color: #ffffff;
	}
}
#intro h3{
	margin-top:0;
}
#intro .entry_button {
	margin:30px auto 0;
	max-width:900px;
	width: 100%;
}
#intro .entry_button a {
	display: block;
	padding: 0;
	text-align: center;
	background:#bd041b;
    background: linear-gradient(to bottom, #e21029 0%,#b00015 100%); 
	border-radius: 8px;
	border:0;
}
#intro .entry_button a:hover {
	background:#ffffff;
}
@media only screen and (min-width: 768px) {
/*
	#intro h2 img { max-width: 934px;}
	#intro h3 img { max-width: 657px;}
	#intro .entry_button img {max-width: 391px;}
	#intro .entry_button img.long {max-width: 641px;}
	*/
}

.note { color: #bc2021; font-size: 18px; font-weight: bold;}
/*
#gnavi{ bottom:0px; top:0px;box-shadow: none;}
@media only screen and (max-width: 767px) {
	.inner {width:93.33%;}
	#gnavi{ box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.2); width:0; opacity: 0; transition: opacity 0.5s ease;}
	#gnavi.show,
	.showMenu #gnavi{ display: block; opacity: 1; width:100%; bottom:auto; top:0px;}

}
*/
.bg_black { background:#000; color: #fff;}
@media only screen and (max-width: 767px) {
	#intro { text-align: center;}
	#intro h1 { height: auto;}
	#intro h1 img { max-width: 90%; height: auto;}
	#intro h2 { margin-top:20px;}
	#intro h2 img { max-width: 85%;}
	#intro h3 {  text-align: center;}
	#intro h3 img { max-width: 87%;margin:0 auto;}
	#intro .entry_button a { background: linear-gradient(to bottom, #e21029 0%,#b00015 100%); color: #fff; font-size: 20px; font-weight: bold; text-decoration: none; padding:20px 5px; line-height: 130%;}
	#intro .entry_button img { padding-top:0px; max-width:90%;}
	#intro .entry_button a::after { display: none;}
	#intro .entry_button a:hover { background: linear-gradient(180deg, #e11029, #b00015);}

	.note { margin-top:12px; font-size: 12px;}
	.doScroll { margin-top:15px;}
    
    #intro .entry_button.sp_bg a {
        padding-left: 15vw;
        position: relative;
        text-align: left;
        font-size: 3.2vw;
    }
    #intro .entry_button.sp_bg a:before {
        content: "";
        position: absolute;
        left:0;
        top:0;
        height: 100%;
        width: 15vw;
        background: url( /assets/img/top/sp/icon_pdf.png) no-repeat center 50% / 28px auto;
        z-index: 2;
    }

}

#intro .movie{	margin: 30px auto 0 auto; text-align: center; max-width:900px;width: 100%; position: relative;}
#intro .movie::after {
    content: "";
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    display: block;
    box-sizing: border-box;
    pointer-events: none;
}
#intro .movie iframe { width:100%; height: 100%; position: absolute; left:0; top:0;}
#intro p.movie_link { color: #fff; margin:1em 0 4em;}
#intro p.movie_link a{ color: #fff; }

@media only screen and (max-width: 767px) {
	#intro .movie{
	}
	#intro .movie iframe{
    }
}

#movies { width:900px; max-width: 100%; margin:0 auto; display: flex; justify-content:space-around;}
#movies .left { width:45%;}
#movies .right { width:45%;}
#movies iframe { width: 100%; height: 233px; margin: 0 auto; text-align: center;}
#movies p { font-size: 14px; margin:10px 0; text-align: center;}
#movies a { color: #fff; }
@media only screen and (max-width: 767px) {
	#movies { display: block;}
	#movies .left, #movies .right { width:100%;}
}



#timeTable {
	background:url(/assets/img/top/pc/timeTable_bg.jpg) repeat;
	padding: 80px 0 60px;
}
#timeTable h2 {
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	margin-bottom: 80px
}
#timeTable .block{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#timeTable .block .timeTable_img{
	width:45%;
}
#timeTable .block .timeTable_img img{
	width:100%;
}
@media only screen and (max-width: 767px) {
	#timeTable {
		padding: 40px 0 30px;
	}
	#timeTable h2 {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		font-weight: bold;
		color: #000;
		margin-bottom:20px;
	}
	#timeTable .block{
		width: 100%;
		display: block;
	}
	#timeTable .block .timeTable_img{
		width:100%;
	}
	#timeTable .block .timeTable_img:last-child{
	}
	#timeTable .block .timeTable_img img{
		width:100%;
		max-width: 480px;
		padding-bottom: 40px;

	}


}



#news {
	background:url(/assets/img/pc/bg_dot.gif) repeat;
	padding: 80px 0 60px;
}
#news h2 {
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	font-weight: bold;
	color: #000;
}
#news h2 .small { font-size: 16px; display: inline-block; margin-top:20px;}

.roundBtn {
	text-align: center;
}
.roundBtn a {
	display: inline-block;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	border:#000 1px solid;
	border-radius: 20px;
	font-weight: bold;
}
.roundBtn a:hover {
	background:#000;
	color: #fff;
	text-decoration: none;
}

#news .roundBtn { position: relative;}
#news .roundBtn a { position: absolute; top:-80px; right: 0px;}
@media only screen and (max-width: 767px) {
	#news {
		background:url(/assets/img/pc/bg_dot.gif) repeat;
		padding: 40px 0 30px;
	}
	#news h2 {
		text-align: center;
		font-weight: bold;
		font-size: 24px;
		font-weight: bold;
		color: #000;
	}
	#news h2 .small { font-size: 9px; display: inline-block; margin-top:5px;}

	.roundBtn {
		margin-top:15px;
		text-align: center;
	}
	.roundBtn a {
		display: inline-block;
		padding: 0 30px;
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		letter-spacing: 1px;
		color: #000;
		text-decoration: none;
		border:#000 1px solid;
		border-radius: 15px;
		font-weight: bold;
	}
	.roundBtn a:hover {
		background:#000;
		color: #fff;
		text-decoration: none;
	}

	#news .roundBtn { position: relative;}
	#news .roundBtn a { position: relative; top:auto; right: auto;}
}
.news_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_list .article {
	margin:20px 0 20px;
	background:#fff;
	width:31%;
	position: relative;
	padding-bottom: 30px;
}
.news_list .article:nth-child(3n+1):last-child { margin-right: 69%;}
.news_list .article:nth-child(3n+2):last-child { margin-right: 34.333%;}

.news_list .article .thumb { position: relative;}
.news_list .article.new .thumb::after {
	content: "NEW";
	background:#000;
	width:65px;
	height: 65px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height:65px;
	z-index: 2;
	left:0px;
	bottom:0px;
	display: block;
	position: absolute;
	font-size: 12px;
}
.news_list .article .thumb img { width:100%; height: auto;}
.news_list .article a { text-decoration: none;}
.news_list .article a h3 {
	padding:30px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.news_list .article a:hover .thumb img {opacity: 1; animation: flash 1.5s;}


.news_list .article .cat_date {
	display: flex;
	justify-content: space-between;
	bottom: 0px;
	left:0px;
	width:100%;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
}
.news_list .article .cat_date .cat { color: #fff; padding:8px 0; width:60%;}
.news_list .article.category-media .cat_date .cat { background:#a68d4d}
.news_list .article.category-notice .cat_date .cat { background:#912825}
.news_list .article.category-other .cat_date .cat { background:#636363}
.news_list .article .cat_date .date { padding:8px 0; width:40%;background:#eee;}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
	.news_list {
		display: block;
	}
	.news_list .article {
		margin:20px auto 20px;
		background:#fff;
		width:auto;
		max-width: 270px;
		position: relative;
		padding-bottom: 30px;
	}
	.news_list .article:nth-child(3n+1):last-child { margin-right: 0;}
	.news_list .article:nth-child(3n+2):last-child { margin-right: 0;}
	.news_list .article.new .thumb::after {
		content: "NEW";
		background:#000;
		width:50px;
		height: 24px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		line-height:24px;
		z-index: 2;
		left:0px;
		top:0px;
		bottom:auto;
		display: block;
		position: absolute;
		font-size: 9px;
	}
	.news_list .article .thumb img { width:100%;}
	.news_list .article a { text-decoration: none;display: block;}
	.news_list .article a h3 {
		padding:3% 3% 6% 3%;
		font-weight: bold;
		color: #000;
		text-decoration: none;

	}


	.news_list .article .cat_date {
		display: flex;
		justify-content: space-between;
		bottom: 0px;
		left:0px;
		width:100%;
		text-align: center;
		font-size: 11px;
		font-weight: bold;
		position: absolute;
	}
	.news_list .article .cat_date .cat { color: #fff; padding:8px 0; width:60%;}
	.news_list .article .cat_date .break { background:#a68d4d}
	.news_list .article .cat_date .info { background:#912825}
	.news_list .article .cat_date .boshu { background:#636363}
	.news_list .article .cat_date .date { padding:8px 0; width:40%;background:#eee;}
}

#h2_members {
	background:url(../img/pc/h2_member@2x.jpg) no-repeat center top;
	background-size: cover;
	height: 270px;
	padding-top:370px;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-indent: 50px;
}
@media only screen and (max-width: 767px) {
	#h2_members {
		background:url(../img/pc/h2_member@2x.jpg) no-repeat center 50%;
		background-size: cover;
		height: 2.5em;
		padding-top:4em;
		font-size: 24px;
		text-indent: 0px;
		text-align: center;
	}
}
#members {
	position: relative;
	background: #000 url(../img/pc/bg_member@2x.jpg) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 100px;
}
#members .inner_n { width:960px; max-width: 90%;}
#members::after {
	content: "";
	position: absolute;
	width:100%;
	height: 100%;
	display: block;
	background: url(../img/pc/ami.gif) repeat;
	left: 0;
	top:0;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	#members {
		position: relative;
		background: #000 url(../img/pc/bg_member.jpg) no-repeat center top;
		background-size: 100% auto;
		padding-bottom: 50px;
	}
	#members .inner_n { width:90%;}
	#members::after {display: none;}
}
#members section {
	padding: 45px 0 65px;
	border-top: #a68d4d 1px dotted;
	position: relative;
	z-index: 2;
}
#members section.taisho {
	padding: 140px 0 55px;
	border-top: none;
}
#members h3 {
	text-align: center;
	padding-top:130px;
	background: url(../img/logo_reflect@2x.png) no-repeat center top;
	background-size: 210px auto;
}
#members .taisho h3 { padding-top:180px;background-size: 300px auto;}

#members h4 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	margin-top:20px;
	line-height: 150%;
}
#members h5 { color:#c3953b; font-weight: bold; font-size: 20px;}
#members .taisho h5 {margin:120px 0 0 30px;}

#members p { color: #fff;}
#members p.name {
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top:20px;
}
#members .flex {
	margin:55px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#members .taisho .flex {
	margin:0px 30px 0;
}
#members .flex div { max-width:48%; width:460px;}

@media only screen and (max-width: 767px) {
	#members section {
		padding: 30px 0 30px;
	}
	#members section.taisho {
		padding: 70px 0 30px;
	}
	#members h3 {
		padding-top:100px;
		background: url(../img/logo_reflect.png) no-repeat center top;
		background-size: 150px auto;
	}
	#members .taisho h3 { padding-top:100px;background-size: 150px auto;}

	#members h3 img {
		width:auto;
		max-height: 18px;
	}
	#members .taisho h3 img {
		width:310px;
		height: auto;
		max-height: inherit;
	}
	#members h4 {
		font-size: 24px;
		margin-top:18px;
		line-height: 150%;
	}
	#members .taisho h4 {font-size: 17px;}
	#members h5 { font-size: 15px;}
	#members .taisho h5 {margin:30px 0 0 0px;}
	#members p { margin-top:1em;}
	#members p.name {font-size: 13px;margin-top:15px;}
	#members .taisho p.name { font-size: 9px;}
	#members .flex {
		margin:0px 0 0 0;
		flex-direction: column-reverse;
	}
	#members .taisho .flex {
		margin:0px 0px 0;
		flex-direction: column;
	}
	#members .flex div { max-width:inherit; width:100%;}

	#members .flex .photo { margin:1em 0;}

}
#report {
	background:#fff;
	position: relative;
	z-index: 0;
	padding-bottom: 60px;
}
#report::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	width:100%;
	height: 500px;
	display: block;
	background:#202020;
	left:0px;
	top:0px;
	z-index: 1;
}
#report .inner_n { position: relative; z-index: 2; max-width: 900px;}

#report h2 { text-align: center; font-weight: bold;}
#report h2.en {
	padding-top: 80px;
	color: #a57a44;
	font-size: 30px;
}
#report h2.jp {
	margin-top:35px;
	color: #fff;
	font-size: 48px;
}
#report h2.jp .small { font-size: 16px; display: inline-block; margin-bottom:20px;}

#report .photo { margin-top:60px; width:100%; }
#report .photo img { width:100%;}
#report h3 { text-align: center; font-size: 24px; margin-top:30px; font-weight: bold;}

@media only screen and (max-width: 767px) {
	#report {
		background:#fff;
		position: relative;
		z-index: 0;
		padding-bottom: 30px;
	}
	#report::before { height:300px}
	#report .inner_n { position: relative; z-index: 2; max-width: inherit;}

	#report h2 { text-align: center; font-weight: bold;}
	#report h2.en {
		padding-top: 40px;
		color: #a57a44;
		font-size: 15px;
	}
	#report h2.jp {
		margin-top:5px;
		color: #fff;
		font-size: 24px;
	}
	#report h2.jp .small { font-size: 12px; display: inline-block; margin-bottom:10px;}

	#report .photo { margin-top:30px; width:100%; }
	#report .photo img { width:100%;}
	#report h3 { text-align: center; font-size: 14px; margin-top:20px;}
}
@media only screen and (max-width: 360px) {
	#report::before { height:200px}
}


#about {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 180%;
}
#about .bg_black { padding-bottom: 115px;}
#about .inner { width:900px;}
@media only screen and (max-width: 900px) { #about .inner { width:93.33%;}}
#about h2 {
	background-image:url(/assets/img/top/pc/bg_about_2019.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top:277px;
	box-sizing: border-box;
	height: 649px;

	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
#about h2 .small { font-size: 16px;}
#about h3.h301 {
	padding-top:80px;
}
#about h3.h302 {
	margin-top:35px;
	font-size: 24px;
	font-weight: bold;
}
#about .catchcopy img { width:412px;}

@media only screen and (max-width: 767px) {
	#about .bg_black { padding-bottom: 60px;}
	#about {
		margin-top:-50px;
		padding-top:50px;
		font-size: 12px;
		line-height: 170%;
	}
	#about h2 {
		padding-top:140px;
		height: 320px;
		font-size: 24px;
	}
	#about h2 .small { font-size: 9px;}
	#about h3.h301 {
		padding-top:60px;
	}
	#about h3.h301 img { width:80%;}
	#about h3.h302 {
		margin-top:35px;
		font-size: 12px;
	}
	#about .catchcopy img { width:206px;}
	#about p.sp_left { text-align: left;}

}

hr.hr01 {
	margin:35px 0 0 0;
	height: 1px;
	display: block;
	border:none;
	border-top:#80803b 1px dotted;
	box-sizing: border-box;
}
.btn {
	margin: 70px auto 0;
	width:480px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.btn a {
	display: block;
	padding:15px 0;
	border: #fff 4px solid;
	border-radius: 35px;
	color: #fff;
	text-decoration: none;
}
.btn a:hover {
	background: #fff;
	color: #000;
}
@media only screen and (max-width: 767px) {
	.btn {
		margin: 40px auto 0;
		width:85%;
		font-size: 12px;
		text-align: center;
	}

	.btn a {
		display: block;
		padding:10px 0;
		border: #fff 2px solid;
		border-radius: 23px;
		color: #fff;
		text-decoration: none;
	}
	.btn a:hover {
		background: #fff;
		color: #000;
	}
}
h3.gold {
	margin:100px auto 0;
	background:url(/assets/img/pc/bg_h202@2x.png) no-repeat center top;
	width:480px;
	background-size: 100% 64px;
	font-size: 32px;
	text-align: center;
	line-height: 64px;
	font-weight: bold;
	color: #000;
}


#bg_gia {
	background: url(/assets/img/pc/bg_contents.jpg) repeat center top;
	padding: 150px 0;
}
#bg_gia h2.icon_i {
	font-size: 48px;
	text-align: center;
	background:url(/assets/img/top/pc/icon_i.png) no-repeat center top;
	background-size: auto 139px;
	padding-top:170px;
	font-weight: bold;
}
#bg_gia h2.icon_i + h3.gold { margin-top:60px;}

#bg_gia h3.gold:first-child {
	margin-top:0;
}
@media only screen and (max-width: 767px) {
	#bg_gia h2.icon_i {
		font-size: 24px;
		text-align: center;
		background:url(/assets/img/top/pc/icon_i.png) no-repeat center top;
		background-size: auto 70px;
		padding-top:85px;
	}
	#bg_gia h2.icon_i + h3.gold { margin-top:30px;}

	.btn { width:93.33%;font-size: 20px;}
	h3.gold{ margin-top:60px;width:93.33%; font-size: 18px;background-size: 100% 50px;line-height: 50px;}
	h3.gold.large { font-size: 22px;}
	#bg_gia { padding: 60px 0 120px;}
}
.flexbox {
	display: -webkit-flex;
	display: flex;
	width:1120px;
	margin:0px auto 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (max-width: 1120px) { .flexbox { width:93.33%;}}
.flexbox .box {
	margin-top:40px;
	width:30%;
	box-sizing: border-box;
	padding:10px;
	background: #915900;
	background: linear-gradient(to bottom, #915900 0%,#fff7a4 46%,#f4d67c 78%,#915900 100%);

}
@media only screen and (max-width: 767px) {

	.flexbox { display: block; width:89%;}
	.flexbox .box { width:auto;padding:7px;margin-top:25px;}
}
.flexbox .box dt {
	padding:35px 30px 0 30px;
}
.flexbox .box dd {
	padding:25px 40px 55px 40px;
}
.flexbox .box .bg_black { height: 100%;}
@media only screen and (max-width: 767px) {
	.flexbox .box dt {
		padding:25px 15% 0 15%;
	}
	.flexbox .box dd {
		padding:20px 8% 25px 8%;
	}
}

.brown { color:#c3953b;}

.schedule, .inner_nn { width:800px; margin-left:auto; margin-right: auto;}
.schedule { marign-top:10px;}
@media only screen and (max-width: 850px) { .schedule, .inner_nn { width:93.33%;}}
ul.schedule li {
	margin:35px 0 0 0;
	background:#e5e6e6;
	border-radius: 5px;
	position: relative;
	padding:15px 10px;
	text-align: center;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	line-height: 180%;
}
ul.schedule li span { display: inline-block;}
ul.schedule li::after {
	position: absolute;
	left:50%;
	bottom: -25px;
	background:url(/assets/img/top/pc/arrow_sch.png) no-repeat;
	width:22px;
	height: 12px;
	margin-left:-11px;
	content: "";
}
ul.schedule li:last-child{
	color: #fff;
	background: #da2724;
}
ul.schedule li:last-child::after { display:none;}
@media only screen and (max-width: 767px) {
	ul.schedule li {
		margin:30px 0 0 0;
		border-radius: 3px;
		padding:10px 5px;
		font-size: 14px;
		line-height: 170%;
	}
	ul.schedule li::after { bottom: -20px;
	}
}
h4.h401 {
	margin:40px auto 0;
	padding:0px 10px;
	background:#000;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width:960px;
	height: 60px;
	line-height: 60px;
	position: relative;
	box-sizing: border-box;
}
@media only screen and (max-width: 960px) { h4.h401 { width:93.33%;}}
h4.h401::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	left:50%;
	top:60px;
	width:22px;
	height: 40px;
	margin-left:-11px;
	border-top:#000 20px solid;
	border-bottom: transparent 20px solid;
	border-left:transparent 11px solid;
	border-right:transparent 11px solid;
}
@media only screen and (max-width: 767px) {
	h4.h401 {
		margin:20px auto 0;
		padding:0px 5px;
		font-size: 18px;
		height: 45px;
		line-height: 45px;
	}
	h4.h401::after {top:40px;}
}
.prise { text-align: center;}
.prise h5 {
	font-size: 40px;
	margin-top:45px;
	font-weight: bold;
	color: #000;
}
.prise h6 { font-size:18px; font-weight: bold; margin-top:25px;}
.prise p { font-size:16px; margin-top:5px;}
.prise h5 + p { margin-top:25px;}

@media only screen and (max-width: 767px) {
	.prise h5 {
		font-size: 30px;
		margin-top:35px;
	}
	.prise h6 { font-size:13px; margin-top:15px;}
	.prise p { font-size:12px; }
	.prise h5 + p { margin-top:15px;}
}
.gift { text-align: center; }
p.str1 {
	margin:50px 0 0 0;
	font-size: 20px;
	font-weight: bold;
}
p.str2 {
	margin:25px 0 0 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 130%;
}
p.str2 .small { font-size:12px; display: inline-block;}
p.str3 { margin:13px 0 0 0;font-size: 40px;}
p.str4 { margin:13px 0 0 0;font-size: 24px;font-weight: bold;}
p.str5 { margin:20px auto 0;font-size: 12px; max-width:900px;}
p.str6 { font-size: 18px; font-weight: bold; text-align: center;}
@media only screen and (max-width: 767px) {
	p.str1 {
		margin:35px 0 0 0;
		font-size: 15px;
	}
	p.str2 {
		margin:15px 0 0 0;
		font-size: 30px;
	}
	p.str2 .small { font-size:9px; display: block;}
	p.str3 { margin:13px 0 0 0;font-size: 30px;}
	p.str4 { margin:13px 0 0 0;font-size: 18px;}
	p.str5 { margin:20px auto 0;font-size: 12px; max-width:inherit; text-align: left;}
	p.str6 { font-size: 14px;}
}
@media only screen and (max-width: 360px) {
	p.str2 { font-size: 24px;}
	p.str4 {font-size: 16px;}
}

.mailto {display: table; margin:35px auto 0;}
.mailto p { display:table-cell; font-size: 16px;}
.mailto a { color: #000; text-decoration: underline;}

@media only screen and (max-width: 767px) {
	.mailto { width:88%; display: block;}
	.mailto {display: block; margin:25px auto 0;}
	.mailto p { display:block; font-size: 12px;}
}

.term { margin-top:45px; text-align: center; font-weight: bold; font-size: 30px;}
.term .num { font-size: 48px; font-family:Arial, Helvetica, "sans-serif";}
@media only screen and (max-width: 767px) {
	.term { font-size: 15px; text-align: center; line-height: 190%;}
	.term .large02 { display: block; font-size: 20px;}
	.term .num { font-size: 24px;}
	.term .large02 .num { font-size: 30px;}
}

p.entry_red_button {
	margin:30px auto 0;
	max-width:780px;
	width: 100%;
}
p.entry_red_button a {
	display: block;
	padding:30px 0;
	text-align: center;
	background:#bc2021;
	border:#bc2021 1px solid;
	border-radius: 8px;
}
p.entry_red_button a:hover {
	background:#202020;
}
p.pc_center { text-align: center;}
@media only screen and (min-width: 768px) {
	p.entry_red_button img {max-width: 641px;}
}
@media only screen and (max-width: 767px) {
	p.entry_red_button a {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		line-height: 150%;
		text-decoration: none;
		padding:20px 0;
	}
	p.pc_center { text-align: left;}
}

#mainimg_shinsa {
	margin-top:100px;
	background:url(/assets/img/top/pc/mainimg_shinsa@2x.jpg) no-repeat center 50%;
	background-size: cover;
	height: 600px;
}
h2.icon_shinsa {
	margin-top:90px;
	padding-top:160px;
	background: url(/assets/img/top/pc/icon_shinsa@2x.png) no-repeat center top;
	background-size: auto 120px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	#mainimg_shinsa { margin-top:50px; height: 250px;}
	h2.icon_shinsa { font-size: 24px;margin-top:40px;padding-top:80px;background-size: auto 60px;}
}

.iinkai dl { width:100%; margin-top:20px;}
.iinkai dl:first-child { margin-top:40px;border-bottom: #9a9b9b 1px dotted; padding-bottom: 20px;}
.iinkai dt {
	padding:0 0 0 110px;
	float: left;
}
.iinkai dd {
	margin-left:250px;
}
.banner_tanaka { margin-top:100px;}
.banner_tanaka a:hover img {animation: flash 1.5s;}

@media only screen and (max-width: 767px) {
	.iinkai dl { margin-top:15px;}
	.iinkai dl:first-child { margin-top:30px;border-bottom: #9a9b9b 1px dotted; padding-bottom:15px;}
	.iinkai dt {
		padding:0 0 0 0px;
		float: none;
		text-align: center;
	}
	.iinkai dd {
		margin-top:5px;
		margin-left:1em;
	}
	.banner_tanaka { margin-top:40px;}
}

.large01 { font-size: 24px; text-decoration: underline; line-height: 150%; display: inline-block;}
@media only screen and (max-width: 767px) {
	.large01 { font-size: 18px;}
}


#intro_logo { transition: all 2s; opacity: 0;-webkit-backface-visibility:hidden;backface-visibility: hidden;overflow:hidden;visibility:visible; display: inline-block;}

.hide_about.fade_about #about,
.hide_about.fade_about #report,
.hide_about.fade_about #news { display: none;}

.fade_about #about,
.fade_about #report,
.fade_about #news{ display: inherit; opacity: 0; transform: translateY(50px);}
.hide_bg_gia #bg_gia{ display: none;}
.hide_footer #footer { display: none;}
.hide_mainimg #intro, .hide_mainimg #relative_header, body.hide_mainimg { background-color: rgba(255,255,255,1);}
#intro, #relative_header { background-color: rgba(255,255,255,0);}
body { background-color: rgba(0,0,0,1);}
.hide_header_logo #body { background:#fff;}
.hide_header_logo #relative_header .logo, .hide_header_logo #relative_header .logo_text { transform: translateX(-50px); opacity: 0;pointer-events: none;}
.hide_header_btn #relative_header .fb, .hide_header_btn #relative_header .tw, .hide_header_btn #relative_header .entry_button { transform: translateY(-50px);opacity: 0;pointer-events: none;}
.hide_fixed_header #fixed_header { display: none;}
.hide_h2title #intro h2 { display: none;}
.fade_h2title #intro h2 { display: inherit; opacity: 0;}
.hide_h2title #intro h3 { display: none;}
.fade_h2title #intro h3 { display: inherit; opacity: 0;}
.hide_entryBtn #intro .entry_button { display: none;}
.fade_entryBtn #intro .entry_button { display: inherit; opacity: 0; transform: translateY(50px);}
.hide_other #intro p { display: none;}
.fade_other #intro p { display: inherit; opacity: 0;}
.hide_pc_menuBtn.fade_pc_menuBtn .menuBtn.pc { display: none;}
.fade_pc_menuBtn .menuBtn.pc { display: block; opacity: 0; transform: translateX(-70px);filter: blur(8px);}

.hide_catchcopy #intro_catchcopy { opacity: 0;}
.hide_catchcopy.fade_catchcopy #intro_catchcopy { display: none;}
.hide_catchcopy #intro_logo,.fade_catchcopy #intro_logo { display: inline;}
.blur_logo #intro_logo { filter: blur(8px);}
/*.blur_logo #body { filter: blur(8px); }*/
.hide_catchcopy #body { transition: filter 1.8s;}
.show_logo #intro_logo { display: inline; opacity: 1;}
.fade_catchcopy #intro_catchcopy { opacity: 0;}


#intro_catchcopy { transition: all 2s;opacity: 1;}
#intro, #relative_header, body{ transition: all 2s;}
#relative_header .logo, #relative_header .logo_text{ transition: all 0.5s; opacity: 1; pointer-events:auto;}
#relative_header .fb,#relative_header .tw,#relative_header .entry_button{ transition: all 0.5s;  opacity: 1; pointer-events:auto;}
#intro h2{ transition: all 2s; opacity: 1;}
#intro h3{ transition: all 2s; opacity: 1;}
#intro .entry_button{ transition: all 0.5s; opacity: 1;}
#intro p{ transition: all 0.5s; opacity: 1;}
.menuBtn.pc{ transition: all 0.5s; opacity: 1; backface-visibility: hidden;}

.reflection #intro h1 { position: relative;  overflow:hidden;}
.reflection #intro h1::after {
	display: block;
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out 1;
	animation-delay: 0.1s;
	content: "";
	box-sizing: border-box;
	/*background-blend-mode: lighten;*/
}
@keyframes reflection {
    0% { transform: scale(0) rotate(-45deg); opacity: 0; }
    80% { transform: scale(0) rotate(-45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(-45deg); opacity: 1; }
    100% { transform: scale(50) rotate(-45deg); opacity: 0; }
}

body.hide_about { height: 100%;overflow: hidden;}


.sponsorshipBtn {
    position: absolute;
    z-index: 5;
    transition: all 1s ease;
    transition-delay: 0.3s;
}
.hide_h2title .sponsorshipBtn {    opacity: 0;}
.sponsorshipBtn a {
    border:#9d7931 1px solid;
    border-radius: 8px;
    padding: 0.8em 1.5em;
    color: #fff;
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    margin:1em 0 0 25px;
    text-decoration: none;
    background-color: rgba( 10, 10, 10, 0.8);
}
@media only screen and (max-width: 767px) {
    .sponsorshipBtn a {
        margin:0.8em 0 0 5px;
        padding: 0.6em 1em;
        font-size: 100%;
    }
}
.sponsorshipBtn a:hover {
    animation:bgbright 1s ease;
}
@keyframes bgbright {
  0% {
    background-color: rgba( 50, 50, 50, 0.8);
  }
  100% {
    background-color: rgba( 10, 10, 10, 0.8);
  }
}
