icon::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    content: "\f640";
}

img {
    max-width: 100%;
    height: auto;
}

i {
    color: #202020
}

html {
    font-size: 62.5%;
    color: #3a3a3a !important;
}

p,
a,
li,
ul,
span {
    line-height: 2.2rem;
    letter-spacing: 0.25rem;
}

.ec-layoutRole__header {
    min-height: 100vh;
}

.box-shadow {
    box-shadow: 0px 2px 5px 0px rgb(214 214 214 / 40%);
    
    border-radius: 7px;
    background: white;
    border-radius: 7px;
}

/*商品詳細＿共通情報*/
.ac {
    padding: 0px;
    margin: 0 auto;
    background: white;
}

.ac>li {
    padding-bottom: 6px;
    list-style: none;
}

.ac-label {
    cursor: pointer;
    text-align: center;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgb(214 214 214 / 40%);
    height: 5rem;
    display: flex;
    justify-content: center;
    box-shadow: 0px 2px 5px 0px rgb(214 214 214 / 40%);
    align-items: center;
}

.ac-content {
    display: none;
    padding: 2rem 2rem 0;

}

.icon-wrap {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translatey(-50%);
    width: 38px;
    height: 38px;
}

.icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.icon:before {
    position: absolute;
    content: "";
    transition: all .4s;
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}

