.p-mv {
  position: relative;
}
@media (min-width: 1025px) {
  .p-mv {
    margin-top: var(--hHeader, 0);
  }
}
.p-mv__route {
  background: var(--keycolor);
  position: absolute;
  left: 5.8333333333vw;
  top: 5.2083333333vw;
  width: 17.1875vw;
  z-index: 5;
  display: none;
}
@media (max-width: 1024px) {
  .p-mv__route {
    left: 3%;
  }
}
@media (max-width: 1439px) {
  .p-mv__route {
    left: 3%;
    top: 15%;
    width: 32rem;
  }
}
.p-mv__route .close {
  background: url(../images/common/close.png) no-repeat top center;
  background-size: contain;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  height: 1.40625vw;
  width: 1.40625vw;
  position: absolute;
  left: -0.6770833333vw;
  top: -0.7291666667vw;
  z-index: 1;
}
@media (max-width: 1439px) {
  .p-mv__route .close {
    height: 2.7rem;
    width: 2.7rem;
    left: -1.3rem;
    top: -1.4rem;
  }
}
.p-mv__backdrop {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 4;
}
@media (min-width: 768px) {
  .p-mv__backdrop {
    display: none !important;
  }
}
.p-mv__map {
  position: relative;
}
@media (min-width: 768px) {
  .p-mv__map {
    height: calc(100vh - var(--hHeader, 0));
  }
}
.p-mv__map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .p-mv__map img {
    -o-object-position: 73% top;
       object-position: 73% top;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .p-mv__map img {
    -o-object-position: right top;
       object-position: right top;
  }
}
.p-mv__map .mv-anchor {
  position: relative;
  background: #fff;
  border: 0.5333333333vw solid var(--keycolor);
  color: #2e2e2e;
  display: flex;
  align-items: center;
  border-radius: 1.0666666667vw;
  width: 89.3333333333vw;
  height: 10.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 600;
  gap: 2.6666666667vw;
  padding-left: 5.3333333333vw;
}
.p-mv__map .mv-anchor [class^=ic-] {
  font-size: 5.3333333333vw;
  position: absolute;
  right: 6vw;
  top: 50%;
  transform: translateY(-50%);
  color: var(--keycolor);
}
.p-mv__map .mv-anchor .status {
  color: #fff;
  font-size: 2.1333333333vw;
  width: 12.8vw;
  height: 4.2666666667vw;
  display: flex;
  align-items: center;
  background: var(--keycolor);
  -webkit-clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 0% 50%);
  padding-left: 1.8666666667vw;
  margin: 0.6666666667vw 1.3333333333vw 0;
}
.p-mv__map .mv-anchor .status.--02 {
  margin-left: 2vw;
  -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
          clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
  padding-left: 2.6666666667vw;
}
.p-mv__btnsp {
  position: absolute;
  bottom: 6.6666666667vw;
  left: 5.3333333333vw;
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw;
}
.p-mv__btn .btn-anchor {
  width: 30vw;
  height: 5.25vw;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 6.75vw 1fr;
  background: #fff;
  border: 0.1041666667vw solid var(--keycolor);
  border-radius: 0.375vw;
  padding-right: 3.75vw;
  position: absolute;
}
@media (min-width: 1025px) {
  .p-mv__btn .btn-anchor {
    grid-template-columns: 1fr 5.625vw 1fr;
    width: 25vw;
    height: 4.375vw;
    border-radius: 0.3125vw;
    padding-right: 3.125vw;
  }
}
@media (min-width: 1440px) {
  .p-mv__btn .btn-anchor {
    grid-template-columns: 1fr 3.75vw 1fr;
    border-radius: 0.2083333333vw;
    padding-right: 2.0833333333vw;
    width: 16.6666666667vw;
    height: 2.9166666667vw;
  }
}
.p-mv__btn .btn-anchor.btn01 {
  right: 25vw;
  bottom: 10%;
}
@media (min-width: 1440px) {
  .p-mv__btn .btn-anchor.btn01 {
    bottom: 22%;
  }
}
.p-mv__btn .btn-anchor.btn02 {
  right: 7.8125vw;
  bottom: 25%;
}
@media (min-width: 1440px) {
  .p-mv__btn .btn-anchor.btn02 {
    bottom: 36%;
  }
}
.p-mv__btn .btn-anchor__ttl {
  font-size: 1.5vw;
  line-height: 1.125;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1440px) {
  .p-mv__btn .btn-anchor__ttl {
    font-size: 1.25vw;
  }
}
@media (min-width: 1440px) {
  .p-mv__btn .btn-anchor__ttl {
    font-size: 0.8333333333vw;
  }
}
.p-mv__btn .btn-anchor__status {
  color: #fff;
  font-size: 1.21875vw;
  width: 6.84375vw;
  height: 2.25vw;
  display: flex;
  align-items: center;
  background: var(--keycolor);
  -webkit-clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 0% 50%);
          clip-path: polygon(0 0, 85% 0%, 100% 50%, 85% 100%, 0 100%, 0% 50%);
  padding-left: 1.3125vw;
}
@media (min-width: 1025px) {
  .p-mv__btn .btn-anchor__status {
    font-size: 1.015625vw;
    width: 5.703125vw;
    height: 1.875vw;
    padding-left: 1.09375vw;
  }
}
@media (min-width: 1440px) {
  .p-mv__btn .btn-anchor__status {
    font-size: 0.6770833333vw;
    width: 3.8020833333vw;
    height: 1.25vw;
    padding-left: 0.7291666667vw;
  }
}
.p-mv__btn .btn-anchor__status.--02 {
  margin-right: 0.8333333333vw;
  -webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
          clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
}
.p-mv__btn .btn-anchor__ic {
  position: absolute;
  right: 1.5vw;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25vw;
  height: 3vw;
  background: url(../images/common/ic_trans.png) no-repeat top center;
  background-size: contain;
}
@media (min-width: 1025px) {
  .p-mv__btn .btn-anchor__ic {
    right: 1.25vw;
    width: 1.875vw;
    height: 2.5vw;
  }
}
@media (min-width: 1440px) {
  .p-mv__btn .btn-anchor__ic {
    right: 0.8333333333vw;
    width: 1.25vw;
    height: 1.6666666667vw;
  }
}

