.p-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 899px) {
  .p-hero {
    padding-top: 62px;
  }
}
.p-hero__inner {
  padding: 35px 0 40px;
  background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
  background-size: 130px;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-hero__inner {
    background-size: 65px;
    padding: 15px 0 29px;
  }
}
.p-hero__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-hero__deco-item {
  position: absolute;
  width: 42%;
}
@media screen and (max-width: 899px) {
  .p-hero__deco-item {
    width: 76%;
  }
}
.p-hero__deco-item.-right {
  top: 1%;
  left: -4%;
  transform: rotate(180deg);
}
@media screen and (max-width: 899px) {
  .p-hero__deco-item.-right {
    top: -35%;
    left: -32%;
  }
}
.p-hero__deco-item.-left {
  right: -4%;
  bottom: 0%;
  transform: rotate(2deg);
}
@media screen and (max-width: 899px) {
  .p-hero__deco-item.-left {
    right: -32%;
    bottom: -37%;
  }
}
.p-hero__bnr {
  position: relative;
}
.p-hero__pager {
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  width: 185px;
}
.is-no-slide .p-hero__pager {
  display: none;
}
@media screen and (max-width: 899px) {
  .p-hero__pager {
    margin-top: 15px;
    width: 140px;
  }
}
.p-hero__pager-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hero__pager-num {
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #ffffff;
  font-size: 1.8rem;
}
@media screen and (max-width: 899px) {
  .p-hero__pager-num {
    font-size: 1.4rem;
  }
}
.p-hero__pager-num.-now {
  color: #0082cd;
}
.p-hero__pager-border {
  width: 50px;
  margin: 0 10px;
  height: 1px;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-hero__pager-border {
    width: 35px;
  }
}
.p-hero__pager-border::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0082cd;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__pager-border.is-current::before {
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 6s linear;
}
.p-hero__pager-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-hero__pager-btn {
    width: 7px;
    height: 7px;
  }
}
@media (hover: hover) {
  .p-hero__pager-btn:hover .p-hero__pager-btn-icon svg {
    fill: #0082cd;
  }
}
.p-hero__pager-btn-icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-hero__pager-btn-icon svg {
  fill: #b0babd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero__pager-btn.-prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.p-hero__pager-btn.-next {
  right: 0;
}

