/*===============================================
●style.css 共通設定
===============================================*/
body {
	margin: 0;
	margin: 0;
	position: relative;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 300;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-size: 16px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}


/*--------------------------------------
 文字
---------------------------------------*/
h1, h2, h3, h4, h5, p {
	padding:0;
	margin:0;
	color: #000000;
	}

a:link,
a:visited {
	color: #000000;
	text-decoration: none;
	display: inline-block;
}

/*a:hover{
	opacity: 0.75;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}*/

.svg a:hover {
	color: #000000;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	opacity: 1; /* svgのリンクがopacityをかけるとiPhoneだけリンクが動かないバグ対応 */
}

ol, ul, li, dl, dt, dd {
	list-style:none;
	margin:0;
	padding:0;
}
	
/*--------------------------------------
 画像
---------------------------------------*/
img {
	width: 100%;
	border:none;
	padding:0;
	margin:0;
}

/*--------------------------------------
 文字
---------------------------------------*/

.copyA {
	font-size: 2.625rem;
	font-size: 42px;
	line-height: 1em;
	padding: 5px 0;
}

.copyB {
	font-size: 1.5rem;
	font-size: 24px;
	line-height: 3rem;
	padding: 5px 0;
}

.copy {
	font-size: 1.125rem;
	font-size: 18px;
	/*padding-bottom:5px;*/
}

.name {
	font-weight: bold;
	font-size: 1.0rem;
	font-size: 16px;
	text-align: left;
	line-height: 1.2em;
}


.rename {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.3rem;
	text-align: center;

	padding-top:5px;
	display: block;
}

.read {
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.1rem;
	text-align: left;
	padding: 5px 0;
}

.info {
	font-weight: bold;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.3rem;
	text-align: left;
	padding: 5px 0;
}


.subTitle {
	font-size: 1.7rem;
	line-height: 2rem;
	text-align: center;
	margin: 0 auto 20px;
	padding-bottom:30px;
	width: 90%;
	margin: 0 auto 10px;
	color:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.subTitle2 {
	font-size: 1.7rem;
	line-height: 2rem;
	text-align: center;
	margin: 0 auto 20px;
	padding-bottom:30px;
	width: 90%;
	margin: 0 auto 10px;
	color:#42210b;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.item .btnA a{
	text-align: center;
	color: #fff;
	font-size: 0.75rem;
	font-size: 12px;

	width: 100%;
	margin: 5px auto 0;
	background: #000;
	padding: 3px 5px;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.item .btnA a {
	color: #fff;
}

.price {
	font-family: "source-han-sans-japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*------------------------------------------------------------
スマホヘッダー
------------------------------------------------------------*/
#sp_header {
	background: #000;
}

#sp_header .navBtn {
	background:#000;
}

#sp_header #feature_title {
	color: #fff;
	background: #a68548;
	font-weight: normal;
}

#sp_header .menu .sub_title {
	background: #000;
}

/*------------------------------------------------------------
コンテンツ共通設定
------------------------------------------------------------*/
.productTitleWrap {
	margin-bottom: 30px;
}

.productTitle {
	font-size: 1.5rem;
	font-size: 24px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: 300;
}

.productTitle .engTitle{
	font-size: 1.0rem;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
	display: block;
	margin-top: 10px;
}

.usesList > span {
	color: #fff;
	font-size: 12px;
	line-height: 0.75rem;
	display: inline-block;
	background: #000;
	padding: 5px 8px;
	margin: 15px 2px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


/*------------------------------------------------------------
トップ設定
------------------------------------------------------------*/
#topWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wood660.jpg) center top repeat-y;
	background-size: 100%;
	padding-bottom: 50px;
}

#top {
	width: 100%;
	margin: 0 auto;
}

#top #top_title {
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wood660.jpg) center top repeat-y;
	background-size: 100%;
}

#top #top_title #top_text {
	width: 80%;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.6em;
	margin: 0 auto;
	color: #fff;
}

/*------------------------------------------------------------
メニュー設定
------------------------------------------------------------*/
#naviWrap {
	width: 100%;
}

#navi {
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wood660.jpg) center top repeat-y;
	background-size: 100%;
	padding: 80px 0;
}

#navi #naviListWrap .naviList {
	width: 48%;
	margin: 0 1.0% 2%;
	padding: 5% 1% 2%;
	box-sizing: border-box;
	background: #a68548;
	float: left;
	font-weight: bold;
}

