@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 769px) {
	a[href^="tel:"] {
		/*  pointer-events: none;*/
	}
}
body {
	font: 14px/1.6 "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	margin: 0;
	color: #222;
	border-top: solid 10px #000;
	border-top: solid 0.52vw #000;
	-webkit-text-size-adjust: none;
	/*font: 14px/1.6 'DIN Alternate Bold', "kozuka-gothic-pro",sans-serif;*/
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@font-face {
	font-family: 'DIN Alternate Bold';
	font-style: normal;
	font-weight: normal;
	src: local('DIN Alternate Bold'), url('https://curere.jp/wp2/css/din-alternate-cufonfonts/DIN-Alternate-Bold.woff') format('woff');
}
*:focus {
	outline: none;
}
img {
	outline: none;
	border-style: none;
	vertical-align: baseline;
	vertical-align: top;
	max-width: 100%;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
a {
	color: #222;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	transition: 0.5s;
}
a:visited {
	color: #222;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color: #999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.dis-no {
	display: none;
}
/*202002追加 神主*/
.nlb {
	display: inline-block;
}
/*****HEADER*****/
header#masthead {
	display: block;
	/*overflow: hidden;*/
	width: 1120px;
	display: flex;
  align-items: center;
	justify-content: flex-end;
	margin: 35px auto;
	margin: 1.65vw auto;
	position: relative;
}
header#masthead h1 {
	width: 4.7vw;
}
header#masthead h1 img {
	width: 100%;
	height: auto;
}
/*****NAV*****/
nav {
	overflow: visible;
	display: flex;
	align-items: right;
}

header#masthead h1{
    margin-right: auto;
}
nav ul {
	display: flex;
	margin-top: 15px;
	margin-top: 0.8vw;
}
nav li {
	padding: 0 5px;
	padding: 0 0.25vw;
}
nav div ul li:after {
	content: "/";
	font-size: 0.95vw;
}
nav div ul li:last-child:after {
	content: " ";
}
nav ul:last-child li {
	padding-right: 0;
}
nav li a {
	color: #000;
	text-decoration: none;
	/*    font-weight: 900;*/
	margin-right: 5px;
	margin-right: 0.2vw;
	/*    font-family: 'Ropa Sans', sans-serif;*/
	/*font-family: 'DIN Alternate Bold', sans-serif;*/
	font-family:"Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 18px;
	font-size: 0.95vw;
}
@media screen and (max-width: 1300px) {
	nav li a {
		font-size: 13px;
	}
}
nav div + ul li a {
	display: block;
	width: 1.25vw;
}
nav div + ul li a img {
	width: 100%;
	height: auto;
}
nav span.sns-area {
	margin-top: 15px;
	margin-top: 0.8vw;
}
nav span.sns-area img {
	margin-left: 15px;
	transition: 0.8s;
}
nav span.sns-area img:hover {
	opacity: 0.5;
}
nav li:hover {
	color: #999;
}
nav li#menu-item-855 {
	display: none;
}
nav li#menu-item-861:after {
	display: none;
}
/*****ARTICLE*****/
/*202002変更 神主*/
article {
	display: block;
	width: 58%;
	width: 57.5vw;
	margin: 70px auto 100px;
	margin: 7vw auto;
	/*overflow: hidden;*/
}
/*202002変更 神主*/
article h1 {
	font-size: 40px;
	/*font-weight: bold;*/
	text-align: center;
	/*font-family: 'Ropa Sans', sans-serif;*/
	font-family: 'DIN Alternate Bold', sans-serif;
	margin-bottom: 100px;
	margin-bottom: 3vw;
	letter-spacing: 5px;
	letter-spacing: 0.26vw;
}
/*202002変更 神主*/
article h1 span {
	display: block;
	font-size: 22px;
}
/*202002変更 神主*/
article h1 span span.nlb {
	margin-bottom: 0;
}
/*202002追加 神主*/
article.bcg-b {
	margin: 7vw auto 0 auto;
}
/*202002追加 神主*/
article.f-nav {
	margin: 3vw auto;
}
/*****FOOTER*****/
/*202002変更 神主*/
footer {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-bottom: 0.52vw;
}
/*202002変更 神主*/
footer article.bcg-b {
	background-color: #000;
	width: 100%;
	max-width: 100%;
	padding-top: 70px;
	padding-top: 3.6vw;
	padding-bottom: 50px;
	padding-bottom: 3.6vw;
}
/*202002変更 神主*/
footer article.bcg-b h1 {
	font-size: 40px;
	font-size: 2.1vw;
	/*    font-weight: bold;*/
	text-align: center;
	/*    font-family: 'Ropa Sans', sans-serif;*/
	font-family: 'DIN Alternate Bold', sans-serif;
	margin-bottom: 60px;
	margin-bottom: 0;
	letter-spacing: 5px;
	letter-spacing: 0.26vw;
	color: #fff;
}
/*202002変更 神主*/
footer article.bcg-b h1 img {
	width: 13.17vw;
	height: 6.3vw;
	margin-bottom: 2.5vw;
}
/*202002変更 神主*/
footer article.bcg-b h1 span {
	display: block;
	font-size: 15px;
	/*font-size: 0.78vw;*/
	letter-spacing: 0;
}
/*202002変更 神主*/
footer article.bcg-b p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	/*font-size: 0.93vw;*/
	margin-top: 15px;
	margin-top: 1vw;
	margin-bottom: 55px;
	margin-bottom: 2vw;
}
/*202002変更 神主*/
footer article.bcg-b div a {
	display: block;
	width: 39vw;
	margin: auto;
	border: solid 2px #fff;
	border: solid 0.1vw #fff;
	line-height: 50px;
	/*line-height: 2.6vw;*/
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	/*font-size: 0.83vw;*/
	text-decoration: none;
}
footer article.f-nav section ul {
	text-align: center;
}
footer article.f-nav section ul li {
	border-left: solid 1px #000;
	border-left: solid 0.05vw #000;
	padding: 0 40px;
	padding: 0 2vw;
	display: inline-block;
}
/*202002変更 神主*/
@media screen and (max-width: 850px) {
	footer article.f-nav section ul li {
		padding: 0 1.8vw;
	}
}
footer article.f-nav section ul li:last-child {
	border-right: solid 1px #000;
	border-right: solid 0.05vw #000;
}
/*202002変更 神主*/
footer article.f-nav section ul li a {
	font-size: 15px;
	/*font-size: 0.78vw;*/
	color: #000;
	text-decoration: none;
}
/*202002変更 神主*/
footer small {
	font-size: 12px;
	/*font-size: 0.62vw;*/
	margin-bottom: 15px;
	margin-bottom: 0.78vw;
	display: block;
}
/*202002変更 神主*/
footer div {
	font-size: 12px;
	/*font-size: 0.62vw;*/
	margin-bottom: 15px;
	margin-bottom: 0.78vw;
	display: block;
}
footer div.sp-only {
	display: none;
}
/*****main*****/
article.main {
	max-width: 100%;
	width: 100%;
	margin-top: 0;
	position: relative;
}
article.main img {
	object-fit: cover;
	width: 100%;
	height: auto;
}
article.main section#mainImg {
	margin: 0 auto;
	width: 100%;
	height: 42vw;
	text-align: left;
	overflow: hidden;
	position: relative;
}
article.main section#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}
article.main section:last-child {
	position: absolute;
	width: 100%;
	line-height: 42vw;
	text-align: center;
	left: 0;
	top: calc(50% - 17vw);
	z-index: 50;
}
article.main section:last-child img {
	width: 40vw;
}
/*****TOP*****/
article#news {
	position: relative;
	width: 100%;
	max-width: 100%;
}
article#news p {
	text-align: center;
	margin-bottom: 2rem;
}
article#news section {
	width: 1120px;
	margin: auto;
	position: relative;
}
article#news ul {
	width: 90%;
	margin: auto;
	height: 7rem;
	height: 8vw;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #ccc;
	padding: 0.5vw 1vw 1vw;
	margin-bottom: 1vw;
}
article#news ul li {
	font-size: 13px;
	font-size: 0.67vw;
	padding: 0.3vw;
	border-bottom: solid 1px #ccc;
	display: flex;
	justify-content: space-between;
}
article#news ul li span:first-child {
	width: 4.5vw;
}
article#news ul li span:last-child {
	width: calc(100% - 5vw);
}
article#news ul li span:last-child strong {
	font-weight: bold;
	margin-left: 0.4vw;
	margin-right: 0.4vw;
}
article#news p strong {
	font-weight: bold;
}
/*202002追加 神主*/
article#news ul li a:hover {
	color: #bbb !important;
}
article#news ul li a:visited {
	color: #222;
}
body#home04 article#blog p {
	text-align: center;
	margin-bottom: 2rem;
}
body#home04 article#blog ul {
	width: 100%;
	margin: auto;
	padding: 0.5vw 1vw 1vw;
	margin-bottom: 1vw;
	display: flex;
	justify-content: space-between;
}
body#home04 article#blog ul li {
	font-size: 13px;
	font-size: 0.67vw;
	font-size: 15px;
	font-size: 0.78vw;
	padding: 0.3vw;
	border-bottom: none;
	width: 22%;
}
body#home04 article#blog ul li a, body#home04 article#blog ul li span {
	font-weight: normal;
}
body#home04 article#blog ul li img {
	width: 100%;
	height: 10vw;
	object-fit: cover;
}
body#home04 article#blog ul li div {
	margin-top: 0.5vw;
}
body#home04 article#blog ul li div p {
	text-align: left;
	margin-bottom: 0;
	line-height: 1.2;
	font-weight: normal;
}
body#home04 article#blog ul li div div {
	/*display: flex;*/
	justify-content: space-between;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}
body#home04 article#blog ul li div div a:last-child {
	display: inline-block;
	padding: 0.2em 0.5em;
	border: solid 1px #888;
	color: #888;
	line-height: 1;
}
body#home04 article#blog ul li div div a:first-child {
	line-height: 1.3;
}
body#home04 article#blog ul li ul.post-categories {
	display: block;
	padding: 0;
}
body#home04 article#blog ul li div div ul.post-categories a:last-child {
	display: block;
}
body#home04 article#blog ul li div div ul.post-categories a {
	display: block;
	width: auto;
}
body#home04 article#blog ul li ul.post-categories li {
	width: auto;
	padding-left: 0;
}
body#home article#news ul, body#home04 article#news ul {
	width: 100%;
	margin: auto;
	height: 7rem;
	height: auto;
	overflow-y: visible;
	overflow-x: visible;
	border: none;
	padding: 0;
	margin-bottom: 1vw;
}
body#home04 article#news ul {
	padding: 0 0 4vw 0;
}
body#home article#news ul li, body#home04 article#news ul li {
	font-size: 13px;
	font-size: 0.67vw;
	font-size: 15px;
	font-size: 0.78vw;
	padding: 0;
	margin: 0 1vw;
	border-bottom: none;
	display: block;
	width: 24%;
	background: #f7f8f8;
}
body#home article#news ul li div, body#home04 article#news ul li div {
	margin: 0 10px;
	color: #000;
	font-size: 14px;
}
body#home article#news ul li div, body#home04 article#news ul li div span.news_ttl {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 3px;
	text-align: left;
}
/*202002変更 神主*/
body#home article#news ul li div {
	font-family: 'DIN Alternate Bold', sans-serif;
	text-align: left;
}
/*202002変更 神主*/
body#home04 article#news ul li div span.news_data {
	/*font-family: 'DIN Alternate Bold', sans-serif;*/
	text-align: left;
}
body#home article#news ul li div span, body#home04 article#news ul li div span {
	display: block;
}
/*202002変更 神主*/
body#home article#news .slick-slide img, body#home04 article#news .slick-slide img {
	display: block;
	width: 250px;
	margin: auto;
	height: 200px;
	margin-bottom: 5px;
	object-fit: cover;
}

/*202004追加 粕谷*/
body#home04 article#news .blogimg .slick-slide img{
	 display: block;
    width: 100%!important;
    margin: auto;
    height: 130px!important;
}

body#home04 article#news .blogimg  ul li div span.news_ttl{
	padding-top: 10px;
}

/*202002追加 神主*/
@media screen and (min-width: 669px) and (max-width: 768px) {
	body#home article#news .slick-slide img, body#home04 article#news .slick-slide img {
		width: 180px;
		height: 120px;
	}
}
/*202002追加 神主*/
@media screen and (min-width: 600px) and (max-width: 668px) {
	body#home article#news .slick-slide img, body#home04 article#news .slick-slide img {
		width: 150px;
		height: 100px;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 500px) {
	body#home article#news .slick-slide img, body#home04 article#news .slick-slide img {
		width: 200px;
		height: 150px;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 414px) {
	body#home article#news .slick-slide img, body#home04 article#news .slick-slide img {
		width: 180px;
		height: 120px;
	}
}


/*202002追加 粕谷*/
article#athlete {
    background: #273548;
    color: #fff;
    padding-bottom: 5.2vw;
    padding-top: 6vw;
}

/*202002追加 粕谷*/
article#athlete section .top-item {
    width: 1120px;
    margin: auto;
}

/*202002追加 粕谷*/
article#athlete section .top-item ul {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

/*202002追加 粕谷*/
article#athlete section .top-item ul li {
    width: 22%;
    text-align: left;
    position: relative;
    margin: 10px 10px 50px;
}

/*202002追加 粕谷*/
article#athlete section .top-item ul li img {
    transition: 0.8s;
}

/*202002追加 粕谷*/
article#athlete section .top-item ul li h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'DIN Alternate Bold', sans-serif;
    margin-top: 1vw;
    line-height: 1.4;
    letter-spacing: 0.15vw;
    padding-bottom: 1vw;
}

/*202002追加 粕谷*/
article#athlete section .top-item ul li h3 span {
    font-size: 14px;	
}

/*202002追加 粕谷*/
@media (max-width: 768px){
article#athlete section .top-item ul {
    width: 100%;
    margin: auto;
}
article#athlete section .top-item ul li {
    width: 45%;
    margin: 10px auto 30px;
}
	article#athlete section .top-item ul li h3 {
		font-size: 16px;
		padding-bottom:10px
	}
	article#athlete section .top-item ul li p{
	    font-size: 16px;		
	}
}


body#home04 article#news ul.slick-dots {
	text-align: center;
	bottom: -5vw;
}
body#home04 article#news ul.slick-dots li {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	background: #fff;
}
body#home article#news ul li span:first-child, body#home04 article#news ul li span:first-child {
	width: auto;
}
body#home article#news ul li span:last-child, body#home04 article#news ul li span:last-child {
	width: auto;
}
body#home article#news ul li span:last-child strong, body#home04 article#news ul li span:last-child strong {
	font-weight: bold;
	margin-left: 0.4vw;
	margin-right: 0.4vw;
}
body#home article#news p strong, body#home04 article#news p strong {
	font-weight: bold;
}
body#home article#news ul li a:visited, body#home04 article#news ul li a:visited {
	color: #222;
}
article#products section ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
article#products section ul li {
	width: 27.67%;
	background-color: #efefef;
	text-align: center;
	font-size: 13px;
	font-size: 0.67vw;
	position: relative;
	margin-bottom: 80px;
	margin-bottom: 4.1vw;
}
article#products section ul li.bcg-f {
	background-color: #fff;
}
article#products section ul li.w420 {
	width: 30vw;
	margin-left: 13.5vw;
}
article#products section ul li.new:after {
	content: " ";
	position: absolute;
	top: -20px;
	right: 10px;
	z-index: 10;
	background: url(/img/icon_new02.png);
	width: 4.4vw;
	height: 4.4vw;
	background-size: cover;
}
article#products section ul li h2 {
	font-size: 30px;
	font-size: 1.5vw;
	/*    font-weight: bold;*/
	text-align: center;
	/*    font-family: 'Ropa Sans', sans-serif;*/
	font-family: 'DIN Alternate Bold', sans-serif;
	margin-top: 20px;
	margin-top: 1vw;
	line-height: 1;
	/*    letter-spacing: 5px;*/
	letter-spacing: 0.15vw;
}
article#products section ul li h2 span {
	font-size: 13px;
	font-size: 0.67vw;
	display: block;
	/*        font-weight: bold;*/
	margin-top: 10px;
	margin-top: 0.52vw;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	letter-spacing: 0;
}
article#products section ul li img {
	width: 100%;
	height: 320px;
	height: 16.6vw;
	line-height: 1;
	object-fit: cover;
}
article#products section ul li a, article#products section ul li span.coso {
	display: inline-block;
	width: 200px;
	width: 10.4vw;
	line-height: 30px;
	line-height: 1.56vw;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	text-decoration: none;
	margin-top: 35px;
	margin-top: 1.82vw;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	position: relative;
	padding-left: 30px;
	padding-left: 1.56vw;
	box-sizing: border-box;
}
article#products section ul li a, article#products section ul li span.coso, body#home04 article#products section ul li a, body#home04 article#products section ul li span.coso {
	/*display: inline;*/
	width: auto;
	line-height: auto;
	text-align: center;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	font-family: 'Ropa Sans', sans-serif;
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	text-decoration: none;
	margin-top: 35px;
	margin-top: 1.82vw;
	margin-top: 0;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	margin-bottom: 0;
	position: relative;
	padding-left: 30px;
	padding-left: 1.56vw;
	padding-left: 0;
	box-sizing: border-box;
}
article#products section ul li.w420 a, body#home04 article#products section ul li.w420 a {
	width: 100%;
}
article#products section ul li a p, body#home04 article#products section ul li a p {
	text-align: center;
	font-weight: normal;
}
article#products section ul li a p.btn-area, article#products section ul li span.coso, body#home04 article#products section ul li a p.btn-area, body#home04 article#products section ul li span.coso {
	display: inline-block;
	width: 200px;
	width: 10.4vw;
	line-height: 30px;
	line-height: 1.56vw;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	text-decoration: none;
	margin-top: 35px;
	margin-top: 1.82vw;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	position: relative;
	padding-left: 30px;
	padding-left: 1.56vw;
	box-sizing: border-box;
	position: relative;
}
article#products section ul li span.coso:before, article#blog-products div span.coso:before {
	display: none;
}
/*article#products section ul li a:before {
        content: " ";
        position: absolute;
        display: block;
        top:    6px;
        top:0.38vw;
        left: 50px;
        left: 2.6vw;
        background: url(/img/icon_buy.png) no-repeat top left;
        width:0.93vw;
        height: 0.78vw;
        background-size: cover;
}*/
article#products section ul li a p.btn-area:before, body#home04 article#products section ul li a p.btn-area:before {
	content: " ";
	position: absolute;
	display: block;
	top: 6px;
	top: 0.38vw;
	left: 50px;
	left: 2.6vw;
	background: url(/img/icon_buy.png) no-repeat top left;
	width: 0.93vw;
	height: 0.78vw;
	background-size: cover;
}
article#products section ul li a:before, body#home04 article#products section ul li a:before {
	display: none;
}
article#products section div a {
	display: block;
	border: solid 1px #000;
	border: solid 0.05vw #000;
	height: 60px;
	height: 3.1vw;
	text-align: center;
	color: #000;
	text-decoration: none;
	/*    font-family: 'Ropa Sans', sans-serif;*/
	font-family: 'DIN Alternate Bold', sans-serif;
	font-size: 23px;
	font-size: 1.2vw;
	font-weight: bold;
	line-height: 60px;
	line-height: 3.1vw;
	letter-spacing: 5px;
	letter-spacing: 0.26vw;
}
article#products section div a:before {
	content: " ";
	margin-right: 10px;
	margin-right: 0.52vw;
	background: url(/img/icon_buyb.png) no-repeat left top;
	width: 1vw;
	height: 0.88vw;
	background-size: cover;
	display: inline-block;
}
article#consept {
	position: relative;
	width: 100%;
	max-width: 100%;
}
article#consept:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 300px;
	top: 15.6vw;
	z-index: 50;
	background: url(/img/img_conse01.png) no-repeat left top;
	display: block;
	width: 24.94vw;
	height: 46.45vw;
	background-size: contain;
}
article#consept section {
	width: 1120px;
	margin: auto;
	position: relative;
}
article#consept section p {
	font-size: 13px;
	font-size: 0.67vw;
	font-size: 15px;
	font-size: 0.78vw;
	line-height: 35px;
	line-height: 1.82vw;
}
article#consept section.first-cont {
	display: flex;
	justify-content: space-between;
	letter-spacing: 3px;
	padding-bottom: 8vw;
}
article#consept section.first-cont h1 {
	font-size: 30px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 1.8;
	margin-bottom: 50px;
}
/*202002変更 神主*/
article#consept section.first-cont h1 span {
	font-size: 14px;
	display: block;
	margin-top: 8px;
}
article#consept section.first-cont img {
	width: 45%;
	height: auto;
	align-self: flex-start;
}
article#consept section.first-cont div.txt-area {
	width: 50%;
}
/*202002追加 神主*/
article#consept section.first-cont div.txt-area strong {
	font-weight: bold;
}
article#consept section.first-cont p {
	background-color: #fff;
	font-size: 17px;
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	text-align: left;
	margin-top: 0;
	padding: 0 0 2vw 0;
	line-height: 1.6;
	letter-spacing: 2px;
}
article#consept section .item_sp {
	display: none;
}
article#consept section.item01 {
	width: 100%;
	max-width: 100%;
	position: relative;
	/*padding-top: 100px;*/
	/*padding-top: 8vw;*/
	margin-bottom: 100px;
	margin-bottom: 5.2vw;
	padding-left: 0;
	padding-right: 0;
}
article#consept section.item03 {
	width: 100%;
	max-width: 100%;
	position: relative;
	padding-top: 30px;
	padding-top: 1.56vw;
	margin-bottom: 100px;
	margin-bottom: 5.2vw;
}
article#consept section.item01:before {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: -60px;
	top: -10vw;
	width: 31.4vw;
	height: 14.58vw;
	background: url(/img/img_arrow_r01.png) no-repeat top right;
	background-size: cover;
}
article#consept section.item01 div.inner, article#consept section.item03 div.inner {
	display: flex;
	flex-flow: row-reverse;
	margin: auto;
	width: 1120px;
}
article#consept section.item01 div.txt-area, article#consept section.item03 div.txt-area {
	margin-right: 50px;
	margin-right: 2.6vw;
	padding-top: 0;
}
/*202002追加 神主*/
@media (max-width: 768px) {
	article#consept section.item01 div.txt-area, article#consept section.item03 div.txt-area {
		margin-left: 50px;
		margin-left: 2.6vw;
	}
}
/*202002変更 神主*/
article#consept section.item01 div.img-area, article#consept section.item03 div.img-area {
	width: 49.7%;
	height: auto;
	align-self: flex-start;
}
article#consept section.item03 div.img-area {
	width: 46%;
}
article#consept section.item01 div.inner h1, article#consept section.item03 div.inner h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
	letter-spacing: 3px;
}
article#consept section.item01 div.inner h1 img, article#consept section.item03 div.inner h1 img {
	width: auto;
	max-width: 100%;
}
article#consept section.item01 div.txt-area p, article#consept section.item03 div.txt-area p {
	line-height: 1.7;
	font-size: 17px;
	letter-spacing: 2px;
}
article#consept section.item02 {
	width: 100%;
	max-width: 100%;
	position: relative;
	padding-top: 30px;
	padding-top: 1.56vw;
	margin-bottom: 100px;
	margin-bottom: 5.2vw;
	padding-left: 0;
	padding-right: 0;
}
article#consept section.item02:before {
	content: " ";
	display: block;
	position: absolute;
	left: -60px;
	left: -3vw;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(/img/img_arrow_l01.png) no-repeat top left;
	width: 31.4vw;
	height: 14.63vw;
	background-size: cover;
}
article#consept section.item02 div.inner {
	display: flex;
	margin: auto;
	width: 1120px;
}
article#consept section.item02 div.inner h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
article#consept section.item02 div.inner h1 img {
	width: auto;
	max-width: 100%;
}
article#consept section.item02 div.img-area {
	width: 50%;
	height: auto;
}
article#consept section.item02 div.txt-area {
	margin-left: 50px;
	margin-left: 2.6vw;
	padding-top: 0;
}
article#consept section.item02 div.txt-area p {
	line-height: 1.7;
	font-size: 17px;
	letter-spacing: 2px;
	text-align: left;
}
article#consept section.item01 h1 span, article#consept section.item02 h1 span, article#consept section.item03 h1 span {
	letter-spacing: 3px;
	padding: 1.2vw 0;
}
article#consept section .top-item {
	width: 1120px;
	margin: auto;
}
article#consept section .top-item img {
	width: 100%;
	max-width: 100%;
}
article#consept section .top-item h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 50px;
	margin: 4.6vw 2.6vw 1.6vw 2.6vw;
	text-align: center;
	letter-spacing: 3px;
}
article#consept section .top-item ul {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 0;
}
article#consept section .top-item ul li {
	width: 22%;
	text-align: center;
	position: relative;
	margin: 10px 10px 50px;
}
article#consept section .top-item ul li.new:after {
	content: " ";
	position: absolute;
	top: -20px;
	right: 10px;
	z-index: 10;
	background: url(/img/icon_new02.png);
	width: 80px;
	height: 80px;
	background-size: cover;
}
article#consept section .top-item ul li h3 {
	font-size: 18px;
	/*    font-weight: bold;*/
	text-align: center;
	/*    font-family: 'Ropa Sans', sans-serif;*/
	font-family: 'DIN Alternate Bold', sans-serif;
	margin-top: 20px;
	margin-top: 1vw;
	line-height: 1;
	/*    letter-spacing: 5px;*/
	letter-spacing: 0.15vw;
}

article#consept section .top-item ul li h3 span{
	display:block;
	font-size:16px;
	padding-top:10px
}

article#consept section .top-item ul li img {
	transition: 0.8s;
}
/*202002追加 神主*/
article#consept section .top-item ul li a {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
/*202002変更 神主*/
article#consept section .top-item ul li a:hover {
	border-bottom: 1px solid #222;
}
/*202002追加 神主*/
article#consept section .top-item ul li a h3 {
	display: inline-block;
}
article#consept section .top-item ul li img:hover {
	opacity: 0.5;
}
article#athlete {
	position: relative;
	width: 100%;
	max-width: 100%;
}
article#athlete section {
	width: 1120px;
	margin: auto;
	position: relative;
}

/*202002追加 神主*/
@media screen and (min-width: 768px) {
	article#athlete img.pc {
		display: block;
	}
	article#athlete img.sp {
		display: none;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 768px) {
	article#athlete img.pc {
		display: none;
	}
	article#athlete img.sp {
		display: block;
	}
}
/*202002変更 神主*/
article#athlete p.more, article#consept p.more {
	margin: 20px auto 20px auto;
}
/*202002変更 神主*/
article#athlete p.more a, article#consept p.more a {
	position: relative;
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 10px 25px 10px 0;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.7;
}
/*202002変更 神主*/
article#athlete p.more a:after, article#consept p.more a:after {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 22px;
	top: 30%;
	right: 20px;
	background: url(/img/btn_arrow.png) no-repeat center center;
	background-size: 20px 20px;
	content: "";
}




