@charset "utf-8";


/* font size */
.c-page-title { font-size: 13px; }
.l-section p { font-size: 13px; }
.c-title_label { font-size: 11px; }
.c-title_en { font-size: 40px; }
.c-title_ja { font-size: 18px; }
.c-link { font-size: 14px; }
.c-button { font-size: 14px; }
.c-count_item::before { font-size: 12px; }
.c-count_item .ttl { font-size: 18px; }
.c-count_item .txt { font-size: 14px; }
.c-job_item .main { font-size: 18px; }
.c-job_item .sub { font-size: 10px; }
.c-job_item .text { font-size: 13px; }
.c-member_item .subscript { font-size: 18px; }
.c-member_item .title { font-size: 18px; }
.c-member_item .name { font-size: 14px; }
.c-member_item .job { font-size: 11px; }
.c-member_item .tag { font-size: 11px; }
.c-archive_item .date { font-size: 11px; }
.c-archive_item .txt { font-size: 16px; }
.c-archive_item .tags { font-size: 10px; }
.c-banner_item .title { font-size: 30px; }
.c-article .header .title { font-size: 18px; }
.c-article .header .date,
.c-article .header .tags { font-size: 11px; }
.c-article .contents h2 { font-size: 18px; }
.c-article .contents p,
.c-article .contents li { font-size: 13px; }
.c-article .contents figcaption { font-size: 11px; }

@media screen and (min-width: 768px) {
	.c-page-title { font-size: 18px; }
	.l-section p { font-size: 14px; }
	.c-title_ja { font-size: 21px; }
	.c-link { font-size: 16px; }
	.c-archive_item .date { font-size: 14px; }
	.c-archive_item .txt { font-size: 18px; }
	.c-archive_item .tags { font-size: 12px; }
	.c-member_item .subscript { font-size: 24px; }
	.c-member_item .title { font-size: 21px; }
	.c-banner_item.-entry .title { font-size: 54px; }
	.c-article .header .title { font-size: 30px; }
	.c-article .header .date { font-size: 14px; }
	.c-article .header .tags { font-size: 13px; }
	.c-article .contents h2 { font-size: 21px; }
	.c-article .contents p,
	.c-article .contents li { font-size: 16px; }
	.c-article .contents figcaption { font-size: 12px; }
}

/**
 * page title
 * ---------------------------------------- */
.c-page-title {
	max-width: 1290px;
	margin: 56px auto 0;
	padding: 0 30px;
	font-weight: 400;
}
.c-page-title .wrap {
	display: inline-block;
	vertical-align: middle;
}
.c-page-title .wrap.-l2 {
	margin-top: 8px;
}
.c-page-title .ja {
	margin-top: 16px;
}
@media screen and (min-width: 768px) {
	.c-page-title {
		margin-top: 48px;
	}
	.c-page-title .wrap.-l2 {
		margin-top: 16px;
	}
	.c-page-title .ja {
		margin-top: 24px;
	}
}
/* inview */
.c-page-title .wrap {
	position: relative;
	overflow: hidden;
}
/* before */
.c-page-title:not(.is-inview) .wrap img {
	transform: translateY(100%);
}
.c-page-title:not(.is-inview) .wrap.ja {
	opacity: 0;
	transform: translateY(40px);
}
/* transition */
.c-page-title.is-anim .wrap img {
	transition: transform .6s cubic-bezier(.04,.4,.1,1);
}
.c-page-title.is-anim .wrap.ja {
	transition: opacity .6s, transform .6s cubic-bezier(.04,.4,.1,1);
}
.c-page-title.is-anim .wrap.ja { transition-delay: .2s; }
.c-page-title.is-anim .wrap.-l2 img { transition-delay: .2s; }
.c-page-title.is-anim .-l2 ~ .wrap.ja { transition-delay: .4s; }

/**
 * intro photo
 * ---------------------------------------- */
