@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Raleway:wght@600&family=Roboto&display=swap");

/* reset css */
*,
*::before,
*::after {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0
}

ul[role="list"],
ol[role="list"] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

ul {
    margin: 0;
    padding: 0;
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img,
picture,
object {
    max-width: 100%;
    height: auto;
}

input,
button,
textarea,
select {
    font: inherit
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}


/* ====================
    container
 ====================*/
body {
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6em;
    color: #000;
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
}

strong {
    color: #bd985d;
}

#footer .inner,
.block-group .blcok-gourp-item,
.block-group .block-group-kv {
    margin: 0 auto;
    max-width: min(1080px, 85%);
}

@media screen and (max-width: 786px) {
    body {
        font-size: 14px;
    }
}

/*
.btn-wrap {text-align: center;}
.image {font-size: 0;line-height: 0;}
@media screen and (max-width: 768px) {.sp-hide {display: none;}}
@media screen and (min-width: 768px) {.pc-hide {display: none;}}
*/

/* ====================
    header
 ====================*/

#header {
    padding: 90px 0 35px 0;
    /* overflow-x: hidden; */
}

#header .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
    #header {
        padding: 80px 0 20px 0;
    }
}

/* header-logo-nav */
.sitettl.logoNone {
    display: none;
}

.header-logoTop a {
    position: absolute;
    top: 0;
    height: 60px;
    display: flex;
    align-items: center;
    z-index: 4;
    padding-left: 20px;
}

.header-logoTop img {
    /* width: 40px; */
}

.header-logoTop picture {
    display: block;
    width: 468px;
    height: auto;
}

@media screen and (max-width: 767px) {
    .header-logoTop picture {
        width: 200px;
    }
}

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

.logoText {
    color: #000;
    margin-left: 10px;
    font-weight: bold;
}


/* header-menu */
.menu-control {
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    background-color: black;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.menu-control .trigger-control {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    line-height: 0;
}

.controlWide .trigger-control {
    width: 65px;
    height: 53px;
}

.menu-control .trigger-control .trigger {
    position: relative;
    width: 100%;
    display: inline-block;
}

.controlWide .trigger-control .trigger {
    height: 30px;
    left: 15%;
}

.menu-control .trigger-control .trigger .trigger-item {
    display: block;
    position: absolute;
    left: 12px;
    background-color: white;
    height: 1px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s;
}

.menu-control .trigger-control .trigger .trigger-item.trigger-1 {
    width: 22px;
    top: 12px;
}

.menu-control .trigger-control .trigger .trigger-item.trigger-2 {
    width: 18px;
    top: 17px;
}

.controlWide .trigger-2 {
    top: 19px !important;
}

.menu-control .trigger-control .trigger .trigger-item.trigger-3 {
    width: 14px;
    top: 22px;
}

.controlWide .trigger-3 {
    top: 26px !important;
}

.controlWide.open .trigger-3 {
    top: 16px !important;
}

.menu-control .white {
    display: block;
}

.menu-control .black {
    display: none;
}

.controlWide .black {
    position: relative;
    bottom: 4px;
}

.menu-control .trigger-control .text-trigger {
    font-family: 'Noto Sans JP', 'sans-serif';
    font-weight: bold;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
    color: white;
    margin-top: 4px;
}

/* header-menu open */
.menu-control.open {
    background-color: white;
}

.menu-control.open .white {
    display: none;
}

.menu-control.open .black {
    display: block;
}

.menu-control.open .trigger-control {
    padding-top: 4px;
}

.menu-control.open .trigger-control .text-trigger {
    color: black;
}

.menu-control.open .trigger-control .trigger .trigger-item {
    background-color: black;
}

.menu-control.open .trigger-control .trigger .trigger-item.trigger-1 {
    top: 16px;
    transform: rotate(-45deg);
}

.menu-control.open .trigger-control .trigger .trigger-item.trigger-2 {
    display: none;
}

.menu-control.open .trigger-control .trigger .trigger-item.trigger-3 {
    top: 16px;
    transform: rotate(45deg);
    width: 22px;
}


/* header-menu contents */
.menu-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s;
    transform: translateX(100%);
}

.menu-content .section-top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10vh 1% 1%;
}

.menu-content .section-top-menu .section-logo .wrap-logo {
    text-align: center;
}

.menu-content .section-top-menu .section-logo p {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: 'Noto Sans JP', sans-serif;

}

.menu-content .section-top-menu .section-link.menu-pc ul {
    padding-left: 6em;
}

.menu-content .section-top-menu .section-link.menu-pc {
    display: block;
}

.menu-content .section-top-menu .section-link.menu-mobile {
    display: none;
}

.menu-content .section-top-menu .section-link ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.menu-content .section-top-menu .section-link ul li {
    width: 33.3333%;
}

li.menu-item:nth-child(n+4) {
    padding-top: 4em;
}

.menu-content .section-top-menu .section-link ul li a {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 23.48px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Raleway', 'sans-serif';
}


.menu-content .section-top-menu .section-link ul li a .japanese {
    font-weight: 200;
    font-size: 10px;
    line-height: 216%;
    color: #FFFFFF;
    margin: 0;
}

.menu-content .contact-phone {
    font-size: 20px;
    line-height: 216%;
    color: #FFFFFF;
    font-weight: 700;
    font-family: 'Noto Sans JP', 'sans-serif';
}

.menu-content .contact-phone span {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
}

.menu-content.open {
    transform: translateX(0);
}

