@charset "UTF-8";
/* CSS Document */


/*-----------------------------------------------
　　ヘッダー
-----------------------------------------------*/

header{
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 9999;
	top: 0;
	background: #fff;
	box-shadow: 0px 4px 18px -15px #000000;
}
header .header-inner{
	display: flex;
	width: 95%;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
}
header .header-inner h1{
	margin: 17px 0;
}
header .header-inner h1 img{
	width: 330px;
	height: auto;
}
header .header-inner .header-nav{
	position: absolute;
    right: 210px;
	top: 39px;
}
header .header-inner .header-nav ul.header-menu{
	display: flex;
	margin: 0;
}
header .header-inner .header-nav ul li{
	list-style: none;
}
header .header-inner ul li a{
	padding: 0;
	margin: 12px;
	text-decoration: none;
	color: #707070;
	font-weight: 600;
    letter-spacing: 0.5px;
}
header .header-contact{
	right: -35px;
    position: relative;
	height: 100px;
}
header .header-contact a{
	font-size: 18px;
    color: #707070!important;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,224,0,1) 0%, rgba(255,240,132,1) 100%);
    padding: 15px 65px 15px 35px!important;
    text-decoration: none;
    font-weight: bold;
    width: 226px;
	letter-spacing: 1px;
}
header .header-contact a:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
}
header .header-contact a:after {
	font-size: 16px;
    content: '→';
    position: absolute;
    color: #707070;
    right: 36px;
    top: 38px;
    font-weight: bold;
}

.header-sp{
	display: none;
}


@media only screen and (max-width: 1050px) {
	header,header .header-contact{
		height: 65px;
	}
	header .header-contact{
		right: -25px;
	}
	header .header-inner .header-nav{
		display: none;
	}
	header .header-inner h1{
		margin: 0;
	}
	header .header-inner h1 img{
		width: 200px;
    	height: auto;
		margin-top: 10px;
	}
	header .header-contact a{
		font-size: 14px;
		padding: 5px!important;
		width: 110px;
		height: 65px;
		text-align: center;
		vertical-align: bottom!important;
		position: relative;
		right: 0;
	}
	header .header-contact a:before{
		background: url(../img/mail_icon.png);
		background-repeat: no-repeat;
		background-size: 30px;
		width: 30px;
		height: 30px;
		border-radius: 0;
		top: -20px;
		left: 0;
		right: 0;
		margin: auto;
	}
	header .header-contact a:after{
		content: none;;
	}
	.header-pc{
		display: none;
	}
	.header-sp{
		display: inherit;
	}
}

@media only screen and (max-width: 768px) {
	header .header-inner{
		width: 100%;
	}
	header .header-inner h1{
		margin-left: 7px;
	}
	header .header-contact a{
		right: 20px;
	}
}


/*-----------------------------------------------
　　ファーストビュー
-----------------------------------------------*/

@media only screen and (max-width: 1050px) {
	#fv .mt100{
		margin-top: 60px!important;
	}
}


/*-----------------------------------------------
　　ペットも人も心地いい。それが オゾン です！
-----------------------------------------------*/

