@charset "UTF-8";
/* reset */
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,
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: baseline;
  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;
}

li {
  list-style-type: none;
}

/* MAIN */
body {
  margin: 0;
  padding: 0;
  font: 500 1em/1 "�⥴���å�","YuGothic","Yu Gothic","�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�ᥤ�ꥪ", Meiryo, "�ͣ� �Х����å�", Verdana, sans-serif;
  position: relative;
  color: #14344E;
}

input, textarea, select {
  border: 0.05em solid #14344E;
  border-radius: 0;
  color: #14344E;
  font-size: 16px;
  font-family: inherit;
}

select {
  border: 0;
  outline: 0.05em solid #14344E;
  outline-offset: -1px;
  padding: 0.2em;
  height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 140%;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
}

em {
  color: #A11A2D;
  font-style: normal;
  font-weight: bold;
}

/* Clearfix (all browsers)
--------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1px;
}

/*----------------------------------------------------
	#text link
----------------------------------------------------*/
a {
  color: #14344E;
  /*	transition: color .1s ease;*/
}

a:link {
  text-decoration: none;
}

a:hover, a:focus {
  color: #A11A2D;
  text-decoration: none;
}

a:active {
  color: #A11A2D;
}

a.newwindow:after {
  content: '';
  display: inline-block;
  height: 0.8em;
  width: 1em;
  margin: 0 0 0.2em 0.1em;
  background: no-repeat url("https://img2.sempre.jp/v7parts/newwindow.png");
  background-size: contain;
  vertical-align: middle;
}

a.newwindow:hover:after {
  background: no-repeat url("https://img2.sempre.jp/v7parts/newwindow-hover.png");
  background-size: contain;
}

.back_button {
  font-size: 14px;
  color: #ffffff;
  padding: 4px 17px;
  background-color: #b8b8b8;
  background: -ms-linear-gradient(top, #9e9c9e 0%, #b8b8b8);
  border-radius: 5px;
  border: 1px solid #888;
  -webkit-box-shadow: 0px 1px 3px rgba(179, 175, 179, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 1px 3px rgba(179, 175, 179, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 0.7);
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.next_button {
  color: #FFF;
  font-size: 100%;
  font-weight: bold;
  padding: 0.3em 0;
  width: 12em;
  background-color: #4d6f8d;
  border-radius: 5px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  line-height: 140%;
}

.next_button:hover {
  opacity: 0.8;
  color: #FFF;
}

.next_button:active {
  opacity: 0.8;
  color: #FFF;
}

.next_button:focus {
  color: #FFF;
  outline: 0;
}

/*##################### BOX ##################### */
div#header {
  position: fixed;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #888;
  font-size: 1.3vw;
  height: 11em;
  z-index: 10000002;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: none;
  transform: none;
  will-change: transform;
}

div#header.fixed {
  -webkit-transform: translateY(-8em);
  transform: translateY(-8em);
}

#container {
  background-color: #F9F9F9;
  font-size: 1.3vw;
  margin: 0 auto;
  padding-top: 11em;
  height: 100%;
  position: relative;
}

#container:before {
  content: '';
  background-color: black;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
}

#container.show:before {
  visibility: visible;
  opacity: 0.5;
  z-index: 3;
}

#wrap {
  padding: 1em 1% 5em;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#navi {
  display: none;
  width: 120px;
  height: auto;
  float: left;
  background-color: #FFFFFF;
}

#maintitle {
  width: 650px;
  float: left;
  font-size: 100%;
}

#extra {
  width: 150px;
  float: right;
  display: block;
  font-size: 100%;
  /*background-color: #F8F8F8;*/
}

#pankuzu {
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 1em;
  padding-left: 0;
}

div#footer {
  margin: 0 auto;
  padding: 1em 1% 0;
  width: 100%;
  height: auto;
  text-align: left;
  background-color: #FFF;
  font-size: 1vw;
  line-height: 140%;
  max-width: 1200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#toparrow {
  position: fixed;
  bottom: 2em;
  right: 1em;
  display: none;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#toparrow:hover {
  opacity: 0.8;
}

#toparrow img {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#to-lineup {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.6em;
  position: fixed;
  bottom: 2em;
  right: 4em;
  display: none;
  z-index: 2;
  font-weight: bold;
  cursor: pointer;
  color: white;
  background-color: #4d6f8d;
  border-radius: 0.2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#to-lineup:hover {
  opacity: 0.8;
}

