@charset "utf-8";
/* CSS Document */

/*common*/
#dousite88 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size:14px;
	line-height:1.4em;
	position: relative;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
.d-img {
	width: 100%;
	height: auto;
	display: block;
}
input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus::-ms-input-placeholder {
	color: transparent;
}
input:focus::placeholder {
	color: transparent;
}

/*icon, btn*/
:root {
	--icon-width: 6px;
	--icon-color: black;
}
.icon-plus {
	background-color: #ccc;
	border-radius: 50%;
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	margin: 4px;
	transition: 0.3s;
}
.icon-plus:before,
.icon-plus:after {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
	width: 18px;
	height: var(--icon-width);
	background-color: var(--icon-color);
}
.icon-plus:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
a:hover .icon-plus {
	background-color: #09f;
}
a:hover .icon-plus:before,
a:hover .icon-plus:after {
	background-color: #fff;
}
.dzoombtn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.q-btn {
	display: inline-block;
	margin: 10px auto 0;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 1em;
	background-color: #ccc;
	color: #231815;
	font-weight: bold;
	border-radius: 20px;
	transition: 0.3s;
}
.q-btn:hover {
	background-color: #09f;
	color: #fff;
}

/*font*/
.f-vdl {
	font-family: vdl-megamarupop-futoline, sans-serif;
	font-weight: 400;
	font-style: normal;
	transform: rotate(0.03deg);
}

/*dhead*/
.dhead-wrap {
	padding: 20px 0;
	overflow: hidden;
}
.dhead {
	position: relative;
	margin: 0 auto;
}
.dhead-title {
	position: relative;
	z-index: 2;
}

/*qmain*/
.qmain-wrap {
	margin-bottom: 30px;
}
.qmain {
	background: url(q-pattern.png) repeat;
	background-size: 6px auto;
	padding: 30px 10px 10px;
}

.q-h2 {
	position: relative;
	background: url(q-bg-sp.png) 0 bottom no-repeat;
	background-size: 100% auto;
	height: 28.533vw;
	margin-bottom: -30px;
}
.q-h2 .d-img {
	width: 45.333vw;
	position: absolute;
	left: 22.933vw;
	bottom: 6px;
}
.q-h2 .d-img.q-h2-after {
	left: 20vw;
	bottom: 0px;
	transform: rotate(-3deg);
	opacity: 0.6;
}
.qtext-wrap {
	width: 90vw;
	margin: auto;
	background-color: #fff;
	border: 2px #231815 solid;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 10px 10px;
	position: relative;
}
.qtext-wrap:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 15px solid #FFF;
	z-index: 2;
}
.qtext-wrap:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -17px;
	border: 12px solid transparent;
	border-top: 17px solid #231815;
	z-index: 1;
}
.qtext {
	position: relative;
	padding-left: 36px;
	text-align: left;
	color: #0066ff;
	line-height: 1.8em;
	font-weight: bold;
}
.qtext:before {
	content: "Q";
	width: 30px;
	height: 30px;
	background-color: #fff;
	border: 1px #231815 solid;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: vdl-megamarupop-futoline, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #231815;
	transform: rotate(0.03deg);
}
.qcat {
	font-size: 12px;
	text-align: right;
	white-space: nowrap;
}
.q-ryunosin {
	height: 28.266vw;
	background: url(q-ryunoshin.png) 50% 50% no-repeat;
	background-size: auto 100%;
	margin-top: 25px;
}

/*qlist*/
.qlist {
	padding-bottom: 116px;
}
/*qnav*/
.qnav-wrap {
	position: sticky;
	top: 0;
	z-index: 1;
	margin-bottom: 1em;
	background-color: #fff;
}
.qnav {
	display: flex;
	flex-wrap: wrap;
}
.qnav-li {
	margin: 2.5px;
}
.qnav-btn {
	white-space: nowrap;
	display: block;
	height: 40px;
	line-height: 40px;
	color: #231815;
	font-weight: bold;
	padding: 0 0.5em;
	background-color: #fff;
	border: 1px #231815 solid;
	border-radius: 5px;
	opacity: 0.2;
	transition: 0.3s;
}
.qnav-btn.focus {
	opacity: 1;
}
.qnav-btn:hover {
	opacity: 1;
	border: 1px #0099ff solid;
	color: #0099ff;
}

