@charset "euc-jp";

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  background-color: #fff;
  color: #464e54;
}
a {
  color: #464e54;
  transition: .3s;
}
a:hover {
  color: #5e5e5e;
}

a:hover img {
  opacity: .8;
  -webkit-opacity: .8;
  -moz-opacity: .8;
}

/*
 * layout
 */
#wrapper {
  margin: 0 auto;
  max-width: 1260px;
}

/*
 * mv
 */
.header-link {
  padding: 1em;
  margin: 0;
}
.header-link li {
  display: inline-block;
  margin: 0 .6em;
}
.header-link li a {
  color: #fff;
}
.mv {
  background: url(https://img08.shop-pro.jp/PA01208/511/etc/mv_bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 240px;
}
.mv-content {
  margin: 0 auto;
  padding: 0 0;
  width: 640px;
  display: block;
  text-align: center;
}
#mv-catch {
  display: none;
}
#mv-logo {
  width: 100px;
  position: absolute;
  top: 60px;
}
.mv-btns {
  display: none;
}
.mv-right {
  display: none;
}

/*
 * headline
 */
.headline {
  background: #c9c6bd;
  text-align: center;
  padding: .2em 0;
}
.headline p {
  margin: 0;
}
.headline a {
  color: #000;
}
/*
 * gnav
 */
.gnav {
  width: 100%;
  background: #f9f9f9;
  text-align: center;
}
.gnav ul {
  margin: 0;
}
.gnav ul li {
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
}
.gnav ul li i {
  margin-right: .6em;
}
.gnav ul li a {
  display: block;
  color: #2a2a2a;
  padding: 1.2em 1.6em;
}
.gnav ul li a:hover {
  background: #c9c6bd;
  color: #2a2a2a;
  text-decoration: none;
}
.gnav ul li span {
  display: block;
  font-size: .8em;
  font-weight: normal;
}
.gnav ul li span.nav-brand {
  font-weight: bold;
  display: inline;
}

/*
 * contents
 */

#contents {
  float: right;
  max-width: 940px;
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}

#main {
  padding: 36px 0 0 0;
}
.slides {
  margin-bottom: 2em;
}
.top-section {
  margin-bottom: 2.4em;
}
.top-section h2 {
  margin: 0 auto 1.6em auto;
  display: block;
}
.top-section h2 img {
  margin: 0 auto;
}
.top-btn {
  color: #fff;
  background: #887a6f;
  padding: .6em 2.4em;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  width: 200px;
  margin: 1em auto 0 auto;
}
.top-btn:hover {
  background: #403a3a;
  color: #fff;
}
.top-info-box {
  border: 1px solid #555;
  padding: 1.4em 1em 1em 1em;
  position: relative;
}
.top-info-box h2 {
  background: #868686;
  color: #fff;
  font-size: 1em;
  padding: .4em 1.6em;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: -18px;
  left: 12px;
}
.top-info-box p {
  margin: 0;
}
.item-box {
  margin-bottom: 1em;
}
.item-box a:hover {
  color: #000;
  text-decoration: none;
}
.item-box img {
  margin-bottom: .8em;
}
.item-name {
  font-weight: bold;
}
.item-price {
  font-size: .9em;
  text-align: center;
}

/*
 * side
 */
.side-search {
  margin-bottom: 1.6em;
}
.side-box {
  background: #f0efea;
  border-top: 6px solid #c9c6bd;
  padding: 1em .6em;
  margin-bottom: 1.6em;
}
.side-box h3 {
  text-align: center;
  background: #fff;
  padding: .6em 1.2em;
  margin: 0 0 .8em 0;
  font-size: 1.1em;
  border-radius: 16px;
}
.side-box ul {
  margin: 0;
  padding: 0;
}
.side-box ul li {
  list-style: none;
}
.side-box a {
  display: block;
  font-weight: bold;
  padding: .6em .4em;
}
.side-box a:hover {
  background: #c9c6bd;
  text-decoration: none;
}
.side-box img {
  margin-right: 2px;
}

#side-price ul li {
  border-bottom: 2px solid #c8c5bc;
}
#side-price ul li:last-child {
  border-bottom: none;
}