#to-lineup > div {
  font-size: 0.8em;
}

@media screen and (min-width: 1200px) {
  div#header, #container {
    font-size: 15.6px;
  }
  #container {
    padding-top: 11em;
  }
  div#footer {
    font-size: 80%;
  }
}

div#copyright {
  padding-top: 1em;
  text-align: center;
  width: 100%;
  height: 3em;
  font-size: 0.65em;
  line-height: 150%;
  background-color: #FFF;
}

#cart table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 3em;
}

#cart th, #cart td {
  padding: 0.5em 0;
  line-height: 130%;
  vertical-align: middle;
}

#cart th.name {
  width: 50%;
}

#cart th.price {
  width: 12%;
}

#cart th.cnt {
  width: 12%;
}

#cart th.total {
  width: 12%;
}

#cart td.tdcenter {
  text-align: center;
}

#cart td.right {
  text-align: right;
}

#cart tfoot {
  font-weight: bold;
}

#cart_button {
  position: relative;
  text-align: center;
}

#cart_button .left {
  position: absolute;
  top: 25%;
  left: 0;
}

#cart_button .left img {
  height: 1em;
  vertical-align: middle;
  margin-bottom: 0.2em;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  div#header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 3.5vw;
    height: 5em;
    top: 0;
  }
  div#header.fixed {
    -webkit-transform: none;
    transform: none;
  }
  #container {
    font-size: 3.5vw;
    padding-top: calc(5em + 1px);
    width: 100%;
    height: 100%;
  }
  #wrap {
    margin: 0.5em auto 0 auto;
    padding: 0 0 3em;
    width: 95%;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0.8rem;
  }
  #contents {
    width: 100%;
    float: none;
    font-size: 110%;
  }
  #maintitle {
    width: 100%;
    float: none;
    font-size: 100%;
  }
  #navi {
    display: none;
  }
  #extra {
    display: none;
  }
  #cart_button {
    width: 100%;
  }
  #cart_button .left {
    margin-top: 5em;
    font-size: 80%;
  }
  div#footer {
    font-size: 0.7em;
  }
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
.cateimgbox {
  display: inline-block;
  width: 4em;
  text-align: center;
  height: 2em;
  vertical-align: middle;
}

.m-arrow {
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #888;
  border-right: 1px solid #888;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
  background-color: #FFF;
}

div#header > div.ctlist .navmenu {
  position: absolute;
  right: 1em;
  top: -7.5em;
  font-weight: bold;
  font-size: 1em;
}

div#header li > a {
  display: block;
}

div#header #headlogo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 8.5em;
}

div#header img.logo {
  margin: 2em 2em 2em 6%;
  width: auto;
  height: 4.5em;
}

div#header > div.ctlist {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}

div#header > div.ctlist .navmenu {
  position: absolute;
  right: 1em;
  top: -7.5em;
  font-weight: bold;
  font-size: 1em;
}

div#header > div.ctlist .toplink {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  opacity: 0;
}

div#header > div.ctlist .toplinkimg {
  width: auto;
  height: 1.9em;
  position: absolute;
  left: 0.8em;
  top: 0;
}

div#header > div.ctlist .menu-list {
  list-style-type: none;
  margin-left: 1%;
  float: left;
}

div#header > div.ctlist .menu-list > li {
  position: relative;
  float: left;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  height: 2em;
  padding: 0 0.5em;
  border-right: solid #14344E 1px;
}

div#header > div.ctlist .menu-list > li:first-of-type {
  border-left: solid #14344E 1px;
}

div#header > div.ctlist .menu-list .large, div#header > div.ctlist .menu-list .topmenu {
  font-weight: bold;
  padding: 0.5em;
  cursor: pointer;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

div#header > div.ctlist .menu-list .large:hover, div#header > div.ctlist .menu-list .topmenu:hover {
  background-color: #d1dbe4;
}

div#header > div.ctlist .menu-list .show {
  background-color: #60809A;
  color: white;
}

div#header > div.ctlist .menu-list .show:hover {
  background-color: #60809A;
}

div#header > div.ctlist .menu-list a:hover {
  color: #14344E;
}

div#header > div.ctlist .menu-list .topmenu {
  padding-left: 9%;
}

