@charset "UTF-8";
/** Colorの定義**/
/** 文字の定義**/
/* ==============================
  
	  共通
  
  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  overflow: hidden;
  color: #0071BC;
}

a:hover {
  color: #ffb700;
}

img {
  border: none;
  line-height: 0;
  vertical-align: bottom;
  max-width: 100%;
}

img[data-echo] {
  background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u66819683/pc/css/../images/common/loader-white.gif);
  background-size: 30px 30px;
  background-position: center center;
  border: solid 1px #ddd;
  border-radius: 5px;
}

img[data-echo].loaded {
  background-image: none;
}

i {
  font-style: normal;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.space10 {
  height: 10px;
}

.space20 {
  height: 20px;
}

.space30 {
  height: 30px;
}

.space40 {
  height: 40px;
}

.space100 {
  height: 100px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.bold {
  font-weight: bold;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.red {
  color: #c00;
}

ul li {
  list-style: none;
}

.alpha {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
  }
}

.wrap-alpha a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (hover: hover) {
  .wrap-alpha a:hover {
    opacity: 0.7;
  }
}

.bd-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(252, 238, 33, 0.6)));
  background: linear-gradient(transparent 60%, rgba(252, 238, 33, 0.6) 0%);
  font-weight: bold;
}

.bd-02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(228, 0, 3, 0.4)));
  background: linear-gradient(transparent 60%, rgba(228, 0, 3, 0.4) 0%);
  font-weight: bold;
}

.bd-03 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(0, 65, 219, 0.5)));
  background: linear-gradient(transparent 60%, rgba(0, 65, 219, 0.5) 0%);
  font-weight: bold;
}

.cursor {
  cursor: pointer;
}

input[type="text"]:focus {
  outline: 0;
}

button:focus {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071BC;
}

.link a:hover {
  color: #ffb700;
}

/** ***********************************************

COMMON

*********************************************** **/
body {
  font-family: "メイリオ", Meiryo,"Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro",  "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  letter-spacing: .5px;
  background-color: #f5f5f5;
  overflow-y: auto;
}

body.on {
  overflow-y: hidden;
}

.inner {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* ==============================
  
	  ファイル読み込み
  
  ==============================   */
.header {
  background-color: #fff;
}

.header .block-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eee;
}

.header .block-1 .col-1 {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .header .block-1 .col-1 {
    width: 100%;
    display: none;
  }
}

.header .block-1 .col-2 {
  width: 40%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .header .block-1 .col-2 {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .header .block-1 .col-2 {
    width: 100%;
  }
}

.header .block-1 .col-3 {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .header .block-1 .col-3 {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .header .block-1 .col-3 {
    display: none;
  }
}

.header .txt-h1 {
  font-size: 10px;
  color: #666;
  font-weight: normal;
}

.header .shipping {
  text-align: center;
  color: #FF6D3E;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .header .shipping {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  .header .shipping {
    text-align: left;
  }
}

.header .shipping span {
  font-size: 10px;
  font-weight: normal;
}

.header .hd-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .hd-navi li {
  margin: 0 5px;
}

.header .hd-navi li a {
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .header .hd-navi li a {
    font-size: 10px;
  }
}

.header .hd-navi li a:hover {
  text-decoration: underline;
}

.header .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding-bottom: 30px;
}

.header .sub-nav li {
  margin: 0 5px;
}

.header .sub-nav li a {
  font-size: 12px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .header .sub-nav li a {
    font-size: 10px;
  }
}

.header .block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .block-2 .col-1 {
  width: 25%;
}