#ozone_point{
	background: #ECF3F4;
	padding: 100px 0;
}
.ozone_back{
	background: url(../img/OZONE.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    padding: 15px 0;
}

.no{
	width: 100%;
	border-top: 1px solid #6BB4BA;
	border-bottom: 1px solid #6BB4BA;
	display: flex;
	align-items: center;
}
.no p{
	color: #B2DED5;
    font-family: "Yikes", sans-serif;
    font-size: 100px;
    margin: 0;
    line-height: 1.2;
    padding-top: 15px;
    width: 18%;
}
.no .no_title{
	color: #707070;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
	width: 82%;
} 

.strong p{
	font-size: 31px;
	margin: 10px;
}
.strong p span{
	font-size: 34px;
}


@media only screen and (max-width: 768px) {
	#ozone_point{
		padding: 80px 0 50px 0;
	}
	.ozone_back {
		background: url(../img/OZONE.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0;
		padding: 0;
	}
	.no{
		display: block!important;
		text-align: center;
		padding: 15px 0;
	}
	.no p{
		width: 100%;
		font-size: 50px;
		padding-top: 0;
	}
	.no .no_title{
		width: 100%;
		font-size: 24px;
	}
	
	.strong p{
		font-size: 20px;
	}
	.strong p span{
		font-size: 22px;
	}

}

@media only screen and (min-width: 450px) and (max-width: 768px) {
	.ozone_back{
		padding: 30px;
	}
}

@media only screen and (max-width: 450px) {
	.ozone_back{
		padding: 0;
	}
}


/*-----------------------------------------------
　　製品はお部屋の大きさに合わせた2タイプ！
-----------------------------------------------*/

#product_type{
	padding: 100px 0;
}
.type{
	background: #ECF3F4;
	padding: 40px;
	margin-top: 40px;
}
.type .detail .product_name{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
}
.type .detail .product_strengths{
	margin-top: 20px;
}
.type .detail .product_strengths p{
	color: #6BB4BA;
    background: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 0px 10px;
    letter-spacing: 2px;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
}
.type .detail .product_scene div{
	display: flex;
}
.type .detail .product_scene span{
	font-size: 20px;
    color: #6BB4BA;
    border: 2px solid #6BB4BA;
    padding: 10px 25px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    line-height: 1.3;
	display: flex;
	align-items: center;
}
.type .detail .product_price{
	font-size: 30px;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FFF084 60%);
    display: inline-block;
    mix-blend-mode: multiply;
}
.type .detail .product_price span{
	font-size: 50px;
	color: #2F8991;
}
.type .detail .product_price span small{
	font-size: 30px;
}
.type .detail .product_price small{
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.type{
		padding: 20px;
	}
	.type .detail .product_name{
		font-size: 30px;
	}
	.type .detail .product_strengths p{
		font-size: 22px;
	}
	.type .detail .product_scene div{
		flex-wrap: wrap;
	}
	.type .detail .product_scene span{
		font-size: 16px;
		margin-bottom: 8px;
		padding: 5px 10px;
	}
	.type .detail .product_price{
		font-size: 18px;
	}
	.type .detail .product_price span{
		font-size: 40px;
	}
	.type .detail .product_price span small{
		font-size: 18px;
	}
	.type .detail .product_price small{
		font-size: 14px;
	}
}


/*-----------------------------------------------
　　オゾンってどんなもの？
-----------------------------------------------*/

#about_ozone{
	background: #F3F5F5;
	padding: 100px 0;
}

.video video{
	width: 80%;
}

.odor .flex_2_item{
	background: #fff;
	color: #2F8991;
	padding: 40px 60px;
	font-weight: bold;
	border-radius: 30px;
}
.odor .flex_2_item p{
	font-size: 28px;
	margin: 0;
}
.odor .flex_2_item .odor_kinds{
	display: flex;
	flex-wrap: wrap;
}
.odor .flex_2_item .odor_kinds p{
	font-size: 24px;
	background: #6BB4BA;
	color: #fff;
	border-radius: 30px;
	padding: 5px 25px;
	margin-right: 10px;
    margin-bottom: 15px;
}
.odor .flex_2_item.grey .odor_kinds p{
	background: #A7A7A7;
}


@media only screen and (max-width: 768px) {
	.video video{
		width: 100%;
	}
	.odor .flex_2_item{
		padding: 20px 10px;
	}
	.odor .flex_2_item p{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.odor .flex_2_item .odor_kinds p{
		font-size: 20px;
		padding: 5px 20px;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	.odor .flex_2_item .odor_kinds p:last-child{
		margin-right: 0;
	}
}


/*-----------------------------------------------
　　喜びの声がたくさん届いています！
-----------------------------------------------*/

#voice{
	padding: 100px 0;
	background:repeating-linear-gradient(-45deg,#EBF6FA,#EBF6FA 8px,#fff 0,#fff 20px);
	/*background: url("../img/back_line.png");*/
	background-repeat: no-repeat;
}
.voice_layout .voice_contents{
	background: #fff;
	border-radius: 30px;
	padding: 30px 40px;
}
.voice_layout .voice_contents .voice_comment{
	font-size: 24px;
	font-weight: bold;
	color: #6BB4BA;
	line-height: 1.5;
}
.voice_layout .voice_contents .deco_line img{
	width: 155px;
    margin: 15px 0 23px 0;
}

@media only screen and (max-width: 768px) {
	.voice_layout .voice_contents{
		padding: 20px;
	}
	.voice_layout .voice_contents .voice_comment{
		font-size: 20px;
		line-height: normal;
	}
}


/*-----------------------------------------------
　　私たちの想い
-----------------------------------------------*/

#thought{
	padding-top: 100px;
}
#thought img{
	width: 450px;
}

