@charset "UTF-8";

/* ***********************************************************************************************************************************************************************************************************************
 *1.PC
************************************************************************************************************************************************************************************************************************ */
.pc { display: block !important; }
.sp { display: none !important; }
	
.br-pc { display:block; }
.br-sp { display:none; }
	
.clear-fix10 {clear: left;height: 10px;}
.clear-fix20 {clear: left;height: 20px;}
.clear-fix30 {clear: left;height: 30px;}
.clear-fix40 {clear: left;height: 40px;}
.clear-fix50 {clear: left;height: 50px;}
.clear-fix60 {clear: left;height: 60px;}
.clear-fix100 {clear: left;height: 100px;}
.clear-fix120 {clear: left;height: 120px;}
.clear-fix200 {clear: left;height: 200px;}
	

/* --------------------------------------------------------------------------------------------------------フォントサイズ指定 */
.t10{font-size: 0.8vw;line-height: 1.3vw;}
.t56{font-size: 3.3vw;}

/* --------------------------------------------------------------------------------------------------------ボディ関係 */
body {
	font-size: 1.2vw;
	line-height: 2.2vw;
	letter-spacing: 0vw;
} 


/* --------------------------------------------------------------------------------------------------------フェードイン */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1000ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/* --------------------------------------------------------------------------------------------------------左右のコンテンツ*/

#menu{
	position: fixed;
	width: 35%;
	height: 100vh;
	background-color: #EFEFE4;
}
#menu .menuarea{
	width: 80%;
	height: 100vh;
	margin: 0 auto;
	padding: 5vw 0 0;
}
#menu .menuarea img{
	display: block;
	width: 40%;
	margin: 0 auto;
}
/* --------------------PCメールフォーム*/
#sub{
	position: fixed;
	right: 0;
	width: 35%;
	height: 100vh;
	background-color: #EFEFE4;
}


/* --------------------------------------------------------------------------------------------------------メインコンテンツ*/

#maincontent{
	position: absolute;
	left: 35%;
	width: 30%;
	padding: 30px 0 0;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

#main{
	display: flow-root;
	width: 90%;
	margin: 0 auto 30px;
}
#main img{
	width: 100%;
}
#main img.logo{
	display: block;
	width: 120px;
	margin: 0 auto 20px;
}
#main h1{
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}
#main a{
	text-decoration: none;
	list-style: none;
	color: #FFF;
}

.photomax{
	width: 100%;
	margin: 30px 0;
}
.photomax img{
	width: 100%
}

/* ------------------------------------------------------------コンテンツ*/
.whatarea{
	width: 85%;
	margin: 0 auto 40px;
	clear: both;
}
.whatarea h2{
	font-size: 2.2vw;
	line-height: 3.2vw;
	margin-bottom: 30px;
	text-align: left;
}
.only{
	font-weight: 400;
	color: #FFC400;
	margin-bottom: 20px;
}


/* ------------------------------------------------------------こんな方におすすめ*/
.salearea{
	width: 85%;
	margin: 0 auto 40px;
	clear: both;
}
.salearea h2{
	font-size: 26px;
	font-weight: 800;
	line-height: 3.2vw;
	margin-bottom: 20px;
	color: #FFC400;
	text-align: center;
}
.salearea ul li{
	border-bottom: 1px solid #7C7C7C;
	padding: 10px 0;
	list-style: none;
}
.salearea ul li::before {
	content: "●";
	padding-right: 5px;
	color: white;
	font-size: 26px;
}
.salearea img{
	width: 100%;
}
img.arrow{
	display: block;
	margin: 65px auto;
	width: 70px;
}

.point{
	text-align: center;
	font-size: 26px;
	line-height: 46px;
}


/* ------------------------------------------------------------強み*/

.strong{
	width: 100%;
	padding: 50px 0;
	background-color: #393229;
	margin-bottom: 50px;
}
.stronarea{
	width: 85%;
	margin: 0 auto 40px;
	clear: both;
}
.stronarea h2{
	font-size: 26px;
	font-weight: 800;
	line-height: 3.2vw;
	margin-bottom: 20px;
	color: #FFC400;
	text-align: center;
}
.stronarea h3{
	width: 100%;
	text-align: center;
	font-size: 1.6vw;
	background-color: #ED855D;
	border-radius: 30px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.stronarea img{
	width: 100%;
	margin-bottom: 10px;
}





/* ------------------------------------------------------------フッター*/
.footer{
	width: 100%;
	padding-bottom: 2vw;
	background-color: #E6E4DE;
	text-align: center;
}
.footer .footarea{
	width: 85%;
	margin: 0 auto;
	padding-top: 2vw;
	color: #000;
}
.footer .footarea a{
	text-decoration: none;
	color: #000;
}
.footer .footarea img{
	display: block;
	margin: 0 auto 30px;
}