@charset "UTF-8";
/*


Update: 2024.08.29


*/
/** Colorの定義**/
/** 文字の定義**/
/* ==============================

	  共通

  ============================== */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  line-height: 1;
}

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

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

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

i {
  font-style: normal;
}

.font-s {
  font-size: smaller;
}

.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;
}

.alpha {
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .alpha:hover {
    opacity: 0.7;
  }
}

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

.enlarge {
  position: relative;
}
.enlarge::after {
  content: url(../images/common/search.svg);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 3;
  opacity: 0.4;
  transition: opacity 0.4s;
}
.enlarge:hover::after {
  opacity: 1;
}

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

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

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

.cursor {
  cursor: pointer;
}

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

.clearfix {
  display: inline-table;
}

.link a {
  color: #0071b8;
}
.link a:hover {
  color: #f7ac3b;
}

body {
  color: #333;
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #333;
}

a:hover img {
  opacity: 0.8;
}

select {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 6px;
  font-size: inherit;
  box-sizing: border-box;
}

select {
  width: 100%;
}

.pre-wrap {
  word-break: break-all;
}

li {
  list-style: none;
}

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

main .inner {
  padding: 0 20px;
}
@media screen and (max-width: 500px) {
  main .inner {
    padding: 0 10px;
  }
}

.wrap-sp-bn {
  display: none;
}
@media screen and (max-width: 500px) {
  .wrap-sp-bn {
    display: block;
    padding-bottom: 15px;
  }
}
.wrap-sp-bn a {
  display: block;
  margin-bottom: 15px;
}

/**  チラツキ防止 **/
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  backface-visibility: hidden;
}

.hd-lv1 {
  background-color: #025596;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 800px) {
  .hd-lv1 {
    padding: 10px;
  }
}
.hd-lv1 .wrap-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 700px) {
  .hd-lv1 .wrap-flex {
    display: block;
  }
}
.hd-lv1 .col-logo {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .hd-lv1 .col-logo {
    flex-direction: column;
    gap: 5px 0;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .hd-lv1 .col-logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .hd-lv1 .col-logo {
    flex-direction: inherit;
    align-items: center;
    gap: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .hd-lv1 .col-logo {
    flex-direction: column;
    gap: 5px 0;
    align-items: flex-start;
  }
}
.hd-lv1 .col-logo .logo {
  display: block;
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 1024px) {
  .hd-lv1 .col-logo .logo {
    max-width: 180px;
  }
}
.hd-lv1 .col-logo .shop_name {
  display: block;
  font-size: 11px;
}
@media screen and (max-width: 1200px) {
  .hd-lv1 .col-logo .shop_name {
    font-size: 60%;
  }
}
.hd-lv1 .col-shipping {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .hd-lv1 .col-shipping {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .hd-lv1 .col-shipping {
    padding-right: 50px;
  }
}
@media screen and (max-width: 500px) {
  .hd-lv1 .col-shipping {
    font-size: 10px;
    padding-right: 0;
  }
}
.hd-lv1 .col-shipping .yl {
  color: #f8ea21;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .hd-lv1 .col-shipping .yl {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .hd-lv1 .col-shipping .yl {
    font-size: 12px;
  }
}
.hd-lv1 .col-shipping .pc {
  display: inline-block;
  margin: 0;
}
.hd-lv1 .col-shipping .sm {
  font-size: 10px;
  margin: 0 2px;
}
@media screen and (max-width: 500px) {
  .hd-lv1 .col-shipping .sm {
    font-size: smaller;
  }
}
@media screen and (max-width: 1024px) {
  .hd-lv1 .col-sub-menu {
    display: none;
  }
}
.hd-lv1 .col-sub-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hd-lv1 .col-sub-menu li {
  border-right: solid 1px #fff;
  padding: 0 5px 0;
  margin-right: 5px;
}
.hd-lv1 .col-sub-menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.hd-lv1 .col-sub-menu a {
  font-size: 12px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 1024px) {
  .hd-lv1 .col-sub-menu a {
    font-size: 10px;
  }
}

.hd-lv2 {
  background-color: #e4eaf2;
  padding: 10px 20px;
}
@media screen and (max-width: 800px) {
  .hd-lv2 {
    padding: 10px;
  }
}
.hd-lv2 .inner {
  display: flex;
  max-width: 1600px;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .hd-lv2 .inner {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.hd-lv2 .wrap-search {
  display: flex;
  width: 74%;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .hd-lv2 .wrap-search {
    width: 64%;
  }
}
@media screen and (max-width: 500px) {
  .hd-lv2 .wrap-search {
    width: 85%;
  }
}
.hd-lv2 .wrap-search select {
  width: 150px;
  height: 34px;
  background-color: #025596;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .hd-lv2 .wrap-search select {
    font-size: 10px;
    width: 130px;
  }
}
@media screen and (max-width: 600px) {
  .hd-lv2 .wrap-search select {
    display: none;
  }
}
.hd-lv2 .wrap-search .side-search-keyword {
  width: 80%;
  height: 34px;
  font-size: 14px;
  padding: 5px 10px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .hd-lv2 .wrap-search .side-search-keyword {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .hd-lv2 .wrap-search .side-search-keyword {
    border-left: solid 1px #ddd;
    border-radius: 3px 0 0 3px;
  }
}
.hd-lv2 .wrap-search .bt-search {
  background-color: #000;
  display: block;
  height: 34px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 0 3px 3px 0;
  letter-spacing: 4px;
}
@media screen and (max-width: 800px) {
  .hd-lv2 .wrap-search .bt-search {
    font-size: 11px;
  }
}
@media screen and (max-width: 600px) {
  .hd-lv2 .wrap-search .bt-search {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  .hd-lv2 .wrap-search .bt-search span {
    display: none;
  }
}
.hd-lv2 .wrap-search .bt-search img {
  display: block;
  width: 15px;
}
@media screen and (max-width: 800px) {
  .hd-lv2 .wrap-search .bt-search img {
    width: 12px;
  }
}
.hd-lv2 .wrap-icons {
  width: 12%;
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .hd-lv2 .wrap-icons {
    width: 14%;
  }
}
@media screen and (max-width: 600px) {
  .hd-lv2 .wrap-icons {
    width: 5%;
  }
}
.hd-lv2 .wrap-icons ul {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 600px) {
  .hd-lv2 .wrap-icons li {
    display: none;
  }
  .hd-lv2 .wrap-icons li.li-cart {
    display: block;
  }
}
.hd-lv2 .wrap-icons a {
  font-size: 50%;
  display: block;
  text-align: center;
  font-weight: bold;
  position: relative;
  overflow: visible;
}
.hd-lv2 .wrap-icons img {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto 5px;
}
.hd-lv2 .wrap-icons .num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -18px;
  background-color: #e91c24;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  z-index: 2;
  font-weight: normal;
  border: solid 0.5px #fff;
  letter-spacing: -1px;
}
.hd-lv2 .wrap-user-info {
  width: 14%;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .hd-lv2 .wrap-user-info {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .hd-lv2 .wrap-user-info {
    width: 100%;
  }
}
.hd-lv2 .wrap-user-info .wrap-bts {
  display: flex;
  gap: 5px;
}
.hd-lv2 .wrap-user-info .wrap-bts a {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  border: solid 1px #ddd;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .hd-lv2 .wrap-user-info .wrap-bts a {
    font-size: 10px;
  }
}
.hd-lv2 .wrap-user-info .wrap-bts a.a-register {
  background-color: #f8ea21;
}
.hd-lv2 .u-info {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 500px) {
  .hd-lv2 .u-info {
    display: flex;
    gap: 15px;
  }
}
.hd-lv2 .u-info .name {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .hd-lv2 .u-info .name {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
.hd-lv2 .u-info .arrow-d-b {
  width: 8px;
  display: inline-block;
  vertical-align: middle;
}
.hd-lv2 .u-info .point {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .hd-lv2 .u-info .point {
    font-size: 10px;
  }
}
.hd-lv2 .u-info .u-menu {
  background-color: #f8f8d4;
  position: absolute;
  bottom: -10px;
  left: -20%;
  padding: 10px;
  border-radius: 3px;
  min-width: 200px;
  display: none;
  filter: drop-shadow(0 2px 3px #999);
}
@media screen and (max-width: 500px) {
  .hd-lv2 .u-info .u-menu {
    bottom: -30px;
    left: 10px;
  }
}
.hd-lv2 .u-info .u-menu ul {
  gap: 8px;
  justify-content: center;
  display: flex;
}
.hd-lv2 .u-info .u-menu li {
  border-right: solid 1px #ccc;
  padding-right: 8px;
}
.hd-lv2 .u-info .u-menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.hd-lv2 .u-info .u-menu a {
  font-size: 11px;
  font-weight: bold;
  display: block;
}

.quick-menu {
  background-color: #f5f5f5;
  padding: 10px 20px;
}
@media screen and (max-width: 800px) {
  .quick-menu {
    padding: 10px;
  }
}
.quick-menu .scroller {
  overflow: auto;
}
@media screen and (max-width: 800px) {
  .quick-menu .scroller {
    padding-bottom: 5px;
  }
}
.quick-menu .inner {
  max-width: 1600px;
  display: flex;
  gap: 5px 5px;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .quick-menu .inner {
    width: 1600px;
  }
}
.quick-menu a {
  font-size: 11px;
  display: block;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .quick-menu a {
    font-size: 10px;
    padding: 6px 8px;
  }
}
.quick-menu a.yl {
  background-color: #f8ea21;
}

#hd-1 {
  text-align: left;
}
#hd-1 .inner {
  padding: 10px;
  position: relative;
  max-width: 1400px !important;
}
#hd-1 h1 {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  letter-spacing: 1px;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  #hd-1 h1 {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #hd-1 h1 {
    font-size: 10px;
  }
}
#hd-1 h1 a {
  color: #fff;
}
#hd-1 #bt-nav-os {
  display: none;
}
@media screen and (max-width: 1024px) {
  #hd-1 #bt-nav-os {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 10px;
    border-radius: 3px;
    z-index: 99999;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #hd-1 #bt-nav-os {
    top: 10px;
    right: 5px;
  }
}
#hd-1 #bt-nav-os .item-01 {
  border-top: solid 2px #fff;
  width: 30px;
  display: block;
}
#hd-1 #bt-nav-os .item-02 {
  border-top: solid 2px #fff;
  width: 30px;
  display: block;
  margin-top: 8px;
}
#hd-1 #bt-nav-os .item-03 {
  border-top: solid 2px #fff;
  width: 30px;
  display: block;
  margin-top: 8px;
}
#hd-1 #bt-nav-os.on .item-01 {
  transform: rotate(-40deg);
  transform-origin: right;
}
#hd-1 #bt-nav-os.on .item-02 {
  width: 0;
}
#hd-1 #bt-nav-os.on .item-03 {
  width: 30px;
  transform: rotate(40deg);
  transform-origin: right;
}
#hd-1 .bt-contact {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 11px;
  padding: 4px 15px;
  border-radius: 100px;
  border: solid 1px rgb(0, 151, 253);
  letter-spacing: 1px;
}
#hd-1 .bt-contact:hover {
  background-color: rgb(0, 151, 253);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #hd-1 .bt-contact {
    display: none;
  }
}

#bt-nav {
  display: none;
  position: fixed;
  top: 5px;
  right: 10px;
  padding: 8px;
  cursor: pointer;
  z-index: 999999;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  background-color: #025596;
}
@media screen and (max-width: 1024px) {
  #bt-nav {
    display: block;
  }
}
#bt-nav span {
  position: absolute;
  width: 30px;
  display: block;
  border-top: solid 1.5px #fff;
  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: 32px;
  border-top: none;
  width: 50px;
  text-align: center;
  left: 0px;
  transform: scale(0.8);
}
#bt-nav.on .item-01 {
  transform: rotate(-34deg);
  transform-origin: right;
}
#bt-nav.on .item-02 {
  width: 0;
}
#bt-nav.on .item-03 {
  transform: rotate(34deg);
  transform-origin: right;
}

