@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

html, body {
	min-width: 1150px;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #403A39;
	position: relative;
}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, a, span, img, figure, figcaption, i, table {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	list-style: none;
}

address, em, i {
	font-style: normal;
}

img {
	vertical-align: top;
	max-width: 100%;
	border: 0;
}

a {
	outline: none;
	text-decoration: none;
	color: #A3618A;
	transition: .4s;
}

a.tel {
	color: #403A39;
}

button {
	cursor: pointer;
	transition: .4s;
}

button:hover,
a:not(.tel):hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

#wrapper {
	overflow: hidden;
	padding-top: 150px;
}

.container {
	width: 1090px;
	margin: 0 auto;
}

.target {
	margin-top: -160px;
	padding-top: 160px;
}

.sp {
	display: none;
}

.ec-pageHeader h1,
.ec-pageHeader h2 {
	margin: 80px 0 40px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
}

.ec-reportHeading {
	margin-bottom: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
}

.ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3,
.ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
	font-weight: 500;
	font-size: 24px;
}

.ec-heading {
	height: 270px;
	margin-bottom: 70px;
	background: url(../images/heading_bg.png) center;
	line-height: 270px;
}

.ec-heading h2 {
	display: inline-block;
	vertical-align: middle;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
}

.ec-heading h2 .kana {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-size: 24px;
	color: #B7AFA0;
}

.ec-heading h2 .name {
	display: block;
}

.ec-off1Grid {
	width: 916px;
	margin: 0 auto;
	text-align: left;
}

.ec-off2Grid {
	width: 742px;
	margin: 0 auto;
}

.ec-off4Grid {
	display: flex;
	justify-content: center;
}

.ec-off4Grid .ec-off4Grid__cell {
	width: 40%;
}

.ec-reportDescription {
	margin-bottom: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 1.8;
}

.complete_message {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	padding: 40px;
	border: solid 1px rgba(191, 185, 174, 0.5);
	text-align: left;
	font-size: 16px;
	line-height: 2;
}

.ec-borderedDefs dl {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	padding: 15px 0;
	border-bottom: solid 1px rgba(191, 185, 174, 0.5);
	font-size: 16px;
}

.ec-borderedDefs dt {
	width: 25%;
}

.ec-borderedDefs dd {
	width: 75%;
}

.ec-addressList .ec-addressList__address {
	width: 80%;
}

.ec-input [type=password],
.ec-telInput input {
	width: 20em;
}

.ec-input [type=email] {
	width: 60%;
}

.ec-birth select {
	width: 7em;
}

.ec-select select {
	min-width: 12em;
}

.ec-birth span {
	display: inline-block;
	margin: 0 5px;
}

.ec-checkbox .checkbox:not(:last-of-type) {
	margin-right: 30px;
}

.ec-label {
	font-weight: 500;
}

.ec-registerRole__actions .ec-checkbox {
	font-size: 16px;
}

.ec-progress {
	width: 600px;
}

.ec-progress .ec-progress__item:after {
	top: 21px;
}

.ec-progress .ec-progress__number {
	width: 42px;
	height: 42px;
	font-size: 20px;
	line-height: 40px;
}

.ec-progress .ec-progress__label {
	font-size: 14px;
}

.ec-login {
	margin-top: 80px;
	padding: 80px 90px;
}

.ec-login h2 {
	margin-bottom: 40px;
	font-size: 24px;
}

.ec-login__actions {
	width: 306px;
	margin: 0 auto 30px;
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header {
	min-width: 1150px;
	width: 100%;
	height: 150px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

#header .container {
	position: relative;
}

#header .h_logo {
	height: 100px;
	padding-top: 35px;
	text-align: left;
}

#header .h_logo h1 {
	display: inline-block;
	vertical-align: top;
	width: 190px;
}

#header .h_logo ul {
	display: inline-block;
	vertical-align: top;
	width: 700px;
	text-align: right;
}

#header .h_logo ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
}

