html {
  position: relative;
  min-height: 100%;
}

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-image: url(../images/christmas2019/back2019.png);
}

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;
}

a:hover {
  text-decoration: none;
}

#logo {
  padding: 0px 0px;
  width: 94%;
  max-width: 1200px;
  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;
}

.crimson {
  color: #DC143C;
}

.deepgreen {
  color: #074C3D;
}

.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%);
}

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
section {
  margin: 1em auto;
  background-color: #fff;
  clear: both;
  margin-bottom: 20px;
}

#contents {
  max-width: 100%;
  margin: 0 5px;

}

h1 {
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 30px;
  text-align: center;
  background-color: #fff;
  padding: 10px 0;
  margin-top: -13px;
}

.message {
  font-family: "Kokoro";
  font-size: 18px;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 10px 0;
}

h2 {
  font-size: 24px;
  padding-left: 1rem;
  padding-top: 1rem;
  margin-bottom: 3rem;
  line-height: 4rem;
}

h2:before{
font-family: "Font Awesome 5 Free";
content: "\f06b";
font-weight: 900;
padding-right:0.2em;
padding-left:0.2em;
color: #DC143C;
}

.titleborder {
  border-bottom: 2px solid #000;
}

.menubox {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.menuboxP {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.menuBM {
  margin-bottom: 1rem;
}

.menuBM img {
  margin: 0 auto;
}

.menutitle01 {
  display: block;
  margin-top: 1rem;
}

.prodtitle01 {
  display: block;
  margin-top: 1rem;
}

.subbox {
  text-align: center;
}

.subbox img {
  padding-bottom: 3rem;
  max-width: 100%;
}


.subbox2 {
  text-align: center;
}

.subbox2 img {
  padding-bottom: 3rem;
  max-width: 99%;
}

.specialbox {
  width: 100%;
  margin: 0 auto;
}

.seemore p {
  font-weight: bold;
}

.seemore p:before{
font-family: "Font Awesome 5 Free";
content: "\f79c";
font-weight: 900;
padding-right:0.2em;
padding-left:0.2em;
color: #DC143C;
}

.menuboxtext {
  margin: 1rem auto;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding-top: 1rem;
}

.menuboxtext p{
  text-align: center;
  margin-top: 1rem;
}

.menuboxtext p:before{
font-family: "Font Awesome 5 Free";
content: "\f587";
font-weight: 900;
padding-right:0.2em;
padding-left:0.2em;
color: #074C3D;
}

.wrappingbox {
  border: 3px solid #DC143C;
  text-align: center;
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
}

.textfontsize {
  font-size: 14px;
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media all and (min-width: 768px) {
  #contents {
    max-width: 1200px;
    margin: 0 auto;
  }

  section {
    margin: 1em auto;
    background-color: #fff;
    clear: both;
    margin-bottom: 20px;
  }

  h1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 50px;
    text-align: center;
    background-color: #fff;
    padding: 10px 0;
    margin-top: none;
  }

  .message {
    font-family: "Kokoro";
    font-size: 20px;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 20px 0;
  }
}

.specialbox {
  width: 90%;
  margin: 0 auto;
}

.subbox2 {
  text-align: center;
}

.subbox2 img {
  padding-bottom: 3rem;
  max-width: 80%;
}


/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 920px) {
  #contents {
    max-width: 1200px;
    margin: 0 auto;
  }

  section {
    margin: 1em auto;
    background-color: #fff;
    clear: both;
    margin-bottom: 20px;
  }

  h1 {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 60px;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    margin: 10px 0 0;
  }

  .message {
    font-family: "Kokoro";
    font-size: 20px;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 20px 0;
  }

  .specialbox {
    width: 90%;
    margin: 0 auto;
  }

  .subbox2 {
    text-align: center;
  }

  .subbox2 img {
    padding-bottom: 3rem;
    max-width: 80%;
  }

}

#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;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* スマホ（767px以下） */
.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

/* タブレット（768px～991px） */
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

/* PC（992px～1119px） */
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

/* PC大画面（1200px以上）*/
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

/* 画像をレスポンシブ */

/* 高さを揃える */
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
  position: relative;
}

.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* 以下見た目をわかりやすくするための設定*/
.linkbox {
  border: solid 2px #fff;
}

.linkbox a:hover {
  /* マウスオーバー時に色変更*/
  opacity: 0.1;
  background-color: #000000;
}

.fa, .fab, .fal, .far, .fas{
padding: 0px 5px !important;
}
