@charset "UTF-8";

/*サイトごとのCSSはsite.cssに記載*/
button {
  text-shadow: none;
  text-decoration: none;
  -webkit-text-decoration: none;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

/*reset.css*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

/*EOFreset.css*/
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #444;
  line-height: 2;
}

.whitetxt {
  color: #fff;
}

.b {
  font-weight: bold;
}

.redtxt {
  color: #f76901;
}

.red1em {
  color: #ff3300;
  font-size: 1em;
}

.red15em {
  color: #ff3300;
  font-size: 1.5em;
}

.red2em {
  color: #ff3300;
  font-size: 2em;
}

.red {
  color: #cb4042;
}

.bk {
  color: #000;
}

.blue {
  color: #0d457a;
}

.gray {
  color: #999;
}

.prpl {
  color: #7b749e;
}

.org {
  color: #ff9f00;
}

.mx30 {
  max-width: 30em;
}

.mx40 {
  max-width: 40em;
}

.pplbn {
  width: 90%;
  margin: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: rgba(227, 221, 237, 0.95);
}

.borderR {
  border: 2px #ccc solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.box30 {
  display: block;
  width: 30%;
}

.box40 {
  display: block;
  width: 40%;
}

.box50 {
  display: block;
  width: 50%;
}

.box60 {
  display: block;
  width: 60%;
}

.box70 {
  display: block;
  width: 70%;
}

.box80 {
  display: block;
  width: 80%;
}

.box90 {
  display: block;
  width: 90%;
}

.box98 {
  display: block;
  width: 98%;
}

.em05 {
  font-size: 0.5em !important;
}

.em06 {
  font-size: 0.6em !important;
}

.em07 {
  font-size: 0.7em !important;
}

.em08 {
  font-size: 0.8em !important;
}

.em09 {
  font-size: 0.9em !important;
}

.em10 {
  font-size: 1em !important;
}

.em11 {
  font-size: 1.1em !important;
}

.em12 {
  font-size: 1.2em !important;
}

.em13 {
  font-size: 1.3em !important;
}

.em14 {
  font-size: 1.4em !important;
}

.em15 {
  font-size: 1.5em !important;
}

.em16 {
  font-size: 1.6em !important;
}

.em17 {
  font-size: 1.7em !important;
}

.em18 {
  font-size: 1.8em !important;
}

.em19 {
  font-size: 1.9em !important;
}

.em20 {
  font-size: 2em !important;
}

.wt25 {
  width: 25% !important;
}

.wt40 {
  width: 40% !important;
}

.wt50 {
  width: 50% !important;
}

.wt60 {
  width: 60% !important;
}

.wt70 {
  width: 70% !important;
}

.wt80 {
  width: 80% !important;
}

.wt90 {
  width: 90% !important;
}

.wt100 {
  width: 100% !important;
}

.cnt {
  text-align: center;
}

.lft {
  text-align: left;
}

.rgt {
  text-align: right;
}

.txt {
  margin: 1em;
  line-height: 1.7em;
}

.bggray {
  background-color: #ccc;
}

.marker_pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff66ff));
  background: linear-gradient(transparent 60%, #ff66ff 60%);
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.cL {
  clear: left;
}

.cR {
  clear: right;
}

.cB {
  clear: both;
}

.lh10 {
  line-height: 1em;
}

.lh11 {
  line-height: 1.1em;
}

.lh12 {
  line-height: 1.2em;
}

.lh13 {
  line-height: 1.3em;
}

.lh14 {
  line-height: 1.4em;
}

.lh15 {
  line-height: 1.5em;
}

.lh16 {
  line-height: 1.6em;
}

.lh17 {
  line-height: 1.7em;
}

.lh18 {
  line-height: 1.8em;
}

.lh19 {
  line-height: 1.9em;
}

.lh20 {
  line-height: 2em;
}

.mauto {
  margin: auto;
}

.mt05 {
  margin-top: 0.5em;
}

.mt10 {
  margin-top: 1em;
}

.mt15 {
  margin-top: 1.5em;
}

.mt20 {
  margin-top: 2em;
}

.mb05 {
  margin-bottom: 0.5em;
}

.mb10 {
  margin-bottom: 1em;
}

.mb20 {
  margin-bottom: 2em;
}

.ml05 {
  margin-left: 0.5em;
}

.ml10 {
  margin-left: 1em;
}

.ml20 {
  margin-left: 2em;
}

.mr05 {
  margin-right: 0.5em;
}

.mr10 {
  margin-right: 1em;
}

.mr20 {
  margin-right: 2em;
}

.pt10 {
  padding-top: 1em;
}

.list {
  list-style: none;
}

#mainCont {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@media screen and (max-width: 700px) {
  .nomob {
    display: none;
  }
}

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

