@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////
///// 全ページ共通CSS ///////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////// */

/* ==================================================
FONT SETTING
================================================== */

html {
    font-size: 62.5%;
}

@media screen and (min-width:1025px) {
    html {
        font-size: calc(8px + .2vw);

    }

    #footerArea {
        font-size: calccalc(8px + 0.3vw);
    }

    .navMenu {
        font-size: 1.2rem;
    }
}

body {
    /*ゴシック系*/
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*明朝系
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;*/
    letter-spacing: 0.07em;
    background: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5em;
    -ms-font-feature-settings: "normal";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.enGothic {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.05em;
}


.Serif {
    font-family: "BIZ UDPMincho", "BIZ UDP明朝", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.Itaric {
    font-style: italic;
}

.enSerifBold {
    font-family: 'Cormorant Infant', serif;
    font-weight: 600;
    letter-spacing: 0.07em;
}

p {
    line-height: 1.5;
    letter-spacing: 0.1em;
}

h1 {
    font-size: 3rem;
    letter-spacing: 0.08em;
}

.mainTtlBlk h1 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
}

h2,
.telNum {
    font-size: 2.2rem;
}

h3,
.lText {
    font-size: 2rem;
}

h4,
.naviTit {
    font-size: 1.8rem;
}

h5,
.stTxt,
.buyTxt {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.5rem;
}

h7,
.naviCat,
.infoTxt {
    font-size: 1.4rem;
}


.mText {
    font-size: 1.2rem;
}

.shippingTitle,
.freeTitle {
    font-size: 3.2rem;
}

.enTitle {
    font-size: 2.3rem;
}

.enBtnTxt {
    font-size: 1rem;
}

.jpBTitle {
    font-size: 1rem;
}

.jpSTitle {
    font-size: 1rem;
}

.sText {
    font-size: .9rem;
}

.xsText {
    font-size: .8rem;
}


.fs400 {
    font-size: 400%;
}

.fs300 {
    font-size: 300%;
}

.fs200 {
    font-size: 200%;
}

.fs180 {
    font-size: 180%;
}

.fs160 {
    font-size: 160%;
}

.fs150 {
    font-size: 150%;
}

.fs140 {
    font-size: 140%;
}

.fs130 {
    font-size: 130%;
}

.fs120 {
    font-size: 120%;
}

.fs110 {
    font-size: 110%;
}

.fs90 {
    font-size: 90%;
}

.fs80 {
    font-size: 80%;
}

.fs70 {
    font-size: 70%;
}

.fs60 {
    font-size: 60%;
}

.fs50 {
    font-size: 50%;
}

.fwBold {
    font-weight: bold;
}

@media screen and (min-width:1025px) {
    .mainTtlBlk h1 {
        font-size: 3.0rem;
    }

    h2,
    .telNum {
        font-size: 2.4rem;
    }

    .enTitle {
        font-size: 3.6em;
    }

    .enBtnTxt {
        font-size: 1.6rem;
    }

    .jpBTitle {
        font-size: 2rem;
    }

    .jpSTitle {
        font-size: 1.4rem;
    }

    .sText {
        font-size: 1.4rem;
    }

    .bread.sText,
    .xsText {
        font-size: 1.2rem;
    }
}

@media screen and (min-width:1401px) {
    .naviTit {
        font-size: 1.3rem;
    }

    .naviCat {
        font-size: 1.2rem;
    }
}

/* ==================================================
link
 ================================================== */

a:link {
    color: #666666;
}

a:visited {
    color: #666666;
}

a:active {
    color: #666666;
}

/* ==================================================
color
================================================== */

body {
    color: #5c5c5c;
}

.titColor {
    color: #000000;
}

.weakColor {
    color: #eaedef;
}

.backColor {
    color: #ffffff;
}

.bfColor {
    color: #354c61;
}

.msColor {
    color: #b66284;
}

.dressColor {
    color: #ac9630;
}

.stockColor {
    color: #4b4b4b;
}

.sbColor {
    color: #647d70;
}

.pointColor {
    color: #F39939;
}

.attention {
    color: #ee006a;
}

.pinkColor {
    color: #c81364;
}

/*background color*/

.bgBeige {
    background-color: #faf9f1;
}

.bgLgray {
    background-color: #f5f6f7;
}

.bgLblue {
    background-color: #eaedef;
}


/* ==================================================
common
================================================== */

.new::after {
    color: #d83232;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0 0 1rem;
}

.cs::before {
    font-family: 'Cormorant Infant', sans-serif;
    font-weight: 600;
    letter-spacing: 0.07em;
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

svg {
    fill: #354c61;
}

/* ==================================================
BtnSet
================================================== */

.kadoRBtn {
    border-radius: 5px;
}

.roundBtn {
    border-radius: 4em;
}

.btnLine {
    border: 2px solid #736351;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #736351;
}

.btnBeta {
    background: #736351;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
}

.btnBeta svg {
    fill: #ffffff;
}

.btnBeta a {
    color: #ffffff;
}

.BtnCenter svg {
    height: 1.2em;
    width: 1.2em;
    margin: 0 10px 0 0;
}

.BtnCenter a {
    padding: 10px 20px;
}

.BtnCenter a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

div.BtnCenter2 a {
    padding: 20px 2em 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60vw;
}


/* ==================================================
nowloading
================================================== */

.double-bounce1,
.double-bounce2 {
    background-color: #293243;
}

/* ==================================================
header
================================================== */

#contsHead {

    text-align: center;
    position: relative;
    z-index: 1020;
    -webkit-transition: height 0.8s ease-in-out, .8s opacity ease-in;
    transition: height 0.8s ease-in-out, .8s opacity ease-in;
}

#contsHead div#globalNavi {}

#contsHead div#globalNavi div.headSet {}

#contsHead div#globalNavi div.headSet div.headSetTop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: #293243;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 11;
}

#contsHead div#globalNavi div.headSet div.searchBtn {
    width: 54px;
    height: 54px;
    border-right: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

#contsHead div#globalNavi div.headSet div.searchBtn::before,
#contsHead div#globalNavi div.headSet div.searchBtn::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #ffffff;
    opacity: 0;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
    position: absolute;
    top: 50%;
    left: 50%;
}

#contsHead div#globalNavi div.headSet div.searchBtn::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#contsHead div#globalNavi div.headSet div.searchBtn::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#contsHead div#globalNavi div.headSet div.searchBtn svg {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.searchon #contsHead div#globalNavi div.headSet div.searchBtn::before,
.searchon #contsHead div#globalNavi div.headSet div.searchBtn::after {
    opacity: 1;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.searchon #contsHead div#globalNavi div.headSet div.searchBtn svg {
    opacity: 0;
    -webkit-transition: .6s all ease;
    transition: .6s all ease;
}

