@charset "utf-8";
@font-face {
	font-family: "TsukuGoPro-E";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/FOT-TsukuGoPro-E.woff) format('woff')
}

@font-face {
	font-family: "TsukuGoPro-R";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/FOT-TsukuGoPro-R.woff) format('woff')
}

@font-face {
	font-family: "HelveticaNeueLTPro-Bd";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/HelveticaNeueLTPro-Bd.woff) format('woff')
}

@font-face {
	font-family: "HelveticaNeueLTPro-Roman";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/HelveticaNeueLTPro-Roman.woff) format('woff')
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ 共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, fieldset, form, label, legend, table, caption, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}

main, article, aside, details, summary, blockquote, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

h1, h2, h3, h4, h5, dl, dt, dd, ol, ul, li, p, figure {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none
}

img, iframe, select, textarea {
	vertical-align: top
}
img {
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

html {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	height: 100%;
	font-size: 16px;
	font-weight: 400;
	font-family: "HelveticaNeueLTPro-Roman", "TsukuGoPro-R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	line-height: 1;
	letter-spacing: .05em;
	-webkit-text-size-adjust: 100%;
	position: relative;
	background: #fff;
}

::selection {
	background: #eee
}

::-moz-selection {
	background: #eee
}

a {
	color: #000;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration: none;
	margin: 0;
	padding: 0;
	transition: .5s;
}
a:hover {
	opacity: .5;
}

.blank.big {
	padding-right: 20px;
	background: url(../img/header_icon_blank.svg) no-repeat right top 1px / 15px 11px;
}

.blank.small {
	padding-right: 16px;
	background: url(../img/header_icon_blank.svg) no-repeat right top / 10px 8px;
}

.inner {
	transition: opacity 1.5s, transform 1.5s;
}


/*------------------------------------------------------------------------*/

@media screen and (min-width:1200px) {
	.inner {
		width: calc(100% - 300px);
	}
	.inner.wide {
		max-width: calc(100% - 300px);
		margin: 0 auto;
	}
}


/*------------------------------------------------------------------------*/

@media screen and (min-width:768px) {
	.sp {
		display: none!important
	}
	a[href^="tel:"] {
		pointer-events: none;
		text-decoration: none;
	}
	.inner {
		width: calc(100% - 150px);
		max-width: 900px;
		margin: 0 auto;
	}
	.inner.thin {
		max-width: 640px;
	}
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.pc {
		display: none!important
	}
	body {
		font-size: 12px;
	}
	.inner {
		width: calc(100% - 100px);
		margin: 0 50px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

header {
	position: fixed;
	left: 60px;
	top: 180px;
	z-index: 1;
	mix-blend-mode: exclusion;
	color: #fff;
}

header a {
	color: #fff;
}

header #local {
	padding-top: 10px;
	margin-bottom: 15px;
	position: relative;
}

header #local li {
	font-family: "HelveticaNeueLTPro-Bd";
	margin-bottom: 15px;
}

header #local li:last-child {
	margin-bottom: 20px;
}
header #local li a {
	position: relative;
	right: 0;
	transition: .5s;
}

header #local li a:hover {
	right: -5px;
	opacity: 1;
}

header #local p {
	font-size: 12px;
	font-family: "HelveticaNeueLTPro-Roman";
}

/* SOUND ON/OFF 2021-07-30 */

header #local .sound span {
	transition: .5s;
}
header #local .sound span {
}
header #local .sound span.clicked {
	text-decoration: underline;
}
header #local .sound span:not(.clicked):hover {
	cursor: pointer;
	opacity: .5;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	header {
		position: absolute;
		margin: 0 auto;
		left: 50%;
		transform: translateX(-50%);
		top: 40px;
	}

}

/*-------------------------------------------------------------------------
	logo
-------------------------------------------------------------------------*/

h1.logo {
	width: 85px;
	height: 70px;
	position: fixed;
	left: 60px;
	top: 60px;
	mix-blend-mode: difference;
	mix-blend-mode: exclusion;
	z-index: 21;
}

h1.logo a img {
	width: 85px;
	height: 70px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	h1.logo {
		width: 49px;
		height: 40px;
		left: 20px;
		top: 30px;
	}
	h1.logo a img {
		width: 49px;
		height: 40px;
	}
}


/*-------------------------------------------------------------------------
	drawer
-------------------------------------------------------------------------*/

.drawer {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 60px;
	top: 60px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	mix-blend-mode: difference;
	mix-blend-mode: exclusion;
	transition: .5s;
}
.drawer:hover {
	opacity: .5;
}
.drawer img {
	width: 40px;
	height: 11px;
	cursor: pointer;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.drawer {
		width: 30px;
		height: 30px;
		right: 40px;
		top: 40px;
	}
	.drawer img {
		width: 30px;
		height: 8px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■modal
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.modal {
}

.modal input[type="checkbox"] {
	display: none;
}

.modal #global {}

.modal .close {
	width: 40px;
	height: 40px;
	position: fixed;
	cursor: pointer;
	right: 60px;
	top: 60px;
	z-index: 11;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.modal .close:hover {
	opacity: .5;
}

.modal .close img {
	width: 28px;
	height: 28px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.modal .close {
		width: 30px;
		height: 30px;
		right: 40px;
		top: 40px;
	}
	.modal .close img {
		width: 21px;
		height: 21px;
	}
}


/*------------------------------------------------------------------------*/

.modal input:checked ~ .close {
	z-index: 3;
}

.modal input:checked ~ #global {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	z-index: 2;
	overflow: auto;
}


/*-------------------------------------------------------------------------
	グローバルナビゲーション
-------------------------------------------------------------------------*/

#global {
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
}

#global div.wrap {
	height: 100%;
}
#global div.scroll {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

