@charset 'utf-8';
/* stylelint-disable */
/* ---------------------
	TOPブランドロゴ
--------------------- */
.CPB-logo-PC {
	display: block;
	width: 190px;
	margin: 0 auto;
}

.CPB-logo-PC img {
	width: 190px;
	height: 128px;
}

/* ---------------------
	CPBカテゴリナビ
--------------------- */
.CPB-category-nav {
	display: flex;
	width: 980px;
	height: 70px;
	margin: 20px auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* 親階層のみ幅を25%にする */
.CPB-category-nav > li {
	position: relative;
	width: 25%;
	height: 70px;
	font-size: 14px;
}

.CPB-category-nav li li a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-135deg);
}

.CPB-category-nav > li:hover > a::after {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
	content: '';
}

.CPB-category-nav > li:not(:first-child)::before {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 1px;
	height: 40px;
	background-color: #e2e2e2;
	content: '';
}

.CPB-category-nav > li.arrow-down::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	margin-top: -7px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(-45deg);
	content: '';
	-webkit-transform: rotate(-45deg);
}

.CPB-category-nav > li.arrow-right::after {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 9px;
	margin-top: -7px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	transform: rotate(-135deg);
	content: '';
	-webkit-transform: rotate(-135deg);
}

.CPB-category-nav > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}

/* 全てのリスト・リンク共通 */
.CPB-category-nav li {
	list-style: none;
	z-index: 3;
}

.CPB-category-nav li a {
	width: 100%;
	color: #000;
	text-decoration: none;
}

/* 子階層以降共通 */
.CPB-category-nav li ul {
	position: relative;
}

.CPB-category-nav li li {
	overflow: hidden;
	z-index: 3;
	height: 0;
	background: #fff;
	font-size: 12px;
}

.CPB-category-nav li li a {
	display: flex;
	align-items: center;
	position: relative;
	width: calc(100% - 10px);
	height: 33px;
	padding-left: 10px;
}

.CPB-category-nav li li li {
	z-index: 3;
}

.CPB-category-nav li li:hover {
	background: #f4f4f4;
	color: #000;
}

/* 孫階層以降共通 */
.CPB-category-nav li ul li ul {
	position: absolute;
	top: 1px;
	left: 100%;
	width: 100%;
}

.CPB-category-nav li:hover > ul {
	border: 1px solid #e2e2e2;
	border-top: none;
	background: #fff;
}

.CPB-category-nav li:hover > ul > li {
	overflow: visible;
	height: 33px;
}

.CPB-category-nav li ul li:hover ul {
	min-height: calc((33px * 5) - 1px);
}

/* ---------------------
	CPBコンテンツ
--------------------- */

.CPBttl-sec {
	margin-bottom: 20px;
	padding-top: 60px;
	border-top: 1px solid #e6e6e6;
	font-size: 25px;
}

.CPBttl-sec span {
	padding-left: 15px;
	font-size: 15px;
	vertical-align: middle;
}

.CPB .category-top-img {
	position: relative;
	margin: 30px 0 60px;
}

.CPB .category-top-txt {
	position: absolute;
	top: calc(50% - .5em);
	left: 200px;
	font-size: 25px;
}

.CPB .category-top-txt-260 {
	left: 100px;
}

.CPB .category-top-img img {
	width: 980px;
}

/* column
----------------------------------------------------------- */
/* .col
------------------------------------ */
.CPB .wrap-ttl-sec {
	border-top: none;
}

.CPBcol {
	margin-bottom: 20px;
}

.CPBcol::after {
	display: block;
	clear: both;
	height: .01px;
	content: '';
}

.CPBcol > .CPBcol__col {
	float: left;
	box-sizing: border-box;
}

.CPBcol > .CPBcol__col > *:last-child {
	margin-bottom: 0;
}

.CPBcol > .CPBcol__col img {
	max-width: 100%;
}

/* .col--4
------------------------------------ */
/* .row .CPBcol--4 > .CPBcol__col { margin-left: 30px; width: 222px; } */
.CPBcol--4 > .CPBcol__col {
	width: 200px;
	margin-top: 30px;
	margin-left: 60px;
}

.modal .CPBcol--4 > .CPBcol__col {
	width: 22.8972%;
	margin-left: 2.80374%;
}

.CPBcol--4 > .CPBcol__col:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.CPBcol--4 > .CPBcol__col.nth-child {
	clear: both;
	margin-left: 0;
}

.CPBcol--4 > .CPBcol__col .product--thumb .inr__wrap-img img {
	border: none;
}

/* カルーセル内 */
.CPB .jcarousel {
	margin: 0 90px;
}

.CPB .jcarousel-wrapper--1item .jcarousel {
	margin: 0;
}

.jcarousel .CPBcol {
	margin-bottom: 0;
}

.CPBprimary .jcarousel .CPBcol--4 > .CPBcol__col {
	width: 170px;
	margin-top: 20px;
	margin-left: 40px;
}

