@charset "UTF-8";

#wrapper {
    width: 980px;
    margin: 0 auto;
}

/* =========================================================
   キャンペーン終了
========================================================= */
.seasonoff {
    width: 980px;
    border: 3px solid #FF0004;
    margin: 10px auto 15px;
    padding: 3px 7px;
    text-align: left;
}

.seasonoff p {
    line-height: 1.5em;
    font-size: 17px;
    font-weight: bold;
}

.txt_red, p.txt_red {
    color:#FF0004;
}

/*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;
}

.youtube_flexArea{
    display: flex;
    margin-bottom: 68px;
}
.youtube_flexInner:first-child{
    margin-right: 30px;
}

/* main */
.mainContainer {
    background: url(/car/special/discount/images/main_visual.jpg);
    height: 374px;
    text-align: center;
    font-weight: bold; 
    font-family: "NotoSerifJP";
}

.mainContainerTitle {
    padding-top: 39px;
    line-height: 2;
    font-size: 16px;
    font-weight: bold;
}

.main__inner {
    display: flex;
    justify-content: center;
}

.main__inner .main__inner_title {
    font-size: 115px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
                -2px 2px 0 #FFF, 2px -2px 0 #FFF,
                0 2px 0 #FFF,  0 -2px 0 #FFF,
                -2px 0 0 #FFF, 2px 0 0 #FFF;
    padding-top: 12px;
}

.main__inner .main__inner_price {
    font-size: 15px;
    background: url(/car/special/discount/images/sale.png);
    background-repeat: no-repeat;
    width: 130px;
    margin: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
    line-height: 0.8;
    position: relative;
    padding-top: 45px;
}

@-moz-document url-prefix() {
	.main__inner .main__inner_price {
		line-height: normal;
	}
}

.main__inner .main__inner_price span{
    font-size: 22px;
    font-weight: bold;
}

.campaignTerm {
    line-height: 2;
}

.campaignTerm span {
    font-size: 17px;
    font-weight: bold;
    color: #e81e10;
    border-top: 2px solid #e81e10;
    border-bottom: 2px solid #e81e10;
}

.mainTitle {
    text-align: center;
    margin-top: 78px;
    font-size: 20px;
    font-weight: bold;
}

.mainContent {
    text-align: center;
    margin: 20px;
    font-size: 15px;
    line-height: 39px;
}

/* English用 */
.mainContainer .isEn_mainTitle {
    padding-top: 64px;
}
.main__inner .isEn_title {
    font-size: 74px;
    padding-top: 55px;
}

.main__inner .isEn_inner_price {
    height: 84px;
    margin: 0 0 0 20px;
}

/* Korea用 */
.mainContainer .isKr_mainTitle {
    padding-top: 69px;
}
.main__inner .isKr_title {
    padding-top: 62px;
    padding-bottom: 57px;
}

.main__inner .isKr_inner_price {
    margin: 0 0 0 20px;
}


/*pl-button*/
.pl-button{
    margin: 63px 0 50px;
}

.pl-button__link:link, .pl-button__link:visited {
    color: #fff;
}
.pl-button__link::after {
    content: '';
}

.pl-button__link {
    position: relative;
    width: 690px;
    line-height: 78px;
    border-radius: 35px;
    background: #f27b11;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px gray;
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
    margin: 0 auto;
    margin-top: -23px; 
    -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: url(/car/special/discount/images/car_icon.png);
    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;
    -webkit-box-shadow: #d8670b 0 4px 0, #FF6A00 0 4px 10px;
    box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
    opacity: unset;
    -ms-filter: "alpha(opacity=0)";
}

a.pl-button__link.\isLineTwo {
    line-height: 1.3;
    padding: 8px 0;
}

a.pl-button__link.\isLineTwo::after {
    top: 20px;
}

