/* -------------------------------------------------------------------------- */

/*  1. Element Base
/* ---------------------------------------------*---------------------------- */


.btn-default {
    color: #000;
    background-color: #fff;
    border-color: #666;
    font-weight: 700;
}


#coupon_list p {
    color: #cc0000;
}


html {
    font-size: 62.5%;
    height: 100%;

}


a {
    color: #111;
    text-decoration: none;

}

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



h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {

    font-weight: 600;
    line-height: 1.25;
    margin: 1rem 0 1.5rem;
    font-feature-settings: "palt"1;
}

h1,
.heading-size-1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.138888889;
}

h2,
.heading-size-2 {
    margin: 0 0 1.5rem;
    font-size: 3rem;
    line-height: 1.6;
    font-weight: bold;
    color: #2a1611;
}

h3,
.heading-size-3 {
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    color: #2a1611;
}

h4,
.heading-size-4 {
    margin: 0 0 1.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    color: #2a1611;

}

h5,
.heading-size-5 {
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #2a1611;
}

h6,
.heading-size-6 {
    margin: 0 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    color: #2a1611;
}

p {
    font-size: 1.5rem;
    margin-bottom: 1.5em;
    font-feature-settings: "palt"1;
    text-align: justify;
    text-justify: inter-ideograph;
    font-weight: 500;
}



em,
i,
q,
dfn {
    font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
    font-weight: bolder;
}

big {
    font-size: 1.2em;
}

small {
    font-size: 0.75em;
}

b,
strong {
    font-weight: 700;
}

ins {
    text-decoration: underline;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

abbr,
acronym {
    cursor: help;
}

address {
    line-height: 1.5;
    margin: 0 0 2rem 0;
}

hr {
    border-style: solid;
    border-width: 0.1rem 0 0 0;
    border-color: #dcd7ca;
    margin: 4rem 0;
}

section {
    position: relative;

}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 6rem;
    border: 1px solid #bbb;
}

th {
    background: #fdf7fa;
    padding: 8px 8px;

    border-bottom: 1px solid #bbb;
    text-align: center;
}

td {
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    padding: 8px 8px;
    text-align: center;
}


form {
    margin-bottom: 0;
}


body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Gothic", sans-serif;
    font-feature-settings: "palt"1;
    color: #000;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    background: #fff;
    line-height: 1.83;
    height: 100%;
}


.txt-primary {
    color: #fff;
    background-color: #337ab7;
    padding: 5px 4px 5px 6px;
    border-radius: 3px;
}


.txt-back {
    background-color: #5bc0de;
    color: #fff;
    padding: 5px 6px 5px 8px;
    border-radius: 3px;
}

.txt-white {
    color: #fff;
}

.txt-black {
    color: #222;
}

.txt-green {
    color: #82bf38;
}

.txt-blue {
    color: #4db2a1;
}

.txt-gray {
    color: #d5d5d5;
}

.bg-white {
    background: #fff;
}

.bg-greengray {
    background: #f4f8ee;
}


.hajimete-pink {
    color: #f58c96;
}

.hajimete-red {
    color: #e64126;
}

.hajimete-yellow {
    color: #f5d025;
}

.hajimete-blue {
    color: #25bdf5;
}

.hajimete-green {
    color: #8ac550;
}

.hajimete-orange {
    color: #f59e2c;
}

.hajimete-purple {
    color: #b176be;
}

.hajimete-gray {
    color: #5c5957;
}

.hajimete-redpink {
    color: #f39b86;
}


.marginbottom-0 {
    margin-bottom: 0px !important;
}

.marginbottom-10 {
    margin-bottom: 10px !important;
}

.marginbottom-20 {
    margin-bottom: 20px !important;
}

.marginbottom-30 {
    margin-bottom: 30px !important;
}

.marginbottom-40 {
    margin-bottom: 40px !important;
}

.marginbottom-50 {
    margin-bottom: 50px !important;
}

.marginbottom-60 {
    margin-bottom: 60px !important;
}

.marginbottom-70 {
    margin-bottom: 70px !important;
}

.marginbottom-80 {
    margin-bottom: 80px !important;
}

.marginbottom-90 {
    margin-bottom: 90px !important;
}

.marginbottom-100 {
    margin-bottom: 100px !important;
}

.margintop-0 {
    margin-top: 0px !important;
}

.margintop-10 {
    margin-top: 10px !important;
}

.margintop-20 {
    margin-top: 20px !important;
}

.margintop-30 {
    margin-top: 30px !important;
}

.margintop-40 {
    margin-top: 40px !important;
}

