@charset "UTF-8";
.Color0Bk0 {
  background-color: #FFFFFF;
}

.CssColor1 {
  background-color: #000000;
}

.Color1 {
  color: #000000;
}

.CssColor3 {
  background-color: #FFA64D;
}

.Color3 {
  color: #FFA64D;
}

.CssColor5 {
  background-color: #EA5232;
}

.Color5 {
  color: #EA5232;
}

.CssColor6 {
  background-color: #00AA00;
}

.Color6 {
  color: #00AA00;
}

.CssColor8 {
  background-color: #FFFF99;
}

.Color8 {
  color: #FFFF99;
}

.CssColor10 {
  background-color: #DCDCDC;
}

.CssColor12 {
  background-color: #AAAAAA;
}

.Color12 {
  color: #AAAAAA;
}

.CssColor13 {
  background-color: #b2d1fb;
}

.Color13 {
  color: #AAAAAA;
}

.CssColorFullspeed {
  background-color: #0066CC;
}

.ColorFullspeed {
  color: #AAAAAA;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}

body,
textarea,
a {
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

html {
  font-size: 85%;
}

/*
@media screen and (min-width:300px) {
    html{
        font-size: 62.5%;
    }
}
@media screen and (min-width:400px) and ( max-width:600px) {
    html{
        font-size: 70%;
    }
}
@media screen and (min-width:600px) {
    html{
        font-size: 85%;
    }
}
*/
.Stock {
  color: #00AA00;
}

.BrandName,
.ItemName {
  color: #000000;
}

#TopButton a,
.TopButtonMenu a {
  color: #000000;
}

.FontColor2 {
  background-color: #EA5232;
  color: #FFFFFF;
}

header p,
header h1 {
  border-left: none;
  font-size: 1em;
  font-weight: bold;
  line-height: none;
  margin-top: 0.5em;
  padding: 0;
}

header img {
  max-height: 3.5em;
  max-width: 300px;
}

.GridContainer {
  column-count: 2;
}

aside:first-child {
  margin-top: 0;
}

aside {
  margin: 0.5em;
  word-break: break-all;
  page-break-inside: avoid;
  break-inside: avoid;
  padding: 1em;
}

aside h3 {
  margin-bottom: 0em;
}

aside h3:before {
  content: "● ";
}

aside p {
  margin-top: 0em;
}

aside ul {
  margin: 1em;
  padding: 0em;
}

aside img {
  margin: 1em;
  max-width: calc(100% - 2em);
}

/*

@media screen and (max-width: $SpWidth) {
    .GridContainer {
        column-count:1;
    }

    aside {
        padding: 0.1em;
    }
}
*/
.Box1C,
.Box1L,
.Box1R,
.Box2C,
.Box2L,
.Box2R,
.Box3C,
.Box3L,
.Box3R,
.Box4C,
.Box4L,
.Box4R,
.Box5C,
.Box5L,
.Box5R {
  margin: 0.5em;
  padding: 0.5em;
}

.Box1L,
.Box2L,
.Box3L,
.Box4L,
.Box5L,
.BoxSpL {
  text-align: left;
}

.Box1C,
.Box2C,
.Box3C,
.Box4C,
.Box5C,
.BoxSpC {
  text-align: center;
}

.Box1R,
.Box2R,
.Box3R,
.Box4R,
.Box5R,
.BoxSpR {
  text-align: right;
}

.Box2C,
.Box2L,
.Box2R {
  border: 2px solid #AAAAAA;
  border-radius: 0.3em;
}

.Box3C,
.Box3L,
.Box3R {
  background-color: white;
  border-radius: 0.3em;
}

.Box4C,
.Box4L,
.Box4R {
  border-bottom: 2px solid #AAAAAA;
}

.Box5C,
.Box5L,
.Box5R {
  box-shadow: 0.1em 0.1em 0.5em 0.1em rgba(0, 0, 0, 0.2);
  border-radius: 0.3em;
  margin-bottom: 1em;
}

.BoxInline {
  height: 20em;
  overflow: auto;
}

.BoxStretch {
  width: 100%;
  display: table;
  table-layout: auto;
  margin: 0;
  padding: 0;
}

.BoxStretch div {
  display: table-cell;
}

.BoxFloat {
  display: block;
  padding: 0.5em;
}

.BoxFloat > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  display: block;
  margin: 0.5em;
}

.BoxSpC,
.BoxSpL,
.BoxSpR {
  display: none;
}

.BoxPcC,
.BoxPcL,
.BoxPcR {
  display: block;
}

@media screen and (max-width: 768px) {
  .BoxSpC,
  .BoxSpL,
  .BoxSpR {
    display: block;
  }
  .BoxPcC,
  .BoxPcL,
  .BoxPcR {
    display: none;
  }
}
.ButtonL,
.ButtonC,
.ButtonR {
  background-color: #FFA64D;
  border-radius: 0.4em;
  border: solid 2px #AAAAAA;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em;
  padding: 1em;
  text-align: center;
}

.ButtonL {
  text-align: left;
}

.ButtonR {
  text-align: right;
}

.ButtonBase, .PageNaviRight, .PageNaviLeft,
.IconButtonC,
.IconButtonL,
.IconButtonR,
.IconButtonR2 {
  background-repeat: no-repeat;
  background-color: #FFA64D;
  border-radius: 0.4em;
  border: solid 2px #AAAAAA;
  color: #FFFFFF;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em;
  padding: 1em;
  text-align: center;
}

.IconButtonL {
  background-image: url("/img/button_icon/circle-left.svg");
  background-position: left 1em center;
  background-size: 1.4em 1.4em;
  padding-left: 2.4em;
}

.IconButtonR,
.IconButtonR2 {
  background-image: url("/img/button_icon/circle-right.svg");
  background-position: right 1em center;
  background-size: 1.4em 1.4em;
  padding-right: 2.4em;
}

.IconButtonR2 {
  background-image: url("/img/button_icon/circle-right-bk.svg");
  text-align: left;
  background-color: #FFFFFF;
  color: #000000;
}

.Width100 {
  width: calc(100% - 1em);
}

.Width50,
.Width50V {
  width: calc(50% - 0.5em);
}

@media screen and (max-width: 768px) {
  .Width50V {
    width: calc(100% - 0.5em);
  }
}
.IconButtonC img {
  width: 1.5em;
}

.PageNaviLeft {
  background-image: url("/img/button_icon/circle-left-bk.svg");
  background-position: left 0.3em center;
  background-size: 1.1em 1.1em;
  padding-left: 2em;
  background-color: #FFFFFF;
  color: #000000;
}

.PageNaviRight {
  background-image: url("/img/button_icon/circle-right-bk.svg");
  background-position: right 0.3em center;
  background-size: 1.1em 1.1em;
  padding-right: 2em;
  background-color: #FFFFFF;
  color: #000000;
}

.ButtonC:hover,
.ButtonL:hover,
.ButtonR:hover,
.IconButtonL:hover,
.IconButtonR:hover,
.PageNaviLeft:hover,
.PageNaviRight:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.3s;
}

