@charset "UTF-8";

/*================ whole ================*/
body,
dl,
dd {
  line-height: 1.6;
  font-size: 14px;
}

ul {
  list-style: none;
  padding: 0;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

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

.contents-colmun-6,
.contents-colmun-4,
.contents-colmun-3,
.contents-colmun-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px -5px 20px;
  width: calc(100% + 10px);
}

.contents-slick-6 {
  margin: 10px -5px 20px;
  width: calc(100% + 10px);
}

.contents-slick-6 .slick-slide {
  padding: 5px;
}

.contents-colmun-6>* {
  width: calc(100% / 6);
  padding: 5px;
}

.contents-colmun-4>* {
  width: calc(100% / 4);
  padding: 5px;
}

.contents-colmun-3>* {
  width: calc(100% / 3);
  padding: 5px;
}

.contents-colmun-2>* {
  width: calc(100% / 2);
  padding: 10px;
}

.hide-sp {
  display: unset;
}

.show-sp {
  display: none;
}

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

/*================ header ================*/

.h-1__lead {
  max-width: 1400px;
  font-size: 12px;
  margin: 0;
  padding: 0 0 5px;
}

.h1__fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0 5px;
}

.h-1 {
  max-width: 1400px;
  margin: auto;
  padding: 10px 15px 0;
}

.h-1__fl__logo {
  display: flex;
  align-items: center;
  max-width: calc(100% - 100px);
  padding: 0 0 5px;
}

.h-1__fl__logo>h1 {
  margin: 0 !important;
}

.h-1__fl__logo>div {
  padding: 0 10px;
}

.h-2 {
  clear: both;
  background: #f1f1f1;
  padding-bottom: 2px;
}

.h-2>ul {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  padding: 5px 15px 3px;
  text-align: center;
  white-space: nowrap;
  overflow: overlay;
}

.h-2>ul>li {
  width: calc(100%/6);
}

.h-2 a {
  display: block;
  padding: 10px 0;
  color: #333;
  transition: .2s;
}

.h-2 a:hover {
  color: #008bc1;
}

.h-1__fl__cart {
  padding: 0 0 5px;
}

#navbar_cartbtn {
  padding: 12px 10px 7px;
  width: 80px;
  margin: 0;
  background: #fac600;
  border: 0;
  border-radius: 5px;
  transition: .2s;
}

#navbar_cartbtn:hover {
  background: #faac00;
}

#navbar_cartbtn>p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: bold;
}

#navbar_guidebtn {
  padding: 12px 10px 7px;
  width: 80px;
  margin: 0 0 0 5px;
  background: #f1f1f1;
  border: 0;
  border-radius: 5px;
  transition: .2s;
}

#navbar_guidebtn:hover {
  background: #ddd;
}

#navbar_guidebtn>p {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: bold;
}

.h-1__fl__search {
  width: calc(100% - 375px);
  padding: 0 15px 0 5px;
}

.h-1__fl__search__1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.headercate {
  position: relative;
  width: 100px;
  padding: 6px 20px 6px 6px;
  margin-right: 5px;
  border-radius: 3px;
  border: 0;
  background: #333;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.headercate::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 10px;
  top: 40%;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  transition: .2s;
}


.headercate:hover::before {
  transform: translateY(2px);
}

.kwsearch {
  width: calc(100% - 270px);
}


input.kwsearch__wrap__input {
  width: calc(100% - 90px);
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid #333;
  border-radius: 3px 0 0 3px;
  font-size: 17px;
}

.kwsearch__wrap__submit {
  padding: 6px 30px;
  font-size: 17px;
  background: #333;
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #fff;
  margin: -5px;
}

.kwsearch__wrap__submit:hover {
  background: #666;
}

