@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Klee+One&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-art__aspect4-3 {
    aspect-ratio: 4/3;
}
.c-fit {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
/*ヘッダー*/
.p-art-header {
    position: relative;
    max-width: 1280px;
    margin: auto;
}
img#logo_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: 55%;
    max-height: 300px;
    z-index: 10;
}
.swiper-24-visual{
    overflow: hidden;
}
/*コンテンツ*/
.p-24-contenner {
    margin: 0 auto 0;
    padding: 24px 24px 0;
    max-width: 960px;
    color: #3E3A39;
}
img.main_title {
    width: 100%;
    margin: 16px auto 16px;
    display: block;
    max-width: 400px;
}
.p-24-mainbody {
    color: #3E3A39;
    line-height: 1.8;
    font-size: 15px;
    text-align: justify;
}
.p-24-shikiri img {
    max-height: 600px;
    aspect-ratio: 3/2;
}
section.p-24-title {
    margin: 40px 0;
    text-align: center;
}
h2.p-24-title__title {
    margin: 0 0 16px;
    font-size: 23px;
    font-family: "Klee One", serif;
    font-weight: 400;
}
h2.p-24-title__title span {
    margin: 0 0 0 4px;
    font-size: 18px;
    font-family: "Klee One", serif;
    font-weight: 400;
}
p.p-24-title__text {
    font-size: 15px;
    line-height: 1.5;
}
p.p-24-title__text {
    font-size: 15px;
    line-height: 1.5;
}

h3.p-24-title__menu_head {
    margin: 24px 0px 16px 0;
    font-size: 20px;
    font-family: "Klee One", serif;
    font-weight: 400;
    border-top: solid 1px var(--c-black50);
    padding: 24px 0 0 0;
}

p.p-24-title__menu_text {
    font-size: 15px;
    line-height: 1.8;
}

section.p-24-contents {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 24px 0
}
section.p-24-contents a {
    border-bottom: 1px solid var(--c-black70);
    padding: 0 0 2px 0;
}
section.p-24-contents p img {
    margin: 16px 0 8px;
}
section.p-24-contents p {
    margin: 0 0 8px;
}
section.p-24-contents__itemlist {
    border-top: solid 1px var(--c-black);
    padding: 24px 0 0 0;
}
.p-24-contents__itemlist-head {
    font-size: 16px;
    margin: 0 0 16px 0;
    font-weight: 700;
}
.p-24-contents__itemlist-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 16px;
}
.p-24-contents__itemlist-box {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
}
.p-24-contents__item-name {
    font-size: 13px;
    margin: 8px 0 0px;
    line-height: 1.3;
}
.p-24-contents__item-price {
    font-size: 13px;
    margin: 4px 0 0px;
    line-height: 1.3;
}
.p-24-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: 0 0 0px 0;
        padding: 0 24px;
    }
    .p-24-mainbody {
        color: #3E3A39;
        line-height: 1.8;
        font-size: 15px;
        text-align: center;
    }
    .p-24-contenner {
        padding: 24px 80px;
    }
    .p-24-contents__itemlist-box {
        width: calc(33.333% - 16px);
        margin: 0 8px 24px;
    }
    .p-24-archive.l-product-magazine {
        border-top: 1px solid var(--c-black);
        border-bottom: none;
        padding-top: 40px;
        padding: 40px 80px 40px;
        margin: 0px;
    }
    .p-24-archive .p-product-magazine__title {
        font-size: 16px;
    }
}
@media (min-width: 1081px) {
    .p-24-contenner {
        margin: 0 auto 0px;
    }
    .p-24-archive.l-product-magazine {
        border-top: 1px solid var(--c-black);
        border-bottom: none;
        padding: 40px 0px 40px;
        margin: 40px auto 0;
        max-width: 960px;
    }
    .p-24-archive.l-product-magazine .swiper-button-next, .p-24-archive.l-product-magazine .swiper-button-prev {
        top: 40px;
    }
}
@media (min-width: 1280px) {
    .p-art-header {
        margin: 0 auto 0px;
        padding: 0 24px;
    }
}


/*
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;
}
*/


/*アーカイブ用*/
/*
.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;
    }
}*/
