@charset "utf-8";
html{
    font-family: "Roboto", sans-serif;
    scroll-behavior: smooth;
}
main{
    margin: 0 40px;
}
/* ヘッダー */
.header{
    background-color: #000;
}
.logo{
    width: 220px;
    margin-left: 100px;
    margin-top: 20px;
}
/* ナビゲーション */
.nav{
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 0px 0;
    width: 100%;
}
.nav a{
    background-color: #000;
    width: 35%;
    text-align: center;
    padding: 20px 0;
}
.nav a:hover{
    color: #000;
    background-color: #fff;
}
.nav a:nth-child(2){
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
/* メイン */
.title{
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
}
.catch {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: left; /* 水平中心 */
    padding-top: 10px;
  }
.catch:after {
    border-top: 1px solid;
    content: "";
    width: 100%; /* 線の長さ */
  }
  .catch:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .catch:after {
    margin-left: 1em; /* 文字の左隣 */
  }
.midashi{
    font-weight: bold;
    font-size: 90px;
    text-align: center;
    padding: 20px;
}

/* 上のカテゴリー */

.products{
    padding-bottom: 50px;
}

/* 商品 */

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
  }
  .tab-wrap:after {
    width: 100%;
    height: 3px;
    display: block;
  }
  .tab-label {
    color: White;
    background: LightGray;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    margin: 0 10px;
    padding: 10px .5em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 0px;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .tab-switch:checked+.tab-label {
    background: #000;
  }
  .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    padding: 15px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .tab-switch {
    display: none;
  }



  /* 一覧 */
.catch2 {
    display: flex;
    font-size: 30px;
    font-weight: bold;
    align-items: center; /* 垂直中心 */
    justify-content: left; /* 水平中心 */
    padding-bottom: 20px;
  }
.catch2:after {
    border-top: 1px solid;
    content: "";
    width: 100%; /* 線の長さ */
  }
.catch2::before {
    border-top: 1px solid;
    content: "";
    width: 100%; /* 線の長さ */
  }
  .catch2:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .catch2:after {
    margin-left: 1em; /* 文字の左隣 */
  }
.aaa{
    padding-bottom: 50px;
}
.syouhin2{
    text-align: center;
    display: flex;
    justify-content: center;
}
.syouhin2 img{
    width: 350px;
    transform: rotate(-25deg);
    padding-top: 30px;
}
.syouhin3:hover{
    transform:scale(1.1,1.1);
    transition:0.5s all;

}
.shoes img{
    width: 330px;
    transform: rotate(0deg);
}
.raketto{
    transform: rotate(270deg);
    margin: 0 auto;
    margin-top: 40px;
}
.syouhin{
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 40px;
}
.syouhin img{
    width: 300px;
}
.syouhin h1{
    font-size: 40px;
}
.zyunbi{
    text-align: center;
}
.zyunbi img{
    width: 500px;
}

/* フッター */
.footer{
    background-color: #222;
    position: relative;
    display: flex;
    margin-top: 200px;
}
.footer img{
    width: 200px;
    margin: 50px 400px;
}
.footer p{
    color: #fff;
}
.kiyaku{
    display: flex;
    position: absolute;
    top: 90px;
    right: 300px;
}
.kiyaku p{
    padding-left: 30px;
}
.small{
    text-align: left;
    padding: 50px 400px;
    display: flex;
    position: relative;
}
.small img{
    width: 60px;
}
.apuri{
    position: absolute;
    right: 300px;
    top: 40px;
}
.apuri img{
    margin-right: 20px;
}
.footer2{
    background-color: #fff;
}
.btn2{
    position: absolute;
    position: fixed;
    transition: 0.3s;
}
.btn2:hover{
    opacity: 0.5;
}
.btn2 img{
    width: 100px;
}