
/*-===============
section-headline
===============-*/

.section-headline {
	position : relative;
	width: 100%;
	margin-top: 70px;
	}

.section-headline .headline{
	position: fixed;
	width: 100%;
	padding: 50px 0 0 30px;
	z-index: 2;
	color: #222;
	}
@media screen and (max-width: 768px) {
.section-headline .headline{
	padding: 30px 0 0 20px;
	}
	}

.section-headline .headline h3{
	font-size: 1.6em;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.section-headline .headline h3{
	font-size: 1.2em;
	}
	}

.section-headline .headline p{
	margin-top: 10px;
	font-size: .8em;
	}
@media screen and (max-width: 768px) {
.section-headline .headline p{
	margin-top: 5px;
	font-size: .7em;
	}
	}


/*-===============
section-archive
===============-*/

.section-archive {
	position : relative;
	width: 100%;
	padding-bottom: 80px;
	}
@media screen and (max-width: 768px) {
.section-archive {
	padding-bottom: 20px;
	transform: translate(0, -60px);
	}
	}

.section-archive .archive {
	width: 100%;
	margin: auto;
	padding: 50px 0;
	}
@media screen and (max-width: 768px) {
.section-archive .archive {
	padding: 0 0 30px;
	}
.section-archive .archive:nth-child(n+2) {
	width: 70%;
	padding: 30px 0;
	}
	}

.section-archive .archive a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	flex-direction: row;
	}
@media screen and (max-width: 768px) {
.section-archive .archive a{
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	}
	}

.section-archive .archive a div:first-child{
	width: 36%;
	}
@media screen and (max-width: 768px) {
.section-archive .archive a div:first-child{
	width: 100%;
	}
	}

.section-archive .archive a div:first-child img{
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	width: 100%;
	}

.section-archive .archive a div:first-child img:hover{
	transform: translate(0, -10px);
	}
@media screen and (max-width: 768px) {
.section-archive .archive a div:first-child img:hover{
	transform: none;
	}
	}

.section-archive .archive a div:last-child{
	width: 32%;
	padding-left: 3%;
	padding-right: 3%;
	}
@media screen and (max-width: 768px) {
.section-archive .archive a div:last-child{
	width: 100%;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}
.section-archive .archive:first-child a div:last-child{
	width: 70%;
	margin: auto;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}
	}

.section-archive .archive a div:last-child p:first-child{
	font-size: 1em;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.section-archive .archive a div:last-child p:first-child{
	font-size: .9em;
	margin-top: 20px;
	}
	}

.section-archive .archive a div:last-child p:nth-child(2){
	margin-top: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	font-weight: 500;
	}
.en .section-archive .archive a div:last-child p:nth-child(2){
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
	word-break: normal;
	font-weight: 600;
	}
@media screen and (max-width: 768px) {
.section-archive .archive a div:last-child p:nth-child(2){
	margin-top: 10px;
	font-size: 1em;
	}
	}

.section-archive .archive a div:last-child p:last-child{
	margin-top: 20px;
	font-size: .9em;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.section-archive .archive a div:last-child p:last-child{
	margin-top: 12px;
	font-size: .8em;
	}
	}


/*-===============
section-post
===============-*/

.section-post {
	position : relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	}
@media screen and (max-width: 768px) {
.section-post {
	display: block;
	}
	}

.section-post .fasade{
	width: 40%;
	}
@media screen and (max-width: 768px) {
.section-post .fasade{
	width: 100%;
	position: sticky;
	top: 70px;
	left: 0;
	z-index:-1;
	}
	}

.section-post .fasade .fasade-bg{
	position: sticky;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100svh - 70px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	}
@media screen and (max-width: 768px) {
.section-post .fasade .fasade-bg{
	position: absolute;
	top: 0;
	left: 0;
	}
	}

@media screen and (min-width: 769px) {
.section-post .fasade .fasade-bg{
	filter: brightness(100%) !important;
	}
	}

.section-post .fasade .fasade-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	}


.section-post .contents {
	width: 60%;
	position: relative;
	padding-bottom: 150px;
	}
@media screen and (max-width: 768px) {
.section-post .contents {
	width: 100%;
	padding-bottom: 0;
	}
	}

