@charset "UTF-8";

body{	
	background-image:none;
}

h1,
h2,
h3,
h3::after,
h5,
h4{
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

ul{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: #757561;
}

#contents .textYellow{
	color: #fffbda;
}

#contents {
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-style: normal;
}

#contents .anton {
	font-family: "Anton", sans-serif;
  	font-weight: 400;
}

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

section p,section li {
	font-size: clamp(16px, 1.8vw, 18px);
	padding: 0;
    margin: 0;
}

section .titleWrap {
	margin-bottom: 100px;
}

section h2.title {
	padding: 0;
    margin-bottom: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}

section h2.title span {
	position: relative;
}

section h2.title .dot:before,section h2.title .dot:after {
	content:"";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #757561;
	top: calc(50% + 4px);
	transform: translateY(-50%);
	border-radius: 10px;
}

section h2.title .dot:before {
	left: -50px;
}

section h2.title .dot:after {
	right: -50px;
}

section h2.title span.size38 {
	background: #757561;
	padding: 0px 100px 8px;
	color:#fffbda;
	font-weight: 500;
	border-radius: 50px;
	z-index: 2;
	line-height: 2;
	letter-spacing: 5px;
	margin-left: 5px;
	box-sizing: border-box;
}

section h2.title .size38:before {
	content:"";
	position: absolute;
	width: calc(100% + 100px);
	height: 2px;
	background: #757561;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

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

.youtube {
    position: relative;
    width: 80%;
    padding: 45% 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%;
}

.bgGreen {
	background: rgb(117 117 97 / 75%);
}

.bgYellow {
	background: rgb(255 251 218 / 75%);
}



.size12 {
	font-size: 12px;
}

.size14 {
	font-size: 14px;
}

.size16 {
	font-size: clamp(14px, 1.6vw, 16px);
}

.size19 {
	font-size: clamp(16px, 1.8vw, 19px);
}

.size20 {
	font-size: clamp(16px, 2vw, 20px);
}

.size22 {
	font-size: clamp(18px, 2.2vw, 22px);
}

.size24 {
	font-size: clamp(18px, 2.4vw, 24px);
}

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

.size28 {
	font-size: clamp(18px, 2.8vw, 28px);
}

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

.size38 {
	font-size: clamp(18px, 3vw, 38px);
}

.size40 {
	font-size: clamp(20px, 3.8vw, 40px);
}



/*＝＝＝＝＝＝
#mainVisual
＝＝＝＝＝＝＝*/

#mainVisual {
	background: url("../image/main_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 60px 0;
	margin-bottom: 150px;
}

#mainVisual .photo {
	text-align: center;
}

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

#sec01 {
	margin-bottom: 150px;
}

#sec01 h3 {
	margin-bottom: 80px;
}

#sec01 li {
	width: 46%;
	max-width: 554px;
}

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

#sec02 {
	background: url("../image/sec02_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 120px 0;
}

#sec02 .bgGreen,#sec02 .bgYellow {
    width: 50%;
    padding: 50px;
	box-sizing: border-box;
}

#sec02 .flexBox .detailBox:nth-child(2n) {
	margin-bottom: -380px;
}

#sec02 .flexBox .anton {
    font-size: clamp(40px, 4vw, 70px);
	letter-spacing: 6px;
	margin-right: 20px;
	line-height: 1;
}

#sec02 .flexBox h3 {
    margin-bottom: 30px;
	letter-spacing: 3px;
	margin-right: -3px;
}

#sec02 .flexBox h3 {
    margin-bottom: 15px;
}

#sec02 .flexBox .text {
    margin-bottom: 25px;
	line-height: 1.8;
}

#sec02 .flexBox .photo {
	
}


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

#sec03 {
	padding: 120px 0;
}

#sec03 p {
	line-height: 2.4;
	margin-bottom: 100px;
	letter-spacing: 2px;
}

#sec03 .text01 {
	margin-bottom: 40px;
}


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

#sec04 {
	background: url("../image/sec04_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 120px 0;
}

#sec04 .flexBox {
	align-items: flex-start;
}

#sec04 .flexBox.box02 {
    margin-top: -35px;
}

#sec04 .photo {
	background: #fff;
	padding: 14px;
	box-shadow: 5px 5px 12px rgb(0 0 0 / 40%);
	position: relative;
	box-sizing: border-box;
}

