.txt-ed {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  background: var(--c-green);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mv {
  position: relative;
}
.p-mv__route {
  background: var(--keycolor);
  position: absolute;
  left: 7.3958333333vw;
  top: 8.5416666667vw;
  width: 33rem;
  z-index: 5;
}
@media (max-width: 1024px) {
  .p-mv__route {
    display: none;
  }
}
.p-mv__route .close {
  background: url(../images/common/close.png) no-repeat top center;
  background-size: contain;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: none;
  height: 2.7rem;
  width: 2.7rem;
  position: absolute;
  left: -1.3rem;
  top: -1.4rem;
  z-index: 1;
}
.p-mv__wrap {
  display: flex;
  width: 100%;
  height: 100%;
}
.p-mv__content {
  display: flex;
  height: 100%;
}
.p-mv__map {
  position: relative;
  height: 86.6666666667vw;
}
@media (min-width: 1025px) {
  .p-mv__map {
    height: 38.0208333333vw;
  }
}
.p-mv__map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__map .mv-anchor {
  position: absolute;
  background: #fff;
  border: 0.5333333333vw solid var(--keycolor);
  right: 4vw;
  bottom: 22.6666666667vw;
  color: #1f4b9e;
  display: flex;
  align-items: center;
  border-radius: 1.0666666667vw;
  width: 60vw;
  height: 9.3333333333vw;
  font-size: 3.2vw;
  font-weight: 600;
  gap: 2.6666666667vw;
  padding-left: 4vw;
}
.p-mv__map .mv-anchor [class^=ic-] {
  font-size: 3.7333333333vw;
  position: absolute;
  right: 3.7333333333vw;
  top: 50%;
  transform: translateY(-50%);
}
.p-mv__map .mv-anchor .init {
  background: var(--keycolor);
  color: #fff;
  font-size: 2.1333333333vw;
  font-weight: 500;
  width: 12.6666666667vw;
  height: 4.2666666667vw;
  text-align: center;
  display: flex;
  justify-content: center;
  clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
  line-height: 1.9;
  margin-top: 0.6666666667vw;
}
.p-mv__btn {
  position: absolute;
  background: #fff;
  font-size: 2.1333333333vw;
  font-weight: bold;
  color: var(--keycolor);
  border: 0.5333333333vw solid var(--keycolor);
  padding: 0.5333333333vw 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3333333333vw;
  z-index: 5;
}
@media (min-width: 768px) {
  .p-mv__btn {
    font-size: 0.8333333333vw;
    border: 0.2083333333vw solid var(--keycolor);
    padding: 0.2083333333vw 0.78125vw;
    gap: 0.5208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-mv__btn {
    font-size: 1.8229166667vw;
  }
}
.p-mv__btn.btn-01 {
  top: 47%;
  right: 36%;
}
@media (min-width: 768px) {
  .p-mv__btn.btn-01 {
    top: 36%;
    right: 26%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-mv__btn.btn-01 {
    top: 36%;
    right: 4.5%;
  }
}
.p-mv__btn.btn-02 {
  top: 50%;
  right: 70%;
}
@media (min-width: 768px) {
  .p-mv__btn.btn-02 {
    top: 16%;
    right: 44%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-mv__btn.btn-02 {
    top: 19%;
    right: 37%;
  }
}
.p-mv__backdrop {
  display: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .p-mv__box {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 1.6666666667vw;
    left: 1.6666666667vw;
    top: 1.6666666667vw;
    width: 21.3541666667vw;
  }
}
.p-mv__btns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .p-mv__btns {
    position: absolute;
    bottom: 10%;
    left: calc(100% + 1rem);
    gap: 1.3rem;
  }
}
@media (max-width: 767px) {
  .p-mv__btns {
    align-items: center;
    margin: 2rem 2rem 2.5rem;
  }
}
.p-mv__btns .txt-ed {
  border-radius: 0.2rem;
  border: 1px solid #fff;
  outline: 1px solid var(--c-green);
  font-size: 0.9rem;
  padding: 0.1rem 0.3rem;
  min-width: 2.4rem;
  line-height: 1;
  min-height: 1.4rem;
}
@media (min-width: 768px) {
  .p-mv__btns .txt-ed {
    font-size: 1rem;
    padding: 0.1rem 0.4rem;
    min-width: 2.7rem;
  }
}
.p-mv__btns .ic-link {
  position: absolute;
  bottom: calc(100% - 0.8rem);
  left: calc(100% - 0.8rem);
  background-color: #fff;
  color: var(--keycolor);
  padding: 0.2rem;
  border: 1px solid var(--keycolor);
  z-index: 1;
  border-radius: 0.3rem;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-mv__btns .ic-link {
    padding: 0.2rem;
    font-size: 1.1rem;
  }
}
.p-mv__btns-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--keycolor);
  background: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.5rem 0.3rem 0.3rem;
  border-radius: 0.8rem;
}
@media (min-width: 768px) {
  .p-mv__btns-item {
    padding: 0.5rem 0.3rem 0.3rem;
    border-radius: 0.8rem;
  }
}
.p-mv__btns-item:hover {
  opacity: 0.85;
}
.p-mv__btns-sub {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .p-mv__btns-sub {
    margin-bottom: 0.3rem;
  }
}
.p-mv__btns-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  color: var(--keycolor);
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.p-mv__btns-label {
  display: block;
  font-weight: 700;
  background: var(--keycolor);
  color: #fff;
  padding: 0.2rem;
  border-radius: 0.2rem 0.3rem 0.6rem 0.6rem;
  font-size: 1.3rem;
  white-space: nowrap;
}

.p-emergencyInfo {
  display: flex;
  background-color: #ffdd4a;
  color: #2e2e2e;
  padding: 1rem 1.6rem;
  line-height: 1.5;
  z-index: 1;
}
.p-emergencyInfo a {
  display: flex;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-emergencyInfo a {
    font-size: 2.1333333333vw;
  }
}
.p-emergencyInfo a span {
  background: #2d2d2d;
  color: #fff;
  height: 5.3333333333vw;
  width: 21.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1.2rem;
  font-size: 2.6666666667vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .p-emergencyInfo a span {
    font-size: 1.6rem;
    height: 4rem;
    width: 16rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1025px) {
  .p-emergencyInfo {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.2rem 4rem;
    align-items: center;
  }
}
.p-emergencyInfo .ico-caution {
  display: inline-block;
  width: 1.6rem;
  height: 1.4rem;
  background: url(../images/common/caution.png) no-repeat top center;
  background-size: contain;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  .p-emergencyInfo .ico-caution {
    width: 2rem;
    height: 1.8rem;
    margin-right: 1.5rem;
  }
}

.box-traffic {
  background: #f0f0f0;
  padding: 4rem 2rem;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .box-traffic {
    background: #fff;
    padding: 1.6666666667vw 1.25vw;
    margin: 0;
  }
}
.box-traffic__ttl {
  color: var(--keycolor);
  font-size: 1.6rem;
  text-align: center;
  padding: 0.2rem 0;
  border-radius: 2.8rem;
  font-weight: 600;
  border: 2px solid var(--keycolor);
}
@media (max-width: 767px) {
  .box-traffic__ttl {
    max-width: 23rem;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 768px) {
  .box-traffic__ttl {
    color: #fff;
    padding: 0.2604166667vw 0;
    background: var(--keycolor);
    font-size: 1.0416666667vw;
    padding: 0.2604166667vw 0;
    border-radius: 1.0416666667vw;
  }
}
.box-traffic__calendar {
  align-items: center;
  display: flex;
  color: var(--keycolor);
  justify-content: center;
  flex-direction: column;
  margin-bottom: 2.3rem;
}
@media (min-width: 768px) {
  .box-traffic__calendar {
    gap: 0.5208333333vw;
    margin: 0.2604166667vw 0 0.8854166667vw;
    flex-direction: row;
  }
}
.box-traffic__calendar .date {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) {
  .box-traffic__calendar .date {
    font-size: 1.0416666667vw;
    margin-top: 0.46875vw;
  }
}
.box-traffic__calendar .time {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .box-traffic__calendar .time {
    font-size: 3.3333333333vw;
  }
}
.box-traffic__calendar .time i {
  font-style: normal;
  letter-spacing: -0.2em;
  display: inline-block;
  margin-left: -1rem;
}
@media (min-width: 768px) {
  .box-traffic__calendar .time i {
    margin-left: -0.5208333333vw;
  }
}
.box-traffic__item {
  position: relative;
  background: #fff;
  margin-bottom: 1.2rem;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .box-traffic__item {
    margin-bottom: 0.78125vw;
    background: #f0f0f0;
    padding: 0.78125vw;
  }
}
.box-traffic__item .ttl {
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .box-traffic__item .ttl {
    font-size: 0.8333333333vw;
  }
}
.box-traffic__item .init {
  font-size: 1rem;
  font-weight: 500;
  background: var(--keycolor);
  color: #fff;
  padding: 0.3rem 0.7rem;
  display: inline-block;
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .box-traffic__item .init {
    font-size: 0.6770833333vw;
    padding: 0.15625vw 0.4166666667vw;
    margin-bottom: 0.5208333333vw;
  }
}
.box-traffic__item .init.--sky {
  background: #38beef;
}
.box-traffic__item .init.--blue {
  background: #3878c7;
}
.box-traffic__item .note {
  color: red;
  font-size: 1.1rem;
  margin-top: 0.7rem;
  display: none;
}
@media (min-width: 768px) {
  .box-traffic__item .note {
    font-size: 0.6770833333vw;
    margin-top: 0.2604166667vw;
  }
}
.box-traffic__wrap {
  display: flex;
  position: absolute;
  gap: 0.8rem;
  right: 1.2rem;
  top: 2.7rem;
}
@media (min-width: 768px) {
  .box-traffic__wrap {
    right: 0.8333333333vw;
    top: 0.8333333333vw;
    gap: 0.4166666667vw;
  }
}
.box-traffic__wrap .time_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .box-traffic__wrap .time_wrap {
    width: 2.5vw;
    height: 1.25vw;
  }
}
.box-traffic__wrap .time_wrap.left:before {
  background: url("../images/common/route_right.png") no-repeat top center;
  background-size: contain !important;
  transform: rotate(-180deg);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.box-traffic__wrap .time_wrap.left.over2:before {
  background: url("../images/common/route_left.png") no-repeat top center;
  transform: rotate(0deg);
}
.box-traffic__wrap .time_wrap.left.over2 .time-color {
  color: red;
}
.box-traffic__wrap .time_wrap.left.over3:before {
  background: url("../images/common/route_left_full.png") no-repeat top center;
  transform: rotate(0deg);
}
.box-traffic__wrap .time_wrap.left.over3 .time-color {
  color: #fff;
}
.box-traffic__wrap .time_wrap.right:before {
  background: url("../images/common/route_right.png") no-repeat top center;
  background-size: contain !important;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.box-traffic__wrap .time_wrap.right.over2:before {
  background: url("../images/common/route_left.png") no-repeat top center;
  transform: rotate(180deg);
}
.box-traffic__wrap .time_wrap.right.over2 .time-color {
  color: red;
}
.box-traffic__wrap .time_wrap.right.over3:before {
  background: url("../images/common/route_left_full.png") no-repeat center;
  transform: rotate(180deg);
}
.box-traffic__wrap .time_wrap.right.over3 .time-color {
  color: #fff;
}
.box-traffic__wrap .time-color {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
@media (min-width: 768px) {
  .box-traffic__wrap .time-color {
    line-height: 1.8;
    font-size: 0.6770833333vw;
  }
}
.box-traffic__wrap small {
  font-size: 1rem;
  font-weight: 600;
}
.box-traffic__btn {
  display: flex;
  margin-top: 2.5rem;
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .box-traffic__btn {
    gap: 0.8333333333vw;
    flex-direction: row;
    margin-top: 1.25vw;
  }
}
.box-traffic__btn.btn-02 {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  min-width: calc(100% - 1rem);
  z-index: 2;
}
@media (min-width: 768px) {
  .box-traffic__btn.btn-02 {
    bottom: 0;
    left: 103%;
    min-width: 21.3541666667vw;
  }
}
.box-traffic__btn .tlink {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 0.5rem;
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background: #fff;
  white-space: nowrap;
  min-height: 4.5rem;
}
@media (min-width: 768px) {
  .box-traffic__btn .tlink {
    min-height: auto;
    padding: 0.5729166667vw 3rem;
    width: 100%;
    border-radius: 0.4166666667vw;
    border: 0.1041666667vw solid var(--keycolor);
    font-size: 0.7291666667vw;
  }
}
.box-traffic__btn .tlink i {
  color: var(--keycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: all 0.3s;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 2rem;
  background-color: var(--keycolor);
  color: #fff;
  right: 2rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .box-traffic__btn .tlink i {
    font-size: 0.4166666667vw;
    right: 0.8333333333vw;
    width: 1.1458333333vw;
    padding: 0.0520833333vw 0 0 0.1041666667vw;
  }
}
@media (min-width: 768px) {
  .box-traffic__btn .tlink:hover {
    color: var(--keycolor);
  }
  .box-traffic__btn .tlink:hover i {
    right: 0.625vw;
  }
}

.box-route {
  display: none;
  position: absolute;
  width: 21.3541666667vw;
  top: 1.6666666667vw;
  left: 24%;
  z-index: 3;
}
@media (min-width: 768px) {
  .box-route {
    top: 1.6666666667vw;
  }
}
@media (max-width: 767px) {
  .box-route {
    display: none !important;
  }
}

.route-item {
  text-align: center;
  background: var(--keycolor);
  padding: 2.8rem 2rem;
}
@media (min-width: 768px) {
  .route-item {
    padding: 1.4583333333vw 1.0416666667vw;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
}
.route-item.is-active {
  opacity: 1;
  visibility: visible;
}
.route-item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  gap: 0.8rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .route-item__head {
    font-size: 1.4583333333vw;
    gap: 0.4166666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
.route-item__head .txt-ed {
  font-size: 1.2rem;
  width: 2.7rem;
  height: 2rem;
  border-radius: 0.3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .route-item__head .txt-ed {
    font-size: 0.8333333333vw;
    width: 1.71875vw;
    height: 1.1979166667vw;
    border-radius: 0.15625vw;
  }
}
@media (max-width: 767px) {
  .route-item__head .txt-ed {
    font-weight: 400;
  }
}
.route-item__ttl {
  color: #fff;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .route-item__ttl {
    gap: 1.5625vw;
    line-height: 1.3;
    margin-bottom: 1.0416666667vw;
  }
}
.route-item__ttl .ttl-main {
  font-size: 2.8rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .route-item__ttl .ttl-main {
    font-size: 1.6666666667vw;
  }
}
.route-item__ttl .line {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  width: 3.8rem;
  gap: 1px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .route-item__ttl .line {
    font-size: 0.6770833333vw;
    width: 3.0208333333vw;
  }
}
.route-item__ttl .line .ic-way1 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .route-item__ttl .line .ic-way1 {
    font-size: 1.25vw;
  }
}
.route-item__year__small {
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: 1.2rem;
  background: #f2c921;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.route-item__year__small.--mrgtop {
  margin-top: 1.6rem;
}
@media (min-width: 768px) {
  .route-item__year__small {
    font-size: 1.25vw;
    margin-bottom: 0.4166666667vw;
    height: 2.3958333333vw;
  }
}
.route-item__inner {
  background: #fff;
  padding: 2rem 1rem 2rem;
}
@media (min-width: 768px) {
  .route-item__inner {
    padding: 0.1041666667vw 0.5208333333vw 0.78125vw;
  }
}
.route-item__year-detail {
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 768px) {
  .route-item__year-detail {
    gap: 0.625vw;
    padding: 0.4166666667vw 0.5208333333vw;
  }
}
.route-item__year-detail img {
  width: 3.2rem;
  height: 2.5rem;
  margin-top: 0.6rem;
}
@media (min-width: 768px) {
  .route-item__year-detail img {
    width: 1.25vw;
    height: 0.9895833333vw;
    margin-top: 1.25vw;
  }
}
.route-item__year-detail .year-option {
  position: relative;
  text-align: left;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .route-item__year-detail .year-option {
    padding-top: 0.46875vw;
  }
}
.route-item__year-detail .year-option__month {
  font-size: 3.2rem;
  font-weight: bold;
  margin-right: 0.2rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .route-item__year-detail .year-option__month {
    margin-right: 0.1041666667vw;
    font-size: 2.0833333333vw;
  }
}
.route-item__year-detail .year-option__month .ic_xec {
  display: inline-block;
  margin: 0 0.5rem;
  position: relative;
  top: -0.4rem;
}
@media (min-width: 768px) {
  .route-item__year-detail .year-option__month .ic_xec {
    top: -0.3125vw;
    margin: 0 0.2604166667vw;
  }
}
.route-item__year-detail .year-option__month .ic_xec:after {
  content: "/";
  color: #000;
  font-size: 2.3rem;
  display: block;
  transform: rotate(-9deg);
}
@media (min-width: 768px) {
  .route-item__year-detail .year-option__month .ic_xec:after {
    font-size: 1.5104166667vw;
  }
}
.route-item__year-detail .year-option__unit {
  color: #fff;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #333;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .route-item__year-detail .year-option__unit {
    width: 1.25vw;
    margin-top: 0.5208333333vw;
    height: 1.25vw;
    font-size: 0.6770833333vw;
    line-height: 1.8;
  }
}
.route-item__small {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 0.5rem;
  display: block;
}
@media (min-width: 768px) {
  .route-item__small {
    margin-top: 0;
    font-size: 0.7291666667vw;
  }
}
.route-item .bg-black {
  position: relative;
}
.route-item .bg-black:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7411764706);
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  position: absolute;
}
.route-item .bg-black-ttl {
  color: #fff;
  z-index: 3;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  line-height: 1.6;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

.p-writer {
  border: 0.2rem solid var(--keycolor);
  border-radius: 2.6666666667vw;
  text-align: center;
  font-size: 3.2vw;
  line-height: 2.2222222222;
  padding: 2rem 1.5rem;
  margin-bottom: 4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .p-writer {
    border: 0.3rem solid var(--keycolor);
    font-size: 1.8rem;
    border-radius: 2rem;
    padding: 5rem 1.5rem;
    margin-bottom: 8rem;
  }
}
.p-writer.disabled {
  display: none !important;
}
.p-writer .note {
  font-size: 1.4rem;
  font-weight: 300;
}

.p-hotnew {
  padding: 2.2rem 0;
  border-top: 0.2rem solid #a0a0a0;
  border-bottom: 0.2rem solid #a0a0a0;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-hotnew {
    margin-bottom: 6.4rem;
    margin-top: -0.4rem;
  }
}
.p-hotnew-top {
  display: flex;
  align-items: center;
  position: relative;
}
.p-hotnew-top .ic_down {
  color: var(--keycolor);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-hotnew-top .ic_down {
    font-size: 2.6rem;
  }
}
.p-hotnew-top .ic_down.is-active {
  transform: translateY(-50%) rotate(-180deg);
}
.p-hotnew__ttl {
  font-weight: 500;
  padding-right: 2.2rem;
  align-items: center;
  flex-shrink: 0;
  color: var(--keycolor);
}
.p-hotnew__sub {
  border-left: 1px solid #a0a0a0;
  padding-left: 1.5rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .p-hotnew__sub {
    padding-left: 2.2rem;
    padding-right: 2rem;
  }
}
.p-hotnew__sub .name {
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-hotnew__sub .name {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.p-hotnew .date {
  display: block;
  line-height: 1;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-hotnew .date {
    font-size: 1.3rem;
  }
}
.p-hotnew-content {
  padding-top: 2.2rem;
  display: none;
}
@media (min-width: 768px) {
  .p-hotnew__lst {
    padding-left: 10.3rem;
  }
}
.p-hotnew__lst li {
  border-bottom: 1px solid #a0a0a0;
  padding: 2.5rem 0;
}
.p-hotnew__lst li:first-child {
  border-top: 1px solid #a0a0a0;
}
.p-hotnew__lst li .name {
  font-weight: 500;
}
.p-hotnew__more {
  margin-top: 4rem;
  margin-bottom: 1.8rem;
  text-align: right;
}
.p-hotnew .tlink {
  display: inline-block;
  border: 1px solid var(--keycolor);
  color: var(--keycolor);
  font-weight: 500;
  font-size: 11px;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-hotnew .tlink {
    font-size: 1.3rem;
    padding: 1.2rem 2rem;
  }
}
.p-hotnew .tlink:hover {
  background: var(--keycolor);
  color: #fff;
}

/*# sourceMappingURL=home.css.map */
