@charset "utf-8";

.pc{
	display:none !important;
}

#header-main *{
	box-sizing: content-box;
	line-height: 0;
}

html,body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

main {
	font-size: 1rem;
	letter-spacing: 0.05rem;
	line-height: 2;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#707070;
}

main *{
	box-sizing: border-box;
}

main a{
	text-decoration: none!important;
}


.min-cho{
	font-family: YuMincho, 'Yu Mincho', serif !important;
	font-weight: 500;
	font-style: normal;
}

figure{
	margin:0;
	padding:0;
}

main img{
	width:100%;
}

.shadow-box{
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgba(101, 126, 139, 0.05);
	border: 1px solid rgba(101, 126, 139, 0.1);
}

.con_bg{
	width: 100%;
	height: 150px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.con_bg::before{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

h3{
	font-family: YuMincho, 'Yu Mincho', serif;
	font-style: normal;
	font-weight: inherit;
	font-size: 1.6rem;
	padding: 50px 0;
	letter-spacing: 0.1rem;
	line-height: 1.6;
}

h3 span{
	font-size: 0.85rem;
	display: block;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
}

.con{
	padding-bottom: 25vw;
}

.con figure{
	width: 80vw;
	height: 80vw;
	margin: 0 auto;
}

.txt{
	width:80vw;
	text-align:left;
	position:relative;
	margin: 0 auto;
}

main h4{
	font-size: 5.3vw;
	line-height: 1.5;
	margin-top: 10vw;
	font-weight: inherit;
}

.txt p{
	font:inherit;
	margin: 0;
}

.txt h4::after{
	content: '';
	display: block;
	width: 100%;
	height: 1px;
    background-color: rgba(139, 148, 156, 0.3);
	margin:10px 0 15px;
}

/* ============== / 共通 / ============== */
.main_bg .bg{
	background-image: url(../option/img/gauzeket/fv_bg01_sp.jpg);
	background-size: cover;
	background-position: center;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	display: block;
	width: 100%;
	height: 100vh;
}


.main_bg .bg::after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background-image: url(../option/img/gauzeket/fv_bg02_sp.jpg);
	background-size: cover;
	opacity: 0;
}

/* ============== #fv ============== */
#fv{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}


.ttl{
	height: calc(106vh - 60px);
	color: #3c3c3c;
	margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
	text-align: center;
	overflow: hidden;
}

h2{
	-webkit-font-smoothing: antialiased;
	font-size: 8.5vw;
	text-shadow: 0px 0px 9px #fff;
	margin: 0;
	margin-top: -10px;
	letter-spacing: 0.15rem;
}

h2 span{
	font-size: 1rem;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	display: block;
	margin-bottom: -5px;
}

h2 span:last-child{
	font-size: 0.96rem;
	font-weight: bold;
	margin-top: -3px;
}

.funiki {
	font-family: 'TsukuARdGothic-Regular',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', sans-serif;
	font-weight: 100;
	box-shadow: 0px 3px 10px 0px rgba(101, 126, 139, 0.3);
}

.funiki .high{
	display: block;
	margin-top: -3.5%;
}
/* ==============/ #fv /============== */
/* ============== #concept ============== */
#concept{
	width:100%;
	height: calc(290vw + 200px);
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	justify-content: center;
    flex-direction: column;

}
#concept p{
	color: #555;
	margin: auto;
	font-size: 3.8vw;
	line-height: 2.188;
	text-align: center;
}

.white_grade{
	height: 100px;
	width: 100%;
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	margin-top: -100px;
}

.white_grade2{
	height: 100px;
	width: 100%;
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* ==============/ #concept /============== */

/* ============== #nav ============== */
main #nav{
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	padding:0px 10% 70px;
	position: relative;
}

#nav h3{
	font-size: 5.3vw;
	font-family: inherit;
	margin-bottom: 50px;
	padding: 0;
	letter-spacing: 0.2rem;
}

#nav li{
	width: 80vw;
	margin: 9% auto 0;