#sec04 .before .photo:before {
	content:"";
	position: absolute;
	width: 39%;
	max-width: 206px;
	height:130px;
	background: url("../image/before.svg") no-repeat 0 0;
	background-size: 100%;
	top:-18px;
	left:25px;;
}

#sec04 .after .photo:before {
	content:"";
	position: absolute;
	width: 38%;
	max-width: 280px;
	height:175px;
	background: url("../image/after.svg") no-repeat 0 0;
	background-size: 100%;
	top:-30px;
	left:50px;;
}

#sec04 .before {
	width: 41.5%;
	max-width: 498px;
}

#sec04 .after {
	width: 60.4%;
	max-width: 725px;
	margin-left: -23px;
	margin-top: 220px;
}

/*＝＝＝＝＝＝
#sec05（動画）
＝＝＝＝＝＝＝*/

#sec05 {
	background: url("../image/sec05_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 120px 0;
}


/*＝＝＝＝＝＝
#sec06
＝＝＝＝＝＝＝*/

#sec06 {
	padding: 120px 0;
}

#sec06 h4 {
    background: #757561;
    padding: 0px 20px 2px;
    display: inline-block;
    border-radius: 6px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    line-height: 50px;
}

#sec06 .flex01 {
	justify-content: flex-start;
	margin-bottom: 70px;
}

#sec06 .flex01 .photoArea {
	margin-right: 50px;
	width: 48%;
    max-width: 500px;
}

#sec06 .flex01 .textArea {
	width: calc(100% - 48% - 50px);
    max-width: 550px;
}

#sec06 .flex01 .textArea .size40 {
	margin-bottom: 30px;
	font-weight: 800;
	letter-spacing: 1px;
}

#sec06 .text {
	line-height: 1.8;
	letter-spacing: 1px;
}

#sec06 .text.mb50 {
	margin-bottom: 50px;
}

#sec06 .mb80 {
	margin-bottom: 80px;
}

#sec06 .mb30 {
	margin-bottom: 30px;
}

#sec06 .flex02 {
	justify-content: center;
	margin-bottom: 80px;
}

#sec06 .flex02 li {
	margin: 0 20px;
	width: 28%;
	max-width:360px;
}

#sec06 h5 {
	margin-bottom: 20px;
	font-weight: 800;
}

#sec06 ul.text01 li {
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

#sec06 ul.text li {
	line-height: 1.8;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 1px;
}

#sec06 .flex03 {
	justify-content: space-between;
	align-items: flex-start;
}

#sec06 .flex03 .leftArea {
	width: 50%;
	margin-right: 50px;
}

#sec06 .flex03 .rightArea {
	width: calc(50% - 75px);
}

#sec06 .size19 {
	letter-spacing: 1px;
	line-height: 1.8;
}

#sec06 .textBold {
	font-weight: 800;
}


/*＝＝＝＝＝＝
#sec07
＝＝＝＝＝＝＝*/

#sec07 {
	background: url("../image/sec07_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 120px 0;
}

#sec07 .colorList {
	margin-bottom: 75px;
}

#sec07 .colorList li {
	margin-bottom: 45px;
	width: 32.5%;
    max-width: 392px;
}

#sec07 .colorList li img {
	margin-bottom: 15px;
}

#sec07 .colorList li p {
	font-weight: 500;
}

#sec07 .text {
	margin-bottom: 120px;
}

#sec07 .product {
}

#sec07 .product .imageArea {
	width: 46%;
	max-width: 550px;
	margin-right: 100px;
}

#sec07 .product .textArea {
	width: calc(100% - 46% - 100px);
	max-width: 550px;
}

#sec07 .product .textArea h5 {
	margin-bottom: 30px;
}

#sec07 .product .textArea .text {
	margin-bottom: 40px;
}

#sec07 .product .textArea .btnList li {
    width: 47%;
}

#sec07 .product .textArea .btnList a {
	display: block;
	background: #757561;
	padding: 1rem 2rem;
}


/*＝＝＝＝＝＝
#sec08
＝＝＝＝＝＝＝*/

#sec08 {
	background: url("../image/sec08_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	padding: 120px 0;
}

