:root {
    --main-theme-color: #FF7F00;
    --accent-color: #C90A0A;
}
* {
    box-sizing: border-box;
    /* color: #000; */
    font-family: 'Noto Sans JP', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
html, body, a {
    color: #000;
}
body {
    font-size: 14px;
}
body.fixed {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover,
a:hover img {
    opacity: .8;
}
img {
    height: auto !important;
    max-width: 100%;
}
.pc {
    display: block;
}
.pc2 {
    display: block;
}
.sp {
    display: none;
}
.sp2 {
    display: none;
}
@media screen and (max-width: 968px) {
    .pc2 {
        display: none !important;
    }
    .sp2 {
        display: block !important;
    }
    .sp2.flex {
        display: flex !important;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .sp.flex {
        display: flex !important;
    }
}
div#history h3 {
    display: none;
}
.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: clip;
}

.main-visual {
    margin: 0;
}
.main-visual img {
    padding: 0;
}

/* header */
.header {
    background: #fff;
    border-bottom: 1px solid #ccc;
    position: sticky;
    top: 0;
    z-index: 99999;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
}
.header-left {
    line-height: 0;
    width: 45%;
}
.header-menu {
    display: none;
}
.header-nav__list {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}
.search-form {
    /* overflow: hidden;
    transition-duration: .3s; */
    width: 250px;
}
.search-btn.active .search-form {
    width: 250px;
}
.header-search__box input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    padding: 5px 10px;
    width: 92%;
}
.header-nav__list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    text-align: center;
}
.header-nav__list li:not(:last-child) {
    margin-right: 15px;
}
.header-nav__list li a {
    position: relative;
}
.header-nav__list li .search-form a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.header-nav__list li.search-btn.active .search-form a {
    display: block;
}
.header-nav__list li span {
    display: block;
    font-size: 12px;
}
.cart-count {
    background: var(--main-theme-color);
    border-radius: 50%;
    color: #fff;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
}
.search-close {
    cursor: pointer;
    display: none;
    height: max-content;
    margin: auto;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
}
.header-nav__list li.search-btn.active .search-close {
    display: none;
}
@media screen and (max-width: 968px) {
}
@media screen and (max-width: 768px) {
    .header-inner {
        padding: 10px 0 0;
    }
    .header-left {
        width: 60%;
    }
    .header-nav__list li {
        display: none;
    }
    .header-nav__list li.tcart-btn {
        display: block;
    }
    /* .hamburger */
    .header-menu {
        display: block;
        height: 20px;
        position: relative;
        width: 25px;
        z-index: 9999;
    }
    .header-menu__trigger {
        cursor: pointer;
        height: 100%;
        position: relative;
        width: 100%;
    }
    .header-menu__trigger span {
        background-color: #000;
        border-radius: 1px;
        height: 2px;
        position: absolute;
        left: 0;
        width: 100%;    
    }
    .header-menu__trigger,
    .header-menu__trigger span {
        box-sizing: border-box;
        display: inline-block;
        transition: all .5s;
    }
    .header-menu__trigger span:nth-of-type(1) {
        top: 0;
    }
    .header-menu__trigger span:nth-of-type(2) {
        top: 9px;
    }
    .header-menu__trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .header-menu.active span:nth-of-type(1) {
        top: -12px;
        transform: translateY(20px) rotate(45deg);
    }
    .header-menu.active span:nth-of-type(2) {
        opacity: 0;
    }
    .header-menu.active span:nth-of-type(3) {
        bottom: -9px;
        transform: translateY(-20px) rotate(-45deg);
    }
}
@media screen and (max-width: 568px) {
}
@media screen and (max-width: 468px) {
}
/* nav */
.nav {
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    height: 50px;
}
.nav-inner {
    margin: 0 auto;
    width: 95%;
}
.nav-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.nav-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.nav-list__item.sp {
    display: none;
}
.nav-list__item a,
.nav-list__item.dropdown p {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.nav-list__item.dropdown p::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    content: '';
    height: 5px;
    margin-left: 10px;
    position: relative;
    bottom: 1px;
    transition-duration: .3s;
    width: 5px;
}
.nav-list__item.dropdown p::after {
    transform: rotate(135deg);
}
.nav-list__item.dropdown.active p::after {
    bottom: -2px;
    transform: rotate(315deg);
}
.dropdown-panel {
    background: #fff;
    display: none;
    height: 60vh;
    overflow-y: auto;
    padding: 10px 15px 20px;
    position: absolute;
    top: 45px;
    left: 0;
    width: 350px;
    z-index: 999;
}
.dropdown-panel ul li a {
    padding: 8px 0;
}
ul.dropdown-inner__list {
    padding: 0 5px;
}
ul.dropdown-inner__list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
ul.dropdown-inner__list li::before {
    content: "-";
    margin-right: 5px;
}
@media screen and (max-width: 968px) {
}
@media screen and (max-width: 768px) {
    .nav {
        background: #fff;
        display: block;
        height: 100%;
        overflow-y: auto;
        padding: 100px 0 65px;
        position: fixed;
        left: -100%;
        top: 0;
        transition-duration: .3s;
        width: 100%;
        z-index: 999;
    }
    .nav.open {
        left: 0;
    }
    .nav-list {
        flex-direction: column;
    }
    .nav-list__item {
        display: block;
    }
    .dropdown-panel {
        height: auto;
        padding: 0 10px;
        position: static;
    }
    /* search */
    .nav-search__form {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin: 0 0 25px;
        width: 100%;
    }
    .nav-search__form input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: 0;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        outline: none;
        padding: 5px 10px;
        width: calc(100% - 25px);
    }
    .nav-search__form a {
        display: block;
        width: 20px;
    }
}
@media screen and (max-width: 468px) {
}
@media screen and (max-width: 348px) {
}
/* footer */
.footer {
    background: #F4F4F4;
    margin-top: auto;
    padding: 15px 0 0;
    position: relative;
}
.footer::before {
    background: #000;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.footer-top {
    padding: 0 0 25px;
}
.footer-middle {
    background: #222;
    padding: 25px 0;
}
.footer-bottom {
    background: var(--main-theme-color);
    padding: 6px 0 10px;
}
.footer-top__ttl {
    background: #000;
}
.footer-ttl__in {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.footer-top__ttl h2 {
    display: inline-block;
    font-size: 18px;
    padding: 0px 50px 2px 10px;
    position: relative;
    color: #000;
    z-index: 1;
}
.footer-top__ttl h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #F4F4F4;
    transform: scaleY(1.3) perspective(.6em) rotateX(3deg);
    transform-origin: bottom left;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: 960px;
}
.footer-top .footer-flex {
    padding: 25px 0 0;
}
.footer-widget {
    width: 32%;
}
.footer-widget.link {
    width: 19%;
}
.copyright {
    width: 40%;
}
.copyright p {
    color: #fff;
    font-size: 12px;
}
.footer-info__link {
    width: 55%;
}
.footer-info__link ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}
.footer-info__link ul li:not(:last-child) {
    margin-right: 10px;
}
.footer-info__link ul li a {
    color: #fff;
    font-size: 13px;
}
.footer-info__link ul li a::before {
    color: #fff;
    content: "▶︎";
    font-size: 13px;
    margin-right: 5px;
}