#global div > ul {
	display: flex;
}

#global div > ul > li:first-child {
	margin-right: 100px;
}

#global div ul {}

#global div li {
	margin-bottom: 20px;
}

#global div li:last-child {
	margin-bottom: 0;
}

#global div li a {
	color: #000;
	text-decoration: none;
}

#global div li a:hover {}

#global div li dl {
	display: flex;
	flex-wrap: wrap;
}

#global div li dl dt {
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
}

#global div li dl dt a, #global div li > a {
	position: relative;
	right: 0;
	transition: .5s;
}

#global div li dl dt a:hover, #global div li > a:hover {
	right: -5px;
	opacity: 1;
}

#global div li a {
	font-size: 18px;
	font-family: "HelveticaNeueLTPro-Bd";
	font-weight: 400;
}

#global div li dl dd {
	display: flex;
	align-items: center;
	font-size: 12px;
}

#global div li dl dd a {
	font-size: 12px;
}

#global div li dl dd + dd {
	margin-left: 10px;
}


#global div li .seasons {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
#global div li .seasons dl {
	display: flex;
}
#global div li .seasons dl + dl {
	margin-top: 10px;
}
#global div li .seasons dt {
	font-size: 12px;
	font-family: "HelveticaNeueLTPro-Bd";
	font-weight: 400;
	width: auto;
	margin-bottom: 0;
	margin-right: 10px;
}
#global div li .seasons dd {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#global div li .seasons dd span {
	display: flex;
}
#global div li .seasons dd span + span {
	margin-top: 10px;
}
#global div li .seasons dd span a {
	margin-right: 10px;
}

#global div li dl.sns dd {
	font-size: 0;
}

#global div li dl.sns dd + dd {
	margin-left: 20px;
}

#global div li dl.sns dd img {
	width: 18px;
}
#global div li dl.sns dd:last-of-type img {
	width: 22px;
	height: 18px;
}


#global div li dl.vertical {
	align-items: flex-start;
	flex-direction: column;
}
#global div li dl.vertical dd + dd {
	margin-left: 0;
	margin-top: 10px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	#global div.wrap {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		display: block;
	}
	#global div.scroll {
		height: auto;
		min-height: calc(100% - 200px);
		display: flex;
		align-items: flex-start;
		padding: 100px 0;
	}

	#global div > ul {
		justify-content: center;
		flex-direction: column;
		/*display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);*/
	}
	#global div > ul > li:first-child {
		margin-right: 0;
	}
	#global div li dl.sns dd + dd {
		margin-left: 15px;
	}
}


/*-------------------------------------------------------------------------
	modal2
-------------------------------------------------------------------------*/

.modal2 {}

.modal2 input[type="checkbox"] {
	display: none;
}

.modal2 .overlay {
	visibility: hidden;
	opacity: 0;
	transition: all 1s ease;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal2 .stop {
	width: 100%;
	height: 100%;
	position: fixed;
	cursor: pointer;
	left: 0;
	top: 0;
}

.modal2 input:checked ~ .stop {
	z-index: 4;
}

.modal2 input:checked ~ .overlay {
	transform: scale(1);
	visibility: visible;
	opacity: 1;
	z-index: 13;
	overflow: auto;
	background: rgba(0, 0, 0, .85);
}

.modal2 input:checked ~ .overlay figure {
	z-index: 15;
}

.modal2 input:checked ~ .overlay .box {
	z-index: 15;
}




.modal2 figure {
	max-width: 750px;
	position: relative;
	margin: 0;
	padding: 0;
}

.modal2 figure img {
	max-width: 100%;
	max-height: calc(100svh - 64px);
	/*box-shadow: 8px -8px 0 #333;
	border: 8px solid #fff;
	box-sizing: border-box;*/
}

/*.modal2 figure figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
}

.modal2 figure figcaption a {
	position: relative;
	z-index: 1;
	font-size: 14px;
	font-size: clamp(12px, 1.3vw, 14px);
	font-weight: bold;
	background: rgba(255, 137, 159, 1.0);
	background: #f06;
	background: linear-gradient(135deg, #4C64D3 0%, #CF2E92 50%, #F26939 100%);
	display: block;
	padding: 8px;
	padding: clamp(4px, 0.6vw, 8px);
	color: #fff;
}*/

.modal2 .iframe {
	position: relative;
}

/*------------------------------------------------------------------------*/

@media screen and (min-width:1200px) {
	.modal2 .iframe {
		width: calc(100% - 300px);
	}
}


/*------------------------------------------------------------------------*/

@media screen and (min-width:768px) {
	.modal2 .iframe {
		width: calc(100% - 150px);
		max-width: 900px;
		margin: 0 auto;
	}
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.modal2 .iframe {
		width: calc(100% - 100px);
		margin: 0 50px;
	}
}

.modal2 .iframe iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.modal2 .ratio16_9 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}


