@charset "utf-8";

html,body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    height: auto;
}

*, *::before, *::after {
  box-sizing: inherit;
}

.background{
    position: relative;
    display: inline-block;
}
.bg-img{
    position: absolute;
    top: -40px; left: 210px;
    object-fit: cover;
    z-index: 0;
}

.background_2{
    position: absolute;
    display: inline-block;
}
.bg-icon{
    position: absolute;
    width: 110px;
    height: 110px;
    object-fit: cover;
    z-index: 0;
    top: 77px;
    left: -19.5px;
}

body{
    font-size: 1em;
    line-height:1.8em;
    color: #FBFAF3;
    line-height:1.8em;
    background-color: #2F2725;

}

.left{
    width: 30px;
    height: 30px;
    margin-top: 30px;
    margin-left: 22px;
}

.container{
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.profile_image{
    position: relative;
    width:90px;
    height:90px;
    border-radius: 50%;
    margin-right: 30px;
    margin-top: 20px;
}

.profile_text h3{
    font-family: "こぶりなゴシック","ヒラギノ角ゴシック Pro W3";
    font-size:18px;
}

.profile_text p{
    font-family: "こぶりなゴシック","ヒラギノ角ゴシック Pro W3";
    font-size: 11px;
    line-height: 0.5;
}

.button-group{
    display: flex;
    gap: 15px;
}

.follow{
    width: 92px;
    padding: 5px 20px;
    background-color: #4E4449;
    color:#FBFAF3;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
    display: flex; /* Flexboxを適用 */
    justify-content: center; /* 横中央配置 */
    align-items: center; /* 縦中央配置 */
    margin-left: 48px;
    margin-top: 35px;
}

.follower{
    width: 110px;
    padding: 5px 20px;
    background-color: #4E4449;
    color:#FBFAF3;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 11px;
    white-space: nowrap;
    display: flex; /* Flexboxを適用 */
    justify-content: center; /* 横中央配置 */
    align-items: center; /* 縦中央配置 */
    margin-left: 11px;
    margin-top: 35px;
}

.tab-menu {
  display: flex;/*写真と動画のメニューバー*/
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 300px;
}

.tab {
  flex: 1;             /* 各タブを均等幅に */
  text-align: center;
  padding: 37px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab-text{
    margin-bottom: 8px;
}

.bar {
  height: 3px;
  background-color: #4E4449; /* デフォルトバーの色 */
  margin: 0 10px;         /* 両端に隙間 */
  border-radius: 2px 2px 0 0;
  width: 160px;
}

.tab.active .bar {
  background-color: #FBFAF3; /* 選択中は色を変える */
}

.menu-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 340px;
    margin: 0 auto;
}

.menu-title{
    font-size: 17px;
}

.vertical-three-dot{
    width: 10px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px; /* 点と点の間の隙間 */
    padding: 0;
}

.vertical-three-dot span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #FBFAF3;
  border-radius: 50%;
}

.movie{
    display: flex;
    gap: 28px;
    margin-top: 15px;
    padding-left: 27px;
    align-items: flex-start;
    padding-right: 27px;
    overflow: auto;
}

.movie img{
    width: 200px;
    height: 320px;
    object-fit: cover;
    border-radius: 13px;
}

.bottom-menu {
  position: fixed;          /* 画面下に固定 */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 89px;
  background-color: #4E4449;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
  display: flex;            /* 横並び */
  justify-content: space-around;
  align-items: center;
  z-index: 100;
}

.menu-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-btn img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.menu-header_2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 340px;
    margin: 0 auto;
    margin-top: 20px;
}

.menu-title{
    font-size: 17px;
}

.vertical-three-dot{
    width: 10px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px; /* 点と点の間の隙間 */
    padding: 0;
}

.vertical-three-dot span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #FBFAF3;
  border-radius: 50%;
}

.new_movie{
    display: flex;
    gap: 28px;
    margin-top: 15px;
    padding-left: 27px;
    align-items: flex-start;
    overflow: auto;
    padding-right: 27px;
    padding-bottom: 100px;
}

.new_movie img{
    width: 200px;
    height: 320px;
    object-fit: cover;
    border-radius: 13px;
}

.footer {
    margin-bottom: 100px;
}