@charset "utf-8";
/*---------------------------------------------------------------------
Base Setting
---------------------------------------------------------------------*/
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&display=swap');
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'Noto Sans JP', sans-serif;
}
* {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #fff;
  padding: 97px 0 0;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-text-size-adjust: none;
}
picture {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
.clear {
  clear: both;
}
.cf::before, .cf::after, .wf::before, .wf::after, ul::before, ul::after, ol::before, ol::after, section::before, section::after {
  content: "";
  display: block;
  overflow: hidden;
}
.cf::after, .wf::after, ul::after, ol::after, section::after {
  clear: both;
}
.cf, .wf, ul, ol, section {
  zoom: 1;
}
.wf {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.hd {
  border: none !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0 !important;
  line-height: 1 !important;
}
article {
  min-width: 640px;
  opacity: 0;
}
/* Header */
header {
  background: #fff;
  padding: 20px 60px;
  width: 100%;
  height: 97px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 10;
}
header h1 {
  background: url("../images/header_logo.png") 0 0 no-repeat;
  background-size: contain;
  width: auto;
  height: 50px;
  margin-top: 9px;
  float: left;
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
}
header nav li a {
  display: block;
}
header nav li a.bt {
  color: #ffffff;
  padding: 15px 20px 15px 35px;
  box-sizing: border-box;
  background-color: #c80052;
  border-radius: 5px;
  margin-left: 30px;
}
body:not(.loading) header, body:not(.loading) header nav li a, body:not(.loading) #wwd .lBox li a {
  transition: .5s;
}
/* Footer */
footer {
  background: #000;
  padding: 73px 50px 50px;
  color: #fff;
}
footer h2 {
  background: url(../images/footer_logo.png) 0 0 no-repeat;
  background-size: contain;
  margin: 0 0 12px;
  padding: 120px 0 0;
  width: 224px;
  font-size: 30px;
  letter-spacing: 0;
}
footer a {
  color: #fff;
  transition: .5s;
}
footer a:hover {
  opacity: .6;
}
footer ul {
  margin: 15px 0 20px;
}
footer li {
  float: left;
}
footer li + li {
  margin: 0 0 0 40px;
}
footer small {
  display: block;
  font-size: 14px;
  line-height: 1;
}


@media screen and (min-width:769px) {
  .spbr {
    display: none;
  }
  header .btn {
    display: none;
  }
  header nav {
    float: right;
    margin-top: 5px;
  }
  header nav li {
    float: left;
  }
  header nav li + li {
    margin: 0 0 0 25px;
  }
  header nav li a {
    padding: 11px 0;
  }
  header nav li a:hover {
    opacity: .6;
  }
  
}
@media screen and (max-width:768px) {
  body {
    font-size: 24px;
    line-height: 44px;
  }
  .pcbr {
    display: none;
  }
  /* Header */
  header {
    padding: 20px 30px;
  }
  header h1 {
    width: 190px;
    height: 56px;
  }
  header .btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  header .btn a {
    background: #000 url(../images/header_ico_open.png) 50% 50% no-repeat;
    width: 100px;
    height: 97px;
    display: block;
    text-indent: 120%;
    overflow: hidden;
    white-space: nowrap;
    transition: .3s;
  }
  body.open header .btn a {
    background-image: url(../images/header_ico_close.png);
  }
  header nav {
    background: #000;
    display: none;
    position: fixed;
    top: 97px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    transition: .6s;
  }
  body.open header nav {
    transition: .3s;
  }
  header nav ul {
    position: absolute;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  }
  header nav li + li {
    margin: 50px 0 0;
  }
  header nav li a {
    font-size: 40px;
    color: #fff;
  }
  
header nav li a.bt {
  padding: 20px;
  border-radius: 10px;
  margin-left: 0;
  text-align: center
}
  
  /* Footer */
  footer {
    padding: 100px 40px 80px;
  }
  footer h2 {
    background-size: auto;
    margin: 0 0 25px;
    padding: 225px 0 0;
    width: 290px;
    font-size: 40px;
  }
  footer ul, footer small {
    font-size: 20px;
  }
  footer ul {
    margin: 40px 0 25px;
  }
  footer li + li {
    margin: 0 0 0 45px;
  }
  
}