/*
*, :before, :after {
	box-sizing: border-box
}
:before, :after {
	text-decoration: inherit;
	vertical-align: inherit
}
html {
	cursor: default;
	line-height: 1.5;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	word-break: break-word
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
dl dl, dl ol, dl ul, ol dl, ul dl {
	margin: 0
}
ol ol, ol ul, ul ol, ul ul {
	margin: 0
}
hr {
	color: inherit;
	height: 0;
	overflow: visible
}
main {
	display: block
}
nav ol, nav ul {
	list-style: none;
	padding: 0
}
nav li:before {
	content: "\200B"
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
	overflow: auto;
	-ms-overflow-style: scrollbar
}
a {
	background-color: transparent
}
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle
}
audio, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
iframe {
	border-style: none
}
img {
	border-style: none
}
svg:not([fill]) {
	fill: currentColor
}
svg:not(:root) {
	overflow: hidden
}
table {
	border-collapse: collapse;
	border-color: inherit;
	text-indent: 0
}
button, input, select {
	margin: 0
}
button {
	overflow: visible;
	text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button
}
fieldset {
	border: 1px solid #a0a0a0;
	padding: .35em .75em .625em
}
input {
	overflow: visible
}
legend {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
select {
	text-transform: none
}
textarea {
	margin: 0;
	overflow: auto;
	resize: vertical;
	resize: block
}
[type=checkbox], [type=radio] {
	padding: 0
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
	height: auto
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: .54
}
::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
::-moz-focus-inner {
	border-style: none;
	padding: 0
}
:-moz-focusring {
	outline: 1px dotted ButtonText
}
:-moz-ui-invalid {
	box-shadow: none
}
details {
	display: block
}
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
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
a, area, button, input, label, select, summary, textarea, [tabindex] {
	-ms-touch-action: manipulation
}
[hidden] {
	display: none
}
[aria-busy=true] {
	cursor: progress
}
[aria-controls] {
	cursor: pointer
}
[aria-disabled=true], [disabled] {
	cursor: not-allowed
}
[aria-hidden=false][hidden] {
	display: initial
}
[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	position: absolute
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block
}
[hidden] {
	display: none
}
body {
	line-height: 1
}
menu, ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html {
	font-size: .69444vw
}
@media(max-width:767px) {
	html {
		font-size: 2.66667vw
	}
}*/

/*
body {
	width: 100%;
	overflow: hidden;
	overflow-y: scroll
}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: auto;
	/*background-color: #f9f9fb;*/
	/*font-weight: 400;
	font-size: 1rem;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
a {
	text-decoration: none;
	color: inherit
}
button {
	background: none;
	border: none;
	padding: 0;
	outline: none
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom
}
hr {
	margin: 0;
	border: none
}
::-moz-selection {
	background: #000;
	color: #fff
}
::selection {
	background: #000;
	color: #fff
}
::-moz-selection {
	background: #000;
	color: #fff
}
*/
/*
#tayori-form .form-parts {
	margin-top: 5rem
}
#tayori-form .form-parts > div:first-child {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0
}
@media(max-width:767px) {
	#tayori-form .form-parts > div:first-child {
		font-size: 1.4rem;
		line-height: 2.6rem
	}
}
#tayori-form input[type=text], #tayori-form input[type=tel], #tayori-form input[type=email], #tayori-form textarea, #tayori-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-top: 9px;
	font-size: 14px;
	line-height: 26px;
	width: 100%;
	border: 1px solid #eaebed;
	background-color: #fff;
	padding: 11px 15px;
	border-radius: 4px
}
#tayori-form input[type=text]::-webkit-input-placeholder, #tayori-form input[type=tel]::-webkit-input-placeholder, #tayori-form input[type=email]::-webkit-input-placeholder, #tayori-form textarea::-webkit-input-placeholder, #tayori-form select::-webkit-input-placeholder {
	color: rgba(77, 84, 91, .5)
}
#tayori-form input[type=text]::-moz-placeholder, #tayori-form input[type=tel]::-moz-placeholder, #tayori-form input[type=email]::-moz-placeholder, #tayori-form textarea::-moz-placeholder, #tayori-form select::-moz-placeholder {
	color: rgba(77, 84, 91, .5)
}
#tayori-form input[type=text]::-ms-input-placeholder, #tayori-form input[type=tel]::-ms-input-placeholder, #tayori-form input[type=email]::-ms-input-placeholder, #tayori-form textarea::-ms-input-placeholder, #tayori-form select::-ms-input-placeholder {
	color: rgba(77, 84, 91, .5)
}
#tayori-form input[type=text]::placeholder, #tayori-form input[type=tel]::placeholder, #tayori-form input[type=email]::placeholder, #tayori-form textarea::placeholder, #tayori-form select::placeholder {
	color: rgba(77, 84, 91, .5)
}
#tayori-form input[type=text]:focus, #tayori-form input[type=text]:active, #tayori-form input[type=tel]:focus, #tayori-form input[type=tel]:active, #tayori-form input[type=email]:focus, #tayori-form input[type=email]:active, #tayori-form textarea:focus, #tayori-form textarea:active, #tayori-form select:focus, #tayori-form select:active {
	outline: 0
}
@media(max-width:767px) {
	#tayori-form input[type=text], #tayori-form input[type=tel], #tayori-form input[type=email], #tayori-form textarea, #tayori-form select {
		margin-top: .9rem;
		font-size: 1.4rem;
		line-height: 2.6rem;
		width: 100%;
		border: 1px solid #eaebed;
		background-color: #fff;
		padding: 1rems 1.5rem;
		border-radius: .2rem
	}
}
#tayori-form input[type=file] {
	border: 1px solid #eaebed;
	font-size: 12px;
	line-height: 50px
}
#tayori-form textarea {
	height: 240px
}
@media(max-width:767px) {
	#tayori-form textarea {
		height: 240px
	}
}
#tayori-form select {
	position: relative;
	background-image: url(file:///Macintosh%20HD/Users/ryota/site/images/contact/icon-arrow.svg);
	background-position: center center;
	background-size: 12px 7px;
	background-repeat: no-repeat;
	background-position: bottom 18px right 21px
}
@media(max-width:767px) {
	#tayori-form select {
		background-size: 1.15 .7;
		background-position: bottom 1.8 right 2.1
	}
}
#tayori-form select:after {
	position: absolute;
	top: 0;
	right: 0;
	content: ' ';
	display: block;
	width: 26px;
	height: 14px
}
#tayori-form .submit {
	font-family: gill-sans-nova, sans-serif;
	width: 24rem;
	height: 64px;
	margin-top: 7.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #241819;
	border-radius: 34px;
	border: none;
	line-height: 1;
	letter-spacing: .025em;
	color: #fcfcfc;
	font-size: 14px;
	font-weight: 500;
	transition: background-color .2s linear, box-shadow .2s cubic-bezier(.455, .03, .515, .955)
}
@media(max-width:767px) {
	#tayori-form .submit {
		margin: 0;
		margin-top: 5.8rem;
		width: 20rem;
		height: 5.4rem;
		border-radius: 2.7rem
	}
}
#tayori-form .submit:hover {
	box-shadow: 0 0 0 transparent;
	background-color: rgba(36, 24, 25, .6);
	color: #fcfcfc
}
#tayori-form .grid-2 {
	display: flex;
	justify-content: space-between
}
#tayori-form .grid-2 > * {
	flex: 0 1 48.2%
}
#tayori-form .required:after {
	content: '*';
	display: inline-block;
	font-size: 14px;
	color: #d76469
}
#tayori-form .validation-error .error-message {
	margin-top: 10px;
	font-size: 10px
}*/

