/* 共通 */
.fs-preview-header {
    display: none;
}

.fs-c-breadcrumb__list {
    max-width: 800px;
    margin: 0 auto;
}

section.fs-l-pageMain>.fs-c-heading--page {
    border-bottom: none;
}

body {
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

body.no-scroll {
    overflow: hidden;
}

body * {
    font-family: "t26-carbon", sans-serif;
    font-weight: normal;
    font-style: normal;
}

br.pc {
    display: none;
}

main.fs-l-main {
    margin: 0 auto !important;
    padding: 0;
    background-color: #fff !important;
    width: 100%;
}

section {
    padding: 20px 0;
}

article {
    padding: 10px 0;
}

h1,
h2,
h3,
h4,
h5 {
    text-align: center;
}

h1 {
    font-size: 9vw;
}

h2,
h2>div {
    font-family: "t26-carbon", monospace, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

h2 {
    font-size: 8vw;
}

h2.strings {
    position: relative;
}

h2.strings div {
    z-index: 2;
    position: inherit;
}

h2.strings span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #ccc;
}

h2.strings span:nth-of-type(2) {
    top: 25%;
}

h2.strings span:nth-of-type(3) {
    top: 50%;
}

h2.strings span:nth-of-type(4) {
    top: 75%;
}

h2.strings span:nth-of-type(5) {
    top: 100%;
}

h3 {
    font-size: 6vw;
    text-align: start;
    margin-bottom: 4%;
}

hr {
    width: 100%;
}

li {
    list-style-type: none;
}

p {
    font-size: 3.5vw;
    font-weight: 100;
}

p.small {
    font-size: 2.6vw;
}

p.left-aligned.center {
    width: 58%;
    margin: 0 auto;
    text-align: left;
    white-space: nowrap;
}

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

a:visited {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

img {
    width: 100%;
}

s {
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

s::after {
    border-top: 1px solid #000;
    position: absolute;
    content: "";
    right: 0;
    top: 38%;
    left: 0;
}


.img.big {
    width: 90%;
    margin: 0 auto;
}

.img.small {
    width: 65%;
}

.img.left {
    margin-right: auto;
    margin-left: 5%;
}

.img.right {
    margin-left: auto;
    margin-right: 10%;
}

.center {
    text-align: center;
}

.adapt-height.fifth {
    text-align: center;
}

.adapt-height.fifth img {
    max-height: 100% !important;
    width: auto;

}

.row {
    display: flex;
    align-items: center;
    margin: 5%;
}

.row a {
    display: flex;
    align-items: center;
    margin: 5%;
}

.row.left {
    margin-right: 22%;
    justify-content: center;
}

.row.left a>div {
    width: 60%;
}

.row.under-picture {
    margin: 10px 4px 0 4px;
}

.row.under-picture img {
    width: 50%;
}

.row.under-picture p {
    width: 50%;
    font-size: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
}

.row.under-picture p>span:nth-of-type(1) {
    font-size: 5vw;
    line-height: 5vw;
    font-weight: 700;
}

.row.under-picture p>span:nth-of-type(3) {
    margin-bottom: 6px;
    font-weight: 100;
}

.row.under-picture p>span:nth-of-type(2) {
    font-size: 3.5vw;
    /* font-weight: 700; */
    letter-spacing: -1px;
    /* margin-bottom: 6px; */
    white-space: nowrap;
}

.row.under-picture p>span:nth-of-type(4) {
    font-size: 3vw;
    font-weight: 100;
}

span.buy {
    background-image: url(https://concordance.itembox.design/item/cart.png);
    display: block;
    width: 85px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 20/7;
    margin: 8px auto 0 auto;
}


.row a>img {
    width: 40%;
}

.row .text {
    width: 42%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row .text p {
    margin: 0;
}

button.more {
    width: 100%;
    border: none;
    background-color: transparent;
}

button.more a {
    color: #000;
}

/* HEADER */
header.fs-l-header {
    display: flex;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    height: 60px;
    position: sticky;
    top: 0;
    margin-bottom: 20px;
}

header.fs-l-header * {
    font-family: "t26-carbon", monospace, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

header.fs-l-header .header {
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    height: 60px;
    z-index: 6;
    background-color: #fff;
}

header.fs-l-header .header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    height: 60px;
    padding: 0 17px;
}

header.fs-l-header .header>.container .header-menu-icon {
    display: flex;
    align-items: center;
    text-align: center;
    line-height: normal;
    cursor: pointer;
}

header.fs-l-header .header>.container .logo {
    width: 170px;
    display: flex;
    line-height: 9px;
    padding-left: 10px;
}

header.fs-l-header .header>.container .header-menu {
    margin: 0 10px 0 5px;
}

header.fs-l-header .header>.container .header-menu .container {
    display: flex;
    align-items: center;
    width: 20px;
    padding: 0;
}

header.fs-l-header .header>.container .header-menu .container li {
    margin: 0;
}

header.fs-l-header .header>.container .header-menu .container li.cart a {
    position: relative;
    display: flex;
}

header.fs-l-header .header>.container .header-menu .container li.cart a img {
    width: 20px;
    height: 20px;
}

header.fs-l-header .header>.container .header-menu .container li.cart a .fs-p-cartItemNumber {
    position: absolute;
    top: -5%;
    right: -11%;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-top: 1.5%;
    font-size: 10px;
    z-index: 13;
    font-family: sans-serif;
}


header.fs-l-header .header.display {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s ease-in-out;
}

header.fs-l-header .header>.container .menu-icon {
    position: relative;
    width: 25px;
    height: 50px;
    cursor: pointer;
}

header.fs-l-header .header>.container .menu-icon span {
    height: 1px;
    width: 20px;
    background-color: rgb(78, 78, 78);
    display: block;
    position: absolute;
    transition: all 0.5s;
}

header.fs-l-header .header>.container .header-menu-icon .menu-icon span:nth-of-type(1) {
    top: 43%;
}

header.fs-l-header .header>.container .header-menu-icon .menu-icon span:nth-of-type(2) {
    top: 57%;
}

header.fs-l-header .header>.container .header-menu-icon .menu-icon.open span:nth-of-type(1) {
    transform: rotate(45deg);
    transition: all 0.5s;
    top: 50%;
}

header.fs-l-header .header>.container .header-menu-icon .menu-icon.open span:nth-of-type(2) {
    transform: rotate(-45deg);
    transition: all 0.5s;
    top: 50%;
}

header.fs-l-header .header>.container p {
    color: rgb(78, 78, 78);
    cursor: pointer;
    width: 50px;
}

.fs-l-header .language-select {
    margin: 0 4px 0 0;
    position: relative;
    margin-left: auto;
}

.fs-l-header .language-select .dropbtn {
    font-size: 12px;
    padding: 4px 19px 3px 6px;
    background-color: #fff;
    border-radius: 5px;
    color: #000 !important;
    border: none;
}

.fs-l-header .language-select .dropdown {
    position: relative;
    display: inline-block;
}

.fs-l-header .language-select .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.fs-l-header .language-select .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.fs-l-header .language-select .dropdown-content a:hover {
    background-color: #ddd;
}

.fs-l-header .language-select.dropdown:hover .dropdown-content {
    display: block;
}

.fs-l-header .language-select.dropdown:hover .dropdown-content.hide {
    display: none;
}

.fs-l-header .language-select.dropdown:hover .dropbtn {
    border: none;
}


.fs-l-header .language-select::after {
    content: "▼";
    padding-left: 2px;
    position: absolute;
    right: 8%;
    top: 30%;
    font-size: 10px;
    pointer-events: none;
}

.fs-l-header .language-select select#language {
    padding: 4px 10px 0 4px;
    width: fit-content;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-size: 10px;
}

.fs-l-header .language-select .dropbtn {
    font-size: 12px;
    padding: 4px 19px 3px 6px;
    background-color: #fff;
    border-radius: 5px;
    color: #000 !important;
    border: none;
}

.fs-l-header .language-select .dropdown {
    position: relative;
    display: inline-block;
}

.fs-l-header .language-select .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.fs-l-header .language-select .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.fs-l-header .language-select .dropdown-content a:hover {
    background-color: #ddd;
}

.fs-l-header .language-select.dropdown:hover .dropdown-content {
    display: block;
}

.fs-l-header .language-select.dropdown:hover .dropdown-content.hide {
    display: none;
}

.fs-l-header .language-select.dropdown:hover .dropbtn {
    border: none;
}


.fs-l-header .language-select::after {
    content: "▼";
    padding-left: 2px;
    position: absolute;
    right: 8%;
    top: 30%;
    font-size: 10px;
    pointer-events: none;
}

.fs-l-header .language-select select#language {
    padding: 4px 10px 0 4px;
    width: fit-content;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    font-size: 10px;
}

.popup-menu {
    position: fixed;
    width: 100%;
    top: 60px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease-in-out;
    overflow: scroll;
    z-index: 10;
    left: -100%;
}

.popup-menu * {
    font-family: "t26-carbon", monospace, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.popup-menu.display {
    opacity: 1;
    pointer-events: all;
    transition: all 0.5s ease-in-out;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.popup-menu>.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    height: 94vh;
}

.popup-menu form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 80px !important;
    padding: 10px 0 20px 0;
    animation: 0.3s appear;
}

.popup-menu form input {
    margin: 0;
    width: 100%;
    border: 1px solid rgba(60, 60, 60, 0.25);
    height: 31px;
    background-color: transparent;
}

.popup-menu form button {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    padding: 5px;
    margin-left: -15px;
    width: 35px;
    height: 31px;
    border-bottom: 1px solid rgba(60, 60, 60, 0.25);
    border-right: 1px solid rgba(60, 60, 60, 0.25);
    border-top: 1px solid rgba(60, 60, 60, 0.25);
    background-image: url(https://maisonm.itembox.design/item/img/search_icon.png);
    background-size: 22px 22px;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color 0.3s;
    background-color: #eee;
}

.popup-menu form button:hover {
    background-color: #ececec;
    transition: background-color 0.3s;
}

.popup-menu>.container>.container {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    margin: 0;
    padding: 10px;
    height: 94vh;
    overflow: scroll;
    padding-bottom: 100px;
    overflow-x: hidden;
}

.popup-menu .container li {
    padding: 10px 0;
    color: rgb(78, 78, 78);
    font-size: 6vw;
    cursor: pointer;
}

.slide-button {
    display: flex;
    justify-content: space-between;
}

.slide-button::after {
    content: ">";
    transition: all 0.5s;
    transform: rotate(90deg);
}

.slide-button.open::after {
    content: ">";
    transform: rotate(270deg);
    transition: all 0.5s;
}

.slide-menu {
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden;
    pointer-events: none;
}

.slide-menu.display {
    height: auto;
    max-height: 400px;
    transition: all 0.5s;
    pointer-events: all;
}

/* TOP */
section.strings {
    position: relative;
    padding: 70px 0;
    margin: 100px 0;
}

section.strings>h2 {
    position: absolute;
    top: -26px;
    left: 5%;
    z-index: 2;
}

section.strings>span {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    background-color: #ccc;
}

section.strings>span.two {
    top: 10px;
}

section.strings>span.three {
    top: 20px;
}

section.strings>span.four {
    top: 30px;
}

section.strings>span.five {
    top: 40px;
}

section.strings>span.vertical {
    width: 1px;
    height: 100%;
}

section.strings>span.vertical.left.six {
    left: 30px;
}

section.strings>span.vertical.left.seven {
    left: 40px;
}

section.strings>span.vertical.left.eight {
    left: 50px;
}

section.strings>span.vertical.left.nine {
    left: 60px;
}

section.strings>span.vertical.left.ten {
    left: 70px;
}

section.strings>span.vertical.right.six {
    right: 30px;
}

section.strings>span.vertical.right.seven {
    right: 40px;
}

section.strings>span.vertical.right.eight {
    right: 50px;
}

section.strings>span.vertical.right.nine {
    right: 60px;
}

section.strings>span.vertical.right.ten {
    right: 70px;
}

section.strings>span.bottom {
    bottom: 0;
    top: initial;
}

section.strings>span.bottom.twelve {
    bottom: 10px;
}

section.strings>span.bottom.thirteen {
    bottom: 20px;
}

section.strings>span.bottom.fourteen {
    bottom: 30px;
}

section.strings>span.bottom.fifthteen {
    bottom: 40px;
}

#parallax {
    background-image: url("https://concordance.itembox.design/item/top_sp.png");
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

.products {
    display: flex;
    flex-wrap: wrap;
    margin: 3%;
}

.products .product {
    width: 100%;
    margin: 20px 1%;
}

.products .product a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

.products .product a p.name {
    margin-bottom: 0;
}

.products .product a p.price {
    margin-top: 0;
}

.charm-slider-one.splide,
.charm-slider-two.splide {
    width: 40% !important;
}

main.fs-l-main .splide__arrow--prev,
main.fs-l-main .splide__arrow--next {
    background-color: transparent !important;
}

main.fs-l-main .splide__arrow--prev svg,
main.fs-l-main .splide__arrow--next svg {
    fill: #ccc !important;
}

main.fs-l-main .splide__arrow--prev {
    left: -21px !important;
}

main.fs-l-main .splide__arrow--next {
    right: -23px !important;
}


/* 商品詳細ページ */
form#fs_form {
    width: 100%;
}

/* 商品一覧ページ */
.fs-c-productList {
    width: 100%;
}

/* その他ページ */
.cat_title h2 {
    font-size: 22.5px;
}


/* FOOTER */
section#category>div {
    display: flex;
    flex-wrap: wrap;
    margin: 5%;
}

section#category>div .category.item {
    width: 48%;
    margin: 1%;
}

section#category>div .category.item a {
    color: #000;
}