/*	border-bottom: 1px solid rgba(101, 126, 139, 0.15);*/
/*
	box-shadow: 0px 3px 10px 0px rgba(101, 126, 139, 0.05);
	border: 1px solid rgba(101, 126, 139, 0.1);
	background-color: rgba(255, 255, 255, 0.7);
*/
}

#nav li:last-child{
/*	border: none;*/
}

#nav li img{
	display: inline-block;
	width: calc(105% - 172px);
	min-width: 85px;
	max-width: 120px;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 0px 3px 10px 0px rgba(101, 126, 139, 0.3);
}

/*
#nav li:nth-child(2) a::before{
	background-image: url("../option/img/gauzeket/nav02_sp.jpg");
}

#nav li:nth-child(3) a::before{
	background-image: url("../option/img/gauzeket/nav03_sp.jpg");
}
*/

/*
#nav li a::after{
	content: '';
	display: block;
    width: 11px;
    height: 11px;
    margin: -10px auto 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	border-top: 1px solid #657e8b;
    border-right: 1px solid #657e8b;
	opacity: 0.3;
}
*/

#nav a{
	width: 100%;
	height: 100%;
	color: #707070!important;
	display: flex;
	font-size: 2.5vw;
	align-items: center;
	justify-content: space-around;
/*	padding-right: 5%;*/
}

#nav li span::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    margin: -10px auto 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px solid #657e8b;
    border-right: 1px solid #657e8b;
    margin-top: 5px;
}

#nav li span span::after {
    content: none;
}


#nav span{
	display: block;
}

#nav span span{
	font-family: YuMincho, 'Yu Mincho', serif !important;
	font-weight: 500;
	font-style: normal;
	font-size: 5vw;
	margin-bottom: -5px;
	letter-spacing: 0.1rem;
	
}
#nav_fixed{
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: rgba(255,255,255,1);
    color: #fff;
    transition: 0.5s;
    top: 60px;
    left: calc(-100vw - 60px);
    z-index: 50;
}

#nav_fixed h3{
	display: none;
}


#nav_fixed::before{
	content: '';
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 60px;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

#nav_fixed::after{
	content: '';
    position: absolute;
    top: 21px;
    right: -33px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #657e8b;
    border-right: 1px solid #657e8b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navF_con{
	padding: 70px 10% 0;
}

#nav_fixed.menu_open{
	left: 0!important;
}

#nav_fixed.open{
	left: -100vw;
}

#nav_fixed ul::before,
#nav_fixed ul::after{
	content: '';
	position: absolute;
	top:0;
	left:4px;
	border-top: 1px solid #657e8b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	width: 30px;
	height: 30px;
}

#nav_fixed ul::after{
	top:21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav_fixed a{
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#707070;
	font-size: 0.95rem;
}

#nav_fixed ul{
    padding: 8% 10% 0;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#nav_fixed ul:last-child{

}

#nav_fixed li span:first-child{
	display: none;
}

#nav_fixed li{
	border: 1px solid rgba(101, 126, 139, 0.1);
	width:100%;
	height: 15%;
	margin-bottom: 5%;
}

#nav_fixed li:not(.under-b){
	box-shadow: 0px 3px 10px 0px rgba(101, 126, 139, 0.05);
}

#nav_fixed li.under-b{
	border: 0px;
	border-bottom: 1px solid rgba(101, 126, 139, 0.1);
	height: 11%
}

#nav_fixed li.under-b:first-of-type{
	margin-top: 5%;
}

/* ==============/ #nav /============== */

#blanket h4,#cover h4{
	-webkit-font-smoothing: antialiased;
}

/* ============== #blanket ============== */
#blanket,#cover{
	background-color: #fff;
	text-align:center;
}

#blanket .con_bg.lazyloaded{
	background-image: url("../option/img/gauzeket/blanket_bg_sp.jpg");
}

/* ==============/ #blanket /============== */

/* ============== #cover ============== */
#cover .con_bg.lazyloaded{
	background-image: url("../option/img/gauzeket/cover_bg_sp.jpg");
}

/* ==============/ #cover /============== */

/* ============== #quality============== */