#navi #naviListWrap .naviList img {
	display: block;
	margin: 0 auto 10px;
	width: 80%;
}

#navi #naviListWrap .naviList .text {
	font-size: 1rem;
	font-size: 14px;
	text-align: center;
	line-height:1.5rem;
	margin: 5px auto 0;
	color: #111;
	width: 100%;
	font-weight: 500;
}

#navi #naviListWrap .naviList .text:after {
	font-size: 1.5rem;
	font-size: 24px;
	font-family: 'FontAwesome';
	content: "\f0d7";
	display: block;
	margin-top: 5px;
	text-align: center;
}

#navi #naviListWrap {
	width: 90%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 2列 */
	justify-items: center;
	gap: 10px 10px;
}

#navi #naviListWrap .naviList {
	background-color: #fff;
	padding: 15% 15% 5% 15%;
	display: inline-block;
	border-radius: 10px;
	width: 96%;
}

#navi #naviListWrap .naviList .text {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1em;
}

#navi8 .text{
	font-size: 1rem;
}

#navi #naviListWrap .naviList .text:after {
	font-size: 1.5rem;
	font-size: 24px;
	font-family: 'FontAwesome';
	content: "\f0d7";
	display: block;
	text-align: center;
}

/*------------------------------------------------------------
プレミアムカタログ設定
------------------------------------------------------------*/
#premiumWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}


.itemWrap980 {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

.itemWrap980 .item {
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,1.0);
	border: 5px solid #a68548;
}

.itemWrap980 .item .text {
	position: relative;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.itemWrap980 .item .text .copy {
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.3rem;
	margin-bottom: 5px;
	font-weight: bold;
}


.itemWrap980 .item .text .name {
	font-size: 24px;
	text-align: center;
}

.itemWrap980 .item .read {
	width: 100%;
	margin: 5px auto 20px;
}

.itemWrap980 .item .btnA {
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-size: 16px;

	width: 100%;
	background: #a40000;
	padding: 8px 0;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.itemWrap .item .btnA a{
	color: #fff;
}


/*------------------------------------------------------------
プロダクト共通
------------------------------------------------------------*/
.itemWrap {
	width: 100%;
	margin: 0 auto 30px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	}

.itemWrap .item {
	width: 48%;
	margin: 1%;
	box-sizing: border-box;
	background: rgba(255,255,255,1.0);
}

.itemWrap .item .img {
	position: relative;
	width: 100%;
}

.itemWrap .item .img img {
	width: 100%;
}

.itemWrap .item .text {
	position: relative;
	width: 100%;
	height: 210px;
	padding: 10px;
	box-sizing: border-box;
}

.itemWrap .item .text .copy {
	display: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.3rem;
	margin-bottom: 5px;
	color: #a68548;
}

.itemWrap .item .text .name {
	text-align: center;
}

.itemWrap .item .read {
	width: 100%;
	margin: 5px auto 20px;
}

.itemWrap .item .btnA {
	text-align: center;
	color: #fff;
	font-size: 0.875rem;
	font-size: 14px;

	position: absolute;
	bottom: 10px;
	width: 90%;
	background: #000;
	padding: 6px 0;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.itemWrap .item .btnA a{
	color: #fff;
}

.itemWrap .usesLab {
	color: #fff;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.6rem;

	width: 100%;
	background: #f07382;
	padding: 5px 0;
	box-sizing: border-box;
	z-index: 3;
}

.itemWrap .priceLab {
	color: #fff;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.6rem;

	width: 100%;
	background: #dd0000;
	padding: 5px 0;
	box-sizing: border-box;
	z-index: 3;
}

.itemWrap .pointLab {
	color: #000;
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.6rem;
	font-weight: bold;

	width: 100%;
	background: #fff000;
	padding: 5px 0;
	box-sizing: border-box;
	z-index: 3;
}

/*------------------------------------------------------------
プロダクトA設定(定番カタログ)
------------------------------------------------------------*/
#productAWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_maple50.jpg) center top repeat;
	overflow: hidden;
}

#productA {
	margin: 0 auto;
	padding: 30px 0;
}

#productA .productTitle {
	color: #222;
	font-weight:bold;
}

#productA .subTitle {
	color: #391d07;
	font-weight: bold;
}

#productA .subTitle:before {
	font-family: 'FontAwesome';
	content: "\f06b";
	margin-right: 10px;
}


