@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
  width: auto;
}

body {
  margin: 0;
}

.mainContent {
  padding: 40px 0 90px;
  position: relative;
  margin-bottom: -50px;
  font-size: 10px;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  .mainContent {
    padding: 0 0 100px;
  }
}
.mainContent.bg01 {
  background: #fff;
}
.mainContent.bg01 .section-cheering {
  background: #f9f9fd;
}
.mainContent.bg02 {
  background: url(../../images/stream/bg_01.png);
}
@media screen and (max-width: 750px) {
  .mainContent.bg02 {
    background-size: 80px !important;
  }
}
.mainContent.bg02 .section-cheering {
  background: rgba(255, 255, 255, 0.6);
}
.mainContent.bg03 {
  background: url(../../images/stream/bg_02.png);
}
@media screen and (max-width: 750px) {
  .mainContent.bg03 {
    background-size: 170px !important;
  }
}
.mainContent.bg03 .section-cheering {
  background: rgba(255, 255, 255, 0.7);
}
.mainContent.bg04 {
  background: url(../../images/stream/bg_03.png);
}
@media screen and (max-width: 750px) {
  .mainContent.bg04 {
    background-size: 85% !important;
  }
}
.mainContent.bg04 .section-cheering {
  background: rgba(255, 255, 255, 0.7);
}
.mainContent.archive .section-livestream, .mainContent.archive .section-cheering {
  display: none;
}
.mainContent.archive .section-archive {
  padding: 0 !important;
}
.mainContent.archive .section-archive .bigTitle {
  display: block !important;
  text-align: center;
  margin: 0 auto 40px;
  width: 270px;
}
@media screen and (max-width: 750px) {
  .mainContent.archive .section-archive .bigTitle img {
    width: 170px;
  }
}
.mainContent.archive .section-archive .video-block {
  display: block !important;
}
.mainContent.archive .section-archive .btn {
  display: none !important;
}
.mainContent a {
  text-decoration: none;
}
.mainContent .container {
  width: 1020px;
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .mainContent .container {
    padding: 0 15px;
    max-width: calc(100% - 30px);
  }
}
.mainContent .container .ie-warning {
  text-align: center;
  margin-bottom: 40px;
  display: none;
  border: 1px solid red;
  padding: 20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mainContent .container .ie-warning {
    display: block;
  }
}
.mainContent .container .ie-warning ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
  list-style-type: disc;
}
.mainContent .container .ie-warning ul li {
  margin: 0 20px;
  font-size: 1.6em;
  font-weight: bold;
}
.mainContent .container .bigTitle {
  margin-bottom: 30px;
  position: relative;
  width: 270px;
}
@media screen and (max-width: 750px) {
  .mainContent .container .bigTitle {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mainContent .container .bigTitle img {
    width: 170px;
  }
}
.mainContent .section .toggleWrapper {
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .mainContent .section .toggleWrapper {
    margin-bottom: 20px;
  }
}
.mainContent .section .toggleWrapper p {
  font-size: 1.2em;
  margin-right: 15px;
}
.mainContent .section .toggleWrapper .toggleList {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
          user-select: none;
}
@media screen and (max-width: 750px) {
  .mainContent .section .toggleWrapper .toggleList {
    width: 100%;
  }
}
.mainContent .section .toggleWrapper .toggleList .toggle {
  cursor: pointer;
  font-size: 1em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #eceff1;
}
@media screen and (max-width: 750px) {
  .mainContent .section .toggleWrapper .toggleList .toggle {
    width: 50%;
    height: 50px;
    line-height: 50px;
    font-size: 1.3em;
  }
}
.mainContent .section .toggleWrapper .toggleList .toggle.active {
  color: #fff;
  background-color: #2b8ae0;
}
.mainContent .section.section-livestream {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream {
    margin: 0 -25px 100px;
    padding: 0 25px 50px;
  }
}
.mainContent .section.section-livestream .flex {
  display: flex;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex {
    display: block;
  }
}
.mainContent .section.section-livestream .flex .left {
  width: calc(100% - 300px);
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left {
    width: 100%;
  }
}
.mainContent .section.section-livestream .flex .left .iframe-screen {
  height: 370px;
  background: #ddd;
  margin-bottom: 25px;
}
.mainContent .section.section-livestream .flex .left .iframe-screen iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .iframe-screen {
    margin-left: -15px;
    margin-right: -15px;
    height: 210px;
  }
}
.mainContent .section.section-livestream .flex .left .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .title {
    display: block;
  }
}
.mainContent .section.section-livestream .flex .left .title p {
  font-size: 1.6em;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .title p {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.mainContent .section.section-livestream .flex .left .title span {
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .title span {
    font-size: 1.3em;
    color: #666;
    padding-left: 20px;
    background: url(../../images/stream/icon_10.png) left center no-repeat;
  }
}
.mainContent .section.section-livestream .flex .left .iconWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper {
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 50px;
  }
}
.mainContent .section.section-livestream .flex .left .iconWrapper .arrow {
  font-size: 1.4em;
  color: #fff;
  background: #323232;
  line-height: 30px;
  padding: 0 10px 0 20px;
  position: relative;
  margin-right: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper .arrow {
    display: none;
  }
}
.mainContent .section.section-livestream .flex .left .iconWrapper .arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: -20px;
  border-top: 15px solid transparent;
  border-left: 20px solid #323232;
  border-bottom: 15px solid transparent;
}
.mainContent .section.section-livestream .flex .left .iconWrapper .iconList {
  display: flex;
  align-items: center;
}
.mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon:not(.hide) {
    cursor: pointer;
  }
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon:not(.hide):hover {
    opacity: 0.8;
  }
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon:not(.hide):hover .txtWrapper {
    z-index: 2;
    opacity: 1;
  }
}
.mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon:not(:last-child) {
  margin-right: 25px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon:not(:last-child) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon.hide {
  filter: grayscale(100%);
  opacity: 0.5;
}
.mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon .txtWrapper {
  position: absolute;
  white-space: nowrap;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0;
  padding-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon .txtWrapper {
    z-index: 1;
    opacity: 1;
    top: auto;
    bottom: -25px;
    padding-bottom: 0;
  }
}
.mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon .txtWrapper .txt {
  line-height: 20px;
  font-size: 1.1em;
  -webkit-user-select: none;
          user-select: none;
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon .txtWrapper .txt {
    background: rgba(50, 50, 50, 0.85);
    color: #fff;
    padding: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .left .iconWrapper .iconList .icon .txtWrapper .txt {
    font-size: 1em;
    color: #666;
  }
}
.mainContent .section.section-livestream .flex .left .flex {
  display: flex;
}
.mainContent .section.section-livestream .flex .left .flex .toggleWrapper {
  margin-right: 50px;
}
.mainContent .section.section-livestream .flex .right {
  width: 270px;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right {
    width: 100%;
    margin-left: 0;
  }
}
.mainContent .section.section-livestream .flex .right .toggleWrapper {
  position: absolute;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right .toggleWrapper {
    position: static;
    flex-direction: column;
  }
}
.mainContent .section.section-livestream .flex .right .chat-hide {
  font-size: 1.4em;
  padding: 13px 0;
  text-align: center;
  border: 1px solid #e0e0e0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right .chat-hide {
    position: static;
  }
}
.mainContent .section.section-livestream .flex .right .iframe-chat-wrapper {
  height: 540px;
  margin-bottom: 40px;
}
.mainContent .section.section-livestream .flex .right .iframe-chat-wrapper iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right .iframe-chat-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    height: 450px;
    margin-bottom: 30px;
    position: relative;
  }
  .mainContent .section.section-livestream .flex .right .iframe-chat-wrapper.fix-height {
    height: auto;
    margin-bottom: 10px;
  }
}
.mainContent .section.section-livestream .flex .right .iframe-chat-wrapper .iframe-chat {
  height: 100%;
  background: #ddd;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right .iframe-chat-wrapper .iframe-chat {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.mainContent .section.section-livestream .flex .right .bgBtn {
  line-height: 40px;
  background: #ec5b34;
  color: #fff;
  font-size: 1.6em;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-livestream .flex .right .bgBtn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right .bgBtn {
    line-height: 50px;
    font-size: 1.3em;
    border-radius: 25px;
    text-align: center;
  }
}
.mainContent .section.section-livestream .flex .right .bgBtn span {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right .bgBtn span {
    display: inline-block;
    position: relative;
  }
}
.mainContent .section.section-livestream .flex .right .bgBtn img {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .right .bgBtn img {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.mainContent .section.section-livestream .flex .audioBtn {
  width: 400px;
  max-width: calc(100% - 4px);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  background: url(../../images/stream/icon_08.png) left 25px center no-repeat, url(../../images/stream/btn_bg.png) bottom right no-repeat, #fff;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-livestream .flex .audioBtn:hover {
    background-color: #e0e0e0;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .audioBtn {
    height: 70px;
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 1.3em;
  }
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-livestream .flex .audioBtn.hide {
    z-index: -1;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-livestream .flex .audioBtn.hide {
    display: none;
  }
}
.mainContent .section.section-cheering {
  padding: 60px 0 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering {
    padding: 50px 0 40px;
  }
}
.mainContent .section.section-cheering .container {
  position: relative;
}
.mainContent .section.section-cheering .toggleWrapper {
  right: 0;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .toggleWrapper {
    position: static;
    flex-direction: column;
    margin-top: 40px;
  }
}
.mainContent .section.section-cheering h2 {
  margin-bottom: 30px;
}
.mainContent .section.section-cheering h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
}
.mainContent .section.section-cheering .cheeringList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .cheeringList {
    display: block;
    padding: 0;
    margin-bottom: 70px;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering {
  width: 25%;
  margin-bottom: 20px;
  padding: 45px 20px 10px 20px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .cheeringList .cheering {
    padding: 75px 20px 10px 20px;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering.fullPoint .btn {
  background: url(../../images/stream/btn_full.png) center/cover no-repeat;
  line-height: 50px;
  padding: 0 !important;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .cheeringList .cheering.fullPoint .btn {
    line-height: 60px;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering.fullPoint .btn:after {
  content: none;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .cheeringList .cheering {
    width: 100%;
    margin-bottom: 40px;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering:nth-child(2n+1) {
  background: url(../../images/stream/shirt_01.png) top center/100% no-repeat;
}
.mainContent .section.section-cheering .cheeringList .cheering:nth-child(2n+1).bg {
  background: url(../../images/stream/shirt_01_zoom.png) top center/100% no-repeat;
}
.mainContent .section.section-cheering .cheeringList .cheering:nth-child(2n) {
  background: url(../../images/stream/shirt_02.png) top center/100% no-repeat;
}
.mainContent .section.section-cheering .cheeringList .cheering:nth-child(2n).bg {
  background: url(../../images/stream/shirt_02_zoom.png) top center/100% no-repeat;
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-cheering .cheeringList .cheering {
    cursor: pointer;
  }
  .mainContent .section.section-cheering .cheeringList .cheering:not(.fullPoint):hover .btn {
    padding-bottom: 0;
    padding-top: 10px;
  }
  .mainContent .section.section-cheering .cheeringList .cheering:not(.fullPoint):hover .btn:after {
    height: 40px;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering .content {
  width: 160px;
  margin: 0 auto 12px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .cheeringList .cheering .content {
    width: 70%;
    margin-bottom: 25px;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering .content p {
  font-size: 1.4em;
  line-height: 1.5;
  word-break: break-word;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .cheeringList .cheering .content p {
    font-size: 1.6em;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering .content > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;
  overflow: hidden;
}
.mainContent .section.section-cheering .cheeringList .cheering .point p {
  font-size: 1.4em;
  line-height: 2.2;
  margin: 0;
}
.mainContent .section.section-cheering .cheeringList .cheering .point span {
  font-weight: bold;
  font-size: 3.8em;
  color: #ff0037;
  line-height: 1.2;
}
.mainContent .section.section-cheering .cheeringList .cheering .point span.red {
  color: #ff0037;
}
.mainContent .section.section-cheering .cheeringList .cheering .point span.green {
  color: #55a549;
}
.mainContent .section.section-cheering .cheeringList .cheering .point span.blue {
  color: #0078c8;
}
.mainContent .section.section-cheering .cheeringList .cheering .btn {
  line-height: 40px;
  background: #0078c8;
  color: #fff;
  font-size: 1.4em;
  margin: 0 5.7%;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .cheeringList .cheering .btn {
    line-height: 50px;
    font-size: 1.3em;
    margin: 0 8%;
  }
}
.mainContent .section.section-cheering .cheeringList .cheering .btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #205bac;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainContent .section.section-cheering .cheeringList .cheering .btn span {
  position: relative;
  z-index: 2;
}
.mainContent .section.section-cheering .modalBtn {
  width: 260px;
  max-width: 100%;
  line-height: 40px;
  background: #af2270;
  color: #fff;
  font-size: 1.6em;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 40px auto 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-cheering .modalBtn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .modalBtn {
    width: 270px;
    line-height: 50px;
    border-radius: 25px;
    background: url(../../images/stream/icon_09.png) left 25px center no-repeat, #af2270;
  }
}
.mainContent .section.section-cheering .modalBtn img {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-cheering .modalBtn img {
    display: none;
  }
}
.mainContent .section.section-archive {
  padding: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive {
    padding: 50px 0 0;
  }
}
.mainContent .section.section-archive h2 {
  margin-bottom: 30px;
}
.mainContent .section.section-archive .bigTitle {
  display: none;
}
.mainContent .section.section-archive .video-block {
  display: none;
  margin-bottom: 80px;
}
.mainContent .section.section-archive .video-block iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive .video-block {
    margin: 0 -15px 40px;
    padding: 0;
    max-width: calc(100% + 30px) !important;
    width: calc(100vw + 30px);
  }
}
.mainContent .section.section-archive .video-block .stream {
  width: 80%;
  height: 400px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive .video-block .stream {
    width: 100%;
    height: 200px;
  }
}
.mainContent .section.section-archive .blockList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive .blockList {
    display: block;
  }
}
.mainContent .section.section-archive .blockList .block {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-archive .blockList .block {
    cursor: pointer;
  }
  .mainContent .section.section-archive .blockList .block:hover {
    opacity: 0.8;
  }
}
.mainContent .section.section-archive .blockList .block:not(:nth-child(3n)) {
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive .blockList .block {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.mainContent .section.section-archive .blockList .block .img {
  height: 160px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive .blockList .block .img {
    height: 185px;
    margin-bottom: 20px;
  }
}
.mainContent .section.section-archive .blockList .block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainContent .section.section-archive .blockList .block .img .live {
  position: absolute;
  left: 0;
  bottom: -10px;
}
.mainContent .section.section-archive .blockList .block .content {
  text-align: left;
  position: relative;
}
.mainContent .section.section-archive .blockList .block .content:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  width: 10px;
  height: 13px;
  background: url(../../images/stream/arrow.png) center no-repeat;
}
.mainContent .section.section-archive .blockList .block .content .title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
  overflow: hidden;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive .blockList .block .content .title {
    margin-bottom: 10px;
  }
}
.mainContent .section.section-archive .blockList .block .content .time {
  font-size: 1.3em;
  color: #666;
  display: flex;
  align-items: center;
}
.mainContent .section.section-archive .blockList .block .content .time img {
  margin-right: 5px;
}
.mainContent .section.section-archive .btn {
  width: 260px;
  max-width: 100%;
  line-height: 40px;
  background: #323232;
  color: #fff;
  font-size: 1.6em;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 70px auto 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .mainContent .section.section-archive .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .mainContent .section.section-archive .btn {
    margin-top: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  right: 0;
  font-size: 10px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modal .modal-dialog .modal-content {
  width: 960px;
  max-width: calc(100% - 30px);
  margin: 100px auto 0;
  padding: 40px 30px 50px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content {
    border-radius: 0;
    padding: 40px 25px;
  }
}
.modal .modal-dialog .modal-content .title {
  text-align: center;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .processList {
  max-height: calc(100vh - 350px);
  overflow: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .processList {
    max-height: calc(100vh - 290px);
  }
}
.modal .modal-dialog .modal-content .processList .process {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .processList .process {
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 110px 25px 0;
  }
}
.modal .modal-dialog .modal-content .processList .process p {
  font-size: 1.4em;
  font-weight: bold;
  width: 200px;
  margin-right: 30px;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .processList .process p {
    font-size: 1.2em;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.modal .modal-dialog .modal-content .processList .process .barWrapper {
  width: calc(100% - 400px);
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .processList .process .barWrapper {
    width: 100%;
  }
}
.modal .modal-dialog .modal-content .processList .process .bar {
  height: 30px;
  background: url("../../images/stream/bar.png") left center/460px no-repeat;
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .processList .process .bar {
    background: url("../../images/stream/bar_sp.png") left center/185px no-repeat;
  }
}
.modal .modal-dialog .modal-content .processList .process .bar .number {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-55%);
  font-size: 1.6em;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to right, #fff 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.modal .modal-dialog .modal-content .processList .process a {
  margin-left: 60px;
  width: 110px;
  line-height: 30px;
  font-size: 1.4em;
  color: #fff;
  background: #2067ae;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .modal .modal-dialog .modal-content .processList .process a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .processList .process a {
    position: absolute;
    width: 90px;
    line-height: 50px;
    right: 0;
  }
}
.modal .modal-dialog .modal-content .close {
  width: 260px;
  max-width: 100%;
  line-height: 40px;
  background: #323232;
  color: #fff;
  font-size: 1.6em;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width: 751px) {
  .modal .modal-dialog .modal-content .close:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .modal .modal-dialog .modal-content .close {
    line-height: 50px;
    border-radius: 25px;
  }
}
.modal.active {
  opacity: 1;
  z-index: 999;
  overflow: auto;
}

@keyframes reveal {
  from {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.5, 1.5, 1.5) rotate(15deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.87, 1.12, 1);
  }
  40% {
    transform: scale3d(1.12, 0.87, 1);
  }
  50% {
    transform: scale3d(0.9, 1.1, 1);
  }
  65% {
    transform: scale3d(1.02, 0.98, 1);
  }
  75% {
    transform: scale3d(0.98, 1.02, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-vertical-2 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.37, 1.62, 1.5);
  }
  40% {
    transform: scale3d(1.62, 1.37, 1.5);
  }
  50% {
    transform: scale3d(1.4, 1.6, 1.5);
  }
  65% {
    transform: scale3d(1.52, 1.48, 1.5);
  }
  75% {
    transform: scale3d(1.48, 1.52, 1.5);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    transform: translateX(10px);
  }
  80% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-8px);
  }
}
.jello-vertical {
  animation: jello-vertical 0.9s both;
}

.animationWrapper {
  position: absolute;
  display: none;
  -webkit-user-select: none;
          user-select: none;
  z-index: 10;
}
.animationWrapper .animation.animation01 {
  position: relative;
  animation: pulse 0.8s forwards;
}
.animationWrapper .animation.animation01 .text img {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  animation: reveal 0.4s forwards;
  animation-delay: 0.8s;
  position: relative;
  top: -70px;
  right: 100px;
}
.animationWrapper .animation.animation02 {
  animation: jello-vertical-2 0.9s both;
}
.animationWrapper .animation.animation03 {
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

.freezePage {
  position: fixed;
  height: auto;
  left: 0;
  width: 100%;
}