@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #3F4D57; /* RGB */
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝","Yu Mincho","YuMincho",  serif;
  font-weight: 200;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
.wrapper{
  overflow: hidden;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
} 
ul{
  list-style: none;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}

.btn_b{
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 170px;
  height: 40px;
  background:#000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
@media(min-width:1200px){
.btn_b::before,
.btn_b::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: content-box;
}
.btn_b::before {
  top: -1px;
  left: -1px;
}
.btn_b::after {
  bottom: -1px;
  right: -1px;
}
.btn_b:hover {
  background-color: #fff;
  color: #3F4D57;
  opacity: 1;
}
.btn_b:hover::before,
.btn_b:hover::after {
  width: 100%;
  height: 100%;
}
.btn_b:hover::before {
  border-bottom-color: #000;
  border-left-color: #000;
  transition: height .3s, width .3s .3s;
  opacity: 1;
}
.btn_b:hover::after {
  border-top-color: #000;
  border-right-color:#000;
  transition: height .3s, width .3s .3s;
  opacity: 1;
}
}/*btn_b*/

.btn_w{
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 170px;
  height: 40px;
  background:#fff;
  color: #3F4D57;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
}
@media(min-width:1200px){
.btn_w::before,
.btn_w::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 1px solid transparent;
  box-sizing: content-box;
}
.btn_w::before {
  top: -1px;
  left: -1px;
}
.btn_w::after {
  bottom: -1px;
  right: -1px;
}
.btn_w:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}
.btn_w:hover::before,
.btn_w:hover::after {
  width: 100%;
  height: 100%;
}
.btn_w:hover::before {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height .3s, width .3s .3s;
  opacity: 1;
}
.btn_w:hover::after {
  border-top-color: #fff;
  border-right-color:#fff;
  transition: height .3s, width .3s .3s;
  opacity: 1;
}
}/*btn_w*/

img{
  max-width: 100%;
  height: auto;
}
a{
  text-decoration: none;
  color:#3F4D57 ;
}

/*header_pc*/
.header{
    width: 100vw;
    height: 130px;
    position: fixed;
    background-color: rgba(255,255,255,0.1);
    z-index: 100;
    padding: 25px;
}

.header.minimum{
  height: 60px;
  background-color: rgba(255,255,255,1);
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  align-items: center;
}
.header.minimum h1{ 
   padding:10px 0 10px 0;
  }
  .header.minimum .header_content{
    padding:10px 0 10px 0;
  }
  .header.minimum .header_logo{
    width: 100%;
  }
#hamburger{
    width: 100%;
  }

.header h1{
    text-align: center;
    transition: all .3s ease-out;
    padding-bottom: 25px;
}
.header_content{
  text-align: center;
  transition: all .3s ease-out;
  padding-bottom: 25px;
}

.gNav-menu{
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
  font-family: EB Garamond;
  font-size: 1.4rem;
}
.page_top_sp{
  display: none;
}
.page_top_sp_logo{
  display: none;
}/*header_pc*/

/*header tablet*/

