@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Noto+Serif+JP:wght@200..900&display=swap');
.swiperThumbnail, .swiperThumbnail_b {
    margin: 4px 0 16px 0;
}
.swiperThumbnail .swiper-slide, .swiperThumbnail_b .swiper-slide {
    opacity: 0.6;
}
.swiperThumbnail .swiper-slide-thumb-active, .swiperThumbnail_b .swiper-slide-thumb-active {
    /* border: 3px solid #007aff; */
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--c-black);
}
 .l-product-appeal .swiper-button-prev {
        display: block;
        top: 0;
        left: auto;
        right: 40px;
        bottom: auto;
        z-index: 1;
        width: 24px;
        height: 24px;
        margin: auto;
        padding: 5px 2px;
    }
 .l-product-magazine .swiper-button-prev {
        display: block;
        top: 40px;
        left: auto;
        right: 64px;
        bottom: auto;
        z-index: 1;
        width: 24px;
        height: 24px;
        margin: auto;
        padding: 5px 2px;
    }
    .l-product-appeal .swiper-button-prev::after, .l-product-magazine .swiper-button-prev::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/btn-prev.svg') no-repeat;
    }
    .l-product-appeal .swiper-button-next{
        display: block;
        top: 0;
        left: auto;
        right: 0px;
        bottom: auto;
        z-index: 1;
        width: 24px;
        height: 24px;
        margin: auto;
        padding: 5px 2px;
    }
.l-product-magazine .swiper-button-next {
        display: block;
        top: 40px;
        left: auto;
        right: 24px;
        bottom: auto;
        z-index: 1;
        width: 24px;
        height: 24px;
        margin: auto;
        padding: 5px 2px;
    }
    .l-product-appeal .swiper-button-next::after, .l-product-magazine .swiper-button-next::after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: transparent url('/webstore/design/themes/new_marumitsu/media/images/ver2/btn-next.svg') no-repeat;
    }

.l-product-appeal {
    position: relative;
    margin: 0 0 40px 0;
    /* padding: 0 24px 40px; */
    overflow-x: hidden;
    /* border-bottom: 1px solid var(--c-black); */
}
.l-product-magazine {
    position: relative;
    margin: 0 0 40px 0;
    padding: 40px 24px 40px;
    overflow-x: hidden;
    border-top: 1px solid var(--c-black);
  border-bottom:none;
}

