@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html{
  overflow: auto;
  position: relative;
  min-height: 100%;
  margin-top:0!important;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body{
  overflow-x: hidden;
  position:relative;
  font-size: 10px;
}
.bg_wrapper{
  padding-top:30px;
  padding-bottom:30px;
  background-color: #fff;
}
:root {
  --main-font-color: #000;
  --english-font: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,sans-serif;
  /* --english-font: "futura-pt", sans-serif; */
}
/* width指定 */
#wrap{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
div,p,a,ul,li{
  box-sizing: border-box;
}
a{
  color:#333333;
  text-decoration: none;
  display: block;
}

a:hover{
  opacity: 70%;
}
.over_width{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.inner_width{
  width: 100%!important;
  max-width: 1280px!important;
}
/* text-align */
.ta_c{
  text-align: center;
}
.ta_l{
  text-align: left;
}
.ta_r{
  text-align: right;
}
/* hr scale */
hr{
  opacity: 0;
  transition : all 2000ms;
  transform: scale(0, 1);
}
hr.active{
  opacity: 1;
  transform: scale(1, 1);
}
hr.shop_bottom_line{
  margin-top:100px;
  margin-bottom: 100px;
}
header{
  position:fixed;
  top:0;
  left:0;
  z-index: 10;
  width:100%;
}
header.active{
  background-color: rgba(255,255,255,0.7);
}
.header_content{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.logo{
  margin-left:4.1vw;
  box-sizing: border-box;
  width:150px;
}
ul.nav{
  width:50%;
  min-width:900px;
  margin:0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  box-sizing: border-box;
}
ul.nav li{
  flex: 1 0 auto;
  /* width: 16%; */
  height:82px;
  line-height: 82px;
}
ul.nav li.mail_link{
  background-color: #4D4D4D;
}
ul.nav li:not(:first-child){
  position: relative;
}
ul.nav li:not(:first-child)::before{
  position: absolute;
  content:"";
  width:1px;
  height:20px;
  background-color: #4D4D4D;
  left:0;
  top:30px;
}
ul.nav li a{
  color:var(--main-font-color);
  font-size:20px;
  font-family: var(--english-font);
  font-weight: 600;
  font-weight: normal;
  text-align: center;
}
ul.nav li.mail_link a img{
  width:16%;
}
/* title */

/* footer */
footer{
  background-color: #f2f2f2;
}
.footer_content{
  width:100%;
  max-width: 1280px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top:20px;
  padding-bottom:30px;
}
ul.nav.footer_nav{
  display: block;
  width:25%;
  min-width: inherit;
}
ul.nav.footer_nav li{
  position:relative;
  height:30px;
  line-height: 30px;
}
ul.nav.footer_nav li::before,
ul.nav.footer_nav li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #4D4D4D;
  left: -40px;
  top: 5px;
  }
ul.nav.footer_nav li a{
  text-align: left;
  display: block;
  height:100%;
  font-size:16px;
}
.footer_menu{
  font-family: var(--english-font);
  font-weight: 900;
  padding:20px 0;
}
.footer_logo{
  display: block;
  margin-top:30px;
}
.footer_bunner img{
  width:100%;
}
.footer_policy{
  padding:30px 0;
  text-align: right;
  border-top:1px solid #4D4D4D;
  border-bottom:1px solid #4D4D4D;
  margin-bottom:60px;
}
.footer_policy a{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  font-family: var(--english-font);
  padding-right:1.5rem;
  position:relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size:16px;
}
.footer_policy a::after{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right:0;
  top:8px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
}
.footer_banner{
  display: flex;
  justify-content: center;
  width:100%;
  max-width:1280px;
  margin:0 auto 60px;
}
.footer_banner a{
  width:400px;
  height:100px;
  background-color: #fff;
  margin:0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_banner a img{
  width:60%;
}
.copy{
  color:#b3b3b3;
  font-size:14px;
  padding-bottom:20px;
}
.produce_link{
  margin-top:16px;
  /* background-color: #fff; */
  padding:12px 16px 12px 0;
  box-sizing: border-box;
}
.produce_link h3{
  font-size:20px;
  margin-bottom:20px;
  text-align: left;
  font-weight: bold;
}
.produce_link a{
  max-width:480px;
  width:100%;
  margin:0 auto 0 0;
}
.produce_link a img{
  width:100%;
}
table.info_table.hps_info{
  width: 100%;
  max-width: 1280px;
  margin:16px auto 0;
  font-size: 16px;
}
table.info_table.hps_info tr:not(:last-child){
  border-bottom:1px solid rgba(0,0,0,0.1);
}
table.info_table.hps_info th{
  text-align: left;
  width:25%;
  /* background-color: #ccc; */
  padding:0.5rem 1rem;
  font-weight:bold;
}
table.info_table.hps_info td{
  padding:0.5rem 1.5rem;
  box-sizing: border-box;
  /* background-color: rgb(240,240,240); */
}
  /* breadcrumbs */
  .bread_c_bg{
    background-color: #f2f2f2;
  }
  .breadcrumbs{
    width:100%;
    max-width: 1280px;
    margin:0 auto;
    display: flex;
    align-items: center;
    padding:10px;
    font-size:12px;
  }
  .breadcrumbs span.arrow{
    width:5px;
    height:5px;
    background: url(../images/index/next_arrow.png) top center no-repeat;
    background-size: cover;
    margin-right:10px;
  }
 .breadcrumbs a{
    margin-right:10px;
    text-decoration: underline;
  }
  .scrolltop{
      display: flex;
      justify-content: space-between;
      align-items: center;
      position:fixed;
      bottom:0;
      right:30px;
      width:180px;
      height:90px;
      visibility: hidden;
      opacity: 0;
      transition: 1s all;
      z-index: 10;
    }
    .scrolltop.active{
      visibility: visible;
      opacity: 1;
      bottom:30px;
      transition: 1s all;
    }
    .scrolltop a{
      display: block;
      position:relative;
      width:80px;
      height:80px;
      color:#fff;
      line-height: 95px;
      background-color: #b3b3b3;
      border-radius: 40px;
    }
    .scrolltop a::after{
      content:"";
      position:absolute;
      width:12px;
      height:12px;
      transform: rotate(-135deg);
      border-right:1px solid #fff;
      border-bottom:1px solid #fff;
      top:20px;
      right:34px;
    }
    .scrolltop a img{
      width:100%;
    }
    .scrolltop a.home::after{
      border-right:none;
      border-bottom:none;
    }
@media screen and (max-width: 1280px){
  .breadcrumbs{
    padding:5px 15px;
    box-sizing: border-box;
  }
}  

@media screen and (max-width: 768px){
  header{
    height:60px;
  }
  .header_logo{
    max-width: 150px;
    width:30%;
    padding-top:15px;
  }
  .header_logo img{
    width:100%;
  }
  .header_content{
    display: block;
  }
  .sp_header_logo{
    position:fixed;
    display: block;
    width:100px!important;
    text-align: center;
    top:10px;
    left:4.1vw;
  }
  ul.nav{
    display: none;
  }
  .breadcrumb ul {
    padding-left:10px;
    }
  footer{
    padding:0!important;
  }
  .footer_content{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left:20px;
    padding-right:20px;
  }
  .footer_logo{
    margin:0 auto;
    width:40%;
  }
  .footer_policy{
    padding:20px;
    font-size:12px;
  }
  .footer_policy a{
    font-size:12px;
  }
  .footer_policy a::after{
    top:5px;
  }
  ul.nav.footer_nav{
    width:90%;
    margin:0 auto;
  }
  ul.nav.footer_nav li {
    margin-top:5px;
    }
  ul.nav.footer_nav li a {
    text-align: left;
    font-size: 14px;
    }
  ul.nav.footer_nav li::before, ul.nav.footer_nav li:not(:first-child)::before {
    left: -10px;
    top:5px;
    }
  .footer_banner{
    margin:30px auto 60px;
    display: block;
    padding:0 5%;
  }
  .footer_banner a{
    width:100%;
    max-width:400px;
    margin:0 auto 15px;
  }
  .footer_bunner img{
    width:100%;
  }
  
  .copy{
    font-size: 10px;
  }
  .produce_link{
    margin-bottom:24px;
  }
  .produce_link h3{
    font-size:20px;
    margin-bottom:30px;
  }
  .produce_link a{
    max-width:480px;
    width:100%;
    margin:0 auto;
  }
  table.info_table.hps_info{
    width: 100%;
    margin:0 auto;
    font-size: 14px;
  }
  table.info_table.hps_info tr:not(:last-child){
    border-bottom:none;
  }
  table.info_table.hps_info th{
    display: block;
    text-align: left;
    width:100%;
    background-color: rgb(221, 220, 220);
    padding:0.5rem 1rem;
    font-weight:bold;
    box-sizing: border-box;
  }
  table.info_table.hps_info td{
    text-align: left;
    display: block;
    padding:0.5rem 1rem;
    box-sizing: border-box;
    background-color: #fff
  }
  .breadcrumbs{
    padding:5px 15px;
  }
  .scrolltop{
    display: block;
    right:20px;
    width:60px;
    height:60px;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 1s all;
  }
  .scrolltop.active{
    visibility: visible;
    opacity: 1;
    bottom:90px;
    transition: 1s all;
    z-index: 10;
  }
  .scrolltop a{
    display: block;
    position:relative;
    width:100%;
    height:100%;
    color:#fff;
    line-height: 80px;
    font-size:12px;
    margin-bottom:12px;
  }
  .scrolltop a::after{
    content:"";
    position:absolute;
    width:10px;
    height:10px;
    transform: rotate(-135deg);
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    top:20px;
    right:25px;
  }
}
