@charset "UTF-8";
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
    margin-bottom: 20px;
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 {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:middle;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/* Preload images */
body:after {
  content: url(https://miyuki-store.com/img/close.png) url(https://miyuki-store.com/img/loading.gif) url(https://miyuki-store.com/img/prev.png) url(https://miyuki-store.com/img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://miyuki-store.com/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://miyuki-store.com/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://miyuki-store.com/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2em;
  padding-top:.5em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 1em;
  height: 1em;
  background: url(https://miyuki-store.com/img/close.png) top right no-repeat;
  background-size:1em;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* レイアウト
**********************************************************************/

    .sp_login { display: none; }
#sysAll{
  width:100% !important;
  padding:0 !important;
  margin:0 auto !important;
  background-color:none !important;
    background: #fff;

}
#sysHeader{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
    background: #fff;
}
#sysMain {
    float: right;
    width: 904px !important;
    background: #fff;
    padding: 0 !important;
    margin:0 !important;
    margin-bottom: 50px !important;
  border: none;
}
#sysAside {
    float: left !important;
    width: 250px !important;
    padding:0 !important;
    margin:0 !important;
    margin-bottom: 50px !important;
}
#sysFooter{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
}
#sysWrap {
    width: 904px;
    margin: 0 auto;
    padding-top: 20px;
}
#sysWrap:after {
    display: block;
    clear: both;
    content: "";
}
@media screen and (min-width: 641px) {
#sysAll {
    max-width: 904px !important;
}
}
@media screen and (min-width: 769px) {
    #sysAll {
        min-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #sysAll {
        min-width: 100%;
    }
}
@media screen and (max-width:641px){
   #sysAll{
        min-width: 100%;
  }
    div#sysMain {
        float: right;
        width: 100% !important;
        background: #fff;
        padding:0 !important;
        margin:0 !important;
        margin-bottom: 50px !important;
    }
    div#sysAside{
    float: left !important;
    width: 100% !important;
    border-left: none;
    padding:0 !important;
    margin:0 !important;
    margin-bottom: 50px !important;
    }
    div#sysFooter{
      clear:both;
    }

  }

@media screen and (max-width:640px){
    .sysDisplayMobileNone{
        display:none;
    }
}
@media screen and (max-width:640px){
    div.sysMemberAgreement{
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
}
@media screen and (min-width:641px) and (max-width:768px){
    .sysDisplayTabletNone{
        display:none;
    }
}
@media screen and (min-width:769px){
    .sysDisplayPcNone{
        display:none;
    }
}

.sysContent {
    padding: 0 !important;
}
/* --------------------------------
 * base
 * -------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    color: #000;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    /*font-family: Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;*/
    -webkit-font-smoothing:antialiased;
}
a {
    text-decoration: none;
    color: #384e7f;
    cursor: pointer;
    line-height: 1.5;/*
    border-bottom: 1px solid #231815;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a:hover {
    color: #5581e2;
    border-color: #5581e2;
}
a:active, a:focus {
    color: #5581e2;
    outline: 0;
}
a:hover img{
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    /*-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;*/
}
a span:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.cf:after {
    display: block;
    clear: both;
    content: "";
}
.left {
    float: left;
}
.right {
    float: right;
}
li {
    list-style: none;
}

@media screen and (min-width: 769px) {
    body {
        min-width: 1086px;
    }
}
@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
}
/* --------------------------------
 * head-tool
 * -------------------------------- */
.head-tool {
    width: 100%;
    color: #000;
    margin: 0 auto;
  background: #fff;
}
.head-tool .inner {
    position: relative;
}
.head-tool p {
    position: absolute;
    top: 0;
    right: 0;
}
.head-tool p img { margin-left: 15px; }
/* --------------------------------
 * layout
 * -------------------------------- */
.header {
    margin: 0 auto;
}
.navigation {
  
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #3a3732;
    text-align: center;
}
footer {
    width: 100%;
    color: #fff;
    margin: 0 auto;
}
.header, footer {
    text-align: left;
}
.main {
    margin-bottom: 0;
}
.content {
    width: 100%;
    margin: 0 auto;
  padding-top: 20px;
  background: #fff;
}
.content .inner {
}
/*
wrapper
*/
.inner {
    width: 904px;
    margin: 0 auto;
}
.inner_nav {
    width: 100%;
    height: 90px;
    margin: 0 auto;
}
.wrap {
    width: 100%;
}
@media screen and (max-width: 768px) {
.content {
    width: 100%;
    margin: 0 auto;
  padding: 10px;
  background: #fff;
}
    .inner {
        width: 100%;
    }
}
@media screen and (max-width: 960px) {
    .wrap {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .main {
        padding-top: 0;
    margin-bottom: 0;
    }
    header {/*
        height: 70px;*/
    }
}

/* --------------------------------
 * header
 * -------------------------------- */

.header .left h1 a {
    margin: 10px 0 0;
    display: block;
    width: 482px;
    height: 72px;
    background: url(https://miyuki-store.com/img/common/header_logo.jpg) no-repeat;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: none;
    -webkit-transition: all 0.0s ease;
    -moz-transition: all 0.0s ease;
    -o-transition: all 0.0s ease;
    transition: all  0.0s ease;
}
.drawer-hamburger { display: none !important; }
.pc_none {
    display: none;
}
.sp-tool {
  padding: 10px;
}
.sp-tool li{
    width: 49%;
  border: 1px solid #ede9e2;
  margin-right: 1%;
    display: inline-block;
    text-align: center;
font-size:10px;
}
.sp-tool li:last-child {
    width: 49%;
    margin-right: 0;
    margin-left: 1%;
}
.sp-tool li a {
font-size:2vw;
    line-height: 35px;
    height: 35px;
    color: #3d3d3d;
    padding: 0 4px;
}
.sp-tool li a:hover {
    color: #ccc;
}
.sp-tool li a i {
    padding-right: 4px;
}

.sp-tool li a img {
    vertical-align: middle;
}
.sp-tool li:first-child {
width:39%
}
.sp-tool li:last-child {
width:59%
}
@media screen and (max-width: 768px){
    .header {
        height: 62px;
    width: 100%;
    }
  .header .inner {
    background: #fff;
      z-index: 105;
    position: fixed;

    opacity: 0.95;
  }
    .header .left h1 a {
        margin: 15px 0 10px;
        display: block;
        width: 241px;
        height: 37px;
        background-size: 100%;
    }
    .pc_none {
        display: block;
    }
    .sp_none {
        display: none;
    }
  .drawer-hamburger { display: block !important; }
}



/* --------------------------------
 * nav
 * -------------------------------- */
.navigation {
    margin: 0 auto;
    text-align: center;
}
.gnav {
    width: 904px;
    margin: 6px auto;
}
.gnav li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px;
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    font-family: "Yu Mincho", "YuMincho", serif;
    border-right: 1px solid #e0e0e0;
    position: relative;
}
.gnav li:first-child {
    padding-left: 14px;
}
.gnav li:last-child {
    border-right: none;
    padding-right: 14px;
}
.gnav li a {
    display: block;
    line-height: 1.5;
    color: #000;
    border-bottom: none;
}
.gnav li a:hover {
    filter:alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
}
@media screen and (max-width: 768px) {
    .navigation { display: none; }
}
/*bread*/
.bread {
    padding: 10px;
    background: #ececec;
    text-align: left;
}
.bread_wrap {
    margin: 0 auto;
    width: 960px;
}
#breadcrumb {
    font-size: 1.2rem;
    font-size: 12px;
    margin-left: 10px;
}
#breadcrumb ul li {
    display:inline-block;
    margin-bottom: 3px;
}
#breadcrumb a {
    border-bottom: none;
    color: #587e95;
}
@media screen and (max-width: 960px) {
    .bread_wrap {
        width: 100%;
    }
}
/* --------------------------------
 * main
 * -------------------------------- */
/*top*/

.sysFuncText.main_visual {
text-align:center;
}
.main_content {
    float: right;
    width: 817px;
    background: #fff;
    margin-bottom: 50px;
  padding: 15px;
  border:none;
}
.side_content {
    float: left;
    width: 250px;
    margin-bottom: 50px;
}

.item-container {
    margin: 10px auto 0;
    padding: 0 10px 10px;
    border-bottom: 1px solid #e0dfda;
}
.item-container .item {
    float: left;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 15px;
    width: 25%;
    position: relative;
}

.item-container .item span {
    position: absolute;
    right: 9px;
    top: 10px;
    background: #ef8d2c;
    color: #fff;
    padding: 4px;
    width: 40px;
    text-align: center;
}
.item-container .item img {
    width: 92%;
    padding-bottom: 8px;
    border: 20px solid #fff;
}
.item-container .item p {
    line-height: 1.4;
}
.item-container p.catch img {
    max-width: 123px;
}
.item-container .item p.item-title {
    font-size: 1.2rem;
    font-size: 12px;
}
@media screen and (max-width: 960px) {
    .main_content {
        width: 76%;
    }
    .side_content {
        width: 24%;
    }
}
@media screen and (max-width: 768px) {
    .main_content img, .side_content img {
        width: 100%;
    }
    .main_content {
        border-right: none;
        margin-bottom: 0;
    }
    .main-banner {
        padding: 0 0 10px 0;
    }
    

    .main-banner span {
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        padding: 8px;
        font-size: 14px;
        line-height: 1;
        width: 100%;
    }
    .main_content, .side_content {
        width: 100%;
    }
    .main_content {
        border-left: none;
    }
}
@media screen and (max-width: 640px) {
    .item-container .item {
        width: 50%;
    }
    .item-container .item img {
        width: 92%;
        padding-bottom: 8px;
        border: 15px solid #fff;
    }
}
/*side*/
.asideCnt {
    border-color: #ede9e2 !important;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    /* border-right: 0px !important; */
    box-shadow: 0px 0px 0px grey;
    margin-bottom: 0 !important;
    background: #fff;
}
.asideCnt .sysContent{
    margin: 0 20px;
}
.asideCnt .sysContent ul {
    padding: 20px 0 26px;
}
.asideCnt .sysContent ul li {
    margin-bottom: 10px;
    line-height: 1.6;
    padding: 2px 0;
    text-align: left;
    cursor: pointer;
}
.asideCnt .sysContent ul li a{
    padding: 0 0 0 15px;
    font-size: 1.3rem;
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
    margin: 5px 0;
  }
  .category-brand {
    border-bottom: 1px solid #ede9e2 !important;
  }
.search_box {
    padding: 15px;
    background: #e6e6e6;
  }