#header .h_logo ul a {
	display: block;
	height: 50px;
	padding-top: 12px;
	text-align: left;
	text-decoration: none;
	color: #fff;
	position: relative;
}

#header .h_logo ul img {
	height: 22px;
}

#header .h_logo ul .h_cart a {
	width: 46px;
}

#header .h_logo ul .h_cart i {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #403A39;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi ul {
	display: flex;
	justify-content: space-around;
}

#navi a {
	display: block;
	height: 50px;
	text-decoration: none;
	font-size: 13px;
	line-height: 40px;
	color: #403A39;
}

#navi address {
	font-size: 10px;
	letter-spacing: 0.5px;
	line-height: 1.6;
	position: absolute;
	top: 30px;
	right: 0;
}

#navi address a {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	padding-left: 25px;
	background: url(../images/h_tel.png) no-repeat left / 20px auto;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 27px;
	letter-spacing: 1px;
	line-height: 34px;
	color: #403A39;
}

/* ---------------------------------------------------------
	CSS Document f_contact
--------------------------------------------------------- */

#f_contact {
	margin: 120px 0;
}

#f_contact .copy .kana {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1px;
}

#f_contact .copy .name {
	display: block;
	margin-bottom: 70px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
}

#f_contact ul {
	display: flex;
	justify-content: space-between;
}

#f_contact li:first-of-type {
	width: 504px;
	height: 122px;
	padding-top: 26px;
	box-shadow: 0 0 0 1px #BFB9AE inset;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.6;
}

#f_contact .tel {
	display: inline-block;
	vertical-align: top;
	height: 42px;
	margin-bottom: 5px;
	padding-left: 40px;
	background: url(../images/f_tel.png) no-repeat left / 30px auto;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 37px;
	letter-spacing: 2px;
	line-height: 40px;
	color: #403A39;
}

#f_contact li:last-of-type a {
	display: block;
	width: 504px;
	height: 122px;
	background: #BFB9AE;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 120px;
	color: #fff;
}

#f_contact li:last-of-type a:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 26px;
	height: 100%;
	margin-right: 10px;
	background: url(../images/f_mail.png) no-repeat left / 26px auto;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	padding: 60px 0 120px;
	background: #F9F8F8;
}

#footer .container {
	display: flex;
	justify-content: space-between;
	text-align: left;
}

#footer .f_logo .logo {
	width: 179px;
}

#footer .f_logo ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

#footer .f_logo li {
	width: 25px;
	margin-right: 10px;
}

#footer .pc {
	display: flex;
}

#footer .pc ul:not(:first-of-type) {
	margin-left: 110px;
}

#footer .pc li {
	margin-bottom: 10px;
}

#footer .pc a {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #403A39;
}

/* ---------------------------------------------------------
	CSS Document copyright
--------------------------------------------------------- */

#copyright {
	padding: 40px 0;
}

#copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	letter-spacing: 1px;
	line-height: 26px;
}

#copyright ul {
	display: flex;
	align-items: center;
}

#copyright li {
	margin-right: 50px;
}

#copyright li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.8;
	color: #403A39;
}

#copyright li img {
	height: 60px;
	margin-right: 15px;
}

#copyright dt {
	font-size: 14px;
}

#copyright dd {
	font-size: 12px;
}

#copyright address {
	font-size: 11px;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
	font-size: 0;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
}

#pagetop:after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: solid 2px #BFB9AE;
	border-left: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 32px;
	left: 28px;
}

#pagetop:hover {
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document top_slider
--------------------------------------------------------- */

#top_slider {
	width: 100%;
	height: 873px;
	margin-bottom: 180px;
	position: relative;
}

#top_slider .slick-slide img {
	margin: 0 auto;
}

#top_slider li a {
	height: 80px;
	text-decoration: none;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 3;
}

#top_slider li a:after {
	content: '';
	width: 40px;
	height: 40px;
	margin-left: -20px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 50%;
	bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document top_about