.icon.open:before {
    top: 56%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.shipping_fee_table {
    border: solid 2px #f5f5f5;
    margin: 1rem 0;
    width: 100%;
}

.shipping_fee_table tr {
    border: solid 1px #f5f5f566
}

.shipping_fee_table tr:nth-child(even) {
    background: #f5f5f566
}

.shipping_fee_table td {
    padding: 5px
}

@media screen and (max-width:1160px) {
    .pc {
        display: none
    }

    body {
        color: #3a3a3a;
        letter-spacing: 0.03em;
        font-family: "Lato", Arial, Helvetica, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "meiryo", sans-serif;
    }

    .header-logo a {
        text-decoration: none;
        color: #202020 !important;
        font-size: 1.5rem;
    }

    h1.header-logo {
        margin: 0 !important;
        display: flex;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 999;
        box-shadow: 0px 2px 5px 0px rgb(214 214 214 / 40%);
    }

    .header_fix {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 45px;
        position: relative;
    }

    .header_element {
        position: absolute;
        right: 0;
    }

    .header_element i {
        width: 40px;
        padding: 5px;
    }

    img {
        max-width: 100% !important;
    }

    #main {
        margin-top: 1rem
    }


    .ec-layoutRole .ec-layoutRole__main {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        /*background: #fafafa;*/
        background:white !important;
        padding: 2%;
    }

    /*トップページ*/
    .ec-main ul {
        list-style: none;
        padding-left: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .ec-main ul::after {
        display: block;
        content: "";
        width: 47%;
    }

    .ec-main ul li {
        width: 47%;
        background: white;
        padding-bottom: 15px;
        margin-bottom: 2%;
        text-align: center;
        padding: 2rem 1rem;
        height: fit-content !important;
        box-shadow: 0px 2px 5px 0px rgb(214 214 214 / 40%);
    }

    .ec-lst-img img {
        margin-bottom: 25px;
        padding: 0 10px
    }

    .ec-main h3,
    .ec-main span {
        margin: 0;
        margin-bottom: 5px;
        line-height: 1.3;
        font-size: 16px !important;
        color: #202020 !important
    }


    .header-nav ul {
        list-style: none;
        padding-left: 0;
        display: flex-wrap;
        display: flex;
        flex-wrap: wrap;
    }

    .header-nav ul li {
        display: block;
        background: #fff;
        text-align: center;
        line-height: 35px;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 11px;
        color: black;
        margin-left: 0.5%;
        margin-right: 0.5%;
        width: 33%;
    }

    .ec-layoutRole__contents {
        margin-top: 45px
    }


    /*　ハンバーガーボタン　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        left: 13px;
        top: 1.5px;
        width: 40px;
        height: 30px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 25px;
        height: 2px;
        left: 6px;
        background: #555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    /* ナビ開いてる時のボタン */
    .hamburger.active span:nth-child(1),
    .hamburger.active span:nth-child(3) {
        width: 14px;
    }

    .hamburger.active span:nth-child(1) {

        -webkit-transform: translate(17px, 5px) rotate(45deg);
        -moz-transform: translate(17px, 5px) rotate(45deg);
        transform: translate(17px, 5px) rotate(45deg);
    }

    .hamburger.active span:nth-child(3) {

        -webkit-transform: translate(17px, -5px) rotate(-45deg);
        -moz-transform: translate(17px, -5px) rotate(-45deg);
        transform: translate(17px, -5px) rotate(-45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #000;
        background: #fff;
        text-align: center;
        transform: translateX(-100%);
        transition: all 0.6s;
        width: 100%;
    }

    nav.globalMenuSp ul {
        background: #ccc;
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li:hover {
        background: #ddd;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 1.4em 0;
        text-decoration: none;
    }

    /* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        transform: translateX(0%);
    }

    .ec-layoutRole {
        background: white
    }

    .product_slider {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column !important;
    }

    .slick-slide img {
        width: 100% !important;
    }

    .ec-layoutRole .ec-layoutRole__contents {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1160px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
       
    }

    .slick-slider {
        max-width: 100% !important
    }

    .product_description {
        width: 100%
    }

    .ec-sliderItemRole .item_nav {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .ec-sliderItemRole .slideThumb img {
        width: 100% !important
    }

    .ec-sliderItemRole .slideThumb {
        margin-right: 0.4rem;
        margin-bottom: 0.4rem !important;
        width: 19%;
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        cursor: pointer;
    }

    /* CTA 上部　*/
    .item_cta {width: 100%}

    .product_description {
        width: 100%;
        max-width: 100%
    }

    .product_description img{
        margin:1rem 0
    }

    .detail_title,
    .product_title {
        display: none !important
    }

    .item_detail-info.sp {
        text-align: center;
        padding: 20px 15px;
        margin-top: 1rem;
        min-height: 120px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    h2.product-name {
        font-size: 2.5rem !important;
        font-weight: normal;
        padding: 0;
        margin: 0;
        line-height: 1.5;
        margin-bottom: 5px;
    }

    span.ec-price__price,
    span.ec-price__tax {
        font-size: 1.8rem !important;
        ;
        font-weight: normal;
    }

    .product_description>h2 {
        font-size: 2.3rem !important;
        font-weight: 600;
        padding: 0;
        margin: 0;
        line-height: 1.5;
        letter-spacing: 3px;
        margin: 2.5rem 0;
        margin-top: 3.25rem
    }

    .product_description>h2:first-child {
        font-size: 2.3rem !important;
        font-weight: 600;
        padding: 0;
        margin: 0;
        line-height: 1.5;
        letter-spacing: 3px;
        margin: 1.5rem 0 !important;
    }

    .product_description>h3 {
        font-size: 1.8rem !important;
        font-weight: 500;
        padding: 0;
        margin: 0;
        line-height: 1.5;
        letter-spacing: 3px;
        margin-bottom: 3.25rem;
    }

    .product_detail {
        /*background: #fff;*/
    }

    .product_description {
        padding: 2rem;
        background: #fff;
    }


    .wrap3 {
        display: flex;
        flex-direction: column !important;
        justify-content: space-between;
        align-items: center;
    }

    #form1 {
        width: 100%
    }

    .ec-blockBtn--action.add-cart {
        background-color: #a40000 !important;
        border-color: #a40000 !important;
        display: block;
        width: 95% !important;
        height: 50px !important;
        line-height: 50px;
        border-radius: 5px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .ec-blockBtn--cancel {
        background: #7b7b7b;
        color: #fff;
        font-size: 11px;
        width: 170px;
        height: 50px;
        border: 0;
        border-radius: 5px;
        line-height: 50px;
        width: 95% !important;
        margin: 0 auto;
        margin-bottom: 5px;
    }


    #form_favorite {
        width: 100%
    }


    .ec-numberInput {
        position: relative !important;
        top: 0 !important;
        right: 0 !important
    }

    .ec-numberInput span {
        display: inline-block;
        width: 45px
    }

    .ec-numberInput {
        width: 100%
    }

    .ec-numberInput input[type='number'] {
        display: inline-block;
        width: calc(100% - 50px) !important;
        max-width: calc(100% - 50px) !important;
        text-align: right;
    }

    .wrap1 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        border-bottom: 1px solid #e3e3e3;
        padding: 20px 15px;
        background: #ffffff;
    }

    .ec-productRole__profile {

        padding: 10px !important;
        position: relative;
        border-radius: 5px;

    }

    .product_tag,
    .wrap2 {
        background: white;
        text-align: center;
        display: flex;
        justify-content: center
    }

    .ec-productRole__actions {
        background: white;
        margin-bottom: 10px;
        padding: 15px;
    }



    /*サイドバー*/
    .ec-side-content h3 {
        text-align: center !important;
        font-size: 16px !important;
        font-weight: bold !important;
        padding-bottom: 15px !important;
    }

    .ec-side-content ul {
        list-style: none;
        padding-left: 0px
    }

    .ec-side-content li {
        background: white;
        padding: 8px 0;
        text-align: center
    }

    .ec-side-content li a {
        color: #202020;
        font-size: 11px !important;
        font-weight: bold;
    }

    .ec-side-content li+li {
        border-top: 2px solid #f2f2f2;
    }

    /*フッター*/
    address {
        text-align: center
    }

    address a,
    address #text {
        font-size: 9px !important
    }
}





@media screen and (min-width:1160px) {
    .sp {
        display: none
    }

    html {
        line-height: 1
    }

    body {
        min-width: 1160px;
        line-height: 1.75;
        font-family: yu-gothic-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #202020 !important;
        -webkit-text-size-adjust: 100%;
        letter-spacing: 0.1em
    }

    ol,
    ul {
        list-style: none;
        padding-left: 0
    }

    a:link {
        color: #3a3a3a;
        text-decoration: none;
    }

    .ec-modal .ec-modal-wrap {
        background-color: #fff;
        border: 0px !important;
        width: 70%;
        margin: 20px;
        padding: 40px 5px;
        border-radius: 2px;
        transition: all 0.5s ease;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        box-shadow: 0px 0px 15px -5px #777777 !important;
        margin: 0 auto;

    }

    .ec-pageHeader h2 {
        height: 6rem;
        line-height: 6rem;
        margin-bottom: 3.5rem;

        color: #666;
    }

    .ec-role {
        padding-left: 0
    }

    .ec-login {
        margin: 0 auto !important;
        background: #ebebeb;
    }


    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: white;
        z-index: 999;
        box-shadow: 0px 2px 5px 0px rgb(214 214 214 / 40%);
        height: 13rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .header-top {
        width: 1120px;
        margin: 0 auto;
        position: relative;
        padding: 2rem 0;
    }

    .header-logo {
        text-align: center;
        line-height: 1;
        letter-spacing: 5px;
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 0;
        margin: 0;
        color: #3a3a3a !important;
    }

    .header-logo a {
        color: #3a3a3a
    }

    .ec-layoutRole .ec-layoutRole__contents {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        max-width: 1150px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 18rem!important;
        padding: 2%;
        min-height: calc(100vh - 18rem);

    }
    .gnav_top {
        padding: 0 40px;
        background-color: #dadada;
        text-align: right;
        font-size: 0;
        position: fixed;
        width: 100%;
        min-width: 1190px;
        top: 0;
        left: 0;
        z-index: 1000;
        box-sizing: border-box;
        transition: all 0.5s ease;
    }




    .ec-container {
        width: 1120px;
        margin: 0 auto;
        overflow: hidden;
    }

    .ec-side {
        float: left;
        width: 200px;
    }

    .ec-side {
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
        overflow: hidden;
        padding-bottom: 40px;
    }

    .header-lang {
        position: absolute;
        right: 0;
        top: 49px;
        line-height: 1;
        display: flex;
    }

    .header-lang li{
       margin: 5px;
    }

    .header-nav ul {
        text-align: center;
    }

    .header-nav li {
        margin: 0 22px;
        letter-spacing: 2px;
        line-height: 40px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
    }

    .header-nav a {
        display: block;
        color: #000 !important;
    }

    .ec-side-content h3 {
        margin-bottom: 25px;
        font-weight: bold;
        line-height: 1;
    }

    .ec-side-content li {
        margin-left: 10px
    }

    .ec-side-content a {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

    .ec-main {
        float: right;
        width: 870px;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .ec-lst>li {
        float: left;
        width: 230px;
        margin: 0 3rem;
        text-align: center;
        height: 330px !important
    }

    .ec-lst-img {
        margin-bottom: 20px
    }

    .ec-lst-img img {
        width: 230px;
        height: 230px
    }

    .ec-lst h3 {
        font-size: 13px;
    }

    .ec-lst-price {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .ec-lst .ec-c-tag {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center;
    }

    .ec-c-tag .icon_new {
        border: 1px solid #AD0000;
        color: #AD0000;
    }

    .ec-c-tag li {
        display: inline-block;
        line-height: 0;
        font-size: 11px;
        height: 15px;
        line-height: 15px;
        padding: 1px 9px 1px 11px;
        border-radius: 20px;
        letter-spacing: 0.3em;
    }

    .ec-lst-a-txt {
        padding-bottom: 26px;
        position: relative;
        display: block;
    }

    .ec-side-content {
        padding-bottom: 15px
    }


    footer {
        margin: 0 auto;
        padding: 40px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .footer-common {
        padding: 0px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-common address {
        margin-bottom: 0
    }
}