@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/**scss共通***/
/*
img{width: 100%;}
*/
.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/**scss共通ここまで***/
/***************************************/
/*バッティング初期化***/
body {
  font-size: 14px;
  font-family: 'Noto Sans Japanese', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: left;
  line-height: 2;
}

.container.adjust {
  padding-bottom: 80px;
}

header .subN2_waku li .more {
  background-color: transparent !important;
}

header .subN1_waku li .more {
  background-color: transparent !important;
}

#pagetop {
  margin-bottom: 0;
}

/**********共通パンくず************/
#panList {
  font-size: 14px;
  font-family: 'Noto Sans Japanese', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: left;
  line-height: 2;
}

/***********共通タイトル**********/
.products_nav .subtitlef {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0em;
  width: 100%;
  display: block;
  color: black;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 800px) {
  .products_nav .subtitlef {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 30px;
  }
}

#list-products-title.subtitlef {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0em;
  width: 100%;
  display: block;
  color: black;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 800px) {
  #list-products-title.subtitlef {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 30px;
  }
}

/***************************************/
.block-products__list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.block-products__list p {
  width: 48% !important;
  margin: 0 1% 15px 1%;
}

@media screen and (max-width: 800px) {
  .block-products__list p {
    margin: 0 0% 5px 0%;
    width: 100% !important;
  }
}

.block-products__list p a {
  display: inline-block;
  width: 100%;
  padding: 15px 25px 15px 15px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

@media screen and (max-width: 800px) {
  .block-products__list p a {
    font-size: 14px;
  }
}

.block-products__list p a:hover {
  background-color: #d9d9d9;
  color: #000;
  border: 1px solid #000;
}

.block-products__list p a::after {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/***********************/
#return-button {
  width: 360px;
  margin: 100px auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 800px) {
  #return-button {
    width: 80%;
  }
}

#return-button a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0 12px 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  border: 1px solid #000;
}

#return-button a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

#return-button a:hover {
  background-color: #fff;
  color: #000;
}

/****************************************************************************/
/**********商品一覧 list.html***************/
#icon-wrap {
  width: auto;
}

.product-card__badges-list {
  padding-left: 15px;
}

.main_products {
  padding-bottom: 80px;
}

.product-card__image img {
  width: auto;
}

/****************************************************************************/
/**********商品詳細 item.html***************/
#zoom-oneimg {
  display: none;
}

#section-target .icon {
  opacity: 0;
}

#section-target {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 80px auto;
}

.product__all__contena {
  width: 100%;
}

/***************************/
#slide-prodetail {
  width: 90%;
  width: 650px !important;
  height: 700px !important;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #slide-prodetail {
    width: 90vw !important;
    height: 97.5vw !important;
  }
}

#slide-prodetail .block-slideshow__slide {
  width: 650px !important;
  height: 650px !important;
}

@media screen and (max-width: 800px) {
  #slide-prodetail .block-slideshow__slide {
    width: 90vw !important;
    height: 90vw !important;
  }
}

#slide-prodetail .slideshow__slide-movie {
  max-width: 650px !important;
  max-height: 551px !important;
}

@media screen and (max-width: 800px) {
  #slide-prodetail .slideshow__slide-movie {
    width: 90vw !important;
    height: 77vw !important;
  }
}

.owl-carousel {
  display: block !important;
}

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;
}

.slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
}

.slick-dots {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.slick-dots {
  bottom: 0px;
  position: absolute;
  /* background: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-radius: 9px;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .slick-dots {
    bottom: 0vw !important;
  }
}

.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #e0e0e0;
  margin-left: 8px;
}

.slick-dots li.slick-active {
  background: #000;
  background: #666;
}

@media screen and (max-width: 800px) {
  .slide-wrap {
    height: auto !important;
  }
}

#list-special p a {
  position: relative;
  padding-left: 79px;
  display: inline-block;
}

#list-special p a::before {
  width: 64px;
  height: 100%;
  position: absolute;
  border-right: 1px solid #000;
  content: "";
  top: 0;
  left: 0;
}

#list-special p:nth-child(1) a::before {
  background: url(img/list_01.jpg) center/cover;
}

#list-special p:nth-child(2) a::before {
  background: url(img/list_02.jpg) center/cover;
}

#list-special p:nth-child(3) a::before {
  background: url(img/list_03.jpg) center/cover;
}

#list-special p:nth-child(4) a::before {
  background: url(img/list_04.jpg) center/cover;
}

#list-special p:nth-child(5) a::before {
  background: url(img/list_05.jpg) center/cover;
}

#list-special p:nth-child(6) a::before {
  background: url(img/list_06.jpg) center/cover;
}

#list-special p:nth-child(7) a::before {
  background: url(img/list_07.jpg) center/cover;
}

#list-special p:nth-child(8) a::before {
  background: url(img/list_08.jpg) center/cover;
}

#list-special p:nth-child(9) a::before {
  background: url(img/list_09.jpg) center/cover;
}

#list-special p:nth-child(10) a::before {
  background: url(img/list_10.jpg) center/cover;
}

#list-special p:nth-child(11) a::before {
  background: url(img/list_11.jpg) center/cover;
}

#list-special p:nth-child(12) a::before {
  background: url(img/list_12.jpg) center/cover;
}
