body {
    min-width: 375px;
    font-size: 14px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0em;
    line-height: 1.7;
    color: #000000;
}

@media screen and (max-width: 1030px) {
    body {
        font-size: 14px;
    }
}

body.is-scroll-hidden {
    overflow: hidden;
}

/* 見出し */
h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.2;
}

.subpage h2,
.p-product-explain__body h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0A235D;
}

.subpage h3,
.p-product-explain__body h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0A235D;
    margin: 0 0 20px;
}

.subpage h4,
.p-product-explain__body h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    border-left: 3px solid #DB0000;
    padding: 0px 0px 0px 10px;
    margin: 0 0 20px;
}

.subpage h5,
.p-product-detail h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 5px;
    border-bottom: 3px solid #F7F3ED;
}

.subpage h5::before,
.p-product-detail h5::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100px;
    height: 3px;
    content: '';
    background: #0A235D;
}

.subpage h6,
.p-product-detail h6 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 0 0 30px;
    position: relative;
    padding-left: 30px;
}

.subpage h6::before,
.p-product-detail h6::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #DB0000;
}

/* 商品一覧の見出し */
.category_title {
    font-size: 32px;
    font-weight: bold;
    color: #0A235D;
    text-align: center;
    position: relative;
    padding: 1.5rem;
    margin: 30px 0;
}

.category_title:before {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    content: '';
    background: #0A235D;
}

.free_page_title {
    background: url(https://img21.shop-pro.jp/PA01478/045/etc/bg_title.jpg?cmsp_timestamp=20211213112611) no-repeat center;
    background-size: cover;
    margin-top: 70px;
}

.free_page_container {
    height: 400px;
    max-width: 940px;
    margin: 0px auto;
    position: relative;
}

.free_page_box {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
}

@media screen and (max-width: 1030px) {
    .free_page_container {
        padding: 0px 5%;
        width: auto;
        height: 280px;
    }
}

.free_page_title h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 900;
    position: relative;
}

.free_page_title h2::before {
    position: absolute;
    top: 60px;
    left: 0;
    width: 80px;
    height: 2px;
    content: '';
    background: #fff;
}

.free_page_title p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-top: 20px;
}

p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.7em;
}

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

ul, ol, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #333333;
    transition: all 0.1s ease;
    text-decoration: none;
}

a:hover {
    color: #EFD300;
    text-decoration: none;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
    outline: none;
}

button {
    font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/******************************/
/* リンクボタン */
/******************************/
.link_btn a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background: #DB0000;
    border: 1px solid #DB0000;
    width: 250px;
    height: 55px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: .3s;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
}

.link_btn a::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #fff;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease .3s;
}

.link_btn a:hover {
    color: #DB0000;
}

.link_btn a:hover::before {
    transform: translateX(10%);
}

.switch_btn a {
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 40px;
    border: none;
    border-radius: 60px;
    width: 345px;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #DB0000;
    box-shadow: 0px 8px #CB941E;
    color: #333333 !important;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
    .switch_btn a {
        width: 100%;
    }
}

.switch_btn a:hover {
    margin-top: 2px;
    box-shadow: none;
}

/******************************/
/* Utility */
/******************************/
.u-container {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .u-container {
        max-width: 750px;
    }
}

