/*****************************************
	18th-anniv index.css
	レイアウトスタイル定義
*****************************************/

/* --------------------------------------
  Common
--------------------------------------- */


/* --------------------------------------
  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: #fff;
  opacity: 0.9;
}

#greeting .greeting_txt {
  padding: 50px 15px;
  font-size: 1.7rem;
  text-align: center;
  line-height: 2.5;
}

@media (max-width: 768px) {
  #greeting .greeting_txt {
    padding: 40px 15px;
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.2;
  }
}


/*----- aniv_menu -----*/
#aniv_menu {
  padding: 50px 0 0;
  /* background-color: #f7c725; */
  background-image: url(../image/bg01.png), url(../image/bg02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left, top right;
  background-size: 25%, 25%;
}

#aniv_menu .main_img {
  margin-bottom: 40px;
}

#aniv_menu .main_data {
  margin-bottom: 70px;
}

/* nav-menu */
.nav01 {
  margin: 0 auto 15px;
}

.nav01 a {
  transition: all .3s ease-out;
}

.nav01 a:hover {
  transform: translateY(4px);
}

.nav01 img {
  max-width: 80%;
  border-radius: 5px;
}

.sale_nav {
  margin: 0 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: 24%;
}

.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:hover {
  /* background: #A59347;
  color: #fff;*/
  transform: translateY(4px);
  box-shadow: none;
}

@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 {
    padding: 20px 0;
  }

  #aniv_menu .main_img {
    margin-bottom: 30px;
  }

  #aniv_menu .main_data {
    margin-bottom: 50px;
  }

  /* .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 */
  .nav01 {
    margin: 0 auto 5px;
  }

  .nav01 img {
    max-width: 100%;
  }

  .sale_nav {
    margin: 0 0 20px;
    /* padding-right: 3%; */
    /* padding-left: 3%; */
  }

  .sale_nav li {
    width: 48%;
    margin-bottom: 10px;
  }

  .sale_nav a {
    font-size: 1.4rem;
    padding: 0;
  }

  .sale_nav a::after {
    bottom: 16px;
  }
}

.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-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 50px;
  background-color: #404040;
  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;
  transition: all .3s ease-out;
}

.aniv_sale_link:hover {
  opacity: .9;
}

#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: #cf5336;
}

@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%;
  }

  /* リンクボタン */
  .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: 100%;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  /* リンクボタン */
  .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;
  }

}

.container02 {
  max-width: 1200px;
  margin: 0 auto;
}

.section_inn {
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .section_inn {
    margin: 0 auto 30px;
  }
}

/*-------- 商品掲載 --------*/
/* ラベル */
.label_sale_p {
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  background-color: #cf5336;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.fair_item_ttl {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.saleprice {
  display: inline-block;
  position: relative;
  padding: 0 3rem 0 0;
  font-size: 1.2rem;
}

.saleprice::after {
  content: "⇒";
  position: absolute;
  right: 10px;
  color: #404040;
}

.b-price {
  color: #cf5336;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.en_mark {
  padding: 0 2px 0 0;
  font-size: 1.4rem;
}

.tax_in {
  font-size: 12px;
  margin-left: 3px;
}

.fair_btn01 {
  width: 100%;
  max-width: 400px;
  margin: 60px auto 60px;
}

@media (max-width: 768px) {
  .fair_list_wrap {
    padding: 0;
  }

  .fair_item_ttl {
    font-size: 1.2rem;
  }

  .b-price {
    font-size: 1.8rem;
  }
}




/* itemlist style
---------------------------------------------------*/
.event_ttl01_jp {
  font-size: 11px;
}

.fair_list {
  /* padding: 0 20px; */
  text-align: left;
}

/* .b-price {  font-size: 1.6rem;} */
.tax_in {
  font-size: 1rem;
}

.fair_btn01 {
  margin: 20px auto 50px;
}

.fair_btn01 a {
  font-size: 1.4rem;
}

.ul_style01 li {
  font-size: 1.2rem;
}

/* .fair_list li {
    margin: 15px 0;
    flex: 0 0 50%;
    max-width: 50%;
  } */

@media (max-width: 768px) {
  .fair_list {
    padding: 0;
  }
}


/* FSrecomend list style
---------------------------------------------------*/
.top_item {
  text-align: left;
}

@media (max-width: 768px) {
  .top_item {
    line-height: 1.2;
  }

  .top_item_ttl {
    font-size: 1.2rem;
  }

  .top_item_price {
    margin-top: 2px;
  }
}

/* FSrecomend list style
---------------------------------------------------*/
.label_text {
  font-size: 12px;
}


/* ご購入例　.ex_box
---------------------------------------------------*/
.ex_box {
  max-width: 1100px;
}

@media (max-width: 768px) {
  .ex_box {
    padding: 0;
  }
}

