@charset "utf-8";

/* @font-face {
    font-family: 'Yu Mincho';
    src: url("font/yu-mincho-demibold.ttf") format("truetype");
}  */
@font-face {
    font-family: 'Avenir';
    src: url("font/AvenirLight.ttf") format("truetype");
    src: url("font/AvenirLight.ttf") format("truetype");
    src: url("font/AvenirLight.ttf") format("truetype");
    src: url("font/AvenirLight.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Yu Gothic", "游ゴシック", "Yu Gothic UI", "Meiryo", "MS PGothic", sans-serif;
    font-weight: normal;
    background-color: #E3E1DD;
    color: #000000;
    /* overflow-y: scroll; */
    overflow-x: clip;
    box-sizing: border-box;
}

img,
video {
    display: block;
    width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {}

li {
    list-style: none;
}

table {
    border-spacing: 0;
}

/* 共通 */
.pc,
.ps_2 {
    display: block;
}

.sp,
.sp_2 {
    display: none !important;
}

@media (max-width: 1200px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .pc_2 {
        display: none !important;
    }

    .sp_2 {
        display: block !important;
    }
}

.w_line {
    height: 6px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    width: 10px;
    margin-bottom: 36px;
}

/* 見出し */
.h2 {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
    font-weight: 100;
    position: relative;
    display: inline-flex;
    gap: 8px;
    font-size: clamp(1.0rem, -0.0625rem + 8.3333vw, 3.1875rem);
    line-height: 1;
    margin: 0 0 48px;
}

.h2-left::before,
.h2-left::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #000000;
    transform-origin: left center;
}

.h2-left::before {
    left: -80px;
    transform: translateY(-50%) rotate(30deg);
}

.h2-left::after {
    left: -80px;
    transform: translateY(-50%) rotate(-30deg);
}

.h2-right::before,
.h2-right::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 1px;
    background: #000000;
    transform-origin: right center;
}

.h2-right::before {
    right: -80px;
    transform: translateY(-50%) rotate(-30deg);
}

.h2-right::after {
    right: -80px;
    transform: translateY(-50%) rotate(30deg);
}

.mv-title .h2-left::before,
.mv-title .h2-left::after {
    background: #fff;
    left: -50px;
}

.mv-title .h2-right::before,
.mv-title .h2-right::after {
    background: #fff;
    right: -50px;
}

.h3 {
    margin: 0 0 20px;
    font-size: clamp(1.875rem, 1.25rem + 3.3333vw, 2.75rem);
    text-align: center;
}

.page-title {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0, -50%);
    color: #fff;
}

.page-title h2 {
    padding: 0 30px;
    font-size: 60px;
}

.page-title.craft h2 {
    padding: 0;
}

.page-title .h2-left::before,
.page-title .h2-left::after {
    background: #fff;
    left: -100px;
}

.page-title .h2-right::before,
.page-title .h2-right::after {
    background: #fff;
    right: -100px;
}

/* Wrapper */
.mv-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 80px;
}

.page_top .mv-wrapper {
    padding: 0 90px;
}

.content-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto 100px;
}

@media (max-width: 1200px) {
    .mv-wrapper {
        margin: 0 auto 40px;
        padding: 0 10px;
    }

    .page_top .mv-wrapper {
        padding: 0 10px;
    }

    .content-wrapper {
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 10px;
    }

}

@media screen and (max-width: 480px) {
    .mv-wrapper {
        margin: 0 auto 30px;
    }

    .content-wrapper {
        margin: 0 auto 30px;
    }
}

/* ボタン */
.contact-btn {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.contact-btn a {
    font-family: "Lato", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 52px;
    /* padding: 10px 30px; */
    background: #000;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50px;
}

.contact-btn:hover {
    opacity: 0.7;
}

.contact-btn.btn-center a {
    margin: 0 auto;
}

.contact-btn.btn-red a {
    width: 100%;
    background: #E12F1B;
    padding: 32px 30px;
    font-size: 24px;
}


/* header */

.header-logo {
    position: absolute;
    top: 25px;
    left: 25px;
    width: clamp(3.125rem, 9.222vw + 1.396rem, 8.3125rem);
    z-index: 100;
}

.header-manzstore {
    position: absolute;
    top: 80px;
    left: 50%;
    width: clamp(6.25rem, 0rem + 33.3333vw, 25rem);
    z-index: 100;
    transform: translate(-50%, -50%);
}

.header-goodwill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
}

