.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 22px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  border: 2px solid #4a3636;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 0px 0px #4a3636;
          box-shadow: 0px 4px 0px 0px #4a3636;
}
.button:hover {
  background: #ffee56;
}
@media screen and (min-width: 1200px) {
  .button {
    padding: 10px 38px 9px;
    font-size: 20px;
  }
}
.button-modal {
  padding: 4px 22px 6px;
  font-size: 14px;
}
.button-prizes {
  padding: 5px 22px 6px;
}
@media screen and (min-width: 1200px) {
  .button-prizes {
    padding: 9px 39.7px 11px;
  }
}
.button-contact {
  padding: 5px 22px 6px;
}
@media screen and (min-width: 1200px) {
  .button-contact {
    padding: 5px 38px 6px;
    font-size: 16px;
  }
}
.button-small {
  padding: 2px 22px 4px;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .button-small {
    padding: 4px 22px 6px;
    font-size: 16px;
  }
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (min-width: 1200px) {
  .heading {
    padding: 0px 20px;
    gap: 8px;
  }
}

.heading_icon {
  width: 37.333px;
}
@media screen and (min-width: 1200px) {
  .heading_icon {
    width: 48px;
  }
}

.heading_en {
  text-align: center;
  font-family: "Courgette", cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .heading_en {
    font-size: 20px;
  }
}

.heading_ja {
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .heading_ja {
    padding-bottom: 16px;
  }
}
.heading_ja span {
  font-family: "Kiwi Maru", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .heading_ja span {
    font-size: 32px;
  }
}
.heading_ja::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #ffee56;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .heading_ja::before {
    height: 8px;
  }
}

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

@media screen and (max-width: 1199px) {
  .hidden-sp {
    display: none;
  }
}

.no-scroll {
  overflow: hidden;
}

.pagetop {
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  bottom: 109.71px;
}
.pagetop img {
  width: 78px;
}
@media screen and (min-width: 1200px) {
  .pagetop img {
    width: 104px;
  }
}
@media screen and (min-width: 1200px) {
  .pagetop {
    position: fixed;
    z-index: 500;
    right: 38px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    bottom: 44px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .pagetop.is-show {
    opacity: 1;
    visibility: visible;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4a3636;
  background-color: #ffffff;
}

.header {
  background-color: #ffffff;
  width: 100%;
  height: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.header_inner {
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .header_inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.header_logo {
  margin-top: 2px;
}
@media screen and (min-width: 1200px) {
  .header_logo {
    margin-top: -5px;
  }
}
.header_logo img {
  width: 210px;
}
@media screen and (min-width: 1200px) {
  .header_logo img {
    width: 183px;
  }
}

.header_nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1200px) {
  .header_link {
    font-size: 12px;
    font-weight: 400;
    margin-top: -4px;
  }
  .header_link:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #67b0c7;
  }
}

.header_link-button {
  margin-top: -2px;
  margin-left: 4px;
}

.header_open {
  margin-top: 5.4px;
  margin-left: 40px;
}
@media screen and (min-width: 1200px) {
  .header_open {
    display: none;
  }
}

.drawer-icon {
  position: relative;
  width: 32px;
  height: 27.2px;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(1) {
  width: 100%;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(3) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon_bar:nth-of-type(4) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.drawer-icon_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background: #4a3636;
  -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;
}
.drawer-icon_bar:nth-of-type(1) {
  width: 80%;
  top: 0;
}
.drawer-icon_bar:nth-of-type(2) {
  width: 15%;
  top: 0;
  left: 85%;
}
.drawer-icon_bar:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.drawer-icon_bar:nth-of-type(4) {
  bottom: 0;
}

.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
  width: 100%;
  height: 707px;
  padding: 82px 114px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-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;
}
@media screen and (min-width: 1200px) {
  .drawer-content {
    display: none;
  }
}
.drawer-content.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 64px;
}

.drawer-content_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 39.5px;
}

.fv {
  margin-top: 64px;
  background-color: #e9f6f8;
  padding-bottom: 156px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .fv {
    padding-bottom: 97px;
  }
}

.fv-bg {
  display: block;
  width: 100%;
  height: 554px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.fv-bg img {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .fv-bg {
    height: 740px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}

.fv_inner {
  max-width: 375px;
  height: 554px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .fv_inner {
    max-width: 848px;
    height: 740px;
  }
}

.fv_description {
  margin-top: 17px;
  font-size: 14px;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  text-shadow: 0px 0px 30px #ffffff;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .fv_description {
    margin-top: 35px;
    font-size: 24px;
  }
}

.fv_lead {
  margin-top: 20px;
  width: 334px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .fv_lead {
    margin-top: 24px;
    width: 520px;
  }
}

.fv_images {
  width: 100%;
  height: 100%;
  position: relative;
}

.fv_images-sp {
  width: 200px;
  max-width: 100%;
  position: absolute;
  top: 113px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .fv_images-sp {
    width: 250px;
    top: 33px;
  }
}

.fv_images-sp-img {
  width: 100%;
}

.fv_images-sp-content {
  background: #ffffff;
  width: calc(100% - 40px);
  border-radius: 12.8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 123.6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .fv_images-sp-content {
    width: calc(100% - 49px);
    top: 33px;
    border-radius: 16px;
    top: 152.5px;
  }
}

.fv_imgs-sp-content-heading {
  background: linear-gradient(265deg, #ac3790 -3.52%, #d65a5c 44.94%, #f4c06d 92.38%);
  padding: 6.6px 9.6px;
  color: #ffffff;
  text-align: center;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .fv_imgs-sp-content-heading {
    padding: 7.4px 12px;
    font-size: 16px;
  }
}

.fv_imgs-sp-content-body {
  margin-top: 12.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.8px;
  padding-bottom: 19.2px;
}
@media screen and (min-width: 1200px) {
  .fv_imgs-sp-content-body {
    margin-top: 16px;
    gap: 16px;
    padding-bottom: 23.2px;
  }
}

.fv_imgs-sp-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.2px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .fv_imgs-sp-content-text {
    gap: 4px;
  }
}

.fv_imgs-sp-content-text1 {
  position: relative;
  padding-bottom: 3.2px;
  color: #4a3636;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .fv_imgs-sp-content-text1 {
    padding-bottom: 4.2px;
    font-size: 14px;
  }
}
.fv_imgs-sp-content-text1::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 2.4px;
  background: #ce2073;
  margin-left: auto;
  margin-right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .fv_imgs-sp-content-text1::before {
    width: 56px;
    height: 4px;
  }
}

