@charset "utf-8";

/* index.html
-------------------------------*/


.top01{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.top01 .img{
    width: 100%;
    height: 43.2vw;
    overflow: hidden;
    position: relative;
    animation: fadeIn 2s 1 forwards;
}

.top01 .img img{ /* 縦幅に合わせてトリミング */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 102%;
}


.top01 .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: none;
    height: 130%;
}



.video-box {
  overflow: hidden;
  width: 100%;
  height: 90vh;
}
.video-box_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	max-width: 860px;
    min-height: 100%;
    min-width: 100%;
	background-color: #0a1326;
}










@keyframes fadeIn { /*フェードイン*/
    0% {opacity: 0}
    20% {opacity: 0}
    100% {opacity: 1}
}

.top01 .slid{
    position: absolute;
    bottom: 0;
    left: -39.8vw;
    width: 39.8vw;
    z-index: 1;

    animation-name: moveR-1;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 1s;
    animation-fill-mode:forwards; /* 再生後キーフレーム100%の状態を維持*/
}
.top01 .slid2{
    position: absolute;
    bottom: 0;
    left: -39.8vw;
    width: 39.8vw;
    z-index: 2;

    animation-name: moveR-1;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 2s;
    animation-fill-mode:forwards; /* 再生後キーフレーム100%の状態を維持*/
}

@keyframes moveR-1 {/* 左から右へ出てくる */
  0% {left: -39.8vw;}
  100% {left: 0;}
}

@media only screen and (max-width:1240px){
    .top01 .slid{
        animation-name: moveR-2;
        animation-duration: 1s;
    }
    .top01 .slid2{
        animation-name: moveR-2;
        animation-duration: 1s;
    }
    @keyframes moveR-2 {/* 左から右へ出てくる */
      0% {left: -39.8vw;}
      100% {left: -15vw;}
    }

}

@media only screen and (max-width:900px){
    .top01 .img{
        height: 60vw;
        animation: fadeIn 2s 1 forwards;
    }
    .top01 .slid{
        left: -55vw;
        width: 55vw;
        animation-name: moveR-3;
    }
    .top01 .slid2{
        left: -55vw;
        width: 55vw;
        animation-name: moveR-3;
    }

    @keyframes moveR-3 {/* 左から右へ出てくる */
      0% {left: -55vw;}
      100% {left: -23vw;}
    }
    
}
@media only screen and (max-width:420px){

    .top01 .img{
        height: 80vw;
        animation: fadeIn 2s 1 forwards;
    }
    .top01 .slid{
        bottom: 10vw;
        left: -84vw;
        width: 84vw;
        animation-name: moveR-4;
    }
    .top01 .slid2{
        bottom: 13vw;
        left: -95vw;
        width: 95vw;
        animation-name: moveR-4;
    }

    @keyframes moveR-4 {/* 左から右へ出てくる */
      0% {left: -84vw;}
      100% {left: -35vw;}
    }


}




