@charset "utf-8";

@import url("/common/assets/css/reset.css");
@import url("//use.fontawesome.com/releases/v6.5.1/css/all.css");

/*----------- Start of custom property --------*/
:root {
    --base-font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    --base-font-size: 16px;
    --base-font-weidht: 400;
    --base-line-height: 1.4;
    --base-text-color: #000000; /* or #333333 */

    --button-important-color: #cc0d21;
    --button-secondary-color: #195178;
    --button-others-color: #ffffff;

    --theme-important-color: #cc0d21;
    --theme-secondary-color: #195178;
    --theme-others-color: #ffffff;

    --sub-background-color: #f4f5f7;

    --compact-font-size: 13px;
    --heading-font-size: 20px;

    --icons-link-font-size: 20px;
}

/*----------- End of custom property ----------*/

html {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header#common-header,
footer#common-footer {
    font-family: var(--base-font-family);
    font-size: var(--base-font-size);
}
header#common-header button.menu {
    display: block;
    width: 18px;
    height: 14px;
    position: relative;
    margin: auto;
}
header#common-header button.menu:focus {
    outline: none;
}
header#common-header {
    height: 46px;
}
header#common-header nav {
    width: 100%;
    position: fixed;
    z-index: 10000; /* bxsliderのprev,nextが9999 */
}
header#common-header nav .global-navigation {
/*    position: relative; */
    position: sticky;
    z-index: 1000;
    display: flex;
    padding: 5px 0;
    background: #ffffff;
    align-items: center;
}
header#common-header nav .global-navigation .hamburger,
header#common-header nav .global-navigation .logo,
header#common-header nav .global-navigation .hamburger {
    padding: 0 0 0 10px;
}
header#common-header nav .global-navigation .hamburger > button {
    font-size: 24px;
    color: var(--base-text-color);
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}
header#common-header nav .global-navigation .logo {
	text-align: center;
    min-width: auto;
    z-index: 1000;
}
header#common-header nav .global-navigation .logo a {
    display: inline-block;
}
header#common-header nav .global-navigation .logo a img {
    max-width: initial;
    display: inline;
}
header#common-header nav .global-navigation .main-function {
    display: flex;
    padding: 0 10px 0 0;
}
header#common-header nav .global-navigation .main-function > div > a {
    color: var(--base-text-color);
    text-decoration: none;
    z-index: 1000;
}
header#common-header nav .global-navigation .main-function > div img {
    width: 20px;
}
header#common-header nav .global-navigation .main-function > div span {
    font-size: var(--compact-font-size);
    padding: 0 0 0 5px;
}
header#common-header nav #menu-disp-overlay {
    visibility: hidden;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.4;
    transition: opacity .4s,width 0s linear 0s;
}
header#common-header nav .hamburger-ingredients {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    height: 460px;
    overflow: auto;
    visibility: hidden;
    z-index: 999;
    background: #ffffff;
}
header#common-header nav .hamburger-ingredients ul {
    padding: 10px 0;
    margin: 0;
}
header#common-header nav .hamburger-ingredients .item {
    width: auto;
    height: auto;
    border: none;
    border-bottom: 1px solid #e4e6ec;
}
header#common-header nav .hamburger-ingredients .item .category {
    padding: 5px 5%;
    font-size: var(--base-font-size);
    font-weight: 700;
}
header#common-header nav .hamburger-ingredients .item .sub-category {
    padding: 0 5%;
}
header#common-header nav .hamburger-ingredients .item .sub-category a {
    font-size: var(--compact-font-size);
    border-top: 1px solid #e4e6ec;
}
header#common-header nav .hamburger-ingredients .item a {
    position: relative;
    display: block;
    padding: 10px 5%;
    color: var(--base-text-color);
    text-decoration: none;
}
header#common-header nav .hamburger-ingredients .item a i {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
    font-size: var(--compact-font-size);
}
header#common-header nav .hamburger-ingredients .item .sub-category a i {
    right: 10px;
}
header#common-header .cart {
    position: relative;
}
header#common-header .cart a.active::before {
    position: absolute;
    top: -3px;
    right: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-color: rgba(214, 13, 33, 0.7);
    border-radius: 2px;
}