@media screen and (max-width: 1024px) {
    .menu-content .section-top-menu {
        display: block;
        width: 90%;
        margin: 2em auto 0 auto;
    }

    .menu-content .section-top-menu .section-link.menu-mobile {
        display: block;
        margin-top: 2em;
    }

    .menu-content .section-top-menu .section-link.menu-pc {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .menu-content .section-top-menu {
        padding: 5vh 1% 1%;
    }

    .menu-content .section-top-menu .section-link ul li {
        width: 50%;
    }

    li.menu-item:nth-child(n+3) {
        padding-top: 2em;
    }
}

@media screen and (max-width: 576px) {
    .menu-content .section-top-menu {
        padding: 15vh 1% 1%;
    }
}


/* header-mypage */
.icon_mypage {
    position: fixed;
    top: 0;
    right: 65px;
    z-index: 10;
    font-size: 28px;
    height: 53px;
    padding: 7px 10px;
    background-color: #000;
    text-decoration: none !important;
    border-right: 2px solid #fff;
    /* padding-right: 10px; */
    /* padding-left: 10px;*/
    /* right: 116px; */
}

.icon_mypage img {
    width: 24px;
    display: block;
    margin: 0 auto;
}

.icon_mypagetext {
    font-size: 9px;
    color: #fff;
    font-family: 'Noto Sans JP', 'sans-serif';
    font-weight: bold;
    line-height: 1.5;
}

.mypageIcon .icon_mypagetext {
    font-size: 11px;
}

/* header-cart */
.cartBtn {
    right: 130px;
    border-right: 2px solid #fff;
}

.cartBtn a {
    padding: 7px 14px 6px;
}

.fs-p-scrollingCartButton {
    top: 0;
    /* right: 189px; */
    height: 53px;
}

.fs-p-scrollingCartButton__button {
    background-color: #000;
    padding: 7px 12px 6px;
}

.fs-p-scrollingCartButton__icon {
    font-size: 3rem;
    color: #fff;
}

.fs-p-scrollingCartButton__label {
    font-size: 9px;
    color: #fff;
    font-weight: bold;
}

/* header-nav */
.topNavi {
    max-width: 1200px;
    margin: 0 auto;
}

.nav-main ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.topNavi ul:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #EFEFEF;
    z-index: 1;
}

.topNavi ul li:not(:first-child) {
    margin-left: 40px;
}

.nav-main ul li a {
    display: inline-block;
    padding: 0 0 20px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 14px;
}

.nav-main ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #594d46;
    opacity: 0;
    transition: opacity 0.3s;
}

.nav-main ul li a:link,
.nav-main ul li a:visited {
    text-decoration: none;
    color: #000000;
}

.nav-main ul li a:hover,
.nav-main ul li a:active {
    text-decoration: none;
    color: #000000;
}

.nav-main ul li a:hover:after,
.nav-main ul li a:active:after {
    opacity: 1;
}

.nav-main ul li.active a:after {
    opacity: 1;
}

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

    .nav-main ul li a {
        padding: 0 0 10px;
    }

    .nav-main ul li a:after {
        bottom: 8px;
    }
}


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

    /* header-cart */
    .cartBtn {
        right: 130px;
    }

    /* header-nav */
    .topNavi ul li:not(:first-child) {
        margin-left: 30px;
    }
}

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

    /* header */
    .logoText {
        font-size: 18px;
        margin-left: 5px;
        position: relative;
        bottom: 1px;
    }

    /* header-nav */
    .topNavi ul li:not(:first-child) {
        margin-left: 0;
    }

    .topNavi ul li {
        width: 33.33334%;
    }

    .topNavi ul:after {
        display: none;
    }

    nav.nav-main.topNavi {
        max-width: 90%;
        text-align: center;
    }

    .header-logoTop a {
        padding-left: 10px;
    }

    .header-logoTop img {
        width: 140px;
    }

    /* .header-logoTop {
        top: -5px;
        left: 20px!important;
        padding-left: 0;
    } */
}

/* #header-logo .header-logoTop a {left: 130px;} */
/* .menu-control .logo-top {
    display: inline-block;
    padding: 10px 6px 11px 8px;
}

.menu-control .logo-top img {
    width: 39px;
} */
/* .nav-sub {
    width: 106px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-sub ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0;
    line-height: 0;
}

.nav-sub ul li a {
    display: block;
    width: 53px;
    height: 53px;
    background: #000;
} */
/* @media screen and (max-width:1300px) {
    .header-logoTop {
        left: 20px;
        z-index: 4;
    }
} */
/*
@media screen and max-width 980px {
.sitettl {margin-bottom:35px;}
.sitettl a span {font-size:32px;line-height:1em;}}
.sitettl a:link,.sitettl a:visited,.sitettl a:hover,.sitettl a:active {text-decoration:none;color:#080706;}
.sitettl a span {display:block;font-size:52px;line-height:1em;font-family:'Raleway', sans-serif;font-weight:600;}
.sitettl a span+span {font-family:'Noto Sans JP', sans-serif;font-size:12px;line-height:1em;font-weight:500;margin-top:10px;}
}*/

/* ====================
    footer
 ====================*/

#footer {
    padding: 90px 0;
    background: #e6e6e6;
}

#footer .inner .logo {
    text-align: right;
}

#footer .inner .logo+div ul a:link,
#footer .inner .logo+div ul a:visited {
    color: #000;
    text-decoration: none;
}

#footer .inner .logo+div ul a:hover,
#footer .inner .logo+div ul a:active {
    color: #bd985d;
    text-decoration: none;
}

#footer .inner .copyright {
    text-align: right;
    font-weight: bold;
    font-size: 8px;
    margin-top: 2em;
}

#footer .inner .logo img {
    max-width: 300px;
}

#footer .inner .logo+div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#footer .inner .logo+div ul {
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

#footer .inner .logo+div ul li {
    padding-top: 0.25em;
    font-size: 12px;
}

#footer .inner .logo+div h3 {
    margin-top: 1em;
    font-size: 16px;
    font-weight: 700;
}

#footer .inner .logo+div p {
    margin-top: 0.5em;
}