.modal2 .close {
	display: block;
	width: clamp(24px, 3.0vw, 30px);
	position: absolute;
	right: 0;
	top: calc(0px - clamp(34px, 4.0vw, 40px));
	cursor: pointer;
}
.modal2 .close img {
	width: 100%;
	position: absolute;
	left: 0;
}
.modal2 .close img:last-of-type {
	opacity: 0;
	transition: 1s;
}
.modal2 .close:hover img {
	opacity: 1;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.modal2 figure {
		margin: 0 clamp(30px, 4.5vw, 60px);
	}
	.modal2 .iframe {
		margin: 0 clamp(30px, 4.5vw, 60px);
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ 共通
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

main {
	min-height: calc(100% - 75px);
	position: relative;
}

aside {}

article {}

section {
	margin: 0;
	padding: 100px 0 200px 0;
	position: relative;
}

section:nth-of-type(odd) {
	background: #fff;
}

section:nth-of-type(even) {
	background: #efefef;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	main {
		min-height: calc(100% - 50px);
	}

	section {
		padding: 50px 0 100px 0;
	}
}


/*------------------------------------------------------------------------*/

section p {
	line-height: 1.5;
}

section p a {
	text-decoration: underline;
}

section p a:hover {
	text-decoration: none;
}

section .left {
	text-align: left;
}

section .center {
	text-align: center;
}

section .right {
	text-align: right;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {}


/*------------------------------------------------------------------------*/

main h2 {
	font-size: 30px;
	font-weight: 400;
	font-family: "HelveticaNeueLTPro-Bd";
	margin-bottom: 100px;
	text-align: center;
}

main h2.title {
	padding-top: 90px;
}

main h3 {
	font-size: 24px;
	font-weight: 400;
	font-family: "HelveticaNeueLTPro-Bd", "TsukuGoPro-E";
	line-height: 1.25;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	main h2 {
		font-size: 20px;
		margin-bottom: 50px;
	}
	main h2.title {
		padding-top: 70px;
	}
	main h3 {
		font-size: 18px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ キーヴィジュアル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


#kv {
	width: 100%;
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: top;
}
#kv video {
	object-fit: cover;
	position: fixed;
    width: 100%;
    height: calc(100vh + 1px);
	top: -1px;
	pointer-events: none;
}

#kv .scroll {
	position: absolute;
	bottom: 50px;
	text-align: center;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	mix-blend-mode: exclusion;
	mix-blend-mode: difference;
}

#kv .scroll a {
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#kv .scroll a span {
	margin-bottom: 10px;
}

#kv .scroll a img {
	width: 8px;
	height: 21px;
	position: relative;
	bottom: 0;
	transition: .5s;
}
#kv .scroll a:hover {
	opacity: 1;
}

#kv .scroll a:hover img {
	bottom: -5px;
}

#kv .title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-weight: 400;
	font-family: "HelveticaNeueLTPro-Bd";
}

#kv .title small {
	font-size: 24px;
}

#kv .title span {
	font-size: 30px;
	white-space: nowrap;
}

#kv .title * + * {
	margin-top: 50px;
}


/*------------------------------------------------------------------------*/

@media screen and (min-width:768px) {

	#kv .slide-pc {
	    width: 100%;
	    height: calc(100vh + 1px);
		position: fixed;
		vertical-align: top;
	}
	#kv .slide-pc img {
	    width: 100%;
	    height: calc(100vh + 1px);
		object-fit: cover;
		display: block;
		position: absolute;
	}

	#kv .slide-sp {
		display: none;
	}
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {


	#kv {
		height: calc(100svh + 1px);
	}
	#kv .slide-sp {
		width: 100%;
		height: 100%;
		display: block;
		position: fixed;
		vertical-align: top;
	}
	#kv .slide-sp img {
	    width: 100%;
	    height: calc(100vh + 1px);
		top: -1px;
		object-fit: cover;
		object-position: 50% 0;/*ページ上部を基準に*/
		display: block;
		position: fixed;
	}
	#kv .slide-pc {
		display: none;
	}

	#kv video, #kv img {
		/*object-fit: none;
	    width: auto;*/
	}

	#kv .scroll {
		bottom: 30px;
	}
	#kv .scroll a {
		font-size: 11px;
	}
	#kv .scroll a span {
		margin-bottom: 7px;
	}
	#kv .scroll a img {
		width: 5px;
		height: 15px;
	}
	#kv .title small {
		font-size: 16px;
	}
	#kv .title span {
		font-size: 20px;
	}
	#kv .title * + * {
		margin-top: 40px;
	}
}



/*-------------------------------------------------------------------------
	bg
-------------------------------------------------------------------------*/

#bg {
	/*width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100svh;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ collections
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#collections figure {
	position: relative;
	overflow: hidden;
}

#collections figure img {
	width: 100%;
	transition: 1s;
	pointer-events: none;
}

#collections li > a:hover {
	opacity: 1;
}
#collections li > a:hover figure > img {
	transform: scale(1.1);
	transition: 1s;
}

#collections figure figcaption {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#collections figure figcaption h3 {
	text-align: center;
}

#collections figure .arrow {
	font-size: 0;
	margin-top: 10px;
}

#collections figure .arrow img {
	width: 20px;
	height: 7px;
	position: relative;
	right: 0;
}

#collections a:hover {
	opacity: 1;
}
#collections a:hover figure .arrow img {
	right: -5px;
}


#collections .entries {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px -36px -18px;
}

#collections .entries li {
	width: calc(50% - 36px);
	margin: 0 18px 36px 18px;
}

#collections .entries li > a {
	height: 100%;
	display: block;
	color: #fff;
}



#collections .entries.max {
	width: 100%;
	margin: 0;
}
#collections .entries.max li {
	width: 100%;
	margin: 0;
}


#collections .entries.max figure .arrow {
	font-size: 0;
	margin-top: 15px;
}

#collections .entries.max figure .arrow img {
	width: 40px;
	height: 14px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	#collections figure figcaption h3 {}
	#collections figure .arrow {
		margin-top: 7px;
	}
	#collections figure .arrow img {
		width: 15px;
		height: 5px;
	}


	#collections .entries {
		display: block;
		margin: 0;
	}
	#collections .entries li {
		width: 100%;
		margin: 0 0 50px 0;
	}
	#collections .entries li:last-child {
		margin-bottom: 0;
	}


	#collections .entries.max figure .arrow {
		margin-top: 7px;
	}

	#collections .entries.max figure .arrow img {
		width: 15px;
		height: 5px;
	}




}


/*-------------------------------------------------------------------------
	コレクション詳細
-------------------------------------------------------------------------*/