#contsHead div#globalNavi div.headSet div.searchBtn svg path {
    fill: #ffffff;
}

.home #contsHead div#globalNavi div.headSet div.searchBtn {
    display: none;
}

#contsHead div#globalNavi div.headSet div.headSetTop .searchSet {
    width: 365px;
    height: calc(100vh - 54px);
    padding: 30px 30px 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .95);
    position: fixed;
    top: 54px;
    left: -100vw;
    opacity: 0;
    z-index: 11;
    overflow-y: auto;
}

.searchon #contsHead div#globalNavi div.headSet div.headSetTop .searchSet {
    left: 0;
    opacity: 1;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
}

.searchSet div.search {
    background: #EAE6DF;
    border-radius: 4em;
    position: relative;
}

.searchSet svg {
    width: 2em;
    height: 2em;
    fill: #242424;
}

.searchSet div.search form input {
    outline: none;
    background: #EAE6DF;
    border: none;
    line-height: 2em;
    width: 70%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.searchSet div.search form input.inputBtn {
    outline: none;
    background: none;
    border: none;
    width: 2em;
    height: 2em;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    cursor: pointer;
}

.searchSet div.search figure {
    width: 100%;
}

.searchSet div.search figure svg {
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.searchSet div.category_list {
    margin: 40px auto;
    text-align: right;
    border-top: 2px solid #242424;
}

.searchSet div.category_list h3 {
    line-height: 1;
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
}

.searchSet header h3 {
    padding: 20px 0;
}

.searchSet div.category_list ul li {
    border-bottom: 1px solid #f0f0f0;
}

.searchSet div.category_list ul li figure {
    position: relative;
}

.searchSet div.category_list ul li figure img {
    width: 100%;
}

.searchSet div.category_list ul li figure figcaption {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 60%;
}

.searchSet div.category_list ul li figure figcaption h4 {
    line-height: 1;
}

.searchSet div.popular_words {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #EAE6DF;
    text-align: left;
    line-height: 2;
    margin: 0 0 20px;
}

.searchSet div.popular_words header figure,
.searchSet div.size header figure,
.searchSet div.collar_type header figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 10px;
}

.searchSet div.popular_words header figure figcaption,
.searchSet div.size header figure figcaption,
.searchSet div.collar_type header figure figcaption {
    margin: 0 0 0 10px;
}

.searchSet div.popular_words div.words a {
    text-decoration: underline;
}

.searchSet div.popular_words div.words a:not(:last-of-type) {
    margin: 0 1em 0 0;
}

.searchSet div.size {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #EAE6DF;
    text-align: left;
    margin: 0 0 20px;
}

.searchSet div.size header {
    margin: 0 0 15px;
}

.searchSet div.size ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.searchSet div.size ul li {
    width: 23.5%;
    text-align: center;
    color: #ffffff;
    margin: 0 2% 2% 0;
}

.searchSet div.size ul li a {
    width: 100%;
    background: #374C60;
    color: #ffffff;
    font-weight: bold;
    padding: 2em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;

}

.searchSet div.size ul li:nth-child(4n) {
    margin: 0 0 2%;
}

.searchSet div.size div.BtnCenter {
    width: 100%;
    margin: 20px 0 0;
    background: #ffffff;
}

.searchSet div.collar_type {
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #EAE6DF;
    text-align: left;
    margin: 0 0 20px;
}

.searchSet div.collar_type header {
    margin: 0 0 15px;
}

.searchSet div.collar_type ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.searchSet div.collar_type ul li {
    width: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 8px 5%;
}

.searchSet div.collar_type ul li figcaption {
    font-size: 16px;
    text-align: center;
}

.searchSet div.collar_type div.BtnCenter {
    width: 100%;
    margin: 20px 0 0;
    background: #ffffff;
}

.searchSet div.collar_type div.BtnCenter p {
    letter-spacing: -0.01em;
}

.searchSet div.banners ul li {
    margin: 0 0 20px;
}

.contsArea-left .searchSet div.closeBtn {
    display: none;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet {
    width: calc(100% - 112px);
    height: 54px;
    text-align: left;
    color: #ffffff;
}

.home #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet {
    width: calc(100% - 56px);
    height: 54px;
    text-align: left;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title h1 {
    margin: 0 auto;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title h1 svg {
    width: 88px;
    height: 24px;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title h1 svg path {
    fill: #ffffff;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title div {
    margin: 0 auto;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title div svg {
    width: 88px;
    height: 24px;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title div svg path {
    fill: #ffffff;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .caption {
    line-height: 1;
    color: #ffffff;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .caption h6 {
    padding: 0 0 .4em 1em;
    line-height: 1.1;
}

#contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .caption div {
    padding: 0 0 .4em 1em;
    line-height: 1.1;
    font-size: 1.5rem;
}

#contsHead div#globalNavi div.headSet div.menuSet {
    max-width: 365px;
    width: 100%;
    height: calc(100vh - 54px);
    background: rgba(255, 255, 255, .95);
    position: fixed;
    top: 54px;
    left: 100vw;
    opacity: 0;
    z-index: 11;
    overflow-y: auto;
}

.navion #contsHead div#globalNavi div.headSet div.menuSet {
    left: auto;
    right: 0;
    opacity: 1;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
}

#contsHead div#globalNavi div.headSet div.menuSet ul li {
    text-align: left;
}

#contsHead div#globalNavi div.headSet div.menuSet>ul>li {
    padding: 0;
}

#contsHead div#globalNavi div.headSet div.menuSet ul li a {
    display: block;
    position: relative;
}

/* #contsHead div#globalNavi div.headSet div.menuSet ul li:not(.child) a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    -webkit-transform: translate(0, -50%)rotate(-45deg);
    transform: translate(0, -50%)rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 6%;
} */

#contsHead div#globalNavi div.headSet div.menuSet ul li.child {
    position: relative;
}

.disabled-url-sp .toggle-submenu,
.js-toggle-menu+.toggle-submenu {
    width: 100%;
}

.toggle-submenu {
    position: absolute;
    width: 5rem;
    height: 6rem;
    top: 0;
    right: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.toggle-submenu::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 26px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    transform: translate(0, -50%) rotate(-45deg);
    padding: 0;
    transition: .3s ease-in-out;
}

.toggle-submenu.active::after {
    transform: translate(0, calc(-50% - .3rem)) rotate(45deg);
}

.navion #contsHead div#globalNavi div.headSet div.menuSet ul li ul {
    display: none;
}