/* #sp_price01
---------------------------------------------------*/
#sp_price01 {
  padding: 0 10px;
}

#sp_price01 .section_inn {
  background: #fff;
}

#sp_price01 .ttl_img {
  margin-bottom: 70px;
}
.guid_box {
  max-width: 90%;
  margin: 70px auto 0;
  padding: 40px 20px;
  background: #cbd5df;
  text-align: center;
  line-height: 1.8;
}
.guid_box .fs-2 { font-size: 2rem;}
.guid_box .fs-3 { font-size: 1.8rem;}
.guid_box .fs-4 { font-size: 1.4rem;}

@media (max-width: 768px) {
  #sp_price01 .ttl_img {
    margin-bottom: 50px;
  }
  .guid_box {
      max-width: 100%;
      margin: 50px auto 0;
      padding: 20px;
      line-height: 1.5;
  }
  .guid_box p { line-height: 1.7;}
  .guid_box .fs-2 { font-size: 1.6rem;}
  .guid_box .fs-3 { font-size: 1.4rem;}
  .guid_box .fs-4 { font-size: 1.2rem!important;}
}

/* #goods_sale
---------------------------------------------------*/
#goods_sale {
  padding: 0 10px;
}

#goods_sale .section_inn {
  background: #fff;
}

#goods_sale .ttl_img {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  #goods_sale .ttl_img {
    margin-bottom: 50px;
  }
}

/* #coupon
---------------------------------------------------*/
#coupon {
  padding: 0 10px;
}

#coupon .section_inn {
  background: #fff;
}

#coupon .btn_box {
  max-width: 600px;
}

/* クーポンの説明 */
#coupon .coupon_box01 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px;
  text-align: left;
}
#coupon .coupon_img img {
  max-width: 250px;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  #coupon .btn_box {
    padding: 0 20px;
  }
  #coupon .coupon_img {
    margin: 0 auto 30px;
    text-align: center;
  }
  #coupon .coupon_box01 {
    margin: 0 auto 50px;
    font-size: 12px;
  }
  #coupon .coupon_img img {
    max-width: 200px;
    border: 1px solid #ddd;
  }
}

/* #sp_price02
---------------------------------------------------*/
#sp_price02 {
  padding: 0 10px;
}

#sp_price02 .section_inn {
  background: #fff;
}

@media (max-width: 768px) {}

/* #around_store
---------------------------------------------------*/
#around_store {
  padding: 0 10px;
}

#around_store .section_inn {
  border: 10px solid #db5434;
  background: #fff;
}

@media (max-width: 768px) {}

/* #novelty
---------------------------------------------------*/
#novelty {
  padding: 0 10px;
}

#novelty .section_inn {
  border: 10px solid #b48b42;
  background: #fcf9f4;
}

@media (max-width: 768px) {}

/* #workshop
---------------------------------------------------*/
#workshop {
  padding: 0 10px;
}

#workshop .section_inn {
  border: 10px solid #607c97;
  background: #f5f9fa;
}

@media (max-width: 768px) {}

/* #Insta_cp
---------------------------------------------------*/
#Insta_cp {
  padding: 0 10px;
}

#Insta_cp .section_inn {
  border: 10px solid #f7c725;
  background: #fffbf0;
}

#Insta_cp #insta_post .instapost_txt01 {
  line-height: 1.8;
}

#Insta_cp #insta_post .ecbn-selection-page-wrapper .ecbn-selection-title img, #Insta_cp #insta_post .ecbn-selection-wrapper .ecbn-selection-title img { margin-right: 0!important;}

@media (max-width: 768px) {
  #Insta_cp #insta_post .instapost_ttl01 {
     font-size: 18px;
     font-weight: bold;
  }
  #Insta_cp #insta_post .instapost_txt01 {
    font-size: 14px;
  }
  #Insta_cp #insta_post .instapost_txt02 {
    font-size: 12px;
  }
  #Insta_cp #insta_post .ecbn-selection-page-wrapper .ecbn-selection-title img, .ecbn-selection-wrapper .ecbn-selection-title img {
    width: 30px;
    height: 30px;
  }
}

/* #pointback
---------------------------------------------------*/
#pointback {
  padding: 0 10px;
}

#pointback .section_inn {
  border: 10px solid #f9e3a5;
  background: #fff;
}

@media (max-width: 768px) {}

/* #history
---------------------------------------------------*/
#history {
  padding: 0 10px;
}

#history .section_inn {
  background: #fff;
}

#history img {
  width: 100%;
  max-width: 1000px;
}

#history .history_ttl {
  font-size: 3rem;
}

#history .history_txt {
  /* font-size: 14px; */
  line-height: 2.5;
}

@media (max-width: 768px) {
  #history .history_ttl {
    font-size: 2rem;
  }

  #history .history_txt {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}