@media screen and (max-width: 767px) {
	.c-intro_photo {
		margin-top: 80px;
	}
	.c-intro_photo.c-deco_dot::before {
		top: -40px;
		right: 64px;
	}
}
@media screen and (min-width: 768px) {
	.c-intro_photo {
		margin-top: 120px;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.c-intro_photo.c-deco_dot::before {
		top: -56px;
		right: 100px;
		bottom: 20%;
		left: -100px;
	}
}
@media screen and (min-width: 1240px) {
	.c-intro_photo {
		margin-left: -90px;
	}
}
@media screen and (min-width: 1440px) {
	.c-intro_photo {
		margin-right: -190px;
	}
}
/* spacer */
.c-intro_photo .spacer {
	padding-bottom: calc(900% / 7.5);
}
@media screen and (min-width: 768px) {
	.c-intro_photo .spacer {
		padding-bottom: calc(1400% / 26.8);
	}
}

/**
 * intro text
 * ---------------------------------------- */
.c-intro_text {
	padding: 104px 30px 112px;
	color: #fff;
}
.c-intro_text .c-title_en {
	margin-top: 0;
}
.c-intro_text .c-title_ja {
	margin-top: 48px;
}
.c-intro_text p {
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.c-intro_text {
		background: #000;
	}
	.c-intro_text .c-title_en,
	.c-intro_text .c-title_ja {
		text-align: center;
	}
}
@media screen and (min-width: 768px) {
	.c-intro_text {
		display: grid;
		grid-template: auto auto / 277px auto;
		position: relative;
		margin-top: -144px;
		margin-left: 64px;
		padding-left: 64px;
	}
	.c-intro_text::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		background: #000;
	}
	.c-intro_text * {
		position: relative;
	}
	.c-intro_text .c-title_en {
		grid-row: 1 / 3;
	}
	.c-intro_text .c-title_ja {
		margin-top: 0;
	}
	.c-intro_text .c-title_ja,
	.c-intro_text p {
		margin-left: 40px;
	}
}
@media screen and (min-width: 1024px) {
	.c-intro_text {
		margin-left: 128px;
		padding-left: 120px;
	}
	.c-intro_text::before {
		right: calc(50% - 50vw);
	}
	.c-intro_text .c-title_ja,
	.c-intro_text p {
		margin-left: 80px;
	}
}

/**
 * section
 * ---------------------------------------- */
.l-section {
	margin-top: 120px;
	padding: 0 30px;
}
@media screen and (min-width: 768px) {
	.l-section {
		max-width: 1060px;
		margin: 240px auto 0;
	}
}

/* :::::: label :::::: */
.c-title_label {
	display: inline-block;
	position: relative;
	padding: 6px 60px 5px 7px;
	color: #fff;
	line-height: 1;
	vertical-align: bottom;
	background: #000;
	transform-origin: left center;
}
.c-title_label::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	transform-origin: right center;
}
/* inview */
.js-inview:not(.is-inview) > .c-title_label,
.is-inview > .c-title_label::after,
.c-title_label.js-inview:not(.is-inview),
.c-title_label.is-inview::after {
	transform: scaleX(0);
}
.is-anim > .c-title_label,
.is-anim > .c-title_label::after,
.c-title_label.is-anim,
.c-title_label.is-anim::after {
	transition: transform .3s cubic-bezier(.04,.4,.1,1);
}
.is-anim > .c-title_label::after,
.c-title_label.is-anim::after {
	transition-duration: .6s;
	transition-delay: .3s;
}