#productA .usesList > span {
	color: #fff;
	background: #a68548;
}

#productA .item .btnA {
	color: #000;
	background: #eee;
}

#productA .item .btnA a{
	color: #fff;
}

#productA .hvr-fade:hover,
#productA .hvr-fade:focus,
#productA .hvr-fade:active {
	background: #ccc;
}

/*------------------------------------------------------------
プロダクトB設定(和風)
------------------------------------------------------------*/
#productBWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_tatami50.jpg) center top repeat;
	overflow: hidden;
}

#productB {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}

#productB .productTitle {
	color: #fff;
	font-weight:bold;
}


#productB .usesList > span {
	color: #fff;
	background: #000;
}

#productB .item .btnA {
	color: #fff;
	background: #050b40;
}

#productB .item .btnA a{
	color: #fff;
}

#productB .hvr-fade:hover,
#productB .hvr-fade:focus,
#productB .hvr-fade:active {
	background: #1d267b;
}


/*------------------------------------------------------------
プロダクトC設定(和風)
------------------------------------------------------------*/
#productCWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wood50.jpg) center top repeat;
	overflow: hidden;
}

#productC {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}

#productC .productTitle {
	color: #fff;
	font-weight:bold;
}

#productC .usesList > span {
	color: #fff;
	background: #a40000;
}

#productC .item .btnA {
	color: #fff;
	background: #a40000;
}

#productC .item .btnA a{
	color: #fff;
}

#productC .hvr-fade:hover,
#productC .hvr-fade:focus,
#productC .hvr-fade:active {
	background: #cd0000;
}

/*------------------------------------------------------------
プロダクトD設定(和風)
------------------------------------------------------------*/
#productDWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #0197e3;
	overflow: hidden;
}

#productD {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 30px 0;
}

#productD .productTitle {
	color: #fff;
	font-weight:bold;
}

#productD .usesList > span {
	color: #fff;
	background: #a40000;
}

#productD .item .btnA {
	color: #fff;
	background: #a40000;
}

#productD .item .btnA a{
	color: #fff;
}

#productD .hvr-fade:hover,
#productD .hvr-fade:focus,
#productD .hvr-fade:active {
	background: #cd0000;
}


/*------------------------------------------------------------
プロダクトE設定(定番カタログ)
------------------------------------------------------------*/
#productEWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wall.jpg) center top repeat;
	overflow: hidden;
}

#productE {
	margin: 0 auto;
}

#productE .productTitle {
	color: #222;
	font-weight:bold;
}

#productE .subTitle {
	color: #391d07;
	font-weight: bold;
}

#productE .subTitle:before {
	font-family: 'FontAwesome';
	content: "\f06b";
	margin-right: 10px;
}


#productE .usesList > span {
	color: #fff;
	background: #a68548;
}

#productE .item .btnA {
	color: #000;
	background: #eee;
}

#productE .item .btnA a{
	color: #fff;
}

#productE .hvr-fade:hover,
#productE .hvr-fade:focus,
#productE .hvr-fade:active {
	background: #ccc;
}

/*------------------------------------------------------------
プロダクトF設定(定番カタログ)
------------------------------------------------------------*/
#productFWrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: url(../img/back_wall.jpg) center top repeat;
	overflow: hidden;
}

#productF {
	margin: 0 auto;
	padding: 30px 0;
}

#productF .productTitle {
	color: #222;
	font-weight:bold;
}

#productF .subTitle {
	color: #391d07;
	font-weight: bold;
}

#productF .subTitle:before {
	font-family: 'FontAwesome';
	content: "\f06b";
	margin-right: 10px;
}


#productF .usesList > span {
	color: #fff;
	background: #a68548;
}

#productF .item .btnA {
	color: #000;
	background: #eee;
}

#productF .item .btnA a{
	color: #fff;
}

#productF .hvr-fade:hover,
#productF .hvr-fade:focus,
#productF .hvr-fade:active {
	background: #ccc;
}


/*--------------------------------------
モーダルウィンドウ
---------------------------------------*/
.modal-content {
    position:fixed;
	top: 50%;
	left: 50%;
    display:none;
    z-index:5;
    width:90%;
    margin:0;
    padding:20px;
    border:5px solid #ccc;
    background:#fff;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:3;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.50);
}

/*--内部コンテンツ --*/

