@charset "utf-8";

/* CSS Document */

/* -----------------------
	Reset
------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	font-weight: 300;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display: block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* -----------------------
	base
------------------------ */

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', sans-serif;
	font-weight: 500;
	font-size: 13pt;
	color: #666;
	line-height: 1.7;
	letter-spacing: 1px;
	background-color: #1d0002;
}

#container {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	
}

.hambtn .hamtxt {
		display: none;		
	}



/* -----------------------
	header and navi
------------------------ */

#header {
	position: fixed;
	display: flex;
	top: 0;
	left: 0;
	padding: 15px 20px;
	width: 100%;
	height: auto;
	background-color: #e2dece;
	color: #666;
	z-index: 3;
	box-shadow: 0 5px 30px 1px rgba(0,0,0,0.6);
    -webkit-animation: fadeIn 1.0s ease 0s 1 normal;
    animation: fadeIn 1.0s ease 0s 1 normal;
	line-height: 1.0;
	justify-content: center;
	align-items: center;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#header h1 {
	width: 120px;
	height: 100%;
	vertical-align: middle;
	line-height: 0;
}
#header img {
	width: 120px;
	height: 31px;
	margin: auto 0;
}


nav {
	width: auto;
	height: auto;
	margin: 0 0 0 20px;
}

nav ul {
	display: flex;
    list-style: none;
	height: 100%;
}

nav ul li {
	font-weight: 500;
	font-size: 16px;
	margin: 0 0 0 30px;
	line-height: 1.7;
}
nav a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #666;
}
nav a::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #B53820;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.25s;
}
nav a:hover {
	transition: opacity 0.4s;
}
nav a:hover::after {
	transform: scale(1, 1);
}



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

#main {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 0;
}

.plus {
	display: block;
	box-sizing: border-box;
	background-color: #000;
	text-align: center;
	margin: 50px 0 100px 0 !important;
	padding: 30px 20px !important;
	box-shadow: 0px 0px 30px 30px #000;
	width: 100%;
}
.plus img {
	box-sizing: border-box;
	margin: 0px;
	max-width: 800px;
	width: 100%;
}

.title {
	box-sizing: border-box;
	background-color: none;
	text-align: center;
	margin: 120px 0 30px 0;
	padding: 0;
	width: 100%;
}

.title img {
	margin: 0 0 30px 0;
	max-width: 800px;
	width: 100%;
}

.merit {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 50px 0;
	background-color: #1d0002;
}
.merit p {
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin: 50px 0;
	padding: 0 15px;
	width: 100%;
}

.merit img {
	max-width: 800px;
	width: 100%;
}


.effect img {
	transition: 1.5s;
	transition-delay: 0s;
}

#QA {
	max-width: 1000px;
	width: 90%;
	background-color: #fff;
	margin: 0 auto 50px auto;
	padding: 30px 50px 5px 50px;
	border-radius: 30px;
	border: 1px #B53820 solid;
	text-align: center;
}

#QA h2 {
	font-size: 24pt;
	position: relative;
	display: inline-block;
	margin: 0 auto 50px auto;
}
#QA h2::before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 100px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #B53820;
}
	
#QA dl {
	text-align: left;
	width: 100%;
	margin: 0 0 35px 0;
	font-size: 11pt;
	line-height: 1.6;
}

.end {
	margin-bottom: 0;
}

#QA dl span {
	display: block;
	width: 100%;
	border-bottom: 1px #B53820 dashed;
	font-size: 16pt;
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
}

#QA dl dt {
	padding: 10px 0 0 25px;
	text-indent: -25px;
}
#QA dl dt::before {
	content: "Q.";
	color: #B53820;
	font-weight: 900;
	margin-right: 3px;
}
#QA dl dt label:hover {
	text-decoration: underline;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity 0.3s;
}



#QA dl dd {
	display: none;
	padding: 10px 0 0 25px;
	text-indent: -25px;
	margin-bottom: 10px;
}
#QA dl dd::before {
	content: "A.";
	color: #0060D3;
	font-weight: 900;
	margin-right: 5.5px;
}