.sysItemSearchForm {
    position: relative;
}
.search_box input {
    margin-top: 2px;
    background: #fff;
    border: 1px solid #cccccc;
    height: 44px;
    width: 100%;
}
@media screen and (min-width: 769px){
    .search_box input[type=search] {
        margin-top: 2px;
        padding: 10px 50px 10px 8px !important;
        line-height: 1.2;
        border: 1px solid #ccc;
    }
    .search_box input.sysSearchButton {
        position: absolute;
        border: none;
        /* padding: 10px; */
    width: 38px !important;
        /* background: #000; */
        /* color: #fff; */
        text-indent: -999px;
    height: 27px;
        right: 8px;
        top: 8px;
        background: url('https://miyuki-store.com/img/side/search_out.png') 50% 50% no-repeat;
    }
}
.side-banner-box {
    padding: 10px 9px;
}
.side-banner-box p {
    margin-bottom: 10px;
}
.side-banner-box p:last-child {
    margin-bottom: 0;
}
.side-banner-box p img {
    width: 100%;
}
.side-top-box {
    padding: 0 0 10px;
}
.side-top-box p.newuser {
    text-align: center;
    margin-bottom: 10px;
}
.side-top-box p.newuser a{
    display: block;
    background: #3d4b72;
    padding: 10px 0;
    margin: 0 auto;
    width: 240px;
    border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.side-top-box p.newuser a:hover{
    background: #586ea0;
}
.side-top-box p.newuser a img{
    width: 230px;
    text-align: center;
}
.side-top-box span.sidelogin {
    display: block;
    text-align: center;
    margin-top: 10px;
}
.side-top-box span.sidelogin a{
text-decoration: underline;
}
.s-category, .s-case {
    padding: 10px 9px;
    border-bottom: 1px solid #e0dfda;
}
.asideCnt .sysHeadline {
    color: #fff !important;
    line-height: 1.2;
    font-weight: bold;
    padding: 15px 20px;
    margin: 0 20px;
    font-size: 100%;
}
.s-category ul li, .s-case ul li {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    padding: 3px 5px 3px 10px;
}
.s-category ul li a:hover, .s-case ul li a:hover {
    color: #6c473d;
    border-color: #6c473d;
}
.s-category ul li.sysText a, .s-case ul li.sysText a {
    padding: 0 !important;
}
.s-banner {
    padding: 10px 9px;
}
.s-banner li {
    margin-bottom: 10px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(235, 230, 225);
}
.s-banner li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .cate_box {
        padding: 0;
    border-color: #F3F3F3;
    }
    .cate_box .catch img {
        max-width: 148px;
    }
    .cate_box ul li {
        line-height: 2;
    }
    .cate_box ul a:last-child {
        border-bottom: none;
    }
    .cate_box ul a {
        display: block;
        border-bottom: 1px solid #e0dfda;
    }
}

.side-banner-box {
    padding: 20px 0 10px;
}
.side-banner-box p {
    margin-bottom: 20px;
}.side-banner-box p:last-child {
    margin-bottom: 0;
}
.side-banner-box p.newuser {
    text-align: center;
    margin-bottom: 10px;
}
.side-banner-box p.newuser {
    text-align: center;
    margin-bottom: 10px;
}
.side-banner-box p.newuser a{
    display: block;
    background: #801966;
    padding: 0 0;
    margin: 0 auto;
    width: 190px;
    border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.side-banner-box p.newuser a:hover{
    background: #a02c83;
}
.side-banner-box p.newuser a img{
    width: 100%;
    text-align: center;
}
.side-banner-box span.sidelogin {
    display: block;
    text-align: center;
    margin: 10px 0 15px;
}
.side-banner-box span.sidelogin a{
text-decoration: underline;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.4;
}
.side-banner-box p img {
    width: 100%;
}
.cate_box {
    background: #F3F3F3 !important;
    margin-bottom: 10px !important;
    border-bottom: 0px solid #F3F3F3;

    border-width: 0 6px 1px !important;
    border-color: #f2f2f2 !important;
}
.cate_box .sysHeadline {
    border-bottom: 1px solid #F3F3F3;
}
#sysAside .catch {
    background: #801966;
    color: #fff !important;
    line-height: 1.2;
    color: #0098BC;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 15px 10px ;
}
.cate_box ul {
    background: #fff;
    padding: 6px 0;
    margin: 0 6px 6px;
}
/*.cate_box ul a li {
    border-bottom: 1px solid #231815;
}*/
.cate_box ul a li:hover {
    color: #525252;
    border-color: #525252;
}
.sidebanner_box {
    padding-bottom: 10px;
    border-bottom: 1px solid #e0dfda;
}
.sidebanner_box p {
    padding: 10px;
}
.sidebanner_box p img {
    width: 100%;
}
.cate-category {
    background: #fff;
    padding: 25px 15px 0;
    border: 1px solid #ede9e2;
    border-bottom: 0; 
}
.cate-category .side_title {
    background: url(https://miyuki-store.com/img/side/side_searchicon.png) left top 5px no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 0 25px 20px;
}
@media screen and (max-width: 768px) {
    .cate_box {
        padding: 0;
    }
    .cate_box .catch img {
        max-width: 148px;
    }
    .cate_box ul li {
        line-height: 2;
    }
    .cate_box ul a:last-child {
        border-bottom: none;
    }
    .cate_box ul a {
        display: block;
        border-bottom: 1px solid #e0dfda;
    }
}
}
#sysAside .all_cate {
    background: #F3F3F3;
    margin-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
}
.toggle-box {
    background: #fff;
    margin: 0 6px 6px; }
    .toggle {
            padding: 20px 0 10px;
        margin: 0 auto;}
        .toggle div {
            margin-bottom: 20px;
            font-size: 1.6rem;
            font-size: 16px;
            line-height: 1.6;
            padding: 2px 0;
            text-align: left;
            text-indent: 6px; }
        .toggle div:last-child {
            margin-bottom:10px; }
        .toggle div a{
            display: block; }
        .toggle div a span{
            font-size: 1.2rem;
            font-size: 12px;
            line-height: 32px;
            padding-left: 8px;
            color: #441b38;
            margin: 10px 0; }
