html{
  scroll-behavior:smooth;
}
body{
  font-family:"Hiragino Mincho ProN",YuMincho,serif;
}
input,select,textarea,button{
  font-family:"Hiragino Mincho ProN",YuMincho,serif;
}

/* common */
ul.products li.product {
	width:30.4347826087%;
	float:left;
	margin-right:4.347826087%;
}
@media (max-width: 767px) {
	ul.products{
		display:grid;
		grid-template-columns:1fr 1fr;
	}
	ul.products::before,
	ul.products::after{
		display:none;
	}
	ul.products li.product{
		width:100%;
		float:inherit;
		margin-right:0%;
	}
}
.pc-view{
	display:none;
}
@media (min-width: 768px) {
	.pc-view{
		display:block;
	}
	.sp-view{
		display:none;
	}
}
@media (max-width:66.4989378333em){
	.col-full{
		margin:0 20px;
		padding:0;
	}
}
@media (max-width:568px){
	.col-full{
		margin:0 20px;
		padding:0;
	}
}
@media (min-width: 768px) {
	.col-full{
		max-width:1200px;
		margin:0 auto;
		padding:0 50px;
	}
}
#page{
	margin-top:58px;
}
@media (min-width: 768px) {
	#page{
		margin-top:204px;
	}
}
.site-header{
	border-bottom:none;
	height:58px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	padding:16px 0 0;
}
.site-header::before{
	background:#d0c2df;
	content:"";
	display:block;
	height:1px;
	position:absolute;
	left:0;
	right:0;
	bottom:3px;
}
.site-header::after{
	background:url(../images/common/bg_header_001.png) 0 0 / 88px 23px no-repeat;
	content:"";
	display:block;
	width:88px;
	height:23px;
	position:absolute;
	left:16px;
	bottom:-9px;
}
.site-header .site-branding{
	width:140px;
	position:relative;
	margin:0 auto;
	z-index:2;
}
.woocommerce-active .site-branding{
	float:none;
}
.site-branding img{
	border-radius:0;
}
.site-search{
	border:1px solid #dfcce6;
	border-radius:18px;
	float:none !important;
	width:213px !important;
	position:absolute;
	top:52px;
	right:20px;
	margin:0;
}
.site-search .widget_product_search form::before{
	background:url(../images/common/ico_search_001.png) 0 0 / 20px 21px no-repeat;
	content:"";
	width:20px;
	height:21px;
	top:6px;
	right:18px;
	left:auto;
}
.site-search input[type="search"]{
	background:transparent;
	box-shadow:none;
	width:100%;
	height:33px;
	padding:2px 44px 2px 15px !important;
}
.site-search button{
	background:transparent;
	clip:auto !important;
	text-indent:100%;
	width:40px;
	left:auto !important;
	right:0;
	bottom:0;
	overflow:hidden;
	white-space:nowrap;
	padding:0;
}
.site-header #menu-item-2239{
	font-family:"Times New Roman","Hiragino Mincho ProN",YuMincho,serif;
	width:210px;
	position:absolute;
	top:0;
	right:20px;
}
.site-header #menu-item-2239 a{
	background:#f6f1f8;
	border:1px solid #dfcce6;
	border-top:none;
	color:#a763ad;
	height:37px;
	position:relative;
	padding:5px 0 0;
}
.site-header #menu-item-2239 a::after{
	background:url(../images/common/ico_contact_001.png) 0 0 / 19px 11px no-repeat;
	content:"";
	width:19px;
	height:11px;
	position:absolute;
	top:13px;
	left:26px;
}
.site-header-cart{
	float:none !important;
	width:37px !important;
	height:37px;
	position:absolute;
	top:0;
	right:242px;
}
.site-header-cart .cart-contents{
	padding:0;
}
.site-header-cart .cart-contents::after{
	background:url(../images/common/ico_cart_001.png) 0 0 / 20px 19px no-repeat;
	content:"";
	float:none;
	width:20px;
	height:19px;
	position:absolute;
	top:11px;
	left:10px;
}
.site-header-cart .cart-contents span{
	display:none;
}
.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device{
	display:none !important;
}
.storefront-primary-navigation{
	background:#f6f3f7;
	margin:15px 0 0;
}
button.menu-toggle{
	border:none;
	border-radius:0;
	width:30px;
	height:21px;
	position:absolute;
	top:19px;
	right:22px;
	padding:0;
}
button.menu-toggle::before,
button.menu-toggle::after{
	background:#bd9aca;
	border-radius:0;
	width:100%;
	height:3px;
	left:0;
}
button.menu-toggle::before{
	margin-top:-6px;
}
.toggled button.menu-toggle::before{
	margin-top:-1px;
}
button.menu-toggle::after{
	margin-top:4px;
}
.toggled button.menu-toggle::after{
	margin-top:-1px;
}
button.menu-toggle span{
	display:block;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
button.menu-toggle span::before{
	background:#bd9aca;
	border-radius:0;
	width:100%;
	height:3px;
	left:0;
}
.handheld-navigation{
	font-size:16px;
}
.handheld-navigation ul{
	padding:2px 0 20px;
}
.handheld-navigation ul li{
	position:relative;
	margin:18px 0 0;
	padding:0 0 0 17px;
}
.handheld-navigation ul li::before{
	border-top:1px solid #be98cc;
	border-right:1px solid #be98cc;
	content:"";
	width:6px;
	height:6px;
	position:absolute;
	top:9px;
	left:0;
	transform:rotate(45deg);
}
.handheld-navigation ul li a{
	color:#000 !important;
	padding:0;
}
@media screen and (max-width: 480px) {
	.site-branding{
		position:static;
	}
	.site-branding img{
		width:100%;
		margin-top:0;
	}
}
@media (min-width: 768px) {
	.site-header{
		height:204px;
		padding:52px 0 0;
	}
	.site-header::before{
		height:2px;
	}
	.site-header::after{
		background-size:165px 43px;
		width:165px;
		height:43px;
		left:auto;
		right:133px;
		bottom:-19px;
	}
	.site-header .site-branding{
		width:210px;
	}
	.storefront-primary-navigation{
		background:transparent;
		margin:0;
		padding:0;
	}
	.woocommerce-active .site-header .main-navigation{
		float:none;
		width:auto;
		margin:31px 0 0;
	}
	.main-navigation ul.menu{
		display:flex;
	}
	.main-navigation ul.menu > li{
		flex:1;
		margin:0 !important;
	}
	.main-navigation ul.menu > li > a{
		color:#333;
		font-size:17px;
		text-align:center;
		letter-spacing:0.05em;
		padding:0;
	}
	.main-navigation ul.menu > li > a:hover,
	.main-navigation ul.menu > li > a:active{
		opacity:0.8;
	}
	.main-navigation ul.menu > li > a::after{
		color:#a763ad;
		display:block;
		font-family:"Times New Roman","Hiragino Mincho ProN",YuMincho,serif;
		font-size:13px;
		letter-spacing:0;
	}
	.main-navigation ul.menu > li#menu-item-2237 > a::after{
		content:"about us";
	}
	.main-navigation ul.menu > li#menu-item-145 > a::after{
		content:"products";
	}
	.main-navigation ul.menu > li#menu-item-146 > a::after{
		content:"after service";
	}
	.main-navigation ul.menu > li#menu-item-2238 > a::after{
		content:"question";
	}
}
@media (min-width: 1150px) {
	.fixed .site-header{
		height:104px;
		padding:29px 0 0;
	}
	.fixed .site-header .col-full{
		max-width:none;
		padding:0 30px;
	}
	.fixed .site-header .site-branding{
		width:190px;
		margin:3px 0 0;
	}
	.fixed .site-search{
		width:140px !important;
		top:32px;
		right:202px;
	}
	.fixed.woocommerce-active .site-header .main-navigation{
		margin:-35px 315px 0 210px;
	}
	.fixed .main-navigation ul.menu > li > a{
		font-size:15px;
	}
	.fixed .main-navigation ul.menu > li > a::after{
		font-size:12px;
	}
	.fixed .site-header #menu-item-2239{
		width:140px;
		top:29px;
		right:0;
	}
	.fixed .site-header #menu-item-2239 a{
		border-top:1px solid #dfcce6;
		border-right:none;
		padding-left:20px;
		height:40px;
	}
	.fixed .site-header #menu-item-2239 a::after{
		top:15px;
		left:23px;
	}
	.fixed .site-header-cart{
		top:30px;
		right:153px;
	}
}
@media (min-width: 1500px) {
	.fixed .site-search{
		width:213px !important;
		right:224px;
	}
	.fixed.woocommerce-active .site-header .main-navigation{
		margin:-37px 450px 0 245px;
	}
	.fixed .main-navigation ul.menu > li > a{
		font-size:17px;
	}
	.fixed .main-navigation ul.menu > li > a::after{
		font-size:13px;
	}
	.fixed .site-header #menu-item-2239{
		width:162px;
	}
	.fixed .site-header-cart{
		right:175px;
	}
}
.widget.woocommerce.widget_shopping_cart{
	display:none;
}
.storefront-breadcrumb{
	display:none;
}
.footer-banner{
	background:#f6f3f7;
	margin:75px 0 0;
	padding:33px 0 35px;
}
.footer-banner ul{
	list-style:none;
	margin:0;
}
.footer-banner ul li{
	margin:24px 0 0;
}
.footer-banner ul li.ass{
	margin-top:0;
}
.footer-banner ul li.guide{
	margin-left:-2.2%;
}
.footer-banner ul li img{
	border-radius:0;
}
@media (min-width: 768px) {
	.footer-banner{
		margin:113px 0 0;
		padding:63px 0 69px;
	}
	.footer-banner ul{
		display:flex;
		justify-content:space-between;
	}
	.footer-banner ul li{
		width:47.5%;
		margin:0;
	}
	.footer-banner ul li.guide{
		width:48.5833%;
		margin-left:0;
	}
}
#footer{
	border-top:1px solid #cdcdcd;
	box-shadow:none;
	margin:68px 0 0;
}
.footer .col-full{
	position:relative;
}
.footer .pagetop{
	position:absolute;
	top:-26px;
	right:0;
	z-index:3;
}
.footer .pagetop a{
	background:#be98cc;
	display:block;
	text-indent:100%;
	width:55px;
	height:50px;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
}
.footer .pagetop a::before{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	top:24px;
	left:22px;
	transform:rotate(-45deg);
}
.footer .footer-navi{
	font-size:15px;
	text-align:left;
	margin:0;
	padding:45px 0 0;
}
.footer .footer-navi ul{
	list-style:none;
	margin:0;
}
.footer .footer-navi ul li{
	position:relative;
	margin:15px 0 0;
	padding-left:20px;
}
.footer .footer-navi ul li::before{
	border-top:1px solid #be98cc;
	border-right:1px solid #be98cc;
	content:"";
	width:6px;
	height:6px;
	position:absolute;
	top:9px;
	left:0;
	transform:rotate(45deg);
}
.footer .footer-navi ul li a{
	color:#000;
}
.footer .footer-contact{
	background:#f6f3f7;
	position:relative;
	margin:52px 0 0;
	z-index:2;
}
.footer .footer-contact::before{
	border:1px solid #deceef;
	content:"";
	position:absolute;
	top:20px;
	left:20px;
	right:20px;
	bottom:20px;
	z-index:-1;
}
.footer .footer-contact-inner{
	position:relative;
	padding:95px 55px 57px;
	z-index:2;
}
.footer .footer-contact-inner::before{
	background:url(../images/common/bg_footer_001.png) 0 0 / 47px 47px no-repeat #f6f3f7;
	content:"";
	width:57px;
	height:57px;
	position:absolute;
	top:13px;
	left:17px;
	z-index:-1;
}
.footer .footer-contact-inner::after{
	background:url(../images/common/bg_footer_001.png) 0 0 / 47px 47px no-repeat #f6f3f7;
	content:"";
	width:57px;
	height:57px;
	position:absolute;
	right:17px;
	bottom:13px;
	transform:rotate(180deg);
	z-index:-1;
}
.footer .footer-contact p{
	width:170px;
	margin:0;
}
.footer .footer-contact p img{
	border-radius:0;
}
.footer .footer-contact dl{
	color:#333;
	font-size:14px;
	text-align:left;
	line-height:2.1428;
	margin:10px 5px 0;
}
.footer .footer-contact dl dt{
	font-weight:normal;
}
.footer .copy{
	border-top:1px solid #cdcdcd;
	margin:43px 0 0;
	padding:40px 0;
}
.footer .copy p{
	color:#4a4a4a;
	font-size:13px;
	margin:0;
}
@media (min-width: 768px) {
	#footer{
		margin:96px 0 0;
	}
	.footer .pagetop{
		top:-30px;
		right:50px;
	}
	.footer .pagetop a{
		width:77px;
		height:70px;
	}
	.footer .pagetop a::before{
		border-width:2px;
		width:13px;
		height:13px;
		top:32px;
		left:31px;
	}
	.footer .footer-navi{
		display:flex;
		font-size:14px;
		padding:55px 0 0;
	}
	.footer .footer-navi ul{
		width:50%;
	}
	.footer .footer-navi ul li{
		margin:17px 0 0;
	}
	.footer .footer-navi ul li a:hover,
	.footer .footer-navi ul li a:active{
		color:#333;
	}
	.footer .footer-contact::before{
		top:18px;
		bottom:18px;
	}
	.footer .footer-contact-inner{
		padding:95px 82px 57px;
	}
	.footer .footer-contact p{
		width:180px;
	}
	.footer .footer-contact dl{
		margin:20px 5px 0;
	}
	.footer .footer-contact dl dd .sp{
		display:none;
	}
}
@media (min-width: 1000px) {
	.footer > .col-full{
		display:flex;
		justify-content:space-between;
	}
	.footer > .col-full::before,
	.footer > .col-full::after{
		display:none;
	}
	.footer .footer-navi{
		width:40%;
		padding-bottom:30px;
	}
	.footer .footer-contact{
		width:450px;
		margin:0;
	}
	.footer .copy{
		margin:0;
	}
}