#QA dl dd span.etc {
	display: block;
	margin-bottom: -35px;
	border-bottom: none;
}

#QA dl ul {
	list-style-type: circle;
	padding: 10px 0;
	width: 100%;
	text-indent: 0;
}

#QA dl ul li {
	margin-left: 25px;
}
#QA dl a {
	text-decoration: underline;
	color: #B53820;
}
#QA dl a:hover {
	opacity: 0.4;
	transition: opacity 0.3s;
}

.linkBtn01 {
	display: inline-block;
	padding: 20px;
	margin: 30px 0;
	max-width: 500px;
	width: 90%;
	height: auto;
	text-decoration: none;
	background-image: linear-gradient(0deg, #dc3e42 0%, #ffbfc1 100%);
	transition: 0.1s;
	border-radius: 15px;
	color: #fff;
	font-weight: 500;
	font-size: 18pt;
	box-sizing: border-box;
	box-shadow: 0px 5px 0px #8b2f32;
}
.linkBtn01:hover {
	-webkit-transform: translateY(4px);
	transform: translateY(5px);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border-bottom: none;
}


.linkBtn02 {
	display: inline-block;
	padding: 20px;
	margin: 30px 0;
	max-width: 500px;
	width: 90%;
	height: auto;
	text-decoration: none;
	background-image: linear-gradient(0deg, #ddbc24 0%, #fcf0b7 100%);
	transition: 0.1s;
	border-radius: 15px;
	color: #766317;
	font-weight: 500;
	font-size: 18pt;
	box-sizing: border-box;
	box-shadow: 0px 5px 0px #766317;
}
.linkBtn02:hover {
	-webkit-transform: translateY(4px);
	transform: translateY(5px);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	border-bottom: none;
}

#last {
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 30px 0;
}




/* -----------------------
	footer
------------------------ */

footer {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	background-color: #e2dece;
	line-height: 1.0;
}
footer small {
	font-size: 12px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1.0;
}
footer img {
	width: 100px;
	height: auto;
}
footer p {
	margin: auto 0;
	box-sizing: border-box;
	line-height: 1.0;
}



@media screen and (max-width: 860px) {
	
	/* -----------------------
		#main
	------------------------ */

	.plus {
		box-sizing: border-box;
		background-color: #000;
		text-align: center;
		margin: 50px 0 100px 0 !important;
		padding: 0;
		box-shadow: 0px 0px 30px 30px #000;
		width: 100%;
	}

	.title {
		box-sizing: border-box;
		background-color: none;
		text-align: center;
		margin: 120px 0 30px 0;
		padding: 0;
		width: 100%;
	}

	.title img {
		margin: 0 0 30px 0;
	}


	#merit p {
		margin: 10px 0;
	}
	#merit img {
		max-width: 100%;
	}

	p a {
		font-size: 16pt;
	}
	
	#QA {
	padding: 30px 25px 0px 25px;
	border-radius: 20px;
}

	#QA h2 {
		font-size: 20pt;
	}
	#QA dl span {
		font-size: 14pt;
	}


	

	/* -----------------------
		footer
	------------------------ */

	footer {
		padding: 10px 0 5px 0;
	}
	footer small {
		font-size: 10px;
	}
	footer img {
		width: 80px;
		height: auto;
	}



	/* -----------------------
		hambarg-menu
	------------------------ */

	#header {
		height: 60px;
		width: 100%;
		padding: 15px 10px 15px 15px;
		justify-content: flex-start;
	}
	#header h1 {
		width: 100px;
		height: auto;
	}

	nav {
		position: fixed;
		display: block;
		background-color: rgba(0,0,0,0.8);
		right: 0;
		top: 0;
		padding: 50px 25px;
		width: 50%;
		height: 100%;
		z-index: 30;
		transform: translateX(100%);
		transition: ease 0.4s;
	}
	nav ul {
		display: block;
		height: auto;
	}
	nav ul li {
		font-weight: 400;
		font-size: 20px;
		margin: 30px 0 0 0;
	}
	nav a {
		color: #fff;
	}
	nav a::after {
		background-color: #fff;
	}
	nav.action {
		transform: translateX(0);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.hambtn {
		position: absolute;
		display: flex;
		top: 0;
		right: 5px;
		width: 60px;
		height: 60px;
		transition: ease 0.4s;
		cursor: pointer; /* hover時のマウス種類指定 */
		align-items: flex-end;
		justify-content: center;
		z-index: 100000 !important;
	}
	.hambtn {
		position: absolute;
		display: block;
		right: 0px;
		bottom: 0px;
		padding: 0;
		margin: 0;
		line-height: 1.0;
	}
	.hambarg {
		position: absolute;
		transform: translate(-17px,-2px);
		height: 2px;
		width: 35px;
		background: #666;
		transition: ease 0.4s;
	}
	.hambarg:nth-child(1) {
		top: 19px;
		right: 0;
	}
	.hambarg:nth-child(2) {
		top: 30px;
		right: 0;
	}
	.hambarg:nth-child(3) {
		top: 41px;
		right: 0;
	}


	/* hamボタンの変化 */
	.hambtn.action .hambarg:nth-child(1) {
		top: 30px;
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		transform: translate(-50%,-50%) rotate(45deg);
		background-color: #fff;
		width: 40px;
	}
	.hambtn.action .hambarg:nth-child(2) {
		opacity: 0;
	}
	.hambtn.action .hambarg:nth-child(3) {
		top: 30px;
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		transform: translate(-50%,-50%) rotate(-45deg);
		background-color: #fff;
		width: 40px;
		}
	.hambtn.action .hamtxt {
		opacity: 0;
	}
}





