/* stylecss最後に書き換え分 */
.ec-newsRole {
  padding: 0;
}

.ec-newsRole .ec-newsRole__newsDate {
  color: #525263;
  font-size: 15px;
}

.ec-newsRole .ec-newsRole__newsTitle {
  font-size: 15px;
  font-weight: normal;
}

.ec-categoryRole {
  background: #f8f8f8;
  color: black;
  padding: 20px 0;
}

.ec-categoryRole .ec-categoryRole__listItem {
  display: inline-block;
  position: relative;
}

.ec-categoryRole .ec-categoryRole__listItem img {
  height: auto;
}

.ec-headerNaviRole {
  color: #525263;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1130px;
  padding: 15px 20px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -ms-flex-pack: justify;
  display: -ms-flexbox;
}

/*ヘッダー共通(商品検索・ロゴ・ログインナビカート＋PCカテゴリナビ)ブロック(SP用:横768px以下)のCSS↓*/
.ec-header-navi-role-right {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -ms-flex-pack: end;
  display: -ms-flexbox;
  width: calc(100% * 1 / 3);
}

.ec-header-navi-role-left {
  width: calc(100% / 3);
}

.ec-header-navi-role-cenyer {
  width: calc(100% / 3);
}

/*固定ヘッダー(商品検索・ロゴ・ログインナビカート＋PCカテゴリナビ)ブロック内のPCカテゴリナビ部CSS↓*/
.meganavi-categ-pc { 
  color: #837036;
  display: none;
  font-size: 15px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.meganavi-categ-pc > ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}

.meganavi-categ-pc > ul > li {
  display: table-cell;
  margin: 0 1em;
}
.meganavi-categ-pc > ul > li:hover {
  background-color: #fff;
  color: #837036;
}
.meganavi-categ-pc > ul > li:hover > a {
  color: #837036;
}
.meganavi-categ-pc > ul > li:hover .meganavi-categ-pc-menu-area {
  max-height: 9999px;
  transition: max-height 1s ease-in;
  z-index: 1;
}

.meganavi-categ-pc > ul > li > a {
  color: #837036;
  display: block;
  padding: 0.4em 1em 0.5em;
  transition: all .2s ease-in;
}

.meganavi-categ-pc > ul .meganavi-categ-pc-menu-area {
  background: #fff;
  border-top: 1px solid #e2e2d6;
  border-bottom: 1px solid #e2e2d6;
  box-sizing: border-box;
  left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  transition: max-height .5s ease-out;
  width: 100%;
}

.meganavi-categ-pc > ul .meganavi-categ-pc-menu-area .meganavi-categ-pc-menu_inner {
  padding: 1em 0;
}

.meganavi-categ-pc > ul .meganavi-categ-pc-menu-area .meganavi-categ-pc-menu_inner li {
  display: inline-block;
  margin: .5em 2em;
}

.meganavi-categ-pc > ul .meganavi-categ-pc-menu-area a {
  color: #837036;
}

.meganavi-categ-pc > ul .meganavi-categ-pc-menu-area .meganavi-categ-pc-menu_inner2 {
  display: flex;
  padding: 1em 0;
}

@media only screen and (min-width: 768px) {
  .ec-categoryRole {
    padding: 10px 0 40px;
  }
}