.Button:active,
.IconButtonL:active,
.IconButtonR:active,
.PageNaviLeft:active,
.PageNaviRight:active {
  border-color: #FFFFFF;
}

.ButtonColor1 {
  background-color: #DCDCDC;
  color: #000000;
}

div.ButtonLine3 {
  border-bottom: 1px solid #AAAAAA;
  background-color: #DCDCDC;
  padding: 0.2em;
}

.ButtonLine3 a {
  background-color: #FFFFFF;
  border-radius: 0.4em;
  border: solid 2px #AAAAAA;
  display: inline-block;
  margin: 0.2em;
  padding: 0.5em;
}

.ButtonLine3 a:hover {
  background-color: #FFFFFF;
  border-color: #b2d1fb;
  text-decoration: none;
}

div.ButtonLine4 {
  background-color: #DCDCDC;
  padding: 0.2em;
  text-align: center;
}

.ButtonLine4 a {
  background-color: #FFFFFF;
  border-radius: 0.4em;
  border: solid 2px #DCDCDC;
  display: inline-block;
  margin: 0.2em;
  padding: 0.5em;
  width: 40%;
  width: calc(50% - 0.6em);
}

.ButtonLine4 a:hover {
  border-color: #b2d1fb;
  text-decoration: none;
}

div.Button1Line2 {
  text-align: center;
  padding: 0.5em;
  background-color: #DCDCDC;
}

