/*****************************************
	index.css
	レイアウトスタイル定義
*****************************************/

main {
  background-color: #EFE8E4;
}


/* --------------------------------------
  Common
--------------------------------------- */

.slide_wrap {
  position: relative;
}



/* --------------------------------------
  main
--------------------------------------- */

/*----- hero -----*/
.mv {
  position: relative;
  width: 100%;
  height: 107vh;
  margin-bottom: 104px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../image/top_mv_pc_25aw.jpg");
}

.mv_logo {
  position: absolute;
  left: 6%;
  bottom: 5%;
}

.mv_logo img {
  width: 70%;
}

h2 {
  font-size: 3rem;
}

.pickup a {
  text-decoration: none;
}

.pickup_title {
  position: relative;
  width: 500px;
  font-size: 2.4rem;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}

.pickup_title:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 10%;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv {
    height: 44vh;
  }

  .mv_logo {
    left: 4%;
    bottom: 2%;
  }

  .mv_logo img {
    width: 50%;
  }
}

@media (max-width: px) {}


@media (max-width: 768px) {
  .mv {
    background-image: url("../image/top_mv_sp_25aw.jpg");
    background-position: bottom center;
    height: 98vh;
  }

  .mv_logo img {
    display: none;
  }

  h2 {
    font-size: 1.8rem;
  }

  .pickup_title {
    font-size: 1.8rem;
    padding: 0;
  }

  .pickup_title:before {
    width: 3%;
  }


}

@keyframes kenburnsDownLeft {
  0% {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* scroll */
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: -30px;
  height: 110px;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 50px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  z-index: 9999;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  50% {
    height: 50px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

@media (max-width: 768px) {

  .mv {
    margin-bottom: 60px;
  }

  /* scroll */
  .scrolldown1 {
    display: none;
  }

}


/*----- event -----*/
#event {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 144px;
}

.event_img {
  width: 100%;
  height: auto;

}

.event_link a {
  transition: all .3s ease-out;
}

.event_link a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  #event {
    margin-bottom: 60px;
  }

}


/*----- pickup -----*/

#pickup {
  margin-bottom: 184px;
}

.pickup_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pickup_img {
  width: 100%;
}

/* only pc img */
.pickup {
  max-width: 560px;
  padding: 16px;
}

/* スライド */
#pickup_slid {
  max-width: 560px;
  padding: 16px;
}

.slick-arrow:before {
  content: "" !important;
}



@media (max-width: 768px) {
  #pickup {
    margin-bottom: 60px;
  }


  /* スライド */
  #pickup_slid {
    width: 100%;
  }

  .slick-dots {
    width: 90%;
  }

}


/*----- top_items -----*/
#top_items {
  margin: 0 40px;
}

.top_items {
  display: flex;
  flex-wrap: wrap;
}

.item_box {
  padding: 15px;
}

.item_name {
  font-size: 1.3rem;
  letter-spacing: 1px;
  padding-top: 15px;
  margin-bottom: 0;
}

.item_pricewrap {
  font-weight: 600;
  padding-bottom: 15px;
}

.item_price {
  font-size: 1.3rem;
  font-weight: 500;
}

.item_price::after {
  content: "yen (tax-in)";
  padding-left: 5px;
}


@media (max-width: 768px) {

  #top_items {
    margin: 0 15px;
    margin-bottom: 104px;
  }

  #top_items .row {
    margin: -5px;
  }

  .item_box {
    padding: 5px;
  }

  .item_name {
    font-size: 1rem;
    padding-top: 5px;
    padding-left: 5px;
  }

  .item_pricewrap {
    font-weight: 300;
    padding-bottom: 5px;
  }

  .item_price {
    font-size: 1rem;
    padding-top: 5px;
  }

}

/*----- season -----*/
#season {
  background: #D5BDAE;
  margin-bottom: 144px;
}

.season_slide_wrap {
  position: relative;
  width: 100%;
  height: auto;
}

.season_slide_inn {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

.season_box {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding: 80px 0;
}

.season_inn {
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
}

.s_link {
  width: 100%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
}

.season_img01 {
  width: 100%;
}

.concept_logo {
  width: 200px;
  padding: 20px 0;
}

.season_inn p {
  color: #565646;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 2px;
}

.s_link p {
  color: #565646;
  font-size: 1.6rem;
  line-height: 2.2;
  letter-spacing: 2px;
}
#season .s_link .more_link_box {
  padding-bottom: 110px;
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .season_inn p {
    font-size: 1.3rem;
  }
  .s_link p {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  #season {
    margin-bottom: 104px;
  }

  .season_box {
    padding: 0 0 20px;
  }

  .season_inn {
    padding: 10px 0;
  }
  .s_link {
    padding: 10px 0;
  }

  .concept_logo {
    width: 50%;
    padding: 20px 0;
  }

  .season_inn p {
    font-size: 1.1rem;
  }

  .s_link p {
    font-size: 1.1rem;

  }
}

/*----- look -----*/
#look {
  padding-bottom: 144px;
}

#look h2 {
  text-align: center;
}


.collection {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item_box {
  padding: 15px;
}

.collection .item_name {
  text-align: center;
  font-size: 1.6rem;
}


@media (max-width: 768px) {
  #look {
    padding-bottom: 60px;
  }

  #look .row {
    margin: -5px;
  }

  .item_box {
    padding: 5px;
  }

  .collection .item_name {
    font-size: 1rem;
  }
}



/*----- gallery -----*/
#gallery {
  background: #485858;
  padding-bottom: 100px;
}

.gallery_img {
  width: 60%;
  padding-top: 90px;
  margin: 0 auto;
}

.gallery_link a {
  transition: all .3s ease-out;
}

.gallery_link a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .gallery_img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  #gallery {
    padding-bottom: 40px;
  }

  .gallery_img_sp {
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
  }
}

/*----- fix banner -----*/
.fix_bnn {
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: 270px;
  right: 0;
}

.fix_bnn.n02 {
  bottom: 50px;
}

.fix_bnn img {
  width: 100%;
}

@media (max-width: 768px) {
  .fix_bnn {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 270px;
    right: 0;
  }
}