@charset "utf-8";

/*    汎用クラス    */
@import url('utility.css');
@import url('utility_responsive.css');

/*    CSS変数    */
:root {
    --contents_width: 100vw;
}
@media screen and (min-width: 768px) {
    :root {
        --contents_width: 464px;
    }
}

/*    共通項目    */
body {
	text-align: left;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	font-family: ArialMT,"Hiragino Kaku Gothic PorN","ヒラギノ角ゴ ProN W3","メイリオ", sans-serif,Verdana,"MS Pゴシック";
}
.header ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: flex-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-box-align: center;
	box-align: center;
	flex-align: center;
	width: 100%;
}
.header li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	background:-webkit-linear-gradient(left,#025EB3 30%,#FFFFFF 100%);
	background:-moz-linear-gradient(left,#025EB3 30%,#FFFFFF 100%);
	background:linear-gradient(left,#025EB3 30%,#FFFFFF 100%);
	background:-webkit-gradient(linear, left top , right bottom, color-stop(30%,#025EB3), to(#FFFFFF));
	height: 11px;
	margin-bottom: 33px;
	position: relative;
}
.header li:nth-last-child(2) {
	max-width: 44px;
	text-align: right;
}
.header li:last-child {
	max-width: 44px;
	text-align: right;
}
.header li .cart_badge{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 1px;
	right: 2px;
	font-size: 10px;
	font-weight: 500;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	background-color: #f00;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100px;
	padding: 0;
	line-height: 1;
}
.header li .cart_badge.cart_empty{
	display: none;
}
/*-------------------*/
/*    navigation     */
/*-------------------*/
.header_navi{
	width:100%;
	overflow:hidden;
	background:#025eb3;
	margin-bottom:4px;
}
.header_navi ul.sp_navi{
	display:block;
	overflow:hidden;
	margin:auto;
}
.header_navi ul.sp_navi li{
	border-right:1px dotted #ffffff;
	-webkit-box-flex:auto;
	-moz-box-flex:auto;
	-ms-box-flex:auto;
	box-flex:auto;
	background:none;
	height:auto;
	margin-bottom:0px;
}
.header_navi ul.sp_navi li:last-child{
	border-right:none;
}
.header_navi ul.sp_navi li,
.header_navi ul.sp_navi li:nth-last-child(2),
.header_navi ul.sp_navi li:last-child{
	overflow:hidden;
	float:left;
	width:32.3%;
	text-align:center;
	max-width:100%;
}
.header_navi ul.sp_navi li a,
.header_navi ul.sp_navi li a:link,
.header_navi ul.sp_navi li a:visited{
	display:block;
	width:100%;
	text-decoration:none;
	padding:8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.header_navi ul.sp_navi li a .navi_txt{
	display:block;
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin-bottom:4px;
}
.header_navi ul.sp_navi li a img{
	display:block;
	width:24px;
	height:22px;
	margin:0 auto;
}

/* ヘッダー掲載 送料無料バナー */
.header .h_freepostage_bnr {
	display: table;
	width: 100%;
	background-color: #2d79e2;
	font-size: 10px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header .h_freepostage_bnr > p {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.header .h_freepostage_bnr p:nth-child(1) {
	padding: 3% 2% 2%;
	color: #ffffff;
	font-size: 1.25em;
}
.header .h_freepostage_bnr p:nth-child(2) {
	padding: 2.5% 2% 2%;
	background-color: #f5ff31;
	color: #2d79e2;
}
.header .h_freepostage_bnr p:nth-child(3) {
	padding: 3% 2% 2%;
	color: #f5ff31;
	font-size: 2em;
	letter-spacing: 0.02em;
}
@media screen and (min-width:375px) {
	.header .h_freepostage_bnr {font-size: 12px;}
}
@media screen and (min-width:568px) {
	.header .h_freepostage_bnr {font-size: 16px;}
}
@media screen and (min-width:640px) {
	.header .h_freepostage_bnr {font-size: 18px;}
}
@media screen and (min-width:768px) {
	.header .h_freepostage_bnr {font-size: 12px;}
}

.footer ul {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: flex-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-box-align: center;
	box-align: center;
	flex-align: center;
	width: 100%;
}
.footer li {
	text-align: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
}
.footer li:first-child {
	padding-left:44px;
}
.footer li:last-child {
	max-width: 44px;
	text-align: right;
}
.contents {
	padding: 10px;
	margin: 0px;
	text-align: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	padding: 10px 0px 10px 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #025EB3;
}
.h1Reset12px {
	display: inline;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size: 12px;
	color: #000;
	text-shadow: none;
	background-image: none;
	font-weight: normal;
}
.alertText {
	color: #FF0000;
	font-weight: bold;
	line-height:1.4;
}
.attentionBox {
	padding: 10px 10px 0px 10px;
	margin:0 10px 10px 10px;
	border-radius: 10px;
	border: 2px solid #ff0000;
}
pre {
	word-wrap: break-word;
	white-space: pre-line;
	width: 100%;
}

textarea {
	width: 100%;
	padding: 5px;
	height: 10em;
	border: 1px solid #999;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input {
	padding: 5px;
	border: 1px solid #999;
}
input.button {
	max-width: 400px;
	width: 90%;
	padding: 0px;
	border: none;
}
input.address {
	width: 210px;
}
input.birthY {
	width: 60px;
}
input.birthM {
	width: 40px;
}
input.birthD {
	width: 40px;
}
input.width250 {
	width: 250px;
}
input.cardNo {
	width:40px;
}
input.cardNo1 {
	width:40px;
}
input.cardNo2 {
	width:40px;
}
input.cardNo3 {
	width:40px;
}
input.expireMm {
	width: 30px;
}

/*  ページトップへ */
#pagetop {
	display: none;
}
#page_top_button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 5%;
	bottom: 25px;
	z-index: 1000;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #025EB3;
	color: #fff;
	font-size: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
	border: 2px solid #fff;
}
#page_top_button::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	margin-top: 4px;
	border-top: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
#page_top_button.is_visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}


/* ボタン */
.formButton {
	-webkit-appearance: none;
	background: #025EB3;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
	border-radius: 10px;
	border: none;
	width: 100%;
	height: 50px;
	padding: 10px 0;
}
.buttonToKago {
	-webkit-appearance: none;
	color: #FFFFFF;
	background: #FF61B3;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border-radius: 10px;
	border: none;
	width: 300px;
	padding: 10px;
}
.right-eye p,
.left-eye p,
.glasses-select p{
	background:#6f6f6f;
	color:#fff;
	padding:10px;
	font-weight:normal;
}
.right-eye table tr:nth-child(odd),
.left-eye table tr:nth-child(odd),
.productForm table tr:nth-child(odd),
.item_detail_right tr:nth-child(odd),
.glasses-select table tr:nth-child(odd){
	background:#f1f1f1;
}
.right-eye table tr:nth-child(even),
.left-eye table tr:nth-child(even),
.productForm table tr:nth-child(even),
.item_detail_right tr:nth-child(even),
.glasses-select table tr:nth-child(even){
	background:#fefefe;
}
.right-eye table tr,
.left-eye table tr,
.productForm table tr,
.item_detail_right tr,
.glasses-select table tr{
	background:#f2f2f2;
}
.right-eye table tr td,
.left-eye table tr td,
.productForm table tr td,
.item_detail_right tr td,
.glasses-select table tr td{
	padding:10px!important;
	border:none!important;
	text-align: left;
}
.right-eye table .ttl,
.left-eye table .ttl,
.productForm table .ttl,
.item_detail_right .ttl,
.glasses-select table .ttl{
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	vertical-align: middle;
}
.right-eye select,
.left-eye select,
.productForm select,
.item_detail_right select,
.glasses-select select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:5px;
	border: 1px solid #bfbcb0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	background:#fff;
	font-size: 14px;
	color: #4c4a40;
	padding:3px 24px 3px 10px!important;
	width:100%!important;
	line-height:14px;
	/* height:40px!important; */
	background:url(/img/arrowD.gif) no-repeat;
	background-position:97% 50%;
	background-size:10px auto;
	height: auto!important;
	min-height: 40px!important;
	white-space: wrap;
}
.mfp-content .goodsbox .item_detail_right select,
.mfp-content .goodsbox .productForm select,
.box-lens-select select{
	white-space: wrap;
	appearance: none;
	height: auto!important;
	min-height: 40px!important;
}

/*Ajaxカート（メガネ）:セレクタープルダウン*/
.item_detail_right input{
	display: block;
	margin: 0 auto 0;
	padding: 0;
	border: 0;
}
.button120 {
	-webkit-appearance: none;
	color: #FFF;
	background: #025EB3;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border-radius: 10px;
	border: none;
	width: 120px;
	height: 40px;
	padding: 8px;
}
.button200 {
	-webkit-appearance: none;
	color: #FFF;
	background: #025EB3;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;
	border-radius: 10px;
	border: none;
	width: 200px;
	height: 40px;
	padding: 8px;
}
.mpCustomerButton {
	-webkit-appearance: none;
	background: #025EB3;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	border-radius: 10px;
	padding: 0px;
	border: none;
	width: 30%;
	height: 40px;
}

/*  ページTOPへのリンク */
.toTop {
	padding: 10px 10px 20px 0px;
	text-align: right;
}

/*  文字色  */
.red {
	color: #FF0000;
}
.blue {
	color: #0066FF;
}
.darkGray {
	color: #333;
}
.siteColor {
	color: #025EB3;
}
.secondSiteColor {
	color: ;
}
.thirdSiteColor {
	color: ;
}
.fourthSiteColor {
	color: ;
}

/*  文字の大きさ    */
.bigFont {
	font-size: 20px;
}
.smallFont {
	font-size: 12px;
}

/*  文字の太さ  */
.boldFont {
	font-weight: bold;
}

/*  体裁    */
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.indent p {
	text-indent: 0;
}
.paragraphTitle {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.paragraphIndentDl {
	padding-left:0px;
}
.paragraphIndentDl dt {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #025EB3;
	font-size: 18px;
}
.paragraphIndentDl dt:first-child {
	padding-top: 0px;
}
.paragraphIndentDl dd {
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333;
}
.paragraphIndentDl dd:last-child {
	padding-bottom: 0px;
}
.alignRight {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
.alignLeft {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.alignCenter {
	text-align: center;
	line-height:1.4;
}
.alignBottom {
	vertical-align: bottom;
}

/*  汎用padding */
.setPaddingAll {
	padding: 10px;
	line-height:1.4;
}
.setPaddingTB {
	padding: 10px 0px 10px 0px;
	line-height:1.4;
}
.setPaddingT {
	padding-top: 10px;
	line-height:1.4;
}
.setPaddingB {
	padding-bottom: 10px;
	line-height:1.4;
}
.setPaddingL {
	padding-left: 10px;
	line-height:1.4;
}
.setPaddingR {
	padding-right: 10px;
	line-height:1.4;
}
.setPaddingRL {
	padding-right: 10px;
	padding-left: 10px;
	line-height:1.4;
}
.setPaddingT5 {
	padding-top: 5px;
	line-height:1.4;
}
.setPaddingB5 {
	padding-bottom: 5px;
	line-height:1.4;
}
.setPaddingL20 {
	padding-left: 20px;
	line-height:1.4;
}

/*  汎用マージン    */
.setMarginB {
	margin-bottom: 10px;
	line-height:1.4;
}

.setMarginLRAutoBlock {
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height:1.4;
}

/*  汎用ボーダー    */
.borderBottom {
	border-bottom: 1px solid #ccc;
}
.borderSolidCCC1 {
	padding: 10px;
	border: 1px solid #ccc;
}
.borderSitecolorShadow {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
	border: 2px solid #025EB3;
}
.borderGrayShadow {
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	border: 2px solid #696969;
}
.borderMakerShadow {
	padding: 2px 10px 10px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cfcfcf;
}

/*  汎用dlテーブル    */
dl.dlTable {
	width: 100%;
	border: 1px solid #CCC;
	border-top: none;
	line-height:1.6;
}
.dlTable dt {
	clear: left;
	float: left;
	border-top: 1px solid #CCC;
	padding: 5px;
	width: 35%;
	min-height: 34px;
}
.dlTable dd {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 5px;
	margin-left: 36%;
	min-height: 34px;
}

/*    パンくず    */
ul.breadcrumb{
	padding:4px 10px 6px;
}
ul.breadcrumb li {
	display: inline;
	font-size:14px;
	line-height:1.4;
}

/*    コンテナ    */
#container {
	padding: 0px;
	margin: 0px;
	width: 100%;
	-webkit-box-sizing:border-box;
}

/*    サイト説明    */
.description {
	font-size: 11px;
	line-height:1.4;
	padding: 5px 10px 10px 10px;
}
.emphasisFont{
	font-size: 14px;
	color: #FF0000;
}

/*    ページ上部強調帯    */
ul.emphasisBand {
	padding: 5px 0px 5px 0px;
	text-align:center;
	color: #FFFFFF;
	background-color: #025EB3;
	font-size: 17px;
	font-weight: bold;
	line-height:1.8;
	margin: 0px;
}
.emphasisBand li {
	display:inline;
}

/*    新着情報    */
#news {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	line-height:1.4;
}
#newsTitle {
	text-align: center;
	color: #025EB3;
	font-size: 16px;
	font-weight: bold;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px solid #eeeeee;
}
#newsDl {
	width: 100%;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#newsDl dl{
	clear: both;
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.95, #fcfcfc), to(#fcfcfc));
	background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 95%);
	background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 95%);
	background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 95%);
	background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 95%);
	background: linear-gradient(top, #ffffff 0%, #fcfcfc 95%);
	word-break: break-all;
}
#newsDl dt {
	color: #025EB3;
	font-weight: bold;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsDl dd {
	margin-left: 4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsDl dd a{
	color:#444444;
}
/*    TOP4商品  */
.top4 {
	padding: 5px;
}
.top4 ul {
	display: -webkit-box;
	display: -moz-box;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	width: 100%;
}
.top4 li {
	display: block;
	padding: 5px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	width: 50%;
}
.top4 a {
	text-decoration: none;
	color: #696969;
}
.top4Border {
	padding: 10px;
	border: 1px solid #dadada;
	margin: 2px;
}
.top4Border .goods-contents a .goods-image img{
	width: auto;
	max-width: 130px;
	height: 90px;
}
/*    オススメ情報    */
#goods_rcmd_box{
	text-align:left;
	margin-bottom:10px;
}
#recommendTitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background-color:#025EB3;
	text-align: center;
	padding:10px;
	margin-top:10px;
	margin-bottom:6px;
}
#goods_rcmd_box li{
	display:inline-block;
	padding:5px 0;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	border-bottom:1px solid #cfcfcf;
}
#goods_rcmd_box li .rcmd_brandname{
	margin-top:5px;
	margin-bottom:5px;
}
#goods_rcmd_box .goods-contents{
	width:100%;
	position:relative;
}
#goods_rcmd_box .goods-contents a{
	display:table;
	color:#333333;
	text-decoration:none;
	list-style:none;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#goods_rcmd_box .goods-contents .goods-image{
	display:table-cell;
	width:40%;
	vertical-align:middle;
	padding:0;
}
#goods_rcmd_box .goods-contents .box_right{
	display:table-cell;
	width:60%;
	vertical-align:middle;
}
#goods_rcmd_box .goods-contents .box_right img{
	display:none;
}
#goods_rcmd_box .goods-contents .goods-image img{
	display:block;
	width:100%;
	max-width:130px;
	height:auto;
	margin:0 auto;
	padding-right:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#goods_rcmd_box .goods-contents .goods-name{
	display:block;
	font-size:14px;
	line-height:1.6;
	padding:5px 0 0;
	min-height:40px;
}
#goods_rcmd_box .goods-contents .goods-price{
	display:block;
	color:#025eb3;
	font-size:18px;
	text-decoration:none;
	padding:5px 0 0;
}
#goods_rcmd_box li .devide_price,
#goods_rcmd_box li .devide_postage_free{
	color:#e50000;
	font-size:20px;
	font-weight:bold;
	margin-left:40%;
	padding:0;
}
#goods_rcmd_box li .devide_price{
}
#goods_rcmd_box li .devide_postage{
	color:#025eb3;
	font-size:20px;
	font-weight:bold;
	margin-left:40%;
	padding:0;
}
#goods_rcmd_box li .devide_postage,
#goods_rcmd_box li .devide_postage_free{
	padding-top:10px;
}
@media (max-width: 667px) {
	#goods_rcmd_box li .devide_price,
	#goods_rcmd_box li .devide_postage_free,
	#goods_rcmd_box li .devide_postage{
		font-size:20px;
	}
}
@media (max-width: 425px) {
	#goods_rcmd_box li .devide_price,
	#goods_rcmd_box li .devide_postage_free,
	#goods_rcmd_box li .devide_postage{
		font-size:19px;
	}
}
@media (max-width: 375px) {
	#goods_rcmd_box li .devide_price,
	#goods_rcmd_box li .devide_postage_free,
	#goods_rcmd_box li .devide_postage{
		font-size:17px;
	}
}
@media (max-width: 320px) {
	#goods_rcmd_box li .devide_price,
	#goods_rcmd_box li .devide_postage_free,
	#goods_rcmd_box li .devide_postage{
		font-size:15px;
	}
}
/*    アコーディオンメニュー    */
.accordion{
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.accordion dt{
	display: block;
	color: #666666;
	font-weight: bold;
	font-size:12px;
	padding: 16px 25px 16px 10px;
	margin: 0px 0px 10px;
	border-top: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	background-color:#ffffff;
	background-image:url("/img/acd_arrow_down.png");
	background-size:22px;
	background-position:95% center;
	background-repeat:no-repeat;
}
.accordion dt.selected{
	background-image:url("/img/acd_arrow_up.png");
	background-size:22px;
	background-position:95% center;
	background-repeat:no-repeat;
	margin: 0px 0px 0px;
}
.accordion dd{
	margin: 0px;
	padding: 10px;
}
.pullDown {
	display: block;
	padding: 0px 10px 0px 0px;
	width: 100%;
}

/*    リンクリスト    */
.linkList dt{
	color: #FFFFFF;
	font-weight: bold;
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 0px;
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	background: #025EB3;
	padding: 10px;
}
.linkList li{
	margin-left: 0px;
	list-style-type: none;
	border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	border-bottom: solid 0px #e8e8e8;
}
.linkList li:last-child{
	border-bottom: solid 1px #e8e8e8;
}
.linkList a{
	color:#444444;
	font-size:15px;
}
.linkList a:link,
.linkList a:visited{
	display: block;
	color:#444444;
	font-size:15px;
	text-decoration:none;
	padding: 22px 25px 22px 10px;
	background-image: url("/img/arrowR.gif");
	background-repeat: no-repeat;
	background-position: 98% center;
}
.linkList a span.price{
	color: #000000;
	font-weight: normal;
	font-family: "Verdana";
}

/*    お支払方法・プライバシーポリシー共通    */
.linkListCom {
	padding: 0px;
	margin: 0px;
	line-height:1.4;
}
.linkListCom li {
	padding: 0px 25px 5px 25px;
	text-indent: -1em;
}
.linkListCom p {
	text-indent: 0;
}

/*  メーカー別リストタイトル    */
#makerListTitle {
	text-align: center;
	color: #025EB3;
	font-size: 16px;
	font-weight: bold;
}

