@media screen and (min-width: 1024px) {
  .visible-md, .visible-sm {
    display: none
  }
  .visible-lg {
    display: inherit
  }
}
@media screen and (min-width: 750px)and (max-width: 1023px) {
  .visible-lg, .visible-sm {
    display: none
  }
  .visible-md {
    display: inherit
  }
}
@media screen and (max-width: 749px) {
  .visible-lg, .visible-md {
    display: none
  }
  .visible-sm {
    display: inherit
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0)
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5
}
@media screen and (min-width: 750px) {
  html {
    font-size: 10px
  }
}
@media screen and (max-width: 749px) {
  html {
    font-size: 2.66666vw
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  font-family: "Noto Serif JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ ProN W3", sans-serif;
  color: #333
}
main {
  display: block
}
li {
  list-style-type: none
}
a {
  text-decoration: none;
  color: inherit
}
@media screen and (min-width: 750px) {
  a {
    -webkit-transition: all .3s;
    transition: all .3s
  }
  a::before, a::after {
    -webkit-transition: all .3s;
    transition: all .3s
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}
svg {
  width: 100%;
  height: auto
}
sup {
  font-size: .5em;
  vertical-align: super
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}
address {
  font-style: normal
}
html, body {
  overflow-x: hidden
}
@media screen and (min-width: 750px) {
  .l-inner-lg {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
  }
}
@media screen and (max-width: 749px) {
  .l-inner-lg {
    padding: 0 1.5rem
  }
}
@media screen and (min-width: 750px) {
  .l-inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto
  }
}
@media screen and (max-width: 749px) {
  .l-inner {
    padding: 0 1.5rem
  }
}
@media screen and (min-width: 750px) {
  .l-inner-ex {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto
  }
}
@media screen and (min-width: 750px) {
  .l-inner-sm {
    width: 90%;
    max-width: 920px;
    margin: 0 auto
  }
}
@media screen and (max-width: 749px) {
  .l-inner-sm {
    padding: 0 1.5rem
  }
}
.footer {
  background: #4c4c4e;
  color: #fff
}
@media screen and (min-width: 750px) {
  .footer {
    padding: 8rem 0
  }
}
@media screen and (max-width: 749px) {
  .footer {
    padding: 4rem 0
  }
}
.footerSns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media screen and (min-width: 750px) {
  .footerSns__list {
    gap: 4rem
  }
}
@media screen and (max-width: 749px) {
  .footerSns__list {
    gap: 2rem
  }
}
.footerSns__img {
  width: 1.8rem
}
.footerLogo {
  text-align: center
}
@media screen and (min-width: 750px) {
  .footerLogo {
    margin: 4rem 0
  }
}
@media screen and (max-width: 749px) {
  .footerLogo {
    margin: 2.5rem 0
  }
}
.footerSns__link:hover, .footerLogo__link:hover {
  opacity: .7
}
.footerLogo__img {
  width: 18rem
}
.footerCopyright {
  text-align: center;
  font-size: 1.2rem
}
.productHardness {
  border: 1px solid #333;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: .8rem
}
@media screen and (min-width: 1024px) {
  .productHardness {
    font-size: 1.4rem;
    padding: 0 1.7rem
  }
}
@media screen and (min-width: 750px)and (max-width: 1023px) {
  .productHardness {
    font-size: 1.2rem;
    padding: 0 1.3rem
  }
}
@media screen and (min-width: 750px) {
  .productHardness {
    height: 4rem
  }
}
@media screen and (max-width: 749px) {
  .productHardness {
    height: 3rem;
    font-size: 1.2rem;
    padding: 0 1.5rem
  }
}
.productHardness::before {
  content: "かため"
}
.productHardness::after {
  content: "やわらかめ"
}
.productHardness span {
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #333;
  position: relative
}
.productHardness span[data-level="0"]::after {
  left: calc(0 * 12.5% - 0.45rem)
}
.productHardness span[data-level="1"]::after {
  left: calc(1 * 12.5% - 0.45rem)
}
.productHardness span[data-level="2"]::after {
  left: calc(2 * 12.5% - 0.45rem)
}
.productHardness span[data-level="3"]::after {
  left: calc(3 * 12.5% - 0.45rem)
}
.productHardness span[data-level="4"]::after {
  left: calc(4 * 12.5% - 0.45rem)
}
.productHardness span[data-level="5"]::after {
  left: calc(5 * 12.5% - 0.45rem)
}
.productHardness span[data-level="6"]::after {
  left: calc(6 * 12.5% - 0.45rem)
}
.productHardness span[data-level="7"]::after {
  left: calc(7 * 12.5% - 0.45rem)
}
.productHardness span[data-level="8"]::after {
  right: 0
}
.productHardness span::after {
  content: "";
  display: block;
  width: .9rem;
  height: .9rem;
  border: 1px solid #333;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.l-main {
  background: #f5f5f5
}

.head_logo {
  padding: 2.5rem 0 0 1.5rem;
}
.head_logo img {
  width: 23%;
}
@media screen and (min-width: 450px) {
  .head_logo img {
    width: 17%;
  }
}
@media screen and (min-width: 550px) {
  .head_logo img {
    width: 17%;
  }
}
@media screen and (min-width: 650px) {
  .head_logo img {
    width: 15%;
  }
}
@media screen and (min-width: 750px) {
  .head_logo {
    width: 90%;
    padding:5rem 0 0 0;
    max-width: 1100px;
    margin: 0 auto;
  }
  .head_logo img {
    width: 15%;
    max-width: 100%;
  }
}
@media screen and (min-width: 850px) {
  .head_logo img {
    width: 13%;
  }
}
@media screen and (min-width: 950px) {
  .head_logo img {
    width: 13%;
  }
}
@media screen and (min-width: 1050px) {
  .head_logo img {
    width: 12%;
  }
}
@media screen and (min-width: 1150px) {
  .head_logo img {
    width: 11%;
  }
}
.kv {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative
}
@media screen and (min-width: 750px) {
  .kv {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 749px) {
  .kv {
    padding-top: 3rem;
  }
}
.kv__inner {
  position: relative;
  z-index: 1
}
@media screen and (min-width: 750px) {
  .kv__head {
    margin-bottom: 4rem
  }
}
@media screen and (max-width: 749px) {
  .kv__head {
    margin-bottom: 3rem
  }
}
@media screen and (max-width: 749px) {
  .kv__en__img {
    height: 2.2rem;
  }
}
@media screen and (min-width: 750px) {
  .kv__jp {
    font-size: 2rem;
    margin-top: 1.5rem
  }
}
@media screen and (max-width: 749px) {
  .kv__jp {
    font-size: 1.6rem;
    margin-top: 1rem;
    font-weight: 500;
  }
}
.kv__jp::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: .2rem;
  background: #333
}
@media screen and (min-width: 750px) {
  .kv__jp::after {
    margin-top: 2rem
  }
}
@media screen and (max-width: 749px) {
  .kv__jp::after {
    margin-top: 1rem
  }
}
@media screen and (min-width: 750px) {
  .kv__hardness {
    max-width: 32rem
  }
}
@media screen and (max-width: 749px) {
  .kv__hardness {
    margin-bottom: 3rem
  }
}
@media screen and (min-width: 1024px) {
    .kvSpec {
      margin-bottom: 6rem;
    }
}
@media screen and (max-width: 1023px) {
    .kvSpec {
      margin-bottom: 3rem;
    }
}
@media screen and (min-width: 1024px) {
  .kvSpec {
    margin-top: 17rem
  }
}
@media screen and (max-width: 1023px) {
  .kvSpec {
    margin-top: 4rem
  }
}
@media screen and (max-width: 749px) {
  .kvSpec__en__img {
    height: 1.6rem
  }
}
@media screen and (min-width: 750px) {
  .kvSpec__jp {
    font-size: 1.8rem;
    margin-top: 1.5rem
  }
}
@media screen and (max-width: 749px) {
  .kvSpec__jp {
    font-size: 1.4rem;
    margin-top: 1rem
  }
}
.kvSpec__jp::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: .1rem;
  background: #333
}
@media screen and (min-width: 750px) {
  .kvSpec__jp::after {
    margin-top: 2rem
  }
}
@media screen and (max-width: 749px) {
  .kvSpec__jp::after {
    margin-top: 1rem
  }
}
.kvTags {
  max-width: 70rem;
  display: grid
}
@media screen and (min-width: 750px) {
  .kvTags {
    gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.4rem
  }
}
@media screen and (max-width: 749px) {
  .kvTags {
    gap: .5rem;
    grid-template-columns: repeat(2, 1fr);
    font-size: 1.2rem
  }
}
.kvTag {
  text-align: center;
  background: #777;
  color: #fff
}
@media screen and (min-width: 750px) {
  .kvTag {
    padding: .5rem
  }
}
@media screen and (max-width: 749px) {
  .kvTag {
    padding: .6rem .5rem
  }
}
@media screen and (min-width: 1200px) {
  .kvBg {
    left: 40rem
  }
}
@media screen and (min-width: 750px)and (max-width: 1199px) {
  .kvBg {
    left: 40rem
  }
}
@media screen and (min-width: 1024px) {
  .kvBg {
    position: absolute;
    right: 0;
    top: 0;
    max-height: 100%
  }
}
.kvBg__img {
  max-width: none
}
@media screen and (max-width: 1023px) {
  .kvBg__img {
    width: 150vw
  }
}
@media screen and (min-width: 750px) {
  .product__sec {
    padding: 14rem 0
  }
}
@media screen and (max-width: 749px) {
  .product__sec {
    padding: 6rem 0
  }
}
@media screen and (min-width: 750px) {
  .product__block + .product__block {
    padding-top: 14rem
  }
}
@media screen and (max-width: 749px) {
  .product__block + .product__block {
    padding-top: 4rem
  }
}
.detailHead.-center {
  text-align: center
}
@media screen and (min-width: 750px) {
  .detailHead {
    margin-bottom: 5.5rem
  }
}
@media screen and (max-width: 749px) {
  .detailHead {
    margin-bottom: 2.5rem
  }
}
.detailHead__title {
  position: relative;
  padding-bottom: 1.5rem;
  font-weight: 500
}
@media screen and (min-width: 750px) {
  .detailHead__title {
    font-size: 1.8rem
  }
}
.detailHead__title::before {
  content: "";
  width: 2.6rem;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0
}
.-center .detailHead__title::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.detailHead__title__en {
  margin-bottom: 1.5rem
}
@media screen and (max-width: 749px) {
  .detailHead__title__en img {
    height: 1.7rem
  }
}
.detailTable__wrapper {
  overflow: auto;
  padding-bottom: 1.5rem
}
.simplebar-track.simplebar-horizontal {
  background: #ccc;
  border-radius: 5rem
}
.simplebar-scrollbar {
  background: #333;
  border-radius: 5rem
}
.simplebar-visible:before {
  content: none
}
.detailTable {
  background: #fff
}
@media screen and (max-width: 749px) {
  .detailTable {
    width: 70rem
  }
}
.detailTable tr:first-child td {
  background: #ddd
}
.detailTable tr th, .detailTable tr td {
  padding: 1rem;
  border: 1px solid;
  text-align: center
}
@media screen and (min-width: 750px) {
  .detailTable tr th, .detailTable tr td {
    font-size: 1.8rem
  }
}
@media screen and (max-width: 749px) {
  .detailTable tr th, .detailTable tr td {
    font-size: 1.2rem
  }
}
.detailTable tr th {
  background: #ddd
}
.detailTable tr td:first-child {
  background: #ddd
}
@media screen and (min-width: 1200px) {
  .detail {
    gap: 8rem
  }
}
@media screen and (min-width: 750px)and (max-width: 1199px) {
  .detail {
    gap: 4rem
  }
}
@media screen and (min-width: 750px) {
  .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .detail:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
}
@media screen and (min-width: 750px) {
  .detail + .detail {
    margin-top: 10rem
  }
}
@media screen and (max-width: 749px) {
  .detail + .detail {
    margin-top: 4rem
  }
}
.detailThumb {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media screen and (min-width: 1200px) {
  .detailThumb {
    width: 55rem
  }
}
@media screen and (min-width: 750px)and (max-width: 1199px) {
  .detailThumb {
    width: 44rem
  }
}
@media screen and (max-width: 1023px) {
  .detailThumb {
    display: none
  }
}
.detailThumb__sp {
  margin-bottom: 1rem;
  text-align: center
}
@media screen and (min-width: 1024px) {
  .detailThumb__sp {
    display: none
  }
}
.detail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.detailTitle__en {
  position: relative
}
.detailTitle__en::after {
  display: block;
  content: "";
  width: 2.6rem;
  height: 1px;
  background: #333
}
@media screen and (min-width: 750px) {
  .detailTitle__en::after {
    margin-top: 2.5rem
  }
}
@media screen and (max-width: 749px) {
  .detailTitle__en::after {
    margin-top: 1.5rem
  }
}
@media screen and (max-width: 749px) {
  .detailTitle__en img {
    height: 1.2rem
  }
}
.detailTitle__jp {
  margin-top: 1.5rem
}
@media screen and (min-width: 750px) {
  .detailTitle__jp {
    font-size: 2.7rem
  }
}
@media screen and (min-width: 750px)and (max-width: 1023px) {
  .detailTitle__jp {
    margin-bottom: 3rem
  }
}
@media screen and (max-width: 749px) {
  .detailTitle__jp {
    font-size: 1.6rem;
    margin-bottom: 1.5rem
  }
}
.detail__lead {
  line-height: 1.8
}
@media screen and (min-width: 750px) {
  .detail__lead {
    font-size: 1.6rem;
    margin-top: 2rem
  }
}
@media screen and (max-width: 749px) {
  .detail__lead {
    font-size: 1.4rem
  }
}
.detail__lead + .small {
  margin-top: 1rem
}
.small {
  font-size: 1.2rem
}
.product__bnr {
  display: block;
  max-width: 80rem;
  margin: 0 auto
}
.product__bnr:hover {
  opacity: .8
}
.fixedBnr {
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9
}
@media screen and (min-width: 750px) {
  .fixedBnr {
    width: 16rem;
    height: 16rem
  }
}
@media screen and (max-width: 749px) {
  .fixedBnr {
    width: 7rem;
    height: 7rem;
    bottom:12px;
  }
}
.fixedBnr.hidden {
  opacity: 0;
  visibility: visible
}
.fixedBnr:hover {
  opacity: .9
}
.fixedBnr__img {
  width: 100%
}