/* 共通css */
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    overflow-x: hidden;
    background: linear-gradient(#F6F6F6 4px, transparent 1px), linear-gradient(90deg, #F6F6F6 4px, transparent 1px);
    background-size: 56px 56px, 56px 56px, auto;
    width: 100%;
    height: auto;
}
p {
    margin: 0;
    color: #211715;
}
main,
.container {
    overflow: hidden;
    z-index: 0;
}
.mt-0 {
    margin-top: 0;
}
.hide-on-pc,
.nft-heart-wrap-tb {
    display: none!important;
}
.hide-on-sp {
    display: block!important;
}
footer {
    display: flex;
    width: 100%;
    padding: 14px 0 10px;
    justify-content: center;
    align-items: center;
    background: #F63F52;
}
.footer-box-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0;
}
.footer-box-list ul li {
    list-style-type: none;
    border-left: 1px solid #FFF;
    padding: 0 0 0 25px;
}
.footer-box-list ul li:first-child {
    border-left: unset;
}
.footer-box-list ul li a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    main {
        overflow: hidden;
    }
    .hide-on-pc {
        display: block!important;
    }
    .hide-on-sp {
        display: none!important;   
    }
    footer {
        justify-content: flex-start;
        display: block;
        padding: 0 0 20px;
    }
}
/* メインビジュアル｜ここから  */
.mv {
    width: 100%;
    height:auto;
    padding: 15px 0 52px;
    border-bottom: #F63F52 solid 16px;
}
.mv-inner {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.mv-inner img {
    width: 100%;
    height: auto;
    display: block;
}
.mv-title img {
    max-width: 720px;
    width: 100%;
}

.mv-date img {
    max-width: 470px;
    width: 100%;
}
.mv-title {
    position: absolute;
    top: 25%;
    left: 73%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-width: 1280px;
    width: 100%;
    z-index: 1;
}
.mv-date {
    position: absolute;
    top: 67%;
    left: 92%;
    transform:translate(-50%,-50%);
    margin:0;
    max-width: 1280px;
    width: 100%;
    z-index: 0;
}
.mv-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url(../img/mv-deco-2.png) no-repeat center;
    background-size: contain;
    top: -10%;
}
@media screen and (max-width: 1280px) {
    .mv-decoration {
        background-position: left 90px;
        background-size: cover;
    }
}
@media screen and (max-width: 1120px) {
    .mv-title {
        top: 47%;
    }
    .mv-date {
        top: 62%;
    }
    .mv-date img {
        max-width: 370px;
    }
}

@media screen and (max-width: 768px) {
    .mv-date {
        top: 68%;
    }
}
@media screen and (max-width: 768px) {
    .mv {
        padding-bottom: 15px;
        padding-top: 0;
    }
    .mv-hero img{
        width: 85%;
        margin: 85px auto 20px;
        position: relative;
        z-index: 1;
    }
    .mv-title {
        top: 27%!important;
        left: 50%;
        margin: 0;
        width: 96%;
    }
    .mv-date {
        width: 90%;
        top: 95%!important;
        left: 50%;
        z-index: 1000;
    }
    .mv-decoration {
        background: url(../img/mv-deco_sp.png) no-repeat center;
        background-size: cover;
        z-index: 0;
        height: 835px;
    }
    .mv-inner {
        padding-bottom: 50px;
    }
    .mv-date img {
        max-width: unset;
    }
}
@media screen and (max-width: 700px) {
    .mv-title {
        top: 39%!important;
    }
}
@media screen and (max-width: 600px) {
    .mv-title {
        top: 38%!important;
        left: 50%;
        margin: 0;
        width: 96%;
    }
    .mv-date {
        top: 96%;
    }
}
@media screen and (max-width: 500px) {
    .mv-title {
        top: 25%!important;
    }
}
@media screen and (max-width: 499px) {
    .mv-title {
        top: 38%!important;
    }
}
@media screen and (max-width: 480px) {
    .mv-date {
        top: 90%!important;
    }
}
@media screen and (max-width: 400px) {
    .mv-decoration {
        height: auto;
        width: 420px;
    }
    .mv {
        padding-bottom: 0;
    }
}
/* メインビジュアル｜ここまで  */

/* GATADAOプロジェクトとは｜ここから  */
.intro {
    background: #FF949F;
    height: 100%;
    position: relative;
}
.intro-lead {
    display: block;
    text-align: center;
    padding: 50px 0 25px;
    margin: 0;
}
.intro-lead img {
    max-width: 740px;
    width: 100%;
    margin: auto;
    display: block;
    /* height: 38.354px; */
}
.intro-card {
    width: min(950px,100%);
    height: 595px;
    margin: auto;
    position: relative;
    overflow: visible;
}
.intro-card__bg {
    position: absolute;
    width: 960px;
    inset: 0;
    border-radius: 30px;
    border: 1px solid #000;
    background: #FFF;
    z-index: 0;
    pointer-events: none;
}