/*    メーカー別画像リスト    */
.makerList {
	padding: 0px;
	margin: 0px;
	border-top:1px solid #eeeeee;
}
.makerList ul {
	text-align:center
}
.makerList li {
	display: inline-block;
}

/*    購入方法・送料について・返品・キャンセル    */
.howto dt {
	color: #025EB3;
	font-size: 18px;
}
.downarrow {
	padding-left: 30px;
}
.konyuList li {
	padding: 10px 1em 5px 1.5em;
	text-indent: -1em;
}
.konyuList p {
	text-indent: 0;
	padding: 0;
}

/*  利用規約    */
.ruleList{
	line-height:1.4;
}
.ruleList dt {
	color: #025EB3;
	font-size: 18px;
}
.ruleList dd {
	padding-left: 1em;
	padding-bottom: 10px;
}
.ruleList dl ul ol{
	padding: 0px 0px 5px 1em;
	text-indent: -1em;
}
.ruleList li {
	padding: 0px 0px 5px 1em;
	text-indent: -1em;
}
.ruleListChild dt {
	color: #000;
	font-size: 16px;
	padding: 0px 0px 5px 1em;
	text-indent: -1em;
}
.ruleListChild dd {
	padding: 0px 0px 5px 1em;
}
.indent_hanging {
	padding-left:1em;
	text-indent:-1em;
	margin-top: 5px;
}
.indent_hanging2 {
	margin: 0 0 0 20px;
	padding-left:2em;
	text-indent:-2em;
}