/*qlink*/
.q-dousite-wrap {
	position: fixed;
	z-index: 1;
	bottom: -116px;
	width: 109px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	transition: 0.4s;
}
.q-dousite-wrap.on {
	bottom: 10px;
}
.qlink-wrap {
	width: 98vw;
	min-height: 100vh;
	margin: auto;
}
.qlink-li {
	margin: 1em;
}
.qlink-btn {
	color: #0066ff;
	display: block;
	text-align: left;
	padding-left: 1.5em;
	padding-bottom: 10px;
	position: relative;
	transition: 0.2s ease-in-out;
}
.qlink-btn:hover {
	color: #0099ff;
}
.qlink-btn:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: -55px;
	z-index: -1;
	transform: scaleX(0);
	transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transform-origin: right;
}
.qlink-btn:hover:after {
	transform-origin: left;
	animation: waving 6s linear infinite;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 2s cubic-bezier(0.175, 0.885, 0.32, 1) infinite; animation-delay:-0.25s; stroke:%23eeeeee; stroke-width:4; stroke-linecap:square; %7D @keyframes wave%7B 25%25%7B d:path('M 0 20 L 10 15 L 20 20 L 30 25 L 40 20 ');%0A%7D%0A50%25%7B%0Ad:path('M 0 20 L 10 25 L 20 20 L 30 15 L 40 20  ');%0A%7D%0A75%25%7B%0Ad:path('M 0 20 L 10 15 L 20 20 L 30 25 L 40 20 ');%0A%7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 20 L 10 25 L 20 20 L 30 15 L 40 20' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
	transform: scaleX(1);
}
@keyframes waving {
  to {
    background-position: 20px 50%, 40px 50%;
  }
}
/*.qlink-btn:visited {
	color: #663399;
}*/
.qlink-btn:before {
	content: "Q";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	font-family: vdl-megamarupop-futoline, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	transform: rotate(0.03deg);	
}

/*single*/
.a-wrap {
	background-color: #fff;
	padding: 1em;
	margin-top: 10px;
}
.atext-wrap {
	margin-bottom: 10px;
}
.atext-wrap.inline {
	margin-top: 10px;
	margin-bottom: 20px;
}
.atext {
	position: relative;
	padding-left: 50px;
	text-align: left;
	line-height: 1.8em;
}
.atext:before {
	content: "A";
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 2px #231815 solid;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	font-family: vdl-megamarupop-futoline, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #231815;
	transform: rotate(0.03deg);
}
.atext-caption {
	text-align: left;
	line-height: 1.8em;	
}
.aimg .d-zoombtn {
	display: inline-block;
	position: relative;
	overflow: visible;
	margin-top: 20px;
}
.aimg .icon-plus-wrap {
	position: absolute;
	top: -16px;
	right: -16px;
}
.astamp {
	margin-top: 20px;
}
.astamp-img {
	width: 24vw;
	margin: auto;
}
.dkoma {
	width: 100%;
	margin: 10px auto 0;
}
.dkoma .d-img {
	width: 57.333vw;
	margin: 0 auto 20px;
}

/*prevnext*/
.qlink-prevnext-wrap .qlink-li {
	margin: 40px auto 0;
}
.qlink-prevnext-btn {
	display: block;
	width: 90vw;
	margin: 20px auto;
	overflow: visible;
	background-color: #fff;
	border: 2px #231815 solid;
	box-sizing: border-box;
}
.qlink-prevnext-btn-h3 {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #231815;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin: -20px -2px 0;
}
.qlink-prevnext-btn-h3:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%); 
	border: 5px solid transparent;
	border-left: 8px solid #fff;
}
.qlink-prev .qlink-prevnext-btn-h3:after {
	top: 50%;
	right: auto;
	left: 10px;
	transform: translateY(-50%); 
	border-left: none;
	border-right: 8px solid #fff;
}
.qlink-prevnext-btn .qlink-btn {
	margin: 1em 0.5em;
}
.qlink-prevnext-btn:hover {
	border-color: #09f;
}
.qlink-prevnext-btn:hover .qlink-prevnext-btn-h3 {
	background-color: #09f;
}
.qlink-prevnext-btn .qlink-btn:after,
.qlink-prevnext-btn .qlink-btn:hover:after {
	display: none;
}
.qlink-prevnext-btn .qlink-btn:hover {
	color: initial;
}
.qlink-prevnext-btn:hover .qlink-btn {
	color: #09f;
} 
.qlink-back-btn {
	display: block;
	width: 6em;
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #231815;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	transition: 0.3s;
}
.qlink-back-btn:hover {
	color: #fff;
	background-color: #09f;
}

