/* 共通 */
html {
    scroll-behavior: smooth;
}

footer {
    display: none;
}

.pg_ttl {
    display: none;
}

.oc_field {
    display: none;
}

.sns_icon {
    display: none;
}

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

.sp_only {
    display: none;
}

@media screen and (max-width:767px) {
    .sp_only {
        display: block;
    }
}

#page_top {
    display: none;
    visibility: hidden;
}

#fixed_floating {
    display: none;
    visibility: hidden;
}



/* 表示 */

.u-d-n {
    display: none
}

@media (min-width: 768px) {
    .u-pc-d-n {
        display: none
    }

    .u-pc-d-i {
        display: inline
    }
}

.u-mb-0,
.u-my-0 {
    margin-bottom: 0 !important;
}

.u-mb-xxs,
.u-my-xxs {
    margin-bottom: 0.4rem !important;
}

.u-mb-xs,
.u-my-xs {
    margin-bottom: 0.8rem !important;
}

.u-mb-s,
.u-my-s {
    margin-bottom: 1.2rem !important;
}

.u-mb-m,
.u-my-m {
    margin-bottom: 2rem !important;
}

.u-mb-l,
.u-my-l {
    margin-bottom: 3.2rem !important;
}

.u-mb-xl,
.u-my-xl {
    margin-bottom: 5.2rem !important;
}

.u-mb-xxl,
.u-my-xxl {
    margin-bottom: 8.4rem !important;
}

@media (min-width: 768px) {

    .u-pc-mb-0,
    .u-pc-my-0 {
        margin-bottom: 0 !important;
    }

    .u-pc-mb-xxs,
    .u-pc-my-xxs {
        margin-bottom: 0.4rem !important;
    }

    .u-pc-mb-xs,
    .u-pc-my-xs {
        margin-bottom: 0.8rem !important;
    }

    .u-pc-mb-s,
    .u-pc-my-s {
        margin-bottom: 1.2rem !important;
    }

    .u-pc-mb-m,
    .u-pc-my-m {
        margin-bottom: 2rem !important;
    }

    .u-pc-mb-l,
    .u-pc-my-l {
        margin-bottom: 3.2rem !important;
    }

    .u-pc-mb-xl,
    .u-pc-my-xl {
        margin-bottom: 5.2rem !important;
    }

    .u-pc-mb-xxl,
    .u-pc-my-xxl {
        margin-bottom: 8.4rem !important;
    }
}


/* contents */
.wrapper {
    position: relative;
    z-index: 1;
    width: 600px;
    margin-left: auto;
    margin: 0 auto;
    padding-top: 0 !important;
    border: 5px solid #0084e0;
    background-color: #ffffff;
}

@media screen and (min-width:768px) {
    .wrapper {
        margin-top: 90px;
    }
}

@media screen and (max-width:767px) {
    .wrapper {
        margin-top: 50px;
        width: 92%;
    }
}