.btn-totop a {
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2252%22%20viewBox%3D%220%200%2029%2052%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%224%22%20width%3D%2220%22%20height%3D%221%22%20fill%3D%22%23C4C4C4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.435%205.70706L0%2019.1421L0.707107%2019.8492L14.1421%206.41417L27.5772%2019.8492L28.2843%2019.1421L14.8492%205.70706L14.1421%204.99995L13.435%205.70706Z%22%20fill%3D%22%23C4C4C4%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.435%2023.7071L0%2037.1421L0.707107%2037.8492L14.1421%2024.4142L27.5772%2037.8492L28.2843%2037.1421L14.8492%2023.7071L14.1421%2023L13.435%2023.7071Z%22%20fill%3D%22%23C4C4C4%22%2F%3E%3C%2Fsvg%3E");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    width: 28px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 3em auto 0 auto;
}


@media screen and (max-width: 768px) {
    #footer .inner .logo {
        width: 190px;
    }

    #footer .inner .logo img {
        max-width: 100%;
        height: auto;
    }

    #footer .inner .logo div+div {
        font-size: 8px;
    }

    #footer .inner .copyright {
        text-align: left;
    }

    #footer {
        padding: 50px 0;
        background: #e6e6e6;
    }

    #footer .inner .logo+div {
        padding-left: 0;
        display: block;
        margin: 20px 0;
    }

    #footer .inner .logo+div ul {
        margin-bottom: 50px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #footer .inner .logo+div ul li {
        width: calc(50% - 5px);
    }

    /* #footer .inner .logo div+div {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.6em;
    font-family: 'Raleway', sans-serif;
} */
}

/*
.btn.pt-a {
    display: inline-block;
    min-width: 170px;
    position: relative;
    padding: 10px 20px 15px 0;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
}

.btn.pt-a span {
    display: block;
    position: relative;
}

.btn.pt-a span:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    right: -15px;
    top: calc(50% - 3px);
    border-right: 1px solid #bd985d;
    border-top: 1px solid #bd985d;
    transform: rotate(45deg);
}

.btn.pt-a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #bd985d;
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn.pt-a:after {
    content: "";
    width: 0;
    height: 1px;
    background: #594d46;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width 0.3s;
}

.btn.pt-a:link,
.btn.pt-a:visited {
    text-decoration: none;
    color: #bd985d;
}

.btn.pt-a:hover,
.btn.pt-a:active {
    text-decoration: none;
}

.btn.pt-a:hover:after,
.btn.pt-a:active:after {
    width: 100%;
} */
/*
@media screen and (max-width: 768px) {
    .nav-main {
        width: 100%;
    }
}

.nav-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (max-width: 768px) {
    .nav-main ul {
        justify-content: space-between;
    }
}

.nav-main ul li {
    padding: 0;
    margin: 0;
    margin-right: 55px;
}

@media screen and (max-width: 1143px) {
    .nav-main ul li {
        margin-right: 35px;
    }
}

@media screen and (max-width: 768px) {
    .nav-main ul li {
        margin: 0;
    }
}*/


/* =================================================================
   TOPページ
 ===================================================================*/
/* ====================
    top-slider-wrap
 ====================*/

.block-kv {
    margin-bottom: 64px;
}

.block-kv .inner {
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .block-kv {
        margin-bottom: 30px;
    }

    /* .block-kv .inner .text p {
        font-size: 16px;
        line-height: 1.6em;
    } */
}

/* .block-kv .inner .text {
    margin-top: 50px;
    text-align: center;
} */
/* .block-kv .inner .text .image img {
    width: 100%;
    height: auto;
} */
/* .block-kv .inner .text p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
} */


/* ====================
    top-notice
 ====================*/

.block-notice {
    background: #bd985d;
    color: #fff;
    padding: 10px 20px;
}

.block-notice .inner {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.block-notice .inner h2,
.block-notice .inner p {
    font-size: 16px;
    font-weight: normal;
}

.block-notice .inner p a {
    color: #fff;
    text-decoration: underline;
}

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

    .block-notice .inner h2,
    .block-notice .inner p {
        font-size: 12px;
    }
}

/*@media screen and (max-width: 768px) {
    .block-notice {
        padding: 30px 20px;
    }
}*/
/* .block-notice .inner p {
    margin-bottom: 1em !important;
}
.block-notice .inner p:last-child {
    margin-bottom: 0 !important;
} */

/* ====================
   top-title-group
 ====================*/

/*  block-group-kv */
.block-group .block-group-kv {
    padding: 120px 2% 2%;
    /*
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;*/
}

.block-group .block-group-kv .inner {
    position: relative;
    z-index: 2;
    text-align: left;
}

.block-group .block-group-kv .inner .text p {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .block-group .block-group-kv {
        padding-top: 80px;
    }

    /* .block-group .block-group-kv .inner .text {
        max-width: 100%;
    } */
}

@media screen and (max-width: 576px) {
    .block-group .block-group-kv {
        padding-top: 50px;
    }

    .block-group .block-group-kv .inner .text p {
        font-size: 14px;
    }
}

/* title */
.ttl.pt-a,
.ttl.pt-b {
    margin: 0 0 20px;
}

.ttl.pt-a span,
.ttl.pt-b span {
    display: block;
    font-size: 40px;
    line-height: 1em;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.ttl.pt-a span+span,
.ttl.pt-b span+span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    margin-top: 10px;
}

.sttl.pt-a {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 700;
}

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

    .ttl.pt-a,
    .ttl.pt-b {
        margin: 0 0 10px;
    }

    .ttl.pt-a span,
    .ttl.pt-b span {
        font-size: 32px;
    }
}

/* ====================
   top-item
 ====================*/