.collection-detail {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
	padding: 0;
	counter-reset: number;
	background: #fff;
}

.collection-detail li {
	width: calc(100% / 3 - 36px);
	margin: 0 18px;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/*------------------------------------------------------------------------*/

@media screen and (min-width:768px) and (max-width:1024px) {
	#collection-detail {
		padding: 100px 0 200px 0;
	}
	.collection-detail {
		margin-bottom: -72px;
	}
	.collection-detail li {
		width: calc(50% - 36px);
		margin-bottom: 72px;
		height: auto;
		align-items: flex-start;
	}

	.collection-detail li dd p {
		margin-top: 10px;
	}
}


/*------------------------------------------------------------------------*/

.collection-detail li dl {
	position: relative;
}
.collection-detail li dt {
	position: relative;
}

.collection-detail li dt span {
	font-size: 30px;
	font-family: "HelveticaNeueLTPro-Bd";
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: -5px;
	bottom: -8px;
	z-index: 1;
	justify-content: flex-end;
	mix-blend-mode: exclusion;
	color: #fff;
}
.collection-detail li dt i {
	display: none;
}

.collection-detail li img {
	width: 100%;
	pointer-events: none;
}

.collection-detail li dd {
}
.collection-detail li dd p {
	font-size: 11px;
	color: #7d7d7d;
}
.collection-detail li dd p span {
	white-space: nowrap;
}
.collection-detail li dd p a {
	color: #7d7d7d;
}

/*------------------------------------------------------------------------*/

@media screen and (min-width:1025px) {

	.collection-detail li dd {
		width: 100%;
		position: absolute;
		bottom: -10px;
		left: 0;
	}
	.collection-detail li dd p {
		position: absolute;
	}


}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	#collection-detail {
		padding-bottom: 100px;
	}
	.collection-detail {
		display: block;
		margin: 0;
	}
	.collection-detail li {
		width: 100%;
		margin: 0;
		margin-bottom: 70px;
		height: auto;
	}
	.collection-detail li:last-child {
		margin-bottom: 0;
	}
	.collection-detail li dl {
		position: relative;
		margin-left: -50px;
		margin-right: -50px;
	}
	.collection-detail li dt {
		position: relative;
	}
	.collection-detail li dt span {
		min-width: 32px;
		left: 20px;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.collection-detail li dt i {
		display: flex;
		align-items: center;
		position: absolute;
		left: 48px;
		top: 19px;
		bottom: 0;
		margin: auto 0;
		padding-top: 22px;
		padding-left: 12px;
		background: url(../img/icon_slash_sp.svg) no-repeat left center / 14px 14px;
		font-size: 15px;
		font-family: "HelveticaNeueLTPro-Bd";
		font-weight: 400;
		mix-blend-mode: exclusion;
		color: #fff;
	}

	.collection-detail li dd p {
		line-height: 2;
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 25px;
	}

	.collection-detail li dd p a {
	}


}


/*-------------------------------------------------------------------------
	number
-------------------------------------------------------------------------*/

.number {
	position: fixed;
	right: 60px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	font-family: "HelveticaNeueLTPro-Bd";
	font-weight: 400;
	mix-blend-mode: exclusion;
	color: #fff;
	display: none;
}

.number:before {
	content: "";
	display: block;
	position: absolute;
	left: -10px;
	top: -5px;
	width: 14px;
	height: 14px;
	background: url(../img/icon_slash_pc.svg) no-repeat left top / cover;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.number {
		display: none!important;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■entrybody
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#entrybody {}

#entrybody img {
	pointer-events: none;
}

#entrybody .inner > h2 {
	font-size: 15px;
	text-align: left;
	margin-bottom: 50px;
}

#entrybody .inner > .kv {
	margin-bottom: 50px;
}

#entrybody .inner > h3 {
	font-size: 24px;
	margin-bottom: 40px;
}

#entrybody .inner > p {
	font-size: 15px;
	line-height: 2;
	margin-bottom: 34px;
}

#entrybody .inner > p.bold {
	font-family: TsukuGoPro-E;
}

#entrybody .inner > p.small {
	font-size: 12px;
}

#entrybody .inner > .signature {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 0;
	margin: 50px 0;
}

#entrybody .inner > .signature > img {
	width: 75px;
}

#entrybody .inner > .signature a {
	margin-left: 20px;
}

#entrybody .inner > .signature a img {
	width: 18px;
	height: 18px;
}

#entrybody .inner > .author {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	margin: 50px 0;
	font-size: 11px;
	line-height: 1;
}

#entrybody .inner > .author span {}

#entrybody .inner > .author span + span {
	margin-top: 10px;
}