--------------------------------------------------------- */

#top_about {
	margin-bottom: 120px;
}

#top_about .copy {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	color: #B7AFA0;
}

#top_about h2 {
	margin-bottom: 60px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.4;
}

#top_about .article {
	height: 710px;
	padding: 80px 460px 0 80px;
	border: solid 1px #BFB9AE;
	text-align: left;
	font-size: 15px;
	line-height: 2.8;
	position: relative;
	z-index: 0;
}

#top_about .article:before {
	content: '';
	width: calc(100% - 22px);
	height: calc(100% - 22px);
	border: solid 1px #BFB9AE;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: -1;
}

#top_about .article:after {
	content: '';
	width: 506px;
	height: 710px;
	background: url(../images/top_about.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: -130px;
}

#top_about .article p:last-of-type {
	margin-top: 40px;
}

/* ---------------------------------------------------------
	CSS Document top_vision
--------------------------------------------------------- */

#top_vision .container {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

#top_vision .article {
	width: 527px;
	background: #F9F8F8 url(../images/top_vision_bg.png) center;
}

#top_vision .article:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 100%;
}

#top_vision .section {
	display: inline-block;
	vertical-align: middle;
}

#top_vision .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 28px;
	letter-spacing: 2px;
	line-height: 1;
}

#top_vision h2 {
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 5px;
	line-height: 1.4;
}

#top_vision .section a {
	width: 224px;
	margin: 0 auto;
}

#top_vision ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 530px;
	text-align: left;
}

#top_vision ul li {
	width: 250px;
}

#top_vision ul li:nth-of-type(1),
#top_vision ul li:nth-of-type(2) {
	width: 250px;
	margin-bottom: 40px;
}

#top_vision ul li a {
	display: block;
	color: #403A39;
}

#top_vision ul li span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	position: relative;
}

#top_vision ul li span:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: solid 2px #BFB9AE;
	border-right: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4px;
}

/* ---------------------------------------------------------
	CSS Document top_purpose
--------------------------------------------------------- */

#top_purpose {
	margin-bottom: 100px;
	padding: 120px 0;
	background: url(../images/top_purpose_bg.jpg) no-repeat center / 100% auto;
}

#top_purpose .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1px;
}

#top_purpose h2 {
	display: block;
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
}

#top_purpose ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#top_purpose li {
	width: 250px;
	margin-top: 30px;
}

#top_purpose a {
	display: block;
	height: 70px;
	padding-left: 30px;
	background: #fff;
	box-shadow: 0 0 0 1px #BFB9AE inset;
	text-align: left;
	font-size: 0;
	line-height: 70px;
	color: #403A39;
	position: relative;
}

#top_purpose a:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -5px;
	border-top: solid 2px #BFB9AE;
	border-right: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#top_purpose a span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 3em;
	font-size: 16px;
	line-height: 1.4;
}

/* ---------------------------------------------------------
	CSS Document top_category
--------------------------------------------------------- */

#top_category {
	margin-bottom: 100px;
	text-align: left;
	font-size: 0;
}

#top_category .article {
	display: inline-block;
	vertical-align: top;
	width: 344px;
	text-align: center;
	line-height: 286px;
}

#top_category .section {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#top_category .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1px;
}

#top_category h2 {
	display: block;
	margin-bottom: 30px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
}

#top_category ul {
	display: inline;
}

#top_category li {
	display: inline-block;
	vertical-align: top;
	width: 344px;
	margin: 20px 0 20px 29px;
	text-align: center;
}

#top_category li:nth-of-type(3),
#top_category li:nth-of-type(6) {
	margin-left: 0;
}

#top_category li a {
	display: block;
	font-size: 16px;
	color: #403A39;
}

#top_category li figure {
	height: 250px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 30px 0;
	background: #fff;
	box-shadow: 0 0 0 1px #BFB9AE inset;
}

#top_category li figure img {
	height: 100%;
}

