/* カスタマイズ用CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a, a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	padding-top: 100px;
	color: #fff;
	background-color: #000;
}
.ec-layoutRole .ec-layoutRole__contents {
	min-height: 100vh;
}
body.fixed {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
body.fixed .ec-headerNaviRole .ec-logo,
body.fixed .ec-layoutRole__contents,
body.fixed .ec-layoutRole__footer {
	-webkit-filter: blur(8px);
	-o-filter: blur(8px);
	filter: blur(8px);
}
.ec-layoutRole {
	background: #000;
	position: relative;
}
@media all and (max-width: 767px) {
	body {
		padding-top: 76px;
	}
}
.ec-blockTopBtn {
	z-index: 50;
}
.ec-blockTopBtn:hover {
	opacity: 0.7;
}
#particles-js {
	position: fixed;
	width: 100%;
	height: 100vh !important;
	left: 0;
	top: 0;
}
.ec-blockTopBtn {
	display: none !important;
}
.ec-layoutRole .ec-layoutRole__contents {
	position: relative;
}
.ec-layoutRole__footer {
	position: relative;
	z-index: 10;
}
.ec-layoutRole__header {
	z-index: 99;
}
.sp {
	display: none !important;
}
@media all and (max-width: 767px) {
	.sp {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
.ec-cartNavi .ec-cartNavi__icon {
	font-size: 17px;
}
.ec-headerNaviRole .ec-cartNavi {
	padding-top: 5px;
}
.ec-cartNavi .ec-cartNavi__badge {
	left: 0px;
	top: 3px;
}
.ec-headerNav {
	margin: -8px 5px 0 auto;
}
/*------------------------------------------------------------
	ec-comImgUl
------------------------------------------------------------*/
.ec-contactRole p {
	margin: 0;
}
.ec-off1Grid .ec-off1Grid__cell {
	margin: 0;
	width: 100%;
}
.ec-comImgUl {
	margin: -90px 20px 51px;
	display: flex;
	flex-wrap: wrap;
}
.ec-comImgUl li {
	margin: 90px 3.6% 0 0;
	width: 22.3%;
}
.ec-comImgUl li:nth-child(4n) {
	margin-right: 0;
}
.ec-comImgUl li a {
	display: block;
}
.ec-comImgUl li a:hover {
	opacity: 0.7;
}
.ec-comImgUl .ec-pho {
	margin-bottom: 8px;
}
.ec-comImgUl .ec-txtBox p {
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	line-height: 1.67;
}
.ec-comImgUl .ec-txtBox .ec-time {
	margin-bottom: 4px;
	color: #606060;
	font-weight: 700;
	line-height: 2.17;
}
@media only screen and (max-width: 767px) {
	.ec-comImgUl {
		margin: -40px -1px 41px 0;
		display: block;
	}
	.ec-comImgUl li {
		margin: 40px 0 0 0;
		width: auto;
	}
	.ec-comImgUl li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.ec-comImgUl li a:hover {
		opacity: 1;
	}
	.ec-comImgUl .ec-pho {
		margin-bottom: 0;
		width: 135px;
		display: flex;
		align-items: center;
	}
	.ec-comImgUl .ec-txtBox {
		width: calc(100% - 145px);
	}
	.ec-comImgUl .ec-txtBox p {
		font-size: 1.2rem;
		letter-spacing: 0em;
		line-height: 1.67;
	}
	.ec-comImgUl .ec-txtBox .ec-time {
		margin-bottom: 0;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	ec-pageNavi
------------------------------------------------------------*/
.ec-pageNavi span, .ec-pageNavi a {
	color: #000;
	font-size: 1.4rem;
	background-color: #FFF;
}
.ec-pageNavi .ec-pageNaviBtnUl {
	margin-bottom: 38px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ec-pageNavi .ec-pageNaviBtnUl li {
	margin: 0 15px;
}
.ec-pageNavi .ec-pageNaviBtnUl li a {
	padding: 11px;
	width: 218px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	border-radius: 5px;
}
.ec-pageNavi .ec-pageNaviBtnUl li.disable a {
	background-color: #272727;
}
.ec-pageNavi .ec-pageNaviBtnUl li:not(.disable) a:hover {
	opacity: 0.7;
}
.ec-pageNavi .ec-pageNaviNumUl {
	margin-top: -5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ec-pageNavi .ec-pageNaviNumUl li {
	margin: 5px 10px 0;
}
.ec-pageNavi .ec-pageNaviNumUl li.current span, .ec-pageNavi .ec-pageNaviNumUl li a {
	width: 23px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	border-radius: 50%;
	border: 1px solid #FFF;
	font-family: 'Roboto', sans-serif;
}
.ec-pageNavi .ec-pageNaviNumUl li.current span, .ec-pageNavi .ec-pageNaviNumUl li a:hover {
	color: #FFF;
	background-color: #000;
}
@media only screen and (max-width: 767px) {
	.ec-pageNavi a {
		font-size: 1.2rem;
	}
	.ec-pageNavi .ec-pageNaviBtnUl {
		margin-bottom: 25px;
		justify-content: space-between;
	}
	.ec-pageNavi .ec-pageNaviBtnUl li {
		margin: 0;
		width: 46%;
	}
	.ec-pageNavi .ec-pageNaviBtnUl li a {
		padding: 13px 10px;
		width: auto;
		display: block;
	}
	.ec-pageNavi .ec-pageNaviBtnUl li:not(.disable) a:hover {
		opacity: 1;
	}
	.ec-pageNavi .ec-pageNaviNumUl {
		margin: -5px -15px 0;
	}
	.ec-pageNavi .ec-pageNaviNumUl li a:hover {
		color: #000;
		background-color: #FFF;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.ec-comScroll {
	margin-top: -96px;
	position: fixed;
	right: 20px;
	top: 50%;
	width: 13px;
}
.ec-comScroll a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.ec-layoutRole__header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.ec-layoutRole__header.on {
	-webkit-animation: slideDown 0.5s ease;
	animation: slideDown 0.5s ease;
}
/* slideDown */
@-webkit-keyframes slideDown { 0% { top: -60px; }
  100% { top: 0; } }
@keyframes slideDown { 0% { top: -60px; }
  100% { top: 0; } }
.ec-headerNaviRole {
	margin-bottom: 27px;
	padding: 20px 70px 0 0;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	width: 100%;
	position: relative;
	align-items: flex-start;
	box-sizing: border-box;
	z-index: 99;
	max-width: inherit;
}
.ec-headerNaviRole:after {
	display: none;
}
.ec-headerNaviRole .ec-logo {
	margin: 5px 0 0 30px;
	width: 47px;
}
.ec-headerNaviRole .ec-logo .on {
	display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
	display: none !important;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	align-items: flex-start;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl {
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl li a {
	height: 50px;
	display: block;
	position: relative;
	border: 1px solid #CA002C;
	background: #000;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl li a:hover {
	opacity: 0.7;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl li a img {
	width: 29px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl li.menu a {
	background: #CA002C;
}
.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl li.menu a img {
	width: 21px;
}
.ec-headerNaviRole .ec-cartNavi {
	padding: 7px 12px 0;
	height: 30px;
	color: #FFF;
	background: rgba(255, 255, 255, .15);
}
.ec-headerNaviRole .ec-headerNav .ec-headerNav__itemIcon {
	color: #FFF;
	vertical-align: middle;
	height: 24px;
	width: auto;
}
.ec-headerNaviRole .ec-headerNav .ec-headerNav__itemIcon.fa-lock {
	height: auto;
	font-size: 15px;
	margin-top: 3px;
}
.ec-headerNaviRole .ec-headerNav .ec-headerNav__itemLink {
	color: #FFF;
}
.ec-headerNaviRole .ec-headerNaviRole .ec-headerNaviRole__nav {
	margin-top: -6px;
	font-size: 15px;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__badge {
	line-height: 8px;
	background-color: #CA002C;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__price {
	vertical-align: top;
}
.ec-headerNaviRole .menuBox {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1000;
	background: rgba(0, 0, 0, .3);
}
.ec-headerNaviRole .menuBox .menuCont {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}
.ec-headerNaviRole .menuBox .subMenuInn {
	margin-left: auto;
	width: calc(100% - 400px);
	height: 100vh;
	position: relative;
}
.ec-headerNaviRole .menuBox .subMenuInn:before {
	position: absolute;
	width: 9999px;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(202, 0, 44, .85);
	content: "";
}
.ec-headerNaviRole .menuBox .subMenuInn .innBox {
	padding: 0 13.2% 50px;
	height: 100vh;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow-y: auto;
	z-index: 1;
}
.ec-headerNaviRole .menuBox .subMenuInn .sub-logo {
	margin: -30px 0 0 6%;
	width: 115px;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkBox {
	margin: 50px 0;
	width: 310px;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl {
	margin-bottom: 55px;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl > li:nth-child(2) > a {
	cursor: default;
	pointer-events: none;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl li:not(:last-child) {
	background: url(/html/user_data/assets/img/common/line01.png) repeat-x left bottom / auto 2px;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl li a {
	padding: 15px 20px 15px;
	display: block;
	color: rgba(255, 255, 255, .4);
	font-size: 1.3rem;
}

.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl li .en {
	margin: 0 0 5px -20px;
	padding-left: 20px;
	display: block;
	color: #FFF;
	font-size: 2rem;
	font-family: 'Roboto', sans-serif;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, #fff 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl .subList {
	margin: -6px 0 0 40px;
	padding-bottom: 12px;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl .subList li {
	background: none;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl .subList li a {
	padding: 6px 10px;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl .subList li .en {
	position: relative;
}
.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl .subList li .en::before {
	width: 0;
	height: 0;
	position: absolute;
	left: -13px;
	top: 11px;
	border-left: 5px solid transparent;
	border-bottom: 5px solid #FFF;
	transform: rotate(-45deg);
	content: "";
}
.ec-headerNaviRole .menuBox .subMenuInn .insUl {
	margin-left: 8px;
}
.ec-headerNaviRole .menuBox .subMenuInn .insUl li {
	margin: 0 13px;
	display: inline-block;
	vertical-align: top;
}
.ec-headerNaviRole .menuBox .subMenuInn .insUl img {
	width: auto;
	height: 18px;
}
.ec-headerNaviRole .menuBox .subMenuInn .link {
	position: absolute;
	right: 17px;
	bottom: 13px;
}
.ec-headerNaviRole .menuBox .subMenuInn .link a {
	color: #FFF;
	font-size: 1rem;
	text-decoration: underline;
}
.ec-headerNaviRole .menuBox .subMenuInn .link a:hover {
	text-decoration: none;
}
.ec-headerNaviRole .menuBox .close {
	width: 22px;
	position: fixed;
	right: 14px;
	top: 15px;
	float: none;
	font-size: 0;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 10;
}
.ec-cartNavi .headerNav__itemIcon_div {
	position: relative;
	margin-top: -4px;
}
.headerNav__itemIcon_div .ec-headerNav__itemIcon {
	width: auto;
	height: 24px;
}
.ec-layoutRole__header.on .ec-headerNaviRole {
	padding-right: 120px;
	background-color: rgba(0,0,0,0.8);
}
.ec-layoutRole__header.on .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl li:last-child {
	position: absolute;
	right: 50px;
	top: 0;
	width: 50px;
}
.ec-layoutRole__header.on .ec-logo {
	margin-top: -8px;
	width: 139px;
}
.ec-layoutRole__header.on .ec-logo img {
	display: none;
}
.ec-layoutRole__header.on .ec-logo .on {
	display: block;
}
.ec-layoutRole__header.on .ec-headerNaviRole .ec-headerNaviRole__right {
	margin: -7px 0 7px;
}


@media only screen and (min-width: 768px) {
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl li a:hover .en {
		color: #AC0025;
		background-position: -100% 0;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl > li:nth-child(2) > a:hover .en {
		color: #fff;
		background: none;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
}

@media only screen and (max-width: 767px) {
	.ec-headerNaviRole {
		padding: 10px 70px 30px 0;
		margin-bottom: 0;
	}
	.ec-headerNaviRole .ec-cartNavi {
		padding: 3px 0;
		background: none;
	}
	.ec-headerNav .ec-headerNav__itemIcon {
		margin: 0 4px;
	}
	.ec-cartNavi .ec-cartNavi__icon {
		font-size: 14px;
	}
	.ec-headerNaviRole .ec-headerNaviRole__right .ec-headerBtnUl li:not(.menu) {
		display: none;
	}
	.ec-headerNaviRole .ec-logo {
		margin: 0 0 0 11px;
		width: 35px;
	}
	.ec-headerNaviRole .menuBox {
		background-color: rgba(0, 0, 0, 0.95);
	}
	.ec-headerNaviRole .menuBox .subMenuInn {
		width: 290px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl li a {
		padding: 8px 15px 16px;
		font-size: 0.9rem;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl li .en {
		margin-bottom: 2px;
		font-size: 1.4rem;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .sub-logo {
		width: 47px;
		margin: 0;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .innBox {
		padding: 0 0 0 24px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkBox {
		width: 193px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl .subList {
		margin: -10px 0 0 25px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl .subList li .en::before {
		top: 7px;
		left: -11px;
		border-width: 4px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl {
		margin-bottom: 34px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .insUl li {
		margin: 0 13px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .insUl {
		margin-left: 0;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .link {
		right: 59px;
		bottom: 15px;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .hLinkUl li a:hover {
		opacity: 1;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .insUl li a:hover {
		opacity: 1;
	}
	.ec-headerNaviRole .menuBox .subMenuInn .link a:hover {
		text-decoration: underline;
	}
	.ec-headerNaviRole .ec-headerNav .ec-headerNav__itemIcon {
		height: 21px;
	}
	.ec-headerNaviRole .ec-headerNav .ec-headerNav__item + .ec-headerNav__item .ec-headerNav__itemIcon {
		height: 17px;
	}
	.ec-cartNavi .headerNav__itemIcon_div {
		margin-top: 0;
	}
	.ec-cartNavi .ec-cartNavi__badge {
		left: 14px;
		top: 0;
	}
	.headerNav__itemIcon_div .ec-headerNav__itemIcon {
		height: 21px;
	}
	.ec-cartNavi .headerNav__itemIcon_div {
		margin-top: 2px;
	}
	.ec-headerNav .ec-headerNav__item {
		margin-left: 5px;
	}
	.ec-layoutRole__header.on .ec-logo {
		margin-top: 2px;
	}
	.ec-layoutRole__header.on .ec-headerNaviRole {
		padding: 11px 77px 8px 0;
	}
	.ec-layoutRole__header.on .ec-headerNaviRole .ec-headerNaviRole__right {
		margin: 0;
	}
}
/*------------------------------------------------------------
	ec-layoutRole__footer
------------------------------------------------------------*/
.ec-footerRole {
	margin-top: 0;
	border-top: none;
	background-color: transparent;
}
.ec-footerRole .ec-footerRole__inner {
	padding: 0 26px 0 0;
	max-width: 1278px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.ec-footerNavi {
	padding-left: 14px;
	flex: 1;
	text-align: left;
}
.ec-footerInner {
	width: 416px;
}
.ec-footerInner .ec-snsUl {
	text-align: right;
}
.ec-footerInner .ec-snsUl li {
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}
.ec-footerInner .ec-snsUl li a {
	display: block;
	height: 18px;
}
.ec-footerInner .ec-snsUl li a:hover img {
	opacity: 0.7;
}
.ec-footerInner .ec-snsUl li a img {
	width: auto;
	height: 100%;
}
.ec-footerInner .ec-snsUl li p {
	display: none;
}
.ec-footerTitle {
	padding: 4px 0 10px;
	text-align: right;
}
.ec-footerTitle ul {
	display: inline-block;
}
.ec-footerTitle ul li {
	margin-left: 12px;
	font-size: 10px;
	display: inline-block;
}
.ec-footerTitle ul li a {
	text-decoration: underline;
}
.ec-footerTitle ul li a:hover {
	text-decoration: none;
}
.ec-footerTitle .ec-footerTitle__copyright {
	margin-left: 8px;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 0.4px;
}
.ec-footerNavi .ec-footerNavi__link a {
	margin: 0 14px;
	padding-bottom: 19px;
	text-decoration: none;
	position: relative;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
}
.ec-footerNavi .ec-footerNavi__link:last-child a {
	margin-right: 0;
}
.ec-footerNavi .ec-footerNavi__link a::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 16px;
	background-color: #CA002C;
	content: '';
}
@media only screen and (max-width: 767px) {
	.ec-footerNavi {
		display: none;
	}
	.ec-footerRole {
		margin-top: 282px;
	}
	.ec-footerInner {
		margin-top: 125px;
		width: auto;
	}
	.ec-footerRole .ec-footerRole__inner {
		display: block;
		padding: 0 15px 5px;
	}
	.ec-footerInner .ec-snsUl {
		margin: 0 auto 18px;
		display: flex;
		max-width: 270px;
		justify-content: space-between;
		text-align: center;
	}
	.ec-footerInner .ec-snsUl li {
		margin: 0;
	}
	.ec-footerInner .ec-snsUl li a {
		height: auto;
	}
	.ec-footerInner .ec-snsUl li a img {
		height: 25px;
	}
	.ec-footerInner .ec-snsUl li a p {
		margin-top: 4px;
		display: block;
		font-size: 14px;
		font-family: 'Roboto', sans-serif;
	}
	.ec-footerTitle ul {
		display: none;
	}
	.ec-footerTitle {
		padding: 0;
		text-align: center;
	}
	.ec-layoutRole__footer .ec-footerRole-share {
		text-align: center;
	}
	.ec-layoutRole__footer .ec-footerRole-share .lbox img {
		width: 155px;
	}
	.ec-layoutRole__footer .ec-footerRole-share .lbox p {
		margin: 0 0 10px 14px;
		font-size: 12px;
		font-family: A1 Mincho;
	}
}
/*------------------------------------------------------------
	ec-comLink
------------------------------------------------------------*/
.ec-comLink {
	margin: 0 auto;
	width: 267px;
	max-width: 300px;
	position: relative;
}
.ec-comLink::after {
	width: 11px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -6px;
	background-color: #fff;
	transform: translateY(-50%);
	content: "";
}
.ec-comLink a {
	padding: 11px 10px 10px;
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.43;
	text-align: center;
	border: 1px solid #FFF;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}
.ec-comLink a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.ec-comLink {
		width: 58%;
	}
	.ec-comLink a:hover {
		opacity: 1;
	}
}
/*------------------------------------------------------------
	ec-comBtn
------------------------------------------------------------*/
.ec-comBtn {
	border-color: #CA002C !important;
	background-color: #CA002C !important;
	border-radius: 5px;
	cursor: pointer;
}
#page_product_detail .ec-comBtn.add-cart {
	height: 52px;
	line-height: 52px;
}
.ec-inlineBtn--action {
	border-color: #CA002C !important;
	background-color: #CA002C !important;
}
button.ec-comBtn:hover {
	opacity: 0.7;
}
.ec-comBtn a {
	padding: 8px 10px;
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.86;
	text-align: center;
	border-radius: 5px;
	background-color: #CA002C;
}
.ec-comBtn a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.ec-comBtn a:hover {
		opacity: 1;
	}
	#page_product_detail .ec-comBtn.add-cart {
		height: 42px;
		font-size: 13px;
		line-height: 42px;
	}
}
/*------------------------------------------------------------
	ec-comWhiteBox
------------------------------------------------------------*/
.ec-comWhiteBox {
	margin: 0 auto 68px;
	padding: 45px 50px 57px;
	max-width: 1060px;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.ec-comWhiteBox {
		padding: 45px 20px 40px;
		margin: 0 -20px 50px;
		border-radius: 0;
	}
}
/*------------------------------------------------------------
	ec-pageHeader
------------------------------------------------------------*/
.ec-pageHeader {
	margin: 0 auto 211px;
	max-width: 1060px;
	color: #FFF;
}
.ec-pageHeader .ec-topPhoto {
	text-align: center;
	position: relative;
}
.ec-pageHeader .ec-topPhoto::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.12);
	content: '';
}

.ec-pageHeader h1 {
	margin: 0 0 12px;
	padding: 0;
	font-size: 8rem;
	font-weight: 900;
	line-height: 1.31;
	text-align: center;
	word-break: break-all;
	text-shadow: 0 0 8px #CA002C;
	border: none;
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	letter-spacing: 0.02em;
}
.ec-pageHeader h1 span {
	margin-top: 11px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-shadow: none;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0;
}
.ec-pageHeader h1 .en {
	margin: -16px 0 31px;
	font-size: 3.5rem;
	font-weight: 900;
	line-height: 1.6;
	text-shadow: 0 0 5px #F00;
	font-family: 'Archivo Black', sans-serif;
}
.ec-pageHeader .ec-topPhoto + h1 {
	margin-top: -60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ec-pageHeader h1 {
		font-size: 6rem;
		letter-spacing: 0;
	}
}
@media only screen and (max-width: 767px) {
	.ec-pageHeader {
		margin: 0 -20px 50px;
	}
	.ec-pageHeader .ec-topPhoto {
		margin-bottom: -18px;
		width: auto;
	}
	.ec-pageHeader h1 {
		margin: 0;
		font-size: 2.6rem;
	}
	.ec-pageHeader h1 span {
		margin-top: 12px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	.ec-pageHeader h1 .en {
		margin: -17px 0 -20px;
		font-size: 1.4rem;
		line-height: 4;
	}
	.ec-pageHeader .ec-topPhoto + h1 {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	page_company
------------------------------------------------------------*/
.page_company .ec-off1Grid .ec-off1Grid__cell {
	margin: 0;
	width: 100%;
}
.page_company .ec-tableBox {
	margin: 0 auto 156px;
	padding: 7%;
	max-width: 1060px;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.86;
	border: 2px solid #F00;
	box-sizing: border-box;
}
.page_company .ec-tableBox table {
	width: 100%;
	border-collapse: collapse;
}
.page_company .ec-tableBox th, .page_company .ec-tableBox td {
	padding: 7px 33px;
	width: 80%;
	font-weight: 400;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	border-bottom: 5px solid #000;
	box-sizing: border-box;
}
.page_company .ec-tableBox th {
	padding: 7px 23px;
	width: 20%;
	background-color: rgba(255, 255, 255, 0.15);
}
.page_company .ec-tableBox tbody tr td a {
	cursor: default;
	pointer-events: none;
}
.page_company .ec-complexBox {
	color: #FFF;
}
.page_company .ec-complexBox h2 {
	margin-bottom: 30px;
	color: #CA002C;
	font-size: 5.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.28;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.page_company .ec-complexBox .ec-complexList {
	margin: 0 auto 55px;
	width: 540px;
}
.page_company .ec-complexBox .ec-complexList li {
	margin: 13px 10px 0 55px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.page_company .ec-complexBox .ec-complexList li .num {
	margin-right: 20px;
	color: #2C2C2C;
	font-size: 3.9rem;
	letter-spacing: 0.1em;
	line-height: 1.28;
	font-family: 'Oswald', sans-serif;
}
.page_company .ec-complexBox .ec-complexList li .txt {
	margin-top: 10px;
	max-width: 400px;
	flex: 1;
	font-size: 2.9rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.28;
	font-family: A1 Mincho;
}
.page_company .ec-complexBox p {
	margin: 0 auto;
	width: 460px;
	font-size: 1.4rem;
	line-height: 1.86;
}
.page_company .passing {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.page_company .ec-tableBox {
		margin: 0 auto 80px;
		padding: 5%;
		width: auto;
		letter-spacing: 0;
		border: 1px solid #F00;
	}
	.page_company .ec-tableBox tbody tr {
		margin-bottom: 27px;
		display: flex;
		flex-wrap: wrap;
	}
	.page_company .ec-tableBox tbody tr th {
		padding: 11px 10px 10px;
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.33;
		text-align: center;
	}
	.page_company .ec-tableBox tbody tr td {
		padding: 5px 0;
		width: 100%;
		line-height: 1.43;
		text-align: center;
	}
	.page_company .ec-tableBox tbody tr:last-child td {
		padding-bottom: 50px;
		font-size: 1.2rem;
		line-height: 1.67;
		text-align: left;
	}
	.page_company .ec-tableBox tbody tr td a {
		pointer-events: inherit;
	}
	.page_company .ec-complexBox h2 {
		font-size: 2.3rem;
		line-height: 1.26;
	}
	.page_company .ec-complexBox .ec-complexList {
		margin-bottom: 35px;
		max-width: 280px;
	}
	.page_company .ec-complexBox .ec-complexList li {
		margin: 8px 10px 0 15px;
	}
	.page_company .ec-complexBox .ec-complexList li .num {
		margin: 0 8px 0 0;
		color: #606060;
		font-size: 2.3rem;
		line-height: 1.27;
	}
	.page_company .ec-complexBox .ec-complexList li .txt {
		margin-top: 5px;
		font-size: 1.6rem;
		line-height: 1.38;
	}
	.page_company .ec-complexBox p {
		max-width: 280px;
		font-size: 1.2rem;
		line-height: 1.67;
	}
}
/*------------------------------------------------------------
	page_blog_prev
------------------------------------------------------------*/
#page_blog_prev .ec-pageHeader {
	margin-bottom: 249px;
}
#page_blog_prev .ec-imgBox {
	margin: 0 auto 140px;
	max-width: 1060px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#page_blog_prev .ec-imgBox:last-of-type {
	background-color: #fff;
}
#page_blog_prev .ec-imgBox .photoBox {
	width: 50%;
	position: relative;
}
#page_blog_prev .ec-imgBox .photoBox a {
	display: block;
	position: relative;
	z-index: 2;
	height: 354px;
	background-color: #fff;
    transform: translate(10px,10px);
	-webkit-transform: translate(10px,10px);
	-ms-transform: translate(10px,10px);
	-o-transform: translate(10px,10px);
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#page_blog_prev .ec-imgBox .photoBox.on a {
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
#page_blog_prev .ec-imgBox .photoBox img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#page_blog_prev .custom-object-fit {
	background-position: center center;
	background-size: cover;
}
#page_blog_prev .custom-object-fit img {
	display: none;
}
#page_blog_prev .ec-imgBox .photoBox::before {
	padding: 2px 10px 1px 15px;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 3;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.4em;
	line-height: 1.43;
	background-color: #CA002C;
	font-family: 'Roboto', sans-serif;
	content: "NEW";
}
#page_blog_prev .ec-imgBox .photoBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	right: -10px;
	top: 10px;
	background-image: linear-gradient(#FFF500, #FF0089);
	content: "";
}
#page_blog_prev .ec-imgBox .textBox {
	width: 44.5%;
	color: #FFF;
}
#page_blog_prev .ec-imgBox .textBox > p:last-of-type {
	margin-bottom: 51px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.86;
}
#page_blog_prev .ec-imgBox .textBox .time {
	margin-bottom: 7px;
	color: #606060;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.9;
}
#page_blog_prev .ec-imgBox .textBox .tit {
	margin-bottom: 28px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
}
#page_blog_prev .ec-comImgUl {
	margin: -18px 0 65px;
}
@media only screen and (max-width: 767px) {
	#page_blog_prev .ec-pageHeader {
		margin-bottom: 78px;
	}
	#page_blog_prev .ec-imgBox {
		margin-bottom: 150px;
		display: block;
	}
	#page_blog_prev .ec-imgBox .photoBox {
		margin-bottom: 20px;
		width: auto;
	}
	#page_blog_prev .ec-imgBox .photoBox a {
		-webkit-transform: translate(5px,5px);
		-ms-transform: translate(5px,5px);
		-o-transform: translate(5px,5px);
		transform: translate(5px,5px);
	}
	#page_blog_prev .ec-imgBox .photoBox.on a {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	#page_blog_prev .ec-imgBox .photoBox::before {
		padding: 2px 5px 1px 10px;
		font-size: 1.2rem;
		line-height: 1.17;
	}
	#page_blog_prev .ec-imgBox .photoBox::after {
		right: -5px;
		top: 5px;
	}
	#page_blog_prev .ec-imgBox .textBox {
		width: auto;
	}
	#page_blog_prev .ec-imgBox .textBox .time {
		margin-bottom: 0;
	}
	#page_blog_prev .ec-imgBox .textBox .tit {
		margin-bottom: 5px;
		font-size: 1.6rem;
		line-height: 1.88;
	}
	#page_blog_prev .ec-imgBox .textBox > p:last-of-type {
		margin-bottom: 25px;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.67;
	}
	#page_blog_prev .ec-comImgUl {
		margin-top: -40px;
	}
	#page_blog_prev .ec-comImgUl li {
		margin: 40px 0 0;
		width: auto;
	}
}
/*------------------------------------------------------------
	page_blog_detail
------------------------------------------------------------*/
.page_blog_detail .ec-pageHeader {
	margin-bottom: 18px;
	position: relative;
}
.page_blog_detail .ec-pageHeader h1 {
	margin: 0;
	position: absolute;
	top: -31px;
	right: 2.5%;
	font-size: 4.7rem;
}
.page_blog_detail .ec-topBox {
	margin: 0 auto 15px;
	max-width: 1060px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_blog_detail .ec-topBox .ec-time {
	color: #606060;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.63;
}
.page_blog_detail .ec-comMore {
	margin-top: -6px;
	max-width: 200px;
}
.page_blog_detail .ec-comMore a {
	padding-right: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.86;
	background: url("/html/user_data/assets/img/blog/link_bg01.png") no-repeat right center / 10px;
}
.page_blog_detail .ec-comMore a:hover {
	opacity: 0.7;
}
.page_blog_detail .ec-comSnsUl {
	margin: 0 auto 44px;
	max-width: 1060px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.page_blog_detail .ec-comSnsUl li {
	width: 30px;
}
.page_blog_detail .ec-comSnsUl li:not(:last-child) {
	margin-right: 16px;
}
.page_blog_detail .ec-comSnsUl li a {
	display: block;
}
.page_blog_detail .ec-comSnsUl li a:hover {
	opacity: 0.7;
}
.page_blog_detail .ec-title {
	margin-bottom: 174px !important;
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
.page_blog_detail .ec-wpBox {
	margin: 0 auto 20px;
	max-width: 1060px;
	color: #FFF;
}
.page_blog_detail .ec-wpBox .ec-photo {
	margin-bottom: 30px;
}
.page_blog_detail .ec-wpBox h2 {
	margin-bottom: 62px;
	padding: 16px 21px 13px 19px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
	border-radius: 5px;
	border: 1px solid #FFF;
}
.page_blog_detail .ec-wpBox h3 {
	margin-bottom: 49px;
	padding-bottom: 10px;
	font-size: 1.8rem;
	line-height: 1.67;
	border-bottom: 1px solid #FFF;
}
.page_blog_detail .ec-wpBox h4 {
	margin-bottom: 51px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.67;
}
.page_blog_detail .ec-wpBox h5 {
	margin-bottom: 48px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.87;
}
.page_blog_detail .ec-wpBox p {
	margin-bottom: 36px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.86;
}
.page_blog_detail .ec-wpBox p:last-of-type {
	margin-bottom: 167px;
}
.page_blog_detail .ec-wpBox p a {
	color: #00BAFF;
	text-decoration: underline;
}
.page_blog_detail .ec-wpBox p a:hover {
	text-decoration: none;
}
.page_blog_detail .ec-wpBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_blog_detail .ec-wpBox ul li {
	width: 48%;
}
.page_blog_detail .ec-wpBox ul .pho {
	margin-bottom: 30px;
}
.page_blog_detail .ec-wpBox ul h2 {
	padding: 16px 10px 13px 20px;
}
.page_blog_detail .ec-wpBox ul p:last-of-type {
	margin-bottom: 95px;
}
.page_blog_detail .ec-wpBox + .ec-comSnsUl {
	margin-bottom: 116px;
	justify-content: center;
}
.page_blog_detail .ec-wpBox + .ec-comSnsUl li {
	margin: 0 8px;
}
.page_blog_detail .ec-recommendBox {
	margin: 0 auto;
	max-width: 1060px;
	color: #FFF;
}
.page_blog_detail .ec-recommendBox .ec-recommendTitle {
	margin: 0 auto 85px;
	max-width: 1060;
	position: relative;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.27;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.page_blog_detail .ec-recommendBox .ec-recommendTitle::after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 24px;
	left: 0;
	background-color: #fff;
	content: "";
}
.page_blog_detail .ec-recommendBox .ec-recommendTitle span {
	padding: 0 13px 0 15px;
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #000;
}
.page_blog_detail .ec-recommendBox .ec-comMore {
	max-width: initial;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.page_blog_detail .ec-pageHeader h1 {
		top: auto;
		right: 0;
		width: 100%;
		bottom: -21px;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.page_blog_detail .ec-pageHeader {
		margin-bottom: 31px;
	}
	.page_blog_detail .ec-pageHeader h1 {
		top: -10px;
		right: 3.5%;
		font-size: 1.5rem;
		line-height: 1.33;
	}
	.page_blog_detail .ec-topBox {
		margin: 0 auto 15px;
		max-width: auto;
	}
	.page_blog_detail .ec-topBox .ec-time {
		font-size: 1.2rem;
		line-height: 2.17;
	}
	.page_blog_detail .ec-comMore {
		margin-top: 0;
		max-width: 150px;
	}
	.page_blog_detail .ec-comMore a {
		padding-right: 14px;
		font-size: 1.2rem;
		line-height: 2.17;
	}
	.page_blog_detail .ec-comMore a:hover {
		opacity: 1;
	}
	.page_blog_detail .ec-colUl {
		display: flex;
		flex-direction: column-reverse;
	}
	.page_blog_detail .ec-comSnsUl {
		margin: 0 auto 85px;
		justify-content: center;
	}
	.page_blog_detail .ec-comSnsUl li {
		margin: 0 8px;
		width: 23px;
	}
	.page_blog_detail .ec-comSnsUl li:not(:last-child) {
		margin-right: 8px;
	}
	.page_blog_detail .ec-comSnsUl li a:hover {
		opacity: 1;
	}
	.page_blog_detail .ec-title {
		margin-bottom: 15px !important;
		font-size: 1.6rem;
		line-height: 1.86;
		text-align: left;
	}
	.page_blog_detail .ec-wpBox {
		max-width: auto;
	}
	.page_blog_detail .ec-wpBox .ec-photo {
		margin-bottom: 30px;
	}
	.page_blog_detail .ec-wpBox h2 {
		margin-bottom: 27px;
		padding: 6px 9px 13px !important;
		font-size: 1.6rem;
		line-height: 1.86;
	}
	.page_blog_detail .ec-wpBox h3 {
		padding-bottom: 10px;
		font-size: 1.6rem;
		line-height: 1.86;
	}
	.page_blog_detail .ec-wpBox h4 {
		font-size: 1.6rem;
		line-height: 1.86;
	}
	.page_blog_detail .ec-wpBox h5 {
		font-size: 1.4rem;
		line-height: 2;
	}
	.page_blog_detail .ec-wpBox p {
		margin-bottom: 36px;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.67;
	}
	.page_blog_detail .ec-wpBox p:last-of-type {
		margin-bottom: 95px;
	}
	.page_blog_detail .ec-wpBox p a {
		color: #00BAFF;
		text-decoration: underline;
	}
	.page_blog_detail .ec-wpBox p a:hover {
		text-decoration: underline;
	}
	.page_blog_detail .ec-wpBox ul {
		display: block;
	}
	.page_blog_detail .ec-wpBox ul li {
		width: auto;
	}
	.page_blog_detail .ec-wpBox ul .pho {
		margin-bottom: 30px;
	}
	.page_blog_detail .ec-wpBox + .ec-comSnsUl {
		margin-bottom: 25px;
	}
	.page_blog_detail .ec-recommendBox {
		max-width: auto;
	}
	.page_blog_detail .ec-recommendBox .ec-recommendTitle {
		margin: 0 -20px 85px;
		font-size: 2rem;
		line-height: 1.9;
	}
	.page_blog_detail .ec-recommendBox .ec-recommendTitle::after {
		top: 20px;
	}
	.page_blog_detail .ec-recommendBox .ec-recommendTitle span {
		padding: 0 10px 0 11px;
	}
	.page_blog_detail .ec-recommendBox .ec-comMore {
		max-width: initial;
		text-align: center;
	}
}
/*------------------------------------------------------------
	page_product_list
------------------------------------------------------------*/
#page_product_list .ec-headerNaviRole {
	margin-bottom: 59px;
}
#page_product_list .ec-pageHeader {
	margin-bottom: 64px;
}
#page_product_list .ec-comWhiteBox .ec-title01 {
	margin-bottom: 57px;
	display: block;
	color: #000;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
}
#page_product_list .ec-comWhiteBox .ec-title02 {
	display: none;
}
#page_product_list .ec-comWhiteBox .ec-fixBtn {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#page_product_list .ec-comWhiteBox .ec-topBtn {
	display: none;
}
#page_product_list .ec-comWhiteBox .ec-fixBtn a {
	padding: 39px 13px 35px 17px;
	width: 50px;
	box-sizing: border-box;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.25em;
	line-height: 1.25;
	writing-mode: vertical-lr;
	border-radius: 5px 0 0 5px;
	background-color: #CA002C;
}
#page_product_list .ec-comWhiteBox .ec-fixBtn a:hover {
	opacity: 0.7;
}
#page_product_list .ec-comWhiteBox .ec-productList {
	margin-top: -75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #000;
}
#page_product_list .ec-comWhiteBox .ec-productList::after {
	width: calc((100% - 112px) / 3);
	content: "";
}
#page_product_list .ec-comWhiteBox .ec-productList li {
	margin-top: 75px;
	width: calc((100% - 112px) / 3);
}
#page_product_list .ec-comWhiteBox .ec-productList .pho {
	margin-bottom: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E3E3E3;
	overflow: hidden;
}
#page_product_list .ec-comWhiteBox .ec-productList .pho:before {
	padding-bottom: 100%;
	width: 100%;
	display: block;
	content: "";
}
#page_product_list .ec-comWhiteBox .ec-productList .pho img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#page_product_list .ec-comWhiteBox .ec-productList .txtBox p {
	margin-bottom: 8px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.86;
}
#page_product_list .ec-comWhiteBox .ec-productList .txtBox h2 {
	margin-bottom: 6px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.63;
}
#page_product_list .ec-selectBox {
	margin-bottom: 50px;
}
#page_product_list .ec-selectBox .sortUl {
	margin-bottom: 16px;
	padding-bottom: 13px;
	border-bottom: 1px solid #CCC;
}
#page_product_list .ec-selectBox .sortUl li {
	padding: 0 8px 0 4px;
	display: inline-block;
	color: #0092C4;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	border-right: 1px solid rgba(0, 0, 0, 0.11);
}
#page_product_list .ec-selectBox .sortUl li:first-child {
	padding-left: 0;
}
#page_product_list .ec-selectBox .sortUl li a {
	color: #0092C4;
	font-weight: normal;
}
#page_product_list .ec-selectBox .sortUl li:last-child {
	border: none;
}
#page_product_list .ec-selectBox .sortUl li a:hover {
	opacity: 0.7;
}
#page_product_list .ec-selectBox .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#page_product_list .ec-selectBox .inner > * {
	width: 50%;
}
#page_product_list .ec-selectBox .lBox p {
	color: #000;
	font-size: 14px;
}
#page_product_list .ec-selectBox .lBox p span {
	margin-right: 5px;
	font-size: 18px;
}
#page_product_list .ec-selectBox .selectUl {
	margin-top: 4px;
	text-align: right;
}
#page_product_list .ec-selectBox .selectUl li {
	width: 72px;
	margin-left: 6px;
	display: inline-block;
}
#page_product_list .ec-selectBox .selectUl li:last-child {
	width: 125px;
}
#page_product_list .ec-selectBox .selectUl li select {
	padding: 0 22px 0 8px;
	width: 100%;

	height: 29px;
	line-height: 27px;
	background: url("/html/user_data/assets/img/product/icon01.png") no-repeat right 7px center #F8F8F8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: left;
	color: #555;
	font-size: 14px;
	box-sizing: border-box;
}
#page_product_list .ec-comWhiteBox .ec-productList01 .pho {
	margin-bottom: 7px;
}
#page_product_list .ec-comWhiteBox .ec-productList01 .txtBox h2 {
	margin-bottom: 7px;
	font-weight: normal;
}
#page_product_list .ec-comWhiteBox .ec-productList01 .txtBox .price {
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	#page_product_list .ec-headerNaviRole {
		margin-bottom: 0;
	}
	#page_product_list .ec-pageHeader {
		margin-bottom: 0;
	}
	#page_product_list .ec-pageHeader h1 {
		margin-bottom: 38px;
	}
	#page_product_list .ec-comWhiteBox {
		padding: 0 20px;
		background-color: transparent;
	}
	#page_product_list .ec-comWhiteBox .ec-title01 {
		display: none;
	}
	#page_product_list .ec-comWhiteBox .ec-title02 {
		margin: 0 15px 14px;
		display: block;
		color: #FFF;
		font-size: 1.2rem;
		line-height: 1.9;
		text-align: center;
	}
	#page_product_list .ec-comWhiteBox .ec-fixBtn {
		display: none;
	}
	#page_product_list .ec-comWhiteBox .ec-topBtn {
		margin: 0 auto 27px;
		max-width: 280px;
		display: block;
	}
	#page_product_list .ec-comWhiteBox .ec-topBtn a {
		padding: 9px 20px;
		display: block;
		font-size: 1.2rem;
		line-height: 1.67;
		text-align: center;
		border: 1px solid #CA002C;
	}
	#page_product_list .ec-comWhiteBox .ec-topBtn a span {
		position: relative;
	}
	#page_product_list .ec-comWhiteBox .ec-topBtn a span::after {
		width: 12px;
		height: 10px;
		display: inline-block;
		background: url("/html/user_data/assets/img/product/topbtn_bg01.png") no-repeat 6px center / 6px 10px;
		content: "";
	}
	#page_product_list .ec-comWhiteBox .ec-productList {
		margin: 0 -20px 0;
		padding: 50px 20px 90px;
		display: block;
		background-color: #fff;
	}
	#page_product_list .ec-comWhiteBox .ec-productList::after {
		display: none;
	}
	#page_product_list .ec-comWhiteBox .ec-productList li {
		margin-top: 100px;
		width: auto;
	}
	#page_product_list .ec-comWhiteBox .ec-productList li:first-child {
		margin: 0 auto !important;
	}
	#page_product_list .ec-comWhiteBox .ec-productList .pho {
		margin: 0 auto 10px;
		width: auto;
		max-width: 566px;
	}
	#page_product_list .ec-comWhiteBox .ec-productList .txtBox p {
		margin-bottom: 12px;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.67;
	}
	#page_product_list .ec-comWhiteBox .ec-productList .txtBox .ec-comBtn {
		margin: 0 auto;
		max-width: 350px;
	}
	#page_product_list .ec-selectBox {
		margin: 0 -20px;
		background-color: #fff;
	}
	#page_product_list .ec-selectBox .inner {
		padding: 28px 20px 0;
		display: block;
	}
	#page_product_list .ec-selectBox .inner > * {
		width: 100%;
	}
	#page_product_list .ec-selectBox .selectUl li {
		width: 65px;
	}
	#page_product_list .ec-selectBox .selectUl li:last-child {
		width: 108px;
	}
	#page_product_list .ec-selectBox .selectUl li select {
		padding: 0 22px 0 5px;
		font-size: 12px;
		background-size: 10px auto;
	}
	#page_product_list .ec-comWhiteBox .ec-productList01 {
		padding-top: 29px;
	}
}
select::-ms-expand {
	display: none;
}
/*------------------------------------------------------------
	page_product_detail
------------------------------------------------------------*/
#page_product_detail .ec-layoutRole .ec-layoutRole__contents {
	position: static;
}
#page_product_detail .ec-layoutRole{
	position: static;
}
#page_product_detail .ec-layoutRole .ec-layoutRole__main {
	padding-top: 184px;
}
#page_product_detail .ec-pageTitle {
	width: 100%;
	height: 454px;
	position: absolute;
	top: 100px;
	left: 0;
