@charset "UTF-8";

body{	
	background-image:none;
}

h1,
h2,
h3,
h3::after,
h5,
h4{
	background: none;
	border: none;
	box-shadow: none;
	font-weight: 600;
	color:#324067;
	margin: 0;
	padding: 0;
}

h3:after {
	display: none;
}

ul,p,label{margin:0; padding: 0;}
li{list-style-type: none;}

#contents{
	width:100%;
	margin:0 auto;
	text-align:left;
	min-height:inherit;
	padding-bottom: 10px;
	min-width: unset;
	color: #666666;
}

#contents {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-weight: 400;
	font-style: normal;
}

#contents .notoSans {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

#contents img {
	width: auto;
	max-width: 100%;
}

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.youtube {
    position: relative;
    width: 70%;
    padding: 39.375% 0 0 0;
    margin: 0 auto 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.textSmall {
	font-size: 80%;
}

.textColor01 {
	color:#324067!important;
} 

.textColor02 {
	color:#b0c19d!important;
	font-weight: 600;
}

.textColor03 {
	color:#b6272d!important;
}

h2.secTitle span {
	position: relative;
}

h2.secTitle span:before {
	content:"";
	position: absolute;
	width: 62px;
	height: 62px;
	background: #d7d895;
	opacity: 0.6;
	border-radius: 120px;
	z-index: -1;
}

h3.pink {
	position: relative;
	padding: 0 0 0 36px;
	color:#324067;
	font-size: clamp(18px, 1.7vw, 26px);
	line-height: 1;
	display: inline-block;
}

h3.pink:before {
	content:"";
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 100px;
	background: #f1b2a0;
	top: 38%;
	left:0;
	transform: translateY(-50%);
}

.text10 {
	font-size:10px;
	font-weight: 500;
}

.text14 {
	font-size: clamp(13px, 1vw, 14px);
	font-weight: 500;
}

.text16 {
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 500;
}

.text20 {
	font-size: clamp(15px, 1.4vw, 20px);
}

.text24 {
	font-size: clamp(17px, 1.6vw, 24px);
}

.text26 {
	font-size: clamp(18px, 1.7vw, 26px);
}

.text30 {
	font-size: clamp(18px, 2vw, 30px);
}

.text38 {
	font-size: clamp(20px, 2.5vw, 38px);
}

.mb5 {
	margin-bottom: 5px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 100px;
}

.mb120 {
	margin-bottom: 120px;
}

.textIndent {
	padding-left: 1em;
	text-indent: -1em;
}


/* ＝＝＝＝＝＝＝＝＝＝
Animation
＝＝＝＝＝＝＝＝＝＝*/
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1s;
}
 
.fadein.active {
  opacity : 1;
  transform : translate(0, 0);
}



/*＝＝＝＝＝＝＝＝＝＝
メインビジュアル
＝＝＝＝＝＝＝＝＝＝*/

.mainLogo {
	margin-bottom: 65px;
}

#mainSlider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px;
}

#mainSlider .position .mvText {
    position: absolute;
	top:45px;
	left: 45px;
	font-size: clamp(20px, 2.8vw, 44px);
	line-height: 1.4;
}

#mainSlider .position .mvIcon {
    position: absolute;
	bottom:15px;
	right: 15px;
}


#mainSlider .sp-arrow {
    width: 3px!important;
}

#mainSlider .sp-previous-arrow:before, #mainSlider .sp-previous-arrow:after, #mainSlider .sp-next-arrow:before, #mainSlider .sp-next-arrow:after {
    background-color: #324067;
}

/*＝＝＝＝＝＝＝＝＝＝
line
＝＝＝＝＝＝＝＝＝＝*/
.line {
	position: relative;
	width: 100%;
	height: 120px;
	margin-bottom: 80px;
}

.line:before {
	content:"";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left:50%;
	transform: translateX(-50%);
	background: #324067;
}

/*＝＝＝＝＝＝＝＝＝＝
sec01
＝＝＝＝＝＝＝＝＝＝*/

#sec01 {
	
}

#sec01 h2.title {
	font-size: clamp(24px, 2.4vw, 36px);
	margin-bottom: 60px;
}

#sec01 ul.flexBox {
	justify-content: center;
	align-items: flex-start;
}