/*固定ヘッダー(商品検索・ロゴ・ログインナビカート＋PCカテゴリナビ)ブロック(SP用:横768px以下)のCSS↓*/
.headerandlogo_header {
  background-color:  #fff;
  border-bottom: 1px solid #e2e2d6;
  float: left;
  height: 118px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.header-toptopic-area { 
  background-color: #f5f5f5;
  color: #808080;
  font-size: 14px;
  height: 35px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.header-toptopic-area a { 
  color: #808080;
  font-size: 14px;
}

/* トップページ(SP用:横768px以下)のCSS↓ */
.maialise-logo-header-s {
  float: left;
  padding: 3px 15% 0;
  text-align: center;
  width: 100%;
}

.maialise-logo-header-s img {
  height: auto;
}

/* ローディング画面背景 */
.loader-bg {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  top: 0;
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

/* B)ローディングアニメーション */
.loader {
  animation: load5 1.1s infinite ease;
  border-radius: 50%;
  font-size: 25px;
  height: 0.8em;
  margin: 100px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 0.8em;
  -webkit-animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d1d1d1, 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.5), -1.8em -1.8em 0 0em rgba(209,209,209, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.7), 1.8em -1.8em 0 0em #d1d1d1, 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.5), 1.8em -1.8em 0 0em rgba(209,209,209, 0.7), 2.5em 0em 0 0em #d1d1d1, 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.5), 2.5em 0em 0 0em rgba(209,209,209, 0.7), 1.75em 1.75em 0 0em #d1d1d1, 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.5), 1.75em 1.75em 0 0em rgba(209,209,209, 0.7), 0em 2.5em 0 0em #d1d1d1, -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.5), 0em 2.5em 0 0em rgba(209,209,209, 0.7), -1.8em 1.8em 0 0em #d1d1d1, -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.5), -1.8em 1.8em 0 0em rgba(209,209,209, 0.7), -2.6em 0em 0 0em #d1d1d1, -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.5), -2.6em 0em 0 0em rgba(209,209,209, 0.7), -1.8em -1.8em 0 0em #d1d1d1;
  }
}

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d1d1d1, 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.5), -1.8em -1.8em 0 0em rgba(209,209,209, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.7), 1.8em -1.8em 0 0em #d1d1d1, 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.5), 1.8em -1.8em 0 0em rgba(209,209,209, 0.7), 2.5em 0em 0 0em #d1d1d1, 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.5), 2.5em 0em 0 0em rgba(209,209,209, 0.7), 1.75em 1.75em 0 0em #d1d1d1, 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.5), 1.75em 1.75em 0 0em rgba(209,209,209, 0.7), 0em 2.5em 0 0em #d1d1d1, -1.8em 1.8em 0 0em rgba(209,209,209, 0.2), -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.5), 0em 2.5em 0 0em rgba(209,209,209, 0.7), -1.8em 1.8em 0 0em #d1d1d1, -2.6em 0em 0 0em rgba(209,209,209, 0.2), -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.5), -1.8em 1.8em 0 0em rgba(209,209,209, 0.7), -2.6em 0em 0 0em #d1d1d1, -1.8em -1.8em 0 0em rgba(209,209,209, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(209,209,209, 0.2), 1.8em -1.8em 0 0em rgba(209,209,209, 0.2), 2.5em 0em 0 0em rgba(209,209,209, 0.2), 1.75em 1.75em 0 0em rgba(209,209,209, 0.2), 0em 2.5em 0 0em rgba(209,209,209, 0.2), -1.8em 1.8em 0 0em rgba(209,209,209, 0.5), -2.6em 0em 0 0em rgba(209,209,209, 0.7), -1.8em -1.8em 0 0em #d1d1d1;
  }
}

/* B)Categoryのカテゴリ(SP用:横768px以下)のCSS↓ */
.toppagecategory-name-small1-kyoutsu {
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 48%;
  transform: translate(-50%,-48%);
  white-space: nowrap;
}

.toppagecategory-name-small1-kyoutsu p {
  background-color: transparent;
  color: #525263;
}

.toppagecategory-name-small2-kyoutsu {
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 48%;
  transform: translate(-50%,-48%);
  white-space: nowrap;
}

.toppagecategory-name-small2-kyoutsu p {
  background-color: transparent;
  color: #fff;
}

.toppagecategory-namespell-small-kyoutsu {
  font-size: 20px;
  font-weight: bold;
}