@media(max-width:768px){
  .header{
    padding: 30px;
    height: 80px;
  }
  #hamburger .btn-gNav{
    position: fixed;
    top: 22px;
    right: 70px;
    width: 60px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
  }
  .header.minimum #hamburger .btn-gNav{
    top: 4px;
  }
  #hamburger .btn-gNav span{
    position: absolute;
    width: 100%;
    height: 1px;
    transition: all .4s;/*アニメーションの設定*/
    border-radius: 2px;
    background: #000;
  }
  #hamburger .btn-gNav span:nth-child(1) {
    top:15px; 
    width: 80%;
  }
  #hamburger .btn-gNav span:nth-child(2) {
    top:23px;
    width: 65%;
  }
  #hamburger .btn-gNav span:nth-child(3) {
    top:31px;
    width: 50%;
  }
  #hamburger .btn-gNav.open span:nth-child(1){
    background: #333;
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 45%;
  }
  #hamburger .btn-gNav.open span:nth-child(2){
    opacity: 0;
  }
  #hamburger .btn-gNav.open span:nth-child(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 45%;
  }

  #gNav{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    padding-top:80px;
    transition: .3s;
  }
  #gNav.open{
    right: 0px;
    visibility: visible;
    opacity: 1;
  }
  
  #gNav .gNav-menu{
    width: 100%;
    height:80%;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: opacity .6s ease, visibility .6s ease;
    overflow: auto;
  }
  .page_top_sp_logo{
    padding-bottom: 40px;
  }
  #gNav .gNav-menu li{
    display: block;
    padding-bottom: 30px;
    opacity: 0;
    transform: translateX(200px);
    transition:  transform .6s ease-out, opacity .2s ease-out;
  }
  #gNav.open li{
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease-out, opacity .9s ease-out;
  }
  #gNav.open .gNav-menu li:nth-child(2){
    transition-delay: .02s;
  }
  #gNav.open .gNav-menu li:nth-child(3){
    transition-delay: .04s;
  }
  #gNav.open .gNav-menu li:nth-child(4){
    transition-delay: .06s;
  }
  #gNav.open .gNav-menu li:nth-child(5){
    transition-delay: .08s;
  }
  #gNav.open .gNav-menu li:nth-child(6){
    transition-delay: .1s;
  }
  #gNav.open .gNav-menu li:nth-child(7){
    transition-delay: .12s;
  }
  #gNav.open .gNav-menu li:nth-child(8){
    transition-delay: .14s;
  }
  #gNav.open .gNav-menu li:nth-child(9){
    transition-delay: .16s;
  }
  #gNav.open .gNav-menu li:nth-child(10){
    transition-delay: .18s;
  }

  #gNav .gNav-menu li a{
    color: #3F4D57;
    text-decoration: none;
    transition: color .6s ease;
  }
  }/*header tablet*/

  /*header sp*/
  @media(max-width:480px){
.header{
  padding: 20px;
  height: 60px;
}
.header_logo{
  width: 60%;
  padding:0 20px ;
}
.inner_header_logo{
width: 50%;
}
.header h1 {
  width: 90%;
}
.header_content{
  width: 90%;
}
#hamburger .btn-gNav{
  top: 5px;
  right: 32px;
  width: 48px;
}
#hamburger .btn-gNav.open{
  right: 15px;
  top: 15px;
}
#hamburger .btn-gNav span{
  width: 70%;
  height: 1px;
  border-radius: 4px;
}
#gNav{
  padding-top: 60px;
}
  }

