@charset "UTF-8";

/**
 * reset
 */
html,
body,
div,
main,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
	display: block;
}

/* #mv */
#mv {
	transition: opacity 1s ease-in 0.1s;
}
#mv.on {
	opacity: 1;
}
#mv img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#mv .mv_inner {
	position: relative;
	box-sizing: border-box;
	max-width: 1200px;
	height: auto;
	background-color: #fff;
	border: solid 3px rgb(254, 82, 38, 1);
	border-radius: 20px;
	margin: auto;
	overflow: hidden;
	padding: 50px 0 50px 110px;
}
#mv .mv_elems {
	position: relative;
	width: 100%;
	height: 100%;
}
#mv.skip .mv_elems {
	display: none !important;
}
#mv .mv_cloud,
#mv .mv_txt {
	position: absolute;
	opacity: 0;
}
#mv .mv_cloud img,
#mv .mv_txt img {
	max-width: 100%;
	height: auto;
}
#mv .mv_cloud0 {
	right: 60%;
	top: 13%;
	width: 678px;
}
#mv .mv_cloud1 {
	left: 18%;
	top: -31%;
	width: 700px;
}
#mv .mv_cloud2 {
	left: 62%;
	top: -26%;
	width: 735px;
}
#mv .mv_cloud3 {
	left: 70%;
	top: 38%;
	width: 617px;
}
#mv .mv_cloud4 {
	left: 40%;
	top: 2%;
	width: 642px;
}
#mv .mv_cloud5 {
	right: 57%;
	top: -31%;
	width: 635px;
}
#mv .mv_cloud6 {
	left: 27%;
	top: 45%;
	width: 700px;
}
#mv .mv_cloud7 {
	right: 53%;
	top: 50%;
	width: 625px;
}
#mv .mv_txt0 {
	left: 9%;
	top: 16%;
	width: 324px;
}
#mv .mv_txt1 {
	left: 22%;
	top: 64%;
	width: 238px;
}
#mv .mv_txt2 {
	right: 18%;
	top: 18%;
	width: 324px;
}
#mv .mv_txt3 {
	right: 14%;
	top: 61%;
	width: 246px;
}
#mv_fix {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#mv_fix.act {
	pointer-events: all;
}
#mv_fix .mv_group {
	/* position: absolute;
	top: 51%;
	left: 5.8%;
	transform: translateY(-50%); */
	/* padding-left: 110px; */
	width: 40%;
}
#mv_fix img {
	position: relative;
}
#mv_fix h1 {
	will-change: opacity, filter;
}
#mv_fix h1 > img:nth-child(n + 2) {
	margin-top: 5%;
}
#mv_fix h2 {
	width: 70%;
	margin-top: 11%;
}
#mv_fix h2 a {
	display: block;
	width: 90%;
	margin-top: 4.8%;
	transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#mv_fix h2 a:hover {
	transform: scale(1.05);
}
#mv_fix h2 a span {
	display: block;
	padding: 8% 10% 8% 26%;
	border: solid 4px #fe5226;
	border-radius: 100px;
	background: url(/ninchisyo/komarigoto-navi/assets/img/btn_icon0.png) no-repeat
		12% center / auto 55%;
}

#mv_fix h2 a span img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#mv_fix .mv_illust {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 35%;
	margin-right: 15rem;
	will-change: opacity, filter;
}

@media only screen and (max-width: 1300px) {
	#mv .mv_inner {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin: auto 100px auto auto;
	}
}
@media only screen and (max-width: 1024px) {
	#mv .mv_txt0 {
		left: 5%;
		width: calc(324px * 0.8);
	}
	#mv .mv_txt1 {
		left: 18%;
		width: calc(238px * 0.8);
	}
	#mv .mv_txt2 {
		right: 10%;
		width: calc(324px * 0.8);
	}
	#mv .mv_txt3 {
		right: 8%;
		width: calc(246px * 0.8);
	}

	#mv_fix .mv_illust {
		margin-right: 12rem;
	}
}
@media only screen and (min-width: 769px) {
	.mv_sp {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.mv_pc {
		display: none !important;
	}
	#mv .mv_inner {
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin: auto 50px auto auto;
		padding: 0;
	}
	#mv .mv_elems {
		position: relative;
		width: 100%;
		height: 100%;
	}
	#mv .mv_cloud,
	#mv .mv_txt {
		position: absolute;
		opacity: 0;
	}
	#mv .mv_cloud0 {
		right: 50%;
		top: 26%;
		width: 137%;
	}
	#mv .mv_cloud1 {
		left: -18%;
		top: -12%;
		width: 142%;
	}
	#mv .mv_cloud2 {
		left: 61%;
		top: -16%;
		width: 148%;
	}
	#mv .mv_cloud3 {
		left: 60%;
		top: 55%;
		width: 124%;
	}
	#mv .mv_cloud4 {
		left: 30%;
		top: 17%;
		width: 130%;
	}
	#mv .mv_cloud5 {
		right: 62%;
		top: -15%;
		width: 128%;
	}
	#mv .mv_cloud6 {
		left: -44%;
		top: 56%;
		width: 142%;
	}
	#mv .mv_cloud7 {
		right: 58%;
		top: 53%;
		width: 126%;
		opacity: 1;
	}
	#mv .mv_txt0 {
		left: 20%;
		top: 8%;
		width: 224px;
	}
	#mv .mv_txt1 {
		left: auto;
		right: 22%;
		top: 28%;
		width: 158px;
	}
	#mv .mv_txt2 {
		right: 25%;
		top: 62%;
		width: 223px;
	}
	#mv .mv_txt3 {
		right: auto;
		left: 18%;
		top: 79%;
		width: 165px;
	}

	#mv_fix .mv_group {
		left: 50%;
		width: 100%;
		max-width: 330px;
		padding: 42px 34px 0 34px;
		margin-inline: auto;
	}
	#mv_fix h2 {
		margin-top: 6%;
	}
	#mv_fix h2 a {
		width: 90%;
		margin: 4% auto 0;
	}
	#mv_fix h2 a:hover {
		transform: scale(1.05);
	}
	#mv_fix h2 a span {
		padding: 6% 10% 6% 26%;
		border-width: 3px;
		margin: auto;
	}
	#mv_fix h2 a span img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#mv_fix .mv_illust {
		position: relative;
		top: 0;
		transform: none;
		right: 0;
		width: 100%;
		margin-top: 8%;
		padding-right: 42px;
		max-width: 220px;
		margin-inline: auto;
	}
}
@media only screen and (max-width: 650px) {
	#mv .mv_txt0 {
		left: 15%;
	}
	#mv .mv_txt1 {
		right: 16%;
	}
	#mv .mv_txt2 {
		right: 18%;
	}
	#mv .mv_txt3 {
		left: 16%;
	}
}
@media only screen and (max-width: 540px) {
	#mv .mv_txt0 {
		left: 11%;
	}
	#mv .mv_txt1 {
		right: 12%;
	}
	#mv .mv_txt2 {
		right: 14%;
	}
	#mv .mv_txt3 {
		left: 12%;
	}
}
