@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;
}
#main_contents .title h1 {
	width: 100%;
	margin: -18% auto 2%;
	line-height: 0.8;
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
  font-size: 2rem;
	text-align: center;
	position: relative;
	z-index: 100;
}
#main_contents .title h1 p {
	font-size: 40%;
	line-height: 1.8;
}
@media only screen and (min-width: 769px) {
#main_contents .title h1 {
	width: 100%;
	margin: -6.6% auto 2%;
	line-height: 0.6;
  font-size: 3rem;
  font-style: normal;
	text-align: center;
}
#main_contents .title h1 p {
	font-size: 30%;
	line-height: 2.5;
}
}

#main_contents .title h2 {
	width: 80%;
	margin: 0 auto;
	line-height: 0;
}

.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: 800px;
		margin: 0 auto;
	}
	#main_contents .title {
		width: 100%;
		margin: 0 auto;
	}	
	
}

#main_contents .section {
	position: relative;
	padding: 0;
	overflow: hidden;
	margin-bottom: 10%;
}
#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: 10% auto 0;
}
@media only screen and (min-width: 769px) {
	#main_contents .section {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
}

#main_contents .link {
	line-height: 1.4;
}
#main_contents .link a {
	position: relative;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
#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%;
}

@media only screen and (min-width: 769px) {
#no1 {
	width: 80%;
	margin: -2% auto 0;
}
}

#no1 .main .img:nth-of-type(1) {
	width: 90%;
	margin: auto;
}

#no2 {
	width: 90%;
	margin: 2% auto 4%;
	text-align: center;
}

#no2 .main {
	font-size: 0.9rem;
	text-align: center;
	line-height: 1.8;
	padding-bottom: 4%;
}

#no2 .main span {
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
}

#no2 .copy {
	position: relative;
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 1%;
font-family: "futura-pt", sans-serif;
font-weight: 500;
font-style: normal;
}

#no2 .sub .img {
	width: 80%;
	margin: -7% 10% 3%;
}

#no2 .link {
	margin-bottom: 4%;
	line-height: 1.5em;
}

#no2 .link a {
	position: relative;
}

@media only screen and (min-width: 769px) {
#no2 {
	width: 100%;
	margin-top: 5%;
}
#no2 .main {
	padding-bottom: 0;
}
#no2 .main span {
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
}

#no3 {
	width: 90%;
	margin: -11% auto 0;
}

#no3 .main {
	position: relative;
	margin-top: -1%;
	z-index: 10000;
}

#no3 .main .img {
	width: 6%;
	margin: 4% auto -5%;
}

.updown {
  animation: floating 1.5s ease-in-out infinite alternate;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px); /* 上に動く距離（お好みで調整） */
  }
}

#no3 .copy {
	width: 100%;
	text-align: center;
	top: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

#no3 .sub .img .copy {
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 4%;
	font-size: 11px;
}

#no3 .sub .img .copy span {
	line-height: 1.9;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 1rem;
}

#no3 .sub .img {
	width: 46%;
	margin: -2% 2% 2%;
}
#no3 .sub .img:nth-of-type(2) {
	width: 46%;
	margin: -30% 2% 2% 52%;
}

#no3 .sub .img:nth-of-type(3) {
	width: 46%;
	margin: -30% 2% 2% 2%;
}

@media only screen and (min-width: 769px) {
#no3 {
	width: 90%;
	margin: 0% auto 0;
}
#no3 .main {
	margin-top: 5%;
	}
	
#no3 .sub .img .copy {
	font-size: 12px;
}
}


#no4 {
	width: 90%;
	border: solid 2px #000;
	margin: 7% auto 0;
	text-align: center;
}

#no4 .copy {
	position: relative;
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 2%;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
}

#no4 .sub .img {
	width: 80%;
	margin: -7% 10% 3%;
}

#no4 .link {
	margin-bottom: 4%;
	line-height: 1.5em;
}

#no4 .link a {
	position: relative;
}

@media only screen and (min-width: 769px) {
#no4 {
	width: 100%;
	border: solid 2px #000;
	margin-top: 7%;
}
	
#no4 .copy {
	position: absolute;
	right: 3%;
	width: 30%;
	text-align: right;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 1px;
}

#no4 .sub .img {
	width: 50%;
	padding: 0;
	margin: -7% 3% 3%;
}
	
#no4 .link {
	margin-bottom: 3%;
}

#no4 .link a {
	position: absolute;
	bottom: 5%;
	right: 3%;
	text-align: right;
}
}

#no5 {
	width: 96%;
	margin: -11% auto 0;
}

#no5 .main {
	position: relative;
	margin-top: -1%;
	z-index: 10000;
}

#no5 .main .img {
	width: 6%;
	margin: 4% auto -5%;
}

#no5 .copy {
	width: 100%;
	text-align: center;
	top: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

#no5 .sub .img .copy {
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 4%;
	font-size: 11px;
}

#no5 .sub .img .copy span {
	line-height: 1.9;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	font-size: 1rem;
}

#no5 .sub .img {
	width: 46%;
	margin: -2% 2% 2%;
}
#no5 .sub .img:nth-of-type(2) {
	width: 46%;
	margin: -30% 2% 2% 52%;
}

#no5 .sub .img:nth-of-type(3) {
	width: 46%;
	margin: -30% 2% 2% 2%;
}

@media only screen and (min-width: 769px) {
#no5 {
	width: 90%;
	margin: 0% auto 0;
}
#no5 .main {
	margin-top: 5%;
	}
#no5 .sub .img .copy {
	font-size: 12px;
}
}


@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: #000;
	font-size: 100%;
	text-align: center;
	margin: 8% auto 12%;
	padding:3% 0;
	border:2px solid #000;
	width:70%;
	background-color: #fff;
}

@media only screen and (min-width: 769px) {
.btn_all {
	margin: 5% auto 7%;
	width:40%;
	padding:1.4% 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
}
