@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', 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 {
	text-decoration: none;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	position: relative;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.ec-layoutRole {
	text-align: left;
	overflow: hidden;
}
body:before {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("/html/user_data/assets/img/common/body_bg.jpg") no-repeat center top;
	background-size: cover;
	content: "";
}
.flower01 {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 50%;
	max-width: 996px;
}
.flower02 {
	position: absolute;
	right: 0;
	bottom: 427px;
	width: 50%;
	max-width: 978px;
}
.flower03 {
	position: absolute;
	right: 0;
	top: -11px;
	width: 100%;
	max-width: 1962px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	.flower02 {
		bottom: 200px;
	}
	.flower03 {
		top: 285px;
		width: 45%;
		right: 0;
	}
}
.ec-layoutRole__header,
.ec-layoutRole__contents,
.ec-layoutRole__footer {
	position: relative;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 223px;
	position: relative;
	background: url("/html/user_data/assets/img/common/header_bg.png") no-repeat center bottom;
	background-size: 3280px auto;
}
#gHeader .logo {
	position: absolute;
	width: 100px;
	left: 20px;
	top: 20px;
}
.ec-headerNaviRole {
	position: relative;
	padding-top: 19px;
	max-width: 1280px;
	justify-content: flex-end;
	z-index: 1;
}
.ec-headerNav .ec-headerNav__item {
	margin-right: 10px;
	display: inline-block;
	font-size: inherit;
}
.ec-headerNav .ec-headerNav__item a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.ec-headerNav .ec-headerNav__itemLink {
	color: #fff;
}
/*.ec-headerNav li .ec-headerNav__itemIcon {
	display: none;
}*/
.ec-headerNav .ec-headerNav__itemIcon {
	margin-right: 3px;
	color: #fff;
	font-size: 16px;
}
.ec-headerNav .ec-headerNav__itemIcon.fa-lock {
	display: none;
}
.ec-headerNav .ec-headerNav__item:last-child a {
	padding-left: 20px;
	display: inline-block;
	background: url("/html/user_data/assets/img/common/icon02.png") no-repeat left top;
	background-size: 16px auto;
}
.ec-cartNavi {
	padding: 6px 12px;
	height: 30px;
}
.ec-cartNavi .ec-cartNavi__icon {
	color: #EA7272;
	font-size: 16px;
}
.ec-cartNavi .ec-cartNavi__price {
	margin-top: -1px;
	color: #EA7272;
	font-weight: bold;
	vertical-align: top;
}
.ec-cartNavi .ec-cartNavi__badge {
	background-color: #EA7272;
}
@media all and (min-width: 1024px) {
	.ec-headerNav li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	#gHeader {
		height: 120px !important;
	}
	#gHeader .logo {
		width: 50px;
		left: 10px;
		top: 10px;
	}
	.ec-headerNaviRole {
		padding-top: 10px;
	}
	.ec-headerNav .ec-headerNav__item {
		margin-right: 5px;
		vertical-align: top;
	}
	.ec-headerNav .ec-headerNav__item:first-child {
		margin-right: 0;
	}
	.ec-headerNav .ec-headerNav__item:last-child a {
		padding-left: 0;
		display: block;
		width: 16px;
		height: 24px;
	}
	.ec-headerNav li {
		margin-right: 0;
	}
}
.ec-orderRole .ec-orderRole__summary {
	position: absolute;
	right: 0;
}
@media all and (max-width: 767px) {
	.ec-orderRole .ec-orderRole__summary {
		position: static;
		right: auto;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: relative;
}
#gFooter > .fLogo {
	margin-bottom: 125px;
	text-align: center;
}
#gFooter .btnList {
	position: fixed;
	left: 20px;
	bottom: 30px;
	z-index: 20;
}
#gFooter .btnList li {
	margin-bottom: 10px;
}
#gFooter .pageTop {
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 12;
	overflow: hidden;
}
#gFooter .pageTop a {
	width: 106px;
	height: 32px;
	display: block;
	text-indent: -999px;
	background: url("/html/user_data/assets/img/common/pagetop_top.png") no-repeat center top / 100% auto;
}
#gFooter .pageTop.on {
	position: absolute;
	right: 15px;
	top: 236px;
}
#gFooter .fInner {
	padding: 36px 0 10px;
	position: relative;
	background: url("/html/user_data/assets/img/common/footer_bg.jpg") no-repeat center top;
	background-size: 3280px auto;
	z-index: 11;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}
