@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.list-indent-step li {
  padding-left: 5em;
  text-indent: -5em;
}

.text-indent-n3 {
  text-indent: -1em;
  padding-left: 1em;
}

.no-indent {
  text-indent: 0;
  padding-left: 20px;
}

.no-indent-no-pl {
  text-indent: 0;
}


.text-dander {
  color: red;
}

.player-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.user-icon {
  width: 32px;
  height: 32px;
  object-fit: cover;
  position: absolute;
  top: -23px;
  right: 0px;
  border-radius: 50%;
}

.finished-user-icon {
  width: 32px;
  height: 32px;
  object-fit: cover;
  position: absolute;
  content: "";
  top: -7px;
  left: 75px;
  border-radius: 50%;
}

.fixed-width {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-group-item {
  display: flex;
  /* Flexboxを有効化 */
  flex-wrap: wrap;
  /* アイテムが容器のサイズを超えたら折り返す */
}

.break-line {
  flex-basis: 100%;
  /* 新しい行を開始するために幅を100%にする */
  width: 100%;
  height: 0;
  /* 可視的な高さは0 */
}

.golf-top-title {
  width: 100%;
  background: #000;
  padding: 10px;
  text-align: center;
  color: #F4BB00;
}

.ad-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s;
  aspect-ratio: 16/9;
}

.ad-image:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

/* カスタムCSS */
/* td:hover {
  background-color: red;
} */

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  word-break: break-all;
  overflow-wrap: break-word;
}

#app {
  flex: 1;
}

.active-tournament {
  position: relative;
  padding-left: 13px;
}

.active-tournament::before {
  position: absolute;
  content: "";
  top: 1px;
  left: -8px;
  width: 15px;
  height: 15px;
  background-color: #F4BB00;
  z-index: 1000;
  border-radius: 50%;
}

.end-tournament {
  position: relative;
  padding-left: 13px;
}

.end-tournament::before {
  position: absolute;
  content: "";
  top: 4px;
  left: -8px;
  width: 15px;
  height: 15px;
  background-color: #6c757d;
  z-index: 1000;
  border-radius: 50%;
}

.end-tournament-user {
  position: relative;
}

.end-tournament-user::before {
  position: absolute;
  content: "";
  top: 13px;
  left: -28px;
  width: 15px;
  height: 15px;
  background-color: #6c757d;
  z-index: 1000;
  border-radius: 50%;
}



/* --------------  デザインCSS -------------- */


/*=============================================
bodyの中身が少なくてもfooter下に余白を設けない
footerが常に下にある状態にする。
============================================= */
/* body {
  font-family: 'Zen Old Mincho', serif;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#GOLF {
  flex: 1;
} */

.wrapper2 {
  min-height: 100vh;
  position: relative;
  padding-bottom: 264px;
  box-sizing: border-box;
}

footer {
  background-color: #000000;
  width: 100%;
  /* 下に固定 */
}

footer small {
  color: rgb(187, 185, 185);
  ;
  font-size: 16px;
}

.footer_logo {
  width: 200px;
  background-color: #000000;
}

th.double-left-border,
td.double-left-border {
  position: relative;
  padding-left: 10px;
  /* 擬似要素のためのスペースを確保 */
}

th.double-left-border::before,
td.double-left-border::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #929392;
  /* ボーダーの色 */
}

th.double-left-border::after,
td.double-left-border::after {
  content: "";
  position: absolute;
  left: 2px;
  /* 2つ目のボーダーの位置を調整 */
  top: 0;
  height: 100%;
  width: 1px;
  background: #929392;
  /* ボーダーの色 */
}

.table-font-size {
  font-size: 15px;
}

[v-cloak] {
  display: none;
}

.modal {
  display: flex;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* 背景を半透明に */
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 80%;
  max-width: 400px;
  text-align: center;
}

/* .header-top-logo {
  margin-bottom: 0px;
  margin-top: 0;
  padding-top: 70px;
  display: block;
  width: 100vw;
  background-image: url(../images/common/header_GOLF.png),
    url(../images/common/header_long.png);
  background-position: 2% 50%, 35% 50%;
  background-size: 300px, cover;
  background-repeat: no-repeat, no-repeat;
} */