.topitem-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.topitem-wrap:after,
.topitem-wrap:before {
    content: "";
    display: block;
    width: 22%;
    height: 0;
}

.topitem-wrap:before {
    order: 1;
}

.topitem {
    width: 22%;
    padding: 2%;
}

.topitem:nth-child(n+5) {
    margin-top: 20px;
}

.topitem :hover {
    opacity: 0.8;
}

.topitem_text {
    text-align: center;
    color: #000000;
    font-size: 14px;
    line-height: 1.5em;
}

.topitem_name,
.topitem_price {
    color: #000;
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
}

.topitem_name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
}

@media screen and (max-width: 768px) {
    .topitem_text {
        font-size: 12px;
    }

    .topitem_name {
        font-size: 14px;
    }

    .topitem:nth-child(n+5) {
        margin-top: 0;
    }

    .topitem:nth-child(n+4) {
        margin-top: 20px;
    }

    .topitem {
        width: 33.333334%;
    }
}

.topitem a:link,
.topitem a:visited,
.topitem a:hover,
.topitem a:active {
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 576px) {
    .topitem {
        width: 50%;
    }

    .topitem:nth-child(n+4) {
        margin-top: 0;
    }

    .topitem:nth-child(n+3) {
        margin-top: 20px;
    }
}


/* ====================
   others
 ====================*/
.flyer_caution_text {
    margin: 0 0 30px;
}

.bnr_flyer_caution:hover {
    opacity: .8;
}

.block-others {
    max-width: 980px;
    margin: 0 auto;
    padding: 100px 0;

}

.block-others .inner .block:not(:last-child) {
    margin-bottom: 35px;
}

ul.others__list-wrap {
    list-style: none;
}

.other-sp-br {
    display: none;
}

.souryoAdd {
    margin-bottom: 20px;
}

.souryoAdd,
.souryoAdd th,
.souryoAdd td {
    border: solid 1px #ccc;
    border-collapse: collapse;
}

.souryoAdd th {
    width: 20%;
    padding: 15px 0;
    background: #eee;
    border-right: 2px solid #333;
}

.souryoAdd td {
    padding: 0 10px;
}

@media screen and (max-width: 1024px) {
    .block-others {
        padding: 100px 20px 90px;
    }
}