article#colum {
	margin: 70px auto 90px;
	margin: 3.64vw auto 4.68vw;
	width: 59.3vw;
	overflow: inherit;
}
article#colum section div.coso {
	font-size: 1.5vw;
	text-align: center;
	font-weight: bold;
	border: solid 1px #000;
	padding: 1.5vw;
	background-color: #eeeceb;
	margin-bottom: 10vw;
}
article#colum section div.slider {
	display: none;
}
article#colum section div.slick-list div.slick-slide {
	max-width: 208px !important;
	width: 95%;
	text-align: center;
	font-size: 13px;
	font-size: 0.67vw;
	border: solid 1px #000;
	border: solid 0.05vw #000;
	margin-right: 10px;
	margin-right: 0.52vw;
	margin-left: 10px;
	margin-left: 0.52vw;
}
article#colum section div.slick-list div.slick-slide h2 {
	font-size: 16px;
	font-size: 0.83vw;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	margin: 1.56vw 0;
	line-height: 1;
}
article#colum section div.slick-list div.slick-slide img {
	width: 100%;
	height: 208px;
	height: 10.8vw;
	object-fit: cover;
}
article#colum section div.slick-list div.slick-slide a {
	color: #000;
	text-decoration: none;
}
img.slide-arrow {
	position: absolute;
	top: calc(50% - 25px);
}
img.slide-arrow.prev-arrow {
	left: -60px;
	left: -3.12vw;
	width: 1.77vw;
	height: 2.03vw;
}
img.slide-arrow.next-arrow {
	right: -60px;
	right: -3.12vw;
	width: 1.77vw;
	height: 2.03vw;
}
article#blog {}
article#blog section {
	background-color: #eeeceb;
	padding: 70px 100px 30px;
	padding: 3.64vw 5.2vw 1.56vw;
	width: 100%;
	box-sizing: border-box;
}
article#blog ul li {
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	line-height: 60px;
	line-height: 3.1vw;
	border-bottom: solid 1px #231815;
	border-bottom: solid 0.05vw #231815;
	width: 100%;
}
article#blog ul li span {
	font-weight: normal;
	margin-right: 30px;
	margin-right: 1.56vw;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	letter-spacing: 3px;
	letter-spacing: 0.15vw;
}
article#blog ul li a {
	color: #000;
	text-decoration: none;
}
article#blog div {
	text-align: center;
	margin-top: 40px;
	margin-top: 2.08vw;
}
article#blog div a {
	color: #000;
	text-decoration: none;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	letter-spacing: 0.1vw;
}
article#voice {
	margin: 70px auto 90px;
	margin: 3.64vw auto 4.68vw;
	width: 59.3vw;
	overflow: inherit;
}
article#voice section div.slick-list div.slick-slide {
	/* width: 13.8vw!important;*/
	font-size: 13px;
	font-size: 0.67vw;
	margin-right: 10px;
	margin-right: 0.52vw;
	margin-left: 10px;
	margin-left: 0.52vw;
	background-color: #dcdddd;
	font-weight: bold;
}
article#voice section div.slick-list div.slick-slide h2 {
	font-size: 15px;
	font-size: 0.78vw;
	margin: 15px 20px;
	margin: 0.78vw 1vw;
	border-bottom: solid 1px #000;
	border-bottom: solid 0.05vw #000;
	padding-bottom: 15px;
	padding-bottom: 0.78vw;
	font-weight: bold;
}
article#voice section div.slick-list div.slick-slide p {
	margin: 15px 20px 15px;
	margin: 0.78vw 1vw 0.78vw;
}
article#voice section div.slick-list div.slick-slide img {
	width: 100%;
	height: 259px;
	height: 13.5vw;
	object-fit: cover;
}
article#voice section div.slick-list div.slick-slide a {
	color: #000;
	text-decoration: none;
}
/*202002変更 神主*/
article#conceptshop {
	background-color: #efefef;
	width: 100%;
	max-width: 100%;
	padding-top: 100px;
	padding-top: 6vw;
	padding-bottom: 100px;
	padding-bottom: 6vw;
}
article#conceptshop section {
	width: 1120px;
	margin: auto;
	position: relative;
}
article#conceptshop section.tokyo {
	background-color: #fff;
	margin: auto;
	overflow: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5.2vw
}
article#conceptshop section.osaka {
	background-color: #fff;
	margin: auto;
	overflow: auto;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;
	margin-bottom: 2vw;
}
article#conceptshop {
	letter-spacing: 2px;
	font-size: 17px;
}
article#conceptshop h2 {
	font-size: 22px;
	padding: 0 5px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
article#conceptshop h3 {
	border: 1px solid #000;
	padding: 5px auto;
	width: 40%;
	margin: 10px 0;
}
/*202002追加 神主*/
@media screen and (max-width: 924px) {
	article#conceptshop h3 {
		width: 60%;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 768px) {
	article#conceptshop h3 {
		width: 100%;
		padding: 5px;
	}
}
article#conceptshop h3 span {
	display: block;
	text-align: center;
}
article#conceptshop section .shopinfo {
	padding: 30px;
	display: block;
	width: 35%;
	font-size: 16px;
}
article#conceptshop section .shopimg {
	width: 65%;
	padding: 0;
	height: auto;
}
/*202002変更 神主*/
article#conceptshop section.osaka .shopimg {
	text-align: right;
}
article#conceptshop p {
	line-height: 1.7;
	/*padding-bottom: 10px;*/
	padding-bottom: 20px;
}
article#conceptshop p.rsv {
	margin: 20px auto 0px;
}
/*202002変更 神主*/
article#conceptshop p.rsv a {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 30px 10px 10px;
	border: 1px solid #000;
	background-color: #fff;
	font-size: 17px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}
article#conceptshop p.rsv a:after {
	display: inline-block;
	position: absolute;
	width: 30px;
	height: 22px;
	background: url(/img/btn_arrow.png) no-repeat center center;
	background-size: 20px 20px;
	content: "";
}
/*202002追加 神主*/
@media (max-width: 768px) {
	article#conceptshop p.rsv a:after {
		top: 30%;
		right: 20px;
	}
}
/*
article#shop section img{
   width: 37.24vw;
    min-height: 420px;
    object-fit: cover;
   
}

article#shop section div{
    margin-top: 30px;
    margin-top: 1.4vw;
    margin-left: 20px;
    margin-left: 1vw;
}
*/
article#shop section div h2 {
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	padding-bottom: 20px;
	padding-bottom: 1.01vw;
	border-bottom: solid 1px #000;
	border-bottom: solid 0.05vw #000;
	margin-bottom: 20px;
	margin-bottom: 1.01vw;
}
article#shop section div h2 strong {
	display: block;
	font-size: 25px;
	font-size: 1.25vw;
	font-weight: bold;
	margin-top: 0.5vw;
}
body#home04 article#shop section div h2 strong {
	margin-top: 0;
	font-size: 1.15vw;
}
article#shop section div ul li {
	font-size: 15px;
	font-size: 0.78vw;
	line-height: 1.5;
}
article#shop section div h3, article#shop section div p {
	font-size: 15px;
	font-size: 0.78vw;
	line-height: 1.5;
}
article#shop section div h3 {
	margin-top: 0.9vw;
	font-size: 0.9vw;
	font-weight: bold;
}
article#shoplist {}
article#shoplist section {
	display: flex;
	justify-content: space-between;
	border-top: solid 1px #000;
	border-top: solid 0.05vw #000;
	border-bottom: solid 1px #000;
	border-bottom: solid 0.05vw #000;
	padding: 80px 40px;
	padding: 4.16vw 2.08vw;
}
article#shoplist section div {}
/*202002変更 神主*/
article#shoplist section div h2 {
	font-size: 18px;
	/*font-size: 0.93vw;*/
	font-weight: bold;
	border-bottom: solid 1px #000;
	border-bottom: solid 0.05vw #000;
	padding-bottom: 20px;
	padding-bottom: 1vw;
	margin-bottom: 20px;
	margin-bottom: 1vw;
	width: 70px;
	/*width: 4vw;*/
}
/*202002変更 神主*/
article#shoplist section div ul li {
	line-height: 1.7;
	font-size: 17px;
	/*font-size: 0.93vw;*/
}
/*202002追加 神主*/
@media screen and (max-width: 1500px) {
	article#shoplist {
		width: 70%;
	}
	article.f-nav {
		margin: 4.5vw auto;
		width: 90%;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 1200px) {
	article {
		margin: 9vw auto;
	}
	article#conceptshop {
		padding-top: 8vw;
		padding-bottom: 9vw;
	}
	article#shoplist {
		width: 75%;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 1024px) {
	article#shoplist {
		width: 85%;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 900px) {
	article#shoplist {
		width: 95%;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 850px) {
	article.f-nav {
		width: 99%;
	}
}
/*202002追加 神主*/
@media screen and (max-width: 768px) {
	article#shoplist {
		width: 90%;
	}
}
/*****CONCEPT*****/
body#concept article#consept:before {
	display: none;
}
body#concept article#consept {
	margin-bottom: 150px;
	margin-bottom: 7.81vw;
	margin-top: 0;
}
body#concept article#consept section.pho-r {
	margin-top: 100px;
	margin-top: 5.2vw;
	padding-top: 0;
}
body#concept article#consept section.pho-l div.inner {
	padding-bottom: 150px;
	padding-bottom: 7.81vw;
	border-bottom: solid 1px #000;
	border-bottom: solid 0.05vw #000;
}
body#concept article#consept section.pho-l:after {
	display: none;
}
body#concept article#consept section.pho-r:before {
	display: none;
}
body#concept article#consept section.pho-l:before {
	display: none;
}
body#concept article#consept section.consept-cont01 {
	width: 58%;
	width: 57.5vw;
	margin: auto;
	margin-top: 100px;
	margin-top: 5.2vw;
}
body#concept article#consept section.consept-cont01 h1 {
	font-size: 34px;
	font-size: 1.77vw;
	text-align: left;
	margin-left: 20%;
}
body#concept article#consept section.consept-cont01 p {
	font-size: 15px;
	font-size: 0.78vw;
	text-align: left;
	margin-left: 20%;
}
body#concept article#consept section.consept-cont01 figure {
	margin-top: -200px;
	margin-top: -10.4vw;
	z-index: -1;
	position: relative;
	width: 58.33vw;
	height: 39.32vw;
}
body#concept article#consept section.consept-cont01 figure img {
	width: 100%;
	height: auto;
}
body.post-type-archive-shoplist main article section h1 {
	font-size: 1.5vw;
	margin-bottom: 2vw;
}
body.post-type-archive-shoplist main article section h2 {
	font-size: 1vw;
	background-color: #ccc;
	padding: 0.2vw 1vw;
}
body.post-type-archive-shoplist main article section h3 {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
body.post-type-archive-shoplist main article section ul {
	margin-bottom: 5vw;
}
body.post-type-archive-shoplist main article section li {
	padding: 1.5vw;
	border-bottom: solid 1px #999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body#policy_law table, body#privacy table, body#company table {
	width: 50vw;
	margin: auto;
	border-top: solid 1px #999;
}
body#privacy .pt100 p {
	width: 50vw;
	margin: auto;
	margin-bottom: 3vw;
}
body#policy_law table th, body#policy_law table td, body#privacy table th, body#privacy table td, body#company table th, body#company table td {
	padding: 1vw;
	border-bottom: solid 1px #999;
}
body#policy_law table th, body#privacy table th, body#company table th {
	white-space: nowrap;
}
/*blog----------------------------------------------------*/
div.blog-inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 3vw;
}
div.blog-inner::after {
	content: "";
	display: block;
	width: 12.5vw;
}
div.blog-inner div {
	width: 12.5vw;
	position: relative;
}
body#blog div#content, body.category div#content, body.single div#content {
	width: 58.33vw;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
body#blog div#content div#primary, body.category div#content div#primary, body.single div#content div#primary {
	width: 37.5vw;
	width: 790px;
	width: 41.5vw;
}
body#blog div#content aside#secondary, body.category div#content aside#secondary, body.single div#content aside#secondary {
	width: 17vw;
	width: 13.5vw;
}
body#blog div#content main h1, body.category div#content main h1, body.single div#content main h1 {
	font-size: 40px;
	font-size: 2.1vw;
	text-align: left;
	/*font-family: 'Ropa Sans', sans-serif;*/
	font-family: 'DIN Alternate Bold', sans-serif;
	margin-bottom: 60px;
	margin-bottom: 1vw;
	letter-spacing: 5px;
	letter-spacing: 0.26vw;
}
/*body.single div#content main h1 {
        font-size: 20px;
    font-size: 1.05vw;
    color: #666;
}*/
body.single div#content main article {
	width: 100%;
	margin-top: 0;
}
body.single div#content main article div.entry-content {
	color: #222;
	font-size: 13px;
	font-size: 0.9vw;
	line-height: 3;
}
body.single div#content main article div.post-thumbnail img {
	width: 100%;
	height: auto;
}
h2.screen-reader-text {
	display: none;
}
div.nav-links {
	/*display: flex;*/
	justify-content: space-between;
	width: 100%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position: relative;
}
div.nav-links:after {
	content: "";
	background-color: #eee;
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
}
div.nav-links div {
	display: inline-block;
	padding: 1rem;
	font-size: 0.65vw;
	padding-top: 1.2vw;
	padding-bottom: 1.2vw;
	width: 50%;
	box-sizing: border-box;
}
div.nav-links div a {
	position: relative;
}
div.nav-links .nav-previous {
	float: left;
}
div.nav-links .nav-previous a {
	padding-left: 1vw;
}
div.nav-links .nav-next a {
	padding-right: 1vw;
}
div.nav-links .nav-previous a:before {
	content: "＜";
	position: absolute;
	left: 0;
}
div.nav-links .nav-next {
	text-align: right;
	float: right;
}
div.nav-links .nav-next a:after {
	content: "＞";
	position: absolute;
	right: 0;
}
body#blog .slick-dots li button:before, body#blog .slick-dots, body#blog .slick-dots li button {
	display: none;
}
article#blog-products {
	overflow: initial;
}
article#blog-products div div.slick-slide {
	width: 16.16vw;
	background-color: #efefef;
	text-align: center;
	font-size: 13px;
	font-size: 0.67vw;
	position: relative;
	margin-bottom: 80px;
	margin-bottom: 4.1vw;
	margin-left: 2.34vw;
	margin-right: 2.34vw;
}
article#blog-products div h2 {
	font-size: 30px;
	font-size: 1.5vw;
	font-weight: bold;
	text-align: center;
	font-family: 'Ropa Sans', sans-serif;
	margin-top: 20px;
	margin-top: 1vw;
	line-height: 1;
	letter-spacing: 5px;
	letter-spacing: 0.26vw;
}
article#blog-products div h2 span {
	font-size: 13px;
	font-size: 0.67vw;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.52vw;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	letter-spacing: 0;
}
article#blog-products div figure img {
	width: 100%;
	height: 320px;
	height: 16.6vw;
	line-height: 1;
	object-fit: cover;
}
article#blog-products div a, article#blog-products div span.coso {
	display: inline-block;
	width: 200px;
	width: 10.4vw;
	line-height: 30px;
	line-height: 1.56vw;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	text-decoration: none;
	margin-top: 35px;
	margin-top: 1.82vw;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	position: relative;
	padding-left: 30px;
	padding-left: 1.56vw;
	box-sizing: border-box;
}
article#products section ul li span.coso, article#blog-products div span.coso {
	background-color: #666;
	cursor: default;
	padding-left: 0;
}
article#blog-products div a:before {
	content: " ";
	position: absolute;
	display: block;
	top: 6px;
	top: 0.38vw;
	left: 50px;
	left: 2.6vw;
	background: url(/img/icon_buy.png) no-repeat top left;
	width: 0.93vw;
	height: 0.78vw;
	background-size: cover;
}
article#blog-products div.btn a {
	display: block;
	border: solid 1px #000;
	border: solid 0.05vw #000;
	height: 60px;
	height: 3.1vw;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 23px;
	font-size: 1.2vw;
	font-weight: bold;
	line-height: 60px;
	line-height: 3.1vw;
	letter-spacing: 5px;
	letter-spacing: 0.26vw;
	background-color: #fff;
	width: 100%;
}
article#blog-products div.btn a:before {
	content: " ";
	margin-right: 10px;
	margin-right: 0.52vw;
	background: url(/img/icon_buyb.png) no-repeat left top;
	width: 1vw;
	height: 0.88vw;
	background-size: cover;
	display: inline-block;
	position: relative;
	left: 0;
}
body#blog div#content main ul#menu-blog-nav, body.category div#content main ul#menu-blog-nav {
	display: flex;
	font-size: 0.93vw;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	padding-top: 1.25vw;
	padding-bottom: 1.25vw;
	margin-bottom: 4.68vw;
}
body#blog div#content main ul#menu-blog-nav li, body.category div#content main ul#menu-blog-nav li {
	margin-right: 1vw;
	line-height: 1;
}
body#blog div#content main ul#menu-blog-nav li a, body.category div#content main ul#menu-blog-nav li a {
	margin-right: 1vw;
}
body#blog div#content main ul#menu-blog-nav li:after, body.category div#content main ul#menu-blog-nav li:after {
	content: "/";
}
body#blog div#content main ul#menu-blog-nav li:last-child:after, body.category div#content main ul#menu-blog-nav li:last-child:after {
	content: " ";
}
/*body#blog div.wrap, body.category div.wrap, body.page div.wrap {
	border-bottom: solid 1px #000;
	margin-bottom: 1.65vw;
}*/

body#blog div.wrap, body.category div.wrap, body.page div.wrap, body.search div.wrap {
	border-bottom: solid 1px #000;
	margin-bottom: 1.65vw;
}
/*side----------------------------------------------------*/
section.popular-posts h2 {
	/*background-color: #f3a8bb;
font-size: 1.3vw;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2.96vw;
    margin-bottom: 1.19vw;*/
}
section.popular-posts ul {
	/*border-top: solid 1px #000;
    margin-bottom: 4.8vw;*/
}
section.popular-posts ul li {
	/* font-size: 0.729vw;
    padding: 1.56vw 0;
    border-bottom: solid 1px #000;*/
}
section.widget_recent_entries h2 {
	background-color: #9fa0a0;
	font-size: 1.3vw;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 2.96vw;
	margin-bottom: 1.19vw;
}
section.widget_recent_entries ul {
	border-top: solid 1px #000;
}
section.widget_recent_entries ul li {
	/*font-size: 0.729vw;
    padding: 1.56vw 0;
    border-bottom: solid 1px #000;*/
}
div.blog-card {
	width: 17vw;
	margin-bottom: 2vw;
}
div.blog-card img {
	width: 100%;
	height: 8vw;
	margin-bottom: 0.6vw;
	object-fit: cover;
}
div.blog-card dl dt {
	font-size: 0.75vw;
	margin-bottom: 1.5vw;
	height: 4rem;
}
div.blog-card dl dd {
	font-size: 0.6vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*div.blog-card dl dd span:first-child{
    border:solid 1px #888;
    display: inline-block;
    padding: 0 1em;
    color: #888;
    line-height: 2;
}*/
div.blog-card dl dd ul li {
	display: inline-block;
}
div.blog-card dl dd span a {
	border: solid 1px #888;
	display: inline-block;
	padding: 0 1em;
	color: #888;
	line-height: 2;
}
/*div.blog-card dl dd span:first-child a {
    color: #888;
}*/
div.blog-card dl dd span.blog-date {
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	font-size: 0.75vw;
	/*        font-weight: bold;*/
}
/** 最後だけ右寄せ */
div.blog-card dl dd span:last-child {
	margin-left: auto;
}
header h1.entry-title {
	width: 100%;
	text-align: center;
}
body#cpnsept main article {
	width: 100%;
}
button#responsive-menu-button {
	background-color: #fff;
}
.slick-slider .slick-track {
	display: flex;
}
.slick-slide {
	height: auto !important;
}
#responsive-menu-search-box {
	position: relative;
}
/*contact*/
body#contact .entry-content h2 {
	font-size: 1.2vw;
	text-align: center;
	font-weight: bold;
}
body#contact .entry-content dl dt {
	font-weight: bold;
	font-size: 1vw;
	margin: 30px 0 10px;
}
body#contact .entry-content dl dt span {
	font-size: 0.8vw;
	color: #FFF;
	background-color: #79888B;
	border-radius: 3px;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-left: 10px;
}
body#contact .entry-content dl {
	max-width: 30vw;
	margin: auto;
}
body#contact .entry-content dl input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"] {
	padding: 17px 10px;
	line-height: 1.5;
	width: 100%;
	font-size: 1vw;
}
body#contact .entry-content dl dd ul li {
	font-size: 0.8vw;
	margin: 30px 0 10px;
}
body#contact .entry-content dl dd ul li input {
	margin-right: 0.5vw;
}
body#contact .entry-content dl textarea {
	padding: 10px;
	line-height: 1.5;
	width: 100%;
	box-sizing: border-box;
	min-height: 10vw;
	font-size: 1vw;
}
body#contact .entry-content div.submit-btn {
	text-align: center;
	margin-top: 1vw;
}
body#contact .entry-content div.submit-btn input[type="submit"] {
	-webkit-appearance: none;
	color: #FFF;
	background-color: #2C2E33;
	border-color: #2C2E33;
	display: inline-block;
	padding: 0.5vw 2vw;
	transition: 0.7s;
	font-size: 1vw;
}
body#contact .entry-content div.submit-btn input:hover {
	opacity: 0.6;
	cursor: pointer;
	transition: 0.7s;
}
@import url(https://fonts.googleapis.com/css?family=Roboto);
@keyframes ripple {
	0% {
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
	}
	50% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}
	100% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
	}
}
body#contact .entry-content dl dd .md-radio {
	margin: 16px 0;
}
body#contact .entry-content dl dd .md-radio input[type="radio"] {
	display: none;
}
body#contact .entry-content dl dd .md-radio input[type="radio"]:checked + label:before {
	border-color: #337ab7;
	animation: ripple 0.2s linear forwards;
}
body#contact .entry-content dl dd .md-radio input[type="radio"]:checked + label:after {
	transform: scale(1);
}
body#contact .entry-content dl dd .md-radio label {
	display: inline-block;
	height: 20px;
	position: relative;
	padding: 0 30px;
	margin-bottom: 0;
	cursor: pointer;
	vertical-align: bottom;
	font-size: 0.9vw;
}
body#contact .entry-content dl dd .md-radio label:before, .md-radio label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
}
body#contact .entry-content dl dd .md-radio label:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(0, 0, 0, 0.54);
}
body#contact .entry-content dl dd .md-radio label:after {
	top: 7px;
	left: 7px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #337ab7;
}
.entry-content {
	position: relative;
}
div.slide-item-area {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
div.slide-item-area ul.slider-item {
	width: 24vw;
	margin: 0 auto 1.5vw;
}
div.slide-item-area .slide-item img {
	width: 100%;
	height: auto;
	width: 27vw;
	height: 27vw;
	object-fit: cover;
}
div.slide-item-area #thumbnail-list {
	width: 24vw;
	margin: 0 auto;
	/*display: flex;*/
	justify-content: space-between;
	flex-wrap: wrap;
}
div.slide-item-area .thumbnail-item {
	margin-bottom: 0.5vw;
	box-sizing: border-box;
	position: relative;
	width: 4.2vw;
	height: 4.2vw;
	float: left;
	margin-right: 0.5vw;
}
div.slide-item-area .thumbnail-item:nth-of-type(5) {
	margin-right: 0;
}
div.slide-item-area .thumbnail-item:nth-of-type(10) {
	margin-right: 0;
}
div.slide-item-area .thumbnail-item:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: .3s opacity linear;
}
div.slide-item-area .thumbnail-item.thumbnail-current:after {
	opacity: 0;
}
div.slide-item-area .thumbnail-item img {
	width: 4.2vw;
	height: 4.2vw;
	object-fit: cover;
}
section.item-area {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
section.item-area div:first-child {
	width: 28vw;
	overflow: hidden;
}
section.item-area div:last-child {
	width: 27vw;
	overflow: hidden;
}
section.item-area div:first-child h1 {
	font-size: 2.5vw;
	margin-bottom: 1vw;
}
section.item-area div:first-child p.read {
	font-size: 1.3vw;
}
section.item-area div:first-child h2 {
	font-size: 1.5vw;
	border: solid 1px #000;
	padding: 0.5vw;
	text-align: center;
	margin-top: 1.5vw;
	margin-bottom: 0.5vw;
}
section.item-area div:first-child ul.ninki {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2vw;
	margin-top: 1vw;
}
section.item-area div:first-child div.price {
	font-size: 1.5vw;
	color: #eb6161;
}
section.item-area div:first-child div.cart-area a {
	display: block;
	background-color: #000;
	line-height: 4vw;
	text-align: center;
	color: #fff;
	font-size: 1.5vw;
	vertical-align: middle;
}
section.item-area div:first-child div.cart-area a img {
	vertical-align: middle;
	margin-right: 1vw;
}
/*
section.item-area div:first-child form dl{
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    display: flex;
}

section.item-area div:first-child form dl dt {
    margin-top: 0.25vw;
    margin-right: 0.5vw;
    font-size: 1.5vw;
}

section.item-area div:first-child form dl dd input {
    width: 12vw;
    height: 2.5vw;
    font-size: 1.5vw;
}
*/
section.item-area div:first-child p.toblog {
	background-color: #efefef;
	padding: 1vw;
	float: right;
	margin-top: 1.5vw;
}
section.item-area div:first-child p.toblog a {
	/* display: block;*/
	color: #888;
	text-decoration: underline;
	font-weight: bold;
}
section.item-area div article {
	width: 100%;
}
section.item-area div:first-child .setumei {
	border-bottom: solid 1px #b5b5b6;
	padding-bottom: 1.5vw;
}
section.item-area div:first-child .setumei h2 {
	background: url(/img/bcg_item.png) no-repeat;
	border: none;
	text-align: left;
	padding-left: 1vw;
	margin-bottom: 1vw;
}
section.item-area div:first-child .setumei p, section.item-area div:first-child .setumei ol li {
	margin: 0.5vw;
	font-size: 0.6vw;
}
section.item-area div:first-child .setumei h3 {
	margin: 1vw 0.5vw 0.5vw;
	font-size: 0.6vw;
	font-weight: bold;
}
section.item-area div:first-child .setumei dl {
	padding: 0.7vw;
	background-color: #efefef;
	margin-top: 2vw;
	overflow: auto;
}
section.item-area div:first-child .setumei dl dt {
	float: left;
	clear: both;
	width: 4vw;
	margin-bottom: 0.7vw;
}
section.item-area div:first-child .setumei dl dd:before {
	content: ": ";
	margin-left: -0.5vw;
}
section.item-area div:first-child .setumei dl dd {
	margin-bottom: 0.7vw;
	float: left;
}
section.item-area > div:last-child {
	padding-top: 25vw;
}
section.item-area div:last-child h2 {
	font-size: 18px;
	border: solid 1px #000;
	padding: 0.5vw 1.5vw;
	text-align: center;
	margin-top: 1.5vw;
	margin-bottom: 1.2vw;
	display: inline-block;
}
section.item-area div:last-child .kanso h2 {
	display: block;
}
section.item-area div:last-child video {
	width: 100%;
}
section.item-area div:last-child .kanso-shosai {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}
section.item-area div:last-child .kanso-shosai p {
	font-size: 0.6vw;
	margin-bottom: 1em;
}
section.item-area div:last-child .kanso-shosai figure {
	margin-right: 1vw;
}
section.item-area div:last-child .kanso-shosai figure figcaption {
	font-size: 0.6vw;
	margin-top: 0.5vw;
}
section.bnr-area {
	text-align: center;
}
section.bnr-area div.inner {
	width: 31.5vw;
	background-color: #efefef;
	text-align: center;
	font-size: 13px;
	font-size: 0.67vw;
	position: relative;
	margin-bottom: 80px;
	margin-bottom: 4.1vw;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
section.bnr-area div.inner:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(/img/icon_new.png);
	width: 4.4vw;
	height: 4.4vw;
	background-size: cover;
}
section.bnr-area div.inner div {
	text-align: center;
	padding: 20px;
	width: 16vw;
}
section.bnr-area div.inner h2 {
	font-size: 30px;
	font-size: 1.5vw;
	font-weight: bold;
	text-align: center;
	font-family: 'Ropa Sans', sans-serif;
	margin-top: 20px;
	margin-top: 1vw;
	line-height: 1;
	letter-spacing: 5px;
	letter-spacing: 0.26vw;
}
section.bnr-area div.inner h2 span {
	font-size: 13px;
	font-size: 0.67vw;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	margin-top: 0.52vw;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	letter-spacing: 0;
}
section.bnr-area div.inner img {
	width: 15vw;
	height: 13vw;
	line-height: 1;
	object-fit: cover;
}
section.bnr-area div.inner a {
	display: inline-block;
	width: 200px;
	width: 10.4vw;
	line-height: 30px;
	line-height: 1.56vw;
	text-align: center;
	color: #fff;
	background-color: #000;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 15px;
	font-size: 0.78vw;
	font-weight: bold;
	text-decoration: none;
	margin-top: 35px;
	margin-top: 1.82vw;
	margin-bottom: 25px;
	margin-bottom: 1.3vw;
	position: relative;
	padding-left: 30px;
	padding-left: 1.56vw;
	box-sizing: border-box;
}
section.bnr-area div.inner a:before {
	content: " ";
	position: absolute;
	display: block;
	top: 6px;
	top: 0.38vw;
	left: 50px;
	left: 1.8vw;
	background: url(/img/icon_buy.png) no-repeat top left;
	width: 0.93vw;
	height: 0.78vw;
	background-size: cover;
}
footer article.bcg-b h1.txt-left {
	text-align: left;
	font-size: 1.1vw;
	width: 62vw;
	margin-left: auto;
	margin-right: auto;
}
footer article.bcg-b ul.acce {
	display: flex;
	justify-content: space-between;
	width: 62vw;
	margin-left: auto;
	margin-right: auto;
}
footer article.bcg-b ul.acce li {
	width: 30vw;
	box-sizing: border-box;
	padding: 1vw 3vw;
	color: #fff;
	font-size: 0.8vw;
	text-align: left;
	border: solid 1px #fff;
}
footer article.bcg-b ul.acce li strong {
	font-size: 1.8vw;
	color: #fff;
}
footer article.bcg-b ul.acce li strong a {
	color: #fff;
}
/*SHOP----------------------------------------------*/
body#shop section.item-area div:first-child {
	width: 29.1vw;
	overflow: hidden;
}
body#shop section.item-area div:last-child {
	width: 24.9vw;
}
body#shop section.item-area > div:last-child {
	padding-top: 0;
}
body#shop section.item-area > div:last-child article {
	display: none;
}
body#shop section.item-area div:first-child img {
	width: 100%;
	height: auto;
}
body#shop section.item-area div:first-child h1 {
	text-align: left;
	border-bottom: solid 1px #000;
	font-size: 1.5vw;
}
body#shop section.item-area div:first-child p:first-child {
	font-size: 0.8vw;
	font-weight: bold;
}
body#shop section.item-area div:first-child dl dt {
	font-size: 0.8vw;
	font-weight: bold;
}
body#shop section.item-area div:first-child dl dd {
	margin-bottom: 1vw;
}
body#shop section.item-area div:first-child dl dd strong {
	font-weight: bold;
	font-size: 1.9vw;
}
body#shop section.item-area div:first-child dl dd h2 {
	font-size: 0.7vw;
	font-weight: normal;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