.sns-list {
    display: flex;
    justify-content: space-evenly;
}

.sns-list a {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.sns-list a.instagram {
    background-image: url("https://concordance.itembox.design/item/img/sns/instagram_icon.png?t=20231108175152");
}

.sns-list a.twitter {
    background-image: url("https://concordance.itembox.design/item/img/sns/twitter_icon.png?t=20231108175152");
}

.sns-list a.facebook {
    background-image: url("https://concordance.itembox.design/item/img/sns/facebook_icon.png?t=20231108175152");
}

.sns-list a.youtube {
    background-image: url("https://concordance.itembox.design/item/img/sns/youtube_icon.png?t=20231108175152");
}

.sns-list a.line {
    background-image: url("https://concordance.itembox.design/item/img/sns/line_icon.png?t=20231108175152");
}

.sns-list a.tiktok {
    background-image: url("https://concordance.itembox.design/item/tiktok.png?t=20231108175152");
}

.sns-list a.other {
    background-image: url("https://concordance.itembox.design/item/img/sns/other_icon.png?t=20231108175152");
}

.copyright {
    padding: 20px 0;
    /*border-top: 1px solid #ccc;*/
}

footer.fs-l-footer {
    border-top: 0;
    background-color: #fff;
    margin-top: 0;
    position: initial;
}

footer.fs-l-footer * {
    font-family: "t26-carbon", monospace, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

footer.fs-l-footer section#sns {
    padding: 0;
}

footer.fs-l-footer .links {
    margin: 5px;
}

footer.fs-l-footer .copyright>p {
    padding-bottom: 60px;
}

.footer_logo {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}




@media (min-width: 800px) {

    body {
        max-width: initial;
    }

    .fs-l-pageMain {
        max-width: 800px;
    }

    br.pc {
        display: block;
    }

    p,
    p.small {
        font-size: 15px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 35px;
    }

    s::after {
        top: 35%;
    }

    p.left-aligned.center {
        width: 235px;
    }

    .adapt-height {
        text-align: center;
    }

    .adapt-height img {
        width: auto;
    }

    .adapt-height:nth-of-type(1) img {
        max-height: 20vh !important;
    }

    .adapt-height:nth-of-type(2) img {
        max-height: 65vh !important;
    }

    .adapt-height.third img {
        max-height: 70vh !important;
    }

    .adapt-height.fourth img {
        max-height: 70vh !important;
    }

    .adapt-height.fifth img {
        max-height: 40vh !important;
    }



    .row-pc {
        display: flex;
        justify-content: space-around;
        align-items: flex-end;
    }

    .popup-menu {
        height: auto;
        left: 0;
    }

    header.fs-l-header .header>.container .header-menu.pc {
        opacity: 1;
        pointer-events: all;
    }

    .popup-menu .container {
        max-width: 800px;
        margin: 0 auto;
    }

    .popup-menu>.container>.container {
        height: auto;
        width: 50%;
        padding-bottom: 60px;
    }

    header.fs-l-header .header>.container .header-menu.pc .container li,
    .popup-menu .container li {
        font-size: 18px;
    }

    .fs-l-header .language-select {
        margin: 0 0 0 auto;
    }

    .fs-l-header .language-select select#language {
        font-size: initial;
    }

    .fs-l-header .language-select select#language {
        font-size: initial;
    }

    span.buy {
        margin-top: 4px;
    }

    #parallax {
        background-image: url("https://concordance.itembox.design/item/img/top_pc_01.jpg");
        background-size: contain;
        background-position: center;
        -ms-overflow-style: none;
        /* for Internet Explorer, Edge */
        scrollbar-width: none;
        /* for Firefox */
        overflow-y: scroll;
        padding-top: 100vh;
        background-size: 800px;
    }



    /* #parallax::-webkit-scrollbar {
        display: none;
    } */

    section#category {
        padding-bottom: 0;
    }

    section#category>div .category.item {
        font-size: 20px;
    }

    section.strings>h2 {
        top: -37px;
    }

    section#sns {
        padding-bottom: 60px;
    }

    section#sns .sns-list a {
        margin: 0 4px;
    }

    .products .product {
        width: 31%;
        margin: 20px 1%;
    }

    main.fs-l-main {
        max-width: 800px;
    }

    main.fs-l-main .splide__arrow--next {
        right: -22px !important;
    }

    .row.under-picture p>span:nth-of-type(1) {
        font-size: 13px;
        line-height: 16px;
    }

    .row.under-picture p>span:nth-of-type(2) {
        font-size: 8px;
    }

    .row.under-picture p>span:nth-of-type(3) {
        font-size: 9px;
    }

    .row.under-picture p>span:nth-of-type(4) {
        font-size: 10px;
    }

    footer.fs-l-footer {
        max-width: 800px;
        margin: 0 auto;
    }


}

@media (max-height: 732px) and (min-width: 768px) {
    #parallax {
        background-position: top 48% center;
    }
}