.header-top-logo {
  position: relative;
  margin-bottom: 0px;
  margin-top: 0;
  /* padding-top: 70px; */
  height: 70px;
  display: block;
  width: 100vw;
}

.header-top-logo::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 70px;
  background-image: url(../images/common/header-long-.black.png);
  /* background-position: 2% 50%, 35% 50%; */
  background-position: 20px 0px;
  background-size: 120%;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
}

@media screen and (max-width: 1700px) { .header-top-logo::after { background-size: 140%; background-position: 0px 0px; } }
@media screen and (max-width: 1400px) { .header-top-logo::after { background-size: 175%; background-position: 0px 0px; } }
@media screen and (max-width: 1100px) { .header-top-logo::after { background-size: 200%; background-position: 5px 0px; } }
@media screen and (max-width: 991px) { .header-top-logo::after { background-size: 225%; background-position: 5px 0px; } }
@media screen and (max-width: 850px) { .header-top-logo::after { background-size: 270%; background-position: 0px 0px; } }
@media screen and (max-width: 710px) { .header-top-logo::after { background-size: 310%; background-position: -10px 0px; } }
@media screen and (max-width: 625px) { .header-top-logo::after { background-size: 360%; background-position: -15px 0px; } }
@media screen and (max-width: 576px) { .header-top-logo::after { background-size: 400%; background-position: -80px 0px; } }
@media screen and (max-width: 500px) { .header-top-logo::after { background-size: 440%; background-position: -80px 0px; } }
@media screen and (max-width: 450px) { .header-top-logo::after { background-size: 480%; background-position: -80px 0px; } }
@media screen and (max-width: 430px) { .header-top-logo::after { background-size: 520%; background-position: -80px 0px; } }
@media screen and (max-width: 400px) { .header-top-logo::after { background-size: 560%; background-position: -80px 0px; } }
@media screen and (max-width: 380px) { .header-top-logo::after { background-size: 600%; background-position: -113px 0px; } }
@media screen and (max-width: 360px) { .header-top-logo::after { background-size: 640%; background-position: -113px 0px; } }
@media screen and (max-width: 320px) { .header-top-logo::after { background-size: 700%; background-position: -113px 0px; } }

.header-top-logo img {
  width: 150px;
  margin-top: 20px;
  margin-left: 25px;
  height: auto;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 576px) {
  .header-top-logo img {
    width: 100px;
    margin-top: 23px;
    margin-left: 10px;
  }
}

.navbar {
  --bs-navbar-padding-y: 0;
}

.header_top {
  height: 70px;
  position: fixed;
}

.header_top a {
  color: rgb(187, 185, 185);
  ;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer !important;
}

.header_top li {
  list-style: none;
}

.header_top ul {
  position: absolute;
  right: 1%;
  bottom: 5px;
}

/* nav間の縦線 */
.htn-item {
  position: relative;
}

.htn-item::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 1px;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.user-dropdown-menu {
  background-color: #000000 !important;
  height: 150px;
}

.user-dropdown-menu .dropdown-item:hover {
  background-color: #000000;
  color: grey !important;
}

.header_main ul {
  display: flex;
  justify-content: center;
  list-style: none;
  background-color: #000000;
  margin-top: 70px;
}

.header_main span {
  font-size: 16px;
  color: rgb(187, 185, 185);
  align-items: baseline;
}

.header_main_img {
  /* width: 50%; */
  /* width: 215px; */
  height: 20px;
}

.header_main a {
  text-decoration: none;
  color: #ffffff;
}

.header_main li {
  border-right: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
}

.header_main ul {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.footer li {
  display: inline-block;
  list-style: none;
}

.footer a {
  color: rgb(187, 185, 185);
  ;
}

.flash_message {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  z-index: 9999;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .flash_message {
    width: 70%;
  }
}

@media screen and (min-width: 1196px) {
  .user-main {
    margin-top: 0px; /* PC表示時のヘッダー高さ */
  }
}

.header_top li {
  padding: 0 10px 0 10px;
}

#menu-btn-check {
  display: none;
}