body#shop section.item-area div:first-child div.btn-area a {
	display: block;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 1.5vw;
	font-weight: bold;
	padding: 1vw;
	margin: 2vw 0 1vw;
}
body#shop div.slide-item-area .slide-item img {
	width: 100%;
	height: 24.9vw;
}
body#shop div.slide-item-area ul.slider-item, body#shop div.slide-item-area #thumbnail-list {
	width: 24.9vw;
}
body#shop div.slide-item-area .thumbnail-item {
	width: 4.58vw !important;
	height: 4.58vw !important;
}
body#shop div.slide-item-area .thumbnail-item img {
	width: 100% !important;
	height: 100% !important;
}
body#shop .entry-content {
	display: flex;
	justify-content: space-between;
}
body#shop .entry-content div.slide-item-area {
	position: relative;
}
/*body#shop .entry-content section.item-area {
    display: block;
}*/
body#shop article#products h1 {
	display: block;
	text-align: center;
	border: solid 1px #000;
	padding: 0.5vw 0;
	width: 25vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2vw;
}
/* 20190621追加 カタヤマ
===============================================================*/
section.item-area div:first-child ul.ninki li img {
	width: 130px;
	width: 8vw;
	height: auto;
}
/* 20190708追加 カタヤマ
===============================================================*/
aside {
	width: 13.5vw;
	margin-top: 4.5vw;
}
aside .txt-c {
	text-align: center;
	margin-bottom: 3vw;
}
aside h2 {
	border: solid 1px #231815;
	line-height: 1.5vw;
	font-size: 0.8vw;
	text-align: center;
	margin-bottom: 1.5vw;
}
aside ul {
	margin-bottom: 2vw;
}
aside ul li {
	line-height: 1rem;
	font-size: 0.8vw;
	margin-bottom: 1vw;
	position: relative;
}
aside div:first-child ul li:before {
	margin-right: 0.5vw;
	vertical-align: sub;
}
aside div:first-child ul li:nth-of-type(1):before {
	content: url(/img/icon_blog01.png);
}
aside div:first-child ul li:nth-of-type(2):before {
	content: url(/img/icon_blog03.png);
}
aside div:first-child ul li:nth-of-type(3):before {
	content: url(/img/icon_blog02.png);
}
aside div:first-child ul li:nth-of-type(4):before {
	content: url(/img/icon_blog04.png);
}
aside div:first-child ul li:nth-of-type(5):before {
	content: url(/img/icon_blog05.png);
}
aside div:first-child ul li:nth-of-type(6):before {
	content: url(/img/icon_blog06.png);
}
aside div:nth-of-type(2) h3 {
	line-height: 1rem;
	font-size: 0.8vw;
	margin-bottom: 1vw;
}
aside div:nth-of-type(2) h3:nth-of-type(1):before {
	content: url(/img/icon_blog07.png);
}
aside div:nth-of-type(2) h3:nth-of-type(2):before {
	content: url(/img/icon_blog09.png);
}
aside div:nth-of-type(2) h3:nth-of-type(3):before {
	content: url(/img/icon_blog08.png);
}
aside div:nth-of-type(2) ul li {
	line-height: 1rem;
	font-size: 0.75vw;
	margin-bottom: 1vw;
	margin-left: 2vw;
	list-style: disc;
}
section.popular-posts ul li {
	line-height: 1.5;
}
/*section.popular-posts ul li .wpp-category {
    color: rgba(255,255,255,0);
    margin-left:  0;
	padding:0;
    margin-top: 0.5vw;
    font-size: 0.75vw;
}

section.popular-posts ul li .wpp-category a {
    font-weight: normal;
    border:solid 1px #888;
    color: #888;
    padding: 0.3vw;
    font-size: 0.75vw;display:inline-block
}*/
section.popular-posts .wpp-list li {
	overflow: visible;
	font-size: 0.75vw;
	position: relative;
}
section.popular-posts .wpp-list li .wpp-thumbnail {
	display: inline;
	float: left;
	margin: 0 5px 0 0;
	border: none;
	/*width: 3.9vw;*/
	width: 40%;
	/*height: 3.9vw;*/
	height: 60px;
}
section.popular-posts .wpp-list li:before {
	position: absolute;
	width: 1.1vw;
	height: 1.1vw;
	content: "1";
	text-align: center;
	display: block;
	background-color: #000;
	z-index: 2;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 1.1vw;
}
section.popular-posts .wpp-list li:nth-of-type(2):before {
	content: "2";
}
section.popular-posts .wpp-list li:nth-of-type(3):before {
	content: "3";
}
section.popular-posts .wpp-list li:nth-of-type(4):before {
	content: "4";
}
section.popular-posts .wpp-list li:nth-of-type(5):before {
	content: "5";
}
section.popular-posts ul li .wpp-cat {
	margin-top: 5px;
	color: rgba(255, 255, 255, 0);
	font-size: 8px;
	display: block;
}
section.popular-posts ul li .wpp-cat a {
	font-weight: normal;
	border: solid 1px #888;
	color: #888;
	padding: 2px 5px;
	display: inline-block;
	margin-top: 3px;
}
/*section.popular-posts ul li .wpp-cat a:hover{
	background:#f2f2f2;
}*/
body#blog div#content main h1 {
	margin-bottom: 0;
}
body#blog div#content main h1 + figure {
	margin-bottom: 4vw;
}
body#blog div#content main h1 + figure img, figure.main-img img {
	width: 100%;
	height: auto;
}
div#content main h1 + figure img {
	width: 100%;
	height: auto;
}
div.breadcrumbs {
	margin-bottom: 2vw;
}
p.no-post {
	margin: 3vw;
	text-align: center;
	font-size: 1vw;
}
div.cate-date span {
	border: solid 1px #888;
	display: inline-block;
	padding: 0 1em;
	color: #888;
	line-height: 2;
	margin-right: 1vw;
}
div.cate-date span.blog-date {
	font-family: "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	font-size: 0.75vw;
	/*        font-weight: bold;*/
}
h2.entry-title {
	font-size: 2vw;
	margin-bottom: 1vw;
	line-height: 1.2;
	margin-top: 1vw;
}
div.blog-inner div.blog-card.new:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: url(/img/img_newblog.png);
	width: 3vw;
	height: 3vw;
	background-size: cover;
}
main.item-list h2 {
	font-size: 1.7vw;
	margin: 1.7vw;
	text-align: center;
}
main.item-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main.item-list ul li {
	background-color: #e5e4e8;
	padding: 0;
	width: 48%;
	margin-bottom: 1.5vw;
}
main.item-list ul li h3 {
	font-size: 1vw;
	margin-top: 2vw;
	text-align: center;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: bold;
}
main.item-list ul li p {
	font-size: 0.6vw;
	text-align: center;
}
main.item-list ul li div {
	text-align: center;
	margin-top: 1vw;
}
main.item-list ul li div a {
	display: inline-block;
	width: 6vw;
	background-color: #000;
	font-size: 0.6vw;
	color: #fff;
	text-align: center;
	padding: 0.2vw;
}
main.item-list ul li figure {
	float: left;
}
main.item-list ul li figure img {
	width: 9.3vw;
	height: 8.2vw;
	object-fit: cover;
}
.related_post_title {
	font-size: 1.1vw;
	margin-top: 2vw;
}
ul.related_post li {
	clear: both;
	padding-top: 1.5vw;
	position: relative;
	height: 8vw;
}
ul.related_post li img {
	width: 12.5vw;
	height: 8vw;
	margin-right: 1vw;
	object-fit: cover;
}
ul.related_post li a.wp_rp_thumbnail {
	float: left;
}
ul.related_post li .wp_rp_excerpt {
	font-size: 0.9vw;
	display: none;
}
ul.related_post li a.wp_rp_title {
	font-size: 1.1vw;
	display: block;
}
ul.related_post li a.wp_rp_title {
	font-size: 1.1vw;
}
div.cate-date-rec {
	display: block;
	margin-top: 10px;
	/*position: absolute;
    bottom: 0;
    left: 13.5vw;*/
}
.wp_rp_category a {
	border: solid 1px #888;
	display: inline-block;
	padding: 0 1em;
	color: #888;
	line-height: 2;
	margin-right: 5px;
}
/* 20190531追加 カスヤ
===============================================================*/
#post-946 header h1.entry-title {
	display: none
}
div.slide-item-area ul.slider-item {
	width: 27vw;
	margin: 0 auto 1.5vw;
}
img.slide-arrow {
	position: absolute;
	top: calc(50% - 50px);
}
img.slide-arrow.next-arrow {
	right: -20px;
	width: 20px;
	height: auto;
	z-index: 10000;
}
img.slide-arrow.prev-arrow {
	left: -20px;
	width: 20px;
	height: auto;
	z-index: 1000;
}
div.slide-item-area #thumbnail-list {
	width: 27vw;
}
div.slide-item-area .thumbnail-item {
	width: 5vw;
	height: 5vw;
}
.thumbnail-item img {
	width: 5vw !important;
	height: 5vw !important;
}
section.item-area > div:last-child {
	padding-top: 38vw;
}
section.item-area div:first-child h2 {
	font-size: 1.2vw;
}
section.item-area div:first-child h1 {
	text-align: left
}
section.item-area div:first-child div.price span {
	font-size: 1vw;
}
section.item-area div:first-child form dl dd input {
	font-size: 1.2vw;
	padding: 2% 5%;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.item-area div:last-child .history h2 {
	display: block;
}
section.item-area div:last-child .kanso-shosai p {
	font-size: 1.2rem;
}
section.item-area div:first-child .setumei h2 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ffffff none repeat scroll 0 0;
	border-color: #dcdcdc #dcdcdc #ffffff;
	border-image: none;
	border-radius: 4px 4px 0 0;
	border-style: solid;
	border-width: 1px;
	color: #2d2d2d;
	padding: 10px 10px 8px;
	text-align: center;
	width: 122px;
	background: none;
	border: block;
	text-align: center;
	margin-bottom: 1vw;
	font-size: 1.2vw;
}
section.item-area div:first-child h1 {
	letter-spacing: 2px;
}
section.item-area div:first-child .setumei p, section.item-area div:first-child .setumei ol li {
	margin: 0.5vw 0 2vw 0;
	font-size: 1.2rem;
	line-height: 2;
}
section.item-area div:last-child .kanso-shosai figure {
	width: 30%;
}
section.item-area div:first-child div.price span {
	font-size: 40%;
	letter-spacing: 1px;
}
section.item-area div:first-child div.price {
	font-size: 48px;
	color: #000;
	font-family: 'DIN Alternate Bold', sans-serif!important;
}
section.item-area div:first-child form a {
	background-color: #000;
}
section.item-area div:first-child form a img {
	margin-right: 5px;
	width: 20px;
}
section.item-area div:first-child form a {
	background-color: #000;
	font-size: 1.2vw;
}
section.item-area div:first-child .setumei h3 {
	font-size: 20px;
	margin: 1vw 0;
	border-bottom: 1px solid #000000;
}
section.item-area div:first-child form dl dt {
	font-size: 1.2vw;
}
section.item-area div:first-child .setumei dl {
	padding: 1.2vw;
}
section.item-area div:first-child .setumei ol li span {
	font-weight: bold;
	font-size: 18px;
}
section.item-area div:first-child form dl {
	margin-top: 0vw;
}
section.item-area div:first-child h2 {
	margin-top: 2vw;
	margin-bottom: 1vw;
}
section.item-area div:first-child ul.ninki {
	margin-bottom: 1.5vw;
	margin-top: 1vw;
}
section.item-area div:first-child p.toblog {
	margin-top: 2vw;
}
section.item-area div:first-child ul.ninki li {
	/*width : 33.33333% ; */
}
section.item-area div:first-child p.read {
	font-size: 1.2vw;
}
section.item-area div:first-child .setumei h2 {
	font-size: 1vw;
}
section.item-area div:first-child p.toblog {
	float: none;
}
section.item-area div:first-child .setumei {
	margin-top: 0px;
}
footer article.bcg-b h1.txt-left {
	margin-bottom: 1vw;
	font-weight: normal;
}
section.item-area div:first-child h1 {
	text-align: center;
}
section.item-area div:first-child div.price {
	text-align: center;
}
section.item-area div:last-child p.voicetitle {
	font-weight: bold;
	font-size: 1vw;
}
/*20190827片山追加*/
body.single-post div.entry-content p {
	line-height: 1.8;
	margin-top: 1rem;
}
body.single-post div.entry-content h3 {
	background: #ccc;
	font-weight: bold;
	padding: 5px;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.4;
}
body.single-post div.entry-content h4 {
	border-bottom: dotted 5px #ccc;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 1.5rem;
	line-height: 1.4;
}
/*20190828片山追加*/
section.error-404 {
	margin: 15vw;
}
section.error-404 h1 {
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
}
section.error-404 p {
	text-align: center;
	font-size: 1vw;
	font-weight: bold;
}
/*20190902粕谷追加*/
section.item-area div:first-child div.price2 {
	font-size: 15px;
	text-align: left;
	color: #000;
	position: relative;
}
section.item-area div:first-child span.u-ropa {
	font-size: 38px;
	font-family: 'Ropa Sans', sans-serif !important;
}
section.item-area div:first-child span.p-priceOn {
	position: absolute;
	top: -5px;
	left: 0;
}
section.item-area div:first-child div.cart-area2 a {
	display: block;
	background-color: #000;
	line-height: 3vw;
	text-align: center;
	color: #fff;
	font-size: 1vw;
	vertical-align: middle;
	width: 130px;
	float: right;
}
section.item-area div:first-child div.cart-area2 {
	padding-top: 20px
}
section.item-area div:first-child div.cart-area2 a img {
	vertical-align: middle;
	margin-right: 0.2vw;
	width: 12%;
}
/*20190904片山追加*/
body.single-post div#content main article div.entry-content strong {
	background: linear-gradient(transparent 75%, #ffc1e0 75%);
	font-weight: bold;
}
body.single-post div#content main article div.entry-content h4 {
	position: relative;
	padding: 1em;
	background: #fce8f3;
	border-bottom: none;
	font-weight: normal;
	font-size: 1.5rem;
}
body.single-post div#content main article div.entry-content h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #fce8f3;
	width: 0;
	height: 0;
}
body.single-post div#content main article div.entry-content ul {
	padding: 0 0.5em;
	position: relative;
}
body.single-post div#content main article div.entry-content ul li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none !important;
}
body.single-post div#content main article div.entry-content ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c"; /*アイコン種類*/
	position: absolute;
	left: 0.5em; /*左端からのアイコンまで*/
	color: #ffc1e0; /*アイコン色*/
	font-weight: 900; /*←ココ！！！！！！！*/
}
body.single-post div#content main article div.entry-content p {
	line-height: 1.8;
	margin-bottom: 4rem;
}
/*body.single-post div#content main article div.entry-content iframe {
 width: 100%;
}
*/
.b_youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.b_youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
body.single-post div.entry-content h3 {
	padding: 0.5em; /*文字周りの余白*/
	color: #494949; /*文字色*/
	background: #eee; /*背景色*/
	border-left: solid 8px #ffc1e0; /*左線（実線 太さ 色）*/
	font-size: 2rem;
	font-weight: normal;
	padding-left: 2rem;
	margin-top: 2rem;
}
body.single-post div.entry-content div.voice-area {
	border-radius: 10px;
	margin-top: 5rem;
	padding: 2rem;
	border: dashed 2px #ffc1e0;
}
body.single-post div.entry-content div.voice-area h5 {
	font-weight: bold;
}
/*20191029 吉良追加*/
body.single-post div#content main article div.entry-content strong.int {
	background: none !important;
	font-weight: bold;
}
/*body.single-post div#content main article div.entry-content h4 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  background: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
}

body.single-post div#content main article div.entry-content h4:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: black;
}
body.single-post div#content main article div.entry-content h4:after {
  width: 0;
  height: 0;
  border: 0px;
  border-top: none;
} 

body.single-post div#content main article div.entry-content h4:before {
  left:0;
}*/

/*0311 粕谷追加*/
body.single-post div#content blockquote {
    position: relative;
    padding: 10px 20px 10px 32px;
    color: #222;
    background: #f5f5f5;
    width: 100%;
    margin: 2rem auto;
}

body.single-post div#content blockquote span{
	display:block;
	margin-top:20px;
}

body.single-post div#content blockquote span,
body.single-post div#content blockquote span a{
    font-size: 10px;
   color: #808080;
	text-align: right;
}


 
body.single-post div#content blockquote:before{
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 8px;
    vertical-align: middle;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #dcdcdc;
	font-weight: 900;
    font-size: 18px;
    line-height: 1;
    z-index: 2;
}
 
body.single-post div#content blockquote:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;

}
 
body.single-post div#content blockquote p {
    position: relative;
    padding: 0;
    margin: 20px 0 10px!important;
    font-size: 15px;
    line-height: 1.5;
}

body.single-post div#content main article div.entry-content p a{
	text-decoration:underline;
}

