@charset "utf-8";
svg {
  display: block;
  width: 100%;
  height: auto;
}
.last__pre small > .all__mintxt {
  margin-top: 2px;
}
.fukidashi__link {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
  color: #007fff;
  transition: 0.3s;
}
.fukidashi__link::after {
  content: "";
  display: block;
  width: 196px;
  height: 1px;
  background-color: #007fff;
  transform-origin: left center;
  transform: scale(0);
  position: absolute;
  bottom: 2px;
  left: 0;
  transition: 0.3s;
}
.fukidashi__link:hover {
  opacity: 0.7;
}
.fukidashi__link:hover::after {
  transform: scale(1);
}
/* PC ================================================== */
@media all and (min-width: 960px) {
  #loading {
    width: 100%;
    height: 100vh;
    background-color: #eedc8a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
  }

  .loading-anime {
    width: 110px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .loading-footprints-wrap {
    width: 100%;
    height: 95px;
    position: relative;
  }

  .loading-footprints {
    width: 24px;
    height: auto;
    position: absolute;
  }

  .loading-footprints img {
    width: 100%;
    height: auto;
  }

  .loading-footprints-03 {
    top: 22px;
    left: 30px;
    transform: translate(-50%, -50%) rotate(-6deg);
    -webkit-transform: translate(-50%, -50%) rotate(-6deg);
    animation: loading-footprints-03 2s infinite;
  }

  .loading-footprints-02 {
    top: 44px;
    left: 65px;
    transform: translate(-50%, -50%) rotate(26deg);
    -webkit-transform: translate(-50%, -50%) rotate(26deg);
    animation: loading-footprints-02 2s infinite;
  }

  .loading-footprints-01 {
    top: 66px;
    left: 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: loading-footprints-01 2s infinite;
  }

  @keyframes loading-footprints-01 {
    0% {
      opacity: 0;
    }

    30% {
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes loading-footprints-02 {
    0% {
      opacity: 0;
    }

    40% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes loading-footprints-03 {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0;
    }

    60% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .loading-txt {
    width: 100%;
  }

  .loading-txt img {
    width: 100%;
    height: auto;
  }

  .opening {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
  }

  .opening.is-active {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }

  .opening-anime {
    width: 425px;
    height: 425px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    clip-path: circle(0 at 50% 50%);
  }

  .opening-anime.is-active {
    animation: clipPath 2.4s cubic-bezier(0.05, 1.02, 0.8, 0.8) 0s 1 forwards;
  }

  @keyframes clipPath {
    0% {
      clip-path: circle(0 at 50% 50%);
    }

    100% {
      clip-path: circle(100% at 50% 50%);
    }
  }

  .opening-anime-image {
    width: 256px;
    height: auto;
    padding-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .opening-anime-image img {
    width: 100%;
    height: auto;
  }

  #main {
    width: 100%;
    /*     height: 55vh; */
  }

  .main--inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .main-footprints-top {
    width: 117px;
    height: 141px;
    position: absolute;
    top: -30px;
    right: 150px;
    z-index: 2;
  }

  .main-footprints-bottom {
    display: none;
  }

  .main-footprints-left {
    display: none;
  }

  .main-footprints-top-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .main-footprints-top.is-active .main-footprints-top-img {
    opacity: 1;
  }

  .main-footprints-top-01 {
    width: 28px;
    height: auto;
    top: -5px;
    right: 91px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }

  .main-footprints-top-02 {
    width: 28px;
    height: auto;
    position: absolute;
    top: 101px;
    right: 53px;
    transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
  }

  .main-footprints-top-03 {
    width: 28px;
    height: auto;
    position: absolute;
    transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    bottom: -11px;
    left: -99px;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
  }

  .main-footprints-top-04 {
    width: 28px;
    height: auto;
    position: absolute;
    transform: rotate(26deg);
    -webkit-transform: rotate(26deg);
    bottom: -116px;
    left: -89px;
  }

  /*.main-contents {
    width: calc(100% - 80px);
    height: calc(100% - 66px);
    background-image: url('../image/main-content-bk@pc.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }*/

  .main-logo {
    width: 550px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .main-logo img {
    width: 100%;
    height: auto;
  }

  .main-pet-image {
    width: 250px;
    height: auto;
    position: absolute;
  }

  .main-pet-image-01 {
    width: 330px;
    top: 4%;
    left: 6.3%;
  }

  .main-pet-image-02 {
    width: 320px;
    top: 36%;
    right: 5.6%;
  }

  .main-pet-image-03 {
    left: 6.3%;
    bottom: 5.4%;
  }

  .main-pet-image-04 {
    right: 7.7%;
    bottom: 10.9%;
    display: none;
  }

  .main-pet-image img {
    width: 100%;
    height: auto;
  }

  #about {
    width: 100%;
    position: relative;
  }

  .about-footprints {
    width: 260px;
    height: 455px;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 2;
  }

  .about-footprints-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .about-footprints.run .about-footprints-img {
    opacity: 1;
  }

  .about-footprints-01 {
    width: 28px;
    height: auto;
    top: -329px;
    right: -107px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
  }

  .about-footprints-02 {
    width: 28px;
    height: auto;
    top: -238px;
    right: -125px;
    transform: rotate(31deg);
    -webkit-transform: rotate(31deg);
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
  }

  .about-footprints-03 {
    width: 28px;
    height: auto;
    top: -186px;
    right: -23px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }

  .about-footprints-04 {
    width: 28px;
    height: auto;
    top: -70px;
    right: 7px;
    transform: rotate(31deg);
    -webkit-transform: rotate(31deg);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }

  .about-footprints-05 {
    width: 28px;
    height: auto;
    top: -38px;
    right: 103px;
    transform: rotate(31deg);
    -webkit-transform: rotate(31deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .about-footprints-06 {
    width: 30px;
    height: auto;
    bottom: 364px;
    left: 145px;
  }

  .about-footprints-07 {
    width: 30px;
    height: auto;
    bottom: 365px;
    left: 42px;
  }

  .about-footprints-08 {
    width: 30px;
    height: auto;
    bottom: 205px;
    left: 0px;
  }

  .about--inner {
    width: 90%;
    max-width: 1080px;
    padding: 120px 0px 120px;
    margin: auto auto;
  }

  #about .sec-heading {
    margin-bottom: 65px;
  }

  #about .sec-heading img.sec-heading_txt {
    width: 172px;
    height: auto;
    margin: auto auto;
  }

  #about .sec-heading img.sec-heading_deco {
    bottom: -6px;
  }

  .about-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-contents-details {
    width: 50%;
    height: auto;
    padding-left: 6.95%;
    padding-right: 15px;
  }

  .about-contents-details-inner {
    width: 100%;
  }

  .about-contents-heading {
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }

  .about-contents-heading .pink {
    /* color: #F6A381; */
    color: #f4946d;
  }

  .about-contents-txt {
    width: 100%;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 2.3;
    text-align: justify;
  }

  .about-contents-note {
    width: 100%;
    font-size: 14px;
  }

  .about-contents-image {
    width: 50%;
    height: auto;
    padding-top: 60px;
  }

  .about-contents-image img {
    width: 100%;
    height: auto;
  }

  #application {
    width: 100%;
    padding: 0px 0px 145px;
    position: relative;
  }

  .application--inner {
    width: 95%;
    max-width: 1180px;
    margin: auto auto;
  }

  .application-contents {
    width: 100%;
    padding: 90px 0px 135px;
    border-radius: 10px;
    background-color: #eedc8a;
    border: solid 3px #d6b626;
    position: relative;
  }

  #application .sec-heading {
    margin-bottom: 145px;
  }

  .application-list {
    width: 85%;
    max-width: 950px;
    margin: auto auto 150px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .application-item {
    width: 46%;
    margin-bottom: 55px;
    position: relative;
  }

  .application-item:nth-of-type(2n) {
    margin-top: 30px;
  }

  .application-item:last-of-type {
    margin-bottom: 0px;
  }

  .application-item-bk-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .application-item-bk-wrap::before {
    content: "";
    height: 0;
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    border-top: solid 108px #f6a381;
    border-right: solid 104px transparent;
    z-index: 2;
  }

  .application-item-no {
    display: inline-block;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 4px;
    left: 14px;
    z-index: 3;
  }

  .application-item-no small {
    font-size: 12px;
  }

  .application-item-bk-wrap img {
    width: 100%;
    height: auto;
  }

  .application-item-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .application-notice {
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: calc(16 / 12);
    text-align: right;
    color: #636963;
    padding-inline: 35px;
  }

  .application-image {
    width: 66.6%;
    height: auto;
    margin: auto auto 12px;
  }

  .application-image img {
    width: 100%;
    height: auto;
  }

  .application-details {
    width: 80%;
    margin: auto auto;
  }

  .application-heading {
    width: 100%;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    /* color: #F6A381; */
    color: #f6a381;
  }

  .application-txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }

  .application-txt small {
    font-size: 12px;
  }

  .application-item-note {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #ce0000;
    position: absolute;
    bottom: auto;
    left: 0;
  }

  .application-sns {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .application-snsbtn {
    display: block;
    width: 350px;
    height: auto;
    padding: 22px 0px;
    margin: 0px 15px;
    border-radius: 7px;
    border: solid 2px #636963;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #636963;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .application-snsbtn:hover {
    background-color: #636963;
    color: #fffbf5;
  }

  .application-snsbtn::before {
    font-size: 28px;
    position: absolute;
    top: 51%;
    left: 7%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .application-snsbtn.twitter::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/x.png);
    background-size: contain;
    background-position: center;
  }

  .application-snsbtn:hover.twitter::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/x-white.png);
    background-size: contain;
    background-position: center;
  }

  .application-snsbtn.instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
  }

  .application-snsbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .application-campaign_terms {
    width: 100%;
    font-size: 16px;
    text-align: center;
  }

  .application-campaign_terms img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 8px;
  }

  .application-campaign_terms a {
    color: #636963;
    text-decoration: underline;
  }

  .application-campaign_terms a:hover {
    color: #636963;
    text-decoration: none;
  }

  /* 装飾 */
  .application-contents-deco {
    position: absolute;
  }

  .application-contents-deco img {
    width: 100%;
    height: auto;
  }

  .application-contents-deco_bird {
    width: 126px;
    height: auto;
    top: 75px;
    left: 20%;
  }

  .application-contents-deco_turtle {
    width: 138px;
    height: auto;
    top: 64px;
    right: 21%;
  }

  .application-contents-deco_dog {
    width: 166px;
    height: auto;
    bottom: 20px;
    right: 33px;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .application-contents-deco_dog2 {
    width: 119px;
    height: auto;
    bottom: 258px;
    left: -8px;
  }

  .application-contents-deco_cat {
    width: 165px;
    height: auto;
    top: 75px;
    left: 15%;
  }

  #present {
    width: 100%;
    padding: 0px 0px 270px;
    position: relative;
  }

  .present--inner {
    width: 95%;
    max-width: 1180px;
    padding: 0px 0px;
    margin: auto auto;
  }

  .present-contents {
    width: 100%;
    padding: 90px 0px 160px;
    border-radius: 10px;
    background-color: #eedc8a;
    border: solid 3px #d6b626;
    position: relative;
  }

  #present .sec-heading {
    margin-bottom: 140px;
  }

  .present-list {
    width: 95%;
    margin: auto !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
  }

  .present-item {
    width: 276px;
    height: auto;
    position: relative;
  }

  .fukidashi {
    width: 344px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-51%, 75%);
  }

  .fukidashi img {
    width: 100%;
    height: auto;
  }

  .fukidashi__link {
    display: block;
    position: absolute;
    bottom: 9px;
    left: 47px;
    width: 196px;
    height: 17px;
  }

  .present-bk {
    width: 100%;
    height: auto;
  }

  .winner-icon {
    width: auto;
    height: 100%;
    max-height: 42px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .winner-icon.add__winner-icon {
    max-height: 60px;
    top: -4px;
  }

  .winner-icon.cat {
    max-height: 50px;
  }

  .winner-icon.lg-pc {
    max-height: 55px;
  }

  .winner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .present-details {
    width: 100%;
    padding: 60px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;

    &.pt-sm {
      padding-top: 50px;
    }

    &.pt-lg {
      padding-top: 75px;
    }
  }

  .present-name {
    width: 100%;
    margin: auto auto 6px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0em;
    color: #636963;
  }
  .present-name.line-height {
    line-height: 1;
    margin-top: 4px;
  }

  .present-name-sm {
    font-size: 14px;
  }

  .present-name small {
    font-size: 10px;
    line-height: 12px;
  }
  .all__mintxt {
    display: block;
    margin-top: -3px;
  }
  .all__mintxt2 {
    display: block;
  }
  .present-image > span {
    text-align: center;
    font-size: 12px;
    display: block;
  }

  .present-image {
    width: 100%;
  }

  .present-image-container {
    margin: auto;
    text-align: center;
  }

  .present-image-container img {
    width: 100%;
    height: auto;
    max-width: 240px;
    margin-inline: auto;
  }

  .present-image-nomal {
    width: 175px;
    height: auto;
    margin: -10px auto -5px;
  }

  .present-image-cat {
    width: 140px;
    height: auto;
  }

  .present-image-dog {
    width: 76px;
    height: auto;
  }

  .present-image-dog2 {
    width: 126px;
    height: auto;
  }

  .present-image-cat_dog {
    width: 175px;
    height: auto;
  }

  .present-image-rabbit {
    width: 74px;
    height: auto;
  }

  .present-image-hamster {
    width: 158px;
    height: auto;
  }

  .present-image-fish {
    width: 215px;
    height: auto;
  }

  .present-image-bird {
    width: 111px;
    height: auto;
  }

  .present-image-reptile {
    width: 157px;
    height: auto;
  }

  .present-image-regular {
    width: 170px;
    height: auto;
  }

  .present-note {
    width: 100%;
    margin: auto auto;
    font-size: 12px;
    text-align: center;
  }

  .present-image-1 {
    width: 180px;
    height: auto;
  }

  .present-image-2 {
    width: 283px;
    height: auto;
    position: relative;
    left: -5px;
    margin-top: -5px;
  }

  .present-image-3 {
    width: 150px;
    height: auto;
  }

  .present-image-4 {
    width: 214px;
    height: auto;
  }

  .present-image-5 {
    width: 241px;
    height: auto;
  }

  .present-image-6 {
    width: 171px;
    height: auto;
    margin-top: -15px;
  }

  .present-image-7 {
    width: 92px;
    height: auto;
  }

  .present-image-8 {
    width: 82px;
    height: auto;
  }

  .present-image-9 {
    width: 98px;
    height: auto;
  }

  .present-image-10 {
    width: 207px;
    height: auto;
  }

  .present-image-11 {
    width: 110px;
    height: auto;
  }

  .present-image-12 {
    width: 219px;
    height: auto;
  }
  .present-image-add01 {
    width: 224px;
  }
  .present-image-add02 {
    width: 78px;
  }
  .present-image-add03 {
    width: 169px;
  }
  .present-image-add04 {
    width: 130px;
  }
  .present-image-add05 {
    width: 186px;
    position: relative;
    left: 8px;
  }
  .present-image-add07 {
    width: 170px;
  }
  .present-image-add08 {
    width: 170px;
  }
  .present-image-add09 {
    width: 200px;
    margin-top: -8px;
  }
  .present-name small {
    font-size: 10px;
  }
  .all__mintxt {
    display: block;
    margin-top: -3px;
  }
  .all__mintxt2 {
    display: block;
  }
  .mt__minus {
    margin-top: -6px;
  }
  /* 装飾 */
  .present-contents-deco {
    position: absolute;
  }

  .present-contents-deco img {
    width: 100%;
    height: auto;
  }

  .present-contents-deco_cat {
    width: 185px;
    height: auto;
    top: 80px;
    left: 17%;
  }

  .present-contents-deco_dog {
    width: 140px;
    height: auto;
    top: 90px;
    right: 17.5%;
  }

  .present-contents-deco_footprints {
    width: 181px;
    height: auto;
    top: -31px;
    right: -39px;
    z-index: 1;
  }

  .present-deco_people {
    width: 540px;
    height: auto;
    position: absolute;
    bottom: -160px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .present-deco_people img {
    width: 100%;
    height: auto;
  }

  #image {
    width: 100%;
    padding: 30px 0px 125px;
  }

  .image--inner {
    width: 100%;
    padding: 0px 0px 175px;
    margin: auto auto;
    position: relative;
  }

  #image .sec-heading {
    margin-bottom: 155px;
    letter-spacing: 0em;
  }

  .image-list {
    width: 80%;
    max-width: 735px;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-item {
    width: 346px;
    height: auto;
  }
  .image-item:nth-child(2) {
    width: 365px;
    height: auto;
  }

  .image-item-heading {
    width: 100%;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .image-item-heading img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 6px;
  }

  .image-item-photo {
    width: 100%;
    height: auto;
  }

  .image-item-photo img {
    width: 100%;
    height: auto;
  }

  /* 装飾 */
  .image-contents-deco {
    position: absolute;
  }

  .image-contents-deco img {
    width: 100%;
    height: auto;
  }

  .image-contents-deco_cat {
    width: 139px;
    height: auto;
    margin-left: -490px;
    top: -50px;
    left: 50%;
  }

  .image-contents-deco_footprints {
    width: 381px;
    height: auto;
    top: 50px;
    right: 0;
  }

  .image-contents-deco_hamster {
    width: 320px;
    height: auto;
    bottom: -20px;
    left: 70%;
  }

  .image-contents-deco_bk_left {
    width: 31.7%;
    height: auto;
    top: 30%;
    left: 0;
    z-index: -1;
  }

  .image-contents-deco_bk_right {
    width: 46.2%;
    height: auto;
    top: 37%;
    right: 0;
    z-index: -1;
  }

  .image-contents-deco-sp {
    display: none;
  }

  #introduction {
    width: 100%;
    padding: 30px 0px 0px;
  }

  .introduction--inner {
    width: 100%;
    padding: 0px 0px 60px;
    margin: auto auto;
  }

  #introduction .sec-heading {
    margin-bottom: 155px;
    letter-spacing: 0em;
  }

  .introduction-contents {
    width: 90%;
    max-width: 1080px;
    margin: auto auto;
    position: relative;
  }

  .introduction-list {
    width: 100%;
    margin-bottom: 80px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .introduction-list::before {
    content: "";
    display: block;
    width: 21.6%;
    height: 0;
    order: 1;
  }

  .introduction-list::after {
    content: "";
    display: block;
    width: 21.6%;
    height: 0;
  }

  .introduction-item {
    width: 21.6%;
    margin-bottom: 50px;
  }

  .introduction-item:nth-last-of-type(-n + 4) {
    margin-bottom: 0px;
  }

  .introduction-item a {
    display: block;
    width: 100%;
    height: auto;
    color: #443a38;
  }

  .introduction-movie {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .introduction-movie img {
    width: 100%;
    height: auto;
  }

  .introduction-account {
    width: 100%;
    font-size: 16px;
  }

  .introduction-sns {
    width: 100%;
    margin-bottom: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .introduction-snsbtn {
    display: block;
    width: 350px;
    height: auto;
    padding: 22px 0px;
    margin: 0px 15px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .introduction-snsbtn:hover {
    background-color: #443a38;
    color: #fffbf5;
  }

  .introduction-snsbtn::before {
    font-size: 28px;
    position: absolute;
    top: 51%;
    left: 7%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .introduction-snsbtn.twitter::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .introduction-snsbtn:hover.twitter::before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/x-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .introduction-snsbtn.instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
  }

  .introduction-snsbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .introduction-animal {
    width: 90%;
    height: auto;
    margin: auto;
  }

  .introduction-animal img {
    width: 100%;
    height: auto;
  }

  /* 装飾 */
  .introduction-contents-deco {
    position: absolute;
  }

  .introduction-contents-deco img {
    width: 100%;
    height: auto;
  }

  .introduction-contents-deco_footprints {
    width: 381px;
    height: auto;
    top: -130px;
    right: -8%;
  }

  .introduction-contents-deco_dog {
    width: 110px;
    height: auto;
    top: -220px;
    left: 3%;
  }

  .introduction-contents-deco_bk {
    width: 100vw;
    height: 860px;
    top: 43%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .introduction-contents-deco_bk img {
    width: 100%;
    height: 100%;
  }

  #campaign_terms {
    width: 100%;
    position: relative;
  }

  .campaign_terms-top_line {
    width: 100%;
    height: auto;
    margin-bottom: -1px;
  }

  .campaign_terms-top_line img {
    width: 100%;
    height: auto;
  }

  .campaign_terms--inner {
    width: 100%;
    padding: 40px 0px 70px;
    margin: auto auto;
    background-color: #eedc8a;
  }

  #campaign_terms .sec-heading {
    margin-bottom: 135px;
    letter-spacing: 0em;
  }

  #campaign_terms .sec-heading span {
    padding: 10px 15px;
  }

  .campaign_terms-contents {
    width: 90%;
    max-width: 1080px;
    height: 350px;
    padding: 35px 70px 35px 30px;
    margin: auto auto 60px;
    background-color: #ffffff;
    overflow: scroll;
  }

  .terms-wrap {
    width: 100%;
    height: auto;
  }

  .terms-wrap p {
    width: 100%;
    margin-bottom: 60px;
    font-size: 14px;
    text-align: justify;
  }

  .terms-wrap dl {
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
    text-align: justify;
  }

  .terms-wrap dl:last-of-type {
    margin-bottom: 0px;
  }

  .terms-wrap dl dt {
    margin-bottom: 20px;
  }

  .terms-wrap dl dd {
    margin-bottom: 15px;
  }

  .terms-wrap dl dd:last-of-type {
    margin-bottom: 0px;
  }

  .terms-wrap p a,
  .terms-wrap dl dd a {
    color: #636963;
  }

  .campaign_terms-contact {
    width: 100%;
  }

  .campaign_terms-contactbtn {
    display: block;
    width: 350px;
    height: auto;
    padding: 22px 0px;
    margin: 0px auto;
    border-radius: 7px;
    border: solid 2px #636963;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #636963;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .campaign_terms-contactbtn:hover {
    background-color: #636963;
    color: #fffbf5;
  }

  .campaign_terms-contactbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  /*
*	11/2 追加
* *********************************** */
  .btn-area {
    width: 77%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
  }

  .btn-area p,
  .btn-area div {
    margin: 0 0 15px;
  }

  .btn-area h4 {
    margin: 0 0 10px;
    font-size: 1.4em;
  }

  .btn-area a {
    width: 18%;
    display: inline-block;
    padding: 22px 0px;
    margin: 6px 5px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    background: #fff;
  }
}

@media all and (max-width: 1024px) {
  .main-pet-image-02 {
    width: 320px;
    top: 36%;
    right: 0;
  }
  .fukidashi {
    width: 308px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-51%, 75%);
  }
  .fukidashi img {
    width: 100%;
    height: auto;
  }
  .fukidashi__link {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 45px;
    width: 196px;
    height: 17px;
  }
  .main-pet-image-03 {
    left: 6.3%;
    bottom: 2%;
  }

  .btn-area {
    width: 80%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
  }

  .btn-area p,
  .btn-area div {
    margin: 0 0 15px;
  }

  .btn-area h4 {
    margin: 0 0 10px;
    font-size: 1.4em;
  }

  .btn-area a {
    width: 15%;
    display: inline-block;
    padding: 22px 0px;
    margin: 6px 5px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    background: #fff;
  }
}