/*  商品詳細    */
h1.goodsTitle {
	padding: 2px 0px 2px 0px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #777777;
	background-image: none;
}
#goodsPhoto {
	padding: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #CCC;
}
.goodsPrice {
	font-size: 20px;
	font-weight: bold;
}
.goodsPostage {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.goodsFreepostage {
	margin-top: 10px;
	text-align: center;
}
.goodsFreepostage img.freepostageIcon {
	max-width: 140px;
	width: 80%;
}
.goodsFreepostage img.nofreepostageIcon {
	max-width: 240px;
	width: 80%;
}
.pricePerBox {
	padding: 4px 0px 0px 0px;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.goodsPhotoImg {
	height: 100px;
	width: auto;
}

/*  商品詳細メインビジュアル  */
.goods_visual {
	position: relative;
}
/*  商品詳細スライダー  */
.goods_visual .aui_swiper {
	min-height: 210px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.goods_visual .aui_swiper .swiper-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.goods_visual .aui_swiper .swiper-slide {
	position: static;
}
.goods_visual .aui_swiper .swiper-slide > img {
	display: block;
	width: 60%;
	margin: 5% auto;
}
.goods_visual .aui_swiper .swiper-slide > img.full_size {
	width: 100%;
	margin: auto;
}
.goods_visual .aui_swiper .swiper-button-prev,
.goods_visual .aui_swiper .swiper-button-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.goods_visual .aui_swiper .swiper-button-next {
	right: -31px;
}
.goods_visual .aui_swiper .swiper-button-prev {
	left: -31px;
}
.goods_visual .aui_swiper .swiper-button-prev::after,
.goods_visual .aui_swiper .swiper-button-next::after {
	width: 12px;
	height: 12px;
	border-color: #222222;
	border-width: 1px;
}
.goods_visual .aui_swiper .swiper-button-next::after {
	margin-right: 28px;
}
.goods_visual .aui_swiper .swiper-button-prev::after {
	margin-left: 28px;
}
.goods_visual .aui_swiper .swiper-pagination-fraction {
	display: inline-block;
	width: auto;
	bottom: 0;
	left: 50%;
	background: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	margin-bottom: 12%;
	padding: 4px 8px;
	border-radius: 1em;
	font-size: 0.9rem;
	line-height: 1;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out 2.5s;
	transition: opacity 0.5s ease-in-out 2.5s;
}
.goods_visual .aui_swiper.slide-change-start .swiper-pagination-fraction {
	opacity: 1;
	-webkit-transition: opacity 0s ease-in-out 0s;
	transition: opacity 0s ease-in-out 0s;
}
.goods_visual .aui_swiper.slide-change-end .swiper-pagination-fraction {
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out 1.5s;
	transition: opacity 0.5s ease-in-out 1.5s;
}

/*============================*/
/*        メガネ商品詳細        */
/*============================*/

/* メガネ商品詳細 カラー名 */
.goods_glasses .goods_visual .goods_color_name {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	margin: 0 auto 6%;
	padding: 0;
	text-align: center;
}
.goods_glasses .goods_visual .goods_color_name img {
	max-width: 100%;
	max-height: 26px;
}

/* 商品カラーラインナップ */
.goods_glasses .goods_color_lineup {
	margin: 20px auto;
    text-align: center;
    max-width: 300px;
}
.goods_glasses .goods_color_lineup img {
	max-width: 100%;
}
.goods_glasses .goods_color_lineup p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.goods_glasses .goods_color_lineup ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	margin: auto;
	padding: 0;
}
.goods_glasses .goods_color_lineup li {
	width: calc( (100% / 6) - (8px * 2) );
	/* 1列に6個のサムネイルを表示 */
	margin: 8px 8px 0;
}
.goods_glasses .goods_color_lineup li:last-child {
	margin-bottom: 0;
}
.goods_glasses .goods_color_lineup li img {
	vertical-align: bottom;
}

/* メガネ商品詳細 アンカーリンク */
.goods_glasses .goods_exp_link {
	margin: 15px 0 10px;
	text-align: right;
}
.goods_glasses .goods_exp_link a{
	margin-left: 5px;
	color: #222222;
	font-size: 13px;
	text-decoration: none;
}
.goods_glasses .goods_exp_link .aui_link:not(.pos_left)[class*="icon_"]::after {
	width: 1.3em;
	height: 1.3em;
}

/* メガネ商品詳細 アンカーリンク */
.goods_glasses .goods_exp_link {
	margin: 15px 0 10px;
	text-align: right;
}
/* メガネ商品詳細 商品説明 */
.goods_glasses .goodsComment {
	margin: 0 -10px 0;
	font-size: 13px;
}
.goods_glasses .goodsComment .goods_comment p {
	margin-top: 12px;
	padding: 0;
}
.goods_glasses .goodsComment .goods_comment table {
	margin-top: 12px;
}

.mfp-content .goodsbox .item_detail_select,
.productForm .item_detail_select,
.goods_glasses .item_detail_select{
	display: table;
	width: 100%;
	table-layout: fixed
}

.mfp-content .goodsbox .item_detail_select > *,
.productForm .item_detail_select > *,
.goods_glasses .item_detail_select > *{
	display: table-cell;
	padding:10px;
}

.mfp-content .goodsbox .item_detail_select:nth-of-type(odd),
.productForm .item_detail_select:nth-of-type(odd),
.goods_glasses .glasses-select .item_detail_select:nth-of-type(odd){
	background:#f1f1f1;
}

.mfp-content .goodsbox .item_detail_select .ttl,
.productForm .item_detail_select .ttl,
.glasses-select .item_detail_select .ttl{
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	border:none;
	width: 102px;
	vertical-align: middle;
}

/*在庫切れ販売停止メッセージ*/
#stop-gds {
	max-width: 420px;
	margin: 0 auto 10px;
	padding: 0 10px;
	font-size: 12px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#stop-gds .inner {
	padding: 12px 10px 10px;
	border: 1px solid #ebebeb;
}
#stop-gds .inner > p {
	margin: 0 0 6px 0;
	color: #cc0000;
	font-weight: bold;
}
#stop-gds .inner > br {
	display: none;
}
#stop-gds .inner a {
	color: #444444;
}
/*在庫切れ販売停止ポップアップ*/
.stpolens_popup {
}
.stpolens_popup .stoplens_popup_header {
	padding: 30px 0;
	text-align: center;
	font-weight: bold;
}
.stpolens_popup .name_ttl {
	font-size: 18px;
}
.stpolens_popup .sub_ttl {
	margin-bottom: 15px;
	font-size: 14px;
}
.stpolens_popup .text {
	color: #cc0000;
	font-size: 14px;
	line-height: 1.8;
}
.stpolens_popup .stoplens_popup_body {
	padding: 40px 0;
	background-color: #f5f5f5;
}
.stpolens_popup .lens_list {
	width: 92%;
	max-width: 400px;
	margin: 0 auto 30px;
	padding: 18px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 2;
}
@media screen and (min-width:375px) {
	.stpolens_popup .lens_list {
		font-size: 13px;
	}
}
.stpolens_popup .close_btn {
	text-align: center;
}