@media screen and (min-width: 500px) {
  body {
    font-size: 13px;
  }
}

@media only screen and (max-width: 700px) and (max-width: 700px) {
  body {
    z-index: 1;
    background-color: #fff;
  }

  .slidemenu {
    top: 0;
    width: 240px;
    position: fixed;
    visibility: hidden;
    z-index: -1;
  }

  .slidemenu .slidemenu-header {
    position: relative;
  }

  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }

  .slidemenu .slidemenu-body .slidemenu-content {
    position: relative;
  }

  .slidemenu-left {
    left: 0;
  }

  .slidemenu-right {
    right: 0;
  }

  #mobnav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #000;
    z-index: 999;
  }

  .menubox {
    position: fixed;
    bottom: 0;
    right: 0;
    float: right;
    z-index: 999;
  }

  /*  .menubtn {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 0.3em;

    width: 2em;
    height: 2em;
  }

  .homebox {
    position: fixed;
    bottom: 0;
    left: 0;
    float: left;
    z-index: 999;
  }

  .homebtn {
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 0.3em;

    width: 2em;
    height: 2em;
  }

  .homebtn a {
    color: #fff;
    text-decoration: none;
  }

  .cartbox {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: 999;
  }

  .cartbtn {
    position: relative;
    font-size: 25px;
    text-align: center;
    color: #fff;
    padding: 0.3em;
    margin-left: 100px;

    width: 2em;
    height: 2em;

  }

  .cartbtn p {
    position: absolute;
  }

  #cartNum {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    font-size: 8px;
    color: #fff;
    z-index: 999;
    font-weight: bold;
    top: 1.5em;
    left: 4em;
    text-align: center;
    line-height: 20px;


  }

  .cartbtn a {
    color: #fff;
    text-decoration: none;
  }




  .btnicn {
    font-size: 24px;

  }*/
  .btnbox {
    position: relative;
    width: 25%;
    height: 40px;
    float: left;
    margin-top: 1em;
  }

  .btnbox a {
    position: relative;
    width: 40px;
    margin: auto;
    display: block;
    text-decoration: none;
  }

  .btnbox p {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .btnbox .btnicn {
    font-size: 2em;
  }

  .btnbox .btntxt {
    margin-top: 1px;
    font-size: 8px;
    top: 20px;
  }

  .btnbox #cartNum {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    font-size: 8px;
    color: #fff;
    z-index: 999;
    font-weight: bold;
    top: -0.8em;
    left: 4em;
    text-align: center;
    line-height: 20px;
  }
}

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

  /*slidemenu*/
  .slidemenu {
    background-color: #333;
  }

  /*plugin*/
  nav ul {
    margin-top: 5em;
    padding-bottom: 5em;
  }

  nav ul li a {
    font-size: 1.5em;
    display: block;
    line-height: 2em;
    text-decoration: none;
    color: #fff;
    text-indent: 0.3em;
    vertical-align: middle;
    text-indent: 0.3em;
  }

  nav ul li a:link {
    color: #fff;
  }

  nav ul li a:visited {
    color: #ccf;
  }

  nav ul li a:hover {
    background-color: #666;
  }

  .mainmenu:before {
    content: "\f061";
    font-family: FontAwesome;
    display: block;
    font-size: 1.3em;
    display: block;
    line-height: 2em;
    float: left;
    vertical-align: middle;
    text-indent: 0.3em;
    color: #fff;
  }

  .mainmenu_2 {
    text-indent: 1em;
  }

  nav ul li a {
    font-size: 1.5em;
    display: block;
    line-height: 2em;
    text-decoration: none;
    color: #999;
    text-indent: 0.3em;
    vertical-align: middle;
    text-indent: 0.3em;
  }

  .retArrw {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.resimg {
  width: 100%;
  margin: auto;
}

#menu_cart {
  position: static;
  display: block;
  height: 40px;
}

#menu_cart a {
  height: 40px;
}

#cartNumPC {
  width: 18px;
  height: 20px;
  border-radius: 50%;
  background: red;
  font-size: 10px;
  color: #fff;
  z-index: 999;
  font-weight: bold;
  top: -90px;
  left: 215px;
  text-align: center;
  line-height: 20px;
  position: relative;
  padding-right: 2px;
}

#cartIconPC {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #666;
  font-size: 21px;
  color: #fff;
  font-weight: bold;
  top: -45px;
  left: 38px;
  text-align: left;
  text-indent: 0.5em;
  line-height: 40px;
  position: relative;
}