/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
  #loading {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #eedc8a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
  }

  .loading-anime {
    width: 110px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .loading-footprints-wrap {
    width: 100%;
    height: 95px;
    position: relative;
  }

  .loading-footprints {
    width: 24px;
    height: auto;
    position: absolute;
  }

  .loading-footprints img {
    width: 100%;
    height: auto;
  }

  .loading-footprints-03 {
    top: 22px;
    left: 30px;
    transform: translate(-50%, -50%) rotate(-6deg);
    -webkit-transform: translate(-50%, -50%) rotate(-6deg);
    animation: loading-footprints-03 2s infinite;
  }

  .loading-footprints-02 {
    top: 44px;
    left: 65px;
    transform: translate(-50%, -50%) rotate(26deg);
    -webkit-transform: translate(-50%, -50%) rotate(26deg);
    animation: loading-footprints-02 2s infinite;
  }

  .loading-footprints-01 {
    top: 66px;
    left: 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: loading-footprints-01 2s infinite;
  }

  @keyframes loading-footprints-01 {
    0% {
      opacity: 0;
    }

    30% {
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes loading-footprints-02 {
    0% {
      opacity: 0;
    }

    40% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes loading-footprints-03 {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0;
    }

    60% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .loading-txt {
    width: 100%;
  }

  .loading-txt img {
    width: 100%;
    height: auto;
  }

  .opening {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
  }

  .opening.is-active {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
  }

  .opening-anime {
    width: 425px;
    height: 425px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    clip-path: circle(0 at 50% 50%);
  }

  .opening-anime.is-active {
    animation: clipPath 2.4s cubic-bezier(0.05, 1.02, 0.8, 0.8) 0s 1 forwards;
  }

  @keyframes clipPath {
    0% {
      clip-path: circle(0 at 50% 50%);
    }

    100% {
      clip-path: circle(100% at 50% 50%);
    }
  }

  .opening-anime-image {
    width: 256px;
    height: auto;
    padding-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .opening-anime-image img {
    width: 100%;
    height: auto;
  }

  #main {
    width: 100%;
    /* height: 72vh; */
    /* height: calc(var(--vh, 1vh) * 100); */
  }

  .main--inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-footprints-top {
    width: 67px;
    height: 109px;
    position: absolute;
    top: 10px;
    right: 200px;
    z-index: 2;
  }

  .main-footprints-top-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .main-footprints-top.is-active .main-footprints-top-img {
    opacity: 1;
  }

  .main-footprints-top-01 {
    width: 22px;
    height: auto;
    top: -36px;
    right: -12px;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
  }

  .main-footprints-top-02 {
    width: 22px;
    height: auto;
    position: absolute;
    top: 32px;
    left: 65px;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
  }

  .main-footprints-top-03 {
    width: 22px;
    height: auto;
    position: absolute;
    top: 71px;
    left: -21px;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }

  .main-footprints-top-04 {
    width: 22px;
    height: auto;
    position: absolute;
    top: 124px;
    left: -58px;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }

  .main-footprints-left {
    width: 120px;
    height: 100px;
    position: absolute;
    bottom: 100px;
    left: 35%;
    z-index: 2;
  }

  .main-footprints-bottom {
    width: 150px;
    height: 100px;
    position: absolute;
    bottom: -200px;
    left: 164px;
    z-index: 2;
  }

  .main-footprints-bottom-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .main-footprints-bottom.is-active .main-footprints-bottom-img {
    opacity: 1;
  }

  .main-footprints-bottom-01 {
    width: 24px;
    height: auto;
    top: -24px;
    left: -52px;
    transform: scale(-1, 1) rotate(-15deg);
    -webkit-transform: scale(-1, 1) rotate(-15deg);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }

  .main-footprints-bottom-02 {
    width: 24px;
    height: auto;
    position: absolute;
    top: 60px;
    right: 156px;
    transform: scale(-1, 1) rotate(-15deg);
    -webkit-transform: scale(-1, 1) rotate(-15deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-footprints-bottom-03 {
    width: 35px;
    height: auto;
    position: absolute;
    bottom: -19px;
    left: -159px;
    transform: scale(-1, 1) rotate(-15deg);
    -webkit-transform: scale(-1, 1) rotate(-15deg);
  }

  .main-footprints-left-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .main-footprints-left.is-active .main-footprints-left-img {
    opacity: 1;
  }

  .main-footprints-left-01 {
    width: 24px;
    height: auto;
    top: 20px;
    left: -50px;
    transform: scale(-1, 1) rotate(-15deg);
    -webkit-transform: scale(-1, 1) rotate(-15deg);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }

  .main-footprints-left-02 {
    width: 24px;
    height: auto;
    position: absolute;
    top: 84px;
    right: 110px;
    transform: scale(-1, 1) rotate(-15deg);
    -webkit-transform: scale(-1, 1) rotate(-15deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-footprints-left-03 {
    width: 24px;
    height: auto;
    position: absolute;
    top: 145px;
    right: 147px;
    transform: scale(-1, 1) rotate(-15deg);
    -webkit-transform: scale(-1, 1) rotate(-15deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-footprints-left-04 {
    width: 24px;
    height: auto;
    position: absolute;
    top: 205px;
    right: 113px;
    transform: scale(-1, 1) rotate(-15deg);
    -webkit-transform: scale(-1, 1) rotate(-15deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-contents {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-image: url("../image/main-content-bk@sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

  .main-logo {
    width: 450px;
    height: auto;
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .main-logo img {
    width: 100%;
    height: auto;
  }

  .main-pet-image {
    width: 200px;
    height: auto;
    position: absolute;
  }

  .main-pet-image-01 {
    top: 2%;
    left: 5%;
  }

  .main-pet-image-02 {
    top: 0;
    right: 5%;
  }

  .main-pet-image-03 {
    width: 200px;
    left: 75%;
    top: 20%;
  }

  .main-pet-image-04 {
    right: 10%;
    bottom: 3%;
    display: none;
  }

  .main-pet-image img {
    width: 100%;
    height: auto;
  }

  #about {
    width: 100%;
    padding: 180px 0px 60px;
  }

  .about-footprints {
    display: none;
  }

  .about--inner {
    width: 90%;
    margin: auto auto;
  }

  #about .sec-heading {
    margin-bottom: 80px;
  }

  #about .sec-heading img.sec-heading_txt {
    width: 148px;
    height: auto;
    margin: auto auto;
  }

  #about .sec-heading img.sec-heading_deco {
    bottom: -6px;
  }

  .about-contents {
    width: 100%;
  }

  .about-contents-details {
    width: 100%;
    height: auto;
  }

  .about-contents-details-inner {
    width: 100%;
  }

  .about-contents-heading {
    width: 100%;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
  }

  .about-contents-heading span {
    display: inline-block;
  }

  .about-contents-heading .pink {
    /* color: #F6A381; */
    color: #f4946d;
  }

  .about-contents-txt {
    width: 90%;
    margin: auto auto 15px;
    font-size: 16px;
    line-height: 2.3;
    text-align: justify;
    letter-spacing: 0em;
  }

  .about-contents-note {
    width: 90%;
    margin: auto auto;
    font-size: 14px;
    letter-spacing: 0em;
  }

  .about-contents-image {
    width: 340px;
    height: auto;
    margin: auto auto 20px;
  }

  .about-contents-image img {
    width: 100%;
    height: auto;
  }

  #application {
    width: 100%;
    position: relative;
  }

  .application--inner {
    width: 100%;
    margin: auto auto;
  }

  .application-contents {
    width: calc(100% - 96px);
    padding: 90px 0px 115px;
    background-color: #eedc8a;
    border: solid 3px #d6b626;
    position: relative;
    margin-inline: auto;
    border-radius: 8px;
  }

  #application .sec-heading {
    margin-bottom: 100px;
  }

  #application .sec-heading span {
    padding: 7px 30px;
  }

  .application-list {
    width: 90%;
    margin: auto auto 190px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .application-item {
    width: 281px;
    margin-bottom: 45px;
    position: relative;
  }

  .application-item:nth-of-type(2n) {
    margin-top: 30px;
  }

  .application-item:last-of-type {
    margin-bottom: 0px;
  }

  .application-item-bk-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .application-item-bk-wrap::before {
    content: "";
    height: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    border-top: solid 87px #f6a381;
    border-right: solid 83px transparent;
    z-index: 2;
  }

  .application-item-no {
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 4px;
    left: 14px;
    z-index: 3;
  }

  .application-item-no small {
    font-size: 10px;
  }

  .application-item-bk-wrap img {
    width: 100%;
    height: auto;
  }

  .application-item-wrap {
    width: 100%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .application-notice {
    width: 100%;
    margin-bottom: -3px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: calc(16 / 12);
    text-align: left;
    color: #636963;
    padding-right: 6px;
    padding-left: 100px;
  }

  .application-image {
    width: 190px;
    height: auto;
    margin: auto auto 12px;
  }

  .application-image img {
    width: 100%;
    height: auto;
  }

  .application-details {
    width: 100%;
    margin: auto auto;
  }

  .application-heading {
    width: 100%;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    /* color: #F6A381; */
    color: #f6a381;
  }

  .application-txt {
    width: 88%;
    margin: auto auto;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0em;
  }

  .application-txt small {
    font-size: 12px;
  }

  .application-item-note {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    color: #ce0000;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .application-sns {
    width: 90%;
    margin: auto auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .application-snsbtn {
    display: block;
    width: 300px;
    height: auto;
    padding: 18.5px 0px;
    margin: 0px 10px;
    border-radius: 7px;
    border: solid 2px #636963;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #636963;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .application-snsbtn::before {
    font-size: 26px;
    position: absolute;
    top: 51%;
    left: 7%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .application-snsbtn.twitter::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../image/x.png);
    background-size: contain;
    background-position: center;
  }

  .application-snsbtn:hover.twitter::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../image/x-white.png);
    background-size: contain;
    background-position: center;
  }

  .application-snsbtn.instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
  }

  .application-snsbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .application-campaign_terms {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .application-campaign_terms img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 8px;
  }

  .application-campaign_terms a {
    color: #443a38;
    text-decoration: underline;
  }

  /* 装飾 */
  .application-contents-deco {
    display: none;
  }

  #present {
    width: 100%;
    position: relative;
  }

  .present--inner {
    width: 92%;
    padding: 35px 0px 100px;
    margin: auto auto;
  }

  .present-contents {
    width: 100%;
    padding: 90px 0px 220px;
    border-radius: 10px;
    background-color: #eedc8a;
    border: solid 3px #d6b626;
    position: relative;
  }

  #present .sec-heading {
    margin-bottom: 120px;
  }

  .present-list {
    width: 96%;
    margin: auto auto !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .present-item {
    width: 276px;
    height: auto;
    margin: 0px 20px 43px;
    position: relative;
  }

  .present-item:last-of-type {
    margin: 0px 20px;
  }

  .present-bk {
    width: 100%;
    height: auto;
  }

  .winner-icon {
    width: 100%;
    height: auto;
    position: absolute;
    top: -12px;
    left: 0;
  }

  .winner-icon.cat {
    width: auto;
    height: 100%;
    max-height: 50px;
    right: 0;
    margin: auto;
  }

  .winner-icon.dog {
    width: auto;
    height: 100%;
    max-height: 42px;
    right: 0;
    margin: auto;
  }

  .winner-icon.add__winner-icon {
    max-height: 60px;
    top: -18px;
  }
  .winner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .present-details {
    width: 100%;
    padding: 60px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .present-name {
    width: 100%;
    margin: auto auto 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0em;
    color: #636963;
  }

  .present-name-sm {
    font-size: 14px;
  }

  .present-name small {
    font-size: 12px;
    line-height: 1.2;
  }

  .present-image > span {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .present-image {
    width: 100%;
  }

  .present-image-container {
    margin: auto auto;
  }

  .present-image-container img {
    width: 100%;
    height: auto;
    max-width: 240px;
    margin-inline: auto;
  }

  .present-image-nomal {
    width: 175px;
    height: auto;
    margin: -10px auto -5px;
  }

  .present-image-cat {
    width: 140px;
    height: auto;
  }

  .present-image-dog {
    width: 76px;
    height: auto;
  }

  .present-image-dog2 {
    width: 130px;
    height: auto;
  }

  .present-image-cat_dog {
    width: 175px;
    height: auto;
  }

  .present-image-rabbit {
    width: 74px;
    height: auto;
  }

  .present-image-hamster {
    width: 167px;
    height: auto;
  }

  .present-image-fish {
    width: 210px;
    height: auto;
  }

  .present-image-bird {
    width: 126px;
    height: auto;
  }

  .present-image-reptile {
    width: 167px;
    height: auto;
  }

  .present-note {
    width: 100%;
    margin: auto auto;
    font-size: 12px;
    text-align: center;
  }

  .present-image-1 {
    width: 178px;
    height: auto;
  }

  .present-image-2 {
    width: 283px;
    height: auto;
    position: relative;
    left: -5px;
    margin-top: -5px;
  }

  .present-image-3 {
    width: 150px;
    height: auto;
  }

  .present-image-4 {
    width: 214px;
    height: auto;
  }

  .present-image-5 {
    width: 241px;
    height: auto;
  }

  .present-image-6 {
    width: 171px;
    height: auto;
    margin-top: -15px;
  }

  .present-image-7 {
    width: 92px;
    height: auto;
  }

  .present-image-8 {
    width: 82px;
    height: auto;
  }

  .present-image-9 {
    width: 98px;
    height: auto;
  }

  .present-image-10 {
    width: 207px;
    height: auto;
    margin-top: -5px;
  }

  .present-image-11 {
    width: 110px;
    height: auto;
  }

  .present-image-12 {
    width: 219px;
    height: auto;
  }
  .present-image-add01 {
    width: 224px;
  }
  .present-image-add02 {
    width: 78px;
  }
  .present-image-add03 {
    width: 169px;
  }
  .present-image-add04 {
    width: 130px;
  }
  .present-image-add05 {
    width: 186px;
    position: relative;
    left: 8px;
  }
  .present-image-add07 {
    width: 170px;
  }
  .present-image-add08 {
    width: 170px;
  }
  .present-image-add09 {
    width: 200px;
    margin-top: -8px;
  }
  .present-name small {
    font-size: 10px;
  }
  .fukidashi {
    width: 308px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-51%, 75%);
  }
  .fukidashi img {
    width: 100%;
    height: auto;
  }
  .fukidashi__link {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 45px;
    width: 196px;
    height: 17px;
  }
  .all__mintxt {
    display: block;
    margin-top: -3px;
  }
  .all__mintxt2 {
    display: block;
  }
  .mt__minus {
    margin-top: -6px;
  }
  /* 装飾 */
  .present-contents-deco {
    display: none;
  }

  .present-deco_people {
    width: 100%;
    max-width: 335px;
    height: auto;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .present-deco_people img {
    width: 100%;
    height: auto;
  }

  #image {
    width: 100%;
    padding-bottom: 25px;
  }

  .image--inner {
    width: 100%;
    /* padding: 30px 0px 105px; */
    padding: 30px 0px 35px;
    margin: auto auto;
    position: relative;
  }

  #image .sec-heading {
    margin-bottom: 140px;
    line-height: 1.2;
    letter-spacing: 0em;
  }

  #image .sec-heading span {
    padding: 6px 0px;
  }

  .image-list {
    width: 95%;
    margin: auto !important;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  .image-item {
    width: 32.4%;
  }
  .image-item:nth-child(2) {
    width: 32.4%;
  }

  .image-item-heading {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .image-item-heading img {
    display: inline-block;
    width: 28px;
    height: auto;
    margin-right: 6px;
  }

  .image-item-photo {
    width: 100%;
    height: auto;
  }

  .image-item-photo img {
    width: 100%;
    height: auto;
  }

  /* 装飾 */
  .image-contents-deco {
    display: none;
  }
  .image-contents-deco-sp {
    display: block;
    margin-top: 50px;
  }

  .image-contents-deco-sp img {
    width: 100%;
  }

  #introduction {
    width: 100%;
    position: relative;
  }

  .introduction--inner {
    width: 100%;
    padding: 100px 0px 75px;
    margin: auto auto;
  }

  #introduction .sec-heading {
    margin-bottom: 110px;
    letter-spacing: 0em;
  }

  .introduction-contents {
    width: 90%;
    margin: auto auto;
    position: relative;
  }

  .introduction-list {
    width: 100%;
    margin-bottom: 70px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .introduction-list::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }

  .introduction-item {
    width: 32%;
    margin-bottom: 20px;
  }

  .introduction-item:nth-last-of-type(-n + 3) {
    margin-bottom: 0px;
  }

  .introduction-item a {
    display: block;
    width: 100%;
    height: auto;
    color: #443a38;
  }

  .introduction-movie {
    width: 100%;
    height: auto;
    margin-bottom: 3px;
  }

  .introduction-movie img {
    width: 100%;
    height: auto;
  }

  .introduction-account {
    width: 100%;
    font-size: 12px;
  }

  .introduction-sns {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .introduction-snsbtn {
    display: block;
    width: 300px;
    height: auto;
    margin: 0px 10px;
    padding: 18.5px 0px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .introduction-snsbtn::before {
    font-size: 26px;
    position: absolute;
    top: 51%;
    left: 7%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .introduction-snsbtn.twitter::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../image/x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .introduction-snsbtn:hover.twitter::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../image/x-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .introduction-snsbtn.instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
  }

  .introduction-snsbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .introduction-animal {
    display: none;
  }

  /* 装飾 */
  .introduction-contents-deco {
    display: none;
  }

  #campaign_terms {
    width: 100%;
  }

  .campaign_terms-top_line {
    display: none;
  }

  .campaign_terms--inner {
    width: 100%;
    padding: 75px 0px 45px;
    margin: auto auto;
    background-color: #eedc8a;
  }

  #campaign_terms .sec-heading {
    margin-bottom: 105px;
    letter-spacing: 0em;
  }

  #campaign_terms .sec-heading span {
    padding: 10px 15px;
  }

  .campaign_terms-contents {
    width: 90%;
    height: 500px;
    padding: 30px;
    margin: auto auto 60px;
    background-color: #ffffff;
    overflow: scroll;
  }

  .terms-wrap {
    width: 100%;
    height: auto;
  }

  .terms-wrap p {
    width: 100%;
    margin-bottom: 60px;
    font-size: 14px;
    letter-spacing: 0em;
    text-align: justify;
  }

  .terms-wrap dl {
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: 0em;
    text-align: justify;
  }

  .terms-wrap dl:last-of-type {
    margin-bottom: 0px;
  }

  .terms-wrap dl dt {
    margin-bottom: 20px;
  }

  .terms-wrap dl dd {
    margin-bottom: 15px;
  }

  .terms-wrap p a,
  .terms-wrap dl dd a {
    color: #636963;
    word-wrap: break-word;
  }

  .terms-wrap p span,
  .terms-wrap dl dd span {
    font-feature-settings: "palt";
  }

  .campaign_terms-contact {
    width: 90%;
    margin: auto auto;
  }

  .campaign_terms-contactbtn {
    display: block;
    width: 300px;
    height: auto;
    margin: 0px auto;
    padding: 18.5px 0px;
    border-radius: 7px;
    border: solid 2px #636963;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #636963;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .campaign_terms-contactbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  /*
*	11/2 追加
* *********************************** */
  .btn-area {
    position: absolute;
    bottom: 20%;
    width: 77%;
    text-align: center;
  }

  .btn-area p,
  .btn-area div {
    margin: 0 0 10px;
  }

  .btn-area h4 {
    margin: 0 0 10px;
    font-size: 1.4em;
  }

  .btn-area a {
    width: 26%;
    display: inline-block;
    padding: 15px 0px;
    margin: 6px 15px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    background: #fff;
  }
}

/* SP ================================================== */
@media all and (max-width: 559px) {
  #loading {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #eedc8a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
  }

  .loading-anime {
    width: 110px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .loading-footprints-wrap {
    width: 100%;
    height: 95px;
    position: relative;
  }

  .loading-footprints {
    width: 24px;
    height: auto;
    position: absolute;
  }

  .loading-footprints img {
    width: 100%;
    height: auto;
  }

  .loading-footprints-03 {
    top: 22px;
    left: 30px;
    transform: translate(-50%, -50%) rotate(-6deg);
    -webkit-transform: translate(-50%, -50%) rotate(-6deg);
    animation: loading-footprints-03 2s infinite;
  }

  .loading-footprints-02 {
    top: 44px;
    left: 65px;
    transform: translate(-50%, -50%) rotate(26deg);
    -webkit-transform: translate(-50%, -50%) rotate(26deg);
    animation: loading-footprints-02 2s infinite;
  }

  .loading-footprints-01 {
    top: 66px;
    left: 35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    animation: loading-footprints-01 2s infinite;
  }

  @keyframes loading-footprints-01 {
    0% {
      opacity: 0;
    }

    30% {
      opacity: 0;
    }

    40% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes loading-footprints-02 {
    0% {
      opacity: 0;
    }

    40% {
      opacity: 0;
    }

    50% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes loading-footprints-03 {
    0% {
      opacity: 0;
    }

    50% {
      opacity: 0;
    }

    60% {
      opacity: 1;
    }

    80% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  .loading-txt {
    width: 100%;
  }

  .loading-txt img {
    width: 100%;
    height: auto;
  }

  .opening {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
  }

  .opening.is-active {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
  }

  .opening-anime {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    clip-path: circle(0 at 50% 50%);
  }

  .opening-anime.is-active {
    animation: clipPath 2.4s cubic-bezier(0.05, 1.02, 0.8, 0.8) 0s 1 forwards;
  }

  @keyframes clipPath {
    0% {
      clip-path: circle(0 at 50% 50%);
    }

    100% {
      clip-path: circle(100% at 50% 50%);
    }
  }

  .opening-anime-image {
    width: 200px;
    height: auto;
    padding-top: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .opening-anime-image img {
    width: 100%;
    height: auto;
  }

  #main {
    width: 100%;
    /*height: 100vh;
    height: calc(var(--vh, 1vh) * 100);*/
    padding: 0 0 50px;
  }

  .main--inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main-footprints-top {
    width: 67px;
    height: 100px;
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 2;
  }

  .main-footprints-top-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .main-footprints-top.is-active .main-footprints-top-img {
    opacity: 1;
  }

  .main-footprints-top-01 {
    width: 16px;
    height: auto;
    top: 0px;
    right: 0px;
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
    transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
  }

  .main-footprints-top-02 {
    width: 17px;
    height: auto;
    position: absolute;
    top: 68px;
    left: 68px;
    transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
  }

  .main-footprints-top-03 {
    width: 19px;
    height: auto;
    position: absolute;
    bottom: -10px;
    left: 14px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
  }

  .main-footprints-top-04 {
    width: 19px;
    height: auto;
    position: absolute;
    bottom: -64px;
    left: -11px;
    transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }

  .main-footprints-bottom {
    width: 70px;
    height: 100px;
    position: absolute;
    bottom: -75px;
    left: 55px;
    z-index: 2;
  }

  .main-footprints-bottom-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .main-footprints-bottom.is-active .main-footprints-bottom-img {
    opacity: 1;
  }

  .main-footprints-bottom-01 {
    width: 18px;
    height: auto;
    top: 4px;
    left: 0px;
    transform: scale(-1, 1) rotate(0deg);
    -webkit-transform: scale(-1, 1) rotate(0deg);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }

  .main-footprints-bottom-02 {
    width: 18px;
    height: auto;
    position: absolute;
    top: 61px;
    right: 34px;
    transform: scale(-1, 1) rotate(0deg);
    -webkit-transform: scale(-1, 1) rotate(0deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-footprints-bottom-03 {
    width: 24px;
    height: auto;
    position: absolute;
    bottom: -13px;
    left: -50px;
    transform: scale(-1, 1) rotate(0deg);
    -webkit-transform: scale(-1, 1) rotate(0deg);
  }

  .main-footprints-left {
    width: 70px;
    height: 86px;
    position: absolute;
    bottom: 85px;
    left: 34%;
    z-index: 2;
  }

  .main-footprints-left-img {
    position: absolute;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    opacity: 0;
  }

  .main-footprints-left.is-active .main-footprints-left-img {
    opacity: 1;
  }

  .main-footprints-left-01 {
    width: 18px;
    height: auto;
    top: 0px;
    left: 0px;
    transform: scale(-1, 1) rotate(25deg);
    -webkit-transform: scale(-1, 1) rotate(15deg);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }

  .main-footprints-left-02 {
    width: 18px;
    height: auto;
    position: absolute;
    top: 58px;
    right: 14px;
    transform: scale(-1, 1) rotate(0deg);
    -webkit-transform: scale(-1, 1) rotate(0deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-footprints-left-03 {
    width: 18px;
    height: auto;
    position: absolute;
    top: 90px;
    right: 77px;
    transform: scale(-1, 1) rotate(15deg);
    -webkit-transform: scale(-1, 1) rotate(15deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-footprints-left-04 {
    width: 18px;
    height: auto;
    position: absolute;
    top: 136px;
    right: 46px;
    transform: scale(-1, 1) rotate(0deg);
    -webkit-transform: scale(-1, 1) rotate(0deg);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }

  .main-contents {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-image: url("../image/main-content-bk@sp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
  }

  .main-logo {
    width: 95%;
    height: auto;
    position: absolute;
    top: 4%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .main-logo img {
    width: 100%;
    height: auto;
  }

  .main-pet-image {
    width: 170px;
    height: auto;
    position: absolute;
  }

  .main-pet-image-01 {
    width: 180px;
    top: 3%;
    left: 4%;
    display: none;
  }

  .main-pet-image-02 {
    width: 110px;
    top: 15%;
    right: 5%;
    display: none;
  }

  .main-pet-image-03 {
    width: 150px;
    left: 0%;
    bottom: 10%;
    display: none;
  }

  .main-pet-image-04 {
    right: 3%;
    bottom: 9%;
    display: none;
  }

  .main-pet-image img {
    width: 100%;
    height: auto;
  }

  #about {
    width: 100%;
    padding: 35px 0px 35px;
  }

  .about-footprints {
    display: none;
  }

  .about--inner {
    width: 90%;
    margin: auto auto;
  }

  #about .sec-heading {
    margin-bottom: 80px;
  }

  #about .sec-heading img.sec-heading_txt {
    width: 148px;
    height: auto;
    margin: auto auto;
  }

  #about .sec-heading img.sec-heading_deco {
    bottom: -6px;
  }

  .about-contents {
    width: 100%;
  }

  .about-contents-details {
    width: 100%;
    height: auto;
  }

  .about-contents-details-inner {
    width: 100%;
  }

  .about-contents-heading {
    width: 100%;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
  }

  .about-contents-heading span {
    display: inline-block;
  }

  .about-contents-heading .pink {
    /* color: #F6A381; */
    color: #f4946d;
  }

  .about-contents-txt {
    width: 90%;
    margin: auto auto 15px;
    font-size: 16px;
    line-height: 2.3;
    text-align: justify;
    letter-spacing: 0em;
  }

  .about-contents-note {
    width: 90%;
    margin: auto auto;
    font-size: 14px;
    letter-spacing: 0em;
  }

  .about-contents-image {
    width: 100%;
    height: auto;
    margin: auto auto 20px;
  }

  .about-contents-image img {
    width: 100%;
    height: auto;
  }

  #application {
    width: 100%;
    margin: 80px 0 0;
    position: relative;
  }

  .application--inner {
    width: 100%;
    margin: auto auto;
  }

  .application-contents {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    padding: 90px 0px 115px;
    background-color: #eedc8a;
    border: solid 3px #d6b626;
    position: relative;
  }

  #application .sec-heading {
    margin-bottom: 100px;
  }

  #application .sec-heading span {
    padding: 7px 30px;
  }

  .application-list {
    width: 100%;
    margin: auto auto 145px !important;
  }

  .application-item {
    width: 281px;
    margin: auto auto 45px;
    position: relative;
  }

  .application-item:last-of-type {
    margin-bottom: 0px;
  }

  .application-item-bk-wrap {
    width: 100%;
    height: auto;
    position: relative;
  }

  .application-item-bk-wrap::before {
    content: "";
    height: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    border-top: solid 87px #f6a381;
    border-right: solid 83px transparent;
    z-index: 2;
  }

  .application-item-no {
    display: inline-block;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 4px;
    left: 14px;
    z-index: 3;
  }

  .application-item-no small {
    font-size: 10px;
  }

  .application-item-bk-wrap img {
    width: 100%;
    height: auto;
  }

  .application-item-wrap {
    width: 100%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }

  .application-notice {
    width: 100%;
    margin-block: -20px 10px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: calc(16 / 12);
    text-align: right;
    color: #636963;
    padding-inline: 25px;
  }

  .application-image {
    width: 190px;
    height: auto;
    margin: auto auto 12px;
  }

  .application-image img {
    width: 100%;
    height: auto;
  }

  .application-details {
    width: 100%;
    margin: auto auto;
  }

  .application-heading {
    width: 100%;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    /* color: #F6A381; */
    color: #f6a381;
  }

  .application-txt {
    width: 88%;
    margin: auto auto;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0em;
  }

  .application-txt small {
    font-size: 12px;
  }

  .application-item-note {
    width: 90vw;
    margin-top: 8px;
    font-size: 13px;
    color: #ce0000;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .application-sns {
    width: 90%;
    margin: auto auto 30px;
  }

  .application-snsbtn {
    display: block;
    width: 100%;
    height: auto;
    padding: 18.5px 0px;
    border-radius: 7px;
    border: solid 2px #636963;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #636963;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .twitter {
    margin-bottom: 30px;
  }

  .application-snsbtn::before {
    font-size: 26px;
    position: absolute;
    top: 51%;
    left: 7%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .application-snsbtn.twitter::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../image/x.png);
    background-size: contain;
    background-position: center;
  }

  .application-snsbtn:hover.twitter::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../image/x-white.png);
    background-size: contain;
    background-position: center;
  }

  .application-snsbtn.instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
  }

  .application-snsbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .application-campaign_terms {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .application-campaign_terms img {
    display: inline-block;
    width: 24px;
    height: auto;
    margin-right: 8px;
  }

  .application-campaign_terms a {
    color: #443a38;
    text-decoration: underline;
  }

  /* 装飾 */
  .application-contents-deco {
    display: none;
  }

  #present {
    width: 100%;
    position: relative;
  }

  .present--inner {
    width: 92%;
    padding: 85px 0px 100px;
    margin: auto auto;
  }

  .present-contents {
    width: 100%;
    padding: 90px 0px 180px;
    border-radius: 10px;
    background-color: #eedc8a;
    border: solid 3px #d6b626;
    position: relative;
  }

  #present .sec-heading {
    margin-bottom: 100px;
  }

  .present-list {
    width: 100%;
    margin: auto auto !important;
  }

  .present-item {
    width: 276px;
    height: auto;
    margin: auto auto 43px;
    position: relative;
  }

  .present-item:last-of-type {
    margin: auto auto 0px;
  }

  .present-bk {
    width: 100%;
    height: auto;
  }

  .winner-icon {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  .winner-icon.cat {
    width: auto;
    height: 100%;
    max-height: 50px;
    right: 0;
    margin: auto;
  }

  .winner-icon.dog {
    width: auto;
    height: 100%;
    max-height: 42px;
    right: 0;
    margin: auto;
  }

  .winner-icon.xl {
    width: auto;
    height: 100%;
    max-height: 54px;
    right: 0;
    margin: auto;
  }

  .winner-icon.lg {
    width: auto;
    height: 100%;
    max-height: 44px;
    right: 0;
    margin: auto;
  }

  .winner-icon.md {
    width: auto;
    height: 100%;
    max-height: 60px;
    right: 0;
    margin: auto;
    margin-top: -7px;
  }

  .winner-icon.sm {
    width: auto;
    height: 100%;
    max-height: 40px;
    right: 0;
    margin: auto;
  }

  .winner-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .winner-icon.h-sm img {
    max-height: 43px;
  }

  .present-details {
    width: 100%;
    padding: 60px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .present-name {
    width: 100%;
    margin: auto auto 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0em;
    color: #636963;
  }

  .present-name-sm {
    font-size: 14px;
  }

  .present-name small {
    font-size: 12px;
    line-height: 1.2;
  }

  .present-image > span {
    display: block;
    text-align: center;
    font-size: 12px;
  }

  .present-image {
    width: 100%;
  }

  .present-image-container {
    margin: auto auto;
  }

  .present-image-container img {
    width: 100%;
    height: auto;
    max-width: 240px;
    margin-inline: auto;
  }

  .present-image-nomal {
    width: 175px;
    height: auto;
    margin: -10px auto -5px;
  }

  .present-image-cat {
    width: 140px;
    height: auto;
  }

  .present-image-dog {
    width: 76px;
    height: auto;
  }

  .present-image-dog2 {
    width: 126px;
    height: auto;
  }

  .present-image-cat_dog {
    width: 175px;
    height: auto;
  }

  .present-image-rabbit {
    width: 74px;
    height: auto;
  }

  .present-image-hamster {
    width: 157px;
    height: auto;
  }

  .present-image-fish {
    width: 187px;
    height: auto;
  }

  .present-image-bird {
    width: 126px;
    height: auto;
  }

  .present-image-reptile {
    width: 167px;
    height: auto;
  }

  .present-note {
    width: 100%;
    margin: auto auto;
    font-size: 12px;
    text-align: center;
  }

  .present-image-1 {
    width: 178px;
    height: auto;
  }

  .present-image-2 {
    width: 283px;
    height: auto;
    position: relative;
    left: -5px;
    margin-top: -12px;
  }

  .present-image-3 {
    width: 150px;
    height: auto;
  }

  .present-image-4 {
    width: 214px;
    height: auto;
  }

  .present-image-5 {
    width: 241px;
    height: auto;
  }

  .present-image-6 {
    width: 171px;
    height: auto;
    margin-top: -15px;
  }

  .present-image-7 {
    width: 92px;
    height: auto;
  }

  .present-image-8 {
    width: 82px;
    height: auto;
  }

  .present-image-9 {
    width: 98px;
    height: auto;
  }

  .present-image-10 {
    width: 207px;
    height: auto;
  }

  .present-image-11 {
    width: 110px;
    height: auto;
  }

  .present-image-12 {
    width: 219px;
    height: auto;
  }
  .present-image-add01 {
    width: 224px;
  }
  .present-image-add02 {
    width: 78px;
  }
  .present-image-add03 {
    width: 169px;
  }
  .present-image-add04 {
    width: 130px;
  }
  .present-image-add05 {
    width: 186px;
    position: relative;
    left: 8px;
    margin-top: -8px;
  }
  .present-image-add07 {
    width: 170px;
  }
  .present-image-add08 {
    width: 170px;
  }
  .present-image-add09 {
    width: 200px;
    margin-top: -8px;
  }
  .present-name small {
    font-size: 9px;
  }
  .fukidashi {
    width: 308px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-51%, 75%);
  }
  .fukidashi img {
    width: 100%;
    height: auto;
  }
  .fukidashi__link {
    display: block;
    position: absolute;
    bottom: 6px;
    left: 45px;
    width: 196px;
    height: 17px;
  }
  .all__mintxt {
    display: block;
    margin-top: -3px;
  }
  .all__mintxt2 {
    display: block;
  }
  .mt__minus {
    margin-top: -6px;
  }
  /* 装飾 */
  .present-contents-deco {
    display: none;
  }

  .present-deco_people {
    width: 100%;
    max-width: 335px;
    height: auto;
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .present-deco_people img {
    width: 100%;
    height: auto;
  }

  #image {
    width: 100%;
    padding-bottom: 25px;
  }

  .image--inner {
    width: 100%;
    /* padding: 30px 0px 105px; */
    padding: 30px 0px 35px;
    margin: auto auto;
    position: relative;
  }

  #image .sec-heading {
    margin-bottom: 140px;
    line-height: 1.2;
    letter-spacing: 0em;
  }

  #image .sec-heading span {
    padding: 6px 0px;
  }

  .image-list {
    width: 90%;
    margin: auto !important;
    flex-direction: column;
  }

  .image-item {
    width: 100%;
    margin-bottom: 25px;
  }
  .image-item:nth-child(2) {
    width: 100%;
  }

  .image-item:last-of-type {
    margin-bottom: 0px;
  }

  .image-item-heading {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .image-item-heading img {
    display: inline-block;
    width: 28px;
    height: auto;
    margin-right: 6px;
  }

  .image-item-photo {
    width: 100%;
    height: auto;
  }

  .image-item-photo img {
    width: 100%;
    height: auto;
  }

  /* 装飾 */
  .image-contents-deco {
    display: none;
  }

  .image-contents-deco-sp {
    display: block;
    margin-top: 50px;
  }

  .image-contents-deco-sp img {
    width: 100%;
  }

  #introduction {
    width: 100%;
    position: relative;
  }

  .introduction--inner {
    width: 100%;
    padding: 140px 0px 75px;
    margin: auto auto;
  }

  #introduction .sec-heading {
    margin-bottom: 110px;
    letter-spacing: 0em;
  }

  .introduction-contents {
    width: 90%;
    margin: auto auto;
    position: relative;
  }

  .introduction-list {
    width: 100%;
    margin-bottom: 70px !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .introduction-list::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }

  .introduction-item {
    width: 32%;
    margin-bottom: 20px;
  }

  .introduction-item:nth-last-of-type(-n + 3) {
    margin-bottom: 0px;
  }

  .introduction-item a {
    display: block;
    width: 100%;
    height: auto;
    color: #443a38;
  }

  .introduction-movie {
    width: 100%;
    height: auto;
    margin-bottom: 3px;
  }

  .introduction-movie img {
    width: 100%;
    height: auto;
  }

  .introduction-account {
    width: 100%;
    font-size: 12px;
    overflow-wrap: break-word;
  }

  .introduction-sns {
    width: 100%;
  }

  .introduction-snsbtn {
    display: block;
    width: 100%;
    height: auto;
    padding: 18.5px 0px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .introduction-snsbtn::before {
    font-size: 26px;
    position: absolute;
    top: 51%;
    left: 7%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .introduction-snsbtn.twitter::before {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../image/x.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .introduction-snsbtn:hover.twitter::before {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(../image/x-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .introduction-snsbtn.instagram::before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
  }

  .introduction-snsbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  .introduction-animal {
    display: none;
  }

  /* 装飾 */
  .introduction-contents-deco {
    display: none;
  }

  #campaign_terms {
    width: 100%;
    position: relative;
  }

  .campaign_terms-top_line {
    display: none;
  }

  .campaign_terms--inner {
    width: 100%;
    padding: 75px 0px 45px;
    margin: auto auto;
    background-color: #eedc8a;
    margin-top: 100px;
  }

  #campaign_terms .sec-heading {
    margin-bottom: 105px;
    letter-spacing: 0em;
  }

  #campaign_terms .sec-heading span {
    padding: 10px 15px;
  }

  .campaign_terms-contents {
    width: 90%;
    height: 500px;
    padding: 30px;
    margin: auto auto 60px;
    background-color: #ffffff;
    overflow: scroll;
  }

  .terms-wrap {
    width: 100%;
    height: auto;
  }

  .terms-wrap p {
    width: 100%;
    margin-bottom: 60px;
    font-size: 14px;
    letter-spacing: 0em;
    text-align: justify;
  }

  .terms-wrap dl {
    width: 100%;
    margin-bottom: 50px;
    font-size: 14px;
    letter-spacing: 0em;
    text-align: justify;
  }

  .terms-wrap dl:last-of-type {
    margin-bottom: 0px;
  }

  .terms-wrap dl dt {
    margin-bottom: 20px;
  }

  .terms-wrap dl dd {
    margin-bottom: 15px;
  }

  .terms-wrap p a,
  .terms-wrap dl dd a {
    color: #636963;
    word-wrap: break-word;
  }

  .terms-wrap p span,
  .terms-wrap dl dd span {
    font-feature-settings: "palt";
  }

  .campaign_terms-contact {
    width: 90%;
    margin: auto auto;
  }

  .campaign_terms-contactbtn {
    display: block;
    width: 100%;
    height: auto;
    padding: 18.5px 0px;
    border-radius: 7px;
    border: solid 2px #636963;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #636963;
    position: relative;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .campaign_terms-contactbtn::after {
    content: "\f054";
    font-family: "Font Awesome 5 pro";
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
  }

  /*
*	11/2 追加
* *********************************** */
  .btn-area {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .btn-area p,
  .btn-area div {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .btn-area h4 {
    margin: 0 0 5px;
    font-size: 1.1em;
  }

  .btn-area a {
    width: 30%;
    display: inline-block;
    padding: 12px 0px;
    margin: 5px 0px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    background: #fff;
  }
}

/* MV　20220318組み直し */
.mv-contents {
  width: calc(100% - 80px);
  margin: 50px auto 80px;
  padding: 175px 50px 190px;
  /* background: url("../image/bg_mv02.png") repeat-y center center;
  background-size: contain; */
  position: relative;
}

/*
.mv-contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 0;
  background: url("../image/bg_mv01.png") no-repeat bottom center;
  background-size: contain;
}

.mv-contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -30px;
  left: 0;
  background: url("../image/bg_mv03.png") no-repeat top center;
  background-size: contain;
} */

@media all and (max-width: 768px) {
  .mv-contents::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    /* background: url("../image/bg_mv03.png") no-repeat top center;
    background-size: contain; */
  }
}

@media all and (max-width: 560px) {
  .mv-contents {
    width: 96%;
    margin: 30px auto 50px;
    /* padding: 180px 5px 0px; */
    padding: 175px 5px 205px;
    /* background: url("../image/bg_mv02.png") repeat-y center center;
    background-size: contain; */
    position: relative;
  }

  .mv-contents::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: -7px;
    left: 0;
    /* background: url("../image/bg_mv03.png") no-repeat top center;
    background-size: contain; */
  }
}

.mv_logo {
  width: 100%;
  max-width: 510px;
  margin: 0 auto 30px;
}

.mv_logo img {
  width: 100%;
}

/* .media-area {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}

.media-area p,
.media-area div {
  margin: 0 0 15px;
}

.media-area h4 {
  margin: 0 0 10px;
  font-size: 1.4em;
} */

.logo-area {
  width: 100%;
  max-width: 171px;
  height: auto;
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
}

.logo-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .logo-area {
    max-width: 100px;
    bottom: 186px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.mv_day-icon {
  width: 242px;
  height: 244px;
  position: absolute;
  right: 85px;
  bottom: 71px;
}

@media (max-width: 1080px) {
  .mv_day-icon {
    width: 155px;
    height: 156px;
    position: absolute;
    right: 10px;
    bottom: 50px;
  }
}

@media (max-width: 567px) {
  .mv_day-icon {
    width: 139px;
    height: 140px;
    bottom: 58px;
  }
}

.mv_day-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-area a {
  box-sizing: border-box;
  /* width: 18%; */
  width: 20%;
  display: inline-block;
  padding: 22px 0px;
  margin: 6px 5px;
  border-radius: 7px;
  border: solid 2px #443a38;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #443a38;
  background: #fff;
}

@media all and (max-width: 768px) {
  .media-area {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }

  .media-area p,
  .media-area div {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .media-area h4 {
    margin: 0 0 5px;
    font-size: 1.1em;
  }

  .media-area a {
    box-sizing: border-box;
    width: 30%;
    display: inline-block;
    padding: 12px 0px;
    margin: 5px 0px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    background: #fff;
  }
}

@media all and (max-width: 560px) {
  .media-area a {
    box-sizing: border-box;
    width: 48%;
    display: inline-block;
    padding: 12px 0px;
    margin: 5px 0px;
    border-radius: 7px;
    border: solid 2px #443a38;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
    color: #443a38;
    background: #fff;
  }
}

.mv_img_pet {
  display: block;
  width: 25%;
  max-width: 240px;
  position: absolute;
}

.mv_img_pet img {
  width: 100%;
}

.mv_img_pet.img_pet01 {
  max-width: 240px;
  top: -5%;
  left: 1%;
}

.mv_img_pet.img_pet02 {
  max-width: 240px;
  top: 21%;
  left: 74%;
  z-index: 3;
}

.mv_img_pet.img_pet03 {
  max-width: 166px;
  bottom: 6%;
  left: 9%;
  z-index: 3;
}

@media all and (max-width: 1024px) {
  .mv_img_pet.img_pet02 {
    max-width: 160px;
    top: 21%;
    left: 84%;
  }

  .mv_img_pet.img_pet03 {
    bottom: -4%;
    left: 2%;
  }
}

.mv_img_pet.img_pet04 {
  bottom: 10%;
  left: 70%;
}

@media all and (max-width: 1024px) {
  .mv_img_pet.img_pet04 {
    bottom: 40%;
    left: 0;
  }
}

@media all and (max-width: 768px) {
  .mv_img_pet.img_pet01 {
    max-width: 150px;
    top: 5%;
    bottom: auto;
    left: 4%;
  }

  .mv_img_pet.img_pet02 {
    max-width: 100px;
    top: 18%;
    left: 80%;
  }

  .mv_img_pet.img_pet03 {
    max-width: 150px;
    bottom: 0%;
    top: auto;
    left: 1%;
  }

  .mv_img_pet.img_pet04 {
    width: 280px;
    bottom: 10%;
    left: 60%;
  }
}

@media all and (max-width: 560px) {
  .mv_img_pet.img_pet01 {
    width: 150px;
    top: 3%;
    bottom: auto;
    left: 0%;
  }

  .mv_img_pet.img_pet02 {
    width: 90px;
    top: 14%;
    left: 71%;
  }

  .mv_img_pet.img_pet03 {
    width: 92px;
    bottom: 11%;
    top: auto;
    left: 5%;
  }

  .mv_img_pet.img_pet04 {
    width: 140px;
    bottom: 8%;
    left: 55%;
  }
}

.primary-color {
  color: #f6a381;
}

br.sbr {
  display: inline-block;
}

br.pbr {
  display: none;
}

br.tbr {
  display: none;
}

@media screen and (min-width: 768px) {
  br.sbr {
    display: none;
  }

  br.pbr {
    display: inline-block;
  }
}

@media screen and (min-width: 767px) and (max-width: 1020px) {
  br.tbr {
    display: inline-block;
  }
}

.mv_bg {
  position: absolute;
  z-index: -2;
}

.mv_bg img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.mv_bg01 {
  width: 800px;
  height: auto;
  right: -250px;
  top: -400px;
}

.mv_bg02 {
  width: 340px;
  height: auto;
  right: 294px;
  top: -188px;
  z-index: -1;
}

.mv_bg03 {
  width: 650px;
  height: auto;
  left: -250px;
  top: -300px;
}

.mv_bg04 {
  width: 650px;
  height: auto;
  right: -210px;
  bottom: -220px;
  z-index: -2;
}

.mv_bg05 {
  width: 250px;
  height: auto;
  left: -150px;
  bottom: 180px;
  z-index: -1;
}

.mv_bg06 {
  width: 830px;
  height: auto;
  left: -313px;
  bottom: -394px;
  z-index: -1;
}

@media all and (min-width: 560px) and (max-width: 959px) {
  .mv_bg01 {
    width: 600px;
    height: auto;
    right: -184px;
    top: -356px;
  }

  .mv_bg02 {
    width: 200px;
    right: -120px;
    top: 26px;
  }

  .mv_bg03 {
    width: 500px;
    height: auto;
    left: -169px;
    top: -216px;
  }

  .mv_bg04 {
    width: 400px;
    height: auto;
    right: -172px;
    bottom: -139px;
    z-index: -2;
  }

  .mv_bg05 {
    width: 500px;
    height: auto;
    left: -150px;
    bottom: -280px;
    z-index: -1;
  }

  .mv_bg06 {
    width: 250px;
    height: auto;
    left: -170px;
    bottom: 9px;
    z-index: -2;
  }
}

@media all and (max-width: 560px) {
  .mv_bg01 {
    width: 360px;
    height: auto;
    right: -82px;
    top: -208px;
  }

  .mv_bg02 {
    width: 120px;
    height: auto;
    right: -61px;
    top: 34px;
    z-index: -1;
  }

  .mv_bg03 {
    width: 340px;
    height: auto;
    left: -134px;
    top: -147px;
  }

  .mv_bg04 {
    width: 320px;
    height: auto;
    right: -119px;
    bottom: -85px;
    z-index: -1;
  }

  .mv_bg05 {
    width: 340px;
    height: auto;
    left: -100px;
    bottom: -127px;
    z-index: -2;
  }

  .mv_bg06 {
    width: 145px;
    height: auto;
    left: -84px;
    bottom: 80px;
    z-index: -3;
  }
}

@media screen and (min-width: 969px) and (max-width: 1140px) {
  .main-footprints-top-04 {
    display: none !important;
  }
}

@media all and (min-width: 960px) {
  .application_bg-sp,
  .present_bg-sp,
  .introduction_bg-sp,
  .campaign_bg-sp,
  .campaign_terms-top_line-sp {
    display: none;
  }

  .application_bg-pc,
  .present_bg-pc,
  .campaign_bg-pc {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: -1;
  }

  .application_bg-pc img,
  .present_bg-pc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .application_bg01 {
    max-width: 230px;
    right: -88px;
    top: -270px;
  }

  .application_bg02 {
    max-width: 520px;
    left: -120px;
    top: -240px;
  }

  .application_bg03 {
    max-width: 610px;
    right: -195px;
    top: 560px;
  }

  .application_bg04 {
    max-width: 440px;
    left: -248px;
    top: 1240px;
  }

  .application_bg05 {
    max-width: 250px;
    right: -70px;
    bottom: 180px;
  }

  .present_bg01 {
    max-width: 480px;
    left: -170px;
    top: -111px;
  }

  .present_bg02 {
    max-width: 450px;
    right: -180px;
    top: 700px;
  }

  .present_bg03 {
    max-width: 550px;
    left: -200px;
    bottom: 20px;
  }

  .present_bg04 {
    max-width: 180px;
    right: 0;
    bottom: 80px;
  }

  .campaign_bg-pc {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -285px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .campaign_bg-pc img {
    width: 132vw;
    height: auto;
    object-fit: contain;
  }
}

@media all and (min-width: 560px) and (max-width: 959px) {
  .application_bg-sp,
  .present_bg-sp,
  .introduction_bg-sp,
  .campaign_bg-sp,
  .campaign_terms-top_line-sp {
    display: none;
  }

  .application_bg-pc,
  .present_bg-pc,
  .campaign_bg-pc {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: -1;
  }

  .application_bg-pc img,
  .present_bg-pc img,
  .campaign_bg-pc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .application_bg01 {
    max-width: 230px;
    right: -88px;
    top: -200px;
  }

  .application_bg02 {
    max-width: 300px;
    left: -120px;
    top: -120px;
  }

  .application_bg03 {
    max-width: 610px;
    right: -195px;
    top: 560px;
  }

  .application_bg04 {
    max-width: 440px;
    left: -248px;
    top: 1010px;
  }

  .application_bg05 {
    max-width: 250px;
    right: -70px;
    bottom: 40px;
  }

  .present_bg01 {
    max-width: 480px;
    left: -170px;
    top: -40px;
  }

  .present_bg02 {
    max-width: 450px;
    right: -180px;
    top: 700px;
  }

  .present_bg03 {
    max-width: 550px;
    left: -200px;
    bottom: 20px;
  }

  .present_bg04 {
    max-width: 180px;
    right: 0;
    bottom: -60px;
  }
}

@media all and (max-width: 560px) {
  .application_bg-pc,
  .present_bg-pc,
  .campaign_bg-pc {
    display: none !important;
  }

  .application_bg-sp,
  .present_bg-sp,
  .introduction_bg-sp,
  .campaign_bg-sp,
  .campaign_terms-top_line-sp {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: -1;
  }

  .application_bg-sp img,
  .present_bg-sp img,
  .campaign_terms-top_line-sp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .application_bg01 {
    max-width: 130px;
    right: -43px;
    top: -160px;
  }

  .application_bg02 {
    max-width: 240px;
    left: -140px;
    top: -80px;
  }

  .application_bg03 {
    max-width: 220px;
    right: -110px;
    top: 640px;
  }

  .application_bg04 {
    max-width: 240px;
    left: -140px;
    top: 1410px;
  }

  .application_bg05 {
    max-width: 170px;
    right: -89px;
    bottom: 88px;
  }

  .present_bg01 {
    max-width: 220px;
    left: -70px;
    top: 0;
  }

  .present_bg02 {
    max-width: 280px;
    right: -150px;
    top: 640px;
  }

  .present_bg03 {
    max-width: 170px;
    left: -76px;
    top: 1370px;
  }

  .present_bg04 {
    max-width: 240px;
    right: -125px;
    top: 1760px;
  }

  .present_bg05 {
    max-width: 270px;
    right: -139px;
    bottom: 1756px;
  }

  .present_bg06 {
    max-width: 340px;
    left: -164px;
    bottom: 2274px;
  }

  .present_bg07 {
    max-width: 150px;
    right: -55px;
    bottom: -80px;
  }
  .present_bg08 {
    max-width: 289px;
    left: -182px;
    bottom: 1044px;
  }
  .introduction_bg-sp img {
    width: 130vw;
    object-fit: contain;
  }

  .campaign_bg-pc {
    display: none;
  }

  .introduction_bg01 {
    max-width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: -100px;
  }

  .campaign_bg-sp img {
    width: 180vw;
    object-fit: contain;
  }

  .campaign_bg01 {
    max-width: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    top: -180px;
  }

  .campaign_terms-top_line-sp {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    z-index: 1;
  }
}

/* 終了文言 */
.end_text_area {
  width: 50%;
  max-width: 600px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #fff;
  border: solid 3px #f1913d;
  position: relative;
  padding: 50px 20px;
  text-align: center;
  z-index: 1;
}
.end_text_area .text {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 560px) {
  .end_text_area {
    width: 90%;
    max-width: 100%;
  }
  .end_text_area .text {
    font-size: 12px;
  }
}