.side-box dl {
  margin: 0;
}
.side-box dl dt {
  float: left;
  width: 50px;
}
.side-box dl dd {
  display: block;
  margin-left: 50px;
  font-weight: bold;
  line-height: 50px;
  padding-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-box dl dd:after {
  content: '';
  display: block;
  clear: both;
}

/*
 * footer
 */
#footer {
  background: #403a3a;
  color: #fff;
}
#footer h2 {
  background: #404040;
  padding: 1.4em 1em;
}

.footer-guide-section {
  margin-bottom: 2.4em;
}
.footer-guide-section ul {
  margin: 0 0 1em 0;
  padding: 0;
}
.footer-guide-section li {
  list-style: none;
}
.footer-guide-section img {
  margin-bottom: .6em;
}
.copyright {
  text-align: center;
  padding: 1em 0;
  margin: 0;
}

/*
 * 初めての方へ
 */
.page-first h1 {
  background: #50403c;
  text-align: center;
  color: #fff;
  padding: .6em 0;
}
.page-first h2 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .2em 0;
}
.first-intro {
  padding: 0 0 1.2em 0;
}
.first-intro h3 {
  border-top: 2px solid #c9c6bd;
  border-bottom: 2px solid #c9c6bd;
  padding: .6em .6em .6em .6em;
  margin: 1em 0 1em 0;
  background-color: #f0efea;
  font-size: 1.4em;
}
.first-intro-content {
  background: #efe7bf;
  margin-bottom: 1em;
  padding: 1.2em .8em;
}
.first-intro-content h4 {
  color: #67000c;
  font-size: 1.2em;
  margin: 0 0 .8em 0;
}
.first-intro-content h4 span {
  font-size: .9em;
  background: #67150a;
  padding: .4em .8em;
  margin-right: 1em;
  color: #fff;
  border-radius: 16px;
  font-weight: normal;
}
.first-intro-inner {
  background: #fff;
  color: #000;
  padding: 1.2em;
}
.first-intro-inner img {
  margin: 0 auto;
  display: block;
}
.first-intro-inner p {
  margin: 0 0 .6em 0;
  line-height: 1.6;
}
.first-postage {
  padding: 1.2em 0;
}
.first-postage-pic {
  background: #ece7c7;
}
.first-postage-pic img {
  margin: 0 auto;
  display: block;
}
.first-postage p {
  background: #f0efea;
  padding: 1.2em;
  font-size: 1.2em;
}
.first-wish {
  padding: 1.2em 0;
}
.first-wish a {
  border: 2px solid #c9c6bd;
  padding: 1em;
  font-size: 1.4em;
  display: block;
  border-radius: 8px;
}
.first-wish a:hover {
  background: #f0efea;
}

/*
 * 大口注文をご検討のお客様へ
 */
.page-bigdeal h1 {
  background: #50403c;
  text-align: center;
  color: #fff;
  padding: .6em 0;
  margin-top: 0;
}
.page-bigdeal h2 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .2em 0;
}
.bigdeal-intro {
  padding: 0 0 1.2em 0;
}
.bigdeal-intro h3 {
  border-top: 2px solid #c9c6bd;
  border-bottom: 2px solid #c9c6bd;
  padding: .6em .6em .6em .6em;
  margin: 1em 0 1em 0;
  background-color: #f0efea;
  font-size: 1.4em;
}

/*
 * 会社概要
 */
.page-company h1 {
  background: #50403c;
  text-align: center;
  color: #fff;
  padding: .6em 0;
  margin-top: 0;
}
.page-company h2 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .2em 0;
}
.company-section {
  padding: 0 0 1.2em 0;
}
.company-intro img {
  max-width: 100%;
}
.company-philosophy {
  border: 1px solid #ccc;
  padding: 1.6em;
}
.company-philosophy ul {
  margin: 0;
  list-style: none;
}
.company-philosophy li {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1em;
}
.company-philosophy li:before {
  font-family: FontAwesome;
  content: " \f111";
  color: #5f3603;
  margin-right: 1em;
}
.company-philosophy li:last-child {
  margin-bottom: 0;
}
.company-policy {
  margin-bottom: 1em;
}
.company-policy h3 {
  margin-bottom: .8em;
}
.company-policy h3 span {
  border-bottom: 1px solid #000;
  padding-bottom: .4em;
}
.company-policy p {
  font-size: 1em;
}
.company-tbl {
  width: 100%;
  margin: 0 auto;
}
.company-tbl th,
.company-tbl td {
  border: 1px solid #ccc;
  padding: 1.2em 1em;
}
.company-tbl th {
  background: #ececec;
  font-weight: normal;
  text-align: center;
  width: 30%;
}
.company-tbl td {
  width: 70%;
}
.company-bases ul {
  margin: 0 0 1.6em 0;
  list-style: none;
}

