@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
img,video,svg {
	border: none;
	width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}
.pcv {
	display: none;
}
@media only screen and (min-width: 769px)  {
	.pcv {
		display: block;
	}	
	.spv {
		display: none;
	}	
}

#lp_wrap {
	position: relative;
	font-size: 11px;
	line-height: 1.8;
	font-family: "Hanken Grotesk", "Noto Sans JP", sans-serif;
}

#main_visual {
	width: 100%;
	height: 100svh;
	position: relative;
}
#main_visual .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main_visual .all {
	background: url("../img/all_main_sp.jpg") no-repeat top left;
	background-size: cover;
}
#main_visual .by {
	background: url("../img/by_main_sp.jpg") no-repeat top left;
	background-size: cover;
}
#main_visual .bl {
	background: url("../img/bl_main_sp.jpg") no-repeat top left;
	background-size: cover;
}
#main_visual .ch {
	background: url("../img/ch_main_sp.jpg") no-repeat top left;
	background-size: cover;
}
#main_visual .cl {
	background: url("../img/cl_main_sp.jpg") no-repeat top left;
	background-size: cover;
}
#main_visual .br {
	background: url("../img/br_main_sp.jpg") no-repeat top left;
	background-size: cover;
}
#main_visual .logo {
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate(-50%,0%);
	width: 40%;
	line-height: 0;
	filter: invert(1)
}
#main_visual h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	line-height: 0;
}
@media only screen and (min-width: 769px)  {
	#main_visual .all {
		background: url("../img/all_main_pc.jpg") no-repeat top left;
		background-size: cover;
	}
	#main_visual .by {
		background: url("../img/by_main_pc.jpg") no-repeat top left;
		background-size: cover;
	}
	#main_visual .bl {
		background: url("../img/bl_main_pc.jpg") no-repeat top left;
		background-size: cover;
	}
	#main_visual .ch {
		background: url("../img/ch_main_pc.jpg") no-repeat top left;
		background-size: cover;
	}
	#main_visual .cl {
		background: url("../img/cl_main_pc.jpg") no-repeat top left;
		background-size: cover;
	}
	#main_visual .br {
		background: url("../img/br_main_pc.jpg") no-repeat top left;
		background-size: cover;
	}	
	#main_visual .logo {
		width: 14%;
	}
	#main_visual h1 {
		left: 16%;
		transform: translate(0%,-50%);
		width: 18%;
	}
}



#main_read {
	margin: 10% auto;
}
#main_read h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	margin-bottom: 5%;
	padding-bottom: 5%;
}
#main_read h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 5%;
	transform: translate(-50%,0);
	height: 2px;
	background: #000;
}
#main_read p {
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 769px)  {
	#main_read {
		margin: 75px auto;
	}
	#main_read h2 {
		margin-bottom: 35px;
		padding-bottom: 35px;
	}
	
}


#main_contents {
	position: relative;
	margin: 30% auto;
}
#main_contents .head {
	position: relative;
}
#main_contents .head .logo {
	width: 40%;
	margin: 0 auto 5%;
}
#main_contents .head .icon_title {
	width: 60%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 200px;
	margin-bottom: 75px;
}
#main_contents .head .icon_title .scroll {
    position  : absolute;
    top : 30%;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
}
#main_contents .head .icon_title .scroll::after {
    content : '';
    display : inline-block;
    position : absolute;
    background-color: #000;
    right : 50%;
    bottom : -200px;
    transform : translateX(-50%);
    width : 1px;
    height : 200px;
    animation: scroll 2s infinite;
}
#main_contents .head .icon_win {
	width: 10%;
	margin: 0 auto;
}
#main_contents .head h3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 5% auto;
	letter-spacing: 2px;
}
#main_contents .head .img {
	width: 80%;
	margin: 0 auto;
}
#main_contents .head .data {
	width: 75%;
	margin: 5% auto;
	text-align: center;
}
#main_contents .head .data .btn a {
	display: inline-block;
	background: #000;
	border-radius: 100px;
	padding: 5px 25px;
	box-sizing: border-box;
	color: #FFF;
	margin: 5% auto;
}
@media only screen and (min-width: 769px)  {
	#main_contents {
		padding-top: 75px;
		margin: 75px auto;
		border-top: 1px solid #000;
	}
	#main_contents .head {
		max-width: 850px;
		margin: 0 auto;
	}
	#main_contents .head .logo {
		width: 30%;
		margin: 0 auto 5%;
	}
	#main_contents .head .icon_title {
		width: 40%;
		margin: 0 auto;
		padding-bottom: 300px;
	}
	#main_contents .head .box {
		position: relative;
	}
	#main_contents .head .box .img {
		width: 50%;
		margin-left: 50%;
	}
	#main_contents .head .icon_win {
		width: 10%;
		margin: 0 auto 3%;
		padding-top: 4%;
	}
	#main_contents .head h3 {
		font-size: 38px;
		line-height: 1.4;
		width: 100%;
		margin: 0 0 5%;
	}
	#main_contents .head .pc_data {
		width: 50%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0,-50%);
	}
	#main_contents .head .data {
		width: 100%;
		margin: 0;
	}
}