#gFooter .fBox p {
	margin-bottom: 31px;
	color: #fff;
	font-size: 14px;
}
#gFooter .fBox p a {
	color: #fff;
}
#gFooter .fInner .fLogo {
	margin-bottom: 8px;
}
#gFooter .fNavi li {
	margin: 0 10px;
	display: inline-block;
}
#gFooter .fNavi li a {
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
#gFooter .copyright {
	padding: 4px 0;
	font-size: 10px;
	text-align: center;
	background-color: #fff;
}
@media all and (min-width: 1024px) {
	#gFooter .btnList li a:hover, #gFooter .pageTop a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
	#gFooter .fBox p a:hover {
		text-decoration: underline;
	}
}
@media all and (max-width: 767px) {
	#gFooter > .fLogo {
		margin-bottom: 60px;
	}
	#gFooter > .fLogo img {
		width: 80px;
	}
	#gFooter .btnList {
		left: 10px;
		width: 25px;
	}
	#gFooter .pageTop {
		right: 0;
	}
	#gFooter .pageTop.on {
		right: 0;
		top: 118px;
	}
	#gFooter .pageTop a {
		width: 80px;
		height: 24px;
	}
	#gFooter .fInner {
		padding: 25px 10px 7px;
	}
	#gFooter .fBox p {
		margin-bottom: 15px;
		font-size: 13px;
	}
	#gFooter .fInner .fLogo {
		margin-bottom: 10px;
	}
	#gFooter .fNavi {
		margin: 0 20px;
	}
	#gFooter .fNavi li {
		margin: 0 5px 2px;
	}
	#gFooter .fNavi li a {
		font-size: 11px;
	}
	#gFooter .copyright {
		font-size: 9px;
	}
}
/*.ec-layoutRole .ec-layoutRole__contentTop {
	display: none;
}
.product_page .ec-layoutRole .ec-layoutRole__contentTop,
.cart_page .ec-layoutRole .ec-layoutRole__contentTop {
	display: block;
}

#page_cart ..ec-layoutRole .ec-layoutRole__contentTop,
#page_homepage ..ec-layoutRole .ec-layoutRole__contentTop {
	display: block;
}*/
/*------------------------------------------------------------
	list
------------------------------------------------------------*/
.ec-headerRole {
	display: none;
}
.ec-categoryNaviRole {
	display: none;
}
#page_homepage #gHeader {
	height: 170px;
}
#page_homepage #gHeader .logo {
	width: 113px;
	left: 75px;
	top: 23px;
}
#page_product_list .ec-layoutRole .ec-layoutRole__contents, #page_homepage .ec-layoutRole .ec-layoutRole__contents {
	margin: 280px auto 100px; 
}
#page_product_list .ec-searchnavRole {
	display: none;
}
.list .topTxt {
	position: absolute;
	top: -250px;
	width: 870px;
	left: 50%;
	transform: translateX(-50%);
}
.list .topTxt h1 {
	margin-bottom: 25px;
}
.list .topTxt p {
	font-size: 14px;
	color: #534741;
	line-height: 2;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.list .bgBox h2 {
	margin-bottom: 85px;
	color: #EB7070;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
line-height:1.4em;
	margin-top:0.5em;
}
.list .bgBox h2 span {
	padding: 0 35px;
	position: relative;
	display: inline-block;
}
.list .bgBox h2 span:before, .list .bgBox h2 span:after {
	position: absolute;
	right: 100%;
	top: 50%;
	width: 147px;
	height: 7px;
	transform: translateY(-50%);
	background: url("/html/user_data/assets/img/common/ttl_bg02.png") no-repeat left top;
	background-size: 147px 7px;
	content: "";
}
.list .bgBox h2 span:after {
	left: 100%;
	right: auto;
	background-image: url("/html/user_data/assets/img/common/ttl_bg01.png");
}
.listUl {
	margin: -30px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.listUl li {
	padding: 30px 15px 30px;
	width: 33.333%;
	box-sizing: border-box;
}
.listUl li a {
	display: block;
	color: #333;
	padding: 16px 16px 12px;
	position: relative;
	background-color: #fff;
	border: 4px solid #F4F8FD;
	transition: .3s;
}
.listUl li a .photo {
	position: relative;
	overflow: hidden;
}
.listUl li a .photo::after {
    width: 100%;
    padding-bottom: 85.8%;
    line-height: 0;
    content: "";
    display: block;
}
.listUl li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.listUl li a .new {
	padding: 3px 5px;
	position: absolute;
	left: -4px;
	top: -4px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
	background-color: #6C8FB9;
}
.listUl li a .ttl {
	margin: 8px 0 12px;
	font-size: 12px;
	font-weight: bold;
}
.listUl li a .txt {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 1.4;
}
.listUl li a .price {
	padding-top: 10px;
	border-top: 1px solid #DDD;
	color: #8D8D8D;
	text-align: right;
}
.ec-pager .ec-pager__item, .ec-pager .ec-pager__item--active {
	width: 31px;
	height: 31px;
	padding: 0;
	vertical-align: top;
}
.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
	width: 31px;
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.ec-pager .ec-pager__item--active {
	background-color: #FDDAE9;
	border-radius: 50%;
}
.ec-pager .ec-pager__item--active a {
	color: #DD638D;
}
.ec-pager .ec-pager__item img {
	width: 6px;
}
.ec-pager .ec-pager__item .over {
	display: none;
}
@media all and (min-width: 1024px) {
	.listUl li:hover {
		background: url("/html/user_data/assets/img/common/list_bg.png") no-repeat center bottom;
		background-size: 100% 112px;
	}
	.listUl li a:hover {
		transform: translateY(-10px);
		border-color: #EB7070 !important;
		box-shadow: 0 3px 60px rgba(0, 0, 0, 0.16);
	}
	.listUl li a:hover:after {
		opacity: 1;
	}
	.listUl li a:hover .new {
		background-color: #EB7070;
	}
	.listUl li a:hover img {
		transform: scale(1.2);
	}
	.ec-pager .ec-pager__item:hover {
		background-color: #FDDAE9;
		border-radius: 50%;
	}
	.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a:hover {
		color: #DD638D;
	}
	.ec-pager .ec-pager__item a:hover .over {
		display: block;
	}
	.ec-pager .ec-pager__item a:hover .out {
		display: none;
	}
}
@media all and (max-width: 767px) {
	#page_homepage #gHeader .logo {
		width: 75px;
		top: 13px;
		left: 12px;
	}
	#page_product_list .ec-layoutRole .ec-layoutRole__contents, #page_homepage .ec-layoutRole .ec-layoutRole__contents {
		margin: 327px 10px 100px;
	}
	.list .topTxt {
		top: -295px;
		width: 100%;
		left: 0;
		padding: 0 6% 0 10px;
		transform: none;
		box-sizing: border-box;
	}
	.list .bgBox h2 {
		margin-bottom: 40px;
		font-size: 20px;
	}
	.list .bgBox h2 span {
		padding: 0 20px;
	}
	.list .bgBox h2 span:before, .list .bgBox h2 span:after {
		width: 70px;
		background-size: 70px 3px;
	}
	.listUl {
		margin: -30px 0 15px;
	}
	.listUl li {
		padding: 30px 5px 0;
		width: 50%;
	}
	.listUl li a {
		padding: 10px;
		border-width: 2px;
	}
	.listUl li a .new {
		padding: 3px 5px;
		left: -2px;
		top: -2px;
		font-size: 10px;
	}
}
/*------------------------------------------------------------
	detail
------------------------------------------------------------*/
.ec-productRole__description {
	margin: 40px 0;
}
#page_product_detail .ec-layoutRole__main {
	padding: 50px;
}
.ec-grid2 {
	margin-bottom: 117px;
	justify-content: space-between;
}
.ec-grid2 .ec-grid2__left {
	width: 56%;
}
.ec-grid2 .ec-grid2__left .movie {
	padding: 15px;
	background: url("/html/user_data/assets/img/list/movie_bg.jpg") no-repeat center top;
	background-size: cover;
}	
.ec-grid2 .ec-grid2__left .ttl {
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.ec-grid2 .ec-grid2__left .movie > div:nth-child(2) {
	position: relative;
}
.ec-grid2 .ec-grid2__left .movie > div:nth-child(2):after {
	width: 100%;
	height: 0;
    padding-bottom: 56.4%;
    line-height: 0;
    content: "";
    display: block;
}
.ec-grid2 .ec-grid2__left iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
	width: 100% !important;
}
.slick-initialized .slick-slide {
	position: relative;
}
.slick-initialized .slick-slide::after {
    width: 100%;
    padding-bottom: 56.4%;
    line-height: 0;
    content: "";
    display: block;
}
.slick-initialized .slick-slide img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.ec-grid2 .ec-grid2__right {
	width: 40.5%;
}
.ec-grid2 .ec-modal {
	position: absolute;
}
.ec-sliderItemRole {
	padding: 0;
}
.item_visual li {
	list-style: none;
}
.ec-productRole__tags {
	margin-bottom: 15px;
}
.ec-productRole__tags li {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	line-height: 1.2;
	font-size: 12px;
	font-weight: bold;
	background-color: #EB7070;
}
.ec-headingTitle {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	text-align: justify;
    text-justify: inter-ideograph;
	border-bottom: 1px solid #EB7070;
}
.ec-productRole__txt {
	margin-bottom: 75px;
	text-align: justify;
    text-justify: inter-ideograph;
}
.ec-productRole__txt p {
	font-size: 13px;
	line-height: 1.6;
}
.ec-grid2 .ec-grid2__right .priceBox {
	padding: 0 20px 23px;
	background-color: #FFF5F5;
}
.ec-grid2 .ec-grid2__right .priceBox .title {
	margin: 0 -20px 15px;
	padding: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #EAA9A9;
}
.ec-grid2 .ec-grid2__right .priceBox .txtInner {
	margin-bottom: 17px;
	display: flex;
	font-size: 16px;
	align-items: center;
	justify-content: space-between;
}
.ec-grid2 .ec-grid2__right .priceBox .txtInner p {
	width: 50%;
}
.ec-grid2 .ec-grid2__right .priceBox .txtInner p:first-child {
	margin: 5px 0 0 5px;
}
.ec-grid2 .ec-grid2__right .priceBox .txtInner .price {
	width: 50%;
	color: #D84D4D;
	font-size: 24px;
	text-align: right;
}
.ec-grid2 .ec-grid2__right .priceBox .ec-blockBtn--action {
	height: 69px;
	padding-left: 35px;
	line-height: 69px;
	border: 1px solid #fff;
	background: #D84D4D url("/html/user_data/assets/img/common/icon01.png") no-repeat left 52px center;
	background-size: 45px auto;
	border-radius: 6px;
	box-shadow: 5px 5px 3px rgba(139, 0, 0, 0.22);
}
.ec-sliderItemRole .slideThumb {
	margin: 30px 6.05% 0 0;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	width: 29.3%;
	cursor: default;
}
.ec-sliderItemRole .slideThumb::after {
    width: 100%;
    padding-bottom: 85.8%;
    line-height: 0;
    content: "";
    display: block;
}
.ec-sliderItemRole .slideThumb img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}
.ec-sliderItemRole .slideThumb:nth-child(3n) {
	margin-right: 0;
}
.listBox {
	padding: 40px 35px 12px;
	background-color: #F2ECEC;
}
.listBox h2 {
	margin-bottom: 50px;
	color: #534741;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
.listBox .listUl {
	margin: -30px -3.5px 40px 0;
}
.listBox .listUl li {
	padding: 30px 3.5px 0;
	margin-top: -23px;
}
.listBox .listUl li a {
	padding: 12px;
	border-color: #fff;
}
.ec-sliderItemRole .slideThumb {
	opacity: 1;
}
.ec-modal .ec-modal-overlay {
	visibility: hidden;
}
.ec-modal input:checked ~ .ec-modal-overlay {
	visibility: visible;
}
@media all and (min-width: 768px) {
	.ec-grid2 .ec-grid2__right .priceBox .ec-blockBtn--action:hover {
		opacity: 0.8;
		color: #fff !important;
	}
}
@media all and (max-width: 1000px) {
	.ec-grid2 .ec-grid2__right .priceBox .ec-blockBtn--action {
		background-position: left 30px center;
	}
}
@media all and (max-width: 767px) {
	.ec-productRole__description {
		margin: 20px 0;
	}
	.ec-grid2 {
		margin-bottom: 50px;
		display: block;
	}
	.ec-grid2 .ec-grid2__left {
		margin-bottom: 20px;
		width: 100%;
	}
	.ec-grid2 .ec-grid2__left .ttl {
		font-size: 14px;
	}
	.ec-grid2 .ec-grid2__right {
		width: 100%;
	}
	.ec-grid2 .ec-grid2__right .priceBox .ec-blockBtn--action {
		background-position: left 15% center;
	}
	.ec-grid2 .ec-grid2__right .priceBox .txtInner p:first-child {
		font-size: 13px;
	}
	.ec-grid2 .ec-grid2__right .priceBox .txtInner .price {
		font-size: 19px;
	}
	.listBox {
		padding: 20px 10px 10px;
	}
	.listBox h2 {
		margin-bottom: 40px;
		font-size: 16px;
	}
	#page_product_detail .ec-layoutRole__main {
		padding: 25px 15px;
	}
	#page_product_detail .slick-dots {
		display: none !important;
	}
}
.ec-layoutRole .ec-layoutRole__contents {
	margin: -145px auto 100px;
	padding: 7px 10px;
	max-width: 1000px;
	position: relative;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.5);
}
.ec-layoutRole__main {
	background-color: #fff;
	padding: 65px 35px;
	box-sizing: border-box;
}
.ec-pageHeader h1 {
	padding-bottom: 30px;
	font-size: 17px;
	text-align: center;
}
.ec-cartRole {
	color: #333;
}
.ec-progress .ec-progress__number {
	background-color: #A2A2A2;
}
.ec-progress .ec-progress__item {
	font-weight: normal;
}
.ec-progress .ec-progress__item::after {
	height: 1px;
	background-color: #A2A2A2;
}
.ec-progress .is-complete .ec-progress__number {
	background-color: #EA7272;
}
.ec-progress .is-complete .ec-progress__label {
	color: #EA7272;
}
.ec-cartRole .ec-cartRole__totalText strong {
	font-size: 26px;
}
.ec-cartHeader {
	background: #F2ECEC;
}
.ec-cartRole .ec-cartRole__cart {
	margin: 0;
}
.ec-cartHeader .ec-cartHeader__label {
	font-size: 12px;
	font-weight: normal;
	background: #F2ECEC;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
	font-size: 26px;
	font-weight: bold;
}
.ec-cartRole .ec-cartRole__actions {
	width: 36%;
	margin-right: 0;
}
.ec-blockBtn--action:hover, .ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
	color: #fff;
}
.ec-blockBtn--action {
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	background-color: #D84D4D;
	border-color: #D84D4D;
	box-shadow: 5px 5px 3px rgba(139, 0, 0, 0.22);
}
.ec-blockBtn--cancel {
	color: #D84D4D !important;
	font-size: 15px;
	font-weight: bold;
	background-color: #fff;
	border-color: #D84D4D;
	border-radius: 5px;
}
.ec-login {
	background-color: #F2ECEC;
}
.ec-login__link .ec-link {
	color: #0092C4;
	font-size: 12px;
	text-decoration: underline;
}
.ec-login__actions .ec-blockBtn--cancel, .ec-guest__actions .ec-blockBtn--cancel, .ec-RegisterRole__actions .ec-blockBtn--cancel {
	color: #fff !important;
	background-color: #D84D4D;
	border-color: #D84D4D;
	box-shadow: 5px 5px 3px rgba(139, 0, 0, 0.22);
}
.ec-zipInputHelp span {
	font-size: 17px;
	font-weight: bold;
	vertical-align: 0;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
	top: -10px;
}
.ec-off4Grid .ec-off4Grid__cell {
	width: 41%;
}
.ec-orderRole {
	color: #333;
}
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
	margin-bottom: 20px;
	padding: 18px;
	font-size: 17px;
	font-weight: bold;
	background-color: #F2ECEC;
}
.ec-orderRole .ec-orderRole__detail {
	margin-left: 20px;
}
.ec-orderRole .ec-orderRole__detail .ec-rectHeading {
	margin-left: -20px;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
	margin-top: 15px;
}
.ec-orderDelivery, .ec-orderPayment {
	margin-bottom: 40px;
}
.ec-orderAccount p {
	line-height: 2;
}
.ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
	font-size: 20px;
}
.ec-reportDescription {
	font-size: 13px;
}
.ec-cartCompleteRole .ec-off4Grid .ec-off4Grid__cell, .ec-registerCompleteRole .ec-off4Grid__cell {
	margin-left: 15%;
	width: 70%;
}
@media all and (min-width: 768px) {
	.ec-blockBtn--action:hover {
		color: #D84D4D !important;
		background-color: #fff;
	}
	.ec-blockBtn--cancel:hover, .ec-RegisterRole__actions .ec-blockBtn--cancel:hover {
		color: #fff !important;
		background-color: #D84D4D;
		border-color: #D84D4D;
	}
}
@media all and (max-width: 767px) {
	.ec-layoutRole .ec-layoutRole__contents {
		margin: -60px 10px 50px;
		padding: 3px 5px;
		width: auto;
	}
	.ec-layoutRole__main {
		padding: 20px 7px;
	}
	.ec-pageHeader h1 {
		padding-bottom: 8px;
		font-size: 16px;
	}
	.ec-cartRole .ec-cartRole__totalText strong {
		font-size: 16px;
	}
	.ec-cartRow .ec-cartRow__subtotalColumn {
		font-size: 16px;
	}
	.ec-zipInputHelp span {
		font-size: 14px;
	}
	.ec-zipInputHelp .ec-zipInputHelp__icon {
		top: -10px;
	}
	.ec-off4Grid .ec-off4Grid__cell {
		margin: 0 auto;
		width: 160px;
	}
	.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
		padding: 10px;
		font-size: 15px;
	}
	.ec-orderRole .ec-orderRole__detail {
		margin-left: 0;
	}
	.ec-orderRole .ec-orderRole__detail .ec-rectHeading {
		margin-left: 0;
	}
	.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
		margin-top: 7px;
	}
	.ec-orderDelivery, .ec-orderPayment {
		margin-bottom: 20px;
	}
	.ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
		font-size: 15px;
	}
	.ec-progress .ec-progress__label {
		font-size: 11px;
	}
	.ec-cartRole .ec-cartRole__totalText {
		font-size: 12px;
	}
	.ec-cartRole {
		padding: 0 10px;
	}
	.ec-cartRow .ec-cartRow__summary {
		font-size: 13px;
	}
	.ec-blockBtn--cancel, .ec-blockBtn--action {
		font-size: 13px;
	}
	.ec-cartRole .ec-cartRole__actions {
		width: 50%;
	}
	.ec-checkbox label {
		font-size: 13px;
	}
	.ec-imageGrid .ec-imageGrid__content {
		font-size: 13px;
	}
}
#page_mypage .ec-layoutRole__main {
	padding: 30px 15px;
}
.ec-mypageRole {
	color: #333;
}
.ec-mypageRole .ec-pageHeader h1 {
	margin-bottom: 25px;
	padding-bottom: 30px;
}
.ec-navlistRole .ec-navlistRole__item {
	border-color: #fff;
	font-weight: normal;
}
.ec-navlistRole .ec-navlistRole__item a {
	padding: 16px 2px;
	background-color: #F2ECEC;
}
.ec-navlistRole .active a {
	color: #fff;
	background-color: #D84D4D;
}
.ec-navlistRole .ec-navlistRole__navlist {
	margin-bottom: 75px;
	border-color: #fff;
}
.ec-welcomeMsg {
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px solid #CCC;
}
.ec-para-normal {
	font-size: 14px;
	font-weight: 500;
}
.ec-historyRole .ec-historyRole__contents {
	padding-top: 20px;
	color: #333;
}
.ec-historyListHeader .ec-historyListHeader__date {
	margin-bottom: 15px;
	font-size: 18px;
}
.ec-definitions, .ec-definitions--soft {
	margin: 10px 0;
	font-size: 14px;
	font-weight: 500;
}
.ec-historyListHeader .ec-historyListHeader__action {
	margin-top: 55px;
}
.ec-historyListHeader .ec-historyListHeader__action a, .ec-inlineBtn {
	max-width: 179px;
	width: 100%;
	color: #333 !important;
	font-weight: 500;
	border-color: #333 !important;
	border-radius: 5px;
	background-color: #fff !important;
}
.ec-definitions dt, .ec-definitions--soft dt {
	font-weight: 500;
}
.ec-historyRole .ec-historyRole__header {
	width: 25%;
}
.ec-historyRole .ec-historyRole__detail {
	width: 75%;
}
.ec-imageGrid .ec-imageGrid__img {
	vertical-align: top;
}
.ec-imageGrid .ec-imageGrid__content {
	width: 40%;
}
.ec-historyRole .ec-historyRole__detail a {
	margin: 10px 0 20px;
	width: 203px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #D84D4D;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 3px rgba(139, 0, 0, 0.22);
	border-radius: 5px;
	vertical-align: middle;
}
.ec-historyRole .ec-historyRole__detail .ec-imageGrid:nth-of-type(1) a {
	margin-top: 0;
}
.ec-role {
	margin-left: 20px;
	color: #333;
}
.ec-orderConfirm {
	margin-bottom: 40px;
}
#page_mypage_withdraw .ec-off4Grid .ec-off4Grid__cell {
	margin: 0 auto;
}
.ec-addressRole .ec-addressRole__actions {
	text-align: center;
}
.ec-checkbox {
	margin-bottom: 5px;
}
@media all and (min-width: 768px) {
	.ec-navlistRole .ec-navlistRole__item a:hover {
		color: #fff;
		background-color: #D84D4D;
	}
	.ec-historyListHeader .ec-historyListHeader__action a:hover, .ec-inlineBtn:hover {
		opacity: 0.7;
	}
	.ec-historyRole .ec-historyRole__detail a:hover {
		color: #D84D4D !important;
		background-color: #fff;
	}
}
@media all and (max-width: 767px) {
	#page_mypage .ec-layoutRole__main {
		padding: 15px 7px;
	}
	.ec-mypageRole .ec-pageHeader h1 {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	.ec-navlistRole .ec-navlistRole__navlist {
		margin-bottom: 40px;
	}
	.ec-welcomeMsg {
		font-size: 15px;
	}
	.ec-para-normal {
		font-size: 12px;
	}
	.ec-historyListHeader .ec-historyListHeader__date {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.ec-definitions, .ec-definitions--soft {
		margin: 5px 0;
		font-size: 12px;
	}
	.ec-historyListHeader .ec-historyListHeader__action {
		margin-top: 30px;
	}
	.ec-role {
		margin-left: 0;
		text-align: center;
	}
	.ec-orderConfirm {
		margin-bottom: 20px;
	}
	.ec-navlistRole .ec-navlistRole__item a {
		padding: 10px 5px;
		font-size: 13px;
	}
	.ec-historyRole .ec-historyRole__header {
		width: 100%;
	}
	.ec-historyRole .ec-historyRole__detail {
		width: 100%;
		font-size: 12px;
	}
	.ec-imageGrid .ec-imageGrid__content {
		font-size: 13px;
	}
	.ec-historyRole .ec-historyRole__detail a {
		margin-bottom: 10px;
		padding: 2px;
		width: 90px;
		height: 40px;
		font-size: 12px;
		text-align: center;
	}
	.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
		font-size: 13px;
	}
	.ec-historyListHeader .ec-historyListHeader__action a, .ec-inlineBtn {
		margin: 0 auto;
	}
	.ec-withdrawRole .ec-withdrawRole__title {
		font-size: 18px;
	}
	.ec-withdrawRole .ec-withdrawRole__description {
		font-size: 14px;
	}
	.ec-imageGrid {
		padding: 10px 0;
	}
}
#pup {
	margin: 0 auto;
	width: 640px;
	display: block;
}
@media all and (max-width: 767px) {
	#pup {
		width: 90%;
	}
	#pup iframe {
		width: 100%;
	}

}
.mid-txt {
	margin-top: -85px;
	font-size: 14px;
	text-align: center;
}
@media all and (max-width: 767px) {
	.mid-txt {
		margin-top: 0;
	}
}
.oteraimg{
width: 170px;
}