footer#common-footer {
    margin: 45px 0px 20px 0px;
}
footer#common-footer .note {
    font-size: 10px;
    line-height: 1.3;
    padding: 1.0rem 3%;
    margin: 0 0 15px 0;

}
footer#common-footer .note p {
    margin: 0;
    text-indent: -1em;
}

footer#common-footer .sponsor {
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    background-color: #efefef;
}
footer#common-footer .sponsor p {
    margin: 10px 0 5px 0;
    text-align: initial;
}
footer#common-footer .sponsor .pro-teams{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer#common-footer .sponsor .pro-teams img,
footer#common-footer .sponsor .pro-teams a {
    display: inline-block;
    width: 70px;
}
footer#common-footer .jawa {
    text-align: center;
    margin: 10px 0 10px 0;
    padding-bottom: 5px;
}
footer#common-footer .jawa img {
    width: 20%;
    height: 20%;
}
footer#common-footer .jawa span {
    padding: 0 0 0 10px;
    font-size: var(--compact-font-size);
    color: var(--base-text-color);
    margin: 0 10px 0 0;
}

footer#common-footer .migratory-links {
    background: #efefef;
}
footer#common-footer .layout-accordion {
/*
    padding: 5px;
    margin-left: 5px;
*/
}
footer#common-footer .layout-accordion dl {
    margin: 0;
    border-bottom: 1px solid #fff;
}
footer#common-footer .layout-accordion dt {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-weight: bold;
}
footer#common-footer .layout-accordion dt i.fas {
    position: absolute;
    top: 15px;
    right: 5%;
    color: var(--base-text-color);
}
footer#common-footer .layout-accordion dd {
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 15px 20px;
    box-sizing: border-box;
}
footer#common-footer .layout-accordion dd.stat-open {
    display: block;
}
footer#common-footer .layout-accordion dd a {
    display: inline-block;
    width: 100%;
    font-size: var(--compact-font-size);
    line-height: 1.0;
    color: black; /* var(--base-text-color); */
    margin: 0 0 3px 0;
    padding: 5px 0 5px 12px;
}
footer#common-footer .layout-accordion dd a.inclusion {
    font-weight: bold;
    padding: 5px 0;
}
footer#common-footer .layout-accordion dd a.inclusion span {
    font-weight: bold;
}
footer#common-footer .layout-accordion dd a:hover {
    text-decoration: none;
}
footer#common-footer .group-sites dt {
    background: #efefef;
}
footer#common-footer .group-sites dd {
    margin: 10px 0 10px 5px;
}
footer#common-footer .group-sites dd a{
    width: 90%;
}

footer#common-footer .sns-links {
    text-align: center;
    padding: 0;
}
footer#common-footer .sns-links li {
    width: 32px;
    display: inline-block;
    margin-right: 20px;
}
footer#common-footer .sns-links li:last-child {
    margin-right: 0;
}
footer#common-footer .sns-links a {
    color: #999999;
    padding: 0 5px 5px;
    font-size: 30px;
}
footer#common-footer .sns-links a:hover {
    color: #fae5e5;
}

footer#common-footer .sns-links .fa-twitter:before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
}

footer#common-footer .about {
    padding: 1rem 2%;
    margin: 0;
    text-align: center;
    background-color: black;
}
footer#common-footer .about li {
    display: inline-block;
    line-height: 1.0;
    padding: 0 12px;
    margin-bottom: 0.2rem;
    border-right: 1px solid #6d7578;
}
footer#common-footer .about li:last-child {
    border-right: none;
}
footer#common-footer .about li a {
    font-size: 13px;
    color: #ffffff;
}
footer#common-footer .copyright {
    color: #999999;
    font-size: 12px;
    text-align: center;
    background-color: white;
}