.u-contents {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* @media screen and (max-width: 767px) {
    .u-contents { padding-top: 45px; padding-bottom: 45px; }
  }*/
.u-contents-s {
    padding-top: 45px;
    padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
    .u-contents-s {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.outsidePadding {
    padding-left: 45px;
    padding-right: 45px;
}

@media screen and (max-width: 991px) {
    .outsidePadding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .outsidePadding {
        padding-left: 0;
        padding-right: 0;
    }
}

.u-attention {
    font-weight: normal;
    font-style: normal;
    color: #b72424;
}

.u-bold {
    font-weight: bold;
    font-style: normal;
}

.u-text-right {
    text-align: right;
}

.u-marker {
    background: linear-gradient(transparent 70%, #fff284 70%);
}

.u-visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}

.u-pc-only {
    display: block;
}

.u-pc-only-inline {
    display: inline;
}

.u-pc-only-inlineBlock {
    display: inline-block;
}

.u-pc-only-Flex {
    display: flex;
}

.u-sp-only {
    display: none;
}

.u-sp-only-inline {
    display: none;
}

.u-sp-only-inline-block {
    display: none;
}

.u-sp-only-flex {
    display: none;
}

@media screen and (max-width: 767px) {
    .u-pc-only {
        display: none;
    }

    .u-pc-only-inline {
        display: none;
    }

    .u-pc-only-inlineBlock {
        display: none;
    }

    .u-pc-only-flex {
        display: none;
    }

    .u-sp-only {
        display: block;
    }

    .u-sp-only-inline {
        display: inline;
    }

    .u-sp-only-inline-block {
        display: inline-block;
    }

    .u-sp-only-flex {
        display: flex;
    }
}

.u-hidden {
    overflow: hidden;
}

.u-opa img {
    opacity: 1;
    transition: all 0.3s ease;
}

.u-opa img:hover {
    opacity: 0.8;
}

.u-img-scale {
    display: block;
    overflow: hidden;
    position: relative;
}

.u-img-scale img {
    display: inline-block;
    width: 100%;
    transform: scale(1, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.u-img-scale:hover img {
    transform: scale(1.05, 1.05);
}

/* overflow slide */
@media screen and (max-width: 1030px) {
    .u-overflow-slide {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 1030px) {
    .u-overflow-slide.is-product-thumb {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1030px) {
    .u-overflow-slide.is-option-tbl {
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 1030px) {
    .u-overflow-slide::-webkit-scrollbar {
        height: 1px;
    }
}

@media screen and (max-width: 1030px) {
    .u-overflow-slide::-webkit-scrollbar-track {
        background: #f0f0f0;
    }
}

@media screen and (max-width: 1030px) {
    .u-overflow-slide::-webkit-scrollbar-thumb {
        background: #999899;
    }
}

/******************************/
/* Layout */
/******************************/
.l-main {
    padding-top: 0;
}

@media screen and (max-width: 1030px) {
    .l-main {
        margin-top: 0px !important;
        padding-top: 0;
    }
}

/*フリーページ */
.free1 .free_breadcrumbs, .free2 .free_breadcrumbs, .free3 .free_breadcrumbs, .free4 .free_breadcrumbs, .free5 .free_breadcrumbs, .free6 .free_breadcrumbs, .free7 .free_breadcrumbs, .free8 .free_breadcrumbs, .free9 .free_breadcrumbs {
    display: none;
}

.l-bottom {
    margin-top: 60px;
}

@media screen and (max-width: 767px) {
    .l-bottom {
        margin-top: 30px;
    }
}

.l-contents-wrap {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1030px) {
    .l-contents-wrap {
        display: block;
    }
}

/*
  .l-contents-main {
    width: 720px;
  }
  @media screen and (max-width: 1030px) {
    .l-contents-main {
      width: auto;
    }
  }
  */
.l-contents-side {
    order: -1;
    width: 220px;
}

@media screen and (max-width: 1030px) {
    .l-contents-side {
        margin-top: 60px;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }
}

/******************************/
/* fade animation */
/******************************/
.fadeIn {
    opacity: 0;
    transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}

.fromLeft {
    transform: translate(-20px, 0);
}

.fromRight {
    transform: translate(20px, 0);
}

.fromTop {
    transform: translate(0, -20px);
}

.fromBottom {
    transform: translate(0, 20px);
}

.fromForeground {
    transform: scale(1.6);
}

.faded {
    opacity: 1;
}

.fadedWithTransform {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
    background-position: -168px -288px;
}

.icon-lg-b.icon-twitter {
    background-position: -144px -264px;
}

.icon-lg-b.icon-facebook {
    background-position: -192px -264px;
}

.icon-lg-b.icon-video {
    background-position: -456px -144px;
}

.icon-lg-b.icon-pinterest {
    background-position: -312px -264px;
}

.icon-b,
.icon-w {
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.icon-lg-b,
.icon-lg-w {
    width: 24px;
    height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}

.icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}

.icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}

.icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

    .icon-b,
    .icon-w {
        background-size: 368px 320px;
    }

    .icon-lg-b,
    .icon-lg-w {
        background-size: 552px 480px;
    }

    .icon-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
    }

    .icon-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
    }

    .icon-lg-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
    }

    .icon-lg-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
    }
}

@media (max-width: 768px) {
    .icon-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
    }

    .icon-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
    }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
    .icon-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
    }

    .icon-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
    }
}

/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
    color: #0A235D;
    font-family: 'Noto Sans JP', sans-serif;
    display: grid;
    font-size: 44px;
    font-weight: 900;
    text-align: center;
    line-height: 1.4em;
    margin: 0 0 60px;
    position: relative;
    z-index: 0;
}

.c-ttl-main__ja {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #DB0000;
    position: relative;
}

.c-ttl-main__ja:before {
    position: absolute;
    bottom: 12px;
    left: calc(50% - 15px);
    width: 30px;
    height: 1px;
    content: '';
    background: #DB0000;
}

.c-ttl-sub {
    margin-top: 0;
    margin-bottom: 45px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-align: center;
    font-feature-settings: "palt"1;
}

@media screen and (max-width: 767px) {
    .c-ttl-sub {
        margin-bottom: 30px;
        font-size: 14px;
    }
}

.c-ttl-sub__ja {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #909090;
    letter-spacing: 0;
}

/********** パーツ **********/
.c-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-item-list:after, .c-item-list:before {
    content: "";
    display: block;
    width: calc(33% - 15px);
    height: 0;
}

.c-item-list:before {
    order: 1;
}

.c-item-list__item {
    flex-basis: calc(33% - 15px);
    max-width: calc(33% - 15px);
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .c-item-list__item {
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

.c-item-list__item.is-hidden {
    display: none;
}

.c-item-list__img {
    position: relative;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .c-item-list__img {
        text-align: center;
    }
}

.c-item-list__img:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.c-item-list__img a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-item-list__img img {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    text-align: center;
}

.c-item-list__ttl img {
    vertical-align: middle;
}

a span.c-item-list__ttl,
#rankingArea a span.p-ranking-list__ttl {
    color: #333;
}

a:hover span.c-item-list__ttl,
#rankingArea a:hover span.p-ranking-list__ttl {
    color: #EFD300;
}

a span .c-item-list__price {
    color: #0A235D;
    margin-top: 15px;
}

a:hover span .c-item-list__price {
    color: #EFD300;
}

.c-item-list__price.is-strikethrough {
    margin-top: 0;
    text-decoration: line-through;
}

.c-item-list__expl {
    margin-top: 15px;
}

.c-item-list__btn {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d8d8d8;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 1030px) {
    .c-item-list__btn {
        right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .c-item-list__btn {
        right: 10px;
    }
}

.c-item-list__btn.is-added {
    color: #000000;
}

.c-item-list__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

/********** button **********/
.c-btn {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 18px 45px 18px 25px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 0;
    border-right: 0;
    min-width: 150px;
    font-size: 14px;
    font-weight: bold;
    background: transparent;
    color: #000000;
    text-align: left;
    cursor: pointer;
    letter-spacing: 0.3em;
}

.c-btn:before, .c-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 9px;
    height: 1px;
    background: #000000;
    transition: all 0.3s ease;
}