.header-nav-left-wrap {
    padding-left: 13%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.header-menu {
    margin-top: auto;
    width: 60%;

}

.header-menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

/* .header-menu ul li a {
    font-size:20px;
} */
/* ハンバーガーボタン */
.hamburger {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 110;
    width: 80px;
    height: 15px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 1px;
    margin: 4px 0;
    background: #000000;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* メニュー */
.hamburger_menu {
    position: fixed;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background: #E3E1DD;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 50px 20px;
    transition: 0.4s;
    z-index: 100;
}

.header-nav {
    font-family: "Lato", sans-serif;
    display: flex;
    justify-content: space-around;
    margin: 20vh 0 0;
    height: 65vh;
}

.header-nav-left {
    display: flex;
    justify-content: flex-start;
    gap: 10vw;
}

.header-nav-top {
    font-size: clamp(1.5rem, 0.958rem + 2.889vw, 3.125rem);
}

.header-nav-items {
    font-size: clamp(1.25rem, 0.625rem + 3.333vw, 3.125rem);

}

.header-nav-items .header-small {
    font-size: clamp(1rem, 0.833rem + 0.889vw, 1.5rem);
    margin: 0 0 20px;
}

.header-nav-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: clamp(1.25rem, 1.042rem + 1.111vw, 0.875rem);
}

.header-nav-manz {
    width: clamp(3.125rem, 0.250rem + 10vw, 6.75rem);
    margin-top: auto;

}

.hamburger_menu.active {
    left: 0;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(2px) rotate(15deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-15deg);
}

.top-slide-name {
    position: absolute;
    top: -25px;
    right: 50px;
}

.top-name {
    font-family: "Lato", sans-serif;
}

.top-url {
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 40%;
    left: 0px;
    transform: rotate(90deg);
    font-size: clamp(0.625rem, 0.583rem + 0.222vw, 0.75rem);
    z-index: 20;
}

.top-name-left::before,
.top-name-left::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #000000;
    transform-origin: left center;
}

.top-name-left::before {
    left: -20px;
    transform: translateY(-50%) rotate(30deg);
}

.top-name-left::after {
    left: -20px;
    transform: translateY(-50%) rotate(-30deg);
}

.top-name-right::before,
.top-name-right::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #000000;
    transform-origin: right center;
}

.top-name-right::before {
    right: -20px;
    transform: translateY(-50%) rotate(-30deg);
}

.top-name-right::after {
    right: -20px;
    transform: translateY(-50%) rotate(30deg);
}

/* slider */
.page_top .swiper.mv-slider {
    overflow: visible !important;
}

.page_top .mv-slider {
    width: 100%;
    height: 100%;
    margin: 80px auto 30px;
}

.page_top .pickup-slider {
    max-height: 640px;
    max-width: 900px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.page_top .mv-slider .swiper-wrapper {
    overflow: hidden;
}

.page_top .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_top .swiper-pagination {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    bottom: 100px !important;
    left: -30px !important;
}

.page_top .swiper-pagination-bullet {
    position: relative;
    width: 6px !important;
    height: 6px !important;
    background-color: #000 !important;
    opacity: 1 !important;
    border-radius: 50%;
    border: none;
    transition: all 0.3s ease;
}

.page_top .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
}

.page_top .pickup-slider .swiper-pagination {
    flex-direction: row;
    bottom: 30px !important;
    left: 30px !important;
}

/* mv */
.mv-title {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
    color: #fff;
}

.mv-maz {
    position: absolute;
    bottom: clamp(1.25rem, 3.333vw + 0.625rem, 3.125rem);
    right: clamp(1.875rem, -0.625rem + 13.3333vw, 9.375rem);
    width: clamp(2.55rem, 0.083rem + 7.889vw, 6rem);
    z-index: 2;
}

.topslide {
    position: relative;
}

.top-mv-maz {
    bottom: -2rem;
}

.topslide .content-wrapper {
    margin: 0 auto 60px;
}

/* pickup */
.pickup-container {
    display: flex;
    margin: 40px 0 50px;
    min-height: 640px;
}

.pickup-content-left {
    width: 40%;
    margin: 0 10% 0 0;
}

.pickup-content-right {
    position: absolute;
    left: 50%;
}

.pickup-title {
    margin: 0 0 30px;
    font-size: clamp(1.125rem, 1rem + 0.6667vw, 2.5rem);
    line-height: 1.5;
}

.pickup-text {
    margin: 0 0 30px;
    font-size: clamp(0.875rem, 0.8333rem + 0.2222vw, 1rem);
    line-height: 2;
}

