@charset "UTF-8";
html, body, #container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

div, h2, h3, h4, h5, ul, ol, li, table, th, td, dl, dt, dd, form, input, textarea, select, button, p, span, a, img {
  position: relative;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFFFEF;
  background-image: url(../img/common/txMainBG.png);
  background-repeat: repeat;
  background-position: left top;
  background-attachment: fixed;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body #modal-overlay {
  z-index: 9999;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#container {
  position: absolute;
  top: 0;
  left: 0;
}

body > #container {
  height: auto;
}

.pageFixed {
  position: fixed;
  width: 100%;
}

.nobr {
  white-space: nowrap;
  word-break: keep-all;
}

.textHidden {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

/* Template
@if($type == xs) { //Mobile

}
@if($type == sm) { //Tablet

}
@if($type == md or $type == lg) { //PC

}
*/
header {
  z-index: 10000;
  width: 100%;
  height: 50px;
  background-color: #2a971f;
  background-image: url(../img/common/txMenuBG.png);
  background-position: left top;
  background-repeat: repeat;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
}
header ul.control {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  list-style: none;
}
header ul.control li.btn {
  color: #FFF;
  text-shadow: 0 0 3px black;
}
header ul.control li.btn:hover {
  color: #fc0;
}
header ul.control li.btn a {
  width: 100%;
  height: 100%;
  color: #FFF;
  line-height: 1;
}
header ul.control li.btn a:hover {
  color: #fc0;
}
header ul.control li.btnMenuOpen {
  flex-shrink: 0;
  transition-duration: 0.25s;
  cursor: pointer;
}
header ul.control li.btnMenuOpen:before {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
header ul.control li.btnMenuOpen:before else {
  content: "";
}
header ul.control li.btnHome {
  flex-grow: 10;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: left;
}
header ul.control li.btnHome a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  text-decoration: none;
}
header ul.control li.btnHome a h1 {
  font-size: 1.125rem;
  font-weight: 900;
}
header ul.control li.space {
  display: none;
  width: 100%;
}
header ul.control li.btnCart {
  flex-shrink: 0;
}
header ul.control li.btnCart a:before {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
header ul.control li.btnCart a:before else {
  content: "";
}

#siteMenu {
  z-index: -100000;
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  width: calc(100%);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#siteMenu ul {
  flex-shrink: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #FFF;
  list-style: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#siteMenu ul li {
  margin: 0;
  padding: 0;
  width: calc(100%);
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  border-top: none;
  border-right: none;
  border-left: none;
}
#siteMenu ul li > a {
  display: block;
  margin: 0;
  padding: 1em 1.25em 1em 2.5em;
  width: calc(100% - (1.25em + 2.5em));
  height: auto;
  text-decoration: none;
  color: #0f66dc;
  line-height: 1;
}
#siteMenu ul li > a:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  margin-left: -1.25em;
}
#siteMenu ul li > a:before else {
  content: "";
}
#siteMenu ul li > a:hover, #siteMenu ul li > a:active {
  color: #f60;
  background-color: #ffc;
}
#siteMenu ul li.contactStatus {
  margin: 0;
  padding: 1em 1.25em;
  width: calc(100% - (1.25em) * 2);
  height: auto;
}
#siteMenu ul li.contactStatus p {
  text-align: center;
}
#siteMenu ul li.contactStatus p.phoneNumber {
  margin: 16px 0 0 0;
  width: auto;
  height: auto;
}
#siteMenu ul li.contactStatus p.phoneNumber a {
  display: inline-block;
  margin: 0;
  padding: 0.75em 1em;
  width: auto;
  height: auto;
  max-width: calc(100% - 2px);
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #0f66dc;
  border-radius: 8px;
  text-decoration: none;
  color: #0f66dc;
  line-height: 1;
}
#siteMenu ul li.contactStatus p.phoneNumber a:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-weight: 400;
}
#siteMenu ul li.contactStatus p.phoneNumber a:before else {
  content: "";
}
#siteMenu ul li.contactStatus p.phoneNumber a:hover, #siteMenu ul li.contactStatus p.phoneNumber a:active {
  color: #f60;
  background-color: #ffc;
  border-color: #f60;
}
#siteMenu ul li:last-child {
  border-bottom: none;
}
#siteMenu button.btnCloseMenu {
  flex-shrink: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 16px 0 0 16px;
  padding: 0;
  width: calc((16px * 4) - 30px);
  height: calc((16px * 4) - 30px);
  max-width: calc((16px * 4) - 30px);
  max-height: calc((16px * 4) - 30px);
  background-color: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: #FFF;
  border-radius: 30px;
  color: #FFF;
  transition-duration: 0.25s;
  cursor: pointer;
}
#siteMenu button.btnCloseMenu:before {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
}
#siteMenu button.btnCloseMenu:before else {
  content: "";
}
#siteMenu button.btnCloseMenu:hover, #siteMenu button.btnCloseMenu:active {
  color: #f60;
  border-color: #f60;
}
#siteMenu button.btnCloseMenu:focus {
  outline: none;
}
#siteMenu button.btnCloseMenu.enable {
  transition-duration: 0.25s;
  opacity: 1;
}
#siteMenu hr {
  display: none;
}
#siteMenu.animate {
  transition-duration: 0.25s;
}

#contents {
  min-height: 100%;
  /*
  #categoryImage, h2 {
      &:nth-child(2) {
          @if($type == xs) { //Mobile
              margin: {
                  top: calc(0 + 16px);
              }
          }
          @if($type == sm) { //Tablet
              margin: {
                  top: calc(0 + 32px);
              }
          }
          @if($type == md or $type == lg) { //PC
              margin: {
                  top: calc(0 + 32px);
              }
          }
      }
  }
  */
}
#contents #topImage {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #2a971f;
  background-image: url(../img/common/imgHeader.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#contents #topImage h1 {
  background-image: url("../img/common/logoMain.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#contents #topImage .btnWando {
  position: absolute;
  background-image: url(../img/common/btnWando.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 2px;
  border-color: #999;
  border-radius: 4px;
}
#contents #topImage .btnWando:hover {
  border-color: #fc0;
}
#contents #topImage .logoMorimori {
  position: absolute;
  background-image: url(../img/common/logoMorimori.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#contents ul#categoryImage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  list-style: none;
}
#contents ul#categoryImage li {
  text-align: center;
  line-height: 1;
}
#contents ul#categoryImage li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
#contents ul#categoryImage li a:hover img {
  opacity: 0.5;
}
#contents ul#categoryImage li:last-of-type {
  margin-bottom: 0;
}
#contents h2 {
  border-style: solid;
  border-width: 10px;
  border-color: #2a971f;
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: left;
  color: #224c1c;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
}
#contents h2 hr {
  margin: 0.25em 0 1px 0;
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 4px;
  border-color: #6dcd62;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
#contents h2.iconShop:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-weight: 400;
}
#contents h2.iconShop:before else {
  content: "";
}
#contents .itemBlock {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}
#contents .itemBlock h3 {
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  background-image: url(../img/common/h3_icon.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 1.5rem auto;
  border-bottom: dotted 2px #f60;
}
#contents .itemBlock h4 {
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
}
#contents .itemBlock h4:before {
  margin-right: 0.5em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  margin-left: -1.25em;
  color: #f60;
}
#contents .itemBlock h4:before else {
  content: "";
}
#contents .itemBlock h4.typeCategory:before {
  margin-right: 0.5em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  margin-left: -1.25em;
  color: #f60;
}
#contents .itemBlock h4.typeCategory:before else {
  content: "";
}
#contents .itemBlock .pic {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-decoration: none;
  line-height: 1;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
}
#contents .itemBlock .pic.noImage {
  background-image: url(../img/common/no_image.jpg);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#contents .itemBlock .pic:not(div):hover {
  opacity: 0.75;
  transform: scale(0.97);
}
#contents .itemBlock p {
  margin: 0 0 1em 0;
  padding: 0;
  width: auto;
  height: auto;
}
#contents .itemBlock p:last-child {
  margin-bottom: 0;
}
#contents .itemBlock p.itemMax {
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  border-top: none;
  border-right: none;
  border-left: none;
  text-align: left;
  font-size: 0.875rem;
}
#contents .itemBlock p.itemMax:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
}
#contents .itemBlock p.itemMax:before else {
  content: "";
}
#contents .itemBlock p.itemMax span.number {
  font-size: 1rem;
  font-weight: 900;
}
#contents .itemBlock a {
  padding: 0 0 0.1em 0;
  border-style: dotted;
  border-width: 1px;
  border-color: #CCC;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #0f66dc;
  text-decoration: none;
}
#contents .itemBlock a:hover {
  border-color: #f60;
  color: #f60;
}
#contents .itemBlock .basicText .caution {
  color: #c00;
  font-weight: 900;
}
#contents .itemBlock .basicText .iconCaution:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
}
#contents .itemBlock .basicText .iconCaution:before else {
  content: "";
}
#contents .itemBlock .basicText .commentBox {
  margin: 32px auto calc(32px * 2) auto;
  padding: 2em 1em;
  width: calc(100% - 10px - 2em);
  height: auto;
  max-width: 500px;
  border-style: double;
  border-width: 5px;
  border-color: #c00;
  text-align: center;
}
#contents .itemBlock .basicText .commentBox h5:last-child {
  margin-bottom: 0;
}
#contents .itemBlock .basicText .commentBox p:last-child {
  margin-bottom: 0;
}
#contents .itemBlock .basicTable table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #000;
  border-right: none;
  border-bottom: none;
  border-left: solid 1px #000;
  color: #000;
}
#contents .itemBlock .basicTable table tbody tr th {
  margin: 0;
  padding: 0.5em;
  width: auto;
  height: auto;
  background-color: #bfedba;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: none;
}
#contents .itemBlock .basicTable table tbody tr td {
  margin: 0;
  padding: 0.5em;
  width: auto;
  height: auto;
  background-color: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-top: none;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: none;
}
#contents .itemBlock .basicTable table.priceTable tr th {
  white-space: nowrap;
  word-break: keep-all;
}
#contents .itemBlock .basicTable table.priceTable tr td {
  white-space: nowrap;
  word-break: keep-all;
  text-align: right;
}
#contents .itemBlock .basicTable table.priceTable tr td:before {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
}
#contents .itemBlock .basicTable table.priceTable tr td:before else {
  content: "";
}
#contents .itemBlock .basicTable table.priceTable tr td:empty {
  text-align: center;
}
#contents .itemBlock .basicTable table.priceTable tr td:empty:before {
  content: "-";
}
#contents .itemBlock ul.default li, #contents .itemBlock ol.default li {
  font-size: 1rem;
  font-weight: 400;
}
#contents .itemBlock ul.typeFloat, #contents .itemBlock ol.typeFloat {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
#contents .itemBlock ul.typeFloat li, #contents .itemBlock ol.typeFloat li {
  margin: 0 2.75em 0.5em 0;
  width: auto;
  height: auto;
  text-align: left;
}
#contents .itemBlock ul.typeFloatCenter, #contents .itemBlock ol.typeFloatCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
#contents .itemBlock ul.typeFloatCenter li, #contents .itemBlock ol.typeFloatCenter li {
  margin: 0 2.75em 0.5em 0;
  width: auto;
  height: auto;
  text-align: left;
}
#contents .itemBlock ul.typeShopItemList, #contents .itemBlock ol.typeShopItemList {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  list-style: none;
}
#contents .itemBlock ul.typeShopItemList li, #contents .itemBlock ol.typeShopItemList li {
  flex-grow: 1;
  flex-shrink: 0;
}
#contents .itemBlock ul.typeShopItemList li a.pic, #contents .itemBlock ol.typeShopItemList li a.pic {
  display: block;
  /*transition: {
      duration: 0.1s;
      timing-function:ease;
  }*/
}
#contents .itemBlock ul.typeShopItemList li a.pic:hover, #contents .itemBlock ol.typeShopItemList li a.pic:hover {
  /* transition: {
       duration: 0.25s;
       timing-function:ease;
   }*/
}
#contents .itemBlock ul.typeShopItemList li h5, #contents .itemBlock ol.typeShopItemList li h5 {
  margin: 1em auto;
  padding: 0 0 0 1.25em;
  width: auto;
  height: auto;
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
}
#contents .itemBlock ul.typeShopItemList li h5:before, #contents .itemBlock ol.typeShopItemList li h5:before {
  margin-right: 0.5em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  margin-left: -1.25em;
  margin-weight: 400;
  color: #f60;
}
#contents .itemBlock ul.typeShopItemList li h5:before else, #contents .itemBlock ol.typeShopItemList li h5:before else {
  content: "";
}
#contents .itemBlock ul.typeShopItemList li .itemText, #contents .itemBlock ol.typeShopItemList li .itemText {
  display: none;
  margin: 0 0 1em 0;
  padding: 0.25em 0;
}
#contents .itemBlock ul.typeShopItemList li p.itemPrice, #contents .itemBlock ol.typeShopItemList li p.itemPrice {
  margin: 0 0 1em 0;
  padding: 0.25em 0;
  border-top: dotted 1px #999;
  border-bottom: solid 4px #999;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
}
#contents .itemBlock ul.typeShopItemList li p.itemPrice span.tax, #contents .itemBlock ol.typeShopItemList li p.itemPrice span.tax {
  font-size: 0.75rem;
}
#contents .itemBlock ul.typeShopItemList li .itemDetail, #contents .itemBlock ol.typeShopItemList li .itemDetail {
  display: flex;
  justify-content: flex-end;
  font-weight: 900;
}
#contents .itemBlock ul.typeShopItemList li .itemDetail a:before, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
}
#contents .itemBlock ul.typeShopItemList li .itemDetail a:before else, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before else {
  content: "";
}
#contents .itemBlock ul.typeShopItemList li.space, #contents .itemBlock ol.typeShopItemList li.space {
  flex-shrink: 0;
  flex-grow: 100;
  margin-right: 0;
  margin-bottom: 0;
}
#contents .itemBlock ul.typeShopCategory, #contents .itemBlock ol.typeShopCategory {
  display: flex;
  flex-wrap: wrap;
  justify-self: start;
  align-items: flex-start;
  align-content: stretch;
  list-style: none;
}
#contents .itemBlock .controlBottom {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
#contents .itemBlock .controlBottom .basicButton.typeReset {
  border-color: #900;
  color: #900;
}
#contents .itemBlock .controlBottom .basicButton.typeAccept {
  border-color: #2a971f;
  color: #2a971f;
}
#contents .itemBlock .controlBottom .basicButton:hover {
  cursor: pointer;
  background-color: #ffc;
  border-color: #f60;
  color: #f60;
}
#contents .itemBlock .controlBottom .basicButton:focus {
  outline: none;
}
#contents .itemBlock .itemDetail {
  width: 100%;
  height: auto;
}
#contents .itemBlock .itemDetail ul.images {
  list-style: none;
}
#contents .itemBlock .itemDetail ul.images li:first-child {
  width: 100%;
}
#contents .itemBlock .itemDetail ul.status {
  list-style: none;
}
#contents .itemBlock .itemDetail ul.status li {
  margin: 0 0 2em 0;
  width: 100%;
  height: auto;
}
#contents .itemBlock .itemDetail ul.status li h5 {
  text-align: left;
  font-size: 1rem;
  font-weight: 900;
}
#contents .itemBlock .itemDetail ul.status li h5 .itemCode {
  font-size: 0.75rem;
  font-weight: 400;
}
#contents .itemBlock .itemDetail ul.status li h5:before {
  margin-right: 0.5em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  margin-left: -1.25em;
  color: #f60;
}
#contents .itemBlock .itemDetail ul.status li h5:before else {
  content: "";
}
#contents .itemBlock .itemDetail ul.status li h5.typeCategory:before {
  margin-right: 0.5em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  margin-left: -1.25em;
  color: #f60;
}
#contents .itemBlock .itemDetail ul.status li h5.typeCategory:before else {
  content: "";
}
#contents .itemBlock .itemDetail ul.status li ul.default {
  list-style: disc;
}
#contents .itemBlock .itemDetail ul.status li ul.default li {
  margin: 0 0 0.75em 0;
}
#contents .itemBlock .itemDetail ul.status li ul.default li:last-child {
  margin-bottom: 0;
}
#contents .itemBlock .itemDetail ul.status li.name {
  margin: 0;
}
#contents .itemBlock .itemDetail ul.status li.text background {
  color: rgba(0, 255, 0, 0.25);
}
#contents .itemBlock .itemDetail ul.status li.youtube iframe {
  margin: 0;
  padding: 0;
  width: calc(100%);
  height: auto;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul {
  background-color: #FFF;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  border-collapse: collapse;
  list-style: none;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul li {
  display: table-row;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  border-collapse: collapse;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul li p {
  display: table-cell;
  padding: 0.25em 0.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  border-collapse: collapse;
  vertical-align: middle;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailStoc {
  text-align: center;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailVariation {
  text-align: left;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice {
  text-align: right;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice .tax {
  font-size: 0.75rem;
}
#contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailSelect {
  text-align: center;
}
#contents .itemBlock .itemDetail ul.status li.addCart .addCartButton {
  width: 100%;
  height: auto;
}
#contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p {
  display: flex;
  align-content: center;
}
#contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p input {
  margin: 0 0 2em 0;
  padding: 0.25em;
  width: 5em;
  height: auto;
  text-align: right;
}
#contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit {
  margin: 0 0 0.5em 0;
  width: 100%;
  height: auto;
}
#contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p {
  display: inline-block;
  margin: 0 0 0.5em 0;
  padding: 0.5em 0.75em;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 3px;
  border-color: #c00;
  line-height: 1;
}
#contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p .number {
  font-size: 1.25rem;
  font-weight: 900;
}
#contents .itemBlock .itemDetail ul.status li.addCart .notAvailable p {
  display: inline-block;
  margin: 0 auto 0.5em auto;
  padding: 0.5em 0.75em;
  width: auto;
  height: auto;
  max-width: calc(100% - 6px);
  border-style: double;
  border-width: 3px;
  border-color: #c00;
  text-align: center;
  color: #c00;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}