/* ---------------------------------------------------------
	CSS Document top_news
--------------------------------------------------------- */

#top_news {
	padding: 100px 0;
	background: #F9F8F8;
}

#top_news .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 28px;
}

#top_news h2 {
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 2px;
}

#top_news .ec-newsRole__news {
	border-top: solid 1px rgba(191, 185, 174, 0.5);
	text-align: left;
}

#top_news .ec-newsRole__newsItem {
	padding: 30px;
	border-bottom: solid 1px rgba(191, 185, 174, 0.5);
}

#top_news .ec-newsRole__newsHeading {
	display: flex;
	padding-right: 40px;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	transition: .4s;
}

#top_news .ec-newsRole__newsHeading:hover {
	opacity: 0.6;
}

#top_news .ec-newsRole__newsHeading i {
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -6px;
	border-bottom: solid 2px #BFB9AE;
	border-right: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
}

#top_news .ec-newsRole__newsDate {
	padding-right: 40px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 14px;
}

#top_news .ec-newsRole__newsDescription {
	display: none;
}

#top_news .ec-blockBtn--cancel {
	width: 224px;
	margin: 40px auto 0;
}

/* ---------------------------------------------------------
	CSS Document top_help
--------------------------------------------------------- */

#top_help {
	padding: 120px 0;
	background: url(../images/top_vision_bg.png) center;
}

#top_help ul {
	display: flex;
	justify-content: space-between;
}

#top_help li {
	width: 250px;
}

#top_help a {
	display: block;
	height: 70px;
	padding-left: 30px;
	background: #fff;
	box-shadow: 0 0 0 1px #BFB9AE inset;
	text-align: left;
	font-size: 16px;
	line-height: 70px;
	color: #403A39;
	position: relative;
}

#top_help a:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -5px;
	border-top: solid 2px #BFB9AE;
	border-right: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}


/* ---------------------------------------------------------
	CSS Document cart
--------------------------------------------------------- */

.ec-cartTable {
	border-top: 0;
}

.ec-cartHeader {
	display: table-row;
	background: #F4F3F0;
}

.ec-cartHeader .ec-cartHeader__label {
	display: table-cell;
	padding: 16px;
	text-align: center;
	font-weight: 400;
}

.ec-cartRow .ec-cartRow__subtotalColumn {
	display: table-cell;
	width: 16.66666667%;
	border-bottom: solid 1px rgba(183, 175, 160, 0.5);
	text-align: center;
}

.ec-cartRole .ec-cartRole__actions .ec-blockBtn--action {
	width: 344px;
	margin-left: auto;
}

.ec-cartRole .ec-cartRole__total {
	padding: 30px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}

.ec-cartRole .ec-cartRole__totalAmount {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	color: #de5d50;
}

/* ---------------------------------------------------------
	CSS Document order
--------------------------------------------------------- */

.ec-orderRole {
	width: 1090px;
	margin: 0 auto;
	position: relative;
}

.ec-orderRole .ec-orderRole__detail {
	width: 63%;
}

.ec-orderRole .ec-orderRole__summary {
	width: 33%;
	position: absolute;
	top: 0;
	right: 0;
}

.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3,
.ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
	height: 42px;
	margin-bottom: 15px;
	padding: 0 15px;
	background: #F4F3F0;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px;
}

.ec-orderDelivery .ec-orderDelivery__title {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 42px;
	position: relative;
}

.ec-orderDelivery .ec-orderDelivery__change {
	position: absolute;
	right: 0;
	top: 0;
}

.ec-orderDelivery .ec-orderDelivery__actions .ec-select {
	margin-top: 10px;
}

#gmo_payment_gateway_credit_form {
	padding: 20px 20px 15px;
	border: solid 1px rgba(191, 185, 174, 0.5);
}

  #gmo_payment_gateway_credit_form .dl_table {
    width: 100%;
    display: table;
  }
  #gmo_payment_gateway_credit_form .dl_table dl {
    display: table-row;
  }
  #gmo_payment_gateway_credit_form .dl_table dt,
  #gmo_payment_gateway_credit_form .dl_table dd {
    display: table-cell;
    font-weight: normal;
  }