#main_contents .slidewrap {
    overflow: hidden;
    display: flex;
    color: #000;
    align-items: center;
	margin: 15% auto 0
}
#main_contents .slideshow_txt {
    margin: 0;
    padding: 0;
    display: flex;
	flex-shrink: 0;
    animation: loop-slide 16s infinite linear 0s both;
}
#main_contents .slide_txt {
    font-size: 22px;
	font-weight: 600;
	font-style: italic;
    list-style: none;
    box-sizing: border-box;
    padding: 10px;
	flex-shrink: 0;
	letter-spacing: 2px;
}
#main_contents .style {
	margin: 5% auto 15%;
}
@media only screen and (min-width: 769px)  {
	#main_contents .slidewrap {
		margin: 10% auto 0;
	}
	#main_contents .slide_txt {
		font-size: 36px;
	}
	#main_contents .style {
		max-width: 1100px;
		margin: 2% auto;
	}
}

#main_contents .style .main {
	position: relative;
}
#main_contents .style .main .img {
	position: relative;
	line-height: 0;
}
#main_contents .style .main .no_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main_contents .style .main .no_box .inner {
	position: absolute;
}

#main_contents .style .main .no_box .inner::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: calc(100% - 40px);
	height: 0.8px;
	background: #FFF;
	z-index: 10
}
#main_contents .style .main .no_box .inner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background: #FFF;
	z-index: 10
}

#main_contents .style .main .no_box .inner .no {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 100px;
	border: 0.8px solid #FFF;
	margin-left: calc(100% - 40px);
	position: relative;
}
#main_contents .style .main .no_box .inner .no span {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	margin-left: 0px;
	font-weight: 600;
	color: #FFF;
	font-style: italic;
}
#main_contents .style .main .no_box .inner.left::before {
	left: auto;
	right: 0;
}
#main_contents .style .main .no_box .inner.left::after {
	left: auto;
	right: 0;
}
#main_contents .style .main .no_box .inner.left .no {
	margin-left:0;
}
@media only screen and (min-width: 769px)  {
	#main_contents .style .main {
		width: 50%;
		margin: 0 auto;
	}
	
}

#main_contents .style .detail {
	margin: 5% auto;
	width: 90%;
}
#main_contents .style .detail li {
	position: relative;
	margin-top: -6%;
}
#main_contents .style .detail li:nth-of-type(1) {
	margin-top: 0;
}
#main_contents .style .detail li .img {
	width: 48%;
}
#main_contents .style .detail li .data {
	width: 52%;
	position: absolute;
	top: 20%;
	left: 48%;
}
#main_contents .style .detail li:nth-of-type(2) .img {
	margin-left: 52%;
}
#main_contents .style .detail li:nth-of-type(2) .data {
	left: 0%;
}
#main_contents .style .detail li .data .no_box {
	position: relative;
}
#main_contents .style .detail li .data .no_box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: calc(100% - 40px);
	height: 1px;
	background: #000;
	z-index: 10
}
#main_contents .style .detail li .data .no {
	display: block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 100px;
	border: 1px solid #000;
	margin-left: calc(100% - 40px);
	position: relative;
}
#main_contents .style .detail li:nth-of-type(2) .data .no_box::before {
	left: auto;
	right: 0;
}
#main_contents .style .detail li:nth-of-type(2) .data .no {
	margin-left:0;
}
#main_contents .style .detail li .data .no span {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	margin-left: 0px;
	font-weight: 600;
	color: #000;
	font-style: italic;
}
#main_contents .style .detail li .data p {
	box-sizing: border-box;
	padding: 5%;
	font-size: 10px;
}
@media only screen and (min-width: 769px)  {
	#main_contents .style .detail {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 5%;
	}
	#main_contents .style .detail li {
		position: relative;
		margin-top: 0;
	}
	#main_contents .style .detail li .img {
		width: 100%;
	}
	#main_contents .style .detail li .data {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		margin: 5% auto;
	}
	#main_contents .style .detail li:nth-of-type(2) .img {
		margin-left: 0;
	}
	#main_contents .style .detail li:nth-of-type(2) .data {
		left: auto;
	}
	#main_contents .style .detail li .data .no_box::before {
		left: auto;
		right: 0;
		width: calc(100% - 60px);
	}
	#main_contents .style .detail li .data .no {
		width: 60px;
		height: 60px;
		margin-left: 0;
	}
	#main_contents .style .detail li .data .no span {
		line-height: 60px;
		font-size: 24px;
	}
	#main_contents .style .detail li .data p {
		width: 70%;
		margin-left: 30%;
		font-size: 13px;
		padding: 0;
		margin-top: -5%;
	}
}