.Button1Line2 a {
  background-color: #FFFFFF;
  border: 2px solid #CCCCCC;
  border-radius: 0.2em;
  display: inline-block;
  margin: 0.1em;
  padding-top: 0.5em;
  text-align: center;
  text-decoration: none;
  width: calc(50% - 0.5em);
}

.Button1Line2 p {
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  padding-top: 0.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Button1Line2 img {
  max-width: 80px;
}

.BanrdIcon {
  margin: 0.4em;
  border: 2px solid #AAAAAA;
  border-radius: 0.4em;
  max-height: 80px;
  max-width: 80px;
}

.ButtonArea {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.ButtonArea a {
  width: 40%;
}

.ButtonWidth1 {
  display: block;
}

.ButtonSns {
  width: calc(20% - 2em);
  margin: 1em;
}

.IconCart {
  background-image: url("/img/button_icon/cart.svg");
}

.IconCartIn {
  background-image: url("/img/button_icon/cart-in.svg");
}

.IconCircleRightBk {
  background-image: url("/img/button_icon/circle-right-bk.svg");
}

.IconDownload {
  background-image: url("/img/button_icon/download.svg");
}

.IconDustbox {
  background-image: url("/img/button_icon/dustbox.svg");
}

.IconPdf {
  background-image: url("/img/button_icon/pdf.svg");
}

.IconHome {
  background-image: url("/img/button_icon/home.svg");
}

.IconInternet {
  background-image: url("/img/button_icon/internet.svg");
}

.IconJapan {
  background-image: url("/img/button_icon/japan.svg");
}

.IconLeft {
  background-image: url("/img/button_icon/circle-left.svg");
}

.IconLogin {
  background-image: url("/img/button_icon/login.svg");
}

.IconLogout {
  background-image: url("/img/button_icon/logout.svg");
}

.IconMembers {
  background-image: url("/img/button_icon/members.svg");
}

.IconOrder {
  background-image: url("/img/button_icon/order.png");
}

.IconPassword {
  background-image: url("/img/button_icon/password.svg");
}

.IconPasswordChenge {
  background-image: url("/img/button_icon/passwordChenge.svg");
}

.IconPay {
  background-image: url("/img/button_icon/pay.svg");
}

.IconPrint {
  background-image: url("/img/button_icon/print.svg");
}

.IconRegist {
  background-image: url("/img/button_icon/regist.svg");
}

.IconReturn {
  background-image: url("/img/button_icon/return.svg");
}

.IconRight {
  background-image: url("/img/button_icon/circle-right.svg");
}

.IconSearch {
  background-image: url("/img/button_icon/search.svg");
}

.IconSetting {
  background-image: url("/img/button_icon/setting.svg");
}

.IconTarget {
  background-image: url("/img/button_icon/target.svg");
}

.IconTop {
  background-image: url("/img/button_icon/circle-up.png");
}

table {
  border: 1px solid #000000;
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  table-layout: fixed;
  width: 90%;
  width: calc(100% - 1em);
}

caption {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
  text-align: left;
}

th, td {
  border: 1px solid #000000;
  padding: 0.5em;
}

th {
  background-color: #DCDCDC;
  text-align: center;
}

.table-lengthways tr:nth-child(odd) {
  background-color: #DCDCDC;
}

.table-alongside th {
  text-align: left;
}

.table-clear * {
  background-color: transparent;
  border: transparent 1px solid;
}

.DataListLeft td {
  text-align: left;
}

.DataListCenter td {
  text-align: center;
}

.DataListRight td {
  text-align: right;
}

#bolt td {
  text-align: right;
}

#bolt td:last-child {
  text-align: left;
}

