@charset "UTF-8";
 /* ************************************************ 
	Top Page
* ************************************************ */
/*----------------------------------
layout
----------------------------------*/
/*top page */
@media only screen and (max-width: 767px) {
  .intro, #history, .banner_area, .lineup_area {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/*----------------------------------
slider
----------------------------------*/
.slider-wrap {
  position: relative;
  width: 100%;
  max-width: 1200px;
  top: 0;
  height: auto;
  margin: 0 auto;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap {
    padding: 10px;
    max-width: 100%;
  }
}

.slider {
  position: relative;
  z-index: 1;
}
.slider img {
  width: 100%;
  height: auto;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  margin: 10px 5px 0 5px;
  background: #cccccc;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #172247;
}

.slick-dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*----------------------------------
wave background
----------------------------------*/
.wave-img {
  width: 100%;
}

/*----------------------------------
wave background
----------------------------------*/
.ttl {
  margin: 20px auto 40px auto;
}

/*----------------------------------
intro
----------------------------------*/
.intro {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  background-image: url(../img/bg_fruit_l.png), url(../img/bg_fruit_r.png), url(../img/wave.svg), linear-gradient(180deg, white 0%, #ffffde 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: bottom 30px left, bottom 30px right, bottom, right;
  background-size: auto, auto, 100% auto, auto;
}
@media only screen and (max-width: 767px) {
  .intro {
    padding-bottom: 30px;
    background-image: url(../img/bg_fruit_l.png), url(../img/bg_fruit_r.png), url(../img/wave_sp.svg), linear-gradient(180deg, white 0%, #ffffde 100%);
    background-position: top left, bottom 30px right, bottom, right;
  }
}

.intro_inner {
  display: flex;
  justify-content: center;
  max-width: 1024px;
  margin: 30px auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .intro_inner {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.intro_inner .about, .intro_inner .news {
  width: calc(50% - 40px);
  padding: 40px 20px;
}
@media only screen and (max-width: 767px) {
  .intro_inner .about, .intro_inner .news {
    width: calc(100% - 20px);
    max-width: 450px;
    padding: 20px 0;
  }
}

a.news_campaign {
  transition: all 0.3s ease 0s;
}
a.news_campaign:hover {
  opacity: 0.7;
}

.intro_img {
  max-width: 450px;
  box-shadow: 10px 10px 0 0 #f7eabf;
}
.intro_img img {
  display: block;
}

/*----------------------------------
comittment and history
----------------------------------*/
#history .ttl {
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding: 50px 20px 0 20px;
}

.banner_area {
  width: 100%;
  margin-top: 30px;
  padding: 80px 10px;
  background-color: #ecf1f7;
}
.banner_area .banner_wrap {
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
}
.banner_area .banner_wrap .commitment, .banner_area .banner_wrap .history {
  width: calc(50% - 20px);
  max-width: 460px;
  height: auto;
  margin: 0 20px;
}
.banner_area .banner_wrap .commitment a, .banner_area .banner_wrap .history a {
  transition: all 0.3s ease 0s;
}
.banner_area .banner_wrap .commitment a:hover, .banner_area .banner_wrap .history a:hover {
  opacity: 0.7;
}
.banner_area .banner_wrap .commitment img, .banner_area .banner_wrap .history img {
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .banner_area {
    padding: 20px 10px;
  }
  .banner_area .banner_wrap {
    flex-direction: column;
  }
  .banner_area .banner_wrap .commitment, .banner_area .banner_wrap .history {
    width: calc(100% - 20px);
    margin: 20px auto;
  }
}

/*----------------------------------
lineup
----------------------------------*/
.lineup_area {
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 600;
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding: 50px 20px 100px 20px;
  background-image: url(../img/bg_fruit_l.png), url(../img/bg_fruit_r.png), url(../img/wave.svg), linear-gradient(180deg, white 0%, #ffefed 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: top left, bottom 30px right, bottom, right;
  background-size: auto, auto, 100% auto, auto;
}
@media only screen and (max-width: 767px) {
  .lineup_area {
    padding-bottom: 60px;
    background-image: url(../img/bg_fruit_l.png), url(../img/bg_fruit_r.png), url(../img/wave_sp.svg), linear-gradient(180deg, white 0%, #ffefed 100%);
    background-position: top left, bottom 30px right, bottom, right;
    background-size: 70%, 70%, 100%, 100%;
  }
}

.lineup_item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1024px;
  margin: 20px auto 0 auto;
}

.lineup_item {
  position: relative;
  width: calc(25% - 10px);
  max-width: 190px;
  min-width: 160px;
  text-align: center;
  margin: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .lineup_item {
    min-width: 140px;
    margin: 10px;
  }
}
.lineup_item a {
  color: #172247;
}
@media (hover: hover) and (pointer: fine) {
  .lineup_item a {
    transition: transform 0.3s ease;
  }
  .lineup_item a:hover {
    opacity: 0.7;
  }
  .lineup_item a .lineup_item_img img {
    transition: transform 0.3s ease;
  }
  .lineup_item a:hover .lineup_item_img img {
    transform: rotate(10deg);
  }
}
.lineup_item .lineup_item_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lineup_item .lineup_item_img img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.lineup_item .lineup_item_img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65%;
  /*height: 174px;*/
  border-radius: clamp(10px, 3vw, 15px);
  z-index: 0;
}
.lineup_item .lineup_item_img.lineup_item_background_01::before {
  background-color: #ffc3bb;
  /* baseの色 */
}
.lineup_item .lineup_item_img.lineup_item_background_02::before {
  background-color: #d4d0e7;
  /* baseの色 */
}
.lineup_item .lineup_item_img.lineup_item_background_03::before {
  background-color: #fdeca0;
  /* baseの色 */
}
.lineup_item .lineup_item_img.lineup_item_background_04::before {
  background-color: #ffdcae;
  /* baseの色 */
}
.lineup_item .lineup_item_img.lineup_item_background_05::before {
  background-color: #fff5a1;
  /* baseの色 */
}
.lineup_item .lineup_item_img.lineup_item_background_06::before {
  background-color: #e3f1b0;
  /* baseの色 */
}
.lineup_item .lineup_item_img.lineup_item_background_07::before {
  background-color: #fec57b;
  /* baseの色 */
}
.lineup_item p {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .lineup_item p {
    font-size: 1.4rem;
  }
}

/*印刷設定
-----------------------------------------------*/
@media print {
  /*slick slider
  -----------------------------*/
  .slider-wrap {
    padding: 0;
  }

  .slick-slide {
    display: block !important;
    float: left;
    position: relative;
  }

  /*intro
  -----------------------------*/
  .intro {
    padding-bottom: 30x;
  }
}
