/* Scss Document */
#opening {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-image: url(../img/shared/key.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;

	opacity: 1;
	transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
	pointer-events: none;
	
}
body {
pointer-events: none;
}
body.pace-done {
	pointer-events: auto;
}
body.pace-done #opening {
	opacity: 0.35;
}
body.pace-done #key {
	opacity: 1;
}
body.pace-done #key .loadding {
	opacity: 1;
}
section {
	
	position: relative;
	z-index: 2;
}
footer{
	
	position: relative;
	z-index: 2;
}
#key {
	position: relative;
	opacity: 0;
 height: calc((var(--vh, 1vh) * 100) - 120px);
	width: 100%;
	box-sizing: border-box;
	display: table;
	vertical-align: middle;
	transition: opacity 2s ease;
	-moz-transition: opacity 2s ease;
	-webkit-transition: opacity 2s ease;
}
#key .key_txt {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	color: #111111;
	font-size: 0;
	letter-spacing: 0;
}
#key .key_txt dt {
	background: #FFFF00;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	font-weight: bold;
	font-size: 48px;
	line-height: 80px;
	display: inline-block;
	padding: 0 10px 0 28px;
}
#key .key_txt dt span {
	display: inline-block;
}
#key .key_txt .tag {
	text-align: center;
	margin-top: 10px;
	font-size: 0;
	letter-spacing: 0;
}
#key .key_txt .tag li {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	margin: 0 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	color: #111;
	display: inline-block;
	padding: 0 20px;    position: relative;
    z-index: 2;
}
#key .tit {
	width: 520px;
	margin: 0 auto 20px;
}
#key .tit img {
	width: 100%;
	height: auto;
}
#key .loadding {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 2s ease 2s;
	-moz-transition: all 2s ease 2s;
	-webkit-transition: all 2s ease 2s;
}

@media screen and (max-width: 767px) {
#key .loadding {
	bottom: 20px;
}
#key .loadding img {
	width: 12px;
	height: auto;
}
}
.h2_tit {
	padding: 0px 0 80px;
	font-weight: 600;
	font-size: 48px;
	line-height: 40px;
}
section .wrap {
	padding: 160px 0;
}

#sec1 .group .item {
	text-align: center;
	background: #F2F1F1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	padding: 30px 30px 40px;
	width: calc(50% - 32px);
	box-sizing: border-box;
}
#sec1 .group .item dt {
	font-weight: 600;
	font-size: 24px;
	line-height: 1;
	padding: 42px 0 32px;
}
#sec1 .group .item dd {
	margin-bottom: 30px;
}
#sec1 .group .item .photo {
	
}
#sec1 .group .item .photo img {
	width: 100%;
	height: auto;
	    border-radius: 16px;
}
#sec2 {
	background-color: rgba(17, 17, 17, 0.6);
}

#sec2 h2 {
	color: #fff;
}
#sec2 .banner {
	padding-bottom: 40px;
}
#sec2 .banner li {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	overflow: hidden;
	width: calc(50% - 32px);
	margin-bottom: 40px;
}
#sec2 .banner li a {
	display: block;
	text-align: center;
	line-height: 1;
	padding: 49px 0;
	background: #FFFFFF;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#sec2 .banner li a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#sec2 .banner li a span {
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	padding-bottom: 17px;
}
#sec3 {
	background: #F2F1F1;
}
#sec4 {
	background-color: #fff;
}
#sec4 .h2_tit {
	padding-bottom: 80px;
}
#sec4 .blog_shared dl dt {
	padding-bottom: 13px;
}
#sec4 .blog_shared dl {
	padding-bottom: 80px;
}
#sec5 {
	background: rgba(255, 255, 255, 0.5);
}
#sec5 .banner a {
	display: block;
	background-image: url(../img/index/baner.jpg);
	background-position: center;
	overflow: hidden;
	text-align: center;
	border-radius: 16px;
	color: #fff;
	background-size: cover;
	font-size: 28px;
	line-height: 48px;
	padding: 70px 0 80px;
}
#sec5 .banner a:hover {
	text-decoration: none;
}
#sec5 .banner .bnr_shared {
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
#key {
	padding: 0 16px;
}
}

@media screen and (max-width: 767px) {
#opening {
	background-image: url(../img/shared/oppening_sp.jpg);
}
section .wrap {
	padding-top: 120px;
	padding-bottom: 120px;
}
.h2_tit {
	padding: 0px 0 60px;
	font-weight: 600;
	font-size: 32px;
	line-height: 1;
}
#key .key_txt {
	vertical-align: top;
	padding-top: 110px;
}
#key .key_txt dt {
	font-size: 30px;
	line-height: 40px;
	padding: 10px 0px 10px 10px;
	text-align: left;
}
#key .key_txt dt span {
	display: inline-block;
}
#key .key_txt .tag {
	text-align: left;
	font-size: 0;
	letter-spacing: 0;
}
#key .key_txt .tag li {
	font-size: 16px;
	line-height: 30px;
	 width: fit-content;
	padding: 0 15px;
	margin: 0 20px 5px 0;
	display:block;
	
}
#key .tit {
	width: 280px;
	margin: 0 auto 14px;
}
#sec1 .group .item {
	width: 100%;
	margin-bottom: 20px;
}
#sec1 .group .item dt {
	padding: 42px 0 19px;
}
#sec1 .group .item dd {
	margin-bottom: 52px;
}
#sec2 .banner {
	padding-bottom: 45px;
}
#sec2 .banner li {
	width: 100%;
	margin-bottom: 15px;
}
#sec2 .banner li a {
	font-size: 14px;
	padding: 29px 0;
}
#sec2 .banner li a span {
	padding-bottom: 16px;
	font-size: 24px;
}
#sec5 .banner a {
	background-image: url(../img/index/baner_sp.jpg);
	font-size: 20px;
	line-height: 36px;
	padding: 100px 0 30px;
}
#sec5 .banner .bnr_shared {
	margin-top: 102px;
}
}

@media screen and (max-width: 374px) {
#key .key_txt dt {
	font-size: 24px;
}
#sec1 .group .item dt {
	font-size: 22px;
}
#key .key_txt {
	padding-top: 40px;
}
#key .loadding img {
	width: 10px;
	bottom: 15px;
}
}

@media only screen and (max-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait)
{
	#key .key_txt {
		padding-top: 40px;
	}
}

@media screen and (min-width: 768px) {
	#sec1 .second-row {
		margin-top: 40px;
		justify-content: center;
	}
}