.goodsAlert {
	color: #FF0000;
	border: 1px solid #FF0000;
	box-sizing: border-box;
	margin: 0 auto 15px;
	padding: 5px 5px;
	text-align: left;
}

.goodsNosaleinfo {
	font-weight: bold;
	color: #FF0000;
	box-sizing: border-box;
	margin: 0 auto 15px;
	text-align: center;
}

.goodsComment img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
#nosaleTitle {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 20px;
	color: #777777;
	text-align: center;
}

/*  お問い合わせ */
#inquiryForm {
	max-width: 100%;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 15px 0px;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #CCC;
}
#inquiryConfirm {
	max-width: 100%;
	padding: 10px;
	margin: 10px 10px 15px 10px;
	font-size: 14px;
	border-radius: 10px;
	border: 1px solid #CCC;
}
#inquiryConfirm dt {
	clear: left;
	float: left;
	margin: 0px;
	width: 85px;
}
#inquiryConfirm dd {
	clear: right;
	margin: 0px 0px 20px 95px;
	word-wrap: break-word;
	white-space: pre-line;
}

/*  買い物かご  */
#kagoDetail {
	width: 100%;
	border: 1px solid #ccc;
}
#kagoDetail li {
	padding:10px;
	border-bottom: dotted 1px #BBBBBB;
}
#kagoDetail li:last-child {
	padding:10px;
	border-bottom: none;
}

/*  商品一覧    */
.listTitle {
	font-size: 20px;
	text-align: center;
}
.listImage {
	text-align: center;
}
.detailList {
	width: 100%;
}
.detailListL {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	width: 57%;
}
.detailListR {
	display: -moz-inline-box;
	display: inline-block;
	width: 43%;
	vertical-align: middle;
	text-align: right;
}
.bargainListTitle {
	padding: 5px 10px 10px 10px;
	border-radius: 10px;
	border: 2px solid #696969;
}
.goodsListFilter section:nth-child(1),
.goodsListFilter section:nth-child(2){
	border-top:1px solid #efefef;
}
.goodsListFilter section{
	width:48%;
	display:inline-block;
	vertical-align:top;
	text-align: center;
	border-bottom:1px solid #efefef;
}
.goodsListFilter section img{
	display:block;
	width:100%;
	max-width:130px;
	margin:0 auto 6px;
}
.goodsListFilter section:nth-child(odd){
	padding-right:1.5%;
	border-right:1px solid #efefef;
}
.goodsListFilter section:nth-child(even){
	padding-left:1.5%;
}
.goodsListFilter section h2{
	font-size:14px;
	height:3rem;
	text-align: center;
	margin-bottom:25px;
}
.goodsListFilter section .detailList{
	margin-bottom:10px;
}
.goodsListFilter section .detailList .pricePerBox{
	font-size:12px!important;
}
.goodsListFilter section .detailList .smallFont{
	font-size:10px!important;
}
.goodsListFilter section .detailListLink{
	margin-bottom:20px;
}
.goodsListFilter section .detailListLink a{
	font-size:12px;
	color:#fff;
	background:#025eb3;
	border:1px solid #025eb3;
	text-decoration: none;
	padding:8px 20%;
}

/*  新規会員登録    */
.customerInputDl {
	padding-left:10px;
}
.customerInputDl dt {
	padding-bottom: 5px;
	color: #025EB3;
	font-size: 18px;
}
.customerInputDl dd {
	padding-bottom: 5px;
	padding-left: 10px;
}

/*  支払方法選択    */
.deliveryDiv {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px #CCC solid;
}
.deliveryDivL {
	display: inline-block;
	display: -moz-inline-box;
	width: 85%;
	vertical-align: middle;
}
.deliveryDivR {
	display: inline-block;
	display: -moz-inline-box;
	text-align: center;
	width: 13%;
	vertical-align: middle;
}

/*  コンビニ選択画面    */
.conviniTable div{
	display:table-cell;
	padding: 5px 20px 5px 20px;
	width:100%;
	vertical-align:middle;
	border-bottom: 1px solid #ccc;
}

/*    Copyright    */
.footerCopyright {
	padding-top: 25px;
	padding-bottom: 30px;
	font-size: 10px;
	color: #696969;
	text-align: center;
}

/*商品ページ画像自動制御用追加CSS 2014/07/29*/
.sp_addkit_img{
	display: block;
	width:100%;
	max-width:640px;
	margin:0 auto;
}

/**お手軽便用追加CSS 2014/09/03**/
#post_sp_frame h1{
	background-image:none;
	margin-top:0px;
	margin-bottom:0px;
	text-shadow:none;
}

.post_sp_box{
	background-color:#fcfcfc;
	border-top:1px solid #bfbfbf;
	padding-bottom:2px;
}

.post_sp_explain_box,
.post_sp_howto_box{
	margin:10px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #d8d8d8;
}

.post_sp_img_1,
.post_sp_img_2,
.post_sp_img_3{
	box-sizing:border-box;
	padding:5px 10px 0px;
	display:block;
	margin:0 auto;
	text-align:center;
}

.post_sp_img_1{
	max-width:231px;
}

.post_sp_img_2{
	max-width:280px;
}

.post_sp_img_3{
	max-width:230px;
}

.post_sp_explain_ttl{
	color:#333333;
	font-size:18px;
	font-weight:bold;
	padding:14px 10px 10px;
}

.post_sp_explain_txt,
.post_sp_howto_txt{
	color:#333333;
	font-size:12px;
	padding:4px 10px 10px;
	line-height:1.5;
}

.post_sp_explain_txt_red{
	color:#ff0000;
	font-size:12px;
	padding:4px 10px 10px;
	line-height:1.5;
}

.post_sp_howto_ttl{
	color:#ff0000;
	font-size:18px;
	font-weight:bold;
	padding:14px 10px 10px;
}

.post_sp_howto_txt_red{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;
	padding:4px 10px 10px;
	line-height:1.5;
}

/*商品ページバナー自動制御用追加CSS 2014/10/09*/
.sp_bnr_fixed{
	width:100%;
	display:block;
	margin:0 auto;
}

/**デファインセール用追加CSS 2014/11/11**/
.recommend{
	margin-bottom:30px;
	padding-top:10px;
}

.recommend ul{
	padding: 0;
	overflow: hidden;
}

.recommend ul>li{
	text-align: center;
	border: 1px solid #eeeeee;
	border-left: 0;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.recommend ul>li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	text-decoration: none;
	overflow:hidden;
}

.recommend .goods-image img{
	width: 80%;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.recommend .goods-image img{
	width:120px;
	float:left;
}

.recommend ul>li dl{
	text-align: left;
	font-size: 12px;
	padding:3px;
}
.recommend .goods-image{
	float:left;
	padding:0 5px;
}

.recommend  .goods-name{
	font-weight:bold;
	padding-right:3px;
}

.recommend .goods-price{
	color:#E50000;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

.define_bnr_img{
	width:100%;
	max-width:640px;
	margin:0 auto;
}

.recommend ul>li{
	float:none;
	text-align:left;}


@media screen and (max-width: 2000px) {
 #goods .recommend ul>li {
	width: 25%;
}
}
 @media screen and (max-width: 600px) {
 #goods .recommend ul>li {
	width: 33.3%;
}
}
 @media screen and (max-width: 400px) {
 #goods .recommend ul>li {
	width: 50%;
}
}
.recommend ul>li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #444;
	text-decoration: none;
	overflow:hidden;
}