/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */ 

/*
html.has-scroll-smooth {
	overflow: scroll;
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.has-scroll-smooth body {
	overflow: hidden;
	padding-bottom: 250px;
	margin-bottom: -250px;
}
*/

/*
.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh
}
[data-scroll-direction=horizontal] [data-scroll-container] {
	height: 100vh;
	display: inline-block;
	white-space: nowrap
}
[data-scroll-direction=horizontal] [data-scroll-section] {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 100%
}

*/

/*
.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100%;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	opacity: 0
}
.c-scrollbar:hover {
	-webkit-transform: scaleX(1.45);
	transform: scaleX(1.45)
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
	opacity: 1
}
[data-scroll-direction=horizontal] .c-scrollbar {
	width: 100%;
	height: 10px;
	top: auto;
	bottom: 0;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
[data-scroll-direction=horizontal] .c-scrollbar:hover {
	-webkit-transform: scaleY(1.3);
	transform: scaleY(1.3)
}
.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: .5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab
}



.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
[data-scroll-direction=horizontal] .c-scrollbar_thumb {
	right: auto;
	bottom: 0
}
html.has-scroll-smooth {
	overflow: hidden
}
html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}


.has-scroll-smooth body {
	overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh
}
[data-scroll-direction=horizontal] [data-scroll-container] {
	height: 100vh;
	display: inline-block;
	white-space: nowrap
}
[data-scroll-direction=horizontal] [data-scroll-section] {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 100%
}*/




/*
.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100%;
	-webkit-transform-origin: center right;
	transform-origin: center right;
	transition: opacity .3s, -webkit-transform .3s;
	transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s, -webkit-transform .3s;
	opacity: 0
}
.c-scrollbar:hover {
	-webkit-transform: scaleX(1.45);
	transform: scaleX(1.45)
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
	opacity: 1
}
[data-scroll-direction=horizontal] .c-scrollbar {
	width: 100%;
	height: 10px;
	top: auto;
	bottom: 0;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
[data-scroll-direction=horizontal] .c-scrollbar:hover {
	-webkit-transform: scaleY(1.3);
	transform: scaleY(1.3)
}
.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: .5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab
}
.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing
}
[data-scroll-direction=horizontal] .c-scrollbar_thumb {
	right: auto;
	bottom: 0
}
.l-about {
	position: relative;
	z-index: 6;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 100%;
	padding: 0px 80px 0;
	margin: auto
}
@media(max-width:767px) {
	.l-about {
		display: block;
		padding: 0
	}
}
.l-about__image {
	margin-top: -265px;
	flex: 0 1 53.57143%
}
@media(max-width:767px) {
	.l-about__image {
		margin-top: -3rem;
		width: 30.75rem;
		height: 38.9rem
	}
}
.l-about__image .c-image {
	margin-right: -160px;
	width: 126.66667%
}
@media(max-width:767px) {
	.l-about__image .c-image {
		width: 100%;
		margin-left: 6.75rem
	}
	.l-about__image .c-image .c-image__bg {
		position: absolute;
		height: 41.9rem;
		top: 3rem;
		left: -6.75rem
	}
}
.l-about__content {
	flex: 0 1 39.28571%
}
@media(max-width:767px) {
	.l-about__content {
		margin-top: 16rem;
		padding: 0 4.75rem
	}
}
.l-bg {
	position: relative;
	background-image: url(file:///Macintosh%20HD/Users/ryota/site/images/bg.jpg);
	background-size: cover
}
@media(max-width:767px) {
	.l-bg {
		background-image: none
	}
}
.l-bg:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: ' ';
	display: block;
	margin: 0 0 0 400px;
	width: 50%;
	height: 100%;
	background-color: #fcfcfc
}
@media(max-width:767px) {
	.l-bg:before {
		display: none
	}
}
.l-concept {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	padding: 210px 80px 0;
	margin: auto
}
@media(max-width:767px) {
	.l-concept {
		display: block;
		padding: 0 4.75rem
	}
}
.l-concept__image {
	margin: 106px 0 0;
	flex: 0 1 32.14286%
}
@media(max-width:767px) {
	.l-concept__image {
		border-top: 1px solid #e2e2e2;
		margin: 8.1rem 0 0;
		padding: 8.5rem 0 0
	}
}
.l-concept__image .c-image {
	margin-left: -180px;
	width: 162.5%
}
@media(max-width:767px) {
	.l-concept__image .c-image {
		margin-left: 0;
		width: 30rem;
		height: 36.7rem
	}
}
.l-concept__content {
	flex: 0 1 47.32143%
}
@media(max-width:767px) {
	.l-concept__content {
		margin-top: 14rem
	}
}
.l-concept__content .c-header__copy {
	margin-right: -15px
}
.l-container {
	overflow: hidden
}
.l-footer {
	position: relative;
	height: 100vh;
	overflow: hidden
}
.l-footer__target {
	position: absolute;
	top: -100vh;
	bottom: -100vh;
	right: 0;
	left: 0
}
*/


/*
.l-main {
	background-color: #f0f0f2
}
*/



/*
.l-news {
	max-width: 1280px;
	padding: 0 80px;
	margin: 142px auto 0
}
@media(max-width:767px) {
	.l-news {
		margin: 9.5rem auto 0;
		padding: 0 4.75rem
	}
}
.l-product {
	position: relative;
	z-index: 2
}
.l-product:before {
	position: absolute;
	top: 0;
	left: 50%;
	content: ' ';
	display: block;
	margin: 0 0 0 40px;
	width: 50%;
	height: 70px;
	background-color: #c7c5b8
}
@media(max-width:767px) {
	.l-product:before {
		height: 6rem;
		margin: 0;
		width: 80%;
		left: 20%
	}
}
.l-product__header {
	max-width: 1280px;
	padding: 155px 80px 0;
	margin: auto
}
@media(max-width:767px) {
	.l-product__header {
		padding: 14.8rem 4.75rem 0
	}
}
.l-product__body {
	margin-top: 128px
}
@media(max-width:767px) {
	.l-product__body {
		margin-top: 7.6rem
	}
}
.l-feature {
	max-width: 1280px;
	padding: 215px 80px 0;
	margin: -138px auto 0
}
@media(max-width:767px) {
	.l-feature {
		margin: 0 auto;
		padding: 10rem 4.75rem 0
	}
}
@media(max-width:767px) {
	.l-feature__header {
		border-top: 1px solid #e2e2e2;
		padding-top: 7.6rem
	}
}
.l-store {
	max-width: 1280px;
	padding: 0 80px;
	margin: auto
}
@media(max-width:767px) {
	.l-store {
		padding: 0 3.75rem
	}
}
.c-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
	padding: 23px 54px;
	border-radius: 8px;
	background-color: #b8b6a9;
	transition: background-color .2s linear
}
@media(max-width:767px) {
	.c-button {
		width: 20rem;
		padding: 1.8rem 2rem
	}
}
.c-button:hover {
	background-color: #f8bba4
}
.c-button__text {
	font-family: gill-sans-nova, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 2.56px;
	text-align: left;
	color: #fcfbf9;
	margin-right: 10px
}
@media(max-width:767px) {
	.c-button__text {
		font-size: 1.2rem;
		line-height: 1.23;
		letter-spacing: .224rem
	}
}



*/





/*
.c-button__icon {
	position: relative;
	top: 1px;
	width: 14px;
	height: 14px
}
.c-button__icon svg {
	width: 100%;
	height: 100%
}
.c-button__icon svg path {
	fill: #fcfcfc
}
.c-button--line {
	border: 2px solid #fcfcfc;
	background-color: transparent
}
a:hover .c-button--line {
	background-color: #fcfcfc
}
a:hover .c-button--line .c-button__text {
	color: #241819
}
a:hover .c-button--line .c-button__icon svg path {
	fill: #241819
}
*/