#quality.lazyloaded{
	width:100%;
	background-image: url("../option/img/gauzeket/quality_bg_sp.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	animation: none;
}

#quality h3{
	padding-top: 20vw;
	margin: 0;
}

.q_box2{
	width:100%;
	background-color: rgba(101, 126, 139, 0.05);
}

.q_con{
	width: 80vw;
	max-width:280px;
	text-align: center;
	margin: 0 auto 80px;
}

#quality .txt2 p{
	width: 80vw;
	margin: 0 auto;
	padding: 20px 0 15vw;
}

#quality h4{
	font-size: 1.55rem;
}

#quality p{
	text-align: left;
	font: inherit;
	margin: 0;
}

.q_box1 h4{
	margin:25px 0 15px;
}

.q_box2 h4{
	margin:0;
	padding: 0 10%;
}

.q_box1 figure{
	border: 2px solid #fff;
	width:100%;
	box-shadow: 0px 3px 10px 0px rgba(101, 126, 139, 0.1);
}

/* ==============/ #slider /============== */
#slider button{
	display: none!important;
}

.slick-dots{
	display: flex;
	justify-content: space-between;
	width:50px;
	margin: 30px auto;
}

.slick-dots li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #657e8b;
	margin: 0!important;
	opacity:0.5;
	animation: none!important;
}

.slick-dots li.slick-active{
	opacity:1;
}

.slick-slide{
	width: 100vw !important;
	border: 2px solid #fff;
	box-shadow: 0px 3px 10px 0px rgba(101, 126, 139, 0.1);
}
/* ==============/ #slider/============== */
/* ==============/ #quality /============== */

/* ============== #slp ============== */

#slp{
	padding:15vw 10% 20vw;
	position: relative;
	margin: 0 auto;
	box-shadow: none;
	border: none;
	background-color: #f3f2ed;
	border-top: 1px solid rgba(139, 148, 156, 0.3);
	border-bottom: 1px solid rgba(139, 148, 156, 0.3);
	margin-bottom: 20vw;
}

#slp figure{
	width: 50vw;
	margin:25px auto 0;
}

#slp h4{
	color: #657e8b;
	font-size: 1.55rem;
	margin: 0 0 15px 0;
	line-height: 1.4;
}

#slp h4 span{
	font-size: 3.2vw;
	letter-spacing: 0.1rem;
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	display: block;
	margin: 3vw 0 9px;
}

#slp p{
	font: inherit;
	margin: 0;
	line-height: 1.7;
}

#slp .arrow1{
	display: block;
	font-size: 3.4vw;
	color: #dba24c;
	font-weight: 600;
	background-position: 0 2.4vw!important;
	margin-top: 15px;
	letter-spacing: 0.1rem;
}
/* ==============/ #slp /============== */
/* ============== #buy ============== */
#buy{
	text-align: center;
}

#buy .limited{
	font-size: 0.96rem;
	width: 140px;
	height: 30px;
	line-height: 32px;
	border-top: 1px solid rgba(139, 148, 156, 0.3);
    border-bottom: 1px solid rgba(139, 148, 156, 0.3);
	position: relative;
	margin: 0 auto 10px;
}

#buy .limited::before{
	content: '';
	display: block;
	width: 140px;
	height: 28px;
	border-top: 1px solid rgba(139, 148, 156, 0.3);
    border-bottom: 1px solid rgba(139, 148, 156, 0.3);
	position: absolute;
	top: 2px;
}

#buy h3{
	padding: 0;
	letter-spacing: 0.15rem;
}

#buy figure{
	width: 60vw;
	margin:15px auto 0;
}

.buy_box span{
	display: block;
}

#buy .price{
	font-size: 2rem;
	letter-spacing: 0.2rem;
	text-align: center;
	margin: 8px 0 0;
}

#buy .price::before{
	content: '\0a5'; /*¥マーク*/
	font-size: 1.6rem;
	margin-right: 15px;
}
#buy .price::after{
	content: '(税別)';
	font-size: 0.96rem;
	margin-left: 10px;
}

#buy button{
	border: none;
	background-color: transparent;
}

