@charset "UTF-8";

#wrapper {
    width: 980px;
    margin: 0 auto;
}

/*common*/
.youtubeWrapper{
    line-height: 1.6;
}
.youtubeInnner{
    margin: 0 20px;
}
.h2_typeYT{
    background: #171717;
    color: #fbf14b;
    padding: 8px 105px 8px 30px;
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin-top: -12px;
    margin-left: -8px;
    margin-bottom: 20px
}
.h2_typeYT:after{
    content: '';
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 12px;
    background: url(/car/special/youtuber/images/ico_youtube_h2.png) no-repeat;
    width: 55px;
    height: 100%;
}
.h3_tyoeYT{
    font-size: 30px;
    background: linear-gradient(transparent 90%, #171717 0%);
    display: inline;
    padding: 0 0 5px;
    line-height: 1.9;
    font-weight: bold;
}
.h3_tyoeYT + p {
	margin-top: 20px;
}
.h3_tyoeYT + div {
	margin-top: 30px;
}

.h3_tyoeYT_hokkaido {
    background-color: #6AA84F;
    font-size: 23px;
    font-weight: 600;
    padding: 3px 18px;
    margin-right: 14px;
    color: #fff;
}

.h3_tyoeYT_okinawa {
    background-color: #CC0000;
    font-size: 23px;
    font-weight: 600;
    padding: 3px 18px;
    margin-right: 14px;
    color: #fff;
}

.youtube_flexArea{
    display: flex;
    margin-bottom: 68px;
}
.youtube_flexInner:first-child{
    margin-right: 30px;
}
    
/*main*/
.youtubeWrapper.youtubeMain{
    background-image: url(/car/special/youtuber/images/pic_youtube_main.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 165px;
}
.youtubeCatch{
    width: 84%;
    position: relative;
    top: 182px;
    margin: 0 auto;
    padding: 12px 0;
    text-align: center;
    background: -moz-linear-gradient(top, #d7d7d7, #FFF);
    background: -webkit-linear-gradient(top, #d7d7d7, #FFF);
    background: linear-gradient(to bottom, #d7d7d7, #FFF);
    border: 4px solid #171717;
}
.youtubeCatch:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 48.3%;
    margin-left: -15px;
    border: 24px solid transparent;
    border-top: 26px solid #FFF;
    z-index: 2;
}

.youtubeCatch:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 48%;
    margin-left: -17px;
    border: 28px solid transparent;
    border-top: 30px solid #171717;
    z-index: 1;
}
/*Content01*/
.youtubeWrapper.youtubeContent01{
    background-image: url(/car/special/youtuber/images/bg_youtube_con01.jpg);
    background-repeat: no-repeat;
    border: 4px solid #171717; 
    margin-top: 80px;
    margin-bottom: 58px;
}
.youtubeContent01 .youtubeInnner>p{
    margin-bottom: 40px;
}
/*pl-button*/
.pl-button{
    margin-bottom: 50px;
}

.pl-button__link:link, .pl-button__link:visited {
    color: #fff;
}
.pl-button__link::after {
    content: '';
}

.pl-button__link {
    position: relative;
    width: 400px;
    line-height: 50px;
    border-radius: 4px;
    background: #f27b11;
    -webkit-box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
    margin: 0 auto;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.pl-button__link::after {
    content: '＞';
    position: absolute;
    right: 20px;
    top: 0;
}

.pl-button__link:link,
.pl-button__link:visited {
    color: #fff;
}

.pl-button__link:hover {
    text-decoration: none;
    position: relative;
    top: -1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1),rgba(255,255,255,0));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,0));
    -webkit-box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
    box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

a.pl-button__link.\--isLineTwo {
    line-height: 1.3;
    padding: 8px 0;
}

a.pl-button__link.\--isLineTwo::after {
    top: 20px;
}


/*Content02*/
.youtubeWrapper.youtubeContent02{
    background-image: url(/car/special/youtuber/images/bg_youtube_con02.png);
    background-repeat: repeat;
    border: 4px solid #171717;
    
}
.youtubeContent02 iframe{
    border: 4px solid #171717;
}

.youtubeContent02_border {
    border: 1px solid #171717;
    margin: 60px 0px 28px 0px;
}