.Postage span {
  display: inline-block;
}

.Postage td {
  text-align: right;
}

.Postage td:nth-child(1) {
  text-align: left;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: block;
  padding: 0.5em;
  padding-top: 1em;
  font-weight: bold;
}

label.List {
  display: block;
  border: 1px solid #EEEEEE;
  padding: 0.5em;
  border-radius: 0.3em;
}

label.Arbitrary:before {
  background-color: #AAAAAA;
  border-radius: 2px;
  color: #FFFFFF;
  content: "任意";
  display: inline;
  margin-right: 1em;
  padding: 0.2em;
  vertical-align: middle;
}

label.Must:before {
  background-color: #FFA64D;
  border-radius: 2px;
  color: #FFFFFF;
  content: "必需";
  display: inline;
  margin-right: 1em;
  padding: 0.2em;
  vertical-align: middle;
}

input[type=date],
input[type=email],
input[type=file],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
  font-size: 16px;
  border: 2px solid #AAAAAA;
  border-radius: 2px;
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  line-height: 150%;
  margin: 0.5em;
  padding: 0.5em;
  transition: background-color 0.5s;
  vertical-align: middle;
}

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  background-color: #FFFF99;
  transition: background-color 1s;
  box-shadow: none;
}

input[type=checkbox],
input[type=radio] {
  height: 16px;
  margin: 4px;
  width: 16px;
}

textarea {
  min-height: 5em;
}

#PopupContents {
  display: none;
  background-color: white;
  min-height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

#PopupContents img {
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  position: absolute;
}

div.PageNaviTop {
  width: 500px;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.PageNaviTop span,
.PageNaviTop a {
  background-color: #FFFFFF;
  border: 2px solid #AAAAAA;
  border-radius: 2px;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  margin: 0.1em;
  min-width: 2em;
  padding: 0.5em;
}

.PageNaviTop a:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.3s;
}

.PageNaviTop a:active {
  opacity: 1;
  background-color: #DCDCDC;
  border-color: #FFFFFF;
}

.PageNaviTop span {
  background-color: #DCDCDC;
}

.PageNaviBottom {
  display: table;
  table-layout: fixed;
  width: 500px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  margin-left: auto;
  margin-right: auto;
}

.PageNaviBottom span {
  display: table-cell;
  text-align: center;
  margin: 0.5em;
}

@media screen and (max-width: 768px) {
  .PageNaviBottom,
  div.PageNaviTop {
    width: 100%;
  }
}
.SearchWord {
  border-radius: 0.3em;
  border: 2px solid #AAAAAA;
  display: flex;
  margin: 0.5em;
  padding: 0;
  background-color: red;
}

.SearchWord input[type=text] {
  border-radius: 0;
  border: 0;
  margin: 0;
  width: calc(100% - 3em);
}

.SearchWord a {
  background-color: #FFA64D;
  border-radius: 0 0.14em 0.14em 0;
  margin: 0;
  padding: 0.3em;
  padding-top: 0.8em;
  text-align: center;
  width: 4em;
}

.SearchWord img {
  height: 1em;
}

/*@import "./lib/_alert.scss";


@import "./lib/_cart.scss";
@import "./lib/_datalist.scss";
@import "./lib/_flex.scss";

@import "./lib/_frame.scss";
@import "./lib/_image.scss";
@import "./lib/_imglist.scss";
@import "./lib/_length.scss";
@import "./lib/_news.scss";

@import "./lib/_pagetop.scss";
@import "./lib/_pannavi.scss";
@import "./lib/_postage.scss";
@import "./lib/_search.scss";
@import "./lib/_share.scss";

@import "./lib/_text.scss";
@import "./lib/_list.scss";*/