div#header > div.ctlist .mobilelogo {
  display: none;
}

div#header .m-cate {
  position: absolute;
  top: 2.5em;
  background-color: rgba(255, 255, 255, 0.92);
  text-align: left;
  width: 17em;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}

div#header .m-cate .m-arrow {
  top: -0.4em;
  z-index: -1;
}

div#header .m-cate .m-cate-main {
  padding: 0 1em 1em 1em;
}

div#header .m-cate.show {
  visibility: visible;
  opacity: 1;
}

div#header .m-cate ul {
  width: 21%;
  font-size: 0.8em;
  padding-top: 1.5em;
}

div#header .m-cate li {
  padding: 0.7em;
  font-weight: 500;
  text-align: left;
  line-height: 1em;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border-left: 3px solid rgba(0, 0, 0, 0);
}

div#header .m-cate li img {
  height: 2em;
}

div#header .m-cate li:hover {
  background-color: #DDD;
}

div#header .m-cate li.pos {
  border-left: 3px solid #60809A;
  background-color: #DDD;
}

div#header .m-cate .catename {
  font-size: 1.2em;
}

div#header .m-cate .m-brand {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58%;
  padding: 0 1%;
  font-size: 0.9em;
}

div#header .m-cate .m-brand > div {
  font-size: 0.9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  padding: 1em 1.5em;
  width: calc(100% / 3);
}

div#header .m-cate .m-brand > div div {
  margin-left: 0.3em;
}

div#header .m-cate .m-brand > div div h5 {
  margin: 0 0 0.5em;
  font-weight: 500;
  line-height: 1.5;
}

div#header .m-cate .m-brand > div img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

div#header .m-cate .m-brand > div:hover img {
  opacity: 0.6;
}

div#header .m-cate#catekagu, div#header .m-cate#cateinteria {
  width: 45%;
}

div#header .m-cate#catekagu ul, div#header .m-cate#cateinteria ul {
  width: 50%;
}

div#header .icon {
  float: right;
  height: 2.5em;
  margin-top: -0.3em;
  margin-right: 1%;
  width: 30%;
}

div#header .icon .one-icon {
  float: right;
  height: 1.6em;
  width: auto;
  margin: 0.4em 0 0 1em;
  cursor: pointer;
  display: block;
  position: relative;
}

div#header .icon .badge {
  font-size: 0.8em;
  line-height: 1em;
  position: absolute;
  padding-top: 0.3em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: #FFF;
  background-color: #A11A2D;
  bottom: -0.5em;
  right: -0.5em;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div#header .icon #searchicon {
  display: none;
}

div#header .icon #menumobile {
  display: none;
}

div#header .icon #menupc {
  display: block;
}

div#header .icon2 {
  display: none;
}

div#header #cartpc {
  display: block;
}

div#header #cartmobile {
  display: none;
}

div#header #search {
  width: 60%;
  height: 1.6em;
  margin: 0.1em 2% 0;
  float: right;
  text-align: right;
}

div#header #submenu {
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 2.5em;
  width: 20%;
  padding: 1%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: auto;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 30;
}

div#header #submenu.show {
  visibility: visible;
  opacity: 1;
}

div#header #submenu #submenu-close {
  display: none;
}

div#header #m_category {
  position: absolute;
  top: 2.5em;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: bold;
}

div#header #m_category.show {
  visibility: visible;
  opacity: 1;
}

div#header #m_category > div {
  width: 99%;
  margin-left: 1%;
}

div#header #m_category ul {
  background-color: rgba(255, 255, 255, 0.92);
  float: left;
  width: 13.5%;
  text-align: left;
  padding: 1em 0 1em 0.58%;
  margin: 0 0.5% 0 0;
}

div#header #m_category ul:first-child {
  margin-left: 4.86%;
}

div#header #m_category li {
  padding: 1em 0;
}

div#header #cart-list {
  position: absolute;
  overflow-y: auto;
  top: 2.5em;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: rgba(255, 255, 255, 0.92);
  text-align: center;
  padding: 1em 1em 1em 1em;
  max-height: calc(100vh - (11em + 2.5em));
}

div#header #cart-list.show {
  visibility: visible;
  opacity: 1;
}

div#header #cart-list td {
  text-align: left;
  line-height: 1.4em;
  vertical-align: middle;
  padding: 0 0.5em 1em 0;
}

