html {
  position: relative;
  min-height: 100%;
  font-size: 16px;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-size: 16px;
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Hiragino Kaku Gothic Pro W3, "ヒラギノ角ゴ Pro W3", Osaka !important;
  background-color: #fff;
}

header {
  width: 100%;
  margin: 0 auto;
  background-color: #182d7c;
  background-repeat: repeat-x;
  height: 60px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #182d7c;
  z-index: 1;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

#logo {
  padding: 0px 0px;
  width: 94%;
  max-width: 1000px;
  margin: auto;
}

#logo img {
  height: 60px;
}

@media screen and (min-width: 767px) {
  .toSM {
    display: none;
  }

  .toPC {}
}

@media screen and (max-width: 767px) {
  .toSM {}

  .toPC {
    display: none;
  }
}

/*colors*/
/*ノジマブルー*/
.nojimaBlue {
  color: #182D7C;
}

/*ノジマレッド*/
.nojimaRed {
  color: #E60019;
}

.markerpink {
  background: linear-gradient(transparent 40%, rgb(255, 170, 170) 40%);
}

.markeryellow {
  background: linear-gradient(transparent 40%, rgba(226, 197, 90, 0.79) 40%);
}

.markerblue {
  background: linear-gradient(transparent 40%, rgb(83, 197, 240) 40%);
}

.markerblue02 {
  background: linear-gradient(transparent 40%, rgb(171, 217, 235) 40%);
}

.markeryellow2 {
  background: linear-gradient(transparent 40%, rgb(223, 246, 11) 40%);
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 auto 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  font-size: 0.7rem;
  max-width: 1000px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb>.active {
  color: #777;
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
section {
  margin: 1rem auto 2rem;
}

article {
  max-width: 100%;
  margin: 0 5px;
  background-color: #fff;
}

h1 {
  text-align: center;
  font-size: 20px;
}

h1 span {
  font-weight: bold;
  font-size: smaller;
  color:#0059af;
}

h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.6;
}

#kanban_image {
  display: block;
  margin: 0 auto;
}

.introduction {
  background-color: #e6f2ff;
  border-radius: 1rem;
  width: 90%;
  margin: 2rem auto 0;
  padding: 1rem;
}

.introduction p {
  line-height: 1.8;
}

.marker-line {
border-bottom: 3px solid #c03;
font-weight: bold;
}

.colortext_01 {
  color:#c03;
  font-weight: bold;
}

.font_larger {
  font-size: larger;
}

.choice_pc {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.choice_pc li {
  flex: 1;
  text-align: center;
}

.choice_pc img {
  max-width: 100%;
  height: auto;
  display: block;
}

.label {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #333;
}

.setsumei_01 {
  position: relative;
  margin: 3rem auto;
}
.setsumei_01 .ttl {
  position: absolute;
  top: -1.5rem;
  left: 1rem;
  display: inline-block;
  line-height: 1;
  padding: 1rem;
  margin: 0;
  background-color: #0059af;
  color:#fff;
  font-size: 20px;
}
.setsumei_01 .txt {
  padding: 3rem 2rem 1rem 2rem;
  margin: 0;
  background-color: #e6f2ff;
  border-radius: 1rem;
}

.smaller {
  font-size: smaller;
}

.txt_erab {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.image_erab {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.text_erab {
  margin-left: 1rem;
}

.text_erab span {
  background-color: coral;
  color: #fff;
  padding: 10px 15px;
  border-radius: 1rem;
  display: block;
  margin-left: auto;
  width: 100%;
  text-align: center;
}


.erabikata_01 {
  position: relative;
  margin: 3rem auto;
}
.erabikata_01 .ttl {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  line-height: 1;
  padding: 1rem;
  margin: 0;
  background-color: #0059af;
  color:#fff;
  font-size: 20px;
}
.erabikata_01 .txt_erab {
  padding: 3rem 2rem 1rem 2rem;
  margin: 0;
  background-color: #e6f2ff;
  border-radius: 1rem;
}

.tantounoosuusme {
  font-size: 20px;
  font-weight: bold;
  border-bottom: double 5px #0059af;
}

.omukae {
  background-color:#e6f2ff;
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
}



/* 商品リストフレックス */

.productslist ul {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 1rem;
}

.productslist ul li:nth-child(1) {
flex-basis:25%;
}

.productslist ul li:nth-child(1) img {
  padding-right: 1rem;
}

.productslist ul li:nth-child(2) {
flex-basis:75%;
}

.productslist p {
  background-color: #f0f4f8;
  font-size: 0.8rem;
  padding: 0.5rem;
  line-height: 2;
}

.productslist p span {
  background-color: #0059af;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 5px;
}

/* どこでもカート設定 */
.cartanywhere {
  margin-bottom: 1rem;
}

.cartprodname {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.cartprice {
  font-size: 1.5rem;
  color: #ff0000;
  font-weight: bold;
  text-align: right;
}

.yencolor {
  color: #000;
  font-size: 0.8rem;
}

.cartnouki {
  font-size: 0.8rem;
  color: #27c10d;
}

.pointkangen {
  font-size: 0.8rem;
  color:coral;
  font-weight: bold;
}




/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
  article {
    max-width: 100%;
    margin: 0 5px;
    background-color: #fff;
  }

  section {
    margin: 1rem auto 2rem;
  }

  /* 商品一覧 */

.productslist {
  display: flex;
  flex-wrap: wrap;
}

.cartanywhere {
  width: 21%;
  display: flex;
  border: 1px solid #ccc;
  margin: 0 1rem 1rem;;
}

.productslist ul {
  display: block;
  border: none;
}

.productslist ul li {
}

.productslist ul li img {
display: block;
margin:0 auto 1rem;
}
}

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {
  article {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
  }

  section {
    margin: 1rem auto 4rem;
  }

h1 {
  text-align: center;
  font-size: 30px;
}

h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.introduction p {
  line-height: 1.5;
}

.txt_erab {
  display: flex;
  gap: 1rem;
  flex-direction: row;
}

.text_erab span {
  background-color: coral;
  color: #fff;
  padding: 10px 15px;
  border-radius: 1rem;
  display: block;
  margin-left: auto;
  width: fit-content;
}
    
  /* 商品一覧 */

.productslist {
  display: flex;
  flex-wrap: wrap;
}

.cartanywhere {
  width: 21%;
  display: flex;
  border: 1px solid #ccc;
  margin: 0 1rem 1rem;;
}

.productslist ul {
  display: block;
  border: none;
}

.productslist ul li {
}

.productslist ul li img {
display: block;
margin:0 auto 1rem;
}
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px;
  border-radius: 60px;
  width: 70px;
  height: 70px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


.item-list {
  margin-bottom: 2rem;
  display: grid;
  gap: 1.2em;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 600px) {
  .item-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .item-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.item-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 1.2em;
  border-radius: 0.5rem;
  background: #f0f4f8;
  border: 1px solid #d0dce5;
  transition: all 0.2s ease;
}

.item-button:hover {
  background: #e5eef5;
  border-color: #0059af;
  box-shadow: 0 2px 8px rgba(0, 89, 175, 0.1);
}

.item-img {
  width: 72px;
  height: auto;
  margin-bottom: 0.75em;
  border-radius: 0.3em;
  filter: grayscale(10%);
}

.item-label {
  font-size: 0.85em;
  font-weight: 600;
  color: #003e78;
  text-align: center;
  letter-spacing: 0.02em;
}

