@charset "utf-8";
/*======================================================================
　共通
======================================================================== */
.cf {
}
p.ttl img {
    width: 450px;
}
section {
	padding: 2vw
}

section img {
	width: 100%;
}
	
section .ttl {
    font-size: 4.8vw;
    font-weight: bold;
    letter-spacing: 1vw;
    border-bottom: solid 1px #c7c7c7;
    margin: 2.6vw 0 5.3vw 15vw;
    padding: 0 0 2.6vw;
    position: relative;
}

section .ttl:before {
	content: "";
	width: 10vw;
	height: 8vw;
	position: absolute;
	top: -1vw;
	left: -14.6vw;
	}

section .ttl span {
	display: none;
}



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

.item .ttl:before {
	background: url(https://www.rakuten.ne.jp/gold/mollif/itempage/images/bnr/tkb_ttl_sale.png) no-repeat;
	background-size: contain;
	}


.item ul li a {
	display: block;
	width: 100%;
	padding: 2vw;
	}
	
.item ul li figure {
	width: 100%;
	}
	

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

.item ul li .salebllon {
    background: #DBADAD;
    position: absolute;
    bottom: 2vw;
    width: 26.5vw;
    padding: 2vw;
    text-align: center;
    color: #fff;
    font-size: 3vw;
}
	

.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: -1vw;
    left: -1vw;
    width: 17vw;
    padding: 1.3vw 1.5vw;
    text-align: center;
    color: #fff;
    font-size: 2.7vw;
    border-radius: 0.3vw;
    border: solid 0.5vw #fff;
}
	


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

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


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

.item ul li .top {
	margin: 2vw 0 3vw;
	position: relative;
	border-bottom: dotted 1px #ccc;
	}
			
.item ul li .top h3 {
	font-size: 2.7vw;
	font-weight: 500;
	margin: 0 0 2vw;
	height: 2.7vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding: 0 0 0 1.2vw;
	}
	
.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%;
	text-align: center;
	font-size: 2.7vw;
	line-height: 4vw;
	font-weight: 500;
	margin: 0 0 2vw;
	letter-spacing: 1px;
	}	
		
.item ul li .btm .usually span {
	text-decoration: line-through;
	display: block;
}

.item ul li .btm .price {
	width: 100%;
	color: #C75050;
	text-align: center;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 700;
	font-size: 4vw;
	letter-spacing: 1px;
	}
	
.item ul li .btm .price:before {
	content: "￥";
	font-size: 2vw;
	}
	
.item ul li .btm .price:after {
	content: "(税込)";
	font-size: 2.7vw;
	transform: scale(0.8);
	display: inline-block;
	}
	

/*　お気に入りとか
-------------------------- */

/*.item ul li .menu {
	display: none;
}*/
	
/*　もっと見る
-------------------------- */
.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 20px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    color: #323232;
    background: white;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
	text-align: center;
}
.item .more {
	margin: 0 0 8vw;
}

.item .more a {
	padding: 4vw;
	font-size: 3.6vw;
	background: #94A7C4;
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: block;
}

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

/*----------------------------------------------
　バナー
------------------------------------------------ */	
	
	
.coupon .ttl:before {
	background: url(../../images/bnr/tkb_ttl_01.png) no-repeat;
	background-size: contain;
	}
	
.coupon ul {
	margin: 0 0 16vw;
	}

.coupon ul li {
	width: 47vw;
	float: left;
	margin: 0 2vw 2vw 0;
	}
	
.coupon ul li:nth-of-type(2) {
	margin: 0 0 2vw;
	}

.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: 22.5vw;
	height: 22.5vw;
	margin: 0 2vw 2vw 0;
	box-shadow: 0 0 0 1px #afafaf inset;
	float: left;
	font-size: 3vw;
	position: relative;
	background: white;
	text-align: center;
	}
	
.guide ul li span {
	font-size: 2.5vw;
	}
	
.guide ul li:nth-of-type(4n) {
	margin: 0 0 2vw;
	}

.guide ul li:after {
	content: "";
	position: absolute;
	top: 17vw;
	right: 10vw;
	background: url(../../../common/images/next_black.png) no-repeat;
	background-size: contain;
	width: 2.5vw;
	height: 2.5vw;
	transform: rotate(90deg);
	}

.guide ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 9vw 0 0 0;
	}

.guide ul li:before {
	content: "";
	position: absolute;
	top: 3vw;
	left: 8vw;
	width: 5vw;
	height: 5vw;
	}
	
.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 {
	border: solid 1px #aaa;
	text-align: center;
	position: relative;
}

.guide .qa a {
	color: #333;
	font-size: 4vw;
	font-weight: 500;
	padding: 5vw 0;
	display: block;
}

.guide .qa a > span {
	display: inline-block;
	font-size: 7vw;
	font-weight: 700;
	letter-spacing: 1.5vw;
	vertical-align: -0.9vw;
	margin: 0 3vw 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: 5.5vw
}

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


.guide .qa a:after {
	content: "";
	border-top: solid 0.5vw #333;
	border-right: solid 0.5vw #333;
	width: 1.5vw;
	height: 1.5vw;
	position: absolute;
	top: 53%;
	transform: translateY(-50%) rotate(45deg);
	margin: 0 0 0 3vw;
}
.item_button {
    idth: 100%;
    font-size: 17px;
    height: 45px;
    text-align: center;
}

.item ul li {
    width: 44.5vw;
    height: 83.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_supplement1 {
    width: 44.5vw;
    height: 119.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_styling1 {
    width: 44.5vw;
    height: 111.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_outbathtreatment1 {
    width: 44.5vw;
    height: 96.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_makeup1 {
    width: 44.5vw;
    height: 107.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_mens1 {
    width: 44.5vw;
    height: 116.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_mens2 {
    width: 44.5vw;
    height: 96.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_uv1 {
    width: 44.5vw;
    height: 102.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.item ul li.li_color-parm1 {
    width: 44.5vw;
    height: 64.5vw;
    float: left;
    margin: 0 0vw 2vw 2.7vw;
    box-shadow: 0 0 0 1px #cccccc inset;
    position: relative;
}
.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: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:before {
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 9px;
    left: 9px;
}
.item_button{
	width:100%;
	font-size:17px;
	height: 45px;
	text-align: center;
	padding-top: 10px;
}
.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: 20px;
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_radio {
    width: 100%;
    font-size: 17px;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}
.item_radio2 {
    width: 100%;
    font-size: 17px;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}
li#li_last {
    display: none;
}
