@charset "utf-8";

/* COODINATE CSS */

/* base setting
================================================ */

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    color: #111;
    font-family: 'Noto Sans JP', Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif !important;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
    /* =12px */
    background-color: #FFF;
}

a {
    text-decoration: none;
    color: #111;
    display: block;
}

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

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

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

img {
    vertical-align: top;
    width: 100%;
    border: 0;
}

a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=60 )";
    position: relative;
    top: 2px;
}

/* ﾂｰﾀｭ･・ｻ･ﾃ･ﾈ
================================================ */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,a,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,main,button,input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

ol,ul,li {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
}

/* ﾈﾆﾍﾑstyle
================================================ */
@media only screen and (min-width: 1000px) {
    .pcn {
        display: none!important;
    }
}

@media only screen and (max-width: 1000px) {
    .spn {
        display: none!important;
    }
}

/* Contents Style
================================================ */
#firsec {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#firsec > section {
    padding: 0 0 100px;
}

h1 span {
    display: block;
    margin: 15px 0 0;
    padding: 15px;
    border-top: solid 1px #CCC;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
}

h1 span:before {
    content: "\003010";
}

h1 span:after {
    content: "\003011";
}

#header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

h2 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 100;
    padding: 0 15px 15px;
}

h3 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 40px 10px 25px;
}

.sen1 {
    padding: 0 0 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: 300;
}

/* Styling Item
--------------------------------------*/
.item {
    padding: 40px 0 0;
    text-align: left;
    font-weight: 300;
}

.item h4 {
    font-family: 'Slabo', serif;
    font-size: 34px;
    font-size: 3.4rem;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.item > div {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.item > div > section {
    width: 50%;
    margin: 0 0 25px;
}

.item > div > section:nth-last-child(-n+2) {
    margin: 0;
}

.item > div > section > a {
    display: table;
}

.item > div > section > a > div {
    display: table-cell;
    vertical-align: middle;
}

.item > div > section > a > div:nth-child(1) {
    width: 30%;
}

.item > div > section > a > div:nth-child(2) {
    width: 70%;
    padding: 0 80px 0 10px;
}

.item h5 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.jmp a {
    width: 80%;
    max-width: 450px;
    border: solid 5px #000;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 20px;
    position: relative;
    margin: 40px auto 0;
    font-weight: bold;
}

.jmp a::before {
    content: '';
    width: 11px;
    height: 11px;
    border: 0px;
    border-top: solid 3px #000;
    border-right: solid 3px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 20px;
}

.jmp a:hover,
.jmp a:active {
    background: #000;
    color: #FFF;
    transition-duration: .2s;
}

.jmp a:hover::before,
.jmp a:active::before {
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
}

/* goTop
--------------------------------------*/
#goTop {
    display: none;
}

.fixed #goTop {
    display: table;
    position: fixed;
    z-index: 9999;
}

.fixed #goTop a {
    display: table-cell !important;
    vertical-align: middle;
    border: solid 1px #000;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

.fixed #goTop {
    bottom: 10px;
    right: 10px;
    width: 50px;
}

.fixed #goTop a {
    width: 50px;
    height: 50px;
}

/* footer
--------------------------------------*/
footer {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 0;
}

/* slick
============================================*/

/* slickA
--------------------------------------*/
@media only screen and (min-width: 813px) {
    .slickA {
        padding: 70px 40px 0;
    }

    .slickA .slick-next {
        right: -40px;
    }

    .slickA .slick-prev {
        left: -40px;
    }

    .slickA .slick-slide {
        padding: 0 8px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }

    .slickA .slick-dots {
        bottom: -40px;
    }
}

.slickA .slick-next,
.slickA [dir='rtl'] .slick-next:before {
    background: url(../img/arrow001.svg) no-repeat right center / 20px auto !important;
    width: 30px;
    height: 40px;
}

.slickA .slick-prev,
.slickA [dir='rtl'] .slick-prev:before {
    background: url(../img/arrow003.svg) no-repeat left center / 20px auto !important;
    width: 30px;
    height: 40px;
}

[dir='rtl'] .slick-next:before,
[dir='rtl'] .slick-prev:before,
.slick-next:before,
.slick-prev:before {
    content: '' !important;
}

.slick-dots li button:before {
    content: "\0025CF" !important;
    font-size: 20px !important;
    font-size: 2rem !important;
}

/* COODINATE TOP PAGE
============================================*/
/* 
--------------------------------------*/
#cd.index .p1 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 30px 10px;
}

.fade-up a {
    overflow: hidden;
}

.fade-up a img:hover {
    transform: scale(1.1, 1.1);
}

.fade-up a {
    display: inline-block;
}

.fade-up a div {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.fade-up a div img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
}

/* 特集や商品紹介のリスト部分
--------------------------------------*/
.clist {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
}

.clist h2,
.clist h2 span {
    display: block;
    font-weight: bold;
    line-height: 1.5;
}

/* 415px 以上 */
@media only screen and (min-width: 415px) {
    .clist {
        padding: 60px 0 0;
    }

    .clist > section {
        width: 33.333%;
    }

    .clist > section {
        padding: 0 0 40px;
    }

    .clist > section:nth-last-of-type(-n+3) {
        padding-bottom: 0;
    }

    .clist > section:nth-child(3n+1) a {
        margin: 0 14px 0 0;
    }

    .clist > section:nth-child(3n+2) a {
        margin: 0 7px 0;
    }

    .clist > section:nth-child(3n+3) a {
        margin: 0 0 0 14px;
    }

    .clist h2 {
        font-size: 18px;
        padding: 20px 0;
    }

    .clist h2 span {
        font-size: 20px;
    }

    .clist section p {
        text-align: left;
    }
}

