/* bunny */
body {
    background: #f7cddd;
}
.tc {
    text-align: center;
}
.r {
    position: relative;
}
.flex {
    display: flex;
}
.full {
    width: 100%;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
main {
    background: #f7cddd;
    min-height: 100vh;
    font-family: "Chiron GoRound TC", sans-serif;
    font-size: 1vw;
    font-weight: 600;
}
main p {
    font-weight: 800;
    margin-bottom: 0;
}
.main_content {
    display: flex;
/*    min-height: 100vh;*/
}
.main_c {
    width: 48.958vw;
    min-height: 200vh;
    background: #fff;
    margin: auto;
    padding: 3.8vw 0;
}
.flex_1 {
    flex: 1;
}
.main_l {
    position: fixed;
    left: 0;
    width: 25.52vw;
    height: 100vh;
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.line-up-txt {
    width: 46.931%;
    margin: 0 auto 1.8vw;
}
.line-up-img {
    width: 14.427vw;
    margin-bottom: 2vw;
}
.line-up-img > img {
    animation: fuwafuwa_1 2s ease-in-out infinite alternate-reverse;
}
.pro_list .icon {
    width: 1.6vw;
    height: 1.4vw;
/*    transform: rotate(-10deg);*/
}
.pro_list .icon.show {
    animation: aruku2 2s linear;
}
.pro_list .icon img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
@keyframes aruku2 {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-20deg)
    }
    
    50% {
        transform: rotate(0deg)
    }
    
    75% {
        transform: rotate(20deg)
    }
    
    100% {
        transform: rotate(0deg)
    }
}
.pro_list a {
    display: flex;
    gap: 0.6vw;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 0.5vw;
}
.main_r {
    position: fixed;
    right: 0;
    width: 25.52vw;
    height: 100vh;
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.deco-img {
    width: 14.739vw;
    margin-bottom: 2vw;
    animation: fuwafuwa_1 2s 1s ease-in-out infinite alternate-reverse;
}
@keyframes fuwafuwa_1 {
    0% {
        transform: translateY(-5%)
    }

    100% {
        transform: translateY(5%)
    }
}
.btn1 {
    color: #dc82ab;
    background: #fff;
    aspect-ratio: 314/65;
    width: 16.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
}
.main-visual {
    background: #f7cddd;
    border-radius: 2vw;
}
/*
.marquee {
    background-image: url(../img/bunny/kv-marquee.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 5.6vw;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 1;
}
*/
.marquee {
    position: fixed;
    left: 0;
    z-index: 1;
    display: flex;
/*    background: #185640;*/
/*    padding: 2.9vw 0;*/
    width: max-content;
    overflow: hidden;
    height: 3.9vw;
    align-items: center;
}
.marquee span {  
    width: 105.416vw;
    height: 1.354vw;
    background: url("../img/bunny/marquee-01.png") repeat-x;
    background-size: auto 100%;
    animation: loop 70s linear infinite;
}
@keyframes loop {
    from { background-position: 0 0; }
    to   { background-position: -105.416vw 0; }
  }
.marquee.m_top {
    top: 90px;
}
.marquee.m_btm {
    bottom: 0;
}
.copyright2 {
    position: fixed;
    width: 7.604vw;
    left: 0.7vw;
    bottom: 0vw;
    z-index: 5001;
}
.main-visual .copyright {
    bottom: 0.6vw;
    left: 1.7vw;
    width: 3.177vw;
}
.frame {
    position: fixed;
    width: 48.958vw;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.frame.btm {
    bottom: 0;
}
.a {
    position: absolute;
}
.main-visual .icon {
    left: 0;
    top: 0;
}
.visual-txt {
    width: 28.125vw;
    top: 2.3vw;
    left: 50%;
    transform: translateX(-50%);
}
.visual-p {
    color: #000000;
    margin-top: 0.8vw;
}
.intro-txt {
    padding: 3.4vw 0;
    color: #f2a3c5;
}
.pro_wrap {
    padding: 5.4vw 0;
/*    border-radius: 2vw;*/
/*    min-height: 100vh;*/
    font-size: 0.9vw;
}
#pro1 {
    border-radius: 2vw 2vw 0 0;
}
.pro_in {
    margin: auto;
/*    max-width: 32.291vw;*/
    max-width: 65.957%;
}
.pro_wrap1 {
    background: #f8ebef;
    color: #dc82ab;
}
.pro_wrap2 {
    background: #ecdae8;
    color: #b093be;
}
.pro_wrap3 {
    background: #e1eff9;
    color: #8ac4df;
}
.pro_wrap4 {
    background: #fffbde;
    color: #e39bbb;
    border-radius: 0 0 2vw 2vw;
}
.pro_tit {
    width: 28.541vw;
/*    width: 88.387%;*/
/*    height: 2.5vw;*/
    margin: 0 auto 1.6vw;
    aspect-ratio: 548 / 48;
}
.pro_tit img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.pro_frame {
    margin: 1.6vw auto 1.2vw;
/*    width: 32.291vw;*/
}
.pro_border {
    position: relative;
}
.pro_visual {
    width: 99%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes blurIn {
    from {
        mask-image: url(../img/bunny/blur.png);
        mask-size: 0 auto;
    }
    to {
        mask-size: 350% auto;
    }
}
.blurIn {
    animation-name: blurIn;
    animation-timing-function: ease;
    mask-position: center center;
    mask-repeat: no-repeat;
}
.c-lineup-list__btn-link {
    border-radius: 2vw;
    padding: 0.6vw 1.2vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    margin-right: 1px;
}
.pro_wrap1 .c-lineup-list__btn-link {
    background: #dc82ab;
    color: #f8ebef;
}
.pro_wrap2 .c-lineup-list__btn-link {
    background: #b093be;
    color: #ecdae8;
}
.pro_wrap3 .c-lineup-list__btn-link {
    background: #8ac4df;
    color: #e1eff9;
}
.pro_wrap4 .c-lineup-list__btn-link {
    background: #e39bbb;
    color: #fffbde;
}
.c-lineup-list-slide__item {
    background: #fff;
    border-radius: 20vw;
    aspect-ratio: 620 / 255;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-lineup-list-slide__item img {
    width: 74.354%;
}
.c-lineup-list__btm {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 1vw 0 0;
}
.c-lineup-list-other {
    justify-content: space-between;
    margin-bottom: 0.8vw;
}
.c-lineup-list-other .item {
    position: relative;
    padding-top: 4.651%;
    width: 32.419%;
}
.other_tit {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}
.o_tit1 {
    width: 67.164%;
}
.pro_wrap4 .o_tit1 {
    width: 80.616%;
}
.o_tit2 {
    width: 76.616%;
}
.pro_wrap4 .o_tit2 {
    width: 80.616%;
}
.other_pic {
    aspect-ratio: 1;
}
.slick-prev, .slick-next {
    aspect-ratio: 40/122;
    width: 2vw;
    height: 6.3vw;
/*    z-index: 1;*/
    top: initial;
    bottom: 6.8vw;
    transform: none;
}
.slick-prev {
    left: -3vw;
}
.slick-next {
    right: -3vw;
}
.slick-prev:before, .slick-next:before {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    display: block;
    color: transparent;
    opacity: 1;
}
.pro_wrap1 .slick-prev:before, .pro_wrap1 .slick-next:before {
    background-image: url(../img/bunny/arrow-01.png);
}
.pro_wrap2 .slick-prev:before, .pro_wrap2 .slick-next:before {
    background-image: url(../img/bunny/arrow-02.png);
}
.pro_wrap3 .slick-prev:before, .pro_wrap3 .slick-next:before {
    background-image: url(../img/bunny/arrow-03.png);
}
.pro_wrap4 .slick-prev:before, .pro_wrap4 .slick-next:before {
    background-image: url(../img/bunny/arrow-04.png);
}
.slick-next:before {
    transform:scaleX(-1);
}
.slick-dots {
    position: absolute;
    bottom: initial;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
/*    z-index: 1;*/
    font-size: 0;
    top: 10.5vw;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 0.2vw;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
/*    background: #999;*/
    border-radius: 100%;
}
.slick-dots li button:before {
    font-size: 0;
    width: 100%;
    height: 100%;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li:hover button,
.slick-dots li.slick-active button {
/*    background: #333;*/
}
.pro_wrap1 .slick-dots li:nth-of-type(1) button {
    background: #f0cfdc;
}
.pro_wrap1 .slick-dots li:nth-of-type(2) button {
    background: #212121;
}
.pro_wrap1 .slick-dots li:nth-of-type(3) button {
    background: #dbcbb9;
}

.pro_wrap2 .slick-dots li:nth-of-type(1) button {
    background: #d4cddc;
    border: 1px solid #c4c1c3;
}
.pro_wrap2 .slick-dots li:nth-of-type(2) button {
    background: #212121;
}
.pro_wrap2 .slick-dots li:nth-of-type(3) button {
    background: #f3e9f1;
    border: 1px solid #fff;
}

.pro_wrap3 .slick-dots li:nth-of-type(1) button {
    background: #d2ebf6;
    border: 1px solid #fff;
}
.pro_wrap3 .slick-dots li:nth-of-type(2) button {
    background: #f4e9f1;
    border: 1px solid #fff;
}
.pro_wrap3 .slick-dots li:nth-of-type(3) button {
    background: #bcbaa5;
}

.pro_wrap4 .slick-dots li:nth-of-type(1) button {
    background: #dab0a4;
}
.pro_wrap4 .slick-dots li:nth-of-type(2) button {
    background: #fff;
    border: 1px solid #c036be;
}
.pro_wrap4 .slick-dots li:nth-of-type(3) button {
    background: #969696;
    border: 1px solid #799ad9;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.pro_wrap .bunny {
    top: -26.947%;
}
.pro_wrap1 .bunny {
    aspect-ratio: 247/325;
    width: 39.838%;
/*    border: 1px solid red;*/
    left: 32.271%;
}
.pro_wrap1 .base {
    width: 82.994%;
    margin-left: 5.441%;
}
.hearts-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
}
.heart-wrapper1 {
    width: 3.2vw;
    margin-bottom: 4.5vw;
}
.heart-wrapper2 {
    width: 2.1vw;
    margin-left: 10.6vw;
    margin-bottom: 6.6vw;
}
.hearts .img {
    width: 0.885vw;
}
@keyframes heart {
    0% {
        rotate: 3deg
    }

    50% {
        rotate: -3deg
    }

    to {
        rotate: 3deg
    }
}
.hearts-wrapper .hearts {
    opacity: 0;
    transition: opacity .5s ease 0s,translate 0s ease .3s
}
.hearts-wrapper .hearts .img {
    transition: .5s cubic-bezier(.11,.74,.435,1.65) .5s;
}
.hearts-wrapper .hearts img {
    animation: heart .8s ease 0s infinite alternate;
/*    transition: .5s cubic-bezier(.11,.74,.435,1.65) .5s;*/
}
.hearts-wrapper .hearts1 {
    translate: 0 100%;
}
.hearts-wrapper .hearts1 .img {
    display: block;
    scale: 0;
    
    transform-origin: 50% 100%;
}
.hearts-wrapper .hearts.show {
    opacity: 1;
    transition: opacity .3s ease 0s,translate 4s ease 0s;
    translate: 0 0 !important;
}
.hearts-wrapper .hearts.show .img {
    scale: 1
}
.heart-wrapper1 .img:nth-of-type(1) {
    margin-left: 1.5vw;
    margin-bottom: 1.5vw;
    transform: rotate(-15deg);
}
.heart-wrapper1 .img:nth-of-type(1) img {
    animation-delay: .6s;
}
.heart-wrapper1 .img:nth-of-type(2) {
    margin-bottom: 0.8vw;
    transform: rotate(-40deg);
}
.heart-wrapper1 .img:nth-of-type(2) img {
    animation-delay: 1s;
}
.heart-wrapper1 .img:nth-of-type(3) {
    margin-left: 2.1vw;
    margin-bottom: 1vw;
    transform: rotate(-40deg);
}
.heart-wrapper1 .img:nth-of-type(3) img {
    animation-delay: .3s;
}
.heart-wrapper1 .img:nth-of-type(4) {
    
}
.heart-wrapper1 .img:nth-of-type(4) img {
    animation-delay: .8s;
}

.heart-wrapper2 .img:nth-of-type(1) {
    margin-left: 0.6vw;
    margin-bottom: 1.1vw;
}
.heart-wrapper2 .img:nth-of-type(1) img {
    animation-delay: .1s;
}
.heart-wrapper2 .img:nth-of-type(2) {
    margin-left: 1.3vw;
    margin-bottom: 0.8vw;
    transform: rotate(15deg);
}
.heart-wrapper2 .img:nth-of-type(2) img {
    animation-delay: .3s;
}
.heart-wrapper2 .img:nth-of-type(3) {
    transform: rotate(5deg);
}
.heart-wrapper2 .img:nth-of-type(3) img {
    animation-delay: .8s;
}
.hearts-wrapper .hearts.show .img:nth-child(1) {
    transition-delay: .3s
}

.hearts-wrapper .hearts.show .img:nth-child(2) {
    transition-delay: .6s
}

.hearts-wrapper .hearts.show .img:nth-child(3) {
    transition-delay: .9s
}

.hearts-wrapper .hearts.show .img:nth-child(4) {
    transition-delay: 1s
}
.pro_wrap2 .bunny {
    aspect-ratio: 226/329;
    width: 36.451%;
    left: 31.277%;
}
.pro_wrap2 .base {
    animation: aruku 3.3s linear infinite;
    transform-origin: bottom center;
    width: 93.364%;
}
.pro_wrap2 .cat {
    position: absolute;
    right: 0;
    width: 32.744%;
    bottom: 9.338%;
}
@keyframes aruku {
    0%,100% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(4deg)
    }
}
.pro_wrap3 .bunny {
    aspect-ratio: 173/341;
    width: 27.903%;
    left: 34.374%;
}
.pro_wrap3 .base {
    width: 84.968%;
    margin-left: 14.429%;
    overflow: hidden;
}
.h_wrap {
    position: absolute;
    aspect-ratio: 49 / 86;
    width: 26.903%;
    top: 46.737%;
    left: 0;
}
.h_wrap img {
    animation: onp 3s ease 0s infinite
}
.h_wrap img:nth-of-type(1) {
    width: 32.653%;
    margin-left: 39.183%;
    margin-bottom: 10.815%;
    animation-delay: 1s;
    animation-duration: 3s;
}
.h_wrap img:nth-of-type(2) {
    width: 26.53%;
    margin-bottom: 7.053%;
    animation-delay: 3s;
    animation-duration: 3.5s;
}
.h_wrap img:nth-of-type(3) {
    width: 28.571%;
    margin-left: 54.857%;
    margin-bottom: 11.756%;
    animation-delay: 1s;
    animation-duration: 2.4s;
}
.h_wrap img:nth-of-type(4) {
    width: 26.53%;
    margin-left: 70.53%;
    animation-delay: 2.5s;
    animation-duration: 3.8s;
}
@keyframes onp {
    0% {
        rotate: 0deg
    }

    40% {
        rotate: 0deg
    }

    55% {
        rotate: 15deg
    }

    70% {
        rotate: -15deg
    }

    75% {
        rotate: 0deg
    }

    to {
        rotate: 0deg
    }
}
.pro_wrap4 .bunny {
    aspect-ratio: 222/216;
    width: 36.806%;
    left: 50%;
    transform: translateX(-50%);
    top: -9%;
}
.pro_wrap4 .base {
    width: 100%;
    animation: upup 4s linear infinite;
}
@keyframes upup {
    0% {
        transform: translate(0, 0px)
    }

    6% {
        transform: translate(0, -8px)
    }

    12% {
        transform: translate(0, 0)
    }

    18% {
        transform: translate(0, -8px)
    }

    24%,50% {
        transform: translate(0, 0)
    }

    56% {
        transform: translate(0, -8px)
    }

    62% {
        transform: translate(0, 0)
    }

    68% {
        transform: translate(0, -8px)
    }

    74% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(0, 0px)
    }
}

.coming {
    height: 49vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 2vw 2vw;
    background: #f8ebef;
}
.coming_img {
    width: 29.947vw;
    margin: 0 auto;
}
.coming_label {
    margin: 1vw auto 0;
    color: #494949;
    padding: 1.5vw;
    background: #fbf3f5;
    border-radius: 2vw;
    width: 32vw;
    text-align: center;
    line-height: 1;
}
.special {
    border-radius: 2vw;
    padding: 5.4vw 0;
    color: #5f5f5f;
    text-align: center;
}
.special_img {
    margin: 3vw auto 0;
}
.special_wrap1 .special_img {
    width: 28.854vw;
}
.special_wrap2 .special_img {
    width: 36.562vw;
}
.special_label {
    color: #fff;
    background: #dc82ab;
    border-radius: 10vw;
    max-width: 22.5vw;
    margin: 1vw auto 0;
    padding: 1vw 0;
}
#loading {
    background-image: url(../img/bunny/l-bg2.jpg);
    background-color: #fbe5f2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: flex-end;
    transition: all .5s;
}
.loading_in {
    position: relative;
    z-index: 1;
    width: 78.125%;
    margin: 0 auto 3%;
    aspect-ratio: 1500 / 730;
/*    border: 1px solid red;*/
}
/*
.floor {
    background-image: url(../img/bunny/l-floor.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 25.37%;
    width: 100%;
}
*/
#loading .bunny, #loading .dialog .txt, #loading .dialog .bg {
    opacity: 0;
}
.bunny1 {
    width: 51.733%;
    left: 19%;
    top: 17%;
}
#loading.show .bunny1 {
    animation: fadeIn 1s forwards;
}
.bunny2 {
    width: 15.466%;
    left: 0%;
    top: 40%;
}
#loading.show .bunny2 {
    animation: fadeIn 1s 0.5s forwards;
}
.bunny3 {
    width: 19.933%;
    left: 74.7%;
    top: 42%;
}
#loading.show .bunny3 {
    animation: fadeIn 1s 1s forwards;
}
.deco1 {
    width: 23.133%;
    left: 10%;
    top: 6%;
}
.deco2 {
    width: 26.8%;
    right: 0%;
    bottom: 0%;
}
.dialog {
    width: 27.8%;
    left: 61.4%;
    top: 0;
}
.dialog .txt {
    z-index: 1;
    width: 63.069%;
    top: 27.6%;
    left: 19.9%;
}
#loading.show .txt {
    animation: fadeIn 1s 2s forwards;
}
#loading.show .dialog .bg {
    animation: fadeIn 1s 1.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
