@media screen and (max-width: 950px) {
  .sp_flex {
    display: flex !important;
  }
}
@media screen and (min-width: 951px) {
  .sp_flex {
    display: none !important;
  }
}

@media screen and (max-width: 950px) {
  .pc_flex {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .pc_flex {
    display: flex !important;
  }
}

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

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

.orange {
  color: #D94217 !important;
}

.red {
  color: #C24438 !important;
}

.brown {
  color: #C48600 !important;
}

.bg-orange {
  background: #D94217 !important;
  color: #fff !important;
}
.bg-orange * {
  color: #fff !important;
}

.bg-red {
  background: #C24438 !important;
  color: #fff !important;
}
.bg-red * {
  color: #fff !important;
}

.bg-brown {
  background: #C48600 !important;
  color: #fff !important;
}
.bg-brown * {
  color: #fff !important;
}

body a {
  text-decoration: unset;
  cursor: pointer;
}
body ul, body li {
  list-style: none;
}
body table {
  display: table;
}
body input[type=text], body select, body textarea {
  display: block;
  width: 100%;
}
body select {
  cursor: pointer;
}
body .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
body img {
  display: block;
}
body section {
  box-sizing: border-box;
}
body .btn {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  height: 120px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D94217;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}
body .btn:before {
  transition: all 0.4s ease;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #D94217 url(../img/arrow-cta.svg) no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
}
body .btn span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-left: 4px;
}
body .btn:hover {
  opacity: 1;
  background: #C43210;
  color: #fff;
}
body .btn:hover * {
  opacity: 1;
}
body .btn:hover:before {
  background: #fff url(../img/arrow-cta__hover.svg) no-repeat;
  background-position: center;
}
body .btn:hover span {
  color: #fff;
}
body .btn.shadow {
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.2));
}
body .btn.small {
  max-width: 380px;
  height: 70px;
  border-radius: 35px;
  font-size: 20px;
}
body .btn.small:before {
  width: 34px;
  height: 34px;
  right: 20px;
  background-size: 8px 12px !important;
}
body .btn.small span {
  font-size: 20px;
}
body .btn.large {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  height: 120px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D94217;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.2));
}
body .btn.large:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #D94217 url(../img/arrow-cta.svg) no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
}
body .btn.large span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  display: block;
  margin-left: 4px;
}
body .btn.large:hover {
  background: #D94217;
  color: #fff;
}
body .btn.large:hover:before {
  background: #fff url(../img/arrow-cta__hover.svg) no-repeat;
  background-position: center;
}
body .btn.large:hover span {
  color: #fff;
}
body .btn.bg-orange {
  border: 2px solid #D94217;
}
body .btn.bg-orange:before {
  background: #fff url(../img/arrow-cta__hover.svg) no-repeat;
  background-position: center;
}
body .btn.bg-orange:hover {
  background: #fff !important;
  color: #D94217 !important;
}
body .btn.bg-orange:hover:before {
  background: #D94217 url(../img/arrow-cta.svg) no-repeat;
  background-position: center;
}
body .btn.bg-orange:hover span {
  color: #fff !important;
}
body .btn.bg-red {
  border: 2px solid #C24438;
}
body .btn.bg-red:before {
  background: #fff url(../img/arrow-cta__red.svg) no-repeat;
  background-position: center;
}
body .btn.bg-red:hover {
  background: #fff !important;
  color: #C24438 !important;
}
body .btn.bg-red:hover:before {
  background: #C24438 url(../img/arrow-cta.svg) no-repeat;
  background-position: center;
}
body .btn.bg-red:hover span {
  color: #fff !important;
}
body .btn.bg-brown {
  border: 2px solid #C48600;
}
body .btn.bg-brown:before {
  background: #fff url(../img/arrow-cta_brown.svg) no-repeat;
  background-position: center;
}
body .btn.bg-brown:hover {
  background: #fff !important;
  color: #C48600 !important;
}
body .btn.bg-brown:hover:before {
  background: #C48600 url(../img/arrow-cta.svg) no-repeat;
  background-position: center;
}
body .btn.bg-brown:hover span {
  color: #fff !important;
}
@media screen and (max-width: 950px) {
  body .btn {
    max-width: 89.4736842105vw;
    height: 21.0526315789vw;
    border-radius: 10.5263157895vw;
    font-size: 5.2631578947vw;
  }
  body .btn:before {
    width: 8.9473684211vw;
    height: 8.9473684211vw;
    right: 5.2631578947vw;
    background-size: 2.6315789474vw 3.6842105263vw;
  }
  body .btn span {
    font-size: 3.6842105263vw;
    margin-left: 1.3157894737vw;
  }
  body .btn:hover {
    opacity: 1;
    background: #C43210;
    color: #fff;
  }
  body .btn:hover * {
    opacity: 1;
  }
  body .btn:hover:before {
    background: #fff url(../img/arrow-cta__hover.svg) no-repeat;
    background-position: center;
  }
  body .btn:hover span {
    color: #fff;
  }
  body .btn.small {
    max-width: 100vw;
    height: 18.4210526316vw;
    border-radius: 9.2105263158vw;
    font-size: 5.2631578947vw;
  }
  body .btn.small:before {
    width: 8.9473684211vw;
    height: 8.9473684211vw;
    right: 5.2631578947vw;
    background-size: 2.1052631579vw 3.1578947368vw !important;
  }
  body .btn.small span {
    font-size: 5.2631578947vw;
  }
  body .btn.large {
    max-width: 184.2105263158vw;
    margin: 0 auto;
    background: #fff;
    height: 31.5789473684vw;
    border-radius: 15.7894736842vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D94217;
    font-size: 9.4736842105vw;
    font-weight: bold;
    line-height: 1;
    position: relative;
    filter: drop-shadow(2.6315789474vw 2.6315789474vw 5.2631578947vw rgba(0, 0, 0, 0.2));
  }
  body .btn.large:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 15.2631578947vw;
    height: 15.2631578947vw;
    border-radius: 50%;
    background: #D94217 url(../img/arrow-cta.svg) no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7.8947368421vw;
  }
  body .btn.large span {
    font-size: 6.3157894737vw;
    font-weight: bold;
    line-height: 1;
    display: block;
    margin-left: 1.0526315789vw;
  }
  body .btn.large:hover {
    background: #D94217;
    color: #fff;
  }
  body .btn.large:hover:before {
    background: #fff url(../img/arrow-cta__hover.svg) no-repeat;
    background-position: center;
  }
  body .btn.large:hover span {
    color: #fff;
  }
  body .btn.bg-orange {
    border: 0.5263157895vw solid #D94217;
  }
  body .btn.bg-orange:before {
    background: #fff url(../img/arrow-cta__hover.svg) no-repeat;
    background-position: center;
  }
  body .btn.bg-orange:hover {
    background: #fff !important;
    color: #D94217 !important;
  }
  body .btn.bg-orange:hover:before {
    background: #D94217 url(../img/arrow-cta.svg) no-repeat;
    background-position: center;
  }
  body .btn.bg-orange:hover span {
    color: #fff !important;
  }
  body .btn.bg-red {
    border: 0.5263157895vw solid #C24438;
  }
  body .btn.bg-red:before {
    background: #fff url(../img/arrow-cta__red.svg) no-repeat;
    background-position: center;
  }
  body .btn.bg-red:hover {
    background: #fff !important;
    color: #C24438 !important;
  }
  body .btn.bg-red:hover:before {
    background: #C24438 url(../img/arrow-cta.svg) no-repeat;
    background-position: center;
  }
  body .btn.bg-red:hover span {
    color: #fff !important;
  }
  body .btn.bg-brown {
    border: 0.5263157895vw solid #C48600;
  }
  body .btn.bg-brown:before {
    background: #fff url(../img/arrow-cta_brown.svg) no-repeat;
    background-position: center;
  }
  body .btn.bg-brown:hover {
    background: #fff !important;
    color: #C48600 !important;
  }
  body .btn.bg-brown:hover:before {
    background: #C48600 url(../img/arrow-cta.svg) no-repeat;
    background-position: center;
  }
  body .btn.bg-brown:hover span {
    color: #fff !important;
  }
}
body h2 img {
  margin: 0 auto;
}
body .sections .sections-inner {
  position: relative;
  margin: 0 auto;
}
body .sections.cta {
  background: #D94217;
}
body .sections.cta .sections-inner {
  padding: 60px 0 70px;
  max-width: 700px;
}
body .sections.cta .sections-inner * {
  text-align: center;
}
body .sections.cta .sections-inner .catch {
  color: #fff;
  position: relative;
  font-size: 24px;
  background: url(../img/cta_catch.svg) no-repeat;
  width: 500px;
  height: 45.03px;
  margin: 0 auto 19px;
  font-weight: bold;
}
body .sections.cta .sections-inner .date {
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
body .sections.cta .sections-inner .date * {
  color: #fff;
}
body .sections.cta .sections-inner .date .square {
  width: 70px;
  height: 70px;
  background: #C43210;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
  border-radius: 5px;
}
body .sections.cta .sections-inner .date .limit span {
  line-height: 1;
  font-weight: bold;
}
body .sections.cta .sections-inner .date .limit span.large {
  font-size: 56px;
}
body .sections.cta .sections-inner .date .limit span.middle {
  font-size: 32px;
}
body .sections.cta .sections-inner .date .limit span.middle + .large {
  margin-left: 5px;
}
body .sections.cta .sections-inner .date .limit span.middle + .normal {
  margin-left: 2px;
}
body .sections.cta .sections-inner .date .limit span.normal {
  font-size: 24px;
}
body .sections.cta .sections-inner .deco {
  position: absolute;
}
@keyframes blink-slow {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
@keyframes blink-fast {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
body .sections.cta .sections-inner .deco.deco-1 {
  top: 67px;
  left: -50px;
  animation: blink-slow 2s 1s infinite ease-in-out;
}
body .sections.cta .sections-inner .deco.deco-2 {
  top: 60px;
  right: -40px;
  animation: blink-fast 2s infinite ease-in-out;
}
@media screen and (max-width: 950px) {
  body .sections.cta .sections-inner {
    padding: 21.0526315789vw 5.2631578947vw;
    max-width: 100%;
  }
  body .sections.cta .sections-inner .catch {
    background: url(../img/cta_catch@sp.svg) no-repeat;
    background-size: contain;
    width: 84.7526315789vw;
    height: 22.6078947368vw;
    margin: 0 auto 3.4210526316vw;
    font-size: 6.3157894737vw;
  }
  body .sections.cta .sections-inner .date {
    flex-direction: column;
    gap: 3.6842105263vw;
  }
  body .sections.cta .sections-inner .date .square {
    width: 58.9473684211vw;
    height: 10vw;
    font-size: 5.2631578947vw;
    border-radius: 5vw;
  }
  body .sections.cta .sections-inner .date .limit span.large {
    font-size: 10.5263157895vw;
  }
  body .sections.cta .sections-inner .date .limit span.middle {
    font-size: 6.3157894737vw;
  }
  body .sections.cta .sections-inner .date .limit span.middle + .large {
    margin-left: 1.0526315789vw;
  }
  body .sections.cta .sections-inner .date .limit span.middle + .normal {
    margin-left: 0;
  }
  body .sections.cta .sections-inner .date .limit span.normal {
    font-size: 5.2631578947vw;
  }
  body .sections.cta .sections-inner .date .limit span.normal + .normal {
    margin-left: 1.0526315789vw;
  }
  body .sections.cta .sections-inner .deco.deco-1 {
    top: 47.3684210526vw;
    left: 7.1052631579vw;
    width: 10.5263157895vw;
    height: 10.1842105263vw;
  }
  body .sections.cta .sections-inner .deco.deco-2 {
    top: 46.5789473684vw;
    right: 7.1052631579vw;
    width: 10.5263157895vw;
    height: 11.1447368421vw;
  }
}/*# sourceMappingURL=style.css.map */