html, body {
  overflow-x: hidden;
}

img {
  width: 100%;
  display: block;
}

.P20 {
  padding: 20px 0;
}

.l__mainbox h2 {
  height: 450px;
  background: url(../img/mainPC.png) no-repeat top center;
  background-size: contain;
  outline: none;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.l__btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: horizontal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: center;
  margin: 40px 0;
}

.l__btnbox .btn {
  width: 40%;
  background: white;
  font-size: 20px;
  padding: 20px;
  display: block;
  margin: 20px;
  color: black;
  border: 1px solid #000;
  position: relative;
  max-width: 400px;
}

.l__btnbox .btn:after {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  width: 26px;
  right: -13px;
  top: 50%;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.l__btnbox .btn:hover {
  background: #72BE74;
  color: white;
  border: 1px solid #72BE74;
}

.l__btnbox .btn:hover:after {
  right: 13px;
  border-top: 1px solid #fff;
}

header {
  background: rgba(255, 255, 255, 0.8);
}

header .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .nav h1 {
  display: block;
  width: 250px;
  height: 80px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  outline: none;
  z-index: 1000;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

header .nav .l__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: horizontal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

header .nav .l__list li {
  padding: 30px 10px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header .nav .l__list li a {
  color: #707070;
  font-size: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  border-bottom: 1px solid rgba(114, 190, 160, 0);
}

header .nav .l__list li a:hover {
  color: #72BE74;
  border-bottom: 1px solid #72bea0;
  opacity: 1;
  padding-bottom: 10px;
}

header .nav .l__list li:first-child {
  margin-left: auto;
}

footer {
  position: relative;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8) url(../img/footerBK.png) no-repeat top center;
  background-size: cover;
}

footer .footer__inner {
  max-width: 1200px;
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}

footer .footer__inner img {
  width: 150px;
  margin: 0 auto 40px;
}

footer .footer__inner p {
  font-size: 16px;
  color: white;
}

footer .footer__inner .footer__address {
  color: white;
  font-size: 24px;
  background: none;
  border: none;
  margin: 0 auto;
  letter-spacing: .3em;
  padding: 20px;
  display: block;
}

footer .footer__inner .footer__address:after {
  content: none;
}

footer .footer__inner .footer__btn a {
  font-size: 16px;
  background: none;
  border: 1px solid #fff !important;
  color: white;
}

footer .footer__inner .footer__btn a:after {
  border-top: 1px solid #fff;
}

footer .footer__inner .footer__btn a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

footer .footer__copy {
  background: #000;
  width: 100%;
  padding: 20px 0;
}

footer .footer__copy p {
  max-width: 1200px;
  font-size: 16px;
  font-weight: lighter;
  color: white;
  text-align: center;
  margin: 0 auto;
}

.l__logobg:before {
  content: "";
  background: url(../img/logoBK.png) rgba(0, 0, 0, 0) no-repeat top right;
  background-size: contain;
  position: relative;
  z-index: -1;
  top: 500px;
}

.l__mainbox {
  background: #f9fafc;
  width: auto;
  position: relative;
  padding-top: 80px;
}

.l__mainbox img {
  margin: 0 auto;
  text-align: center;
  width: auto;
  height: 450px;
}

.l__mainbox figure {
  position: absolute;
  top: 31%;
  right: 20%;
  z-index: 0;
}

.l__mainbox figure img {
  width: 100%;
  height: auto;
}

.l__mainbox .l__mainbox-copy {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.l__mainbox h3 {
  position: absolute;
  font-weight: bold;
  top: -50px;
  left: -50px;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-size: 60px;
}

.l__mainbox h3 span {
  display: block;
  font-size: 35px;
}

.l__logobg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.l__logobg:before {
  content: "";
  width: 250px;
  height: 1200px;
  background: url(../img/logoBK.png) right top no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1000;
}

.l__scroll {
  width: 100px;
  margin: 100px auto;
}

.l__contentbox {
  text-align: center;
  margin: 0 auto;
}

.l__contentbox .l__contentbox--inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.l__contentbox .l__contentbox--inner figure img {
  width: 60%;
  max-width: 754px;
}

.l__contentbox .l__contentbox--inner .l__contentbox--description {
  background: rgba(255, 255, 255, 0.8);
  width: 46%;
  max-width: 550px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px #999;
  box-shadow: 0px 0px 10px 0px #999;
}

.l__contentbox .l__contentbox--inner .l__contentbox--description h3 {
  font-size: 33px;
  text-align: left;
  color: #910000;
  font-weight: bold;
}

.l__contentbox .l__contentbox--inner .l__contentbox--description p {
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
  line-height: 2em;
}

.l__arrowbox p {
  padding: 20px;
  font-size: 32px;
  width: 23%;
  min-width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
  margin: 150px auto 50px;
}

.l__arrowbox p:after {
  position: absolute;
  background-color: #FCF7F7;
  z-index: -999;
  top: 20px;
  left: 20px;
  content: "";
  height: 100%;
  width: 100%;
}

.l__arrowbox .l__arrow span {
  width: 30px;
  height: 30px;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  margin: 10px auto 0px;
}

.l__descriptionbox {
  text-align: center;
  position: relative;
  margin: 50px auto;
}

.l__descriptionbox:after {
  position: absolute;
  background-color: #FCF7F7;
  z-index: -999;
  top: 50%;
  right: 5%;
  content: "";
  height: 55%;
  width: 100%;
}

.l__descriptionbox figure {
  width: 60%;
  max-width: 420px;
  margin: 0 auto 20px;
}

.l__descriptionbox p {
  font-size: 32px;
  font-weight: bold;
  display: block;
  margin-bottom: 40px;
}

.l__descriptionbox p strong {
  display: block;
  color: #910000;
}

.l__descriptionbox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: horizontal;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

.l__descriptionbox dl dd {
  width: 33%;
  margin: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.l__buybox {
  position: static;
  margin: 0px auto;
  text-align: center;
  max-width: 1200px;
}

.l__buybox h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 80px 0;
}

.l__buybox h3:before {
  content: "";
  border-top: 5px solid #910000;
  position: absolute;
  width: 34px;
  left: -44px;
  top: 50%;
  margin-top: -2.5px;
}

.l__buybox ul .l__item {
  margin: 10px;
}

.l__buybox ul .l__item img {
  display: inline;
  text-align: center;
}

.l__buybox ul .l__item img::before {
  content: "";
  width: 240px;
  height: 240px;
  background-color: #eee;
  border-radius: 100%;
}

.l__buybox ul .l__item p {
  font-size: 16px;
  text-align: left;
  padding: 20px 0;
}

.l__buybox ul .l__item span {
  font-size: 20px;
  color: #910000;
  text-align: right;
  display: block;
}

@media screen and (max-width: 1024px) {
  .l__mainbox figure {
    right: 5%;
  }
  .l__mainbox .l__mainbox-copy h3 {
    top: 30px;
    left: 10px;
  }
  .l__arrowbox p {
    font-size: 24px;
    margin: 200px auto 50px;
  }
  .l__contentbox {
    padding-left: 20px;
  }
  .l__mainbox h2 {
    height: 0;
    background: url(../img/mainSP.png) no-repeat top center;
    background-size: contain;
    padding-bottom: 57%;
  }
}

@media screen and (max-width: 768px) {
  .l__mainbox {
    padding-top: 50px;
  }
  .l__mainbox figure {
    width: 55%;
    top: 31%;
    right: 0%;
  }
  .l__mainbox .l__mainbox-copy h3 {
    top: 20px;
    left: 10px;
    font-size: 20px;
  }
  .l__mainbox .l__mainbox-copy h3 span {
    font-size: 14px;
  }
  .l__logobg:before {
    content: "";
    width: 120px;
    height: 600px;
    background: url(../img/logoBK.png) right top no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -5%;
    z-index: -1000;
  }
  .l__scroll {
    width: 70px;
    margin: 100px auto 40px;
  }
  .l__contentbox .l__contentbox--inner figure img {
    width: 90%;
  }
  .l__contentbox .l__contentbox--inner .l__contentbox--description {
    width: 90%;
    max-width: 674px;
    padding: 20px;
    top: 83%;
    left: 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 0px #999;
    box-shadow: 0px 0px 10px 0px #999;
  }
  .l__contentbox .l__contentbox--inner .l__contentbox--description h3 {
    font-size: 18px;
    text-align: left;
    color: #910000;
    font-weight: bold;
  }
  .l__contentbox .l__contentbox--inner .l__contentbox--description p {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    line-height: 2em;
  }
  .l__arrowbox p {
    padding: 20px;
    font-size: 16px;
    min-width: 250px;
    position: relative;
    margin: 225px auto 50px;
  }
  .l__arrowbox .l__arrow span {
    width: 20px;
    height: 20px;
    border-top: 2px solid #707070;
    border-right: 2px solid #707070;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    display: block;
    margin: 7px auto 0px;
  }
  .l__descriptionbox {
    margin: 50px auto;
  }
  .l__descriptionbox:after {
    top: 17%;
    right: 4%;
    content: "";
    height: 85%;
  }
  .l__descriptionbox p {
    font-size: 20px;
  }
  .l__descriptionbox dl {
    -webkit-flex-direction: vertical;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l__descriptionbox dl dd {
    width: 62%;
    margin: 10px auto;
    min-width: 310px;
  }
  .l__btnbox {
    -webkit-flex-direction: vertical;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .l__btnbox .btn {
    width: 80%;
    font-size: 14px;
    margin: 10px auto;
  }
  .l__buybox h3 {
    font-size: 24px;
    padding: 40px 0;
  }
  .l__buybox h3:before {
    content: "";
    border-top: 3px solid #910000;
    position: absolute;
    width: 25px;
    left: -32px;
    top: 50%;
    margin-top: -1.5px;
  }
  .l__buybox ul .l__item {
    margin: 10px;
  }
  .l__buybox ul .l__item p {
    font-size: 14px;
    padding: 10px 0;
  }
  .l__buybox ul .l__item span {
    font-size: 16px;
  }
  footer .footer__inner {
    padding: 40px 0;
  }
  footer .footer__inner img {
    margin: 0 auto 20px;
  }
  footer .footer__inner p {
    font-size: 14px;
    margin-bottom: 0px;
  }
  footer .footer__inner .footer__address {
    font-size: 16px;
    letter-spacing: .1em;
    padding: 0px;
  }
  footer .footer__inner .footer__address:after {
    content: none;
  }
  footer .footer__inner .l_addressbox {
    border: 1px solid #fff;
    width: 80%;
    max-width: 400px;
    margin: 10px auto;
    padding: 10px;
    position: relative;
  }
  footer .footer__inner .l_addressbox:after {
    content: "";
    border-top: 1px solid #ffffff;
    position: absolute;
    width: 26px;
    right: -13px;
    top: 50%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  footer .footer__inner .footer__btn a {
    font-size: 14px;
    padding: 10px;
    line-height: 1.5em;
  }
  footer .footer__copy {
    padding: 10px 0;
  }
  footer .footer__copy p {
    font-size: 12px;
  }
}