#sec01 .flexBox li {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%
}

#sec01 .flexBox li img {
	margin-bottom: 20px;
}

/*＝＝＝＝＝＝＝＝＝＝
sec02
＝＝＝＝＝＝＝＝＝＝*/

#sec02 {
	
}

#sec02 h2.secTitle span:before {
	bottom:-45px;
	left:-30px;
}

#sec02 h2.secTitle img {
	width: 186px;
}

#sec02 .pointList {
	align-items: flex-start;
}

#sec02 .pointList .listChildren {
	align-content: flex-start;
	width: 48%;
}

#sec02 .pointList .listChildren h3 {
	display: flex;
	justify-content: flex-start;
	margin: 0;
	align-items: center;
	margin-bottom: 40px;
}

#sec02 .pointList .listChildren h3 span.pointImg {
	width: 80px;
	height: 68px;
}

#sec02 .pointList .listChildren h3 span img {
	width: 100%;
}

#sec02 .pointList .listChildren h3 span:last-child {
	width: calc(100% - 90px);
	margin-left: 10px;
}

#sec02 .pointList .listChildren .flexBox {
	align-items: flex-start;
}

#sec02 .pointList .listChildren .flexBox div,#sec02 .pointList .listChildren .flexBox > p {
	width: 60%;
}

#sec02 .pointList .listChildren .flexBox img {
	width: 33%;
}

#sec02 .pointList .listChildren .bgGreen {
	background: #b0c19d;
	border-radius: 5px;
	padding: 15px 18px 12px;
	color:#fff;
}

#sec02 .pointList .listChildren .bgGreen .textColor01 {
	font-weight: 600;
}

#sec02 .pointList .listChildren table {
    min-width: 100%;
    border: 1px solid #dbdbdb;
    margin: 0 0 5px;
}

#sec02 .pointList .listChildren table th {
    text-align: center;
	font-weight: 600;
	background: #dbdbdb;
	border: 1px solid #e6e6e6;
}

#sec02 .pointList .listChildren table td {
    text-align: center;
	border: 1px solid #e6e6e6;
}

#sec02 .pointList .listChildren table td sup {
    font-size: 10px;
    padding: 0 2px;
}

/*＝＝＝＝＝＝＝＝＝＝
sec03
＝＝＝＝＝＝＝＝＝＝*/

#sec03 {
    background: rgb(220 221 154 / 30%);
	padding: 120px 0;
}

#sec03 h2.secTitle span:before {
	bottom: -50px;
    right: -9px;
}

#sec03 h2.secTitle img {
	width: 233px;
}

#sec03 .flexBox {
	justify-content: space-between;
	align-items: flex-start;
}

#sec03 .flexBox.flex01 div:first-child {
	width: 66.7%;
	margin-bottom: 3.3%;
}

#sec03 .flexBox.flex01 div:last-child {
	width: 30%;
	margin-bottom: 3.3%;
}

#sec03 .flexBox.flex02 div:first-child {
	width: 30%;
}

#sec03 .flexBox.flex02 div:first-child img:first-child {
	margin-bottom: 40px;
}

#sec03 .flexBox.flex02 div:last-child {
	width: 66.7%;
}

/*＝＝＝＝＝＝＝＝＝＝
sec04
＝＝＝＝＝＝＝＝＝＝*/

#sec04 h2.secTitle span:before {
	top: -43px;
    right: -17px;
	opacity: 0.8;
}

#sec04 h2.secTitle img {
	width: 290px;
}

#sec04 .arrangement h3 {
	display: inline;
}

#sec04 .arrangement p {
	min-height: 3.6em;
}

#sec04 #simulation h2.secTitle span:before {
	top: -20px;
    left: -35px;
	opacity: 0.8;
}

#sec04 #simulation h2.secTitle img {
	width: 367px;
}

#sec04 #simulation .tabBtn {
	font-size: clamp(26px, 2.8vw, 42px);
	border-radius: 100px;
	width: 28%;
	cursor: pointer;
	transition: all 0.5s 0s ease;
}

#sec04 #simulation .tabBtn:hover {
	filter: drop-shadow(2px 4px 6px #999);
}

