#rabbit1 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(images/rabbit1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#logopc-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#logopc {
    position: absolute;
    bottom: 74px;
}

@media screen and (min-width: 769px) {
    #logo-wrapper {
        display: none;
    }

    #logo {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #rabbit1 {
        height: 80vh;
        background-position: right;
    }

    #logopc-wrapper {
        display: none;
    }

    #logopc {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #rabbit1 {
        height: 40vh;
        background-position: right;
    }
}

nav {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    background-color: rgb(255,
            255,
            255,
            0.5);
}

ul {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    font-size: 16px;
}

ul li {
    padding-top: 37px;
    padding-bottom: 37px;
    font-size: 1.1rem;
    font-weight: 500;
}

ul li:hover {
    opacity: 0.5;
}

/*ここからスマホハンバーガー*/
@media screen and (max-width: 768px) {
    #headercolor {
        background-color: rgb(255, 248, 239, 1);
    }

    #logo-wrapper {
        margin-left: 0px;
        width: 120px;
        height: 70px;
    }

    #logo {
        position: absolute;
        width: 100px;
        height: 45px;
        top: 15px;
        left: 15px;
    }

    /* ナビを画面前面に固定オーバーレイ */
    ul {
        text-align: center;
        display: block;
    }

    ul li {
        padding-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    ul li:last-child {
        border-bottom: none;
    }

    nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 50vh;
        background-color: rgb(255, 248, 239);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        display: none;
        z-index: 999;
        /* ハンバーガーより前面に */
    }

    nav.open {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #hamburger {
        top: 0;
        right: 0;
        background-color: transparent;
        cursor: pointer;
        height: 90px;
        width: 90px;
        /*高さと同じ幅*/
        border: none;
        position: fixed;
    }

    .icon {
        width: 50px;
        height: 50px;
        z-index: 9999;
    }

    .icon span {
        position: absolute;
        right: 30px;
        width: 30px;
        height: 1.5px;
        background-color: black;
        border-radius: 8px;
        transition: ease 0.75s;
        z-index: 9999;
    }

    .icon span:nth-of-type(1) {
        top: 25px;
    }

    .icon span:nth-of-type(2) {
        top: 35px;
    }

    .icon span:nth-of-type(3) {
        top: 45px;
    }

    .close span:nth-of-type(1) {
        transform: rotate(45deg);
        /*反時計回りに45度回転*/
        top: 30px;
    }

    .close span:nth-of-type(2) {
        opacity: 0;
    }

    .close span:nth-of-type(3) {
        transform: rotate(-45deg);
        /*時計回りに45度回転*/
        top: 30px;
    }
}

@media screen and (max-width: 480px) {
    #headercolor {
        background-color: rgb(255, 248, 239, 1);
    }

    #logo-wrapper {
        margin-left: 0px;
        width: 120px;
        height: 60px;
    }

    #logo {
        width: 100px;
        height: 45px;
        top: 10px;
        left: 15px;
    }

    .icon span:nth-of-type(1) {
        top: 20px;
    }

    .icon span:nth-of-type(2) {
        top: 30px;
    }

    .icon span:nth-of-type(3) {
        top: 40px;
    }

    .close span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 30px;
    }

    .close span:nth-of-type(2) {
        opacity: 0;
    }

    .close span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 30px;
    }
}

/*ここまでスマホハンバーガー*/



/*コンセプト*/

#to_top_matome {
    position: fixed;
    z-index: 1;
    margin-left: 1150px;
    right: 20px;
    bottom: 50px;
    animation: to_top 2s infinite;
}

@media screen and (max-width: 480px) {
    #to_top {
        display: none;
    }
}

@media screen and (min-width: 481px) {
    #to_topsm {
        display: none;
    }
}

#to_top_matome a {
    position: relative;
}

#to_top_matome a::before {
    position: absolute;
}

#to_top_matome:hover {
    opacity: 0.7;
}



#welcome-wrapper {
    width: 100%;
    padding-top: 140px;
    background-color: rgb(255, 248, 239, 1);
}

h1 {
    letter-spacing: -7px;
    text-align: center;
}

#welcome-txt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 150px;
    line-height: 60px;
    opacity: 0;
}

#welcome-txt.fadein {
    animation: fadein 1.5s linear forwards;
}