@media screen and (min-width: 1401px) {
    .toggle-submenu {
        display: none;
    }

    .navion #contsHead div#globalNavi div.headSet div.menuSet ul li ul {
        display: block;
    }
}

#contsHead div#globalNavi div.headSet div.menuSet>ul>li p.naviTit {
    padding: 1.2em 10px 1em 20px;
    line-height: 1;
    background: #EAE6DF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

#contsHead div#globalNavi div.headSet div.menuSet ul li ul li {
    border-bottom: 1px solid #f0f0f0;
}

#contsHead div#globalNavi div.headSet div.menuSet ul li ul li a {
    padding: 1em 0 1em 30px;
}

#contsHead div#globalNavi div.headSet div.menuSet ul.fadeInMenu {
    position: relative;
    display: block;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    height: auto;
    color: #666666;
    background: none;
    top: auto;
    left: auto;
    -webkit-animation: unset;
    animation: unset;
    padding: 0;
}

#contsHead div#globalNavi div.headSet div.menuSet ul.fadeInMenu::before {
    display: none;
}

#contsHead div#globalNavi div.menuBtn {
    width: 54px;
    height: 54px;
    border-left: 2px solid #ffffff;
}

#contsHead div#globalNavi div.headSet div.infoSet {
    width: 100%;
    padding: 56px 0 0;
}

