@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://use.typekit.net/zla6llb.css');

html { 
  scroll-behavior: smooth;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1;
  background: #ffffff;
  z-index: 99;
}
.loader{
  position: absolute;
  display: inline-block;
  top:50%;
  left:49%;
  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;
}
@-webkit-keyframes spin
{
  0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
  50%  { -webkit-transform: rotate(180deg); opacity: 1; }
  100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}
@-moz-keyframes spin
{
  0% { -moz-transform: rotate(0deg); opacity: 0.4; }
  50%  { -moz-transform: rotate(180deg); opacity: 1; }
  100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}


.tbh{
  overflow-x: hidden;
  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;
}

.tbh img{
  -webkit-backface-visibility: hidden !important;
}
.pc{
  display: block;
}
.sp{
  display: none;
}

.clear{
  clear: both;
  height: 0;
  font-size: 0;
}

.l-main{
  width: 100%;
  line-height: 1;
}

.kv{
  position: relative;
  z-index: 2;
}

.kv,
.kv img,
.kv h1,
.kv h1 img{
  width: 100%;
}

.contentsArea{
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 140px 0 80px 0;
}
.contentsArea img{
  width: 100%;
}
.contentsArea .concept{
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}
.contentsArea .concept p{
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8em;
}
.contentsArea h2.ttl1{
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 0 70px 0;
}
.contentsArea ul.productWrap{
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.contentsArea ul.productWrap li{
  width: 21.7%;
  float: left;
  margin: 0 4.4% 80px 0;
}
.contentsArea ul.productWrap li:nth-child(4n){
  margin: 0 0 80px 0;
}
.contentsArea ul.productWrap li a{
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contentsArea ul.productWrap li .num{
  width: 50%;
  float: left;
  padding: 14px 0 0 0;
}
.contentsArea ul.productWrap li .price{
  width: 50%;
  float: right;
  text-align: right;
  padding: 14px 0 0 0;
}
.contentsArea ul.productWrap li a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.tbhsg img{
  width: 100%;
}
.tbhsg h2.ttl1{
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  padding: 168px 0 60px 0;
}
.tbhsg ul.productWrap{
  max-width: 886px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 80px 0;
}
.tbhsg ul.productWrap li{
  width: 29.4%;
  float: left;
  margin: 0 5.9% 80px 0;
}
.tbhsg ul.productWrap li:nth-child(3n){
  margin: 0 0 80px 0;
}
.tbhsg ul.productWrap li a{
  display: block;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tbhsg ul.productWrap li .num{
  width: 65%;
  float: left;
  padding: 14px 0 0 0;
}
.tbhsg ul.productWrap li .price{
  width: 35%;
  float: right;
  text-align: right;
  padding: 14px 0 0 0;
}
.tbhsg ul.productWrap li a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

.kingstar{
  text-align: center;
  padding: 160px 0;
}
.kingstar img{
  width: 100%;
}
.kingstar .kingstarLogo{
  width: 272px;
  margin: 0 auto;
}
.kingstar .kingstarTxt{
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #000000;
  line-height: 2.0em;
  padding: 44px 0 28px 0;
}
.kingstar .kingstarLink{
  color: #000000;
  font-size: 14px;
  text-align: center;
}
.kingstar .kingstarLink a{
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.kingstar .kingstarLink a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


footer{
  padding: 0 0 40px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
footer img{
  width: 100%;
}
footer a{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer a:hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
footer img{
  width: 100%;
}
footer .footSns{
  width: 40px;
  margin: 0 auto;
  padding-bottom: 80px;
}
footer .flogo{
  width: 208px;
  margin: 0 auto;
}
footer .copy{
  font-size: 10px;
  font-weight: 500;
  padding: 17px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .contentsArea ul.productWrap{
    max-width: 886px;
  }
  .contentsArea ul.productWrap li{
    width: 29.4%;
    margin: 0 5.9% 80px 0;
  }
  .contentsArea ul.productWrap li:nth-child(4n){
    margin: 0 5.9% 80px 0;
  }
  .contentsArea ul.productWrap li:nth-child(3n){
    margin: 0 0 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .loader{
    left:46%;
  }

  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  .contentsArea{
    padding: 110px 0 25px 0;
  }
  .contentsArea .concept{
    padding-bottom: 110px;
  }
  .contentsArea .concept p{
    font-size: 15px;
    line-height: 1.9em;
  }
  .contentsArea h2.ttl1{
    font-weight: bold;
    padding: 0 0 50px 0;
  }
  .contentsArea ul.productWrap{
    width: 80%;
  }
  .contentsArea ul.productWrap li{
    width: 47.1%;
    float: left;
    margin: 0 5.8% 55px 0;
  }
  .contentsArea ul.productWrap li:nth-child(3n){
    margin: 0 5.8% 55px 0;
  }
  .contentsArea ul.productWrap li:nth-child(2n){
    margin: 0 0 55px 0;
  }
  .contentsArea ul.productWrap li a{
    font-size: 11px;
  }
  .contentsArea ul.productWrap li .num,
  .contentsArea ul.productWrap li .price{
    padding: 9px 0 0 0;
    line-height: 1.2em;
  }
  .contentsArea ul.productWrap li a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }

  .tbhsg h2.ttl1{
    font-weight: bold;
    padding: 128px 0 70px 0;
  }
  .tbhsg ul.productWrap{
    width: 80%;
    padding: 0 0 25px 0;
  }
  .tbhsg ul.productWrap li{
    width: 47.1%;
    float: left;
    margin: 0 5.8% 55px 0;
  }
  .tbhsg ul.productWrap li:nth-child(3n){
    margin: 0 5.8% 55px 0;
  }
  .tbhsg ul.productWrap li:nth-child(2n){
    margin: 0 0 55px 0;
  }
  .tbhsg ul.productWrap li a{
    font-size: 11px;
  }
  .tbhsg ul.productWrap li .num{
    padding: 9px 0 0 0;
    line-height: 1.2em;
  }
  .tbhsg ul.productWrap li .price{
    padding: 9px 0 0 0;
    line-height: 1.2em;
  }
  .tbhsg ul.productWrap li a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }


  .kingstar{
    width: 80%;
    margin: 0 auto;
    padding: 120px 0 84px 0;
  }
  .kingstar .kingstarLogo{
    width: 68.3%;
  }
  .kingstar .kingstarTxt{
    text-align: left;
    padding: 24px 0 30px 0;
    text-align: justify;
  }
  .kingstar .kingstarLink{
    text-align: left;
  }
  .kingstar .kingstarLink a:hover{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }


  footer{
    margin: 0 auto;
    padding: 0 0 50px 0;
  }
  footer .footSns{
    width: 11.5%;
  }
  footer .flogo{
    width: 58.2%;
  }

}