@charset "utf-8";

/*
Theme Name: キレイコンシェル
Author: Taniguchi
Version: 1.0
*/

/*===========
reset_css
===========*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section,p {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
     list-style-type: none!important;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
b,
strong {
font-weight: bold!important;
}

/*======================
basic_setting
======================*/
html {
	font-size: calc(100vw * 10 / 1366);
	overflow: auto;
}

@media only screen and (max-width: 1040px) {
	html {
	font-size: calc(100vw * 10 / 1040);
}
}

@media only screen and (max-width: 768px) {
	html {
	font-size: calc(100vw * 10 / 768);
}
}

@media only screen and (max-width: 767px) {
	html {
	font-size: calc(100vw * 10 / 390);
}
}

body{
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	line-height: 1.6;
	letter-spacing: 0;
	font-weight: 500;
}
h2,h3{
	line-height: 1.4;
	font-weight: 500;
}
p{
	color: #000000;
	line-height: 1.8;
	font-weight: 400;
}
a {
	color: #000000;
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}
iframe {
    vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
p{
	line-height: 1.6;
}
}


/*======================
link_hover
======================*/

/*透過する*/
.deco a{
/*	transition: 0.5s ease;*/
}
.deco a:hover{
	opacity: 0.8;
}

/*下線がついている→消える*/
.deco01 a{
	text-decoration: underline;
}
.deco01 a:hover{
	text-decoration: none;
}

/*ゆっくり透過する*/
.deco02 a{
	transition: all .3s;
}
.deco02 a:hover{
	opacity: 0.6;
}

/*下線が無い→下線がつく*/
.deco03 a:hover{
	text-decoration-line: underline;
}

/*ふわっと浮き上がる（ドロップシャドウ）*/
.deco-shadow a{
	transition: all .3s;
}
.deco-shadow a:hover{
	box-shadow: 0px 6px 22px 0px rgba(185,185,185,0.6);
	transform: translateY(-6px);
}

/*ゆっくり色がつく*/
.deco-color a{
	transition: all .3s;
}
.deco-color a:hover{
	color: #B8B8B8;
}

/*青文字下線つき→下線が消える*/
.fo-link a{
    color: #2259C7;
	text-decoration: underline;
}
.fo-link a:hover{
	text-decoration: none;
}

.link a{
	position: relative;
	padding-right: 24px;
}


/*======================
css_base
======================*/
.font01 {
font-family: "Albert Sans", sans-serif;
	font-weight: 500;
}


.fo-red, .fo-red:hover {
	color: #EF5353;
}
.fo-gray, .fo-gray:hover {
    color: #666666;
}
.fo-white, .fo-white:hover {
    color: #FFFFFF;
}
.fo-orange, .fo-orange:hover {
    color: #FF6200;
}
.fo-blue, .fo-blue:hover {
    /*color: #2C579E;*/
    color: #2C579E;
}
.fo-pink, .fo-pink:hover {
   /* color: #D9548D;*/
    color: #E3649B;
}

.text-center {
    text-align: center !important;
}
.text-center_s-left{
	text-align: center;
}

@media only screen and (max-width: 767px) {
.text-center_s-left {
    text-align: left !important;
}
}


.bold-400{
	font-weight: 400;
}
.bold-500{
	font-weight: 500;
}
.bold-600{
	font-weight: 600;
}
.bold-700{
	font-weight: 700;
}
.bold-800{
	font-weight: 800;
}

.fo20 {
    font-size: 20px !important;
}
.fo18 {
    font-size: 18px !important;
}
.fo16 {
    font-size: 16px !important;
}
.fo15 {
    font-size: 15px !important;
}
.fo14 {
    font-size: 14px !important;
}
.fo13 {
    font-size: 13px !important;
}
.fo12 {
    font-size: 12px !important;
}
.fo11 {
    font-size: 11px !important;
}

