@charset "UTF-8";
/* ==========================================================================
 header ECとは別のCSS
========================================================================== */
.ecLinkItem.ecLinkItem-favorite a {
	pointer-events: none;
}

.ecLinkItem.ecLinkItem-favorite img {
	opacity: 0.38;
}

.header__utilityList li:nth-child(3) a {
	pointer-events: none;
}
.header__utilityList li:nth-child(3) a img {
	opacity: 0.38;
}
.l-wrapper {
	width: 100vw;
	overflow: hidden;
}
/* ==========================================================================
 link and btn
========================================================================== */
.c-link {
	position: relative;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}
.c-link:before {
	position: absolute;
	bottom: -0.15em;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.3s;
}
.c-link:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.link {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}
.link:hover {
	opacity: .7;
}
.btn {
	display: flex;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	/* background-color: transparent; */
	/* border: 1px solid transparent; */
	/* padding: 0.375rem 0.75rem; */
	/* width: fit-content; */
	transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s;
}
.btn.__default {
	min-width: 24rem;
	height: 4.8rem;
}
.btn.__small {
	min-width: 18rem;
	height: 3.5rem;
}
.btn.__fit {
	width: fit-content;
}

.c-link-ex:after {
	content: "";
	display: inline-block;
	background-image: url(https://only-co.cv/assets/images/icon_linkex.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
	vertical-align: text-top;
}

.c-btn-primary {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}
.c-btn-primary.c-link-ex:after {
	background: url(https://only-co.cv/assets/images/icon_linkex_wh.svg) no-repeat center center/contain;
}
.c-btn-primary:hover {
	background-color: #4C4C4C;
}

.c-btn-ghost {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}
.c-btn-ghost.c-link-ex:after {
	background: url(https://only-co.cv/assets/images/icon_linkex_wh.svg) no-repeat center center/contain;
}
.c-btn-ghost:hover {
	background-color: #f2f2ef;
}

/*-link-more -*/
.c-link-more {
	display: inline-block;
	width: fit-content;
	position: relative;
	padding-right: 13px;
	font-size: 1.4rem;
	font-weight: 400;
}
.c-link-more:after {
	content: "";
	display: block;
	background-image: url(https://only-co.cv/assets/images/icon_arrow01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 5px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.c-link-more:hover {
	opacity: 0.6;
}

/*-label -*/
.c-label-new {
	background: #E9E6E1;
	font-size: 1.2rem;
	font-weight: bold;
	display: block;
	width: fit-content;
	height: fit-content;
	padding: 0 0.6em;
	line-height: 1.7;
	letter-spacing: 0.2em;
}

@media (max-width: 767px) {
	.c-label-new {
		display: flex;
		width: 43px;
		height: 18px;
		justify-content: center;
		align-items: center;
	}
}
/* ==========================================================================
 list and box
========================================================================== */
.c-productItem {
	width: 100%;
	max-width: 100%;
	padding-right: calc( 2.4rem * .5);
	padding-left: calc( 2.4rem * .5);
	margin-bottom: 2.4rem;
}

.c-productItemBox {
	display: flex;
	flex-direction: column;
	position: relative;
}
a.c-productItemBox{
	transition:all 1.0s;
}
a.c-productItemBox:hover{
	opacity: 0.7;
}

.c-productItem__content {
	padding-top: 1.6rem;
}

.c-productItem__info01 {
	font-size: 1.4rem;
	position: relative;
}

.c-productItem__brandName {
	font-weight: 500;
	margin-bottom: 0.8rem;
	display: flex;
	justify-content: space-between;
}

.c-label-favorite {
	width: 16px;
	height: 16px;
}
.c-label-favorite img {
	width: 100%;
	height: 100%;
	object-fit: fit-content;
}

.js-product_slider02__link {
	display: block;
}

.c-productItem__prodInfo {
	margin-bottom: 1rem;
	font-size: 1.4rem;
	height: 4.2rem;
	overflow: hidden;
	margin-bottom: 1.6rem;
	text-overflow: ellipsis;
	position: relative;
}
.c-productItem__prodInfo:after, .c-productItem__prodInfo :before {
	content: "...";
	position: absolute;
	right: 0;
	top: 3em;
	-ms-wrap-flow: start;
}
@supports (-webkit-line-clamp: 3) {
	.c-productItem__prodInfo {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}
	.c-productItem__prodInfo p::before, .c-productItem__prodInfo p::after {
		content: normal;
	}
}

@media (max-width: 767px) {
	.c-productItem__prodInfo {
		white-space: normal;
	}
}
.c-productItem__info02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c-productItem__price {
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.c-productItem__price-tax {
	font-size: 12px;
}

.c-productItem__excerpt {
	height: 4.6rem;
	overflow: hidden;
	line-height: 2.3rem;
	margin-bottom: 8px;
	text-overflow: ellipsis;
	font-size: 1.4rem;
	position: relative;
}
.c-productItem__excerpt:after, .c-productItem__excerpt :before {
	content: "...";
	position: absolute;
	right: 0;
	top: 3em;
	-ms-wrap-flow: start;
}
@supports (-webkit-line-clamp: 3) {
	.c-productItem__excerpt {
		-webkit-box-orient: vertical;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}
	.c-productItem__excerpt p::before, .c-productItem__excerpt p::after {
		content: normal;
	}
}
@media(max-width:768px){
	.c-productItem__excerpt {
		white-space: normal;
	}
}
.c-productItem-date {
	font-size: 1.2rem;
	opacity: 0.54;
	letter-spacing: 1px;
}

/*-item number- */
.c-productItemNum {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	background: #fff;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.c-title01 {
	font-size: 2rem;
	font-weight: 500;
}

.c-title02 {
	font-size: 2.4rem;
	font-weight: 400;
}

.c-title03 {
	font-size: 1.6rem;
	font-weight: 500;
	background: #f2f2ef;
	padding: 1.35rem;
}
@media(max-width:768px) {
	.c-title01,.c-title02,.c-title03{
		letter-spacing: 3px;
	}

}
/* ==========================================================================
 article parts
========================================================================== */
/*-topic title header-*/
.c-topic-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
	.c-topic-header {
		flex-direction: column;
	}
	.c-topic-header .c-title01 {
		width: 100%;
		font-size: 16px;
	}
}

.c-topic-header__info {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	position: relative;
	width: fit-content;
}
.c-topic-header__info:after, .c-topic-header__info:before {
	content: "";
	background-color: #9e9e9e;
	width: 1px;
	height: 1em;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.c-topic-header__info:before {
	left: 0;
}
.c-topic-header__info:after {
	right: 0;
}

@media (max-width: 767px) {
	.c-topic-header__more {
		display: none;
	}
}
@media (min-width: 768px) {
	.c-topic-header__more02 {
		display: none;
	}
}
/* c-rwd__box */
.c-rwd__box {
	position: relative;
}

@media (max-width: 767px) {
	.c-rwd__box-parent {
		padding-right: 0;
	}

	.c-rwd__box-parent02 {
		margin-right: -5%;
	}

	.c-rwd__box {
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
	}
	.c-rwd__box .c-rwd__box-inner {
		flex-wrap: nowrap;
		display: flex;
	}
	.c-rwd__box [class*=c-rwd__box-items0] {
		margin-right: calc( 16px * -.5);
		margin-left: calc( 16px * -.5);
	}
	.c-rwd__box [class*=c-rwd__box-items0] > * {
		padding-right: calc( 16px * .5);
		padding-left: calc( 16px * .5);
		flex-shrink: 0;
	}
	.c-rwd__box .c-rwd__box-items01 > * {
		width: calc(248px + 16px);
	}
	.c-rwd__box .c-rwd__box-items02 > * {
		width: calc(144px + 16px);
	}

	.c-rwd__box-btn {
		position: absolute;
		display: block;
		box-sizing: border-box;
		right: 0;
		top: 0;
		width: 40px;
		height: 45px;
		-webkit-animation: 1s ease-out infinite alternate;
		animation: 1s ease-in-out infinite alternate;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 3px 2px;
		z-index: 5;
	}
}
.c-detailSelectTtl {
	margin-bottom: 8px;
	display: block;
}

.c-detailSelect {
	position: relative;
}
.c-detailSelect select {
	border: 1px solid #000;
	padding: 0 16px;
	display: flex;
	height: 48px;
	align-items: center;
	cursor: pointer;
	width: 100%;
}
.c-detailSelect:after {
	content: "";
	background-image: url(https://only-co.cv/assets/images/icon_dropdown.svg);
	background-size: 10px 6px;
	width: 10px;
	height: 6px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	margin: auto;
}

[class^=c-imagebox_] {
	position: relative;
}
[class^=c-imagebox_]:before {
	content: "";
	display: block;
}
[class^=c-imagebox_] .__coverImg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	overflow: hidden;
}
[class^=c-imagebox_] .__coverImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-imagebox_3to4:before {
	padding-top: 133.333333%;
}

.c-imagebox_6to4:before {
	padding-top: 66.666666%;
}

.c-imagebox_4to3:before {
	padding-top: 75%;
}

.c-imagebox_1to1:before {
	padding-top: 100%;
}

.p-top__notice {
	background: #000;
	color: #fff;
	width: 100%;
}
.p-top__notice .l-inner {
	overflow: auto;
}

.p-top__notice-container {
	display: flex;
	padding: 1rem 1rem;
	white-space: nowrap;
	align-items: center;
}

.p-top__notice-date {
	width: 9.6rem;
}

.p-top__notice-txt {
	width: calc(100% - 9.6rem);
}

.p-header__bnr {
	display: flex;
	justify-content: center;
	margin-right: auto;
	background: #a2a2a2;
	width: 100%;
}
.p-header__bnr a {
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	.p-header__bnr {
		height: 64px;
	}

	.p-top__notice-date {
		font-size: 0.8em;
	}
}
.js-product_slider {
	margin-right: calc(2.4rem * -.5);
	margin-left: calc(2.4rem * -.5);
}

.js-product_slider__prev, .js-product_slider__next {
	height: 2.4rem;
	width: 2.4rem;
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	cursor: pointer;
}
.js-product_slider__prev img, .js-product_slider__next img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.js-product_slider__prev:hover img, .js-product_slider__next:hover img {
 opacity: 0.7;
}
.js-product_slider__prev {
	left: 0;
}

.js-product_slider__next {
	right: 0;
}

.js-product_slider-dots {
	display: flex;
	justify-content: center;
}
.js-product_slider-dots button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 2px;
	padding: 4px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	box-sizing: content-box;
}
.js-product_slider-dots button:before {
	display: block;
	background: #9e9e9e;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.js-product_slider-dots .slick-active button:before {
	background: #000;
	content: "";
}
@media (min-width: 768px) {
	.js-product_slider {
		display: none;
	}
	.slick-initialized.js-product_slider {
		display: block;
	}
}
.c-tab {
	display: flex;
	font-size: 1.6rem;
	margin-bottom: 3.2rem;
	margin-right: calc( 3.2rem * -.5);
	margin-left: calc( 3.2rem * -.5);
}

.c-tab-option {
	padding-right: calc( 3.2rem * .5);
	padding-left: calc( 3.2rem * .5);
	opacity: 0.38;
}
.c-tab-option.is-active {
	font-weight: 500;
	opacity: 1;
}
.c-tab-option.is-active > *:before {
	position: absolute;
	bottom: -0.15em;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #333;
	transform-origin: left top;
	transform: scale(1, 1);
}

.c-tab-hasLink {
	display: flex;
	justify-content: space-between;
}

.c-tab-forOption {
	opacity: 0;
	height: 0;
}
.c-tab-forOption > * {
	opacity: 0;
	height: 0;
	pointer-events: none;
}
.c-tab-forOption.is-show {
	opacity: 1;
	height: initial;
	height: auto;
}
.c-tab-forOption.is-show > * {
	opacity: 1;
	height: initial;
	pointer-events: initial;
}
.c-tab-forOption.is-show > * {
	opacity: 1;
	height: initial;
	pointer-events: initial;
}
.c-tab-forOption.is-show .slick-slide {
 display: block!important;

}
@media (max-width: 767px) {
	.c-tab {
		font-size: 12px;
		margin-bottom: 16px;
	}
	.c-tab-option.is-active > *:before {
		height: 1px;
	}
}
.l-footer .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
	margin-bottom: calc(16px * -1);
	margin-right: calc(16px * -.5);
	margin-left: calc(16px * -.5);
}

.l-footer .row {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc( 16px * .5);
	padding-left: calc( 16px * .5);
	margin-bottom: 16px;
}



.row-reverse {
	flex-direction: row-reverse;
}

.col-3 {
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-6 {
	width: 50%;
}

.col-8 {
	width: 66.66666667%;
}

.col-9 {
	width: 75%;
}

.col-12 {
	width: 100%;
}

@media (max-width: 767px) {
	.col-sm-12 {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 768px) {
	.l-footer .row {
		margin-right: -2.4rem;
		margin-left: -2.4rem;
		margin-bottom: calc(2.4rem * -1);
		margin-right: calc(2.4rem * -.5);
		margin-left: calc(2.4rem * -.5);
	}

	.l-footer .row {
		padding-right: calc( 2.4rem * .5);
		padding-left: calc( 2.4rem * .5);
		margin-bottom: 2.4rem;
	}

	.pc-reverse {
		flex-direction: row-reverse;
	}
}
/* ==========================================================================
 vertical-align
========================================================================== */
.u-va-t {
	vertical-align: top !important;
}

.u-va-m {
	vertical-align: middle !important;
}

.u-va-b {
	vertical-align: bottom !important;
}

.u-va-bl {
	vertical-align: baseline !important;
}

/* ==========================================================================
 border
========================================================================== */
.u-br-4 {
	border-radius: 4px;
}

.u-br-8 {
	border-radius: 8px;
}

.u-br-12 {
	border-radius: 12px;
}

.u-br-16 {
	border-radius: 16px;
}

/* border-none */
.u-br-0 {
	border: none;
}

.u-br-t-0 {
	border-top: none;
}

.u-br-r-0 {
	border-right: none;
}

.u-br-b-0 {
	border-bottom: none;
}

.u-br-l-0 {
	border-left: none;
}

/* ==========================================================================
 clearfix
========================================================================== */
.u-cf {
	min-height: 1%;
}
.u-cf:after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}

/* ==========================================================================
 display
========================================================================== */
.u-sp-none {
	display: none;
}

.u-pc-none {
	display: initial;
}

@media screen and (min-width: 768px) {
	.u-pc-none {
		display: none;
	}

	.u-sp-none {
		display: initial;
	}
}
/* ==========================================================================
 float
========================================================================== */
.u-fl-l {
	float: left !important;
}

.u-fl-r {
	float: right !important;
}

.u-fl-n {
	float: none !important;
}

@media screen and (min-width: 768px) {
	.u-fl-l-pc {
		float: left !important;
	}

	.u-fl-r-pc {
		float: right !important;
	}

	.u-fl-n-pc {
		float: none !important;
	}
}
/* ==========================================================================
 font-size
========================================================================== */
.u-text-xs {
	font-size: 1rem;
}

.u-text-sm {
	font-size: 1.2rem;
}

.u-text-base {
	font-size: 1.4rem;
}

.u-text-lg {
	font-size: 1.6rem;
}

.u-text-xl {
	font-size: 1.8rem;
}

.u-text-2xl {
	font-size: 2rem;
}

.u-text-3xl {
	font-size: 2.4rem;
}

.u-text-4xl {
	font-size: 3.2rem;
}
@media(max-width: 768px){
	.u-text-10_sp {
		font-size: 10px!important;
	}
	
	.u-text-12_sp {
		font-size: 12px;
	}
	
	.u-text-14_sp {
		font-size: 14px!important;
	}
	
	.u-text-16_sp {
		font-size: 16px;
	}
	
	.u-text-18_sp {
		font-size: 18px;
	}
	
	.u-text-20_sp {
		font-size: 20px;
	}  

}
@media(min-width: 768px){
}
/* ==========================================================================
 font-weight
========================================================================== */
.u-fw-thin {
	font-weight: 100 !important;
}

.u-fw-light {
	font-weight: 300 !important;
}

.u-fw-regular {
	font-weight: 400 !important;
}

.u-fw-medium {
	font-weight: 500 !important;
}

.u-fw-bold {
	font-weight: 700 !important;
}

.u-fw-black {
	font-weight: 900 !important;
}

/* ==========================================================================
 color
========================================================================== */
.u-clr-gray0 {
	color: #757575;
}

.u-clr-gray1 {
	color: #707070;
}

.u-clr-gray2 {
	color: #9e9e9e;
}

.u-clr-gray3 {
	color: #e9e6e1;
}

.u-clr-gray4 {
	color: #f2f2ef;
}

/* ==========================================================================
 margin
========================================================================== */
.u-ma {
	margin-right: auto !important;
	margin-left: auto !important;
}

.u-ma-r {
	margin-right: auto;
}

/* Right margin */
.u-mr-0 {
	margin-right: 0rem;
}

.u-mr-8 {
	margin-right: 0.8rem;
}

.u-mr-16 {
	margin-right: 1.6rem;
}

.u-mr-24 {
	margin-right: 2.4rem;
}

.u-mr-32 {
	margin-right: 3.2rem;
}

.u-mr-40 {
	margin-right: 4rem;
}

.u-mr-48 {
	margin-right: 4.8rem;
}

.u-mr-56 {
	margin-right: 5.6rem;
}

.u-mr-64 {
	margin-right: 6.4rem;
}
.u-mt-16 {
	margin-top: 1.6rem!important;
}

/* Bottom margin */
.u-mb-0 {
	margin-bottom: 0rem!important;
}

.u-mb-8 {
	margin-bottom: 0.8rem;
}

.u-mb-16 {
	margin-bottom: 1.6rem;
}

.u-mb-24 {
	margin-bottom: 2.4rem!important;
}

.u-mb-32 {
	margin-bottom: 3.2rem;
}

.u-mb-40 {
	margin-bottom: 4rem;
}

.u-mb-48 {
	margin-bottom: 4.8rem;
}

.u-mb-56 {
	margin-bottom: 5.6rem;
}

.u-mb-64 {
	margin-bottom: 6.4rem;
}

.u-mb-72 {
	margin-bottom: 7.2rem;
}

.u-mb-80 {
	margin-bottom: 8rem;
}
@media(max-width:767px){
	.u-mr-sp-0 {
		margin-right: 0!important;
	}
	.u-ml-sp-0 {
		margin-left: 0!important;
	}
	.u-mb-sp-0 {
		margin-bottom: 0!important;
	}
	.u-mb-sp-8 {
		margin-bottom: 8px!important;
	}
	.u-mb-sp-16 {
		margin-bottom: 16px!important;
	}
	.u-mb-sp-24 {
		margin-bottom: 24px!important;
	}
	.u-mb-sp-32 {
		margin-bottom: 32px!important;
	}
	.u-mb-sp-48 {
		margin-bottom: 48px!important;
	}
	.u-mb-sp-64 {
		margin-bottom: 64px!important;
	}
	.u-mb-sp-72 {
		margin-bottom: 72px!important;
	}
	.u-mb-sp-80 {
		margin-bottom: 80px!important;
	}
	.u-mt-sp-8 {
		margin-top: 8px!important;
	}
	.u-mt-sp-24 {
		margin-top: 24px!important;
	}
	.u-mt-sp-48 {
		margin-top: 48px!important;
	}
	.u-mt-sp-80 {
		margin-top: 80px!important;
	}
}
@media(min-width:768px){
	.u-mb-pc-0 {
		margin-bottom: 0!important;
	}
	.u-mb-pc-80 {
		margin-bottom: 8rem!important;
	}
	.u-mb-pc-128 {
		margin-bottom: 12.8rem!important;
	}

}
/* Left margin */
.u-ml-0 {
	margin-left: 0rem;
}

.u-ml-8 {
	margin-left: 0.8rem;
}

.u-ml-16 {
	margin-left: 1.6rem;
}

.u-ml-24 {
	margin-left: 2.4rem;
}

.u-ml-32 {
	margin-left: 3.2rem;
}

.u-ml-40 {
	margin-left: 4rem;
}

.u-ml-48 {
	margin-left: 4.8rem;
}

.u-ml-56 {
	margin-left: 5.6rem;
}

.u-ml-64 {
	margin-left: 6.4rem;
}

/* ==========================================================================
 padding
========================================================================== */
/* Right padding */
.u-pr-0 {
	padding-right: 0rem;
}

.u-pr-8 {
	padding-right: 0.8rem;
}

.u-pr-16 {
	padding-right: 1.6rem;
}

.u-pr-24 {
	padding-right: 2.4rem;
}

.u-pr-32 {
	padding-right: 3.2rem;
}

.u-pr-40 {
	padding-right: 4rem;
}

.u-pr-48 {
	padding-right: 4.8rem;
}

.u-pr-56 {
	padding-right: 5.6rem;
}

.u-pr-64 {
	padding-right: 6.4rem;
}
.u-pt-16{
	padding-top: 16px!important;
}
/* Bottom padding */
.u-pb-0 {
	padding-bottom: 0rem;
}

.u-pb-8 {
	padding-bottom: 0.8rem;
}

.u-pb-16 {
	padding-bottom: 1.6rem;
}

.u-pb-24 {
	padding-bottom: 2.4rem;
}

.u-pb-32 {
	padding-bottom: 3.2rem;
}

.u-pb-40 {
	padding-bottom: 4rem;
}

.u-pb-48 {
	padding-bottom: 4.8rem;
}

.u-pb-56 {
	padding-bottom: 5.6rem;
}

.u-pb-64 {
	padding-bottom: 6.4rem;
}

.u-pb-72 {
	padding-bottom: 7.2rem;
}

.u-pb-80 {
	padding-bottom: 8rem!important;
}

.u-pb-88 {
	padding-bottom: 8.8rem;
}

.u-pb-96 {
	padding-bottom: 9.6rem;
}

/* Left padding */
.u-pl-0 {
	padding-left: 0rem;
}

.u-pl-8 {
	padding-left: 0.8rem;
}

.u-pl-16 {
	padding-left: 1.6rem;
}

.u-pl-24 {
	padding-left: 2.4rem;
}

.u-pl-32 {
	padding-left: 3.2rem;
}

.u-pl-40 {
	padding-left: 4rem;
}

.u-pl-48 {
	padding-left: 4.8rem;
}

.u-pl-56 {
	padding-left: 5.6rem;
}

.u-pl-64 {
	padding-left: 6.4rem;
}

.u-pl-72 {
	padding-left: 7.2rem;
}

.u-pl-80 {
	padding-left: 8rem;
}

.u-pl-88 {
	padding-left: 8.8rem;
}

.u-pl-96 {
	padding-left: 9.6rem;
}

@media screen and (max-width: 767px) {
	/* Top padding */
	.u-pt-sp-0 {
		padding-top: 0px !important;
	}

	.u-pt-sp-8 {
		padding-top: 8px !important;
	}

	.u-pt-sp-16 {
		padding-top: 16px !important;
	}

	.u-pt-sp-24 {
		padding-top: 24px !important;
	}

	.u-pt-sp-32 {
		padding-top: 32px !important;
	}

	.u-pt-sp-40 {
		padding-top: 40px !important;
	}

	.u-pt-sp-48 {
		padding-top: 48px !important;
	}

	.u-pt-sp-56 {
		padding-top: 56px !important;
	}

	.u-pt-sp-64 {
		padding-top: 64px !important;
	}

	.u-pt-sp-72 {
		padding-top: 72px !important;
	}

	.u-pt-sp-80 {
		padding-top: 80px !important;
	}

	.u-pt-sp-88 {
		padding-top: 88px !important;
	}

	.u-pt-sp-96 {
		padding-top: 96px !important;
	}

	.u-pt-sp-104 {
		padding-top: 104px !important;
	}

	.u-pt-sp-112 {
		padding-top: 112px !important;
	}

	.u-pt-sp-120 {
		padding-top: 120px !important;
	}

	.u-pt-sp-128 {
		padding-top: 128px !important;
	}

	.u-pt-sp-136 {
		padding-top: 136px !important;
	}

	.u-pt-sp-144 {
		padding-top: 144px !important;
	}

	/* Right padding */
	.u-pr-sp-0 {
		padding-right: 0px !important;
	}

	.u-pr-sp-8 {
		padding-right: 8px !important;
	}

	.u-pr-sp-16 {
		padding-right: 16px !important;
	}

	.u-pr-sp-24 {
		padding-right: 24px !important;
	}

	.u-pr-sp-32 {
		padding-right: 32px !important;
	}

	.u-pr-sp-40 {
		padding-right: 40px !important;
	}

	.u-pr-sp-48 {
		padding-right: 48px !important;
	}

	.u-pr-sp-56 {
		padding-right: 56px !important;
	}

	.u-pr-sp-64 {
		padding-right: 64px !important;
	}

	.u-pr-sp-72 {
		padding-right: 72px !important;
	}

	.u-pr-sp-80 {
		padding-right: 80px !important;
	}

	.u-pr-sp-88 {
		padding-right: 88px !important;
	}

	.u-pr-sp-96 {
		padding-right: 96px !important;
	}

	.u-pr-sp-104 {
		padding-right: 104px !important;
	}

	.u-pr-sp-112 {
		padding-right: 112px !important;
	}

	.u-pr-sp-120 {
		padding-right: 120px !important;
	}

	.u-pr-sp-128 {
		padding-right: 128px !important;
	}

	.u-pr-sp-136 {
		padding-right: 136px !important;
	}

	.u-pr-sp-144 {
		padding-right: 144px !important;
	}

	/* Bottom padding */
	.u-pb-sp-0 {
		padding-bottom: 0px !important;
	}

	.u-pb-sp-8 {
		padding-bottom: 8px !important;
	}

	.u-pb-sp-16 {
		padding-bottom: 16px !important;
	}

	.u-pb-sp-24 {
		padding-bottom: 24px !important;
	}

	.u-pb-sp-32 {
		padding-bottom: 32px !important;
	}

	.u-pb-sp-40 {
		padding-bottom: 40px !important;
	}

	.u-pb-sp-48 {
		padding-bottom: 48px !important;
	}

	.u-pb-sp-56 {
		padding-bottom: 56px !important;
	}

	.u-pb-sp-64 {
		padding-bottom: 64px !important;
	}

	.u-pb-sp-72 {
		padding-bottom: 72px !important;
	}

	.u-pb-sp-80 {
		padding-bottom: 80px !important;
	}

	.u-pb-sp-88 {
		padding-bottom: 88px !important;
	}

	.u-pb-sp-96 {
		padding-bottom: 96px !important;
	}

	.u-pb-sp-104 {
		padding-bottom: 104px !important;
	}

	.u-pb-sp-112 {
		padding-bottom: 112px !important;
	}

	.u-pb-sp-120 {
		padding-bottom: 120px !important;
	}

	.u-pb-sp-128 {
		padding-bottom: 128px !important;
	}

	.u-pb-sp-136 {
		padding-bottom: 136px !important;
	}

	.u-pb-sp-144 {
		padding-bottom: 144px !important;
	}

	/* Left padding */
	.u-pl-sp-0 {
		padding-left: 0px !important;
	}

	.u-pl-sp-8 {
		padding-left: 8px !important;
	}

	.u-pl-sp-16 {
		padding-left: 16px !important;
	}

	.u-pl-sp-24 {
		padding-left: 24px !important;
	}

	.u-pl-sp-32 {
		padding-left: 32px !important;
	}

	.u-pl-sp-40 {
		padding-left: 40px !important;
	}

	.u-pl-sp-48 {
		padding-left: 48px !important;
	}

	.u-pl-sp-56 {
		padding-left: 56px !important;
	}

	.u-pl-sp-64 {
		padding-left: 64px !important;
	}

	.u-pl-sp-72 {
		padding-left: 72px !important;
	}

	.u-pl-sp-80 {
		padding-left: 80px !important;
	}

	.u-pl-sp-88 {
		padding-left: 88px !important;
	}

	.u-pl-sp-96 {
		padding-left: 96px !important;
	}

	.u-pl-sp-104 {
		padding-left: 104px !important;
	}

	.u-pl-sp-112 {
		padding-left: 112px !important;
	}

	.u-pl-sp-120 {
		padding-left: 120px !important;
	}

	.u-pl-sp-128 {
		padding-left: 128px !important;
	}

	.u-pl-sp-136 {
		padding-left: 136px !important;
	}

	.u-pl-sp-144 {
		padding-left: 144px !important;
	}
}
/* ==========================================================================
 text-align
========================================================================== */
.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}
@media screen and (max-width: 767px) {
	.u-ta-l-sp {
		text-align: left !important;
	}
	.u-ta-c-sp {
		text-align: center !important;
	}
}
@media screen and (min-width: 768px) {
	.u-ta-l-pc {
		text-align: left !important;
	}

	.u-ta-c-pc {
		text-align: center !important;
	}

	.u-ta-r-pc {
		text-align: right !important;
	}
}
/* ==========================================================================
 text-decoration
========================================================================== */
.u-td-u {
	text-decoration: underline !important;
}

.u-td-n {
	text-decoration: none !important;
}

/* ==========================================================================
 text-indent
========================================================================== */
/* ==========================================================================
 width
========================================================================== */
.u-w-auto {
	width: auto !important;
}

.u-w-full {
	width: 100% !important;
}

.u-w-threeQuarter {
	width: 75% !important;
}

.u-w-half {
	width: 50% !important;
}

.u-w-quarter {
	width: 25% !important;
}
/* ==========================================================================
 height
========================================================================== */
@media(max-width:768px){
	.u-h-sp-40 {
		height: 40px!important;
	}
	
}


/* ==========================================================================
 letter-spacing
========================================================================== */
.u-ls-1 {
	letter-spacing: -0.1px;
}

/* ==========================================================================
 cursor
========================================================================== */
.u-cs-pointer {
	cursor: pointer !important;
}

.u-cs-default {
	cursor: default !important;
}

/* ==========================================================================
 background-color
========================================================================== */
.u-bgclr-black {
	background-color: #000 !important;
}

.u-bgclr-white {
	background-color: #fff !important;
}

/* ==========================================================================
 line-height
========================================================================== */
.u-lh-tight {
	line-height: 1.4;
}

.u-lh-relaxed {
	line-height: 1.8;
}

.u-lh-loose {
	line-height: 2;
}

.l-mainArticle {
	padding-top: 0;
	padding-bottom: 12.8rem;
}
.l-mainArticle .c-title02 {
	margin-bottom: 48px;
}
.l-mainArticle a:not(.btn):hover {
	opacity: 0.7;
}
@media (max-width: 767px) {
	.under_page .l-main {
		margin-top: 70px;
	}

	.l-mainArticle .p-rankingTitle {
		margin-bottom: 8px;
		font-size: 16px;
	}
	.l-mainArticle h1:first-child{
		padding-top: 8px;
	}
}
@media (min-width: 768px) {
	.l-mainArticle .p-rankingTitle {
		padding-top: 2.4rem;
	}
}
/*--------------------Ranking page */
/*--ranking */
.p-ranking {
	padding-bottom: 3.6rem;
}
.p-ranking .js-product_slider__prev, .p-ranking .js-product_slider__next {
	margin-top: -90px;
}

.p-search {
	padding-top: 3.6rem;
}

/*--search area */
.p-searchHead {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2.4rem;
}

.p-searchHead-info {
	font-size: 1.2rem;
}

.p-searchHead .__searchButton {
	border: 1px solid #000;
	display: flex;
	width: 20rem;
	height: 4.8rem;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.p-searchHead .__searchButton:after {
	content: "";
	width: 1.6rem;
	height: 1.4rem;
	display: block;
	top: 0;
	bottom: 0;
	background: url(https://only-co.cv/assets/images/underpage/icon_filter.svg) no-repeat center center/100% auto;
	margin-left: 0.8rem;
}

.p-sortUtility {
	display: flex;
	align-items: center;
}

.p-sortSelect {
	display: flex;
	position: relative;
	margin-right: 2.4rem;
}
.p-sortSelect > * {
	position: relative;
	margin-left: 2.4rem;
	margin-right: 2.4rem;
	display: flex;
	align-items: center;
	z-index: 8;
}
.p-sortSelect > * select {
	-webkit-appearance: none;
	appearance: none;
	padding: 1em 0.8rem 1em 0;
	box-sizing: border-box;
	background: #fff;
}
.p-sortSelect .p-changeList {
	width: 63px;
}

.p-searchResult {
	margin-bottom: 1.6rem;
}

.p-searchResultBox {
	margin-bottom: 4.8rem;
}

/** Custom Select **/
.user-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}

.user-select-wrapper select {
	display: none;
}

.user-select {
	position: relative;
	display: inline-block;
}

.user-select-trigger {
	position: relative;
	display: block;
	cursor: pointer;
}

.user-select-trigger:after {
	position: absolute;
	display: block;
	content: "";
	width: 11px;
	height: 16px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(https://only-co.cv/assets/images/underpage/icon_dropdown.svg) no-repeat center center/100% auto;
	transition: all 0.4s ease-in-out;
}

.user-select.opened .user-select-trigger:after {
	transform: scale(1, -1);
}

.user-options {
	position: absolute;
	display: block;
	top: 100%;
	right: 0;
	margin: 0.8rem 0;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
	background: #fff;
	transition: all 0.1s ease-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}

.user-select.opened .user-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
	z-index: 99;
	padding: 0.8rem;
}

.option-hover:before {
	background: #f9f9f9;
}

.user-option {
	position: relative;
	display: block;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	padding: 0.8rem 0;
}

.user-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

.user-option:hover,
.user-option.selection {
	background: #f9f9f9;
}

.p-changeList .user-select {
	width: 63px;
}
.p-changeList .user-option {
	width: 82px;
}

.p-changeNum .user-select {
	width: 78px;
}
.p-changeNum .user-option {
	width: 130px;
	position: relative;
}
.p-changeNum .user-option:before {
	content: "表示件数";
}

/*--search modal*/
.p-searchHead__wrapper {
	position: relative;
}

.search__item-title {
	font-weight: 600;
	margin-bottom: 2.4rem;
}

.search__item-unit {
	margin-bottom: 2.4rem;
}
.search__item-unit label {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding: 0 0 0 24px;
}
.search__item-unit label:before {
	background: #fff;
	border: 1px solid #000;
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.search__item-unit label:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
	background-color: #000;
}
.search__item-unit input:checked + label:after {
	opacity: 1;
}

.p-searchFuncbox {
	position: absolute;
	top: 7.2rem;
	left: 0;
	right: 0;
	z-index: 2;
	background: #fff;
	opacity: 0;
	height: 0;
	width: 1280px;
	margin-top: -50px;
	transition: 0.5s;
	z-index: -2;
}
.is-show .p-searchFuncbox {
	opacity: 1;
	margin-top: 0;
	height: initial;
	width: initial;
	z-index: 2;
}

.p-searchFuncbox__inner {
	border-top: 1px solid #AEAEAE;
	position: relative;
	padding-top: 4.8rem;
	padding-bottom: 4.8rem;
	background: #fff;
	height: 0;
	width: 0;
}
.is-show .p-searchFuncbox__inner {
	opacity: 1;
	height: initial;
	width: initial;
}

.search__form {
	margin-bottom: 4.8rem;
}
.search__form input {
	border: 1px solid #000;
	height: 40px;
	display: flex;
	align-items: center;
	padding: 0.8rem;
}
.search__form.__keyword input {
	width: 100%;
}
.search__form.__price input {
	width: 120px;
	padding-left: 3.2rem;
	background: url(https://only-co.cv/assets/images/txt_en.svg) no-repeat center left 8px;
}
.search__form.__price input::-webkit-input-placeholder {
	color: #9e9e9e;
}
.search__form.__price input:-moz-placeholder {
	color: #9e9e9e;
}
.search__form.__price input::-moz-placeholder {
	color: #9e9e9e;
}
.search__form.__price input:-ms-input-placeholder {
	color: #9e9e9e;
}

.search__form-title {
	margin-bottom: 2.4rem;
}

.search__form-content {
	display: flex;
	align-items: center;
	width: 282px;
	justify-content: space-between;
	white-space: nowrap;
}

.c-closeBtn {
	position: absolute;
	right: 4rem;
	top: 4rem;
	font-size: 12px;
	display: flex;
	align-items: center;
	cursor: pointer;
	white-space: nowrap;
}
.c-closeBtn img {
	margin-left: 4px;
	width: 24px;
	height: 24px;
}

.search__form-enter {
	display: flex;
	justify-content: center;
	margin-top: 2.4rem;
}
.search__form-enter button {
	margin: 0 1.2rem;
}

@media (max-width: 767px) {
	.p-searchFuncbox {
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
	}
	.is-show .p-searchFuncbox {
		overflow: auto;
		height: 100vh;
		z-index: 999;
	}

	.p-searchFuncbox__inner {
		padding-top: 24px;
	}

	.p-searchFuncbox-close {
		top: 24px;
		white-space: nowrap;
	}
	.p-searchFuncbox-close img {
		width: 20px;
		height: 20px;
	}

	.search__item-contInner {
		display: flex;
		flex-wrap: wrap;
	}

	.search__item-title {
		font-size: 14px;
		margin-bottom: 16px;
		font-weight: 500;
		border-top: 1px solid #9e9e9e;
		padding-top: 24px;
	}

	.search__item-unit {
		width: 50%;
		margin-bottom: 16px;
	}
	.search__item-unit .brand_6 {
		letter-spacing: 1px;
	}

	.search__form-title {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 16px;
	}

	.search__form {
		margin-bottom: 24px;
	}
	.search__form.__price .search__form-title {
		border-top: 1px solid #9e9e9e;
		padding-top: 24px;
	}
	.search__form.__price input {
		width: 45%;
	}

	.search__form-content {
		width: 100%;
	}

	.search__form-enter {
		flex-direction: column;
		border-top: 1px solid #9e9e9e;
		padding-top: 24px;
	}
	.search__form-enter button {
		margin: 0 0 24px;
		width: 100%;
	}
}
/*--pagenation */
.p-pagination {
	display: flex;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	justify-content: flex-end;
	align-items: center;
}
.p-pagination .__item {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
	height: 2.4rem;
	overflow: hidden;
}
.p-pagination .nexts, .p-pagination .previews {
	position: relative;
}
.p-pagination .nexts a, .p-pagination .previews a {
	white-space: nowrap;
	overflow: hidden;
	text-indent: 100%;
	padding: 0;
	opacity: 0;
	display: none;
}
.p-pagination .nexts:before, .p-pagination .previews:before {
	width: 2.4rem;
	height: 2.4rem;
	content: "";
	display: block;
	background: url(https://only-co.cv/assets/images/icon_arrow_next.svg) no-repeat center/100% auto;
	cursor: pointer;
}
.p-pagination .previews:before {
	transform: scale(-1, 1);
}

/* ron-customize */
.p-pagination .page-numbers{
	padding: 2px 8px;
	margin: 0 12px;
	display: inline-block;
}
.p-pagination .page-numbers.current{
	font-weight: 600;
}

@media (max-width: 767px) {
	.p-pagination .__item {
		padding-left: 20px;
		padding-right: 20px;
	}
	.p-pagination .page-numbers {
		width: 20px;
		height: 20px;
		padding: 0;
		text-align: center;
	}
}
/*---- slider */
.js-product_slider02__prev, .js-product_slider02__next {
	height: 2.4rem;
	width: 2.4rem;
	display: block;
	position: absolute;
	z-index: 5;
	top: 50%;
	cursor: pointer;
	margin-top: -25px;
}

.js-product_slider02 .js-product_slider02__prev, .js-product_slider02 .js-product_slider02__next {
	opacity: 0;
}
.js-product_slider02:hover .js-product_slider02__prev, .js-product_slider02:hover .js-product_slider02__next {
	transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
	opacity: 1;
}

.js-product_slider02__prev {
	left: 0;
}

.js-product_slider02__next {
	right: 0;
}

.js-product_slider02-dots {
	display: flex;
	justify-content: center;
	margin-top: 1.6rem;
}
.js-product_slider02-dots button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 2px;
	padding: 4px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	box-sizing: content-box;
}
.js-product_slider02-dots button:before {
	display: block;
	background: #9e9e9e;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.js-product_slider02-dots .slick-active button:before {
	background: #000;
}

@media (max-width: 767px) {
	.under_page .c-productItem__info02 {
		flex-direction: column;
		align-items: flex-start;
	}
	.under_page .c-label-new {
		margin-right: auto;
		margin-top: 8px;
	}

	.p-ranking-header {
		flex-direction: column;
	}
	.p-ranking-header .c-topic-header__info {
		order: 1;
		margin-right: auto;
		margin-bottom: 48px;
	}
	.p-ranking-header .c-title01 {
		order: 2;
	}

	.p-searchHead .__searchButton {
		position: fixed;
		right: 8px;
		bottom: 8px;
		width: 64px;
		height: 64px;
		background: #000;
		color: #fff;
		font-size: 10px;
		display: flex;
		flex-direction: column-reverse;
	}
	.p-searchHead .__searchButton:after {
		background: url(https://only-co.cv/assets/images/icon_filter_wh.svg) no-repeat center center/100% auto;
		margin: 0 0 4px;
	}

	.p-searchHead-info {
		width: 50%;
		justify-content: flex-end;
	}

	.p-sortUtility {
		width: 50%;
	}

	.p-sortSelect {
		margin-right: 0;
	}

	.p-sortSelect > * {
		margin-left: 12px;
		margin-right: 12px;
	}
	.p-sortSelect .p-changeList {
		width: 63px;
	}

	.p-changeNum .user-select {
		width: 67px;
	}

	.p-pagination .nexts:before, .p-pagination .previews:before {
		background: url(https://only-co.cv/assets/images/icon_arrow_next.svg) no-repeat center/19px 19px;
	}

	.p-searchFuncbox-title {
		font-size: 16px;
		display: flex;
		justify-content: center;
	}

	.search__form.__keyword {
		position: absolute;
		top: 64px;
	}

	.p-searchFunc__items {
		margin-top: 118px;
	}
}
/*--------------------tailor-made */
/*--intro */
.p-tm__intro-lead {
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
	line-height: 1.8;
}

.p-tm__intro {
	margin-bottom: 4.8rem;
}
.p-tm__intro .__tmPrice {
	margin-bottom: 2.4rem;
}
.p-tm__intro .__tmPrice .__price {
	font-size: 2.4rem;
	font-weight: 500;
}
.p-tm__intro .__tmPrice .__tax {
	font-size: 1.6rem;
}
.p-tm__intro .__tmPrice .__deliver {
	font-size: 2rem;
	font-weight: 500;
	display: block;
}

@media (max-width: 767px) {
	.p-tm__intro-lead {
		font-size: 12px;
	}

	.p-tm__intro .__tmPrice .__price {
		font-size: 16px;
	}
	.p-tm__intro .__tmPrice .__tax {
		font-size: 12px;
	}
	.p-tm__intro .__tmPrice .__deliver {
		font-size: 14px;
		display: inline;
	}

	.__more {
		margin-top: 32px;
	}
	.__more a {
		width: 100%;
	}
}
.p-product__detail {
	padding-top: 2.4rem;
}

@media (max-width: 767px) {
	.p-product__detail {
		padding-top: 0;
	}
}
/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
.product__detailTumbnail img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.product__detailGallery {
	margin: 0 0 5px 0;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
	position: absolute;
	/*絶対配置にする*/
	z-index: 3;
	top: 42%;
	cursor: pointer;
	/*マウスカーソルを指マークに*/
	outline: none;
	/*クリックをしたら出てくる枠線を消す*/
	border-top: 2px solid #ccc;
	/*矢印の色*/
	border-right: 2px solid #ccc;
	/*矢印の色*/
	height: 25px;
	width: 25px;
}

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: 2.5%;
	transform: rotate(-135deg);
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: 2.5%;
	transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.product__detailImg {
	margin-left: -1.2rem;
	margin-right: -1.2rem;
}
.product__detailImg .slick-track {
	width: 100% !important;
}
.product__detailImg li {
	cursor: pointer;
	outline: none;
	width: 16.6666% !important;
	padding: 1.2rem;
}

.product__detailImg li img {
	opacity: 0.4;
	/*選択されていないものは透過40%*/
}

.product__detailImg li.slick-current img {
	opacity: 1;
	/*選択されているものは透過しない*/
}

.product__detailTumbnail {
	margin-bottom: 24px;
}

.product__detailGallery {
	margin-bottom: 1.2rem;
}

.product__detailHead {
	margin-top: 48px;
}

.product__detail-title {
	margin: 1.6rem 0 2.4rem;
}

.product__detail-titleSub {
	font-weight: 700;
	display: block;
}

.product__detail-titleProduct {
	font-size: 1.8rem;
	font-weight: 500;
}

.product__detailPrice {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 2.4rem;
}
.product__detailPrice span {
	font-size: 1.6rem;
}

@media (max-width: 767px) {
	.product__detailImg {
		display: none;
	}

	.c-topic-header__info {
		margin: auto;
	}

	.product__detail__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.product__detailInfo {
		padding-left: 5%;
		padding-right: 5%;
	}

	.product__detailPromote {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.product__detailTumbnail {
		width: 588px;
		margin-bottom: 48px;
	}

	.product__detailInfo {
		width: 564px;
	}

	.product__detailImg .slick-slide {
		height: calc(100px + 2.4rem);
		overflow: hidden;
	}
	.product__detailImg .slick-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.product__detailInfo .c-topic-header__info {
		margin-top: -72px;
		margin-left: auto;
	}
}
.product__detailPromote {
	display: table;
	align-items: center;
	border-left: 1px solid #9e9e9e;
	margin-bottom: 4.8rem;
}
.product__detailPromote > * {
	padding: 0.6rem 2.4rem;
	display: table-cell;
	border-right: 1px solid #9e9e9e;
	vertical-align: middle;
}
.product__detailPromote .__brandName {
	font-size: 16px;
	font-weight: 500;
}

.product__detaiSizeStockInner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.product__detaiSizeStockInner .stock_ofStore a {
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
}

.product__detaiSizeBox {
	position: relative;
	width: 60%;
}
.product__detaiSizeBox:after {
	position: absolute;
	background-image: url(https://only-co.cv/assets/images/icon_arrow01.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 1rem;
	height: 1rem;
	right: 1.5rem;
	top: 2.2rem;
	content: "";
	transition: transform 0.3s;
	z-index: 20;
	transform: rotate(90deg);
}

.product__selectSize {
	font-size: 16px;
	letter-spacing: 0.2rem;
	display: flex;
	height: 48px;
	align-items: center;
	width: 100%;
	cursor: pointer;
	border: 1px solid #000;
	padding: 0 16px;
}

.product__detailSizeStock .stock_status {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 1rem;
}

@media (max-width: 767px) {
	.product__detailPromote > * {
		padding-left: 5px;
		padding-right: 5px;
	}
	.product__detailPromote .__brandName {
		font-size: 12px;
	}
	.product__detailPromote .__description {
		font-size: 10px;
	}

	.product__detailSizeStock .stock_status {
		width: 80px;
		text-align: center;
	}

	.product__detaiSizeBox {
		width: calc(100% - 100px);
		margin-right: 20px;
		margin-bottom: 16px;
	}

	.product__detaiSizeStockInner {
		margin-bottom: 16px;
	}
	.product__detaiSizeStockInner .stock_ofStore {
		width: 100%;
	}
}
.purchased_sizeCont {
	margin-top: 0.8rem;
	display: flex;
	justify-content: space-between;
	background: #F2F2EF;
	padding: 1rem;
	font-size: 1.2rem;
	margin-bottom: 48px;
}

.purchased_size-detail {
	font-size: 1.6rem;
}

.purchased_sizeText {
	margin-bottom: 4.8rem;
}

.purchased_size-detailTime {
	margin-top: auto;
}
.purchased_size-detailTime span {
	font-size: 1.4rem;
}

@media (max-width: 767px) {
	.purchased_sizeCont {
		flex-direction: column;
	}
	.purchased_sizeCont time {
		margin-left: auto;
	}
}
.hemmingUp {
	margin-bottom: 48px;
}

.hemmingUp_lable {
	border: 1px solid #000;
	font-size: 16px;
	position: relative;
	height: 48px;
	display: flex;
	align-items: center;
	padding: 16px;
	cursor: pointer;
}
.hemmingUp_lable:after {
	content: "";
	background-image: url(https://only-co.cv/assets/images/icon_arrow_plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 16px;
}
.hemmingUp_lable.is-active:after {
	background-image: url(https://only-co.cv/assets/images/icon_arrow_minus.png);
}

.hemming__UpContent {
	border: 1px solid #000;
	padding: 16px 16px 24px;
	margin-top: -1px;
	display: none;
}

.hemming__UpTxt {
	font-size: 1.2rem;
	margin-bottom: 2.4rem;
}

.hemmingUp__select-title {
	margin-bottom: 8px;
	display: block;
}

.product__detailSizeStock label {
	margin-bottom: 8px;
	display: block;
}

.hummingSelectWrap {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}

.hemmingUp__select {
	width: 256px;
	padding: 0 8px;
}
.measure__methodLink {
	margin-top: 24px;
}
.measure__methodLink a {
	padding-bottom: 4px;
	border-bottom: 1px solid #000;
}

.select__quantity {
	width: 156px;
	margin-bottom: 4.8rem;
}

.select_and_favorite {
	display: flex;
	flex-wrap: wrap;
	margin-top: 4.8rem;
	margin-bottom: 4.8rem;
}

.select__buyButton {
	margin-bottom: 8px;
	width: 50%;
}

.select__buyTime {
	width: 50%;
	order: 2;
	float: left;
}

.select__favorite {
	width: 48%;
}

.select__favoriteBtn {
	width: fit-content;
	position: relative;
	display: flex;
	align-items: center;
}
.select__favoriteBtn:before {
	content: "";
	display: block;
	background: url(https://only-co.cv/assets/images/icon_favorite.svg) no-repeat center center/contain;
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

@media (max-width: 767px) {
	.hemmingUp {
		margin-bottom: 32px;
	}

	.select__quantity {
		width: 50%;
	}

	.select__buyButton {
		width: 100%;
	}
	.select__buyButton .btn {
		width: 100%;
	}

	.select__buyTime {
		margin-left: auto;
		text-align: right;
	}
}
@media (min-width: 768px) {
	.select__favorite {
		order: 1;
		float: right;
		height: 48px;
		display: flex;
		align-items: center;
	}

	.select__favoriteBtn {
		margin-left: auto;
	}
}
.detailMember {
	margin-bottom: 4.8rem;
}

.detailMemberSpecialTtl {
	background-color: #f2f2ef;
	font-size: 1.6rem;
	padding: 1rem 16px;
	border: 1px solid #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}
.detailMemberSpecialTtl:after {
	content: "";
	background-image: url(https://only-co.cv/assets/images/icon_arrow_plus.png);
	background-position: center center;
	background-size: contain;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 16px;
}
.detailMemberSpecialTtl.is-active:after {
	background-image: url(https://only-co.cv/assets/images/icon_arrow_minus.png);
}

.detailMemberSpecialCont {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 16px 16px 0;
	display: none;
}

.detailMemberSpecial .detail-specialItem {
	margin-bottom: 10px;
}
.detailMemberSpecial .detail-specialItem:last-child .__item {
	border-bottom: none;
}
.detailMemberSpecial .__itemNum {
	font-size: 16px;
	position: relative;
	margin-right: 12px;
	display: flex;
	align-items: center;
}
.detailMemberSpecial .__itemNum:after {
	content: "";
	width: 1px;
	height: 3.8rem;
	background-color: #AEAEAE;
	display: inline-block;
	margin-left: 1.6rem;
}
.detailMemberSpecial .__item {
	height: 50px;
	display: flex;
	border-bottom: 1px solid #AEAEAE;
	align-items: center;
}
.detailMemberSpecial .__itemTxt {
	align-items: center;
}

@media (max-width: 767px) {
	.detailMemberSpecialCont {
		padding-left: 12px;
		padding-right: 12px;
	}

	.detailMemberSpecial .__itemTxt .u-text-4xl {
		font-size: 24px;
	}
	.detailMemberSpecial .__itemTxt .u-text-xl {
		font-size: 14px;
	}

	.detail-detail-specialItem:nth-child(2) .__itemTxt {
		letter-spacing: -0.1px;
	}
}
@media (min-width: 768px) {
	.detailMemberSpecial .detail-specialItem {
		margin-bottom: 10px;
	}
	.detailMemberSpecial .detail-specialItem:last-child .__item {
		border-bottom: none;
	}
	.detailMemberSpecial .__itemNum {
		font-size: 24px;
		margin-right: 1.6rem;
	}
	.detailMemberSpecial .__itemNum:after {
		margin-left: 1.6rem;
	}
	.detailMemberSpecial .__item {
		height: 52px;
	}
	.detailMemberSpecial .__itemTxt {
		display: flex;
	}
}
.prodInfo__tab {
	display: flex;
	align-items: center;
	padding-bottom: 2.4rem;
	border-bottom: 1px solid #9e9e9e;
}
.prodInfo__tab li {
	height: 40px;
	color: #9e9e9e;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.prodInfo__tab li.is-active {
	color: #000;
}
.prodInfo__tab li.is-active:before {
	content: "";
	height: 2px;
	background: #000;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
}
.prodInfo__tab li:first-child {
	margin-right: 48px;
}
.prodInfo__tab li:first-child:after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
	background: #AEAEAE;
	position: absolute;
	right: -48px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.prodInfo__tab li:nth-child(2) {
	margin-left: 48px;
}

.prodInfoDescCont {
	padding-top: 2.4rem;
	display: none;
}
.prodInfoDescCont.is-show {
	display: block;
}

.prodInfoDescTxt {
	padding-bottom: 2.4rem;
}

.prodInfoDetail {
	border-top: 1px solid #9e9e9e;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prodInfoDtItem {
	display: flex;
	padding: 2.4rem 0;
	border-bottom: 1px solid #9e9e9e;
	width: 100%;
}

.prodInfoDtTtl {
	width: 78px;
}

.detail_stylingTtl {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 24px;
}

.detail_stylingInfo {
	font-size: 12px;
}
.detail_stylingInfo dt {
	font-weight: 500;
}
.detail_stylingInfo dd {
	letter-spacing: -0.001px;
	color: #757575;
}

@media (max-width: 767px) {
	.detail_styling {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media (min-width: 768px) {
	.detail_styling {
		width: 588px;
	}

	.prodInfoDtItem.__harf {
		width: 270px;
	}
}
.c-table01 {
	width: 100%;
	white-space: nowrap;
}
.c-table01 th, .c-table01 td {
	padding: 2px;
	border: solid 1px #AEAEAE;
}
.c-table01 th {
	background: #f2f2ef;
	text-align: center;
}

.prodInfoDescCont .prodInfoTbl thead {
	font-size: 12px;
}
.prodInfoDescCont .prodInfoTbl tbody td, .prodInfoDescCont .prodInfoTbl tbody th {
	padding: 12px 5px;
	text-align: center;
}

.prodInfotblWrap {
	margin-bottom: 24px;
}

.prodInfoForSize {
	margin-bottom: 24px;
}
.prodInfoForSize a {
	border-bottom: 1px solid #000;
	padding-bottom: 4px;
}

.prodInfoForHelp {
	background: #f2f2ef;
	padding: 2.4rem 1.6rem;
}

.prodInfoGuide {
	display: flex;
	flex-wrap: wrap;
	margin: 2.4rem 0;
}

.prodInfoGuideBox:nth-child(2) {
	margin-left: 1.6rem;
}
.prodInfoGuideBox:nth-child(2) .prodInfoSelect {
	width: 200px;
}
.prodInfoGuideBox:nth-child(1) .prodInfoSelect {
	width: 176px;
}
.prodInfoGuideBox select {
	font-size: 16px;
	background: #fff;
}

.prodInfoResultTxt {
	font-size: 3.2rem;
	border-bottom: 1px solid #000;
	height: 4.8rem;
	margin-left: 1.6rem;
	width: 124px;
	text-align: center;
}

@media (max-width: 767px) {
	.prodInfoGuideBox {
		width: 50%;
	}
	.prodInfoGuideBox:nth-child(1) {
		padding-right: 4px;
	}
	.prodInfoGuideBox:nth-child(2) {
		padding-left: 4px;
		margin-left: 0;
	}
	.prodInfoGuideBox:nth-child(1) .prodInfoSelect, .prodInfoGuideBox:nth-child(2) .prodInfoSelect {
		width: 100%;
	}
	.prodInfoGuideBox select {
		font-size: 12px;
		height: 40px;
	}

	.prodInfoResult {
		display: flex;
		align-items: flex-end;
	}

	.prodInfoResultTxt {
		font-size: 20px;
		text-align: left;
		margin-top: 24px;
		height: 34px;
	}
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}

.modal__bg {
	background: rgba(0, 0, 0, 0.38);
	height: 100vh;
	position: absolute;
	width: 100%;
}

.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	max-height: 100vh;
	overflow: auto;
}

.productDetailSizeModal .c-closeBtn {
	top: 1.6rem;
	right: 1.6rem;
}

.productDetailSizeModal .row {
	margin-left: -2.4rem;
	margin-right: -2.4rem;
	margin-bottom: 0;
}
.productDetailSizeModal .row .col-md-4 {
	padding-right: 2.4rem;
	padding-left: 2.4rem;
}
.productDetailSizeModal .modalInfo > dt {
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: 1px solid #9e9e9e;
	padding-bottom: 1.6rem;
}
.productDetailSizeModal .modalInfo > dd figure {
	padding: 1.6rem 0;
}
.productDetailSizeModal .modalInfo > dd dl {
	border-top: 1px solid #9e9e9e;
	padding: 1.6rem 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 2.3;
}
.productDetailSizeModal .modalInfo > dd dl dt {
	width: 68px;
}
.productDetailSizeModal .modalInfo > dd dl dd {
	width: calc(100% - 68px);
}

@media (min-width: 768px) {
	.modal__content {
		width: 996px;
	}

	.productDetailSizeModal .modalInfo > dd dl {
		font-size: 12px;
	}
}
.login__area {
	padding-bottom: 6.4rem;
}

.login-formlist .__login-title {
	margin-bottom: 1.6rem;
}
.login-formlist .__login-input {
	margin-bottom: 3.2rem;
}
.login-formlist .__login-input input {
	width: 100%;
	height: 44px;
	border: 1px solid #000;
	padding: 0.8rem;
	display: flex;
	align-items: center;
}
.login-formlist input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s !important;
}

.login_forgot {
	margin-bottom: 4.8rem;
}

.login_forgotItem {
	margin-bottom: 3.2rem;
}
.login_forgotItem a {
	padding-bottom: 0.8rem;
}
.login_forgotItem a:before {
	content: "";
	height: 1px;
	width: 100%;
	background: #000;
	position: absolute;
	bottom: 0;
}

.login__snsLogin {
	padding-top: 2rem;
}

.login__snslogin-item {
	padding: 1.6rem 0;
}
.login__snslogin-item a {
	width: 100%;
	height: 44px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	font-size: 1.6rem;
	padding: 0.8rem;
	position: relative;
}
.login__snslogin-item a:after {
	content: "";
	display: block;
	background: url(https://only-co.cv/assets/images/icon_arrow01.svg) no-repeat center center/contain;
	height: 11px;
	width: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 1.6rem;
}
.login__snslogin-item .__img {
	display: block;
	margin-right: 1.6rem;
	width: 3.2rem;
	height: 3.2rem;
}
.login__snslogin-item .__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.login__newEntry {
	border-top: 1px solid #000;
	padding-top: 6.4rem;
}

.login__newEntryLink {
	margin-bottom: 4.8rem;
}

.p-memberSpecial {
	max-width: 996px;
	margin: auto auto 4.8rem;
}

.p-memberSpecialTtl {
	background-color: #f2f2ef;
	font-size: 1.6rem;
	padding: 1rem;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-memberSpecialCont {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2.4rem;
}

.p-memberSpecial .__item {
	display: flex;
	border-bottom: 1px solid #AEAEAE;
}
.p-memberSpecial .__itemNum {
	font-size: 2.4rem;
	position: relative;
	margin-right: 1.6rem;
	display: flex;
	align-items: center;
}
.p-memberSpecial .__itemNum:after {
	content: "";
	width: 1px;
	height: 3.8rem;
	background-color: #AEAEAE;
	display: inline-block;
	margin-left: 1.6rem;
}

.specialItem {
	margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
	.p-memberSpecialCont {
		padding: 16px;
		letter-spacing: 1px;
	}

	.p-memberSpecial .__item {
		padding-bottom: 16px;
	}
	.p-memberSpecial .__itemNum {
		font-size: 16px;
	}
	.p-memberSpecial .__itemTxt .u-text-4xl, .p-memberSpecial .__itemTxt .u-text-3xl {
		font-size: 20px;
	}
	.p-memberSpecial .__itemTxt .u-text-xl {
		font-size: 12px;
	}

	.p-memberSpecialTtl {
		font-size: 14px;
		height: 48px;
	}

	.login-formlist .__login-input {
		margin-bottom: 24px;
	}

	.login__newEntryLink a,
.login_btn a, .login__notEntry a {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.login__area {
		padding-bottom: 6.4rem;
		width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.login-formlist .__login-input input {
		width: 486px;
		height: 48px;
	}

	.login__snslogin-item a {
		width: 486px;
		height: 48px;
	}

	.p-memberSpecial .__item {
		height: 50px;
	}
}
.sideNavi-title {
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
}

.sideNavi__list li {
	padding: 1.6rem 0;
}
.sideNavi__list li a.is-active:before {
	transform: scale(1, 1);
}

.mypage__name {
	font-size: 1.6rem;
	margin-bottom: 3.2rem;
}
.mypage__name span {
	font-size: 2rem;
	margin-right: 1em;
}

.mypage__voucher {
	margin-bottom: 8rem;
}

.mypage__voucher-item {
	background: #f2f2ef;
	padding: 2.4rem;
	display: flex;
}
.mypage__voucher-item:first-child {
	border-bottom: 1px solid #9e9e9e;
}
.mypage__voucher-item .__voucher-subinfo {
	font-size: 1.6rem;
	margin-bottom: 1rem;
}
.mypage__voucher-item .__voucher-total {
	font-size: 3.2rem;
}
.mypage__voucher-item .__voucher-total span {
	font-size: 2rem;
}
.mypage__voucher-item .__voucher-point {
	display: flex;
	flex-direction: column;
	width: 258px;
}
.mypage__voucher-item .__voucher-content {
	width: calc(100% - 258px);
}
.mypage__voucher-item .__infoList li {
	margin-bottom: 0.4em;
}

.maypage__barcode {
	margin-bottom: 8rem;
}
.maypage__barcode .c-title01 {
	margin-bottom: 2.4rem;
}
.maypage__barcode .__barcode {
	background: #f2f2ef;
	padding: 2.4rem;
}
.maypage__barcode .memberNumber {
	font-size: 1.6rem;
	margin-bottom: 0.8rem;
}
.maypage__barcode .barcodeCover {
	width: 254px;
	height: 171px;
	background: #fff;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.history-list01 {
	width: 100%;
}
.history-list01 .btn {
	width: 8rem;
	height: 48px;
}
.history-list01 th, .history-list01 *[class^=__item] {
	padding: 1.6rem;
	display: table-cell;
	white-space: nowrap;
}
.history-list01 *[class^=__title] {
	font-weight: 500;
}

.history-list01__item {
	border-bottom: 1px solid #9e9e9e;
	position: relative;
}
.history-list01__item .btn {
	width: 8rem;
	height: 48px;
}
.history-list01__item .__item05 .btn {
	margin-left: auto;
}
.history-list01__item .__brandName {
	display: block;
	font-size: 1.4rem;
}

.history-list01__title {
	background: #f2f2ef;
}

.recentHistory {
	padding-bottom: 8rem;
}

.history-list01__title {
	padding: 1.6rem;
}

.mypage__table {
	width: 100%;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 4.8rem;
}
.mypage__table th {
	border-bottom: 1px solid #9e9e9e;
	padding: 2.4rem 1.6rem;
}
.mypage__table td {
	padding: 1.2rem 1.6rem;
}
.mypage__table tbody tr:first-child td {
	padding-top: 2.4rem;
}

.mypage__table02 {
	width: 100%;
	border-bottom: 1px solid #9e9e9e;
	margin-bottom: 4.8rem;
}
.mypage__table02 tr {
	border-bottom: 1px solid #9e9e9e;
}
.mypage__table02 th {
	padding: 2.4rem 1.6rem 0.8rem;
}
.mypage__table02 td {
	padding: 2.4rem 1.6rem;
}
.mypage__table02 tbody td {
	padding-top: 2.4rem;
	font-size: 1.6rem;
}

.myPage_inquiry_btn {
	margin-top: 3.2rem;
	margin-left: -1.6rem;
	margin-right: -1.6rem;
	display: flex;
}
.myPage_inquiry_btn > * {
	padding-left: 1.6rem;
	padding-right: 1.6rem;
}

@media (max-width: 767px) {
	.history-list01 {
		width: 100%;
		min-width: 583px;
	}
	.history-list01 *[class^=__item] {
		padding-bottom: 88px;
	}
	.history-list01 .__item05 .btn {
		width: 172px;
		height: 40px;
		position: absolute;
		margin-left: auto;
		bottom: 24px;
		left: 0;
	}

	.mypageWrap .c-title02 {
		font-size: 16px;
	}

	.myPage_inquiry_btn {
		flex-wrap: wrap;
	}
	.myPage_inquiry_btn > * {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 32px;
	}
	.myPage_inquiry_btn > * .btn {
		width: 100%;
	}

	.mypage__name {
		margin-bottom: 24px;
	}
	.mypage__name span {
		font-size: 14px;
	}

	.mynavi_area {
		display: none;
	}

	.mynavi__select {
		margin-bottom: 32px;
	}

	.mypage__voucher-item {
		flex-direction: column;
		padding: 24px 16px;
	}
	.mypage__voucher-item .__voucher-point, .mypage__voucher-item .__voucher-content {
		width: 100%;
	}
	.mypage__voucher-item .__voucher-content {
		font-size: 10px;
		margin-top: 14px;
	}
	.mypage__voucher-item .__voucher-total {
		font-size: 20px;
	}
	.mypage__voucher-item .__voucher-total span {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.history-list01__item .__item01 .btn {
		display: none;
	}

	.mypage__ordersize .mypage__tableWrap:first-child {
		padding-right: 45px;
	}
	.mypage__ordersize .mypage__tableWrap:nth-child(2) {
		padding-left: 45px;
	}

	.mynavi_area {
		display: block;
	}

	.mynavi__select {
		display: none;
	}
}
.p-mypageSize .mypage__ordersize {
	margin-bottom: 30px;
}

.mypage__madeupInner {
	min-width: 500px;
}

@media (max-width: 767px) {
	.mypage__inquiry {
		margin-top: 48px;
	}

	.mypage__madeupTtl {
		align-items: flex-start;
	}
}
.p-history-select .user-select {
	width: 94px;
}

.p-mypageHistoryTbl {
	margin-bottom: 6.4rem;
}
.p-mypageHistoryTbl .orderBillingTh {
	line-height: 1.4;
}
.p-mypageHistoryTbl .__caption {
	font-size: 12px;
	margin-bottom: 1.6rem;
	display: block;
}
.p-mypageHistoryTbl .orderID, .p-mypageHistoryTbl .orderDate, .p-mypageHistoryTbl .orderShop {
	font-size: 1.6rem;
}
.p-mypageHistoryTbl .orderBilling {
	font-size: 2rem;
}
.p-mypageHistoryTbl .orderBilling span {
	font-size: 1.4rem;
}
.p-mypageHistoryTbl .orderBilling-info {
	display: block;
}
.p-mypageHistoryTbl .product-prot {
	font-size: 1.2rem;
}
.p-mypageHistoryTbl .product-price {
	font-size: 1.6rem;
}
.p-mypageHistoryTbl .product-price span {
	font-size: 1.2rem;
}
.p-mypageHistoryTbl .product-quantity {
	font-size: 1.2rem;
}
.p-mypageHistoryTbl .__detailInfo {
	display: flex;
	flex-direction: column;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}
.p-mypageHistoryTbl .__detailInfo01 {
	margin-bottom: 1.6rem;
}
.p-mypageHistoryTbl .__forInquiry a {
	margin-left: auto;
}
.p-mypageHistoryTbl .history-image {
	width: 78px;
}

@media (max-width: 767px) {
	.p-mypageHistoryTbl {
		min-width: 100%;
	}
	.p-mypageHistoryTbl .history-list01__title {
		display: block;
		width: 100%;
	}
	.p-mypageHistoryTbl .history-list01__title th {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 8px 0 0 0;
	}
	.p-mypageHistoryTbl .history-list01__title .btn {
		width: 172px;
		height: 40px;
	}
	.p-mypageHistoryTbl .history-list01__item {
		display: flex;
		flex-wrap: wrap;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.p-mypageHistoryTbl .history-list01__item .__item01 {
		width: 90px;
		padding: 0 16px 0 0;
	}
	.p-mypageHistoryTbl .__detailInfo, .p-mypageHistoryTbl .orderBilling, .p-mypageHistoryTbl .orderBilling-info {
		width: calc(100% - 90px);
		margin-left: auto;
	}
	.p-mypageHistoryTbl .__forInquiry {
		width: 100%;
	}
	.p-mypageHistoryTbl .__forInquiry a {
		width: 100%;
	}
	.p-mypageHistoryTbl .__caption {
		font-size: 12px;
		width: 90px;
		margin-bottom: 0;
	}
	.p-mypageHistoryTbl .orderBilling-info {
		display: block;
	}
	.p-mypageHistoryTbl .history-list01__title .orderInquiryTh {
		padding-top: 16px;
	}
}
/*-- top newsList --*/
.p-newslistItem {
	margin-bottom: 0;
}

.p-newslistItem-inner {
	display: flex;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #9e9e9e;
	transition: 1s all;
}

.p-newslistItem .p-newslistThum {
	width: 72px;
}


a.p-newslistItem-inner:hover  {
	opacity: 0.7;
}


.p-newsList {
	display: flex;
	margin-bottom: 4.8rem;
}

.p-newsThumb {
	width: 7.8rem;
}
.p-newsThumb img {
	width: 100%;
}

.p-newsCont {
	width: calc(100% - 7.8rem);
	padding-left: 2.4rem;
	display: flex;
	flex-direction: column;
}
.p-newsCont .c-productItem-date {
	margin-top: auto;
}

.p-newsLine {
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

.p-newslistItem:nth-last-child(1) a {
	border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
	.p-newsThumb {
		width: 25%;
	}

	.p-newsCont {
		width: 75%;
	}
}
@media (min-width: 768px) {
	.p-newslistItem:nth-last-child(2) a {
		border-bottom: 1px solid transparent;
	}
	.p-newslistItem .p-newslistThum {
		width: 78px;
	}
	
	
}
.newsArchiveTopics .newsItemWrap {
	margin-top: -1.6rem;
}

.blogDetail__wrapper {
	max-width: 588px;
	margin-left: auto;
	margin-right: auto;
}

.p-newsDetaiheading {
	margin-bottom: 4.8rem;
}
.p-newsDetaiheading .blogDetailTitl {
	letter-spacing: 4px;
}
.p-blogDetailContent a {
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
}
.p-blogDetailContent p {
	margin-bottom: 3.2rem;
}
.p-blogDetailContent blockquote {
	display: block;
	color: #666;
	padding: 16px;
	border-left: 5px solid #005F6B;
	border-right: 2px solid #005F6B;
	box-shadow: 2px 2px 15px #ccc;
	margin-bottom: 16px;
}
.p-blogDetailContent blockquote p {
	margin-bottom: 0;
}
.p-blogDetailContent .alignnone {
	display: block;
	margin: 20px 0;
	margin: 1.25rem 0;
}

.paging-post {
	margin-top: 12.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.paging-post > *[class^=paging-post] a {
	position: relative;
	display: flex;
	align-items: center;
}
.paging-post > *[class^=paging-post] a::before {
	content: "";
	background-repeat: no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	display: inline-block;
}
.paging-post .paging-post_prev a:before {
	background-image: url(https://only-co.cv/assets/images/icon_arrow_prev.svg);
	margin-right: 1.6rem;
}
.paging-post .paging-post_next a {
	flex-direction: row-reverse;
}
.paging-post .paging-post_next a:before {
	background-image: url(https://only-co.cv/assets/images/icon_arrow_next.svg);
	margin-left: 1.6rem;
}

@media (max-width: 767px) {
	.paging-list a.btn {
		min-width: 120px;
	}
}
@media (min-width: 768px) {
	.paging-post > *[class^=paging-post] {
		width: calc(50% - 120px);

	}
	.paging-list .paging-list {
		width: 240px;
	}
}
.entry-meta-categories {
	font-size: 1.2rem;
	color: #757575;
	margin-bottom: 4.8rem;
}
.entry-meta-categories a {
	position: relative;
}
.entry-meta-categories a:after {
	content: "/";
}
@media(max-width: 767px){
	.blogDetail__wrapper .entry-meta-categories {
		font-size: 10px;

	}

}
.p-staffMagazine {
	padding-top: 1.6rem;
}

.column__content {
	padding-top: 1.6rem;
}

.blogArchiveList {
	margin-bottom: 4.8rem;
}


a.staffMagazine__item {
	transition:all 1.0s;
	display:block;
}
a.staffMagazine__item:hover{
	opacity: 0.7;
}

.staffMagazine__wrapper {
	max-width: 792px;
	margin-left: auto;
	margin-right: auto;
}

.staffMagazine__heading {
	margin-bottom: 3.2rem;
}

.p-staffColumnDetail p {
	margin-bottom: 32px;
}
.p-staffColumnDetail img {
	margin-bottom: 1.6rem;
}
.p-staffColumnDetail .col-md-6 img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.p-staffColumnDetail h3 {
	font-size: 14px;
	margin-top: 32px;
	margin-bottom: 24px;
}

.staffColumnUnderInfo {
	margin-top: 4.8rem;
}

.blogArchive__wrapper {
	margin-bottom: 4.8rem;
}

.shopBlogNav__wrapper {
	position: relative;
}

.shopBlogNav {
	display: flex;
	margin-left: -2.4rem;
	margin-right: -2.4rem;
}
.shopBlogNav .__shopItem {
	padding: 0 2.4rem;
	cursor: pointer;
}
.shopBlogNav .__shopItem span {
	font-size: 1.8rem;
	position: relative;
	padding-bottom: 27px;
	cursor: pointer;
}

.shopBlogNav__sub-item {
	display: none;
}
.shopBlogNav__sub-item.is-show {
	display: block;
}

.shopBlogNav__sub-childItem {
	margin-bottom: 16px;
}
.shopBlogNav__sub-childItem a {
	position: relative;
}
.shopBlogNav__sub-childItem a:after {
	position: absolute;
	content: "";
	transition: transform 0.3s;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
}
.shopBlogNav__sub-childItem a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.shopBlogNavClose {
	display: none;
}
.shopBlogNavClose img {
	width: 24px;
	height: 24px;
}

.shopBlogNavParents {
	position: relative;
}

@media (max-width: 767px) {
	.shopBlogNav__wrapper {
		margin-bottom: 48px;
	}

	.shopBlogNav {
		flex-direction: column;
	}
	.shopBlogNav .__shopItem {
		height: 52px;
	}
	.shopBlogNav .__shopItem span {
		font-size: 14px;
		padding: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #f2f2ef;
		position: relative;
		margin: 0;
	}
	.shopBlogNav .__shopItem span:after {
		content: "";
		position: absolute;
		display: block;
		background-image: url(https://only-co.cv/assets/images/icon_arrow_plus.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
		width: 8px;
		height: 8px;
		right: 0;
	}
	.shopBlogNav .__shopItem span:first-child {
		border-top: 1px solid #f2f2ef;
	}
	.shopBlogNav .__shopItem.is-active span:after {
		background-image: url(https://only-co.cv/assets/images/icon_arrow_minus.png);
	}

	.shopBlogNav__sub-item {
		margin: 8px 0;
	}

	.shopBlogNav__sub-childItem {
		margin-bottom: 0;
	}
	.shopBlogNav__sub-childItem a {
		display: block;
		padding: 10px 0;
	}

	.shopBlogTitle {
		font-size: 16px;
	}
	.shopBlogTitle span {
		display: block;
		font-size: 12px;
		margin-top: 4px;
	}
	.staffColumnUnderInfo a.btn {
		min-width: 160px;
		height: 40px;
	}
}
@media (min-width: 768px) {
	.shopBlogNav {
		height: 50px;
	}
	.shopBlogNav span:after {
		content: "";
		position: absolute;
		content: "";
		transition: transform 0.3s;
		bottom: 20px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #333;
		transform: scale(0, 1);
		transform-origin: right top;
	}
	.shopBlogNav span:hover:after {
		transform-origin: left top;
		transform: scale(1, 1);
	}

	.shopBlogNav__sub {
		position: absolute;
		z-index: 3;
		background: #fff;
		width: 100%;
	}

	.shopBlogNavClose {
		display: block;
		width: 70px;
		cursor: pointer;
		position: absolute;
		right: 4rem;
		top: 0;
		z-index: 5;
	}

	.shopBlogNav__sub-item {
		padding-top: 2.4rem;
		padding-bottom: 0.8rem;
		width: 100%;
		min-width: 1280px;
		background: #fff;
	}
	.shopBlogNav__sub-item.is-show {
		border-top: 1px solid #AEAEAE;
	}
	.shopBlogNav__sub-item.is-show .l-inner {
		animation-name: fadedown;
		animation-duration: 0.5s;
		position: relative;
	}
	.shopBlogNav__sub-item.item02 .l-inner {
		padding-left: 138px;
	}
	.shopBlogNav__sub-item.item03 .l-inner {
		padding-left: 239px;
	}
	.shopBlogNav__sub-item.item04 .l-inner {
		padding-left: 375px;
	}
	.shopBlogNav__sub-item.item05 .l-inner {
		padding-left: 465px;
	}
	.shopBlogNav__sub-item.item06 .l-inner {
		padding-left: 602px;
	}

	.shopBlogTitle span {
		display: inline-block;
		margin-left: 2.4rem;
		font-size: 1.6rem;
	}
	.p-staffColumnDetail h3{
		font-size: 16px;
	}
}
@keyframes fadedown {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.p-stylingNav {
	margin-bottom: 3.2rem;
}
.p-stylingNav .shopBlogNav {
	height: auto;
	flex-wrap: wrap;
	color: #9e9e9e;
}
.p-stylingNav .shopBlogNav .is-active {
	color: #000;
}
.p-stylingNav .shopBlogNav .is-active span:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.p-stylingNav .shopBlogNav .__shopItem {
	margin-bottom: 1.8rem;
}
.p-stylingNav .shopBlogNav .__shopItem a {
	font-size: 1.8rem;
	position: relative;
	padding-bottom: 27px;
	cursor: pointer;
}
.p-stylingNav .shopBlogNav .__shopItem a:after {
	content: "";
	position: absolute;
	content: "";
	transition: transform 0.3s;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transform: scale(0, 1);
	transform-origin: right top;
}
.p-stylingNav .shopBlogNav .__shopItem a:hover:after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.p-stylingNav .shopBlogNav .__shopItem a.is-active:after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.p-stylingBrandTtl {
	font-size: 12px;
	margin-bottom: 4px;
}

.p-stylingBrandInfo span {
	color: #757575;
	font-size: 12px;
	display: block;
	margin-top: 8px;
}

@media (max-width: 767px) {
	.__stylingNav {
		display: none;
	}

	.styleArchiveList .js-product_slider02-dots {
		display: none !important;
	}
}
.styling__detail-titleSub, .styling__detail-caption {
	font-size: 1.6rem;
	display: block;
}

.styling__detail-titleSub {
	margin-bottom: 0.8rem;
}

.styling__detail-title {
	font-size: 2.4rem;
	margin-bottom: 1.6rem;
	display: block;
}

.styling__detailHead {
	margin-bottom: 3.2rem;
}

.p-stylingIntro {
	margin-bottom: 4.8rem;
}

.p-stylingSizeItem {
	display: flex;
	justify-content: space-between;
}
.p-stylingSizeItem .__itemLink {
	width: 16rem;
	height: 4rem;
}

.p-stylingSizeItem {
	border-bottom: 1px solid #9e9e9e;
	padding-bottom: 1.6rem;
	padding-top: 1.6rem;
	align-items: flex-end;
}

.p-stylingSizeHeight {
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}

.p-styleDetailInfo {
	padding-left: 4rem;
}

.styleArchiveList {
	margin-bottom: 4.8rem;
}

.p-styleDetailContent {
	margin-bottom: 10.4rem;
}

.styleList-item {
	margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
	.p-styleDetailUpper {
		padding-left: 0;
		padding-right: 0;
	}

	.p-styleDetailThumb {
		margin-bottom: 46px;
	}

	.p-styleDetailInfo {
		padding-left: 5%;
		padding-right: 5%;
	}
}

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