.menu-text {
  display: none;
}


header {
  padding-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header_main {
  background-color: #000000;
}

.header_info {
  background-color: #000000;
  color: #F6B900;
  height: auto;
  font-size: 16px;
  padding: 5px 18px;
}

.header_info a {
  color: #F6B900;
}

ul {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}

/* 上下線 */
.footer:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 45px;
  display: inline-block;
  width: 97%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(187, 185, 185);
}

.footer:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 45px;
  display: inline-block;
  width: 97%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(187, 185, 185);
}

/* nav間の縦線 */
.footer_nav_ul li+li {
  position: relative;
}

.footer_nav_ul li+li ::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 1px;
  background: rgb(187, 185, 185);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.menu-content .dropdown-toggle {
  color: rgb(187, 185, 185);
}

.menu-content a:visited {
  color: rgb(187, 185, 185);
}

.menu-content a:hover {
  color: grey;
}

.footer a:visited {
  color: rgb(187, 185, 185);
}

.footer a:hover {
  color: grey;
}

.footer_nav {
  justify-content: start;
}

.icon {
  justify-content: end;
  padding-right: 32px;
}

.icon_ul {
  display: flex;
  font-size: 27px;
}

.footer_nav_ul {
  height: 130px;
  align-items: center;
  display: flex;
}

.footer_nav_ul a {
  font-size: 16px;
}

.footer_nav_ul {
  padding-right: 20px;
  padding-left: 20px;
}


ul {
  position: relative;
  margin-bottom: 0rem;
}

.header_top_nav {
  display: flex;
}

.header_top_nav_lg {
  display: none;
}

.nav-link-item {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.sub_nav {
  font-size: large;
}


.static-title {
  font-size: 20px;
}

.static-middle-title {
  font-size: 18px;
}

.static-text {
  font-size: 16px;
}

.static ul {
  list-style-type: disc;
}

.static ul ul {
  list-style-type: none;
  display: block;
}

.static .static-flex {
  display: flex;
}

.static li {
  list-style-type: none;
}

.indented-text {
  text-indent: -1.6em;
  padding-left: 1em;
}

ol ul li {
  list-style-type: none;
}

.table-width {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .ranking-sp {
    display: inline-block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .static-title {
    font-size: 18px;
  }

  .static-middle-title {
    font-size: 16px;
  }

  .static-text {
    font-size: 14px;
  }
}

.active-user-mark {
  position: relative;
}

.active-user-mark {
  position: relative;
}

.user-mark {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: red;
}

/* ここから🍔（JS使用していない） */
/* ここから三本線ボタン */
@media screen and (min-width: 1299px) {
  .hamburger-menu {
    width: 0;
  }
}

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

  .menu-btn {
    position: fixed;
    top: 18px;
    right: 80px;
    display: flex;
    height: 30px;
    width: 37px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000000;
  }

  /* ログイン前のハンバーガーメニューの位置を調整 */
  .menu-btn.menu-btn-guest {
    right: 25px;
  }

  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 37px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .menu-btn span:before {
    bottom: 8px;
  }

  .menu-btn span:after {
    top: 8px;
  }

  .menu-btn .menu-text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: 26px;
    left: 0px;
    display: inline-block;
  }

  /* ===================================================================
  メニューが開いているか閉じているかに基づいてメニューの表示を切り替える
  チェックされている要素の後にある、クラス目「menu-btn」の要素内すべての
  spanタグに適用されるスタイルを指定する
  =================================================================== */

  /* メニューオープン時は真ん中の線を透明にする */
  #menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }

  /* ＼ */
  #menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }

  /* ／ */
  #menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* ここまで三本線ボタン */

  /* 確認用チェックボックス無効にする */
  #menu-btn-check {
    display: none;
  }

  /* メニュー装飾 */
  .header_top_nav_lg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #000000;
    transition: all 0.4s;
    /* アニメーション設定 */
  }

  .header_top_nav_lg ul {
    width: 100%;
    /* メニューの幅を100%に設定 */
    height: 100%;
    padding: 0;
    /* 上のpaddingを削除し、リストを中央に配置 */
    margin: 0 auto;
    list-style: none;
  }

  .header_top ul {
    position: absolute;
    top: 20%;
    right: 0%;
  }

  .menu-content {
    display: none;
  }

  /* 三ボタンを押したらメニューが出てくる
  ✖ボタンでメニューを画面の外へ飛ばす */
  .hamberger-inner {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: scroll;
    top: 0;
    left: 100%;
    /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #000000;
    transition: all 0.4s;
    /*アニメーション設定*/
    margin-top: 7.8%;
  }

  /* ボタンがタップされたときメニューが画面に表示される */
  #menu-btn-check:checked~.hamberger-inner {
    left: 0;
    /*メニューを画面内へ*/
  }

  /* ここまで🍔 */

  /* headerの縦線消去 */
  .header_top li+li {
    position: relative;
  }

  /* .header_top li+li ::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
  } */
  .header_top .nav-item+.nav-item::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
  }

  .header_top_nav ul {
    display: none;
  }

  .header_main ul {
    display: none;
  }

  .header_main li {
    border: solid 0px;
  }

  .header_main ul {
    border: solid 0px;
  }

  /* ハンバーガーメニュー内のメニュー位置調整 */
  .wrapper {
    width: 97%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
  }

  .header_top_nav_lg {
    position: absolute;
    width: 34%;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .member a:not([href]):not([class]),
  a:not([href]):not([class]):hover {
    color: rgb(187, 185, 185);
    text-decoration: none;
  }

  .header_top_nav_lg p {
    margin-bottom: 0;
  }

  .wrapper li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hamberger-inner {
    margin-top: 70px;
  }

  .header_info {
    margin-top: 70px;
  }

  .nav-item-log {
    margin-bottom: 170px;
  }

  .user-main {
    padding-top: 160px;
  }

  .logged-in .user-main {
    padding-top: 200px;
  }

  .user-icon-wrapper {
    display: block;
    position: fixed;
    top: 18px;
    right: 25px;
    z-index: 90;
  }

  .user-icon-wrapper .user-icon {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    position: static;
  }

}

