@charset "UTF-8";


#special .marker-red{
	background: linear-gradient(transparent 60%, #f33d32 0%);
	display: inline;
}
#special .marker-yellow{
	background: linear-gradient(transparent 60%, #f33d32 0%); 
	display: inline;
}
#special .marker-blue{
	background: linear-gradient(transparent 60%, #f33d32 0%);
	display: inline;
}
#special .marker-purple{
	background: linear-gradient(transparent 60%, #f33d32 0%);
	display: inline;
}

#special .blue{
	color: #727da3;
}
#special .red{
	color: #f33d32;
}
#special .purple{
	color: #f33d32;
}
#special .white{
	color: #fff;
}
#special .purple1{
	color: #f33d32;
	font-weight: bold;
	font-size: 100%;
	
}	
#special .gray{
	color: #5B5B5B;
}

#special .bg-perple{
	background-color:#dfd5e0;
	padding: 5px;
	
}
#special .bg-purple{
	background-color:#9A7B9C;
	padding: 5px
	
}
#special .bg-blue{
	background-color:#6D778C;
	padding: 5px
	
}
#special .bg-bage{
	background-color:#efeeeb;
	padding: 5px
	
}
#special .bg_purple_qa{
	color: #f33d32;
}

.notes{
	text-align: left;
	font-size: 70%;
	margin: 20px;
}
.aline-left{
	text-align: left;
}
a{
	text-decoration: none;
}
h1{
	margin: 0;
}
.right{
	float: right;
}
.left{
	float: left;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;/*rem算出をしやすくするために*/
	
}
#special {
	color: #444;
	overflow: hidden;
}

.text-bold{
	font-weight: bold;
	font-size: 100%;
}

@media screen and (min-width: 600px){
	.notes{
		text-align: center;
		font-size: 70%;
		margin: 20px;
}
	#special .bg_purple_qa{
		padding: 5px;
}
}
/*-----content common
--------------------------------------------------------------------------------*/
#special section .builder{
	margin-top: 10px;
	
}
.section_ttl{
	font-size: 125%;
}

.section_mb{
	margin: 64px auto;
}

.text-pic{
	margin-bottom: 20px!important;
	width: 70%;
	margin: auto;
	
}
.only_pc{
	display: none;
}
.only_sp{
	display: block;
}
.tc-none{
		display: none;
}

.ttl{
	background: url("../img/ttl_bg.png") no-repeat center center;
	background-size: cover;
	color: #fff !important;
	padding: 20px 0;
	margin-top: 60px;
}
.messeage{
font-size: 170%;
	margin-bottom: 0 !important;
	    letter-spacing: 0.2em;
}

.messeage + p{
	margin-top: 0;
}
.text-bold{
	font-weight: bold;
	font-size: 100%;
}

@media screen and (min-width: 600px){
	.only_pc{
	display: block;
}
	.only_sp{
	display: none;
}
	

}
@media screen and (min-width: 1024px){
	.messeage{
	font-family: 'Mukta', sans-serif;
	font-size: 180%
}
	.tc-none{
		display: block;
	}
	#special .large1{
	font-size: 150%;
}	
	
}

/*-----ttl
--------------------------------------------------------------------------------*/
#special section .ttl p{
	text-align: center;
}


/* vidual-main
----------------------------------------*/
#special .vidual-main{
	position: relative;
}
#special .vidual-main h1{
	margin-top: 0;
	padding-top: 0;
	line-height: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
#special .vidual-main h1 img{
	width: 100%;
	height: auto;
	margin: 0;
}

	.lead-tit-make{
	position: relative;
	
	}


@media screen and (min-width: 1024px){
	#special .vidual-main h1{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#special .vidual-main h1 img{
		margin: 0 auto;
		width: 100%;
	}
	.lead-tit-make{
	position: relative;
	margin-top: 80px;
	}

	.lead-tit-item1{
	font-size: 120%;
	}
	.lead-tit-item2{
	font-size: 200%
	}
	.lead-tit-item3{
	font-size: 140%;
	}	
	
}
/* leard
----------------------------------------*/
#special .section_lead{
	background: #c0a4b2;
	margin-left: 40px;
	margin-top: -100px;
	position: relative;
	padding-top: 15px;
}
#special .section_lead h2{
	background: #fff;
	padding:5px 10px;
	color: #c0a4b2;
	font-size: 13px;
	margin: 0;
	font-weight: bold;

}
#special .section_lead p{
	padding: 0 10px 10px 10px;
	margin-top: 10px;
	font-size: 13px;
	color: #fff;
}

.lead-subtit{
	font-size: 110%;
	margin-top: 20px;
	margin-bottom: 5px!important;
}

.lead-tit{
	margin: 0px!important;
	background-color: #655a7c;
	font-size: 150%!important;
	color: #fff;
	white-space: nowrap;
}



.lead_text{
	text-align: left;
	padding: 0px 20px;
}

/* movie
----------------------------------------*/
#special .movie{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
 
#special .movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


@media screen and (min-width: 1024px){
	#special .movie{
	margin: 2em auto 0 auto;
	}


}

/*-----review
----------------------------------------*/
#special .builder .review-pic{
	padding-top: 40px;
}
#special .review-pic h2{
	margin: 0 !important;
}
#special section.section_review .ttl .pigment{
	width: 140px;
}
#special section.section_review .ttl .photo{
	width: 90px;
}
#special section.section_review{

}
#special section.section_review .review-list{

}
#special section.section_review .review-list .reviwe-item{
position: relative;
}

