@charset "UTF-8";

body {
    font-size: 1.4rem;
}

/* レイアウト関連
     ----------------------------------------------------------------- */

.u-sp-mt-1 {
    margin-top: 5px !important;
}

.u-sp-mt-2 {
    margin-top: 10px !important;
}

.u-sp-mt-3 {
    margin-top: 15px !important;
}

.u-sp-mt-4 {
    margin-top: 20px !important;
}

.u-sp-mt-5 {
    margin-top: 25px !important;
}

.u-sp-mt-6 {
    margin-top: 30px !important;
}

.u-sp-mt-7 {
    margin-top: 35px !important;
}

.u-sp-mt-8 {
    margin-top: 40px !important;
}

.u-sp-mt-9 {
    margin-top: 45px !important;
}

.u-sp-mt-10 {
    margin-top: 50px !important;
}

.u-sp-mt-11 {
    margin-top: 55px !important;
}

.u-sp-mt-12 {
    margin-top: 60px !important;
}

.u-sp-mt-13 {
    margin-top: 65px !important;
}

.u-sp-mt-14 {
    margin-top: 70px !important;
}

.u-sp-mt-15 {
    margin-top: 75px !important;
}

.u-sp-mt-16 {
    margin-top: 80px !important;
}

.u-sp-mt-17 {
    margin-top: 85px !important;
}

.u-sp-mt-18 {
    margin-top: 90px !important;
}

.u-sp-mt-19 {
    margin-top: 95px !important;
}

.u-sp-mt-20 {
    margin-top: 100px !important;
}

.u-sp-d-none {
    display: none !important;
}

.l-container {
    padding: 0 20px;
}

.l-twocol {
    grid-template-columns: 1fr;
    row-gap: 45px;
}

.c-heading02 {
    font-size: 2rem;
}

.c-header-link01__text,
.c-header-link02__text,
.c-header-link03__text {
    height: 15px;
    font-size: 1rem;
}

.c-header-link01,
.c-header-link02 {
    width: 60px;
    height: 60px;
}

.c-header-link01__info {
    top: 2px;
    right: 2.5px;
    width: 24px;
    height: 24px;
    font-size: 1rem;
}

.c-header-link03 {
    width: 60px;
    height: 60px;
}

.c-link-cards01 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 10px;
}

.c-link-cards02 {
    display: grid;
}

.c-link-cards02 {
    grid-template-columns: 1fr;
    row-gap: 10px;
}