/*
 * よくあるご質問
 */
.page-faq h1 {
  background: #50403c;
  text-align: center;
  color: #fff;
  padding: .6em 0;
  margin-top: 0;
}
.page-faq .faq-title {
  background: #50403c;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: .6em 0;
  margin-top: 0;
  border-bottom: none;
}
.page-faq h2 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .2em 0;
}
.page-faq img {
  border: 1px dotted #ccc;
  padding: 1.6em;
  margin-bottom: 1.2em;
  max-width: 100%;
}

.faq-content dt {
  display: block;
  border-bottom: #666 1px solid;
  margin-bottom: .6em;
  padding: .6em;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
  font-size: 1.2em;
}
.faq-content dd {
  display: none;
  margin-bottom: 1.6em;
  padding: .6em;
  font-size: 1.1em;
}
.faq-active {
  background: #f9f8e7;
}
.faq-content dt:after {
  position: absolute;
  right: 32px;
  content: '>';
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}
.faq-content dt.faq-active:after {
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*
 * 配送・送料
*/
.page-shipping h1 {
  background: #50403c;
  text-align: center;
  color: #fff;
  padding: .6em 0;
  margin-top: 0;
}
.page-shipping h2 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .2em 0;
}
.shipping-section {
  padding: 0 0 1em 0;
}

/*
 * 人気商品TOP3
*/
.page-popular h1 {
  background: #50403c;
  text-align: center;
  color: #fff;
  padding: .6em 0;
  margin-top: 0;
}
.popular-section {
  margin: 0 0 2em 0;
}
#popular-01 {
  border: 6px solid #d6a000;
}
#popular-02 {
  border: 6px solid #989898;
}
#popular-03 {
  border: 6px solid #867a57;
}
.popular-section h2 {
  color: #fff;
  padding: .8em;
  margin-top: 0;
  text-align: center;
}
.popular-section h2 span {
  font-size: 1.2em;
  letter-spacing: 2px;
  padding-right: .4em;
}
#popular-01 h2 {
  background: #d6a000;
}
#popular-02 h2 {
  background: #989898;
}
#popular-03 h2 {
  background: #867a57;
}
.popular-main {
  margin: 0 auto 2em auto;
  display: block;
}
.popular-list {
  background: #000;
  padding: 1.6em 0;
  text-align: center;
}
.popular-list ul {
  margin: 0 auto;
  display: block;
  width: 760px;
  max-width: 100%;
  text-align: left;
}
.popular-list li {
  display: inline-block;
  margin: 2px;
}
.popular-list li a {
  display: block;
}