.fv_imgs-sp-content-text2 {
  color: #4a3636;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 1200px) {
  .fv_imgs-sp-content-text2 {
    font-size: 16px;
  }
}

.fv_imgs-sp-content-button {
  margin-top: -1px;
}
@media screen and (min-width: 1200px) {
  .fv_imgs-sp-content-button {
    margin-top: 1px;
  }
}

.fv_images-fukidashi {
  width: 142px;
  max-width: 100%;
  position: absolute;
  top: 19px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .fv_images-fukidashi {
    width: 244px;
    top: 0;
    left: 17px;
  }
}
.fv_images-fukidashi img {
  width: 100%;
}

.fv_images-present {
  width: 110px;
  max-width: 100%;
  position: absolute;
  top: 11px;
  right: 25px;
}
@media screen and (min-width: 1200px) {
  .fv_images-present {
    width: 180px;
    top: 17px;
    right: 107px;
  }
}
.fv_images-present img {
  width: 100%;
}

.fv_images-food {
  width: 90px;
  max-width: 100%;
  position: absolute;
  bottom: -156px;
  left: 0;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .fv_images-food {
    width: 212px;
    bottom: -96px;
    left: -20px;
  }
}
.fv_images-food img {
  width: 100%;
}

.fv_images-cats {
  position: absolute;
  bottom: -156px;
  right: 0;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .fv_images-cats {
    bottom: -139px;
    right: -20px;
  }
}

.fv_images-cats-content {
  position: relative;
  width: 107px;
  height: 127px;
}
@media screen and (min-width: 1200px) {
  .fv_images-cats-content {
    width: 233px;
    height: 294px;
  }
}

.fv_images-cats-1 {
  width: 62px;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .fv_images-cats-1 {
    width: 170px;
    left: 0;
  }
}

.fv_images-cats-2 {
  width: 98px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .fv_images-cats-2 {
    width: 233px;
  }
}

.about {
  background-color: #e9f6f8;
  padding-top: 32px;
  padding-bottom: 309.67px;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .about {
    padding-top: 80px;
    padding-bottom: 458px;
  }
}

.about_inner {
  max-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .about_inner {
    max-width: 896px;
  }
}

.about_bg-left-photo1 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about_bg-left-photo1 {
    display: block;
    width: 250px;
    position: absolute;
    top: -18px;
    left: -330px;
  }
}

.about_bg-left-photo2 {
  width: 200px;
  position: absolute;
  top: 395px;
  left: -140px;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  .about_bg-left-photo2 {
    width: 480px;
    top: 76px;
    left: -646px;
  }
}

.about_bg-left-photo3 {
  width: 138px;
  position: absolute;
  top: 709px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .about_bg-left-photo3 {
    width: 427px;
    top: 322px;
    left: -412px;
  }
}

