body {
    font-size: 1.6rem;
}

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

.l-container {
    width: 1280px;
    max-width: 1280px;
    padding: 0 10px;
    margin: 0 auto;
}

.l-container__inner {
    width: 1180px;
    max-width: 1180px;
    margin: 0 auto;
}

.l-section__title + .l-section__content {
    margin-top: 20px;
}

.l-twocol {
    grid-template-columns: repeat(2, calc(50% - 20px));
    column-gap: 40px;
}

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

.c-header-link01__text,
.c-header-link02__text,
.c-header-link03__text {
    height: 20px;
}

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

.c-header-link01__info {
    top: 6px;
    right: 18px;
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
}

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

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

.c-link-cards02 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
    column-gap: 10px;
}

.c-link-card02 {
    background-image: url("/static/images/parts/icon_arrow-small_gray_01.svg");
    background-repeat: no-repeat;
    background-position: center right 10px;
}

.c-link-card02__twocol {
    padding-right: 25px;
}

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

.c-setting-button01 {
    padding: 8px 12px;
}

.c-sidemenu-button01 {
    justify-content: center;
    padding-right: 1em;
}

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

.c-search-button01 {
    padding-right: 10px;
    background-position: center right 18px, top left;
}

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

.c-news01.is-ellipsis .c-news01__title {
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c-news02__date {
    width: 6.5em;
}

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

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

.c-product-swiper01 .swiper {
    position: relative;
    padding: 0 40px;
}
.c-product-swiper01 .swiper::before,
.c-product-swiper01 .swiper::after {
    position: absolute;
    top: 0;
    z-index: 5;
    display: block;
    width: 40px;
    height: 100%;
    content: "";
    background-color: #fefefe;
}
.c-product-swiper01 .swiper::before {
    left: 0;
}
.c-product-swiper01 .swiper::after {
    right: 0;
}

.c-product-swiper01 .swiper-wrapper {
    padding: 15px 0;
}

.c-product-swiper01 .swiper-slide {
    padding: 0 10px;
}
.c-product-swiper01 .swiper.is-no-loop .swiper-slide {
    max-width: 275px;
}

.c-product-swiper01 .swiper-button-prev,
.c-product-swiper01 .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #f9f8f8;
    border-radius: 50%;
    transition: background-color 0.25s ease;
}
.c-product-swiper01 .swiper-button-prev::after,
.c-product-swiper01 .swiper-button-next::after {
    width: 6.7px;
    height: 10px;
    content: "";
    background-color: #1a1a1a;
}
.c-product-swiper01 .swiper-button-prev:hover,
.c-product-swiper01 .swiper-button-next:hover {
    background-color: #d9d4d5;
}