#contsHead div#globalNavi div.headSet div.infoSet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #EAE6DF;
    margin: 0 auto;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li div {
    width: 100%;
    padding: 10px 0;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li div p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.05em;
    line-height: 1;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.shippingSet {
    width: calc(40% - 1px);
    border-right: 1px solid #ffffff;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.shippingSet div p svg {
    width: 15px;
    height: 15px;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.shippingSet div p svg path {
    fill: #262626;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.shippingSet div p span.shippingTitle {
    width: 100%;
    line-height: 1.1;
    letter-spacing: -0.1rem;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet {
    width: calc(60% - 1px);
    border-left: 1px solid #ffffff;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p svg {
    width: 50px;
    height: 50px;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p svg path {
    fill: #262626;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p.freeTxt {
    width: 100%;
    padding: 0 0 0 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p.freeTitle {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p.freeTitle span {
    letter-spacing: -0.1rem;
    line-height: 1.1;
    margin: 0 0 0 5px;
}


@media screen and (max-width: 641px) {
    #contsHead div#globalNavi div.headSet div.headSetTop .searchSet {
        width: 100%;
    }

    #contsHead div#globalNavi div.logoSet .caption {
        display: none;
    }

    #contsHead div#globalNavi div.headSet div.menuSet {
        max-width: 100%;
    }

}

@media screen and (min-width: 1025px) {

    #contsHead {}

    #contsHead div#globalNavi {}

    #contsHead div#globalNavi div.headSet {
        width: 100%;
        height: 120px;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        z-index: 11;
        -webkit-transition: height .6s ease;
        transition: height .6s ease;
    }

    #contsHead.scrolled div#globalNavi div.headSet {
        height: 80px;
        -webkit-transition: height .6s ease;
        transition: height .6s ease;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop {
        position: relative;
        width: auto;
        height: auto;
        background: none;
        display: inline-block;
        margin: 0 auto 0 0;
    }

    #contsHead div#globalNavi div.headSet div.searchBtn {
        width: 80px;
        height: 80px;
        border-right: none;
        margin: 0;
    }

    #contsHead div#globalNavi div.headSet div.searchBtn::before,
    #contsHead div#globalNavi div.headSet div.searchBtn::after {
        width: 30px;
        background: #293243;
    }

    #contsHead div#globalNavi div.headSet div.searchBtn::before {}

    #contsHead div#globalNavi div.headSet div.searchBtn::after {}

    #contsHead div#globalNavi div.headSet div.searchBtn svg {
        width: 36px;
        height: 36px;
    }

    .searchon #contsHead div#globalNavi div.headSet div.searchBtn::before,
    .searchon #contsHead div#globalNavi div.headSet div.searchBtn::after {}

    .searchon #contsHead div#globalNavi div.headSet div.searchBtn svg {}

    #contsHead div#globalNavi div.headSet div.searchBtn svg path {
        fill: #293243;
    }

    .home #contsHead div#globalNavi div.headSet div.searchBtn {}

    #contsHead div#globalNavi div.headSet div.headSetTop .searchSet {
        top: 120px;
        height: calc(100vh - 120px);
    }

    #contsHead.scrolled div#globalNavi div.headSet div.headSetTop .searchSet {
        top: 80px;
        height: calc(100vh - 80px);
    }

    .searchon #contsHead div#globalNavi div.headSet div.headSetTop .searchSet {
        left: auto;
        right: 0;
    }

    .searchon #contsHead div#globalNavi div.headSet div.headSetTop .searchSet .brandList li {
        margin: 0 0 20px;
    }

    .searchon #contsHead div#globalNavi div.headSet div.headSetTop .searchSet img {
        width: 100%;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet {
        width: auto;
        height: inherit;
        color: #293243;
        margin: 0 auto 0 20px;
    }

    .home #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet {
        width: auto;
        height: inherit;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet a {}

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title h1 {
        margin: 0 auto;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title h1 svg {
        width: 130px;
        height: 36px;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title h1 svg path {
        fill: #293243;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title div {
        margin: 0 auto;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title div svg {
        width: 130px;
        height: 36px;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .title div svg path {
        fill: #293243;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .caption {
        color: #666666;
    }

    #contsHead div#globalNavi div.headSet div.headSetTop div.logoSet .caption h6 {}

    #contsHead div#globalNavi div.headSet div.menuSet {
        top: 120px;
    }

    #contsHead.scrolled div#globalNavi div.headSet div.menuSet {
        top: 80px;
    }

    .navion #contsHead div#globalNavi div.headSet div.menuSet {}

    .navion #contsHead div#globalNavi div.headSet div.menuSet ul {
        padding: 0 0 60px;
    }

    #contsHead div#globalNavi div.menuBtn {
        width: 80px;
        height: 80px;
        border-left: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #contsHead div#globalNavi div.headSet div.infoSet {
        width: auto;
        padding: 0;
    }

    #contsHead.scrolled div#globalNavi div.headSet div.infoSet {
        opacity: 0;
        -webkit-transition: opacity .6s ease;
        transition: opacity .6s ease;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul {
        background: none;
        margin: 0 auto;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li {
        border: 1px solid #EAE6DF;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 20px 0 0;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li div {
        width: 100%;
        padding: 0;
        background: #ffffff;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li div p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: -0.05em;
        line-height: 1;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li div p span {
        line-height: 2em;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li.shippingSet {
        width: 200px;
        border-right: 1px solid #EAE6DF;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li.shippingSet div p svg {
        width: 20px;
        height: 20px;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li.shippingSet div p span.shippingTitle {
        width: 100%;
        padding: 13px 15px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        background: #EAE6DF;
        line-height: 1;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet {
        width: auto;
        border-left: 1px solid #EAE6DF;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p svg {
        height: 3.1rem;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p svg path {}

    #contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p.freeTxt {}

    #contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p.freeTitle {
        width: 100%;
        padding: 13px 15px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #EAE6DF;
    }

    #contsHead div#globalNavi div.headSet div.infoSet ul li.freeSet div p.freeTitle span {
        margin: 0 0 0 10px;
        line-height: 1;
    }

}

@media screen and (min-width: 1401px) {

    #contsHead div#globalNavi div.headSet div.searchBtn,
    #contsHead div#globalNavi div.menuBtn {
        display: none;
    }

    #contsHead div#globalNavi div.headSet div.menuSet {
        position: relative;
        opacity: 1;
        width: auto;
        height: 100%;
        background: none;
        z-index: auto;
        top: inherit;
        left: inherit;
        margin: 0 auto 0 0;
        overflow-y: inherit;
        max-width: inherit;
    }

    #contsHead.scrolled div#globalNavi div.headSet div.menuSet {
        top: inherit;
    }

    #contsHead div#globalNavi div.headSet div.menuSet .button--close {
        display: none;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul.fadeInMenu {
        position: absolute;
        display: block;
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0);
        position: absolute;
        opacity: 0;
        top: 80px;
        left: 100vw;
        min-width: 300px;
        /*
        -webkit-animation: fadeOutMenu .6s linear;
        animation: fadeOutMenu .6s linear;
*/
        background: rgba(0, 0, 0, .95);
        color: #ffffff;
        padding: 2em;
        height: 0;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul.fadeInMenu::before {
        display: block;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul.fadeInMenu.fadeIn {
        height: auto;
        opacity: 1;
        left: auto;
    }

    #contsHead div#globalNavi div.headSet div.menuSet>ul>li {
        padding: 0;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul li a {
        display: inline-block;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul li a::after {
        display: none;
    }


    #contsHead div#globalNavi div.headSet div.menuSet>ul>li p.naviTit {
        padding: 0;
        background: none;
        width: auto;
        border-bottom: none;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul li ul li {
        border-bottom: none;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul li ul li a {
        padding: 0;
        color: #ffffff;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul li {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul li:not(:last-of-type) {
        margin: 0 40px 0 0;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul.fadeInMenu li {
        height: auto;
    }

    #contsHead div#globalNavi div.headSet div.menuSet ul.fadeInMenu li:not(:last-of-type) {
        margin: 0 0 1em 0;
    }
}

/* ==================================================
humberger-menu animation
================================================== */

.hamburger {
    width: 54px;
    height: 54px;
}

.menu-trigger {
    position: relative;
    width: 100%;
    height: 100%;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger span {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #ffffff;
}

.menu-trigger span:nth-of-type(1) {
    top: 16px;
}

.menu-trigger span:nth-of-type(2) {
    top: 26px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 16px;
}

.menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(16px) rotate(45deg);
        transform: translateY(16px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(26px) rotate(0);
        transform: translateY(26px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(16px) rotate(45deg);
        transform: translateY(16px) rotate(45deg);
    }

    50% {
        -webkit-transform: translateY(26px) rotate(0);
        transform: translateY(26px) rotate(0);
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span:nth-of-type(2) {
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-26px) rotate(-45deg);
        transform: translateY(-26px) rotate(-45deg);
        ;
    }

    50% {
        -webkit-transform: translateY(-26px) rotate(0);
        transform: translateY(-26px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-26px) rotate(-45deg);
        transform: translateY(-26px) rotate(-45deg);
        ;
    }

    50% {
        -webkit-transform: translateY(-26px) rotate(0);
        transform: translateY(-26px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }
}

.navion .menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(26px) rotate(0);
        transform: translateY(26px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
        ;
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(26px) rotate(0);
        transform: translateY(26px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
        ;
    }
}

.navion .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}

.navion .menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(-26px) rotate(0);
        transform: translateY(-26px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(-0px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        ;
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
        ;
    }

    50% {
        -webkit-transform: translateY(-26px) rotate(0);
        transform: translateY(-26px) rotate(0);
        ;
    }

    100% {
        -webkit-transform: translateY(-0px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        ;
    }
}


@media screen and (min-width:641px) {}

@media screen and (min-width: 1025px) {
    .hamburger {
        margin: 0 auto;
    }

    .menu-trigger span {
        background-color: #293243;
    }
}


/* ==================================================
mainContsArea
================================================== */

.navion .container {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.bread {
    width: 100%;
}

.bread ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    padding: 10px 20px;
}

.bread ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.5em;
    letter-spacing: 0;
}

.bread ul li:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 7px 2px 5px;
}

.main--layout_left {
    display: none;
}

#contsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width:1025px) {
    #contsArea {
        padding: 120px 0 0;
    }
}

@media screen and (min-width: 1401px) {
    .main--layout_left {
        display: block;
    }
}

/* ==================================================
footer
================================================== */

.footerBtnSet {
    margin: 0 auto;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.footerBtnSet.scrolling {
    position: absolute;
    top: 0px;
    bottom: inherit;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.footerBtnSet .pageTop {
    position: absolute;
    bottom: 24px;
    right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    outline: 3px solid #372d24;
    border-radius: 50%;
    background: #372d24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerBtnSet .pageTop a {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footerBtnSet .pageTop a span::before {
    content: " ";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 6px auto 2px;
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(-45deg) translate(-80%, 80%);
    transform: rotate(-45deg) translate(-80%, 80%);
}

.footerBtnSet div.systemSet {
    bottom: 10px;
    right: 10px;
    width: 12%;
    position: absolute;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .footerBtnSet div.systemSet {
        bottom: 20px;
        right: 20px;
        width: auto; /* コンテンツサイズにフィットさせて、どのページでも右端固定に */
        position: absolute;
        z-index: 10;
    }
}

.footerBtnSet div.systemSet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.footerBtnSet div.systemSet ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footerBtnSet div.systemSet ul li.telInfo {
    margin: 0 auto 0 0;
    width: 70px;
}

.footerBtnSet div.systemSet ul li.telInfo p.telBtn {
    width: 60px;
    height: 60px;
    border: 4px solid #EAE6DF;
    border-radius: 50%;
    background: #EAE6DF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerBtnSet div.systemSet ul li.telInfo p.telBtn img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.footerBtnSet div.systemSet ul li.telInfo p.telBtn svg path {
    fill: #293243;
}

.footerBtnSet div.systemSet ul li.telInfo div.telSet {
    display: none;
}

.footerBtnSet div.systemSet ul li.favoriteBtn,
.footerBtnSet div.systemSet ul li.mypageBtn,
.footerBtnSet div.systemSet ul li.cartBtn {
    margin: 0 0 0 15px;
}

.footerBtnSet div.systemSet ul li.favoriteBtn p,
.footerBtnSet div.systemSet ul li.mypageBtn p,
.footerBtnSet div.systemSet ul li.cartBtn p {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    outline: 3px solid #372d24;
    border-radius: 50%;
    background: #372d24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footerBtnSet div.systemSet ul li.favoriteBtn p a,
.footerBtnSet div.systemSet ul li.mypageBtn p a,
.footerBtnSet div.systemSet ul li.cartBtn p a {
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footerBtnSet div.systemSet ul li.favoriteBtn p svg,
.footerBtnSet div.systemSet ul li.mypageBtn p svg,
.footerBtnSet div.systemSet ul li.cartBtn p svg {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.footerBtnSet div.systemSet ul li.favoriteBtn p svg,
.footerBtnSet div.systemSet ul li.mypageBtn p svg path,
.footerBtnSet div.systemSet ul li.cartBtn p svg path {
    fill: #ffffff;
}


#footerArea {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0;
    z-index: 1010;
    background: #96a199;
}

#footerArea .global_footer--layout {
    width: 100%;
}

#footerArea .global_footer--layout .global_footer--layout_left {
    display: none;
}

#footerArea .global_footer--layout .global_footer--layout_right .menu--layout {
    margin: 0;
    width: 100%;
    line-height: 1;
}

#footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_left ul li,
#footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_center ul li,
#footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_right ul li {
    height: 60px;
    border-top: 1px solid #eaedef;
}

#footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_left ul li a,
#footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_center ul li a,
#footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_right ul li a {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
}