@media screen and (max-width: 768px) {
    .block-others .inner .block {
        padding-left: 0;
    }

    .other-sp-br {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .block-others {
        padding: 80px 20px 90px;
    }
}

/* ====================
   top-animation
 ====================*/

.fade {
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
}

.move-s {
    transition: opacity 0.3s, transform 0.3s;
    transition-delay: 0.3s;
    transform: scale(0.1, 0.1) translate(0, 30px);
    opacity: 0;
}

.move-v {
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translate(0, 30px);
}

.move-l {
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translate(30px, 0);
}

.move-r {
    transition: opacity 0.3s, transform 0.3s;
    opacity: 0;
    transform: translate(-30px, 0);
}

.move-fix {
    opacity: 1.0 !important;
    transform: translate(0, 0), scale(0.1, 0.1) !important;
    -webkit-transform: translate(0, 0) !important;
}


/* =================================================================
   商品カテゴリページ
 ===================================================================*/

.fs-l-main {
    margin: 0 auto;
}

.fs-c-breadcrumb {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.fs-c-heading--page {
    font-weight: 500;
    font-size: 2.25rem;
}

.fs-c-button--plain {
    font-weight: bold;
}

.fs-c-productList__list__item {
    padding: 16px 14px;
}

@media screen and (min-width: 960px) {
    .fs-c-productList__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 25% 25% 25% 25%;
        grid-template-columns: 25% 25% 25% 25%;
    }

    .fs-c-productList__list>*:nth-child(1) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(2) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(3) {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(4) {
        -ms-grid-column: 4;
        grid-column: 4;
        -ms-grid-row: 1;
        grid-row: 1;
    }

    .fs-c-productList__list>*:nth-child(5) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(6) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(7) {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(8) {
        -ms-grid-column: 4;
        grid-column: 4;
        -ms-grid-row: 2;
        grid-row: 2;
    }

    .fs-c-productList__list>*:nth-child(9) {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 3;
        grid-row: 3;
    }

    .fs-c-productList__list>*:nth-child(10) {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

/* 商品名 */
.fs-c-productListItem__productName {
    text-align: center;
}

.fs-l-main .fs-c-productListItem__productName a {
    display: flex !important;
    flex-direction: column;
}

.fs-c-productListItem__productName a:link,
.fs-c-productListItem__productName a:visited,
.fs-c-productListItem__productName a:hover,
.fs-c-productListItem__productName a:active {
    text-decoration: none;
    color: #000;
}

.fs-c-productListItem__productName a .fs-c-productName__name {
    order: 1;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}

/* 価格 */
.fs-c-productListItem__prices .fs-c-productPrice {
    justify-content: center;
    font-size: 18px;
}

/* 商品コピー（内容量） */
.fs-c-productListItem__productName a .fs-c-productName__copy {
    order: 2;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: bold;
}

/* 商品説明 */
.fs-c-productListItem__productDescription {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: 0;
}



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

    .fs-c-productListItem__productDescription {
        font-size: 13px;
    }

    .fs-c-productListItem__productName a .fs-c-productName__name {
        font-size: 14px;
        line-height: 1.4em;
    }
}

/* =================================================================
   商品詳細ページ
 ===================================================================*/
.fs-body-product #header {
    /* padding: 0 !important; */
    /*position: absolute;*/
    width: 100%;
    z-index: 100;
    min-height: 53px;
}

.fs-body-product #header .inner {
    /* display: none ; */
}

.fs-body-product #fs_form {
    position: relative;
    z-index: 1;
}

.fs-l-productLayout {
    display: block;
}

.block-itemmain {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding: 53px 82px; */
    padding: 53px 0;
    margin: 0 auto;
    /* max-width: 1000px; */
    width: 90%;
    max-width: 1340px;
    margin: 0 auto;
}

.block-itemmain .block-itemphoto {
    width: calc(50% - 40px);
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
    overflow: hidden;
}

.block-itemmain .block-itemphoto.slick-initialized {
    opacity: 1;
}

.block-itemmain .block-itemphoto .fs-c-productPlainImage {
    font-size: 0;
    line-height: 0;
    float: left;
}

.block-itemmain .block-itemdetail {
    width: 50%;
}

.fs-p-productDescription.fs-p-productDescription--full {
    margin-top: 1em;
}

.fs-c-productNameHeading {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.fs-c-productNameHeading span {
    display: block;
    width: 100%;
}

.fs-c-productNameHeading .fs-c-productNameHeading__copy {
    order: 2;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: normal;
}

.fs-c-productNameHeading .fs-c-productNameHeading__name {
    order: 1;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
}

.block-summary {
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}

.itemdetail_textlarge {
    margin: 0;
    font-size: 14px;
    line-height: 3em;
    font-weight: bold;
    display: block;
}

.itemdetail_text_caution {
    color: #f00;
    font-weight: bold;
}

.text_mt2em {
    margin-top: 2em;
}

.text_mb1rem {
    margin-bottom: 1rem;
}

.text_bold {
    font-weight: bold;
}

.itemdetail_text-s_title {
    font-size: 20px;
    font-weight: bold;
    margin: 2em 0 1rem;
}


@media screen and (max-width: 1024px) {
    .block-itemmain {
        padding: 53px 20px;
        align-items: inherit;
    }
}

@media screen and (max-width: 768px) {
    .block-itemmain {
        padding: 0 20px;
    }

    .block-itemmain .block-itemdetail {
        width: 100%;
    }

    .block-itemmain .block-itemdetail .fs-c-productPrice {
        justify-content: center;
    }

    .block-itemmain .block-itemphoto {
        width: 100%;
        margin-bottom: 15px;
    }

    .block-itemmain .block-itemphoto img {
        width: 80%;
    }

    .fs-c-productNameHeading {
        text-align: center;
    }

    .block-summary {
        /* text-align: center; */
    }
}

@media screen and (max-width: 576px) {
    .fs-c-sortItems__list__item__label {
        display: block;
        padding: 2px 4px;
    }
}

/* カートに入れるボタン */
.block-cartbtn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 364px;
    margin-top: 35px;
}


@media screen and (max-width: 768px) {
    .block-cartbtn {
        width: auto;
    }
}

.block-cartbtn .btn-addcart {
    display: block;
    max-width: 206px;
    min-width: 206px;
    line-height: 38px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #bd985d;
    transition: 0.3s;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.block-cartbtn .btn-addcart:hover {
    background: #ffc261;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .block-cartbtn .btn-addcart {
        max-width: calc(100% - 132px);
        min-width: calc(100% - 132px);
    }
}


/* 商品追加・削除ボタン */
.item-quantity {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 122px;
}

.item-quantity .btnup,
.item-quantity .btndown {
    border: none;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    line-height: 38px;
    color: #fff;
    background: #4F4F4F;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}

.item-quantity .btnup:hover,
.item-quantity .btndown:hover {
    background: #000;
}

.item-quantity .quantity {
    width: 38px;
    padding: 0;
    text-align: center;
    line-height: 38px;
    pointer-events: none;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 0px;
    background: #EFEFEF;
}

/* コメント欄 */
.c3-inner {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0 0;
}

.itemdetail_c3_title {
    font-size: 32px;
    text-align: center;
    margin: 2em 0 1rem;
}

.c3_2column {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 30px 0;
}

.c3_2column_text {
    width: 55%;
}

.c3_2column_text p {
    margin: 0;
}

.c3_2column_ph {
    width: 40%;
}

@media screen and (max-width: 768px) {
    .itemdetail_c3_title {
        font-size: 24px;
        margin: 0 0 1rem;
    }

    .c3_2column {
        display: block;
    }

    .c3_2column_text {
        width: 100%;
    }

    .c3_2column_text p {
        margin: 1rem 0 2em;
    }

    .c3_2column_ph {
        width: 100%;
    }
}

.fs-c-variationAndActions {
    margin-top: 30px;
}

.table_gd23-wrap {
    margin-top: 30px;
}

.table_gd23-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.table_gd23-wrap table tr {
    border-bottom: 1px solid #000;
}

.table_gd23-wrap table td {
    text-align: center;
}


/* Howto */
.howto_text_title {
    font-weight: bold;
}

.howto_text {
    margin: 0 0 2em;
}

.block-howto {
    margin-top: 100px;
    padding: 0 20px;
}

.block-howto .inner {
    max-width: 750px;
    margin: 0 auto;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Product */
.fs-body-product .ttl.pt-b {
    text-align: center;
}

.product-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.product_ph {
    width: 30%;
}

.product_text {
    width: 60%;
}

.product_text ul {
    list-style-type: none;
    padding: 0 0 0 2em;
    margin-top: 0.5em;
}

.product_text li {
    position: relative;
}

.product_text li::after {
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: -1.5em;
    width: 10px;
    height: 5px;
    border-left: 2px solid #25AF01;
    border-bottom: 2px solid #25AF01;
    transform: rotate(-45deg);
}

.title_positioning {
    text-align: center;
    margin: 50px 0 20px;
}

.positioning {
    width: 100%;
    max-width: 535px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .product-inner {
        display: block;
    }

    .product_ph {
        width: 100%;
    }

    .product_text {
        width: 100%;
    }
}


/* +one */
.fs-c-featuredProduct .fs-c-productListCarousel__list__item .fs-c-productListItem__productDescription {
    display: none;
}

.fs-c-featuredProduct {
    max-width: 748px;
    margin: 100px auto 0;
}

.fs-c-featuredProduct .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
    flex-basis: calc(33.3% - 29px);
    max-width: calc(33.3% - 29px);
    min-width: calc(33.3% - 29px);
}

@media screen and (max-width: 550px) {
    .fs-c-featuredProduct .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
        flex-basis: auto;
        max-width: 100%;
        min-width: auto;
    }
}

/* 商品詳細ページのコメントアウトされている箇所 */
/*
.block-itemheader.wash {
    background-image: url(https://beautifulcars.itembox.design/item/img/wash-kv-pc02.jpg);
}

@media screen and (max-width: 768px) {
    .block-itemheader.wash {
        background-image: url(https://beautifulcars.itembox.design/item/img/wash-kv-pc02.jpg);
    }
}

.block-itemheader.clean {
    background-image: url(https://beautifulcars.itembox.design/item/img/clean-kv-pc.jpg);
}

@media screen and (max-width: 768px) {
    .block-itemheader.clean {
        background-image: url(https://beautifulcars.itembox.design/item/img/clean-kv-sp.jpg);
    }
}

.block-itemheader.coating {
    background-image: url(https://beautifulcars.itembox.design/item/img/coating-kv-pc.jpg);
}

@media screen and (max-width: 768px) {
    .block-itemheader.coating {
        background-image: url(https://beautifulcars.itembox.design/item/img/coating-kv-sp.jpg);
    }
}

.block-itemheader.etc {
    background-image: url(https://beautifulcars.itembox.design/item/img/purewaterdevice-kv-pc.jpg);
}

@media screen and (max-width: 768px) {
    .block-itemheader.etc {
        background-image: url(https://beautifulcars.itembox.design/item/img/purewaterdevice-kv-sp.jpg);
    }
}

.block-itemheader.set {
    background-image: url(https://beautifulcars.itembox.design/item/img/set-kv-pc.jpg);
}

@media screen and (max-width: 768px) {
    .block-itemheader.set {
        background-image: url(https://beautifulcars.itembox.design/item/img/set-kv-sp.jpg);
    }
}

.item-no {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 5px;
}

.item-name {
    color: #fff;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
}

.item-catchcopy {
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
}

.item-price {
    font-size: 20px;
    line-height: 1.6em;
    margin-top: 15px;
}

.item-price span {
    color: #fff !important;
} */
/* .block-itemheader {
    background-color: #666;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 425px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
    .block-itemheader {
        min-height: 468px;
        align-items: flex-end;
    }
} */
/* .block-itemheader:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #000 40%, rgba(0, 0, 0, 0.25));
    opacity: 0.4;
} */
/* .block-itemheader .inner {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    width: calc(100% - 304px);
} */
/*
@media screen and (max-width: 1024px) {
    .block-itemheader .inner {
        width: auto;
        padding: 0 20px;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .block-itemheader .inner {
        text-align: left;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
        padding-bottom: 35px;
    }
}

.block-itemheader .inner .text {
    max-width: 360px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .block-itemheader .inner .text {
        max-width: 100%;
    }
}

.block-itemheader .inner .text p {
    margin: 0;
    padding: 0;
    line-height: 2.2em;
} */
/*
.youtube-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
} */
/* .fs-p-searchForm {
    width: 300px;
    margin: 0 0 20px;
} */
/* .logo_header {
    width: 230px;
    display: block;
    margin: 0 0 5px;
} */
/* .sitettl a span {
    font-size: 40px;
} */



/* =================================================================
   Q&A
 ===================================================================*/

.qa-list {
    padding: 0 0 30px 0;
}

.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 120px 28px 40px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
}

