@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*******************************
*博多一幸舎様
*20180120@ito
*
*******************************/

@font-face {
    font-family: 'haksy';
    src: url("../font/HakusyuKaisyoExtraBold_kk.eot");
  	src: url("../font/HakusyuKaisyoExtraBold_kk.eot?") format('embedded-opentype'),
  	url("../font/HakusyuKaisyoExtraBold_kk.ttf") format('opentype');
  	font-style: normal;
  	font-weight: normal;
}


html,body,main{
  width:100%;
  margin:0 auto;
  top:0;
  left:0;
  color:#1e1e1e;
  font-family: 'kozuka', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}


body{
color:#3c3950;
font-size: 15px;
cursor: default!important;
height:100%;

}
main {
overflow: hidden;
position: relative;
height:100%;
}

main h2{
 margin:0;
 font-weight: 600;
}

main ul{
  list-style: none;
}
main a{
  text-decoration:none;
}
main a img{
  border:none;
}

ul.sns{
  display: inline-flex;
  margin-top: 0;
}
ul.sns li{
margin-right: 40px;
}

ul.sns li:last-child{
margin-right: 0;
}
ul li a:hover{
  opacity: 0.4;
}
h1,h2,h3{
  margin: 0;
}

p {
  font-size: 1.0em;
  font-weight: 100;
}

/***************************************************
ボタン部分
****************************************************/

a.btn_m{
  display: block;
  width:180px;
  height:50px;
  position: relative;
  z-index: 2;
  border: #1e1e1e solid 1px;
  color: #1e1e1e;
  font-weight: 100;
  z-index: 10;
  -ms-font-feature-settings: "normal";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
    font-family: 'kozuka_Regular';
}

a.btn_sn{
  display: block;
  width:180px;
  height:50px;
  position: relative;
  z-index: 2;
  border: #fff solid 1px;
  color: #fff;
  font-weight: 100;
  z-index: 10;
  -ms-font-feature-settings: "normal";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin:0 auto;
}

.btn_t_01,
.btn_t_02 {
  overflow: hidden;
}

.btn_t_01 span {
  font-family: 'kozuka_ExtraL';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: 0;
    top: 0;
    color:#1e1e1e;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
    transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
    box-shadow: none;
    color: #1e1e1e;
}
.btn_t_02 span {
  font-family: 'kozuka_ExtraL';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: 0;
    top: 0;
    color:#fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 12px 0;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.98);
    transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.98);
    box-shadow: none;
    color: #fff;
}
/* IE10以降 */
@media all and (-ms-high-contrast:none){
  .btn_t_01 span,
  .btn_t_02 span{
    padding: 17px 0;
  }
}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,.btn_t_01 span,
  *::-ms-backdrop,.btn_t_02 span  {
    padding: 17px 0;
  }
}
.btn_t_01 span:first-of-type,
.btn_t_02 span:first-of-type {
    z-index: 99999;
}

.btn_t_01 span:last-of-type {
    background: #1e1e1e;
    left: -100%;
}
.btn_t_02 span:last-of-type {
    background: #fff;
    left: -100%;
}
.btn_t_01:hover span,
.btn_t_01:active span {
    left: 0;
    color:#fff;
}

.btn_t_02:hover span,
.btn_t_02:active span {
    left: 0;
    color:#1e1e1e;
}
/***************************************************
ローディング部分.
****************************************************/

#loader-bg {
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background:#1e1e1e;
  z-index: 9998;
  display: none;
  position: fixed;
  box-sizing: border-box;
 }
 #loading{
   background:#1e1e1e;
   width: 100%;
   height: 100vh;
   z-index: 9999;
   top: 0;
   left:0;
   margin: auto;
   text-align: center;
   display: none;
  position: fixed;
}

 #loading object{
   position: absolute;
      background:#1e1e1e;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 190px;
   margin: auto;
   height: 60px;
 }
/***************************************************
header メニュー部分
****************************************************/
header {
  width:100%;
  height:auto;
  text-align: right;
  background: rgba(0,0,0,0.58);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
 }
header nav{
  width:100%;
  display: inline-flex;
}
header nav ul {
  display: flex;
  width:100%;
  margin:15px 0 0;
  padding-left: 50px;
  padding-right: 50px;
}
header nav ul li{
  line-height: 3.5em;
  height: 24px;
}

