@charset "UTF-8";


body {	font-size: 3vw;
	line-height: 5vw;
} 

.nav img{
	width: 15vw;
	position: fixed;
    top: 1vw;
    left: 8vw;
    z-index: 999999;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

/* ***********************************************************************************************************************************************************************************************************************
 *2.タブレット
************************************************************************************************************************************************************************************************************************ */
.pc { display: none !important; }
.sp { display: block !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: 25px;}
.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: 100px;}
	

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


/* --------------------------------------------------------------------------------------------------------フェードイン */
.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);
    }




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

#maincontent{
	position: absolute;
	width: 100%;
	padding: 30px 0 0;
	margin: 0 auto;
}

#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: 26px;
	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;
	margin-bottom: 20px;
	color: #FFC400;
	text-align: center;
}
.stronarea h3{
	width: 100%;
	text-align: center;
	font-size: 18px;
	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;
	padding-bottom: 80px;
}
.footer .footarea{
	width: 85%;
	margin: 0 auto;
	padding-top: 10vw;
	color:  #000;
}
.footer .footarea a{
	text-decoration: none;
	color: #000;
}
.footer .footarea img{
	display: block;
	margin: 0 auto 20px;
}

/* ------------------------------------------------------------フッター常時表示*/
#footer-fixed{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px; 
	z-index: 5;
}
#footer-fixed ul{
	width: 95%;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
}
#footer-fixed ul li{
	margin: 0 1%;
	list-style: none;
	text-align: center;
}
#footer-fixed ul li img{
	width: 100%;
	box-shadow: 0 5px 8px rgba(0,0,0,0.2);
	border-radius: 50px;
}
.button{
  position: fixed;
  right: 0;
  bottom: 0;
  font-size: 50px;
  cursor: pointer;
  transition: .8s;
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}