@charset "utf-8";

/*====================================================================================

		basic layout

====================================================================================*/

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.8;
}

body * {
	box-sizing: border-box;
}

#page_top {
	clear: both;
	margin: 0;
	text-align: right;
}

img {
	vertical-align: top;
}

a {
	color: #000;
	border: none;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	filter: brightness(110%);
}

em {
	font-style: normal;
	font-weight: bold;
}

.en {
	font-family: 'Questrial', sans-serif;
	letter-spacing: 1px;
}

p#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
}

.pc_none {
	display: none;
}

.sp_none {
	display: inline;
}

img.sp {
	display: none;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, main ,footer {
		display: block;
	}
	
	*::-ms-backdrop, a:hover {
		opacity: 0.8;
	}
}


@media screen and (max-width: 999px){
	img {
		max-width: 100%;
		width: auto;
	}
}


@media screen and (max-width: 768px){
	.sp_none {
		display: none;
	}
	
	.pc_none {
		display: inline;
	}
	
	img.pc {
		display: none;
	}
	
	img.sp {
		display: inline;
	}
	
	p#page_top {
		width: 50px;
		right: 10px;
		bottom: 10px;
	}
}



/*------------------ clearfix layout ---------------------*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*
*:after {
	content: "";
	display:block;
	clear:both;
}
*/


/*------------------ loading layout ---------------------*/
.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading img {
	width: 234px;
}

@media screen and (max-width: 768px){
	.loading img {
		width: 50%;
	}
}


/*------------------ fadein layout ---------------------*/
.fadein {
	opacity : 0;
	transform: translateY(10px);
	transition: all 1s;
}





/*====================================================================================

		header layout

====================================================================================*/

header {
	width: 100%;
}

header .logo {
	padding: 34px 0;
	background-color: #fff;
	text-align: center;
}

header .logo img {
	
}

header .logo a:hover {
	opacity: 0.8;
}

header h1 {
	height: 970px;
	padding: 15px 0 0;
	background: url("../img/main_bg.jpg") center center / cover no-repeat;
	text-align: center;
}


@media screen and (max-width: 768px){
	header {
		width: 100%;
	}
	
	header .logo {
		margin: 0;
		padding: 16.5px 0;
	}
	
	header .logo img {
		height: 25px;
	}
	
	header h1 {
		height: auto;
		padding: 15px;
	}
}




/*====================================================================================

		nav layout

====================================================================================*/

.drawer_button {
	display: none;
}

.drawer_nav_wrapper {
	width: 100%;
	background-color: #fff;
	border-bottom: solid 1px #D0D0D0;
	position: sticky;
	top: 0;
	z-index: 2;
}

ul.drawer_nav {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.0;
}

ul.drawer_nav li {
	padding: 10px;
	text-align: center;
}

ul.drawer_nav li a {
	display: block;
	position: relative;
}

ul.drawer_nav li a:hover {
	//filter: brightness(100%);
}

ul.drawer_nav li a::before {
	content: "";
	width: 1px;
	height: 25px;
	background-color: #DCDCDC;
	position: absolute;
	top: -5px;
}

ul.drawer_nav li:nth-child(2) a::before {
	left: -25px;
}

ul.drawer_nav li:nth-child(3) a::before {
	left: -25px;
}

ul.drawer_nav li:nth-child(4) a::before {
	left: -25px;
}

ul.drawer_nav li:nth-child(5) a::before {
	left: -25px;
}

ul.drawer_nav li:nth-child(6) a::before {
	left: -30px;
	top: 7px;
}


/*---------- if IE ----------*/
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, {
	}
}