.modal-close {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 45px;
	height: 45px;
	background-color: #000;
	color :#fff;
	position: absolute;
	top: 0 ;
	right:0;
	z-index: 5;
	text-align: center;
	display: inline-block;
	line-height: 36px;
	font-size: 36px;
	box-sizing: border-box;
	cursor: pointer;
}

.modal-close:after {
	color: #000;
	font-size: 12px;
	font-size: 0.75rem;
	display:block;
	content: "閉じる";
}

.modal-close:hover {
    cursor:pointer;
}

.modal-open:hover {
    cursor:pointer;
}


.modal-content .img {
	width: 50%;
	float: left;
}

.modal-content .text {
	text-align: left;
	float: left;
	width: 50%;
	padding: 10px 0;
	margin-left: 30px;
}

.modal-content .name {
	font-size: 2rem;
	font-size: 32px;
}

.modal-content .rename {
	display: inline-block;
	padding: 0 10px;
}

.modal-content .courseWrap {
	/*border-top: 1px solid #ccc;*/
	margin-top: 10px;
	/*padding-top: 10px;*/
	box-sizing: border-box;
}

.modal-content li.course a{
	font-size: 0.875rem;
	font-size: 14px;
	font-weight: bold;

	float: left;
	width: 47.5%;
	margin: 1.25%;
	background: #f5f5f5;
	padding: 6px 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.modal-content li.course a:hover{
	background: #ccc;
	-webkit-transition: 0s none;
	-moz-transition: 0s none;
	-o-transition: 0s none;
	transition: 0s none;
}

.modal-content li.course a:before {
	font-family: 'FontAwesome';
	/*content: "\f07a";*/
	content: "\f0da";
	margin-right: 10px;
	font-size: 1rem;
	font-size: 16px;
}

.modal-content li.course a span {
	font-size: 0.8125rem;
	font-size: 13px;
}

.modal-content .btnA a {
	width: 100%;
	font-size: 1.5rem;
	font-size: 24px;
	margin: 20px auto 0;
	background: #a68548;
	padding: 15px 10px;
}

.modal-content .btnA a:before {
	font-family: 'FontAwesome';
	content: "\f02d";
	margin-right: 15px;
}


.modal-content .btnA a span {
	font-size: 1.0rem;
	font-size: 16px;
}

/*--------------------------------------
カテゴリ別もっと商品を探す
---------------------------------------*/
.more_btn2 {
    width: 500px;
    margin: 0 auto 0px;
}

.more_btn2 a {
    display: block;
    border-radius: 20px;
    padding: 10px 0;
    /*background: url(../img/rd21_btn_bg2.png);*/
	background-color: #000000;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    font-size: 2.5rem;
    font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", "YuMincho", "serif", "Noto Sans Japanese";
}

.more_btn2 a:after {
    margin-left: 40px;
    content: "\f138";
    font-family: "FontAwesome";
}


@media screen and (max-width: 480px) {
    .more_btn2 {
        width: 90%;
        margin: 20px auto 25%;
    }

    .more_btn2 a {
        border-radius: 80px;
        padding: 3% 5%;
        font-size: 1.4rem;
    }
}


@media screen and (max-width: 480px) {
    .more_btn2 a:after {
        margin-left: 5%;
        content: "\f138";
        font-family: "FontAwesome";
    }
}

/*--------------------------------------
	トップへ戻る
---------------------------------------*/
#gotop a {
	z-index:9999;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: rgba(0,0,0,0.75);
	font-size: 0.8rem;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 8px;
	box-sizing: border-box;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}

#gotop a:before {
	font-size: 1rem;
	font-size: 16px;
	display: block;
	font-family: 'FontAwesome';
	content: "\f106";
}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 980px){
#container {
	overflow: hidden;
}
}


/*===============================================
●ランキング（タブコンテンツ）
===============================================*/
.tab {
  margin:0 auto;
  text-align: center;
	width: 100%;
	max-width: 640px;
}
.tab label {
  margin:0 1em 1em 0.8em;
  padding:0.5em 1em;
  color:#fff;
	text-align: center;
	display: inline-block;
	width: 30%;
	font-size: 1rem;
	font-weight: 600;
}

.tab label:hover {
	margin:0 1em 1em 1em;
  padding:0.5em 1em;
	border: 1px solid #a68448;
  background-color:#a68448;
}
.tab input {
  display:none;
}


.rank_item {
  display:block;
  margin-top:2em;
  text-align:center;
}

