@charset "utf-8";

html {
	visibility: hidden;
}

html.wf-active {
	visibility: visible;
}

body {
	font-family: a-otf-midashi-mi-ma31-pr6n, serif;
	font-weight: 600;
	font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.1rem;
	color: rgb(175, 175, 175);
	text-align: center;
	background: rgb(0, 0, 0);
}

a {
	display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
	color: rgb(175, 175, 175);
}

img {
    border: none;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

a:hover {
	color: rgb(255, 255, 255)!important;
}

@media screen and (max-width: 640px) {

	body::before {
		background: url(../images/bg0.jpg) no-repeat left top;
		background-size: 100% auto;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 108px;
		content: "";
		z-index: -1;
		transform: translateZ(0);
	}

	.background::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100vh;
		background-image: url(../images/filter0.png);
		background-position: center;
		background-size: cover;
		z-index: 10;
		pointer-events: none;
		transform: translateZ(0);
	}

	header {
		padding-top: 4rem;
		margin-bottom: 3.875rem;
	}
	
	header .title {
		font-size: 1rem;
		margin-bottom: 2.25rem;
	}
	
	header h1 {
		font-size: 1.375rem;
		margin-bottom: 2.875rem;
	}

	header .collabo {
		margin-bottom: 3rem;
	}

	header .left-img {
		width: 101px;
		height: 17px;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-right: 2rem;
	}

	header .center-img {
		width: 13px;
		height: 13px;
		padding-top: 12px;
		padding-bottom: 7px;
	}

	header .right-img {
		width: 96px;
		height: 32px;
		padding-left: 2rem;
		padding-right: 5px;
	}

	header .prologue {
		font-size: 0.8125rem;
		line-height: 1.625rem;
		margin-bottom: 5.5rem;
	}
	
	header .prologue span {
		display: block;
	}
	
	header .prologue-end {
		font-size: 0.9375rem;
		margin-bottom: 3.25rem;
	}
	
	header .hero-img {
		width: 100vw;
	}

	.item {
		margin-bottom: 6.125rem;
	}

	.item h2 {
		font-size: 1.375rem;
		margin-bottom: 2.75rem;
	}

	.item .story {
		font-size: 0.8125rem;
		line-height: 1.625rem;
		margin-bottom: 4rem;
	}

	.item .item-img {
		width: 265px;
		height: 376px;
	}

	.item .wrap {
		display: inline-block;
	}

	.item .wrap:first-child {
		margin-bottom: 2rem;
	}

	.item .wrap p {
		margin-bottom: 1.125rem;
	}

	.item h3 {
		display: inline-block;
	}
	
	.item h3 a {
		width: 216px;
		font-size: 0.8125rem;
		color: rgb(175, 175, 175);
		border:1px solid;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.item span {
		display: block;
	}

	footer {
		padding-bottom: 2.75rem;
	}

	footer .logo-jigi {
		margin-bottom: 2.75rem;
	}

	footer h4 img {
		width: 101px;
		height: 17px;
	}

	footer .history {
		font-size: 0.8125rem;
		line-height: 1.625rem;
		margin-bottom: 2.75rem;
	}

	footer .history span {
		display: block;
	}

	footer .link {
		margin-bottom: 8.125rem;
	}

	footer .link span {
		display: inline-block;
	}

	footer a {
		font-size: 0.9375rem;
		text-decoration: underline!important;
	}

	footer a img {
		width: 119px;
		height: 46px;
	}

	footer .logo-bm20th {
		display: inline-block;
		margin-bottom: 6.5rem;
	}
	
	footer .title {
		font-size: 1rem;
		margin-bottom: 2.75rem;
	}

	footer .mail {
		display: inline-block;
		margin-bottom: 10.5rem;
	}

	footer .credit {
		font-size: 0.625rem;
	}

}

@media screen and (min-width: 641px) {

	body::before {
		background: url(../images/bg1.jpg) no-repeat left top;
		background-size: cover;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 108px;
		content: "";
		z-index: -1;
		transform: translateZ(0);
	}

	.background::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100vh;
		background-image: url(../images/filter1.png);
		background-position: center;
		background-size: cover;
		z-index: 10;
		pointer-events: none;
		transform: translateZ(0);
	}

	header {
		padding-top: 7.5rem;
		margin-bottom: 5rem;
	}
	
	header .title {
		font-size: 1.5rem;
		margin-bottom: 3rem;
	}
	
	header h1 {
		font-size: 2rem;
		margin-bottom: 4rem;
	}

	header .collabo {
		margin-bottom: 3.8rem;
	}

	header .left-img {
		width: 152px;
		height: 25px;
		padding-top: 14px;
		padding-bottom: 10px;
		padding-right: 2.6rem;
	}

	header .center-img {
		width: 20px;
		height: 20px;
		padding-top: 17px;
		padding-bottom: 12px;
	}

	header .right-img {
		width: 144px;
		height: 49px;
		padding-left: 2.6rem;
		padding-right: 8px;
	}

	header .prologue {
		font-size: 1.3rem;
		line-height: 2.6rem;
		margin-bottom: 7rem;
	}
	
	header .prologue span {
		display: block;
	}
	
	header .prologue-end {
		font-size: 1.4rem;
		margin-bottom: 5rem;
	}
	
	header .hero-img {
		width: 562px;
		height: 795px;
	}

	.item {
		margin-bottom: 6rem;
	}

	.item h2 {
		font-size: 2rem;
		margin-bottom: 4rem;
	}

	.item .story {
		font-size: 1.3rem;
		line-height: 2.6rem;
		margin-bottom: 5rem;
	}

	.item .item-img {
		width: 400px;
		height: 564px;
	}

	.item .wrap {
		display: inline-block;
		margin-bottom: 3rem;
	}

	.item .wrap:last-child {
		margin-right: 0rem;
	}

	.item .wrap p {
		margin-bottom: 1rem;
	}

	.item h3 {
		display: inline-block;
	}
	
	.item h3 a {
		width: 326px;
		font-size: 1.25rem;
		color: rgb(175, 175, 175);
		border:1px solid;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}

	.item span {
		display: block;
	}

	footer {
		padding-bottom: 3rem;
	}

	footer .logo-jigi {
		margin-bottom: 3.5rem;
	}

	footer h4 img {
		width: 152px;
		height: 25px;
	}

	footer .history {
		font-size: 1.3rem;
		line-height: 2.6rem;
		margin-bottom: 2.5rem;
	}

	footer .history span {
		display: block;
	}

	footer .link {
		margin-bottom: 12rem;
	}

	footer .link span {
		display: inline-block;
	}

	footer a {
		font-size: 1.4rem;
		text-decoration: underline!important;
	}

	footer a img {
		width: 181px;
		height: 71px;
	}

	footer .logo-bm20th {
		display: inline-block;
		margin-bottom: 9.5rem;
	}
	
	footer .title {
		font-size: 1.5rem;
		margin-bottom: 4rem;
	}

	footer .mail {
		display: inline-block;
		margin-bottom: 16rem;
	}

	footer .credit {
		font-size: 0.8rem;
	}
}