/*****************************************
	18th-anniv index.css
	レイアウトスタイル定義
*****************************************/

/* --------------------------------------
  Common
--------------------------------------- */

.slide_wrap {
  position: relative;
}

/* --------------------------------------
  main
--------------------------------------- */

/*----- hero -----*/
.hero_wrap {
  background-image: url("../image/top_bgimg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -999;
}
.aniv_logo {
  position: absolute;
  top: 30%;
  left: 30%;
  max-width: 600px;
  width: 55%;
  margin: 0;
  padding: 0;
  z-index: 333;
}
/* scroll */
#atten_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  padding: 20px 0;
  text-align: center;
  color: #000;
}
#scroll_img {
  max-width: 50px;
  animation-delay: 1s;
  animation-duration: 2.5s !important;
}

@media screen and (min-width: 769px) and (max-width: 1080px){

  .aniv_logo {
    top: 25%;
    left: 18%;
    width: 65%;
  }
  /* scroll */
  #atten_box {
    left: 50%;
    bottom: 30%;
  }
}


@media (max-width: 768px) {

  /*----- hero -----*/
  .hero_wrap {
    background-image: url("../image/top_bgimg_sp.jpg");
    background-attachment: scroll;
  }
  .aniv_logo {
    left: 9%;
    width: 80%;
  }
  /* scroll */
  #atten_box {
    bottom: 110px;
  }

}


/*----- greeting -----*/
#greeting {
	position: relative;
	background: #1b1b1b;
  opacity: 0.8;
}
#greeting p {
	font-family: 'EB Garamond', serif;
  color: #fff;
  font-size: 1.7rem;
  line-height: 3;
  text-align: center;
}

/*----- greeting-rank -----*/

#greeting-rank p {
	font-family: 'EB Garamond', serif;
  color: #1b1b1b;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  padding-top: 80px;
}



@media (max-width: 768px) {

  #greeting p {
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 1.4rem;
    line-height: 2.3;
  }

/*----- greeting-rank -----*/

  #greeting-rank p {
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}


/*----- aniv-menu -----*/
#aniv-menu {
  background-color: #002B3A;
}
.aniv-menu_img1 {
  width: 30%;
  margin-bottom: 50px;
}
.aniv-menu_img2 {
  width: 60%;
  margin-bottom: 40px;
}
.aniv-menu_data {
  /* width: 30%; */
  width: 40%;
  margin-bottom: 40px;
}

/* nav-menu */
.sale_nav {
  margin: 50px 0 50px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sale_nav li {
  width: 22%;
}
/*.sale_nav li:first-child a {
  border-left: 1px solid #A59347;
}*/
.sale_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 5.5rem;
  /*background: #fff;*/
  /*border: 1px solid #A59347;*/
  /*border-radius: 5px;*/
  color: #A59347;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  transition: all .3s ease-out;
  padding: 5px 5px 15px 5px;
}

.sale_nav img {
  border-radius: 5px;
}


.sale_nav a::after {
  content: "";
  position: absolute;
  left: calc(50%);
  bottom: 21px;
  width: 8px;
  height: 8px;
  border: 0px;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
  border-top: 1px solid #A59347;
  border-right: 1px solid #A59347;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sale_nav a:hover {
 /* background: #A59347;
  color: #fff;*/
  transform: translateY(4px);
  box-shadow: none;
}
/*
.sale_nav a:hover::after {
  bottom: 7px;
  border-top: 1px solid #A59347;
  border-right: 1px solid #A59347;
}*/

@media screen and (min-width: 769px) and (max-width: 1080px){

  .aniv-menu_img1 {
    width: 40%;
    margin-bottom: 30px;
  }
  .aniv-menu_img2 {
    width: 80%;
    margin-bottom: 30px;
  }
  .aniv-menu_data {
    width: 50%;
    margin-bottom: 60px;
  }

  /* nav-menu */
  .sale_nav {
    margin: 0;
  }
  .sale_nav li {
    width: 24%;
    margin-bottom: 10px;
  }
  .sale_nav a {
    font-size: 1.4rem;
    padding: 1px 5px 12px 5px;
  }

}