.c-link-card02__text::after {
    display: inline-block;
    width: 5.8px;
    height: 8.9px;
    margin-left: 0.75em;
    content: "";
    background-image: url("/static/images/parts/icon_arrow-small_gray_01.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.c-more-button01 {
    width: 335px;
}

.c-sidemenu-button01 {
    padding: 0 10px;
}

.c-sidemenu-button01::after {
    right: 10px;
}

.c-search-button01 {
    font-size: 0;
    background-position: center, top left;
}

.c-search-detail-button01 {
    padding: 0 10px;
    background-position: center right 10px;
}

.c-news02 {
    height: 1.5em;
    overflow: hidden;
}

.c-news02__date {
    width: 80px;
}

.c-news02__title {
    width: calc(100% - 90px);
    margin-left: 10px;
    overflow: hidden;
    color: #bf0000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-product-card01 {
    padding: 13px 10px;
    padding-top: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.c-product-card01__image {
    height: 140px;
}

.c-product-swiper01 .swiper-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
}

.c-product-swiper01 .swiper-slide {
    padding: 0 7.5px;
}

.c-product-swiper01 .swiper-button-prev,
.c-product-swiper01 .swiper-button-next {
    display: none;
}

.c-product-swiper01 .swiper-scrollbar {
    height: 10px;
    background-color: #f9f8f8;
    border-radius: 4px;
}

.c-product-swiper01 .swiper-scrollbar-drag {
    background-color: #bcb7b7;
    border-radius: 4px;
}

.c-search-input01 {
    padding: 0 8px;
    text-overflow: ellipsis;
}

.c-menu-items-horizontal01 {
    grid-template-columns: 1fr;
    row-gap: 20px;
}

.c-menu-items-horizontal01.is-sp-menu {
    row-gap: 0;
}

.c-menu-items-vertical01 {
    row-gap: 20px;
}

.c-menu-items-vertical01.is-sp-menu {
    row-gap: 0;
}

.c-menu-item01__title {
    padding: 10px 20px;
}

.c-menu-item01__list {
    padding: 0 10px 20px;
}

.c-menu-item01.is-sp-accordion .c-menu-item01__title {
    position: relative;
    width: 100%;
    line-height: inherit;
    text-align: left;
    border-radius: 4px;
}
.c-menu-item01.is-sp-accordion .c-menu-item01__title::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: inline-block;
    width: 6px;
    height: 4px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    background-color: #fefefe;
    transform: translateY(-50%);
}
.c-menu-item01.is-sp-accordion .c-menu-item01__title.is-active::after {
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.c-menu-item01.is-sp-accordion .c-menu-item01__list {
    display: none;
    border: solid 2px #f2f0f0;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.c-menu-item01.is-sp-menu .c-menu-item01__title {
    font-size: 1.6rem;
}

/* * * * * * * * * * * * * * * * * *
    未ログイン時SP
* * * * * * * * * * * * * * * * * */

.is-not-logged-in.c-menu-items-horizontal01 {
    height: calc(100vh - 60px);
    background-color: #f2f0f0;
}
.is-not-logged-in .c-menu-item01__list {
    padding: 0;
    background-color: #f2f0f0;
}
.is-not-logged-in .c-menu-item01__list-item {
    border-bottom: 1px solid #dedada;
}
.is-not-logged-in .c-menu-item01__link {
    padding: 14px 20px;
}
.is-not-logged-in .c-text-link02 span {
    background-image: none;
}
.is-not-logged-in .c-text-link02 {
    position: relative;
}
.is-not-logged-in .c-text-link02::after {
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background-image: url("/static/images/parts/icon_arrow_gray_01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
.is-not-logged-in .c-menu-item02__list .c-menu-item01__link {
    padding: 22px 20px 22px 40px;
}
.is-not-logged-in .c-menu-item02__list .c-text-link02::after {
    left: 20px;
    background-image: url("/static/images/parts/header-small-question_01.svg");
}

.c-selectmenu-all-category + .ui-selectmenu-button {
    padding: 0 8px;
    border-radius: 4px 0 0 4px;
}

.footer__nav {
    padding: 40px 0;
}

.footer__copy {
    line-height: 2;
}

.footer-nav__list {
    grid-template-columns: auto;
    row-gap: 2.25em;
    justify-content: center;
}

.footer-nav__list-item {
    text-align: center;
}

.header__menu {
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
}

.header-container-upper__list {
    display: none !important;
}

.header-container-middle {
    grid-template: "menu logo nav" 60px "info info info" auto/60px 135px 1fr;
}

.header-container-middle__info {
    padding: 0 4px;
    border-top: 1px solid #f2f0f0;
}

.header-container-lower {
    grid-template: "center center" 54px "left right" 54px/250px 1fr;
}

.header-container-lower__center {
    padding: 4px 10px;
}

.header-container-lower__right {
    width: 100%;
    padding: 4px;
    padding-right: 10px;
}

.header-logo img {
    width: 125px;
}

.header-nav__list-item.is-sp-login {
    margin-left: 0;
}
.header-nav__list-item.is-sp-login::before {
    content: unset;
}

.header-nav-info__button {
    min-width: 52px;
}

.header-nav-info__button + .header-nav-info__texts {
    padding-left: 4px;
    margin-left: 4px;
}

.header-search {
    position: relative;
    grid-template-columns: fit-content(100%) 1fr 52px;
}

.header-search__center {
    border-top: 2px solid #dedada;
    border-bottom: 2px solid #dedada;
}

.header-search__right {
    border-radius: 0 4px 4px 0;
}

.header-search__facet {
    padding: 0 15px;
}

.header-search-selectmenu-container::after {
    right: 6px;
}

.header-sidemenu,
.header-sidemenu-child,
.header-sidemenu-child-child,
.header-search-allmenu {
    width: 100%;
}

.header-sidemenu-child {
    padding-left: 10px;
    background-color: #edf2f3;
}

.header-sidemenu-child-child {
    padding-left: 10px;
    background-color: #dfe9ec;
}

.header-search-allmenu {
    padding: 10px 0 20px 10px;
}

.my-wrapper {
    display: grid;
    grid-template-columns: 1fr 50px;
    width: 100%;
}
.my-wrapper__link {
    display: inline-flex;
    width: 100%;
    padding: 10px;
    font-weight: bold;
    line-height: 1.5;
    color: #1a1a1a;
    text-align: left;
    text-decoration: none;
}
.my-wrapper__button {
    width: 50px;
    height: 40px;
    padding: 0;
    background-image: url("/static/images/parts/icon_plus-small_black_01.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-position: center right 20px;
}
.my-wrapper__button.is-active {
    background-image: url("/static/images/parts/icon_minus-small_black_01.svg");
}

.header-sidemenu-link {
    background-position: center right 20px;
}

.header-menu__sp-search {
    padding-top: 20px;
    padding-bottom: 60px;
}

.header-menu__overlay,
.header-menu__filter01 {
    display: none;
}

.important-info__twocol {
    flex-direction: column;
}

.important-info__right {
    margin-top: 10px;
    overflow: hidden;
}

.mv-swiper {
    height: 160px;
    margin-top: -14px;
}

.mv-swiper .swiper-wrapper {
    margin-left: 26.5px;
}

.mv-swiper .swiper-wrapper .swiper-slide {
    width: 265px;
    margin-top: 15.75px;
}

.mv-swiper .swiper-wrapper .slide-container {
    max-height: 133px;
}

.mv-swiper .swiper-wrapper .swiper-slide-active {
    width: 320px;
    margin-top: 0;
}
.mv-swiper .swiper-wrapper .swiper-slide-active .slide-container {
    max-height: 160px;
}

.mv-swiper .swiper-button-prev,
.mv-swiper .swiper-button-next {
    display: none;
}

.mv-swiper .swiper-pagination {
    bottom: 0;
}

.mv-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
}

.text-swiper .swiper-slide,
.text-reverse-swiper .swiper-slide {
    font-size: 3.2rem;
}

.text-reverse-swiper {
    margin-top: -14px;
}

.mv-login-completed__menu {
    padding: 0 20px;
}

.splide.splide__my-splide {
    margin-top: -14px;
}

.splide.splide__my-splide .splide__slide {
    width: 320px;
    height: 160px;
}

.splide.splide__my-splide .splide__slide:not(.is-active) .container {
    width: 265px;
    height: 133px;
}

.splide.splide__my-splide .splide__arrow {
    display: none;
}

.splide.splide__my-splide .splide__pagination {
    bottom: -25px;
}

.splide.splide__my-splide .splide__pagination__page {
    width: 6px;
    height: 6px;
}

/*# sourceMappingURL=style-sp.css.map */