.slide-counter {
    font-family: "Yu Mincho", "YuMincho", "YuMincho", "Yu Min", "游明朝", "MS PMincho", "MS Mincho", "Hiragino Mincho Pro", serif;
    position: absolute;
    bottom: 0;
    left: 52%;
    width: clamp(1.875rem, 0.417rem + 7.778vw, 6.25rem);
    height: clamp(1.875rem, 0.417rem + 7.778vw, 6.25rem);
    font-size: clamp(1.875rem, 0.417rem + 7.778vw, 6.25rem);
    z-index: 10;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.slide-counter::before {
    content: "";
    position: absolute;
    top: 150%;
    left: -85%;
    width: 300%;
    height: 1px;
    background: #000;
    transform: rotate(-45deg);
    transform-origin: left top;
    z-index: 20;
}

.current-slide {
    position: absolute;
    top: -80px;
    left: -80px;
    width: clamp(2.5rem, 1.25rem + 6.6667vw, 6.25rem);
}

.total-slide {
    position: absolute;
    bottom: -80px;
    right: -20px;
    width: clamp(2.5rem, 1.25rem + 6.6667vw, 6.25rem);
}

/* item */
.item-container {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    margin: 0 0 50px;
}

.item-content {
    width: 30%;
    margin: 0 0 30px;
}

.item-box {

    padding: 20px 25px 23px;
    font-size: clamp(0.875rem, 0.8333rem + 0.2222vw, 1rem);
    background: #ffffff;
}

.item-title {
    font-family: "Lato", sans-serif;
    position: relative;
    display: inline-block;

    margin: 0 0 22px 20px;
}

/* concept */
.concept-space {
    position: relative;
    margin: 0 0 50px;
}

.concept-space-back {
    font-family: "Lato", sans-serif;
    position: absolute;
    top: 50%;
    left: calc(-55vw + 50%);
    width: 400%;
    color: #ffffff;
    font-size: clamp(7.5rem, 4.1667rem + 17.7778vw, 17.5rem);
    line-height: 1;
    z-index: -10;
    transform: translate(0, -50%);
    opacity: 0.4;
}

.concept-space-front {
    margin: 0 0 100px;
    padding: 15vw 0 10vw;
    font-size: clamp(1.5rem, 0.125rem + 7.333vw, 5.625rem);
    line-height: 1.4;
    text-align: center;
}

.concept-space-mark {
    position: absolute;
    top: 53%;
    left: 50%;
    font-size: clamp(1.5rem, 0.125rem + 7.333vw, 5.625rem);
    transform: translate(-50%, -50%) rotate(90deg);
}

.concept-space-text {
    width: 100%;
    margin: 0 0 80px;
    font-size: clamp(1.375rem, 1.2083rem + 0.8889vw, 1.875rem);
    text-align: center;
}

.concept-container {
    display: flex;
    justify-content: space-between
}

.concept-content {
    width: 48%;
    font-size: clamp(1rem, 0.9167rem + 0.4444vw, 1.25rem);
    line-height: 2;
}

.concept-space-line {
    margin-bottom: 72px;
}

/* faq */
.faq-container {
    display: flex;
    gap: 5%;
    margin: 0 0 50px;
}

.faq-content-left {
    width: 35%;
}

.faq-content-right {
    width: 60%;
}

/* アコーディオン */
.accordion-inner {
    margin: 0 0 45px;
}

.accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 32px 0;
    border: none;
}

.accordion-title {
    font-size: clamp(0.875rem, 0.8333rem + 0.2222vw, 1rem);
}

.accordion-faq {
    font-family: "Lato", sans-serif;
    font-size: clamp(1.375rem, 1.2083rem + 0.8889vw, 1.875rem);
}

.symbol {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.symbol span {
    display: block;
    background-color: #000000;
    width: 100%;
    height: 2px;
    transition: all 0.4s ease;
}

.symbol span:nth-of-type(1) {
    transform: translateX(22px);
}

.symbol span:nth-of-type(2) {
    transform: rotate(-90deg);
}

.accordion.active .symbol span:nth-of-type(2) {
    transform: rotate(0deg);
}

.panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    border-bottom: 1px solid #000000;
}

.faq-logo {
    width: clamp(4.375rem, 8.333vw + 2.813rem, 9.0625rem);
    margin: 0 auto;
}

/* footer */
.footer_menu {
    margin: 40px auto 24px;

}

.footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    /* 折り返しを許可 */
    justify-content: center;
    /* 中央寄せ */
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 16px;

}

.copyright_wrapper {
    position: relative;
    height: 85px;
    background: #000000;
}