.txt-ed {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  background: #008765;
  width: 3.3rem;
  height: 2.3rem;
  border-radius: 0.3rem;
  line-height: 1.3;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .txt-ed {
    width: 1.71875vw;
    height: 1.1979166667vw;
    border-radius: 0.15625vw;
    font-size: 0.8333333333vw;
  }
}

.route-item {
  transition: 0.3s ease;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .route-item {
    opacity: 0;
    visibility: hidden;
  }
  .route-item.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.route-item.--sp {
  position: relative;
  top: auto;
  left: auto;
}
.route-item__top {
  text-align: center;
  background: var(--keycolor);
  padding: 0.78125vw;
}
@media (max-width: 1439px) {
  .route-item__top {
    padding: 1.5rem;
  }
}
.route-item__top__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7291666667vw;
  color: #fff;
  font-weight: 500;
  gap: 0.4166666667vw;
  margin-bottom: 0.78125vw;
}
@media (max-width: 1439px) {
  .route-item__top__head {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.route-item__top__ttl {
  color: #fff;
  margin-bottom: 0.78125vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .route-item__top__ttl {
    margin-bottom: 1rem;
  }
}
.route-item__top__ttl .ttl-main {
  font-size: 1.25vw;
  font-weight: bold;
}
@media (max-width: 1439px) {
  .route-item__top__ttl .ttl-main {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.route-item__top__ttl .line {
  --icon-size: 2.3958333333vw;
  display: flex;
  font-weight: 500;
  flex-direction: column;
  font-size: 0.6770833333vw;
  margin: 0 2.0833333333vw;
  width: 2.3958333333vw;
  gap: 1px;
}
@media (max-width: 1439px) {
  .route-item__top__ttl .line {
    --icon-size: 4.6rem;
    font-size: 1.3rem;
    margin: 0 4rem;
    width: 4.6rem;
  }
}
.route-item__top__year {
  background: #fff;
  font-weight: bold;
  font-size: 1.25vw;
  height: 2.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .route-item__top__year {
    font-size: 2.4rem;
    height: 5.4rem;
  }
}
.route-item__top__year__small {
  margin-bottom: 0.4166666667vw;
  font-weight: bold;
  font-size: 0.8333333333vw;
  background: #f2c921;
  height: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .route-item__top__year__small {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    height: 2.4rem;
  }
}
.route-item__top__year .sub {
  font-size: 0.8333333333vw;
  margin-right: 0.2604166667vw;
  margin-top: 0.2083333333vw;
  display: flex;
  gap: 0.2604166667vw;
  margin-left: 0.2083333333vw;
}
@media (max-width: 1439px) {
  .route-item__top__year .sub {
    font-size: 1.6rem;
    margin-right: 0.5rem;
    margin-top: 0.4rem;
    gap: 0.5rem;
    margin-left: 0.4rem;
  }
}
.route-item__top__year .sub .unit {
  background: #2e2e2e;
  color: #fff;
  width: 0.9375vw;
  height: 0.9375vw;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5729166667vw;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.15625vw;
}
@media (max-width: 1439px) {
  .route-item__top__year .sub .unit {
    width: 1.8rem;
    font-size: 1.1rem;
    height: 1.8rem;
    margin-top: 0.3rem;
  }
}
.route-item__sub {
  background: var(--keycolor);
  padding: 0 0.78125vw 0.78125vw;
}
@media (max-width: 1439px) {
  .route-item__sub {
    padding: 0 1.5rem 1.5rem;
  }
}

.route-sp {
  background: var(--keycolor);
  padding: 0 2rem 4rem;
  text-align: center;
}
.route-sp .pos-route {
  padding-top: 10.6666666667vw;
}
.route-sp .pos-route#route02 {
  padding-top: 5.3333333333vw;
}
.route-sp-content {
  background: #fff;
  padding: 6.4vw 4.5333333333vw;
}
.route-sp-content#route02 {
  margin-top: 5.3333333333vw;
}
.route-sp__head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.4666666667vw;
  font-weight: 600;
  gap: 2.6666666667vw;
}
.route-sp__ttl {
  color: var(--keycolor);
  font-size: 6.4vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6vw;
  line-height: 1.0833333333;
  margin: 6.1333333333vw 0 5.8666666667vw;
}
.route-sp__ttl .init {
  font-size: 2.6666666667vw;
  position: relative;
  margin-top: -4.9333333333vw;
}
@media (max-width: 767px) {
  .route-sp__ttl .init {
    margin-left: 8.6666666667vw;
    margin-right: 7.3333333333vw;
  }
}
.route-sp__ttl .init:after {
  position: absolute;
  content: "";
  width: 8.4vw;
  height: 4.8vw;
  background: url(../images/common/icon_arrow_traffic_blue_2.svg) no-repeat top center;
  background-size: contain;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5.3333333333vw;
}
.route-sp__ttl .init.--02::after {
  background: url(../images/common/icon_arrow_traffic_blue.svg) no-repeat top center;
  background-size: contain;
}
.route-sp__sub {
  margin: 3.4666666667vw 0 4vw;
  background: #f2c920;
  font-size: 3.2vw;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4vw;
}
.route-sp .timeBox {
  margin-top: 6.6666666667vw;
}
.route-sp__time {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e2e2e;
}
.route-sp__time .num {
  font-size: 6.6666666667vw;
  font-weight: bold;
  display: inline-block;
}
.route-sp__time .num.--01 {
  margin-right: 3.6vw;
  position: relative;
}
.route-sp__time .num.--01:after {
  position: absolute;
  content: "";
  top: 2.9333333333vw;
  right: -3.0666666667vw;
  width: 2.9333333333vw;
  height: 5.0666666667vw;
  background: url(../images/common/ic_xec.png) no-repeat top center;
  background-size: contain;
}
.route-sp__time .time {
  font-size: 5.3333333333vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5rem;
}
.route-sp__time .evt {
  background: #2e2e2e;
  font-size: 2.2666666667vw;
  color: #fff;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
  line-height: 1.3;
  margin: 2.6666666667vw 1.3333333333vw 0;
  flex-shrink: 0;
}
.route-sp__time .evted {
  font-size: 2.2666666667vw;
  font-weight: 600;
  margin: 3.2vw 0 0 1.3333333333vw;
}
.route-sp__time .ic-arrow {
  width: 3.3333333333vw;
  margin: 1.3333333333vw 2.1333333333vw 0;
}

.timeBox {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.timeBox.--sp {
  padding: 3.3333333333vw 2vw;
}
.timeBox .control_time {
  position: relative;
  z-index: 3;
}
.timeBox__info {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .timeBox__info {
    padding: 1.25vw 0.8333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .timeBox__info {
    padding: 1.4rem 1.6rem;
  }
}
.timeBox__info-label {
  margin-bottom: 15px;
  text-align: center;
}
.timeBox__info-label span {
  border: 2px solid #2e2e2e;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 16px;
  padding: 8px 26px;
}
.timeBox__info-txt {
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 13px;
  margin-bottom: 49px;
}
.timeBox__info__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.2666666667vw;
}
@media (min-width: 768px) {
  .timeBox__info__btn {
    gap: 0.4166666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .timeBox__info__btn {
    gap: 0.8rem;
  }
}
.timeBox__info__btn .time-link {
  color: var(--keycolor);
  font-size: 4.2666666667vw;
  position: relative;
  border: 0.5333333333vw solid var(--keycolor);
  height: 10.6666666667vw;
  border-radius: 1.3333333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media (min-width: 768px) {
  .timeBox__info__btn .time-link {
    height: 1.6666666667vw;
    border-radius: 0.2604166667vw;
    font-size: 0.7291666667vw;
    border: 0.1041666667vw solid var(--keycolor);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .timeBox__info__btn .time-link {
    height: 2.7rem;
    border-radius: 0.5rem;
    font-size: 1.1rem;
    border: 0.2rem solid var(--keycolor);
  }
}
.timeBox__info__btn .time-link__ic {
  font-size: 2.4vw;
  position: absolute;
  right: 4.2666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .timeBox__info__btn .time-link__ic {
    font-size: 0.5208333333vw;
    right: 0.5208333333vw;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .timeBox__info__btn .time-link__ic {
    font-size: 1rem;
    right: 1rem;
  }
}
.timeBox .routeTime {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 0.3rem;
  margin: 0 0 8vw;
}
@media (max-width: 767px) {
  .timeBox .routeTime {
    display: none;
  }
}
@media (min-width: 768px) {
  .timeBox .routeTime {
    margin: 0 0 1.5625vw;
  }
}
@media (max-width: 1439px) {
  .timeBox .routeTime {
    margin: 0 0 1rem;
  }
}
.timeBox .routeTime__label {
  font-weight: bold;
  text-align: center;
  width: 40%;
  font-size: 0.9375vw;
  line-height: 1.2222222222;
}
@media (max-width: 767px) {
  .timeBox .routeTime__label {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 1439px) {
  .timeBox .routeTime__label {
    font-size: 1.7rem;
  }
}
.timeBox .routeTime__main {
  width: 29%;
  margin-right: 1.3333333333vw;
}
@media (min-width: 1025px) {
  .timeBox .routeTime__main {
    width: 40%;
    margin-right: 0;
  }
}
.timeBox .routeTime__box {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 3.2vw;
  position: relative;
}
@media (min-width: 768px) {
  .timeBox .routeTime__box {
    gap: 0.625vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .timeBox .routeTime__box {
    gap: 1.2rem;
    margin-bottom: 1rem;
  }
}
.timeBox .routeTime__box.black {
  --timeColor: #000000;
}
.timeBox .routeTime__box.black .control_time {
  color: #000;
}
.timeBox .routeTime__box.orange {
  --timeColor: orange;
}
.timeBox .routeTime__box.orange .control_time {
  color: orange;
}
.timeBox .routeTime__box.red {
  --timeColor: #e70415;
}
.timeBox .routeTime__box.red .control_time {
  color: #e70415;
}
.timeBox .routeTime__box:last-child {
  margin-bottom: 0;
}
.timeBox .routeTime__box.left .time_wrap {
  --timeColor: #000;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .timeBox .routeTime__box.left .time_wrap {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .timeBox .routeTime__box.left .time_wrap {
    padding-left: 1rem;
  }
}
.timeBox .routeTime__box.left .time_wrap:before {
  background-color: var(--timeColor, #000);
}
.timeBox .routeTime__box.left .time_wrap.over3 {
  --trafficColor: #e70415;
  --timeColor: #e70415;
}
.timeBox .routeTime__box.left .time_wrap.over3:before {
  transform: rotate(180deg);
  -webkit-mask: url("../images/top/bg_right_full.png") no-repeat center;
          mask: url("../images/top/bg_right_full.png") no-repeat center;
}
.timeBox .routeTime__box.right {
  --timeColor: #000;
}
.timeBox .routeTime__box.right .time_wrap {
  padding-right: 1.4rem;
}
@media (min-width: 768px) {
  .timeBox .routeTime__box.right .time_wrap {
    padding-right: 0.7291666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .timeBox .routeTime__box.right .time_wrap {
    padding-right: 1.4rem;
  }
}
.timeBox .routeTime__box.right .time_wrap::before {
  -webkit-mask: url("../images/top/bg_right_sp.png") no-repeat center;
          mask: url("../images/top/bg_right_sp.png") no-repeat center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.timeBox .routeTime__box.right .time_wrap.over3 {
  --trafficColor: #e70415;
  --timeColor: #e70415;
}
.timeBox .routeTime__box.right .time_wrap.over3:before {
  -webkit-mask: url("../images/top/bg_right_full.png") no-repeat center;
          mask: url("../images/top/bg_right_full.png") no-repeat center;
}
.timeBox .routeTime__box .time_wrap {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  position: relative;
  height: 8.5333333333vw;
  width: 22.1333333333vw;
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  .timeBox .routeTime__box .time_wrap {
    height: 2.0833333333vw;
    width: 5vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .timeBox .routeTime__box .time_wrap {
    height: 3.5rem;
    width: 8rem;
    font-size: 1.6rem;
  }
}
.timeBox .routeTime__box .time_wrap::before {
  content: "";
  background-color: var(--timeColor, #000);
  -webkit-mask: url("../images/top/bg_left_sp.png") no-repeat center;
          mask: url("../images/top/bg_left_sp.png") no-repeat center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.timeBox .routeTime__box .time_wrap.over3 .control_time {
  color: #fff;
}
.timeBox .routeTime__box .time_wrap.over2 {
  --timeColor: #e70415;
}
.timeBox .routeTime__box .time_wrap.over2::before {
  color: var(--timeColor);
}
.timeBox .routeTime__box .time_wrap.over2 .control_time {
  color: var(--timeColor);
}
.timeBox .routeTime__box .time_wrap.over1 {
  --timeColor: #000000;
}

.p-hotnew {
  padding: 2.2rem 0 1.8rem;
  border-top: 0.2rem solid #a0a0a0;
  border-bottom: 0.2rem solid #a0a0a0;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-hotnew {
    padding: 2.2rem 0 2.2rem;
    margin-bottom: 5.6rem;
  }
}
.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;
}
.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: 1.7rem;
  text-align: right;
}
@media (min-width: 768px) {
  .p-hotnew__more {
    margin-top: 4rem;
    margin-bottom: 1.8rem;
  }
}
.p-hotnew .tlink {
  display: inline-block;
  border: 2px 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;
}

.p-writer {
  border: 0.2rem solid var(--keycolor);
  border-radius: 1rem;
  font-size: 3.2vw;
  line-height: 2;
  padding: 2rem 1.5rem 2rem;
  margin-bottom: 4rem;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .p-writer {
    line-height: 2.2222222222;
    font-size: 4vw;
  }
}
@media (min-width: 768px) {
  .p-writer {
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 1.8rem;
    padding: 6rem 1.5rem 7rem;
    margin-bottom: 8rem;
    padding-right: 18rem;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .p-writer {
    font-size: 1.4rem;
    padding-right: 15rem;
  }
}
.p-writer .note {
  font-weight: 400;
}
@media (min-width: 576px) {
  .p-writer .note {
    font-size: 3.2vw;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .p-writer .note {
    font-size: 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .p-writer .note {
    font-size: 2.6666666667vw;
    margin-left: 1rem;
    line-height: 1.2;
    margin-top: 1.3333333333vw;
  }
  .p-writer .note span {
    text-indent: -1rem;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .p-writer .note {
    font-size: 1.4rem;
  }
}
.p-writer .img-woman {
  position: absolute;
  right: 6.6666666667vw;
  bottom: 0;
  width: 29.3333333333vw;
}
@media (min-width: 768px) {
  .p-writer .img-woman {
    right: 1rem;
    width: 22.5rem;
  }
}/*# sourceMappingURL=home.css.map */