@media screen and (max-width: 768px){
	/* .drawer_button */
	.drawer_button {
		width: 60px;
		height: 60px;
		padding: 0;
		display: block;
		background: #fff;
		border: none;
		letter-spacing: 0.1em;
		cursor: pointer;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1001;
		text-align: center;
		outline: none;
		/*
		border-radius: 5px;
		right: 5px;
		top: 5px;
		*/
	}
	
	.drawer_button.active {
		background: #005BAC;
	}
	
	.drawer_button.active .drawer_close {
		display: block;
	}
	
	
	/* .drawer_bar */
	.drawer_bar {
		display: block;
		width: 25px;
		height: 2px;
		margin: 6px auto;
		background: #005BAC;
		transition: all 0.2s;
		transform-origin: 50% 50%;
		position: relative;
	}
	
	.drawer_button.active .drawer_bar {
		width: 25px;
		background: #fff;
	}
	
	.drawer_button.active .drawer_bar1 {
		top: 8px;
		transform: rotate(45deg);
	}
	
	.drawer_button.active .drawer_bar2 {
		opacity: 0;
	}
	
	.drawer_button.active .drawer_bar3 {
		top: -8px;
		transform: rotate(-45deg);
	}
	
	
	/* .drawer_text */
	.drawer_text {
		/*display: none;*/
		text-align: center;
		font-size: 10px;
		color: #fff;
		letter-spacing: -0.5px;
	}
	
	
	/* .drawer_nav_wrapper */
	.drawer_nav_wrapper {
		width: 100%;
		height: auto;
		/*
		width: 100%;
		height: 100%;
		*/
		margin: 0;
		padding: 0;
		border-bottom: none;
		
		box-sizing: border-box;
		background-color: transparent;
		display: block;
		transform: none;
		
		transition: all 0.2s;
		/*transform: translate(110%);*/
		transform: translateY(-110%);
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	.drawer_nav_wrapper.open {
		transform: translate(0);
	}
	
	
	/* ul.drawer_nav */
	ul.drawer_nav {
		width: 100%;
		/*margin: 60px 0 0;*/
		margin: 0;
		padding: 0;
		background: #fff;
		display: flex;
		flex-wrap: wrap;
	}
	
	ul.drawer_nav li {
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 1.4;
	}
	
	ul.drawer_nav li:first-child {
		padding: 15px 0 0;
	}
	
	ul.drawer_nav li a {
		width: auto;
		margin: 0;
		padding: 15px 0;
		border-radius: 0;
		border: none;
		border-bottom: solid 1px #ccc;
		display: block;
		color: #000;
		font-size: 16px;
	}
	
	ul.drawer_nav li a img {
		vertical-align: middle;
	}
	
	ul.drawer_nav li a:hover {
		text-decoration: none;
	}
	
	ul.drawer_nav li a::before {
		display: none;
	}
}





/*====================================================================================

		#contents layout

====================================================================================*/

#contents {
	padding: 0 0 40px;
	text-align: center;
}

#contents section .inner {
	width: 1000px;
	margin: 0 auto;
}

#contents section .inner h2 {
	
}


@media screen and (max-width: 768px){
	#contents {
		padding: 0 0 20px;
	}
	
	#contents section .inner,
	#contents div .inner {
		width: auto;
	}
}



/*===============================================================

		#contents .feature layout

===============================================================*/

#contents .feature {
	margin: 25px 0 155px;
	padding: 20px 0 0;
}

#contents .feature section .caption {
	margin: 50px 0;
	padding: 50px 0 40px;
}

#contents .feature .type_box .caption {
	background-color: #00A0EA;
}

#contents .feature .thick_sheet .caption {
	background-color: #F0F0F0;
}

#contents .feature section > p:first-of-type {
	margin: 0 0 17px;
}


@media screen and (max-width: 768px){
	#contents .feature {
		margin: 10px 0 60px;
	}
	
	#contents .feature section .caption {
		margin: 40px 0;
		padding: 40px 0 30px;
	}
	
	#contents .feature section > p {
		margin: 0 10px;
	}
	
	#contents .feature section > p:first-of-type {
		margin: 0 10px 17px;
	}
}



/*===============================================================

		#contents .type layout

===============================================================*/

#contents .type {
	margin: 135px auto 0;
	padding: 20px 0 0;
}

#contents .type .menu {
	width: 960px;
	margin: 24px auto 0;
}

#contents .type .menu div {
	margin: 0 0 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .type .menu div:nth-of-type(1) dl {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .type .menu div:nth-of-type(2) dl {
	width: calc(100% / 3 - 9px);
}

#contents .type .menu div dl dt {
	margin: 0 0 9px;
}

#contents .type .menu div:nth-of-type(1) dl dt {
	width: 100%;
}

#contents .type .menu p {
	text-align: center;
}

#contents .type ul.item li {
	margin: 25px 0;
	padding: 30px 0;
	text-align: center;
}

#contents .type ul.item li:nth-child(1) {
	background-color: #131313;
}

#contents .type ul.item li:nth-child(2) {
	background-color: #FFF0F7;
}

#contents .type ul.item li:nth-child(3) {
	background-color: #002C77;
}