#footerArea .global_footer--layout .global_footer--layout_right .menu--layout ul li a::after,
#footerArea .global_footer--layout .global_footer--layout_right .menu--layout ul li a::after,
#footerArea .global_footer--layout .global_footer--layout_right .menu--layout ul li a::after {
    content: "";
    display: inline-block;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    position: absolute;
    right: 5%;
    top: 46%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0px;
    height: 0px;
    border-right: 0px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

#footerArea div.copyright {
    width: 100%;
    background: #96a199;
    height: 80px;
}

#footerArea div.copyright p {
    line-height: 80px;
}

@media screen and (min-width:641px) {
    .footerBtnSet div.systemSet ul li.telInfo p.telBtn {
        display: none;
    }

    .footerBtnSet div.systemSet ul li.telInfo div.telSet {
        display: block;
        /*        width: 325px;*/
        height: 60px;
        padding: 0 10px;
        border: 4px solid #EAE6DF;
        border-radius: 30px;
        background: #EAE6DF;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .footerBtnSet div.systemSet ul li.telInfo div.telSet p {
        line-height: 1.4;
        text-align: left;
        letter-spacing: -0.05rem;
        color: #392f25;
    }

    .footerBtnSet div.systemSet ul li.telInfo div.telSet p.telText {
        padding: 2px 5px 0;
    }

    .footerBtnSet div.systemSet ul li.telInfo div.telSet p.telNum {
        font-family: 'Cormorant Infant', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
        letter-spacing: .1rem;
        font-size: 3rem;
    }

    .footerBtnSet div.systemSet ul li.telInfo div.telSet p.telIcon img {
        width: 36px;
        height: 36px;
    }
}

.footerBtnSet div.systemSet ul li.fittingBtn {
    width: 150px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .footerBtnSet div.systemSet ul li.fittingBtn {
        width: 100px;
    }
}

.footerBtnSet div.systemSet ul li.fittingBtn a {
    display: block;
}

.footerBtnSet div.systemSet ul li.fittingBtn img {
    display: block;
    width: 100%;
    height: auto;
}

.footerBtnSet div.systemSet ul li.fittingBtn .floatingBanner-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: none;
    color: #fff;
    font-size: 30px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    z-index: 20;
}


/* 1024px- */

@media screen and (min-width:1025px) {

    #footerArea {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 60px 0 0;
        border-top: 1px solid #eaedef;
        z-index: 1010;
    }

    #footerArea .global_footer--layout {
        margin: 0 auto;
        width: 1000px;
        display: block;
    }

    #footerArea .global_footer--layout .global_footer--layout_left {
        display: block;
        text-align: center;
        width: 30%;
        margin: auto;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .header--layout {
        width: 100%;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .header--layout header.title h1 {
        line-height: 1;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .header--layout header.title h1 svg {
        width: 130px;
        height: 36px;
        fill: #293243;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .header--layout header.title div {
        line-height: 1;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .header--layout header.title div svg {
        width: 130px;
        height: 36px;
        fill: #293243;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .header--layout header.title section.caption p {
        line-height: 1;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .information {
        line-height: 1;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .information p.name {
        margin: 25px 0 0;
        line-height: 1.2;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .information p.address {
        margin: 25px 0 0;
        line-height: 1.2;
    }

    #footerArea .global_footer--layout .global_footer--layout_left .information p.tel {
        margin: 10px 0 0;
        line-height: 1.2;
    }

    #footerArea .global_footer--layout .global_footer--layout_left ul.sns {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        margin: 20px 0 0;
        width: 80%;
    }

    #footerArea .global_footer--layout .global_footer--layout_left ul.sns li {
        width: 23px;
        height: 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 4% 0 0;

    }

    #footerArea .global_footer--layout .global_footer--layout_left ul.sns li a svg {
        width: 100%;
        height: 100%;
        max-width: 26px;
    }

    #footerArea .global_footer--layout .global_footer--layout_left ul.sns li a svg path {
        fill: #293243;
    }

    #footerArea .global_footer--layout .global_footer--layout_right {
        width: 100%;
        margin: auto;
    }

    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout {
        margin: 0;
        width: 100%;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_left ul li,
    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_center ul li,
    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_right ul li {
        height: 3em;
        border-top: none;
    }

    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_left ul li a,
    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_center ul li a,
    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout .menu--layout_right ul li a {
        padding: 0 0 0 16px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
    }

    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout ul li a::after,
    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout ul li a::after,
    #footerArea .global_footer--layout .global_footer--layout_right .menu--layout ul li a::after {
        right: inherit;
        left: 0;
        top: 40%;
        width: 0px;
        height: 0px;
        border-right: 0px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }

    #footerArea div.copyright {
        height: 40px;
        margin: 20px 0 0;
        font-size: 1.4rem;
    }

    #footerArea div.copyright p {
        line-height: 40px;
    }
}