.about_bg-right-photo1 {
  width: 54px;
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (min-width: 1200px) {
  .about_bg-right-photo1 {
    width: 100px;
    top: -79px;
    right: -143px;
  }
}

.about_bg-right-photo2 {
  width: 200px;
  position: absolute;
  top: 273px;
  right: -140px;
  z-index: 30;
}
@media screen and (min-width: 1200px) {
  .about_bg-right-photo2 {
    width: 480px;
    top: 74px;
    right: -592px;
  }
}

.about_bg-right-photo3 {
  display: none;
}
@media screen and (min-width: 1200px) {
  .about_bg-right-photo3 {
    position: absolute;
    display: block;
    width: 873.922px;
  }
}

.about_bg-right-photo4 {
  width: 48px;
  position: absolute;
  top: 720px;
  right: 21px;
}
@media screen and (min-width: 1200px) {
  .about_bg-right-photo4 {
    width: 101px;
  }
}

.about_bg-right-photo5 {
  width: 133px;
  position: absolute;
  top: 761.67px;
  right: 57px;
}
@media screen and (min-width: 1200px) {
  .about_bg-right-photo5 {
    top: 757.67px;
    right: -233px;
    width: 308px;
  }
}

.about_content {
  background: #ffffff;
  width: 100%;
  padding: 40px 12px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1200px) {
  .about_content {
    padding: 40px 114px;
    border-radius: 40px;
    gap: 32px;
  }
}

.about_content-img-left {
  width: calc(100% - 248px);
  min-width: 70px;
  position: absolute;
  top: 32.5px;
  left: 33.5px;
}
@media screen and (min-width: 1200px) {
  .about_content-img-left {
    max-width: 148px;
    top: 40.5px;
    left: 89.5px;
  }
}

.about_content-img-right {
  width: calc(100% - 248px);
  min-width: 70px;
  position: absolute;
  top: 30px;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .about_content-img-right {
    max-width: 148px;
    top: 46.5px;
    right: 87.5px;
  }
}

.about_content-title-sub {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .about_content-title-sub {
    font-size: 16px;
  }
}
.about_content-title-sub span {
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (min-width: 1200px) {
  .about_content-title-sub span {
    margin-left: 0;
    margin-right: 0;
  }
}

.about_content-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .about_content-text {
    font-size: 16px;
    gap: 27px;
  }
}
.about_content-text p:nth-of-type(1) {
  line-height: 1.56;
}
@media screen and (min-width: 1200px) {
  .about_content-text p:nth-of-type(1) {
    line-height: 1.63;
  }
}
.about_content-text p:nth-of-type(2) {
  margin-top: 1px;
}
@media screen and (min-width: 1200px) {
  .about_content-text p:nth-of-type(2) {
    margin-top: -1px;
  }
}
.about_content-text p:nth-of-type(3) {
  margin-top: 1px;
}
@media screen and (min-width: 1200px) {
  .about_content-text p:nth-of-type(3) {
    margin-top: 0;
  }
}
.about_content-text p:nth-of-type(4) a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.about_content-text p:nth-of-type(4) a:hover {
  color: #67b0c7;
}

.about_content-text-strong {
  text-align: center;
  font-weight: 700;
  border-bottom: 2px dashed #9ed0e0;
  padding-top: 8px;
  padding-bottom: 6px;
}
@media screen and (min-width: 1200px) {
  .about_content-text-strong {
    font-size: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
  }
}

.about_content-arrow {
  position: absolute;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media screen and (min-width: 1200px) {
  .about_content-arrow {
    bottom: -50px;
  }
}
.about_content-arrow img {
  width: 100px;
}
@media screen and (min-width: 1200px) {
  .about_content-arrow img {
    width: 140px;
  }
}

.about_bottom {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 32.8px;
}
@media screen and (min-width: 1200px) {
  .about_bottom {
    bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .about_bottom-img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    z-index: 0;
  }
}
.about_bottom-img img {
  width: 355px;
}
@media screen and (min-width: 1200px) {
  .about_bottom-img img {
    width: 891px;
  }
}

@media screen and (min-width: 1200px) {
  .about_bottom-autoscroll {
    position: relative;
    margin-top: 88px;
    z-index: 1;
  }
}

.about_bottom-autoscroll-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.about_bottom-autoscroll-img {
  width: 100px;
  height: 100px;
}
@media screen and (min-width: 1200px) {
  .about_bottom-autoscroll-img {
    width: 200px;
    height: 200px;
  }
}
.about_bottom-autoscroll-img img {
  width: 100px;
}
@media screen and (min-width: 1200px) {
  .about_bottom-autoscroll-img img {
    width: 200px;
  }
}

.step {
  background-color: #e9f6f8;
  padding-top: 32px;
  padding-bottom: 37.67px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .step {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.step_inner {
  max-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .step_inner {
    max-width: 1024px;
    padding-left: 0;
    padding-right: 0;
  }
}

.step_bg-left-photo1 {
  width: 149px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .step_bg-left-photo1 {
    width: 460px;
    top: -60px;
    left: -208px;
  }
}

.step_bg-left-photo2 {
  width: 55px;
  max-width: 100%;
  position: absolute;
  top: 549.55px;
  left: 20px;
}
@media screen and (min-width: 1200px) {
  .step_bg-left-photo2 {
    width: 100px;
    top: 580px;
    left: -208px;
  }
}

.step_bg-right-photo1 {
  width: 94px;
  max-width: 100%;
  position: absolute;
  top: 5px;
  right: -31px;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .step_bg-right-photo1 {
    width: 214px;
    top: -16.03px;
    right: -139px;
  }
}

.step_bg-right-photo2 {
  width: 105px;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 24px;
}
@media screen and (min-width: 1200px) {
  .step_bg-right-photo2 {
    width: 238px;
    top: -26px;
    right: -13px;
  }
}

.step_bg-right-photo3 {
  width: 55px;
  max-width: 100%;
  position: absolute;
  top: 74px;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .step_bg-right-photo3 {
    width: 100px;
    top: 148px;
    right: -208px;
  }
}

.step_bg-right-photo4 {
  width: 55px;
  max-width: 100%;
  position: absolute;
  top: 879.88px;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .step_bg-right-photo4 {
    display: none;
  }
}

.step_top-title {
  position: relative;
  z-index: 50;
}

.step_boxes {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 33px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1200px) {
  .step_boxes {
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
  }
}

.step_box {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1200px) {
  .step_box {
    width: 320px;
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .step_box:nth-of-type(2) {
    margin-top: 69px;
  }
}
.step_box-img {
  width: 196px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .step_box-img {
    width: 280px;
  }
}

.step_title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step_title {
    margin-top: 8px;
    font-size: 20px;
  }
}
.step_title-with-margin {
  margin-left: 2px;
}

.step_description {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .step_description {
    font-size: 16px;
  }
}
.step_description a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 1200px) {
  .step_description a {
    text-underline-offset: 2px;
  }
}
.step_description a:hover {
  color: #67b0c7;
}

.step_account {
  background-color: #ffffff;
  width: 226px;
  height: 38px;
  padding: 8px 10px 8px 38px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .step_account {
    margin-top: 2px;
    width: 254px;
    height: 42px;
    padding: 8px 8px 8px 40px;
  }
}
.step_account a {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .step_account a {
    font-size: 16px;
  }
}
.step_account a:hover {
  color: #67b0c7;
}
.step_account::before {
  content: "";
  background: url(../img/step-Icon-instagram.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  .step_account::before {
    width: 24px;
    height: 24px;
  }
}

.step_line1 {
  width: 8px;
  position: absolute;
  top: 396px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 60;
}
@media screen and (min-width: 1200px) {
  .step_line1 {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 113px;
    top: 205px;
    left: 255px;
  }
}

.step_line2 {
  width: 8px;
  position: absolute;
  top: 789px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 60;
}
@media screen and (min-width: 1200px) {
  .step_line2 {
    left: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 113px;
    top: 205px;
    right: 295px;
  }
}

.step_button {
  margin-top: -1px;
}
@media screen and (min-width: 1200px) {
  .step_button {
    margin-top: 32px;
  }
}

.prizes {
  background: #e9f6f8;
  padding-top: 83px;
  padding-bottom: 215px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .prizes {
    padding-top: 155.967px;
    padding-bottom: 640px;
  }
}

.prizes_inner {
  max-width: 375px;
  padding: 59.33px 20px 34.67px 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 1200px) {
  .prizes_inner {
    max-width: 1024px;
    padding: 64.03px 56px 53px 56px;
  }
}

.prizes_bg-top {
  width: 237.6px;
  position: absolute;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .prizes_bg-top {
    width: 365.624px;
    top: -148.967px;
  }
}

.prizes_bg-right {
  display: none;
}
@media screen and (min-width: 1200px) {
  .prizes_bg-right {
    display: block;
    position: absolute;
    top: -121px;
    right: 0;
  }
}
.prizes_bg-right img {
  width: 315px;
}

.prizes_bg-left {
  display: none;
}
@media screen and (min-width: 1200px) {
  .prizes_bg-left {
    display: block;
    position: absolute;
    top: -121px;
    left: 0;
  }
}
.prizes_bg-left img {
  width: 315px;
}

.prizes_title {
  width: 100%;
  position: absolute;
  top: -63px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  .prizes_title {
    top: -120.97px;
  }
}

.prizes_description {
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .prizes_description {
    font-size: 16px;
  }
}

.prizes_cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 39px;
}
@media screen and (min-width: 1200px) {
  .prizes_cards {
    margin-top: 82px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: repeat(2, auto);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 80px;
  }
}

.prizes_card {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .prizes_card:nth-of-type(1) .prizes_card-icon, .prizes_card:nth-of-type(2) .prizes_card-icon {
    top: -50px;
  }
  .prizes_card:nth-of-type(1) .prizes_card-icon img, .prizes_card:nth-of-type(2) .prizes_card-icon img {
    width: 100px;
  }
  .prizes_card:nth-of-type(1) .prizes_card-figure, .prizes_card:nth-of-type(2) .prizes_card-figure {
    border-radius: 24px;
  }
  .prizes_card:nth-of-type(1) .prizes_card-figcaption, .prizes_card:nth-of-type(2) .prizes_card-figcaption {
    height: 120px;
  }
  .prizes_card:nth-of-type(1) .prizes_card-title, .prizes_card:nth-of-type(2) .prizes_card-title {
    font-size: 20px;
  }
  .prizes_card:nth-of-type(1) .prizes_card-deco, .prizes_card:nth-of-type(2) .prizes_card-deco {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-bottom-right-radius: 24px;
  }
  .prizes_card:nth-of-type(1) .prizes_card-deco path, .prizes_card:nth-of-type(2) .prizes_card-deco path {
    width: 100%;
  }
  .prizes_card:nth-of-type(1) .prizes_card-btn, .prizes_card:nth-of-type(2) .prizes_card-btn {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes_card:nth-of-type(3) .prizes_card-icon, .prizes_card:nth-of-type(4) .prizes_card-icon, .prizes_card:nth-of-type(5) .prizes_card-icon {
    top: -40px;
  }
  .prizes_card:nth-of-type(3) .prizes_card-icon img, .prizes_card:nth-of-type(4) .prizes_card-icon img, .prizes_card:nth-of-type(5) .prizes_card-icon img {
    width: 80px;
  }
  .prizes_card:nth-of-type(3) .prizes_card-figure, .prizes_card:nth-of-type(4) .prizes_card-figure, .prizes_card:nth-of-type(5) .prizes_card-figure {
    border-radius: 16px;
  }
  .prizes_card:nth-of-type(3) .prizes_card-figcaption, .prizes_card:nth-of-type(4) .prizes_card-figcaption, .prizes_card:nth-of-type(5) .prizes_card-figcaption {
    height: 80px;
  }
  .prizes_card:nth-of-type(3) .prizes_card-title, .prizes_card:nth-of-type(4) .prizes_card-title, .prizes_card:nth-of-type(5) .prizes_card-title {
    font-size: 16px;
  }
  .prizes_card:nth-of-type(3) .prizes_card-deco, .prizes_card:nth-of-type(4) .prizes_card-deco, .prizes_card:nth-of-type(5) .prizes_card-deco {
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-bottom-right-radius: 16px;
  }
  .prizes_card:nth-of-type(3) .prizes_card-btn, .prizes_card:nth-of-type(4) .prizes_card-btn, .prizes_card:nth-of-type(5) .prizes_card-btn {
    border-radius: 16px;
  }
}
.prizes_card:nth-of-type(1) {
  grid-column: 1/span 2;
  grid-row: 1;
}
@media screen and (min-width: 1200px) {
  .prizes_card:nth-of-type(1) {
    grid-column: 1/span 3;
    grid-row: 1;
    margin-right: 16px;
  }
}
.prizes_card:nth-of-type(2) {
  grid-column: 3/span 2;
  grid-row: 1;
}
@media screen and (min-width: 1200px) {
  .prizes_card:nth-of-type(2) {
    grid-column: 4/span 3;
    grid-row: 1;
    margin-left: 14px;
  }
}
.prizes_card:nth-of-type(3) {
  grid-column: 1/span 2;
  grid-row: 2;
}
@media screen and (min-width: 1200px) {
  .prizes_card:nth-of-type(3) {
    grid-column: 1/span 2;
    grid-row: 2;
    margin-right: 24px;
  }
}
.prizes_card:nth-of-type(4) {
  grid-column: 3/span 2;
  grid-row: 2;
}
@media screen and (min-width: 1200px) {
  .prizes_card:nth-of-type(4) {
    grid-column: 3/span 2;
    grid-row: 2;
    margin-right: 13px;
    margin-left: 13px;
  }
}
.prizes_card:nth-of-type(5) {
  grid-column: 2/span 2;
  grid-row: 3;
}
@media screen and (min-width: 1200px) {
  .prizes_card:nth-of-type(5) {
    grid-column: 5/span 2;
    grid-row: 2;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .prizes_card:hover .prizes_card-btn {
    border: 4px solid #9ed0e0;
  }
  .prizes_card:hover .prizes_card-img img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .prizes_card:hover .prizes_deco-color {
    fill: #9ed0e0;
  }
}

.prizes_card-icon {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.prizes_card-icon img {
  width: 48px;
}

.prizes_card-figure {
  margin: 0;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .prizes_card-img {
    display: block;
    overflow: hidden;
  }
  .prizes_card-img img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.prizes_card-figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 56px;
}

.prizes_card-title {
  font-size: 12px;
  font-weight: 700;
}

.prizes_card-btn {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
@media screen and (min-width: 1200px) {
  .prizes_card-btn {
    border: 4px solid rgba(158, 208, 224, 0);
    overflow: visible;
  }
}

.prizes_card-deco {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .prizes_card-deco {
    right: -4px;
    bottom: -3px;
  }
}
.prizes_card-deco path {
  width: 100%;
}

.prizes_deco-color {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.prizes_btn {
  margin-top: 18px;
}
@media screen and (min-width: 1200px) {
  .prizes_btn {
    margin-top: 39px;
  }
}

.prizes_bg-bottom {
  background: url(../img/prizes-bg-bottom.png) no-repeat center center/cover;
  width: 100%;
  height: 245px;
  position: absolute;
  bottom: 7px;
}
@media screen and (min-width: 1200px) {
  .prizes_bg-bottom {
    height: 640px;
    bottom: 0;
  }
}

.prizes-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  padding: 0;
  max-width: calc(100% - 40px);
  border: none;
  overflow: hidden;
  background: none;
}
.prizes-modal::-ms-backdrop {
  opacity: 0.7;
  background: #000;
}
.prizes-modal::backdrop {
  opacity: 0.7;
  background: #000;
}

.modal-card {
  width: 336px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .modal-card {
    width: 480px;
  }
}

.modal_card-figure {
  margin: 0;
}

.modal_card-figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 39px;
  padding-bottom: 56px;
  background: #fff;
}
@media screen and (min-width: 1200px) {
  .modal_card-figcaption {
    padding-top: 32px;
    padding-bottom: 106px;
  }
}

.modal_card-title {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .modal_card-title {
    font-size: 20px;
  }
}

.modal_card-text {
  margin-top: 12px;
  font-size: 12px;
}
@media screen and (min-width: 1200px) {
  .modal_card-text {
    font-size: 16px;
  }
}

.modal_card-btn {
  margin-top: 16px;
}

.spots {
  background-color: #67b0c7;
  position: relative;
}

.spots_bg-top {
  background: url(../img/spots-bg-top-sp.png) repeat-x center center;
  background-size: 384px auto;
  width: 100%;
  height: 45.7px;
  position: absolute;
  top: -44.7px;
}
@media screen and (min-width: 1200px) {
  .spots_bg-top {
    background: url(../img/spots-bg-top-pc.png) repeat-x center center;
    background-size: 1512px auto;
    height: 120px;
    top: -119px;
  }
}

.spots_bg-bottom {
  background: url(../img/common-bg-bottom-sp.png) repeat-x center center;
  background-size: 384px auto;
  width: 100%;
  height: 45.7px;
  position: absolute;
  bottom: -44.7px;
}
@media screen and (min-width: 1200px) {
  .spots_bg-bottom {
    background: url(../img/common-bg-bottom-pc.png) repeat-x center center;
    background-size: 1512px auto;
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: -119px;
  }
}

.spots_inner {
  padding-bottom: 19.84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .spots_inner {
    padding-bottom: 3px;
    gap: 64px;
  }
}

.spots_gallery {
  width: 100%;
  height: 461px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .spots_gallery {
    padding-left: 245px;
    height: 542px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 38px;
  }
}

.spots_gallery-title {
  margin-bottom: 24px;
  width: 260px;
  padding-left: 36px;
  color: #ffffff;
  text-align: center;
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .spots_gallery-title {
    margin-left: 8px;
    margin-bottom: 0;
    width: 56px;
    height: 542px;
    padding-top: 64px;
    padding-left: 0;
    font-size: 39px;
    line-height: 1.28;
  }
}
.spots_gallery-title::before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(../img/spots-icon.png) no-repeat center center/contain;
  position: absolute;
  top: 3.5px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .spots_gallery-title::before {
    width: 56px;
    height: 56px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.spots_gallery-swiper-slide {
  margin-left: 1px;
}

.spots_gallery-card {
  background: #ffffff;
  border-radius: 12px;
  width: 240px;
  height: 402px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .spots_gallery-card {
    border-radius: 24px;
    width: 344px;
    height: 542px;
  }
}

.spots_gallery-card-img img {
  width: 100%;
  height: 180px;
}
@media screen and (min-width: 1200px) {
  .spots_gallery-card-img img {
    height: 240px;
  }
}

.spots_gallery-card-body {
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 31.159px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .spots_gallery-card-body {
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 40px;
    gap: 24px;
  }
}

.spots_gallery-card-title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .spots_gallery-card-title {
    font-size: 20px;
  }
}

.spots_gallery-card-text {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .spots_gallery-card-text {
    font-size: 16px;
  }
}

.spots_gallery_prev,
.spots_gallery_next {
  display: none;
}
@media screen and (min-width: 1200px) {
  .spots_gallery_prev,
  .spots_gallery_next {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
  }
  .spots_gallery_prev::after,
  .spots_gallery_next::after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .spots_gallery_prev {
    background: url(../img/spots-gallery-prev.png) no-repeat center center/contain;
    top: 507px;
    left: 284px;
  }
}

@media screen and (min-width: 1200px) {
  .spots_gallery_next {
    background: url(../img/spots-gallery-next.png) no-repeat center center/contain;
    top: 507px;
    left: 1148px;
  }
}

.spots_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .spots_bottom {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 81px;
    position: relative;
  }
}

.spots_bg-deco {
  display: none;
}
@media screen and (min-width: 1200px) {
  .spots_bg-deco {
    display: block;
    width: 100px;
    position: absolute;
    left: -208px;
    bottom: 0;
  }
}

.spots_bottom-img {
  width: 255px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .spots_bottom-img {
    width: 495px;
  }
}

@media screen and (min-width: 1200px) {
  .spots_bottom-body {
    width: 448px;
  }
}

.spots_bottom-body-text {
  display: block;
  padding-left: 7px;
  padding-right: 7px;
  color: #ffffff;
  font-size: 11.444px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .spots_bottom-body-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}

.spots_bottom-body-button {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .spots_bottom-body-button {
    text-align: right;
  }
}

.faq {
  background: #e9f6f8;
  padding-top: 87px;
  padding-bottom: 28.67px;
}
@media screen and (min-width: 1200px) {
  .faq {
    padding-top: 240px;
    padding-bottom: 0;
  }
}

.faq_inner {
  max-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .faq_inner {
    max-width: 1064px;
  }
}

.faq_boxes {
  width: 100%;
  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: 24px;
}
@media screen and (min-width: 1200px) {
  .faq_boxes {
    gap: 24px;
    margin-top: 40px;
  }
}

.faq_box {
  border-radius: 12px;
  border: 2px solid #4a3636;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .faq_box {
    border-radius: 16px;
  }
}
.faq_box.is-open .faq_box-head::after {
  background: url(../img/faq-head-icon-open.png) no-repeat center center/contain;
}

.faq_box-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 53px 10px 14px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .faq_box-head {
    gap: 16px;
    padding: 24px 86px 24px 22px;
  }
}
.faq_box-head::after {
  content: "";
  position: absolute;
  margin-top: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  width: 26.182px;
  height: 26.182px;
  background: url(../img/faq-head-icon-close.png) no-repeat center center/contain;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (min-width: 1200px) {
  .faq_box-head::after {
    width: 48px;
    height: 48px;
    right: 20px;
  }
}

.faq_box-head-icon {
  display: inline-block;
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .faq_box-head-icon {
    margin-top: 1px;
    font-size: 32px;
  }
}

.faq_box-head-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .faq_box-head-text {
    font-size: 20px;
  }
}

.faq_box-body {
  background: #f5f5f5;
  display: none;
}

.faq_box-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  padding: 16px 14px 14px 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .faq_box-a {
    padding: 24px 22px 22px 22px;
  }
}

.faq_box-a-icon {
  color: #9ed0e0;
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .faq_box-a-icon {
    font-size: 32px;
  }
}

.faq_box-a-text {
  color: #4a3636;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .faq_box-a-text {
    font-size: 16px;
  }
}

.info {
  background: #e9f6f8;
  position: relative;
  padding-bottom: 131px;
}
@media screen and (min-width: 1200px) {
  .info {
    padding-top: 118px;
    padding-bottom: 520px;
  }
}

.info_inner {
  max-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .info_inner {
    max-width: 1064px;
  }
}

.info_content {
  width: 100%;
  border: 8px solid #ffffff;
  background: rgba(255, 255, 255, 0.5);
  padding: 16px;
}
@media screen and (min-width: 1200px) {
  .info_content {
    padding: 32px 48px;
  }
}

.info_boxes {
  margin-top: 24px;
  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;
}
@media screen and (min-width: 1200px) {
  .info_boxes {
    margin-top: 40px;
  }
}

.info_box {
  padding-bottom: 15px;
  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) {
  .info_box {
    padding-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.info_box:nth-child(n+2) {
  position: relative;
}
.info_box:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: -12px;
  left: 0;
  background: #cccccc;
}
@media screen and (min-width: 1200px) {
  .info_box:nth-child(n+2)::before {
    top: -13px;
  }
}
@media screen and (min-width: 1200px) {
  .info_box:nth-of-type(4), .info_box:nth-of-type(5) {
    margin-top: 1px;
  }
}

.info_box-name {
  text-align: left;
  font-weight: 700;
  padding-left: 16px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .info_box-name {
    margin-left: 16px;
    width: 224px;
    height: 26px;
    font-size: 16px;
  }
}
.info_box-name::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/info-box-icon.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_box-text {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .info_box-text {
    width: 672px;
    font-size: 16px;
  }
}
.info_box-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.info_box-text a:hover {
  color: #67b0c7;
}

.info_box-lists {
  list-style: disc;
  padding-left: 17px;
}
@media screen and (min-width: 1200px) {
  .info_box-lists {
    width: 672px;
    padding-left: 21px;
  }
}

.info_box-list {
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .info_box-list {
    font-size: 16px;
    padding-left: 3px;
  }
}
.info_box-list::marker {
  font-size: 8px;
  color: #4a3636;
}
@media screen and (min-width: 1200px) {
  .info_box-list::marker {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .info_box-list:nth-of-type(1) {
    margin-top: -2px;
    line-height: 1.63;
  }
}
@media screen and (min-width: 1200px) {
  .info_box-list:nth-of-type(2) {
    line-height: 1.63;
  }
}
.info_box-list:nth-of-type(4), .info_box-list:nth-of-type(5), .info_box-list:nth-of-type(6), .info_box-list:nth-of-type(7), .info_box-list:nth-of-type(8) {
  line-height: 1.57;
}
@media screen and (min-width: 1200px) {
  .info_box-list:nth-of-type(4), .info_box-list:nth-of-type(5), .info_box-list:nth-of-type(6), .info_box-list:nth-of-type(7), .info_box-list:nth-of-type(8) {
    line-height: 1.64;
  }
}
.info_box-list a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.info_box-list a:hover {
  color: #67b0c7;
}

.info_bg {
  width: 100%;
  height: 99px;
  background: url(../img/info-bg.png) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
  .info_bg {
    height: 400px;
  }
}

.contact {
  padding-top: 40px;
  padding-bottom: 44px;
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}

.contact_inner {
  max-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .contact_inner {
    max-width: 888px;
  }
}

.contact_text {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .contact_text {
    margin-top: 32px;
    font-size: 16px;
  }
}

.contact_form {
  margin-top: 23px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .contact_form {
    margin-top: 40px;
  }
}

.contact_form-field:nth-of-type(4) {
  margin-top: -3px;
}
@media screen and (min-width: 1200px) {
  .contact_form-field:nth-of-type(4) {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .contact_form-field:nth-of-type(5) {
    margin-top: 16px;
  }
  .contact_form-field:nth-of-type(5) .form-field_head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 1200px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.form-field_head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .form-field_head {
    min-width: 220px;
  }
}

.form-field_label {
  line-height: 2;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .form-field_label {
    line-height: 1.6;
    font-size: 16px;
  }
}

.form-field_tag {
  width: 40px;
  height: 27px;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ce2073;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.form-field_item {
  width: 100%;
}

.form-field_input {
  width: 100%;
  height: 56px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid rgba(158, 208, 224, 0);
  border-radius: 8px;
  background: #f5f5f5;
}
.form-field_input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-field_input::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-field_input:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-field_input::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-field_input::placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .form-field_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-field_input::-moz-placeholder {
    font-size: 16px;
  }
  .form-field_input:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field_input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-field_input::placeholder {
    font-size: 16px;
  }
}
.form-field_input:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}

.form-field_select {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .form-field_select {
    width: 100%;
  }
}
.form-field_select::before, .form-field_select::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.form-field_select::before {
  display: inline-block;
  right: 0;
  width: 52px;
  height: 55px;
  border-radius: 0 8px 8px 0;
  background-color: #9ed0e0;
}
.form-field_select::after {
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url(../img/contact-select-icon.png) no-repeat center center/contain;
}
.form-field_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 56px;
  padding: 16px;
  border: none;
  border-radius: 8px;
  background: #f5f5f5;
}
@media screen and (min-width: 1200px) {
  .form-field_select select {
    font-size: 16px;
  }
}
.form-field_select select:focus {
  outline: none;
}
.form-field_select.is-invalid::before {
  background: #ce2073;
}

.form-field-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .form-field-radios {
    gap: 22px;
  }
}

.form-radio_input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio_input:checked + .form-radio_text:after {
  opacity: 1;
}
.form-radio_input:focus + .form-radio_text:before {
  border: 1px solid #9ed0e0;
}

.form-radio_text {
  padding-left: 32px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .form-radio_text {
    padding-left: 34px;
    font-size: 16px;
  }
}
.form-radio_text::before, .form-radio_text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.form-radio_text::before {
  width: 24px;
  height: 24px;
  border-color: #f5f5f5;
  background: #f5f5f5;
  left: 0;
}
.form-radio_text::after {
  width: 12px;
  height: 12px;
  background: #9ed0e0;
  left: 6px;
  opacity: 0;
}

.form-textarea {
  width: 100%;
  height: 160px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid rgba(158, 208, 224, 0);
  border-radius: 8px;
  background: #f5f5f5;
}
.form-textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-textarea::-moz-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-textarea:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-textarea::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
.form-textarea::placeholder {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .form-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-moz-placeholder {
    font-size: 16px;
  }
  .form-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-textarea::placeholder {
    font-size: 16px;
  }
}
.form-textarea:focus {
  outline: none;
  border: 1px solid #9ed0e0;
  background: #e9f6f8;
}

@media screen and (min-width: 1200px) {
  .contact_form-privacy {
    margin-top: 16px;
  }
}

.form-checkbox_input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox_input:checked + .form-checkbox_text:after {
  opacity: 1;
}

.form-checkbox_text {
  position: relative;
  padding-left: 36px;
}
@media screen and (min-width: 1200px) {
  .form-checkbox_text {
    font-size: 16px;
  }
}
.form-checkbox_text::before, .form-checkbox_text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-checkbox_text::before {
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border-radius: 4px;
  border: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox_text::after {
  width: 24px;
  height: 24px;
  background: url(../img/contact-check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.form-checkbox_text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 1200px) {
  .form-checkbox_text a {
    font-size: 16px;
  }
}
.form-checkbox_text a:hover {
  color: #67b0c7;
}

.contact_form-button {
  margin-top: 1px;
}
@media screen and (min-width: 1200px) {
  .contact_form-button {
    margin-top: 16px;
  }
}

.was-validated .form-field_input:invalid,
.was-validated .form-textarea:invalid {
  border: 1px solid #ce2073;
  background: #fff0f7;
}
.was-validated .form-field_select select:invalid {
  border: 1px solid #ce2073;
  background: #fff0f7;
}

.footer {
  padding-top: 40px;
  background: #e9f6f8;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-top: 120px;
  }
}

.footer_inner {
  max-width: 375px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .footer_inner {
    max-width: 1064px;
  }
}

.footer_deco {
  display: none;
}

.footer_text {
  color: var(--LP-Blown, #4a3636);
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .footer_text {
    font-size: 24px;
  }
}

.footer_nav-list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.footer_nav-item img {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1200px) {
  .footer_nav-item img {
    width: 40px;
    height: 40px;
  }
}

.footer_img {
  margin-top: 13px;
}
@media screen and (min-width: 1200px) {
  .footer_img {
    margin-top: 41px;
  }
}
.footer_img img {
  width: 330px;
}
@media screen and (min-width: 1200px) {
  .footer_img img {
    width: 755px;
  }
}

.footer_prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .footer_prof {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    height: 400px;
  }
}

.footer_prof-iframe iframe {
  width: 100%;
  height: 271px;
}
@media screen and (min-width: 1200px) {
  .footer_prof-iframe iframe {
    width: 512px;
    height: 400px;
  }
}

.footer_prof-body {
  padding: 14px 24px 28px;
}
@media screen and (min-width: 1200px) {
  .footer_prof-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 512px;
    padding: 100px 0px 100px 61px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_prof-img {
    text-align: left;
  }
}
.footer_prof-img img {
  width: 153px;
}
@media screen and (min-width: 1200px) {
  .footer_prof-img img {
    width: 183px;
  }
}

.footer_prof-lists {
  margin-top: 30px;
  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;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .footer_prof-lists {
    margin-top: 25px;
    gap: 12px;
  }
}

.footer_prof-list {
  font-size: 12px;
  font-weight: 400;
  position: relative;
  padding-left: 16px;
  margin-left: 4px;
}
@media screen and (min-width: 1200px) {
  .footer_prof-list {
    font-size: 16px;
    margin-left: 1px;
  }
}
.footer_prof-list strong {
  display: inline-block;
  width: 64px;
}
@media screen and (min-width: 1200px) {
  .footer_prof-list strong {
    font-size: 16px;
    width: 104px;
  }
}
.footer_prof-list::before {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../img/info-box-icon.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer_bottom {
  margin-top: 167.71px;
  padding-bottom: 24px;
  background: #67b0c7;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .footer_bottom {
    margin-top: 237px;
    padding-bottom: 32px;
  }
}

.footer_bottom-deco {
  background: url(../img/footer-bg-wavearea-sp.png) repeat-x;
  background-size: 375px auto;
  width: 100%;
  height: 45.714px;
  position: absolute;
  top: -40.714px;
}
@media screen and (min-width: 1200px) {
  .footer_bottom-deco {
    background: url(../img/footer-bg-wavearea-pc.png) repeat-x;
    background-size: 1512px auto;
    width: 100%;
    height: 120px;
    top: -120px;
  }
}

.footer_copyright {
  color: #ffffff;
  font-size: 10px;
}
@media screen and (min-width: 1200px) {
  .footer_copyright {
    font-size: 14px;
  }
}