.qa-list dl:first-child {
    border-top: 1px solid #efefef;
}

.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.qa-list .open::before {
    transform: rotate(-45deg);
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 80px;
}

.qa-list dl dt::before {
    font-size: 28px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #000;
    font-family: 'Raleway', sans-serif;
    content: 'Q.';
}

.qa-list dl dd::before {
    font-size: 28px;
    position: absolute;
    top: 5%;
    left: 0;
    display: block;
    content: 'A.';
    color: #bd985d;
    font-family: 'Raleway', sans-serif;
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 80px;
    color: #bd985d;
}

.qa-list dl dd p {
    margin: 30px 0 0;
}

.qa-list dl dd p:first-child {
    margin-top: 0;
}

.qa-list .section-title {
    font-size: 22px;
    padding: 30px 0 0 40px;
}

.qa-list .middle-title {
    padding: 30px 0 0 40px;
    font-size: 20px;
}

.qa_menu li {
    list-style: none;
}

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

.qa_menu {
    display: flex;
    margin: 0 auto;
    position: relative;
    padding: 0;
    flex-wrap: wrap;
}

.qa_menu>li {
    width: 20%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    white-space: nowrap;
}

.qa_menu>li:hover>a {
    color: #bd985d;
}

.menu-second {
    visibility: hidden;
    background-color: #fff;
    z-index: 10;
    text-align: left;
}

.qa_menu>.single {
    position: relative;
}

.qa_menu .single .menu-second {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
}

.qa_menu .single .menu-second li a:hover {
    opacity: 0.7;
}

.qa_menu .single:hover .menu-second {
    visibility: visible;
    animation-duration: 0.3s;
    animation-name: fade-in;
}

.qa_menu .wide .menu-second {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 50px;
    left: 0;
}

.qa_menu .wide .menu-second li {
    width: 25%;
}

.qa_menu .wide .menu-second li a:hover {
    opacity: 0.7;
}

.qa_menu .wide:hover .menu-second {
    visibility: visible;
    animation-duration: 0.3s;
    animation-name: fade-in;
}

