@charset "UTF-8";

/*デフォルトは明朝体*/
h1,h2,h3,h4,h5,h6,p,dt,dd,tr,td,li,a,span,button{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 1px;
	line-height: 1.6;
}
/* クラスでゴシック体指定*/
.sans-serif{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
/*フォーカス時枠線消去*/
a:focus, *:focus { outline:none; }

/* COMMON */
body{
	background: #FFF;
}
a{
	text-decoration: none;
	transition: all .3s ease;
}
a:hover{
	text-decoration: none !important;
	opacity: .7;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.col_2{
	margin: 1%;
	width: 48%;
}
.col_3{
	margin: 1%;
	width: 31.333%;
}
.col_4{
	margin: 1%;
	width: 23%;
}
.ps_re{
	position: relative;
}
.ps_ab{
	position: absolute;
}
.tx_center{
	text-align: center;
}
.tx_right{
	text-align: right;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn{
	padding-left: 20px;
}

/* cart */
.ec-select.ec-select__delivery {
	display: none;
}
.ec-select.ec-select__time {
	display: none;
}
.ec-cartHeader .ec-cartHeader__label {
	font-size: 14px;
}
.ec-progress .is-complete .ec-progress__number {
	background: #D95517;
}
.ec-progress .is-complete .ec-progress__label {
	color: #D95517;
}
/* ボタン */
.btn-rounded--blue{
	display: inline-block;
	font-size: 18px;
	background: #1C2A54;
	padding: 10px 60px;
	color: #FFFFFF;
	border-radius: 30px;
	margin:1em auto 3em;
	position: relative;
}
.btn-rounded--blue::after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #1C2A54;
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 14px;
}

body {
	min-width: 1200px;
}

/* ヘッダー */
.ec-headerNaviRole__description p {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}
.ec-cartNaviNull .ec-cartNaviNull__message {
	padding: 16px;
}
.ec-cartNaviNull {
	left: 0;
}
.ec-cartNaviNull::before {
	left: 10px;
}
.ec-cartNaviNull .ec-cartNaviNull__message {
	border: 0;
	background-color: #D95517;
}
.ec-headerRole {
	padding-top: 10px;
}

.ec-headerNaviRole {
	padding-top: 0 !important;
	align-items: start;
}

.ec-layoutRole__header{
	max-height: 90px;
	z-index: 999;
	position: relative;
}
.ec-headerNaviRole__left{
	margin-top: 1.6em;
}
.ec-headerNaviRole__center{
	width: calc(100% / 3);
}
.ec-headerNaviRole__right{
	margin-top: 0.5em;
	width: calc(100% / 3) !important;
}
.ec-headerNaviRole {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1240px;
}
.ec-cartNavi{
	display: inline-block;
	min-width: inherit;
	height: auto;
	background: transparent;
	border-radius: 0;
	width: 45px;
	margin-right: 10px;
	padding: 14px 15px 10px 0;
}
.ec-cartNavi .ec-cartNavi__badge{
	width: 25px;
	height: 25px;
	font-size: 14px;
    text-align: center;
    padding-top: 9px;
    margin-top: 5px;
}
.ec-cartNavi .ec-cartNavi__badge:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -8px;
    border: 7px solid transparent;
    border-right: 9px solid #DE5D50;
}

/* フッター */
.ec-footerRole{
	background: transparent;
	margin-top: 50px;
	padding: 0;
}
.tx_right.sans-serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 3px;
	font-size: 14px;
}
.ec-footerRole .ec-footerRole__inner img {
	width: 300px;
	max-width: 100%;
}
.footer-01{
	background: #D95419;
}
ul.footer-menu{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
ul.footer-menu li{
	box-sizing: border-box;
	padding: 15px 5px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
	width: calc(100% / 7);
	border-left: 1px solid #FFFFFF;
}
ul.footer-menu li:last-child{
	border-right: 1px solid #FFFFFF;
}
ul.footer-menu li a{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s ease;
}
ul.footer-menu li a:hover{
	background: rgba(255,255,255,.4);
}
.footer-02{
	background: #1C2A54;
	padding-top: 40px;
}
.footer-02--left {
	display: inline-block;
	width: calc(100% * 2 / 5);
	padding: 20px;
	vertical-align: top;
	margin-left: 14%;
}
.ec-footerRole {
	border-top: 0;
}
.footer-02--center{
	display: inline-block;
	width: calc(100% * 2 / 5);
	padding: 20px;
}
.footer-02--right{
	display: inline-block;
	width: calc(100% * 1 / 5);
}
.footer-02--left a img{
	margin-bottom: 1em;
}
.footer-02--left p{
	color: #FFFFFF;
	font-size: 16px;
}
.footer-02--center a{
	display: block;
	margin-bottom: 1em;
}
.footer-02--center a img{
	max-width: 300px !important;
	text-align: center;
}
.footer-02--copy{
	margin-bottom: 1em;
}
.footer-02--copy p{
	color: #FFFFFF;
}
.ec-blockTopBtn{
	bottom: 40px;
}

/* サイドバー */
h4.sidebar-h4 {
	font-weight: bold;
	font-size: 19px;
	margin: 1.4em 0 0;
	color: #1C2A54;
	letter-spacing: 1px;
}
.sidebar-banners a{
	display: block;
	margin-bottom: 1em;
}
.sidebar-banners img{
	width: 100%;
}
.sidebar-categories{
	margin-bottom: 1em;
}
.sidebar-categories .sidebar-categories--cat {
	border-top: 1px solid #d0d0d0;
	height: 78px;
}
.sidebar-categories .sidebar-categories--cat:last-child {
	border-bottom: 1px solid #d0d0d0;
}
.sidebar-categories .sidebar-categories--cat img.cat-back {
	width: 100px;
}
.sidebar-categories .sidebar-categories--cat img.cat-back{
	z-index: 0;
	top: 0;
	right: 0;
}
.sidebar-categories .sidebar-categories--cat a.cat-href{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s ease;
	z-index: 9;
}
.sidebar-categories .sidebar-categories--cat a.cat-href:hover{
	background: rgba(255,255,255,.4);
}
.sidebar-categories .sidebar-categories--cat h5 {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 16px;
	margin: 0;
	margin-left: 30px;
	z-index: 1;
	color: #000;
}
.re_items-box--detail p {
	font-weight: bold;
	margin-bottom: 4px;
}
.sidebar-categories .sidebar-categories--cat h5::before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #1C2A54;
	background: #D95419;
	border-radius: 50%;
	text-align: center;
	padding-left: 2px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-left: -30px;
}
.sidebar-howto{
	background: #DCDDDD;
	padding: 1em;
	margin-bottom: 1em;
}
.sidebar-howto h5{
	font-size: 16px;
	color: #494949;
	font-weight: bold;
}
.sidebar-howto h5::before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #FFFFFF;
	margin-right: 10px;
}