.margintop-50 {
    margin-top: 50px !important;
}

.margintop-60 {
    margin-top: 60px !important;
}

.margintop-70 {
    margin-top: 70px !important;
}

.margintop-80 {
    margin-top: 80px !important;
}

.margintop-90 {
    margin-top: 90px !important;
}

.margintop-100 {
    margin-top: 100px !important;
}

.marginleft-0 {
    margin-left: 0px !important;
}

.marginleft-10 {
    margin-left: 10px !important;
}

.marginleft-20 {
    margin-left: 20px !important;
}

.marginleft-30 {
    margin-left: 30px !important;
}

.marginleft-40 {
    margin-left: 40px !important;
}

.marginleft-50 {
    margin-left: 50px !important;
}

.marginleft-60 {
    margin-left: 60px !important;
}

.marginleft-70 {
    margin-left: 70px !important;
}

.marginleft-80 {
    margin-left: 80px !important;
}

.marginleft-90 {
    margin-left: 90px !important;
}

.marginleft-100 {
    margin-left: 100px !important;
}

.marginright-0 {
    margin-right: 0px !important;
}

.marginright-10 {
    margin-right: 10px !important;
}

.marginright-20 {
    margin-right: 20px !important;
}

.marginright-30 {
    margin-right: 30px !important;
}

.marginright-40 {
    margin-right: 40px !important;
}

.marginright-50 {
    margin-right: 50px !important;
}

.marginright-60 {
    margin-right: 60px !important;
}

.marginright-70 {
    margin-right: 70px !important;
}

.marginright-80 {
    margin-right: 80px !important;
}

.marginright-90 {
    margin-right: 90px !important;
}

.marginright-100 {
    margin-right: 100px !important;
}

.paddingbottom-0 {
    padding-bottom: 0px !important;
}

.paddingbottom-10 {
    padding-bottom: 10px !important;
}

.paddingbottom-20 {
    padding-bottom: 20px !important;
}

.paddingbottom-30 {
    padding-bottom: 30px !important;
}

.paddingbottom-40 {
    padding-bottom: 40px !important;
}

.paddingbottom-50 {
    padding-bottom: 50px !important;
}

.paddingbottom-60 {
    padding-bottom: 60px !important;
}

.paddingbottom-70 {
    padding-bottom: 70px !important;
}

.paddingbottom-80 {
    padding-bottom: 80px !important;
}

.paddingbottom-90 {
    padding-bottom: 90px !important;
}

.paddingbottom-100 {
    padding-bottom: 100px !important;
}

.paddingtop-0 {
    padding-top: 0px !important;
}

.paddingtop-10 {
    padding-top: 10px !important;
}

.paddingtop-20 {
    padding-top: 20px !important;
}

.paddingtop-30 {
    padding-top: 30px !important;
}

.paddingtop-40 {
    padding-top: 40px !important;
}

.paddingtop-50 {
    padding-top: 50px !important;
}

.paddingtop-60 {
    padding-top: 60px !important;
}

.paddingtop-70 {
    padding-top: 70px !important;
}

.paddingtop-80 {
    padding-top: 80px !important;
}

.paddingtop-90 {
    padding-top: 90px !important;
}

.paddingtop-100 {
    padding-top: 100px !important;
}

.paddingleft-0 {
    padding-left: 0px !important;
}

.paddingleft-10 {
    padding-left: 10px !important;
}

.paddingleft-20 {
    padding-left: 20px !important;
}

.paddingleft-30 {
    padding-left: 30px !important;
}

.paddingleft-40 {
    padding-left: 40px !important;
}

.paddingleft-50 {
    padding-left: 50px !important;
}

.paddingleft-60 {
    padding-left: 60px !important;
}

.paddingleft-70 {
    padding-left: 70px !important;
}

.paddingleft-80 {
    padding-left: 80px !important;
}

.paddingleft-90 {
    padding-left: 90px !important;
}

.paddingleft-100 {
    padding-left: 100px !important;
}

.paddingright-0 {
    padding-right: 0px !important;
}

.paddingright-10 {
    padding-right: 10px !important;
}

.paddingright-20 {
    padding-right: 20px !important;
}

.paddingright-30 {
    padding-right: 30px !important;
}

.paddingright-40 {
    padding-right: 40px !important;
}

.paddingright-50 {
    padding-right: 50px !important;
}

.paddingright-60 {
    padding-right: 60px !important;
}

.paddingright-70 {
    padding-right: 70px !important;
}

.paddingright-80 {
    padding-right: 80px !important;
}

.paddingright-90 {
    padding-right: 90px !important;
}

