html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 14px;
	letter-spacing: 0.025em;
	color: #000;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: url(../../img/common/bg-tx.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: center top;
	background-color: transparent;
}
@media (min-width: 1000px) {
	body {
		font-size: 16px;
		letter-spacing: 0.05em;
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* -------------------------------------
common
----------------------------------------*/
a {
	color: inherit;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.ib {
	display: inline-block;
}

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

strong {
	font-weight: 600;
}

.mode_pc,
.mode_pc_ib {
	display: none;
}

.mode_sp {
	display: block;
}

.mode_sp_ib {
	display: inline-block;
}

.tel a, .mail a {
	pointer-events: auto;
	cursor: pointer;
}

.mover {
	transition: opacity 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}
.mover:hover {
	opacity: 0.8;
}

.inner {
	padding: 0 4%;
}
.inner .inner {
	padding: 0;
}

.arrow {
	position: relative;
}
.arrow:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bgColor {
	background-color: #F2F3F7;
}

.moreLink {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding-right: 15px;
}
.moreLink:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	border-color: #000;
	border-style: solid;
	border-width: 0 1px 1px 0;
	height: 10px;
	width: 10px;
	vertical-align: middle;
	transform: rotate(-45deg);
	z-index: 1;
	margin: auto;
}
.moreLink.type02 {
	padding-right: 10px;
}
.moreLink.type02:after {
	border-color: #fff;
}

.note {
	color: #666;
	font-size: 12px;
}

@media (min-width: 768px) {
	.mode_pc {
		display: block;
	}
	.mode_pc_ib {
		display: inline-block;
	}
	.mode_sp,
	.mode_sp_ib {
		display: none;
	}
	.tel a, .mail a {
		pointer-events: none;
	}
	.inner {
		width: 90%;
		max-width: 1240px;
		margin: auto;
		padding: 0;
	}
	.inner02 {
		width: 90%;
		max-width: 1028px;
		margin: auto;
		padding: 0;
	}
	.detailCont {
		padding-bottom: 80px;
	}
	.spaceCont {
		padding: 40px 0;
	}
	.moreLink {
		position: relative;
		font-size: 18px;
		padding-right: 30px;
	}
	.note {
		font-size: 14px;
	}
}
@media (max-width: 350px) {
	body {
		font-size: 13px;
	}
}
/* -------------------------------------
btnBase
----------------------------------------*/
.btnWrap {
	text-align: center;
}
@media (min-width: 768px) {
	.btnWrap.left {
		text-align: left;
	}
	.btnWrap.right {
		text-align: right;
	}
	.btnWrap.flexType {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.btnWrap.flexType .btnBase + .btnBase {
		padding: 0;
		margin-left: 50px;
	}
}

.btnBase a, .btnBase input {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	position: relative;
	width: 80%;
	display: inline-block;
	background-color: #CC3D47;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 10px 0;
	transition: 0.4s ease;
	cursor: pointer;
	border: 1px solid #CC3D47;
}
.btnBase a:before, .btnBase input:before {
	top: 50%;
	transform: translateY(-50%);
	right: -10px;
	position: absolute;
	content: "";
	background-color: #C9A536;
	width: 20px;
	height: 1px;
	transition: all 0.3s ease;
}
.btnBase a:hover, .btnBase input:hover {
	background-color: #fff;
	color: #CC3D47;
}
.btnBase a:hover:before, .btnBase input:hover:before {
	right: -15px;
}
.btnBase.type02 a, .btnBase.type02 input {
	background-color: #C9A536;
	border: 1px solid #C9A536;
}
.btnBase.type02 a:hover, .btnBase.type02 input:hover {
	background-color: #fff;
	color: #C9A536;
}
.btnBase.next a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	z-index: 1;
	margin: auto;
}
.btnBase.next a:hover:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	z-index: 1;
	margin: auto;
}
.btnBase.prev a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	z-index: 1;
	margin: auto;
}
.btnBase.prev a:hover:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	z-index: 1;
	margin: auto;
}
.btnBase.disabled a {
	background-color: #F2F3F7;
	border: 2px solid #F2F3F7;
	pointer-events: none;
}
@media (min-width: 768px) {
	.btnBase a, .btnBase input {
		width: 230px;
		padding: 12px 0;
	}
}
@media (min-width: 769px) {
	.btnBase.wide a, .btnBase.wide input {
		width: 500px;
		padding: 15px 0;
	}
}