.red {
    background: -moz-linear-gradient(to right,#FF3B00,#FF6A00 30%,#FF0400); 
    background: -webkit-linear-gradient(to right,#FF3B00,#FF6A00 30%,#FF0400); 
    background: linear-gradient(to right,#FF3B00,#FF6A00 30%,#FF0400);
}

/* English用 */
.pl-button .isEn_red_btn {
    font-size: 17px;
    justify-content: flex-start;
    padding-left: 10px;
}
.pl-button .isEn_red_btn::after {
    top: 6px;
}

/* content01 */
.content01 {
    display: flex;
    margin: 39px auto;
}

.content01 .contentImg{
    margin: 32px 34px 0;
    width: 200px;
    height: 220px;
}

.pl-container {
    margin: 44px 0 0;
    border: 1px solid #f5efe3;
    background: #f5efe3;
    position: relative;
    width: 627px;
    border-radius: 3px; 
    padding: 10px;
}
.pl-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 20px solid #f5efe3; 
}

.pl-container p {
    font-size: 16px;
    padding: 15px;
}

.pl-container .plan {
    display: flex;
}

.pl-container .plan .iconImg {
    padding-bottom: 4px;
}

.pl-container .plan li {
    font-size: 20px;
    border: 1px solid #034e61;
    background: #034e61;
    padding: 10px;
    margin: 10px;
    color: white;
    border-radius: 3px;
}

/* English用 */
.pl-container .isEn_plan li {
    font-size: 13px;
}

/* Korea用 */
.pl-container .isKr_plan li {
    font-size: 15px;
}
  
/* Content02 */
.title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding: 25px;
}

.title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    display: inline-block;
    width: 80px;
    height: 9px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); 
    background:linear-gradient(90deg,red 0%,red 50%,blue 50%,blue 100%);
}

.pl-summary__linkWrapper {
    padding: 73px 0 10px;
    margin: 0;
    height: 50px;
}

.pl-summary__linkWrapper .pl-summary__linkInr {
    display: flex;
    justify-content: center;
    height: 50px;
}

.pl-summary__linkWrapper .pl-summary__linkInr .pl-summary__link {
    position: relative;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid red;
    width: 184px;
    margin: 0 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 43px;
    text-decoration: none;
    color: #171717;
}

.pl-summary__linkWrapper .pl-summary__linkInr .pl-summary__link::after {
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: 10px;
    margin-left: 10px;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
}

.pl-summary__contentInr {
    position: relative;
    margin: 80px 0 153px; 
    background: url(/car/special/discount/images/bg_05.jpg);
}

.other__area {
    background: url(/car/special/discount/images/bg_04.jpg);
    margin-bottom: auto;
}

.pl-summary__contentWrapper .pl-summary__contentInr .style {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 4px;
    padding-bottom: 10px;
}

.pl-summary__contentWrapper .pl-summary__contentInr .area {
    text-align: center;
    padding: 72px 0 22px;
    color: #fff;
}

.orange {
    position: absolute;
    bottom: -84px;
    left: 150px;
}

.pl-summary__contentInr .car-option__wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 60px;
}

.car-option__wrapper .car-option__inner {
    text-align: center;
}

.car-option__wrapper .car-option__inner .area__title{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 4px solid;
    display: inline-block;
    padding: 23px 0px 13px;
}

.car-option__wrapper .car-option{
    margin: 25px 20px;
    width: 275px;
    height: 457px;
    border-radius: 3px; 
    background: #fff;
    position: relative;
    border-radius: 5px;
}
.car-option__wrapper .adjust {
    height: 500px;
}

.car-option__wrapper .car-option .car-option__images {
    background: url(/car/special/discount/images/background.jpg);
    background-size: cover; 
    position: relative;
    height: 250px;
    border-radius: 3px 3px 0 0;
}

.car-option__wrapper .car-option .car-option__images .car-option_mainImg {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 68%;
}

.car-option__wrapper .car-option .car-option__images .car-option_logo {
    position: absolute;
    bottom: -24px;
    left: 101px;
    border-radius: 3px; 
}