#contents .itemBlock .cartList {
  color: #000;
}
#contents .itemBlock .cartList ul {
  width: 100%;
  background-color: #fff;
  list-style: none;
}
#contents .itemBlock .cartList ul li.itemName p.type {
  font-size: 0.75rem;
  font-weight: 400;
}
#contents .itemBlock .cartList ul li.itemAmount input {
  margin: 0 0.25em 0 0;
  padding: 0.25em;
  width: 3em;
  height: auto;
  text-align: right;
}
#contents .itemBlock .cartList ul li.itemAmount p.limit {
  font-size: 0.75rem;
}
#contents .itemBlock .cartList ul li.itemAllPrice p.price {
  font-size: 1.125rem;
  font-weight: 900;
}
#contents .itemBlock .cartList ul li.itemAllPrice p.price span.tax {
  font-size: 0.75rem;
}
#contents .itemBlock .cartList ul li.itemAllPrice p.unit {
  font-size: 0.75rem;
}
#contents .itemBlock .cartList ul li.itemAllPrice p.unit span.tax {
  font-size: 0.625rem;
}
#contents .itemBlock .cartList ul li.itemControl .basicButton {
  border-color: #c00;
  border-width: 2px;
  border-radius: 0px;
  color: #c00;
}
#contents .itemBlock .cartList ul li.itemControl .basicButton:hover {
  background-color: #ffc;
  border-color: #f60;
  color: #f60;
}
#contents .itemBlock .cartList ul.cateName {
  background-color: #bfedba;
  color: #000;
  font-weight: 900;
}
#contents .itemBlock .cartList.order {
  margin-bottom: 32px;
}
#contents .itemBlock .basicForm dl {
  width: calc(100% - 2px);
  height: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  border-bottom: none;
  border-left: solid 1px #000;
}
#contents .itemBlock .basicForm dl dt {
  background-color: #bfedba;
  color: #000;
  font-weight: 900;
}
#contents .itemBlock .basicForm dl dt.requiredItem:after {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  margin-left: 0.25em;
  color: #c00;
  font-weight: 400;
  text-shadow: 0 0 2px white;
}
#contents .itemBlock .basicForm dl dt.requiredItem:after else {
  content: "";
}
#contents .itemBlock .basicForm dl dd {
  background-color: #fff;
}
#contents .itemBlock .basicForm dl dd input[type=text] {
  margin: 0;
  padding: 0.5em;
  width: calc(100% - (0.5em * 2) - 2px);
  height: auto;
  font-size: 1rem;
}
#contents .itemBlock .basicForm dl dd input[type=text].inputYMD {
  width: calc(10em);
  height: auto;
}
#contents .itemBlock .basicForm dl dd input[type=radio] {
  margin: 0 0.25em 0 0;
  width: auto;
  height: auto;
}
#contents .itemBlock .basicForm dl dd label {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
#contents .itemBlock .basicForm dl dd textarea {
  margin: 0;
  padding: 0.5em;
  width: calc(100% - (0.5em * 2) - 2px);
  height: auto;
  font-size: 1rem;
}
#contents .itemBlock .basicForm dl dd select {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2em;
  font-size: 1rem;
}
#contents .itemBlock .basicForm dl dd .float {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 0 0.5em 0;
  padding: 0;
}
#contents .itemBlock .basicForm dl dd .float input:last-child, #contents .itemBlock .basicForm dl dd .float select:last-child, #contents .itemBlock .basicForm dl dd .float span:last-child {
  margin-left: 0.5em;
}
#contents .itemBlock .basicForm dl:last-child {
  border-bottom: solid 1px #000;
}
#contents .itemBlock .basicForm dl.calc dt {
  background-color: #a8dfff;
}
#contents .itemBlock .basicForm dl.calc dd p {
  margin: 0;
  padding: 0.5em;
  width: calc(100% - (0.5em * 2));
  height: auto;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 900;
}
#contents .itemBlock .basicForm dl.calc dd p .tax {
  font-size: 0.875rem;
}
#contents .itemBlock .basicForm dl.calc dd ul {
  margin: 0;
  padding: 0.5em 0.5em 0.5em 1.75em;
  width: calc(100% - (0.5em + 1.75em));
  height: auto;
  border-top: dotted 1px #000;
  font-size: 0.75rem;
}
#contents .itemBlock .basicForm dl.calc.totalprice dt {
  background-color: #69c8ff;
}
#contents .itemBlock .basicForm dl.calc.totalprice dd p {
  font-size: 1.75rem;
}
#contents .itemBlock .basicText .requiredIcon {
  color: #c00;
  font-weight: 900;
}
#contents .itemBlock .basicText .requiredIcon:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  color: #c00;
  font-weight: 400;
  text-shadow: 0 0 2px white;
}
#contents .itemBlock .basicText .requiredIcon:before else {
  content: "";
}
#contents .itemBlock .controlBottom.forCartForm {
  flex-wrap: wrap;
}
#contents .itemBlock div.profile {
  display: flex;
  align-content: center;
  align-items: stretch;
}
#contents .itemBlock div.profile .image {
  background-color: rgba(255, 0, 0, 0.25);
}
#contents .itemBlock div.profile ul.status {
  list-style: none;
}
#contents .itemBlock div.profile ul.status li {
  display: inline-block;
  margin: 0 0 1rem 0;
  padding: 0;
  width: auto;
  height: auto;
}
#contents .itemBlock div.profile ul.status li.name {
  text-align: center;
  color: #31599a;
  line-height: 1.2;
}
#contents .itemBlock div.profile ul.status li.address {
  color: #31599a;
}
#contents .itemBlock div.profile ul.status li.phone {
  color: #31599a;
  font-family: "Arial Black", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
#contents .itemBlock div.profile ul.status li.phone:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-weight: 400;
}
#contents .itemBlock div.profile ul.status li.phone:before else {
  content: "";
}
#contents .itemBlock div.profile ul.status li:nth-last-of-type(1) {
  margin-bottom: 0;
}
#contents .itemBlock p.postType {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0.5em;
  width: auto;
  height: auto;
  border-style: solid;
  border-width: 2px;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
}
#contents .itemBlock p.postType.type0 {
  background-color: #FFF;
  border-color: #000;
}
#contents .itemBlock p.postType.type1 {
  background-color: #69c8ff;
  border-color: #a8dfff;
  color: #FFF;
  text-shadow: 0 0 2px black, 0 0 2px black;
}
#contents .itemBlock p.postType.type2 {
  background-color: #0040FF;
  border-color: #789aff;
  color: #FFF;
  text-shadow: 0 0 2px black, 0 0 2px black;
}
#contents .itemBlock p.postType.type3 {
  background-color: #fe0;
  border-color: #c00;
}
#contents .itemBlock ul.pagenation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  list-style: none;
}
#contents .itemBlock ul.pagenation li {
  line-height: 1;
}
#contents .itemBlock ul.pagenation li label {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #2a971f;
  border-style: solid;
  border-width: 1px;
  border-color: #6dcd62;
  border-radius: 100%;
  color: #fff;
  font-size: 0.875rem;
}
#contents .itemBlock ul.pagenation li a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #2a971f;
  border-radius: 100%;
  color: #2a971f;
  font-size: 0.875rem;
}
#contents .itemBlock ul.pagenation li a:hover, #contents .itemBlock ul.pagenation li a:active {
  background-color: #ffc;
  border-color: #f60;
  color: #f60;
}
#contents .itemBlock ul.pagenation li.skip {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: calc(32px / 4);
  padding: 0;
  width: auto;
  height: 2.5em;
  font-size: 0.625rem;
  line-height: 1;
}
#contents button.basicButton, #contents input.basicButton, #contents div.basicButton, #contents a.basicButton {
  display: inline-block;
  background-color: #fff;
  border-color: #0f66dc;
  border-top: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
  border-left: solid 1px;
  border-radius: 8px;
  text-align: center;
  color: #0f66dc;
  font-size: 0.875rem;
  line-height: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
#contents button.basicButton.iconBack:before, #contents input.basicButton.iconBack:before, #contents div.basicButton.iconBack:before, #contents a.basicButton.iconBack:before {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-weight: 400;
  line-height: 1;
  margin-right: 0.25em;
}
#contents button.basicButton.iconBack:before else, #contents input.basicButton.iconBack:before else, #contents div.basicButton.iconBack:before else, #contents a.basicButton.iconBack:before else {
  content: "";
}
#contents button.basicButton.iconNext:after, #contents input.basicButton.iconNext:after, #contents div.basicButton.iconNext:after, #contents a.basicButton.iconNext:after {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-weight: 400;
  line-height: 1;
  margin-left: 0.25em;
}
#contents button.basicButton.iconNext:after else, #contents input.basicButton.iconNext:after else, #contents div.basicButton.iconNext:after else, #contents a.basicButton.iconNext:after else {
  content: "";
}
#contents button.basicButton.iconAdd:before, #contents input.basicButton.iconAdd:before, #contents div.basicButton.iconAdd:before, #contents a.basicButton.iconAdd:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-weight: 400;
  line-height: 1;
}
#contents button.basicButton.iconAdd:before else, #contents input.basicButton.iconAdd:before else, #contents div.basicButton.iconAdd:before else, #contents a.basicButton.iconAdd:before else {
  content: "";
}
#contents button.basicButton.iconDelete:before, #contents input.basicButton.iconDelete:before, #contents div.basicButton.iconDelete:before, #contents a.basicButton.iconDelete:before {
  margin-right: 0.25em;
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
  font-weight: 400;
  line-height: 1;
}
#contents button.basicButton.iconDelete:before else, #contents input.basicButton.iconDelete:before else, #contents div.basicButton.iconDelete:before else, #contents a.basicButton.iconDelete:before else {
  content: "";
}
#contents button.basicButton:hover, #contents input.basicButton:hover, #contents div.basicButton:hover, #contents a.basicButton:hover {
  cursor: pointer;
  background-color: #ffc;
  border-color: #f60;
  color: #f60;
}
#contents button.basicButton:focus, #contents input.basicButton:focus, #contents div.basicButton:focus, #contents a.basicButton:focus {
  outline: none;
}

