@charset "UTF-8";
@font-face{
	font-family:'Noto Sans Japanese';
	font-style:normal;
	font-weight:500;
	src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
	url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype')
}
p{
	font-family:'Noto Sans Japanese',sans-serif;
	color: #fff;
	line-height: 2;
	font-size: 15px;
}
	img{
		max-width: 100%;
		height: auto;
	}
/*copen*/

/* PC　style */

@keyframes floatingTxt{
	0%{
		transform:translateY(30px);
		opacity: 0;
	}
	90%{
		transform: translateY(-2px);
		opacity: 1;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}
.animated{
    opacity: 0;
	transform: translateY(0);
    animation: floatingTxt 0.5s forwards 1.25s;
}
.fadein {
    opacity : 0;
  }
   
  .fadein.active{
    animation: floatingTxt 0.5s forwards 0.5s;
  }

.dsc_wrapp{
	background: #fff;
	padding-bottom: 100px;
}

.mv {
    margin-bottom: 40px;
    position: relative;
}

.block_01 .title_01 {
    width: calc(810 / 1200 * 100%);
    text-align: left;
    margin-bottom: 35px;
}

.block_01 .lineup .lineup_type {
    margin-bottom: 25px;
}

.block_01 .btn_01{
    display: block;
    width: 100%;
    margin: 0 auto 70px;
}
.block_01 .btn_01 img{
    transition: opacity .3s;
}
.block_01 .btn_01:hover img {
    opacity: 0.8;
}

.block_02 .title_02 {
    width: calc(763 / 1200 * 100%);
    text-align: left;
    margin-bottom: 35px;
}

.block_02 .safety .safety_point {
    margin-bottom: 30px;
}

.block_02 .safety .safety_point:last-child {
    margin-bottom: 60px;
}

.block_03 .title_03 {
    width: calc(1093 / 1200 * 100%);
    text-align: left;
    margin-bottom: 35px;
}

.block_03 .recommend {
    display: flex;
    justify-content: space-between;
}

.block_03 .recommend .recommend_driver {
    width: calc(290 / 1200 * 100%);
}

.mfp-iframe-holder .mfp-content{
    max-width: initial;
}

/* SP　style */
@media screen and (max-width:767px){
	.pc{
		display: none;
    }
    #rightContents {
        padding: 0em;
    }
    .dsc_wrapp {
        padding-right: calc(50 / 750 * 100%);
        padding-left: calc(50 / 750 * 100%);
        padding-bottom: 60px;
    }

    .mv_sp {
        margin-bottom: calc(50 / 750 * 100%);
    }

    .block_01_sp .title_01 {
        width: calc(814 / 1000 * 100%);
        margin-bottom: calc(35 / 750 * 100%);
    }

    .block_01_sp .lineup .lineup_type {
        margin-bottom: calc(35 / 750 * 100%);
    }

    .block_01_sp .lineup .lineup_type:last-child {
        margin-bottom: calc(15 / 750 * 100%);
    }

    .block_01_sp .btn_01 {
        display: block;
        width: 100%;
        margin: 0 auto calc(80 / 1000 * 100%);
    }
    

    .block_02_sp .title_02 {
        width: calc(781 / 1000 * 100%);
        margin-bottom: calc(36 / 750 * 100%);
    }

    .block_02_sp .safety .safety_point {
        margin-bottom: calc(50 / 750 * 100%);
    }

    .block_03_sp .title_03 {
        width: 100%;
        margin-bottom: calc(35 / 750 * 100%);
    }

    .block_03_sp .recommend {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .block_03_sp .recommend .recommend_driver {
        width: calc(368 / 750 * 100%);
        margin-bottom: calc(15/ 750 * 100%);
    }
    
}

@media screen and (min-width:768px){
	.sp{
		display: none;
	}
}