@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html,
body {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}


#lp_wrap {
	width: 100%;
	min-width: 1000px;
	font-size: 12px;
	line-height: 1.8;
}
#lp_wrap img,#lp_wrap video {
	width: 100%;
	border: none;
}
#lp_wrap a {
	text-decoration: underline;
	color: #000;
}
#lp_wrap ul,#lp_wrap li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#lp_wrap h1,#lp_wrap h2,#lp_wrap h3,#lp_wrap p {
	padding: 0;
	margin: 0;
}
#lp_wrap .spv {
	display: none;
}
#lp_wrap .pcv {
	display: block;
}
@media only screen and (max-width: 768px)  {
	#lp_wrap {
		width: 100%;
		min-width: 100%;
		font-size: 11px;
		line-height: 1.8;
	}
	#lp_wrap .spv {
		display: block;
	}
	#lp_wrap .pcv {
		display: none;
	}
}


#main_title {
	padding: 5%;
	box-sizing: border-box;
	max-width: 900px;
	margin: 0 auto;
}
#main_title h2 {
	margin: 1% auto 5%;
}
#main_title p {
	font-size: 16px;
}
@media only screen and (max-width: 768px)  {
#main_title p {
	font-size: 14px;
}
}


#main_contents {
	position: relative;
}
#main_contents .section {
	position: relative;
	padding: 5% 0
}
#main_contents .section:nth-of-type(1) {
	background: #f18e1a;
}
#main_contents .section:nth-of-type(2) {
	background: #084281;
}
#main_contents .section:nth-of-type(3) {
	background: #c81042;
}

#main_contents .section .list .brand img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f18e1a;
}
#main_contents .section .list.bottom .brand img {
	top: 0;
	left: auto;
	right: 0;
	background: #f18e1a;
}
#main_contents .section:nth-of-type(2) .list .brand img {
	background: #084281;
}
#main_contents .section:nth-of-type(2) .list.bottom .brand img {
	background: #084281;
}
#main_contents .section:nth-of-type(3) .list .brand img {
	background: #c81042;
}
#main_contents .section:nth-of-type(3) .list.bottom .brand img {
	background: #c81042;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .list .brand img {
		width: 10%;
		height: auto;
	}
	#main_contents .section .list.bottom .brand img {
		top:0;
		left: auto;
		right: 0;
	}
}


#main_contents .section .title {
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	position: relative;
}
#main_contents .section .title .bg {
	position: relative;
}
#main_contents .section .inner{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#main_contents .section .title .tit {
	position: relative;
	width: 85%;
	margin: 0 auto;
	padding: 5% 0 10px
}
#main_contents .section .title .txt {
	position: relative;
}
#main_contents .section .title .txt span {
	width: 15%;
	display: block;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0,-50%);
}
#main_contents .section .title .txt p {
	padding-left:0%;
	box-sizing: border-box;
	font-weight: 600;
	text-align: center;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .title .tit {
		width: 90%;
		margin-top: 6%
	}
	#main_contents .section .title .txt span {
		width: 15%;
		display: block;
		position: relative;
		margin: 0 auto;
		top: auto;
		left: auto;
		transform: translate(0);
	}
	#main_contents .section .title .txt p {
		padding-left: 0%;
		text-align: center;
	}
}



#main_contents .section .list {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 2% 0;
	max-width: 1250px;
}
#main_contents .section .list .bg {
	background: url("../img/bg.png") repeat center center;
	background-size: 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5
}

#main_contents .section .list ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 90%;
	margin: 0 0 0 10%;
}
#main_contents .section .list.bottom ul {
	margin: 0;
}
#main_contents .section .list li {
	position: relative;
	box-sizing: border-box;
	padding: 15% 10% 5%;
	
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .list {
		position: relative;
		overflow: hidden;
		margin: 0 auto 5%;
		padding-bottom: 10%
	}
	#main_contents .section .list ul {
		display: block;
		width: 100%;
		margin: 0%;
	}	
	#main_contents .section .list ul li {
		width: 90%;
		margin: 0 0 0 10%;
		padding: 15% 10% 0;
	}	
	#main_contents .section .list ul li:nth-of-type(2) {
		margin: 0 0 0 0%;
	}	
	#main_contents .section .list.bottom ul {
		margin: 0;
	}
	#main_contents .section .list.bottom ul li {
		width: 90%;
		margin: 0 0 0 0%;
		padding: 15% 10% 0;
	}	
	#main_contents .section .list.bottom ul li:nth-of-type(2) {
		margin: 0 0 0 10%;
	}
}
#main_contents .section .list li:nth-of-type(1) {
	transform: rotate(-4deg)
}
#main_contents .section .list li:nth-of-type(2) {
	transform: rotate(3deg)
}
#main_contents .section .list li:nth-of-type(3) {
	transform: rotate(5deg)
}
#main_contents .section .bottom li:nth-of-type(1) {
	transform: rotate(4deg)
}
#main_contents .section .bottom li:nth-of-type(2) {
	transform: rotate(-5deg)
}
#main_contents .section .bottom li:nth-of-type(3) {
	transform: rotate(3deg)
}
#main_contents .section .list li .tape {
	width: 45%;
	position: absolute;
	top: 0;
	left: 0
}
#main_contents .section:nth-of-type(1) .list li:nth-of-type(1) .tape {
	left: 0%
}
#main_contents .section:nth-of-type(1) .list li:nth-of-type(2) .tape {
	left: 15%
}
#main_contents .section:nth-of-type(1) .list li:nth-of-type(3) .tape {
	left: 60%
}
#main_contents .section:nth-of-type(1) .list.bottom li:nth-of-type(1) .tape {
	left: 15%
}
#main_contents .section:nth-of-type(1) .list.bottom li:nth-of-type(2) .tape {
	left: 25%
}
#main_contents .section:nth-of-type(1) .list.bottom li:nth-of-type(3) .tape {
	left: 50%
}

