html {
  scroll-behavior: smooth;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #F4F4F4;
  z-index: 99;
}
.loader {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 30px;
  border: 1px solid #ccc;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}
.tk {
  overflow-x: hidden;
  background-color: #F4F4F4;
  font-family: "din-2014", 'Noto Sans JP', "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
}
.tk img {
  -webkit-backface-visibility: hidden !important;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
}
.tk-main {
  width: 100%;
  line-height: 1;
}
.kv {
  position: relative;
  z-index: 2;
}
.kv,
.kv h1,
.kv h1 img {
  width: 100%;
}
.contentsArea {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 334px 0 0 0;
}
.contentsArea img {
  width: 100%;
}
.contentsArea .concept {
  position: relative;
  overflow: hidden;
  padding-bottom: 336px;
}
.contentsArea .concept .conceptTxt {
  position: relative;
  width: 53.2%;
  float: right;
}
.contentsArea .concept .conceptTxt p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.4em;
  letter-spacing: 1px;
}
.contentsArea .productWrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 200px;
}
.contentsArea .product1 {
  position: relative;
  width: 44.5%;
}
.contentsArea .product1 .product1Txtimg {
  position: relative;
  width: 100%;
}
.contentsArea .product1 .product1Txtimg .productImg {
  position: relative;
  width: 100%;
  border: solid 2px #707070;
  box-sizing: border-box;
  background-color: #ffffff;
}
.contentsArea .product1 .product1Txtimg .productImg img {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.contentsArea .product1 .product1Txtimg .productImg img.visible {
  opacity: 1;
}
.contentsArea .product1 .product1Txtimg .productTxt {
  position: absolute;
  width: 43.9%;
  left: 103.8%;
  top: 23.3%;
  padding: 0;
  display: block;
}
.contentsArea .product1 .product1Txtimg .productTxt h3 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 18px;
  letter-spacing: 0.4px;
}
.contentsArea .product1 .product1Txtimg .productTxt .price {
  font-size: 20px;
  letter-spacing: 0.6px;
  padding-bottom: 32px;
}
.contentsArea .product1 .product1Txtimg .productTxt .bt1 {
  width: 124px;
  height: 40px;
  position: relative;
}
.contentsArea .product1 .product1Txtimg .productTxt .bt1 a {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #343434;
  color: #ffffff;
  display: block;
  letter-spacing: 0;
}
.contentsArea .product1 .product1Txtimg .productTxt .bt1 a:hover {
  background-color: #ffffff;
  color: #343434;
}
.contentsArea ul.product2 {
  width: 53.8%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.contentsArea ul.product2 li {
  width: 31.4%;
  float: left;
  margin-right: 2.9%;
  margin-bottom: 0;
  border: solid 1px #707070;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-color: #ffffff;
}
.contentsArea ul.product2 li div {
  width: 100%;
  border: solid 2px #ffffff;
  box-sizing: border-box;
}
.contentsArea ul.product2 li.active div {
  border: solid 2px #000000;
}
.contentsArea ul.product2 li:last-child {
  margin-right: 0;
}
.contentsArea .pWrapR .product1 {
  left: 55.5%;
}
.contentsArea .pWrapR .product1 .product1Txtimg .productTxt {
  left: -48%;
  text-align: right;
}
.contentsArea .pWrapR .product1 .product1Txtimg .productTxt .bt1 {
  display: inline-block;
}
.contentsArea .pWrapR ul.product2 {
  bottom: 0;
  left: 0;
}
.contentsArea .productTxt2 {
  display: none;
}
.brandinfo {
  width: 93.3%;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0 300px 0;
}
.brandinfo h2 {
  font-size: 16px;
  text-align: center;
  opacity: 0.5;
  padding-bottom: 85px;
}
.brandinfo .logotk {
  width: 18%;
  float: left;
}
.brandinfo .brandtxt {
  width: 62%;
  float: left;
  margin-left: 9.2%;
  font-size: 14px;
  line-height: 1.7em;
  padding-top: 12px;
}
.tk-footer{
  padding: 200px 0 60px 0;
  text-align: center;
  background-color: #343434;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.tk-footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.tk-footer a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.tk-footer img {
  width: 100%;
}
.tk-footer .logotbh {
  width: 196px;
  margin: 0 auto;
  padding-bottom: 34px;
}
.tk-footer .tbhlink {
  text-align: center;
  font-size: 14px;
  padding-bottom: 164px;
}
.tk-footer .tbhlink a {
  text-decoration: underline;
}
.tk-footer .footSns {
  width: 40px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.tk-footer .flogo {
  width: 208px;
  margin: 0 auto;
}
.tk-footer .copy {
  font-size: 10px;
  font-weight: 500;
  padding: 17px 0 0 0;
}
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contentsArea {
    width: 90%;
    padding: 300px 0 0 0;
  }
  .contentsArea .concept {
    padding-bottom: 300px;
  }
  .contentsArea .concept .conceptTxt {
    width: 66%;
    float: none;
    margin: 0 auto;
  }
  .contentsArea .concept .conceptTxt p {
    font-size: 14px;
  }
  .contentsArea .productWrap {
    margin-bottom: 160px;
  }
  .contentsArea .product1 {
    width: 100%;
  }
  .contentsArea .product1 .product1Txtimg {
    position: relative;
    width: 100%;
  }
  .contentsArea .product1 .product1Txtimg .productTxt {
    display: none;
  }
  .contentsArea ul.product2 {
    width: 100%;
    position: relative;
    margin: 20px 0 0 0;
  }
  .contentsArea .pWrapR .product1 {
    left: 0;
  }
  .contentsArea .productTxt2 {
    width: 100%;
    padding: 24px 0 0 0;
    overflow: hidden;
    display: block;
  }
  .contentsArea .productTxt2 .txt {
    width: 60%;
    float: left;
  }
  .contentsArea .productTxt2 h3 {
    font-size: 28px;
    padding-bottom: 16px;
    letter-spacing: 0.4px;
    font-weight: 600;
  }
  .contentsArea .productTxt2 .price {
    font-size: 15px;
  }
  .contentsArea .productTxt2 .bt1 {
    width: 35.8%;
    height: 32px;
    float: right;
    margin-top: 10px;
  }
  .contentsArea .productTxt2 .bt1 a {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    background-color: #343434;
    color: #ffffff;
    display: block;
  }
  .brandinfo {
    width: 100%;
    padding: 100px 0 300px 0;
  }
  .brandinfo .logotk {
    width: 45.4%;
    float: none;
    margin: 0 auto 90px auto;
  }
  .brandinfo .brandtxt {
    width: 100%;
    float: none;
    margin-left: 0;
    font-size: 14px;
    line-height: 1.8em;
    padding-top: 0;
  }
  .tk-footer{
    padding: 85px 0 130px 0;
  }
  .tk-footer .logotbh {
    width: 52%;
  }
  .tk-footer .tbhlink {
    padding-bottom: 80px;
  }
  .tk-footer .footSns {
    width: 10.7%;
  }
  .tk-footer .flogo {
    width: 55.5%;
  }
}
/* Page Adjust */
.l-free-wrapper div:has(#js-unt-getAjaxHeader),
.l-free-wrapper div:has(#js-unt-getAjaxFooter),
.u-pc-only,
.u-sp-only {
  display: none !important;
}
.l-free-main>.forcms_block:not(.p-lensComSearchStore):last-of-type {
  padding-bottom: 0;
}