#sec04 #simulation .tabBtn.bgGreen {
	background: #dcdd9a;
	color:#706d16;
	border:2px solid #dcdd9a;
}

#sec04 #simulation .tabBtn.bgPink {
	background: #efb09e;
	color:#753d30;
	border:2px solid #efb09e;
}

#sec04 #simulation .tabBtn.bgOrange {
	background: #e9cda5;
	color:#7c4400;
	border:2px solid #e9cda5;
}

#sec04 #simulation .abPhoto {
	max-width: 860px;
	margin: 0 auto 80px;
}

#sec04 #simulation .arrow{
	position: relative;
	display: inline-block;
}

#sec04 #simulation .arrow::before{
	position: absolute;
	margin: auto;
	content: "";
}

#sec04 #simulation .arrow::before {
    left: 50%;
	transform: translateX(-50%);
    box-sizing: border-box;
    width: 40px;
    height: 28px;
    border: 20px solid transparent;
    border-top: 25px solid #324067;
}

#sec04 #simulation .colorList {
	max-width: 900px;
	margin: 0 auto 50px;
}

#sec04 #simulation .colorList li {
	width: 27.7%;
	margin-bottom: 50px;
}

#sec04 #simulation .colorList li .name {
    line-height: 1.2;
}

#sec04 #simulation .colorList li label {
    display: inline-flex;
    justify-content: center;
}

#sec04 #simulation .colorList li label:hover {
    background: none;
	cursor: pointer;
}

#sec04 #simulation .colorList li input[type="radio"] {
    transform: scale(1.3);
    margin: -1px 5px 0 0;
}

#sec04 #simulation .resultBtn .simulationResult {
    width: 54%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #324067;
    display: block;
    border-radius: 100px;
    padding: 30px 0;
	font-weight: 600;
	transition: all 0.5s 0s ease;
}

#sec04 #simulation .resultBtn .simulationResult:hover {
    opacity: 1;
	text-decoration: none;
	background: #324067;
	color:#fff!important;
}

#sec04 #simulation .errorText {
    color: #c52c00;
}

#sec04 #simulation .selectColor {
	font-weight: 200;
}

#sec04 #simulation form h3 {
    display: inline;
}

#sec04 #simulation .resultPhoto,#sec04 #simulation .resultPhoto02 {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

#sec04 #simulation .tabPanel {
  display: none;
}

#sec04 #simulation .tabPanel.active {
  display: block;
}


/*＝＝＝＝＝＝＝＝＝＝
sec05
＝＝＝＝＝＝＝＝＝＝*/

#sec05 {
	background: rgb(235 207 167 / 20%);
	padding: 120px 0;
}

#sec05 h2.secTitle span:before {
	top: -18px;
    right: -40px;
	opacity: 0.8;
}

#sec05 h2.secTitle img {
	width: 220px;
}

#sec05 .flexBox .w48 {
	width: 46%;
}

/*＝＝＝＝＝＝＝＝＝＝
sec06
＝＝＝＝＝＝＝＝＝＝*/
#sec06 h2.secTitle span:before {
	bottom: -53px;
    left: -22px;
	opacity: 0.8;
}

#sec06 h2.secTitle img {
	width: 273px;
}

#sec06 .imageArea {
    width: 46.6%;
    max-width: 560px;
}

#sec06 .imageArea img {
	width: 100%;
}

#sec06 .textArea {
	width: 43%;
	text-align: left;
}

#sec06 .textArea h4 {
	line-height: 1;
}

#sec06 .textArea .btnList {
	width: 100%;
	margin: 0 auto;
}

#sec06 .textArea .btnList li {
	margin: 0 auto 40px 0;
	width: 90%;
}

#sec06 .textArea .btnList a {
    background: #324067;
    display: block;
    padding: 1rem 2rem;
}

.salesText.flexBox {
	justify-content: center;
}	

.salesText.flexBox p {
	margin-left:1em;
	margin-right:1em;
}




