@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=M+PLUS+1p:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&family=M+PLUS+1p:wght@400;700&display=swap");
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeOmOut {
  0% {
    opacity: 0;
  }
  30%,
  50% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes fadeOmOut {
  0% {
    opacity: 0;
  }
  30%,
  50% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes baAnime {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  30%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80%,
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@keyframes baAnime {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  30%,
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80%,
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@-webkit-keyframes op_bar {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@keyframes op_bar {
  0% {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  100% {
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
  }
}

@-webkit-keyframes loading_dash {
  0% {
    stroke-dasharray: 1, 314;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 188, 314;
    stroke-dashoffset: -73;
  }
  100% {
    stroke-dasharray: 188, 314;
    stroke-dashoffset: -260;
  }
}

@keyframes loading_dash {
  0% {
    stroke-dasharray: 1, 314;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 188, 314;
    stroke-dashoffset: -73;
  }
  100% {
    stroke-dasharray: 188, 314;
    stroke-dashoffset: -260;
  }
}

.p-live {
  margin-top: 50px;
  padding-bottom: 36px;
}

.p-live__list-item {
  position: relative;
}

.p-live__list-item:first-child {
  border-top: 1px solid #ececec;
}

.p-live__list-head {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  padding: 40px 57px 40px 0;
}

.p-live__list-period {
  margin-bottom: 10px;
  color: #b1b1b1;
  font-size: 12px;
}

.p-live__list-ttl {
  position: relative;
  font-size: 13px;
  line-height: 1.6;
}

.p-live__list-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-live__list-icon .c-circle_btn {
  width: 35px;
  height: 35px;
}

.p-live__list-icon .c-circle_btn svg circle {
  stroke-dasharray: 552 552;
}

.p-live__list-desc {
  display: none;
  border-bottom: 1px solid #ececec;
  font-size: 13.5px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  word-break: break-all;
}

.p-live__list-desc a {
  color: #000;
}

.p-live__list-desc a:hover {
  text-decoration: underline;
}

.p-live__list-desc-inner {
  padding: 42px 0 0;
}

.p-live__list-text {
  padding-bottom: 42px;
}

.p-live__list-tour-item {
  border-top: 1px solid #ececec;
  line-height: 1.5;
}

.p-live__list-tour-head {
  position: relative;
  cursor: pointer;
  padding: 15px 0px;
}

.p-live__list-tour-head .p-in-ttl {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.p-live__list-tour-head .p-in-ttl span {
  vertical-align: baseline;
}

.p-live__list-tour-head .p-in-date {
  margin-top: 3px;
  color: #000;
  font-size: 12px;
  letter-spacing: normal;
}

.p-live__list-tour-desc {
  display: none;
  padding-bottom: 20px;
  letter-spacing: 0.01em;
}

.p-live__list-tour-data {
  position: relative;
  line-height: 1.4;
}

.p-live__list-tour-data + .p-live__list-tour-data {
  margin-top: 3px;
}

.p-live__list-tour-data dt {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 1px 0;
  width: 86px;
  color: #000;
  font-size: 11px;
  text-align: center;
}

.p-live__list-tour-data dd {
  padding: 1px 0;
  padding-left: 100px;
  font-size: 12px;
}

.p-live__list-close {
  display: block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid #ececec;
  border-radius: 0;
  background: none;
  padding: 26px 0 29px;
  width: 100%;
}

.p-live__list-close .p-in-inner {
  display: block;
  margin: 0 auto;
  width: 22px;
}

.p-live__list-close .p-in-inner svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 100%;
  overflow: visible;
}

.p-live__list-close .p-in-inner polygon,
.p-live__list-close .p-in-inner path {
  fill: #fff;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.p-live__more {
  margin: 35px auto 0;
  width: 70px;
  max-width: 400px;
}

.p-live__more.is-hide {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}

.p-live__more .c-circle_btn svg circle {
  stroke-dasharray: 552 552;
}

.p-live__more .c-circle_btn__arrow {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media screen and (max-width: 900px){
  .p-live {
    margin-top: 40px;
  }
}

@media not all and (max-width: 900px){
  .p-live__list-head {
    padding: 32px 50px 32px 200px;
  }
  .p-live__list-head::before {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
    transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
    background-color: #f3f3f3;
    width: 0;
    height: 100%;
    content: "";
  }
  .p-live__list-head:hover::before {
    left: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
    transition: all 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0s;
    width: 100%;
  }
  .p-live__list-cap {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .p-live__list-period {
    margin-bottom: 0;
    font-size: 13px;
  }
  .p-live__list-ttl {
    font-size: 14.5px;
    line-height: 1.45;
  }
  .p-live__list-desc {
    letter-spacing: 0.06em;
  }
  .p-live__list-desc-inner {
    padding-top: 44px;
  }
  .p-live__list-tour-head {
    padding: 30px 0;
  }
  .p-live__list-tour-head .p-in-ttl {
    font-size: 17px;
  }
  .p-live__list-tour-head .p-in-date {
    font-size: 14px;
  }
  .p-live__list-tour-desc {
    padding-bottom: 30px;
  }
  .p-live__list-tour-data + .p-live__list-tour-data {
    margin-top: 4px;
  }
  .p-live__list-tour-data dt {
    padding: 2px 0;
    width: 95px;
    font-size: 12px;
  }
  .p-live__list-tour-data dd {
    padding: 2px 0;
    padding-left: 115px;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .p-live__list-close {
    padding: 25px 0 21px;
  }
  .p-live__list-close:hover .p-in-inner polygon {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  .p-live__list-close:hover .p-in-inner path {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
  }
  .p-live__list-close .p-in-inner svg {
    height: 15px;
  }
  .p-live__more {
    margin-top: 40px;
  }
}
