*{
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Sodabery';
  src: url('sozai/brownoutfit/Sodabery.ttf') format('truetype');
}

body{
  background-color: #F2EFEB;
  overflow-x: hidden;
  font-family: sans-serif;
}

header{
    background-color: #F2EFEB;
    width: 100%;
    height: 140px;
    position: fixed;
    box-sizing: border-box;
    z-index: 10;
}

header nav{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

header h1{
  position: absolute;
  left: 50%;
  /* top: 50%; */
  transform: translate(-50%, -50%);
  margin: 0;
  display: block;
  /* z-index: 1; */
}
header h1 img{
  height: 80px;
  width: auto;
}

header img{
  height: 28px;
  width: auto;
}

header ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0 20px;
    height: 100px;
}

header ul li{
  display: flex;
  justify-content: center;
  gap: 20px;
}

header p{
  display: flex;
  justify-content: center;
  background-color: black;
  color: #D9FF00;
  height: 40px;
  align-items: center;
  font-size: 10px;
}




/* ハンバーガーボタンのスタイル（デフォルトのボタン枠線を消す） */
.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex; /* 画像の余白を消すため */
}
.menu-btn img {
  height: 28px; /* 既存のheader imgに合わせる */
  width: auto;
}

/* モバイルメニュー（全画面オーバーレイ） */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  height: 100vh;
  background-color: rgba(242, 239, 235, 0.98); /* 背景色(#F2EFEB)を少し透過 */
  z-index: 100; /* ヘッダーより上に表示 */
  transform: translateX(-100%); /* 最初は左に隠しておく */
  transition: transform 0.3s ease-in-out; /* スライドのアニメーション */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* クラスがついたら表示 */
.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-inner {
  width: 100%;
  text-align: center;
  position: relative;
}

/* 閉じるボタン */
.close-btn {
  position: absolute;
  top: 30px;
  left: 46px;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #000;
}

.mobile-menu nav{
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  overflow-y: scroll;
}

/* メニュー内のリンクスタイル */
.mobile-menu nav ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.mobile-menu nav ul li {
  margin: 20px 0;
}

.mobile-menu nav ul li a {
  font-size: 12px;
  font-weight: bold;
  color: black;
  text-decoration: none;
}



.sns-hamburgermenu{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
  }
.sns-hamburgermenu img{
     filter: brightness(0) saturate(0%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0) brightness(105%) contrast(101%);;
  }


main article{
  padding-top: 140px;
  display: block;

}
article ul{
    position: relative;
    height: auto;
    width: 100%;
    list-style: none;

}

.top img{
    width: 100%;
    height: auto;
}

.caption{
    display: flex;
    justify-content: center;
    text-align: center;
    height: 300px;
    align-items: center;
}

h1{
  font-size: 64px;
}
h2{
  font-size: 40px;
}
.jp_title{
  font-size: 14px;
  margin: 40px;
}
.model_info{
  font-size: 16px;
  font-weight: bold;
  padding-top: 40px;
}
.read_more{
  position: relative;
  border: none;
  background: transparent;
  padding-top: 3px;
  display: flex;
  font-size: 16px;
  background-color: #D9FF00;
  /* padding: 20px; */
  width: 200px;
  height: 30px;
  border-radius: 12px;
}
.read_more img{
  position: absolute;
  height: 10px;
  width: auto;
  right: -20px;
  top: 10px;
}
.read_more ul{
  align-items: center;
}
.read_more .sodabery{
  margin-left: auto;
  margin-right: auto;
}



.outfit01{
    width: 100%;
    height: auto;
    background-image: url(sozai/brownoutfit/01bg.png);
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 600px;
}
.outfit02{
  margin-top: -500px;
    width: 100%;
    height: auto;
    background-image: url(sozai/brownoutfit/02bg.png);
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 600px;
}
.outfit03{
  margin-top: -500px;
    width: 100%;
    height: auto;
    background-image: url(sozai/brownoutfit/03bg.png);
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 600px;
}
.outfit04{
  margin-top: -500px;
    width: 100%;
    height: auto;
    background-image: url(sozai/brownoutfit/04bg.png);
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 40px;
    margin-bottom: 0px;
}
.br01{
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    color: #F2EFEB;
}
.br01 ul{
    display: flex;
    justify-content: center;
    gap: 8px;
}
.br01 img{
    width: 50%;
    border-radius: 12px;

}
.sodabery{
    font-family: 'Sodabery', sans-serif;
}