/* トップページ */
.index-mv {
	margin-top: -90px;
	z-index: 0;
	margin-bottom: 20px;
}
.index-mv img{
	width: 100%;
}
.re_items.flex {
	margin-bottom: 30px;
}
.ec-layoutRole .ec-layoutRole__contents {
	margin-bottom: 40px;
}
.mainhead {
	font-weight: bold;
	margin-bottom: 1.5em;
	line-height: 30px;
	letter-spacing: 4px;
	color: #000;
}
.mainhead:after{
	content: '';
	display: block;
	margin: 0 auto;
	width: 180px;
	border-bottom: 4px solid #1C2A54;
	margin-top: 6px;
	margin-bottom: .4em;
}
h3.cathead {
	margin: 10px 15px 10px 0;
	font-weight: bold;
	border-top: 1px solid #494949;
	border-bottom: 1px dotted #494949;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 21px;
	color: #1C2A54;
}
.main-categories{
	margin-bottom: 1em;
}
.main-categories .main-categories--cat {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	height: 60px;
}
.main-categories .main-categories--cat img.cat-back {
	max-width: 75px;
}
.main-categories .main-categories--cat img.cat-back{
	max-width: 78px;
	z-index: 0;
	top: 0;
	right: 0;
}
.main-categories .main-categories--cat a.cat-href{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s ease;
	z-index: 9;
}
.main-categories .main-categories--cat a.cat-href:hover{
	background: rgba(255,255,255,.4);
}
.main-categories .main-categories--cat h5 {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 13px;
	margin: 0;
	margin-left: 30px;
	z-index: 1;
	font-weight: bold;
}
.main-categories .main-categories--cat h5::before{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	width: 20px;
	height: 20px;
	display: inline-block;
	color: #1C2A54;
	background: #D95419;
	border-radius: 50%;
	text-align: center;
	padding-left: 2px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	margin-left: -30px;
}
.ec-category{
	padding: 50px 0;
}
.ec-payment{
	background: #E6E6E6;
	padding: 1em;
}
.ec-payment h4 {
	display: block;
	width: 100%;
	background: #1C2A54;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 15px;
	font-size: 16px;
}
.ec-payment img{
	margin: 10px 0;
}
.ec-payment p {
	font-size: 14px;
	font-weight: bold;
	color: #151515;
	padding: 5px;
	line-height: 2;
}
.ec-layoutRole__contents {
	padding-top: 40px;
}
.buy_flow dt {
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 12px;
	background: #f3f3f3;
	padding-top: 5px;
	padding-left: 20px;
}
dl.buy_flow {
	position: relative;
}
dl.buy_flow dd {
	margin-bottom: 50px;
	padding-left: 20px;
}
.buy_flow dt i {
	font-size: 40px;
	position: absolute;
	left: -60px;
	color: #de5d50;
}
dl.buy_flow dd {
	margin-bottom: 50px;
	padding-left: 20px;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 15px;
}
.buy_flow dt i {
	font-size: 40px;
	position: absolute;
	left: -60px;
	color: #de5d50;
	top: 10px;
}
h2.flow_header {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 0;
}
.buy_flow dt {
	border-bottom: 1px dotted;
	padding-bottom: 5px;
	margin-bottom: 12px;
	background: #f3f3f3;
	padding-top: 5px;
}
.ec-pageHeader h1 {
	background: #1C2A54;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
	margin: 10px 0 30px 0 !important;
	padding: 5px 20px !important;
}
.ec-cartNaviWrap {
	margin-right: 10px;
}
.ec-headerNav .ec-headerNav__item {
	margin-top: 5px;
	margin-left: 10px;
}
.ec-cartNavi {
	margin-top: 4px;
}
#page_mypage_login .ec-off2Grid__cell {
	width: 100%;
	margin-left: 0;
}
.ec-borderedDefs dt {
	padding-top: 11px;
}
.ec-borderedDefs dl {
	padding: 4px 0;
}
.ec-borderedDefs dd {
	line-height: 2;
	margin-top: 8px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart {
	padding-bottom: 12px;
}
.ec-cartNaviIsset {
	left: 0;
}
.ec-cartNaviIsset::before {
	left: 18px;
}
.ec-productRole__description table {
	width: 100% !important;
	font-size: 13px;
	font-weight: 500;
}
.ec-productRole__description table th, .ec-productRole__description table td {
	padding: 2px;
}
.ec-productRole .ec-productRole__btn {
	width: 100%;
}
.ec-payment p.square{
	margin-left: 1em;
}
.ec-payment p.square:before{
	content: '■';
	display: inline-block;
	margin-left: -1em;
}
.ec-payment .help_data{
    width: 100%;
    overflow-x: scroll;
}
.ec-payment .help_data .data_table{
	width: 100%;
	min-width: 700px;
}
.data_table .cell_header {
    color: #333333;
    background-color: #F5F5F5;
    white-space: nowrap;
    text-align: center;
}
.data_table .cell_data {
    color: #333333;
    background-color: #FFFFFF;
}
.data_table .cell_header, .data_table .cell_data, .data_table .cell_data2 {
	padding: 5px;
	border: 1px solid #E0DFE3;
	vertical-align: middle;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 12px;
}
.area_charge th, .area_charge td {
    width: 20%;
}
.pref_charge th, .pref_charge td {
    width: 14%;
}
.cellright {
    text-align: right;
}

/* item list */
#detail_header img{
	width: 100%;
}
.ec-topicpath{
	border-top: 0;
}
.ec-topicpath__divider{
	margin: 0 10px;
}
.re_items-box a{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .3s ease;
}
.re_items-box a:hover{
	background: rgba(255,255,255,.4);
}
.re_items-box--thumb img{
	width: 100%;
}
.re_items-box--detail {
	margin: 10px 0;
	padding: 2px 15px 0px;
	border-left: 2px solid #D95419;
}