.lp_bg {
    background-image: url(/assets/img/lp/2025/winterdc2026/background.jpg);
    background-color: #d5f2ff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}

.fv {
    position: relative;
}

.btn_tokuten {
    margin: -14rem auto 4rem;
    width: 510px;
    animation: move_a 2s infinite;
    transition: .3s all;
}

.btn_tokuten a {
    display: block;
}


@media screen and (max-width:767px) {
    .btn_tokuten {
        margin: -8rem auto 0;
        width: 300px;
    }
}

@keyframes move_a {
    0% {
        transform: translate(0px, 4px);
    }

    5% {
        transform: translate(0px, -4px);
    }

    10% {
        transform: translate(0px, 4px);
    }

    15% {
        transform: translate(0px, -4px);
    }

    20% {
        transform: translate(0px, 4px);
    }

    25% {
        transform: translate(0px, -4px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

.cont-midashi {
    background: #ffffff;
    padding: 2em 0 0;
}

.midashi-tit {
    text-align: center;
    margin: 2rem;
}

.midashi-txt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
}

@media screen and (max-width:767px) {
    .midashi-tit {
        margin: 2rem 1rem;
    }
}

.cont-event_detail {
    background: #ffffff;
}

.cont-kouza,
.cont-guest,
.cont-koutsuhi {
    margin: 0 1em;
    text-align: center;
    position: relative;
}

.detail-inner {
    background-image: repeating-linear-gradient(90deg, #e6e6e2, #e6e6e2 1px, transparent 1px, transparent 12px), repeating-linear-gradient(0deg, #e6e6e2, #e6e6e2 1px, #fff 1px, #fff 12px);
    padding: 2em 1em;
}

.cont-kouza,
.cont-taite {
    position: relative;
}

/* タイトル_tlt */
h2 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3.2rem !important;
}

.cont-kouza h2 {
    width: 45%;
}

.cont-taite h2 {
    width: 55%;
}

.cont-guest h2 {
    width: 45%;
}

.cont-koutsuhi h2 {
    width: 80%;
}

@media screen and (max-width:767px) {
    .cont-kouza h2 {
        width: 60%;
    }

    .cont-taite h2 {
        width: 75%;
    }

    .cont-guest h2 {
        width: 60%;
    }

    .cont-koutsuhi h2 {
        width: 85%;
    }
}



/* アコーディオン */
.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 1rem;
}

.accordion-check {
    display: none;
}

/* Label Dept */
.accordion-label {
    position: relative;
    display: block;
    cursor: pointer;
}

.accordion-label-dept {
    text-align: center;
    padding: 10px 0;
    font-size: 2rem;
    font-weight: bold;
    color: white;
}

.accordion-label-dept::after {
    width: 20px;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 30px;
    content: '+';
    z-index: 2;
    position: absolute;
    right: 20px;
    top: 50%;
}

.accordion-label-1st {
    background-color: #1361d1;
}

.accordion-label-2nd {
    background-color: #e04d51;
}

/* Box Dept */
.accordion-box-dept {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all .5s;
}

.accordion-check:checked~.accordion-box-dept {
    height: auto;
    opacity: 1;
}

.accordion-check:checked+.accordion-label-dept:after {
    content: '-';
}


@media screen and (max-width:767px) {
    .accordion-label-dept {
        padding: 6px;
        font-size: 16px;
    }
}

/* 講座内容 */

.clearfix {
    clear: both;
}

._gamebox {
    border: 2px solid #1d2088;
}

._animebox {
    border: 2px solid #d02d26;
}

._game-txt {
    color: #1d2088;
}

._animetion-txt {
    color: #d02d26;
}


._game-bg {
    background: #1d2088;
}

._animetion-bg {
    background: #d02d26;
}


.course-label {
    position: absolute;
    top: -12px;
    left: 8px;
    background: #1d2088;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 6px;
}

.course_name {
    font-size: 1.8rem;
    line-height: 2.2rem;
    letter-spacing: .08rem;
    margin-top: 4px;
}

.course_name._esports {
    margin-top: 18px;
}

.course_btn {
    width: 140px;
    margin: 8px auto 4px;
    padding: 10px 0;
    color: #FFF;
    text-align: center;
    border-radius: 50px;
    font-size: 1.4rem;
    line-height: 0.9;
}

.btn-reservation {
    color: #fff;
    width: 100%;
    max-width: 300px;
    border: none;
    padding: 5px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
}

.btn-reservation a {
    color: #fff;
}

.btn-reservation:hover {
    opacity: .8;
}

.kouza_name {
    font-weight: bold;
    margin-bottom: 1em;
}

@media screen and (min-width:768px) {}

@media screen and (max-width:767px) {
    .course-label {
        top: -8px;
        font-size: 10px;
        padding: 6px 8px;
    }

    .course_name {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .course_btn {
        width: 115px;
        font-size: 1.2rem;
        padding: 8px 0;
    }

    .btn-reservation {
        padding: 5px 20px;
        font-size: 14px;
    }
}

/* modal */

.modal0125 {
    height: 55em;
    margin-top: 3rem;
}

.modal0222 {
    height: 48em;
    margin-top: 3rem;
}

.modal0125.inner,
.modal0222.inner {
    width: 100%;
    margin: 0 auto;
}

/* モーダルを開くボタン */
.modal__trigger,
.modal__trigger2 {
    position: relative;
    float: left;
    cursor: pointer;
    margin: 10px 4px;
    font-weight: bold;
    background: #FFF;
    border-radius: 15px;
    width: 48.5%;
    text-align: center;
    padding: 8px 5px;
    transition: .3s all;
}

.modal__trigger:hover,
.modal__trigger2:hover {
    opacity: 0.8;
}

/* モーダル本体 */
.modal__wrapper,
.modal__wrapper2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.modal__layer,
.modal__layer2 {
    height: 100%;
    background: rgba(50, 50, 50, 0.85);
    cursor: pointer;
}

.modal__container,
.modal__container2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(100% - 40px, 400px);
    padding: 20px;
    background: #fff;
    border-radius: 15px;
}

.modal__inner {
    position: relative;
    height: 100%;
    padding: 60px 10px 10px;
}

.modal__content {
    position: relative;
    text-align: center;
}

.modal__content h2 {
    display: table;
    margin: 0 0 30px;
    padding: 0 0 10px !important;
    font-size: 2.2rem;
    line-height: 1.5;
    border-bottom: 1px solid #CD3074;
}

.modal__content h3 {
    display: block;
    font-size: 2.0rem;
    color: #333333;
    padding: 10px 22px;
    margin: 0 0 45px;
    background: #F7F5F6;
    border-left: 5px solid #DE0975;
    border-bottom: none;
    text-align: left;
    font-weight: normal;
}

.modal__content p {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 1.2rem auto !important;
}

.modal__content ul li img {
    width: 100%;
}

/* モーダルを閉じるボタン */
.modal__close,
.modal__close2 {
    position: absolute;
    top: 0;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgb(50, 50, 50);
    cursor: pointer;
    transition: opacity 0.6s;
}

.modal__close:hover,
.modal__close2:hover {
    opacity: 0.6;
}

.modal__close:before,
.modal__close:after,
.modal__close2:before,
.modal__close2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    content: "";
}

.modal__close:before,
.modal__close2:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after,
.modal__close2:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__text {
    margin-top: 30px;
    line-height: 2.875;
}

.modal__title img {
    width: 200px;
}

.modal__title p {
    display: inline-block;
    font-size: 18px;
    margin-left: 2em;
}

.modal__title p .senior_name {
    margin: 0 1em 0 0;
}

.modal__title p .major {
    font-size: 12px;
}


@media screen and (max-width:767px) {

    .modal0125 {
        height: 48em;
    }

    .modal0222 {
        height: 40em;
    }

    .modal0125.inner,
    .modal0222.inner {
        padding: 0;
    }

    .modal__trigger,
    .modal__trigger2 {
        width: 47%;
        font-size: 1.2rem;
    }

    .modal__trigger,
    .modal__trigger2 {
        margin: 6px 4px;
        padding: 8px 0;
    }
}


/* タイムテーブル */
#booth_box {
    width: 90%;
    margin: 0 auto;
}

