@charset "UTF-8";
/* CSS Document */
html {
  font-family: "Noto Sans JP", "Noto Serif JP", "roboto", "toppan-bunkyu-midashi-min-st", "Oswald", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.3333333333vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a.link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.nonac {
  opacity: 0.5;
  pointer-events: none !important;
  cursor: default !important;
}

.ind {
  text-indent: -999rem;
}

#wrapper {
  position: relative;
  background: url(../images/bg_stripe.svg), #FFF6E4;
  padding-top: 10rem;
}

.pagetop {
  position: fixed;
  right: 1.8rem;
  bottom: 1.8rem;
  z-index: 100;
}

header {
  width: 100%;
  height: 10rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #FFF6E4;
  filter: drop-shadow(0 0.3rem 0 #6C321C);
}
header .header_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

#link_btn li {
  background: #6C321C;
  border-style: solid;
  border-color: #D3A73C;
  border-width: 0.2rem;
}
#link_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF6E4;
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}
#link_btn li a:hover {
  color: #FF7FA5;
}
#link_btn li.live .icon {
  background: url(../images/btn_live.svg) no-repeat center;
  background-size: contain;
}
#link_btn li.live:hover .icon {
  background: url(../images/btn_live_on.svg) no-repeat center;
  background-size: contain;
}
#link_btn li.replay .icon {
  background: url(../images/btn_rep.svg) no-repeat center;
  background-size: contain;
}
#link_btn li.replay:hover .icon {
  background: url(../images/btn_rep_on.svg) no-repeat center;
  background-size: contain;
}
#link_btn li.vote .icon {
  background: url(../images/btn_vote.svg) no-repeat center;
  background-size: contain;
}
#link_btn li.vote:hover .icon {
  background: url(../images/btn_vote_on.svg) no-repeat center;
  background-size: contain;
}

#heiwajima {
  background: url(../images/logo.svg) no-repeat center;
  background-size: contain;
  margin-right: 5rem;
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sns li {
  display: inline-block;
  width: 7.6rem;
  height: 7.6rem;
  margin-right: 1.3rem;
}
.sns li:hover {
  opacity: 0.65;
}
.sns li:nth-child(1) {
  background: url(../images/sns_fb.svg) no-repeat center;
  background-size: contain;
}
.sns li:nth-child(2) {
  background: url(../images/sns_x.svg) no-repeat center;
  background-size: contain;
}
.sns li:nth-child(3) {
  background: url(../images/sns_ln.svg) no-repeat center;
  background-size: contain;
}
.sns li:nth-child(4) {
  background: url(../images/sns_bl.svg) no-repeat center;
  background-size: contain;
}
.sns li:nth-child(5) {
  background: url(../images/sns_lv.svg) no-repeat center;
  background-size: contain;
}
.sns li:nth-child(6) {
  background: url(../images/sns_ps.svg) no-repeat center;
  background-size: contain;
  margin-right: 0;
}

#link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu {
  width: 10rem;
  height: 9.6rem;
  background: url(../images/menu_btn.png) no-repeat center;
  background-size: contain;
}

