@charset "utf-8";
.second_hdr {
	height: 14vw;
}
.second_hdr {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	animation: fadeIN 1s forwards;
	animation-delay: 0.5s;
}
.second_hdr_inner {
	opacity: 0;
	animation: fadeIN 1s forwards;
	animation-delay: 0.5s;
}


.page_feature .second_hdr {
	background-image: url(../images/feature_hdr.jpg);
}
.page_rd .second_hdr,
.page_policy .second_hdr,
.page_terms .second_hdr,
.page_news .second_hdr  {
	background-image: url(../images/rd_hdr.jpg);
}
.page_safety .second_hdr {
	background-image: url(../images/safety_hdr.jpg);
	background-position: right bottom;
}


.second_hdr_inner {
	max-width: 960px;
	margin: 0 auto 50px;
	padding: 30px 0px 0;
}
@media(max-width: 1040px) {
.second_hdr_inner {
	padding: 30px 20px 0;
}
}

.second_hdr_inner h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 60px;
	line-height: 1;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	opacity: 0;
	 animation: fadeIN 1s forwards;
	 animation-delay: 0.5s;
}


.page_news .second_hdr_inner {
	padding-top: 60px;
}
.article {
	padding-top: 40px;	
}
.article p {
	margin: 0 0 1.5em;	
}

.article .viewmore {
	margin-top: 80px;
}
.article .viewmore a {
	color: #FFF;
	text-decoration: none;
}
.article .viewmore a:hover {
	color: #333;	
}
.article .viewmore a::after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-135deg);
	right: inherit;
	left: 15px;	
}
.article .viewmore a:hover::after {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

@media(max-width: 1600px) {
.second_hdr{
	height: 180px;
}
}

@media(max-width: 767px) {
.second_hdr {
	height: 40vw;
}
.second_hdr_inner {
	margin: 0 0 20px;	
}

.page_feature .second_hdr {
	background-image: url(../images/feature_hdr_sp.jpg);
}
.page_rd .second_hdr {
	background-image: url(../images/rd_hdr_sp.jpg);
	background-image: 
}
.page_safety .second_hdr {
	background-image: url(../images/safety_hdr_sp.jpg);
}

.page_terms .second_hdr,
.page_policy .second_hdr,
.page_terms .second_hdr,
.page_news .second_hdr  {
	background-image: url(../images/rd_hdr_sp.jpg);
	background-image: 
}

.second_hdr_inner h1 {
	font-size: 10vw;	
}
}

.page_lead {
	margin: 0 0 80px;	
}
.page_lead p {
	line-height: 1.7;	
}
.page_lead h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 500;
	margin: 0 0 30px;	
}

.swipe_base .swipe_icon {
	display: none;	
}

@media(max-width: 767px) {
.page_lead h2 {
	font-size: 4.7vw;
	margin: 0 0 25px;	
}
.page_lead {
	margin: 0 0 50px;	
}

.swipe_base {
	position: relative;	
}
.swipe_base .swipe_icon {
	display: block;
	position: absolute;
	top: 100px;
	left: calc(50vw - 30px);
	background: #333 url(../images/icon_swipe.png) no-repeat center center;
	background-size: 100%;
	width: 60px;
	height: 60px;
	border-radius: 6px;
	opacity: 0.7;
	animation: swipeIcon 3s infinite;
}


}





@keyframes swipeIcon {
0% {
	transform: translateX(-60px);
}
50% {
	transform: translateX(60px);
}
100% {
	transform: translateX(-60px);
}
}

}