.ec-layoutRole .ec-layoutRole__contents {
	padding: 90px 0 60px;
}
#page_homepage .ec-layoutRole .ec-layoutRole__contents {
	padding: 0;
}
@media (min-width: 769px) {
	.ec-layoutRole .ec-layoutRole__contents {
		padding: 140px 0 100px;
	}
}

/* -------------------------------------
header
----------------------------------------*/
.ec-layoutRole__header {
	position: fixed;
	width: 100%;
	z-index: 11;
	position: fixed;
	height: 60px;
}
.ec-layoutRole__header #logo {
	width: 100px;
}
.ec-layoutRole__header #logo .otherLogo {
	width: 220px;
	padding: 10px;
}
@media (min-width: 769px) {
	.ec-layoutRole__header {
		height: 70px;
	}
	.ec-layoutRole__header #logo {
		width: 140px;
	}
	.ec-layoutRole__header #logo .otherLogo {
		width: 268px;
		padding: 5px;
	}
}

.ec-layoutRole {
	background-color: transparent;
}

#page_homepage .ec-layoutRole__header,
#page_user_data .ec-layoutRole__header {
	position: absolute;
	height: auto;
	background-color: transparent;
}
#page_homepage .ec-layoutRole__header #logo .mainLogo,
#page_user_data .ec-layoutRole__header #logo .mainLogo {
	display: block;
	width: 110px;
}
#page_homepage .ec-layoutRole__header #logo .otherLogo,
#page_user_data .ec-layoutRole__header #logo .otherLogo {
	display: none;
}
@media (min-width: 768px) {
	#page_homepage .ec-layoutRole__header #logo,
	#page_user_data .ec-layoutRole__header #logo {
		width: 170px;
	}
	#page_homepage .ec-layoutRole__header #logo .mainLogo,
	#page_user_data .ec-layoutRole__header #logo .mainLogo {
		width: auto;
	}
}

#page_user_data .ec-layoutRole .ec-layoutRole__contents {
	padding-top: 0;
}

.ec-headerNaviRole {
	max-width: inherit;
	padding: 0;
}

.ec-headerNavSP {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.ec-headerNavCart,
.ec-headerNavSP {
	display: block;
	left: auto;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background-color: #C9A536;
	border-radius: 0;
}
.ec-headerNavCart > div, .ec-headerNavCart a,
.ec-headerNavSP > div,
.ec-headerNavSP a {
	display: block;
	position: relative;
	height: 100%;
}
.ec-headerNavCart p, .ec-headerNavCart img,
.ec-headerNavSP p,
.ec-headerNavSP img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}
.ec-headerNavCart img,
.ec-headerNavSP img {
	width: 30px;
}
@media (min-width: 768px) {
	.ec-headerNavCart,
	.ec-headerNavSP {
		display: none;
		width: 70px;
		height: 70px;
	}
	.ec-headerNavCart p,
	.ec-headerNavSP p {
		font-size: 16px;
	}
}

.ec-headerNavCart {
	position: relative;
	right: 60px;
	background-color: #000;
}
@media (min-width: 768px) {
	.ec-headerNavCart {
		right: 70px;
	}
}

.have_curtain .ec-overlayRole {
	display: block;
	z-index: 10;
}
@media (min-width: 768px) {
	.have_curtain .ec-overlayRole {
		display: block;
	}
}