.menu-content {
  width: 100%;
  background: #6ACDC6;
  position: fixed;
  z-index: 200;
  top: -150%;
  left: 0;
  transition: all 0.75s;
  padding-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.menu-content .menu_wrap {
  width: 99%;
}
.menu-content .menu_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-content .list_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 4rem;
}
.menu-content .list_wrap h3 {
  width: 100%;
  position: relative;
  margin-bottom: 5rem;
}
.menu-content .list_wrap h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../images/menu_line.svg) no-repeat center;
  background-size: contain;
  top: 7rem;
  left: 0;
  width: 100%;
  height: 2rem;
}
.menu-content .list_wrap:nth-child(1) h3 {
  background: url(../images/menu_h3_spe.svg) no-repeat center;
  background-size: contain;
}
.menu-content .list_wrap:nth-child(2) h3 {
  background: url(../images/menu_h3_race.svg) no-repeat center;
  background-size: contain;
}
.menu-content .list_wrap:nth-child(3) h3 {
  background: url(../images/menu_h3_info.svg) no-repeat center;
  background-size: contain;
}
.menu-content .list_wrap ul {
  width: 100%;
}
.menu-content .list_wrap li {
  border-bottom: dotted 0.1rem #6C321C;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.menu-content .list_wrap li a {
  color: #6C321C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.menu-content::after {
  content: "";
  display: inline-block;
  background: url(../images/menu_bg.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 45rem;
  top: 99.5%;
  pointer-events: none;
}
.menu-content .menu_btn {
  background: url(../images/menu_btn_cl.png) no-repeat center;
  background-size: contain;
  width: 6.7rem;
  height: 6.2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}
.menu-content.active {
  top: 0;
}
.menu-content.active::after {
  transform: scaleY(1);
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #6C321C;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
}

.melt {
  opacity: 1;
}
.melt::after {
  transform: scaleY(0.2);
  transform-origin: top center;
  transition: all 2s;
}
.melt.mov::after {
  transform: scaleY(1);
}

/***********************************************************************
ミディアムデバイス (スマートフォン) のスタイル
**********************************************************************/
@media screen and (max-width: 750px) {
  .sp_non {
    display: none !important;
  }
  header {
    width: 75rem;
  }
  #wrapper {
    width: 75rem;
    overflow-x: hidden;
  }
  #heiwajima {
    width: 28.5rem;
    height: 5.3rem;
    margin-right: 2.5rem;
  }
  #link_btn {
    width: 30rem;
    margin-right: 2.5rem;
  }
  #link_btn li {
    width: 9.5rem;
    height: 8rem;
    border-radius: 1.5rem;
    padding-top: 0.5rem;
  }
  #link_btn li:not(:last-child) {
    margin-right: 0.7rem;
  }
  #link_btn li a {
    flex-direction: column;
    font-size: 1.9rem;
  }
  #link_btn li a .icon {
    width: 5.5rem;
    height: 4.6rem;
    margin-bottom: 0.3rem;
  }
  .menu-content {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-content .menu_wrap {
    height: calc(90vh - 10rem);
  }
  .menu-content .menu_flex {
    flex-direction: column;
    justify-content: flex-start;
  }
  .menu-content::after {
    height: 18rem;
  }
  .menu-content .list_wrap {
    width: 53rem;
    margin-bottom: 5rem;
  }
  .menu-content .list_wrap h3 {
    height: 6.8rem;
  }
  .menu-content .list_wrap h3::after {
    top: 9rem;
  }
  .menu-content .list_wrap li {
    line-height: 3.8rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .menu-content .list_wrap li a {
    font-size: 3.2rem;
  }
  .menu-content .list_wrap li a span {
    font-size: 2.7rem;
  }
  .menu-content .simplebar-scrollbar::before {
    background: #FFF6E4;
  }
  #main {
    padding-top: 14rem;
  }
  .pagetop {
    bottom: 16rem;
  }
  footer {
    width: 75rem;
    background: #6ACDC6;
    position: relative;
    z-index: 1;
    margin-top: 15rem;
    padding-bottom: 2.5rem;
  }
  footer .sns {
    margin-top: -2rem;
    margin-bottom: 4rem;
  }
  footer::before {
    content: "";
    display: inline-block;
    background: url(../images/footer.png) no-repeat top left -11rem;
    background-size: auto 23rem;
    width: 100%;
    height: 15rem;
    position: absolute;
    top: -10rem;
    z-index: -1;
  }
}
/***********************************************************************
ラージデバイス (デスクトップ) のスタイル
**********************************************************************/
@media screen and (min-width: 751px) {
  .pc_non {
    display: none !important;
  }
  html {
    font-size: 0.5208333333vw !important;
  }
  #wrapper {
    width: 100%;
  }
  #link_btn {
    margin-left: 8.3rem;
  }
  #link_btn li {
    width: 20rem;
    height: 7.5rem;
  }
  #link_btn li:not(:last-child) {
    margin-right: 2.5rem;
  }
  #link_btn li .icon {
    margin-right: 1rem;
    width: 5.3rem;
    height: 5.5rem;
  }
  #link_btn li.vote .icon {
    width: 7rem;
  }
  #heiwajima {
    width: 40rem;
    height: 7.6rem;
    margin-left: 3rem;
  }
  #heiwajima:hover {
    opacity: 0.65;
  }
  #menu {
    margin-left: 8.6rem;
    cursor: pointer;
  }
  .menu_btn {
    cursor: pointer;
  }
  .menu_btn:hover {
    opacity: 0.65;
  }
  .menu-content {
    padding-bottom: 3rem;
  }
  .menu-content .menu_flex {
    align-items: flex-start;
  }
  .menu-content .list_wrap {
    width: 45rem;
  }
  .menu-content .list_wrap h3 {
    height: 5.4rem;
  }
  .menu-content .list_wrap li {
    line-height: 3rem;
    position: relative;
  }
  .menu-content .list_wrap li::before {
    content: "";
    display: inline-block;
    background: #FF7FA5;
    position: absolute;
    height: 3rem;
    width: 3rem;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    top: 0.5rem;
    left: 1rem;
    opacity: 0;
  }
  .menu-content .list_wrap li::after {
    content: "";
    display: inline-block;
    background: #6C321C;
    position: absolute;
    height: 3rem;
    width: 3rem;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    bottom: 0.5rem;
    right: 1rem;
    opacity: 0;
  }
  .menu-content .list_wrap li:hover::before, .menu-content .list_wrap li:hover::after {
    opacity: 1;
  }
  .menu-content .list_wrap li a {
    font-size: 2.5rem;
  }
  .menu-content .list_wrap li a span {
    font-size: 2.2rem;
  }
  footer {
    justify-content: flex-end;
    font-size: 1.8rem;
    width: 100%;
    height: 10.3rem;
    padding-bottom: 2rem;
    background: url(../images/footer.png) no-repeat top center;
    background-size: cover;
  }
}/*# sourceMappingURL=common.css.map */