/*シリーズ用商品リスト*/
.series {
  background: #000;
  padding: 1.6em 0;
  margin: 0 0 1.2em 0;
  text-align: center;
}
.series ul {
  margin: 0 auto;
  display: block;
  width: 760px;
  max-width: 100%;
  text-align: left;
}
.series li {
  display: inline-block;
  margin: 2px;
}
.series li a {
  display: block;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

@media (max-width: 1200px) {
  .mv-postage {
    right: 2%;
    top: 5%;
  }
  .mv-shipping {
    right: 2%;
    top: 50%;
  }
  .gnav ul {
    display: flex;
    justify-content: space-around;
  }
  .gnav ul li {
    font-size: 1em;
  }
  .gnav ul li i {
    margin-right: .6em;
    display: block;
  }
  .gnav ul li a {
    display: block;
    color: #2a2a2a;
    padding: 1em 1em;
  }
}

@media (max-width: 768px) {
  .header-link {
    padding: .6em;
  }
  .header-link li {
    margin: 0 .4em;
    font-size: .9em;
  }
  .mv {
    background: url(https://img08.shop-pro.jp/PA01208/511/etc/mv_bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
  }
  .mv-content {
    box-sizing: border-box;
    padding: 0 12px 24px 12px;
    width: 100%;
  }
  #mv-logo {
    width: 64px;
    position: relative;
    top: 0;
  }
  .mv-content img {
    max-width: 100%;
  }
  .mv-btns {
    margin: 0;
  }
  .mv-btn {
    max-width: 100%;
    margin-bottom: 1em;
    font-size: 1em;
    padding: .6em 1.6em;
  }
  .gnav ul {
    display: block;
  }
  .gnav ul li {
    width: 30%;
    display: inline-block;
    font-size: .9em;
  }
  #main {
    padding: 36px 1em 0 1em;
  }
  .top-section h2 {
    margin: 0 auto 1em auto;
  }
  .item-box {
    margin-bottom: .6em;
  }
  .popular-main {
    margin: 0 auto;
    padding: 1em;
    display: block;
    box-sizing: border-box;
  }
  .popular-list ul {
    text-align: center;
  }
  .first-intro-content h4 {
    text-align: center;
  }
  .first-intro-content h4 span {
    display: block;
    margin: 0 auto;
    width: 120px;
    margin-bottom: .2em;
  }
  .first-intro-content img {
    margin-bottom: .8em;
  }
  .series ul {
    text-align: center;
  }
  .series ul li {
    margin: 8px 0;
  }
}

/*--20240718 新規 お客様の声専用ページ作成--*/
.customerVoice {
  margin-bottom: 40px;
}
.customerVoice-title {
  background: #50403c;
  text-align: center;
  color: #fff;
  font-size: 28px;
  padding: 16.8px 0;
  margin-top: 0;
}
.customerVoice-list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin: 0;
}
.customerVoice-list-item {
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 14px;
}
.customerVoice-list-item:last-child {
  border-bottom: none;
}
.customerVoice-img {
  width: 25%;
  margin-right: 14px;
}
.customerVoice-img img {
  max-width: 100%;
  height: auto; 
}
.customerVoice-content {
  width: calc(75% - 14px);
}
.customerVoice-itemName {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.customerVoice-rate {
  color: #f8d121;
  font-size: 30px;
  margin: 0;
}
.customerVoice-rate {
  margin: 0;
}

/* 20240829 レイアウト修正 */
#mv-logo.mv-h1-set {
 left: 0;
 right: 0;
 margin: auto;
 top: 76px;
}
@media (max-width: 768px) {
 #mv-logo.mv-h1-set {
  top: 0px;
 }
}

/* 20241023 */
.cmn-popular-voice {
  margin-bottom: 40px;
}
.cmn-popular-voice h3 {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 .2em 0;
  font-size: 1.5em;
}
.cmn-popular-voice-item {
  padding: 15px 0px;
  box-sizing: border-box;
  border-bottom: 2px solid #c8c5bc;
}
.cmn-popular-voice-item h4 {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}
.cmn_home__ranking_1-3 h3,
.cmn_home__ranking_4-7 h3 {
  text-align: center;
}
.cmn_home__ranking_4-7 .item-box {
  margin-bottom:15px;
}
.cmn_home__ranking_4-7 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height:42px;
  font-size: 1em;
}

/*--20250120 追加 ハンバーガーメニューの追加--*/
.menu-toggle {
  display: none;
}
@media (max-width: 768px) {
  .menu-toggle {
    z-index: 1000;
    display: block;
    margin-left: 5px;
    position: relative;
    padding: 0 10px 10px;
  }
  .menu-toggle.change {
    top: 15px;
    left: 10px;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    background-color: #333;
  }
  .menu-toggle .bar {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    transition: 0.4s;
    background-color: #fff;
  }
  .menu-toggle.change .bar1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  .menu-toggle.change .bar2 {
    opacity: 0;
  }
  .menu-toggle.change .bar3 {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  .menu-sp-side {
    position: fixed;
    left: -90%;
    top: 0;
    width: 90%;
    height: 100%;
    background-color: #333;
    transition: 0.3s;
    padding: 60px 10px;
    overflow-y: auto;
    z-index: 999;
  }
  .menu-sp-side.show {
    left: 0;
  }
}