@charset "utf-8";

body{
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  font: 14px/2 "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.5px;
}

a{
  text-decoration: none;
}

img{
  max-width:100%;
}

a img:hover{
  opacity:0.8;
}

.container{
  margin: 0 auto;
  /* max-width: 1740px; */
  width: 100%;
  display: flex;
  justify-content: left;
}

.sp_header_menu {
  display: none;
}

#sp_menu {
  display: none;
}

/* サイドメニュー */
.side_menu{
  padding-top: 80px;
  min-width:240px;
  width: 16%;
  background: url('../img/menu_bg.jpg') repeat-y 100%;
  background-size: contain;
  text-align: center;
}

.side_menu .logo{
  margin: 0 auto;
  min-width:240px;
  width: 16%;
  position: fixed;
  top: 40px;
}

.side_menu ul{
  margin: 0 auto;
  min-width:240px;
  width: 16%;
  position: fixed;
  bottom: 40px;
}

.side_menu ul li{
  margin-bottom: 30px;
}

.side_menu ul li:nth-of-type(3) {
  margin-bottom: 5px;
  line-height:1;
}

 .side_menu ul li:nth-of-type(4){
	margin-bottom: 2px;
  line-height:1;
}

/* メインコンテンツ */
.main_contents{
  margin-left: 0;
  width: 84%;
  /* max-width: 1500px; */
  text-align: center;
}

.main_contents .main_img{
  margin-bottom: 100px;
  width: 100%;
}

.main_contents .main_img div:first-of-type{
  position: relative;
}

.main_contents .main_img div:first-of-type img{
  display: block;
  width: 100%;
  height: auto;
}

.main_contents .main_img div:first-of-type a{
  position: absolute;
  z-index: 10;
  margin-left: -25px;
  text-align: center;
  bottom: -20px;
}

.main_contents .main_img div:first-of-type a img{
  width: 40px;
}

.contents_inner{
  margin: 0 auto 100px auto;
  max-width: 1020px;
  width: 100%;
}

