@charset "UTF-8";

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

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	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;
}

a.tel {
	color: #403A39;
}

/* ---------------------------------------------------------
	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: 60px;
}

.container {
}

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

.pc {
	display: none;
}

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

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

.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: 4vw;
}

.ec-heading {
	height: 180px;
	margin-bottom: 40px;
	background: url(../images/heading_bg.png) center / auto 500px;
	line-height: 180px;
}

.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: 6vw;
	line-height: 1;
}

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

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

.ec-off1Grid {
	margin: 0 20px;
	text-align: left;
}

.ec-off2Grid {
	margin: 0 20px;
}

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

.complete_message {
	margin-bottom: 40px;
	padding: 30px;
	border: solid 1px rgba(191, 185, 174, 0.5);
	text-align: left;
}

.ec-input [type=email],
.ec-input [type=password],
.ec-telInput input {
	width: 100%;
}

.ec-select select {
	width: 100%;
}

.ec-birth select {
	width: calc(33.3% - 1em);
}

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

.ec-checkbox .checkbox {
	width: 45%;
	white-space: nowrap;
}

.ec-label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 500;
}

.ec-login {
	margin-top: 60px;
	padding: 40px 40px;
}

.ec-login:before {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	top: 5px;
	left: 5px;
}

.ec-login__actions {
	margin-bottom: 30px;
}

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

#header {
	width: 100%;
	font-size: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

#header .h_logo {
	display: flex;
	justify-content: space-between;
	height: 55px;
	background: rgba(255, 255, 255, 0.9);
	line-height: 60px;
}

#header .h_logo h1 {
	width: 35vw;
	padding-left: 15px;
}

#header .h_logo img {
	vertical-align: middle;
}

#header .h_logo ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 5vw;
	white-space: nowrap;
}

#header .h_logo ul li:first-of-type {
	margin-left: 0;
}

#header .h_logo ul a {
	display: block;
	height: 55px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	color: #fff;
	position: relative;
}

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

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

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

/* ---------------------------------------------------------
	CSS Document h_swicth
--------------------------------------------------------- */

#header .h_logo ul li.h_swicth {
	width: 52px;
	height: 55px;
	margin-left: 3vw;
	background: #BFB9AE;
	position: relative;
	transition: all .4s;
}

#header.active .h_logo ul li.h_swicth {
	background: #F9F8F8;
}

#header .h_swicth i span {
	display: inline-block;
	width: 20px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	left: 16px;
	transition: all .4s;
}

#header .h_swicth i span:nth-of-type(1) {
	top: 19px;
}

#header .h_swicth i span:nth-of-type(2) {
	top: 26px;
}

#header .h_swicth i span:nth-of-type(3) {
	top: 34px;
}

#header.active .h_swicth i span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
	background: #B7AFA0;
}

#header.active .h_swicth i span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: h_swicth_ani 0.8s forwards;
	animation-fill-mode: both;
}

@keyframes h_swicth_ani {
	100% {
		height: 0;
	}
}

#header.active .h_swicth i span:nth-of-type(3) {
	transform: translateY(-8px) rotate(45deg);
	background: #B7AFA0;
}

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

#navi {
	display: none;
	height: calc(100vh - 55px);
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	background: rgba(64, 58, 57, 0.75);
}

#navi ul {
	padding: 30px;
	background: #F9F8F8;
}

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

#navi address {
	padding: 20px 0 50px;
	background: #F9F8F8;
	font-size: 3vw;
	letter-spacing: 0.5px;
	line-height: 2;
}

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

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

#f_contact {
	margin: 80px 20px 60px;
}

#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: 6vw;
	line-height: 1;
	letter-spacing: 1px;
}

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

#f_contact li:first-of-type {
	height: 122px;
	margin-bottom: 20px;
	padding-top: 26px;
	box-shadow: 0 0 0 1px #BFB9AE inset;
	font-size: 3vw;
	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: 7vw;
	letter-spacing: 2px;
	line-height: 40px;
	color: #403A39;
}

#f_contact li:last-of-type a {
	display: block;
	height: 122px;
	background: #BFB9AE;
	font-weight: 500;
	font-size: 4vw;
	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-top: 50px;
	background: #F9F8F8;
}