/*
.c-header__title {
	font-family: gill-sans-nova, sans-serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 9.6px;
	text-align: left;
	color: #bcbcbc*/
}/*
@media(max-width:767px) {
	.c-header__title {
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1;
		letter-spacing: .352rem*/
	}
}/*
.c-header__title b {
	font-weight: 500;
	color: #e2a890
}*/
/*.c-header__title .o {
	vertical-align: bottom;
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transform: translate(0, 20%);
	transform: translate(0, 20%)
}
.c-header__title .o:nth-child(1) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .04s
}
.c-header__title .o:nth-child(1) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .04s
}
.c-header__title .o:nth-child(2) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .08s
}
.c-header__title .o:nth-child(2) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .08s
}
.c-header__title .o:nth-child(3) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .12s
}
.c-header__title .o:nth-child(3) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .12s
}
.c-header__title .o:nth-child(4) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .16s
}
.c-header__title .o:nth-child(4) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .16s
}
.c-header__title .o:nth-child(5) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .2s
}
.c-header__title .o:nth-child(5) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .2s
}
.c-header__title .o:nth-child(6) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .24s
}
.c-header__title .o:nth-child(6) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .24s
}
.c-header__title .o:nth-child(7) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .28s
}
.c-header__title .o:nth-child(7) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .28s
}
.c-header__title .o:nth-child(8) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .32s
}
.c-header__title .o:nth-child(8) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .32s
}
.c-header__title .o:nth-child(9) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .36s
}
.c-header__title .o:nth-child(9) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .36s
}
.c-header__title .o:nth-child(10) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .4s
}
.c-header__title .o:nth-child(10) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .4s
}
.c-header__title .o:nth-child(11) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .44s
}
.c-header__title .o:nth-child(11) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .44s
}
.c-header__title .o:nth-child(12) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .48s
}
.c-header__title .o:nth-child(12) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .48s
}
.c-header__title .o:nth-child(13) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .52s
}
.c-header__title .o:nth-child(13) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .52s
}
.c-header__title .o:nth-child(14) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .56s
}
.c-header__title .o:nth-child(14) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .56s
}
.c-header__title .o:nth-child(15) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .6s
}
.c-header__title .o:nth-child(15) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .6s
}
.c-header__title .o:nth-child(16) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .64s
}
.c-header__title .o:nth-child(16) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .64s
}
.c-header__title .o:nth-child(17) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .68s
}
.c-header__title .o:nth-child(17) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .68s
}
.c-header__title .o:nth-child(18) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .72s
}
.c-header__title .o:nth-child(18) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .72s
}
.c-header__title .o:nth-child(19) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .76s
}
.c-header__title .o:nth-child(19) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .76s
}
.c-header__title .o:nth-child(20) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .8s
}
.c-header__title .o:nth-child(20) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .8s
}
.c-header__title .o:nth-child(21) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .84s
}
.c-header__title .o:nth-child(21) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .84s
}
.c-header__title .o:nth-child(22) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .88s
}
.c-header__title .o:nth-child(22) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .88s
}
.c-header__title .o:nth-child(23) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .92s
}
.c-header__title .o:nth-child(23) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .92s
}
.c-header__title .o:nth-child(24) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .96s
}
.c-header__title .o:nth-child(24) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .96s
}
.c-header__title .o:nth-child(25) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1s
}
.c-header__title .o:nth-child(25) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1s
}
.c-header__title .o:nth-child(26) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.04s
}
.c-header__title .o:nth-child(26) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.04s
}
.c-header__title .o:nth-child(27) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.08s
}
.c-header__title .o:nth-child(27) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.08s
}
.c-header__title .o:nth-child(28) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.12s
}
.c-header__title .o:nth-child(28) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.12s
}
.c-header__title .o:nth-child(29) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.16s
}
.c-header__title .o:nth-child(29) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.16s
}
.c-header__title .o:nth-child(30) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.2s
}
.c-header__title .o:nth-child(30) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.2s
}
.c-header__title .o:nth-child(31) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.24s
}
.c-header__title .o:nth-child(31) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.24s
}
.c-header__title .o:nth-child(32) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.28s
}
.c-header__title .o:nth-child(32) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.28s
}
.c-header__title .o:nth-child(33) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.32s
}
.c-header__title .o:nth-child(33) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.32s
}
.c-header__title .o:nth-child(34) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.36s
}
.c-header__title .o:nth-child(34) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.36s
}
.c-header__title .o:nth-child(35) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.4s
}
.c-header__title .o:nth-child(35) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.4s
}
.c-header__title .o:nth-child(36) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.44s
}
.c-header__title .o:nth-child(36) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.44s
}
.c-header__title .o:nth-child(37) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.48s
}
.c-header__title .o:nth-child(37) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.48s
}
.c-header__title .o:nth-child(38) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.52s
}
.c-header__title .o:nth-child(38) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.52s
}
.c-header__title .o:nth-child(39) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.56s
}
.c-header__title .o:nth-child(39) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.56s
}
.c-header__title .o:nth-child(40) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.6s
}
.c-header__title .o:nth-child(40) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.6s
}
.c-header__title .o:nth-child(41) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.64s
}
.c-header__title .o:nth-child(41) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.64s
}
.c-header__title .o:nth-child(42) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.68s
}
.c-header__title .o:nth-child(42) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.68s
}
.c-header__title .o:nth-child(43) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.72s
}
.c-header__title .o:nth-child(43) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.72s
}
.c-header__title .o:nth-child(44) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.76s
}
.c-header__title .o:nth-child(44) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.76s
}
.c-header__title .o:nth-child(45) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.8s
}
.c-header__title .o:nth-child(45) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.8s
}
.c-header__title .o:nth-child(46) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.84s
}
.c-header__title .o:nth-child(46) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.84s
}
.c-header__title .o:nth-child(47) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.88s
}
.c-header__title .o:nth-child(47) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.88s
}
.c-header__title .o:nth-child(48) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.92s
}
.c-header__title .o:nth-child(48) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.92s
}
.c-header__title .o:nth-child(49) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.96s
}
.c-header__title .o:nth-child(49) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.96s
}
.c-header__title .o:nth-child(50) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2s
}
.c-header__title .o:nth-child(50) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2s
}
.c-header__title .o:nth-child(51) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.04s
}
.c-header__title .o:nth-child(51) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.04s
}
.c-header__title .o:nth-child(52) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.08s
}
.c-header__title .o:nth-child(52) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.08s
}
.c-header__title .o:nth-child(53) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.12s
}
.c-header__title .o:nth-child(53) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.12s
}
.c-header__title .o:nth-child(54) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.16s
}
.c-header__title .o:nth-child(54) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.16s
}
.c-header__title .o:nth-child(55) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.2s
}
.c-header__title .o:nth-child(55) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.2s
}
.c-header__title .o:nth-child(56) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.24s
}
.c-header__title .o:nth-child(56) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.24s
}
.c-header__title .o:nth-child(57) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.28s
}
.c-header__title .o:nth-child(57) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.28s
}
.c-header__title .o:nth-child(58) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.32s
}
.c-header__title .o:nth-child(58) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.32s
}
.c-header__title .o:nth-child(59) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.36s
}
.c-header__title .o:nth-child(59) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.36s
}
.c-header__title .o:nth-child(60) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.4s
}
.c-header__title .o:nth-child(60) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.4s
}
.c-header__title .o:nth-child(61) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.44s
}
.c-header__title .o:nth-child(61) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.44s
}
.c-header__title .o:nth-child(62) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.48s
}
.c-header__title .o:nth-child(62) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.48s
}
.c-header__title .o:nth-child(63) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.52s
}
.c-header__title .o:nth-child(63) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.52s
}
.c-header__title .o:nth-child(64) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.56s
}
.c-header__title .o:nth-child(64) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.56s
}
.c-header__title .o:nth-child(65) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.6s
}
.c-header__title .o:nth-child(65) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.6s
}
.c-header__title .o:nth-child(66) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.64s
}
.c-header__title .o:nth-child(66) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.64s
}
.c-header__title .o:nth-child(67) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.68s
}
.c-header__title .o:nth-child(67) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.68s
}
.c-header__title .o:nth-child(68) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.72s
}
.c-header__title .o:nth-child(68) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.72s
}
.c-header__title .o:nth-child(69) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.76s
}
.c-header__title .o:nth-child(69) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.76s
}
.c-header__title .o:nth-child(70) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.8s
}
.c-header__title .o:nth-child(70) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.8s
}
.c-header__title .o:nth-child(71) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.84s
}
.c-header__title .o:nth-child(71) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.84s
}
.c-header__title .o:nth-child(72) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.88s
}
.c-header__title .o:nth-child(72) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.88s
}
.c-header__title .o:nth-child(73) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.92s
}
.c-header__title .o:nth-child(73) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.92s
}
.c-header__title .o:nth-child(74) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.96s
}
.c-header__title .o:nth-child(74) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.96s
}
.c-header__title .o:nth-child(75) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3s
}
.c-header__title .o:nth-child(75) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3s
}
.c-header__title .o:nth-child(76) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.04s
}
.c-header__title .o:nth-child(76) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.04s
}
.c-header__title .o:nth-child(77) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.08s
}
.c-header__title .o:nth-child(77) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.08s
}
.c-header__title .o:nth-child(78) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.12s
}
.c-header__title .o:nth-child(78) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.12s
}
.c-header__title .o:nth-child(79) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.16s
}
.c-header__title .o:nth-child(79) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.16s
}
.c-header__title .o:nth-child(80) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.2s
}
.c-header__title .o:nth-child(80) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.2s
}
.c-header__title .o:nth-child(81) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.24s
}
.c-header__title .o:nth-child(81) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.24s
}
.c-header__title .o:nth-child(82) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.28s
}
.c-header__title .o:nth-child(82) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.28s
}
.c-header__title .o:nth-child(83) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.32s
}
.c-header__title .o:nth-child(83) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.32s
}
.c-header__title .o:nth-child(84) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.36s
}
.c-header__title .o:nth-child(84) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.36s
}
.c-header__title .o:nth-child(85) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.4s
}
.c-header__title .o:nth-child(85) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.4s
}
.c-header__title .o:nth-child(86) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.44s
}
.c-header__title .o:nth-child(86) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.44s
}
.c-header__title .o:nth-child(87) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.48s
}
.c-header__title .o:nth-child(87) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.48s
}
.c-header__title .o:nth-child(88) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.52s
}
.c-header__title .o:nth-child(88) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.52s
}
.c-header__title .o:nth-child(89) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.56s
}
.c-header__title .o:nth-child(89) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.56s
}
.c-header__title .o:nth-child(90) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.6s
}
.c-header__title .o:nth-child(90) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.6s
}
.c-header__title .o:nth-child(91) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.64s
}
.c-header__title .o:nth-child(91) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.64s
}
.c-header__title .o:nth-child(92) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.68s
}
.c-header__title .o:nth-child(92) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.68s
}
.c-header__title .o:nth-child(93) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.72s
}
.c-header__title .o:nth-child(93) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.72s
}
.c-header__title .o:nth-child(94) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.76s
}
.c-header__title .o:nth-child(94) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.76s
}
.c-header__title .o:nth-child(95) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.8s
}
.c-header__title .o:nth-child(95) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.8s
}
.c-header__title .o:nth-child(96) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.84s
}
.c-header__title .o:nth-child(96) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.84s
}
.c-header__title .o:nth-child(97) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.88s
}
.c-header__title .o:nth-child(97) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.88s
}
.c-header__title .o:nth-child(98) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.92s
}
.c-header__title .o:nth-child(98) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.92s
}
.c-header__title .o:nth-child(99) {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.96s
}
.c-header__title .o:nth-child(99) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.96s
}
.c-header__title .i {
	vertical-align: bottom;
	display: inline-block;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.c-header__title .i span {
	font-weight: 500;
	color: #241819
}
.c-header__copy {
	margin-top: 63px;
	font-size: 28px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 5.6px;
	text-align: left
}
.c-header__copy .o {
	vertical-align: bottom;
	display: inline-block;
	overflow: hidden;
	position: relative
}
.c-header__copy .o:nth-child(1) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .4s
}
.c-header__copy .o:nth-child(2) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .5s
}
.c-header__copy .o:nth-child(3) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .6s
}
.c-header__copy .o:nth-child(4) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .7s
}
.c-header__copy .o:nth-child(5) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .8s
}
.c-header__copy .o:nth-child(6) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) .9s
}
.c-header__copy .o:nth-child(7) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1s
}
.c-header__copy .o:nth-child(8) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.1s
}
.c-header__copy .o:nth-child(9) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.2s
}
.c-header__copy .o:nth-child(10) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.3s
}
.c-header__copy .o:nth-child(11) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.4s
}
.c-header__copy .o:nth-child(12) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.5s
}
.c-header__copy .o:nth-child(13) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.6s
}
.c-header__copy .o:nth-child(14) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.7s
}
.c-header__copy .o:nth-child(15) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.8s
}
.c-header__copy .o:nth-child(16) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 1.9s
}
.c-header__copy .o:nth-child(17) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2s
}
.c-header__copy .o:nth-child(18) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.1s
}
.c-header__copy .o:nth-child(19) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.2s
}
.c-header__copy .o:nth-child(20) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.3s
}
.c-header__copy .o:nth-child(21) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.4s
}
.c-header__copy .o:nth-child(22) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.5s
}
.c-header__copy .o:nth-child(23) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.6s
}
.c-header__copy .o:nth-child(24) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.7s
}
.c-header__copy .o:nth-child(25) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.8s
}
.c-header__copy .o:nth-child(26) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 2.9s
}
.c-header__copy .o:nth-child(27) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3s
}
.c-header__copy .o:nth-child(28) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.1s
}
.c-header__copy .o:nth-child(29) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.2s
}
.c-header__copy .o:nth-child(30) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.3s
}
.c-header__copy .o:nth-child(31) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.4s
}
.c-header__copy .o:nth-child(32) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.5s
}
.c-header__copy .o:nth-child(33) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.6s
}
.c-header__copy .o:nth-child(34) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.7s
}
.c-header__copy .o:nth-child(35) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.8s
}
.c-header__copy .o:nth-child(36) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 3.9s
}
.c-header__copy .o:nth-child(37) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4s
}
.c-header__copy .o:nth-child(38) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.1s
}
.c-header__copy .o:nth-child(39) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.2s
}
.c-header__copy .o:nth-child(40) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.3s
}
.c-header__copy .o:nth-child(41) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.4s
}
.c-header__copy .o:nth-child(42) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.5s
}
.c-header__copy .o:nth-child(43) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.6s
}
.c-header__copy .o:nth-child(44) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.7s
}
.c-header__copy .o:nth-child(45) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.8s
}
.c-header__copy .o:nth-child(46) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 4.9s
}
.c-header__copy .o:nth-child(47) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5s
}
.c-header__copy .o:nth-child(48) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.1s
}
.c-header__copy .o:nth-child(49) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.2s
}
.c-header__copy .o:nth-child(50) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.3s
}
.c-header__copy .o:nth-child(51) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.4s
}
.c-header__copy .o:nth-child(52) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.5s
}
.c-header__copy .o:nth-child(53) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.6s
}
.c-header__copy .o:nth-child(54) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.7s
}
.c-header__copy .o:nth-child(55) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.8s
}
.c-header__copy .o:nth-child(56) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 5.9s
}
.c-header__copy .o:nth-child(57) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6s
}
.c-header__copy .o:nth-child(58) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.1s
}
.c-header__copy .o:nth-child(59) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.2s
}
.c-header__copy .o:nth-child(60) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.3s
}
.c-header__copy .o:nth-child(61) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.4s
}
.c-header__copy .o:nth-child(62) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.5s
}
.c-header__copy .o:nth-child(63) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.6s
}
.c-header__copy .o:nth-child(64) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.7s
}
.c-header__copy .o:nth-child(65) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.8s
}
.c-header__copy .o:nth-child(66) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 6.9s
}
.c-header__copy .o:nth-child(67) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7s
}
.c-header__copy .o:nth-child(68) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.1s
}
.c-header__copy .o:nth-child(69) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.2s
}
.c-header__copy .o:nth-child(70) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.3s
}
.c-header__copy .o:nth-child(71) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.4s
}
.c-header__copy .o:nth-child(72) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.5s
}
.c-header__copy .o:nth-child(73) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.6s
}
.c-header__copy .o:nth-child(74) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.7s
}
.c-header__copy .o:nth-child(75) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.8s
}
.c-header__copy .o:nth-child(76) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 7.9s
}
.c-header__copy .o:nth-child(77) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8s
}
.c-header__copy .o:nth-child(78) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.1s
}
.c-header__copy .o:nth-child(79) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.2s
}
.c-header__copy .o:nth-child(80) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.3s
}
.c-header__copy .o:nth-child(81) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.4s
}
.c-header__copy .o:nth-child(82) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.5s
}
.c-header__copy .o:nth-child(83) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.6s
}
.c-header__copy .o:nth-child(84) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.7s
}
.c-header__copy .o:nth-child(85) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.8s
}
.c-header__copy .o:nth-child(86) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 8.9s
}
.c-header__copy .o:nth-child(87) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9s
}
.c-header__copy .o:nth-child(88) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.1s
}
.c-header__copy .o:nth-child(89) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.2s
}
.c-header__copy .o:nth-child(90) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.3s
}
.c-header__copy .o:nth-child(91) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.4s
}
.c-header__copy .o:nth-child(92) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.5s
}
.c-header__copy .o:nth-child(93) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.6s
}
.c-header__copy .o:nth-child(94) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.7s
}
.c-header__copy .o:nth-child(95) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.8s
}
.c-header__copy .o:nth-child(96) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 9.9s
}
.c-header__copy .o:nth-child(97) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 10s
}
.c-header__copy .o:nth-child(98) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 10.1s
}
.c-header__copy .o:nth-child(99) .i {
	transition: 1s cubic-bezier(.36, .14, 0, 1) 10.2s
}
.c-header__copy .i {
	vertical-align: bottom;
	display: inline-block;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%)
}
.c-header__copy .i span {
	font-weight: 500;
	color: #241819
}
@media(max-width:767px) {
	.c-header__copy {
		margin-top: 2.5rem;
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.91;
		letter-spacing: .22rem
	}
}
.c-header--feature .c-header__copy {
	margin-top: 31px
}
@media(max-width:767px) {
	.c-header--feature .c-header__copy {
		margin-top: 2rem
	}
}
.c-header__text {
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 3.36px;
	text-align: left
}
@media(max-width:767px) {
	.c-header__text {
		font-size: 1.2rem;
		line-height: 2.5;
		text-align: left
	}
}
.c-header__text > p {
	margin-top: 2em
}
.c-header__text > p:first-child {
	margin-top: 0
}
.c-header__body {
	margin-top: 34px;
	justify-content: space-between;
	display: flex
}
@media(max-width:767px) {
	.c-header__body {
		display: block
	}
}
.c-header__body .c-header__copy {
	margin-top: 0;
	flex: 0 1 35.71429%
}
.c-header__body .c-header__text {
	margin-top: 8px;
	flex: 0 1 46.42857%
}
@media(max-width:767px) {
	.c-header__body .c-header__text {
		margin-top: 4rem
	}
}
.c-header--mid .c-header__title {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 4.8px
}
@media(max-width:767px) {
	.c-header--mid .c-header__title {
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: .176rem
	}
}*/