.copyright {
    font-family: 'Noto Sans JP', sans-serif;
    position: absolute;
    bottom: 40%;
    left: 50%;
    color: #ffffff;
    font-size: clamp(0.625rem, 0.5833rem + 0.2222vw, 0.75rem);
    transform: translate(-50%, 0);
    white-space: nowrap;
}

/* itempage */

.itempage-container {
    padding-top: 80px;
}

.itempage-content {
    z-index: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 200px;
}

.itempage-content2 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 0 200px;
}

.itempage-content2:nth-child(even) {
    margin-bottom: 200px;
}

.itempage-content.itempage-right {
    align-items: flex-end;
}

.itempage-content2.itempage-right {
    align-items: flex-end;
}

.page_craft .itempage-left.itempage-content {
    margin: 0;
}

.page_craft .itempage-left.itempage-content2 {
    margin: 0;
}

.itempage-title {
    font-size: clamp(1.875rem, 1.0417rem + 4.4444vw, 3.75rem);
    margin: 0 0 50px;
}

.itempage-text {
    width: 350px;
    font-size: clamp(0.875rem, 0.8333rem + 0.2222vw, 1.125rem);
    line-height: 34px;
}

.itempage-img {
    position: absolute;
    top: 100px;
    width: 865px;
    z-index: -10;
}

.itempage-left .itempage-img {
    right: -50px;
}

.itempage-right .itempage-img {
    top: 200px;
    left: -50px;
}

.itempage-img-num {
    font-family: "Yu Mincho", "YuMincho", "Yu Min", "游明朝", "MS PMincho", "MS Mincho", "Hiragino Mincho Pro", serif;
    font-weight: bold;
    position: absolute;
    top: -25%;
    width: clamp(5rem, 2.5rem + 13.3333vw, 12.5rem);
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    font-size: clamp(2.5rem, -0.625rem + 16.6667vw, 11.875rem);
}

.itempage-left .itempage-img-num {
    right: 30px;
}

.itempage-right .itempage-img-num {
    left: 30px;
}



/* infopage */
#infopage {
    padding-top: 20px;
}

.infopage-container {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
    padding: 90px 70px;
    background: #fff;
    border-radius: 30px;
}

.infopage-top-content {
    display: flex;
    justify-content: space-between;
    margin: 0 0 70px;
}

.infopage-content-slider .swiper2 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

/* swiper2 */
.infopage-content-slider .swiper2-slide img {
    width: 100%;
    display: block;
}

.infopage-content-slider .swiper2-thumb .swiper-slide {
    width: clamp(3.125rem, 4.444vw + 2.292rem, 5.625rem);
    opacity: 0.4;
    cursor: pointer;
}

.infopage-content-slider .swiper2-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.infopage-content-slider .swiper2-thumb {
    margin-top: 10px;
}

.infopage-content-slider .swiper2-thumb img {
    border-radius: 13px;

}

.infopage-content-text {
    width: 45%;
}

.infopage-content-text-cent {
    margin: 0 0 40px;
    line-height: 34px;
}

.infopage-textbox {
    margin: 0 0 70px;
    font-size: clamp(0.875rem, 0.8333rem + 0.2222vw, 1rem);
    line-height: 34px;
}

.infopage-textbox-small {
    font-size: clamp(0.625rem, 0.5833rem + 0.2222vw, 1.75rem);
    line-height: 34px;
}

/* faqpage */
.faqpage-container {
    display: flex;
    justify-content: center;
}

.faqpage-container .accordion-inner {
    width: 70%;
}

/* page-faq */
.page-faq {
    margin: clamp(6.25rem, 27.778vw + 1.042rem, 21.875rem) 0 0;
}