.c-btn:after {
    transform: rotate(90deg);
}

.c-btn:hover {
    text-decoration: none;
}

.c-btn:hover:before {
    transform: rotate(90deg);
}

.c-btn:hover:after {
    transform: rotate(180deg);
}

.c-btn-cart {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #0A235D;
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    position: relative;
    border: none;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
    transition: .3s;
    text-decoration: none;
}

.c-btn-cart:hover {
    color: #fff;
}

.c-btn-cart::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #DB0000;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease .3s;
}

.c-btn-cart:hover::before {
    transform: translateX(10%);
}

.c-btn-cart.is-disabled {
    background: #d8d8d8;
    cursor: default;
}

.c-btn-cart.is-disabled:hover {
    background: rgba(216, 216, 216, 0.8);
}

.c-btn-cart.is-soldout {
    background: #ac0000;
    cursor: default;
}

.c-btn-cart.is-soldout:hover {
    background: #ac0000;
}

.c-btn-cart.is-membersonly {
    background: #53a6a5;
    cursor: default;
}

.c-btn-cart.is-membersonly:hover {
    background: #53a6a5;
}

.c-more {
    text-align: center;
}

.c-not-found {
    margin: 90px 0 60px;
    text-align: center;
}


/********** breadcrumbs **********/
.c-breadcrumbs+.u-contents {
    padding-top: 0px;
}

.c-breadcrumbs-list {
    padding-top: 15px;
    margin-bottom: 35px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .c-breadcrumbs-list {
        font-size: 10px;
    }
}

.c-breadcrumbs-list__item {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.c-breadcrumbs-list__item:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(-45deg);
}

.c-breadcrumbs-list__item:last-child:before {
    content: none;
}

.c-breadcrumbs-list a {
    color: #000000;
}

/********** pager **********/
.c-pager {
    /*  margin-top: 75px;*/
    margin-bottom: 75px;
    text-align: center;
}

.c-pager__total {
    display: none;
    margin-bottom: 30px;
}

.c-pager-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.c-pager-list__item {
    box-sizing: border-box;
    overflow: hidden;
    margin-left: 7px;
    margin-right: 7px;
    min-width: 30px;
    line-height: 30px;
    background: #ffffff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-pager-list__item {
        display: none;
        min-width: 45px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .c-pager-list__item.is-visible {
        display: block;
        width: auto;
    }
}

.c-pager-list__link {
    display: block;
    font-size: 16px;
    position: relative;
    background: #F7F3ED;
    color: #585858;
    min-width: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 767px) {
    .c-pager-list__link {
        min-width: 45px;
    }
}

.c-pager-list__link:hover {
    background: #0A235D;
    color: #fff;
    text-decoration: none;
}

.c-pager-list__link.is-current {
    background: #0A235D;
    color: #fff;
}

.c-pager-list__link.is-current:hover {
    background: #0A235D;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .c-pager-list__link.is-current {
        border-color: #ffffff;
    }
}

i.fas.fa-angle-right {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translateY(-50%);
}

i.fas.fa-angle-left {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translateY(-50%);
}

.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
    /* border-color: #F7F3ED;*/
    background: #F7F3ED;
    width: 40px;
    height: 40px;
}

/*
  .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  
  @media screen and (max-width: 767px) {
    .c-pager-list__link.is-prev:before, .c-pager-list__link.is-next:before {
      margin-left: -4px;
      margin-top: -8px;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
    }
  }
   */
.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
    background: #0A235D;
}

.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
    background: #0A235D;
}

.c-pager-list__link.is-prev:before {
    border-right: 4px solid #000000;
}

@media screen and (max-width: 767px) {
    .c-pager-list__link.is-prev:before {
        border-right: 8px solid #000000;
    }
}

.c-pager-list__link.is-prev.is-disabled:before {
    border-right-color: #aaaaaa;
}

.c-pager-list__link.is-next:before {
    border-left: 4px solid #000000;
}

@media screen and (max-width: 767px) {
    .c-pager-list__link.is-next:before {
        border-left: 8px solid #000000;
    }
}

.c-pager-list__link.is-next.is-disabled:before {
    border-left-color: #aaaaaa;
}

.c-pager-list__page {
    display: none;
}

@media screen and (max-width: 767px) {
    .c-pager-list__page {
        display: inline-block;
    }
}

/******************************/
/* header */
/******************************/
.l-header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 70px;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* 
  @media screen and (max-width: 1030px) {
    .l-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      min-height: 60px;
      
      min-width: 375px;
    }
  }
  */
.l-header-main {
    position: relative;
    padding-left: 15px;
    height: 100%;
}

.l-header-main__in {
    display: flex;
    align-items: center;
    height: 100%;
}

.l-header.is-fixed, .l-header.is-open {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
}

.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
    margin-bottom: 0;
}

/* 
  .l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    max-width: 750px;
  }
  */
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
    margin-bottom: 0;
}

.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    max-width: 450px;
    max-height: 40px;
}

@media screen and (max-width: 1030px) {
    .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
        max-width: 170px;
    }
}


.l-header.is-fixed .l-header-logo__type-txt, .l-header.is-open .l-header-logo__type-txt {
    font-size: 12px;
}

/*
  .l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
    display: none;
  }
  
  .l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
    display: none;
    position: static;
  }
  
  .l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
    right: 80px;
  }
   */
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: -65px;
}

@media screen and (max-width: 1030px) {
    .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
        right: 0px;
    }
}

.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
    display: block;
}

.l-header-logo {}

