@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#js {
	position: relative;
	font-family: "Roboto Condensed", sans-serif;
}
#main_contents {
	position: relative;
}
#main_contents .title {
	padding: 5% 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
}

#main_contents .title img {
	width: 100%;
}
#main_contents .title h1 {
	width: 100%;
	margin: 0 auto 2%;
	line-height: 1.0;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
	text-align: center;
}
#main_contents .title h1 p {
	font-size: 40%;
	line-height: 1.2;
}

#main_contents .navi {
	width: 90%;
	margin: auto;
	padding: 5% auto;
}

#main_contents .navi .img {
	float: left;
	width:  33%;
}

#main_contents .navi .img img {
	width:  90%;
	margin: 0 5%;
}

	#main_contents .title {
		width: 100%;
		margin: 0 auto;
		font-size: 11px;
		line-height: 2.2em;
	}	


@media only screen and (min-width: 769px) {
#main_contents .title h1 {
	width: 100%;
	margin: 0 auto 2%;
	line-height: 0.6;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  font-style: normal;
	text-align: center;
}
#main_contents .title h1 p {
	font-size: 50%;
	line-height: 2.3;
}
}

#main_contents .title h2 {
	width: 100%;
	margin: 0 auto;
	line-height: 0;
	padding: 0;
}

#main_contents .navi {
	width: 70%;
	margin: auto;
	padding: 5% auto;
}

.pc {display: none}
.sp {display: block}

@media only screen and (min-width: 769px) {
	
.pc {display: block}
.sp {display: none}
	
	#main_contents {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	#main_contents .title {
		width: 100%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 2.2em;
	}	
	
}

#main_contents .section {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-bottom: 0;
}
#main_contents .img {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}
#main_contents .main {
	position: relative;
	width: 100%;
}
#main_contents .sub {
	position: relative;
	width: 100%;
	margin: 5% auto 0;
}
@media only screen and (min-width: 769px) {
	#main_contents .section {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	#no3 {
		flex-direction: row-reverse;
	}
}

#main_contents .link {
	line-height: 1.4;
	color: #000;
}

#main_contents .link p {
	margin-bottom: 1%;
}
#main_contents .link a {
	position: relative;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0;
}
#main_contents .link a span {
	display: block;
	font-size: 11px;
	margin-bottom: 5px;
}

#main_contents .link a::after {
	content: "CHECK";
	background: #000;
	color: #FFF;
	padding: 5px 90px;
	line-height: 3.3;
}

#no1 {
	width: 100%;
	margin: 7% auto 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.8em;
}

#no1 h2 {
	width: 100%;
	text-align: left;
	padding: 0;
	color: #fff;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 4%;
}

#no1 .lead {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 1.8em;
}

#no1 .sub  {
	width: 100%;
}

#no1 .sub .img {
	width: 48%;
	margin: 0 1%;
	float: left;
}
#no1 .sub .img:nth-of-type(2) {
	width: 48%;
	margin: 0 1%;
	float: left;
}


#no1 .sub .copy {
	margin: 0 auto;
	padding: 0;
}

#no1 .sub .link {
	width: 100%;
	margin-top: 2%;
	line-height: 1.5em;
	text-align: left;
}

#no1 .sub .link a {
	width:100%;
	position: relative;
	margin-top: -5%;
	padding: 0;
}

#no2 {
	width: 100%;
	margin: 10% auto 0;
	text-align: center;
	font-size: 11px;
	line-height: 1.8em;
}

#no2 h2 {
	width: 100%;
	text-align: left;
	padding: 0;
	color: #fff;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: -3%;
}

#no2 .sub  {
	width: 100%;
}

#no2 .sub .copy {
	margin: 0 auto;
	padding: 0;
}

#no2 .sub .img {
	width: 70%;
	margin: auto;
}
#no2 .sub .img:nth-of-type(2) {
	width: 48%;
	margin: 3% 1% 0 51%;
}

#no2 .sub .img:nth-of-type(3) {
	width: 48%;
	margin: -30% 1% 0 1%;
}

#no2 .sub .img:nth-of-type(4) {
	width: 48%;
	margin: -25.5% 1% 0 51%;
}

#no2 .sub .link {
	width: 100%;
	margin-top: 2%;
	line-height: 1.5em;
	text-align: left;
}

#no2 .sub .link a {
	width:100%;
	position: relative;
	margin-top: -5%;
	padding: 0;
}

#no4 {
	width: 92%;
	margin: 3% auto 0%;
	padding-bottom: 10%;
	text-align: center;
}

#no4 .sub  {
	width: 100%;
	margin: 0;
}

#no4 .copy {
	position: relative;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
	padding: 0 0 2.5%;
}

#no4 .sub .link {
	line-height: 1.5em;
	padding-top: 6%;
}

#no4 .sub .link a {
	position: relative;
}


@media only screen and (min-width: 769px) {
	
#no1 {
	width: 100%;
}
	
#no1 .lead {
	font-size: 13px;
}

	
#no4 .copy {
	position: relative;
	width: 70%;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 1px;
	text-align: left;
	margin: 4% auto 0;
	padding: 0;
}
}


@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
	line-height: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 60vw;
}
.scroll-infinity__item>img {
  width: 90%;
	margin: 0 auto;
}
@media only screen and (min-width: 769px) {
	.scroll-infinity__item {
	  width: 300px;
		margin-top: 4%;
	}
	
}
.btn a {
	margin: 10% auto;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
	display: block;
	width: 80%;
	background: #000;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-decoration: none;
}

.btn_all {
	color: #fff;
	font-size: 120%;
	text-align: center;
	margin: 8% auto 12%;
	padding:3% 0;
	border:2px solid #000;
	width:70%;
	background-color: #000;
}

.btn_all a {
	color: #fff;
}

@media only screen and (min-width: 769px) {
.btn_all {
	margin: 5% auto 7%;
	width:60%;
	padding:1.6% 0;
}
}

.btn_all a{
	text-decoration: none;
	display: block;
	color:#000;
	font-weight: bold;
}

.img {
	opacity: 1;
	transform: translate(0,20px);
	transition: 1s all 0s ease;
}
.img.ac {
	opacity: 1;
	transform: translate(0)
}
.img img {
	opacity: 0;
	transform: scale(1.1);
	transition: 1.5s all 0s ease;
}
.img.ac img {
	opacity: 1;
	transform: scale(1);
}
.title,.anim {
	opacity: 0;
	transition: 1s all 0s ease;
}
.title.ac,.anim.ac {
	opacity: 1
}

.clear {
	clear: both;
}
