@font-face {
    font-family: 'DIN Alternate Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Alternate Regular'), url('../font/DINR____.woff') format('woff');
}
@font-face {
    font-family: 'DIN Alternate Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Alternate Bold'), url('../font/DINAlternate-Bold.woff') format('woff');
}

html {
    font-family: Roboto, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
}
body {
    overflow-y: scroll;
}

.h1, .h15, .h2, .h3, .h4, .h5, .h6, .h7 {
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
}
.h1 {
    font-size: 2.5rem;
}
.h15 {
    font-size: 2.25rem;
}
.h2 {
    font-size: 2rem;
}
.h3 {
    font-size: 1.75rem;
}
.h4 {
    font-size: 1.5rem;
}
.h5 {
    font-size: 1.25rem;
}
.h6 {
    font-size: 1rem;
}
.h7 {
    font-size: 0.8rem;
}
@media (min-width: 576px) {
    .h6-sm {
        font-size: 1rem;
    }
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cg fill='none' stroke='%23fff' stroke-width='0.5'%3e%3cpath d='M 6 0 L 2 4 L 6 8'/%3e%3c/g%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cg fill='none' stroke='%23fff' stroke-width='0.5'%3e%3cpath d='M 2 0 L 6 4 L 2 8'/%3e%3c/g%3e%3c/svg%3e") !important;
}
.carousel-indicators li {
    height: 1px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.font-century {
    font-family: century, serif;
}
.font-din-alternate-regular {
    font-family: 'DIN Alternate Regular';
}
.font-din-alternate-bold {
    font-family: 'DIN Alternate Bold';
}
.font-roboto-condensed-light-300 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
.font-roboto-condensed-regular-400 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.font-roboto-condensed-bold-700 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.nav-menu-toggler,
.nav-menu-toggler span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.nav-menu-toggler {
    position: relative;
    width: 16px;
    height: 14px;
    padding: 12px 16px;
    border: 0;
    background: transparent;
    outline: none !important;
}
.nav-menu-toggler span {
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #444444;
    border-radius: 2px;
}
.nav-menu-toggler span:nth-of-type(1) {
    top: 6px;
}
.nav-menu-toggler span:nth-of-type(2) {
    top: 12px;
}
.nav-menu-toggler span:nth-of-type(3) {
    top: 18px;
}
.nav-menu-toggler.inactive span:nth-of-type(1) {
    animation: nav-menu-bar01 .55s forwards;
}
@keyframes nav-menu-bar01 {
    0% {
        transform: translateY(6px) rotate(45deg);
    }
    50% {
        transform: translateY(6px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
.nav-menu-toggler.inactive span:nth-of-type(2) {
    transition: all .05s .05s;
    opacity: 1;
}
.nav-menu-toggler.inactive span:nth-of-type(3) {
    animation: nav-menu-bar02 .55s forwards;
}
@keyframes nav-menu-bar02 {
    0% {
        transform: translateY(-6px) rotate(-45deg);
    }
    50% {
        transform: translateY(-6px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}
.nav-menu-toggler.active span:nth-of-type(1) {
    animation: active-nav-menu-bar01 .55s forwards;
}
@keyframes active-nav-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(6px) rotate(0);
    }
    100% {
        transform: translateY(6px) rotate(45deg);
    }
}
.nav-menu-toggler.active span:nth-of-type(2) {
    opacity: 0;
}
.nav-menu-toggler.active span:nth-of-type(3) {
    animation: active-nav-menu-bar03 .55s forwards;
}
@keyframes active-nav-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-6px) rotate(0);
    }
    100% {
        transform: translateY(-6px) rotate(-45deg);
    }
}

.filter-checkbox {
    display: none;
}
.filter-checkbox:checked + .filter-checkbox-label {
    background-color: rgb(138, 145, 154);
}

.soldout-tabs-wrapper {
    display: flex;
    flex-direction: row;
    height: 48px;
    padding-top: 12px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    overflow-x: auto;
    overflow-y: hidden;
}
.soldout-tabs {
    height: 38px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 38px solid transparent;
    margin: 0 -10px 0 -10px;
    text-align: center;
    border-radius: 38px 38px 0 0 / 64px 64px 0 0;
}
.soldout-tabs:first-child {
    flex: 1 1 auto;
    border-left: 0;
    margin: 0 -10px 0 0;
    text-align: right;
    border-radius: 0 38px 0 0 / 0 64px 0 0;
}
.soldout-tabs:last-child {
    flex: 1 1 auto;
    border-right: 0;
    margin: 0 0 0 -10px;
    text-align: left;
    border-radius: 38px 0 0 0 / 64px 0 0 0;
}
.soldout-tabs:first-child:last-child {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: 0 0 0 0;
    text-align: center;
}
.soldout-tabs.active {
    border-bottom: 38px solid #FFFFFF;
}
.soldout-tabs .soldout-tab-text {
    display: block;
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.6rem;
    text-decoration: none;
}
@media (min-width: 992px) {
    .soldout-tabs .soldout-tab-text {
        padding: 0 35px;
    }
}
.soldout-tabs.active .soldout-tab-text {
    color: #212529;
}
.soldout-tab-contents {
    display: none;
}
.soldout-tab-contents.active {
    display: block;
}

.hover-frame {
    position: relative;
}
.hover-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0 solid #F2F2F2;
    transition: border 0.2s;
}
.hover-frame:hover::after {
    border: 5px solid #F2F2F2;
}
.hover-frame:active::after {
    background-color: rgba(255, 255, 255, 0.2);
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.blink {
    animation: 2.4s linear 0s infinite alternate blink;
}