/*	background: url("/html/user_data/assets/img/product/product_pagetitle_bg01.jpg") no-repeat left top / cover;*/
	background: url("/html/user_data/assets/img/product/product_pagetitle_bg01.jpg") no-repeat center center / cover;
}
#page_product_detail .ec-pageTitle::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
/*	background-color: rgba(0, 0, 0, 0.5);*/
	background-color: rgba(0, 0, 0, 0.6);
	content: "";
}
#page_product_detail .ec-pageTitle h1 {
	margin: 0 auto;
	max-width: 1060px;
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.83;
	text-align: center;
}
#page_product_detail .ec-comWhiteBox {
	padding: 84px 50px 56px;
}
#page_product_detail .ec-comWhiteBox .ec-imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#page_product_detail .ec-comWhiteBox .ec-photoBox {
	width: 47%;
/*
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
*/
}
#page_product_detail .ec-comWhiteBox .ec-photoBox .ec-foo {
	margin-bottom: 0;
	width: 100%;
}
#page_product_detail .ec-comWhiteBox .ec-photoBox .ec-photoUl {
	margin: 20px -6px 0;
}
#page_product_detail .ec-comWhiteBox .ec-photoBox .ec-photoUl li {
	border: 1px solid #E3E3E3;
}
#page_product_detail .ec-comWhiteBox .ec-photoBox .ec-photoUl .slick-slide {
	margin: 0 6px;
}
#page_product_detail .ec-comWhiteBox .ec-textBox {
	width: 50%;
	color: #000;
}
#page_product_detail .ec-comWhiteBox .ec-textBox h2 {
	margin-bottom: 22px;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.32;
}
#page_product_detail .ec-comWhiteBox .ec-textBox p {
	margin-bottom: 32px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.86;
}
#page_product_detail .ec-comWhiteBox .ec-imgBox01 .ec-textBox h2 {
	margin-bottom: 11px;
	padding-bottom: 27px;
	font-size: 2.4rem;
	border-bottom: 1px dotted #CCCCCC;
}
#page_product_detail .ec-comWhiteBox .ec-numBox {
	margin: 43px 0 20px;
	font-size: 14px;
}