/* :::::: title english (svg) :::::: */
.c-title_en {
	margin-top: 48px;
	font-family: "univers", sans-serif;
	line-height: 0;
}
.c-title_en .wrap {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
.c-title_en .-l2,
.c-title_en .-l3,
.c-title_en .-l4,
.c-title_en .-l5 {
	margin-top: 8px;
}
.c-title_en .wrap img {
	transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
	.c-title_en .-l2,
	.c-title_en .-l3,
	.c-title_en .-l4,
	.c-title_en .-l5 {
		margin-top: 16px;
	}
}
/* inview */
.js-inview:not(.is-inview) > .c-title_en .wrap img {
	transform: translateY(100%);
}
.is-anim > .c-title_en .wrap img {
	transition: transform .6s cubic-bezier(.04,.4,.1,1);
}
.is-anim > .c-title_en .wrap img { transition-delay: .4s; }
.is-anim > .c-title_en .wrap.-l2 img { transition-delay: .5s; }
.is-anim > .c-title_en .wrap.-l3 img { transition-delay: .6s; }
.is-anim > .c-title_en .wrap.-l4 img { transition-delay: .7s; }
.is-anim > .c-title_en .wrap.-l5 img { transition-delay: .8s; }

/* :::::: title japanese / paragraph :::::: */
.c-title_ja {
	margin-top: 40px;
	line-height: 1.6;
	font-weight: 400;
}
.c-title_ja .wrap {
	display: inline-block;
}
.l-section p {
	margin-top: 32px;
	line-height: 2;
}
.l-section p + p {
	margin-top: 1.8em;
}
@media screen and (min-width: 768px) {
	.c-title_ja {
		margin-top: 56px;
	}
}
/* inview */
.js-inview:not(.is-inview) > .c-title_ja .wrap,
.js-inview:not(.is-inview) > .p {
	opacity: 0;
	transform: translateY(40px);
}
.is-anim > .c-title_ja .wrap,
.is-anim > .p {
	transition: opacity .6s, transform .6s cubic-bezier(.04,.4,.1,1);
}
.is-anim > .c-title_ja .wrap { transition-delay: .9s; }
.is-anim > .p:nth-of-type(1) { transition-delay: 1s; }
.is-anim > .p:nth-of-type(2) { transition-delay: 1.1s; }
.is-anim > .p:nth-of-type(3) { transition-delay: 1.2s; }
.is-anim > .p:nth-of-type(4) { transition-delay: 1.3s; }
.is-anim > .p:nth-of-type(5) { transition-delay: 1.4s; }

/* :::::: photo :::::: */
.l-section .photo {
	margin-top: 64px;
}

/**
 * link
 * ---------------------------------------- */
.c-link {
	display: inline-block;
	overflow: hidden;
	margin-top: 40px;
	padding: 4px 0;
	line-height: 1.6;
}
.c-link {
	background: linear-gradient(currentcolor, currentcolor) left bottom / 100% 1px no-repeat;
	transition: background-size .4s cubic-bezier(.04,.4,.1,1);
}
.c-link.hov,
a.hov .c-link {
	background-position: right bottom;
	background-size: 0 1px;
}
.c-link .t {
	display: inline-block;
}
/* inview */
.js-inview:not(.is-inview) > .c-link {
	opacity: 0;
}
.js-inview:not(.is-inview) > .c-link .t {
	transform: translateY(100%);
}
.is-anim > .c-link {
	transition: opacity .6s;
}
.is-anim > .c-link .t {
	transition: transform .6s cubic-bezier(.04,.4,.1,1);
}

/**
 * button
 * ---------------------------------------- */
.c-button {
	display: block;
	position: relative;
	margin-top: 64px;
	padding: 18px;
	color: #fff;
	line-height: 1.6;
	letter-spacing: .15em;
	text-align: center;
	background: #000;
}
.c-button .ico {
	width: 10px;
	height: 10px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
}
@media screen and (max-width: 767px) {
	.c-button .ico {
		display: inline-block;
		margin: -.2em 0 0 .6em;
		line-height: middle;
	}
}
@media screen and (min-width: 768px) {
	.c-button {
		max-width: 315px;
		margin-left: auto;
	}
	.c-button .ico {
		position: absolute;
		top: calc(50% - 5px);
		right: 30px;
	}
}

/**
 * dot decoration
 * ---------------------------------------- */
.c-deco_dot {
	position: relative;
}
.c-deco_dot::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/dot.svg) center;
}
@media screen and (max-width: 767px) {
	.c-deco_dot::before {
		background-size: 5px 5px;
	}
}

/**
 * gray section
 * ---------------------------------------- */
.c-bg_gray {
	position: relative;
}
.c-bg_gray::before {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #f5f5f5;
}
@media screen and (min-width: 768px) {
	.c-bg_gray::before {
		right: calc(50% - 50vw);
		left: calc(50% - 50vw);
	}
}

/**
 * 採用についてのインタビュー
 * 福利厚生についてのインタビュー
 * ---------------------------------------- */