.paddingright-100 {
    padding-right: 100px !important;
}


.col-xl-five-1,
.col-lg-five-1,
.col-md-five-1,
.col-sm-five-1,
.col-xs-five-1,
.col-xl-five-2,
.col-lg-five-2,
.col-md-five-2,
.col-sm-five-2,
.col-xs-five-2,
.col-xl-five-3,
.col-lg-five-3,
.col-md-five-3,
.col-sm-five-3,
.col-xs-five-3,
.col-xl-five-4,
.col-lg-five-4,
.col-md-five-4,
.col-sm-five-4,
.col-xs-five-4 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-five-1 {
    width: 20%;
    flex: 0 0 20%;
    float: left;
}

.col-xs-five-2 {
    width: 40%;
    flex: 0 0 40%;
    float: left;
}

.col-xs-five-3 {
    width: 60%;
    flex: 0 0 60%;
    float: left;
}

.col-xs-five-4 {
    width: 80%;
    flex: 0 0 80%;
    float: left;
}

@media (min-width: 468px) {
    .col-sm-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-sm-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-sm-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-sm-five-4 {
        width: 80%;
        flex: 0 0 80%;
        float: left;
    }
}

@media (min-width: 767px) {
    .col-md-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-md-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-md-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-md-five-4 {
        width: 80%;
        flex: 0 0 80%;
        float: left;
    }

    .col-md-offset-five-1 {
        margin-left: 4.3333333%;
    }
}

@media (min-width: 992px) {
    .col-lg-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-lg-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-lg-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-lg-five-4 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-five-1 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }

    .col-xl-five-2 {
        width: 40%;
        flex: 0 0 40%;
        float: left;
    }

    .col-xl-five-3 {
        width: 60%;
        flex: 0 0 60%;
        float: left;
    }

    .col-xl-five-4 {
        width: 20%;
        flex: 0 0 20%;
        float: left;
    }
}


/*gridのgutter調整*/

.row-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-0>div {
    padding-right: 0px;
    padding-left: 0px;
}

.row-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-10>div {
    padding-right: 5px;
    padding-left: 5px;
}

.row-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-20>div {
    padding-right: 10px;
    padding-left: 10px;
}



.row-40 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-40>div {
    padding-right: 20px;
    padding-left: 20px;
}

.row-50 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-50>div {
    padding-right: 25px;
    padding-left: 25px;
}

.row-60 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-60>div {
    padding-right: 30px;
    padding-left: 30px;
}


.row-72 {
    margin-left: -15px;
    margin-right: -15px;
}

.row-72>div {
    padding-right: 30px;
    padding-left: 30px;
}


/* -------------------------------------------------------------------------- */

/*  2. Content
/* ---------------------------------------------*---------------------------- */


.seal_list_wrap{
    position:relative;
    width:100%;
    height:0;
    padding-top:117%;
    margin-bottom:5rem;
    }


    .seal_list_wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    }




#wrapper {
    position: relative;
}


#header {
    position: fixed;
    top: 0px;
    transition-property: initial;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    width: 100%;
    z-index: 200;
    display: flex;
    justify-content: space-between;

}

#header.headhide {
    top: -99px;
}


.pc-slide {}

.sp-slide {
    display: none;
}


.mainfooter {
    margin-top: 5rem;
}

.footcologo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
}

.footconame {
    font-size: 1.8rem;
    font-weight: 600;
}

.footmenucontent {
    margin-bottom: 4rem;
    background: #fff;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 2rem;
}



#footer .footmenucontent ul {
    border-top: 1px solid #ccc;
    padding-top: 2rem;
    margin: 3rem 0 0 0;
}

#footer .footmenucontent ul li {
    display: block;
    margin: 0 0 0 0;
    text-align: left;
}


.melmag {
    width: 100%;

    margin-bottom: 4rem;

    border: 2px solid #b7c39a;
    padding: 0.8rem 1.5rem 1.5rem 1.5rem;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;


}

.melmag span {
    background: linear-gradient(transparent 70%, #ff6 70%);
    font-size: 2rem;
}



.markerpen {
    background: #ecf7d1;
    padding: 0.8rem 0.5rem;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.markerpen span {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-size: 2rem;
}

.markerpen i {
    color: #cc0000;
}



.postagetxt {
    color: #563030;
    font-size: 1.8rem;
    font-weight: 600;
}

.footercontentlink {
    color: #563030;
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: .4rem;
    display: block;
    margin-bottom: .6rem;
}


#footer .footer-style1 .footer_logo_area .copyright {
    float: none;
    text-align: center;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
}







.plg_aui_menu .menu_body li a {
    padding: 2px 0;
}



.page-heading {
    font-size: 24px;
    font-size: 2.4rem;
    border-bottom-style: solid;
    border-top: 0 none;
    padding: 16px 0 12px;
    margin: 0 16px 48px;
}

#side_left {
    padding-top: 55px;
}


