@charset "utf-8";
/* CSS Document */

body{
	color: #fff;
}
a,
a *{
	color: #fff;
}


/* メインビジュアル
-----------------------------------------*/
#mainvisual ul{
	display: flex;
}
#mainvisual li span{
	display: block;
	width: 100%;
	padding-top: 100%;
}
#mainvisual li:nth-child(1) span{
	background: url(../images/top/p_main01.png) no-repeat center center;
	background-size: cover;
}
#mainvisual li:nth-child(2) span{
	background: url(../images/top/p_main02.jpg) no-repeat center center;
	background-size: cover;
}
#mainvisual li:nth-child(3) span{
	background: url(../images/top/p_main03.jpg) no-repeat center center;
	background-size: cover;
}
#mainvisual li:nth-child(4) span{
	background: url(../images/top/p_main04.jpg) no-repeat center center;
	background-size: cover;
}
@media screen and (min-width:768px) {
#mainvisual li{
	width: calc(100% / 3);
}
#mainvisual li:nth-child(2){
	display: none;
}
}
@media screen and (max-width:767px) {
#mainvisual ul{
	flex-wrap: wrap;
}
#mainvisual li{
	width: 50%;
}
#mainvisual li:nth-child(3) span{
	background: url(../images/top/p_main04.jpg) no-repeat center center;
	background-size: cover;
}
#mainvisual li:nth-child(4) span{
	background: url(../images/top/p_main03.jpg) no-repeat center center;
	background-size: cover;
}
}


/* TOP CONTENTS
-----------------------------------------*/
#top_contents{
	max-width: 1280px;
	margin: 0 auto;
}
@media screen and (max-width:1360px) {
#top_contents{
	padding: 0 40px;
}
}
@media screen and (max-width:767px) {
#top_contents{
	padding: 0 20px;
}
}

.btn_default{
    margin-top: 40px !important;
}
.btn_default a{
    position: relative;
    display: inline-block;
	line-height: 40px;
	border: solid 1px #fff;
	border-radius: 20px;
	padding: 0 70px 0 40px;
}
.btn_default a::after{
    display: block;
    content: '\f061';
    font: var(--fa-font-solid);
    color: rgb(245 71 8);
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
	transition: all 0.2s;
}
.btn_default a:hover{
	opacity: 1;
	border-color: rgb(245 71 8);
}
.btn_default a:hover::after{
	right: 30px;
}
@media screen and (max-width:767px) {
.btn_default{
    margin: 40px auto 0 auto;
    line-height: 60px;
}
.btn_default a{
    font-size: 1.6rem;
}
}


.top_text{
	padding: 100px;
}
.top_text h2{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
}
.top_text div p{
	line-height: 1.8;
}
.top_text div p:nth-child(n+2){
	margin-top: 15px;
}
@media screen and (min-width:768px) {
.top_text{
	display: flex;
	justify-content: space-between;
}
.top_text h2{
	width: 40%;
}
.top_text div{
	width: 50%;
}
}
@media screen and (max-width:767px) {
.top_text{
	padding: 50px 0;
}
.top_text h2{
	font-size: 2.2rem;
	margin-bottom: 20px;
}
}

@media screen and (min-width:768px) {
#movie_sp{
	display: none !important;
}
#movie_pc{
	display: flex;
	flex-wrap: wrap;
}
#movie_pc li{
	width: calc(100% / 3);
}
#movie_pc .ag2video{
	filter: grayscale(100%);
	padding-top: calc((528 / 488) * 100%);
	width: 100%;
	position: relative;
}
#movie_pc .ag2videoOn{
	filter: grayscale(0%);
}
#movie_pc video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
}
@media screen and (max-width:767px) {
#movie_pc{
	display: none !important;
}
#top_movie{
	position: relative;
}
#movie_sp li{
	text-align: center;
}
#movie_sp .slide-arrow{
	position: absolute;
	bottom: 5px;
	font-size: 2rem;
}
#movie_sp .prev-arrow{
	left: 0;
}
#movie_sp .next-arrow{
	right: 0;
}
}
.slick-dots{
    display: flex;
    justify-content: center;
    margin-top: 20px !important;
}
.slick-dots li{
    margin: 0 5px;
}
.slick-dots li button{
    width: 6px;
    height: 6px;
    background: #444;
    border-radius: 50%;
    color: transparent;
	cursor: pointer;
}
.slick-dots li.slick-active button{
    background: #e5e7eb;
}


#top_vsn1{
	padding-top: 0;
	margin-top: -150px;
}
@media screen and (max-width:767px) {
#top_vsn1{
	margin-top: -50px;
}
}

#top_item h2{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	margin-left: 100px;
}
#top_item ul{
	margin: 0 50px;
}
#top_item li{
	text-align: center;
}
#top_item .btn_default{
	margin-top: 20px!important;
}
#top_item .slick-dots{
    margin-top: 30px !important;
}
#top_item .slide-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 3rem;
	cursor: pointer;
}
#top_item .prev-arrow{
	left: -50px;
}
#top_item .next-arrow{
	right: -50px;
}
@media screen and (max-width:767px) {
#top_item h2{
	font-size: 2.2rem;
	margin-left: 0;
}
}

#top_software ul{
	margin-top: 40px;
	display: flex;
}
#top_software li{
	width: 50px;
}
#top_software li:nth-child(n+2){
	margin-left: 10px;
}

#top_sns li a{
	display: block;
	text-align: center;
	line-height: 40px;
	border: solid 1px #fff;
	border-radius: 20px;
}
#top_sns a:hover{
	opacity: 1;
	border-color: rgb(245 71 8);
}
@media screen and (min-width:768px) {
#top_sns{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 100px;
}
#top_sns figure{
	width: calc(100% - 400px);
}
#top_sns ul{
	width: 320px;
}
#top_sns li:nth-child(n+2){
	margin-top: 40px;
}
}
@media screen and (max-width:767px) {
#top_sns ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#top_sns li{
	width: 48%;
}
#top_sns li:nth-child(2n){
	margin-left: 4%;
}
#top_sns li:nth-child(n+3){
	margin-top: 4%;
}
#top_sns a{
    font-size: 1.6rem;
}
}

#sbi_load{
	margin-top: 15px;
}

#top_faq h2{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 100px;
}
#top_faq ul{
	background: rgba(255,255,255,.1);
	border-radius: 10px;
	padding: 20px 0;
	margin-top: 20px;
}
#top_faq li:nth-child(n+2){
	margin-top: 20px;
}
#top_faq .summary{
	cursor: pointer;
	font-weight: bold;
	padding: 20px 80px 20px 40px;
	position: relative;
}
#top_faq .summary::-webkit-details-marker {
	display: none;
}
#top_faq .summary::after{
	display: block;
    content: '\f078';
    font: var(--fa-font-solid);
	color: #e5e7eb;
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	transition: all 0.2s;
}
#top_faq details[open] .summary::after{
	transform: rotate(180deg) translateY(50%);
}
#top_faq .answer{
	overflow: hidden;
}
#top_faq .answerInner{
	padding: 20px 40px;
	font-size: 1.5rem;
	line-height: 1.8;
}
#top_faq .answerInner a{
	text-decoration: underline;
}
@media screen and (max-width:767px) {
#top_faq h2{
	font-size: 2.2rem;
	margin-top: 50px;
}
#top_faq .summary{
	padding: 20px 40px 20px 20px;
}
#top_faq .summary::after{
	right: 20px;
}
#top_faq .answerInner{
	padding: 20px;
}
}