.c-interview {
	margin-top: 0;
}
.c-interview .photo {
	margin-top: 0;
	margin-right: -30px;
}
.c-interview .text {
	position: relative;
	margin: -40px 0 0 -30px;
	padding: 72px 0 0 30px;
	background: #fff;
}
.c-interview .c-title_ja {
	margin-top: 40px;
}
.c-interview p {
	margin-top: 32px;
}
@media screen and (min-width: 768px) {
	.c-interview {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		position: relative;
	}
	.c-interview .photo {
		flex-basis: 875px;
		margin-left: calc(50% - 50vw);
	}
	.c-interview .text {
		flex-basis: 580px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
		position: relative;
		margin: 0 -30px 0 -224px;
		padding: 40px 30px 40px 40px;
		background: #fff;
	}
	.c-interview p {
		margin-top: 16px;
	}
}
@media screen and (min-width: 1024px) {
	.c-interview .text {
		padding: 64px 30px 64px 64px;
	}
}
@media screen and (min-width: 1440px) {
	.c-interview .photo {
		margin-left: -220px;
	}
	.c-interview .text {
		padding: 80px 30px 80px 80px;
	}
}

/**
 * BULK HOMMEの挑戦の歴史
 * チームの雰囲気
 * 福利厚生
 * ---------------------------------------- */
.c-count_item {
	counter-increment: num;
	padding-right: 30px;
}
.c-count_item:nth-child(n+2) {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid currentcolor;
}
.c-count_item::before {
	content: "0" counter(num) ".";
	display: inline-block;
	font-weight: 300;
	letter-spacing: 0;
}
.c-count_item.no-num::before {
	display: none;
}
.c-count_item .ttl {
	font-weight: 400;
}
.c-count_item .txt {
	margin-top: 16px;
}
@media screen and (max-width: 767px) {
	.c-countlist {
		margin-top: 48px;
		margin-right: -30px;
	}
}
@media screen and (min-width: 768px) {
	.c-countlist {
		width: 50%;
		margin-left: auto;
	}
}
/* inview */
.js-inview:not(.is-inview) > .c-count_item {
	opacity: 0;
}
.js-inview:not(.is-inview) > .c-count_item::before,
.js-inview:not(.is-inview) > .c-count_item dt,
.js-inview:not(.is-inview) > .c-count_item dd {
	opacity: 0;
	transform: translateY(40px);
}
.is-anim > .c-count_item {
	transition: opacity .6s;
}
.is-anim > .c-count_item::before,
.is-anim > .c-count_item .ttl,
.is-anim > .c-count_item .txt {
	transition: opacity .6s, transform .6s cubic-bezier(.04,.4,.1,1);
}
.is-anim > .c-count_item:nth-of-type(1)::before { transition-delay: .1s; }
.is-anim > .c-count_item:nth-of-type(1) .ttl { transition-delay: .2s; }
.is-anim > .c-count_item:nth-of-type(1) .txt { transition-delay: .3s; }
.is-anim > .c-count_item:nth-of-type(2) { transition-delay: .1s; }
.is-anim > .c-count_item:nth-of-type(2)::before { transition-delay: .2s; }
.is-anim > .c-count_item:nth-of-type(2) .ttl { transition-delay: .3s; }
.is-anim > .c-count_item:nth-of-type(2) .txt { transition-delay: .4s; }
.is-anim > .c-count_item:nth-of-type(3) { transition-delay: .2s; }
.is-anim > .c-count_item:nth-of-type(3)::before { transition-delay: .3s; }
.is-anim > .c-count_item:nth-of-type(3) .ttl { transition-delay: .4s; }
.is-anim > .c-count_item:nth-of-type(3) .txt { transition-delay: .5s; }
.is-anim > .c-count_item:nth-of-type(4) { transition-delay: .3s; }
.is-anim > .c-count_item:nth-of-type(4)::before { transition-delay: .4s; }
.is-anim > .c-count_item:nth-of-type(4) .ttl { transition-delay: .5s; }
.is-anim > .c-count_item:nth-of-type(4) .txt { transition-delay: .6s; }
.is-anim > .c-count_item:nth-of-type(5) { transition-delay: .4s; }
.is-anim > .c-count_item:nth-of-type(5)::before { transition-delay: .5s; }
.is-anim > .c-count_item:nth-of-type(5) .ttl { transition-delay: .6s; }
.is-anim > .c-count_item:nth-of-type(5) .txt { transition-delay: .7s; }

