@charset "UTF-8";
/* ====================
importファイル
=================== */
/* ================================================================================
VW設定
================================================================================ */
/* PC設定 */
/* タブレット設定 */
/* SP設定 */
/* フォントサイズ */
/* 余白計算 */
/* =================
値の定義
==================== */
/* =====================================
ヘッダー
===================================== */
#header {
  background: linear-gradient(to bottom, #000 0px, #000 60px, #f2f2f2 60px, #f2f2f2 80px);
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
#header .header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 100%;
}
#header .header__inner--logo {
  position: absolute;
  width: 95px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  z-index: 10;
}
#header .header__inner--logo a {
  display: flex;
  align-items: center;
}
#header .header__inner--trapezoid {
  border-top: 20px solid #000;
  border-left: 0 solid transparent;
  border-right: 5px solid transparent;
  width: 105px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#header .header__inner--button {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 5px;
  align-self: baseline;
}
#header .header__inner .signin--btn {
  background-image: url("../../img/gold_button.png");
  width: 109px;
  height: 29px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  text-align: center;
}
#header .header__inner .signin--btn span {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* =====================================================
フッター
===================================================== */
#footer {
  background-color: #000;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .l-footer__inner {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  #footer .l-footer__inner {
    padding: 0 17.5px;
  }
}
#footer .l-footer__inner--logo {
  max-width: 120px;
}
#footer .l-footer__inner--ul ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#footer .l-footer__inner--ul ul a {
  font-size: 16px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

#body_wrap {
  margin-top: 80px;
}

/*# sourceMappingURL=style.css.map */