#contents .type ul.item li:nth-child(4) {
	background-color: #E4EFD1;
}

#contents .type ul.item li:nth-child(5) {
	background-color: #D9F0F6;
}

#contents .type ul.item li:nth-child(6) {
	background-color: #E51B05;
}


@media screen and (max-width: 768px){
	#contents .type {
		margin: 40px auto 0;
		padding: 20px 0 0;
	}
	
	#contents h2 {
		margin: 0 10px;
	}
	
	#contents .type .menu {
		width: auto;
		margin: 20px 10px 0;
	}
	
	#contents .type .menu div {
		margin: 0 0 15px;
	}
	
	#contents .type .menu div:nth-of-type(1) dl dd,
	#contents .type .menu div:nth-of-type(2) dl {
		width: calc(100% / 3 - 5px);
	}
	
	#contents .type .menu div dl dt {
		margin: 0 0 1px;
	}
	
	#contents .type .menu div:nth-of-type(1) dl dt {
		width: 100%;
	}
	
	#contents .type .menu p {
		margin: 20px 10% 40px;
	}
	
	#contents .type ul.item li {
		margin: 10px 0;
		padding: 20px 10px;
	}
}



/*===============================================================

		#contents .scene layout

===============================================================*/

#contents .scene {
	margin: 135px auto 0;
	padding: 20px 0 0;
}

#contents .scene .inner {
	width: 960px;
}

#contents .scene .inner ul {
	margin: 30px 0 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .scene .inner ul li {
	width: calc(100% / 2 - 7px);
	margin: 0 0 11px;
}

#contents .scene .inner ul li:nth-child(1),
#contents .scene .inner ul li:nth-child(2) {
	width: 100%;
}



@media screen and (max-width: 768px){
	#contents .scene {
		margin: 40px auto 0;
		padding: 20px 0 0;
	}
	
	#contents .scene .inner {
		width: auto;
	}
	
	#contents .scene .inner ul {
		margin: 20px 10px 0;
	}
	
	#contents .scene .inner ul li {
		width: calc(100% / 2 - 5px);
		margin: 0 0 10px;
	}
}



/*===============================================================

		#contents .list layout

===============================================================*/

#contents .list {
	margin: 135px auto 0;
	padding: 20px 0 0;
}

#contents .list h2 {
	margin: 0 0 30px;
}

#contents .list .inner {
	width: 960px;
}

#contents .list .inner section {
	margin: 0 0 60px;
}

#contents .list .inner section ul {
	margin: 20px 0 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#contents .list .inner section ul li {
	width: 474px;
	margin: 0 0 10px;
}

#contents .list .inner .set {
	width:100%;
}


#contents .list .inner section p.caution {
	text-align: right;
	line-height: 1.0;
}

#contents .list .inner section p.caution img:nth-of-type(2) {
	margin-top: 5px;
}


@media screen and (max-width: 768px){
	#contents .list {
		margin: 40px auto 0;
		padding: 20px 0 0;
	}
	
	#contents .list h2 {
		margin: 0 10px 20px;
	}
	
	#contents .list .inner {
		width: auto;
	}
	
	#contents .list .inner section {
		margin: 0 10px 30px;
	}
	
	#contents .list .inner section ul {
		margin: 10px 0 0;
	}
	
	#contents .list .inner section ul li: {
		width: calc(100% / 2 - 5px);
		margin: 0 0 10px;
	}
	
	#contents .list .inner section ul li {
		width: 100%;
	}
	
	#contents .list .inner section p.caution img {
		width: 50%;
	}
	
	#contents .list .inner section p.caution img:nth-of-type(2) {
		margin-top: 1px;
	}
}





/*====================================================================================

		footer layout

====================================================================================*/

footer {
	border-top: solid 1px #D0D0D0;
}

footer .footer_content {
	padding: 66px 0;
	border-bottom: solid 1px #D0D0D0;
	text-align: center;
}

footer .footer_content p:first-of-type {
	margin: 0 0 15px;
}

footer p.copy {
	padding: 20px 0;
	text-align: center;
	color: #000;
	font-size: 15px;
	font-weight: 700;
}


@media screen and (max-width: 768px){
	footer .footer_content {
		padding: 25px 10px;
	}
	
	footer .footer_content p:first-of-type img {
		height: 25px;
	}
	
	footer p.copy {
		font-size: 3vw;
	}
}