@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%;
}
.l-24-contenner {
    margin: 0 auto 0;
    padding: 24px 24px 0;
    max-width: 960px;
}
/*ヘッダー*/
.p-24-header {
    margin: 0 auto 40px;
}
.p-24-header__image {
    aspect-ratio: 5 / 4;
    max-height: 80vh;
    width: 100%;
}
.p-24-header__image-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
    position: relative;
  z-index: 0;
  overflow: hidden;
}
.p-24-header__image-inner:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
img.p-24-header__image_photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 1440px;
    margin: auto;
    display: block;
}
h1.p-24-header__title {
    text-align: center;
    font-size: 20px;
    margin: 0 0 6px 0;
    font-weight: 500;
}
img.p-24-header__logo_title {
    width: 60%;
    margin: 8px auto;
    display: block;
    max-width: 150px;
}
.p-24-header__colorbox {
    height: 5px;
    width: 80%;
    margin: auto;
    max-width: 294px;
}
.p-24-header__colorbox_bottom {
    height: 2px;
    width: 100%;
    margin: auto;
}
h2.p-24-header__subtitle {
    text-align: center;
    margin: 16px auto;
    font-size: 18px;
    font-weight: 600;
}
p.p-24-header__body {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto;
    /* padding: 8px 0; */
}
h3.p-24-contents__header1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 16px auto;
}
p.p-24-contents__body1 {
    font-size: 16px;
    line-height: 1.8;
}
.p-24-contents__utsuwa_box {
    margin: 24px auto 40px;
}
.p-24-contents__utsuwa_photo {
    width: 100%;
    aspect-ratio:3/2;
    object-fit: cover;
}


h4.p-24-contents__utsuwa_box_title {
    font-size: 17px;
    margin: 16px 0 8px;
    font-weight: 600;
    line-height: 1.4;
}
h4.p-24-contents__utsuwa_box_title span {
    font-size: 15px;
    margin: 0 0 0 1em;
    font-weight: 400;
}
p.p-24-contents__utsuwa_box_body {
    line-height: 1.5;
    font-size: 15px;
}
/*アイテムリスト*/
.p-24-contents__itemlist-head{
  margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
}
.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;
}
h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin: 24px 0;
    text-align: justify;
}
h6 br {
  display: none;
}
/*アーカイブ*/
.p-24-archive.l-product-magazine {
    margin-top: 40px;
}
.p-product-magazine-slider__description h2.p-24-header__subtitle {
    text-align: left;
    margin: auto;
    font-size: 13px;
    font-weight: 300;
}
/*リンク*/
.foot_link_box {
    display: flex;
}
.foot_link {
    margin: 0 8px 24px;
}
@media (min-width: 1081px) {
    .p-24-contenner {
        margin: 0 auto 0px;
    }
  .l-24-contenner {
    padding: 24px 0 0;
}
    .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;
    }
  .p-24-contents__itemlist-box {
    width: calc(33.3333% - 16px);
    margin: 0 8px 24px;
}
  h6 {
    text-align: center;
}
h6 br {
  display: inline;
}
}
@media (min-width: 1280px) {
    .p-art-header {
        margin: 0 auto 0px;
        padding: 0 24px;
    }
}