.h-1__fl__search__2 {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.h-1__fl__search__2>p {
  width: 100px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.h-1__fl__search__2>ul {
  display: flex;
  white-space: nowrap;
  padding: 0 0 5px;
  overflow: overlay;
  margin: 0;
  width: calc(100% - 100px);
}

.h-1__fl__search__2>ul a {
  display: inline-block;
  padding: 0 15px;
  margin: 2px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: 0 0 5px #eee;
  color: #333;
  transition: .2s;
}

.h-1__fl__search__2>ul a:hover {
  color: #008bc1;
  border-color: #b9d6e2;
  box-shadow: 0 0 5px #fff;
}

.h-1__fl__search__2 ul::-webkit-scrollbar,
.h-2 ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.h-1__fl__search__2 ul::-webkit-scrollbar-track,
.h-2 ul::-webkit-scrollbar-track {
  background-color: transparent;
}

.h-1__fl__search__2 ul::-webkit-scrollbar-thumb,
.h-2 ul::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 4px;
}

/*info*/
#maintop {
  max-width: 1400px;
  padding: 0 15px;
  margin: auto;
}

.info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px auto 10px;
  padding: 10px 15px 3px;
  background: #ffeded;
  border-radius: 10px;
}

.info__list li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 1.5;
  color: #eb0000;
}

.info__list li a:hover {
  text-decoration: underline;
}

.info__list {
  display: flex;
  flex-wrap: wrap;
}

.info__list li:not(:last-of-type)::after {
  content: "/";
  padding: 0 5px;
  color: #333;
}

/*================ contents ================*/

#maincontents.contents.row>div {
  margin: 20px auto 50px;
}

#maincontents a img {
  margin: auto;
}

.contents section {
  margin: 0 0 50px;
}

.h2ttl {
  margin: 0 -10px 10px;
  padding: 0 10px 5px;
  border-bottom: 1px solid #ccc;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 20px;
}

.contents a img {
  transition: .2s;
}

.contents a:hover img {
  opacity: .7;
}

/*mainsld*/
.slick-prev,
.slick-next {
  z-index: 10;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: 5px;
}

.slick-next::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/sldicon_next.png) no-repeat;
  background-size: contain;
}

.slick-prev::before {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/sldicon_prev.png) no-repeat;
  background-size: contain;
}

#mainsld01 .slick-slide a {
  display: block;
  margin: 10px;
}

#mainsld01_thumb {
  overflow: hidden;
  width: 100%;
  margin-bottom: 0 !important;
}

#mainsld01_thumb .slick-list {
  margin: 0 -5px;
}

#mainsld01_thumb .slick-slide {
  padding: 5px;
  transition: .2s;
}

#mainsld01_thumb .slick-slide:hover {
  cursor: pointer;
  opacity: .7;
}

#mainsld01.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

#mainsld01 .slick-dots {
  bottom: -35px;
}

#mainsld01 .slick-dots li button:before {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  content: "";
}

/*recitem*/
.recitem_nm {
  padding: 5px 0 0;
  margin: 0;
  height: 4.5em;
  overflow: hidden;
  line-height: 1.4;
  font-size: 13px;
  color: #333;
  transition: .2s;
}

a:hover .recitem_nm,
a:hover .features__nm {
  color: #008bc1;
}

a:hover .features__txt {
  opacity: .7;
}

.features__nm {
  padding: 5px 0 0;
  margin: 0;
  overflow: hidden;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  transition: .2s;
}

.features__txt {
  padding: 3px 0 0;
  margin: 0;
  height: 4.5em;
  overflow: hidden;
  line-height: 1.4;
  font-size: 13px;
  color: #666;
  transition: .2s;
}

/*makerlogo*/
.makerlogo {
  padding: 0 5px;
}

/*vissel*/
#vissel {
  background: #1a0202;
}

#vissel>img {
  margin: auto;
}

/*================ footer ================*/
#shopguide {
  margin: 30px 0 0;
}

#shopguide .contents {
  padding: 0 15px;
}

.shopguide__ttl {
  background: #f1f1f1;
}