#show-menu {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999998;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.4s;
}
#show-menu.on {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#show-menu .hd {
  background-color: #025596;
  height: 60px;
  padding: 10px;
}
#show-menu .hd .logo {
  display: block;
  width: 100%;
  max-width: 180px;
  margin-bottom: 5px;
}
#show-menu .hd .shop_name {
  display: block;
}
@media screen and (max-width: 1200px) {
  #show-menu .hd .shop_name {
    font-size: 60%;
  }
}
#show-menu .wrap-icons {
  background-color: #e4eaf2;
  padding: 10px;
  display: flex;
  gap: 0 10px;
}
#show-menu .wrap-icons ul {
  display: flex;
  gap: 0 15px;
  width: calc(100% - 100px);
}
#show-menu .wrap-icons a {
  font-size: 10px;
  display: block;
  text-align: center;
  position: relative;
  overflow: visible;
}
#show-menu .wrap-icons img {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto 5px;
}
#show-menu .wrap-icons .num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -18px;
  background-color: #e91c24;
  width: 18px;
  height: 18px;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  z-index: 2;
  font-weight: normal;
  border: solid 0.5px #fff;
  letter-spacing: -1px;
}
#show-menu .wrap-user-info {
  padding: 15px;
  background-color: #e4eaf2;
}
@media screen and (max-width: 600px) {
  #show-menu .wrap-user-info {
    width: 100%;
  }
}
#show-menu .wrap-user-info .wrap-bts {
  display: flex;
  justify-content: center;
  gap: 5px;
}
#show-menu .wrap-user-info .wrap-bts a {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 15px;
  border: solid 1px #ddd;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
#show-menu .wrap-user-info .wrap-bts a.a-register {
  background-color: #f8ea21;
}
#show-menu .wrap-user-info .wrap-bts a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 5px;
}
#show-menu .a-logout {
  display: block;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  border-radius: 4px;
}
#show-menu .u-info {
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 500px) {
  #show-menu .u-info {
    display: flex;
    gap: 15px;
  }
}
#show-menu .u-info .name {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #show-menu .u-info .name {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
#show-menu .u-info .arrow-d-b {
  width: 8px;
  display: inline-block;
  vertical-align: middle;
}
#show-menu .u-info .point {
  display: block;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #show-menu .u-info .point {
    font-size: 10px;
  }
}
#show-menu .u-info .u-menu {
  background-color: #f8f8d4;
  padding: 10px;
  border-radius: 3px;
  min-width: 200px;
  display: none;
  filter: drop-shadow(0 2px 3px #999);
}
@media screen and (max-width: 500px) {
  #show-menu .u-info .u-menu {
    bottom: -30px;
    left: 10px;
  }
}
#show-menu .u-info .u-menu ul {
  gap: 8px;
  justify-content: center;
  display: flex;
}
#show-menu .u-info .u-menu li {
  border-right: solid 1px #ccc;
  padding-right: 8px;
}
#show-menu .u-info .u-menu li:last-child {
  border-right: none;
  padding-right: 0;
}
#show-menu .u-info .u-menu a {
  font-size: 11px;
  font-weight: bold;
  display: block;
}
#show-menu .ul-sub-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 15px 10px;
}
#show-menu .ul-sub-menu li {
  padding: 0 8px 0;
  margin-right: 8px;
}
#show-menu .ul-sub-menu li:last-child {
  padding-right: 0;
}
#show-menu .ul-sub-menu a {
  font-size: 12px;
  display: block;
}
#show-menu .ul-sub-menu .icon-x {
  width: 25px;
}
#show-menu .wrap-load-cat {
  background-color: #fff;
}
#show-menu .wrap-load-cat .side-category-child-list {
  display: none;
}
#show-menu .wrap-load-cat .side-bns {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#show-menu .wrap-load-cat .side-bns a {
  width: calc(50% - 10px);
  display: block;
}
#show-menu .wrap-load-cat .inner {
  height: 100%;
}
#show-menu .wrap-load-cat .section-title,
#show-menu .wrap-load-cat .title,
#show-menu .wrap-load-cat .wrap-bn-slide {
  display: none;
}
#show-menu .wrap-load-cat .wrap-tab-menu {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  #show-menu .wrap-load-cat .wrap-tab-menu {
    margin-bottom: 20px;
  }
}
#show-menu .wrap-load-cat .wrap-tab-menu .tab-menu {
  display: flex;
  gap: 10px;
  border-bottom: solid 2px #025596;
}
@media screen and (max-width: 500px) {
  #show-menu .wrap-load-cat .wrap-tab-menu .tab-menu {
    gap: 0;
  }
}
@media screen and (max-width: 500px) {
  #show-menu .wrap-load-cat .wrap-tab-menu .tab-menu li {
    width: 33.3333333333%;
  }
}
#show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px 15px 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 500px) {
  #show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a {
    padding: 10px;
    font-size: 11px;
    word-break: auto-phrase;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 500px) {
  #show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a::after {
    display: none;
  }
}
#show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a.selected {
  color: #fff;
  background-color: #025596;
}
#show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a.selected::after {
  border-color: #fff;
}
@media (hover: hover) {
  #show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a:hover {
    color: #fff;
    background-color: #025596;
  }
  #show-menu .wrap-load-cat .wrap-tab-menu .tab-menu a:hover::after {
    border-color: #fff;
  }
}
#show-menu .wrap-load-cat .panel {
  display: none;
}
#show-menu .wrap-load-cat .panel .wrap-cats {
  background-color: #eee;
}
#show-menu .side-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  overflow: hidden;
}
#show-menu .side-category-list .side-category-item {
  width: calc(33.3333333333% - 0.6666666667px);
  position: relative;
}
@media screen and (max-width: 600px) {
  #show-menu .side-category-list .side-category-item {
    width: 100%;
  }
}
#show-menu .side-category-list .side-category-item .side-category-child-list {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  gap: 1px;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 600px) {
  #show-menu .side-category-list .side-category-item .side-category-child-list {
    margin: 0;
  }
}
#show-menu .side-category-list .side-category-item .side-category-child-list li {
  width: calc(33.3333333333% - 2px);
}
@media screen and (max-width: 600px) {
  #show-menu .side-category-list .side-category-item .side-category-child-list li {
    width: 100%;
  }
}
#show-menu .side-category-list .side-category-item .side-category-child-list li a {
  height: 100%;
}
#show-menu .side-category-list .side-category-item.sub1 .side-category-child-list {
  transform: translateX(33.2%);
}
@media screen and (max-width: 600px) {
  #show-menu .side-category-list .side-category-item.sub1 .side-category-child-list {
    transform: translateX(0);
  }
}
#show-menu .side-category-list .side-category-item.sub2 .side-category-child-list {
  transform: translateX(0);
}
#show-menu .side-category-list .side-category-item.sub3 .side-category-child-list {
  transform: translateX(-33.2%);
}
@media screen and (max-width: 600px) {
  #show-menu .side-category-list .side-category-item.sub3 .side-category-child-list {
    transform: translateX(0);
  }
}
#show-menu .side-category-list .side-category-item > a {
  background-color: #e4eaf2;
}
@media screen and (max-width: 600px) {
  #show-menu .side-category-list .side-category-item > a {
    font-size: 13px;
  }
}

.side {
  width: 25%;
  max-width: 280px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .side {
    display: none;
  }
}

.side-bns {
  background-color: #fff;
  padding-bottom: 20px;
}
.side-bns a {
  display: block;
  margin-bottom: 20px;
}
.side-bns a:last-child {
  margin-bottom: 0;
}

.side-section {
  background: #e4eaf2;
  margin-bottom: 30px;
}

.side-title {
  padding: 15px 10px;
  font-size: 14px;
  color: #fff;
  background: #025596;
  text-align: center;
}

.sub-title {
  padding: 12px;
  font-size: 14px;
  color: #fff;
  background: #000;
  text-align: center;
  font-weight: bold;
}

.side-category-item {
  position: relative;
}

.side-category-item a {
  text-align: left;
  padding: 10px 50px 10px 10px;
  font-size: 13px;
  display: flex;
  border-bottom: solid 1px #fff;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.6;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 1024px) {
  .side-category-item a {
    font-size: 12px;
  }
}
.side-category-item a .icon-img {
  display: block;
  width: 50px;
  height: auto;
}

.side-category-item a:hover,
.side-category-item.on {
  opacity: 1;
}

.side-category-item i {
  position: absolute;
  top: calc(50% - 12px);
  right: 0px;
  font-size: 16px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.side-category-item i::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #025596;
  border-right: solid 1px #025596;
  display: block;
  transform: rotate(135deg);
  transition: 0.2s;
}
.side-category-item i.on::after {
  transform: rotate(-45deg);
}

.side-category-child-list {
  z-index: 10;
  background: #f5f5f5;
  border-left: none;
  display: none;
}

.side-category-child-list a {
  font-size: 13px;
  padding-left: 20px;
}

.side-category-child-list a:hover {
  background: #eee;
}

.side-category-switch.hover {
  background: #fff;
}

.side-category-child-list li::after {
  background-color: #f0efe9;
}

.mailmagazine-btn {
  width: 100%;
  display: block;
  padding: 16px 0;
  font-size: 0.9rem;
  background: #555;
  color: #fff;
  border-radius: 4px;
}

.side-sec-member {
  margin-bottom: 30px;
  background-color: #eee;
  padding-bottom: 30px;
}
.side-sec-member h2 {
  margin-bottom: 30px;
}
.side-sec-member li {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
  padding: 0 10px;
}
.side-sec-member li span {
  font-weight: bold;
  font-size: 14px;
}
.side-sec-member li:last-child {
  margin-bottom: 0;
}