li.catno29 {
    display: none !important;
}


li.catno41 {
    display: none !important;
}

li.catno45 {
    display: none !important;
}


li.catno47 {
    display: none !important;
}

li.catno53 {
    display: none !important;
}


li.catno56 {
    display: none !important;
}


li.catno60 {
    display: none !important;
}

li.catno65 {
    display: none !important;
}

li.catno69 {
    display: none !important;
}

li.catno72 {
    display: none !important;
}


.p-guidePrivacy {
    padding-top: 0;
    max-width: 890px;
    margin: 0 auto;
}

.p-guidePrivacy__title {
    margin-bottom: 4rem;

}


.c-inner--ss {
    padding: 0 5.333%;
}

.p-guidePrivacy__title {
    margin-bottom: 3rem;
}

.p-guidePrivacyTitle h1 {
    color: #645440;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}


.p-guidePrivacy h2 {
    margin-bottom: 1.5rem;
    color: #00ab84;
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: bold;
    color: #58472A;
}



.p-guidePrivacy ul {
    margin: 0 0 2.5rem 2rem;
}

.p-guidePrivacy li {
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    text-decoration: none;
    list-style-type: disc;
}

.p-guidePrivacy hr {
    margin: 1.5rem 0 2rem;
}



.plg_aui_headline {
    margin-top: 6rem;
}

.plg_aui_headline .headline_desc {
    font-size: 1.3rem;
}


.aui_section .section_body.body-scroll {
    height: auto;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
}



.faqarea {
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 3rem 2rem 0rem 2rem;
    border: 1px solid #ddd;
    margin-bottom: 4rem;

}


.faqarea h2 {
    border-left: none;
    background: #00ab84;
    color: #fff;
    padding: .8rem 1rem .8rem 2rem;
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: -2rem;
    margin-right: -2rem;
}

.faqbox {
    margin-bottom: 3rem;
}

.qtxt {

    margin-top: 3rem;
    color: #00ab84;
}

.atxt {
    padding: 0 1rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
}


.product_tag {
    margin-bottom: 2rem;
}




.jumpbtn {
    text-align: center;
    width: 160px;
    margin: 0 auto 5px auto;
}

.jumpbtn a {
    border: 1px solid #ccc;
    padding: 5px 0px;
    font-size: 16px;
    display: block;
    background: #fff;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}


.jumpbtn a:hover {
    border: 1px solid #fff33f;
    background: #fff33f;
    color: #fff;
    text-decoration: none;
}



.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 3rem 0;
}

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



.coupon_jumpbtn {
    text-align: center;
    width: 100%;
    margin: 0 auto 5px auto;
}

.coupon_jumpbtn a {
    border: 1px solid #fff33f;
    background: #fff33f;
    color: #111;
    padding: 5px 0px;
    font-size: 16px;
    display: block;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}


.coupon_jumpbtn a:hover {
    border: 1px solid #111;
    background: #fff;
    color: #111;
    text-decoration: none;
}



.coupon_txt {
    border: 3px double #336699;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1rem;
    margin-bottom: 1rem !important;
    border-radius: 1rem;
}

.coupon_txt a {
    color: #336699;
    font-size: 1.3rem;
    text-decoration: underline;
}



.flowimg {
    border-radius: 2rem;
    max-width: 500px;
    width: 100%;
    margin-bottom: 3rem;
}


#add-cart {
    color: #fff;
    background-color: #00ab84;
    border-color: #00ab84;
    font-weight: 400;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}

#add-cart:hover {
    border: 1px solid #45e9c4;
    background: #45e9c4;
    color: #111;
    text-decoration: none;
}


#favorite {
    color: #555;
    background-color: #e1e1e1;
    border-color: #eee;
    font-weight: 400;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}

#favorite:hover {
    border: 1px solid #dedede;
    background: #fafafa;
    color: #555;
    text-decoration: none;
}

#item_detail_area .item_detail p.item_code {
    font-size: 1.1rem;
    color: #aaa;
}


.classcategory_list .form-control {
    border: 3px solid #f4c5c5;

}

.form-control {
    border-color: #666;
}


.intxtslider {
    position: relative;
}