@media screen and  (min-width: 320px) and (max-width: 767px) {
	
	#contents img {
		width: 100%;
	}	

	section p {
		margin: 0;
		font-size: 15px;
        line-height: 1.8;
	}
	
	section li {
		margin: 0;
        font-size: 15px;
	}
	
	.inner {
		width:92%;
		margin: 0 auto;
		min-width: 92%;
	}
	
	.pc {
		display: none;
	}
	
	.textSmall {
		font-size: 10px;
	}
		
	.youtube {
		width: 100%;
		padding: 56.25% 0 0 0;
		margin: 0 auto 0;
	}
	
	.mb20 {
		margin-bottom: 10px;
	}

	.mb30 {
		margin-bottom: 15px;
	}

	.mb40 {
		margin-bottom: 20px;
	}

	.mb50 {
		margin-bottom: 25px;
	}

	.mb60 {
		margin-bottom: 30px;
	}

	.mb80 {
		margin-bottom: 40px;
	}

	.mb100 {
		margin-bottom: 50px;
	}

	.mb120 {
		margin-bottom: 60px;
	}
	
	h2.secTitle span:before {
		width: 30px;
		height: 30px;
	}
	
	h3.pink {
		padding: 0 0 0 25px;
	}	

	h3.pink:before {
		width: 20px;
		height: 20px;
	}

	
	
	
/*＝＝＝＝＝＝＝＝＝＝
メインビジュアル
＝＝＝＝＝＝＝＝＝＝*/	

	.mainLogo {
		width: 50%;
		margin: 20px auto 25px;
	}
	
	.sp-image.pc {
		display: none!important;
	}
	
	.sp-image.sp {
		margin: 0!important;
	}
	
	.sp-fade-arrows {
		opacity: 1!important;
	}
	
	#mainSlider {
		margin: 0 auto 30px;
	}
	
	#mainSlider .position .mvText {
		top: 10px;
		left: 12px;
	}	

	#mainSlider .position .mvIcon {
		width: 72%;
	}
	
	.sp-button {
        width: 12px!important;
        height: 12px!important;
    }
	
/*＝＝＝＝＝＝＝＝＝＝
line
＝＝＝＝＝＝＝＝＝＝*/	
	
	.line {
		height: 70px;
		margin-bottom: 40px;
	}	
	
/*＝＝＝＝＝＝＝＝＝＝
sec01
＝＝＝＝＝＝＝＝＝＝*/	
	
	#sec01 h2.title {
		font-size: 18px;
		margin-bottom: 30px;
	}	
	
	#sec01 .flexBox li {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	#sec01 .flexBox li img {
		margin-bottom: 15px;
		width: 50%;
	}
	
	
/*＝＝＝＝＝＝＝＝＝＝
sec02
＝＝＝＝＝＝＝＝＝＝*/	
	
	#sec02 h2.secTitle img {
		width: 120px;
	}

	#sec02 h2.secTitle span:before {
		bottom: -14px;
		left: -13px;
	}	

	#sec02 .pointList .listChildren {
		width: 100%;
		margin-bottom: 50px;
	}
	
	#sec02 .pointList .listChildren:last-child {
		margin-bottom: 0;
	}
	
	#sec02 .pointList .listChildren h3 {
		margin-bottom: 10px;
	}	
	
	#sec02 .pointList .listChildren h3 span.pointImg {
		width: 55px;
		height: 55px;
	}

	#sec02 .pointList .listChildren h3 span:last-child {
		width: calc(100% - 55px);
		margin-left: 6px;
	}	

	#sec02 .pointList .listChildren table td {
		width: 50%;
	}
	
	#sec02 .pointList .listChildren .flexBox div, #sec02 .pointList .listChildren .flexBox > p {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#sec02 .pointList .listChildren .flexBox img {
		width: 50%;
		margin: 0 auto;
	}
	
	
/*＝＝＝＝＝＝＝＝＝＝
sec03
＝＝＝＝＝＝＝＝＝＝*/	
	
	#sec03 {
		padding: 60px 0;
	}	
	
	#sec03 h2.secTitle img {
		width: 152px;
	}
	
	#sec03 h2.secTitle span:before {
		bottom: -15px;
		right: 0px;
	}	

	#sec03 .flexBox.flex02 div:first-child img:first-child {
		margin-bottom: 9px;
	}
	