@media only screen and (max-width: 768px) {
	#thought img{
		width: 100%;
	}
}


/*-----------------------------------------------
　　お問い合わせ
-----------------------------------------------*/

#contact{
	padding-top: 100px;
	background: #ECF3F4;
}
.Form{
	width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.Form .Form-Item-Label{
	font-size: 20px;
    font-weight: bold;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    letter-spacing: 1px;
}
.Form .Form-Item{
	margin-bottom: 30px;
}
.Form .required{
	font-family: "Noto Sans JP", sans-serif;
	color: #fff;
    background: #2F8991;
    padding: 3px 12px;
    font-size: 16px;
    font-weight: normal;
    margin-right: 15px;
    border-radius: 15px;
}
.Form .Form-Item-Input{
	width: 100%;
	height: 60px;
	background: #fff;
	border: 1.5px solid #A7A7A7;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
}
.Form .Form-Item-Textarea{
	width: 100%;
	height: 280px;
	background: #fff;
	border: 1.5px solid #A7A7A7;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
}
.Form-Btn{
	font-family: "筑紫A丸ゴシック", sans-serif;
    font-size: 22px;
    color: #707070!important;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,224,0,1) 0%, rgba(255,240,132,1) 100%);
    padding: 25px 65px 25px 20px!important;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    border: none;
    width: 350px;
}
.Form-Btn:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
.Form-Btn:after {
   font-size: 16px;
    content: '→';
    position: absolute;
    color: #707070;
    right: 25px;
    top: 30px;
    font-weight: bold;
}
.Form-Btn:hover{
	opacity: 0.8;
	cursor: pointer;
}
input:focus,textarea:focus {
	outline: 2px solid #2F8991;
}

.privacy_area{
	width: 75%;
	margin: 0 auto;
}
.scroll_box{
	width: 100%;
	height: 150px;
    border: 1px solid #707070;
    overflow-y: scroll;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}
.scroll_box p{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	color: #707070;
	margin: 0;
	line-height: 2;
}
.checkbox{
	margin-top: 20px;
}
.checkbox input{
	width: 35px;
    height: 35px;
    accent-color: #2F8991;
	vertical-align: bottom;
}
.checkbox input:hover{
	cursor: pointer;
}
.checkbox input:focus{
	outline: none;
}
.checkbox label{
	font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 1px;
}
.checkbox label:hover{
	cursor: pointer;
}

.tel_area{
	background: #2F8991;
	padding: 40px;
	margin-top: 100px;
}
.tel_area div{
	font-size: 38px;
	font-weight: bold;
	color: #FFF084;
	letter-spacing: 2px;
}
.tel_area p{
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	margin: 0;
	letter-spacing: 1px;
}
.tel_area span{
	color: #fff;
	font-size: 20px;
}


@media only screen and (max-width: 768px) {
	.Form{
		width: 100%;
	}
	.Form .Form-Item-Textarea{
		height: 200px;
	}
	.privacy_area{
		width: 95%;
	}
	.Form-Btn{
		width: 100%;
	}
	.tel_area{
		padding: 20px;
	}
	.tel_area div{
		font-size: 22px;
		letter-spacing: 1px;
	}
	.tel_area p{
		font-size: 28px;
	}
	.tel_area span{
		font-size: 15px;
	}
}


/*-----------------------------------------------
　　お問い合わせ（確認画面）
-----------------------------------------------*/

.button-area button{
	margin: 10px;
}
.button-area button.back{
	background: #A7A7A7;
	color: #fff!important;
	padding: 25px 20px 25px 65px!important;
}
.button-area button.back:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 30px;
	right: auto;
    bottom: 0;
    margin: auto;
}
.button-area button.back:after {
    font-size: 16px;
    content: '←';
    position: absolute;
    color: #707070;
	left: 37px;
    right: auto;
    top: 30px;
    font-weight: bold;
}
.button-area button.submit:after{
	top: 30px;
}