.ec-drawerRole {
	left: auto;
	top: 60px;
	right: 0;
	width: 0;
	transform: none;
	transition: all 0.5s;
	z-index: 100;
}
.ec-drawerRole.is_active {
	width: 85%;
}
.ec-drawerRole .ec-headerCategoryArea p, .ec-drawerRole .ec-headerCategoryArea a {
	display: block;
	white-space: nowrap;
	text-align: left;
}
.ec-drawerRole .ec-headerLinkArea a, .ec-drawerRole .ec-headerLinkArea span {
	white-space: nowrap;
}
.ec-drawerRole .rightNav {
	background-color: #CC3D47;
}
.ec-drawerRole .rightNav > div + div {
	border-top: 1px solid #ccc;
}
.ec-drawerRole .rightNav a {
	display: block;
	color: #fff;
	padding: 16px;
}
@media (min-width: 769px) {
	.ec-drawerRole {
		width: 100%;
		display: block;
		top: 0;
		right: auto;
		left: 0;
		transform: translateX(0);
		background-color: transparent;
		height: auto;
		overflow: hidden;
	}
	.ec-drawerRole.is_active {
		display: block;
		width: auto;
	}
	.ec-drawerRole .ec-headerSearch,
	.ec-drawerRole .ec-headerLinkArea {
		display: none;
	}
	.ec-drawerRole .ec-itemNav__nav {
		position: relative;
		display: flex;
		padding-left: 30px;
	}
	.ec-drawerRole .ec-itemNav__nav:after {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background-image: url(../../img/common/icon-point.svg);
		background-position: center center;
		background-size: cover;
		margin: auto;
	}
	.ec-drawerRole .ec-headerCategoryArea {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 16px 30px;
	}
	.ec-drawerRole .rightNav {
		display: flex;
		justify-content: flex-end;
		background-color: transparent;
		width: 100%;
		padding-top: 10px;
	}
	.ec-drawerRole .rightNav > div {
		min-width: 140px;
		background-color: #fff;
		text-align: center;
		border: 1px solid #CC3D47;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
	}
	.ec-drawerRole .rightNav > div a {
		color: #CC3D47;
	}
	.ec-drawerRole .rightNav > div + div {
		background-color: #CC3D47;
		border: none;
		margin-left: 2px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
	}
	.ec-drawerRole .rightNav > div + div a {
		color: #fff;
	}
	.ec-drawerRole .rightNav a {
		display: block;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		text-align: center;
		padding: 14px 0;
	}
}
@media (min-width: 1000px) {
	.ec-drawerRole .ec-headerCategoryArea {
		flex-wrap: nowrap;
	}
	.ec-drawerRole .rightNav {
		width: auto;
		padding-top: 0;
	}
}

/* -------------------------------------
nav
----------------------------------------*/
.ec-headerRole__navSP {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.ec-drawerRole .ec-headerSearch {
	background-color: #fff;
	padding: 15px;
}

.ec-itemNav__nav {
	width: 100%;
}

.ec-drawerRole,
.ec-drawerRole .ec-headerLinkArea,
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
	background-color: #fff;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
	color: black;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search,
.ec-headerSearch .ec-headerSearch__keyword {
	border-radius: 0;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
	line-height: 1;
	border-bottom: 1px solid #eee;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
	background-color: transparent;
}

.ec-role {
	padding: 0 4%;
}
@media (min-width: 1000px) {
	.ec-role {
		padding: 0;
	}
}

.ec-itemNav__nav li {
	float: none;
}

.ec-headerSearch .ec-headerSearch__keyword {
	width: 100%;
}

.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
	font-size: 16px;
}

@media (min-width: 768px) {
	.ec-drawerRole,
	.ec-drawerRole .ec-headerLinkArea,
	.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
		background-color: transparent;
	}
	.ec-drawerRole {
		position: absolute;
		transition: 0.5s ease;
	}
	.ec-drawerRole.is-fixed {
		position: fixed;
		background-color: rgba(255, 255, 255, 0.8);
		transform: translate(0, -5px);
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
		position: relative;
		background-color: transparent;
		font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
		border-bottom: none;
		padding: 10px 0;
		margin: 0 15px;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a:after {
		content: "";
		display: block;
		position: absolute;
		height: 1px;
		background: #CC3D47;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 6px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		width: 0;
	}
	.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a:hover:after {
		width: 100%;
	}
}
.moreLinkText {
	position: relative;
	text-decoration: underline;
	padding-left: 15px;
}
.moreLinkText:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: solid 1px #C9A536;
	border-right: solid 1px #C9A536;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ec-layoutRole .ec-layoutRole__contents {
	max-width: inherit;
	overflow: hidden;
}

.ec-layoutRole__footer {
	padding: 0;
	background-color: transparent;
	position: relative;
}