/* --------------
   TOP
---------------- */
.main-visual {
  width: 100%;
  text-align: center;
  margin: 30px auto 60px;
  height: 500px;
  background-image: url(../images/common/loader-oval-bk.svg);
  background-size: 30px;
  background-position: center;
}
@media screen and (max-width: 500px) {
  .main-visual {
    height: 220px;
    background-size: 20px;
    margin: 10px auto 40px;
  }
}
.main-visual .slide-mv {
  opacity: 0;
  transition: 0.6s;
}
.main-visual.on {
  height: auto;
}
.main-visual.on .slide-mv {
  opacity: 1;
}
.main-visual .slick {
  width: 100%;
  position: relative;
}
.main-visual .slick .slick-slide {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 10px;
  transition: 0.4s;
  filter: drop-shadow(0 0 0 #666);
}
@media screen and (max-width: 500px) {
  .main-visual .slick .slick-slide {
    filter: drop-shadow(0 0 5px #666);
  }
}
.main-visual .slick .slick-slide img {
  width: 800px;
  height: auto;
  display: block;
}
@media screen and (max-width: 1400px) {
  .main-visual .slick .slick-slide img {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .main-visual .slick .slick-slide img {
    width: 650px;
  }
}
@media screen and (max-width: 600px) {
  .main-visual .slick .slick-slide img {
    width: 100%;
  }
}
.main-visual .slick .slick-slide.slick-current {
  filter: drop-shadow(0 0 5px #666);
}
.main-visual .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main-visual .slick-arrow {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
  width: 50px;
  filter: drop-shadow(0 0 3px #999);
}
@media screen and (max-width: 500px) {
  .main-visual .slick-arrow {
    width: 30px;
    top: calc(50% - 20px);
  }
}
.main-visual .slick-prev {
  left: calc(50% - 430px);
}
@media screen and (max-width: 1400px) {
  .main-visual .slick-prev {
    left: calc(50% - 380px);
  }
}
@media screen and (max-width: 700px) {
  .main-visual .slick-prev {
    left: 5px;
  }
}
.main-visual .slick-next {
  right: calc(50% - 430px);
  transform: rotate(-180deg);
}
@media screen and (max-width: 1400px) {
  .main-visual .slick-next {
    right: calc(50% - 380px);
  }
}
@media screen and (max-width: 700px) {
  .main-visual .slick-next {
    right: 5px;
  }
}
.main-visual .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .main-visual .slick-dots {
    bottom: -20px;
  }
}
.main-visual .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.main-visual .slick-dots li.slick-active {
  background-color: #025596;
}

.sec-news-area-1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .sec-news-area-1 {
    padding: 0 10px;
  }
}
.sec-news-area-1 .wrap-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .sec-news-area-1 .wrap-flex {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.sec-news-area-1 .wrap-flex .title {
  background-color: #e91c24;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .sec-news-area-1 .wrap-flex .title {
    font-size: 10px;
    padding: 4px 10px;
  }
}
.sec-news-area-1 .wrap-flex a {
  font-weight: bold;
  font-size: 14px;
  border-bottom: solid 1px #025596;
  padding-bottom: 5px;
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .sec-news-area-1 .wrap-flex a {
    font-size: 13px;
  }
}
.sec-news-area-1 .wrap-flex .date {
  font-size: 13px;
  margin-left: 10px;
  color: #666;
  display: block;
}
.sec-news-area-1 .wrap-flex .date::before {
  content: "- ";
}
@media screen and (max-width: 800px) {
  .sec-news-area-1 .wrap-flex .date {
    font-size: smaller;
  }
}
.sec-news-area-1 .info {
  max-width: 1024px;
  margin: 0 auto 20px;
  background-color: #fff;
}
.sec-news-area-1 .info h3 {
  line-height: 1.8;
}
.sec-news-area-1 .info p {
  line-height: 1.6;
}

.sec-top-common {
  margin-bottom: 80px;
}
@media screen and (max-width: 500px) {
  .sec-top-common {
    margin-bottom: 50px;
  }
}
.sec-top-common .slick {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 500px) {
  .sec-top-common .slick {
    padding: 0 10px;
  }
}
.sec-top-common .slick .slick-slide {
  display: inline-block;
  vertical-align: middle;
}
.sec-top-common .slick .slick-slide img {
  display: block;
}
.sec-top-common .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.sec-top-common .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  width: 40px;
}
@media screen and (max-width: 800px) {
  .sec-top-common .slick-arrow {
    width: 30px;
    top: calc(50% - 15px);
  }
}
.sec-top-common .slick-prev {
  left: 0;
}
.sec-top-common .slick-next {
  right: 0;
  transform: rotate(-180deg);
}
.sec-top-common .slick-dots {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
.sec-top-common .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 100%;
  text-indent: -9999px;
  cursor: pointer;
}
.sec-top-common .slick-dots li.slick-active {
  background-color: #025596;
}

.sec-bn-area {
  padding: 50px 0;
  background-color: #e4eaf2;
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .sec-bn-area {
    padding: 30px 0;
  }
}
.sec-bn-area .wrap-bns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sec-bn-area .wrap-bns div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .sec-bn-area .wrap-bns div {
    width: 100%;
  }
}

/**  以下変更しない  **/
.wrap {
  width: 100%;
  margin: 30px auto 64px;
  padding: 0 30px;
  min-height: 1000px;
  display: flex;
  align-items: flex-start;
  max-width: 1680px;
}
@media screen and (max-width: 1024px) {
  .wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    padding: 0;
  }
}

.content {
  margin-left: 50px;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .content {
    margin-left: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  .content {
    margin-left: 0;
  }
}

.section {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .section {
    margin-bottom: 20px;
  }
}

.section-title {
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: left !important;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
}
@media screen and (max-width: 800px) {
  .section-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .section-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .icon .col {
    width: 50% !important;
    display: inline-block !important;
  }
  .icon .col div {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .top-bns .col {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

/** TOPカテゴリ **/
.sec-categories {
  background-color: #eee;
  padding: 50px 0;
}
@media screen and (max-width: 500px) {
  .sec-categories {
    padding: 30px 0;
  }
}
.sec-categories .section-title {
  display: flex;
  border-bottom: none !important;
  gap: 10px;
  align-items: center;
}
.sec-categories .section-title .icon-search {
  max-width: 20px;
}
.sec-categories .wrap-tab-menu {
  margin-bottom: 50px;
}
@media screen and (max-width: 500px) {
  .sec-categories .wrap-tab-menu {
    margin-bottom: 20px;
  }
}
.sec-categories .wrap-tab-menu .tab-menu {
  display: flex;
  gap: 10px;
  border-bottom: solid 2px #025596;
}
@media screen and (max-width: 500px) {
  .sec-categories .wrap-tab-menu .tab-menu {
    gap: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  .sec-categories .wrap-tab-menu .tab-menu li {
    width: 33.3333333333%;
  }
}
.sec-categories .wrap-tab-menu .tab-menu a {
  border-radius: 4px 4px 0 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 40px 15px 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #fff;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 500px) {
  .sec-categories .wrap-tab-menu .tab-menu a {
    padding: 10px 5px;
    font-size: 11px;
    word-break: auto-phrase;
    width: 100%;
    height: 100%;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec-categories .wrap-tab-menu .tab-menu a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
  transition: 0.2s;
}
@media screen and (max-width: 500px) {
  .sec-categories .wrap-tab-menu .tab-menu a::after {
    display: none;
  }
}
.sec-categories .wrap-tab-menu .tab-menu a.selected {
  color: #fff;
  background-color: #025596;
}
.sec-categories .wrap-tab-menu .tab-menu a.selected::after {
  border-color: #fff;
}
@media (hover: hover) {
  .sec-categories .wrap-tab-menu .tab-menu a:hover {
    color: #fff;
    background-color: #025596;
  }
  .sec-categories .wrap-tab-menu .tab-menu a:hover::after {
    border-color: #fff;
  }
}
.sec-categories .panel {
  display: none;
}
@media screen and (max-width: 500px) {
  .sec-categories .panel {
    padding-bottom: 30px;
  }
}
.sec-categories h4.title {
  margin: 30px 0;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ed5a24;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 8px 20px;
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .sec-categories h4.title {
    font-size: 12px;
    margin: 30px auto;
  }
}
.sec-categories .bn-slide .slick-slide {
  padding: 10px;
}

.wrap-cats {
  display: flex;
  padding: 1px;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .wrap-cats {
    gap: 2px;
  }
}
.wrap-cats .col {
  width: calc(25% - 3.75px);
  background-color: #fff;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .wrap-cats .col {
    width: calc(33.3333333333% - 5px);
  }
}
@media screen and (max-width: 500px) {
  .wrap-cats .col {
    width: calc(50% - 1px);
    padding: 5px;
  }
}
.wrap-cats .main-cat {
  margin-bottom: 15px;
  position: relative;
  padding-right: 15px;
}
@media screen and (max-width: 500px) {
  .wrap-cats .main-cat {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.wrap-cats .main-cat::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #333;
  border-right: solid 1.5px #333;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 10px;
  position: absolute;
}
@media screen and (max-width: 500px) {
  .wrap-cats .main-cat::after {
    right: 5px;
  }
}
.wrap-cats .main-cat a {
  display: flex;
  align-items: center;
  gap: 10px;
  word-break: auto-phrase;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .wrap-cats .main-cat a {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .wrap-cats .main-cat a {
    font-size: 11px;
  }
}
.wrap-cats .main-cat img {
  width: 50px;
}
@media screen and (max-width: 500px) {
  .wrap-cats .main-cat img {
    width: 40px;
  }
}
.wrap-cats .sub {
  padding: 0 10px 20px;
}
@media screen and (max-width: 500px) {
  .wrap-cats .sub {
    display: none;
  }
}
.wrap-cats .sub li {
  margin-bottom: 10px;
}
.wrap-cats .sub a {
  font-size: 13px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #0071b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .wrap-cats .sub a {
    font-size: 11px;
  }
}
.wrap-cats .sub a::before {
  content: "▶";
  margin-right: 5px;
  font-size: smaller;
}
.wrap-cats .more {
  font-size: 12px;
  color: #0071b8;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 20px 0 0 auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 500px) {
  .wrap-cats .more {
    display: none;
  }
}

.sec-pickup .slide-items {
  margin-bottom: 80px;
}
.sec-pickup .common-bns .bn-1 {
  display: flex;
  justify-content: center;
  gap: 20px 10px;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
@media screen and (max-width: 500px) {
  .sec-pickup .common-bns .bn-1 div {
    width: calc(50% - 10px);
  }
}
.sec-pickup .common-bns .bn-2 {
  display: flex;
  justify-content: center;
  gap: 20px 10px;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}

/** 一覧用 **/
.item-list-wrap {
  display: flex;
  flex-wrap: wrap;
}

li.item-list {
  width: 20%;
  padding: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  li.item-list {
    padding: 12px 10px;
  }
}

.item-list-image {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .item-list-image {
    max-width: inherit;
  }
}

.item-list-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 130px;
  display: block;
}
@media screen and (max-width: 800px) {
  .item-list-image img {
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
  }
}

.item-list-icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .item-list-icon img {
    max-width: 48px !important;
    max-height: 24px !important;
  }
}

.item-list-name {
  line-height: 160%;
  margin-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .item-list-name {
    line-height: 120%;
  }
}

.item-list-name a {
  color: #0071bc;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .item-list-name a {
    display: block;
    font-size: 12px;
  }
}

.item-list-price {
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .item-list-price {
    font-size: 14px;
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .item-list-price {
    padding-top: 10px;
  }
}

.item-badge {
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  letter-spacing: 1px;
  display: inline-block;
}

.item-badge br {
  display: none;
}

.item-sale-badge {
  background-color: #de1c24;
}

.item-soldout-badge {
  background: #242325;
}

.item-list-info {
  text-align: left;
  font-size: 0.8rem;
  margin-top: 8px;
}

.item-list-category-name {
  display: none;
}

.item-list-category-name a {
  color: #999;
}

.item-list-original-price {
  font-weight: normal;
  font-size: 0.8rem;
  color: #999;
  margin-top: 8px;
}

.item-list-sale-price {
  color: #ef3c62;
}

.item-list-sale-discount-price {
  font-size: 0.8rem;
}

.item-list-system-code,
.item-list-original-code {
  display: none;
}

.tax {
  font-size: 10px !important;
}

.item-list-sale-discount-rate {
  font-size: 0.8rem;
  background: #ef3c62;
  color: #fff;
  padding: 1px 4px;
  display: inline-block;
}

.item-list-stock {
  font-weight: bold;
  margin-bottom: 4px;
}

.item-stock {
  margin-left: 4px;
}

.item-list-description {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  display: none;
}

.index-title {
  text-align: center;
}

.item-list-review {
  display: flex;
  align-items: center;
}

.item-list-review .reviewRateStar::before {
  font-size: 1rem;
}

.item-list-review-rate {
  margin: 0 8px;
  font-weight: bold;
  font-size: 1rem;
}

.item-list-rank {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  width: 40px;
  height: 40px;
  background: #eee;
  z-index: 9;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  overflow: visible;
}
@media screen and (max-width: 500px) {
  .item-list-rank {
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 20px;
  }
}
.item-list-rank span {
  transform: skew(-7deg);
}
.item-list-rank .no {
  width: 20px;
  position: absolute;
  top: -20px;
  left: 10px;
}
@media screen and (max-width: 500px) {
  .item-list-rank .no {
    left: 5px;
  }
}

.rank-1 {
  background: #ffe600;
}

.rank-2 {
  background: #ccc;
}

.rank-3 {
  background: #d6aa53;
}

.item-list-new {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  width: 40px;
  height: 40px;
  background: #e91c24;
  color: #fff;
  font-size: 10px;
  z-index: 9;
  align-items: center;
  border-radius: 100px;
  justify-content: center;
  font-weight: bold;
  overflow: visible;
}
@media screen and (max-width: 500px) {
  .item-list-new {
    width: 30px;
    height: 30px;
    font-size: 50%;
    top: 0px;
  }
}

/* REVIEW */
.index-review-list .review-list-unit {
  display: flex;
}
@media screen and (max-width: 600px) {
  .index-review-list .review-list-unit {
    flex-direction: column;
  }
}

.index-review-list .review-list-info {
  width: 180px;
  text-align: left;
  font-size: 0.8rem;
  margin-right: 16px;
}
@media screen and (max-width: 600px) {
  .index-review-list .review-list-info {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.index-review-list .review-list-info img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.index-review-list .review-list-content-wrap {
  flex: 1;
}

.index-review-list .review-list-name,
.index-review-list .review-score-wrap {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .index-review-list .review-list-name,
  .index-review-list .review-score-wrap {
    display: block;
  }
}

.index-review-list .reviewRateStar::before {
  font-size: 0.9rem;
}

.review-list-name {
  width: 100%;
}
.review-list-name a {
  color: #0071bc;
}
@media screen and (max-width: 600px) {
  .review-list-name a {
    font-size: 14px;
  }
}

.review-list-date {
  display: none;
}

/*  NEWS */
.news-list.index-news-list {
  margin-bottom: 24px;
}

.news-list li {
  padding: 24px 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.news-list-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 500px) {
  .news-list-date {
    font-size: 10x;
  }
}

.news-list-title a {
  color: #0071bc;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media screen and (max-width: 800px) {
  .news-list-title a {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .news-list-title a {
    font-size: 14px;
  }
}

.news-list-detail {
  text-align: left;
}

.news-list-content {
  display: none;
}

.news-list-content a {
  color: #888;
}

.news-list-content::after {
  content: "…";
}

.news-more {
  text-align: right;
  margin-top: 14px;
}
.news-more a {
  font-size: 14px;
  color: #0071bc;
}
.news-more a::before {
  content: "▶";
  margin-right: 5px;
}
@media screen and (max-width: 600px) {
  .news-more a {
    font-size: 14px;
  }
}

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

ADD for KT Header

*********************************************** **/
#hd-2 li a.item-1 {
  background-color: #eddf21;
}

@media screen and (max-width: 500px) {
  #hd-2 .inner {
    padding: 10px;
    padding-bottom: 5px;
    text-align: center;
  }
  #hd-2 ul {
    font-size: 0;
  }
  #hd-2 li {
    margin: 0 4px 5px;
    font-size: 14px;
  }
  #hd-2 li i {
    font-size: 14px;
    margin-right: 0px;
  }
  #hd-2 li a {
    padding: 4px 8px 2px;
    border-radius: 3px;
  }
}
/** TOPお知らせ **/
.info {
  padding: 20px 20px 10px;
  text-align: left;
  border: solid 3px #de1c24;
  margin-bottom: 20px;
}

.info h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

.info p {
  margin-bottom: 1em;
  letter-spacing: 1px;
  line-height: 160%;
}

@media screen and (max-width: 500px) {
  .info {
    padding: 20px;
    text-align: left;
    border: solid 3px #de1c24;
  }
  .info h3 {
    font-weight: bold;
    font-size: 14px !important;
    margin-bottom: 20px;
    text-align: left !important;
    letter-spacing: 1px;
  }
  .info p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 160%;
    font-size: 14px;
  }
}
/** TOPバナー **/
.top-bns {
  margin-top: 20px;
  font-size: 0;
}

.top-bns .col {
  padding: 0 3px;
  font-size: 14px;
}

.top-bns .col:nth-of-type(1) {
  width: 65%;
}

.top-bns .col:nth-of-type(2) {
  width: 35%;
}

@media screen and (max-width: 500px) {
  .top-bns .col:nth-of-type(1) {
    width: 100%;
  }
  .top-bns .col:nth-of-type(2) {
    width: 100%;
  }
}
.wrap-notice {
  border: solid 2px #de1c24;
  text-align: left;
  padding: 15px;
  max-width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 500px) {
  .wrap-notice {
    padding: 10px;
  }
}

.wrap-notice p {
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 5px;
  margin-left: 1em;
}
@media screen and (max-width: 500px) {
  .wrap-notice p {
    font-size: 11px;
  }
}

.wrap-notice img {
  vertical-align: middle;
  padding: 0 5px;
  width: inherit !important;
  max-width: inherit !important;
}

.wrap-notice .hd {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-left: 0;
}
@media screen and (max-width: 500px) {
  .wrap-notice .hd {
    font-size: 12px;
  }
}

.checked-item {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .checked-item .scroller {
    overflow: auto;
  }
}
.checked-item__list {
  display: flex;
}
@media screen and (max-width: 1200px) {
  .checked-item__list {
    width: 1400px;
  }
}
.checked-item__list li.item-list {
  width: 11.1111111111%;
}
.checked-item__list li.item-list .item-list-image {
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: solid 1px #eee;
}
@media screen and (max-width: 500px) {
  .checked-item__list li.item-list .item-list-image {
    width: 80px;
    height: 80px;
    padding: 0;
  }
}
.checked-item__list li.item-list .item-list-image img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .checked-item__list li.item-list .item-list-image img {
    max-width: 60px;
    max-height: 60px;
  }
}
.checked-item .item-list-info a {
  font-size: 12px;
}