#booth_box .booth_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

#booth_box .booth_list li {
    width: 48%;
    text-align: center;
    letter-spacing: 1px;
}

#booth_box .booth_list img {
    width: 340px;
    margin: 0 auto;
}

#booth_box .booth_title {
    margin-bottom: 20px;
    height: 150px;
}

#booth_box .text_area {
    width: 100%;
}

#booth_box .booth_img {
    width: 400px;
}

#booth_box .text_area {
    margin-top: 20px;
}

#booth_box+p {
    margin-top: 2em;
    font-size: 1.5rem;
}

.booth_flame>.text_area {
    text-align: left;
}

@media screen and (max-width:767px) {
    #booth_box {
        width: 100%;
    }

    .schedule {
        padding: 1em;
    }

    .menu_booth {
        padding: 1em 0 8em;
    }

    .booth_bg {
        padding: 1em 2% 0px 2%;
        padding-bottom: 22em;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

    .booth_flame {
        text-align: center;
        padding: 2em 0 0;
        border-radius: 10px;
        max-width: 1000px;
    }

    .booth_top {
        margin: 20px 0;
    }

    .booth_img {
        width: 100%;
    }

    #booth_box .booth_list li {
        width: calc(100% / 1 - 1em);
        margin-bottom: 2em;
    }

    .last-booth {
        display: none;
    }

    .booth_bg.gakkou_setsumei {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #booth_box .booth_list img {
        width: 100%;
    }
}

.schedule {
    position: relative;
    font-size: 1.4rem;
}

.txt_schedule {
    width: 95%;
    margin: 0 auto;
}

.schedule::before {
    position: absolute;
    background-color: #000000;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 12em;
    height: 2em;
    line-height: 1.6rem;
    border-radius: 6px;
    color: #fff;
}

.schedule_time._blue {
    background-color: #009ef3;
}

.schedule_time._red {
    background-color: #e04d51;
}

.schedule_time._blue::after {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #009ef3;
    content: "";
}

.schedule_time._red::after {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #e04d51;
    content: "";
}

.schedule_content.schedule_content2,
.schedule_content.schedule_content3 {
    display: flex;
    align-items: center;
}

.schedule_content2 .img_box {
    width: 66%;
    height: 80px;
}