/*footer searchSet
==============**/
body.home #footerArea .searchSet {
    display: none;
}

#footerArea .searchSet {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#footerArea .searchSet .banners,
#footerArea .searchSet .closeBtn {
    display: none !important;
}

#footerArea div.category_list {
    margin: 0 auto 20px;
}

#footerArea .searchSet div.search {
    background: #fff;
    border-radius: 0;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #242424;
}

#footerArea .searchSet div.BtnCenter {
    max-width: 260px;
    margin: 20px auto 0;
    background: #ffffff;
    display: block;
}

#footerArea .searchSet div.search figure {
    right: 10px;
    position: absolute;
    top: 50%;
    width: 2em;
    height: 2em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#footerArea .searchSet div.search form input {
    outline: none;
    border: none;
    line-height: 2em;
    width: 100%;
    padding: 10px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    background: none;
}

#footerArea .searchSet div.search form input.inputBtn {
    outline: none;
    background: none;
    border: none;
    width: 2em;
    height: 2em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 100;
    cursor: pointer;
    right: 10px;
    padding: 0;
}

#footerArea .searchSet div.search figure svg {
    right: 0;
}

#footerArea .searchSet header {
    margin: 0 auto 10px;
}

#footerArea .searchSet header h3 {
    text-align: center;
    padding: 40px 0 0;
    border: none;
}

#footerArea .searchSet div.category_list {
    border-top: none;
}

#footerArea .category_list ul,
#footerArea ul.brandList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#footerArea .category_list ul li,
#footerArea ul.brandList li {
    width: 100%;
    margin: 0;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footerArea ul.brandList li {
    border: none;
}

#footerArea .category_list ul li a {
    width: 100%;
}

#footerArea .category_list ul li figure img,
#footerArea ul.brandList li img {
    vertical-align: top;
    width: 100%;
}

#footerArea .searchSet div.size {
    padding: 40px 4%;
    margin: 0;
    width: 100%;
}

#footerArea .searchSet div.size ul li {
    width: 18%;
}

#footerArea .searchSet div.size ul li:nth-child(4n) {
    margin: 0 2% 2% 0;
}

#footerArea .searchSet div.collar_type {
    padding: 40px 4%;
    width: 100%;
    margin: 0;
}

#footerArea .searchSet div.collar_type img {
    width: 100%;
}

#footerArea .searchSet div.collar_type header figure {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footerArea .searchSet div.collar_type ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#footerArea .searchSet div.collar_type .BtnCenter {
    margin: 20px auto 0;
}


@media screen and (min-width: 641px) and (max-width: 1401px) {
    #footerArea .searchSet {
        width: calc(100% - 40px);
        margin: 20px auto;
    }

    #footerArea .category_list ul li,
    {
    width: calc(100% / 2);
    margin: 0;
}

#footerArea ul.brandList li {
    width: calc(100% / 3);
    margin: 0;

}

#footerArea .searchSet div.size {
    padding: 40px 4%;
    margin: 0;
    width: 50%;
}

#footerArea .searchSet div.size ul li {
    width: 60px;
    text-align: center;
    color: #ffffff;
    margin: 0 2% 2% 0;
}

#footerArea .searchSet div.size ul li a {
    padding: 1.6em 0;
}

#footerArea .searchSet div.collar_type ul li {
    margin: 0 8px 0;
}

#footerArea ul.brandList {
    margin: 0 0 20px;
}
}

@media screen and (min-width: 1025px) {

    #footerArea .category_list ul li,
    #footerArea ul.brandList li {
        width: calc(100% / 4.2);
        margin: 0 0.5% 10px;
    }

    #footerArea .searchSet div.BtnCenter {
        margin: 20px 0 0;
    }

}


/* ==================================================
svg
================================================== */
.svgCnt {
    display: none;
}



/* ==================================================
left navi
================================================== */
.contsArea-left {
    display: none;
}

.contsArea-right,
.contsArea-center {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1025px) {

    .contsArea-right,
    .contsArea-center {
        width: calc(100% - 40px);
        margin: 20px auto 0;
    }
}

@media screen and (min-width: 1401px) {
    .contsArea-left {
        display: block;
        width: 280px;
        margin: 40px 0 0 20px;
    }

    .contsArea-right {
        width: calc(100% - 340px);
        margin: 40px 20px 0;
    }

    .contsArea-center {
        width: calc(100% - 40px);
        margin: 40px 20px 0;
    }
}



.contsArea-left .searchSet {
    margin: 40px auto;
}

.contsArea-left .searchSet h1 {
    padding: 0 0 0 20px;
    line-height: 3.2em;
    background: #eaedef;
    display: block;
    width: 100%;
    letter-spacing: -0.01em;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contsArea-left .searchSet h1 span {
    display: inline-block;
    padding-left: 20px;
}

.contsArea-left .searchSet ul li {
    width: 100%;
    margin: 0 auto 0;
}

.contsArea-left .searchSet ul li img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 641px) and (max-width: 1401px) {
    .contsArea-left .searchSet ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 20px);
        margin: 40px auto;
        border-top: 1px solid #EAE6DF;
        border-bottom: 1px solid #EAE6DF;
        padding: 40px 0;
    }

    .contsArea-left .searchSet ul li {
        margin: 0 0;
        width: 18%;
    }
}

@media screen and (min-width: 1401px) {
    .contsArea-left .searchSet {
        margin: 0;
    }

    .contsArea-left .searchSet ul li {
        margin: 0;
        width: 100%;
    }

    .contsArea-left .searchSet ul.brandList li {
        margin: 0 0 20px;
    }
}

.contsArea-left header.brandTtl {
    display: none;
}

/* ==================================================
Item list
================================================== */

ul.productList {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 20px);
}

ul.productList li {
    width: 48%;
    text-align: center;
    margin: 0 1% 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

ul.productList li figure img {
    width: 100%;
    height: auto;
}

ul.productList li>figure {
    height: 1%;
}

ul.productList li>figure figcaption {
    margin: 10px auto 0;
    text-align: left;
    width: 84%;
}

ul.productList li>figure figcaption p {
    line-height: 1.2;
}

ul.productList li>figure figcaption p.price {
    margin: 10px 0 0;
}

@media screen and (min-width: 1025px) {
    ul.productList {
        margin: 20px auto 0;
        width: 100%;
    }

    ul.productList li {
        width: 22%;
        margin: 0 1% 60px;
    }

    ul.productList li:first-child {
        margin: 0 1% 60px 0;
    }

    ul.productList li:nth-child(4n+4) {
        margin: 0 0 60px 1%;
    }

    ul.productList li>figure figcaption p {
        line-height: 1.3;
    }

}

@media screen and (min-width:1401px) {
    ul.productList li>figure figcaption p {
        line-height: 1.5;
    }
}





/* ==================================================
favorite area
================================================== */

.favorite_button svg {
    fill: #736351;
}

.favorite_button.favorited {
    background-color: #d89e9e;
    border: 1px solid #d89e9e;
    color: #ffffff;
    -webkit-transition: 0s;
    transition: 0s;
    border-radius: 4em;
}

.favorite_button.favorited a {
    color: #ffffff;
}

.favorite_button.favorited svg {
    fill: #fff;
}



/*Modal*/


#modal {
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    top: 0;
    display: none;
}

