@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
.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;
      max-height: 100vh;
}
.c-art__aspect3-4 {
    aspect-ratio: 3/4;
}
.c-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
/*ヘッダー*/
.p-art-header {}
/*コンテンツ*/
.p-art-contenner {
    margin: 0 0 0 0;
    padding: 24px 24px 0;
}
section.p-art-title {
    margin: 0 0 24px 0;
}
.p-art-title__rogo {
    width: 90%;
    margin: auto;
    max-width: 320px;
}
.p-art-title__title {
    font-family: "Gilda Display", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin: 16px 0;
    font-size: 26px;
}
.p-art-title__title::before {
    content: '';
    width: 30px;
    border-top: solid 1px currentColor;
    display: block;
    margin: 0 auto 12px;
}
.p-art-title__title_jp {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 16px;
    display: block;
}
.p-art-title__text {
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}
.p-art-contents__text1 {
    font-size: 14px;
    line-height: 1.8;
    margin: 16px 0 40px 0;
    text-align: justify;
}
.p-art-contents__photowrap {
    display: flex;
    margin: 16px 0;
}
.p-art-contents__photowrap div {
    width: calc(50% - 8px);
}
.p-art-contents__photowrap div:first-child {
    margin: 0 8px 0 0;
}
.p-art-contents__photowrap div:last-child {
    margin: 0 0 0 8px;
}
.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.6;
    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__fabric .p-art-contents__text2__body {
    margin: 16px 0 0 0;
}
.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;
}
.p-art-archive.l-product-magazine {
    border-top: 1px solid var(--c-black);
    border-bottom: none;
    padding-top: 40px;
    padding: 40px 24px 0;
}
@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;
    }
}
@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;
}
}