@charset "utf-8";
/*import from swiper*/
.c-first-slider-section .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.c-first-slider-section .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
/*overwhite*/
.c-first-slider-section {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}
.c-first-slider-section-container {
  position: relative;
}
.c-first-slider-section-slider-list-wrapper li.swiper-slide {
  height: auto;
}
.c-first-slider-section-slider-list-wrapper li.swiper-slide > a {
  width:100%;
  height: 100%;
  display: flex;
}
.c-first-slider-section .c-first-slider-section-slider-list-wrapper {
  overflow: hidden;
  padding: 3px;
}
.c-first-slider-section li.swiper-slide.slide-simple-link {
  border: 1px solid #00a2e6;
}
.c-first-slider-section li.swiper-slide.slide-simple-link > a {
  justify-content: center;
  align-items: center;
  background: #d9f1fb;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
}
.c-first-slider-section li.swiper-slide.slide-simple-link > a > h4 {
  margin-top: 0;
  text-align: center;
}
.c-first-slider-section .js-itemsliderhasnav-swiper-button-prev {
  left: -80px;
}
.c-first-slider-section .js-itemsliderhasnav-swiper-button-next {
  right: -80px;
}
.c-first-slider-section .swiper-pagination-bullet-active {
  background: #00a2e6;
}
.c-first-slider-section .swiper-pagination-bullet {
  border-radius: unset;
  width: 100%;
  height: 4px;
}
.c-first-slider-section .swiper-pagination-bullet:nth-of-type(n+2) {
  margin-left: 6px;
}
.c-first-slider-section .p-common-item-slider__scrollbar {
  margin-top: 15px;
  display: flex;
}
.c-first-impression .c-first-impression-slider-container ul.swiper-wrapper > li, section.c-campaign-list .c-campaign-list-slider-container ul.swiper-wrapper > li {
  transition: box-shadow .2s, transform .2s, border .2s;
}
.c-first-impression .c-first-impression-slider-container ul.swiper-wrapper > li:hover, section.c-campaign-list .c-campaign-list-slider-container ul.swiper-wrapper > li:hover {
  transform: translateY(-2px);
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a {
  flex-direction: column;
  padding: 20px;
  background: #fff;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide.slide-simple-link > a {
  background: #d9f1fb;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide.slide-simple-link > a > h4 {
  margin-top: 8px;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .head-block {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .head-block p {
  color: #004da1;
  font-weight: bold;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .head-block p.main-text {
  font-size: 24px;
  letter-spacing: .05em;
  line-height: 1.25;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .head-block p.sub-text {
  margin-top: .3em;
  font-size: 14px;
  font-weight: 600;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .head-block .head-image {
  width: 30%;
  align-self: flex-start;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a > .main-text {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .05em;
  margin-top: 20px;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .attention-list {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  margin-left: 1em;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .attention-list > li {
  text-indent: -1em;
}
.c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .attention-list > li::before {
  content: '※';
}
.c-first-impression .js-itemsliderhasnav-swiper-button-next::before, .c-first-impression .js-itemsliderhasnav-swiper-button-prev::before {
  border-color: #484848;
}
.c-first-impression .c-first-slider-section .swiper-pagination-bullet {
  background: #fff;
  opacity: .7;
}
.c-first-impression .c-first-slider-section .swiper-pagination-bullet-active {
  background: #00a2e6;
  opacity: 1;
}
section.c-campaign-list .c-first-slider-section-slider-list-wrapper .swiper-wrapper > .swiper-slide > a > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .c-first-slider-section {
    padding: 0 15px;
  }
  .c-first-slider-section .swiper-pagination-bullet {
    height: 2px;
  }
  .c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide.slide-simple-link > a > h4 {
    padding: 0 1vw;
    font-size: 2.7vw;
  }
  .c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide.slide-simple-link img.icon-image.category {
    max-width: 60%;
  }
}
/*無段階スライド設定*/
@media screen and (max-width:428px) {
  .c-first-slider-section .slider-wrapper .c-first-slider-section-slider-list-wrapper, .c-first-slider-section .c-first-slider-section-slider-list-wrapper {
    overflow-x: auto;
    padding-bottom: 20px; /*scrollbar-color:#00a2e6 rgba(0,0,0,.2);            scrollbar-width:thin;*/
  }
  .c-first-slider-section .slider-wrapper .c-first-slider-section-slider-list-wrapper::-webkit-scrollbar, .c-first-slider-section .c-first-slider-section-slider-list-wrapper::-webkit-scrollbar {
    background: rgba(0, 0, 0, .2);
    width: 2px;
    height: 2px;
  }
  .c-first-impression .c-first-slider-section .c-first-slider-section-slider-list-wrapper::-webkit-scrollbar {
    background: rgba(255, 255, 255, .7);
  }
  .c-first-slider-section .slider-wrapper .c-first-slider-section-slider-list-wrapper::-webkit-scrollbar-thumb, .c-first-slider-section .c-first-slider-section-slider-list-wrapper::-webkit-scrollbar-thumb {
    background-color: #00a2e6;
  }
  .c-first-impression .c-first-impression-slider-container ul.swiper-wrapper > li {
    width: 50vw;
  }
  section.c-campaign-list .c-campaign-list-slider-container ul.swiper-wrapper > li {
    width: 40vw;
  }
  .c-first-impression .c-first-impression-slider-container ul.swiper-wrapper > li:nth-of-type(n+2), section.c-campaign-list .c-campaign-list-slider-container ul.swiper-wrapper > li:nth-of-type(n+2) {
    margin-left: 3vw;
  }
  .c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a {
    padding: 3vw;
  }
  .c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .head-block p.main-text {
    font-size: 3.7vw;
  }
  .c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .head-block p.sub-text {
    font-size: 2.5vw;
  }
  .c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a > .main-text {
    font-size: 3.3vw;
  }
  .c-first-impression .c-first-slider-section-slider-list-wrapper .swiper-wrapper .swiper-slide > a .attention-list {
    font-size: 2.5vw;
  }
}