@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);html {
    -webkit-text-size-adjust: 100%
}

/* ----------------------------------------------------------------
共通ヘッダー・フッター用
---------------------------------------------------------------- */
*,:after,:before {
    box-sizing: border-box
}

html {
    position: relative;
    height: 100%;
    min-height: 100%;
    font-family: 'A1 Gothic R',-apple-system,BlinkMacSystemFont,'Helvetica Neue','Hiragino Kaku Gothic ProN','Hiragino Sans','游ゴシック Medium','Yu Gothic Medium','游ゴシック体',YuGothic,'メイリオ',Meiryo,sans-serif!important;
    font-size: 62.5%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset
}

body.fixed,body.on {
    position: fixed
}

body.is-menu-open::after {
    content: '';
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5)
}

a {
    color: #2196f3
}

a:visited {
    color: #2196f3
}

a:hover {
    color: #6ab8f7
}

a:active,a:focus {
    color: #2196f3
}

dd,dl,dt,figcaption,figure,h1,h2,h3,h4,h5,h6,li,ol,p,small,ul {
    margin: 0;
    font-size: 100%;
    font-weight: 400
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1
}

img {
    max-width: 100%;
    vertical-align: bottom
}

ul {
    list-style-type: none;
    padding: 0
}

ol {
    padding: 0
}

th {
    font-weight: 400;
    text-align: left
}

.l-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%
}

.l-header {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    background-image: none!important;
    text-align: left
}

.l-header .p-header-main {
    display: flex;
    position: relative;
    z-index: 10;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #fff
}

.l-header .h-logo {
    z-index: 10;
    width: 160px;
    min-width: 160px;
    margin: 0 0 0 18px
}

.l-header .h-logo a {
    display: block
}

.l-header .top-h-logo-img {
    width: 100%
}

.l-header .h-menu-toggle {
    cursor: pointer;
    position: relative;
    z-index: 10;
    width: 70px;
    height: 70px
}

.l-header .h-menu-toggle span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    margin: auto;
    border-radius: 25px;
    background-color: #ea6d02
}

.l-header .h-menu-toggle span::after,.l-header .h-menu-toggle span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    margin: auto;
    border-radius: 25px;
    background-color: #ef6d22;
    transition: all .2s ease-in-out
}

.l-header .h-menu-toggle span::before {
    transform: translateY(-8px)
}

.l-header .h-menu-toggle span::after {
    transform: translateY(8px)
}

.l-header-nav>ul {
    border-top: 1px solid #e4e4e4
}

.l-header-nav>ul>li {
    border-bottom: 1px #e4e4e4 solid
}

.l-header-nav>ul>li.is-open .js-toggle::before {
    opacity: 0
}

.l-header-nav>ul>li.is-open .h-nav-lv02 {
    max-height: 1000px;
    padding: 20px 0;
    border-top: 1px #e4e4e4 solid
}

.l-header-nav>ul>li a[target='_blank'] {
    background: url(../../img/ico_external_02.svg) no-repeat right 10px center
}

.l-header-nav a {
    color: #333;
    text-decoration: none;
    transition: all .1s ease-in-out
}

.l-header-nav a:hover img {
    opacity: .7
}

.l-header-nav .h-nav-lv01 {
    position: relative
}

.l-header-nav .h-nav-lv01 a {
    display: block;
    padding: 24px 0;
    background: url(../../img/ico_arrow_03.svg) no-repeat right 10px center;
    font-size: 16px;
    font-weight: 700
}

.l-header-nav .h-nav-lv02 {
    overflow: hidden;
    max-height: 0;
    transition: all .2s ease-in-out
}

.l-header-nav .h-nav-lv02-link {
    margin: 0;
    padding: 0 0 10px
}

.l-header-nav .h-nav-lv02-link a {
    display: block;
    padding: 0 28px 0 0;
    background: url(../../img/ico_arrow_01.svg) no-repeat 100% 50%;
    background-position: right 10px center;
    font-size: 14px;
    font-weight: 700
}