/*--------------------------------------------------------------------------------------------------------------------------*/
@media(max-width: 768px) {
	body {
		border-top: none;
		font-size: 10px;
	}
	header {
		width: 100%;
	}
	header#masthead {
		width: 100% !important;
		margin: 0 auto;
		text-align:center;
		display: block;
	}
	header#masthead h1 {
		width: 10vw;
		height: auto;
		margin-top: 3vw;
		margin-bottom: 3vw;
		margin-right:auto;
		margin-left:auto;
		
	}
	header#masthead h1 img{
		width: 10vw;
		margin:0 auto;
	}
	.main-navigation {
		display: none;
	}
	nav {
		/*display: none;*/
	}
	.nav-previous a, .nav-next a {
		width: 20%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 12px;
	}
	div.nav-links .nav-previous a {
		padding-left: 20px;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		display: block;
	}
	div.nav-links .nav-next a {
		padding-right: 20px;
		width: 100%;
		box-sizing: border-box;
		overflow: hidden;
		display: block;
	}
	/*202002変更 神主*/
	article {
		width: 82vw;
		margin: 9vw auto;
	}
	article#products section ul li {
		width: 39.33vw;
		font-size: 2.13vw;
		padding-bottom: 3vw;
	}
	article#products section ul li.w420 {
		width: 100%;
		margin-left: 0;
	}
	article#products section ul li br {
		display: none;
	}
	article#products section ul li img {
		height: 40vw;
	}
	/*202002変更 神主*/
	article h1 {
		font-size: 4vw;
		font-size: 32px;
	}
	article.main section:last-child img {
		width: 54.26vw;
	}
	article#products section ul li.new:after {
		width: 10.6vw;
		height: 10.6vw;
	}
	article#products section ul li h2 {
		font-size: 3.73vw;
		margin-top: 2.4vw;
	}
	article#products section ul li h2, body#home04 article#products section ul li h2 {
		font-size: 14px;
		margin-top: 10px;
	}
	article#products section ul li h2 span {
		font-size: 1.6vw;
		margin-top: 1.86vw;
		margin-bottom: 3.33vw;
	}
	article#products section ul li p {
		margin-left: 2vw;
		margin-right: 2vw;
	}
	article#products section ul li p, body#home04 article#products section ul li p {
		margin-left: 2vw;
		margin-right: 2vw;
		font-size: 10px;
		line-height: 1.2;
		font-weight: normal;
	}
	article#products section ul li a p.btn-area, body#home04 article#products section ul li a p.btn-area {
		font-size: 12px;
		line-height: 1;
		width: 80%;
		padding: 5px 5px 5px 20px;
	}
	article#products section ul li.w420 a p.btn-area, body#home04 article#products section ul li.w420 a p.btn-area {
		width: 50%;
	}
	article#products section ul li a p.btn-area:before, body#home04 article#products section ul li a p.btn-area:before {
		width: 12px;
		height: 12px;
		top: 4px;
	}
	article#products section ul li a, article#products section ul li span.coso {
		/*display: none;*/
		width: auto;
		padding: 1rem 1rem 1rem 2rem;
		font-size: 12px;
	}
	article#products section ul li a, article#products section ul li span.coso, body#home04 article#products section ul li a, body#home04 article#products section ul li span.coso {
		/*display: none;*/
		width: auto;
		padding: 0;
		font-size: 12px;
	}
	body#home04 article#news ul {
		padding-bottom: 5vw;
	}
	body#home04 article#news ul.slick-dots {
		bottom: -12vw;
	}
	body#home04 article#blog ul {
		flex-wrap: wrap;
		width: 90%;
		margin: auto;
	}
	body#home04 article#blog ul li {
		width: 48%;
	}
	body#home04 article#blog ul li img {
		height: 35vw;
	}
	body#home04 article#blog ul li div div {
		margin-top: 2vw;
	}
	article#products section div a {
		height: 10vw;
		border: solid 0.1vw #000;
		font-size: 3.6vw;
		line-height: 10vw;
	}
	article#products section ul li a:before {
		top: 7px;
		left: 5px;
		width: 10px;
		height: 10px;
	}
	article#products section ul li a.coso, article#blog-products div span.coso {
		padding-left: 1rem;
	}
	article#consept {
		margin-top: 12.6vw;
	}
	article#consept:before {
		top: 45vw;
		left: -25vw;
		width: 37.41vw;
		height: 69.6vw;
	}
	article#consept section.first-cont h1 img {
		display: none;
	}
	article#consept section.first-cont h2, article#consept section.pho-r h1, article#consept section.pho-l h1 {
		display: block;
		font-size: 4.8vw;
		text-align: left;
		width: 82vw;
		margin: auto;
		font-weight: bold;
		margin-top: 6vw;
	}
	article#consept section {
		width: 82vw;
		margin: auto;
	}
	article#consept section.first-cont p, article#consept section p {
		width: 82vw;
		margin: auto;
		font-size: 2.66vw;
		line-height: 2;
		padding: 0;
		display: block;
		text-align: left;
		margin-bottom: 3vw;
		margin-top: 3vw;
	}
	article#consept p.more {
		width: 100%;
	}
	article#consept section.pho-r div.txt-area, article#consept section.pho-l div.txt-area {
		padding-top: 0;
		margin-left: 0;
	}
	article#consept section.pho-r:before, article#consept section.pho-l:before {
		display: none;
	}
	article#consept section.pho-l, article#consept section.pho-r {
		padding-top: 0;
		width: 82vw;
		margin: auto;
	}
	article#consept section.pho-r div.inner, article#consept section.pho-l div.inner {
		display: block;
		width: 100%;
	}
	article#consept section.pho-r div.inner img, article#consept section.pho-l img {
		width: 100%;
		height: 49.73vw;
	}
	article#consept section.movie-area {
		margin: 0;
		width: 100%;
	}
	body#concept article#consept section.consept-cont01 {
		width: auto;
	}
	body#concept article#consept section.consept-cont01 h1 {
		display: block;
		font-size: 4.8vw;
		text-align: left;
		width: 82vw;
		margin: auto;
		font-weight: bold;
		margin-top: 6vw;
	}
	body#concept article#consept section.consept-cont01 p {
		width: 82vw;
		margin: auto;
		font-size: 2.66vw;
		line-height: 2;
		padding: 0;
		display: block;
		text-align: left;
		margin-bottom: 11.33vw;
		margin-top: 6vw;
		margin-left: 0;
	}
	article#colum {
		width: 82vw;
		margin: 22.8vw auto 16.6vw;
	}
	article#colum section div.slick-list div.slick-slide img {
		height: 39.33vw;
	}
	article#colum section div.slick-list div.slick-slide {
		font-size: 13px;
		font-size: 0.67vw;
		border: solid 1px #000;
		margin-right: 1.66vw;
		margin-left: 1.66vw;
		margin-bottom: 10px;
	}
	img.slide-arrow.prev-arrow, img.slide-arrow.next-arrow {
		width: 3.86vw;
		height: 4.5vw;
	}
	article#colum section div.slick-list div.slick-slide h2 {
		margin: 3.46vw 0;
		font-size: 3.2vw;
	}
	article#blog {
		width: 100%;
	}
	article#blog section {
		padding-left: 9vw;
		padding-right: 9vw;
	}
	article#blog ul li span {
		font-size: 4.8vw;
	}
	article#blog ul li {
		padding-top: 3.7vw;
		padding-bottom: 3.7vw;
		border-bottom: solid 1px #231815;
	}
	article#blog div {
		margin-top: 5.3vw;
		margin-bottom: 5.3vw;
	}
	article#voice {
		width: 82vw;
		margin: 17.3vw auto 16.6vw;
	}
	article#voice section div.slick-list div.slick-slide {
		width: 39vw !important;
		margin-left: 1.6vw;
		margin-right: 1.6vw;
	}
	article#voice section div.slick-list div.slick-slide img {
		height: 39vw;
	}
	img.slide-arrow.next-arrow {
		right: -4vw;
	}
	article#shop section {
		display: block;
		width: 82vw;
		margin: 0 auto;
		background-color: #eeeeef;
	}
	article#shop {
		width: 100%;
		padding-top: 8.4vw;
		padding-bottom: 9.3vw;
	}
	article#shop section img {
		width: 100%;
		height: 54vw;
	}
	body#home04 article#shop section img {
		width: 100%;
		height: 65vw;
		min-height: 10px;
	}
	body#home04 article#shop div.bnr-area {
		width: 82vw;
	}
	body#home04 article#shop div.bnr-area img {
		width: 100%;
	}
	article#shop section div h2 {
		font-size: 4.8vw;
	}
	article#shop section div ul li {
		font-size: 3vw;
	}
	article#shoplist {
		margin-top: 9.33vw;
	}
	article#shoplist section {
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 7.46vw;
		padding-bottom: 0;
	}
	article#shoplist section:after {
		content: " ";
		display: block;
		width: 12vw;
	}
	article#shoplist section div {
		width: 21vw;
		margin-right: 5.5vw;
		margin-bottom: 8.66vw;
	}
	article#shoplist section div:nth-of-type(5) {
		margin-right: 0;
	}
	/*202002変更 神主*/
	article#shoplist section div h2 {
		font-size: 5vw;
		font-size: 22px;
		border-bottom: solid 1px #000;
		padding-bottom: 2vw;
		padding-bottom: 10px;
		margin-bottom: 2vw;
		margin-bottom: 10px;
		width: 100%;
	}
	/*202002変更 神主*/
	article#shoplist section div ul li {
		font-size: 3.5vw;
		font-size: 17px;
	}
	/*202002変更 神主*/
	footer article.bcg-b h1 img {
		width: 30.13vw;
		height: 14.4vw;
		margin-bottom: 7.1vw;
		margin-bottom: 40px;
	}
	footer article.bcg-b h1 {
		font-size: 4.26vw;
	}
	footer article.bcg-b h1 span {
		font-size: 2.13vw;
		font-size: 16px;
	}
	/*202002変更 神主*/
	footer article.bcg-b {
		padding-top: 8.4vw;
		padding-bottom: 8.4vw;
	}
	/*202002変更 神主*/
	footer article.bcg-b p {
		font-size: 2.66vw;
		font-size: 18px;
		margin-bottom: 40px;
	}
	/*202002変更 神主*/
	footer article.bcg-b div a {
		width: 86.26vw;
		margin: auto;
		border: solid 1px #fff;
		line-height: 8.9vw;
		font-size: 2.66vw;
		font-size: 20px;
		font-weight: normal;
	}
	article.f-nav {
		margin: 6.5vw auto 0 auto;
	}
	footer article.f-nav section ul li {
		padding-left: 5.86vw;
		padding-right: 5.86vw;
		margin-bottom: 2.5vw;
		border-left: solid 1px #000;
	}
	footer article.f-nav section ul li:nth-of-type(2) {
		border-right: solid 1px #000;
	}
	footer article.f-nav section ul li a {
		font-size: 2.13vw;
	}
	/*202002変更 神主*/
	footer small {
		font-size: 1.86vw;
		font-size: 12px;
		margin-top: 5.3vw;
		margin-top: 30px;
		margin-bottom: 5.3vw;
		margin-bottom: 20px;
	}
	/*202002変更 神主*/
	footer div {
		font-size: 1.5vw;
		font-size: 12px;
	}
	.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
		width: 8vw !important;
	}
	.responsive-menu-box {
		width: 8vw !important;
	}
	/*202002変更 神主*/
	button#responsive-menu-button {
		width: 17vw !important;
		padding-left: 0;
	}
	/*202002変更 神主*/
	.responsive-menu-search-box::-webkit-input-placeholder {
		font-size: 16px;
	}
	/*202002変更 神主*/
	.responsive-menu-search-box::-moz-placeholder {
		font-size: 16px;
	}
	/*202002変更 神主*/
	.responsive-menu-search-box:-ms-input-placeholder {
		font-size: 16px;
	}
	article.main section#mainImg {
		height: 68vw;
	}
	article.main section#mainImg img {
		height: 100%;
	}
	article.main {
		margin-bottom: 10vw;
	}
	body.post-type-archive-shoplist article section h1 {
		font-size: 3vw;
	}
	body.post-type-archive-shoplist article section li {
		display: block;
	}
	body#policy_law table, body#privacy table, body#company table {
		width: 100%;
		margin-bottom: 10vw;
		font-size: 12px;
	}
	body#privacy .pt100 p {
		width: 100%;
	}
	body#policy_law table th, body#policy_law table td, body#privacy table th, body#privacy table td, body#company table th, body#company table td {
		display: block;
		width: 100%;
	}
	body#policy_law table th, body#privacy table th, body#company table th {
		border-bottom: none;
		font-weight: bold;
		padding-bottom: 0;
	}
	article#blog ul li a {
		font-size: 1rem;
	}
	article#blog ul li span {
		font-size: 1rem;
		display: block;
	}
	article#blog div a {
		font-size: 16px;
	}
	/*202002変更 神主*/
	article h1 span {
		display: block;
		font-size: 2.6vw;
		font-size: 17px;
		letter-spacing: 0;
	}
	/*202002変更 神主*/
	article#consept section.first-cont h1 span {
		font-size: 2.6vw;
		font-size: 14px;
	}
	article#voice section div.slick-list div.slick-slide h2 {
		font-size: 10px;
	}
	article#voice section div.slick-list div.slick-slide p {
		font-size: 10px;
	}
	footer {
		margin-top: 10vw;
	}
	body#blog div#content, body.category div#content, body.single div#content {
		display: block;
		width: 95%;
		margin: auto;
	}
	body#blog div#content div#primary, body.category div#content div#primary, body#blog div#content aside#secondary, body.category div#content aside#secondary, body.single div#content div#primary, body.single div#content aside#secondary {
		width: auto;
	}
	body#blog div#content aside#secondary, body.category div#content aside#secondary, body.single div#content aside#secondary {
		margin-top: 20px;
		margin-bottom: 50px;
	}
	body.single div#content aside#secondary {
		width: 95%;
		margin: 20px auto 50px;
	}
	section.popular-posts h2, section.widget_recent_entries h2 {
		font-size: 12px;
		padding: 1rem;
	}
	body#blog div#content main h1, body.category div#content main h1 {
		font-size: 7vw;
		font-size: 27px;
		text-align: center;
	}
	body#blog div#content main ul#menu-blog-nav, body.category div#content main ul#menu-blog-nav {
		justify-content: center;
	}
	div.blog-inner {
		width: auto;
	}
	article#blog-products div figure img {
		height: 150px;
	}
	article#blog-products div div.slick-slide p br {
		display: none;
	}
	article#blog-products div a {
		width: auto;
		padding: 0.5rem;
		font-size: 10px;
	}
	article#blog-products div a:before {
		display: none;
	}
	article#blog-products div.btn a {
		font-size: 14px;
		padding: 1rem;
		height: auto;
	}
	article#blog-products div.btn a:before {
		display: none;
	}
	div.blog-card img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	div.blog-card dl dt, div.blog-card dl dd, section.popular-posts ul li, section.widget_recent_entries ul li, article#blog-products div div.slick-slide, article#blog-products div h2 span, div.entry-content p {
		font-size: 10px;
	}
	div.entry-content p {
		line-height: 1.8;
		font-size: 16px;
	}
	article#blog-products div h2 {
		font-size: 12px;
	}
	body.post-type-archive-shoplist main article section li {
		display: block;
		font-size: 10px;
	}
	body.post-type-archive-shoplist main article section h3 {
		font-size: 12px;
	}
	body.post-type-archive-shoplist main article section h1 {
		font-size: 12px;
	}
	body.post-type-archive-shoplist main article section h2 {
		font-size: 10px;
		padding: 0.5rem;
	}
	#responsive-menu-item-861 {
		display: none;
	}
	body.single div#content main h1 {
		font-size: 3.5vw;
		font-size: 27px;
	}
	footer div.sp-only {
		display: block;
	}
	footer div.pc-only {
		display: none;
	}
	/*20190204追加*/
	article#shop section div h2 strong, body#home04 article#shop section div h2 strong {
		font-size: 18px;
		margin-top: 5px;
	}
	article#shop section div h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	article#shop section div h3, body#home04 article#shop section div h3 {
		font-size: 15px;
		margin-top: 15px;
	}
	article#shop section div p {
		font-size: 12px;
	}
	article#news {
		width: 90vw;
		margin-top: 10vw;
	}
	article#news.blog {
		margin-bottom: 15vw;
		margin-top: 15vw;
	}
	article#news ul {
		width: auto;
		height: 15rem;
	}
	article#news ul li {
		font-size: 12px;
		padding: 0.5rem;
		display: block;
	}
	article#news ul li span {
		display: block;
		width: auto;
	}
	article#news {
		width: 90vw;
	}
	article#news ul {
		width: auto;
		height: 15rem;
	}
	article#news ul li {
		font-size: 12px;
		padding: 0.5rem;
		display: block;
	}
	article#news ul li span {
		display: block;
		width: auto;
	}
	/*202002変更 神主*/
	article#news p {
		font-size: 3.2vw;
		font-size: 17px;
	}
	body#home article#news p strong, body#home04 article#news p strong {
		font-weight: bold;
	}
	body#contact .entry-content dl {
		max-width: 100%;
	}
	body#contact .entry-content dl dt {
		font-size: 12px;
	}
	body#contact .entry-content dl dt span {
		font-size: 12px;
	}
	body#contact .entry-content dl dd, body#contact .entry-content dl dd ul li {
		font-size: 12px;
	}
	body#contact .entry-content div.submit-btn {
		margin-top: 15px;
	}
	body#contact .entry-content div.submit-btn input {
		font-size: 12px;
		padding: 1rem 4rem;
	}
	body#contact .entry-content dl input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"] {
		box-sizing: border-box;
		font-size: 16px;
	}
	body#contact .entry-content h2 {
		font-size: 3.6vw;
	}
	body#contact .entry-content dl textarea {
		min-height: 10rem;
		font-size: 16px;
	}
	body#contact .entry-content dl dd .md-radio label {
		font-size: 12px;
	}
	body#contact .entry-content div.submit-btn input[type="submit"] {
		font-size: 12px;
		padding: 1rem 2rem;
	}
	section.item-area {
		display: block;
	}
	div.slide-item-area {
		position: relative;
	}
	section.item-area div:first-child, section.item-area > div:last-child, div.slide-item-area ul.slider-item, div.slide-item-area #thumbnail-list {
		width: 100%;
		box-sizing: border-box;
	}
	div.slide-item-area .thumbnail-item img {
		width: 16vw;
		height: 16vw;
	}
	div.slide-item-area .thumbnail-item {
		width: 16vw;
		height: 16vw;
	}
	section.item-area div:first-child h1 {
		font-size: 20px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	section.item-area div:first-child p.read {
		font-size: 16px;
	}
	section.item-area div:first-child h2, section.item-area div:last-child h2 {
		font-size: 18px;
		border: solid 1px #000;
		padding: 5px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	section.item-area div:first-child ul.ninki li img {
		width: 25vw;
		height: auto;
	}
	section.item-area div:first-child div.price {
		font-size: 25px;
	}
	section.item-area div:first-child form dl dt, section.item-area div:first-child form dl dd input {
		width: 40px;
		height: 25px;
		font-size: 18px;
	}
	section.item-area div:first-child div.cart-area a {
		font-size: 18px;
		line-height: 40px;
	}
	section.item-area div:first-child p.toblog {
		padding: 10px;
		float: none;
		margin-top: 10px;
		font-size: 14px;
	}
	section.item-area div:first-child .setumei h2 {
		padding-left: 15px;
		margin-bottom: 10px;
	}
	section.item-area div:first-child .setumei p, section.item-area div:first-child .setumei ol li {
		margin: 15px;
		font-size: 14px;
	}
	section.item-area div:first-child .setumei h3 {
		font-size: 18px;
	}
	section.item-area div:first-child .setumei dl {
		padding: 10px;
	}
	section.item-area div:first-child .setumei dl dt, section.item-area div:first-child .setumei dl dd {
		float: none;
		width: 100%;
		font-size: 14px;
	}
	section.item-area div:first-child .setumei dl dd {
		margin-bottom: 10px;
	}
	section.item-area div:first-child .setumei dl dd:before {
		display: none;
	}
	section.item-area div:last-child .kanso-shosai {
		display: block;
	}
	section.item-area div:last-child {
		width: auto;
	}
	section.item-area div:last-child .kanso-shosai figure figcaption {
		font-size: 14px;
		margin-bottom: 10px;
	}
	section.item-area div:last-child .kanso-shosai p {
		font-size: 14px;
	}
	section.item-area div:last-child .kanso-shosai {
		margin-bottom: 20px;
	}
	section.bnr-area div.inner {
		width: auto;
		display: block;
	}
	section.bnr-area div.inner img {
		width: 100%;
		height: auto;
	}
	section.bnr-area div.inner:after {
		width: 20vw;
		height: 20vw;
	}
	section.bnr-area div.inner div {
		width: auto;
	}
	section.bnr-area div.inner h2 {
		font-size: 30px;
	}
	section.bnr-area div.inner h2 span {
		font-size: 14px;
	}
	section.bnr-area div.inner p {
		font-size: 14px;
	}
	section.bnr-area div.inner a {
		width: 100%;
		line-height: 50px;
		;
		font-size: 15px;
		margin-top: 35px;
		margin-bottom: 25px;
		padding-left: 30px;
		box-sizing: border-box;
	}
	section.bnr-area div.inner a:before {
		content: " ";
		position: absolute;
		display: block;
		top: 12px;
		left: 50px;
		width: 20px;
		height: 20px;
	}
	footer article.bcg-b ul.acce {
		display: block;
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
	footer article.bcg-b ul.acce li {
		width: auto;
		padding: 10px;
		font-size: 14px;
		margin-bottom: 20px;
	}
	footer article.bcg-b h1.txt-left {
		font-size: 18px;
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}
}
/*202002追加 神主*/
@media (max-width: 640px) {
	footer article.f-nav section ul li a {
		font-size: 14px;
	}
	article h1 span {
		font-size: 16px;
		display: block;
		margin-bottom: 25px;
	}
}
body.single div#content {
	-webkit-animation: example 0.5s ease 0.5s 1 forwards;
	animation: example 0.5s ease 0.5s 1 forwards;
	opacity: 0;
}
@-webkit-keyframes example {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes example {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
/* 20190531追加 カスヤ
===============================================================*/
@media(max-width: 768px) {
	div.slide-item-area ul.slider-item, body#shop div.slide-item-area ul.slider-item {
		width: 100%;
	}
	div.slide-item-area #thumbnail-list, body#shop div.slide-item-area #thumbnail-list {
		width: 100% !important;
	}
	div.slide-item-area .slide-item img, body#shop div.slide-item-area .slide-item img {
		width: 82vw;
		height: 82vw;
		object-fit: cover;
	}
	img.slide-arrow.prev-arrow, body#shop img.slide-arrow.prev-arrow {
		left: -20px;
		top: auto;
		bottom: -5vw;
		height: 20px;
		width: auto;
	}
	img.slide-arrow.next-arrow, body#shop img.slide-arrow.next-arrow {
		right: -20px;
		top: auto;
		bottom: -5vw;
		height: 20px;
		width: auto;
	}
	div.slide-item-area .thumbnail-item {
		width: 7.8vw;
		height: 7.8vw;
	}
	div.slide-item-area .thumbnail-item {
		width: 7.8vw;
		height: 7.8vw;
	}
	body#shop div.slide-item-area .thumbnail-item {
		width: 7.8vw !important;
		height: 7.8vw !important;
	}
	.thumbnail-item img, body#shop .thumbnail-item img {
		width: 8vw !important;
		height: 8vw !important;
	}
	section.item-area div:first-child p.read {
		font-size: 4vw;
		line-height: 1.4;
		margin-top: 15px;
	}
	section.item-area div:first-child h1, body#shop section.item-area div:first-child h1 {
		font-size: 2.6rem;
		margin-bottom: 0px;
	}
	section.item-area div:first-child h2 {
		margin-top: 4vw;
		margin-bottom: 4vw;
		font-size: 4vw;
	}
	section.item-area div:first-child form dl dt {
		font-size: 4vw;
	}
	section.item-area div:first-child form dl dd input {
		padding: 2% 20%;
		border: solid 1px #ccc;
		font-size: 4vw;
	}
	section.item-area div:first-child form dl {
		margin-bottom: 2vw;
	}
	section.item-area div:first-child form a {
		font-size: 4vw;
	}
	section.item-area div:first-child p.toblog {
		margin-top: 6vw;
		font-size: 3vw;
	}
	section.item-area div:first-child .setumei h2 {
		font-size: 3vw;
		width: 80px;
	}
	section.item-area div:first-child .setumei p, section.item-area div:first-child .setumei ol li {
		margin-bottom: 6vw;
	}
	section.item-area div:first-child .setumei h3 {
		font-size: 5vw;
	}
	section.item-area div:first-child .setumei ol li span {
		font-size: 4vw;
	}
	section.item-area div:first-child .setumei dl {
		padding: 4vw;
	}
	section.item-area div:first-child .setumei dl dd {
		font-size: 1.2rem;
	}
	section.item-area div:first-child .setumei dl dt {
		font-size: 1.2rem;
		font-weight: bold;
	}
	section.item-area div:first-child .setumei {
		padding-bottom: 4vw;
	}
	section.item-area > div:last-child {
		padding-top: 6vw;
	}
	section.item-area div:last-child .history h2 {
		margin-bottom: 3vw;
	}
	article.kanso {
		padding-top: 3vw;
	}
	section.item-area div:last-child .kanso-shosai figure {
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	section.item-area div:last-child .kanso h2 {
		margin-bottom: 3vw;
	}
	section.item-area div:last-child .kanso-shosai p {
		font-size: 1.2rem;
		line-height: 2;
	}
	footer article.bcg-b ul.acce {
		display: block;
		width: 82vw;
		margin-left: auto;
		margin-right: auto;
		font-size: 4vw;
	}
	footer article.bcg-b h1.txt-left {
		display: block;
		width: 82vw;
		margin-left: auto;
		margin-right: auto;
		font-size: 4vw;
		line-height: 1.5;
	}
	footer article.bcg-b ul.acce li strong {
		font-size: 6vw;
	}
	#post-946 header h1.entry-title {
		display: block;
	}
	section.item-area div:first-child h1 {
		display: none;
	}
	body#shop section.item-area div:first-child {
		width: 100%;
		padding-top: 10vw;
	}
	body#shop section.item-area div:last-child {
		width: auto;
	}
	body#shop section.item-area > div:last-child {
		padding-top: 0;
	}
	body#shop section.item-area div:first-child p:first-child, body#shop section.item-area div:first-child dl dt {
		font-size: 15px;
	}
	body#shop section.item-area div:first-child p, body#shop section.item-area div:first-child dl dd {
		font-size: 12px;
		margin-bottom: 1em;
	}
	body#shop section.item-area div:first-child dl dd h2 {
		font-size: 12px;
	}
	body#shop section.item-area div:first-child div.btn-area a {
		font-size: 5vw;
		padding: 3vw 0;
		margin-top: 10vw;
		margin-bottom: 5vw;
	}
	body#shop section.item-area div:last-child figure img {
		width: 100%;
		height: auto;
	}
	body#shop section.item-area div:last-child {
		padding-bottom: 10vw;
	}
	body#shop article#products h1 {
		padding: 1rem 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}
	body#shop section.item-area div:first-child p:first-child br {
		display: none;
	}
	body#shop .entry-content {
		display: block;
	}
	/* 201900902追加 粕谷
===============================================================*/
	section.item-area div:first-child div.cart-area2 a {
		line-height: 10vw;
		width: 160px;
	}
	section.item-area div:first-child div.cart-area2 {
		padding-bottom: 20px;
	}
	/* 201900708追加 カタヤマ
===============================================================*/
	body#blog div#content main h1 + figure img {
		width: 100%;
	}
	div.blog-inner div {
		width: 49%;
	}
	div.blog-card img {
		height: 125px;
	}
	aside {
		width: 100%;
	}
	aside h2, aside div:nth-of-type(2) h3 {
		line-height: 1.5;
		font-size: 16px;
		margin-bottom: 1.5rem;
	}
	aside h2 {
		padding: 10px 0;
	}
	aside ul li {
		font-size: 16px;
		margin-bottom: 1rem;
	}
	aside div:first-child ul li:before {
		margin-right: 10px;
	}
	aside ul {
		margin-left: 20px;
		margin-bottom: 40px;
	}
	aside div:nth-of-type(2) h3 {
		margin-left: 20px;
		margin-bottom: 20px;
	}
	aside div:nth-of-type(2) ul {
		margin-left: 50px;
	}
	aside div:nth-of-type(2) ul li {
		line-height: 1.2rem;
		font-size: 16px;
		margin-bottom: 1rem;
		margin-left: 2rem;
	}
	section.popular-posts ul li .wpp-category {
		margin-left: -4.5em;
		margin-top: 10px;
	}
	section.popular-posts .wpp-list li {
		font-size: 16px;
		margin-bottom: 2rem;
		height: 80px;
	}
	section.popular-posts ul.wpp-list {
		margin-left: 10px;
	}
	div.cate-date span:first-child, div.cate-date span.blog-date {
		font-size: 12px;
	}
	h2.entry-title {
		font-size: 22px;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
	section.popular-posts .wpp-list li:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	main.item-list ul li {
		width: 100%;
		margin-bottom: 2rem;
	}
	main.item-list ul li h3 {
		font-size: 16px;
		margin-top: 1.25rem;
	}
	main.item-list ul li p {
		font-size: 12px;
	}
	main.item-list ul li div a {
		width: 35%;
		font-size: 12px;
		padding: 0.5rem 0;
	}
	main.item-list ul li div {
		margin-top: 1rem;
	}
	main.item-list h2 {
		font-size: 18px;
		margin: 2rem;
	}
	.related_post_title {
		font-size: 14px;
		margin-top: 2rem;
	}
	ul.related_post li a.wp_rp_thumbnail {
		width: 30%;
		height: 30%;
		margin-right: 1rem;
	}
	ul.related_post li img {
		width: 100%;
		height: 100%;
	}
	ul.related_post li {
		padding-top: 2rem;
		height: auto;
	}
	ul.related_post li:after {
		content: " ";
		display: block;
		clear: both;
	}
	ul.related_post li a.wp_rp_title {
		font-size: 16px;
		font-weight: bold;
	}
	div.cate-date-rec {
		position: relative;
		margin-top: 10px;
		left: 0
	}
	main.item-list ul li figure {
		float: left;
		width: 35%;
	}
	main.item-list ul li figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	body#shop section.item-area div:first-child dl dd strong {
		font-weight: bold;
		font-size: 24px;
	}
	div.slide-item-area #thumbnail-list:after {
		content: "";
		display: block;
		width: calc(8vw * 8 + 1vw);
	}
	div.blog-card dl dd span.blog-date, section.popular-posts ul li .wpp-category a, aside .txt-c, div.breadcrumbs {
		font-size: 10px;
	}
	section.popular-posts .wpp-list li .wpp-thumbnail {
		width: 80px;
		height: 80px;
		object-fit: cover;
	}
	section.popular-posts .wpp-list li {
		padding-bottom: 10px;
		clear: both;
	}
	div.blog-card dl dd ul li {
		margin-bottom: 5px;
	}
	ul.related_post li .wp_rp_excerpt {
		font-size: 10px;
		display: none;
	}
	body.single div#content main article div.entry-content iframe {
		width: 100%;
		height: 51vw;
	}
}
/* 20191209追加 カタヤマ
===============================================================*/
div.new-pagenation {
	width: 100%;
}
div.new-pagenation a {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #ccc;
}
div.new-pagenation span.current {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #ccc;
	background-color: #000;
	color: #fff;
}
nav.navigation.pagination {}
nav.navigation.pagination a {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #ccc;
}
nav.navigation.pagination span.current {
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #ccc;
	background-color: #000;
	color: #fff;
}
nav.navigation.pagination div.nav-links {
	border: none;
}
/* 20191223追加 カスヤ
===============================================================*/
/*pzlink-サイト名の横幅、文字高さと位置、余白*/
.lkc-info {
	width: 250px;
	position: relative;
	top: 95px;
	left: 210px;
	line-height: 15px;
	text-overflow: ellipsis;
}
/*サムネ画像とファビコン高さ*/
.linkcard img {
	width: 100%;
	height: 100%;
}
.lkc-favicon {
	width: 16px !important;
	height: 16px !important;
}
.lkc-thumbnail {
	max-width: 30%;
	margin: 0px 10px 0px 0px;
}
.lkc-domain {
	width: 10px;
}
/*説明文とURLとSNSシェア数を削除*/
.lkc-excerpt {
	display: none;
}
.lkc-url {
	display: none;
}
.lkc-sns-hb {
	display: none;
}
.lkc-sns-tw {
	display: none;
}
.lkc-sns-gp {
	display: none;
}
.lkc-sns-po {
	display: none;
}
/*カード余白調整*/
.lkc-card {
	margin-top: -16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*タイトルの文字太さと折返し…表示*/
div.lkc-title-text {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}
/*中央寄せ、枠の最大幅、枠角を丸くする、、枠下に３２ｐｘ余白をつける調整*/
.lkc-external-wrap {
	margin: 0 auto;
	max-width: 620px;
	border-radius: 8px;
	border-color: #F2F2F2;
	box-shadow: 5px 5px 5px 5px #F2F2F2;
	margin-bottom: 32px;
	overflow: hidden;
}
.lkc-content {
	margin-top: 0px;
	border-radius: 8px;
}
/*「続きを読む」ボタン追加*/
.lkc-external-wrap:after {
	position: absolute;
	content: 'read more';
	font-family: 'jin-icons';
	font-weight: bold;
	right: 12px;
	bottom: 8px;
	padding: 5px 20px;
	background: #ffb400;
	color: #fff;
	font-size: .8em;
	border-radius: 2px;
}
/*ホバー時、アンダーライン無効*/
.lkc-title-text:hover {
	text-decoration: none;
}
/*Pz-LinkCard内部リンク設定*/
div.lkc-date {
	display: none !important;
}
.lkc-content {
	background-color: #fff;
}
.lkc-internal-wrap {
	margin: 0 auto;
	max-width: 620px;
	border-radius: 8px;
	border-color: #F2F2F2;
	box-shadow: 5px 5px 5px 5px #F2F2F2;
	margin-bottom: 32px;
	overflow: hidden;
}
.lkc-internal-wrap:after {
	position: absolute;
	content: 'read more';
	font-family: 'jin-icons';
	font-weight: bold;
	right: 12px;
	bottom: 8px;
	padding: 5px 20px;
	background: #ffb400;
	color: #fff;
	font-size: .8em;
	border-radius: 2px;
}
/*ここからタブレット・スマホ対応*/
@media screen and (max-width: 1024px) {
	.lkc-info {
		margin-left: -25px;
	}
}
@media screen and (max-width: 480px) {
	.lkc-external-wrap {
		margin: 0 auto;
		width: 280px;
		box-shadow: 3px 3px 3px 3px #F2F2F2;
	}
	.lkc-external-wrap:after {
		display: none;
	}
	.lkc-card {
		margin-top: -15.5px;
	}
	.lkc-favicon {
		width: 16px;
		height: 16px;
	}
	.lkc-domain {
		font-size: 11px;
	}
	.lkc-info {
		width: 150px;
		top: 99px;
		left: 150px;
	}
	.lkc-thumbnail {
		max-width: 120px;
	}
	div .lkc-title-text {
		font-size: 13.5px;
		line-height: 21px;
		height: 60px;
		max-width: 200px;
	}
	.lkc-internal-wrap, .lkc-external-wrap, .lkc-this-wrap {
		margin-left: -5px;
		width: 280px;
		box-shadow: 3px 3px 3px 3px #F2F2F2;
	}
	.lkc-internal-wrap:after {
		display: none !important;
	}
	body.single-post div#content main article div.entry-content p a img {
		width: 100%;
		height: auto;
	}
	div.blog-inner div.blog-card.new:after {
		width: 10vw;
		height: 10vw;
	}
} /*タグ閉じる****/
/*20200210池村追加分*/
@media screen and (max-width: 1129px) {
	header#masthead, /*article#consept section,*/ article#athlete section, article#conceptshop section, article#news section {
		width: 90%;
	}
	article#consept section, article#consept section.item01 div.inner, article#consept section.item02 div.inner, article#consept section.item03 div.inner, article#consept section .top-item,article#athlete section .top-item {
		width: 100%;
	}
}
@media(max-width: 768px) {
	article#consept section.first-cont {
		display: block;
	}
	article#consept section.first-cont img {
		width: 100%;
	}
	article#consept section.first-cont div.txt-area {
		width: 100%;
	}
	/*202002変更 神主*/
	article#consept section.first-cont h1 {
		text-align: center;
		margin-bottom: 50px;
		font-size: 4.26vw;
		font-size: 30px;
	}
	article#consept section.first-cont p br {
		display: none;
	}
	/*202002変更 神主*/
	article#consept section.item01 div.txt-area p, article#consept section.item03 div.txt-area p {
		font-size: 3.2vw;
		font-size: 17px;
	}
	/*202002変更 神主*/
	article#consept section.first-cont p, article#consept section p {
		width: 90vw;
		margin: auto;
		font-size: 3.2vw;
		font-size: 17px;
		line-height: 1.7;
		padding: 0;
		display: block;
		text-align: left;
		margin-bottom: 5vw;
		margin-top: 5vw;
	}
	article#consept section .item_sp {
		display: inline-block;
		width: 0 auto;
	}
	article#consept section .item_pc {
		display: none;
	}
	article#consept section.item01, article#consept section.item02, article#consept section.item03 {
		text-align: center;
		overflow: hidden;
	}
	article#consept section.item01 div.txt-area p br, article#consept section.item02 div.txt-area p br, article#consept section.item03 div.txt-area p br {
		display: none;
	}
	article#consept section.item01 div.img-area, article#consept section.item02 div.img-area, article#consept section.item03 div.img-area {
		width: 100%;
		height: auto;
	}
	/*202002変更 神主*/
	article#consept section.item01 div.inner h1 span, article#consept section.item02 div.inner h1 span, article#consept section.item03 div.inner h1 span {
		text-align: center;
		font-size: 4.2vw;
		font-size: 28px;
		padding: 10px;
		padding: 25px 10px 10px 10px;
		font-weight: 500;
	}
	article#consept section.item01 div.inner h1 span span.nlb, article#consept section.item02 div.inner h1 span span.nlb, article#consept section.item03 div.inner h1 span span.nlb {
		padding: 0;
		margin: 0;
	}
	article#consept section.item01 div.inner, article#consept section.item02 div.inner, article#consept section.item03 div.inner {
		display: block;
	}
	/*202002変更 神主*/
	article#consept section .top-item h2 {
		margin: 40px 0 20px;
		font-size: 3.2vw;
		font-size: 22px;
	}
	/*202002変更 神主*/
	article#consept section .top-item ul li h3 {
		font-size: 3.2vw;
		font-size: 22px;
		margin-top: 15px;
	}
	article#consept section .top-item ul {
		width: 90%;
		margin: auto;
	}
	article#consept section .top-item ul li {
		width: 45%;
		margin: 10px auto 30px;
	}
	/*202002変更 神主*/
	article#conceptshop {
		font-size: 3.2vw;
		font-size: 17px;
	}
	/*202002変更 神主*/
	article#conceptshop h2 {
		font-size: 3.7vw;
		font-size: 26px;
		text-align: center;
		font-weight: 600;
		margin-bottom: 20px;
		border-bottom: none;
		padding-bottom: 0;
	}
	article#conceptshop section.tokyo, article#conceptshop section.osaka {
		display: block;
	}
	article#conceptshop section.tokyo img {
		width: 100%;
	}
	article#conceptshop section.tokyo div, article#conceptshop section.osaka div {
		width: 100%;
	}
	/*202002変更 神主*/
	article#conceptshop p.rsv a {
		font-size: 3.2vw;
		font-size: 21px;
	}
	article#consept section.item01:before {
		right: -12vw;
		top: 38vw;
		width: 47.1vw;
		height: 21.8vw;
	}
	article#consept section.item02:before {
		left: -12vw;
		top: 58vw;
		margin: 0;
		width: 47.1vw;
		height: 21.9vw;
	}
	article#athlete p.more a {
		width: 100%;
		font-size: 3.2vw;
	}
	/*202002変更 神主*/
	article#consept p.more a {
		width: 90%;
		font-size: 3.2vw;
		font-size: 21px;
	}
	/*レスポンシブmenu*/
	#responsive-menu-container {
		width: 100% !important;
		background-color: rgba(0, 0, 0, 0.8);
	}
	#responsive-menu-container #responsive-menu-wrapper {
		width: 75% !important;
		background: #fff;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		color: #000;
		background-color: #fff;
		font-family: 'DIN Alternate Bold', sans-serif;
		border-bottom: 1px solid #e2e2e2;
		line-height: 50px;
		height: 50px;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
		font-size: 18px;
	}
	#responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
		border-top: none;
	}
	#responsive-menu-search-box {
		background: #3e3a39;
		padding: 10px 5% !important;
	}
	#responsive-menu-container #responsive-menu li {
		position: relative;
	}
	#responsive-menu-container #responsive-menu li:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 30px;
		width: 13px;
		height: 13px;
		margin: -4px 0 0 0;
		border-top: solid 1px #9fa0a0;
		border-right: solid 1px #9fa0a0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	/*202002変更 神主*/
	#responsive-menu-container .responsive-menu-search-box {
		border: none;
		border-radius: 50px !important;
		box-shadow: none;
		padding: 0 25px;
		height: 45px;
		position: relative;
		font-size: 16px;
	}
	#responsive-menu-search-box form:after {
		content: url(/img/icon_search.png);
		display: block;
		position: absolute;
		right: 40px;
		top: 40%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 45px;
		height: 45px;
	}
	#responsive-menu-container .follow {
		font-family: 'DIN Alternate Bold', sans-serif;
		font-size: 18px;
		color: #000;
		text-align: center;
	}
	/*202002修正 神主*/
	#responsive-menu-container .follow span.sns-area img {
		margin: 10px 8px;
		transition: 0.8s;
		display: none;
	}
	/*202002追加 神主*/
	#responsive-menu-container .follow span.sns-area a:nth-child(1) {
		display: inline-block;
		width: 35px;
		height: 35px;
		background-size: 35px;
		background-image: url(/img/sns_tw_sp.png);
		margin: 10px;
	}
	/*202002追加 神主*/
	#responsive-menu-container .follow span.sns-area a:nth-child(2) {
		display: inline-block;
		width: 35px;
		height: 35px;
		background-size: 35px;
		background-image: url(/img/sns_fb_sp.png);
		margin: 10px;
	}
	/*202002追加 神主*/
	#responsive-menu-container .follow span.sns-area a:nth-child(3) {
		display: inline-block;
		width: 35px;
		height: 35px;
		background-size: 35px;
		background-image: url(/img/sns_inst_sp.png);
		margin: 10px;
	}
}
/*以下 202002追加 神主*/
@media screen and (min-width: 700px) and (max-width: 720px) {
	#responsive-menu-search-box form:after {
		right: 40px;
		top: 45%;
	}
}
@media screen and (min-width: 668px) and (max-width: 699px) {
	#responsive-menu-search-box form:after {
		right: 40px;
		top: 48%;
	}
}
@media (max-width: 667px) {
	#responsive-menu-search-box form:after {
		right: 30px;
		top: 50%;
	}
}
@media (max-width: 414px) {
	article {
		margin: 18vw auto;
	}
	article h1 {
		font-size: 28px;
	}
	article#consept section.first-cont h1 {
		font-size: 28px;
	}
	article#consept section.first-cont p, article#consept section p {
		font-size: 16px;
	}
	article#consept section.item01 div.inner h1 span, article#consept section.item02 div.inner h1 span, article#consept section.item03 div.inner h1 span {
		font-size: 20px;
		font-weight: bold;
	}
	article#consept section.item01 div.txt-area p, article#consept section.item03 div.txt-area p {
		font-size: 16px;
	}
	article#consept section .top-item ul li h3 {
		font-size: 18px;
	}
	article#consept section .top-item h2 {
		font-size: 18px;
	}
	article#consept section.item01 {
		padding-top: 0vw;
	}
	article#consept section.item02 {
		padding-top: 9vw;
	}
	article#consept section.item03 {
		padding-top: 9vw;
	}
	article#consept p.more a {
		font-size: 18px;
	}
	article#conceptshop h2 {
		font-size: 22px;
	}
	article#conceptshop p.rsv a {
		font-size: 18px;
	}
	article#athlete p.more a:after, article#consept p.more a:after {
		top: 28%;
	}
	article#news p {
		font-size: 16px;
	}
	article#news.blog {
		margin-top: 22vw;
	}
	article#conceptshop {
		font-size: 16px;
	}
	article#shoplist section div h2 {
		font-size: 20px;
	}
	article#shoplist section div ul li {
		font-size: 16px;
	}
	footer {
		margin-bottom: 10vw;
	}
	footer article.bcg-b h1 img {
		width: 50.13vw;
		height: auto;
	}
	footer article.bcg-b div a {
		line-height: 3;
		font-size: 18px;
		font-weight: normal;
	}
	footer article.bcg-b h1 span {
		margin-bottom: 0;
	}
	footer article.bcg-b p {
		font-size: 16px;
	}
	footer small + div {
		padding: 0 15px;
	}
}
@media (max-width: 375px) {
	footer article.f-nav {
		margin: 12vw auto 0 auto;
	}
	footer article.f-nav section ul li:nth-of-type(1) {
		border-right: solid 1px #000;
	}
}
@media (max-width: 320px) {
	article h1 {
		font-size: 26px;
	}
	article#consept section.first-cont h1 {
		font-size: 26px;
	}
	article#consept section.item01 div.inner h1 span, article#consept section.item02 div.inner h1 span, article#consept section.item03 div.inner h1 span {
		font-size: 18px;
	}
	article#consept section .top-item h2 {
		font-size: 17px;
	}
	article#consept section .top-item ul li h3 {
		font-size: 16px;
	}
	article#athlete p.more, article#consept p.more {
		margin: 0 auto 20px auto;
	}
	article#consept p.more a {
		font-size: 17px;
		padding: 10px 25px 10px 10px;
	}
	article#athlete p.more a:after, article#consept p.more a:after {
		top: 25%;
		right: 15px;
	}
	article#conceptshop h1 span {
		padding: 0 15px;
	}
	article#conceptshop section .shopinfo {
		padding: 30px 20px;
	}
	article#conceptshop p.rsv a {
		font-size: 17px;
	}
	article#conceptshop p.rsv a:after {
		top: 25%;
		right: 10px;
	}
	footer article.bcg-b h1 img {
		margin-bottom: 30px;
	}
	footer article.bcg-b p {
		margin-bottom: 30px;
	}
	footer article.bcg-b div a {
		font-size: 17px;
	}
	footer article.f-nav section ul li:nth-of-type(3) {
		border-right: solid 1px #000;
	}
}

