/****************************************************
 * Stylesheet TOP
 ****************************************************/
.p-top__mv {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top__mv {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}
.p-top__mv::selection {
  background-color: transparent;
}
.p-top__mv .swiper .swiper-slide img {
  width: 100%;
}
.p-top__mv .swiper .swiper-pagination {
  width: auto;
  text-align: right;
  bottom: 5rem;
  left: auto;
  right: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-top__mv .swiper .swiper-pagination {
    margin-top: 1.5rem;
    text-align: center;
    position: static;
  }
}
.p-top__mv .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 0.2rem;
  margin: 0 0.5rem;
  background-color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.3;
}
@media only screen and (max-width: 767px) {
  .p-top__mv .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 3rem;
    margin: 0 0.25rem;
  }
}
.p-top__mv .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.p-top__mv .scroll {
  position: absolute;
  bottom: 2.6%;
  left: 2%;
  z-index: 10;
}
.p-top__mv .scroll span {
  margin-bottom: 2em;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #909090;
  transform: rotate(90deg);
  display: block;
}
.p-top__mv .scroll:before {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: -0.35rem;
  content: '';
  background-color: #909090;
  border-radius: 50%;
  position: absolute;
  bottom: 7.8rem;
  left: 50%;
  -webkit-animation: mv_scroll 1s infinite alternate ease-in-out;
  animation: mv_scroll 1s infinite alternate ease-in-out;
}
.p-top__mv .scroll:after {
  width: 1px;
  height: 8.5rem;
  margin: 0 auto;
  content: '';
  background-color: #909090;
  display: block;
}
@-webkit-keyframes mv_scroll {
  0% {
    bottom: 7.8rem;
  }
  100% {
    bottom: 0;
  }
}
@keyframes mv_scroll {
  0% {
    bottom: 7.8rem;
  }
  100% {
    bottom: 0;
  }
}
.p-top__important_news {
  background-color: #F2F5F7;
}
.p-top__important_news dl {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-top__important_news dl {
    display: -webkit-flex;
    display: flex;
    top: -3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__important_news dl {
    margin-bottom: -7.5rem;
    -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
    top: -7.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__important_news dl:after {
    width: 9999px;
    height: 100%;
    content: '';
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.p-top__important_news dl dt {
  width: 17.2rem;
  padding: 1.8rem 0;
  text-align: center;
  color: #ffffff;
  background-color: #313B4C;
}
@media only screen and (max-width: 767px) {
  .p-top__important_news dl dt {
    width: 100%;
    padding: 1rem 1.5rem;
  }
}
.p-top__important_news dl dd {
  width: calc(100% - 17.2rem);
  padding: 2rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-top__important_news dl dd {
    width: 100%;
    padding: 1.5rem;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__important_news dl dd ul li {
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__important_news dl dd ul li a {
    width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__important_news dl dd ul li .date {
    width: 10rem;
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__important_news dl dd ul li .date {
    display: block;
  }
}
.p-top__important_news dl dd ul li p {
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .p-top__important_news dl dd ul li p {
    width: calc(100% - 11.5rem);
  }
}
.p-top__important_news dl dd ul li + li {
  margin-top: 0.5em;
}
.p-top__news {
  padding-top: 7.5rem;
  padding-bottom: 6rem;
  background-color: #F2F5F7;
}
@media only screen and (max-width: 767px) {
  .p-top__news .subTtl01 {
    margin-bottom: 2.5em;
  }
}
.p-top__news .news_area + .news_area {
  margin-top: 4rem;
}
.p-top__news .news_area .news_header {
  margin-bottom: 3rem;
  white-space: nowrap;
  letter-spacing: -0.4em;
  position: relative;
}
.p-top__news .news_area .news_header > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-top__news .news_area .news_header:after {
  width: 100%;
  height: 1px;
  content: '';
  background-color: #CBCFD1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-top__news .news_area .news_header {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .p-top__news .news_area .news_header::-webkit-scrollbar {
    display: none;
  }
}
.p-top__news .news_area .news_header li {
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #0B1C26;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.p-top__news .news_area .news_header li:after {
  width: 100%;
  height: 1px;
  content: '';
  background-color: #CBCFD1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-top__news .news_area .news_header li + li {
  margin-left: 3rem;
}
.p-top__news .news_area .news_list {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-top__news .news_area .news_list li a {
    display: -webkit-flex;
    display: flex;
  }
}
.p-top__news .news_area .news_list li a .date {
  margin-right: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .p-top__news .news_area .news_list li a .date {
    width: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__news .news_area .news_list li a .date {
    display: inline-block;
  }
}
.p-top__news .news_area .news_list li a .cate {
  width: 10rem;
  padding: 0.3rem;
  font-size: 1.3rem;
  text-align: center;
  color: #ffffff;
  background-color: #0B1C26;
}
@media only screen and (min-width: 768px) {
  .p-top__news .news_area .news_list li a .cate {
    margin-right: 2.4rem;
    -webkit-align-content: center;
    align-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__news .news_area .news_list li a .cate {
    display: inline-block;
  }
}
.p-top__news .news_area .news_list li a p {
  line-height: 1.42857;
}
@media only screen and (min-width: 768px) {
  .p-top__news .news_area .news_list li a p {
    width: calc(100% - 21.8rem);
  }
}
@media only screen and (max-width: 767px) {
  .p-top__news .news_area .news_list li a p {
    margin-top: 1rem;
  }
}
.p-top__news .news_area .news_list li + li {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .p-top__news .news_area .news_list li + li {
    margin-top: 2rem;
  }
}
.p-top__news .news_area .tab_content .news_header li {
  color: #6B7D87;
}
.p-top__news .news_area .tab_content .news_header li:hover, .p-top__news .news_area .tab_content .news_header li.current {
  color: #0B1C26;
  cursor: pointer;
}
.p-top__news .news_area .tab_content .news_header li:hover:after, .p-top__news .news_area .tab_content .news_header li.current:after {
  height: 2px;
  background-color: #0092E6;
}
.p-top__news .news_area .btn {
  margin-top: 3rem;
  text-align: center;
}
.p-top__message {
  color: #ffffff;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .p-top__message {
    padding: 9rem 0 9.3rem 0;
    background-image: url("../images/top/message_bg.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .p-top__message {
    padding: 5.5rem 0 7rem 0;
    background-image: url("../images/top/message_bg_sp.jpg");
  }
}
.p-top__message h2 {
  margin-bottom: 6rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.68;
}
@media only screen and (max-width: 767px) {
  .p-top__message h2 {
    margin-bottom: 4rem;
    font-size: 2.1rem;
  }
}
.p-top__message h2 span {
  margin-top: 2rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.1875;
  display: block;
}
@media only screen and (min-width: 768px) {
  .p-top__company {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__company {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__company .inner {
    display: -webkit-flex;
    display: flex;
  }
}
.p-top__company .img_area {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top__company .img_area {
    width: 50%;
    min-height: 43rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__company .img_area {
    padding-bottom: 23.9vw;
  }
}
.p-top__company .img_area:before {
  width: 32rem;
  height: 32rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: -9rem;
  left: -13.3rem;
}
@media only screen and (max-width: 767px) {
  .p-top__company .img_area:before {
    width: 15.5rem;
    height: 15.5rem;
    top: -5rem;
    left: -5.5%;
  }
}
.p-top__company .img_area .img01 {
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-top__company .img_area .img01 {
    width: 55rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__company .img_area .img01 {
    width: 94%;
    margin: 0 auto 0 0;
    position: relative;
    z-index: 1;
  }
}
.p-top__company .img_area .img02 {
  position: absolute;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-top__company .img_area .img02 {
    width: 20rem;
    top: 23rem;
    right: -5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__company .img_area .img02 {
    width: 38.8%;
    top: 45%;
    right: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__company .text_area {
    width: 50%;
    padding-left: 13rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-top__company .text_area {
    padding-left: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-top__company .text_area {
    padding-left: 9rem;
  }
}

.p-top__company .text_area h3 {
  margin-bottom: 3rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.68;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-top__company .text_area h3 {
    margin-bottom: 2rem;
    font-size: 2.1rem;
  }
}
.p-top__company .text_area p {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-top__company .text_area .btn {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__product {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__product {
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__product .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.p-top__product .img_area {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-top__product .img_area {
    width: 50%;
    min-height: 45rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__product .img_area {
    padding-bottom: 29.7vw;
  }
}
.p-top__product .img_area:before {
  width: 32rem;
  height: 32rem;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 8rem;
  right: -13.3rem;
}
@media only screen and (max-width: 767px) {
  .p-top__product .img_area:before {
    width: 15.5rem;
    height: 15.5rem;
    top: 4rem;
    right: -5.5%;
  }
}
.p-top__product .img_area .img01 {
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-top__product .img_area .img01 {
    width: 48rem;
    position: absolute;
    top: 0;
    left: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__product .img_area .img01 {
    width: 80%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
  }
}
.p-top__product .img_area .img02 {
  position: absolute;
}
@media only screen and (min-width: 768px) {
  .p-top__product .img_area .img02 {
    width: 6.8rem;
    top: 28rem;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__product .img_area .img02 {
    width: 11.3%;
    top: 41.2vw;
    right: 0;
    z-index: 1;
  }
}
.p-top__product .img_area .img03 {
  position: absolute;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .p-top__product .img_area .img03 {
    width: 20rem;
    top: 15rem;
    left: -5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__product .img_area .img03 {
    width: 33.1%;
    top: 22.5%;
    left: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .p-top__product .text_area {
    width: 50%;
    padding-right: 13rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-top__product .text_area {
    padding-right: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .p-top__product .text_area {
    padding-right: 9rem;
  }
}

.p-top__product .text_area h3 {
  margin-bottom: 3rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.68;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .p-top__product .text_area h3 {
    margin-bottom: 2rem;
    font-size: 2.1rem;
  }
}
.p-top__product .text_area p {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-top__product .text_area .btn {
    text-align: center;
  }
}
.p-top__bnr_area {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 768px) {
  .p-top__bnr_area {
    padding: 7rem 0;
    background-image: url("../images/top/bnr_area_bg.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .p-top__bnr_area {
    padding: 3rem 0;
    background-image: url("../images/top/bnr_area_bg_sp.jpg");
  }
}
@media only screen and (min-width: 768px) {
  .p-top__bnr_area ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.p-top__bnr_area ul li {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-top__bnr_area ul li {
    width: 29%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top__bnr_area ul li + li {
    margin-top: 3rem;
  }
}
.p-top__bnr_area ul li a {
  color: #ffffff !important;
}
.p-top__bnr_area ul li a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-top__bnr_area ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  aspect-ratio: 320/180;
  overflow: hidden;
}
.p-top__bnr_area ul li .img > img, .p-top__bnr_area ul li .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__bnr_area ul li .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-top__bnr_area ul li h2 {
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
}
.p-top__bnr_area ul li h2 span {
  font-family: "Raleway", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 767px) {
  .p-top__bnr_area ul li h2 span {
    font-size: 2.6rem;
  }
}
.p-top__bnr_area ul li p {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.66667;
}
@media only screen and (max-width: 767px) {
  .p-top__bnr_area ul li p {
    font-size: 1.6rem;
  }
}
.p-top__pickup {
  padding-top: 8.5rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-top__pickup {
    padding-top: 7.6rem;
    padding-bottom: 6rem;
  }
}
.p-top__pickup .subTtl01 {
  margin-bottom: 2.5em;
}
.p-top__pickup .slide {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top__pickup .slide {
    padding-bottom: 4rem;
  }
}
.p-top__pickup .slide:before {
  width: 93.9%;
  height: 100%;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-top__pickup .slide:before {
    width: 111%;
    left: -5.5%;
  }
}
.p-top__pickup .slide:after {
  width: 9999px;
  height: 100%;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  right: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top__pickup .slide:after {
    content: none;
  }
}
.p-top__pickup .slide .swiper {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .p-top__pickup .slide .swiper .swiper-wrapper.is-center {
    justify-content: center !important;
  }
}
.p-top__pickup .slide .swiper .swiper-slide {
  width: 24rem;
  margin-right: 4.6rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-top__pickup .slide .swiper .swiper-slide {
    margin-right: 3rem;
  }
}
.p-top__pickup .slide .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.p-top__pickup .slide .swiper .swiper-slide a {
  display: block;
  position: relative;
}
.p-top__pickup .slide .swiper .swiper-slide a:after {
  width: 2rem;
  height: 2rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  -webkit-transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
}
.p-top__pickup .slide .swiper .swiper-slide a:hover:after {
  background-color: #0092E6;
  -webkit-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.p-top__pickup .slide .swiper .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.p-top__pickup .slide .swiper .swiper-slide a .img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/160;
  overflow: hidden;
}
.p-top__pickup .slide .swiper .swiper-slide a .img > img, .p-top__pickup .slide .swiper .swiper-slide a .img > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top__pickup .slide .swiper .swiper-slide a .img img {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.p-top__pickup .slide .swiper .swiper-slide a .text {
  padding: 1.8rem 1.5rem;
}
.p-top__pickup .slide .swiper .swiper-slide a .text h3 {
  margin-bottom: 0.4rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #313C4E;
}
.p-top__pickup .slide .swiper .swiper-slide a .text p {
  color: #4D4D4D;
}
.p-top__pickup .slide .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: -webkit-flex;
  display: flex;
}
.p-top__pickup .slide .btn .swiper-button-prev, .p-top__pickup .slide .btn .swiper-button-next {
  width: 1.9rem;
  height: 3.5rem;
  background-image: url("../images/top/pickup_slide_allow.png");
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 1 !important;
  position: static;
}
.p-top__pickup .slide .btn .swiper-button-prev:after, .p-top__pickup .slide .btn .swiper-button-next:after {
  content: none;
}
.p-top__pickup .slide .btn .swiper-button-prev {
  margin-right: 2.4rem;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-top__pickup .slide .btn .swiper-button-disabled {
  opacity: 0.3 !important;
}
