@charset "UTF-8";
.sp_content{
  display: none;
}
/*
HEADER
*/
header{
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  height: 140px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}
header .inner{
  flex-direction: row;
  max-width: 1500px;
  width: 100%;
  margin: 0;
  padding: 15px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  position: relative;
}
header.scrolled{
  height: 100px;
  transition: all .5s ease-out;
}
header.scrolled .inner{
  height: 100px;
  padding: 0 20px;
  transition: all .5s ease-out;
}
.is-animation{
  background-position: top center;
  background-color: #fff;
  transition: 1s;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.2);
}

/* subページではpタグになるので念の為marginとかを設定しておく */
header .site_logo{
  width: 200px;
  margin: -10px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
}
header nav{
  width: 800px;
  display: flex;
  justify-content: flex-end;
}
header .site_logo a>img{
  width: 100%;
}
header .site_logo a{
  display: inline-block;
}
header .site_logo a:hover{
  opacity: .7;
}
header nav ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul.main{
  width: 700px;
}
header nav ul li{
  margin-left: 1em;
}
header nav ul.main li a{
  color: #D4B567 !important;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}
header nav ul.main li a:hover{
  color: #987A2C !important;
}
header nav ul.cart{
  width: 95px;
  display: flex;
  justify-content: space-around;
  margin-left: 2em;
}
header nav ul.cart li{
  margin-left: 1em;
}
header nav ul.cart li a::before{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 20px;
}
header nav ul.cart li.gnav_li_entry a::before{
  content: "\f007";
}
header nav ul.cart li.gnav_li_favorite a::before{
  content: "\f004";
}
header nav ul.cart li.gnav_li_login a::before{
  content: "\f023";
}


/*
//HEADER
*/

/*
FOOTER
*/
footer{
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
footer a,
footer a:link,
footer a:visited,
footer a:active{
  color: #FFF;
}
footer a:hover{
  color: #987A2C;
}
footer .inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 70px;
  width: 100%;
  max-width: 1088px;
}
footer div.footer_top,
footer div.footer_bottom{
  display: flex;
  align-items: center;
}


/* footer_top */
footer div.footer_top{
  flex-direction: column;
  margin-bottom: 20px;
}
footer div.footer_top .logo{
  max-width: 300px;
  width: 100%;
  text-align: center;
  color: #D4B567;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 400;
}
footer div.footer_top .logo img{
  width: 100%;
}
footer div.footer_top .logo a{
  display: block;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
footer div.footer_top .logo p{
  line-height: 1.4;
}
footer div.footer_top .ul_sns{
  width: 70px;
  display: flex;
  justify-content: space-between;
  font-size: 30px;
}

/* footer_bottom */
footer div.footer_bottom{
  justify-content: center;
  align-items: flex-start;
}
footer div.footer_bottom div{
  display: flex;
  justify-content: center;
  width: 272px;
}
footer div.footer_bottom div.online_shop{
  width: 544px;
  position: relative;
}
footer div.footer_bottom div.online_shop::before{
  content: '';
  position: absolute;
  left: 10px;
  width: 1px;
  height: 100%;
  /* margin: 0 auto; */
  text-align: center;
  background-image: -webkit-linear-gradient(top, transparent, #D4B567 15%, #D4B567 85%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: auto;
}
footer div.footer_bottom div.online_shop::after{
  content: '';
  position: absolute;
  right: 10px;
  width: 1px;
  height: 100%;
  /* margin: 0 auto; */
  text-align: center;
  background-image: -webkit-linear-gradient(top, transparent, #D4B567 15%, #D4B567 85%, transparent);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: auto;
}
footer div.footer_bottom dl{
  display: flex;
  flex-direction: column;
  line-height: 1.42857143;
}
footer div.footer_bottom .information dl{
  align-items: center;
}
footer div.footer_bottom .online_shop dl{
  width: 380px;
}
footer div.footer_bottom dt{
  color: #D4B567;
  margin-bottom: 20px;
  font-size: 18px;
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
}
footer div.footer_bottom dd{
  font-size: 14px;
  padding-left: 16px;
}
footer div.footer_bottom .online_shop dd{
  display: flex;
  justify-content: space-between;
}
footer div.footer_bottom dd li{
  margin-bottom: 12px;
}
footer div.footer_bottom dd li a{
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
}
footer div.footer_bottom dd li a:hover{
  color: #F9F4E8;
}
footer .inner .footer_bottom .about dl dd ul li a:hover,
footer .inner .footer_bottom .online_shop dl dd ul li a:hover,
footer .inner .footer_bottom .information dl dd ul li a:hover{
  color: #987A2C;
}
/* //footer_bottom */

/* footer_copyright */
footer .copyright{
  width: 100%;
  padding: 24px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  background-color: #FFF;
  font-family: yu-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
/* //footer_copyright */

/* pagetop */
.pagetop{
  position: fixed;
  bottom: 54px;
  right: 54px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  background-color: #DDC485;
  color: #fff;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: .3s;
}
.pagetop.scrolled{
  opacity: 1;
}
.pagetop::before{
  content: "\f077";
}
.pagetop:hover{
  background-color: #987A2C;
}

/* //pagetop */

/* beeArea */
.beeArea{
  position: fixed;
  bottom: 100px;
  right: 50px;
  display: block;
}
.i-bee{
  animation-name: bee;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
@keyframes bee{
  0%{
    transform: translate(0, 0px);
  }
  50%{
    transform: rotate(-30deg);
  }
  100%{
    transform: translate(0, -50px);
  }
}
/* //beeArea */
/*
//FOOTER
*/


/* 狭小用 */
@media only screen and (max-width: 1052px){
  header nav{
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-top: 0;
  }
  header nav ul.main{
    width: 558px;
  }
  header nav ul li{
    margin-left: 0;
  }
  header nav .main{
    margin-top: 16px;
    flex-wrap: wrap;
  }
}

/* iPad未満 */
@media only screen and (max-width: 860px){
  footer div.footer_top .ul_sns{
    flex-direction: row;
    align-items: center;
  }
}

@media only screen and (max-width: 767px){
  /*
  HEADER max-width: 767px
  */
  header{
    width: 100%;
    justify-content: center;
    height: 60px;
  }
  header .inner{
    justify-content: center;
    height: 60px;
    padding: 5px 0;
  }
  header .site_logo{
    width: 150px;
    margin: 0;
    z-index: 1001;
  }
  header nav{
    flex-direction: column;
    width: 75%;
    position: fixed;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255.98);
    transition: 0.3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    justify-content: flex-start;
    height: 100vh;
    z-index: 2000;
  }
  header.navOpen nav{
    left: 0;
    margin-top: 0;
    height: 100vh;
  }
  header nav ul.main{
    display: block;
    width: 100%;
    padding-top: 90px;
  }
  header nav ul.cart{
    display: none;
  }
  header nav ul li{
    padding: 0 24px 20px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
  }
  header nav ul li:last-of-type{
    margin-bottom: 0;
  }
  header nav ul li a{
    display: block;
    font-size: 22px;
    line-height: 1;
    color: #9c9c9c;
  }
  header.scrolled,
  header.scrolled .inner{
    height: 60px;
  }

  /*
  //HEADER max-width: 767px
  */

  /*
  sp_content max-width: 767px
  */
  .cart{
    padding-right: 9px;
  }
  .navOpen .cart{
    display: none;
  }
  .cart a{
    font-size: 20px;
  }
  .cart a span{
    color: #000;
  }
  .sp_content{
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-left: 0;
  }
  .sp_content span{
    display: block;
    cursor: pointer;
    /*border-radius: 50%;*/
    box-sizing: border-box;
    padding: 20px 10px 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #D4B567;
    background: transparent;
  }
  .toggle{
    font-size: 33px;
    line-height: 1.1;
    margin-left: 10px;

    display: block;
    cursor: pointer;
    /*border-radius: 50%;*/
    box-sizing: border-box;
    padding: 20px 10px 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #D4B567;
    background: transparent;
  }
  /*.navOpen header .toggle{
  position: absolute;
  z-index: 5000;
  }*/
  .sp_content span.gnav_li_online_shop_icon{
    font-size: 20px;
    line-height: 1.2;
    display: none;
  }
  .toggle::before{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0c9";
  }
  .sp_content .gnav_li_online_shop_icon a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f07a";
  }
  /*.navOpen .sp_content{
  position: absolute;
  z-index: 5000;
  }*/
  .navOpen .toggle::before{
    content: "\f00d";
    margin-left: 74%;
    font-size: 20px;
    padding: 7px 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 50%;
  }
  header.navOpen .toggle{
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 200vh;
    position: absolute;
  }
  /*
  //sp_content max-width: 767px
  */

  /*
  MAIN
  */
  main section .inner{
    padding-bottom: 20px;
  }
  /*
  //MAIN
  */

  /*
  FOOTER max-width: 767px
  */
  footer div.footer_top .logo{
    max-width: 70vw;
  }
  footer div.footer_top .logo a{
    margin-bottom: 0;
  }
  footer div.footer_top .logo img{
    width: 45vh;
  }
  footer div.footer_bottom{
    flex-direction: column;
  }
  footer div.footer_bottom div{
    width: 100% !important;
    margin-bottom: 36px;
  }
  footer div.footer_bottom div.information{
    margin-bottom: 0;
  }
  footer div.footer_bottom div.online_shop::before,
  footer div.footer_bottom div.online_shop::after{
    background-image: none;
  }
  footer div.footer_bottom dl{
    width: unset !important;
    align-items: center;
  }
  footer div.footer_bottom dd{
    padding: 0;
  }
  footer div.footer_bottom .online_shop dd{
    display: block;
  }
  footer div.footer_bottom dd li{
    text-align: center;
  }
  .pagetop{
    bottom: 44px;
    right: 44px;
    width: 40px;
    height: 40px;
  }
  .beeArea{
    bottom: 110px;
    right: 28px;
  }
  /*
  //FOOTER max-width: 767px
  */
}

@media only screen and (max-width: 666px){
  footer .inner{
    width: 100%;
    padding: 100px 24px;
  }
}

@media only screen and (max-width: 470px){
  footer .inner{
    grid-template-rows: 384px 290px 166px;
  }
  footer div.footer_top img{
    margin: 0 2vw 0;
    width: 40vw !important;
  }
}

@media only screen and (max-width: 420px){
  footer .inner{
    grid-template-rows: 320px 290px 166px;
  }
  footer .inner dt{
    font-size: 14px;
    margin-bottom: 14px;
  }
  footer .inner dt::after{
    margin-top: 12px;
  }
  footer .inner dd{
    font-size: 12px;
  }
}

@media only screen and (max-width: 390px){
  footer div.footer_bottom dl.online_shop dd ul:first-of-type{
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 370px){
  footer div.footer_bottom dl.information dd .copyright{
    font-size: 14px;
    margin-left: -124px;
  }
}