.sec-mm {
  background-color: #025596;
  color: #fff;
}
.sec-mm .inner {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .sec-mm .inner {
    flex-direction: column;
  }
}
.sec-mm .col-1 {
  width: 30%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .sec-mm .col-1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .sec-mm .col-1 {
    width: 100%;
    font-size: 12px;
  }
}
.sec-mm .col-1 .icon-mail {
  display: block;
  max-width: 60px;
}
@media screen and (max-width: 800px) {
  .sec-mm .col-1 .icon-mail {
    max-width: 50px;
  }
}
.sec-mm .col-2 {
  width: 70%;
  max-width: 500px;
}
@media screen and (max-width: 500px) {
  .sec-mm .col-2 {
    width: 100%;
    font-size: 12px;
  }
}
.sec-mm .col-2 .ms {
  font-size: 13px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 500px) {
  .sec-mm .col-2 .ms {
    font-size: 12px;
    line-height: 1.4;
  }
}
.sec-mm .col-2 .wrap-form-mm {
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
}
.sec-mm .col-2 .txt-email {
  width: 70%;
  border: none;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  height: 30px;
}
.sec-mm .col-2 .bt-submit {
  border: none;
  background-color: #f8ea21;
  font-weight: bold;
  font-size: 13px;
  padding: 10px 20px;
  height: 30px;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
}
.sec-mm .col-2 .ms2 {
  font-size: 14px;
  display: block;
}
.sec-mm .col-2 .ms2 a {
  color: #fff;
  text-decoration: underline;
  font-size: 11px;
}

#shopping-guide {
  background-color: #f5f5f5;
  min-height: 500px;
  padding: 30px 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  #shopping-guide {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 500px) {
  #shopping-guide {
    padding: 10px;
  }
}
#shopping-guide .inner {
  padding: 0 20px;
}
#shopping-guide h4 {
  text-align: center;
  padding: 20px 20px 50px;
}
@media screen and (max-width: 500px) {
  #shopping-guide h4 {
    padding: 20px;
  }
}
#shopping-guide .f-block-01 {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #shopping-guide .f-block-01 {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-01 {
    flex-wrap: wrap;
  }
}
#shopping-guide .f-block-01 .item-01 {
  width: 35%;
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-01 .item-01 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  #shopping-guide .f-block-01 .item-01 {
    width: 100%;
  }
}
#shopping-guide .f-block-01 .item-02 {
  width: 40%;
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-01 .item-02 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 500px) {
  #shopping-guide .f-block-01 .item-02 {
    width: 100%;
  }
}
#shopping-guide .f-block-01 .item-03 {
  width: 15%;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-01 .item-03 {
    width: 100%;
  }
}
#shopping-guide .f-block-02 {
  display: flex;
  justify-content: space-between;
  gap: 20px 40px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #shopping-guide .f-block-02 {
    gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-02 {
    flex-wrap: wrap;
    gap: 0;
  }
}
#shopping-guide .f-block-02 .item-01 {
  width: 30%;
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-02 .item-01 {
    width: 100%;
  }
}
#shopping-guide .f-block-02 .item-02 {
  width: 25%;
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-02 .item-02 {
    width: 100%;
  }
}
#shopping-guide .f-block-02 .item-03 {
  width: 45%;
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-block-02 .item-03 {
    width: 100%;
  }
}
#shopping-guide .col {
  padding: 0 20px 20px !important;
  text-align: left;
}
@media screen and (max-width: 500px) {
  #shopping-guide .col {
    padding: 0 !important;
  }
}
#shopping-guide .f-item {
  padding: 10px 0;
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  #shopping-guide .f-item {
    padding: 0;
  }
}
#shopping-guide .f-item h5 {
  padding: 15px 0;
  font-size: 14px;
}
#shopping-guide .f-item h5:first-child {
  margin-top: 0;
}
#shopping-guide .f-item p {
  padding-bottom: 1em;
  font-size: 13px;
  line-height: 180%;
}
#shopping-guide .f-item img {
  margin-bottom: 1em;
  max-width: 100%;
  height: auto;
}
#shopping-guide .f-item-03 {
  border-bottom: none;
}
#shopping-guide .staff {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #shopping-guide .staff {
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 500px) {
  #shopping-guide .staff {
    display: block;
  }
}
#shopping-guide .staff img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  #shopping-guide .staff img {
    max-width: 250px;
  }
}
@media screen and (max-width: 500px) {
  #shopping-guide .staff img {
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
  }
}
#shopping-guide .staff p {
  padding: 0 10px;
}
@media screen and (max-width: 500px) {
  #shopping-guide .staff p {
    font-size: 12px;
    padding: 0;
  }
}
#shopping-guide img.mail {
  display: inline-block;
  height: 14px !important;
  width: auto;
  transform: translateY(10px);
}
#shopping-guide .wrap-payments {
  background-color: #fff;
  padding: 10px;
  max-width: 400px;
  margin-bottom: 20px;
}
#shopping-guide .wrap-payments .amazon img {
  width: 48%;
}
#shopping-guide .wrap-payments .rakuten img {
  width: 48%;
}
#shopping-guide .shop-info > p {
  display: inline;
  font-size: 0.8rem;
  margin: 0 8px;
}

.wrap-f-menu {
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .wrap-f-menu {
    padding: 20px 0;
  }
}
.wrap-f-menu ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .wrap-f-menu ul {
    gap: 10px;
  }
}
.wrap-f-menu ul a {
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .wrap-f-menu ul a {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .wrap-f-menu ul a {
    font-size: 11px;
  }
}
.wrap-f-menu .icon-x {
  width: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
}
@media screen and (max-width: 600px) {
  .wrap-f-menu .icon-x {
    width: 30px;
    left: -20px;
    top: inherit;
    bottom: 0;
  }
}

/* -----------------------------------------------------------------
   追加
----------------------------------------------------------------- */
.cols-2 {
  font-size: 0;
}

.cols-2 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 500px) {
  .cols-2 .col {
    display: block;
    width: 100%;
  }
}