.qa_items:hover #qa_items {
    margin-top: 380px;
}

.menu-second {
    padding-left: 75px;
}

@media screen and (max-width:1024px) {
    .qa_menu .wide .menu-second li {
        width: 33%;
    }

    .menu-second {
        padding-left: 40px;
    }
}

@media screen and (max-width:800px) {
    .qa_menu .wide .menu-second li {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .qa-list .section-title {
        padding: 30px 0 0;
    }

    .qa-list .middle-title {
        padding: 30px 0 0;
    }

    .qa-list dl {
        padding: 28px 50px 28px 0;
    }

    .qa-list dl dt,
    .qa-list dl dd {
        padding: 0 0 0 50px;
    }
}

@media screen and (max-width: 600px) {
    .qa_menu body {
        font-size: 0.75rem;
    }

    .qa_menu .wide .menu-second li {
        display: none;
    }

    .qa_menu li {
        width: 33%;
    }
}

@media screen and (max-width: 450px) {
    .qa_menu li {
        width: 50%;
    }
}

@keyframes fade-in {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    25% {
        visibility: visible;
        opacity: 0.25;
    }

    50% {
        visibility: visible;
        opacity: 0.5;
    }

    75% {
        visibility: visible;
        opacity: 0.75;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}


/* =================================================================
   ログイン画面
 ===================================================================*/

.fs-body-login .fs-c-buttonContainer {
    margin-top: 16px;
}

.fs-c-subSection__title {
    padding-bottom: 0.25em;
}

.fs-c-newUsers__message.fs-c-subSection__message {
    margin-top: 16px;
}

.fs-c-inputInformation__field {
    margin: 24px auto 0 auto;
}

.fs-c-inputInformation__button {
    margin-top: 24px;
}

/* =================================================================
   message
 ===================================================================*/

.message__container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

.message__container .message__item-title {
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 1.25em;
}

.message__container .message__item-title:not(.first-title) {
    margin-top: 4em;
}

.message__container .message__item-title.first-title {
    margin-top: 1.5em;
}

.message__container .message__item-text {
    margin-top: 1.5em;
}

.message__container .message__item-img {
    margin-top: 2em;
}

.message__container .selection__wrap {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    padding: 2em 0 2em 0;
    margin-top: 3.25em;
}

.message__container .selection__item-name:not(:first-child) {
    margin-top: 1em;
}

.message__item-img.link:hover {
    opacity: 0.8;
}


.message__container .selection__item-name {
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    .message__container br {
        display: none;
    }

    .message__container br .show {
        display: block;
    }
}




/* =================================================================
   new-message
 ===================================================================*/

.new-message__container {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    line-height: 2.00;
    letter-spacing: 0.02em;
}

.new-message__item-hegit {
    line-height: 2.3;
}

.new-message__container .new-message__item-title {
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-size: 1.25em;
}

.new-message__container .new-message__item-title:not(.first-title) {
    margin-top: 4em;
}

.new-message__container .new-message__item-title.first-title {
    margin-top: 1.5em;
}

.new-message__container .new-message__item-text {
    margin-top: 1.5em;
}

.new-message__container .new-message__item-img {
    margin-top: 2em;
}

.new-message__container .selection__wrap {
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    padding: 2em 0 2em 0;
    margin-top: 3.25em;
}

.new-message__container .selection__item-name:not(:first-child) {
    margin-top: 1em;
}

.new-message__item-img.link:hover {
    opacity: 0.8;
}


.new-message__container .selection__item-name {
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    .new-message__container br {
        display: none;
    }

    .show br {
        display: block;
    }

    .new-message__item-title {
        text-align: center;
    }

    .new-message__first-item {
        text-align: center;
    }
}

/* =================================================================
   個人情報保護方針
 ===================================================================*/
.privacy-unorderedList,
.privacy-unorderedList-katakana,
.privacy-unorderedList-lower-latin {
    margin: 1em 0 0;
}

.privacy-unorderedList-disc>li::before {
    content: "・";
}

.privacy-unorderedList-katakana>li::before {
    width: 1.5em;
    padding-right: .5em;
}

.privacy-unorderedList-katakana>li:first-child::before {
    content: "ア)";
}

.privacy-unorderedList-katakana>li:nth-child(2)::before {
    content: "イ)";
}

.privacy-unorderedList-katakana>li:nth-child(3)::before {
    content: "ウ)";
}

.privacy-unorderedList-katakana>li:nth-child(4)::before {
    content: "エ)";
}

.privacy-unorderedList-katakana>li:nth-child(5)::before {
    content: "オ)";
}

.privacy-unorderedList-lower-latin>li:first-child::before {
    content: "a)";
}

.privacy-unorderedList-lower-latin>li:nth-child(2)::before {
    content: "b)";
}

.privacy-unorderedList-lower-latin>li:nth-child(3)::before {
    content: "c)";
}

.privacy-unorderedList-lower-latin>li:nth-child(4)::before {
    content: "d)";
}

.fs-c-orderedList>li .privacy-unorderedList-lower-latin {
    border-left: none;
}


/* =================================================================
   会員登録
 ===================================================================*/
.fs-c-privacyPolicyAgreeField .fs-c-checkbox__label {
    align-items: flex-end;
    line-height: 1;
}


.privacy-box {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid #000;

    padding: 20px;
    box-sizing: border-box;

    margin: 30px 0 2em;

    line-height: 2;
}

.privacy-box h2 {
    width: 100%;
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: bold;
}

.privacy-box h3 {
    width: auto;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0;
}

.privacy-box p {
    font-size: 14px !important;
    width: auto;
    margin: 0 0 20px;
}



.check-privacy-wrap {
    margin: 0 0 50px;
}

.privacy-unorderedList02 {
    margin: 0 0 30px;
    list-style: none;
}

.privacy-unorderedList02 li {
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding: 0 0 0 1em;
}

.privacy-unorderedList02 li::before {
    content: "・";
    width: 1em;
    display: block;
    position: absolute;
    left: 0;
}

.privacy-unorderedList02 li:not(:last-child) {
    /* margin-bottom: 1em; */
}

/* @media screen and (max-width: 600px) {
  .tes{
    margin-bottom: 1em;
  }
} */

.fs_check-privacy_note {
    font-size: 14px;
    margin: .5em 0 0;
    line-height: 1.5;
    display: block;
}

.fs-c-privacyPolicyAgreeField .fs-c-checkbox__label .fs-c-checkbox__checkMark {
    margin: 0 4px 27px 0;
}

@media screen and (max-width: 568px) {
    .fs-c-privacyPolicyAgreeField .fs-c-checkbox__label .fs-c-checkbox__checkMark {
        margin: 0 4px 46px 0;
    }
}




/* =================================================================
   その他
 ===================================================================*/

.fs-c-productListCarousel.three {
    width: calc(100% - (33.3% - 88px));
    margin: 0 auto;
}

.fs-c-productListCarousel.three .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack {
    justify-content: center;
}

.fs-c-productListCarousel.three .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {

    flex-basis: calc(33.3% - 44px);
    max-width: calc(33.3% - 44px);
    min-width: calc(33.3% - 44px);
    margin-left: 22px;
    margin-right: 22px;
}

.fs-c-productListCarousel .fs-c-productListCarousel__ctrl {
    display: none !important;
}

.fs-c-productListCarousel .fs-c-productListCarousel__list {
    width: 100%;
}

.fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
    margin: 0 0 35px;
    flex-basis: calc(25% - 33px);
    max-width: calc(25% - 33px);
    min-width: calc(25% - 33px);
}

.fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__image img {
    width: 100%;
    height: auto;
}

.fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    display: none;
}