.hide { display:none; }
/* business */
.newItemCnt {
    margin: 0 auto;
    padding: 0 0;
    font-size: 1.3rem;
    font-size: 13px;
}
.newItemCnt h2 {
    background: url(https://miyuki-store.com/img/top/ttl_product.png) left top no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: nor;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.newItemCnt .newItem-link-box-wrapper { 
    background: #ddd;
    margin: 20px auto;
    width: 100%;
    font-size: 1.5rem;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    overflow:hidden;
    border: 1px solid #ddd;
    border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }
.newItemCnt .newItem-link-box-wrapper div { 
    width: 50%;
    line-height: 1;
    background: #fff;
    vertical-align: middle;
    float:left;
cursor: pointer;}
.newItemCnt .newItem-link-box-wrapper div span {
  display: block;
    padding: 30px 20px;
}
.newItemCnt .newItem-link-box-wrapper div span.tab_men {
  color: #333;
}
.newItemCnt .newItem-link-box-wrapper div span.tab_lady {
  color: #c82c37;
}
.newItemCnt .newItem-link-box-wrapper div a.current span.tab_men {
    color: #fff;
  background: #333;
}
.newItemCnt .newItem-link-box-wrapper div a.current span.tab_lady {
    color: #fff;
  background: #c82c37;
}
.newItemCnt .newItem-link-box-wrapper div a.current { background:#none; color: #fff;
    font-weight: normal;
cursor: default;}

@media screen and (min-width: 0px) and (max-width: 768px) {
.newItemCnt {
    border-bottom: none;
}
}
@media screen and (min-width: 0px) and (max-width: 768px) {
    .title { width: 90%; }
    .store_box { width: 90%; }
    .company, .recruit, .business, .top_box { width: 90%; }
    ul.store_link { width: 90%; }
    .top_box {
        padding-top: 20px; }
    .top_box .left {
        float: none; }
    .t_title {
        margin-left: 0;
        width: 100%; }
    .t_text {
        margin-left: 0;
        margin-bottom: 10px;
        height: auto;
        width: 100%;
        font-size: 1.4rem;
        font-size: 14px; }
    .t_link {
        width: 100%;
        font-size: 1.2rem;
        font-size: 12px;
        margin-left: 0; }
     .top_box img {
         padding-top: 20px;
         width: 100%; }
    .store .s_text .s_title {
        font-weight: bold; }
    .store .s_img, .store .s_text {
        margin: 0 auto;
        float: none; }
    .store .s_img {
        width: 260px;
        padding-bottom: 20px;
        text-align: center; }
    .store .s_text {
        width: 100%;
        text-align: left; }
    .store .s_img img {
        width: 260px;
        height: 195px;
        overflow: hidden; }
}
@media screen and (min-width: 0px) and (max-width: 600px) {
    .title { margin-top: 20px; }
  ul.store_link img {
    display: none; }
  .store { font-size: 14px; }
  .s_slash {
    display: none; }
  .sp_block {
    margin: 6px 0; }
    table, tbody, thead, tfoot, tr, th, td {
        display: block; }
    .recruit table th  {
        width: 100%;
        font-weight: bold;
        border: none;
        padding: 10px 0px; }
    .recruit table td  {
        width: 100%;
        padding: 10px 0px; }
    .company table th {
        width: 100%;
        margin-left: 16px;
        text-align: left;
        padding: 10px 0px; }
    .company table td {
        /*width: 100%;*/
        margin-left: 0;
        padding: 10px 0px; }
    .transparent table td {
        width: 100%;
        margin-left: 0 !important;
        padding: 10px 0px;
        }
.transparent tr {
  
        border: 0 !important;
}
    .transparent td {
     font-size: 3vw;
     display: inline-block;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left:  0 !important;
        border-right: 0 !important; }
        .transparent td.bank {
            width: 100%;
            border-left:  4px solid #fd9cff !important;
            padding-left: 10px;
            margin: 20px 0;
        }
}

/* --------------------------------
 * shopping_guide
 * -------------------------------- */
.shopping_guide {
    width: 100%;
    color: #000;
    margin: 0 auto;
    line-height: 1.6;
    padding: 40px 0;
}
.shopping_guide div.four_line {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}
.shopping_guide div.four_line a.sg_more {
    background-color: #0098bc;
    cursor: pointer;
    color: #fff;
    padding: 5px 14px;
    text-decoration: none;
    margin-left: 6px;
    display: inline;
}
.shopping_guide div.four_line p.footer_title {
    color: #333;
    width: 100%;
    font-weight: bold;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
}

.shopping_guide div.four_line .midasi {
    font-weight: bold;
    background: url(https://miyuki-store.com/img/page/footer_arrow.png) no-repeat 0 50%;
    width: 100%;
    text-indent: 1.0em;
    font-size: 1.8rem;
    font-size: 18px;
    margin-top: 10px;
}
.shopping_guide div.four_line img {
    margin: 8px 0;
}
.shopping_guide div.four_line p {padding: 5px 0;
}
@media screen and (max-width: 768px){
    
.shopping_guide div.four_line img {
    width: 100%;
}
}
/* --------------------------------
 * footer
 * -------------------------------- */
#pageTop { 
    display: none;
    position: fixed;
    bottom:50px;
    right: 10px;
    width:48px;
    height:48px;
    z-index: 10;
    cursor: pointer;/*
    background: #6A361F;*/
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; }
.copyright {
    text-align: center;
    font-size: 1.1rem;
    font-size: 11px;
}
.copyright {
    text-align: center;
    font-size: 1.1rem;
    font-size: 11px;
}
footer .footer_nav {
    background: #ff89a5;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    padding: 15px 0;
}
footer .footer_copy{
    background: #ef6080;
    width: 100%;
    color: #fff;
    margin: 0 auto;
    padding:40px 0;
}
footer .footer_nav a{
    color: #fff;
}
footer ul {
    text-align: center;
}
footer ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
footer ul li:last-child {
    border-right: none;
}
footer a {
    color: #fff;
    line-height: 1.6;
    border-bottom: none;
    font-size: 1.2rem;
    font-size: 12px;
}
footer a:hover {
    color: #fff;
}
@media screen and (max-width: 768px){
  footer .footer_nav {
    padding: 0 0;
  }
    footer { padding: 0; }
    footer ul li {
        padding: 0;
        display: block;
        border-right: none;
        border-bottom: 1px solid #fff;
    }
    footer ul li:last-child {
        border-bottom:none;
  }
    footer ul li a {
        padding: 15px;
        display: block;
    }
    .copyright {
        padding: 20px 0 20px;
    }
}
.alert {
  font-size: 1.6rem;
    font-size: 16px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    text-align: left;
    padding: 20px 20px 10px 20px;
    margin: 40px auto 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*
 *  aishipR system tag
 */
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    -webkit-appearance: none;
    background-color: #fd7a29;
    background-image: -webkit-linear-gradient(top, #fcbc30, #fd7a29);
    background-image: linear-gradient(to bottom, #fcbc30, #fd7a29);
    color: #fff;
    border: 1px solid #fd962c;
    padding: 10px 8px;
    font-size: 1.3rem;
    font-size: 13px;
    font-weight: bold;
    width: 80%;
     /* margin: 1.5em auto;*/
    /* padding-top: 10px; */
    /* text-align: center; */
    cursor: pointer;
    border-radius: 4px;
    /* float: right; */
    /* width: 30%; */
}

#sysBasket #sysMain {
    padding: 10px 9px !important;
}
.sysCartTitle {
    background-color: #fff;
    border-left: 6px solid #eae6e1;
    font-weight: bold;
    /* margin-bottom: 10px; */
    /* padding-left: 10px; */
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    color: #333;
    margin: 20px 0;
    padding: 0 0 0 10px;
}
.sysCart #sysMain input[type=submit], .sysCart #sysMain button[type=submit], .sysCart #sysMain button {
    -webkit-appearance: none;
    background: #888;
    color: #fff;
    border: none;
    padding: 6px 8px;
    font-size: 1.2rem;
    font-size: 12px;

    line-height: 1.6;
    font-weight: bold;
    /* width: 80%; */
    margin: 10px auto 5px;
    /* padding-top: 10px; */
    /* text-align: center; */
    cursor: pointer;
    border-radius: 4px;
    /* float: left; */
    width: 30%;
}
.sysSubTotalArea {
    padding: 17px 0;
    font-size: 18px;
}
.table_list_image {
width: 100%;
}
.table_list_image tr td {
display: inline-block;
width: 100px;
padding-right:10px;
}
.table_list_image tr td a img {
max-width: 100px;
}

.s-price {
    border-width: 0 6px 6px !important;
}
.sysAccordion:after {
    content: '+';
color: #801966;
    position: absolute;
    right: 10px;
top: 0;
    font-weight: normal;
}
.sysAccordionHide:after {
    content: '-';
}
.mainCnt {
    border-color: #fff;
    border-style: solid;
    border-radius: 0px;
    border-width: 0px;
margin-top: 20px;
padding-bottom: 20px;
    box-shadow: 0px 0px 0px gray;
}
.mainCnt .sysHeadline {
    border-bottom: 0;
    background-color: #fff;
    color: #ffffff;
    font-size: large;
    padding: 5px 0;
}

.mainCnt .sysHeadline img{
padding-bottom:26px;
}

.mainCnt h2.sysHeadline {
    padding: 46px 0 26px;
    font-size: 2.2rem;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    color: #3c3c3c;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
.mainCnt h2.sysHeadline small {
    font-weight: normal;
    font-size: 1.1rem;
    font-size: 11px;
    letter-spacing: 0;
}
.sepalate {
    margin: 15px auto 12px;
    height: 5px;
    width: 15px;
    background: #e784b4;
    display: block;
}
.mainCnt {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.4;
}
@media screen and (max-width: 768px) {
.main-banner-half {
    float: none;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 48%;
    vertical-align: top;
}

  .mainCnt h2.sysHeadline {
    padding: 26px 0 16px;
    font-size: 3vw;
  }
  .sepalate {
    margin: 10px auto 6px;
    height: 5px;
    width: 10px;
  }
  .mainCnt h2.sysHeadline small {
    font-weight: normal;
    font-size: 1vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .mainCnt h2.sysHeadline {
    padding: 15px 0 10px;
    font-size: 4vw;
  }
  .sepalate {
    margin: 10px auto 10px;
    height: 5px;
    width: 10px;
  }
  .mainCnt h2.sysHeadline small {
    font-weight: normal;
    font-size: 2vw;
    letter-spacing: 0;
  }
}
.cate_sample li, .special_banner li {
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 50%;
}
.cate_sample li:nth-child(even), .special_banner li:nth-child(even) {
    padding-left: 10px;
    padding-right: 0;
}
.cate_sample:after, .special_banner:after {
    display: block;
    clear: both;
    content: "";
}
.birth_banner li:first-child {
    padding-bottom: 20px;
}
/*下層*/
.sysItemCategoryPankuzu, .sysCategoryPankuzu {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.2;
    background: #f5f5f5;
    padding: 5px 15px 15px;
    border-top: 1px solid #d7d7d7;
}
.sysItemCategoryPankuzu, .sysItemCategoryPankuzu a, .sysItemCategoryCtl, .sysItemCategoryCtl a  {
    color: #2d2d2d;
}

/*
#sysItemCategory .sysItemCategoryPankuzu, .sysCategoryPankuzu {
padding-top:10px;
}
*/
#sysMain .sysItemName h1 {
    /* margin-bottom: 10px; */
    /* padding-left: 10px; */
    font-size: 24px;
    font-size: 2.4rem;
font-weight:normal;
    line-height: 1.4;
    margin: 30px 0 30px;
}
#sysMain .orderArea .sysItemName h1 {
    border-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}
#sysMain .orderArea .sysItemName,
#sysMain .orderArea .sysItemViewId,
#sysMain .orderArea .sysRetailPrice 

 {
  margin-bottom:20px;
}

#sysMain .orderArea .sysRetailPrice {
  margin-right:10px;
}
.sysNumArea {
    margin-top: 10px;
}

#sysMain .orderArea .sysItemViewId span,
#sysMain .orderArea .sysRetailPrice,
#sysNumber {
  font-weight: bold !important;
}
#sysMain .orderArea .sysItemName h1 span {
  font-weight:normal !important;
  }
.sysMainImage.sysMainImageModal img {
    padding-bottom: 10px;
    width: 100%;
}
.sysDescription {
    padding: 0;
    float: left; 
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.8;
    width: 100%;
    /* clear: both; */
}
#sysDescription {
padding: 10px 0;
border-top: 1px solid #ececec;
border-bottom: 1px solid #ececec;
}
#sysDescription p{
    word-break: break-word !important;
}
.sysDescription:after {
    display: block;
    clear: both;
    content: "";
}
.order_right {
    float: left; 
width:50%;
}
#sysItemDetail .sysShare {
    margin-top: 20px;
    padding: 10px 10px;
    background: #f1f1f1;
    /* float: right; */
    width: 90%;
    text-align: center;
}
button.sysButton {
    padding: 5px 10px;
    margin-top: 20px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    width: 40%;
}
#sysSubmit input.sysCartButton {
    -webkit-appearance: none;
    color: #fff;
    border: none;
    padding: 20px 8px;
    font-size: 2.4rem;
    font-size: 24px;
    font-weight: bold;
    width: 99%;
margin-top:10px;
    background-color: #fd7a29;
    background-image: -webkit-linear-gradient(top, #fcbc30, #fd7a29);
    background-image: linear-gradient(to bottom, #fcbc30, #fd7a29);
    cursor: pointer;
    border-radius: 4px;
    /* float: right; */
    /* width: 30%; */
    border: 1px solid #fd962c;
}
button.sysBtnPlus, button.sysBtnMinus {
    -webkit-appearance: none;
    background: #888;
    color: #fff;
    border: none;
    padding: 6px 8px;
    font-size: 1.2rem;
    font-size: 12px;
    font-weight: bold;
    /* width: 80%; */
    margin: 10px auto 5px;
    /* padding-top: 10px; */
    /* text-align: center; */
    cursor: pointer;
    border-radius: 4px;
    /* float: left; */
    width: 49%;
}
#sysItemDetail .sysRetailPrice {
    /* font-size: large; */
    font-size: 1.4rem;
    font-size: 14px;
    padding: 6px 9px 7px 0;
    color:#222;
    /* 10/28指示により変更前 color: #ec4d33; */
    /* clear: both; */
}
span.sysRetailPriceValue {
    font-size: 3.0rem;
    font-size: 30px;
    font-weight: normal;
    color: #b54e53;
}
#sysExplanation {
margin:26px 0 0;
line-height:1.6;
}
.sysThumbnailImage {
    /* vertical-align: top; */
}
.order-left{width:50%;}
.order-right {
margin-left:4%;
width:46%;
}
.orderArea .sysThumbnailImage {
    float: left;
    width: 48%;
    margin-right: 2%;
    /* vertical-align: top; */
}
.orderArea {
}
.orderArea:after {
    display: block;
    clear: both;
    content: "";
}
#sysMain article {
}
.sysItemList ul.sysThumbnail li {
    float: none !important;
    display: inline-block;
    float: none;
    width: 32% !important;
    vertical-align: top;
    padding: 0 0 15px 0 !important;
}
.sysItemList ul.sysThumbnail li a img {
    width: 100%;
    padding-bottom: 8px;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 0;
    border-left: 10px solid #fff;
}
#sysItemCategory .sysItemName {
margin-bottom:5px;
}
#sysItemCategory .sysItemName a {
font-weight:bold;
    font-size: 1.2rem;
    font-size: 12px;