@media only screen and (max-width: 768px) {
	.button-area button.back,.button-area button.submit{
		margin: 0;
    	margin-bottom: 15px;
	}
}



/*-----------------------------------------------
　　お問い合わせ（完了画面）
-----------------------------------------------*/

.back-btn .btn{
	width: 350px;
	font-size: 20px;
	margin: 0 auto;
}
.back-btn .btn:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 24px;
}
.back-btn .btn:after {
    content: '→';
    position: absolute;
    right: 28px;
    top: 34px;
	color: #373737;
}

@media only screen and (max-width: 768px) {
	.back-btn .btn{
		width: 100%;
	}
	.back-btn .btn:after{
		right: 29px;
    	top: 24px;
	}
}


/*-----------------------------------------------
　　CVエリア
-----------------------------------------------*/

.cv{
	margin-bottom: 100px;
}
.cv .inner{
	background: #2F8991;
	padding: 40px;
}
.cv .cv-catch{
	width: 650px;
	margin: 0 auto;
}
.cv .cv-catch img{
	width: 100px;
	height: 100px;
}
.cv .cv-catch p{
	font-size: 40px;
	font-weight: bold;
	color: #FFF084;
	margin: 0;
}
.cv .cv-catch p span{
	font-size: 60px;
}

.cv .tel_mail{
	width: 90%;
	margin: 0 auto;
}
.cv .tel_mail p{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin: 0;
}
.cv .tel_mail span{
	color: #fff;
	font-size: 20px;
	margin-left: 65px;
}


@media only screen and (max-width: 1050px) {
	.cv .tel_mail{
		width: 95%;
	}
	.cv .tel_mail p{
		font-size: 34px;
	}
	.cv .tel_mail span{
		margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.cv{
		margin-bottom: 80px;
	}
	.cv .inner{
		padding: 20px;
	}
	.cv .cv-catch{
		width: 100%;
	}
	.cv .cv-catch img {
		width: 80px;
		height: 80px;
	}
	.cv .cv-catch p {
		font-size: 20px;
		margin-top: -10px;
	}
	.cv .cv-catch p span{
		font-size: 36px;
	}
}


/*-----------------------------------------------
　　特商法、約款
-----------------------------------------------*/

.tousho-yakkan{
	text-align: center;
	margin-top: 10px;
}
.tousho-yakkan a{
	color: #fff;
	margin: 10px;
	line-height: 1.8;
}
.tousho-yakkan-last{
	text-align: center;
}
.tousho-yakkan-last a{
	color: #2F8991;
	font-weight: bold;
	margin: 10px;
	line-height: 1.8;
}
.b-btn a{
	width: 300px;
}


@media only screen and (max-width: 1050px) {
	.b-btn a:after{
		top: 33px!important;
	}
}

@media only screen and (max-width: 768px) {
	.b-btn a{
		width: 100%;
	}
	.b-btn a:before{
		right: 20px;
	}
	.b-btn a:after{
		top: 22px!important;
    	right: 25px;
	}	
}


/*-----------------------------------------------
　　フッター
-----------------------------------------------*/

footer{
	padding: 50px 0;
}
.sns_icon a{
	margin: 10px;
}
.sns_icon img{
	width: 43px;
	height: 43px;
}
.copy small{
	font-family: "Noto Sans JP", sans-serif;
}


@media only screen and (max-width: 768px) {
	footer{
		padding: 30px 0;
	}
}