@charset "utf-8";

.container {
  width: 100%;
  height: auto;
  position: relative;
}


/* ----------------
共有
---------------- */
.none {
  display: none !important;
}

.hide {
  opacity: 0 !important;
  z-index: -1 !important;
  pointer-events: none !important;
}

.pic-size {
  width: 100%;
  height: auto;
}

body {
  background-color: black;
}

/* ----------------
ボタン
---------------- */
.btn-act:active {
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 380px) {
  .fs-btn a,
  .fs-btn input{
    font-size: 14px;
  }
}

/* ----------------
検索バー
---------------- */

.btn-navbar {
  border: none !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}



/* ----------------
header
---------------- */
main {
  margin-top: 120px;
  margin-bottom: 90px;
}

main.other {
  margin-top: 60px;
  margin-bottom: 90px;
}

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
}

.headerFixed.other {
  background: transparent;
}

.head-icn-group {
  gap: 8px;
}

.head_upper {
  padding: 12px 48px;
  background: #000;
}

.headerLogo a {
  margin: 0;
  padding: 0;
  display: block;
  width: 70px;
}

.headerLogo a img {
  display: inline-block;
}

.head-bottom {
  text-align: center;
  position: relative;
  padding: 0 0 12px 0;
  width: 100%;
}

.bg {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.head_gradation {
  padding: 0 0 80px 0;
  z-index: 10;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 78%, rgb(0 0 0 / 75%));
  background-color: transparent;
}

.head_lower {
  padding: 18px 0 12px 0;
  z-index: 11;
  background-image: linear-gradient(180deg, rgba(221, 2, 2, 1), rgba(255, 255, 255, 0));
  /* background-image: linear-gradient(180deg, var(--main_color), rgba(255, 255, 255, 0)); */
  background-color: transparent;
}

.club_name {
  color: #fff;
  margin-top: 14px;
}

.clubAccountSlogan {
  color: #fff;
  opacity: 0.2;
  position: relative;
  z-index: -1;
  transform: translate(0px, 17px);
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-style: italic;
  font-family: 'Futura PT', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', Roboto, 'Segoe UI', Arial, Meiryo, sans-serif;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.icn_head {
  width: 30px;
}

.icn-wrap {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 39%);
  z-index: 14;
}

.icn-pic {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  /* 円形にする */
  position: relative;
  /* 基準値とする */
  overflow: hidden;
  /* はみ出た部分を非表示 */
  border: 1px solid #fff;
}

.icn-pic img {
  position: absolute;
  /* 相対位置に指定 */
  top: 0;
  left: 0;
  width: auto;
  object-fit: cover;
  /* 画像の表示サイズを調整 ※IE非対応 */
}

.teamlogo_back {
  width: 74px;
  height: 35px;
  border-radius: 50% / 100% 100% 0 0;
  background: #d1d1e6;
  position: absolute;
  top: -3px;
  left: -2px;
  z-index: -1;
}

.teamlogo {
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  border-radius: 50%;
  /* 円形にする */
  position: relative;
  /* 基準値とする */
  overflow: hidden;
  /* はみ出た部分を非表示 */
}

.teamlogo img {
  position: absolute;
  /* 相対位置に指定 */
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  object-fit: cover;
  /* 画像の表示サイズを調整 ※IE非対応 */
}

.head-border {
  width: 100%;
  height: 3px;
  position: relative;
  transform: translate(0px, 0px);
  z-index: 13;
}

.teamcolor2 {
  background-color: #FFFF00;
  /* background-color: var(--sub_color); */
}

.display-grid {
  display: grid;
}

/* ----------------
footer
---------------- */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

footer.family .display-grid {
  grid-template-columns: auto auto auto auto;
  place-content: center;
  gap: 11%;
}

footer.player .display-grid {
  grid-template-columns: auto auto auto auto auto;
  place-content: center;
  gap: 5%;
}

.ft_icn {
  border: none !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

.ft_icn {
  height: 45px;
  padding: 0 0;
  line-height: 0;
  background: transparent;
}

.ft_icn span {
  display: block;
  text-align: center;
  color: #fff;
}

.ft_icn img {
  width: 100%;
  height: auto;
  color: #fff;
  max-width: 26px;
}

.footer-wrap {
  position: relative;
  width: 100%;
  height: 70px;
  background: rgba(27, 27, 27, 0.95);
  display: flex;
  align-items: center;
  border-radius: 30px 30px 0 0;
  box-shadow: 0px -4px 2px 0px rgba(0, 0, 0, 0.3);
}

.dropdown-menu {
  position: absolute;
  top: -310px;
  left: 0;
  width: 100%;
  /* 横幅を100%に */
  background: rgba(27, 27, 27, 0.95);
  color: black;
  border-radius: 44px 44px 0 0;
  display: none;
  flex-direction: column;
  padding: 39px 48px 50px 48px;
  z-index: -1;
  /* 他の要素の上に表示 */
}

.dropdown-menu p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: bold;
}

.close-btn {
  background: transparent;
  color: white;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 31px;
  right: 10px;
  cursor: pointer;
  border: none;
  z-index: 1;
}

.menu {
  background: rgba(41, 41, 41, 0.87);
  padding: 8px 0;
  border-radius: 30px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.menu span {
  color: #FEFEFE;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0.8;
}

.menu-icn img {
  width: 100%;
  height: auto;
  max-width: 22px;
}

.menu-icn {
  display: flex;
}

.icn-txt-wrap {
  width: 54%;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ----------------
固定背景
---------------- */

.fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  /* コンテンツの背面に配置 */
}

.fixed-bg.other {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg_2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  /* コンテンツの背面に配置 */
}

.fixed-bg.other2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/login_pic.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  /* コンテンツの背面に配置 */
}

/* ----------------
フロートボタン
---------------- */

.btn-float {
  position: fixed;
  bottom: 82px;
  right: 26px;
  width: 47px;
}

/* ----------------
共通余白、フォント 
---------------- */

.margin-top-0 {
  margin-top: 0;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-67 {
  margin-bottom: 67px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}


.margin-top-60 {
  margin-top: 60px;
}

.margin-right-15 {
  margin-right: 15px;
}

.padding-left-right-48 {
  padding: 0 48px;
}

.fontsize-12 {
  font-size: 12px !important;
}

.fontsize-14 {
  font-size: 14px !important;
}

.fontsize-16 {
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.fontsize-20 {
  font-size: 20px !important;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.fontsize-34 {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 455px) {
  .fontsize-1-1 {
    font-size: 1.1rem;
  }
}