@media screen and (max-width: 1180px) {
    .l-header-logo {
        margin-right: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .l-header-logo {
        flex: 1;
        overflow: hidden;
    }
}

.l-header-logo__img {
    margin: 0;
    flex-basis: 163px;
    max-width: 163px;
    word-break: break-all;
}

.l-header-logo__img.is-txt {
    margin-bottom: 35px;
}

@media screen and (max-width: 1220px) {
    .l-header-logo__img {
        flex-basis: 133px;
        max-width: 133px;
    }
}

@media screen and (max-width: 1030px) {
    .l-header-logo__img.is-txt {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1020px) {
    .l-header-logo__img {
        flex-basis: 122px;
        max-width: 122px;
    }
}

.l-header-logo__img img {
    /* max-width: 450px;*/
    /* max-height: 150px;*/
    width: 100%;
}

/* グローバルナビゲーション */
.gnavArea {
    margin-left: auto;
    flex-basis: auto;
    width: auto;
}
@media screen and (max-width: 1180px) {
    .gnavArea {
        display: none;
    }
}

.gnav {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif;
}

.gnav>li+li {
    padding-left: 40px;
}
@media screen and (max-width: 1320px) {
    .gnav>li+li {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1150px) {
    .gnav>li+li {
        padding-left: 15px;
    }
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    font-size: 14px;
    background-color: rgb(255 255 255 / 25%);
    color: #333333;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    padding: 4px 0px 6px;
}
.gnav li a.noLink {
    pointer-events: none;
}
.gnav li ul {
    position: absolute;
    top: auto;
    left: auto;
    width: 100%;
}
.gnav li ul.sub-cat {
    width: 190px;
}
@media screen and (max-width: 1150px) {
    .gnav li a {
        font-size: 14px;
    }
}
.gnav li a:hover {
    color: #EFD300;
}
i.fa.fa-angle-down {
    margin-left: 8px;
    color: #0A235D;
}
.gnav li a:hover i.fa.fa-angle-down {
    transform: rotate(-180deg);
}
/*子階層以降共通*/
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 3;
}
.gnav li li a {
    border-top: 1px solid #fff;
    background: #fff;
}

.gnav li li a:hover {
    background: #0A235D;
}

.gnav li:hover>ul>li {
    height: 2rem;
    overflow: visible;
}

.l-menu-btn {
    position: relative;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 0;
    background: #000000;
}

.l-menu-btn:hover {
    opacity: 0.8;
}

.l-menu-btn span {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.l-menu-btn, .l-menu-btn span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.l-menu-btn span:nth-of-type(1) {
    top: 18px;
}

.l-menu-btn span:nth-of-type(2) {
    top: 25px;
}

.l-menu-btn span:nth-of-type(3) {
    bottom: 35px;
}

.l-menu-btn.is-on span:nth-of-type(1) {
    -webkit-transform: translateY(18px) rotate(-45deg);
    transform: translateY(18px) rotate(-45deg);
}

.l-menu-btn.is-on span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-btn05-bar02 .8s forwards;
    animation: active-btn05-bar02 .8s forwards;
}

.l-menu-btn.is-on span:nth-of-type(3) {
    bottom: 14px;
    -webkit-transform: translateY(-18px) rotate(45deg);
    transform: translateY(-18px) rotate(45deg);
}

.l-menu-btn p {
    font-size: 11px;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    margin: 0px;
    position: absolute;
    bottom: 9px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}

.l-menu-btn.is-on p {
    display: none;
}

/********** メインナビ **********/
.l-main-navi {
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 1030px) {
    .l-main-navi {
        display: none;
    }

    .l-main-navi.is-on {
        display: block;
    }
}

@media screen and (min-width: 1030px) {
    .l-main-navi {
        display: block !important;
    }
}

.l-main-navi.is-open {
    box-sizing: border-box;
    overflow-y: auto;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 100;
    display: block;
    width: 25%;
    height: calc(100% - 60px);
}

@media screen and (max-width: 1000px) {
    .l-main-navi.is-open {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .l-main-navi.is-open {
        width: 75%;
    }
}

.l-main-navi.is-open .l-main-navi__in {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    height: 100%;
    background: #0A235D;
}

.l-main-navi.is-open .l-main-navi-list {
    display: block;
}

.l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
}

.l-main-navi.is-open .l-main-navi-list__link {
    display: block;
}

/*
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0 0 30px 0;
  }
  */
.l-main-navi.is-open .l-help-navi-box {
    display: block;
}

/*
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  @media screen and (max-width: 767px) {
    .l-main-navi.is-open .l-help-navi-list {
      margin-top: 0;
    }
  }
  */
.l-main-navi.is-open .l-sns-navi-list {
    margin-top: 60px;
    margin-left: 0;
}

.l-main-navi.is-open .l-mega-menu {
    position: static;
    padding: 0;
    width: auto;
}

/* 
  @media screen and (min-width: 768px) {
    .l-main-navi.is-open .l-mega-menu {
      display: block !important;
    }
  }
  @media screen and (max-width: 767px) {
    .l-main-navi.is-open .l-mega-menu {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .l-main-navi.is-open .l-mega-menu-list {
      display: block;
    }
  }
  */
.l-main-navi-list {
    display: none;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
}

/*
  @media screen and (max-width: 767px) {
    .l-main-navi-list {
      display: block;
    }
  }
  */
.l-main-navi-list li a {
    padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    background: #0A235D;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
}

.l-main-navi-list li a:hover {
    background: #DB0000;
}

.l-main-navi-list__ttl {
    font-weight: bold;
    padding: 15px;
    color: #fff;
}

.l-main-navi-list__item {
    border-top: 1px solid #fff;
}

.l-main-navi-list__item:first-child {
    border-top: none;
}

.l-main-navi-list__item:last-child {
    border-bottom: 1px solid #fff;
}

.l-main-navi-list__link {
    display: block;
    position: relative;
    padding: 15px;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    background: #0A235D;
    color: #ffffff;
    text-align: left;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
}

.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #DB0000;
    text-decoration: none;
}

.l-main-navi-list__link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-main-navi-list__link.is-on:before {
    transform: rotate(-135deg);
    margin-top: -4px;
}

/*
  .l-main-navi-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: calc(100% - 70px);
    opacity: 0;  
  }
    */
.l-main-navi-overlay.is-open {
    animation: anime-overlay 0.2s ease forwards;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: calc(100% - 70px);
    opacity: 0;
}

@keyframes anime-overlay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/********** メガメニュー **********/
.l-mega-menu {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 60px 85px;
    width: 100%;
    background: #fafafa;
}

@media screen and (max-width: 767px) {
    .l-mega-menu {
        position: static;
        width: auto;
        height: auto;
        border-top: 0;
    }
}

.l-mega-menu-list {
    display: block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    border-top: 1px solid #fff;
    background: #8EA8B6 !important;
    box-sizing: border-box;
}

.l-mega-menu-list__item {
    box-sizing: border-box;
    /* position: relative;
   margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 20px;*/
    width: 100%;
    border-bottom: solid 1px #fff;
}

.l-mega-menu-list__item:last-child {
    border-bottom: 0;
}

li.l-mega-menu-list__item a {
    background: #333 !important;
}

li.l-mega-menu-list__item a:hover {
    background: #DB0000 !important;
}

/*
  @media screen and (max-width: 767px) {
    .l-mega-menu-list__item {
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      width: auto;
    }
  }
  .l-mega-menu-list__item:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 1px;
    background: #000000;
    transition: all 0.3s ease;
  }
  @media screen and (max-width: 767px) {
    .l-mega-menu-list__item:before {
      content: none;
    }
  }
  @media screen and (max-width: 767px) {
    .l-mega-menu-list__link {
      display: block;
      padding: 20px 40px 20px 20px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .l-mega-menu-list__link:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #aaaaaa;
      border-bottom: 1px solid #aaaaaa;
      transform: rotate(-45deg);
    }
  }
  */
/********** 検索・カート **********/
.search_btn {
    /* width: 70px;
    height: 70px; */
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn a {
    background: url(https://file003.shop-pro.jp/PA01478/045/images/search.svg)no-repeat center;
    background-size: 30px auto;
    border: 0;
    flex-basis: 30px;
    width: 30px;
    height: 31px;
    display: inline-block;
}

@media screen and (max-width: 1050px) {
    .search_btn {
        padding: 0 20px;
    }

    .search_btn a {
        background: url(https://file003.shop-pro.jp/PA01478/045/images/search.svg)no-repeat center;
        background-size: 25px auto;
        width: 25px;
        height: 25px;
    }
}

.search_btn a:hover {
    opacity: 0.6;
    cursor: pointer;
}

@media screen and (max-width: 1020px) {
    .search_btn a:hover {
        background: url(https://file003.shop-pro.jp/PA01478/045/images/search.svg)no-repeat center;
        background-size: 25px auto;
    }
}

.account a {
    background: #0A235D url(https://file003.shop-pro.jp/PA01478/045/images/mypage_hover.svg)no-repeat center;
    background-size: 40%;
    width: 70px;
    height: 70px;
    display: inline-block;
}

.account a:hover {
    background: #0A235D url(https://file003.shop-pro.jp/PA01478/045/images/mypage_hover.svg)no-repeat center;
    background-size: 40%;
    opacity: 0.6;
}

@media screen and (max-width: 1020px) {
    .account {
        display: none;
    }
}

.l-header-search {
    display: flex;
    z-index: 1000;
}

@media screen and (max-width: 1020px) {
    .l-header-search {
        padding-right: 30px;
    }

    .search_btn {
        padding-left: 0;
    }
}

.l-header-cart a {
    box-sizing: border-box;
    display: block;
    width: 70px;
    height: 70px;
    background: #DB0000 url(https://file003.shop-pro.jp/PA01478/045/images/cart_white.svg)no-repeat center;
    background-size: 31px auto;
    position: relative;
}

@media screen and (max-width: 1020px) {
    .l-header-cart a {
        background: url(https://okichu2.xsrv.jp/okichu_ec/svg/cart_b.svg)no-repeat center;
        background-size: 26px auto;
        width: 26px;
        height: 25px;
        display: inline-block;
    }
}

.l-header-cart a:hover {
    opacity: 0.6;
}

.p-global-header__cart-count {
    margin-left: 44px;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
    background: #D62A24;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    position: absolute;
    top: 17px;
    right: 15px;
    z-index: 1;
    text-align: center;
    line-height: 1.5em;
    display: none;
}

@media screen and (max-width: 1020px) {
    .p-global-header__cart-count {
        position: absolute;
        top: -4px;
        right: -7px;
        display: block;
    }
}

/********** ヘルプナビ **********/
.l-help-navi-box {
    display: flex;
    position: absolute;
    top: -60px;
    right: 0;
}

@media screen and (max-width: 1030px) {
    .l-help-navi-box {
        display: block;
        position: static;
    }
}

.l-help-navi-box a {
    color: #000000;
}

/*
  .l-help-navi-list {
    display: flex;
  }
  @media screen and (max-width: 767px) {
    .l-help-navi-list {
      display: block;
      border-top: 1px solid #eeeeee;
    }
  }
  .l-help-navi-list__item {
    margin-left: 30px;
  }
  .l-help-navi-list__item:first-child {
    margin-left: 0;
  }
  @media screen and (max-width: 767px) {
    .l-help-navi-list__item {
      margin-left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .l-help-navi-list__link {
      display: block;
      position: relative;
      padding: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .l-help-navi-list__link:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      border-right: 1px solid #aaaaaa;
      border-bottom: 1px solid #aaaaaa;
      transform: rotate(-45deg);
    }
  }
  */
.l-sns-navi-list {
    display: flex;
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .l-sns-navi-list {
        justify-content: center;
    }
}

.l-sns-navi-list__item {
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .l-sns-navi-list__item {
        margin-right: 20px;
    }
}

.l-sns-navi-list__item:last-child {
    margin: 0;
}

/******************************/
/* popup */
/******************************/
.popup {
    opacity: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    transition: .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup .popup-inner {
    background: #fff;
    padding: 30px;
    width: 50%;
    min-width: 500px;
    border-radius: 8px;
    opacity: 1;
    z-index: 1;
}

.popup .black-background {
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
}

.popup input[type="text"] {
    max-width: 100%;
    width: 100% !important;
    box-shadow: none;
    border: 1px solid #0A235D;
    font-size: 16px;
    height: 40px;
}

.popup .btn {
    width: 100%;
    margin-bottom: 0;
}

.popup .btn .icon-lg-b.icon-search {
    backgrournd: #fff;
}

.popup #searchClose {
    text-align: right;
    color: #0A235D;
}

.popup #searchClose p {
    display: inline-block;
    width: auto;
}

.popup #searchClose p:hover {
    color: #DD0012;
    cursor: pointer;
}

.popup.show {
    opacity: 1;
    z-index: 1000;
}

.popup.show .black-background {
    opacity: 0.6;
    z-index: 0;
}

@media (max-width: 768px) {
    .popup .popup-inner {
        background: #fff;
        padding: 30px;
        width: 80%;
        min-width: inherit;
        opacity: 1;
    }
}

/*
  .popup .btn.btnBlue {
      color: #fff;
      background: #0A235D;
      border-color: #0A235D;
  }
  */
.popup .btn {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #0A235D;
    width: 250px;
    height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
    transition: .3s;
    text-decoration: none;
    margin: 30px auto 0;
}

.popup .btn::before {
    content: "";
    width: 120%;
    height: 200%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: -1;
    background: #DB0000;
    border-radius: 0 100% 100% 0;
    transform: translateX(-100%);
    transition: transform ease .3s;
}

.popup .btn:hover {
    color: #fff;
}

.popup .btn:hover::before {
    transform: translateX(10%);
}

.popup select,
.popup textarea,
[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="date"],
[type="month"],
[type="time"],
[type="week"],
[type="number"],
[type="email"],
[type="url"],
[type="search"],
[type="tel"],
[type="color"],
.popup .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #0A235D;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box
}

.popup select, .popup textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    height: 20px;
    width: 112px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}

.popup select {
    width: 100% !important;
    border: 1px solid #0A235D;
    background-color: #fff;
    margin-bottom: 10px;
}

.popup select, [type="file"] {
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
}

/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
    display: flex;
}

@media screen and (max-width: 1030px) {
    .p-shop-info {
        display: block;
    }
}

.p-shop-info .u-contents-s {
    flex: 1;
}

/********** STAFF **********/
.p-staff {
    box-sizing: border-box;
    flex: 1;
    padding: 50px;
    background: #f7f7f7;
}

@media screen and (max-width: 767px) {
    .p-staff {
        padding: 40px 20px;
    }
}

.p-staff+.p-calendar {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .p-staff+.p-calendar {
        margin-left: 0;
        margin-top: 30px;
    }
}

.p-staff-box {
    overflow: hidden;
}

.p-staff__img {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 120px;
}

@media screen and (max-width: 767px) {
    .p-staff__img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        width: 90px;
    }
}