#welcome-photo {
    margin-top: 70px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    animation: photo1 0.2s ease infinite alternate;
}


/*コンセプトのウサギが弾む箇所*/
@keyframes photo1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@media screen and (min-width: 769px) {
    #welcome-txt {
        min-width: 680px;
        max-width: 900px;
    }
}

@media screen and (max-width: 480px) {
    #welcome-wrapper {
        padding-top: 80px;
    }

    #welcome-photo {
        width: 30px;
        height: 50px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #welcome-txt {
        line-height: 35px;
        padding-bottom: 100px;
    }
}

/*コンセプト終了*/


#parallax-wrapper {
    position: relative;
    height: 3200px;
    width: 100%;
}

#parallax-txt-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#photo13 {
    width: 100%;
    height: 100vh;
    background: url(images/rabbit.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    position: sticky;
}

#parallax-suri {
    position: relative;
    width: 400px;
    margin-left: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    border-radius: 50%;
    background-color: rgb(255, 248, 239, 0.7);
    opacity: 0;
}

#parallax-suri.fadein {
    animation: fadein 1s linear forwards;
}

#parallax-suri:before,
#parallax-suri:after,
#parallax-emotion:before,
#parallax-emotion:after,
#parallax-speak:before,
#parallax-speak:after {
    position: absolute;
    border-radius: 50%;
    background-color: rgb(255, 248, 239, 0.7);
    content: "";
}

#parallax-suri:before,
#parallax-emotion:before {
    top: 110%;
    right: 50px;
    height: 25px;
    width: 25px;
}

#parallax-suri:after,
#parallax-emotion:after {
    top: 150%;
    right: 80px;
    height: 15px;
    width: 15px;
}

#parallax-speak {
    position: relative;
    width: 400px;
    margin-top: 400px;
    margin-right: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    border-radius: 50%;
    background-color: rgb(255, 248, 239, 0.7);
    opacity: 0;
}

#parallax-speak.fadein {
    animation: fadein 1s linear forwards;
}

#parallax-charm {
    width: 400px;
    margin-top: 400px;
    margin-right: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    border-radius: 50%;
    background-color: rgb(255, 248, 239, 0.7);
    opacity: 0;
}

#parallax-charm.fadein {
    animation: fadein 1s linear forwards;
}

#parallax-speak:before {
    top: 110%;
    left: 50px;
    height: 25px;
    width: 25px;
}

#parallax-speak:after {
    top: 150%;
    left: 80px;
    height: 15px;
    width: 15px;
}

#parallax-emotion {
    position: relative;
    width: 400px;
    margin-top: 400px;
    margin-left: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    border-radius: 50%;
    background-color: rgb(255, 248, 239, 0.7);
    opacity: 0;
}

#parallax-emotion.fadein {
    animation: fadein 1s linear forwards;
}

#parallax-family {
    width: 400px;
    margin-top: 400px;
    margin-left: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    border-radius: 50%;
    background-color: rgb(255, 248, 239, 0.7);
    opacity: 0;
}

#parallax-family.fadein {
    animation: fadein 1s linear forwards;
}

@media screen and (min-width: 769px) {
    #parallax-txt-wrapper {
        min-width: 740px;
        max-width: 1400px;
    }
}

@media screen and (max-width: 780px) {
    #parallax-suri {
        width: 330px;
        padding: 30px 0px 30px 0px;
    }

    #parallax-speak,
    #parallax-charm {
        width: 330px;
        margin-top: 400px;
        padding: 30px 0px 30px 0px;
    }

    #parallax-emotion {
        width: 330px;
        margin-top: 400px;
        padding: 30px 0px 30px 0px;
    }

    #parallax-family {
        width: 330px;
        margin-top: 400px;
        padding: 30px 0px 30px 0px;
    }
}

@media screen and (max-width: 480px) {
    #parallax-suri {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    #parallax-speak,
    #parallax-charm {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    #parallax-emotion {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    #parallax-family {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*うさぎさんたち題名*/
.fadeisagisanntachi {
    animation-name: fadeanime3;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeanime3 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*うさぎさんたち題名終了*/


/*うさぎさんたちの紹介*/
#usagisantachi1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    gap: 40px;
}


#h2-1 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(255, 248, 239);
    opacity: 0;
}