line-height:1.4;color: #333333;}
.sysItemCategoryCtl {
    font-size: 12px;
}
.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 4px;
    background: none;
    border: 1px solid #999999;
    border-radius: 3px;
    text-decoration: none;
    margin: 2px 0;
}
.sysThumbnail form .sysCartButton {
    /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif; */
    -webkit-appearance: none;
    background: #801966;
    color: #fff;
    border: none;
    padding: 10px 8px;
    font-size: 1.3rem;
    font-size: 13px;
    font-weight: bold;
    width: 90%;
    margin: 15px auto;
    /* padding-top: 10px; */
    /* text-align: center; */
    cursor: pointer;
    border-radius: 4px;
 box-shadow: 0 0 0 3px #fff, 0 0 0 4px #801966;
}
.sysBlock.order_right div, div#right_block_order div {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
.sysItemList ul.sysThumbnail li {
    width: 48% !important;
}
.sysDescription {
    width: 100%;
    float: none; 
}
.order-left {
    width: 100%;
    float: none; 
}
.order-right {
margin-top:10px;
    float: none;
    width: 100%;
}

#sysSubmit input.sysCartButton, #sysItemDetail .sysShare, .orderArea .sysThumbnailImage, div#right_block_order{
float:none;
    width: 100%;
}
.orderArea .sysThumbnailImage img {
width: 100%;
}
#sysExplanation {
    margin: 0 0 26px;
}
}
@media screen and (max-width: 640px) {
.sysItemList ul.sysThumbnail li {
    width: 100% !important;
}
}

.shop_header {
    margin-bottom: 26px;
}
.shop_header p, .shoplist_main_content p {
    font-size: 1.2rem;
    font-size: 12px;
line-height: 1.6;
}
.shoplist_main_content p {
    margin-bottom: 10px;
}
.form-inquiry .sysForm {
    float: none;
    width: 100%;
}
.form-inquiry #sysMain {
padding: 10px 9px !important;
}

.form-inquiry #sysMain  input,
.form-inquiry #sysMain  textarea {
    border: 1px solid #b0b0b0;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4em;
}
.form-inquiry #sysMain input[type=submit] {
    border: 1px solid #da873f;
    color: #fff;
    background: #EE8D00;
    width: 30%;
    margin: 10px auto 0 70%;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
  border-radius: 4px;
}
.form-inquiry h2 {
padding: 10px 0 20px;
}
.form-inquiry .sysFormField {
    padding: 10px 0 20px;
}

#sysMypageLogin div#sysMain, #sysMemberRegisterIndex div#sysMain {
    padding: 10px 9px !important;
}
#sysMemberRegisterIndex .sysForm {
width:100%;
    float: none;
}
#sysMypageLogin h2, #sysMemberRegisterIndex h2{    padding: 10px 0 20px !important;
}
#sysMypageLogin .sysLoginForm .sysFormItem input , #sysMemberRegisterIndex .sysForm .sysFormItem input {
    padding: 10px;
    margin: 10px 0 20px;
    /* width: 80%; */
}
#sysMypageLogin .sysLoginForm .sysFormItem input {
 width: 100%; 
}
#sysMemberRegisterIndex .sysAddress2 .sysFormField input {
 width: 80%; 
}
#sysMemberRegisterIndex .sysMailaddress .sysFormField input {
 width: 50%; 
}
#sysMypageLogin .sysLoginForm form input[type=submit].sysLoginButton, #sysMemberRegisterIndex #sysMain #form_main input[type=submit] {
    border: none;
    color: #fff;
    background: #EE8D00;
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4em;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;

    -webkit-appearance: none;
}
#sysMemberRegisterIndex .sysForm .sysFormItem button.sysButton {
margin: 0 0 20px !important;
}
#sysMemberRegisterIndex .sysForm .sysFormItem .sysFormField select {
    margin: 10px 0 20px !important;
}
#sysPurchaseAuthMember .sysForm, #sysBillingAddress .sysForm {
float: none;
width: 100%;
padding: 10px 9px !important;
margin-bottom: 20px;
}
.sysBlock:after{
  content: "";
  display: table;
  clear: both;
}
.sysMainImage.sysMainImageModal {
    width: 100%;
}
.sysItemImages {
    padding: 0 0;
width:100%;
}
.sysItemImages .sysImageList li {
    float: left;
    height: 90px;
    width: 90px;
    margin: 2px;
    text-align: center;
    line-height: 90px;
}
ul.sysImageList {
    display: table-cell;
}
.sysItemImages .sysImageList li.sysCurrent img {
    border: 3px solid #ffc0cb;
}
@media screen and (max-width: 768px) {
.sysItemImages .sysImageList li {
    width: 33%;
}
.sysMainImage.sysMainImageModal {
    float: none;
    width: 100%;

    padding-right: 0;
}
ul.sysImageList {
    float: none;
    width: 100%;
padding-bottom:20px;
}
}
/*** Slideshow ***/
.swiper-pagination-bullet-active {
   /* background: #0098BC !important;*/
    opacity: 0.9 !important;
}
.swiper-pagination-bullet {
    background: #eee !important;
    opacity: 0.6;
}
.swiper-slide {
background-color: #f4f4f4; 
}
.swiper-container, .swiper-wrapper {  width: 926px; position: relative;}
.swiper-wrapper {padding: 0 0 0;
    margin: 0 auto;}
.swiper-wrapper {height: 426px; width: 926px;}
.post {
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.6;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.post img {display: block; float: left; width: 695px; position: relative; top: -20px; left: -30px;}
.post {padding: 20px 30px 0;}
.post p {padding-bottom: 14px;}
.post-category {font-size: 11px; color: #d9d9d9; text-transform: uppercase; margin-bottom: 5px;}
.post a {color: #000;}
.post .post-category a {text-decoration: none;}
.post .post-category a:hover {text-decoration: underline;}
.post h2 {margin-bottom: 5px;}
.post h2, .post h2 a {color: #000; font-size: 16px; font-weight: normal;text-decoration: underline;}
.post h2 a:hover {text-decoration: underline;}
.post .post-meta {font-size: 11px; font-style: italic; color: #656363; margin-bottom: 20px;}
.post .post-meta span, .post .post-meta a {color: #000; text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-style: normal;}
.post .post-meta a:hover {text-decoration: underline;}
.post .post-author {text-transform: uppercase;}
.post-content {margin-bottom: 15px; }
.mvisual_detail {
    text-align: left;
color: #000;
}
#larr, #rarr {display: block; width: 26px; height: 60px; position: absolute; top: 186px !important; opacity: 0.2; z-index: 99 !important;}
#larr {background: #000 url(https://miyuki-store.com/img/arrow_prv.png) 0 50% no-repeat; left: 0 !important;}
#rarr {background: #000 url(https://miyuki-store.com/img/arrow_nxt.png) 0 50% no-repeat; right: 0 !important;}
#larr:hover, #rarr:hover {opacity: 1;}
.post h2.mainv_title a {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.8;
}
@media screen and (max-width: 768px) {
    .swiper-container, .swiper-wrapper {width: 100%;    background-color: #f4f4f4;}
    #slideshow, .slideshow { height: 90vw; width: 100%; }
    .swiper-pagination-bullet-active {
   /* background: #0098BC !important;*/
    
    opacity: 0.9 !important;
}
    .mvisual_detail {
        padding: 10px 10px 40px;
    }
.swiper-pagination-bullet {
    background: #0098BC !important;
    opacity: 0.4;
}
.swiper-wrapper {background-color: #f4f4f4; height: auto; width: 100%;}
    .post img {
        width: 100%;
    display: block;
    float: none;
    position: relative;
    top: 0;
        left: 0;
    }
    .post {
     padding: 0;
}
.slick-slide div {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #F4F4F4;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.4;
}
    .post p.sphide {
        display: none;
    }
    .slick-slide p {
        padding-bottom: 4px;
    }
}
/*以下追加分*/ 
.setsumeibun table{
    width:450px;
    border:solid 1px #cccccc;
    align:center;
    background-color:#999999;

}
.setsumeibun td{
    width:90px;
    height:20px;
    background-color:#FFFFFF;
    color:#999999;
}
#feed {
    padding: 20px 0 0;
    clear: both;
}
#feed li {
    vertical-align: top;
    display:inline-block;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 50%;
}
#feed li:nth-child(even) {
    padding-left: 10px;
    padding-right: 0;
}
#feed li a img {
    /*padding-bottom: 8px;
    border-top: 20px solid #fff;
    border-right: 20px solid #fff;
    border-bottom: 0 solid #fff;
    border-left: 20px solid #fff;*/
}
#feed li a h4 {
line-height: 1.6;
}
#feed .rss-thumbnail p {
    width: 350px;
    height: 200px;
    overflow: hidden;
}

#feed li .tit {
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0;
}
#feed li .cate_btn{
    font-size: 1.2rem;
    font-size: 12px;
    background: #3d4b72;
    color: #fff;
    padding: 4px;
    margin-right: 4px;
    text-align: center;
}
.rss_wp {
padding-top:40px;
}
p.more_btn {
    text-align: center;
    margin-top: 30px;
}
.more_btn a {
    display: inline-block;
    background: #3d4b72;
    padding: 14px 50px;
    color: #fff;
    border-radius: 40px;
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
#feed li {
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
}
#feed li:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
}
#feed .rss-thumbnail p {
    width: 100%;
    height: 48vw;
    overflow: hidden;
}
#feed li a img {
width:100%;
}
.rss_wp{
margin-bottom:40px;
}
}
/*追加記入 */
table.shousai{
  width: 100%;
  font-size: 0.8em;
}

.shousai th{
  width: 26%;
  text-align: center;
  color: #FFFFFF;
  background-color: #888888;
  padding: 5px 0 3px 3px;
        border: 1px solid #AAAAAA;
  
}


.shousai td{
        width: 73%;
  background-color: #FFFFFF;
  color: #666666;
  padding: 5px 0 3px 3px;
        border: 1px solid #888888;
}

@media screen and (max-width: 600px){
.shousai th{
      width:100%;      
}
.shousai td{
      width:100%;
}
}

.sysReview{
  text-align: center;
}

.sysReview input{
    width: 40%;
    background: #3d4b72;
    border-radius: 4px;
    padding: 10px 8px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
    border: none;
}


.sysSelectionDescription{
  color: #FF5722;
  padding-bottom: 10px;
  font-size: 90%;
}

@media screen and (min-width: 768px) {
.sysExplanation img{
/*width:650px;*/
}
}

#sysSelections div{
margin-bottom: 8px;
}

@media screen and (max-width:640px){
@charset "UTF-8";
/* レイアウト
**********************************************************************/
@media screen and (max-width: 640px) {
.mv_container {
    padding: 0 !important;
    }
}
#sysAll{

  width:100% !important;
  padding:0 !important;
  margin:0 auto !important;
  background-color:none !important;
}
#sysHeader{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
}
#sysMain {
    float: right;
    width: 100% !important;
    background: #fff;
    border-left: 0;
    border-right: 0;
    padding:0 !important;
    margin:0 !important;
    margin-bottom: 50px !important;
}
#sysAside {
    float: left;
    width: 100% !important;
    border-left: 0;
    border-bottom: 0;
    padding:0 !important;
    margin:0 !important;
    margin-bottom: 50px !important;
}
#sysFooter{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
}

