@charset "shift_jis";

.pc-only {
  display:none !important;
}

body.modal-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/** header **/
header {
  font-family:"Noto Sans JP","‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
header .firstStage {
  box-sizing: border-box;
  height: 60px;
  margin: 0 auto;
  padding: 10px 10px 0 0;
  width: 100%;
}
header .firstStage .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
header .firstStage .inner .logoArea {
  height: 40px;
  margin-left: 3px;
  overflow: hidden;
  text-align: center;
  width: calc(100% - 105px);
}
header .firstStage .inner .logoArea.app-logo {
  padding-right: 15px;
}
header .firstStage .inner .logoArea .logo img {
  height: 32px;
  margin-top: 8px;
  width: 100%
}
header .firstStage .inner .logoArea .myStoreArea {
  margin-top: 8px;
  text-align: left;
}
header .firstStage .inner .logoArea .myStoreAreaIcon {
  float: left;
  height: 32px;
  margin-left: 8px;
  margin-right: 6px;
  width: 32px;
}
header .firstStage .inner .logoArea .myStoreAreaIcon img {
  height: 32px;
  width: 100%
}
header .firstStage .inner .logoArea .myStoreAreaTxt a {
  color: #000;
}
header .firstStage .inner .logoArea .myStoreAreaTxt .ttl {
  display: block;
  font-size: 0.625em;
  margin-top: 3px;
  padding: 3px 1em 0 0;
}
header .firstStage .inner .logoArea .myStoreAreaTxt .myStoreNm {
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  height: 1em;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  white-space: nowrap;
}
header .firstStage .inner .cartIcon {
  background-repeat: no-repeat;
  background-position: right 12px;
  height: 37px;
  position: relative;
  padding-right: 10px;
  width: 40px;
}
header .firstStage .inner .cartIcon img {
  padding-top: 2px;
  width: 100%;
}
header .firstStage .inner .cartIcon .cartCount {
  background-color: #E30012;
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  font-size: 0.75em;
  left: 30px;
  line-height: 16px;
  height: 16px;
  padding-top: 0 !important;
  position: absolute;
  text-align: center;
  top: 0;
  width: auto;
  padding-left:2px;
  padding-right:2px;
  min-width:12px;
}
header .firstStage .inner .app-back {
  position: relative;
  margin-left: 4px
}
header .app-back-btn {
  display: block;
  z-index: 9999;
  width: 25px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 60px;
  color: #0ad;
  cursor: pointer;
}
header .app-back-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 20px;
  background: #4D4D4D;
  left: 0;
}
header .app-back-btn span:nth-child(1) {
  left: 6px;
  top: 29px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .app-back-btn span:nth-child(2) {
  left: 6px;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .firstStage .inner .spmenu {
  position: relative;
  margin-left: 4px
}
/** menu-btn **/
header .menu-btn {
  display: none;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 60px;
  color: #0ad;
  cursor: pointer;
}
header .menu-btn {
  display: block;
}
header .menu-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #4D4D4D;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .menu-btn span:nth-child(1) {
  top: 13px;
  left: 11px;
}
header .menu-btn span:nth-child(2) {
  top: 24px;
  left: 11px;
}
header .menu-btn span:nth-child(3) {
  top: 35px;
  left: 11px;
}
/** menu-btn animate **/
header .menu-btn.active span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-btn.active span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .menu-btn.active span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .firstStage-sp {
  padding: 0 10px;
}
header .firstStage-sp ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
header .firstStage-sp .myStoreArea {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.4;
}
header .firstStage-sp .myStoreAreaIcon {
  width: 7%;
}
header .firstStage-sp .myStoreAreaIcon img {
  width: 100%
}
header .firstStage-sp .myStoreAreaTtl {
  font-size: 0.7em;
  padding-left: 0.7em;
  width: 7em;
}
header .firstStage-sp .myStoreAreaNm a {
  color: #000;
}
header .firstStage-sp .myStoreAreaNm {
  margin-left: 0.5em;
  width: 90%;
}
header .sp-my-store-dtl {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #CACACA;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s;
  width: 100%;
  z-index: 2000;
}
header .sp-my-store-dtl .my-store-dtl-inner {
  background: #FFF;
  margin: 0 auto;
  padding:10px;
  width: 300px;
}
header .sp-my-store-dtl .close {
  cursor: pointer;
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: relative;
}
header .sp-my-store-dtl .close span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #4D4D4D;
  left: 5px;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
header .sp-my-store-dtl .close span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .sp-my-store-dtl .close span:nth-child(2) {
  width: 0;
  left: 50%;
}
header .sp-my-store-dtl .close span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .sp-my-store-dtl .map-area {
  margin-top: 5px;
  text-align: center;
  position: relative;
}
header .sp-my-store-dtl .map-area img.osm-copr {
  position: absolute;
  bottom: 0;
  left: 0;
}
header .sp-my-store-dtl .info-area {
  margin-top: 10px;
}
header .sp-my-store-dtl .info-area .info-row {
  margin-bottom: 5px;
}
header .sp-my-store-dtl .info-area .chg-store {
  margin-top: 10px;
  text-align: center;
}
header .secondStage {
  background-color: #F0F0F0;
  padding: 3px 10px;
  position: relative;
}
header .secondStage .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  margin: 0 auto
}
header .secondStage .inner .headSearchArea {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -1px;
}
header .secondStage .inner .headSearchArea form {
  width: 100%;
}
header .secondStage .inner .headSearchArea form div {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
}
header .secondStage .inner .headSearchArea .searchBox01 {
  width: 27%;
  background-color: #FFF;
  height: 32px;
  box-sizing: border-box
}
header .secondStage .inner .headSearchArea .searchBox01::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 47%;
  right: 10px;
  margin-top: -4px;
}
header .secondStage .inner .headSearchArea .searchBox01 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 32px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 20px 0 10px;
  border: 1px solid #CACACA;
  box-sizing: border-box
}
header .secondStage .inner .headSearchArea .searchBox01 select::-ms-expand {
  display: none;
}
header .secondStage .inner .headSearchArea .searchBox02 {
  vertical-align: top;
  width: calc(73% - 50px);
}
header .secondStage .inner .headSearchArea .searchBox03 {
  vertical-align: top;
}
header .secondStage .inner .headSearchArea select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
  font-size: 1em;
  width: 100%;
  height: 32px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 20px 0 10px;
  border: 1px solid #CACACA;
  box-sizing: border-box
}
header .secondStage .inner .headSearchArea input#searchHeadText01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #FFF;
  color: #333;
  font-size: 1em;
  padding: 7.5px 10px;
  box-sizing: border-box;
  border: 1px solid #CACACA;
  border-left: 0;
  height: 32px;
  border-radius: 0;
  box-shadow: 0
}
header #search_btn {
  border-radius: 0
}
header .secondStage .inner .secondStageTxtArea {
  font-size: 2.8vw;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
}
header .secondStage .inner .secondStageTxtArea span {
  color: #E6001B
}
header .spHeaderNav {
  width: 100%;
  display: none;
  position: fixed;
  left: -240px;
  top: 0;
  width: 240px;
  height: 100%;
  background-color: #F0F0F0;
  z-index: 9997;
  box-sizing: border-box;
}
header .spHeaderNav {
  display: block;
}
header .spHeaderNav .mem-state {
  background: #789;
  color: #FFF;
  padding: 15px 10px 15px 15px;
  font-size: 1.1em;
}
header .spHeaderNav .mem-state .mem-nm {
  font-weight: bold;
  margin-left: 5px;
}
header .sp-nav-close {
  display: none;
  left: 260px;
  top: 40px;
  position: absolute;
  z-index: 9997;
}
header .sp-nav-close-btn {
  cursor: pointer;
  margin-left: auto;
  width: 40px;
  height: 40px;
  position: relative;
}
header .sp-nav-close .close-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 28px;
  background: #FFF;
  left: 5px;
}
header .sp-nav-close .close-btn span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .sp-nav-close .close-btn span:nth-child(2) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .spHeaderNav .nav-menu {
  overflow-y: scroll;
}
header .spHeaderNav li a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #000;
  border-bottom: solid 1px #ccc;
  padding-left: 34px;
  background: url(../../images/parts/arrow_header_menu.png) no-repeat;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 6px;
}
header .sp-header-overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
header .sp-header-overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
header .move-float {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999;
}

