@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++ /
/ home
/ TOPページ
/ ++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	position: relative;
}
#wrapper > footer {
	position: relative;
}
#sideLinks {
	width: 0;
	height: 100%;
	top: 0;
	left: 15px;
	z-index: 10;
	display: flex;
	padding-left: 0;
	position: absolute;
	flex-direction: column;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	justify-content: space-between;
}
#sideLinks.ie {
	height: 100vh;
}
#sideLinks .snsLinks:before {
	color: #000;
	display: block;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 15px;
	content: "follow us";
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
#sideLinks.ie .snsLinks:before {
	height: 100px;
	letter-spacing: -0.3em;
}
#sideLinks .snsLinks li + li {
	margin-top: 20px;
}
#sideLinks .snsLinks li a {
	width: 30px;
	height: 0;
	display: block;
	overflow: hidden;
	padding-top: 30px;
	background: no-repeat center top;
	background-size: 100% auto;
}
#sideLinks .snsLinks li a:hover {
	background-position: center bottom;
}
#sideLinks .snsLinks li.sns_inst a {
	background-image: url(../images/sns_inst_b.svg);
}
#sideLinks .snsLinks li.sns_fb a {
	background-image: url(../images/sns_fb_b.svg);
}
#sideLinks .snsLinks li.sns_line a {
	background-image: url(../images/sns_line_b.svg);
}
#sideLinks .formLinks {
	bottom: 15px;
	position: sticky;
}
#sideLinks.ie .formLinks {
	position: absolute;
}
#cont {
	width: 100%;
	float: right;
}
#wrapper > footer {
	clear: both;
}
@media screen and (max-width:965px){
	#sideLinks {
		padding-top: 10px;
	}
	#sideLinks .snsLinks:before {
		line-height: 20px;
	}
	#sideLinks .snsLinks li a {
		width: 20px;
		padding-top: 20px;
	}
	#sideLinks .formLinks {
		bottom: 0;
		margin-left: -10px;
		padding-bottom: 5px;
		transition-duration: .5s;
		-moz-transition-duration: .5s;
		-webkit-transition-duration: .5s;
		transition-property: margin-left;
		-moz-transition-property: margin-left;
		-webkit-transition-property: margin-left;
	}
	.open #sideLinks .formLinks {
		margin-left: -120px;
	}
	#sideLinks .formLinks li + li {
		margin-top: 5px;
	}
	#sideLinks .formLinks a {
		width: 88px;
		height: 88px;
		line-height: 88px;
	}
	#sideLinks .formLinks a span {
		margin-top: -0.1em;
	}
}

#mainVis {
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
}
#cont:before {
	z-index: 5;
	content: "";
	margin: 0 auto;
	display: block;
	position: relative;
	background: url(../images/logo_w.svg) no-repeat center center;
	background-size: 100% 100%;
	filter: drop-shadow(0 0 4px rgba(0,0,0,.5)) drop-shadow(0 0 10px rgba(0,0,0,.2));
}
#mainVis .slick-slide {
	height: 100vh;
	background: no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#mainVis ~ * {
	position: relative;
}
@media screen and (min-width:966px){
	#cont:before {
		width: 168.5px;
		height: 174.5px;
		margin-top: calc(50vh - 87px);
	}
	#mainVis .slick-dots {
		position: absolute;
		top: 0;
		right: 10px;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#mainVis .slick-dots li {
		height: 7px;
		margin: 3px 0;
	}
	#mainVis .slick-dots button {
		width: 7px;
		height: 0;
		border: none;
		padding: 7px 0 0;
		overflow: hidden;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		appearance: none;
		-webkit-appearance: none;
		background: #c1bbb6;
		cursor: pointer;
	}
	#mainVis .slick-dots .slick-active button {
		background: #000;
	}
}
@media screen and (max-width:965px){
	#cont:before {
		width: 120px;
		height: 124px;
		margin-top: calc(50vh - 62px);
	}
	#mainVis .slick-dots {
		display: none;
	}
}