.p-staff__img-name {
    margin-top: 5px;
    font-size: 12px;
    color: #909090;
    text-align: center;
}

/********** CALENDAR **********/
.p-calendar {
    box-sizing: border-box;
    flex: 1;
    padding: 50px 0 50px 30px;
    min-width: 510px;
}

@media screen and (max-width: 767px) {
    .p-calendar {
        padding-left: 0;
        min-width: inherit;
    }
}

.side_cal {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1030px) {
    .side_cal {
        justify-content: space-around;
    }
}

@media screen and (max-width: 500px) {
    .side_cal {
        display: block;
    }
}

.tbl_calendar {
    margin-left: 30px;
    width: 220px;
    text-align: center;
}

@media screen and (max-width: 1030px) {
    .tbl_calendar {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .tbl_calendar {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        width: auto;
    }
}

.tbl_calendar:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .tbl_calendar:first-child {
        margin-left: auto;
    }
}

.tbl_calendar caption {
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
}

.tbl_calendar th {
    padding-bottom: 5px;
    font-size: 13px;
}

.tbl_calendar td {
    padding: 5px;
    font-size: 13px;
}

.side_cal_memo {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

/******************************/
/* footer */
/******************************/
.l-footer {
    padding: 80px 0 50px 0;
    background: #fff;
}

.l-footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

#footer_content_nav .footer_content_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer_content_nav .footer_content_wrap .footer_content_box {
    flex-basis: 25%;
    max-width: 25%;
    /*
    flex-basis: 20%;
    max-width: 20%;
    */
    position: relative;
}

