@charset "utf-8";

@import url('./product_style.css');

/*-------------------------------------------------------------------
    ## Top section
-------------------------------------------------------------------*/
.top_sec { position: relative; height: 0; padding-bottom: 168.888%; background: url(../images/product/xfit_at2/bg_top_area.jpg) top center / cover no-repeat; overflow: hidden; }
.top_els { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }
.top_els span { position: absolute; left: 0; bottom: 0; }
.top_els .pole_1 { top: 0; width: 100%; height: 0; padding-bottom: calc(659 / 390 * 100%); background: url(../images/product/xfit_at2/main_top_deco.png) top left / cover no-repeat; z-index: 2; opacity: 0; transform: translate(-100%, 0); }
.top_sec.ani_in .top_els .el_pole { animation: polesAni cubic-bezier(.2, .38, .24, 1) .9s forwards; animation-delay: 220ms; }
.top_els .el_bottom_bar { width: 0; height: 20.6207%; background: #11004c; left: 0; z-index: 1; }
.top_sec.ani_in .top_els .el_bottom_bar { animation: bottomBarAni cubic-bezier(.2, .38, .24, 1) 1s forwards; }
.el_bottom_bar .uel_logo { position: absolute; right: 44px; bottom:46px; width: 162px;opacity: 0; transition: ease-out .5s .8s; }
.ani_in .el_bottom_bar .uel_logo { margin-right: 0; opacity: 1; }
.top_els .graphic { position: absolute; width: 100%; left: 20px; top: 12px;box-sizing: border-box; text-align: left; z-index: 2; }
.top_els .cars { margin-top: 12px; }
.top_els .graphic .img { display: inline-block; vertical-align: top; }
.top_els .graphic .txt { opacity: 0; width: 168px; }
.top_sec.ani_in .top_els .graphic .txt { animation: elsInPoleAni ease-out .3s 540ms forwards; }
.top_els .graphic .cars img { opacity: 0; }
.top_sec.ani_in .top_els .graphic .cars img { height: 16px; width: auto; animation: elsInPoleAni ease-out .3s 580ms forwards; vertical-align: top; }
.top_sec.ani_in .top_els .graphic .cars img + img { animation-delay: 620ms; }
.top_els .cars img + img {margin-left: 7px;}
.top_sec .set_inner {position: relative;height: 100%;}
@keyframes polesAni {
    0% {
        opacity: 0;
        transform: translate(-100%, 0);
    }
    20% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
@keyframes bottomBarAni {
    0% {
        width: 0;
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        width: 100%;
    }
}
@keyframes elsInPoleAni {
    0% {
        transform: translate(-40px, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* section_spec */
.section_spec {margin-bottom:55px;}

/* section_tire360 */
.section_tire360 .ttl_area {position:absolute; top:0; z-index:1; width:100%;padding:min(calc(160 / 390 * 100vw), 160px) 23px 0 23px;}
.section_tire360 .ttl_area img {max-height:32px;}
.section_tire360 .tire_area {position:relative;height:0;padding-bottom:calc(754 / 390 * 100%); background:url(../images/product/xfit_at2/bg_tire_sec.jpg) center/cover no-repeat;}

/* section_grid_img */
.section_grid_img .img_area {flex-direction:column;gap:min(calc(16 / 390 * 100vw), 32px);}
.section_grid_img .img_area,
.section_grid_img .img_area ul {display:flex;justify-content: space-between;}
.section_grid_img .img_grid_wrap {overflow:hidden;gap:min(calc(16 / 390 * 100vw), 32px);height:min(calc(240 / 390 * 100vw), 480px);}
.section_grid_img .img_grid_wrap.top .top_l {width:calc(200 / 350 * 100%);}
.section_grid_img .img_grid_wrap.top .top_r {width:calc(134 / 350 * 100%);}
.section_grid_img .img_grid_wrap.middle {height:min(calc(240 / 390 * 100vw), 480px);}
.section_grid_img .img_grid_wrap.middle .middle_l {width:100%;}
.section_grid_img .img_grid_wrap.btm {height:min(calc(240 / 390 * 100vw), 480px);}
.section_grid_img .img_grid_wrap.btm .btm_l {width:calc(134 / 350 * 100%);}
.section_grid_img .img_grid_wrap.btm .btm_r {width:calc(200 / 350 * 100%);}

/* section_overview */
.section_overview {position:relative;}
.section_overview .set_inner.gray {padding-top: 40px;padding-bottom: 40px;background-color:#f2f2f2;}
.section_overview .ttl_area {position:relative;z-index:1;padding:40px 0 30px;}
.section_overview .tooltip_ul {position:absolute;top:40px;left:50%;transform: translateX(-50%);}
.section_overview .graph_area {position:relative;width:min(calc(350 / 390 * 100vw), 700px);height:min(calc(321 / 390 * 100vw), 642px);}
.section_overview .graph_area .graph_list {position:absolute;top:0;left:0;width:100%;height:100%;}
.section_overview .graph_area .graph_list li {position:relative;padding-left:18px;font-size: 14px;font-weight: 600;line-height:20px;}
.section_overview .graph_area .graph_list li:first-child {color: #4A2885;}
.section_overview .graph_area .graph_list li:last-child {color: #666;}
.section_overview .graph_area .graph_list li::before {content: '';display: block;position: absolute;top: 50%;left:0;transform: translateY(-50%);width: 10px;height: 3px;}
.section_overview .graph_area .graph_list li:first-child::before {background: #4A2885;}
.section_overview .graph_area .graph_list li:last-child::before {background: #fff;}
.section_overview .graph_area .graph_summary li {position:absolute;text-align:left;line-height:1;}
.section_overview .graph_area .graph_summary li p {font-size: min(calc(13 / 390 * 100vw), 26px);font-weight: 600;line-height:min(calc(19 / 390 * 100vw), 38px);color:#666;}
.section_overview .graph_area .graph_summary li span {font-size: min(calc(13 / 390 * 100vw), 26px);font-weight: 600;line-height:min(calc(19 / 390 * 100vw), 38px);color:#4A2885;}
.section_overview .graph_area .graph_summary li:nth-child(1) {top: 0%;left: 43%;text-align: center;}
.section_overview .graph_area .graph_summary li:nth-child(2) {top: 18%;right: -2%;text-align: left;}
.section_overview .graph_area .graph_summary li:nth-child(3) {top: 56%;right: -2%;text-align: left;}
.section_overview .graph_area .graph_summary li:nth-child(4) {top: 88%;right: 13%;text-align: left;}
.section_overview .graph_area .graph_summary li:nth-child(5) {top: 88%;left: 11%;text-align: right;}
.section_overview .graph_area .graph_summary li:nth-child(6) {top: 56%;left: 4%;text-align: right;}
.section_overview .graph_area .graph_summary li:nth-child(7) {top: 18%;left: 12%;text-align: right;}
.section_overview .features_area {margin-top:40px;}
.section_overview .features_area h3 {font-size:15px;font-weight:600;color:#666;line-height:22px;}
.section_overview .features_area ol {margin-top:20px;}
.section_overview .features_area ol li {display:flex;align-items:center;border-bottom:1px solid #bbb;padding:19px 0;}
.section_overview .features_area ol li:first-child {padding-top:0;}
.section_overview .features_area ol li:last-child {padding-bottom:0;border-bottom:none;}
.section_overview .features_area ol li p {font-size:14px;font-weight:500;color:#666;line-height:20px;word-break: break-word;}
.section_overview .features_area ol li span {flex:0 0 25px;font-size: 14px;font-weight: 700;line-height:20px;color:#A493C2;}
.section_overview #graphCanvas {position:absolute;top:min(calc(45 / 390 * 100vw), 90px);left:50%;transform: translateX(-50%);width:min(calc(246 / 390 * 100vw), 492px);height:min(calc(246 / 390 * 100vw), 492px);}
.section_overview .tire_area {position:relative;z-index:0;}
.section_overview .tire_area .bg_img {width:100%;}

/* section_aggressive */
.section_aggressive {position:relative;padding-bottom:40px;}
.section_aggressive .ttl_area {background-image:url(../images/product/xfit_at2/img_aggressive_tire.jpg);}
.section_aggressive .info_list_wrap {margin-top:40px;}

/* section_durability */
.section_durability {padding-bottom:40px;background-color:#f2f2f2;}
.section_durability .ttl_area.bg_type::before {z-index:2;}
.section_durability .set_inner {z-index:3;}
.section_durability .img_area {display:flex;gap:12px;align-items:flex-start;}
.section_durability .caution {font-size:12px;color:#444;line-height:17px;}
.section_durability .car_area {position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.section_durability .car_area .car_img {position:absolute;top:0;left:0;opacity: 0;transform: translate(-100px, 100px);transition: cubic-bezier(.2, .38, .24, 1) 1s;}
.section_durability .car_area img[class^="arw_"] {position:absolute;top:0;left:0;opacity: 0;}
.section_durability .car_area.ani_in .arw_01 {animation-name: durabilityArrow1;}
.section_durability .car_area.ani_in .arw_02 {animation-name: durabilityArrow2;}
.section_durability .car_area.ani_in .arw_03 {animation-name: durabilityArrow3;}
.section_durability .car_area.ani_in .arw_04 {animation-name: durabilityArrow4;}
.section_durability .car_area.ani_in .arw_05 {animation-name: durabilityArrow5;}
.section_durability .car_area.ani_in .arw_06 {animation-name: durabilityArrow6;}
.section_durability .car_area.ani_in .arw_07 {animation-name: durabilityArrow7;}
.section_durability .car_area.ani_in .arw_08 {animation-name: durabilityArrow8;}
.section_durability .car_area.ani_in .car_img {opacity: 1;transform: translate(0, 0);}
.section_durability .car_area.ani_in img[class^="arw_"] {animation-timing-function: ease-out;animation-duration: 2.1s;animation-iteration-count: infinite;animation-delay: .5s;}

@keyframes durabilityArrow1 { 0% {opacity: 0;} 12.5% {opacity: 1;} 100% {opacity: 1;} }
@keyframes durabilityArrow2 { 12.5% { opacity: 0; } 25% { opacity: 1; } 100% { opacity: 1; } }
@keyframes durabilityArrow3 { 25% { opacity: 0; } 37.5% { opacity: 1; } 100% { opacity: 1; } }
@keyframes durabilityArrow4 { 37.5% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 1; } }
@keyframes durabilityArrow5 { 50% { opacity: 0; } 62.5% { opacity: 1; } 100% { opacity: 1; } }
@keyframes durabilityArrow6 { 62.5% { opacity: 0; } 75% { opacity: 1; } 100% { opacity: 1; } }
@keyframes durabilityArrow7 { 75% { opacity: 0; } 87.5% { opacity: 1; } 100% { opacity: 1; } }
@keyframes durabilityArrow8 { 87.5% { opacity: 0; } 100% { opacity: 1; } }

/* section_adventure */
.section_adventure {position:relative;padding-bottom:40px;}
.section_adventure .ttl_area {background-image:url(../images/product/xfit_at2/img_adventure_car.jpg)}
.section_adventure .ttl_area.bg_type::before {z-index:2;}
.section_adventure .set_inner {z-index:3;}
.section_adventure .img_item_area {display:flex;gap:18px;margin-top:18px;}
.section_adventure .img_item {display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:space-between;}
.section_adventure .img_item span {display:inline-block;font-size:12px;line-height:17px;}
.section_adventure .img_item img {width:83px;}
.section_adventure .img_item:nth-child(1) {font-weight:600;}
.section_adventure .img_item:nth-child(2) {font-weight:500;}
.section_adventure .chart_item_area {display:flex;gap:4px;flex-direction:column;margin-top:18px;}
.section_adventure .chart_item {display:flex;align-items:center;justify-content: space-between;height:24px;padding:0 8px;color:#fff;font-size:13px;font-weight:500;}
.section_adventure .chart_item:nth-child(1) {width:min(calc(315 / 390 * 100vw), 315px);background-color:#4A2785;font-weight:600;}
.section_adventure .chart_item:nth-child(1) em {font-weight:600;}
.section_adventure .chart_item:nth-child(2) {width:min(calc(256 / 390 * 100vw), 256px);background-color:#77787B;}
.section_adventure .chart_item:nth-child(2) em {font-weight:500;}
.section_adventure .car_text_area {position:absolute;left:0;bottom:min(calc(22 / 390 * 100vw), 44px);z-index:1;display:flex;justify-content:center;width:100%;}
.section_adventure .car_text_area span {display:block;position:relative;flex:0 0 45%;text-align:center;}
.section_adventure .car_text_area span b {display:block;position:relative;font-size:20px;font-weight:700;color:#54338D;line-height:38px;}

/* section_performance */
.section_performance {position:relative;padding-bottom:40px;background-color:#f2f2f2;}
.section_performance .ttl_area {background-image:url(../images/product/xfit_at2/img_performance_car.jpg)}
.section_performance .ttl_area.bg_type::before {z-index:2;}
.section_performance .set_inner {z-index:3;}
.section_performance .category_area {display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;}
.section_performance .car_text_area {position:absolute;left:0;bottom:min(calc(22 / 390 * 100vw), 44px);z-index:1;display:flex;justify-content:center;width:100%;}
.section_performance .car_text_area span {display:block;position:relative;flex:0 0 25%;text-align:center;}
.section_performance .car_text_area span:nth-child(2) {flex:0 0 50%;}
.section_performance .car_text_area span b {display:block;position:relative;font-size:18px;font-weight:700;color:#54338D;line-height:36px;}
.section_performance .tooltip_ul .invis_rect img {width:60px;}
.section_performance .tooltip_ul .invis_rect span {margin-top:4px;}
.section_performance .tooltip_ul .invis_rect p {margin-top:21px;}

/* section_experience */
.section_experience {position:relative;padding-bottom:40px;}
.section_experience .ttl_area {background-image:url(../images/product/xfit_at2/img_experience_tire.png)}
.section_experience .ttl_area.bg_type::before {z-index:2;}
.section_experience .set_inner {z-index:3;}
.section_experience .category_area {display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px;}

/* section_warranty */
.section_warranty {padding:min(calc(60 / 390 * 100vw), 120px) 0;background:url(../images/product/xfit_at2/bg_warranty.jpg) no-repeat center center / cover;}
.section_warranty .set_inner {display:flex;align-items:center;justify-content:center;flex-direction:column;gap:36px 0;height:100%;}
.section_warranty .warranty_title {text-align:center;}
.section_warranty .warranty_title p {font-size: 30px;font-weight: 600;line-height: 36px;color:#fff;word-break:break-word;}
.section_warranty .btn_learnmore {display:inline-block;width:fit-content;background-color:#fff;border-radius:20px;padding:10px 24px;font-size:13px;font-weight:500;color:#000;line-height:20px;}
.section_warranty .btn_learnmore span {display:inline-flex;gap:10px;align-items:center;position:relative;font-size:13px;font-weight:500;color:#000;line-height:23px;}
.section_warranty .btn_learnmore span::after {content:'';display:block;width:16px;height:16px;background:url(../images/product/ic_arrow_right.svg) no-repeat center center / 100% 100%;}
.section_warranty .warranty_list {display:flex;align-items:center;gap:20px;flex-wrap:wrap;width:284px;}
.section_warranty .warranty_list .warranty_item {flex:0 0 calc((100% - 20px) / 2);}
.section_warranty .warranty_list .warranty_item img {width:120px;}