@charset "UTF-8";

/* wholesale
---------------------------------------------------------------------------*/
#wholesale .page-title {
	margin-bottom: 40px;
}

#wholesale p {
	text-align: justify;
}

.sec-sml-lead {
	margin-bottom: 60px;
	padding-left: 1px;
}

.sec-sml-lead p {
	font-size: 13px;
}

/* .sec-wrap
------------------------------------*/
.sec-wrap {
	margin-bottom: 110px;
	margin-top: -80px;
	padding-top: 80px;
	position: relative;
}

.sec-wrap:last-of-type {
	margin-bottom: 0;
}

.sec-wrap > p {
	font-size: 15px;
	letter-spacing: 0.08em;
}

.sec-wrap h2 {
	margin-bottom: 28px;
}

.sec-wrap.hasbubble h2 {
	transform: translateX(-3px)
}

.sec-wrap h2 strong {
	font-size: 23px;
	font-weight: 400 !important;
	letter-spacing: 0.15em;
}

.sec-wrap h2 em {
	margin-left: 15px;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.sec-wrap .fig-main {
	margin-bottom: 30px;
}

.sec-wrap .fig-main.mb-large {
	margin-bottom: 60px;
}

.sec-wrap .fig-main img {
	display: inline-block;
	width: 100%;
	height: auto;
}

/* .bubble
------------------------------------*/
.sec-wrap .bubble {
	position: absolute;
	right: 3px;
	top: 76px;
	padding: 6px 12px 7px 14px;
	font-size: 12px;
}

_:-ms-lang(x)::-ms-backdrop, .sec-wrap .bubble {
	padding: 11px 12px 5px 14px;
	top: -8px;
}

/* Edge 1 */
@supports (-ms-ime-align: auto) {
	.sec-wrap .bubble  {
		padding: 7px 12px 7px 14px;
	}
}
/* Edge 2 */
_:-ms-lang(x)::backdrop, .sec-wrap .bubble {
	padding: 7px 12px 7px 14px;
}

@media all and (-ms-high-contrast:none){
	.sec-wrap .bubble {
		top: 76px;
	}
}

.bubble::after {
	left: 33%;
}

/* .sub-section
------------------------------------*/
.sub-section {
	clear: both;
	margin-bottom: 50px;
}

.sub-section h3 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin-bottom: 22px;
	transform: translateX(-2px);
}

.sub-section figure {
	float: left;
}

.sub-section .p-block {
	padding-left: 215px;
	transform: translateY(-4px);
	margin-bottom: 20px;
}

.sub-section .p-block p {
	font-size: 13px;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

/* dl
------------------------------------*/
#wholesale dl {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 40px;
}

#wholesale .sub-section dl {
	padding-left: 215px;
	margin: 0 -3px;
}

#wholesale dl > div {
	display: flex;
	border-bottom: solid 1px #DEE6E9;
	padding: 11px 3px 10px;
}

#wholesale dl > div:first-of-type {
	padding-top: 0 !important;
}

#wholesale dl dt {
	width: 100px;
	min-width: 100px;
	font-weight: 600;
	letter-spacing: 0.07em;
}

#wholesale dl dd {
	letter-spacing: 0.07em;
	text-align: justify;
}

#wholesale .sub-section dl dt {
	width: 80px;
	min-width: 80px;
}

#wholesale .wide > div {
	padding-top: 18px;
	padding-bottom: 17px;
}

#wholesale .wide > div:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

#wholesale .wide dt {
	width: 120px;
	min-width: 120px;
	line-height: 1.8;
}

#wholesale .wide dd p,
#wholesale .wide dd address {
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

#wholesale .wide dd address {
	margin: 14px 0 -7px;
}

#wholesale .wide dd p.size-l {
	font-size: 16px;
}


/* .client-list
---------------------------------------------------------------------------*/
.client-list {
	overflow: hidden;
	margin: 40px -15px 0;
}

.client-list li {
	float: left;
	width: calc(100% / 3);
}

.client-list li:nth-of-type(3n) {
	margin-right: 0;
}

.client-list .btn-modal-group {
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: 14px 14px 16px;
	cursor: pointer;
	transition: .2s ease-out;
}

.client-list .btn-modal-group:hover {
	border-color: #D1DDE2;
}

.client-list .inner figure {
	margin-bottom: 16px;
}

.client-list .inner figure img {
	width: 100%;
	height: auto;
}

.client-list .inner h3 {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

@media all and (-ms-high-contrast:none){
	.client-list li {
		width: 33%;
	}
}

/* .modal-client
------------------------------------*/
.modal-client-inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 654px;
	margin: 0 auto;
	padding: 100px 50px;
}

.modal-client-inner h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.modal-client-inner h3 + a {
	display: inline-block;
	margin-top: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

.modal-client-inner figure {
	margin: 30px 0 32px;
}

.modal-client-inner figure img {
	width: 100%;
	height: auto;
}

.modal-client-inner h4 {
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.12em;
}

.modal-client-inner h5 {
	margin-bottom: 26px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.modal-client-inner p {
	margin-bottom: 14px;
	text-align: justify;
}


/* mediaquery
---------------------------------------------------------------------------*/
@media (max-width: 1350px) {
	.sec-wrap > p {
		letter-spacing: 0.06em;
	}
	.sec-wrap .bubble {
		right: -6px;
		padding: 6px 8px 7px 9px;
		font-size: 11px;
	}
	.sec-wrap h2 {
		transform: translateX(-4px);
	}
	.sec-wrap h2 strong {
		font-size: 22px;
		letter-spacing: 0.08em;
	}
	.sec-wrap h2 em {
		letter-spacing: 0.08em;
	}
	.sec-wrap.hasbubble h2 em {
		margin-left: 10px;
	}
}