.bottom-mg-05 {
    margin-bottom: 5px !important;
}
.bottom-mg-10 {
    margin-bottom: 10px !important;
}
.bottom-mg-15 {
    margin-bottom: 15px !important;
}
.bottom-mg-20 {
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
	.fo20 {
    font-size: 18px !important;
}
	.fo18 {
    font-size: 16px !important;
}
	.fo16 {
    font-size: 14px !important;
}
}


/*======================
ham style
======================*/
.header_logo{
	position: absolute;
	top:0;
	left: 0;
	z-index: 99;
}
.header_logo a{
	display: block;
	max-width: 180px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
.header_logo a{
	max-width: 120px;
}
}


.ham_btn{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
.sp-ham{
    cursor: pointer;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
	background-color: #1A1311;
}

@media only screen and (max-width: 767px) {
.sp-ham{
    width: 60px;
    height: 60px;
}
}


.ham span{
	position: absolute;
	left: 15px;
	width: 28px;
	height: 1px;
	background-color: #fff;
	transition: all 0.3s;
	z-index: 999;
}

.ham span:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-9px);
}
.ham span:nth-of-type(2){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.ham span:nth-of-type(3){
	top: 50%;
	left:50%;
	transform: translate(-50%,7px);
}
#ham .menu{
position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,0);
	color: #fff;
	font-size: 9px;
	letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {

}

.clicked .ham span:nth-of-type(1) {
	transform: translate(-45%,0) rotate(45deg);
	background-color: #fff;
}
.clicked .ham span:nth-of-type(2) {
	opacity: 0;
}
.clicked .ham span:nth-of-type(3){
transform: translate(-45%,0) rotate(-45deg);
    background-color: #fff;
}


/*ham_btn_flex*/
.ham_banner_wrap{
	display: flex;
	position: fixed;
	top: 0;
	right: 80px;
	z-index: 99;
}
.ham_banner a{
	display: block;
	width: 220px;
	height: 80px;
}
.ham_banner .inner{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 15px;
}