.slider_txt {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.slider_txt_sp {
    position: absolute;
    top: 7%;
    width: 75vw;
    padding: 0 0 0 20vw;
}


.slider_campaign {
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: 15%;
}

.slider_campaign_sp {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: 18%;
}



.top_pattern_area {
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #cceee6;
    padding: 1rem;
    position: relative;
}

.top_pattern_area .inner {
    border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #222;
    padding: 3rem 3rem 1rem 3rem;
    position: relative;
    overflow: visible;
}

.ptlefttop,
.ptrighttop,
.ptleftbottom,
.ptrightbottom {
    position: relative;
}



.ptlefttop::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/pattern_deco_left.png) no-repeat left 10px top 10px;
}

.ptrighttop::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/pattern_deco_right.png) no-repeat right 10px top 10px;
}

.ptleftbottom::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/pattern_deco_leftbottom.png) no-repeat left 10px bottom 10px;

}

.ptrightbottom::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/pattern_deco_rightbottom.png) no-repeat right 10px bottom 10px;
}


.seatarea {
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #fff;
    padding: 4rem 2rem 2rem 2rem;
    position: relative;
}


.pattern_type {
    font-size: 3rem;
    position: absolute;
    left: -40px;
    top: -40px;
}


.pattern_feature {
    font-size: 3rem;
    position: absolute;
    right: -40px;
    top: -40px;
}



.size_sp {
    display: none;
}

.ptleft {
    margin-top: 6rem;
}



.ichiranbtn {
    text-align: center;
    max-width: 390px;
    margin: 0 auto 5px auto;
}

.ichiranbtn a {
    padding: 0;
    display: block;
    background: #fff;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}


.ichiranbtn a:hover {
    background: #f236a6;
    text-decoration: none;
}



.seatcaution {
    font-size: 0.7em;
}


.spbanktable {
    display: none;
}


.pattern-img {
    width: 100%;
    max-width: 550px;
}




.seatlink {
    margin-top: 1.5rem;
}

.seatlink p {
    font-size: 1.3rem;
    margin-bottom: 1rem !important;
}

.seatlink a {
    color: #111;
    font-size: 1.6rem;
    padding: 1rem .5rem;
    display: block;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #aaa;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}

.seatlink a:hover {
    background: #f236a6;
    text-decoration: none;
    color: #fff;
}



.designbtn {}


.designbtn a {
    border: 1px solid #ccc;
    padding: 5px 0px;
    font-size: 16px;
    display: block;
    background: #efefef;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;

    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;

}

.designbtn a:hover {
    background: #fff;
    text-decoration: none;
    color: #fff;
}

.designbtnsp {
    display: none;
}


#top_box__email dt {

    vertical-align: top
}

#top_box__password dt {

    vertical-align: top
}

#top_box__address_detail dt {

    vertical-align: top
}


#top_box__email dt label,
#top_box__email dt span {

    vertical-align: top
}

#top_box__password dt label,
#top_box__email dt span {

    vertical-align: top
}

#top_box__address_detail dt label,
#top_box__email dt span {

    vertical-align: top
}


.steptitle {
    font-size: 2.4rem;
    line-height: 2.4rem;
}

.steptitle img {
    margin-right: 1.5rem;
}

.stepbox {
    border: 1px solid #ccc;
    background: #f6f7f5;
    -webkit-border-radius: 9px 9px 0px 0px;
    -moz-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
    position: relative;
    margin-top: -22px;
}

.stepbox .inner {
    padding: 4rem;
}

.stepbox::after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    background: url(../img/steparrow.svg) no-repeat center bottom;
    z-index: 5;
}

.stepbox.end::after {
    background: none;
}




.coupon_stepbox {
    border: 1px solid #ccc;
    background: #f6f7f5;
    -webkit-border-radius: 9px 9px 0px 0px;
    -moz-border-radius: 9px 9px 0px 0px;
    border-radius: 9px 9px 0px 0px;
    position: relative;
    margin-top: -22px;
}

.coupon_stepbox h3 {
    font-size: 2rem;
    line-height: 2.4rem;
}


.coupon_stepbox .inner {
    padding: 4rem;
}

.coupon_stepbox::after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    background: url(../img/steparrow.svg) no-repeat center bottom;
    z-index: 5;
}

.coupon_stepbox.end::after {
    background: none;
}

.coupon_step {
    font-size: 3.2rem;
    line-height: 2.8rem;
    border: 2px solid #ff6f80;
    padding: 10px 13px 10px 15px;
    color: #ff6f80;
    border-radius: 5rem;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin-right: 1rem;
}

.coupon_step_img {
    text-align: center;
}


