@charset "UTF-8";
/*=========== 400,700 ===========*/
/*=========== 600,700 ===========*/
/*=========== NEWSの数字とカテゴリ 600 ===========*/
.l-in {
  position: relative;
  overflow: hidden;
}
.l-in__header {
  padding: 38px 2% 0;
  position: relative;
  background: url(../img/common/bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .l-in__header {
    padding: 28px 2% 0;
  }
}
.l-in__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/common/bg_contents.jpg);
  width: 100%;
  height: 28px;
}
@media screen and (max-width: 900px) {
  .l-in__header::after {
    height: 13px;
  }
}
.l-in__logo {
  width: 14.6%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .l-in__logo {
    width: 30%;
  }
}
.l-in__logo-link {
  display: block;
}
.l-in__logo-img {
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, transform 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
.is-load .l-in__logo-img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, transform 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
.l-in__ttl {
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .l-in__ttl.-disco {
    letter-spacing: -2.2px;
  }
}
.l-in__ttl-txt {
  font-size: 100px;
  display: inline-block;
  opacity: 0;
  transform: translate(-60px, 100%);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.is-load .l-in__ttl-txt {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
}
.is-load .l-in__ttl-txt:nth-child(1) {
  transition-delay: 0.24s, 0.24s;
}
.is-load .l-in__ttl-txt:nth-child(2) {
  transition-delay: 0.28s, 0.28s;
}
.is-load .l-in__ttl-txt:nth-child(3) {
  transition-delay: 0.32s, 0.32s;
}
.is-load .l-in__ttl-txt:nth-child(4) {
  transition-delay: 0.36s, 0.36s;
}
.is-load .l-in__ttl-txt:nth-child(5) {
  transition-delay: 0.4s, 0.4s;
}
.is-load .l-in__ttl-txt:nth-child(6) {
  transition-delay: 0.44s, 0.44s;
}
.is-load .l-in__ttl-txt:nth-child(7) {
  transition-delay: 0.48s, 0.48s;
}
.is-load .l-in__ttl-txt:nth-child(8) {
  transition-delay: 0.52s, 0.52s;
}
.is-load .l-in__ttl-txt:nth-child(9) {
  transition-delay: 0.56s, 0.56s;
}
.is-load .l-in__ttl-txt:nth-child(10) {
  transition-delay: 0.6s, 0.6s;
}
.is-load .l-in__ttl-txt:nth-child(11) {
  transition-delay: 0.64s, 0.64s;
}
.is-load .l-in__ttl-txt:nth-child(12) {
  transition-delay: 0.68s, 0.68s;
}
.is-load .l-in__ttl-txt:nth-child(13) {
  transition-delay: 0.72s, 0.72s;
}
.is-load .l-in__ttl-txt:nth-child(14) {
  transition-delay: 0.76s, 0.76s;
}
.is-load .l-in__ttl-txt:nth-child(15) {
  transition-delay: 0.8s, 0.8s;
}
.is-load .l-in__ttl-txt:nth-child(16) {
  transition-delay: 0.84s, 0.84s;
}
.is-load .l-in__ttl-txt:nth-child(17) {
  transition-delay: 0.88s, 0.88s;
}
.is-load .l-in__ttl-txt:nth-child(18) {
  transition-delay: 0.92s, 0.92s;
}
.is-load .l-in__ttl-txt:nth-child(19) {
  transition-delay: 0.96s, 0.96s;
}
.is-load .l-in__ttl-txt:nth-child(20) {
  transition-delay: 1s, 1s;
}
.is-load .l-in__ttl-txt:nth-child(21) {
  transition-delay: 1.04s, 1.04s;
}
@media screen and (max-width: 900px) {
  .l-in__ttl-txt {
    font-size: 47px;
  }
}
.l-in__hamburger {
  position: absolute;
  top: 16px;
  right: 23px;
}
@media screen and (max-width: 900px) {
  .l-in__hamburger {
    right: 7px;
    top: 12px;
  }
}
.l-in__hamburger .l-hamburger {
  position: relative;
  top: 0;
  right: 0;
  pointer-events: painted;
}
@media screen and (max-width: 900px) {
  .l-in__hamburger .l-hamburger {
    top: 0;
    right: 0;
  }
}
.l-in__hamburger .l-hamburger__inner {
  opacity: 1;
}
.l-in__content {
  position: relative;
  padding-top: 43px;
  opacity: 0;
  transform: translate(0, 30px);
}
@media screen and (max-width: 900px) {
  .l-in__content {
    transform: translate(0, 20px);
  }
}
.is-load .l-in__content {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.6s, transform 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.6s;
}
@media screen and (max-width: 900px) {
  .l-in__content {
    padding-top: 0;
  }
}
.l-in__content-inner {
  padding-bottom: 123px;
}
@media screen and (max-width: 900px) {
  .l-in__content-inner {
    padding-bottom: 58px;
  }
}

.l-in_loader {
  position: fixed;
  top: 30%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 105;
  opacity: 0;
}
@media screen and (min-width: 901px) {
  .l-in_loader {
    width: 70px;
    height: 70px;
  }
}
.is-ready .l-in_loader {
  opacity: 1;
}
.is-load .l-in_loader {
  opacity: 0;
}
.l-in_loader svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 4;
  animation: spin 2s linear infinite;
}
.l-in_loader svg circle {
  stroke: var(--color-black-main);
  stroke-linecap: round;
  animation: loading_dash 1.5s infinite ease-in-out;
}

/*============================
category
============================*/
.c-category__list {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .c-category__list {
    justify-content: flex-start;
  }
  .c-category__list::before, .c-category__list::after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-black-main);
  }
  .c-category__list::before {
    top: 0;
  }
  .c-category__list::after {
    bottom: 0;
  }
}
@media screen and (min-width: 901px) {
  .c-category__item {
    margin-left: 0.9%;
  }
  .c-category__item:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .c-category__item {
    position: relative;
    width: 33.33%;
    text-align: center;
  }
  .c-category__item::before, .c-category__item::after {
    position: absolute;
    content: "";
    background-color: var(--color-black-main);
  }
  .c-category__item::before {
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
  }
  .c-category__item::after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
  .c-category__item:nth-of-type(3n)::before {
    content: none;
  }
}
.c-category__link {
  position: relative;
  display: block;
  padding: 4px 10px;
}
@media screen and (min-width: 901px) {
  .c-category__link:hover {
    color: var(--color-white-main);
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .c-category__link:hover::before {
    left: 0;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
.c-category__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black-main);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media screen and (max-width: 900px) {
  .c-category__link {
    padding: 17px 10px;
  }
}
.c-category__txt {
  position: relative;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14.5px;
}
.c-category__item.is-current .c-category__txt {
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .c-category__txt {
    font-size: 11px;
  }
}
/*============================
newslist
============================*/
.c-news_list__item {
  position: relative;
}
.c-news_list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black-main);
}
.c-news_list__item:last-of-type::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black-main);
}
.c-news_list__link {
  display: flex;
  padding: 16px 0;
  line-height: 1;
  color: var(--color-black-main);
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media screen and (min-width: 901px) {
  .c-news_list__link:hover {
    color: var(--color-white-main);
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .c-news_list__link:hover::before {
    left: 0;
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
.c-news_list__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black-main);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media screen and (max-width: 900px) {
  .c-news_list__link {
    padding: 11.6px 0;
  }
}
.c-news_list__head {
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-news_list__head {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .c-news_list__head {
    padding: 3px 14.5px 0;
    width: 95.3px;
  }
  .c-news_list__head::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 11.6px);
    background-color: var(--color-black-main);
  }
}
.c-news_list__date {
  position: relative;
  font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 901px) {
  .c-news_list__date {
    width: 226px;
    padding: 0 29px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .c-news_list__date::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: var(--color-black-main);
    transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .c-news_list__link:hover .c-news_list__date::before {
    background-color: var(--color-white-main);
    transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
.c-news_list__date-cont {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 901px) {
  .c-news_list__date-cont {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 900px) {
  .c-news_list__date-cont {
    padding-left: 10px;
  }
}
.c-news_list__date-year {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 900px) {
  .c-news_list__date-year {
    font-size: 11px;
  }
}
.c-news_list__date-date {
  margin-left: 10px;
  font-size: 70px;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .c-news_list__date-date {
    margin-left: 3px;
    font-size: 27px;
  }
}
.c-news_list__category {
  position: relative;
}
@media screen and (min-width: 901px) {
  .c-news_list__category {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 100%;
    padding: 0 30px;
  }
  .c-news_list__category::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: var(--color-black-main);
    transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .c-news_list__link:hover .c-news_list__category::before {
    background-color: var(--color-white-main);
    transition: background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
@media screen and (max-width: 900px) {
  .c-news_list__category {
    margin-top: 6px;
  }
}
.c-news_list__category-txt {
  font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 900px) {
  .c-news_list__category-txt {
    letter-spacing: 0px;
    font-size: 11px;
  }
}
.c-news_list__cont {
  flex: 1;
}
.c-news_list__ttl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}
@media screen and (max-width: 900px) {
  .c-news_list__ttl {
    padding: 0 15px;
  }
}
.c-news_list__ttl-txt {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  .c-news_list__ttl-txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }
}

/*============================
news
============================*/
.p-live {
  width: 90%;
  max-width: 120rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding-top: 1rem;
}
.p-live__inner {
  display: block;
  position: relative;
}
.p-live__category {
  display: block;
  position: relative;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 900px) {
  .p-live__category {
    margin-bottom: 2.6rem;
  }
}
.p-live__list {
  display: block;
  position: relative;
}
.p-live__list-item {
  display: block;
  position: relative;
}
.p-live__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-black);
}
.p-live__list-item:first-child {
  border-top: 0.1rem solid var(--color-black);
}
.p-live__more {
  display: block;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (max-width: 900px) {
  .p-live__more {
    margin-top: 2rem;
  }
}

.p-live_category {
  display: block;
  position: relative;
}
.p-live_category__list {
  display: block;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-live_category__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.p-live_category__list-item {
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-live_category__list-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 901px) {
  .p-live_category__list-item + .p-live_category__list-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-live_category__list-item + .p-live_category__list-item {
    margin-top: 1rem;
  }
}
.p-live_category__link {
  display: block;
  position: relative;
}
.p-live_category__link-text {
  display: block;
  position: relative;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-live_category__link-text {
    font-size: 1.3rem;
  }
}
.p-live_category__link {
  display: block;
  position: relative;
}
.p-live_category__link-text {
  display: block;
  position: relative;
  padding: 0.5rem 0.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-live_category__link-text {
    padding: 0.6rem 2rem;
  }
}
.p-live_category__select {
  width: 20rem;
  height: 3rem;
  display: block;
  position: relative;
  cursor: pointer;
  background: var(--color-white);
}
@media screen and (max-width: 900px) {
  .p-live_category__select {
    width: 27rem;
    height: 4rem;
  }
}
.p-live_category__select-field {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  text-align: center;
  z-index: 1;
  border: none;
}
.p-live_category__select-field option {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.p-live_category__select-cap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
@media screen and (max-width: 900px) {
  .p-live_category__select-cap {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 901px) {
  .p-live_category__select:hover .p-live_category__select-cap {
    color: var(--color-white);
    background: var(--color-black);
  }
}
.p-live_category__select-cap::after {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  background: url("../img/common/icon_down.svg") no-repeat center/contain;
}
@media screen and (min-width: 901px) {
  .p-live_category__select-cap::after {
    transition: filter 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .p-live_category__select:hover .p-live_category__select-cap::after {
    filter: invert(100%);
  }
}
@media screen and (max-width: 900px) {
  .p-live_category__select-cap::after {
    width: 1rem;
    right: 1.8rem;
  }
}

.p-live_article {
  display: block;
  position: relative;
  padding: 3rem 5rem 4rem 3rem;
}
@media screen and (min-width: 901px) {
  .p-live_article {
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-live_article:hover {
    color: var(--color-white-main);
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
@media screen and (max-width: 900px) {
  .p-live_article {
    padding: 1rem 5rem 2rem 1rem;
  }
}
.p-live_article::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-black-main);
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media screen and (min-width: 901px) {
  .p-live_article:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-live_article::after {
  content: "";
  width: 1.2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 3.2rem;
  background: url(../img/common/icon_arrowR.svg) no-repeat center/contain;
}
@media screen and (max-width: 900px) {
  .p-live_article::after {
    width: 1rem;
    right: 2rem;
  }
}
@media screen and (min-width: 901px) {
  .p-live_article::after {
    transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-live_article:hover::after {
    filter: invert(100%);
    transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  }
}
.p-live_article__date {
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-live_article__date {
    margin-bottom: 0.3rem;
    font-size: 1.3rem;
  }
}
.p-live_article__title {
  display: block;
  position: relative;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .p-live_article__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-live_single {
  width: 100%;
  max-width: 119.5rem;
  margin: 0 auto;
}
.p-live_single__header {
  display: block;
  position: relative;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 900px) {
  .p-live_single__header {
    margin-bottom: 2.2rem;
  }
}
.p-live_single__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  letter-spacing: 0.31rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 900px) {
  .p-live_single__title {
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 0.1rem;
  }
}
.p-live_single__date {
  display: block;
  position: relative;
  color: var(--color-gray);
  font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  font-size: 2.1rem;
  letter-spacing: 0.04rem;
  margin-top: 1.9rem;
  margin-right: 3rem;
}
@media screen and (max-width: 900px) {
  .p-live_single__date {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    margin-right: 1.9rem;
  }
}
.p-live_single__text {
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 2;
  border-width: 0;
}
@media screen and (max-width: 900px) {
  .p-live_single__text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 2.24;
  }
}
.p-live_single__text a {
  position: relative;
  text-decoration: none;
  color: var(--color-white-main);
  background-color: var(--color-black-main);
  transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s, background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media screen and (min-width: 901px) {
  .p-live_single__text a:hover {
    text-decoration: underline;
    color: var(--color-black-main);
    background-color: var(--color-white-main);
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s, background-color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
.p-live_single__info {
  display: block;
  position: relative;
  margin-top: 8.5rem;
}
@media screen and (max-width: 900px) {
  .p-live_single__info {
    margin-top: 4rem;
  }
}
.p-live_single__info-item {
  display: block;
  position: relative;
}
.p-live_single__info-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-black);
  z-index: 1;
  pointer-events: none;
}
.p-live_single__info-item:first-child {
  border-top: 0.1rem solid var(--color-black);
}
.p-live_single__back {
  display: block;
  position: relative;
  margin-top: 4.6rem;
}
@media screen and (max-width: 900px) {
  .p-live_single__back {
    margin-top: 2rem;
  }
}

.p-live_info {
  display: block;
  position: relative;
}
.p-live_info__header {
  display: block;
  position: relative;
  padding: 3rem 8rem 3rem 2.5rem;
  cursor: pointer;
}
@media screen and (min-width: 901px) {
  .p-live_info__header {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .p-live_info__header {
    padding: 1rem 8rem 1rem 1rem;
  }
}
@media screen and (min-width: 901px) {
  .p-live_info__header {
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
  .p-live_info__header:hover {
    color: var(--color-white-main);
    transition: color 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
  }
}
.p-live_info__header::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-black-main);
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
@media screen and (min-width: 901px) {
  .p-live_info__header:hover::before {
    width: 100%;
    left: 0;
  }
}
.p-live_info__header::after {
  content: "";
  width: 2rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 2.8rem;
  background: url("../img/common/icon_down.svg") no-repeat center/contain;
}
@media screen and (max-width: 900px) {
  .p-live_info__header::after {
    width: 1rem;
    right: 1.8rem;
  }
}
.is-drawer-open .p-live_info__header::after {
  transform: scale(1, -1);
}
@media screen and (min-width: 901px) {
  .p-live_info__header::after {
    transition: filter 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .p-live_info__header:hover::after {
    filter: invert(100%);
  }
}
.p-live_info__date {
  display: block;
  position: relative;
  top: 0.05em;
  font-size: 2rem;
  font-family: "Barlow Condensed", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (min-width: 901px) {
  .p-live_info__date {
    min-width: 12rem;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-live_info__date {
    margin-bottom: 0.3rem;
    font-size: 1.3rem;
  }
}
.p-live_info__title {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.9rem;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .p-live_info__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.p-live_info__inner {
  display: none;
  position: relative;
  padding: 3rem 2.5rem;
  background: #e3e5e2;
}
@media screen and (max-width: 900px) {
  .p-live_info__inner {
    padding: 2rem 2.5rem;
  }
}
.p-live_info__data {
  display: block;
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-live_info__data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.p-live_info__data + .p-live_info__data {
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .p-live_info__data + .p-live_info__data {
    margin-top: 1.8rem;
  }
}
.p-live_info__data-cap {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 901px) {
  .p-live_info__data-cap {
    width: 13rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .p-live_info__data-cap {
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
  }
}
.p-live_info__data-text {
  min-width: 0;
  flex: 1 1 0;
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-live_info__data-text {
    font-size: 1.2rem;
  }
}