.text-sm,
body {
  font-family: 'hiragino kaku gothic pro w3', 'hiragino kaku gothic w3', 'メイリオ', 'ＭＳ Ｐゴシック', system-ui;
  font-size: 14px;
  line-height: 22px;
}
.text-md {
  font-size: 17px;
  line-height: 26px;
}
.text-lg {
  font-size: 21px;
  line-height: 32px;
}
.lead-sm,
.policy .policy__lead,
.top .top__title--head,
.top .top__title--sub {
  font-size: 14px;
  line-height: 22px;
}
.lead-md {
  font-size: 17px;
  line-height: 26px;
}
.lead-lg,
.top .top__title,
.time {
  font-size: 21px;
  line-height: 32px;
}
.btn {
  border-radius: 0;
}
.btn-xs {
  font-size: 13px;
  color: #000;
  background: #fff;
  border: 1px #000 solid;
  padding: 5px 10px 5px 10px;
}
.btn-sm {
  font-size: 14px;
  color: #000;
  background: #fff;
  border: 2px #000 solid;
}
.btn-sm:after {
  font-family: FontAwesome;
  margin-left: 20px;
  content: "\f054";
}
.btn-sm.is--red {
  color: #b82507;
  border: #b82507;
}
.btn-md {
  font-size: 20px;
  color: #000;
  background: #fff;
  border: 3px #000 solid;
}
.btn-md:after {
  font-family: FontAwesome;
  margin-left: 20px;
  content: "\f054";
}
.btn-lg {
  font-size: 23px;
  color: #000;
  background: #fff;
  border: 3px #000 solid;
}
.btn-lg:after {
  font-family: FontAwesome;
  margin-left: 20px;
  content: "\f054";
}
.btn-red-border {
  font-size: 23px;
  border: 1px #b82507 solid;
}
.btn-red-border:after {
  font-family: FontAwesome;
  margin-left: 20px;
  content: "\f054";
}
.btn-red {
  font-size: 17px;
  color: #fff;
  background: #b82507;
}
.btn-red:after {
  font-family: FontAwesome;
  margin-left: 20px;
  content: "\f054";
}
.txt {
  font-size: 17px;
  color: #5a5a5a;
  line-height: 37px;
}
.txt.txt--black {
  color: #000;
}
.txt.has--bottomspace {
  margin-bottom: 44px;
}
.txt--emphasize {
  font-size: 23px;
  color: #b82507;
  line-height: 37px;
}
.fullscreen-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 101;
}
.fullscreen-modal .modal-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
}
.fullscreen-modal .modal-bg .modal-container {
  position: relative;
  width: 30%;
  background-color: #fff;
  min-width: 386px;
}
.fullscreen-modal .modal-bg .modal-container::before {
  content: '';
  display: block;
  padding-top: 150%;
}
.fullscreen-modal .modal-bg .modal-container .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
}
.fullscreen-modal .modal-bg .modal-container .modal-content .close {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #333;
  position: absolute;
  right: -20px;
  top: -20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 1;
}
a {
  cursor: pointer;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.store-banner {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: absolute;
}
.appstore {
  bottom: 30px;
  left: 20px;
}
.appstore img {
  width: 165px;
  height: 40px;
}
.googleplay {
  bottom: 20px;
  right: 38px;
}
.googleplay img {
  width: 165px;
  height: 60px;
}
.banner-teaser {
  width: 50%;
  background-color: #fff;
  position: absolute;
  left: 325px;
  top: 30px;
}
.banner-teaser img.teaser {
  width: 100%;
}
.banner-teaser img.teaser-banner-logo {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 20px;
  width: 40%;
}
.banner-teaser .appstore {
  left: 300px;
}
.banner-teaser .googleplay {
  right: 22px;
}
.logo2 {
  position: absolute;
  bottom: 25px;
  left: 120px;
  z-index: 1;
}
.banner-mobileapp {
  position: absolute;
  bottom: 30px;
  right: 0px;
  z-index: 1;
  width: 385px;
  height: 399px;
  background-image: url("../img/banner-mobileapp.png");
  background-size: cover;
}
.banner-mobileapp .store-banner {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: absolute;
}
.banner-mobileapp .appstore {
  bottom: 30px;
  left: 20px;
}
.banner-mobileapp .appstore img {
  width: 165px;
  height: 40px;
}
.banner-mobileapp .googleplay {
  bottom: 20px;
  right: 38px;
}
.banner-mobileapp .googleplay img {
  width: 165px;
  height: 60px;
}
.news {
  font-size: 12px;
  color: #b82507;
  border: 1px #b82507 solid;
  color: #b82507;
  padding: 2px;
}
.link {
  font-size: 15px;
  color: #000;
}
.link .active {
  colore: #b82507;
}
.underline-white {
  padding-bottom: 10px;
  border-bottom: 2px #fff solid;
}
.underline-red {
  padding-bottom: 10px;
  border-bottom: 2px #b82507 solid;
}
.time {
  margin-top: 65px;
  margin-bottom: 30px;
  color: #3c3c3c;
}
.box {
  margin-left: auto;
  margin-right: auto;
}
body {
  color: #444;
}
a {
  text-decoration: nones;
  color: #444;
}
a:hover {
  color: #444;
  text-decoration: none;
}
.container-flex {
  display: flex;
}
.container-flex.is--center {
  justify-content: center;
}
.hidden {
  display: none;
}
#noie {
  height: 100px;
  background-color: #f1c40f;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 200;
  text-align: center;
}
#noie p {
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.6em;
}
.indicators {
  background: #f8f2e1;
  height: 43px;
  position: relative;
}
.indicators .carousel-indicators {
  bottom: 0;
}
.indicators .carousel-indicators li {
  background: #dcc373;
  border: 1px #dcc373 solid;
}
.indicators .carousel-indicators .active {
  background: #b82507;
  border: 1px #b82507 solid;
}
.notification {
  margin-top: 15px;
  text-align: center;
}
.notification p {
  border-bottom: 2px #f9f5e7 solid;
  padding-bottom: 10px;
}
.notification a {
  color: #2980b9;
  border-bottom: 1px solid #2980b9;
}