.cols-3 {
  font-size: 0;
}

.cols-3 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
}
@media screen and (max-width: 500px) {
  .cols-3 .col {
    display: block;
    width: 100%;
  }
}

.cols-4 {
  font-size: 0;
}

.cols-4 .col {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 500px) {
  .cols-4 .col {
    display: block;
    width: 100%;
  }
}

.banners {
  margin-bottom: 30px;
}

.banners a {
  display: block;
  margin-bottom: 10px;
}

.banners img {
  width: 100%;
}

#hd-2 .item-5 {
  background-color: rgb(250, 29, 96);
  color: #fff;
}

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

.wrap-calendar iframe {
  height: 400px;
  width: 163px;
  margin: 0 auto;
}

.copyright {
  text-align: center;
  padding: 15px;
  background-color: #21303d;
  letter-spacing: 2px;
  display: block;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .copyright {
    letter-spacing: 1px;
    font-size: 60%;
  }
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  display: none;
  z-index: 999;
  filter: drop-shadow(0 0 2px #666);
}
@media screen and (max-width: 500px) {
  #back-top {
    width: 30px;
    right: 10px;
  }
}
#back-top img {
  display: block;
  transform: rotate(90deg);
}

/* category */
.breadcrumb {
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    font-size: 10px;
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .breadcrumb:first-child {
    display: block;
  }
}

.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item a {
  color: #666;
  font-size: 12px;
}
@media screen and (max-width: 500px) {
  .breadcrumb-item a {
    font-size: 10px;
  }
}

.breadcrumb-item::after {
  content: "/";
  margin-left: 5px;
  color: #999;
}

.breadcrumb-item:last-child::after {
  display: none;
}

.category-head,
.search-head {
  margin-top: 24px;
}

.search-title {
  font-size: 1.5rem;
}

.category-recomend-title {
  font-size: 1.4rem;
  text-align: center;
}

.category-code {
  font-size: 0.8rem;
  margin-left: 8px;
}

.category-image {
  max-width: 100%;
}

.child-category-list {
  background: #f0efe9;
  padding: 16px 16px 6px;
  margin: 24px auto;
  text-align: left;
}