/* footerのレスポンシブ（1195px以下） */
@media screen and (max-width: 1195px) {

  ul {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
  }

  /* .header-top-logo::after {
    background-size: 155%;
    background-position: -80px 0px;
  } */

  .footer:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
  }

  .footer:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
  }

  /* 上下線 */
  .footer:before {
    display: none;
  }

  .footer:after {
    display: none;
  }

  .footer {
    flex-wrap: wrap;
  }

  nav.navbar.navbar-expand.footer {
    justify-content: center;
  }

  .icon {
    padding-right: 32px;
    padding-left: 32px;
    padding-top: 15px;
  }

  .footer_nav_ul {
    height: 30px;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 44px;
    padding-left: 0;
  }
}

/* footerのレスポンシブ（1143px以下） */
@media screen and (max-width: 1143px) {
  ul {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
  }

  .icon {
    padding: 0;
    padding-top: 17px;
  }

  .footer_nav_ul {
    height: 30px;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 44px;
    padding-left: 0;
  }

  .header-top-logo {
    background-size: 20%, cover;
    background-position: 2% 50%, 35% 50%;
  }
}

@media screen and (max-width: 1090px) {
  .header-top-logo {
    background-size: 22%, cover;
    background-position: 2% 50%, 35% 50%;
  }
}

