@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- summaryの三角を消す  ---*/
summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

a:hover {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: 100%;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #000;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Helvetica Neue", "Arial", sans-serif;
  word-break: break-all;
}

body.no-scroll {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 767px) {
  html {
    font-size: 2.1333333333vw;
  }

  p {
    font-size: 1rem;
  }
}

/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1111111111vw;
  }

  p {
    font-size: 1rem;
  }
}

/*
  xl-PC
  ----------------------------------------------- */
@media screen and (min-width: 2001px) {
  html {
    font-size: 1rem;
  }

  p {
    font-size: 1rem;
  }
}

/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 767px) {
  .inner {
    width: 41.875rem;
    margin: 0 auto;
    position: relative;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .inner {
    width: 68.75rem;
    margin: 0 auto;
    position: relative;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}

/*==============================================================================
Header
============================================================================= */
@media screen and (max-width: 767px) {
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }

  .overlay.active {
    display: block;
  }

  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .header-bg {
    padding: 1.875rem 0;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 0.0625rem solid #002aff;
  }

  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo {
    width: 16.5625rem;
  }

  .header .hamburger {
    position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
  }

  .header .hamburger span {
    position: absolute;
    right: 0;
    display: block;
    height: 0.25rem;
    background: #fff;
    margin: 0.25rem 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .header .hamburger span:nth-child(1) {
    top: -1.0625rem;
    width: 2.625rem;
  }

  .header .hamburger span:nth-child(2) {
    top: -0.1875rem;
    width: 1.3125rem;
  }

  .header .hamburger span:nth-child(3) {
    top: 0.6875rem;
    width: 1.3125rem;
  }

  .header-nav {
    display: none;
    position: absolute;
    top: 174%;
    left: 0;
    width: 46.875rem;
    margin-left: -2.5rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 300;
  }

  .header-nav.active {
    display: block;
  }

  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 3.9375rem 0;
    width: 41.875rem;
    margin: 0 auto;
    padding: 6.25rem 0 9.0625rem;
  }

  .header-nav-img01 {
    width: 10.1875rem;
  }

  .header-nav-img02 {
    width: 12.25rem;
  }

  .header-nav-img03 {
    width: 9.625rem;
  }

  .header-nav-img04 {
    width: 14.25rem;
  }

  .header-nav-img05 {
    width: 12.3125rem;
  }

  .header-nav-img06 {
    width: 13.9375rem;
  }

  .header-nav-close {
    width: 15.625rem;
    margin-top: -0.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }

  .header-bg {
    padding: 1.25rem 0;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 0.0625rem solid #002aff;
  }

  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo {
    width: 16.5625rem;
  }

  .header-nav {
    position: relative;
  }

  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0 2.8125rem;
  }

  .header-nav-img01 {
    width: 4.3125rem;
  }

  .header-nav-img02 {
    width: 5.125rem;
  }

  .header-nav-img03 {
    width: 3.9375rem;
  }

  .header-nav-img04 {
    width: 5.9375rem;
  }

  .header-nav-img05 {
    width: 5.25rem;
  }

  .header-nav-img06 {
    width: 5.625rem;
  }

  .header .hamburger {
    display: none;
  }
}