.shopguide__ttl>p {
  max-width: 1400px;
  padding: 15px 15px 10px;
  margin: auto;
  font-weight: bold;
  font-size: 18px;
}

.shopguide__link__btn {
  display: block;
  width: 100%;
  padding: 15px 5px;
  border: 0;
  border-radius: 5px;
  background: #fac600;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  transition: .2s;
}

.shopguide__link__btn:hover {
  background: #faac00;
  color: #333;
}

.shopguide__wrap dt {
  margin-bottom: 10px;
  font-size: 16px;
}

.shopguide__midashi {
  padding: 5px 0 0 37px;
  position: relative;
}

.shopguide__midashi::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 1px;
  left: 0;
}

.shopguide__midashi.payment {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_payment.png) no-repeat;
  background-size: contain;
}


.shopguide__midashi.time {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_time.png) no-repeat;
  background-size: contain;
}

.shopguide__midashi.stock {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_package.png) no-repeat;
  background-size: contain;
}

.shopguide__midashi.delivery {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_delivery.png) no-repeat;
  background-size: contain;
}

.shopguide__midashi.order {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_cart.png) no-repeat;
  background-size: contain;
}

.shopguide__midashi.receipt {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_receipt.png) no-repeat;
  background-size: contain;
}

.shopguide__midashi.package {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_package.png) no-repeat;
  background-size: contain;
}

.shopguide__wrap dl {
  margin: 0;
}

.shopguide__wrap dl>dt:not(:first-of-type) {
  margin-top: 30px;
}

.shopguide__wrap dd ul {
  padding-left: 1em;
  margin-bottom: 0;
}

.shopguide__wrap dd ul>li {
  position: relative;
  padding-bottom: 10px;
}

.shopguide__wrap dd ul>li:last-of-type {
  padding-bottom: 0;
}

.shopguide__wrap dd ul>li::before {
  position: absolute;
  content: "";
  width: .5em;
  height: .5em;
  border-radius: 50%;
  background: #ccc;
  left: -1em;
  top: 0.5em;
}

a.shopguide__txtlink {
  color: #17afeb;
  border-bottom: 1px solid;
  margin: 0 3px;
}

a.shopguide__txtlink:hover {
  color: #008bc1;
}

.notes {
  color: #666;
  font-size: 13px;
  padding: 4px 0 0;
}

.shopguide__wrap__corpname {
  margin: 20px 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.shopguide__wrap__tel,
.shopguide__wrap__mail {
  position: relative;
  margin: 20px 0 5px;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
}


.shopguide__wrap__tel::before,
.shopguide__wrap__mail::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 3px;
  left: 0;
}

.shopguide__wrap__tel::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_tel.png) no-repeat;
  background-size: contain;
}

.shopguide__wrap__mail::before {
  background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u44598158/pc/css/../topimg/icon_mail.png) no-repeat;
  background-size: contain;
}

.shopguide__wrap__privacy {
  display: flex;
  margin: 20px 0 0;
  align-items: center;
}

.shopguide__wrap__privacy>div:nth-of-type(2) {
  padding-left: 10px;
}

/* copyright */
.copyright {
  margin-top: 50px;
  padding: 25px 10px;
  text-align: center;
  background: #f1f1f1;
  font-size: 13px;
}

.copyright>p {
  margin: 15px 0;
}

/* side */

a.sisterstore {
  display: block;
  max-width: 330px;
  margin: 10px auto 30px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  text-align: center;
  border-radius: 45px;
  color: #222;
  transition: .2s;
}

a.sisterstore:hover {
  color: #008bc1;
  border-color: #b9d6e2;
  background: #fff;
}


.side_ctlist_main:not(.opened)+.side_ctlist_subwrap>.side_ctlist_subwrap-clbtn {
  opacity: 0;
}

.side_ctlist_main.opened+.side_ctlist_subwrap>.side_ctlist_subwrap-clbtn {
  opacity: 1;
}