#modal .modalContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    padding: 60px;
    width: 90%;
    max-width: 560px;
    background: #ffffff;
}

#modal p {
    text-align: center;
    line-height: 2;
}

#modal .modalCLose {
    position: absolute;
    top: -50px;
    right: 0;
    width: 30px;
    height: 30px;
}

#modal .modalCLose span::before,
#modal .modalCLose span::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 30px;
    border-top: 2px solid #000
}

#modal .modalCLose span::before {
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
}

#modal .modalCLose span::after {
    -webkit-transform: skewY(45deg);
    transform: skewY(45deg);
}


#modal.modalOn {
    display: block;
}


/* ==================================================
common parts
================================================== */

/*中点*/
ol.dotsMark {
    padding-left: 10px;
}

ol.dotsMark li {
    list-style: none;
    margin: 0 auto 10px;
}

ol.dotsMark li::before {
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 100%;
    background: #000000;
    position: relative;
    left: -12px;
    top: -3px;
}

.head_hpc {
    font-size: 10px;
    color: #666666;
    padding-bottom: 5px;
    font-family: 'Cormorant Infant', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width: 1025px) {
    .head_hpc {
        display: none;
    }
}

.head_hsp {
    background: #293243;
    color: white;
    font-size: 10px;
    font-family: 'Cormorant Infant', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media screen and (min-width: 1025px) {
    .head_hsp {
        display: none;
    }
}

.d-pc {
    display: none !important;
}

@media screen and (min-width: 1025px) {
    .d-pc {
        display: block !important;
    }

    .d-sp {
        display: none !important;
    }
}


.header {
    background-color: #fff;
    padding: 20px;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.header-left {
    max-width: 70%;
}

.tagline {
    font-size: 12px;
    color: #96a199;
    margin-bottom: 5px;
}

.logo-text {
    text-align: left;
}

.logo-text img {
    width: 200px;
}

.main_logo {
    padding: 20px 0;
}

.main_logo img {
    width: 150px;
}



.menu-icon {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 10px;
}

.menu-icon span {
    display: block;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
}

.main-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0;
}

.main-logo {
    max-width: 300px;
    width: 100%;
    height: auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .header-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-left {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .menu-icon {
        align-self: flex-end;
        margin-top: -45px;
    }

    .main-logo {
        max-width: 80%;
    }
}

.cat_txt {
    font-size: 1.6rem;
    margin: 40px;
    font-weight: bold;
    letter-spacing: .3rem;
    line-height: 1.7;
    padding: 0;
    color: #5c5c5c;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media screen and (max-width: 768px) {
    .cat_txt {
        font-size: 1.4rem;
        margin: 20px 0 20px;
        font-weight: bold;
        letter-spacing: .3rem;
        line-height: 1.7;
        padding: 0;
        font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
    }
}

/* ==================================================
   Header Responsive & Drawer & Mega Menu
================================================== */

/* Common Reset/Base for Header */
#globalNavi img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

#globalNavi a {
    text-decoration: none;
    color: inherit;
}

#globalNavi svg {
    display: inline-block;
    vertical-align: middle;
}

/* --------------------------------------------------
   SP Header (< 769px)
-------------------------------------------------- */
@media screen and (max-width: 768px) {
    .header-pc {
        display: none !important;
    }

    .header-sp {
        display: block !important;
        background: #fff;
        padding: 10px 0 0;
        position: relative;
        z-index: 1000;
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .header-sp-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        padding: 5px 15px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    /* SP Tagline */
    .sp-tagline {
        font-size: 8px;
        color: #999;
        text-align: center;
        padding-bottom: 0;
        letter-spacing: 0.05em;
        line-height: 1.2;
        display: block;
        width: 100%;
    }

    /* Drawer Toggle */
    .drawer-toggle {
        width: 30px;
        height: 20px; /* Reduced height */
        position: relative;
        cursor: pointer;
        z-index: 1001;
    }

    .drawer-toggle span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #333;
        transition: all 0.3s;
    }

    .drawer-toggle span:nth-of-type(1) { top: 0; }
    .drawer-toggle span:nth-of-type(2) { top: 9px; }
    .drawer-toggle span:nth-of-type(3) { bottom: 0; }

    /* Active Drawer Toggle */
    .drawer-open .drawer-toggle span:nth-of-type(1) {
        transform: translateY(9px) rotate(45deg);
    }
    .drawer-open .drawer-toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .drawer-open .drawer-toggle span:nth-of-type(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    /* Logo SP */
    .logo-sp {
        margin: 0;
        padding: 0;
        line-height: 1;
        flex-grow: 1;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .logo-sp img {
        height: auto;
        width: 150px; /* Specific width as requested */
        max-width: 100%;
    }

    /* Icon Cart SP */
    .header-sp-icons .icon-cart {
        display: block;
        color: #333;
    }
    .header-sp-icons .icon-cart img {
        width: 34px;
        height: 24px;
        display: block;
    }
    /* Body styles when drawer is open */
    body.drawer-open {
        overflow: hidden;
    }
    body.drawer-open #contsArea {
        -webkit-filter: blur(10px);
        filter: blur(10px);
    }
}

/* --------------------------------------------------
   Drawer Menu (SP)
-------------------------------------------------- */
#drawer-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 320px;
    height: 100%;
    background: #e9e9e9; /* User requested background */
    z-index: 10000;
    transition: left 0.6s ease-in-out;
    overflow-y: auto;
    padding-bottom: 50px;
    color: #666;
}

#drawer-menu.is-active {
    left: 0;
}

.drawer-header {
    display: flex;
    justify-content: flex-start;
    padding: 15px;
}

.close-btn {
    font-size: 30px;
    cursor: pointer;
    color: #666;
    font-weight: 300;
    line-height: 1;
}

/* Drawer Content */
.drawer-content {
    padding: 20px;
    text-align: left;
    background: #e9e9e9; /* User requested background */
    height: 100%; /* Ensure full height */
    box-sizing: border-box;
}