header #highLightMark{
  color: #E30012;
  font-size: smaller;
  font-weight: bold;
  vertical-align: top;
  margin-left: 5px;
}
/** contents **/
#contents {
  width: 100%;
  margin: 20px auto 0 auto;
}
.contentsInner {
  box-sizing: border-box;
  width: 100%;
}
.main-col1 {
  padding: 0 10px;
}
.main-col2 {
  padding: 0 10px;
}
.main-col3 {
}

/** category **/
.menu-category-list {
  width: 240px;
  height: 100%;
  padding-top: 50px;
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  transform: translate(240px);
  transition: all .5s;
}
.menu-category-list.open {
  transform: translateZ(0);
}
.menu-category-list li {
  color: #111;
  text-align: left;
  padding: 10px;
  background: url(../../images/parts/arrow_right02.gif) no-repeat right;
}
.menu-category-list li.depth2, .menu-category-list li.depth3 {
  padding: 10px 10px 10px 20px;
}
.menu-category-list li.depth1-back, .menu-category-list li.depth2-back {
  border-bottom: 1px solid #d5dbdb;
  background: url(../../images/parts/arrow_left02.gif) no-repeat left;
}
.menu-category-list li .depth1-lower, .menu-category-list li .depth2-lower {
  width: 240px;
  height: 100%;
  padding-top: 50px;
  background-color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transform: translate(240px);
  transition: all .5s;
}
.menu-category-list li .depth1-lower.open, .menu-category-list li .depth2-lower.open {
  transform: translateZ(0);
}