/*
.fs-body-my-top .fs-l-account {
    position: relative;
}
*/

.fs-body-my-top .fs-l-account {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fs-c-accountService__page--accountDelete {
    display: none;
}

.mypage-link {
    /* padding: 0;
    position: absolute;
    left: 0;
    bottom: -60px; */
    padding: 20px 0;
}

.mypage-link li {
    list-style: none;
}

@media screen and (max-width: 1024px) {
    .fs-c-productListCarousel.three {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .fs-c-productListCarousel.three .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
        float: left;
        margin: 0 10px 35px !important;
        flex-basis: auto;
        max-width: 100%;
        min-width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack .fs-c-productListCarousel__list__item {
        display: block;
        float: left;
        margin: 0 10px 35px !important;
        flex-basis: auto;
        max-width: 100%;
        min-width: auto;
    }

    .fs-c-productListCarousel .fs-c-productListCarousel__list .fs-c-productListCarousel__list__itemTrack {
        display: block;
    }
}

.fs-preview-header {
    display: none;
}

.topInfo {
    display: none;
    width: 90%;
    max-width: 380px;
    margin: 0 auto 30px;
}

.topInfoTitle {
    font-weight: bold;
    color: #f00;
    text-align: center;
    margin: 0 0 1em;
}

.topInfoText {
    text-align: justify;
    margin: 0 0 1em;
}

.topInfoText span {
    font-weight: bold;
}

.detailList {
    margin-left: 2rem;
    margin-bottom: 20px;
}

.detailList li {
    margin-bottom: 10px;
}

.detailList li:last-of-type {
    margin-bottom: 0;
}

.block-itemmain.bottom>.block-itemphoto {
    align-self: flex-start;
}

.block-itemmain.bottom .slick-slide {
    height: auto;
    float: auto;
    width: 378px;
}

.block-itemmain.bottom .fs-c-productCarouselMainImage__image {
    display: flex !important;
    justify-content: center;
}

.fs-body-product .fs-c-featuredProduct:not(.block-reco) {
    display: none;
}

@media screen and (max-width: 768px) {
    .block-cartbtn.onlybtn {
        justify-content: center;
    }

    .block-itemmain.bottom .slick-slide {
        width: 100vw;
    }

    .block-itemmain.bottom {
        margin-bottom: 98px;
    }
}

.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .slick-list .slick-track .slick-slide {
    width: min(100vw, 1080px);
    aspect-ratio: 1080/460;
}

.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .slick-list .slick-track .slick-slide div {
    width: 100%;
    height: 100%;
}

.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .slick-list .slick-track .slick-slide div figure {
    width: 100%;
    height: 100%;
}

.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .slick-list .slick-track .slick-slide div figure a {
    display: block;
    width: 100%;
    height: 100%;
}

.fs-pt-carousel.fs-c-slick .fs-pt-carousel__track .slick-list .slick-track .slick-slide div figure img {
    width: 100%;
    height: 100%;
}

.topbnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

@media screen and (max-width: 1024px) {
    .topbnr {
        flex-direction: column;
    }
}

.topbnr__cell {
    width: min(100%, 320px);
}

.topbnr__cell a {
    display: block;
    transition: 0.35s all ease;
}

@media screen and (min-width: 1025px) {
    .topbnr__cell a:hover {
        opacity: 0.6;
    }
}

.topbnr__cell a figure {
    margin: 0;
}

.topbnr__cell a figure img {
    width: 100%;
    height: 100%;
}

/* オリジナル純水器をグレーアウト */
.fs-body-category-purewaterdevice article[data-product-id="15"] form .fs-c-productListItem__imageContainer {
    position: relative;
}

.fs-body-category-purewaterdevice article[data-product-id="15"] form .fs-c-productListItem__imageContainer::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(167, 167, 167, 0.5);
}

/* !! オリジナル純水器をグレーアウト */