.page-faq .faqpage-container {
    justify-content: flex-start;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
    .w_line {
        display: none;
    }

    .h2 {
        padding: 0 50px;
    }

    .h2-left::before {
        left: -10px;
    }

    .h2-left::after {
        left: -10px;
    }

    .h2-right::before {
        right: -10px;
    }

    .h2-right::after {
        right: -10px;
    }

    .page-title {}

    .mv-title .h2-left::before,
    .mv-title .h2-left::after {
        left: -10px;
    }

    .mv-title .h2-right::before,
    .mv-title .h2-right::after {
        right: -10px;
    }

    .page_top .swiper-pagination {
        bottom: clamp(0.313rem, -1.667rem + 10.556vw, 6.25rem) !important;
        left: clamp(0.313rem, 0.000rem + 1.667vw, 1.25rem) !important;
    }

    .page_top .pickup-slider .swiper-pagination {
        bottom: clamp(0.625rem, 0.208rem + 2.222vw, 1.875rem) !important;
        left: clamp(0.625rem, 0.208rem + 2.222vw, 1.875rem) !important;
    }

    .current-slide {
        top: -70px;
        left: -70px;
    }

    .total-slide {
        bottom: -70px;
        right: -15px;
    }

    .pickup-container {
        min-height: auto;
    }

    .pickup-content-right {
        position: relative;
        left: 0;
        width: 50%;
    }

    .slide-counter {
        left: auto;
        right: 0;
    }

    .page_top .pickup-slider {
        max-width: 600px;
    }

    .itempage-content,
    .itempage-content:nth-child(even) {
        margin: 0 0 50px;
    }

    .page_craft .itempage-left.itempage-content {
        margin: 0 0 50px;
    }

    .itempage-title {
        order: 1;
    }

    .itempage-text {
        width: 100%;
        order: 3;
    }

    .itempage-img {
        position: relative;
        top: 50px;
        width: 70%;
    }

    .itempage-left .itempage-img {
        right: 0;
    }

    .itempage-right .itempage-img {
        top: 50px;
        left: 0;
    }

    .itempage-block {
        display: flex;
        margin-bottom: 50px;
        order: 2;
    }

    .itempage-left .itempage-block {
        display: flex;
        flex-direction: row-reverse;
        order: 2;
    }

    .infopage-content-slider .swiper2-thumb {
        margin-bottom: 100px;
    }

    .infopage-top-content {
        display: block;
    }

    .infopage-content-text {
        width: 100%;
    }



}

@media screen and (max-width: 768px) {
    .page-title {
        top: auto;
        transform: none;
        color: #333;
        left: 30px;
    }

    .page-title h2 {
        font-size: 40px;
    }

    .page-title .h2-left::before,
    .page-title .h2-left::after {
        background: #333;
        left: -30px;
    }

    .page-title .h2-right::before,
    .page-title .h2-right::after {
        background: #333;
        right: -30px;
    }

    .h2 {
        padding: 0 30px;
    }

    .h2-left::before,
    .h2-left::after,
    .h2-right::before,
    .h2-right::after {
        width: 30px;
    }

    .header-nav {
        max-height: 100vh;
        overflow-y: auto;

    }

    .header-logo {
        top: 10px;
        left: 10px;
    }

    .header-nav-left-wrap {
        padding-left: 0;
    }

    .header-nav-left {
        display: block;
    }

    .header-nav-top {
        margin: 0 0 30px;
    }

    .header-nav-item {
        margin: 0 0 10px;
    }

    .header-nav-items .header-small {
        margin: 0 0 10px;
    }

    .header-menu {
        width: 120%;
        margin-top: 140px;
    }

    .header-menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* 2列 */
        gap: 50px;
        /* 行・列の隙間 */
        text-align: left;

    }

    .header-menu li:nth-child(5),
    .header-menu li:nth-child(6) {
        grid-column: 1 / -1;
    }

    .header-menu li a {
        font-size: clamp(1rem, 0.525rem + 1.953vw, 1.875rem);

    }

    .header-manzstore {
        top: 30px;
        transform: translate(-50%, 0);
    }

    .header-nav-manz {
        position: absolute;
        right: 23px;
        top: 70px;
    }

    .pickup-content-left {
        width: 100%;
        margin: 0;
    }

    .pickup-content-right {
        width: 80%;
        margin: 0 auto 50px;
    }

    .pickup-container {
        flex-direction: column-reverse;
        margin: 0 0 20px;
    }

    .current-slide {
        top: -60px;
        left: -60px;
    }

    .total-slide {
        bottom: -60px;
        right: -10px;
    }

    .item-container {
        margin: 0 0 30px;
    }

    .item-content {
        width: 47.5%;
    }

    .item-box {
        padding: 20px 15px;
    }

    .concept-container {
        display: block;
    }

    .concept-content {
        width: 100%;
        font-size: clamp(1rem, 0.9167rem + 0.4444vw, 1.25rem);
    }

    .concept-space-front {
        margin: 0 0 50px;
    }

    .concept-space-text {
        margin: 0 0 40px;
    }

    .faq-container {
        display: block;
    }

    .faq-content-left {
        width: 100%;
    }

    .faq-content-right {
        width: 100%;
    }

    .itempage-content {
        margin: 0 0 30px;
    }

    .page_craft .itempage-left.itempage-content {
        margin: 0 0 30px;
    }

    .itempage-img {
        top: 30px;
        width: 100%;
    }

    .itempage-right .itempage-img {
        top: 30px;
    }

    .itempage-title {
        margin: 30px 0 30px;
    }

    .itempage-right .itempage-img-num {
        left: auto;
        right: 30px;
    }

    .itempage-content.itempage-right {
        align-items: stretch;
    }

    .infopage-container {
        padding: 50px 30px;
    }

    .infopage-top-content {
        margin: 0 0 40px;
    }

    .infopage-content-text-cent {
        margin: 0 0 30px;
    }

    .infopage-textbox {
        margin: 0 0 30px;
    }

    .page-faq .faqpage-container {
        padding: 0 30px;
    }

    .faqpage-container .accordion-inner {
        width: 100%;
    }

    .accordion-inner {
        margin: 0 0 30px;
    }

    .accordion {
        padding: 20px 0;
    }

    #mv {
        padding-top: 70px;
    }

    .mv-maz {
        position: absolute;
        top: clamp(6.25rem, 7.889vw + 4.583rem, 11.25rem);
        bottom: 5px;
        right: 24px;
    }

    .top-mv-maz {
        bottom: -2rem;
        top: auto;
    }

    .mv-maz.craft {
        top: auto;
        bottom: -70px;
    }

    .footer_menu {
        padding: clamp(40px, 10vw, 80px) clamp(20px, 9.1vw, 70px);

    }

    .footer_menu ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        /* 2列 */
        gap: 50px 20px;
        /* 行・列の隙間 */
        text-align: left;
        font-size: 30px;
    }

    .footer_menu li:nth-child(5),
    .footer_menu li:nth-child(6) {
        grid-column: 1 / -1;
    }

    .footer_menu li a {
        font-size: clamp(0.875rem, 0.5rem + 1.302vw, 1.875rem);
    }
}