.l-header-nav .h-nav-lv02 .h-nav-col3 {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
    gap: 15px 20px
}

.l-header-nav .h-nav-lv02 .h-nav-col3>li {
    width: calc(50% - 10px)
}

.l-header-nav .h-nav-lv02 .h-nav-col3>li a {
    display: block
}

.l-header-nav .h-nav-lv02 .h-nav-col3>li a span {
    display: block;
    margin: 5px 0 0;
    padding: 5px 0 5px 26px;
    background: url(../../img/ico_arrow_02.svg) no-repeat 0 4px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    transition: all .1s ease-in-out
}

.l-header-nav .h-nav-lv02 .h-nav-col3>li img {
    border-radius: 6px;
    transition: all .1s ease-in-out
}

.l-header-nav .h-nav-lv02 .h-nav-col3>li ul {
    padding: 10px 0 0;
    border-top: 1px solid #e4e4e4
}

.l-header-nav .h-nav-lv02 .h-nav-col3>li ul li {
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5
}

.l-header-nav .h-nav-lv02 .h-nav-col3>li ul li a {
    display: inline-block;
    margin: 0;
    padding: 5px 0 5px 32px;
    background: url(../../img/ico_arrow_02.svg) no-repeat 0 4px
}

.is-menu-open .l-header .p-header-main {
    background-color: #f7f7f1
}

.is-menu-open .l-header .h-menu-toggle span {
    visibility: hidden
}

.is-menu-open .l-header .h-menu-toggle span::before {
    visibility: visible;
    width: 30px;
    transform: translateX(-6px) rotate(45deg)
}

.is-menu-open .l-header .h-menu-toggle span::after {
    visibility: visible;
    width: 30px;
    transform: translateX(-6px) rotate(-45deg)
}

.is-menu-open .l-header .l-header-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.mod-nav-layer {
    display: none;
    transition: all .2s ease-in-out
}

.nav-list-hovered .mod-nav-layer {
    display: block;
    position: fixed;
    z-index: 2;
    top: 90px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    min-height: calc(var(--vh,1vh) * 100);
    background: rgba(0,0,0,.5)
}

.l-footer {
    position: relative;
    padding: 0 0 77px
}

.l-footer-slider {
    padding: 40px;
    background-color: #707070
}

.l-footer-slider-wrap {
    max-width: 1040px;
    margin: 0 auto
}

.l-footer-slider .f-slider-items {
    display: block;
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.l-footer-slider .f-slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    overflow: hidden;
    width: 12px;
    height: 0;
    margin: -12px 0 0;
    padding: 24px 0 0;
    background: url(../../img/slick_arrow.svg) no-repeat 50% 50%;
    background-size: auto 24px;
    transform: none!important
}

.l-footer-slider .f-slide-arrow.prev-arrow {
    left: -30px
}

.l-footer-slider .f-slide-arrow.next-arrow {
    right: -30px;
    transform: rotate(180deg)!important
}

.l-footer-slider .f-slider-item {
    margin: 0 4px!important
}

.l-footer-main {
    padding: 45px 0;
    background-color: #505050
}

.l-footer-main a {
    color: #fff;
    text-decoration: none;
    transition: color .2s ease-in-out
}

.l-footer-main .f-nav {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
    gap: 30px
}