@media screen and (max-width: 600px) {
  .header .block-2 .col-1 {
    width: 20%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .header .block-2 .col-1 {
    width: 100%;
    padding-top: 0;
  }
}

.header .block-2 .col-2 {
  width: 45%;
  padding-top: 10px;
}

@media screen and (max-width: 900px) {
  .header .block-2 .col-2 {
    width: 65%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 600px) {
  .header .block-2 .col-2 {
    width: 70%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 500px) {
  .header .block-2 .col-2 {
    width: 100%;
    padding-left: 0px;
  }
}

.header .block-2 .col-3 {
  width: 30%;
  padding-top: 10px;
  padding-left: 5%;
}

@media screen and (max-width: 900px) {
  .header .block-2 .col-3 {
    width: 10%;
  }
}

@media screen and (max-width: 700px) {
  .header .block-2 .col-3 {
    width: 0;
  }
}

@media screen and (max-width: 900px) {
  .header .block-2 .col-3 img {
    display: none;
  }
}

.header .logo {
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .header .logo {
    max-width: 120px;
    display: block;
  }
}

.header .wrap-search-bx {
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .wrap-search-bx input {
  border: solid 2px #FF6D3E;
  border-radius: 4px 0 0 4px;
  padding: 5px 8px;
  width: calc(100% - 90px);
  height: 34px;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .header .wrap-search-bx input {
    font-size: 10px;
  }
}

@media screen and (max-width: 700px) {
  .header .wrap-search-bx input {
    width: calc(100% - 60px);
  }
}

.header .wrap-search-bx .icon-search {
  width: 90px;
  border: none;
  background-color: #FF6D3E;
  text-align: center;
  height: 34px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .header .wrap-search-bx .icon-search {
    width: 60px;
  }
}

@media (hover: hover) {
  .header .wrap-search-bx .icon-search:hover {
    opacity: 0.8;
  }
}

.header .wrap-search-bx .icon-search img {
  width: 20px;
}

.header .keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header .keywords li {
  margin-right: 8px;
}

@media screen and (max-width: 600px) {
  .header .keywords li {
    line-height: 1.2;
  }
}

.header .keywords a {
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .header .keywords a {
    font-size: 10px;
  }
}

.bt-fav {
  max-width: 115px;
  margin-top: 5px;
}

#bt-nav {
  position: fixed;
  top: 60px;
  right: 50px;
  background-color: #fff;
  padding: 8px;
  cursor: pointer;
  z-index: 9999;
  border-radius: 3px;
  width: 60px;
  height: 50px;
}

@media screen and (max-width: 1200px) {
  #bt-nav {
    top: 60px;
    right: 20px;
  }
}

@media screen and (max-width: 700px) {
  #bt-nav {
    right: 10px;
  }
}

@media screen and (max-width: 600px) {
  #bt-nav {
    top: 45px;
  }
}

#bt-nav span {
  position: absolute;
  width: 40px;
  display: block;
  border-top: solid 1.4px #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#bt-nav .item-01 {
  top: 10px;
  left: 10px;
}

#bt-nav .item-02 {
  top: 18px;
  left: 10px;
}

#bt-nav .item-03 {
  top: 26px;
  left: 10px;
}

#bt-nav .txt {
  font-size: 10px;
  top: 34px;
  border-top: none;
  width: 60px;
  text-align: center;
  left: 0px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

#bt-nav.on .item-01 {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

#bt-nav.on .item-02 {
  width: 0;
  opacity: 0;
}

#bt-nav.on .item-03 {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}

.menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}

.menu.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer .inner {
  max-width: 1200px;
}

.footer .h2-title {
  background-color: #FF6D3E;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .footer .h2-title {
    font-size: 14px;
  }
}

.footer .h3-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .footer .h3-title {
    font-size: 12px;
  }
}

.footer p {
  font-size: 13px;
  margin-bottom: 1em;
}

@media screen and (max-width: 1024px) {
  .footer p {
    font-size: 12px;
  }
}

.footer p.shipping {
  font-weight: bold;
  color: #D60000;
}

.footer p.desc {
  margin-bottom: 30px;
}

.footer .block-1 {
  margin-bottom: 50px;
}

.footer .block-1 .flex-1 {
  gap: 30px;
}

.footer .block-1 .flex-1 .col {
  width: calc(50% - 30px);
  background-color: #fff;
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 30px;
}

@media screen and (max-width: 700px) {
  .footer .block-1 .flex-1 .col {
    width: 100%;
  }
}

.footer .block-1 .flex-1 img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

.footer .block-2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 700px) {
  .footer .block-2 {
    padding-left: 10px;
  }
}

.footer .block-2 .flex-2 .col-1 {
  padding-right: 30px;
}

@media screen and (max-width: 700px) {
  .footer .block-2 .flex-2 .col-1 {
    padding-right: 0;
  }
}

.footer .block-2 .flex-2 .info {
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .footer .block-2 .flex-2 .info {
    font-size: 12px;
  }
}

.footer .block-2 .note {
  font-weight: bold;
  color: #D60000;
}

@media screen and (max-width: 700px) {
  .footer .block-2 .note {
    margin-top: 20px;
  }
}

.footer .block-3 {
  background-color: #fff;
}

.footer .block-3 .flex-3 {
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .footer .block-3 .flex-3 {
    gap: 0;
  }
}

.footer .block-3 .flex-3 .col {
  width: calc(50% - 30px);
  padding: 30px;
}