#sec08 h2 {
	margin-bottom: 50px;
}

#sec08 h2 span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
}
       
#sec08 h2 span:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #757561;
    border-radius: 6px;
    transform: rotate(-25deg);
}
       
#sec08 h2 span:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #757561;
    border-radius: 6px;
    transform: rotate(25deg);
}

#sec08 .text {
	font-weight: 500;
	margin-bottom: 70px;
}

#sec08 .calcBox01 .imageArea {
	max-width: 610px;
	margin: 0 auto 60px;
}

#sec08 .calcBox01 .imageArea h3 {
	margin-bottom: 35px;
}

#sec08 .calcBox01 .imageArea h3 span {
	padding: 10px 20px 15px;
	background: #757561;
	color:#fffbda;
	letter-spacing: 1px;
}

#sec08 .calcBox01 p {
	font-weight: 600;
	line-height: 3.2;
	margin-bottom: 30px;
}

input[type=text] {
    width: 8rem;
    margin: 0 10px;
    border: 1px solid #808080;
    font-size: 18px;
    line-height: 2;
}

#sec08 .calcBox01 input.textColor {
    color: #fff;
}

input[type="text"]:disabled {
    background: #7f7f7f;
    color: #fff;
}


@media screen and  (min-width: 320px) and (max-width: 768px) {
	
	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;
	}
	
	section .titleWrap {
		margin-bottom: 50px;
	}	
	
	section h2.title span.size38 {
        padding: 2px 1.2em 6px;
        letter-spacing: 0.5px;
    }
	
	section h2.title .size38:before {
		width: calc(100% + 50px);
	}	
	
	section h2.title .dot:before, section h2.title .dot:after {
		top: calc(50% + 2px);
	}	

	section h2.title .dot:before {
		left: -30px;
	}

	section h2.title .dot:after {
		right: -30px;
	}

	#mainVisual {
		padding: 25px 0;
		margin-bottom: 40px;
	}

	#sec01 {
		margin-bottom: 40px;
	}
	
	#sec01 h3 {
		margin-bottom: 40px;
	}	
	
	#sec01 li {
		width: 48%;
	}	

	#sec02 {
		padding: 40px 0;
	}

	#sec02 .bgGreen, #sec02 .bgYellow {
		padding: 25px;
		width: 100%;
	}
	
	#sec02 .flexBox .detailBox:nth-child(2n) {
		margin-bottom: 0;
	}
	
	#sec02 .flexBox .detailBox:nth-child(even) {
		background: rgb(255 251 218 / 75%);
		color: #757561;
	}
	
	#sec02 .flexBox .detailBox:nth-child(odd) {
		background: rgb(117 117 97 / 75%);
		color: #fffbda;
	}
	
	#sec02 .flexBox .anton {
		letter-spacing: 3px;
		margin-right: 15px;
	}	

	#sec02 .flexBox .text {
		font-size: 15px;
		line-height: 1.6;
	}	

	#sec03 {
		padding: 40px 0;
	}	
	
	#sec03 p {
		line-height: 1.8;
		margin-bottom: 50px;
		letter-spacing: 0.5px;
	}	

	#sec04 {
		padding: 40px 0;
	}	

	#sec04 .before .photo:before {
		width: 48%;
		left: 3px;
	}
	
	#sec04 .photo {
		padding: 5px;
		box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
	}	
	
	#sec04 .after {
		width: 63%;
		margin-top: 21vw;
	}	
	
	#sec04 .after .photo:before {
		width: 40%;
		top: -17px;
		left: 17px;
	}	

	#sec05 {
		padding: 40px 0;
	}

	#sec06 {
		padding: 40px 0;
	}

	#sec06 h4 {
        padding: 0px 15px 2px;
        margin-bottom: 25px;
        line-height: 35px;
        font-size: 15px;
    }
	
	#sec06 .flex01 {
		margin-bottom: 40px;
	}	
	
	#sec06 .flex01 .photoArea {
		margin: 0 auto 25px;
		width: 100%;
	}	
	
	#sec06 .flex01 .textArea {
		width: 100%;
	}	
	
	#sec06 .flex02 {
		margin-bottom: 40px;
	}
	
    #sec06 .flex02 li {
        margin: 0 auto 20px;
        width: 70%;
    }	
	
	#sec06 .text {
		line-height: 1.6;
		letter-spacing: 0px;
	}
	
	#sec06 ul.text01 li,#sec06 ul.text li {
		line-height: 1.6;
		letter-spacing: 0;
	}
	
	#sec06 .mb80 {
		margin-bottom: 40px;
	}	
	
	#sec06 .flex03 .leftArea {
		width: 100%;
		margin-right: 25px;
	}	

	#sec06 .flex03 .rightArea {
		width: 70%;
		margin: 0 auto 40px;
	}	
	
	#sec06 .size19 {
		font-size: 15px;
		letter-spacing: 0;
    	line-height: 1.6;
	}
	
	#sec06 h5 {
		font-size: 17px;
	}	
	
	#sec07 {
		padding: 40px 0;
	}

	#sec07 .colorList {
		margin-bottom: 40px;
	}
	
	#sec07 .colorList li {
		margin-bottom: 20px;
		width: 49%;
	}	
	
	#sec07 .colorList li img {
		margin-bottom: 5px;
	}	
	
	#sec07 .text {
		margin-bottom: 40px;
	}	
	
	#sec07 .product .imageArea h5 {
		text-align: center;
		margin-bottom: 30px;
	}
	
	#sec07 .product .imageArea {
		width: 100%;
		margin: 0 auto 50px;
	}

	#sec07 .product .textArea {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}	
	
	#sec07 .product .textArea .btnList li {
		width: 80%;
		margin: 0 auto 20px;
	}	

	#sec08 {
		padding: 40px 0;
	}	
    
	#sec08 h2 {
		margin-bottom: 30px;
	}	
	
	#sec08 .text {
		margin-bottom: 50px;
	}	
	
	#sec08 .calcBox01 .imageArea h3 span {
		padding: 8px 15px 10px;
		letter-spacing: 1px;
		font-size: 16px;
	}	
	
	#sec08 .calcBox01 .imageArea {
		margin: 0 auto 30px;
	}
	
	#sec08 h2 span {
		padding: 0 18px;
	}	

	input[type=text] {
		width: 5rem;
		margin: 0 5px;
		font-size: 16px;
		line-height: 1.8;
	}	
	
	#sec08 .calcBox01 input.textColor {
		color: #000;
	}
	
	
	input[type="text"]:disabled {
		background: #ccc;
		color: #000000;
		opacity: 1;
	}
	
}

