@charset "UTF-8";

/* ==========================================================
 TOP STYLES
========================================================== */
img {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #contents {
    width: 80%;
    max-width: 1080px;
    position: relative;
  }

  body {
  }
}

---------------------------------------------------------- */

@media screen and (min-width: 769px) {}

@media screen and (min-width: 1024px) {}

/* @media screen and (max-width: 768px) {
} */

/* SP */
@media screen and (max-width: 768px) {}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap li {
  margin: 0 0 2.5em 0;
}

.btn-wrap li:last-child {
  margin: 0;
}

@media screen and (max-width: 480px) {
  .btn-wrap {
    margin: 20px 0;
  }

  .btn-wrap {
    margin-top: -340px;
  }
}

a.btn-c {
  width: 100%;
  max-width: 440px;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  position: relative;
  padding: 1.5rem 3.5rem 1.5rem 3.5rem;
  color: #fff;
  background: #E90111;
  -webkit-box-shadow: 0 8px 0 #BF0310;
  box-shadow: 0 8px 0 #BF0310;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 8px);
  transform: translate(0, 8px);
  color: #fff;
  background: #E90111;
  -webkit-box-shadow: 0 0px 0 #BF0310;
  box-shadow: 0 0px 0 #BF0310;
}

@media screen and (max-width: 780px) {
  a.btn-c {
    max-width: 350px;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0.5rem 1.5rem 0.5rem;
    text-align: center;
  }
}

.icon {
  font-weight: 900;
  color: #ffffff;
  font-size: 24px;
  padding: 0 16px 0 0;
  }

  @media screen and (max-width: 768px) {
    .icon {
      padding: 0 0 8px 0;
  }
}



/*
---------------------------------------------------------- */
@media screen and (max-width: 768px) {}

