@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

@media screen and (max-width: 840px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #282828;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2.4285714286;
}
body.is_fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  body {
    min-width: inherit;
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 840px) {
  body {
    font-size: 2vw;
    line-height: 1.8666666667;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-style: normal;
  letter-spacing: 0.1em;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  a:hover {
    opacity: 0.7;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

main {
  display: block;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

a {
  color: #282828;
  text-decoration: none;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

body {
  background: #fff;
}

.pc {
  display: block;
}
@media screen and (max-width: 840px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 840px) {
  .sp {
    display: block !important;
  }
}

span.pc {
  display: inline !important;
}
@media screen and (max-width: 840px) {
  span.pc {
    display: none !important;
  }
}

@media screen and (max-width: 840px) {
  span.sp {
    display: inline !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.tac,
.tac * {
  text-align: center;
}

.marcellus {
  font-family: "Marcellus", sans-serif;
}

.korolev {
  font-family: "korolev", sans-serif;
}

.mincho {
  font-family: "Zen Old Mincho", serif;
}

.hiragino {
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W3", "Yu Mincho", "YuMincho", "MS PMincho", serif;
}

.wrap {
  max-width: 80rem;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .wrap {
    width: 89.3333333333vw;
  }
}

.flex {
  display: flex;
}

.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 14.625rem;
  height: 4.5rem;
  padding: 0 1.4375rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1280px) {
  .btn a {
    width: 18.28125vw;
    height: 5.625vw;
    padding: 0 1.796875vw;
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 840px) {
  .btn a {
    align-items: center;
    width: 89.3333333333vw;
    height: 21.3333333333vw;
    padding: 0;
    color: #fff;
    background: linear-gradient(to right, #464646 0%, #282828 100%);
    border-radius: 2.6666666667vw;
  }
}
.btn a span {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
}
@media screen and (max-width: 1280px) {
  .btn a span {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 840px) {
  .btn a span {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
.btn a .korolev {
  font-size: 0.75rem;
  line-height: 1.8333333333;
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  .btn a .korolev {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 840px) {
  .btn a .korolev {
    margin-top: -0.1946666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
  }
}
.btn a img {
  position: absolute;
  top: 50%;
  right: 1.625rem;
  width: 0.70875rem;
  transform: translateY(-50%);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1280px) {
  .btn a img {
    right: 2.03125vw;
    width: 0.8859375vw;
  }
}
@media screen and (max-width: 840px) {
  .btn a img {
    right: 9.0666666667vw;
    width: 3.0226666667vw;
    filter: brightness(0) invert(1);
  }
}
.btn a:hover {
  color: #fff;
  background: linear-gradient(to right, #464646 0%, #282828 100%);
  opacity: 1;
}
.btn a:hover img {
  filter: brightness(0) invert(1);
}

footer {
  padding: 1.25rem;
  background: url(../img/common/bg_footer.png) center center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  footer {
    padding: 1.5625vw;
  }
}
@media screen and (max-width: 840px) {
  footer {
    padding: 8.2666666667vw;
    background: url(../img/common/bg_footer_sp.png) center center;
    background-size: cover;
  }
}
footer .copy {
  font-size: 0.625rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  footer .copy {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 840px) {
  footer .copy {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}