#main_contents .section:nth-of-type(2) .list li:nth-of-type(1) .tape {
	left: 10%
}
#main_contents .section:nth-of-type(2) .list li:nth-of-type(2) .tape {
	left: 0%
}
#main_contents .section:nth-of-type(2) .list li:nth-of-type(3) .tape {
	left: 50%
}
#main_contents .section:nth-of-type(2) .list.bottom li:nth-of-type(1) .tape {
	left: 0%
}
#main_contents .section:nth-of-type(2) .list.bottom li:nth-of-type(2) .tape {
	left: 25%
}
#main_contents .section:nth-of-type(2) .list.bottom li:nth-of-type(3) .tape {
	left: 50%
}

#main_contents .section:nth-of-type(3) .list li:nth-of-type(1) .tape {
	left: 20%
}
#main_contents .section:nth-of-type(3) .list li:nth-of-type(2) .tape {
	left: 0%
}
#main_contents .section:nth-of-type(3) .list li:nth-of-type(3) .tape {
	left: 50%
}
#main_contents .section:nth-of-type(3) .list.bottom li:nth-of-type(1) .tape {
	left: 50%
}
#main_contents .section:nth-of-type(3) .list.bottom li:nth-of-type(2) .tape {
	left: 20%
}
#main_contents .section:nth-of-type(3) .list.bottom li:nth-of-type(3) .tape {
	left: 20%
}
#main_contents .section .list li .box {
	box-shadow: 10px 5px 5px rgb(0,0,0,0.2);
}
#main_contents .section .list li .img {
	box-sizing: border-box;
	padding: 10px;
	background: #FFF;
	line-height: 0;
}
#main_contents .section .list li .data {
	background: #FFF;
	border-left: 10px solid #f18e1a;
	box-sizing: border-box;
	padding: 0 5% 5% 5%;
	position: relative;
}
#main_contents .section:nth-of-type(2) .list li .data {
	border-left: 10px solid #084281;
}
#main_contents .section:nth-of-type(3) .list li .data {
	border-left: 10px solid #c81042;
}

#main_contents .section .list li .data p,#main_contents .section .list li .data a {
	font-size: 11px;
}
#main_contents .section .list li .data .name {
	font-weight: 600;
	font-size: 20px;
}
#main_contents .section .list li .data .ig {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding-left: 24px;
}
#main_contents .section .list li .data .ig::before {
	content: "";
	position: absolute;
	top: 55%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translate(0,-50%);
	background: url("../img/icon_ig.svg") no-repeat center center;
	background-size: 100%;
	line-height: 0;
}
#main_contents .section .list li .data .btn {
	display: block;
	box-sizing: border-box;
	border-radius: 50px;
	border: 1px solid #000;
	text-align: center;
	width: 40%;
	position: absolute;
	top: 50%;
	right: 5%;
	padding: 5px 0;
	transform: translate(0,-50%);
	text-decoration: none;
	font-size: 12px;
}
@media only screen and (max-width: 768px)  {
	#main_contents .section .list li .data p,#main_contents .section .list li .data a {
		font-size: 14px;
	}
	#main_contents .section .list li .data .btn {
		display: block;
		box-sizing: border-box;
		border-radius: 50px;
		border: 1px solid #000;
		text-align: center;
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
		padding: 5px 0;
		margin: 10% auto;
		transform: translate(0);
		text-decoration: none;
		font-size: 12px;
	}
	
}
#footer {
	margin: 0% auto;
	background: #FFF;
	position: relative;
	z-index: 10;
	padding: 5% 0;
}
#footer .irotrip {
	max-width: 250px;
	width: 70%;
	margin: 0 auto;
}
#footer .all {
	text-align: center;
	font-size: 14px;
	margin: 5px auto 25px;
}
#footer .logo {
	max-width: 250px;
	width: 70%;
	margin: 5% auto;
}
#footer .copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}
@media only screen and (max-width: 768px)  {
	#footer {
		padding: 15% 0;
	}
	#footer .logo {
		margin: 15% auto;
	}
}


.anim {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1;
}