#rabbits-txt {
    text-align: center;
    margin-bottom: 80px;
}

.overlay-container {
    opacity: 0;
    transition: 1s;
}

.overlay-container.fadein {
    opacity: 1;
}

.overlay-container img {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5%;
    cursor: pointer;
    user-select: none;
    scroll-behavior: auto;
}

/*独自のマウスカーソルを作成*/
.cursor {
    position: fixed;
    border-radius: 50%;
    pointer-events: none;
}

/*aタグにホバーした時に見た目変化*/
.cursor.cursor--hover {
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    color: white;
    background: rgb(250, 187, 125, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    width: 60%;
    max-width: 400px;
    position: relative;
    background: white;
    padding: 80px 100px 80px 100px;
    border-radius: 5%;
    text-align: center;
}

.popup-content img {
    width: 60%;
    max-width: 450px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.popup-content-span {
    display: block;
    margin-bottom: 10px;
}

.close-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 3rem;
    font-weight: bold;
    cursor: pointer;
}


#popup-btn {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 5%;
}

#prev-btn,
#next-btn {
    min-width: 140px;
    border: 5px groove #fabb7d;
    background-color: #fabb7d;
    font-size: 16px;
    padding: 10px 50px 10px 50px;
    color: white;
    border-radius: 0.8rem;
    font-size: 14px;
    cursor: pointer;
}

button:disabled {
    opacity: 0.4;
}


#rabbits-btn {
    margin-top: 5%;
    margin-bottom: 150px;
    text-align: center;
}

#rabbits-btn-txt {
    border: 5px groove #fabb7d;
    background-color: #fabb7d;
    font-size: 1rem;
    padding: 15px 30px 15px 30px;
    letter-spacing: 0.1em;
    color: white;
    border-radius: 0.8rem;
}


#rabbits-btn-txt:hover {
    opacity: 0.7;
}

@media screen and (min-width: 769px) {
    #usagisantachi1 {
        min-width: 740px;
        max-width: 1400px;
    }

    .cursor {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #usagisantachi1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .overlay-container {
        margin-bottom: 0px;
        opacity: 0;
        transition: 1s;
    }

    .overlay-container img {
        width: 100%;
        max-width: 230px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .cursor.cursor--hover {
        display: none;
    }

    #prev-btn,
    #next-btn {
        min-width: 140px;
    }
}


@media screen and (max-width: 480px) {
    #h2-1 {
        margin-top: 100px;
        margin-bottom: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #rabbits-txt {
        text-align: center;
        margin-bottom: 50px;
    }

    .overlay-container img {
        width: 100%;
        max-width: 170px;
    }

    #popup-btn {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-top: 5%;
    }

    #prev-btn,
    #next-btn {
        min-width: 120px;
        border: 5px groove #fabb7d;
        background-color: #fabb7d;
        font-size: 16px;
        padding: 8px 20px 8px 20px;
        color: white;
        border-radius: 0.8rem;
        font-size: 14px;
        cursor: pointer;
    }

    #rabbits-btn {
        margin-top: 10%;
        margin-bottom: 100px;
        text-align: center;
    }

    #rabbits-btn-txt {
        font-size: 0.9rem;
        padding: 13px 25px 13px 25px;
    }
}

/*ウサギさんたちの紹介終了*/






#rabbits-footprint-wrapper {
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 50px;
}

#play-footprint-wrapper {
    width: 100%;
    margin-top: 80px;
    justify-content: center;
    display: flex;
    gap: 50px;
}


.rabbits-footprint.appear,
.play-footprint.appear {
    opacity: 1;
    visibility: visible;
    /* 要素を表示 */
}

.rabbits-footprint,
.play-footprint {
    opacity: 0;
    visibility: hidden;
    transition: none;
    width: 60px;
    height: 40px;
}


.rabbits-footprint:nth-of-type(2),
.play-footprint:nth-of-type(2) {
    opacity: 0.8;
    width: 55px;
    height: 35px;
}

.rabbits-footprint:nth-of-type(3),
.play-footprint:nth-of-type(3) {
    opacity: 0.6;
    width: 50px;
    height: 33px;
}

.rabbits-footprint:nth-of-type(4),
.play-footprint:nth-of-type(4) {
    opacity: 0.4;
    width: 45px;
    height: 30px;
}