div#header #cart-list .next_button {
  width: 19em;
  position: relative;
}

div#header #cart-list .next_button:before {
  position: absolute;
  content: "";
  width: 2em;
  height: 100%;
  border-left: 1px solid #ECEEEF;
  right: 0;
  top: 0;
  background-image: url("//www.sempre.jp/img/v7parts/icon_next2.png");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: center center;
}

#mobile_category, #mobile_premenu, #mobile-search {
  display: none;
}

input.search {
  font-size: 1em;
  width: 100%;
  height: 2.2em;
  margin: 0 auto;
  padding: 0.5em 1em 0.5em 2em;
  background-color: white;
  background-image: url("//www.sempre.jp/img/v7parts/icon_search4.png");
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
}

input.search:placeholder-shown {
  color: #1F4B71;
}

input.search::-webkit-input-placeholder {
  color: #1F4B71;
}

input.search:-moz-placeholder {
  color: #1F4B71;
  opacity: 1;
}

input.search::-moz-placeholder {
  color: #1F4B71;
  opacity: 1;
}

input.search:-ms-input-placeholder {
  color: #1F4B71;
}

input.search:focus {
  outline: 0;
}

input.search-submit {
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  div#header:before {
    content: '';
    width: 100%;
    height: 100vh;
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    visibility: hidden;
    opacity: 0;
    background-color: black;
  }
  div#header.show:before {
    visibility: visible;
    opacity: 0.5;
    z-index: 3;
  }
  div#header #headlogo {
    display: none;
  }
  div#header > div.ctlist {
    height: 3em;
  }
  div#header > div.ctlist > ul {
    display: none;
  }
  div#header > div.ctlist .mobilelogo {
    display: block;
    height: 2.5em;
    margin: 0.2em auto;
  }
  div#header img.logo {
    margin: 0.5em auto 0;
    height: 3.5em;
  }
  div#header .icon {
    position: absolute;
    bottom: 0;
    right: 0.5em;
    width: 35%;
  }
  div#header .icon .one-icon {
    margin: 0.4em 4% 0;
  }
  div#header .icon .badge {
    font-size: 0.6em;
    padding-top: 0.2em;
  }
  div#header .icon #menumobile {
    height: 2em;
    display: block;
  }
  div#header .icon #menupc {
    display: none;
  }
  div#header .icon #searchicon {
    display: none;
  }
  div#header .icon2 {
    display: block;
    position: absolute;
    bottom: 0.4em;
    left: 0.5em;
    padding-right: 1em;
  }
  div#header .icon2 .one-icon {
    margin: 0.4em 2% 0;
    height: 1.6em;
    width: auto;
    display: block;
  }
  div#header .icon2 #searchicon {
    display: block;
  }
  div#header #cartpc {
    display: none;
  }
  div#header #cartmobile {
    display: block;
  }
  div#header #search {
    display: none;
  }
  #mobile_category, #mobile_premenu {
    display: block;
    font-weight: bold;
  }
  #mobile_category .mbctmenu, #mobile_premenu .mbctmenu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mobile_category .mbctmenu div, #mobile_premenu .mbctmenu div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
    height: 2em;
    display: inline-block;
    text-align: center;
    padding: 0.6em 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #mobile_category .mbctmenu div div, #mobile_premenu .mbctmenu div div {
    font-size: 0.8em;
    width: 100%;
  }
  #mobile_category .mbctmenu div.show, #mobile_premenu .mbctmenu div.show {
    background-color: #60809A;
  }
  #mobile_category .mbctmenu div.show div, #mobile_premenu .mbctmenu div.show div {
    color: white;
  }
  #mobile_premenu {
    margin: 1em 0 0;
    font-size: 0.9em;
    padding-bottom: 0.5em;
  }
  #mobile_category {
    position: relative;
    height: 2em;
  }
  #mobile_category .m-arrow {
    top: calc(-0.4em - 1px);
  }
  #mobile_category > div.s-cate {
    width: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    top: calc(2em + 1px);
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #mobile_category > div.s-cate ul {
    width: 50%;
    font-size: 0.8em;
  }
  #mobile_category > div.s-cate li {
    padding: 0.7em;
    font-size: 1em;
    font-weight: 500;
    text-align: left;
    line-height: 1em;
    color: #14344E;
  }
  #mobile_category > div.s-cate li img {
    height: 2em;
    vertical-align: middle;
  }
  #mobile_category > div.s-cate li.close {
    text-align: right;
  }
  #mobile_category > div.s-cate li.close img {
    height: 1.5em;
    margin: 0 0 0.1em 0.5em;
  }
  #mobile_category > div.s-cate li.pos {
    border-left: 3px solid #60809A;
    background-color: #DDD;
  }
  #mobile_category > div.show {
    visibility: visible;
    opacity: 1;
  }
  #s-cate-A .m-arrow {
    left: calc(10% - 0.4em);
  }
  #s-cate-B .m-arrow {
    left: calc(30% - 0.4em);
  }
  #s-cate-C .m-arrow {
    left: calc(50% - 0.4em);
  }
  #s-cate-D .m-arrow {
    left: calc(70% - 0.4em);
  }
  #s-cate-E .m-arrow {
    left: calc(90% - 0.4em);
  }
}

#fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000003;
}

#fixed-header #mobile-submenu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: -12em;
  width: 12em;
  max-height: calc(100vh - 3em);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.5em 0.8em 0.5em 0.8em;
  z-index: 20;
  opacity: 1;
  visibility: visible;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.95);
}

#fixed-header #mobile-submenu.show {
  right: 0;
}

#fixed-header #mobile-submenu li {
  margin-bottom: 1em;
  text-align: right;
}

#fixed-header #mobile-submenu #submenu-close {
  display: block;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #666;
  text-align: left;
  font-size: 0.9em;
}

#fixed-header #mobile-submenu #submenu-close img {
  height: 1.5em;
  margin: 0 0.5em 0.1em 0;
  vertical-align: middle;
}

#fixed-header #mobile-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  left: -12em;
  width: 12em;
  height: 100vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0.5em 0.3em;
  z-index: 20;
  display: block;
  background-color: white;
  overflow: scroll;
}

#fixed-header #mobile-search.show {
  left: 0;
}

#fixed-header #mobile-search .side-category {
  margin-top: 3em;
}

#fixed-header #mobile-search #search-close {
  margin-bottom: 0.5em;
  text-align: right;
  font-size: 0.9em;
}

#fixed-header #mobile-search #search-close img {
  height: 1.5em;
  margin: 0 0 0.1em 0.5em;
  vertical-align: middle;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#footer li {
  padding: 0.2em 0;
}

#footer ul > li:first-child {
  font-weight: bold;
}

#footer .category {
  float: left;
  width: 60%;
  border-left: 2px solid #14344E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 2em 1em;
}

#footer .category > ul {
  float: left;
  width: 16.6%;
}

#footer .infomain {
  float: left;
  width: 40%;
}

#footer .infomain .info, #footer .infomain .etc {
  height: 11em;
}

#footer .infomain .info, #footer .infomain .etc, #footer .infomain .contract, #footer .infomain .sns {
  float: left;
  width: 50%;
  border-left: 2px solid #14344E;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 2em 1em;
  margin-bottom: 1em;
}

#footer .infomain .info, #footer .infomain .contract {
  color: #000;
}

#footer .infomain .info a, #footer .infomain .contract a {
  color: #000;
}

#footer .infomain .info a:hover, #footer .infomain .contract a:hover {
  color: #A11A2D;
}

#footer .infomain .etc li {
  padding: 0.3em 0;
}

#footer .infomain .etc img {
  vertical-align: middle;
  height: 1.6em;
}

#footer .infomain .sns img {
  vertical-align: middle;
  height: 2em;
}

@media screen and (max-width: 767px) {
  #footer .category {
    display: none;
  }
  #footer .infomain {
    float: none;
    width: 100%;
  }
  #footer .infomain .sns img {
    height: 2em;
  }
}

/* 
##################### navi ##################### */
#submenu #ctmenu {
  display: none;
}

#submenu ul {
  text-align: center;
  margin: 1em 0;
}

#submenu ul li {
  padding: 0.5em 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#submenu ul li:hover {
  background-color: #EEE;
}

#submenu h3 {
  margin: 1em 0 0 0;
  padding: 0 0 0 0.5em;
  font-size: 75%;
  line-height: 200%;
  color: #000;
  text-align: left;
  border-bottom: #999 1px solid;
}