/*2003 商品ページ 粕谷*/

div#syouhin > article {
	width:1000px;
	width:70vw;
	margin: 2vw auto;
}

.cb{
  /* floatを解除 */
  clear: both;
}

div#syouhin section.item-area div:first-child ul.ninki li img{
    width: 9vw;
    height: auto;
}
div#syouhin section.item-area div:last-child .kanso-shosai figure {
    width: 15%;
	margin-top:5px
}

div#syouhin section.item-area div:first-child div.cart-area{
	margin-bottom:2vw
}

div#syouhin section.item-area div:first-child .setumei dl dt {
    float: left;
    clear: both;
    width: 5vw;
    margin-bottom: 0.7vw;
    font-size: 14px;
}

div#syouhin section.item-area div:first-child .setumei dl dd {
    margin-bottom: 0.7vw;
    float: left;
    font-size: 14px;
}

div#syouhin section.item-area div:first-child .setumei {
    border-bottom: solid 1px #000000;
    padding-bottom: 1.5vw;
}

article#kaisetsu .slick-slide img {
    display: block;
    /* width: 250px; */
    width: 100%;
    margin: auto;
    /* height: 200px; */
    height: 130px;
    margin-bottom: 5px;
    object-fit: cover;
}

div#syouhin div.slide-item-area ul.slider-item {
    width: 32vw;
    margin: 0 auto 1.5vw;
}
div#syouhin div.slide-item-area .slide-item img {
    width: 100%;
    height: auto;
    width: 32vw;
    height: 32vw;
    object-fit: cover;
}

div#syouhin section.item-area div:first-child {
    width: 30vw;
    overflow: hidden;
}

div#syouhin div.slide-item-area #thumbnail-list {
    width: 35vw;
}

div#syouhin div.slide-item-area .thumbnail-item:nth-of-type(5n) {
    margin-right: 0!important;
}
div#syouhin .thumbnail-item img {
    width: 6.5vw !important;
    height: 6.5vw !important;
}

div#syouhin img.slide-arrow.prev-arrow {
    left: -30px;
}

div#syouhin img.slide-arrow.next-arrow {
    right: -30px;
}

div#syouhin img.slide-arrow {
    position: absolute;
    /* top: calc(50% - 30px); */
    top: calc(50% - 50px);
}

div#syouhin div.slide-item-area .thumbnail-item {
    width: 6.5vw!important;
    height: 6.5vw!important;
}

div#syouhin div.slide-item-area .thumbnail-item {
    margin-bottom: 0.8vw;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-right: 0.6vw;
}

div#syouhin section.item-area div:first-child h1{
	font-size: 36px;
   margin-bottom: 1vw;
}

div#syouhin section.item-area div:first-child h2 {
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
	font-size: 18px;
}

div#syouhin section.item-area div:first-child p.read{
    font-size: 18px;
}


div#syouhin section.item-area div:first-child ul.ninki {
    margin-bottom: 1.5vw;
    margin-top: 1.5vw;
}

div#syouhin section.item-area div:first-child .setumei h2{
	width: 10vw;
	font-size:16px
}

div#syouhin .pay_date{
    background-color: #f7f8f8;
    padding: 1vw;
}

div#syouhin .pay_date span{
font-weight: bold;
}

div#syouhin .pay_date .red{
  color:#ca0000
}

div#syouhin p.toblog{
    background-color: #f7f8f8;
    background-color: rgb(255, 255, 255);
    display: flex;
    width: fit-content;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(139, 26, 39);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(139, 26, 39);
    border-image: initial;
    border-radius: 3px;
    margin: 15px 0px 0px;
    padding: 10px 15px;
}
div#syouhin p.toblog a{
min-width: 70px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(139, 26, 39);
    margin: 0px;
    padding: 0px;
    font-weight: bold;
	    text-decoration: none;
}

div#syouhin p.toblog a:hover {
    color: rgb(255, 174, 183);
}

div#syouhin p.toblog .fas {
    padding-right: 3px;
}


div#syouhin section.item-area div:first-child div.cart-area a {
    display: block;
    background-color: #ff6700;
    line-height: 4.5vw;
    text-align: center;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    -webkit-box-shadow: 1px 0 1px #a7bac7, 0 2px 2px #a7bac7, -1px 0 1px #a7bac7;
    box-shadow: 1px 0 1px #a7bac7, 0 2px 2px #a7bac7, -1px 0 1px #a7bac7;
    border-radius: 4px;
}

div#syouhin section.item-area div:first-child div.cart-area a img {
    vertical-align: -2%;
    margin-right: 0.5vw;
    width: 5%;
}
div#syouhin section.item-area div:first-child div.cart-area 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;
}
div#syouhin section.item-area div:first-child .setumei .setumei_in{
	display: block;
    border-top: solid 1px #2d2d2d;
    z-index: 1;
    position: relative;
    top: -1px;
    padding-top: 20px;
}

div#syouhin section.item-area div:first-child h2 {
    margin-bottom: 0px;
    background: #fff;
    padding: 10px;
    z-index: 2;
    position: relative;
    top: 0;
}

div#syouhin section.item-area div:first-child .setumei h2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color:#2d2d2d #2d2d2d #ffffff;
}

div#syouhin section.item-area div:first-child .setumei p{
	font-size:14px
}

div#syouhin section.item-area div:first-child .setumei ol li{
	font-size:14px
}

div#syouhin section.item-area div:last-child .history {
	margin-top:12vw;
	margin-bottom: 0px!important;
}

div#syouhin section.item-area div:last-child {
    width: 35vw;
    overflow: hidden;
}

div#syouhin section.item-area div:last-child .kanso {
	margin-top:0vw;
}

div#syouhin section.item-area div:last-child .kanso > .tab_wrap {
	width:100% !important;
}

.tab_wrap{width:100%; }
input[type="radio"]{display:none;}
.tab_area{font-size:0; }
.tab_area label{
	width:40%; 
	text-align: center;
	margin-right:5px; 
	display:inline-block; padding:12px 0; 
	background:#ddd;
	font-size:14px; 
	cursor:pointer; 
	transition:ease 0.2s opacity; 
	border: solid #2d2d2d;
   border-width: 1px 1px 0px 1px; 
	border-radius: 4px 4px 0 0;
}
.tab_area label:hover{opacity:0.5;}
.panel_area{background:#fff;}
.tab_panel{
	width: 100% !important; 
	display:none;
	border-top: solid 1px #2d2d2d;
   padding-top: 20px;
}
.tab_panel p{font-size:14px; letter-spacing:1px; text-align:center;}

#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#2d2d2d;; }
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#2d2d2d;;}
#tab2:checked ~ .panel_area #panel2{display:block;}

div#syouhin section.item-area div:last-child .kanso-shosai p {
    font-size: 14px;
    text-align: left;
	line-height: 2;
	    letter-spacing: 0px;
}

div#syouhin section.item-area div:last-child .kanso-shosai{
	margin-bottom:1vw;
}

div#syouhin section.item-area div:last-child p.voicetitle {
    font-weight: bold;
   font-size: 1.2vw;
    line-height: 1.8;
}

div#syouhin section.item-area div:last-child div.voicetitle {
   font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1.4vw;
    width: 100%;
}

div#syouhin section.item-area div:last-child div.voicename{
	  font-size: 14px;
	margin-bottom:1vw;
}

div#syouhin section.item-area div:last-child .more a{
	float:right;
	text-decoration:underline
}

div#syouhin article#kaisetsu,
div#syouhin article#syouhin_ck{
	width:100%;
	margin-top: 0vw;
}

div#syouhin article#kaisetsu ul li{
	    font-size: 0.78vw;
    padding: 0;
    margin: 0 1vw;
    border-bottom: none;
    display: block;
	width: 24%;
    background: #f7f8f8;
}

div#syouhin article#kaisetsu ul li div {
    margin: 0 10px 10px;
    color: #000;
    font-size: 14px;
}

div#syouhin article#kaisetsu ul li div span.news_ttl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
    margin-bottom: 3px;
    text-align: left;
	display: block;
}

div#syouhin article#kaisetsu ul {
    width: 100%;
    margin: auto;
    height: 7rem;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
    border: none;
    padding: 0;
    margin-bottom: 1vw;
}

div#syouhin article#kaisetsu h2{
	font-weight: bold;
    font-size: 1.6vw;
    margin-bottom: 1vw;
	margin-left: 1vw;
}

div#syouhin article#kaisetsu ul.slick-dots {
    text-align: center;
    bottom: -5vw;
}
div#syouhin article#kaisetsu ul {
    padding: 0 0 4vw 0;
}

div#syouhin article#kaisetsu ul.slick-dots li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
}


div#syouhin article#syouhin_ck h2 {
    font-weight: bold;
    font-size: 1.6vw;
    margin-bottom: 1vw;
	margin-left: 1vw;
}

div#syouhin article#syouhin_ck ul li{
	    font-size: 0.78vw;
    padding: 0;
    margin: 0 1vw;
    border-bottom: none;
    display: block;
    width: 22%;
    background: #f7f8f8;
    float: left;
}

div#syouhin article#syouhin_ck ul li div {
    margin: 10px 10px 20px;
    color: #000;
    font-size: 14px;
	 text-align: center;
}

div#syouhin article#syouhin_ck ul li div span.news_ttl {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
	display: block;
}

div#syouhin article#syouhin_ck ul li div span.news_ttl span{
	font-size:20px;
	font-family: 'DIN Alternate Bold', sans-serif;
}

div#syouhin article#syouhin_ck ul {
    width: 100%;
    margin: auto;
    height: 7rem;
    height: auto;
    overflow-y: visible;
    overflow-x: visible;
    border: none;
    padding: 0;
    margin-bottom: 1vw;
}

div#syouhin article#syouhin_ck ul li 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;
}

.nlb2{
	display: block;
   font-size: 2.5vw;
}

div#syouhin section.item-area div.price2 {
    width:100%;
}
div#syouhin section.item-area div:first-child div.cart-area2 a{
	 display: block;
    background-color: #ff6700;
    line-height: 40px;
	height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    -webkit-box-shadow: 1px 0 1px #a7bac7, 0 2px 2px #a7bac7, -1px 0 1px #a7bac7;
    box-shadow: 1px 0 1px #a7bac7, 0 2px 2px #a7bac7, -1px 0 1px #a7bac7;
    border-radius: 4px;
	width:13vw;
	webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div#syouhin section.item-area div:first-child div.cart-area2 a img {
    vertical-align: -5%;
    margin-right: 0.5vw;
    width: 10%;
}

@media (max-width: 1280px) and (min-width: 768px){
div#syouhin > article {
    width: 80vw;
}	
div#syouhin section.item-area div:first-child {
    width: 40vw;
    overflow: hidden;
}

div#syouhin section.item-area div:first-child ul.ninki li img {
    width: 12vw;
    height: auto;
}
div#syouhin section.item-area div:first-child .setumei h2 {
   width: 14vw;
	font-size:16px;
}

div#syouhin section.item-area div:first-child .setumei dl dt {
    width: 7vw;
}
div#syouhin article#kaisetsu h2,
div#syouhin article#syouhin_ck h2{
    font-size: 20px;
}
	article#kaisetsu .slick-slide img{
	height: auto;
}
div#syouhin article#syouhin_ck ul li div span.news_data {
		font-size: 1.2vw;
}		
}

@media screen and (min-width: 1920px) {
div#syouhin > article {
    width: 60vw;
    margin: 2vw auto;
}
div#syouhin div.slide-item-area ul.slider-item {
    width: 26vw;
    margin: 0 auto 1.5vw;
}	
div#syouhin div.slide-item-area #thumbnail-list {
    width: 28vw;
}
div#syouhin div.slide-item-area .thumbnail-item {
    width: 5vw!important;
    height: 5vw!important;
}	
div#syouhin .thumbnail-item img {
    width: 5vw !important;
    height: 5vw !important;
}
div#syouhin div.slide-item-area .slide-item img {
    width: 26vw;
    height: 26vw;
    object-fit: cover;
}	
	
div#syouhin section.item-area div:last-child {
    width: 28vw;
    overflow: hidden;
}
section.item-area > div:last-child {
    padding-top: 32vw;
}
div#syouhin section.item-area div:first-child div.cart-area a {
    line-height: 4vw;
    font-size: 22px;
}
div#syouhin section.item-area div:last-child div.voicetitle {
    font-size: 20px;
    line-height: 1.6;
}	
div#syouhin article#syouhin_ck ul li {
    width: 20%;
}
}


@media (max-width: 768px){
	
div#syouhin {
		margin-top:5vw
	}
div#syouhin article {
    width: 82vw;
    margin: auto;
}
	
div#syouhin div.slide-item-area ul.slider-item,
div#syouhin section.item-area div:first-child,
div#syouhin section.item-area div:last-child{
    width: 100%;
}	

div#syouhin div.slide-item-area .slide-item img {
    width: 82vw;
    height: 82vw;
    object-fit: cover;
}	

div#syouhin div.slide-item-area .thumbnail-item {
    width: 7.8vw;
    height: 7.8vw;
}

div#syouhin div.slide-item-area .thumbnail-item,
div#syouhin div.slide-item-area .thumbnail-item:nth-of-type(5) {
    margin-right: 0.5vw!important;
}
div#syouhin img.slide-arrow {
    position: absolute;
    top: calc(50% - 20px);
}
div#syouhin img.slide-arrow.prev-arrow {
    height: 40px;
	left: -20px;
	}
div#syouhin img.slide-arrow.next-arrow {
    right: -20px;
    height: 40px;
	}

div#syouhin section.item-area div:first-child .setumei dl dt {
    float: none;
    width: 100%;
	}
	
div#syouhin section.item-area div:first-child ul.ninki li img {
    width: 25vw;
    height: auto;
}	
div#syouhin section.item-area div:first-child h2 {
    margin-bottom: 15px;
    padding: 5px;
	}
div#syouhin section.item-area div:first-child ul.ninki {
    margin-bottom: 5vw;
	}
	
div#syouhin section.item-area div:first-child h1 {
    display: block;
	}
	
div#syouhin section.item-area div:first-child p.read {
    font-size: 4vw;
    line-height: 1.6;
    margin-top: 5px;
    margin-bottom: 15px;
	text-align: center;
}

div#syouhin .pay_date {
    font-size: 4vw;
    line-height: 1.6;
    padding: 5vw;
	margin-bottom: 5vw;
}

div#syouhin p.toblog{
  margin-bottom: 5vw;
  width: 100%;
  text-align: center;
	display: block;
margin-left: auto;
margin-right: auto;
}

div#syouhin p.toblog a {
    font-size: 4vw;
}
	
div#syouhin div.entry-content p {
    line-height: 1.4;
    font-size: 3.5vw;
}
div#syouhin section.item-area div:first-child div.price {
    font-size: 38px;
}

div#syouhin section.item-area div:first-child div.cart-area a {
    font-size: 4vw;
    padding: 15px 0px;
    margin-bottom: 20px;
	}
	
div#syouhin section.item-area div:first-child div.cart-area a:hover{
		opacity:1;
}	

div#syouhin section.item-area div:first-child .setumei h2{
		margin-bottom: 0px;
    padding: 10px;
	width: 45%;
	font-size: 4vw;
	}
div#syouhin section.item-area div:first-child .setumei .setumei_in {
    display: block;
    z-index: 1;
    position: relative;
    top: -1.4px;
	}
	div#syouhin section.item-area div:first-child .setumei p,
	div#syouhin section.item-area div:first-child .setumei ol li{
	  line-height: 1.6;
    font-size: 4vw;
	margin-left:0px;
		margin-right:0px;
	}
div#syouhin section.item-area div:first-child .setumei dl dd {
    margin-bottom: 4vw;
	}
div#syouhin .tab_area label {
    width: 45%;
	}
div#syouhin article.kanso {
    padding-top: 0vw;
}
	
div#syouhin section.item-area div:last-child .kanso-shosai figure {
    width: 40%;
    margin-top: 20px;
}
	
div#syouhin section.item-area div:last-child p.voicetitle {
    font-weight: bold;
    font-size: 4vw;
    line-height: 1.6;
}
	

div#syouhin section.item-area div:last-child .kanso-shosai p,
div#syouhin section.item-area div:last-child .more a{
    font-size: 4vw;
    line-height: 1.6;
	}
	
div#syouhin section.item-area div:last-child div.voicetitle {
    font-size: 4vw;
}
div#syouhin section.item-area div:last-child div.voicename {
    font-size: 16px;
    margin-bottom: 5vw;
}

div#syouhin article#kaisetsu {
    margin-top: 10vw;
	margin-bottom: 15vw;
}	

div#syouhin article#kaisetsu h2,
div#syouhin article#syouhin_ck h2{
    font-size: 5vw;
    margin-bottom: 2vw;
    margin-left: 0;
    text-align: center;
}
div#syouhin article#kaisetsu .slick-slide img {
    width: 100%;
    height: 90px;    
    /* height: 120px; */
    margin-bottom: 10px;
	}
div#syouhin article#kaisetsu ul.slick-dots {
    text-align: center;
    bottom: -10vw;
}
	
	div#syouhin article#syouhin_ck {
		clear:both
	}	
div#syouhin article#syouhin_ck ul li {
    width: 46%;
    margin: 10px 1vw 30px;
	    height: 320px;
	}
footer article.bcg-b h1 img {
    width: 30vw;
	margin-bottom: 20px;
}
footer article.bcg-b h1 span {
    font-size: 3.5vw;
}
footer article.bcg-b p {
    font-size: 3.5vw;
	margin-bottom: 20px;
}
.nlb2 {
    display: block;
    font-size: 6vw;
}
	
footer article.f-nav section ul li a {
    font-size: 10px;
}

footer article.f-nav section ul li:nth-of-type(1) {
    border-right: none;
   }
   
  footer article.f-nav section ul li:nth-of-type(2) {
    border-right: none;
}

footer article.f-nav {
    margin: 5vw auto 0 auto;
}	
article.bcg-b div a {
    line-height: 3;
    font-size: 4vw;
    font-weight: normal;
}
div#syouhin article#syouhin_ck ul li div span.news_ttl span {
    line-height: 1.2;
	}
div#syouhin section.item-area div:first-child div.cart-area2 a{
	line-height: 12vw;
	width: 100%;
	height: auto;
	}	
div#syouhin section.item-area div:first-child div.cart-area2 {
    padding-bottom: 0px;
}
}

/*202003追加 粕谷 アンバサダー記事用*/
.itemlabel {
    border: .1rem #cfcabf solid;
    padding: 1.5rem;
    margin: 0 0 3rem;
}

.rc-clearfix:before, .post .rc-clearfix:after {
    content: " ";
    display: table;
}
.rc-clearfix:after {
    clear: both;
}
.itemlabel .itemlabel-content .itemlabel-index:after {
    clear: both;
}

.itemlabel .itemlabel-content {
    float: left;
    width: 52%;
}

.itemlabel .itemlabel-content .itemlabel-index:nth-of-type(1) {
    border-top: .1rem solid #cfcabf;
}