.child-category-item {
  width: calc(33.3333333333% - 20px);
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  margin: 0 5px 10px;
  line-height: 180%;
}
.child-category-item .child-category-count {
  margin-left: 5px;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 800px) {
  .child-category-list {
    padding: 20px;
    padding-bottom: 10px;
    margin: 24px auto 0;
  }
  .child-category-item {
    width: 46%;
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) and (max-width: 500px) {
  .child-category-item {
    width: 100%;
  }
  .child-category-item a {
    line-height: 1.4;
  }
}
.list-head {
  margin: 64px 0 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

.list-head-sort {
  display: flex;
  font-size: 0.8rem;
}
@media screen and (max-width: 500px) {
  .list-head-sort {
    font-size: 11px;
    background-color: #e4eaf2;
    padding: 10px;
    justify-content: center;
  }
}

.list-head-sort dd {
  margin-right: 8px;
}
@media screen and (max-width: 500px) {
  .list-head-sort dd {
    margin-right: 5px;
  }
}

.list-head-sort dd a {
  color: #0071bc;
}

.list-head-sort dd a.on {
  font-weight: bold;
  color: #333;
}

.empty {
  margin-top: 120px;
  color: #666;
}

.list-head-type {
  display: flex;
  font-size: 0.8rem;
}

.list-head-type li .list-head-type-btn,
.list-head-type li a {
  display: inline-block;
  background: #f0efe9;
  padding: 3px 8px;
}

.list-head-type li a {
  background: #242325;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .list-head {
    margin: 24px 0 24px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .list-head {
    margin: 24px 0 24px;
    display: block;
    font-size: 12px;
  }
  .list-head-sort {
    margin-top: 10px;
  }
}
/* pager */
.pager {
  text-align: center;
}
@media screen and (max-width: 800px) {
  .pager {
    margin-top: 20px;
  }
}

.pager li {
  display: inline-block;
  vertical-align: top;
}

.pager li .current,
.pager li a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #ccc;
  margin: 0 2px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.pager li .current,
.pager li a:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}

.category-item-list {
  border-right: none;
}
.category-item-list li.item-list {
  width: 20%;
  padding: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .category-item-list li.item-list {
    width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .category-item-list li.item-list {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .category-item-list li.item-list {
    width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .category-item-list li.item-list {
    padding: 12px 10px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .category-item-list li.item-list {
    padding: 10px;
    width: 50%;
  }
}
.category-item-list .item-list-image {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 250px;
  height: 250px;
}
@media screen and (max-width: 1200px) {
  .category-item-list .item-list-image {
    max-width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .category-item-list .item-list-image {
    max-width: 100%;
    height: auto;
  }
}
.category-item-list .item-list img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 240px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .category-item-list .item-list img {
    max-width: 180px;
    max-height: 180px;
  }
}
@media screen and (max-width: 600px) {
  .category-item-list .item-list img {
    max-width: 100%;
    max-height: 150px;
    margin: 0 auto;
  }
}
.category-item-list .bt-cart {
  display: block;
  margin: 10px auto 0;
  max-width: 100%;
  display: none;
}
@media screen and (max-width: 1024px) {
  .category-item-list .bt-cart {
    width: auto;
    height: auto;
    max-width: 90%;
  }
}
.category-item-list .bt-cart-new {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(#e91c24, #bb141a);
  color: #fff;
  padding: 20px 10px 20px 20px;
  border-radius: 3px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: none;
  width: 100%;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0 0 3px #999);
  transition: opacity 0.4s;
}
@media screen and (max-width: 500px) {
  .category-item-list .bt-cart-new {
    font-size: 12px;
    padding: 15px 10px 15px 25px;
  }
}
@media (hover: hover) {
  .category-item-list .bt-cart-new:hover {
    opacity: 0.8;
  }
}
.category-item-list .bt-cart-new .icon-cart {
  width: 15%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  max-width: 30px;
}

.icon-rental {
  display: block;
  margin: 10px auto 0;
  background-color: #0071bc;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .icon-rental {
    font-size: 11px;
    padding: 8px;
  }
}

.wrap-bn-trial a {
  display: block;
  max-width: 600px;
  margin: 30px auto 0;
}
.wrap-bn-trial .img-trial {
  display: block;
  width: 100%;
  height: auto;
}
.wrap-bn-trial span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.item-breadcrumb {
  display: flex;
}

.item {
  display: flex;
  gap: 30px 50px;
  background-color: #f5f5f5;
  padding: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .item {
    gap: 30px;
    padding: 30px 10px;
  }
}
@media screen and (max-width: 600px) {
  .item {
    flex-direction: column;
    gap: 50px 0;
  }
}

.item-image-wrap {
  width: 50%;
  padding: 0 30px;
  height: 500px;
}
@media screen and (max-width: 600px) {
  .item-image-wrap {
    width: 100%;
    padding: 0;
    background-size: 20px;
    height: 200px;
  }
}
.item-image-wrap.on {
  height: auto;
}
.item-image-wrap.on .slick {
  opacity: 1;
}
.item-image-wrap .slick {
  position: relative;
  width: 100%;
  max-width: 500px;
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .item-image-wrap .slick {
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
.item-image-wrap .slick .slick-slide {
  display: inline-block;
  vertical-align: middle;
}
.item-image-wrap .slick .slick-slide img {
  width: 100%;
  display: block;
}
.item-image-wrap .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  width: 40px;
  filter: drop-shadow(0 0 3px #999);
}
@media screen and (max-width: 500px) {
  .item-image-wrap .slick-arrow {
    width: 30px;
    top: calc(50% - 20px);
  }
}
.item-image-wrap .slick-prev {
  left: -20px;
}
.item-image-wrap .slick-next {
  right: -20px;
  transform: rotate(180deg);
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.item-wrap {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .item-wrap {
    width: 100%;
  }
}

.item-image {
  max-width: 100%;
}

.thumbs {
  font-size: 0;
  margin-top: 10px;
  position: relative;
}

.thumbs li {
  display: inline-block;
  width: 20%;
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
}

.thumbs img {
  border: solid 1px #ddd;
  border-radius: 3px;
}

.thumbs .slick-arrow {
  position: absolute;
  top: 0;
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  padding-top: 24px;
  opacity: 0;
  transition: 0.2s;
}

.thumbs .slick-prev {
  left: 0px;
  padding-left: 3px;
}
.thumbs .slick-next {
  right: 0px;
  padding-left: 3px;
}
.thumbs .slick:hover .slick-prev {
  left: 0px;
}
.thumbs .slick:hover .slick-next {
  right: 0px;
}
.thumbs .thumbs:hover .slick-arrow {
  opacity: 1;
}

#cboxCurrent {
  display: none !important;
}

.item-thumbnail-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.item-thumbnail-list li {
  width: 11.1111111111%;
  padding: 4px;
}

.item-thumbnail-list li img {
  max-width: 100%;
}

.item-category-name {
  font-size: 0.9rem;
  margin-bottom: 8px;
}

.item-category-name a {
  color: #0071bc;
}

.item-icon-list li {
  display: inline-block;
  margin: 0 4px;
}

.item-name {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .item-name {
    font-size: 16px;
  }
}

.sale-rate {
  margin-top: 8px;
}

.sale-badge {
  display: inline-block;
  padding: 2px 12px;
  background: #cc0000;
  color: #fff;
  font-size: 1.2rem;
}

.sale-discount {
  color: #cc0000;
}

.item-price-wrap {
  padding: 20px 0;
}

.item-reserve {
  margin-bottom: 16px;
  background: #f0efe9;
  padding: 16px;
}

.fixed-price {
  font-size: 14px;
  margin-bottom: 10px;
}
.fixed-price span {
  text-decoration: line-through;
}

.item-price {
  font-size: 28px;
  font-weight: bold;
  color: #de1c24;
}

.tax {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}

.item-point {
  font-size: 14px;
  margin-bottom: 20px;
}
.item-point span {
  font-weight: bold;
}

.item-option {
  padding: 8px 0;
}

.item-description-wrap {
  font-size: 0.9rem;
  margin: 50px auto 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .item-description-wrap img {
    float: none !important;
  }
}
@media screen and (max-width: 600px) {
  .item-description-wrap iframe {
    width: 100%;
  }
}

.item-description-wrap table {
  width: 100% !important;
  margin-top: 10px;
}

.item-description-wrap th {
  padding: 10px;
  white-space: normal;
  background-color: #eee;
}

.item-description-wrap td {
  padding: 10px;
}

@media screen and (max-width: 500px) {
  .item-description-wrap th {
    padding: 5px;
    white-space: normal;
    background-color: #eee;
    display: block;
  }
  .item-description-wrap td {
    padding: 5px;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .item-description iframe {
    width: 100%;
    height: 250px;
  }
}

.item-adddescription-wrap {
  font-size: 0.9rem;
  margin-bottom: 32px;
}

.item-info {
  margin-top: 64px;
  border-top: 1px dotted #242325;
  padding-top: 32px;
}

.item-info-list {
  background: #f0efe9;
  padding: 16px;
  font-size: 0.8rem;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.item-info-list dt {
  font-weight: bold;
  width: 40%;
  padding: 4px 0;
}

.item-info-list dd {
  width: 60%;
  padding: 4px 0;
}

.item-stock-count {
  margin-left: 16px;
}

.cart-btn-wrap {
  text-align: center;
  margin-top: 24px;
}

.item-quantity {
  font-size: 14px;
}

.item-quantity input {
  width: 40px !important;
  margin-left: 10px;
  font-size: 16px;
  padding: 5px;
}

.btn {
  background: #555;
  color: #fff;
  display: block;
  margin: 16px auto 0;
  padding: 10px 0;
  width: 60%;
  text-align: center;
  font-size: 0.9rem;
  text-decoration: none !important;
}

.disabled {
  opacity: 0.2;
  background: #555 !important;
  pointer-events: none;
}

.cart-btn {
  display: block;
  margin: 30px 0 0;
  background: linear-gradient(#e91c24, #bb141a);
  color: #fff;
  padding: 25px 10px 25px 20px;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: none;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0 0 3px #999);
  transition: opacity 0.4s;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .cart-btn {
    font-size: 14px;
    padding: 20px 10px 20px 25px;
  }
}
@media (hover: hover) {
  .cart-btn:hover {
    opacity: 0.8;
  }
}
.cart-btn .icon-cart {
  width: 15%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  max-width: 30px;
}

.txt-contact {
  font-size: 13px;
  text-align: left;
}

.restock-btn {
  background: #1c678c;
  width: 90%;
  padding: 18px 0;
  font-size: 1.1rem;
  max-width: 400px;
}

.soldout {
  margin: 32px auto;
  color: #cc0000;
  text-align: center;
  background: #ffeeee;
  padding: 18px 0;
}

input[data-id=makeshop_quantity] {
  width: 30%;
}

select[name=item-quantity] {
  margin-left: 8px;
  width: 3rem;
}

select.makeshop_option-select {
  width: 100%;
  margin: 4px auto;
}

i {
  margin-right: 8px;
}

.makeshop_option-wrap {
  margin-bottom: 8px;
}

.add-image {
  display: flex;
}

.add-image-list {
  padding: 8px;
  width: 33.3333333333%;
}

.add-image-list img {
  max-width: 100%;
}

.add-description {
  text-align: left;
  font-size: 0.8rem;
}

.sale-info {
  margin: 16px auto;
}

.item-contact {
  text-align: right;
}

.item-share {
  margin: 24px auto 50px;
  text-align: center;
}

.item-share li {
  display: inline-block;
}

/******************************** REVIEW STAR */
.reviewRateStar {
  display: inline-block;
  font-size: 0;
}

.reviewRateStar::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  font-size: 14px;
  color: #f8d803;
}

.starOff::before {
  font-family: "Font Awesome 5 Free";
  content: "\f005";
  font-weight: 900;
  color: #ddd;
}

.starHalf::before {
  font-family: "Font Awesome 5 Free";
  content: "\f089";
  font-weight: 900;
  color: #f8d803;
}

/******************************** ITEM REVIEW */
.item-review {
  text-align: left;
  display: flex;
  align-items: center;
  padding-top: 16px;
}

.item-review-average {
  font-size: 1.3rem;
  margin: 0 4px 0 12px;
}

/******************************** ITEM REVIEW LIST */
.item-review-detail {
  text-align: left;
  margin-top: 48px;
}

.item-review-title {
  position: relative;
  margin-bottom: 20px;
}

.item-review-detail .btn-review-post {
  margin: 0;
  padding: 10px 20px;
  border-radius: 3px;
  width: auto;
  display: block;
  font-size: 14px;
  background: #025596;
  width: -moz-fit-content;
  width: fit-content;
}

.review-list-text {
  text-align: left !important;
  font-size: 12px;
}

.review-list-unit {
  padding: 16px 0;
  max-width: 800px;
}
@media screen and (max-width: 1024px) {
  .review-list-unit {
    max-width: 100%;
  }
}

.review-list-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}

.review-list-name {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 10px;
}

.review-star,
.review-score {
  display: inline-block;
}

.review-list-score-wrap .reviewRateStar::before {
  font-size: 16px;
}

.review-score {
  margin-left: 4px;
  font-weight: bold;
  font-size: 1rem;
  display: none;
}

.reviewRate {
  display: flex;
}

.review-list-content {
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}

.review-list-date {
  font-size: 0.7rem;
  margin-top: 8px;
  color: #999;
}

.review-list-text {
  text-align: center;
  color: #999;
  margin-top: 64px;
}

.btn-review-list-wrap {
  margin: 0;
  background-color: #eee;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-review-list-wrap .btn-review-list {
  width: 100%;
  display: block;
  max-width: 200px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 12px;
}

/******************************** SUBSCRIPTION */
.subscription-discount-list td {
  border: 1px solid #242325;
  padding: 8px;
}

.subscription-discount-point {
  font-size: 0.9rem;
}

.subscription-gift-list {
  margin: 32px auto;
}

.subscription-gift {
  background: #f0efe9;
  padding: 24px;
  margin: 16px auto;
}

.subscription-gift-img {
  max-width: 100px;
  height: auto;
}

.subscription-gift-times {
  border-bottom: 1px dotted #242325;
  padding-bottom: 6px;
  margin-bottom: 8px;
}

.subscription-gift-item {
  margin-bottom: 4px;
}

.subscription-gift-info {
  font-size: 0.8rem;
}

.item-subscription {
  margin-top: 48px;
  border: 2px solid #fb6107;
  padding: 24px;
  background: #fff2ea;
  border-radius: 4px;
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart-title {
  font-size: 1.6rem;
  margin-bottom: 32px;
  text-align: left;
}

.cart-title i {
  margin-right: 8px;
}

.incart-total-item {
  background: #f0f0f0;
  padding: 16px;
  text-align: left;
}

.incart-total-count,
.incart-total-price {
  font-weight: bold;
  margin-right: 8px;
}

.cart-list {
  width: 100%;
  margin: 32px auto 48px;
}

.cart-list th,
.cart-list td {
  border-top: 1px solid #999;
}

.cart-list thead th {
  font-size: 0.9rem;
  padding: 12px 0;
}

.cart-list td {
  padding: 16px 8px;
  vertical-align: middle;
}

.cart-list .cart-item-wrap {
  display: flex;
}

.cart-list .cart-item-image {
  width: 100px;
}

.cart-list .cart-item-image img {
  max-width: 100%;
}

.cart-list .cart-item-info {
  text-align: left;
  font-size: 0.9rem;
  flex: 1;
  margin-left: 16px;
}

.cart-list .cart-item-option {
  font-size: 0.8rem;
}

.cart-list .cart-item-special {
  margin-top: 4px;
  font-size: 0.8rem;
  color: #999;
}

.cart-list .cart-item-price,
.cart-list .cart-item-unit-price,
.cart-list .cart-item-point {
  text-align: right;
  white-space: nowrap;
}

.cart-list input[name=item-quantity] {
  width: 3em;
}

.cart-list .cart-item-unit-price {
  font-size: 0.8rem;
  color: #999;
}

.cart-list .btn {
  width: auto;
  display: inline-block;
  padding: 4px 10px;
  margin: 0;
  font-size: 0.8rem;
}

.cart-list .item-delete-btn {
  background: #ccc;
  padding: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
}

.cart-list .item-delete-btn i {
  margin-right: 0;
}

.cart-list .cart-total-title {
  text-align: right;
}

.cart-list .cart-total-price-wrap {
  text-align: right;
}

.cart-list .cart-total-price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #cc0000;
}

.cart-list .cart-total-point {
  color: #cc0000;
}

.free-shipping-wrap {
  margin-bottom: 48px;
  font-size: 0.9rem;
}

.payment-btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  text-align: right;
}

.payment-btn-wrap .btn {
  width: auto;
  display: inline-block;
  margin: 0;
}

.payment-btn-wrap .payment-btn {
  width: 40%;
  padding: 12px 0;
  background: #2996cc;
  font-size: 1.2rem;
}

.noitem-btn-wrap {
  margin-top: 64px;
}

@media screen and (max-width: 500px) {
  .cart-list {
    margin: 32px auto 0;
  }
  .cart-list th {
    display: none;
  }
  .cart-list td {
    display: block;
  }
  .cart-list td {
    padding: 16px 8px;
    vertical-align: middle;
    font-size: 12px;
  }
  .cart-list .cart-item-info {
    font-size: 12px;
  }
  .cart-list .cart-item-option {
    font-size: 12px;
  }
  .cart-list .cart-item-special {
    font-size: 12px;
  }
  .cart-list input[name=item-quantity] {
    width: 3em;
    border: solid 1px #ddd;
    padding: 3px;
    vertical-align: top;
    font-size: 14px;
  }
  .cart-list .cart-item-unit-price {
    font-size: 12px;
    color: #999;
  }
  .cart-list .btn {
    font-size: 12px;
  }
  .cart-list .item-delete-btn {
    background: #999;
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .cart-list .item-delete-btn i {
    margin-right: 0;
  }
  .cart-list .cart-total-title {
    text-align: right;
  }
  .cart-list .cart-total-price-wrap {
    text-align: right;
  }
  .cart-list .cart-total-price {
    font-size: 18px;
    font-weight: bold;
    color: #cc0000;
  }
  .free-shipping-wrap {
    margin-bottom: 48px;
    font-size: 0.9rem;
  }
  .payment-btn-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    text-align: right;
  }
  .payment-btn-wrap .btn {
    width: auto;
    display: inline-block;
    margin: 0;
  }
  .payment-btn-wrap .payment-btn {
    width: 40%;
    padding: 12px;
    background: #2996cc;
    font-size: 16px;
  }
  .noitem-btn-wrap {
    margin-top: 64px;
  }
}
/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-title {
  font-size: 1.5rem;
  margin-top: 24px;
  margin-bottom: 48px;
  text-align: left;
}

.review-title em {
  font-weight: bold;
}

.review-item-wrap {
  display: flex;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #f0f0f0;
}

.review-item-image {
  width: 100px;
}

.review-item-image img {
  max-width: 100%;
}

.review-item-info {
  flex: 1;
  text-align: left;
  margin-left: 16px;
  font-size: 0.9rem;
}

.total-review {
  margin-top: 8px;
}

.total-review .reviewRateStar::before {
  font-size: 1.1rem;
}

.review-average,
.review-count {
  display: inline-block;
}

.review-average {
  font-weight: bold;
  margin-left: 8px;
  font-size: 1.2rem;
}

.review-item-btn {
  text-align: right;
}

.btn-review-post {
  width: auto;
  display: inline-block;
  padding: 8px 24px;
}

.all-review {
  margin-bottom: 48px;
}

.all-review .review-head-wrap {
  width: 70%;
  text-align: left;
}

.all-review .review-list-content {
  text-align: left;
}

.all-review .review-name,
.all-review .review-list-score-wrap {
  display: inline-block;
}

.review-form-wrap {
  width: 600px;
  margin: 48px auto 32px;
}

.review-form {
  display: flex;
  text-align: left;
  padding: 16px 0;
}

.review-form-title {
  width: 200px;
}

.review-form-content {
  flex: 1;
}

.review-form-content input,
.review-form-content textarea {
  width: 100%;
}

.bt-fav {
  display: block;
  background-color: #fff;
  border: solid 1px #ddd;
  font-size: 12px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 6px;
}
.bt-fav.on {
  background-color: #ddd;
}

.retailor-content-wrap {
  background-color: #fff;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 12px;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: none;
}

#cboxContent {
  margin: 0px;
  background: #fff;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxTitle {
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

#cboxCurrent {
  position: absolute;
  bottom: -30px;
  left: 0px;
  color: #ccc;
  font-size: 12px;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: none;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#colorbox .slick-arrow {
  color: #fff;
  font-size: 40px;
}

#cboxPrevious .slick-arrow {
  margin-top: -25px;
  left: -40px;
}

#cboxNext .slick-arrow {
  margin-top: -35px;
  right: -40px;
}

#cboxClose {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: -60px;
  right: 0;
}

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list {
  margin-bottom: 64px;
}

.news-wrap {
  margin-top: 32px;
}

.news-head {
  margin-bottom: 24px;
}

.news-content-wrap {
  padding: 24px 48px 48px;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 24px;
}

.news-content {
  line-height: 1.6;
}
.news-content a {
  color: #0071b8;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}

.news-date {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 8px;
  text-align: left;
}

.news-empty {
  color: #ccc;
}

/* -----------------------------------------------------------------
   company
----------------------------------------------------------------- */
.company-image img {
  margin: 0 auto 48px;
}

/* -----------------------------------------------------------------
   order-contract
----------------------------------------------------------------- */
.order-contract-title {
  margin-bottom: 64px;
}

.contract-item {
  margin: 24px;
  display: flex;
  text-align: left;
}

.contract-title {
  width: 200px;
}

.contract-content {
  flex: 1;
  padding-left: 24px;
}

/* -----------------------------------------------------------------
   catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}

.catalog-list th {
  background: #f0efe9;
}

.catalog-list th,
.catalog-list td {
  border: 1px solid #c7c3ac;
  padding: 6px 8px;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 400px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

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

ADD for ESTIMATE

*********************************************** **/
.cover {
  margin: 30px auto 50px;
  text-align: center;
}

.block {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 20px 10px;
}

.block h3.h3-style-1 {
  font-size: 24px;
  color: #0071bc;
  border: solid 3px #0071bc;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  padding: 12px;
  padding-bottom: 8px;
  box-shadow: 0 0 2px #ccc;
  margin-bottom: 30px;
}

.block .txt {
  padding: 0 30px;
}

.block p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 180%;
}

.block .flow {
  text-align: center;
  padding: 30px;
}

#estimate .block-3 p {
  text-align: center;
  margin-bottom: 30px;
}

a.bt-style-1 {
  display: block;
  background-color: #b90c0c;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding: 25px;
  padding-bottom: 21px;
  margin: 0 auto 30px;
  border-radius: 3px;
  max-width: 500px;
  box-shadow: 0 0 3px #666;
  position: relative;
  border: solid 1px #ff0000;
  letter-spacing: 1px;
  background: linear-gradient(#ff0000 20%, #bb0800);
}

a.bt-style-1::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  transform: rotate(45deg);
}

#estimate .block-4 {
  background-color: rgba(255, 251, 168, 0.5);
  border: solid 3px #bd272d;
  border-radius: 3px;
  padding: 20px 30px;
  max-width: 800px;
}

#estimate .block-4 .title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#estimate .block-4 li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
  line-height: 160%;
  font-size: 14px;
}