.coupon_step_img img {
    width: 100%;
    max-width: 400px;
}



.step_jp {
    font-size: 1.2rem;
    line-height: .4rem;
    letter-spacing: 0;
    font-weight: 400;
}

.d-flex {
    display: flex;
    align-items: flex-start;
}


.steptitle.d-flex {
    align-items: center;
}


.contactbtn {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    height: 3.4rem;
}

.contactbtn i {
    color: #4dbaa8;
    margin-right: 1rem;
}

.telnumber,
.telnumber a {
    font-size: 2.4rem;
    line-height: 3.4rem;
}

.supportsubtitle {
    font-size: 2.2rem;
    line-height: 3.4rem;
}

.colorgreen {
    color: #4dbaa8;
}

.cotbox {
    border-right: 1px dotted #aaa;
}


.cotbox {
    border-right: 1px dotted #aaa;
}




.item_body {
    position: relative;
}

/* 商品に見立てた枠 */
.triangle {
    background: #fafafa;
    width: 100%;
    height: 100%;
    position: relative;
}

/* ラベル部分 左上に表示 */
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 3em solid transparent;
    border-left: 3em solid #c12748;
    /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.triangle::after {
    font-family: 'movText';
    content: "NEW";
    font-size: 12px;
    display: block;
    letter-spacing: 0;
    top: 6px;
    transform: rotate(-45deg);
    color: #fff;
    /* 文字色はここで変更 */
    left: 2px;
    position: absolute;
    z-index: 101;
}

.item_body .item_title .title {
    letter-spacing: 0;
}

/*
Side bnr button 
*/


#side-right-bnr {
    position: fixed;
    top: 30%;
    right: 0px;
    z-index: 1000;

}

#side-right-bnr a {
    display: block;
    text-align: left;
    /* background color transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 0px 0px;
    display: block;
    /* rounded corners */
    -webkit-border-radius: 9px 0px 9px 9px;
    -moz-border-radius: 9px 0px 9px 9px;
    border-radius: 9px 0px 9px 9px;
    /* background color transition */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 50px;

}

#side-right-bnr a:hover {
    width: 60px;
}

#side-right-bnr a:hover img {
    background-color: #02d1fd;
    -webkit-border-radius: 9px 0px 9px 9px;
    -moz-border-radius: 9px 0px 9px 9px;
    border-radius: 9px 0px 9px 9px;
}





#side-left-bnr {
    position: fixed;
    top: 30%;
    left: 0px;
    z-index: 1000;

}

#side-left-bnr a {
    display: block;
    text-align: left;
    /* background color transition */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 0px 0px;
    display: block;
    /* rounded corners */
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;
    /* background color transition */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    width: 50px;

}

#side-left-bnr a:hover {
    width: 60px;

}

#side-left-bnr a:hover img {
    background-color: #fded02;
    -webkit-border-radius: 9px 9px 9px 9px;
    -moz-border-radius: 9px 9px 9px 9px;
    border-radius: 9px 9px 9px 9px;

}

#footMenu {
    display: none;
}




.footmenubtn {
    position: fixed;
    bottom: 10px;
    transition-property: initial;
    transition-duration: 0.5s;
    transition-timing-function: initial;
    transition-delay: initial;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: space-between;

}

.footmenubtn.btnhide {
    bottom: -180px;

}



.footbtn {
    width: 46%;
    margin-left: 1%;
    margin-right: 0;
    display: inline-block;
    text-align: center;
}





.leftbnr {
    margin-bottom: 3rem;
    background: #faf9e1;
    padding: 1.5rem .8rem .2rem .8rem;
    -webkit-border-radius: 12px 0px 12px 0px;
    -moz-border-radius: 12px 0px 12px 0px;
    border-radius: 12px 0px 12px 0px;
    border: 1px solid #3e3c03;
}





.okhead {
    -webkit-border-radius: 15px 15px 0px 0px;
    -moz-border-radius: 15px 15px 0px 0px;
    border-radius: 15px 15px 0px 0px;
    padding: 2rem;
}


.okhead h3 {
    font-size: 2.4rem;
    line-height: 3rem;
}

.okhead p {
    margin: 0;
    padding: 0;
}


.okbg_yl {
    background: url(../img/bg_yellowdot.png) repeat left top;

}

.okbody img {
    background: #fffde2;
    -webkit-border-radius: 0px 0px 15px 15px;
    -moz-border-radius: 0px 0px 15px 15px;
    border-radius: 0px 0px 15px 15px;
}


.okbg_bl {
    background: url(../img/bg_bluedot.png) repeat left top;

}