.l-footer-main .f-nav li {
    position: relative;
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.l-footer-main .f-nav li .contact {
    padding: 0 0 0 20px;
    background: url(../../img/ico_contact.svg) no-repeat 0 50%
}

.l-footer-main .f-nav-external {
    display: flex;
    flex-direction: column;
    margin: 50px 25px 0;
    gap: 30px
}

.l-footer-main .f-nav-external li {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

.l-footer-main .f-nav-external li a {
    padding: 0 0 0 26px;
    background: url(../../img/ico_external_03.svg) no-repeat 0 50%
}

.l-footer-main .f-notes {
    margin: 50px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #707070;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: center
}

.l-footer-main .f-copyright {
    margin: 10px 0 0;
    text-align: center
}

.l-footer-main .f-copyright small {
    color: #fff;
    font-size: 12px;
    line-height: 1.5
}

.f-footer-pagetop {
    position: absolute;
    top: 20px;
    right: 0
}

.f-footer-pagetop a {
    display: block;
    overflow: hidden;
    width: 68px;
    height: 0;
    padding: 68px 0 0;
    background: url(../../img/btn_pagetop.png) no-repeat 0 0
}

.l-fixed-nav {
    visibility: hidden;
    position: fixed;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none
}

.l-fixed-nav.is-visible {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.l-fixed-nav ul {
    display: flex;
    align-items: center;
    width: 100%
}

.l-fixed-nav ul li {
    width: 100%;
    line-height: 1.5;
    text-align: center
}

.l-fixed-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 77px;
    background-color: rgba(112,112,112,.95);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: opacity .2s ease-in-out
}

.l-fixed-nav ul li.c-search-shop a {
    padding: 45px 0 0;
    background: #ef6d22 url(../../img/ico_search_shop_01.svg) no-repeat 50% 15px
}

.l-fixed-nav ul li.c-search-shop a:hover {
    color: #fff
}

.l-content {
    width: 100%;
    margin: 0 0 auto
}

.l-section.bg-alt {
    background-color: #f7f7f1
}

.l-section-inner {
    width: 100%
}

.bread {
    background-color: #f7f7f7
}

.bread ul {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 20px;
    color: #333;
    font-size: 12px;
    white-space: nowrap!important;
    letter-spacing: .02em;
    text-overflow: ellipsis!important
}

.bread ul li {
    display: inline;
    position: relative;
    margin: 0 0 0 40px
}

.bread ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    width: 4px;
    height: 7px;
    background: no-repeat 50% 50%;
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 7\'%3E%3Cpath data-name=\'パス 835\' d=\'M3.272 3.482 0 .348.364 0 4 3.482.327 7 0 6.616Z\'/%3E%3C/svg%3E');
    background-size: contain;
    transform: translate3d(0,-50%,0)
}

.bread ul li:first-child {
    margin: 0
}

.bread ul li:first-child::before {
    display: none
}

.bread ul a,.bread ul span {
    color: #333
}

.bread ul a {
    text-decoration: none;
    transition: opacity .2s ease-in-out
}

.bread ul a:hover {
    opacity: .7;
    text-decoration: none
}

.title-box {
    padding: 20px
}

.title-box-inner h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .01em
}

.mod-left {
    text-align: left!important
}

.mod-center {
    text-align: center!important
}

.mod-right {
    text-align: right!important
}