.rabbits-footprint:nth-of-type(5),
.play-footprint:nth-of-type(5) {
    opacity: 0.2;
    width: 40px;
    height: 25px;
}

.rabbits-footprint:nth-of-type(6),
.play-footprint:nth-of-type(6) {
    opacity: 0.1;
    width: 30px;
    height: 20px;
}


@media screen and (max-width: 768px) {
    #rabbits-footprint-wrapper {
        gap: 25px;
    }

    #play-footprint-wrapper {
        gap: 25px;
    }
}

@media screen and (max-width: 480px) {
    #rabbits-footprint-wrapper {
        gap: 10px;
    }

    #play-footprint-wrapper {
        gap: 10px;
    }
}


/*遊び方*/
#play-wrapper {
    width: 80%;
    margin: 150px auto 150px auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff8ef;
    border-radius: 10%;
    opacity: 0;
    position: relative
}

#play-wrapper.faderight {
    animation: faderight 2s forwards;
}

@keyframes faderight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#play-title {
    margin-bottom: 40px;
    font-family: "Zen Maru Gothic", serif;
}

#play-imgtxt-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#play-rabbit {
    width: 48%;
    height: auto;
    border-radius: 35% 65% 36% 64% / 53% 61% 39% 47%;
}

#play-txt {
    width: 45%;
    margin-top: 5%;
    background-color: rgba(255,
            248,
            239,
            0.8);
}

.play-btn-wrapper {
    margin-top: 50px;
}

.play-btn {
    border: 5px groove #fabb7d;
    background-color: #fabb7d;
    font-size: 16px;
    padding: 10px 30px 10px 30px;
    vertical-align: middle;
    color: white;
    border-radius: 0.8rem;
}

.play-btn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 769px) {
    #play-wrapper {
        min-width: 740px;
        max-width: 1400px;
    }

    #play-imgtxt-wrapper {
        max-width: 1160px;
        min-width: 700px;
    }
}

@media screen and (max-width: 768px) {
    #play-wrapper {
        width: 90%;
        padding-top: 80px;
        margin: 130px auto 150px auto;
    }

    #play-title {
        margin-bottom: 20px;
    }

    #play-imgtxt-wrapper {
        display: block;
        width: 100%;
    }

    #play-rabbit {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #play-txt {
        width: 80%;
        margin-top: 3%;
        margin-left: auto;
        margin-right: auto;
    }

    .play-btn-wrapper {
        margin-top: 40px;
    }
}

@media screen and (max-width: 480px) {
    #play-wrapper {
        margin: 100px auto 100px auto;
    }

    #play-title {
        margin-bottom: 20px;
    }

    .play-btn-wrapper {
        margin-top: 30px;
    }

    .play-btn {
        font-size: 0.9rem;
        padding: 8px 25px 8px 25px;
    }
}

/*遊び方終了*/

/*ルール*/
#rule-wrapper {
    width: 80%;
    margin: 0px auto 150px auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff8ef;
    border-radius: 10%;
}

#rule {
    text-align: center;
    margin-bottom: 50px;
    font-family: "Zen Maru Gothic", serif;
}

#rule-h2txt-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff8ef;
    opacity: 0;
}

#rule-h2txt-wrapper.fadein {
    animation: fadein 1.5s linear forwards;
}

@keyframes fadein {
    to {
        opacity: 1;
    }
}

.rule-txt {
    display: flex;
    gap: 10px;
}

.p4 {
    padding-bottom: 25px;
}

@media screen and (min-width: 769px) {
    #rule-wrapper {
        min-width: 740px;
        max-width: 1400px;
    }

    #rule-h2txt-wrapper {
        max-width: 1000px;
        min-width: 700px;
    }

    .rule-txt {
        max-width: 1160px;
        min-width: 650px;
    }
}

@media screen and (max-width: 768px) {
    #rule-wrapper {
        width: 90%;
        padding-top: 100px;
        padding-bottom: 100px;
        margin: 0px auto 100px auto;
    }

    #rule-h2txt-wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    #rule-wrapper {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    #rule {
        margin-bottom: 30px;
    }
}


/*ルール終了*/