#gmo_payment_gateway_credit_form dt {
	width: 27%;
}

#gmo_payment_gateway_credit_form dd {
	padding: 10px 0;
}

#gmo_payment_gateway_credit_form input#shopping_order_card_no {
	width: 60% !important;
}

#gmo_payment_gateway_credit_form select#shopping_order_expire_month {
	min-width: 80px;
	width: 80px;
	margin-right: 0.5em;
}

#gmo_payment_gateway_credit_form select#shopping_order_expire_year {
	min-width: 80px;
	width: 80px;
	margin-left: 0.5em;
}

#gmo_payment_gateway_credit_form .name_flex {
	display: flex;
}

#gmo_payment_gateway_credit_form .name_flex .inline {
	display: inline-block;
	width: 40%;
	margin-top: 0 !important;
}

#gmo_payment_gateway_credit_form .name_flex .inline:nth-of-type(2) {
	margin-left: 1em;
}

#gmo_payment_gateway_credit_form input#shopping_order_security_code {
	width: 40% !important;
}

#gmo_payment_gateway_credit_form .note1 {
	margin-top: 0.5em;
	font-size: 12px;
}

#shopping_order_payment_type_1_body {
	padding-bottom: 40px;
}

#shopping_order_payment_type_1_body table {
	width: 100%;
	margin: 15px 0;
	border-top: solid 1px rgba(191, 185, 174, 0.5);
}

#shopping_order_payment_type_1_body td {
	padding: 10px;
	border-bottom: solid 1px rgba(191, 185, 174, 0.5);
	letter-spacing: 1px;
}

#shopping_order_payment_type_1_body td:first-of-type {
	width: 20px;
}

#gmo_payment_gateway_credit_form h2 input {
	vertical-align: middle;
	margin-right: 5px;
}

#gmo_payment_gateway_credit_form .ec-borderedDefs {
	border: 0;
}

#gmo_payment_gateway_credit_form .ec-borderedDefs dt {
	font-size: 14px;
}

#gmo_payment_gateway_credit_form .ec-borderedDefs dd p {
	margin-top: 5px;
}

#gmo_payment_gateway_credit_form .ec-borderedDefs dl:first-of-type {
	padding-top: 0;
}

#gmo_payment_gateway_credit_form .ec-borderedDefs dl:last-of-type {
	padding-bottom: 0;
	border: 0;
}

#gmo_payment_gateway_cvs_form .ec-radio p {
	margin-bottom: 15px !important;
	font-size: 16px;
	color: #DE5D50;
}

/* ---------------------------------------------------------
	CSS Document mypage
--------------------------------------------------------- */

.ec-mypageRole {
	width: 1090px;
	margin: 0 auto;
	text-align: left;
}

.ec-favoriteRole .ec-favoriteRole__item {
	width: 23%;
	margin-right: 2.666666666666667%;
	margin-bottom: 2.666666666666667%;
	position: relative;
	z-index: 0;
}

.ec-favoriteRole .ec-favoriteRole__item:nth-of-type(4n) {
	margin-right: 0;
}

.ec-favoriteRole .ec-favoriteRole__item-image {
	height: 251px;
	margin-bottom: 10px;
	position: relative;
	z-index: 0;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
	top: 10px;
	right: 10px;
}

.ec-historyRole .ec-historyRole__detail {
	width: 66.6666%;
}

.ec-historyRole .ec-historyRole__detail {
	width: 66.6666%;
}

.ec-historyRole .ec-historyRole__detail .ec-imageGrid .ec-imageGrid__img {
	width: 115px;
}

.ec-orderDelivery__address p {
	margin-bottom: 15px;
}

.ec-orderMail__link {
	cursor: pointer;
}