#estimate .block-4 li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 500px) {
  .cover {
    margin: 20px auto;
  }
  .block {
    padding: 10px;
  }
  .block h3.h3-style-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .block .txt {
    padding: 0 10px;
  }
  .block p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 180%;
  }
  .block .flow {
    text-align: center;
    padding: 20px 10px 0;
  }
  #estimate .block-3 p {
    text-align: left;
    margin-bottom: 20px;
  }
  a.bt-style-1 {
    font-size: 18px;
    padding: 25px;
    padding-bottom: 21px;
  }
  a.bt-style-1::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 15px;
    transform: rotate(45deg);
  }
  #estimate .block-4 li {
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
#es-form .block {
  margin: 30px auto;
}

#es-form .block-1 p.p1 {
  text-align: center;
  margin-bottom: 30px;
}

#es-form .form-1 {
  max-width: 800px;
  margin: 0 auto 50px;
  width: 100%;
}

#es-form .form-1 th {
  padding: 10px;
  text-align: right;
  font-size: 16px;
  letter-spacing: 1px;
}

#es-form .form-1 td {
  padding: 10px;
}

#es-form .form-1 th span.req {
  font-size: 10px;
  background-color: #de1c24;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 2px 5px 0;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 10px;
}

#es-form td input[type=text] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

#es-form td select {
  width: 200px;
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  height: 50px;
}

#es-form td input:focus,
#es-form td select:focus {
  border: solid 1px rgb(255, 180, 2);
}

.email {
  margin-bottom: 5px;
}

#es-form .form-1 td input.zip {
  width: 100px;
}

#es-form span.note {
  color: #999;
  font-size: 12px;
}

#es-form .form-2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px;
  border-spacing: 1px;
}

#es-form .form-2 th {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #ddd;
}

#es-form .form-2 td {
  padding: 10px;
  text-align: center;
}

#es-form .form-2 th span {
  display: block;
  font-size: 12px;
}

#es-form .form-2 td input.num {
  width: 80px;
  text-align: right;
}

#es-form .form-2 td:first-child {
  text-align: center;
  background-color: #f5f5f5;
  font-weight: bold;
}

#es-form td.mes {
  text-align: left;
}

#es-form td.mes textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

#es-form .form-3 {
  max-width: 800px;
  margin: 50px auto;
  width: 100%;
}

#es-form .form-3 td {
  padding: 10px;
}

#es-form .form-3 p {
  font-weight: bold;
}

#es-form p.error {
  font-size: 14px;
  color: #de1c24;
}

#es-form td input.f-error,
#es-form td select.f-error {
  border: solid 1px #de1c24;
}

#es-form .hide {
  display: none;
}

#es-form p.show {
  text-align: center;
  color: #0071bc;
  font-weight: bold;
  padding-bottom: 0px;
  border-bottom: solid 1px #0071bc;
  max-width: 150px;
  margin: 0 auto;
}

.wrap-confirm {
  padding: 30px 0;
  display: none;
}

.wrap-confirm .p1 {
  margin-bottom: 30px;
}

#es-form .wrap-confirm .form-2 {
  max-width: 800px;
  margin-bottom: 50px;
}

#es-form .wrap-confirm .form-2 td:nth-of-type(2) {
  text-align: left;
  width: 60%;
}

#es-form .wrap-confirm .form-2 th {
  font-size: 14px;
}

#es-form .wrap-confirm .form-2 td {
  font-size: 14px;
}

#es-form .wrap-confirm .form-1 {
  max-width: 800px;
  background-color: #ddd;
  border-spacing: 1px;
}

#es-form .wrap-confirm .form-1 th {
  font-size: 14px;
  background-color: #f5f5f5;
  width: 25%;
}

#es-form .wrap-confirm .form-1 td {
  font-size: 14px;
  background-color: #fff;
}