.side_ctlist_main {
  display: flex;
  position: relative;
  padding: 5px 0px;
  margin: 0 0 10px;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  transition: .2s;
  cursor: pointer;
}

.side_ctlist_main>div:nth-of-type(2) {
  padding-left: 10px;
  color: #333;
  transition: .2s;
}

#side .side_ctlist_main>div:nth-of-type(2) {
  padding-right: 20px;
  font-size: 15px;
}

.side_ctlist_main:hover div:nth-of-type(2),
.side_ctlist_main.opened {
  color: #428bca;
}

.side_ctlist {
  list-style: none;
  padding: 0;
}

.side_ctlist>li {
  position: relative;
}

.side_ctlist_subwrap {
  position: absolute;
  top: -15px;
  left: 100%;
  width: 700px;
  z-index: 100;
  opacity: 0;
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 10px;
  display: none;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.side_ctlist>li:hover>.side_ctlist_subwrap,
.side_ctlist_main.opened+.side_ctlist_subwrap {
  opacity: 1;
  display: block;
  animation: fadeIn 0.2s ease-in 0s forwards;
}

.side_ctlist_subwrap::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #ddd;
  right: 100%;
  transform: rotate(45deg);
  top: 35px;
  left: -11px;
  z-index: -1;
}

.side_ctlist_subwrap::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  right: 100%;
  transform: rotate(45deg);
  top: 35px;
  left: -9px;
  z-index: 10;
}


.side_ctlist_subwrap a {
  display: block;
  padding: 5px;
  clear: both;
  line-height: 1.5;
  color: #999;
  white-space: normal;
  font-size: 15px;
}

.side_ctlist_subwrap a:hover {
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
}

.side_ctlist_subwrap_midashi {
  display: block;
  margin: 0;
  padding: 5px;
  color: #666;
  line-height: 1.5;
  font-weight: bold;
  font-size: 15px;
}

a.side_ctlist_subwrap_midashi {
  color: #666;
}

a.side_ctlist_subwrap_midashi::after {
  content: "全て見る＞";
  padding-left: 10px;
  font-size: 12px;
}

.side_ctlist_subwrap-clbtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: -10px;
  background: #333;
  padding: 3px 8px;
  border-radius: 50%;
  color: #fff;
  z-index: 100;
  border: none;
  transition: .3s;
  border: 2px solid #fff;
  font-size: 20px;
  line-height: 0;
}


.side_ctlist_subwrap-clbtn:hover {
  background: #999;
}

.side_ctlist_subwrap .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.side_ctlist_subwrap .row>div,
.main-wrap.row>div {
  padding: 0 !important;
}

.side_ctlist_subwrap>div:nth-of-type(n+2) {
  border-top: 1px solid #f1f1f1;
  margin: 10px 0 0 !important;
  padding: 10px 0 0;
}

/* pagetop */
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  font-size: 12px;
  transition: .2s;
  z-index: 999;
}

.pagetop:hover a {
  background: #666;
}

.pagetop {
  position: fixed;
  bottom: -50px;
  right: 5px;
  transition: .2s;
}

.pagetop.showlink {
  bottom: 5px;
}

.pagetop::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: calc(50% - 5px);
  top: 7px;
  border: 5px solid transparent;
  border-bottom: 5px solid #fff;
  transition: .2s;
}

.pagetop:hover::after {
  transform: translateY(-1px);
}