@media screen and (min-width: 769px) {
    #sysAll {
        min-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #sysAll {
        min-width: 100%;
    }
}
@media screen and (max-width:641px){
  #sysAll{
        min-width: 100%;
  }
    div#sysMain {
        float: right;
        width: 100% !important;
        background: #fff;
        border-left: none;
        border-right: none;
    padding:10px 10px !important;
        margin:0 !important;
        margin-bottom: 0 !important;
    }
    div#sysMain {
        min-height: 400px;
        height: auto !important;
        height: 400px;
    }
    div#sysAside{
    float: left;
    width: 100% !important;
    border-left: none;
    padding:0 0 !important;
    margin:20px 0 0!important;
    margin-bottom: 50px !important;
    }
    div#sysFooter{
      clear:both;
    }

  }

@media screen and (max-width:640px){
    #sysAll{ padding: 0 !important; }
    .sysDisplayMobileNone{
        display:none;
    }
}
@media screen and (max-width:640px){
    div.sysMemberAgreement{
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
}
@media screen and (min-width:641px) and (max-width:768px){
    .sysDisplayTabletNone{
        display:none;
    }
}
@media screen and (min-width:769px){
    .sysDisplayPcNone{
        display:none;
    }
}

.sysContent {
    padding: 0 !important;
}

/*tablet*/
@media screen and (min-width: 641px) {
}

@media screen and (max-width: 768px){
#sysWrap {
    margin-bottom: 0 !important;
   /*padding: 20px 10px;*/

    padding-top: 0;
    width: 100%;
}
}

@media screen and (max-width: 640px){
.sp_login ul li.sysText a {
    display: block;
    width: 80%;
    margin: 0 auto;
    background: #fcfdfa;
    text-decoration: none;
    /* border-radius: 4px; */
    color: ;
    font-size: ;
    line-height: px;
    background-color: ;
    background: -webkit-gradient(linear, left top, left bottom, from(), to());
    background: -webkit-linear-gradient(top, , );
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e0dfda;
    border-radius: 4px;
}
}

    .sp_login { display: none; }
@media screen and (max-width: 580px){
    .sp_login { display: block; margin-top: 20px; }
}

#menu_box .hnav_head {
    width: 100%;
    margin: 2vw auto 0;
    padding: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px){
    .search_box input[type=search] {
        margin-top: 2px;
        padding: 10px 50px 10px 8px !important;
        line-height: 1.2;
        border: 1px solid #ccc;
    height: 44px;
    }
    .search_box input.sysSearchButton {
        position: absolute;
        border: none;
        /* padding: 10px; */
    width: 40px !important;
        /* background: #000; */
        /* color: #fff; */
        text-indent: -999px;
    height: 27px;
        right: 8px;
    top: 8px;
        background: url(https://miyuki-store.com/img/side/search_out.png) 50% 50% no-repeat;

    }
}

@media screen and (max-width: 640px){
    .s-category, .s-case {
        padding: 0;
    }
    .s-category ul li, .s-case ul li {
        border-bottom: 1px solid #e0dfda;
        line-height: 2;
        padding: 8px 10px 8px 15px;
    }
    .s-category ul li:last-child, .s-case ul li:last-child {
        border-bottom: none;
    }


}
}
@media screen and (min-width:641px) and (max-width:768px){
@charset "UTF-8";
@media screen and (max-width: 768px) {
.mv_container {
    padding: 0 !important;
    }
}
    .sp_login { display: none; }
#sysAll{

  width:100% !important;
  padding:0 !important;
  margin:0 auto !important;
  background-color:#ff; !important;
}
#sysHeader{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
}
#sysMain {
    float: right;
    width: 904px; !important;
    background: #fff;
    padding: 0 !important;
    border: none;
    margin:0 !important;
    margin-bottom: 50px !important;
}
#sysAside {
    float: left !important;
    width: 250px !important;;
    background: #fff;
    padding:0 !important;
    margin:0 !important;
    margin-bottom: 50px !important;
}
#sysFooter{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
}

@media screen and (min-width: 769px) {
    #sysAll {
        min-width: 904px;
    }
}
@media screen and (max-width: 768px) {
    #sysAll {
        min-width: 100%;
    }
}
@media screen and (min-width:641px){
  #sysAll{
        min-width: 100%;
  }
    div#sysMain {
        float: right;
        width: 100% !important;
        background: #fff;
        border-left: none;
        border-right: none;
        padding:0 10px !important;
        margin:0 !important;
        margin-bottom: 0 !important;
    }
    div#sysMain {
        min-height: 400px;
        height: auto !important;
        height: 400px;
    }
    div#sysAside{
    float: left;
    width: 100% !important;
    border-left: none;
    padding: 0 0 !important;
    margin:0 !important;
    margin-bottom: 50px !important;
    }
    div#sysFooter{
      clear:both;
    }

  }

@media screen and (max-width:640px){
    .sysDisplayMobileNone{
        display:none;
    }
}
@media screen and (max-width:640px){
    div.sysMemberAgreement{
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
}
@media screen and (min-width:641px) and (max-width:768px){
    .sysDisplayTabletNone{
        display:none;
    }
}
@media screen and (min-width:769px){
    .sysDisplayPcNone{
        display:none;
    }
}

.sysContent {
    padding: 0 !important;
}
.sysFuncText.main_visual {
    margin-top: 0;
}

/*tablet*/
@media screen and (min-width: 641px) {
}
@media screen and (max-width: 768px) and (min-width: 641px){
#sysWrap {
    margin-bottom: 0;
    width: 100%;
}
}

#menu_box .hnav_head {
    width: 100%;
    margin: 2vw auto  0;
}


}
@media screen and (min-width:769px){
@charset "UTF-8";
    .sp_login { display: none; }
#sysAll{

  width:100% !important;
  padding:0 !important;
  margin:0 auto !important;
  background-color:#fff !important;
}
#sysHeader{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
}
.footerCnt {margin-bottom:0 !important;}
#sysMain {
    float: right;
    width: 904px !important;
    background: #fff;
    padding: 0 !important;
    border:none;
    margin:0 !important;
    margin-bottom: 50px !important;
}
#sysFooter{
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  clear:both;
  margin-bottom:0 !important;
}

@media screen and (min-width: 769px) {
    #sysAll {
        min-width: 980px;
    }
}
@media screen and (max-width: 768px) {
    #sysAll {
        min-width: 100%;
    }
}

@media screen and (max-width:640px){
    .sysDisplayMobileNone{
        display:none;
    }
}
@media screen and (max-width:640px){
    div.sysMemberAgreement{
        overflow: auto;
        -webkit-overflow-scrolling:touch;
    }
}
@media screen and (min-width:641px) and (max-width:768px){
    .sysDisplayTabletNone{
        display:none;
    }
}
@media screen and (min-width:769px){
    .sysDisplayPcNone{
        display:none;
    }
}

.sysContent {
    padding: 0 !important;
}
.table_list_image {
width: 100%;
}
.table_list_image tr td {
display: inline-block;
width: 100px;
margin-right:10px;
}
.table_list_image tr td a img {
max-width: 100px;
}

@media screen and (min-width:1920px)
.post-content{
    font-size: 1vw !important;
}

@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
 .sysNextSubmitAreaForUseAmazon{
width:110%;
float:none;
}

#sysMain input.sysBackButton{
display: block;
margin: 30px auto 0;
}

#useAmazonSubmitButton{
text-align:center;
}

#sysBasket #sysMain form input.sysBackButton{
margin-top: 30px;
}

.amazon-button-image-2017{
margin-top: 4px;
}

.sysBox, .sysAmazonSelectDelivery, .sysSelectHopeDeliveryComment{
text-align: left;
}

.sysCart .sysAcceptDomain a{
color:blue;
text-decoration: underline; 
}

}
}
.cate1_banner ul {
    text-align: center;
}
.cate1_banner ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 32% !important;
    padding: 0 2% 4% !important;
}
.movie_wrap {
  position:relative;
  width:100%;
  padding-top:56.25%;
margin-bottom:40px;
}
.movie_wrap iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
.p-freeitem .sysContent .sysHorizontal li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 32% !important;
    padding: 0 2% 15px !important;
    border-radius: 4px;
}
.p-freeitem .sysContent .sysHorizontal li .sysItemName {
margin-top:8px;
}
.p-ranking .sysContent .sysHorizontal li .sysItemPrice,
.p-freeitem .sysContent .sysHorizontal li .sysItemPrice {
margin-top:8px;
color:#801966;
    font-weight: bold;
}
.p-freeitem .sysContent .sysHorizontal li .sysItemName,
.p-freeitem .sysContent .sysHorizontal li .sysItemPrice {
text-align:left;
}
.p-title {
}
.free {
line-height:1.6;
    border: 1px solid #ccc;
    padding: 20px;
margin-bottom:20px;
}
.group {
    margin-top: 15px;
    padding: 20px;
    background-color: #eeeeee;
margin-bottom:15px;
    width: 100%;
}
.shopping_left img {
float:left;
padding-right:10px;
}
a.mouseover_line01 {
text-decoration:underline;
}
.free .q_a {
    background: url(https://miyuki-store.com/img/parts/icon_q.png) no-repeat center left;
    color: #442e1a;
    font-weight: bold;
    font-size: 16px;
    padding-left: 25px;
    margin: 10px 20px 10px 0;
}
.free h4 {
    background: url(https://miyuki-store.com/img/parts/arrow1.png) no-repeat center left;
    color: #442e1a;
    font-weight: bold;
    font-size: 16px;
    padding-left: 25px;
    margin: 10px 20px 10px 0;
}
.topic_box div.topic {
    width: 307px;
    margin: 15px 0 0 0;
    float: left;
    line-height: 25px;
}
.topic_box div.topic:nth-child(even)  {
    width: 307px;
    margin: 15px 0 0 0;
    float: right;
    line-height: 25px;
}
.topic table {
    width: 307px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #edeae7;
}
.topic table td {
    width: 50%;
    vertical-align: top;
    padding-left: 10px;
}
.topic ul {
    list-style: none;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}
.topic li {
    background: url(https://miyuki-store.com/img/parts/arrow1.png) no-repeat;
    padding-left: 25px;
}
.topic li a{
    text-decoration: underline;
}
@media screen and (max-width:768px){
.topic_box {
    width: 307px;
    text-align: center;
    margin: 0 auto;
}
.topic table {
padding:10px;
    height: auto;
}
.topic_box div.topic {
    margin:0 auto;
}
.topic_box div.topic {
    float: none;
}
.topic_box div.topic:nth-child(even)  {
    float: none;
}
.cate1_banner ul li {
    width: 100% !important;
}
.cate1_banner ul li:first-child {
    display: none;
}
.p-freeitem .sysContent .sysHorizontal li {
    width: 48% !important;
    padding: 0 2% 35px !important;
}
}

/* common.css用 */
@media screen and (min-width: 769px) {
    #sysAll {
        width: 100%;
        background: #fff;
        /* common.css上書き */
        min-width: 100%;
        padding: 0 !important;
        /* common.css上書き END */
    }
}


@media screen and (max-width: 768px) {
    #sysAll {
        background: #fff;
    }
}
#sysInformation #sysMain h1 {
color:#231815;
    border-bottom: 3px solid #eae6e1;
    /* margin-bottom: 10px; */
    /* padding-left: 10px; */
    font-size: 18px;
    font-size: 1.8rem;
line-height:1.4;
    margin-top: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}