.car-option .car-option_detaile {
    padding: 20px 0 10px;
    text-align: center;
}

.car-option .car-option_detaile .car__title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

.car-option .car-option_detaile .detaile__option {
    display: flex;
    padding: 5px 0;
}

.car-option .car-option_detaile .detaile__option p {
    text-align: left;
    display: flex;
    align-items: center;
}

.car-option .car-option_detaile .detaile__option .box{
    background: black;
    border-radius: 3px;
    color: #fff;
    width: 90px;
    min-width: 90px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.car-option .car-option_price {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 58px;
    background: #ffc0cb;
    border-radius: 0 0 3px 3px;
}

.car-option .priceBox {
    height: 92px;
    border-radius: 3px;
}

.car-option .car-option_price span {
    color: #d50105;
    font-size: 25px;
    font-weight: bold;
    border-bottom: 2px solid;
}

.car-option .car-option_price .normalPrice {
    display: inline-block;
    position: relative;
    text-decoration: line-through;
    margin-top: 10px;
}

.car-option .car-option_price .normalPrice span{
    position: absolute;
}

.car-option .car-option_price .car-option_price_area {
    padding-top: 19px;
}

.car-option .car-option_price .campaignIcon {
    margin: 0 3px 7px 0;
}

.car-option .car-option_price .campaignPrice{
    color: #d50103;
    font-weight: bold;
    border-bottom: 2px solid; 
    font-size: 22px;
}

.pl-summary {
    display: flex;
    padding: 50px;
    position: relative;
}

.pl-summary img{
    width: 220px;
    height: 240px;
}

.pl-summary .pl-summary__content {
    margin: 60px 48px;
    padding: 15px;
    font-size: 15px;
    width: 610px;
    line-height: 30px;
    position: absolute;
    top: 70px;
    left: 250px;
}

/* 中文 */
.car-option .car-option_price .isTC {
    padding-top: 11px;
}

/* English用 */
.car-option .car-option_detaile .detaile__option .isEn_box {
    height: 38px;
    text-align: center;
}
.car-option__wrapper .isEn_option{
    height: 473px;
}
.car-option__wrapper .isEn_adjust {
    height: 510px;
}

/* korea用 */
.car-option .car-option_detaile .detaile__option .kr-font {
    font-size: 13px;
}

/* FAQ */
.car-faq h2{
    text-align: center;
    margin-top: 25px;
    padding: 27px 0 22px;
    font-size: 41px;
    font-weight: bold;
    line-height: 1.1;
}

.car-faq .car-faq__container {
    /* background: url(/car/special/discount/images/bg_02.jpg); */
    margin: 88px auto 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 698px;
}

.car-faq .bg01 {
    background: url(/car/special/discount/images/bg_02.jpg);
    height: 604px;
}

.car-faq .bg02 {
    background: url(/car/special/discount/images/bg_01.jpg);
    height: 604px;
    margin-top: 75px;
}

.car-faq .bg03 {
    background: url(/car/special/discount/images/bg_03.jpg);
    height: 690px;
    margin-top: 75px;
}

.car-faq__container .car-faq__inner {
    position: relative;
    height: 187px;
}

.car-faq__container .car-faq_summary {
    display: flex;
    padding: 10px;
    position: absolute;
}

.car-faq__container .car-faq_summary .questionImg {
    position: absolute;
    top: 38px;
    left: -100px;
    width: 215px;
    height: 243px;
}

.car-faq__container .car-faq_summary .questionContent {
    position: absolute;
    top: 112px;
    top: 80px;
    left: 160px;
    background: #bff1ff;
    /* height: 95px; */
    width: 600px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.car-faq__container .car-faq_summary .questionContent::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 14px solid transparent;
    border-right: 17px solid #bff1ff;
}

.faq__answer {
    position: relative;
    top: 111px;
    left: -100px;
    display: flex;
}

.car-faq__container .answerImg {
    margin: -20px;
    width: 223px;
    height: 250px;
}

.car-faq__container .faq__answer .faq__answer__inner {
    margin: 32px 64px 0 0;
}

.car-faq__container .faq__answer .faq__answer__inner .answerContent {
    background: #ffc2c2;
    width: 600px;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    line-height: 23px;
    margin-right: 36px 60px 0 0;
}

.car-faq__container .faq__answer .faq__answer__inner .answerContent span{
    font-weight: bold;
}

.car-faq__container .faq__answer .answerContent::before {
    content: "";
    position: absolute;
    top: 33%;
    left: 72%;
    margin-top: -15px;
    border: 13px solid transparent;
    border-left: 23px solid #ffc2c2;
}

.faq__answer__container {
    position: absolute;
}

.car-faq__container .faq__answer .faq__answer_detail {
    position: absolute;
    right: 233px;
    background: #034e61;
    border-radius: 45px; 
    width: 181px;
    line-height: 51px;
    margin: 16px;
    padding-left: 20px;
    color: #fff;
    text-decoration: none;
}

.car-faq__container .faq__answer .faq__answer_detail::after {
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    position: absolute;
    top: 21px;
    right: 15px;
    margin-left: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.car-faq__container .faq__answer .faq__answer_detail:hover {
    opacity: unset;
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px gray;
}

/* Korea用 */
.car-faq__container .faq__answer .isKr_faq_btn {
   width: 206px;
}


/* === 春節キャンペーン === */
.shunsetsu_mainContainer {
    background: url(/car/special/discount/images/shumsetsu_main_visual.jpg);
    height: 374px;
    text-align: center;
    /* font-weight: 800;  */
    font-family:  'Noto Sans TC', 'Noto Sans KR', 'Noto Sans JP', sans-serif;
}

.shunsetsu_mainContainerTitle {
    padding-top: 29px;
    line-height: 1.5;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.shunsetsu_main__inner {
    display: block;
    justify-content: center;
    line-height: 1;
}

.main__inner .shunsetsu_title {
    font-size: 67px;
    padding: 12px 0;
    color: #825b00;
}

.main__inner .shunsetsu_price {
    color: #cb0000;
    background: #fffc00;
    width: 500px;
    margin: 0 auto;
    border-radius: 11px;
    font-size: 29px;
    padding: 10px;
}

.pl-summary .shunsetsu-summary {
    margin: 0 48px;
}

.car-faq__container .faq__answer .car_btn {
    width: 224px;
}

.shunsetsu_campaign {
    width: 420px;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}

.shunsetsu_campaignTerm {
    line-height: 1.5;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    font-size: 16px;
    width: 650px;
}

.shunsetsu_bg {
    background: url(/car/special/discount/images/shumsetsu_bg_01.jpg);
    background-size: cover;
    margin-bottom: auto;
}

.car-faq .shunsetsu_car-faq {
    background: url(/car/special/discount/images/shumsetsu_bg_02.jpg);
    margin: 88px auto 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 698px;
}

/* ---- English用 ----*/
.main__inner .isEn_shunsetsu_title {
    font-size: 49px;
    padding: 12px 0;
    color: #825b00;
}
.main__inner .isEn_shunsetsu_price {
    color: #cb0000;
    background: #fffc00;
    width: 500px;
    margin: 0 auto;
    border-radius: 11px;
    font-size: 21px;
    padding: 14px 10px 10px;
}
.isEn_shunsetsu_campaign {
    width: 500px;
}
.car-faq__container .faq__answer .isEn_car_btn {
    width: 493px;
}

.car-option__wrapper .shunsetu-option {
    height: 497px;
}

.shunsetu-btn-opt {
    margin: 116px 0 50px;
}

/* ---- Korea用 ----*/
.car-faq__container .faq__answer .isKr_car_btn {
    width: 313px;
}