header nav ul li:first-child {
  margin-right: auto;
  width:120px;
  height:39px;
  line-height: 0;
}
header nav ul li:nth-child(6){
  margin-right: 3%!important;
}
header nav ul li.head_menu{
  display: inline-flex;
  color:#fff;
}
/* header nav ul li:nth-child(n + 2):not(:nth-child(n + 7)) a */
header nav ul li.head_menu a{
  width: 100%;
  line-height: 3.0em;
  color:#fff;
  letter-spacing: 2px;
}

.head_menu + .head_menu::before {
    content: "/";
    color: #fff;
    margin: 0 1rem;
    line-height: 3rem;
}
header nav ul li:last-child {
  margin-left: 2.5rem;
}
header a{
  width:100px;
  display: flex;
}
header a:visited{
color:#fff;
}
header li:hover,
header li:active{
  opacity: 0.4;
}

header  a img{
  width:100%;
  height: 25px;
}

header #search{
  width:200px;
  display:none;
  height:35px;
}
header #search_sp,
header #search_sp .search-form{
  display:none;
}
header #search .search-form{
  padding: 5px 0;
  color:#fff;
  height: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
header #search input.serch_input {
  color: #4797BC;
  font-weight: bold;
  width: 100%;
}
input.serch_input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}
input.serch_input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input.serch_input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

header #search input[type="text"] {
  width: 100%;
  height: 20px;
  font-size: 18px;
  padding: 0 5px;
  background: transparent;
  border: none;
  float: left;
  color:#fff;
}
input[type="text"]:focus {
  outline: 0;
}
header #search input[type="submit"] {
  display:none;
}

input[type="submit"]:hover,
input[type="submit"]:active{
  color: #a7141b;
  border: #a7141b 1px solid;
  background: #fff;
}
/***************************************************
サイドバー部分
****************************************************/
#sidebar {
  background: #a7141b;
  color:#fff;
  display: none;

}
#sidebar .sidebar_wrap{
  width:90%;
  margin-top: 15px;
  padding-left: 10px;
}
#sidebar .side_clear{
  text-align: right;
}
#sidebar .side_clear svg{
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
  -ms-transition: -ms-transform 1s;
  transition: transform 1s;
}
#sidebar .side_clear svg:hover {
transform: rotateZ(360deg) ;
}

#sidebar .sidebar_wrap ul{
  line-height: 2.35em;
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 3px;

}
#sidebar .sidebar_wrap ul li a,
#sidebar .sidebar_wrap ul li a:visited{
  color:#fff;
}


/***************************************************
こだわり部分
****************************************************/
#ikk_01, #ikk_02, #ikk_03{
  width:100%;
  height:340px;
  padding-top:80px;
}

#ikk_01{
  background: url(../img/top/cont_01_bg.png) no-repeat right center;
  background-size:cover;
}
#ikk_02{
  background: url(../img/top/cont_02_bg.png) no-repeat center center;
  background-size:cover;
}
#ikk_03{
  background: url(../img/top/cont_03_bg.png) no-repeat center center;
  background-size:cover;
}

#ikk_01 h2,
#ikk_02 h2,
#ikk_03 h2{
  font-family: 'haksy';
  color:#fff;
  font-size: 2.0em;
  line-height: 1.5em;
  letter-spacing:1px;
  -ms-font-feature-settings: "normal";

}


.cont_left{
  text-align: left;
  padding-left:50px;
}
.cont_right{
  margin-left: auto;
  text-align: right;
  padding-right:50px;
}
.cont_left p,
.cont_right p{
  width:60%;
  margin-top:10px;
  font-size:14px;
  color:#fff;
  line-height: 1.6em;
  letter-spacing:0.3px;
}
.cont_left p{
  margin-right: auto;
}
.cont_right p{
  margin-left: auto;
}
/***************************************************
創設者部分
****************************************************/
#founder{
  width:100%;
  height:600px;
  background: url(../img/top/founder_bg.png) repeat left center;
  position: relative;
  z-index: 1;
}
#steam {
  width:100%;
  height:100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events:none;
  overflow: hidden;
}
#founder .founder_wrap{
  width:100%;
  height:100%;
  z-index:2;
  position: absolute;
  background: url(../img/top/founder_bg_dairiseki.png) no-repeat center bottom;
  background-size:100%;

}
#founder .contents{
  width:100%;
  margin-left: 10%;
  padding-top: 97px;
  display: inline-flex;
  position: relative;
  z-index:3;
}
#founder .founder_left {
  height:auto;
  width: 60%;
  margin: 0;
  z-index: 3;
}
#founder .founder_left .catch{
  font-size: 22px;
  line-height: 2.0em;
  margin-bottom: 0;

}
#founder .founder_left p.catch span{
  font-size: 50px;
  font-weight: 600;
  color:#c6b089;
  font-family: 'kozuka_Regular';
}