#footer .f_logo .logo img {
	width: 180px;
}

#footer .f_logo ul {
	margin: 30px 0;
}

#footer .f_logo li {
	display: inline-block;
	vertical-align: top;
	width: 25px;
	margin: 0 5px;
}

#footer .sp ul {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	text-align: left;
}

#footer .sp li {
	width: 50%;
}

#footer .sp li:nth-of-type(odd) {
	border-right: solid 1px #e0e0e0;
}

#footer .sp li:not(:last-of-type) {
	border-bottom: solid 1px #e0e0e0;
}

#footer .sp a {
	display: block;
	padding-left: 20px;
	font-size: 3vw;
	line-height: 46px;
	color: #403A39;
}

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

#copyright {
	padding: 20px;
	text-align: left;
}

#copyright li {
	margin-bottom: 20px;
}

#copyright li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	font-size: 3vw;
	line-height: 1.6;
	color: #403A39;
}

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

#copyright li span {
	width: calc(100% - 70px);
}

#copyright dl {
	margin-top: 20px;
	font-size: 3vw;
	line-height: 1.8;
}

#copyright address {
	margin-top: 20px;
	font-size: 2.5vw;
}

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

#pagetop {
	display: none;
	width: 46px;
	height: 46px;
	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: 15px;
	right: 15px;
	z-index: 9;
}

#pagetop:before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 2px #BFB9AE;
	border-left: solid 2px #BFB9AE;
	transform: rotate(45deg);
	position: absolute;
	top: 21px;
	left: 18px;
}

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

#top_slider {
	height: 500px;
	margin-bottom: 45px;
	position: relative;
}

#top_slider .top_slider_slick figure {
	height: 500px;
	position: relative;
}

#top_slider .top_slider_slick figure img {
	max-width: 300%;
	height: 500px;
	transform: translateX(-50%);
	position: absolute;
	top: 0;
	left: 50%;
}

#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-right: 20px;
	margin-bottom: 60px;
	margin-left: 20px;
	text-align: left;
}

#top_about .section {
	margin-bottom: 30px;
	padding: 50px 0;
	border: solid 1px #BFB9AE;
	text-align: center;
	position: relative;
	z-index: 0;
}

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

#top_about .section:after {
	content: '';
	width: 50%;
	height: 100%;
	background: url(../images/top_about.png) no-repeat right top / auto 100%;
	position: absolute;
	top: 0;
	right: -40px;
	z-index: -1;
}

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

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

#top_about .article p {
	margin-top: 20px;
	line-height: 2;
}

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

#top_vision {
	margin: 0 20px 60px;
}

#top_vision .article {
	margin-bottom: 20px;
	padding: 50px 0;
	background: #F9F8F8 url(../images/top_vision_bg.png) center / auto 500px;
}

#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: 6vw;
	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: 5vw;
	letter-spacing: 5px;
	line-height: 1.4;
}

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

#top_vision ul li {
	margin-top: 20px;
}

#top_vision ul li a {
	display: block;
	height: 180px;
	overflow: hidden;
	color: #403A39;
	position: relative;
}

#top_vision ul li img {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#top_vision ul li span {
	width: 100%;
	padding-left: 20px;
	background: rgba(255, 255, 255, 0.78);
	text-align: left;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#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: 20px;
}

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

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

#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-weight: 500;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1;
}

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

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

#top_purpose li {
	width: 48%;
	margin: 2% 0;
}

#top_purpose a {
	display: block;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 0 1px #BFB9AE inset;
	font-size: 0;
	line-height: 60px;
	color: #403A39;
}

#top_purpose a span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2em;
	font-size: 3vw;
	line-height: 1.4;
}

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

#top_category {
	margin: 0 20px 60px;
}

#top_category .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-weight: 500;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1;
}

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

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

#top_category li {
	width: 48%;
	margin-top: 30px;
}

#top_category a {
	display: block;
	font-size: 3.5vw;
	color: #403A39;
}

#top_category li figure {
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 15px 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: 50px 20px;
	background: #F9F8F8;
}

#top_news .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-weight: 500;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1;
}

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

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

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

#top_news .ec-newsRole__newsHeading {
	padding-right: 40px;
	position: relative;
}