/*＝＝＝＝＝＝＝＝＝＝
sec04
＝＝＝＝＝＝＝＝＝＝*/	
	
	#sec04 h2.secTitle img {
		width: 189px;
	}
	
	#sec04 h2.secTitle span:before {
		top: -16px;
		right: -5px;
	}	
	
	#sec04 .img01.mb60 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#sec04 .img02 {
		margin-bottom: 40px;
	}
	
	#sec04 #simulation h2.secTitle img {
		width: 238px;
	}

	#sec04 #simulation h2.secTitle span:before {
		top: -7px;
		left: -11px;
	}	
	
	#sec04 #simulation ul.tabBtnList {
		margin-bottom: 30px;
	}
	
	#sec04 #simulation .tabBtn {
		font-size: 16px;
		width: 31%;
		padding: 5px 0;
	}
	
	#sec04 #simulation .abPhoto {
		max-width: 100%;
		margin: 0 auto 30px;
	}

	#sec04 #simulation .arrow::before {
		width: 30px;
		height: 20px;
		border: 15px solid transparent;
		border-top: 20px solid #324067;
	}	
	
	#sec04 #simulation form.living {
		margin-top: 10px;
	}
	
	#sec04 #simulation .colorList {
		align-items: flex-start;
		margin: 0 auto 20px;
	}

	#sec04 #simulation .colorList li {
		width: 49%;
		margin-bottom: 15px;
	}

	#sec04 #simulation .colorList li .name {
		font-size: 12px;
		letter-spacing: -1px;
	}
	
	#sec04 #simulation .colorList li label {
		margin-bottom: 10px;
		display: flex;
	}	
	
	#sec04 #simulation .colorList li input[type="radio"] {
		transform: scale(1);
		margin: -1px 2px 0 0;
	}
	
	#sec04 #simulation .resultBtn .simulationResult {
		width: 100%;
		border: 2px solid #324067;
		padding: 15px 0;
		font-size: 16px;
	}

	#sec04 #simulation .selectColor {
		margin-bottom: 30px;
	}	


/*＝＝＝＝＝＝＝＝＝＝
sec05
＝＝＝＝＝＝＝＝＝＝*/	
	
	#sec05 {
		padding: 60px 0;
	}	
	
	#sec05 h2.secTitle img {
		width: 143px;
	}
	
	#sec05 h2.secTitle span:before {
		top: -10px;
		right: -16px;
	}	

	#sec05 .flexBox .w48 {
		width: 100%;
	}
	
	#sec05 .flexBox .w48:first-child {
		margin-bottom: 40px;
	}
	
	#sec05 h3.pink {
        padding: 0 0 10px 25px;
    }
	
	#sec05 .spmb {
		margin-bottom: 40px;
	}
	
/*＝＝＝＝＝＝＝＝＝＝
sec06
＝＝＝＝＝＝＝＝＝＝*/	
	
	#sec06 h2.secTitle img {
		width: 178px;
	}	
	
	#sec06 h2.secTitle span:before {
		bottom: -14px;
		left: -13px;
	}	
	
	#sec06 .sp h4 {
		font-size: 24px;
	}
    
    #sec06 .imageArea {
        width: 86%;
        margin: 0 auto 40px;
    }
    
    #sec06 .textArea {
        width: 100%;
    }    
    
    #sec06 .textArea .btnList li {
        margin: 0 auto 30px;
        width: 80%;
    }    

	.salesText.flexBox {
		display: block;
	}	
	
	.salesText.flexBox p {
		margin-bottom: 10px;
	}
	
	
}


@media screen and  (min-width: 768px) {
	
	html {
	  visibility: hidden;
	}
	html.wf-active, html.wfno-load {
	  visibility: visible;
	}	
	
	section  p,section  li {
		margin: 0;
		font-size: 16px;
		line-height: 1.6;
	}
	
	.sp {
		display: none;
	}
		
	.youtube iframe {
		border-bottom: 1px solid #000;
	}	
	
	.inner {
		width: 92%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
}






#pageTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    text-decoration: none;
    z-index: 1000;
    text-align: center;
    padding: 12px;
    background: #dcdd9a;
    font-weight: bold;
    font-size: 90%;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

#pageTop a:hover {
	text-decoration: none;
}

#pageTop a img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#pageTop {
		bottom: 10px;
		right: 10px;
		padding: 10px;
		font-size: 70%;
		width: 25px;
    	height: 25px;
	}
}