.history_back_button .ec-off4Grid {
	justify-content: start;
}

.history_back_button .ec-blockBtn--cancel {
	width: 140px;
	background: #BFB9AE;
	color: #fff;
}

.ec-cardList .table {
	width: 100%;
	margin-bottom: 15px;
}

.ec-cardList .table th {
	padding: 16px 5px;
	background: #F4F3F0;
	text-align: center;
	font-weight: 400;
	line-height: 1.2;
}

.ec-cardList .table td {
	padding: 16px 5px;
	border-bottom: solid 1px rgba(183, 175, 160, 0.5);
	text-align: center;
}

.ec-cardList {
	margin-bottom: 60px;
}

.ec-cardList .ec-text-ac {
	text-align: left;
}

.ec-cardRole .ec-color-grey {
	margin-top: 5px;
}

.ec-cardRole .ec-input [type=text],
.ec-cardRole .ec-input [type=tel] {
	width: 24em;
}

/* ---------------------------------------------------------
	CSS Document product
--------------------------------------------------------- */

#bread ol {
	display: flex;
	width: 1090px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	line-height: 20px;
}

#bread li:first-of-type a {
	width: 24px;
	height: 20px;
	background: url(../images/h_bread.png) left / auto 20px;
}

#category_extension_b_footer_contents {
	width: 740px;
	margin: 0 auto;
}

#category_extension_b_footer_contents .copy {
	margin-top: 70px;
	margin-bottom: 30px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 2px;
	line-height: 1;
}

#category_extension_b_footer_contents p {
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 2.2;
}

.ec-shelfGrid .ec-shelfGrid__item {
	width: 344px;
	margin-right: 29px;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-of-type(3n) {
	margin-right: 0;
}

.ec-shelfGrid .ec-shelfGrid__item .tag {
	height: 30px;
	padding: 0 10px;
	background: #BFB9AE;
	font-weight: 500;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.ec-shelfGrid .ec-shelfGrid__item figure {
	width: 344px;
	height: 344px;
}

.ec-shelfGrid .ec-shelfGrid__item a {
	display: block;
	width: 344px;
	height: 344px;
	padding-top: 110px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #403A39;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

.ec-shelfGrid .ec-shelfGrid__item a:hover {
	opacity: 1;
}

.ec-shelfGrid .ec-shelfGrid__item .name {
	display: block;
	margin-bottom: 15px;
}

.ec-shelfGrid .ec-shelfGrid__item .price {
	display: block;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.ec-shelfGrid .ec-shelfGrid__item .more {
	display: inline-block;
	vertical-align: top;
	width: 224px;
	height: 54px;
	background: #BFB9AE;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 54px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 100px;
}

#detail .detail_image {
	width: 505px;
}

#detail .detail_image figure {
	margin-bottom: 60px;
}

#detail .detail_profile {
	width: 530px;
	text-align: left;
}

#detail .detail_profile .tags {
	margin-bottom: 10px;
}

#detail .detail_profile .tags li {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-right: 10px;
	padding: 0 10px;
	background: #BFB9AE;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	color: #fff;
}

#detail .detail_profile .code {
	margin-bottom: 10px;
	line-height: 1;
}

#detail .detail_profile h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.3;
}

#detail .detail_profile .description_list {
	margin-top: 30px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px rgba(191, 185, 174, 0.5);
	font-size: 16px;
	line-height: 1.8;
}

#detail .detail_profile .price01 {
	margin-bottom: 5px;
}

#detail .detail_profile .viewdata1 {
	margin-right: 10px;
	font-size: 16px;
}

#detail .detail_profile .ec-productRole__price {
	margin-bottom: 30px;
}

#detail .detail_profile .price02 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 24px;
}

#detail .detail_profile .ec-numberInput {
	margin-bottom: 20px;
}

#detail .detail_profile .ec-numberInput [type=number] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	text-align: center;
	font-size: 16px;
}