.is-anim > .c-count_item:nth-of-type(6) { transition-delay: .5s; }
.is-anim > .c-count_item:nth-of-type(6)::before { transition-delay: .6s; }
.is-anim > .c-count_item:nth-of-type(6) .ttl { transition-delay: .7s; }
.is-anim > .c-count_item:nth-of-type(6) .txt { transition-delay: .8s; }
.is-anim > .c-count_item:nth-of-type(7) { transition-delay: .6s; }
.is-anim > .c-count_item:nth-of-type(7)::before { transition-delay: .7s; }
.is-anim > .c-count_item:nth-of-type(7) .ttl { transition-delay: .8s; }
.is-anim > .c-count_item:nth-of-type(7) .txt { transition-delay: .9s; }
.is-anim > .c-count_item:nth-of-type(8) { transition-delay: .7s; }
.is-anim > .c-count_item:nth-of-type(8)::before { transition-delay: .8s; }
.is-anim > .c-count_item:nth-of-type(8) .ttl { transition-delay: .9s; }
.is-anim > .c-count_item:nth-of-type(8) .txt { transition-delay: 1s; }
.is-anim > .c-count_item:nth-of-type(9) { transition-delay: .8s; }
.is-anim > .c-count_item:nth-of-type(9)::before { transition-delay: .9s; }
.is-anim > .c-count_item:nth-of-type(9) .ttl { transition-delay: 1s; }
.is-anim > .c-count_item:nth-of-type(9) .txt { transition-delay: 1.1s; }
.is-anim > .c-count_item:nth-of-type(10) { transition-delay: .9s; }
.is-anim > .c-count_item:nth-of-type(10)::before { transition-delay: 1s; }
.is-anim > .c-count_item:nth-of-type(10) .ttl { transition-delay: 1.1s; }
.is-anim > .c-count_item:nth-of-type(10) .txt { transition-delay: 1.2s; }

/**
 * job list
 * 募集中の職種
 * ---------------------------------------- */
.c-joblist {
	border-top: 1px solid currentcolor;
}
.c-job_item {
	border-bottom: 1px solid currentcolor;
	line-height: 1.2;
}
.c-job_item a {
	display: block;
	position: relative;
	padding: 24px 64px 24px 0;
}
.c-job_item .text {
	display: inline-block;
	margin-top: 14px;
	line-height: 1.6;
}
.c-job_item .ico {
	position: absolute;
	top: calc(50% - 5px);
	right: 30px;
	width: 11px;
	height: 9px;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
}
@media screen and (max-width: 767px) {
	.c-joblist {
		margin-top: 24px;
		margin-right: -30px;
	}
}
/* inview */
.c-job_item.js-inview:not(.is-inview),
.c-job_item.js-inview:not(.is-inview) a > * {
	opacity: 0;
}
.c-job_item.js-inview:not(.is-inview) a > * {
	transform: translateY(40px);
}
.c-job_item.js-inview:not(.is-inview) .ico {
	transform: translateX(-40px);
}
.c-job_item.is-anim {
	transition: opacity .6s;
}
.c-job_item.is-anim a > * {
	transition: opacity .6s, transform .6s cubic-bezier(.04,.4,.1,1);
}
.c-job_item.is-anim .main { transition-delay: .1s; }
.c-job_item.is-anim .sub { transition-delay: .2s; }
.c-job_item.is-anim .text { transition-delay: .3s; }
.c-job_item.is-anim .ico { transition-delay: .4s; }

/**
 * メンバー一覧
 * ---------------------------------------- */