#entrybody .inner > p:not(.signature) a[target="_blank"] {
	padding-right: 20px;
	background: url(../img/header_icon_blank.svg) no-repeat right center / 16px 11px;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	#entrybody .inner > h2 {
		text-align: center;
		margin-bottom: 30px;
	}
	#entrybody .inner > .kv {
		margin: 0 -50px 30px -50px;
	}
	#entrybody .inner > h3 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#entrybody .inner > p {
		font-size: 12px;
		margin-bottom: 34px;
	}
	#entrybody .inner > p.bold {
		font-size: 13px;
	}
	#entrybody .inner > p.small {
		font-size: 11px;
	}
	#entrybody .inner > .signature > img {
		width: 50px;
	}
	#entrybody .inner > .signature a img {
		width: 15px;
		height: 15px;
	}
	#entrybody .inner > p:not(.signature) a[target="_blank"] {
		padding-right: 15px;
		background: url(../img/header_icon_blank.svg) no-repeat right center / 11px 7px;
	}
}


/*-------------------------------------------------------------------------
	figure
-------------------------------------------------------------------------*/

.figure {
	text-align: center;
	margin: 100px auto;
}
.figure figure {
	max-width: 100%;
	display: inline-block;
}
.figure.medium figure {
	width: 750px;
}

.figure figure img {
	max-width: 100%;
}

figure figcaption {
	font-size: 12px;
	line-height: 1.25;
	text-align: left;
	margin-top: 9px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	.figure {
		margin: 50px auto;
	}
	figure figcaption {
		font-size: 11px;
	}

}

/*-------------------------------------------------------------------------
	youtube
-------------------------------------------------------------------------*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 100px auto;
}
.youtube.medium figure {
	width: 750px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	.youtube {
		margin: 50px 0;
	}

}

/*-------------------------------------------------------------------------
	bandcamp
-------------------------------------------------------------------------*/

.bandcamp {
	text-align: center;
	margin: 100px 0;
}
.bandcamp iframe {
	max-width: 100%;
	width: 700px;
	height: 120px;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	.bandcamp {
		margin: 50px 0;
	}
	.bandcamp iframe {
		width: 300px;
		height: 120px;
	}

}


/*-------------------------------------------------------------------------
	ページャー
-------------------------------------------------------------------------*/

.pager {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.pager li {
	font-size: 14px;
}

.pager li.newer a img {
	margin-left: 10px;
	right: 0;
}

.pager li.newer a:hover {
	opacity: 1;
}
.pager li.newer a:hover img {
	right: -5px;
}

.pager li.older img {
	margin-right: 10px;
	left: 0;
}

.pager li.older a:hover {
	opacity: 1;
}
.pager li.older a:hover img {
	left: -5px;
}

.pager li a img {
	width: 20px;
	height: 7px;
	transition: .5s;
	position: relative;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.pager {
		margin-top: 50px;
	}
	.pager li {
		font-size: 11px;
	}
	.pager li.newer a img {
		margin-left: 5px;
	}
	.pager li.older a img {
		margin-right: 5px;
	}
	.pager li a img {
		width: 15px;
		height: 5px;
	}
}


/*-------------------------------------------------------------------------
	buy
-------------------------------------------------------------------------*/

.buy {
	display: flex;
	margin-top: 100px;
}

.buy li {
	width: 50%;
	position: relative;
}

.buy li:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.buy li div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.buy li:first-child {
	background: #f7f7f7;
}

.buy li:last-child {
	background: #ddd;
}

.buy li h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
}

.buy li .more {
	margin-bottom: 0!important;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.buy {
		display: block;
		margin-top: 50px;
	}
	.buy li {
		width: 100%;
		position: relative;
	}
	.buy li:before {
		display: none;
	}
	.buy li div {
		position: static;
		padding: 20px;
	}
	.buy li:last-child div {
		padding: 30px 20px;
	}
	.buy li h3 {
		font-size: 14px!important;
		margin-bottom: 20px!important;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■magazine
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#magazine {}

#magazine .more {
	margin-top: 50px;
}

#magazine .more a {
	margin: 0 auto;
}


/*------------------------------------------------------------------------*/

#magazine .entries .max {
	width: 100%;
	margin: 0;
	margin-bottom: 150px;
}

#magazine .entries .max dl {
	position: relative;
}

#magazine .entries .max dt {
	width: calc(100% - 150px);
}

#magazine .entries .max dd {
	width: calc(50% - 18px);
	background: rgba(239, 239, 239, .85);
	position: absolute;
	right: 0;
	bottom: -50px;
	margin-left: auto;
	box-sizing: border-box;
	padding: 50px;
}

#magazine .entries .max dd p {
	-webkit-line-clamp: 3;
}

#magazine .entries .max dd .arrow2 {
	font-size: 0;
	margin-top: 30px;
	position: relative;
	transition: 1s;
	left: 0;
}

#magazine .entries .max dd:hover .arrow2 {
	left: 5px;
}

#magazine .entries .max dd .arrow2 img {
	width: 20px;
	height: 7px;
}

#magazine ul.entries {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px -72px -18px;
}

#magazine .entries li {
	width: calc(50% - 36px);
	margin: 0 18px 72px 18px;
}

#magazine .entries dt {
	overflow: hidden;
	margin-bottom: 30px;
}

#magazine .entries dt img {
	width: 100%;
	transition: 1s;
	pointer-events: none;
}

#magazine .entries a:hover {
	opacity: 1;
}
#magazine .entries a:hover img {
	transform: scale(1.1);
	transition: 1s;
}

#magazine .entries dd {
	margin-top: 8px;
	position: relative;
}

#magazine .entries dd h3 {
	margin-bottom: 10px;
}