.go_down{
    position: relative;
    top: -30px;
    z-index: 999;
}
/* イントロダクション */
.contents_inner .intro{
  padding: 40px 3% 0 3%;
  width: 94%;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.contents_inner .intro li:first-of-type{
  max-width: 335px;
  width: 33%;
}

.contents_inner .intro li:last-of-type{
  width: 63%;
}

.contents_inner .intro p{
  margin-bottom: 25px;
}

/* ブランドリスト */
.main_contents .main_img.brand_img{
  margin-bottom: 0;
  line-height: 0;
}

.main_contents .main_img.brand_img img{
  width:100%;
}

.brand_list{
  margin: 0 auto 50px auto;
  width: 100%;
  height: 150px;
  background: url('../img/brand_bg.jpg');
}

.brand_list ul{
  display: flex;
  padding-top: 30px;
  margin: 0 auto;
  justify-content: center;
}

.brand_list ul li{
  margin: 0 7px;
}

/* ブランド匠 */
.contents_inner.brand{
  margin-bottom: 30px;
  padding: 0 3%;
  width: 94%;
}

.contents_inner.brand h2{
  margin: 30px auto;
  font-size: 130%;
}

.contents_inner.brand p{
  margin-bottom: 50px;
  text-align: left;
}

.contents_inner.brand ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents_inner.brand ul li{
  margin-bottom: 1%;
  width: 24%;
}

.brand_line{
  margin: 0 auto 50px auto;
  width: 100%;
  border-bottom: 3px solid #f4f4f4;
}

.footer_contents{
  background: #665a5a;
  color: #ffffff;
}

.footer_contents .footer_inner{
  margin: 0 auto;
  padding: 50px 3%;
  width: 94%;
}

.footer_contents .footer_inner img{
  display: block;
  margin: 0 auto 20px auto;
}

.footer_contents .footer_inner address{
  font-style:normal;
}

.footer_contents .footer_inner a{
  color: #ffffff;
}

.footer_contents a.contact_link{
  display: block;
  margin: 20px auto 0 auto;
  padding: 15px 0;
  max-width: 320px;
  background: #ffffff;
  color: #000000;
  letter-spacing: 1px;
  border-radius: 2px;
}

.footer_contents a.contact_link:hover{
  opacity:0.8;
}

.totop{
  height: 60px;
  background: #d9d9d9;
  color: #ffffff;
  font-size: 50px;
}

.totop i{
  margin: 0 auto;
  width: 200px;
  height: 60px;
  font-size: 30px;
  display: block;
  line-height: 2;
}

.totop a{
  color: #ffffff;
}

.copyright{
  padding-top: 20px;
  height: 44px;
  background: #ffffff;
  color: #000000;
  font-size: 80%;
}



/* アイテムページ */
.contents_inner.item_container{
  margin-bottom: 30px;
  padding: 0 3%;
  width: 94%;
}

.contents_inner.item_container h2{
  margin: 90px auto 20px auto;
  font-size: 130%;
  text-align: left;
}

.contents_inner.item_container .item_detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.contents_inner.item_container .item_main_img {
  width: 60%;
}

.contents_inner.item_container .item_main_img img {
  display: block;
  width: 100%;
}

.contents_inner.item_container .item_main_img ul {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.contents_inner.item_container .item_main_img ul li {
  width: 18%;
}


.contents_inner.item_container .item_text{
  margin-top: 100px;
  width: 32%;
}

.contents_inner.item_container .item_text img{
  width: 100%;
}

.contents_inner.item_container .item_text p{
  margin: 30px 0;
}

.contents_inner.item_container .item_text ul{
  display: block;
  width: 100%;
}

.contents_inner.item_container .item_text li{
  text-align: left;
  width: 100%;
}





.contents_inner.item_container p{
  margin-bottom: 50px;
  text-align: left;
}

.contents_inner.item_container h3{
  margin: 30px auto 10px auto;
  font-size: 130%;
  text-align: left;
}

.contents_inner.item_container ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents_inner.item_container ul li{
  margin-bottom: 2%;
  width: 24%;
}




/* レスポンシブ
----------------------------------------------------------------*/

/* tablet  */
@media only screen and (min-width: 641px) and (max-width: 1100px){ 
  .main_contents{
    margin-top: 40px;
    width: 100%;
  }
  
  .container{
    display: block;
  }
  
  .side_menu{
    display: none;
  }
  
  .sp_header_menu{
    display: flex;
    position: fixed;
    justify-content: space-between;
    margin: 0;
    padding: 1%;
    width: 98%;
    height: 40px;
    background: url('../img/menu_bg.jpg') repeat-x 100%;
    background-size: contain;
    text-align: center;
    z-index: 150;
    top:0;
  }
  
  .sp_header_menu img{
    height: 35px;
    width: auto;
  }
  
  .sp_header_menu a{
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 1;
  }
  
  .sp_header_menu i{
    margin-top: 2px;
    line-height: 19px;
    font-size:36px;
  }
  
  .sp_header_menu span{
    font-size:11px;
  }
       
  #sp_menu {
    position: fixed;
    top: 0;
    left: -240px; /* メニューのwidth + padding */
    width: 240px; /* メニューのwidth */
    height: 100%;
    padding: 20px;
    transition: left 0.5s; /* アニメーション */
    background: rgba(86, 86, 86, 0.7);
    z-index: 100;
  }
  
  
  #sp_menu ul{
    margin: 0 auto;
    min-width:240px;
    width: 16%;
    position: fixed;
    top: 120px;
  }

  #sp_menu ul li{
    margin-bottom: 30px;
  }
  
  #sp_menu ul li img{
    height: 12px;
    width: auto;
  }

  #sp_menu ul li:nth-of-type(3){
    margin-bottom: 5px;
    line-height:1;
  }
  
  #sp_menu ul li:nth-of-type(3) img{
    height: 11px;
    width: auto;
  }
  
  #sp_menu ul li:nth-of-type(4) img{
    height: 9px;
    width: auto;
  }
     
  .toggle {
    display: block;
    margin-top: 2px;
    font-size: 50px;
    cursor: pointer;
    line-height: 2px;
    color: #ffffff;
  }
     
  .toggle:hover {
    text-decoration: underline;
  }
     
  #open {
    display: none;
  }
     
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
  #open:checked + #sp_menu {
    left: 0;
    display: block;
  }
  
  .contents_inner.item_container h2{
    margin-top: 100px;
  }
  
}
 
