@charset "utf-8";
/* CSS Document */
/*　menu　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 36px;
  top: 30px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 5px;
  left: 6px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* nav open */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration: none;
}
/* jQuery on off */
nav.globalMenuSp.active {
  transform: translateX(50%);
}
.skyblue {
  color: #0E75FE
}
.pa_lr {
  padding-left: 10px;
  padding-right: 10px
}
.head_area {
  width: 300px;
  margin: 0 10%;
}
.head_nav {
  padding-top: 150px;
  padding-bottom: 60px;
}
.onlineshop_link_head {
  padding: 30px 0;
  border-bottom: solid 1px #999;
  border-top: solid 1px #999;
}
.sns_area_head {
  padding-top: 60px;
  text-align: center;
  margin: 20px auto;
  padding-bottom: 200px;
}
.bg-slider {
  width: 100vw;
  height: 90vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  position: relative;
  width: 100%;
}
.mv_onlineshop_area {
  position: absolute;
  top: -126px;
  background-color: rgba(0, 0, 0, 0.70);
  width: 100vw;
}
.mv_onlineshop {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 600px;
}
.onlineshop_btn_h {
  padding-top: 40px;
  padding-bottom: 40px;
}
.onlineshop_btn_h a {
  border: 1px #FFF solid;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  padding: 14px 20px;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-weight: 900;
  color: #FFF;
  background-color: #000;
  text-align: center;
}
.onlineshop_btn_h a:hover {
  color: #000;
  background-color: #FFF;
}
/*
.sns_area {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 30%;
} 
*/
.index_title {
  text-align: center;
}
.top_main {
  width: 1000px;
  margin: 0 auto;
}
.yamafuku_logo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 160px;
}
.top_main_inner {
  width: 800px;
  margin: 0 auto;
}
.top_concept h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
}
.top_concept {
  padding-top: 20px;
  width: 800px;
  margin: 0 auto;
  line-height: 2.1;
  text-align: center;
}
.top_concept p {
  padding-top: 40px;
  font-family: "Hannari", serif;
  font-size: 20px;
}
.top_onlineshop {
  display: flex;
  justify-content: space-between;
  padding-top: 58px;
  width: 630px;
  margin: 0 auto;
}
.onlineshop_btn {
  margin: 10px;
}
.onlineshop_btn a {
  border: 1px #000 solid;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  padding: 14px 20px;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-weight: 900;
  color: #000;
  background-color: #FFF;
  text-align: center;
}
.onlineshop_btn a:hover {
  color: #FFF;
  background-color: #000;
}
.shop_item {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}
.item_area {
  width: 44%;
  padding: 12px;
}
.item {
  margin-bottom: 30px;
}
.item p {
  font-size: 90%;
  padding-top: 4px;
  padding-bottom: 4px;
}
.item img {
  max-width: 100%;
  height: auto;
}
.top_info {
  display: flex;
  padding-top: 90px;
  margin-top: 90px;
  padding-bottom: 100px;
  border-top: solid 1px #999999;
}
.top_conpany {
  text-align: center;
  line-height: 1.8;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
}
.top_contact {
  text-align: center;
  line-height: 1.8;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  width: 50%;
}
.top_conpany h3, .top_contact h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 60px;
}
.pt10 {
  padding-top: 10px;
}
.pagetop {
  text-align: right;
  padding-bottom: 30px;
  margin: 0 auto;
  width: 1000px;
}
.sns_area_foot {
  width: 300px;
  margin: 20px auto;
  padding-bottom: 20px;
}
.sns_area_foot ul li {
  display: inline;
  padding: 0 18px;
}
.footer_area {
  width: 100%;
  background-image: url("image/top_footer_back.png");
  background-repeat: no-repeat;
  height: 640px;
}
@media screen and (max-width: 599px) {
  .hamburger {
    right: 16px;
    top: 30px;
  }
  .index_title img {
    width: 50%;
    height: auto;
  }
  .mv_onlineshop_area {
    top: -160px;
    width: 100vw;
  }
  .mv_onlineshop {
    display: block;
    margin: 10px auto;
    padding: 0 20px;
    width: 80%;
  }
  .onlineshop_btn_h {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top_main {
    width: 100%;
    margin: 0 auto;
  }
  .top_main_inner {
    width: 80%;
    margin: 0 auto;
  }
  .top_onlineshop {
    display: block;
    padding-top: 58px;
    width: 100%;
    margin: 0 auto;
  }
  .top_concept {
    padding-top: 20px;
    width: 90%;
    margin: 0 auto;
    line-height: 2.1;
    text-align-last: center;
  }
  .top_concept p {
    font-size: 15px;
  }
  .top_info {
    display: block;
    padding-top: 250px;
    padding-bottom: 100px;
  }
  .top_conpany {
    text-align: center;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 180px;
  }
  .top_contact {
    text-align: center;
    line-height: 1.8;
    width: 80%;
    margin: 0 auto;
  }
  .pagetop {
    width: 90%;
  }
  .shop_item {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
}
@media screen and (max-width: 400px) {
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  .top_concept {
    width: 90%;
  }
  .yamafuku_logo {
    position: none;
    display: none;
  }
  .top_concept {
    padding-top: 150px;
  }
  .shop_item {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .item_area {
    width: 90%;
    padding: 15px;
  }
}