/* .row .jcarousel .CPBcol--4 > .CPBcol__col { margin-left: 30px; width: 199px; } */
.jcarousel .CPBcol--4 > .CPBcol__col:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.jcarousel .CPBcol--4 > .CPBcol__col.nth-child {
	clear: both;
	margin-left: 0;
}

.CPB .jcarousel-control-prev__icon-arrow {
	fill: #ccc;
}

.CPB .product--thumb .product__brand, .CPB .product--thumb .product__name {
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
}

.CPB .product--thumb .product__price {
	color: #000;
	font-size: 13px;
	font-size: 1.3rem;
}

/* ---------------------
	recommend
--------------------- */
.CPB .product-wrap-col3 {
	display: flex;
	justify-content: space-between;
	width: 715px;
	margin: 0 auto 50px;
}

.CPB .product-wrap-col3 .product-wrap-col3-detail {
	width: 200px;
}

.CPB .product-wrap-col3 a {
	text-decoration: none;
}

.CPB .product-wrap-col3-img {
	width: 190px;
	margin: 0 auto 10px;
}

.CPB .product-brand, .CPB .product-name, .CPB .product-price {
	color: #000;
	font-size: 13px;
}

/* ---------------------
	description
--------------------- */

.CPBprimary .top-desc-img {
	width: 980px;
	margin-bottom: 55px;
}

.CPBprimary .category-btn-wrap {
	display: flex;
	justify-content: space-between;
}

.CPBprimary .category-btn-img {
	width: 480px;
}

.CPBprimary .category-btn {
	display: block;
	width: 480px;
	margin: 23px 0 80px;
	padding: 16px 0;
	background: #081f2b no-repeat right 20px top 50% url(../images/story_arrow.svg);
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

/* ---------------------
	close up
--------------------- */

.CPBprimary .closeup-sec {
	display: flex;
}

.CPBprimary .closeup-sec-img {
	width: 490px;
	height: 330px;
}

.CPBprimary .closeup-sec-desc {
	padding: 0 40px;
}

.CPBprimary .closeup-sec-title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.CPBprimary .closeup-sec-btn {
	display: block;
	width: 250px;
	margin-top: 30px;
	padding: 12px 42px;
	border: solid 1px #000;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

/* ---------------------
	CPB brandページ汎用
--------------------- */
.CPB .brand-fc {
	color: #333;
}
.CPB .brand-fs-20 {
	font-size: 20px;
}
.CPB .brand-rule-txt {
	padding-left: 1em;
	text-indent: -1em;
}
.CPB .brand-fc-em {
	color: #f00;
}
.CPB .brand-btn-wideuse {
	display: inline-block;
	width: 100%;
	max-width: 480px;
	padding: 16px 0 13px;
	background: #081f2b;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.CPB .brand-btn-wideuse.is-inactive {
	background: rgba(0,0,0,.2);
	cursor: default;
	pointer-events: none;
}
.CPB .brand-ico-arw {
	display: block;
	background: url(../images/story_arrow.svg) no-repeat right 20px top 50%;
}
.CPB .brand-ico-blank {
	display: inline-block;
	position: relative;
	padding-right: 24px;
	background-image: none;
}
.CPB .brand-ico-blank::before,
.CPB .brand-ico-blank::after {
	display: block;
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	box-sizing: border-box;
	transform: translateY(-50%);
	content: '';
}
.CPB .brand-ico-blank::before {
	right: 3px;
	margin-top: -2px;
}
.CPB .brand-ico-blank::after {
	right: 0;
	margin-top: 1px;
}
.CPB .brand-bd-bottom {
	border-bottom: 1px solid #e6e6e6;
}
.CPB .brand-img-lozad {
	background: url(/images/common/loading.gif) no-repeat center center;
	background-size: 25px 25px;
}

/* ---------------------
	TOPページ専用
--------------------- */
.CPB .top-modal-trigger {
	border: none;
	background: none;
	line-height: 1.6;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	appearance: none;
}
.CPB .top-modal-trigger:hover {
	text-decoration: none;
}
.CPB .top-modal-layout {
	display: none;
}
.CPB .top-modalpanel {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 11;
	width: 837px;
	height: calc(90% - 30px);
	max-height: 634px;
	background: #fff;
	transform: translate(-50%, calc(-50% + 10px));
}
.CPB .top-modalpanel-inner {
	overflow: auto;
	height: 100%;
}
.CPB .top-modalpanel-contents {
	padding: 50px 80px 70px;
	background: #fff;
}
.CPB .top-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
.CPB .top-modalpanel-close {
	display: block;
	position: absolute;
	top: -30px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.CPB .top-modalpanel-close span {
	display: block;
	overflow: hidden;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
}
.CPB .top-modalpanel-close span::before,
.CPB .top-modalpanel-close span::after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 1px;
	background: #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	content: '';
}
.CPB .top-modalpanel-close span::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
