
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic,700);

@charset "UTF-8";
/* Top CSS */
/* Desktops and laptops */
@media screen and (min-width: 701px) {
		/* Product List */
	.product_list_intro {
		margin: 0 auto 40px auto;
		overflow: hidden;
	}
	.product_list_intro .cat_name {
		margin: 0 auto 25px auto;
	}
	.product_list_intro .cat_name img {
		margin: 0 auto;
		display: block;
	}
	.product_list_intro .caps {
		width: 415px;
		font-size: 14px;
		line-height: 1.857;
		float: left;
	}
	.product_list_intro .caps.wide {
		width: 800px;
		padding: 0 5px;
	}
	.product_list_intro .btn_hfs {
		width: 367px;
		margin: 0;
		padding: 4px;
		height: 92px;
		background: url(../images/top/top_begginer_hfs.png) 0 0 no-repeat;
		float: right;
	}
	.product_list_intro .btn_hfs a {
		line-height: 92px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 22px;
	}
	.product_list_intro .btn_hfs a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	.product_list_intro .btn_skincare {
		width: 367px;
		margin: 0;
		padding: 4px;
		height: 92px;
		background: url(../images/products/btn_about_skincare_cate.png) 0 0 no-repeat;
		float: right;
	}
	.product_list_intro .btn_skincare a {
		line-height: 92px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 22px;
	}
	.product_list_intro .btn_skincare a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}

	.product_list {
		margin: 0 -30px 30px -10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
	}
	.product_list li {
		width: 260px;
		margin: 0 20px 10px 0;
		display: block;
	}
	.product_list li a {
		min-height: 430px;
		padding: 10px;
		display: block;
		text-decoration: none;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		position: relative;
		-webkit-transition: background-color 0.1s linear;
			transition: background-color 0.1s linear;
	}
	.product_list li a:hover {
		background-color: rgba(255, 250, 245, 0.8);
		background-color: #fffaf5 \9;
	}
	.product_list li a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.product_list li a .icon_regular {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(../images/products/icon_list_regular.png);
		width: 65px;
		height: 35px;
		position: absolute;
		top: 14px;
		left: 14px;
		z-index: 100;
	}
	.product_list li a .icon_web {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(../images/products/icon_list_web.png);
		width: 65px;
		height: 30px;
		position: absolute;
		top: 14px;
		left: 14px;
		z-index: 100;
	}
	.product_list li a .icon_limited {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(../images/products/icon_list_limited.png);
		width: 65px;
		height: 30px;
		position: absolute;
		top: 14px;
		left: 14px;
		z-index: 100;
	}
	.product_list li a .thumb {
		margin: 0 auto 15px auto;
	}
	.product_list li a .thumb img {
		width: 100%;
		height: auto;
	}
	.product_list li a dl dt {
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.571;
	}
	.product_list li a dl .price {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.product_list li a dl .price_regular {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.product_list li a dl .price_regular span {
		color: #b1153a;
	}
	.product_list li a dl .caps {
		font-size: 13px;
		line-height: 1.538;
	}
	.product_list:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	/* Product Detail */
	.product_visual {
		margin: 0 auto 30px auto;
	}
	.product_info {
		margin: 0 auto 80px;
	}
	.product_info_inner {
		overflow:hidden;
		margin-bottom:30px;
	}
	.product_info .product_images {
		width: 320px;
		float:right;
	}
	.product_info .product_images .large {
		margin: 0 auto 9px auto;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
	}
	.product_info .product_images .large img {
		width: 100%;
		height: auto;
		display: block;
	}
	.product_info .product_images .large .ui_sp {
		display: none;
	}
	.product_info .product_images .thumbs {
		overflow: hidden;
		margin: 0 -10px 20px 0;
	}
	.product_info .product_images .thumbs li {
		width: 71px;
		height: 71px;
		padding: 1px;
		margin: 0 9px 10px 0;
		display: block;
		float: left;
		overflow: hidden;
		cursor: pointer;
		background-color: transparent;
	}
	.product_info .product_images .thumbs li:hover, .product_info .product_images .thumbs li.active {
		background-color: #72202a;
	}
	.product_info .product_images .thumbs li img {
		width: 100%;
		height: auto;
		display: block;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
	}
	.product_info .product_images .recommend_pc {
		padding: 15px 15px 5px 15px;
		background-color: #fff;
		border-left:1px solid #cdc1b5;
		border-right:1px solid #cdc1b5;
	}
	.product_info .product_images .recommend_pc dt {
		margin: 0 auto 15px auto;
		font-size: 18px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
	}
	.product_info .product_images .recommend_pc dd {
		padding: 0 0 10px 10px;
		background: url(../images/common/icon_dot_green.png) 0 6px no-repeat;
		font-size: 13px;
		line-height:1.3;
	}
	.product_info .product_images .recommend_pc a {
		color:#B1153A;
	}
	.product_info .product_intro .recommend_sp {
		display: none;
	} 
    .product_info .product_images .optional_bnr_area1_pc .bnr_image {
        display: block;
        width: 100%;
        margin: 30px auto -20px auto;
    }
    .product_info .product_images .optional_bnr_area1_pc .bnr_image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .product_info .product_images .optional_bnr_area1_pc .text_btn {
        display: block;
        padding: 15px;
        margin: 30px auto -20px auto;
        border: solid 1px #a8463b;
        border-radius: 0px 8px;
        color:#a8463b;
        font-size: 17px;
        font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
        text-align: center;
        line-height: 1.4;
        transition: background-color 0.08s linear 0s;
        text-decoration: none;
    }
    .product_info .product_images .optional_bnr_area1_pc a.text_btn:hover {
        background-color: #a8463b;
        color: #fff;
    }
    .product_info .product_images .optional_bnr_area1_pc .text_btn strong,
    .product_info .product_images .optional_bnr_area1_pc .text_btn b {
        font-weight: bold;
    }
    .product_info .product_intro .optional_bnr_area1_sp {
        display: none;
    }
	.product_info .product_images .cart_area_btn_pc a {
		display: block;
		background: url("../images/products/icon_cart_arrow.png") no-repeat 288px center #a8463b;	
	color:#fff;
		margin-top: 30px;
		border-radius: 0px 8px;
		font-size: 17px;
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
		height: 50px;
		text-align: center;
		line-height: 50px;
		transition: background-color 0.08s linear 0s;
		text-decoration: none;
	}
	.product_info .product_images .cart_area_btn_pc a:hover {
		background-color: #a8463b;
		opacity: .8;
	}
	.product_info .product_images .cart_area_btn_pc a:before {
		content: ".";
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 20px;
		height: 21px;
		background-image: url("../images/common/icon_cart.png");
	}
	.product_info .product_intro .cart_area_btn_sp {
		display: none;
	}
	
	.product_info .product_intro {
		width: 460px;
		float: left;
	}
	.product_info .product_intro .name {
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.66;
	}
	.product_info .product_intro .edit {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.product_info .product_intro .edit a {
		color: #b1153a;
	}
	/*
	.product_info .product_intro .voice {
		margin: 0 0 15px 0;
	}
	.product_info .product_intro .voice a {
		padding: 3px 0 3px 25px;
		font-size: 14px;
		color: #b1153a;
		background: url(../images/products/icon_voice.png) 0 center no-repeat;
	}
	*/
	.product_info .product_intro .social_btns {
		margin: 0 0 30px 0;
	}
	.product_info .product_intro .social_btns .fb,
	.product_info .product_intro .social_btns .tw {
		display: inline-block;
	}
	.product_info .product_intro .social_btns .tw {
		margin-left:10px;
	}
	
	/* Cart */
	#cart_area {
		overflow:hidden;
		border-top:#8E4D55 solid 2px;
		padding: 40px 0 30px;
		margin: 100px 0;
	}
	#cart_area .title {
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size:22px;
		text-align:center;
		margin-bottom: 50px;
	}
	#cart_area .title:before {
		content: '';
		background:url(../images/products/icon_cartarea.png) no-repeat;
		width: 50px;
		height: 50px;
		display:block;
		margin: 0 auto 30px;
	}
	#cart_area .form_wrapper {
		margin-bottom: 10px;
	}
	#cart_area .form_wrapper .image {
		float:left;
		width:200px;
	}
	#cart_area .form_wrapper .image img {
		width:80%;
		height:auto;
	}
	#cart_area .form_wrapper .about {
		float:right;
		width:590px;
	}
	#cart_area .form_wrapper .name {
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.66;
	}
	#cart_area .form_wrapper .caps {
		margin: 0 0 25px 0;
		font-size: 14px;
		line-height: 1.857;
	}
	#cart_area .form_wrapper .volume {
		margin: 0 0 25px 0;
	}
	#cart_area .form_wrapper .volume dt {
		margin: 0 0 5px 0;
		font-size: 14px;
		font-weight: bold;
	}
	#cart_area .form_wrapper .volume dd {
		font-size: 14px;
	}	
	#cart_area .form_wrapper .voice_info {
		margin: 0 3px 25px 0;
		padding:15px 10px;
	}
	#cart_area .form_wrapper .voice_info .voice_link {
		display:inline-block;
	}
	#cart_area .form_wrapper .voice_info .voice_link a {
		padding: 3px 0 3px 25px;
		font-size: 14px;
		color: #b1153a;
		background: url(../images/products/icon_voice.png) 0 center no-repeat;
	}
	#cart_area .form_wrapper .voice_info .voice_star {
		margin-right:20px;
	}
	#cart_area .form_wrapper .form {
		width: 806px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background-color:#fff;
		overflow: hidden;
		-webkit-box-shadow: 1px 0px 3px 1px #E6DFD8;
		-moz-box-shadow: 1px 0px 3px 1px #E6DFD8;
		box-shadow: 1px 0px 3px 1px #E6DFD8;
	}
	#cart_area .form .btn_submit[disabled=disabled] {
		background-color: #DBD4CD !important;
	}
	#cart_area .form .btn_submit[disabled=disabled]:hover {
		cursor:default;
	}
	#cart_area .form .sold_out_message {
 	padding: 10px 0 0 0;
		font-size: 12px;
		line-height: 1.5;
		color: #B1153A;
		font-weight:bold;
	}
	#cart_area .form_once,
	#cart_area .form_regular {
		width: 100%;
		margin: 0px auto 15px;
	}	
	#cart_area .form_once {
		padding: 2px;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	#cart_area form {
		width: 806px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background-color:#fff;
		overflow: hidden;
		-webkit-box-shadow: 1px 0px 3px 1px #E6DFD8;
		-moz-box-shadow: 1px 0px 3px 1px #E6DFD8;
		box-shadow: 1px 0px 3px 1px #E6DFD8;
	}
	#cart_area .form_once form .numbers {
		width: 330px;
		padding: 15px 15px 0 25px;
		float: left;
	}
	#cart_area .price_box {
		overflow: hidden;
		line-height: 30px;
	}
	#cart_area .form_once form .price_title {
		width: 775px;
		padding:15px 0 0 25px;
		margin: 0;
		font-size: 16px;
		color: #413121;

	}
	#cart_area .form_once form .numbers .price_box .price {
		margin: 0;
		font-size: 13px;
	}
	#cart_area .form_once form .numbers .price_box .price .num {
		font-size: 30px;
		font-family: "Cardo", serif;
		font-weight: bold;
	}
	#cart_area .form_once form .numbers .price_box .price .yen {
		padding: 0 0 0 3px;
		font-size: 16px;
	}
	#cart_area .form_once form .numbers .price_point {
		font-size: 13px;
	}
	#cart_area .form_once form .numbers .price_point_note {
		padding: 5px 0 0 0;
		line-height: 1.2;
		font-size: 13px;
		font-weight: bold;
		color: #b1153a;
	}
	#cart_area .form_once form .numbers .price_point_note a {
		text-decoration: underline;
	}
	#cart_area .form_once form .numbers .price_num {
		margin: 0 0 15px 0;
		font-size: 14px;
	}
	#cart_area .form_once form .numbers .price_num input {
		width: 50px;
		height: 24px;
		margin: 0 3px 0 10px;
		padding: 0 5px 0 5px;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: #FBF9F7;
		outline: none;
		font-size: 13px;
		display: inline-block;
	}
	#cart_area .form_once form .inputs {
		width: 380px;
		float: right;
		padding: 15px 15px 15px 0;
	}
	#cart_area .form_once form .inputs .btn_submit {
		width: 100%;
		padding: 0;
		line-height: 50px;
		border: none;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		overflow: hidden;
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
		font-size: 17px;
		background-color: #a8463b;
		text-align: center;
		text-decoration: none;
		color: #fff;
		-webkit-transition: background-color 0.08s linear;
			transition: background-color 0.08s linear;
		outline: none;
	}
	#cart_area .form_once form .inputs .btn_submit:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 20px;
		height: 21px;
		background-image: url(../images/common/icon_cart.png);
	}
	#cart_area .form_once form .inputs .btn_submit:hover {
		background-color: #b15040;
	}
	#cart_area .form_once form .note {
		padding: 0 15px 15px 15px;
		clear:both;
		float: none;
	}
	#cart_area .form_once form .note p {
		padding: 10px;
		font-size: 13px;
		background-color: rgb(244, 241, 236);
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		line-height:1.3;
		color: #000000b3;
	}
	#cart_area .form_once form .note p a {
		text-decoration: underline;
	}
	#cart_area .form_once form .note p a:hover {
		text-decoration: none;
	}
	#cart_area .form_regular form .numbers {
		width: 330px;
		padding: 15px 15px 0 25px;
		float: left;
	}
	#cart_area .form_regular form .numbers .price_title_regular {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 312px;
		height: 61px;
		margin: 0 auto;
		background-image: url(../images/products/price_title_regular.png);
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
	}
	#cart_area .form_regular form .price_title {
		width: 775px;
		padding:15px 0 0 25px;
		margin: 0;
		font-size: 16px;
		color: #72202a;
		line-height: 1.6;

	}
	#cart_area .form_regular form .numbers .price {
		margin: 0 0 12px 0;
		font-size: 13px;
	}
	#cart_area .form_regular form .numbers .price .num {
		font-size: 30px;
		font-family: "Cardo", serif;
		font-weight: bold;
	}
	#cart_area .form_regular form .numbers .price .yen {
		padding: 0 0 0 3px;
		font-size: 16px;
	}
	#cart_area .form_regular form .numbers .price_point {
		margin-bottom: 10px;
		font-size: 13px;
	}
	#cart_area .form_regular form .numbers .price_point a {
		padding: 3px 0 3px 20px;
		background: url(../images/common/common_icons.png) 0 2px no-repeat;
	}
	#cart_area .form_regular form .numbers .price_point_note {
		padding: 0;
		line-height: 1.2;
		font-size: 13px;
		font-weight: bold;
		color: #6c714a;
	}
	#cart_area .form_regular form .numbers .price_point_note a {
		text-decoration: underline;
	}
	#cart_area .form_regular form .numbers .price_num {
		margin: 0 0 15px 0;
		font-size: 14px;
	}
	#cart_area .form_regular form .numbers .price_num input {
		width: 50px;
		height: 24px;
		margin: 0 3px 0 10px;
		padding: 0 5px 0 5px;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: #FBF9F7;
		outline: none;
		font-size: 13px;
		display: inline-block;
	}
	#cart_area .form_regular form .inputs {
		width: 380px;
		float: right;
		padding: 15px 15px 15px 0;
	}
	#cart_area .form_regular form .inputs .btn_submit {
		width: 100%;
		padding: 0;
		line-height: 50px;
		border: none;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		overflow: hidden;
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
		font-size: 17px;
		background-color: #a8463b;
		text-align: center;
		text-decoration: none;
		color: #fff;
		-webkit-transition: background-color 0.08s linear;
			transition: background-color 0.08s linear;
		outline: none;
	}
	#cart_area .form_regular form .inputs .btn_submit:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 20px;
		height: 21px;
		background-image: url(../images/common/icon_cart.png);
	}
	#cart_area .form_regular form .inputs .btn_submit:hover {
		background-color: #b15040;
	}
	#cart_area .form_regular form .inputs .price_link {
		margin-top: 10px;
		font-size: 13px;
	}
	#cart_area .form_regular form .inputs .price_link a {
		padding: 3px 0 3px 20px;
		background: url(../images/common/common_icons.png) 0 2px no-repeat;
	}
	#cart_area .form_regular form .note {
		padding: 0 15px 15px 15px;
		clear:both;
		float: none;
	}
	#cart_area .form_regular form .note p {
		padding: 10px;
		font-size: 13px;
		background-color: rgb(244, 241, 236);
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		line-height:1.4;
		color: #000000b3;
	}
	#cart_area .form_regular form .note p a {
		text-decoration: underline;
	}
	#cart_area .form_regular form .note p a:hover {
		text-decoration: none;
	}
	#cart_area .form_regular.eco form .numbers .price_title_regular {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 312px;
		height: 61px;
		margin: 0 auto;
		background-image: url(../images/products/price_title_regular_eco.png);
		position: absolute;
		top: -10px;
		left: 0;
		right: 0;
	}
	#cart_area .form_regular.eco form .numbers .price_title {
		text-align:right;	
	width: 8em;
	}
	#cart_area .form_regular.eco form .numbers .price_title.first {
		line-height:1.2;	
	}
	#cart_area .form_regular.eco form .inputs .eco_attention {
		padding: 10px 0 0 0;
		font-size: 12px;
		line-height: 1.5;
	}
	#cart_area .btn_more_box .btn_more_info {
		width:450px;
		float:right;
	}
	#cart_area .btn_more_box .btn_more_info.regular a {
		padding: 0 0 0 112px;
	}
	#cart_area .btn_more_box .btn_more_info.regular a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 112px;
		height: 56px;
		background: url(../images/products/icon_regular.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	#cart_area .btn_more_box .btn_more_info.refill a {
		padding: 0 0 0 112px;
	}
	#cart_area .btn_more_box .btn_more_info.refill a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 112px;
		height: 56px;
		background: url(../images/products/icon_refill.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	#cart_area .btn_more_box .btn_more_info.pot a {
		padding: 0 0 0 112px;
	}
	#cart_area .btn_more_box .btn_more_info.pot a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 112px;
		height: 56px;
		background: url(../images/products/icon_pot.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	#cart_area .btn_more_box .btn_more_info.lotion a {
		padding: 0 0 0 112px;
	}
	#cart_area .btn_more_box .btn_more_info.lotion a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 112px;
		height: 56px;
		background: url(../images/products/icon_lotion.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
    #cart_area .optional_bnr_area2 {
        display: block;
        width: 100%;
        margin: 30px auto 20px auto;
    }
    #cart_area .optional_bnr_area2 .bnr_image {
        display: block;
        width: 100%;
    }
    #cart_area .optional_bnr_area2 .bnr_image img {
        width: 100%;
        height: auto;
        display: block;
    }
    #cart_area .optional_bnr_area2 .bnr_image img.sp {
        display: none;
    }
    #cart_area .optional_bnr_area2 .text_btn {
        display: block;
        padding: 15px;
        border: solid 1px #a8463b;
        border-radius: 0px 8px;
        color:#a8463b;
        font-size: 18px;
        font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        transition: background-color 0.08s linear 0s;
        text-decoration: none;
    }
    #cart_area .optional_bnr_area2 a.text_btn:hover {
        background-color: #a8463b;
        color: #fff;
    }
    #cart_area .optional_bnr_area2 .text_btn strong,
    #cart_area .optional_bnr_area2 .text_btn b {
        font-weight: bold;
    }
    
	
	/* popup_btns */
	.popup_btns {
		margin-bottom: 50px;
	}
	.popup_btns ul {
		text-align:right;
		font-size: 0;
		margin-left: -20px;
	}
	.popup_btns ul li {
		width: 146px;
		margin-left: 20px;
		display:inline-block;
		font-size:14px;
		vertical-align: top;
	}
	.popup_btns ul li a {
		display:block;
		width:100%;
		height:95px;
		background: #FFF url("../images/products/icon_plus.png") no-repeat center 75px;
		border-radius: 0px 10px;
		border: 1px solid #CDC1B5;
		padding-top: 5px;
		text-align: center;
		position:relative;
	}	
	.popup_btns ul li.is_hfs a {	
	background: #fff url("../images/products/icon_arrow.png") no-repeat center 75px;
	}
	.popup_btns ul li a:hover {
		background-color: #CDC1B5;
		text-decoration:none;
	}
	.popup_btns ul li a:before {	
	content: ".";
		display: block;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		margin:0px auto 5px;
		height: 40px;
	}
	.popup_btns ul li.is_hfs a:before {
		width: 56px;
		background: url("../images/products/icon_hfs.png") no-repeat center;
	}
	.popup_btns ul li.point a:before {
		width: 35px;
		background: url("../images/products/icon_point.png") no-repeat center;
	}
	.popup_btns ul li.kind a:before {
		width: 37px;
		background: url("../images/products/icon_type.png") no-repeat center;
	}
	.popup_btns ul li.type_pot a:before {
		width: 25px;
		background: url("../images/products/lineup_icon_pot.png") no-repeat center;	
	}
	.popup_btns ul li.type_stick a:before {
		width: 37px;
		background: url("../images/products/lineup_icon_stick.png") no-repeat center;	
	}
	.popup_btns ul li.howto a:before {
		width: 42px;
		background: url("../images/products/icon_howto.png") no-repeat center;
	}	
	.btn_more_info.is_skincare {
		width: 460px;
		float:left;
	}
	.btn_more_info.is_skincare a {
		height:50px;
		line-height:50px;
		padding: 0px 0px 0px 80px;
		background: #fff url("../images/products/icon_arrow.png") no-repeat 420px center;
	}
	.btn_more_info.is_skincare a:before {
		content: ".";
		display: block;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 82px;
		height: 45px;
		background: url("../images/products/icon_skincare.png") no-repeat center;
		top: 1px;
		left: 1px;
	}
	
	.product_body {
		margin-bottom: 50px;
	}
	
	.movie_wrap {
		margin-bottom: 70px;
	}
	.movie_wrap iframe {
		width: 810px;
		height: 455px;	
	}
	
	/*
	.product_body #about_hfs {
		margin: 25px auto 0 auto;
	}
	.product_body #about_hfs .btn_hfs {
		width: 455px;
		margin: 0px 0px 20px 1px;
		padding: 4px;
		height: 50px;
		background: url(../images/products/btn_about_hfs.png) 0 0 no-repeat;
	}
	.product_body #about_hfs .btn_hfs a {
		width: 455px;
		line-height: 50px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 20px;
		text-shadow: 0 0 2px #fff;	
	}
	.product_body #about_hfs .btn_hfs a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	.product_body #about_hfs .btn_skincare {
		width: 455px;
		margin: 0px 0px 20px 1px;
		padding: 4px;
		height: 50px;
		background: url(../images/products/btn_about_skincare.png) 0 0 no-repeat;
	}
	.product_body #about_hfs .btn_skincare a {
		width: 455px;
		line-height: 50px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 20px;
		text-shadow: 0 0 2px #fff;	
	}
	.product_body #about_hfs .btn_skincare a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	*/
	.product_description.product_lead {
		float:none;
		margin-bottom:0;
	}
	.product_description.product_lead .text {
		width:auto;
		padding:0;
	}
	.product_description {
		margin: 0 auto 30px;
		overflow: hidden;
	}
	.product_description .contents_sub_title {
		width: 795px;
		/*padding-left: 30px;*/
	padding-left: 15px;
		margin-top: 0;
		margin-bottom: 0;
		cursor: pointer;
		position: relative;
		background: url("../images/products/title_sub_bg.png") no-repeat;
	}
	/*
	.product_description .contents_sub_title:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 7px;
		height: 12px;
		background: url(../images/common/common_icons.png) 0 -450px no-repeat;
		position: absolute;
		top: 15px;
		left: 15px;
	}
	*/
	.product_description .contents_sub_title:hover {
		color: #fff;
	}
	.product_description .images {
		width: 700px;
		margin:0 auto;
	}
	.product_description .images img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
		display: block;
	}
	.product_description .img_notes {
		color: #b7b7b7;
		font-size: 13px;
	}
	.product_description .text {
		width: 700px;
		padding: 0px 0px 0px 5px;
		margin:0 auto;
	}
	.product_description .text .copy {
		margin: 0 0 15px 0;
		font-size: 20px;
		line-height: 1.5625;
	}
	.product_description .text .text_body {
		margin: 0 0 1em 0;
		font-size: 15px;
		line-height: 1.8;
	}
	.product_description .text .text_body a {
		color: #b1153a;
	}
	.product_description .text .text_body a:hover {
		text-decoration: underline;
	}
	
	.product_description .text .btn_hfs {
		width: 367px;
		margin: 0;
		padding: 4px;
		height: 92px;
		background: url(../images/top/top_begginer_hfs.png) 0 0 no-repeat;
	}
	.product_description .text .btn_hfs a {
		line-height: 92px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 22px;
	}
	.product_description .text	.btn_hfs a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	.product_description .text .btn_skincare {
		width: 367px;
		margin: 0;
		padding: 4px;
		height: 92px;
		background: url(../images/products/btn_about_skincare_cate.png) 0 0 no-repeat;
	}
	.product_description .text .btn_skincare a {
		line-height: 92px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 22px;
	}
	.product_description .text .btn_skincare a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	.product_description .text .btns {
		padding: 10px 0 0 0;
	}
	.product_description .text .btns .btn_more_info a {
		padding: 0 0 0 80px;
		background-position: 430px center;
	}
	/*
	.product_description .text .btns .btn_more_info.point a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/icon_point.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	.product_description .text .btns .btn_more_info.howto a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/icon_howto.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	.product_description .text .btns .btn_more_info.type a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/icon_type.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	.product_description .text .btns .btn_more_info.type_pot a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/lineup_icon_pot.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	.product_description .text .btns .btn_more_info.type_stick a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/lineup_icon_stick.png) center center no-repeat;
		top: 1px;
		left: 1px;
	}
	*/
	.product_description .contents_sub {
		padding: 20px 0 0 0;
		display: none;
	}
	.product_description .herbs {
		margin: 0 3px 20px 3px;
		padding: 5px 20px 5px 20px;
		background-color: #fff;
	}
	.product_description .herbs ul {
		width: 100%;
		display: table;
	}
	.product_description .herbs ul li {
		display: table-row;
	}
	.product_description .herbs ul li strong {
		padding: 15px 15px 15px 25px;
		font-size: 14px;
		font-weight: bold;
		vertical-align: top;
		display: table-cell;
		background: url(../images/common/line_noise.png) left bottom repeat-x;
		position: relative;
	}
	.product_description .herbs ul li strong:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 16px;
		height: 21px;
		background-image: url(../images/common/icon_herb_green.png);
		left: 0;
		top: 11px;
	}
	.product_description .herbs ul li span {
		padding: 15px 0 15px 0;
		font-size: 14px;
		vertical-align: top;
		display: table-cell;
		background: url(../images/common/line_noise.png) left bottom repeat-x;
	}
	.product_description .herbs ul li:last-child strong,
	.product_description .herbs ul li:last-child span {
		background: none;
	}
	.product_description.one_column.display .contents_sub {
		display: block;
	}
	.product_description.one_column .copy {
		margin: 0 50px 20px 60px;
		font-size: 20px;
		line-height: 1.5625;
		border-bottom: 1px dotted #413121;
		padding: 15px 0 10px;
		font-weight: bold;
	}
	.product_description.one_column .text_body {
		margin: 10px 0 50px 60px;
		font-size: 15px;
		line-height: 1.8;
		width:700px;
	}
	.product_description.one_column .text_body a {
		color: #b1153a;
	}
	.product_description.one_column .text_body a:hover {
		text-decoration: underline;
	}
	.product_description.one_column .contents_sub .images {
		width: 700px; 
		float: none;
		margin:0 0 0 60px;
	}
	.product_description.one_column .contents_sub .images img {
		width: auto;
		margin: 0px auto;
	}
    .product_description.one_column .contents_sub .images img.sp {
		display: none;
	}
	.product_related .lineup {
		display: none;
		padding: 20px;
		margin: 0 0 30px 0;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
		background-color: #fff;
		overflow: hidden;
	}
	.product_related .lineup h4 {
		height: 46px;
		margin: 0 auto 20px auto;
		font-size: 20px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 46px;
		text-align: center;
		background: url(../images/products/lineup_title.png) center center no-repeat;
	}
	.product_related .lineup .lead {
		margin: 0 0 25px 0;
		font-size: 14px;
		line-height: 1.428;
	}
	.product_related .lineup .lineup_items {
		background: url(../images/common/line_red.png) right top repeat-x;
		float: left;
	}
	.product_related .lineup .lineup_items h5 {
		margin: 0 0 25px 0;
		font-size: 18px;
		line-height: 40px;
		text-align: center;
		font-family: "Cardo", serif;
		background: url(../images/common/line_red.png) left bottom repeat-x;
	}
	.product_related .lineup .lineup_items h5 img {
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.product_related .lineup .lineup_items ul li {
		width: 170px;
		margin: 0 8px;
		float: left;
	}
	.product_related .lineup .lineup_items ul li .thumb {
		width: 150px;
		height: 150px;
		overflow: hidden;
		margin: 0 auto 25px auto;
		-webkit-border-radius: 50%;
			border-radius: 50%;
	}
	.product_related .lineup .lineup_items ul li .name {
		margin: 0 0 15px 0;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
	.product_related .lineup .lineup_items ul li .caps {
		height: 7em;
		font-size: 13px;
		line-height: 1.6;
	}
	.product_related .lineup .lineup_items ul li .flavor {
		height: 80px;
		text-align: center;
	}
	.product_related .lineup .lineup_items ul li .flavor img {
		margin: 0 3px 5px 3px;
	}
	.product_related .lineup .lineup_items ul li .btn_common a {
		line-height: 45px;
	}
	.product_related .lineup .lineup_items ul li .btn_common a:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 7px;
		height: 12px;
		background: url(../images/common/common_icons.png) 0 -450px no-repeat;
		position: absolute;
		top: 16px;
		right: 15px;
	}
	.product_related .lineup .lineup_items.stick {
		float: right;
	}

	.product_voice {
		margin: 0 0 30px 0;
	}
	.product_voice h3 {
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: bold;
		line-height: 35px;
	}
	.product_voice h3 i {
		background: url(../images/products/icon_voice_large.png) 0 0 no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 0 0;
		width: 37px;
		height: 30px;
	} 
	.product_voice .comments {
		background: #ffffff;
		padding: 20px 20px 1px;
		margin-bottom: 20px;
		-webkit-box-shadow: 1px 0px 3px 1px #E6DFD8;
			box-shadow: 1px 0px 3px 1px #E6DFD8;
	}
	.product_voice .comments li{
		padding: 10px 0 20px;
		margin-bottom: 10px;
		background: url(../images/common/line_noise2.png) center bottom repeat-x;
	}
	.product_voice .comments li .voice_info {
		margin-bottom: 15px;
	}
	.product_voice .comments li .voice_title {
		color: #b1153a;
		font-size: 16px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.product_voice .comments li p {
		font-size: 14px;
		line-height: 1.538;
	}
	.product_voice .comments li p.voice_person {
		margin-bottom: 0; 
	display: inline-block;
	}
	.product_voice .comments li:last-child {
		background: none;
	}
	.product_voice .comments_more {
		overflow: hidden;
	}
	.product_voice .comments_more .btn_more_info {
		height: 50px;
	}
	.product_voice .comments_more .btn_more_info a {
		height: 50px;
		line-height: 50px;
		text-align: center;
		background-image: none;
	}
	.product_voice .comments_more .btn_more_info.write {
		width: 395px;
		float: right;
	}
	.product_voice .comments_more .btn_more_info.write a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		background-image: url(../images/products/icon_write.png);
		width: 22px;
		height: 24px;
	}
	.product_voice .comments_more .btn_more_info.more {
		width: 395px;
		float: left;
	}
	.product_voice .comments_more .btn_more_info.more a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		background-image: url(../images/products/icon_voice_mid.png);
		width: 26px;
		height: 21px;
	}
	.product_voice .comments_more .btn_more_info.staff {
		clear: both;
	}
	.product_voice .comments_more .btn_more_info.staff a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		background-image: url(../images/products/icon_staff.png);
		width: 42px;
		height: 33px;
	}
	.product_voice .comments_more .comments_contents {
		width: 810px;
		clear: both;
		display: none;
	}
	.product_voice .comments_more .post_comment {
		width: 810px;
		margin: 0 0 20px 0;
		background-color: #fff;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.product_voice .comments_more .post_comment .comment-respond {
		padding: 20px;
	}
	.product_voice .comments_more .post_comment .comment-respond h3 {
		font-size: 16px;
		text-align: center;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p {
		padding: 12px;
		overflow: hidden;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p label {
		display: block;
		width: 100px;
		padding: 5px 20px 0 0;
		float: left;
		font-size: 14px;
		text-align: right;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p span {
		font-size: 14px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p input[type=text],
	.product_voice .comments_more .post_comment .comment-respond .comment-form p textarea {
		width: 550px;
		padding: 5px;
		font-size: 14px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
		background-color: #f4f1ec;
		color: #827568;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-left: solid 1px #e6dfd8;
		border-bottom: none;
		outline: none;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p input[type=text]:focus,
	.product_voice .comments_more .post_comment .comment-respond .comment-form p textarea:focus {
		background-color: #fdfbf7;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p select {
		padding: 5px;
		font-size: 14px;
		background-color: #f4f1ec;
		color: #827568;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-left: solid 1px #e6dfd8;
		border-bottom: none;
		-webkit-border-radius: 4px;
			border-radius: 4px;
		outline: none;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .logged-in-as {
		font-size: 12px;
		text-align: center;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .logged-in-as a {
		font-size: 12px;
	}	
	.product_voice .comments_more .post_comment .comment-respond .comment-form .point_present {
		width:400px;
		text-align: center;
		margin:20px auto;
		border: 1px solid #CDC1B5;
		padding: 5px 5px 15px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .point_present .comment_attention {
		font-size: 13px;
		line-height:1.3;
		text-align:center;	
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .point_present_title {
		color:#B1153A;
		font-weight: bold;
		font-size: 14px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form #comment_attention_box {
		padding-left:132px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form #comment_attention_box p {
		display: block;
		font-size: 13px;
		line-height:1.3;
		padding:0;
		text-indent:-1em;
		padding-left:1em;	
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .submit {
		width: 200px;
		height: 35px;
		margin: 0 auto;
		display: block;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		overflow: hidden;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background-color: #72202a;
		border: none;
		text-align: center;
		text-decoration: none;
		color: #fff;
		outline: none;
		-webkit-transition: background-color 0.08s linear;
			transition: background-color 0.08s linear;
		position: relative;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .submit:hover {
		background-color: #8e4d55;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .ajax-processing {
		text-align: center;
		font-size: 14px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .ajax-success {
		padding: 50px 0;
		text-align: center;
		font-size: 14px;
		color: #b1153a;
		line-height:1.5;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .ajax-error {
		text-align: center;
		font-size: 14px;
	}
	.product_voice .comments_more .staff_comment {
		width: 810px;
		margin: 0 0 20px 0;
	}
	.product_voice .comments_more .staff_comment dl {
		width: 100%;
		display: table;
		margin-bottom: 10px;
	}
	.product_voice .comments_more .staff_comment dl dt {
		width: 80%;
		padding: 20px;
		display: table-cell;
		font-size: 14px;
		line-height: 1.538;
		margin-bottom: 15px;
		background-color: #fff;
		-webkit-border-radius: 10px;
			border-radius: 10px;
		vertical-align: top;
		position: relative;
	}
	.product_voice .comments_more .staff_comment dl dt:after {
		content: ' ';
		position: absolute;
		top: 15px;
		right: -10px;
		width: 0;
		height: 0;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
		border-top: 10px solid transparent;
	}
	.product_voice .comments_more .staff_comment dl dd {
		padding: 20px;
		padding-top: 10px;
		display: table-cell;
		color: #b1153a;
		font-size: 14px;
		margin-bottom: 15px;
		font-weight: bold;
		vertical-align: top;
		line-height:1.5;
		/*white-space: nowrap;*/
	}
	.product_voice .comments_more .staff_comment dl dd:last-child {
		background: none;
	}

	.product_voice .comments_notes {
		font-size: 12px;
		line-height: 1.6;
		color: #827568;
		padding: 0 10px;
		text-align:right;
	}

	#staff_review .comments_contents {
		display: block;
	}

	.product_about .faq dl {
		margin: 0 0 40px 0;
	}
	.product_about .faq dl dt {
		margin: 10px 0 0 0;
		padding: 0 0 20px 35px;
		font-size: 16px;
		position: relative;
		cursor: pointer;
	}
	.product_about .faq dl dt:before {
		content: 'Q';
		font-size: 20px;
		color: #6c714a;
		font-family: "Cardo", serif;
		position: absolute;
		top: -2px;
		left: 10px;
	}
	.product_about .faq dl dd {
		padding: 0 0 35px 35px;
		font-size: 14px;
		line-height: 1.571;
		position: relative;
		display: none;
	}
	.product_about .faq dl dd:before {
		content: 'A';
		font-size: 20px;
		color: #6c714a;
		font-family: "Cardo", serif;
		position: absolute;
		top: -4px;
		left: 13px;
	}
	.product_about .component {
		margin: 0 0 50px 0;
	}
	.product_about .component p {
		padding: 0 10px 0 10px;
		font-size: 14px;
		line-height: 1.857;
	}
	.product_about .product_attention {
			margin: 0px 0px 50px;
	}
	.product_about .product_attention ul li {
		padding: 0 10px;
		margin: 0 0 25px 0;
		font-size: 14px;
		line-height: 1.857;
		 /* background: url(../images/common/icon_dot_green.png) 5px 10px no-repeat;*/
	}

	/* Product Regular Category Page */
	.product_regular .intro .title {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 810px;
		height: 520px;
		margin-bottom: 75px;
		background-image: url(../images/products/bnr_teiki_nobtn.jpg);
	}
	.product_regular .intro .title br {
		display: none;
	}
	.product_regular .campaign {
		width: 810px;
		height: 393px;
		padding: 63px 0 0 0;
		margin: 0 0 50px 0;
		background: url(../images/products/product_regular_campaign_skin.png) 0 0 no-repeat;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		position: relative;
	}
	.product_regular .campaign h3 {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 452px;
		height: 87px;
		margin: 0 auto 18px auto;
		background-image: url(../images/products/product_regular_campaign_title.png);
		position: absolute;
		top: -37px;
		left: 0;
		right: 0;
	}
	.product_regular .campaign .copy {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 441px;
		height: 63px;
		margin: 0 auto 18px auto;
		background-image: url(../images/products/product_regular_campaign_copy.png);
	}
	.product_regular .campaign .copy br {
		display: none;
	}
	.product_regular .campaign dl {
		height: 182px;
		padding: 32px 0 0 0;
		background: url(../images/products/product_regular_campaign_present_skin.png) center 0 no-repeat;
	}
	.product_regular .campaign dl dt {
		width: 300px;
		text-align: right;
		float: left;
	}
	.product_regular .campaign dl dd {
		width: 420px;
		padding: 0 0 0 45px;
		float: left;
	}
	.product_regular .campaign dl .item {
		margin: 0 0 20px 0;
		font-size: 20px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		line-height: 1.35;
	}
	.product_regular .campaign dl .item span {
		font-weight: bold;
		font-size: 14px;
	}
	.product_regular .campaign dl .item strong {
		font-size: 24px;
		font-weight: bold;
		color: #b1153a;
	}
	.product_regular .campaign dl .list {
		line-height: 1.5;
	}
	.product_regular .campaign dl .list strong {
		font-weight: bold;
	}
	.product_regular .campaign .attention {
		padding: 10px 30px 0 30px;
	}
	.product_regular .campaign .attention li {
		font-size: 12px;
	}
	.product_regular .about {
		margin-bottom: 50px;
	}
	.product_regular .about .caps {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
	}
	.product_regular .about .text {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.857;
	}
	.product_regular .about .points {
		padding: 25px 15px 0 15px;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.product_regular .about .points dt {
		width: 598px;
		height: 46px;
		margin: 0 auto 25px auto;
		line-height: 46px;
		background: url(../images/products/product_regular_campaign_point_title.png) 0 0 no-repeat;
		text-align: center;
		font-size: 16px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.product_regular .about .points dt span {
		margin: 0 0 0 10px;
		font-size: 22px;
	}
	.product_regular .about .points dd {
		padding: 20px;
		margin: 0 15px 30px 15px;
		background-color: #F4F1EC;
		background-repeat: no-repeat;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.product_regular .about .points dd h3 {
		margin-bottom: 5px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.product_regular .about .points dd h3:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 60px;
		height: 60px;
	}
	.product_regular .about .points dd p {
		font-size: 13px;
		line-height: 1.7;
	}
	.product_regular .about .points .point1 {
		width: 320px;
		padding-bottom: 90px;
		background-image: url(../images/products/product_regular_campaign_point_img1.png);
		background-position: center 130px;
	}
	.product_regular .about .points .point1 h3 {
		text-align: center;
		font-size: 16px;
	}
	.product_regular .about .points .point1 h3 span {
		font-size: 24px;
	}
	.product_regular .about .points .point1 h3:before {
		background-image: url(../images/products/product_regular_campaign_point_icon1.png);
	}
	.product_regular .about .points .point2 {
		width: 320px;
		padding-bottom: 90px;
		background-image: url(../images/products/product_regular_campaign_point_img2.png);
		background-position: center 150px;
	}
	.product_regular .about .points .point2 h3 {
		font-size: 16px;
		text-align: center;
	}
	.product_regular .about .points .point2 h3 span {
		padding-left: 10px;
		font-size: 24px;
	}
	.product_regular .about .points .point2 h3:before {
		background-image: url(../images/products/product_regular_campaign_point_icon2.png);
	}
	.product_regular .about .points .point3 {
		width: 190px;
		padding-bottom: 125px;
		background-image: url(../images/products/product_regular_campaign_point_img3.png);
		background-position: center 175px;
	}
	.product_regular .about .points .point3 h3 {
		font-size: 16px;
		line-height: 1.8;
		overflow: hidden;
	}
	.product_regular .about .points .point3 h3:before {
		float: left;
		background-image: url(../images/products/product_regular_campaign_point_icon3.png);
	}
	.product_regular .about .points .point4 {
		width: 190px;
		padding-bottom: 125px;
		background-image: url(../images/products/product_regular_campaign_point_img4.png);
		background-position: center 175px;
	}
	.product_regular .about .points .point4 h3 {
		font-size: 15px;
		line-height: 1.333;
		overflow: hidden;
	}
	.product_regular .about .points .point4 h3:before {
		float: left;
		background-image: url(../images/products/product_regular_campaign_point_icon4.png);
	}
	.product_regular .about .points .point5 {
		width: 190px;
		padding-bottom: 125px;
		background-image: url(../images/products/product_regular_campaign_point_img5.png);
		background-position: center 185px;
	}
	.product_regular .about .points .point5 h3 {
		font-size: 15px;
		line-height: 1.333;
		overflow: hidden;
	}
	.product_regular .about .points .point5 h3:before {
		float: left;
		background-image: url(../images/products/product_regular_campaign_point_icon5.png);
	}
	
	.product_regular .faq {
		margin-bottom: 50px;
		padding: 25px 30px 40px;
		background-color: #FFF;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
		overflow: hidden;
	}
	.product_regular .faq h2 span{
		font-size:16px;
	}
	.product_regular .faq h2 .big{
		font-size:22px;
	}
	.product_regular .faq dl dt {
		font-size:16px;
		font-weight:bold;
		margin-bottom: 20px;
		color:#75A818;
		line-height: 1.5;
	}
	.product_regular .faq dl dt:before {
		font-family: "Cardo",serif;
		font-size: 20px;
		color: #6c714a;
		display: inline-block;
		content:"Q";
		margin-right: 10px;
	}
	.product_regular .faq dl dd {
		font-size:14px;
		line-height: 1.5;
		padding: 20px 20px 10px;
		margin: 0px 0 40px;
		background-color: #F4F1EC;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.product_regular .faq dl dd p {
		margin-bottom: 15px;
	}
	.product_regular .faq dl dd .title {
		font-size:16px;
		font-weight:bold;
	}
	.product_regular .faq dl dd .title:before {
		font-family: "Cardo",serif;
		font-size: 20px;
		color: #827568;
		display: inline-block;
		content:"A";
		margin-right: 10px;
	}
	.product_regular .faq .btn_common {
		width: 420px;
		padding: 0;
		margin: 0 auto;
		clear: both;
		float: none;
		font-size:16px;
	}
	.product_regular .faq .btn_common a {
		line-height: 50px;
		color: white !important;
	}
	.product_regular .faq .btn_common a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		background-position: 0 -400px;
		background-image: url(../images/common/common_icons.png);
	}
	
	.product_regular .product_list li a {
		min-height: 450px;
	}
	.product_regular .product_list li .icon_volume {
		width: 45px;
		height: 45px;
		-webkit-border-radius: 50%;
			border-radius: 50%;
		background-color: #312519;
		color: #fff;
		font-size: 10px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		position: absolute;
		top: 15px;
		right: 15px;
	}
	.product_regular .product_list li .icon_volume span {
		font-size: 23px;
		display: block;
	}
	.product_regular .product_list li .price_regular {
		line-height: 38px;
		overflow: hidden;
	}
	.product_regular .product_list li .price_regular strong {
		width: 50px;
		padding: 5px 10px;
		margin: 0 10px 0 0;
		background-color: #9cbb65;
		display: block;
		float: left;
		color: #fff;
		font-size: 14px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 16px;
		text-align: center;
		-webkit-border-radius: 5px;
			border-radius: 5px;
	}
	.product_regular .product_list li .price_regular span {
		font-size: 26px;
		color: #827568;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	/*	Search Result and Not Found */
	.search_results .contents_main_title,
	.error .contents_main_title {
		margin-bottom: 50px;
	}
	.search_results .contents_main_title span,
	.error .contents_main_title span {
		font-size: 16px;
	}
	.search_results .not_found,
	.error .not_found {
		padding: 40px 40px 40px 40px;
		background-color: #fff;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.search_results .not_found p,
	.error .not_found p {
		padding: 20px auto 20px auto;
		font-size: 14px;
		text-align: center;
	}
	.search_results .not_found .message,
	.error .not_found .message {
		padding: 20px 0;
		font-size: 13px;
		line-height: 1.5;
		color: #888;
	}
	.search_results .not_found .re_search form,
	.error .not_found .re_search form {
		width: 470px;
		margin: 0 auto 40px auto;
		padding: 21px 0 0 0;
		overflow: hidden;
	}
	.search_results .not_found .re_search form .search_text,
	.error .not_found .re_search form .search_text {
		width: 344px;
		height: 36px;
		margin: 0 3px 0 0;
		padding: 0 5px 0 30px;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: url(../images/common/header_icons.png) no-repeat 5px -90px #f4f1ec;
		outline: none;
		font-size: 18px;
		display: block;
		float: left;
	}
	.search_results .not_found .re_search form .search_text:focus,
	.error .not_found .re_search form .search_text:focus {
		background-color: #fdfbf7;
	}
	.search_results .not_found .re_search form .search_btn,
	.error .not_found .re_search form .search_btn {
		width: 56px;
		height: 36px;
		background: #5a5147;
		border: none;
		-webkit-border-radius: 0 5px 0 5px;
		border-radius: 0 5px 0 5px;
		color: #fff;
		font-size: 16px;
	}
	.search_results .not_found .re_search form .search_btn:hover,
	.error .not_found .re_search form .search_btn:hover {
		background-color: #5a5147;
	}
	.search_results .not_found .btn_common,
	.error .not_found .btn_common {
		width: 250px;
		margin: 0 auto;
	}
	.search_results .not_found .btn_common a,
	.error .not_found .btn_common a {
		line-height: 40px;
		color: white !important;
	}

	/*	Campaign Error */
	.campaign_error .campaign_error_form {
		padding: 40px 40px 40px 40px;
		background-color: #fff;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.campaign_error .campaign_error_form h4 {
		font-size: 16px;
		text-align: center;
		color: #b1153a;
		margin-bottom: 20px;
	}
	.campaign_error .campaign_error_form p {
		padding: 0 auto 5px auto;
		font-size: 14px;
		text-align: center;
	}
	.campaign_error .campaign_error_form .message {
		padding: 0 0 20px 0;
		font-size: 13px;
		line-height: 1.5;
		color: #888;
	}
	.campaign_error .campaign_error_form form {
		width: 400px;
		margin: 0 auto 40px auto;
		padding: 21px 0 0 0;
		overflow: hidden;
	}
	.campaign_error .campaign_error_form form .code {
		width: 300px;
		height: 36px;
		margin: 0 3px 0 0;
		padding: 0 5px 0 5px;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: #f4f1ec;
		outline: none;
		font-size: 18px;
		display: block;
		float: left;
	}
	.campaign_error .campaign_error_form form .code:focus {
		background-color: #fdfbf7;
	}
	.campaign_error .campaign_error_form form .search_btn {
		width: 56px;
		height: 36px;
		background: #5a5147;
		border: none;
		-webkit-border-radius: 0 5px 0 5px;
		border-radius: 0 5px 0 5px;
		color: #fff;
		font-size: 16px;
	}
	.campaign_error .campaign_error_form form .search_btn:hover {
		background-color: #5a5147;
	}
	.campaign_error .campaign_error_form .btn_common {
		width: 250px;
		margin: 0 auto;
	}
	.campaign_error .campaign_error_form .btn_common a {
		line-height: 40px;
		color: white !important;
	}

	/* UI */
	.btn_more_info {
		margin-bottom: 20px;
	}
	.btn_more_info a {
		display: block;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		border: solid 1px #cdc1b5;
		background: url(../images/products/icon_plus.png) 410px center no-repeat white;
		font-size: 15px;
		line-height: 56px;
		text-decoration: none;
		position: relative;
	}
	.btn_more_info a:hover {
		background-color: #cdc1b5;
	}

	#btn_to_cart {
		width: 90px;
		height: 90px;
		position: fixed;
		bottom: 100px;
		right: 15px;
		z-index: 100;
		display: none;
	}
	#btn_to_cart a {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 90px;
		height: 90px;
		background-image: url(../images/common/cart_btn_pc.png);
	}
	#btn_to_cart a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	}
	
	/*
	Colorbox Core Style:
	*/
	.modal {
		outline: none;
	}

	#colorbox, #cboxOverlay, #cboxWrapper {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
		overflow: hidden;
	}

	#colorbox {
		margin-left: auto;
		margin-right: auto;
	}

	#cboxWrapper {
		max-width: none;
	}

	#cboxOverlay {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	#cboxMiddleLeft, #cboxBottomLeft {
		clear: left;
	}

	#cboxContent {
		position: relative;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}

	#cboxLoadedContent {
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	#cboxTitle {
		margin: 0;
	}

	#cboxLoadingOverlay, #cboxLoadingGraphic {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
		cursor: pointer;
	}

	.cboxPhoto {
		float: left;
		margin: auto;
		border: 0;
		display: block;
		max-width: none;
		-ms-interpolation-mode: bicubic;
	}

	.cboxIframe {
		width: 100%;
		height: 100%;
		display: block;
		border: 0;
		padding: 0;
		margin: 0;
	}

	#colorbox, #cboxContent, #cboxLoadedContent {
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}

	/* 
	User Style:
	*/
	#cboxOverlay {
		background: url(../images/colorbox/overlay.png) repeat 0 0;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}

	#colorbox {
		outline: 0;
	}

	#cboxTopLeft {
		width: 0;
		height: 0;
		background: #fff;
		/*background:url(../../images/colorbox/controls.png) no-repeat -101px 0;*/
	}

	#cboxTopRight {
		width: 0;
		height: 0;
		background: #fff;
		/*background:url(../../images/colorbox/controls.png) no-repeat -130px 0;*/
	}

	#cboxBottomLeft {
		width: 0;
		height: 0;
		background: #fff;
		/*background:url(../../images/colorbox/controls.png) no-repeat -101px -29px;*/
	}

	#cboxBottomRight {
		width: 0;
		height: 0;
		background: #fff;
		/*background:url(../../images/colorbox/controls.png) no-repeat -130px -29px;*/
	}

	#cboxMiddleLeft {
		width: 0;
		background: #fff;
		/*background:url(../../images/colorbox/controls.png) left top repeat-y;*/
	}

	#cboxMiddleRight {
		width: 0;
		background: #fff;
		/*background:url(../../images/colorbox/controls.png) right top repeat-y;*/
	}

	#cboxTopCenter {
		height: 0;
		background: #fff;
		/*background:url(../../images/colorbox/border.png) 0 0 repeat-x;*/
	}

	#cboxBottomCenter {
		height: 0;
		background: #fff;
		/*background:url(../../images/colorbox/border.png) 0 -29px repeat-x;*/
	}

	#cboxContent {
		background: #fff;
		overflow: hidden;
	}

	.cboxIframe {
		background: #fff;
	}

	#cboxError {
		padding: 50px;
		border: 1px solid #ccc;
	}

	#cboxLoadedContent {
		margin-bottom: 0;
	}

	#cboxTitle {
		position: absolute;
		bottom: 4px;
		left: 0;
		text-align: center;
		width: 100%;
		color: #949494;
	}

	#cboxCurrent {
		position: absolute;
		bottom: 4px;
		left: 58px;
		color: #949494;
	}

	#cboxLoadingOverlay {
		background: url(../images/colorbox/loading_background.png) no-repeat center center;
	}

	#cboxLoadingGraphic {
		background: url(../images/colorbox/loading.gif) no-repeat center center;
	}

	#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
		border: 0;
		padding: 0;
		margin: 0;
		overflow: visible;
		width: auto;
		background: none;
	}

	#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
		outline: 0;
	}

	#cboxSlideshow {
		position: absolute;
		bottom: 4px;
		right: 30px;
		color: #0092ef;
	}

	#cboxPrevious {
		position: absolute;
		bottom: 0;
		left: 0;
		background: url(../images/colorbox/controls.png) no-repeat -75px 0;
		width: 25px;
		height: 25px;
		text-indent: -9999px;
	}

	#cboxPrevious:hover {
		background-position: -75px -24px;
	}

	#cboxNext {
		position: absolute;
		bottom: 0;
		left: 27px;
		background: url(../images/colorbox/controls.png) no-repeat -50px 0;
		width: 25px;
		height: 25px;
		text-indent: -9999px;
	}

	#cboxNext:hover {
		background-position: -50px -24px;
	}

	#cboxClose {
		position: absolute;
		top: 0;
		right: 0;
		background: url(../images/colorbox/controls.png) no-repeat -24px 0;
		width: 25px;
		height: 25px;
		text-indent: -9999px;
	}

	#cboxClose:hover {
		background-position: -24px -24px;
	}

	#cboxContent button:focus {
		outline: none;
	}

	/*
	The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
	when an alpha filter (opacity change) is set on the element or ancestor element.	This style is not applied to or needed in IE9.
	See: http://jacklmoore.com/notes/ie-transparency-problems/
	*/
	.cboxIE #cboxTopLeft,
	.cboxIE #cboxTopCenter,
	.cboxIE #cboxTopRight,
	.cboxIE #cboxBottomLeft,
	.cboxIE #cboxBottomCenter,
	.cboxIE #cboxBottomRight,
	.cboxIE #cboxMiddleLeft,
	.cboxIE #cboxMiddleRight {
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
	}
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
		/* Smartphone Product List */
	.product_list_intro {
		margin: 0 auto 40px auto;
		overflow: hidden;
	}
	.product_info .product_intro .edit {
		font-size:14px;
		margin-bottom:20px;
	}
	.product_info .product_intro .edit a {
		color: #B1153A;
	}	
	.product_list_intro .cat_name {
		margin: 0 auto 13px auto;
	}
	.product_list_intro .cat_name img {
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	.product_list_intro .caps {
		margin: 0 3.125% 20px 3.125%;
		font-size: 12px;
		line-height: 1.545;
	}
	.product_list_intro .btn_hfs {
		width: 300px;
		margin: 0 auto;
		height: 80px;
		background: url(../images/top/top_begginer_hfs.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	.product_list_intro .btn_hfs a {
		line-height: 80px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 18px;
	}
	.product_list_intro .btn_hfs a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	.product_list_intro .btn_skincare {
		width: 300px;
		margin: 0 auto;
		height: 80px;
		background: url(../images/products/btn_about_skincare_cate.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	.product_list_intro .btn_skincare a {
		line-height: 80px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 18px;
	}
	.product_list_intro .btn_skincare a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}

	.product_list_wrapper {
		margin: 0 3.125%;
	}

	.product_list {
		margin: 0 auto 20px auto;
	}
	.product_list li {
		width: 100%;
		display: table;
		position: relative;
	}
	.product_list li a {
		display: table-row;
		text-decoration: none;
	}
	.product_list li a .icon_regular {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(../images/products/icon_list_regular.png);
		background-size: 100% auto;
		width: 50px;
		height: 27px;
		position: absolute;
		top: -2px;
		left: -2px;
		z-index: 100;
	}
	.product_list li a .icon_web {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(../images/products/icon_list_web.png);
		background-size: 100% auto;
		width: 50px;
		height: 25px;
		position: absolute;
		top: -2px;
		left: -2px;
		z-index: 100;
	}
	.product_list li a .icon_limited {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(../images/products/icon_list_limited.png);
		background-size: 100% auto;
		width: 50px;
		height: 25px;
		position: absolute;
		top: -2px;
		left: -2px;
		z-index: 100;
	}
	.product_list li a .thumb {
		width: 33%;
		padding: 10px 0 10px 0;
		display: table-cell;
		vertical-align: top;
	}
	.product_list li a .thumb img {
		width: 100%;
		height: auto;
	}
	.product_list li a dl {
		padding: 10px 0 10px 10px;
		display: table-cell;
		vertical-align: top;
	}
	.product_list li a dl dt {
		margin-bottom: 15px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.571;
	}
	.product_list li a dl .price {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.product_list li a dl .price_regular {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.product_list li a dl .price_regular span {
		color: #b1153a;
	}
	.product_list li a dl .caps {
		display: none;
	}
	.product_list:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	/* Smartphone Product Detail */
	.product_visual {
		/*display: none;*/
	}
	.product_visual img {
		width: 90%;
		height: auto;
		display:block;
		margin:auto;
	}

	.product_info {
		padding: 15px 0 60px 0;
		margin: 0 auto 40px;
		overflow: hidden;	
	background: url(../images/sp/common/sub_head.png) center bottom no-repeat;
		background-size: 175px auto;
	}
	.product_info .product_images {
		width: 100%;
	}
	.product_info .product_images .large {
		padding: 0 9.375%;
		margin: 0 auto 7px auto;
		position: relative;
	}
	.product_info .product_images .large img {
		width: 100%;
		height: auto;
		display: block;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
	}
	.product_info .product_images .large .ui_sp {
		width: 25px;
		height: 45px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.product_info .product_images .large #img_prev {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/products/icon_ui_prev.png) center center no-repeat #5a5147;
		background-size: 7px auto;
		-webkit-border-radius: 0 6px 6px 0;
			border-radius: 0 6px 6px 0;
		left: 0;
	}
	.product_info .product_images .large #img_next {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../images/products/icon_ui_next.png) center center no-repeat #5a5147;
		background-size: 7px auto;
		-webkit-border-radius: 6px 0 0 6px;
			border-radius: 6px 0 0 6px;
		right: 0;
	}
	.product_info .product_images .thumbs {
		padding: 0 3.125%;
		overflow: hidden;
		margin: 0;
		text-align: center;
	}
	.product_info .product_images .thumbs li {
		width: 70px;
		height: 70px;
		padding: 1px;
		margin: 0 2px 10px 2px;
		display: inline-block;
		background-color: #fff;
	}
	.product_info .product_images .thumbs li img {
		width: 100%;
		height: auto;
		display: block;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
	}
	.product_info .product_images .thumbs li.active {
		background-color: #72202a;
	}
	.product_info .product_intro {
		padding: 15px 3.125% 0 3.125%;
	}
	.product_info .product_intro .name {
		padding: 0;
		margin: 0 0 15px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.66;
	}
	.product_info .product_intro .caps {
		margin: 0 0 25px 0;
		font-size: 14px;
		line-height: 1.857;
	}
	.product_info .product_intro .volume {
		margin: 0 0 25px 0;
	}
	.product_info .product_intro .volume dt {
		margin: 0 0 5px 0;
		font-size: 12px;
		font-weight: bold;
	}
	.product_info .product_intro .volume dd {
		font-size: 12px;
	}
	.product_info .product_intro .voice_info {
		margin: 0 0 25px 0;
		padding:15px 10px;
	}
	.product_info .product_intro .voice_info .voice_link a {
		padding: 3px 0 3px 25px;
		font-size: 14px;
		color: #b1153a;
		background: url(../images/products/icon_voice_large.png) 0 center no-repeat;
		background-size: auto 16px;
	}
	.product_info .product_intro .voice_info .voice_star {
		margin-bottom:15px;
	}
	.product_info .product_intro .social_btns {
		margin: 0 0 15px 0;
	}
	.product_info .product_intro .social_btns .fb,
	.product_info .product_intro .social_btns .tw {
		display: inline-block;
	}	
	.product_info .product_intro .social_btns .tw {
		margin-left:10px;
	}
	
	/* Cart */
	 #cart_area {
		border-top:#8E4D55 solid 2px;
		padding: 0 0 30px;
		margin:50px 3.125% 50px;
	}	
	#cart_area .title {
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size:18px;
		text-align:center;
		margin-bottom: 30px;
	}	
	#cart_area .title:before {
		content: '';
		background:url(../images/products/icon_cartarea.png) no-repeat;
		background-size:40px auto;
		width: 40px;
		height: 40px;
		display:block;
		margin: 0 auto 20px;
	}
	#cart_area .form_wrapper {
		margin: 20px 0 10px;
	}
	#cart_area .form_wrapper .image img {
		width:70%;
		height:auto;
		display: block;
		margin: 0 auto;
	}
	#cart_area .form_wrapper .name {
		padding: 0;
		margin: 10px 0 15px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.66;	
	}
	#cart_area .form_wrapper .caps {
		margin: 0 0 25px 0;
		font-size: 14px;
		line-height: 1.857;
	}
	#cart_area .form_wrapper .volume {
		margin: 0 0 25px 0;
	}
	#cart_area .form_wrapper .volume dt {
		margin: 0 0 5px 0;
		font-size: 12px;
		font-weight: bold;
	}
	#cart_area .form_wrapper .volume dd {
		font-size: 12px;
	}
	#cart_area .form_wrapper .voice_info {
		margin: 0 0 25px 0;
		padding:15px 10px;
	}
	#cart_area .form_wrapper .voice_info .voice_link a {
		padding: 3px 0 3px 25px;
		font-size: 14px;
		color: #b1153a;
		background: url(../images/products/icon_voice_large.png) 0 center no-repeat;
		background-size: auto 16px;
	}
	#cart_area .form_wrapper .voice_info .voice_star {
		margin-bottom:15px;
	}
	#cart_area .form .btn_submit[disabled=disabled] {
		background-color: #DBD4CD !important;
	}
	#cart_area .form .sold_out_message {
 	padding: 10px 0 0 0;
		font-size: 12px;
		line-height: 1.5;
		color: #B1153A;
		font-weight:bold;
	}
	#cart_area form {
		width: 100%;
		padding: 15px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
		background-color:#fff;
		-webkit-box-shadow: 1px 0px 3px 1px #E6DFD8;
		box-shadow: 1px 0px 3px 1px #E6DFD8;
	}
	#cart_area .form_once form .price_title {
		margin: 0 10px 10px 0;
		font-size: 16px;
		color: #413121;

		display:inline-block;
	}
	#cart_area .form_once form .numbers .price_box .price {
		margin: 0 0 12px 0;
		font-size: 13px;
		display:inline-block;
	}
	#cart_area .form_once form .numbers .price_box .price .num {
		font-size: 30px;
		font-family: "Cardo", serif;
		font-weight: bold;
	}
	#cart_area .form_once form .numbers .price_box .price .yen {
		padding: 0 0 0 3px;
		font-size: 16px;
	}
	#cart_area .form_once form .numbers .price_point {
		margin: 0 0 12px 0;
		font-size: 13px;
	}
	#cart_area .form_once form .numbers .price_point_note {
		padding: 0 0 20px 0;
		line-height: 1.2;
		font-size: 13px;
		font-weight: bold;
		color: #b1153a;
	}
	#cart_area .form_once form .numbers .price_point_note a {
		text-decoration: underline;
	}
	#cart_area .form_once form .numbers .price_num {
		width: 40%;
		margin: 0 0 12px 0;
		font-size: 14px;
		display: block;
	}
	#cart_area .form_once form .numbers .price_num input {
		width: 50px;
		height: 24px;
		margin: 0 3px 0 10px;
		padding: 0 5px 0 5px;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: #f4f1ec;
		outline: none;
		font-size: 13px;
		display: inline-block;
		-webkit-appearance: none;
	}
	#cart_area .form_once form .inputs {
		width: 100%;
	}
	#cart_area .form_once form .inputs .btn_submit {
		width: 100%;
		display: block;
		padding: 0;
		line-height: 50px;
		border: none;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		overflow: hidden;
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
		font-size: 17px;
		background-color: #a8463b;
		text-align: center;
		text-decoration: none;
		color: #fff;
		-webkit-transition: background-color 0.08s linear;
			transition: background-color 0.08s linear;
		outline: none;
	}
	#cart_area .form_once form .inputs .btn_submit:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		background-image: url(../images/sp/common/icon_cart.png);
		background-size: 100% auto;
	}
	#cart_area .form_once form .inputs .btn_submit:hover {
		background-color: #b15040;
	}
	#cart_area .form_once form .note {
		background-color: rgb(244, 241, 236);
		padding: 10px;
		margin: 20px 0 0;
		-webkit-border-radius: 0 8px;
		border-radius: 8px;
		font-size: 12px;
		line-height: 1.5;
	}
	#cart_area .form_once form .note a {
		text-decoration: underline;
	}
	#cart_area .form_once form .note a:hover {
		text-decoration: none;
	}
	#cart_area .form_regular {
		padding: 2px;
		margin: 40px 0 35px 0;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
		position: relative;
	}
	#cart_area .form_regular form .numbers {
		vertical-align: top;
	}
	#cart_area .form_regular form .price_title {
		margin: 0 10px 10px 0;
		font-size: 16px;
		color: #72202a;
		display:inline-block;
		line-height: 1.6;
	}
	#cart_area .form_regular form .numbers .price_title {
		margin: 0 10px 5px 0;
		font-size: 16px;
		font-weight: bold;
		color: #72202a;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		display: inline-block;
	}
	#cart_area .form_regular form .numbers .price {
		margin: 0 0 12px 0;
		font-size: 13px;
		display: inline-block;
	}
	#cart_area .form_regular form .numbers .price .num {
		font-size: 30px;
		font-family: "Cardo", serif;
		font-weight: bold;
	}
	#cart_area .form_regular form .numbers .price .yen {
		padding: 0 0 0 3px;
		font-size: 16px;
	}
	#cart_area .form_regular form .numbers .price_point {
		margin: 0 0 12px 0;
		font-size: 13px;
	}
	#cart_area .form_regular form .numbers .price_point a {
		padding: 3px 0 3px 20px;
		background: url(../images/common/common_icons.png) 0 2px no-repeat;
	}
	#cart_area .form_regular form .numbers .price_point_note {
		padding: 0 0 20px 0;
		line-height: 1.2;
		font-size: 13px;
		font-weight: bold;
		color: #6c714a;
	}
	#cart_area .form_regular form .numbers .price_point_note a {
		text-decoration: underline;
	}
	#cart_area .form_regular form .numbers .price_num {
		margin: 0 0 12px 0;
		font-size: 14px;
	}
	#cart_area .form_regular form .numbers .price_num input {
		width: 50px;
		height: 24px;
		margin: 0 3px 0 10px;
		padding: 0 5px 0 5px;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: #f4f1ec;
		outline: none;
		font-size: 13px;
		display: inline-block;
		-webkit-appearance: none;
	}
	#cart_area .form_regular form .inputs .btn_submit {
		width: 100%;
		padding: 0;
		line-height: 50px;
		border: none;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		overflow: hidden;
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
		font-size: 17px;
		background-color: #a8463b;
		text-align: center;
		text-decoration: none;
		color: #fff;
		-webkit-transition: background-color 0.08s linear;
			transition: background-color 0.08s linear;
		outline: none;
	}
	#cart_area .form_regular form .inputs .btn_submit:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 20px;
		height: 21px;
		background-image: url(../images/sp/common/icon_cart.png);
		background-size: 100% auto;
	}
	#cart_area .form_regular form .inputs .btn_submit:hover {
		background-color: #b15040;
	}
	#cart_area .form_regular form .inputs .price_link {
		margin: 10px 0 0 0;
		font-size: 13px;
	}
	#cart_area .form_regular form .inputs .price_link a {
		padding: 3px 0 3px 20px;
		background: url(../images/common/common_icons.png) 0 2px no-repeat;
	}
	#cart_area .form_regular.eco form .numbers {
		vertical-align: top;
	}
	#cart_area .form_regular.eco form .numbers .price_title_regular {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 234px;
		height: 46px;
		margin: 0 auto;
		background-image: url(../images/products/price_title_regular_eco.png);
		background-size: 100% auto;
		position: absolute;
		top: -20px;
		left: 0;
		right: 0;
	}
	#cart_area .form_regular form .note {
		background-color: rgb(244, 241, 236);
		padding: 10px;
		margin: 20px 0 0;
		-webkit-border-radius: 0 8px;
		border-radius: 8px;
		font-size: 12px;
		line-height: 1.5;
	}
	#cart_area .form_regular form .note a {
		text-decoration: underline;
	}
	#cart_area .form_regular form .note a:hover {
		text-decoration: none;
	}
	#cart_area .form_regular.eco form .numbers .price_title,
	#cart_area .form_regular.eco form .numbers .price {
		display: block;
	}
	#cart_area .form_regular.eco form .numbers .price_title br,
	#cart_area .form_regular.eco form .numbers .price br {
		display: none;
	}
	#cart_area .form_regular.eco form .inputs .eco_attention {
		padding: 10px 0 0 0;
		font-size: 12px;
		line-height: 1.5;
	}
	/*
	.product_body #about_hfs {
		width: 300px;
		margin: 20px auto;
	}
	.product_body #about_hfs .btn_hfs {
		width: 300px;
		margin: 0 auto;
		height: 80px;
		background: url(../images/top/top_begginer_hfs.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	.product_body #about_hfs .btn_hfs a {
		line-height: 80px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 18px;
	}
	.product_body #about_hfs .btn_hfs a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	.product_body #about_hfs .btn_skincare {
		width: 300px;
		margin: 0 auto;
		height: 80px;
		background: url(../images/products/btn_about_skincare_cate.png) 0 0 no-repeat;
		background-size: 100% auto;
	}
	.product_body #about_hfs .btn_skincare a {
		line-height: 80px;
		background-color: transparent;
		color: #827568 !important;
		font-size: 18px;
	}
	.product_body #about_hfs .btn_skincare a:hover {
		background-color: rgba(201, 226, 157, 0.3);
	}
	*/
	#cart_area .btn_more_info.regular a {
		padding: 0 0 0 90px;
	}
	#cart_area .btn_more_info.regular a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 28px;
		background: url(../images/products/icon_regular.png) center center no-repeat;
		background-size: auto 100%;
		top: 13px;
		left: 5px;
	}
	#cart_area .btn_more_info.refill a {
		padding: 0 0 0 90px;
	}
	#cart_area .btn_more_info.refill a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 28px;
		background: url(../images/products/icon_refill.png) center center no-repeat;
		background-size: auto 100%;
		top: 13px;
		left: 5px;
	}
	#cart_area .btn_more_info.pot a {
		padding: 0 0 0 90px;
	}
	#cart_area .btn_more_info.pot a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 28px;
		background: url(../images/products/icon_pot.png) center center no-repeat;
		background-size: auto 100%;
		top: 13px;
		left: 5px;
	}
	#cart_area .btn_more_info.lotion a {
		padding: 0 0 0 90px;
	}
	#cart_area .btn_more_info.lotion a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 28px;
		background: url(../images/products/icon_lotion.png) center center no-repeat;
		background-size: auto 100%;
		top: 13px;
		left: 5px;
	}
    #cart_area .optional_bnr_area2 {
        display: block;
        width: 100%;
        margin: 30px auto 20px auto;
    }
    #cart_area .optional_bnr_area2 .bnr_image {
        display: block;
        width: 100%;
    }
    #cart_area .optional_bnr_area2 .bnr_image img {
        width: 100%;
        height: auto;
        display: block;
    }
    #cart_area .optional_bnr_area2 .bnr_image img.pc {
        display: none;
    }
    #cart_area .optional_bnr_area2 .text_btn {
        display: block;
        padding: 15px;
        border: solid 1px #a8463b;
        border-radius: 0px 8px;
        color:#a8463b;
        font-size: 17px;
        font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
        font-weight: bold;
        text-align: center;
        line-height: 1.4;
        transition: background-color 0.08s linear 0s;
        text-decoration: none;
    }
    #cart_area .optional_bnr_area2 .text_btn:hover {
        background-color: #a8463b;
        color: #fff;
    }
    #cart_area .optional_bnr_area2 .text_btn strong,
    #cart_area .optional_bnr_area2 .text_btn b {
        font-weight: bold;
    }
	.product_info .product_intro .recommend_sp {
		margin-bottom: 30px;
		padding: 15px 15px 5px 15px;
		background-color: #fff;
		border-top:1px solid #cdc1b5;
		border-bottom:1px solid #cdc1b5;
	}
	.product_info .product_intro .recommend_sp dt {
		margin: 0 auto 15px auto;
		font-size: 18px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
	}
	.product_info .product_intro .recommend_sp dd {
		padding: 0 0 10px 10px;
		background: url(../images/common/icon_dot_green.png) 0 6px no-repeat;
		font-size: 13px;
		line-height:1.3;
	}	
	.product_info .product_intro .recommend_sp a {
		 color:#B1153A;
	}
	.product_info .product_images .recommend_pc {
		display: none;
	}
    .product_info .product_images .optional_bnr_area1_pc {
        display: none;
    }
    .product_info .product_intro .optional_bnr_area1_sp {
        margin: 30px auto 0 auto;
    }
    .product_info .product_intro .optional_bnr_area1_sp .bnr_image {
        display: block;
        width: 100%;
    }
    .product_info .product_intro .optional_bnr_area1_sp .bnr_image img {
        width: 100%;
        height: auto;
        display: block;
    }
    .product_info .product_intro .optional_bnr_area1_sp .text_btn {
        display: block;
        padding: 15px;
        border: solid 1px #a8463b;
        border-radius: 0px 8px;
        color:#a8463b;
        font-size: 17px;
        font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
        text-align: center;
        line-height: 1.4;
        transition: background-color 0.08s linear 0s;
        text-decoration: none;
    }
    .product_info .product_intro .optional_bnr_area1_sp .text_btn:hover {
        background-color: #a8463b;
        color: #fff;
    }
    .product_info .product_intro .optional_bnr_area1_sp .text_btn strong,
    .product_info .product_intro .optional_bnr_area1_sp .text_btn b {
        font-weight: bold;
    }
    
	.product_info .product_intro .cart_area_btn_sp a {
		display: block;
		background: url("../images/products/icon_cart_arrow.png") no-repeat 95% center #a8463b;	
	color:#fff;
		margin: 20px 0 30px;
		border-radius: 0px 8px;
		font-size: 17px;
		font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
		height: 50px;
		text-align: center;
		line-height: 50px;
		transition: background-color 0.08s linear 0s;
		text-decoration: none;
	}
	.product_info .product_intro .cart_area_btn_sp a:hover {
		background-color: #a8463b;
	}
	.product_info .product_intro .cart_area_btn_sp a:before {
		content: ".";
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 20px;
		height: 21px;
		background-image: url("../images/common/icon_cart.png");
	}
	.product_info .product_images .cart_area_btn_pc {
		display: none;
	}

	/* popup_btns */
	.popup_btns {
		margin: 30px auto;
	}
	.popup_btns ul {
		margin: -10px 1.625% 10px;
		overflow: hidden;
	}
	.popup_btns ul li {
		width: 50%;
		float: left;
		font-size:12px;
		vertical-align: top;
		margin-top: 10px;
		padding:0px 1.225%;
	}
	.popup_btns ul li a {
		display:block;
		width:100%;
		height:80px;
		background: #FFF url("../images/products/icon_arrow.png") no-repeat 93% 50%;
		border-radius: 0px 10px;
		border: 1px solid #CDC1B5;
		padding: 5px 20px 5px 10px;
		text-align: center;
		position:relative;
	}
	.popup_btns ul li a:hover {
		background-color: #CDC1B5;
		text-decoration:none;
	}
	.popup_btns ul li a:before {	
	content: ".";
		display: block;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		margin:0px auto 5px;
		height: 40px;
	}
	.popup_btns ul li.is_hfs a:before {
		width: 56px;
		background: url("../images/products/icon_hfs.png") no-repeat center;
	}
	.popup_btns ul li.point a:before {
		width: 35px;
		background: url("../images/products/icon_point.png") no-repeat center;
	}
	.popup_btns ul li.kind a:before {
		width: 37px;
		background: url("../images/products/icon_type.png") no-repeat center;
	}
	.popup_btns ul li.type_pot a:before {
		width: 25px;
		background: url("../images/products/lineup_icon_pot.png") no-repeat center;	
	}
	.popup_btns ul li.type_stick a:before {
		width: 37px;
		background: url("../images/products/lineup_icon_stick.png") no-repeat center;	
	}
	.popup_btns ul li.howto a:before {
		width: 42px;
		background: url("../images/products/icon_howto.png") no-repeat center;
	}	
	.btn_more_info.is_skincare {
		width: 100%;
		margin-top: 20px;
		padding:0 3.125%;
	}
	.btn_more_info.is_skincare a {
		height:50px;
		line-height:50px;
		padding: 0px 0px 0px 80px;
		background: #fff url("../images/products/icon_arrow.png") no-repeat 95% center;
	}
	.btn_more_info.is_skincare a:before {
		content: ".";
		display: block;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 82px;
		height: 45px;
		background: url("../images/products/icon_skincare.png") no-repeat center;
		top: 1px;
		left: 1px;
	}

	.product_body {
		padding: 0 3.125% 20px 3.125%;
		margin-bottom: 30px;
	}
	
	.movie_wrap {
		margin: 0 3.125% 40px;
	}

	.product_description {
		overflow: hidden;
	}
	.product_description .contents_sub_title {
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
	}
	.product_description .contents_sub_title:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		background-image: url(../images/products/icon_arrow_down.png);
		background-size: 100% auto;
		width: 12px;
		height: 10px;
		right: 15px;
		top: 14px;
	}
	.product_description .images img {
		width: 90%;
		height: auto;
		margin: 0px auto;
		display: none;
	}
	.product_description .images img:first-child,
	.product_description .images img.sp{
		display: block;
	}
	.product_description .img_notes {
		color: #b7b7b7;
		font-size: 12px;
	}
	.product_description .text {
		padding: 0 0 0 5px;
	}
	.product_description .text .copy {
		margin: 0 1em 15px;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.85;
	}
	.product_description .text .text_body {
		margin: 0 1em 1em;
		font-size: 14px;
		line-height: 1.85;
	}
	.product_description .text .text_body a {
		color: #b1153a;
	}
	.product_description .text .text_body a:hover {
		text-decoration: underline;
	}
	.product_description .text .btns {
		padding: 10px 0 0 0;
		margin-bottom: 20px;
	}
	.product_description .text .btns .btn_more_info a {
		padding: 0 0 0 80px;
	}
	/*
	.product_description .text .btns .btn_more_info.point a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/icon_point.png) center center no-repeat;
		background-size: auto 30px;
		top: 0;
		left: 0;
	}
	.product_description .text .btns .btn_more_info.howto a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/icon_howto.png) center center no-repeat;
		background-size: auto 30px;
		top: 0;
		left: 0;
	}
	.product_description .text .btns .btn_more_info.type a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/icon_type.png) center center no-repeat;
		background-size: auto 30px;
		top: 0;
		left: 0;
	}
	.product_description .text .btns .btn_more_info.type_pot a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/lineup_icon_pot.png) center center no-repeat;
		background-size: auto 30px;
		top: 0;
		left: 0;
	}
	.product_description .text .btns .btn_more_info.type_stick a:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 80px;
		height: 56px;
		background: url(../images/products/lineup_icon_stick.png) center center no-repeat;
		background-size: auto 30px;
		top: 0;
		left: 0;
	}
	*/
	.product_description .contents_sub {
		padding: 10px 0 0 0;
		display: none;
	}
	.product_description.one_column.display .images img {
		display: block;
	}
    .product_description.one_column.display .images img.pc {
		display: none;
	}
	.product_description.one_column.display .contents_sub {
		display: block;
	}
	.product_description.one_column .contents_sub .copy {
		margin: 0 15px 15px;
		font-size: 16px;
		line-height: 1.85;
		border-bottom: 2px dotted #5a5147;
		padding: 10px 0;
		font-weight: bold;
	}
	.product_description.one_column .contents_sub .text_body {
		margin: 1em 1em 3em;
		font-size: 14px;
		line-height: 1.85;
	}
	.product_description .herbs {
		padding: 5px 20px 5px 20px;
		background-color: #fff;
	}
	.product_description .herbs ul {
		width: 100%;
	}
	.product_description .herbs ul li {
		margin: 0 auto 10px auto;
	}
	.product_description .herbs ul li strong {
		padding: 15px 0 10px 20px;
		font-size: 14px;
		font-weight: bold;
		display: block;
		position: relative;
	}
	.product_description .herbs ul li strong:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 12px;
		height: 17px;
		background-image: url(../images/common/icon_herb_green_large.png);
		background-size: 100% auto;
		left: 0;
		top: 14px;
	}
	.product_description .herbs ul li span {
		padding: 0;
		font-size: 14px;
	}
	.product_description .herbs ul li:last-child strong,
	.product_description .herbs ul li:last-child span {
		background: none;
	}

	.product_related .lineup {
		display:none;
		padding: 0;
		margin: 0 0 30px 0;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
		background-color: #fff;
		overflow: hidden;
	}
	.product_related .lineup h4 {
		padding: 15px 0 15px 0;
		margin: 0 auto;
		font-size: 16px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		position: relative;
	}
	.product_related .lineup h4.close:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		background-image: url(../images/products/icon_arrow_down.png);
		background-size: 100% auto;
		width: 12px;
		height: 10px;
		position: absolute;
		right: 15px;
		top: 18px;
	}
	.product_related .lineup h4.open:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		background-image: url(../images/products/icon_arrow_up.png);
		background-size: 100% auto;
		width: 12px;
		height: 10px;
		position: absolute;
		right: 15px;
		top: 18px;
	}
	.product_related .lineup .lead {
		display: none;
	}
	.product_related .lineup .lineup_items {
		display: none;
		margin: 10px 12px 10px 12px;
		background: url(../images/common/line_red.png) right top repeat-x;
	}
	.product_related .lineup .lineup_items h5 {
		margin: 0 0 25px 0;
		font-size: 18px;
		line-height: 40px;
		text-align: center;
		font-family: "Cardo", serif;
		background: url(../images/common/line_red.png) left bottom repeat-x;
	}
	.product_related .lineup .lineup_items h5 img {
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.product_related .lineup .lineup_items ul li {
		overflow: hidden;
		margin: 0 0 10px 0;
	}
	.product_related .lineup .lineup_items ul li .thumb {
		width: 30%;
		overflow: hidden;
		-webkit-border-radius: 50%;
			border-radius: 50%;
		float: left;
	}
	.product_related .lineup .lineup_items ul li .thumb img {
		width: 100%;
		height: auto;
		display: block;
	}
	.product_related .lineup .lineup_items ul li .data {
		width: 70%;
		padding: 0 0 0 15px;
		float: right;
	}
	.product_related .lineup .lineup_items ul li .data .name {
		padding: 0 0 10px 0;
		font-size: 15px;
		font-weight: bold;
	}
	.product_related .lineup .lineup_items ul li .data .caps {
		padding: 0 0 10px 0;
		font-size: 12px;
		line-height: 1.4;
	}
	.product_related .lineup .lineup_items ul li .data .flavor {
		padding: 0 0 10px 0;
	}
	.product_related .lineup .lineup_items ul li .data .flavor img {
		width: 20px;
		height: auto;
		margin: 0 2px 0 0;
	}
	.product_related .lineup .lineup_items ul li .btn_common {
		margin: 0 auto 15px auto;
		clear: both;
	}
	.product_related .lineup .lineup_items ul li .btn_common a {
		line-height: 40px;
		position: relative;
	}
	.product_related .lineup .lineup_items ul li .btn_common a:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 7px;
		height: 12px;
		background: url(../images/common/common_icons.png) 0 -450px no-repeat;
		position: absolute;
		top: 14px;
		right: 15px;
	}

	.product_voice {
		margin: 0 3.125% 30px 3.125%;
	}
	.product_voice h3 {
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 0;
		font-weight: bold;
		line-height: 35px;
	}
	.product_voice h3 i {
		background: url(../images/products/icon_voice_large.png) 0 0 no-repeat;
		background-size: 100% auto;
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px 0 0;
		width: 22px;
		height: 18px;
	}
	.product_voice .comments {
		background: #ffffff;
		padding: 15px 15px 0 15px;
		margin-bottom: 20px;
		-webkit-box-shadow: 1px 0px 3px 1px #E6DFD8;
			box-shadow: 1px 0px 3px 1px #E6DFD8;
	}
	.product_voice .comments li {
		padding: 10px 0 20px;
		margin-bottom: 10px;
		background: url(../images/common/line_noise2.png) center bottom repeat-x;
	}	
	.product_voice .comments li .voice_info {
		margin-bottom: 15px;
	}
	.product_voice .comments li .voice_title {
		color: #b1153a;
		font-size: 14px;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.product_voice .comments li p {
		font-size: 14px;
		line-height: 1.538;
	}	
	.product_voice .comments li p.voice_person {
		margin-bottom: 0;	
	display: inline-block;
	}
	.product_voice .comments li:last-child {
		background: none;
	}
	.product_voice .comments_more {
		overflow: hidden;
	}
	.product_voice .comments_more .btn_more_info {
		height: 50px;
	}
	.product_voice .comments_more .btn_more_info a {
		line-height: 50px;
		text-align: center;
		background-image: none;
		padding-left:0;
	}
	.product_voice .comments_more .btn_more_info.write a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		background-image: url(../images/products/icon_write.png);
		background-size: 100% auto;
		width: 16px;
		height: 17px;
	}
	.product_voice .comments_more .btn_more_info.more a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		background-image: url(../images/products/icon_voice_mid.png);
		background-size: 100% auto;
		width: 16px;
		height: 13px;
	}
	.product_voice .comments_more .btn_more_info.staff a {
		font-size: 13px;
	}
	.product_voice .comments_more .btn_more_info.staff a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		background-image: url(../images/products/icon_staff.png);
		background-size: 100% auto;
		width: 24px;
		height: 20px;
	}
	.product_voice .comments_more .comments_contents {
		display: none;
	}
	.product_voice .comments_more .post_comment {
		margin: 0 auto 20px auto;
		background-color: #fff;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.product_voice .comments_more .post_comment .comment-respond {
		padding: 10px;
	}
	.product_voice .comments_more .post_comment .comment-respond h3 {
		font-size: 16px;
		text-align: center;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p {
		overflow: hidden;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p label {
		display: block;
		padding: 5px 0 10px 0;
		font-size: 14px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p span {
		font-size: 14px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p input[type=text],
	.product_voice .comments_more .post_comment .comment-respond .comment-form p textarea {
		width: 100%;
		padding: 5px;
		margin-bottom: 15px;
		font-size: 17px;
		-webkit-border-radius: 4px;
			border-radius: 4px;
		background-color: #f4f1ec;
		color: #827568;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-left: solid 1px #e6dfd8;
		border-bottom: none;
		outline: none;
		-webkit-appearance: none;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p input[type=text]:focus,
	.product_voice .comments_more .post_comment .comment-respond .comment-form p textarea:focus {
		background-color: #fdfbf7;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form p select {
		padding: 5px;
		margin-bottom: 15px;
		font-size: 17px;
		background-color: #f4f1ec;
		color: #827568;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-left: solid 1px #e6dfd8;
		border-bottom: none;
		-webkit-border-radius: 4px;
			border-radius: 4px;
		outline: none;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .logged-in-as {
		font-size: 12px;
		text-align: center;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .logged-in-as a {
		font-size: 12px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .point_present {
		text-align: center;
		margin:20px 0;
		border: 1px solid #CDC1B5;
		padding: 10px;
		-webkit-border-radius: 8px;
			border-radius: 8px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .point_present_title {
		color:#B1153A;
		margin-bottom: 10px;
		font-weight: bold;
		font-size: 14px;
		line-height:1.3;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .comment_attention {
		display: block;
		font-size: 11px;
		text-align: center;
		line-height:1.3;
	}
	 .product_voice .comments_more .post_comment .comment-respond .comment-form #comment_attention_box p {
		 text-align:left;
		 text-indent:-1em;
		 padding-left:1em;	
	 font-size: 11px;
		 line-height:1.3;
		 }
	.product_voice .comments_more .post_comment .comment-respond .comment-form .comment-ajax {
		text-align: center;
			font-size: 11px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .submit {
		width: 200px;
		height: 35px;
		margin: 15px auto;
		display: block;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		overflow: hidden;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		background-color: #72202a;
		border: none;
		text-align: center;
		text-decoration: none;
		color: #fff;
		-webkit-transition: background-color 0.08s linear;
			transition: background-color 0.08s linear;
		position: relative;
		-webkit-appearance: none;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .submit:hover {
		background-color: #8e4d55;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .ajax-processing {
		text-align: center;
		font-size: 14px;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .ajax-success {
		padding: 50px 0;
		text-align: center;
		font-size: 14px;
		color: #b1153a;
		line-height:1.5;
	}
	.product_voice .comments_more .post_comment .comment-respond .comment-form .ajax-error {
		text-align: center;
		font-size: 14px;
	} 
	.product_voice .comments_more .staff_comment {
		margin: 0 0 20px 0;
		clear: both;
	}
	.product_voice .comments_more .staff_comment dl {
		width: 100%;
		/*display: table;*/
	margin-bottom: 10px;
	}
	.product_voice .comments_more .staff_comment dl dt {
		/*width: 80%;*/
	width: 100%;
		padding: 20px;
		/*display: table-cell;*/
	display: block;
		font-size: 14px;
		line-height: 1.538;
		/*margin-bottom: 15px;*/
	background-color: #fff;
		-webkit-border-radius: 10px;
			border-radius: 10px;
		vertical-align: top;
		position: relative;
	}
	/*
	.product_voice .comments_more .staff_comment dl dt:after {
		content: ' ';
		position: absolute;
		top: 15px;
		right: -10px;
		width: 0;
		height: 0;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
		border-top: 10px solid transparent;
	}
	*/	
	.product_voice .comments_more .staff_comment dl dt:after {
		content: ' ';
		position: absolute;
		bottom: -10px;
		left: 10px;
		width: 0;
		height: 0;
		border-top: 10px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.product_voice .comments_more .staff_comment dl dd {
		padding: 20px;
		padding-left: 10px;
		/*display: table-cell;*/
	display: block;
		color: #b1153a;
		font-size: 14px;
		margin-bottom: 15px;
		font-weight: bold;
		vertical-align: top;
	}
	.product_voice .comments_more .staff_comment dl dd:last-child {
		background: none;
	}

	.product_voice .comments_notes {
		font-size: 12px;
		line-height: 1.6;
		color: #827568;
		padding: 0 10px;
	}

	#staff_review .comments_contents {
		display: block;
	}

	.product_about {
		padding: 0 3.125%;
		margin-bottom:50px;
	}
	.product_about .contents_main_title {
		font-size: 13px;
		line-height: 20px;
		position: relative;
	}
	.product_about .contents_main_title i {
		vertical-align: middle;
	}
	.product_about .contents_main_title.close:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		background-image: url(../images/products/icon_arrow_down.png);
		background-size: 100% auto;
		width: 12px;
		height: 10px;
		position: absolute;
		right: 10px;
		bottom: 8px;
	}
	.product_about .contents_main_title.open:after {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		background-image: url(../images/products/icon_arrow_up.png);
		background-size: 100% auto;
		width: 12px;
		height: 10px;
		position: absolute;
		right: 10px;
		bottom: 8px;
	}
	.product_about .about_contents {
		display: none;
	}
	.product_about .faq dl {
		margin: 0 0 20px 0;
	}
	.product_about .faq dl dt {
		margin: 10px 0 0 0;
		padding: 0 0 20px 35px;
		font-size: 14px;
		position: relative;
		cursor: pointer;
	}
	.product_about .faq dl dt:before {
		content: 'Q';
		font-size: 20px;
		color: #6c714a;
		font-family: "Cardo", serif;
		position: absolute;
		top: -2px;
		left: 10px;
	}
	.product_about .faq dl dd {
		padding: 0 0 35px 35px;
		font-size: 13px;
		line-height: 1.571;
		position: relative;
		display: none;
	}
	.product_about .faq dl dd:before {
		content: 'A';
		font-size: 20px;
		color: #6c714a;
		font-family: "Cardo", serif;
		position: absolute;
		top: -4px;
		left: 13px;
	}
	.product_about .component {
		margin: 0 0 20px 0;
	}
	.product_about .component p {
		padding: 0 10px 0 10px;
		font-size: 12px;
		line-height: 1.5;
	}	
	.product_about .product_attention ul li {
		padding: 0 10px;
		margin: 0 0 25px 0;
		font-size: 12px;
		line-height: 1.5;
		/*background: url(../images/common/icon_dot_green.png) 5px 10px no-repeat;*/
	}

	/* Smartphone Product Regular Category Page */
	.product_regular .intro .title {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		height: auto;
		padding: 51.875% 0 0 0;
		margin-bottom: 30px;
		background-image: url(../images/products/bnr_teiki_nobtn.jpg);
		background-size: 100% auto;
	}
	.product_regular .intro .title br {
		display: none;
	}
	.product_regular .campaign {
		padding: 40px 0 10px 0;
		margin: 0 3.125% 25px 3.125%;
		background: #efe8e1;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
		border: solid 1px #bfb6ac;
		position: relative;
	}
	.product_regular .campaign h3 {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 272px;
		height: 53px;
		margin: 0 auto 18px auto;
		background-image: url(../images/products/product_regular_campaign_title.png);
		background-size: 100% auto;
		position: absolute;
		top: -18px;
		left: 0;
		right: 0;
	}
	.product_regular .campaign .copy {
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
		color: #b1153a;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		line-height: 1.4;
	}
	.product_regular .campaign dl {
		width: 95%;
		padding: 10px;
		margin: 0 auto;
		background: #fff;
		-webkit-border-radius: 5px;
			border-radius: 5px;
		overflow: hidden;
	}
	.product_regular .campaign dl dt {
		width: 100%;
		margin: 0auto;
	}
	.product_regular .campaign dl dt img {
		display: block;
		width: 40%;
		height: auto;
		margin: 0 auto 10px auto;
	}
	.product_regular .campaign dl dd {
		padding: 0 0 0 10px;
		text-align: center;
	}
	.product_regular .campaign dl .item {
		margin: 0 0 10px 0;
		font-size: 15px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: bold;
		line-height: 1.35;
	}
	.product_regular .campaign dl .item span {
		font-weight: bold;
		font-size: 15px;
	}
	.product_regular .campaign dl .item strong {
		font-size: 18px;
		font-weight: bold;
		color: #b1153a;
	}
	.product_regular .campaign dl .list {
		font-size: 13px;
		line-height: 1.5;
	}
	.product_regular .campaign dl .list strong {
		font-weight: bold;
	}
	.product_regular .campaign .attention {
		padding: 10px 10px 0 10px;
	}
	.product_regular .campaign .attention li {
		font-size: 11px;
	}
	.product_regular .about {
		margin: 0 3.125% 25px 3.125%;
	}
	.product_regular .about .caps {
		margin-bottom: 15px;
		line-height: 1.6;
		font-size: 16px;
		font-weight: bold;
	}
	.product_regular .about .text {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.6;
	}
	.product_regular .about .points {
		padding: 15px;
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
		overflow: hidden;
	}
	.product_regular .about .points dt {
		width: 100%;
		height: 46px;
		margin: 0 auto 10px auto;
		line-height: 1.2;
		background: url(../images/products/product_regular_campaign_point_title.png) center center no-repeat;
		background-size: 100% auto;
		text-align: center;
		font-size: 16px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.product_regular .about .points dt span {
		font-size: 22px;
		display: block;
	}
	.product_regular .about .points dd {
		padding: 20px;
		margin: 0 auto 10px auto;
		background-color: #f9f5ef;
		background-repeat: no-repeat;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.product_regular .about .points dd h3 {
		padding: 0 0 0 50px;
		margin-bottom: 10px;
		line-height: 1.2;
		font-size: 18px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		position: relative;
	}
	.product_regular .about .points dd h3:before {
		content: '.';
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		position: absolute;
		width: 45px;
		height: 45px;
		background-size: 100%;
		top: -7px;
		left: 0;
	}
	.product_regular .about .points dd h3 span {
		font-weight: normal;
	}
	.product_regular .about .points dd p {
		font-size: 13px;
		line-height: 1.5;
	}
	.product_regular .about .points .point1 h3:before {
		background-image: url(../images/products/product_regular_campaign_point_icon1.png);
	}
	.product_regular .about .points .point2 h3 {
		line-height: 30px;
		margin-bottom: 15px;
	}
	.product_regular .about .points .point2 h3:before {
		top: -3ox;
		background-image: url(../images/products/product_regular_campaign_point_icon2.png);
	}
	.product_regular .about .points .point3 h3:before {
		background-image: url(../images/products/product_regular_campaign_point_icon3.png);
	}
	.product_regular .about .points .point4 h3 br {
		display: none;
	}
	.product_regular .about .points .point4 h3:before {
		background-image: url(../images/products/product_regular_campaign_point_icon4.png);
	}
	.product_regular .about .points .point5 h3:before {
		background-image: url(../images/products/product_regular_campaign_point_icon5.png);
	}
	/*
	.product_regular .about .points .btn_common {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		clear: both;
		float: none;
	}
	.product_regular .about .points .btn_common a {
		line-height: 50px;
		color: white !important;
		font-size: 13px;
	}
	.product_regular .about .points .btn_common a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		background-position: 0 -400px;
		background-image: url(../images/common/common_icons.png);
	}
	*/
	
	.product_regular .faq {
 	margin: 0 3.125% 40px 3.125%;
		padding: 25px 15px 30px;
		background-color: #FFF;
		-webkit-box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
			box-shadow: 0px 0px 3px 0px rgba(230, 223, 216, 0.4);
		-webkit-border-radius: 10px;
			border-radius: 10px;
		overflow: hidden;
	}
	.product_regular .faq h2 {	
	width: 100%;
		height: 46px;
		margin: 0 auto 20px auto;
		line-height: 1.2;
		background: url(../images/products/product_regular_campaign_point_title.png) center center no-repeat;
		background-size: 100% auto;
		text-align: center;
		font-size: 16px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.product_regular .faq h2 span{
		display: block;
	}
	.product_regular .faq h2 .big{
		font-size:18px;
	}
	.product_regular .faq dl dt {
		font-size:14px;
		font-weight:bold;
		margin-bottom: 20px;
		color:#75A818;
		line-height: 1.5;
		position:relative;
		padding-left: 25px;
	}
	.product_regular .faq dl dt:before {
		font-family: "Cardo",serif;
		font-size: 20px;
		color: #6c714a;
		display: inline-block;
		content:"Q";
		margin-right: 10px;
		left:0;
		position:absolute;
	}
	.product_regular .faq dl dd {
		font-size: 13px;
		line-height: 1.5;
		padding: 20px 20px 10px;
		margin: 0px 0 30px;
		background-color: #F4F1EC;
		-webkit-border-radius: 10px;
			border-radius: 10px;
		padding-left: 25px;
	}
	.product_regular .faq dl dd p {
		margin-bottom: 15px;
	}
	.product_regular .faq dl dd .title {
		font-size:14px;
		font-weight:bold;
		position:relative;
		padding-left: 25px;
	}
	.product_regular .faq dl dd .title:before {
		font-family: "Cardo",serif;
		font-size: 20px;
		color: #827568;
		display: inline-block;
		content:"A";
		margin-right: 10px;
		left:0;
		position:absolute;
	}
	.product_regular .faq .btn_common {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		clear: both;
		float: none;
		font-size:16px;
	}
	.product_regular .faq .btn_common a {
		line-height: 50px;
		color: white !important;
	}
	.product_regular .faq .btn_common a:before {
		content: '.';
		margin-right: 10px;
		display: inline-block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: middle;
		width: 24px;
		height: 24px;
		background-position: 0 -400px;
		background-image: url(../images/common/common_icons.png);
	}	
	
	.product_regular .product_list li .icon_volume {
		width: 40px;
		height: 40px;
		-webkit-border-radius: 50%;
			border-radius: 50%;
		background-color: #312519;
		color: #fff;
		font-size: 8px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		text-align: center;
		position: absolute;
		top: -5px;
		left: -5px;
		z-index: 100;
	}
	.product_regular .product_list li .icon_volume span {
		font-size: 18px;
		display: block;
	}
	.product_regular .product_list li .price_regular {
		line-height: 38px;
		overflow: hidden;
	}
	.product_regular .product_list li .price_regular strong {
		width: 50px;
		padding: 2px 5px;
		margin: 0 10px 0 0;
		background-color: #9cbb65;
		display: block;
		float: left;
		color: #fff;
		font-size: 12px;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 14px;
		text-align: center;
		-webkit-border-radius: 5px;
			border-radius: 5px;
	}
	.product_regular .product_list li .price_regular span {
		font-size: 26px;
		color: #827568;
		font-family: "游明朝体", "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}

	/*	Smartphone Search Result and Not Found */
	.search_results .contents_main_title,
	.error .contents_main_title {
		margin: 0 3.125% 10px 3.125%;
	}
	.search_results .contents_main_title span,
	.error .contents_main_title span {
		font-size: 16px;
		font-weight: bold;
	}
	.search_results .not_found,
	.error .not_found {
		padding: 20px 15px 20px 15px;
		background-color: #fff;
		-webkit-border-radius: 10px;
			border-radius: 10px;
	}
	.search_results .not_found p,
	.error .not_found p {
		padding: 20px auto 20px auto;
		font-size: 14px;
		text-align: center;
	}
	.search_results .not_found p.message,
	.error .not_found p.message {
		padding-top: 20px;
		font-size: 13px;
		text-align: left;
		line-height: 1.3;
		color: #888;
	}
	.search_results .not_found .re_search,
	.error .not_found .re_search {
		padding: 13px 3.125%;
		border: none;
	}
	.search_results .not_found .re_search form,
	.error .not_found .re_search form {
		overflow: hidden;
	}
	.search_results .not_found .re_search form .search_text,
	.error .not_found .re_search form .search_text {
		width: 81.7%;
		height: 38px;
		padding: 5px 5px 5px 28px;
		display: inline-block;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: url(../images/common/icon_search.png) no-repeat 5px center #f4f1ec;
		background-size: 16px 16px;
		outline: none;
		font-size: 18px;
	}
	.search_results .not_found .re_search form .search_btn,
	.error .not_found .re_search form .search_btn {
		width: 17%;
		height: 38px;
		float: right;
		border: none;
		-webkit-border-radius: 0 5px 0 5px;
		border-radius: 0 5px 0 5px;
		color: #fff;
		font-size: 14px;
		background: #5a5147;
		-webkit-appearance: none;
	}
	.search_results .not_found .btn_common,
	.error .not_found .btn_common {
		width: 200px;
		margin: 0 auto;
	}
	.search_results .not_found .btn_common a,
	.error .not_found .btn_common a {
		line-height: 40px;
		color: white !important;
	}

	/*	Campaign Error */
	.campaign_error {
		padding: 20px 3.125% 10px 3.125%;
	}
	.campaign_error .campaign_error_form {
		padding: 13px 3.125%;
		background-color: #fff;
		border: none;
	}
	.campaign_error .campaign_error_form h4 {
		font-size: 16px;
		text-align: center;
		color: #b1153a;
		margin-bottom: 20px;
	}
	.campaign_error .campaign_error_form p {
		padding: 0 auto 5px auto;
		font-size: 14px;
		text-align: center;
	}
	.campaign_error .campaign_error_form .message {
		padding: 0 0 20px 0;
		font-size: 13px;
		line-height: 1.5;
		color: #888;
	}
	.campaign_error .campaign_error_form form {
		overflow: hidden;
	}
	.campaign_error .campaign_error_form form .code {
		width: 81.7%;
		height: 38px;
		padding: 5px;
		display: inline-block;
		border-top: solid 1px #e6dfd8;
		border-right: none;
		border-bottom: none;
		border-left: solid 1px #e6dfd8;
		background: no-repeat 5px center #f4f1ec;
		outline: none;
		font-size: 18px;
	}
	.campaign_error .campaign_error_form form .search_btn {
		width: 17%;
		height: 38px;
		float: right;
		border: none;
		-webkit-border-radius: 0 5px 0 5px;
		border-radius: 0 5px 0 5px;
		color: #fff;
		font-size: 14px;
		background: #5a5147;
		-webkit-appearance: none;
	}
	.campaign_error .campaign_error_form .btn_common {
		width: 200px;
		margin: 20px auto 0 auto;
	}
	.campaign_error .campaign_error_form .btn_common a {
		line-height: 40px;
		color: white !important;
	}

	/* Smartphone UI */
	.btn_more_info {
		margin-bottom: 15px;
	}
	.btn_more_info a {
		display: block;
		-webkit-border-radius: 0 8px 0 8px;
			border-radius: 0 8px 0 8px;
		border: solid 1px #cdc1b5;
		background: 95% center no-repeat white;
		/* background: url(../images/products/icon_plus.png) 95% center no-repeat white; */
	font-size: 14px;
		line-height: 56px;
		text-decoration: none;
		position: relative;
		padding-left: 20px;
	}
	.btn_more_info a:hover {
		background-color: #cdc1b5;
	}
	#btn_to_cart {
		width: 60px;
		height: 60px;
		position: fixed;
		bottom: 60px;
		right: 5px;
		z-index: 100;
		display: none;
	}
	#btn_to_cart a {
		display: block;
		background-repeat: no-repeat;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		width: 60px;
		height: 60px;
		background-image: url(../images/sp/common/cart_btn_sp.png);
		background-size: 100%;
	}
	#btn_to_cart a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
	}
}