.recommend .goods-image img, #goods .recommend .goods-image img, #lconpopProductsLink .recommend .goods-image img {
	width: 80%;
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.recommend .goods-image img{
	width:120px;
	float:left;
}

.recommend ul>li dl{
	text-align: left;
	font-size: 12px;
	padding:3px;
}

.recommend  .goods-image{
	float:left;
	padding:0 5px;
}

.recommend  .goods-name{
	font-weight:bold;
	padding-right:3px;
}

.recommend .goods-price{
	color:#E50000;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}

.recommend ul>li dd{
	color: #000;
	font-weight: bold;
	text-align: center;
}

.goods-price{
	color:#E50000;
	font-weight:bold;
}

/* 商品詳細ページ スイッチバナー追加 20150324 */
#bn_switch_box{
	text-align:center;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size:30px;
}
#bn_switch_box .switch_item_ttl{
	margin-bottom:10px;
}
#bn_switch_box .switch_item_ttl img{
	width:98%;
}
#bn_switch_box .switch_item_001,
#bn_switch_box .switch_item_002{
	margin:0 auto 10px auto;
}
#bn_switch_box .switch_item_inner{
	position:relative;
	max-width:350px;
	width:295px;
	margin:0 auto;
}
#bn_switch_box .switch_item_inner img{
	width:295px
}
#bn_switch_box .switch_item_001 .switch_item_price,
#bn_switch_box .switch_item_002 .switch_item_price{
	position:absolute;
	padding-top:90px;
	padding-left:80px;
	top:16%;
	width:70%;
	font-weight:bold;
	color:#f00;
	letter-spacing: -0.03em;
	text-align:right;
}
#bn_switch_box .switch_item_001 .switch_item_price span,
#bn_switch_box .switch_item_002 .switch_item_price span{
	font-size:20px;
}


/* 商品詳細ページ セルフィッシュ文言追加 20150325 */
#self_text {
	color:#f00;
	border:1px solid #f00;
	padding:10px;
	margin:0 10px;
	text-align:left;
}

/*商品詳細右エリア：おまけエリア 150623追加 */
.item_detail_select_omake_ttl {
	margin: 20px 0 0 0 !important;
	padding: 0;
	background: #ff8f8f; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8f8f), color-stop(70%,#ff4848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff8f8f 0%,#ff4848 70%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #ff8f8f 0%,#ff4848 70%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff8f8f 0%,#ff4848 70%); /* W3C */
	text-align: center;
	line-height: 1;
}
.item_detail_select_omake_ttl img {
	max-width: 100%;
	vertical-align: bottom;
}
[id*="omakeV2"] {
	background-color: #fff1f1;
	text-align: left;
	font-size: 14px;
	line-height: 1.6;
}
[id*="omakeV2"] select {
	width: 100%;
	height: 30px;
	background-color: #ffffff;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* おまけパターン テキストのみ(single) */
[id*="omakeV2"] ul {
	padding: 10px 10px;
}
/* おまけパターン プルダウン(absolute|multiple) */
[id*="omakeV2"] dl {
	padding: 10px 10px;
}
[id*="omakeV2"] dt {
	margin: 0 auto 2px auto;
	padding: 0 0 0 0;
}
[id*="omakeV2"] dd {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0 0 0 0;
}

/*問い合わせページ 改修用 2016.2月*/
a.inquiry_link_btn{
	display:block;
	width:80%;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	line-height:2.2;
	text-align:center;
	list-style:none;
	text-decoration:none;
	padding:10px;
	margin:10px auto 0;
	border:2px solid #e73c35;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb6e68), color-stop(100%, #d5332c));
	background:-webkit-linear-gradient(top, #fb6e68 0%, #d5332c 100%);
	background:-moz-linear-gradient(top, #fb6e68 0%, #d5332c 100%);
	background:-ms-linear-gradient(#fb6e68 0%, #d5332c 100%);
	background:linear-gradient(to bottom, #fb6e68 0%, #d5332c 100%);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*2016.3月 改修*/
nav.makerList{
	display:block;
}
.makerList ul{
	display:inline-block;
	width:100%;
}
.makerList ul li {
	text-align: center;
	border: 1px solid #eeeeee;
	border-left: 0;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.makerList ul li a{
	display: block;
	text-decoration:none;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 0;
	overflow:hidden;
}
 @media screen and (max-width: 2000px) {
.makerList ul li {
	width: 25%;
}
}
 @media screen and (max-width: 600px) {
.makerList ul li {
	width: 33.3%;
}
}
 @media screen and (max-width: 400px) {
.makerList ul li {
	width: 50%;
}
}
.top_line_box{
	padding-top:10px;
}

/*タイマー付きバナー 2017.04.11 */
.timer_bnr {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timer_bnr img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.timer_bnr .timer_box {
	display:block;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing:0.1em;
}
.timer_bnr .timer_box span {
	padding: 0;
}
/*ポップアップニュース 改修*/
a.popup_close{
	display:inline-block;
	color:#808080;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:10px 18px;
	margin-top:10px;
	background-color:#f5f5f5;
	border:1px solid #bdbdbd;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*TOPページ メインビジュアル*/
#top_mainvisual{
}
#top_mainvisual a{
	display:block;
	width:100%;
	max-width:640px;
	margin:0 auto 10px;
}
#top_mainvisual a img{
	display:block;
	width:100%;
	max-width:640px;
}

/* ケア剤販促用コンテンツ 2018.7.6 */
.careitems_container {
	max-width: 640px;
	margin: 0 auto;
	background-color: #EEEEEE;
}
.careitems_container p,
.careitems_container span {
	margin: 0;
	padding: 0;
}
.careitems_container img {
	max-width: 100%;
	height: auto;
}
.careitems_container .careitems_container_inner {
	width: 100%;
	padding: 2% 0;
}
.careitems_container .care_cate_head {
	margin: 0 2% 2%;
}
.careitems_container .care_cate_head .head_text {
	padding: 8px 0 4px;
	background-color: #ed4580;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
}
@media screen and (min-width:375px) {
	.careitems_container .care_cate_head .head_text {font-size: 14px;}
}
@media screen and (min-width:568px) {
	.careitems_container .care_cate_head .head_text {font-size: 16px;}
}
@media screen and (min-width:640px) {
	.careitems_container .care_cate_head .head_text {font-size: 18px;}
}
.careitems_container .care_cate_head .head_text em {
	position: relative;
/*	-webkit-text-emphasis: filled circle;
	text-emphasis: filled circle;*/
}
.careitems_container .care_cate_head .head_text em:before {
	content: "・・・";
	position: absolute;
	top: -0.9em;
	left: 0;
}
.careitems_container .care_cate_head .head_text strong {
	font-size: 1.6em;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
.careitems_container .care_box {
	float: left;
	width: 47%;
	margin: 0 0 2% 2%;
	padding: 2%;
	text-align: center;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.careitems_container .care_cate_foot {
	clear: both;
	margin: 0 10px;
	padding: 0 0;
}
.careitems_container .care_cate_foot .foot_text {
	padding: 5px 0 10px;
	font-size: 12px;
	text-align: center;
}
.careitems_container .care_cate_foot .care_link_btn a {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 8px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #33B8D3;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.careitems_container .care_cate_foot .care_link_btn a:after {
    content: "";
/*    position: absolute;
    top: 50%;
    right: 10px;*/
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 2px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    vertical-align: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 商品詳細ページのスイッチバナー 20170910 */
#switch_product{
	margin: 0 auto 20px;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6;
	text-decoration: none;
	text-align: left;
}
#switch_product img {
	max-width: 100%;
	vertical-align: bottom;
}
#switch_product p,
#switch_product span {
	margin: 0;
	padding: 0;
}
#switch_product .switch_product_announce {
	margin: 20px 0;
	padding: 20px 0;
	border: 1px solid #ccc;
	text-align: center;
}
#switch_product .switch_product_announce p {
	color: #ed4580;
	font-weight: bold;
	font-size: 15px;
}
#switch_product .switch_product_itembox {
	padding: 0 5px 1px;
	background: #EBF8FB;
}
#switch_product .switch_product_itembox a {
	display: block;
	color: #444444;
	background-color: #ffffff;
	text-decoration: none;
}
#switch_product .switch_product_rcmd_text {
	text-align: center;
}
#switch_product .switch_product_item {
	max-width: 640px;
	margin: auto;
	background-color: #ffffff;
	margin: auto auto 10px;
	border: 1px solid #37B3E1;
}
#switch_product .switch_product_item_catch {
	padding: 8px 5px;
	background: #21b3e4;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#switch_product .switch_product_item_left {
	float: left;
	width: 40%;
	padding: 5px 0 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#switch_product .switch_product_item_right {
	float: right;
	width: 55%;
	padding: 10px 5px 5px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#switch_product .switch_product_item_brand {
	text-align: center;
}
#switch_product .switch_product_item_brand img {
	height: 20px;
}
#switch_product .switch_product_item_package {
	margin-bottom: 1px;
	text-align: center;
}
#switch_product .switch_product_item_package img {
	height: 80px;
}
#switch_product .switch_product_item_icons ul {
	margin: 0;
	padding: 0;
}
#switch_product .switch_product_item_icons ul:after {
	content: "";
	clear: both;
	display: block;
}
#switch_product .switch_product_item_icons li {
	float: left;
	width: 33%;
	padding: 0 3px 3px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
}
@media screen and (min-width:568px) {
	#switch_product .switch_product_item_icons li {
		width: 25%;
	}
}
#switch_product .switch_product_item_name {
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}
#switch_product .switch_product_item_review {
	margin: -10px 0 10px 0;
	font-size: 11px;
}
#switch_product .switch_product_item_review .review{
	margin-bottom: 5px;
}
#switch_product .switch_product_item_review .review a{
	text-decoration: none !important;
}
#switch_product .switch_product_item_review .yotpo .pull-left {
	float: none;
}
#switch_product .switch_product_item_review .yotpo-stars {
	display: inline-block;
	margin-right: 2px;
	line-height: 1;
}
#switch_product .switch_product_item_review .yotpo-icon {
	font-size: 12px;
	line-height: 1;
}
#switch_product .switch_product_item_review .text-m {
	display: inline;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 1.2;
}
#switch_product .switch_product_item_price {
	margin: 0 0 5px 0;
	font-size: 11px;
}
#switch_product .switch_product_item_price span {
	color: #e40003;
	font-size: 18px;
	font-weight: bold;
}
#switch_product .switch_product_item_btn {
	position: relative;
	width: 100%;
	height: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFA245;
	background-image: -moz-linear-gradient( 0deg, rgb(255,162,69) 0%, rgb(255,128,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(255,162,69) 0%, rgb(255,128,0) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(255,162,69) 0%, rgb(255,128,0) 100%);
}
#switch_product .switch_product_item_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #ffffff;
}

