@charset "UTF-8";
/* Sanitize
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;700&family=Noto+Serif+JP:wght@300&display=swap");
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *		IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
	cursor: default; /* 1 */
	line-height: 1.5; /* 2 */
	-moz-tab-size: 4; /* 3 */
	-o-tab-size: 4;
	   tab-size: 4; /* 3 */
	-webkit-tap-highlight-color: transparent; /* 4 */
	-ms-text-size-adjust: 100%; /* 5 */
	-webkit-text-size-adjust: 100%; /* 5 */
	word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
	margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
	margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
	display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
	list-style: none;
	padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
img {
	max-width: 100%;
	height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: top;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
	border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
	border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
	margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
	overflow: visible; /* 1 */
	text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
	border: 1px solid #a0a0a0; /* 1 */
	padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
	overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	white-space: normal; /* 1 */
	color: inherit; /* 2 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
	text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
	margin: 0; /* 1 */
	overflow: auto; /* 2 */
	resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
	padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
	box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
	display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
	background-color: white;
	border: solid;
	color: black;
	display: block;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

dialog:not([open]) {
	display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
			in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
	cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
	cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
	display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute;
}

/**
 * Add
 */
dl dd {
	margin-left: 0;
}

figure {
	margin: 0;
}

table {
	table-layout: fixed;
}

menu {
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
	line-height: 1.8;
	font-size: 1.5rem;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	color: #fff;
	background: #010001;
}

html[lang=zh-cmn-Hant] body {
	font-family: "PingFang TC", 微軟正黒體, "Microsoft JhengHei", sans-serif;
}

html[lang=zh-cmn-Hans] body {
	font-family: "PingFang SC", 微软雅黒, "Microsoft YaHei", sans-serif;
}

@media screen and (max-width: 767px) {
	body {
		line-height: 1.5;
		min-width: 1%;
		overflow-x: hidden;
		position: relative;
		font-size: 1.7333333333vw;
	}
}
.l-contents {
	position: relative;
	z-index: 0;
	display: block;
	overflow: hidden;
}

img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
	.over:hover {
		opacity: 0.6;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
}
label {
	cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
	color: inherit;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	/*&:hover,
	&:focus {
		text-decoration: underline;
	}*/
}
a:link, a:active, a:visited {
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
	}
}
/* other
--------------------------------------------------*/
.slider {
	display: none;
	height: 100%;
}

.slider.slick-initialized {
	display: block;
}

/* loader
--------------------------------------------------*/
.l-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.l-loader .l-loader__cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.l-loader .l-loader__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
}