.itemlabel .itemlabel-content .itemlabel-index {
    padding: .8rem 0;
    border-bottom: .1rem #cfcabf solid;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
}

.itemlabel .itemlabel-content .itemlabel-index:before, 
.itemlabel .itemlabel-content .itemlabel-index:after,
.itemlabel .itemlabel-content .itemlabel-index2:before, 
.itemlabel .itemlabel-content .itemlabel-index2:after {
    content: " ";
    display: table;
}

.itemlabel .itemlabel-content .itemlabel-index .itemlabel-index-sub {
    font-size: 6px;
    font-size: .6rem;
    vertical-align: top;
    min-width: 4rem;
    padding: 0 .7rem 0 0;
    float: left;
}

.itemlabel .itemlabel-content .itemlabel-index .itemlabel-index-main {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: calc(100% - 4rem);
    float: left;
}

.itemlabel .itemlabel-content .itemlabel-index:after,
.itemlabel .itemlabel-content .itemlabel-index2:after{
    content: " ";
    display: table;
}
.ambas_item {
    border: .1rem #ccc solid;
    padding: 2rem;
    margin: 0 0 3rem;
    background: #f7f5f6;
	position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.am_clearfix:before, .am_clearfix:after {
    content: " ";
    display: table;
}
.am_clearfix:after {
    clear: both;
}
.ambas_item .ambas_item_in .ambas_index:after {
    clear: both;
}

.ambas_item .ambas_item_in {
	padding-bottom:1.5rem
}



.ambas_item .ambas_item_in .ambas_index {
    padding: 0 0 1rem;
    border-bottom: .1rem #ccc solid;
    line-height: 1.5;
    font-size: 25px;
     font-size: 2.5rem;
}

.ambas_item .ambas_item_in .ambas_index:before,
.ambas_item .ambas_item_in .ambas_index:after {
    content: " ";
    display: table;
}

.ambas_item .ambas_item_in .ambas_index .ambas_sub {
    font-size: 6px;
    font-size: .6rem;
    vertical-align: top;
    min-width: 4rem;
    padding: 0 .7rem 0 0;
    float: left;
}

.ambas_item .ambas_item_in .ambas_index .ambas_main {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: calc(100% - 4rem);
    float: lef;
    border-left: solid 10px #9f9f9f;
    padding-left: 10px;
}

.ambas_item .ambas_item_in .ambas_index:after {
    content: " ";
    display: table;
}

.ambas_item .ambas_ph {
    float: right;
    width: 35%;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.ambas_item .ambas_ph img {
    margin: 0 auto;
    width: 100%;
}

.ambas_item p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
    float: left;
    width: 65%;
	margin-top:0px!important;
	margin-bottom:1.5rem!important;
}

.ambas_item .ambas_cta{
    font-size: 18px;
   font-size: 1.8rem;
    background: #f90;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0.4rem 0;
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    float: left;
    margin: 1.4rem 0 0.1rem;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.ambas_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.ambas_item:hover {
    opacity: 0.8!important;
}

/*202003追加 粕谷 アンバサダー上*/

.ambas_item2 {
    border: .1rem #cfcabf solid;
    padding: 2rem;
    margin: 0 0 3rem;
}

.ambas_index2 {
    padding: .8rem 0;
    /* border-bottom: .1rem #cfcabf solid; */
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 400;
    background: #9f9f9f;
    color: #fff;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}


.ambas_item2 .ambas_item_in2 .ambas_index2:nth-of-type(1) {
    border-top: .1rem solid #cfcabf;
}
.ambas_item2 .ambas_item_in2 .ambas_index2:before, 
.ambas_item2 .ambas_item_in2 .ambas_index2:after {
    content: " ";
    display: table;
}

.ambas_item2 .ambas_item_in2 .ambas_index2:after {
    clear: both;
}

.ambas_item2 .ambas_item_in2 .ambas_index3 .ambas_sub2 {
    font-size: 1rem;
    min-width: 4rem;
    padding: 2px;
    margin-right: 10px;
    float: left;
    font-weight: normal;
    width: 50px;
    color: #fff;
    text-align: center;
    background: #9f9f9f;
}

.ambas_index3 {
    padding: .8rem 0;
  border-top: .1rem #cfcabf solid;
    line-height: 1.5;
    font-size: 1.4rem;
}


.ambas_item2 .ambas_item_in2 .ambas_index2 .ambas_main2 {
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: calc(100% - 4rem);
    float: left;
}

.ambas_item2 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2;
    margin-bottom: 1rem!important;
}

.ambas_item2 .ambas_item_in2 .ambas_index2:after {
    content: " ";
    display: table;
}

.ambas_item2 .ambas_ph2 {
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.ambas_item2 .ambas_ph2 img {
    width: 50%;
    float: left;
	border:solid #fff 1px
}
@media screen and (max-width: 768px) {
	.ambas_index2 {
    font-size: 1.5rem;
}
	
.ambas_item2 .ambas_item_in2 .ambas_index3 .ambas_sub2 {
    font-size: 12px;
    font-size: 1.2rem;
    width: 60px;
}
.ambas_item .ambas_item_in .ambas_index {
    font-size: 2rem;
}
.ambas_item .ambas_ph {
    float: none;
    width: 100%;
    margin-bottom: 20px;
	}

.ambas_item p {
    float: none;
    width: 100%;
	}
	
}

/*202003追加 粕谷 ブログ用商品バナー*/

.syouhin_ctabn{
	margin-bottom: 3vw;
	text-align:center
}
.syouhin_ctabn img{
	width:70%;
	padding-bottom: 1vw;
}

@media screen and (max-width: 768px) {
.syouhin_ctabn{
	font-size: 13px;
   line-height: 1.8;
}
	
.syouhin_ctabn img{
	width:90%;
	padding-top: 2vw;
}
}

/*202004追加 粕谷 枕カバー*/

div#syouhin section.item-area div:first-child div.cart-area .case_title{
	padding: 20px 10px 0px;
    /*background: #f5f5f5;*/
	line-height: 50px;
    font-size: 20px;
}

div#syouhin section.item-area div:first-child div.cart-area .case_title span{
	font-weight: bold;
    font-size: 1.2vw;
    margin-top: 0px;
    float: left;
    display: block;
}

div#syouhin section.item-area div:first-child div.cart-area .case_title img{
   float: left;
    margin-right: 10px;
    width: 60px;
}

@media screen and (max-width: 768px) {
	
	div#syouhin section.item-area div:first-child div.cart-area .case_title{
	text-align:center;		
	}	
	
div#syouhin section.item-area div:first-child div.cart-area .case_title span{
   font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
    float:none;
	text-align:center;
    display: block;
}

div#syouhin section.item-area div:first-child div.cart-area .case_title img{
  margin-right: 0px;
	float:none;
    width: 50%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

/*202004追加 粕谷 新ブログ*/

body#blog01 div#content, 
body#blog01 .category div#content, 
body#blog01 .single div#content {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

body#blog01 div#content div#primary, 
body#blog01 .category div#content div#primary, 
body#blog01 .single div#content div#primary {
    width: 50vw;
}
body#blog01 div#content div#primary div.breadcrumbs,
body#blog01 div#content div#primary div.breadcrumbs a{
	color: #999;
	font-size:12px;
}


body#blog01 div#content main h1, 
body#blog01 .category div#content main h1, 
body#blog01 .single div#content main h1 {
    font-size: 2.5vw;
    text-align: left;
    /* font-family: 'Ropa Sans', sans-serif; */
    font-family: 'DIN Alternate Bold', sans-serif;
    margin-bottom: 5px;
    letter-spacing: 5px;
    letter-spacing: 0.26vw;
}
body#blog01 aside {
    width: 16vw;
    margin-top: 4.4vw;
}

body#blog01 aside h2 {
    border: solid 1px #231815;
    line-height: 2.2vw;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 1.5vw;
}

body#blog01 aside ul li {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 1vw;
    position: relative;
}

body#blog01 aside div:first-child ul li:nth-of-type(1):before,
body#blog01 aside div:first-child ul li:nth-of-type(2):before,
body#blog01 aside div:first-child ul li:nth-of-type(3):before,
body#blog01 aside div:first-child ul li:nth-of-type(4):before,
body#blog01 aside div:first-child ul li:nth-of-type(5):before,
body#blog01 aside div:first-child ul li:nth-of-type(6):before,
body#blog01 aside div:nth-of-type(2) h3:nth-of-type(1):before,
body#blog01 aside div:nth-of-type(2) h3:nth-of-type(2):before,
body#blog01 aside div:nth-of-type(2) h3:nth-of-type(3):before{
    content: none;
}

body#blog01 aside ul li .fas{
	padding-right: 5px;
    padding-left: 20px;
}

body#blog01 aside .tagcloud{
	margin-bottom: 2vw;
}


body#blog01 aside div:nth-of-type(2) h3 {
    line-height: 1.4;
    font-size: 15px;
    font-weight: bold;
	padding-left: 20px;
    margin-bottom: 5px;
}



body#blog01 aside div:nth-of-type(2) ul li{
	list-style:none;
	margin-left: 0.8vw;
}

body#blog01 aside div:nth-of-type(2) .sen{
	border-top:solid 1px #000;
	padding-top: 20px;
}

body#blog01 aside .ranking ul li:before {
	content:none;
}

body#blog01 aside .ranking ul li p{
    line-height: 1.5;
    font-size: 12px;
	 letter-spacing: -.5px;
}

body#blog01 aside .ranking ul li {
margin-bottom:0.8vw
}

body#blog01 aside .tagcloud a{
	display: inline-block;
    line-height: 20px;
    padding: 0 0.5em;
	margin-bottom: 0.3vw;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    white-space: nowrap;
    color: #333;
    font-size: 12px!important;
    text-decoration: none;
}

/* メニュー全体 */
body#blog01 aside .menu {
  padding-left: 20px;
padding-bottom:20px	
}

/* チェックボックスは非表示にする（内部的な Off/On の機能だけ利用する） */
body#blog01 aside .menu input {
    display: none;
}

/* 開いた状態のサブメニュー */
body#blog01 aside .menu input:checked + ul {
    display: block;
}

/* 閉じた状態のサブメニュー */
body#blog01 aside .menu ul{
    display: none;
    /* 下記は開閉によらず共通の設定 */
    margin: 0;
    padding: 1rem;
}

/* 親項目の装飾 */
body#blog01 aside .menu label{
    display: block;
    margin: 0;
    padding: 0.2rem;
    cursor: pointer;
}

body#blog01 aside .menu label .fas{
	padding-right:5px
}

body#blog01 aside .menu label:hover {
    color: #919191;
}

body#blog01 div.blog-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1vw;
}

body#blog01 div.blog-inner::after{
  content:"";
  display: block;
  width:30%;
}

body#blog01 div.blog-inner h3{
    display: block;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.1vw;
    font-weight: bold;
    margin-bottom: 5px;
}

body#blog01 div.blog-inner div {
    width: 16vw;
    position: relative;
	margin-bottom: 3.5vw
}


body#blog01 div.blog-card img {
    width: 100%;
    height: 130px;
	 /* height: 11vw; */  
    margin-bottom: 0.6vw;
    object-fit: cover;
}

body#blog01 div.blog-card dl dt span{
    display: block;	
	color: #888;
	font-size:11px;
}

body#blog01 div.blog-card dl dt{
	font-size:14px;
}

body#blog01 div.blog-card dl dd span a {
    border: solid 1px #939393;
    display: inline-block;
    padding: 0 0.5em;
    color: #5a5a5a;
    line-height: 1.5;
    border-radius: 3px;
    background: #f3f3f3;
    font-size: 10px;
}

body#blog01 div.blog-card dl dd {
    font-size: 0.6vw;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}

body#blog01 div.blog-card dl dt {
    height: 4.5rem;
}
body#blog01 div.blog-inner .sen {
    border-top: solid 1px #000;
    padding-top: 30px;
}

body#blog01 div.blog-inner section.not-found,
body#blog01 div.blog-inner section.not-found div{
	 width: 100%;
    font-size: 17px;
	margin-bottom: 100px;
}

body#blog01 div.blog-inner section.not-found form{
	margin-top: 50px;
	text-align: center;
   width: 100%;
}


body#blog01 div.blog-inner section.not-found div input[type="search"]{
	width: 300px;
    height: 40px;
    margin: 0 -2px 5px 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 0px 0px 0px 10px;
    /* border-radius: 0 2px 2px 0; */
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body#blog01 div.blog-inner section.not-found div input[type="submit"]{
    width: 10%;
    height: 35px;
    background: #333;
    border: none;
    color: #fff;
    font-size: 14px;
}

body#blog01 div#search section#primary div.nav-links{
	  width: 100%;	
}

body#blog01 div#search section#primary div.nav-previous div,
body#blog01 div#search section#primary div.nav-links div{
	  width: 300px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 1.7;
}

body#blog01 div#search section#primary div.nav-links .nav-previous{
	float: right;
}

body#blog01 div#search section#primary div.nav-links .nav-next{
	float: left;	
}

body#blog01 div#search section#primary div.nav-links .nav-next a:after,
body#blog01 div#search section#primary div.nav-links .nav-previous a:before{
	content:none
}


body#blog01 div#search section#primary div.nav-links .nav-previous a,
body#blog01 div#search section#primary div.nav-links .nav-next a{
	padding:0px;
}

@media screen and (max-width: 768px) {
body#blog01 div#content, 
body#blog01 .category div#content, 
body#blog01 .single div#content {
    display: block;
    width: 95%;
    margin: auto;
	}

body#blog01 div#content main h1, 
body#blog01 .category div#content main h1 {
    font-size: 7vw;
    font-size: 27px;
    text-align: center;
}	
body#blog01 div#content div#primary, 
body#blog01 .category div#content div#primary, 
body#blog01 .single div#content div#primary {
    width: 100%;
}
body#blog01 aside {
    width: 100%;
    margin-top: 4.4vw;
}
	
body#blog01 div.blog-inner div {
    width: 100%;
    position: relative;
    margin-bottom: 3.5vw;
	height: 11rem;
}
body#blog01 div.blog-card img {
    width: 40%;
    height: 100px;
    margin-bottom: 5vw;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}
body#blog01 div.blog-card dl dt {
    height: 6rem;
}
	
body#blog01 div.blog-card dl dt a{
    height: 4rem;	
}
	
body#blog01 div.blog-inner{
		margin-bottom: 5vw;
	}
body#blog01 div.new-pagenation {
    width: 100%;
    text-align: center;
	margin-bottom:10vw;
}

body#blog01 aside ul li {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 2vw;
    position: relative;
}
body#blog01 aside ul {
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}
body#blog01 aside h2 {
    border: solid 1px #231815;
    line-height: 4vw;
    font-size: 16px;
    text-align: center;
    margin-bottom: 1.5vw;
}
body#blog01 aside div:nth-of-type(2) h3 {
    font-size: 18px;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-right: 20px;
}
body#blog01 aside .menu label {
    font-size: 16px;
}	
body#blog01 aside .ranking ul li p {
    line-height: 1.5;
    font-size: 14px;
}
body#blog01 div.nav-links .nav-previous a {
    padding-left: 3vw!important;
}
body#blog01 div.nav-links .nav-next a {
    padding-right: 3vw!important;
}	
	
body#blog01 div.blog-inner section.not-found div input[type="search"] {
    width: 70%;
}
body#blog01 div#search section#primary div.nav-links .nav-previous,
body#blog01 div#search section#primary div.nav-links .nav-next {
    float: none;
}
body#blog01 div#search section#primary div.nav-previous div, 
body#blog01 div#search section#primary div.nav-links div {
    width: 70%;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
	 margin-bottom: 3vw;
}	
	
body#blog01 div#search section#primary div.nav-links .nav-previous a,
body#blog01 div#search section#primary div.nav-links .nav-next a{
    font-size: 14px;
    letter-spacing: 0px;
}	
}

@media (max-width: 1024px) and (min-width: 768px){
body#blog01 div#search section#primary {
    width: 90%!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body#blog01 div#search section#primary div.blog-inner div {
    width: 20vw;
    position: relative;
    margin-bottom: 3.5vw;
}
body#blog01 div#search section#primary div.blog-card dl dt {
    height: 8rem;
}
body#blog01 div#search section#primary div.nav-links {
    width: 100%!important;
}	
}

@media screen and (min-width: 669px) and (max-width: 800px) {
body#blog01 div#content{
    width: 100%;		
}	
body#blog01 div#search section#primary div.blog-card img {
    width: 100%;
	}
}


/*202004追加池村*/
@media only screen and (max-width: 768px){
html body div.wprm-overlay {
background-color: rgba(0,0,0,0.8) !important;
}

.wprmenu_bar #custom_menu_icon.hamburger {
    background-color: #fff !important;
}

.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
    background: #000 !important;
}

.wprmenu_bar .hamburger:hover .hamburger-inner, .wprmenu_bar .hamburger:hover .hamburger-inner::before, .wprmenu_bar .hamburger:hover .hamburger-inner::after {
    background: #000 !important;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
height:2px!important;
}

.wprmenu_bar #custom_menu_icon.hamburger {
    padding: 15px !important;

}
	
#mg-wprm-wrap li.menu-item {
    /*font-family: 'DIN Alternate Bold', sans-serif !important;*/
    border-top: 1px solid #e2e2e2 !important;
}
	#mg-wprm-wrap li.menu-item:first-child{
		border-top:none !important;
	}

	
#mg-wprm-wrap ul#wprmenu_menu_ul li.current-menu-item a{
color:#fff!important;
}

#mg-wprm-wrap #wprmenu_menu_ul .menu-item{
  position: relative;
}


#mg-wprm-wrap #wprmenu_menu_ul .menu-item:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 13px;
    height: 13px;
    margin: -4px 0 0 0;
    border-top: solid 1px #9fa0a0;
    border-right: solid 1px #9fa0a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

	
	#responsive-menu-additional-content .follow {
		font-family: 'DIN Alternate Bold', sans-serif;
		font-size: 18px;
		color: #000;
		text-align: center;
		padding: 25px 5%;
	}

	#responsive-menu-additional-content .follow span.sns-area img {
		margin: 10px 8px;
		transition: 0.8s;
		display: none;
	}
	#responsive-menu-additional-content .follow span.sns-area a:nth-child(1) {
		display: inline-block;
		width: 35px;
		height: 35px;
		background-size: 35px;
		background-image: url(/img/sns_tw_sp.png);
		background-repeat: no-repeat;
		margin: 10px;
	}
	#responsive-menu-additional-content .follow span.sns-area a:nth-child(2) {
		display: inline-block;
		width: 35px;
		height: 35px;
		background-size: 35px;
		background-image: url(/img/sns_fb_sp.png);
		background-repeat: no-repeat;
		margin: 10px;
	}
	#responsive-menu-additional-content .follow span.sns-area a:nth-child(3) {
		display: inline-block;
		width: 35px;
		height: 35px;
		background-size: 35px;
		background-image: url(/img/sns_inst_sp.png);
		background-repeat: no-repeat;
		margin: 10px;
	}
	
div.wpr_search {
	box-sizing: border-box;
    background: #3e3a39;
    padding: 10px 5% !important;
	width:100%!important;
	margin:0!important;
}

.wpr_search .wpr-search-field {
    border: none !important;
    border-radius: 50px !important;
    box-shadow: none !important;
    padding: 0 25px !important;
    height: 45px !important;
    position: relative !important;
    font-size: 16px !important;
}


.wpr_search .wpr-search-field {
    background: #ffffff;
    border: 2px solid #dadada;
    color: #333333;
}


.wpr_search .wpr-search-field {
    width: 100%;
    padding: 0 2%;
    border-radius: 2px;
    height: 50px;
    -webkit-appearance: none;
}
	
.wpr-icon-search:before {
    content: url(/img/icon_search.png);
    display: block;
    position: absolute;
	right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 45px;
    height: 45px;
}
div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    color: #000;
    width: 45px;
    height: 45px;
    padding: 0px 8px;
    border: none;
}

::-webkit-search-cancel-button {
   -webkit-appearance: none;
}
	
}

/*202004追加粕谷*/
body#blog01 main.item-list ul li h3 {
    font-size: 1.3vw;
    margin-top: 2vw;
    text-align: center;
    font-family: 'DIN Alternate', sans-serif;
}
body#blog01 main.item-list ul li p {
    font-size: 1vw;
    text-align: center;
}
body#blog01 div.blog-inner h4 {
    display: block;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.1vw;
    font-weight: bold;
    margin-bottom: 15px;
}

body#blog01 div.category_all{
	text-align:right;
	text-decoration:underline;
	width:100% !important;
}

@media screen and (max-width: 768px) {
body#blog01 main.item-list ul li h3 {
    font-size: 22px;
    margin-top: 5vw;
}
body#blog01 main.item-list ul li p {
    font-size: 16px;
}
body#blog01 div.blog-inner h4 {
    font-size: 20px;
}
}

/*202004追加粕谷*/
div#syouhin section.item-area div:last-child span.marker {
    background: -webkit-linear-gradient( transparent 60%, #ffcedb 0% );
    background: linear-gradient( transparent 60%, #ffcedb 0% );
}

/*202004追加粕谷 コンセプトページ*/

div#primary01 article {
	position: relative;
    width: 100%;
    max-width: 100%;
}

div#primary01 article h1{
	    margin: 7vw auto;
}

div#primary01 article section{
    width: 1120px!important;
    margin: auto;
    position: relative;
}

div#primary01 article#consept01 section.consept-cont01{
    display: flex;
    justify-content: space-between;
    letter-spacing: 3px;
    padding-bottom: 8vw;
}

div#primary01 article#consept01 section.consept-cont01 h2{
	font-size: 35px;
    font-weight:normal;
    text-align: left;
    letter-spacing: 1.8;
    margin-bottom: 50px;
    line-height: 1.4;
}

div#primary01 article#consept01 section.consept-cont01 h2 span{
	display: block;
   padding-top: 10px;
	font-size: 14px;
}


div#primary01 article#consept01 section.consept-cont01 img {
    width: 100%;
    height: auto;
    align-self: flex-start;
}

div#primary01 article#consept01 section.consept-cont01 p {
    background-color: #fff;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    padding: 0 0 2vw 0;
    line-height: 1.6;
    letter-spacing: 2px;
}

div#primary01 article#consept01 section.consept-cont01 div.txt-cont01 {
    width: 45%;
}

div#primary01 article#consept01 section.consept-cont02 h2{
	font-size: 35px;
    font-weight: normal;
    text-align: left;
    letter-spacing: 1.8;
    margin-bottom: 40px;
}


div#primary01 article#consept01 section.consept-cont02 h2,
div#primary01 article#consept01 section.consept-cont02 p{
    text-align:center;
}

div#primary01 article#consept01 section.consept-cont02{
	padding-bottom: 8vw;
}

div#primary01 article#consept01 section.consept-cont02 h2 span {
    font-size: 14px;
    display: block;
    margin-top: 8px;
}

div#primary01 article#consept01 section.consept-cont02 p {
    background-color: #fff;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    margin-top: 0;
    padding: 0 0 2vw 0;
    line-height: 1.6;
    letter-spacing: 2px;
}

div#primary01 article p strong {
    font-weight: bold;
}

div#primary01 article#consept01 section.pho-r,
div#primary01 article#consept01 section.pho-l{
    width: 100%;	
	height:100%;
}

div#primary01 article#consept01 section.pho-r h2,
div#primary01 article#consept01 section.pho-l h2 {
	font-size: 28px;
    font-weight:normal;
    text-align: left;
    letter-spacing: 1.8;
    margin-bottom: 20px;
}

div#primary01 article section.pho-r div.inner{
    display: flex;
    flex-flow: row-reverse;
    margin: auto;
    width: 100%;
}

div#primary01 article section.pho-r div.inner img{
    width: 100%;
}

div#primary01 article section.pho-l div.inner img{
    width: 80%;
}

div#primary01 article section.pho-r div.txt-area h2 img,
div#primary01 article section.pho-l div.txt-area h2 img{
   width: 50%;
   display: block;
   margin-bottom: 10px;
}

div#primary01 article section.pho-r div.txt-area {
    margin-right: 50px;
    margin-right: 2.6vw;
	    width: 75%;
}

div#primary01 article section.pho-r div.txt-area p,
div#primary01 article section.pho-l div.txt-area p{
    background-color: #fff;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    line-height: 1.6;
    letter-spacing: 2px;
}

div#primary01 article#consept01 section.pho-l {
	margin:100px 0px;
}

div#primary01 article section.pho-l div.inner{
    display: flex;
    flex-flow: row;
    margin: auto;
    width: 100%;
}

div#primary01 article section.pho-l div.txt-area {
    margin-left: 50px;
    margin-left: 2.6vw;
	    width: 60%;
}

div#primary01 article#consept01 div.consept-cont03{
    display: flex;
    justify-content: space-between;
    letter-spacing: 3px;
    padding-top: 6vw;	
    padding-bottom: 6vw;
    margin-top: 8vw;	
    margin-bottom: 8vw;
	background: #f7f8f8;
}

div#primary01 article#consept01 div.consept-cont03 img {
    width: 70%;
    height: auto;
    align-self: flex-start;
}

div#primary01 article#consept01 div.consept-cont03 h2{
    text-align: center;
    padding-top: 150px;
    padding-right: 50px;
    font-size: 14px;
    font-weight: bold;
    width: 30%;
    line-height: 1.3;
    margin: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: left;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#primary01 article#consept01 div.consept-cont03 h2 span{
    font-size: 42px;
    margin: 10px 0px;
	display:block
}

div#primary01 article#consept01 section.consept-cont04{
    display: flex;
    justify-content: space-between;
    letter-spacing: 3px;
    padding-bottom: 8vw;
	text-align:center;
}

div#primary01 article#consept01 section.consept-cont04 h3{
	text-align:center;
    font-size: 30px;
    font-weight:normal;
    line-height: 1.3;
    margin-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


div#primary01 article#consept01 section.consept-cont04 div.txt-cont01 {
    width: 100%;
}

div#primary01 article#consept01 section.consept-cont04 div.txt-cont01 p{
    background-color: #fff;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    margin-top: 0;
    padding: 0 0 2vw 0;
    line-height: 1.6;
    letter-spacing: 2px;
}


div#primary01 article#consept01 section.consept-cont05{
	background: #f7f8f8;
	padding: 50px 50px 0px;
}

div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 {
    width: 100%;
	height: 600px;
    letter-spacing: 3px;
    padding-bottom: 8vw;
	 position: relative;
}




div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 img{
    width: 15%;
    position: absolute;
	top:0;
	left:0;
}

div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 .txt_in{
    width: 82%;
	position: absolute;
	top:0;
	right:0;
}

div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 p{
	font-size: 14px;
	box-sizing: border-box;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    padding: 0 0 2vw 0;
    line-height: 1.6;
    letter-spacing: 2px;
}

div#primary01 article#consept01 section.consept-cont05 h3{
    font-size: 38px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 40px;
    display: block;
    padding-left: 20px;
}


div#primary01 article#consept01 section.consept-cont05 h3 div{
	display:block;
	margin-bottom:5px
}

div#primary01 article#consept01 section.consept-cont05 h3 span.kaihatsu{
    font-size: 15px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    color: #000;
    border: 0.5px solid #000;
    padding: .40em;
    margin-right: 10px;
	letter-spacing:0px
}

div#primary01 article#consept01 section.consept-cont05 h3 span.name{
    font-size: 20px;
    font-weight: normal;
}

article#products section ul li.new:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(/img/icon_new.png);
    width: 4.4vw;
    height: 4.4vw;
    background-size: cover;
}

@media (max-width: 768px){
	div#primary01 article section {
    width: 100%;
    margin: auto;
    position: relative;
}
div#primary01 article#consept01 section.consept-cont01 {
    display: block;
	}
div#primary01 article#consept01 section.consept-cont01 img,
	div#primary01 article section.pho-l div.inner img,
	div#primary01 article section.pho-r div.inner img{
    width: 100%;
	height: 100%;
	}
div#primary01 article#consept01 section.consept-cont01 div.txt-cont01,
div#primary01 article section{
    width: 100%!important;
}

div#primary01 article section.pho-l div.inner,
div#primary01 article section.pho-r div.inner{
    display: flex;
    flex-flow: column;
	}
	
