
/***************************************************
タブレット対応
****************************************************/
@media screen and (min-width:600px) and ( max-width:959px) {
  header nav ul li.head_menu{
    display: none;
  }

  /***************************************************
  創設者部分
  ****************************************************/

  #founder{
    height: 450px;
  }
  #founder .contents{
    width:100%;
    margin:0 auto;
    padding-top:30px;
  }
  #founder .founder_left {
    height:auto;
    width: 95%;
    margin-left: 3%;
    z-index: 4;
  }
  #founder .founder_left p.catch span{
    font-size: 1.8em;
  }
  #founder .founder_left p.desc {
    line-height: 1.5em;
    font-size: 1.5vw;
    margin-bottom: 20px;
  }
  #founder .founder_left h2{
    font-size: 15px;
  }

  #founder .founder_img{
    z-index: 1;
    margin-right: 6%!important;
    text-align: right;
  }
  #founder .founder_img img {
    width: 67%;
  }
  #founder .founder_img_name {
    top: 40%;
    width: 40px;
    right:0;
  }
  #founder .founder_img_name img {
    width: 80%;
  }

  /***************  新着部分 ***************/
  #news_list {
  }

  #news_list .contents {
    padding-top: 10%;
    height: 100%;
  }

  #news_list .new_pc {

    padding:0;
    margin:0 auto;
  }
  #news_list .new_wrapper{
    width: 90%;
    height: 90%!important;
    min-width: 85%;
    padding:0;
    flex-wrap: wrap;
    display:-ms-flexbox;/*--- IE10 ---*/
    display:-webkit-inline-flex;/*--- safari（PC）用 ---*/
    display:inline-flex;
    -ms-flex-wrap:wrap/*--- IE10用 ---*/
    -webkit-flex-wrap:wrap/*--- safari（PC）用 ---*/
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-box-pack: space-around;
  }
  .new_wrapper > div{
  	margin-bottom: 20px;
  	margin-right: 20px;
  }
  #news_list p{
    margin-bottom: 50px;
  }

  .new_wrapper > div{
  	margin-bottom: 20px;
  	margin-right: 10px;
  }
  #news_list .news_box {
      width: 250px;
      height: 380px;
  }
  #news_list .news_box .thum {
    height:150px;
  }
  #news_list .news_box .detail {
    height:150px;
    width:210px;
    padding: 15px 20px 25px 20px;
  }

  #news_list .news_box .detail .detail_main {
    height: 130px;
    line-height: 1.6em;
    font-size: 12px;
    padding-top:8px;
  }

  /***************  想い ***************/
  #thought {
    height: 150px;
  }
  #thought h2 {
    line-height: 160px;
  }
  #thought h2 img {
    width: 80%;
    max-width: 630px;
}

  /***************  footer ***************/
  footer{
    height: 500px;
  }
  footer .footer_wrap{
    width:100%;
  }
  footer .contents {
    min-width: 80%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0 10%;
    color:#fff;
  }
  footer .contents .footer_box:first-child {
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  footer .contents .footer_box img {
    max-width: 80%;
    width:100%;
}
  footer .contents .footer_box:not(:first-child) {
    width: 30%;
    text-align: left;
    display: inline-grid;
  }

  footer p{
    bottom: 5%;
  }
  #shop .shop_list {
      height: 350px;
  }
  #shop .swiper-container{
      height: 350px;
  }
  #shop .shop_box .detail .title h3 {
    font-size: 12px;
  }
}
/***************************************************
スマホ対応
****************************************************/

@media screen and (max-width: 599px) {
  html,body,main{
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  }

  header nav ul li.head_menu{
    display: none;
  }
  input[type="text"] {
    width: 70%;
  }
  header nav ul {
    padding-left: 10%;
    padding-right: 5%;
  }
  input[type="submit"] {
    width: 20%;
    letter-spacing: 5px;
  }

   header nav ul li:last-child {
     margin-left: 20px;
   }
 #sidebar .sidebar_wrap ul{
   line-height: 2.35em;
   font-size: 14px;
 }
 header #search{
   display:none;
 }
 header #search_sp{
   width:100%;
   display:none;
   height:45px;
 }
 header #search_sp .search-form{
   padding: 10px 10px 0 10px;
   color: #fff;
   height: 35px;
 }
 header #search_sp input.serch_input {
   color: #4797BC;
   font-weight: 300;
   width: 100%;
 }
 header #search_sp input[type="text"] {
   width: 70%;
   height: 30px;
   font-size: 24px;
   padding: 0 5px;
   background: transparent;
   border: none;
   float: left;
   color:#fff;
 }
 header #search_sp input[type="submit"] {
   width: 25%;
   height: 30px;
   text-transform: uppercase;
   color: #fff;
   background: transparent;
   border: #fff 1px solid;
   cursor: pointer;
   letter-spacing: 5px;
   text-align: center;
 }

a.btn_m,
a.btn_sn {
/*     padding: 1px; */
/*     left: 1px; */
    width: 184px;
    height: 54px;
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
}

a.btn_m {
    border: transparent solid 1px;
}
a.btn_sn {
    border: transparent solid 1px;
}

.btn_t_01 span {
    position: relative;
    width: 180px;
    height: 50px;
    margin-left: 2px;
    box-sizing: border-box;
    top: 1px;
/*     left: 0; */
/*     border: #1e1e1e solid 0.6px; */
    border: none;
    text-align: left;
    left: 30px;
    margin-top: -3px;
}

