/* フォント読み込み（GoogleFonts：Libre Baskerville） */
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap");

body {
    color: 030303;
}
img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.swiper-slide {
    position: relative;
    height: auto;
}
.swiper-slide picture {
    height: 100%;
}
.swiper-slide.loopAnimation {
    overflow: hidden;
    position: relative;
}
.swiper-slide.loopAnimation .inner {
    display: flex;
    width: 100vw;
}
@-webkit-keyframes loop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@-webkit-keyframes loop2 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
.swiper-slide.loopAnimation .inner picture.text {
    min-width: unset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mark-design {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
}
.mark-design > img {
  max-width: 100px;
}
.mark-design .text p.title {
  font-family: "Arial", sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.15;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.mark-design .text p {
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.8;
  letter-spacing: 1.5px;
  margin: 0;
  color: #000;
}

/* SPスタイル */
@media (max-width: 450px) {
    nav.fs-c-breadcrumb {
        display: none; /* パンくずリストを非表示（FS管理画面上で外せないパーツ） */
    }
    .fs-c-productList {
        display: none; /* 商品グループエリアを非表示（FS管理画面上で外せないパーツ） */
    }
    #fs_preview_header {
        display: none;
    }
    a:hover,
    a:active {
        text-decoration: none;
    }
    img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: crisp-edges;
        vertical-align: middle;
    }
    video {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        vertical-align: middle;
    }
    body.open {
        overflow: hidden;
    }
    body.open #Menu {
        position: fixed;
        top: 20px;
        right: 30px;
    }
    body.open #Menu span:nth-of-type(1) {
        transform: translateY(9.5px) rotate(-135deg);
    }
    body.open #Menu span:nth-of-type(2) {
        visibility: hidden;
        transition: all 0.1s;
    }
    body.open #Menu span:nth-of-type(3) {
        transform: translateY(-9.5px) rotate(135deg);
    }
    body.open .top-link {
        width: 0.1px;
    }
    body.open .cart {
        width: 0.1px;
    }
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }

    header {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        justify-content: space-between;
        align-items: start;
        box-shadow: none;
        z-index: 2;
        margin: auto;
        padding: 4.5vw;
        padding-left: 3vw;
    }
    header h1 {
        margin: 0;
    }
    header h1 a.logo img {
        width: 140px;
    }
    header a.top-link {
        display: flex;
        align-items: center;
        margin-top: 2px;
        margin-right: 4px;
    }
    header a.top-link img {
        width: 90px;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    }
    header a.cart {
        display: initial;
        width: 55px;
        margin-right: 5px;
    }
    header .flex_box {
        display: flex;
        margin-right: 10px;
    }

    .Flex_Box {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .Flex_Box.Center {
        justify-content: center;
    }
    .Flex_Box.Middle {
        align-items: center;
    }
    #Slide_Menu {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 90%;
        max-width: 427px;
        height: 100%;
        overflow-y: auto;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.9);
        box-sizing: border-box;
        padding: 10px 0 13.5vw 0;
        font-size: 0;
    }
    #Slide_Menu * {
        color: #fff;
    }
    #Slide_Menu > * {
        width: 100%;
        height: 100%;
    }
    #Slide_Menu * {
        color: #fff;
    }
    #Slide_Menu ul {
        margin: 0;
        width: 100%;
        padding: 15vw 0 0 9vw;
    }
    #Slide_Menu ul li {
        font-family: poppins, sans-serif;
        margin: 0 0 15px;
        font-weight: 400;
    }
    #Slide_Menu ul li a {
        color: #fff;
        display: block;
        transition: all 0.4s;
        width: 100%;
    }
    #Slide_Menu ul li span {
        font-family: system-ui;
        font-size: 25px;
        font-style: italic;
        letter-spacing: 0.1em;
        transition: all 0.4s;
    }
    #Slide_Menu .Navi_Menu_Wrap {
        display: block;
    }
    #Menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-evenly;
        width: 25px;
        height: 35px;
        z-index: 10101;
        margin-top: 11px;
        padding: 0;
    }
    #Menu span {
        height: 2px;
        width: 100%;
        background: #fff;
        display: block;
        margin: 0;
        transition: all 0.4s;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    }

    #first {
        position: relative;
    }
    .swiper-slide.loopAnimation .inner picture {
        min-width: 287%;
    }
    .swiper-slide.loopAnimation .inner picture:nth-of-type(1) {
        -webkit-animation: loop 100s -50s linear infinite; /* Safari対応 */
        animation: loop 100s -50s linear infinite;
    }
    .swiper-slide.loopAnimation .inner picture:nth-of-type(2) {
        -webkit-animation: loop2 100s linear infinite; /* Safari対応 */
        animation: loop2 100s linear infinite;
    }
    .swiper-slide.loopAnimation .inner .slider-viewmore {
        position: absolute;
        right: 21%;
        bottom: 28%;
        z-index: 2;
        width: 80px;
        margin-top: 5px;
        aspect-ratio: 150/49;
        filter: drop-shadow(0 0 5px #000000);
    }
    #first .swiper-wrapper .swiper-slide {
        position: relative;
    }
    #first .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #first .swiper-wrapper .swiper-slide .slider-info {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        position: absolute;
        bottom: 20%;
        right: 0;
        margin: auto;
    }
    /* #first .swiper-wrapper .swiper-slide .slider-info h1 {
        font-size: 22px;
        font-weight: bold;
        letter-spacing: 3px;
        text-align: left;
        margin: 3vw 0;
    } */
    #first .swiper-wrapper .swiper-slide .slider-info h2 {
        font-size: 2vw;
        line-height: 1.5;
        text-align: left;
        letter-spacing: 0.1em;
        margin: 10px 0;
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }
    #first .swiper-wrapper .swiper-slide .slider-info h2 span {
        display: block;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノUD 角ゴ Std W4", "Hiragino UD Kaku Gothic Std", sans-serif;
        font-size: 1.2vw;
        font-weight: 600;
        color: #fff;
    }
    #first .swiper-wrapper .swiper-slide .slider-info .slider-content {
        /* display: inline-block; */
        font-size: 17px;
    }
    #first .swiper-wrapper .swiper-slide .slider-info .slider-viewmore {
        width: 80px;
        margin-top: 5px;
        aspect-ratio: 150/49;
        filter: drop-shadow(0 0 5px #000000);
    }
    #first .swiper-wrapper .swiper-slide .slider-info.right {
        /* right: initial; */
        left: 3%;
        /* bottom: 8%; */
        bottom: 1%;
        padding: 0;
        /* padding-left: 10%; */
    }
    /* #first .swiper-wrapper .swiper-slide .slider-info.right.text-white {
        color: #fff;
        text-shadow: 0 0 10px #555, 0 0 10px #555;
    } */
    /* #first .swiper-wrapper .swiper-slide .slider-info.right.shadow-white {
        text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    } */
    /* #first .swiper-wrapper .swiper-slide .slider-body {
        font-size: 11px;
        line-height: 1.8;
        letter-spacing: 0.1em;
    } */
    #first .swiper-pagination {
        bottom: 5%;
        z-index: 1;
    }
    #first .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 10px;
        background: #fff;
        opacity: 0.5;
    }
    #first .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

    #about {
        /*background-image: url({% items[/BEAXIS_sp_concept-01.jpg] %});
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;*/
        padding: 70px 0;
    }
    #about .concept-jp-wrap {
        padding: 0 8%;
    }
    #about .concept-jp-wrap .logo {
        width: 60%;
        margin: auto;
    }
    #about .concept-jp-wrap .concept {
        padding: 35px 0 60px 0;
    }
    #about .concept-jp-wrap .concept img {
        width: 100%;
        min-width: 100px;
    }
    #about .concept-jp-wrap p.concept-jp {
        font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000000;
        font-size: 2.7vw;
        text-align: center;
        font-weight: 500;
        line-height: 2.5;
        margin: 0 5% 10% 5%;
    }
    #about .supervision-wrap {
        width: 100%;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        letter-spacing: 0.1em;
        background: #fff;
        padding: 15px 6.4% 20px;
    }
    #about .supervision-wrap .img-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-left: -20px;
        margin-bottom: 5px;
    }
    #about .supervision-wrap .supervisor-img {
        /*width: 40%;*/
        max-width: 120px;
        /*margin-bottom: 5px;*/
    }
    #about .supervision-wrap .supervisor {
        display: inline;
        align-content: center;
        -webkit-align-content: center;
        /*width: 60%;*/
        /*padding-left: 5px;*/
        text-align: center;
    }
    #about .supervision-wrap .supervisor .title {
        font-size: 2.2vw;
        letter-spacing: normal;
    }
    #about .supervision-wrap .supervisor .name-wrap {
        padding-top: 5px;
    }
    #about .supervision-wrap .supervisor .name {
        font-size: 6.5vw;
    }
    #about .supervision-wrap .supervisor .post {
        font-size: 13px;
    }
    #about .supervision-wrap .description-wrap {
        line-height: 1.8;
        margin: 10px 5px 0 5px;
    }
    #about .supervision-wrap .about-text {
        font-size: 2.55vw;
        letter-spacing: 0.05em;
    }

    #lineup {
        position: relative;
        padding: 70px 0;
    }
    #lineup h2 {
        font-family: "Arial", sans-serif;
        font-style: italic;
        font-size: 32px;
        color: #423a23;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 auto;
    }
    #lineup ul.product-wrapper {
        display: flex;
        align-items: start;
        column-gap: 4%;
        row-gap: 5.5vw;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 60%;
        min-width: 200px;
        margin-top: 15px;
    }
    #lineup ul.product-wrapper li {
        display: none;
        position: relative;
    }
    #lineup ul.product-wrapper > li + li {
        margin-top: 20%;
    }
    #lineup ul.product-wrapper li:nth-of-type(-n + 6) {
        display: block;
    }
    #lineup ul.product-wrapper li .product-url {
        display: none;
    }
    #lineup ul.product-wrapper li .product-img-wrap {
        position: relative;
    }
    #lineup ul.product-wrapper li .product-img-wrap .product-img {
        width: 100%;
    }
    #lineup ul.product-wrapper li .color-variation-wrap {
        position: absolute;
        left: 7%;
        bottom: 7%;
        width: 11%;
    }
    #lineup ul.product-wrapper li .color-variation-wrap .color-variation img {
        width: 100%;
    }
    #lineup ul.product-wrapper li .color-variation-wrap .color-variation:not(:last-of-type) {
        padding-bottom: 6.5%;
    }
    #lineup ul.product-wrapper li .text-wrap {
        position: relative;
        padding-top: 10px;
        padding-left: 10px;
    }
    #lineup ul.product-wrapper li .text-wrap .product-logo {
        width: 76px;
        height: 26px;
    }
    #lineup ul.product-wrapper li .product-name {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノUD 角ゴ Std W4", "Hiragino UD Kaku Gothic Std", sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.8;
        letter-spacing: 0.1em;
        color: #423a23;
        word-break: keep-all;
    }
    #lineup ul.product-wrapper li .product-option {
        display: none;
        margin-top: 5px;
    }
    #lineup ul.product-wrapper li .product-option.show {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #lineup ul.product-wrapper li .product-type {
        font-size: 13px;
        font-weight: 600;
        line-height: 1.8;
        letter-spacing: 0.1em;
        color: #423a23;
    }
    #lineup ul.product-wrapper li .fs-c-productMark__mark {
        font-size: 10px;
        font-weight: bold;
        color: #423a23;
    }
    #lineup ul.product-wrapper li .bottom-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }
    #lineup ul.product-wrapper li .bottom-wrap .product-price-wrap {
        font-family: "Arial", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.1em;
        color: #423a23;
    }
    #lineup ul.product-wrapper li .bottom-wrap .product-price-wrap span.tax {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノUD 角ゴ Std W4", "Hiragino UD Kaku Gothic Std", sans-serif;
        font-size: 10px;
        margin-left: 3px;
    }
    #lineup .allItems-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 420px;
        box-shadow: 0px -300px 60px #fff inset;
        z-index: 10000;
    }
    #lineup .allItems-wrap .allItems {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 50%;
        margin: auto;
        cursor: pointer;
    }

    footer {
        position: relative;
    }
    footer img {
        width: 100%;
    }
    footer picture.logo {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 70%;
    }
    footer a.instagram {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/* PCスタイル */
@media (min-width: 451px) {
    nav.fs-c-breadcrumb {
        display: none; /* パンくずリストを非表示（FS管理画面上で外せないパーツ） */
    }
    .fs-c-productList {
        display: none; /* 商品グループエリアを非表示（FS管理画面上で外せないパーツ） */
    }
    #fs_preview_header {
        display: none;
    }
    a:hover,
    a:active {
        text-decoration: none;
    }
    img {
        -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: crisp-edges;
        vertical-align: middle;
    }
    video {
        display: block;
        max-width: 100%;
        margin: 0 auto;
        vertical-align: middle;
    }
    body.open {
        overflow: hidden;
    }
    body.open #Menu {
        position: fixed;
        top: 20px;
        right: 65px;
    }
    body.open #Menu span:nth-of-type(1) {
        transform: translateY(13px) rotate(-135deg);
    }
    body.open #Menu span:nth-of-type(2) {
        visibility: hidden;
        transition: all 0.1s;
    }
    body.open #Menu span:nth-of-type(3) {
        transform: translateY(-13px) rotate(135deg);
    }
    body.open .top-link {
        width: 0.1px;
    }
    body.open .cart {
        width: 0.1px;
    }
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }

    header {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        justify-content: space-between;
        align-items: start;
        z-index: 2;
        margin: auto;
        padding: 20px 40px;
    }
    header h1 {
        margin: 0;
    }
    header h1 a.logo img {
        width: 200px;
    }
    header a.top-link {
        display: flex;
        align-items: center;
        margin-right: 4px;
        margin-top: 3px;
    }
    header a.top-link img {
        width: 120px;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
    }
    header a.cart {
        display: initial;
        width: 70px;
        margin-right: 5px;
    }
    header .flex_box {
        display: flex;
        margin-right: 25px;
    }

    .Flex_Box {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    .Flex_Box.Center {
        justify-content: center;
    }
    .Flex_Box.Middle {
        align-items: center;
    }
    #Slide_Menu {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 90%;
        max-width: 427px;
        height: 100%;
        overflow-y: auto;
        z-index: 10001;
        background: rgba(0, 0, 0, 0.9);
        box-sizing: border-box;
        padding: 10px 0 13.5vw 0;
        font-size: 0;
    }
    #Slide_Menu * {
        color: #fff;
    }
    #Slide_Menu > * {
        width: 100%;
        height: 100%;
    }
    #Slide_Menu * {
        color: #fff;
    }
    #Slide_Menu ul {
        margin: 0;
        width: 100%;
        padding: 80px 0 0 80px;
    }
    #Slide_Menu ul li {
        font-family: poppins, sans-serif;
        margin: 0 0 15px;
        font-weight: 400;
    }
    #Slide_Menu ul li a {
        color: #fff;
        display: block;
        transition: all 0.4s;
        width: 100%;
    }
    #Slide_Menu ul li span {
        font-family: system-ui;
        font-size: 25px;
        font-style: italic;
        letter-spacing: 0.1em;
        transition: all 0.4s;
    }
    #Slide_Menu .Navi_Menu_Wrap {
        display: block;
    }
    #Menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-evenly;
        width: 35px;
        height: 50px;
        z-index: 10101;
        margin-top: 11px;
        padding: 0;
    }
    #Menu span {
        height: 2px;
        width: 100%;
        background: #fff;
        display: block;
        margin: 0;
        transition: all 0.4s;
        box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    }

    #first {
        position: relative;
    }
    .swiper-slide.loopAnimation .inner picture {
       min-width: 174.7%;
    }
    .swiper-slide.loopAnimation .inner picture:nth-of-type(1) {
        -webkit-animation: loop 140s -70s linear infinite; /* Safari対応 */
        animation: loop 140s -70s linear infinite;
    }
    .swiper-slide.loopAnimation .inner picture:nth-of-type(2) {
        -webkit-animation: loop2 140s linear infinite; /* Safari対応 */
        animation: loop2 140s linear infinite;
    }
    .swiper-slide.loopAnimation .inner .slider-viewmore {
        position: absolute;
        right: 17.5%;
        bottom: 41%;
        z-index: 2;
        filter: drop-shadow(0 0 5px #000000);
    }
    .swiper-slide.loopAnimation .inner .slider-viewmore a {
        width: 6.5vw;
        display: inline-block;
    }
    #first .swiper-wrapper .swiper-slide {
        position: relative;
    }
    #first .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #first .swiper-wrapper .swiper-slide .slider-info {
        /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
        position: absolute;
        /* bottom: 20%;
        right: 0; */
        margin: auto;
        left: 0;
        bottom: 0;
    }
    /* #first .swiper-wrapper .swiper-slide .slider-info h1 {
        font-size: 3vw;
        font-weight: bold;
        letter-spacing: 5px;
        text-align: center;
        margin: 3vw 0;
    } */
    #first .swiper-wrapper .swiper-slide .slider-info h2 {
        font-size: 2vw;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 0.1em;
        /* margin: 3vw 0; */
        color: #fff;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        margin: 0;
    }
    #first .swiper-wrapper .swiper-slide .slider-info h2 span {
        display: block;
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノUD 角ゴ Std W4", "Hiragino UD Kaku Gothic Std", sans-serif;
        font-size: 1.2vw;
        font-weight: 600;
        color: #fff;
    }
    #first .swiper-wrapper .swiper-slide .slider-info a {
        width: 6.5vw;
        display: inline-block;
    }
    /* #first .swiper-wrapper .swiper-slide .slider-info .slider-content {
        display: inline-block;
    } */
    #first .swiper-wrapper .swiper-slide .slider-info .slider-viewmore {
        /* text-align: right; */
        text-align: left;
        filter: drop-shadow(0 0 5px #000000);
    }
    #first .swiper-wrapper .swiper-slide .slider-info.right {
        /* left: initial;
        padding-left: 0;
        padding-right: 6%; */
        left: 3%;
        bottom: 3%;
    }
    /* #first .swiper-wrapper .swiper-slide .slider-body {
        font-size: 1.4vw;
        line-height: 1.8;
        text-align: center;
        letter-spacing: 0.1em;
    } */
    #first .swiper-pagination {
        bottom: 5%;
    }
    #first .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 15px;
        background: #fff;
        opacity: 0.5;
    }
    #first .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

    #about {
        /*background-image: url({% items[/BEAXIS_pc_concept-01.jpg] %});
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;*/
        padding: 100px 0;
    }
    #about .concept-jp-wrap {
        padding: 0 calc((100% - 65%) / 2);
    }
    #about .concept-jp-wrap .concept {
        margin-bottom: 8%;
    }
    #about .concept-jp-wrap .concept img {
        width: 100%;
        min-width: 100px;
    }
    #about .concept-jp-wrap p.concept-jp {
        font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
        color: #000000;
        font-size: 1.2vw;
        text-align: center;
        letter-spacing: 0.05em;
        font-weight: 500;
        line-height: 2.2;
        margin: 0 auto 8% auto;
    }
    #about .supervision-wrap {
        display: flex;
        width: 100%;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        letter-spacing: 0.1em;
        background: #fff;
        justify-content: center;
        gap: 35px;
        padding: 40px 7.5%;
        margin: auto;
    }
    #about .supervision-wrap .img-wrap {
        width: 25%;
    }
    #about .supervision-wrap .description-wrap {
        display: inline;
        align-content: center;
        width: 63%;
        line-height: 1.8;
    }
    #about .supervision-wrap .supervisor {
        display: flex;
        border-bottom: solid 1px #000;
        padding-bottom: 5px;
    }
    #about .supervision-wrap .supervisor .title {
        font-size: 0.8vw;
        margin-top: 5px;
        margin-right: 1.8vw;
    }
    #about .supervision-wrap .supervisor .name {
        font-size: 2.6vw;
        line-height: 1.5;
    }
    #about .supervision-wrap .supervisor .post {
        font-size: 1.3vw;
        margin-top: 1.3vw;
        margin-left: 5px;
    }
    #about .supervision-wrap .about-text {
        font-size: 1vw;
        padding-top: 1.1vw;
    }
  
  .mark-design {
    gap: 60px;
  }
  .mark-design > img {
    max-width: 240px;
  }
  .mark-design .text p.title {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .mark-design .text p {
    font-size: 1.2vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.8;
  }

    #lineup {
        position: relative;
        padding: 100px 0;
    }
    #lineup h2 {
        font-family: "Arial", sans-serif;
        font-style: italic;
        font-size: 3vw;
        color: #423a23;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 0 auto;
    }
    #lineup ul.product-wrapper {
        display: flex;
        align-items: start;
        column-gap: 4%;
        row-gap: 5.5vw;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 auto;
        padding: 0;
        width: 75%;
        min-width: 230px;
        margin-top: 30px;
    }
    #lineup ul.product-wrapper li {
        display: none;
        position: relative;
    }
    #lineup ul.product-wrapper > li {
        width: calc((100% - 8%) / 3);
    }
    #lineup ul.product-wrapper > li + li {
        margin: 0;
    }
    #lineup ul.product-wrapper li:nth-of-type(-n + 9) {
        display: block;
    }
    #lineup ul.product-wrapper li .product-url {
        display: none;
    }
    #lineup ul.product-wrapper li .product-img-wrap {
        position: relative;
        margin-bottom: 15px;
    }
    #lineup ul.product-wrapper li .product-img-wrap .product-img {
        width: 100%;
    }
    #lineup ul.product-wrapper li .color-variation-wrap {
        position: absolute;
        left: 7%;
        bottom: 7%;
        width: 10%;
    }
    #lineup ul.product-wrapper li .color-variation-wrap .color-variation img {
        width: 100%;
    }
    #lineup ul.product-wrapper li .color-variation-wrap .color-variation:not(:last-of-type) {
        padding-bottom: 6.5%;
    }
    #lineup ul.product-wrapper li .text-wrap {
        position: relative;
    }
    #lineup ul.product-wrapper li .text-wrap .product-logo {
        position: absolute;
        top: 70px;
        right: 0;
        width: 35%;
        z-index: 2;
    }
    #lineup ul.product-wrapper li .product-name {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノUD 角ゴ Std W4", "Hiragino UD Kaku Gothic Std", sans-serif;
        font-size: 1.4vw;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.8;
        color: #423a23;
        word-break: keep-all;
    }
    #lineup ul.product-wrapper li .product-option {
        display: none;
    }
    #lineup ul.product-wrapper li .product-option.show {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #lineup ul.product-wrapper li .product-type {
        height: 2.5vw;
        font-size: 1.4vw;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.8;
        color: #423a23;
    }
    #lineup ul.product-wrapper li .fs-c-productMark__mark {
        font-size: 1vw;
        font-weight: bold;
        color: #423a23;
    }
    #lineup ul.product-wrapper li .bottom-wrap {
        display: flex;
        justify-content: space-between;
        align-items: end;
        margin-top: 1.6%;
    }
    #lineup ul.product-wrapper li .bottom-wrap .product-price-wrap {
        font-family: "Arial", sans-serif;
        font-size: 1.4vw;
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #423a23;
    }
    #lineup ul.product-wrapper li .bottom-wrap .product-price-wrap span.tax {
        font-family: "Hiragino Kaku Gothic ProN", "ヒラギノUD 角ゴ Std W4", "Hiragino UD Kaku Gothic Std", sans-serif;
        font-size: 0.8vw;
        margin-left: 3px;
    }
    #lineup .allItems-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 33%;
        box-shadow: 0px -520px 100px #fff inset;
        z-index: 10000;
    }
    #lineup .allItems-wrap .allItems {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 20%;
        margin: auto;
        cursor: pointer;
    }

    footer {
        position: relative;
    }
    footer img {
        width: 100%;
    }
    footer picture.logo {
        position: absolute;
        top: 32%;
        left: 50%;
        transform: translate(-50%, 0);
        height: 160px;
        margin-left: -20px;
    }
    footer a.instagram {
        position: absolute;
        top: 63%;
        left: 50%;
        transform: translate(-50%, 0);
        height: 120px;
    }
}