a {
  text-decoration: none;
}

.wrapper {
  background: url("../image/cheering_bg.png");
}

.top_main {
  max-width: 1900px;
  margin: 0 auto;
}

.pc_br {
  display: block;
}
@media only screen and (max-width: 640px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp_br {
    display: block;
  }
}

.memu_block_link {
  height: 94px;
  display: none;
}
@media only screen and (max-width: 640px) {
  .memu_block_link {
    height: 59px;
    display: block;
  }
}
.memu_block_link_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  background: #171C42;
  z-index: 10;
}
.memu_block_link_box {
  width: 50%;
  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;
  padding: 0.9375rem 0;
}
@media only screen and (max-width: 640px) {
  .memu_block_link_box {
    padding: 0.5375rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .memu_block_link_box:nth-child(1) {
    width: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .memu_block_link_box:nth-child(2) {
    width: 80%;
  }
}
.memu_block_link_logo {
  max-width: 31px;
  width: 100%;
  margin: 0 auto;
}
.memu_block_link_btn {
  max-width: 21.5625rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#9b7300), to(#C5993F));
  background: linear-gradient(to right, #9b7300, #C5993F);
  text-align: center;
  border: 1px solid #fff;
  margin-right: 1.6875rem;
}
@media only screen and (max-width: 640px) {
  .memu_block_link_btn {
    max-width: 200px;
    height: initial;
    margin-right: 1.5rem;
  }
}
.memu_block_link_btn_link {
  color: #fff !important;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  padding: 1.1875rem 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .memu_block_link_btn_link {
    font-size: 15px;
    padding: 11px 0;
    padding-left: 0.5rem;
  }
}
.memu_block_link_btn_link::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 5%;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .memu_block_link_btn_link::before {
    width: 6px;
    height: 6px;
  }
}
.memu_block_link_flex {
  display: block;
  border-left: 1px solid #fff;
  padding-left: 1.6875rem;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .memu_block_link_flex {
    padding-left: 1.5rem;
  }
}
.memu_block_link_flex_phone {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}
.memu_block_link_flex_info {
  color: #fff;
  font-size: 1.8125rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .memu_block_link_flex_info {
    display: none;
  }
}
.memu_block_link_flex_time {
  font-size: 0.8125rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 640px) {
  .memu_block_link_flex_time {
    display: none;
  }
}
.memu_block_link_flex img {
  display: none;
}
@media only screen and (max-width: 640px) {
  .memu_block_link_flex img {
    display: block;
    width: 23px;
    padding: 10px 0;
  }
}

.l-container {
  width: 87%;
  margin: 0 auto;
}

.l-wrapper {
  width: 94%;
  margin: 0 auto;
}

.h2_title_sub {
  font-size: 30px !important;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 640px) {
  .h2_title_sub {
    font-size: 14px !important;
  }
}