#main_contents .foot {
	position: relative;
	margin: 10% 0 10% 5%;
	width: 95%;
	display: grid;
	grid-template-columns: 48% 52%;
}
#main_contents .foot .video {
	grid-column: 2/3;
	grid-row: 1/3;
}
@media only screen and (min-width: 769px)  {
	#main_contents .foot {
		margin: 10% auto 5%;
		width: 90%;
		grid-template-columns: 60% 40%;
	}
	
}

#main_contents .foot .credit {
	position: relative;
}
#main_contents .foot .credit .tit {
	font-size: 15px;
	font-style: italic;
	position: relative;
	margin-bottom: 10px;
	padding: 5px 0;
	padding-left: 20px;
}
#main_contents .foot .credit .tit::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}
#main_contents .foot .credit .tit::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	width: 12px;
	height: 12px;
	background: url("../img/arrow_b.svg") no-repeat;
	background-size: 100%;
}

#main_contents .foot .credit .item li {
	position: relative;
	font-size: 9px;
	margin-bottom: 10px;
}
#main_contents .foot .credit .item li:nth-of-type(1) {
	font-weight: 600;
}
#main_contents .foot .credit .item li span {
	font-weight: 400;
	display: block;
	font-style: italic;
}
#main_contents .foot .credit .item li a {
	display: block;
	position: relative;
}
#main_contents .foot .credit .item li a::before {
	content: "BUY";
	position: absolute;
	bottom: 0;
	right: 10%;
	font-weight: 600;
	border-bottom: 1px solid #000;
	transform: scale(0.9)
}
@media only screen and (min-width: 769px)  {
	#main_contents .foot .credit .tit {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 15px 20px;
	}	
	#main_contents .foot .credit .item li {
		font-size: 14px;
		margin-bottom: 14px;
	}
	#main_contents .foot .credit .item li span {
		font-size: 10px;
	}
}

#main_contents .foot .staff {
	width: 90%;
	margin: 15% 0 0;	
}
#main_contents .foot .staff .face {
	width: 54%;
	margin: 0 auto 5px;
	overflow: hidden;
	border-radius: 100px;
	line-height: 0;
}
#main_contents .foot .staff p {
	font-size: 10px;
	text-align: center;
}
#main_contents .foot .staff p.name {
	font-size: 12px;
}
#main_contents .foot .staff ul {
	max-width: 200px;
	width: 75%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 65% 10%;
	column-gap: 25%;
	position: relative;
}
#main_contents .foot .staff ul::before {
	content: "";
	position: absolute;
	top: 20%;
	left: 77.5%;
	width: 1px;
	height: 60%;
	background: #000;
}
#main_contents .foot .staff ul li:nth-of-type(2) {
	padding-top: 30%;
}
#main_contents .foot .staff ul.single {
	max-width: 200px;
	width: 50%;
	margin: 0 auto;
	display: block;
}
#main_contents .foot .staff ul.single::before {
	display: none;
}
#main_contents .itemlink a {
	display:block;
	width: 90%;
	background: #000;
	border-radius: 100px;
	padding: 20px 25px;
	box-sizing: border-box;
	color: #FFF;
	margin: 5% auto;
	text-align: center;
	font-size: 12px;
	position: relative;
	
}
#main_contents .itemlink a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0,-50%);
	background: url("../img/arrow_r.svg") no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
	filter: invert(1);
	z-index: 10
	
}
@media only screen and (min-width: 769px)  {
	#main_contents .foot .staff {
		width: 60%;
		margin: 25% auto 0;	
		position: relative;
	}
	#main_contents .foot .staff .face {
		width: 40%;
		margin: 0;
		overflow: hidden;
		border-radius: 100px;
		line-height: 0;
	}
	#main_contents .foot .staff .data {
		width: 60%;
		position: absolute;
		top: 50%;
		left: 40%;
		transform: translate(0,-50%);
	}
	#main_contents .foot .staff p {
		font-size: 14px;
		text-align: center;
	}
	#main_contents .foot .staff p.name {
		font-size: 16px;
	}
	#main_contents .foot .staff ul {
		max-width: 150px;
	}
	#main_contents .itemlink a {
		max-width: 500px;
		margin: 0 auto;

	}

}



