@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333;
  font-family: "fot-tsukuardgothic-std", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.header {
  position: fixed;
  width: 287px;
  height: 100%;
  background-color: #e60012;
  border-right: 3px #333 solid;
}
.ecouin_logo {
  width: 220px;
  height: auto;
  margin: 40px 0 0 35px;
}
.header nav ul li {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.header nav ul {
  margin: 120px auto 35px 35px;
}
.header nav ul a {
  text-decoration: none;
  color: #fff;
}
.menu_content__online-shop_btn p {
  color: #e60012;
  display: inline-block;
  padding: 12px 15px 15px 55px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
}
.menu_content__online-shop_btn {
  width: 260px;
  background-color: #fff;
  border-radius: 35px;
  margin-left: 15px;
  position: fixed;
  bottom: 30px;
}
.menu_content__online-shop_btn img {
  vertical-align: top;
  padding-top: 12px;
}
input {
  display: none;
}
@media(max-width:768px) {
  .header {
    width: 100vw;
    height: 50px;
    background-color: #000;
    border-right: none;
  }
  .ecouin_logo {
    width: 90px;
    margin: 15px;
  }
  .nav-btn {
    position: fixed;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    z-index: 999;
  }
  .nav-btn, .nav-btn span::before, .nav-btn span::after {
    position: absolute;
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    content: "";
  }
  .nav-btn span:before {
    top: 8px;
  }
  .nav-btn span:after {
    top: 16px;
  }
  .header {
    z-index: 99;
  }
  .header nav ul li {
    border-bottom: solid 1px #fff;
    width: 100vw;
    margin: 5% auto 5%;
    padding-bottom: 5%;
  }
  .menu_content {
    position: fixed;
    left: 100%;
    background-color: #e60012;
    width: 100%;
    z-index: 99;
    height: 100%;
    display: block;
  }
  #check:checked ~ .menu_content {
    left: 0;
    top: 0;
  }
  #check:checked ~ .nav-btn span::after {
    display: none;
  }
  #check:checked ~ .nav-btn {
    transform: rotate(-45deg);
    margin-top: 10px;
  }
  #check:checked ~ .nav-btn span::before {
    transform: rotate(90deg);
    top: 0;
  }
  .header nav ul {
    margin: 30% auto 20%;  
  }
  .header nav ul li {
    text-align: center;
  }
  .menu_content__online-shop_btn {
    position: static;
    margin: 0 auto;
  }
}
.footer {
  padding-left: 290px;
  margin-top: 130px;
}
.footer a {
  color: #333;
}
.footer img {
  width: 180px;
  height: auto;
  object-fit: contain;
  margin-top: 13px;
}
.company_info {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.company_info ul li {
  padding: 0 15px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
}
.company_info ul {
  display: flex;
  margin-bottom: 15px;
}
.company_info__inner {
  text-align: left;
  padding-left: 55px;
  padding-top: 15px;
}
.company_info__inner small {
  font-size: 1.2rem;
  padding-left: 15px;
  vertical-align: super;
}
.company_info__inner span {
  border: solid 0.5px #6a6a6a;
  height: 20px;
}
.company_info__inner a {
  text-decoration: none;
}
.scroll_btn {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #e60012;
  position: absolute;
  right: 60px;
  margin-top: 50px;
}
.scroll_btn span {
  width: 16px;
  height: 16px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  display: block;
  margin: 15px auto;
  position: relative;
  top: 5px;
}
@media(max-width:1040px) {
  .footer {
    margin-top: 90px;
  }
  .footer img {
    width: 140px;
  }
  .company_info__inner {
    padding-left: 25px;
    padding-top: 0;
  }
  .scroll_btn {
    margin-top: 90px;
  }
      .company_info {
    margin-bottom: 100px;
  }
}
@media(max-width:768px) {
  .footer {
    padding-left: 0;
  }
}
@media(max-width:480px){
    .company_info__inner {
    padding-left: 5px;
  }
  .company_info__inner small {
    font-size: 0.9rem;
  }

}
.br_sp {
  display: none;
}
@media(max-width:768px) {
  .br_sp {
    display: block;
  }
}
  :root{
	scroll-padding: 80px;
}