.ham_banner .inner span{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.ham_banner .inner img{
	margin-right: 14px;
}

.ham_trial a{
background-color:rgba(217,84,141,0.85);
	backdrop-filter: blur(5px);
}
.ham_free a{
	background-color:rgba(44,87,158,0.85);
		backdrop-filter: blur(5px);
}

.ham_trial .inner img{
	width: 60px;
	height: auto;
}
.ham_free .inner img{
	width: 62px;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.ham_banner_wrap{
		display: none;
	}
}



/*======================
ham menu style
======================*/
.ham_menu{
	position: fixed;
	width: 100%;
	height: 100vh;
    top: 0;
	right: 0;
	background-color:#fff;
	z-index:990;
	display: none;
	padding: 190px 0 170px 0;
	overflow-y: scroll;
	background: url( "images/common/ham_bg.jpg") no-repeat top/cover;
}

@media only screen and (max-width: 767px) {
.ham_menu{
	padding: 150px 25px 170px 25px;
	background: url( "images/common/ham_bg_sp.jpg") no-repeat top/cover;
}
}


.clicked .ham_menu {
	display: block;
}

.header_logo_ham{
	 position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    z-index: 990;
}
.header_logo_ham a{
	display: block;
}

@media only screen and (max-width: 767px) {
.header_logo_ham{
    width: 120px;
}
}


.ham_service{
	padding: 50px 0;
	background-color: #F6F6F6;
}
.ham_container{
	max-width: 1000px;
	margin: 0 auto;
}
.ham_service_list{
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.ham_service_item a{
	display: block;
	max-width: 320px;
	width: 100%;
	transition: .3s;
}
.ham_service_item a:hover{
	opacity: .6;
}
.ham_service_item .img_area{
	max-width: 100%;
	width: 100%;
	height: 180px;
}
.ham_service_item .img_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ham_service_item .txt{
	padding: 10px 15px;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}
.ham_service_item .txt::after{
	content: "";
	background-image: url("images/common/arrow_right_blue.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
	.ham_service{
	padding: 50px 15px;
}
}

@media only screen and (max-width: 767px) {
	.ham_inner_wrap{
		max-width: 490px;
		width: 100%;
		margin: 0 auto;
	}
.ham_service{
	padding:  0;
	background-color: rgba(255,255,255,0.00);
}
	.ham_service_list{
		flex-direction: column;
	grid-row-gap: 15px;
}
	.ham_service_item a{
		max-width: 100%;
	height: 60px;
		display: flex;
		align-items: center;
}
.ham_service_item .img_area{
	max-width: 105px;
	height: 60px;
}
	.ham_service_item .txt{
	width: 100%;
		height: 60px;
}
}



.ham_nav{
	padding-top: 30px;
}
.ham_menu_list{
	display: flex;
	justify-content: center;
	column-gap: 40px;
}
.ham_menu_list a{
	display: block;
	font-size: 18px;
	position: relative;
	padding-left: 30px;
}
.ham_menu_list a::before{
	content: "";
	display: inline-block;
	background-image: url( "images/common/arrow_right_black.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ham_menu_list a:hover{
	text-decoration: underline;
}


@media only screen and (max-width: 1024px) {
	.ham_nav{
		padding-left: 15px;
		padding-right: 15px;
}
	.ham_menu_list{
	flex-direction: column;
	grid-row-gap:10px;
}
}	

@media only screen and (max-width: 767px) {
	.ham_nav{
	padding-top: 60px;
}

}



.ham_nav .flex_area{
	width: 100%;
	display: flex;
	justify-content: center;
	column-gap: 20px;
	padding-top: 50px;
}
.cta_banner{
	max-width: 340px;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
.cta_banner{
	max-width: 220px;
}
}
@media only screen and (max-width: 768px) {

}


.cta_banner a{
	display: flex;
	align-items: center;
	max-width: 100%;
	height: 85px;
	width: 100%;
	border-radius: 8px;
	padding-left: 22px;
	position: relative;
		transition: .3s;
}

@media only screen and (max-width: 1024px) {
.cta_banner a{
	height: 60px;
	padding-left: 15px;
}
}
@media only screen and (max-width: 768px) {

}


.cta_banner a::after{
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.cta_banner a:hover{
	opacity: .6;
}

.cta_banner a .inner{
	display: flex;
	align-items: center;
}
.cta_banner a .inner span{
	font-size: 24px;
	color: #fff;
}
@media only screen and (max-width: 1024px) {
.cta_banner a .inner span{
	font-size: 16px;
}
		.cta_banner a::after{
	width: 20px;
	height: 20px;
}
}
@media only screen and (max-width: 768px) {

}


.cta_banner_trial a{
	background-color: #D9548D;
}
.cta_banner_trial a::after{
	background-image: url( "images/common/arrow_right_pink.png");
}
.cta_banner_trial a img{
	width: 74px;
	height: auto;
	margin-right: 28px;
}

@media only screen and (max-width: 1024px) {
.cta_banner_trial a img{
	width: 45px;
	margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {

}


.cta_banner_free a{
	background-color: #2C579E;
}
.cta_banner_free a::after{
	background-image: url( "images/common/arrow_right_blue.png");
}
.cta_banner_free a img{
	width:68px;
	height: auto;
	margin-right: 40px;
}

@media only screen and (max-width: 1024px) {
.cta_banner_free a img{
	width:45px;
	margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 767px) {
	.ham_nav .flex_area{
		display: none;
	}
}



/*======================
container
======================*/
.container{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
@media only screen and (max-width: 1040px) {
.container{
	padding-left: 15px;
	padding-right: 15px;
}
}



/*======================
list_dot
======================*/
.list_dot li{
	position: relative;
	padding-left: 18px;
	line-height: 1.6;
}
.list_dot li:last-child{
	margin-bottom: 0;
}
.list_dot li::before {
	content: "";
    display: block;
    position: absolute; 
    left: 0; 
    top: 9px; 
	background-color: #B6B6B6;
	width: 5px;
	height: 5px;
	border-radius: 50px;
    }

@media only screen and (max-width: 375px) {
.list_dot li{
font-size: 15px;
}
}


/*======================
marker
======================*/
.marker {
    background: linear-gradient(transparent 50%, rgba(255,255,255,1) 50%);
    padding-bottom: 0;
}


/*======================
more_btn
======================*/
/*.more_btn{
	min-width: 400px;
	margin: 0 auto;
}*/
.more_btn a{
	min-width: 300px;
	display: inline-block;
	padding: 22px 25px;
	padding-left: 35px;
	position: relative;
	background-color: #000;
	text-align: left;
	border-radius: 8px;
	transition: .3s;
}
.more_btn a span{
	font-size: 20px;
	font-weight: 500px;
	color: #fff;
}

.more_btn a::after{
	content: "";
	background: url( "images/common/arrow_right_blue.png") no-repeat center/cover;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(-50%,-50%);
}

.more_btn a:hover{
	opacity: .6;
}



@media only screen and (max-width: 767px) {
	.more_btn a{
		padding: 16px 25px;
	}
.more_btn a span{
	font-size: 14px;
}
	.more_btn a::after{
	width: 20px;
	height: 20px;
	right: 15px;
}
}


/*======================
inview
======================*/
.fadeIn{
  opacity: 0;
   transition:1.5s;
}

.fadeIn.is-show {
  opacity: 1;
	transition-delay: .3s;
}


.fadeIn_up {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
	transition-delay: .3s;
}


/*======================
rob
======================*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*======================
スクロール
======================*/
.scrolldown{
  position:absolute;
  right: 6px;
  bottom: 30%;
	transform: translateY(-50%);
  height:100px;
	z-index: 2;
}

.scrolldown span{
  position: absolute;
  right: 0;
    top:-60px;
  color: #000;
 font-size: 20px;
	font-weight: 600;
	writing-mode: vertical-lr
}

.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
	left: -16px;
  width: 2px;
  height: 100px;
  background: #000;
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}

@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:84px;
    opacity: 0;
  }
}


@media only screen and (max-width: 768px) {
.scrolldown{
  right: 6px;
}
	.scrolldown span{
 font-size: 16px;
}
}
@media only screen and (max-width: 767px) {

}


/*======================
横にスクロールできる
======================*/

@media only screen and (max-width: 767px) {
	  .sp-sc::before {
        content: "※横にスクロールできます。";
        display: block;
        color: #DB4619;
        font-size: 12px;
        margin-bottom: 5px;
    }
    .sp-sc {
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .sp-sc table {
        width: 100%;
    }
	.sp-sc .hukidasi td{
		position: relative;
	}
	  .sp-sc .hukidasi img{
    position: absolute;
    width: 132px;
    height: 58px;
    margin-top: -92px;
    right: -22px;
}
}

/*======================
フッター入ったら消える
======================*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: .3s;
}



/* PC
------------------------------------------*/
@media only screen and (min-width: 768px) {
  .pc_only {
    display: inherit !important;
  }
  .tb_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .tb_pc {
    display: inherit !important;
  }
  .sp_tb {
    display: none !important;
  }
}

/* Tablet (Portrait : 縦表示)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: inherit !important;
  }
  .sp_only {
    display: none !important;
  }
  .tb_pc {
    display: inherit !important;
  }
  .sp_tb {
    display: inherit !important;
  }
}
/* Mobile (Portrait : 縦表示)
------------------------------------------*/
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
  .sp_only {
    display: inherit !important;
  }
  .tb_pc {
    display: none !important;
  }
  .sp_tb {
    display: inherit !important;
  }
}