div#primary01 article#consept01 section.pho-r, div#primary01 article#consept01 section.pho-l {
    width: 100%;
    height: 100%;
    text-align: center;
}	
	div#primary01 article#consept01 div.consept-cont03 h2{
		float:none
	}
div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 {
    width: 100%;
    height: 100%;
	padding-bottom: 4vw;
	}
div#primary01 article#consept01 section.consept-cont01 h2 {
    font-size: 28px;
    text-align: center;
	}
	
	div#primary01 article#consept01 section.consept-cont01 p,
	div#primary01 article#consept01 section.consept-cont02 p,
	div#primary01 article section.pho-r div.txt-area p, 
	div#primary01 article section.pho-l div.txt-area p,
	div#primary01 article#consept01 section.consept-cont04 div.txt-cont01 p{
   font-size: 16px;
		width:90vw;
		margin: auto;
    font-size: 3.2vw;
    font-size: 17px;
    line-height: 1.7;
    padding: 0;
    display: block;
    text-align: left;
    margin-bottom: 5vw;
    margin-top: 5vw;
	}

div#primary01 article section.pho-r div.txt-area,
div#primary01 article section.pho-l div.txt-area{
    margin-right: 50px;
    margin-right: 0px;
    width: 90vw;
	}
		
div#primary01 article#consept01 section.pho-r h2, div#primary01 article#consept01 section.pho-l h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
	    margin-top: 20px;
	}
div#primary01 article#consept01 section.pho-r h2 br,
div#primary01 article#consept01 section.pho-l h2 br,
div#primary01 article#consept01 section.consept-cont01 p br,
div#primary01 article#consept01 section.consept-cont02 p br,
div#primary01 article section.pho-r div.txt-area p br, 
div#primary01 article section.pho-l div.txt-area p br,
div#primary01 article#consept01 section.consept-cont04 div.txt-cont01 p br{
    display: none;
}
div#primary01 article#consept01 section.consept-cont02 h2,
div#primary01 article#consept01 section.consept-cont04 h3{
    font-size: 24px;
    padding: 25px 10px 10px 10px;
	}
div#primary01 article#consept01 section.pho-l {
    margin: 50px 0px;
}
div#primary01 article section.pho-r div.txt-area {
    margin-right: 50px;
    margin-right: 0px;
    width: 90vw;
    margin: auto;
	}
div#primary01 article section.pho-r div.txt-area h2 img, div#primary01 article section.pho-l div.txt-area h2 img {
    margin: auto;
	}

div#primary01 article#consept01 div.consept-cont03 h2 {
    text-align: center;
    padding: 30px 0px 20px;
    font-size: 14px;
    font-weight: bold;
    width: 90vw;
	}
div#primary01 article#consept01 div.consept-cont03 h2 span {
    font-size: 38px;
    margin: 10px 0px;
    display: block;
}
	
div#primary01 article#consept01 div.consept-cont03 img {
    width: 90vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}
	div#primary01 article#consept01 section.consept-cont05{
	 padding: 30px 15px 0px;
	}

div#primary01 article#consept01 section.consept-cont05 h3 {
    font-size: 22px;
    margin-bottom: 20px;
    display: block;
    padding-left: 0px;
}
div#primary01 article#consept01 section.consept-cont05 h3 span.name {
    font-size: 18px;
	}
div#primary01 article#consept01 section.consept-cont05 h3 div {
    display: block;
    margin-bottom: 10px;
}


	div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 img,
	div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 .txt_in{
		position:static;
	}
div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 .txt_in{
	width:100%
}	
	div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 img{	
	display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
    margin-bottom: 0vw;
}	
	div#primary01 article#consept01 section.consept-cont05 div.txt-cont01 p{
		padding-bottom:4vw;
	}
	article#products section ul li.new:after{
	width: 10vw;
    height: 10vw;
	}

	article#products section ul li a p, body#home04 article#products section ul li a p{
   font-size:14px;
	line-height: 1.6;
	text-align: left;
	}
article#products section ul li h2, body#home04 article#products section ul li h2 {
    font-size: 18px;
    margin-top: 10px;
}
	
}	
	
/*202005追加粕谷 ブログ*/
body#blog01 .wp_rp_category a {
    border: solid 1px #939393;
    display: inline-block;
	  padding: 3px 5px;
    color: #5a5a5a;
    line-height: 1.5;
    border-radius: 3px;
    background: #f3f3f3;
    font-size: 10px;
}

body#blog01 .wp_rp_publish_date{
	color: #888;
	display: block;
	padding-top: 8px;
}

body#blog01 ul.related_post li img {
    width: 10vw;
    height: 6vw;
    margin-right: 1vw;
    object-fit: contain;
}

body#blog01 div.cate-date-rec {
    display: block;
    margin-top: 5px;
	position: absolute;
    bottom: 12px;
    left: 162px;
}

body#blog01 ul.related_post li a.wp_rp_thumbnail{
	margin-right: 18px !important;
}

body#blog01 ul.related_post li a.wp_rp_title {
    font-size: 18px;
    font-weight: bold;
	text-align: justify;
    letter-spacing: -.5px;
}

body#blog01 ul.related_post li {
    clear: both;
    padding-top: 0vw;
    position: relative;
    height: 7.5vw;
}

body#blog01 div.cate-date span{
	 margin-right: 0.3vw;
    border: solid 1px #939393;
    display: inline-block;
    padding: 2px 4px;
    color: #5a5a5a;
    line-height: 1.5;
    border-radius: 3px;
    background: #f3f3f3;
    font-size: 10px;
}

body#blog01 h2.entry-title {
    font-size: 2vw;
    margin-bottom: 1vw;
    line-height: 1.2;
    margin-top: 1vw;
	font-weight:bold;
}
body#blog01 .date{
	margin-bottom:10px;
	font-size:12px
}

body#blog01 .cate-tag {
	padding-bottom:10px
}

body#blog01 .cate-tag .tags {
	display: inline-block;
    line-height: 20px;
    margin-right: 5px;
    padding: 0 0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    white-space: nowrap;
    color: #333;
    font-size: 12px;
    text-decoration: none;
}

body#blog01 .cate-tag .tags .fa .fa-hashtag:before{
  content: "\f07a";
    color: #9b9b9b!important;
    padding-right: 2px!important;
}

body#blog01.single-post div#content main article div.entry-content h3{
	color: #222;
	border-bottom: #ef7c9f 2px solid;
   clear: both;
   font-size: 20px;
   font-weight: 700;
   padding: 0px 0 10px!important;
   margin: 0px 0 20px;
   line-height: 1.4;
	background: none;
	border-left: none;
}

body#blog01.single-post div.entry-content div.voice-area{
	border-radius: 10px;
    margin-top: 3rem;
    padding: 3rem 5rem 1rem 5rem;
    border: dashed 2px #ef7c9f;
}
body#blog01.single-post div.entry-content div.voice-area h5 {
    font-size: 16px;
    font-weight: bold;
}


body#blog01.single-post div#content main article div.entry-content h4{
	 margin: 16px auto;
    padding: 0px 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    border-left: 4px solid #ef7c9f;
	 background: none;
}

body#blog01.single-post div#content main article div.entry-content h4:after {
    content: none;
}

body#blog01.single-post div#content main article div.entry-content p{
    line-height: 1.8;
    padding-bottom: 20px;
    color: #333333;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -.5px;
    font-size: 15px;
    /* font-weight: 200; */
    font-family: 'Noto Sans Japanese', sans-serif;
}

body#blog01 div.nav-links div{
	    font-size: 16px;
}

body#blog01 div.nav-links .nav-previous a {
    padding-left: 1.5vw;
}
body#blog01 div.nav-links .nav-next a {
    padding-right: 1.5vw;
}
body#blog01 .related_post_title{
    font-size: 28px;
    letter-spacing: 0.1vw;
    font-weight: bold;
    margin-bottom: 10px;
    background: none!important;
    border: none!important;
    padding: 40px 0px 0px!important;
}


div#syouhin section.item-area div:first-child .setumei .m_case_sozai dt{
	    width: 8vw;
}

div#syouhin section.item-area div:first-child .setumei .m_case_sozai dt span{
	display: block;
	font-size:12px
}

body#blog01.single-post div#content main article div.entry-content ul li {
    line-height: 1.8;
    font-size: 16px;
    padding: 0em 0 0em 1.5em;
    list-style-type: none !important;
}

body#blog01.single-post div#content main article div.entry-content ul {
    padding-bottom: 32px;
    position: relative;
}

@media (max-width: 768px){
	
body#blog01 div#content div#primary div.breadcrumbs, 
body#blog01 div#content div#primary div.breadcrumbs a {
    color: #999;
    font-size: 10px;
}	
div.breadcrumbs,
body#blog01 .date{
    font-size: 10px;
}
body#blog01 h2.entry-title {
    font-size: 6vw;
    margin:2vw 0vw;
    line-height: 1.4;
	}
body#blog01 ul.related_post li {
    clear: both;
    padding-top: 0vw;
    position: relative;
    height: auto;
}
ul.related_post li a.wp_rp_thumbnail {
    width: 35%;
    height: auto;
    margin-right: 1rem;
	}
body#blog01 ul.related_post li img {
    width: 100%;
    height: auto;
    margin-right: 1vw;
    object-fit: contain;
}
body#blog01 ul.related_post li a.wp_rp_thumbnail {
    margin-right: 10px !important;
}
body#blog01 div.cate-date-rec{
left: 130px;		
}	
	
body#blog01 ul.related_post li a.wp_rp_title {
    font-size: 14px;
    font-weight: bold;
}
body#blog01.single-post div#content main article div.entry-content img{
		height:auto
	}	
body#blog01.single-post div#content main article div.entry-content p br{
display:none	
}
	
body#blog01 div.cate-date-rec{
		display:none
}
body#blog01 .related_post_title {
    font-size: 26px;
}
body#blog01.single-post div.entry-content div.voice-area h5 {
    font-size: 16px;
}
	
body#blog01.single-post div.entry-content div.voice-area {
    margin-top: 0rem;
    padding: 2rem 2rem 0rem 2rem;	
	}	
}

/*202005追加粕谷 メディア*/

article#media h2 {
    font-size: 28px;
    text-align: center;
	 font-weight: bold;
    margin-bottom: 3vw;
    margin-top: 6vw;
    font-family: 'DIN Alternate Bold', sans-serif;
    letter-spacing: 0.18vw;
}

article#media h2 span{
    font-size: 24px;
	  padding-left: 20px;
}

article#media section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

article#media section ul::after{
  content:"";
  display: block;
  width: 27.67%;
}

article#media section ul li {
    width: 27.67%;
    background-color: #efefef;
    position: relative;
    margin-bottom: 80px;
    margin-bottom: 4.1vw;
}

article#media section ul li a {
    width: auto;
    line-height: auto;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
}

article#media section ul li img {
    width: 100%;
    height: 320px;
    height: 16.6vw;
    line-height: 1;
    object-fit: cover;
}


article#media section ul li a p,
article#media section ul li p{
    text-align: left;
   margin: 1rem;
	font-size: 14px;
}

article#media section ul li a p span.news_ttl{
     padding-bottom: 3px;
    display: block;
}

article#media section ul li a p span.news_data{
    border-top: 1px solid #ccc;
    padding-top: 3px;
    display: block;
}
article#media section ul li a p strong {
    font-weight: bold;
}

@media (max-width: 768px){
article#media section ul li {
    width: 39.33vw;
    font-size: 2.13vw;
    padding-bottom: 3vw;
}
article#media section ul li img {
    height: 40vw;
}	
	
article#media h2 {
    font-size: 17px;
	 font-weight: normal;
	display:block;
}
article#media h2 span {
    font-size: 16px;
    padding-left: 10px;
}	
	
}

/*202005追加粕谷 検索フォーム*/
body#blog01 aside .nav_search{
	margin-bottom:1.2vw
}

body#blog01 aside .nav_search form{
position:relative;/*フォームの絶対位置*/
    width: 16vw;	
}
body#blog01 aside .nav_search input[type="text"] { 
    width: 80%;	
    font-size: 12px;
    height: 40px;
    margin: 0 -2px 5px 0;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 0px 0px 0px 10px;
    /* border-radius: 0 2px 2px 0; */
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body#blog01 aside .nav_search .icn_search {
width: 20%;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
    background: #333;
    border: none;
    color: #fff;
    font-size: 14px;
}

body#blog01 div#search section#primary {
	width: 1000px;
}

body#blog01 div#content div#search main h1{
	    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 20px;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 400px;
	webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

body#blog01 div#content div#search main article{
	width:100%;
   margin: 4vw auto 12vw;
	font-size:16px;
	clear: both;
}

body#blog01 div#content div#search main article img{
	width: 20%;
   height: auto;
	float:left;
}

body#blog01 div#content div#search main article p{
	width: 70%;
    height: auto;
    float: left;
    padding-left: 20px;
}
body#blog01 div#content div#search main article header .entry-meta,
body#blog01 div#content div#search main article footer{
	display:none
}

body#blog01 div#content div#search nav {
 	width: 100%;
}
body#blog01 div#content div#search div.nav-links {
 	border:none
 }
 
 
 #search div.nav-links {
 	border:none
 }
 
 div.nav-links:after {
    content: none;
  }

@media (max-width: 768px){
body#blog01 aside .nav_search form {
    position: relative;
    width: 100%;
}	
body#blog01 div#search section#primary {
	width:100%
}
body#blog01 div#content div#search main h1 {
    width: 80%;
	}	
	
}	
/*202006追加粕谷 人気キーワード*/
body#blog01 aside .ranking #popular_searches-2 ul li{
	float: left;
    margin-right: 1.4rem;
    border-bottom: solid .1rem #222;
    padding-bottom: 0.5rem;
}

/*20200610 粕谷 商品LP*/

div#syouhin02 > article {
	width:100%;
	margin: 2vw auto;
}

div#syouhin02 > article p {
	font-size: 16px;
	line-height:1.8;
	padding-bottom: 2vw;
	letter-spacing: 0.05em;
}

div#syouhin02 span.orange{
	color: #ec6619;
   font-weight: bold;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
} 

div#syouhin02 section.item-key,
div#syouhin02 section.item-key-sp{
	position:relative;
	margin-bottom:5vw;
	width: 1000px;	
	margin: 0 auto 7vw;
}

div#syouhin02 section.item-key-sp{display:none}

div#syouhin02 section.item-key span img{
	 position: absolute;
    bottom: -30px;
    right: 0;
    width: 50%;
}	

div#syouhin02 section.cart-area {
	width: 750px;
	height:400px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	position:relative;
	padding-bottom: 27vw;
	margin-bottom: 5vw;
}

div#syouhin02 section.cart-area div.cart-R{
	width:50%;
	position:absolute;
	right:0
}

div#syouhin02 section.cart-area div.cart-R img{
	width:90%;
	float: right;
}

div#syouhin02 section.cart-area div.cart-L {
	width:50%;
	position:absolute;
	left:0
}

div#syouhin02 section.cart-area div.cart-L h1{
    font-size: 40px;
    font-weight: bold;
    text-align: left;
	 margin-bottom: 1vw;
    letter-spacing: 0.26vw;
	font-family: DINNextLTPro-MediumCond,serif;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.cart-area div.cart-L h1.oshirih1 {
    font-size: 36px;
    font-weight: bold;
    text-align: left;
	 margin-bottom: 1vw;
    letter-spacing: 0.26vw;
	font-family: DINNextLTPro-MediumCond,serif;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}


div#syouhin02 section.cart-area div.cart-L p.read {
    font-size: 18px;
}

div#syouhin02 section.cart-area div.cart-L div.price {
    font-size: 32px;
    color: #ec6619;
    font-weight: bold;
    margin-top: -10px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	letter-spacing: -0.02em;
}

div#syouhin02 section.cart-area div.cart-L div.price span {
    font-size: 18px;
    letter-spacing: 1px;
    padding-right: 5px;
	letter-spacing: 0em;
}

div#syouhin02 section.cart-area div.cart-L div.pay_date span.payment {
	background-color: #444;
   padding: 5px 14px;
   height: auto;
   color: #fff;
   font-size: 1.5rem;
   line-height: 1.3333333333;
   font-weight: 500;
   text-align: center;
	font-size:12px;
   border-radius: 12px;
	margin-right: 5px;
}

div#syouhin02 section.cart-area div.cart-L div.pay_date span.pay {
	background-color: #efefef;
   padding: 5px 14px;
   height: auto;
   font-size: 1.5rem;
   line-height: 1.3333333333;
   font-weight: 500;
   text-align: center;
	font-size:12px;
   border-radius: 12px;
	margin-right: 5px;
}

div#syouhin02 section.cart-area div.cart-L div.pay_date span.notes{
	font-size:8px;
}

div#syouhin02 section.cart-area div.cta-btn,
div#syouhin02 section.cart-area div.keppin {
	position:absolute;
	bottom:0;
	width: 100%;
}

div#syouhin02 section.cart-area div.cta-btn a {
    display: block;
    background-color: #ff6700;
    line-height: 4.5vw;
    text-align: center;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    -webkit-box-shadow: 1px 0 1px #a7bac7, 0 2px 2px #a7bac7, -1px 0 1px #a7bac7;
    box-shadow: 1px 0 1px #a7bac7, 0 2px 2px #a7bac7, -1px 0 1px #a7bac7;
    border-radius: 4px;
}

div#syouhin02 section.cart-area div.keppin {
    display: block;
    background-color: #aaa;
    border: solid 2px #999;
    box-shadow: none;
    line-height: 4.5vw;
    text-align: center;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
	margin-bottom: 50px;
}


div#syouhin02 section.cart-area div.cta-option {
	/* position:absolute; */
	/* bottom:0; */
	 position: static;
	width: 100%;
}

div#syouhin02 section.cart-area div.cta-option a {
	display: block;
    background: none;
    line-height: 1;
    text-align: center;
    color: #222;
    text-decoration: underline;
    font-size: 18px;
    box-shadow: none;
    border-radius: 0;
}


div#syouhin02 section.cart-area div a:hover {
    cursor: pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    zoom: 1;
}

div#syouhin02 section.cart-area div a img {
    vertical-align: -2%;
    margin-right: 0.5vw;
    width: 3%;
}

div#syouhin02 section.item-sns,
div#syouhin02 section.item-sns-sp{
	background-color: #ECECEC;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 7px 7px;
text-align: center;
    padding: 4vw 0;
	margin-bottom: 5vw;
}
div#syouhin02 section.item-sns-sp {display:none}

div#syouhin02 section.item-sns h2,
div#syouhin02 section.item-sns-sp h2,
div#syouhin02 section.item-media h2,
div#syouhin02 section.item-media-sp h2{
   font-size: 30px;
   font-weight: bold;
   padding-bottom: 4vw;
	margin-bottom:4vw;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-media,
div#syouhin02 section.item-media-sp{
	width: 1000px;
   margin: 7vw auto;
	text-align:center;
}

div#syouhin02 section.item-media-sp,
div#syouhin02 section.item-case-sp{display:none}

div#syouhin02 section.item-case,
div#syouhin02 section.item-case-sp{
	padding-top:4vw;
	background-color: #efefef;
}

div#syouhin02 section.item-case h2,
div#syouhin02 section.item-case-sp h2{
	 font-size: 35px;
   font-weight: bold;
	text-align: center;
	color:#00b097;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-case ul,
div#syouhin02 section.item-case-sp ul{
	width: 800px;
   margin: 4vw auto;
}
div#syouhin02 section.item-case ul li, 
div#syouhin02 section.item-case-sp ul li {
	  font-size: 26px;
    text-align: left;
    padding-left: 2em;
    position: relative;
    line-height: 1;
    margin-bottom: 0.8em;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-case ul li:before,
div#syouhin02 section.item-case-sp ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 1.5em;
    height: 1.5em;
    background: url(/img/syouhin_img_check.png) center center no-repeat;
    background-size: 100% auto;
}

div#syouhin02 section.item-spec01 h2,
div#syouhin02 section.item-spec02 h2 {
	 font-size: 35px;
    font-weight: bold;
    padding-bottom: 2vw;
    text-align: center;
    border-bottom: solid 1px #222;
    margin-bottom: 2vw;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-spec01 h2{
	padding-bottom: 3vw!important;
}

div#syouhin02 section.item-spec01 h3,
div#syouhin02 section.item-spec02 h3 {
	 font-size: 30px;
    font-weight: bold;
    padding-bottom: 2vw;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-vis > h3 {
	font-size: 35px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 4vw;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-spec01,
div#syouhin02 section.item-spec02,
div#syouhin02 section.item-spec03,
div#syouhin02 section.item-vis,
div#syouhin02 section.item-prf {
	width: 1000px;
   margin: 7vw auto;
}

div#syouhin02 section.item-spec01 img {
	padding-top:2vw;
	padding-bottom:2vw;	
}

div#syouhin02 section div.item-hikaku{
	position:relative;
	padding-bottom:40vw
}

div#syouhin02 section div.item-hikaku div.item-makura{
	position:absolute;
	left:0;
	width: 45%;
}

div#syouhin02 section div.item-hikaku div.item-othermakura{
	position:absolute;
	right:0;
	width: 45%;
}

div#syouhin02 section div.item-hikaku div.img-item figure {
	position:relative;
}

div#syouhin02 section div.item-hikaku div.img-item figure span{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #949494;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 20px;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-spec01 h4{
font-size: 18px;
    border: solid 1px #000;
    padding: 0.5vw 1.5vw;
    text-align: center;
    margin-top: 1.5vw;
    margin-bottom: 1.2vw;
	letter-spacing: 0.05em;
}

div#syouhin02 .ttl_bg_gray{
	background-color: #efefef;
	width:100%;
	padding: 5vw 0;
   text-align: center;
	margin-bottom: 5vw;
}

div#syouhin02 section.item-sns h2,
div#syouhin02 section.item-sns-sp h2,
div#syouhin02 section.item-media h2,
div#syouhin02 section.item-media-sp h2,
div#syouhin02 .ttl_bg_gray h2,
div#syouhin02 .ttl_bg_brown h2{
	position: relative;
  display: inline-block;
  padding: 0 55px;
	font-size: 35px;
   font-weight: 600;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-sns h2:before,
div#syouhin02 section.item-sns h2:after,
div#syouhin02 section.item-sns-sp h2:before,
div#syouhin02 section.item-sns-sp h2:after,
div#syouhin02 section.item-media h2:before,
div#syouhin02 section.item-media h2:after,
div#syouhin02 section.item-media-sp h2:before,
div#syouhin02 section.item-media-sp h2:after,
div#syouhin02 .ttl_bg_gray h2:before, 
div#syouhin02 .ttl_bg_gray h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

div#syouhin02 .ttl_bg_brown h2:before,
div#syouhin02 .ttl_bg_brown h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color:white;
}

div#syouhin02 section.item-sns h2:before,
div#syouhin02 section.item-sns-sp h2:before,
div#syouhin02 section.item-media h2:before,
div#syouhin02 section.item-media-sp h2:before,
div#syouhin02 .ttl_bg_gray h2:before,
div#syouhin02 .ttl_bg_brown h2:before{
  left:0;
}

div#syouhin02 section.item-sns h2:after,
div#syouhin02 section.item-sns-sp h2:after,
div#syouhin02 section.item-media h2:after,
div#syouhin02 section.item-media-sp h2:after,
div#syouhin02 .ttl_bg_gray h2:after,
div#syouhin02 .ttl_bg_brown h2:after{
  right: 0;
}


div#syouhin02 section.item-makura {
	margin-bottom: 5vw;
}

div#syouhin02 section.item-othermakura {
	margin-bottom: 5vw;
}

div#syouhin02 section.item-spec02 div.kodawari{
	margin:3vw auto;
}

div#syouhin02 section.item-spec02 div.kodawari,
div#syouhin02 section.item-vis div.suisen {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5vw;	
}

div#syouhin02 section.item-spec02 div.kodawari::after,
div#syouhin02 section.item-vis div.suisen::after{
  content:"";
  display: block;
  width:33%;
}

div#syouhin02 section.item-spec02 div.spec-shosai,
div#syouhin02 section.item-spec02 div.spec-shosai2 {	
  width:30%;
  padding:0px;
  margin-bottom:20px;
  box-sizing:border-box;    
  height: 450px;
}

div#syouhin02 section.item-spec02 div.spec-shosai h4{
	font-size:20px;
	line-height: 1.1;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-spec02 div.spec-shosai2 h4{
	font-size:20px;
	line-height: 2.2;
	font-weight:bold;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 section.item-spec02 div.spec-shosai h4 span{
   font-size: 14px;
}	

div#syouhin02 section.item-spec02 div.spec-shosai span.TitleNum,
div#syouhin02 section.item-spec02 div.spec-shosai2 span.TitleNum{
    display: block;
    width: 50px;
    float: left;
    margin-right: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-family: 'DIN Alternate Bold', sans-serif!important;
    font-size: 45px;
    font-weight: 100;
    letter-spacing: 0.01em;
    line-height: 1;
    border-right: solid 1px;
}

div#syouhin02 section.item-spec02 div.spec-shosai img,
div#syouhin02 section.item-spec02 div.spec-shosai2 img {
	margin:10px 0;
}

div#syouhin02 section.item-vis div.suisen div.vis-shosai {
	width:30%;
  padding:10px;
  margin-bottom:20px;
  box-sizing:border-box;
/* height: 650px; */
}

div#syouhin02 section.item-vis div.suisen div.vis-shosai span.vis_ttl{
	font-size: 18px;
   line-height: 1.6;
	font-weight:bold;
}

div#syouhin02 section.item-vis div.suisen div.vis-shosai span.vis_name{
	font-size: 16px;
	margin:0.5vw auto;
	display:block;
	color:#bbb;
}
	

div#syouhin02 section.item-prf {
	position: relative;
    padding-bottom: 25vw;
    margin-bottom: 5vw;
}

div#syouhin02 section.item-prf div.prf-R {
    width: 100%;
    text-align: center;
}

div#syouhin02 section.item-prf div.prf-R img{
   width: 30%;	
	float: right;
}

div#syouhin02 section.item-prf div.prf-L {
    width: 65%;
    position: absolute;
    left: 0;
}

div#syouhin02 section.item-prf h3{
	font-size:23px;
	font-weight:bold;
	border-bottom:solid #222 1px;
	padding-bottom:1vw;
	margin-bottom: 1.5vw;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.05em;
}

div#syouhin02 .ttl_bg_brown {
    background-color: #7e6e5f;
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
    height: 400px;
	padding: 4vw 0;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div#syouhin02 .ttl_bg_brown div.infor_bana{
	 width: 1000px;
    margin: 2vw auto;
    position: relative;
}

div#syouhin02 .ttl_bg_brown h2{
	color:#fff;
	margin-bottom:20px;
}

div#syouhin02 .ttl_bg_brown div.bana-L {
	width: 50%;
   position: absolute;
   right: 0;
}

div#syouhin02 .ttl_bg_brown div.bana-R {
	width: 50%;
   position: absolute;
   left: 0;
}

div#syouhin02 .ttl_bg_brown div.bana-L img,
div#syouhin02 .ttl_bg_brown div.bana-R img{
	width:90%
}

div#syouhin02 section#floating-cart-sp{
	display:none
}

div#syouhin02 section#floating-cart{
	position: fixed;
    z-index: 99999;
    bottom: 10px;
    right: 0;
    border: 1px solid #ccc;
    box-shadow: 0 0 9px #ccc;
    background: white;
    width: 180px;
    line-height: 1.4;
}


div#syouhin02 section#floating-cart img.floatingimg{
width:  150px; 
display: block;
margin-left: auto;
margin-right: auto;
margin-top:12px
}

