@charset "UTF-8";
/* Scss Document */
/* CSS Document */
img, source {
  width: 100%;
  height: auto;
}

/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
/*------------------------------基本設定------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 769px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #333;
}

img, source {
  width: 100%;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  max-width: 1280px;
}

main {
  flex: 1;
  width: 100vw;
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

picture {
  display: block;
}

.font-en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

/*------------------------------カラー設定------------------------------*/
.red {
  color: #E42019;
}

.blue {
  color: #004099;
}

.yellow {
  color: #FEF400;
}

.saison {
  background: #FFFCBC;
  padding: 4rem 2rem 5rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .saison {
    padding: 8rem 20rem 8rem;
  }
}
.saison .saison-ttl {
  position: relative;
  color: #E42019;
  text-align: center;
  font-weight: bold;
  line-height: 0.9;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl {
    line-height: 1;
  }
}
.saison .saison-ttl::before, .saison .saison-ttl::after {
  content: "";
  background: url(../img/saison/saison_bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3.8rem;
  height: 6.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl::before, .saison .saison-ttl::after {
    width: 5.8rem;
    height: 9.6rem;
  }
}
.saison .saison-ttl::before {
  left: 0rem;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl::before {
    left: 19rem;
  }
}
.saison .saison-ttl::after {
  right: 0rem;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl::after {
    right: 19rem;
  }
}
.saison .saison-ttl .font-en {
  font-size: 6rem;
  font-weight: 600;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl .font-en {
    font-size: 9rem;
  }
}
.saison .saison-ttl .jp {
  font-size: 1.6rem;
}
@media only screen and (min-width: 769px) {
  .saison .saison-ttl .jp {
    font-size: 2.4rem;
  }
}
.saison .saison-content {
  background: #fff;
  width: 100%;
  padding: 7.2rem 0rem 4.6rem;
  position: relative;
  margin-top: 6rem;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content {
    padding: 12.2rem 0rem 5rem;
    margin-top: 10.2rem;
  }
}
.saison .saison-content .saison-content-ttl {
  display: block;
  background: linear-gradient(135deg, #F0463F, #A10600);
  width: 28.5rem;
  height: 7.2rem;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: skewX(-15deg) translate(-50%, -50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .saison-content-ttl {
    width: 58.5rem;
    height: 13.2rem;
    font-size: 3rem;
  }
  .saison .saison-content .saison-content-ttl .font-en {
    font-size: 4.5rem;
    font-weight: 600;
  }
}
.saison .saison-content .saison-bnr {
  width: 31rem;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .saison-bnr {
    width: 72rem;
  }
}
.saison .saison-content .btn-wrap {
  text-align: center;
  margin-top: 1rem;
}
.saison .saison-content .btn-wrap .sub {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
}
.saison .saison-content .btn-wrap .sub .red {
  font-weight: bold;
}
.saison .saison-content .btn-wrap .sub::before, .saison .saison-content .btn-wrap .sub::after {
  content: "";
  display: block;
  background: #333;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
}
.saison .saison-content .btn-wrap .sub::before {
  left: 6.5rem;
  transform: rotate(-30deg) translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .sub::before {
    left: 24rem;
  }
}
.saison .saison-content .btn-wrap .sub::after {
  right: 6.5rem;
  transform: rotate(30deg) translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .sub::after {
    right: 24rem;
  }
}
.saison .saison-content .btn-wrap .campaign-btn {
  display: block;
  background: #333;
  width: 31rem;
  height: 7.3rem;
  border-radius: 9999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  margin-top: 1rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  position: relative;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .campaign-btn {
    margin: 1rem auto 0rem;
    width: 42.2rem;
    height: 7rem;
    box-shadow: 0 0.6rem 0.7rem rgba(0, 0, 0, 0.15);
  }
}
.saison .saison-content .btn-wrap .campaign-btn::before {
  content: "";
  background: url(../img/top/icon_arrow_2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .campaign-btn::before {
    right: 3rem;
  }
}
.saison .saison-content .btn-wrap .campaign-btn p {
  font-size: 1.6rem;
}
.saison .saison-content .btn-wrap .campaign-btn p .font-en {
  font-size: 1.8rem;
}
.saison .saison-content .btn-wrap .btn-datail {
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 1.5rem;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .saison .saison-content .btn-wrap .btn-datail {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}
.saison .saison-content .btn-wrap .btn-datail::before {
  content: "";
  background: url(../img/top/icon_arrow_1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
}/*# sourceMappingURL=saison.css.map */