/* =================================================================== */

.c-nav__list > li span small {
	font-size: 1.8rem;
	font-weight: bold;
	margin-left: 17px;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	color: #01b3cd;
}

.c-mv .c-nav {
	bottom: -32px;
}

/* =================================================================== */

.cu-intro {
	padding: 97px 0 88px;
}

.cu-intro .c-headline2 {
	margin-bottom: 58px;
}

.cu-desc {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

.cu-desc p {
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: .04em;
}

.cu-desc + figure {
	margin-top: 50px;
}

/* =================================================================== */

.cu-works .c-headline2 {
	margin-bottom: 72px;
}

.cu-works__list {
	counter-increment: number;
}

.cu-works__list .cu-works__list__element {
	position: relative;
	z-index: 2;
}

.cu-works__list > li {
	position: relative;
	padding: 0 0 51px;
}

.cu-works__list > li::before {
	position: absolute;
	top: 60px;
	right: 100px;
	bottom: 0;
	left: 0;
	content: '';
	background: #e9f6f5;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element .head + .body {
	margin-right: 5%;
	margin-left: 0;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element .sub-title {
	margin-left: -7px;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element .title {
	margin-left: -7px;
}

.cu-works__list > li + li {
	margin-top: 80px;
}

.cu-works__list__element {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.cu-works__list__element .sub-title {
	font-family: 'Caveat', cursive;
	font-size: 4.5rem;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 34px;
	-webkit-transform: matrix(.99619, -.08716, .08716, .99619, 0, 0);
	transform: matrix(.99619, -.08716, .08716, .99619, 0, 0);
	letter-spacing: 0;
	color: #01b3cd;
}

.cu-works__list__element .sub-title span {
	font-size: 5rem;
	margin-left: .3em;
}

.cu-works__list__element .sub-title span em {
	font-size: 7rem;
}

.cu-works__list__element .title {
	font-size: 2.8rem;
	line-height: 1.57143;
	margin-bottom: 20px;
	letter-spacing: .04em;
	letter-spacing: .04em;
}

.cu-works__list__element .title small {
	font-size: 2rem;
	line-height: 1.9;
	display: block;
}

.cu-works__list__element .desc {
	font-size: 1.6rem;
	line-height: 2.25;
	text-align: left;
	letter-spacing: .04em;
}

.cu-works__list__element .desc time {
	font-size: 1.4rem;
	line-height: 1;
	display: block;
	margin-top: 20px;
	letter-spacing: .04em;
	color: #666;
}

.cu-works__list__element .head {
	width: 37.5%;
	padding-top: 10px;
}

.cu-works__list__element .head + .body {
	margin-left: 5.83333%;
}

.cu-works__list__element .body {
	width: 50%;
}

/* =================================================================== */

.cu-archive {
	padding: 80px 0 30px;
}

.cu-archive .c-headline3 {
	margin-bottom: 34px;
}

.cu-archive__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.cu-archive__list > li {
	width: 48%;
	margin-bottom: 50px;
}

.cu-archive__list > li:nth-child(even) {
	margin-left: auto;
}

.cu-archive__list .img {
	overflow: hidden;
	margin-bottom: 18px;
}

.cu-archive__list .img img {
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.cu-archive__list a {
	display: block;
}

.cu-archive__list a:hover {
	opacity: 1;
}

.cu-archive__list a:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.cu-archive__list a:hover .c-btn {
	opacity: 1;
	color: #fff;
}

.cu-archive__list a:hover .c-btn::before {
	opacity: 0;
}

.cu-archive__list a:hover .c-btn .c-arrow::before {
	-webkit-animation: line .6s cubic-bezier(.25, .46, .45, .94) 0s;
	animation: line .6s cubic-bezier(.25, .46, .45, .94) 0s;
	background: #fff;
}

.cu-archive__list a:hover .c-btn .c-arrow::after {
	border-color: transparent transparent transparent #fff;
}

.cu-archive__list a:hover .c-btn .tag {
	color: #01b3cd;
	background: #fff;
}

.cu-archive__list .c-btn {
	min-width: 230px;
	padding: 13px 10px;
}

.cu-archive__list .title {
	margin-bottom: 22px;
	text-align: center;
}

.cu-archive__list .title .sub {
	font-size: 1.6rem;
	line-height: 2.125;
	display: block;
	letter-spacing: .04em;
}

.cu-archive__list .title .main {
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: .04em;
}

figcaption {
	font-size: 1.6rem;
	margin-top: 2rem;
	text-align: right;
	color: #666;
}

/* animation styles */

.cu-intro .c-headline2,
.cu-intro .cu-desc,
.cu-intro figure {
	opacity: 0;
}

.cu-archive__list li {
	opacity: 0;
}

.cu-works__list__element .sub-title {
	opacity: 0;
}

.cu-works__list__element .title {
	opacity: 0;
}

.cu-works__list__element .desc {
	opacity: 0;
}

.cu-works__list__element .body {
	opacity: 0;
}

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

.c-nav__list > li:first-child {
	width: 290px;
}

.cu-works__list > li:nth-child(even)::before {
	right: 0;
	bottom: -10px;
	left: 100px;
}

}

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

.c-nav__list > li span {
	line-height: 1.35714;
}

.c-nav__list > li span small {
	font-size: 1.6rem;
	display: inline-block;
	margin: 9px 0 6px 5px;
	-webkit-transform: none;
	transform: none;
}

.c-nav__list > li a {
	height: 100%;
	padding: 12px 10px;
}

.cu-intro {
	padding: 62px 0 42px;
}

.cu-intro .c-headline2 {
	margin-bottom: 32px;
}

.cu-desc p {
	line-height: 1.9375;
}

.cu-desc p + p {
	margin-top: 11px;
}

.cu-desc + figure {
	width: 100vw;
	max-width: 100vw;
	margin-top: 22px;
	margin-left: -15px;
}

.cu-works .c-headline2 {
	margin-bottom: 42px;
}

.cu-works__list > li {
	padding: 0 0 33px;
}

.cu-works__list > li::before {
	top: 50px;
	right: -15px;
	left: -15px;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element .head + .body {
	margin-right: 0;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element .sub-title {
	margin-left: 0;
}

.cu-works__list > li:nth-child(even) .cu-works__list__element .title {
	margin-left: 0;
}

.cu-works__list > li:nth-child(even) .body img {
	-webkit-transform: translateX(-15px);
	transform: translateX(-15px);
}

.cu-works__list > li + li {
	margin-top: 40px;
}

.cu-works__list__element {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.cu-works__list__element .sub-title {
	font-size: 3.5rem;
	margin-bottom: 13px;
}

.cu-works__list__element .sub-title span {
	font-size: 3.5rem;
}

.cu-works__list__element .sub-title span em {
	font-size: 5.25rem;
}

.cu-works__list__element .title {
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 16px;
	padding-left: 4px;
	text-align: left;
}

.cu-works__list__element .title small {
	font-size: 1.7rem;
	line-height: 1.5;
}

.cu-works__list__element .desc {
	line-height: 1.9375;
	padding-left: 4px;
	text-align: left;
}

.cu-works__list__element .desc time {
	font-size: 1.2rem;
}

.cu-works__list__element .head {
	width: 100%;
	padding-top: 20px;
}

.cu-works__list__element .head + .body {
	margin-left: 0;
}

.cu-works__list__element .body {
	width: 100%;
}

.cu-works__list__element .body img {
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}

.cu-archive {
	margin-bottom: -22px;
	padding: 34px 0 0;
}

.cu-archive .c-headline3 {
	margin-bottom: 27px;
}

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

.cu-archive__list > li {
	width: 48.66667vw;
}

.cu-archive__list .img {
	margin-bottom: 13px;
}

.cu-archive__list .c-btn {
	min-width: auto;
	padding: 9px 10px;
}

.cu-archive__list .c-btn .c-arrow {
	display: none;
}

.cu-archive__list .c-btn .ff-en {
	letter-spacing: .1em;
}

.cu-archive__list .title {
	margin-bottom: 10px;
}

.cu-archive__list .title .sub {
	font-size: 1.2rem;
}

.cu-archive__list .title .main {
	font-size: 1.4rem;
	line-height: 1.92857;
}

figcaption {
	font-size: 1.4rem;
	margin-top: 1em;
	padding: 0;
}

}

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

.c-nav__list > li span small {
	line-height: .9;
	display: block;
	margin: 3px 0 -3px;
}

.cu-archive__list .c-btn {
	font-size: 1.4rem;
}

}

@-webkit-keyframes delay-overflow {

to {
	overflow: visible !important;
}

}

@keyframes delay-overflow {

to {
	overflow: visible !important;
}

}