.schedule_content3 .img_box {
    width: 35%;
    height: 60px;
    margin-right: 1rem;
}

.schedule_content.img_box img {
    width: 100%;
}

.schedule_content_title {
    font-weight: bold;
}

.schedule_content_title span {
    font-size: 1.2rem;
    font-weight: normal;
    display: block;
}

@media screen and (max-width: 991.98px) {
    .schedule::before {
        top: 0px;
        left: 7.5em;
        width: 6px;
        height: 100%;
    }

    .schedule ul {
        height: 200px;
        overflow-y: scroll;
    }

    .schedule li {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .schedule li+li {
        margin-top: 2em;
    }

    .schedule_time {
        width: 5em;
        height: 3em;
    }

    .schedule_time::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }

    .schedule_content {
        margin: 0px 0px 0px 3em;
        width: calc(100% - 8em);
    }

    .schedule_content_title {
        text-align: center;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 992px) {
    .schedule::before {
        top: 3.5em;
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
        height: 5px;
    }

    .schedule ul {
        display: flex;
        margin: 0px;
        overflow-x: scroll;
    }

    .schedule li {
        margin: 0px 10px;
        width: calc(42.5% - 17px);
    }

    .schedule_time {
        margin: 0px auto;
    }

    .schedule_time::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }

    .schedule_time::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .schedule_content {
        margin: 3em 0px 0px;
    }

    .schedule_content_title {
        text-align: center;
        font-size: 1.6rem;
    }

    .schedule_content_detail {
        margin-top: 0.5em;
    }
}


/* ゲスト情報 */

.profile {
    width: 98%;
    margin: 0 auto;
    text-align: left;
}