header#common-header nav .global-navigation .main-function > div {
    display: grid;
    place-items: center;
}
header#common-header nav .global-navigation .main-function .guide a img {
    height: 20px;
    width: auto;
}
header#common-header nav .global-navigation .main-function .account a img {
    height: 17px;
    width: 30px;
}
header#common-header nav .global-navigation .main-function .banner > a img {
    width: 80%;
}
footer#common-footer .TOP{
    width: 100%;
    height: 50px;
    background-color: #295075;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer#common-footer .TOP a{
    color: #ffffff;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
footer#common-footer .TOP i{
    margin: 0 10px 0 0;
}

header#common-header nav .global-navigation .main-function {
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: center;
    flex: 1 1 100%;
}

header#common-header nav .global-navigation .main-function .search,
header#common-header nav .global-navigation .main-function .account,
header#common-header nav .global-navigation .main-function .cart {
    margin: 0 0 0 10px;
}

/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:980px) {
    .only-sp {
        display: none;
    }
    header#common-header {
        height: 55px;
    }
    header#common-header nav .global-navigation .hamburger > button {
        font-size: 30px; 
    }
    header#common-header nav .global-navigation .logo img {
        width: 150px;
        height: 45px;
    }
    header#common-header nav .hamburger-ingredients {
        width: 375px;
        top: 55px;
    }
    footer#common-footer .note {
        font-size: 13px;
        width: 980px;
    }
    footer#common-footer .notedisplay{
        display: flex;
        justify-content: center;
    }
    footer#common-footer .migratory-links {
        background: #efefef;
    }
    footer#common-footer .migratory-links .layout-accordion {
        width: 980px;
        margin: 0 auto;
        padding: 25px 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    footer#common-footer .migratory-links .layout-accordion > div {
        width: 200px;
        float: left;
        margin-left: 25px;
        background: none;
    }
    footer#common-footer .migratory-links .layout-accordion > div.wheel-set-search {
        width: 270px;
    }
    footer#common-footer .migratory-links .layout-accordion dl {
        border: none;
    }
    footer#common-footer .migratory-links .layout-accordion > div dl dt {
        padding: 10px 0;
    }
    footer#common-footer .migratory-links .layout-accordion > div dl dd {
        display: block;
        padding-left: 0;
    }
    footer#common-footer .group-sites {
        background: #ffffff;
    }
    footer#common-footer .group-sites dl dd {
        width: 980px;
        display: block;
        margin: 0 auto;
        padding: 30px 0 30px 15px;
        box-sizing: border-box;
    }
    footer#common-footer .group-sites dl dd a {
        width: 315px;
        font-size: 12px;
        color: #002142;
    }
    footer#common-footer .layout-accordion dl dd a {
        text-decoration: none;
    }
    footer#common-footer .layout-accordion dl dd a span {
        position: relative;
        display: inline-block;
        padding-bottom: 3px;
    }
    footer#common-footer .layout-accordion dl dd a span:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        border-bottom: solid 1px #000000;
        transition: all 0.2s linear;
        transition-delay: 0.1s;
    }
    footer#common-footer .layout-accordion dl dd a:hover span::before {
        width: 100%;
    }
    footer#common-footer .sponsor {
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #efefef;
    }
}

@media screen and (max-width:980px) { 
    .only-pc {
        display: none;
    }
    header#common-header nav .global-navigation .main-function {
        flex-direction: row;
        justify-content: flex-end;
        flex: 1 1;
        height: 65px;
    }
    header#common-header nav .global-navigation .main-function > div span {
        font-size: 10px;
        padding: 0px;
    }
    header#common-header nav .global-navigation {
        align-items: flex-start;
    }

    header#common-header nav .global-navigation .main-function > div {
        place-items: baseline;
    }
    header#common-header nav .global-navigation .main-function .banner {
        place-items: end;
        position: absolute;
        height: 80px;
    }
    header#common-header nav .global-navigation .main-function .banner > a img {
        width: 100px;
    }
    header#common-header nav .global-navigation .main-function .search,
    header#common-header nav .global-navigation .main-function .account,
    header#common-header nav .global-navigation .main-function .cart {
        margin: 0 0 0 10px;
    }
}