#page_product_detail .ec-comWhiteBox .ec-numBox input {
	margin-left: 12px;
	padding: 0 7px;
	width: 59px;
	height: 31px;
	color: #000;
	line-height: 31px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	text-align: right;
}
#page_product_detail .ec-comWhiteBox .ec-numBox input[type="number"]{
	-webkit-appearance: textfield;
	appearance: textfield;
	-moz-appearance: textfield;
}

#page_product_detail .ec-comWhiteBox .ec-numBox input::-webkit-outer-spin-button,
#page_product_detail .ec-comWhiteBox .ec-numBox input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
#page_product_detail .ec-comWhiteBox .ec-imgBox01 .ec-comBtn a {
	padding: 13px 10px;
}
#page_product_detail .ec-pageTitle01 {
	background-image: url("/html/user_data/assets/img/product/product_pagetitle_bg02.jpg");
}
#page_product_detail .ec-comWhiteBox .ec-textBox .ec-price {
	margin-bottom: 11px;
	color: #CA002C;
	font-weight: bold;
	font-size: 24px;
}
#page_product_detail .ec-comWhiteBox .ec-textBox .ec-price .ec-price__price {
	font-size: 24px;
	padding: 0;
}
#page_product_detail .ec-comWhiteBox .ec-textBox .ec-price .ec-price__tax {
	margin-left: 5px;
	font-size: 12px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	#page_product_detail .ec-layoutRole .ec-layoutRole__contents {
		position: relative;
	}
	#page_product_detail .ec-headerNaviRole {
		margin-bottom: 25px;
	}
	#page_product_detail .ec-pageTitle {
		display: none;
	}
	#page_product_detail .ec-layoutRole .ec-layoutRole__main {
		padding-top: 24px;
	}
	#page_product_detail .ec-comWhiteBox {
		margin: 0 -20px;
		padding: 22px 20px 74px;
		display: block;
		border-radius: 0;
	}
	#page_product_detail .ec-comWhiteBox .ec-imgBox {
		display: block;
	}
	#page_product_detail .ec-comWhiteBox .ec-photoBox {
		margin-bottom: 14px;
		width: auto;
	}
	#page_product_detail .ec-comWhiteBox .ec-photoBox .ec-photoUl {
		margin: 10px 0 0;
		width: 100%;
	}
	#page_product_detail .ec-comWhiteBox .ec-photoBox .ec-photoUl li {
		margin: 0 5px;
	}
	#page_product_detail .ec-comWhiteBox .ec-textBox {
		margin: 0 auto;
		width: auto;
	}
	#page_product_detail .ec-comWhiteBox .ec-textBox h2 {
		margin-bottom: 14px;
		font-size: 1.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.44;
	}
	#page_product_detail .ec-comWhiteBox .ec-textBox p {
		margin-bottom: 30px;
		font-size: 1.2rem;
		letter-spacing: 0.02em;
		line-height: 1.67;
	}
	#page_product_detail .ec-comBtn {
		margin: 0 auto;
		max-width: 350px;
	}
	#page_product_detail .ec-comBtn a {
		padding: 12px 45px 9px;
		font-size: 1.3rem;
		letter-spacing: 0.07em;
		line-height: 1.53;
	}
	#page_product_detail .ec-comWhiteBox .ec-imgBox01 .ec-textBox h2 {
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 18px;
		border: none;
	}
	#page_product_detail .ec-comWhiteBox .ec-numBox {
		margin: -14px 0 30px;
		font-size: 12px;
	}
	#page_product_detail .ec-comWhiteBox .ec-numBox input {
		padding: 0 11px;
		margin-left: 11px;
		width: 52px;
		height: 29px;
		font-size: 14px;
		background-color: #F8F8F8;
	}
	#page_product_detail .ec-comWhiteBox .ec-imgBox01 .ec-comBtn a {
		padding-bottom: 11px;
	}
}
/*------------------------------------------------------------
	page_homepage
------------------------------------------------------------*/
#page_homepage .ec-contactRole {
	padding: 0;
	margin: 0;
	max-width: inherit;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contents {
	max-width: 1154px;
}
#page_homepage h1 {
	margin: 30px 0;
	text-align: center;
}
#page_homepage .h_box  {
    height: calc(100% - 327px);
    display: flex;
	align-items: center;
	justify-content: center;
}
#page_homepage h1 .text {
	margin-top: 18px;
	display: block;
	font-family: 'Archivo Black', sans-serif;
	text-align: center;
	color: #fff;
	font-size: 33px;
	line-height: 1.1;
	text-shadow: 0 0 11px #CA002C;
}