#info {
	z-index: 5;
	padding-top: calc(50vh - 165px);
}
#info:before {
	color: #fff;
	width: 98.1711px;
	z-index: 5;
	left: 0;
	right: 0;
	display: block;
	font-size: 14px;
	content: "scroll";
	position: absolute;
	margin: 0 auto;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	background: url(../images/home/scroll.svg) no-repeat center bottom;
	background-size: 100% auto;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
#info > *:first-child {
	margin-top: 118px;
}
#info article {
	max-width: 480px;
	margin: 50px auto 0;
}
#info article a {
	color: #fff;
	display: block;
	border: 1px solid;
	text-align: center;
	padding: 27px 20px;
	letter-spacing: 0.1em;
	background: rgba(0,0,0,.3);
}
#info article a:hover {
	color: #ff4848;
}
#info article a > span {
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	display: inline-block;
	border-bottom: 2px solid;
}
#info article a > time {
	font-size: 10px;
	display: block;
}
#info aside a {
	color: #000;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background: no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
#info aside a:hover {
	color: #ff4848;
}
#info aside a span {
	font-size: 30px;
	line-height: 39px;
	font-weight: bold;
}
#info aside a span:before {
	top: -20px;
	left: -50%;
	right: -50%;
	content: "";
	width: 112px;
	height: 23px;
	display: block;
	margin: 0 auto;
	position: absolute;
	background: url(../images/home/check_this.svg) no-repeat center top;
	background-size: 100% 200%;
}
#info aside a:hover span:before {
	background-position: center bottom;
}
@media screen and (min-width:966px){
	#info aside {
		top: calc(50vh - 40px);
		right: 30px;
		position: absolute;
	}
}
@media screen and (max-width:965px){
	#info {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: calc(50vh - 133px);
	}
	#info aside {
		padding-top: 55px;
	}
}

#about {
	color: #fff;
	margin: 60px auto 80px;
	max-width: 480px;
	background: rgba(0,0,0,.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#about div h3 {
	text-align: center;
	margin: 50px 0 35px;
}
#about p {
	line-height: 3;
}
#about .link a {
	width: 123px;
	text-align: left;
	margin-top: 60px;
	padding-bottom: 3px;
	display: inline-block;
	background: url(../images/home/scroll.svg) no-repeat center bottom;
	background-size: 100% auto;
}
@media screen and (min-width:966px){
	#about {
		padding-top: 30px !important;
		padding-bottom: 90px !important;
	}
	#about div h3 {
		font-size: 30px;
	}
	#about div .text,
	#about .link {
		text-align: center;
	}
}
@media screen and (max-width:965px){
	#about {
		margin-left: 20px;
		margin-right: 20px;
		padding: 1px 20px 65px !important;
	}
	#about div h3 {
		font-size: 22.5px;
	}
	#about div .text {
		text-align: left;
	}
	#about .link {
		text-align: right;
	}
}