#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 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
}

#top_news .ec-newsRole__newsDescription {
	display: none;
	margin-top: 15px;
}

#top_news .ec-blockBtn--cancel {
	width: 70%;
	margin: 30px auto 0;
}

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

#top_help {
	padding: 50px 20px;
	background: url(../images/top_vision_bg.png) center / auto 500px;
}

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

#top_help li {
	width: 48%;
	margin: 2% 0;
}

#top_help a {
	display: block;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 0 1px #BFB9AE inset;
	font-size: 3vw;
	line-height: 50px;
	color: #403A39;
}

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

.ec-cartRow__subtotalColumn,
.ec-cartHeader {
	display: none;
}

.ec-cartRow .ec-cartRow__delColumn {
	width: 1.5em;
}

.ec-cartRow .ec-cartRow__img {
	width: 30%;
	padding: 10px;
}

.ec-cartRole .ec-cartRole__total {
	padding: 30px 0;
	font-weight: bold;
	font-size: 4vw;
	line-height: 30px;
}

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

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

.ec-orderRole {
	margin: 0 20px;
}

.ec-orderRole .ec-orderRole__detail {
	margin-bottom: 60px;
}

.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: 4vw;
	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__item {
	font-size: 12px;
	line-height: 1.4;
}

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

.ec-orderDelivery .ec-orderDelivery__actions select {
	width: 12em;
}

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

#gmo_payment_gateway_credit_form dl:not(:last-of-type) {
	margin-bottom: 6vw;
}

#gmo_payment_gateway_credit_form dt {
	margin-bottom: 2vw;
}

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

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

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

#gmo_payment_gateway_credit_form .name_flex {
	display: flex;
	justify-content: space-between;
}

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

#gmo_payment_gateway_credit_form select#shopping_order_credit_pay_methods {
	width: 100% !important;
}

#gmo_payment_gateway_credit_form .note1 {
	margin-top: 1em;
	font-size: 3vw;
}

#gmo_payment_gateway_credit_confirm_form .dl_table dt {
	width: 50% !important;
}

#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 {
	margin: 0 20px;
	text-align: left;
}

.ec-favoriteRole .ec-favoriteRole__item {
	margin-bottom: 4%;
	width: 48%;
	position: relative;
	z-index: 0;
}

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

.ec-favoriteRole .ec-favoriteRole__item-image {
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.ec-orderRole .ec-definitions,
.ec-historyRole .ec-definitions {
	margin: 0;
}

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

.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-color-grey {
	margin-top: 10px;
}

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

#bread ol {
	display: flex;
	padding: 15px 20px;
	text-align: left;
	font-size: 2.5vw;
	line-height: 14px;
}

#bread li {
	margin-right: 8px;
}

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

#bread li:not(:last-of-type):after {
	vertical-align: 1px;
	width: 5px;
	height: 5px;
	margin-left: 7px;
}

#product_list {
	margin: 0 20px;
}

#category_extension_b_footer_contents .copy {
	margin-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1;
}

#category_extension_b_footer_contents p {
	text-align: left;
	line-height: 2;
}

.ec-shelfGrid .ec-shelfGrid__item {
	width: 48%;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-of-type(odd) {
	margin-right: 4%;
}

.ec-shelfGrid .ec-shelfGrid__item figure {
	margin-bottom: 10px;
	position: relative;
}

.ec-shelfGrid .ec-shelfGrid__item figure:before {
	display: block;
	content: '';
	padding-top: 100%;
}

.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 img {
	position: absolute;
	top: 0;
	left: 0;
}

.ec-shelfGrid .ec-shelfGrid__item a {
	display: block;
	text-align: left;
	font-size: 3vw;
	line-height: 1.5;
	color: #403A39;
}

.ec-shelfGrid .ec-shelfGrid__item .name {
	display: block;
}

.ec-shelfGrid .ec-shelfGrid__item .price {
	display: block;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 1px;
}

.ec-shelfGrid .ec-shelfGrid__item .more {
	display: none;
}

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

#detail {
	margin: 20px 20px 50px;
}

#detail .detail_image {
	min-height: 100vw;
	margin-bottom: 20px;
}