#special section.section_review .review-list .reviwe-item:after{
	content: "";
  background-color: rgba(255, 255, 255,1.0);
	width: 90%;
	height: 360px;
	display: block;
	position: absolute;
	left: 10px;
	top: 50px;
	z-index: 1;
}
#special section.section_review .review-list .reviwe-item .builder{
	position: relative;
	z-index: 2;
}
#special section.section_review .review-list .reviwe-item .photo{
	margin: auto;
}
#special section.section_review .review-list .reviwe-item h2{
	padding: 5px;
	line-height: 1.8em;
	position: absolute;
	top: -15px;
	right: 0px;
	font-size: 112%;
}
#special section.section_review .review-list .reviwe-item:nth-of-type(3) h2{
	padding: 5px;
	line-height: 1.8em;
	position: absolute;
	top: -40px;
	right: 0px;
	font-size: 112%;
}
#special section.section_review .review-list .reviwe-item h2 span{
	background: #655a7c;
	color: #fff;
	padding: 5px;
}




#special section.section_review .review-list .reviwe-item .name{
	background-color: #f3ede9;
	font-weight: bold;
	font-size: 80%;
	padding: 10px;
}
#special section.section_review .review-list .reviwe-item h3{
	color: #7f8cba;
	font-size: 110%;
}
#special section.section_review .review-list .reviwe-item article p{
	
}


.photo.review-pic{
	margin-right: 9%!important;
}
.reviwe-item{
	
}
.reviwe-item p{
	text-align: justify;
	text-justify: inter-ideograph;
}


@media screen and (min-width: 600px){
	#special section.section_review .review-list .reviwe-item h2{
	top: 80px;
	right: 20px;
	font-size: 18px;
}
	#special section.section_review .review-list .reviwe-item .photo{
		width: 86%;
		margin: auto;
	}
	.photo.review-pic{
		margin-right: 11%!important;
	}
	#special section.section_review .review-list .reviwe-item:nth-of-type(3) h2{
		top: 10px;
}
}

@media screen and (min-width: 1024px){
	#special section.section_review .ttl .pigment{
		width: 280px;
	}
	#special section.section_review .ttl .photo{
		width: 180px;
	}

	
	#special section.section_review .review-list .reviwe-item h2{
		padding: 5px;
		line-height: 1.8em;
		position: absolute;
		top: 90px;
		right: 0px;
		font-size: 18px;
	}
		#special section.section_review .review-list .reviwe-item:nth-of-type(3) h2{
		top: 80px;
	}


}
/*--list--*/
#special h1 .large{
	font-weight: normal;
	font-size: 24px;
}


#special section .list-check li{
	background-image:url("../img/icon_check_box.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
	line-height: 1.5;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
	padding-left: 35px;
	font-size: 90%;
}



/**/

.bg-white{
	background-color: #fff;
	padding: 20px;
}
.bg-brown{
	background-color: #efeae6;
}

.gentei{
    margin-bottom: 0px !important;
    font-size: 130%;
}
.namber{
	font-size: 30px!important;
}


.btn{
	font-size: 18px;
    width: 80%;

	font-weight: bold;
	padding: 5px 10px;
	background-color: #f33d32;
	border-radius: 40px;
	color: #fff;
	margin: auto;
	margin-bottom: 20px !important;
	transition: .4s;
	text-align: center;
}
.btn a{
	color: #fff!important;
}
.btn:hover{
	opacity: 0.7;
	
}

.mail_text{
	font-size: 80%;
	width: 90%;
	margin: auto
}




/*-----profile
----------------------------------------*/
#special section .profile_item{
	margin-bottom: -20px;
}
#special section .profile_item .small{
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#special section .profile_item .profile_name{
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#special section .profile_item .en{
	margin: 0;
	padding: 0;
}

/*-----entry
----------------------------------------*/
#special .entry dl{
	margin-bottom: 20px;

}
#special .entry dl dt{
	display: inline-block;
	background: #ADAAA2;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 80%;
}
#special .entry dl dd{
	margin-left: 0;
	
}



/*-----qa
----------------------------------------*/

#special section .list_qa dl{
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
#special section .list_qa dl:last-of-type{
	border-bottom: none;
}
#special section .list_qa dt,
#special section .list_qa dd{
	margin-bottom: 10px;
	margin-left: 40px;
	
}
#special section .list_qa dt:before,
#special section .list_qa dd:before{
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	align-items: center;
	margin-right: 10px;
	margin-left: -40px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Tenor Sans', sans-serif;
}
#special section .list_qa dt{
	font-weight: bold;
	color: #f33d32;
}
#special section .list_qa dt:before{
	content: "Q";
	color: #fff;
	background: #f33d32;
	border-radius: 100px;
	padding: 1px;
}
#special section .list_qa dd{
	padding-bottom: 1em;
	font-size: 90%;
}
#special section .list_qa dd:before{
	content: "A";
	color: #f33d32;
	background: #fff;
	border-radius: 100px;
	padding: 1px;
	border:1px solid #f33d32;

}
#special section .list_qa dd div{
	width: 150px;
	margin: 1em auto;
}

/* message
----------------------------------------*/
#special .bg-bage .ttl{
	background: none;
	padding: 0;
	color: #444 !important;
}
/* footer
----------------------------------------*/
#special .page-top a{
	background: url("../img/icon-top.png");
	background-repeat: no-repeat;
	width: 40px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 30px;
	display: block;
	z-index: 200;
}
#special .page-top a:hover{
	bottom: 30px;
}
#special .footernav{
	text-align: center;
	font-size: 10px;
}
#special .footernav li{
	display: inline-block;
}
#special .footernav li:first-of-type:after{
	content: " | "
}
#special .footernav li a{
	color: #222;
}
#special .copyright{
	text-align: center;
	font-size: 10px;
	margin: 10px auto 10px auto;
}
