@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	CSS Document
	file name  :base.css
	
	□ all
	□ header
	□ container
	□ footer

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*  font-family: 'Lusitana', serif; */
@import url('https://fonts.googleapis.com/css2?family=Lusitana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amiri:ital@1&display=swap');


/*section*/
.section{
	margin-bottom:110px;
	position:relative;
}
.section:last-of-type{
	margin-bottom:0 !important;
}
.sec-inr{
	max-width:1600px;
	width:100%;
	margin:0 auto;
	position: relative;
}
.sec-inr-m{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	position: relative;
}
@media screen and (max-width: 1720px) {
	.sec-inr{
		max-width:100%;
		padding-left: 10vw;
		padding-right: 10vw;
	}
}
@media screen and (max-width: 1400px) {
	.sec-inr{
		padding-left: 90px;
		padding-right: 90px;
	}
}
@media screen and (max-width: 1100px) {
	.sec-inr{
		padding-left: 60px;
		padding-right: 60px;
	}
	.sec-inr-m{
		max-width:100%;
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (max-width: 960px) {
	.sec-inr{
		padding-left: 35px;
		padding-right: 35px;
	}
	.section{
		margin-bottom:70px;
	}
	.sec-inr-m{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (max-width: 720px) {
	.sec-inr{
		padding-left: 25px;
		padding-right: 25px;
	}
	.section{
		margin-bottom:50px;
	}
}


/*PAGE EFFECT*/
#page-animate::before {
	 content: '';
	 position: fixed;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-color: #2a4145;
	 z-index: 9999;
	 pointer-events: none;
	 right: 100%;
	 -webkit-transition: right 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	 transition: right 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	backface-visibility:hidden;
}
 #page-animate::after {
	 content: '';
	 position: fixed;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-color: #2a4145;
	 z-index: 9999;
	 pointer-events: none;
	 left: 100%;
	 -webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	 transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	backface-visibility:hidden;
}
 #page-animate.is-slide-in::before {
 	right: 0;
}
 #page-animate.is-slide::after {
	 left: 0;
}