#detail .detail_image .slick-dots {
	display: flex;
	justify-content: center;
}

#detail .detail_image .slick-dots li {
	margin: 0 5px;
}

#detail .detail_image .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #BFB9AE;
	font-size: 0;
}

#detail .detail_image .slick-dots .slick-active button {
	background: #000000;
}

#detail .detail_profile {
	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: 6vw;
	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 .favorite {
	margin-top: 20px;
	text-align: center;
}

#detail .detail_profile .favorite a {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	background: url(../images/navi_02.png) no-repeat left / auto 22px;
	font-size: 15px;
	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: 17px;
}

#RelatedProduct {
	margin: 0 20px;
}

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

#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_privacy p {
	font-size: 16px;
	line-height: 1.9;
}

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

#help_guide dl,
#help_tradelaw dl {
	padding-top: 20px;
	padding-bottom: 20px;
}

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

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

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

#help_sitemap a {
	display: block;
	color: #3B3B47;
}

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

#help_sitemap .help_sitemap_article .child {
	margin-left: 3em;
}

#help_sitemap .help_sitemap_section {
	margin-left: 3em;
	padding: 15px 0;
	border-top: solid 1px rgba(191, 185, 174, 0.5);
}

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

#help_sitemap .grandchild {
	margin-left: 3em;
}

#help_sitemap .help_sitemap_article .grandchild {
	margin-left: 6em;
}

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

#help_faq dt {
	min-height: 41px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	padding-left: 45px;
	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: 4vw;
	line-height: 1.4;
	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: 30px;
	line-height: 1;
	color: #B7AFA0;
	position: absolute;
	top: -1px;
	left: 0;
}

#help_faq dd {
	padding-left: 45px;
	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: 4vw;
	line-height: 1.3;
}

#help_system li {
	margin-bottom: 15px;
	margin-left: 1.3em;
	list-style: disc;
}

/* help_products */
#help_products {
	margin: 0 20px;
}

#block_category h3,
#help_products h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 4.5vw;
}

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

#block_category {
	margin-top: 60px;
	padding: 40px 20px;
	background: #F9F8F8;
}

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

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

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

#block_category li {
	width: 49%;
	margin-bottom: 2%;
}

#block_category li:nth-of-type(odd) {
	margin-right: 2%;
}

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

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

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

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

/* ---------------------------------------------------------
	CSS Document block_eyecatch > about
--------------------------------------------------------- */

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

#block_eyecatch .about a {
	display: block;
	height: 200px;
	overflow: hidden;
	background: #F9F8F8 url(../images/top_vision_bg.png) center;
	font-size: 0;
	line-height: 200px;
	color: #403A39;
	opacity: 1;
	position: relative;
	z-index: 0;
}

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

#block_eyecatch .about img {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0.8;
}

@media only screen and (max-width: 408px) {
	#block_eyecatch .about img {
		max-width: 200%;
		height: 100%;
	}
}

#block_eyecatch .about .section {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}

#block_eyecatch .about .ja {
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 1px;
}

#block_eyecatch .about .ec-blockBtn--cancel {
	width: 224px;
	margin: 20px auto 0;
}

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

#block_eyecatch .vision {
	margin: 0 20px;
}

#block_eyecatch .vision ul li {
	margin-top: 20px;
}

#block_eyecatch .vision ul li a {
	display: block;
	height: 180px;
	overflow: hidden;
	color: #403A39;
	position: relative;
}

#block_eyecatch .vision ul li img {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#block_eyecatch .vision ul li span {
	width: 100%;
	padding-left: 20px;
	background: rgba(255, 255, 255, 0.78);
	text-align: left;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 1px;
	line-height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#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: 20px;
}

/* ---------------------------------------------------------
	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;
}

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

.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: 3.5vw;
	line-height: 1;
	color: #DE5D50;
}

.ec-couponRole .ec-borderedDefs dl {
	display: flex;
	align-items: center;
}

.ec-couponRole .ec-borderedDefs dt {
	white-space: nowrap;
	margin-right: 0.5em;
}

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

.ec-couponRole .ec-borderedDefs dd input {
	width: 100%;
}

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

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

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

.ec-couponRole .form-check {
	display: flex;
	align-items: center;
}

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

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

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

