@charset "utf-8";
/* -----------------------------------------------------------------------

layout.css

----------------------------------------------------------------------- */


/*-----------------------------------------------------------------

	common

-----------------------------------------------------------------*/

#wrap {
	min-width:320px;
	position:relative;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
	overflow:hidden;
}
.bgWhite { 
	background:#ffffff;
}
.bgBlack { 
	background:#000000;
}
.bgRed { 
	background:#b10115;
}
.bgBlue { 
	background:#2430bc;
}
.bgNBlue { 
	background:#192e78;
}
.bgP1 {
	background:url(../img/common/bg_stone.jpg) repeat 50% 0%;
	color:#ffffff;
}
.bgP2 {
	background:url(../img/common/bg_stone2.jpg) repeat 50% 0%;
	color:#ffffff;
}
.bgP3 {
	background:url(../img/common/bg_stone3.jpg) repeat 50% 0%;
	color:#ffffff;
}
.bgP4 {
	background:url(../img/common/bg_stone4.jpg) repeat 50% 0%;
	color:#ffffff;
}

/*-----------------------------------------------------------------

	#mainimg

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#mainimg {
	width:100%;
	min-width:320px;
	min-height:235px;
	overflow:hidden;
	position:relative;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#mainimg::after {
	content: '';
	display:block;
	width:100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.45) 100%);
	position: absolute;
	top:0;
	left:0;
	z-index:10;
}
#mainimg.base {
	background-image: url(/img/common/base_mainimg.jpg);
	background-color: #121212;
	background-repeat: no-repeat;
	background-position: top 0% left 50%;
}

#mainimg .inner {
	max-width:1040px;
	margin:0 auto;
	padding:0 20px;
	position:relative;
}
#mainimg .inner h1 {
	width:70%;
	line-height:1.1em;
	text-align:right;
	position:absolute;
	z-index:15;
}
#mainimg .inner h1.shadow {
	text-shadow: 0px 0px 15px #666666,0px 0px 20px #999999;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#mainimg::after {
		height:150px;
	}
	#mainimg .inner h1 {
		font-size:4rem;
		top:160px;
		right:20px;
	}
	#mainimg.base {
		min-height:130px;
		background-position: top 0% left 30%;
		background-size:cover;
	}
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	#mainimg::after {
		height:200px;
	}
	#mainimg .inner h1 {
		font-size:6.0rem;
		top:200px;
		right:20px;
	}
	#mainimg.base {
		min-height:160px;
		background-size:cover;
	}
}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {

	#mainimg::after {
		height:350px;
	}
	#mainimg .inner h1 {
		font-size:9rem;
		top:160px;
		right:20px;
	}
	#mainimg.base {
		min-height:235px;
	}
}



/*-----------------------------------------------------------------

	#error404 mainimg

-----------------------------------------------------------------*/
#error404 #mainimg {
	display:block;
	width:100%;
	margin:0;
	background-image: url(/img/common/404_mainimg.jpg);
	background-repeat: no-repeat;
	background-position: bottom 0% left 50%;
	overflow:hidden;
	position:relative;
	background-size: cover;
}
#error404 #mainimg h1 {
	font-size:8.0rem!important;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#error404 #mainimg {
		height:380px;
	}

}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	#error404 #mainimg {
		height:460px;
	}
	
}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {

	#error404 #mainimg {
		height:540px;
	}

}



