body.lower .content.rn main .main--body.search .main--header>.inner .tle--lv1 span small {
    font-size: 2.4rem;
}
body.lower .content.rn main .main--body.search>.inner {
    border: none;
}
body#movie.lower .content.rn main .main--body.search {
    font-family: "Zen Maru Gothic", "Hiragino Sans", "Yu Gothic", sans-serif;}
#main {
    background-color: #FDF7E7;
}
img{
    width:100%;
    display:block;
}
.lp{
    max-width:2188px;
    margin:0 auto;
}


/* =========================
MV
========================= */

.mv {
    position: relative;
    overflow: hidden;
}

.mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 47%;
    transform: translateX(-50%);
    /* width: min(113.958vw, 2188px);
    height: min(55.208vw, 1060px); */
    width: min(2188px);
    height: min(1060px);
    background:
        url("../img/MVback.png")
        center / contain
        no-repeat;
    z-index: 0;
}

.mv__inner{
    max-width:1380px;
    margin:0 auto;
    position:relative;
}

.mv__image{
    width:100%;
}
.mv__image img {
    display: block;
}

.mv__profile{
    margin-top:119px;
    display:flex;
    justify-content: center;
    flex-direction: row;
    gap: 65px;
    align-items:flex-start;
}

.mv__profile-box{
  width: 100%;
  max-width: 433px;
  aspect-ratio: 1 / 1;
  flex-shrink:0;
  border: 6px solid #7F7FE3;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

.mv__profile-box .mv__profile-img {
    display: flex;
    gap: 16px;
    align-items: flex-end;
}
.mv__profile-box .mv__profile-img .mv__profile-img-block {
    padding-left: 5px;
}
.mv__profile-block {
    margin-bottom: 10px;
}

.mv__profile-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#cfcfcf;
    position:absolute;
    right:220px;
    top:640px;
}
.mv__profile-label {
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.mv__profile-name{
    font-size:28px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.mv__profile-block .mv__profile-id {
    margin: 0;
    line-height: 1.6;
    font-size: 19px;
}

.mv__profile-text{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.4;
    padding: 0 81px;
}

.mv__lead{
    max-width:701px;
    font-size: 20px;
    line-height: 2;
    font-weight: bold;
    z-index: 2;
}

/* =========================
期間
========================= */

.period {
    position: relative;
    padding: 34px 0;
}

.period__inner {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.period::before {
    content: "";
    position: absolute;
    top: -8%;
    left: 50%;
    width: 100%;
    height: 120%;
    background: #fff;
    transform: translateX(-50%) skewY(-3deg);
    z-index: 2;
}

.period::after {
    content: "";
    position: absolute;
    top: 97%;
    left: clamp(-400px, calc(1% - (1920px - 100vw)), 58px);
    background: url(../img/campaignback2.png) center / contain no-repeat;
    z-index: 2;
    width: 368px;
    height: 365px;
    transform: translateX(0%);
}

.section-title{
    font-size:36px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    background: linear-gradient(transparent 86%, #E09FA5 86% );
}

.period__date{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:22px;
    flex-wrap:wrap;
    max-width: 1120px;
    width: clamp(62%, 64vw, 100%);
    margin: 0 auto;
    background-image: linear-gradient(120deg, transparent 45%, #F3E76A 55%, #F3E76A 55%, transparent 67%);
    background-size: 21px 1.6em;
    background-repeat: repeat-x;
    background-position: left calc(100% - 26%);
}
.period__item {
    display: flex;
    gap: 11px;
}
.date{
    font-size: clamp(36px, 5vw, 100px);
    font-weight:bold;
    line-height:2;
}
.date span {
    font-size: clamp(25px, 3.2vw, 60px);
    font-weight:bold;
}

.sub{
    display: inline-flex;
    font-size: clamp(20px, 2.7vw, 36px);
    flex-direction: column;
    font-weight: bold;
    line-height: 1.1;
    justify-content: center;
    align-items: flex-start;
}

.wave{
    font-size:clamp(25px, 3.2vw, 60px);
    font-weight:bold;
}

/* =========================
内容
========================= */

.campaign{
    position: relative;
    overflow: hidden;
    padding-top: 163px;
    padding-bottom: 190px;
    text-align: center;
    z-index: 1;
}

.campaign::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 57%;
    transform: translateX(-50%);
    /* width: min(113.958vw, 2188px);
    height: min(55.208vw, 1060px); */
    width: min(2002px);
    height: min(2146px);
    background:
        url("../img/campaignback.png")
        center / contain
        no-repeat;
    z-index: -1;
}
.campaign__inner{
    max-width:1200px;
    margin:0 auto;
}

.campaign .campaign__text{
    text-align: center;
    line-height: 2;
    margin-top: 38px;
    margin-bottom: 111px;
    font-size: 20px;
    font-weight: bold;
}
.campaign .campaign__text span {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: linear-gradient(transparent 60%,#FFF88B 60%);
}

.steps{
    margin-top:68px;
}

.step{
    align-items:center;
    margin-bottom:110px;
    min-height: 120px;
    position: relative;
}
.step::before {
    content: "";
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 38px;
    background: url(../img/Polygon.png) center / contain no-repeat;
}
.step:last-child:before {
    background: none;
}
.step:last-child {
    margin-bottom: 60px;
}

.step__label{
    font-size:56px;
    font-weight:900;
    color:#f1d000;
    text-shadow:
        2px 2px 0 #222,
        -2px 2px 0 #222,
        2px -2px 0 #222,
        -2px -2px 0 #222;
}

.step__content {
    background:#fff;
    padding:34px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    position: relative;
}

.step .step__content a {
    text-decoration: none;
}

.step1 .step__content::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -2%;
    width: 184px;
    height: 103px;
    background: url(../img/Step1.png) center / contain no-repeat;
    z-index: 0;
}

.step1 .step__content::after {
    content: "";
    position: absolute;
    top: -34%;
    right: -31px;
    width: 225px;
    height: 199px;
    background: url(../img/step1_icon.png) center / contain no-repeat;
    z-index: 1;
}

.step2 .step__content::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -2%;
    width: 200px;
    height: 104px;
    background: url(../img/Step2.png) center / contain no-repeat;
    z-index: 0;
}

.step2 .step__content::after {
    content: "";
    position: absolute;
    top: -20%;
    right: 10px;
    width: 206px;
    height: 209px;
    background: url(../img/step2_icon.png) center / contain no-repeat;
    z-index: 1;
}
.step3 .step__content {
    padding: 40px 0;
}
.step3 .step__content::before {
    content: "";
    position: absolute;
    top: -46px;
    left: -2%;
    width: 187px;
    height: 103px;
    background: url(../img/Step3.png) center / contain no-repeat;
    z-index: 0;
}

.step3 .step__content::after {
    content: "";
    position: absolute;
    top: -75%;
    right: -15px;
    width: 269px;
    height: 261px;
    background: url(../img/step3_icon.png) center / contain no-repeat;
    z-index: 1;
}

.step__content span {
    font-size: 26px;
    font-weight: bold;
    line-height: 2;
}

.step__content .c_purple {
    color: #7F7FE3;
    font-size: 26px;
    position: relative;
}

.step__content .c_purple::after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: -3px;
    width: 93%;
    height: 1px;
    background: #7F7FE3;
}

.step__image{
    width:140px;
    margin:0 auto;
}

.step-arrow{
    width:0;
    height:0;
    border-left:20px solid transparent;
    border-right:20px solid transparent;
    border-top:20px solid #e5a5af;
    margin:0 auto 20px;
}

.campaign-banner{
    background:#7F7FE3;
    color:#FFF88B;
    text-align:center;
    font-weight:900;
    font-size: 36px;
    line-height: 1.4;
    padding: 20px 15px;
    text-shadow: 0px 2px 0px #000;
    -webkit-text-stroke: 1px #000;
    border: 1px solid #000;
}

.notes{
    margin-top:100px;
    text-align:center;
}

.notes ul{
    list-style:none;
    text-align: left;
    max-width: 658px;
    margin: 35px auto 0;
}

.notes li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1.8;
}

.notes li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* =========================
SP
========================= */
@media (max-width: 1000px) {
    #main {
        width: 1004px;
    }
}
@media (max-width: 768px){

    #main {
        width: 100%;
    }
    .mv{
        padding: 0 0 80px;
    }

    .mv__profile-box .mv__profile-img {
        gap: 10px;
    }
    .mv__profile-box .mv__profile-img .mv__profile-img-block {
        width: 160px;
        height: 160px;
        padding: 0;
    }
    .mv__profile-name {
        font-size: 22px;
    }
    .mv__profile-label {
        font-size: 14px;
    }
    .mv__profile-id {
        font-size: 17px;
    }
    .mv__lead{
        font-size: 18px;
    }

    .mv__profile{
        flex-direction:column;
        align-items:center;
        flex-direction: column-reverse;
        gap:40px;
        margin-top: 50px;
        padding: 0 2%;
    }

    .mv__profile-box{
        width:min(100%, 433px);
        aspect-ratio:1/1;
    }
    .mv__profile-text{
        padding: 0 5px;
        max-width: 280px;
        margin: 10px auto 0;
        font-size: clamp(14px, 3.7vw, 16px);
    }

    .mv__profile-icon{
        display:none;
    }

    .section-title{
        font-size:28px;
    }
    .campaign {
        padding: 80px 2% 80px;
    }
    .campaign__text {
        font-size: 18px;
        margin-bottom: 80px;
    }
    .wave {
        font-size: clamp(25px, 3.2vw, 60px);
    }

    .period__date {
        background-image: none;
        flex-direction: column;
        gap: 0px;
    }
    .period__item {
        background-image: linear-gradient(120deg, transparent 45%, #F3E76A 55%, #F3E76A 55%, transparent 67%);
        background-size: 10px 1.6em;
        background-repeat: repeat-x;
        background-position: left calc(100% - 20%);
    }
    .date{
        font-size:42px;
    }

    .step{
        grid-template-columns:1fr;
        text-align:center;
    }

    .step__label{
        font-size:42px;
    }

    .step__image{
        width:100px;
    }
    .step1 .step__content::before,.step2 .step__content::before,.step3 .step__content::before{
        background-size: 80%;
    }
    .step1 .step__content::after {
        top: -57px;
        right: 0;
        width: 107px;
        height: 94px;
    }
    .step2 .step__content::after {
        top: -62px;
        right: 10px;
        width: 115px;
        height: 118px;
    }
    .step3 .step__content::after{
        top: -85px;
        right: 0;
        width: 137px;
        height: 133px;
    }
    .step__content {
        font-size: 18px;
        padding: 34px 15px;
    }
    .step__content span {
        font-size: 20px;
    }
    .step__content .c_purple {
        font-size: 20px;
        text-decoration: underline;
        text-decoration-thickness: 1px;
    }
    .step__content .c_purple::after {
        content: none;
    }
    .step3 .step__content {
        padding: 40px 15px;
    }
    .campaign-banner {
        font-size: 28px;
    }
    .notes {
        margin-top: 80px;
    }
}