@media screen and (max-width: 420px) {
	
	/* -----------------------
		#main
	------------------------ */
	
	.merit p {
		margin: 20px 0;
	}
	
	
	.plus {
		display: block;
		box-sizing: border-box;
		background-color: #000;
		text-align: center;
		margin: 0 0 30px 0 !important;
		padding: 10px 5px !important;
		box-shadow: 0px 0px 10px 10px #000;
		width: 100%;
	}
	
	.merit p {
		margin: 0;
		padding: 15px 0;
	}
	
	#QA {
		padding: 30px 12px 0 15px;
		margin-bottom: 0;
	}

	#QA h2 {
		font-size: 16pt;
	}
	#QA dl {
		font-size: 10pt;
	}
	#QA dl span {
		font-size: 13pt;
	}
	#QA dl dt {
		padding: 10px 0 0 15px;
		text-indent: -18px;
	}
	#QA dl dt::before {
		margin-right: -2px;
	}



	#QA dl dd {
		padding: 10px 0 0 15px;
		text-indent: -18px;
		margin-bottom: 10px;
	}
	#QA dl dd::before {
		margin-right: 0px;
	}


	/* -----------------------
		hambarg-menu
	------------------------ */

	#header {
		height: 50px;
		width: 100%;
		padding: 10px 10px;
	}
	#header h1 {
		width: 90px;
	}
	#header img {
		width: 90px;
		height: 23px;
	}


	nav {
		width: 80%;
	}
	nav ul li {
		font-size: 16px;
	}
	nav a::after {
		background-color: #fff;
	}
	nav.action {
		transform: translateX(0);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.hambtn {
		right: 0px;
		width: 50px;
		height: 50px;
	}

	.hambarg {
		transform: translate(-17px,-5px);
		width: 30px;
	}
	.hambarg:nth-child(1) {
		top: 18px;
	}
	.hambarg:nth-child(2) {
		top: 28px;
	}
	.hambarg:nth-child(3) {
		top: 38px;
	}


	/* hamボタンの変化 */
	.hambtn.action .hambarg:nth-child(1) {
		top: 25px;
		width: 34px;
	}
	.hambtn.action .hambarg:nth-child(3) {
		top: 25px;
		width: 34px;
	}
}