/*
.is-enter .o {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.is-enter .i {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.c-image {
	position: relative
}
.c-image__inner {
	position: relative;
	z-index: 2;
	overflow: hidden
}
.c-image__inner img {
	width: 100%;
	height: auto;
	transition: opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.is-enter .c-image__inner {
	background-color: #f0f0f2
}
.is-enter .c-image__inner img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.is-enter .c-image__bg {
	background-color: #c7c5b8
}
.c-image__bg {
	position: absolute;
	top: 60px;
	left: 60px;
	width: 100%;
	height: 102.5%;
	background-color: transparent;
	transition: background-color 1s cubic-bezier(.36, .14, 0, 1)
}
@media(max-width:767px) {
	.c-image__bg {
		top: 6rem;
		left: 6rem;
		height: 100%
	}
}
.c-image--about .c-image__inner:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f0f0f2;
	opacity: 1
}
.c-image--about .c-image__inner img {
	transition: opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.is-scroll .c-image--about .c-image__inner {
	background-color: #f0f0f2
}
.is-scroll .c-image--about .c-image__inner:before {
	transition: .5s linear;
	opacity: 0
}
.is-scroll .c-image--about .c-image__inner img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.p-f {
	margin-top: 41px
}
@media(max-width:767px) {
	.p-f {
		margin-top: 5rem
	}
}
.p-f__item {
	padding: 28px 0 27px;
	border-top: 1px solid #e2e2e2
}
@media(max-width:767px) {
	.p-f__item {
		border-top: none;
		padding: 3.4rem 0 0
	}
	.p-f__item:first-child {
		padding: 0
	}
}
.p-f__item:first-child {
	border-top: none
}
.p-f__en {
	font-family: gill-sans-nova, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1.44px;
	text-align: left
}
@media(max-width:767px) {
	.p-f__en {
		font-size: 2.1rem;
		font-weight: 500;
		line-height: .57;
		letter-spacing: .063rem
	}
}
.p-f__en b {
	font-weight: 500;
	color: #e2a890
}
.p-f__ja {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.85;
	letter-spacing: 3.12px;
	text-align: left;
	color: rgba(36, 24, 25, .33)
}
@media(max-width:767px) {
	.p-f__ja {
		margin-top: 1.4rem;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1;
		letter-spacing: .288rem;
		text-align: left;
		color: rgba(36, 24, 25, .33)
	}
}
.p-feature {
	margin-top: 70px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between
}
@media(max-width:767px) {
	.p-feature {
		margin-top: 5.4rem;
		display: block;
		padding: 6rem 0 0;
		border-top: 1px solid #e2e2e2
	}
	.p-feature:first-child {
		border-top: none;
		padding: 0;
		margin: 4.6rem 0 0
	}
}
.p-feature__image {
	position: relative;
	flex: 0 1 50%;
	padding-right: 40px;
	margin-right: -40px
}
@media(max-width:767px) {
	.p-feature__image {
		margin-right: 0;
		padding-right: 2rem
	}
}
.p-feature__image img {
	position: relative;
	z-index: 2
}
.p-feature__image__inner {
	position: relative;
	padding-right: 5px
}
@media(max-width:767px) {
	.p-feature__image__inner {
		padding-right: .5rem
	}
}
.p-feature__image__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #c7c5b8
}
.p-feature__image__i {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.p-feature__image__i img {
	transition: opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	width: 100%;
	height: auto
}
.is-enter .p-feature__image__i img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.p-feature__content {
	padding: 60px 0 0;
	position: relative;
	flex: 0 1 42.85714%
}
@media(max-width:767px) {
	.p-feature__content {
		padding: 3rem 0 0
	}
}
.p-feature__number {
	position: absolute;
	top: 0;
	right: 0;
	font-family: gill-sans-nova, sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .32em;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	font-weight: 500
}
@media(max-width:767px) {
	.p-feature__number {
		font-size: 1.2rem;
		line-height: 1
	}
}
.p-feature__number span {
	color: #e2a890
}
.p-feature__ja {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 5.76px;
	text-align: left
}
@media(max-width:767px) {
	.p-feature__ja {
		margin-top: .1rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.93;
		letter-spacing: .448rem
	}
}
.p-feature__text {
	margin-top: 33px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 3.12px;
	text-align: left
}
@media(max-width:767px) {
	.p-feature__text {
		margin-top: 1.2rem;
		font-size: 1.2rem;
		line-height: 2;
		letter-spacing: 0
	}
}
.p-feature--reverse {
	flex-direction: row;
	justify-content: flex-start
}
.p-feature--reverse .p-feature__image {
	flex: 0 1 440px;
	margin-right: 0
}
.p-feature--reverse .p-feature__content {
	margin-left: 80px;
	flex: 0 1 360px
}
@media(max-width:767px) {
	.p-feature--reverse .p-feature__content {
		margin-left: 0
	}
}
.p-footer {
	position: absolute;
	top: -100vh;
	right: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 70px 360px 67px 120px
}
.p-footer:after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url(file:///Macintosh%20HD/Users/ryota/site/images/img-footer.jpg);
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
@media(max-width:767px) {
	.p-footer:after {
		background-image: url(file:///Macintosh%20HD/Users/ryota/site/images/img-footer-sp.jpg)
	}
}
.p-footer:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	content: ' ';
	display: block;
	margin: 0 0 0 400px;
	width: 1px;
	height: 100%;
	background-color: rgba(252, 253, 254, .2)
}
@media(max-width:767px) {
	.p-footer:before {
		display: none
	}
}
@media(max-width:767px) {
	.p-footer {
		top: 0;
		padding: 0 3.75rem
	}
}
.p-footer__logo {
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 120px;
	width: 160px;
	height: 36px
}
@media(max-width:767px) {
	.p-footer__logo {
		top: 3.2rem;
		left: 3.8rem;
		width: 12.1rem;
		height: 2.7rem
	}
}
.p-footer__logo svg {
	width: 100%;
	height: 100%
}
.p-footer__logo svg path {
	fill: #fcfcfc
}
.p-footer__store {
	position: relative;
	z-index: 1;
	margin-top: 40px
}
@media(max-width:767px) {
	.p-footer__store {
		margin-top: 4rem
	}
}
.p-footer__store > a {
	display: flex;
	align-items: center;
	font-family: gill-sans-nova, sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 5.76px;
	text-align: right;
	color: #fcfcfc;
	transition: .5s linear
}
.p-footer__store > a:hover {
	opacity: .7
}
@media(max-width:767px) {
	.p-footer__store > a {
		font-size: 1.8rem;
		font-weight: 600;
		line-height: .96;
		letter-spacing: .288rem
	}
}
.p-footer__store > a svg {
	margin-top: 4px;
	margin-left: 18px;
	width: 14px;
	height: 14px
}
@media(max-width:767px) {
	.p-footer__store > a svg {
		margin-top: .3rem;
		margin-left: .9rem;
		width: 1.3rem;
		height: 1.3rem
	}
}
.p-footer__store > a svg path {
	fill: #fcfcfc
}
.p-footer__copyright {
	position: absolute;
	z-index: 1;
	bottom: 67px;
	left: 120px;
	font-family: gill-sans-nova, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 1.2px;
	text-align: left;
	color: #fcfcfc
}
@media(max-width:767px) {
	.p-footer__copyright {
		bottom: 4.9rem;
		left: 3.75rem;
		font-size: .9rem;
		font-weight: 500;
		line-height: 1.17;
		letter-spacing: .09rem
	}
}
.p-footer__copyright > a {
	margin-bottom: 10px;
	display: block;
	width: 115px;
	height: 28px
}
@media(max-width:767px) {
	.p-footer__copyright > a {
		margin-bottom: 1rem;
		width: 5.75rem;
		height: 1.4rem
	}
}
.p-footer__copyright > a svg {
	width: 100%;
	height: 100%
}
.p-footer__copyright > a svg path {
	fill: #fcfcfc
}
.p-footer__sns {
	position: absolute;
	z-index: 2;
	bottom: 58px;
	right: 50%;
	margin-right: -320px;
	display: flex;
	align-items: center
}
@media(max-width:767px) {
	.p-footer__sns {
		margin-right: 0;
		bottom: 4.4rem;
		right: 3.75rem
	}
}
.p-footer__sns__header {
	margin-right: 7px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.71;
	letter-spacing: 2.8px;
	text-align: right;
	color: #bdc0c1
}
@media(max-width:767px) {
	.p-footer__sns__header {
		margin-right: .4rem;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.2;
		letter-spacing: .2rem;
		text-align: right
	}
}
.p-footer__sns__list {
	display: flex;
	align-items: center
}
.p-footer__sns__link {
	display: flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	transition: .25s linear
}
@media(max-width:767px) {
	.p-footer__sns__link {
		width: 2.2rem;
		height: 2.2rem
	}
}
.p-footer__sns__link svg {
	width: 18px;
	height: 18px
}
@media(max-width:767px) {
	.p-footer__sns__link svg {
		width: 1.1rem;
		height: 1.1rem
	}
}
.p-footer__sns__link svg path {
	fill: #bdc0c1;
	transition: .25s linear
}
.p-footer__sns__link:hover {
	color: #fcfcfc
}
.p-footer__sns__link:hover svg path {
	fill: #fcfcfc
}
.is-enter .p-footer:after {
	transition: 2s cubic-bezier(0, 0, .22, .99);
	-webkit-transform: scale(1);
	transform: scale(1)
}
.p-loading {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fcfcfc
}
.p-loading__logo {
	width: 112px;
	height: 160px
}
@media(max-width:767px) {
	.p-loading__logo {
		width: 8.65rem;
		height: 13.5rem
	}
}
.p-loading__logo svg {
	width: 100%;
	height: 100%
}
.p-loading__logo svg path {
	fill: #bcbcbc
}
.p-menu-button {
	position: fixed;
	z-index: 11;
	top: 2.5rem;
	right: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	display: none
}
@media(max-width:767px) {
	.p-menu-button {
		display: flex
	}
}
.p-menu-button > a {
	display: block;
	width: 3rem;
	height: 3rem;
	border-radius: 50%
}
.p-menu-button > a:before {
	content: ' ';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #e2a890;
	transition: 1s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: scale(.5);
	transform: scale(.5)
}
.is-menu-open .p-menu-button > a:before {
	-webkit-transform: scale(.4);
	transform: scale(.4)
}
.p-menu {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 64px 24px 24px;
	pointer-events: none;
	background-color: rgba(160, 160, 160, 0);
	transition: .5s linear;
	display: none
}
@media(max-width:767px) {
	.p-menu {
		display: block;
		padding: 6.4rem 2.4rem 2.4rem
	}
}
.p-menu__bg {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fcfcfc;
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
	transition: -webkit-transform .5s cubic-bezier(.36, .14, 0, 1);
	transition: transform .5s cubic-bezier(.36, .14, 0, 1);
	transition: transform .5s cubic-bezier(.36, .14, 0, 1), -webkit-transform .5s cubic-bezier(.36, .14, 0, 1)
}
.p-menu__list {
	position: relative;
	height: 100%
}
.p-menu__list > li {
	margin: 15px 0;
	text-align: right
}
@media(max-width:767px) {
	.p-menu__list > li {
		margin: 1.5rem 0
	}
}
.p-menu__list > li > a {
	display: inline-block;
	font-family: gill-sans-nova, sans-serif;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: .2rem;
	overflow: hidden;
	color: #bcbcbc
}
@media(max-width:767px) {
	.p-menu__list > li > a {
		font-size: 1.1rem
	}
}
.p-menu__list > li > a span {
	display: inline-block;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.p-menu__list > li:nth-child(1) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .02s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .02s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .02s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .02s
}
.p-menu__list > li:nth-child(2) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .04s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .04s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .04s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .04s
}
.p-menu__list > li:nth-child(3) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .06s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .06s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .06s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .06s
}
.p-menu__list > li:nth-child(4) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .08s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .08s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .08s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .08s
}
.p-menu__list > li:nth-child(5) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .1s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .1s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .1s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .1s
}
.p-menu__list > li:nth-child(6) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .12s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .12s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .12s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .12s
}
.p-menu__list > li:nth-child(7) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .14s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .14s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .14s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .14s
}
.p-menu__list > li:nth-child(8) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .16s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .16s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .16s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .16s
}
.p-menu__list > li:nth-child(9) > a span {
	transition: -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .18s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .18s;
	transition: transform .2s cubic-bezier(.36, .14, 0, 1) .18s, -webkit-transform .2s cubic-bezier(.36, .14, 0, 1) .18s
}
.p-menu__logo {
	position: absolute;
	bottom: 24px;
	right: 24px;
	text-align: right;
	width: 89px;
	height: 20px;
	overflow: hidden
}
@media(max-width:767px) {
	.p-menu__logo {
		bottom: 2.4rem;
		right: 2.4rem;
		width: 8.9rem;
		height: 2rem
	}
}
.p-menu__logo svg {
	transition: -webkit-transform .5s cubic-bezier(.36, .14, 0, 1);
	transition: transform .5s cubic-bezier(.36, .14, 0, 1);
	transition: transform .5s cubic-bezier(.36, .14, 0, 1), -webkit-transform .5s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.p-menu__logo svg path {
	fill: #bcbcbc
}
.is-menu-open .p-menu {
	pointer-events: auto;
	background-color: rgba(160, 160, 160, .8);
	transition: .5s linear
}
.is-menu-open .p-menu__bg {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.is-menu-open .p-menu__list > li > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.is-menu-open .p-menu__list > li:nth-child(1) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .02s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .02s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .02s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .02s
}
.is-menu-open .p-menu__list > li:nth-child(2) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .04s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .04s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .04s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .04s
}
.is-menu-open .p-menu__list > li:nth-child(3) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .06s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .06s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .06s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .06s
}
.is-menu-open .p-menu__list > li:nth-child(4) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .08s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .08s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .08s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .08s
}
.is-menu-open .p-menu__list > li:nth-child(5) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .1s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .1s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .1s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .1s
}
.is-menu-open .p-menu__list > li:nth-child(6) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .12s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .12s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .12s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .12s
}
.is-menu-open .p-menu__list > li:nth-child(7) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .14s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .14s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .14s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .14s
}
.is-menu-open .p-menu__list > li:nth-child(8) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .16s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .16s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .16s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .16s
}
.is-menu-open .p-menu__list > li:nth-child(9) > a span {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .18s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .18s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .18s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .18s
}
.is-menu-open .p-menu__logo svg {
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .1s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .1s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .1s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .1s;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.p-nav {
	position: fixed;
	z-index: 10;
	right: 40px;
	bottom: 67px;
	mix-blend-mode: revert;
	display: block;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	transition: -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), -webkit-transform 1s cubic-bezier(.36, .14, 0, 1)
}
@media(max-width:767px) {
	.p-nav {
		display: none
	}
}
.p-nav li {
	margin-top: 6px;
	font-family: gill-sans-nova, sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.85;
	letter-spacing: 2.6px;
	text-align: right;
	color: #bcbcbc
}
.p-nav a:before {
	content: ' ';
	display: inline-block;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	background-color: #e2a890;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: -webkit-transform .3s cubic-bezier(.36, .14, 0, 1);
	transition: transform .3s cubic-bezier(.36, .14, 0, 1);
	transition: transform .3s cubic-bezier(.36, .14, 0, 1), -webkit-transform .3s cubic-bezier(.36, .14, 0, 1)
}
.p-nav a:hover:before, .p-nav a.is-current:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.is-nav-scroll .p-nav {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.p-news {
	width: 100%;
	max-width: 840px;
	padding: 84px 0 98px;
	border-top: 1px solid #e2e2e2
}
@media(max-width:767px) {
	.p-news {
		padding: 7.3rem 0 5.5rem
	}
}
.p-news__content {
	margin-top: 30px
}
@media(max-width:767px) {
	.p-news__content {
		margin-top: 4.2rem
	}
}
.p-news__item {
	margin-top: 13px;
	display: flex
}
@media(max-width:767px) {
	.p-news__item {
		margin-top: 2.6rem;
		display: block
	}
}
.p-news__date {
	flex: 0 1 82px;
	margin-right: 40px;
	font-family: gill-sans-nova, sans-serif;
	font-size: 12px;
	line-height: 2.2;
	letter-spacing: 2.88px;
	text-align: left;
	color: #bcbcbc
}
@media(max-width:767px) {
	.p-news__date {
		font-size: 1.2rem;
		line-height: 1;
		letter-spacing: .288rem
	}
}
.p-news__title {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.68px;
	text-align: left
}
.p-news__title a[target=_blank]:after {
	position: relative;
	top: 2px;
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background-image: url(file:///Macintosh%20HD/Users/ryota/site/images/common/icon-blank.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
@media(max-width:767px) {
	.p-news__title a[target=_blank]:after {
		top: 2px;
		width: 1.3rem;
		height: 1.3rem
	}
}
@media(max-width:767px) {
	.p-news__title {
		margin-top: .8rem;
		font-size: 1.1rem;
		line-height: 2;
		letter-spacing: .132rem
	}
}
.p-product-image {
	display: flex;
	flex-wrap: wrap
}
@media(max-width:767px) {
	.p-product-image {
		display: block
	}
}
.p-product-image__item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 1 50%;
	width: 50%;
	height: 450px
}
@media(max-width:767px) {
	.p-product-image__item {
		width: 24rem;
		height: 29.4rem
	}
}
.p-product-image__item:nth-child(2) {
	margin-top: 138px
}
@media(max-width:767px) {
	.p-product-image__item:nth-child(2) {
		margin: -5.6rem 0 0 13.7rem
	}
}
@media(max-width:767px) and (max-width:767px) {
	.p-product-image__item:nth-child(2) {
		width: 23.75rem;
		height: 29.35rem
	}
}
.p-product-image__item:nth-child(3) {
	position: relative;
	z-index: 3;
	margin-top: -138px
}
@media(max-width:767px) {
	.p-product-image__item:nth-child(3) {
		margin: -5.6rem 0 0 2.7rem
	}
}
@media(max-width:767px) and (max-width:767px) {
	.p-product-image__item:nth-child(3) {
		width: 24rem;
		height: 29.4rem
	}
}
.p-product-image__item:nth-child(4) {
	background-color: #c7c5b8
}
@media(max-width:767px) {
	.p-product-image__item:nth-child(4) {
		width: 32rem;
		height: 18.9rem;
		margin: 6rem auto 0
	}
}
a.p-product-image__item {
	overflow: hidden;
	position: relative
}
a.p-product-image__item:before {
	position: absolute;
	bottom: -450px;
	right: -450px;
	content: ' ';
	display: block;
	width: 900px;
	height: 900px;
	border-radius: 50%;
	background-color: #fcfcfc;
	transition: opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0
}
a.p-product-image__item:hover:before {
	transition: opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .2
}
a.p-product-image__item .c-button {
	position: relative;
	z-index: 3
}
.p-product-image__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% + 80px);
	height: 100%;
	background-size: cover;
	overflow: hidden
}
@media(max-width:767px) {
	.p-product-image__bg {
		width: 100%
	}
}
a.p-product-image__bg {
	position: absolute
}
a.p-product-image__bg:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fcfcfc;
	border-radius: 50%
}
a.p-product-image__bg:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: ' ';
	display: block;
	width: 40px;
	height: 40px;
	background-color: #fcfcfc;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	transition: opacity .5s linear, -webkit-transform .5s cubic-bezier(.36, .14, 0, 1);
	transition: transform .5s cubic-bezier(.36, .14, 0, 1), opacity .5s linear;
	transition: transform .5s cubic-bezier(.36, .14, 0, 1), opacity .5s linear, -webkit-transform .5s cubic-bezier(.36, .14, 0, 1)
}
a.p-product-image__bg:hover:before {
	transition: opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1), opacity .5s linear, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .3
}
.p-product-image__bg__inner {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
@media(max-width:767px) {
	.p-product-image__bg__inner {
		background-position: center center
	}
}
.p-product-image__bg__item {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center bottom;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: -webkit-transform 1.4s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1.4s cubic-bezier(.36, .14, 0, 1);
	transition: transform 1.4s cubic-bezier(.36, .14, 0, 1), -webkit-transform 1.4s cubic-bezier(.36, .14, 0, 1)
}
@media(max-width:767px) {
	.p-product-image__bg__item {
		background-position: center center
	}
}
.p-product-image__item:nth-child(1) .p-product-image__bg__inner {
	transition: opacity .5s linear .2s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .2s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .2s, opacity .5s linear .2s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .2s, opacity .5s linear .2s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .2s
}
.p-product-image__item:nth-child(2) .p-product-image__bg__inner {
	transition: opacity .5s linear .4s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .4s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .4s, opacity .5s linear .4s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .4s, opacity .5s linear .4s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .4s
}
.p-product-image__item:nth-child(3) .p-product-image__bg__inner {
	transition: opacity .5s linear .6s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .6s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .6s, opacity .5s linear .6s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .6s, opacity .5s linear .6s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .6s
}
.p-product-image__item:nth-child(4) .p-product-image__bg__inner {
	transition: opacity .5s linear .8s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .8s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .8s, opacity .5s linear .8s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .8s, opacity .5s linear .8s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .8s
}
.is-enter .p-product-image__bg__inner {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.is-enter a.p-product-image__bg:hover .p-product-image__bg__item {
	-webkit-transform: scale(1);
	transform: scale(1)
}*/