#footer_content_nav .footer_content_text {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    z-index: 1;
}

#footer_content_nav .footer_content_text h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

#footer_content_nav .footer_content_text p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
}

#footer_content_nav .footer_content_wrap .footer_content_box a {
    width: 100%;
    height: 150px;
    overflow: hidden;
    display: block;
    position: relative;
    text-decoration: none;
    transition: all ease .8s;
}

#footer_content_nav .footer_content_wrap .footer_content_box:nth-child(1) a {
    background: url("https://img21.shop-pro.jp/PA01478/045/etc/f_oem.jpg?cmsp_timestamp=20220824172655") no-repeat;
    background-size: cover;
}

#footer_content_nav .footer_content_wrap .footer_content_box:nth-child(2) a {
    background: url("https://img21.shop-pro.jp/PA01478/045/etc/f_about.jpg?cmsp_timestamp=20220824172711") no-repeat;
    background-size: cover;
}

#footer_content_nav .footer_content_wrap .footer_content_box:nth-child(3) a {
    background: url("https://img21.shop-pro.jp/PA01478/045/etc/f_ig.jpg?cmsp_timestamp=20220824172728") no-repeat;
    background-size: cover;
}

#footer_content_nav .footer_content_wrap .footer_content_box:nth-child(4) a {
    background: url("https://img21.shop-pro.jp/PA01478/045/etc/f_fb.jpg?cmsp_timestamp=20220824172840") no-repeat;
    background-size: cover;
}