.p-art-contents__itemlist {
    overflow: hidden;
    margin: 0 0 64px 0;
    padding: 0;
    border: none;
}
.pc_use {
    display: none;
}
.sp_use {
    display: block;
}
.flexwrap {
    display: flex;
    flex-wrap: wrap;
}
.fadeIn {
    opacity: 0;
    transition: 2s;
}
.fadeIn.is-show {
    opacity: 1;
}
.fadeIn_up {
    opacity: 0;
    transform: translate(0, 50%);
    transition: 2s;
}
.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.fadeIn_left {
    opacity: 0;
    transform: translate(-50%, 0);
    transition: 2s;
}
.fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.c-art__aspect1-1 {
    aspect-ratio: 1/1;
}
.c-art__aspect3-2 {
    aspect-ratio: 3 / 2;
}
.c-art__aspect2-3 {
    aspect-ratio: 2/3;
}
.c-art__aspect3-4 {
    aspect-ratio: 3/4;
}
.c-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
/*ヘッダー*/
p-art-header {
    aspect-ratio: 4 / 3;
}
/*コンテンツ*/
section#block_a {
    border-bottom: 1px solid var(--c-black70);
    margin: 0 0 60px 0;
}
.p-art-contenner {
    margin: 0 0 0 0;
    padding: 24px 24px 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
}
section.p-art-title {
    margin: 0 0 40px 0;
    border-bottom: solid 1px var(--c-black70);
}
.p-art-title__rogo {
    width: 90%;
    margin: auto;
    max-width: 240px;
}
.p-art-title__title {
    font-family: "Libre Caslon Display", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 24px 0;
    font-size: 26px;
}
.p-art-title__title::before {
    content: '';
    width: 30px;
    border-top: solid 1px currentColor;
    display: block;
    margin: 0 auto 24px;
}
.p-art-title__title_jp {
    font-size: 14px;
    display: block;
    margin: 4px 0 0 0;
}
.p-art-title__text {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}
.p-art-title__text br {
  display: none;
}
.p-art-contents__text1 {
    font-size: 14px;
    line-height: 1.8;
    margin: 16px 0 40px 0;
    text-align: justify;
}
.p-art-contents__menu p {
    font-size: 13px;
    margin: 8px 0;
    line-height: 1.3;
}
.p-art-contents h4 {
    font-size: 18px;
    margin: 0 0 8px 0;
}
.p-art-contents__photowrap {
    display: flex;
    margin: 24px 0;
}
.p-art-contents__photowrap div {
    width: calc(50% - 4px);
}
.p-art-contents__photowrap div:first-child {
    margin: 0 4px 0 0;
}
.p-art-contents__photowrap div:last-child {
    margin: 0 0 0 8px;
}
.p-art-contents__bodyblock__titletext {
    font-size: 16px;
    font-weight: 600;
    margin: 16px 0 8px 0;
}
.p-art-contents__bodyblock__bodytext {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 36px 0;
    text-align: justify;
}
.p-art-contents__bodyblock__bodytext br{
  display:none;
}
.p-art-contents__text2__box {
    margin: 0 0 36px 0;
}
.p-art-contents__text2__box__point {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 16px 0 8px 0;
    border-bottom: solid 1px currentColor;
    display: inline-block;
    line-height: 1.1;
}
.p-art-contents__text2__body {
    font-size: 14px;
    line-height: 1.8;
    margin: 16px 0 32px 0;
    text-align: justify;
}
.p-art-contents__fabric-title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-align: center;
    margin: 0 0 32px 0;
}
.p-art-contents__fabric {
    border-top: dotted var(--c-black50) 1px;
    padding: 32px 0 24px;
    /*border-bottom: solid var(--c-black50) 1px;
    margin: 0 0 32px 0;*/
}
.p-art-contents__fabric img.c-fit.c-art__aspect3-4 {
    margin: auto;
    display: block;
    max-height: 640px;
    width: auto;
}
.p-art-contents__fabric-midashi {
    font-size: 16px;
    margin: 0 0 8px 0;
    text-align: center;
    font-weight: 700;
}
.p-art-contents__itemlist-head {
    font-size: 16px;
    margin: 0 0 16px 0;
    font-weight: 700;
}
.p-art-contents__itemlist-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 16px;
}
.p-art-contents__itemlist-box {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
}
.p-art-contents__item-name {
    font-size: 13px;
    margin: 8px 0 0px;
    line-height: 1.3;
}
.p-art-contents__item-price {
    font-size: 13px;
    margin: 4px 0 0px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .pc_use {
        display: block;
    }
    .sp_use {
        display: none;
    }
    .p-art-header {
        margin: 24px 0 0px 0;
        padding: 0 80px;
    }
    .p-art-contenner {
        padding: 24px 80px;
    }
    .p-art-contents__itemlist-box {
        width: calc(33.333% - 16px);
        margin: 0 8px 24px;
    }
    .p-art-archive.l-product-magazine {
        border-top: 1px solid var(--c-black);
        border-bottom: none;
        padding-top: 40px;
        padding: 40px 80px 40px;
        margin: 0px;
    }
    .p-art-archive .p-product-magazine__title {
        font-size: 16px;
    }
      .l-product-appeal, .l-product-magazine {
        margin: 0 0 40px 0;
        /* padding: 0 40px 40px; */
        overflow-x: hidden;
        /* border-bottom: 1px solid var(--c-black); */
    }

}
@media (min-width: 1081px) {
    .p-art-header {
        margin: 24px 8.33333% 0px;
        padding: 0;
    }
    .p-art-contenner {
        margin: 24px auto 0px;
        padding: 0;
        max-width: 860px;
    }
    .p-art-archive.l-product-magazine {
        border-top: 1px solid var(--c-black);
        border-bottom: none;
        padding: 40px 0px 40px;
        margin: 40px auto 0;
        max-width: 860px;
    }
    /*.p-art-archive.l-product-magazine .swiper-button-next, .p-art-archive.l-product-magazine .swiper-button-prev {
        top: 40px;
    }*/
}
@media (min-width: 2001px) {
    .p-art-header {
        max-width: 1780px;
        margin: 0 auto 0px;
    }
}
/*アーカイブ用*/
.p-art-main-header {
    position: relative;
}
.p-art-main-title__rogo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 500px;
    transform: translate(-50%, -50%);
}
.p-art-maintitle__text {
    text-align: justify;
    line-height: 1.6;
    font-size: 15px;
    margin: 16px 0 16px;
}
.p-art-maintitle__text br {
    display: none;
}
ul.p-art-archive {
    margin: 0 0 40px;
}
li.p-art-archive_box {
    width: calc(90%);
    margin: 8px auto 16px;
}
.p-art-archive__term {
    font-size: 14px;
    margin: 8px 0 0 0;
    line-height: 1.3;
}
@media (min-width: 768px) {
    .p-art-maintitle__text {
        text-align: center;
        line-height: 1.8;
        font-size: 15px;
        margin: 16px 0 16px;
    }
    .p-art-maintitle__text br {
        display: inline;
    }
    li.p-art-archive_box {
        width: calc(100% / 2 - 16px);
        margin: 8px 8px 16px;
    }
}
@media (min-width: 1081px) {
    li.p-art-archive_box {
        width: calc(100% / 3 - 16px);
        margin: 8px 8px 16px;
    }
}