/* CSS Document */

/* content */
body, ul, li, a, img, div, p, input, textarea, span {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    vertical-align: top;
    outline: none;
    border: none;
	box-sizing: border-box;
	-webkit-appearance:none;
}
body {
	text-align: center;
overflow-x: hidden;
	width: 100vw;
}
#container {
	width: 100%!important;
}
#intro {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
    background-color: #fff;
	animation: intro 2s both;
    -webkit-animation: intro 2s both;
	opacity: 1;
	pointer-events: none;
}
@keyframes intro {
    0% {opacity: 1;}
	90% {opacity:1;}
	100% {opacity:0;}
 }
@-webkit-keyframes intro {
    0% {opacity: 1;}
	90% {opacity:1;}
	100% {opacity:0;}
}
#intro img {
	width: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	animation: show 2s both;
    -webkit-animation: show 2s both;
	opacity: 1;
}
@keyframes show {
    0% {opacity: 1;}
	75% {opacity:1;}
	80% {opacity:0;}
    82% {opacity:1;}
	84% {opacity:0;}
	86% {opacity:1;}
	88% {opacity:0;}
	90% {opacity:1;}
	100% {opacity:0;}
 }
@-webkit-keyframes show {
	0% {opacity: 1;}
    75% {opacity:1;}
	80% {opacity:0;}
    82% {opacity:1;}
	84% {opacity:0;}
	86% {opacity:1;}
	88% {opacity:0;}
	90% {opacity:1;}
	100% {opacity:0;}
}
#main {
	position: relative;
	width: 100vw;
	background-size: cover;
	background-position: center;
}
#main img {
	width: 80%;
	max-width: 880px;
	position: absolute;
	top: 0;
	left: -100%;
	right: 0;
	bottom: 0;
	margin: auto;
	animation: main 3s both;
    -webkit-animation: main 3s both;
	opacity: 0;
}
#main img.imadake {
    transform: rotate(8deg);
}
@keyframes main {
	66% {opacity:0;left: -100%;}
	100% {opacity:1;left: 0;}
 }
@-webkit-keyframes main {
	66% {opacity:0;left: -100%;}
	100% {opacity:1;left: 0;}
}
#content {
	padding-bottom: 80px;
	overflow-x: hidden;
	width: 100vw;
}
#content div {
    width: 80%;
    max-width: 880px;
    margin: auto;
}
#content h2 {
	width: 80%;
	max-width: 700px;
	margin: auto;
	line-height: 1;
	padding: 100px 0 30px;
	margin-block-start: 0;
	margin-block-end: 0;
}
#content h2 img {
	-webkit-transition: 1s ease;
-moz-transition: 1s ease;
-o-transition: 1s ease;
transition: 1s;
	opacity: 0;
	margin: 0 300px 0 -300px;
}
#content h2.active img {
	opacity: 1;
	margin: 0;
}
.question {
    background-color: #eee;
}
.list {
	display: flex;
	flex-flow: row wrap;
	margin: 10px auto;
	width: 80%;
	max-width: 880px;
}
.list li {
	width: 23.5%;
	margin-right: 2%;
	padding-top: 100px;
	-webkit-transition: 1s ease;
-moz-transition: 1s ease;
-o-transition: 1s ease;
transition: 1s;
	opacity: 0;
}
.list-02 li {
	width: 31.1%;
}
.list.active li {
		padding-top: 0;
	opacity: 1;
	}
.list.active li:nth-of-type(2) {
webkit-transition-delay: 0.5s liner;
-moz-transition-delay: 0.5s liner;
-o-transition-delay: 0.5s liner;
transition-delay: 0.5s;
	}
.list.active li:nth-of-type(3) {
webkit-transition-delay: 1s liner;
-moz-transition-delay: 1s liner;
-o-transition-delay: 1s liner;
transition-delay: 1s;
	}
