@charset "UTF-8";
@media screen and (min-width: 769px) {
	#mainHeading {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	#mainHeading {
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 769px) {
	#newsContainer {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;
		max-width: 1380px;
		margin: 0 auto 160px;

		-webkit-box-lines: multiple;
		   -moz-box-lines: multiple;
		     -o-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}
@media screen and (max-width: 768px) {
	#newsContainer {
		margin-bottom: 70px;
	}
}
#archivesContainer {
	font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	letter-spacing: 0.12em;
}
#archives .year {
	text-align: left;
	letter-spacing: 0.12em;
}
@media screen and (min-width: 769px) {
	#archivesHead {
		margin-bottom: 15px;
	}
	#archivesContainer {
		width: 300px;
		padding-left: 100px;
		font-size: 1.8rem;
		line-height: 3.4rem;

		-webkit-box-ordinal-group: 2;
		   -moz-box-ordinal-group: 2;
		     -o-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		        order: 2;
	}
	#archivesCollapsible {
		display: block !important;
	}
	#archives .year {
		position: relative;
		width: 100%;
	}
	#archives .year:after {
		display: block;
		position: absolute;
		top: 35%;
		right: 5%;
		width: 0.5em;
		height: 0.5em;
		border-right: 2px solid;
		border-bottom: 2px solid;
		content: "";
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	#archives .year.opened:after {
		top: 45%;
		border: none;
		border-top: 2px solid;
		border-left: 2px solid;
	}
	#archives .month {
		padding-left: 0.5em;
	}
	#archives .months {
		display: none;
		padding-top: 0.5em;
	}
	#archives .archivesYearContainer + .archivesYearContainer {
		margin-top: 20px;
	}
}
@media screen and (max-width: 768px) {
	#archives {
		padding: 10px 0;
		background-color: #fff;
	}
	#archivesCollapsible {
		display: none;
		overflow-y: scroll;
		max-height: 50vh;
	}
	#archivesContainer {
		position: relative;
		z-index: 50;
		height: 60px;
		font-size: 1.6rem;
	}
	#archivesBtn {
		width: 100%;
		padding: 16px 24px;
		background-color: #fff;
		text-align: left;
		line-height: 2.8rem;
		letter-spacing: 0.1em;
	}
	#archivesBtn:hover {
		opacity: 1;

		-ms-filter: none;
		    filter: none;
	}
	#archivesBtn .btnBar {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		-webkit-transition: -webkit-transform 0.3s ease-out;
		   -moz-transition:    -moz-transform 0.3s ease-out;
		    -ms-transition:     -ms-transform 0.3s ease-out;
		     -o-transition:      -o-transform 0.3s ease-out;
		        transition:         transform 0.3s ease-out;
	}
	#archivesBtn .btnBar.top {
		top: 0;
	}
	#archivesBtn .btnBar.middle {
		top: 8px;
	}
	#archivesBtn .btnBar.bottom {
		bottom: 0;
	}
	#archivesBtn .btnBarContainer {
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		width: 32px;
		height: 18px;
		margin: auto 0;
		-webkit-transition: -webkit-transform 0.3s ease-out;
		   -moz-transition:    -moz-transform 0.3s ease-out;
		    -ms-transition:     -ms-transform 0.3s ease-out;
		     -o-transition:      -o-transform 0.3s ease-out;
		        transition:         transform 0.3s ease-out;
	}
	#archivesBtn.menuOpened .btnBar {
		-webkit-transform: rotate(-180deg);
		   -moz-transform: rotate(-180deg);
		    -ms-transform: rotate(-180deg);
		     -o-transform: rotate(-180deg);
		        transform: rotate(-180deg);
	}
	#archivesBtn.menuOpened .btnBarContainer {
		-webkit-transform: rotate(90deg);
		   -moz-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		     -o-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	#archives .year, #archives .month {
		padding: 0 25px;
		line-height: 4rem;
	}
	#archives .months {
		display: block !important;
		padding: 0 0.5em;
	}
}
@media screen and (min-width: 769px) {
	#articlesContainer {
		width: calc(100% - 300px);

		-webkit-box-ordinal-group: 1;
		   -moz-box-ordinal-group: 1;
		     -o-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		        order: 1;
	}
}
.article + .article {
	border-top: 1px solid #bbb;
}
.articleHeader > * {
	letter-spacing: 0.1em;
}
.articleHeader .datetime {
	display: block;
	font-weight: 600;
}
.articleHeader .title {
	font-weight: 700;
}
.articleContent {
	font-size: 1.6rem;
	line-height: 3.4rem;
}
.articleContent img {
	height: auto;
}
.articleContent img + p, .articleContent p + p {
	margin-top: 2.8rem;
}
.articleContent .worksDetailLink {
	display: inline-block;
	position: relative;
	padding-right: 50px;
	font-family: "Poppins", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.articleContent .worksDetailLink:hover:after {
	-webkit-transform: translateX(8px);
	   -moz-transform: translateX(8px);
	    -ms-transform: translateX(8px);
	     -o-transform: translateX(8px);
	        transform: translateX(8px);
}
.articleContent .worksDetailLink:after {
	display: block;
	position: absolute;
	right: 0;
	bottom: 35%;
	background-image: url("../images/global/arrow.svg");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	        background-size: cover;
	content: "";
	-webkit-transition: -webkit-transform 0.3s;
	   -moz-transition:    -moz-transform 0.3s;
	    -ms-transition:     -ms-transform 0.3s;
	     -o-transition:      -o-transform 0.3s;
	        transition:         transform 0.3s;
}
@media screen and (min-width: 769px) {
	.article {
		padding-bottom: 80px;
	}
	.article + .article {
		padding-top: 80px;
	}
	.articleHeader .datetime {
		margin-bottom: 15px;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	.articleHeader .title {
		font-size: 2.8rem;
		line-height: 5rem;
	}
	.articleContent img {
		margin-top: 55px;
	}
	.articleContent .worksDetail {
		margin-top: 40px;
	}
	.articleContent .worksDetailLink {
		font-size: 1.8rem;
		line-height: 2rem;
	}
	.articleContent .worksDetailLink:after {
		width: 42px;
		height: 8px;
	}
}
@media screen and (max-width: 768px) {
	.article {
		padding-bottom: 40px;
	}
	.article + .article {
		padding-top: 40px;
	}
	.articleHeader .datetime {
		margin-bottom: 10px;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.articleHeader .title {
		font-size: 2rem;
		line-height: 3rem;
	}
	.articleContent img {
		margin-top: 32px;
	}
	.articleContent .worksDetail {
		margin-top: 20px;
	}
	.articleContent .worksDetailLink {
		padding-right: 50px;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
	.articleContent .worksDetailLink:after {
		width: 30px;
		height: 6px;
	}
}
@media screen and (min-width: 769px) {
	#pagerContainer {
		width: 100%;

		-webkit-box-ordinal-group: 3;
		   -moz-box-ordinal-group: 3;
		     -o-box-ordinal-group: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		        order: 3;
	}
}
@media screen and (max-width: 768px) {
	#pagerContainer {
		margin-bottom: 60px;
	}
}