@media screen and (max-width: 834px) {
  .footer .block-3 .flex-3 .col {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 600px) {
  .footer .block-3 .flex-3 .col {
    width: 100%;
  }
}

.footer .block-3 .flex-3 img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}

.footer .block-3 .flex-4 .col-img {
  width: 50%;
  padding-right: 30px;
}

@media screen and (max-width: 834px) {
  .footer .block-3 .flex-4 .col-img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .footer .block-3 .flex-4 .col-img {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 400px) {
  .footer .block-3 .flex-4 .col-img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}

.footer .block-3 .flex-4 .col-txt {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .footer .block-3 .flex-4 .col-txt {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .footer .block-3 .flex-4 .col-txt {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .footer .block-3 .flex-4 .col-txt {
    width: 100%;
  }
}

.footer .block-3 .flex-4 .col-txt p {
  line-height: 1.6;
}

.footer .block-3 .kts-bn {
  border: solid 1px #ddd;
}

.footer .copy {
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  padding: 0 0 30px;
  color: #999;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  display: none;
}

@media screen and (max-width: 500px) {
  #back-top {
    bottom: 80px;
    right: 10px;
  }
}

#back-top img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 500px) {
  #back-top img {
    width: 40px;
    height: 40px;
  }
}

.sp-fnav {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  border-top: solid 1px #eee;
}

@media screen and (max-width: 500px) {
  .sp-fnav {
    display: block;
  }
}

.sp-fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
}

.sp-fnav ul li {
  width: calc(100% / 4);
  text-align: center;
}

.sp-fnav ul li a {
  color: #333;
  font-size: 10px;
}

.sp-fnav ul li img {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto;
}

.sec-slide {
  padding: 20px 0;
}

.sec-slide .inner {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .sec-slide .inner {
    max-width: 1200px;
  }
}

@media screen and (max-width: 500px) {
  .sec-slide .slide-arrow {
    display: none;
  }
}

.wrap-slide {
  padding: 0 30px;
}

@media screen and (max-width: 500px) {
  .wrap-slide {
    padding: 0;
  }
}

#slide-1 {
  padding-bottom: 30px;
}

@media screen and (max-width: 500px) {
  #slide-1 {
    padding-bottom: 40px;
  }
}

.slide-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 40px);
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .slide-arrow {
    width: 20px;
    height: 20px;
    top: calc(50% - 30px);
  }
}

.slide-arrow.prev {
  border-top: solid 1.6px #333;
  border-left: solid 1.6px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 10px;
}

.slide-arrow.next {
  border-top: solid 1.6px #333;
  border-right: solid 1.6px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 10px;
}

.main-contents {
  background-color: #fff;
}

.main-contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
  max-width: 1400px;
}

.main-contents .left-navi {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .main-contents .left-navi {
    width: 200px;
  }
}

@media screen and (max-width: 834px) {
  .main-contents .left-navi {
    display: none;
  }
}

.main-contents .left-navi .block {
  padding-bottom: 30px;
  border-bottom: solid 1px #333;
  margin-bottom: 30px;
}

.main-contents .left-navi .title {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .main-contents .left-navi .title {
    font-size: 12px;
  }
}

.main-contents .left-navi .list-menu {
  padding-left: 10px;
}

.main-contents .left-navi .list-menu li {
  margin-bottom: 5px;
}

.main-contents .left-navi .list-menu a {
  color: #333;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .main-contents .left-navi .list-menu a {
    font-size: 12px;
  }
}

.main-contents .left-navi .list-menu a:hover {
  text-decoration: underline;
}

.main-contents .left-navi .list-menu .txt-s {
  font-size: 10px;
  display: block;
  color: #999;
}

.main-contents .right-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 300px);
  background-color: #fff;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .main-contents .right-content {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 834px) {
  .main-contents .right-content {
    width: 100%;
    padding-left: 0px;
  }
}

.main-contents .right-content .info {
  border: solid 3px #D60000;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
  background-color: #FDFAEA;
}

.main-contents .right-content .info h3 {
  margin-bottom: 30px;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .main-contents .right-content .info h3 {
    font-size: 18px;
  }
}

.main-contents .right-content .info p {
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
}

.main-contents .right-content .block {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.main-contents .right-content .title {
  font-size: 18px;
  border-bottom: solid 1px #333;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .main-contents .right-content .title {
    font-size: 16px;
  }
}

.main-contents .right-content .banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 15px;
}