#page_homepage h1 > img {
	width: 426px;
}
#page_homepage h1 .scoll {
	margin: 162px auto 0;
	width: 14px;
	display: block;
	position: relative;
	z-index: 5;
}
#page_homepage h1 a:hover img {
	opacity: 0.7;
}
#page_homepage .ec-slideBox {
	margin: 0 0 101px;
	display: flex;
	justify-content: space-between;
}
#page_homepage .ec-slideBox > div {
	width: 45%;
}
#page_homepage .ec-slideBox .ec-inner {
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#page_homepage .ec-slideBox h2 {
	color: #AC0025;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
#page_homepage .ec-slideBox .linkUl li {
	display: inline-block;
	vertical-align: middle;
}
#page_homepage .ec-slideBox .linkUl li:not(:last-child) {
	margin-right: 25px;
}
#page_homepage .ec-slideBox .linkUl li a {
	color: #fff;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	display: block;
}
#page_homepage .ec-slideBox .linkUl li a span {
	padding-right: 19px;
	display: inline-block;
	background: url("/html/user_data/assets/img/index/icon03.png") no-repeat right center / 10px 10px;
}
#page_homepage .ec-slideBox .slick-slide {
	margin: 0 7px;
	width: 120px !important;
}
#page_homepage .ec-slideBox .photoUl li p {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.66;
}
#page_homepage .ec-slideBox .photoUl li a {
	display: block;
	position: relative;
}
#page_homepage .ec-slideBox .photoUl li .pho {
	height: 120px;
}
#page_homepage .ec-slideBox .photoUl li .pho img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#page_homepage .ec-slideBox .photoUl li .pho.custom-object-fit {
	background-position: center center;
	background-size: cover;
}
#page_homepage .ec-slideBox .photoUl li .pho.custom-object-fit img {
	display: none;	
}
#page_homepage .ec-slideBox .photoUl li a .tag {
	margin: 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#page_homepage .ec-slideBox .photoUl li a .tag span {
	display: inline-block;
	padding: 1px 5px;
	background-color: #A74E62;
}
#page_homepage .ec-slideBox .photoUl li a .blue span {
	background-color: #5E77A3;
}
#page_homepage .ec-slideBox .slideInner {
	position: relative;
}
#page_homepage .ec-slideBox .arrowUl li {
	position: absolute;
	width: 6px;
	left: -14px;
	top: 57px;
	cursor: pointer;
}
#page_homepage .ec-slideBox .arrowUl li:hover img {
	opacity: 0.7;
}
#page_homepage .ec-slideBox .arrowUl li.next {
	left: auto;
	right: -12px;
}
#page_homepage .ec-imgInner {
	margin: 0 0 124px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
}
#page_homepage .ec-imgInner .textBox {
	padding: 40px 0 0 14px;
	margin-right: -300px;
	width: 51%;
	box-sizing: border-box;
}
#page_homepage .ec-imgInner .photo {
	width: 71.3%;
}
#page_homepage .ec-imgInner .photo img {
	width: 100%;
}
#page_homepage .ec-imgInner .textBox h2 {
	margin-bottom: 33px;
	font-size: 65px;
	line-height: 1.27;
	color: #fff;
	font-family: A1 Mincho;
	letter-spacing: -2px;
}
#page_homepage .ec-imgInner .textBox h2 .passing .passing-bar:before {
	background: #CA002C;
}
.passing.delay .passing-txt {
	transition-delay: 2s;
	-webkit-transition-delay: 2s;
	-o-transition-delay: 2s;
}