@media (max-width: 768px) {

  .aniv-menu_img1 {
    width: 70%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .aniv-menu_img2 {
    width: 80%;
    margin-bottom: 20px;
  }
  .aniv-menu_data {
    width: 50%;
  }

  /* nav-menu */
  .sale_nav {
    margin: 0 0 30px;
    padding-right: 3%;
    padding-left: 3%;
  }
  .sale_nav li {
    width: 48%;
    margin-bottom: 10px;
  }
  .sale_nav a {
    font-size: 1.4rem;
    padding: 1px 2px 12px 2px;
  }
  .sale_nav a::after {
    bottom: 16px;
    
  }
}




/*----- ranking page 流用 -----*/
/*----- sp-ranking -----*/
.sp-ranking_wrap {
  padding: 0;
  background-color: #fff;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.rank_title {
  background: #e4e3e3;
  margin: 0;
  margin-bottom: 50px;
  padding-top: 20px;
  height: 80px;
  font-family: 'EB Garamond', serif;
  color: #002B3A;
  font-size: 4rem;
  font-weight: 800;
  text-align: center;
  line-height: 0.9;
  letter-spacing: 2px;
}

/* item_box */
.item_wrap div{
  margin-right: auto;
  margin-left: auto;
}
.item_inn {
  width: 90%;
}
.item_inn2 {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.item_box {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.item_box2 {
  width: 45%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.item_inn a:hover,
.item_box2 :hover {
  opacity: .8;
}
.item_hr {
  width: 96%;
  border-top: 1px dashed #000;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin-top: 2%;
  margin-bottom: 3%;
}

@media (max-width: 768px) {

  /*----- sp-ranking -----*/
  .sp-ranking_wrap {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .rank_title {
    display: block;
    margin: 0;
    margin-bottom: 30px;
    padding-top: 18px;
    height: 60px;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: 1px;
  }
  /* item_box */
  .item_inn2,
  .item_box {
    display: block;
  }
  .item_box {
    width: 92%;
    margin-bottom: 10px;
  }
  .item_box2 {
    width: 92%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .item_hr {
    width: 94%;
    margin-top: 7%;
    margin-bottom: 7%;
  }

}


/*----- ranking page 流用 -----*/





/*----- 18th event -----*/
#sp-price,
#sp-shipping,
#luckyKUJI,
#around-store,
#official_btn {
  background-color: #002B3A;
  padding-bottom: 100px;
}

/*#sp-price .section_inn {
  background-color: #EDF0E7;
  padding: 0;
}*/

#sp-price .section_inn,
#sp-shipping .section_inn,
#luckyKUJI .section_inn,
#around-store .section_inn {
  background-color: #EDF0E7;
  padding: 0;
  padding-bottom: 60px;
}
.event_wrap {
  width: 70%;
}
.event_wrap a:hover {
  opacity: 0.9;
}

/* sp-price */
/* 第1位アイテム */
.sp-price_item_box {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly; 
  /*justify-content: space-around;*/
}
.sp-price_item_box a {
  width: 45%;
}
.sp-price_item_box a:hover {
  opacity: 0.8;
}

/* sp-shipping */
.sp-shipping_img {
  width: 70%;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}
/* 注意事項 */
.att_box {
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 2;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 80px;
}
#luckyKUJI .att_box,
#around-store .att_box {
  padding-bottom: 0;
}

/* リンクボタン */
.aniv_sale_link {
  margin: 0 auto;
  background-color: #000;
  max-width: 500px;
  padding: 10px;
}
#official_btn .aniv_sale_link {
  margin: 0 auto;
  background-color: #A59347;
  max-width: 500px;
  padding: 10px;
}
#around-store .aniv_sale_link {
  margin-bottom: 50px;
}
.aniv_sale_link a {
  display: block;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 1.5px;
  color: #fff!important;
}
.aniv_sale_link:hover {
  background-color: #88211d;
  color: #fff;
}
#official_btn .aniv_sale_link:hover {
  opacity: 0.9;

}

.aniv_text {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.5rem;
  padding: 35px 0 10px;
  color: #AA2824;
}

@media screen and (min-width: 769px) and (max-width: 1080px){

  #sp-price,
  #sp-shipping,
  #luckyKUJI,
  #around-store {
    background-color: #002B3A;
    padding-bottom: 80px;
  }
  .event_wrap {
    width: 93%;
  }

  /* 注意事項 */
  .att_box {
    width: 85%;
    padding-bottom: 40px;
    font-size: 1.3rem;
  }

  /* リンクボタン */
  .aniv_sale_link {
    width: 60%;
    margin-top: 8px;
  }
  .aniv_sale_link a {
    font-size: 1.5rem;
  }

}

@media (max-width: 768px) {

  #sp-price,
  #sp-shipping,
  #luckyKUJI,
  #around-store {
    padding-bottom: 50px;
  }
  /*#sp-price .section_inn {
    background-color: #EDF0E7;
    padding: 0;
  }*/
   #sp-price .section_inn
  #sp-shipping .section_inn,
  #luckyKUJI .section_inn {
    background-color: #EDF0E7;
    padding: 0;
    padding-bottom: 40px;
  }
  .event_wrap {
    width: 93%;
  }

  /* sp-price */
  .sp-price_img01 {
    margin-bottom: 40px;
  }
  .sp-price_img02 {
    margin-top: 20px;
  }
  /* 第1位アイテム */
  .sp-price_item_box {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    width: 85%;
  }
  .sp-price_item_box a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  /* sp-shipping */
  .sp-shipping_img {
    width: 85%;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  /* 注意事項 */
  .att_box {
    width: 85%;
    padding-bottom: 30px;
    font-size: 1.2rem;
  }

  /* リンクボタン */
  .aniv_sale_link {
  width: 80%;
  margin-top: 8px;
  }
  #around-store .aniv_sale_link {
    margin-bottom: 30px;
  }
  .aniv_sale_link a {
    font-size: 1.5rem;
  }
  .aniv_text {
    font-size: 2rem;
    padding: 20px 0 0;
  }

}