@media (min-width: 768px) {
	
	/*common*/
	#dousite88 {
		margin: auto;
		font-size: 16px;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
	.d-img {
		width: auto;
	}

	/*dhead*/
	.dhead-wrap {
		padding-top: 0;
	}
	.dhead {
		max-width: 1120px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 40px;
	}
	.dhead-title {
		margin-bottom: 5px;
	}

	/*qmain*/
	.qmain-wrap {
		margin-bottom: 50px;
	}
	.q-today {
		background: url(q-pattern-pc.png) 0 0 repeat;
		position: relative;
		padding: 50px;
	}
	.q-h2-wrap {
		position: absolute;
		top: -80px;
		left: 50%;
		margin-left: -560px;
	}
	.q-h2 {
		background: url(q-bg-pc.png) 50% 50% no-repeat;
		background-size: 100% auto;
		width: 468px;
		height: 288px;
		margin-bottom: -30px;
	}
	.q-h2 .d-img {
		width: 244px;
		left: 90px;
		top: 90px;
		bottom: auto;
	}
	.q-h2 .d-img.q-h2-after {
		left: 72px;
		top: 100px;
		bottom: auto;
	}
	.q-today .qmain {
		background: none;
		width: 450px;
	}
	.qmain {
		padding: 0;
	}
	#js-q-today {
		transform: translateX(450px);
		opacity:0;
		width: 1px;
	}
	#js-q-today.on {
		animation: q-todayOn 0.4s forwards;
		margin: auto;
	}
	@keyframes q-todayOn {
		0% { transform: translateX(450px); opacity: 0; width: 450px; }
		100% { transform: translateX(0px); opacity: 1; width: 450px; }
	}
	.q-wrap {
		position: relative;
	}
	.qtext-wrap {
		width: 450px;
		border: 2px #231815 solid;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 20px 20px 10px;
		font-size: 18px;
	}
	.qtext-wrap:before {
		bottom: auto;
		top: 102px;
		left: auto;
		right: -25px;
		margin-left: 0;
		border: 10px solid transparent;
		border-top: 10px solid transparent;
		border-left: 15px solid #FFF;
		z-index: 2;
	}
	.qtext-wrap:after {
		bottom: auto;
		top: 100px;
		left: auto;
		right: -29px;
		margin-left: 0;
		border: 12px solid transparent;
		border-top: 12px solid transparent;
		border-left: 17px solid #231815;
		z-index: 1;
	}
	.qtext {
		padding-left: 50px;
		font-size: 18px;
		min-height: 100px;
	}
	.qtext:before {
		width: 40px;
		height: 40px;
		font-size: 27px;
		line-height: 37px;
		box-shadow: 0 0.5px 0 #231815, 0.5px 0px 0 #231815, 0 -0.5px 0 #231815, -0.5px 0px 0 #231815;
		top: 5px;
	}
	.q-btn {
		width: 150px;
	}
	.q-ryunosin {
		width: 135px;
		height: 190px;
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 50%;
		margin-right: -380px;
		transform: scale(-1, 1);
		background: url(q-ryunoshin-pc.png) 50% 50% no-repeat;
	}
	.qlist {
		max-width: 1120px;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.qnav-wrap {
		width: 56em;
		margin: auto;
	}
	.q-dousite-wrap {
		position: sticky;
		top: 60px;
		left: 74vw;
		width: 167px;
		height: 1px;
		z-index: 2;
		margin: 20px 0 0;
		right: auto;
	}
	.q-dousite-wrap .d-img {
		width: 100%;
	}
	.qlink-wrap {
		width: 100%;
	}
	.qlink-btn {
		max-width: 33em;
		margin: auto;
	}
	.qnav {
		justify-content: center;
	}

	/*single*/
	.single .dhead {
		margin-bottom: 0;
	}
	.single .qmain-wrap {
		width: 698px;
		margin: 0 auto 30px;
	}
	.single .qmain {
		background: url(q-pattern-pc.png) 0 0 repeat;
		padding: 50px 4px 4px;
	}
	#anime-qmain {
		transform: translateX(-698px);
		animation: qmainOn 0.4s forwards;
	}
	@keyframes qmainOn {
		0% { transform: translateX(-698px); opacity:0; }
		100% { transform: translateX(0px); opacity:1; }
	}
	.single .q-wrap {
		margin: 0 auto 50px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: row-reverse;
	}
	.single .qtext-wrap {
		width: 380px;
		margin: 0 20px;
	}
	.single .qtext-wrap:before {
		left: -25px;
		right: auto;
		border: 10px solid transparent;
		border-top: 10px solid transparent;
		border-left: 10px solid transparent;
		border-right: 15px solid #FFF;
	}
	.single .qtext-wrap:after {
		left: -29px;
		right: auto;
		border: 12px solid transparent;
		border-top: 12px solid transparent;
		border-left: 12px solid transparent;
		border-right: 17px solid #231815;
	}
	.single .q-ryunosin {
		position: relative;
		top: auto;
		right: auto;
		margin-right: 0;
		transform: scale(1, 1);
	}
	.a-wrap {
		padding: 20px 24px;
	}
	.atext-wrap.inline {
		margin-left: -140px;
	}
	.atext {
		padding-left: 80px;
		font-size: 18px;
		width: 28em;
	}
	.atext:before {
		width: 60px;
		height: 60px;
		border: 2px #231815 solid;
		font-size: 40px;
		line-height: 50px;
		box-shadow: none;
	}
	.aimg-wrap {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}
	.aimg {
		width: 370px;
	}
	.aimg .d-img {
		width: auto;
		max-width: 370px;
		margin: auto;
	}
	.astamp {
		width: 130px;
		position: sticky;
		top: 20px;
	}
	.astamp-img {
		width: 110px;
		margin-right: 0;
	}

	.dkoma {
		width: 100%;
		height: 230px;
		margin: 0 auto;
		position: relative;
	}
	.dkoma .d-img {
		width: auto;
		margin: 0 auto;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.dkoma:after {
		content: "";
		display: block;
		width: 100%;
		height: 4px;
		position: absolute;
		bottom: -4px;
		background: url(q-pattern-pc.png) 0 0 repeat;
	}
	.single .qlink-prevnext {
		max-width: 1120px;
		width: 100%;
		margin: 0 auto;
		position: fixed;
		bottom: -328px;
		left: 0;
		right: 0;
		z-index: 1;
		transition: 0.3s;
	}
	.single .qlink-prevnext.on {
		bottom: 0;
	}
	.single .qlink-prevnext-btn {
		width: auto;
		margin-bottom: 0;
		border-width: 2px;
		border-bottom: none;
	}
	.qlink-prevnext-wrap {
		position: relative;
	}
	.single .qlink {
		width: 220px;
		position: absolute;
		bottom: 0;
	}
	.single .qlink.qlink-next {
		right: 0;
	}
	.single .qlink.qlink-prev {
		left: 0;
	}
	.qlink-prevnext-btn:hover {}
	.qlink-prevnext-btn-h3 {
		font-size: 14px;
		margin: -20px -2px 0;
		transition: 0.3s;
	}
	.qlink-prevnext-btn .qlink-btn {
		margin: 1em 1em 0;
		padding-bottom: 1em;
	}
	.single .qlink-back {
		margin: 0 auto 0;
		padding-top: 20px;
	}

}