a.bt-style-2 {
  display: inline-block;
  background-color: #b90c0c;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 25px;
  padding-bottom: 21px;
  margin: 0 auto 30px;
  border-radius: 3px;
  box-shadow: 0 0 3px #666;
  position: relative;
  border: solid 1px #ff0000;
  letter-spacing: 1px;
  background: linear-gradient(#ff0000 20%, #bb0800);
}

a.bt-style-3 {
  display: inline-block;
  background-color: #ccc;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 25px;
  padding-bottom: 21px;
  margin: 0 auto 30px;
  margin-right: 20px;
  border-radius: 3px;
  box-shadow: 0 0 3px #666;
  position: relative;
  border: solid 1px #333;
  letter-spacing: 1px;
  background: linear-gradient(#ccc 10%, #333);
}

#es-form .wrap-confirm .show-message {
  word-break: break-all;
}

.mg {
  max-width: 600px;
  display: none;
}

.mg p {
  margin-bottom: 1em;
}

/** Paidについて **/
.section {
  margin-top: 30px;
}

.paid .paid-title {
  background-color: #ecf8f6;
  padding: 100px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 800px) {
  .paid .paid-title {
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  .paid .paid-title {
    padding: 50px 30px;
  }
}
.paid .paid-title .logo-paid {
  max-width: 250px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 800px) {
  .paid .paid-title .logo-paid {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  .paid .paid-title .logo-paid {
    max-width: 150px;
  }
}
.paid .paid-title h2 {
  line-height: 1.6;
}
@media screen and (max-width: 800px) {
  .paid .paid-title h2 {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .paid .paid-title h2 {
    font-size: 16px;
  }
}
.paid .title-paid {
  background-color: #219f86;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .paid .title-paid {
    font-size: 16px;
  }
}
.paid p {
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .paid p {
    letter-spacing: 1px;
    line-height: 1.6;
    font-size: 14px;
  }
}
.paid p a {
  border-bottom: solid 1px #0071b8;
  padding-bottom: 5px;
  font-weight: bold;
}
.paid p a .icon-w {
  max-width: 12px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.paid .note {
  color: #e91c24;
  font-size: smaller;
}
.paid .wrap-notice-paid {
  margin: 30px 0;
  padding: 20px;
  background-color: #fffba8;
}
.paid .wrap-notice-paid h4 {
  margin-bottom: 30px;
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .paid .wrap-notice-paid h4 {
    font-size: 14px;
  }
}
.paid .wrap-notice-paid li {
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .paid .wrap-notice-paid li {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.paid .bt-apply {
  display: block;
  background-color: #ed5a24;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 30px 50px;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
  filter: drop-shadow(0 0 2px #ccc);
  position: relative;
}
.paid .bt-apply br {
  display: none;
}
@media screen and (max-width: 600px) {
  .paid .bt-apply {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 30px;
    width: 100%;
  }
  .paid .bt-apply br {
    display: block;
  }
}
.paid .bt-apply:hover {
  color: #fff;
  opacity: 0.8;
}
.paid .bt-apply::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  transform: rotate(45deg);
}
.paid .dl-1 {
  margin: 50px 0 0;
}
.paid .dl-1 dt {
  font-weight: bold;
  color: #219f86;
  margin-bottom: 10px;
}
.paid .dl-1 dt::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #219f86;
  border-radius: 100px;
  display: inline-block;
  margin-right: 10px;
}
.paid .dl-1 dd {
  margin-bottom: 30px;
  line-height: 1.6;
  margin-left: 20px;
}
.paid .dl-1 dd .font-s {
  margin-top: 10px;
  display: block;
}
.paid .dl-2 {
  margin: 50px 0 0;
}
.paid .dl-2 dt {
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  gap: 0 15px;
  align-items: center;
}
.paid .dl-2 dt .num {
  background-color: #219f86;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paid .dl-2 dd {
  margin-bottom: 30px;
  line-height: 1.6;
  margin-left: 45px;
}
.paid .dl-2 dd .font-s {
  margin-top: 10px;
  display: block;
}
.paid .wrap-notice-paid-2 {
  background-color: #f5f5f5;
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .paid .wrap-notice-paid-2 {
    padding: 20px;
  }
}
.paid .wrap-notice-paid-2 li {
  margin-bottom: 15px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .paid .wrap-notice-paid-2 li {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.paid .wrap-notice-paid-2 li:last-child {
  margin-bottom: 0;
}

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

Shopping Guide PAGE

*********************************************** **/
.guide-title {
  margin-bottom: 48px;
}

.guide-section {
  margin-bottom: 64px;
  text-align: left;
}

#guide-menu {
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px 30px 5px;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  #guide-menu {
    text-align: left;
    padding: 20px 20px 10px;
  }
}
#guide-menu li {
  font-size: 14px;
  margin: 0 2px 15px;
  border-right: solid 1px #ccc;
  padding-right: 8px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  #guide-menu li {
    font-size: 12px;
    margin: 0 2px 10px;
  }
}
#guide-menu li:last-child {
  border-right: none;
}

.note {
  color: #b90b0b;
}

.wrap-guide-item {
  padding: 50px 0 0;
  letter-spacing: 1px;
}
.wrap-guide-item p {
  line-height: 180%;
}
.wrap-guide-item .title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 15px;
  border-bottom: solid 1px #0053a4;
  background-color: #f5f5f5;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .title {
    font-size: 14px;
  }
}
.wrap-guide-item .title::before {
  content: "- ";
}
.wrap-guide-item .title::after {
  content: " -";
}
.wrap-guide-item .desc {
  line-height: 200%;
  padding: 20px 20px 0;
  letter-spacing: 1px;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .desc {
    font-size: 14px;
  }
}
.wrap-guide-item .payment-menu {
  display: flex;
  padding: 30px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1024px;
  gap: 20px 10px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .payment-menu {
    padding: 30px 0;
    gap: 20px 0;
  }
}
.wrap-guide-item .payment-menu li {
  width: calc(33.3333333333% - 10px);
  padding: 20px;
  min-height: 100px;
  border: solid 1px #ddd;
  border-radius: 5px;
  list-style: none;
  cursor: pointer;
  position: relative;
  background-color: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .payment-menu li {
    width: 100%;
  }
}
.wrap-guide-item .payment-menu li a {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .payment-menu li a {
    font-size: 14px;
  }
}
.wrap-guide-item .payment-menu li a span {
  font-size: 12px;
  display: block;
}
.wrap-guide-item .payment-menu li p {
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .payment-menu li p {
    font-size: 12px;
  }
}
.wrap-guide-item .payment-menu li::after {
  content: "";
  display: block;
  color: #0053a4;
  position: absolute;
  font-size: 20px;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  width: 10px;
  height: 10px;
  border-left: solid 2px #0053a4;
  border-bottom: solid 2px #0053a4;
  transform: rotate(-45deg);
}
.wrap-guide-item .payment-menu li:hover {
  opacity: 0.7;
}
.wrap-guide-item .wrap-item {
  padding: 50px 20px 0;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item {
    padding: 50px 10px 0;
  }
}
.wrap-guide-item .wrap-item p {
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .wrap-item p {
    font-size: 14px;
  }
}
.wrap-guide-item .wrap-item .payment-desc {
  margin-bottom: 30px;
}
.wrap-guide-item .wrap-item h4 {
  padding: 12px 15px 10px;
  font-size: 16px;
  margin-bottom: 20px;
  background-color: #0053a4;
  color: #fff;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item h4 {
    font-size: 14px;
  }
}
.wrap-guide-item .wrap-item .wrap-img {
  margin-bottom: 30px;
}
.wrap-guide-item .wrap-item .flow {
  margin-bottom: 30px;
  background-color: #f5f5f5;
  padding: 20px;
}
.wrap-guide-item .wrap-item .flow h5 {
  font-size: 14px;
  margin: 0 0 15px 10px;
  letter-spacing: 1px;
}
.wrap-guide-item .wrap-item .flow p {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .flow p {
    font-size: 12px;
  }
}
.wrap-guide-item .wrap-item a {
  word-break: break-all;
}
.wrap-guide-item .wrap-item i {
  font-style: normal;
  font-size: smaller;
  color: #b90b0b;
}
.wrap-guide-item .wrap-item .bold {
  font-weight: bold;
}
.wrap-guide-item .wrap-item .description li {
  font-size: 16px;
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .description li {
    font-size: 14px;
  }
}
.wrap-guide-item .wrap-item .wrap-bank {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap-guide-item .wrap-item .wrap-bank .bank {
  width: 36%;
  margin: 0 2% 30px;
  padding: 20px;
  border: solid 3px #0ba26c;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-bank .bank {
    width: 100%;
  }
}
.wrap-guide-item .wrap-item .wrap-bank .bank h5 {
  font-size: 14px;
  margin: 0 0 15px 0;
  letter-spacing: 1px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-bank .bank h5 {
    margin: 0;
  }
}
.wrap-guide-item .wrap-item .wrap-bank .bank p {
  font-size: 14px;
}
.wrap-guide-item .wrap-item .wrap-bank .bank1 h5 {
  color: #0ba26c;
}
.wrap-guide-item .wrap-item .wrap-bank .bank2 {
  border: solid 3px #009900;
}
.wrap-guide-item .wrap-item .wrap-bank .bank2 h5 {
  color: #009900;
}
.wrap-guide-item .wrap-item .wrap-secure {
  border: solid 3px #ffa700;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
}
.wrap-guide-item .wrap-item .wrap-secure dl {
  margin: 20px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-secure dl {
    margin: 20px 0;
  }
}
.wrap-guide-item .wrap-item .wrap-secure dl dt {
  border-left: solid 5px #333;
  padding-left: 10px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .wrap-item .wrap-secure dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-secure dl dt {
    font-size: 12px;
  }
}
.wrap-guide-item .wrap-item .wrap-secure dl dd {
  margin: 0 10px 30px;
  letter-spacing: 1px;
  line-height: 180%;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .wrap-item .wrap-secure dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-secure dl dd {
    font-size: 12px;
  }
}
.wrap-guide-item .wrap-item .wrap-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-guide-item .wrap-item .wrap-icons a {
  display: block;
  width: 130px;
  margin: 0 10px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-icons a {
    width: 40%;
  }
}
.wrap-guide-item .wrap-item .wrap-col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.wrap-guide-item .wrap-item .wrap-col2 .col-1 {
  width: 30%;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-col2 .col-1 {
    width: 100%;
  }
}
.wrap-guide-item .wrap-item .wrap-col2 .col-2 {
  width: 70%;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-col2 .col-2 {
    width: 100%;
  }
}
.wrap-guide-item .wrap-item .wrap-col2 img {
  max-height: 80px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-col2 img {
    display: block;
    margin-bottom: 10px;
  }
}
.wrap-guide-item .wrap-item .wrap-col2 .bt-a {
  display: inline-block;
  color: #0053a4;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 20px;
  text-align: center;
  border: solid 1px #0053a4;
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .wrap-item .wrap-col2 .bt-a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-col2 .bt-a {
    margin-top: 10px;
  }
}
.wrap-guide-item .wrap-item .wrap-col2 .bt-a::before {
  content: "▶";
}
.wrap-guide-item .wrap-item .wrap-col2 .bt-a:hover {
  background-color: #0053a4;
  color: #fff;
  opacity: 1;
}
.wrap-guide-item .wrap-item .wrap-step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.wrap-guide-item .wrap-item .wrap-step .col-1 {
  width: 60%;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-step .col-1 {
    width: 100%;
    margin-bottom: 0px;
  }
}
.wrap-guide-item .wrap-item .wrap-step .col-1 .retina {
  margin-bottom: 30px;
}
.wrap-guide-item .wrap-item .wrap-step .col-2 {
  width: 40%;
  padding: 30px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item .wrap-step .col-2 {
    width: 100%;
    padding: 30px 0;
  }
}
.wrap-guide-item .wrap-item .wrap-step .col-2 p {
  font-size: 14px;
}
.wrap-guide-item .wrap-item .note {
  font-weight: bold;
  padding: 10px;
  line-height: 200%;
}
.wrap-guide-item .wrap-item2 {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .wrap-item2 {
    padding: 20px 10px;
  }
}
.wrap-guide-item .wrap-item2 p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 180%;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .wrap-item2 p {
    font-size: 14px;
  }
}
.wrap-guide-item .wrap-item2 h4 {
  padding: 12px 15px 10px;
  font-size: 16px;
  margin-bottom: 40px;
  background-color: #0053a4;
  color: #fff;
  letter-spacing: 2px;
}
.wrap-guide-item .wrap-item2 .strong {
  font-weight: bold;
}
.wrap-guide-item .wrap-bd {
  border: solid 1px #333;
  padding: 20px;
}
.wrap-guide-item .table-style-01 {
  background-color: #ccc;
  width: 100%;
}
.wrap-guide-item .table-style-01 table {
  width: 100%;
}
.wrap-guide-item .table-style-01 th {
  background-color: #eee;
  padding: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .table-style-01 th {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .table-style-01 th {
    font-size: 12px;
  }
}
.wrap-guide-item .table-style-01 td {
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .table-style-01 td {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .wrap-guide-item .table-style-01 td {
    font-size: 12px;
  }
}
.wrap-guide-item img {
  max-width: 100%;
}
.wrap-guide-item .dl-dl {
  margin-bottom: 2em;
}
.wrap-guide-item .dl-dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .dl-dl dt {
    font-size: 14px;
  }
}
.wrap-guide-item .dl-dl dd {
  margin-bottom: 1em;
}
@media screen and (max-width: 1024px) {
  .wrap-guide-item .dl-dl dd {
    font-size: 14px;
  }
}
.wrap-guide-item .ul-info {
  margin-bottom: 50px;
  padding: 20px;
  border: solid 2px #ddd;
}
.wrap-guide-item .ul-info li {
  list-style: disc outside;
  margin-left: 2em;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 180%;
}
.wrap-guide-item .ul-info li.note {
  padding: 0 !important;
}
.wrap-guide-item .wrap-note {
  background-color: #fff5e0;
  padding: 20px;
  border: solid 1px #dd0000;
  border-radius: 5px;
}
.wrap-guide-item .wrap-note li {
  list-style: disc outside;
  margin-left: 2em;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 180%;
}

#merit_list dl {
  background-color: aliceblue;
  padding: 30px;
  margin-bottom: 50px;
}
#merit_list dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #merit_list dt {
    font-size: 14px;
  }
}
#merit_list dt:first-letter {
  font-size: 24px;
}
#merit_list dd {
  padding-left: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #merit_list dd {
    padding-left: 0px;
  }
}
#merit_list .bt {
  background-color: #0071bc;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  width: 100%;
  max-width: 350px;
  padding: 20px;
  display: block;
  border-radius: 3px;
  box-shadow: 0 2px 0 #ccc;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #merit_list .bt {
    font-size: 14px;
  }
}
#merit_list .bt::before {
  content: "→ ";
}
#merit_list .ul-info {
  margin-bottom: 0;
}

.trial .img-trial {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  height: auto;
}
.trial .wrap-guide-item .img-trial {
  margin: 30px auto 0;
}
.trial .after {
  margin-top: 30px;
}
.trial .after dt {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .trial .after dt {
    font-size: 16px;
  }
}
.trial .after dt::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 16px;
  left: 10%;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .trial .after dt::after {
    width: 80%;
    left: 20%;
  }
}
.trial .after dt span {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
}
.trial .after dt .num {
  background-color: #0053a4;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 7px;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.trial .after dd {
  margin-bottom: 50px;
  padding-left: 70px;
}
@media screen and (max-width: 500px) {
  .trial .after dd {
    padding-left: 0px;
  }
}
.trial .bg-gray {
  background-color: #f5f5f5;
  padding: 20px;
  line-height: 1.6;
  font-size: 15px;
  max-width: calc(100% - 140px);
  margin: 0 auto 50px;
}
@media screen and (max-width: 500px) {
  .trial .bg-gray {
    max-width: 100%;
    font-size: 13px;
  }
}
.trial .notice {
  margin: 30px 0;
}
.trial .notice h5 {
  font-size: 16px;
  margin-bottom: 1em;
}
.trial .notice ul {
  margin-bottom: 2em;
}
.trial .notice ul li {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 20px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 500px) {
  .trial .notice ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .trial .bt {
    margin: 0 auto;
  }
}

.breadcrumb:last-child() {
  margin-bottom: 20px;
}

.ex-link {
  margin-bottom: 20px;
}
.ex-link a {
  border-bottom: solid 1px #0071b8;
  padding-bottom: 5px;
  font-weight: bold;
}
.ex-link a .icon-w {
  max-width: 12px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}/*# sourceMappingURL=style.css.map */