/* product detail */
.product_page .ec-searchnavRole{
	padding-bottom: 1em;
}
.ec-headingTitle{
	color: #494949;
	padding-left: 10px;
	border-left: 2px solid #D95419;
	font-size: 24px !important;
    font-weight: bold;
}
.ec-productRole .ec-productRole__price{
	border-bottom: 0 !important;
}
.ec-price .ec-price__price{
	font-size: 22px !important;
	color: #494949 !important;
}
.ec-price .ec-price__tax{
	color: #494949 !important;
}
.ec-productRole .ec-productRole__code{
	margin-bottom: 1em;
}
#RelatedProduct-product_area{
	margin-top: 1em;
}
#RelatedProduct-product_area h3.related_head{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	background: #1C2A54;
	margin-bottom: 2em;
}
.ec-shelfGrid .ec-shelfGrid__item-image{
	height: 150px;
}
.ec-cartRole .ec-cartRole__cart {
	margin-right: 0;
}
.ec-cartRole .ec-cartRole__actions {
	width: 30%;
	margin-right: 0;
}
#page_shopping_login .ec-grid3__cell2 {
	width: 100%;
	margin-bottom: 20px;
}
#page_shopping_login .ec-grid3__cell {
	width: 100%;
}
#page_shopping_login .ec-grid3 {
	flex-wrap: wrap;
}
.ec-footerRole .ec-footerRole__inner {
	max-width: 1200px;
}
ul.footer-menu li {
	width: calc(100% / 7.1);
}

