@charset "utf-8";
@media screen and (max-width: 768px) {
    /*------------------------------------------------------------------------------------------
*
*
    common_sp.css
        max-width : 768px
*
*
------------------------------------------------------------------------------------------ */
    .dropmenu_inner li a {
        box-sizing: border-box !important;
        padding-left: 25px !important;
    }
    header.sp h1 img {
        width: 44px;
        height: auto;
        margin: -38px 0;
        position: relative;
        z-index: 100;
    }
    header .collapse-button {
        position: absolute;
        top: 25px;
        left: 15px;
        z-index: 101;
    }
    /* common style */
    body {
        position: static !important;
    }
    header br,
    footer br,
    #contents_area br {
        display: none !important;
    }
    header br.sp,
    footer br.sp,
    #contents_area br.sp {
        display: block !important;
    }
    .switch_pc {
        display: none;
    }
    .switch_sp {
        display: block;
    }
    /* ------------------------------------------------------------------------------------------
	*
	#access_header
	*
	------------------------------------------------------------------------------------------ */
    #access_header {
        width: 100%;
        z-index: 1000;
        position: absolute;
		top: 57px;
/*		left: 0;*/
    }
    #access_header.fixed {
        position: fixed;
        top: 0;
    }
    #access_header p {
        font-size: 15px;
        line-height: 31px;
        font-weight: bold;
        text-align: center;
        background-color: rgba(255, 255, 255, 1);
    }
    #access_header a {
        color: #444;
    }
    /* ------------------------------------------------------------------------------------------
	*
	#global_navigation
	*
	------------------------------------------------------------------------------------------ */
    #global_navigation {
        width: 100%;
        padding: 0;
        height: 55px;
        background-color: #fff !important;
        border-bottom: 1px solid #eee;
        top: 89px;
        left: 0;
        position: absolute;
        z-index: 100;
    }
    #global_navigation li,
    #global_navigation a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-transform-style: preserve-3d;
    }
    #global_navigation.fixed {
        top: 31px;
        position: fixed;
    }
    #global_navigation_inner {
        margin: 0;
        position: relative;
        transition: margin .2s ease;
    }
    #global_navigation_inner h2 {
        width: 100%;
        height: 55px;
        line-height: 51px;
        background-color: #ececec;
        z-index: 10;
        position: relative;
        text-align: center;
    }
    #global_navigation_inner h2 img {
        /*
		width: 172px;
		height: auto;
    */
        height: 22px;
        width: auto;
        vertical-align: middle;
    }
    #side_nav_inner .gnav_ico {
        display: none;
    }
    #global_navigation_inner .gnav_ico {
        width: 55px;
        height: 55px;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 10000;
    }
    #global_navigation_inner .gnav_ico span {
        transition: all .4s ease;
    }
    #global_navigation_inner .gnav_ico span.top {
        width: 28px;
        border-top: 2px solid #444;
        position: absolute;
        top: 17px;
        left: 15px;
    }
    #global_navigation_inner .gnav_ico span.mid {
        content: '';
        display: block;
        width: 28px;
        border-top: 2px solid #444;
        position: absolute;
        top: 24px;
        left: 15px;
    }
    #global_navigation_inner .gnav_ico span.btm {
        text-align: center;
        display: block;
        width: 60px;
        font-size: 9px;
        position: absolute;
        top: 32px;
        left: -1px;
    }
    #global_navigation_inner .gnav_ico.on span {
        border-color: #222;
    }
    #global_navigation_inner .gnav_ico.on span.top {
        width: 23px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 8px 0 0 0;
    }
    #global_navigation_inner .gnav_ico.on span.mid {
        width: 23px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: 1px 0 0 0;
    }
    #global_navigation_inner .gnav_ico.on span.btm {
        opacity: 0;
        margin: 5px 0 0 0;
    }
    #gnav_list {
        width: 100%;
        height: auto !important;
        float: none;
        visibility: hidden;
        position: absolute;
        top: 55px;
        left: 0;
    }
    .fixed #gnav_list {
        top: 55px;
    }
    #gnav_list .overlay {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 55px;
        left: 0;
        z-index: 1;
    }
    #gnav_list_inner {
        display: none;
        overflow-y: scroll;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 10000;
    }
    #gnav_list_inner li {
        background-color: #ececec;
        text-align: left;
    }
    #gnav_list_inner .parents p.current,
    #gnav_list_inner li.current {
        background-color: #cacaca;
    }
    #gnav_list_inner .parents p {
        cursor: pointer !important;
    }
    #gnav_list_inner .parents p a {
        pointer-events: none;
    }
    #gnav_list_inner li a {
        height: 51px;
        padding: 0 0 0 35px;
        display: block;
        line-height: 51px;
        color: #444;
        font-size: 14px;
    }
    #gnav_list_inner li ul {
        overflow: hidden;
    }
    #gnav_list_inner li ul li {
        background-color: #ededed !important;
    }
    #gnav_list_inner li ul a {
        position: relative;
        padding-left: 60px;
        font-size: 12px;
    }
    #gnav_list_inner li a:after {
        content: '';
        width: 7px;
        height: 51px;
        display: block;
        background-image: url(../img/parts_ico_btm_global_nav_arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px;
        position: absolute;
        top: 0;
        right: 24px;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
    }
    #gnav_list_inner li a:hover:after {
        right: 19px;
    }
    #gnav_list_inner li p a:after {
        width: 11px;
        background-image: url(../img/parts_ico_btm_global_nav_plus.png);
        background-size: 11px;
        right: 22px;
    }
    #gnav_list_inner li p a:hover:after {
        right: 22px;
    }
    #gnav_list_inner li p.on a:after {
        background-image: url(../img/parts_ico_btm_global_nav_minus.png);
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
    }
	#global_navigation .dealer_option,
	#gnav_list_inner .other {
		padding: 0 20px;
		background: #ececec;
	}
	#global_navigation .dealer_text {
		display: flex;
		height: 50px;
		font-size: 14px;
	}
	#global_navigation .dealer_text span {
		margin: auto 5px;
	}

	.gnav_list li,
	#gnav_list_inner .other li {
		border-top: 1px solid #a4a4a4;
	}

	#gnav_list_inner .other a {
		padding: 0 5px;
	}

    #gnav_list li a svg{
		margin-left: 5px;
	}


    /* ------------------------------
	#side_navigation
	------------------------------ */
    .only_sp #side_navigation,
    .only_tablet #side_navigation {
        margin-bottom: 200px;
    }
    #side_navigation {
        border-top: 1px solid #a4a4a4;
    }
    #side_navigation li {
        width: 100% !important;
        height: 106px;
        border-right: 1px solid #a4a4a4;
        box-sizing: border-box;
        padding: 0;
        float: left;
        background-color: none;
        background-image: url(../image_gNavi/parts_gnav_ico_bg_sp.png);
        overflow: hidden;
        position: relative;
    }
    /*	#side_navigation li:last-child {
		width: 33.4% !important;
	}*/
    #side_navigation li span {
        display: none;
    }
    #side_navigation li:last-child {
        border: none;
    }
    #side_navigation li a {
        width: 100% !important;
        height: 106px;
        padding: 0;
        display: block;
        background-repeat: no-repeat;
        background-size: auto 106px;
        background-position: center;
        background-color: none;
        transition: opacity .1s ease;
        position: relative;
    }
    #side_navigation li a:hover {
        opacity: .7 !important;
    }
    #side_navigation li a:after {
        display: none;
    }
    #side_navigation li a:hover:after {
        right: 0;
    }
    #side_navigation li:last-child a:after {
        display: none;
    }
    #side_navigation li.side_catalog a {
        background-image: url(../img/parts_side_nav_catalog_sp.png);
    }
    #side_navigation li.side_3d {
        display: none;
    }
    #side_navigation li.side_estimate a {
        background-image: url(../img/parts_side_nav_estimate_sp.png);
    }
    #side_navigation li.side_car a {
        background-image: url(../img/parts_side_nav_car_sp.png);
    }
    /* ------------------------------ */
    #top_topic_path {
        width: inherit;
        margin: 100px auto 20px auto;
        font-size: 15px;
    }
    #top_topic_path ul {
        padding: 0 15px;
    }
    #contents_area {
        width: 100%;
        box-sizing: border-box;
        /*margin-top: 87px;*/
		margin-top: 147px; /*202512change*/
    }
    #ua-wrapper {
        /*margin-top: 87px;*/
		margin-top: 170px; /*202512change*/
        line-height: 1.3;
    }
    #ua-wrapper sup {
        vertical-align: super;
        font-size: smaller;
    }
    .btn_pagetop {
        width: 38px;
        height: 38px;
        background-image: url(../img/btn_pagetop.png);
        background-repeat: no-repeat;
        background-size: 38px;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        bottom: 10px;
        right: 10px;
        cursor: pointer;
        transition: opacity .1s ease;
        z-index: 10;
    }
    .btn_pagetop:hover {
        opacity: .7 !important;
        z-index: 65535;
    }
    .modal_mov_open a {
        display: block;
        position: relative;
    }
    .modal_mov_open a:hover {
        opacity: .7;
    }
    .modal_mov_open a::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/icon_play_sp.png) center center no-repeat;
        background-size: 80px auto;
    }
    /* ------------------------------
	#movie_modal
	------------------------------ */
    #movie_modal {
        width: 100%;
        height: 100%;
        display: none;
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 65535;
    }
    #movie_modal .movie_overlay {
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #movie_modal .movie_btn_close {
        width: 20px;
        height: 20px;
        margin: 0 0 0 0;
        background-image: url(../img/parts_modal_close.png);
        background-repeat: no-repeat;
        background-size: 20px;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 2;
        cursor: pointer;
        transition: opacity .1s ease;
    }
    #movie_modal .movie_btn_close:hover {
        opacity: .7;
    }
    #movie_modal_inner {
        margin: 0 auto;
        opacity: 0;
        text-align: center;
        position: fixed;
        top: 0;
        z-index: 2;
    }
    #movie_modal_data {
        width: 100%;
    }

    #common_links {
        padding: 0;
		margin: 45px 0 80px;
	}
    #common_links .section_inner {
        padding: 0 15px;
    }
	#common_links li {
		text-align: center;
	}
	#common_links li+li {
		margin-top: 35px;
	}

	#common_links li .text {
		font-size: 18px;
		line-height: 28px;
	}

	.cmn_links .link {
		margin: 20px;
        line-height: 24px;
        font-size: 16px;
        line-height: 24px;
	}

    .fade-in {
		opacity: 0;
		transition-duration: 100ms;
		transition-property: opacity, transform;
		transition: opacity .3s;
	}

	.scroll-in {
	opacity: .99;
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: opacity .3s;
	}

	.section .cmn_links .link.frame a {
		display: block;
        padding: 12px 24px 12px 18px;
		background: #0064a1;
		border: 0;
		border-radius: 0;
		color: #fff !important;
	}
	.section .cmn_links .link a::before,
	.section .cmn_links .link a::after,
	.section .cmn_links .link a span {
		vertical-align: middle;
	}
	.section .cmn_links .link a::before {
		content: '';
		display: inline-block;
		height: 24px;
		margin-right: 10px;
		background: 0 50% / 100% no-repeat;
	}

	.section .cmn_links .link a::before {
		width: 28px;
		background-image: url(../img/icon_dealer.png);
	}

	.section .cmn_links .link a::before {
		width: 16px;
		background-image: url(../img/icon_estimate.png);
	}

    .section .cmn_links .dealer .link a::before {
		width: 28px;
		background-image: url(../img/icon_dealer.png);
	}

	.section .cmn_links .link a::after {
        position: relative;
		right: 0;
		top: 0;
		margin-left: 10px;
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
		background-image: url(../img/parts_ico_btn_detail_arrow_w.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 20px 20px;
	}
	.section .cmn_links .link a span {
		color: inherit;
	}

    #common_links_fix {
		margin-bottom: 0;
        padding: 0;
		position: fixed;
		z-index: 10;
		bottom: 0;
		left: 0;
		width: 100%;
	}

    #common_links_fix .cmn_links {
		display: flex;
		flex-direction: row;
		width: 100%;
		max-width: 100%;
		justify-content: center;
	}

    #common_links_fix .cmn_links .link.frame a {
        padding: 8px 0;
        font-size: 16px;
    }

    #common_links_fix .cmn_links li {
		width: 25%;
        margin: 0 1px;
	}

	#common_links_fix .cmn_links .link {
		position: relative;
		display: block;
		padding: 0;
		width: 100%;
		margin: 0;
		box-sizing: border-box;
        text-align: center;
	}
    #common_links_fix .cmn_links .link a::before,
	#common_links_fix .cmn_links .link a::after {
		display: none;
	}
    /* ------------------------------
	#footer_topic_path
	------------------------------ */
    #footer_topic_path {
        background-color: #f0f0f0;
    }
    #footer_topic_path ul {
        margin: 0 auto;
        padding: 5px 15px 0 15px;
        position: relative;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #footer_topic_path ul li {
        padding: 10px 0 12px;
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
        text-align: left;
    }
    #footer_topic_path ul li a {
        color: #444;
    }
    #footer_topic_path ul li::after {
        content: "＞";
        margin-left: 7px;
        margin-right: 0px;
    }
    #footer_topic_path ul li:last-child::after {
        content: none;
    }

    footer .quick_link_wrap li {
        height: 51px;
        background-color: #f0f0f0;
        border-top: 1px solid #dcdcdc;
        position: relative;
        text-align: left;
    }
    #contents_area footer .quick_link_wrap li a,
    footer .quick_link_wrap li a {
        padding: 0 0 0 50px;
        font-size: 14px;
        line-height: 51px;
        color: #444;
        background-repeat: no-repeat;
        display: block;
    }
    #contents_area footer .quick_link_wrap li.pdf a,
	footer .quick_link_wrap li.pdf a {
		background: url(../img/icon_catalog.svg) 12px 50% / 30px no-repeat;
	}
    #contents_area footer .quick_link_wrap li.view_3d a,
    footer .quick_link_wrap li.view_3d a {
        background-size: 25px auto;
        background-position: 13px center;
        background-image: url(../img/icon_footer_3d.png);
    }
    #contents_area footer .quick_link_wrap li.estimate a,
    footer .quick_link_wrap li.estimate a {
        background-size: 18px auto;
        background-position: 18px center;
        background-image: url(../img/icon_footer_estimate.png);
    }
    #contents_area footer .quick_link_wrap li.car a,
    footer .quick_link_wrap li.car a {
        background-size: 28px auto;
        background-position: 13px center;
        background-image: url(../img/icon_footer_car.png);
    }
    #contents_area footer .quick_link_wrap li a:after,
    footer .quick_link_wrap li a:after {
        content: '';
        width: 7px;
        height: 51px;
        display: block;
        background-image: url(../img/parts_ico_btm_global_nav_arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px;
        position: absolute;
        top: 0;
        right: 24px;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
    }
    #contents_area footer .quick_link_wrap li a:hover::after,
    footer .quick_link_wrap li a:hover::after {
        right: 19px;
    }
    footer .slider_wrap {
        margin: 25px 0 0;
    }
    footer .guaranteed {
        margin: 30px 15px 60px;
    }
    footer .guaranteed .logo {
        width: 150px;
        margin: 0 auto 25px;
    }
    footer .guaranteed .logo img {
        width: 100%;
    }
    footer .guaranteed .text {
        font-size: 12px;
        line-height: 16px;
    }
    footer .guaranteed .text .link {
        font-size: 11px;
        line-height: 16px;
        margin-left: 0;
        margin-bottom: 10px;
        text-align: left;
    }
    footer .guaranteed .text .link a {
        color: #0064a1;
        margin: 0;
    }
    footer .guaranteed .text .link a::after {
        width: 12px;
        height: 12px;
        background: url(/ACCESS/odyssey/common/img/parts_ico_btn_detail_arrow.png) right center no-repeat;
        background-size: 12px auto;
        top: 2px;
    }
	
	/*202512add*/
	#archive_navigation{
		width: 100%;
		height: 48px;
		padding-top: 8px;
		background-color: #fff !important;
		position: absolute;
		top: 148px;
		left: 0;
		z-index: 100;
		border-bottom: 1px solid #ddd;
	}
	
	#archive_navigation.fixed{
		position: fixed;
		top: 86px;
	}
	
	.archive_list li p.finishcopy {
		color: #C00;
		text-align: center;
		line-height: 1.5;
	}
	
	.archive_list li p.finishcopy br {
		display: inline !important;
	}
	
	.archive_list p.archivelink {
		display: none;
	}
	
	#gnav_list ul.gnav_list .access_autoarchive_top{
		border-top: 1px dashed #aaa;
	}
	
	#gnav_list ul.gnav_list .access_autoarchive_carichiran{
		border-top: none;
	}
	
	#gnav_list ul.gnav_list .access_autoarchive_top a,
	#gnav_list ul.gnav_list .access_autoarchive_carichiran a {
		padding-left: 30px;
	}
	
	#gnav_list ul.gnav_list .access_autoarchive_top a:after,
	#gnav_list ul.gnav_list .access_autoarchive_carichiran a:after {
		right: 0;
		left: 14px;
		transform: rotate(180deg);
	}
}