.ec-footerRole {
	position: relative;
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	padding: 50px 0 10px;
	margin-top: 0;
	background-image: url(../../img/common/footer-bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-color: transparent;
	border-top: none;
}
.ec-footerRole .ec-footerRole__inner {
	background-image: url(../../img/common/bg-decoration-line02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.ec-footerRole .ec-footerRole__inner img {
	width: 60%;
}
.ec-footerRole:before {
	position: absolute;
	top: -20px;
	left: -10px;
	content: "";
	display: block;
	width: 150px;
	height: 66px;
	background-image: url(../../img/common/illust06.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
}
.ec-footerRole > div {
	position: relative;
	z-index: 1;
}
.ec-footerRole .ec-footerNavi {
	padding-top: 20px;
}
.ec-footerRole .ec-footerNavi + .ec-footerNavi {
	padding-top: 15px;
}
.ec-footerRole .ec-footerNavi li {
	display: inline-block;
	line-height: 1.4;
	padding: 0.5em 1em;
}
.ec-footerRole .ec-footerTitle {
	padding: 80px 0 0;
}
.ec-footerRole p {
	color: #fff;
}
@media (min-width: 769px) {
	.ec-footerRole {
		padding: 180px 0 15px;
	}
	.ec-footerRole:before {
		top: -80px;
		right: 20px;
		width: 400px;
		height: 176px;
	}
	.ec-footerRole .flexBlock {
		justify-content: space-between;
	}
	.ec-footerRole .ec-footerRole__inner img {
		width: auto;
	}
	.ec-footerRole .ec-footerNavi {
		padding-top: 50px;
	}
	.ec-footerRole .ec-footerNavi + .ec-footerNavi {
		padding-top: 15px;
	}
	.ec-footerRole .ec-footerNavi li {
		padding: 0;
	}
	.ec-footerRole .ec-footerNavi li + li:before {
		content: "|";
		margin: 0 10px;
	}
}
@media (min-width: 1400px) {
	.ec-footerRole .footerSiteMapWrap {
		width: 40%;
	}
	.ec-footerRole .footerSiteMap > li {
		width: 40%;
	}
}

/* 
lower
-----------------------------------------------------------------------------*/
/* -------------------------------------
#topic
----------------------------------------*/
#topic {
	display: none;
	padding: 0 15px 50px;
}
#topic li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.6;
}
#topic li + li {
	padding-left: 18px;
	margin-left: 4px;
}
#topic li + li:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	border: 1px solid;
	border-color: #C9A536 #C9A536 transparent transparent;
	transform: rotate(45deg);
	z-index: 1;
}
@media (min-width: 768px) {
	#topic {
		display: block;
		background-color: #fff;
	}
	#topic p {
		font-size: 14px;
		line-height: 1.2;
	}
}

.price02-default {
	padding-bottom: 10px;
}

.ec-halfInput .ec-input + .ec-input {
	padding-top: 10px;
}

/* -------------------------------------
policy-terms
----------------------------------------*/
.policy-terms > p {
	font-size: 17px;
	padding-bottom: 40px;
}
.policy-terms dl {
	padding-bottom: 30px;
}
.policy-terms dl dt {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	padding-bottom: 20px;
}
.policy-terms dl dd p,
.policy-terms dl dd li,
.policy-terms dl dd dt,
.policy-terms dl dd dd {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 0;
}
.policy-terms dl dd p + p,
.policy-terms dl dd dl + p,
.policy-terms dl dd p + dl {
	padding-top: 15px;
}
.policy-terms dl dd li + li {
	padding-top: 5px;
}
.policy-terms dl dd ul {
	padding-top: 5px;
}
.policy-terms dl dd ul + p {
	padding-top: 20px;
}
.policy-terms dl dd dt {
	font-weight: 400;
	font-size: 14px;
}
.policy-terms dl dd dl {
	padding-bottom: 0;
}
.policy-terms dl dd dl + dl {
	padding-top: 10px;
}
.policy-terms dl dt.innerTitle {
	font-weight: 600;
	padding-bottom: 0.5em;
}
@media (min-width: 768px) {
	.policy-terms dl dt {
		font-size: 18px;
	}
	.policy-terms dl dd p,
	.policy-terms dl dd li,
	.policy-terms dl dd dt,
	.policy-terms dl dd dd {
		font-size: 15px;
	}
}

#page_product_list .ec-blockBtn--action {
	line-height: 40px;
	height: 40px;
}

.imageWrap {
	text-align: center;
}