#loading.hide {
/*    opacity: 0;*/
    animation: fadeOut 1s forwards;
    z-index: -1;
}
.wow {
    visibility: hidden;
}

.pc {
    display: inherit;
}
.mo {
    display: none;
}
@media only screen and (max-width: 769px) {
    main {
        font-size: 2.5vw;
    }
    .main_c {
        width: 100%;
        padding: 0;
    }
    .marquee {
        position: absolute;
        height: 11.33vw;
/*        background-size: auto 3.2vw;*/
    }
    .marquee.m_top {
        top: 0;
    }
    .marquee span {
        height: 3.2vw;
        width: 134.932vw;
    }
    @keyframes loop {
        from {
            background-position: 0 0;
        }
        to {
            background-position: -134.932vw 0;
        }
    }
    .kv {
        padding: 11vw 6vw;
        background: #f6ccdc;
        overflow-x: hidden;
    }
    .visual-txt {
        width: 61.4vw;
        top: 7.6vw;
    }
    .visual-p {
        margin-top: 2.2vw;
    }
    .intro-txt {
        position: absolute;
        bottom: 11.33vw;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        padding: 6vw 0;
        color: #e97cac;
    }
    .pro_wrap {
        font-size: 2.5vw;
        padding: 11vw 0;
/*        border-radius: 5vw;*/
    }
    .pro_wrap4 {
        border-radius: 0 0 5vw 5vw;
    }
    #pro1 {
        border-radius: 5vw 5vw 0 0;
    }
    .pro_in {
        max-width: 78.6%;
    }
    .pro_tit {
        width: 61vw;
        margin-bottom: 4vw;
    }
    .pro_frame {
        margin: 4vw auto 3vw;
    }
    .heart-wrapper1 {
    width: 8vw;
    margin-bottom: 11.25vw;
}
.heart-wrapper2 {
    width: 5.25vw;
    margin-left: 26.5vw;
    margin-bottom: 16.5vw;
}
.hearts .img {
    width: 2.2vw;
}
    .heart-wrapper1 .img:nth-of-type(1) {
    margin-left: 3.3vw;
    margin-bottom: 3.3vw;
}
.heart-wrapper1 .img:nth-of-type(2) {
    margin-bottom: 2vw;
}
.heart-wrapper1 .img:nth-of-type(3) {
    margin-left: 5.25vw;
    margin-bottom: 2.5vw;
}
.heart-wrapper2 .img:nth-of-type(1) {
    margin-left: 1.5vw;
    margin-bottom: 2.75vw;
}
.heart-wrapper2 .img:nth-of-type(2) {
    margin-left: 3.25vw;
    margin-bottom: 2vw;
}
    .c-lineup-list__btn-link {
        font-size: 2.2vw;
        padding: 1.5vw 3vw;
        border-radius: 10vw;
    }
    .slick-prev, .slick-next {
        width: 5vw;
        height: 15.75vw;
        bottom: 17vw;
    }
    .slick-prev {
        left: -7.5vw;
    }

    .slick-next {
        right: -7.5vw;
    }

    .slick-dots {
        top: 26.25vw;
    }

    .slick-dots li {
        width: 3vw;
        height: 3vw;
        margin: 0 0.5vw;
    }
    .c-lineup-list-other {
        margin-bottom: 2vw;
    }
    .coming {
        height: 123vw;
        border-radius: 0 0 5vw 5vw;
    }
    .coming_img {
    width: 74.8vw;
    margin: 0 auto;
}
.coming_label {
    margin: 2.5vw auto 0;
    padding: 3.7vw;
    border-radius: 5vw;
    width: 80vw;
}
.special {
    border-radius: 5vw;
    padding: 13.5vw 0;
}
.special_img {
    margin: 7.5vw auto 0;
}
.special_wrap1 .special_img {
    width: 70vw;
}
.special_wrap2 .special_img {
    width: 90vw;
}
.special_label {
    max-width: 56vw;
    margin: 2.5vw auto 0;
    padding: 2.5vw 0;
}
    .main-visual .copyright {
        width: 4.6vw;
        left: 2.8vw;
        bottom: 2vw;
    }
    .pro_list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2.4vw;
        padding: 10vw 0;
    }
    .pro_list .icon {
        width: 17.7vw;
        height: 22vw;
    }
