@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');


.mt0 {
	margin-top: 0 !important;
}

.mt8 {
	margin-top: 8px;
}

.mt5 {
	margin-top: 5px !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mt100 {
	margin-top: 100px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mr5 {
	margin-right: 5px
}

.mr10 {
	margin-right: 10px
}

.mr20 {
	margin-right: 20px
}

.mr30 {
	margin-right: 30px
}

.mr40 {
	margin-right: 40px
}

.mr50 {
	margin-right: 50px
}

.ml5 {
	margin-left: 5px
}

.ml10 {
	margin-left: 10px
}

.ml20 {
	margin-left: 20px
}

.ml30 {
	margin-left: 30px
}

.ml40 {
	margin-left: 40px
}

.ml50 {
	margin-left: 50px
}

.ml100 {
	margin-left: 100px
}

.mt80_30 {
	margin-top: 80px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fc {
	clear: both;
}

.tc {
	text-align: center !important;
	margin: 0 auto !important;
}


body {
	font-family: 'Noto Sans JP', sans-serif, 'メイリオ', Meiryo, 'Osaka', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	width: 100%;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0;
	overflow-x: hidden !important;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}

* {
	color: #4D4D4D;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #4D4D4D;
	transition: 0.3s;
}

a:hover {
	cursor: pointer;
	filter: alpha(opacity=60);
	/* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";
	/* ie 8 */
	-moz-opacity: 0.6;
	/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;
	/* Safari 1.x */
	opacity: 0.6;
	zoom: 1;
}

header li,
footer li,
.top_news li,
.top_brand_list li {
	list-style: none;
}

.sp_br {
	display: none;
}

h1 {
	margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	vertical-align: top;
}

.fc {
	clear: both;
}

header {
	position: absolute;
	z-index: 9999 !important;
	width: 100%;
	top: 0;
}

.pc_nav {
	width: 95%;
	padding: 0;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
}

.home .SR h1.logo img {
	height: 50px;
}

.home .SR h1.logo_min {
	display: none;
}
.SR h1.logo_min img{
	height: 50px;
}
.page .SR h1.logo,.archive .SR h1.logo,.single .SR h1.logo ,.error404 .SR h1.logo{
	display: none;
}
.page .SR h1.logo_min,.archive .SR h1.logo_min,.single .SR h1.logo_min {
	display: block;
}

.pc_nav_list {
	display: flex;
	align-items: center;
}

.pc_nav_list li {
	margin-left: 30px;
	text-align: center;
	font-size: 0.9em;
}

.pc_nav_list li a:hover {
	opacity: 1;
}

.home .pc_nav_list li a {
	color: #FFF;
}

.home .pc_nav_list li.nav_shop,
.home .pc_nav_list li.nav_icon {
	margin-left: 10px;
}

.home .pc_nav_list li.nav_shop a {
	display: block;
	background-color: #FFF;
	border-radius: 30px;
	color: #000;
	text-align: center;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
}

.home .pc_nav_list li.nav_icon a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border-radius: 30px;
	padding: 5px 5px;
}



.pc_nav_list li.nav_shop,
.pc_nav_list li.nav_icon {
	margin-left: 10px;
}

.pc_nav_list li.nav_shop a {
	display: block;
	background-color: #000;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
}

.pc_nav_list li.nav_icon a {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 5px 5px;
}


.clone-nav {
	position: fixed;
	top: 0;
	z-index: 2;
	transition: .3s;
	transform: translateY(-100%);
	width: 95%;
	margin: 0px auto;
	padding: 10px 2.5% 10px;
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #E6E6E6;
	align-items: center;
}

.clone-nav ul li {
	list-style: none;
}

.is-show {
	transform: translateY(0);
}

.clone-nav .SR h1.logo {
	display: none;
}

.clone-nav .SR h1.logo_min {
	display: block;
}

.clone-nav .SR h1.logo_min img {
	height: 50px;
}



.clone-nav .pc_nav_list li {
	margin-left: 30px;
}

.clone-nav .pc_nav_list li.nav_shop,
.clone-nav .pc_nav_list li.nav_icon {
	margin-left: 10px;
}

.clone-nav .pc_nav_list li a {
	font-size: 0.9em;
	color: #000;
}

.clone-nav .pc_nav_list li.nav_shop a {
	background-color: #000;
	color: #fff;
}

.clone-nav .pc_nav_list li.nav_icon a {
	border: 1px solid #000;
}

#sp_header {
	display: none !important;
}

.pc_none {
	display: none !important;
}

#page_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 70px;
	z-index: 9999 !important;
	transition: none;
}

#page_top img {
	width: 100%;
}

.sp_tab_none {
	display: block;
}

.sp_none {
	display: block;
}

.pc_none {
	display: none;
}

#site-footer {
	background-color: #F2F2F2;
	padding-bottom: 30px;
}

.footer_flex {
	display: flex;
	align-items: flex-end;
}

.footer_contents {
	width: 30%;
	padding: 5% 0 5% 10%;
}

.footer_contents .foot_logo img {
	width: 130px;
	/* width: 180px; */
	margin-bottom: 30px;
}
.foot_insta{
	display: block;
	margin: 10px 0 0;
}
.foot_insta img{
	width: 30px;

}
.footer_contents .button {
	margin: 30px 0 0;
}

.footer_contents .button a {
	width: 230px;
	border: 1px solid #000;
	padding: 10px 20px;
	margin: 0 auto 0 0;
	justify-content: center;
}

.footer_nav {
	width: 50%;
	padding: 5%;
}

.footer_nav>ul>li {
	margin-bottom: 10px;
}

.footer_nav>ul>li ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_nav>ul>li ul li {
	padding-right: 15px;
	border-right: 1px solid #000;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 0.9em;
}

.footer_nav>ul>li ul li:last-child {
	border-right: none;
}

#copyright {
	text-align: center;
	font-size: 0.6em;
}
.hojyokin{
	text-align: center;
	font-size: 0.8em;
}

/* reCAPTCHA繝舌ャ繧ｸ繧帝撼陦ｨ遉ｺ */
.grecaptcha-badge { visibility: hidden; }
.reCAPTCHA_p{
	font-size: 0.8em;
	text-align: center;
}
.reCAPTCHA_p a{
	text-decoration: underline;
}

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

	.pc_nav_list li a {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 1100px) {
	header {
		height: 60px;
	}

	.pc_nav {
		display: none;
	}

	#sp_header {
		display: block !important;
	}

	.home .logo {
		display: none;
	}
	.home .logo_min {
		display: block;
	}
	.SR h1.logo_min img {
		height: 40px;
		padding: 15px;
	}

	.sp_nav_twitter a img {
		display: block;
		margin: 15px auto;
		width: 50px;
	}

	.footer_flex {
		flex-direction: column;
		display: flex;
		align-items: flex-end;
	}

	.footer_contents {
		width: 90%;
		padding: 80px 5%;
	}
	.footer_contents .foot_logo img {
		width: 130px;
	}
	.footer_nav {
		width: 90%;
		padding: 5%;
	}


}

@media screen and (max-width: 640px) {
	.sp_br {
		display: block !important;
	}

	.sp_none {
		display: none !important;
	}

	.pc_none {
		display: block !important;
	}
}