@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  max-width: 100%;
  height: auto;
}
.main {
  background-color: #fdfdfd;
}
body {
  color: #575757; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif, 'PT Serif', serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  max-width: 100vw;
  min-width: 20px;
  box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*header*/
.none {
  display: none;
}
.section-header {
  position: relative;
}
.section-header a {
  text-decoration: none;
  z-index: 10000;
}
.section-header ul li {
  font-size: 0.94vw;
  z-index: 10000;
  margin-top: -0.31vw;
}
.section-header span {
  font-size: 0.833333333vw;
  ;
}
.section-header nav ul {
  position: absolute;
  top: 2.08vw;
  right: 19.53vw;
  display: flex;
  max-width: 1920px;
}
.section-header nav ul li {
  color: #fff;
  text-decoration: none;
  font-size: 1.25vw;
  padding: 0px 40px 0px 0px;
}
.section-header nav ul li span {
  font-size: 0.833333333vw;
  font-weight: 400;
  display: block;
  text-align: right;
  padding: 15px 0px 0px 0px;
}
.section-header nav ul li a {
  font-weight: 500;
  line-height: 10px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  display: block;
}
@media (max-width: 767px) {
  .section-header nav ul {
    position: absolute;
    display: block;
    ;
  }
  .section-header nav ul a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 0px 40px 0px 0px;
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .section-header nav ul li a span {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 10px 0px 0px 0px;
    justify-content: space-around;
    text-align: center;
  }
  .section-header ul li {
    display: none;
  }
}
.header-logo img {
  width: 145px;
  height: 45px;
  position: relative;
  z-index: 10000;
  left: -34%;
  margin: 2% 0%;
}
/*nav*/
@media screen and (max-width: 767px) and (min-width:20px) {
  #nav-drawer {
    padding: 10px 24px 0px 0px;
    text-align: right;
    position: relative;
    display: block;
  }
  #nav-open {
    width: 30px;
    height: 30px;
    background-image: url("../images/menu@3x.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    top: 23px;
    right: 24px;
    position: fixed;
	  background-color: rgba(0, 0, 0, .1);
  }
  #nav-close {
    width: 20px;
    height: 20px;
    background-image: url("../images/checkout@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 23px;
    right: 182px;
    z-index: 1100;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 80%;
    background-image: url(../images/drawer@2x.png);
    background-size: 55vw 30vh;
    background-repeat: no-repeat;
    height: 100vh;
    opacity: 0.8;
    padding: 15px 0px 0px 24px;
    transform: translateX(-105%);
  }
  #nav-content li {
    text-decoration: none;
    display: block;
    padding-top: 35px;
  }
  #nav-content li span {
    text-decoration: none;
    display: flex;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ .section-header h1 {
    display: none;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
  .header-logo img {
    display: none;
  }
}
/*border copy*/
.border {
  display: flex;
  align-items: center;
  padding: 0px 100px;
}
.border:before, .border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #575757;
}
.border:before {
  margin-right: 3.5rem;
}
.border:after {
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .border {
    width: 375px;
    display: flex;
    align-items: center;
    padding: 0px 24px;
  }
  .border:before, .border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #575757;
  }
  .border:before {
    margin-right: 2.0rem;
  }
  .border:after {
    margin-left: 2.0rem;
  }
}
/*nav*/
.header__navigation {
  display: none;
}
.header__navigation {
  display: none;
}
/*footer****/
.section-footer {
  width: 100%;
  height: auto;
  background-color: #575757;
  position: relative;
  margin: 0px;
  padding: 0px;
}
.footer-content_wrapper {
  max-width: 100%;
  margin: 0 0 0 18.65vw;
  text-align: left;
}
.footer a {
  text-decoration: none;
}
.section-footer ul li {
  font-size: 24px;
}
.section-footer nav ul {
  padding: 0.52vw 0 1.04vw 0;
}
.section-footer nav ul li {
  color: #fff;
  text-decoration: none;
  font-size: 1.25vw;
  padding: 0.52vw 0 0 0;
  bottom: 50px;
}
.section-footer nav ul li span {
  font-size: 16px;
  font-weight: 400;
}
.section-footer nav ul li a {
  font-weight: 500;
  line-height: 50px;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
}
.footer__copyright {
  font-size: 1.4rem;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .section-footer {
    min-width: 20px;
    height: 300px;
    background-color: #575757;
    position: relative;
  }
  .footer a {
    text-decoration: none;
  }
  .section-footer ul li {
    font-size: 18px;
  }
  .section-footer nav ul {
    position: absolute;
    top: 142px;
    left: 24px;
  }
  .section-footer nav ul li {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    bottom: 50px;
  }
  .section-footer nav ul li a {
    font-weight: 500;
    line-height: 35px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
  }
}
.R2 img {
  width: 10.16vw;
  height: 2.08vw;
  margin: 0 0 1.04vw 45vw;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .R2 img {
    width: 41.6vw;
    height: auto;
    display: block;
    margin: 0px 0px 0px 52.27vw;
    padding: 183px 0px 0px 0;
  }
}
.footer__copyright {
  font-size: 1.4rem;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100vw	;
  text-align: center;
  color: #fff;
}
.nav-wrapper {
  position: fixed;
  max-width: 1920px;
}
.footer__copyright {
  font-size: 1.4rem;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.nav-wrapper {
  position: fixed;
  max-width: 1920px;
}
#page-top a img {
  width: 60px;
  height: 60px;
  bottom: 0;
  margin: 2% 2%;
  right: 0px;
  position: fixed;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  #page-top a img {
    width: 30px;
    height: 30px;
    bottom: 0;
    margin: 12% 4%;
    position: fixed;
    box-sizing: border-box;
  }
  .footer__copyright {
    font-size: 1.0rem;
   padding: 0 2.67vw 0 58.57vw;;
    bottom: 2.67vw;
    width: 100%;
    color: #fff;
  }
}