@charset "UTF-8";

.ai-c {
    align-content: center;
}
.pos-t-5 {
    top: 5%;
}
.pos-t-10 {
    top: 10%;
}
.pos-t-20 {
    top: 20%;
}
.header.hide-first.sub-header .header-nav,.header.hide-first.sub-header .header-nav a {
    color: #fff;
    background: transparent;
}
.header.hide-first.sub-header .gnav-btn:after, .header.hide-first.sub-header .gnav-btn:before {
    background: #fff;
}
.header.hide-first.sub-header .gnav-btn.is-gnav-active:before, .header.hide-first.sub-header .gnav-btn.is-gnav-active:after {
    background: #222;
}
.header-nav a:hover {
    color: #fff;
    background: #222;
}
.header.hide-first.sub-header .header-nav a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.mb-add1 {
    margin-bottom: 10vw;
}
.pb-add1 {
    padding-bottom: 2rem;
}
.py-add1 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
.pd-thumb-slide .swiper-slide {
    border: 1px solid #ddd;
    aspect-ratio: 1 / 1;
    align-content: center;
}
.pd-thumb-slide .swiper-slide:not(:first-child) {
    padding: 0 1.5rem;
}
.pd-thumb-slide .swiper-slide:first-child {
    padding: 0 1rem;
}
.bg-add6 {
    background: linear-gradient(to right, #b88905, #cea83c, #b88905 );
}
.bg-add7 {
    background-color: #cea83c;
}
.bg-add8 {
    background-color: #fc692e;
}
.bg-add9 {
    background-color: #942523;
}
.bg-add10 {
    background-color: #12194a;
}
.bg-add11 {
    background-color: #004e21;
}
.color-red {
 color: #cc1000;
}
.color-add7,a.color-add7 {
    color: #cea83c;
}
.color-add8,a.color-add8 {
    color: #fc692e;
}
.color-add9,a.color-add9 {
    color: #942523;
}
.bd-c-add8 {
    border-color: #fc692e;
}
.bd-c-add9 {
    border-color: #942523;
}
.fz-xl3-5 {
    font-size: clamp(1rem, 1rem + 2.7777777778vw, 3.5rem);
}
.product-bg {
    background-image: url(../img/product_bg.jpg);
    background-position: center;
    background-size: cover;
}
.product-bg2 {
    background-image: url(../img/product_bg2.jpg);
    background-position: center;
    background-size: cover;
}
.product-bg3 {
    background-image: url(../img/product_bg3.jpg);
    background-position: center;
    background-size: cover;
}
.component {
    background-image: url(../img/component-bg.jpg);
    background-position: center;
    background-size: cover;
}
.lineup {
    background-image: url(../img/honkaku/lineup_bg.jpg);
    background-position: top;
    background-size: cover;
}
.pos-b-m4 {
    bottom: -4%;
}
.pos-b-m5 {
    bottom: -5%;
}
.pos-r-13 {
    right: 13%;
}
.mx-a {
    margin-left: auto;
    margin-right: auto;
}
.ls-add {
    letter-spacing: -0.2em;
}
.use-box-s {
    -webkit-box-shadow: 1rem 1rem 0 rgba(206,168,60,.2);
    box-shadow: 1rem 1rem 0 rgba(206,168,60,.2);
}
.f-1 {
    flex: 1;
}
.lineup button,.product-2 button {
    position: relative;
}
.lineup button::after,.product-2 button::after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    color: #fc692e;
    position: absolute;
    top: calc(50% - 1px);
    right: 10%;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
}
.lineup button:hover::after,.product-2 button:hover::after {
    color: #fff;
}
/* faq */
.faq .js-accordion--close{
    display: none;
  }
  .faq .accordion-box{
    height:0;
    overflow:hidden;
    transition:.4s ease;
  }
  .faq .js-accordion{
    position: relative;
  }
  .faq .js-accordion::before{
    content: "";
    width: 2px;
    height: 16px;
    background: #000;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
  }
  .faq .js-accordion::after{
    content: "";
    width: 16px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .6s ease;
  }
  .faq .js-accordion p::before{
    content: "Q.";
    margin: auto;
    position: absolute;
    left: 2rem;
    transition: .6s ease;
  }
  .faq .js-accordion.is-accordion--open::before{
    transform: rotate(90deg);
  }
  /* .faq .js-accordion.is-accordion--open::after{
    transform: rotate(-180deg);
  } */
  .faq .js-accordion.is-accordion--open + .accordion-box{
    height: auto;
    opacity: 1;
  }
  .faq button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: .1rem solid #000;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    background: transparent;
}

.header.hide-first.sub-header .header-logo img {
    filter: none !important;
    -webkit-filter: none !important;
}

@media (min-width: 600px) and (max-width: 1024px) {
    .box-common {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        padding-left: 14%;
        padding-right: 14%;
    }
    .mb-add1 {
        margin-bottom: 20rem;
    }
    .index-kv__bg {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
}
@media (min-width: 850px) and (max-width: 1024px) {
    .header {
        height: 60px;
    }
}
@media (min-width: 600px) and (max-width: 850px) {
    .header {
        height: 40px;
    }
}
@media (max-width: 599px) {
    .mb-add1 {
        margin-bottom: 10rem;
    }
    .sp-mx-a {
        margin-left: auto;
        margin-right: auto;
    }
    .sp-fz-l {
        font-size: clamp(1rem,1rem + 1.3888888889vw,2rem)
    }
    .sp-fz-xl {
        font-size: clamp(1rem,1rem + 1.5277777778vw,2.2rem)
    }
    .sp-fz-xl2 {
        font-size: clamp(1rem,1rem + 1.8055555556vw,2.6rem)
    }
    .sp-fz-xl3 {
        font-size: clamp(1rem,1rem + 2.0833333333vw,3rem)
    }
    .sp-fz-xl4 {
        font-size: clamp(1rem,1rem + 2.7777777778vw,4rem)
    }
    .sp-fz-xl5 {
        font-size: clamp(1rem,1rem + 3.4722222222vw,5rem)
    }
    .sp-fz-xl6 {
        font-size: clamp(1rem,1rem + 4.1666666667vw,6rem)
    }

    .sp-fz-xl7 {
        font-size: clamp(1rem,1rem + 4.8611111111vw,7rem)
    }

    .sp-fz-xl8 {
        font-size: clamp(1rem,1rem + 5.5555555556vw,8rem)
    }

    .sp-fz-xl9 {
        font-size: clamp(1rem,1rem + 6.25vw,9rem)
    }

    .sp-fz-xl10 {
        font-size: clamp(1rem,1rem + 6.9444444444vw,10rem)
    }
    .sp-d-b {
        display:block
    }
}
@media (hover: none) {
    .hov-bg-add8 {
        -webkit-tap-highlight-color:rgba(0,0,0,0)
    }
}

@media (-moz-touch-enabled:0),(-ms-high-contrast:active),(-ms-high-contrast:none),(hover: hover) {
    .hov-bg-add8:hover {
        background-color:#fc692e
    }
}