html {
  font-size: 62.5%;
}
body {
  font-family: "Segoe UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  font-family: "Noto Sans JP", Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ", "MS Pgothic", "MS Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  margin: 0;
  background: #fff;
  color: #3c3c3c;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
:link {
  color: #3c3c3c;
}
:visited {
  color: #3c3c3c;
}
.sp {
  display: block;
}
header {
  background: #f2f2f2;
}
.header_container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
}
.header_logo {
  max-width: 160px;
  margin-left: 8px;
}
.top {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  pointer-events: none;
}
.top_img {
  filter: brightness(0.95);
}
.message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pr {
  position: absolute;
  width: 90%;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
  background-color: rgba(0, 0, 0, 0.4);
}
.pr h1 {
  padding: 5% 3.5%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 0;
}
.hero {
  text-align: center;
  margin: 40px 0;
}
.hero img {
  max-width: 300px;
}
.news {
  width: fit-content;
  margin: 0 auto;
  background: #1a1a1a;
  color: #fff;
  padding: 2px 8px;
  margin: 16px auto 8px;
  text-align: center;
}
.news_text {
  width: fit-content;
  margin: 0 auto;
  padding: 0 8px;
}
.lead {
  font-size: 1.8rem;
  margin-bottom: 24px;
  padding: 0 16px;
}
/*.btn-amazon {
display: inline-block;
background: #e60012;
color: #fff;
padding: 0.8rem 1.5rem;
border-radius: 4px;
text-decoration: none;
font-weight: bold;
transition: background 0.3s;
}
.btn-amazon:hover {
background: #cc0010;
}
.brand-story {
padding: 2rem 1rem;
max-width: 800px;
margin: 0 auto;
text-align: center;
color: #3c3c3c;
}*/
.search {
  text-align: center;
  background: #f2f2f2;
  background: #fff;
  position: sticky;
  top: 0;
  align-self: start;
  width: calc(100% - 32px);
  padding: 8px 16px;
  z-index: 3;
  margin-bottom: 24px;
  display: none;
}
.search_title {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: left;
}
.search-box {
  display: block;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 0 4px;
}
.search-box input[type="radio"] {
  display: none;
}
.search-box label.checkbox {
  width: calc((100% - 4px * 3) / 4 - 8px);
  width: calc((100% - 4px * 2) / 3 - 8px);
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
}
.search-box input[type="radio"]:checked + label.checkbox {
  color: #fff;
  background: #e60012;
  background: #1a1a1a;
}
/*件数表示*/
.product-count {
  float: left;
  margin-left: 16px;
  font-weight: bold;
}
.unit {
  font-size: 1.2rem;
  font-weight: lighter;
}
/* ソートボタン */
.sortButton {
  padding-right: 2px;
  cursor: pointer;
  transition: all 0.3s;
  background: #fff;
  margin: 0;
  font-weight: bold;
  width: max-content;
  float: right;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.pulldown {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 17px;
  height: 10px;
  margin-left: 8px;
}
.pulldown::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: rotate(45deg);
  left: 4px;
  top: -4px;
}
.pulldown.desc::after {
  transform: rotate(-135deg);
  top: 1px;
}
.products-wrapper {
  display: block;
  max-width: 1600px;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  padding: 0 0 96px 0;
}
.products {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 24px;
}
.products a {
  display: block;
  width: calc((100% - 8px * 1) / 2);
  background: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity .13s;
  padding-bottom: 24px;
}
.product img {
  max-width: 100%;
  border-bottom: 1px solid #f2f2f2;
  background: #ddd;
}
.product h3 {
  margin: 8px 0;
}
.product-card {
  margin-top: 8px;
  padding: 0 8px;
  font-size: 1.4rem;
}
.product-size {
  color: #707070;
}
.product-title {
  font-weight: 600;
}
.product-text {
  color: #707070;
}
.product-price {
  font-size: 2rem;
  font-weight: bold;
}
.price-tax {
  font-size: 1.1rem;
  margin-left: 5px;
}
.product-sale {
  background-color: #bfa15c;
  color: #fff;
  width: fit-content;
  padding: 1px 8px;
  margin-top: 4px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
.splide__arrow {
  background: none !important;
  height: 3em !important;
}
.splide__arrow svg {
  display: none;
}
.splide__arrow--next, .splide__arrow--prev {
  box-sizing: border-box;
  display: block;
  height: 43px;
  border: 2px solid transparent;
  border-radius: 100px;
  color: #fff;
}
.splide__arrow--next {
  right: 4px !important;
}
.splide__arrow--prev {
  left: 4px !important;
}
.splide__arrow--next::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  transform: rotate(-45deg);
  right: 6px;
  top: 4px;
  content: "";
}
.splide__arrow--prev::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  border-bottom: 4px solid;
  border-left: 4px solid;
  transform: rotate(45deg);
  left: 6px;
  top: 4px;
  content: "";
}
.front::after {
  content: "Front";
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
}
.back::after {
  content: "Back";
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
}
.front, .back, .side_share::after {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.hana::after {
  display: block;
  content: "";
  width: 12%;
  aspect-ratio: 1;
  position: absolute;
  left: 2%;
  bottom: 0;
  background-image: url("../images/hana.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.external {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 6px;
  box-shadow: #fff 0 0 0 1px, #fff 0 -1px 0 0;
  z-index: 2;
  margin-left: .8em;
  bottom: .24em;
}
.external::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 12px;
  height: 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  left: -4px;
  top: 2px;
}
.info-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto 8px;
}
.info {
  color: #707070;
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.4em;
  position: absolute;
  right: 0;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.info-circle {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #707070;
  border-radius: 40px;
  margin-right: .2em;
  background: #707070;
  position: absolute;
  left: 0;
}
.info-circle::after, .info-circle::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: #fff;
  left: 5px;
}
.info-circle::after {
  bottom: 1px;
  height: 6px;
}
.info-circle::before {
  height: 2px;
  top: 1px;
}
footer {
  background: #f2f2f2;
  text-align: center;
  padding: 0 0 128px;
}
.footer_inner {
  padding: 48px 0 0;
}
.logo {
  max-width: 190px;
  margin: 0 auto;
}
.logo a {
  display: block;
}
.share_sns {
  display: flex;
  padding: 24px 0;
  width: fit-content;
  margin: 0 auto;
}
.share {
  margin: 0 auto;
  display: flex;
  position: relative;
  gap: 16px;
  align-items: center;
}
.share_bsm {
  margin-right: 48px;
  /*インスタ公開まで一時的非表示
  display: none;*/
}
.share p {
  font-size: 1.4rem;
}
.share a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  width: 32px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  background-color: #fff;
  border-radius: 50%;
}
.share_yt {
  background-image: url("../images/share_yt.png");
}
.share_x {
  background-image: url("../images/share_x.png");
}
.share_in {
  background-image: url("../images/share_in.png");
}
.copyright {
  font-size: 1.2rem;
}
.side_share {
  position: fixed;
  right: 8px;
  bottom: 73px;
  width: 48px;
  height: 48px;
  transition-duration: 0.13s;
  /*background: #fff;
  border: 1px solid #999;
	border-radius: 50%;*/
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/share_in_color.png");
  background-repeat: no-repeat;
  background-size: 64%;
  background-size: contain;
  background-position: center;
}
.side_share::after {
  content: "BISMONS";
  display: block;
  position: absolute;
  top: -24px;
  right: -3px;
  font-size: 1.3rem;
  pointer-events: none;
}
.side_share.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.pagetop {
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: 48px;
  height: 48px;
  transition-duration: 0.13s;
  color: #1a1a1a;
  background: #fff;
  border: 1px solid #999;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
.pagetop::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(-135deg);
  width: 16px;
  height: 16px;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.pagetop.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (min-width:769px) {
  .top {
    /*padding:0 32px;*/
  }
  .message {
    left: 13%;
    width: 38.5625%;
  }
  .sp {
    display: none;
  }
  .news {
    font-size: 1.8rem;
  }
  .news_text {
    text-align: center;
  }
  .search {
    width: 240px;
    padding: 16px 8px;
    padding: 16px 0;
    text-align: left;
  }
  .search_title {
    margin-bottom: 16px;
    padding-left: 16px;
  }
  .search-box {
    width: 100%;
    flex-wrap: no-wrap;
    justify-content: center;
  }
  .search-box label.checkbox {
    display: inline-block;
    font-size: 1.6rem;
    padding: 4px 16px;
    width: 100%;
    border-radius: 0;
  }
  .search-box input[type="radio"]:checked + label.checkbox {}
  .products-wrapper {
    display: flex;
    gap: 32px;
    width: calc(100% - 64px);
    padding: 0 32px 160px;
    margin: 72px auto 0;
  }
  .products {
    width: calc(100% - 272px);
    margin-top: 56px;
    gap: 16px;
    width: 100%;
  }
  .products a {
    width: calc((100% - 16px * 2) / 3);
  }
  .products a {
    width: calc((100% - 16px * 3) / 4);
  }
  .product-card {
    padding: 0;
  }
  .product-count {
    float: left;
    font-weight: bold;
    position: absolute;
    left: 304px;
    top: 8px;
    margin-left: 0;
    left: 32px;
  }
  .sortButton {
    position: absolute;
    right: 32px;
    top: 8px;
    margin-right: 0;
  }
  .product-card p:not(:last-child) {
    margin-bottom: .2em;
  }
  .product-title {
    font-size: 1.6rem;
  }
  .product-sale {
    margin-top: 0;
  }
  .splide__track {
    transition: .13s opacity;
  }
  .splide__track:hover {
    opacity: .8;
  }
  .splide__arrow {
    opacity: 0 !important;
    transition: .13s opacity;
  }
  .products a:hover .splide__arrow {
    opacity: .7 !important;
  }
  .products a:hover .splide__arrow:hover:not(:disabled) {
    opacity: .9 !important;
  }
  .splide__arrow--next {
    right: 8px !important;
  }
  .splide__arrow--prev {
    left: 8px !important;
  }
  .splide__arrow--next::after {
    width: 30px;
    height: 30px;
    border-bottom: 8px solid;
    border-right: 8px solid;
  }
  .splide__arrow--prev::after {
    width: 30px;
    height: 30px;
    border-bottom: 8px solid;
    border-left: 8px solid;
  }
  .share_bsm {
    margin-right: 64px;
  }
  footer {
    margin: 0 auto;
    width: 100%;
    padding: 0 0 96px;
  }
}
@media screen and (max-width:375px) {
  .search-box label.checkbox {
    font-size: 4.266667vw;
  }
  @media screen and (max-width:374px) {
    .share_sns {
      display: block;
      width: fit-content;
      margin: 0 auto;
    }
    .share_pnr {}
    .share_bsm {
      margin: 0;
      margin-bottom: 16px;
    }
  }