/*-----------------------------------------------------------------

	#nav

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#nav {
	display:block;
	width:100%;
	max-width:1040px;
	margin:0 auto;
	padding:0 20px;
	position:absolute;
	left:0;
	right:0;
	z-index:30;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#nav .logo{
	float:left;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#nav .logo img{
	width:100%;
}
#nav .logo a{
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#nav .logo a:hover{
	opacity:0.6;
}
#nav ul.socialNav {
	padding:15px 0;
	overflow:hidden;
}
#nav ul.socialNav li{
	float:left;
}
#nav ul.socialNav li:first-child{
	margin-left:0;
}
#nav ul.socialNav li.social a{
	-webkit-transition: opacity 0.5s ease;
	transition:opacity 0.5s ease;
}
#nav ul.socialNav li.social a:hover{
	opacity:0.6;
}
#nav ul.socialNav li.social a img{
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#nav ul.socialNav li.login a{
	font-size:2.3rem;
	line-height:34px;
	font-weight:400;
}

#nav ul.socialNav2 {
	opacity: 1;
	transition: opacity 0.5s;
	pointer-events: inherit;
}
#nav ul.socialNav2.hide {
	opacity: 0;
	pointer-events: none;
}

/*----------------------------------------------------------
	Display：← 767px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:767px) {

	#nav {
		top:25px;
	}
	#nav .logo{
		width:190px;
		margin-top:-3px;
		margin-left:-3px;
	}
	#nav ul.socialNav {
		width:100%;
		padding:0 20px;
		position:absolute;
		top:55px;
		left:0;
	}
	#nav ul.socialNav li{
		margin-left:10px;
	}
	#nav ul.socialNav li:last-child{
		float:right;
	}
	#nav ul.socialNav li.social{
		width:28px;
	}
	#nav ul.socialNav li.social a img{
		height:25px;
	}
	#nav ul.socialNav li.login a{
		font-size:1.6rem;
		line-height:25px;
	}

	#nav ul.socialNav2 {
		top:100px;
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
	}
	#nav ul.socialNav li {
		margin-left: 0;
	}
	#nav ul.socialNav li:last-child {
		float:none;
	}

}


/*----------------------------------------------------------
	Display：768px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 768px) {

	#nav {
		top:40px;
	}
	#nav .logo{
		width:240px;
	}
	#nav ul.socialNav {
		padding-right:70px;
		float:right;
	}
	#nav ul.socialNav li{
		margin-left:15px;
	}
	#nav ul.socialNav li:last-child{
		margin-left:25px;
	}
	#nav ul.socialNav li.social{
		width:36px;
	}
	#nav ul.socialNav li.social a img{
		height:30px;
	}
	#nav ul.socialNav li.login a{
		font-size:2.1rem;
		line-height:30px;
	}

}

/*----------------------------------------------------------
	Display：860px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 860px) {

	#nav {
		top:45px;
	}
	#nav .logo{
		width:285px;
	}
	#nav ul.socialNav {
		padding-right:80px;
	}
	#nav ul.socialNav li{
		margin-left:25px;
	}
	#nav ul.socialNav li:last-child{
		margin-left:35px;
	}
	#nav ul.socialNav li.social{
		width:35px;
	}
	#nav ul.socialNav li.social a img{
		height:34px;
	}
	#nav ul.socialNav li.login a{
		font-size:2.3rem;
		line-height:34px;
	}

}





/*-----------------------------------------------------------------

	.gNav

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.gNav {
	display:block;
	width:100%;
}
.gNav ul {
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.gNav ul.member {
	margin:10px auto;
	background-color:#2430bc;
}
.gNav ul li {
	display:inline-block;
	float:left;
}
.gNav ul li a {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	letter-spacing:-0.005em;
	font-weight:400;
	background-image:url(/img/common/arrow.svg);
	background-repeat:no-repeat;
	background-position:0 53%;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.gNav ul li a:hover {
	background-position:5px 53%;
	opacity:0.6;
}

#header .gNav {
	padding:160px 0 70px;
	background:#000000;
	position:absolute;
	top:-600px;
	left:0;
	right:0;
	z-index:25;
	opacity:0;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.open #header .gNav {
	opacity:1;
	top:0;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	.gNav ul {
		padding:0 20px;
	}
	.gNav ul.member {
		padding:5px 20px;
	}
	.gNav ul li a {
		padding:6px 20px 6px 15px;
		font-size:1.8rem;
		background-size:5px auto;
	}
	
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.gNav ul {
		padding:0 20px;
	}
	.gNav ul li a {
		padding:10px 35px 10px 25px;
		font-size:2.3rem;
		background-size:10px auto;
	}

}

/*----------------------------------------------------------
	Display：← 767px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:767px) {

	#header .gNav {
		padding:140px 0 40px;
	}
}


/*----------------------------------------------------------
	Display：768px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 768px) {

	#header .gNav {
		padding:130px 0 50px;
	}

}

/*----------------------------------------------------------
	Display：860px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 860px) {

	#header .gNav {
		padding:160px 0 70px;
	}
	
}



/*-----------------------------------------------------------------

	#gNavBtn

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#gNavBtn {
	text-align:center;
	cursor:pointer;
	position:absolute;
	top:-5px;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#gNavBtn:hover {
	opacity:0.6;
}
#gNavBtn p{
	line-height:1em;
	color:#ffffff;
	text-align:center;
}
.open #gNavBtn p{
	letter-spacing:0.15em;
	text-indent:0.15em;
}
#gNavBtn span {
	display:block;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
	over-flow:hidden;
	position:absolute;
	left:0;
	right:0;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.open #gNavBtn span:nth-last-child(3) {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #gNavBtn span:nth-last-child(2) {
	opacity:0;
}
.open #gNavBtn span:nth-last-child(1) {
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}



/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#gNavBtn {
		width:40px;
		height:40px;
		right:15px;
	}
	#gNavBtn p{
		font-size:1.1rem;
		letter-spacing:0.1em;
		text-indent:0.1em;
	}
	#gNavBtn span {
		width:30px;
		height:3px;
	}
	#gNavBtn span:nth-last-child(3)	 {
		bottom:20px;
	}
	#gNavBtn span:nth-last-child(2)	 {
		bottom:10px;
	}
	#gNavBtn span:nth-last-child(1)	 {
		bottom:0px;
	}
	#gNavBtn:hover span:nth-last-child(3)	 {
		bottom:18px;
	}
	#gNavBtn:hover span:nth-last-child(1)	 {
		bottom:2px;
	}
	.open #gNavBtn span:nth-last-child(3),
	.open #gNavBtn span:nth-last-child(1) {
		bottom:12px;
	}
	
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	#gNavBtn {
		width:40px;
		height:48px;
		right:20px;
	}
	#gNavBtn p{
		font-size:1.2rem;
		letter-spacing:0.2em;
		text-indent:0.2em;
	}
	#gNavBtn span {
		width:40px;
		height:4px;
	}
	#gNavBtn span:nth-last-child(3)	 {
		bottom:24px;
	}
	#gNavBtn span:nth-last-child(2)	 {
		bottom:12px;
	}
	#gNavBtn span:nth-last-child(1)	 {
		bottom:0px;
	}
	#gNavBtn:hover span:nth-last-child(3)	 {
		bottom:21px;
	}
	#gNavBtn:hover span:nth-last-child(1)	 {
		bottom:3px;
	}
	.open #gNavBtn span:nth-last-child(3),
	.open #gNavBtn span:nth-last-child(1) {
		bottom:12px;
	}

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {

	#gNavBtn {
		width:50px;
		height:60px;
		right:20px;
	}
	#gNavBtn p{
		font-size:1.4rem;
		letter-spacing:0.3em;
		text-indent:0.3em;
	}
	
	#gNavBtn span {
		width:46px;
		height:6px;
	}
	#gNavBtn span:nth-last-child(3)	 {
		bottom:32px;
	}
	#gNavBtn span:nth-last-child(2)	 {
		bottom:16px;
	}
	#gNavBtn span:nth-last-child(1)	 {
		bottom:0px;
	}
	#gNavBtn:hover span:nth-last-child(3)	 {
		bottom:27px;
	}
	#gNavBtn:hover span:nth-last-child(1)	 {
		bottom:5px;
	}
	.open #gNavBtn span:nth-last-child(3),
	.open #gNavBtn span:nth-last-child(1) {
		bottom:16px;
	}

}




/*----------------------------------------------------------

	footer
	
----------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

#footer {
	width:100%;
	min-width:320px;
	padding:0;
	color:#ffffff;
	background:#141414;
}
#footer .inner{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
#footer .logo{
	width:285px;
	margin:0;
	padding:0;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
#footer .logo:hover{
	opacity:0.6;
}
#footer .logo img{
	width:100%;
}
#footer small.copyright {
	display:block;
	margin-bottom:15px;
	padding:0 20px;
	line-height:1.6em;
	font-weight:300;
	letter-spacing:0.1em;
}
#footer .coutionTxt {
	font-size:0.86em;
	line-height:1.8em;
	padding:0 18px;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	#footer .inner{
		padding:40px 0px;
	}
	#footer .logo{
		width:200px;
		margin:0 auto;
	}
	#footer .gNav {
		padding:25px 0 35px;
	}
	#footer small.copyright {
		font-size:1.4rem;
	}
}

/*----------------------------------------------------------
	Display：560px →
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	#footer .inner{
		padding:55px 0;
	}
	#footer .logo{
		width:285px;
		margin:0 0 0 15px;
	}
	#footer .gNav {
		padding:30px 0 40px;
	}
	#footer small.copyright {
		font-size:1.8rem;
	}
}

/*----------------------------------------------------------
	Display：1000px →
----------------------------------------------------------*/