/*料金*/
#price-wrapper {
    width: 80%;
    margin: 0px auto 150px auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff8ef;
    border-radius: 10%;
    opacity: 0;
}

#price-wrapper.fadeleft {
    animation: fadeleft 2s forwards;
}

@keyframes fadeleft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#price-imgtxt-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#price-imgtxt-wrapper img {
    width: 48%;
    height: auto;
    border-radius: 64% 36% 61% 39% / 42% 66% 34% 58%;
}

#price-imgtxt-wrapper img.faderight {
    animation: faderight 3s linear forwards;
}

#price-txt {
    width: 45%;
    margin-top: 5%;
    background-color: rgba(255,
            248,
            239,
            0.8);
}

#price-title {
    margin-bottom: 40px;
    font-family: "Zen Maru Gothic", serif;
}

#price-btn {
    margin-top: 13%;
}

#price-btn:hover {
    opacity: 0.5;
}

#fotter-rabbit {
    margin-left: 50px;
}

@media screen and (min-width: 769px) {
    #price-wrapper {
        min-width: 740px;
        max-width: 1400px;
    }

    #price-imgtxt-wrapper {
        max-width: 1160px;
        min-width: 700px;
    }
}

@media screen and (max-width: 768px) {
    #price-wrapper {
        width: 90%;
        padding-top: 80px;
        margin: 0px auto 100px auto;
    }

    #price-title {
        margin-bottom: 20px;
    }

    #price-imgtxt-wrapper {
        display: block;
        width: 100%;
    }

    #price-imgtxt-wrapper img {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #price-txt {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3%;
    }
}

@media screen and (max-width: 480px) {
    #fotter-rabbit {
        width: 100px;
        margin-left: 20px;
    }
}

/*料金終了*/



/*Information*/
#footer {
    background-color: #fff8ef;
}

#information {
    padding-top: 100px;
    text-align: center;
}


#information-imgtxt-wrapper {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}


#information-imgtxt-wrapper img {
    width: 50%;
    height: auto;
}


#information-txt-wrapper {
    margin-top: 10%;
}

.information-txt {
    margin-bottom: 50px;
}


#copy {
    text-align: center;
    background-color: #fff8ef;
    padding-top: 8%;
    padding-bottom: 2%;
}

@media screen and (min-width: 769px) {
    #information-imgtxt-wrapper {
        min-width: 680px;
        max-width: 1000px;
    }
}

@media screen and (max-width: 768px) {
    #information {
        padding-top: 70px;
    }

    #information-imgtxt-wrapper {
        width: 100%;
        margin-top: 8%;
        display: block;
        text-align: center;
    }

    #information-imgtxt-wrapper img {
        width: 50%;
        max-width: 400px;
        height: auto;
        max-height: 450px;
        margin: 0 auto 20px;
    }

    .information-txt {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    #information-imgtxt-wrapper img {
        width: 50%;
        height: auto;
        margin: 0 auto 20px;
    }

    #copy {
        font-size: 12px;
    }
}

/*Information終了*/









/*Topへ戻るボタン(横に動く)*/
@keyframes to_top {
    0% {
        transform: translate(2px, 0px);
    }

    5% {
        transform: translate(-2px, 0px);
    }

    10% {
        transform: translate(2px, 0px);
    }

    15% {
        transform: translate(-2px, 0px);
    }

    20% {
        transform: translate(2px, 0px);
    }

    25% {
        transform: translate(-2px, 0px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}


/*Breakへようこそ！*/


.Breakyoukoso {
    opacity: 0;
    animation: 2.0s linear forwards fadeanime1;
    animation-name: fadeanime1;
}

.A {
    animation-delay: 0.0s;
}

.B {
    animation-delay: 0.1s;
}

.C {
    animation-delay: 0.2s;
}

.D {
    animation-delay: 0.3s;
}

.E {
    animation-delay: 0.4s;
}

.F {
    animation-delay: 0.5s;
}

.G {
    animation-delay: 0.6s;
}

.H {
    animation-delay: 0.7s;
}

.I {
    animation-delay: 0.8s;
}

.J {
    animation-delay: 0.9s;
}

.K {
    animation-delay: 1.0s;
}

.L {
    animation-delay: 1.1s;
}

@keyframes fadeanime1 {
    to {
        opacity: 1;
    }
}