#detail .detail_profile .action {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#detail .detail_profile .ec-blockBtn--cancel,
#detail .detail_profile .ec-blockBtn--action {
	width: 300px;
}

#detail .detail_profile .favorite a {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	padding-left: 30px;
	background: url(../images/navi_02.png) no-repeat left / auto 22px;
	line-height: 22px;
	color: #403A39;
}

#detail .detail_profile .description_detail {
	margin-top: 60px;
	font-size: 16px;
}

#detail .detail_profile .description_detail h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
}

#RelatedProduct h3 {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
	font-size: 24px;
}

#RelatedProduct .ec-shelfGrid {
	margin-top: 0;
}

/* ---------------------------------------------------------
	CSS Document page
--------------------------------------------------------- */

#help_guide h3,
#help_privacy h3 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
}

#help_guide h3:first-of-type {
	margin-top: 0;
}

#help_guide h4 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 16px;
}

#help_guide h3 + h4 {
	margin-top: 0;
}

#help_guide p,
#help_privacy p {
	font-size: 16px;
	line-height: 1.9;
}

#help_privacy ol li {
	margin-left: 1.3em;
	padding-left: 5px;
	font-size: 16px;
	list-style: decimal;
	line-height: 1.9;
}

#help_guide dt,
#help_tradelaw dt {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
}

#help_guide dd,
#help_tradelaw dd {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.7;
}

#help_guide ul li {
	margin-left: 1.3em;
	font-size: 16px;
	list-style: disc;
	line-height: 1.9;
}

/* help_sitemap */
#help_sitemap {
	line-height: 30px;
}

#help_sitemap a {
	color: #3B3B47;
}

#help_sitemap .help_sitemap_article {
	display: flex;
	padding: 15px 30px;
	border-top: solid 1px rgba(191, 185, 174, 0.5);
}

#help_sitemap .help_sitemap_section {
	display: flex;
	width: 630px;
	margin-left: auto;
	padding: 15px 0;
	border-top: solid 1px rgba(191, 185, 174, 0.5);
}

#help_sitemap .parent {
	width: 256px;
}

#help_sitemap .child {
	width: 324px;
	font-weight: normal;
	font-size: 14px;
}

/* help_faq */
#help_faq dl {
	margin-bottom: 90px;
}

#help_faq dt {
	margin-bottom: 30px;
	padding-left: 50px;
	border-bottom: solid 1px rgba(191, 185, 174, 0.5);
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 60px;
	position: relative;
}

#help_faq dt:before,
#help_faq dd:before {
	content: 'Q.';
	font-family: "Times New Roman", "Noto Serif JP", serif;
	font-weight: 500;
	font-style: italic;
	font-size: 36px;
	line-height: 1;
	color: #B7AFA0;
	position: absolute;
	top: 10px;
	left: 0;
}

#help_faq dd {
	padding-left: 50px;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}

#help_faq dd:before {
	content: 'A.';
	top: 1px;
}

/* help_system */
#help_system h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 24px;
}

#help_system li {
	margin-bottom: 5px;
	margin-left: 1.3em;
	list-style: disc;
	font-size: 16px;
	line-height: 1.8;
}

/* help_products */
#block_category h3,
#help_products h3 {
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
	font-size: 24px;
}

#help_products .ec-shelfGrid {
	margin-top: 0;
	margin-bottom: 100px;
}

#block_category {
	margin-top: 100px;
	padding: 80px 0;
	background: #F9F8F8;
}

#block_category ul {
	display: flex;
	flex-wrap: wrap;
}

#block_category ul a {
	display: block;
	font-size: 16px;
	color: #403A39;
}

#block_category ul:nth-of-type(1) {
	margin-bottom: 40px;
	justify-content: space-between;
}

#block_category ul li {
	width: 250px;
	margin-bottom: 30px;
}

#block_category ul:nth-of-type(1) li a {
	height: 70px;
	padding-left: 30px;
	background: #fff;
	box-shadow: 0 0 0 1px #BFB9AE inset;
	text-align: left;
	font-size: 0;
	line-height: 70px;
	position: relative;
}