@media screen and (max-width: 600px) {

    .current-slide {
        top: -50px;
        left: -50px;
    }

    .total-slide {
        bottom: -50px;
        right: -10px;
    }

}

@media screen and (max-width: 480px) {

    .header-nav {
        margin: 15vh 0 0;
    }

    .header-menu {
        width: 100%;
    }

    .header-menu ul {
        gap: 30px;
    }

    .mv-maz {
        top: 70px;
    }

    .mv-maz.craft {
        top: auto;
        bottom: -50px;
    }

    .top-mv-maz {
        bottom: -2rem;
        top: auto;
    }

    .page-title {
        left: 10px;
    }

    .page-title h2 {
        font-size: 45px;
        padding: 0 30px;
    }

    .h2-left::before,
    .h2-left::after,
    .h2-right::before,
    .h2-right::after {
        width: 30px;
    }

    .page-title .h2-left::before,
    .page-title .h2-left::after {

        left: -10px;
    }

    .page-title .h2-right::before,
    .page-title .h2-right::after {

        right: -10px;
    }

    .footer_menu ul {
        gap: 20px;
    }

    .current-slide {
        top: -40px;
        left: -35px;
    }

    .total-slide {
        bottom: -40px;
        right: -10px;
    }

    .itempage-container {
        padding-top: 60px;
    }

    .infopage-container {
        padding: 30px 20px;
    }

    .itempage-img {
        top: 20px;
    }

    .itempage-right .itempage-img {
        top: 20px;
    }

}

/* manga stand page */
.page_manga_stand {
    background: #E3E1DD;
}

.page_manga_stand #mv {
    padding-top: 0;
}

.ms-fv {
    margin-bottom: 0;
}

.ms-fv-image {
    position: relative;
}

.ms-fv-image img {
    width: 100%;
    height: min(72vh, 780px);
    object-fit: cover;
}

.ms-fv-title {
    position: absolute;
    left: clamp(20px, 4vw, 60px);
    bottom: clamp(24px, 6vw, 70px);
    font-size: clamp(1.3rem, 2.8vw, 2.5rem);
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0.06em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.ms-intro {
    padding: clamp(36px, 5vw, 64px) 0 clamp(18px, 3vw, 36px);
}

.ms-intro .content-wrapper,
.ms-features .content-wrapper {
    max-width: 1100px;
    width: min(1100px, 92%);
    margin: 0 auto;
    padding: 0;
}

.ms-intro-inner {
    text-align: center;
}

.ms-intro-logo {
    width: min(346px, 42vw);
    margin: 0 auto 18px;
}

.ms-intro-title {
    font-size: clamp(1.65rem, 4.2vw, 3rem);
    line-height: 1.45;
    margin-bottom: 22px;
}

.ms-intro-text {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(0.9rem, 1.45vw, 1rem);
    line-height: 2;
}

.ms-features {
    padding-bottom: clamp(40px, 7vw, 90px);
}

.ms-features-inner {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 10vw, 120px);
}