.okbody {
    margin-bottom: 4rem;
}


.okfootimg {
    background: url(../img/okfootimg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 350px;
    margin: 0rem 0 5rem 0;
}


.top_cat {
    background: #fffde2;
    padding: 5rem 0 3rem 0;
}


.camppc {
   margin-bottom:4rem;
}

.campsp {
    display: none;
    margin-bottom:4rem;
}



.new_item_tilte{
    border:1px solid #333;
    text-align:center;
    
    margin-bottom:2rem;
    border-radius:1rem;
}

#main .aui_title.new_item_tilte .title{
    font-size:2.5rem;
    margin-bottom:0;
}





.wagarasp {
    display: none;
}


.catbtn {
    position: relative;
}

.catbtn img {
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    border: 3px solid #98b4b3;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}


.catbtn img:hover {
    border: 3px solid #23faef;
}


.secom_area {
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    border: 4px double #ccc;
    padding: 3rem 2rem 0rem 2rem;
    background: #fafafa;
}

.product_item a {
    border: 1px solid #ccc;
    -webkit-border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    padding: 2rem 2rem 2rem 2rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.product_item a:hover {
    background: #fefae6;
}

.product_item dl {
    margin-bottom: 0px;
}



.casesample img {
    border: 1px solid #ece9e9;
}


.pagination {

    border-bottom: 1px solid #333;
    margin-bottom: 5rem;
}


.buy_btn {
    border: 1px solid #aaa;
    padding: 1rem 0;
    margin-top: 2rem;
}




/*
item detail
*/

.product_item .item_name {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}

.fontsampleblock {
    padding: 1rem 2rem;
    border: 1px solid #bbb;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}

.kinyu {
    background: #efefef;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    padding: 3rem 3rem 3rem 3rem;
}

.kinyu h3 {
    font-size: 3.5rem;
    line-height: 120%;
}

.kinyu h3 span {
    font-size: 2rem;

}


#fontnumber h3 {
    font-size: 2rem;
    line-height: 120%;
}


.classcategory_list textarea.form-control {
    border: 1px solid #666;
}

.cart_area .classcategory_list li input,
.cart_area .classcategory_list li textarea {
    margin-bottom: 2rem;
}


/*
manual
*/

.cautiontxt {
    background: #e62e8b;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5rem;
}

.okarea {
    background: #fffbc7;
    padding: 3rem 2rem 1rem 2rem;
    margin-bottom: 3rem;
    color: #6a3906;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.pctitle {}

.sptitle {
    display: none;
}

.oktxt {
    font-weight: 700;
    background: #e62e8b;
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#news_area {
    margin-top: 3rem;
    background: none;
    border-bottom: 1px dotted #ccc;
}

.newslist dd {
    font-size: 14px;
    line-height: 1.8;
}


.moreinfo {

    border: 1px solid #fff33f;
    padding: 3px 10px;
    font-size: 14px;
    display: block;
    background: #fff33f;

    -webkit-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    -o-transition: background 0.2s linear 0s, color 0.2s linear 0s;
    transition: background 0.2s linear 0s, color 0.2s linear 0s;
    display: inline-block;
    margin-top: 8px;
}


a.moreinfo:hover {
    border: 1px solid #111;
    background: #fff;
    color: #111;
    text-decoration: none;
}



.spam-caution-txt {
    margin: 2rem 0;
    font-size: 1.3rem;
}

#confirm_box__footer {
    margin-top: 2rem;
}



/*
Back to top button 
*/

.pagetop {
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 80px;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

.pagetop.is-active {
    pointer-events: auto;
}



.pagetop a {
    background: #4dbaa8;
    display: block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.pagetop a span {
    display: block;
    width: 53px;
    height: 53px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.pagetop a span img {
    width: 14px;
}

.pagetop a span.top {
    top: 0;
}

.pagetop a span.bottom {
    top: 53px;
}

.pagetop a:hover span.top {
    top: -53px;
}

.pagetop a:hover span.bottom {
    top: 0;
}


.is-active {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

.brsp {
    display: none;
}



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


    .category-nav a {
        font-size: 1.5rem;
    }

    #header .category-nav>li>a {
        padding: 0 .5em;
    }



}


@media only screen and (min-width:768px) and (max-width:900px) {
    .category-nav a {
        font-size: 1.2rem;
    }

}

@media only screen and (max-width: 992px) {
    .cotbox {
        border-bottom: 1px dotted #aaa;
        border-right: none;
        margin-bottom: 3rem;
    }

    .steptitle {
        font-size: 2.0rem;
        line-height: 2.4rem;
    }

    .stepbox .inner {
        padding: 2rem 1rem;
    }

    .steptitle img {
        margin-bottom: 1rem;
    }

    .contactbtn {
        display: flex;
        align-items: center;
        font-size: 1.8rem;
        height: 3.4rem;
    }

    .telnumber,
    .telnumber a {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .stepbox h3 {
        text-align: center;
    }





}




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

    .category-nav ul {
        display: block !important;
        margin-left: 1rem;
    }


    .drawer {
        width: 100%;
        z-index: 20;
    }



    h2,
    .heading-size-2 {
        font-size: 2.4rem;
    }

    .brsp {
        display: block;
    }


    .camppc {
        display: none;
    }

    .campsp {
        display: block;
    }

    .wagarapc {
        display: none;
    }

    .wagarasp {
        display: block;
    }

    .size_sp {
        display: block;
    }

    .size_pc {
        display: none;
    }

    .pattern_feature img {
        width: 100px;
    }

    .pattern_type img {
        width: 100px;
    }

    .ptleft {
        margin-top: 2rem;
    }

    .side-left-bnr {
        display: none;
    }

    .bottombnr {
        display: none;
    }






    #side-left-bnr {
        display: none;
    }

    #side-right-bnr {
        display: none;
    }

    #contents {
        padding-top: 7rem;
    }

    #item_detail {
        margin-top: 5rem;
    }

    #item_photo_area {
        margin-bottom: 0px;
    }

    #drawer .category-nav {
        padding-bottom: 8rem;
    }

    .form-group.input_name input {
        width: 46%;
    }


    .pc-slide {
        display: none;
    }

    .sp-slide {
        display: block;
    }

    .pctitle {
        display: none;
    }

    .sptitle {
        display: block;
    }

    .designbtnsp {
        display: block;
    }

    .designbtnpc {
        display: none;
    }


    .pagetop {
        bottom: 180px;
    }







}



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


    #footMenu {
        display: block;
        width: 100%;
    }

    .footbtn {
        width: 23%;

    }

}









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

    #footMenu {
        display: block;
        width: 100%;
    }

}


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

    .kinyu h3 {
        font-size: 3rem;
        line-height: 80%;
    }

    .kinyu h3 span {
        display: block;
        font-size: 1.8rem;
    }


    .spbanktable {
        display: block;
    }

    .pcbanktable {
        display: none;
    }


    .pagetop {
        display: none !important;
        bottom: -100px;
    }



}