/*================ responsive ================*/
@media (max-width:976px) {

  #mainsld01 .slick-dots {
    display: none !important;
  }

  #mainsld01.slick-dotted.slick-slider {
    margin-bottom: 20px;
  }

  .row>* {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .h2ttl {
    margin: 0 -5px 10px;
    padding: 0 5px 5px;
  }

  .hide-sp {
    display: none;
  }

  .show-sp {
    display: unset;
  }

  #maincontents.contents.row>div {
    margin: 0px 0px 50px;
  }

  #maintop {
    padding: 120px 10px 10px;
  }

  /* header */
  .h-1 {
    padding: 10px 10px 0;
  }

  .h-1__fl__search__1 {
    justify-content: flex-start;
    margin-right: -2px;
  }

  .h-1__fl__search__2 {
    margin: 10px 0 5px;
  }

  .kwsearch {
    width: calc(100% - 105px);
  }

  input.kwsearch__wrap__input {
    width: calc(100% - 58px);
  }

  .h1__fl {
    flex-wrap: wrap;
  }

  .h-1__fl__search {
    order: 10;
    width: 100%;
    padding: 5px 0;
  }

  .kwsearch__wrap__submit {
    padding: 6px 15px;
  }

  .h-1__fl__logo {
    width: 200px;
  }

  #navbar_cartbtn img,
  #navbar_guidebtn img {
    width: 25px;
    height: auto;
  }

  #navbar_cartbtn>p,
  #navbar_guidebtn>p {
    font-size: 10px;
    margin: 0;
  }

  #navbar_cartbtn,
  #navbar_guidebtn {
    padding: 8px 5px 4px;
    width: 50px;
  }

  input.kwsearch__wrap__input {
    font-size: 14px;
  }

  .kwsearch__wrap__submit {
    font-size: 14px;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  #header .h-1 {
    border-bottom: 1px solid #ddd;
  }

  /* side */

  #side {
    padding: 15px 5px;
  }

  a.sisterstore {
    margin: 0 auto 50px;
  }

  .side_ctlist_subwrap ul {
    width: unset;
  }

  .side_ctlist_main {
    font-size: 15px;
  }

  button.side_ctlist_subwrap-clbtn {
    display: none;
  }

  #side .side_ctlist_main::after,
  #side .side_ctlist_main::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 15px;
    height: 1px;
    background: #666;
    transition: .2s;
  }

  .side_ctlist_main::before {
    transform: rotate(-90deg);
  }


  .side_ctlist_main:hover::after,
  .side_ctlist_main:hover::before {
    background: #428bca;
  }

  .side_ctlist_main.opened::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .side_ctlist_main.opened::before {
    transform: rotate(0);
  }

  .side_ctlist_subwrap {
    padding: 15px 5px;
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    transition: .2s;
    z-index: 100;
    opacity: 1;
  }

  .side_ctlist_subwrap a,
  .side_ctlist_subwrap_midashi {
    font-size: 14px;
  }

  .side_ctlist_subwrap::before {
    top: -10px;
    left: 30px;
  }

  .side_ctlist_subwrap::after {
    top: -9px;
    left: 30px;
  }

  .side_ctlist>li:hover>.side_ctlist_main:not(.opened)+.side_ctlist_subwrap {
    opacity: 0;
    display: none;
  }

}

@media (max-width:768px) {

  body,
  dl,
  dd {
    font-size: 13px;
  }

  .contents-colmun-6>* {
    width: calc(100% / 3);
  }

  .contents-colmun-4>*,
  .contents-colmun-3>* {
    width: calc(100% / 2);
  }

  .contents-colmun-2>* {
    width: 100%;
  }

  #mainsld01 .slick-slide a {
    margin: auto;
  }

  /* header */

  .h-2>ul>li {
    width: unset;
    padding: 0 20px;
  }

  /* info */

  .info {
    padding: 10px 10px 3px;
  }

  .info__list {
    display: block;
    margin: 5px;
  }

  .info__list li:not(:last-of-type)::after {
    display: none;
  }

  .info__list li a {
    padding: 0 0 5px 10px;
  }

  /*footer*/
  #shopguide {
    margin: 0px;
  }

  #shopguide .contents {
    padding: 0 5px;
  }

  .shopguide__wrap dl>dt:first-of-type {
    margin-top: 10px;
  }
}