#page_homepage .ec-imgInner .textBox p {
	margin-bottom: 26px;
	color: #fff;
	font-size: 14px;
	line-height: 1.857;
}
#page_homepage .ec-imgInner .textBox p:last-child {
	margin-bottom: 0;
}
#page_homepage .ec-imgInner .textBox .ec-comLink {
	margin: 77px 0 0;
}
#page_homepage .ec-imgBox {
	margin: 0 15px 240px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
#page_homepage .ec-imgBox .photo {
	width: 43%;
	padding-bottom: 51%;
	position: relative;
	box-sizing: border-box;
}
#page_homepage .ec-imgBox .photo::before {
	left: 30px;
	top: 30px;
	right: -30px;
	bottom: -30px;
	position: absolute;
	content: '';
   background: -webkit-linear-gradient(-90deg, #FFF500, #FF0089);
    background: -moz-linear-gradient(-90deg, #FFF500, #FF0089);
    background: -ms-linear-gradient(-90deg, #FFF500, #FF0089);
    background: -o-linear-gradient(-90deg, #FFF500, #FF0089);
    background: linear-gradient(180deg, #FFF500, #FF0089);   
}
#page_homepage .ec-imgBox .photo img {
	width: 100%;
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 4;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
#page_homepage .ec-imgBox .photo.on img {
	left: 0;
	top: 0;
}
#page_homepage .ec-imgBox .textBox {
	padding-top: 65px;
	width: 46.3%;
}
#page_homepage .ec-imgBox .textBox p {
	color: #fff;
	font-size: 14px;
	line-height: 1.857;
}
#page_homepage .ec-imgBox .textBox h2 {
	margin-bottom: 21px;
	color: #fff;
	font-size: 3.6rem;
	font-family: A1 Mincho;
	line-height: 1.52;
}
#page_homepage .ec-imgBoxR {
	margin: 0 33px 225px 0;
	flex-direction: row-reverse;
}
#page_homepage .ec-imgBoxR .photo {
	width: 43%;
}
#page_homepage .ec-imgBoxR .photo::before {
    background: -webkit-linear-gradient(-90deg, #00FFBA, #0031FF);
    background: -moz-linear-gradient(-90deg, #00FFBA, #0031FF);
    background: -ms-linear-gradient(-90deg, #00FFBA, #0031FF);
    background: -o-linear-gradient(-90deg, #00FFBA, #0031FF);
    background: linear-gradient(180deg, #00FFBA, #0031FF);   
}

#page_homepage .ec-imgBoxR .textBox {
	padding-top: 38px;
}
#page_homepage .ec-share {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#page_homepage .ec-share .lbox {
	width: 47.2%;
	text-align: center;
	color: #fff;
}
#page_homepage .ec-share .lbox img {
	max-width: 404px;
	width: 100%;
}
#page_homepage .ec-share .lbox p {
	margin: 0 0 48px 40px;
	font-size: 30px;
	font-weight: bold;
	font-family: A1 Mincho;
}
#page_homepage .ec-share ul {
	width: 44.7%;
}
#page_homepage .ec-share ul li {
	width: 46.8%;
	float: left;
}
#page_homepage .ec-share ul li:last-child {
	margin-top: 102px;
	float: right;
}
#page_homepage .ec-share ul li p {
	margin-bottom: 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
#page_homepage .ec-share ul li p span {
	padding-left: 29px;
	display: block;
	background: url("/html/user_data/assets/img/index/icon04.png") no-repeat left center / 17px auto;
}
#page_homepage .ec-share ul .ins p span {
	background: url("/html/user_data/assets/img/index/icon05.png") no-repeat left center / 17px auto;
}
@media only screen and (max-width: 767px) {
	#page_homepage .ec-contactRole {
		margin: 0;
	}
	#page_homepage h1 {
		margin: 5px auto 30px;
		width: 203px;
	}
	#page_homepage h1 .text {
		margin-top: 18px;
		display: block;
		font-family: 'Archivo Black', sans-serif;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 1.1;
		text-shadow: 0 0 11px #CA002C;
	}
	#page_homepage h1 .scoll {
		margin-top: 127px;
	}
	#page_homepage .ec-slideBox {
		margin-bottom: 149px;
		display: block;
	}
	#page_homepage .ec-slideBox .arrowUl {
		display: none;
	}
	#page_homepage .ec-slideBox > div {
		width: auto;
	}
	#page_homepage .ec-slideBox .ec-inner {
		margin-bottom: 14px;
		display: block;
		text-align: center;
	}
	#page_homepage .ec-slideBox .ec-inner h2 {
		font-size: 16px;
	}
	#page_homepage .ec-slideBox .photoUl li p {
		font-size: 10px;
		line-height: 1.6;
	}
	#page_homepage .ec-slideBox .linkUl li:not(:last-child) {
		margin-right: 7px;
	}
	#page_homepage .ec-slideBox .linkUl {
		margin-top: 36px;
		text-align: center;
	}
	#page_homepage .ec-slideBox .linkUl li {
		margin: 0 7px;
	}
	#page_homepage .ec-slideBox .linkUl li a {
		padding: 9px 11px 8px;
		min-width: 130px;
		box-sizing: border-box;
		background-color: rgba(255, 255, 255, 0.14);
	}
	#page_homepage .ec-slideBox .linkUl li a span {
		padding-right: 16px;
		background-position: right center;
	}
	#page_homepage .ec-slideBox .ec-lBox {
		margin-bottom: 86px;
	}
	#page_homepage .ec-imgInner {
		margin: 0 0 169px;
		display: block;
	}
	#page_homepage .ec-imgInner .photo {
		margin-bottom: -38.5%;
		width: auto;
	}
	#page_homepage .ec-imgInner .textBox {
		padding: 0 20px;
		margin: 0;
		width: auto;
	}
	#page_homepage .ec-imgInner .textBox h2 {
		margin: 26px 0 25%;
		font-size: 24px;
		line-height: 0.7;
	}
	#page_homepage .ec-imgInner .textBox p {
		margin-bottom: 16px;
		font-size: 10px;
		line-height: 1.6;
	}
	#page_homepage .ec-imgInner .textBox .ec-comLink {
		margin: 38px auto 0;
		width: 180px;
	}
	#page_homepage .ec-imgInner .textBox .ec-comLink a {

		padding: 6px 10px 4px;
		font-size: 12px;
	}
	#page_homepage .ec-imgBox {
		margin: 0 20px 162px;
		display: block;
	}
	#page_homepage .ec-imgBox .photo {
		margin: 0 10px 14px 0;
		width: auto;
		padding-bottom: 57%;
	}
	#page_homepage .ec-imgBox .textBox {
		padding-top: 18px;
		width: auto;
	}
	#page_homepage .ec-imgBox .textBox h2 {
		margin-bottom: 22px;
		font-size: 18px;
		line-height: 0.7;
		text-align: center;
	}
	#page_homepage .ec-imgBox .textBox p {
		font-size: 10px;
		line-height: 1.6;
	}
	#page_homepage .ec-share {
	    margin: 35px 20px;
		display: block;
	}
	#page_homepage .ec-share ul {
		display: block;
		width: 100%;
		margin: 0 auto;
		max-width: 490px;
	}
	#page_homepage .ec-share ul li {
	    width: auto;
	    float: none !important;
	}
	#page_homepage .ec-share ul li:last-child {
	    margin-top: 20px;
	}
	#page_homepage .ec-share .lbox {
		display: none;
	}
	#page_homepage .ec-imgBoxR {
		margin-bottom: 0;
	}
	#page_homepage .ec-imgBox .photo::before {
		left: 8px;
		top: 8px;
		bottom: -8px;
		right: -8px;
	}
	#page_homepage .ec-imgBox .photo img {
		left: 8px;
		top: 8px;
	}
}
@media only screen and (max-width: 1024px) {
	#page_homepage .h_box {
		position: relative;
	}
}
@media only screen and (min-width: 1025px) and  (max-height: 600px)  {
	#page_homepage h1 {
		margin: 0;
	}
	#page_homepage h1 .text {
		margin-top: 5px;
		font-size: 25px;
	}
	#page_homepage .h_box {
		height: calc(100% - 229px);
	}
}