/*CONTENTS LIMIT*/
@media only screen and (max-width: 1150px){
	/*COMMON*/
	.ec-layoutRole .ec-layoutRole__contents{
		padding: 0 15px;
	}
	/*HEADER*/
	.ec-headerNav .ec-headerNav__item{
		max-width: 120px;
	}
	.ec-headerNav .ec-headerNav__itemLink{
		display: none;
	}
}

/*Tablet*/
@media only screen and (max-width: 991px){
	/*COMMON*/
	body {
		min-width: 100%;
	}
	.col_4{
		width: 48%;
		margin: 1%;
	}
	.ec-layoutRole__contents {
		padding-top: 20px !important;
	}
	.ec-productRole .ec-productRole__btn {
		min-width: 100%;
	}
	.index-mv {
		margin-bottom: 0;
	}
	.ec-cartRole .ec-cartRole__actions {
		width: 40%;
	}
	/*HEADER*/
	.ec-layoutRole__header{
		max-height: inherit;
	}
	.ec-headerNav .ec-headerNav__item {
		margin-top: 0;
		height: 33px;
	}
	.ec-headerNaviRole{
		padding-bottom: 0 !important;
	}
	/*FOOTER*/
	ul.footer-menu{
		display: block;
	}
	ul.footer-menu li{
		display: block;
		width: 100%;
		border: 0;
		border-bottom: 1px solid #FFFFFF;
	}
	ul.footer-menu li:last-child{
		border: 0;
	}
	/*TOP*/
	.index-mv{
		margin-top: 0;
	}
	/*SYSTEM*/
	.ec-off2Grid .ec-off2Grid__cell{
		width: 100%;
		margin-left: 0;
	}
	.ec-role{
		padding: 0;
	}
	.ec-off4Grid .ec-off4Grid__cell{
		width: 80%;
		margin-left: 0;
	}
	.ec-off1Grid .ec-off1Grid__cell {
		width: 97%;
		margin-left: 3%;
	}
		.buy_flow dt i {
		font-size: 20px;
		left: inherit;
		right: 10px;
		top: 8px;
	}
	.ec-pageHeader h1 {
		margin: 10px 0 10px 0 !important;
	}
	.ec-contactRole {
		padding: 0;
	}
	.ec-registerRole {
		padding: 0;
	}
	.ec-forgotRole {
		padding: 10px 0 0;
	}
	#page_help_privacy .ec-pageHeader {
		margin-bottom: 30px;
	}
}