#buy button a{
	width: 212px;
	height: 66px;
	display: block;
	text-indent: -7777px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(../img/item_page/item_icn_parts/btn_buy_big.png);
	margin: 5px auto 20px;
	border: none;
}

#buy button:hover{
	background-position: 0 -66px;
}

.element {
	font-size: 1rem;
	text-align: left;
	display: inline-block;
	margin: -10px 0 0;
	line-height: 1.55;
}

.delivery{
	display: inline-block;
	font: inherit;
	margin:0;
	text-align: left;
	line-height: 1.8;
	width:80vw;
}

.delivery .date {
	color: #dba24c;
	font-size: 1.6rem;
}

.delivery:last-child{
	font-size: 1rem;
	margin-top: 10px;
	line-height: 1.6;
}


.delivery_limited{
	width: 80vw;
	margin: 0 auto 20px;
	text-align: center;
	border:1px solid #ababab;
	background-repeat: repeat;
	position: relative;
	padding: 20px 0;
}

.delivery_limited::before{
	content: '';
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-image: url("../option/img/gauzeket/dot_mat_05.png");
	background-repeat: repeat;
}


.limited_icon{
	width: 80px;
	height: 80px;
	background-color: #900;
	border-radius: 50%;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1.4;
	position: absolute;
	top: -27px;
	left: -20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	padding-left: 1px;
}

.limited_icon span{
	font-size: 1.3rem;
	font-weight: 700;
	display: block;
}

.delivery_limited h4{
	color: #900;
    opacity: 0.8;
    font-weight: 700;
	margin-top: 0px;
	font-size: 1.56rem;
}

.delivery_limited span{
	font-size: 1rem;
}

@media (max-width : 374px){
	.delivery_limited h4{
		font-size: 5.3vw;
	}
}

.delivery_limited p{
	letter-spacing: 0.05rem;
	padding: 0 10%;
	margin: 5px 0 0;
	text-align: left;
	line-height: 1.6;
}



/* ==============/ #buy /============== */
.u_line{
	height:1px;
	background-color: rgba(139, 148, 156, 0.3);
	margin: 20vw 0;
}
/* ============== #attention ============== */
#attention{
	background-image: url("../option/img/gauzeket/attention_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: 110vw;
	background-position: 30vw 5vw;
}

#attention h3{
	color: #657e8b;
	font-size: 6vw;
	margin:0;
	padding:0 10%;
	font-family: inherit;
}

#attention p{
	font: inherit;
	margin:25px 0 50px;
	padding:0 10%;
	line-height: 1.8;
}

#attention .shadow-box {
	width: 85vw;
	margin-top:45px;
	padding: 40px 30px;
	margin: 0 auto;
	text-align: center;
}

#attention h4{
	font-size: 1.6rem;
	color: #657e8b;
	margin-top: 0;
	letter-spacing: 0.1rem;
}

#attention h4::after{
	content: '';
	background-image: url("../option/img/gauzeket/wash.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin:23px auto 20px;
	display: block;
	width:65vw;
	max-width: 229px;
	height: 8vw;
}

#attention .shadow-box p{
	padding: 0;
	margin: 0;
	text-align: left;
}
/* ==============/ #attention /============== */

/* ============== #compare/============== */
#compare{
	background-color: rgba(101, 126, 139, 0.15);
	margin-top: 80px;
	text-align: center;
	padding-bottom: 10px;
	opacity: 1!important;
	animation: none;
}

#compare h3{
	font-family: YuGothic, 'Yu Gothic', sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	padding:60px 0 35px;
}

h3 b {
	font-weight: 500;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    padding-bottom: 3px;
	margin: 0 5px;
}

.c_arrow,
.c_arrow::before,
.c_arrow::after{
	display: block;
	width: 10px;
	height: 10px;
	border-top: 1px solid #657e8b;
	border-right: 1px solid #657e8b;
}

.c_arrow{
	width: 11px;
	height: 11px;
	margin:3px auto;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: relative;
}

.c_arrow::before,
.c_arrow::after{
	content: '';
	position: absolute;
	top:3px;
	left:-4px;
}