/*------------------------------------------------------------
	page_help_tradelaw
------------------------------------------------------------*/
#page_help_tradelaw h1 {
	margin: 28px 0 115px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
#page_help_tradelaw .ec-textDl {
	margin: 0 auto 80px;
	max-width: 695px;
	color: #fff;
	font-size: 14px;
	word-break: break-all;
}
#page_help_tradelaw .ec-textDl dt {
	width: 180px;
	float: left;
}
#page_help_tradelaw .ec-textDl dd {
	padding: 0 0 25px 211px;
}
#page_help_tradelaw .ec-textDl dd a:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	#page_help_tradelaw h1 {
		margin: 12px 0 78px;
		font-size: 14px;
	}
	#page_help_tradelaw .ec-textDl {
		max-width: inherit;
		font-size: 12px;
	}
	#page_help_tradelaw .ec-textDl dt {
		margin-bottom: 14px;
		width: auto;
		float: none;
		font-size: 10px;
	}
	#page_help_tradelaw .ec-textDl dd {
		padding: 0 0 33px;
	}
}
/*------------------------------------------------------------
	page_help_privacy
------------------------------------------------------------*/
#page_help_privacy .ec-pageHeader,
#page_help_agreement .ec-pageHeader {
	margin: 30px auto 118px;
}
#page_help_privacy .policyBox {
	margin: 0 auto 100px;
	max-width: 800px;
}
#page_help_privacy .policyBox p {
	margin-bottom: 26px;
	color: #fff;
	font-size: 14px;
	line-height: 1.857;
}
#page_help_privacy .policyBox p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 767px) {
	#page_help_privacy .ec-pageHeader,
	#page_help_agreement .ec-pageHeader{
		margin: 0 auto 46px;
	}
	#page_help_privacy .ec-pageHeader h1 span {
		margin-top: 5px;
	}
	#page_help_privacy .policyBox p {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 1.66;
	}
	#page_help_privacy .policyBox {
		margin-bottom: 0;
	}
}


#page_help_agreement .ec-off1Grid__cell {
	color: #fff;
}
/*------------------------------------------------------------
	page_contact
------------------------------------------------------------*/
#page_contact {
	margin-bottom: 0;
}
#page_contact .ec-pageHeader {
	margin-bottom: 38px;
}
#page_contact .ec-off1Grid .topTxt {
	margin-bottom: 167px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
#page_contact .ec-off1Grid {
	position: relative;
}
#page_contact .ec-mailForm {
	margin: 0 auto 150px;
	max-width: 950px;
	position: relative;
}
#page_contact .ec-mailForm::before {
	left: -50px;
	right: -50px;
	top: 105px;
	bottom: -91px;
	position: absolute;
	border: 2px solid #CA002C;
	content: '';
}
#page_contact .ec-mailForm > * {
	position: relative;
	z-index: 5;
}
#page_contact .ec-borderedDefs {
	border: none;
}
#page_contact .ec-mailForm .formDl {





	margin-bottom: 75px;
	display: block;
	border: none;
	padding: 0;
}
#page_contact .ec-mailForm .formDl dt {
	padding: 8px 0 0 60px;
	width: 210px;
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	box-sizing: border-box;
	position: relative;
}
#page_contact .ec-mailForm .formDl dt .ec-required {
	padding: 2px 0 4px;
	width: 41px;
	line-height: 1;
	display: block;
	position: absolute;
	left: 1px;
	top: 11px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: #CA002C;
	border-radius: 3px;
	box-sizing: border-box;
}
#page_contact .ec-mailForm .formDl dd {
	padding: 0 0 15px 225px;
	line-height: 1.5;
	width: auto;
}
#page_contact .ec-mailForm .formDl dd input {
	margin-bottom: 0;
}
#page_contact .ec-mailForm .formDl dd p {
	display: none;
}
#page_contact .ec-mailForm .formDl dd .p-street-address {
	margin-bottom: 15px;
}
#page_contact .ec-mailForm .formDl dd input, #page_contact .ec-mailForm .formDl dd textarea {
	width: 100%;
	max-width: inherit;
	height: 40px;
	padding: 0 10px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 40px;
	border: none;
}
#page_contact .ec-mailForm .formDl .wid01 {
	width: 362px;
}
#page_contact .ec-mailForm .formDl .wid02 {
	width: 162px;
}
#page_contact .ec-mailForm .formDl .wid03 {
	width: 118px;
}
#page_contact .ec-mailForm .formDl dd textarea {
	padding: 10px;
	height: 232px;
	line-height: 1.5;
	resize: vertical;
}
#page_contact .ec-mailForm .ec-off4Grid {
	margin: 0 auto;
	width: 304px;
	display: block;
}
#page_contact .ec-mailForm .ec-off4Grid .ec-off4Grid__cell {
	width: 100%;
	margin: 0;
}
#page_contact .ec-mailForm .ec-off4Grid .ec-blockBtn--action {
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	border: 1px solid #fff;
	background: none;
	vertical-align: top;
	cursor: pointer;
}
#page_contact .ec-mailForm .ec-off4Grid .ec-blockBtn--action:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	#page_contact .ec-pageHeader {
		margin: 0 -20px 46px;
	}
	#page_contact .ec-off1Grid .topTxt {
		margin-bottom: 46px;
		font-size: 12px;
		line-height: 1.66;
	}
	#page_contact .ec-mailForm::before {
		left: -15px;
		right: -15px;
	}
	#page_contact .ec-mailForm .formDl dt {
		padding: 0 50px 8px 0;
		width: auto;
		float: none;
	}
	#page_contact .ec-mailForm .formDl dd {
		padding: 0 0 30px;
	}
	#page_contact .ec-mailForm .formDl dd input {
		width: 100% !important;
		height: 35px;
		line-height: 35px;
	}
	#page_contact .ec-mailForm .formDl dd .ec-halfInput input {
		width: 48% !important;
	}
	#page_contact .ec-mailForm .formDl dd .ec-zipInputHelp span {
		margin-left: 2px;
		font-size: 10px;
	}
	#page_contact .ec-zipInputHelp .ec-zipInputHelp__icon {
		width: 15px;
		height: 15px;
	}
	#page_contact .ec-zipInputHelp .ec-zipInputHelp__icon img {
		width: 80%;
		height: 80%;
		left: 10%;
		top: 10%;
	}
	#page_contact .ec-mailForm .p-postal-code {
		width: 100px !important;
		font-size: 14px;
	}
	#page_contact .ec-mailForm {
		margin: 0 18px;
		max-width: inherit;
	}
	#page_contact .ec-mailForm .formDl dt .ec-required {
		left: auto;
		right: 0;
		top: 4px;
		width: 29px;
		font-size: 10px;
	}
	#page_contact .ec-mailForm .formDl dd textarea {
		height: 163px;
	}
	#page_contact .ec-mailForm .ec-off4Grid {
		width: 162px;
	}
	#page_contact .ec-mailForm .formDl {
		margin-bottom: 17px;
	}
	#page_contact .ec-mailForm .ec-off4Grid .ec-blockBtn--action {
		font-size: 12px;
		border-radius: 5px;
		height: 52px;

		line-height: 52px;
	}
	#page_contact .ec-mailForm::before {
		top: 69px;
		bottom: -45px;
	}
}
/*------------------------------------------------------------
	page_contact_confirm
------------------------------------------------------------*/
#page_contact .h1Ttl {
	margin: -26px 0 62px;
}
#page_contact .ec-confirm .topTxt {
	margin-bottom: 143px;
}
#page_contact .ec-confirm .formDl dd {
	padding-bottom: 29px;
	color: #fff;
	font-size: 14px;
	line-height: 1.857;
}
#page_contact .ec-confirm .formDl dt {
	padding-top: 3px;
}
#page_contact .ec-confirm .formDl dt .ec-required {
	display: none;
}
#page_contact .ec-confirm .formDl {
	margin-bottom: 44px;
}
#page_contact .ec-confirm .ec-blockBtn--cancel {
    margin-top: 32px;
    text-align: center;
    border: none;
    height: auto;
    line-height: inherit;
    background: none !important;
    color: #fff !important;
    text-decoration: underline;
    font-size: 16px;
}
#page_contact .ec-confirm .ec-blockBtn--cancel input {
	padding: 0;
	color: #fff;
	font-weight: bold;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	background: none;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#page_contact .ec-confirm .ec-blockBtn--cancel input:hover {
	border-color: transparent;
}
@media all and (max-width: 767px) {
	#page_contact .h1Ttl {
		margin: 0 0 40px;
	}
	
	#page_contact .ec-confirm .topTxt {
		margin-bottom: 64px;
	}
	#page_contact .ec-confirm .formDl dt {
		padding-bottom: 8px;
		font-weight: normal;
	}
	#page_contact .ec-confirm .formDl dd {
		padding-bottom: 32px;
	}
	#page_contact .ec-confirm .formDl dd.ddStyle {
		font-size: 12px;
		line-height: 1.66;
	}
	#page_contact .ec-confirm .formDl {
		margin-bottom: 9px;
	}
	#page_contact .ec-confirm .back input {
		font-size: 12px;
	}
	#page_contact .ec-confirm .ec-blockBtn--cancel {
		font-size: 12px;
	}
}