.footer-widget__item:not(:last-child) {
    margin: 0 0 25px;
}
.footer-widget__ttl {
    border-left: 4px solid var(--main-theme-color);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    padding-left: 5px;
}
.footer-widget__ttl.link-ttl {
    border-left: 0;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 2px 5px;
    position: relative;
    color: #000;
    width: 100%;
    z-index: 1;
}
.footer-widget__ttl.link-ttl::before {
    content: "";
    height: 85%;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    transform: scaleY(1.3) perspective(.6em) rotateX(3deg);
    transform-origin: bottom left;
}
.footer-widget__content p {
    font-size: 13px;
    line-height: 1.6em;
}
.footer-widget__content p:not(:last-child) {
    margin: 0 0 5px;
}
.footer-widget__content p.big {
    font-size: 14px;
}
.footer-widget__link {
    font-size: 12px;
    padding: 0 0 0 20px;
}
.footer-widget__link li {
    color: #fff;
    list-style: disc;
}
.footer-widget__link li:not(:last-child) {
    margin: 0 0 3px;
}
.footer-widget__link li a {
    color: #fff;
    font-size: 12px;
}
@media screen and (max-width: 968px) {
    .footer-bottom .footer-flex {
        flex-direction: column-reverse;
    }
    .footer-widget.link {
        width: 32%;
    }
    .copyright {
        padding: 10px 0 0;
        width: 100%;
    }
    .footer-info__link {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .footer-widget,
    .footer-widget.link {
        width: 100%;
    }
    .footer-widget:not(:last-child) {
        margin: 0 0 25px;
    }
    .footer-info__link ul li {
        width: 100%;
    }
    .footer-info__link ul li:not(:last-child) {
        margin: 0 0 8px;
    }
}


.header-information {
    background: #000;
    min-height: 30px;
}
.header-information__inner {
    padding: 5px;
    text-align: center;
}
.header-information__inner a,
.header-information__inner span {
    color: #fff;
    font-size: 14px;
}
.header-info__date {
    margin-right: 8px;
}
@media screen and (max-width: 768px) {
    .header-information__inner a,
    .header-information__inner span {
        font-size: 13px;
    }
    .header-info__date {
        display: block;
        margin-right: 0;
        margin: 0 0 2px;
    }
}
.main-visual .bx-wrapper {
    box-shadow: none;
    border: 0;
    background: none;
}