.sysNewsDetail {
color:#6E625C;
margin-top:15px;
    font-size: 16px;
    font-size: 1.6rem;
line-height:1.6;
}

#sysMemberRegisterConfirm #sysMain .sysForm {
    /* border: 1px solid #ccc; */
    padding: 20px;
    margin-top: 20px;
    background: #f7f7f7;
}
#sysMemberRegisterConfirm #sysMain label.sysFormLabel {
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding-bottom: 10px !important;
}
#sysMemberRegisterConfirm #sysMain .sysFormField {
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
}
#sysMemberRegisterConfirm #sysMain input.sysNextSubmit {
    border: 1px solid #b0b0b0;
    color: #fff;
    background: #EE8D00;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 4px;
}
#sysMemberRegisterRegister #sysMain p {
    padding: 40px;
    text-align: center;
}
.sysMypage #sysMain input[type=submit].sysButton {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.2rem;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 4px;
    color: #444;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}
.sysMypage #sysMain h2 {    border-left: 5px solid #eb9cc0;
    padding: 5px 0 5px 10px !important;
    font-weight: normal;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #3c3c3c;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.sysMypage #sysMain .sysForm {
width:100%;
    float: none;
}
.sysMypage #sysMain h3 {
    padding: 10px 0 20px !important;
}
.sysMypage #sysMain .sysFormItem input,
.sysMypage #sysMain  .sysFormItem select {
    padding: 10px;
    margin: 10px 0 20px;
}
.sysMypage #sysMain  .sysFormItem button.sysButton{
    margin: 0 0 20px !important;
}
.sysMypage  #sysMain  input[type=submit].sysNextSubmit {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-size: 16px;
    cursor: pointer;    font-weight: bold;
    border: 1px solid #fd962c;
    background-color: #fd7a29;
    background-image: -webkit-linear-gradient(top, #fcbc30, #fd7a29);
    background-image: linear-gradient(to bottom, #fcbc30, #fd7a29);
    border-radius: 4px;
    color: #fff;
    line-height: 50px;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
/*.sysMypage  #sysMain  input[type=submit].sysNextSubmit:hover {
    border:1px solid #a077a7;
    background-color: #a077a7;
    background-image: -webkit-linear-gradient(top, #c39ec5, #a077a7);
    background-image: linear-gradient(to bottom, #c39ec5, #a077a7);
}
.sysMypage  #sysMain  input[type=submit].sysNextSubmit:active {
    background: #864290;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    color: #f5f5f5;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}*/
.sysMypage  #sysMain .sysAddress2 .sysFormField input {
    width: 80%;
}
.sysMypage  #sysMain .sysMailaddress .sysFormField input {
    width: 50%;
}
.sysMypageNav {
margin-top: 40px;
}
.sysMypageNav form {
    float: left;
    width: 20%;
margin-right:20px;
}
.sysMypage  #sysMain  input[type=submit].sysButton {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 1.2rem;
    font-size: 12px;
font-weight:bold;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 4px;
    color: #444;
    line-height: 30px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}
.sysMypage  #sysMain  input[type=submit].sysButton:hover {
    border:1px solid #666;
    background-color: #f1f1f1;
}
.sysMypage  #sysMain  input[type=submit].sysButton:active {
    background: #fff;
    color: #aaa;
}
.sysCart #sysMain .nav {
background: none !important;
}
.sysMypage #sysMain li.sysOrder{
margin:10px 0 5px;
padding-bottom:5px;
border-bottom:1px dotted #ececec;
}
.sysMypage #sysMain p{
margin-bottom:20px;
}
#sysMypageEditDeliveryinput #sysMain input[type=submit].sysNextSubmit{
margin-top:20px !important;
}
.sysMypage #sysMain .sysSelectAddress {
    margin-bottom: 10px;
    padding: 5px 15px 0 15px;
}
.sysMypage #sysMain .sysSelectAddress button {
    padding: 10px;
    background: #fff;
    -webkit-appearance: none;
position:relative;
}
.sysMypage #sysMain .sysSelectAddress button:after {
    content: '>';
    color: #333;
    position: absolute;
    right: 13px;
    top: 25%;
    font-size: 3.0rem;
    font-size: 30px;
    font-weight: normal;
}

#sysExplanation, #sysExplanationPc, #sysExplanationMobile, #sysExplanation p, #sysExplanationPc p, #sysExplanationMobile p {
    line-height: 1.8;
    color: #000;
    font-size: 1.4rem;
    font-size: 14px;
}
#sysExplanation span {
    /*font-size: 1.8rem;
    font-size: 18px;
    font-weight: bold;*/
}
#sysExplanation p {
    font-size: 1.6rem;
    font-size: 16px;
    line-height:2;
    padding-top:10px;
    text-align:justify;

}
@media screen and (max-width: 768px) {

.sysImageDescription {
    width: 100%;
float:none;
}
.sysMypageNav form {
    float: left;
    width: 48%;
margin-right:2%;
}
.sysMypageNav form:nth-child(even) {
margin-left:2%;
margin-right:0;
}
}
.sysimg_box {
    float: left;
    width: 48%;
    margin-right: 2%;
padding-bottom:20px;
}

#sysSubmit input.sysCartButton[disabled] {
    background: #ececec;

    border: 1px solid #ececec;
    color: #fff;
    cursor: default;
    }
@media screen and (max-width: 768px) {
.sysimg_box {
    float: none;
    width: 100%;
    margin-right: 0;
padding-bottom:10px;
}
.orderArea {
    padding-bottom: 20px;
    float: none;
    width: 100%;
}
}
.shopping_main:after {
    display: block;
    clear: both;
    content: "";
}
.shopping_step {
    margin: 10px;
}
.p-ranking .sysContent .sysHorizontal li {
text-align:left;
}
#tokusho #sysMain .sysHeadline,
#privacypolicy #sysMain .sysHeadline {
margin-bottom:20px;
}
#tokusho .mainCnt,
#privacypolicy .mainCnt {
    margin-top: 0;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 2;

}
/*
 * LP
 */
.lp_content .inner {
    background: #fff;
    margin: 28px auto 60px;
}
.lp_content img {
}
.posit_r {
    position: relative!important;
}
.head_btn {
    position: absolute;
    width: 205px;
    height: 205px;
    bottom: 100px;
    right: -80px;
}
.head_btn_sp {
    display: none;
    position: absolute;
    width: 40%;
    bottom: 2%;
    right: 2%;
}
.lp_content a:hover img{
    opacity: 1;
}
.m_btn  {
    margin: 20px 0 60px;
}
.m_btn p {
    text-align: center;
    margin-bottom: 40px;
}
.lp_foot {
    position: relative;
    margin-top:40px; 
}
.foot_btn {
    position: absolute;
    width: 323px;
    height: 126px;
    bottom: 60px;
    right: 10px;
}

.foot_btn_sp {
    display: none;
    position: absolute;
    width: 80%;
    bottom: 6%;
left: 0;
right: 0;
margin:auto;
}
@media screen and (max-width: 768px){
    .head_btn {
        display: none;
    }
    .head_btn_sp {
        display: block;
    }
    .lp_content .inner {
        background: #fff;
        margin: 0 auto 60px;
    }
    .head_btn img {
        width: 50%;
    }
    .m_btn  {
        margin: 20px 0 00px;
    }
    .lp_foot {
        position: relative;
        margin-top:0; 
    }
    .foot_btn {
        display: none;
    }
    .foot_btn_sp {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    #sysAll {
        width: 100%;
        background: #fff;
        /* common.css上書き */
        min-width: 100%;
        padding: 0 !important;
        /* common.css上書き END */
    }
}


@media screen and (max-width: 768px) {
    #sysAll {
        background: #fff;
    }
}
/*
 *  slider
 */
.bx-wrapper {
  float: left;
  width: 820px;
}
#bx-pager {
  float: right;
  width: 250px;
    height: auto;
    overflow: hidden;
}
#bx-pager a {
  width: 100%;
  display: block;
  margin-bottom: 15px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

#bx-pager a:last-child {
  margin-bottom: 0;
}
#bx-pager a.active {
  border: 4px solid #ede9e2;
}
#bx-pager img {
  width: 100%;
}
.bx-controls { display: none; }

.mv_container {
    width: 100%;
}
.mv_container .inner {
    margin: 26px auto 0;
}
@media screen and (max-width: 768px) {
  .mv_container .inner {
    margin-top: 0;
  }
    .bx-wrapper {
        width: 100%;
    }
    .bx-wrapper img {
    width: 100%;
  }
  #bx-pager { display: none; }
}
.slick-slide div {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #F4F4F4;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.4;
}
    .post p.sphide {
        display: none;
    }
    .slick-slide p {
        padding-bottom: 4px;
    }
}
/* slick */
.mod_slide {
    width: 926px;
    padding: 0 26px 26px;
}
.mv_position {
    position: relative;
}