@media only screen and (min-width:992px) and (max-width:1139px) {

    .omakeimgright img {
        width: 350px;
    }


}















@media only screen and (min-width: 768px) {
    #header #category {
        padding: 0px 0 0;
    }

    #header .header-style1 .aui_header_body {
        clear: both;
        padding: 10px 0 15px 0;
    }

    #contents_top #category {

        margin-bottom: 0px;
    }

    #contents {
        padding-top: 17.5rem;
    }

    #main {
        margin-bottom: 6rem;
        margin-top: 3rem;
    }

    #topicpath {
        padding: 3px 16px 24px 16px;
        border: 0 none;
    }

    #item_detail {
        margin-top: 3rem;
    }

    #header .header-style1 .member_link {
        margin-top: 1rem;
    }

    #header .header-style1 .copy {
        margin-top: 1rem;
    }

    .header_logo img {
        max-width: 100%;
    }

    .p-guidePrivacy {}

    .c-inner--ss {
        padding: 0 20px;
    }

    .p-guidePrivacy__title {
        margin-bottom: 4rem;
    }

    .p-guidePrivacyTitle h1 {
        font-size: 2rem;
    }


    .p-guidePrivacy hr {
        margin: 1.5rem 0 2rem;
    }


    .table ol li {
        font-size: 13px;
        white-space: nowrap;

    }

    .footcologo {
        width: 120px;
        text-align: left;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }



    #item_detail_area .item_name {
        color: #444;
        font-weight: 400;
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 0px;
    }

    #item_detail_area .item_detail .sale_price {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 400;
    }

    #item_detail_area .item_detail .sale_price .small {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .cart_area .classcategory_list li {
        margin-top: 0px;
    }



    #main_bottom .top_cat .container {
        width: 100% !important;
    }


    #header .category-nav li a {
        letter-spacing: 0.1rem;
    }




}












@media only screen and (min-width: 1024px) {

    .slider_campaign img {
        width: 150px;
    }

}

@media only screen and (min-width: 1200px) {



    .slider_campaign img {
        width: 180px;
    }

}