@charset "utf-8";

/* コーディネートページスマホ用CSS */

/* 基本設定
================================================ */


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%;
}

/* 属性リセット
================================================ */

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;
}

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;
}


/* 汎用
================================================ */
@media only screen and (min-width: 1000px) {
    .pcn {
        display: none;
    }
}

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

#main {
    margin-top: 50px;
}

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

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

h1 img {
    margin: 20px 0 0;
    width: 80%;
}

h1 span {
    display: block;
    margin: 5px 0 0;
    padding: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}

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

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

h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 20px 10px 15px;
}

.sen1 {
    padding: 0 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 300;
    text-align: left;
}

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

.item h4 {
    font-family: 'Slabo', serif;
    font-size: 18px;
    font-size: 1.8rem;
    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: 100%;
    margin: 0 0 15px;
}

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

.item > div > section > a {
    display: table;
    padding: 0 10px;
}

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

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

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

.item h5 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.jmp a {
    width: 80%;
    max-width: 450px;
    border: solid 3px #000;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px;
    position: relative;
    margin: 40px auto 0;
    font-weight: bold;
}

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

.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;
}

/* スライドショー
--------------------------------------*/
@media only screen and (max-width:320px) {
    #iCdSlick {
        width: 320px;
        height: 280px;
    }
}

@media only screen and (min-width:321px) and (max-width:767px) {
    #iCdSlick {
        width: 360px;
        height: 300px;
    }
}

@media only screen and (min-width:768px) and (max-width:768px) {
    #iCdSlick {
        width: 768px;
        height: 260px;
    }
}

/* 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: 100%;
    margin: 0 auto;
    padding: 50px 0 0;
}

/* slick
============================================*/
.slick-dots {
    bottom: -35px !important;
}


@media only screen and (max-width: 812px) {
    .slickA {
        padding: 40px 30px 0;
    }

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

.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: 14px;
    font-size: 1.4rem;
    padding: 20px 10px;
}


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

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

/* 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: 22px;
    }

    .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 img {
        margin-bottom: 10px;
    }

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

/*  rktn_mov
--------------------------------------*/
.rktn_mov {
    padding: 0;
    margin: 0 auto 5em;
    position: relative;
    width: 96%;
    height: 0;
    padding-top: 67% !important;
}

.rktn_mov > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#link ul {
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

#link ul a {
    width: calc(100% / 2 - 2px);
    margin: 1px;
}

#link li {
    background-color: #efefef;
    color: #000000;
    border-right: solid 2px #fff;
    padding: 10px 5px;
    font-size: 120%;
    text-align: center;
    list-style: none;
    font-size: 14px;
    margin-top: 2px;
}

#link li:hover {
    background-color: #CCCCCC;
}

.topFeature_full {
    margin-bottom: 2em;
}

.con_title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.con_text {
    text-align: center;
    margin: 0 0 2rem;
}

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

.goods ul {
    display: flex;
    flex-flow: row wrap;
}

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

.sp_none {
    display: none;
}

/* menu list */
#menu-list {
    opacity: 0;
    position: fixed;
    bottom: 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 {
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}

#menu-list ul li {
    /* width: calc(100% / 7); */
    /* display: table-cell; */
    text-align: center;
    vertical-align: middle;
    /* border-left: dotted 1px #fff; */
    flex-wrap: wrap;
    justify-content: flex-end;
    text-align: center;
    color: #635e57;
}

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

#menu-list ul li a {
    /* height:100%; */
    padding: 10px 5px;
    /* font-weight:bold; */
    font-size: 10px;
    font-size: 1rm;
    display: block;
    line-height: 1.3;
    text-align: center;
}

#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#bs07a,
p#bs08,
p#bs09,
p#bs07 {
    margin-top: -4em;
    padding-top: 4em;
}
p#bs10 {
    margin-top: -4em;
    padding-top: 4em;
}
#marin{
    padding-top: 10px;
}
#basketHeader{
    overflow:auto;
    padding:15px 5px 30px 5px;
    text-align:center;
}
.maintitle {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.mt50{
    margin-top:50px;
}