/*
.p-slider {
	margin-top: 220px;
	position: relative;
	width: 100%;
	height: 760px;
	background-color: #c7c5b8
}
@media(max-width:767px) {
	.p-slider {
		margin-top: 9.6rem;
		height: 56rem
	}
}*/


/*
.p-slider__inner {
	width: 100%;
	height: 100%
}*/

/*
.p-slider__logo {
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 173px;
	height: 270px
}
@media(max-width:767px) {
	.p-slider__logo {
		width: 10rem;
		height: 15.65rem
	}
}
.p-slider__logo svg {
	width: 100%;
	height: 100%
}
.p-slider__logo svg path {
	fill: #fcfcfc
}
.p-slider__item {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: 100%
}
@media(max-width:767px) {
	.p-slider__item {
		display: block
	}
}
.p-slider__image {
	flex: 0 1 50%;
	width: 100%;
	height: 100%;
	overflow: hidden
}
@media(max-width:767px) {
	.p-slider__image {
		height: 50%
	}
}
.p-slider__image__item {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}
.p-slider__image__item span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center
}
.p-slider__item:nth-child(1) .p-slider__image:nth-child(1) .p-slider__image__item span {
	background-position: right center
}
.p-slider__item:nth-child(1) .p-slider__image:nth-child(2) .p-slider__image__item span {
	background-position: left center
}
.p-store {
	width: 100%;
	max-width: 840px;
	padding: 95px 0 135px;
	border-top: 1px solid #e2e2e2;
	display: flex;
	align-items: center;
	justify-content: space-between
}
@media(max-width:767px) {
	.p-store {
		width: 100%;
		padding: 7.8rem 0 10rem;
		display: block
	}
}
@media(max-width:767px) {
	.p-store__link {
		margin-top: 4.2rem
	}
}
.p-text {
	margin-top: 64px;
	font-size: 13px;
	line-height: 2.46;
	letter-spacing: 3.12px;
	text-align: left
}
@media(max-width:767px) {
	.p-text {
		margin-top: 3.8rem;
		font-size: 1.2rem;
		line-height: 2.5;
		letter-spacing: 0;
		text-align: left
	}
}*/
.p-text > p {
	margin-top: 33px
}
@media(max-width:767px) {
	.p-text > p {
		margin-top: 3.3rem
	}
}
.p-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background-size: cover;
	overflow: hidden
}
@media(max-width:767px) {
	.p-visual {
		height: 100vh
	}
}