.top02{
    width: 100%;
    padding: 130px 0 ;
    background: url(../img/top/top02_bg.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}
.top02 .lead{
    width: 90%;
    margin: 0 auto 70px;
    text-align: center;
}
.top02 .lead .ttl{
    margin-bottom: 20px;
}
.top02 .lead .item{
    margin-bottom: 30px;
}
.top02 .lead .item.sp{
    display: none;
}
    @media only screen and (max-width:640px){
        .top02{
            padding: 60px 0 ;
        }
        .top02 .lead .item{
            width: 80%;
            margin: 0 auto 30px;
        }
        .top02 .lead .item.pc{
            display: none;
        }
        .top02 .lead .item.sp{
            display: block;
        }
        .top02 .lead p{
            text-align: left;
        }
    }



.top02 .kei_1{
    display: block;
    width: 100%;
    height: 3px;
    background: url(../img/top/kei_ue.png) center center repeat-x;
}
.top02 .kei_2{
    width: 100%;
    height: 3px;
    background: url(../img/top/kei_sita.png) center center repeat-x;
}

.pro-list{
    width: 100%;
    display: flex;
}
.pro-list .cate01{
    width: 39%;
}
.pro-list .cate02{
    width: 22%;
    min-width: 427px;
    padding: 0 3px;
    background-image: url(../img/top/kei_tate.png),url(../img/top/kei_tate.png);
    background-position: left top, right top;
    background-repeat: repeat-y,repeat-y;
}
.pro-list .cate03{
    width: 39%;
}
.pro-list .cate01 .img{
    width: 100%;
    height: 398px;
    background: url(../img/top/top02_01.jpg) right top no-repeat;
}
.pro-list .cate02 .img{
    width: 100%;
    margin: auto;
    height: 398px;
    background: url(../img/top/top02_02.jpg) center top no-repeat;
}
.pro-list .cate03 .img{
    width: 100%;
    height: 398px;
    background: url(../img/top/top02_03.jpg) left top no-repeat;
}
.pro-list .item .txt{
    padding: 40px 5%;
    text-align: center;
    color: #00c4f0;
    font-size: 115%;
    line-height: 1.6em;
    font-weight: bold;
}
.pro-list .item .txt .min{
    font-size: 90%;
    line-height: 1.65em;
}

.pro-list .item .txt .ttl{
    color: #fff;
    font-size: 150%;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;
}
.pro-list .item.cate01 .txt{
    max-width: 427px;
    margin-left: auto;
}
.pro-list .item.cate03 .txt{
    max-width: 427px;
    margin-right: auto;
}
.top02 .btn{
    margin-top: 70px;
    text-align: center;
}
.top02 .btn img{
    background-color: transparent;
    transition: 0.3s;
}
.top02 .btn img:hover{
    background-color: #333;
}

    @media only screen and (max-width:1200px){
        .pro-list .cate01{
            width: 33.333%;
        }
        .pro-list .cate02{
            width: 33.333%;
            min-width:initial;
            min-width:auto;
        }
        .pro-list .cate03{
            width: 33.333%;
        }
        .pro-list .cate01 .img,
        .pro-list .cate02 .img,
        .pro-list .cate03 .img{
            height: 33vw;
            background-size: auto 100%;
        }
        .pro-list .item .txt{
            padding: 3vw 5%;
            font-size: 1.4vw;
            line-height: 1.6em;
        }
        .pro-list .item .txt .ttl{
            font-size: 1.8vw;
            line-height: 1.2em;
            margin-bottom: 3vw;
        }
    }

    @media only screen and (max-width:640px){
        .pro-list{
            display: block;
        }
        .pro-list .cate01{
            width: 100%;
        }
        .pro-list .cate02{
            width: 100%;
            padding: 3px 0;
            background-image:url(../img/top/kei_ue.png),url(../img/top/kei_sita.png);
            background-position: center top, center bottom;
            background-repeat: repeat-x,repeat-x;
        }
        .pro-list .cate03{
            width: 100%;
        }
        .pro-list .item{
            display: flex;
            align-items: center;
        }
        .pro-list .cate01 .img,
        .pro-list .cate02 .img,
        .pro-list .cate03 .img{
            width: 40%;
            height: 40vw;
            background-size: cover;
        }
        .pro-list .item .txt{
            width: 60%;
            padding: 5px 5%;
            font-size: 100%;
            line-height: 1.6em;
            text-align: left;
        }
        .pro-list .item .txt .min{
            font-size: 90%;
            line-height: 1.5em;
        }
        .pro-list .item .txt .ttl{
            font-size: 115%;
            line-height: 1.2em;
            margin-bottom: 15px;
        }
        .pro-list .item.cate01 .txt,
        .pro-list .item.cate02 .txt,
        .pro-list .item.cate03 .txt{
            max-width: initial;
            max-width: auto;
            margin-left: 0;
            margin-right: 0;
        }
        .top02 .btn{
            margin-top: 50px;
        }
        .top02 .btn img{
            width: 70%;
            height: auto;
        }
    }

    @media only screen and (max-width:420px){
        .pro-list .item .txt p br{
            display: none;
        }
    }










.top03{
    width: 100%;
    padding: 130px 0 170px;
    background: url(../img/top/top03_bg.png) center center no-repeat;
    background-size: cover;
}
.top03 .ttl{
    text-align: center;
    margin-bottom: 70px;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: bold;
}
.top03 .ttl .en{
    margin-bottom: 20px;
}

.top03 ul{
    width: 90%;
    max-width: 1150px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #1e1e4b;
}
.top03 li{
    width: 48%;
    border: solid 1px #1e1e4b;
    margin-bottom: 70px;
}
.top03 li .txt{
    padding: 20px;
}
.top03 li .txt .cate{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.top03 li .txt .cate dt{
    width: 15%;
}
.top03 li .txt .cate dd{
    width: 83%;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
}
.top03 li .txt .cate dd .sub{
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1.2em;
    background-size: cover;
    margin-bottom: 5px;
}
.top03 li .txt.num01 .cate dd .sub{
    background:url(../img/top/top03_ttl_obi01.png); 
}
.top03 li .txt.num02 .cate dd .sub{
    background:url(../img/top/top03_ttl_obi02.png); 
}
.top03 li .txt.num03 .cate dd .sub{
    background:url(../img/top/top03_ttl_obi03.png); 
}
.top03 li .txt.num04 .cate dd .sub{
    background:url(../img/top/top03_ttl_obi04.png); 
}
.top03 .btn{
    text-align: center;
}
.top03 .btn img{
    background-color: transparent;
    transition: 0.3s;
}
.top03 .btn img:hover{
    background-color: #ccc;
}

    @media only screen and (max-width:768px){
        .top03 li .txt{
            padding: 5%;
        }
        .top03 li .txt .cate dt{
            width: 18%;
        }
        .top03 li .txt .cate dd{
            width: 78%;
            font-size: 18px;
            line-height: 1.4em;
        }
        .top03 li .txt .cate dd .sub{
            display: inline-block;
            padding: 5px 10px;
            font-size: 14px;
            line-height: 1.2em;
        }

    }

    @media only screen and (max-width:640px){
        .top03{
            padding: 50px 0 ;
        }
        .top03 .ttl{
            margin-bottom: 30px;
            font-size: 28px;
            line-height: 1.2em;
        }
        .top03 .ttl .en{
            margin-bottom: 10px;
        }
        .top03 li{
            width: 100%;
            margin-bottom: 30px;
        }
        .top03 li .txt .cate{
            margin-bottom: 10px;
        }
        .top03 .btn img{
            width: 70%;
            height: auto;
        }

    }












.top04{
    width: 100%;
    background: url(../img/top/top04_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.top04 ul{
    width: 90%;
    max-width: 1150px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.top04 li{
    width: 48%;
    border: solid 1px #fff;
}
.top04 li .txt{
    padding: 20px;
}
.top04 li .txt .ttl{
    font-size: 24px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
}
.top04 li .txt .ttl span{
    padding-right: 15px;
}
.top04 li .txt .ttl span img{
    vertical-align: middle;
}
.top04 li .txt .btn{
    text-align: center;
    margin-top: 30px;
}
.top04 li .txt .btn.mar-top50{
    margin-top: 3.625em;
}

.top04 li .txt .btn img{
    background-color: transparent;
    transition: 0.3s;
}
.top04 li .txt .btn img:hover{
    background-color: #333;
}

    @media only screen and (max-width:640px){
        .top04{
            padding: 50px 0 30px;
        }
        .top04 ul{
            width: 80%;
        }
        .top04 li{
            width: 100%;
            margin-bottom: 30px;
        }
        .top04 li .txt .ttl{
            font-size: 18px;
            line-height: 1.2em;
        }
        .top04 li .txt .ttl span{
            padding-right: 10px;
        }
        .top04 li .txt .btn{
            margin-top: 20px;
        }

.top04 li .txt .btn.mar-top50{
    margin-top: 20px;
}		
		

    }




.top_seo{
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 8% 0;
    font-size: 85%;
    line-height: 1.8em;
    color: #999;
}


/* 追加　*/

.top_combox {
	max-width: 1200px;
	margin: 30px auto;
}


	.top_com_sub{
		width: 100%;
		margin-top: 5%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top_com_sub li{
		width: 48%;
		text-align: center;
		margin-bottom: 20px;
	}	

	@media screen and (max-width: 640px) {
		
.top_combox {
	margin: 0 auto 20px;
}		
	.top_com_sub li{
		width: 100%;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 0;
		padding: 0 20px;
		}

}

/*　追加　*/

.pro-list .item .txt .ttl.bot26 {
	margin-bottom: 26px;
}


.pro-list .cate0111{
    width: 50%;
}
.pro-list .cate0111 img{
	max-width: 877px;
	margin-left: 5%;
}
.pro-list .cate0222{
    width: 45%;
	max-width: 380px;
    padding: 0 3px;
	margin: 90px 0 0 6%;
}

.pro-list .cate0222 img{
	margin: 36px auto;
}

.pro-list .item .txt .min18{
    font-size: 18px;
    line-height: 1.65em;
	margin-bottom: 1.444em;
}

.pro-list .item .txt .min16{
    font-size: 16px;
    line-height: 1.65em;
	color: #FFFFFF;
}

.top02 .cate0222 .btn{
    margin-top: 10px;
    text-align: center;
}
.top02 .cate0222 .btn img{
    background-color: transparent;
    transition: 0.3s;
}
.top02 .cate0222 .btn img:hover{
    background-color: #333;
}



 @media only screen and (max-width:1200px){
		
        .pro-list .cate0111{
            width: 100%;
        }	
.pro-list .cate0222{
    width: 100%;
	margin: 10px auto;
}		
		
		
		
	
	

.pro-list .cate0111 img{
	width: 100%;
	margin-left: 0;
	margin: auto;
}		
	
.pro-list .cate0222.item .txt {
  width: 100%;
	margin: auto;
  font-size: 100%;
  line-height: 1.6em;
  text-align: left;
}

.top02 .cate0222 .btn{
            margin-top: 30px;
        }
.top02 .cate0222 .btn img{
            width: 70%;
            height: auto;
        }

.top02 .pro-list .cate0222.item .txt .ttl{
		font-size: 150%; 
	 }
 
	 
}


@media screen and (min-width: 680px){   
  .pc_br { display:block; }
  .sp_br { display:none; }
}
@media screen and (max-width: 680px){   
  .pc_br { display:none; }
  .sp_br { display:block; }
}



