﻿@media screen and (max-width: 750px) {       .pc{        display: none;    }    .sp{        display: block;    }        /*    共通*/        header{        padding: 5% 0;    }        header img{        width: 44%;        display: block;        margin: 0 auto;    }    .header-logo{      padding: 5% 0;    }    .home-link{        font-size: 8px;        padding: 1.3% 1.3% 1.3% 2%;    }    .home-link::before{        content: "<";        color: #fff;        font-size: 9px;        position: absolute;        top: calc(50% - 1px);        left: 5%;        transform: translateY(-50%);    }        footer{        background-color: #ffffff;        position: relative;        z-index: 10;        padding: 10% 0 5%;    }    .footer-flex{        flex-direction: column;        align-items: center;    }    .footer-logo{        width: 70%;    }    .footer-link{        width: 68%;        margin-top: 4%;    }    .copy{        width: 28%;    }    /*    ナビゲーション*/    .hb-btn{        width: 14%;        top: 1.5%;        right: 2%;    }    .common-nav{        width: 100%;    }/* ---トップページ---*/    /*キービジュアル*/    .key-vj{        background-color: #f19ec2;        position: relative;    }    .kv-img{       position: relative;    }    .kv-img img:first-child{        mix-blend-mode: multiply;    }    .kv-img img:last-child{        position: absolute;        top: 0;        left: 0;        z-index: 2;    }    .kv-title{        position: absolute;        top: 0;        left: 0;        z-index: 4;    }    .kv-title img:last-child{        position: absolute;        top: 0;        left: 0;    }    .kv-illust{        position: absolute;        top: 0;        left: 0;        z-index: 3;    }    .key-vj .moco{        bottom: -9%;    }   /*トップページナビゲーション*/    .top-nav{        width: 70%;        margin: 15% auto 0;    }    /*    日数カウンター*/    #countdown-display {        top: 85%;    }    /*リニューアルのポイント*/    .top-point{        margin-top: 10%;    }    /*アンバサダー紹介*/    .top-ambassador{        position: relative;        z-index: 2;        overflow: hidden;    }    .top-ambassador__obj{        position: absolute;        top: 0;        left: 0;        z-index: 5;    }    .top-ambassador__img{        position: absolute;        top: 0;    }        /*インスタグラムセクション*/    /*モーダルクローズボタン*/    .modal-close{        top: -7%;        right: -5%;    }    /*---トピックページ---*/    .topics-flex{        flex-direction: column;        align-items: center;    }       .topics-content__01{        padding: 5% 0 19%;    }    .topics-content__02{        padding: 10% 0 19%;    }        .topics-content__02 .topics-flex{        flex-direction: column-reverse;    }    .topics-content_img01{        width: 75%;    }    .topics-content_img02{        width: 67%;        margin-top: 6%;    }    .topics-link{        width: 30%;        bottom: 3%;        right: 0;        left: 50%;        transform: translateX(-50%);    }    .topics-content__02 .topics-obj__flag{        top: 0;    }        /*---リニューアルページ---*/        .renewal-nav__link{        width: 83.3%;        margin: 0 auto;    }        .popup-box .popup-trigger{        width: 47.5%;    }        .popup-content {      max-width: 80%;    }        .open-list li{        width: 47.5%;    }        .facility-img__sp{        position: relative;        z-index: 2;    }    .facility-obj01{        width: 30%;        top: -23%;        right: 0%;    }    /* ----イベントページ----/*/    .sp-event{        position: relative;        z-index: 2    }    .sp-event__flex{        width: 80%;        flex-direction: column;        align-items: center;        margin-bottom: 1%;    }    .event-card{        width: 100%;    }    .event-card__ex{        width: 80%;    }/*---マユリカスクロール回転アニメーション---*/    .top-btn{        width: 18%;        bottom: 2%;        right: 2%;    }                                                                           }