@charset "UTF-8";
/* CSS Document */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    font-feature-settings: "pkna";
  }
}

/*----------------------------------------
	home.scss
----------------------------------------*/
.home {
  /*	slider
//-------------------*/
  /*	キャンペーン
  -------------------*/
  /*	NEWS
  -------------------*/
  /*	バナーエリア
  -------------------*/
  /*	CONCEPT
  -------------------*/
}

.home .slider {
  margin-bottom: 60px;
  overflow: hidden;
}

.home .slider-inner {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}

.home .swiper-container {
  height: 100%;
  overflow: visible;
  width: 100%;
  z-index: 1;
}

.home .swiper-button-prev,
.home .swiper-button-next {
  background-image: none;
  fill: #fff;
  margin-top: -18px;
  stroke: none;
  stroke-width: 0;
  width: 20px;
  z-index: 10000;
}

.home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.home .swiper-pagination-bullet {
  background: #fff;
  height: 14px;
  opacity: 1;
  width: 14px;
}

.home .swiper-pagination-bullet-active {
  background: #61ae72;
}

@media (min-width: 768px) {
  .home .swiper-button-prev,
  .home .swiper-button-next {
    margin-top: -22px;
    width: 27px;
  }
}

.home .index-campaign {
  margin-bottom: 15.625%;
}

.home .index-campaign ul {
  list-style: none;
}

.home .index-campaign li {
  margin-bottom: 5.20833%;
}

.home .index-campaign li:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 769px) {
  .home .index-campaign {
    margin-bottom: 80px;
  }
  .home .index-campaign ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .home .index-campaign li {
    margin-bottom: 40px;
    width: 460px;
  }
  .home .index-campaign li:p:nth-last-child(1), .home .index-campaign li:p:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.home .inedx-news {
  background-color: #f8e8e3;
}

.home .inedx-news ul {
  list-style: none;
  text-align: left;
}

.home .inedx-news li {
  border-bottom: 1px #dcdcdc solid;
  margin-bottom: 6.51042%;
  padding-bottom: 5.20833%;
}

.home .inedx-news li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home .inedx-news .title {
  font-size: 1.5rem;
  margin-bottom: 5.20833%;
}

.home .inedx-news .date {
  color: #666666;
  font-size: 1.3rem;
  margin-bottom: 1.95312%;
}

.home .inedx-news .text a:link, .home .inedx-news .text a:visited {
  border-bottom: 1px #61ae72 solid;
  color: #61ae72;
  font-weight: 700;
  padding-bottom: 2px;
}

.home .inedx-news .text a:hover {
  border-bottom: 1px transparent solid;
  color: #000;
}

.home .inedx-news .text a:active {
  border-bottom: 1px transparent solid;
  color: #61ae72;
}

@media print, screen and (min-width: 769px) {
  .home .inedx-news li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .home .inedx-news .title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .home .inedx-news .date {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.home .inedx-news__banner .item--01 {
  margin: 5.20833% 0 5.20833%;
}

.home .inedx-news__banner .item--02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.home .inedx-news__banner .item--02 p {
  margin-bottom: 3.90625%;
  width: 48%;
}

.home .inedx-news__banner .item--02 a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .home .inedx-news__banner {
    display: block;
  }
  .home .inedx-news__banner .item--01 {
    margin: 30px 0 60px;
  }
  .home .inedx-news__banner .item--02 {
    flex-wrap: nowrap;
  }
  .home .inedx-news__banner .item--02 p {
    margin-bottom: 0;
    width: 260px;
  }
  .home .inedx-news__banner .item--02 p:last-child {
    position: relative;
  }
  .home .inedx-news__banner .item--02 p:last-child span {
    bottom: 7px;
    font-size: 1.4rem;
    left: 25px;
    line-height: 1.21429;
    position: absolute;
  }
}

.home .inedx-concept .photo {
  display: flex;
  justify-content: space-between;
  margin-top: 10.41667%;
}

.home .inedx-concept .photo p:nth-child(1) {
  width: 78.38542%;
}

.home .inedx-concept .photo p:nth-child(2) {
  margin-top: -3.90625%;
  width: 71.875%;
}

.home .inedx-concept .photo p:nth-child(3) {
  width: 79.16667%;
}

@media print, screen and (min-width: 769px) {
  .home .inedx-concept .photo {
    margin-top: 100px;
  }
  .home .inedx-concept .photo p:nth-child(1) {
    width: 301px;
  }
  .home .inedx-concept .photo p:nth-child(2) {
    margin-top: -40px;
    width: 276px;
  }
  .home .inedx-concept .photo p:nth-child(3) {
    width: 304px;
  }
}