#main_foot {
	position: relative;
	margin: 0 auto;
	background: #e1d9cc;
	padding: 5% 0
}
#main_foot h4 {
	font-size: 20px;
	text-align: center;
	margin: 5% auto;
	letter-spacing: 2px;
}
#main_foot ul {
	max-width: 1200px;
	margin: 0 auto 15%;
}
#main_foot li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main_foot li {
	position: relative;
	line-height: 0;
	box-sizing: inherit;
	padding: 5% 10%;
}
#main_foot .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65%;
	transform: translate(-50%,-50%);
}
#main_foot .inner .logo {
	width: 80%;
	margin: 0 auto 10%;
	filter: invert(1)
}
#main_foot .inner .icon_title {
	width: 90%;
	margin: 0 auto;
	position: relative;
	filter: invert(1)
}
#main_foot .inner .btn {
	background: #000;
	color: #FFFFFF;
	text-align: center;
	display: block;
	width: 80%;
	box-sizing: border-box;
	padding: 20px 0;
	margin: 10% auto 0;
	position: relative;
	border-radius: 100px;	
}
#main_foot .inner .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translate(0,-50%);
	background: url("../img/arrow_r.svg") no-repeat;
	background-size: 100%;
	width: 12px;
	height: 12px;
	filter: invert(1);
	z-index: 10
	
}
@media only screen and (min-width: 769px)  {
	#main_foot h4 {
		font-size: 30px;
		margin: 50px auto;
	}
	#main_foot ul {
		margin-bottom:5%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 2%;
	}
	#main_foot li {
		padding: 0;
	}
	#main_foot .inner {
		width: 75%;
	}
}

#main_foot .info {
	margin: 15% auto;
}
#main_foot .info .tit {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin: 5% auto 10%;
}
#main_foot .info .tit span {
	display: block;
	font-size: 10px;
	font-weight: 400;
}
#main_foot .info p {
	font-size: 11px;
	width: 90%;
	margin: 0 auto 15px;
}
#main_foot .end {
	margin: 5% auto;
	max-width: 300px;
	width: 50%;
}
@media only screen and (min-width: 769px)  {
	#main_foot .info {
		margin:25px auto;
	}
	#main_foot .info .tit {
		font-size: 16px;
		margin: 25px auto 50px;
	}
	#main_foot .info p {
		font-size: 12px;
		width: 40%;

		line-height: 2;
	}
}



#main_visual .bg,#main_visual h1 {
	opacity: 0;
}
#main_visual.in .bg {
	animation: zoomfade 2s ease 0s forwards;
}
#main_visual.in h1 {
	animation: fade 1s ease 1s forwards;
}
.anim {
	opacity: 0;
}
.anim.ac {
	animation: fade 1.5s ease 0s forwards;
}
#main_contents .style .main .no_box .inner {
	overflow: hidden;
}
#main_contents .style .main .no_box .inner::before {
	left: -100%;
	transition: 1s all 0.5s ease;
}
#main_contents .style .main .no_box.line .inner::before {
	left: 0%;
}
#main_contents .style .main .no_box .inner.left::before {
	left: auto;
	right: -100%;
}
#main_contents .style .main .no_box.line .inner.left::before {
	left: auto;
	right: 0%;
}
#main_contents .style .main .no_box .inner .no {
	opacity: 0;
	transition: 1s all 1.2s ease;
}
#main_contents .style .main .no_box.line .inner .no {
	opacity: 1;
}
@keyframes loop-slide {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%);
}
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes zoomfade {
0% {
    transform: scale(1.1);
	opacity: 0;
}
100% {
    transform: scale(1);
	opacity: 1;
}
}
@keyframes fade {
0% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}