.btn_t_02 span {
    position: relative;
    width: 180px;
    height: 50px;
    margin-left: 2px;
    box-sizing: border-box;
    top: 1px;
    left: 0;
/*     border: #fff solid 0.6px; */
    border: none;
}

.btn_t_01 span:last-of-type,
.btn_t_02 span:last-of-type {
/*     left: 1px; */
    width: 0;
    display: none;
}
/*
.btn_t_01:hover span,
.btn_t_01:active span,
.btn_t_02:hover span,
.btn_t_02:active span {
    left: 1px;
    width: 100%;
    width: calc( 100% - 2px );
}*/

.btn_m,
.btn_t_01 span,
.btn_t_02 span  {
     font-family: "Noto Sans Japanese"!important;
 }

  /***************  ファーストビュー ***************/
  #top{
    display: none;
  }
  #top_sp {
    width:100%;
    height: 100vh;
    min-height: 70%;
    position: relative;
    display: block;
    background: url(../img/top/top_bg.png) no-repeat right center;
    background-size:cover;
    margin:0 auto;
    text-align: center;
  }

  #top_sp:before {
    width: 100%;
    z-index: 2;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/top/top_dots_bg.png) repeat center center;
  }

  #top_sp .top_sp_title{
    width:100%;
    height:100vh;
    vertical-align: middle;
  }
  #top_sp .top_sp_title h3{
    width:100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color:#fff;
    font-size: 2em;
  }
  #top_sp .top_sp_title img{
    width:80%;
  }
  /***************  こだわり部分 ***************/
  #ikk_01, #ikk_02, #ikk_03{
    padding-top:50px!important;
  }
  #ikk_01 h2,
  #ikk_02 h2,
  #ikk_03 h2 {
      font-size: 1.4em;
      line-height: 1.2em;
  }
  .cont_left p,
  .cont_right p{
    width:90%;
    line-height: 1.5em;
    letter-spacing: 0.8px;
    font-size: 10px;
  }
  .cont_left{
    padding-left:20px;
  }
  .cont_right{
    padding-right:20px;
  }

  /***************  創設者部分 ***************/
  #founder{
    height: 540px;
  }
  #founder .contents{
    width:100%;
    margin:0 auto;
    padding-top:40px;

  }
  #founder .founder_left {
    height:auto;
    width: 95%;
    margin-left: 3%;
    z-index: 4;
  }
  #founder .founder_left p.catch span{
    font-size: 1.8em;
  }
  #founder .founder_left p.desc {
    line-height: 1.5em;
    font-size: 11px;
    margin-bottom: 10px;
  }
  #founder .founder_left h2{
    font-size: 15px;
  }
  #founder .founder_left p.name{
    font-size: 2.2em;
  }
  #founder .founder_img{
    z-index: 1;
    margin-right: 10px!important;
    text-align: right;
  }
  #founder .founder_img img {
    width: 50%;
  }
  #founder .founder_img_name {
    top: 35%;
    width: 40px;
    right:0;
  }
  #founder .founder_img_name img {
    width: 80%;
  }
  .founder_steam {
      margin-right: 10%;
      width:130px;
  }
  #founder .founder_steam  img{
    width:100%;
  }

  /***************  店舗部分 ***************/
  #shop{
    height: 550px;
  }
  #shop p{
    margin-bottom:50px;
  }
  #shop .shop_list {
    height: 250px;
  }
  #shop .swiper-container{
    height: 250px;
  }
  /***************  新着部分 ***************/
  #news_list .new_pc{
    display: none;
  }
  #news_list .new_sp{
    display: block;
    width:100%;
    margin-bottom:20px;
  }
  #news_list p {
    margin-bottom: 50px;
  }
  #news_list .news_slider{
    width: 80%;
    position: relative;
    padding: 0 10%;
  }
  .swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-button-next-news, .swiper-button-prev-news {
    position: absolute;
    top: 40%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.swiper-button-next-news{
    right: 2%;
    left: auto;
    background:none;
}
.swiper-button-prev-news{
    left: 0%;
    right: auto;
    background:none;
}
  #news_list .new_sp .news_box{
    width:300px;
    height:313px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  #news_list .news_box .thum {
    width: 100%;
    height:150px;
    background: #1e1e1e;
  }
  #news_list .news_box .detail {
    width: 90%;
    height: 200px;
    width: 90%;
    height: 90px;
    padding: 15px 5%;
  }
  #news_list .news_box .date {
    height: 10%;
  }
  /***************  想い ***************/
  #thought {
    height: 100px;
  }
  #thought h2 {
    line-height: 100px;
  }
  #thought h2 img {
    width: 95%;
}

  /***************  footer ***************/
  footer{
    text-align: center;
    height:550px;
  }
  footer .contents {
    min-width: 80%;
    padding: 10px 1.5em 10px;
    display: inline-block;
    margin: 0 auto;
  }
  footer .contents .footer_box:first-child {
    width: 100%;
  }
  footer .contents .footer_box:not(:first-child) {
    width: 49%;
    width: 49%;
    text-align: left;
    display: inline-grid;
  }
  footer p{
    bottom:4%;
  }

  #campaign {
    width:150px;
    height:150px;
  }

}