@media screen and (max-width: 500px) {
  .main-contents .right-content .banners {
    gap: 15px 0;
  }
}

.main-contents .right-content .banners li {
  width: calc(50% - 15px);
}

@media screen and (max-width: 500px) {
  .main-contents .right-content .banners li {
    width: 100%;
  }
}

@media (hover: hover) {
  .main-contents .right-content .banners a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .main-contents .right-content .banners a:hover {
    opacity: 0.7;
  }
}

.main-contents .right-content .banners img {
  width: 100%;
  height: auto;
}

.main-contents .right-content .wrap-slide {
  position: relative;
  padding: 0 50px;
}

@media screen and (max-width: 500px) {
  .main-contents .right-content .wrap-slide {
    padding: 0 30px;
  }
}

.main-contents .right-content .wrap-slide .slick {
  padding-bottom: 50px;
}

.main-contents .right-content .wrap-slide li.slick-slide {
  padding: 10px;
  position: relative;
}

.main-contents .right-content .wrap-slide li.slick-slide .wrap-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.main-contents .right-content .wrap-slide li.slick-slide .name {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .main-contents .right-content .wrap-slide li.slick-slide .name {
    font-size: 10px;
  }
}

.main-contents .right-content .wrap-slide li.slick-slide .price {
  font-weight: bold;
  color: #333;
}

.main-contents .right-content .wrap-slide li.slick-slide .num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 100px;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 8px;
}

.main-contents .right-content .wrap-slide li.slick-slide .num.num1 {
  background-color: #ffe972;
}

.main-contents .right-content .wrap-slide li.slick-slide .num.num2 {
  background-color: #dddddd;
}

.main-contents .right-content .wrap-slide li.slick-slide .num.num3 {
  background-color: #d5ac7c;
}

.main-contents .right-content .wrap-slide .slide-arrow {
  width: 20px;
  height: 20px;
  top: calc(50% - 20px);
}

.main-contents .right-content .wrap-slide .slide-arrow.prev {
  border-top: solid 1.6px #333;
  border-left: solid 1.6px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 10px;
}

.main-contents .right-content .wrap-slide .slide-arrow.next {
  border-top: solid 1.6px #333;
  border-right: solid 1.6px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 10px;
}

.sec-categories,
.cat {
  background-color: #fff;
  text-align: center;
}

.sec-categories .inner,
.cat .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: solid 1px #eee;
}

.sec-categories .h2-title,
.cat .h2-title {
  font-size: 18px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .sec-categories .h2-title,
  .cat .h2-title {
    font-size: 16px;
  }
}

.sec-categories .h3-title,
.cat .h3-title {
  font-size: 14px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .sec-categories .h3-title,
  .cat .h3-title {
    font-size: 12px;
  }
}

.sec-categories .block,
.cat .block {
  text-align: left;
  background-color: #FDFAEA;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 30px;
}

@media screen and (max-width: 500px) {
  .sec-categories .block,
  .cat .block {
    padding: 20px;
  }
}

.sec-categories ul,
.cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.sec-categories ul li,
.cat ul li {
  background-color: #fff;
  width: calc(100% / 4 - 10px);
  text-align: center;
  min-height: 80px;
}

@media screen and (max-width: 834px) {
  .sec-categories ul li,
  .cat ul li {
    width: calc(100% / 3 - 10px);
  }
}

@media screen and (max-width: 500px) {
  .sec-categories ul li,
  .cat ul li {
    width: calc(100% / 2 - 5px);
  }
}

.sec-categories ul li a,
.cat ul li a {
  position: relative;
  background-color: #fff;
  border: solid 1px #999;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .sec-categories ul li a,
  .cat ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .sec-categories ul li a,
  .cat ul li a {
    padding-right: 30px;
  }
}

@media (hover: hover) {
  .sec-categories ul li a,
  .cat ul li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
  .sec-categories ul li a:hover,
  .cat ul li a:hover {
    background-color: #eee;
  }
}

.sec-categories ul li a .txt-s,
.cat ul li a .txt-s {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

.sec-categories ul li a::after,
.cat ul li a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cat .inner {
  padding-bottom: 0px;
}

/**  Slick Base  fadeする場合はslick.cssの読み込みが必要**/
.slick {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slick li.slick-slide {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.slick li.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 50px;
  margin-top: -50px;
  z-index: 2;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.fa-angle-left {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-left: solid 1px #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fa-angle-right {
  width: 50px;
  height: 50px;
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #20539F;
}
/*# sourceMappingURL=common.css.map */