/** button **/
.sizeLbtn {
  max-width:300px;
  padding:12px 20px;
  width:94%;
}
.sizeMbtn {
  line-height:40px;
  max-width:260px;
  padding: 0 46px;
  width:94%;
}
.sizeSbtn {
  padding:2px 20px;
}

/* display button list */
.btn-list {
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  margin-bottom:20px;
}

.btn-list::after {
  content:"";
  width:30%;
}

.btn-list li {
  margin-bottom:5%;
  width:30%;
}

/* breadcrumb */
.breadcrumb {
  box-sizing: border-box;
  color: #83838f;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb a {
  color: #83838f !important;
}
.breadcrumb .item::before {
  content: '\FF1E';
  color: #83838f;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0;
  margin: 0 8px .2em;
  speak: none;
}

/** footer **/
footer {
  width: 100%;
  background-color: #F0F0F0;
  font-family:"Noto Sans JP","‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",verdana,"ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}
footer .inner {
  margin: 0 auto;
}
footer .inner .site-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #E6001B;
  padding: 20px 0 10px 0;
}
footer .inner .site-nav li {
  padding: 0 0.6em;
  border-right: 1px solid #FFF;
  font-size: 0.87em;
  margin-bottom: 12px;
  box-sizing: border-box;
}
footer .inner .site-nav li:first-of-type {
  border-left: 1px solid #FFF
}
footer .inner .oth-nav {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  margin: 30px auto 20px auto;
}
footer .inner .oth-nav .title {
  clear: both;
  color: #333;
  font-weight: bold;
  margin: 15px 0;
}
footer .inner .oth-nav ul li {
  background-image: url(../../images/parts/arrow_right05.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 6px;
  float: left;
  font-size: 0.82em;
  line-height: 1.4em;
  margin-bottom: 10px;
  padding-left: 0.8em;
  padding-right: 0.5em;
  width: 44%;
}
footer .copyright {
  clear: both;
  font-size: 0.62em;
  color: #000;
  padding: 10px 0 30px;
  text-align: center;
}
/* 2022/12/06 bita-a0303 add start */
footer .appver {
  clear: both;
  color: #000;
  font-size: 0.75em;
  padding: 10px 0 10px;
  text-align: center;
}
/* 2022/12/06 bita-a0303 add end */
/* .copyWrap
----------------------------------------------------------- */
footer .copyWrap {
  display:none;
}