.slick-slide .mv_detail {
    position: absolute;
    width: 231px;
    height: 426px;
    right: 0;
    top: 0;
    padding: 26px;
    background: #F4F4F4;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.slick-slide p.mainv_title {
    font-size: 1.8rem;
    font-size: 18px;
}
.slick-slide p {
    padding-bottom: 13px;
}
@media screen and (max-width: 768px) {
.slick-slide div {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    background: #F4F4F4;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 1.4;
}
    .slick-slide div p.sphide {
        display: none;
    }
    .slick-slide p {
        padding-bottom: 4px;
    }
}
.slick-prev {
    width: 26px;
    height: 60px;
    left: 0;
    z-index: 100;
}
.slick-next {
    width: 26px;
    height: 60px;
    right: 0;
    z-index: 100;
}
.slick-prev::before {
    opacity: 1;
    content: url(https://miyuki-store.com/img/arrow_prv.png);
    font-family: FontAwesome;
}
.slick-next::before {
    opacity: 1;
    content: url(https://miyuki-store.com/img/arrow_nxt.png);
    font-family: FontAwesome;
}
@media screen and (max-width: 960px) {
    .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -10px;
    }

    .slick-prev::before {
        opacity: .8;
    }
    .slick-next::before {
        opacity: .8;
    }
}
@media screen and (max-width: 768px) {
    .slick-prev {
        left: -10px;
    }
    .slick-next {
        right: -10px;
    }

    .slick-prev::before {
        opacity: .3;
        color: #231815;
        font-size: 40px;
        line-height: 1;
        content: "\f104";
        font-family: FontAwesome;
    }
    .slick-next::before {
        opacity: .3;
        color: #231815;
        font-size: 40px;
        line-height: 1;
        content: "\f105";
        font-family: FontAwesome;
    }
}

/*

sp menu
*/

.slide_box {
    margin-bottom: 20px;
    padding: 0 10px 0px;
  color: #fff !important;
}
.slide_box .slide_title {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 0 25px 10px;
}
.slide_box .catch {
    font-size: 3vw !important;
  height: auto !important;
  text-align: left !important;
    color: #000 !important;
    line-height: 1.2;
    font-weight: bold;
    padding: 15px 10px;
}
.slide_box .catch a {
  color: #fff !important;
}
.slide_box ul {
    padding: 6px 0;
    margin: 0 0px 6px;
}
.slide_box ul li {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 10px;
}
.slide_box ul li a {
  color: #3c3c3c;
}
.slide_box h4 {
    color: #ede9e2;
    text-align: center;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background: none;
    box-shadow: none;
}

.p-news {
  margin-bottom: 40px;
}
.p-news ul {
    background: #f9f9f9;
    padding: 10px;
}
.p-news ul li {
  border-bottom: 1px solid #f2f2f2;
    padding-left: 40px;
}
.p-news ul li:first-child {
    background: url(https://miyuki-store.com/img/common/new_re.png) left 50% no-repeat;
}
.p-news ul li:last-child {
    border-bottom: none;
}
.p-news ul li a {
    display: block;
    text-decoration: none;
    color: ;
    font-size: small;
    line-height: 1.4;
    padding: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-news ul li + li {
border-top:none !important;
}

.p-pickup .sysContent ul,
.p-newItem .sysContent ul {
text-align:left;
}
.p-pickup .sysContent .sysHorizontal li,
.p-newItem .sysContent .sysHorizontal li {
text-align:left;
    margin-bottom: 20px;
}
.p-pickup .sysContent .sysHorizontal li img,
.p-newItem .sysContent .sysHorizontal li img {
text-align:left;
    margin-bottom: 10px;
}
.sysItemName {
    line-height: 1.4;
    margin-bottom: 8px;
}
.sysItemPrice {
    line-height: 1.4;
    margin-bottom: 8px;
}
.sysPr {
    margin-bottom: 20px;
}
span.sysItemPr {
    color: #fff;
background: #fc758b;
    font-size: 12px;
    font-weight: bold;
padding:2px 10px;
}
.main_content .product_title {
    background: url(https://miyuki-store.com/img/top/ttl_product.png) left top no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: nor;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.main_content .column_title {
    background: url(https://miyuki-store.com/img/top/ttl_column.png) left top no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: nor;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.column_ttl {
    font-size: 1.4rem;
    font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin: 15px 0;
}

.column_date span {
    font-size: 1.2rem;
    font-size: 12px;
    background: #3d4b72;
    color: #fff;
    padding: 4px;
  margin-right: 4px;
    text-align: center;
}


@media screen and (max-width: 768px){
.sysContent .sysHorizontal li {
  width: 50% !important;
}
}
@media screen and (max-width: 640px){
.sysContent .sysHorizontal li {
  width: 100% !important;
}
}

/* recruit */
.recruit_title {
    margin-left: 0;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 70px; }
.recruit_lead {
    text-align: center;
    padding-bottom: 25px; }
.recruit_sub {
    padding-top: 45px;
    font-size: 2.8rem;
    font-size: 28px;
    padding-bottom: 20px; }
.recruit_text {
    text-align: left;
    margin-top: 20px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 2;
    color: #000;
}
.vision_text dl {
    border: #fff 5px solid; }
.vision_text dt {
    font-weight: bold;
    margin: 20px 20px 5px 20px; }
.vision_text dd {
    padding: 0 20px 20px 20px;
    border-bottom: #fff 5px solid;
}
.vision_text dd:last-child {
    border-bottom: none;
}
#recruit table { width:100%; white-space:normal; border-collapse:collapse; border-spacing:0; empty-cells:show; clear:both; }
#recruit table th { width: 160px; background: 
#ddd; text-align:center; font-size: 12px; vertical-align: middle; padding:15px; border-bottom: 2px solid #fff; border-right: 2px solid #fff; }
#recruit table td { background: #eaeaea; font-size: 12px; line-height: 20px; padding:15px; text-align:left; border-bottom: 2px solid #fff; }
#recruit input, #inquiry #content textarea { padding: 6px 6px; font-size: 12px; }
#recruit input.long { width: 400px; }
#recruit textarea { width: 530px; height: 185px; }
#recruit p.confirm {  text-align: center; margin: 20px 0 90px; }
#recruit input.back, #inquiry #content input.submit { margin: 0 20px; }
#recruit p.confirm input:hover {filter: alpha(opacity=75); -moz-opacity:0.75; opacity:0.75;}
#recruit p.seminar {  text-align: center; margin: 0 0 60px; }
/*input[type="submit"] {
    width:200px;
    background-color: #666;
    color: #fff;
    -webkit-appearance: none;
}*/
#recruit table div.left { margin: 40px; }
/* recruit responsive */
@media screen and (max-width: 768px){
    .recruit_title {
        margin-left: 0;
        text-align: center; }
    .recruit_lead img{ width: 30%; }
    .recruit_sub { text-align: center; }
    .recruit_text { margin: 0 10px; }
    #recruit { width: 90%; margin: 0 auto; padding-bottom: 40px;}
    #recruit textarea { width: 95%; height: 185px; }
    #recruit table tr{
        display: block;
        width: 100%;
    }
    #recruit table th,
    #recruit table td{
        display: list-item;
        list-style: none;
        border: none;
    }
    #recruit table {margin-top: 20px;}
    #recruit table div.left { margin: 10px; }
    #recruit table th { width: 100%; text-align: left; padding: 0; line-height: 3; text-indent: 16px; font-size: 16px;}
    #recruit input.long { width: 70%; }
    .recruit_title img{ width: 197px !important; }
}
@media screen and (max-width: 400px){
.recruit_title {
    padding-top: 50px;
    padding-bottom: 50px; }
}

/* Q and A*/
.faq_lead {
    font-size: 1.8rem;
    font-size: 18px;
    font-weight: bold;
  padding-bottom: 20px;}
    .toggle-box {
        margin: 0 auto;
        margin-bottom: 16px; }
        .toggle {
            margin: 0 auto;}
        .toggle_title {
            margin-top: 30px;
            padding-bottom: 0;
            font-weight: bold;
                font-size: 1.6rem;
                font-size: 16px;
                line-height: 1.6;}
            .toggle dl {
                margin: 0 auto;
                background: #f7f7f7;
                margin-bottom: 20px; }
            .toggle dl.menu dt.main_q {

            text-align: justify;
                font-size: 1.6rem;
                font-size: 16px;
                line-height: 1.6;
                padding: 2px 32px;
                text-indent: 6px;
                background: url(https://miyuki-store.com/img/common/faq_q.png) no-repeat 14px center;
                }
            .toggle dl.menu dt.main_q div{
                margin: 10px; }
            dd.sub {
            text-align: justify;
                background: #fff;
                padding: 20px 50px;
                font-size: 1.6rem;
                font-size: 16px;
                line-height: 1.6;
                color: #000; }
                dd.sub a {
                    font-size: 1.6rem;
                    font-size: 16px;
                    text-decoration: underline; }

@media screen and (max-width: 768px){
    dd.sub {
            text-align: justify;
        padding: 20px;}

}
.newItem_tab-content  {
    display: none;
}
.is_show {
    display: block !important;
}
.main-banner-half {
    float: left;
    padding-right: 10px;
    padding-bottom: 20px;
    width: 50%;
}
.main-banner-half:nth-child(even) {
    padding-left: 10px;
    padding-right: 0;
}
.rss_wp h2 {
    background: url(https://miyuki-store.com/img/top/ttl_column.png) left top no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: nor;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 10px 0 10px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.cate_banner {
    padding: 30px 0 20px;
  
}
.cate_banner h2 {
    background: url(https://miyuki-store.com/img/side/side_searchicon.png) left top 5px no-repeat;
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: nor;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 0 10px 30px;
    border-bottom: 1px solid #f2f2f2;}

.topItemLink_wrap {
  margin-bottom: 40px;
}
.topItemLink {
    width: 185px;
    margin: 15px 15px 0 0;
    float: left;
}
.topItemLink:nth-of-type(4n) {
    margin-right: 0;
}
.topItemLink img {
  width: 100%;
}
.topItemLink_ttl {
    width: 100%;
    height: 80px;
    display: table;
}
.topItemLink_ttl p {
    font-size: 1.3rem;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
  padding: 10px;
    vertical-align: middle;
    line-height: 1.4;
    color: #FFF;
    display: table-cell;
}
.topItemLink_ttl small {
    font-size: 1.1rem;
    font-size: 11px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .topItemLink {
    width: 50%;
      margin: 0;
    padding-right: 5px;
  }
  .topItemLink:nth-of-type(2n) {
    padding-right: 0;
    padding-left: 5px;
  }
}
.p-tokusho tr{
    padding-bottom: 20px;
    display: block;
}
.p-tokusho th {    width: 320px;
    padding-left: 120px;
    text-align: left;
    vertical-align: top;
}
@media screen and (max-width: 768px) {

.p-tokusho th {
display: block;
width:100%;
    margin-bottom: 10px;
    border-left: 4px solid #ccc;
    padding-left: 8px;
}
}
.top-banner { padding-bottom:10px; }
.top-banner li {
    margin-bottom: 10px;
}
.sysItemReview #sysMain form{
    /*
    border: 1px solid #efefef;
    padding: 15px;
    margin-top: 15px;*/
}
.sysItemReview #sysMain h3 {
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 15px 0;
}
.sysItemReview #sysMain .sysFormLabel {
    margin-bottom: 10px;
    display: block;

}
.sysItemReview #sysMain .sysFormField {
    margin-bottom: 10px;
}
.sysItemReview #sysMain input,
.sysItemReview #sysMain textarea {
    width: 100%;
    border: 1px solid #b0b0b0;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4em;
}
.sysReview {
    text-align: left !important;
    margin-top: 60px;
    position: relative;
}
.sysReview span{
    display: block;
        font-size: 1.8rem;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.sysReview .sysEvaluation span {
color: #da1d1d;
    border-bottom: 0;
}
.sysReview span.sysReviewHistoryCount {
    position: absolute;
    top: 10px;
    right: 0;
    border-bottom: 0;
        font-size: 1.2rem;
    font-size: 12px;
    font-weight: normal;
    font-family: Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
ul.sysReviewHistoryList .sysNickname span {
        font-size: 1.4rem;
    font-size: 14px;
    font-family: Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    border-bottom: 0;
}
ul.sysReviewHistoryList li {
    background: #fdfae9;
    padding: 20px;
    margin: 10px 0;
}
.sysItemReview #sysMain .sysFormItem.sysEvaluation input {
    display: inline-block;
    width: auto !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.sysItemReview #sysMain .sysButton {
    margin-bottom: 20px !important;
}
.sysItemReview #sysMain select {
    margin-bottom: 20px;
}
.sysItemReview #sysMain textarea {
    height: 200px;
}

.category-ladys ul li a {   
    overflow: auto !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}
#sysItemSearch #sysMain form{
    
    border: 1px solid #efefef;
    padding: 15px;
    margin-top: 15px;
}
#sysItemSearch #sysMain form div{
margin: 10px 0;
}
table.souryou, table.souryou:before, table.souryou:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
table.souryou {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.souryou th {
  width: 180px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
}
table.souryou td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
table.souryou {
    border-left: 0;
}
table.souryou tr {
    border-left: 1px solid #ccc;
display:block;
}
table.souryou tr:nth-child(3n+1) {
    border-top: 1px solid #ccc;
}
table.souryou tr:nth-child(3n) {
    margin-bottom: 20px;
}
table.souryou th {
  width: 100%;
    display: inline-block;
}
table.souryou td {
  width: 100%;
    display: inline-block;
}
}
.side-banner {
margin-bottom:20px;

    text-align: center;
}

#notice #sysMain {
    width:904px !important;
    margin: 0 auto !important;
    padding-top: 20px;
    background: #fff;
border:none;
}
#notice #content {
    width: 100% !important;
    background: #fff;
    padding: 15px !important;
    border: 1px solid #ede9e2;
    margin: 0 !important;
    margin-bottom: 50px !important;
}
.info_content {
    width: 100%;
    background: #fff;
    margin-bottom: 50px;
    padding: 100px 30px;
    border: 1px solid #ede9e2;
    text-align: center;
}
.info_content h1{
    font-size:2.4rem;
    font-size:24px;
    margin-bottom:40px;
}
.info_content a {
    text-decoration: underline;
    color: #005ead;
}