/*SCROLL EFFECT*/
.effect .ac{
	position:relative;
	overflow:hidden;
}
.effect .ac .bg{
	opacity:0;
	-webkit-animation: fadein-bg 5s 1 ease forwards;
  	animation: fadein-bg 5s 1 ease forwards;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.effect .ac:after{
	content:"";
	display:block;
	background:#2a4145;
	z-index:2;
	width:0%;
	height:120%;
	left: -10%;
	top: 0;
	position: absolute;
	-webkit-transform: skewX(15deg);
		  transform: skewX(15deg);
	-webkit-animation: fadein0 5s 1 ease forwards;
  	animation: fadein0 5s 1 ease forwards;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.effect .ac:before{
	content:"";
	display:block;
	background:#eeeee7;
	z-index:1;
	width:130%;
	height:120%;
	left: -10%;
	top: 0;
	position: absolute;
	-webkit-transform: skewX(15deg);
		  transform: skewX(15deg);
	-webkit-animation: fadein1 4s 1 ease forwards;
  	animation: fadein1 4s 1 ease forwards;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@-webkit-keyframes fadein-bg {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadein0 {
	0% {
		width:0%;
		left:-12.5%;
		opacity: 1;
	}
	30% {
		width:130%;
		left:-12.5%;
		opacity: 1;
	}
	60% {
		width:130%;
		left:130%;
		opacity: 1;
	}
	100% {
		width:130%;
		left:130%;
		opacity: 0;
	}
}
@-webkit-keyframes fadein0 {
	0% {
		width:0%;
		left:-12.5%;
		opacity: 1;
	}
	30% {
		width:130%;
		left:-12.5%;
		opacity: 1;
	}
	60% {
		width:130%;
		left:130%;
		opacity: 1;
	}
	100% {
		width:130%;
		left:130%;
		opacity: 0;
	}
}

@keyframes fadein1 {
	0% {
		width:130%;
		left:-12.5%;
		opacity: 1;
	}
	30% {
		width:130%;
		left:-12.5%;
		opacity: 1;
	}
	60% {
		width:130%;
		left:130%;
		opacity: 1;
	}
	100% {
		width:130%;
		left:130%;
		opacity: 0;
	}
}
@-webkit-keyframes fadein1 {
	0% {
		width:130%;
		left:-12.5%;
		opacity: 1;
	}
	30% {
		width:130%;
		left:-12.5%;
		opacity: 1;
	}
	60% {
		width:130%;
		left:130%;
		opacity: 1;
	}
	100% {
		width:130%;
		left:130%;
		opacity: 0;
	}
}

.ac-t2{
	opacity:0;
	padding-top:30px;
	-webkit-animation: fadein-t2 3s 1 ease forwards;
  	animation: fadein-t2 3s 1 ease forwards;
}
@keyframes fadein-t2 {
	0% {
		opacity:0;
		padding-top:30px;
	}
	30% {
		opacity:0;
		padding-top:30px;
	}
	60% {
		opacity:1;
		padding-top:0;
	}
	100% {
		opacity:1;
		padding-top:0;
	}
}
@-webkit-keyframes fadein-t2 {
	0% {
		opacity:0;
		padding-top:30px;
	}
	30% {
		opacity:0;
		padding-top:30px;
	}
	60% {
		opacity:1;
		padding-top:0;
	}
	100% {
		opacity:1;
		padding-top:0;
	}
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    header
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:1000;
	padding: 60px 60px 35px;
	
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.down{
	position: absolute;
	right: -60px;
	top: 420px;
	font-family: 'Amiri', serif;
	font-size:1rem;
	font-weight: bold;
	color: #000;
	transform: rotate(-90deg);
}
.down:after{
	content: "";
	display: block;
	width: 190px;
	height: 1px;
	left: -5px;
	top: 110px;
	background: #000;
}
.hd__scroll{
	background: #FAF9F6;
	padding: 20px 35px 20px !important;
}
.hd-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
	position:relative;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: logo*/
.header .hd-logo{
	width:123px;
	height: 41px;
	background: url("../img/logo_bk.png") no-repeat;
	background-size: 100% auto !important;
}
.hd__scroll .hd-logo{
	width:110px;
	height: 35px;
	background: url("../img/logo_bk.png") no-repeat;
	background-size: 100% auto;
}
.header .hd-logo a{
	display: block;
	width: 100%;
	height: 100%;
	line-height:1;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: nav*/
.header nav{
	display: flex;
	justify-content: flex-end;
	width: 860px;
}
.header .hd-nav{
	display: flex;
	justify-self: right;
}
.header .hd-nav li{
	padding:0 1.5rem;
	line-height:1;
}
.header .hd-nav li a{
	font-size:1.2rem;
	position:relative;
    color: #000;
}

.header .hd-nav li a:after{
	content: "";
	position: absolute;
	left: 2px;
	bottom: -14px;
	background: #333;
	height: 3px;
	width: 20px;
	display: none;
}
.hd__scroll .hd-nav li a:after{
    background: #2a4145;
}
.kodawari .header .hd-nav li:nth-child(1) a:after{
	display: block;
}
.product .header .hd-nav li:nth-child(2) a:after{
	display: block;
}
.company .header .hd-nav li:nth-child(3) a:after{
	display: block;
}
.oem .header .hd-nav li:nth-child(4) a:after{
	display: block;
}
.column .header .hd-nav li:nth-child(5) a:after{
	display: block;
}
.news .header .hd-nav li:nth-child(6) a:after{
	display: block;
}
.store .header .hd-nav li:nth-child(7) a:after{
	display: block;
}

.hd__scroll .hd-nav li a{
	color: #2a4145;
}
.header .hd-nav:hover li a:not(:hover){
	opacity:0.3;
}
.header .hd-nav li a:hover{
	opacity:1;
}
.hd__scroll .hd-nav li a:hover{
    color: #000;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: btn*/
.header .hd-btn {
	width: 150px;
	display: flex;
	justify-content: space-between;
	margin-top: -20px;
	margin-left: 30px;
}
.header .hd-btn li{
	height: 65px;
	width: 65px;
	border-radius: 50%;
	border:1px solid #ccc;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 22px auto !important;
}
.header .hd-btn li:first-of-type{
	background: url("../img/hd_mail_bk.png");
}
.header .hd-btn li:last-of-type{
	background: url("../img/hd_cart_bk.png");
}
.hd__scroll .hd-btn{
	margin-top: -6px;
	width: 80px;
}
.hd__scroll .hd-btn li:first-of-type{
	background: url("../img/hd_mail_bk.png") no-repeat;
}
.hd__scroll .hd-btn li:last-of-type{
	background: url("../img/hd_cart_bk.png") no-repeat;
}
.hd__scroll .hd-btn li{
	width: 25px;
	height: 30px;
	border:none;
	background-size: 22px auto !important;
}
.header .hd-btn a{
	display: block;
	width: 100%;
	height: 100%;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: sp*/
.header .new-hd{
	display:none;
}
.sp-logo{
	width: 110px;
	position: absolute;
	left: 30px;
	top: 40px;
}
#nav-tgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 0;
}
label.open {
	z-index: 2;
	width: 60px;
	height: 48px;
	transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
label.open span,
label.open:before,
label.open:after{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid #2a4145;
    transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.hd__scroll label.open span,
.hd__scroll label.open:before,
.hd__scroll label.open:after {
    border-bottom: 2px solid #2a4145;
}
label.open:before {
	transform: translateY(-8px);
}
label.open:after {
	transform: translateY(8px);
}
label.close {
	z-index: 1;
	width: 400px;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
#nav-tgl:checked + .open span {
	transform: scaleX(0);
}
#nav-tgl:checked + .open::before {
	transform: rotate(45deg);
	border-bottom: 2px solid #2a4145;
}
#nav-tgl:checked + .open::after {
	transform: rotate(-45deg);
	border-bottom: 2px solid #2a4145;
}
.menu-sp{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-sp li{
	width: 47%;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.2rem;
	font-family: 'Amiri', serif;
}
.menu-sp li:nth-child img{
	height: 20px;
}
.drower-menu {
    z-index: 1;
    background: #FAF9F6;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 26% 6% 6% 6%;
    margin: 0;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
#nav-tgl:checked ~ .drower-menu {
    transform: none;
}

.sp-sns{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 280px;
	margin: 30px auto 0;
}
.sp-sns li{
	width: 30px;
	text-align: center;
}
.sp-sns li:nth-child(1) img{
	width: 19px;
}
.sp-sns li:nth-child(2) img{
	width: 20px;
}
.sp-sns li a{
	display: block;
	width: 100%;
}
.sp-plane{
	margin-top: 40px;
}
.sp-plane li a{
	margin-bottom: 15px;
	position: relative;
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaa;
}
.sp-plane li a:after{
	display:block;
	content:"";
	position:absolute;
	z-index:999;
	right: 13px;
	top:50%;
	margin-top:-5px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

@media screen and (max-width: 1200px) {
	.header{
		padding: 60px 30px 35px;
	}
	.header .hd-center li{
		padding: 0 1.6rem;
	}
	.header .hd-center li a{
		font-size:1.35rem;
	}
}
@media screen and (max-width: 1080px) {
	.header .hd-center li{
		padding: 0 1.25rem;
	}
	.header .hd-center li a{
		font-size:1.25rem;
		letter-spacing: 0.02em;
	}
}
@media screen and (max-width: 960px) {
	.header{
		padding: 25px 30px 25px;
	}
	.hd__scroll{
		padding: 20px 30px 15px;
	}
	.hd__scroll label {
		top: 10px;
	}
	.hd-wrap nav{
		display: none;
	}
	.header .hd-btn {
		display: none;
	}
	.header .new-hd{
		display: block;
	}
	.down{
		display: none;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.header .hd-logo{
		width:110px;
		background: url("../img/logo_bk@2x.png") no-repeat;
	}
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    ★ CONTENTS
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
	MV
*/
.mv-wrap {
    width: 100%;
	z-index:1;
	margin:0 0 160px;
}
.mv-wrap .mv-bg{
	/*background:url("../img/mv_bg.jpg") no-repeat top center #2a4145;*/
	position: relative;
	padding-top: 15%;
}
.mv-bg h1{
	padding-left: 6vw;
	line-height: 0.7;
	color: #111;
	font-size: 8vw;
	font-family: 'Lusitana', serif;
}
@media screen and (min-width: 1900px) {
	.mv-wrap .mv-bg{
		padding-top: 260px;
	}
	.mv-bg h1{
		font-size: 17rem;
	}
}
@media screen and (max-width: 1600px) {
	.mv-wrap {
		margin:0 0 120px;
	}
}
@media screen and (max-width: 1300px) {
	.mv-wrap .mv-bg{
		padding-top: 240px;
	}
	.mv-bg h1{
		font-size: 11rem;
	}
}
@media screen and (max-width: 1100px) {
	.mv-bg h1{
		font-size: 10rem;
		padding-left: 50px;
	}
}
@media screen and (max-width: 960px) {
	.mv-wrap{
		margin:0 0 70px;
	}
	.mv-wrap .mv-bg{
		padding-top: 180px;
	}
	.mv-bg h1{
		font-size: 6rem;
		line-height: 1.1;
	}
}
@media screen and (max-width: 750px) {
	.mv-wrap{
		margin:0 0 40px;
	}
	.mv-wrap .mv-bg{
		padding-top: 140px;
	}
	.mv-bg h1{
		font-size: 5rem;
		padding-left: 25px;
	}
}


/*
	common
*/
#contents {
	position:relative;
	backface-visibility:hidden;
	transition: all .7s ease;
	z-index:999;
}
#contents section{
	margin-bottom: 140px;
}
#contents section:last-of-type{
	margin-bottom: 0;
}
@media screen and (max-width: 960px) {
	#contents section{
		margin-bottom: 70px;
	}
}


/*
	news
*/

.top .clm .box__wrap,
.detail .clm .sec-inr,
.list .clm .sec-inr{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top .clm .box__wrap .box,
.detail .clm .sec-inr .box,
.list .clm .sec-inr .box{
	width: 31%;
	margin-bottom: 90px;
}
.top .clm .box__wrap .box .ph,
.detail .clm .sec-inr .box .ph,
.list .clm .sec-inr .box .ph{
	height: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}
.top .clm .box__wrap .box .ph figure,
.detail .clm .sec-inr .box .ph figure,
.list .clm .sec-inr .box .ph figure{
	background: #111;
	height: 100%;
	transition: all .6s ease-out;
}
.top .clm .box__wrap .box:hover .ph figure,
.detail .clm .sec-inr .box:hover .ph figure,
.list .clm .sec-inr .box:hover .ph figure{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.top .clm .box__wrap .box .ph .fit,
.detail .clm .sec-inr .box .ph .fit,
.list .clm .sec-inr .box .ph .fit{
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	background-size: cover !important;
}
.top .clm .box__wrap .box .ph img,
.detail .clm .sec-inr .box .ph img,
.list .clm .sec-inr .box .ph img{
	opacity: 0.85;
}
.list .clm .sec-inr:after{
	content: "";
	width: 31%;
	display: block;
}
.list .clm .sec-inr .date{
	color: #7C7B72;
	margin-top: 10px;
}
.top .clm .box__wrap .ttl,
.detail .clm .sec-inr .ttl,
.list .clm .sec-inr .ttl{
	font-size: 1.7rem;
	line-height: 1.6;
}
.top .clm .box__wrap .cat,
.list .clm .sec-inr .cat{
	color: #2a4145;
	font-size: 1.2rem;
	padding: 5px 10px;
	border-radius: 2px;
	line-height: 1;
	display: inline-block;
	/*border: 1px solid #7C7B72;*/
	background: #DDDBD4;
	margin-bottom: 10px;
}
.detail .article .ttl{
	font-size: 2.8rem;
	line-height: 1.4;
	color: #111;
}
.detail .article .date{
	font-size: 1.4rem;
	text-align: right;
	margin-bottom: 20px;
}
.detail .article .txt img{
	margin: 25px 0;
}
.detail .article .txt h2{
	border-bottom: 1px solid #111;
	padding-bottom: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 2rem;
}
@media screen and (max-width: 1200px) {
	.top .clm .box__wrap .box,
	.detail .clm .sec-inr .box,
	.list .clm .sec-inr .box{
		width: 48%;
		margin-bottom: 50px;
	}
	.top .clm .box__wrap .ttl,
	.detail .clm .sec-inr .ttl,
	.list .clm .sec-inr .ttl{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 960px) {
	.detail .article .txt h2{
		font-size: 1.6rem;
	}
	.detail .other h2{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 750px) {
	.top .clm .box__wrap,
	.detail .clm .sec-inr,
	.list .clm .sec-inr{
		display: block;
	}
	.top .clm .box__wrap .box,
	.detail .clm .sec-inr .box,
	.list .clm .sec-inr .box{
		width: 100%;
		margin-bottom: 50px !important;
	}
	.top .clm .box__wrap .ttl,
	.detail .clm .sec-inr .ttl,
	.list .clm .sec-inr .ttl{
		font-size: 1.3rem;
	}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

    ★ FOOTER
	
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.footer{
	width:100%;
	margin-top: 160px;
	padding: 0 30px 30px 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
/*
	ft-nav
*/
.footer .ft__nav{
	width: 350px;
}
.footer .ft__nav ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.footer .ft__nav ul li{
	margin-right:50px;
	position:relative;
	font-size:1.3rem;
}
.footer .ft__nav ul li a{
	color: #000;
}
.footer .ft__nav ul li:after{
	display:block;
	content:"";
	position:absolute;
	right: -24px;
	top:50%;
	margin-top:-7px;
    width: 16px;
    height: 16px;
}
.footer .ft__nav ul li:first-of-type:after{
	background: url("../img/ft_ico01.png") no-repeat;
	background-size: 16px 16px;
}
.footer .ft__nav ul li:last-of-type:after{
	background: url("../img/ft_ico02.png") no-repeat;
	background-size: 15px 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.footer .ft__nav ul li:first-of-type:after{
		background: url("../img/ft_ico01@2x.png") no-repeat;
		background-size: 100% auto;
	}
	.footer .ft__nav ul li:last-of-type:after{
		background: url("../img/ft_ico02@2x.png") no-repeat;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 960px) {
	.footer .ft__nav{
		width: 100%;
	}
	.footer .ft__nav ul li{
		font-size:1.1rem;
	}
}
/*
	ft__sns
*/
.footer .ft__sns {
	width:350px;
}
.footer .ft__sns ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row-reverse;
}
.footer .ft__sns ul li{
	margin-left: 30px;
}
/*
	ft-copyright
*/
.footer .ft__copyright{
	font-size:1.1rem;
	text-align:center;
	width: calc(100% - 700px);
}
@media screen and (max-width: 960px) {
	.footer{
		margin-top: 80px;
		padding: 0 25px 30px 25px;
	}
	.footer .ft__sns {
		/*width:100%;*/
		width:100px;
		position: absolute;
		top: 0;
		right: 20px;
	}
	.footer .ft__copyright{
		width:100%;
		margin-top: 30px;
		text-align: left;
		color: #999;
		font-size:0.9rem;
	}
}
@media screen and (min-width: 961px) {
	.sponly {
		display: none;
	}
}