#magazine .entries dd p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

#magazine .entries dd .arrow {
	font-size: 0;
	margin-top: 10px;
	left: 0;
	position: relative;
	transition: 1s;
}

#magazine .entries a:hover dd .arrow {
	left: 5px;
}
#magazine .entries dd .arrow img {
	width: 15px;
	height: 5px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:1023px) {

	#magazine .entries .max dt {
		width: calc(100% - 100px);
	}
	#magazine .entries .max dd {
		padding: 25px;
	}

}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	#magazine .entries .max {
		width: calc(100% + 100px);
		margin-left: -50px;
		margin-right: -50px;
		margin-bottom: 170px;
	}
	#magazine .entries .max a {
		width: 100%;
	}
	#magazine .entries .max dt {
		width: 100%;
	}
	#magazine .entries .max dd {
		width: calc(100% - 100px);
		bottom: -120px;
		padding: 20px;
	}
	#magazine .entries .max dd .arrow2 {
		margin-top: 15px;
	}
	#magazine ul.entries {
		display: block;
		margin: 0;
	}
	#magazine .entries li {
		width: 100%;
		margin: 0 0 50px 0;
	}
	#magazine .entries li:last-child {
		margin-bottom: 0;
	}
}




/*-------------------------------------------------------------------------
	more
-------------------------------------------------------------------------*/

.more {}

.more a {
	width: 120px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Helvetica;
	font-weight: normal;
	text-decoration: none!important;
	line-height: 1;
	background: #fff;
	transition: .5s;
}

.more a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

.more.right a {
	background: url(../img/main_icon_arrow_right_white.svg) no-repeat right 20px center / 9px 18px;
}

.more.bottom a {
	background: url(../img/main_icon_arrow_bottom_white.svg) no-repeat right 20px center / 18px 9px;
}

.more.buy a {
	color: #000;
	background: #fff;
}

.more.buy a.disabled {
	pointer-events: none;
	background: #808080;
	border: 1px solid #808080;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.more a {
		width: 90px;
		height: 30px;
		border-radius: 15px;
		font-size: 12px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■items
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#items .count {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	margin-bottom: 100px;
}
#items .entries {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px -78px -20px;
}

#items .entries > li {
	width: calc(100% / 3 - 40px);
	margin: 0 20px 78px 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

#items .entries > li figure img {
	width: 100%;
}

#items .entries > li figure figcaption p {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}


#items .entries dl {
}
#items .entries dt {
}
#items .entries dt img {
	width: 100%;
}

#items .entries dd p {
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	position: relative;
	z-index: 1;
}

#items .entries .slider {
	position: relative;
}

#items .entries .slick-list {
	overflow: hidden;
	position: relative;
}
#items .entries .slick-list:focus {
	outline: none;
}

#items .entries .slick-track {
	position: relative;
}

#items .entries .slick-track:after {
	clear: both;
}

#items .entries .slick-slide {
	width: 100%;
	float: left;
	height: 100%;
	min-height: 1px;
}

#items .entries .slick-slide:focus {
	outline: none;
}

#items .entries .slick-slider {
	position: relative;
}


#items .entries .slick-dots {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 15px auto;
	text-align: center;
	display: flex!important;
	justify-content: center;
}

#items .entries .slick-dots li {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 5px!important;
	padding: 0;
	cursor: pointer;
	font-size: 0px;
}

#items .entries .slick-dots li button {
	font-size: 0px;
	line-height: 0;
	display: block;
	width: 0;
	height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

#items .entries .slick-dots li button:hover,
#items .entries .slick-dots li button:focus {
	outline: none;
}


#items .entries .slick-dots li button:before {
	content: "";
	font-size: 0px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	opacity: .25;
}

#items .entries .slick-dots li.slick-active button:before {
	opacity: .5;
}






#items .entries .dots_area:empty {
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 15px auto;
	padding: 0;
	text-align: center;
	display: flex!important;
	justify-content: center;
	width: 10px;
	height: 10px;
	font-size: 0px;
	background: #000;
	border-radius: 100%;
	opacity: .5;
}



#items .links {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 100%;
}
#items .links ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	opacity: 0;
}
#items .links:hover ul {
	opacity: 1;
}
#items .links li {
	font-size: 11px;
	font-family: Helvetica;
	line-height: 1;
}
#items .links li + li {
	margin-top: 15px;
}
#items .links li a {
	width: 175px;
	max-width: 100%;
	height: 30px;
	border-radius: 15px;
	background: rgba(0, 0, 0, .65);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#items .links li a span {
	padding-left: 15px;
	background: url(../img/icon_bag.svg) no-repeat left center / 10px auto;
}

/*------------------------------------------------------------------------*/

@media screen and (min-width:768px) {

	/*#items .entries li a:hover img {
		transform: scale(1.1);
		transition: 1s;
	}
	#items .entries dt a:hover img {
		transform: scale(1.1);
		transition: 1s;
	}*/


}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	#items .count {
		font-size: 12px;
		margin-bottom: 50px;
	}

	#items .entries > li {
		width: calc(100% - 40px);
		margin: 0 20px 78px 20px;
	}
	#items .entries .slick-dots {
		margin: 10px auto;
	}


	#items .entries .dots_area:empty {
		margin: 10px auto;
	}

	#items .entries dd p {
		font-size: 10px;
	}

	#items .links li {
		font-size: 10px;
	}
	#items .links li a {
		width: 154px;
		height: 26px;
		border-radius: 13px;
	}
}

