@charset "UTF-8";
/* 共通カラー */
/* ブレイクポイント */
/* メディアクエリ */
.section--keyvisual {
  background: #f6f7f7;
  margin-top: 60px;
}
@media screen and (min-width: 760px) {
  .section--keyvisual {
    margin-top: 0;
  }
}
.section--create {
  padding: 40px 0;
}
@media screen and (min-width: 760px) {
  .section--create {
    padding: 60px 0;
  }
}
.section--support {
  padding: 40px 0 0 0;
  background: #f6f7f7;
}
@media screen and (min-width: 760px) {
  .section--support {
    padding: 60px 0 0 0;
  }
}
.section--action {
  background-image: url(../img/top/action_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 40px 0;
}
@media screen and (min-width: 760px) {
  .section--action {
    padding: 60px 0;
  }
}

.keyvisual {
  display: flex;
  height: 500px;
}
@media screen and (min-width: 520px) {
  .keyvisual {
    height: 640px;
  }
}
@media screen and (min-width: 760px) {
  .keyvisual {
    height: 780px;
  }
}
.keyvisual__message {
  display: none;
}
@media screen and (min-width: 760px) {
  .keyvisual__message {
    width: 260px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .keyvisual__message {
    width: 320px;
  }
}
@media screen and (min-width: 1100px) {
  .keyvisual__message {
    width: 400px;
  }
}
.keyvisual__scroll {
  position: absolute;
  right: 24px;
  bottom: 50px;
  -webkit-animation: move-y 0.5s infinite alternate ease-in-out;
          animation: move-y 0.5s infinite alternate ease-in-out;
}
@-webkit-keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}
.keyvisual__title {
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .keyvisual__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .keyvisual__title {
    font-size: 3rem;
  }
}
.keyvisual__logo {
  position: absolute;
  left: 20px;
  top: 20px;
  padding-right: 20px;
}

.keyvisual-swiper {
  width: 92%;
  margin-right: 0 !important;
  position: absolute !important;
  bottom: 10px;
  right: 0;
}
@media screen and (min-width: 520px) {
  .keyvisual-swiper {
    bottom: 30px;
  }
}
.keyvisual-swiper .swiper-wrapper {
  padding-top: 85px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.keyvisual-swiper .swiper-slide__link {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  padding: 20px;
  height: 110px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 520px) {
  .keyvisual-swiper .swiper-slide__link {
    height: 130px;
  }
}
.keyvisual-swiper .swiper-slide__link::before, .keyvisual-swiper .swiper-slide__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
  pointer-events: none;
}
.keyvisual-swiper .swiper-slide__link:hover::before, .keyvisual-swiper .swiper-slide__link:hover::after {
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.keyvisual-swiper .swiper-slide__link:hover::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.keyvisual-swiper .swiper-slide__link::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.keyvisual-swiper .swiper-slide__link--white {
  background: rgba(255, 255, 255, 0.85);
}
.keyvisual-swiper .swiper-slide__link--white:hover {
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.85);
}
.keyvisual-swiper .swiper-slide__link--red {
  background: rgba(234, 51, 40, 0.85);
}
.keyvisual-swiper .swiper-slide__link--red:hover {
  box-shadow: 0 0 20px rgba(234, 51, 40, 0.85);
}
.keyvisual-swiper .swiper-slide__link--pink {
  background: rgba(195, 28, 125, 0.85);
}
.keyvisual-swiper .swiper-slide__link--pink:hover {
  box-shadow: 0 0 20px rgba(195, 28, 125, 0.85);
}
.keyvisual-swiper .swiper-slide__link--yellow {
  background: rgba(255, 187, 11, 0.85);
}
.keyvisual-swiper .swiper-slide__link--yellow:hover {
  box-shadow: 0 0 20px rgba(255, 187, 11, 0.85);
}
.keyvisual-swiper .swiper-slide__link--blue {
  background: rgba(114, 188, 230, 0.85);
}
.keyvisual-swiper .swiper-slide__link--blue:hover {
  box-shadow: 0 0 20px rgba(114, 188, 230, 0.85);
}
.keyvisual-swiper .swiper-slide__link--green {
  background: rgba(137, 189, 112, 0.85);
}
.keyvisual-swiper .swiper-slide__link--green:hover {
  box-shadow: 0 0 20px rgba(137, 189, 112, 0.85);
}
.keyvisual-swiper .swiper-slide__group--black a, .keyvisual-swiper .swiper-slide__group--black p, .keyvisual-swiper .swiper-slide__group--black span {
  color: #000;
}
.keyvisual-swiper .swiper-slide__group--white a, .keyvisual-swiper .swiper-slide__group--white p, .keyvisual-swiper .swiper-slide__group--white span {
  color: #fff;
}
.keyvisual-swiper .swiper-slide__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .keyvisual-swiper .swiper-slide__title {
    font-size: 2.2rem;
  }
}
.keyvisual-swiper .swiper-slide__subtitle {
  font-weight: bold;
}
.keyvisual-swiper .swiper-slide__induction {
  display: inline-block;
  width: 100%;
  line-height: 1;
  text-align: right;
  position: relative;
  padding-right: 20px;
}
.keyvisual-swiper .swiper-slide__induction::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 7px;
}
.keyvisual-swiper .swiper-slide__induction--black {
  color: #000;
}
.keyvisual-swiper .swiper-slide__induction--black::after {
  background-image: url(../img/module/arrow_black_icon.svg);
}
.keyvisual-swiper .swiper-slide__induction--white {
  color: #fff;
}
.keyvisual-swiper .swiper-slide__induction--white::after {
  background-image: url(../img/module/arrow_white_icon.svg);
}
.keyvisual-swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: 0;
  top: 0;
}
.keyvisual-swiper .swiper-button-next::after {
  content: "";
  background-image: url(../img/top/swiper_next_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}
.keyvisual-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  margin-top: 0;
  top: 0;
  left: auto !important;
  right: 70px !important;
}
.keyvisual-swiper .swiper-button-prev::after {
  content: "";
  background-image: url(../img/top/swiper_prev_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
}
.keyvisual-swiper__title {
  position: absolute;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  top: 40px;
  left: 10px;
}
@media screen and (min-width: 960px) {
  .keyvisual-swiper__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  .keyvisual-swiper__title {
    top: 30px;
  }
}

.container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.container--backimg {
  background-image: url(../img/top/keyvisual_img.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 760px) {
  .container {
    width: calc(100% - 260px);
  }
}
@media screen and (min-width: 960px) {
  .container {
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1100px) {
  .container {
    width: calc(100% - 400px);
  }
}
.container::before {
  content: "";
}
@media screen and (max-width: 760px) {
  .container::before {
    background-image: url(../img/top/container_logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 76px;
    position: absolute;
    right: 0;
    top: 150px;
    z-index: 1;
  }
}
@media screen and (max-width: 520px) {
  .container::before {
    top: 100px;
  }
}
.container__movie {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container__title {
  position: absolute;
  left: -22px;
  top: -7px;
}
.container__title--animation {
  opacity: 0;
  -webkit-animation: sample2 forwards 1s normal 3s;
          animation: sample2 forwards 1s normal 3s;
}
.container__title img {
  height: 300px;
}
@media screen and (min-width: 520px) {
  .container__title img {
    height: 400px;
  }
}
@media screen and (min-width: 760px) {
  .container__title img {
    height: auto;
  }
}
@-webkit-keyframes sample2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sample2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.create {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .create__inner {
    display: flex;
    align-items: flex-end;
  }
}
.create__box {
  padding-top: 20px;
}
@media screen and (min-width: 760px) {
  .create__box {
    padding-top: 30px;
  }
}
.create__message {
  color: #c31c7d;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 760px) {
  .create__message {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .create__message {
    font-size: 2.4rem;
  }
}
.create__message span {
  color: #c31c7d;
}
.create__message--temporary {
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  .create__message--temporary {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .create__message--temporary {
    font-size: 2.2rem;
  }
}
.create__description {
  padding-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 760px) {
  .create__description {
    padding-top: 30px;
  }
}
.create__contents {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .create__contents {
    width: 480px;
  }
}
@media screen and (min-width: 960px) {
  .create__contents {
    width: 650px;
  }
}
@media screen and (min-width: 1100px) {
  .create__contents {
    width: 720px;
  }
}
.create__img {
  padding-top: 30px;
  padding-bottom: 30px;
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .create__img {
    padding-top: 60px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .create__img {
    padding-left: 0;
  }
}
.create__btn {
  text-align: center;
  padding-top: 10px;
}
@media screen and (min-width: 760px) {
  .create__btn {
    text-align: right;
  }
}
.create__btn a {
  position: relative;
  display: inline-block;
  background-color: #c31c7d;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 16px 100px 16px 20px;
  border: 1px solid #c31c7d;
}
@media screen and (min-width: 960px) {
  .create__btn a {
    font-size: 2rem;
  }
}
.create__btn a:hover {
  color: #c31c7d;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 760px) {
  .create__btn a {
    padding: 20px 100px 20px 20px;
  }
}
.create__btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/module/arrow_white_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  transition: 0.3s;
}
.create__btn a:hover::after {
  right: 10px;
  background-image: url(../img/module/arrow_pink_icon.svg);
}

.protect {
  position: relative;
  z-index: 1;
  display: block;
}
@media screen and (min-width: 760px) {
  .protect {
    display: flex;
  }
}
.protect__inner {
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 760px) {
  .protect__inner {
    width: 75%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 3%;
    padding-left: 60px;
  }
}
@media screen and (min-width: 960px) {
  .protect__inner {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .protect__inner {
    padding-right: calc((100% - 1100px) / 2);
  }
}
.protect__title {
  font-size: 5rem;
  line-height: 0.7;
  font-feature-settings: "palt";
}
@media screen and (min-width: 520px) {
  .protect__title {
    font-size: 7rem;
  }
}
@media screen and (min-width: 960px) {
  .protect__title {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1100px) {
  .protect__title {
    font-size: 11rem;
  }
}
.protect__title span {
  color: #72bce6;
}
.protect__title small {
  font-size: 3rem;
  padding-left: 16px;
}
@media screen and (min-width: 960px) {
  .protect__title small {
    font-size: 4rem;
  }
}
@media screen and (min-width: 760px) {
  .protect__title small {
    padding-left: 30px;
  }
}
.protect__box {
  padding-top: 20px;
}
@media screen and (min-width: 760px) {
  .protect__box {
    padding-top: 30px;
  }
}
.protect__message {
  color: #72bce6;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 760px) {
  .protect__message {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .protect__message {
    font-size: 2.4rem;
  }
}
.protect__message--temporary {
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  .protect__message--temporary {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .protect__message--temporary {
    font-size: 2.2rem;
  }
}
.protect__description {
  padding-top: 20px;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .protect__description {
    padding-top: 30px;
  }
}
.protect__img {
  width: 100%;
}
@media screen and (min-width: 760px) {
  .protect__img {
    width: 25%;
  }
}
.protect__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 520px) {
  .protect__img img {
    height: 300px;
  }
}
@media screen and (min-width: 760px) {
  .protect__img img {
    width: 100%;
    height: 100%;
    max-height: 850px;
  }
}
.protect__btn {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 960px) {
  .protect__btn {
    text-align: left;
  }
}
.protect__btn a {
  position: relative;
  display: inline-block;
  background-color: #72bce6;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 16px 60px 16px 20px;
  border: 1px solid #72bce6;
}
@media screen and (min-width: 960px) {
  .protect__btn a {
    font-size: 2rem;
  }
}
.protect__btn a:hover {
  color: #72bce6;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 760px) {
  .protect__btn a {
    padding: 20px 100px 20px 20px;
  }
}
.protect__btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/module/arrow_white_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  transition: 0.3s;
}
.protect__btn a:hover::after {
  right: 10px;
  background-image: url(../img/module/arrow_blue_icon.svg);
}

.support__inner {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 760px) {
  .support__inner {
    padding-bottom: 60px;
  }
}
.support__info {
  flex: 1;
  padding-top: 30px;
}
@media screen and (min-width: 760px) {
  .support__info {
    padding-top: 0;
  }
}
.support__title {
  font-size: 5rem;
  line-height: 0.7;
  font-feature-settings: "palt";
}
@media screen and (min-width: 520px) {
  .support__title {
    font-size: 7rem;
  }
}
@media screen and (min-width: 960px) {
  .support__title {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1100px) {
  .support__title {
    font-size: 11rem;
  }
}
.support__title span {
  color: #ffbb0b;
}
.support__title small {
  font-size: 3rem;
}
@media screen and (min-width: 960px) {
  .support__title small {
    font-size: 4rem;
  }
}
.support__btn {
  text-align: center;
  padding-top: 30px;
}
@media screen and (min-width: 760px) {
  .support__btn {
    text-align: right;
    padding-top: 10px;
  }
}
.support__btn a {
  position: relative;
  display: inline-block;
  background-color: #ffbb0b;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 16px 100px 16px 20px;
  border: 1px solid #ffbb0b;
}
@media screen and (min-width: 960px) {
  .support__btn a {
    font-size: 2rem;
  }
}
.support__btn a:hover {
  color: #ffbb0b;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 760px) {
  .support__btn a {
    padding: 20px 100px 20px 20px;
  }
}
.support__btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/module/arrow_white_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  transition: 0.3s;
}
.support__btn a:hover::after {
  right: 10px;
  background-image: url(../img/module/arrow_yellow_icon.svg);
}
.support__message {
  color: #ffbb0b;
  font-weight: bold;
  padding-top: 20px;
  font-size: 1.8rem;
}
@media screen and (min-width: 760px) {
  .support__message {
    font-size: 2rem;
    padding-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .support__message {
    font-size: 2.4rem;
  }
}
.support__message--temporary {
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  .support__message--temporary {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .support__message--temporary {
    font-size: 2.2rem;
  }
}
.support__description {
  line-height: 2;
}
@media screen and (min-width: 760px) {
  .support__description {
    flex: 1;
    padding-right: 10px;
  }
}
.support__description br {
  display: none;
}
@media screen and (min-width: 830px) {
  .support__description br {
    display: block;
  }
}
.support__img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.support__img img {
  width: 50%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 760px) {
  .support__img img {
    width: 25%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.support__box {
  padding-top: 20px;
}
@media screen and (min-width: 760px) {
  .support__box {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.action {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}
.action__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.action__title {
  font-size: 5rem;
  line-height: 0.8;
  padding-bottom: 30px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 520px) {
  .action__title {
    font-size: 7rem;
  }
}
@media screen and (min-width: 960px) {
  .action__title {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1100px) {
  .action__title {
    font-size: 11rem;
  }
}
.action__title span {
  color: #84b76c;
}
.action__title small {
  font-size: 3rem;
}
@media screen and (min-width: 960px) {
  .action__title small {
    font-size: 4rem;
  }
}
@media screen and (min-width: 760px) {
  .action__title small {
    padding-left: 30px;
    padding-right: 10px;
  }
}
.action__btn {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media screen and (min-width: 760px) {
  .action__btn {
    text-align: right;
    padding-top: 0;
  }
}
.action__btn a {
  position: relative;
  display: inline-block;
  background-color: #84b76c;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 16px 100px 16px 20px;
  border: 1px solid #84b76c;
}
@media screen and (min-width: 960px) {
  .action__btn a {
    font-size: 2rem;
  }
}
.action__btn a:hover {
  color: #84b76c;
  background: #fff;
  transition: 0.3s;
}
@media screen and (min-width: 760px) {
  .action__btn a {
    padding: 20px 100px 20px 20px;
  }
}
.action__btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/module/arrow_white_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  transition: 0.3s;
}
.action__btn a:hover::after {
  right: 10px;
  background-image: url(../img/module/arrow_green_icon.svg);
}

.action-container {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .action-container {
    padding: 30px;
  }
}
.action-container__title {
  color: #84b76c;
  font-size: 1.8rem;
}
@media screen and (min-width: 760px) {
  .action-container__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .action-container__title {
    font-size: 2.4rem;
  }
}
.action-container__title--temporary {
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  .action-container__title--temporary {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .action-container__title--temporary {
    font-size: 2.2rem;
  }
}
.action-container__description {
  line-height: 2;
  padding-top: 24px;
}

.title__sub {
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .title__sub {
    font-size: 2.4rem;
  }
}
.title__main {
  font-size: 5rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 520px) {
  .title__main {
    font-size: 7rem;
  }
}
@media screen and (min-width: 960px) {
  .title__main {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1100px) {
  .title__main {
    font-size: 11rem;
  }
}
.title__main--temporary {
  font-size: 5rem;
}
@media screen and (min-width: 520px) {
  .title__main--temporary {
    font-size: 7rem;
  }
}
@media screen and (min-width: 960px) {
  .title__main--temporary {
    font-size: 9rem;
  }
}
.title__gift--pink {
  color: #c31c7d;
}
.title__gift--blue {
  color: #72bce6;
}
.title__gift--yellow {
  color: #ffbb0b;
}
.title__gift--green {
  color: #84b76c;
}
.title__tag {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .title__tag {
    font-size: 4rem;
  }
}
.title__tag--pink {
  color: #c31c7d;
}
.title__tag--blue {
  color: #72bce6;
}
.title__tag--yellow {
  color: #ffbb0b;
}
.title__tag--green {
  color: #84b76c;
}
.title__tag--temporary {
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .title__tag--temporary {
    font-size: 3rem;
  }
}