footer {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .copyRight {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2a971f;
  background-image: url(../img/common/txMenuBG.png);
  background-position: left top;
  background-repeat: repeat;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #FFF;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}

button.scrollButton {
  z-index: 50000;
  opacity: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #666;
  border-radius: 100%;
  color: #333;
  cursor: pointer;
  transition-duration: 0.25s;
  transform: translateY(200px);
}
button.scrollButton:before {
  display: inline-block;
  content: " ";
  font-family: FontAwesome;
}
button.scrollButton:before else {
  content: "";
}
button.scrollButton:hover, button.scrollButton:active {
  background-color: #ffc;
  border-color: #f60;
  color: #f60;
}
button.scrollButton:focus {
  outline: none;
}
button.scrollButton.enable {
  transition-duration: 0.25s;
  opacity: 0.5;
  transform: translateY(0);
}

@media (max-width: 559px) {
  header {
    z-index: 10000;
    width: 100%;
    height: 50px;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
  }
  header ul.control {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 0 auto 16px auto;
    width: calc(100% - (16px * 2));
    height: 100%;
  }
  header ul.control li {
    width: 30px;
    height: 30px;
  }
  header ul.control li.btn {
    color: #FFF;
    text-shadow: 0 0 3px black;
  }
  header ul.control li.btn:hover {
    color: #fc0;
  }
  header ul.control li.btn a {
    width: 100%;
    height: 100%;
    color: #FFF;
    line-height: 1;
  }
  header ul.control li.btn a:hover {
    color: #fc0;
  }
  header ul.control li.btnMenuOpen {
    flex-shrink: 0;
    transition-duration: 0.25s;
    display: flex;
    cursor: pointer;
  }
  header ul.control li.btnMenuOpen:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnMenuOpen:before else {
    content: "";
  }
  header ul.control li.btnHome {
    flex-grow: 10;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 0 0 1em;
    width: auto;
    height: 30px;
    text-align: left;
  }
  header ul.control li.btnHome a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    text-decoration: none;
  }
  header ul.control li.btnHome a h1 {
    font-size: 1.125rem;
    font-weight: 900;
  }
  header ul.control li.space {
    display: none;
    width: 100%;
  }
  header ul.control li.btnCart {
    flex-shrink: 0;
  }
  header ul.control li.btnCart a:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnCart a:before else {
    content: "";
  }

  #siteMenu {
    z-index: -100000;
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #siteMenu ul {
    flex-shrink: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    list-style: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 16px;
    width: calc(100%);
    height: 100%;
    max-width: calc(100% - (16px * 4) - 30px);
    max-height: calc(100% - (16px * 2));
  }
  #siteMenu ul li {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #siteMenu ul li > a {
    display: block;
    margin: 0;
    padding: 1em 1.25em 1em 2.5em;
    width: calc(100% - (1.25em + 2.5em));
    height: auto;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
  }
  #siteMenu ul li > a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
  }
  #siteMenu ul li > a:before else {
    content: "";
  }
  #siteMenu ul li > a:hover, #siteMenu ul li > a:active {
    color: #f60;
    background-color: #ffc;
  }
  #siteMenu ul li.contactStatus {
    margin: 0;
    padding: 1em 1.25em;
    width: calc(100% - (1.25em) * 2);
    height: auto;
  }
  #siteMenu ul li.contactStatus p {
    text-align: center;
  }
  #siteMenu ul li.contactStatus p.name {
    font-size: 0.75rem;
  }
  #siteMenu ul li.contactStatus p.name .mainName {
    font-size: 1.5rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.address {
    font-size: 0.75rem;
  }
  #siteMenu ul li.contactStatus p.phoneNumber {
    margin: 16px 0 0 0;
    width: auto;
    height: auto;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a {
    display: inline-block;
    margin: 0;
    padding: 0.75em 1em;
    width: auto;
    height: auto;
    max-width: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #0f66dc;
    border-radius: 8px;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
    font-size: 1.5rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before else {
    content: "";
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:hover, #siteMenu ul li.contactStatus p.phoneNumber a:active {
    color: #f60;
    background-color: #ffc;
    border-color: #f60;
  }
  #siteMenu ul li:last-child {
    border-bottom: none;
  }
  #siteMenu button.btnCloseMenu {
    flex-shrink: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 16px 0 0 16px;
    padding: 0;
    width: calc((16px * 4) - 30px);
    height: calc((16px * 4) - 30px);
    max-width: calc((16px * 4) - 30px);
    max-height: calc((16px * 4) - 30px);
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #FFF;
    border-radius: 30px;
    color: #FFF;
    transition-duration: 0.25s;
    cursor: pointer;
    font-size: 20px;
  }
  #siteMenu button.btnCloseMenu:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #siteMenu button.btnCloseMenu:before else {
    content: "";
  }
  #siteMenu button.btnCloseMenu:hover, #siteMenu button.btnCloseMenu:active {
    color: #f60;
    border-color: #f60;
  }
  #siteMenu button.btnCloseMenu:focus {
    outline: none;
  }
  #siteMenu button.btnCloseMenu.enable {
    transition-duration: 0.25s;
    opacity: 1;
  }
  #siteMenu hr {
    display: none;
  }
  #siteMenu.animate {
    transition-duration: 0.25s;
  }

  #contents {
    padding: calc(50px + 16px) 0 calc(60px + 16px) 0;
    width: 100%;
    height: calc(100% - (50px + 16px));
    min-height: 100%;
    /*
    #categoryImage, h2 {
        &:nth-child(2) {
            @if($type == xs) { //Mobile
                margin: {
                    top: calc(0 + 16px);
                }
            }
            @if($type == sm) { //Tablet
                margin: {
                    top: calc(0 + 32px);
                }
            }
            @if($type == md or $type == lg) { //PC
                margin: {
                    top: calc(0 + 32px);
                }
            }
        }
    }
    */
  }
  #contents #topImage {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/imgHeader.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0 16px 0;
    width: 100%;
    height: 170px;
  }
  #contents #topImage h1 {
    margin: 0 0 30px 0;
    width: calc(520px * 0.5);
    height: calc(154px * 0.5);
    background-image: url("../img/common/logoMain.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents #topImage .btnWando {
    position: absolute;
    right: 16px;
    bottom: calc(16px / 2);
    display: inline-block;
    margin: 0;
    width: calc(100px * 0.5);
    height: calc(75px * 0.5);
    background-image: url(../img/common/btnWando.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 2px;
    border-color: #999;
    border-radius: 4px;
  }
  #contents #topImage .btnWando:hover {
    border-color: #fc0;
  }
  #contents #topImage .logoMorimori {
    position: absolute;
    right: calc(10px + 61px + 10px);
    bottom: calc((16px / 2) - 5px);
    display: inline-block;
    margin: 0;
    width: calc(100px * 0.5);
    height: calc(100px * 0.5);
    background-image: url(../img/common/logoMorimori.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents ul#categoryImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto 16px auto;
    padding: 0;
    width: calc(100% - (16px * 2));
    height: auto;
    max-width: 100%;
    list-style: none;
  }
  #contents ul#categoryImage li {
    margin: 0 0 16px 0;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
  }
  #contents ul#categoryImage li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
  }
  #contents ul#categoryImage li a:hover img {
    opacity: 0.5;
  }
  #contents ul#categoryImage li:last-of-type {
    margin-bottom: 0;
  }
  #contents h2 {
    border-style: solid;
    border-width: 10px;
    border-color: #2a971f;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    color: #224c1c;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 16px auto;
    width: calc(100% - (16px * 2));
    height: auto;
    max-width: 100%;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents h2 hr {
    margin: 0.25em 0 1px 0;
    width: 100%;
    height: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: #6dcd62;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  #contents h2.iconShop:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents h2.iconShop:before else {
    content: "";
  }
  #contents .itemBlock {
    background-color: #FFF;
    border-radius: 8px;
    margin: 0 auto 16px auto;
    padding: 16px;
    width: calc(100% - (16px * 4));
    height: auto;
    max-width: calc(100% - (16px * 2));
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock h3 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 1em auto;
    padding: 0.25em 0 0.25em 1.5rem;
    width: auto;
    height: auto;
    background-image: url(../img/common/h3_icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.5rem auto;
    border-bottom: dotted 2px #f60;
  }
  #contents .itemBlock h4 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock h4:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4:before else {
    content: "";
  }
  #contents .itemBlock h4.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .pic {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock .pic.noImage {
    background-image: url(../img/common/no_image.jpg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents .itemBlock .pic:not(div):hover {
    opacity: 0.75;
    transform: scale(0.97);
  }
  #contents .itemBlock p {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock p.itemMax {
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    font-size: 0.875rem;
    margin: 0 0 calc(16px * 1) 0;
    padding: 0 0 0.25em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock p.itemMax:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock p.itemMax:before else {
    content: "";
  }
  #contents .itemBlock p.itemMax span.number {
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock a {
    padding: 0 0 0.1em 0;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #0f66dc;
    text-decoration: none;
  }
  #contents .itemBlock a:hover {
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .basicText {
    margin: 0 0 32px 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicText .caution {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .iconCaution:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicText .iconCaution:before else {
    content: "";
  }
  #contents .itemBlock .basicText ul.default {
    margin: 0 auto 1em auto;
    padding: 0 0 0 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicText .commentBox {
    margin: 32px auto calc(32px * 2) auto;
    padding: 2em 1em;
    width: calc(100% - 10px - 2em);
    height: auto;
    max-width: 500px;
    border-style: double;
    border-width: 5px;
    border-color: #c00;
    text-align: center;
  }
  #contents .itemBlock .basicText .commentBox h5 {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .commentBox h5:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicText .commentBox p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicTable {
    margin: 0 0 32px 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
  #contents .itemBlock .basicTable table {
    margin: 0;
    width: auto;
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #000;
    border-right: none;
    border-bottom: none;
    border-left: solid 1px #000;
    color: #000;
  }
  #contents .itemBlock .basicTable table tbody tr th {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #bfedba;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table tbody tr td {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table.priceTable tr th {
    white-space: nowrap;
    word-break: keep-all;
  }
  #contents .itemBlock .basicTable table.priceTable tr td {
    white-space: nowrap;
    word-break: keep-all;
    text-align: right;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before else {
    content: "";
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty {
    text-align: center;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty:before {
    content: "-";
  }
  #contents .itemBlock ul.default, #contents .itemBlock ol.default {
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.default li, #contents .itemBlock ol.default li {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.75em 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.notes, #contents .itemBlock ol.notes {
    margin: 16px auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.typeFloat, #contents .itemBlock ol.typeFloat {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloat li, #contents .itemBlock ol.typeFloat li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeFloatCenter, #contents .itemBlock ol.typeFloatCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloatCenter li, #contents .itemBlock ol.typeFloatCenter li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeShopItemList, #contents .itemBlock ol.typeShopItemList {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
  #contents .itemBlock ul.typeShopItemList li, #contents .itemBlock ol.typeShopItemList li {
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 0 calc(32px * 2) 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock ul.typeShopItemList li:last-child, #contents .itemBlock ol.typeShopItemList li:last-child {
    margin-bottom: 16px;
  }
  #contents .itemBlock ul.typeShopItemList li a.pic, #contents .itemBlock ol.typeShopItemList li a.pic {
    display: block;
    /*transition: {
        duration: 0.1s;
        timing-function:ease;
    }*/
  }
  #contents .itemBlock ul.typeShopItemList li a.pic:hover, #contents .itemBlock ol.typeShopItemList li a.pic:hover {
    /* transition: {
         duration: 0.25s;
         timing-function:ease;
     }*/
  }
  #contents .itemBlock ul.typeShopItemList li h5, #contents .itemBlock ol.typeShopItemList li h5 {
    margin: 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before, #contents .itemBlock ol.typeShopItemList li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    margin-weight: 400;
    color: #f60;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before else, #contents .itemBlock ol.typeShopItemList li h5:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li .itemText, #contents .itemBlock ol.typeShopItemList li .itemText {
    display: none;
    margin: 0 0 1em 0;
    padding: 0.25em 0;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice, #contents .itemBlock ol.typeShopItemList li p.itemPrice {
    margin: 0 0 1em 0;
    padding: 0.25em 0;
    border-top: dotted 1px #999;
    border-bottom: solid 4px #999;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice span.tax, #contents .itemBlock ol.typeShopItemList li p.itemPrice span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail, #contents .itemBlock ol.typeShopItemList li .itemDetail {
    display: flex;
    justify-content: flex-end;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before else, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li.space, #contents .itemBlock ol.typeShopItemList li.space {
    flex-shrink: 0;
    flex-grow: 100;
    margin-right: 0;
    margin-bottom: 0;
  }
  #contents .itemBlock ul.typeShopCategory, #contents .itemBlock ol.typeShopCategory {
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
    align-items: flex-start;
    align-content: stretch;
    list-style: none;
    padding: 0;
  }
  #contents .itemBlock ul.typeShopCategory li, #contents .itemBlock ol.typeShopCategory li {
    margin: 0 0 16px 0;
    padding: 0;
    width: calc((100% - 16px) / 2);
  }
  #contents .itemBlock ul.typeShopCategory li a, #contents .itemBlock ol.typeShopCategory li a {
    display: block;
    padding: 0.75em 0.75em;
    width: auto;
    height: auto;
    border-style: dotted;
    border-width: 1px;
    border-color: #999;
    border-radius: 4px;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1;
  }
  #contents .itemBlock ul.typeShopCategory li a:hover, #contents .itemBlock ol.typeShopCategory li a:hover {
    background-color: #fe0;
  }
  #contents .itemBlock ul.typeShopCategory li:nth-of-type(2n), #contents .itemBlock ol.typeShopCategory li:nth-of-type(2n) {
    margin: 0 0 16px 16px;
  }
  #contents .itemBlock .controlBottom {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: calc(16px * 2) 0 0 0;
    padding: 16px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .controlBottom .basicButton {
    margin: 0 calc(16px / 2);
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack {
    margin: 0 calc(16px / 2) 0 0;
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before {
    display: block;
    margin: 0 0 0.25em 0;
    width: 100%;
    height: auto;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1;
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext {
    margin: 0 0 0 calc(16px / 2);
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:before {
    display: block;
    margin: 0 0 0.25em 0;
    width: 100%;
    height: auto;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1;
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset {
    border-color: #900;
    color: #900;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept {
    border-color: #2a971f;
    color: #2a971f;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before {
    display: block;
    margin: 0 0 0.25em 0;
    width: 100%;
    height: auto;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .controlBottom .basicButton:focus {
    outline: none;
  }
  #contents .itemBlock .itemDetail {
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li {
    margin: 0 0 16px 0;
    padding: 0;
    width: calc((100% - (16px * 2)) / 3);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li:first-child {
    width: 100%;
  }
  #contents .itemBlock .itemDetail ul.status {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li {
    margin: 0 0 2em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 .itemCode {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li ul.default {
    list-style: disc;
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li {
    margin: 0 0 0.75em 0;
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.name {
    margin: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.text {
    margin: 0 auto 1em auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.text background {
    color: rgba(0, 255, 0, 0.25);
  }
  #contents .itemBlock .itemDetail ul.status li.youtube {
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    width: 100%;
    height: auto;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #contents .itemBlock .itemDetail ul.status li.youtube iframe {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart {
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    width: 100%;
    height: auto;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul {
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    list-style: none;
    display: table;
    margin: 0 0 2em 0;
    padding: 0;
    width: calc(100% - 2px);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li {
    display: table-row;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p {
    display: table-cell;
    padding: 0.25em 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    vertical-align: middle;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailStoc {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailVariation {
    text-align: left;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice {
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice .tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailSelect {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p input {
    margin: 0 0 2em 0;
    padding: 0.25em;
    width: 5em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit {
    margin: 0 0 0.5em 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p {
    display: inline-block;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #c00;
    line-height: 1;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p .number {
    font-size: 1.25rem;
    font-weight: 900;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable {
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable p {
    display: inline-block;
    margin: 0 auto 0.5em auto;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    max-width: calc(100% - 6px);
    border-style: double;
    border-width: 3px;
    border-color: #c00;
    text-align: center;
    color: #c00;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.maker {
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    width: 100%;
    height: auto;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #contents .itemBlock .itemDetail ul.status li.remark {
    margin: 0 0 32px 0;
    padding: 0 0 32px 0;
    width: 100%;
    height: auto;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li a.pic {
    display: none;
  }
  #contents .itemBlock .cartList {
    color: #000;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-collapse: collapse;
  }
  #contents .itemBlock .cartList ul {
    width: 100%;
    background-color: #fff;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock .cartList ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .cartList ul li.itemName {
    justify-content: flex-start;
    width: calc(100% - (0.5em * 2));
    height: auto;
    background-color: #bfedba;
    border-bottom: solid 1px #000;
    color: #000;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul li.itemName .name, #contents .itemBlock .cartList ul li.itemName .type {
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemName p.type {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .cartList ul li.itemAmount {
    width: calc(30% - (0.5em * 2));
    height: auto;
    border-right: dotted 1px #000;
  }
  #contents .itemBlock .cartList ul li.itemAmount input {
    margin: 0 0.25em 0 0;
    padding: 0.25em;
    width: 3em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAmount p.limit {
    font-size: 0.75rem;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice {
    width: calc(70% - (0.5em * 2) - 1px);
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price {
    font-size: 1.125rem;
    font-weight: 900;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit {
    font-size: 0.75rem;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit span.tax {
    font-size: 0.625rem;
  }
  #contents .itemBlock .cartList ul li.itemPostType {
    width: calc(100% - (0.5em * 2));
    height: auto;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .cartList ul li.itemPostType:before {
    content: "配送種別：";
  }
  #contents .itemBlock .cartList ul li.itemControl {
    width: calc(100% - (0.5em * 2));
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton {
    border-color: #c00;
    border-width: 2px;
    border-radius: 0px;
    color: #c00;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton:hover {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .cartList ul.cateName {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
    display: none;
  }
  #contents .itemBlock .cartList.order {
    margin-bottom: 32px;
  }
  #contents .itemBlock .basicForm {
    margin: 0 0 32px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .basicForm dl {
    width: calc(100% - 2px);
    height: auto;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: none;
    border-left: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl dt {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: 0.25em;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after else {
    content: "";
  }
  #contents .itemBlock .basicForm dl dd {
    background-color: #fff;
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=text] {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd input[type=text].inputYMD {
    width: calc(10em);
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=radio] {
    margin: 0 0.25em 0 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd label {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd textarea {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd select {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 2em;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd .float {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  #contents .itemBlock .basicForm dl dd .float input:last-child, #contents .itemBlock .basicForm dl dd .float select:last-child, #contents .itemBlock .basicForm dl dd .float span:last-child {
    margin-left: 0.5em;
  }
  #contents .itemBlock .basicForm dl:last-child {
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl.calc dt {
    background-color: #a8dfff;
  }
  #contents .itemBlock .basicForm dl.calc dd p {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicForm dl.calc dd p .tax {
    font-size: 0.875rem;
  }
  #contents .itemBlock .basicForm dl.calc dd ul {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1.75em;
    width: calc(100% - (0.5em + 1.75em));
    height: auto;
    border-top: dotted 1px #000;
    font-size: 0.75rem;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dt {
    background-color: #69c8ff;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dd p {
    font-size: 1.75rem;
  }
  #contents .itemBlock .basicText .requiredIcon {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .requiredIcon:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicText .requiredIcon:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom.forCartForm {
    flex-wrap: wrap;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeBack {
    order: 1;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeReset {
    order: 4;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeNext {
    order: 2;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeAccept {
    order: 2;
  }
  #contents .itemBlock .controlBottom.forCartForm .space {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1em;
    order: 3;
  }
  #contents .itemBlock div.profile {
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: center;
  }
  #contents .itemBlock div.profile .image {
    display: none;
    background-color: rgba(255, 0, 0, 0.25);
  }
  #contents .itemBlock div.profile ul.status {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock div.profile ul.status li {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  #contents .itemBlock div.profile ul.status li.name {
    text-align: center;
    color: #31599a;
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight: 900;
  }
  #contents .itemBlock div.profile ul.status li.name span.sub {
    font-size: 0.875rem;
  }
  #contents .itemBlock div.profile ul.status li.address {
    color: #31599a;
    font-size: 0.875rem;
  }
  #contents .itemBlock div.profile ul.status li.phone {
    color: #31599a;
    font-family: "Arial Black", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    font-size: 1.75rem;
  }
  #contents .itemBlock div.profile ul.status li.phone:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents .itemBlock div.profile ul.status li.phone:before else {
    content: "";
  }
  #contents .itemBlock div.profile ul.status li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #contents .itemBlock p.postType {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 2px;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
  }
  #contents .itemBlock p.postType.type0 {
    background-color: #FFF;
    border-color: #000;
  }
  #contents .itemBlock p.postType.type1 {
    background-color: #69c8ff;
    border-color: #a8dfff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type2 {
    background-color: #0040FF;
    border-color: #789aff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type3 {
    background-color: #fe0;
    border-color: #c00;
  }
  #contents .itemBlock ul.pagenation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock ul.pagenation li {
    line-height: 1;
    margin: calc(16px / 4);
    padding: 0;
    width: 2.5em;
    height: 2.5em;
  }
  #contents .itemBlock ul.pagenation li label {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #2a971f;
    border-style: solid;
    border-width: 1px;
    border-color: #6dcd62;
    border-radius: 100%;
    color: #fff;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #2a971f;
    border-radius: 100%;
    color: #2a971f;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a:hover, #contents .itemBlock ul.pagenation li a:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock ul.pagenation li.skip {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: calc(32px / 4);
    padding: 0;
    width: auto;
    height: 2.5em;
    font-size: 0.625rem;
    line-height: 1;
  }
  #contents button.basicButton, #contents input.basicButton, #contents div.basicButton, #contents a.basicButton {
    display: inline-block;
    background-color: #fff;
    border-color: #0f66dc;
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-radius: 8px;
    text-align: center;
    color: #0f66dc;
    font-size: 0.875rem;
    line-height: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 0.5em 0.5em;
    width: auto;
    height: auto;
  }
  #contents button.basicButton.iconBack:before, #contents input.basicButton.iconBack:before, #contents div.basicButton.iconBack:before, #contents a.basicButton.iconBack:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.25em;
  }
  #contents button.basicButton.iconBack:before else, #contents input.basicButton.iconBack:before else, #contents div.basicButton.iconBack:before else, #contents a.basicButton.iconBack:before else {
    content: "";
  }
  #contents button.basicButton.iconNext:after, #contents input.basicButton.iconNext:after, #contents div.basicButton.iconNext:after, #contents a.basicButton.iconNext:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.25em;
  }
  #contents button.basicButton.iconNext:after else, #contents input.basicButton.iconNext:after else, #contents div.basicButton.iconNext:after else, #contents a.basicButton.iconNext:after else {
    content: "";
  }
  #contents button.basicButton.iconAdd:before, #contents input.basicButton.iconAdd:before, #contents div.basicButton.iconAdd:before, #contents a.basicButton.iconAdd:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconAdd:before else, #contents input.basicButton.iconAdd:before else, #contents div.basicButton.iconAdd:before else, #contents a.basicButton.iconAdd:before else {
    content: "";
  }
  #contents button.basicButton.typeAdd, #contents input.basicButton.typeAdd, #contents div.basicButton.typeAdd, #contents a.basicButton.typeAdd {
    margin: 0 calc(16px / 2) 0 0;
  }
  #contents button.basicButton.typeAdd:before, #contents input.basicButton.typeAdd:before, #contents div.basicButton.typeAdd:before, #contents a.basicButton.typeAdd:before {
    display: block;
    margin: 0 0 0.25em 0;
    width: 100%;
    height: auto;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.typeAdd:before else, #contents input.basicButton.typeAdd:before else, #contents div.basicButton.typeAdd:before else, #contents a.basicButton.typeAdd:before else {
    content: "";
  }
  #contents button.basicButton.iconDelete:before, #contents input.basicButton.iconDelete:before, #contents div.basicButton.iconDelete:before, #contents a.basicButton.iconDelete:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconDelete:before else, #contents input.basicButton.iconDelete:before else, #contents div.basicButton.iconDelete:before else, #contents a.basicButton.iconDelete:before else {
    content: "";
  }
  #contents button.basicButton:hover, #contents input.basicButton:hover, #contents div.basicButton:hover, #contents a.basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents button.basicButton:focus, #contents input.basicButton:focus, #contents div.basicButton:focus, #contents a.basicButton:focus {
    outline: none;
  }

  footer {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  footer .copyRight {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 16px;
    width: calc(100% - (16px * 4));
    height: 60px;
    max-width: calc(100% - (16px * 2));
    border-radius: 0;
    font-size: 0.875rem;
  }

  button.scrollButton {
    z-index: 50000;
    opacity: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #666;
    border-radius: 100%;
    color: #333;
    cursor: pointer;
    transition-duration: 0.25s;
    transform: translateY(200px);
    right: 16px;
    bottom: 16px;
    margin: 0;
    padding: 0;
    width: calc(64px / 1);
    height: calc(64px / 1);
    font-size: 40px;
  }
  button.scrollButton:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  button.scrollButton:before else {
    content: "";
  }
  button.scrollButton:hover, button.scrollButton:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  button.scrollButton:focus {
    outline: none;
  }
  button.scrollButton.enable {
    transition-duration: 0.25s;
    opacity: 0.5;
    transform: translateY(0);
  }
}
@media (min-width: 560px) and (max-width: 959px) {
  header {
    z-index: 10000;
    width: 100%;
    height: 50px;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
  }
  header ul.control {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 0 auto 16px auto;
    width: calc(100% - (16px * 2));
    height: 100%;
  }
  header ul.control li {
    width: 30px;
    height: 30px;
  }
  header ul.control li.btn {
    color: #FFF;
    text-shadow: 0 0 3px black;
  }
  header ul.control li.btn:hover {
    color: #fc0;
  }
  header ul.control li.btn a {
    width: 100%;
    height: 100%;
    color: #FFF;
    line-height: 1;
  }
  header ul.control li.btn a:hover {
    color: #fc0;
  }
  header ul.control li.btnMenuOpen {
    flex-shrink: 0;
    transition-duration: 0.25s;
    display: flex;
    cursor: pointer;
  }
  header ul.control li.btnMenuOpen:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnMenuOpen:before else {
    content: "";
  }
  header ul.control li.btnHome {
    flex-grow: 10;
    display: flex;
    align-items: center;
    align-content: center;
    flex-shrink: 0;
    justify-content: flex-start;
    margin: 0 0 0 1em;
    width: auto;
    height: 30px;
    text-align: left;
  }
  header ul.control li.btnHome a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    text-decoration: none;
  }
  header ul.control li.btnHome a h1 {
    font-size: 1.125rem;
    font-weight: 900;
  }
  header ul.control li.space {
    display: none;
    width: 100%;
  }
  header ul.control li.btnCart {
    flex-shrink: 0;
  }
  header ul.control li.btnCart a:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnCart a:before else {
    content: "";
  }

  #siteMenu {
    z-index: -100000;
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #siteMenu ul {
    flex-shrink: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    list-style: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 16px;
    width: auto;
    height: 100%;
    max-width: calc(100% - (16px * 4) - 30px);
    max-height: calc(100% - (16px * 2));
  }
  #siteMenu ul li {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #siteMenu ul li > a {
    display: block;
    margin: 0;
    padding: 1em 1.25em 1em 2.5em;
    width: calc(100% - (1.25em + 2.5em));
    height: auto;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
  }
  #siteMenu ul li > a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
  }
  #siteMenu ul li > a:before else {
    content: "";
  }
  #siteMenu ul li > a:hover, #siteMenu ul li > a:active {
    color: #f60;
    background-color: #ffc;
  }
  #siteMenu ul li.contactStatus {
    margin: 0;
    padding: 1em 1.25em;
    width: calc(100% - (1.25em) * 2);
    height: auto;
  }
  #siteMenu ul li.contactStatus p {
    text-align: center;
  }
  #siteMenu ul li.contactStatus p.name {
    font-size: 0.875rem;
  }
  #siteMenu ul li.contactStatus p.name .mainName {
    font-size: 1.75rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.address {
    font-size: 0.875rem;
  }
  #siteMenu ul li.contactStatus p.phoneNumber {
    margin: 16px 0 0 0;
    width: auto;
    height: auto;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a {
    display: inline-block;
    margin: 0;
    padding: 0.75em 1em;
    width: auto;
    height: auto;
    max-width: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #0f66dc;
    border-radius: 8px;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before else {
    content: "";
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:hover, #siteMenu ul li.contactStatus p.phoneNumber a:active {
    color: #f60;
    background-color: #ffc;
    border-color: #f60;
  }
  #siteMenu ul li:last-child {
    border-bottom: none;
  }
  #siteMenu button.btnCloseMenu {
    flex-shrink: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 16px 0 0 16px;
    padding: 0;
    width: calc((16px * 4) - 30px);
    height: calc((16px * 4) - 30px);
    max-width: calc((16px * 4) - 30px);
    max-height: calc((16px * 4) - 30px);
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #FFF;
    border-radius: 30px;
    color: #FFF;
    transition-duration: 0.25s;
    cursor: pointer;
    font-size: 20px;
  }
  #siteMenu button.btnCloseMenu:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #siteMenu button.btnCloseMenu:before else {
    content: "";
  }
  #siteMenu button.btnCloseMenu:hover, #siteMenu button.btnCloseMenu:active {
    color: #f60;
    border-color: #f60;
  }
  #siteMenu button.btnCloseMenu:focus {
    outline: none;
  }
  #siteMenu button.btnCloseMenu.enable {
    transition-duration: 0.25s;
    opacity: 1;
  }
  #siteMenu hr {
    display: none;
  }
  #siteMenu.animate {
    transition-duration: 0.25s;
  }

  #contents {
    padding: calc(50px + 32px) 0 calc(60px + 32px) 0;
    width: 100%;
    height: calc(100% - (50px + 32px));
    min-height: 100%;
    /*
    #categoryImage, h2 {
        &:nth-child(2) {
            @if($type == xs) { //Mobile
                margin: {
                    top: calc(0 + 16px);
                }
            }
            @if($type == sm) { //Tablet
                margin: {
                    top: calc(0 + 32px);
                }
            }
            @if($type == md or $type == lg) { //PC
                margin: {
                    top: calc(0 + 32px);
                }
            }
        }
    }
    */
  }
  #contents #topImage {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/imgHeader.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0 16px 0;
    width: 100%;
    height: 250px;
  }
  #contents #topImage h1 {
    margin: 0 0 30px 0;
    width: calc(520px * 0.7);
    height: calc(154px * 0.7);
    background-image: url("../img/common/logoMain.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents #topImage .btnWando {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-block;
    margin: 0;
    width: calc(100px * 0.7);
    height: calc(75px * 0.7);
    background-image: url(../img/common/btnWando.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 2px;
    border-color: #999;
    border-radius: 4px;
  }
  #contents #topImage .btnWando:hover {
    border-color: #fc0;
  }
  #contents #topImage .logoMorimori {
    position: absolute;
    right: calc((100px * 0.7) + (16px * 2));
    bottom: calc(16px - 5px);
    display: inline-block;
    margin: 0;
    width: calc(100px * 0.7);
    height: calc(100px * 0.7);
    background-image: url(../img/common/logoMorimori.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents ul#categoryImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto 32px auto;
    padding: 0;
    width: calc(100% - (32px * 2));
    height: auto;
    max-width: 100%;
    list-style: none;
  }
  #contents ul#categoryImage li {
    margin: 0 0 32px 0;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
  }
  #contents ul#categoryImage li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
  }
  #contents ul#categoryImage li a:hover img {
    opacity: 0.5;
  }
  #contents ul#categoryImage li:last-of-type {
    margin-bottom: 0;
  }
  #contents h2 {
    border-style: solid;
    border-width: 10px;
    border-color: #2a971f;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    color: #224c1c;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 16px auto;
    width: calc(100% - (16px * 2));
    height: auto;
    max-width: 100%;
  }
  #contents h2 hr {
    margin: 0.25em 0 1px 0;
    width: 100%;
    height: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: #6dcd62;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  #contents h2.iconShop:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents h2.iconShop:before else {
    content: "";
  }
  #contents .itemBlock {
    background-color: #FFF;
    border-radius: 8px;
    margin: 0 auto 32px auto;
    padding: 32px;
    width: calc(100% - (32px * 4));
    height: auto;
    max-width: calc(1024px - (32px * 2));
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock h3 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 1em auto;
    padding: 0.25em 0 0.25em 1.5rem;
    width: auto;
    height: auto;
    background-image: url(../img/common/h3_icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.5rem auto;
    border-bottom: dotted 2px #f60;
  }
  #contents .itemBlock h4 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock h4:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4:before else {
    content: "";
  }
  #contents .itemBlock h4.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .pic {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock .pic.noImage {
    background-image: url(../img/common/no_image.jpg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents .itemBlock .pic:not(div):hover {
    opacity: 0.75;
    transform: scale(0.97);
  }
  #contents .itemBlock p {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock p.itemMax {
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    font-size: 0.875rem;
    margin: 0 0 calc(32px * 1) 0;
    padding: 0 0 0.25em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock p.itemMax:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock p.itemMax:before else {
    content: "";
  }
  #contents .itemBlock p.itemMax span.number {
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock a {
    padding: 0 0 0.1em 0;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #0f66dc;
    text-decoration: none;
  }
  #contents .itemBlock a:hover {
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .basicText {
    margin: 0 0 32px 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicText .caution {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .iconCaution:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicText .iconCaution:before else {
    content: "";
  }
  #contents .itemBlock .basicText .commentBox {
    margin: 32px auto calc(32px * 2) auto;
    padding: 2em 1em;
    width: calc(100% - 10px - 2em);
    height: auto;
    max-width: 500px;
    border-style: double;
    border-width: 5px;
    border-color: #c00;
    text-align: center;
  }
  #contents .itemBlock .basicText .commentBox h5 {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 1.25rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .commentBox h5:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicText .commentBox p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicTable {
    margin: 0 0 32px 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .basicTable table {
    margin: 0;
    width: calc(100% - 2px);
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #000;
    border-right: none;
    border-bottom: none;
    border-left: solid 1px #000;
    color: #000;
  }
  #contents .itemBlock .basicTable table tbody tr th {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #bfedba;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table tbody tr td {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table.priceTable tr th {
    white-space: nowrap;
    word-break: keep-all;
  }
  #contents .itemBlock .basicTable table.priceTable tr td {
    white-space: nowrap;
    word-break: keep-all;
    text-align: right;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before else {
    content: "";
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty {
    text-align: center;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty:before {
    content: "-";
  }
  #contents .itemBlock ul.default, #contents .itemBlock ol.default {
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.default li, #contents .itemBlock ol.default li {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.75em 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.notes, #contents .itemBlock ol.notes {
    margin: 32px auto;
    padding: 0 0 0 2.5em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.typeFloat, #contents .itemBlock ol.typeFloat {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloat li, #contents .itemBlock ol.typeFloat li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeFloatCenter, #contents .itemBlock ol.typeFloatCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloatCenter li, #contents .itemBlock ol.typeFloatCenter li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeShopItemList, #contents .itemBlock ol.typeShopItemList {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    margin: calc(32px * -1) 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
  #contents .itemBlock ul.typeShopItemList li, #contents .itemBlock ol.typeShopItemList li {
    flex-grow: 1;
    flex-shrink: 0;
    margin: 32px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: calc((100% - (32px * 1)) / 2);
  }
  #contents .itemBlock ul.typeShopItemList li:nth-of-type(2), #contents .itemBlock ol.typeShopItemList li:nth-of-type(2) {
    margin-right: 0;
  }
  #contents .itemBlock ul.typeShopItemList li a.pic, #contents .itemBlock ol.typeShopItemList li a.pic {
    display: block;
    /*transition: {
        duration: 0.1s;
        timing-function:ease;
    }*/
  }
  #contents .itemBlock ul.typeShopItemList li a.pic:hover, #contents .itemBlock ol.typeShopItemList li a.pic:hover {
    /* transition: {
         duration: 0.25s;
         timing-function:ease;
     }*/
  }
  #contents .itemBlock ul.typeShopItemList li h5, #contents .itemBlock ol.typeShopItemList li h5 {
    margin: 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before, #contents .itemBlock ol.typeShopItemList li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    margin-weight: 400;
    color: #f60;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before else, #contents .itemBlock ol.typeShopItemList li h5:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li .itemText, #contents .itemBlock ol.typeShopItemList li .itemText {
    display: none;
    margin: 0 0 1em 0;
    padding: 0.25em 0;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice, #contents .itemBlock ol.typeShopItemList li p.itemPrice {
    margin: 0 0 1em 0;
    padding: 0.25em 0;
    border-top: dotted 1px #999;
    border-bottom: solid 4px #999;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice span.tax, #contents .itemBlock ol.typeShopItemList li p.itemPrice span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail, #contents .itemBlock ol.typeShopItemList li .itemDetail {
    display: flex;
    justify-content: flex-end;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before else, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li.space, #contents .itemBlock ol.typeShopItemList li.space {
    flex-shrink: 0;
    flex-grow: 100;
    margin-right: 0;
    margin-bottom: 0;
  }
  #contents .itemBlock ul.typeShopCategory, #contents .itemBlock ol.typeShopCategory {
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
    align-items: flex-start;
    align-content: stretch;
    list-style: none;
    padding: 0;
  }
  #contents .itemBlock ul.typeShopCategory li, #contents .itemBlock ol.typeShopCategory li {
    display: block;
    margin: 0 1.75em 0.75em 0;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeShopCategory li:before, #contents .itemBlock ol.typeShopCategory li:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: -1.25em;
  }
  #contents .itemBlock ul.typeShopCategory li:before else, #contents .itemBlock ol.typeShopCategory li:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: calc(16px * 2) 0 0 0;
    padding: 16px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .controlBottom .basicButton {
    margin: 0 calc(16px / 1);
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:after else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset {
    border-color: #900;
    color: #900;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept {
    border-color: #2a971f;
    color: #2a971f;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .controlBottom .basicButton:focus {
    outline: none;
  }
  #contents .itemBlock .itemDetail {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock .itemDetail ul.images {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 40%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li {
    margin: 0 0 16px 0;
    padding: 0;
    width: calc((100% - (16px * 1)) / 2);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li:first-child {
    width: 100%;
  }
  #contents .itemBlock .itemDetail ul.status {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(60% - 16px);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li {
    margin: 0 0 2em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 .itemCode {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li ul.default {
    list-style: disc;
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li {
    margin: 0 0 0.75em 0;
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.name {
    margin: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.text {
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: calc(100% - 1.25em);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.text background {
    color: rgba(0, 255, 0, 0.25);
  }
  #contents .itemBlock .itemDetail ul.status li.youtube iframe {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul {
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    list-style: none;
    display: table;
    margin: 0 0 2em 1.25em;
    padding: 0;
    width: calc(100% - 1.25em - 2px);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li {
    display: table-row;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p {
    display: table-cell;
    padding: 0.25em 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    vertical-align: middle;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailStoc {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailVariation {
    text-align: left;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice {
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice .tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailSelect {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton {
    width: 100%;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p {
    display: flex;
    align-content: center;
    justify-content: flex-end;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p input {
    margin: 0 0 2em 0;
    padding: 0.25em;
    width: 5em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit {
    margin: 0 0 0.5em 0;
    width: 100%;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p {
    display: inline-block;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #c00;
    line-height: 1;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p .number {
    font-size: 1.25rem;
    font-weight: 900;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable {
    padding: 0 0 0 1.25em;
    width: calc(100% - 1.25em);
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable p {
    display: inline-block;
    margin: 0 auto 0.5em auto;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    max-width: calc(100% - 6px);
    border-style: double;
    border-width: 3px;
    border-color: #c00;
    text-align: center;
    color: #c00;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li {
    margin: 0 0 16px 16px;
    padding: 0;
    width: calc((100% - (16px * 1)) / 2);
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li a.name {
    font-size: 0.875rem;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li:nth-child(odd) {
    margin-left: 0;
  }
  #contents .itemBlock .cartList {
    color: #000;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-collapse: collapse;
  }
  #contents .itemBlock .cartList ul {
    width: 100%;
    background-color: #fff;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock .cartList ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .cartList ul li.itemName {
    ustify-content: flex-start;
    width: calc(100% - (0.5em * 2));
    height: auto;
    background-color: #bfedba;
    border-bottom: solid 1px #000;
    color: #000;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul li.itemName .name, #contents .itemBlock .cartList ul li.itemName .type {
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemName p.type {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .cartList ul li.itemAmount {
    width: calc(30% - (0.5em * 2));
    height: auto;
    border-right: dotted 1px #000;
  }
  #contents .itemBlock .cartList ul li.itemAmount input {
    margin: 0 0.25em 0 0;
    padding: 0.25em;
    width: 3em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAmount p.limit {
    font-size: 0.75rem;
    width: 100%;
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice {
    width: calc(70% - (0.5em * 2) - 1px);
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price {
    font-size: 1.125rem;
    font-weight: 900;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit {
    font-size: 0.75rem;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit span.tax {
    font-size: 0.625rem;
  }
  #contents .itemBlock .cartList ul li.itemPostType {
    width: calc(100% - (0.5em * 2));
    height: auto;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .cartList ul li.itemPostType:before {
    content: "配送種別：";
  }
  #contents .itemBlock .cartList ul li.itemControl {
    width: calc(100% - (0.5em * 2));
    height: auto;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton {
    border-color: #c00;
    border-width: 2px;
    border-radius: 0px;
    color: #c00;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton:hover {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .cartList ul.cateName {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
    display: none;
  }
  #contents .itemBlock .cartList.order {
    margin-bottom: 32px;
  }
  #contents .itemBlock .basicForm {
    margin: 0 0 32px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .basicForm dl {
    width: calc(100% - 2px);
    height: auto;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: none;
    border-left: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl dt {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: 0.25em;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after else {
    content: "";
  }
  #contents .itemBlock .basicForm dl dd {
    background-color: #fff;
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=text] {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd input[type=text].inputYMD {
    width: calc(10em);
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=radio] {
    margin: 0 0.25em 0 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd label {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd textarea {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd select {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 2em;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd .float {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  #contents .itemBlock .basicForm dl dd .float input:last-child, #contents .itemBlock .basicForm dl dd .float select:last-child, #contents .itemBlock .basicForm dl dd .float span:last-child {
    margin-left: 0.5em;
  }
  #contents .itemBlock .basicForm dl:last-child {
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl.calc dt {
    background-color: #a8dfff;
  }
  #contents .itemBlock .basicForm dl.calc dd p {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicForm dl.calc dd p .tax {
    font-size: 0.875rem;
  }
  #contents .itemBlock .basicForm dl.calc dd ul {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1.75em;
    width: calc(100% - (0.5em + 1.75em));
    height: auto;
    border-top: dotted 1px #000;
    font-size: 0.75rem;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dt {
    background-color: #69c8ff;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dd p {
    font-size: 1.75rem;
  }
  #contents .itemBlock .basicText .requiredIcon {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .requiredIcon:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicText .requiredIcon:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom.forCartForm {
    flex-wrap: wrap;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeBack {
    order: 1;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeReset {
    order: 2;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeNext {
    order: 3;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeAccept {
    order: 3;
  }
  #contents .itemBlock .controlBottom.forCartForm .space {
    display: none;
    order: 4;
  }
  #contents .itemBlock div.profile {
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: center;
  }
  #contents .itemBlock div.profile .image {
    display: none;
    background-color: rgba(255, 0, 0, 0.25);
  }
  #contents .itemBlock div.profile ul.status {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock div.profile ul.status li {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  #contents .itemBlock div.profile ul.status li.name {
    text-align: center;
    color: #31599a;
    line-height: 1.2;
    font-size: 2.25rem;
    font-weight: 900;
  }
  #contents .itemBlock div.profile ul.status li.name span.sub {
    font-size: 1.125rem;
  }
  #contents .itemBlock div.profile ul.status li.address {
    color: #31599a;
    font-size: 1rem;
  }
  #contents .itemBlock div.profile ul.status li.phone {
    color: #31599a;
    font-family: "Arial Black", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    font-size: 2rem;
  }
  #contents .itemBlock div.profile ul.status li.phone:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents .itemBlock div.profile ul.status li.phone:before else {
    content: "";
  }
  #contents .itemBlock div.profile ul.status li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #contents .itemBlock p.postType {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 2px;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
  }
  #contents .itemBlock p.postType.type0 {
    background-color: #FFF;
    border-color: #000;
  }
  #contents .itemBlock p.postType.type1 {
    background-color: #69c8ff;
    border-color: #a8dfff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type2 {
    background-color: #0040FF;
    border-color: #789aff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type3 {
    background-color: #fe0;
    border-color: #c00;
  }
  #contents .itemBlock ul.pagenation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 32px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock ul.pagenation li {
    line-height: 1;
    margin: calc(32px / 4);
    padding: 0;
    width: 2.5em;
    height: 2.5em;
  }
  #contents .itemBlock ul.pagenation li label {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #2a971f;
    border-style: solid;
    border-width: 1px;
    border-color: #6dcd62;
    border-radius: 100%;
    color: #fff;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #2a971f;
    border-radius: 100%;
    color: #2a971f;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a:hover, #contents .itemBlock ul.pagenation li a:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock ul.pagenation li.skip {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: calc(32px / 4);
    padding: 0;
    width: auto;
    height: 2.5em;
    font-size: 0.625rem;
    line-height: 1;
  }
  #contents button.basicButton, #contents input.basicButton, #contents div.basicButton, #contents a.basicButton {
    display: inline-block;
    background-color: #fff;
    border-color: #0f66dc;
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-radius: 8px;
    text-align: center;
    color: #0f66dc;
    font-size: 0.875rem;
    line-height: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 0.75em 1em;
    width: auto;
    height: auto;
  }
  #contents button.basicButton.iconBack:before, #contents input.basicButton.iconBack:before, #contents div.basicButton.iconBack:before, #contents a.basicButton.iconBack:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.25em;
  }
  #contents button.basicButton.iconBack:before else, #contents input.basicButton.iconBack:before else, #contents div.basicButton.iconBack:before else, #contents a.basicButton.iconBack:before else {
    content: "";
  }
  #contents button.basicButton.iconNext:after, #contents input.basicButton.iconNext:after, #contents div.basicButton.iconNext:after, #contents a.basicButton.iconNext:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.25em;
  }
  #contents button.basicButton.iconNext:after else, #contents input.basicButton.iconNext:after else, #contents div.basicButton.iconNext:after else, #contents a.basicButton.iconNext:after else {
    content: "";
  }
  #contents button.basicButton.iconAdd:before, #contents input.basicButton.iconAdd:before, #contents div.basicButton.iconAdd:before, #contents a.basicButton.iconAdd:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconAdd:before else, #contents input.basicButton.iconAdd:before else, #contents div.basicButton.iconAdd:before else, #contents a.basicButton.iconAdd:before else {
    content: "";
  }
  #contents button.basicButton.typeAdd:before, #contents input.basicButton.typeAdd:before, #contents div.basicButton.typeAdd:before, #contents a.basicButton.typeAdd:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents button.basicButton.typeAdd:before else, #contents input.basicButton.typeAdd:before else, #contents div.basicButton.typeAdd:before else, #contents a.basicButton.typeAdd:before else {
    content: "";
  }
  #contents button.basicButton.iconDelete:before, #contents input.basicButton.iconDelete:before, #contents div.basicButton.iconDelete:before, #contents a.basicButton.iconDelete:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconDelete:before else, #contents input.basicButton.iconDelete:before else, #contents div.basicButton.iconDelete:before else, #contents a.basicButton.iconDelete:before else {
    content: "";
  }
  #contents button.basicButton:hover, #contents input.basicButton:hover, #contents div.basicButton:hover, #contents a.basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents button.basicButton:focus, #contents input.basicButton:focus, #contents div.basicButton:focus, #contents a.basicButton:focus {
    outline: none;
  }

  footer {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  footer .copyRight {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 32px;
    width: calc(100% - (32px * 4));
    height: 60px;
    max-width: calc(1024px - (32px * 2));
    border-radius: 0;
  }

  button.scrollButton {
    z-index: 50000;
    opacity: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #666;
    border-radius: 100%;
    color: #333;
    cursor: pointer;
    transition-duration: 0.25s;
    transform: translateY(200px);
    right: 32px;
    bottom: 32px;
    margin: 0;
    padding: 0;
    width: calc(64px / 1);
    height: calc(64px / 1);
    font-size: 40px;
  }
  button.scrollButton:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  button.scrollButton:before else {
    content: "";
  }
  button.scrollButton:hover, button.scrollButton:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  button.scrollButton:focus {
    outline: none;
  }
  button.scrollButton.enable {
    transition-duration: 0.25s;
    opacity: 0.5;
    transform: translateY(0);
  }
}
@media (min-width: 960px) and (max-width: 1079px) {
  header {
    z-index: 10000;
    width: 100%;
    height: 50px;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
  }
  header ul.control {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 0 auto 16px auto;
    width: calc(100% - (16px * 2));
    height: 100%;
  }
  header ul.control li {
    width: 30px;
    height: 30px;
  }
  header ul.control li.btn {
    color: #FFF;
    text-shadow: 0 0 3px black;
  }
  header ul.control li.btn:hover {
    color: #fc0;
  }
  header ul.control li.btn a {
    width: 100%;
    height: 100%;
    color: #FFF;
    line-height: 1;
  }
  header ul.control li.btn a:hover {
    color: #fc0;
  }
  header ul.control li.btnMenuOpen {
    flex-shrink: 0;
    transition-duration: 0.25s;
    display: flex;
    cursor: pointer;
  }
  header ul.control li.btnMenuOpen:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnMenuOpen:before else {
    content: "";
  }
  header ul.control li.btnHome {
    flex-grow: 10;
    display: flex;
    align-items: center;
    align-content: center;
    flex-shrink: 0;
    justify-content: flex-start;
    margin: 0 0 0 1em;
    width: auto;
    height: 30px;
    text-align: left;
  }
  header ul.control li.btnHome a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    text-decoration: none;
  }
  header ul.control li.btnHome a h1 {
    font-size: 1.125rem;
    font-weight: 900;
  }
  header ul.control li.space {
    display: none;
    width: 100%;
  }
  header ul.control li.btnCart {
    flex-shrink: 0;
  }
  header ul.control li.btnCart a:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnCart a:before else {
    content: "";
  }

  #siteMenu {
    z-index: -100000;
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #siteMenu ul {
    flex-shrink: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    list-style: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 16px;
    width: auto;
    height: 100%;
    max-width: calc(100% - (16px * 4) - 30px);
    max-height: calc(100% - (16px * 2));
  }
  #siteMenu ul li {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #siteMenu ul li > a {
    display: block;
    margin: 0;
    padding: 1em 1.25em 1em 2.5em;
    width: calc(100% - (1.25em + 2.5em));
    height: auto;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
  }
  #siteMenu ul li > a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
  }
  #siteMenu ul li > a:before else {
    content: "";
  }
  #siteMenu ul li > a:hover, #siteMenu ul li > a:active {
    color: #f60;
    background-color: #ffc;
  }
  #siteMenu ul li.contactStatus {
    margin: 0;
    padding: 1em 1.25em;
    width: calc(100% - (1.25em) * 2);
    height: auto;
  }
  #siteMenu ul li.contactStatus p {
    text-align: center;
  }
  #siteMenu ul li.contactStatus p.name {
    font-size: 0.875rem;
  }
  #siteMenu ul li.contactStatus p.name .mainName {
    font-size: 1.75rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.address {
    font-size: 0.875rem;
  }
  #siteMenu ul li.contactStatus p.phoneNumber {
    margin: 16px 0 0 0;
    width: auto;
    height: auto;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a {
    display: inline-block;
    margin: 0;
    padding: 0.75em 1em;
    width: auto;
    height: auto;
    max-width: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #0f66dc;
    border-radius: 8px;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before else {
    content: "";
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:hover, #siteMenu ul li.contactStatus p.phoneNumber a:active {
    color: #f60;
    background-color: #ffc;
    border-color: #f60;
  }
  #siteMenu ul li:last-child {
    border-bottom: none;
  }
  #siteMenu button.btnCloseMenu {
    flex-shrink: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 16px 0 0 16px;
    padding: 0;
    width: calc((16px * 4) - 30px);
    height: calc((16px * 4) - 30px);
    max-width: calc((16px * 4) - 30px);
    max-height: calc((16px * 4) - 30px);
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #FFF;
    border-radius: 30px;
    color: #FFF;
    transition-duration: 0.25s;
    cursor: pointer;
    font-size: 20px;
  }
  #siteMenu button.btnCloseMenu:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #siteMenu button.btnCloseMenu:before else {
    content: "";
  }
  #siteMenu button.btnCloseMenu:hover, #siteMenu button.btnCloseMenu:active {
    color: #f60;
    border-color: #f60;
  }
  #siteMenu button.btnCloseMenu:focus {
    outline: none;
  }
  #siteMenu button.btnCloseMenu.enable {
    transition-duration: 0.25s;
    opacity: 1;
  }
  #siteMenu hr {
    display: none;
  }
  #siteMenu.animate {
    transition-duration: 0.25s;
  }

  #contents {
    padding: calc(50px + 32px) 0 calc(60px + 32px) 0;
    width: 100%;
    height: calc(100% - (50px + 32px));
    min-height: 100%;
    /*
    #categoryImage, h2 {
        &:nth-child(2) {
            @if($type == xs) { //Mobile
                margin: {
                    top: calc(0 + 16px);
                }
            }
            @if($type == sm) { //Tablet
                margin: {
                    top: calc(0 + 32px);
                }
            }
            @if($type == md or $type == lg) { //PC
                margin: {
                    top: calc(0 + 32px);
                }
            }
        }
    }
    */
  }
  #contents #topImage {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/imgHeader.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0 32px 0;
    width: 100%;
    height: 250px;
  }
  #contents #topImage h1 {
    margin: 0;
    width: calc(520px * 1);
    height: calc(154px * 1);
    background-image: url("../img/common/logoMain.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents #topImage .btnWando {
    position: absolute;
    right: 32px;
    bottom: 32px;
    display: inline-block;
    margin: 0;
    width: calc(100px * 1);
    height: calc(75px * 1);
    background-image: url(../img/common/btnWando.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 2px;
    border-color: #999;
    border-radius: 4px;
  }
  #contents #topImage .btnWando:hover {
    border-color: #fc0;
  }
  #contents #topImage .logoMorimori {
    position: absolute;
    top: 32px;
    left: calc(50% - ((100% - (32px * 2))/2));
    display: inline-block;
    margin: 0;
    width: calc(100px * 1);
    height: calc(100px * 1);
    background-image: url(../img/common/logoMorimori.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents ul#categoryImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto 32px auto;
    padding: 0;
    width: calc(100% - (32px * 2));
    height: auto;
    max-width: 1024px;
    list-style: none;
  }
  #contents ul#categoryImage li {
    margin: 0 0 32px 0;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
  }
  #contents ul#categoryImage li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
  }
  #contents ul#categoryImage li a:hover img {
    opacity: 0.5;
  }
  #contents ul#categoryImage li:last-of-type {
    margin-bottom: 0;
  }
  #contents h2 {
    border-style: solid;
    border-width: 10px;
    border-color: #2a971f;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    color: #224c1c;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 32px auto;
    width: calc(100% - (32px * 2));
    height: auto;
    max-width: 1024px;
  }
  #contents h2 hr {
    margin: 0.25em 0 1px 0;
    width: 100%;
    height: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: #6dcd62;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  #contents h2.iconShop:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents h2.iconShop:before else {
    content: "";
  }
  #contents .itemBlock {
    background-color: #FFF;
    border-radius: 8px;
    margin: 0 auto 32px auto;
    padding: 32px;
    width: calc(100% - (32px * 4));
    height: auto;
    max-width: calc(1024px - (32px * 2));
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock h3 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 1em auto;
    padding: 0.25em 0 0.25em 1.75rem;
    width: auto;
    height: auto;
    background-image: url(../img/common/h3_icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.5rem auto;
    border-bottom: dotted 2px #f60;
  }
  #contents .itemBlock h4 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock h4:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4:before else {
    content: "";
  }
  #contents .itemBlock h4.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .pic {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock .pic.noImage {
    background-image: url(../img/common/no_image.jpg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents .itemBlock .pic:not(div):hover {
    opacity: 0.75;
    transform: scale(0.97);
  }
  #contents .itemBlock p {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock p.itemMax {
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    font-size: 0.875rem;
    margin: 0 0 calc(32px * 1) 0;
    padding: 0 0 0.25em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock p.itemMax:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock p.itemMax:before else {
    content: "";
  }
  #contents .itemBlock p.itemMax span.number {
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock a {
    padding: 0 0 0.1em 0;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #0f66dc;
    text-decoration: none;
  }
  #contents .itemBlock a:hover {
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .basicText {
    margin: 0 0 32px 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicText .caution {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .iconCaution:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicText .iconCaution:before else {
    content: "";
  }
  #contents .itemBlock .basicText .commentBox {
    margin: 32px auto calc(32px * 2) auto;
    padding: 2em 1em;
    width: calc(100% - 10px - 2em);
    height: auto;
    max-width: 500px;
    border-style: double;
    border-width: 5px;
    border-color: #c00;
    text-align: center;
  }
  #contents .itemBlock .basicText .commentBox h5 {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 1.25rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .commentBox h5:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicText .commentBox p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicTable {
    margin: 0 0 32px 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .basicTable table {
    margin: 0;
    width: calc(100% - 2px);
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #000;
    border-right: none;
    border-bottom: none;
    border-left: solid 1px #000;
    color: #000;
  }
  #contents .itemBlock .basicTable table tbody tr th {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #bfedba;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table tbody tr td {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table.priceTable tr th {
    white-space: nowrap;
    word-break: keep-all;
  }
  #contents .itemBlock .basicTable table.priceTable tr td {
    white-space: nowrap;
    word-break: keep-all;
    text-align: right;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before else {
    content: "";
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty {
    text-align: center;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty:before {
    content: "-";
  }
  #contents .itemBlock ul.default, #contents .itemBlock ol.default {
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.default li, #contents .itemBlock ol.default li {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.75em 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.notes, #contents .itemBlock ol.notes {
    margin: 32px auto;
    padding: 0 0 0 2.5em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.typeFloat, #contents .itemBlock ol.typeFloat {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloat li, #contents .itemBlock ol.typeFloat li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeFloatCenter, #contents .itemBlock ol.typeFloatCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloatCenter li, #contents .itemBlock ol.typeFloatCenter li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeShopItemList, #contents .itemBlock ol.typeShopItemList {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    margin: calc(32px * -1) 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
  #contents .itemBlock ul.typeShopItemList li, #contents .itemBlock ol.typeShopItemList li {
    flex-grow: 1;
    flex-shrink: 0;
    margin: 32px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: calc((100% - (32px * 2)) / 3);
  }
  #contents .itemBlock ul.typeShopItemList li:nth-of-type(3), #contents .itemBlock ol.typeShopItemList li:nth-of-type(3) {
    margin-right: 0;
  }
  #contents .itemBlock ul.typeShopItemList li a.pic, #contents .itemBlock ol.typeShopItemList li a.pic {
    display: block;
    /*transition: {
        duration: 0.1s;
        timing-function:ease;
    }*/
  }
  #contents .itemBlock ul.typeShopItemList li a.pic:hover, #contents .itemBlock ol.typeShopItemList li a.pic:hover {
    /* transition: {
         duration: 0.25s;
         timing-function:ease;
     }*/
  }
  #contents .itemBlock ul.typeShopItemList li h5, #contents .itemBlock ol.typeShopItemList li h5 {
    margin: 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before, #contents .itemBlock ol.typeShopItemList li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    margin-weight: 400;
    color: #f60;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before else, #contents .itemBlock ol.typeShopItemList li h5:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li .itemText, #contents .itemBlock ol.typeShopItemList li .itemText {
    display: none;
    margin: 0 0 1em 0;
    padding: 0.25em 0;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice, #contents .itemBlock ol.typeShopItemList li p.itemPrice {
    margin: 0 0 1em 0;
    padding: 0.25em 0;
    border-top: dotted 1px #999;
    border-bottom: solid 4px #999;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice span.tax, #contents .itemBlock ol.typeShopItemList li p.itemPrice span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail, #contents .itemBlock ol.typeShopItemList li .itemDetail {
    display: flex;
    justify-content: flex-end;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before else, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li.space, #contents .itemBlock ol.typeShopItemList li.space {
    flex-shrink: 0;
    flex-grow: 100;
    margin-right: 0;
    margin-bottom: 0;
  }
  #contents .itemBlock ul.typeShopCategory, #contents .itemBlock ol.typeShopCategory {
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
    align-items: flex-start;
    align-content: stretch;
    list-style: none;
    padding: 0;
  }
  #contents .itemBlock ul.typeShopCategory li, #contents .itemBlock ol.typeShopCategory li {
    display: block;
    margin: 0 1.75em 0.75em 0;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeShopCategory li:before, #contents .itemBlock ol.typeShopCategory li:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: -1.25em;
  }
  #contents .itemBlock ul.typeShopCategory li:before else, #contents .itemBlock ol.typeShopCategory li:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: calc(32px * 2) 0 0 0;
    padding: 32px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .controlBottom .basicButton {
    margin: 0 calc(32px / 1);
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:after else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset {
    border-color: #900;
    color: #900;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept {
    border-color: #2a971f;
    color: #2a971f;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .controlBottom .basicButton:focus {
    outline: none;
  }
  #contents .itemBlock .itemDetail {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock .itemDetail ul.images {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 40%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li {
    margin: 0 0 16px 0;
    padding: 0;
    width: calc((100% - (16px * 2)) / 3);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li:first-child {
    width: 100%;
  }
  #contents .itemBlock .itemDetail ul.status {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(60% - 32px);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li {
    margin: 0 0 2em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 .itemCode {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li ul.default {
    list-style: disc;
    padding: 0 0 0 calc(1.25em * 2);
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li {
    margin: 0 0 0.75em 0;
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.name {
    margin: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.text {
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: calc(100% - 1.25em);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.text background {
    color: rgba(0, 255, 0, 0.25);
  }
  #contents .itemBlock .itemDetail ul.status li.youtube iframe {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul {
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    list-style: none;
    display: table;
    margin: 0 0 2em 1.25em;
    padding: 0;
    width: calc(100% - 1.25em - 2px);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li {
    display: table-row;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p {
    display: table-cell;
    padding: 0.25em 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    vertical-align: middle;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailStoc {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailVariation {
    text-align: left;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice {
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice .tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailSelect {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton {
    width: 100%;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p {
    display: flex;
    align-content: center;
    justify-content: flex-end;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p input {
    margin: 0 0 2em 0;
    padding: 0.25em;
    width: 5em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit {
    margin: 0 0 0.5em 0;
    width: 100%;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p {
    display: inline-block;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #c00;
    line-height: 1;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p .number {
    font-size: 1.25rem;
    font-weight: 900;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable {
    padding: 0 0 0 1.25em;
    width: calc(100% - 1.25em);
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable p {
    display: inline-block;
    margin: 0 auto 0.5em auto;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    max-width: calc(100% - 6px);
    border-style: double;
    border-width: 3px;
    border-color: #c00;
    text-align: center;
    color: #c00;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li {
    margin: 0 0 0 16px;
    padding: 0;
    width: calc((100% - (16px * 2)) / 3);
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li a.name {
    font-size: 0.875rem;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li:first-child {
    margin-left: 0;
  }
  #contents .itemBlock .cartList {
    color: #000;
    display: table;
    margin: 0;
    padding: 0;
    width: calc(100% - 1px);
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #000;
    border-right: none;
    border-bottom: none;
    border-left: solid 1px #000;
  }
  #contents .itemBlock .cartList ul {
    width: 100%;
    background-color: #fff;
    list-style: none;
    display: table-row;
  }
  #contents .itemBlock .cartList ul li {
    display: table-cell;
    margin: 0;
    padding: 0.75em;
    width: auto;
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
    vertical-align: middle;
  }
  #contents .itemBlock .cartList ul li.itemName {
    text-align: left;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul li.itemName p.type {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .cartList ul li.itemAmount {
    width: 6em;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemAmount input {
    margin: 0 0.25em 0 0;
    padding: 0.25em;
    width: 3em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAmount p.limit {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice {
    width: 10em;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price {
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit span.tax {
    font-size: 0.625rem;
  }
  #contents .itemBlock .cartList ul li.itemPostType {
    width: 5em;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemControl {
    width: 5em;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton {
    border-color: #c00;
    border-width: 2px;
    border-radius: 0px;
    color: #c00;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton:hover {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .cartList ul.cateName {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul.cateName .itemName, #contents .itemBlock .cartList ul.cateName .itemAmount, #contents .itemBlock .cartList ul.cateName .itemAllPrice, #contents .itemBlock .cartList ul.cateName .itemPostType, #contents .itemBlock .cartList ul.cateName .itemControl {
    text-align: center;
  }
  #contents .itemBlock .cartList.order {
    margin-bottom: 32px;
  }
  #contents .itemBlock .basicForm {
    margin: 0 0 32px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .basicForm dl {
    width: calc(100% - 2px);
    height: auto;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: none;
    border-left: solid 1px #000;
    display: flex;
    justify-content: space-betwsteen;
    align-content: center;
    align-items: stretch;
  }
  #contents .itemBlock .basicForm dl dt {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5em;
    width: calc(25% - (0.5em * 2) - 1px);
    height: auto;
    border-right: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: 0.25em;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after else {
    content: "";
  }
  #contents .itemBlock .basicForm dl dd {
    background-color: #fff;
    margin: 0;
    padding: 0.5em;
    width: calc(75% - (0.5em * 2));
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=text] {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd input[type=text].inputYMD {
    width: calc(10em);
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=radio] {
    margin: 0 0.25em 0 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd label {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd textarea {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd select {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 2em;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd .float {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  #contents .itemBlock .basicForm dl dd .float input:last-child, #contents .itemBlock .basicForm dl dd .float select:last-child, #contents .itemBlock .basicForm dl dd .float span:last-child {
    margin-left: 0.5em;
  }
  #contents .itemBlock .basicForm dl:last-child {
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl.calc dt {
    background-color: #a8dfff;
  }
  #contents .itemBlock .basicForm dl.calc dd {
    padding: 0;
    width: calc(75% - (0.5em * 0));
    height: auto;
  }
  #contents .itemBlock .basicForm dl.calc dd p {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicForm dl.calc dd p .tax {
    font-size: 0.875rem;
  }
  #contents .itemBlock .basicForm dl.calc dd ul {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1.75em;
    width: calc(100% - (0.5em + 1.75em));
    height: auto;
    border-top: dotted 1px #000;
    font-size: 0.75rem;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dt {
    background-color: #69c8ff;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dd p {
    font-size: 1.75rem;
  }
  #contents .itemBlock .basicText .requiredIcon {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .requiredIcon:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicText .requiredIcon:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom.forCartForm {
    flex-wrap: wrap;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeBack {
    order: 1;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeReset {
    order: 2;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeNext {
    order: 3;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeAccept {
    order: 3;
  }
  #contents .itemBlock .controlBottom.forCartForm .space {
    display: none;
    order: 4;
  }
  #contents .itemBlock div.profile {
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
  }
  #contents .itemBlock div.profile .image {
    margin: 0;
    padding: 0;
    width: 50%;
    height: auto;
    background-image: url(../img/common/imgFooter.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    background-color: rgba(255, 0, 0, 0.25);
  }
  #contents .itemBlock div.profile ul.status {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    width: calc(50% - 16px);
    height: auto;
  }
  #contents .itemBlock div.profile ul.status li {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock div.profile ul.status li.name {
    text-align: center;
    color: #31599a;
    line-height: 1.2;
    font-size: 2.25rem;
    font-weight: 900;
  }
  #contents .itemBlock div.profile ul.status li.name span.sub {
    font-size: 1.125rem;
  }
  #contents .itemBlock div.profile ul.status li.address {
    color: #31599a;
    font-size: 1rem;
  }
  #contents .itemBlock div.profile ul.status li.phone {
    color: #31599a;
    font-family: "Arial Black", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    font-size: 2rem;
  }
  #contents .itemBlock div.profile ul.status li.phone:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents .itemBlock div.profile ul.status li.phone:before else {
    content: "";
  }
  #contents .itemBlock div.profile ul.status li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #contents .itemBlock p.postType {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 2px;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
  }
  #contents .itemBlock p.postType.type0 {
    background-color: #FFF;
    border-color: #000;
  }
  #contents .itemBlock p.postType.type1 {
    background-color: #69c8ff;
    border-color: #a8dfff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type2 {
    background-color: #0040FF;
    border-color: #789aff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type3 {
    background-color: #fe0;
    border-color: #c00;
  }
  #contents .itemBlock ul.pagenation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 32px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock ul.pagenation li {
    line-height: 1;
    margin: calc(32px / 4);
    padding: 0;
    width: 2.5em;
    height: 2.5em;
  }
  #contents .itemBlock ul.pagenation li label {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #2a971f;
    border-style: solid;
    border-width: 1px;
    border-color: #6dcd62;
    border-radius: 100%;
    color: #fff;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #2a971f;
    border-radius: 100%;
    color: #2a971f;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a:hover, #contents .itemBlock ul.pagenation li a:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock ul.pagenation li.skip {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: calc(32px / 4);
    padding: 0;
    width: auto;
    height: 2.5em;
    font-size: 0.625rem;
    line-height: 1;
  }
  #contents button.basicButton, #contents input.basicButton, #contents div.basicButton, #contents a.basicButton {
    display: inline-block;
    background-color: #fff;
    border-color: #0f66dc;
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-radius: 8px;
    text-align: center;
    color: #0f66dc;
    font-size: 0.875rem;
    line-height: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 0.75em 1em;
    width: auto;
    height: auto;
  }
  #contents button.basicButton.iconBack:before, #contents input.basicButton.iconBack:before, #contents div.basicButton.iconBack:before, #contents a.basicButton.iconBack:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.25em;
  }
  #contents button.basicButton.iconBack:before else, #contents input.basicButton.iconBack:before else, #contents div.basicButton.iconBack:before else, #contents a.basicButton.iconBack:before else {
    content: "";
  }
  #contents button.basicButton.iconNext:after, #contents input.basicButton.iconNext:after, #contents div.basicButton.iconNext:after, #contents a.basicButton.iconNext:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.25em;
  }
  #contents button.basicButton.iconNext:after else, #contents input.basicButton.iconNext:after else, #contents div.basicButton.iconNext:after else, #contents a.basicButton.iconNext:after else {
    content: "";
  }
  #contents button.basicButton.iconAdd:before, #contents input.basicButton.iconAdd:before, #contents div.basicButton.iconAdd:before, #contents a.basicButton.iconAdd:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconAdd:before else, #contents input.basicButton.iconAdd:before else, #contents div.basicButton.iconAdd:before else, #contents a.basicButton.iconAdd:before else {
    content: "";
  }
  #contents button.basicButton.typeAdd:before, #contents input.basicButton.typeAdd:before, #contents div.basicButton.typeAdd:before, #contents a.basicButton.typeAdd:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents button.basicButton.typeAdd:before else, #contents input.basicButton.typeAdd:before else, #contents div.basicButton.typeAdd:before else, #contents a.basicButton.typeAdd:before else {
    content: "";
  }
  #contents button.basicButton.iconDelete:before, #contents input.basicButton.iconDelete:before, #contents div.basicButton.iconDelete:before, #contents a.basicButton.iconDelete:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconDelete:before else, #contents input.basicButton.iconDelete:before else, #contents div.basicButton.iconDelete:before else, #contents a.basicButton.iconDelete:before else {
    content: "";
  }
  #contents button.basicButton:hover, #contents input.basicButton:hover, #contents div.basicButton:hover, #contents a.basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents button.basicButton:focus, #contents input.basicButton:focus, #contents div.basicButton:focus, #contents a.basicButton:focus {
    outline: none;
  }

  footer {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  footer .copyRight {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 32px;
    width: calc(100% - (32px * 4));
    height: 60px;
    max-width: calc(1024px - (32px * 2));
  }

  button.scrollButton {
    z-index: 50000;
    opacity: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #666;
    border-radius: 100%;
    color: #333;
    cursor: pointer;
    transition-duration: 0.25s;
    transform: translateY(200px);
    right: 32px;
    bottom: 32px;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 40px;
  }
  button.scrollButton:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  button.scrollButton:before else {
    content: "";
  }
  button.scrollButton:hover, button.scrollButton:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  button.scrollButton:focus {
    outline: none;
  }
  button.scrollButton.enable {
    transition-duration: 0.25s;
    opacity: 0.5;
    transform: translateY(0);
  }
}
@media (min-width: 1080px) {
  header {
    z-index: 10000;
    width: 100%;
    height: 50px;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
  }
  header ul.control {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 0 auto 16px auto;
    width: calc(100% - (16px * 2));
    height: 100%;
  }
  header ul.control li {
    width: 30px;
    height: 30px;
  }
  header ul.control li.btn {
    color: #FFF;
    text-shadow: 0 0 3px black;
  }
  header ul.control li.btn:hover {
    color: #fc0;
  }
  header ul.control li.btn a {
    width: 100%;
    height: 100%;
    color: #FFF;
    line-height: 1;
  }
  header ul.control li.btn a:hover {
    color: #fc0;
  }
  header ul.control li.btnMenuOpen {
    flex-shrink: 0;
    transition-duration: 0.25s;
    display: flex;
    cursor: pointer;
  }
  header ul.control li.btnMenuOpen:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnMenuOpen:before else {
    content: "";
  }
  header ul.control li.btnHome {
    flex-grow: 10;
    display: flex;
    align-items: center;
    align-content: center;
    flex-shrink: 0;
    justify-content: flex-start;
    margin: 0 0 0 1em;
    width: auto;
    height: 30px;
    text-align: left;
  }
  header ul.control li.btnHome a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    text-decoration: none;
  }
  header ul.control li.btnHome a h1 {
    font-size: 1.125rem;
    font-weight: 900;
  }
  header ul.control li.space {
    display: none;
    width: 100%;
  }
  header ul.control li.btnCart {
    flex-shrink: 0;
  }
  header ul.control li.btnCart a:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
  }
  header ul.control li.btnCart a:before else {
    content: "";
  }

  #siteMenu {
    z-index: -100000;
    opacity: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #siteMenu ul {
    flex-shrink: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    list-style: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 16px;
    width: auto;
    height: 100%;
    max-width: calc(100% - (16px * 4) - 30px);
    max-height: calc(100% - (16px * 2));
  }
  #siteMenu ul li {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #siteMenu ul li > a {
    display: block;
    margin: 0;
    padding: 1em 1.25em 1em 2.5em;
    width: calc(100% - (1.25em + 2.5em));
    height: auto;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
  }
  #siteMenu ul li > a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
  }
  #siteMenu ul li > a:before else {
    content: "";
  }
  #siteMenu ul li > a:hover, #siteMenu ul li > a:active {
    color: #f60;
    background-color: #ffc;
  }
  #siteMenu ul li.contactStatus {
    margin: 0;
    padding: 1em 1.25em;
    width: calc(100% - (1.25em) * 2);
    height: auto;
  }
  #siteMenu ul li.contactStatus p {
    text-align: center;
  }
  #siteMenu ul li.contactStatus p.name {
    font-size: 0.875rem;
  }
  #siteMenu ul li.contactStatus p.name .mainName {
    font-size: 1.75rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.address {
    font-size: 0.875rem;
  }
  #siteMenu ul li.contactStatus p.phoneNumber {
    margin: 16px 0 0 0;
    width: auto;
    height: auto;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a {
    display: inline-block;
    margin: 0;
    padding: 0.75em 1em;
    width: auto;
    height: auto;
    max-width: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #0f66dc;
    border-radius: 8px;
    text-decoration: none;
    color: #0f66dc;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: 900;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:before else {
    content: "";
  }
  #siteMenu ul li.contactStatus p.phoneNumber a:hover, #siteMenu ul li.contactStatus p.phoneNumber a:active {
    color: #f60;
    background-color: #ffc;
    border-color: #f60;
  }
  #siteMenu ul li:last-child {
    border-bottom: none;
  }
  #siteMenu button.btnCloseMenu {
    flex-shrink: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 16px 0 0 16px;
    padding: 0;
    width: calc((16px * 4) - 30px);
    height: calc((16px * 4) - 30px);
    max-width: calc((16px * 4) - 30px);
    max-height: calc((16px * 4) - 30px);
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #FFF;
    border-radius: 30px;
    color: #FFF;
    transition-duration: 0.25s;
    cursor: pointer;
    font-size: 20px;
  }
  #siteMenu button.btnCloseMenu:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #siteMenu button.btnCloseMenu:before else {
    content: "";
  }
  #siteMenu button.btnCloseMenu:hover, #siteMenu button.btnCloseMenu:active {
    color: #f60;
    border-color: #f60;
  }
  #siteMenu button.btnCloseMenu:focus {
    outline: none;
  }
  #siteMenu button.btnCloseMenu.enable {
    transition-duration: 0.25s;
    opacity: 1;
  }
  #siteMenu hr {
    display: none;
  }
  #siteMenu.animate {
    transition-duration: 0.25s;
  }

  #contents {
    padding: calc(50px + 32px) 0 calc(60px + 32px) 0;
    width: 100%;
    height: calc(100% - (50px + 32px));
    min-height: 100%;
    /*
    #categoryImage, h2 {
        &:nth-child(2) {
            @if($type == xs) { //Mobile
                margin: {
                    top: calc(0 + 16px);
                }
            }
            @if($type == sm) { //Tablet
                margin: {
                    top: calc(0 + 32px);
                }
            }
            @if($type == md or $type == lg) { //PC
                margin: {
                    top: calc(0 + 32px);
                }
            }
        }
    }
    */
  }
  #contents #topImage {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/imgHeader.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 50px 0 32px 0;
    width: 100%;
    height: 250px;
  }
  #contents #topImage h1 {
    margin: 0;
    width: calc(520px * 1);
    height: calc(154px * 1);
    background-image: url("../img/common/logoMain.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents #topImage .btnWando {
    position: absolute;
    right: calc(50% - ((1024px - (32px * 2))/2));
    bottom: 32px;
    display: inline-block;
    transform: translateX(32%);
    margin: 0;
    width: calc(100px * 1);
    height: calc(75px * 1);
    background-image: url(../img/common/btnWando.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 2px;
    border-color: #999;
    border-radius: 4px;
  }
  #contents #topImage .btnWando:hover {
    border-color: #fc0;
  }
  #contents #topImage .logoMorimori {
    position: absolute;
    top: 32px;
    left: calc(50% - ((1024px - (32px * 2))/2));
    transform: translateX(-39%);
    display: inline-block;
    margin: 0;
    width: calc(100px * 1);
    height: calc(100px * 1);
    background-image: url(../img/common/logoMorimori.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #contents ul#categoryImage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto 32px auto;
    padding: 0;
    width: calc(100% - (32px * 2));
    height: auto;
    max-width: 1024px;
    list-style: none;
  }
  #contents ul#categoryImage li {
    margin: 0 0 32px 0;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
  }
  #contents ul#categoryImage li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
  }
  #contents ul#categoryImage li a:hover img {
    opacity: 0.5;
  }
  #contents ul#categoryImage li:last-of-type {
    margin-bottom: 0;
  }
  #contents h2 {
    border-style: solid;
    border-width: 10px;
    border-color: #2a971f;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    color: #224c1c;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 32px auto;
    width: calc(100% - (32px * 2));
    height: auto;
    max-width: 1024px;
  }
  #contents h2 hr {
    margin: 0.25em 0 1px 0;
    width: 100%;
    height: 0px;
    border-style: solid;
    border-width: 4px;
    border-color: #6dcd62;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  #contents h2.iconShop:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents h2.iconShop:before else {
    content: "";
  }
  #contents .itemBlock {
    background-color: #FFF;
    border-radius: 8px;
    margin: 0 auto 32px auto;
    padding: 32px;
    width: calc(100% - (32px * 4));
    height: auto;
    max-width: calc(1024px - (32px * 2));
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock h3 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    margin: 0 auto 1em auto;
    padding: 0.25em 0 0.25em 1.75rem;
    width: auto;
    height: auto;
    background-image: url(../img/common/h3_icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.5rem auto;
    border-bottom: dotted 2px #f60;
  }
  #contents .itemBlock h4 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock h4:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4:before else {
    content: "";
  }
  #contents .itemBlock h4.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock h4.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .pic {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
    line-height: 1;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
  }
  #contents .itemBlock .pic.noImage {
    background-image: url(../img/common/no_image.jpg);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #contents .itemBlock .pic:not(div):hover {
    opacity: 0.75;
    transform: scale(0.97);
  }
  #contents .itemBlock p {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock p.itemMax {
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    text-align: left;
    font-size: 0.875rem;
    margin: 0 0 calc(32px * 1) 0;
    padding: 0 0 0.25em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock p.itemMax:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock p.itemMax:before else {
    content: "";
  }
  #contents .itemBlock p.itemMax span.number {
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock a {
    padding: 0 0 0.1em 0;
    border-style: dotted;
    border-width: 1px;
    border-color: #CCC;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #0f66dc;
    text-decoration: none;
  }
  #contents .itemBlock a:hover {
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .basicText {
    margin: 0 0 32px 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicText .caution {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .iconCaution:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicText .iconCaution:before else {
    content: "";
  }
  #contents .itemBlock .basicText .commentBox {
    margin: 32px auto calc(32px * 2) auto;
    padding: 2em 1em;
    width: calc(100% - 10px - 2em);
    height: auto;
    max-width: 500px;
    border-style: double;
    border-width: 5px;
    border-color: #c00;
    text-align: center;
  }
  #contents .itemBlock .basicText .commentBox h5 {
    margin: 0 0 1em 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 1.25rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .commentBox h5:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicText .commentBox p:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .basicTable {
    margin: 0 0 32px 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .basicTable table {
    margin: 0;
    width: calc(100% - 2px);
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #000;
    border-right: none;
    border-bottom: none;
    border-left: solid 1px #000;
    color: #000;
  }
  #contents .itemBlock .basicTable table tbody tr th {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #bfedba;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table tbody tr td {
    margin: 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
  }
  #contents .itemBlock .basicTable table.priceTable tr th {
    white-space: nowrap;
    word-break: keep-all;
  }
  #contents .itemBlock .basicTable table.priceTable tr td {
    white-space: nowrap;
    word-break: keep-all;
    text-align: right;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:before else {
    content: "";
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty {
    text-align: center;
  }
  #contents .itemBlock .basicTable table.priceTable tr td:empty:before {
    content: "-";
  }
  #contents .itemBlock ul.default, #contents .itemBlock ol.default {
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.default li, #contents .itemBlock ol.default li {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 0.75em 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.notes, #contents .itemBlock ol.notes {
    margin: 32px auto;
    padding: 0 0 0 2.5em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock ul.typeFloat, #contents .itemBlock ol.typeFloat {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloat li, #contents .itemBlock ol.typeFloat li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeFloatCenter, #contents .itemBlock ol.typeFloatCenter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock ul.typeFloatCenter li, #contents .itemBlock ol.typeFloatCenter li {
    margin: 0 2.75em 0.5em 0;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeShopItemList, #contents .itemBlock ol.typeShopItemList {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    margin: calc(32px * -1) 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
  #contents .itemBlock ul.typeShopItemList li, #contents .itemBlock ol.typeShopItemList li {
    flex-grow: 1;
    flex-shrink: 0;
    margin: 32px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-width: calc((100% - (32px * 2)) / 3);
  }
  #contents .itemBlock ul.typeShopItemList li:nth-of-type(3), #contents .itemBlock ol.typeShopItemList li:nth-of-type(3) {
    margin-right: 0;
  }
  #contents .itemBlock ul.typeShopItemList li a.pic, #contents .itemBlock ol.typeShopItemList li a.pic {
    display: block;
    /*transition: {
        duration: 0.1s;
        timing-function:ease;
    }*/
  }
  #contents .itemBlock ul.typeShopItemList li a.pic:hover, #contents .itemBlock ol.typeShopItemList li a.pic:hover {
    /* transition: {
         duration: 0.25s;
         timing-function:ease;
     }*/
  }
  #contents .itemBlock ul.typeShopItemList li h5, #contents .itemBlock ol.typeShopItemList li h5 {
    margin: 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before, #contents .itemBlock ol.typeShopItemList li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    margin-weight: 400;
    color: #f60;
  }
  #contents .itemBlock ul.typeShopItemList li h5:before else, #contents .itemBlock ol.typeShopItemList li h5:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li .itemText, #contents .itemBlock ol.typeShopItemList li .itemText {
    display: none;
    margin: 0 0 1em 0;
    padding: 0.25em 0;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice, #contents .itemBlock ol.typeShopItemList li p.itemPrice {
    margin: 0 0 1em 0;
    padding: 0.25em 0;
    border-top: dotted 1px #999;
    border-bottom: solid 4px #999;
    text-align: center;
    font-size: 1rem;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li p.itemPrice span.tax, #contents .itemBlock ol.typeShopItemList li p.itemPrice span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail, #contents .itemBlock ol.typeShopItemList li .itemDetail {
    display: flex;
    justify-content: flex-end;
    font-weight: 900;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  #contents .itemBlock ul.typeShopItemList li .itemDetail a:before else, #contents .itemBlock ol.typeShopItemList li .itemDetail a:before else {
    content: "";
  }
  #contents .itemBlock ul.typeShopItemList li.space, #contents .itemBlock ol.typeShopItemList li.space {
    flex-shrink: 0;
    flex-grow: 100;
    margin-right: 0;
    margin-bottom: 0;
  }
  #contents .itemBlock ul.typeShopCategory, #contents .itemBlock ol.typeShopCategory {
    display: flex;
    flex-wrap: wrap;
    justify-self: start;
    align-items: flex-start;
    align-content: stretch;
    list-style: none;
    padding: 0;
  }
  #contents .itemBlock ul.typeShopCategory li, #contents .itemBlock ol.typeShopCategory li {
    display: block;
    margin: 0 1.75em 0.75em 0;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
    text-align: left;
  }
  #contents .itemBlock ul.typeShopCategory li:before, #contents .itemBlock ol.typeShopCategory li:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: -1.25em;
  }
  #contents .itemBlock ul.typeShopCategory li:before else, #contents .itemBlock ol.typeShopCategory li:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: stretch;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin: calc(32px * 2) 0 0 0;
    padding: 32px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .controlBottom .basicButton {
    margin: 0 calc(32px / 1);
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeBack:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-left: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeNext:after else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset {
    border-color: #900;
    color: #900;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeReset:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept {
    border-color: #2a971f;
    color: #2a971f;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents .itemBlock .controlBottom .basicButton.typeAccept:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom .basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .controlBottom .basicButton:focus {
    outline: none;
  }
  #contents .itemBlock .itemDetail {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
  }
  #contents .itemBlock .itemDetail ul.images {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 40%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li {
    margin: 0 0 16px 0;
    padding: 0;
    width: calc((100% - (16px * 2)) / 3);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.images li:first-child {
    width: 100%;
  }
  #contents .itemBlock .itemDetail ul.status {
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(60% - 32px);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li {
    margin: 0 0 2em 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 {
    text-align: left;
    font-size: 1rem;
    font-weight: 900;
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li h5 .itemCode {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before {
    margin-right: 0.5em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: -1.25em;
    color: #f60;
  }
  #contents .itemBlock .itemDetail ul.status li h5.typeCategory:before else {
    content: "";
  }
  #contents .itemBlock .itemDetail ul.status li ul.default {
    list-style: disc;
    padding: 0 0 0 calc(1.25em * 2);
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li {
    margin: 0 0 0.75em 0;
  }
  #contents .itemBlock .itemDetail ul.status li ul.default li:last-child {
    margin-bottom: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.name {
    margin: 0;
  }
  #contents .itemBlock .itemDetail ul.status li.text {
    margin: 0 auto 1em auto;
    padding: 0 0 0 1.25em;
    width: calc(100% - 1.25em);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.text background {
    color: rgba(0, 255, 0, 0.25);
  }
  #contents .itemBlock .itemDetail ul.status li.youtube iframe {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul {
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    list-style: none;
    display: table;
    margin: 0 0 2em 1.25em;
    padding: 0;
    width: calc(100% - 1.25em - 2px);
    height: auto;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li {
    display: table-row;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p {
    display: table-cell;
    padding: 0.25em 0.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    border-collapse: collapse;
    vertical-align: middle;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailStoc {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailVariation {
    text-align: left;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice {
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailPrice .tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart ul li p.detailSelect {
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton {
    width: 100%;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p {
    display: flex;
    align-content: center;
    justify-content: flex-end;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addCartButton p input {
    margin: 0 0 2em 0;
    padding: 0.25em;
    width: 5em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit {
    margin: 0 0 0.5em 0;
    width: 100%;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p {
    display: inline-block;
    margin: 0 0 0.5em 0;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 3px;
    border-color: #c00;
    line-height: 1;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .addItemLimit p .number {
    font-size: 1.25rem;
    font-weight: 900;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable {
    padding: 0 0 0 1.25em;
    width: calc(100% - 1.25em);
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.addCart .notAvailable p {
    display: inline-block;
    margin: 0 auto 0.5em auto;
    padding: 0.5em 0.75em;
    width: auto;
    height: auto;
    max-width: calc(100% - 6px);
    border-style: double;
    border-width: 3px;
    border-color: #c00;
    text-align: center;
    color: #c00;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    text-align: right;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    list-style: none;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li {
    margin: 0 0 0 16px;
    padding: 0;
    width: calc((100% - (16px * 2)) / 3);
    height: auto;
    text-align: center;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li a.name {
    font-size: 0.875rem;
  }
  #contents .itemBlock .itemDetail ul.status li.related ul.items li:first-child {
    margin-left: 0;
  }
  #contents .itemBlock .cartList {
    color: #000;
    display: table;
    margin: 0;
    padding: 0;
    width: calc(100% - 1px);
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: solid 1px #000;
    border-right: none;
    border-bottom: none;
    border-left: solid 1px #000;
  }
  #contents .itemBlock .cartList ul {
    width: 100%;
    background-color: #fff;
    list-style: none;
    display: table-row;
  }
  #contents .itemBlock .cartList ul li {
    display: table-cell;
    margin: 0;
    padding: 0.75em;
    width: auto;
    height: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-top: none;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: none;
    vertical-align: middle;
  }
  #contents .itemBlock .cartList ul li.itemName {
    text-align: left;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul li.itemName p.type {
    font-size: 0.75rem;
    font-weight: 400;
  }
  #contents .itemBlock .cartList ul li.itemAmount {
    width: 6em;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemAmount input {
    margin: 0 0.25em 0 0;
    padding: 0.25em;
    width: 3em;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAmount p.limit {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice {
    width: 10em;
    text-align: right;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price {
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.price span.tax {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit {
    font-size: 0.75rem;
  }
  #contents .itemBlock .cartList ul li.itemAllPrice p.unit span.tax {
    font-size: 0.625rem;
  }
  #contents .itemBlock .cartList ul li.itemPostType {
    width: 5em;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemControl {
    width: 5em;
    text-align: center;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton {
    border-color: #c00;
    border-width: 2px;
    border-radius: 0px;
    color: #c00;
  }
  #contents .itemBlock .cartList ul li.itemControl .basicButton:hover {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock .cartList ul.cateName {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
  }
  #contents .itemBlock .cartList ul.cateName .itemName, #contents .itemBlock .cartList ul.cateName .itemAmount, #contents .itemBlock .cartList ul.cateName .itemAllPrice, #contents .itemBlock .cartList ul.cateName .itemPostType, #contents .itemBlock .cartList ul.cateName .itemControl {
    text-align: center;
  }
  #contents .itemBlock .cartList.order {
    margin-bottom: 32px;
  }
  #contents .itemBlock .basicForm {
    margin: 0 0 32px 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock .basicForm dl {
    width: calc(100% - 2px);
    height: auto;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: none;
    border-left: solid 1px #000;
    display: flex;
    justify-content: space-betwsteen;
    align-content: center;
    align-items: stretch;
  }
  #contents .itemBlock .basicForm dl dt {
    background-color: #bfedba;
    color: #000;
    font-weight: 900;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0.5em;
    width: calc(25% - (0.5em * 2) - 1px);
    height: auto;
    border-right: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    margin-left: 0.25em;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicForm dl dt.requiredItem:after else {
    content: "";
  }
  #contents .itemBlock .basicForm dl dd {
    background-color: #fff;
    margin: 0;
    padding: 0.5em;
    width: calc(75% - (0.5em * 2));
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=text] {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd input[type=text].inputYMD {
    width: calc(10em);
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd input[type=radio] {
    margin: 0 0.25em 0 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd label {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #contents .itemBlock .basicForm dl dd textarea {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2) - 2px);
    height: auto;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd select {
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0;
    padding: 0;
    width: auto;
    height: 2em;
    font-size: 1rem;
  }
  #contents .itemBlock .basicForm dl dd .float {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  #contents .itemBlock .basicForm dl dd .float input:last-child, #contents .itemBlock .basicForm dl dd .float select:last-child, #contents .itemBlock .basicForm dl dd .float span:last-child {
    margin-left: 0.5em;
  }
  #contents .itemBlock .basicForm dl:last-child {
    border-bottom: solid 1px #000;
  }
  #contents .itemBlock .basicForm dl.calc dt {
    background-color: #a8dfff;
  }
  #contents .itemBlock .basicForm dl.calc dd {
    padding: 0;
    width: calc(75% - (0.5em * 0));
    height: auto;
  }
  #contents .itemBlock .basicForm dl.calc dd p {
    margin: 0;
    padding: 0.5em;
    width: calc(100% - (0.5em * 2));
    height: auto;
    text-align: right;
    font-size: 1.125rem;
    font-weight: 900;
  }
  #contents .itemBlock .basicForm dl.calc dd p .tax {
    font-size: 0.875rem;
  }
  #contents .itemBlock .basicForm dl.calc dd ul {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1.75em;
    width: calc(100% - (0.5em + 1.75em));
    height: auto;
    border-top: dotted 1px #000;
    font-size: 0.75rem;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dt {
    background-color: #69c8ff;
  }
  #contents .itemBlock .basicForm dl.calc.totalprice dd p {
    font-size: 1.75rem;
  }
  #contents .itemBlock .basicText .requiredIcon {
    color: #c00;
    font-weight: 900;
  }
  #contents .itemBlock .basicText .requiredIcon:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    color: #c00;
    font-weight: 400;
    text-shadow: 0 0 2px white;
  }
  #contents .itemBlock .basicText .requiredIcon:before else {
    content: "";
  }
  #contents .itemBlock .controlBottom.forCartForm {
    flex-wrap: wrap;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeBack {
    order: 1;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeReset {
    order: 2;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeNext {
    order: 3;
  }
  #contents .itemBlock .controlBottom.forCartForm .typeAccept {
    order: 3;
  }
  #contents .itemBlock .controlBottom.forCartForm .space {
    display: none;
    order: 4;
  }
  #contents .itemBlock div.profile {
    display: flex;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
  }
  #contents .itemBlock div.profile .image {
    margin: 0;
    padding: 0;
    width: 50%;
    height: auto;
    background-image: url(../img/common/imgFooter.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 8px;
    background-color: rgba(255, 0, 0, 0.25);
  }
  #contents .itemBlock div.profile ul.status {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    width: calc(50% - 16px);
    height: auto;
  }
  #contents .itemBlock div.profile ul.status li {
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
    width: auto;
    height: auto;
    text-align: right;
  }
  #contents .itemBlock div.profile ul.status li.name {
    text-align: center;
    color: #31599a;
    line-height: 1.2;
    font-size: 2.25rem;
    font-weight: 900;
  }
  #contents .itemBlock div.profile ul.status li.name span.sub {
    font-size: 1.125rem;
  }
  #contents .itemBlock div.profile ul.status li.address {
    color: #31599a;
    font-size: 1rem;
  }
  #contents .itemBlock div.profile ul.status li.phone {
    color: #31599a;
    font-family: "Arial Black", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    font-size: 2rem;
  }
  #contents .itemBlock div.profile ul.status li.phone:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
  }
  #contents .itemBlock div.profile ul.status li.phone:before else {
    content: "";
  }
  #contents .itemBlock div.profile ul.status li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #contents .itemBlock p.postType {
    display: inline-block;
    margin: 0 0.5em 0 0;
    padding: 0.5em;
    width: auto;
    height: auto;
    border-style: solid;
    border-width: 2px;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1;
  }
  #contents .itemBlock p.postType.type0 {
    background-color: #FFF;
    border-color: #000;
  }
  #contents .itemBlock p.postType.type1 {
    background-color: #69c8ff;
    border-color: #a8dfff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type2 {
    background-color: #0040FF;
    border-color: #789aff;
    color: #FFF;
    text-shadow: 0 0 2px black, 0 0 2px black;
  }
  #contents .itemBlock p.postType.type3 {
    background-color: #fe0;
    border-color: #c00;
  }
  #contents .itemBlock ul.pagenation {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 32px 0 0 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  #contents .itemBlock ul.pagenation li {
    line-height: 1;
    margin: calc(32px / 4);
    padding: 0;
    width: 2.5em;
    height: 2.5em;
  }
  #contents .itemBlock ul.pagenation li label {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #2a971f;
    border-style: solid;
    border-width: 1px;
    border-color: #6dcd62;
    border-radius: 100%;
    color: #fff;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #2a971f;
    border-radius: 100%;
    color: #2a971f;
    font-size: 0.875rem;
  }
  #contents .itemBlock ul.pagenation li a:hover, #contents .itemBlock ul.pagenation li a:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents .itemBlock ul.pagenation li.skip {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: calc(32px / 4);
    padding: 0;
    width: auto;
    height: 2.5em;
    font-size: 0.625rem;
    line-height: 1;
  }
  #contents button.basicButton, #contents input.basicButton, #contents div.basicButton, #contents a.basicButton {
    display: inline-block;
    background-color: #fff;
    border-color: #0f66dc;
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-left: solid 1px;
    border-radius: 8px;
    text-align: center;
    color: #0f66dc;
    font-size: 0.875rem;
    line-height: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 0.75em 1em;
    width: auto;
    height: auto;
  }
  #contents button.basicButton.iconBack:before, #contents input.basicButton.iconBack:before, #contents div.basicButton.iconBack:before, #contents a.basicButton.iconBack:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-right: 0.25em;
  }
  #contents button.basicButton.iconBack:before else, #contents input.basicButton.iconBack:before else, #contents div.basicButton.iconBack:before else, #contents a.basicButton.iconBack:before else {
    content: "";
  }
  #contents button.basicButton.iconNext:after, #contents input.basicButton.iconNext:after, #contents div.basicButton.iconNext:after, #contents a.basicButton.iconNext:after {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    margin-left: 0.25em;
  }
  #contents button.basicButton.iconNext:after else, #contents input.basicButton.iconNext:after else, #contents div.basicButton.iconNext:after else, #contents a.basicButton.iconNext:after else {
    content: "";
  }
  #contents button.basicButton.iconAdd:before, #contents input.basicButton.iconAdd:before, #contents div.basicButton.iconAdd:before, #contents a.basicButton.iconAdd:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconAdd:before else, #contents input.basicButton.iconAdd:before else, #contents div.basicButton.iconAdd:before else, #contents a.basicButton.iconAdd:before else {
    content: "";
  }
  #contents button.basicButton.typeAdd:before, #contents input.basicButton.typeAdd:before, #contents div.basicButton.typeAdd:before, #contents a.basicButton.typeAdd:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    margin-right: 0.25em;
  }
  #contents button.basicButton.typeAdd:before else, #contents input.basicButton.typeAdd:before else, #contents div.basicButton.typeAdd:before else, #contents a.basicButton.typeAdd:before else {
    content: "";
  }
  #contents button.basicButton.iconDelete:before, #contents input.basicButton.iconDelete:before, #contents div.basicButton.iconDelete:before, #contents a.basicButton.iconDelete:before {
    margin-right: 0.25em;
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
  }
  #contents button.basicButton.iconDelete:before else, #contents input.basicButton.iconDelete:before else, #contents div.basicButton.iconDelete:before else, #contents a.basicButton.iconDelete:before else {
    content: "";
  }
  #contents button.basicButton:hover, #contents input.basicButton:hover, #contents div.basicButton:hover, #contents a.basicButton:hover {
    cursor: pointer;
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  #contents button.basicButton:focus, #contents input.basicButton:focus, #contents div.basicButton:focus, #contents a.basicButton:focus {
    outline: none;
  }

  footer {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  footer .copyRight {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2a971f;
    background-image: url(../img/common/txMenuBG.png);
    background-position: left top;
    background-repeat: repeat;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: #FFF;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 32px;
    width: calc(100% - (32px * 4));
    height: 60px;
    max-width: calc(1024px - (32px * 2));
  }

  button.scrollButton {
    z-index: 50000;
    opacity: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: #666;
    border-radius: 100%;
    color: #333;
    cursor: pointer;
    transition-duration: 0.25s;
    transform: translateY(200px);
    right: 32px;
    bottom: 32px;
    margin: 0;
    padding: 0;
    width: 64px;
    height: 64px;
    font-size: 40px;
  }
  button.scrollButton:before {
    display: inline-block;
    content: " ";
    font-family: FontAwesome;
  }
  button.scrollButton:before else {
    content: "";
  }
  button.scrollButton:hover, button.scrollButton:active {
    background-color: #ffc;
    border-color: #f60;
    color: #f60;
  }
  button.scrollButton:focus {
    outline: none;
  }
  button.scrollButton.enable {
    transition-duration: 0.25s;
    opacity: 0.5;
    transform: translateY(0);
  }
}
@media print {
  body {
    background-image: none;
  }
  body header {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  body #siteMenu {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  body #container {
    margin: 0;
    padding: 0;
    height: auto;
  }
  body #container #contents {
    margin: 0;
    padding: 0 0 0 0;
    height: auto;
    background-color: #fff;
  }
  body #container #contents #categoryImage {
    margin-top: 0;
  }
  body #container #contents #categoryImage li:last-child {
    margin-bottom: 0;
  }
  body #container #contents h2 {
    margin-top: 0;
  }
  body #container #contents .itemBlock {
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    box-shadow: none;
  }
  body #container #contents .itemBlock#category {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  body #container #contents .itemBlock#about {
    display: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
  }
  body #container footer {
    position: relative;
    left: auto;
    bottom: auto;
  }
  body #container footer .copyRight {
    background-color: transparent;
    background-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: #999;
    color: #000;
  }
  body button.scrollButton {
    display: none;
  }
}