.flexBlock > div + div {
	margin-top: 30px;
}
.flexBlock > div .btnWrap {
	padding-top: 20px;
}
@media (min-width: 768px) {
	.flexBlock {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.flexBlock > div {
		width: 48%;
	}
	.flexBlock > div + div {
		margin-top: 0;
	}
	.flexBlock > div .btnWrap {
		padding-top: 50px;
	}
	.flexBlock .od-1 {
		order: 1;
	}
	.flexBlock .od-2 {
		order: 2;
	}
}

.flexBlock02 > div {
	width: 75%;
	margin: auto;
}
.flexBlock02 > div + div {
	margin-top: 30px;
}
@media (min-width: 768px) {
	.flexBlock02 {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.flexBlock02 > div {
		width: 32%;
		margin: inherit;
	}
	.flexBlock02 > div + div {
		margin-top: 0;
	}
}

.flexBlock03 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flexBlock03 > div {
	width: 49%;
}
.flexBlock03 > div + div {
	margin-top: 0;
}
.flexBlock03 > div .btnWrap {
	padding-top: 50px;
}

.flexBlock04 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.flexBlock04 > div {
	width: 32%;
}

.contentBox {
	padding: 50px 0;
}
.contentBox .boxTitle,
.contentBox .boxTitle02 {
	color: #CC3D47;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.contentBox .boxTitle.pb,
.contentBox .boxTitle02.pb {
	padding-bottom: 15px;
}
.contentBox .boxTitle + .pb,
.contentBox .boxTitle02 + .pb {
	padding-bottom: 15px;
}
.contentBox .boxTitle {
	font-size: 17px;
	line-height: 1.5;
}
.contentBox .boxTitle02 {
	font-size: 14px;
	line-height: 1.5;
}
.contentBox .boxInner {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #CC3D47;
}
.contentBox .boxInner .boxTitle02 {
	padding-bottom: 10px;
}
@media (min-width: 769px) {
	.contentBox {
		padding: 100px 0;
	}
	.contentBox .boxTitle {
		font-size: 30px;
	}
	.contentBox .boxTitle.pb {
		padding-bottom: 30px;
	}
	.contentBox .boxTitle02 {
		font-size: 24px;
	}
	.contentBox .boxTitle02.pb {
		padding-bottom: 30px;
	}
	.contentBox .boxInner {
		margin-top: 30px;
		padding-top: 30px;
	}
	.contentBox .boxInner .boxTitle02 {
		padding-bottom: 20px;
	}
}

/*
contentTitleWrap
---------------------------*/
.contentTitleWrap {
	text-align: center;
	padding-bottom: 20px;
}
.contentTitleWrap .contentTitle {
	position: relative;
	font-size: 18px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	letter-spacing: 0.1em;
	line-height: 1.4;
	padding-bottom: 40px;
}
.contentTitleWrap .contentTitle:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../../img/common/icon-point.svg);
	background-position: center center;
	background-size: cover;
	margin: auto;
}
@media (min-width: 1000px) {
	.contentTitleWrap {
		padding-bottom: 60px;
	}
	.contentTitleWrap.type02 {
		padding-bottom: 60px;
	}
	.contentTitleWrap .contentTitle {
		font-size: 30px;
	}
}
@media (max-width: 350px) {
	.contentTitleWrap .contentTitle {
		font-size: 16px;
	}
}

.linkCircleWrap {
	display: flex;
	justify-content: flex-end;
}
.linkCircleWrap.left {
	justify-content: flex-start;
}

.linkCircle {
	position: relative;
	display: inline-block;
	margin: 15px 0;
	padding-right: 50px;
}
.linkCircle:after {
	position: absolute;
	top: 0;
	right: 13px;
	bottom: 0;
	z-index: 2;
	display: block;
	margin-top: auto;
	margin-bottom: auto;
	content: "";
	width: 10px;
	height: 6px;
	background: url(../../img/common/arrow.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.linkCircle a:after, .linkCircle .noLink:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
	content: "";
	background: #CC3D47;
	border-radius: 50px;
	z-index: 1;
}
.linkCircle a span, .linkCircle .noLink span {
	position: relative;
	font-weight: 600;
	line-height: 1.4;
}
@media (min-width: 1000px) {
	.linkCircle {
		margin: 25px 0;
		padding-right: 80px;
	}
	.linkCircle:after {
		right: 20px;
		width: 20px;
	}
	.linkCircle a:after, .linkCircle .noLink:after {
		width: 60px;
		height: 60px;
	}
}

.bgBox {
	background-color: #F5F0E3;
}

.bgBox02 {
	background-color: #472E12;
	color: #fff;
}
.bgBox02 .boxTitle, .bgBox02 p {
	color: #fff;
}

.ec-newsRole__newsDescription {
	display: none;
}

.ec-newsRole__newsColumn {
	display: flex;
}

.ec-newsRole__newsTitle {
	width: 97%;
}

.ec-newsRole__newsClose {
	width: 3%;
}

.ec-newsRole__newsDate {
	padding-bottom: 5px;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
	margin: 10px 0;
}

.ec-blockTopBtn {
	position: fixed;
	z-index: 10;
	width: 50px;
	height: 50px;
	line-height: normal;
	bottom: 20px;
	right: 20px;
	border-radius: 50px;
	background-color: #CC3D47;
	opacity: 0.8;
}
.ec-blockTopBtn:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 17px;
	right: 20px;
}

.ec-sliderRole {
	max-width: inherit;
	padding: 0;
	margin-bottom: 0;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
	width: auto;
}

.ec-pageHeader {
	position: relative;
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px 0;
	border-top: 1px solid #C9A536;
	border-bottom: 1px solid #C9A536;
	margin-bottom: 20px;
}
.ec-pageHeader:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	display: block;
	background-image: url(../../img/common/bg-decoration-line02.png);
	background-size: contain;
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	height: 90px;
	margin: auto;
	z-index: 0;
}
.ec-pageHeader h1 {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.05em;
	border: none;
	padding: 0;
	margin: 0;
	padding-bottom: 40px;
}
.ec-pageHeader h1::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../../img/common/icon-point.svg);
	background-position: center center;
	background-size: cover;
	margin: auto;
}
@media (min-width: 769px) {
	.ec-pageHeader {
		padding: 30px 0px;
		margin-bottom: 40px;
	}
	.ec-pageHeader h1 {
		font-size: 30px;
	}
}