.c_arrow::after{
	top:-5px;
	left:4px;
}

#compare .con{
	flex-direction: row;
	margin: 50px auto 0;
	position: relative;
	padding: 0;
}

#compare .shadow-box{
	width: 85vw;
	height: auto;
	border:none;
	padding: 70px 0px;
	margin: 0 auto 70px;
}

#compare h4{
	display: inline-block;
	font-size: 1.6rem;
	margin-top: 0;
}

#compare h4 span{
	display: block;
	font-size: 0.96rem;
	border-bottom: 1px solid rgba(101, 126, 139, 0.15);
	margin-bottom: 5px;
	letter-spacing: 0;
}

#compare figure{
	width: 233px;
	height: 187px;
	margin: 0 auto;
	margin-top: 3%;
}

#compare ul{
	width: 215px;
	text-align: left;
	margin: 0 auto;
	color: #707070;
	font-size: 0.96rem;
	margin-top: -20px;
}

#compare li{
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
	margin-top: 15px;
	display: flex;
	align-items: center;
}

#compare li.season{
	justify-content: center;
	color: rgba(101, 126, 139, 1);
	font-weight: 600;
}

#compare li:not(.season)::before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 15px 0 10px;
	box-sizing: border-box;
}

.good::before{
	border:10px double #9ca6ae;
	border-radius: 50%;
}

.maru::before{
	border:3px solid #9ca6ae;
	border-radius: 50%;	
}

.sankaku{
	position: relative;
}

.sankaku::before{
	border-style:solid;
	border-width: 0 15px 30px 15px;
	border-color: transparent transparent #9ca6ae transparent;
}

.sankaku::after{
	content: '';
	position: absolute;
	top: 7px;
	left: 15px;
	border-style:solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #fff transparent;
}

.con_cover{
	transition: 1s;
	opacity: 0;
	position: absolute;
	top:0;
	left:0;
	right: 0;
	z-index:20;
	padding-bottom: 40px!important;
	-webkit-animation: none!important;
	animation: none!important;
}
#compare p{
	width: 215px;
	text-align: left;
	margin: 0 auto;
	color: #707070;
	font-size: 0.96rem;
	margin-top: 15px;
	line-height: 1.8;
}
#compare .multi_link {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.tab_item{
	position: absolute;
	top: 42%;
	right:0;
	z-index: 40;
	width: 32vw;
	max-width: 120px;
	height: 32vw;
	max-height: 120px;
	border-radius: 50%;
	background-color: #707070;
	color: #ffffff;
	font-size: 0.96rem;
	line-height: 4.9vw;
	transition: 0.25s;
}

.tab_item::before{
	content:'マルチカバー\Aと比較する';
	white-space: pre;
	margin: 30% 0 0 2%;
	display: block;
}

.tab_item span{
	display: block;
	position: relative;
	width: 20px;
	height: 1px;
	background-color: #ffffff;
	margin: 3vw auto 0;
}

.tab_item span::before{
	content: '';
	display: block;
	position: absolute;
	right: 1px;
	bottom: -4px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#compare input{
	display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#compare_btn:checked ~ .con_cover{
	opacity:1!important;
}

/*選択されているタブのスタイルを変える*/
#compare_btn:checked + .tab_item::before {
	content:'ソフト\Aガーゼケット\Aと比較する';
	margin-top: 20%;
}
#compare_btn:checked + .tab_item {
	background-color: #80a2ad;
}

#compare_btn:checked + .tab_item span::before{
	left: 1px;
	bottom: -4px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ============== #css-animation ============== */
h2:not(.zoom){
	-webkit-animation: op 1.5s ease-in-out 3.5s 1 both,fv-anime 1.5s ease-in-out 2s 1 both,slideUp 1.5s ease-in-out 3.5s 1 both;
	animation: op 1.5s ease-in-out 3.5s 1 both,fv-anime 1.5s ease-in-out 2s 1 both,slideUp 1.5s ease-in-out 3.5s 1 both;
}