.c-member_item .photo {
	position: relative;
	margin-top: 0;
}
.c-member_item .subscript {
	position: absolute;
	top: 24px;
	left: -.45em;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.c-member_item .title {
	margin-top: 32px;
	line-height: 1.6;
	font-weight: 400;
}
.c-member_item .data {
	margin-top: 12px;
}
.c-member_item .data > * {
	display: block;
}
.c-member_item .job {
	letter-spacing: .05em;
}
.c-member_item .tag::before {
	content: "#";
}
@media screen and (max-width: 767px) {
	.c-member_item .c-link {
		margin-top: 24px;
	}
}
/* spacer */
.c-member_item .photo .spacer {
	padding-bottom: calc(680% / 5.5);
}
@media screen and (min-width: 768px) {
	.c-member_item .photo .spacer {
		padding-bottom: calc(680% / 5.5);
	}
}
/* inview */
.c-member_item .js-inview:not(.is-inview),
.c-member_item .js-inview:not(.is-inview) .title,
.c-member_item .js-inview:not(.is-inview) .data > * {
	opacity: 0;
}
.c-member_item .js-inview:not(.is-inview) .title,
.c-member_item .js-inview:not(.is-inview) .data > * {
	transform: translateY(40px);
}
.c-member_item .is-anim {
	transition: opacity .6s;
}
.c-member_item .is-anim .title,
.c-member_item .is-anim .data > * {
	transition: opacity .6s, transform .6s cubic-bezier(.04,.4,.1,1);
}
.c-member_item .is-anim .title { transition-delay: .1s; }
.c-member_item .is-anim .name { transition-delay: .2s; }
.c-member_item .is-anim .job { transition-delay: .3s; }
.c-member_item .is-anim .tag { transition-delay: .4s; }

/**
 * slider
 * ---------------------------------------- */
.o-slider {
	margin: 48px -30px 0;
}
.o-slider_container {
}
.o-slider .c-member_item {
	width: 305px;
}
.o-slider .c-member_item {
	margin-right: 10px;
	padding-left: 30px;
}
@media screen and (min-width: 768px) {
	.o-slider {
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
	.o-slider .c-member_item {
		width: 344px;
	}
	.o-slider .c-member_item {
		margin-right: 36px;
		padding-left: 52px;
	}
}

/**
 * archive list
 * ---------------------------------------- */
.c-archive_item {
	position: relative;
}
.c-archive_item:last-child {
	border-bottom: 1px solid currentcolor;
}
.c-archive_item > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.c-archive_item dl {
	padding-bottom: 24px;
}
.c-archive_item dl::after {
	content: "";
	display: block;
	clear: both;
}
.c-archive_item .date {
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid currentcolor;
	font-weight: 700;
	letter-spacing: 0;
}
.c-archive_item .photo {
	float: left;
	width: calc(50% - 15px);
	margin-top: 32px;
	padding-right: 40px;
}
.c-archive_item .txt {
	float: right;
	width: calc(50% + 15px);
	margin-top: 28px;
	margin-bottom: 8px;
	padding-right: 30px;
	line-height: 1.6;
}
.c-archive_item .tags {
	display: flex;
	flex-wrap: wrap;
	float: right;
	width: calc(50% + 15px);
	padding-right: 30px;
	line-height: 1.6;
}
.c-archive_item .tags a {
	display: inline-block;
	z-index: 1;
	position: relative;
	margin-right: 1em;
}
.c-archive_item .tags a::before {
	content: "#";
}
.c-archive_paginate {
}
@media screen and (max-width: 767px) {
	.c-archivelist {
		margin-top: 48px;
		margin-right: -30px;
	}
	.c-archive_item {
		margin-top: 16px;
	}
}
@media screen and (min-width: 768px) {
	.c-archive_item .photo {
		margin-top: 30px;
	}
	.c-archive_item .txt {
		margin-top: 24px;
	}
}
/* spacer */
.c-archive_item .photo .spacer {
	padding-bottom: calc(160% / 2.28);
}
@media screen and (min-width: 768px) {
	.c-archive_item .photo .spacer {
		padding-bottom: calc(160% / 2.28);
	}
}
/* inview */
.c-archive_item.js-inview:not(.is-inview) dl > * {
	opacity: 0;
	transform: translateY(40px);
}
.c-archive_item.is-anim dl > * {
	transition: opacity .6s, transform .6s cubic-bezier(.04,.4,.1,1);
}
.c-archive_item.is-anim dl .txt { transition-delay: .1s; }
.c-archive_item.is-anim dl .tags { transition-delay: .2s; }
.c-archive_item.is-anim dl .date { transition-delay: .3s; }

/**
 * banner list
 * ---------------------------------------- */
.c-banner_item {
	text-align: left;
}
.c-banner_item a {
	display: block;
	position: relative;
	color: #fff;
}
.c-banner_item a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.c-banner_item a::before {
	z-index: 1;
}
.c-banner_item .title,
.c-banner_item .c-link {
	z-index: 2;
}
.c-banner_item .title {
	position: absolute;
	top: 32px;
	left: 28px;
	max-width: calc(100% - 60px);
	line-height: 1.1;
	font-weight: 700;
}
.c-banner_item .c-link {
	position: absolute;
	bottom: 28px;
	left: 30px;
	margin: 0;
}
.c-banner_item img {
	width: 100%;
	height: auto;
}
.c-banner_item.-entry a::before {
	background: #000 url(../img/alpha_noise2.png) 0 0 / 250px 250px;
	animation: sandstorm 1s steps(12) infinite;
}
@keyframes sandstorm {
	from { background-position: 0 0; }
	to { background-position: 123px 456px; }
}
@media screen and (max-width: 767px) {
	.c-banner_item + .c-banner_item {
		margin-top: 4px;
	}
	.c-banner_item.-entry a {
		height: calc(446vw / 7.5);
	}
}
@media screen and (min-width: 768px) {
	.c-bannerlist {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.c-banner_item {
		flex-basis: calc(33.33333% - 2px / 3);
	}
	.c-banner_item img {
		height: 100%;
		object-fit: cover;
	}
	.c-banner_item.-entry {
		flex-basis: 100%;
	}
	.c-banner_item + .c-banner_item.-entry {
		margin-top: 180px;
	}
	.c-banner_item.-entry a {
		position: relative;
		height: 448px;
	}
	.c-banner_item.-entry a::before,
	.c-banner_item.-entry a::after {
		right: calc(50% - 50vw);
		left: calc(50% - 50vw);
		width: auto;
	}
	.c-banner_item.-entry .title {
		top: 104px;
		left: 76px;
	}
	.c-banner_item.-entry .c-link {
		bottom: 120px;
		left: 80px;
	}
}
/* spacer */
.c-banner_item .spacer {
	padding-bottom: calc(440% / 7.5);
}
@media screen and (min-width: 768px) {
	.c-banner_item .spacer {
		padding-bottom: calc(612% / 8.24);
	}
}

/**
 * ARTICLE
 * ---------------------------------------- */
.c-article {
	max-width: 760px;
	margin: 64px auto 120px;
	padding: 0 30px;
}
@media screen and (min-width: 768px) {
	.c-article {
		margin: 160px auto 200px;
	}
}

/* :::::: header :::::: */
.c-article .header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.c-article .header .title {
	flex-basis: 100%;
	margin-top: 8px;
	padding-top: 32px;
	border-top: 1px solid currentcolor;
	line-height: 1.6;
	font-weight: 400;
}
.c-article .header .eyecatch {
	flex-basis: 100%;
	margin: 48px 0 32px;
}
.c-article .header .date {
	font-weight: 700;
}
.c-article .header .tags {
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	line-height: 1.6;
}
.c-article .header .tags a {
	display: inline-block;
	z-index: 1;
	position: relative;
	margin-left: 1em;
}
.c-article .header .tags a::before {
	content: "#";
}
@media screen and (min-width: 768px) {
	.c-article .header .title {
		padding-top: 40px;
	}
	.c-article .header .eyecatch {
		margin-top: 80px 0 40px;
	}
}

/* :::::: footer :::::: */
.c-article .footer .c-button {
	margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
	.c-article .footer .c-button {
		margin-top: 96px;
	}
}

/* :::::: contents :::::: */
.c-article .contents h2 {
	margin-top: 48px;
	font-weight: 400;
}
.c-article .contents p {
	margin-top: 1em;
}
.c-article .contents a {
	padding-bottom: .3em;
	background: linear-gradient(currentcolor, currentcolor) left bottom / 100% 1px no-repeat;
	transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html:not(.isTouch) .c-article .contents a:hover {
	background-position: right bottom;
	background-size: 0 1px;
}
.c-article .contents figure {
	margin: 48px 0;
}
.c-article .contents figcaption {
	margin-top: 8px;
}
@media screen and (min-width: 768px) {
	.c-article .contents h2 {
		margin-top: 64px;
	}
	.c-article .contents p {
		margin-top: 24px;
	}
	.c-article .contents figure {
		margin: 64px 0;
	}
}
