@charset "UTF-8";

html{
  margin-top: 0 !important;
  overflow-x: hidden;
}
#wpadminbar{
  display: none;
}

/*************************************************************
リセット
*************************************************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html.is-locked{
  overflow: hidden;
}
body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.25;
  overflow-x: hidden;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}
main{
  -webkit-box-flex: 1;
  flex: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a:hover{
  opacity: .8;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img{
  width: 100%;
  vertical-align: bottom;
}
a:hover{
  opacity: .8;
}
@media screen and (max-width: 767px){
  body{
    font-size: 14px;
  }
}


/*************************************************************
汎用
*************************************************************/
.l-supporters-body__red{
  background: url(../img/supporters/redfalcons/game_background.jpg);
  background-size: contain;
}
.l-supporters-section{
  padding: 50px 0;
}
.l-supporters-section__strGry{
  background: url(../img/supporters/redfalcons/background_gray.jpg);
}
.l-supporters-section__strRed{
  background: url(../img/supporters/redfalcons/background_red.jpg);
}
.l-supporters-section__strNavy{
  background: url(../img/supporters/redfalcons/background_navy.jpg);
}
.l-supporters-section__gry{
  background: #e8e8e8;
}
.l-supporters-section-supporters{
  padding-bottom: 50px;
}
.c-supporters-heading{
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-supporters-heading:before,
.c-supporters-heading:after{
  content: "";
  flex: 1;
  height: 1px;
  background: #1b2b61;
}
.l-supporters-section__strGry .c-supporters-heading:before,
.l-supporters-section__strGry .c-supporters-heading:after,
.l-supporters-section__strRed .c-supporters-heading:before,
.l-supporters-section__strRed .c-supporters-heading:after,
.l-supporters-section__strNavy .c-supporters-heading:before,
.l-supporters-section__strNavy .c-supporters-heading:after,
.c-supporters-heading.c-supporters-heading__wht:before,
.c-supporters-heading.c-supporters-heading__wht:after{
  background: #fff;
}
.c-supporters-heading h1,
.c-supporters-heading h2{
  display: inline-block;
  padding: 0 50px;
  color: #1b2b61;
}
.l-supporters-section__strGry .c-supporters-heading h1,
.l-supporters-section__strGry .c-supporters-heading h2,
.l-supporters-section__strRed .c-supporters-heading h1,
.l-supporters-section__strRed .c-supporters-heading h2,
.l-supporters-section__strNavy .c-supporters-heading h1,
.l-supporters-section__strNavy .c-supporters-heading h2,
.c-supporters-heading.c-supporters-heading__wht h1,
.c-supporters-heading.c-supporters-heading__wht h2{
  color: #fff;
}
.c-supporters-heading__img img{
  min-width: 2000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.c-supporters-heading__subtitle{
  margin-top: 20px;
  text-align: center;
}
.c-supporters-heading__subtitle p{
  display: inline-block;
  padding: 5px 25px;
  background: #1b2b61;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .pc-none{
    display: none !important;
  }
  .c-mt-10_pc{
    margin-top: 10px !important;
  }
  .c-mt-15_pc{
    margin-top: 15px !important;
  }
  .c-mt-20_pc{
    margin-top: 20px !important;
  }
  .c-mt-25_pc{
    margin-top: 25px !important;
  }
  .c-mt-30_pc{
    margin-top: 30px !important;
  }
  .c-mt-35_pc{
    margin-top: 35px !important;
  }
  .c-mt-40_pc{
    margin-top: 40px !important;
  }
  .c-mt-45_pc{
    margin-top: 45px !important;
  }
  .c-mt-50_pc{
    margin-top: 50px !important;
  }
  .c-mt-55_pc{
    margin-top: 55px !important;
  }
  .c-mt-60_pc{
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px){
  .sp-none{
    display: none !important;
  }
  .c-mt-10_sp{
    margin-top: 10px !important;
  }
  .c-mt-15_sp{
    margin-top: 15px !important;
  }
  .c-mt-20_sp{
    margin-top: 20px !important;
  }
  .c-mt-25_sp{
    margin-top: 25px !important;
  }
  .c-mt-30_sp{
    margin-top: 30px !important;
  }
  .l-supporters-body__red{
    background: url(../img/supporters/redfalcons/game_background_sp.jpg);
  }
  .l-supporters-section{
    padding: 30px 0;
  }
  .l-supporters-section-supporters{
    padding-bottom: 30px;
  }
  .c-supporters-heading__img img{
    min-width: 920px;
  }
  .c-supporters-heading__subtitle{
    margin-top: 15px;
  }
  .c-supporters-heading__subtitle p{
    font-size: 12px;
  }
}


/*************************************************************
header
*************************************************************/
/* .l-supporters-header__top{
  background: #ee1e2b;
} */
.l-supporters-header-sponsors{
  height: 40px;
  visibility: hidden;

}
/* .l-supporters-header__top .l-supporters-header-sponsors{
  height: auto;
  padding: 15px 140px;
  visibility: initial;
} */
.l-supporters-header-sponsorsLists{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 20px;
}
.l-supporters-header-nav{
  background: #1b2b61;
  padding: 20px 0;
}
.l-supporters-header-nav-inner{
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.l-supporters-header-logo{
  width: 140px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 20;
}
.l-supporters-header-links{
  width: 100%;
  padding: 0 160px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 5%;
}
.l-supporters-header-links li a{
  color: #fff;
  font-weight: bold;
}
.l-supporters-header-sns{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 20px;
}
.l-supporters-header-sns img{
  width: 40px;
}
.l-supporters-header-hamburger{
  display: none;
  width: 35px;
  position: relative;
}
.l-supporters-header-hamburger span{
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-supporters-header-hamburger span:nth-child(1){
  transform: translate(-50%, calc(-50% - 10px));
  -webkit-transform: translate(-50%, calc(-50% - 10px));
  -ms-transform: translate(-50%, calc(-50% - 10px));
}
.l-supporters-header-hamburger span:nth-child(2){
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.l-supporters-header-hamburger span:nth-child(3){
  transform: translate(-50%, calc(-50% + 10px));
  -webkit-transform: translate(-50%, calc(-50% + 10px));
  -ms-transform: translate(-50%, calc(-50% + 10px));
}
.l-supporters-header-hamburger.open span:nth-child(1){
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.l-supporters-header-hamburger.open span:nth-child(2){
  opacity: 0;
}
.l-supporters-header-hamburger.open span:nth-child(3){
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px){
  .l-supporters-header-sponsors{
    height: 25px;
  }
  /* .l-supporters-header__top .l-supporters-header-sponsors{
    padding: 10px 20px;
  } */
  .l-supporters-header-sponsorsLists{
    max-width: 180px;
  }
  .l-supporters-header-nav{
    padding: 0 20px;
    height: 60px;
    position: relative;
  }
  .l-supporters-header-nav-inner{
    height: 60px;
    position: initial;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    column-gap: 20px;
  }
  .l-supporters-header-logo{
    width: 120px;
    left: 15px;
  }
  .l-supporters-header-links{
    display: block;
    width: 100%;
    background: #1b2b61;
    padding: 30px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    right: -100%;
    transition: right 0.5s ease;
    z-index: 15;
  }
  .l-supporters-header-links.open{
    right: 0;
    height: calc(100vh - var(--header-height));
    overflow-y: scroll;
  }
  .l-supporters-header-links li{
    margin-top: 20px;
  }
  .l-supporters-header-links li:first-child{
    margin-top: 0;
  }
  .l-supporters-header-links li a{
    position: relative;
    padding-left: 20px;
  }
  .l-supporters-header-links li a:before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
  }
  .l-supporters-header-sns{
    position: initial;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .l-supporters-header-hamburger{
    display: block;
  }
}


/*************************************************************
共通パーツ
*************************************************************/
/********* btn *********/
.c-btn{
  margin-top: 30px;
  padding: 0 20px;
  text-align: center;
}
.c-btn a{
  display: inline-block;
  width: 100%;
  max-width: 300px;
  background: #1b2b61;
  padding: 20px 10px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px){
  .c-btn{
    margin-top: 25px;
  }
  .c-btn a{
    padding: 15px 5px;
  }
}


/*************************************************************
TOP
*************************************************************/
/********* NEWS *********/
.c-news{
  margin-top: 35px;
}
.c-news-inner{
  padding: 0 20px;
}
.c-news-main{
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
}
.c-news-txt{
  margin-top: 20px;
  padding: 0 20px;
}
.c-news-txt p{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.75;
}
.c-news-sub{
  margin-top: 20px;
}
.c-news-sub li{
  margin: 0 5px;
  width: 50%;
  max-width: 395px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
}
/********* GAME *********/
.c-game{
  margin-top: 35px;
  padding: 0 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 50px;
}
.c-game-item{
  width: calc(50% - 25px);
  max-width: 600px;
  min-width: 570px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
}
.c-game-item-inner{
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fff;
}
.c-game-heading{
  padding: 5px 15px 5px 5px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.c-game-heading img{
  max-width: 260px;
}
.c-game-heading p{
  white-space: nowrap;
}
.c-game-item__result .c-game-heading,
.c-game-item__result .c-game-stage{
  background: #1b2b61;
}
.c-game-item__schedule .c-game-heading,
.c-game-item__schedule .c-game-stage{
  background: #ce1a1d;
}
.c-game-info{
  margin-top: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.c-game-date{
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.c-game-date span{
  margin: 0 10px;
  font-size: 32px;
  font-weight: normal;
}
.c-game-stage{
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.c-game-venue{
  font-size: 14px;
  text-align: center;
}
.c-game-venue span{
  position: relative;
  padding-left: 15px;
}
.c-game-venue span:before{
  content: '';
  width: 10px;
  height: 14px;
  background: url(../img/sightseeing/icon_spot.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-game-match{
  margin-top: 5px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
.c-game-team{
  width: 30%;
}
.c-game-teamName{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.c-game-score,
.c-game-vs{
  margin-top: 7.5%;
  width: 40%;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 60px;
  text-align: center;
}
.c-game-links{
  margin-top: 20px;
  text-align: center;
}
.c-game-links a{
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.c-game-item__result .c-game-links a{
  border: 1px solid #1b2b61;
  color: #1b2b61;
}
.c-game-item__schedule .c-game-links a{
  border: 1px solid #ce1a1d;
  color: #ce1a1d;
}
.c-game-links a span{
  position: relative;
  padding-right: 25px;
}
.c-game-links a span:after{
  content: "";
  width: 15px;
  height: 15px;
  -webkit-mask: url(../img/supporters/icon-link_external.svg) no-repeat center / contain;
  mask: url(../img/supporters/icon-link_external.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-game-item__result .c-game-links a span:after{
  background-color: #1b2b61;
}
.c-game-item__schedule .c-game-links a span:after{
  background-color: #ce1a1d;
}
.c-game-mvp{
  margin-top: 15px;
  padding: 20px;
  background: #e8e8e8;
}
.c-game-mvp-heading{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 25px;
  box-sizing: border-box;
  background: #1b2b61;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-game-mvp-content{
  margin-top: 15px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 15px;
}
.c-game-mvp-icon{
  width: 50px;
}
.c-game-mvp-img{
  width: 100px;
}
.c-game-mvp-num{
  color: #1b2b61;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
  white-space: nowrap;
}
.c-game-mvp-name{
  font-weight: bold;
  white-space: nowrap;
}
.c-game-schedule{
  text-align: center;
}
.c-game-schedule img{
  width: auto;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px){
  .c-game{
    margin-top: 25px;
    display: block;
  }
  .c-game .c-game-item{
    margin-top: 20px;
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .c-game .c-game-item:first-child{
    margin-top: 0;
  }
  .c-game-item-inner{
    padding: 15px;
  }
  .c-game-heading img{
    width: 180px;
  }
  .c-game-heading{
    font-size: 14px;
  }
  .c-game-info{
    margin-top: 5px;
  }
  .c-game-date{
    font-size: 30px;
  }
  .c-game-date span{
    margin: 0 5px;
    font-size: 28px;
  }
  .c-game-venue{
    font-size: 12px;
  }
  .c-game-team{
    width: 32.5%;
  }
  .c-game-teamName{
    font-size: clamp(8px, 2vw, 14px);
  }
  .c-game-score,
  .c-game-vs{
    width: 35%;
    font-size: 36px;
  }
  .c-game-links{
    margin-top: 15px;
  }
  .c-game-links a{
    padding: 8px;
    font-size: 13px;
  }
  .c-game-mvp{
    margin-top: 10px;
    padding: 15px;
  }
  .c-game-mvp-heading{
    padding: 5px;
  }
  .c-game-mvp-content{
    margin-top: 10px;
  }
  .c-game-mvp-icon{
    width: 35px;
  }
  .c-game-mvp-img{
    width: 80px;
  }
  .c-game-mvp-num{
    font-size: 30px;
  }
}
/********* MVP *********/
.c-supporters-mvp{
  margin-top: 35px;
  padding: 0 20px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 50px;
}
.c-supporters-mvp-result{
  width: 400px;
  padding: 35px 25px;
  box-sizing: border-box;
  background: #ce191c;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}
.c-supporters-mvp-result-heading{
  background: #1b2b61;
  padding: 10px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 0 100%, 0 100%);
}
.c-supporters-mvp-result-info{
  margin-top: 15px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.c-supporters-mvp-result-date{
  color: #fff;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.c-supporters-mvp-result-date span{
  margin: 0 5px;
  font-size: 18px;
  font-weight: normal;
}
.c-supporters-mvp-result-vs{
  color: #fff;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.c-supporters-mvp-result-opponent{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.c-supporters-mvp-result-lists{
  margin-top: 15px;
}
.c-supporters-mvp-result-lists li{
  padding: 5px 0;
  border-bottom: 1px solid #1b2b61;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 20px;
}
.c-supporters-mvp-result-lists li:first-child{
  border-top: 1px solid #1b2b61;
}
.c-supporters-mvp-result-rank{
  padding: 0 10px;
  display: flex;
  align-self: stretch;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: #1b2b61;
  color: #fff;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.c-supporters-mvp-result-lists li:first-child .c-supporters-mvp-result-rank{
  background: #ead234;
  color: #1b2b61;
}
.c-supporters-mvp-result-img{
  margin: 10px 0px;
  width: 80px;
}
.c-supporters-mvp-result-num{
  color: #1b2b61;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
}
.c-supporters-mvp-result-name{
  color: #fff;
  font-weight: bold;
}
.c-supporters-mvp-vote{
  width: calc(100% - 400px - 50px);
  max-width: 610px;
}
.c-supporters-mvp-vote-heading{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.c-supporters-mvp-vote-txt{
  margin-top: 30px;
  color: #fff;
  line-height: 1.5;
}
.c-supporters-mvp-vote-btn{
  margin-top: 30px;
  text-align: right;
}
.c-supporters-mvp-vote-btn a{
  display: inline-block;
  background: #06c655;
  padding: 15px 30px;
  border-radius: 30px;
  filter: drop-shadow(2px 2px 3px rgba(1, 16, 58, 0.75));
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .c-supporters-mvp{
    margin-top: 25px;
    display: block;
  }
  .c-supporters-mvp-result{
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    padding: 15px;
  }
  .c-supporters-mvp-result-heading{
    font-size: 16px;
  }
  .c-supporters-mvp-result-info{
    margin-top: 10px;
  }
  .c-supporters-mvp-result-date{
    font-size: 20px;
  }
  .c-supporters-mvp-result-date span{
    font-size: 14px;
  }
  .c-supporters-mvp-result-vs{
    font-size: 14px;
  }
  .c-supporters-mvp-result-opponent{
    font-size: 12px;
  }
  .c-supporters-mvp-result-lists{
    margin-top: 10px;
  }
  .c-supporters-mvp-result-lists li{
    column-gap: 15px;
  }
  .c-supporters-mvp-vote{
    margin: 25px auto 0;
    width: 100%;
  }
  .c-supporters-mvp-vote-heading{
    font-size: 20px;
  }
  .c-supporters-mvp-vote-txt{
    margin-top: 15px;
  }
  .c-supporters-mvp-vote-btn{
    margin-top: 15px;
    text-align: center;
  }
}
/********* FRIEND BENEFITS *********/
.c-supporters-benefits{
  margin-top: 35px;
  padding: 0 20px;
  text-align: center;
}
.c-supporters-benefits-inner{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.c-supporters-benefits-heading{
  font-size: 24px;
  font-weight: bold;
}
.c-supporters-benefits-txt{
  margin-top: 35px;
  line-height: 1.75;
}
.c-supporters-benefits-img{
  width: 70%;
  margin: 35px auto 0;
}
.c-supporters-benefits-img img{
  border-radius: 10px;
}
@media screen and (max-width: 767px){
  .c-supporters-benefits{
    margin-top: 25px;
  }
  .c-supporters-benefits-heading{
    font-size: 20px;
  }
  .c-supporters-benefits-txt{
    margin-top: 15px;
    text-align: left;
  }
  .c-supporters-benefits-img{
    width: 100%;
    margin: 15px auto 0;
  }
}
/********* SUPPORTER *********/
.c-supporters-contents{
  text-align: center;
}
.c-supporters-contents-inner{
  padding: 25px 0;
  background: url(../img/supporters/redfalcons/shizuoka.jpg) no-repeat;
  background-size: contain;
  background-position-x: right;
}
.c-supporters-contents-heading{
  color: #1b2b61;
  font-size: 24px;
  font-weight: bold;
}
.c-supporters-contents-heading p{
  display: inline-block;
  position: relative;
}
.c-supporters-contents-heading p:before{
  content: "";
  background: url(../img/supporters/megaphone.svg) no-repeat;
  width: 51px;
  height: 45px;
  position: absolute;
  left: -65px;
  top: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-supporters-contents-txt{
  margin-top: 35px;
  font-weight: bold;
  line-height: 1.75;
}
.c-supporters-contents-lists{
  width: 100%;
  margin: 35px auto 0;
}
.c-supporters-contents-lists li{
  margin: 0 25px;
  max-width: 200px;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
}
.c-supporters-btn{
  margin-top: 35px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 30px;
}
.c-supporters-btn a{
  display: block;
  width: calc(50% - 15px);
  max-width: 240px;
  background: #1b2b61;
  padding: 15px 10px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.c-supporters-btn a:last-child{
  background: #ce191c;
}
@media screen and (max-width: 767px){
  .c-supporters-contents{
    margin-top: 15px;
    padding: 0 20px;
  }
  .c-supporters-contents-inner{
    padding: 0;
    background: none;
  }
  .c-supporters-contents-heading{
    font-size: 20px;
  }
  .c-supporters-contents-heading p{
    padding-top: 60px;
  }
  .c-supporters-contents-heading p:before{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .c-supporters-contents-txt{
    margin-top: 15px;
    text-align: left;
  }
  .c-supporters-contents-lists{
    margin: 25px auto 0;
  }
  .c-supporters-contents-lists .slick-track{
    column-gap: 0;
  }
  .c-supporters-contents-lists li{
    margin: 0 10px;
  }
  .c-supporters-btn{
    margin-top: 25px;
    display: block;
  }
  .c-supporters-btn a{
    margin: 15px auto;
    width: 100%;
  }
  .c-supporters-btn a:first-child{
    margin-top: 0;
  }
}
/********* PLAYERS *********/
.c-supporters-heading__players{
  margin-top: 50px;
  background: #ce191c;
  padding: 20px 20px 100px;
  text-align: center;
}
.c-supporters-heading__players h3{
  display: inline-block;
  color: #001043;
  position: relative;
}
.c-supporters-heading__players h3 span{
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.c-players{
  width: 100%;
  max-width: 1330px;
  margin: -70px auto 0;
  padding: 0 40px;
  box-sizing: border-box;
}
.c-players ul{
  display: grid;
  grid-template-columns: repeat(auto-fit, 240px);
  gap: 40px;
  justify-content: center;
}
.c-players ul.slick-slider{
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.c-players ul li{
  width: 240px;
}
.c-players ul.slick-slider li{
  margin: 0 20px;
}
.c-players .slick-prev.slick-disabled:before,
.c-players .slick-next.slick-disabled:before{
  opacity: .75;
}
.c-players .slick-prev,
.c-players .slick-next{
  height: 120px;
  background: #fff;
  border-radius: 3px;
  opacity: .75;
}
.c-players .slick-prev{
  left: -40px;
}
.c-players .slick-next{
  right: -40px;
}
.c-players .slick-prev:hover,
.c-players .slick-next:hover{
  opacity: 1;
}
.c-players .slick-prev:before,
.c-players .slick-next:before{
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2.5px solid #1b2c64;
  border-right: 2.5px solid #1b2c64;
  position: absolute;
  left: 50%;
  top: 50%;
}
.c-players .slick-prev:before{
  margin-left: 2.5px;
  transform: translate(-50%, -50%) scaleX(-1) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) scaleX(-1) rotate(45deg);
  -ms-transform: translate(-50%, -50%) scaleX(-1) rotate(45deg);
}
.c-players .slick-next:before{
  margin-left: -2.5px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.c-players-inner{
  filter: drop-shadow(2px 2px 3px rgba(1, 16, 58, 0.75));
}
.c-player-info{
  padding: 10px 5px;
  background: #e8e8e8;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 5px;
}
.c-player-info.c-player-info__staff{
  padding: 10px 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.c-player-num{
  width: 40px;
  color: #1b2c64;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.c-player-name{
  width: calc(100% - 40px - 5px);
  font-weight: bold;
}
.c-player-info.c-player-info__staff .c-player-name{
  width: auto;
}
.c-player-name span{
  display: block;
  margin-top: 3px;
  color: #898989;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
}
.c-staff-position{
  color: #1b2c64;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.c-players-btn{
  margin-top: 35px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 3%;
}
.c-players-btn a{
  display: block;
  width: 100%;
  max-width: 280px;
  background: #ce191c;
  padding: 20px 10px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c-players-btn a span{
  position: relative;
  padding-right: 30px;
}
.c-players-btn a span:after{
  content: "";
  width: 15px;
  height: 15px;
  background: url(../img/supporters/icon-link_external.svg) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px){
  .c-supporters-heading__players{
    margin-top: 30px;
    padding: 20px 20px 80px;
  }
  .c-supporters-heading__players h3 span{
    font-size: 18px;
  }
  .c-players{
    margin: -60px auto 0;
    padding: 0 20px;
  }
  .c-players ul{
    grid-template-columns: repeat(auto-fit, 150px);
    gap: 20px;
  }
  .c-players ul.slick-slider{
    max-width: 320px;
  }
  .c-players ul li{
    width: 150px;
  }
  .c-players ul.slick-slider li{
    margin: 0px 10px;
  }
  .c-players .slick-prev,
  .c-players .slick-next{
    height: 100px;
  }
  .c-players .slick-prev{
    left: -25px;
  }
  .c-players .slick-next{
    right: -25px;
  }
  .c-players .slick-prev:before,
  .c-players .slick-next:before{
    width: 8px;
    height: 8px;
  }
  .c-players .slick-prev:before{
    margin-left: 2px;
  }
  .c-players .slick-next:before{
    margin-left: -2px;
  }
  .c-player-info.c-player-info__staff{
    display: block;
    padding: 10px;
  }
  .c-player-num{
    width: 30px;
    font-size: 26px;
  }
  .c-player-name{
    width: calc(100% - 30px - 5px);
  }
  .c-player-name span{
    font-size: 10px;
  }
  .c-staff-position{
    font-size: 10px;
    text-align: right;
  }
  .c-players-btn{
    margin-top: 25px;
    display: block;
    text-align: center;
  }
  .c-players-btn a{
    margin: 15px auto 0;
    padding: 15px 5px;
  }
  .c-players-btn a:first-child{
    margin-top: 0;
  }
}


/*************************************************************
GAME
*************************************************************/
.c-supporters-heading__game{
  margin-top: 25px;
  padding: 0 20px;
  text-align: center;
}
.c-supporters-heading__game p{
  color: #1b2b61;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 38px;
  font-weight: bold;
}
.c-game-lists{
  margin-top: 35px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.c-gameItem{
  width: 100%;
  max-width: 950px;
  margin: 25px auto 0;
  filter: drop-shadow(2px 2px 3px rgba(1, 16, 58, 0.75));
}
.c-game-lists .c-gameItem:first-child{
  margin-top: 0;
}
.c-gameItem-inner{
  background: #fff;
  padding: 15px 40px 15px 50px;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.c-gameItem-label{
  height: 100%;
  width: 35px;
  background: #ce191c;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
}
.c-gameItem-label p{
  width: 100%;
  height: 100%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.c-gameItem-content{
  width: calc(100% - 30% - 10px);
}
.c-gameItem-info{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.c-gameItem-date{
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
}
.c-gameItem-date span{
  font-size: 32px;
  font-weight: normal;
}
.c-gameItem-stage{
  padding: 5px 10px;
  background: #ce191c;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.c-gameItem-venue{
  font-size: 14px;
  font-weight: bold;
}
.c-gameItem-match{
  margin-top: 10px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 15px;
}
.c-gameItem-team{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 10px;
}
.c-gameItem-match .c-gameItem-team:first-child{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.c-gameItem-teamLogo{
  width: 100px;
}
.c-gameItem-teamName{
  font-size: 15px;
  font-weight: bold;
}
.c-gameItem-score,
.c-gameItem-vs{
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
}
.c-gameItem-link{
  width: 30%;
  max-width: 250px;
  min-width: 150px;
  text-align: center;
}
.c-gameItem-link a{
  display: inline-block;
  width: 100%;
  background: #ce191c;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
.c-gameItem-link a span{
  position: relative;
  padding-right: 25px;
}
.c-gameItem-link a span:after{
  content: "";
  background: url(../img/supporters/icon-link_external.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-gameItem__finished .c-gameItem-label,
.c-gameItem__finished .c-gameItem-stage,
.c-gameItem__finished .c-gameItem-link a{
  background: #1b2b61;
}
@media screen and (max-width: 767px){
  .c-supporters-heading__game{
    margin-top: 15px;
  }
  .c-supporters-heading__game p{
    font-size: 30px;
  }
  .c-game-lists{
    margin-top: 25px;
  }
  .c-gameItem{
    margin: 15px auto 0;
  }
  .c-gameItem-inner{
    padding: 15px 15px 15px 45px;
    display: block;
  }
  .c-gameItem-label{
    width: 30px;
  }
  .c-gameItem-content{
    width: 100%;
  }
  .c-gameItem-info{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .c-gameItem-date{
    font-size: 30px;
  }
  .c-gameItem-date span{
    font-size: 28px;
  }
  .c-gameItem-venue{
    width: 100%;
    text-align: center;
  }
  .c-gameItem-match{
    -webkit-box-pack: center;
    justify-content: center;
    column-gap: 5%;
  }
  .c-gameItem-team{
    display: block;
    width: calc(50% - 40px - 2.5%);
    max-width: 150px;
  }
  .c-gameItem-teamLogo{
    width: 100%;
  }
  .c-gameItem-teamName{
    margin-top: 5px;
    text-align: center;
  }
  .c-gameItem-score,
  .c-gameItem-vs{
    white-space: nowrap;
  }
  .c-gameItem-link{
    margin: 20px auto 0;
    width: 100%;
    min-width: auto;
  }
  .c-gameItem-link a{
    font-size: 14px;
  }
}


/*************************************************************
イベント
*************************************************************/
.c-event{
  margin-top: 35px;
  padding: 0 20px;
}
.c-event-inner{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.c-supporters-heading__event{
  margin-top: 50px;
  text-align: center;
}
.c-supporters-heading__event h2{
  padding: 10px 0;
  border-top: 1px solid #e7372f;
  border-bottom: 1px solid #e7372f;
  color: #e7372f;
  font-size: 24px;
  font-weight: bold;
}
.c-event-food{
  margin-top: 35px;
}
.c-event-kidsArea{
  margin-top: 35px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  column-gap: 25px;
}
.c-event-kidsArea-txt{
  width: calc(60% - 25px);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.c-event-kidsArea-img{
  width: 40%;
  max-width: 445px;
  margin: 0 auto;
}
.c-event-lists{
  margin-top: 35px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 30px;
}
.c-event-lists-item{
  width: calc(50% - 15px);
}
.c-event-lists-item-heading{
  text-align: center;
}
.c-event-lists-item-heading h3{
  padding: 10px 5px;
  background: #e50112;
  border-radius: 25px;
  color: #fff;
  font-size: clamp(14px, 1.75vw, 18px);
  font-weight: bold;
}
.c-event-lists .c-event-lists-item:last-child .c-event-lists-item-heading h3{
  background: #268fcf;
}
.c-event-lists-item table{
  margin-top: 20px;
}
.c-event-lists-item table tr{
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.c-event-lists-item table tr:first-child{
  margin-top: 0;
}
.c-event-lists-item table th{
  width: 70px;
  padding-right: 15px;
  border-right: 1px solid #e50112;
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
vertical-align: middle;
}
.c-event-lists-item table th span{
  margin-left: 5px;
  font-size: 20px;
  font-weight: normal;
}
.c-event-lists .c-event-lists-item:last-child table th{
  border-right: 1px solid #268fcf;
}
.c-event-lists-item table td{
  padding-left: 15px;
  font-weight: bold;
}
.c-event-lists-item-detail{
  margin-top: 5px;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  column-gap: 15px;
}
.c-event-lists-item-detail span:first-child{
  white-space: nowrap;
}
.c-event-lists-item table td .c-event-lists-item-detail:first-child{
  margin-top: 0;
}
.c-event-lists-item-line{
  margin-top: 20px;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.c-event-lists-item-line p{
  display: inline-block;
  padding: 0 25px;
  font-size: 18px;
  font-weight: bold;
}
.c-event-lists-item-line:before,
.c-event-lists-item-line:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}
.c-event-lists-item-img{
  margin-top: 15px;
}
.c-event-access{
  width: 100%;
  max-width: 750px;
  margin: 35px auto 0;
  text-align: center;
}
.c-event-access-btn{
  margin-top: 35px;
  width: 100%;
  text-align: center;
}
.c-event-access-btn a{
  display: inline-block;
  background: #1b2b61;
  padding: 20px 50px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.c-event-access-btn a span{
  position: relative;
  padding-right: 25px;
}
.c-event-access-btn a span:after{
  content: "";
  background: url(../img/supporters/icon-link_external.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-event-shuttleBus{
  margin-top: 35px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
.c-event-shuttleBus-item{
  width: calc(50% - 10px);
  min-width: 450px;
}
.c-event-shuttleBus-item table{
  width: 100%;
  border-bottom: 1px solid #268fcf;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.c-event-shuttleBus-item table tr{
  border-bottom: 1px dotted #268fcf;
}
.c-event-shuttleBus-item table tr:first-child,
.c-event-shuttleBus-item table tr:last-child{
  border-bottom: none;
}
.c-event-shuttleBus-item table th{
  padding: 10px 5px;
  border-bottom: 1px solid #268fcf;
  color: #268fcf;
  white-space: nowrap;
}
.c-event-shuttleBus-item table td{
  padding: 10px 5px;
  white-space: nowrap;
}
.c-event-shuttleBus-img{
  width: 100%;
  max-width: 490px;
  margin: 25px auto 0;
}
.c-event-busTour{
  margin-top: 35px;
}
.c-event-busTour-heading{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.c-event-busTour-heading p{
  font-family: 'Oswald', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 34px;
  font-weight: bold;
}
.c-event-busTour-heading p span{
  margin-left: 10px;
  font-size: 22px;
  font-weight: normal;
}
.c-event-busTour-heading h3{
  color: #268fcf;
  font-size: 22px;
  font-weight: bold;
}
.c-event-busTour table{
  width: 100%;
  max-width: 700px;
  min-width: 560px;
  margin: 15px auto 0;
  border: 1px solid #268fcf;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.c-event-busTour table tr:first-child{
  border-bottom: 1px solid #268fcf;
}
.c-event-busTour table tr:first-child th,
.c-event-busTour table tr td{
  border-right: 1px solid #268fcf;
}
.c-event-busTour table tr:first-child th:first-child,
.c-event-busTour table tr:first-child th:last-child,
.c-event-busTour table tr td:last-child{
  border-right: none;
}
.c-event-busTour table tr th{
  background: #deeef8;
  padding: 10px 5px;
  color: #268fcf;
  vertical-align: middle;
}
.c-event-busTour table tr th:first-child{
  background: #268fcf;
  padding: 10px 15px;
  color: #fff;
}
.c-event-busTour table tr td{
  padding: 5px;
  vertical-align: middle;
}
.c-event-busTour-notes{
  width: 100%;
  max-width: 700px;
  margin: 15px auto 0;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.c-event-busTour-notes li{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.c-event-busTour-notes li:before{
  content: "●";
}
.c-event-busTour-btn{
  margin-top: 35px;
  text-align: center;
}
.c-event-busTour-btn a{
  display: inline-block;
  background: #1b2b61;
  padding: 20px 50px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.c-event-busTour-btn a span{
  position: relative;
  padding-right: 25px;
}
.c-event-busTour-btn a span:after{
  content: "";
  background: url(../img/supporters/icon-link_external.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-event-busTour-organizers{
  margin-top: 35px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 15px;
}
.c-event-busTour-organizers p{
  font-size: 20px;
  font-weight: bold;
}
.c-event-kitchencar-flex{
  display:flex;
  justify-content: space-between;
  gap:20px 20px;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.c-event-kitchencar-item{
  display:flex;
  justify-content: space-between;
  align-items: center;
  gap:20px;
  border-left: 1px solid #00a97a;
  padding-left: 30px;
  width:42%;
}
.c-event-kitchencar-tit{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom:5px;
  display:flex;
  align-items:center;
  gap:10px;
}
.alcohol{
  display:block;
  width:32px;
  height:32px;
}
.c-event-kitchencar-p{
  font-size: 14px;
  line-height: 1.6;
}
.c-event-kitchencar-img{
  width: 80px;
  height: 80px;
}
.c-event-kitchencar-map{
display:block;
width: 100%;
max-width: 600px;
margin:0 auto;
}
.c-event-busstop{
  display:flex;
  justify-content: space-between;
  gap:20px 20px;
  flex-wrap: wrap;
  margin: 30px auto 0px;
}
.c-event-busstop div{
width: 48%;
}
.c-event-busstop p{
  font-size: 14px;
  line-height: 1.6;
  margin-top:10px;
}
.pc{
  display:block;
}
.sp{
  display:none;
}
@media screen and (max-width: 767px){
.sp{
  display:block;
}
.pc{
  display:none;
}
  .c-event{
    margin-top: 25px;
  }
  .c-supporters-heading__event{
    margin-top: 25px;
  }
  .c-supporters-heading__event h2{
    padding: 5px 0;
    font-size: 18px;
  }
  .c-event-food{
    margin-top: 25px;
  }
  .c-event-kidsArea{
    margin-top: 25px;
    display: block;
  }
  .c-event-kidsArea-txt{
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
  }
  .c-event-kidsArea-img{
    width: 100%;
  }
  .c-event-lists{
    margin-top: 25px;
    display: block;
  }
  .c-event-lists-item{
    margin-top: 20px;
    width: 100%;
  }
  .c-event-lists .c-event-lists-item:first-child{
    margin-top: 0;
  }
  .c-event-lists-item table{
    margin-top: 15px;
  }
  .c-event-lists-item table th{
    width: 60px;
    font-size: 26px;
  }
  .c-event-lists-item table th span{
    font-size: 16px;
  }
  .c-event-lists-item-img{
    margin-top: 10px;
  }
  .c-event-lists-item-line p{
    font-size: 16px;
  }
  .c-event-access{
    margin-top: 25px;
  }
  .c-event-access-btn{
    margin-top: 20px;
  }
  .c-event-access-btn a{
    padding: 15px 50px;
  }
  .c-event-shuttleBus{
    margin-top: 25px;
    display: block;
    overflow-x: scroll;
  }
  .c-event-shuttleBus-item{
    margin-top: 20px;
    width: 100%;
  }
  .c-event-shuttleBus .c-event-shuttleBus-item:first-child{
    margin-top: 0;
  }
  .c-event-shuttleBus-item table{
    font-size: 14px;
  }
  .c-event-shuttleBus-img{
    margin: 20px auto 0;
  }
  .c-event-busTour{
    margin-top: 25px;
  }
  .c-event-busTour-heading p{
    font-size: 30px;
  }
  .c-event-busTour-heading p span{
    margin-left: 5px;
    font-size: 20px;
  }
  .c-event-busTour-heading h3{
    font-size: 18px;
  }
  .c-event-busTour-table{
    overflow-x: scroll;
  }
  .c-event-busTour table{
    font-size: 14px;
  }
  .c-event-busTour-notes{
    margin: 10px auto 0;
  }
  .c-event-busTour-notes li{
    font-size: 12px;
  }
  .c-event-busTour-btn{
    margin-top: 25px;
  }
  .c-event-busTour-btn a{
    padding: 15px 50px;
  }
  .c-event-busTour-organizers{
    margin-top: 25px;
  }
  .c-event-busTour-organizers p{
    font-size: 18px;
  }
.c-event-kitchencar-flex{
  margin: 0 auto 30px;
}
.c-event-kitchencar-item{
  padding-left: 20px;
  width:100%;
}
.c-event-kitchencar-tit{
  font-size: 14px;
}
.c-event-kitchencar-p{
  font-size: 13px;
}
.c-event-kitchencar-img{
  width: 60px;
  height: 60px;
}
.c-event-busstop{
  gap:15px;
  margin: 20px auto 0px;
  justify-content: center;
}
.c-event-busstop div{
width: 100%;
max-width:400px;
}
.c-event-busstop p{
  font-size: 12px;
  margin-top:6px;
}
}


/*************************************************************
BENEFIT
*************************************************************/
.c-benefit{
  margin-top: 35px;
  padding: 0 20px;
}
.c-benefit-item{
  width: 100%;
  max-width: 1250px;
  margin: 25px auto 0;
}
.c-benefit .c-benefit-item:first-child{
  margin-top: 0;
}
.c-benefit-heading{
  position: relative;
}
.c-benefit-heading img{
  width: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-benefit-heading h2{
  display: block;
  width: calc(100% - 35px);
  margin-left: 35px;
  padding: 15px 15px 15px 50px;
  background: #1b2b61;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
}
.c-benefit-content{
  margin: 0 30px 0 85px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 15px;
}
.c-benefit-txt{
  line-height: 1.5;
}
.c-benefit-img{
  margin-top: -15px;
  position: relative;
  z-index: 5;
}
.c-benefit-img img{
  max-width: 300px;
}
.c-benefit-btn{
  margin-top: 35px;
  text-align: center;
}
.c-benefit-btn a{
  display: inline-block;
  background: #06c655;
  padding: 15px 40px;
  border-radius: 30px;
  filter: drop-shadow(2px 2px 3px rgba(1, 16, 58, 0.75));
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .c-benefit{
    margin-top: 25px;
  }
  .c-benefit-item{
    margin: 15px auto 0;
  }
  .c-benefit-heading img{
    width: 50px;
  }
  .c-benefit-heading h2{
    width: calc(100% - 25px);
    margin-left: 25px;
    padding: 5px 5px 5px 35px;
    font-size: 16px;
  }
  .c-benefit-content{
    margin: 10px 0px 0 25px;
    display: block;
  }
  .c-benefit-img{
    margin-top: 0;
    position: inherit;
    text-align: center;
  }
  .c-benefit-txt{
    margin-top: 10px;
  }
  .c-benefit-btn{
    margin-top: 25px;
  }
}


/*************************************************************
SUPPORTER
*************************************************************/
.c-supporter{
  margin-top: 50px;
  padding: 0 20px;
}
.c-supporter-item{
  width: 100%;
  max-width: 1250px;
  margin: 50px auto 0;
}
.c-supporter .c-supporter-item:first-child{
  margin-top: 0;
}
.c-supporter-heading{
  position: relative;
}
.c-supporter-heading-type{
  width: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-supporter-heading h2{
  display: block;
  width: calc(100% - 30px);
  margin-left: 30px;
  padding: 10px 50px 10px 45px;
  background: #1b2b61;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
}
.c-supporter-heading h2 span{
  margin-left: 10px;
  padding: 1px 5px;
  background: #e0c93a;
  color: #1a295d;
  font-size: 18px;
  line-height: 1;
}
.c-supporter-heading-icon{
  width: 30px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-supporter-content{
  margin-top: 25px;
  padding: 35px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #e5e5e5;
}
.c-supporter-content-heading{
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a295d;
  color: #1a295d;
  font-family: "A-OTF Gothic MB101 Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic,Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.c-supporter-content-heading.c-supporter-content-heading__free{
  padding-bottom: 10px;
  color: #c11d1f;
  font-size: 46px;
}
.c-supporter-content-heading h3 span{
  margin-right: 10px;
  color: #c11d1f;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60px;
  letter-spacing: -5px;
}
.c-supporter-content-main{
  margin-top: 15px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  column-gap: 15px;
}
.c-supporter-content-lists{
  width: calc(50% - 15px);
  font-size: 18px;
  font-weight: bold;
}
.c-supporter-content-lists li{
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1.25em;
}
.c-supporter-content-lists li:before{
  content: "●";
  margin-right: 0.25em;
  color: #c11d1f;
}
.c-supporter-content-lists li:first-child{
  margin-top: 0;
}
.c-supporter-content-lists li span{
  color: #c11d1f;
}
.c-supporter-content-lists li sup{
  color: #c11d1f;
}
.c-supporter-content-img{
  margin-top: -70px;
  width: 50%;
}
.c-supporter .c-supporter-item:first-child .c-supporter-content-img{
  max-width: 427px;
}
.c-supporter .c-supporter-item:nth-child(2) .c-supporter-content-img{
  max-width: 518px;
}
.c-supporter .c-supporter-item:nth-child(3) .c-supporter-content-img{
  max-width: 460px;
}
.c-supporter-notes{
  margin-top: 20px;
  padding: 0 20px;
}
.c-supporter-notes-heading p{
  display: inline-block;
  padding: 5px 10px;
  background: #c11d1f;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
.c-supporter-notes ul{
  width: 100%;
  max-width: 1250px;
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: bold;
}
.c-supporter-notes ul li{
  margin-top: 5px;
}
.c-supporter-notes ul li:first-child{
  margin-top: 0;
}
.c-supporter-btn{
  margin-top: 35px;
  text-align: center;
}
.c-supporter-btn a{
  display: inline-block;
  width: 100%;
  max-width: 200px;
  background: #1b2b61;
  padding: 15px 40px;
  border-radius: 30px;
  filter: drop-shadow(2px 2px 3px rgba(1, 16, 58, 0.75));
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .c-supporter{
    margin-top: 35px;
  }
  .c-supporter-item{
    margin: 35px auto 0;
  }
  .c-supporter-heading-type{
    width: 45px;
  }
  .c-supporter-heading h2{
    width: calc(100% - 22.5px);
    margin-left: 22.5px;
    padding: 5px 40px 5px 30px;
    font-size: 16px;
  }
  .c-supporter-heading h2 span{
    font-size: 14px;
  }
  .c-supporter-heading-icon{
    width: 20px;
  }
  .c-supporter-content{
    margin-top: 20px;
    padding: 20px;
  }
  .c-supporter-content-heading{
    font-size: 22px;
  }
  .c-supporter-content-heading.c-supporter-content-heading__free{
    font-size: 36px;
  }
  .c-supporter-content-heading h3 span{
    font-size: 50px;
  }
  .c-supporter-content-main{
    display: block;
  }
  .c-supporter-content-img{
    margin: 0 auto;
    width: 100%;
  }
  .c-supporter-content-lists{
    margin-top: 15px;
    width: 100%;
    font-size: 16px;
  }
  .c-supporter-notes{
    margin-top: 15px;
  }
  .c-supporter-notes ul{
    font-size: 12px;
  }
  .c-supporter-btn{
    margin-top: 25px;
  }
}


/*************************************************************
ENTRY
*************************************************************/
.c-entry{
  margin-top: 100px;
  padding: 0 20px;
}
.c-entry-inner{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.c-entry-heading{
  margin-bottom: 35px;
  padding: 10px;
  border: 1px solid #ce191c;
  color: #ce191c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.c-entry form > p{
  margin-top: 30px;
}
.c-entry form > p:first-of-type{
  margin-top: 0;
}
.c-entry form p label{
  font-weight: bold;
}
.c-entry form p label span{
  margin-left: 10px;
  padding: 2px 5px;
  background: #ce191c;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}
.c-entry form > p > span{
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.c-entry form > p > span input.wpcf7-text,
.c-entry form > p > span select.wpcf7-select,
.c-entry form > p > span textarea.wpcf7-textarea{
  width: 100%;
  padding: 10px;
  border: 1px solid #898989;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.c-entry form > p > span textarea.wpcf7-textarea{
  line-height: 1.5;
}
.c-entry form > p > span .wpcf7-radio,
.c-entry form > p > span .wpcf7-checkbox{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.c-entry form > p > span .wpcf7-radio input,
.c-entry form > p > span .wpcf7-checkbox > span input{
  margin: 0;
}
.c-entry form > p > span .wpcf7-radio span,
.c-entry form > p > span .wpcf7-checkbox > span{
  margin: 0;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.c-entry form > p > span .wpcf7-radio span{
  column-gap: 5px;
}
.c-entry form > p > span .wpcf7-checkbox > span{
  column-gap: 10px;
}
.c-entry form .wpcf7-not-valid-tip{
  display: none !important;
}
.c-entry form .c-cf7-error{
  margin-top: 5px;
  color: #ce191c;
  font-size: 16px;
  font-weight: bold;
}
.c-entry-txt{
  text-align: center;
  line-height: 1.5;
}
.c-entry-txt__input{
  margin-top: 20px;
}
.c-entry-btn{
  margin-top: 30px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 20px;
}
.c-entry-btn button,
.c-entry-btn a{
  width: calc(50% - 10px);
  max-width: 300px;
  min-width: 80px;
  background: #1b2b61;
  border: none;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  box-sizing: border-box;
  padding: 20px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.c-entry-btn button:hover{
  opacity: 0.8;
}
#confirm-content{
  margin-top: 30px;
}
#confirm-content table{
  margin: 0 auto;
  text-align: left;
}
#confirm-content table tr th,
#confirm-content table tr td{
  padding: 10px;
}
@media screen and (max-width: 767px){
  .c-entry{
    margin-top: 50px;
  }
  .c-entry-heading{
    margin-bottom: 25px;
    padding: 10px;
    font-size: 16px;
  }
  .c-entry form p label span{
    font-size: 12px;
  }
  .c-entry form > p{
    margin-top: 25px;
  }
  .c-entry form > p > span input.wpcf7-text,
  .c-entry form > p > span select.wpcf7-select,
  .c-entry form > p > span textarea.wpcf7-textarea{
    font-size: 14px;
  }
  .c-entry-txt__input{
    margin-top: 15px;
  }
  .c-entry-btn{
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .c-entry-btn button,
  .c-entry-btn a{
    display: inline-block;
    margin: 20px auto 0;
    width: 100%;
    max-width: 250px;
    padding: 15px 10px;
    font-size: 14px;
  }
  .c-entry-btn > *:first-child{
    margin-top: 0;
  }
  #confirm-content table{
    width: 100%;
  }
  #confirm-content table tr th,
  #confirm-content table tr td{
    display: block;
  }
  #confirm-content table tr th{
    background: #e8e8e8;
  }
}


/*************************************************************
LINE
*************************************************************/
.c-line-fixed{
  padding: 15px 10px;
  background: #06c755;
  border-radius: 10px 0 0 10px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  color: #fff;
  position: fixed;
  right: -130px;
  transition: right 0.5s ease;
  cursor: pointer;
  z-index: 10;
}
.c-line-fixed.open{
  right: 0;
}
.c-line-fixed-inner{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 20px;
}
.c-line-fixed-txt{
  width: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.c-line-fixed-txt p{
  position: relative;
  padding-bottom: 20px;
}
.c-line-fixed-txt p:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.c-line-fixed.open .c-line-fixed-txt p:after{
  transform: translateX(-50%) scaleX(-1);
  -webkit-transform: translateX(-50%) scaleX(-1);
  -ms-transform: translateX(-50%) scaleX(-1);
}
.c-line-fixed-img{
  width: 110px;
  text-align: center;
}
.c-line-fixed-img span{
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px){
  .c-line-fixed{
    padding: 10px;
    right: -90px;
  }
  .c-line-fixed-inner{
    column-gap: 10px;
  }
  .c-line-fixed-txt{
    width: 15px;
    font-size: 14px;
  }
  .c-line-fixed-img{
    width: 80px;
  }
  .c-line-fixed-img span{
    margin-top: 5px;
    font-size: 10px;
  }
}


/*************************************************************
footer-banner
*************************************************************/
.c-footer-banner{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px){
  .c-footer-banner{
    display: block;
  }
}


/*************************************************************
footer-sponsors
*************************************************************/
.c-supporters-footer-sponsors-lists01{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 2%;
}
.c-supporters-footer-sponsors-lists02{
  width: 100%;
  max-width: 760px;
  margin: 25px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 10%;
}
@media screen and (max-width: 767px){
  .c-supporters-footer-sponsors-lists02{
    width: 85%;
    margin: 15px auto 0;
  }
  .c-supporters-footer-sponsors .c-supporters-contents-lists li{
    max-width: 80px;
  }
}


/*************************************************************
footer
*************************************************************/
.l-supporters-footer{
  background: #010f58;
  padding: 25px 20px;
}
.l-supporters-footer-inner{
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 15px;
}
.l-supporters-footer-nav{
  width: calc(100% - 365px - 15px);
}
.l-supporters-footer-links{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.l-supporters-footer-links li a{
  color: #fff;
  font-weight: bold;
}
.l-supporters-footer-office{
  margin-top: 20px;
  color: #fff;
}
.l-supporters-footer-office-heading{
  font-weight: bold;
}
.l-supporters-footer-office-heading span{
  margin-right: 10px;
  padding: 2px 5px;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 1px;
}
.l-supporters-footer-office-info{
  margin-top: 20px;
}
.l-supporters-footer-office-info p{
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
}
.l-supporters-footer-office-info p span a{
  color: #fff;
}
.l-supporters-footer-office-mail{
  margin-top: 20px;
}
.l-supporters-footer-office-mail a{
  display: inline-block;
  background: #ce191c;
  padding: 10px 25px;
  border-radius: 30px;
  box-shadow: 2px 2px 3px rgba(1, 16, 58, 0.75);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.l-supporters-footer-office-mail a span{
  position: relative;
  padding-left: 30px;
}
.l-supporters-footer-office-mail a span:before{
  content: "";
  background: url(../img/supporters/mail_icon.svg) no-repeat;
  width: 21px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-supporters-footer-brand{
  width: 365px;
}
.l-supporters-footer-brand-inner{
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 20px;
}
.l-supporters-footer-brandLinks{
  width: calc(100% - 140px - 20px);
  max-width: 160px;
}
.l-supporters-footer-socialLinks{
  display: inline-block;
  width: 100%;
  background: #ce1a1d;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.l-supporters-footer-socialLinks span{
  position: relative;
  padding-right: 25px;
}
.l-supporters-footer-socialLinks span:after{
  content: "";
  background: url(../img/supporters/icon-link_external.svg) no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.l-supporters-footer-sns{
  margin-top: 15px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  column-gap: 20px;
}
.l-supporters-footer-sns img{
  width: 40px;
}
.l-supporters-footer-logo{
  width: 140px;
}
.l-supporters-footer-copyright{
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px){
  .l-supporters-footer{
    padding: 20px;
  }
  .l-supporters-footer-inner{
    display: block;
  }
  .l-supporters-footer-nav{
    width: 100%;
  }
  .l-supporters-footer-links{
    -webkit-box-pack: center;
    justify-content: center;
    gap: 10px 20px;
  }
  .l-supporters-footer-office-heading span{
    font-size: 12px;
  }
  .l-supporters-footer-office-info p{
    font-size: 12px;
  }
  .l-supporters-footer-office-mail{
    text-align: center;
  }
  .l-supporters-footer-office-mail a{
    font-size: 12px;
  }
  .l-supporters-footer-brand{
    margin-top: 25px;
    width: 100%;
  }
  .l-supporters-footer-brand-inner{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .l-supporters-footer-socialLinks{
    font-size: 12px;
  }
  .l-supporters-footer-copyright{
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
  }
}