.dot-line {
    position: relative;
    width: 100%;
    margin: 2rem auto;
    height: 6px;
    background-image: radial-gradient(circle, #0d3ad0 2px, transparent 2px);
    background-size: 10px 6px;
    background-repeat: repeat-x;
}

.profile-header {
    display: flex;
    align-items: center;
}

.profile-img {
    width: 33%;
    margin-right: 2rem;
}

.profile-img img {
    width: 100%;
}

.profile-text {
    flex: 1;
    text-align: justify;
}

.prof-name {
    font-size: 2.2rem;
    font-weight: bold;
    color: #1e40ff;
}

.profile-text p {
    font-size: 1.6rem;
    line-height: 2.6rem;
}

/* ===== Works ===== */
.works {
    margin-top: 4rem;
    padding: 2rem;
    background: #e9f4fb;
}

.works-title {
    display: inline-block;
    padding: 8px 20px;
    background: #1e40ff;
    color: #fff;
    font-weight: bold;
}

.works ul {
    list-style: none;
}

.works li {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.works li::before {
    content: "■ ";
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .profile {
        width: 100%;
        padding: 0 16px;
    }

    .profile-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-img {
        width: 80%;
    }

    .profile-text {
        margin-top: 1.6rem;
    }

    .prof-name {
        font-size: 2rem;
    }

    .works {
        margin-top: 3rem;
    }
}

/* 申し込む */
.btn-wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.btn_oc {
    cursor: pointer;
    width: 46%;
}

.btn_oc:hover {
    opacity: .8;
}

.btn_oc img {
    width: 100%;
    display: block;
}

/* 交通費サポート */

.cont-koutsuhi table {
    border-collapse: collapse;
    position: relative;
}

.cont-koutsuhi th,
td {
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 1.6rem;
    color: #1a2652;
    vertical-align: middle;
}

.cont-koutsuhi input {
    width: 100%;
    padding: 10px;
    border: 1px solid #EEE;
    box-sizing: border-box;
}

.cont-koutsuhi .tatemi {
    width: 100%;
    margin-top: 2em;
}

.cont-koutsuhi th {
    border: 1px solid #DDD;
    background: #e3f5ff;
    padding: 10px 20px;
    width: 50%;
}

.cont-koutsuhi td {
    border: 1px solid #DDD;
    padding: 10px 20px;
    background: #fff;
    text-align: left;
}

.cont-koutsuhi td span {
    font-size: 2.4rem;
    font-weight: bold;
}

.koutsuhi-txt {
    font-size: 1.4rem;
    line-height: 2.6rem;
    text-align: left;
    margin: 2rem auto;
}

.koutsuhi-txt a {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .cont-koutsuhi th {
        width: 50%;
    }
}

/* アニメーション */
.fuwafuwa {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    position: absolute;
}

@keyframes floating-y {
    0% {
        transform: translateY(-10%);
    }

    100% {
        transform: translateY(10%);
    }
}

.cont-taite .fuwafuwa1 {
    width: 100px;
    top: 160px;
    left: -50px;
    z-index: 1;
}

.cont-taite .fuwafuwa2 {
    width: 100px;
    top: 410px;
    left: -50px;
    z-index: 1;
}

.cont-koutsuhi .fuwafuwa {
    top: 50px;
    width: 140px;
    right: -55px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .cont-koutsuhi th {
        width: 50%;
    }

    .cont-taite .fuwafuwa1 {
        width: 80px;
        top: 140px;
        left: 250px;
    }

    .cont-taite .fuwafuwa2 {
        width: 80px;
        top: 450px;
        left: 250px;
    }

    .cont-koutsuhi .fuwafuwa {
        top: 40px;
        width: 110px;
        right: -30px;
    }
}

/* 花びらアニメーション */


@media screen and (min-width:769px) {
    .snow {
        position: fixed;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 0;
    }

    .snow li {
        position: absolute;
        list-style: none;
        top: -50px;
        animation: fall 4s linear infinite, rotate1 2s ease-in-out infinite alternate;
    }

    @keyframes fall {
        to {
            top: 150%;
        }
    }

    @keyframes rotate1 {
        from {
            transform: translateX(0px) rotate(0deg);
        }

        to {
            transform: translateX(200px) rotate(-80deg) rotateX(180deg);
        }
    }

    @keyframes rotate2 {
        from {
            transform: translateX(200px) rotate(-45deg);
        }

        to {
            transform: translateX(0px) rotate(0deg);
        }
    }

    .snow li:nth-child(1) {
        width: 25px;
        left: 2vw;
        animation: fall 7s linear infinite, rotate1 3s ease-in-out infinite alternate;
    }

    .snow li:nth-child(2) {
        width: 40px;
        left: 5vw;
        animation: fall 12s linear infinite, rotate1 2s ease-in-out infinite alternate;
    }

    .snow li:nth-child(3) {
        width: 25px;
        left: 18vw;
        animation: fall 6.5s linear infinite, rotate1 3.5s ease-in-out infinite alternate;
    }

    .snow li:nth-child(4) {
        width: 18px;
        left: 22vw;
        animation: fall 6s linear infinite, rotate2 4s ease-in-out infinite alternate;
    }

    .snow li:nth-child(5) {
        width: 35px;
        left: 28vw;
        animation: fall 7s linear infinite, rotate1 4s ease-in-out infinite alternate;
    }

    .snow li:nth-child(6) {
        width: 25px;
        left: 32vw;
        animation: fall 8s linear infinite, rotate2 3s ease-in-out infinite alternate;
    }

    .snow li:nth-child(7) {
        width: 18px;
        left: calc(40vw + 200px + 2vw);
        animation: fall 5.5s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
    }

    .snow li:nth-child(8) {
        width: 20px;
        left: calc(40vw + 200px + 8vw);
        animation: fall 5.5s linear infinite, rotate1 3s ease-in-out infinite alternate;
    }

    .snow li:nth-child(9) {
        width: 25px;
        left: calc(40vw + 200px + 14vw);
        animation: fall 8s linear infinite, rotate1 3s ease-in-out infinite alternate;
    }

    .snow li:nth-child(10) {
        width: 40px;
        left: calc(40vw + 200px + 20vw);
        animation: fall 9s linear infinite, rotate2 3.5s ease-in-out infinite alternate;
    }

    .snow li:nth-child(11) {
        width: 18px;
        left: calc(40vw + 200px + 26vw);
        animation: fall 7.5s linear infinite, rotate1 2.8s ease-in-out infinite alternate;
    }

    .snow li:nth-child(12) {
        width: 20px;
        left: calc(40vw + 200px + 32vw);
        animation: fall 8.5s linear infinite, rotate2 3.2s ease-in-out infinite alternate;
    }

    @keyframes fall {
        to {
            top: 150%;
        }
    }

    @keyframes rotate1 {
        from {
            transform: translateX(0px) rotate(0deg);
        }

        to {
            transform: translateX(200px) rotate(-80deg) rotateX(180deg);
        }
    }

    @keyframes rotate2 {
        from {
            transform: translateX(200px) rotate(-45deg);
        }

        to {
            transform: translateX(0px) rotate(0deg);
        }
    }
}

@media screen and (max-width:768px) {
    .snow {
        display: none;
    }

}