#founder .founder_left h2{
  font-weight: normal;
  font-size: 25px;
  height:26px;
}
#founder .founder_left p.name{
  font-weight: bold;
  font-size: 3.2em;
  margin-top: 0px;
  margin-bottom:0;
}
#founder .founder_left p.name span{
  font-size: 14px;
  font-weight: lighter;
  margin-left:10px;
}
#founder .founder_left p.desc{
  line-height: 1.5em;
  font-size: 1em;
  margin-bottom: 20px;
}
#founder .founder_img_name{
  right:10%;
  height:auto;
  top:40%;
  position: absolute;
  z-index:3;
}
#founder .founder_img_name img{
  width: 60%;
}

#founder .founder_img{
  /* width:530px;
  height:710px; */
  position: absolute;
  right:0;
  /* bottom:0px; */
  bottom:-8px;
  margin-right: 8%;
  z-index: 4;
}

#founder .founder_img img{
  width:90%;
  height: auto;
}


.founder_steam {
    animation: move 30s 0s infinite normal;
    -webkit-animation: move 30s 0s infinite normal;
    position: absolute;
    right:0;
    bottom:-5px;
    margin-right: 5%;
    z-index: 4;
    width:400px;
    text-align: center
}
#founder .founder_steam  img{
  width:60%;
  height: auto;
  margin:0 auto;
}
/*animation Setting*/
@keyframes move {
    0% { transform: translateY(0); opacity: 0;}
    50% { opacity: 0.5; }
    100% { transform: translateY(-50%); opacity: 0; }
}
@-webkit-keyframes move {
    0% { -webkit-transform: translateY(0)); opacity: 0;}
    50% { opacity: 0.5; }
    100% { -webkit-transform: translateY(-50%); opacity: 0; }
}
/***************************************************
店舗一覧部分
****************************************************/
#shop{
  width:100%;
  height:730px;
  color:#fff;
  z-index: 5;
  background: url(../img/top/shop_bg.png) no-repeat center center;
  background-size:cover;

}
#shop:before {
    background: rgba(0,0,0,10);
}

#shop .contents{
  width:100%;
  text-align: center;
  padding-top:80px;
  z-index: 5;
}

#shop .shop_list{
  width:80%;
  position: relative;
  padding:0 10%;
}
#shop .swiper-container{
  width: 100%;
  height: 300px;
}
.swiper-button-next, .swiper-button-prev{
  top:35%!important;
  background-image:none!important;
}

.swiper-button-prev{
  left:4%!important;
  right:auto;
}
.swiper-button-next{
  right:4%!important;
  left:auto;
}
#shop h2{
  font-size: 25px;
  font-weight: 600;
}
#shop p{
  margin:0;
  font-weight: lighter;
  font-size: 10px;
  margin-bottom:100px;
}

#shop .shop_box{
  width:100%;
  margin-right:3%;
  height:280px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
#shop .shop_box .thum{
  width:100%;
  height:auto;
}
#shop .shop_box .thum img{
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
#shop .shop_box .detail{
  width:90%;
  height:130px;
  padding:5% 5%;
  color:#fff;
}
#shop .shop_box .detail .title{
  width:100%;
  height:20px;
  margin-bottom: 5px;
}
#shop .shop_box .detail .title h3{
  font-size: 13px;
  font-weight: normal;
}

#shop .shop_box .detail .detail_main{
  margin: 0;
  line-height: 1.8em;
  font-size: 10px;
  text-align: left;
  font-weight: 100;
}

#shop a.btn{
  border:#fff solid 0.5px;
  color:#fff;
  position: relative;
}

#shop .btn:before {
   background-color: #fff;
   position: absolute;
}
#shop .btn:hover,
#shop .btn:active {
   color: #1e1e1e;
}



/***************************************************
新着情報部分
****************************************************/
#news_list{
  width:100%;
  background: url(../img/top/news_bg.png) no-repeat center center;
  background-size:cover;
  color:#fff;

}
#news_list .contents{
  width:100%;
  text-align: center;
  padding-top:80px;
  padding-bottom: 10%;
}
#news_list h2{
  font-size: 25px;
  font-weight: 600;
}
#news_list p{
  margin:0;
  font-weight: lighter;
  font-size: 10px;
  margin-bottom:80px;

}

