@charset "UTF-8";
html {
  font-size: 62.5%;
  max-width: 100%;
  box-sizing: border-box;
}
.main {
  background-color: #fdfdfd;
  display: block;
}
body {
  color: #383845;
  font-family: "游ゴシック体", "游ゴシック体 ボールド", "Yu Gothic", 游ゴシック体 ボールド, 游ゴシック, YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  min-width: 20px;
  box-sizing: border-box;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.h1 {
  font-family: "游ゴシック体 ボールド", 游ゴシック体 ボールド;
}
.h2 {
  font-family: "游ゴシック体 ボールド", 游ゴシック体 ボールド;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*header*/
.none {
  display: none;
}
.section-header {
  position: relative;
  z-index: 11000;
}
.section-header a {
  text-decoration: none;
}
.section-header ul li {
  font-size: 24px;
}
.section-header span {
  font-size: 16px;
}
.section-header nav ul {
  position: absolute;
  top: 7%;
  right: 9%;
  display: flex;
}
.section-header nav ul li {
  color: #fff;
  text-decoration: none;
  font-size: 1.25vw;
  padding: 1.04vw 1.41vw 0vw 0vw;
  font-family: '游ゴシック体 ミディアム';
  font-weight: 600;
}

.section-header nav ul li {
  color: #fff;
  text-decoration: none;
  font-size: 1.25vw;
  padding: 1.04vw 1.41vw 0vw 0vw;
  font-family: '游ゴシック体 ミディアム';
  font-weight: 600;
}

.section-header nav ul li span {
  font-size: 0.83333333vw;
  display: block;
  text-align: right;
  padding: 15px 0px 0px 0px;
  font-weight: 500;
}
.section-header nav ul li a {
  font-family: "游ゴシック体 ボールド", 游ゴシック体 ボールド;
  line-height: 0.52083333vw;
  vertical-align: middle;
  text-decoration: none;
  color: #383845;
  display: block;
}
	_:lang(x) + _:-webkit-full-screen-document,.section-header nav ul li a {
  font-family: "游ゴシック体 ボールド", 游ゴシック体 ボールド;
  line-height: 0.52083333vw;
  vertical-align: middle;
  text-decoration: none;
  color: #383845;
  display: block;
		
		
}
_:lang(x) + _:-webkit-full-screen-document,.section-header nav ul li a {
  font-family: "游ゴシック体 ボールド", 游ゴシック体 ボールド;
  line-height: 0.52083333vw;
  vertical-align: middle;
  text-decoration: none;
  color: #383845;
  display: block;
}

@media screen and (max-width: 767px) and (min-width:20px) {
  .section-header nav ul {
    position: absolute;
    top: 48px;
    right: -31px;
    display: block;
    ;
  }
  .section-header nav ul a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 0px 40px 0px 0px;
    font-family: '游ゴシック体 ミディアム';
    display: flex;
    justify-content: space-around;
    text-align: center;
  }
  .section-header nav ul li a {
    font-family: "游ゴシック体 ボールド", 游ゴシック体 ボールド;
    line-height: 0.52083333vw;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    display: block;
  }
  .section-header nav ul li a span {
    color: #fff;
    text-decoration: none;
    font-size: 1.3rem;
    padding: 19px 0px 0px 0px;
    justify-content: space-around;
    text-align: center;
  }
  .section-header ul li {
    display: none;
  }
}
/*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 {
    right: 6.4vw;
    width: 9.33vw;
    height: 6.67vw;
    background-image: url(../images/common/hamburger@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    top: 2.67vw;
    position: absolute;
  }
  #nav-close {
    width: 20px;
    height: 20px;
    background-image: url("../images/common/checkout@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 6vw;
    right: 26vw;
    z-index: 1100;
  }
  #nav-content {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    width: 80%;
    background-image: url("../images/common/drawer@2x.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 167vh;
    opacity: 1.2;
    padding: 15px 0px 10px 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%);
  }
}
/*border copy*/
.border {
  display: flex;
  align-items: center;
  padding: 0vw 10.42vw;
}
.border-bottom {
  border-bottom: 1px solid #0d6c87;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.6vw;
  max-width: 79.17vw;
}
.border:before, .border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #0d6c87;
}
.border:before {
  margin-right: 3.5rem;
}
.border:after {
  margin-left: 3.5rem;
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .border {
    display: none;
  }
  .border-bottom {
    /*コレ*/ border-bottom: 1px solid #0d6c87;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 2.6vw;
    max-width: 79.17vw;
  }
}
/*nav*/
.header__navigation {
  display: none;
}
/*footer****/
.section-footer {
  min-height: 300px;
  background-color: #0d6c87;
  position: relative;
  margin: 0px;
  padding: 0px;
  display: none;
}
.footer-content_wrapper {
  max-width: 1040px;
  margin: 0% 0% 0% 14.5%;
  text-align: left;
  padding-top: 3.28%;
}
.footer a {
  text-decoration: none;
}
.section-footer ul li {
  font-size: 1.46vw;
}
.section-footer nav ul {
  top: 100px;
  left: 100px;
}
.section-footer nav ul li {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-family: '游ゴシック体 ミディアム';
  bottom: 50px;
}
.section-footer nav ul li span {
  font-size: 16px;
  font-weight: 400;
}
.section-footer nav ul li a {
  font-weight: 600;
  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;
  font-family: '游ゴシック体 ミディアム';
}
@media screen and (max-width: 767px) and (min-width:20px) {
  .section-footer {
    min-width: 20px;
    height: 300px;
    background-color: #0d6c87;
    position: relative;
  }
  .footer a {
    text-decoration: none;
  }
  .section-footer ul li {
    font-size: 4.8vw;
  }
  .section-footer nav ul {
    position: absolute;
    top: 142px;
    left: 24px;
  }
  .section-footer nav ul li {
    color: #fff;
    text-decoration: none;
    font-size: 4.8vw;
    padding: 0px 0px 0px 0px;
    font-family: '游ゴシック体 ミディアム';
    bottom: 50px;
  }
  .section-footer nav ul li a {
    font-weight: 600;
    line-height: 35px;
    vertical-align: middle;
    text-decoration: none;
    color: #FFF;
    font-family: '游ゴシック体 ボールド';
  }
}
.footer__copyright {
  font-size: 0.68vw;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-family: '游ゴシック体 ミディアム';
}
.nav-wrapper {
  position: fixed;
  max-width: 1900px;
  overflow: auto;
}
#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: 0vw 0vw 1.9vw 86.9vw;
    left: 0px;
    position: fixed;
    box-sizing: border-box;
    overflow: auto;
  }
}