/*
    .pro_list .icon.show {
        animation-name: none;
    }
*/
    .pro_list a {
        gap: 2vw;
        flex-direction: column-reverse;
    }
    #loading {
        background-image: url(../img/bunny/l-bg2-m.jpg);
    }
    .loading_in {
        aspect-ratio: 608 / 833;
        margin-bottom: 27%;
    }
    .bunny1 {
        width: 100%;
        left: 0;
        top: 25.5%;
    }
    .bunny2 {
        width: 25.8%;
        left: 19%;
        top: initial;
        bottom: 0;
    }
    .bunny3 {
        width: 33%;
        left: 54%;
        top: 61%;
    }
    .deco1 {
        width: 26%;
        top: 19%;
        left: 73%;
    }
    .deco2 {
        width: 44.7%;
        right: 3.7%;
        bottom: 3.9%;
    }
    .dialog {
        width: 61%;
        left: 11%;
        top: 0;
    }
    .dialog .txt {
        width: 59%;
        left: 21%;
        top: 26%;
    }
    .copyright2 {
        position: absolute;
        width: 11vw;
        left: 1.7vw;
        bottom: .5vw;
        z-index: 1;
    }
    #loading .copyright2 {
        position: fixed;
        left: 1.7vw;
        bottom: 1.7vw;
    }
    .pc {
        display: none;
    }
    .mo {
        display: inherit;
    }
}