/*-------------------------------------------------------------------------
	categories
-------------------------------------------------------------------------*/

.categories {
	margin: 0 -7px 85px -7px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.categories li {
	flex: none;
	margin: 0 7px 15px 7px;
}

.categories a {
	width: 90px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: Helvetica;
	font-weight: normal;
	text-decoration: none!important;
	line-height: 1;
	transition: .5s;
}
.categories .wide a {
	width: 195px;
}

.categories a:hover {
	opacity: 1;
}
.categories a:hover {
	background: #000;
	color: #fff;
}

.categories .current {
	background: #000;
	color: #fff;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {


	.categories {
		margin-left: -6px;
		margin-right: -6px;
		margin-bottom: 35px;
	}
	.categories li {
		margin: 0 6px 12px 6px;
	}

	.categories a {
		width: 68px;
		height: 30px;
		border-radius: 15px;
		font-size: 11px;
	}
	.categories .wide a {
		width: 146px;
	}
}



/*-------------------------------------------------------------------------
	パジネーション
-------------------------------------------------------------------------*/

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 100px auto 0 auto;
	font-family: Helvetica;
}

.pagination li {
	margin: 0 7px;
}

.pagination li:not(.previous):not(.next) a {
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}

.pagination li a:hover {
	opacity: 1;
}
.pagination li:not(.previous):not(.next) a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

.pagination li .current {
	width: 30px;
	height: 30px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .previous {
	width: 20px;
	font-size: 0;
	margin-right: 15px;
}

.pagination .previous img {
	width: 20px;
	height: 7px;
	transition: .5s;
	position: relative;
	left: 0;
}

.pagination .previous:hover img {
	left: -5px;
}

.pagination .next {
	width: 20px;
	font-size: 0;
	margin-left: 15px;
}

.pagination .next img {
	width: 20px;
	height: 7px;
	transition: .5s;
	position: relative;
	right: 0;
}

.pagination .next:hover img {
	right: -5px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.pagination {
		margin-top: 75px;
	}
	.pagination li {
		margin: 0 4px;
	}
	.pagination li:not(.previous):not(.next) a {
		width: 22px;
		height: 22px;
	}
	.pagination li .current {
		width: 22px;
		height: 22px;
	}
	.pagination .previous {
		width: 15px;
		margin-right: 10px;
	}
	.pagination .previous img {
		width: 15px;
		height: 5px;
	}
	.pagination .next {
		width: 15px;
		margin-left: 10px;
	}
	.pagination .next img {
		width: 15px;
		height: 5px;
	}
}





/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ items
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#items {}


.item-list {
	position: relative;
	display: block;
	display: flex;
	flex-wrap: wrap;
}
.item-list > li + li {
	margin-top: 100px;
}
.item-list .slick-list {
	overflow: hidden;
}
.item-list .slick-list a:focus {
	outline: none;
}
.item-list .slick-track {
	width: 900px;
	display: flex!important;
	justify-content: center!important;
	height: 100%!important;
}
.item-list .slick-slide {
	width: 900px;
}
.item-list .slick-slide:last-child {
	margin-bottom: 0;
}
.item-list .slick-slide:focus {
	outline: none;
}
.item-list a:hover {
	opacity: 1;
}
.item-list dl {
	display: flex;
}
.item-list dt {
	width: 50%;
	overflow: hidden;
}

.item-list dt img {
	width: 100%;
	/*transition: 1s;*/
}
/*.item-list dt:hover img {
	transform:scale(1.1);
	transition: 1s;
}*/

.item-list dd {
	width: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.item-list dd h3 {
	margin-bottom: 30px;
}




.item-list .slick-prev, .item-list .slick-next {
	width: 20px;
	height: 7px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
}

.item-list .slick-prev {
	left: -70px;
	transition: .5s;
}
.item-list .slick-prev:hover {
	left: -75px;
}

.item-list .slick-prev:before {
	display: block;
	content: "";
	font-size: 0;
	width: 20px;
	height: 7px;
	background: url(../img/icon_arrow_left_black.svg) no-repeat left top / cover;
}


.item-list .slick-next {
	right: -70px;
	transition: .5s;
}
.item-list .slick-next:hover {
	right: -75px;
}

.item-list .slick-next:before {
	display: block;
	content: "";
	font-size: 0;
	width: 20px;
	height: 7px;
	background: url(../img/icon_arrow_right_black.svg) no-repeat left top / cover;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:1199px) {


	.item-list .slick-prev {
		left: -40px;
	}
	.item-list .slick-prev:hover {
		left: -45px;
	}

	.item-list .slick-next {
		right: -40px;
	}
	.item-list .slick-next:hover {
		right: -45px;
	}


}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

	.item-list > li + li {
		margin-top: 50px;
	}

	.item-list dl {
		display: block;
	}
	.item-list dt {
		width: 100%;
		overflow: hidden;
	}
	.item-list dd {
		width: 100%;
		padding: 30px 0 20px 0;
	}
	.item-list dd h3 {
		margin-bottom: 20px;
	}


	.item-list .slick-prev, .item-list .slick-next {
		width: 15px;
		height: 5px;
	}

	.item-list .slick-prev {
		left: -30px;
	}
	.item-list .slick-prev:hover {
		left: -35px;
	}
	.item-list .slick-prev:before {
		width: 15px;
		height: 5px;
	}



	.item-list .slick-next {
		right: -30px;
	}
	.item-list .slick-next:hover {
		right: -35px;
	}
	.item-list .slick-next:before {
		width: 15px;
		height: 5px;
	}

}


/*-------------------------------------------------------------------------
	categories
-------------------------------------------------------------------------*/

.item-list .categories {
	margin: 0 33px -15px 33px;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

.item-list .categories {
	margin: 0 0 -15px 0;
}


}






/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■dealers
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.dealers {
	margin-bottom: 50px;
}

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

.dealers li {
	margin-bottom: 12px;
}

.dealers li:last-child {
	margin-bottom: 0;
}

.dealers dl {
	display: flex;
	align-items: center;
}

.dealers dt {
	width: 150px;
	font-size: 14px;
}

.dealers dd:nth-of-type(1) {
	width: 300px;
	font-size: 15px;
}

.dealers dd:nth-of-type(2) {
	width: 300px;
	font-size: 14px;
}

.dealers dd:nth-of-type(3) {
	width: 150px;
	font-size: 14px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	.dealers dl {
		display: block;
	}
	.dealers li {
		margin-bottom: 15px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■contact
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#contact {}

#contact .more {
}
#contact .more a {
	background: #000;
	color: #fff;
	margin: 0 auto;
}
#contact .more a:hover {
	background: #fff;
	color: #000;
}



