/* 共通化部分の上書き ここから */

.move-page-top,
#sp_logo {
/*    background: #549100;*/
}

div.head h1 {
    width: 1040px;
}

.head {
    position: absolute;
    top: 0;
}

.page-top p {
    right: 5.6%;
    bottom: 20px;
}


/* 共通化部分の上書き ここまで */

html,
body {
/*    background-image: url(../img/bg.gif);*/
/*    background-repeat: repeat;*/
    /* background-color: #fffbf5;
    position: relative;
    min-width: 1040px; */
}

.mainContainer .header {
    position: relative;
    background-color: antiquewhite;
/*    background-image: url(../img/head_bg.gif);*/
    background-color: #F4FFE9;
    height: 122px;
    padding-top: 22px;
}
.mainContainer .header > div > img:first-of-type {
    width: 150px;
    height: auto;
}
.mainContainer .header > div > img + img {
    width: 86px;
    height: 97px;
    position: absolute;
    bottom: 0;
    left: 149px;
}

.mainContainer .header > div {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 1040px;
    ;
    height: 100px;
    align-items: center;
}

.mainContainer .header > div > div {
    height: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.mainContainer .header > div > div > ul {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    text-align: right;
}

.mainContainer .header > div > div > ul > li:not(:first-child) {
    padding: 0 0 0 8px;
}
.mainContainer .header > div > div > ul + ul > li:not(:first-child):before {
    content: ">";
    padding: 0 8px 0 0;
    color: #329800;
}

.mainContainer .header > div > div > ul > li a {
    color: #329800;
    text-decoration: none;
}

.mainContainer .header > div > div > ul + ul > li > a {
    background-color: rgba(106, 185, 0, 0.8);
    color: white;
    padding: 4px 6px;
    border-radius: 4px;
    text-decoration: underline;
}

.mainContainer .header > div > div > ul + ul {
    padding: 4px 0px;
    margin-bottom: 6px;
}

.mainContainer nav {
    width: 100%;
    height: 50px;
}

.mainContainer nav > div {
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.18);
    background: #71b32c;
    background: -moz-linear-gradient(top,  #71b32c 0%, #3ca11e 100%);
    background: -webkit-linear-gradient(top,  #71b32c 0%,#3ca11e 100%);
    background: linear-gradient(to bottom,  #71b32c 0%,#3ca11e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b32c', endColorstr='#3ca11e',GradientType=0 );

}

.mainContainer nav>div>ul {
    overflow: hidden;
    width: 1040px;
    margin: 0px auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #71b32c;
    background: -moz-linear-gradient(top,  #71b32c 0%, #3ca11e 100%);
    background: -webkit-linear-gradient(top,  #71b32c 0%,#3ca11e 100%);
    background: linear-gradient(to bottom,  #71b32c 0%,#3ca11e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b32c', endColorstr='#3ca11e',GradientType=0 );
    height: 50px;
}

.mainContainer nav>div>ul>li {
    width: 208px;
    height: 50px;
    flex-flow: row nowrap;
    justify-content: center;
    display: table;
    transition: 0.4s;
    box-sizing: border-box;
    border-left: solid 1px #549100;
}

.mainContainer nav>div>ul>li:last-child {
    border-right: solid 1px #549100;
}

.mainContainer nav>div>ul>li:hover {
    background-color: #a2e34b;
}

.mainContainer nav>div>ul>li>a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(5, 5, 5, 0.3);
}

.mainContainer nav>div>ul>li>a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.mainContainer article {
    position: relative;
    width: 1040px;
    height: auto;
    margin: 0px auto;
    box-shadow: 0 0 10px rgba(0, 75, 100, 0.2);
    background-color: #FFFFFF;
    z-index: 1;
}

div.mainImg,
.mainImg img {
    width: 100%;
    line-height: 0;
}

.mainContainer section {
    width: 1020px;
    margin: 100px auto 0px;
}

section.landing {
    width: 100%;
    height: auto;
    margin: 0px;
}

.landing img {
    display: block;
    width: 100%;
}

.btn {
    width: 400px;
    height: 60px;
    background-color: #3CA11E;
    margin: 40px auto;
    position: relative;
}

.btn:before,
.btn:after {
    z-index: -1;
position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 50%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg);
    transition: 0.55s;
}

.btn:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.btn a {
    display: block;
    line-height: 0;
    text-align: center;
    padding: 19px 0px;
    color: white;
    font-size: 2rem;
}

.btn a:hover {
    text-decoration: none;
}
.landing + section > .btn {
    margin: 50px auto 0;
}


.mainContainer section:nth-of-type(2)>h2 {
    position: relative;
    height: 50px;
/*    background: linear-gradient(-45deg, #47ba0e 25%, #43cc00 25%, #43cc00 50%, #47ba0e 50%, #47ba0e 75%, #43cc00 75%, #43cc00);*/
/*    background-size: 12px 12px;*/
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.18);
    background: #71b32c;
    background: -moz-linear-gradient(top, #71b32c 0%, #3ca11e 100%);
    background: -webkit-linear-gradient(top, #71b32c 0%,#3ca11e 100%);
    background: linear-gradient(to bottom, #71b32c 0%,#3ca11e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b32c', endColorstr='#3ca11e',GradientType=0 );
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    align-items: center;
    color: white;
    font-size: 2rem;
    border-radius: 5px;
    padding-left: 20px;
}


.mainContainer section:nth-of-type(3)>h2 {
    position: relative;
    height: 50px;
    /* background: linear-gradient(-45deg, #47ba0e 25%, #43cc00 25%, #43cc00 50%, #47ba0e 50%, #47ba0e 75%, #43cc00 75%, #43cc00); */
    /* background-size: 12px 12px; */
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.18);
    background: #71b32c;
    background: -moz-linear-gradient(top, #71b32c 0%, #3ca11e 100%);
    background: -webkit-linear-gradient(top, #71b32c 0%,#3ca11e 100%);
    background: linear-gradient(to bottom, #71b32c 0%,#3ca11e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71b32c', endColorstr='#3ca11e',GradientType=0 );
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: left;
    align-items: center;
    color: white;
    font-size: 2rem;
    border-radius: 5px;
    padding-left: 20px;
}


/* 種別タブ ここから */

ul.tab {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60px;
    cursor: pointer;
    margin-top: 30px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab li {
    width: calc(100%/3 + 1.5px);
    height: 90%;
    font-size: 1.4rem;
    color: #329800;
    text-align: left;
    line-height: 2rem;
    background: #92c37a;
    transition: 0.5s;
    box-sizing: border-box;
    border: solid 2px;
    border-color: #329800;
/*    border-radius: 10px 10px 0px 0px;*/
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 20;
    position: absolute;
}

.tab li:nth-of-type(1) {
    left: 0;
    bottom: 0
}
.tab li:nth-of-type(2) {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}
.tab li:nth-of-type(3) {
right: 0;
    bottom: 0;
}



.tab li:hover {
    /*    opacity: 0.55;*/
    background: #FFFFFF;
}

.mainContainer li.select {
    background: #FFFFFF;
    color: #329800;
    border-bottom: none;
    height: 100%;
    top: 0;
}

.tabTitleBar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 3px;
    background-color: #26C6DA;
    transition: .45s ease-in-out;
}

div.border {
    width: 100%;
    border: solid 1px #329800;
    position: absolute;
    bottom: 0;
    z-index: 10;
}


/* 種別タブ ここまで */


/* タブ内のタブ ここから */

ul.tab_child {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 60px;
    cursor: pointer;
    /*    margin-top: 60px;*/
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.tab_child li {
    width: 300px;
    height: 60px;
    font-size: 1.4rem;
    color: #329800;
    text-align: left;
    line-height: 2rem;
    background-color: #ccf3b9;
    transition: 0.5s;
    box-sizing: border-box;
    border-radius: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_child li:hover {
    /*    opacity: 0.55;*/
    border: solid 1px #329800;
    background-color: transparent;
}

li.active {
    background: #FFFFFF;
    /*        border: solid 2px #329800;*/
    border: solid 1px #329800;
}

ul.content {
    background-color: #ffffff;
    box-sizing: border-box;
    border: solid 2px #329800;
/*    border-top: none;*/
    margin-top: -2px;
}



/* タブ内のタブ ここまで */

/* movie area start */

.content video {
    display: block;
    width: 80%;
    height: 457.3125px;
    height: calc(540 / 960 * 100);
    margin: 40px auto;
}

#youtube-movie {
    margin: 40px auto;
    width: 100%;
    max-width: 813px;
}

#youtube-movie-content {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

#youtube-movie-content iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}

/* movie area end */

/* Swiper 上書き用 ここから */
.swiper-container {
    position: relative;
    width: 100%;
    height: 710px;
/*    padding-top: 20px;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*    background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}


.swiper-slide iframe {
    width: 800px;
    height: 455px;
}

/* Swiper 上書き用　ここまで */

.landing + section {
    padding-bottom: 20px
}

.mainContainer h3 {
    font-size: 2.2rem;
    color: #00b9c7;
    border-bottom: 4px solid #96f8ff;
    position: relative;
    margin: 60px 10px 5px 10px;
}

.mainContainer h3:before {
    content: "";
    display: block;
    width: 30%;
    border-bottom: 4px solid #00b9c7;
    position: absolute;
    bottom: -4px;
}


/* 商品のstyle */

section.lineup {
    position: relative;
    padding-bottom: 60px;
}

.lineup ul {
    width: 1000px;
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    margin: 30px auto 0px;
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lineup ul li {
    width: 233px;
    height: 320px;
    background-color: #ffffff;
    border-radius: 4px;
    box-sizing: border-box;
    border: solid 1px #00b9c7;
    margin-bottom: 22px;
    position: relative;
    z-index: 60;
}
.lineup ul li.catItem {
    border-color: #F18C00;
}
.lineup ul li.dogItem {
    border-color: #14AF68;
}


.lineup ul li:not(:nth-of-type(4n+1)) {
    margin-left: 22px;
}

.lineup ul li h4 {
    font-size: 1.4rem;
    font-weight: 100;
    text-align: center;
    letter-spacing: 0.01rem;
    height: 30px;
    color: #ffffff;
    background-color: #00b9c7;
    border-radius: 3px 3px 0px 0px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: solid 1px #00b9c7;
}
.lineup ul li.catItem h4 {
    background-color: #F18C00;
    border-color: #F18C00;
}
.lineup ul li.dogItem h4 {
    background-color: #14AF68;
    border-color: #14AF68;
}

.lineup > ul > li > img {
    display: block;
    width: 90%;
    height: auto;
    margin: 10px auto 10%;
}

.lineup ul li p {
    width: 200px;
    height: auto;
    margin: 10px auto;
    color: #212121;
    font-size: 1.2rem;
    overflow: hidden;
}

.lineup ul li img + p {
    margin-top: 20px;
    height: 44px;
    width: 200px;
    text-overflow: ellipsis;
    line-height: 1.5rem;
}

.lineup ul li p:nth-of-type(2) {
    font-size: 2rem;
    color: #ecce00;
}

.lineup ul li p:nth-of-type(2) span {
    color: #212121;
    font-size: 1.4rem;
}

div.icon > img {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 40;
    top: 35px;
    right: 5px;
}
.icon > img + img {
    right: 40px;
    z-index: 80;
}

.mainContainer p > strong {
    font-size: 2.2rem;
    color: #dd0000;
    letter-spacing: 0.2rem;
}

div.button {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
}

.button a {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
    height: 30px;
}

.button a.favo {
    width: 30px;
    background-color: #7fe1e8;
    color: #ffe21f;
    box-shadow: 0px 3px 0px 0.00px #00acb8;
    font-size: 1.6rem;
}

.button a.cart {
    width: 160px;
    background-color: #ffe21f;
    color: #747f8b;
    margin-left: 14px;
    box-shadow: 0px 3px 0px 0.00px rgba(115, 100, 2, 0.4);
    letter-spacing: 0.2rem;
}

.button a:hover {
    margin-top: 3px;
    box-shadow: none;
}





.mainContainer footer {
    border-top: solid 4px #6fb647;
    position: relative;
    background-color: #FFFFFF;
}

div.selectArea {
    position: relative;
    padding-bottom: 5px;
    width: 1040px;
    margin: auto;
}
.selectArea > img {
    padding-left: 20px;
}

.selectArea div {
    padding: 15px 0px 15px 30px;
}

.selectArea div h5 {
    font-size: 1.4rem;
    display: inline-block;
    width: 114px;
    margin-right: 41px;
    color: #a37637;
}
.mainContainer footer ul {
    display: inline-block;

}
.mainContainer footer ul li {


}
.selectArea div a {
    color: #333333;
    font-size: 1.2rem;
}

.selectArea div a:hover {
    text-decoration: none;
}

.selectArea div li:not(:first-of-type):before {
    content: "|";
    margin-left: 12px;
    padding-right: 12px;
}

.linkArea {
    padding: 15px 0px;
    text-align: center;
    background-color: #fff0c8;
    box-sizing: border-box;
    border-top: solid 1px #a88c40;
    border-bottom: solid 1px #a88c40;
}

.linkArea a {
    color: #333333;
}
.linkArea li:not(:first-of-type):before {
    content: "|";
    margin-left: 12px;
    padding-right: 12px;
}

.mainContainer footer small {
    display: inline-block;
    width: auto;
    margin: 0px 0px 0px 30px;
    text-align: left;
}

div.copy {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background-color: #ffffff;
    width: 1040px;
    margin: 5px auto 0px;
     padding-bottom: 5px;
}

div.corpoLogo {
    width: auto;
}
.corpoLogo img {
    width: 120px;
}


body > img {
    position: absolute;
    width: 102px;
    height: 154px;
    bottom: 0;
    right: 5%;
    z-index: 1000;
}

body > .move-page-top {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 5.6%;
    bottom: 210px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    line-height: 58px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1200;
    background: #549100;
}

body > .move-page-top a {
    color: white;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    line-height: 58px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    z-index: 1200;
    background: #549100;
}
/* スライダ制御 */
div.swiper-slide > picture > img {
    width: 640px;
}
/* スライダ制御 */

@media screen and (max-device-width:767px) {
    body,html {
        min-width: 0px;
    }
    /*  SP共通メニュー 上書き用 ここから  */
    #sp_header_menu-wrap li.sp_header-subwrap.rollover li {
        border-left: solid 5px #008ab2;
    }
    #sp_header_menu-area {
        position: fixed;
    }
    .mainContainer section:nth-of-type(2)>h2 img,
    .mainContainer section:nth-of-type(3)>h2 img {
        display: none;
    }
    .mainContainer section:nth-of-type(3)>h2:before {

        padding-right: 10px;
    }
    .mainContainer .header {
        padding-top: 0px;
    }
    nav {
        padding: 0px;
        background: none;
    }
    .mainContainer nav>div>ul {
        width: 100%;
        display: block;
        overflow: visible;
    }
    .mainContainer nav>div>ul>li {
        width: 100%;
        display: block;
        border-left: none;
        background-color: #00a9da;
    }
    .mainContainer nav>div>ul>li:hover {
        background-color: #00a9da;
    }
    .mainContainer nav>div>ul>li:active {
        background-color: #00a9da;
    }
    .mainContainer nav>div>ul>li.rollover {
        background-color: #38c7f0;
    }
    .mainContainer nav>div>ul>li>a {
        text-align: left;
    }
    header.rollover #sp_header-anchor.rollover {
        height: 200px;
    }
    header.rollover #sp_header-other.rollover {
        height: 300px;
    }
    #sp_header_menu-wrap > li > ul {
        background-color: #00a9da;
    }
    .mainContainer nav>div>ul {
        background-color: #00a9da;
    }

    /*  SP共通メニュー 上書き用 ここまで  */


    .tabTitleBar {
        position: absolute;
        left: 0;
        bottom: 0;
        width : calc(100% / 3) ;
        height: 3px;
        background-color: #26C6DA;
        -webkit-transition: .45s ease-in-out;
        -moz-transition: .45s ease-in-out;
        -o-transition: .45s ease-in-out;
        transition: .45s ease-in-out;
        z-index: 200;
    }



    .mainContainer .header {
        height: auto;
    }

    .mainContainer article {
        width: 100%;
    }

    .mainContainer section {
        width: 100%;
        margin: 10px auto 0px;
    }

    .landing .btn {
        width: 96%;
    }
    ul.content {
        border: none;
        border-radius: 0 0 20px 20px
    }
    .content article {
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    .tab li {
        width : calc(100% / 3) ;
        padding: 10px;
        text-align: center;
        border: none;
        font-size: 1.2rem;
        line-height: 1.6rem;
        border-radius: 0 0 0 0;
        background: #92c37a;
        color: white;
    }
    .tab li:not(:first-child) {
        border-left: solid 1px #329800;
    }
    ul.tab_child {
        width: 96%;
        margin: auto;
    }
    .tab_child li {
        width: 30%;
        font-size: 1.2rem;
        text-align: center;
        padding: 10px;
    }
    .tab li:hover {
         opacity: 100;
        background: #92c37a;
    }

    .mainContainer section:nth-of-type(3) {
        width: 96%
    }
    section.lineup {
        padding-bottom: 10px;
    }

    .mainContainer h3 {
        font-size: 2.2rem;
        color: #00b9c7;
        border-bottom: 4px solid #96f8ff;
        position: relative;
        margin: 40px 0 0;
    }

    .lineup ul {
        width: 100%;
        overflow: hidden;
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        margin: 30px auto 0px;
        position: relative;
    }

    .lineup ul li {
        width: 49%;
        height: 250px;
        background-color: #ffffff;
        border-radius: 4px;
        box-sizing: border-box;
        border: solid 1px #00b9c7;
        margin-bottom: 2%
    }

    .lineup > ul > li:not(:first-child) {
        margin-left: 0;
    }
    .lineup > ul > li > img {
        display: block;
        width: auto;
        height: 125px;
        margin: 10% auto;
    }

    .lineup ul li img + p {
        margin-top: 20px;
        height: 13%;
        width: 96%;
        text-overflow: ellipsis;
        line-height: 1.5rem;
    }
    .lineup ul li p {
        width: 96%;
    }
    div.button {
        width: 96%;
        margin: auto;
        justify-content: space-between;
    }

    .button a.favo {
        width: 16%;
        background-color: #7fe1e8;
        color: #ffe21f;
        box-shadow: 0px 3px 0px 0.00px #00acb8;
        font-size: 1.6rem;
    }

    .button a.cart {
        width: 80%;
        background-color: #ffe21f;
        color: #747f8b;
        margin-left: 0;
        margin: auto;
        box-shadow: 0px 3px 0px 0.00px rgba(115, 100, 2, 0.4);
        letter-spacing: 0.2rem;
    }

    body > .move-page-top {
        display: none;
    }

    div.selectArea {
        width: 100%;
    }
    .selectArea div {
        padding: 0px;
        display: flex;
        flex-flow: row wrap;
    }
    .selectArea div:nth-of-type(2){
        display: none;
    }

    .selectArea div h5 {
        display: none;
    }

    .selectArea div li:not(:first-of-type):before {
        content: none;
    }


    .selectArea div ul {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        padding: 0;
    }
    .selectArea div ul li:first-of-type {
        width: 100%;
    }
    .selectArea div ul li {
        font-size: 1.4rem;
        display: flex;
        width: 50%;
        height: 50px;
        text-align: center;
        justify-content: center;
        align-items: center;
        border-bottom: solid 1px #6fb647;
    }
    .selectArea div li:nth-child(2n) {
        border-right: solid 1px #6fb647;
    }
    .selectArea >img {
        display: none;
    }
    .linkArea {
        display: none;
    }

    div.copy {
        width: 96%;
        height: auto;
    }
    .mainContainer footer small {
        display: block;
        margin: 0 0 0 0;
    }
    footer small a {
        display: flex;
        flex-flow: column;
    }
    div.corpoLogo {
        display: flex;
        margin: 0px 0px 10px 0px;
        flex-flow: row;
        align-items: center;
    }
    .corpoLogo img {
        width: 45%;
        margin-right: 0;
        margin-left: auto;
    }
}


@media screen and (max-device-width:375px) {
    .lineup ul {
        flex-flow: column wrap;
    }
    .lineup ul li {
        width: 100%;
        height: 310px;
    }
    .lineup ul li p {
        font-size: 1.6rem;
        line-height: 3rem;
    }
    .lineup ul li img + p {
        height: 72px;
        line-height: 1.8rem;
    }
    .lineup ul li p:nth-of-type(2) {
        font-size: 3rem;
    }
    .lineup ul li p:nth-of-type(2) span {
        font-size: 1.8rem;
    }
    .mainContainer p > strong {
        font-size: 4rem;
    }
    .button a {
        height: 50px;
    }
    .button a.favo {
        height: 50px;
        font-size: 3rem;
    }
    .button a.cart {
        font-size: 1.8rem;
    }

}


@media screen and (max-device-width:320px) {
    header.rollover #sp_header-shopping.rollover {
        height: 240px;
    }
    .lineup ul {
    }
    .lineup ul li {
    }
    .lineup ul li h4 {
        font-size: 1.8rem;
        height: 40px;
    }
    .lineup ul li p {
    }
    .lineup ul li img + p {
    }
    .lineup ul li p:nth-of-type(2) {
    }
    .lineup ul li p:nth-of-type(2) span {
    }
    p > strong {
    }
    .button a {
    }
    .button a.favo {
        height: 47px;
    }
    .button a.cart {
        height: 47px;
    }
    nav>div {
        height: 40px;
    }
    .swiper-container {
        height: 330px;
    }


}