.ms-feature {
    position: relative;
    display: grid;
    align-items: center;
    gap: clamp(20px, 3vw, 40px);
}

.ms-feature.ms-feature-right {
    grid-template-columns: 1fr;
}

.ms-feature.ms-feature-left {
    grid-template-columns: 1fr 1fr;
}

.ms-feature-number {
    position: absolute;
    top: -12%;
    left: 0;
    font-family: "Lato", sans-serif;
    font-size: clamp(3.5rem, 16vw, 10rem);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #4a4a4a;
    opacity: 0.45;
}

.ms-feature-right .ms-feature-number {
    right: 0;
    left: auto;
}

.ms-feature-image {
    overflow: hidden;
}

.ms-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ms-circle-r {
    margin-left: auto;
    width: min(78%, 820px);
    border-radius: 0 0 220px 220px;
}

.ms-circle-l {
    width: 100%;
    max-width: 560px;
    border-radius: 220px 220px 0 220px;
}

.ms-feature-content {
    position: relative;
    z-index: 2;
}

.ms-feature-title {
    font-size: clamp(1.45rem, 3.5vw, 2.6rem);
    line-height: 1.5;
    margin-bottom: 18px;
}

.ms-feature-text {
    font-size: clamp(0.88rem, 1.35vw, 1rem);
    line-height: 2;
}

.ms-product {
    padding-top: clamp(20px, 4vw, 50px);
}

.ms-product .infopage-container {
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}

.ms-bottom-logo .content-wrapper {
    margin-bottom: 40px;
}


.page_manga_stand .itempage-title {
    font-size: 50px;
}

.page_manga_stand .itempage-container {
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.page_manga_stand .itempage-content,
.page_manga_stand .itempage-content:nth-child(even),
.page_manga_stand .itempage-content:last-child {
    margin: 0;
}

.page_manga_stand .itempage-right .itempage-img {
    top: 100px;
}

.page_manga_stand .ms-line-account {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.4;
}

.page_manga_stand .ms-line-account img {
    width: 30px;
    flex-shrink: 0;
}

.page_manga_stand .ms-line-account span {
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .page_manga_stand .itempage-title {
        font-size: 38px;
        line-height: 1.5;
        margin: 0 0 24px;
    }

    .page_manga_stand .itempage-container {
        gap: 88px;
    }

    .page_manga_stand .itempage-content,
    .page_manga_stand .itempage-content:nth-child(even),
    .page_manga_stand .itempage-content:last-child {
        margin: 0;
    }

    .page_manga_stand .itempage-block,
    .page_manga_stand .itempage-left .itempage-block {
        margin-bottom: 28px;
    }

    .page_manga_stand .itempage-img,
    .page_manga_stand .itempage-right .itempage-img {
        top: 0;
        width: 100%;
    }

    .page_manga_stand .itempage-img-num {
        top: -18%;
    }


    .page_manga_stand .ms-line-account {
        order: 4;
        margin-top: 24px;
    }
}

@media screen and (max-width: 980px) {

    .ms-feature.ms-feature-left,
    .ms-feature.ms-feature-right {
        grid-template-columns: 1fr;
    }

    .ms-feature-number {
        top: -8%;
    }

    .ms-circle-r,
    .ms-circle-l {
        width: 100%;
        border-radius: 0 0 140px 140px;
    }

    .ms-feature-left .ms-feature-content,
    .ms-feature-right .ms-feature-content {
        order: 2;
    }
}

@media screen and (max-width: 768px) {
    .page_manga_stand .itempage-title {
        font-size: 26px;
        line-height: 1.55;
        margin: 0 0 20px;
    }

    .page_manga_stand .itempage-container {
        gap: 64px;
    }

    .page_manga_stand .itempage-content,
    .page_manga_stand .itempage-content:nth-child(even),
    .page_manga_stand .itempage-content:last-child {
        margin: 0;
    }

    .page_manga_stand .itempage-block,
    .page_manga_stand .itempage-left .itempage-block {
        margin-bottom: 24px;
    }

    .page_manga_stand .itempage-img,
    .page_manga_stand .itempage-right .itempage-img {
        top: 0;
        margin-top: 0;
    }

    .page_manga_stand .itempage-img-num {
        top: -18%;
    }


    .page_manga_stand .ms-line-account {
        order: 4;
        display: inline-flex;
        margin-top: 20px;
        font-size: 16px;
    }

    .page_manga_stand .ms-line-account img {
        width: 26px;
    }

    .ms-fv-image img {
        height: 58vh;
        min-height: 400px;
    }

    .ms-fv-title {
        font-size: clamp(1.05rem, 4.2vw, 1.45rem);
        line-height: 1.5;
    }

    .ms-intro-title {
        text-align: left;
    }

    .ms-intro-text {
        text-align: left;
    }

    .ms-feature-number {
        font-size: clamp(3rem, 22vw, 7rem);
    }

    .ms-feature-title {
        font-size: clamp(1.25rem, 6vw, 1.8rem);
    }

    .ms-product .infopage-container {
        border-radius: 16px;
    }

    .ms-intro {
        padding: 28px 0 14px;
    }

    .ms-intro-logo {
        width: min(220px, 52vw);
    }
}

/* ano page */
.page_ano {
    background: #E3E1DD;
}

.page_ano #mv {
    padding-top: 0;
}