#contact h2 + p {
	margin-bottom: 50px;
}

#contact h2 + p + p {
	font-size: 12px;
	margin-bottom: 20px;
}

#contact .other {
	display: flex;
	margin-bottom: 100px;
}

#contact .other li + li {
	margin-left: 50px;
}

#contact .other dt {
	font-size: 12px;
	margin-bottom: 15px;
}

#contact .other dd a {
	font-size: 15px;
	font-family: "HelveticaNeueLTPro-Bd";
	font-weight: 400;
}

#contact .other + p {
	font-size: 12px;
}

.form {
	margin-top: 50px;
}

.form > li {
	margin-bottom: 30px;
}

.form > li:last-child {
	margin-bottom: 0;
}

.form dl {
	display: flex;
}

.form dt {
	width: 240px;
	position: relative;
	display: flex;
	align-items: center;
}

.form dd {
	flex: 1;
}

.form dd p {
	display: flex;
}

.form dd p span {
	flex: 1;
}

.form dd p span + span {
	margin-left: 15px;
}

.form .required:after {
	content: "＊";
	margin-left: 5px;
}

.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="password"], .form input[type="date"], .form select, .form textarea {
	width: 100%;
	background: #f5f5f5;
	border: 0;
	box-sizing: border-box;
	padding: 12px;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	letter-spacing: 1px;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 15px;
	font-family: "HelveticaNeueLTPro-Roman", "TsukuGoPro-R", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	line-height: 1.25;
	letter-spacing: .05em;
	outline: none
}

.form textarea {
	height: 120px;
}

.submit {
}

.submit li {
	margin: 0;
}

.submit p {
	margin: 0;
}

.submit .recaptcha {
	font-size: 10px;
	color: #999;
}

.submit input[type="submit"] {
	width: 120px;
	height: 40px;
	border: 0;
	margin-left: auto;
	border-radius: 20px;
	border: 1px solid #000;
	font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .2em;
	color: #fff;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: .5s;
}

.submit input[type="submit"]:hover {
	background: #fff;
	color: #000;
}

.submit label {
	display: inline-block;
	margin-bottom: 24px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	#contact h2 + p {
		margin-bottom: 40px;
	}
	#contact h2 + p + p {
		font-size: 11px;
		margin-bottom: 30px;
	}
	#contact .other {
		display: block;
		margin-bottom: 50px;
	}
	#contact .other li + li {
		margin-left: 0;
		margin-top: 30px;
	}
	#contact .other dt {
		font-size: 11px;
		margin-bottom: 5px;
	}
	#contact .other dd a {
		font-size: 13px;
	}
	#contact .other + p {
		font-size: 11px;
	}
	.form {
		margin-top: 30px;
	}
	.form dl {
		display: block;
	}
	.form dt {
		width: 100%;
		margin-bottom: 15px;
	}
	.submit {
	}
	.submit li:first-child {
		order: 1;
		margin-top: 50px;
	}
	.submit .recaptcha {
		font-size: 9px;
		text-align: center;
	}
	.submit input[type="submit"] {
		width: 90px;
		height: 30px;
		border-radius: 15px;
		font-size: 11px;
		margin: 0 auto;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

footer {
	background: #000;
	position: relative;
}


/*------------------------------------------------------------------------*/

footer div {
	height: 75px;
	padding: 0 60px;
	display: flex;
	align-items: center;
}

footer div h1 {
	font-size: 0;
	margin-right: auto;
}

footer div h1 img {
	width: 150px;
}

footer div p {
	font-size: 12px;
	line-height: 1;
	color: #fff;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
	footer div {
		height: 50px;
		padding: 0 20px;
	}
	footer div h1 img {
		width: 100px;
	}
	footer div p {
		font-size: 11px;
	}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
	■ pagetop
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pagetop {
	width: 14px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 40px;
	margin-left: auto;
	margin-right: 40px;
	z-index: 1;
	mix-blend-mode: exclusion;
}

.pagetop a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagetop img {
	width: 14px;
	position: relative;
	bottom: 0;
	transition: .5s;
}

.pagetop a:hover {
	opacity: 1;
}
.pagetop a:hover img {
	bottom: 5px;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.pagetop {
		width: 11px;
		height: 30px;
		bottom: 20px;
		margin-right: 20px;
	}
	.pagetop img {
		width: 11px;
	}
}


#items .tap_area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 100%;
}