.l-loader .l-loader__logo img {
	width: 100%;
	height: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.l-loader .l-loader__logo img.display {
	-webkit-transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.l-loader .l-loader__logo img.fadeout {
	-webkit-transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
	transition: all 1s cubic-bezier(0.65, 0, 0.35, 1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.l-header {
	position: absolute;
	z-index: 1;
	width: 100%;
}

.l-header__brandLogo {
	position: absolute;
	top: 32px;
	left: 50px;
	width: 116px;
	margin: 0;
	line-height: 1;
}
.l-header__brandLogo a {
	display: inline-block;
	line-height: 1;
}
.l-header__brandLogo a img {
	width: 100%;
}

.l-header__logo {
	position: absolute;
	top: 29px;
	right: 45px;
	width: 105px;
	margin: 0;
	line-height: 1;
}
.l-header__logo a {
	display: inline-block;
	line-height: 1;
}
.l-header__logo a img {
	width: 100%;
}

.l-headerLanguage {
	position: absolute;
	top: 36px;
	right: 205px;
	width: 127px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	font-weight: 300;
	line-height: 1;
}

.l-headerLanguage__current {
	position: relative;
	cursor: pointer;
}
.l-headerLanguage__current:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.l-headerLanguage__current.open:after {
	top: 7px;
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-headerLanguage__wrap {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 220px;
	padding-top: 16px;
}

.l-headerLanguage__link {
	background: #111;
	padding: 0.6em;
	text-align: center;
}
.l-headerLanguage__link:nth-of-type(n+2) {
	margin-top: 2px;
}
.l-headerLanguage__link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.l-headerSns {
	position: absolute;
	top: 28px;
	right: 357px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-headerSns__link {
	width: 35px;
	margin-left: 19px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.l-headerLanguage {
		right: 187px;
	}
}
@media screen and (max-width: 767px) {
	.l-header__brandLogo {
		top: 15px;
		left: 5vw;
		width: 100px;
	}
	.l-header__logo {
		top: 15px;
		right: 5vw;
		width: 80px;
	}
	.l-headerLanguage {
		top: 55px;
		right: 5vw;
		width: 85px;
		font-size: 1.2rem;
	}
	.l-headerLanguage__current:after {
		top: 1px;
		width: 7px;
		height: 7px;
	}
	.l-headerLanguage__current.open:after {
		top: 5px;
	}
	.l-headerLanguage__wrap {
		width: 120px;
		padding-top: 10px;
	}
}
.l-footer {
	position: relative;
	background: #010001;
	text-align: center;
}
.l-footer .u-wrap {
	padding: 149px 0 125px;
}

.l-footerPagetop {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 40px;
	height: 40px;
}
.l-footerPagetop a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	background: #343334;
}
.l-footerPagetop a:before {
	content: "";
	position: absolute;
	top: 54%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}

.l-footerSns {
	margin: 51px auto 0;
	width: 237px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.l-footerSns__link {
	width: 41px;
}

.l-footerLink {
	margin: 48px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.l-footerLink__link {
	line-height: 1;
}
.l-footerLink__link a {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	display: inline-block;
}
.l-footerLink__link:nth-of-type(n+2) {
	margin-left: 27px;
}
.l-footerLink__link:nth-of-type(n+2):before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	border-left: 1px solid #fff;
	margin-right: 20px;
	-webkit-transform: translateY(2px);
	        transform: translateY(2px);
}

.l-footer__copy {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 92px 0 0;
}

@media screen and (max-width: 767px) {
	.l-footer .u-wrap {
		padding: 20vw 0 13vw;
	}
	.l-footerPagetop {
		top: 5vw;
		right: 5vw;
		-webkit-transform-origin: top right;
		        transform-origin: top right;
		-webkit-transform: scale(0.75);
		        transform: scale(0.75);
	}
	.l-footer__logo {
		width: 35vw;
		margin: 0 auto;
	}
	.l-footerSns {
		margin: 7vw auto 0;
		width: 66vw;
	}
	.l-footerSns__link {
		width: 11vw;
	}
	.l-footerSns__link img {
		max-width: inherit;
		width: 100%;
	}
	.l-footerLink {
		margin: 6vw 0 0;
		width: 100%;
		display: block;
	}
	.l-footerLink__link a {
		font-size: 2.9333333333vw;
	}
	.l-footerLink__link:nth-of-type(n+2) {
		margin: 4vw 0 0;
	}
	.l-footerLink__link:nth-of-type(n+2):before {
		content: none;
	}
	.l-footer__copy {
		font-size: 2.4vw;
		margin: 11vw 0 0;
	}
}
/* --------------------------------------------------
	title
-------------------------------------------------- */
.c-title__section {
	font-size: 3.5rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
	.c-title__section {
		font-size: 4.6666666667vw;
	}
}
/* --------------------------------------------------
	button
-------------------------------------------------- */
.c-button__black a {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0.6em 38px;
	border: solid 1px #fff;
	border-radius: 100vh;
	display: inline-block;
	line-height: 1;
}

.c-button__white a {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0.6em 38px;
	border: solid 1px #000;
	border-radius: 100vh;
	display: inline-block;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.c-button__black a {
		font-size: 3.2vw;
		padding: 0.6em 7vw;
	}
	.c-button__white a {
		font-size: 3.2vw;
		padding: 0.6em 7vw;
	}
}
/* --------------------------------------------------
  anime
-------------------------------------------------- */
.c-fade__left {
	-webkit-transform: translate(-50px, 0);
	        transform: translate(-50px, 0);
	opacity: 0;
}

.c-fade__right {
	-webkit-transform: translate(50px, 0);
	        transform: translate(50px, 0);
	opacity: 0;
}

.c-fade__bottom {
	-webkit-transform: translate(0, 50px);
	        transform: translate(0, 50px);
	opacity: 0;
}

.c-image__shrink {
	overflow: hidden;
}
.c-image__shrink img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: 0;
}

.c-fade__bottom.js-animeOn,
.c-fade__left.js-animeOn,
.c-fade__right.js-animeOn {
	-webkit-transform: translate(0);
	        transform: translate(0);
	opacity: 1;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

.c-image__shrink.js-animeOn img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}

/* --------------------------------------------------
  c-slide_dot
-------------------------------------------------- */
.c-slide_dot.slick-slider {
	margin-bottom: 0;
	line-height: 0;
}
.c-slide_dot.slick-slider .slick-next, .c-slide_dot.slick-slider .slick-prev {
	width: 43px;
	height: 59px;
	z-index: 3;
}
.c-slide_dot.slick-slider .slick-next {
	right: 2%;
	background: url(../img/top/arw_next@2x.png) no-repeat center center/contain;
}
.c-slide_dot.slick-slider .slick-prev {
	left: 2%;
	background: url(../img/top/arw_prev@2x.png) no-repeat center center/contain;
}
.c-slide_dot.slick-slider .slick-next:before,
.c-slide_dot.slick-slider .slick-prev:before {
	content: none;
}
.c-slide_dot.slick-slider .slick-dots {
	bottom: 35px;
}
.c-slide_dot.slick-slider.-dotsBlack .slick-dots li button {
	background: rgba(0, 0, 0, 0.3);
}
.c-slide_dot.slick-slider.-dotsBlack .slick-dots li.slick-active button {
	background: rgb(0, 0, 0);
}
.c-slide_dot.slick-slider .slick-dots li {
	margin: 0 11px;
	width: 6px;
	height: 6px;
}
.c-slide_dot.slick-slider .slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 0;
	border-radius: 100vh;
	background: rgba(255, 255, 255, 0.3);
}
.c-slide_dot.slick-slider .slick-dots li button:before {
	content: none;
}
.c-slide_dot.slick-slider .slick-dots li.slick-active {
	width: 10px;
	height: 10px;
}
.c-slide_dot.slick-slider .slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.c-slide_dot.slick-slider .slick-next, .c-slide_dot.slick-slider .slick-prev {
		width: 5.7333333333vw;
		height: 7.8666666667vw;
	}
	.c-slide_dot.slick-slider .slick-next {
		right: 4%;
	}
	.c-slide_dot.slick-slider .slick-prev {
		left: 4%;
	}
	.c-slide_dot.slick-slider .slick-dots {
		bottom: 3vw;
	}
	.c-slide_dot.slick-slider .slick-dots li {
		margin: 0 1.5vw;
		width: 1vw;
		height: 1vw;
	}
	.c-slide_dot.slick-slider .slick-dots li button {
		width: 1vw;
		height: 1vw;
	}
	.c-slide_dot.slick-slider .slick-dots li.slick-active {
		width: 1.5vw;
		height: 1.5vw;
	}
	.c-slide_dot.slick-slider .slick-dots li.slick-active button {
		width: 1.5vw;
		height: 1.5vw;
	}
}
/* --------------------------------------------------
  c-topLineupFixed
-------------------------------------------------- */
.c-topLineupFixed__nameArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.c-topLineupFixed__name {
	position: relative;
	width: 230px;
	opacity: 0.7;
	margin: 0;
	padding-bottom: 45px;
}
.c-topLineupFixed__name:after {
	content: "Mechanical";
	position: absolute;
	bottom: 0;
	right: -5px;
	font-size: 3.5rem;
	letter-spacing: 0.08em;
	color: #b2b2b2;
	white-space: nowrap;
}

html[lang=zh-cmn-Hant] .c-topLineupFixed__name:after {
	content: "機械腕錶";
}

html[lang=zh-cmn-Hans] .c-topLineupFixed__name:after {
	content: "机械腕表";
}

.c-topLineupFixed__catch {
	font-size: 7.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 0 50px 100px;
}

html[lang=en] .c-topLineupFixed__catch {
	font-size: 6.3rem;
}

.c-topLineupFixed__lead {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.2em;
	margin: 14px 0 0;
}

@media screen and (min-width: 1000px) {
	.c-topLineupFixed.js-fixed {
		position: fixed;
		top: 70px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
	.c-topLineupFixed__name {
		width: 15.3333333333vw;
		padding-bottom: 3vw;
	}
	.c-topLineupFixed__name:after {
		right: -0.3333333333vw;
		font-size: 2.3333333333vw;
	}
	.c-topLineupFixed__catch {
		font-size: 4.6666666667vw;
		margin: 0 0 3vw 7.6vw;
	}
	.c-topLineupFixed__lead {
		font-size: 1.7333333333vw;
		margin: 2.6666666667vw 0 0;
	}
	html[lang=en] .c-topLineupFixed__catch {
		font-size: 3.8vw;
	}
	html[lang=en] .c-topLineupFixed__lead {
		font-size: 1.4666666667vw;
	}
}
@media screen and (max-width: 999px) {
	.c-topLineupFixed__nameArea {
		display: block;
	}
	.c-topLineupFixed__name {
		width: 200px;
	}
	.c-topLineupFixed__catch {
		margin: 44px 0 0;
		font-size: 6.1rem;
	}
	html[lang=en] .c-topLineupFixed__catch {
		font-size: 5.2rem;
	}
	.c-topLineupFixed__lead {
		margin: 39px 0 0;
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.c-topLineupFixed__name {
		width: 33vw;
		padding-bottom: 5vw;
	}
	.c-topLineupFixed__name:after {
		right: -1vw;
		font-size: 4.6666666667vw;
	}
	html[lang=zh-cmn-Hans] .c-topLineupFixed__name:after,
	html[lang=zh-cmn-Hant] .c-topLineupFixed__name:after {
		bottom: -1vw;
	}
	.c-topLineupFixed__catch {
		font-size: 7.3333333333vw;
		margin: 4vw 0 0;
	}
	html[lang=en] .c-topLineupFixed__catch {
		font-size: 5.6vw;
	}
	.c-topLineupFixed__lead {
		font-size: 3.0666666667vw;
		margin: 5vw 0 0;
	}
}
/* --------------------------------------------------
  c-tab__contents
-------------------------------------------------- */
.c-tab__contents {
	visibility: hidden;
	height: 0;
}

.c-tab__contents.js-show {
	visibility: visible;
	height: auto;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
	.u-pc {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.u-sp {
		display: none !important;
	}
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
	display: block;
	clear: both;
	content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
	text-align: left;
}

.u-alignC {
	text-align: center;
}

.u-alignR {
	text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-margin.-short {
	margin-bottom: 16px;
}
.u-margin.-middle {
	margin-bottom: 32px;
}
.u-margin.-large {
	margin-bottom: 64px;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
	padding-top: 56.25%;
}

.-ratio4-3 {
	padding-top: 75%;
}

/* --------------------------------------------------
  u-wrap
-------------------------------------------------- */
.u-wrap {
	position: relative;
	max-width: 1280px;
	width: 90vw;
	margin: 0 auto;
}

/* --------------------------------------------------
    p-topMv
-------------------------------------------------- */
.p-topMv {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	background: #010001;
}
.p-topMv video {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.p-topMv__scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	padding-bottom: 90px;
}
.p-topMv__scroll:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 50%;
	width: 1px;
	overflow: hidden;
	background: #fff;
	-webkit-animation: scroll 1.4s ease-in-out infinite;
	        animation: scroll 1.4s ease-in-out infinite;
}

@-webkit-keyframes scroll {
	0% {
		height: 0;
		top: 25px;
		opacity: 0;
	}
	30% {
		height: 80px;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}

@keyframes scroll {
	0% {
		height: 0;
		top: 25px;
		opacity: 0;
	}
	30% {
		height: 80px;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}
.ie11 .p-topMv__scroll:after {
	-webkit-animation: scroll_ie 1.4s ease-in-out infinite;
	        animation: scroll_ie 1.4s ease-in-out infinite;
}

@-webkit-keyframes scroll_ie {
	0% {
		height: 0;
		top: 5px;
		opacity: 0;
	}
	30% {
		height: 80px;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}

@keyframes scroll_ie {
	0% {
		height: 0;
		top: 5px;
		opacity: 0;
	}
	30% {
		height: 80px;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-topMv {
		padding-top: 0;
	}
	.p-topMv video {
		width: auto;
		height: auto;
		min-width: 100%;
		min-height: 100%;
	}
	.p-topMv__scroll {
		font-size: 1rem;
		padding-bottom: 70px;
	}
}
@-webkit-keyframes scroll_sp {
	0% {
		height: 0;
		top: 15px;
		opacity: 0;
	}
	30% {
		height: 15px;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}
@keyframes scroll_sp {
	0% {
		height: 0;
		top: 15px;
		opacity: 0;
	}
	30% {
		height: 15px;
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}
/* --------------------------------------------------
    p-topSns
-------------------------------------------------- */
@media screen and (max-width: 767px) {
	.p-topSns {
		width: 100%;
		height: 60px;
		background: #010001;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.p-topSns__link {
		width: 40px;
	}
	.p-topSns__link:nth-of-type(n+2) {
		margin-left: 20px;
	}
}
/* --------------------------------------------------
    p-topPrologue
-------------------------------------------------- */
.p-topPrologue {
	background: url(../img/top/bg_prologue_pc@2x.jpg) no-repeat center center/1600px auto;
}
.p-topPrologue .u-wrap {
	padding: 243px 0 147px;
	text-align: center;
}

html[lang=en] .p-topPrologue .u-wrap {
	max-width: 900px;
	text-align: left;
}

.p-topPrologue__title {
	margin: 0;
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
}

html[lang=en] .p-topPrologue__title {
	margin: 0 auto;
	max-width: 900px;
	text-align: left;
}

.p-topPrologue__text {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.3em;
	line-height: 2.5;
	margin: 69px 0 0;
}

.p-topPrologue__logo {
	margin: 70px 0 0;
	text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 919px) {
	.p-topPrologue {
		background: url(../img/top/bg_prologue_pc@2x.jpg) no-repeat center center/cover;
	}
}
@media screen and (min-width: 768px) and (max-width: 819px) {
	.p-topPrologue__title {
		font-size: 3.9024390244vw;
	}
}
@media screen and (max-width: 767px) {
	.p-topPrologue {
		background: #010001 url(../img/top/bg_prologue_sp@2x.jpg) no-repeat center top/100% auto;
	}
	.p-topPrologue .u-wrap {
		padding: 25vw 0 26vw;
	}
	.p-topPrologue__title {
		font-size: 4vw;
		margin: 0 auto;
	}
	.p-topPrologue__text {
		font-size: 3.2vw;
		margin: 9vw 0 0;
	}
	html[lang=en] .p-topPrologue__text {
		letter-spacing: 0.1em;
	}
	.p-topPrologue__logo {
		width: 26vw;
		margin: 10vw auto 0;
	}
}
/* --------------------------------------------------
    p-topFeatures
-------------------------------------------------- */
.p-topFeatures {
	padding-top: 150px;
	background: #010001;
}
.p-topFeatures .slick-slide {
	line-height: 0;
}

.p-topFeatures__title {
	margin: 0 0 103px;
}

.p-topFeatures__item {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.p-topFeatures__text2 {
	font-weight: bold;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin: 0;
}

html[lang=en] .p-topFeatures__text2 {
	font-size: 3.2rem;
}

.p-topFeatures__text {
	font-weight: 300;
	font-size: 2rem;
	line-height: 2;
	margin: 23px 0 0;
	letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
	.p-topFeatures__box {
		position: relative;
	}
	.p-topFeatures__item.-slide1 {
		background: url(../img/top/img_features1_pc.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide2 {
		background: url(../img/top/img_features2_pc.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide3 {
		background: url(../img/top/img_features3_pc.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide4 {
		background: url(../img/top/img_features4_pc.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide5 {
		background: url(../img/top/img_features5_pc.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide6 {
		background: url(../img/top/img_features6_pc.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__textArea {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		height: 72%;
	}
	.p-topFeatures__textArea.u-wrap {
		max-width: 1200px;
		width: 75vw;
	}
}
@media (-webkit-device-pixel-ratio: 2) and (min-width: 768px) {
	.p-topFeatures__item.-slide1 {
		background: url(../img/top/img_features1_pc@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide2 {
		background: url(../img/top/img_features2_pc@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide3 {
		background: url(../img/top/img_features3_pc@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide4 {
		background: url(../img/top/img_features4_pc@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide5 {
		background: url(../img/top/img_features5_pc@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide6 {
		background: url(../img/top/img_features6_pc@2x.jpg) no-repeat center center/cover;
	}
}
@media screen and (min-width: 768px) and (max-width: 1229px) {
	.p-topFeatures__textArea {
		height: 80%;
	}
	.p-topFeatures__text2 {
		font-size: 2.6016260163vw;
	}
	html[lang=en] .p-topFeatures__text2 {
		font-size: 2.4390243902vw;
	}
	.p-topFeatures__text {
		font-size: 1.4634146341vw;
	}
}
@media screen and (max-width: 767px) {
	.p-topFeatures {
		padding-top: 12vw;
	}
	.p-topFeatures__title {
		margin: 0 0 7vw;
	}
	.p-topFeatures__item {
		padding-top: 80%;
	}
	.p-topFeatures__item.-slide1 {
		background: url(../img/top/img_features1_sp.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide2 {
		background: url(../img/top/img_features2_sp.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide3 {
		background: url(../img/top/img_features3_sp.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide4 {
		background: url(../img/top/img_features4_sp.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide5 {
		background: url(../img/top/img_features5_sp.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide6 {
		background: url(../img/top/img_features6_sp.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__textArea {
		padding: 4.5vw 0;
	}
	html[lang=en] .p-topFeatures__text2,
	.p-topFeatures__text2 {
		font-size: 4.6666666667vw;
		line-height: 1.4;
		margin: 0;
	}
	.p-topFeatures__text {
		font-size: 3.3333333333vw;
		line-height: 2;
		margin: 4vw 0 0;
	}
}
@media (-webkit-device-pixel-ratio: 2) and (max-width: 767px) {
	.p-topFeatures__item.-slide1 {
		background: url(../img/top/img_features1_sp@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide2 {
		background: url(../img/top/img_features2_sp@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide3 {
		background: url(../img/top/img_features3_sp@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide4 {
		background: url(../img/top/img_features4_sp@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide5 {
		background: url(../img/top/img_features5_sp@2x.jpg) no-repeat center center/cover;
	}
	.p-topFeatures__item.-slide6 {
		background: url(../img/top/img_features6_sp@2x.jpg) no-repeat center center/cover;
	}
}
/* --------------------------------------------------
    p-topMovement
-------------------------------------------------- */
.p-topMovement__title {
	font-weight: bold;
	font-size: 4.5rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 0;
}

html[lang=en] .p-topMovement__title {
	font-size: 4rem;
}

.p-topMovement__text {
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 0.14em;
	line-height: 3;
	margin: 27px 0 0;
}

html[lang=en] .p-topMovement__text {
	line-height: 2;
}

@media screen and (min-width: 1000px) {
	.p-topMovement {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 31.25%;
		background: url(../img/top/bg_movement_pc.jpg) no-repeat center top/cover;
	}
	.p-topMovement__box {
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		padding: 105px 0 0 35%;
	}
	html[lang=en] .p-topMovement__box {
		padding-top: 30px;
	}
	html[lang=zh-cmn-Hans] .p-topMovement__box {
		padding: 105px 0 0 25%;
	}
	html[lang=zh-cmn-Hant] .p-topMovement__box {
		padding: 105px 0 0 30%;
	}
}
@media (-webkit-device-pixel-ratio: 2) and (min-width: 1000px) {
	.p-topMovement {
		background: url(../img/top/bg_movement_pc@2x.jpg) no-repeat center top/cover;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1229px) {
	.p-topMovement__box {
		padding-top: 6.5040650407vw;
		padding-left: 25%;
	}
	.p-topMovement__title {
		font-size: 3.8211382114vw;
	}
	.p-topMovement__text {
		font-size: 1.3821138211vw;
		margin-top: 2.1951219512vw;
	}
	html[lang=zh-cmn-Hant] .p-topMovement__box {
		padding-left: 20%;
	}
	html[lang=en] .p-topMovement__title {
		font-size: 3.2520325203vw;
	}
}
@media screen and (max-width: 999px) {
	.p-topMovement {
		padding: 50px 0;
		background: #010001 url(../img/top/bg_movement_sp.jpg) no-repeat center top/100% auto;
	}
	.p-topMovement__title {
		font-size: 4vw;
		line-height: 1.4;
	}
	.p-topMovement__text {
		font-size: 2.4vw;
		line-height: 2;
		margin: 55vw 0 0;
	}
	.p-topMovement__br {
		display: none;
	}
	.p-topMovement__text + .p-topMovement__text {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.p-topMovement {
		padding: 5vw 0 10vw;
	}
	.p-topMovement__title {
		font-size: 4.6666666667vw;
	}
	.p-topMovement__text {
		font-size: 3.2vw;
		letter-spacing: 0.1em;
		margin: 51vw 0 0;
	}
	.p-topMovement__text + .p-topMovement__text {
		margin-top: 5vw;
	}
	html[lang=en] .p-topMovement__title {
		font-size: 4.6666666667vw;
	}
	html[lang=en] .p-topMovement__text {
		margin: 51vw 0 0;
	}
	html[lang=en] .p-topMovement__text + .p-topMovement__text {
		margin-top: 5vw;
	}
}
@media (-webkit-device-pixel-ratio: 2) and (max-width: 999px) {
	.p-topMovement {
		background: url(../img/top/bg_movement_sp@2x.jpg) no-repeat center top/100% auto;
	}
}
/* --------------------------------------------------
    p-topLineup
-------------------------------------------------- */
.p-topLineup {
	background: #010001;
	padding: 95px 0 0;
}

.p-topLineup__title {
	margin: 0 0 58px;
}

/*js-topLineupSlide*/
.p-topLineupSlide {
	position: relative;
	margin-bottom: 92px;
}
.p-topLineupSlide .slick-next, .p-topLineupSlide .slick-prev {
	width: 43px;
	height: 59px;
	z-index: 3;
}
.p-topLineupSlide .slick-next {
	right: 11%;
	background: url(../img/top/arw_next@2x.png) no-repeat center center/contain;
}
.p-topLineupSlide .slick-prev {
	left: 11%;
	background: url(../img/top/arw_prev@2x.png) no-repeat center center/contain;
}
.p-topLineupSlide .slick-next:before,
.p-topLineupSlide .slick-prev:before {
	content: none;
}
.p-topLineupSlide .slick-list {
	z-index: 1;
}
.p-topLineupSlide .slick-list img {
	max-width: inherit;
	width: 100%;
}
.p-topLineupSlide .slick-slide {
	position: relative;
}
.p-topLineupSlide .slick-slide:not(.slick-current) {
	opacity: 0.5;
}

.p-topLineupSlide__link {
	position: absolute;
	bottom: 19px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 93px;
	height: 49px;
	display: block;
	-webkit-animation: arrow 2s ease-in-out infinite;
	        animation: arrow 2s ease-in-out infinite;
	outline: none;
}

@-webkit-keyframes arrow {
	0% {
		bottom: 30px;
	}
	50% {
		bottom: 19px;
	}
	100% {
		bottom: 30px;
	}
}

@keyframes arrow {
	0% {
		bottom: 30px;
	}
	50% {
		bottom: 19px;
	}
	100% {
		bottom: 30px;
	}
}
.p-topLineupSlide__text {
	position: absolute;
	bottom: 62px;
	left: 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.p-topLineupSlide__number {
	width: 128px;
	margin: 0;
}

.p-topLineupSlide__catch {
	font-size: 4rem;
	font-weight: bold;
	margin: 0 0 20px 30px;
	letter-spacing: 0.1em;
	line-height: 1;
}

html[lang=en] .p-topLineupSlide__catch {
	font-size: 3rem;
}

/*p-topLineupMv*/
.p-topLineupMv {
	position: relative;
}

.p-topLineupMv__slide img {
	max-width: inherit;
	max-width: auto;
	width: 100%;
}

.p-topLineupMv__slideItem {
	position: relative;
}

.p-topLineupMv__slideText {
	position: absolute;
	bottom: 0;
	right: 0;
	left: auto;
	-webkit-transform: none;
	        transform: none;
	width: 35%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: 0.2em;
	padding: 0 3.5% 61px 0;
}

html[lang=en] .p-topLineupMv__slideText {
	bottom: 0;
	right: 0;
	left: auto;
	-webkit-transform: none;
	        transform: none;
	width: 35%;
}

.p-topLineupMv__textArea {
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 3;
}

/*p-topLineupBox__slideWrap*/
.p-topLineupBox__slideWrap {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-top: 240px;
}

.p-topLineupBox__slide {
	width: 47%;
	margin-left: 50px;
}
.p-topLineupBox__slide img {
	max-width: inherit;
	max-width: auto;
	width: 100%;
}
.p-topLineupBox__slide.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.p-topLineupBox__slide.c-slide_dot.slick-slider .slick-prev {
	left: 4%;
}
.p-topLineupBox__slide.c-slide_dot.slick-slider .slick-next {
	right: 4%;
}

.p-topLineupBox__slideTextArea {
	width: 44%;
}

.p-topLineupType {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.p-topLineupType__item {
	position: relative;
	width: 186px;
	cursor: pointer;
}
.p-topLineupType__item:nth-of-type(n+2) {
	margin-left: 41px;
}

.p-topLineupType__textArea {
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	white-space: nowrap;
	-webkit-transform: translateX(-9px);
	        transform: translateX(-9px);
}

.p-topLineupType__number {
	font-size: 1.3rem;
	font-weight: 300;
	margin: 0;
	letter-spacing: 0.08em;
}

.p-topLineupType__tax {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	font-weight: 500;
	margin: 7px 0 0;
}
.p-topLineupType__tax .p-topLineupType__taxS {
	font-size: 1.3rem;
}

.p-topLineupType__price {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	margin: 8px 0 0;
}

.p-topLineupType__date {
	position: relative;
	margin: 0;
	font-size: 1.2rem;
	margin: 15px auto 0;
	border: 1px solid #fff;
	padding: 7px 10px;
	display: inline-block;
	width: 80%;
	display: block;
}
.p-topLineupType__date:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.p-topLineupType__date.-padding0 {
	padding: 0;
}
.p-topLineupType__date.-padding0 a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 10px;
}
.p-topLineupType__date.-padding0 a:hover {
	opacity: 1;
	-webkit-transition: none;
	transition: none;
}

.p-topLineupType__new {
	position: absolute;
	top: -40px;
	left: 0;
	-webkit-transform: translateX(-6px);
	        transform: translateX(-6px);
	text-align: center;
	width: 100%;
}

.p-topLineupType__newIn {
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #fff;
	padding: 3px 20px;
	margin: 0 auto;
	display: inline-block;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: unset;
}

img.mfp-img {
	padding: 0 40px;
}

.mfp-figure:after {
	top: 0;
	bottom: 0;
	left: 40px;
	right: 40px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	right: 5px;
	padding-right: 0;
	width: 40px;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.mfp-image-holder .mfp-close:before, .mfp-image-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 0;
	width: 21px;
	height: 2px;
	border-top: 2px solid #fff;
}
.mfp-image-holder .mfp-close:before, .mfp-iframe-holder .mfp-close:before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mfp-image-holder .mfp-close:after, .mfp-iframe-holder .mfp-close:after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/*p-topLineupLoop*/
.p-topLineupLoop {
	padding-top: 500px;
	line-height: 0;
}
.p-topLineupLoop.swiper-container .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	        transition-timing-function: linear !important;
	line-height: 1;
}

.p-topLineupLoop__item {
	position: relative;
	padding-top: 31.25%;
	height: 0;
	width: 50%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}

.p-topLineupBox.-area870 .p-topLineupLoop__item.-item1 {
	background-image: url(../img/top/slide_lineuoloop870_1_pc.jpg);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item2 {
	background-image: url(../img/top/slide_lineuoloop870_2_pc.jpg);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item3 {
	background-image: url(../img/top/slide_lineuoloop870_3_pc.jpg);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item4 {
	background-image: url(../img/top/slide_lineuoloop870_4_pc.jpg);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item5 {
	background-image: url(../img/top/slide_lineuoloop870_5_pc.jpg);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item6 {
	background-image: url(../img/top/slide_lineuoloop870_6_pc.jpg);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item7 {
	background-image: url(../img/top/slide_lineuoloop870_7_pc.jpg);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item8 {
	background-image: url(../img/top/slide_lineuoloop870_8_pc.png);
}
.p-topLineupBox.-area870 .p-topLineupLoop__item.-item9 {
	background-image: url(../img/top/slide_lineuoloop870_9_pc.png);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item1 {
	background-image: url(../img/top/slide_lineuoloop830_1_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item2 {
	background-image: url(../img/top/slide_lineuoloop830_2_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item3 {
	background-image: url(../img/top/slide_lineuoloop830_3_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item4 {
	background-image: url(../img/top/slide_lineuoloop830_4_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item5 {
	background-image: url(../img/top/slide_lineuoloop830_5_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item6 {
	background-image: url(../img/top/slide_lineuoloop830_6_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item7 {
	background-image: url(../img/top/slide_lineuoloop830_7_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item8 {
	background-image: url(../img/top/slide_lineuoloop830_8_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item9 {
	background-image: url(../img/top/slide_lineuoloop830_9_pc.jpg);
}
.p-topLineupBox.-area830 .p-topLineupLoop__item.-item10 {
	background-image: url(../img/top/slide_lineuoloop830_10_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item1 {
	background-image: url(../img/top/slide_lineuoloop831_1_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item2 {
	background-image: url(../img/top/slide_lineuoloop831_2_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item3 {
	background-image: url(../img/top/slide_lineuoloop831_5_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item4 {
	background-image: url(../img/top/slide_lineuoloop831_6_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item5 {
	background-image: url(../img/top/slide_lineuoloop831_7_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item6 {
	background-image: url(../img/top/slide_lineuoloop831_8_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item7 {
	background-image: url(../img/top/slide_lineuoloop831_9_pc.jpg);
}
.p-topLineupBox.-area831 .p-topLineupLoop__item.-item8 {
	background-image: url(../img/top/slide_lineuoloop831_10_pc.jpg);
}

/*-area830*/
.p-topLineupBox.-area830 {
	background: #e6e6e6;
}
.p-topLineupBox.-area830 .p-topLineupMv__slideText {
	color: #000;
}
.p-topLineupBox.-area830 .p-topLineupBox__slideTextArea {
	padding-bottom: 50px;
}
.p-topLineupBox.-area830 .c-topLineupFixed__name:after {
	color: #5c5553;
}
.p-topLineupBox.-area830 .c-topLineupFixed {
	color: #000;
}
.p-topLineupBox.-area830 .p-topLineupType {
	color: #010001;
}
.p-topLineupBox.-area830 .p-topLineupType__date {
	border: 1px solid #000;
}
.p-topLineupBox.-area830 .p-topLineupType__date:after {
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

/*-area831*/
.p-topLineupBox.-area831 .p-topLineupBox__slideTextArea {
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.p-topLineupType__date:hover {
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
		color: #000;
		background: #fff;
	}
	.p-topLineupType__date:hover:after {
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}
	.p-topLineupBox.-area830 .p-topLineupType__date:hover {
		-webkit-transition: color 0.3s;
		transition: color 0.3s;
		color: #fff;
		background: #000;
	}
	.p-topLineupBox.-area830 .p-topLineupType__date:hover:after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}
@media screen and (min-width: 1000px) {
	.p-topLineupBox__button {
		display: none;
	}
	.p-topLineupBox__slide .p-topLineupBox__slideText {
		display: none;
	}
	.p-topLineupBox__textArea {
		display: none;
	}
	.p-topLineupType {
		padding: 0 10% 0 23%;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.p-topLineupType.lineup3 {
		padding: 0;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.p-topLineupBox.-area830 .p-topLineupType {
		width: 413px;
		margin: 0 auto;
		padding: 0;
	}
	.p-topLineupBox.-area830 .p-topLineupMv__slideItem:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30%;
		background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(70%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
	}
	.p-topLineupBox.-area830 .p-topLineupBox__slideWrap,
	.p-topLineupBox.-area830 .p-topLineupLoop {
		background: url(../img/top/bg_lineup830_pc.jpg) no-repeat center center/cover;
	}
	.p-topLineupBox.-area870 .p-topLineupBox__slideWrap,
	.p-topLineupBox.-area831 .p-topLineupBox__slideWrap {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.p-topLineupBox.-area870 .p-topLineupType,
	.p-topLineupBox.-area831 .p-topLineupType {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 413px;
		margin: 0 auto;
		padding: 0;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-of-type(3),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-of-type(3) {
		margin-left: 0;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-child(n+3),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-child(n+3) {
		margin-top: 40px;
	}
}
@media (-webkit-device-pixel-ratio: 2) and (min-width: 1000px) {
	.p-topLineupBox.-area830 .p-topLineupBox__slideWrap,
	.p-topLineupBox.-area830 .p-topLineupLoop {
		background: #e6e6e6 url(../img/top/bg_lineup830_pc@2x.jpg) no-repeat center center/cover;
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop870_1_pc@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop870_2_pc@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop870_3_pc@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop870_4_pc@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop870_5_pc@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop870_6_pc@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop870_7_pc@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop870_8_pc@2x.png);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item9 {
		background-image: url(../img/top/slide_lineuoloop870_9_pc@2x.png);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop830_1_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop830_2_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop830_3_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop830_4_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop830_5_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop830_6_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop830_7_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop830_8_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item9 {
		background-image: url(../img/top/slide_lineuoloop830_9_pc@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item10 {
		background-image: url(../img/top/slide_lineuoloop830_10_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop831_1_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop831_2_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop831_5_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop831_6_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop831_7_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop831_8_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop831_9_pc@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop831_10_pc@2x.jpg);
	}
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
	.p-topLineupSlide__number {
		width: 9.5652173913vw;
	}
	.p-topLineupSlide__catch {
		font-size: 3.0434782609vw;
		font-weight: bold;
		margin: 0 0 1.7391304348vw 2.6086956522vw;
	}
	html[lang=en] .p-topLineupSlide__catch {
		font-size: 2.6086956522vw;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1499px) {
	.p-topLineup .u-wrap {
		width: 80vw;
	}
	/*p-topLineupBox__slideWrap*/
	.p-topLineupBox__slideWrap {
		padding-top: 23.3333333333vw;
	}
	.p-topLineupBox__slide {
		width: 42%;
	}
	.p-topLineupType {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.p-topLineupType__textArea {
		-webkit-transform: translateX(-0.5vw);
		        transform: translateX(-0.5vw);
	}
	.p-topLineupType__price {
		font-size: 1.1rem;
	}
	.p-topLineupBox.-area830 .p-topLineupBox__slideTextArea {
		padding-bottom: 1.3333333333vw;
	}
	.p-topLineupBox.-area831 .p-topLineupBox__slideTextArea {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1179px) {
	/*p-topLineupBox__slideWrap*/
	.p-topLineupBox__slideWrap {
		padding-top: 26.6666666667vw;
	}
	.p-topLineupType__item {
		padding-bottom: 2.9661016949vw;
	}
}
@media screen and (max-width: 999px) {
	.p-topLineupBox.-area870 {
		background: #010001 url(../img/top/bg_lineup870_sp.jpg) no-repeat right top/100% auto;
	}
	.p-topLineupBox.-area830 {
		background: #e6e6e6 url(../img/top/bg_lineup830_sp.jpg) no-repeat right top/100% auto;
	}
	.p-topLineupBox.-area831 {
		background: #010001 url(../img/top/bg_lineup831_sp.jpg) no-repeat right top/100% auto;
	}
	/*p-topLineupMv*/
	.p-topLineupMv {
		display: none;
	}
	/*p-topLineupBox__slideWrap*/
	.p-topLineupBox__slideWrap {
		display: block;
		padding-top: 0;
	}
	.p-topLineupBox__slide {
		width: 100%;
		margin-left: 0;
	}
	.p-topLineupBox__slide .p-topLineupBox__slideItem {
		position: relative;
	}
	.p-topLineupBox__slide .p-topLineupBox__slideText {
		position: absolute;
		bottom: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 150px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 1.5em 2em 70px;
		background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.9)), to(transparent));
		background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 70%, transparent 100%);
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}
	.p-topLineupBox.-area830 .p-topLineupBox__slide .p-topLineupBox__slideText {
		background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(70%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
		background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
		color: #000;
	}
	.p-topLineupBox.-area870 .p-topLineupType,
	.p-topLineupBox.-area831 .p-topLineupType {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width: 420px;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-of-type(3),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-of-type(3) {
		margin-left: 0;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-child(n+3),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-child(n+3) {
		margin-top: 30px;
	}
	.p-topLineupBox__slideTextArea {
		width: 90%;
		padding: 70px 0;
		margin: 0 auto;
	}
	.p-topLineupBox__textArea {
		position: static;
		top: auto;
		left: auto;
		-webkit-transform: none;
		        transform: none;
	}
	.p-topLineupBox__button {
		margin: 17px 0 0;
	}
	.p-topLineupType {
		width: 420px;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin: 70px auto 0;
	}
	.p-topLineupType.lineup3 {
		width: 640px;
	}
	.p-topLineupType__item {
		position: relative;
		width: 186px;
	}
	.p-topLineupType__item:nth-of-type(n+2) {
		margin-left: 41px;
	}
	.p-topLineupType__textArea {
		-webkit-transform: translateX(-8px);
		        transform: translateX(-8px);
	}
	.p-topLineupType__new {
		-webkit-transform: translateX(-4px);
		        transform: translateX(-4px);
	}
	/*p-topLineupLoop*/
	.p-topLineupLoop {
		padding-top: 6vw;
	}
	.p-topLineupLoop__item {
		width: 100%;
		padding-top: 62.5%;
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop870_1_sp.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop870_2_sp.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop870_3_sp.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop870_4_sp.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop870_5_sp.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop870_6_sp.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop870_7_sp.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop870_8_pc.png);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item9 {
		background-image: url(../img/top/slide_lineuoloop870_9_pc.png);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop830_1_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop830_2_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop830_3_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop830_4_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop830_5_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop830_6_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop830_7_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop830_8_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item9 {
		background-image: url(../img/top/slide_lineuoloop830_9_sp.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item10 {
		background-image: url(../img/top/slide_lineuoloop830_10_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop831_1_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop831_2_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop831_5_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop831_6_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop831_7_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop831_8_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop831_9_sp.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop831_10_sp.jpg);
	}
}
@media (-webkit-device-pixel-ratio: 2) and (max-width: 999px) {
	.p-topLineupBox.-area870 {
		background: #010001 url(../img/top/bg_lineup870_sp@2x.jpg) no-repeat right top/100% auto;
	}
	.p-topLineupBox.-area830 {
		background: #e6e6e6 url(../img/top/bg_lineup830_sp@2x.jpg) no-repeat right top/100% auto;
	}
	.p-topLineupBox.-area831 {
		background: #010001 url(../img/top/bg_lineup831_sp@2x.jpg) no-repeat right top/100% auto;
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop870_1_sp@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop870_2_sp@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop870_3_sp@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop870_4_sp@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop870_5_sp@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop870_6_sp@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop870_7_sp@2x.jpg);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop870_8_pc@2x.png);
	}
	.p-topLineupBox.-area870 .p-topLineupLoop__item.-item9 {
		background-image: url(../img/top/slide_lineuoloop870_9_pc@2x.png);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop830_1_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop830_2_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop830_3_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop830_4_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop830_5_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop830_6_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop830_7_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop830_8_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item9 {
		background-image: url(../img/top/slide_lineuoloop830_9_sp@2x.jpg);
	}
	.p-topLineupBox.-area830 .p-topLineupLoop__item.-item10 {
		background-image: url(../img/top/slide_lineuoloop830_10_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item1 {
		background-image: url(../img/top/slide_lineuoloop831_1_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item2 {
		background-image: url(../img/top/slide_lineuoloop831_2_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item3 {
		background-image: url(../img/top/slide_lineuoloop831_5_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item4 {
		background-image: url(../img/top/slide_lineuoloop831_6_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item5 {
		background-image: url(../img/top/slide_lineuoloop831_7_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item6 {
		background-image: url(../img/top/slide_lineuoloop831_8_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item7 {
		background-image: url(../img/top/slide_lineuoloop831_9_sp@2x.jpg);
	}
	.p-topLineupBox.-area831 .p-topLineupLoop__item.-item8 {
		background-image: url(../img/top/slide_lineuoloop831_10_sp@2x.jpg);
	}
}
@media screen and (max-width: 767px) {
	.p-topLineup {
		padding: 18.5vw 0 0;
	}
	.p-topLineup__title {
		margin: 0 0 7vw;
	}
	.p-topLineupSlide {
		margin-bottom: 0;
	}
	.p-topLineupSlide .slick-next, .p-topLineupSlide .slick-prev {
		width: 5.7333333333vw;
		height: 7.8666666667vw;
	}
	.p-topLineupSlide .slick-next {
		right: 8%;
	}
	.p-topLineupSlide .slick-prev {
		left: 8%;
	}
	.p-topLineupSlide__link {
		bottom: 3vw;
		width: 10vw;
		height: 6vw;
		-webkit-animation: arrow_sp 2s ease-in-out infinite;
		        animation: arrow_sp 2s ease-in-out infinite;
	}
	.p-topLineupSlide__text {
		bottom: 8vw;
		left: 3vw;
	}
	.p-topLineupSlide__number {
		width: 15.5vw;
	}
	.p-topLineupSlide__catch {
		font-size: 5.3333333333vw;
		margin: 0 0 1vw 4vw;
	}
	html[lang=en] .p-topLineupSlide__catch {
		font-size: 4vw;
	}
	.p-topLineupBox__slide .slick-dots {
		bottom: 5vw;
	}
	.p-topLineupBox__slide .slick-dots li {
		margin: 0 1.5vw;
		width: 1vw;
		height: 1vw;
	}
	.p-topLineupBox__slide .slick-dots li button {
		width: 1vw;
		height: 1vw;
	}
	.p-topLineupBox__slide .slick-dots li.slick-active {
		width: 1.5vw;
		height: 1.5vw;
	}
	.p-topLineupBox__slide .slick-dots li.slick-active button {
		width: 1.5vw;
		height: 1.5vw;
	}
	.p-topLineupBox__slide .p-topLineupBox__slideText {
		height: 30vw;
		padding: 1.5em 2em 9vw;
		font-size: 3.2vw;
		letter-spacing: 0.2em;
	}
	.p-topLineupBox__slideTextArea {
		width: 90vw;
		padding: 12vw 0 4vw;
	}
	.p-topLineupBox__button {
		margin: 3.5vw 0 0;
	}
	.p-topLineupType {
		margin-top: 13.5vw;
		width: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.p-topLineupType.lineup3 {
		width: auto;
	}
	.p-topLineupType.lineup3 .p-topLineupType__item:nth-of-type(n+2) {
		margin-left: 5vw;
	}
	.p-topLineupType__item {
		width: calc((100% - 10vw) / 3);
	}
	.p-topLineupType__item:nth-of-type(n+2) {
		margin-left: 10vw;
	}
	.p-topLineupType__image {
		padding: 0 1.5vw;
		text-align: center;
	}
	.p-topLineupType__textArea {
		-webkit-transform: translateX(-1vw);
		        transform: translateX(-1vw);
		bottom: 2vw;
	}
	.p-topLineupType__number {
		font-size: 2.6666666667vw;
	}
	.p-topLineupType__tax {
		font-size: 3.2vw;
		margin: 1.5vw 0 0;
	}
	.p-topLineupType__tax .p-topLineupType__taxS {
		font-size: 2.6666666667vw;
	}
	.p-topLineupType__price {
		font-size: 2.6666666667vw;
		margin: 1.5vw 0 0;
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	.p-topLineupType__date {
		font-size: 2.6666666667vw;
		margin: 2vw auto 0;
		padding: 1.5vw;
	}
	.p-topLineupType__date:after {
		right: 4vw;
		width: 1.2vw;
		height: 1.2vw;
	}
	.p-topLineupType__date.-padding0 a {
		padding: 1.5vw;
	}
	.p-topLineupType__new {
		top: -7.5vw;
		-webkit-transform: translateX(-0.5vw);
		        transform: translateX(-0.5vw);
	}
	.p-topLineupType__newIn {
		font-size: 2.1333333333vw;
		padding: 1vw 1.5vw;
	}
	.p-topLineupBox.-area830 .p-topLineupType {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 64vw;
	}
	.p-topLineupBox.-area830 .p-topLineupType__item {
		width: 27vw;
	}
	.p-topLineupBox.-area870 .p-topLineupType,
	.p-topLineupBox.-area831 .p-topLineupType {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 64vw;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item,
	.p-topLineupBox.-area831 .p-topLineupType__item {
		width: 27vw;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-child(3),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-child(3) {
		margin-left: 0;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-child(4),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-child(4) {
		margin-left: 10vw;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-child(n+3),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-child(n+3) {
		margin-top: 5vw;
	}
	.p-topLineupBox.-area870 .p-topLineupType__item:nth-child(n+4),
	.p-topLineupBox.-area831 .p-topLineupType__item:nth-child(n+4) {
		margin-top: 5vw;
	}
}
@-webkit-keyframes arrow_sp {
	0% {
		bottom: 0vw;
	}
	50% {
		bottom: 3vw;
	}
	100% {
		bottom: 0vw;
	}
}
@keyframes arrow_sp {
	0% {
		bottom: 0vw;
	}
	50% {
		bottom: 3vw;
	}
	100% {
		bottom: 0vw;
	}
}
/* --------------------------------------------------
    p-topFair
-------------------------------------------------- */
.p-topFair {
	background: #fff;
}
.p-topFair .u-wrap {
	padding: 150px 0 145px;
}

.p-topFair__title {
	font-size: 6rem;
	color: #000;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
	border: 4px solid #000;
	padding: 17px;
	margin: 0;
}

.p-topFairBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 25px;
	background: #010001;
}
.p-topFairBox > * {
	width: 50%;
}

.p-topFairBox__textArea {
	padding: 60px 65px;
}

.p-topFairBox__title {
	font-size: 3.6rem;
	letter-spacing: 0.04em;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 23px;
	border-bottom: 1px solid #fff;
	margin: 0;
}
.p-topFairBox__title .p-topFairBox__titleS {
	font-size: 2.5rem;
	display: inline-block;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
.p-topFairBox__title .p-topFairBox__titleSS {
	font-size: 2rem;
	display: inline-block;
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}

.p-topFairBox__text {
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 24px 0 0;
}

.p-topFairBox__iamge2 {
	margin: 50px 0 0;
	text-align: center;
}

.p-topFairBox__button {
	text-align: center;
	margin: 50px 0 0;
}

.p-topFairBox__note {
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
	line-height: 1;
	margin: 5px 0 0;
}

@media screen and (min-width: 1000px) {
	.p-topFair__title br {
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 1339px) {
	.p-topFairBox__title {
		font-size: 2.3134328358vw;
		white-space: nowrap;
	}
	.p-topFairBox__title .p-topFairBox__titleS {
		font-size: 1.8656716418vw;
		-webkit-transform: translateY(-0.1vw);
		        transform: translateY(-0.1vw);
	}
	.p-topFairBox__title .p-topFairBox__titleSS {
		font-size: 1.4925373134vw;
		-webkit-transform: translateY(-0.1vw);
		        transform: translateY(-0.1vw);
	}
}
@media screen and (max-width: 999px) {
	.p-topFairBox {
		display: block;
	}
	.p-topFairBox > * {
		width: 100%;
	}
	.p-topFairBox__iamge1 img {
		max-width: inherit;
		max-width: auto;
		width: 100%;
	}
	.p-topFairBox__textArea {
		padding: 0 65px 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-topFair .u-wrap {
		padding: 6vw 0 7vw;
	}
	.p-topFair__title {
		font-size: 8vw;
		border: 2px solid #000;
		padding: 2vw;
	}
	.p-topFairBox {
		margin-top: 4vw;
	}
	.p-topFairBox__textArea {
		padding: 9vw 10vw 11vw;
	}
	.p-topFairBox__title {
		font-size: 4.8vw;
		padding-bottom: 4vw;
	}
	.p-topFairBox__title .p-topFairBox__titleS {
		font-size: 3.3333333333vw;
		-webkit-transform: translateY(-0.1vw);
		        transform: translateY(-0.1vw);
	}
	.p-topFairBox__title .p-topFairBox__titleSS {
		font-size: 2.6666666667vw;
		-webkit-transform: translateY(-0.4vw);
		        transform: translateY(-0.4vw);
	}
	.p-topFairBox__text {
		font-size: 3.4666666667vw;
		line-height: 1.6;
		letter-spacing: 0.04em;
		margin: 3vw 0 0;
	}
	.p-topFairBox__note {
		letter-spacing: 0.04em;
		font-size: 2.6666666667vw;
		margin: 1vw 0 0;
	}
	.p-topFairBox__iamge2 {
		margin: 7vw 0 0;
	}
	.p-topFairBox__button {
		margin: 7vw 0 0;
	}
	.p-topFairBox__button.c-button__black a {
		padding: 0.4em 9vw;
	}
}
/* --------------------------------------------------
    p-topLink
-------------------------------------------------- */
.p-topLink {
	height: 1018px;
	background: #010001 url(../img/top/bg_prologue_pc@2x.jpg) no-repeat center center/1600px auto;
}

.p-topLink__wrap {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.p-topLink__link a {
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 1em 50px;
	border: solid 1px #fff;
	display: block;
	line-height: 1;
}

@media screen and (max-width: 767px) {
	.p-topLink {
		height: 104vw;
		background: #010001 url(../img/top/bg_prologue_sp@2x.jpg) no-repeat center top/100% auto;
	}
	.p-topLink__link a {
		font-size: 3.2vw;
		padding: 1em 7vw;
	}
}
.p-topGmtBnr {
	max-width: 1500px;
	width: calc(100% - 40px);
	margin: 66px auto 0;
}
@media screen and (max-width: 767px) {
	.p-topGmtBnr {
		width: 90vw;
		margin: 0 auto;
	}
}

#modal-detail-870, #modal-detail-831, #modal-detail-830 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	visibility: hidden;
	z-index: -1;
	overflow: hidden;
}
@media screen and (max-width: 999px) {
	#modal-detail-870, #modal-detail-831, #modal-detail-830 {
		position: absolute;
		height: auto;
		padding: 10px 0 10px;
	}
}
#modal-detail-870.show, #modal-detail-831.show, #modal-detail-830.show {
	visibility: visible;
	z-index: 999999;
}
#modal-detail-870 .detail-container, #modal-detail-831 .detail-container, #modal-detail-830 .detail-container {
	position: absolute;
	width: calc(100% - 160px);
	max-width: 1000px;
	height: 680px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background: #1b1b1b;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container, #modal-detail-831 .detail-container, #modal-detail-830 .detail-container {
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% - 20px);
		margin: 0 auto;
		-webkit-transform: none;
		        transform: none;
		height: auto;
	}
}
#modal-detail-870 .detail-container .inner, #modal-detail-831 .detail-container .inner, #modal-detail-830 .detail-container .inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: #1b1b1b;
	overflow: hidden;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner, #modal-detail-831 .detail-container .inner, #modal-detail-830 .detail-container .inner {
		overflow: hidden;
	}
}
#modal-detail-870 .detail-container .inner .flickity-viewport, #modal-detail-831 .detail-container .inner .flickity-viewport, #modal-detail-830 .detail-container .inner .flickity-viewport {
	position: relative;
	width: 100%;
	height: 100%;
	outline: none;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner .flickity-viewport, #modal-detail-831 .detail-container .inner .flickity-viewport, #modal-detail-830 .detail-container .inner .flickity-viewport {
		width: auto;
		height: auto;
	}
}
#modal-detail-870 .detail-container .inner .flickity-slider, #modal-detail-831 .detail-container .inner .flickity-slider, #modal-detail-830 .detail-container .inner .flickity-slider {
	position: relative;
}
#modal-detail-870 .detail-container .inner article, #modal-detail-831 .detail-container .inner article, #modal-detail-830 .detail-container .inner article {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	background: #1b1b1b;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article, #modal-detail-831 .detail-container .inner article, #modal-detail-830 .detail-container .inner article {
		width: 100%;
		height: auto;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner, #modal-detail-831 .detail-container .inner article .detail-inner, #modal-detail-830 .detail-container .inner article .detail-inner {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner, #modal-detail-831 .detail-container .inner article .detail-inner, #modal-detail-830 .detail-container .inner article .detail-inner {
		display: block;
		padding: 45px 0px;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box, #modal-detail-831 .detail-container .inner article .detail-inner .image-box, #modal-detail-830 .detail-container .inner article .detail-inner .image-box {
	position: relative;
	width: 40%;
	padding-top: 24px;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .image-box, #modal-detail-831 .detail-container .inner article .detail-inner .image-box, #modal-detail-830 .detail-container .inner article .detail-inner .image-box {
		width: 100%;
		padding-top: 0px;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider {
	position: relative;
	width: 325px;
	overflow: hidden;
	outline: none;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider {
		width: 100%;
		margin: 0 auto;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider article, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider article, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider article {
	position: relative;
	width: 100%;
	display: block;
	height: auto;
	padding: 0;
	margin: 0 50px;
	outline: none;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider article, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider article, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider article {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider article:nth-child(n+2), #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider article:nth-child(n+2), #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider article:nth-child(n+2) {
	position: absolute;
	top: 0;
	left: 0;
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider article img, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider article img, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider article img {
	width: 100%;
	height: auto;
	outline: none;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider article img, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider article img, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider article img {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots {
	position: relative;
	margin: 44px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots {
		margin: 24px 0 0;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li {
	list-style: none;
	position: relative;
	width: 44px;
	height: 10px;
	opacity: 0.25;
	cursor: pointer;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li {
		width: 40px;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:before, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:before, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 4px;
	left: 0px;
	background: #fff;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:before, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:before, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:before {
		height: 1px;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li.is-selected, #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li.is-selected, #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li.is-selected {
	opacity: 1;
}
#modal-detail-870 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:nth-child(n+2), #modal-detail-831 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:nth-child(n+2), #modal-detail-830 .detail-container .inner article .detail-inner .image-box .image-slider .flickity-page-dots li:nth-child(n+2) {
	margin-left: 7px;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box, #modal-detail-831 .detail-container .inner article .detail-inner .text-box, #modal-detail-830 .detail-container .inner article .detail-inner .text-box {
	letter-spacing: 0.06em;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .text-box, #modal-detail-831 .detail-container .inner article .detail-inner .text-box, #modal-detail-830 .detail-container .inner article .detail-inner .text-box {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		margin: 25px 0 0;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box h3, #modal-detail-831 .detail-container .inner article .detail-inner .text-box h3, #modal-detail-830 .detail-container .inner article .detail-inner .text-box h3 {
	margin: 0;
	font-size: 32px;
	line-height: 1.4;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .text-box h3, #modal-detail-831 .detail-container .inner article .detail-inner .text-box h3, #modal-detail-830 .detail-container .inner article .detail-inner .text-box h3 {
		text-align: center;
		font-size: 24px;
		line-height: 1.3;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box h3 span.hinban, #modal-detail-831 .detail-container .inner article .detail-inner .text-box h3 span.hinban, #modal-detail-830 .detail-container .inner article .detail-inner .text-box h3 span.hinban {
	display: block;
	font-size: 13px;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .text-box h3 span.hinban, #modal-detail-831 .detail-container .inner article .detail-inner .text-box h3 span.hinban, #modal-detail-830 .detail-container .inner article .detail-inner .text-box h3 span.hinban {
		font-size: 10px;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li {
	position: relative;
	margin: 20px 0 0;
	padding: 0;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li {
		margin: 24px auto 0;
		width: calc(100% - 50px);
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li {
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 12px;
	padding: 9px 0 8px;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li {
		font-size: 11px;
		padding: 7px 0 6px;
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li:before, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li:before, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333333;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li:last-child:after, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li:last-child:after, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li:last-child:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333333;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li p, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li p, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li p {
	margin: 0;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li .ttl, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li .ttl, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li .ttl {
	width: 105px;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li .ttl.-w120, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li .ttl.-w120, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li .ttl.-w120 {
	width: 120px;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box ul.li li .desc, #modal-detail-831 .detail-container .inner article .detail-inner .text-box ul.li li .desc, #modal-detail-830 .detail-container .inner article .detail-inner .text-box ul.li li .desc {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box p.note, #modal-detail-831 .detail-container .inner article .detail-inner .text-box p.note, #modal-detail-830 .detail-container .inner article .detail-inner .text-box p.note {
	position: relative;
	margin: 16px 0 0;
	font-size: 10px;
	color: #999999;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .text-box p.note, #modal-detail-831 .detail-container .inner article .detail-inner .text-box p.note, #modal-detail-830 .detail-container .inner article .detail-inner .text-box p.note {
		margin: 10px auto 0;
		width: calc(100% - 50px);
	}
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box .link a, #modal-detail-831 .detail-container .inner article .detail-inner .text-box .link a, #modal-detail-830 .detail-container .inner article .detail-inner .text-box .link a {
	display: block;
	padding: 1em;
	font-size: 13px;
	margin: 16px 0 0;
	border: 1px solid #fff;
	text-align: center;
}
#modal-detail-870 .detail-container .inner article .detail-inner .text-box .link a .fontS, #modal-detail-831 .detail-container .inner article .detail-inner .text-box .link a .fontS, #modal-detail-830 .detail-container .inner article .detail-inner .text-box .link a .fontS {
	font-size: 10px;
	display: block;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .inner article .detail-inner .text-box .link a, #modal-detail-831 .detail-container .inner article .detail-inner .text-box .link a, #modal-detail-830 .detail-container .inner article .detail-inner .text-box .link a {
		margin: 10px auto 0;
		font-size: 11px;
		width: calc(100% - 50px);
	}
}
#modal-detail-870 .detail-container .btn-close, #modal-detail-831 .detail-container .btn-close, #modal-detail-830 .detail-container .btn-close {
	position: absolute;
	top: 0;
	right: -60px;
	width: 27px;
	cursor: pointer;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .btn-close, #modal-detail-831 .detail-container .btn-close, #modal-detail-830 .detail-container .btn-close {
		top: 25px;
		right: 25px;
		width: 20px;
	}
}
@media screen and (min-width: 641px) {
	#modal-detail-870 .detail-container .btn-close, #modal-detail-831 .detail-container .btn-close, #modal-detail-830 .detail-container .btn-close {
		-webkit-transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
		transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
	}
	#modal-detail-870 .detail-container .btn-close:hover, #modal-detail-831 .detail-container .btn-close:hover, #modal-detail-830 .detail-container .btn-close:hover {
		opacity: 0.6;
	}
}
#modal-detail-870 .detail-container .btn-close img, #modal-detail-831 .detail-container .btn-close img, #modal-detail-830 .detail-container .btn-close img {
	width: 100%;
	height: auto;
}
#modal-detail-870 .detail-container .nav-prevnext, #modal-detail-831 .detail-container .nav-prevnext, #modal-detail-830 .detail-container .nav-prevnext {
	margin: 0;
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .detail-container .nav-prevnext, #modal-detail-831 .detail-container .nav-prevnext, #modal-detail-830 .detail-container .nav-prevnext {
		display: none;
	}
}
#modal-detail-870 .detail-container .nav-prevnext li, #modal-detail-831 .detail-container .nav-prevnext li, #modal-detail-830 .detail-container .nav-prevnext li {
	position: absolute;
	top: calc(50% - 20px);
	left: -60px;
	cursor: pointer;
	opacity: 0.2;
	list-style: none;
}
#modal-detail-870 .detail-container .nav-prevnext li.active, #modal-detail-831 .detail-container .nav-prevnext li.active, #modal-detail-830 .detail-container .nav-prevnext li.active {
	opacity: 1;
}
#modal-detail-870 .detail-container .nav-prevnext li.next, #modal-detail-831 .detail-container .nav-prevnext li.next, #modal-detail-830 .detail-container .nav-prevnext li.next {
	left: auto;
	right: -60px;
}
#modal-detail-870 .cover, #modal-detail-831 .cover, #modal-detail-830 .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 999px) {
	#modal-detail-870 .cover, #modal-detail-831 .cover, #modal-detail-830 .cover {
		position: fixed;
	}
}

html[lang=en] #modal-detail-870 .detail-container .inner article .detail-inner,
html[lang=en] #modal-detail-831 .detail-container .inner article .detail-inner,
html[lang=en] #modal-detail-830 .detail-container .inner article .detail-inner {
	padding: 20px 60px;
}

@media screen and (max-width: 999px) {
	html[lang=en] #modal-detail-870 .detail-container .inner article .detail-inner,
	html[lang=en] #modal-detail-831 .detail-container .inner article .detail-inner,
	html[lang=en] #modal-detail-830 .detail-container .inner article .detail-inner {
		padding: 45px 0px;
	}
}
/* --------------------------------------------------
    p-limitMv
-------------------------------------------------- */
.u-preload .p-limitMv__txtArea {
	-webkit-transform: translate(0, 50px);
	        transform: translate(0, 50px);
	opacity: 0;
}

.p-limitMv {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
	background: url(../img/limit/bg_mv_pc@2x.jpg) no-repeat center top/100% auto;
}
.p-limitMv__wrap {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-bottom: 60px;
}
.p-limitMv__txtArea {
	width: 630px;
	-webkit-transform: translate(0);
	        transform: translate(0);
	opacity: 1;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.p-limitMv__name {
	position: relative;
	width: 240px;
	line-height: 1;
	margin: 0;
}
.p-limitMv__name:after {
	content: "Mechanical";
	position: absolute;
	bottom: -3px;
	right: -232px;
	font-size: 4rem;
	letter-spacing: 0.05em;
	white-space: nowrap;
	line-height: 1;
}
.p-limitMv__name.tc:after {
	content: "機械腕錶";
	right: -202px;
}
.p-limitMv__name.sc:after {
	content: "机械腕表";
	right: -202px;
}
.p-limitMv__ttl {
	font-size: 3.5rem;
	margin: 10px 0 0;
	font-weight: bold;
}
.p-limitMv__txt {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: 200;
	margin: 15px 0 0;
}
.p-limitMv__txtBorder {
	font-size: 1.6rem;
	font-weight: 200;
	border: 1px solid #fff;
	padding: 0.5em 0.7em;
	display: inline-block;
	margin: 16px 0 0;
	line-height: 1;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-limitMv__wrap {
		padding-bottom: 2.5vw;
	}
	.p-limitMv__txtArea {
		width: 41.6666666667vw;
	}
	.p-limitMv__name {
		width: 16.6666666667vw;
	}
	.p-limitMv__name:after {
		right: -16.6666666667vw;
		font-size: 2.5vw;
	}
	.p-limitMv__name.tc:after {
		right: -12.5vw;
	}
	.p-limitMv__name.sc:after {
		right: -12.5vw;
	}
	.p-limitMv__ttl {
		font-size: 2.9166666667vw;
	}
	.p-limitMv__ttl.cn {
		font-size: 2.75vw;
	}
	.p-limitMv__txt {
		margin-top: 5px;
		font-size: 1.5vw;
	}
	.p-limitMv__txtBorder {
		margin: 10px 0 0;
		font-size: 1.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.p-limitMv {
		padding-top: 160%;
		background: url(../img/limit/bg_mv_sp@2x.jpg) no-repeat center top/100% auto;
		color: #fff;
	}
	.p-limitMv__wrap {
		padding-bottom: 6.6666666667vw;
	}
	.p-limitMv__txtArea {
		width: 100%;
	}
	.p-limitMv__name {
		width: 34.6666666667vw;
		line-height: 1;
	}
	.p-limitMv__name:after {
		bottom: -1vw;
		right: -31.3333333333vw;
		font-size: 5.3333333333vw;
	}
	.p-limitMv__name.tc:after {
		right: -26.6666666667vw;
	}
	.p-limitMv__name.sc:after {
		right: -26.6666666667vw;
	}
	.p-limitMv__ttl {
		font-size: 4.6666666667vw;
		margin: 3.3333333333vw 0 0;
	}
	.p-limitMv__txt {
		font-size: 2.4vw;
		letter-spacing: 0.14em;
		margin: 3.3333333333vw 0 0;
	}
	.p-limitMv__txt.cn {
		font-size: 2.6666666667vw;
	}
	.p-limitMv__txtBorder {
		font-size: 2.1333333333vw;
		margin: 2.6666666667vw 0 0;
	}
}

/* --------------------------------------------------
    p-limitLead
-------------------------------------------------- */
.p-limitLead {
	margin-top: 60px;
}
.p-limitLead__ttl {
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin: 0;
}
.p-limitLead__txt {
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.3em;
	line-height: 2.5;
	text-align: center;
	margin: 30px 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-limitLead__ttl {
		font-size: 2.9166666667vw;
	}
	.p-limitLead__txt {
		font-size: 1.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.p-limitLead {
		margin-top: 8vw;
	}
	.p-limitLead__ttl {
		font-size: 4.6666666667vw;
	}
	.p-limitLead__txt {
		font-size: 2.1333333333vw;
		margin: 5vw 0 0;
		text-align: left;
	}
	.p-limitLead__txt.cn {
		font-size: 2.4vw;
	}
}

/* --------------------------------------------------
    p-limitFeatures
-------------------------------------------------- */
.p-limitFeatures {
	margin-top: 110px;
}
.p-limitFeatures__ttl {
	font-size: 3.5rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin: 0;
}
.p-limitFeatures__wrap {
	margin-top: 45px;
}
.p-limitFeatures__item {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 50%;
}
.p-limitFeatures__item:nth-child(1) {
	background: url(../img/limit/bg_features1_pc@2x.jpg) no-repeat center top/100% auto;
}
.p-limitFeatures__item:nth-child(2) {
	background: url(../img/limit/bg_features2_pc@2x.jpg) no-repeat center top/100% auto;
}
.p-limitFeatures__item:nth-child(3) {
	background: url(../img/limit/bg_features5_pc@2x.jpg) no-repeat center top/100% auto;
}
.p-limitFeatures__item:nth-child(4) {
	background: url(../img/limit/bg_features3_pc@2x.jpg) no-repeat center top/100% auto;
}
.p-limitFeatures__item:nth-child(5) {
	padding-top: 37.5%;
	background: url(../img/limit/bg_features4_pc@2x.jpg) no-repeat center top/100% auto;
}
.p-limitFeatures__itemWrap {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-limitFeatures__itemTxtArea {
	width: 640px;
}
.p-limitFeatures__item.-txtRight .p-limitFeatures__itemTxtArea {
	padding-left: 60px;
	margin-left: auto;
}
.p-limitFeatures__item:nth-child(5) .p-limitFeatures__itemTxtArea {
	width: 400px;
}
.p-limitFeatures__itemTxt1 {
	font-size: 3.5rem;
	line-height: 1.6666666667;
	letter-spacing: 0.1em;
	margin: 0;
	font-weight: bold;
}
.p-limitFeatures__itemTxt2 {
	font-size: 2rem;
	line-height: 2.5;
	letter-spacing: 0.1em;
	margin: 17px 0 0;
}
.p-limitFeatures__itemTxt3 {
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: center;
	font-weight: 200;
	margin: 0;
}
.p-limitFeatures__itemBtn {
	margin: 0;
}
.p-limitFeatures__itemBtn a {
	width: 100%;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2rem;
	font-weight: 200;
	line-height: 1;
	text-align: center;
	border: 1px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-limitFeatures__itemTxtArea {
		width: 53.3333333333vw;
	}
	.p-limitFeatures__item.-txtRight .p-limitFeatures__itemTxtArea {
		padding-left: 5vw;
	}
	.p-limitFeatures__item:nth-child(5) .p-limitFeatures__itemTxtArea {
		width: 33.3333333333vw;
	}
	.p-limitFeatures__itemTxt1 {
		font-size: 2.9166666667vw;
	}
	.p-limitFeatures__itemTxt2 {
		font-size: 1.6666666667vw;
	}
	.p-limitFeatures__itemTxt3 {
		font-size: 1.25vw;
	}
	.p-limitFeatures__itemBtn a {
		font-size: 1.6666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-limitFeatures {
		margin-top: 15vw;
	}
	.p-limitFeatures__ttl {
		font-size: 6.6666666667vw;
	}
	.p-limitFeatures__wrap {
		margin-top: 6vw;
	}
	.p-limitFeatures__item {
		padding-top: 160%;
	}
	.p-limitFeatures__item:nth-child(1) {
		background: url(../img/limit/bg_features1_sp@2x.jpg) no-repeat center top/100% auto;
	}
	.p-limitFeatures__item:nth-child(2) {
		background: url(../img/limit/bg_features2_sp@2x.jpg) no-repeat center top/100% auto;
	}
	.p-limitFeatures__item:nth-child(3) {
		background: url(../img/limit/bg_features5_sp@2x.jpg) no-repeat center top/100% auto;
	}
	.p-limitFeatures__item:nth-child(4) {
		background: url(../img/limit/bg_features3_sp@2x.jpg) no-repeat center top/100% auto;
	}
	.p-limitFeatures__item:nth-child(5) {
		padding-top: 116.87%;
		background: url(../img/limit/bg_features4_sp@2x.jpg) no-repeat center top/100% auto;
	}
	.p-limitFeatures__itemWrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.p-limitFeatures__itemTxtArea {
		width: 100%;
		padding-bottom: 6.6666666667vw;
	}
	.p-limitFeatures__item.-txtRight .p-limitFeatures__itemTxtArea {
		padding-left: 0;
		margin-left: 0;
	}
	.p-limitFeatures__item:nth-child(5) .p-limitFeatures__itemTxtArea {
		width: 74.6666666667vw;
		padding-bottom: 9.3333333333vw;
	}
	.p-limitFeatures__itemTxt1 {
		font-size: 6vw;
	}
	.p-limitFeatures__itemTxt2 {
		font-size: 2.6666666667vw;
		margin: 1.3333333333vw 0 0;
	}
	.p-limitFeatures__itemTxt3 {
		font-size: 3.2vw;
	}
	.p-limitFeatures__itemBtn {
		margin: 0;
	}
	.p-limitFeatures__itemBtn a {
		height: 10vw;
		font-size: 3.2vw;
	}
}

/* --------------------------------------------------
    p-limitFair
-------------------------------------------------- */
.p-limitFair.p-topFair .u-wrap {
	padding-top: 75px;
}
.p-limitFair__ttl {
	color: #000;
	font-size: 4.5rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin: 0 0 40px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-limitFair__ttl {
		font-size: 3.75vw;
	}
}
@media screen and (max-width: 767px) {
	.p-limitFair.p-topFair .u-wrap {
		padding: 10.6666666667vw 0 7.3333333333vw;
	}
	.p-limitFair__ttl {
		font-size: 6vw;
		margin: 0 0 5.7333333333vw;
	}
}

.p-gmt .l-contents {
	background: #ededed;
}

/* --------------------------------------------------
    p-gmtMv
-------------------------------------------------- */
.u-preload .p-gmtMv__txtArea {
	-webkit-transform: translateY(50px);
	        transform: translateY(50px);
	opacity: 0;
}

.p-gmtMv {
	position: relative;
	width: 100%;
	height: 800px;
	background: #000 url(../img/gmt/bg_mv_pc@2x.jpg) no-repeat center top/100% auto;
	border-bottom: 4px solid #ededed;
}
.p-gmtMv__wrap {
	max-width: 1350px;
	height: 100%;
}
.p-gmtMv__txtArea {
	width: 350px;
	position: absolute;
	top: 220px;
	left: 97px;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: opacity 1s ease, -webkit-transform 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
}
.p-gmtMv__ttl {
	width: 100%;
	position: relative;
	margin: 0;
}
.p-gmtMv__txt {
	font-size: 2rem;
	font-weight: 500;
	border: 1px solid #fff;
	padding: 0.5em 0 0.6em;
	margin: 40px auto 0;
	width: 85%;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
}
.p-gmtMv__flex {
	position: absolute;
	top: 181px;
	right: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 805px;
}
.p-gmtMv__item {
	position: absolute;
	height: 507px;
	top: 0;
}
.p-gmtMv__item img {
	max-width: inherit;
	width: 100%;
}
.p-gmtMv__item:nth-of-type(1) {
	left: 0;
	width: 273px;
}
.p-gmtMv__item:nth-of-type(1) .p-gmtMv__name {
	-webkit-transform: translateX(7px);
	        transform: translateX(7px);
}
.p-gmtMv__item:nth-of-type(2) {
	left: 263px;
	width: 279px;
}
.p-gmtMv__item:nth-of-type(2) .p-gmtMv__image {
	-webkit-transform: translateY(6px);
	        transform: translateY(6px);
}
.p-gmtMv__item:nth-of-type(2) .p-gmtMv__name {
	-webkit-transform: translateX(-3px);
	        transform: translateX(-3px);
}
.p-gmtMv__item:nth-of-type(3) {
	right: 0;
	width: 272px;
}
.p-gmtMv__item:nth-of-type(3) .p-gmtMv__name {
	-webkit-transform: translateX(-10px);
	        transform: translateX(-10px);
}
.p-gmtMv__name {
	text-align: center;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
.p-gmtMv__number {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1425px) {
	.p-gmtMv {
		height: 56.1009817672vw;
	}
	.p-gmtMv__txtArea {
		width: 24.5441795231vw;
		top: 15.427769986vw;
		left: 6.8022440393vw;
	}
	.p-gmtMv__txt {
		font-size: 1.4025245442vw;
		margin: 2.8050490884vw auto 0;
	}
	.p-gmtMv__flex {
		top: 12.6928471248vw;
		right: 0.2103786816vw;
		width: 56.4516129032vw;
	}
	.p-gmtMv__item {
		height: 35.553997195vw;
	}
	.p-gmtMv__item:nth-of-type(1) {
		width: 19.1444600281vw;
	}
	.p-gmtMv__item:nth-of-type(1) .p-gmtMv__name {
		-webkit-transform: translateX(0.4908835905vw);
		        transform: translateX(0.4908835905vw);
	}
	.p-gmtMv__item:nth-of-type(2) {
		left: 18.443197756vw;
		width: 19.5652173913vw;
	}
	.p-gmtMv__item:nth-of-type(2) .p-gmtMv__image {
		-webkit-transform: translateY(0.4207573633vw);
		        transform: translateY(0.4207573633vw);
	}
	.p-gmtMv__item:nth-of-type(2) .p-gmtMv__name {
		-webkit-transform: translateX(-0.2103786816vw);
		        transform: translateX(-0.2103786816vw);
	}
	.p-gmtMv__item:nth-of-type(3) {
		right: 0;
		width: 19.0743338008vw;
	}
	.p-gmtMv__item:nth-of-type(3) .p-gmtMv__name {
		-webkit-transform: translateX(-0.7012622721vw);
		        transform: translateX(-0.7012622721vw);
	}
	.p-gmtMv__name {
		bottom: 0.7012622721vw;
	}
	.p-gmtMv__number {
		font-size: 1.2622720898vw;
	}
}
@media screen and (max-width: 767px) {
	.p-gmtMv {
		height: 160vw;
		padding-top: 28vw;
		background: #000 url(../img/gmt/bg_mv_sp@2x.jpg) no-repeat center top/100% auto;
		border-bottom: 2px solid #ededed;
	}
	.p-gmtMv__wrap {
		width: 100%;
	}
	.p-gmtMv__txtArea {
		position: static;
		width: 45.7333333333vw;
		margin: 0 auto;
		top: auto;
		left: auto;
	}
	.p-gmtMv__txt {
		font-size: 2.6vw;
		margin: 5.5vw auto 0;
	}
	.p-gmtMv .p-gmtMv__spImage {
		margin-top: 3.666667vw;
		width: 100%;
	}
}

/* --------------------------------------------------
    p-gmtArea__anchorlink
-------------------------------------------------- */
.p-gmtArea__anchorlink {
	background: #000;
}
@media screen and (min-width: 768px) {
	.p-gmtArea__anchorlink .c-topAnchorlink {
		padding: 32px 0;
	}
}

/* --------------------------------------------------
    p-gmtLead
-------------------------------------------------- */
.p-gmtLead {
	background: #ededed;
}
.p-gmtLead .u-wrap {
	padding: 148px 0 151px;
}
.p-gmtLead__txt {
	font-size: 2.4rem;
	letter-spacing: 0.235em;
	line-height: 2.5;
	text-align: center;
	margin: 0;
	color: #000;
	font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.p-gmtLead .u-wrap {
		padding: 12.3333333333vw 0 12.5833333333vw;
	}
	.p-gmtLead__txt {
		font-size: 2vw;
	}
}
@media screen and (max-width: 767px) {
	.p-gmtLead .u-wrap {
		padding: 14vw 0 16vw;
	}
	.p-gmtLead__txt {
		font-size: 2.6666666667vw;
		line-height: 2.25;
		letter-spacing: 0.235em;
	}
}

/* --------------------------------------------------
    p-gmtFeatures
-------------------------------------------------- */
.p-gmtFeatures .u-wrap {
	max-width: 1350px;
}
.p-gmtFeatures__ttl {
	font-size: 4rem;
	letter-spacing: 0.095em;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 40px 0;
	border-bottom: 4px solid #ededed;
	background: -webkit-gradient(linear, left top, right top, from(rgb(60, 60, 60)), to(rgb(0, 0, 0)));
	background: linear-gradient(90deg, rgb(60, 60, 60) 0%, rgb(0, 0, 0) 100%);
}
.p-gmtFeatures__item {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 53%;
}
.p-gmtFeatures__item:nth-child(1) {
	background: url(../img/gmt/bg_features1_pc@2x.jpg) no-repeat center top/cover;
}
.p-gmtFeatures__item:nth-child(2) {
	background: url(../img/gmt/bg_features2_pc@2x.jpg) no-repeat center top/cover;
}
.p-gmtFeatures__item:nth-child(3) {
	background: url(../img/gmt/bg_features3_pc@2x.jpg) no-repeat center top/cover;
}
.p-gmtFeatures__item:nth-child(4) {
	background: url(../img/gmt/bg_features4_pc@2x.jpg) no-repeat center top/cover;
}
.p-gmtFeatures__item:nth-child(5) {
	background: url(../img/gmt/bg_features5_pc@2x.jpg) no-repeat center top/cover;
}
.p-gmtFeatures__itemWrap {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 40px;
}
.p-gmtFeatures__itemTxtArea {
	width: 680px;
}
.p-gmtFeatures__item.-txtRight .p-gmtFeatures__itemTxtArea {
	padding-left: 60px;
	margin-left: auto;
}
.p-gmtFeatures__item.-txtLeft .p-gmtFeatures__itemTxtArea {
	padding: 0 90px 0 40px;
}
.p-gmtFeatures__itemTxt1 {
	font-size: 3.5rem;
	line-height: 1.4418604651;
	letter-spacing: 0;
	margin: 0;
	font-weight: bold;
}
.p-gmtFeatures__itemTxt2 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: 0.055em;
	margin: 27px 0 0;
}
.p-gmtFeatures__itemBtn {
	position: absolute;
	bottom: 93px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	max-width: 1280px;
	width: 100%;
	height: 80px;
	margin: 0;
}
.p-gmtFeatures__itemBtn a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.9rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.11em;
	background: #fff;
	color: #000;
}
.p-gmtFeatures__itemBtn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 61px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	width: 30px;
	height: 30px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
@media screen and (min-width: 768px) and (max-width: 1425px) {
	.p-gmtFeatures__ttl {
		font-size: 2.8050490884vw;
		padding: 2.8050490884vw 0;
	}
	.p-gmtFeatures__itemTxtArea {
		width: 47.6858345021vw;
	}
	.p-gmtFeatures__item.-txtRight .p-gmtFeatures__itemTxtArea {
		padding-left: 4.2075736325vw;
	}
	.p-gmtFeatures__item.-txtLeft .p-gmtFeatures__itemTxtArea {
		padding: 0 7.0126227209vw 0 2.8050490884vw;
	}
	.p-gmtFeatures__itemTxt1 {
		font-size: 2.4544179523vw;
	}
	.p-gmtFeatures__itemTxt2 {
		font-size: 1.2622720898vw;
	}
	.p-gmtFeatures__itemBtn {
		bottom: 6.5217391304vw;
		height: 5.6100981767vw;
	}
	.p-gmtFeatures__itemBtn a {
		font-size: 2.0336605891vw;
	}
	.p-gmtFeatures__itemBtn a::before {
		right: 4.2776998597vw;
		width: 2.1037868163vw;
		height: 2.1037868163vw;
	}
}
@media screen and (max-width: 767px) {
	.p-gmtFeatures__ttl {
		font-size: 6.6666666667vw;
		padding: 6.6666666667vw 0;
		border-bottom: 2px solid #ededed;
	}
	.p-gmtFeatures__item {
		padding-top: 160%;
	}
	.p-gmtFeatures__item:nth-child(1) {
		background: url(../img/gmt/bg_features1_sp@2x.jpg) no-repeat center top/cover;
	}
	.p-gmtFeatures__item:nth-child(2) {
		background: url(../img/gmt/bg_features2_sp@2x.jpg) no-repeat center top/cover;
	}
	.p-gmtFeatures__item:nth-child(3) {
		background: url(../img/gmt/bg_features3_sp@2x.jpg) no-repeat center top/cover;
	}
	.p-gmtFeatures__item:nth-child(4) {
		background: url(../img/gmt/bg_features4_sp@2x.jpg) no-repeat center top/cover;
	}
	.p-gmtFeatures__item:nth-child(5) {
		background: url(../img/gmt/bg_features5_sp@2x.jpg) no-repeat center top/cover;
		padding-top: 150%;
	}
	.p-gmtFeatures__itemWrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-bottom: 6.8vw;
	}
	.p-gmtFeatures__itemTxtArea {
		width: 100%;
	}
	.p-gmtFeatures__item.-txtRight .p-gmtFeatures__itemTxtArea {
		padding-left: 0;
		margin-left: 0;
	}
	.p-gmtFeatures__item.-txtLeft .p-gmtFeatures__itemTxtArea {
		padding: 0;
	}
	.p-gmtFeatures__itemTxt1 {
		font-size: 5.0666666667vw;
	}
	.p-gmtFeatures__itemTxt2 {
		font-size: 2.9333333333vw;
		line-height: 1.8181818182;
		margin: 2.333333vw 0 0;
		letter-spacing: 0.04em;
	}
	.p-gmtFeatures__itemBtn {
		bottom: 12vw;
		height: 13.3333333333vw;
	}
	.p-gmtFeatures__itemBtn a {
		font-size: 2.9333333333vw;
		letter-spacing: 0.18em;
	}
	.p-gmtFeatures__itemBtn a::before {
		right: 4.333333vw;
		width: 3.6vw;
		height: 3.6vw;
	}
}

/* --------------------------------------------------
    p-gmtLimit
-------------------------------------------------- */
.p-gmtLimit {
	margin-top: 120px;
}
.p-gmtLimit .u-wrap {
	max-width: 1350px;
}
.p-gmtLimit__ttl {
	font-size: 4rem;
	letter-spacing: 0.095em;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 40px 0;
	border-bottom: 4px solid #ededed;
	background: -webkit-gradient(linear, left top, right top, from(#e4decf), to(#d7a546));
	background: linear-gradient(90deg, #e4decf 0%, #d7a546 100%);
}
.p-gmtLimit__item {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56%;
	background: url(../img/gmt/bg_limit1_pc@2x.jpg) no-repeat center top/100% auto;
}
.p-gmtLimit__itemWrap {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.p-gmtLimit__itemTxtArea {
	width: 650px;
	padding-left: 120px;
}
.p-gmtLimit__itemTxt1 {
	font-size: 2.8rem;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0;
	font-weight: bold;
	color: #000;
}
.p-gmtLimit__itemTxt2 {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.105em;
	margin: 30px 0 0;
	font-weight: 500;
	border: 1px solid #000;
	padding: 13px 10px;
	width: 360px;
	text-align: center;
	color: #000;
}
.p-gmtLimit__itemTxt3 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: 0.055em;
	margin: 20px 0 0;
	color: #000;
}
.p-gmtLimit__itemBtn {
	position: absolute;
	bottom: 93px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	max-width: 1280px;
	width: 100%;
	height: 80px;
	margin: 0;
}
.p-gmtLimit__itemBtn a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.9rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.11em;
	background: #d7a546;
	color: #fff;
}
.p-gmtLimit__itemBtn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 61px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
	width: 30px;
	height: 30px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1425px) {
	.p-gmtLimit__ttl {
		font-size: 2.8050490884vw;
		padding: 2.8050490884vw 0;
	}
	.p-gmtLimit__itemTxtArea {
		width: 45.5820476858vw;
		padding-left: 8.4151472651vw;
	}
	.p-gmtLimit__itemTxt1 {
		font-size: 1.9635343619vw;
	}
	.p-gmtLimit__itemTxt2 {
		font-size: 1.5427769986vw;
		width: 25.2454417952vw;
	}
	.p-gmtLimit__itemTxt3 {
		font-size: 1.2622720898vw;
	}
	.p-gmtLimit__itemBtn {
		bottom: 6.5217391304vw;
		height: 5.6100981767vw;
	}
	.p-gmtLimit__itemBtn a {
		font-size: 2.0336605891vw;
	}
	.p-gmtLimit__itemBtn a::before {
		width: 2.1037868163vw;
		height: 2.1037868163vw;
		right: 4.2776998597vw;
	}
}
@media screen and (max-width: 767px) {
	.p-gmtLimit {
		margin-top: 16.5333333333vw;
	}
	.p-gmtLimit__ttl {
		font-size: 6.6666666667vw;
		padding: 2.6666666667vw 0;
		line-height: 1.2;
		letter-spacing: 0.03em;
	}
	.p-gmtLimit__item {
		background: url(../img/gmt/bg_limit1_sp@2x.jpg) no-repeat center top/100% auto;
		padding-top: 193%;
	}
	.p-gmtLimit__itemWrap {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding-bottom: 6.8vw;
	}
	.p-gmtLimit__itemTxtArea {
		width: 100%;
		padding-left: 0;
	}
	.p-gmtLimit__itemTxt1 {
		font-size: 5.0666666667vw;
	}
	.p-gmtLimit__itemTxt2 {
		font-size: 4.8vw;
		width: 77.3333333333vw;
		width: 77.3333333333vw;
		padding: 1.5vw 2vw;
		margin: 3vw 0 0;
	}
	.p-gmtLimit__itemTxt3 {
		font-size: 2.9333333333vw;
		line-height: 1.8181818182;
		margin: 3vw 0 0;
	}
	.p-gmtLimit__itemBtn {
		bottom: 10vw;
		height: 13.3333333333vw;
	}
	.p-gmtLimit__itemBtn a {
		font-size: 2.9333333333vw;
		letter-spacing: 0.18em;
	}
	.p-gmtLimit__itemBtn a::before {
		right: 4.333333vw;
		width: 3.6vw;
		height: 3.6vw;
	}
}

/* --------------------------------------------------
    p-gmtList
-------------------------------------------------- */
.p-gmtList {
	margin-top: 120px;
	background: url(../img/gmt/bg_list1_pc@2x.jpg) no-repeat center top/cover;
}
.p-gmtList .u-wrap {
	padding: 140px 0 150px;
}
.p-gmtList__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 81px;
	-webkit-transform: translateX(22px);
	        transform: translateX(22px);
}
.p-gmtList__item {
	position: relative;
	width: 267px;
	height: 503px;
}
.p-gmtList__item:nth-of-type(1) .p-gmtList__txtArea {
	-webkit-transform: translateX(-6px);
	        transform: translateX(-6px);
}
.p-gmtList__item:nth-of-type(2) .p-gmtList__txtArea {
	-webkit-transform: translateX(-6px);
	        transform: translateX(-6px);
}
.p-gmtList__item:nth-of-type(3) .p-gmtList__txtArea {
	-webkit-transform: translateX(-5px);
	        transform: translateX(-5px);
}
.p-gmtList__txtArea {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.p-gmtList__number {
	font-size: 1.8rem;
	font-weight: 300;
	letter-spacing: 0.08em;
	line-height: 1;
	margin: 0;
}
.p-gmtList__limited {
	position: absolute;
	bottom: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 200px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1;
	padding: 0.5em;
	margin: 0;
	border: 1px solid #fff;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.p-gmtList {
		margin-top: 10.9090909091vw;
	}
	.p-gmtList .u-wrap {
		padding: 12.7272727273vw 0 13.6363636364vw;
	}
	.p-gmtList__flex {
		gap: 0 7.3636363636vw;
		-webkit-transform: translateX(2vw);
		        transform: translateX(2vw);
	}
	.p-gmtList__item {
		width: 24.2727272727vw;
		height: 45.7272727273vw;
	}
	.p-gmtList__item:nth-of-type(1) .p-gmtList__txtArea {
		-webkit-transform: translateX(-0.5454545455vw);
		        transform: translateX(-0.5454545455vw);
	}
	.p-gmtList__item:nth-of-type(2) .p-gmtList__txtArea {
		-webkit-transform: translateX(-0.5454545455vw);
		        transform: translateX(-0.5454545455vw);
	}
	.p-gmtList__item:nth-of-type(3) .p-gmtList__txtArea {
		-webkit-transform: translateX(-0.4545454545vw);
		        transform: translateX(-0.4545454545vw);
	}
	.p-gmtList__number {
		font-size: 1.6363636364vw;
	}
	.p-gmtList__limited {
		bottom: -5.4545454545vw;
		width: 18.1818181818vw;
		font-size: 1.8181818182vw;
	}
}
@media screen and (max-width: 767px) {
	.p-gmtList {
		margin-top: 16vw;
		background: url(../img/gmt/bg_list1_sp@2x.jpg) no-repeat center top/cover;
	}
	.p-gmtList .u-wrap {
		padding: 13.266667vw 0 23.266667vw;
	}
	.p-gmtList__flex {
		position: relative;
		display: block;
		-webkit-transform: none;
		        transform: none;
		width: 100%;
		height: 100vw;
	}
	.p-gmtList__item {
		position: absolute;
		width: 32.4vw;
		height: 60vw;
	}
	.p-gmtList__item:nth-of-type(1) {
		bottom: 0;
		left: 0;
	}
	.p-gmtList__item:nth-of-type(2) {
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.p-gmtList__item:nth-of-type(2) .p-gmtList__txtArea {
		-webkit-transform: none;
		        transform: none;
	}
	.p-gmtList__item:nth-of-type(3) {
		bottom: 0;
		right: 0;
	}
	.p-gmtList__item:nth-of-type(3) .p-gmtList__txtArea {
		-webkit-transform: none;
		        transform: none;
	}
	.p-gmtList__number {
		font-size: 2.6666666667vw;
		font-weight: 400;
		letter-spacing: 0.04em;
	}
	.p-gmtList__limited {
		bottom: -9vw;
		width: 26.6666666667vw;
		font-size: 2.8vw;
	}
}
/*# sourceMappingURL=styles.css.map */