/*Footer*/
.footer{
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.footer h3{
  text-align: left;
  font-family:'EB Garamond', serif;
  font-weight: 300;
  margin-bottom: 30px;
}
.site_map{
display: flex;
justify-content: space-between;
width:70%;
padding: 160px 40px;
flex-wrap: wrap;
}
.site_map li p::before{
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background-color: #fff;
  margin-right: 5px;
}
.site_map li p {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.site_map li p a{
  font-size: 1.3rem;
  color: #fff;
}
.company_info{
  width: 30%;
  text-align: left;
  padding: 0px 0 50px 80px;
  margin-top: 160px;
  border-left: 1px #fff solid;
}
.company_logo{
  margin-bottom: 30px;
}
.company_name{
  margin-bottom: 40px;
}
.company_addres{
  margin-bottom: 10px;
  line-height: 2.0;
  font-style: normal;
}
.company_tel{
  margin-bottom: 10px;
}
.company_tel a{
  color: #fff;
}
.company_tel::after{
  content: "";
  display: block;
  width: 330px;
  height: 1px;
  background-color: #fff;
}
.company_mail{
  margin-bottom: 30px;
}
.company_mail a{
  color: #fff;
}
.sns_icon{
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.icon{
  margin-right: 30px;
}
.leadeed_online_shop{
  background-color: #fff;
  display:inline-block ;
  color: #000;
  width: 290px;
  line-height: 60px;
  margin-top: 40px;
  text-align: center;
  position: relative;
}
.leadeed_online_shop::before{
  content: "";
  position: absolute;
  left: 5%;
  top: 38%;
  width: 20px;
  height: 20px;
  background: url(../images/common/ld_shopping_icon.png) no-repeat 0 0 / contain;
}
.leadeed_online_shop a{
padding: 10px;
display: block;
}
.blackdeed_online_shop{
  border: 1px solid #fff;
  display:inline-block ;
  width: 290px;
  line-height: 60px;
  margin-top: 40px;
  text-align: center; 
  position: relative;
}
.blackdeed_online_shop::before{
  content: "";
  position: absolute;
  left: 2%;
  top: 38%;
  width: 20px;
  height: 20px;
  background: url(../images/common/bd_shopping_icon.png) no-repeat 0 0 / contain;
}
.blackdeed_online_shop a{
  padding: 10px;
  display: block;
  color: #fff;
}
.copyright{
  margin-top: 110px;
  width: 100%;
}
.site_map h3{
  display: none;
}
.site_map .page_top::before{
  display: none;
}/*Footer_pc*/

/*Footer_brp_1280px*/
@media(max-width:1280px){
  
  .site_map{
      width: 100%;
      padding: 160px 40px 100px 0;
  }
  .company_info{
      width: 100%;
      margin-top: 0;
      padding: 0;
  }
  .sns_icon{
      width: 20%;
  }
  .leadeed_online_shop{
      margin-right: 40px;
  }
}/*Footer_brp_1280px*/

/*Footer_tablet*/
@media(max-width:768px){
  .site_map li{
      width: 100%;
      padding: 0 0 40px 40px;
      border-bottom: #fff 1px solid;
  }
  .site_map h3{
      display: block;
  }
  .company_info{
      border-left: none;
      padding-left: 40px;
      display: flex;
     flex-direction: column;
}
.company_tel a{
  color: #fff;
}

.sns_icon{
  order: -1;
  padding-bottom: 60px;
  width: 50%;
  justify-content: space-around;
}
.leadeed_online_shop{
  order: -3;
  width: 350px;
}
.leadeed_online_shop::before{
  left: 10%;
}
.blackdeed_online_shop{
  order: -2;
  margin-bottom: 60px;
  width: 350px;
}
.blackdeed_online_shop::before{
  left: 8%;
}
  /* ========avascriptで利用しているので変更不可================== */
  .site_map{
      flex-direction: column;
      padding: 60px 20px 40px 0;
  }
  /* ========================================================= */

  .site_map li div{
      display: none;
  }
  .footer h3{
      margin-top: 30px;
      margin-bottom: 0;
      position: relative;
  }
  .footer h3::before{
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      right: 0px;
      top: 10px;
  }
  footer h3::after{
      content: "";
      display: block;
      width: 1px;
      height: 20px;
      background-color: #fff;
      position: absolute;
      right: 9px;
      top: 1px;
  }
  footer h3.open::after{
      display: none;
  }
  .copyright{
    margin-top: 40px;
  }
}/*Footer_tablet*/

/*Footer_sp*/
@media(max-width:480px){
  .footer h3{
    margin-top:15px
  }
  .sns_icon {
    order: -1;
    padding-bottom: 40px;
    width: 90%;
    justify-content: space-around;
}
.icon{
  margin-right: 0;
  width: 46px;
}
.company_logo{
margin-bottom: 15px;
}
.company_name{
  font-size: 1.4rem;
  margin-bottom: 30px;
}
.company_addres{
  font-size: 1.4rem;
}
.company_tel{
  font-size: 1.4rem;
}
.company_tel a{
  color: #fff;
}
.company_tel::after{
  width: 280px;
}
.company_mail{
  font-size: 1.4rem;
}
.company_info{
  padding: 0 18px 80px 18px;
}
.leadeed_online_shop{
  width: 330px;
}
.leadeed_online_shop::before{
  left: 6%;
}

.blackdeed_online_shop{
  width: 330px;
}
.blackdeed_online_shop::before{
  left: 6%;
  top: 37%;
}
.site_map{
  padding: 60px 15px 40px 0;
}
.site_map li{
  padding: 0 0 15px 18px;
}
.copyright{
  margin-top: 0;
  text-align: left;
  padding: 0 18px 50px;
  font-size: 1.4rem;
}
}/*Footer_sp*/