.funiki div{
	-webkit-font-smoothing: antialiased;
	font-size: 13vw;
	position: absolute;
	color: #fff;
	-webkit-animation: funiki 3s ease-in-out 1s 1 both;
	animation: funiki 3s ease-in-out 1s 1 both;
	top: 16%;
	left: 9%;
	z-index: 50;
	display: flex;
	    text-shadow: 0px 0px 9px rgba(0,0,0,0.4);
}

.funiki div:nth-of-type(2){
	font-size: 8vw;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
	top: 32%;
	right: 5%;
	left: auto;
}

.funiki div:nth-of-type(3){
	font-size: 10.5vw;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	top: auto;
	bottom: 5%;
	left: 50%;
}

.funiki div:nth-of-type(4){
	font-size: 8.5vw;
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
	top: 60%;
	left: 2%;
}

.funiki div:nth-of-type(5){
	font-size: 6.5vw;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
    top: 10%;
    left: auto;
    right: 12%;
}

.funiki div:nth-of-type(6){
	font-size: 7vw;
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
	top: auto;
	bottom: 17%;
	left: 30%;
}

@-webkit-keyframes funiki {
	0% {
		opacity: 0;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
	58% {
		opacity: 0.9;
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
	60% {
		opacity: 0.9;
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	100% {
		opacity: 0;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}
}

@keyframes funiki {
	0% {
		opacity: 0;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		-webkit-transform: translateY(10%);
		transform: translateY(10%);
	}
	58% {
		opacity: 0.9;
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
	60% {
		opacity: 0.9;
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	100% {
		opacity: 0;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}

}


.main_bg .bg{
	-webkit-animation: op 1s ease-in-out 0.5s 1 both;
	animation: op 1s ease-in-out 0.5s 1 both;
}

.main_bg .bg::after{
	-webkit-animation: op-r 14s ease-in-out 8.5s infinite both;
	animation: op-r 14s ease-in-out 8.5s infinite both;
}

#header-main,.anime{
	-webkit-animation: op 0.5s ease-in-out 0s 1 both;
	animation: op 0.5s ease-in-out 0s 1 both;
}

#concept span.anime{
	-webkit-animation: op 1s ease-in-out 0s 1 both;
	animation: op 1s ease-in-out 0s 1 both;
}
/*

#concept.anime span:nth-of-type(2){
	-webkit-animation: op 1.5s ease-in-out 2s 1 both;
	animation: op 1.5s ease-in-out 2s 1 both;
}

#concept.anime span:nth-of-type(3){
	-webkit-animation: op 1.5s ease-in-out 3.5s 1 both;
	animation: op 1.5s ease-in-out 3.5s 1 both;
}
*/


#nav li{
	-webkit-animation: op 1s ease-in-out 1s 1 both;
	animation: op 1s ease-in-out 1s 1 both;
}

#nav li:nth-child(2).anime{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

#nav li:nth-child(3).anime{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.anime li{
	-webkit-animation: op-s 1s ease-in-out 1s 1 both;
	animation: op-s 1s ease-in-out 1s 1 both;
}

.txt.anime{
	-webkit-animation: op-s 1s ease-in-out 0s 1 both,slide-r 1.5s ease-in-out 0s 1 both;
	animation: op-s 1s ease-in-out 0s 1 both,slide-r 1.5s ease-in-out 0s 1 both;
}

#quality.anime{
	-webkit-animation: op-s 1s ease-in-out 0s 1 both;
	animation: op-s 1s ease-in-out 0s 1 both;
}

#quality .anime figure{
	-webkit-animation: op 1s ease-in-out 0s 1 both;
	animation: op 1s ease-in-out 0s 1 both;
}


#quality .anime h4,
#quality .anime p{
	-webkit-animation: op-s 1s ease-in-out 0.5s 1 both;
	animation: op-s 1s ease-in-out 0.5s 1 both;
}
/*

#quality.anime .q_con:nth-child(2) figure,
#quality.anime .q_con:nth-child(2) h4,
#quality.anime .q_con:nth-child(2) p{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

#quality.anime .q_con:nth-child(3) figure,
#quality.anime .q_con:nth-child(3) h4,
#quality.anime .q_con:nth-child(3) p{
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}
*/