@media (min-width: 769px) {
	.ec-newsRole__newsHeading {
		display: flex;
		width: 100%;
	}
	.ec-newsRole__newsDate {
		width: 20%;
		padding-bottom: 0;
	}
	.ec-newsRole__newsColumn {
		width: 80%;
	}
}
/* -------------------------------------
.innerWrap
----------------------------------------*/
.innerWrap {
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
	padding-bottom: 40px;
}
.innerWrap > div,
.innerWrap > section {
	flex-basis: 100%;
	width: 100%;
	text-align: center;
}
.innerWrap > div {
	order: 2;
}
.innerWrap > section {
	order: 1;
}
@media (min-width: 768px) {
	.innerWrap {
		justify-content: space-between;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.innerWrap > div {
		flex-basis: 24%;
		width: 24%;
		order: 1;
		padding: 0;
	}
	.innerWrap > section {
		flex-basis: 72%;
		width: 72%;
		order: 2;
	}
}

/* -------------------------------------
#leftNav
----------------------------------------*/
#leftNav {
	padding: 20px 0 0;
}
#leftNav .categoryNav {
	padding-bottom: 30px;
}
#leftNav .categoryNav dt {
	text-align: center;
	background-color: #C9A536;
	font-size: 18px;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 500;
	color: #fff;
	padding: 15px 0;
}
#leftNav .categoryNav dd {
	font-size: 15px;
	padding: 0;
}
#leftNav .categoryNav dd li {
	text-align: left;
	border-bottom: 1px solid #C9A536;
}
#leftNav .categoryNav dd li a {
	display: block;
	padding: 20px 10px;
}
@media (min-width: 768px) {
	#leftNav {
		padding: 0 0 70px;
	}
}
@media (min-width: 769px) {
	#leftNav .categoryNav {
		padding-bottom: 60px;
	}
	#leftNav .categoryNav dt {
		padding: 20px 0;
	}
	#leftNav .categoryNav dd li a {
		padding: 25px 10px;
	}
}

#productListWrap .ec-shelfGrid .ec-shelfGrid__item {
	width: 49%;
}
#productListWrap .ec-shelfGrid .ec-shelfGrid__item p {
	text-align: left;
}
@media (min-width: 769px) {
	#productListWrap .ec-shelfGrid .ec-shelfGrid__item {
		width: 32%;
	}
}