#news_list .new_pc{
  width:100%;
  max-width: 1200px;
  height:auto;
  display: block;
  margin:0 auto 20px;

}
#news_list .new_sp{
  display: none;
}
#news_list .new_wrapper{
  width:100%;
  margin:0 auto;
  height:100%;
}
.new_wrapper > div{
	margin-bottom: 20px;
	margin-right: 20px;
}

#news_list .news_box{
  width:270px;
  height:330px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background:#fff;
  z-index:1;
}

#news_list .news_box:before{
  position: absolute;
  bottom:-2px;
  left: 0;
  content: "";
  display: inline-flex;
  width: 0;
  height: 3px;
  background: #c0a698;
  transition: 0.35s;
  z-index:2;
}
#news_list .news_box:hover,
#news_list .news_box:active{
  animation: gradation 1.0s;
  }
  @keyframes gradation {
  0% { filter:brightness(1.0);}
  50% { filter:brightness(1.04);}
100% { filter:brightness(1.0);}
  }
#news_list .news_box:hover:before,
#news_list .news_box:active:before{
  width: 100%;
}


#news_list .news_box .thum{
  width:100%;
  height:160px;
  background: #1e1e1e;
}
#news_list .news_box .thum img{
  width:100%;
  height:100%;
  object-fit: cover;
}

#news_list .news_box .thum img.ofi {
object-fit: cover; /* 他のブラウザ用(＝通常の指定) */
object-position: 50% 50%; /* 他のブラウザ用(＝通常の指定) */
font-family: 'object-fit: cover; object-position: 50% 50%;' /* IE・Edge対応 */
}


#news_list .news_box .detail{
  width:230px;
  height:90px;
  padding: 15px 20px 25px 20px;
  /*background: url(../img/top/news_cnt_bg.png) no-repeat center center;*/
  background-size:cover;
}
#news_list .news_box .detail .title{
  width:100%;
  height:20px;
  margin-bottom: 10px;
}
#news_list .news_box .detail .title h3{
  font-size: 13px;
  font-weight: bold;
  color:#c0a698;
  margin: 0;
  text-align: center
}

#news_list .news_box .detail .detail_main{
  color:#434343;
  height:70px;
  margin: 0;
  line-height: 1.3em;
  font-size: 9px;
  text-align: left;
  background:#fff;
}
#news_list .news_box .date{
  width:100%;
  height:30px;
  /*background: url(../img/top/news_da_bg.png) no-repeat center center;
    background-size:cover;*/
  background:#f3eeec;
  color:#3c3950;
  line-height: 2.5em;
  padding: 6px 0px;

}



#news_list a.btn{
  border:#fff solid 0.5px;
  color:#fff;
}
#news_list a.btn:hover,
#news_list a.btn:active  {
  color: #1e1e1e ;
  background-color:#fff ;
}
#news_list a.btn:after {
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}


/***************************************************
思い
****************************************************/
#thought{
  width:100%;
  height:200px;
  background: url(../img/top/ikk_bg.png) no-repeat center center;
  background-size:cover;
  color:#fff;
  text-align: center;
}
#thought h2{
   line-height: 230px;
}
#thought h2 img{
  width:50%;
}

/***************************************************
footer
****************************************************/
footer{
  width:100%;
  height:400px;
  background: #a7141b;
  color:#fff;
   position: relative;
}
footer .footer_wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
footer .contents{
  display: inline-flex;
  margin:0 auto;
}
footer .contents .footer_box{
  width:200px;
}
footer .contents .footer_box:first-child{
  width:400px;
}
footer .contents .footer_box img{
  width:300px;
}
footer .contents .footer_box a{
  width:280px;
  color:#fff;
}
footer .contents .footer_box ul{
  padding: 0;

}
footer .contents .footer_box ul li{
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 2.5em;
}

footer .contents .footer_box ul.sns{
  display: inline-flex;
  margin-top: 0;
}
footer .contents .footer_box ul.sns li{
margin-right: 40px;
}
footer .contents .footer_box ul.sns li:last-child{
margin-right: 0;
}
footer p{
  color:#fff;
  padding-top: 15px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  width:100%;
  text-align: center;
  bottom:10%;
}

#campaign {
  position: fixed;
  bottom:0;
  right:0;
  z-index:799;
  width:200px;
  height:200px;
}
#campaign a {
position: absolute;
right: 5px;
bottom: 5px;
height: 100%;
width: 100%;
padding: 0;
margin: 0;
}
#campaign a img {
width: 100%;
height: 100%;
bottom: 0;
position: relative;
filter: drop-shadow(5px 5px 10px rgb(0,0,0,0.8));
}