#quality .q_box2.anime figure{
	animation: none;
}


#slp.anime{
	-webkit-animation: op-s 1s ease-in-out 0s 1 both;
	animation: op-s 1s ease-in-out 0s 1 both;
}

#slp.anime figure{
	-webkit-animation: op 1s ease-in-out 0s 1 both;
	animation: op 1s ease-in-out 0s 1 both;	
}


#buy.anime{
	-webkit-animation: op-s 1s ease-in-out 0s 1 both;
	animation: op-s 1s ease-in-out 0s 1 both;	
}

#attention.anime{
	-webkit-animation: op-s 1s ease-in-out 0s 1 both;
	animation: op-s 1s ease-in-out 0s 1 both;	
}


#compare.anime .con_gauze{
	-webkit-animation: op-s 1s ease-in-out 0.5s 1 both;
	animation: op-s 1s ease-in-out 0.5s 1 both;
}

#compare.anime figure{
	-webkit-animation: op 1s ease-in-out 1s 1 both;
	animation: op 1s ease-in-out 1s 1 both;
}


.anime li:nth-child(2){
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

.anime li:nth-child(3){
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.anime li:nth-child(4){
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}


.u_line.anime{
	-webkit-animation: op 1s ease-in-out 0s 1 both;
	animation: op 1s ease-in-out 0s 1 both;
}


@-webkit-keyframes op-r {
	0% {
		opacity: 0;
	}
	14% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	64% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes op-r {
	0% {
		opacity: 0;
	}
	14% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	64% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes slide-r {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes slide-r {
	0% {
		-webkit-transform: translateX(-5%);
		transform: translateX(-5%);
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-webkit-keyframes fv-anime {
	0% {
		color:#707070;
	}
	100% {
		color:#3c3c3c;
	}
}

@keyframes fv-anime {
	0% {
		color:#707070;
	}
	100% {
		color:#3c3c3c;
	}
}

@-webkit-keyframes op {
	0% {
		opacity: 0;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
	}
	100% {
		opacity: 1;
		-webkit-filter: none;
		-moz-filter: none;
		-o-filter: none;
		-ms-filter: none;
		filter: none;
	}
}

@keyframes op {
	0% {
		opacity: 0;
		-webkit-filter: blur(5px);
		-moz-filter: blur(5px);
		-o-filter: blur(5px);
		-ms-filter: blur(5px);
		filter: blur(5px);
		transform: translate3d(0,0,0);
	}
	100% {
		opacity: 1;
		-webkit-filter: none;
		-moz-filter: none;
		-o-filter: none;
		-ms-filter: none;
		filter: none;
		transform: translate3d(0,0,0);
	}
}
@-webkit-keyframes op-s {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes op-s {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



/* ==============/ #css-animation /============== */

/* ============== Retina用画像 ============== */
@media only screen and (-webkit-min-device-pixel-ratio: 2){
	
	.main_bg .bg{	
		background-image: url("../option/img/gauzeket/fv_bg01_sp@2x.jpg");
	}

	.main_bg .bg::after{
		background-image: url("../option/img/gauzeket/fv_bg02_sp@2x.jpg");
	}

/* ============== #blanket ============== */

	#blanket .con_bg.lazyloaded{
		background-image: url("../option/img/gauzeket/blanket_bg_sp@2x.jpg");
	}
	/* ==============/ #blanket /============== */

	/* ============== #cover ============== */

	#cover .con_bg.lazyloaded{
		background-image: url("../option/img/gauzeket/cover_bg_sp@2x.jpg");
	}

	/* ==============/ #cover /============== */

	/* ============== #quality============== */

	#quality.lazyloaded{
		background-image: url("../option/img/gauzeket/quality_bg_sp@2x.jpg");
	}

	#attention.lazyloaded{
		background-image: url("../option/img/gauzeket/attention_bg_sp@2x.jpg");
	}
	#attention .shadow-box h4::after{
		background-image: url("../option/img/gauzeket/wash@2x.png");
	}
}
/* ==============/ Retina用画像 /============== */