.c-product-swiper01 .swiper-button-prev {
    left: 0;
}
.c-product-swiper01 .swiper-button-prev::after {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.c-product-swiper01 .swiper-button-next {
    right: 0;
}
.c-product-swiper01 .swiper-button-next::after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.c-product-swiper01 .swiper-scrollbar {
    display: none;
}

.c-search-input01 {
    padding: 0 15px;
}

.c-menu-items-horizontal01 {
    grid-template-columns: repeat(3, calc((100% - 40px) / 3));
    column-gap: 20px;
}

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

.c-menu-item01__title {
    padding: 0.75em 1em;
    text-align: center;
}

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

.c-selectmenu-all-category + .ui-selectmenu-button {
    padding: 0 12px;
}

.footer {
    min-width: 1280px;
}

.footer__nav {
    padding: 65px 0;
}

.footer__copy {
    text-align: center;
}

.footer-nav__list {
    grid-template-columns: repeat(6, auto);
    column-gap: 45px;
}

.header {
    min-width: 1280px;
}

.header__container-upper {
    position: relative;
    z-index: 101;
    min-height: calc(1.5em + 14px);
    padding: 8px 10px 6px;
    background-color: #f9f8f8;
}

.header__container-upper::before {
    position: absolute;
    top: 0;
    left: 0;
}

.header__container-middle {
    height: 70px;
    padding-left: 20px;
    overflow: hidden;
}

.header__menu {
    top: calc(100% - 66px);
    right: 0;
    width: 765px;
}

.header-container-upper__list {
    display: flex;
    justify-content: flex-end;
}

.header-container-middle {
    position: relative;
    z-index: 101;
    grid-template-areas: "logo info nav menu";
    grid-template-columns: 200px 1fr auto auto;
}

.header-container-middle__info {
    justify-content: flex-end;
}

.header-container-lower {
    grid-template: "left center right";
    grid-template-columns: 220px 1fr 200px;
    column-gap: 20px;
    height: 66px;
    padding-right: 20px;
}

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

.header-container-lower__right {
    padding: 10px 0;
}

.header-nav-info__texts {
    min-width: 345px;
    padding-right: 60px;
}

.header-nav-info__button + .header-nav-info__texts {
    padding-left: 0.5em;
    margin-left: 0.75em;
}

.header-search {
    grid-template-columns: fit-content(100%) 1fr 100px;
    border: solid 2px #dedada;
}

.header-search__center {
    position: relative;
}

.header-search__right {
    position: relative;
    top: -2px;
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    border-radius: 0 6px 6px 0;
}

.header-search-left {
    position: relative;
}

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

.header-sidemenu,
.header-sidemenu-child,
.header-sidemenu-child-child,
.header-search-allmenu {
    width: 220px;
    padding: 10px 0 10px 10px;
}

.header-sidemenu__child,
.header-sidemenu-child__child,
.header-sidemenu-child-child__child,
.header-search-allmenu__child {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

.header-sidemenu {
    box-shadow: inset -5px 25px 15px -15px rgba(0, 0, 0, 0.1), 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-sidemenu-child {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-sidemenu-child-child {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.header-search-allmenu {
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

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

.header-sidemenu-link:hover,
.header-sidemenu-link.is-active2,
.header-sidemenu-link.is-active3 {
    color: #0066bf;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    background-position: center right 10px;
}

.header-search-facet__list {
    width: 480px;
}

.header-menu__container {
    position: relative;
    z-index: 1000;
    padding: 20px 40px;
    background-color: #fefefe;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.header-menu__sp-search {
    display: none;
}

.header-menu__overlay,
.header-menu__filter01 {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: block;
    width: 100vw;
    min-width: 1280px;
    min-height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
}

.important-info {
    min-width: 1280px;
}

.important-info__inner {
    width: 1180px;
    max-width: 1180px;
    margin: 0 auto;
}

.important-info__left {
    flex-direction: column;
    min-width: 130px;
}

.important-info__right {
    padding-left: 30px;
    margin-left: 12px;
    border-left: 1px solid #bf0000;
}

.detail-search-facet__list {
    width: 480px;
}

.mv-not-login {
    min-width: 1280px;
}

.mv-swiper {
    height: 330px;
    margin-top: -30px;
}

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

.mv-swiper .swiper-wrapper .swiper-slide {
    width: 538px;
    margin-top: 35px;
}

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

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

.mv-swiper .swiper-button-prev,
.mv-swiper .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: #f9f8f8;
    border-radius: 50%;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    transition: background-color 0.25s ease;
}
.mv-swiper .swiper-button-prev::after,
.mv-swiper .swiper-button-next::after {
    width: 7.15px;
    height: 10px;
    content: "";
    background-color: #1a1a1a;
}
.mv-swiper .swiper-button-prev:hover,
.mv-swiper .swiper-button-next:hover {
    background-color: #d9d4d5;
}

.mv-swiper .swiper-button-prev {
    position: absolute;
    left: 50%;
    transform: translateX(-365px);
}

.mv-swiper .swiper-button-next {
    position: absolute;
    right: 50%;
    transform: translateX(365px);
}

.mv-swiper .swiper-pagination {
    bottom: -5px;
}

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

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

.mv-login-completed {
    min-width: 1280px;
    padding: 40px;
    padding-bottom: 20px;
    background-image: url("/static/images/parts/bg_mv_logged_01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mv-login-completed__menu {
    width: 733px;
    padding: 16px 20px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

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