/* Search Box */
.search-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.search-box form {
    display: flex;
    align-items: center;
}

.search-box input {
    border: none;
    background: transparent;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    outline: none;
}

.search-box button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Auth Links */
.auth-links {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 0 0 10px;
}

.auth-links a {
    display: block;
    font-size: 13px;
    color: #666;
    text-decoration: none;
}

/* Nav List */
.drawer-nav ul {
    list-style: none;
    /* padding: 0; */
    margin: 0;
}

.drawer-nav ul li {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.drawer-nav ul li a {
    display: block;
    padding: 15px 10px;
    font-size: 13px;
    color: #666;
    letter-spacing: 0.1em;
    text-decoration: none;
}

.drawer-nav ul li .accordion-content a {
    padding: 6px 10px;
}

.drawer-nav ul li .accordion-content a.child-link {
    padding: 6px 10px 6px 30px;
}

.drawer-nav ul li:first-child {
    /* border-top: 1px solid #ccc; */
}

/* Accordion */
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 13px;
    color: #666;
}

.toggle-icon {
    position: relative;
    width: 10px;
    height: 10px;
}

.toggle-icon::before,
.toggle-icon::after {
    content: '';
    position: absolute;
    background-color: #666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle-icon::before {
    width: 100%;
    height: 1px;
}

.toggle-icon::after {
    width: 1px;
    height: 100%;
    transition: transform 0.3s;
}

.accordion-header.is-open .toggle-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-content {
    display: none;
    background: #e9e9e9; /* Match drawer bg */
    padding-left: 20px;
    border-top: none; /* Removed border */
    padding: 0 0 10px 20px;
}

.drawer-nav .accordion-content li {
    border-bottom: none;
}

.accordion-content li a {
    font-size: 12px;
    padding: 10px 0;
}

/* Overlay */
.drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.drawer-overlay.is-active {
    opacity: 1;
    visibility: visible;
}


/* --------------------------------------------------
   PC Header (>= 769px)
-------------------------------------------------- */
@media screen and (min-width: 769px) {
    .header-sp, #drawer-menu, .drawer-overlay {
        display: none !important;
    }

    .header-pc {
        display: block;
        background: #fff;
    }

    .header-pc-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
        position: relative;
    }

    .header-pc-top {
        padding: 10px 0 20px;
        text-align: center;
        position: relative;
    }

    .tagline {
        font-size: 11px;
        color: #999;
        margin-bottom: 10px;
        letter-spacing: 0.05em;
    }

    .logo-pc {
        margin: 0 auto;
        width: 180px;
    }

    .logo-pc img {
        width: 100%;
        height: auto;
    }

    .header-pc-icons {
        display: flex;
        gap: 25px;
        align-items: center;
    }

    .header-pc-icons a, .header-pc-icons div {
        color: #333;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .header-pc-icons svg,
    .header-pc-icons img {
        width: 28px;
        height: 28px;
        /* stroke-width: 1.5; Removed as it doesn't apply to img */
        display: block; /* Ensure no extra space */
    }

    /* PC Header: Search Toggle Dropdown */
    .icon-search-wrap {
        position: relative;
        display: flex;
        align-items: center;
    }

    .pc-search-box {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        z-index: 9999;
        width: 320px;
        padding: 8px 10px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 2px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        opacity: 0;
        transform: translateY(-6px);
        pointer-events: none;
        transition: opacity 0.18s ease, transform 0.18s ease;
        cursor: auto;
    }

    .pc-search-box[hidden] {
        display: none;
    }

    .icon-search-wrap.is-open .pc-search-box {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .pc-search-box::before {
        content: "";
        position: absolute;
        top: -6px;
        right: 14px;
        width: 12px;
        height: 12px;
        background: #fff;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        transform: rotate(45deg);
    }

    .pc-search-box form {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .pc-search-box input[type="text"] {
        flex: 1;
        border: none;
        background: transparent;
        padding: 8px 6px;
        font-size: 14px;
        outline: none;
        line-height: 1.4;
    }

    .pc-search-box button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 4px 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pc-search-box button img {
        width: 20px;
        height: 20px;
        display: block;
    }

    .screen-reader-text {
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
        overflow: hidden;
        white-space: nowrap;
    }

    /* PC Nav */
    .header-pc-nav {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 0 10px;
    }

    .header-pc-nav > nav {
        flex-grow: 1;
        margin-right: 100px; /* Gap between nav and icons */
    }

    .header-pc-nav > nav > ul {
        display: flex;
        justify-content: space-between; /* Spread out */
        list-style: none;
        padding: 0;
        margin: 0;
        max-width: 1000px;
        /* margin: 0 auto; Removed auto margin to align with flex start if needed, but keeping it might still work if width matches */
    }

    .header-pc-nav > nav > ul > li {
        position: relative;
    }

    .header-pc-nav > nav > ul > li > a {
        font-size: 13px;
        color: #5c5c5c;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        display: block;
        padding: 10px 0;
        transition: color 0.3s;
        text-decoration: none;
        font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
        font-weight: 500;
    }

    .header-pc-nav > nav > ul > li > a:hover {
        color: #000;
    }

    /* href無しの親メニュートリガーはカーソルを通常に戻す */
    .header-pc-nav .nav-item-link {
        cursor: default;
    }

    /* Hover Dropdown / Mega Menu */
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 140%;
        transform: translateX(-50%);
        width: 200px;
        background: rgba(92, 92, 92, 0.7);
        padding: 30px 30px 15px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 100;
        text-align: left;
    }

    .header-pc-nav > nav > ul > li:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", sans-serif;
        font-weight: 500;
    }

    /* Make sub-menu text white */
    .sub-menu-inner {
        display: flex;
        justify-content: space-between;
    }

    .sub-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
        column-count: 1;
    }

    .sub-menu-list li {
        margin-bottom: 10px;
    }

    .sub-menu-list li a {
        color: #fff !important;
        font-size: 13px;
        text-decoration: none;
        display: block;
    }

    .sub-menu-list li a:hover {
        opacity: 0.7;
    }

    .logo-in-menu {
        width: 120px;
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-in-menu img {
        filter: brightness(0) invert(1);
    }
}

/* ==================================================
   Global Navi Sticky
================================================== */
#globalNavi {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* ==================================================
   Fixed Global Header
================================================== */
:root {
    --conts-head-height: 120px;
}

#contsHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

body {
    /* WP最新化で出力される global-styles-inline-css の body{padding-top:0} に勝たせる */
    padding-top: var(--conts-head-height) !important;
}

/* ドロワーやサブメニューが固定ヘッダー内で切れないように */
#contsHead,
#contsHead #globalNavi {
    overflow: visible;
}