/* footerのレスポンシブ（991px以下） */
/* footer_navを縦並び */
@media screen and (max-width: 991px) {
  .header-top-logo {
    background-color: #fff;
  }

  /* .header-top-logo::after {
    background-size: 185%;
    background-position: 0px 0px;
  } */

  /* footer縦線消去 */
  .footer_nav_ul li+li {
    position: relative;
  }

  .footer_nav_ul li+li ::before {
    position: absolute;
    content: "";
    height: 0px;
    width: 0px;
  }

  .footer:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
  }

  .footer:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 0px;
  }

  /* 上下線消去 */
  .footer_nav_ul {
    position: relative;
    padding-top: 180px;
    padding-bottom: 150px;
  }

  .footer .footer_nav_ul {
    flex-direction: column;
    justify-content: center;
  }

  .icon {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .footer_nav_ul {
    padding-right: 0px;
  }

  nav.navbar.navbar-expand.footer {
    display: block;
  }

  .footer_logo {
    width: 190px;
    background-color: #000000;
  }

  .header-top-logo {
    background-size: 20%, cover;
    background-position: 2% 50%, 35% 50%;
  }
}

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

  .hamberger-inner {
    margin-top: 70px;
  }

  .header_info {
    margin-top: 70px;
  }

  .header-top-logo {
    background-size: 22%, cover;
  }

}

/* ハンバーガーメニュー内のメニュー位置調整 */
@media screen and (max-width: 739px) {
  .wrapper {
    width: 97%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
  }

  .header_top_nav_lg {
    position: absolute;
    width: 40%;
    display: table;
    margin-left: 30%;
    margin-right: auto;
    padding: 0;
  }

  .header_info {
    font-size: 14px;
  }

  .header-top-logo {
    background-size: 25%, cover;
    overflow: hidden;
  }

}