/* 注文履歴詳細に設置するテキスト 2018.9.13 */
.switch_product_infobox {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #EAF8FB;
}
.switch_product_infobox_inner {
	padding: 15px 5px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	text-align: center;
}
.switch_product_infobox .switch_product_text {
	font-size: 12px;
	line-height: 1.7;
}
.switch_product_infobox .switch_product_text p {
	margin: 0;
	padding: 0;
}
@media screen and (min-width:375px) {
	.switch_product_infobox .switch_product_text {font-size: 14px;}
}
@media screen and (min-width:568px) {
	.switch_product_infobox .switch_product_text {font-size: 16px;}
}
.switch_product_infobox .switch_product_text .spt_bold {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
}
.switch_product_infobox .switch_product_text .spt_red_bold {
	margin-bottom: 10px;
	font-weight: bold;
	color: #ff0000;
}
.switch_product_infobox .switch_product_btns {
	display: table;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	border-spacing: 10px 0;
}
.switch_product_infobox .switch_product_btns li {
	display: table-cell;
	width: 40%;
}
.switch_product_infobox .switch_product_btns li a {
	display: block;
	position: relative;
	padding: 15px 0;
	background-color: #2D9AE8;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
}
@media screen and (min-width:375px) {
	.switch_product_infobox .switch_product_btns li a:after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		right: 5%;
		width: 0;
		height: 0;
		margin-top: -3px;
		border-style: solid;
		border-width: 3px 0 3px 5px;
		border-color: transparent transparent transparent #ffffff;
	}
}

/* 商品一覧、詳細ページ設置用バナー 20171109 */
.bnr_gutter10 {
	max-width: 640px;
	margin: 10px auto;
	padding: 0 10px;
	text-align: center;
}
.bnr_gutter10 img {
	max-width: 100%;
	vertical-align: bottom;
}

/* ニュース　アラート表示 20171214 */
a.popup_news_alert {
	font-family:'メイリオ',Meiryo,Verdana,Arial,Helvetica,sans-serif;
	display:block;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:0 10px 10px;
	border:3px solid #e50000;
	padding:16px 10px;
	color:#e50000;
	background-color:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a.popup_news_alert .s_txt {
	font-size:12px;
}
@media (max-width: 375px) {
	a.popup_news_alert .s_txt{
		font-size:10px;
	}
}
@media (max-width: 320px) {
	a.popup_news_alert .s_txt{
		font-size:8px;
	}
}
/* JJ2WAA商品詳細ページのスイッチバナー 20180616 */
#jj2waa_switch_product{
	padding:10px 3%;
	background:#f6f6f6;
}
#jj2waa_switch_product .jj2waa_spb_cl{
	clear:both;
}
#jj2waa_switch_product .jj2waa_switch_product_text{
	background:#fff;
	margin-bottom:10px;
	border:1px solid #ccc;
	padding:3%;
	text-align:center;
}
#jj2waa_switch_product .jj2waa_switch_product_text .jj2waa_spt_bold{
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
#jj2waa_switch_product .jj2waa_switch_product_text p span{
	color:#f00;
	font-weight:bold;
	font-size:17px;
}
#jj2waa_switch_product .jj2waa_switch_product_itembox .jj2waa_switch_product_txt{
	margin-bottom:10px;
}
#jj2waa_switch_product .jj2waa_switch_product_itembox .jj2waa_switch_product_txt img{
	display:block;
	width:100%;
	max-width:700px;
	margin:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#jj2waa_switch_product .jj2waa_switch_product_itembox a{
	color:#444444;
	text-decoration:none !important;
	width:48%;
	margin:0 -1px;
	overflow:hidden;
	margin-bottom:10px;
}
#jj2waa_switch_product .jj2waa_switch_product_itembox .jj2waa_spilft{
	margin-right:3%;
}