@media screen and (max-width: 768px) {

#notice #sysMain {
    width: 100% !important;
}

}

.recommend h3 {
    border-left: 5px solid #ef6080;
    padding: 10px 0 10px 20px;
    font-weight: normal;
    line-height: 1.4;
    font-size: 23px;
    color: #3c3c3c;
    margin-bottom: 40px;
letter-spacing:0.1em;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}/*
.drawer-open .drawer-hamburger-icon:before,.drawer-open .drawer-hamburger-icon:after{
  background-color: #fff !important;
  
}*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 60%;
  height: 100%;
  color: #000;
  background-color: #fff;
}
nav.drawer-nav {
    margin-top: 62px;
  padding-bottom: 20px
}
.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -60%;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 5px;
  display: block;
  box-sizing: content-box;
  width: 3rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 8px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
span.attention {
color:#c0504d;
}
.sysExplanation table {
line-height:1.6;
width: 100%;
margin-bottom:0;
}
.sysExplanation table th {
width:160px;
font-weight:bold;
    border: thin solid #dcdcdc;
    padding: 15px;
}
.sysExplanation table td {
    border: thin solid #dcdcdc;
    padding: 15px;
}
.detail_common table {
line-height:1.6;
width: 100%;
margin-bottom:20px;
}
.detail_common table th {
width:160px;
font-weight:bold;
    border: thin solid #dcdcdc;
    padding: 15px;
}
.detail_common table td {
    border: thin solid #dcdcdc;
    padding: 15px;
}
.recommend ul li {
text-align:left;
}
.recommend img {
margin-bottom: 10px;
}

/* 会員専用  */
form.sysYamiForm {
    margin: 30px 0 30px;
    padding: 0 30%;
    /*border: 1px solid rgba(0,0,0,0.1);*/
}
form.sysYamiForm div {
  line-height:1.6;
  margin-bottom: 20px;
}
form.sysYamiForm input {
  border: 1px solid #d7d7d7;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.4em;
}
form.sysYamiForm input[type="submit"] {
    border: 1px solid #da873f;
    color: #fff;
    background: #EE8D00;
    width: 26%;
    font-weight: bold;
    margin: 20px auto 0 74%;
    padding: 7px 0px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4em;
    border-radius: 22px;
}
@media screen and (max-width: 768px) {
  form.sysYamiForm {
    padding: 0;
  }
}
/* profile */
.profile_top {
text-align:center;
  margin: 30px 0 30px;
}
.profile_top  h2{
    font-size: 4.2rem;
    font-size: 42px;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: normal;
  margin-left: -8px;
}
.profile_top .right p.prof_kana{
    font-size: 1.2rem;
    font-size: 12px;
  letter-spacing: 1px;
  color: #ff89bf;
  margin-bottom: 40px;
}
.profile_top .right .prof_sec {
  line-height: 2;
}
.profile_top .right .prof_sec dt {
    font-size: 1.8rem;
    font-size: 18px;
  margin-bottom: 10px;
}
.profile_top .right .prof_sec dd {
  margin-left: 25px;
  margin-bottom: 20px;
}
.profile_top .right .prof_sec span {
  color: #eb9cc0;
  margin-right: 8px;
}
.profile_catch p {
  text-align: center;
    font-size: 2.0rem;
    font-size: 20px;
  letter-spacing: 2px;
  line-height: 2.4;
  color: #c94042;
  padding: 60px 0;
}
.profile_detail {
}
.profile_detail h3 {
    border-left: 5px solid #eb9cc0;
    padding: 10px 0 10px 20px;
    font-weight: normal;
    line-height: 1.4;
    font-size: 23px;
    color: #3c3c3c;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
}
.profile_detail p {
  line-height: 2;
  margin-bottom: 60px;
}

.profile_detail p.prof_link {
  text-align: center;
}
@media screen and (max-width: 768px) {
.profile_top {
 margin-bottom:10px;
}
.profile_top  h2{
    font-size: 7vw;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}
.profile_detail h3 {
     font-size: 5vw;
}
.profile_top .prof_kana {
    font-size: 4vw;
}
.profile_catch p {
    font-size: 5vw;
    letter-spacing: 2px;
    line-height: 2;
    padding: 20px 0 40px;
}
.profile_top .left,
.profile_top .right {
  width: 100%;
}
  .profile_top .left {
    margin-bottom: 20px;
  }
  .profile_top img {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
.profile_top .right h2{
    font-size: 8vw;
}
}
.profile_top .right p.prof_kana{
  margin-bottom: 30px;
}

/* cart */
.sysBox {
    background-color: #fff;
    border: 1px solid #EEEEEE;
    margin: 30px auto;
    padding: 20px;
    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.sysTotal .sysTotalTxt {
      text-shadow: 0 0 0  #fff;
    -o-text-shadow: 0 0 0  #fff;
    -ms-text-shadow: 0 0 0  #fff;
    -moz-text-shadow: 0 0 0  #fff;
    -webkit-text-shadow: 0 0 0  #fff;
}
.sysCart .sysBox hr {
    border-top: 1px solid #f5f5f5;
}
.sysCart #sysMain input[type=text],
.sysCart #sysMain input[type=tel],
.sysCart #sysMain input[type=password],
.sysCart #sysMain input[type=email] {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    background: none;
    width: 100%;
    margin: 0 auto;
    padding: 10px 5px;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4em;
}
.sysCart .sysFormField {
    padding: 10px 0 20px;
}
.sysSubmit {
    text-align: right;
}
.mm_banner img { width: 50%; }

#sysItemDetail .sysIconRank { display: none; }
.menu_msg {
    position: fixed;
    z-index: 104;
    top: 46px;
    right: 8px;
font-size:11px;
    display: none;
}

@media screen and (max-width: 768px) {
.menu_msg {
    display: block;
}
}

.header .right ul {
    margin-top: 0;
    text-align: right;
}
.header .right ul li {
    float: left;
    width:240px;
    padding: 10px 0;
    border: 1px solid #ede9e2;
    border-top: 0 !important;
    margin-left: 20px;
    font-size: 1.2rem;
    font-size: 12px;
    text-align: center;
}
.header .right ul li:first-child {
    width: 120px;
}


ul li.header_cart {
    background: url(https://miyuki-store.com/img/common/header_cart.png) left 8px center no-repeat;
}
ul li.header_cart:hover {
    background: url(https://miyuki-store.com/img/common/header_cart.png) left 8px center no-repeat,#eee;
}
ul li.header_mypage {
    background: url(https://miyuki-store.com/img/common/header_mypage.png) left 8px center no-repeat;
}
ul li.header_mypage:hover {
    background: url(https://miyuki-store.com/img/common/header_mypage.png) left 8px center no-repeat,#eee;
}
ul li.header_contact {
    background: url(https://miyuki-store.com/img/common/header_contact.png) left 8px center no-repeat;
}
.header .right ul li:first-child a {
    padding: 10px 0 10px 10px;
}
.header .right ul li a {
    padding: 10px 0;
}
.header h1 {
margin: 0 !important;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px){
.header h1 {
    padding-bottom: 0;
}
    .header .right {
        display: none;
    }
}
.company{
  border-collapse: collapse;
  width: 100%;
}

.company th, .company td{
  padding: 5px 10px;
  
}

.bank{
  width: 9em;
}

.branch{
  min-width: 3em;

}

.company th{
  background-color: #fff;
}
.transparent td {
border:1px solid #ccc;
}
table.transparent {
    width: 100%;
}
.transparent tr {
    border: 1px solid #eee;
}
.com_tr th {
vertical-align:top;
}
.com_tr {
margin-bottom: 20px;
}
.sysNavImg {
    text-align: right;
}
.sysAcceptMailmagazine { display:none;}
.sysShare > * {
  vertical-align: bottom;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.mem_notice {
    padding: 0 20%;
}
.forgot_pass {
    padding: 0 30%;
}
@media screen and (max-width: 768px){
.com_tr {
text-align:left;
}
.mem_notice {
    padding: 0 10px;
}
.forgot_pass {
font-size:1.2remx;
font-size:1.2px;
}
}
.profile dl {
  width:904px;
line-height:2;
margin-bottom:40px;
}
.profile dt {
  float:left;
  clear:left;
  width:100px;
margin-bottom:10px;
}
.profile dd {
  float:left;
  width:804px;
}
.pict_lead {
    font-size: 16rem;
    font-size: 16px;
line-height:2;
}
.pict_lead span {
   display: inline-block;
    font-size: 26rem;
    font-size: 26px;
}

@media screen and (max-width: 768px){
.profile dl {
  width:100%;
line-height:2;
margin-bottom:20px;
}
.profile dt {
  display:inline-block;
  width:100%;
margin-bottom:10px;
}
.profile dd {
  display:inline-block;
  width:100%;
     margin-bottom: 20px;
}
.pict_lead {
font-size:3vw;
}
.pict_lead span {
font-size:4vw;
}
}
@media screen and (max-width:640px){

}
@media screen and (min-width:641px) and (max-width:768px){

}
@media screen and (min-width:769px){

}
/* #END_OF_RESOURCE_FILE */