@media screen and (max-width: 650px) {
  .header-top-logo {
    /* padding-top: 70px; */
    width: 100vw;
    background-position: 4% 50%, 20% 50%;
    background-size: 32%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .hamberger-inner {
    margin-top: 70px;
  }

  .header_info {
    margin-top: 70px;
  }
}

/* ハンバーガーメニュー内のメニュー位置調整 */
@media screen and (max-width: 628px) {
  .header_top_nav_lg {
    width: 45%;
  }
}

@media screen and (max-width: 580px) {
  .header-top-logo {
    background-size: 34%, cover;
  }

}

/* ハンバーガーメニュー内のメニュー位置調整 */
@media screen and (max-width: 558px) {
  .header_top_nav_lg {
    width: 50%;
  }
}

/* ハンバーガーメニュー内のメニュー位置調整 */
@media screen and (max-width: 503px) {
  .header_top_nav_lg {
    width: 55%;
    margin-left: 25%;
  }

  /* .header-top-logo::after {
    background-size: 265%;
    background-position: -80px 0px;
  } */

}

/* ハンバーガーメニュー内のメニュー位置調整 */
@media screen and (max-width: 459px) {
  .header_top_nav_lg {
    width: 60%;
    margin-left: 25%;
  }

  .header-top-logo {
    background-position: 4% 50%, 15% 50%;
    background-size: 40%, cover;
  }

  /* .header-top-logo::after {
    background-size: 255%;
    background-position: -80px 0px;
  } */
}

/* ハンバーガーメニュー内のメニュー位置調整 */
@media screen and (max-width: 419px) {
  .header_top_nav_lg {
    width: 70%;
    margin-left: 20%;
  }

  /* .header-top-logo::after {
    background-size: 255%;
    background-position: -80px 0px;
  } */
}

@media screen and (max-width: 390px) {
  .header_info {
    font-size: 12px;
  }

  .footer_nav_ul a {
    font-size: 14px;
  }

  .header_top a {
    font-size: 14px;
  }

  footer small {
    color: rgb(187, 185, 185);
    font-size: 12px;
  }

  .header-top-logo {
    background-position: 6% 50%, 12% 50%;
    background-size: 50%, cover;
  }

  /* .header-top-logo::after {
    background-size: 285%;
    background-position: -80px 0px;
  } */
}

/* ハンバーガーメニュー内のメニュー位置調整 */
@media screen and (max-width: 359px) {
  .header_top_nav_lg {
    width: 80%;
    margin-left: 15%;
  }

  /* .header-top-logo::after {
    background-size: 285%;
    background-position: -80px 0px;
  } */
}

@media screen and (min-width: 786px) {
  .sm-btn {
    display: none;
  }
}

/* /////////////////   掲示板   ////////////////// */
.post-icon {
  width: 100px;
  height: 100px;
  max-width: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 650px) {
  .post-icon {
    width: 70px;
    height: 70px;
  }
}

.post-comment-icon {
  width: 70px;
  height: 70px;
  max-width: 100%;
  border-radius: 50%;
}

.width-container {
  width: 1500px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/* /////////////////   フリマ   ////////////////// */
.btn-outline-secondary:hover {
    background-color: #ffff;
    /* 薄いグレー */
    border-color: #f03949;
    /* 元の枠線色を維持 */
    color: #f03949;
    /* テキストの色を黒に */
}
.indent-text {
    padding-left: 1em;  /* ※印分のスペース */
    text-indent: -1em;  /* 1行目の※印分を戻す */
}
.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* トップページ画像スタイル */
.top-image-section {
    margin-top: 0; /* マージンを削除 */
    padding: 0;
    position: relative;
}

.top-image-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* ガイダンス画像スタイル */
.guidance-section {
    position: relative;
    width: 100%;
    background-color: #000; /* 背景を黒に */
}

.guidance-section img {
    width: 100%;
    height: auto;
    display: block;
}

/* スマートフォン向けの調整（768px以下） */
@media (max-width: 768px) {
    .top-image-section {
        margin-top: 0;
    }
}

/* タブレット向けの調整（769px-1195px） */
@media (min-width: 769px) and (max-width: 1195px) {
    .top-image-section {
        margin-top: 0;
    }
}

/* PC向けの調整（1196px以上） */
@media (min-width: 1196px) {
    .top-image-section {
        margin-top: 0;
    }
}

/* コンテンツセクションのスタイル */
.content-section {
    padding: 20px 0;
    background-color: #fff;
}

.content-item, .content-item-sp {
    margin-bottom: 40px;
}

.content-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.title-bar img {
    width: 100%;
    height: auto;
}

.description {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* スマートフォン向けの調整 */
@media (max-width: 768px) {
    .content-item-sp {
        margin-bottom: 30px;
    }

    .content-item-sp .title-bar {
        margin-bottom: 15px;
    }

    .content-item-sp .content-image {
        margin-bottom: 20px;
    }

    .description {
        font-size: 14px;
    }
}

/* ログインボタンセクション */
.login-buttons {
    padding: 20px 0;
}

.login-buttons .btn {
    font-size: 18px;
    font-weight: bold;
}

.carousel {
    margin-bottom: 30px;
}

.carousel-item {
    height: auto;
    background-color: #f8f9fa;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

/* スマートフォン向けの調整 */
@media (max-width: 768px) {
    .carousel-item {
        height: 200px;
    }

    .carousel-item .row {
        display: block;
    }

    .carousel-item .col-md-4:not(:first-child) {
        display: none;
    }
}

/* PC向けの調整 */
@media (min-width: 769px) {
    .carousel-item {
        height: auto;
    }

    .carousel-item .row {
        transition: transform 0.6s ease-in-out;
    }
}

/* メインコンテンツのパディング調整 */
.user-main {
    padding-top: 70px; /* ログイン前のヘッダー高さに合わせる */
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* ログイン後のパディング調整 */
.logged-in .user-main {
    padding-top: 132px; /* ログイン後のヘッダー高さに合わせる */
}

@media screen and (max-width: 1300px) {
    .logged-in .user-main {
        padding-top: 70px;
    }
}

.user-icon-wrapper {
  display: none; /* デフォルトでは非表示 */
}

@media screen and (max-width: 1300px) {
  .user-icon-wrapper {
    display: block; /* スマホ表示時のみ表示 */
    position: fixed;
    top: 18px;
    right: 25px; /* ハンバーガーメニューの位置に合わせる */
    z-index: 90;
  }

  .user-icon-wrapper .user-icon {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    position: static;
  }

  /* ハンバーガーメニューボタンの位置を左に移動 */
  .menu-btn {
    right: 60px; /* ユーザーアイコンの分だけ左に移動 */
  }
}

.mobile-user-icon {
  display: none;
}

@media screen and (max-width: 1300px) {
  .mobile-user-icon {
    display: block;
  }
}

.no-after::after {
  display: none !important;
}