@media print, screen and (min-width: 1000px) {

	#footer .inner{
		padding:70px 0;
	}
	#footer .logo{
		margin-left:0;
	}
}





/*-----------------------------------------------------------------

	contents

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.contents {
	width:100%;
	margin:0;
}
.contents .inner {
	max-width:1040px;
	margin:0 auto;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	.contents .inner {
		padding:40px 20px;
	}
	
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.contents .inner {
		padding:60px 20px;
	}
}





/*-----------------------------------------------------------------

	title

-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.contentsTTL_jp {
	text-align:center;
	font-weight:bold;
}
.contentsTTL_eng {
	text-align:center;
	font-weight:400;
	font-family: 'Oswald', sans-serif; 
	color:#000000;
}
.bgBlack .contentsTTL_eng,
.bgRed .contentsTTL_eng,
.bgBlue .contentsTTL_eng,
.bgNBlue .contentsTTL_eng,
.bgP1 .contentsTTL_eng,
.bgP2 .contentsTTL_eng,
.bgP3 .contentsTTL_eng,
.bgP4 .contentsTTL_eng {
	color:#ffffff;
}

.contentsTTL_cm {
	text-align:center;
	font-weight:600;
	font-family: 'Oswald', sans-serif; 
	color:#ffffff;
}
.bgBlack .contentsTTL_cm,
.bgRed .contentsTTL_cm,
.bgBlue .contentsTTL_cm,
.bgNBlue .contentsTTL_cm,
.bgP1 .contentsTTL_cm,
.bgP2 .contentsTTL_cm,
.bgP3 .contentsTTL_cm,
.bgP4 .contentsTTL_cm {
	color:#ffffff;
}

.heading_text {
	width:100%;
	margin-bottom:8px;
	font-size:1.6rem;
	line-height:1.6em;
	text-align:left;	
}
.heading_band {
	padding:0 15px;
	font-size:1.6rem;
	line-height:42px;
	color:#ffffff;
	background:#171717;
}
.boxTitle {
	text-align:center;
}
.boxTitle span{
	display:inline-block;
	padding:2px 1.5em;
	font-size:1.15em;
	line-height:1.5em;
	color:#ffffff;
	text-align:center;
	border:1px solid #ffffff;
}


/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	.contentsTTL_jp {
		font-size:3.8rem;
		line-height:1.2em;
	}	
	.contentsTTL_eng {
		font-size:4.2rem;
		line-height:1.2em;
	}
	.contentsTTL_cm {
		font-size:2.2rem;
		line-height:1.2em;
	}
	
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.contentsTTL_jp {
		font-size:4.8rem;
		line-height:1.2em;
	}
	.contentsTTL_eng {
		font-size:4.8rem;
		line-height:1.2em;
	}
	.contentsTTL_cm {
		font-size:2.8em;
		line-height:1.2em;
	}
	.heading_band {
		padding:0 18px;
		font-size:1.8rem;
		line-height:42px;
	}

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {

	.contentsTTL_eng {
		font-size:5.8rem;
		line-height:1.2em;
	}

}

@media print, screen and (min-width: 769px) {

	.contentsTTL_cm {
		font-size:4.0rem;
		line-height:1.2em;
	}

}




/*-----------------------------------------------------------------

	table

-----------------------------------------------------------------*/