@media print,screen and (min-width: 768px) {
    body {
        min-width:1088px
    }

    body .sp {
        display: none
    }

    body .pc {
        display: block
    }

    .l-header {
        position: static;
        min-width: 1040px;
        max-width: 1240px;
        height: 90px;
        margin: 0 auto;
        padding: 0 20px
    }

    .l-header .h-logo {
        width: 280px;
        min-width: 280px;
        margin: 0
    }

    .l-header .h-logo a {
        transition: opacity .2s ease-in-out
    }

    .l-header .h-logo a:hover {
        opacity: .7;
        text-decoration: none
    }

    .l-header .h-menu-toggle {
        display: none
    }

    .l-header .is-sp {
        display: none
    }

    .l-header-nav {
        display: flex;
        flex: 1 0 auto;
        justify-content: flex-end;
        align-items: flex-end;
        height: 90px
    }

    .l-header-nav>ul {
        display: flex;
        border: none
    }

    .l-header-nav>ul>li {
        margin: 0 0 0 40px;
        border: none
    }

    .l-header-nav>ul>li:hover .h-nav-lv01::after {
        width: 100%;
        opacity: 1
    }

    .l-header-nav>ul>li:hover .h-nav-lv02 {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto
    }

    .l-header-nav>ul>li.is-active .h-nav-lv01::after {
        width: 100%;
        opacity: 1
    }

    .l-header-nav>ul>li a[target='_blank'] {
        padding: 24px 0 24px 26px;
        background: url(../../img/ico_external_02.svg) no-repeat 0 50%
    }

    .l-header-nav .h-nav-lv01 a {
        background: 0 0;
        transition: opacity .2s ease-in-out;
        transition: all .1s ease-in-out
    }

    .l-header-nav .h-nav-lv01 a:hover {
        opacity: .7;
        text-decoration: none
    }

    .l-header-nav .h-nav-lv01::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 0;
        height: 4px;
        margin: 0 auto;
        background-color: #ee6e0b;
        transition: all .2s ease-in-out
    }

    .l-header-nav .h-nav-lv02 {
        position: absolute;
        z-index: 10;
        top: 90px;
        left: 0;
        overflow: visible;
        width: 100%;
        max-height: none;
        border-top: 0;
        background-color: #f7f7f1;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        opacity: 0;
        transform: translateY(-5px);
        pointer-events: none
    }

    .l-header-nav .h-nav-lv02-wrap {
        width: calc(100% - 40px);
        max-width: 1040px;
        margin: 0 auto;
        padding: 30px 0
    }

    .l-header-nav .h-nav-lv02-link {
        margin: 0 0 15px;
        padding: 0 0 25px;
        border-bottom: 1px #e4e4e4 solid
    }

    .l-header-nav .h-nav-lv02-link+.h-nav-col3 {
        margin-top: 30px
    }

    .l-header-nav .h-nav-lv02-link a {
        display: inline-block;
        font-size: 18px
    }

    .l-header-nav .h-nav-lv02-link a:hover {
        color: #ef7a00
    }

    .l-header-nav .h-nav-lv02 h2 {
        margin: 30px 0 0;
        color: #ef6d22;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.5
    }

    .l-header-nav .h-nav-lv02 .h-nav-col3 {
        gap: 15px 40px
    }

    .l-header-nav .h-nav-lv02 .h-nav-col3>li {
        width: calc(100% / 3 - 80px / 3)
    }

    .l-header-nav .h-nav-lv02 .h-nav-col3>li a {
        padding: 0 0 20px
    }

    .l-header-nav .h-nav-lv02 .h-nav-col3>li a span {
        padding: 5px 0 5px 32px;
        font-size: 14px
    }

    .l-header-nav .h-nav-lv02 .h-nav-col3>li a:hover span {
        color: #ee6e0b
    }

    .l-header-nav .h-nav-lv02 .h-nav-col3>li ul li a:hover {
        color: #ef7a00
    }

    .l-header-nav .h-nav-lv02 .h-nav-col5 {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 45px
    }

    .l-header-nav .h-nav-lv02 .h-nav-col5 li {
        width: calc(100% / 5);
        margin: 15px 0 0;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5
    }

    .l-header-nav .h-nav-lv02 .h-nav-col5 li a {
        padding: 5px 0 5px 32px;
        background: url(../../img/ico_arrow_02.svg) no-repeat 0 50%
    }

    .l-header-nav .h-nav-lv02 .h-nav-col5 li a:hover {
        color: #ef7a00
    }

    .l-footer {
        min-width: 1040px;
        padding: 0
    }

    .l-footer-slider {
        padding: 70px 0
    }

    .l-footer-slider .f-slider-items {
        position: relative;
        max-width: 965px;
        margin: 0 auto
    }

    .l-footer-slider .f-slide-arrow {
        cursor: pointer;
        width: 18px;
        margin: -20px 0 0;
        padding: 40px 0 0;
        background-size: auto 40px;
        transition: opacity .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .l-footer-slider .f-slide-arrow:hover {
        opacity: .7;
        text-decoration: none
    }

    .l-footer-slider .f-slide-arrow.prev-arrow {
        left: -45px
    }

    .l-footer-slider .f-slide-arrow.next-arrow {
        right: -45px
    }

    .l-footer-slider .f-slider-item {
        margin: 0 10px!important
    }

    .l-footer-slider .f-slider-item a {
        transition: opacity .2s ease-in-out
    }

    .l-footer-slider .f-slider-item a:hover {
        opacity: .7;
        text-decoration: none
    }

    .l-footer-main {
        text-align: center
    }

    .l-footer-main a:hover {
        color: #ef7a00
    }

    .l-footer-main .f-nav {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
        gap: 28px
    }

    .l-footer-main .f-nav li::before {
        content: '|';
        position: absolute;
        left: -15px
    }

    .l-footer-main .f-nav li:last-child::after {
        content: '|';
        position: absolute;
        right: -14px
    }

    .l-footer-main .f-nav-external {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 25px 0 0
    }

    .l-footer-main .f-notes {
        margin: 30px 0 0;
        padding: 0;
        border-top: 0
    }

    .f-footer-pagetop {
        top: 20px;
        right: 20px
    }

    .f-footer-pagetop a {
        transition: opacity .2s ease-in-out
    }

    .f-footer-pagetop a:hover {
        opacity: .7;
        text-decoration: none
    }

    .l-fixed-nav {
        top: 150px;
        bottom: auto;
        left: auto;
        width: auto
    }

    .l-fixed-nav ul {
        width: auto
    }

    .l-fixed-nav ul li:not(.c-search-shop) {
        display: none
    }

    .l-fixed-nav ul li a {
        width: 100px;
        height: 90px;
        border-radius: 12px 0 0 12px;
        font-size: 13px;
        line-height: 1.25;
        transition: opacity .2s ease-in-out
    }

    .l-fixed-nav ul li a:hover {
        opacity: .7;
        text-decoration: none
    }

    .l-fixed-nav ul li.c-search-shop a {
        padding: 40px 0 0;
        background-position: 50% 10px
    }

    .l-section-inner {
        min-width: 1040px;
        max-width: 1240px;
        margin: 0 auto;
        padding: 0 20px
    }

    .bread ul {
        width: 100%;
        min-width: 1040px;
        max-width: 1240px;
        margin: 0 auto
    }

    .title-box-inner {
        min-width: 1040px;
        max-width: 1200px;
        margin: 0 auto
    }

    .title-box-inner h1 {
        font-size: 24px
    }

    .is-pc-hide {
        display: none!important
    }

    .is-pc-show {
        display: block!important
    }

    .is-br-pc-show {
        display: inline-block!important
    }
}