@media screen and  (min-width: 769px) and  (max-width: 1024px) {


	section .titleWrap {
		margin-bottom: 50px;
	}	

	#mainVisual {
		padding: 40px 0;
		margin-bottom: 60px;
	}

	#sec01 {
		margin-bottom: 60px;
	}

	#sec02 {
		padding: 60px 0;
	}

	#sec02 .bgGreen, #sec02 .bgYellow {
		padding: 25px;
	}

	#sec02 .flexBox .anton {
		letter-spacing: 3px;
		margin-right: 15px;
	}	

	#sec02 .flexBox .text {
		font-size: 15px;
	}	

	#sec03 {
		padding: 60px 0;
	}	

	#sec04 {
		padding: 60px 0;
	}	

	#sec04 .after .photo:before {
		left: 30px;
	}

	#sec05 {
		padding: 60px 0;
	}

	#sec06 {
		padding: 60px 0;
	}

	#sec06 .flex02 li {
		margin: 0 1%;
		width: 31%;
	}	

	#sec06 h4 {
		padding: 0px 15px 2px;
		margin-bottom: 25px;
		line-height: 44px;
		font-size: 18px;
	}

	#sec07 {
		padding: 60px 0;
	}

	#sec07 .colorList {
		margin-bottom: 50px;
	}

	#sec07 .text {
		margin-bottom: 60px;
	}	

	#sec07 .product .imageArea {
		width: 80%;
		margin: 0 auto 50px;
	}

	#sec07 .product .textArea {
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}	

	#sec08 {
		padding: 60px 0;
	}	
    
    
}





#pageTop {
    display: none;
    position: fixed;
    bottom: 35px;
    right: 20px;
    text-decoration: none;
    z-index: 1000;
    text-align: center;
    padding: 12px;
    background: rgb(117 117 97 / 70%);
    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;
	}
}