.section-post .contents .midashi{
	position: relative;
	width: 100%;
	height: calc(100svh - 70px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 30px;
	}
@media screen and (max-width: 768px) {
.section-post .contents .midashi{
	justify-content: flex-end;
	row-gap: 15px;
	padding-bottom: 15%;
	}
	}

.section-post .contents .midashi p.vol{
	font-size: 1.1em;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.section-post .contents .midashi p.vol{
	font-size: 1em;
	}
	}

.section-post .contents .midashi h1{
	font-size: 1.5em;
	line-height: 1.7em;
	font-weight: 500;
	text-align: center;
	padding: 0 10%;
	}
@media screen and (max-width: 768px) {
.section-post .contents .midashi h1{
	font-size: 1.3em;
	line-height: 1.5em;
	padding: 0 7%;
	}
	}

.en .section-post .contents .midashi h1{
	font-size: 1.5em;
	font-weight: 600;
	}

.section-post .contents .midashi p.date{
	font-size: .9em;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.section-post .contents .midashi p.date{
	font-size: .8em;
	}
	}

.section-post .contents .midashi .scrolldown{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 80px;
	}
@media screen and (max-width: 768px) {
.section-post .contents .midashi .scrolldown{
	height: 40px;
	}
	}

.section-post .contents .midashi .scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 80px;
	background: #fff;
	animation: pathmove 2s ease-in-out infinite;
	opacity:0;
	}
@media screen and (max-width: 768px) {
.section-post .contents .midashi .scrolldown::after{
	height: 40px;
	}
	}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
		background: #333;
	}
	30%{
		height:80px;
		top:0;
		opacity: 1;
	}
	60%{
		opacity: 1;
	}
	100%{
		height:0px;
		top:80px;
		opacity: 0;
	}
	}
@media screen and (max-width: 768px) {
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
		background: transparent;
	}
	30%{
		height:40px;
		top:0;
		opacity: 1;
	}
	60%{
		opacity: 1;
	}
	100%{
		height:0px;
		top:40px;
		opacity: 0;
	}
	}
	}

.section-post .contents .body{
	position: relative;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	}

.section-post .contents .body .section{
	position: relative;
	width: 55%;
	max-width: 500px;
	padding-top: 110px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	row-gap: 70px;
	}
@media screen and (max-width: 768px) {
.section-post .contents .body .section{
	width: 86%;
	max-width: 86%;
	padding-top: 80px;
	row-gap: 50px;
	}
	}

.section-post .contents .body .section h2{
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: 500;
	text-align: center;
	}
@media screen and (max-width: 768px) {
.section-post .contents .body .section h2{
	font-size: 1.1em;
	}
	}

.en .section-post .contents .body .section h2{
	font-weight: 600;
	}

.section-post .contents .body .section div{
	position: relative;
	width: 100%;
	padding-top: 30px;
	}

.section-post .contents .body .section div img{
	width: 100%;
	}

.section-post .contents .body .section p{
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
	}

.en .section-post .contents .body .section p{
	text-align: left;
	word-break: normal;
	}

.section-post .contents .next {
	position : relative;
	width: 55%;
	max-width: 500px;
	margin: auto;
	margin-top: 100px;
	padding: 100px 0;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	}
@media screen and (max-width: 768px) {
.section-post .contents .next {
	width: 86%;
	max-width: 86%;
	margin-top: 80px;
	padding: 80px 0;
	}
	}

.section-post .contents .next a{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	column-gap: 10%;
	}

.section-post .contents .next a div{
	display: flex;
	align-items: center;
	justify-content: center;
	}

.section-post .contents .next a div:first-child{
	width: 35%;
	}

.section-post .contents .next a div:first-child img{
	width: 100%;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	}

.section-post .contents .next a:hover div:first-child img{
	transform: translate(0, -10px);
	}
@media screen and (max-width: 768px) {
.section-post .contents .next a:hover div:first-child imgr{
	transform: none;
	}
	}

.section-post .contents .next a div:last-child{
	width:  55%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	}

.section-post .contents .next a div:last-child p:first-child{
	font-size: 1em;
	line-height: 1em;
	}

.section-post .contents .next a div:last-child p:nth-child(2){
	margin-top: 20px;
	font-size: 1em;
	line-height: 1em;
	}

.section-post .contents .next a div:last-child p:nth-child(3){
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: 500;
	}

.section-post .contents .next a div:last-child p:last-child{
	margin-top: 20px;
	font-size: .8em;
	line-height: 1em;
	}

.section-post .contents .back {
	position : relative;
	width: 55%;
	max-width: 500px;
	margin: auto;
	margin-top: 150px;
	}
@media screen and (max-width: 768px) {
.section-post .contents .back {
	width: 86%;
	max-width: 86%;
	margin-top: 80px;
	padding-bottom: 80px;
	}
	}

.section-post .contents .back p a{
	line-height: 1em;
	padding-bottom: 3px;
	padding-right: 0;
	border-bottom: 1px solid #888;
	-webkit-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.section-post .contents .back p a:hover{
	padding-right: 40px;
	}