.intro-card__content {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    width: min(950px, 100%);
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    gap: 0;
}
.intro-cardwrap {
    margin-top: 20px;
}
.intro-left,
.intro-right {
    position: relative;
    z-index: 3;
}
.intro-right {
    min-width: 0;
    word-break: break-word;
    background-image: url(../img/mapbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 460.6px;
    height: 560px;
    aspect-ratio: 92 / 93;
    padding: 70px 12px 0 65px;
    position: relative;
}
.intro-left {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    padding-left: 0;
    margin-top: 50px;
    max-width: 380px;
    width: 100%;
}
.label {
    display: block;
}
.label img {
    width: 365px;
}
.map img {
    width: 200px;
}
.logo {
    width: min(457px, 100%);
    display: flex;
    gap: 30px;
    align-items: center;
}
.logo .ngt48-logo-img {
    max-width: 70px;
    width: 100%;
}
.logo .niigata2km-logo-img {
    max-width: 85px;
    width: 100%;
}
.description {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 30px;
    line-height: 170%;
}
.description-catch {
    display: flex;
    align-items: center;
    gap: 10px;
}
.description-catch::after {
    content: "";
    width: 128px;
    border-top: 1.5px solid;
}
.ft-strong {
    color: #D33232;
    font-size: 18px;
    font-weight: 700;
}
.intro-decoration {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url(../img/intro-deco.png) no-repeat center;
    background-size: contain;
}

.member-intro-left {
    background-image: url(../img/ngt48_member_intro1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 239px;
    height: 534px;
    aspect-ratio: 47 / 105;
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.member-intro-right {
    background-image: url(../img/ngt48_member_intro2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 218px;
    height: 513px;
    aspect-ratio: 17/40;
    margin-inline: auto;
    position: absolute;
    bottom: 0;
    margin-left: 50%;
}
.animation-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -5%;
    right: -22%;
}
.animation-wrap img.ouen-img {
    max-width: 177px;
    width: 100%;
}
.animation-wrap img.machi-img {
    max-width: 204px;
    width: 100%;
    margin-left: 11%;
    margin-top: -12px;
    margin-bottom: -38px;
}
.animation-wrap img.tokubetu-img {
    max-width: 255px;
    width: 100%;
    margin-left: -20%;
}
.intro-img-title-wrap {
    display: flex;
}
.intro-inner {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1080px) {
    .intro-decoration {
        background-position: left 90px;
        background-size: cover;
        z-index: 0;
    }
    .intro-card__bg {
        width: 900px;
        margin: auto;
        display: block;
    }
    .animation-wrap {
        right: -10%;
    }
}
@media screen and (max-width: 940px) {
    .intro-card__bg {
        width: 850px;
        margin: auto;
        display: block;
    }
}
@media screen and (max-width: 900px) {
    .intro-right {
        padding: 70px 12px 0 21px;
    }
    .logo {
        gap: 5px;
    }
    .logo .ngt48-logo-img {
        max-width: 50px;
    }
    .logo .niigata2km-logo-img {
        max-width: 70px;
    }
}
@media screen and (max-width: 880px) {
    .intro-card__bg {
        width: 780px;
        margin: auto;
        display: block;
    }
}
@media screen and (max-width: 768px){
    .intro {
        padding-bottom: 56px;
    }
    .intro-lead {
        text-align: left;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 22px;
    }
    .intro-lead img{
        max-width: 248px;
        width: 100%;
        margin: auto;
        display: block;
        padding: 20px 0;
    }
    .intro-card__bg {
        width: 100%;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        border: none;
        border-radius: unset;
    }
    .intro-card__content {
        display: block;
        position: relative;
        margin-top: -60px;
        background: url(../img/sp_gara-img.png) no-repeat center;
        background-size: contain;
    }
    .intro-right {
        padding: 16px 0 0;
        width: 100%;
        background-image: unset;
        height: auto;
        aspect-ratio: unset;
    }
    .intro-left {
        position: static;
        padding-left: 0;
        margin-top: 80px;
        flex-direction: column;
        max-width: unset;
        align-items: center;
        width: 100%;
    }
    .label {
        text-align: right;
    }
    .label img {
        width: 280px;
        margin-top: -16px;
    }
    .map {
        position: absolute;
        bottom: 8%;
        right: 14%;
    }
    .map img {
        width: 156px;
    }
    .logo {
        margin: 0 auto;
    }
    .description {
        font-size: 16px;
        width: fit-content;
        line-height: 1.6;
    }
    .intro-decoration {
        background: url(../img/intro-deco_sp.png) no-repeat center;
    }
    .intro-card {
        height: auto;
        padding: 20px 0 0;        
        border-bottom: 1px solid #000;
    }
    .member-intro-left,
    .member-intro-right {
        position: unset;
        margin-inline: unset;
    }
    .member-intro-left {
        width: 146px;
        height: 326px;
        aspect-ratio: 30/67;
        margin-top: 1px;
    }
    .member-intro-right {
        width: 139px;
        height: 327px;
        aspect-ratio: 17/40;
        margin: 0;
        margin-left: -13%;
    }
    .intro-right-sp {
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .intro-right-member-sp {
        display: flex;
        justify-content: flex-end;
    }
    .animation-wrap {
        position: relative;
        top: unset;
        right: -11%;
        width: 177.503px;
        height: 327px;
        aspect-ratio: 17/40;
    }
    .animation-wrap img.ouen-img {
        max-width: 145px;
    }
    .animation-wrap img.machi-img {
        max-width: 140px;
        margin-top: -2px;
        margin-bottom: -16px;
    }
    .animation-wrap img.tokubetu-img {
        max-width: 183px;
        margin-left: -12%;
    }
    .intro-cardwrap {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        background: #FFF;
    }
}

@media screen and (max-width: 430px){
    .intro-card__bg {
        background-position:center;
    }
    
    .logo .ngt48-logo-img {
        max-width: 50px;
        width: 100%;
    }
    .logo .niigata2km-logo-img {
        max-width: 62px;
    }
}
/* 推し活チャレンジ、解禁｜ここまで */
/* アカウント登録・使い方｜ここから */
.guide {
    border-top: #4691D9 solid 16px;
    background: url(../img/guide-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 82px;
    background-color: aliceblue;
}
.guide-title {
    text-align: center;
    padding-top: 62px;
    margin: 0 auto;
}
.guide-title img {
    margin: 0 auto;
}
.guide-panel {
    max-width: 1246px;
    width: 100%;
    border-radius: 20px;
    border: 12px solid #0E6BC4;
    background: rgba(255, 255, 255, 0.89);
    margin: auto;
    position: relative;
    margin-top: 40px;
}
.guide-panel legend {
    text-align: center;
    padding: 0;
}
.guide-panel__content {
    padding: 30px 100px 50px;
}
.app-title img{
    width: 346px;
}
.guide-description {
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}
.guide-steps {
    display: flex;
    gap: 28px;
    padding-top:32px;
    justify-content: center;
    flex-wrap: wrap;
}
.step-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #211715;
    position: relative;
    width: 250px;
    font-family: "Noto Sans JP", sans-serif;
}
.step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform:translate(-50%,-50%);
}
.step-number img {
    width: 82px;
}
.step-title {
    text-align: center;
    background-color: #6B5C50;
    color: #fff;
    margin: 0;
    padding: 16px 0 12px 0;
    border-radius: 18px 18px 0 0;
}
.step__content {
    height: 212px;
    padding: 16px 20px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.step-text {
    font-weight: 500;
}
.step-account-btn {
    border: 4px solid #DF2236;
    background: #F63F52;
    box-shadow: 0 4px 0 0 #DF2236;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 32px;
    color: #fff;
    text-decoration: none;
    border-radius: 70px;
    transition: 0.3s;
    display: inline-block;
    margin-bottom: 32px;
    align-self: center;
    
}
.step-account-btn:hover {
    translate: 0.1875rem 0.1875rem;
    box-shadow: 0 0 0 #DF2236;
    background: #F63F52;
}
.step-image {
    width: 147px;
    align-self: center;
}

@media screen and (max-width: 1300px) {
    .guide-panel {
        background: rgba(255,255,255,0.85);
        width: auto;
        height: 100%;
        margin: 52px;
        border-radius: 30px;
        border: solid 10px #0E6BC4;
    }
}
@media screen and (max-width: 1120px) {
    .guide-panel {
        background: rgba(255,255,255,0.85);
        width: auto;
        height: 100%;
        margin: 52px;
        border-radius: 30px;
        border: solid 10px #0E6BC4;
    }
    .panellead {
        position: relative;
        inset: 0;
        transform: translate(0,0);
        max-width: 100%;
    }
    .guide-panel__content {
        padding: 0 50px 100px;
    }
}
@media screen and (max-width: 768px) {
    .guide-title {
        padding: 16px 20px;
        margin: 0 auto;
    }
    .guide-title img {
        width: 90%;
        max-width: 560px;
        margin: 0 auto;
    }
    .guide-panel {
        width: 90%;
        height: 100%;
        padding: 20px;
        margin: 0 auto;
        border: none;
    }
    .guide-panel {
        background: none;
    }
    .panellead {
        position: relative;
        inset: 0;
        transform: translate(0,0);
        width: 80%;
        max-width: 400px;
        margin: 0 auto;
    }
    .guide-panel__content {
        padding: 0;
        line-height: 1.6;
    }
    .guide-head {
        text-align: center;
    }
    .app-title {
        margin: 0;
        padding-top: 32px;
    }
    .app-title img{
        width: 390px;
    }
    .step-card {
        width: 280px;
    }
}

@media screen and (max-width: 430px) {
    .app-title img{
        width: 80%;
        margin: auto;
    }
}
/* アカウント登録・使い方｜ここまで */

/* 推し活チャレンジ、解禁｜ここから */
img.enjoy-main-title {
    width: 690px;
    margin: auto;
    display: block;
}
.enjoy__wrapper {
    border-bottom: 11px solid #F63F52;
    background: #FF949F;
    padding: 70px 100px 110px;
}
.enjoy__main-title-h2 {
    margin: 0;
}
.enjoy__inner {
    background-color: #fff;
    background-image: linear-gradient(#f2f2f2 2px, transparent 2px), linear-gradient(90deg, #f2f2f2 2px, transparent 2px);
    background-size: 40px 40px;
    padding: 100px 0;
    max-width: 1280px;
    width: 100%;
    margin: auto;
    border-radius: 30px;
    position: relative;
    border: 0.999px solid #777777;
    margin-top: 35px;
    margin-bottom: 80px;
}
.enjoy__how-to {
    max-width: 877px;
    width: 100%;
    margin: auto;
    border-radius: 8px;
    background: #4691D9;
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.25);
    padding: 55px 30px 30px;
    position: relative;
}
.how-to-img {
    width: 280px;
    position: absolute;
    left: 20%;
    top: -60px;
    transform: translateY(-35px) translateX(50%);
}
.left-pos1 {
    position: absolute;
    width: 150.955px;
    top: -60px;
    left: -10%;
    transform: translateY(-25px) translateX(-10%);
}
@media screen and (max-width: 900px) {
    .how-to-img {
        left: 0;
    }
}
.left-pos2 {
    position: absolute;
    width: 263.625px;
    top: -50px;
    left: -5%;
    transform: translateY(-25px) translateX(-5%);
}
.enjoy__how-to p.main-txt {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
    font-family: "Noto Sans JP";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.678px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.title-pos1 {
    position: absolute;
    width: 30px;
    aspect-ratio: 30.00 / 42.37;
    top: -30px;
    left: 33%;
    transform: translateY(-25px) translateX(-5%);
}
.title-pos2 {
    position: absolute;
    width: 35px;
    aspect-ratio: 35 / 37;
    top: 12px;
    right: 37.5%;
    transform: translateY(-6px) translateX(-9%);
}
.inner-img1 {
    width: 17px;
    aspect-ratio: 1/1;
    vertical-align: middle;
}
.puzzle-small-txt {
    font-size: 12px;
}
.inner-img2 {
    width: 16px;
    aspect-ratio: 1/1;
    vertical-align: middle;
    padding: 0 3px;
}
.step-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 8px;
}
.step-left span {
    color: #5473A2;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    display: flex;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 56px;
    background: rgba(255, 255, 255, 0.90);
}
.step-right p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 1.049px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.phone-wrap {
    display: flex;
    padding: 4px 11px;
    align-items: center;
    justify-content: center;
    gap: 9.988px;
    border: 0.999px solid #D0DBFF;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-align: center;
    width: 19%;
    margin: auto;
    margin-top: 8px;
    text-decoration: none;
}
@media screen and (max-width: 900px) {
    .phone-wrap {
        width: 30%;
    }
}
.phone-wrap img {
    width: 15px;
}
.challenge-wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    flex-wrap: wrap;
}
.challenge-inner {
    position: relative;
}
.challenge-inner .inner-wrap {
    display: flex;
    width: 220px;
    padding: 35px 24px 7px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    border-radius: 8px;
    border: 0.801px solid #211715;
    background: #FFF;
    box-shadow: 0 3.995px 3.995px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    min-height: 120px;
    height: 100%;
}
.challenge-inner .inner-wrap .inner-title {
    color: #211715;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding: 8.011px 16.022px;
    border-radius: 6.409px;
    border: 0.801px solid #211715;
    position: absolute;
    left: -5%;
    top: -10px;
}
.challenge-inner.pink .inner-wrap .inner-title {
    background: #FFC2C8;
}
.challenge-inner.yellow .inner-wrap .inner-title {
    background: #FFF1C8;
}
.challenge-inner.green .inner-wrap .inner-title {
    background: #D6F1D8;
}
.challenge-inner.blue .inner-wrap .inner-title {
    background: #D7E8F3;
}
.explain-wrap {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}
.explain-left {
    color: #211715;
    font-family: "Noto Sans JP";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.976px;
    position: relative;
    padding-left: 20px;
}
.explain-left::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 51px;
    left: -12px;
    top: 4px;
}
.challenge-inner.pink .explain-left::before {
    background-color: #FF6F7D;
}
.challenge-inner.yellow .explain-left::before {
    background-color: #FFD84D;
}
.challenge-inner.green .explain-left::before {
    background-color: #5BCB77;
}
.challenge-inner.blue .explain-left::before {
    background-color: #63A9D9;
    height: 36px;
    top: 2px;
}
.explain-right {
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 46.262px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.277px;
}
.challenge-inner.pink .explain-right {
    color: #FFC0C7;
}
.challenge-inner.yellow .explain-right {
    color: #FFF0C0;
}
.challenge-inner.green .explain-right {
    color: #D1F0D3;
}
.challenge-inner.blue .explain-right {
    color: #D1E4F0;
}
.explain-wrap p {
    margin: 0;
    padding: 0;
}
.challenge-icon1 {
    width: 81px;
}
.challenge-icon2 {
    width: 45px;
}
.challenge-icon3 {
    width: 65px;
}
.challenge-icon4 {
    width: 70px;
}
.puzzle-icon1 {
    width: 160px;
    position: absolute;
    right: -35px;
    bottom: -66px;
}
.puzzle-icon2 {
    width: 145px;
    position: absolute;
    right: 38px;
    bottom: -71px;
}
.puzzle-icon3 {
    width: 200px;
    position: absolute;
    right: -30px;
    bottom: -63px;
}
.puzzle-icon4 {
    width: 130px;
    position: absolute;
    right: -3px;
    bottom: -55px;
}
.nft-heart-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    width: 100%;
    margin: auto;
    margin-top: 7%;
    margin-left: 4%;
}

@media screen and (max-width: 1365px) {
    .nft-heart-wrap {
        justify-content: center;
    }
}
@media screen and (max-width: 1280px) {
    .nft-heart-wrap {
        justify-content: flex-start;
        margin-left: 19%;
    }
}
@media screen and (max-width: 900px) {
    .nft-heart-wrap {
        /* flex-direction: column; */
        margin-left: -29px;
        margin-top: 30%;
        justify-content: center;
    }
}
.member-and-message {
    position: relative;
    max-width: 280px;
    width: 100%;
    margin-left: -23%;
}
.heart-member-img {
    max-width: 215px;
    width: 100%;
    aspect-ratio: 23/47;
}
@media screen and (max-width: 1050px) {
    .heart-member-img {
        max-width: 195px;
    }
}
.member-and-message-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    right: -70%;
    top: 43%;
    width: 210px;
}
.member-message-pos {
    display: flex;
    flex-direction: column;
    position: absolute;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.5px;
    right: -123%;
    top: 4%;
    gap: 3px;
}
.member-message-pos img {
    max-width: 280px;
    width: 100%;
}
@media screen and (max-width: 1050px) {
    .member-message-pos img {
        max-width: 250px;
    }
}
@media screen and (max-width: 940px) {
    .member-message-pos {
        font-size: 14px;
        right: -110%;
    }
    .member-message-pos img {
        max-width: 220px;
    }
}
.member-message-img {
    max-width: 350px;
    height: 100px;
    width: 100%;
}
.rare-img {
    max-width: 220px;
    width: 100%;
}
.rare-wrap {
    background-image: url(../img/rare-back.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 175px;
    height: 199px;
    aspect-ratio: 2488 / 728;
    margin-inline: auto;
    position: relative;
}
@media screen and (max-width: 900px) {
    .rare-wrap {
        width: 131px;
        height: 181px;
    }
}
.ques-mark-img {
    width: 40px;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 40%;
    margin-left: 30%;
}
.rare-mark-img {
    position: absolute;
    width: 45px;
    right: -25%;
    top: 5px
}
.heart-img,
.heart-img-sp {
    max-width: 340px;
    width: 100%;
    margin: auto;
    display: block;
}
@media screen and (max-width: 1200px) {
    .heart-img,
    .heart-img-sp {
        max-width: 300px;
    }
    .rare-img {
        max-width: 190px;
    }
    .member-message-img {
        height: 80px;
    }
}
@media screen and (max-width: 1100px) {
    .heart-img,
    .heart-img-sp {
        max-width: 260px;
    }
    .arrow-pos-img {
        width: 90px;
    }
}

@media screen and (max-width: 940px) {
    .heart-img,
    .heart-img-sp {
        max-width: 230px;
    }
}
@media screen and (max-width: 768px) {
    .heart-img,
    .heart-img-sp {
        max-width: 280px;
        margin: 0;
    }
}
@media screen and (max-width: 400px) {
    .heart-img,
    .heart-img-sp {
        max-width: 230px;
        margin: 0;
    }
    .heart-member-img {
        width: 125px;
        height: 266px;
        aspect-ratio: 45 / 92;
    }
    .member-message-img {
        padding-bottom: 12%;
        height: auto!important;
        width: 30%;
    }
}
@media screen and (max-width: 1050px) {
    .member-message-img {
        height: 65px;
    }
    .rare-img {
        width: 170px;
    }
    .member-and-message-inner {
        right: -85%;
    }
}
.image-set {
    position: relative;
}
.small-img {
    position: absolute;
    left: 30%;
    bottom: 15%;
    width: 56px;
    transform: rotate(-4.608deg);
}
@media screen and (max-width: 940px) {
    .small-img {
        max-width: 40px;
    }
}
.arrow-pos-img {
    position: absolute;
    width: 130px;
    left: -40%;
    bottom: 40%;
}
.arrow-under-pos-img {
    position: absolute;
    width: 180px;
    left: -27%;
    bottom: 5%;
}
@media screen and (max-width: 900px) {
    .arrow-under-pos-img {
        bottom: -22%;
    }
}
@media screen and (max-width: 1100px) {
    .arrow-pos-img {
        width: 90px;
    }
}
.heart-left {
    position: relative;
}
.tag-shape{
    fill: #fff;
    stroke: rgba(80, 70, 65, 0.75);
    stroke-width: 2;
    stroke-linejoin: round;
}
.heart-right {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
}
.brown-wrap {
    display: inline-flex;
    padding: 6px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 2px solid #211715;
    background: #6B5C50;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.477px;
}
.brown-wrap span {
    color: #FFC9C9;
    text-shadow: 0 0 4px #000;
    -webkit-text-stroke-width: 0.2px;
    font-family: "Noto Sans JP";
    font-size: 20.617px;
    font-style: normal;
    font-weight: 900;
    line-height: 28.324px;
}
.brown-wrap.-sec {
    width: 40%;
    margin-left: 25px;
}
.brown-wrap.-thd {
    width: 80%;
    margin-left: 50px;
}
.message-img {
    max-width: 460px;
    width: 124%;
    position: absolute;
    top: -14%;
    left: -70%;
}
.member-support-wrap {
    margin-top: -4%;
    z-index: 1;
    position: relative;
}
.member-support-inner {
    max-width: 950px;
    width: 100%;
    margin: auto;
    display: block;
}

@media screen and (max-width: 1120px) {
    .member-support-inner {
        width: 95%;
    }
    .mv-title img {
        max-width: 590px;
    }
    .mv-date img {
        max-width: 415px;
    }
}
@media screen and (max-width: 900px) {
    .mv-title img {
        max-width: 445px;
    }
    .mv-date img {
        max-width: 300px;
    }
    .mv-date {
        top: 67%;
    }
    .message-img {
        max-width: 482px;
        width: 170%;
        position: absolute;
        top: -75%;
        left: -40%;
    }
}
@media screen and (max-width: 768px) {
    .mv-title img {
        max-width: 720px;
    }
    .mv-date img {
        max-width: unset;
    }
}
fieldset.member-support-fieldset {
    border-radius: 60px;
    border: 1px solid #211715;
    background: #FFF;
    padding: 50px 50px 20px;
}
fieldset.member-support-fieldset legend {
    text-align: center;
    color: #FFF;
    text-shadow: 0 0 2px rgba(91, 43, 43, 0.55);
    font-family: "Noto Sans JP";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.401px; /* 80.59% */
    letter-spacing: -1.36px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FAA8B1;
    /* box-shadow: 0 3.204px 3.204px 0 rgba(0, 0, 0, 0.25); */
    display: inline-flex;
    padding: 18px 55px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.member-support-flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.member-support-flex-left {
    width: 60%;
    position: relative;
}
.member-support-flex-right {
    width: 45%;
}
.member-support-flex-right img {
    max-width: 360px;
    width: 100%;
}
.member-support-flex-left h3 {
    color: #211715;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding-left: 50px;
    z-index: 1;
}
.member-support-message-title {
    display: flex;
    color: rgba(255, 192, 199, 0.30);
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    align-items: center;
    position: absolute;
    top: -5%;
}
.number-title {
    font-size: 166.26px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.277px; /* 13.399% */
}
.eng-title {
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-top: 45px;
}
.member-support-text p {
    margin-top: 14%;
    color: #211715;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 15px;
    line-height: 1.8;
    border-left: 6px solid #FF6F7D;
    margin-left: 10px;
}
.red-message-text {
    color: #BD0908;
    font-weight: bold;
}
.member-support-link {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    padding: 16px 50px;
    justify-content: center;
    align-items: center;
    gap: 1px;
    align-self: stretch;
    border-radius: 56px;
    border: 3px solid #DF2236;
    background: #F63F52;
    box-shadow: 0 3px 0 0 #DF2236;
    text-decoration: none;
    flex-direction: column;
    max-width: 355px;
    width: 100%;
    margin: auto;
    transition: 0.3s;
    margin-top: -5px;
}
@media screen and (max-width: 900px) {
    .member-support-link {
        margin-top: 15px;
    }
}
.member-support-link:hover {
    translate: 0.1875rem 0.1875rem !important;
    box-shadow: 0 0 0 #DF2236;
    background: #F63F52;
}
.member-support-link span {
    font-size: 18px;
}
.member-support-small-link {
    color: #211715;
    font-family: "Noto Sans JP";
    font-size: 12.016px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.092px; /* 167.204% */
    text-align: center;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-top: 7px;
    text-decoration: none;
}
.member-support-small-link img {
    width: 9px;
}
@media screen and (max-width: 1370px) {
    .challenge-wrap {
        gap: 80px;
    }
}
@media screen and (max-width: 1120px) {
    .enjoy__how-to {
        width: 80%;
    }
}
@media screen and (max-width: 1080px) {
    .footer-box-list ul li {
        padding: 0 0 0 15px;
    }
}
@media screen and (max-width: 1020px) {
    .enjoy__wrapper {
        padding: 70px 70px 110px;
    }
}
@media screen and (max-width: 900px) {
    .member-support-flex {
        align-items: flex-end;
    }
}
@media screen and (max-width: 980px) {
    .footer-box-list ul {
        gap: 15px;
    }
}
/* @media screen and (max-width: 820px) {
    .nft-heart-wrap-tb {
        display: block!important;
    }
} */
@media screen and (max-width: 768px) {
    .hide-on-pc {
        display: block!important;
    }
    .hide-on-sp {
        display: none!important;
    }
    footer {
        justify-content: flex-start;
        display: block;;
    }
    .footer-box-list ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 0;
        width: 90%;
        margin: auto;
    }
    .footer-box-list ul li {
        border-left: unset;
        width: 100%;
        border-bottom: 1px solid #FFF;
        padding: 15px 0 15px 10px;
        box-sizing: border-box;
    }
    .enjoy__inner {
        max-width: unset;
        width: 100%;
        padding-bottom: 50px;
        padding-top: 0;
        margin-bottom: 50px;
        margin-top: 40px;
        border-radius: 20px;
        /* border: none; */
    }
    /* .enjoy__inner::before,
    .enjoy__inner::after, */
    .left-pos1,
    .left-pos2 {
        display: none;
    }
    .enjoy__wrapper {
        padding: 0 20px 80px;
    }
    img.enjoy-main-title {
        max-width: 310px;
        width: 100%;
        margin: auto;
    }
    .enjoy__how-to {
        max-width: unset;
        display: block;
        width: auto;
        margin: -20px 20px 20px;
        padding: 40px 30px 20px;
        border-radius: 10px;
    }
    .how-to-img {
        margin: auto;
        position: relative;
        left: unset;
        top: unset;
        width: 270px;
        transform: translateY(20%);
        z-index: 1;
    }
    .enjoy__how-to p.main-txt {
        color: #FFF;
        text-align: center;
        text-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
        font-family: "Noto Sans JP";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 1.26px;
    }
    .step-wrap {
        flex-direction: column;
        margin-top: 15px;
    }
    .step-right p {
        display: block;
        line-height: 18px;
    }
    .flex-wrap {
        display: flex!important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .inner-img1 {
        width: 15px;
    }
    .phone-wrap {
        max-width: 170px;
        width: 100%;
    }
    .challenge-wrap {
        flex-direction: column;
        gap: 50px;
    }
    .challenge-inner .inner-wrap {
        max-width: 300px;
        width: 100%;
        margin: auto;
    }
    .challenge-inner .inner-wrap .inner-title {
        font-size: 17px;
    }
    .explain-left {
        font-size: 14px;
    }
    .challenge-inner {
        width: 100%;
        margin: auto;
        display: block;
    }
    .explain-wrap {
        gap: 100px;
        width: 100%;
        justify-content: center;
    }
    .nft-heart-wrap {
        flex-direction: column;
        margin-right: 0;
        /* padding: 0 20px; */
        gap: 90px;
        width: 60%;
        margin: auto;
        margin-top: 20%;
    }
    .brown-wrap {
        display: block;
        padding: 6px 12px;
    }
    .brown-wrap.-ft {
        max-width: 180px;
        width: 100%;
    }
    .brown-wrap.-ft.-ft-sp {
        max-width: 300px;
        width: 100%;
    }
    .brown-wrap.-sec {
        margin-left: 0;
        max-width: 210px;
        width: 100%;
    }
    .brown-wrap.-thd {
        margin-left: 0;
        width: auto;
    }
    .heart-right {
        position: relative;
        z-index: 0;
        margin: 0 10px;
    }
    .heart-left {
        position: relative;
        z-index: 0;
        margin-top: -12%;
    }
    .heart-left {
        position: relative;
        width: 100%;
    }
    .heart-right {
        position: relative;
        /* width: 100%; */
    }
    .puzzle-icon1,
    .puzzle-icon2 {
        right: 25%;
        bottom: -30px;
    }
    .puzzle-icon3,
    .puzzle-icon4 {
        bottom: -20px;
        right: 185px;
    }
    .puzzle-icon1 {
        width: 180px;
    }
    .member-support-wrap {
        margin-top: 40px;
    }
    .member-support-inner {
        max-width: unset;
        width: 95%;
    }
    fieldset.member-support-fieldset {
        padding: 60px 15px 20px;
        border-radius: 25px;
    }
    fieldset.member-support-fieldset legend {
        font-size: 20px;
        padding: 10px 40px;
    }
    .member-support-flex {
        flex-direction: column;
        gap: 30px;
        align-items: unset;
    }
    .member-support-flex-left,
    .member-support-flex-right {
        width: 100%;
    }
    .member-support-flex-left h3 {
        padding-left: 0;
        font-size: 16px;
        margin-top: -20px;
    }
    .number-title {
        font-size: 122px;
    }
    .eng-title {
        font-size: 36px;
        margin-top: 0;
    }
    .member-support-message-title {
        top: 5%;
        align-items: baseline;
    }
    .member-support-text p {
        margin-left: unset;
        font-size: 16px;
        margin-top: 15%;
        border-left: 5px solid #FF6F7D;
        padding-left: 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-weight: 500;
    }
    .member-support-link {
        max-width: unset;
        width: 100%;
        padding: 16px 0;
        margin-top: 8px;
        font-size: 15px;
    }
    .member-support-small-link {
        margin-top: 7px;
    }
    .member-support-flex-right img {
        margin: auto;
        max-width: unset;
        width: 100%;
        display: block;
    }
    .message-piecesp1-img {
        /* max-width: 190px;
        width: 100%; */
        width: 50%;
    }
    .message-piecesp2-img {
        /* width: 222px;
        height: 43.034px; */
        width: 60%;
        margin-top: -30px;
    }
    .small-img {
        left: unset;
        bottom: unset;
        right: unset;
        top: 50%;
        max-width: 43px;
    }
    .image-set {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
        padding-left: 20px;
    }
    .member-and-message-sp {
        position: absolute;
        right: 0;
        bottom: 90%;
        z-index: 1;
        display: flex;
        gap: 0;
        align-items: baseline;
    }
    .heart-member-img {
        width: 146.246px;
        height: 299px;
        transform: rotate(1.917deg);
        aspect-ratio: 45 / 92;
    }
    .member-and-message-inner {
        position: unset;
        top: unset;
        right: unset;
        /* width: 100%; */
        justify-content: center;
        padding-right: 200px;
    }
    .member-and-message {
        border-radius: 20px;
        background: #FFF1C8;
        max-width: unset;
        display: flex;
        padding: 0px 0 100px;
        margin-left: 0;
        z-index: 1;
        justify-content: center;
        position: relative;
    }
    .member-and-message-sp-right {
        display: block;
        /* width: 90%; */
        margin: auto;
    }
    .rare-wrap {
        background-image: url(../img/rare-back-sp.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        /* width: 100%;
        height: auto; */
        margin-inline: unset;
        width: 121.025px;
        height: 156.836px;
        /* transform: rotate(8.729deg); */
        background-size: cover;
        background-position: unset;
    }
    .member-message-pos {
        /* position: unset; */
        width: 300px;
        text-align: right;
        font-size: 15px;
        top: 18%;
        left: 16%;
        /* flex-direction: row; */
        align-items: flex-end;
        margin-top: -10px;
    }
    .member-message-pos.-sp {
        top: unset;
        align-items: center;
        bottom: 10%;
        justify-content: center;
        /* width: 100%; */
        left: 18px;
        right: unset;
        text-align: center;
        width: 90%;
        margin: auto;
        display: block;
    }
    .rare-mark-img {
        right: unset;
        left: 6%;
        top: -14px;
        width: 29.069px;
        /* height: 15.653px; */
    }
    .member-message-img {
        padding-bottom: 12%;
    }
    .arrow-under-pos-img {
        width: 109.524px;
        left: unset;
        right: 10px;
        bottom: 0;
        top: 10%;
    }
}
@media screen and (max-width: 600px) {
    .nft-heart-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 460px) {
    .member-and-message-inner,
    .member-and-message-sp-right {
        width: 100%;
    }
    .heart-right {
        width: 90%;
    }
    
    .member-message-pos.-sp {
        width: 93%;
        left: 12px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 450px) {
    .puzzle-icon1,
    .puzzle-icon2,
    .puzzle-icon3,
    .puzzle-icon4 {
        right: 15%;
        width: 120px;
    }
    .puzzle-icon1 {
        width: 130px;
        bottom: -6px;
    }
    .puzzle-icon2 {
        width: 110px;
        bottom: -6px;
        right: 20%;
    }
    .puzzle-icon3 {
        right: 15%;
        width: 170px;
    }
    .member-message-pos {
        width: 270px;
    }
}
@media screen and (max-width: 400px) {
    .puzzle-icon1,
    .puzzle-icon2,
    .puzzle-icon3,
    .puzzle-icon4 {
        right: 15%;
        width: 90px;
    }
    .puzzle-icon1 {
        width: 100px;
        bottom: -6px;
    }
    .puzzle-icon2 {
        width: 80px;
        bottom: -6px;
        right: 20%;
    }
    .puzzle-icon3 {
        right: 15%;
        width: 130px;
    }
    .member-message-pos {
        width: 270px;
    }
    .member-and-message-sp {
        justify-content: flex-end;
        right: -5%;
    }
    .member-and-message {
        padding: 0 0 130px;
    }
}
/* 推し活チャレンジ、解禁｜ここまで */

/* スケジュール｜ここから */
.schedule-img {
    max-width: 460px;
    width: 100%;
    margin: auto;
    display: block;
}
.schedule__inner {
    background-color: #fff;
    background-image: linear-gradient(#f2f2f2 2px, transparent 2px), linear-gradient(90deg, #f2f2f2 2px, transparent 2px);
    background-size: 40px 40px;
    padding: 40px 0 50px;;
    max-width: 1280px;
    width: 100%;
    margin: auto;
    border-radius: 30px;
    position: relative;
    border: 0.999px solid #777777;
    margin-top: 50px;
}
/* .schedule__inner::before {
    content: '';
    background-color: #ff949f;
    border-bottom: 1px solid #777777;
    width: 150px;
    height: 150px;
    position: absolute;
    top: -7.5%;
    left: -7%;
    transform: rotate(-48.475deg);
}
.schedule__inner::after {
    content: '';
    background-color: #ff949f;
    border-bottom: 1px solid #777777;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -7.5%;
    right: -7%;
    transform: rotate(-229.475deg);
} */
.date-wrap {
    display: flex;
    padding: 0;
    gap: 22px;
    align-items: center;
    justify-content: center;
}
.speaker-wrapper {
    position: relative;
}
.speaker-img {
    position: absolute;
    width: 120px;
    height: 95px;
    left: -8%;
    top: -45%;
}
.date-left span {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 2.448px;
    display: flex;
    padding: 3px 20px;
    justify-content: center;
    align-items: center;
    gap: 10.347px;
    border-radius: 3px;
    border: 3px solid #F63F52;
    background: #F63F52;
}
.date-inner p {
    color: #211715;
    text-align: center;
    font-size: 31.966px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    font-family: "Josefin Sans", sans-serif;
    display: flex;
    align-items: baseline;
    margin: 0;
}
.date-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.date-inner p span.eng-lg-text {
    font-size: 47px;
}
.gray-tag {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    border-radius: 29.145px;
    /* background: #535353; */
    /* padding: 4px 8px 0;
    margin-left: 5px; */
}
.hyphen {
    color: #211715;
    text-align: center;
    font-size: 31.088px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.date-main,
.step-challenge-wrap {
    width: 60%;
    margin: auto;
    display: block;
}
.date-main {
    margin-top: 45px;
}
.step-challenge-wrap {
    margin-top: 35px;
    position: relative;
}
.step-challenge-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: #2267AA transparent transparent;
    translate: -50% 100%;
}
.andmore-text {
    color: #000;
    text-align: center;
    font-family: "Bad Script", cursive;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.238px; /* 50.745% */
    transform: rotate(-10.287deg);
}
.step-challenge-wrap.andmore-img-wrap {
    margin-top: 64px;
}
.step-challenge-wrap.andmore-img-wrap::before,
.step-challenge-wrap.andmore-img-wrap::after {
    position: unset;
    content: unset;
}
.step-challenge-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 15.5px 7.8px 0 7.8px;
    border-color: #2267AA transparent transparent;
    translate: -50% 100%;
}
.step-challenge-inner {
    display: flex;
    background: repeating-linear-gradient(-45deg, #559BDF, #559BDF 10px, #4691D9 10px, #4691D9 26px);
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.step-challenge-left {
    background-color: #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
    width: 18%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-challenge-left,
.step-challenge-right {
    padding: 15px 30px 12px;
    height: 70px;
}
.step-challenge-right {
    display: flex;
    justify-content: space-between;
    width: 65%;
    align-items: center;
}
.step-challenge-left p {
    color: #211715;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 67.2px */
    letter-spacing: -1.26px;
    letter-spacing: 1.798px;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.step-challenge-left p span.small-eng-text {
    color: #211715;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.pl-3 {
    padding-left: 5px;
    margin-top: 11px;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 41.6px */
    letter-spacing: -0.78px;
}
.step-challenge-left span.number-tag,
.step-challenge-right p span.number-tag {
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(33, 23, 21, 0.50);
    font-family: "Josefin Sans", sans-serif;
    font-size: 21.973px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    background-color: #FF6F7D;
    border-radius: 50%;
    margin-right: 10px;
    padding: 6px 0 0;
    width: 43px;
    height: 36px;
    display: inline-block;
}

.step-challenge-left span.number-tag.yellow,
.step-challenge-right p span.number-tag.yellow {
    background-color: #FFD84D;
}
.step-challenge-left span.number-tag.green,
.step-challenge-right p span.number-tag.green {
    background-color: #5BCB77;
}
.step-challenge-left span.number-tag.blue,
.step-challenge-right p span.number-tag.blue {
    background-color: #8CD0FF;;
}
.step-challenge-right p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 4.35px rgba(0, 0, 0, 0.20);
    font-family: "Noto Sans JP";
    font-size: 24.761px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    display: flex;
}
.comingsoon-img {
    max-width: 155px;
    width: 100%;
    margin: auto;
    display: block;
}
.lock-img {
    width: 23px;
    height: 30px;
}
.andmore-img {
    max-width: 188px;
    width: 100%;
    margin: auto;
    display: block;
    margin-top: 50px;
}
.picture1-img {
    max-width: 155px;
    width: 100%;
    margin: auto;
    display: block;
    padding-left: 14%;
    /* margin-top: -18px; */
    transition: 0.3s;
}
.picture2-img {
    max-width: 140px;
    width: 100%;
    margin: auto;
    display: block;
    padding-left: 11%;
    margin-top: -7px;
    transition: 0.3s;
}
.member-left-wrap {
    background-image: url(../img/ngt48_member_schedule1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 284px;
    height: 316px;
    aspect-ratio: 283/567;
    margin-inline: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.member-right-wrap {
    background-image: url(../img/ngt48_member_schedule2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 214px;
    height: 491px;
    aspect-ratio: 17/39;
    margin-inline: auto;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.two-heart-img {
    width: 63px;
    position: absolute;
    top: -33%;
    right: 7%
}
.member-left-speak {
    width: 190px;
    position: absolute;
    top: -44%;
}
.member-right-speak {
    width: 190px;
    position: absolute;
    top: -35%;
}
.sns-link-wrap {
    display: flex;
    /* max-width: 612px;
    width: 100%; */
    padding: 13px 24px 14px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 9.988px;
    border-radius: 8.011px;
    background: #F63F52;
    box-shadow: 0 0 10.414px 0 rgba(0, 0, 0, 0.25);
    /* width: 80%; */
    margin: auto;
    position: relative;
    margin-top: 80px;
    transition: 0.3s;
}
.sns-main-wrap:hover .sns-link-wrap {
    transform: scale(1.03);
}
.sns-main-wrap:hover {
    transform: scale(1.03);
}
.sns-main-wrap {
    text-decoration: none;
    transition: 0.3s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    max-width: 630px;
    width: 100%;
    display: block;
    margin: auto;
}
.sns-wrap {
    border-radius: 4.005px;
    border: 5.608px solid rgba(255, 255, 255, 0.40);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 15px 0;
    width: 100%;
}
.sns-img {
    position: absolute;
    width: 120.223px;
    top: -20px;
    left: 10%;
}
.x-link {
    display: flex;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 17.105px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.white-img {
    max-width: 45px;
    width: 100%;
}
.xlg-text {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 22.43px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media screen and (max-width: 1320px) {
    .date-main {
        width: 80%;
    }
    .step-challenge-right {
        padding-right: 30px;
    }
}
/* @media screen and (max-width: 1320px) {
    .date-main,
    .step-challenge-wrap {
        width: 80%;
    }
} */

@media screen and (max-width: 1270px) {
    .member-right-wrap {
        height: 460px;
    }
    .member-left-wrap {
        height: 280px;
    }
    .member-left-speak {
        width: 160px;
    }
    .member-right-speak {
        width: 150px;
        top: -27%;
    }
    .two-heart-img {
        top: -23%;
    }
}
@media screen and (max-width: 1180px) {
    .member-right-wrap {
        right: -9px;
    }
    .member-left-wrap {
        left: -9px;
    }
    .step-challenge-right p {
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .step-challenge-wrap {
        width: 65%;
    }
    .step-challenge-left, .step-challenge-right {
        height: 55px;
    }
    .member-right-wrap {
        height: 430px;
    }
    .member-left-wrap {
        height: 260px;
        left: -37px;
    }
    .member-left-speak {
        left: 10%;
    }
    .speaker-img {
        width: 99px;
        height: 81px;
        left: -3%;
    }
}
@media screen and (max-width: 1030px) {
    .step-challenge-left p {
        font-size: 34px;
    }
    .step-challenge-right p {
        font-size: 20px;
    }
}
@media screen and (max-width: 1020px) {
    .date-main {
        width: 90%;
    }
    .step-challenge-wrap {
        width: 68%;
    }
}
@media screen and (max-width: 1200px) {
    /* .schedule__inner::before,
    .schedule__inner::after, */
    /* .enjoy__inner::after,
    .enjoy__inner::before {
        display: none;34.956px 18.976px
    } */
}
@media screen and (max-width: 1200px) {
    .date-left span {
        font-size: 20px;
        padding: 3px 10px;
    }
}
@media screen and (max-width: 1120px) {
    .step-challenge-right {
        padding-right: 55px;
    }
}
@media screen and (max-width: 900px) {
    .speaker-img {
        top: -135%;
    }
}
@media screen and (max-width: 890px) {
    .member-right-wrap {
        height: 390px;
        right: -20px;
    }
    .member-left-wrap {
        height: 220px;
    }
    .step-challenge-right {
        padding-right: 20px;
    }
    .step-challenge-right p {
        font-size: 18px;
        align-items: center;
    }
    .step-challenge-left p {
        font-size: 28px;
    }
}
@media screen and (max-width: 870px) {
    .date-left span {
        font-size: 17px;
    }
}
@media screen and (max-width: 900px) {
    .date-main {
        width: 95%;
    }
    .step-challenge-wrap {
        width: 75%;
    }
    .step-challenge-left,
    .step-challenge-right {
        padding: 0 30px;
    }
    .member-right-wrap {
        height: 345px;
    }
    .member-right-speak {
        width: 125px;
        right: 0;
    }
    .two-heart-img {
        width: 50px;
        top: -30%;
    }
    .member-left-wrap {
        height: 190px;
    }
    .member-left-speak {
        width: 130px;
    }
    .member-left-wrap {
        left: -60px;
    }
}
@media screen and (max-width: 768px) {
    .schedule__inner {
        max-width: unset;
        width: 96%;
        padding-bottom: 220px;
        padding-top: 25px;
        margin-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 20px;
        border: 0.999px solid #777777;
        position: relative;
    }
    .date-left span {
        font-size: 22px;
        width: 28%;
        position: unset;
        margin: auto;
        border-radius: 3px;
    }
    .date-sp-wrap {
        position: relative;
        transform: translateY(210%);
        z-index: 1;
    }
    .date-wrap {
        padding: 15px 25px 10px;
        display: block;
        width: 50%;
        margin: auto;
        position: relative;
    }
    .date-inner {
        flex-direction: column;
    }
    .step-challenge-left p {
        font-size: 20px;
        margin: 28px;
        padding-left: 5px;
        margin-top: 36px;
        /* flex-direction: column; */
        padding: 0;
        margin: 0;
        margin-top: 10px;
        line-height: 0.8;
    }
    .step-challenge-left p .pl-3 {
        font-size: 16px;
        padding-left: 5px;
        color: #000;
    }
    .step-challenge-left, .step-challenge-right {
        height: 94px;
        padding: 0;
    }
    .step-challenge-left p span.small-eng-text {
        font-size: 11px;
        padding: 0;
        gap: 0;
        /* color: #F60000; */
    }
    .step-challenge-inner {
        align-items: center;
        gap: 0px;
        flex-direction: column;
        border-radius: 5px;
    }
    .step-challenge-right {
        position: relative;
        height: auto;
        padding: 18px 20px;
        width: 100%;
        justify-content: center;
        gap: 5px;
    }
    .step-challenge-right .challenge-span {
        font-size: 18px;
        margin-right: 4px;
    }
    .step-challenge-right p {
        font-size: 13px;
        /* padding-left: 17px; */
    }
    .challenge-sp-span {
        font-size: 18px;
    }
    .pl-3 {
        padding-left: 3px;
        margin-top: 0;
    }
    .comingsoon-img {
        width: 130px;
        top: 17%;
        left: -33%;
        padding: 7px;
        /* display: none; */
    }
    .gray-tag {
        font-size: 16px;
    }
    .step-challenge-left {
        width: 100%;
        height: auto;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: unset;
    }
    .date-inner.-up {
        align-items: flex-start;
    }
    .date-inner.-down {
        align-items: flex-end;
    }
    .date-inner p {
        font-size: 24px;
    }
    .date-inner p span.eng-lg-text {
        font-size: 36px;
    }
    .schedule-img {
        padding-bottom: 0;
        max-width: 350px;
    }
    .sns-link-wrap {
        width: 90%;
    }
    .white-img {
        max-width: 35px;
    }
    .sns-wrap {
        padding: 15px 0;
    }
    .x-link {
        font-size: 15px;
    }
    .xlg-text {
        font-size: 18px;
    }
    .step-challenge-right p span.number-tag {
        font-size: 16px;
        margin-right: 5px;
        padding: 3px 0 0;
        width: 29px;
        height: 26px;
        display: inline-block;
        position: absolute;
        top: -13px;
    }
    .lock-img {
        width: 17px;
        height: 23px;
    }
    .date-sp-sm-wrap {
        margin-top: 35px;
    }
    .date-main {
        margin-top: -25px;
    }
    /* .member-left-wrap,
    .member-right-wrap {
        display: none;
    } */
    .member-left-wrap {
        width: 100%;
        height: 180px;
        aspect-ratio: 105 / 116;
        left: -20%;
    }
    .member-right-wrap {
        width: 137px;
        height: 310px;
        aspect-ratio: 18 / 41;
        right: 0;
    }
    .member-right-speak {
        width: 102.416px;
        height: 86.612px;
        right: 0;
        top: -30%;
    }
    .member-left-speak {
        width: 190px;
        position: absolute;
        top: 0;
        right: 0;
        left: 65%;
    }
    .step-challenge-wrap.andmore-img-wrap {
        /* position: absolute;
        bottom: -7%;
        width: 31%;
        left: 29%; */
        position: absolute;
        bottom: 0;
        width: 31%;
        left: 22%;
    }
    .two-heart-img {
        max-width: 40px;
        width: 100%;
    }
    .speaker-img {
        max-width: 75px;
        height: 61px;
        width: 100%;
        right: -10%;
        left: unset;
        top: 0;
    }
    .step-challenge-wrap-main {
        border-radius: 20px;
        background: #FFDEE1;
        padding: 30px 20px 80px;
        margin-top: 20px;
        position: relative;
    }
    .step-challenge-left span.number-tag {
        position: absolute;
        top: -42%;
        left: -4%;
    }
    .step-challenge-wrap {
        width: 80%;
        margin: 30px 0;
    }
    .step-challenge-wrap.-even {
        margin-left: 30px;
    }
    .puzzle-soup-sp {
        position: absolute;
        right: 0%;
        bottom: 0%;
        width: 178.962px;
    }
    .sns-main-wrap {
        width: 85%;
    }
    .sns-img {
        width: 88px;
        top: -17px;
    }
}

@media screen and (max-width: 480px) {
    .puzzle-soup-sp {
        bottom: -5%;
    }
    .step-challenge-wrap {
        width: 85%;
    }
}
/* .date-sp-sm-wrap {
    display: none;
} */

/* スケジュール｜ここまで */
/* 主なスポット｜ここから */
.spots__inner {
    background-color: #FFF;
    background-image: linear-gradient(#efefef 2px, transparent 2px), linear-gradient(90deg, #efefef 2px, transparent 2px);
    background-size: 40px 40px;
    padding: 50px 0 75px;
    width: 100%;
    margin: auto;
    position: relative;
}
.spots__title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    gap: 10px;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: -20px;
}
.spots__title img {
    max-width: 245px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.spots__sub-title {
    margin-top: 0;
    margin-bottom: 0;
}
.spots__sub-title img {
    max-width: 565px;
    width: 100%;
    margin: auto;
    display: block;
}
.spots-txt-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.spots__main-txt {
    color: #211715;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-left: 18px;
    border-left: 6px solid #5BCB77;
}
.to-do-list-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    max-width: 1280px;
    width: 100%;
    margin: auto;
}
.to-do-list-inner {
    background: #EFEFEF;
    box-shadow: 0 10.414px 19.226px 0 rgba(0, 0, 0, 0.25);
    padding: 25px 21px 31px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.to-do-img {
    max-width: 230px;
    width: 100%;
}
.to-do-list-text {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.within-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}
.to-do-num {
    color: #211715;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20.027px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.118px;
}
.to-do-lg-txt {
    color: #DA3636;
    text-align: center;
    text-shadow: 0 0.801px 1.602px rgba(0, 0, 0, 0.54);
    -webkit-text-stroke-width: 1.6px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.to-do-reg-txt {
    color: #211715;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.qr-img,
.fork-img,
.report-img {
    width: 27.392px;
    height: 27.392px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}
.shop-img {
    max-width: 55px;
    width: 100%;
}
.enjoy-img {
    max-width: 150px;
    width: 100%;
}
.photo-img {
    max-width: 200px;
    width: 100%;
}
.line-img {
    max-width: 500px;
    width: 100%;
}
.recommand-plan {
    background: #EFEFEF;
    box-shadow: 0 10.414px 19.226px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    max-width: 280px;
    width: 100%;
    margin-top: 70px;
}
.plan-inner {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
}
.recommand-img {
    max-width: 210px;
    width: 100%;
}
.sm-line-img {
    max-width: 300px;
    width: 100%;
}
.recommand-coming-img {
    max-width: 390px;
    width: 100%;
    z-index: 1;
    position: absolute;
}
.circle-inner {
    position: relative;
}
.spots-circle-img {
    max-width: 670px;
    width: 100%;
}
.circle-coming-img {
    max-width: 400px;
    transform: translateX(-10%) translateY(40%);
}
.circle-inner {
    position: relative;
}
.circle-pos {
    position: absolute;
    top: 33%;
    left: 15%;
}
.circle-pos p {
    border-radius: 7.47px;
    background: #FFF;
    box-shadow: 0 2.988px 2.988px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 30px 20px;
    max-width: 350px;
    width: 100%;
    color: #211715;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 148.2%;
    margin-left: 40px;
    margin-top: -22px;
}
.circle-pos p span {
    background: linear-gradient(transparent 50%, rgba(255, 236, 126, 0.60) 50%);
    padding-left: 10px;
    padding-right: 10px;
}
.shop10-img {
    max-width: 100px;
    width: 100%;
}
.spots__coming-soon-main {
    display: flex;
    justify-content: flex-start;
    padding: 0 18%;
    margin-top: 30px;
    flex-direction: column;
}
.spots__coming-soon-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-image: url(../img/coming-soon-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* width: 1000px;
    height: 530px; */
    max-width: 890px;
    width: auto;
    height: auto;
    padding: 40px 100px 39px 50px;
    align-items: flex-start;
    position: relative;
    border-radius: 50px;
}
.spots__coming-soon-left {
    padding-left: 50px;
}
.spots__coming-soon-left img {
    max-width: 325px;
    width: 100%;
}
.spots__coming-soon-right {
    display: flex;
    gap: 65px;
    padding-left: 20px;
    align-items: center;
    padding-right: 40px;
}
.spots__coming-soon-right.sec-right {
    flex-direction: column;
    margin: auto;
    gap: 0;
}

.spots__coming-soon-shop {
    border-radius: 23px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.28);
    margin-top: 15px;
    width: 745px;
    padding: 20px 20px 30px;
}
.spots__coming-soon-shop img {
    max-width: 460px;
    width: 100%;
    /* height: 56.749px; */
    margin: auto;
    display: block;
}
.shop-wrapper {
    display: flex;
    gap: 5px;
}
.shop-wrap-left span {
    width: 30px;
    border-radius: 50px;
    height: 28px;
    display: block;
    aspect-ratio: 1 / 1;
    background-color: #382F1E;
    stroke-width: 3px;
    border: 3px solid #FFF;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.25));
    text-align: center;
    color: #fff;    
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.277px; 
    padding-top: 3px;
}
.shop-wrap-right span {
    color: #382F1E;
    -webkit-text-stroke-color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        0 -2px 0 #fff,
        0 2px 0 #fff,
        -2px 0 0 #fff,
        2px 0 0 #fff,
        0 2px 2px rgba(0, 0, 0, 0.33);
}
.shop-main-wrap {
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 30px;
}
.shop-main-wrap.last {
    justify-content: flex-start;
}
.shop-wrapper-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.spots__coming-soon-right-inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.map-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}
.map-left {
    width: 20%;
}
.map-left img {
    /* max-width: 25px;
    width: 100%; */
    width: auto;
}
.black-dot {
    /* width: 12px;
    height: 12px;
    aspect-ratio: 1/1; */
    width: auto;
}
.map-left.-blue {
    background-image: url(../img/spots-blue-dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 70px;
    height: 85px;
    position: relative;
}
.map-left.-blue::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    aspect-ratio: 1 / 1;
    background-color: #AEAEAE;
    border-radius: 15px;
    bottom: 9px;
    left: 45%;
}
.map-left.-black-ft,
.map-left.-black-sec {
    background-image: url(../img/spots-black-dot.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 13px;
    height: 75px;
    margin-left: 25px;
    position: relative;
}
.map-left.-black-ft::before,
.map-left.-black-sec::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    aspect-ratio: 1 / 1;
    background-color: #AEAEAE;
    border-radius: 15px;
    top: 8px;
    left: 2px
}
.map-left.-black-ft::after,
.map-left.-black-sec::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    aspect-ratio: 1 / 1;
    background-color: #AEAEAE;
    border-radius: 15px;
    bottom: 5px;
    left: 2px
}
.map-left.-map {
    background-image: url(../img/spots-map.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    height: 80px;
    margin-left: 21px;
    position: relative;
}
.map-left.-map::before {
    content: ''; 
    position: absolute;
    width: 7px;
    height: 7px;
    aspect-ratio: 1 / 1;
    background-color: #AEAEAE;
    border-radius: 15px;
    top: 6px;
    left: 6px;
}
.map-right {
    color: #382F1E;
    /* text-align: center; */
    /* -webkit-text-stroke-width: 4px; */
    -webkit-text-stroke-color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    width: 100%;

    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff, 0 2px 2px rgba(0, 0, 0, 0.33); */
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        0 -2px 0 #fff,
        0 2px 0 #fff,
        -2px 0 0 #fff,
        2px 0 0 #fff,
        0 2px 2px rgba(0, 0, 0, 0.33);
}
.txt-shadow {
    color: #382F1E;
    /* text-align: center; */
    /* -webkit-text-stroke-width: 4px; */
    -webkit-text-stroke-color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        0 -2px 0 #fff,
        0 2px 0 #fff,
        -2px 0 0 #fff,
        2px 0 0 #fff,
        0 2px 2px rgba(0, 0, 0, 0.33);
    padding-left: 4px;
    margin-top: -13px;
}
.map-right.right-adjust {
    margin-left: -6px;
}
.map-right.-blue {
    margin-left: -7%;
}
.info1-img {
    max-width: 260px;
    width: 100%;
    margin-left: -6%;
}
.info2-img {
    max-width: 150px;
    width: 100%;
}
.info3-img {
    max-width: 200px;
    width: 100%;
}
.info4-img {
    max-width: 200px;
    width: 100%;
}
.coming-soon-map-inner {
    background-image: url(../img/2kmarea-map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 420px;
    height: 339.936px;
    aspect-ratio: 119/82;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.green-question-mark {
    max-width: 98.255px;
    width: 100%;
    /* height: 138.776px; */
    margin: auto;
    display: block;
}
.coming-soon-text-wrap {
    background-image: url(../img/nigata2km-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 270px;
    height: 150px;
    position: absolute;
    top: -20%;
    left: 25%;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
}
.coming-soon-text-wrap img {
    max-width: 43.829px;
    width: 100%;
    margin-right: -10%;
}
.spots__conflict-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    position: absolute;
    bottom: -6%;
    right: 20%;
}
@media screen and (max-width: 900px) {
    .spots__conflict-wrap {
        bottom: -17%;
    }
}
.conflict-left img {
    max-width: 300px;
    width: 100%;
    /* height: 112.444px; */
}
.conflict-right img {
    max-width: 135px;
    width: 100%;
    /* height: 145.06px; */
}
.coming-soon-within-secret-img {
    background-image: url(../img/secret-img-pos.png);
    /* background-image: url(../img/secret-img.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 170px;
    height: 130px;
    aspect-ratio: 200 / 180.37;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    position: absolute;
    bottom: -2%;
    left: -1%;
}
.coming-soon-within-secret-img img {
    max-width: 140px;
    width: 100%;
    position: absolute;
    bottom: -15%;
    right: -50px;
}
.spots__inner-title-left {
    background-image: url(../img/onigiri.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 260px;
    height: 148px;
    /* transform: rotate(18.338deg); */
    aspect-ratio: 79/87;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.onigiri-img-pos {
    max-width: 98.168px;
    width: 100%;
    /* margin-left: 20%; */
    /* height: 78.739px;
    transform: rotate(-15deg); */
}
.star-img-pos {
    max-width: 60px;
    width: 100%;
    margin-top: 15%;
    /* height: 77px; */
}
.soup-img-pos {
    max-width: 107.395px;
    width: 100%;
    margin-left: -34%;
    margin-top: -7%;
}
.spots__inner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.spots__inner-title-right {
    background-image: url(../img/soup.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    width: 189px;
    height: 164.706px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* transform: rotate(-15.591deg); */
}
.spots-member-talk-wrap {
    /* position: absolute;
    bottom: 0;
    right: 4%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-image: url(../img/ngt48_member-spots.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left; */
    /* width: 540px; */
    /* width: auto;
    height: 470px;
    aspect-ratio: 54 / 101; */
    position: absolute;
    bottom: -8.3%;
    right: -12%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-image: url(../img/ngt48_member-spots.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    /* width: 540px; */
    width: auto;
    height: 515px;
    aspect-ratio: 54 / 101;
}
.spots-member {
    width: 320px;
    height: 613px;
    aspect-ratio: 44 / 93;
}
.spots-member-talk {
    /* max-width: 200px;
    width: 100%;
    position: absolute;
    top: -20%;
    right: 5%; */
    max-width: 200px;
    width: 100%;
    position: absolute;
    top: -27%;
    right: -41%;
}
.happy-img {
    max-width: 143.693px;
    width: 100%;
    position: absolute;
    top: 20%;
    right: -50%;
    /* height: 30.715px; */
}
.spots-member-screct {
    /* max-width: 150px;
    width: 100%;
    position: absolute;
    bottom: 30%;
    right: 15%; */
    max-width: 132px;
    width: 100%;
    position: absolute;
    bottom: 30%;
    right: -50%;
}
@media screen and (max-width: 1530px) {
    .spots__coming-soon-main {
        padding: 0 11%;
    }
}
@media screen and (max-width: 1400px) {
    .spots__coming-soon-main {
        padding: 0 7%;
    }
}
@media screen and (max-width: 1300px) {
    .spots__coming-soon-main {
        padding: 0 20px;
    }
    .spots-circle-img {
        max-width: 620px;
    }
    .circle-pos p {
        max-width: 320px;
        padding: 20px;
    }
    .footer-box-list ul li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .spots-member-talk-wrap {
        height: 440px;
        right: -8%;
    }
}
@media screen and (max-width: 1250px) {
    .spots__coming-soon-main {
        padding: 0 20px;
    }
    .spots-member-talk-wrap {
        height: 400px;
        right: 0%;
    }
    .coming-soon-map-inner {
        width: 380px;
    }
    .coming-soon-within-secret-img {
        height: 140px;
        left: 5%;
    }
}
@media screen and (max-width: 1190px) {
    .coming-soon-map-inner {
        width: 340px;
    }
    .map-right {
        font-size: 22px;
    }
}
@media screen and (max-width: 1190px) {
    .spots__coming-soon-wrap {
        padding: 40px 70px 90px 50px;
    }
    .spots-member-talk-wrap {
        height: 410px;
        bottom: -7.8%;
        right: 4%;
    }
    .txt-shadow {
        padding-left: 0;
        width: 55%;
        margin: auto;
    }
    .spots__coming-soon-shop {
        width: 700px;
    }
    .shop-wrap-right span {
        font-size: 17px;
    }
    .spots__conflict-wrap {
        bottom: -1%;
        right: 22%;
    }
}
@media screen and (max-width: 1080px) {
    .spots__coming-soon-wrap {
        padding: 40px 45px 90px 50px;
    }
    .spots-member-talk-wrap {
        height: 385px;
    }
    .conflict-left img {
        max-width: 280px;
    }
    .happy-img {
        max-width: 100px;
        right: -35%;
    }
    .spots-member-talk {
        max-width: 160px;
    }

}
@media screen and (max-width: 1045px) {
    .coming-soon-map-inner {
        width: 295px;
    }
    .map-right {
        font-size: 20px;
    }
    .conflict-left img {
        max-width: 260px;
    }
    .spots__coming-soon-left img {
        max-width: 290px;
    }
    .spots-member-talk-wrap {
        height: 364px;
        right: 9%;
    }
}
@media screen and (max-width: 970px) {
    .spots__coming-soon-wrap {
        padding: 40px 35px 90px 37px;
    }
    .spots-member-talk-wrap {
        height: 350px;
    }
    .spots-member-screct {
        width: 100px;
        right: -33%;
    }
    .spots-member-talk {
        max-width: 140px;
        right: -7%;
    }
    .conflict-left img {
        max-width: 235px;
    }
    .conflict-right img {
        max-width: 130px;
    }
}
@media screen and (max-width: 900px) {
    .footer-box-list ul li a {
        font-size: 10px;
    }
}
@media screen and (max-width: 880px) {
    .footer-box-list ul li a {
        font-size: 11px;
    }
    .spots__coming-soon-wrap {
        padding: 40px 10px 90px 0;
    }
    .coming-soon-map-inner {
        width: 270px;
    }
}
@media screen and (max-width: 800px) {
    .coming-soon-map-inner {
        width: 240px;
    }
}
@media screen and (max-width: 1180px) {
    .to-do-reg-txt {
        font-size: 16px;
    }
    .shop-img {
        max-width: 43px;
    }
    .enjoy-img {
        max-width: 120px;
    }
    .photo-img {
        max-width: 160px;
    }
    .line-img {
        max-width: 410px;
    }
    .recommand-coming-img {
        max-width: 380px;
    }
    .recommand-plan {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1180px) {
    .spots-circle-img {
        max-width: 580px;
    }
    .circle-pos p {
        max-width: 310px;
    }
}
@media screen and (max-width: 1080px) {
    .to-do-list-inner {
        padding: 25px 11px 31px;
    }
    .line-img {
        max-width: 390px;
    }
}
@media screen and (max-width: 1040px) {
    .spots-circle-img {
        max-width: 540px;
    }
    .to-do-list-inner {
        padding: 18px 11px 25px;
    }
    .circle-pos p {
        max-width: 280px;
    }
}
@media screen and (max-width: 990px) {
    .to-do-list-left {
        padding-left: 20px;
    }
    .to-do-list-right {
        padding-right: 20px;
    }
}
@media screen and (max-width: 970px) {
    .circle-pos p {
        max-width: 250px;
    }
}
@media screen and (max-width: 970px) {
    .circle-pos p {
        max-width: 200px;
    }
}
@media screen and (max-width: 768px) {
    .to-do-list-wrap {
        flex-direction: column;
        margin-top: 30px;
        width: 100%;
        justify-content: space-between;
        align-items: flex-start;
    }
    .spots__sub-title {
        max-width: 330px;
        width: 100%;
        margin: auto;
        display: block;
        margin-top: 10px;
    }
    .spots__title {
        font-size: 14px;
    }
    .spots__title img {
        max-width: 150px;
        width: 100%;
    }
    .spots__main-txt {
        text-align: left;
        padding: 5px 5px 5px 15px;
        color: #211715;
        font-family: "Noto Sans JP";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.1px;
        /* width: 90%; */
        z-index: 10;
        position: relative;
    }
    .spots-txt-wrapper img {
        position: absolute;
        right: 0;
        top: 30px;
        width: 200px;
        z-index: 0;
    }
    .spots-txt-wrapper {
        position: relative;
        padding: 20px 30px;
        margin: 0;
    }
    .star-img-sp {
        width: 41px!important;
        right: 30px!important;
        top: -26px!important;
    }
    .to-do-list-left {
        padding-left: 0;
    }
    .to-do-list-inner {
        padding: 30px 15px 30px 30px;
        width: 85%;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .within-flex {
        flex-wrap: wrap;
    }
    .recommand-plan {
        float: right;
        max-width: unset;
        width: 70%;
        padding: 45px 30px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .spots__inner {
        padding-bottom: 50px;
        padding-top: 40px;
        border: none;
    }
    .recommand-coming-img {
        left: 10%;
    }
    .recommand-img {
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }
    .sm-line-img {
        max-width: 400px;
    }
    .to-do-list-right {
        padding-right: unset;
    }
    .circle-pos p {
        max-width: unset;
        width: 80%;
        margin-left: 4px;
        margin-top: -16px;
    }
    .circle-pos {
        top: 35%;
        left: 0;
        margin: auto;
        width: 90%;
        display: block;
        padding: 20px 40px 20px 40px;
    }
    .circle-coming-img {
        max-width: 350px;
        transform: translateX(-5%) translateY(30%);
    }
    .spots-circle-img {
        max-width: unset;
        width: 100%;
    }
    .footer-box-list ul li a {
        font-size: 14px;
    }
    .spots__inner-title-left,
    .spots__inner-title-right {
        display: none;
    }
    .spots__coming-soon-right {
        flex-direction: column-reverse!important;
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
        margin: auto;
        gap: 20px;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .spots__coming-soon-right.sec-right {
        flex-direction: column!important;
        gap: 0;
    }
    .spots__coming-soon-shop {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin: auto 0;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 40px;
        border-top-left-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 30px;
    }
    .spots__coming-soon-shop img {
        max-width: unset;
        height: auto;
        margin: auto;
        /* aspect-ratio: 4 / 1; */
        width: 100%;
        position: relative;
    }
    .spots__coming-soon-wrap {
        /* height: 600px;
        aspect-ratio: 1106.14 / 737.61;
        background-position: left;
        padding: 0;
        justify-content: center;
        align-items: center;
        background-size: auto;
        position: relative;
        padding-top: 30px; */
        height: auto;
        aspect-ratio: 1106.14 / 737.61;
        background-position: left;
        padding: 0;
        justify-content: center;
        align-items: center;
        background-size: cover;
        position: relative;
        padding-top: 70px;
        max-width: unset;
        width: 100%;
        border-radius: unset;
        background-position: center;
        position: relative;
    }
    .spots__coming-soon-left img {
        position: absolute;
        top: -4%;
        left: 32%;
    }
    .coming-soon-text-wrap {
        background-image: url(../img/nigata2km-text-sp.png);
        top: -29%;
        left: -61px;
    }
    .green-question-mark {
        width: 48.603px;
    }
    .coming-soon-text-wrap img {
        margin-left: 0;
    }
    .spots__coming-soon-main {
        padding: 0;
        justify-content: center;
    }
    .spots__coming-soon-left {
        padding-left: unset;
    }
    .coming-soon-map-inner {
        width: 320px;
        height: 196px;
        aspect-ratio: 71/49;
    }
    .spots__coming-soon-map {
        position: relative;
        margin-bottom: 30px;
    }
    .spots-member-talk-wrap,
    .spots__conflict-wrap {
        display: none;
    }
    .coming-soon-within-secret-img {
        left: unset;
        right: -2%;
        bottom: -40%;
    }
    .coming-soon-within-secret-img-sp {
        position: absolute;
        right: -25%;
        bottom: -32%;
    }
    .coming-soon-within-secret-img-sp img {
        max-width: 175.221px;
        width: 100%;
    }
    .conflict-sp {
        max-width: 530px;
        width: 100%;
        /* height: 145.06px; */
        margin-top: 50px;
    }
    .spots__coming-soon-sp-wrapper {
        display: flex;
        position: relative;
        margin-right: 20px;
    }
    .spots-member-sp-img {
        width: 158px;
        height: 319px;
        aspect-ratio: 35 / 74;
        margin-left: -15px;
        /* position: absolute;
        bottom: -7px;
        left: 21%; */
    }
    .spots-member-talk-sp-img {
        width: 151.314px;
        /* height: 90.818px; */
        z-index: 1;
        margin-bottom: -4%;
        margin-left: -3%;
    }
    .spots__coming-soon-left-sp {
        display: flex;
        flex-direction: column;
        position: absolute;
        /* bottom: -24%; */
        /* bottom: -297%;
        left: -38%; */
        /* bottom: -267%;
        left: -21%; */
        bottom: -9px;
        left: 14px;
    }
    .map-right {
        font-size: 18px;
        line-height: 24px;
    }
    .map-left.-blue,
    .map-left.-black-ft, .map-left.-black-sec {
        height: 50px;
    }
    .spots__coming-soon-right-inner {
        gap: 5px;
        margin-top: 35px;
    }
    .andmore-text {
        font-size: 18px;
    }
    .map-left.-blue::after {
        bottom: -2px;
        left: 49%;
    }
    .map-left.-black-ft::before, .map-left.-black-sec::before {
        top: 4px;
    }
    .map-left.-black-ft::after, .map-left.-black-sec::after {
        bottom: 0;
    }
    .happy-img-sp {
        position: absolute;
        width: 110px;
        /* top: 1px; */
        transform: rotate(-7.068deg);
        margin-bottom: 20px;
        margin-left: -10px;
    }
    .ques-mark-img {
        width: 30px;
        margin-top: 54%;
        margin-left: 42%;
    }
    .guide {
        padding-bottom: 60px;
    }
    .shop-main-wrap {
        flex-direction: column;
        gap: 16px;
        margin-left: 20px;
        margin-top: 13px;
    }
    .txt-shadow {
        padding-left: 0;
        width: 75%;
        margin: auto;
        margin-top: -20px;
    }
}

@media screen and (max-width: 500px) {
    .date-wrap {
        width: 60%;
    }
}
@media screen and (max-width: 450px) {
    .date-inner p {
        flex-wrap: wrap;
        justify-content: center;
    }
    .step-challenge-right p {
        font-size: 13px;
    }
    .date-sp-wrap {
        transform: translateY(190%);
    }
}
@media screen and (max-width: 400px) {
    .date-inner p {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .date-sp-wrap {
        display: none;
        transform: translateY(225%);
    }
    .date-sp-sm-wrap {
        display: block;
    }
    /* .schedule-img {
        padding-bottom: 50px;
    } */
    .date-left span {
        top: 142px;
        width: 50%;
    }
    .step-challenge-left p {
        flex-wrap: wrap;
        margin: 8px 28px 0;
    }
    .comingsoon-img {
        width: 100px;
    }
    .back-img {
        max-width: 275px;
    }
    .brown-wrap.-ft.-ft-sp {
        max-width: 280px;
    }
    .member-left-speak {
        width: 180px;
        left: 69%;
    }
    .member-support-link {
        font-size: 13px;
    }
    .member-support-link span {
        font-size: 14px;
    }
    .challenge-inner .inner-wrap {
        width: 70%;
        max-width: unset;
    }
    .member-message-pos {
        width: 228px;
        left: 20%;
    }
    .explain-wrap {
        gap: 20px;
    }
    .description {
        padding: 0 20px;
    }
    .enjoy__how-to {
        padding: 40px 7px 20px;
    }
    fieldset.member-support-fieldset legend {
        padding: 10px 20px;
    }
    .puzzle-icon1 {
        width: 150px;
    }
    .puzzle-icon2 {
        width: 120px;
    }
    .puzzle-icon3 {
        width: 165px;
    }
    .puzzle-icon4 {
        width: 110px;
    }
    .member-message-img {
        height: 53px;
    }
    .spots__coming-soon-left img {
        max-width: 250px;
        left: 36%;
    }
    .spots-member-talk-sp-img {
        margin-bottom: -1%;
        margin-left: -5%;
        width: 130px;
    }
}
@media screen and (max-width: 450px) {
    .spots__coming-soon-sp-wrapper {
        width: 100%;
        /* padding-left: 32%; */
    }
    .spots__coming-soon-left-sp {
        left: 13px;
        right: 0;
    }
    /* .spots__coming-soon-left-sp {
        bottom: -33%;
        left: -12px;
    } */
    .coming-soon-text-wrap {
        width: 235px;
        top: -37%;
        left: -20px;
    }
    .coming-soon-within-secret-img-sp img {
        max-width: 160px;
    }
    .coming-soon-within-secret-img-sp {
        right: 0%;
        bottom: -25%;
    }
}
@media screen and (max-width: 390px) {
    .member-right-wrap {
        width: 137px;
        height: 278px;
        aspect-ratio: 18 / 41;
        right: -6px;
    }
    .step-challenge-wrap.-even {
        margin-left: 20px;
    }
}
@media screen and (max-width: 380px) {
    .coming-soon-text-wrap {
        width: 200px;
        top: -40%;
        left: 23px;
    }
    .coming-soon-within-secret-img-sp img {
        max-width: 125px;
    }
    .coming-soon-within-secret-img-sp {
        right: 0%;
    }
    .map-right {
        font-size: 16px;
    }
    .date-left span {
        width: 50%;
    }
    .member-right-wrap {
        width: 137px;
        height: 278px;
        aspect-ratio: 18 / 41;
        right: -7px;
    }
    .step-challenge-wrap.-even {
        margin-left: 15px;
    }
}
/* 主なスポット｜ここまで */
.challenge-inner,
.step-card,
.intro-card,
.sns-main-wrap,
.to-do-list-text,
.brown-wrap {
    will-change: transform, opacity;
    transform-origin: center center;
}
.challenge-inner:hover,
.step-card:hover {
    transform: translateY(-6px) scale(1.02);
    transition: transform 0.3s ease;
}
.heart-img,
.heart-img-sp,
.circle-coming-img,
.speaker-img,
.small-img {
    transform-origin: center center;
    animation: heartBeat 1.2s ease-in-out infinite;
    will-change: transform;
}
@keyframes heartBeat {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.08);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.12);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
@media screen and (max-width: 380px) {
    .rare-wrap {
        width: 112.025px;
        height: 133.836px;
    }
    .ques-mark-img {
        width: 33px;
        margin-top: 51%;
        margin-left: 40%;
    }
}
.rare-wrap {
    position: relative;
    display: inline-block;
}

.ques-mark-img,
.rare-mark-img,
.amazing-mark-img,
.star-img-pos,
.green-question-mark,
.member-message-img,
.spots-member-talk,
.two-heart-img,
.eng-tip,
.date-effect {
    display: block;
    transform-origin: center center;
    will-change: transform;
}

/* ? マークを左右にゆっくりシェイク */
.ques-mark-img,
.green-question-mark {
    animation: quesShake 2.2s ease-in-out infinite;
}


/* RARE マークを少し縮小・拡大 */
.rare-mark-img,
.amazing-mark-img {
    animation: rarePulse 1.8s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
}
/* 左右ゆっくり揺れる */
@keyframes quesShake {
    0%   { transform: translateX(0) rotate(0deg); }
    10%  { transform: translateX(-6px) rotate(-8deg); }
    20%  { transform: translateX(6px) rotate(8deg); }
    30%  { transform: translateX(-5px) rotate(-8deg); }
    40%  { transform: translateX(5px) rotate(8deg); }
    50%  { transform: translateX(-3px) rotate(-6deg); }
    60%  { transform: translateX(3px) rotate(6deg); }
    70%  { transform: translateX(-2px) rotate(-4deg); }
    80%  { transform: translateX(2px) rotate(4deg); }
    100% { transform: translateX(0) rotate(0deg); }
}
/* RARE マークを少し強めに縮小・拡大 */
@keyframes rarePulse {
    0%   { transform: scale(1); }
    10%  { transform: scale(0.85); }
    20%  { transform: scale(1.12); }
    30%  { transform: scale(1.45); }
    40%  { transform: scale(1.62); }
    60%  { transform: scale(1.08); }
    70%  { transform: scale(1.45); }
    80%  { transform: scale(1.6); }
    100% { transform: scale(1); }
}

.member-message-img,
.andmore-img,
.spots-member-talk,
.sns-main-wrap,
.map-left.-map,
.map-left.-black-ft,
.map-left.-black-sec,
.map-left.-blue,
.conflict-puzzle-img {
    animation: memberPulse 1.8s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
}

@keyframes memberPulse {
    0%   { transform: scale(1); }
    25%  { transform: scale(0.97); }
    50%  { transform: scale(1.05); }
    75%  { transform: scale(0.99); }
    100% { transform: scale(1); }
}

.two-heart-img,
.star-img-pos,
.star-img-sp
/* , */
/* .add-animate-effect */
/* .eng-tip,
.date-effect, */ {
    animation: twoheart 1.8s ease-in-out infinite;
    transform-origin: center center;
    will-change: transform;
}
@keyframes twoheart {
    0%   { transform: scale(1); }
    25%  { transform: scale(0.99); }
    50%  { transform: scale(1.3); }
    75%  { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.picture1-img,
.picture2-img {
    display: block;
}

/* ライン描画アニメーション */
.line-draw {
    clip-path: inset(0 100% 0 0);
    animation: drawLine 1.5s ease forwards infinite;
}

/* 少し遅らせる */
.line-draw.delay {
    animation-delay: 0.5s;
}

/* 左から右へ描く */
@keyframes drawLine {
    from {
        clip-path: inset(0 100% 0 0);
    }
    to {
        clip-path: inset(0 0 0 0);
    }
}
.footer-box-list p {
    font-size: 13px;
    text-align: center;
    margin-top: 11px;
    color: white;
}
.white-arrow-img {
    width: auto;
    /* aspect-ratio: 1/1; */
    vertical-align: middle;
}
.add-animate-effect {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DF2236;
    color: #fff;
    padding: 10px 0 0;
    border-radius: 5px;
    box-shadow: 0 3.995px 3.995px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 768px) {
    .add-animate-effect {
        padding: 10px 10px 0;
        margin-bottom: 6px;
    }
}
.eng-tip {
    color: #fff;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    align-items: center;
    justify-content: center;

}
@media screen and (max-width: 768px) {
    .eng-tip {
        font-size: 30px;
    }
}
.date-effect {
    color: #fff;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 160%;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding-top: 7px;
}
@media screen and (max-width: 768px) {
    .margin-top-set {
        margin-top: 10px;
    }
}
.special-txt {
    color: #DF2236;
    padding-bottom: 3px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 18px;
    border-bottom: 2px solid #DF2236;
}
@media screen and (max-width: 768px) {
    .special-txt {
        font-size: 16px;
    }
}