body {
  font-family: "Rokkitt", serif;
  font-size: 14px;
  color: #35251F;
  background-color: #FFFADD;
}

.inner {
  margin-inline: 20px;
}
@media screen and (min-width: 560px) {
  .inner {
    margin-inline: 30px;
  }
}

.button {
  border-radius: 85px;
  background-color: #22668D;
  width: 307px;
  height: 46px;
  -webkit-box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  line-height: normal;
  padding: 9px 31px 7px 34px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1200px) {
  .button {
    width: 565px;
    font-size: 48px;
    padding: 15px 55px 12px 57px;
  }
}
.button:hover {
  background-color: #FFB838;
}

@media screen and (min-width: 560px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(36px);
          transform: translateY(36px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header {
  background-color: #8ECCDD;
  width: 100%;
  height: 50px;
  background-color: #8eccdd;
  width: 100%;
  height: 50px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
}

.drawer-icon {
  width: 26px;
  height: 18px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 21px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 21px;
}
.drawer-icon__bar {
  background-color: #fff;
  height: 3px;
  width: 26px;
  position: absolute;
  top: 13px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 22px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 31px;
}

.drawer-content {
  width: 100%;
  height: 100vh;
  background-color: #FFFADD;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  position: fixed;
  top: 50px;
  right: 0;
  z-index: 99;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.drawer-content__nav {
  text-align: center;
  padding-top: 125px;
}
.drawer-content__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.drawer-content__nav-item {
  font-size: 20px;
  color: #35251F;
}
@media screen and (min-width: 560px) {
  .drawer-content__nav-item {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-content__nav-item {
    font-size: 28px;
  }
}

.fv {
  padding-bottom: 46px;
}
@media screen and (min-width: 560px) {
  .fv {
    width: 550px;
    padding-bottom: 60px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 40px;
    padding-bottom: 100px;
    width: 750px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .fv {
    width: 1200px;
    padding-top: 0;
    padding-bottom: 180px;
    margin-inline: auto;
  }
}
.fv__inner {
  margin-inline: 0;
}
.fv__inner h1 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  line-height: normal;
  margin-left: -3px;
}
@media screen and (min-width: 560px) {
  .fv__inner h1 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__inner h1 {
    font-size: 48px;
    position: relative;
    margin-top: 100px;
    z-index: 10;
    width: 567px;
  }
}

@media screen and (min-width: 768px) {
  .fv__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__top {
    gap: 26px;
    margin-left: 19px;
  }
}

.title-mel {
  font-weight: 700;
  color: #C62A2A;
}

.title-sunnie {
  font-weight: 700;
  color: #22668D;
}

.fv__pic {
  margin-top: -33px;
  margin-left: 3px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fv__pic {
    margin-top: -13px;
    margin-left: 20px;
  }
}
.fv__pic img {
  width: 369.198px;
  height: 519.115px;
}
@media screen and (min-width: 560px) {
  .fv__pic img {
    width: 550px;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .fv__pic img {
    width: 400px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .fv__pic img {
    width: 600px;
    margin-top: 8px;
  }
}

.fv__bottom {
  width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 560px) {
  .fv__bottom {
    width: 550px;
  }
}
@media screen and (min-width: 768px) {
  .fv__bottom {
    margin-top: -419px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__bottom {
    width: 710px;
    margin-top: -640px;
  }
}

.fv__main-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  margin-left: 14px;
  margin-top: -145px;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 560px) {
  .fv__main-title {
    font-size: 52px;
    margin-top: -200px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__main-title {
    font-size: 128px;
    font-weight: 800;
    line-height: 125px;
  }
}

.fv-deco {
  position: relative;
  width: 375px;
}
.fv-deco1 {
  position: absolute;
  top: -149px;
  left: 9px;
}
@media screen and (min-width: 1200px) {
  .fv-deco1 {
    width: 50px;
    top: -392px;
    left: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-deco1 svg {
    width: 48px;
    height: 48px;
  }
}
.fv-deco2 {
  position: absolute;
  top: -136px;
  left: 42px;
}
@media screen and (min-width: 1200px) {
  .fv-deco2 {
    top: -333px;
    left: 119px;
  }
  .fv-deco2 svg {
    width: 73px;
    height: 73px;
  }
}
.fv-deco3 {
  position: absolute;
  top: -73px;
  left: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .fv-deco3 {
    top: -33px;
    left: 44px;
  }
}
.fv-deco3 svg {
  width: 16.467px;
  height: 21.467px;
}
@media screen and (min-width: 1200px) {
  .fv-deco3 svg {
    width: 33px;
    height: 33px;
  }
}
.fv-deco4 {
  position: absolute;
  top: -73px;
  left: 78px;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
@media screen and (min-width: 1200px) {
  .fv-deco4 {
    top: 5px;
    left: 28px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}
.fv-deco5 {
  position: absolute;
  top: -94px;
  left: 181px;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
.fv-deco6 {
  position: absolute;
  top: -65px;
  left: 209px;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}
@media screen and (min-width: 1200px) {
  .fv-deco6 {
    top: -151px;
    left: 389px;
  }
}
.fv-deco6 svg {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 1200px) {
  .fv-deco6 svg {
    width: 48px;
    height: 48px;
  }
}
.fv-deco7 {
  position: absolute;
  top: 4px;
  left: 28px;
}
@media screen and (min-width: 1200px) {
  .fv-deco7 {
    top: 104px;
    left: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-deco7 svg {
    width: 50px;
    height: 50px;
  }
}
.fv-deco8 {
  position: absolute;
  top: -13px;
  left: 78px;
}
@media screen and (min-width: 1200px) {
  .fv-deco8 {
    top: 120px;
    left: 129px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-deco8 svg {
    width: 100px;
    height: 100px;
  }
}
.fv-deco9 {
  position: absolute;
  top: -3px;
  left: 161px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 1200px) {
  .fv-deco9 {
    top: 136px;
    left: 359px;
  }
}
.fv-deco9 svg {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1200px) {
  .fv-deco9 svg {
    width: 55px;
    height: 55px;
  }
}
.fv-deco10 {
  position: absolute;
  top: 0px;
  left: 219px;
  -webkit-transform: rotate(-57deg);
          transform: rotate(-57deg);
}
@media screen and (min-width: 1200px) {
  .fv-deco10 {
    top: -8px;
    left: 495px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-deco10 svg {
    width: 48px;
    height: 48px;
  }
}
.fv-deco11 {
  position: absolute;
  top: -10px;
  left: 282px;
}
@media screen and (min-width: 1200px) {
  .fv-deco11 {
    top: 144px;
    left: 457px;
  }
}
.fv-deco11 svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 1200px) {
  .fv-deco11 svg {
    width: 38px;
    height: 38px;
  }
}
.fv-deco12 {
  position: absolute;
  top: -14px;
  left: 299px;
}
@media screen and (min-width: 1200px) {
  .fv-deco12 {
    top: 136px;
    left: 485px;
  }
}
@media screen and (min-width: 1200px) {
  .fv-deco12 svg {
    width: 56px;
    height: 56px;
  }
}

.fv__button {
  text-align: center;
  margin-top: 66px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .fv__button {
    margin-top: 50px;
    margin-left: -211px;
  }
}
@media screen and (min-width: 768px) {
  .fv__button {
    margin-top: 85px;
    margin-left: -438px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__button {
    margin-top: 47px;
    text-align: left;
    margin-left: 15px;
  }
}

.mel {
  background-color: #8ECCDD;
  padding-block: 28px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mel {
    padding-block: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .mel {
    padding-block: 82px;
    height: 742px;
  }
}
.mel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mel__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 95.0520833333%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mel__inner {
  height: 650px;
  border-radius: 15px;
  background-color: #fff;
  padding: 19px 21px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .mel__inner {
    width: 89.0909090909%;
    margin-inline: auto;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .mel__inner {
    width: 52.0833333333%;
    height: 540px;
    margin-inline: 0;
  }
}
@media screen and (min-width: 1200px) {
  .mel__inner {
    width: 646px;
    height: 584px;
    margin-inline: 0 -68px;
    border-radius: 25px;
    padding: 40px 65px 54px 66px;
  }
}
.mel__container h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #C62A2A;
}
@media screen and (min-width: 1200px) {
  .mel__container h2 {
    font-size: 64px;
  }
}
.mel__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .mel__contents {
    margin-top: 17px;
  }
}
.mel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 19px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1200px) {
  .mel__content {
    gap: 25px;
  }
}
.mel__content--label {
  min-width: 50px;
  height: 16px;
  background-color: #22668D;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-block: 1px;
}
@media screen and (min-width: 1200px) {
  .mel__content--label {
    font-size: 18px;
    width: 74px;
    height: 22px;
    padding-block: 2px;
  }
}
.mel__content--text {
  line-height: 17px;
}
@media screen and (min-width: 560px) {
  .mel__content--text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mel__content--text {
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1200px) {
  .mel__content--text {
    font-size: 18px;
    margin-top: -1px;
    line-height: 25px;
  }
}
.mel__content--histories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1200px) {
  .mel__content--histories {
    gap: 10px;
  }
}
.mel__content--history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
@media screen and (min-width: 1200px) {
  .mel__content--history {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 25px;
  }
}
.mel__content--date {
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .mel__content--date {
    width: 163px;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .mel__content--detail {
    width: 240px;
  }
}
.mel__pic {
  margin-left: 7px;
  margin-top: -171px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .mel__pic {
    margin-top: -34px;
  }
}
@media screen and (min-width: 1200px) {
  .mel__pic {
    margin-top: -205px;
    margin-left: -70px;
  }
}
.mel__pic img {
  width: 260px;
  height: 456px;
}
@media screen and (min-width: 560px) {
  .mel__pic img {
    width: 300px;
    height: 526px;
  }
}
@media screen and (min-width: 1200px) {
  .mel__pic img {
    width: 518px;
    height: 908px;
  }
}
.mel__text {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 60px;
  color: #fff;
  position: absolute;
  bottom: 176px;
  left: 55%;
  z-index: 20;
}
@media screen and (min-width: 560px) {
  .mel__text {
    font-size: 100px;
    bottom: 203px;
    left: 51%;
  }
}
@media screen and (min-width: 768px) {
  .mel__text {
    bottom: 23px;
    left: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .mel__text {
    left: 21%;
  }
}
.mel__text svg {
  width: 50px;
  height: 50px;
  margin-top: 3px;
}
@media screen and (min-width: 560px) {
  .mel__text svg {
    width: 80px;
    height: 80px;
    margin-top: 11px;
  }
}
.mel__text--fill {
  fill: #fff;
}
.mel__paw {
  position: absolute;
  bottom: 33px;
  right: 4%;
}
@media screen and (min-width: 560px) {
  .mel__paw {
    right: 8%;
  }
}
@media screen and (min-width: 768px) {
  .mel__paw {
    right: 17%;
    top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .mel__paw {
    right: 21%;
  }
}
.mel__paw svg {
  width: 135.358px;
  height: 112.545px;
}
@media screen and (min-width: 560px) {
  .mel__paw svg {
    width: 230px;
    height: 191px;
  }
}
@media screen and (min-width: 768px) {
  .mel__paw svg {
    width: 80px;
    height: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .mel__paw svg {
    width: 135.358px;
    height: 112.545px;
  }
}
.mel__bone {
  position: absolute;
  bottom: 114px;
  right: 11%;
}
@media screen and (min-width: 560px) {
  .mel__bone {
    bottom: 86px;
    right: 17%;
  }
}
.mel__bone svg {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 560px) {
  .mel__bone svg {
    width: 130px;
    height: 130px;
  }
}
.mel__bone--fill {
  fill: #fff;
}

.sunnie {
  background-color: #FFCC70;
  padding-top: 28px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .sunnie {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .sunnie {
    padding-block: 50px 80px;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie {
    padding-block: 82px 0;
  }
}
@media screen and (min-width: 768px) {
  .sunnie__wrapper {
    width: 95.0520833333%;
    margin-inline: auto;
    max-width: 1035px;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__wrapper {
    width: 1200px;
  }
}
.sunnie__inner {
  height: 490px;
  border-radius: 15px;
  background-color: #fff;
  padding: 19px 21px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .sunnie__inner {
    width: 89.0909090909%;
    margin-inline: auto;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sunnie__inner {
    width: 52.0833333333%;
    height: 540px;
    margin-inline: 60px 0;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__inner {
    width: 646px;
    height: 584px;
    margin-inline: 0 -68px;
    border-radius: 25px;
    padding: 40px 65px 54px 66px;
  }
}
.sunnie__container {
  position: relative;
}
.sunnie h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #22668D;
}
.sunnie__content--label {
  background-color: #FFB838;
}
.sunnie__paw {
  position: absolute;
  bottom: -123px;
  left: -27px;
}
@media screen and (min-width: 560px) {
  .sunnie__paw {
    bottom: -169px;
  }
}
@media screen and (min-width: 768px) {
  .sunnie__paw {
    left: 70%;
    top: -10px;
  }
}
@media screen and (min-width: 768px) {
  .sunnie__paw svg {
    width: 135.358px;
    height: 112.545px;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__paw svg {
    width: 135.358px;
    height: 112.545px;
  }
}
.sunnie__pic {
  margin-top: -130px;
  position: relative;
  z-index: 15;
  text-align: end;
}
@media screen and (min-width: 560px) {
  .sunnie__pic {
    margin-top: -290px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sunnie__pic {
    margin-top: -556px;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__pic {
    margin-top: -730px;
    margin-right: -39px;
  }
}
.sunnie__pic img {
  width: 333px;
  height: 472px;
}
@media screen and (min-width: 560px) {
  .sunnie__pic img {
    width: 420px;
    height: 595px;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__pic img {
    width: 700px;
    height: 991px;
  }
}
.sunnie__text {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 60px;
  color: #fff;
  position: absolute;
  bottom: 251px;
  left: 2px;
  z-index: 10;
}
@media screen and (min-width: 440px) {
  .sunnie__text {
    left: 40px;
  }
}
@media screen and (min-width: 560px) {
  .sunnie__text {
    font-size: 100px;
    bottom: 4px;
    left: 3%;
  }
}
@media screen and (min-width: 768px) {
  .sunnie__text {
    bottom: 0;
    left: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__text {
    left: 36%;
    bottom: 69px;
  }
}
.sunnie__text svg {
  width: 50px;
  height: 50px;
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .sunnie__text svg {
    width: 80px;
    height: 80px;
    margin-top: 10px;
  }
}
.sunnie__paws {
  position: absolute;
  bottom: 17px;
  left: 0;
}
@media screen and (min-width: 560px) {
  .sunnie__paws {
    bottom: 133px;
    left: 4%;
  }
}
@media screen and (min-width: 768px) {
  .sunnie__paws {
    bottom: 120px;
    left: 12%;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__paws {
    bottom: 58px;
    left: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .sunnie__content--history {
    width: 336px;
  }
}

.swiper {
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 560px) {
  .swiper {
    height: 180px;
  }
}
@media screen and (min-width: 768px) {
  .swiper {
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper {
    height: 300px;
  }
}

.swiper-slide img {
  width: 150px;
  border-radius: 20px;
}
@media screen and (min-width: 560px) {
  .swiper-slide img {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-slide img {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-slide img {
    width: 300px;
  }
}

.ig {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .ig {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .ig {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.ig__container h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ig__container h2 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .ig__container h2 {
    font-size: 64px;
    margin-bottom: 120px;
  }
}
.ig__button {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .ig__button {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .ig__button {
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .ig__button a {
    font-size: 40px;
  }
}

.ig__iframe {
  width: 335px;
  margin-inline: auto;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 560px) {
  .ig__iframe {
    width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .ig__iframe {
    width: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .ig__iframe {
    width: 900px;
  }
}

iframe {
  max-width: 375px !important;
}
@media screen and (min-width: 560px) {
  iframe {
    max-width: 520px !important;
  }
}
@media screen and (min-width: 768px) {
  iframe {
    max-width: 700px !important;
  }
}
@media screen and (min-width: 1200px) {
  iframe {
    max-width: 900px !important;
  }
}

.footer {
  background-color: #8ECCDD;
  height: 55px;
  text-align: center;
  padding-block: 22px 21px;
  color: #fff;
}
.footer__inner {
  margin-inline: 0;
}
.footer small {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}
@media screen and (min-width: 768px) {
  .footer small {
    font-size: 12px;
  }
}