@charset "UTF-8";

/* top
---------------------------------------------------------------------------*/
header {
	margin-bottom: 0;
}

#mainContents {
	max-width: 100%;
}

#topContents {
	opacity: 0;
}

.contents {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}

.container,
.top-item .btn-line,
.top-about {
	width: calc(100% - 100px) !important;
	max-width: 1200px !important;
}

body.index .recommendseries-container .page-title-item {
	padding-left: 10px;
}

body.index .page-title-item strong {
	display: inline-block;
	margin-right: 6px;
	padding-left: 0;
	font-size: 23px;
	letter-spacing: 0.15em;
}

body.index .page-title-item em {
	font-size: 16px !important;
	letter-spacing: 0.14em;
}


/* .top-series-bnr
---------------------------------------------------------------------------*/
.top-series-bnr {
	overflow: hidden;
	position: relative;
	padding: 40px 0;
}

.top-series-bnr .mask {
	position: absolute;
	bottom: 40px;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: calc(100% - 80px);
	z-index: 10;
}

.top-series-bnr .slider {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.top-series-bnr .slick-list {
	padding: 0 !important;
}

.top-series-bnr .slider .inner {
	width: 520px !important;
	height: 650px !important;
	margin: 0 20px !important;
}

.top-series-bnr .slider .inner img {
	width: 100%;
}

.top-series-bnr .slider .inner a:hover {
	opacity: 0.8;
}

.top-series-bnr .slick-arrow {
	background: none;
	border: none;
	position: absolute;
	bottom: -34px;
	background: url(../img/share/ico-arrow-s3.svg) no-repeat center center;
	padding: 6px;
	text-indent: -9999px;
	opacity: 0;
}

.top-series-bnr .slick-prev { right: 32px; transform: scaleX(-1); }
.top-series-bnr .slick-next { right: 12px; }

.top-series-bnr .slick-dots {
	position: absolute;
	bottom: -33px;
	right: 54px;
	opacity: 0;
}

.top-series-bnr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
}

.top-series-bnr .slick-dots li:first-of-type:last-of-type {
	opacity: 0 !important;
}

.top-series-bnr .slick-dots button {
	position: relative;
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	transition: .15s ease-out;
}

.top-series-bnr .slick-dots button:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #D9D9D9;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}

.top-series-bnr .slick-dots button:hover:after,
.top-series-bnr .slick-dots .slick-active button:after {
	background: #BE403A;
}


/* .news-top
---------------------------------------------------------------------------*/
.news-top {
	border-bottom: 1px solid #EAEAEA;
	width: 100%;
	margin: 75px 0 120px;
	padding-bottom: 45px;
}

.news-top-inner {
	position: relative;
	box-sizing: border-box;
	width: 1120px;
	margin: 0 auto;
	padding: 0 480px 0 185px;
}

.news-top-inner .copy {
	position: absolute;
	top: -28px;
	right: 40px;
}

.news-top-inner h2 {
	position: absolute;
	top: -4px;
	left: 0;
	margin: 0 !important;
	color: #333;
}

body.index .news-top-inner .page-title-item em {
	font-size: 21px !important;
	letter-spacing: 0.1em;
}

.news-top-inner article {
	margin-bottom: 13px;
}

.news-top-inner article:last-of-type {
	margin-bottom: 0;
}

.news-top-inner article a {
	display: -webkit-box;
	display: flex;
	padding: 0 0 13px;
}

.news-top-inner article time {
	width: 110px;
	min-width: 110px;
	padding-top: 3px;
	font-size: 14px;
	letter-spacing: 0.15em;
}

.news-top-inner article h3 {
	padding-top: 1px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.12em;
	max-width: calc(100% - 110px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* .pickup
------------------------------------*/
body#top .pickup {
	width: 1120px !important;
	margin-bottom: 90px;
}

/* .styling-bnr
------------------------------------*/
body#top .styling-bnr {
	margin: 0 auto 130px;
}