/* 
-------------------- navi catalog -------------------- */
#catalog li {
  border-bottom: none;
}

/* brand */
#cart_style {
  text-align: left;
  margin: 1em 0;
}

#cart_style .one_item {
  text-align: center;
  vertical-align: top;
  width: 48%;
  padding: 1%;
  display: inline-block;
}

#cart_style p.caption {
  margin: 0;
  line-height: 150%;
  font-size: 90%;
  text-align: left;
  padding: 0.2em;
}

#cart_style p.title {
  font-weight: bold;
  padding: 0.2em;
  background-color: #ccc;
}

#cart_style table {
  width: 100%;
  border-collapse: collapse;
}

#cart_style td {
  font-size: 90%;
  padding: 0.2em;
  background-color: #f7f7f7;
}

#four_style {
  margin: 1em 0;
  text-align: left;
}

#four_style .one_item {
  font-size: 90%;
  line-height: 110%;
  text-align: center;
  vertical-align: top;
  width: 23%;
  padding: 1%;
  display: inline-block;
}

#four_style .one_item p {
  margin: 0.3em 0;
}

@media screen and (max-width: 767px) {
  #cart_style .one_item {
    width: 98%;
    margin-bottom: 1em;
  }
  #four_style .one_item {
    width: 48%;
  }
}

/* item-list */
.item_list .one_item {
  display: inline-block;
  width: 16%;
  vertical-align: top;
  margin: 1em 2%;
  line-height: 130%;
  text-align: right;
}

.item_list .one_item div.cate_img_wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}

.item_list .one_item div.cate_img_wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.item_list .one_item div.cate_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table-cell;
  vertical-align: middle;
}

.item_list .one_item img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .item_list .one_item {
    width: 44%;
    margin: 3%;
  }
}

/* �쥳���� */
#recommend {
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}

#recommend h6 {
  text-align: left;
  font-weight: normal;
  font-size: 160%;
  border-bottom: 2px solid #204b71;
  padding: 0 2% 0.3em;
  width: 98%;
  margin: 2em 0 1em;
  line-height: 1.4em;
}

#recommend p {
  text-align: left;
  margin: 0.5em 0;
}

#recommend .rec {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin: 0 1% 2em;
}

#recommend .rec img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

#recommend .rec:hover {
  color: #A11A2D;
}

#recommend .rec:hover img {
  opacity: 0.8;
}

#recommend .osusume {
  width: 98%;
  text-align: right;
  font-size: 1.1em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  #recommend h6 {
    font-size: 130%;
  }
  #recommend .rec {
    width: 23%;
    margin: 0 1% 2em;
  }
  #recommend #rec-0-4, #recommend #rec-1-4 {
    display: none;
  }
  #recommend #rec-2-8, #recommend #rec-2-9 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #recommend h6 {
    font-size: 130%;
  }
  #recommend .rec {
    width: 23%;
    margin: 0 1% 2em;
  }
  #recommend #rec-0-4, #recommend #rec-1-4 {
    display: none;
  }
  #recommend #rec-2-8, #recommend #rec-2-9 {
    display: none;
  }
}

.side-category {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.8em;
  width: 12.5rem;
  padding-right: 1.5em;
}

.side-category h4 {
  text-align: center;
  background-color: #60809A;
  color: #F9F9F9;
  padding: 0.6em 0;
  margin-bottom: 2em;
  font-size: 1.2em;
}

.side-category ul {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

.side-category ul.cthr {
  border-bottom: 1px dashed  #60809A;
}

.side-category li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 0 1em 0.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-left: 3px solid rgba(0, 0, 0, 0);
}

.side-category li:hover {
  background-color: #DDD;
}

.side-category li.pos {
  border-left: 3px solid #60809A;
  background-color: #DDD;
}

.side-category .cateimgbox {
  width: 2em;
  height: 1.5em;
  margin-right: 0.5em;
}

.side-category .cateimgbox img {
  width: auto;
  height: 1.5em;
}

main {
  width: calc(100% - 12.5rem);
}

.mobile {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .side-category {
    margin-top: 1em;
    width: 100%;
    padding: 0;
  }
  main {
    width: 100%;
    margin-top: 0.5em;
  }
  .mobile {
    display: block;
  }
  .pc {
    display: none;
  }
}
/*# sourceMappingURL=style_v202103.css.map */