/*------------------------------------------------------------
	page_contact_complete
------------------------------------------------------------*/
#page_contact_complete .h1Ttl {
	margin: -26px 0 62px;
}
#page_contact_complete.other_page .ec-pageHeader {
	margin: 35px auto 63px;
}
#page_contact_complete .ec-thanks {
	margin: 56px 0 100px;
	text-align: center;
}
#page_contact_complete .ec-thanks p {
	margin-bottom: 26px;
	font-size: 14px;
	line-height: 1.857;
	color: #fff;
	text-align: center;
}
#page_contact_complete .ec-thanks .tel {
	margin: -15px 0 17px;
}
#page_contact_complete .ec-thanks .tel a {
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
@media all and (max-width: 767px) {
	#page_contact_complete.other_page .ec-pageHeader {
		margin: 0 auto;
	}
	#page_contact_complete .h1Ttl {
		margin: 0 0 40px;
	}
	#page_contact_complete .ec-thanks {
		margin: 40px 0 0;
	}
	#page_contact_complete .ec-thanks p {
		margin-bottom: 20px;
		font-size: 12px;
		text-align: left;
		line-height: 1.66;
	}
	#page_contact_complete .ec-thanks .tel {
		margin: 40px 0 14px;
	}
	#page_contact_complete .ec-thanks .tel + p {
		text-align: center;
		font-size: 14px;
		line-height: 1.857;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#page_homepage .ec-imgInner {
		margin: 0 0 124px;
	}
	#page_homepage .ec-slideBox {
		margin: 0 20px 101px;
		display: block;
	}
	#page_homepage .ec-imgBoxR {
		margin-right: 15px;
		margin-left: 15px;
	}
	.ec-comImgUl {
		margin: -90px 0 51px;
	}
	#page_homepage .ec-slideBox > div {
		margin-bottom: 15px;
		width: auto;
	}
	.ec-footerNavi .ec-footerNavi__link a {
		margin: 0 7px;
	}
	.ec-comScroll {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
	#page_contact .ec-mailForm::before {
		left: -10px;
		right: -10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
	#page_contact .ec-mailForm {
		margin: 0 30px 150px;
	}
}
/*------------------------------------------------------------
	page_entry
------------------------------------------------------------*/
#page_entry .ec-pageHeader {
	margin: 0 0 45px;
}
#page_entry .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;



	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_entry .ec-layoutRole .ec-layoutRole__main {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_entry .ec-required {
	color: #CA002C;
	font-weight: bold;
}
.ec-registerRole .ec-blockBtn--action {
	background-color: #CA002C !important;
	border-radius: 5px;
	border: 1px solid #CA002C;
}
.ec-blockBtn--cancel {
	border: 1px solid #919191;
	border-radius: 5px;
	background: none;
	color: #000 !important;
	background-color: #fff !important;
}
.ec-blockBtn--action:hover, .ec-blockBtn--cancel:hover {
	opacity: 0.7;
}
@media all and (max-width: 767px) {
	#page_entry .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 15px;
	}
	#page_entry .ec-registerRole {
		padding: 0;
	}
}
/*------------------------------------------------------------
	page_entry_complete
------------------------------------------------------------*/
#page_entry_complete .ec-pageHeader {
	margin: 0 0 45px;
}
#page_entry_complete .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_entry_complete .ec-layoutRole .ec-layoutRole__main {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_entry_complete .ec-blockBtn--cancel {
	margin: 0 auto;
	width: 100%;
	color: #fff !important;
	max-width: 314px;
	background-color: #CA002C !important;
	border-color: #CA002C;
}
#page_entry_complete .ec-off4Grid {
	display: block;
}
#page_entry_complete .ec-off4Grid .ec-off4Grid__cell {
	margin-left: 0;
	width: auto;
	display: block;
}
#page_entry_complete .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 250px;
	position: relative;
}
#page_entry_complete .ec-reportHeading h2 {
	color: #000;
}
@media all and (max-width: 767px) {
	#page_entry_complete .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
		min-height: inherit;
	}
	#page_entry_complete .ec-layoutRole .ec-layoutRole__contents {
		padding-bottom: 0;
	}
	#page_entry_complete .ec-reportHeading h2 {
		font-size: 20px;
	}
	#page_entry_complete .ec-reportHeading {
		border: none;
	}
}
a.ec-link {
	color: #0092C4;
}
.ec-login .ec-login__link .ec-link {
	font-size: 14px;
	text-decoration: underline;
}
/*------------------------------------------------------------
	page_mypage_login
------------------------------------------------------------*/
#page_mypage_login .ec-pageHeader,
#page_shopping_login .ec-pageHeader{
	margin: 0 0 45px;
}
#page_mypage_login .ec-pageHeader h1,
#page_shopping_login .ec-pageHeader h1{
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_mypage_login .ec-layoutRole .ec-layoutRole__main,
#page_shopping_login .ec-layoutRole .ec-layoutRole__main{
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_mypage_login .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 200px;
	position: relative;
}
#page_mypage_login .ec-blockBtn--cancel,
#page_shopping_login .ec-blockBtn--cancel{
	margin: 0 auto;
	width: 100%;
	color: #fff !important;
	max-width: 314px;
	background-color: #CA002C !important;
	border-color: #CA002C;
}
#page_mypage_login .ec-pageHeader h1,
#page_shopping_login .ec-pageHeader h1{
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_mypage_login .ec-checkbox label,
#page_shopping_login .ec-checkbox label{
	font-size: 14px;
}
.ec-guest .ec-guest__inner p {
	margin-bottom: 150px;
	text-align: left;
	color: #000;
	font-size: 14px;
}
.ec-guest .ec-guest__inner .ttl {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#page_shopping_login .ec-guest .ec-guest__inner .ec-blockBtn--cancel {
	background-color: transparent !important;
	color: #333 !important;
	border-color: #333 !important;
}
@media all and (max-width: 767px) {
	#page_mypage_login .ec-layoutRole .ec-layoutRole__main,
	#page_shopping_login .ec-layoutRole .ec-layoutRole__main{
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
	}
	#page_mypage_login .ec-registerRole,
	#page_shopping_login .ec-registerRole{
		padding: 0;
	}

	#page_mypage_login .ec-layoutRole .ec-layoutRole__contents,
	#page_shopping_login .ec-layoutRole .ec-layoutRole__contents{
		padding-bottom: 50px;
	}
}
/*------------------------------------------------------------
	page_product_list
------------------------------------------------------------*/
#page_product_list .ec-layoutRole .ec-layoutRole__contents {
	position: relative;
}
/*------------------------------------------------------------
	page_cart
------------------------------------------------------------*/
#page_cart .ec-pageHeader {
	margin: 0 0 45px;
}
#page_cart .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_cart .ec-layoutRole .ec-layoutRole__main {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_cart .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 200px;
	position: relative;
}
#page_cart .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_cart .ec-checkbox label {
	font-size: 14px;
}
#page_cart .ec-cartRole {
	padding: 0;
}
#page_cart .ec-cartRole .ec-cartRole__actions {
	width: 100%;
	margin-right: 0;
}

@media all and (max-width: 767px) {
	#page_cart .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
	}
	#page_cart .ec-registerRole {
		padding: 0;
	}
	#page_cart .ec-layoutRole .ec-layoutRole__contents {
		padding-bottom: 50px;
	}
}
.ec-progress .ec-progress__number {
	line-height: 28px;
	width: 28px;
	height: 28px;
	font-size: 18px;
	background-color: #000000;
}
.ec-progress .is-complete .ec-progress__number {
	background-color: #CA002C;
}
.ec-progress .is-complete .ec-progress__label {
	color: #CA002C;
}
.ec-progress .ec-progress__label {
	color: #000;
}
.ec-progress .ec-progress__item:after {
	background: #000;
	height: 1px;
	top: 14px;
}
.ec-cartRole .ec-cartRole__totalAmount {
	color: #CA002C;
}
.ec-cartRole .ec-blockBtn--action {
	margin: 0 auto 15px;
	width: 100%;
	max-width: 314px;
	background-color: #CA002C !important;
	border-color: #CA002C;
	border-radius: 5px;
}
.ec-cartRole .ec-blockBtn--cancel {
	margin: 0 auto;
	width: 100%;
	max-width: 314px;
}
.ec-cartRole .ec-cartRole__cart {
	margin: 0;
}
/*------------------------------------------------------------
	page_shopping
------------------------------------------------------------*/
#page_shopping .ec-pageHeader {
	margin: 0 0 45px;
}
#page_shopping .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping .ec-layoutRole .ec-layoutRole__main {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_shopping .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 200px;
}
#page_shopping .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
@media all and (max-width: 767px) {
	#page_shopping .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
	}
	#page_shopping .ec-registerRole {
		padding: 0;
	}
}
.ec-orderAccount .ec-orderAccount__account {
	margin: 15px 15px 0;
}
#page_shopping .ec-radio {
	margin: 15px;
}
#page_shopping .ec-orderPayment .ec-input {
	margin: 15px;
}
#page_shopping .ec-orderConfirm .ec-input {
	margin: 15px 15px 0;
}
#page_shopping .ec-orderDelivery {
	margin-bottom: 15px;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
	width: 100%;
	max-width: 314px;
	background-color: #CA002C !important;
	border-color: #CA002C;
	border-radius: 5px;
	box-sizing: border-box;
}
/*------------------------------------------------------------
	page_shopping_confirm
------------------------------------------------------------*/
#page_shopping_confirm .ec-pageHeader {
	margin: 0 0 45px;
}
#page_shopping_confirm .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__main {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_shopping_confirm .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 200px;
}
#page_shopping_confirm .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping_confirm .ec-blockRadio {
	margin: 15px;
}
@media all and (max-width: 767px) {
	#page_shopping_confirm .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
	}
	#page_shopping_confirm .ec-registerRole {
		padding: 0;
	}
}
/*------------------------------------------------------------
	page_shopping_complete
------------------------------------------------------------*/
#page_shopping_complete .ec-pageHeader {
	margin: 0 0 45px;
}
#page_shopping_complete .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping_complete .ec-layoutRole .ec-layoutRole__main {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_shopping_complete .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 200px;
}
#page_shopping_complete .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping_complete .ec-blockRadio {
	margin: 15px;
}
#page_shopping_complete .ec-reportHeading {
	border: none;
}
#page_shopping_complete .ec-off3Grid .ec-off3Grid__cell {
	color: #000;
}
#page_shopping_complete .ec-off4Grid {
	display: block;
}
#page_shopping_complete .ec-off4Grid .ec-off4Grid__cell {
	margin-left: 0;
	width: auto;
	display: block;
}
#page_shopping_complete .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
	margin: 0 auto;
	width: 100%;
	max-width: 314px;
}
@media all and (max-width: 767px) {
	#page_shopping_complete .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
	}
	#page_shopping_complete .ec-registerRole {
		padding: 0;
	}
}
/*------------------------------------------------------------
	page_shopping_error
------------------------------------------------------------*/
#page_shopping_error .ec-pageHeader {
	margin: 0 0 45px;
}
#page_shopping_error .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping_error .ec-layoutRole .ec-layoutRole__main {

	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_shopping_error .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 200px;
}
#page_shopping_error .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping_error .ec-blockRadio {
	margin: 15px;
}
#page_shopping_error .ec-reportHeading {
	border: none;
}
#page_shopping_error .ec-off4Grid {
	display: block;
}
#page_shopping_error .ec-off4Grid .ec-off4Grid__cell {
	margin-left: 0;
	width: auto;
	display: block;
}
#page_shopping_error .ec-off4Grid .ec-off4Grid__cell .ec-blockBtn--cancel {
	margin: 0 auto;
	width: 100%;
	max-width: 314px;
}
@media all and (max-width: 767px) {
	#page_shopping_error .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
	}
	#page_shopping_error .ec-registerRole {
		padding: 0;
	}
}
/*------------------------------------------------------------
	page_mypage
------------------------------------------------------------*/
#page_mypage .ec-pageHeader, 
#page_mypage_history .ec-pageHeader, 
#page_mypage_favorite .ec-pageHeader, 
#page_mypage_delivery .ec-pageHeader,
#page_entry_activate .ec-pageHeader, 
#page_forgot .ec-pageHeader, 
#page_shopping_nonmember .ec-pageHeader, 
#page_mypage_withdraw .ec-pageHeader, 
#page_mypage_change .ec-pageHeader {
	margin: 0 0 45px;
}
#page_mypage_history .ec-pageHeader h1,
#page_mypage .ec-pageHeader h1, 
#page_mypage_favorite .ec-pageHeader h1, 
#page_mypage_delivery .ec-pageHeader h1, 
#page_entry_activate .ec-pageHeader h1, 
#page_forgot .ec-pageHeader h1, 
#page_shopping_nonmember .ec-pageHeader h1, 
#page_mypage_withdraw .ec-pageHeader h1, 
#page_mypage_change .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_mypage_history .ec-layoutRole .ec-layoutRole__main, 
#page_mypage .ec-layoutRole .ec-layoutRole__main, 
#page_mypage_favorite .ec-layoutRole .ec-layoutRole__main, 
#page_mypage_delivery .ec-layoutRole .ec-layoutRole__main, 
#page_forgot .ec-layoutRole .ec-layoutRole__main, 
#page_entry_activate .ec-layoutRole .ec-layoutRole__main, 
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__main, 
#page_mypage_withdraw .ec-layoutRole .ec-layoutRole__main, 
#page_mypage_change .ec-layoutRole .ec-layoutRole__main {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1060px;
	min-height: 532px;
	margin: 0 auto;
	padding: 44px 29px;
	box-sizing: border-box;
}
#page_mypage_history .ec-layoutRole .ec-layoutRole__contents, 
#page_mypage .ec-layoutRole .ec-layoutRole__contents, 
#page_mypage_favorite .ec-layoutRole .ec-layoutRole__contents, 
#page_mypage_delivery .ec-layoutRole .ec-layoutRole__contents, 
#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__contents, 
#page_forgot .ec-layoutRole .ec-layoutRole__contents, 
#page_entry_activate .ec-layoutRole .ec-layoutRole__contents, 
#page_mypage_withdraw .ec-layoutRole .ec-layoutRole__contents, 
#page_mypage_change .ec-layoutRole .ec-layoutRole__contents {
	padding-bottom: 200px;
}
#page_mypage .ec-pageHeader h1, 
#page_mypage_history .ec-pageHeader h1, 
#page_mypage_favorite .ec-pageHeader h1, 
#page_mypage_delivery .ec-pageHeader h1, 
#page_forgot .ec-pageHeader h1, 
#page_entry_activate .ec-pageHeader h1, 
#page_shopping_nonmember .ec-pageHeader h1, 
#page_mypage_withdraw .ec-pageHeader h1, 
#page_mypage_change .ec-pageHeader h1 {
	margin: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000000;
	text-align: left;
	text-shadow: none;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#page_shopping_nonmember .ec-blockBtn--action, 
#page_mypage_withdraw .ec-blockBtn--cancel, 
#page_entry_activate .ec-blockBtn--action, 
#page_mypage_change .ec-blockBtn--cancel {
	background-color: #CA002C !important;
	border-color: #CA002C !important;
	color: #fff !important;
	border-radius: 5px;
}