.newitem_rank_back_c {
	display:none;
  color:#ffffff;
  text-align:center;
  list-style: none;
  -webkit-animation: slide 0.5s ease-in-out 0s;
  animation:slide 0.5s ease-in-out 0s;
}

.tab input:nth-of-type(1):checked ~ .rank_container > .newitem_rank_back_c:nth-child(1),
.tab input:nth-of-type(2):checked ~ .rank_container > .newitem_rank_back_c:nth-child(2),
.tab input:nth-of-type(3):checked ~ .rank_container > .newitem_rank_back_c:nth-child(3),
.tab input:nth-of-type(4):checked ~ .rank_container > .newitem_rank_back_c:nth-child(4),
.tab input:nth-of-type(5):checked ~ .rank_container > .newitem_rank_back_c:nth-child(5),
.tab input:nth-of-type(6):checked ~ .rank_container > .newitem_rank_back_c:nth-child(6)
{
  display:block;
}

.tab input:checked + label{
  color:#fff;
	border: 1px solid #a68448;
  background-color:#a68448;
}

@keyframes slide{
  0%{
    opacity:0;
    transform:translateY(20px);
  }
  100%{
    opacity:1;
    transform:translateY(0px);
  }
}
hr {
	width: 100%;
	max-width: 640px;
	
}

/*===============================================
●ランキングランキングタブ（中身）
===============================================*/
#rankWrap {
	margin-bottom: 100px;
}

.newitem_rank_wrap .rank_item img {
	width: 100%;
}

.newitem_rank_wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	counter-reset: ranking-mark;
}

.newitem_rank_wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	counter-reset: ranking-mark;
}

.newitem_rank_wrap:after {
	content: "";
	display: block;
	width: calc((100% - 48px) /2);

}

.newitem_rank_wrap .rank_item {
	position: relative;
	width: calc((100% - 48px) /2);
}

.newitem_rank_name {
	font-size: 0.8rem;
	line-height: 1.2em;
	font-family :"游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	margin-bottom: 1%;
	color: #fff;
}

.newitem_rank_copy {
	font-size: 0.7rem;
	line-height: 1.4em;
	font-family :"游ゴシック体","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	margin-bottom: 1%;
	color: #fff;
}

.newitem_rank_price {
	font-size: 13px;
	font-weight: 500;
	font-family :"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.newitem_rank_tax{
	font-size: 0.8rem;
	font-size: 13px;
	font-weight: 500;
	font-family: "平成角ゴシック Std","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
}
.newitem_rank_free{
	font-size: 1rem;
	font-size: 15px;
	font-weight: 500;
	font-family: "平成角ゴシック Std","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.newitem_rank_wrap .rank_item {
	position: relative;
	text-align: left;
}

.newitem_rank_text {
	padding: 4% 3% 1% 3%;
}

.newitem_rank_wrap .rank_item:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	content: counter(ranking-mark, decimal);
	padding: 9px 12px;
	background: #999999;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1;
	color: #ffffff;
	counter-increment: ranking-mark;
}

.newitem_rank_wrap .rank_item:nth-child(1):before {
	background: #c99a00;
}

.newitem_rank_wrap .rank_item:nth-child(2):before {
	background: #bbbbbb;
}

.newitem_rank_wrap .rank_item:nth-child(3):before {
	background: #993300;
}

.newitem_rank_wrap .rank_item:nth-child(4):before {
	background: #000;
}

.newitem_rank_wrap .rank_item:nth-child(5):before {
	background: #000;
}

.newitem_rank_wrap .rank_item:nth-child(n + 3) {
	position: relative;
	display: inline-block;
	width: -webkit-calc((91% - 5%) / 3);
	width: calc((91% - 5%) / 3);
	/* margin-right: 1.5%; */
	counter-increment: rank;
}


/*------------------------------------------------------------
PICK UP
------------------------------------------------------------*/
#pickup_wrap {
	width: 100%;
	max-width: 1000px;
  margin: 0 auto;
}

.recofeature {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.item img {
	width: 85%;
}

.item {
	width: calc((100% - 30px) /2);
	margin:0 auto 50px;
}

.recofeature .item .text {
	margin-top: 10px;
	color: #fff;
	text-align: left;
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 2% 2% 0 10%;
}

.recofeature .item .copy {
	color: #fff;
	font-size: 0.7rem;
	margin-bottom: 5px;
	font-family: 'Noto Sans JP', sans-serif;
}

.recofeature .item .name {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}