/*SP V*/
@media only screen and (max-width: 767px){
	/*COMMON*/
	.col_2{
		width: 98%;
		margin: 1%;
	}
	.col_3{
		width: 48%;
		margin: 1%;
	}
	.ec-headerTitle img {
		max-width: 200px;
	}
	.ec-headerRole {
		padding-top: 0;
	}
	.ec-headerNaviRole__description p {
		margin-bottom: 0;
	}
	.ec-headerTitle .ec-headerTitle__title a {
		margin-bottom: 16px;
	}
	/*HEADER*/
	.ec-headerNaviRole{
		display: block;
	}
	.ec-headerNaviRole .ec-headerNaviRole__left {
		margin-top: 7px;
	}
	.ec-headerNaviRole .ec-headerNaviRole__left{
		display: block;
		width: 100%;
		margin-top: 15px;
		padding-left: 30px;
		text-align: right;
	}
	.ec-headerNaviRole__center{
		display: block;
		width: 100%;
	}
	.ec-headerNaviRole .ec-headerNaviRole__right{
		display: none;
	}
	/*FOOTER*/
	.footer-02--left{
		width: 100%;
		display: block;
		margin: 0;
	}
	.footer-02--left p{
		font-size: 13px;
	}
	.footer-02--center{
		width: 100%;
		display: block;
		margin: 0;
	}
	.footer-02--center a{
		text-align: center;
	}
	.footer-02--copy{
		margin-bottom: 0;
		padding: 0 15px 10px;
	}
	/*DRAWER*/
	.ec-headerNavSP{
		color: #1C2A54;
	}
	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{
		background: #1C2A54;
	}
	.ec-drawerRole .ec-headerLinkArea{
		background: #1C2A54;
	}
	.ec-headerSearch {
		display: none;
	}
	/*TOP*/
	.index-mv{
		margin-bottom: 20px;
	}
	.ec-itemNav__nav li a {
		font-size: 14px;
		letter-spacing: 0;
	}
	.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
		padding: 8px 20px;
		font-size: 13px;
		letter-spacing: 0;
	}
	.ec-headerNaviRole .ec-headerNaviRole__left {
		margin-top: 5px;
	}
	.index-mv {
		margin-bottom: 0;
	}
	.ec-headerCategoryArea__heading p {
		margin-bottom: 0;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
		border-top: 0;
		padding: 0.5em 10px;
		font-size: 15px;
	}
	.footer-02--left {
		text-align: center;
	}
	.footer-02--center {
		max-width: 300px;
		text-align: center;
		margin: 0 auto;
	}
	.footer-02--center a {
		width: 100%;
	}
	.footer-02--center img {
		width: 100% !important;
	}
	.tx_right.sans-serif {
		letter-spacing: 2px;
		font-size: 13px;
		text-align: center;
	}
	.ec-blockTopBtn.pagetop {
		display: none !important;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
		background: inherit;
	}
	.ec-itemNav__nav li:nth-child(1) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--1.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(2) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--2.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(3) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--3.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(4) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--4.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(5) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--5.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(6) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--6.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(7) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--7.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(8) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--8.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(9) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--9.jpg) !important;
	}
	.ec-itemNav__nav li:nth-child(10) a {
		background: url(/shop/html/template/default/assets/img/sidebar/sidebar-item--10.jpg) !important;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
		background-size: 25% !important;
		background-repeat: no-repeat !important;
		background-position: center right !important;
	}
	.ec-itemNav {
		background: #fff;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
		background: #fff;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
		border-bottom: 1px dotted #ddd;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
		border-bottom: 1px dotted #ddd;
	}
	.ec-itemNav__nav {
		margin: 0px 6px;
	}
	.ec-headerLink__item:last-child {
		display: none !important;
	}
	.ec-headerLink__item:nth-child(3) {
		display: none !important;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
		padding-left: 21px;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
		font-size: 13px;
	}
	.ec-payment .help_data .data_table {
		min-width: 500px;
	}
	.ec-off1Grid .ec-off1Grid__cell {
		width: 100%;
		margin-left: 0;
		padding: 0 2%;
	}
	h2.flow_header {
		margin-top: 20px;
		font-size: 18px;
	}
	#page_help_privacy .ec-pageHeader {
		margin-bottom: 20px;
	}
	#page_help_privacy .ec-off1Grid h2 {
		font-size: 20px;
	}
	.ec-layoutRole .ec-layoutRole__mainWithColumn {
		padding-left: 0;
	}

}