.hdr_swiper {
  position: relative;
  z-index: 0;
}
.is-no-slide .hdr_swiper .swiper-wrapper {
  justify-content: center;
}
.hdr_swiper .swiper-slide-duplicate-prev, .hdr_swiper .swiper-slide-duplicate-next {
  transform: scale(0.97);
}
.hdr_swiper .swiper-slide {
  width: 59%;
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}
@media screen and (max-width: 899px) {
  .hdr_swiper .swiper-slide {
    width: 85%;
  }
}
.hdr_swiper .swiper-slide a {
  width: 100%;
  display: block;
  position: relative;
}
@media (hover: hover) {
  .hdr_swiper .swiper-slide a:hover .hdr_swiper__thumb img {
    transform: scale(1.05);
  }
}
.hdr_swiper .swiper-slide-active a {
  padding: 5px;
}
@media screen and (max-width: 899px) {
  .hdr_swiper .swiper-slide-active a {
    padding: 3px;
  }
}
.hdr_swiper__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  z-index: 1;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
}
.swiper-slide-active .hdr_swiper__frame {
  opacity: 1;
}
.hdr_swiper__frame-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2px;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 899px) {
  .hdr_swiper__frame-inner {
    width: calc(100% - 7px);
    height: calc(100% - 7px);
  }
}
.swiper-slide-active .hdr_swiper__frame-inner {
  opacity: 1;
}
.hdr_swiper__frame-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.swiper-slide-active .hdr_swiper__frame-deco {
  opacity: 1;
}
.hdr_swiper__frame-deco-item {
  position: absolute;
  width: 4%;
  padding-top: 4%;
  background: url(../img/frame_coorner.png) no-repeat center center;
  background-size: contain;
}
.hdr_swiper__frame-deco-item:nth-child(1) {
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.hdr_swiper__frame-deco-item:nth-child(2) {
  top: 0;
  right: 0;
}
.hdr_swiper__frame-deco-item:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}
.hdr_swiper__frame-deco-item:nth-child(4) {
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #A3BAC4;
}
.hdr_swiper__thumb {
  overflow: hidden;
}
.hdr_swiper__thumb img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-bnr {
  position: relative;
  z-index: 1;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 85px;
}
@media screen and (max-width: 899px) {
  .p-bnr {
    margin-bottom: 28px;
  }
}
.p-bnr__inner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
@media screen and (max-width: 899px) {
  .p-bnr__inner {
    width: 100%;
  }
}
.p-bnr__pager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-bnr__pager-btn {
  position: absolute;
  top: 50%;
  pointer-events: all;
  transform: translateY(-50%);
  width: 30px;
}
@media screen and (max-width: 899px) {
  .p-bnr__pager-btn {
    width: 28px;
  }
}
@media (hover: hover) {
  .p-bnr__pager-btn:hover img {
    transform: scale(0.95);
    opacity: 0.8;
  }
}
.p-bnr__pager-btn img {
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-bnr__pager-btn.-prev {
  left: -15px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 899px) {
  .p-bnr__pager-btn.-prev {
    left: 16px;
  }
}
.p-bnr__pager-btn.-next {
  right: -15px;
}
@media screen and (max-width: 899px) {
  .p-bnr__pager-btn.-next {
    right: 16px;
  }
}

.bnr_swiper {
  overflow: hidden;
}
.bnr_swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.bnr_swiper .swiper-slide a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) {
  .bnr_swiper .swiper-slide a:hover::after {
    opacity: 1;
  }
  .bnr_swiper .swiper-slide a:hover img {
    transform: scale(1.1);
  }
}
.bnr_swiper .swiper-slide img {
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.p-arrivals {
  padding-bottom: 120px;
}
@media screen and (max-width: 899px) {
  .p-arrivals {
    padding-bottom: 80px;
  }
}
.p-arrivals__list {
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-arrivals__list {
    flex-wrap: wrap;
  }
}
.p-arrivals__list-item {
  width: 24.3%;
  background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
  background-size: 130px;
  padding: 10px 10px 31px;
  color: #ffffff;
  text-align: center;
  margin-right: 0.9%;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-arrivals__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-arrivals__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.l-section.is-active .p-arrivals__list-item:nth-child(2) {
  transition-delay: 0.4s;
}
.l-section.is-active .p-arrivals__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.l-section.is-active .p-arrivals__list-item:nth-child(4) {
  transition-delay: 0.6s;
}
@media screen and (max-width: 899px) {
  .p-arrivals__list-item {
    padding: 8px 8px 14px;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1%;
  }
  .p-arrivals__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
.p-arrivals__list-item:last-of-type {
  margin-right: 0;
}
.p-arrivals__list-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-arrivals__list-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.p-arrivals__list-thumb {
  width: 100%;
  padding-top: 66%;
  position: relative;
  background: url(../img/bg/bg_ptn_lightgray.jpg) repeat 0 0;
  background-size: 130px;
  margin-bottom: 15px;
}
@media screen and (max-width: 899px) {
  .p-arrivals__list-thumb {
    margin-bottom: 8px;
  }
}
.p-arrivals__list-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.p-arrivals__list-ttl {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 899px) {
  .p-arrivals__list-ttl {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
  }
}
.p-arrivals__list-buy {
  font-size: 1.3rem;
  color: #b0babd;
  flex-grow: 1;
}
@media screen and (max-width: 899px) {
  .p-arrivals__list-buy {
    font-size: 1.1rem;
  }
}
.p-arrivals__list-btn {
  margin: 0 auto;
  margin-top: 21px;
  width: 79%;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-arrivals__list-btn {
    width: 100%;
    margin-top: 12px;
    position: relative;
  }
}
@media (hover: hover) {
  .p-arrivals__list-btn:hover::before {
    opacity: 1;
  }
  .p-arrivals__list-btn:hover .p-arrivals__list-btn-inner::after {
    background-color: #000;
  }
  .p-arrivals__list-btn:hover .p-arrivals__list-btn-text {
    color: #000;
  }
}
.p-arrivals__list-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-arrivals__list-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1px;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
}
.p-arrivals__list-btn-inner {
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  display: block;
  font-size: 1.3rem;
  padding: 1rem 3.8rem 1.2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-arrivals__list-btn-inner {
    padding: 0.8rem 1.8rem 0.8rem;
    color: #ffffff;
    font-size: 1.1rem;
  }
}
.p-arrivals__list-btn-inner::after {
  content: "";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 2.1rem;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #ffffff;
  transition: background 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-arrivals__list-btn-inner::after {
    right: 1rem;
    width: 0.8rem;
    background-color: #ffffff;
  }
}
.p-arrivals__list-btn-text {
  color: #ffffff;
  transition: color 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-arrivals__more {
  margin-top: 27px;
  transform: translateY(25px);
  opacity: 0;
}
.l-section.is-active .p-arrivals__more {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.7s;
}
@media screen and (min-width: 900px) {
  .p-arrivals__more {
    padding-right: 10px;
    text-align: right;
  }
}

.p-series {
  position: relative;
  background: url(../img/bg/bg_ptn_darkgray.jpg) repeat 0 0;
  background-size: 130px;
  padding: 94px 0 65px;
}
@media screen and (max-width: 899px) {
  .p-series {
    padding: 58px 0 47px;
  }
}
.p-series::before, .p-series::after {
  content: "";
  width: 100%;
  padding-top: 10px;
  background: url(../img/line_deco.png) repeat-x center center;
  background-size: 22px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 899px) {
  .p-series::before, .p-series::after {
    background-size: 18px;
    padding-top: 8px;
  }
}
.p-series::before {
  top: 8px;
}
@media screen and (max-width: 899px) {
  .p-series::before {
    top: 6px;
  }
}
.p-series::after {
  bottom: 8px;
}
@media screen and (max-width: 899px) {
  .p-series::after {
    bottom: 6px;
  }
}
.p-series__ttl::before {
  background: url(../img/title_bg_black.png) no-repeat center center;
  background-size: contain;
}
.p-series__ttl h2 {
  background: #0082cd;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-series__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-series__deco-item {
  position: absolute;
  width: 50%;
}
.p-series__deco-item.-left {
  bottom: 0;
  left: 0;
}
.p-series__deco-item.-right {
  top: 0;
  right: 0;
}
.p-series__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 84%;
}
@media screen and (max-width: 899px) {
  .p-series__list {
    width: 100%;
  }
}
.p-series__list-content {
  position: relative;
  padding: 5px;
}
.p-series__list-item {
  width: 32.5%;
  margin-bottom: 4.5%;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-series__list-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.l-section.is-active .p-series__list-item:nth-child(1) {
  transition-delay: 0.3s;
}
.l-section.is-active .p-series__list-item:nth-child(2) {
  transition-delay: 0.4s;
}
.l-section.is-active .p-series__list-item:nth-child(3) {
  transition-delay: 0.5s;
}
.l-section.is-active .p-series__list-item:nth-child(4) {
  transition-delay: 0.6s;
}
.l-section.is-active .p-series__list-item:nth-child(5) {
  transition-delay: 0.7s;
}
.l-section.is-active .p-series__list-item:nth-child(6) {
  transition-delay: 0.8s;
}
@media screen and (max-width: 899px) {
  .p-series__list-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 7.5%;
  }
  .p-series__list-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-series__list-item {
    margin-right: 1.2%;
  }
  .p-series__list-item:nth-child(3n) {
    margin-right: 0;
  }
}
.p-series__list-item a {
  display: block;
  position: relative;
  text-decoration: none;
  text-align: center;
}
@media (hover: hover) {
  .p-series__list-item a:hover .p-series__list-thumb img {
    transform: scale(1.05);
  }
}
.p-series__list-ttl {
  color: #ffffff;
  margin-top: 14px;
  line-height: 1.6;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .p-series__list-ttl {
    font-size: 13px;
    margin-top: 5px;
  }
}
.p-series__list-thumb {
  overflow: hidden;
}
.p-series__list-thumb img {
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-series__list-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 1;
}
.p-series__list-frame2 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1px;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
}
.p-series__list-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.p-series__list-deco-item {
  position: absolute;
  width: 6%;
  padding-top: 6%;
  background: url(../img/frame_coorner.png) no-repeat center center;
  background-size: contain;
}
.p-series__list-deco-item:nth-child(1) {
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.p-series__list-deco-item:nth-child(2) {
  top: 0;
  right: 0;
}
.p-series__list-deco-item:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}
.p-series__list-deco-item:nth-child(4) {
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  background-color: #A3BAC4;
}

.p-news {
  padding-top: 96px;
}
@media screen and (max-width: 899px) {
  .p-news {
    padding-top: 64px;
  }
}
.p-news__inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1120px;
  display: flex;
}
@media screen and (max-width: 899px) {
  .p-news__inner {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .p-news__ttl {
    margin-bottom: 0;
    padding-left: 7px;
    flex-shrink: 0;
    margin-right: 6.4%;
  }
  .p-news__ttl::before {
    top: 50%;
    left: 39%;
  }
  .p-news__ttl h2 {
    writing-mode: vertical-lr;
    letter-spacing: 4px;
  }
}
.p-news .l-section__inner {
  flex-grow: 1;
  width: auto;
  max-width: none;
}
@media screen and (min-width: 900px) {
  .p-news .l-section__ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
  }
  .p-news .l-section__ttl-cap {
    writing-mode: vertical-lr;
    margin-left: 16px;
  }
  .p-news .l-section__ttl-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
.p-news__list {
  padding-top: 72px;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-news__list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 899px) {
  .p-news__list {
    padding: 0;
  }
}
.p-news__list-item {
  border-bottom: 1px solid #beb8a8;
}
@media screen and (max-width: 899px) {
  .p-news__list-item:first-child {
    border-top: 1px solid #beb8a8;
  }
}
.p-news__list-inner {
  display: flex;
  text-decoration: none;
  padding: 27px 20px 27px 15px;
  position: relative;
}
.p-news__list-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/bg_ptn_blue.jpg) repeat 0 center;
  background-size: 130px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-news__list-inner {
    padding: 21px 0 16px;
  }
}
@media (hover: hover) {
  .p-news__list-inner:hover::before {
    opacity: 1;
  }
  .p-news__list-inner:hover .p-news__list-date {
    color: #ffffff;
  }
  .p-news__list-inner:hover .p-news__list-ttl {
    color: #ffffff;
  }
}
.p-news__list-date {
  text-align: center;
  flex-shrink: 0;
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  color: #0082cd;
  line-height: 1.15;
  margin-right: 28px;
  width: 7rem;
  position: relative;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-news__list-date {
    margin-right: 1px;
    width: 75px;
  }
}
.p-news__list-date .p-in_year {
  font-size: 1.5rem;
}
@media screen and (max-width: 899px) {
  .p-news__list-date .p-in_year {
    font-size: 1.1rem;
  }
}
.p-news__list-date .p-in_date {
  font-size: 1.7rem;
}
@media screen and (max-width: 899px) {
  .p-news__list-date .p-in_date {
    font-size: 1.4rem;
  }
}
.p-news__list-ttl {
  line-height: 1.6;
  padding-top: 6px;
  letter-spacing: 0.5px;
  color: #000;
  position: relative;
  transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-news__list-ttl {
    position: relative;
    margin-top: -5px;
    padding-top: 0;
    font-size: 13px;
  }
}
.p-news__more {
  text-align: right;
  margin-top: 27px;
  transform: translateY(35px);
  opacity: 0;
}
.l-section.is-active .p-news__more {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition-delay: 0.5s;
}
@media screen and (max-width: 899px) {
  .p-news__more {
    margin-top: 30px;
  }
}

.p-official {
  text-align: center;
  background: url(../img/btn_bg_black.jpg) repeat center center;
  background-size: 54px;
  margin: 0 auto 57px;
  width: 18.3rem;
}
.p-official a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 15px 16px;
  position: relative;
  text-decoration: none;
  position: relative;
}
.p-official a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 3px;
  background: #A3BAC4;
  background: linear-gradient(90deg, rgb(163, 186, 196) 0%, rgb(255, 255, 255) 50%, rgb(163, 186, 196) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-sizing: border-box;
  pointer-events: none;
}
.p-official__text {
  color: #ffffff;
  font-size: 14px;
  font-family: "chapman-extended", sans-serif;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-right: 13px;
}
.p-official__icon {
  width: 22px;
}
.p-official__icon svg {
  fill: #ffffff;
}