#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_catch{
	background:#26bf01;
	color:#fff;
	font-size:2.3vw;
	letter-spacing: -0.8px;
	font-weight:bold;
	text-align:center;
	display: table-cell;
	width:1000px;
	height: 2.8em;
	padding: 6px 5px;
	vertical-align: middle;
	line-height: 1.4;
	border-left:1px solid #28ca02;
	border-right:1px solid #28ca02;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_logo{
	background:#fff;
	text-align:center;
	padding:0 auto ;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_logo img{
	margin-top:10px;
	width:50%;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_logo2{
	background:#fff;
	text-align:center;
	padding:0 auto ;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_logo2 img{
	margin-top:10px;
	width:30%;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_name{
	font-size:3vw;
	font-weight:bold;
	text-align:center;
	padding: 6px 5px;
	line-height: 1.4;
	padding-top:3px;
	background:#fff;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_name span{
	line-height: 1.4;
	height: 3.5em;
	vertical-align: middle;
	display:table-cell;
	width:1000px;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_package{
	background:#fff;
	text-align:center;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_package img{
	display:block;
	width:70%;
	max-width:260px;
	margin:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_icon{
	background:#fff;
	text-align:center;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_icon img{
	width:28%;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_review{
	background:#fff;
	text-align:center;
	margin:0 auto;
}

#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_review a{
	border-style: none;
	margin:0 auto;

}

#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_review .yotpo .pull-left{
	float:none;
	text-align:center;
	padding:8px 0 2px 0;
}

#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_review .yotpo .text-m{
	font-size:10px !important;
}

#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_review .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star, .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star{
	font-size:13px !important;
}

#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_price{
	font-size:3vw;
	text-align:center;
	background:#fff;
	padding-bottom:10px;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_price span{
	color:#f00;
	font-size:4vw;
}

#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_button{
	background:#fff;
	text-align:center;
	padding-bottom:15px;
}
#jj2waa_switch_product .jj2waa_switch_product_item .jj2waa_switch_product_item_button .b_color{
	width: 80%;
	margin:0 auto;
	padding: 0.5em;
	text-decoration: none;
	background-color:#28ca02;
	color: #fff;
	font-size:2.8vw;
	font-weight:bold;
	border-radius: 3px;
	transition: .4s;
}

/*WAVEクーポンOFF 20180713 */
.wave_couponoff_container {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 10px;
}
.wave_couponoff_container p,
.wave_couponoff_container span {
    margin: 0;
    padding: 0;
}
.wave_couponoff_container img {
    max-width: 100%;
    height: auto;
}
.wave_couponoff_items {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.wave_couponoff_items li {
    float: left;
    width: 48.5%;
    margin: 3% 0 0 3%;
    padding: 0;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wave_couponoff_items li:nth-child(odd) {
    margin-left: 0;
}
.wave_couponoff_items a {
    display: block;
    padding: 10px 10px 12px;
    text-decoration: none;
    text-align: center;
}
.wave_couponoff_items .photo {
    display: block;
}
.wave_couponoff_items .name {
    display: block;
    margin: 5px 0 15px;
    color: #222;
    font-size: 12px;
    line-height: 1.6;
}
@media screen and (min-width:568px) {
    .wave_couponoff_items .name {
        font-size: 20px;
        line-height: 1.4;
    }
}
.wave_couponoff_items .btn {
    display: block;
    color: #222;
}

/* 商品詳細ページ WAVE800円OFFバナー設置 20180713 */
.wave800off_bnr {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}
.wave800off_bnr span,
.wave800off_bnr p {
	display: block;
	margin: 0;
	padding: 0;
}
.wave800off_bnr img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.wave800off_bnr .coupon input{
	display: block;
	position: absolute;
	top: 50%;
	right: 20%;
	width: 35%;
	padding: 3% 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: transparent;
	border:0;
}

@media screen and (min-width:375px) {
	.wave800off_bnr .coupon input {font-size: 38px;}
}
@media screen and (min-width:568px) {
	.wave800off_bnr .coupon input {font-size: 55px;}
}
@media screen and (min-width:640px) {
	.wave800off_bnr .coupon input {font-size: 55px;}
}
/*サークルKサンクス決済終了対応 2018/11*/
.circlek_alert_txt{
	display:block;
	color:#ff0000;
	font-size:14px;
	line-height:1.6;
	padding:0px 10px;
	margin-bottom:25px;
}

/* お知らせページ 2018.11 */
.news_contents {
	max-width: 640px;
	margin: 10px auto 40px;
	padding: 0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
}
.news_contents .news_ttl {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
}
.news_contents .news_table {
	width: 100%;
	border:1px solid #000;
	border-collapse:collapse;
	font-size: 12px;
}
.news_contents .news_table td {
	border: 1px solid #000;
	padding: 5px;
	vertical-align: middle;
}

/* お知らせページ導線バナー 2018.12 */
.news_bnr_box a {
	display: block;
	position: relative;
	padding: 10px 0 8px;
	border: 2px solid #d0080a;
	background-color: #ffffff;
	color: #d0080a;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.news_bnr_box a .fsize_large {
	margin-right: 2px;
	font-size: 1.1em;
}
@media screen and (min-width:375px) {
	.news_bnr_box a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		width: 5px;
		height: 5px;
		margin-top: -3px;
		border-top: 2px solid #d0080a;
		border-right: 2px solid #d0080a;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/*キャッチ掲載用欠品情報*/
.shortage_info {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
	background-color: #487EBA;
	font-size: 12px;
	line-height: 1.4;
}
.shortage_info p {
	margin: 0;
	padding: 0;
}
.shortage_info br {
	display: none;
}
.shortage_info .shortage_info_msg {
	margin: 0;
	padding: 5px 5px;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 0.025em;
}
.shortage_info .shortage_box_wrap {
	display: table;
	width: 100%;
	border-spacing: 4px;
}
.shortage_info .shortage_box {
	display: table-cell;
	background-color: #ffffff;
}
.shortage_info .shortage_box_head {
	padding: 5px 10px;
	background-color: #6A9FD7;
	color: #ffffff;
}
.shortage_info .lensdata_box_list {
	padding: 5px 10px;
	line-height: 2.5;
}
.shortage_info .lensdata_box_list > br:nth-of-type(1n+2) {
	display: block;
}

/* 新アイコフレスイッチバナー（注文履歴掲載）19.02.04 */
.new_eyecoffre_switch_box {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 10px;
}
.new_eyecoffre_switch_box img {
	max-width: 100%;
	vertical-align: bottom;
}
.new_eyecoffre_switch_box .ttl {
	margin: 0;
	padding: 0;
}
.new_eyecoffre_switch_box .items {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.new_eyecoffre_switch_box .items li {
	display: table-cell;
	margin: 0;
	padding: 0;
}

/* 新ファインUVシリーズ（注文履歴詳細）19.02.21 */
.new_fineuv_switch_box {
	max-width: 640px;
	margin: 0 auto;
	padding: 0 10px;
}
.new_fineuv_switch_box img {
	max-width: 100%;
	vertical-align: bottom;
}
.new_fineuv_switch_box .ttl {
	margin: 0;
	padding: 0;
}
.new_fineuv_switch_box .items {
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}
.new_fineuv_switch_box .items li {
	display: table-cell;
	margin: 0;
	padding: 0;
}
/* クーポンバナー 2019.08 */
.coupon_bnr_box {
	display: block;
	position: relative;
	margin: auto;
	padding: 0 10px 5px;
	text-align: center;
}
.coupon_bnr_box img {
	width:100%;
	max-width:600px;
}
/*バナー横幅調整*/
.sp_topbnr_img {
	width:100%;
	max-width:640px;
}
/* クーポンバナー 2025.03 */
#modal_coupon_koshin{
	background: none;
	width: 90%;
	max-width: 500px;
	padding: 0;
}
#modal_coupon_koshin *{
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
}
#modal_coupon_koshin .coupon_koshin{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: calc( 37 / 960 * var(--contents_width));
	text-align: center;
}
#modal_coupon_koshin .coupon_koshin_item_ttl{
	color: #fff;
	font-size: min(2vw, 12px);
	line-height: 1.5;
	margin-bottom: 4%;
	padding: 3% 0 2%;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#modal_coupon_koshin .coupon_koshin_item_ttl span{
	font-size: 1.1em;
}
#modal_coupon_koshin .coupon_koshin_item:nth-child(1) .coupon_koshin_item_ttl{
	background-color: #da3d3d;
}
#modal_coupon_koshin .coupon_koshin_item:nth-child(2) .coupon_koshin_item_ttl{
	background-color: #ffb70b;
}
#modal_coupon_koshin .coupon_koshin_item:nth-child(3) .coupon_koshin_item_ttl{
	background-color: #08abff;
}
#modal_coupon_koshin .coupon_koshin_item:nth-child(4) .coupon_koshin_item_ttl{
	background-color: #00bc9f;
}
#modal_coupon_koshin .coupon_koshin_item_img{
	display: block;
	width: 100%;
}
#modal_coupon_koshin .coupon_koshin_annotation{
	margin-top: 5%;
	font-size: min(2.3vw, 12px);
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 2;
}
/*カラコン強化バナー 2020/1*/
#colorcontact_improve .colorcontact_cp_banner{
	display:block;
	width:100%;
	max-width:732px;
	height:auto;
	margin:auto;
}
#colorcontact_improve .colorcontact_cp_banner .bnr_ttl{
	display:block;
	width:100%;
	max-width:732px;
	height:auto;
	margin:auto;
}
#colorcontact_improve .colorcontact_cp_banner .cp_product_box{
}
#colorcontact_improve .colorcontact_cp_banner .cp_product_box .cp_product_list{
}
#colorcontact_improve .cp_product_list{
	display:table;
	width:100%;
	max-width:732px;
	height:auto;
	margin:auto;
}
#colorcontact_improve .cp_product_list li{
	display:table-cell;
	width:33%;
	vertical-align:top;
}
#colorcontact_improve .cp_product_list li a{
}
#colorcontact_improve .cp_product_list li a img{
	display:table;
	width:100%;
	max-width:244px;
	height:auto;
	margin:auto;
}

/* クーパー処方箋についてモーダル 201027 */
#modal_howto_formulation {
	max-width: 640px;
	padding: 0 0 0 0 !important;
	background-color: transparent !important;
	font-family: 'Roboto', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 0.10em;
	font-weight: 700;
}
#modal_howto_formulation p,
#modal_howto_formulation span,
#modal_howto_formulation ol,
#modal_howto_formulation ul {
	margin: 0;
	padding: 0;
}
#modal_howto_formulation ol,
#modal_howto_formulation ul {
	list-style-type: none;
}
#modal_howto_formulation .red {
	color: #e50000 !important;
}
#modal_howto_formulation .title {
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.14em;
	text-align: center;
}
#modal_howto_formulation .order_wrap {
	margin: 10px 0 0 0;
}
#modal_howto_formulation .order_item {
	position: relative;
	margin-top: 20px;
	padding: 20px 15px;
	background-color: #ffffff;
}
#modal_howto_formulation .order_item::before {
	content: "";
	display: block;
	position: absolute;
	top: -14px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}
