


.section01{
	height:100vh;
}
.sec01-box{
	width:100%;
	height:100%;
	display: flex;
}
.sec01-boxin01{
	width:20%;
	height:100%;
	position: relative;
}
.sec01-mojibox{
	height:100%;
	background-color:white;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec01-mojibox img{
	height:80%;
	
}
.sec01-boxin02{
	width:80%;
	height:100%;
	background-image: url("../img/man-top-pc.jpg");
	background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
.sec01-boxin01{
	width:auto;
	left:5%;
	position: absolute;
}
.sec01-mojibox{
	background-color:transparent;
}
.sec01-boxin02{
	width:100%;
	background-image: url("../img/man-top-sp.jpg");
}
}


.obi{
	width:100%;
	position: relative;
	overflow: hidden;
}
.obi img{
	width:100%;
}


.section02{
	height:100vh;
	background-color:white;
}
.sec02-box{
	height:100%;
	display: flex;
	position: relative;
	z-index: 1;
}
.sec02-in02{
	width:70%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;align-items: center; margin:0 auto;
}
.ue{
	height:60%;
}
.ue img{
	height:100%;
}
.sita{
	font-size:1em;
	line-height:1.5;
	padding-top:5%;
}
.sec02-L{
}
.sec02-L img{
	height:auto;
	width:15%;
	position: absolute;
	bottom:2.5%;
	left:2.5%;
	z-index: -1;
}
.sec02-R{
}
.sec02-R img{
	height:auto;
	width:20%;
	position: absolute;
	top:2.5%;
	right:2.5%;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	
.ue{
	height:50%;
}
	
}






.section03{
	height:100vh;
}
.sec03-box{
	height:100%;
	width:100%;
	display: flex;
	position: relative;
}
.sec03-in01{
	width:75%;
	background-image:url("../img/man-sec03-bg-refa.jpg");
	background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.sec03-in02{
	width:25%;
	background-color:#151138;
}
.sec03-moji{
	max-width:100%;
	position: absolute;
	right:10%;
	bottom:50%;
    transform: translate(0, 50%);
}
.sec03-moji img{
}

@media screen and (max-width: 768px) {
.sec03-box{
	flex-direction: column;
}
.sec03-in01{
	width:100%;
	height:70%;
}
.sec03-in02{
	width:100%;
	height:30%;
	background-color:#151138;
}
.sec03-moji{
	max-width:80%;
	bottom:10%;
    transform: translate(0, 0);
}
.sec03-moji img{
	width:100%;
}
}






.section04{
	height:100vh;
}
.sec04-box{
	height:100%;
	width:100%;
	display: flex;
	position: relative;
}
.sec04-in01{
	width:75%;
	background-image:url("../img/man-sec04-bg-roku.jpg");
	background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.sec04-in02{
	width:25%;
	background-color:#151138;
}
.sec04-moji{
	max-width:100%;
	position: absolute;
	left:5%;
	bottom:50%;
    transform: translate(0, 50%);
}
.sec04-moji img{
}

@media screen and (max-width: 768px) {
.sec04-box{
	flex-direction: column-reverse;
}
.sec04-in01{
	width:100%;
	height:70%;
}
.sec04-in02{
	width:100%;
	height:30%;
	background-color:#151138;
}
.sec04-moji{
	max-width:80%;
	bottom:10%;
    transform: translate(0, 0);
}
.sec04-moji img{
	width:100%;
}
}













.section05{
	height:100vh;
}
.sec05-box{
	height:100%;
	width:100%;
	display: flex;
	position: relative;
}
.sec05-in01{
	width:75%;
	background-image:url("../img/man-sec05-bg-face.jpg");
	background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.sec05-in02{
	width:25%;
	background-color:#151138;
}
.sec05-moji{
	max-width:100%;
	position: absolute;
	right:10%;
	bottom:50%;
    transform: translate(0, 50%);
}
.sec05-moji img{
}

@media screen and (max-width: 768px) {
.sec05-box{
	flex-direction: column;
}
.sec05-in01{
	width:100%;
	height:70%;
}
.sec05-in02{
	width:100%;
	height:30%;
	background-color:#151138;
}
.sec05-moji{
	max-width:80%;
	bottom:10%;
    transform: translate(0, 0);
}
.sec05-moji img{
	width:100%;
}
}




.section06{
	height:100vh;
}
.sec06-box{
	height:100%;
	width:100%;
	display: flex;
	position: relative;
}
.sec06-in01{
	width:75%;
	background-image:url("../img/man-sec05-bg-yu.jpg");
	background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.sec06-in02{
	width:25%;
	background-color:#151138;
}
.sec06-moji{
	max-width:100%;
	position: absolute;
	left:5%;
	bottom:50%;
    transform: translate(0, 50%);
}
.sec06-moji img{
}

@media screen and (max-width: 768px) {
.sec06-box{
	flex-direction: column-reverse;
}
.sec06-in01{
	width:100%;
	height:70%;
}
.sec06-in02{
	width:100%;
	height:30%;
	background-color:#151138;
}
.sec06-moji{
	max-width:80%;
	bottom:10%;
    transform: translate(0, 0);
}
.sec06-moji img{
	width:100%;
}
}



	





.section07{
	width:100%;
	background-color: #fff;
	position: relative;
}

.sec-07-ttl{
	max-width:90%;
	display: flex;
	justify-content: center;
	margin:0 auto;
	padding:7.5% 0;
}

.sec-07-ttl img{
	max-width:100%;
}
.plan-all-box{
	position: relative;
	z-index: 1;
}

.plan-box{
	width:80%;
	margin:1% auto 0 auto;
	background-image: url('../img/man-plan-bg04.jpg');
	background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
	padding:1%;
}
.plan-contents {
	width: 100%;
	display: flex;justify-content: space-between;
	border: 2px solid #803c20;
	padding:1%;
}
.plan-item01{
	width:33%;
	display: flex;
	align-items: center;
}

.plan-item01 img{
	width:100%;
}
.plan-item02{
	padding:0 1%;
	width:33%;display: flex;flex-direction: column;justify-content: center;
}
.plan-item03{
	width:25%;display: flex;flex-direction: column;justify-content: flex-end;
}

.btn-plan{
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
	background-color: #803c20;
}
.btn-plan a{color: #fff;
}
.btn-plan:hover{
	opacity: 0.6;
	transition: 0.6s;
}

.plan-text01{
	font-size:1.6em;
	line-height: 1.5em;
	color: #803c20;
	border-bottom: 1px dotted #803c20;
}

.plan-text02{
	font-size:1em;
	line-height: 1.5em;
	padding-top:1%;
}
.plan-text03{
	font-size:0.9em;
	line-height: 1em;
}
.plan-text04{
	font-size:2.2em;
	line-height: 1.6em;
	padding-left:30%;
	padding-top:1%;
	padding-bottom:5%;
}

@media screen and (max-width: 1048px) {
	
	
.plan-box{
	width:90%;
	padding:2%;
}
	
	
	
.plan-contents {
	display: flex;flex-direction: column;
	padding:2%;
}

.plan-item01{
	width:100%;
}

.plan-item02{
	padding:5% 0 0 0;
	width:100%;
}
.plan-item03{
	padding:5% 0 0 0;
	width:100%;
}
	
.plan-text01{
	font-size:1.25em;
}	

.plan-text02{
	font-size:0.9em;
}		
}






.section08{
	background-color: #fff;
	padding:10% 0;
}
.insta-box{
	width: 100%;
	display: flex;justify-content: flex-end;
}
.insta-box:hover{
	opacity: 0.6;
	transition: 0.6s;
}
.insta-CNT01{
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 2.5% 0 0;
}
.insta-CNT02{
	width: 70%;
	background-image: url("../img/man-insta-bg.png");
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
	display: flex;
	padding:2.5% 2.5% 2.5% 2.5%;
	gap:0 2.5%;
}
.insta-CNT02 img{
}
	
@media screen and (max-width: 1048px) {

.insta-box{
	flex-direction: column;
}

.insta-CNT01{
	width: 30%;
	margin:0 auto;
	padding:0 0 5% 0;
}	
	

.insta-CNT02{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding:2.5% 2.5% 2.5% 2.5%;
	gap:15px 2.5%;
}

.insta-CNT02 img{
	width:48%;
}	
}




.section09{
	background-color: #011722;
	padding:5% 0;
}
.yoyaku-box{display: flex;
	justify-content: center;
	text-align: center;
}
.yoyaku-box img{
	width:100%;
}
.yoyaku-box a:hover{
	opacity: 0.6;
	transition: 0.6s;
}


@media screen and (max-width: 1048px) {
.section09{
	padding:10% 0;
}
.yoyaku-box img{
	width:80%;
}
}