/* .top-about
------------------------------------*/
.top-about {
	margin: 140px auto 140px;
}

.top-about .inner {
	display: flex;
	align-items: flex-end;
	justify-content: right;
	justify-content: space-between;
	margin-bottom: 80px;
	padding: 0 40px;
}

.top-about figure {
	width: 460px;
	min-width: 460px;
	margin-right: 76px;
}

.top-about figure img {
	display: block;
}

.top-about figure img:not(:last-of-type) {
	margin-bottom: 15px;
}

.top-about h2 {
	margin-bottom: 28px;
}

.top-about h2 em {
	display: block;
	margin: 0 0 21px -1px;
	color: #BE403A;
	font-family: var(--font-sans);
	font-size: 14px;
	letter-spacing: 0.12em;
}

.top-about h2 strong {
	display: block;
	margin-left: -2px;
	color: #494949;
	font-size: 27px;
	line-height: 1.7;
	letter-spacing: 0.24em;
}

.top-about .txt {
	width: 100%;
}

.top-about .txt p {
	margin-bottom: 17px;
	font-size: 15px;
	line-height: 2.35;
	letter-spacing: 0.14em;
	white-space: nowrap;
}

.top-about .txt .btn-set {
	margin: 60px 0 0 -2px;
}

.top-about .txt .btn-set .btn-link {
	display: inline-block;
	margin-right: 8px;
}

.top-about .txt .btn-set .btn-link a {
	border-radius: 2px;
	padding: 13px 18px 14px 20px;
	font-weight: 500;
}

.top-about .btn-line {
	display: block;
}


/* .top-item
---------------------------------------------------------------------------*/
.top-item {
	margin-bottom: 100px;
	padding-top: 30px;
}

.top-item .product-header {
	margin: 0 auto 45px;
}

.top-item .product-header .page-title-item {
	margin-left: 2px;
}

.top-item .product-header .btn-index {
	position: absolute;
	top: 16px;
	right: 15px;
}

.top-item .product-header .btn-index a {
	display: inline-block;
	background: url(../img/share/ico-arrow-modal.svg) no-repeat left top 7px / 14px auto;
	min-height: 11px;
	padding: 5px 0 5px 26px;
	font-size: 15px;
	letter-spacing: 0.15em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.3em;
}

.top-item .product-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 53px 1px;
	padding-bottom: 62px;
}

.top-item .product-list-wrap.hidden {
	display: none;
}

.top-item .product-list article {
	float: none;
	width: auto;
	margin: 0;
	padding: 9px 0 0 9px;
}

.top-item .product-list article .label {
	top: 0;
}

.top-item .product-list article figure {
	margin-left: -9px;
}

.top-item .product-list article strong {
	padding-right: 20px;
}

.top-item .btn-line {
	margin: 0 auto;
}


/* .calendar
---------------------------------------------------------------------------*/
.modal-calendar {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(186,186,186,0.7);
	width: 100%;
	height: 100%;
	z-index: -999;
	opacity: 0;
	pointer-events: none;
}

.modal-calendar.active {
	z-index: 10100;
	pointer-events: all;
}

.modal-calendar-close {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	padding: 45px;
	transition: .15s ease-out;
}

.modal-calendar-close:hover {
	opacity: 0.6;
}

.modal-calendar .hidden {
	display: none !important;
}

.modal-calendar .calendar {
	overflow-y: scroll;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	background-color: #FFFFFF;
	box-sizing: border-box;
	width: 1100px;
	/*max-height: 930px;*/
	max-height: calc(100vh - 40px);
	padding: 65px 55px 55px;
}

.modal-calendar .calendar::-webkit-scrollbar { width: 2px; }
.modal-calendar .calendar::-webkit-scrollbar-track { background: #FFFFFF; }
.modal-calendar .calendar::-webkit-scrollbar-thumb { background: #888888; }