.page_ano .mv-img img {
    height: min(74vh, 880px);
    object-fit: cover;
}

.page_ano .ano-page-title {
    left: clamp(24px, 5vw, 72px);
    top: auto;
    bottom: clamp(26px, 8vw, 84px);
}

.page_ano .ano-page-title .h2 {
    color: #fff;
    line-height: 1.4;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
}

.page_ano .ano-intro {
    padding-bottom: clamp(18px, 3vw, 34px);
}

.page_ano .ano-intro-logo {
    width: min(300px, 44vw);
    margin-bottom: 0;
}

/* .page_ano .itempage-content {
    margin: 0 0 260px;
}

.page_ano .itempage-content:nth-child(even) {
    margin-bottom: 260px;
}

.page_ano .itempage-content:last-child {
    margin-bottom: 180px;
} */

.page_ano .itempage-title {
    font-size: 50px;
    line-height: 1.55;
}

.page_ano .itempage-container {
    display: flex;
    flex-direction: column;
    gap: 200px;
}

.page_ano .itempage-content,
.page_ano .itempage-content:nth-child(even),
.page_ano .itempage-content:last-child {
    margin: 0;
}

.page_ano .itempage-right .itempage-img {
    top: 100px;
}

.page_ano .itempage-left .itempage-img img,
.page_ano .itempage-right .itempage-img img {
    border-radius: 0 220px 220px 220px;
}

.page_ano .itempage-right .itempage-img img {
    border-radius: 220px 220px 0 220px;
}

.page_ano .ano-ingredients-board {
    background: transparent;
}

.page_ano .ano-ingredients-board img {
    object-position: center center;
}

.page_ano .ano-lineup-image img {
    object-position: center center;
}

.page_ano .ano-product .infopage-container {
    background: #fbfaf8;
}

.page_ano .ano-product .infopage-top-content {
    align-items: flex-start;
    gap: clamp(30px, 4vw, 56px);
}

.page_ano .ano-product .infopage-content-slider {
    width: min(100%, 500px);
}

.page_ano .ano-product .swiper2-main img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
}

.page_ano .ano-product .swiper2-thumb img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.page_ano .ano-product .infopage-content-text {
    width: 100%;
    max-width: 470px;
}

.page_ano .ano-product-name {
    margin: 0 0 16px;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 700;
    line-height: 1.5;
}

.page_ano .ano-product-meta {
    margin: 0 0 26px;
    line-height: 1.9;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {

    .page_ano .itempage-container {
        gap: 88px;
    }

    .page_ano .itempage-content,
    .page_ano .itempage-content:nth-child(even),
    .page_ano .itempage-content:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .page_ano .mv-img img {
        height: 60vh;
        min-height: 380px;
    }

    .page_ano .ano-page-title {
        left: 20px;
        right: 20px;
        bottom: 28px;
    }

    .page_ano .ano-page-title .h2 {
        font-size: clamp(1.05rem, 5vw, 1.5rem);
    }

    .page_ano .ano-intro-logo {
        width: min(240px, 62vw);
        margin-bottom: 20px;
    }

    .page_ano .itempage-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .page_ano .itempage-container {
        gap: 64px;
    }

    .page_ano .itempage-content,
    .page_ano .itempage-content:nth-child(even),
    .page_ano .itempage-content:last-child {
        margin: 0;
    }

    .page_ano .itempage-right .itempage-img {
        top: 0;
    }

    .page_ano .itempage-left .itempage-img img,
    .page_ano .itempage-right .itempage-img img {
        border-radius: 120px;
    }
}

/* ボトムマージンユーティリティ */
.mb-100 {
    margin-bottom: 100px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-200 {
    margin-bottom: 200px;
}

@media (max-width: 767px) {
    .mb-100,
    .mb-120,
    .mb-140,
    .mb-160,
    .mb-180,
    .mb-200 {
        margin-bottom: 0;
    }
}