.tableOutBox {
	width:100%;
	margin-top:20px;
	overflow-x: auto;
}
.tableOutBox .normalTable {
	width:900px;
	line-height:1.5em;
	border-collapse: separate;
	border-spacing: 2px;
	overflow:hidden;
}
.tableOutBox .normalTable thead th{
	padding:12px 5px;
	text-align:center;
	font-weight:normal;
	background:#3b3b3b;
}
.tableOutBox .normalTable tbody td{
	padding:10px 5px;
	text-align:center;
	background:#5e5e5e;
}
.tableOutBox .normalTable tbody .active td{
	background:#414141;
}
.tableOutBox .normalTable tbody .bt10 td{
	border-top:10px solid #171717;
	background:#414141;
}
.tableOutBox .normalTable tbody .bb10 td{
	border-bottom:10px solid #171717;
}





/*-----------------------------------------------------------------

	flexBox
	
-----------------------------------------------------------------*/

.flex-wrap {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.flexbw-wrap {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.flexba-wrap {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.flexbwPC {
		width:100%;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

}





/*-----------------------------------------------------------------

	link
	
-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.ico_arrow {
	display:inline-block;
	text-indent:22px;
	position:relative;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.ico_arrow::before {
	display:block;
	content: '';
	margin:0 0;
	width:16px;
	height:16px;
	background-image:url(/img/common/arrow.svg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#b10115;
	background-size:4px auto;
	position:absolute;
	top:2px;
	left:0;
}
.linkTxtArrow {
	display:inline-block;
	color:#ffffff;
	padding-left:30px;
	text-decoration:none;
	position:relative;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.linkTxtArrow::before {
	display:block;
	content: '';
	margin:0 0;
	width:16px;
	height:16px;
	background-image:url(/img/common/arrow.svg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-color:#b10115;
	background-size:4px auto;
	position:absolute;
	top:4px;
	left:0;
}


/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.ico_arrow {
		text-indent:24px;
	}
	.ico_arrow::before {
		width:18px;
		height:18px;
		background-size:6px auto;
	}
	
	.linkTxtArrow {
		padding-left:32px;
		-webkit-transition: all 0.5s ease;
		transition:all 0.5s ease;
	}
	.linkTxtArrow::before {
		width:18px;
		height:18px;
		background-size:6px auto;
		top:2px;
		-webkit-transition: all 0.5s ease;
		transition:all 0.5s ease;
	}
	.linkTxtArrow:hover {
		opacity:0.6;
		text-decoration:underline;
	}
	.linkTxtArrow:hover::before {
		left:4px;
	}
}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {
	.ico_arrow {
		text-indent:28px;
	}
	.ico_arrow::before {
		width:20px;
		height:20px;
	}
	
	.linkTxtArrow {
		padding-left:35px;
	}
	.linkTxtArrow::before {
		width:20px;
		height:20px;
		top:3px;
	}
}




/*-----------------------------------------------------------------

	btn
	
-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.btn2c {
	width:95%;
	max-width:740px;
	margin:0 auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.btn {
	display:inline-block;
	width:340px;
	padding:15px 10px;
	font-size:1.8rem;
	line-height:1.5em;
	text-align:center;
	color:#ffffff!important;
	background-image:url(/img/common/arrow.svg);
	background-repeat:no-repeat;
	background-position:right 6% top 50%;
	background-color:#000000;
	background-size:10px auto;
	text-decoration:none;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	position:relative;
	-webkit-transition: all 0.5s ease;
	transition:all 0.5s ease;
}
.btn:hover {
	background-position:right 3% top 50%;
}
.btn.black {
	background-color:#000000;
}
.btn.black:hover {
	background-color:#333333;
}
.btn.red {
	background-color:#b10115;
}
.btn.red:hover {
	background-color:#b1132b;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	.btn {
		width:290px;
		font-size:1.4rem;
	}
	.btn2c .btn{
		width:100%;
		max-width:290px;
		margin:15px 0 0;
	}
	.btn2c .btn:first-child{
		margin:0;
	}
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.btn {
		width:310px;
		font-size:1.6rem;
	}
	.btn2c .btn{
		width:47%;
		margin:0 1.5%;
	}

}

/*----------------------------------------------------------
	Display：769px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {

	.btn {
		width:100%;
		width:340px;
		font-size:1.8rem;
	}
}





/*-----------------------------------------------------------------

	photoList
	
-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.photoList {
	width:100%;
	margin:30px 0;
}
.photoList li img {
	width:100%;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {

	
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.photoList {
		margin:40px 0;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-pack: wrap;
		flex-wrap: wrap;
	}
	.photoList li {
		width:49%;
	}

}





/*-----------------------------------------------------------------

	borderBox
	
-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.borderBox {
	padding:20px;
}
.borderBox h3{
	margin-bottom:15px;
	font-weight:bold;
	font-size:1.29em;
}
.borderBox.p1 {
	color:#ffffff;
	background-color:rgba(53,53,53,0.8);;
	border:2px solid #a3a3a3;
}
.borderBox.p2 {
	color:#111111;
	background-color:rgba(216,216,216,0.8);;
	border:2px solid #a3a3a3;
}
.borderBox .midashi {
	padding-left:1.2em;
	font-size:1.12em;
	font-weight:500;
	position:relative;
}
.borderBox .midashi::before {
	content: '●';
	display:block;
	color:#b10115;
	position: absolute;
	top:0;
	left:0;
	z-index:1;
}
.borderBox p {
	margin-top:1em;
}

/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.borderBox {
		padding:40px;
	}

}




/*-----------------------------------------------------------------

	INSTAGRAM
	
-----------------------------------------------------------------*/

/*----------------------------------------------------------
	Display：common
----------------------------------------------------------*/

.insta-list {
	width:102%;
	margin-left:-1%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}
.insta-list li {
	width:31.33%;
	margin:5px 1%;
	position: relative;
	overflow:hidden;
}
.insta-list li:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.insta-list li a{
	display:block;
}
.insta-list li a img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;

	object-position: center;
	font-family: 'object-fit: cover; object-position: bottom;';
	transition: all .8s ease 0s;
}
.insta-list li a img:hover{
	opacity:0.6;
	transform:scale(1.1,1.1);
}



/*----------------------------------------------------------
	Display：560px →（ tablet + pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 560px) {

	.insta-list li {
		margin:10px 1%;
	}

}

/*----------------------------------------------------------
	Display：560px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width: 769px) {
}




/*-----------------------------------------------------------------

	pageloading
	
-----------------------------------------------------------------*/

#pageloading-wrap {
	background-color:rgba(0,0,0,1);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	display: table;
	z-index: 1000;
}
#pageloading-icon {
	display: table-cell;
	vertical-align: middle;
}
.loader {
	color: #ffffff;
	font-size: 8px;
	margin:auto;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-indent: -9999em;
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load4 {
	0%,100% {box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;}
	12.5% {box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	25% {box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	37.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	50% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	62.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;}
	75% {box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;}
	87.5% {box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;}
}
@keyframes load4 {
	0%,100% {box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;}
	12.5% {box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	25% {box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;}
	37.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	50% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;}
	62.5% {box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;}
	75% {box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;}
	87.5% {box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;}
}





/*-----------------------------------------------------------------

	effect
	
-----------------------------------------------------------------*/

.effect-f {
	opacity:0;
	transition: .8s;
	transition-delay: .8s;
}
.effect-s {
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	opacity: 0;
}
.effect-s.is-animated {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1; 
	transition: 0.8s;
}






/*-----------------------------------------------------------------

	Display：print

-----------------------------------------------------------------*/

@media print{

	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
	.sp320 { display:none; }
	.sp { display:none; }
	.tablet { display:none; }
	
}