/* スマホ縦向き 414px以下 */
@media only screen and (max-width: 414px) {
    .clist {
        padding: 20px 10px 0;
    }

    .clist > section {
        width: 50%;
    }

    .clist > section {
        padding: 0 0 15px;
    }

    .clist > section:nth-last-of-type(-n+2) {
        padding-bottom: 0;
    }

    .clist > section:nth-child(2n+1) a {
        margin: 0 5px 0 0;
    }

    .clist > section:nth-child(2n+2) a {
        margin: 0 0 0 5px;
    }

    .clist h2 {
        font-size: 3.2vw;
        padding: 10px 0;
    }

    .clist h2 span {
        font-size: 3.75vw;
    }

    .clist section p {
        text-align: left;
        font-size: 11px;
        font-size: 1.1rem;
    }
}

/*  rktn_mov
--------------------------------------*/
.rktn_mov {
    max-width: 640px;
    padding: 0 1em 0;
    margin: 0 auto 10em;
}



#marin {
    margin: 0 auto;
    padding: 0;
    width: 1000px;
    font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 12px;
    color: #000000;
    line-height: 26px;
}

#marin a:link {
    text-decoration: none;
    color: #626262;
}

#marin a:visited {
    text-decoration: none;
    color: #626262;
}

#marin a:active {
    text-decoration: underline;
    color: #1eadbc;
}

#marin a:hover {
    text-decoration: underline;
    color: #1eadbc;
}

.back {
    font-size: 12px;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: right;
}

.back2 {
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: right;
}

.con_title {
    font-size: 36px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    margin: 15px 0 10px 0;
}

.con_text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 15px 0 15px 0;
}

#pickup {
    font-size: 14px;
    margin-top: 10px;
}

#pickup img {
    width: 100%;
    margin: 0 0 10px 0;
}

#pickup .price {
    font-size: 18px;
    color: #b2161d;
    font-weight: bold;
}

#link_btn {
    width: 100%;
    padding: 20px 0;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    background-color: #777777;
    margin-bottom: 20px;
    font-weight: bold;
}

#link_btn a:hover {
    color: #ffffff;
}

#link_btn a:link {
    color: #ffffff;
}

#link_btn a:active {
    color: #ffffff;
}

#link_btn a:visited {
    color: #ffffff;
}

.bn_area {
    text-align: center;
    margin: 20px 0;
}

.bn_area img {
    width: 90%;
}

-- > .price {
    display: block;
    padding: 5px 0 0;
    font-size: 1.3rem;
    color: #b2161d;
    font-weight: bold;
}

.goods {
    margin-top: 20px;
}

.goods ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -5px;
}

.goods ul li {
    box-sizing: border-box;
    width: calc(100% / 3 - 1px);
    padding: 5px;
}

.goods ul li.cel04 {
    box-sizing: border-box;
    width: calc(100% / 4 - 1px);
    padding: 5px;
}

.goods ul li img {
    width: 100%;
}

.pc_none {
    display: none;
}

/* menu list */
#menu-list {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: rgb(130 126 122 / 90%);
    width: 100%;
    transition-duration: .3s;
    font-size: x-small;
}

#menu-list.op {
    opacity: 1;
}

#menu-list ul {
    text-align: center;
}

#menu-list ul li {
    width: calc(1000px / 7);
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-left: dotted 1px #fff;
}

#menu-list ul li:first-of-type {
    border-left: none;
}

#menu-list ul li a {
    padding: 10px;
    font-size: 14px;
    font-size: 1rm;
    display: block;
    line-height: 1.3;
}

#menu-list ul li a,
#menu-list ul li a:hover,
#menu-list ul li a:visited,
#menu-list ul li a:active {
    color: #FFF !important;
}

#menu-list ul li a:hover {
    background: rgba(255, 255, 255, .2)
}

p#bs01,
p#bs02,
p#bs03,
p#bs04,
p#bs05,
p#bs06,
p#bs07 {
    margin-top: -3em;
    padding-top: 3em;
}

.rktn_mov > * {
    max-width: 100%;
}
#basketHeader{
    font-size:16px;
    line-height:2;
    overflow:auto;
    padding:50px 125px 60px 125px;
    text-align:center;
}

.maintitle {
    font-size: 28px;
	letter-spacing:1px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0 0;
}

.mt50{
    margin-top:50px;
}
.topFeature_full{

}
.topFeature_full ul{
    display: flex;
    flex-wrap: wrap;
}
.topFeature_full ul a{
    width: calc(100% / 4);
    display: block;
    text-indent: -1000%;
    overflow: hidden;
    height: 150px;
}
.topFeature_full ul a:nth-child(1){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_01-2.jpg) no-repeat 0 0;
}
.topFeature_full ul a:nth-child(2){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_02.jpg) no-repeat 0 0;
}
.topFeature_full ul a:nth-child(3){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_03.jpg) no-repeat 0 0;
}
.topFeature_full ul a:nth-child(4){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_04.jpg) no-repeat 0 0;
}
.topFeature_full ul a:nth-child(5){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_05.jpg) no-repeat 0 0;
}
.topFeature_full ul a:nth-child(6){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_06.jpg) no-repeat 0 0;
}
.topFeature_full ul a:nth-child(7){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_07.jpg) no-repeat 0 0;
}
.topFeature_full ul a:nth-child(8){
    background:url(https://rkplanning.itembox.design/item/renewal-top/cate/basket/bs_btn_09.jpg) no-repeat 0 0;
}
.price {
    display: block;
    padding: 5px 0 0;
    font-size: 1.3rem;
    color: #b2161d;
    font-weight: bold;
}