#campaign {
	color: #000;
	background: #c1bbb6;
}
#campaign .slick-slide figure {
	overflow: hidden;
	background: #fff;
	position: relative;
}
#campaign .slick-slide figure img {
	width: auto;
	max-width: none;
	left: -50%;
	right: -50%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
}
#campaign .slick-slide dt {
	line-height: 1.5;
	margin: 20px 0 15px;
}
#campaign .slick-slide dd {
	color: #646464;
	font-size: 12px;
	line-height: 2;
}
#campaign .slick-slide .more {
	width: 98.2px;
	margin-top: 20px;
	padding-bottom: 5px;
	background: url(../images/home/scroll_b.svg) no-repeat center bottom;
	background-size: 100% auto;
}
#campaign .archiveLink {
	text-align: right;
}
#campaign .archiveLink a {
	width: 90px;
	text-align: left;
	padding-bottom: 5px;
	display: inline-block;
	background: url(../images/home/scroll_b.svg) no-repeat center bottom;
	background-size: 100% auto;
}
@media screen and (min-width:966px){
	#campaign .slick-slide {
		width: 300px;
		margin-left: 50px;
	}
	#campaign .slick-slide figure {
		height: 300px;
	}
	#campaign .slick-slide dt {
		font-size: 16px;
		min-height: 48px;
	}
	#campaign .archiveLink {
		padding: 0 50px;
		margin-top: 80px;
	}
}
@media screen and (max-width:965px){
	.dataSlide {
		margin: 50px -8px 0;
	}
	.dataSlide .slick-list:before,
	.dataSlide .slick-list:after {
		width: 50px;
	}
	.dataSlide .slick-list:before {
		left: -20px;
	}
	.dataSlide .slick-list:after {
		right: -20px;
	}
	.dataSlide .slick-prev {
		left: -10px;
	}
	.dataSlide .slick-next {
		right: -10px;
	}
	#campaign .slick-slide {
		width: 150px;
	}
	#campaign .slick-slide figure {
		height: 150px;
	}
	#campaign .slick-slide dt {
		min-height: 63px;
		font-size: 14px;
	}
	#campaign .archiveLink {
		padding: 0 30px;
		margin-top: 50px;
	}
}

#wrap {
	z-index: 15;
}
#news {
	color: #c1bbb6;
	background: #646464;
}
#blog {
	color: #000;
	background: #fff;
}
#blog > section + section {
	margin-top: 39px;
}
#wrap .post_list li {
	overflow: hidden;
}
#wrap .post_list li + li {
	margin-top: 20px;
}
#wrap .post_list li a {
	display: block;
}
#wrap .post_list figure {
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#wrap .post_list figure img {
	top: 0;
	left: -50%;
	right: -50%;
	width: auto;
	height: 100%;
	margin: 0 auto;
	max-width: none;
	overflow: hidden;
	position: absolute;
}
#wrap .post_list .date {
	font-size: 12px;
}
#wrap .post_list .title {
	margin: 0.5em 0;
	line-height: 1.5;
}
#wrap .more {
	width: 98.2px;
	padding-bottom: 7px;
	display: inline-block;
	background: url(../images/home/scroll.svg) no-repeat center bottom;
	background-size: 100% auto;
}
#blog .post_author {
	width: 140px;
	color: #c1bbb6;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	vertical-align: bottom;
}
#news .more {
	color: #fff;
}
#blog .more {
	color: #000;
	background-image: url(../images/home/scroll_b.svg);
}
#wrap .archiveLink {
	text-align: right;
}
#wrap .archiveLink a {
	width: 98.2px;
	text-align: left;
	padding-bottom: 5px;
	display: inline-block;
	background: url(../images/home/scroll_news.svg) no-repeat center bottom;
	background-size: 100% auto;
}
#blog .archiveLink a {
	background: url(../images/home/scroll_b.svg) no-repeat center bottom;
}
#blog h4 {
	color: #c1bbb6;
	font-size: 24px;
	font-weight: bold;
}
@media screen and (min-width:966px){
	#wrap {
		display: flex;
		overflow: hidden;
	}
	#wrap > * {
		width: 50%;
		padding: 0 50px 150px;
	}
	#wrap .boxTitle {
		padding: 90px 0 150px;
	}
	#wrap .post_list figure {
		margin-right: 25px;
	}
	#wrap .post_list .title {
		font-size: 16px;
	}
	#news .archiveLink {
		margin-top: 44px;
	}
	#blog .archiveLink {
		margin-top: 35px;
	}
}
@media screen and (max-width:965px){
	#wrap .post_list figure {
		margin-right: 10px;
	}
	#wrap .post_list .title {
		font-size: 14px;
	}
	#news .archiveLink {
		margin-top: 55px;
	}
	#wrap .post_list li a {
		padding-right: 20px;
	}
	#wrap .archiveLink {
		padding-right: 25px;
		padding-bottom: 100px;
	}
	#blog h4 {
		padding: 10px 17px;
	}
}