#page_entry_activate .ec-blockBtn--action {

	margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
}
@media all and (max-width: 767px) {
	#page_mypage_history .ec-layoutRole .ec-layoutRole__main, 
	#page_mypage .ec-layoutRole .ec-layoutRole__main, 
	#page_mypage_favorite .ec-layoutRole .ec-layoutRole__main, 
	#page_mypage_delivery .ec-layoutRole .ec-layoutRole__main, 
	#page_forgot .ec-layoutRole .ec-layoutRole__main, 
	#page_entry_activate .ec-layoutRole .ec-layoutRole__main,
	#page_shopping_nonmember .ec-layoutRole .ec-layoutRole__main, 
	#page_mypage_withdraw .ec-layoutRole .ec-layoutRole__main, 
	#page_mypage_change .ec-layoutRole .ec-layoutRole__main {
		margin: 0 20px;
		width: auto;
		padding: 20px 0;
	}
	#page_mypage_history .ec-layoutRole, 
	#page_mypage .ec-layoutRole, 
	#page_mypage_favorite .ec-layoutRole, 
	#page_mypage_delivery .ec-layoutRole, 
	#page_forgot .ec-layoutRole, 
	#page_entry_activate .ec-layoutRole, 
	#page_shopping_nonmember .ec-layoutRole, 
	#page_mypage_withdraw .ec-layoutRole, 
	#page_mypage_change .ec-layoutRole {
		padding: 0;
	}
	#page_mypage_history .ec-mypageRole, 
	#page_mypage .ec-mypageRole, 
	#page_mypage_favorite .ec-mypageRole, 
	#page_mypage_delivery .ec-mypageRole, 
	#page_forgot .ec-mypageRole, 
	#page_entry_activate .ec-mypageRole, 
	#page_shopping_nonmember .ec-mypageRole, 
	#page_mypage_withdraw .ec-mypageRole, 
	#page_mypage_change .ec-mypageRole {
		padding: 0;
	}
}
a.ec-inlineBtn {
	color: #333;
}
.ec-navlistRole .ec-navlistRole__navlist {
	border: none;
}
.ec-navlistRole .ec-navlistRole__navlist > .ec-navlistRole__item:last-child {
	border: none;
}
.ec-navlistRole .ec-navlistRole__item {
	width: 33.33%;
	border: none;
	color: #333;
	background-color: #F4F3F0;
	border-right: 2px solid #fff;
	box-sizing: border-box;
}
.ec-navlistRole .ec-navlistRole__navlist li:nth-child(3) {
	display: none;
}
.ec-navlistRole .ec-navlistRole__item.active {
	color: #fff;
	background-color: #CA002C;
}
.ec-navlistRole .ec-navlistRole__item.active a {
	color: #fff;
}
.ec-navlistRole .ec-navlistRole__item a:hover {
	color: #fff;
	background-color: #CA002C;
}
.ec-historyListHeader .ec-historyListHeader__action a {
	color: #333;
}
@media all and (max-width: 767px) {
	.ec-navlistRole .ec-navlistRole__item {
		margin-top: 2px;
		width: 49.5%;
		border: none;
	}
	.ec-navlistRole .ec-navlistRole__navlist {
		margin-top: -2px;
		justify-content: space-between;
	}
	.ec-navlistRole .ec-navlistRole__item a {
		padding: 16px 5px;
	}
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
	color: #000;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
	background-color: #CA002C !important;
	border-color: #CA002C;
}

#page_forgot .ec-blockBtn--action {
	background-color: #CA002C !important;
	border-color: #CA002C !important;
}

.ec-registerCompleteRole {
	color: #000;
}

#page_entry_activate .ec-off4Grid {
	width: 100%;
	max-width: 314px;
	display: block;
	margin: 0 auto;
}

#page_entry_activate .ec-off4Grid .ec-off4Grid__cell {
	margin-left: 0;
	width: 100%;
}
#page_entry_activate .ec-reportHeading {
	border: none;
}


.animation {
	opacity: 0;
	-webkit-animation-timing-function: ease;
	-ms-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;

	animation-name: fadeInUp;
	visibility: visible !important;
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}


.passing .passing-bar {
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #000;
}
.passing .passing-txt {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
}
#page_homepage .mainBox {
	position: relative;
}
#page_homepage .scroll {
	position: absolute;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	color: #fff;
	font-size: 1rem;
	z-index: 3;
	left: 49%;
	bottom: 137px;
	font-family: 'Roboto';
}
#page_homepage .scroll i {
	display: block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: calc(100% + 18px);
	margin: auto;
	width: 24px;
	height: 1px;
	overflow: hidden;
	z-index: 10;
}
#page_homepage .scroll i:before {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	animation: scrollElem 1.2s ease-out 0s infinite;
	-webkit-animation: scrollElem 1.2s ease-out 0s infinite;
	z-index: 10;
}

@media all and (max-width: 767px) {
	#page_homepage .scroll {
		left: auto;
		bottom: 58px;
	}
	#page_homepage .scroll i {
		left: calc(100% + 10px);
	}
	.passing .passing-bar {
		display: inline-block;
		line-height: 1.45;
	}
}

@keyframes scrollElem {
	0% {
		transform: translateX(0%);
	}
	59% {
		transform: translateX(100%);
		visibility: hidden;
	}
	60% {
		transform: translateX(-100%);
		visibility: hidden;
	}
	62% {
		visibility: visible;
	}
	80% {
		transform: translateX(0%);
		visibility: hidden;
	}
	100% {
		transform: translateX(0%);
	}
}
@-webkit-keyframes scrollElem {
	0% {
		transform: translateX(0%);
	}
	59% {
		transform: translateX(100%);
		visibility: hidden;
	}
	60% {
		transform: translateX(-100%);
		visibility: hidden;
	}
	62% {
		visibility: visible;
	}
	80% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(0%);
	}
}

@media all and (min-width: 1800px) {
	#page_homepage .ec-layoutRole .ec-layoutRole__contents {
		max-width: 1800px;
	}
	#page_homepage .ec-imgInner {
		margin: 0 0 124px 0;	
	}
	#page_homepage .ec-imgInner .textBox {
		margin: 0;
		width: 34%;
	}
	#page_homepage .ec-imgInner .photo {
		width: 63%;
	}
	#page_homepage .ec-imgInner {
		margin: 271px 0 124px 0;
	}
	.pc {
		display: none !important;
	}
	#page_homepage .ec-imgBox {
		margin: 0 0 241px;
	}
	#page_homepage .ec-imgBox .photo {
		padding-bottom: 32.3%;
		width: 48.4%;
	}
	#page_homepage .ec-imgBox .textBox {
		width: 44.3%;
	}
	#page_homepage .ec-imgBox .textBox p {
		max-width: 550px;
	    letter-spacing: 0.05em;
	}
	#page_homepage .ec-imgBoxR .textBox {
		padding-left: 250px;
	}
	#page_homepage .ec-share ul {
		width: 59.7%;
	}
	#page_homepage .ec-share ul li iframe {
		width: 100% !important;
	}
	#page_homepage .ec-imgBoxR {
		margin-bottom: 254px;
	}
	.ec-footerRole {
		margin-top: 54px;
	}
}
@media all and (max-width: 1799px) {
	.max {
		display: none !important;
	}
}
@media all and (min-width: 1025px) and (max-width: 1279px) {
	#page_homepage .ec-slideBox {
		margin: 0 20px 101px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	#page_homepage h1 > img {
		width: 326px;
	}
	#page_homepage h1 .text.sp  {
		display: block !important;
		margin-top: 18px;
		display: block;
		font-family: 'Archivo Black', sans-serif;
		text-align: center;
		color: #fff;
		font-size: 30px;
		line-height: 1.1;
		text-shadow: 0 0 11px #CA002C;
	}
	#page_homepage .mainBox {
		height: auto !important;
	}
	#page_homepage .ec-slideBox {
		margin: 0 auto 324px;
		max-width: 515px;
	}
	#page_homepage .ec-slideBox > div {
		margin-bottom: 33px;
	}
	#page_homepage .ec-slideBox h2 {
		font-size: 18px;
	}
	#page_homepage .ec-slideBox .ec-inner {
		margin-bottom: 10px;
	}
	#page_homepage .ec-imgInner {
		margin: 0 0 231px;
		display: block;
	}
	#page_homepage .ec-imgInner .photo {
		margin-bottom: 0;
		width: auto;
		height: 254px;
		overflow: hidden;
		position: relative;
	}
	#page_homepage .ec-imgInner .photo img.pc {
		display: none !important;
	}
	#page_homepage .ec-imgInner .photo img.sp {
		display: block !important;
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
	#page_homepage .ec-imgInner .textBox {
		padding: 0;
		margin: -168px auto 0;
		width: 560px;
	}
	#page_homepage .ec-imgInner .textBox h2 {
		margin-bottom: 115px;
		font-size: 42px;
		line-height: 1.29;
	}
	#page_homepage .ec-imgInner .textBox .ec-comLink {
		margin: 75px auto 0;
	}

	#page_homepage .ec-imgBox {
		margin: 0 0 275px;
		align-items: flex-start;
	}
	#page_homepage .ec-imgBox .textBox h2 {
		margin-bottom: 14px;
		font-size: 2.4rem;
		line-height: 1.5;
	}
	#page_homepage .ec-imgBox .textBox {
		padding: 154px 50px 0 0;
		width: 47%;
		box-sizing: border-box;
	}
	#page_homepage .ec-share.sp {
		display: block;
		text-align: center;
	}
	#page_homepage .ec-share ul {
		display: block;
		width: 520px;
		margin: 0 auto;
	}
	#page_homepage .ec-share .lbox {
		width: 380px;
		margin: 0 auto 82px;
	}
	#page_homepage .ec-share .lbox p {
		font-size: 28px;
		margin: 0 -15px 30px 21px;
	}
	#page_homepage .ec-imgBoxR {
		margin: 0 21px 354px 0;
	}
	#page_homepage .ec-imgBox .photo {
		width: 46.1%;
	}

	#page_homepage .ec-imgBox .photo::before {
		left: 21px;
		top: 21px;
		right: -21px;
		bottom: -50px;
	}
	#page_homepage .ec-imgBox .photo img {
		left: 21px;
		top: 21px;
	}
	#page_homepage .ec-imgBoxR .textBox {
		padding: 154px 0 0 50px;
	}
	#page_homepage .ec-share {
		display: block;
	}
	#page_homepage .ec-share .lbox img {
		max-width: 324px;
	}
	#page_homepage .ec-share ul li:last-child {
		margin-top: 0;
	}
	.ec-footerRole .ec-footerRole__inner {
		display: block;
		padding: 0 20px 5px;
	}
	.ec-footerInner {
		width: auto;
		position: relative;
	}
	.ec-footerTitle {
		text-align: left;
		display: flex;
		justify-content: space-between;
	}
	.ec-footerInner .ec-snsUl {
		position: absolute;
		right: 9px;
		top: -76px;
	}
	.ec-footerRole {
		padding-top: 121px;
	}
	.ec-footerNavi {
		margin-left: 6px;
	}
	
}
#instafeed {
	width: auto !important;
	display:flex !important;
	flex-wrap:wrap;
}
#instafeed > li {
	width: 33.33% !important;
    padding-bottom: 33.33%;
    position: relative;
    float: none !important;
    margin: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#instafeed li a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#instafeed li:hover {
	opacity: 0.7;
}
.page_blog_detail .ec-wpBox iframe {
	margin: 0 auto;
	display: block;
	width: 566px !important;
}
@media all and (max-width: 767px) {
	.page_blog_detail .ec-wpBox iframe {
		width: 100% !important;
	}
	#instafeed li:hover {
		opacity: 1;
	}
}

#page_help_tradelaw .ec-textDl dd a[href^="tel:"] {
	opacity: 1 !important;
}
.ec-AddAddress .ec-AddAddress__item {
	background: #000;
	border: 1px solid #fff;
	border-radius: 10px;
}
.ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
	background-color: #CA002C !important;
    border-radius: 5px;
    border: 1px solid #CA002C;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
	color: #CA002C;
}
#page_mypage_history .ec-totalBox .ec-totalBox__paymentTotal + .ec-blockBtn--action {
	background-color: #CA002C !important;
    border-radius: 5px;
    border: 1px solid #CA002C;
}