@charset "UTF-8"; /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}
small {
    font-size: 80%
}
img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}
button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}
[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
body {
    font-family: Roboto,"游ゴシック",YuGothic,"Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Arial,"メイリオ",Meiryo,sans-serif;
    color: #525263;
    transition: z-index 0ms 5.28455ms;
    background: #f6f6f6;
    margin: 0
}

a {
    text-decoration: none
}
p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}
.ec-blockTopBtn {
    display: none;
    position: fixed;
    width: 120px;
    height: 40px;
    right: 0;
    bottom: 10px;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    background-color: #9da3a9
}
.ec-cartNavi {
    display: inline-block;
    padding: 10px 0 0 20px;
    width: auto;
    color: #000;
    background: transparent
}

.ec-cartNavi .ec-cartNavi__icon {
    display: inline-block;
    font-size: 20px;
    display: inline-block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    animation: fadeIn 200ms linear 0s;
    position: relative
}

.ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 5px;
    height: 17px;
    font-size: 10px;
    line-height: .7;
    vertical-align: top;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background-color: #ff9500;
    position: absolute;
    left: 60%;
    top: -10px
}
.ec-cartNaviNull {
    display: none;
    width: 100%;
    text-align: center;
    background: #ff9500;
    box-sizing: border-box;
    padding: 16px;
    z-index: 3;
    position: absolute;
    right: 0
}

.ec-cartNaviNull .ec-cartNaviNull__message {
    border: 1px solid #ff9500;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #F99
}

.ec-cartNaviNull .ec-cartNaviNull__message p {
    margin: 0
}
.ec-cartNaviNull.is-active {
    display: block
}

@media screen and (max-width: 660px) {
    .ec-cartNaviNull {
        bottom:60px
    }
}
.ec-headerNavSP {
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: #000;
    background: #fff;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000
}

.ec-headerNavSP .fas {
    vertical-align: top
}
.ec-headerNavSP.is-active {
    display: none
}
.ec-drawerRole {
    overflow-y: scroll;
    background: #000;
    width: 260px;
    height: 100vh;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    transition: z-index 0ms 1ms
}
.ec-drawerRoleClose {
    display: none;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 10px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    color: #000;
    background: #fff;
    position: fixed;
    top: 10px;
    left: 270px;
    z-index: 10001
}

.ec-drawerRoleClose .fas {
    vertical-align: top
}
.ec-drawerRole.is_active {
    display: block;
    transform: translateX(0);
    transition: all .3s;
    z-index: 10000;
    padding-bottom: 50px
}
.ec-drawerRoleClose.is_active {
    display: inline-block;
    transition: all .3s
}
.ec-overlayRole {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: transparent;
    transform: translateX(0);
    transition: all .3s;
    visibility: hidden
}
.have_curtain .ec-overlayRole {
    display: block;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(0,0,0,.5);
    visibility: visible
}
.ec-sliderRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 0;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    height: auto;
    max-width: 1130px;
    margin-bottom: 24px
}

.ec-sliderRole:after {
    content: " ";
    display: table
}

.ec-sliderRole:after {
    clear: both
}
.ec-sliderRole img {
    max-width: 100%
}
.ec-sliderRole *,.ec-sliderRole *:before,.ec-sliderRole *:after {
    box-sizing: inherit
}

.ec-sliderRole ul {
    padding: 0;
    list-style: none
}
@media only screen and (min-width: 992px) {
    .ec-blockTopBtn {
        right: 30px;
        bottom: 30px
    }
    .ec-cartNaviWrap {
        position: relative
    }

    .ec-cartNavi {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 99999px;
        box-sizing: border-box;
        padding: 12px 17px 10px;
        width: auto;
        min-width: 140px;
        height: 44px;
        white-space: nowrap;
        cursor: pointer;
        background: #F8F8F8
    }

    .ec-cartNavi .ec-cartNavi__badge {
        display: inline-block;
        min-width: 17px;
        position: relative;
        left: 0;
        top: 0
    }
    .ec-cartNaviNull {
        margin-top: 10px;
        min-width: 256px;
        max-width: 256px
    }
    .ec-headerNavSP {
        display: none
    }
    .ec-drawerRole {
        display: none
    }

    .ec-drawerRoleClose {
        display: none
    }
    .ec-overlayRole {
        display: none
    }
}
@media (min-width: 992px) {
    .ec-grid2 .ec-grid2__cell {
        width:50%
    }

    .ec-grid2 .ec-grid2__cell2 {
        width: 100%
    }

    .ec-grid3 .ec-grid3__cell {
        width: 33.33333%
    }

    .ec-grid3 .ec-grid3__cell2 {
        width: 66.66667%
    }

    .ec-grid3 .ec-grid3__cell3 {
        width: 100%
    }

    .ec-grid4 .ec-grid4__cell {
        width: 25%
    }

    .ec-grid6 .ec-grid6__cell {
        width: 16.66667%
    }

    .ec-grid6 .ec-grid6__cell2 {
        width: 33.33333%
    }

    .ec-grid6 .ec-grid6__cell3 {
        width: 50%
    }
}
@media only screen and (min-width: 992px) {
    .ec-off1Grid {
        display:-ms-flexbox;
        display: flex
    }

    .ec-off1Grid .ec-off1Grid__cell {
        width: 83.33333%
    }

    .ec-off2Grid .ec-off2Grid__cell {
        width: 66.66667%
    }

    .ec-off3Grid .ec-off3Grid__cell {
        width: 50%
    }

    .ec-off4Grid .ec-off4Grid__cell {
        width: 33.33333%
    }
}