/* smartPhone */
@media screen and (max-width: 640px){
  .main_contents .main_img{
    margin-bottom: 50px;
  }
  
  .contents_inner{
    margin-bottom: 50px;
  }
  
  .brand_list{
    height: 100px;
  }
  
  .side_menu{
    display:none;
  }
  
  .main_contents{
    margin-top: 30px;
    width: 100%;
  }
  
  .container{
    display: block;
  }
  
  .sp_header_menu{
    display: flex;
    position: fixed;
    justify-content: space-between;
    margin: 0;
    padding: 1%;
    width: 98%;
    background: url('../img/menu_bg.jpg') repeat-x 100%;
    background-size: contain;
    text-align: center;
    z-index: 150;
    top: 0;
  }
  
  .sp_header_menu img{
    height: 35px;
    width: auto;
  }
  
  .sp_header_menu a{
    display: block;
    text-align: center;
    color: #ffffff;
    line-height: 1;
  }
  
  .sp_header_menu i{
    line-height: 12px;
    font-size:28px;
  }
  
  .sp_header_menu span{
    font-size:11px;
  }
  
  #sp_menu {
    position: fixed;
    top: 0;
    left: -180px; /* メニューのwidth + padding */
    width: 180px; /* メニューのwidth */
    height: 100%;
    padding: 20px;
    transition: left 0.5s; /* アニメーション */
    background: rgba(86, 86, 86, 0.8);
    z-index: 100;
  }
  
  #sp_menu ul{
    margin: 0 auto;
    min-width:180px;
    width: 16%;
    position: fixed;
    top: 120px;
  }

  #sp_menu ul li{
    margin-bottom: 30px;
  }
  
  #sp_menu ul li img{
    height: 12px;
    width: auto;
  }

  #sp_menu ul li:nth-of-type(3){
    margin-bottom: 5px;
    line-height:1;
  }
  
  #sp_menu ul li:nth-of-type(3) img{
    height: 11px;
    width: auto;
  }
  
  #sp_menu ul li:nth-of-type(4) img{
    height: 9px;
    width: auto;
  }
     
  .toggle {
    display: block;
    margin-top: 4px;
    font-size: 50px;
    cursor: pointer;
    line-height: 2px;
    color: #ffffff;
  }
     
  .toggle:hover {
    text-decoration: underline;
  }
     
  #open {
    display: none;
  }
     
  /* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
  #open:checked + #sp_menu {
    left: 0;
    display: block;
  }
  
  .contents_inner .intro{
    display: block;
  }
  
  .contents_inner .intro li:first-of-type{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .contents_inner .intro li:first-of-type img{
    width: 100%;
  }
  
  .contents_inner .intro li:last-of-type{
    width: 100%;
    max-width: 100%;
  }
  
  .contents_inner.brand ul li{
    width: 48%;
  }
  
  .contents_inner.item_container .item_detail {
    display: block;
  }

  .contents_inner.item_container .item_main_img {
    width: 100%;
  }
  
  .contents_inner.item_container .item_text{
    margin-top: 40px;
    width: 100%;
  }
  
  .contents_inner.item_container .item_text img{
    width: 60%;
  }
  
  .contents_inner.item_container h2{
    margin-top: 100px;
  }
}