.toppagecategory-namekana-small-kyoutsu {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
/* 全ページ共通(パソコンで見たときは"pcver"のclassがついた画像が表示される) */
.pcver {
  display: none!important;
}

.spver {
  display: block!important;
}

/* 画像の縦横の縦横比率合わせ用(SP&PC共通) */
.imag-width-height-balance img {
  height: auto;
  width: 100%;
}

/* トップページ各ブロックの周りの余白(SP用:横768px以下)CSS↓*/
.block-position-kyoutsu {
  padding: 80px 0 40px;
}

/* トップページ各ブロックのタイトルエリア(SP用:横768px以下)CSS↓*/
.block-title-area-kyoutsu {
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
}

.onlywidth100-kyoutsu {
  float: left;
  width: 100%;
}

/* トップページ各ブロックのタイトルカラー(SP用:横768px以下)CSS↓*/
.block-title-color1 {
  color: #348e70;
  font-size: 25px;
  font-weight: normal;
  margin: 20px 0 5px;
  text-align: center;
}

.block-title-color2 {
  color: #393;
  font-size: 25px;
  font-weight: normal;
  margin: 20px 0 5px;
  text-align: center;
}

.block-title-color1-kyoutsu {
  color: #348e70;
  font-size: 27px;
  font-weight: bold;
  margin: 20px 0 5px;
}

.block-title-color2-kyoutsu {
  color: #393;
  font-size: 27px;
  font-weight: bold;
  margin: 20px 0 5px;
}

.block-subtitle-kyoutsu {
  font-size: 15px;
}

.pageitem-lineup-area-100-40-kyoutsu {
  float: left;
  width: 100%;
}

.pageitem-lineup-area-100-20-kyoutsu {
  float: left;
  width: 100%;
}

.pageitem-lineup-item-50-kyoutsu {
  float: left;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 50px;
  padding: 0 3%;
  text-align: left;
  width: 50%;
}

.pageitem-lineup-item-50-kyoutsu img {
  height: auto;
}

.pageitem-lineup-item-50-kyoutsu a {
  color: #525263;
}

.pageitem-lineup-item-100-kyoutsu {
  float: left;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 0 3%;
  text-align: left;
  width: 50%;
}

.pageitem-lineup-item-100-kyoutsu img {
  height: auto;
}

.pageitem-lineup-item-100-kyoutsu a {
  color: #525263;
}

/* トップページ内のmoreボタン(SP用:横768px以下)CSS↓*/
.toppage-more-button1-kyoutsu {
  float: right;
  width: 20%;
}

.toppage-more-button1-kyoutsu img {
  height: auto;
}

/*アイテム等のタグ(SP用:横768px以下)のCSS↓*/
.pageitem_tag_green {
  background-color: #a3cbbd;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -.05em;
  line-height: 1;
  margin: .6em .25em .3em 0;
  padding: .4em;
  text-decoration: none;
}

/* B)Information共通用のCSS(変更部分のみ）↓*/
.information-area-kyoutsu {
  margin: 0 10px;
}

/* B)Information＆特集ページタイトルエリア(SP用:横768px以下) */
.pagetitlearea-kyoutsu {
  display: inline-block;
  float: left;
  position: relative;
  width: 100%;
}

.pagetitlearea-kyoutsu img {
  height: auto;
}

/* B)SlideShow(SP用:横768px以下)のCSS↓ */
.toppage-slidertop {
  float: left;
  padding-top: 120px;
  text-align: center;
  width: 100%;
}

.slide-accordion input {
  display: none;
}

.slide-accordion-inside {
  border-bottom: 15px solid #f4fbf5;
  border-left: 10px solid #f4fbf5;
  border-right: 10px solid #f4fbf5;
  font-size: 15px;
  height: 0;
  line-height: 2;
  opacity: 0;
  overflow: hidden;
  padding: 5px 15px;
  text-align: left;
  transition: 0.5s;
  width: 100%;
}

.slide-accordion-inside-img {
  padding-bottom: 20px;
  width: 100%;
}

.slide-accordion-inside-img img {
  height: auto;
}

.slide-accordion input:checked~.slide-accordion-inside {
  height: auto;
  opacity: 1;
}

.slide-accordion-switch {
  background-color: #f4fbf5;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0;
  padding: 8px;
  position: relative;
}

.slide-accordion-switch::before,
.slide-accordion-switch::after {
  background: #ccb986;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.slide-accordion-switch::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.slide-accordion input:checked~.slide-accordion-switch::after {
  transform: rotate(0);
  transition: 0.5s;
}

/*商品詳細ページのタイトルh1、h2、h3(SP用:横768px以下) */
.item-detail-h1 {
  color: #525263;
  font-size: 26px;
  line-height: 1.5;
  margin: 0;
  width:100%; 
}

.item-detail-h2 {
  color: #525263;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 15px;
  text-align: center;
  width:100%; 
}

.item-detail-h3 {
  color: #525263;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 15px;
  text-align: center;
  width:100%; 
}

.item-detail-a {
  text-align: center;
  width:100%; 
}

.item-detail-a a {
  color: #006262;
  font-size: 16px;
  font-weight: bold;
}

.item-detail-red {
  color: #a00;
  font-size: 15px;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
/* 全ページ共通(スマートフォンで見たときは"spver"のclassがついた画像が表示される) */
  .pcver {
    display: block!important;
  }

  .spver {
    display: none!important;
  }

  /*トップページ(PC&タブレット用:横768px以上)のCSS↓*/
  .maialise-logo-header-s {
    padding: 0 35%;
  }

  .headerandlogo_header {
    height: auto;
    padding-bottom: 0;
  }

  .maialise-logo-toppage {
    padding-top: 60px;
  }

  .toppage-slidertop {
    padding: 140px 0 60px;
  }

/*固定ヘッダー(商品検索・ロゴ・ログインナビカート＋PCカテゴリナビ)ブロック内のPCカテゴリナビ部(PC&タブレット用:横768px以上)CSS↓*/
  .meganavi-categ-pc { 
    display: block;
  }

/* トップページ各ブロックの周りの余白(PC&タブレット用:横768px以上)CSS↓*/
  .block-position-kyoutsu {
    padding: 75px 0 25px;
  }

/* トップページ各ブロックのタイトルカラー(PC&タブレット用:横768px以上)CSS↓*/
  .block-title-color1 {
    font-size: 28px;
  }

  .block-title-color2 {
    font-size: 28px;
  }

  .block-subtitle-kyoutsu {
    font-size: 16px;
  }

  .pageitem-lineup-area-100-40-kyoutsu {
    width: 40%;
  }

  .pageitem-lineup-area-100-20-kyoutsu {
    width: 20%;
  }

  .pageitem-lineup-item-50-kyoutsu {
    padding: 0 1.5%;
    width: 50%;
  }

  .pageitem-lineup-item-100-kyoutsu {
    padding: 0 3%;
    width: 100%;
  }

/* トップページ内のmoreボタン(PC&タブレット用:横768px以上)CSS↓*/
  .toppage-more-button1-kyoutsu {
    width: 10%;
  }

  .toppage-more-button1-kyoutsu img {
    height: auto;
  }

/* B)Categoryのカテゴリ(PC&タブレット用:横768px以上)のCSS↓ */
  .toppagecategory-namespell-small-kyoutsu {
    font-size: 22px;
    font-weight: normal;
  }

  .toppagecategory-namekana-small-kyoutsu {
    font-size: 16px;
    font-weight: normal;
  }

/* B)Information共通用のCSS(変更部分のみ)(PC&タブレット用:横768px以上)↓*/
  .information-area-kyoutsu {
    margin: 0;
  }

/* B)SlideShow(PC&タブレット用:横768px以上)のCSS↓ */
   .toppage-slidertop {
    padding: 140px 0 60px;
  }

  /*商品詳細ページのタイトルh1、h2、h3(PC&タブレット用:横768px以上) */
  .item-detail-h1 {
    font-size: 28px;
  }

  .item-detail-h2 {
    font-size: 21px;
  }

  .item-detail-h3 {
    font-size: 18px;
  }

  .item-detail-a a {
    font-size: 17px;
  }

  .item-detail-red {
    font-size: 16px;
  }
}