@charset "utf-8";



/*======================================================================
　共通
======================================================================== */

section {
	width: 750px; 
	}

section img {
	width: 100%;
}

section .ttl {
	padding: 5px 0 12px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0 0 40px 0px;
	position: relative;
	border-bottom: solid 1px #aaa;
	}


section .ttl:before {
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	top: 3px;
	left: -60px;
	}

	
section .ttl span {
	font-size: 14px;
	font-weight: 500;
}

section .ttl span:before {
	content: "/";
	margin: 0 10px;
}

section .ttl br {
	display: none;
	}



/*----------------------------------------------
　レコメンドアイテム
------------------------------------------------ */	


.item .ttl:before {
	background: url(../../images/bnr/tkb_ttl_sale.png) no-repeat;
	background-size: contain;
	}

.item ul li {
	width: 236px;
	float: left;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 0 1px #cccccc inset;
	padding: 0 0 1px;
	position: relative;
	}
	
.item ul li > a figure {
	opacity: 1;
	transition: opacity .3s ease;
	}
	
.item ul li > a:hover figure {
	opacity: 0.6;
	transition: opacity .3s ease;
	}
	
.item ul li:nth-child(3n) {
	margin: 0 0 10px;
	}

.item ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 15px 8px 15px;
	}
	
.item ul li figure {
	width: 100%;
	}
	

/*　バルーン
-------------------------- */

.item ul li .salebllon {
    background: #DBADAD;
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 10px 17px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: solid 2px #fff;
}
	

.item ul li .pointbllon {
	width: 71px;
	height: 70px;
	position: absolute;
	top: -15px;
	left: 0;
	background: url(../../images/bnr/point10_wappen.gif) no-repeat;
	background-size: contain;
	}

	
.item .salebllon span:after {
	content: "%OFF";
	}
	
.item ul li .pointbllon span {
	position: absolute;
	top: 21px;
	left: 9px;
	font-size: 30px;
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
	color: white;
	}


/*　バルーン(ポイントセール)
-------------------------- */

section ul li .pointsalebllon {
    background: #C75050;
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 10px 18px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: solid 2px #fff;
}
	

section .pointsalebllon span:before {
	content: "ポイント";
	}

	
section .pointsalebllon span:after {
	content: "倍";
	}

/*　タイトル
-------------------------- */

.item ul li .top {
	margin: 11px 0 18px;
	position: relative;
	border-bottom: dotted 1px #ccc;
	}
			
.item ul li .top h3 {
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 10px;
	height: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	}
	
.item ul li .top h3:before {
	content: "▲ ";
	}
	
.item ul li .top p {
	font-size: 10px;
	font-weight: 300;
	}
		
	
/*　送料・サービス
-------------------------- */
	
.item ul li .btm {
	padding: 0 0 12px;
	}
	
.item ul li .btm .bllon {
	width: 70px;
	height: 38px;
	float: left;
	text-align: center;
	border-radius: 5px;
	background: #ff6565;
	line-height: 16px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: 500;
	color: white;
	position: relative;
	top: 5px;
	}
	
.item ul li .btm .bllon:before {
	content: "";
	position: absolute;
	top: 10px;
	right: -17px;
	border: solid 10px transparent;
	border-left: solid 15px #ff6565;
	z-index: -1;
	}	
	
.item ul li .btm .usually {
	width: 100%;
	height: 20px;
	text-align: center;
	font-size: 10px;
	font-weight: 500;
	}	
		
.item ul li .btm .usually span {
	text-decoration: line-through;
}

.item ul li .btm .price {
	width: 100%;
	color: #C75050;
	text-align: center;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 700;
	font-size: 22px;
	}
	
.item ul li .btm .price:before {
	content: "￥";
	font-size: 18px;
	}
	
.item ul li .btm .price:after {
	content: "(税込)";
	font-size: 12px;
	position: relative;
	top: -2px;
	}
	

/*　お気に入りとか
-------------------------- */
	
.item ul li .menu a {
	width: 100%;
	display: block;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 10px 20px 10px 40px;
	font-size: 12px;
	font-weight: 500;

	position: relative;
	color: #323232;
	background: white;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
  }
	