/*SP*/
@media only screen and (max-width: 480px){
	/*COMMON*/
	.col_3, .col_4{
		width: 98%;
		margin: 1%;
	}
	/*HEADER*/
	.ec-headerNaviRole .ec-headerNaviRole__left{
		margin-top: 0;
	}
	.ec-headerNaviRole .ec-headerNaviRole__left .ec-headerNaviRole__description{
		display: none;
	}
	.ec-headerTitle img {
	    width: inherit;
	    max-height: 40px;
	}
	/*FOOTER*/
	.ec-footerRole .ec-footerRole__inner img{
		width: 100%;
	}
	/*SIDEBAR*/
	.main-categories .main-categories--cat img.cat-back{
		max-width: 78px;
	}
	/*TOP*/
	.index-mv{
		overflow: hidden;
	}
	.index-mv img {
	    width: inherit;
    	max-height: 330px;
    	position: relative;
    	left: 50%;
    	transform: translate(-50%,0);
    }
	/*ITEMS LIST*/
	#detail_header{
		overflow: hidden;
	}
	#detail_header img {
	    width: 150%;
    	position: relative;
    	left: 50%;
    	transform: translate(-50%,0);
	}
	.ec-headerTitle img {
		max-width: 180px;
	}
	.ec-layoutRole .ec-layoutRole__contents {
		margin-bottom: 30px;
	}
	.ec-payment img {
		width: 100%;
	}
	.ec-footerRole .ec-footerRole__inner img {
		max-width: 260px;
	}
	.ec-layoutRole__contents {
		padding-top: 10px !important;
	}
	.ec-productRole {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ec-headingTitle {
		padding-left: 12px;
		font-size: 18px !important;
	}
	.ec-productRole .ec-productRole__description {
		padding: 7px;
		font-size: 15px;
	}
	h3.cathead {
		font-size: 16px;
		padding-bottom: 3px;
	}
	.footer-02--center {
		max-width: 220px;
	}
	.buy_flow dt, .buy_flow dd {
		font-size: 13px;
	}
	.buy_flow dt i {
		top: 5px;
	}
	.ec-pageHeader h1 {
		font-size: 19px;
	}
	h2.flow_header {
		text-align: center;
	}
	.ec-borderedDefs dd {
		line-height: 1.4;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.ec-borderedDefs {
		font-size: 14px;
	}
	.ec-contactRole p {
		font-size: 14px;
	}
	#page_help_privacy .ec-off1Grid__cell p {
		font-size: 14px;
	}
	#page_help_privacy .ec-off1Grid h2 {
		font-size: 18px;
	}
	.ec-payment .help_data .data_table {
		min-width: 450px;
	}
	.ec-cartRole {
		padding-left: 0;
		padding-right: 0;
		font-size: 13px;
	}
	.ec-cartRole .ec-cartRole__actions {
		width: 100%;
	}
	.ec-orderRole {
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}
	.ec-historyRole__detailPrice {
		margin-bottom: 0 !important;
	}
	.ec-mypageRole {
		padding-left: 0;
		padding-right: 0;
	}
	.ec-off4Grid .ec-off4Grid__cell {
		width: 100%;
		margin-left: 0;
	}
	.ec-inlineBtn--cancel {
		display: block;
		max-width: 200px;
		margin: 10px auto;
	}
	a.ec-inlineBtn--action {
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}


}
.ec-reportHeading h2 {
	font-size: 24px;
}
.ec-off3Grid .ec-off3Grid__cell {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}

#page_mypage_withdraw_complete .ec-off4Grid__cell {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.age_attention {
    margin-bottom: 28px;
    text-align: center;
}

.age_attention p {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    color: #d95419;
	padding: 15px;
}