#footer_content_nav .footer_content_wrap .footer_content_box a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 1;
}

#footer_content_nav .footer_content_wrap .footer_content_box a:hover::after {
    opacity: 0;
}

.l-footer-shopinfo {
    flex-basis: 265px;
    max-width: 265px;
    width: 100%;
    word-break: break-all;
    padding-right: 15px;
    box-sizing: border-box;
}

.footer-naviArea {
    flex-basis: calc(100% - 265px);
    max-width: calc(100% - 265px);
    width: 100%;
}

.l-footer-shopinfo .link_btn a {
    width: auto !important;
    max-width: 200px;
}

.l-footer-shopinfo__logo img {
    max-width: 163px;
}

.l-footer-shopinfo__txt {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #333;
}

.l-footer-sns-list {
    display: flex;
    margin-top: 30px;
}

.l-footer-sns-list__item+.l-footer-sns-list__item {
    margin-left: 15px;
}

.l-footer-sns-list__item .ig a:hover,
.l-footer-sns-list__item .fb a:hover {
    background: url(https://file003.shop-pro.jp/PA01478/045/images/footer_ig_hover.svg)no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
}

.l-footer-sns-list__item:nth-child(2) a:hover {
    opacity: 0.6;
}

.l-footer-qrcode {
    margin-top: 30px;
}

.l-footer-navi {
    display: flex;
}

.l-footer-navi-list {
    border-left: solid 1px #EA0000;
    padding-left: 10px;
    flex-basis: 25%;
    max-width: 25%;
    width: 100%;
}

.l-footer-navi-list+.l-footer-navi-list {
    margin-left: 35px;
}

.l-footer-navi-list h4 {
    color: #EA0000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.l-footer-navi-list__item {
    margin-bottom: 10px;
    font-size: 12px;
}

.l-footer-copyright {
    padding-top: 10px;
    padding-bottom: 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    text-align: center;
}

.l-copyright {
    font-size: 12px;
    text-align: center;
    margin: 40px auto 0;
}

@media screen and (max-width: 1030px) {

    /*
    .l-footer-main {
      display: block;
    }
    */
    .l-footer-navi-list {
        margin-left: 30px;
    }
}

@media screen and (max-width: 1020px) {
    .l-footer-shopinfo {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .l-footer-shopinfo .link_btn a {
        margin: 0 auto;
    }

    .l-footer-shopinfo__txt {
        margin-bottom: 20px;
    }

    .l-footer-sns-list {
        justify-content: center;
    }

    .l-footer-navi-list {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #footer_content_nav .footer_content_wrap .footer_content_box {
        flex-basis: 100%;
        max-width: 100%;
    }

    #footer_content_nav .footer_content_text {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #footer_content_nav .footer_content_wrap .footer_content_box:nth-child(1) a,
    #footer_content_nav .footer_content_wrap .footer_content_box:nth-child(2) a,
    #footer_content_nav .footer_content_wrap .footer_content_box:nth-child(3) a,
    #footer_content_nav .footer_content_wrap .footer_content_box:nth-child(4) a,
    #footer_content_nav .footer_content_wrap .footer_content_box:nth-child(5) a {
        background-position: center;
    }

    #footer_content_nav .footer_content_wrap .footer_content_box a::after {
        padding-bottom: 25%;
    }
}

@media screen and (max-width: 767px) {
    .l-footer-main {
        margin-top: 50px;
    }

    .l-footer {
        padding: 70px 0 80px 0 !important;
    }

    .l-footer-qrcode {
        display: none;
    }

    .footer-naviArea {
        display: none;
    }

    .l-footer-navi-list__item {
        margin-bottom: 0;
    }

    .l-footer-navi-list__link {
        display: block;
        position: relative;
    }

    .l-footer-navi-list__link:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -4px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #aaaaaa;
        border-bottom: 1px solid #aaaaaa;
        transform: rotate(-45deg);
    }

    .l-copyright {
        margin-top: 70px;
    }
}

#fixedBtnSpArea {
    width: 100%;
    height: 80px;
    opacity: 0;
    z-index: 10;
    position: fixed;
    bottom: -80px;
    transition: .6s;
    display: none;
}

#fixedBtnSpArea a {
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #DB0000;
    margin-top: 20px;
    color: #fff;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

#fixedBtnSpArea.fixedsp {
    opacity: 1;
    transition: .6s;
    bottom: 0;
}

#fixedBtnSpArea a:before {
    content: '';
    width: 43px;
    height: 66px;
    background: url(https://file003.shop-pro.jp/PA01478/045/images/n10rblue.png) no-repeat top center;
    background-size: 43px auto;
    transform: rotate(-15deg);
    position: absolute;
    top: 10px;
    left: 7%;
    display: block;
}