main section{
  margin: 40px 0;
}

main section div.title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #F2EFEB;
}

main section div.title h2{
  font-size: 20px;
  font-weight: bold;
}
main section div.title p a{
  color: #F2EFEB;
  font-size: 12px;
  text-decoration: none;
}

a.product-link{
    color: #F2EFEB;
    text-decoration: none;
    font-size: 12px;
  }
  p.product-name{
  margin-bottom: 4px;
}


main section ul{
    width: 100%;
    list-style: none;
    overflow-x: auto;
    display: flex;
}

main section li{
    display: flex;
    justify-content: flex-start;
  }


footer{
    background-color: #000;
    padding: 20px;
    background-position: center;
    background-size: cover;
    padding: 40px 0 40px;
    text-align: center;
  }

footer img.rogo{
  height: 80px;
}

footer h3{
    color: #F2EFEB;
    font-size: 16px;
  }

  footer ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 40px;
  }

  footer ul li a{
    color: #F2EFEB;
    font-size: 12px;
    text-decoration: none;
    transition: 1ms;
  }
  footer ul li a:hover{
    color: #D9FF00;
  }

footer ul.sns-footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
  }

  /* 彩度・明度・コントラストを操作して目的の色に近づける*/
footer img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(199deg) brightness(105%) contrast(101%);;
    transition: 1ms;
}
footer img:hover{
    filter: none;
}

  footer p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    font-size: 12px;
    color: gray;
  }


  @media screen and (max-width: 767px) {

.pc_top { display: none !important; }
.sp_top { display: block !important; }

header{
  height: 120px;
}
header ul{
  height: 80px;
}
header h1 img{
  height: 60px;
  width: auto;
}
.close-btn {
  top: 20px;
  left: 26px;
}
.sns-hamburgermenu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 0px;
}
.mobile-menu nav ul li {
  margin: 10px 0;
}

.vector_img{
    width: 200px;
}
.vector0 .vector_img{
    position: absolute;
    left: -120px;
    top: -100px;
}
.vector1 .vector_img{
    position: absolute;
    left: -80px;
    bottom: -80px;
}
.vector2 .vector_img{
    position: absolute;
    right: -80px;
    top: -100px;
}
.vector3 .vector_img{
    position: absolute;
    right: -120px;
    bottom: -80px;
}

main article{
  padding-top: 120px;
}

main section{
  margin: 20px 0;
}

.br01 img{
  width: 80%;
  border-radius: 12px;
}

img.product-img{
    width: 120px;
    height: 100px;
    display: block;
    object-fit: cover;
  }

div.product-info{
  width: 120px;
  padding: 8px;
  box-sizing: border-box;
  }

}


  @media screen and (min-width: 768px){
.pc_top { display: block !important; }
.sp_top { display: none !important; }

header ul{
    margin: 0 40px;
  }
header ul li{
  gap: 40px;
}

.vector_img{
    width: 300px;
}
.vector0 .vector_img{
    position: absolute;
    left: -100px;
    top: -100px;
}
.vector1 .vector_img{
    position: absolute;
    left: -100px;
    bottom: -100px;
}
.vector2 .vector_img{
    position: absolute;
    right: -100px;
    top: -100px;
}
.vector3 .vector_img{
    position: absolute;
    right: -100px;
    bottom: -100px;
}

main section div.title{
  padding-right: 40px;
  padding-left: 40px;
}

img.product-img{
    width: 252px;
    height: 340px;
    display: block;
    object-fit: cover;
  }

div.product-info{
  width: 120px;
  padding: 8px;
  }
  
ul.product-list{
  display: flex;
  padding-left: 40px;
}
ul.product-list li{
  gap: 40px;
}

  }