.ec-blockBtn--action {
	border-color: #CC3D47;
	background-color: #CC3D47;
}

#tradelawWrap dl {
	padding: 15px 0;
}
#tradelawWrap dt {
	font-weight: 600;
	padding: 0;
}
#tradelawWrap dd {
	padding-top: 5px;
}
#tradelawWrap dt, #tradelawWrap dd, #tradelawWrap p {
	line-height: 1.8;
}
#tradelawWrap p + p {
	padding-top: 1em;
}
@media (min-width: 769px) {
	#tradelawWrap dl {
		padding: 20px 0;
	}
	#tradelawWrap dd {
		padding-top: 0;
	}
}

.ec-progress .is-complete .ec-progress__number {
	background-color: #CC3D47;
}

.ec-progress .is-complete .ec-progress__label {
	color: #CC3D47;
}

/* -------------------------------------
policy-terms
----------------------------------------*/
.policy-terms > p {
	font-size: 17px;
	padding-bottom: 40px;
}
.policy-terms dl {
	padding-bottom: 30px;
}
.policy-terms dl dt {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	padding-bottom: 20px;
}
.policy-terms dl dd p,
.policy-terms dl dd li,
.policy-terms dl dd dt,
.policy-terms dl dd dd {
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 0;
}
.policy-terms dl dd p + p,
.policy-terms dl dd dl + p,
.policy-terms dl dd p + dl {
	padding-top: 15px;
}
.policy-terms dl dd li + li {
	padding-top: 5px;
}
.policy-terms dl dd ul {
	padding-top: 5px;
}
.policy-terms dl dd ul + p {
	padding-top: 20px;
}
.policy-terms dl dd dt {
	font-weight: 400;
	font-size: 14px;
}
.policy-terms dl dd dl {
	padding-bottom: 0;
}
.policy-terms dl dd dl + dl {
	padding-top: 10px;
}
.policy-terms dl dt.innerTitle {
	font-weight: 600;
	padding-bottom: 0.5em;
}
@media (min-width: 768px) {
	.policy-terms dl dt {
		font-size: 18px;
	}
	.policy-terms dl dd p,
	.policy-terms dl dd li,
	.policy-terms dl dd dt,
	.policy-terms dl dd dd {
		font-size: 15px;
	}
}

.contactBlock {
	position: relative;
	text-align: center;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	background-image: url(../../img/common/contact-bg.jpg);
	background-position: center top;
	background-size: cover;
	padding: 30px 0 80px;
}
.contactBlock .inner {
	position: relative;
	z-index: 1;
}
.contactBlock:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.contactBlock p,
.contactBlock .contentTitle {
	color: #fff;
	font-weight: 600;
}
.contactBlock .contactBtn {
	text-align: center;
	padding-top: 20px;
}
.contactBlock .contactBtn img {
	width: 80%;
	max-width: 420px;
}
.contactBlock .contactBtn > div + div {
	margin-top: 5px;
}
@media (min-width: 768px) {
	.contactBlock {
		margin-top: 100px;
	}
	.contactBlock .contactBtn {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contactBlock .contactBtn img {
		width: auto;
	}
	.contactBlock .contactBtn > div + div {
		margin: 0 0 0 20px;
	}
}
@media (min-width: 769px) {
	.contactBlock {
		padding: 80px 0 180px;
	}
}

.newsDetail {
	padding-bottom: 50px;
}
.newsDetail p,
.newsDetail h2 {
	line-height: 1.6;
	padding-bottom: 1em;
}
.newsDetail .npsr-thumbnail {
	text-align: center;
	padding: 20px 0;
}
.newsDetail .npsr-thumbnail img {
	max-width: 800px;
	width: auto;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	line-height: 1.4;
}

.ec-price {
	color: #CC3D47;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.ec-footerRole {
	margin-top: -50px;
}
@media (min-width: 769px) {
	.ec-footerRole {
		margin-top: -110px;
	}
}

.anchor {
	margin-top: -60px;
	padding-top: 60px;
}
@media (min-width: 769px) {
	.anchor {
		margin-top: -90px;
		padding-top: 90px;
	}
}

/*# sourceMappingURL=common.css.map */