/*==============================================================================
kv
============================================================================= */
@media screen and (max-width: 767px) {
  .kv-bg {
    padding: 13.9375rem 0 7.3125rem;
    background: url(../images/event/kv-bg_sp.webp) no-repeat top center/cover;
  }

  .kv-event {
    width: 17.5rem;
    margin: 0 auto;
  }

  .kv-ttl {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    margin: 2.3125rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .kv-bg {
    padding: 11.5625rem 0 5.875rem;
    background: url(../images/event/kv-bg.webp) no-repeat top center/cover;
  }

  .kv-event {
    width: 14.375rem;
    margin: 0 auto;
  }

  .kv-ttl {
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    margin: 1.6875rem auto 0;
  }
}

/*==============================================================================
goat
============================================================================= */

@media screen and (min-width: 768px) {

  /* セクション */
  .goat-section-bg01 {
    padding-top: 3.25rem;
    background: #000;
  }

  /* セクション */
  .goat-section-bg02 {
    padding-top: 1.25rem;
    background: #000;
  }

  /* ポスター枠 */
  .goat-poster-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
  }

  /* ポスター画像 */
  .goat-poster-frame img {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }

  /* 警告文のレイアウト */
  .warning-overview {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    margin-bottom: 20px;
  }

  /* 警告文テキスト */
  .goat-warning-txt {
    color: #fff;
    margin-top: 40px;
    line-height: 2;
    font-size: 28px;
    text-decoration: underline;
    cursor: pointer;
    display: inline;
    width: auto;
  }

  /* タイトルテキスト（大会名） */
  .goat-title-txt {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 6px;
    border-bottom: 4px solid #fff;
    font-size: 45px;
    font-weight: bold;
  }

  /* 大会情報のレイアウト */
  .goat-fight-info-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 大会情報の左要素 */
  .goat-fight-info-left-overview {
    flex: 1;
    margin-top: 30px;
  }

  /* 太字の大文字テキスト */
  .goat-bold-l-txt {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: bold;
  }

  /* 中文字テキスト */
  .goat-txt {
    color: #fff;
    margin-top: 8px;
    line-height: 2;
    font-size: 23px;
  }

  /* VSテキスト用 */
  .goat-vs-txt {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 23px;
  }

  /* 大会情報の右要素 */
  .goat-fight-info-right-overview {
    flex: 1;
  }

  /* GOAT詳細のレイアウト */
  .goat-about-overview {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* URL用テキスト */
  .goat-url-txt {
    color: #fff;
    margin-top: 10px;
    line-height: 2;
    font-size: 20px;
    text-decoration: underline;
    cursor: pointer;
    display: inline;
    width: auto;
  }

  /* 各項目リンクボタン */
  .goat_link_botton {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
  }

  /* 各項目リンクボタン要素 */
  .goat_link-item {
    flex: 1;
    color: #fff;
    border: 1px solid;
    padding: 12px 20px;
    font-size: 23px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* サブタイトルテキスト（大会名以外の表題） */
  .goat-sub-title-txt {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 6px;
    border-bottom: 4px solid #fff;
    font-size: 30px;
    font-weight: bold;
  }

  /* 対戦カードのレイアウト */
  .goat-fight-card-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 対戦カードの左要素 */
  .goat-fight-left-overview {
    flex: 1;
  }

  /* 対戦カードテキスト(ルール) */
  .goat-fight-card-rule-txt {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    line-height: 2;
    font-size: 23px;
  }

  /* 対戦カードテキスト(選手) */
  .goat-fight-card-player-txt {
    color: #fff;
    margin-top: 10px;
    line-height: 2;
    font-size: 23px;
  }

  /* 対戦カードの右要素 */
  .goat-fight-right-overview {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 対戦カード画像 */
  .goat-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* coming soon画像のレイアウト */
  .goat-coming-soon-overview {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* coming soon画像 */
  .goat-coming-soon-img {
    width: 40%;
    height: 20%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* チケットのレイアウト */
  .goat-ticket-overview {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 放送情報のレイアウト */
  .goat-broadcast-overview {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 放送情報のテキスト */
  .goat-broadcast-txt {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 27px;
    /* font-weight: bold; */
  }

  /* 放送情報テキスト調整用(スマホのみ) */
  .br-sp {
    display: none;
  }

  /* アクセスのレイアウト */
  .goat-access-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* アクセスの左要素 */
  .goat-access-left-overview {
    flex: 1;
  }

  /* アクセスの右要素 */
  .goat-access-right-overview {
    flex: 1;
  }

  /* GoogleMap枠のレイアウト */
  .map-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 56.25%;
    /* 16:9比率（= 9 ÷ 16 × 100） */
  }

  /* GoogleMap */
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* SNSアイコンのレイアウト */
  .sns-icon-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }

  /* SNSアイコン */
  .sns-icon-item {
    width: 50px;
    height: 50px;
  }

  /* セクション(bottom余白用) */
  .goat-sns-section-bg01 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
    background: #000;
  }
}

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

  /* セクション */
  .goat-section-bg01 {
    padding-top: 2.25rem;
    background: #000;
  }

  /* セクション */
  .goat-section-bg02 {
    padding-top: 1.25rem;
    background: #000;
  }

  /* ポスター枠 */
  .goat-poster-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
  }

  /* ポスター画像 */
  .goat-poster-frame img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  /* 警告文のレイアウト */
  .warning-overview {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  /* 警告文テキスト */
  .goat-warning-txt {
    color: #fff;
    margin-top: 10px;
    line-height: 2;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    display: inline;
    width: auto;
  }

  /* タイトルテキスト（大会名） */
  .goat-title-txt {
    color: #fff;
    padding-top: 12px;
    padding-bottom: 6px;
    border-bottom: 4px solid #fff;
    font-size: 22px;
    font-weight: bold;
  }

  /* 大会情報のレイアウト */
  .goat-fight-info-row {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 大会情報の左要素 */
  .goat-fight-info-left-overview {
    flex: 1;
    margin-bottom: 10px;
  }

  /* 太字の大文字テキスト */
  .goat-bold-l-txt {
    color: #fff;
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
  }

  /* 中文字テキスト */
  .goat-txt {
    color: #fff;
    margin-top: 10px;
    line-height: 2;
    font-size: 18px;
  }

  /* VSテキスト用 */
  .goat-vs-txt {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 18px;
  }

  /* 大会情報の右要素 */
  .goat-fight-info-right-overview {
    flex: 1;
    margin-bottom: 10px;
  }

  /* GOAT詳細のレイアウト */
  .goat-about-overview {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }


  /* URL用テキスト */
  .goat-url-txt {
    color: #fff;
    margin-top: 10px;
    line-height: 2;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
    display: inline;
    width: auto;
  }

  /* 各項目リンクボタン */
  .goat_link_botton {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    color: #fff;
  }

  /* 各項目リンクボタン要素 */
  .goat_link-item {
    color: #fff;
    border: 1px solid;
    padding: 10px 10px;
    font-size: 15px;
    text-align: center;
  }

  /* サブタイトルテキスト（大会名以外の表題） */
  .goat-sub-title-txt {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 4px solid #fff;
    font-size: 20px;
    font-weight: bold;
  }

  /* 対戦カードのレイアウト */
  .goat-fight-card-row {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 対戦カードの左要素 */
  .goat-fight-left-overview {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* 対戦カードテキスト(ルール) */
  .goat-fight-card-rule-txt {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 18px;
  }

  /* 対戦カードテキスト(選手) */
  .goat-fight-card-player-txt {
    color: #fff;
    margin-top: 10px;
    line-height: 2;
    font-size: 18px;
  }

  /* 対戦カードの右要素 */
  .goat-fight-right-overview {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  /* 対戦カード画像 */
  .goat-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* coming soon画像のレイアウト */
  .goat-coming-soon-overview {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* coming soon画像 */
  .goat-coming-soon-img {
    width: 50%;
    display: block;
    margin-top: 20px;
  }

  /* チケットのレイアウト */
  .goat-ticket-overview {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 放送情報のレイアウト */
  .goat-broadcast-overview {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  /* 放送情報のテキスト */
  .goat-broadcast-txt {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    /* font-weight: bold; */
  }

  /* 放送情報テキスト調整用(スマホのみ) */
  .br-sp {
    display: inline;
  }

  /* アクセスのレイアウト */
  .goat-access-row {
    gap: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
  }

  /* アクセスの左要素 */
  .goat-access-left-overview {
    flex: 1;
  }

  /* アクセスの右要素 */
  .goat-access-right-overview {
    flex: 1;
  }

  /* GoogleMap枠のレイアウト */
  .map-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 56.25%;
    /* 16:9比率（= 9 ÷ 16 × 100） */
  }

  /* GoogleMap */
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

  /* SNSアイコンのレイアウト */
  .sns-icon-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  /* SNSアイコン */
  .sns-icon-item {
    width: 30px;
    height: 30px;
  }

  /* セクション(bottom余白用)*/
  .goat-sns-section-bg01 {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
    background: #000;
  }
}


/*==============================================================================
breadcrumb
============================================================================= */
@media screen and (max-width: 767px) {
  .breadcrumb-bg {
    padding: 2.375rem 0;
    background: #111111;
  }

  .breadcrumb-bg.about,
  .breadcrumb-bg.event {
    background: -webkit-gradient(linear, right top, left top, from(#000), to(#262626));
    background: linear-gradient(to left, #000, #262626);
  }

  .breadcrumb-bg.service,
  .breadcrumb-bg.recruit {
    background: #000000;
    padding: 0;
  }

  .breadcrumb-bg.sponsor {
    background: #000000;
  }

  .breadcrumb-inner.service,
  .breadcrumb-inner.recruit {
    position: relative;
    padding: 2.375rem 0;
    border-left: 0.0625rem solid #262626;
    border-right: 0.0625rem solid #262626;
  }

  .breadcrumb-inner.service::before,
  .breadcrumb-inner.service::after,
  .breadcrumb-inner.recruit::before,
  .breadcrumb-inner.recruit::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    background: #262626;
  }

  .breadcrumb-inner.service::before,
  .breadcrumb-inner.recruit::before {
    left: 13.75rem;
  }

  .breadcrumb-inner.service::after,
  .breadcrumb-inner.recruit::after {
    right: 13.75rem;
  }

  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb-item {
    font-size: 1.25rem;
    color: #fff;
  }

  .breadcrumb-item a {
    color: #fff;
  }

  .breadcrumb-item a:hover {
    border-bottom: 0.0625rem solid #fff;
  }

  .breadcrumb li+li::before {
    content: "＞";
    padding: 0 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb-bg {
    background: #111111;
  }

  .breadcrumb-bg.about,
  .breadcrumb-bg.event {
    background: -webkit-gradient(linear, right top, left top, from(#000), to(#262626));
    background: linear-gradient(to left, #000, #262626);
  }

  .breadcrumb-bg.service,
  .breadcrumb-bg.recruit,
  .breadcrumb-bg.sponsor {
    background: #000000;
  }

  .breadcrumb-inner {
    padding: 1.4375rem 0 1.875rem;
  }

  .breadcrumb-inner.service,
  .breadcrumb-inner.recruit {
    border-left: solid 0.0625rem #262626;
    border-right: solid 0.0625rem #262626;
  }

  .breadcrumb-inner.service::before,
  .breadcrumb-inner.service::after,
  .breadcrumb-inner.recruit::before,
  .breadcrumb-inner.recruit::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.0625rem;
    background: #262626;
  }

  .breadcrumb-inner.service::before,
  .breadcrumb-inner.recruit::before {
    left: 23.125rem;
  }

  .breadcrumb-inner.service::after,
  .breadcrumb-inner.recruit::after {
    right: 23.125rem;
  }

  .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb-item {
    font-size: 0.75rem;
    color: #fff;
  }

  .breadcrumb-item a {
    color: #fff;
  }

  .breadcrumb-item a:hover {
    border-bottom: 0.0625rem solid #fff;
  }

  .breadcrumb li+li::before {
    content: "＞";
    padding: 0 0.9375rem;
  }
}


/*==============================================================================
contact
============================================================================= */
@media screen and (max-width: 767px) {
  .contact-bg {
    background: #262626;
    padding: 8.6875rem 0 8.5625rem;
  }

  .contact-ttl {
    width: 20.375rem;
    margin: 0 auto;
  }

  .contact-txt {
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    margin: 2.3125rem auto 0;
  }

  .contact-btn {
    width: 23.75rem;
    margin: 3.5625rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .contact-bg {
    background: #262626;
    padding: 4.875rem 0;
  }

  .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contact-ttl {
    display: inline-block;
    width: 8.125rem;
    margin-right: 1.5625rem;
  }

  .contact-txt {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
  }

  .contact-btn {
    width: 13.75rem;
  }

  .contact-btn:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}


/*==============================================================================
Footer
============================================================================= */
@media screen and (max-width: 767px) {
  .footer-bg {
    padding: 4.375rem 0;
    background: #000000;
  }

  .footer-copy {
    font-size: 1.375rem;
    color: #fff;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .footer-bg {
    padding: 2.6875rem 0;
    background: #000000;
  }

  .footer-copy {
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
  }
}