.list li:nth-of-type(4) {
	margin-right: 0;
	webkit-transition-delay: 1.5s liner;
-moz-transition-delay: 1.5s liner;
-o-transition-delay: 1.5s liner;
transition-delay: 1.5s;
}
.list li img {
    width: 100%;
    height: auto;
}
#message {
    background-color: rgba(255,204,204,0.2);
    position: relative;
}
#message img {
	width: 80%;
    max-width: 600px;
    margin: auto;
    display: block;
}
#message img.imadake {
    transform: rotate(-8deg);
}
#button {
	margin: auto;
}
#contact {
	margin: auto;
	width: 60%;
	max-width: 300px;
	margin-bottom: 100px;
}
.pc {
		display: block;
	}
.sp {
		display: none!important;
	}
@media screen and (min-width: 601px) {
	#main {
	background-image: url(img/back.jpg);
}
#button {
	width: 300px;
	margin: auto;
}
#button li {
	padding: 100px 0;
}
	#message img.imadake {
    left: 0;
    right: 700px;
	position: absolute;
}
	img.imadake {
    width: 150px!important;
    height: 150px!important;
}
	#main img.imadake {
    margin-left: 1050px;
    top: -310px;
}
	#message {
    padding: 100px 0;
}
}
@media screen and (max-width: 600px) {
	#intro img {
		width: 90%;
	}
	#main {
	background-image: url(img/backs.jpg);
		margin-left: -20px;
}
	#massage {
	background-size: 120%;
	background-position: bottom center;
}
	#massage img {
	width: 90%;
}
	#content h2 {
	padding-top: 80px;
		padding-bottom: 30px;
}
	.list li {
	width: 49%;
		margin-bottom: 10px;
}
	.list-02 li:nth-child(3) {
		margin-left: 25%;

}
	.list li:nth-of-type(2n) {
	margin-right: 0;
}
	#button {
	width: 70%;
	margin: auto;
		padding: 80px 0;
}
#button li {
	padding: 10px 0;
}
	#main img.imadake {
    width: 80px!important;
    height: 80px!important;
	margin-left: 70%;
    position: relative;
    margin-top: 10px;
}
	#message {
    padding: 50px 0;
}
	#message img.imadake {
    width: 150px!important;
    height: 150px!important;
	margin-bottom: 30px;
}
	.sp {
		display: block!important;
	}
	.pc {
		display: none!important;
	}
	.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
	position: relative!important;
}
}
.fade {
-webkit-transition: 1s ease;
-moz-transition: 1s ease;
-o-transition: 1s ease;
transition: 1s;
opacity: 0;
}
.fade.active {
	opacity: 1;
}
.section-title {
	position: relative;
	border-bottom: 3px solid #ff9999;
	margin-bottom: 4em !important;
	width: 700px !important;
}
.section-title:before,
.section-title:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-title:before {
    border: solid 13px transparent;
    border-top: solid 13px #ff9999;
}
.section-title:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.section-title h2 {
	font-size: 3em;
    text-align: center;
    letter-spacing: .2em;
    position: relative;
    width: 100% !important;
}
.section-title h2 span {
	font-size: .5em;
	display: block;
	margin-bottom: 1em;
	letter-spacing: .1em;
	line-height: 1.5;
}
.section-title h2:before {
	content: url(./img/ico-02.svg);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 80px;
}
.section-title h2:after {
	content: url(./img/ico-01.svg);
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 80px;
}
.section-title-02 h2:before {
	content: url(./img/ico-03.svg);
	top: 10%;
}
.section-title-02 h2:after {
	content: url(./img/ico-04.svg);
	top: 10%;
}
.section-title-02 h2 {
	padding-top: 0 !important;
}
.section-title-02 p {
	text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 5em 0 .8em;
}

@media screen and (max-width: 700px) {
	.section-title {
		width: 90% !important;
	}
	.section-title h2 {
		font-size: 1.5em;
		letter-spacing: .1em;
	}
	.section-title h2 span {
		font-size: .7em;
		line-height: 1.5;
	}
	.section-title-02 p {
		font-size: 1em;
	}
	.section-title h2:before {
		width: 2.5em;
	}
	.section-title h2:after {
		width: 2.5em;
	}
}