#modal_howto_formulation .order_item:nth-child(1)::before {
	display: none;
}
#modal_howto_formulation .order_summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: auto;
}
#modal_howto_formulation .order_summary .num {
	width: 100%;
	margin-bottom: 18px;
	text-align: center;
}
#modal_howto_formulation .order_summary .num .label {
	display: inline-block;
	background-color: #333333;
	color: #ffffff;
	width: 70px;
	height: 24px;
	line-height: 24px;
	letter-spacing: 0.22em;
	text-align: center;
}
#modal_howto_formulation .order_summary .icon {
	width: 28px;
	margin-right: 15px;
	text-align: center;
}
#modal_howto_formulation .order_summary .icon img {
	max-width: 100%;
}
#modal_howto_formulation .order_summary .icon .size_s {
	width: 22px;
}
#modal_howto_formulation .order_summary .text {
	flex: 1;
	line-height: 1.6;
}
#modal_howto_formulation .order_detail {
	margin: auto;
	padding: 20px 0 0;
}
#modal_howto_formulation .order_detail .check_list {
	padding: 20px 15px;
	background-color: #f9f9f9;
}
#modal_howto_formulation .order_detail .check_list li {
	margin-bottom: 10px;
	padding-left: 20px;
	background-image: url(/img/howto/formulation/icon_check.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	-webkit-background-size: 14px auto;
	background-size: 14px auto;
}
#modal_howto_formulation .order_detail .check_list small {
	font-weight: 500;
	font-size: 11px;
}
#modal_howto_formulation .order_detail .note {
	font-size: 11px;
	font-weight: 500;
}
#modal_howto_formulation .order_detail .note p + p {
	margin-top: 1em;
}
#modal_howto_formulation .order_detail .note .red {
	font-weight: 500;
}
#modal_howto_formulation .order_detail .check_list .prescription_sample {
	text-align: center;
}
#modal_howto_formulation .order_detail .check_list .prescription_sample img {
	display: block;
	margin: 0 auto 25px;
}

/* howto箇所の赤文字変更 201117 */
.howtoakamoji{
	color:#e50000;
}

/* ニュースヒストリー */
#news a.news_more_btn {
	position: relative;
	float: right;
	margin: 0 10px 0 0;
	padding: 10px 10px 0 0;
	color: #444444;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#news a.news_more_btn:after {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #444444;
}
.setPaddingB p{
	word-break: break-all;
}


/* FAQ */
.faq_items {
    line-height: 1.5;
}
.faq_items > dt  {
	font-size: 14px;
}
.faq_items > dd  {
	font-size: 14px;
    padding-bottom: 30px;
}

/*新ケア剤バナー 202105*/
.new_care_banner{
	width: 100%;
    margin: 0 auto;
    max-width: 640px;
}
.new_care_banner .new_care_ttl{
    background: #1893e5;
    text-align: center;
    color: #FFF;
    letter-spacing: 2.2px;
    line-height: 1.8;
    font-size: 3.5vw;
    margin: 0 auto;
    padding: 2% 0 3%;
    position: relative;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.new_care_banner .new_care_ttl .raku_moji{
	color: #f9f736;
    font-size: 3.8vw;
	line-height: 2.2;
	font-weight: bold;
}
.new_care_banner .new_care_ttl .souryou_moji{
	color: #f9f736;
    font-size: 4vw;
    padding: 0px;
	font-weight: bold;
    border-bottom: 2px solid #f9f736;
}
.new_care_banner .new_care_ttl .care_yajirushi{
    position: absolute;
    right: 0;
    width: 12%;
    left: 0;
    margin: 0 auto;
}
.new_care_banner .cp_product_box {
	padding: 6% 4% 4%;
    background: #e7f6ff;
}

.new_care_banner .cp_product_list {
	display: flex;
	flex-wrap: wrap;
}
.new_care_banner .cp_product_list > li {
	width: calc((100% - 5%) / 2);
	margin-left: 5%;
}
.new_care_banner .cp_product_list > li:nth-child(2n+1) {
	margin-left: 0;
}
.new_care_banner .cp_product_list li {
	margin-top: 0;
}
.new_care_banner .cp_product_list li:nth-child(n+3) {
	margin-top: 5%;
}

.new_care_banner .cp_product_list img{
    max-width: 100%;
}

.new_care_banner .new_care_kabu{
    background: #1893e5;
    color: #FFF;
    letter-spacing: 2.2px;
    font-weight: normal;
    line-height: 1.8;
    font-size: 3.2vw;
    text-align: center;
    margin: 0 auto;
    padding: 5%;
    position: relative;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.new_care_banner .new_care_kabu .kabu_btn{
	width: 100%;
    margin-top: 3%;
}

.new_care_banner .li_top{
	margin-top: 8%;
} 

/* ケア用品限定SALE GTM用 202202 */
.banner_care_limitedsale{
	width: 100%;
	margin: 20px auto 0;
	padding: 0 10px;
	max-width: 640px;
	box-sizing: border-box;
}
.banner_care_limitedsale img {
	max-width:100%;
	vertical-align: bottom;
}
.banner_care_limitedsale .title {
	margin: 0;
	padding: 0;
	background-color: #C40001;
	line-height: 1;
}
.banner_care_limitedsale .products {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F6F6F6;
}

/* 一覧ページ上部バナー 2カラム */
.bnr_col02{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bnr_col02 a + *{
	margin-left: 10px;
}

/* マイページ RECOMMEND */
.recommend_grid01 {
	margin: 0;
	padding: 0 5%;
}
.recommend_grid01_item {
	display: block;
	margin: 2.67% 0 0;
	padding: 0;
}
.recommend_grid01_item:first-of-type {
	margin-top: 0;
}
.recommend_grid01_link {
	display: block;
	padding: 0;
	margin: 0;
}
.recommend_grid01_link img {
	width: 100%;
	height: auto;
}

.recommend_grid02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0 5%;
}
.recommend_grid02_item {
	width: 48.09%;
	margin: 0 0 0 3.72%;
	padding: 0;
}
.recommend_grid02_item:nth-of-type(2n+1) {
	margin-left: 0;
}
.recommend_grid02_item:nth-of-type(n+3) {
	margin-top: 4.72%;
}
.recommend_grid02_link {
	display: block;
	padding: 0;
	margin: 0;
}
.recommend_grid02_link:link, .recommend_grid02_link:visited{
	text-decoration: none;
}
.recommend_grid02_link_product_img {
	margin: 0;
	padding: 0;
}
.recommend_grid02_link_product_img img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}
.recommend_grid02_link_product_name {
	margin: 6px 0 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0.06em;
	font-size: 10px;
	color: #1d1d1d;
}
.recommend_grid02_link_product_price {
	padding: 0;
	margin: 2px 0 0;
	line-height: 1.5;
	letter-spacing: 0.06em;
	font-size: 12px;
	font-weight: 500;
	color: #1d1d1d;
}

/* 長期アナウンス
--------------------------------------- */
#newsholiday{
	background: #fff;
}
#newsholiday *{
	font-family: "YakuHanJPs_Noto", "Roboto", "Noto Sans JP", sans-serif;
}
#newsholiday .newsholiday_area {
	padding-right: 5vw;
	padding-left: 5vw;
	text-align: left;
	color: #222222;
	font-size: 12.8px;
	line-height: 1.6;
	letter-spacing: 0.06em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#newsholiday .news_contents{
	max-width: 1040px;
}

.newsholiday_title {
	display: block;
	font-size: 17.5px;
	color: #222222;
	font-weight: 400;
	margin: 34px 0;
	padding: 0;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.16rem;
}
.newsholiday_text b{
	font-weight: 700;
}
.newsholiday_btn{
	margin: 30px 0;
	text-align: center;
}
.newsholiday_btn a {
	height: 52px;
	width: 58.3vw;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 1.1rem;
	text-align: center;
	color: #222222;
}
.newsholiday_btn a:link,
.newsholiday_btn a:visited,
.newsholiday_btn a:hover,
.newsholiday_btn a:active{
	font-size: 12.8px;
	color: #222222;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

/* カートアイコン表示
--------------------------------------- */
.cart_icon_btn {
	position: fixed;
	z-index: 100;
	transition: all 0.3s;
	bottom: 0;
	right: 3%;
	z-index: 1500;
	width: min(calc(150 / 960* 100vw),72px);
	height: min(calc(150 / 960* 100vw),72px);
	background: #025EB3;
	display: grid;
	place-items: center;
	border-radius: 50%;
	margin-bottom: -200px!important;
}
.cart_icon_btn_img {
    width: min(calc(90 / 960* 100vw),38px);
    height: min(calc(100 / 960* 100vw),48px);
    fill: #fff;
    vertical-align: bottom;
}
.cart_icon_switch_bnr {
	position: fixed;
	z-index: 100;
	transition: all 0.3s;
	bottom: 0;
	left: 50%;
	z-index: 1500;
	transform: translateX(-50%);
	width: min(90%, 500px);
	margin-bottom: -200px!important;
}
@media screen and (min-width: 768px) {
	.cart_icon_switch_bnr {
		left: inherit;
		right: 0;
		transform: none;
		width: 398px;
	}
}
.cart_icon_switch_bnr.cart_btn_open,
.cart_icon_btn.cart_btn_open {
	bottom: 2%;
	margin-bottom: 0!important;
}