/*
.p-visual__logo {
	position: relative;
	z-index: 6;
	width: 250px;
	height: 313px;
	opacity: 0
}
@media(max-width:767px) {
	.p-visual__logo {
		width: 10rem;
		height: 15.65rem
	}
}*/
.p-visual__logo svg {
	width: 100%;
	height: 100%
}
.p-visual__logo svg path {
	fill: #fcfcfc
}
.p-visual__slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.p-visual__slider__slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0
}
.p-visual__slider__image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	display: block
}
.p-visual__logo {
	overflow: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.p-visual__logo svg {
	-webkit-transform: scale(1);
	transform: scale(1)
}
.is-enter .p-visual__logo {
	transition: opacity .5s linear .1s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .1s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .1s, opacity .5s linear .1s;
	transition: transform 1s cubic-bezier(.36, .14, 0, 1) .1s, opacity .5s linear .1s, -webkit-transform 1s cubic-bezier(.36, .14, 0, 1) .1s;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
.is-enter .p-visual__logo svg {
	transition: .5s cubic-bezier(.36, .14, 0, 1);
	-webkit-transform: scale(1);
	transform: scale(1)
}
@media(min-width:768px) {
	.u-hide--pc {
		display: none !important
	}
}
@media(max-width:767px) {
	.u-hide--tablet {
		display: none !important
	}
}
@media(max-width:767px) {
	.u-hide--sp {
		display: none !important
	}
}
@media(max-width:767px) {
	.u-show--pc {
		display: none !important
	}
}
@media(min-width:768px) {
	.u-show--sp {
		display: none !important
	}
}