/* parts */
.page-title{
	border-bottom:1px solid #efe7f4;
	height:80px;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.page-title::before{
	background:url(../images/common/bg_pagetitle_001.png) 0 0 / 90px 90px no-repeat;
	content:"";
	width:90px;
	height:90px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:-1;
}
.page-title h1,
.page-title p{
	display:flex;
	flex-flow:column;
	justify-content:center;
	text-align:right;
	letter-spacing:0.05em;
	height:80px;
	margin:0;
}
.page-title h1 span,
.page-title p span{
	display:block;
}
.page-title h1 span.ja,
.page-title p span.ja{
	color:#a088b9;
	font-size:26px;
}
.page-title h1 span.en,
.page-title p span.en{
	color:#b19dc7;
	font-family:"Times New Roman","Hiragino Mincho ProN",YuMincho,serif;
	font-size:11px;
}
@media (min-width: 768px) {
	.page-title{
		height:249px;
	}
	.page-title::before{
		background-size:321px 321px;
		width:321px;
		height:321px;
	}
	.page-title h1,
	.page-title p{
		height:249px;
	}
	.page-title h1 span.ja,
	.page-title p span.ja{
		font-size:49px;
	}
	.page-title h1 span.en,
	.page-title p span.en{
		font-size:16px;
	}
}
.title-01{
	text-align:center;
	position:relative;
	margin:50px 0 0;
	padding:45px 0 0;
}
.title-01::before{
	background:url(../images/common/bg_title_001.png) 0 0 / 104px 45px no-repeat;
	content:"";
	width:104px;
	height:45px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-52px;
}
.title-01 span{
	display:block;
}
.title-01 span.ja{
	color:#575757;
	font-size:25px;
}
.title-01 span.en{
	color:#a763ad;
	font-size:12px;
	margin:1px 0 0;
}
@media (min-width: 768px) {
	.title-01{
		margin:70px 0 0;
		padding:61px 0 0;
	}
	.title-01::before{
		background-size:135px 59px;
		width:135px;
		height:59px;
		margin-left:-67px;
	}
	.title-01 span.ja{
		font-size:28px;
	}
	.title-01 span.en{
		font-size:15px;
		margin:3px 0 0;
	}
}
.title-02{
	color:#555;
	display:table;
	font-size:19px;
	font-weight:400;
	text-align:center;
	line-height:1.4;
	position:relative;
	margin:50px auto 35px;
}
.title-02::before{
	background:url(../images/common/bg_title_002.png) 0 0 / 60px 27px no-repeat;
	content:"";
	width:60px;
	height:27px;
	position:absolute;
	top:-11px;
	left:-75px;
}
.title-02::after{
	background:url(../images/common/bg_title_002.png) 0 0 / 60px 27px no-repeat;
	content:"";
	width:60px;
	height:27px;
	position:absolute;
	top:-11px;
	right:-75px;
	transform:scale(-1, 1);
}
.title-02 span{
  background:radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             radial-gradient(circle at 6px calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             linear-gradient(to bottom, #fff calc(100% - 12px), transparent calc(100% - 12px)) ,
             linear-gradient(to right, transparent 6px, #f3eaf6 6px, #f3eaf6 calc(100% - 6px), transparent calc(100% - 6px));
	padding:0 9px 1px;
  display:inline;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.title-02 span span.small{
  background:none;
	font-size:71.4%;
	padding:0;
  box-decoration-break:slice;
  -webkit-box-decoration-break:slice;
}
@media (min-width: 768px) {
	.title-02{
		font-size:35px;
		margin:83px auto 90px;
	}
	.title-02::before{
		background-size:114px 52px;
		width:114px;
		height:52px;
		top:1px;
		left:-129px;
	}
	.title-02::after{
		background-size:114px 52px;
		width:114px;
		height:52px;
		top:1px;
		right:-129px;
	}
	.title-02 span{
		background:radial-gradient(circle at calc(100% - 11px) calc(100% - 11px), #f3eaf6 6px, transparent 11px) ,
							 radial-gradient(circle at 11px calc(100% - 11px), #f3eaf6 11px, transparent 11px) ,
							 linear-gradient(to bottom, #fff calc(100% - 22px), transparent calc(100% - 22px)) ,
							 linear-gradient(to right, transparent 11px, #f3eaf6 11px, #f3eaf6 calc(100% - 11px), transparent calc(100% - 11px));
		padding:0 30px 5px;
	}
	.title-02 span span.small{
		background:none;
		padding:0;
	}
}
.title-03{
	color:#693c83;
	font-size:17px;
	margin:40px 0 0;
}
@media (min-width: 768px) {
	.title-03{
		font-size:20px;
	}
}
.title-04{
	color:#1c1c1c;
	line-height:2.1875;
	font-size:131%;
	position:relative;
	line-height:2;
	margin:50px 0 0;
	padding:0 0 0 31px;
}
.title-04::before{
	background-image:linear-gradient(0deg, #d7cae4, #bba6d1);
	content:"";
	width:10px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}

/* top */
.top-jewnel{
	margin:52px 0 0;
}
.top-jewnel h2{
	color:#707070;
	font-weight:400;
	text-align:center;
}
.top-jewnel h2 span.copy{
	display:table;
	font-size:15px;
	position:relative;
	margin:0 auto;
}
.top-jewnel h2 span.copy::before{
	background:url(../images/common/bg_title_002.png) 0 0 / 60px 27px no-repeat;
	content:"";
	width:60px;
	height:27px;
	position:absolute;
	top:-11px;
	left:-75px;
}
.top-jewnel h2 span.copy::after{
	background:url(../images/common/bg_title_002.png) 0 0 / 60px 27px no-repeat;
	content:"";
	width:60px;
	height:27px;
	position:absolute;
	top:-11px;
	right:-75px;
	transform:scale(-1, 1);
}
.top-jewnel h2 span.name{
	display:block;
	font-size:19px;
	margin:8px 0 0;
}
.top-jewnel h2 span.name span{
  background:radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             radial-gradient(circle at 6px calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             linear-gradient(to bottom, #fff calc(100% - 12px), transparent calc(100% - 12px)) ,
             linear-gradient(to right, transparent 6px, #f3eaf6 6px, #f3eaf6 calc(100% - 6px), transparent calc(100% - 6px));
	padding:0 9px 1px;
  display:inline;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.top-jewnel .txt-recommend ul{
	color:#593f26;
	font-size:14px;
	text-align:center;
	list-style:none;
	width:262px;
	margin:35px auto 0;
}
.top-jewnel .txt-recommend ul li{
	border:1px solid #b3b3b3;
	border-radius:22px;
	margin:10px 0 0;
	padding:8px 15px;
}
.top-jewnel .txt-recommend p{
	background:url(../images/top/bg_jewnel_arrow_001.png) 50% 0 / 23px 38px no-repeat;
	color:#722d89;
	font-size:21px;
	text-align:center;
	letter-spacing:-0.05em;
	margin:10px 0 0;
	padding:40px 0 0;
}
.top-jewnel .compare h3{
	color:#414141;
	font-size:21px;
	text-align:center;
	margin:0;
}
.top-jewnel .compare h3 span{
	padding:0 6px 3px;
  display:inline;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.top-jewnel .compare ul{
	color:#414141;
	display:table;
	font-size:13px;
	list-style:none;
	margin:22px auto 0;
}
.top-jewnel .compare ul li{
	position:relative;
	margin:9px 0 0;
	padding:0 0 0 23px;
}
.top-jewnel .compare ul li::before{
	content:"";
	width:16px;
	height:14px;
	position:absolute;
	top:1px;
	left:0;
}
.top-jewnel .compare .nailtip{
	background:url(../images/top/bg_jewnel_001_sp.png) 0 0 / 100% 100% no-repeat;
	margin:25px 0 0;
	padding:25px 0 41px;
}
.top-jewnel .compare .nailtip h3 span{
  background:radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #d7f2f5 6px, transparent 6px) ,
             radial-gradient(circle at 6px calc(100% - 6px), #d7f2f5 6px, transparent 6px) ,
             linear-gradient(to bottom, #f0f8f9 calc(100% - 12px), transparent calc(100% - 12px)) ,
             linear-gradient(to right, transparent 6px, #d7f2f5 6px, #d7f2f5 calc(100% - 6px), transparent calc(100% - 6px));
}
.top-jewnel .compare .nailtip ul li::before{
	background:url(../images/top/ico_check_001.png) 0 0 / 16px 14px no-repeat;
}
.top-jewnel .compare .jewnel{
	background:url(../images/top/bg_jewnel_002_sp.png) 0 0 / 100% 100% no-repeat;
	position:relative;
	margin:51px 0 0;
	padding:22px 0 150px;
}
.top-jewnel .compare .jewnel::before{
	background:url(../images/top/img_jewnel_001_sp.png) 0 0 / 135px 104px no-repeat;
	content:"";
	width:135px;
	height:104px;
	position:absolute;
	left:50%;
	bottom:24px;
	margin-left:-67px;
}
.top-jewnel .compare .jewnel h3 span{
  background:radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #f6e3e9 6px, transparent 6px) ,
             radial-gradient(circle at 6px calc(100% - 6px), #f6e3e9 6px, transparent 6px) ,
             linear-gradient(to bottom, #f6f3f7 calc(100% - 12px), transparent calc(100% - 12px)) ,
             linear-gradient(to right, transparent 6px, #f6e3e9 6px, #f6e3e9 calc(100% - 6px), transparent calc(100% - 6px));
}
.top-jewnel .compare .jewnel p{
	width:127px;
	position:absolute;
	top:-43px;
	left:10px;
	margin:0;
}
.top-jewnel .compare .jewnel ul{
	margin-top:12px;
}
.top-jewnel .compare .jewnel ul li::before{
	background:url(../images/top/ico_check_002.png) 0 0 / 16px 14px no-repeat;
}
@media (min-width: 768px) {
	.top-jewnel{
		margin:90px 0 0;
	}
	.top-jewnel h2 span.copy{
		display:block;
		font-size:28px;
	}
	.top-jewnel h2 span.copy::before,
	.top-jewnel h2 span.copy::after{
		display:none;
	}
	.top-jewnel h2 span.name{
		display:table;
		font-size:35px;
		position:relative;
		margin:17px auto 0;
	}
	.top-jewnel h2 span.name::before{
		background:url(../images/common/bg_title_002.png) 0 0 / 114px 52px no-repeat;
		content:"";
		width:114px;
		height:52px;
		position:absolute;
		top:1px;
		left:-129px;
	}
	.top-jewnel h2 span.name::after{
		background:url(../images/common/bg_title_002.png) 0 0 / 114px 52px no-repeat;
		content:"";
		width:114px;
		height:52px;
		position:absolute;
		top:1px;
		right:-129px;
		transform:scale(-1, 1);
	}
	.top-jewnel h2 span.name span{
		background:radial-gradient(circle at calc(100% - 11px) calc(100% - 11px), #f3eaf6 6px, transparent 11px) ,
							 radial-gradient(circle at 11px calc(100% - 11px), #f3eaf6 11px, transparent 11px) ,
							 linear-gradient(to bottom, #fff calc(100% - 22px), transparent calc(100% - 22px)) ,
							 linear-gradient(to right, transparent 11px, #f3eaf6 11px, #f3eaf6 calc(100% - 11px), transparent calc(100% - 11px));
		padding:0 34px 5px;
	}
	.top-jewnel .txt-recommend ul{
		display:flex;
		justify-content:center;
		font-size:15px;
		width:auto;
		margin:76px 0 0;
	}
	.top-jewnel .txt-recommend ul li{
		border-radius:24px;
		min-width:230px;
		margin:0 8px;
	}
	.top-jewnel .txt-recommend p{
		background:none;
		font-size:24px;
		margin:26px 0 0;
		padding:0;
	}
	.top-jewnel .compare{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		margin:41px 0 0;
	}
	.top-jewnel .compare::before{
		background:url(../images/top/img_jewnel_001.png) 0 0 / 100% auto no-repeat;
		content:"";
		display:block;
		width:27.5%;
		margin:30px 0 0;
		padding-top:25.2%;
		order:2;
	}
	.top-jewnel .compare h3{
		font-size:25px;
	}
	.top-jewnel .compare h3 span{
		padding:0 16px 3px;
	}
	.top-jewnel .compare ul{
		font-size:16px;
		margin:17px auto 0;
	}
	.top-jewnel .compare ul li{
		padding:0 0 0 28px;
	}
	.top-jewnel .compare ul li::before{
		width:20px;
		height:18px;
		top:2px;
	}
	.top-jewnel .compare .nailtip{
		background:url(../images/top/bg_jewnel_001.png) 0 0 / 100% 100% no-repeat;
		width:33.75%;
		margin:0;
		padding:45px 40px 92px;
		order:3;
	}
	.top-jewnel .compare .nailtip h3 span{
		background:radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), #d7f2f5 8px, transparent 8px) ,
							 radial-gradient(circle at 8px calc(100% - 8px), #d7f2f5 8px, transparent 8px) ,
							 linear-gradient(to bottom, #f0f8f9 calc(100% - 16px), transparent calc(100% - 16px)) ,
							 linear-gradient(to right, transparent 8px, #d7f2f5 8px, #d7f2f5 calc(100% - 8px), transparent calc(100% - 8px));
	}
	.top-jewnel .compare .nailtip ul li::before{
		background-size:20px 18px;
	}
	.top-jewnel .compare .jewnel{
		background:url(../images/top/bg_jewnel_002.png) 0 0 / 100% 100% no-repeat;
		width:33.3333%;
		margin:0;
		padding:45px 40px 97px;
		order:1;
	}
	.top-jewnel .compare .jewnel::before{
		display:none;
	}
	.top-jewnel .compare .jewnel h3 span{
		background:radial-gradient(circle at calc(100% - 8px) calc(100% - 8px), #f6e3e9 8px, transparent 8px) ,
							 radial-gradient(circle at 8px calc(100% - 8px), #f6e3e9 8px, transparent 8px) ,
							 linear-gradient(to bottom, #f6f3f7 calc(100% - 16px), transparent calc(100% - 16px)) ,
							 linear-gradient(to right, transparent 8px, #f6e3e9 8px, #f6e3e9 calc(100% - 8px), transparent calc(100% - 8px));
	}
	.top-jewnel .compare .jewnel p{
		width:151px;
		top:-55px;
		left:15px;
	}
	.top-jewnel .compare .jewnel ul{
		margin-top:17px;
	}
	.top-jewnel .compare .jewnel ul li::before{
		background-size:20px 18px;
	}
}
@media (min-width: 1000px) {
	.top-jewnel .txt-recommend ul{
		font-size:17px;
	}
	.top-jewnel .txt-recommend ul li{
		min-width:306px;
		margin:0 14px;
	}
}
.top-products{
	margin:62px 0 0;
}
.top-products h2{
	text-align:center;
	position:relative;
	padding:45px 0 0;
}
.top-products h2::before{
	background:url(../images/common/bg_title_001.png) 0 0 / 104px 45px no-repeat;
	content:"";
	width:104px;
	height:45px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-52px;
}
.top-products h2 span{
	display:block;
}
.top-products h2 span.ja{
	color:#575757;
	font-size:25px;
}
.top-products h2 span.en{
	color:#a763ad;
	font-size:12px;
	margin:1px 0 0;
}
.top-products .col-full{
	position:relative;
}
.top-products h3{
	font-size:17px;
	text-align:center;
	line-height:55px;
	width:252px;
	height:55px;
	position:absolute;
	top:-15px;
	left:50%;
	margin:0 0 0 -126px;
}
.top-products h3::before{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
}
.top-products h3::after{
	clip-path:polygon(0 0, 0% 100%, 100% 100%);
	content:"";
	width:16px;
	height:15px;
	position:absolute;
	top:0;
	right:-16px;
}
.top-products h3 span{
	display:block;
	position:relative;
}
.top-products h3 span::before{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:4px;
	left:4px;
}
.top-products h3 span::after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:4px;
	bottom:4px;
	transform:rotate(180deg);
}
.top-products .items-wrap{
	padding:91px 0 0;
}
.top-products ul.products{
	gap:25px 10px;
}
.top-products ul.products::before,
.top-products ul.products::after{
	display:none;
}
.top-products ul.products li.product{
	float:none;
	width:100% !important;
	margin:0;
}
.top-products ul.products li.product img{
	border:1px solid #d4d4d4;
	border-radius:0;
	width:100%;
	margin:0 0 9px;
}
.top-products ul.products li.product h2{
	font-size:13px;
	margin:0 0 1px;
	padding:0;
}
.top-products ul.products li.product h2::before{
	display:none;
}
.top-products ul.products li.product .price{
	color:#373737;
	font-size:13px;
	margin:0 0 5px;
}
.top-products ul.products li.product .button{
	background:#fff;
	border:1px solid #d1d1d1;
	border-radius:14px;
	color:#373737;
	font-size:12px;
	position:relative;
	margin:0;
	padding:2px 21px;
}
.top-products ul.products li.product .button:hover{
	background:#eee;
	border-color:#d1d1d1;
}
.top-products ul.products li.product .button::before{
	border-top:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	content:"";
	width:3px;
	height:3px;
	position:absolute;
	top:10px;
	left:9px;
	transform:rotate(45deg);
}
.top-products p.more{
	font-size:14px;
	text-align:center;
	line-height:55px;
	width:280px;
	margin:50px auto 0;
}
.top-products p.more a{
	border-radius:12px;
	display:block;
	position:relative;
	z-index:2;
}
.top-products p.more a::before{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:8px;
	left:9px;
}
.top-products p.more a::after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:9px;
	bottom:8px;
	transform:rotate(180deg);
}
.top-products .afterglow{
	background:#f6f3f7;
	margin:32px 0 0;
	padding:0 0 76px;
}
.top-products .afterglow h3{
	background:linear-gradient(90deg, #dbc9e1, #e7dceb 50%, #dbc9e1);
	color:#a763ad;
}
.top-products .afterglow h3::before{
	border:1px solid #c5a9d1;
}
.top-products .afterglow h3::after{
	background:#d4c4da;
}
.top-products .afterglow h3 span::before{
	background:url(../images/top/bg_products_001.png) 0 0 / 23px 23px no-repeat #dccae2;
}
.top-products .afterglow h3 span::after{
	background:url(../images/top/bg_products_001.png) 0 0 / 23px 23px no-repeat #dccae2;
}
.top-products .afterglow p.more a{
	background:linear-gradient(90deg, #dbc9e1, #e7dceb 50%, #dbc9e1);
	color:#a763ad;
}
.top-products .afterglow p.more a::before{
	background:url(../images/top/bg_products_001.png) 0 0 / 25px 25px no-repeat;
}
.top-products .afterglow p.more a::after{
	background:url(../images/top/bg_products_001.png) 0 0 / 25px 25px no-repeat;
}
.top-products .heartyjewnel{
	background:#fff9f9;
	padding:0 0 57px;
}
.top-products .heartyjewnel h3{
	background:linear-gradient(90deg, #f7dfdf, #fbebeb 50%, #f7dfdf);
	color:#d27d7d;
}
.top-products .heartyjewnel h3::before{
	border:1px solid #e3b6b5;
}
.top-products .heartyjewnel h3::after{
	background:#f2d5d5;
}
.top-products .heartyjewnel h3 span::before{
	background:url(../images/top/bg_products_002.png) 0 0 / 23px 23px no-repeat #f7e0e0;
}
.top-products .heartyjewnel h3 span::after{
	background:url(../images/top/bg_products_002.png) 0 0 / 23px 23px no-repeat #f7e0e0;
}
.top-products .heartyjewnel p.more a{
	background:linear-gradient(90deg, #f7dfdf, #fbebeb 50%, #f7dfdf);
	color:#d27d7d;
}
.top-products .heartyjewnel p.more a::before{
	background:url(../images/top/bg_products_002.png) 0 0 / 25px 25px no-repeat;
}
.top-products .heartyjewnel p.more a::after{
	background:url(../images/top/bg_products_002.png) 0 0 / 25px 25px no-repeat;
}
@media (min-width: 768px) {
	.top-products{
		margin:60px 0 0;
	}
	.top-products h2{
		padding:61px 0 0;
	}
	.top-products h2::before{
		background-size:135px 59px;
		width:135px;
		height:59px;
		margin-left:-67px;
	}
	.top-products h2 span.ja{
		font-size:28px;
	}
	.top-products h2 span.en{
		font-size:15px;
		margin:3px 0 0;
	}
	.top-products h3{
		line-height:54px;
		width:251px;
		height:54px;
		left:50px;
		margin:0;
	}
	.top-products ul.products{
		display:grid;
		grid-template-columns:1fr 1fr 1fr 1fr;
		gap:0 19px;
	}
	.top-products ul.products li.product{
		width:100%;
	}
	.top-products ul.products li.product img{
		margin:0 0 24px;
	}
	.top-products ul.products li.product h2{
		font-size:16px;
		margin:0 0 6px;
	}
	.top-products ul.products li.product .price{
		font-size:15px;
		margin:0 0 12px;
	}
	.top-products ul.products li.product .button{
		border-radius:20px;
		font-size:14px;
		padding:7px 50px;
	}
	.top-products ul.products li.product .button::before{
		border-width:2px;
		width:4px;
		height:4px;
		top:15px;
		left:20px;
	}
	.top-products p.more{
		font-size:15px;
		line-height:68px;
		width:346px;
		margin:55px 0 0 auto;
	}
	.top-products p.more a::before{
		width:30px;
		height:30px;
		top:9px;
		left:12px;
	}
	.top-products p.more a::after{
		width:30px;
		height:30px;
		right:12px;
		bottom:9px;
	}
	.top-products .afterglow{
		margin:64px 0 0;
		padding:0 0 72px;
	}
	.top-products .afterglow p.more a::before{
		background-size:30px 30px;
	}
	.top-products .afterglow p.more a::after{
		background-size:30px 30px;
	}
	.top-products .heartyjewnel{
		padding:0 0 68px;
	}
	.top-products .heartyjewnel p.more a::before{
		background-size:30px 30px;
	}
	.top-products .heartyjewnel p.more a::after{
		background-size:30px 30px;
	}
}
.top-information{
	margin:54px 0 0;
}
.top-information h2{
	text-align:center;
	position:relative;
	padding:45px 0 0;
}
.top-information h2::before{
	background:url(../images/common/bg_title_001.png) 0 0 / 104px 45px no-repeat;
	content:"";
	width:104px;
	height:45px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-52px;
}
.top-information h2 span{
	display:block;
}
.top-information h2 span.ja{
	color:#575757;
	font-size:25px;
}
.top-information h2 span.en{
	color:#a763ad;
	font-size:12px;
	margin:1px 0 0;
}
.top-information ul{
	list-style:none;
	margin:35px 0 0;
}
.top-information ul li{
	margin:22px 0 0;
}
.top-information ul li a{
	color:#236bc5;
	display:block;
}
.top-information ul li a:visited{
	color:#5e5491;
}
.top-information ul li dl{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
}
.top-information ul li dl dt{
	color:#000;
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}
.top-information ul li dl dd.cat{
	background:#ceaed9;
	border-radius:9px;
	color:#fff;
	font-size:10px;
	text-align:center;
	line-height:18px;
	min-width:60px;
	margin:0 0 0 8px;
	padding:0 10px;
}
.top-information ul li dl dd.cat.event{
	background:#e1bfbf;
}
.top-information ul li dl dd.cat.items{
	background:#dd9ecf;
}
.top-information ul li dl dd.title{
	font-size:13px;
	text-align:left;
	line-height:1.3;
	width:100%;
	margin:4px 0 0;
}
.top-information p.more{
	font-size:14px;
	text-align:center;
	line-height:37px;
	width:210px;
	margin:33px auto 0;
}
.top-information p.more a{
	background:#fdfcfc;
	border:1px solid #b3b3b3;
	border-radius:19px;
	color:#373737;
	display:block;
	position:relative;
}
.top-information p.more a::before{
	border-top:2px solid #a0a0a0;
	border-right:2px solid #a0a0a0;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:15px;
	left:19px;
	transform:rotate(45deg);
}
@media (min-width: 768px) {
	.top-information{
		margin:80px 0 0;
	}
	.top-information h2{
		padding:61px 0 0;
	}
	.top-information h2::before{
		background-size:135px 59px;
		width:135px;
		height:59px;
		margin-left:-67px;
	}
	.top-information h2 span.ja{
		font-size:28px;
	}
	.top-information h2 span.en{
		font-size:15px;
		margin:3px 0 0;
	}
	.top-information ul{
		margin:39px 0 0;
	}
	.top-information ul li{
		background:repeating-linear-gradient(90deg, #c4c4c4, #c4c4c4 4px, transparent 4px, transparent 6px)left bottom / 100% 1px repeat-x;
		margin:0;
	}
	.top-information ul li:last-child{
		background:none;
	}
	.top-information ul li a{
		color:#000;
		padding:12px 13px;
	}
	.top-information ul li a:visited{
		color:#000;
	}
	.top-information ul li dl{
	}
	.top-information ul li dl dt{
		font-size:14px;
		line-height:1.5;
		width:8em;
		padding:3px 0;
	}
	.top-information ul li dl dd.cat{
		border-radius:13px;
		font-size:13px;
		font-weight:bold;
		line-height:26px;
		min-width:97px;
		margin:0 0 0 37px;
	}
	.top-information ul li dl dd.title{
		flex:1;
		font-size:14px;
		line-height:1.5;
		width:auto;
		margin:0 0 0 33px;
		padding:3px 0;
	}
	.top-information p.more{
		margin:42px auto 0;
	}
}

/* ジュネルとは */
.page-template-about .page-title{
	background:url(../images/about/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.page-template-about img{
	border-radius:0;
}
.about-overview p{
	color:#1c1c1c;
	font-size:15px;
	line-height:1.94;
	margin:20px 0 0;
}
.about-overview .col-full > div div{
	text-align:center;
	width:70%;
	margin:20px auto 0;
}
.about-overview .col-full > div div img{
	margin:0 auto;
}
@media (min-width: 768px) {
	.about-overview .col-full > div{
		display:flex;
		justify-content:space-between;
		margin:70px 0 0;
	}
	.about-overview p{
		font-size:18px;
		width:61.25%;
		margin:0;
	}
	.about-overview .col-full > div div{
		text-align:right;
		width:32.33%;
		margin:0 3.2% 0 0;
	}
}
.about-point{
	background:linear-gradient(0deg, #f6ebf9, #fcf8fd);
	margin:50px 0 0;
}
.about-point .col-full{
	position:relative;
	z-index:2;
}
.about-point .col-full::before{
	background:url(../images/about/bg_point_001.png) 0 0 / 70px no-repeat, url(../images/about/bg_point_002.png) 100% 0 / 70px no-repeat;
	content:"";
	position:absolute;
	top:10px;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}
.about-point .point-box-wrap{
	padding:20px 0 40px;
}
.about-point .point-box{
	position:relative;
	margin:50px 20px 0;
	padding:40px 25px 25px;
	z-index:2;
}
.about-point .point-box::before{
	background:#fff;
	border:1px solid;
	border-radius:20px;
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}
.about-point .point-box:first-child::before{
	border-color:#f8c2dd;
}
.about-point .point-box:nth-child(2)::before{
	border-color:#f5c2b5;
}
.about-point .point-box:nth-child(3)::before{
	border-color:#cdc6f3;
}
.about-point .point-box::after{
	border-radius:20px;
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:-5px;
	bottom:-5px;
	z-index:-2;
}
.about-point .point-box:first-child::after{
	background:#f8c2dd;
}
.about-point .point-box:nth-child(2)::after{
	background:#f5c2b5;
}
.about-point .point-box:nth-child(3)::after{
	background:#cdc6f3;
}
.about-point .point-box h2{
	border-radius:19px;
	color:#fff;
	font-size:17px;
	text-align:center;
	width:170px;
	line-height:38px;
	position:absolute;
	top:-18px;
	left:50%;
	margin:0 0 0 -85px;
}
.about-point .point-box:first-child h2{
	background:linear-gradient(0deg, #f6b3d4, #f7c1dc);
}
.about-point .point-box:nth-child(2) h2{
	background:linear-gradient(0deg, #f2bdae, #f4c9bd);
}
.about-point .point-box:nth-child(3) h2{
	background:linear-gradient(0deg, #c5bef2, #d0caf4);
}
.about-point .point-box p{
	color:#1c1c1c;
	font-size:14px;
	margin:0;
}
.about-point .point-box p.text-img{
	width:160px;
	margin:-10px auto 10px;
}
@media (min-width: 768px) {
	.about-point{
		margin:105px 0 0;
	}
	.about-point .col-full::before{
		background-size:201px, 201px;
		display:block;
		top:35px;
	}
	.about-point .point-box-wrap{
		display:flex;
		justify-content:space-between;
		padding:117px 11.5% 107px;
	}
	.about-point .point-box{
		width:31%;
		margin:0;
		padding:49px 36px 25px;
	}
	.about-point .point-box h2{
		border-radius:21px;
		font-size:18px;
		width:152px;
		line-height:42px;
		top:-21px;
		margin:0 0 0 -76px;
	}
	.about-point .point-box p{
		font-size:15px;
		line-height:2;
	}
	.about-point .point-box p.text-img{
		width:190px;
		margin:-10px auto 15px;
	}
}
.about-jci p{
	color:#1c1c1c;
	font-size:15px;
	line-height:1.94;
	margin:20px 0 0;
}
.about-jci .col-full > div div{
	text-align:center;
	width:70%;
	margin:20px auto 0;
}
.about-jci .col-full > div div img{
	margin:0 auto;
}
@media (min-width: 768px) {
	.about-jci .col-full > div{
		display:flex;
		justify-content:space-between;
		margin:70px 0 0;
	}
	.about-jci p{
		font-size:18px;
		width:70.25%;
		margin:0;
		order:2;
	}
	.about-jci .col-full > div div{
		text-align:left;
		width:14.5%;
		margin:-15px 0 0 5.3%;
		order:1;
	}
}
.about-tip h3{
	color:#b42929;
	font-size:17px;
	margin:20px 0 -15px;
}
.about-tip p{
	color:#1c1c1c;
	font-size:15px;
	line-height:1.94;
	margin:20px 0 0;
}
.about-tip .col-full > div .img{
	text-align:center;
	width:70%;
	margin:20px auto 0;
}
.about-tip .col-full > div .img img{
	margin:0 auto;
}
@media (min-width: 768px) {
	.about-tip .col-full > div{
		display:flex;
		justify-content:space-between;
		margin:70px 0 0;
	}
	.about-tip .col-full > div .text{
		width:69.16%;
	}
	.about-tip h3{
		font-size:24px;
		margin:0 0 10px;
	}
	.about-tip p{
		font-size:18px;
		margin:0;
	}
	.about-tip .col-full > div .img{
		text-align:right;
		width:20.91%;
		margin:0 7.8% 0 0;
	}
}

/* 商品ラインナップ */
.page-template-archive-pr .page-title,
.post-type-archive-product .page-title{
	background:url(../images/products/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.page-template-archive-pr img,
.post-type-archive-product img{
	border-radius:0;
}
.list-products-wrap{
	margin:55px 0 0;
}
.list-products-wrap .list-products:nth-child(odd){
	background:#f6f3f7;
}
.list-products-wrap .list-products:nth-child(even){
	background:#fff9f9;
}
.list-products .col-full{
	position:relative;
}
.list-products h3{
	font-size:17px;
	text-align:center;
	line-height:55px;
	min-width:252px;
	height:55px;
	position:absolute;
	top:-15px;
	left:50%;
	transform:translate(-50%,0);
	margin:0;
}
.list-products-wrap .list-products:nth-child(odd) h3{
	background:linear-gradient(90deg, #dbc9e1, #e7dceb 50%, #dbc9e1);
	color:#a763ad;
}
.list-products-wrap .list-products:nth-child(even) h3{
	background:linear-gradient(90deg, #f7dfdf, #fbebeb 50%, #f7dfdf);
	color:#d27d7d;
}
.list-products h3::before{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
}
.list-products-wrap .list-products:nth-child(odd) h3::before{
	border:1px solid #c5a9d1;
}
.list-products-wrap .list-products:nth-child(even) h3::before{
	border:1px solid #e3b6b5;
}
.list-products h3::after{
	clip-path:polygon(0 0, 0% 100%, 100% 100%);
	content:"";
	width:16px;
	height:15px;
	position:absolute;
	top:0;
	right:-16px;
}
.list-products-wrap .list-products:nth-child(odd) h3::after{
	background:#d4c4da;
}
.list-products-wrap .list-products:nth-child(even) h3::after{
	background:#f2d5d5;
}
.list-products h3 span{
	display:block;
	position:relative;
}
.list-products h3 span::before{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:4px;
	left:4px;
}
.list-products h3 span::after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:4px;
	bottom:4px;
	transform:rotate(180deg);
}
.list-products-wrap .list-products:nth-child(odd) h3 span::before,
.list-products-wrap .list-products:nth-child(odd) h3 span::after{
	background:url(../images/top/bg_products_001.png) 0 0 / 23px 23px no-repeat #dccae2;
}
.list-products-wrap .list-products:nth-child(even) h3 span::before,
.list-products-wrap .list-products:nth-child(even) h3 span::after{
	background:url(../images/top/bg_products_002.png) 0 0 / 23px 23px no-repeat #f7e0e0;
}
.list-products .items-wrap{
	padding:91px 0 0;
}
.list-products ul.products{
	gap:25px 10px;
}
.list-products ul.products::before,
.list-products ul.products::after{
	display:none;
}
.list-products ul.products li.product{
	float:none;
	width:100% !important;
	margin:0;
}
.list-products ul.products li.product img{
	background:#fff;
	border:1px solid #d4d4d4;
	border-radius:0;
	width:100%;
	margin:0 0 9px;
}
.list-products ul.products li.product h2{
	font-size:13px;
	margin:0 0 1px;
	padding:0;
}
.list-products ul.products li.product h2::before{
	display:none;
}
.list-products ul.products li.product .price{
	color:#373737;
	font-size:13px;
	margin:0 0 5px;
}
.list-products ul.products li.product .button{
	background:#fff;
	border:1px solid #d1d1d1;
	border-radius:14px;
	color:#373737;
	font-size:12px;
	position:relative;
	margin:0;
	padding:2px 21px;
}
.list-products ul.products li.product .button:hover{
	background:#eee;
	border-color:#d1d1d1;
}
.list-products ul.products li.product .button::before{
	border-top:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	content:"";
	width:3px;
	height:3px;
	position:absolute;
	top:10px;
	left:9px;
	transform:rotate(45deg);
}
.list-products p.more{
	font-size:14px;
	text-align:center;
	line-height:55px;
	width:280px;
	margin:50px auto 0;
	padding:0 0 76px;
}
.list-products p.more a{
	border-radius:12px;
	display:block;
	position:relative;
	z-index:2;
}
.list-products-wrap .list-products:nth-child(odd) p.more a{
	background:linear-gradient(90deg, #dbc9e1, #e7dceb 50%, #dbc9e1);
	color:#a763ad;
}
.list-products-wrap .list-products:nth-child(even) p.more a{
	background:linear-gradient(90deg, #f7dfdf, #fbebeb 50%, #f7dfdf);
	color:#d27d7d;
}
.list-products p.more a::before{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:8px;
	left:9px;
}
.list-products p.more a::after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:9px;
	bottom:8px;
	transform:rotate(180deg);
}
.list-products-wrap .list-products:nth-child(odd) p.more a::before,
.list-products-wrap .list-products:nth-child(odd) p.more a::after{
	background:url(../images/top/bg_products_001.png) 0 0 / 25px 25px no-repeat;
}
.list-products-wrap .list-products:nth-child(even) p.more a::before,
.list-products-wrap .list-products:nth-child(even) p.more a::after{
	background:url(../images/top/bg_products_002.png) 0 0 / 25px 25px no-repeat;
}
@media (min-width: 768px) {
	.list-products-wrap{
		margin:110px 0 0;
	}
	.list-products h3{
		line-height:54px;
		min-width:251px;
		height:54px;
		left:50px;
		transform:none;
	}
	.list-products .items-wrap{
		padding:91px 0 0;
	}
	.list-products ul.products{
		display:grid;
		grid-template-columns:1fr 1fr 1fr 1fr;
		gap:50px 19px;
	}
	.list-products ul.products li.product{
		width:100%;
	}
	.list-products ul.products li.product img{
		margin:0 0 24px;
	}
	.list-products ul.products li.product h2{
		font-size:16px;
		margin:0 0 6px;
	}
	.list-products ul.products li.product .price{
		font-size:15px;
		margin:0 0 12px;
	}
	.list-products ul.products li.product .button{
		border-radius:20px;
		font-size:14px;
		padding:7px 50px;
	}
	.list-products ul.products li.product .button::before{
		border-width:2px;
		width:4px;
		height:4px;
		top:15px;
		left:20px;
	}
	.list-products p.more{
		font-size:17px;
		line-height:68px;
		width:316px;
		margin:55px 0 0 auto;
		padding:0 0 47px;
	}
	.list-products p.more a::before{
		width:30px;
		height:30px;
		top:9px;
		left:12px;
	}
	.list-products p.more a::after{
		width:30px;
		height:30px;
		right:12px;
		bottom:9px;
	}
	.list-products-wrap .list-products:nth-child(odd) p.more a::before,
	.list-products-wrap .list-products:nth-child(odd) p.more a::after,
	.list-products-wrap .list-products:nth-child(even) p.more a::before,
	.list-products-wrap .list-products:nth-child(even) p.more a::after{
		background-size:30px 30px;
	}
}

/* 商品カテゴリ */
.tax-product_cat .page-title,
.page-template-hearty .page-title,
.page-template-more .page-title,
.page-template-afg .page-title,
.page-template-toes .page-title,
.page-template-tapetum .page-title{
	background:url(../images/products/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.tax-product_cat img,
.page-template-hearty img,
.page-template-more img,
.page-template-afg img,
.page-template-toes img,
.page-template-tapetum img{
	border-radius:0;
}
.category-overview{
	text-align:center;
}
.category-overview p{
	color:#1c1c1c;
	font-size:93.75%;
	line-height:2;
	margin:10px 0 0;
}
.category-overview p.image{
	line-height:0;
	margin:30px 0;
}
@media (min-width: 768px) {
	.category-overview p.image{
		margin:57px 0;
	}
}
.list-products-category{
	padding-bottom:60px;
}
.tax-product_cat .list-products-category{
	padding-bottom:40px;
}
.tax-product_cat .list-products .items-wrap{
	padding-top:40px;
}
.tax-product_cat .list-products ul.products{
	margin-bottom:40px;
}
.storefront-full-width-content .site-main .list-products-category ul.products.columns-4 li.product{
	width:100%;
	margin:0;
}
.list-products-wrap .list-products-category.moresoft-freely,
.list-products-wrap .list-products-category.toes,
.list-products-wrap .list-products-category.tapetum,
.term-43 .list-products-wrap .list-products-category,
.term-29 .list-products-wrap .list-products-category{
	background:#fff9f9;
}
.list-products-wrap .list-products-category.moresoft-freely h3,
.list-products-wrap .list-products-category.toes h3,
.list-products-wrap .list-products-category.tapetum h3{
	background:linear-gradient(90deg, #f7dfdf, #fbebeb 50%, #f7dfdf);
	color:#d27d7d;
}
.list-products-wrap .list-products-category.moresoft-freely h3::before,
.list-products-wrap .list-products-category.toes h3::before,
.list-products-wrap .list-products-category.tapetum h3::before{
	border:1px solid #e3b6b5;
}
.list-products-wrap .list-products-category.moresoft-freely h3::after,
.list-products-wrap .list-products-category.toes h3::after,
.list-products-wrap .list-products-category.tapetum h3::after{
	background:#f2d5d5;
}
.list-products-wrap .list-products-category.moresoft-freely h3 span::before,
.list-products-wrap .list-products-category.moresoft-freely h3 span::after,
.list-products-wrap .list-products-category.toes h3 span::before,
.list-products-wrap .list-products-category.toes h3 span::after,
.list-products-wrap .list-products-category.tapetum h3 span::before,
.list-products-wrap .list-products-category.tapetum h3 span::after{
	background-image:url(../images/top/bg_products_002.png);
	background-color:#f7e0e0;
}
.products + .storefront-sorting{
	margin-top:30px;
}
@media (min-width: 768px) {
	.list-products-category{
		padding-bottom:80px;
	}
	.tax-product_cat .list-products-wrap{
		margin-top:60px;
	}
	.tax-product_cat .list-products-category{
		padding-bottom:80px;
	}
	.tax-product_cat .list-products .items-wrap{
		padding-top:91px;
	}
	.tax-product_cat .list-products ul.products{
		margin-bottom:60px;
	}
}

/* 商品検索 */
.search-results .page-title{
	background:url(../images/products/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.search-results img{
	border-radius:0;
}
.search-results .list-products .items-wrap{
	padding-top:30px;
}
@media (min-width: 768px) {
	.search-results .list-products .items-wrap{
		padding-top:91px;
	}
}

/* 商品詳細 */
.related.products{
	display:block !important;
}
.related.products ul.products{
	gap:10px;
}
.related.products ul.products li{
	width:100% !important;
}
@media (min-width: 768px) {
	.related.products ul.products li{
		width:30.4347826087% !important;
	}
}

/* アフターサービス */
.page-template-ass .page-title{
	background:url(../images/ass/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.page-template-ass img{
	border-radius:0;
}
.ass-overview{
	margin:52px 0 0;
}
.ass-overview h2{
	color:#555;
	font-weight:400;
	text-align:center;
}
.ass-overview h2 span.copy{
	display:table;
	font-size:15px;
	position:relative;
	margin:0 auto;
}
.ass-overview h2 span.copy::before{
	background:url(../images/common/bg_title_002.png) 0 0 / 60px 27px no-repeat;
	content:"";
	width:60px;
	height:27px;
	position:absolute;
	top:-11px;
	left:-75px;
}
.ass-overview h2 span.copy::after{
	background:url(../images/common/bg_title_002.png) 0 0 / 60px 27px no-repeat;
	content:"";
	width:60px;
	height:27px;
	position:absolute;
	top:-11px;
	right:-75px;
	transform:scale(-1, 1);
}
.ass-overview h2 span.name{
	display:block;
	font-size:19px;
	line-height:1.4;
	margin:8px 0 0;
}
.ass-overview h2 span.name span{
  background:radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             radial-gradient(circle at 6px calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             linear-gradient(to bottom, #fff calc(100% - 12px), transparent calc(100% - 12px)) ,
             linear-gradient(to right, transparent 6px, #f3eaf6 6px, #f3eaf6 calc(100% - 6px), transparent calc(100% - 6px));
	padding:0 9px 1px;
  display:inline;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.ass-overview p{
	color:#1c1c1c;
	font-size:15px;
	line-height:1.94;
	margin:20px 0 0;
}
.ass-overview .col-full > div div{
	text-align:center;
	width:70%;
	margin:20px auto 0;
}
.ass-overview .col-full > div div img{
	margin:0 auto;
}
@media (min-width: 768px) {
	.ass-overview{
		margin:90px 0 0;
	}
	.ass-overview h2 span.copy{
		display:block;
		font-size:28px;
	}
	.ass-overview h2 span.copy::before,
	.ass-overview h2 span.copy::after{
		display:none;
	}
	.ass-overview h2 span.name{
		display:table;
		font-size:35px;
		position:relative;
		margin:17px auto 0;
	}
	.ass-overview h2 span.name::before{
		background:url(../images/common/bg_title_002.png) 0 0 / 114px 52px no-repeat;
		content:"";
		width:114px;
		height:52px;
		position:absolute;
		top:1px;
		left:-129px;
	}
	.ass-overview h2 span.name::after{
		background:url(../images/common/bg_title_002.png) 0 0 / 114px 52px no-repeat;
		content:"";
		width:114px;
		height:52px;
		position:absolute;
		top:1px;
		right:-129px;
		transform:scale(-1, 1);
	}
	.ass-overview h2 span.name span{
		background:radial-gradient(circle at calc(100% - 11px) calc(100% - 11px), #f3eaf6 6px, transparent 11px) ,
							 radial-gradient(circle at 11px calc(100% - 11px), #f3eaf6 11px, transparent 11px) ,
							 linear-gradient(to bottom, #fff calc(100% - 22px), transparent calc(100% - 22px)) ,
							 linear-gradient(to right, transparent 11px, #f3eaf6 11px, #f3eaf6 calc(100% - 11px), transparent calc(100% - 11px));
		padding:0 34px 5px;
	}
	.ass-overview .col-full > div{
		display:flex;
		justify-content:space-between;
		margin:70px 0 0;
	}
	.ass-overview p{
		font-size:18px;
		width:70%;
		margin:0;
	}
	.ass-overview .col-full > div div{
		text-align:right;
		width:20.75%;
		margin:0 2.5% 0 0;
	}
}
.ass-change{
	background:#f6f3f7;
	margin:110px 0 0;
}
.ass-change .col-full{
	position:relative;
}
.ass-change h2{
	background:linear-gradient(90deg, #dbc9e1, #e7dceb 50%, #dbc9e1);
	color:#781681;
	font-size:17px;
	text-align:center;
	line-height:1.3;
	width:280px;
	position:absolute;
	top:-15px;
	left:50%;
	margin:0 0 0 -140px;
}
.ass-change h2::before{
	border:1px solid #c5a9d1;
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
}
.ass-change h2 .pop{
	display:block;
	width:130px;
	position:absolute;
	top:-50px;
	left:0;
	right:0;
	margin:0 auto;
}
.ass-change h2 .title{
	display:block;
	position:relative;
	margin:0;
	padding:15px 20px;
}
.ass-change h2 .title::before{
	background:url(../images/ass/bg_title_001.png) 0 0 / 23px 23px no-repeat #dccae2;
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:4px;
	left:4px;
}
.ass-change h2 .title::after{
	background:url(../images/ass/bg_title_001.png) 0 0 / 23px 23px no-repeat #dccae2;
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:4px;
	bottom:4px;
	transform:rotate(180deg);
}
.ass-change .checkpoint{
	padding:75px 0 0;
}
.ass-change .checkpoint ul{
	color:#414141;
	font-size:16px;
	line-height:1.625;
	list-style:none;
	margin:0;
}
.ass-change .checkpoint ul li{
	position:relative;
	margin:20px 0 0;
}
.ass-change .checkpoint ul li:nth-child(odd){
	padding-left:70px;
}
.ass-change .checkpoint ul li:nth-child(even){
	padding-right:70px;
}
.ass-change .checkpoint ul li::before{
	content:"";
	width:60px;
	height:49px;
	position:absolute;
	top:50%;
	margin-top:-25px;
}
.ass-change .checkpoint ul li:nth-child(odd)::before{
	background:url(../images/ass/txt_checkpoint_001.png) 0 0 / 60px 49px no-repeat;
	left:0;
}
.ass-change .checkpoint ul li:nth-child(even)::before{
	background:url(../images/ass/txt_checkpoint_002.png) 0 0 / 60px 49px no-repeat;
	right:0;
}
.ass-change .checkpoint ul li span{
	background:radial-gradient(circle, #dbcae2 2px, transparent 2px) left -4px bottom / 14px 4px repeat-x;
	display:block;
	padding:0 0 10px;
}
.ass-change .checkpoint div{
	text-align:center;
	width:70%;
	margin:20px auto 0;
}
.ass-change .checkpoint div img{
	margin:0 auto;
}
.ass-change .notes{
	border-top:1px solid #ceb8d2;
	position:relative;
	margin:50px 0 0;
}
.ass-change .notes::before{
	background:url(../images/ass/bg_line_001.png) 0 0 / 124px 44px no-repeat;
	content:"";
	width:124px;
	height:44px;
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-62px;
}
.ass-change .notes-inner{
	position:relative;
	padding:30px 0 40px;
}
.ass-change .notes-inner::before{
	background:url(../images/ass/bg_line_002.png) 0 0 / 20px 13px no-repeat;
	content:"";
	width:20px;
	height:13px;
	position:absolute;
	top:-7px;
	left:0;
}
.ass-change .notes-inner::after{
	background:url(../images/ass/bg_line_003.png) 0 0 / 20px 13px no-repeat;
	content:"";
	width:20px;
	height:13px;
	position:absolute;
	top:-7px;
	right:0;
}
.ass-change .notes p{
	color:#1c1c1c;
	font-size:14px;
	line-height:2.1875;
	margin:0;
}
@media (min-width: 768px) {
	.ass-change{
		margin:132px 0 0;
	}
	.ass-change h2{
		font-size:21px;
		width:483px;
		top:-14px;
		margin:0 0 0 -241px;
	}
	.ass-change h2 .pop{
		width:176px;
		top:-66px;
	}
	.ass-change h2 .title{
		padding:20px 35px 18px;
	}
	.ass-change h2 .title::before{
		width:35px;
		height:35px;
	}
	.ass-change h2 .title::after{
		width:35px;
		height:35px;
	}
	.ass-change .checkpoint{
		display:flex;
		justify-content:space-between;
		padding:130px 0 0;
	}
	.ass-change .checkpoint ul{
		font-size:20px;
		width:56.08%;
		margin:-2px 0 0;
	}
	.ass-change .checkpoint ul li{
		margin:32px 0 0;
	}
	.ass-change .checkpoint ul li:nth-child(odd){
		padding-left:120px;
	}
	.ass-change .checkpoint ul li:nth-child(even){
		width:72%;
		margin-left:auto;
		padding-right:120px;
	}
	.ass-change .checkpoint ul li::before{
		width:102px;
		height:84px;
		margin-top:-48px;
	}
	.ass-change .checkpoint ul li:nth-child(odd)::before{
		background-size:102px 84px;
	}
	.ass-change .checkpoint ul li:nth-child(even)::before{
		background-size:102px 84px;
	}
	.ass-change .checkpoint ul li span{
		background:radial-gradient(circle, #dbcae2 1.5px, transparent 1.5px) left -3px bottom / 10px 3px repeat-x;
		padding:0 0 7px;
	}
	.ass-change .checkpoint div{
		width:34.91%;
		margin:0;
	}
	.ass-change .checkpoint div img{
		margin:0;
	}
	.ass-change .notes{
		margin:112px 0 0;
	}
	.ass-change .notes::before{
		background-size:189px 67px;
		width:189px;
		height:67px;
		top:-45px;
		margin-left:-94px;
	}
	.ass-change .notes-inner{
		padding:46px 3px 133px;
	}
	.ass-change .notes-inner::before{
		background-size:27px 17px;
		width:27px;
		height:17px;
		top:-9px;
	}
	.ass-change .notes-inner::after{
		background-size:27px 17px;
		width:27px;
		height:17px;
		top:-9px;
	}
	.ass-change .notes p{
		font-size:16px;
	}
}
.ass-about .flow ul{
	color:#693c83;
	list-style:none;
	margin:0;
}
.ass-about .flow ul li{
	position:relative;
	margin:12px 0 0;
	padding:4px 0 0 43px;
}
.ass-about .flow ul li::before{
	content:"";
	width:32px;
	height:32px;
	position:absolute;
	top:0;
	left:0;
}
.ass-about .flow ul li:first-child::before{
	background:url(../images/ass/ico_number_001.png) 0 0 / 32px 32px no-repeat;
}
.ass-about .flow ul li:nth-child(2)::before{
	background:url(../images/ass/ico_number_002.png) 0 0 / 32px 32px no-repeat;
}
.ass-about .flow ul li:nth-child(3)::before{
	background:url(../images/ass/ico_number_003.png) 0 0 / 32px 32px no-repeat;
}
.ass-about .flow ul li span{
	color:#1c1c1c;
	font-size:14px;
}
.ass-about .flow p{
	background:url(../images/ass/bg_about_001.png) 0 0 / 100% 100% no-repeat;
	color:#1c1c1c;
	font-size:14px;
	position:relative;
	margin:30px 0 0;
	padding:60px 45px 140px;
}
.ass-about .flow p::before{
	background:url(../images/ass/img_about_001.png) 0 0 / 180px 92px no-repeat;
	content:"";
	width:180px;
	height:92px;
	position:absolute;
	left:50%;
	bottom:30px;
	margin-left:-90px;
}
.ass-about .ass-items{
	border:1px solid #ababab;
	margin:30px 0 0;
	padding:20px;
}
.ass-about .ass-items h3{
	display:block;
	font-size:19px;
	margin:0 0 25px;
}
.ass-about .ass-items h3 span{
  background:radial-gradient(circle at calc(100% - 6px) calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             radial-gradient(circle at 6px calc(100% - 6px), #f3eaf6 6px, transparent 6px) ,
             linear-gradient(to bottom, #fff calc(100% - 12px), transparent calc(100% - 12px)) ,
             linear-gradient(to right, transparent 6px, #f3eaf6 6px, #f3eaf6 calc(100% - 6px), transparent calc(100% - 6px));
	padding:0 9px 1px;
  display:inline;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.ass-about .ass-items ul.products{
	grid-template-columns:1fr;
	gap:20px 20px;
}
.ass-about .ass-items ul.products li.product{
	width:50% !important;
	margin:0 auto !important;
}
.ass-about .ass-items ul.products li.product img{
	border:1px solid #bfbfbf;
}
.ass-about .ass-items ul.products li.product .button{
	background-color:#f9f4fb;
	border:1px solid #ababab;
	font-weight:normal;
}
.ass-about .ass-items ul.products li.product .button:hover{
	background-color:#e2dde5;
}
@media (min-width: 768px) {
	.ass-about .flow{
		display:flex;
		justify-content:space-between;
		align-items:flex-start;
		margin:37px 0 0;
	}
	.ass-about .flow ul{
		font-size:20px;
		line-height:2;
		width:53%;
		margin:-12px 0 0;
		order:2;
	}
	.ass-about .flow ul li{
		margin:24px 0 0;
		padding:8px 0 0 77px;
	}
	.ass-about .flow ul li::before{
		width:59px;
		height:59px;
	}
	.ass-about .flow ul li:first-child::before,
	.ass-about .flow ul li:nth-child(2)::before,
	.ass-about .flow ul li:nth-child(3)::before{
		background-size:59px 59px;
	}
	.ass-about .flow ul li span{
		display:inline-block;
		font-size:15px;
	}
	.ass-about .flow p{
		font-size:15px;
		line-height:2;
		width:37.75%;
		margin:0;
		padding:87px 7.5% 212px;
		order:1;
	}
	.ass-about .flow p::before{
		background-size:253px 129px;
		width:253px;
		height:129px;
		bottom:60px;
		margin-left:-126px;
	}
	.ass-about .ass-items{
		margin:118px 0 0;
		padding:88px 40px 28px;
	}
	.ass-about .ass-items h3{
		font-size:35px;
		text-align:center;
		margin:0;
	}
	.ass-about .ass-items h3 span{
		background:radial-gradient(circle at calc(100% - 11px) calc(100% - 11px), #f3eaf6 6px, transparent 11px) ,
							 radial-gradient(circle at 11px calc(100% - 11px), #f3eaf6 11px, transparent 11px) ,
							 linear-gradient(to bottom, #fff calc(100% - 22px), transparent calc(100% - 22px)) ,
							 linear-gradient(to right, transparent 11px, #f3eaf6 11px, #f3eaf6 calc(100% - 11px), transparent calc(100% - 11px));
		padding:0 14px;
	}
	.ass-about .ass-items ul.products{
		display:grid;
		gap:60px 40px;
	}
	.ass-about .ass-items ul.products li.product{
		width:50% !important;
		margin:0 auto !important;
	}
}

/* Q&A */
.page-template-qa .page-title{
	background:url(../images/qa/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.list-qa{
	margin:30px 0 0;
}
.list-qa dl{
	position:relative;
	margin:21px 0 0;
}
.list-qa dl::before,
.list-qa dl::after{
	background:#fff;
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	z-index:2;
}
.list-qa dl::before{
	clip-path:polygon(0 0, 100% 100%, 100% 0);
	top:0;
	right:0;
}
.list-qa dl::after{
	clip-path:polygon(0 0, 0 100%, 100% 100%);
	left:0;
	bottom:0;
}
.list-qa dl dt.txt-question{
	background-image:linear-gradient(90deg, #f8f2fd, #e8daee);
	cursor:pointer;
	font-weight:normal;
	position:relative;
	padding:10px 60px 10px 50px;
}
.list-qa dl dt.txt-question::before{
	background-image:linear-gradient(135deg, #efe4f3, #e2cee9);
	color:#a763ad;
	content:"Q";
	font-size:22px;
	font-weight:normal;
	text-align:center;
	width:40px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	padding:2px 0;
}
.list-qa dl dt.txt-question::after{
	background:#f9eef6;
	clip-path:polygon(0 0, 0 100%, 100% 100%);
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	left:1px;
	bottom:0;
}
.list-qa dl dt.txt-question span{
	display:block;
	width:60px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
}
.list-qa dl dt.txt-question span::before{
	background:url(../images/qa/bg_question.png) 0 0 / 20px 20px no-repeat;
	content:"";
	width:20px;
	height:20px;
	position:absolute;
	top:12px;
	right:8px;
}
.list-qa dl dt.txt-question span::after{
	background:url(../images/qa/ico_plus.png) 0 0 / 18px 18px no-repeat;
	content:"";
	width:18px;
	height:18px;
	position:absolute;
	top:14px;
	right:36px;
}
.list-qa dl dt.txt-question.open span::after{
	background-image:url(../images/qa/ico_minus.png);
}
.list-qa dl dd.txt-answer{
	background:#fdfaff;
	border:1px solid #e4d2eb;
	border-top:0;
	display:none;
	line-height:1.66;
	position:relative;
	margin:0;
	padding:15px 15px 15px 50px;
}
.list-qa dl dd.txt-answer::before{
	background:#f9eef6;
	color:#d168b4;
	content:"A";
	font-size:22px;
	font-weight:normal;
	text-align:center;
	width:40px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	padding:2px 0;
}
.list-qa dl dd.txt-answer::after{
	background:#e4d2eb;
	clip-path:polygon(0 0, 0 100%, 100% 100%);
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	left:0;
	bottom:0;
}
.list-qa dl dd.txt-answer .color-01{
	color:#9c2977;
}
.list-qa dl dd.txt-answer .note{
	color:#373737;
	font-size:90%;
}
.list-qa dl dd.txt-answer .note-indent-01{
	display:inline-block;
	margin-left:1.5em;
}
.list-qa dl dd.txt-answer .mt-5{
	display:inline-block;
	margin-top:5px;
}
.list-qa dl dd.txt-answer .mb-20{
	display:inline-block;
	margin-bottom:20px;
}
.list-qa dl dd.txt-answer .indent-01{
	display:inline-block;
	text-indent:-1.2em;
	margin-left:1.2em;
}
.list-qa dl dd.txt-answer .small{
	font-size:90%;
}
@media (min-width: 768px) {
	.list-qa{
		margin:54px 0 0;
	}
	.list-qa dl::before,
	.list-qa dl::after{
		width:27px;
		height:27px;
	}
	.list-qa dl dt.txt-question{
		font-size:20px;
		padding:28px 170px 28px 128px;
	}
	.list-qa dl dt.txt-question::before{
		font-size:41px;
		width:87px;
		padding:6px 0;
	}
	.list-qa dl dt.txt-question::after{
		width:27px;
		height:27px;
	}
	.list-qa dl dt.txt-question span{
		width:154px;
	}
	.list-qa dl dt.txt-question span::before{
		background-size:52px 52px;
		width:52px;
		height:52px;
		top:17px;
		right:17px;
	}
	.list-qa dl dt.txt-question span::after{
		background-size:43px 43px;
		width:43px;
		height:43px;
		top:22px;
		right:105px;
	}
	.list-qa dl dd.txt-answer{
		font-size:18px;
		padding:48px 75px 48px 128px;
	}
	.list-qa dl dd.txt-answer::before{
		font-size:41px;
		width:87px;
		padding:12px 0 6px;
	}
	.list-qa dl dd.txt-answer::after{
		width:27px;
		height:27px;
	}
	.list-qa dl dd.txt-answer .note{
		font-size:16px;
	}
	.list-qa dl dd.txt-answer .small{
		font-size:16px;
	}
}

/* お知らせ */
.post-type-archive-information .page-title,
.tax-information-category .page-title,
.single-information .page-title{
	background:url(../images/information/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.blog-column .main .blog-article{
	color:#000;
	margin:63px 0 0;
}
.blog-column .main .blog-article header h1{
	font-size:169%;
	margin:0;
}
.blog-column .main .blog-article header h1,
.blog-column .main .blog-article header h1 a{
	color:#5c2794;
}
.blog-column .main .blog-article header h1 a:hover{
	text-decoration:underline;
}
.blog-column .main .blog-article header div{
	margin:20px 0 0;
}
.blog-column .main .blog-article header time{
	font-size:106%;
}
.blog-column .main .blog-article header .cat{
	color:#5c2794;
	display:flex;
	font-size:88%;
	margin:3px 0 0;
}
.blog-column .main .blog-article header .cat dt{
	background:#e1ceed;
	font-weight:normal;
	padding:1px 20px;
}
.blog-column .main .blog-article header .cat dd{
	background:#efe7f4;
	margin:0;
	padding:1px 18px;
}
.blog-column .main .blog-article header .cat dd ul{
	display:flex;
	list-style:none;
	margin:0;
}
.blog-column .main .blog-article header .cat dd ul li{
	margin:0 5px;
}
.blog-column .main .blog-article header .cat dd ul li a{
	color:#5c2794;
}
.blog-column .main .cont{
	margin:30px 0 0;
}
.blog-column .main .cont p{
	line-height:2.1875;
}
.blog-column .nav-page{
	border-top:2px solid #efe7f4;
	clear:both;
	margin:45px 0 0;
	padding:40px 0 0;
}
.blog-column .nav-page{
	border-top:2px solid #efe7f4;
	clear:both;
	display:block;
	margin:45px 0 0;
}
.blog-column .nav-page::before,
.blog-column .nav-page::after{
  content:"";
  display:block;
  clear:both;
} 
.blog-column .nav-page div{
	line-height:50px;
	width:140px;
}
.blog-column .nav-page div.prev{
	float:left;
}
.blog-column .nav-page div.next{
	float:right;
}
.blog-column .nav-page div a{
	background:linear-gradient(90deg, #dbc9e1, #e7dceb 50%, #dbc9e1);
	border-radius:10px;
	color:#a763ad;
	display:block;
	text-align:center;
	position:relative;
}
.blog-column .nav-page div a:hover{
	opacity:0.8;
}
.blog-column .nav-page div a::before{
	border-top:2px solid #b998c8;
	border-right:2px solid #b998c8;
	content:"";
	width:7px;
	height:7px;
	position:absolute;
	top:50%;
	margin-top:-4px;
}
.blog-column .nav-page div.prev a::before{
	left:30px;
	transform:rotate(225deg);
}
.blog-column .nav-page div.next a::before{
	right:30px;
	transform:rotate(45deg);
}
.blog-column .side aside{
	margin:45px 0 0;
}
.blog-column .side aside dl{
	margin:0;
}
.blog-column .side aside dl dt{
	background:#efe7f4;
	border-top:1px solid #d3bfe0;
	color:#5c2794;
	font-size:113%;
	font-weight:normal;
	padding:8px 25px;
}
.blog-column .side aside dl dd{
	margin:30px 6px 0;
}
.blog-column .side aside dl dd ul{
	font-size:94%;
	list-style:none;
	margin:0;
}
.blog-column .side aside dl dd ul li{
	position:relative;
	margin:10px 0 0;
	padding:0 0 0 17px;
}
.blog-column .side aside dl dd ul li::before{
	border-top:2px solid #e1d0ec;
	border-right:2px solid #e1d0ec;
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	top:0.6em;
	left:0;
	transform:rotate(45deg);
}
.blog-column .side aside dl dd ul li a{
	color:#000;
}
.blog-column .side aside dl dd ul li a:hover{
	text-decoration:underline;
}
@media (min-width: 768px) {
	.blog-column{
		display:flex;
		justify-content:space-between;
		margin-top:70px;
	}
	.blog-column .main{
		width:calc(100% - 347px);
	}
	.blog-column .main .blog-article:first-child{
		margin:0;
	}
	.blog-column .main .blog-article header div{
		display:flex;
		align-items:flex-start;
		margin:20px 0 0;
	}
	.blog-column .main .blog-article header .cat{
		margin:2px 0 0 15px;
	}
	.blog-column .main .cont{
		margin:40px 0 0;
	}
	.blog-column .nav-page{
		margin:90px 0 0;
		padding:36px 0 0;
	}
	.blog-column .nav-page div{
		line-height:67px;
	}
	.blog-column .side{
		width:300px;
	}
	.blog-column .side aside:first-child{
		margin:0;
	}
}
@media (min-width: 921px) {
	.blog-column .nav-page div{
		width:226px;
	}
	.blog-column .nav-page div.prev a::before{
		left:40px;
	}
	.blog-column .nav-page div.next a::before{
		right:40px;
	}
}

/* 特定商取引法 */
.page-template-regulations .page-title{
	background:url(../images/regulations/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.table-regulations{
	border:1px solid #bebebe;
	border-collapse:collapse;
}
.table-regulations th,
.table-regulations td{
	border:1px solid #bebebe;
}
.table-regulations th{
	background:#f5f1f8 !important;
	font-weight:400;
	width:24%;
}
.table-regulations td{
	background:#fff !important;
}

/* 送料・お支払い */
.page-template-shippingpayment .page-title{
	background:url(../images/shipping-payment/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.list-shipping-payment p{
	color:#1c1c1c;
	line-height:2.1875;
	margin:30px 0 0;
}

/* お問い合わせ */
.page-template-contact .page-title{
	background:url(../images/contact/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.content-contact p{
	color:#1c1c1c;
	line-height:1.944;
}
.content-contact ul{
	text-align:center;
	list-style:none;
	margin:35px 0 0;
}
.content-contact ul li{
	margin:20px 0 0;
}
@media (min-width: 768px) {
	.content-contact p{
		text-align:center;
	}
	.content-contact ul{
		display:flex;
		justify-content:space-between;
		margin:50px 0 0;
	}
	.content-contact ul li{
		width:47.5%;
		margin:0;
	}
}

/* お問い合わせ（フォーム） */
.page-template-contact-products .page-title,
.page-template-contact-fc .page-title{
	background:url(../images/contact/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.contact-form-products{
	background:#f6f3f7;
}
.contact-form-fc{
	background:#faf3f3;
}
.contact-form .col-full{
	position:relative;
}
.contact-form h3{
	font-size:17px;
	text-align:center;
	line-height:1.3;
	width:280px;
	position:absolute;
	top:-15px;
	left:50%;
	margin:0 0 0 -140px;
}
.contact-form-products h3{
	background:linear-gradient(90deg, #dbc9e1, #e7dceb 50%, #dbc9e1);
	color:#781681;
}
.contact-form-fc h3{
	background:linear-gradient(90deg, #f7dfdf, #fbebeb 50%, #f7dfdf);
	color:#9f3232;
}
.contact-form h3::before{
	content:"";
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
}
.contact-form-products h3::before{
	border:1px solid #c5a9d1;
}
.contact-form-fc h3::before{
	border:1px solid #e7bebe;
}
.contact-form h3 span{
	display:block;
	position:relative;
	margin:0;
	padding:15px 20px;
}
.contact-form h3 span::before{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:4px;
	left:4px;
}
.contact-form h3 span::after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:4px;
	bottom:4px;
	transform:rotate(180deg);
}
.contact-form-products h3 span::before,
.contact-form-products h3 span::after{
	background:url(../images/contact/bg_form_001.png) 0 0 / 23px 23px no-repeat #dccae2;
}
.contact-form-fc h3 span::before,
.contact-form-fc h3 span::after{
	background:url(../images/contact/bg_form_002.png) 0 0 / 23px 23px no-repeat #f7e0e0;
}
.contact-form p{
	color:#1c1c1c;
	margin:0 0 30px;
	padding:100px 0 0;
}
.contact-form p a{
	color:#1c1c1c;
	text-decoration:underline;
}
.contact-form .form-area{
	padding:0 0 50px;
}
.contact-form div.wpforms-container-full:not(:empty){
	margin:0 auto;
}
.contact-form .wpforms-field-label{
	border-radius:5px;
	display:block;
	width:100%;
	padding:12px 15px !important;
}
.contact-form-products .wpforms-field-label{
	background:#decde4;
}
.contact-form-fc .wpforms-field-label{
	background:#f7e0e0;
}
.contact-form .wpforms-field-label .wpforms-required-label{
	border-radius:5px;
	color:#fff;
	font-size:87.5%;
	text-align:center;
	margin-left:10px;
	padding:3px 7px;
}
.contact-form-products .wpforms-field-label .wpforms-required-label{
	background:#da8383;
}
.contact-form-fc .wpforms-field-label .wpforms-required-label{
	background:#b48ac2;
}
.contact-form .wpforms-submit{
	border-radius:10px !important;
	color:#fff;
	display:block;
	font-weight:bold !important;
	position:relative !important;
	width:200px;
	height:50px !important;
	margin:0 auto;
}
.contact-form-products .wpforms-submit{
	background:linear-gradient(90deg, #df8f8f, #e4a5a5 50%, #df8f8f) !important;
}
.contact-form-fc .wpforms-submit{
	background:linear-gradient(90deg, #b992c6, #c8aad3 50%, #b992c6) !important;
}
.contact-form .wpforms-submit:hover{
	opacity:0.8;
}
.contact-form .wpforms-submit::before{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	top:7px;
	left:7px;
}
.contact-form .wpforms-submit::after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:7px;
	bottom:7px;
	transform:rotate(180deg);
}
.contact-form-products .wpforms-submit::before,
.contact-form-products .wpforms-submit::after{
	background:url(../images/contact/bg_form_003.png) 0 0 / 23px 23px no-repeat;
}
.contact-form-fc .wpforms-submit::before,
.contact-form-fc .wpforms-submit::after{
	background:url(../images/contact/bg_form_004.png) 0 0 / 23px 23px no-repeat;
}
@media (min-width: 768px) {
	.contact-form h3{
		font-size:21px;
		top:-14px;
	}
	.contact-form-products h3{
		width:483px;
		margin:0 0 0 -241px;
	}
	.contact-form-fc h3{
		width:541px;
		margin:0 0 0 -270px;
	}
	.contact-form h3 span{
		padding:20px 35px 18px;
	}
	.contact-form h3 span::before{
		width:35px;
		height:35px;
	}
	.contact-form h3 span::after{
		width:35px;
		height:35px;
	}
	.contact-form p{
		text-align:center;
		line-height:2.1875;
		margin-bottom:45px;
	}
	.contact-form .form-area{
		padding:0 0 103px;
	}
	.contact-form .wpforms-field-label{
		padding:17px 23px !important;
	}
	.contact-form .wpforms-field-label .wpforms-required-label{
		padding:3px 13px;
	}
	.contact-form .wpforms-submit-container{
		margin-top:56px !important;
	}
	.contact-form .wpforms-submit{
		width:300px;
		height:67px !important;
	}
	.contact-form .wpforms-submit::before{
		width:30px;
		height:30px;
		top:9px;
		left:11px;
	}
	.contact-form .wpforms-submit::after{
		width:30px;
		height:30px;
		right:11px;
		bottom:9px;
	}
	.contact-form-products .wpforms-submit::before,
	.contact-form-products .wpforms-submit::after,
	.contact-form-fc .wpforms-submit::before,
	.contact-form-fc .wpforms-submit::after{
		background-size:30px 30px;
	}
}

/* プライバシーポリシー */
.page-template-privacy-policy .page-title{
	background:url(../images/privacy/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.list-privacy p,
.list-privacy ul,
.list-privacy dl{
	color:#1c1c1c;
	line-height:2.1875;
}
.list-privacy dl dt{
	font-size:131%;
	position:relative;
	line-height:2;
	margin:50px 0 0;
	padding:0 0 0 31px;
}
.list-privacy dl dt strong{
	font-weight:normal;
}
.list-privacy dl dt::before{
	background-image:linear-gradient(0deg, #d7cae4, #bba6d1);
	content:"";
	width:10px;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
}
.list-privacy dl dd{
	margin:30px 0 0;
}
.list-privacy dl dd ul{
	margin:20px 0 0 20px;
}

/* ショッピングカート */
.page-id-6 .page-title,
.page-id-7 .page-title{
	background:url(../images/cart/bg_pagetitle.jpg) 50% 50% / cover no-repeat;
}
.page-id-6 .site-main article header,
.page-id-7 .site-main article header{
	display:none;
}
.page-id-6 .entry-content,
.page-id-7 .entry-content{
	margin-top:40px;
}
@media (min-width: 768px) {
	.page-id-6 .entry-content,
	.page-id-7 .entry-content{
		margin-top:80px;
	}
}