div#syouhin02 section#floating-cart span.item-name{
    font-size: 20px;
    display: block;
    padding: 10px 8px 0px;
    text-align: right;
    /* font-weight: bold; */
    color: #333;
    word-break: break-all;
    /* font-family: DINNextLTPro-MediumCond,serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02em;
}

div#syouhin02 section#floating-cart span.item-name2{
    font-size: 18px;
    display: block;
    padding: 10px 8px 0px;
    text-align: right;
    /* font-weight: bold; */
    color: #333;
    word-break: break-all;
    /* font-family: DINNextLTPro-MediumCond,serif; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.02em;
}

div#syouhin02 section#floating-cart span.item-price{
	 color: #bf0000 !important;
    width: 100%;
    padding: 0 8px;
    display: inline-block;
    text-align: right !important;
    font-size: 20px !important;
	webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div#syouhin02 section#floating-cart span.item-tax-info{
	display: inline-block;
    width: 148px;
    width: 100%;
    padding: 0 8px;
    text-align: right;
    vertical-align: middle;
    color: #333;
    padding-bottom: 2px;
    font-size: 12px;
	webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div#syouhin02 section#floating-cart span.item-postage{
	 font-size: 11px;
    width: 100%;
    padding: 0 8px;
    white-space: nowrap;
    text-align: right;
    color: #bf0000;
    display: block;
	webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div#syouhin02 section#floating-cart a{
	display: block !important;
    background-color: #ff6700 !important;
    border: 1px solid #ff6700 !important;
    line-height: 25px !important;
    border-radius: 4px !important;
    padding: 4px 0;
    text-align: center;
    margin:6px 8px 0;
    color: white !important;
    box-sizing: content-box !important;
}

div#syouhin02 section#floating-cart a img {
    vertical-align: -2%;
    margin-right: 0.5vw;
    width: 9%;
}

@media (max-width: 599px){
	
div#syouhin02{	
overflow : hidden ;
}
div#syouhin02 section.item-key-sp,
div#syouhin02 section.item-media-sp,
div#syouhin02 section.item-spec01,
div#syouhin02 section.item-spec02,
div#syouhin02 section.item-vis,
div#syouhin02 section.item-prf {
		width:100%
}
	
div#syouhin02 > article p {
    font-size: 14px;
}
	
div#syouhin02 > article p br{
 display:none		
}
div#syouhin02 section.item-key{display:none}
div#syouhin02 section.item-key-sp{display:block;}
div#syouhin02 section.item-key-sp span img {	
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    bottom: -10%;
    margin: auto;
}
div#syouhin02 section.cart-area {
    width: 100%;
   /*  padding-bottom: 105%;*/
	margin-bottom: 20px;
   padding-bottom: 0px;
	position: static;
}
div#syouhin02 section.cart-area div.cart-L h1,
div#syouhin02 section.cart-area div.cart-L h1.oshirih1{
    font-size: 30px;
	 text-align: center;
}
div#syouhin02 section.cart-area div.cart-L p.read {
    font-size: 14px;
    line-height: 1.4;
}
div#syouhin02 section.cart-area div.cart-L div.price {
    font-size: 25px;
}
div#syouhin02 section.cart-area div.cart-L div.price span {
    font-size: 16px;
}

@media screen and (max-width: 360px){
div#syouhin02 section.cart-area div.cart-L div.price span{font-size: 15px;}
div#syouhin02 section.cart-area {
    width: 100%;
    padding-bottom: 110%;
}
}
	
div#syouhin02 section.cart-area div.cart-R {
    width: 60%;
    position: static;
    margin: auto;
}	
div#syouhin02 section.cart-area div.cart-L {
    width: 90%;
    position:static;
    margin: auto;
    text-align: center;
}
div#syouhin02 section.cart-area div.cart-R img {
    width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float:none
}
	
	
	
div#syouhin02 section.cart-area div.cart-L p.read br{
		display: none;
}
	
div#syouhin02 section.cart-area div.cta-btn,
div#syouhin02 section.cart-area div.keppin {
	position: static;
	width: 100%;
}	
	
div#syouhin02 section.cart-area div.cta-btn a {
    width: 80%;
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    line-height: 50px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
	
div#syouhin02 section.cart-area div.keppin {
    width: 80%!important;
    font-size: 16px;
    display: block;
    margin-left:9vw;
    margin-right: auto;
    padding: 4vw 0px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:0px
}
	
div#syouhin02 section.cart-area div.keppin2 {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    display: block;
    margin-left:9vw;
    margin-right: auto;
    padding: 4vw 0px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom:0px
}
	

	
div#syouhin02 section.cart-area div.cta-option a {
  /*  margin-bottom: -25px;*/
  font-size: 12px !important;
  line-height: 1.1;
}

div#syouhin02 section.cart-area div.cart-L div.pay_date span.payment,
div#syouhin02 section.cart-area div.cart-L div.pay_date span.pay{
    padding: 3px 10px;
    font-size: 12px;
}
	
div#syouhin02 section.cart-area div a img {
    margin-right: 1vw;
    width: 18px;
}
	
div#syouhin02 section.item-sns{display:none}
div#syouhin02 section.item-sns-sp{display:block}
	
div#syouhin02 section.item-sns-sp h2, 
div#syouhin02 section.item-media-sp h2,
div#syouhin02 .ttl_bg_gray h2,
div#syouhin02 .ttl_bg_brown h2,
div#syouhin02 section.item-spec01 h2, div#syouhin02 section.item-spec02 h2{
    padding: 0 25px;
    font-size: 18px;
	line-height: 1.2;
}
	
div#syouhin02 section.item-media{display:none}	
div#syouhin02 section.item-media-sp{display:block}

div#syouhin02 section.item-sns-sp img{
	width:100%		
}
div#syouhin02 section.item-media-sp img{
	width:90%
}	
div#syouhin02 section.item-sns-sp h2:before, div#syouhin02 section.item-sns-sp h2:after, div#syouhin02 section.item-media-sp h2:before, div#syouhin02 section.item-media-sp h2:after, div#syouhin02 .ttl_bg_gray h2:before, div#syouhin02 .ttl_bg_gray h2:after {
    width: 20px;
}
div#syouhin02 section.item-sns-sp {
    padding: 4vw;
}
div#syouhin02 section.item-case{display:none}
div#syouhin02 section.item-case-sp{display:block}
div#syouhin02 section.item-case-sp h2 {
    font-size: 20px;
}
div#syouhin02 section.item-case-sp ul li {
   font-size: 16px;
    line-height: 1.4;
    width: 90%;
    margin-bottom: 0.4em;
}
div#syouhin02 section.item-case-sp ul li:before {
    top: -3px;
}
div#syouhin02 section.item-case-sp ul {
    width: 100%;
    margin: 4vw;
}
div#syouhin02 section.item-spec01 h3, div#syouhin02 section.item-spec02 h3 {
    font-size: 20px;
	margin:0px 15px;
}
div#syouhin02 section.item-spec01 p{
	margin:0px 15px;		
}
div#syouhin02 section div.item-hikaku div.img-item figure span {
   font-size: 14px;
	padding: 5px;
}
div#syouhin02 section div.item-hikaku {
   margin: 0px 15px;
	padding-bottom: 0vw;
}
div#syouhin02 section.item-spec01 h4 {
    font-size: 14px;
}
div#syouhin02 section.item-spec02 div.kodawari, div#syouhin02 section.item-vis div.suisen {
    margin: 5vw;
}
div#syouhin02 section.item-spec02 div.spec-shosai,
div#syouhin02 section.item-spec02 div.spec-shosai2{
    width: 100%;
    height: 90%;
}
div#syouhin02 section.item-vis > h3 {
    font-size: 20px;
}
div#syouhin02 section.item-vis div.suisen div.vis-shosai {
    width: 100%;
    height: 90%;
}
div#syouhin02 section.item-vis div.suisen div.vis-shosai img{
	display: block;
   margin-left: auto;
   margin-right: auto;
	width: 70%;
	}
div#syouhin02 section.item-prf {
    width: 100%;
    /* margin: 15px; */
    position: static;
	padding-bottom:20px
}
div#syouhin02 section.item-prf div.prf-L {
    width: 100%;
    position: static;
    padding: 20px;
}
	
div#syouhin02 section.item-prf div.prf-R img {
    width: 50%;
    float: none;
}	
div#syouhin02 .ttl_bg_brown div.infor_bana {
    width: 100%;
}
div#syouhin02 .ttl_bg_brown {
    height: 90vw;
    padding: 4vw;
}
div#syouhin02 .ttl_bg_brown h2:before, div#syouhin02 .ttl_bg_brown h2:after {
    width: 20px;
}
div#syouhin02 .ttl_bg_brown div.bana-L img, div#syouhin02 .ttl_bg_brown div.bana-R img {
    width: 80%;
}
div#syouhin02 .ttl_bg_brown div.bana-L {
    width: 100%;
    top: 0px;
}
div#syouhin02 .ttl_bg_brown div.bana-R {
    width: 100%;
    top: 120px;
}
div#syouhin02 section.item-spec02 h2 {
    padding: 0 25px 10px;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}
div#syouhin02 section.item-spec02 > p{
		padding:10px
}
div#syouhin02 section div.item-hikaku div.item-makura,
div#syouhin02 section div.item-hikaku div.item-othermakura {
    position: static;
    left: 0;
    width: 100%;
}
div#syouhin02 section#floating-cart{display:none}	

div#syouhin02 section#floating-cart-sp{
	position: fixed;
    z-index: 99999;
    bottom: 0px;
    background: white;
    width: 100%;
    line-height: 1.4;
    display: block !important;
    background: #ff6700 !important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    font-size: 16px !important;
    text-align: center;
}
div#syouhin02 section#floating-cart-sp a img {
    vertical-align: -2%;
    margin-right: 1vw;
    width: 5%;
}	
div#syouhin02 section#floating-cart-sp a{   color: #ffffff !important;}	
}

@media screen and (min-width: 1920px){
div#syouhin02 > article p {
    padding-bottom: 1vw;
}
div#syouhin02 section.cart-area {
    padding-bottom: 20vw;
}
div#syouhin02 section.item-sns img{
	width:70%
}
div#syouhin02 section div.item-hikaku {
    position: relative;
    padding-bottom: 35vw;
}
}

@media screen and (max-width: 1280px) and (min-width: 1024px){
div#syouhin02 section.cart-area {
  padding-bottom: 28vw;	
}
div#syouhin02 section div.item-hikaku {
    padding-bottom: 45vw;
}
div#syouhin02 section.item-prf {
    padding-bottom: 30vw;
}
	
}

@media screen and (max-width: 1024px) and (min-width: 600px){
div#syouhin02 section#floating-cart{display:none}
div#syouhin02 section.cart-area {
    padding-bottom: 34vw;
}
div#syouhin02 section.item-key, div#syouhin02 section.item-key-sp {
    width: 90%;
}
div#syouhin02 section.item-spec01, div#syouhin02 section.item-spec02, div#syouhin02 section.item-vis, div#syouhin02 section.item-prf, div#syouhin02 section.item-spec03 {
    width: 90%;
    margin: 7vw auto;
}
div#syouhin02 section.cart-area div.cta-btn a {
    line-height: 6vw;
}
	
div#syouhin02 section.cart-area div.cta-option a {
    margin-bottom: -30px;
}
	
div#syouhin02 section div.item-hikaku {
    /*padding-bottom: 55vw;*/
	
	padding-bottom: 70vw; /*20210301池村 見出しがテキストに重なっていたためpadding修正*/
}
div#syouhin02 section.item-prf {
    padding-bottom: 35vw;
}
	
div#syouhin02 section.item-key, div#syouhin02 section.item-key-sp {
    width: 100%;
}

div#syouhin02 section.item-media,
div#syouhin02 section.item-media-sp,
div#syouhin02 .ttl_bg_brown div.infor_bana{
    width: 100%;
}
	
div#syouhin02 section.cart-area {
    padding: 0px;
    height: 380px;
    margin-bottom: 80px;
}
	div#syouhin02 section.item-sns h2,div#syouhin02 .ttl_bg_brown h2{   font-size: 26px;}
div#syouhin02 section div.item-hikaku div.img-item figure span{   font-size: 18px;}
div#syouhin02 section.item-spec02 div.spec-shosai2 h4 {
    font-size: 18px;
    line-height: 1.2;
}
div#syouhin02 section.item-spec02 div.spec-shosai h4 {
    font-size: 16px;
}
div#syouhin02 section.item-vis div.suisen div.vis-shosai {
    /*height: 750px;*/
}
div#syouhin02 section.item-prf {
    height: 400px;
}
div#syouhin02 .ttl_bg_brown {
    height: 300px;
}
}

@media screen and (min-width: 1920px){
div#syouhin02 section.cart-area div.cta-btn a {
    line-height: 3.5vw;
}
	
div#syouhin02 section.cart-area div.cta-option a {
    margin-bottom: -40px;
}	
}




/*202006追加粕谷 欠品*/
.keppin {
	background-color:#aaa;
	border:solid 2px #999;
	box-shadow:none;
	line-height:4.5vw;
	text-align:center;color:#fff;
	font-size:18px;
	vertical-align:middle;
	border-radius:4px;
	width:100%!important;
}

.keppin2 {
	background-color:#aaa;
	border:solid 2px #999;
	box-shadow:none;
	    line-height: 40px;
    height: 45px;
	text-align:center;color:#fff;
	font-size:18px;
	vertical-align:middle;
	border-radius:4px;
	width:13vw!important;
	float: right;
	display:inline;
}

@media (max-width: 768px){
.keppin {
	padding: 20px 0px;
   webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.keppin2 {
	padding: 20px 0px;
	width:100%!important;
   webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
	line-height: 1.2;
    height: 60px;
}
}

/*202011追加粕谷*/

body#blog01.single-post div#content main article div.entry-content h2{
	border-left: 1rem solid #ef7c9f;
    background-color: #fbfbfb;
    margin: 8px auto;
    padding: 1.6rem;
	font-size: 2.2rem;
	line-height: 1.1;
}

#toc_container {
    padding: 0.5rem 2.5rem 2.5rem;
    margin: 0.5rem 0;
    border: 3px solid #E9E9E9;
}

#toc_container p.toc_title{
	font-size: 2rem!important;
	margin-top: 20px!important;
    margin-bottom: 10px!important;
	padding: 0px!important;
}

#toc_container ul.toc_list{
	position: relative;
    margin: 0;
    display: contents;
    border: none;
   text-align: left;
   height: 25px;
   text-decoration: underline;
   width: 100%;
   margin-bottom: 10px;
	padding:0px!important;
}

#toc_container ul.toc_list li{
	padding:0px!important;	
}

#toc_container ul.toc_list li a{
color:#ef7c9f
}
#toc_container ul.toc_list li:before{
		content: none!important;
}
#toc_container ul.toc_list li ul{
	margin-left: 2rem;
   margin-top: 0.5rem;
	padding: 0px!important;
}



/*20201127　池村*/


body#blog01 div#content div#primary, 
body#blog01 .category div#content div#primary, 
body#blog01 .single div#content div#primary {
    width: 72%;
}

body#blog01 aside {
    width: 26%;
    margin-top: 4.4vw;
}


body#blog01 div.blog-inner div {
    width: 30%;
    position: relative;
    margin-bottom: 3.5vw;
}

body#blog01 aside .nav_search form {
    position: relative;
    width: 100%;
}
body#blog01 main.item-list ul li h3 {
    font-size: 1.1vw;
    margin-top: 2vw;
    text-align: center;
    font-family: 'DIN Alternate', sans-serif;
}
body#blog01 main.item-list ul li p {
    font-size: 0.8vw;
    text-align: center;
}
main.item-list ul li figure img {
	width: 8.2vw;
	height: 8.2vw;
	object-fit: cover;
}

@media screen and (max-width: 768px){
body#blog01 div.blog-inner div {
    width: 100%;
    position: relative;
    margin-bottom: 3.5vw;
    height: 11rem;
}
	body#blog01 div#content div#primary, body#blog01 .category div#content div#primary, body#blog01 .single div#content div#primary {
    width: 95%!important;
	margin-left:auto;
	margin-right:auto;
}

	body#blog01 aside {
		width: 95%!important;
		margin-left:auto;
		margin-right:auto;

	}
	
	
	main.item-list ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
	body#blog01 main.item-list ul li h3 {
    font-size: 22px;
    margin-top: 5vw;
}
	
	body#blog01 main.item-list ul li p {
    font-size: 16px;
}
}

/*makuraスペック　20210301池村追加-----------------------------*/
div#syouhin02 section.item-spec03 table{
	width: 100%; 
	font-size:16px;
}
div#syouhin02 section.item-spec03 table th,
div#syouhin02 section.item-spec03 table td{
	padding: 10px;
	border-bottom: 1px dotted #ddd;
}

div#syouhin02 section.item-spec03 p{

}


div#syouhin02 section.item-spec03 table th{
	width: 20%;
	text-align: left;
}
 
@media only screen and (max-width:600px){
	
div#syouhin02 section.item-spec03 {
    width: 90%;
    margin: 7vw auto;
}
	
div#syouhin02 section.item-spec03 table {
	margin: 0 -10px;
	}
div#syouhin02 section.item-spec03 table th,
div#syouhin02 section.item-spec03 table td{
	 width: 100%;
    display: block;
    border-top: none;
    }
div#syouhin02 section.item-spec03 table th {
	background:#f2f2f2;
	}
	
}

/*SHOPLIST　20210224池村追加-----------------------------*/
article#shop02 section.item-area div:first-child {
	width: 29.1vw;
	overflow: hidden;
}
article#shop02 section.item-area div:last-child {
	width: 24.9vw;
}
article#shop02 section.item-area > div:last-child {
	padding-top: 0;
}
article#shop02 section.item-area > div:last-child article {
	display: none;
}
article#shop02 section.item-area div:first-child img {
	width: 100%;
	height: auto;
}
article#shop02 section.item-area div:first-child h1 {
	text-align: left;
	border-bottom: solid 1px #000;
	font-size: 1.5vw;
}
article#shop02 section.item-area div:first-child p:first-child {
	font-size: 0.8vw;
	font-weight: bold;
}
article#shop02 section.item-area div:first-child dl dt {
	font-size: 0.8vw;
	font-weight: bold;
}
article#shop02 section.item-area div:first-child dl dd {
	margin-bottom: 1vw;
}
article#shop02 section.item-area div:first-child dl dd strong {
	font-weight: bold;
	font-size: 1.9vw;
}
article#shop02 section.item-area div:first-child dl dd h2 {
	font-size: 0.7vw;
	font-weight: normal;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
article#shop02 section.item-area div:first-child div.btn-area a {
	display: block;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 1.5vw;
	font-weight: bold;
	padding: 1vw;
	margin: 2vw 0 1vw;
}
article#shop02 div.slide-item-area .slide-item img {
	width: 100%;
	height: 24.9vw;
}
article#shop02 div.slide-item-area ul.slider-item, article#shop02 div.slide-item-area #thumbnail-list {
	width: 24.9vw;
}
article#shop02 div.slide-item-area .thumbnail-item {
	width: 4.58vw !important;
	height: 4.58vw !important;
}
article#shop02 div.slide-item-area .thumbnail-item img {
	width: 100% !important;
	height: 100% !important;
}
article#shop02 .entry-content {
	display: flex;
	justify-content: space-between;
}
article#shop02 .entry-content div.slide-item-area {
	position: relative;
}
/*article#shop02 .entry-content section.item-area {
    display: block;
}*/
article#shop02 article#products h1 {
	display: block;
	text-align: center;
	border: solid 1px #000;
	padding: 0.5vw 0;
	width: 25vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2vw;
}



@media(max-width: 768px) {
	div.slide-item-area ul.slider-item, article#shop02 div.slide-item-area ul.slider-item {
		width: 100%;
	}
	div.slide-item-area #thumbnail-list, article#shop02 div.slide-item-area #thumbnail-list {
		width: 100% !important;
	}
	div.slide-item-area .slide-item img, article#shop02 div.slide-item-area .slide-item img {
		width: 82vw;
		height: 82vw;
		object-fit: cover;
	}
	img.slide-arrow.prev-arrow, article#shop02 img.slide-arrow.prev-arrow {
		left: -20px;
		top: auto;
		bottom: -5vw;
		height: 20px;
		width: auto;
	}
	img.slide-arrow.next-arrow, article#shop02 img.slide-arrow.next-arrow {
		right: -20px;
		top: auto;
		bottom: -5vw;
		height: 20px;
		width: auto;
	}

	article#shop02 div.slide-item-area .thumbnail-item {
		width: 7.8vw !important;
		height: 7.8vw !important;
	}
	.thumbnail-item img, article#shop02 .thumbnail-item img {
		width: 8vw !important;
		height: 8vw !important;
	}

	section.item-area div:first-child h1, article#shop02 section.item-area div:first-child h1 {
		font-size: 2.6rem;
		margin-bottom: 0px;
	}

	article#shop02 section.item-area div:first-child {
		width: 100%;
		padding-top: 10vw;
	}
	article#shop02 section.item-area div:last-child {
		width: auto;
	}
	article#shop02 section.item-area > div:last-child {
		padding-top: 0;
	}
	article#shop02 section.item-area div:first-child p:first-child, article#shop02 section.item-area div:first-child dl dt {
		font-size: 15px;
	}
	article#shop02 section.item-area div:first-child p, article#shop02 section.item-area div:first-child dl dd {
		font-size: 12px;
		margin-bottom: 1em;
	}
	article#shop02 section.item-area div:first-child dl dd h2 {
		font-size: 12px;
	}
	article#shop02 section.item-area div:first-child div.btn-area a {
		font-size: 5vw;
		padding: 3vw 0;
		margin-top: 10vw;
		margin-bottom: 5vw;
	}
	article#shop02 section.item-area div:last-child figure img {

		width: 100%;
		height: auto;
	}
	article#shop02 section.item-area div:last-child {
		padding-bottom: 10vw;
	}
	article#shop02 article#products h1 {
		padding: 1rem 0;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		font-size: 20px;
	}
	article#shop02 section.item-area div:first-child p:first-child br {
		display: none;
	}
	article#shop02 .entry-content {
		display: block;
	}

	article#shop02 section.item-area div:first-child dl dd strong {
		font-weight: bold;
		font-size: 24px;
	}

}


/*商品ページカートボタン周り　20210322池村追加-----------------------------*/


.cart-area02{
    width: 1000px;
    margin: 7vw auto;
    text-align: center;
    display: flex;
	justify-content: space-between;
}

.cart-area02:last-child {
	border-bottom:none;
}

.cart-area02 h1{
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0.5vw;
    letter-spacing: 0.26vw;
    font-family: DINNextLTPro-MediumCond,serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.05em;
	line-height:1;
}

.cart-area02 p.read {
    font-size: 18px;
	padding:0;
	padding-bottom: 1vw;
}
.cart-area02 div.pay_date{
	margin-bottom:20px;
}
.cart-area02 div.pay_date span.payment {
	background-color: #444;
   padding: 5px 14px;
   height: auto;
   color: #fff;
   font-size: 1.5rem;
   line-height: 1.3333333333;
   font-weight: 500;
   text-align: center;
	font-size:12px;
   border-radius: 12px;
	margin-right: 5px;

}

.cart-area02 div.pay_date span.pay {
	background-color: #efefef;
   padding: 5px 14px;
   height: auto;
   font-size: 1.5rem;
   line-height: 1.3333333333;
   font-weight: 500;
   text-align: center;
	font-size:12px;
   border-radius: 12px;
	margin-right: 5px;

}

.cart-area02 div.pay_date span.notes{
	font-size:8px;
	line-height:3;
	margin-bottom:10px;
	color:#ff0000;

}


.cart-area02 .item_img{
	width:43%;
}

.cart-area02 .item_img img{
	width:100%;
}
.cart-btn02{
	position: relative;
	width:55%;
	text-align:left;
}

.cart-btn02 div.price {
    width: 100%;
	font-size: 15px;
    text-align: left;
    color: #000;
    position: relative;
	margin-bottom:15px;
}

.cart-btn02 div.price:last-child{
	margin-bottom:0;
}

.cart-btn02 span.p-size {
    position: absolute;
    top: -5px;
    left: 0;
}
.cart-btn02 span.p-price {
    font-size: 38px;
    font-family: 'DIN Alternate Bold', sans-serif;
}

.cart-btn02 div.price a {
	display: block;
    background-color: #ff6700;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size:18px;
    vertical-align: middle;
    width: 200px;
    float: right;
}

.cart-btn02 div.price a img {
    vertical-align: -5%;
    margin-right: 0.5vw;
    width: 10%;
}

	.cart-area02 .pc{
		display:block;
	}
	.cart-area02 .sp{
		display:none;
	}


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

	.cart-area02{
		display: block;
		width: 100%;
		padding:10px;
		}
	
	.cart-area02 .item_img{
		width:100%;
		margin-bottom:20px;
		text-align:center;
	}
	.cart-area02 .item_img img{
	width:70%;
		max-width:100%;
}
	.cart-btn02{
		width:100%;
		
	}
	
	.cart-btn02 span.p-size,
	.cart-btn02 div.price{
		font-size:12px;
	}
	.cart-btn02 span.p-price{
		font-size:28px;
	}
	.cart-btn02 div.price a{
		width:35vw;
	}
	.cart-area02 .pc{
		display:none;
	}
	.cart-area02 .sp{
		display:block;
	}

}


@media screen and (max-width:480px){
	
	.cart-btn02 div.price a{
		float:none;
		width:100%;
	}
	
	.cart-btn02 div.price a img {    width: 5%;
	}
	.cart-btn02 h1 {
    font-size: 30px;
    text-align: center;
}

	.cart-btn02 p.read {
    font-size: 14px;
    line-height: 1.4;
}
	
	}

/*20210330　池村　検索フォームヘッダー固定*/

/*========= 検索窓を開くためのボタン設定 ===========*/

.open-btn{
/*	position: absolute;
	top:0px;
	right:20px;*/
	background:url("https://curere.jp/img/icon_search.svg") no-repeat left center;/*虫眼鏡アイコンを背景に表示*/
	background-size: 73px 50px;
	width:73px;
	height:50px;
	cursor: pointer;/*カーソルを指マークに*/
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn.btnactive{
	background:url("https://curere.jp/img/icon_close.svg") no-repeat left center;/*閉じるアイコンを背景に表示*/
	background-size: 73px 50px;

}



/*========= 検索窓の設定 ===============*/

/*==検索窓背景のエリア*/

#search-wrap{
    position:absolute;/*絶対配置にして*/
	top:7vw;
  left: 0;
  right: 0;
  margin: auto;
	z-index: -1;/*最背面に設定*/
	opacity: 0;/*透過を0に*/
	width:0;/*横幅は0に*/
	transition: all 0.4s;/*transitionを使ってスムースに現れる*/
	border-bottom:1px solid #f2f2f2;

}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	z-index: 100;/*全面に出現*/
	width:100%;
	padding:20px;
	top:7vw;
	text-align:center;
	background:rgba(255,255,255,0.9);
}

/*==検索窓*/
#search-wrap #searchform{
	display: none;/*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform{
	display: block;/*検索窓を表示*/
}

/*==検索フォームの設定*/
#search-wrap form{
	display: flex;
	justify-content: center;
	border:1px solid #f2f2f2;
	background:#fff;
	width: 100%;
	max-width: 625px;
	margin:0 auto;
	padding:0 10px;
}
/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #666;
}

/*テキスト入力input設定*/


 #search-wrap input[type="text"] {
	 width: 100%;
	max-width: 600px;
	border: none;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    height:60px;
	padding: 10px;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
	/*background:#fff;背景色を付ける*/
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
/*	position: absolute;
    top:10px;
	right:30px;*/
	background:url("https://curere.jp/img/icon_search02.svg") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	background-size: 20px 20px;
	width:30px;
	height: 60px;
	 border-width: 0px;
}


@media screen and (max-width:768px){
.open-btn{
	position: absolute;
	top:0px;
	right:5px;
	}
	
	#search-wrap.panelactive{
		top:12vw;
	}
}



/*20415 お知らせ　粕谷*/
.info {
    width: 60%;
    margin: 30px auto;
    text-align: center;
    display: block;
    border: 2px solid #ff0000;
    padding: 30px;
}

.info .text {
    text-align: left;
    display: inline-block;
}

.info .text p {
    padding: 10px;
	 font-size: 14px;
}
.info .t_red {
    color: #ff0000;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width:480px){
.info {
    width: 90%;	
}
}

/*20210624 MAKURAページ　利用者の声　池村*/
h4.vis_ttl {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
	padding:10px 0;
}
.vis-shosai01{
	border-bottom:1px solid #f2f2f2;
	padding:20px 10px;
}

.vis-shosai01:first-child{
	border-top:1px solid #f2f2f2;
}

.star{
	letter-spacing: 0.1em;
	line-height: 1.6;
	padding:10px 0;
}

.vis-shosai01 .vis_name{
	text-align:right;

}
.vis-shosai01 .vis_name p{
	padding-bottom:0 !important;
}