#block_category ul:nth-of-type(1) li a:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -5px;
	border-top: solid 2px #BFB9AE;
	border-right: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#block_category ul:nth-of-type(1) li span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 3em;
	font-size: 16px;
	line-height: 1.4;
}

#block_category ul:nth-of-type(2) li {
	margin-right: 30px;
}

#block_category ul:nth-of-type(2) li:nth-of-type(4n) {
	margin-right: 0;
}

#block_category ul:nth-of-type(2) li figure {
	height: 140px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 0 1px #BFB9AE inset;
}

#block_category ul:nth-of-type(2) li figure img {
	height: 110px;
}

/* ---------------------------------------------------------
	CSS Document block_eyecatch > vision
--------------------------------------------------------- */

#block_eyecatch .about ul {
	display: flex;
	margin-bottom: 60px;
}

#block_eyecatch .about li {
	width: 50%;
}

#block_eyecatch .about a {
	display: block;
	height: 314px;
	overflow: hidden;
	background: #F9F8F8 url(../images/top_vision_bg.png) center;
	position: relative;
}

#block_eyecatch .about img {
	max-width: 200%;
	min-width: 660px;
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0.8;
}

#block_eyecatch .about .ja {
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 1px;
	color: #403A39;
	position: absolute;
	top: 110px;
	left: 0;
}

#block_eyecatch .about li:first-of-type .ja {
	color: #fff;
}

#block_eyecatch .about .ec-blockBtn--cancel {
	width: 224px;
	background: #fff;
	transform: translateX(-50%);
	position: absolute;
	top: 170px;
	left: 50%;
}

/* ---------------------------------------------------------
	CSS Document block_eyecatch > vision
--------------------------------------------------------- */

#block_eyecatch .vision {
	margin-bottom: 60px;
}

#block_eyecatch .vision ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}

#block_eyecatch .vision ul li {
	width: 250px;
}

#block_eyecatch .vision ul li a {
	display: block;
	color: #403A39;
}

#block_eyecatch .vision ul li span {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	position: relative;
}

#block_eyecatch .vision ul li span:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -6px;
	border-top: solid 2px #BFB9AE;
	border-right: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 4px;
}

/* ---------------------------------------------------------
	CSS Document ec-couponRole
--------------------------------------------------------- */

.ec-orderCoupon {
	margin-bottom: 40px;
}

.ec-orderCoupon p {
	margin-bottom: 15px;
}

.ec-couponRole .ec-couponRole__text {
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

.ec-couponRole .ec-borderedDefs {
}

.ec-couponRole .form-error-icon {
	display: none;
}

.ec-couponRole .form-error-message {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #DE5D50;
}

.ec-couponRole .ec-borderedDefs {
	margin-bottom: 30px;
}

.ec-couponRole .ec-borderedDefs dl {
	justify-content: center;
}

.ec-couponRole .ec-borderedDefs dt {
	width: auto;
	margin-right: 1em;
}

.ec-couponRole .ec-borderedDefs dd {
	width: auto;
}

.ec-couponRole .ec-borderedDefs dd input {
	width: 320px;
}

.ec-couponRole .ec-borderedDefs dd input.is-invalid {
	border-color: #CF3F34;
	background: #FDF1F0;
}

.ec-couponRole #coupon_use_coupon_use {
	display: none;
	justify-content: center;
	align-items: center;
}

.ec-couponRole #coupon_use_coupon_use.show {
	display: flex;
}

.ec-couponRole .form-check {
	display: flex;
	align-items: center;
	margin: 0 1em;
}

.ec-couponRole .form-check input {
	margin-right: 0.5em;
}

.ec-couponRole .ec-RegisterRole__actions {
	margin-top: 30px;
}

.ec-couponRole .ec-blockBtn--action {
	margin-bottom: 16px;
}