.item ul li .menu a:hover {
	color: white;
	background: #323232;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	}
	
.item ul li .menu a:after {
	content: "";
	border-top: solid 2px #777;
	border-right: solid 2px #777;
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	position: absolute;
	top: 14px;
	right: 17px;
  }
	
.item ul li .menu a:hover:after {
	background: url(https://www.rakuten.ne.jp/gold/mollif/common/images/next_white.png);
	background-size: contain;
	}

	
.item ul li .menu a:before {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 10px;
	left: 15px;
	}
	
.item ul li .menu a:nth-child(1):before {
	background: url(https://www.rakuten.ne.jp/gold/mollif/feature/images/sale/menu_01.png);
	background-size: contain;
	}
	
.item ul li .menu a:nth-child(2):before {
	background: url(https://www.rakuten.ne.jp/gold/mollif/feature/images/sale/menu_02.png);
	background-size: contain;
	}
	
.item ul li .menu a:hover:nth-child(1):before {
	background: url(https://www.rakuten.ne.jp/gold/mollif/feature/images/sale/menu_01_white.png);
	background-size: contain;
	}
	
.item ul li .menu a:hover:nth-child(2):before {
	background: url(https://www.rakuten.ne.jp/gold/mollif/feature/images/sale/menu_02_white.png);
	background-size: contain;
	}
	
	
/* もっとみる */
	
section .more {
	text-align: right;
	margin: 0 0 60px;
	}

section .more a {
	display: inline-block;
	background: #DBADAD;
	width: auto;
	padding: 10px 30px;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	transition: all .3s ease;
	}

section .more a:hover {
	opacity: 0.6;
	transition: all .3s ease;
	}

section .more a:after {
	content:"";
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: 2px;
	transform: rotate(45deg);
	margin: 0 0 0 10px
	}
	

/*----------------------------------------------
　バナー
------------------------------------------------ */	

.coupon {
	margin: 0 0 60px;
}

.coupon .ttl:before {
	background: url(../../images/bnr/tkb_ttl_01.png) no-repeat;
	background-size: contain;
	}
	
.coupon ul li {
	width: 365px;
	float: left;
	margin: 0 20px 20px 0;
	opacity: 1;
	transition: opacity .3s ease;
	}
	
.coupon ul li:nth-of-type(2) {
	margin: 0 0 20px;
	}

.coupon ul li:hover {
	opacity: 0.8;
	transition: opacity .3s ease;
	}
	

.coupon ul li:nth-of-type(3) {
	width: 100%;
	float: none;
	overflow: hidden;
	}


/*----------------------------------------------
　ショッピングガイド
------------------------------------------------ */	


.guide .ttl:before {
	background: url(../../images/bnr/tkb_ttl_02.png) no-repeat;
	background-size: contain;
	}

.guide ul li {
	box-sizing: border-box;
	width: 240px;
	height: 50px;
	margin: 0 15px 15px 0;
	box-shadow: 0 0 0 1px #afafaf inset;
	float: left;
	font-size: 14px;
	line-height: 50px;
	padding: 0 0 0 50px;
	position: relative;
	
	background: white;
	-webkit-filter: invert(0%);
	-moz-filter: invert(0%);
	-o-filter: invert(0%);
	-ms-filter: invert(0%);
	filter: invert(0%);
	transition: all .3s ease;
	}
	
.guide ul li:hover {
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
	filter: invert(100%);
	transition: all .3s ease;
	}

.guide ul li:nth-of-type(3n) {
	margin: 0 0 15px;
	}

.guide ul li:after {
	content: "";
	position: absolute;
	top: 21px;
	right: 20px;
	background: url(https://www.rakuten.ne.jp/gold/mollif/common/images/next_black.png) no-repeat;
	background-size: contain;
	width: 8px;
	height: 8px;
	}

.guide ul li a {
	display: block;
	width: 100%;
	height: 100%;
	}

.guide ul li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 15px;
	width: 20px;
	height: 20px;
	}
	
.guide ul li br {
	display: none;
	}
	
.guide ul li:nth-of-type(1):before {
	background: url(../../images/bnr/guide_01.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(2):before {
	background: url(../../images/bnr/guide_02.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(3):before {
	background: url(../../images/bnr/guide_03.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(4):before {
	background: url(../../images/bnr/guide_04.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(5):before {
	background: url(../../images/bnr/guide_05.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(6):before {
	background: url(../../images/bnr/guide_06.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(7):before {
	background: url(../../images/bnr/guide_07.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(8):before {
	background: url(../../images/bnr/guide_08.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(9):before {
	background: url(../../images/bnr/guide_09.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(10):before {
	background: url(../../images/bnr/guide_10.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(11):before {
	background: url(../../images/bnr/guide_11.png) no-repeat;
	background-size: contain;
	}

.guide ul li:nth-of-type(12):before {
	background: url(../../images/bnr/guide_12.png) no-repeat;
	background-size: contain;
	}



/*　Q&A
-------------------------- */

.guide .qa {
	width: 750px;
	border: solid 1px #aaa;
	text-align: center;
	position: relative;
}

.guide .qa a {
	color: #333;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 3px;
	padding: 22px 0;
	display: block;
}

.guide .qa a > span {
	display: inline-block;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 6px;
	vertical-align: -6px;
	margin: 0 15px 0 0
}

.guide .qa a > span span:nth-of-type(1) {
	color: #94A7C4;
}

.guide .qa a > span span:nth-of-type(2) {
	color: #333;
	font-size: 28px
}

.guide .qa a > span span:nth-of-type(3) {
	color: #DBADAD;
}


.guide .qa a:after {
	content: "";
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 53%;
	transform: translateY(-50%) rotate(45deg);
	margin: 0 0 0 18px
}


/*　ホバー
-------------------------- */

.guide .qa,
.guide .qa * {
	opacity: 1;
	transition: all .2s ease;
}

.guide .qa a:hover {
	background: #141414;
	transition: all .2s ease;
	color: #eee;
}

.guide .qa a:hover span span {
	color: #eee;
	transition: all .2s ease;
}

.guide .qa a:hover:after {
	border-color: #eee
}
.item_radio{
	 width:100%;
	 font-size:10px;
	 height: 50px;
	 border-top: solid 1px #ccc;
	 padding-top: 5px;
	 margin-bottom: 20px;
	 text-align: left;
}
.item_button2{
	width:100%;
	font-size:17px;
	height: 45px;
	text-align: center;
}
.item_button2 input.text{
   padding: 5px 0 5px 6px;
   width:30px;
   height:29px;"	
}
.item_button2 input.submit{
width: 70px;
height:30px;
text-align:center;
color:rgb(0, 0, 0);
}
.item_button{
	width:100%;
	font-size:17px;
	height: 115px;
	text-align: center;
	padding-top: 40px;
border-top: solid 1px #ccc;
}
.item_button input.text{
   padding: 5px 0 5px 6px;
   width:30px;
   height:29px;"	
}
.item_button input.submit{
width: 70px;
height:30px;
text-align:center;
color:rgb(0, 0, 0);
}
.item_radio2 {
    width: 100%;
    font-size: 17px;
    height: 100px;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-bottom: 40px;
    text-align: left;
}
.item_radio4 {
    width: 100%;
    font-size: 17px;
    height: 50px;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-bottom: 60px;
    text-align: left;
}