#fixedBtnSpArea a:after {
    content: '';
    width: 46px;
    height: 55px;
    background: url('https://file003.shop-pro.jp/PA01478/045/images/n10white.png') no-repeat center center;
    background-size: 46px auto;
    transform: rotate(15deg);
    position: absolute;
    top: 10px;
    right: 7%;
    display: block;
}

#fixedBtnSpArea a p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

#fixedBtnSpArea a span {
    font-size: 16px;
    color: #fff;
}

#fixedBtnSpArea a:hover,
#fixedBtnSpArea a:focus {
    opacity: 0.6;
}

@media screen and (max-width: 767px) {
    #fixedBtnSpArea {
        display: block;
    }
}

/******************************/
/* 戻るボタン */
/******************************/
.page_top a {
    display: block;
    width: 100%;
    background: #EA0000;
    text-align: center;
    padding: 18px 0 17px;
}

.page_top a:hover {
    background: #000;
}

.page_top a img {
    flex-basis: 25px;
    max-width: 25px;
    width: 100%;
}

/***** CSS編集内style *****/
@charset "euc-jp";

body {
    background-color: < {
        $page_bgcolor
    }

    >;
    background-image: url();

    color: < {
        $font_color
    }

    >;
}

a {
    color: < {
        $link_normal
    }

    >;
}

a:hover {
    color: < {
        $link_hover
    }

    >;
}

/** icons **/
.icon-user {
    background-position: -208px 0px;
}

.icon-lg-b.icon-user {
    background-position: -312px 0px;
}

.icon-adduser {
    background-position: -240px 0px;
}

.icon-lg-b.icon-adduser {
    background-position: -360px 0px;
}

.icon-login {
    background-position: -48px -80px;
}

.icon-lg-b.icon-login {
    background-position: -72px -120px;
}

.icon-logout {
    background-position: -32px -80px;
}

.icon-lg-b.icon-logout {
    background-position: -48px -120px;
}

.icon-home {
    background-position: -176px -16px;
}

.icon-lg-b.icon-home {
    background-position: -264px -24px;
}

.icon-mail {
    background-position: -64px 0px;
}

.icon-lg-b.icon-mail {
    background-position: -96px 0px;
}

.icon-pencil {
    background-position: -96px 0px;
}

.icon-lg-b.icon-pencil {
    background-position: -144px 0px;
}

.icon-help {
    background-position: -272px -80px;
}

.icon-lg-b.icon-help {
    background-position: -408px -120px;
}

.icon-cart {
    background-position: -176px -64px;
}

.icon-lg-b.icon-cart {
    background-position: -264px -96px;
}

.icon-search {
    background-position: -208px -16px;
}

.icon-lg-b.icon-search {
    background-position: -312px -24px;
}

.icon-chevron_up {
    background-position: -0px -144px;
}

.icon-lg-b.icon-chevron_up {
    background-position: -0px -216px;
}

.icon-chevron_down {
    background-position: -352px -128px;
}

.icon-lg-b.icon-chevron_down {
    background-position: -528px -192px;
}

.icon-b,
.icon-w {
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.icon-lg-b,
.icon-lg-w {
    width: 24px;
    height: 24px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}

.icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}

.icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}

.icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

    .icon-b,
    .icon-w {
        -webkit-background-size: 368px 320px;
        background-size: 368px 320px;
    }

    .icon-lg-b,
    .icon-lg-w {
        -webkit-background-size: 552px 480px;
        background-size: 552px 480px;
    }

    .icon-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
    }

    .icon-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
    }

    .icon-lg-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
    }

    .icon-lg-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
    }
}

@media (max-width: 768px) {
    .icon-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
    }

    .icon-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
    }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
    .icon-b {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
    }

    .icon-w {
        background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
    }
}

/******************************/
/* free page */
/******************************/
.p-freepage__attention {
    margin-top: 15px;
    margin-bottom: 30px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}

.p-freepage__img {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.p-freepage__img img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.p-freepage-ol {
    padding-left: 25px;
    list-style-type: decimal;
}

.p-freepage-ol__item {
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

/*カラム */
.column2_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column2_wrap .column2_box {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
    .column2_wrap .column2_box {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.column4_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column4_wrap .column4_box {
    flex-basis: calc(25% - 25px);
    max-width: calc(25% - 25px);
}

@media screen and (max-width: 767px) {
    .column4_wrap .column4_box {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* 左右対称2カラム */
.asymmetric_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.asymmetric_text {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.asymmetric_img {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.asymmetric_img img {
    width: 100%;
    height: auto;
}

.asymmetric_box:nth-child(even) {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .asymmetric_box {
        flex-direction: column-reverse;
    }

    .asymmetric_box:nth-child(even) {
        flex-direction: column-reverse;
    }

    .asymmetric_text {
        flex-basis: 100%;
        max-width: 100%;
    }

    .asymmetric_img {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
}

/* リストテキスト */
.p-product-explain__body ul, ul.bullets {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 16px;
    padding-left: 11px;
}

.p-product-explain__body ul li, ul.bullets li {
    list-style: none;
    padding: 0 0 0 11px;
    font-size: 16px;
    position: relative;
}

.p-product-explain__body ul li:before, ul.bullets li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #CAD5DB;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: -11px;
    margin-right: 10px;
}

/*リストテキスト 数字 */
.p-product-explain__body ol, ol {
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 16px;
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.p-product-explain__body ol li, ol li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.p-product-explain__body ol li:before, ol li:before {
    counter-increment: item;
    content: counter(item)'.';
    padding-right: .5em;
    font-weight: bold;
    color: #0A235D;
}

/*テーブル */
.subpage table,
.p-product-explain__body table {
    line-height: 1.7;