@media screen and (max-width: 767px) {
    body .sp {
        display:block
    }

    body .pc {
        display: none
    }

    .l-header .is-pc {
        display: none
    }

    .l-header-nav {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        overflow-y: auto;
        width: 100%;
        max-height: 100vh;
        max-height: calc(var(--vh,1vh) * 100);
        padding: 70px 20px 0;
        background-color: #f7f7f1;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        opacity: 0;
        transition: all .2s ease-in-out;
        transform: translateY(-5px);
        -webkit-overflow-scrolling: touch
    }

    .l-header-nav .h-nav-lv01 a.js-toggle {
        position: relative;
        background: 0 0
    }

    .l-header-nav .h-nav-lv01 a.js-toggle::after,.l-header-nav .h-nav-lv01 a.js-toggle::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        margin: auto;
        border-radius: 25px;
        background-color: #333;
        transition: all .2s ease-in-out
    }

    .l-header-nav .h-nav-lv01 a.js-toggle::before {
        right: 17px;
        width: 2px;
        height: 16px
    }

    .l-header-nav .h-nav-lv01 a.js-toggle::after {
        width: 16px;
        height: 2px
    }

    .l-fixed-nav ul li:first-child {
        border-right: 1px solid #909090
    }

    .l-fixed-nav .is-pc {
        display: none
    }

    .l-section-inner {
        padding: 0 18px
    }

    .l-section-inner .l-section-inner {
        padding: 0
    }

    .is-sp-show {
        display: block!important
    }

    .is-sp-hide {
        display: none!important
    }

    .is-br-sp-show {
        display: inline-block!important
    }
}

@media screen and (min-width: 768px) and (max-width:1150px) {
    .l-header-nav .h-nav-lv01 a {
        font-size:14px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx) {
    body {
        -webkit-font-smoothing:antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media print {
    .l-header-nav {
        display: none
    }
}
