#specialpagejuntwentyfive {
    font-size: 16px;
}
#specialpagejuntwentyfive img {
    margin: 0 !important;
    display: inline-block !important;
}
#specialpagejuntwentyfive .sp-br {
    display: block;
}
#specialpagejuntwentyfive .pc-br {
    display: none;
}
#specialpagejuntwentyfive .title h3 {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .sp-br {
        display: none;
    }
    #specialpagejuntwentyfive .pc-br {
        display: block;
    }
    #specialpagejuntwentyfive .title h3 {
        font-size: 34px;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    #specialpagejuntwentyfive {
        font-size: 18px;
    }
}

/*------------- mv -------------*/
#specialpagejuntwentyfive .mv {
    margin-top: 64px;
}
#specialpagejuntwentyfive .mv img {
    width: 100%;
    max-width: 2000px;
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .mv {
        margin: 130px auto 0;
        text-align: center;
        background-color: #22B9FA;
    }
}

/*------------- movie -------------*/
#specialpagejuntwentyfive .movie-section {
    background-color: #FFF9BF;
    padding: 40px 0 60px;
}
#specialpagejuntwentyfive .movie-section .title {
    font-size: 20px;
    color: #F37201;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    text-shadow:
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white,
        3px 3px 5px rgba(0, 0, 0, 0.5);
    padding: 5px;
    line-height: 1.5;
}
#specialpagejuntwentyfive .movie-list {
    text-align: center;
}
#specialpagejuntwentyfive .movie-upper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
#specialpagejuntwentyfive .movie-title {
    display: flex;
    justify-content: center;
}
#specialpagejuntwentyfive .box-movie p {
    font-weight: bold;
}
#specialpagejuntwentyfive .box-movie {
    margin: 35px auto 0;
    width: 100%;
}
#specialpagejuntwentyfive .box-movie .movie {
    max-width: 100%;
    margin: 0 auto;
}
#specialpagejuntwentyfive .box-movie iframe {
    border-radius: 20px;
    width: 100%;
    height: 250px;
    border: none;
}
#specialpagejuntwentyfive .box-movie:last-child label {
    padding: 20px 0;
}
#specialpagejuntwentyfive .all-interview .box-movie {
    margin: 35px auto;
}
@media (min-width: 580px) {
    #specialpagejuntwentyfive .box-movie iframe {
        height: 350px;
    }
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .movie-section {
        padding: 80px 0 60px;
    }
    #specialpagejuntwentyfive .movie-section .title {
        font-size: 34px;
    }
    #specialpagejuntwentyfive .movie-list {
        margin-top: 2rem;
    }
    #specialpagejuntwentyfive .movie-upper {
        flex-direction: row;
    }
    #specialpagejuntwentyfive .movie-upper .box-movie .movie {
        padding: 0 20px;
        width: 100%;
    }
    #specialpagejuntwentyfive .movie-upper .box-movie iframe {
        height: 270px;
    }
    #specialpagejuntwentyfive .box-movie .movie {
        width: 600px;
    }
    #specialpagejuntwentyfive .box-movie iframe {
        height: 338px;
    }
}

/*------------- accordion -------------*/
.accordion-container {
    max-width: 680px;
    width: 100%;
    margin: 40px auto 0;
}
.accordion-list:not(:first-child) {
    margin-top: 10px;
}
.accordion-list a{
    display: block;
    text-decoration: none;
}
.accordion-list a:hover{
    color: #fff;
}
.accordion-title {
    background: #F37201;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 40px;
    position: relative;
    text-align: center;
    height: 64px;
    line-height: 64px;
    font-weight: bold;
    color: white;
    letter-spacing: -1px;
}
.accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: white;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
.accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: white;
    transition: all .3s ease-in-out;
}
.accordion-title.open:before {
    transform: rotate(180deg);
}
.accordion-title.open:after {
    opacity: 0;
}
.accordion-text {
    border: solid 1px #F37201;
    display: none;
    padding: 20px;
    margin: 0;
    background: #fff;
    text-align: center;
}
.accordion-text p {
    text-align: left;
    margin-bottom: 30px;
}
.accordion-text span {
    text-align: left;
    background: linear-gradient(transparent 60%, #FCEB00 60%);
}
.accordion-container .collapse {
    margin: 20px auto;
}
@media (min-width: 768px) {
    .accordion-container {
        margin: 60px auto 0;
    }
}

/*------------- account-open-banner -------------*/
#specialpagejuntwentyfive .acc_open {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
#specialpagejuntwentyfive .making-section .acc_open {
    width: 85%;
}
#specialpagejuntwentyfive .acc_open_btn {
    width: 100%;
    background-color: #FFCB21;
    box-shadow: 0 7px 0 0 #C4A442;
    border-radius: 100px;
    margin: 50px 0;
    padding: 10px;
    position: relative;
    top: 0;
    transition: top 0.3s ease, box-shadow 0.3s ease;
}
#specialpagejuntwentyfive .orange-button-svg {
    display: inline;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin : 0;
    padding: 0 10px;
    text-align: center;
    filter: url(#orangeOutline);
}
#specialpagejuntwentyfive .acc_open_btn img {
    padding: 0 0 5px;
}
#specialpagejuntwentyfive .acc_open_btn:hover {
    top: 7px;
    box-shadow: none;
    transition: top 0.3s ease, box-shadow 0.3s ease;
}
#specialpagejuntwentyfive .acc_open_btn:active {
    top: 7px;
    box-shadow: none;
}
#specialpagejuntwentyfive .acc_open a {
    text-decoration: none;
    color: #fff;
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .acc_open a {
        font-size: 34px;
    }
    #specialpagejuntwentyfive .acc_open_btn {
        width: 472px;
        margin: 50px auto;
    }
    #specialpagejuntwentyfive .orange-button-svg {
        font-size: 34px;
    }
}

/*------------- character -------------*/
#specialpagejuntwentyfive .character-section {
    background-color: #F0FEFF;
    text-align: center;
    padding: 40px 0;
}
#specialpagejuntwentyfive .character-section .title {
    color: #00425B;
}
#specialpagejuntwentyfive .character-section .sub-text {
    margin-top: 40px;
}
#specialpagejuntwentyfive .character-list {
    display: flex;
    flex-direction: column;
}
#specialpagejuntwentyfive .character-item img {
    width: 100%;
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .character-section {
        padding: 60px 0;
    }
    #specialpagejuntwentyfive .character-section .title {
        font-size: 34px;
    }
    #specialpagejuntwentyfive .character-list {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    #specialpagejuntwentyfive .character-item {
        width: 100%;
        max-width: 485px;
    }
}
@media (min-width: 1200px) {
    #specialpagejuntwentyfive .character-list {
        width: 970px;
    }
}

/*------------- interview -------------*/
#specialpagejuntwentyfive .interview-section {
    background-color: #C92B2E;
    text-align: center;
    padding: 40px 0;
}
#specialpagejuntwentyfive .interview-section picture img {
    width: 100%;
}
#specialpagejuntwentyfive .interview-section .title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#specialpagejuntwentyfive .interview-section .sub-text {
    color: #fff;
    font-weight: bold;
    margin-top: 40px;
}
#specialpagejuntwentyfive .content-interview {
    background-color: #fff;
    border: solid 2px #E6002D;
    border-radius: 10px;
    box-shadow: 0 0 4px;
    text-align: left;
    padding: 40px 15px;
}
#specialpagejuntwentyfive .content-interview .question {
    display: flex;
    align-items: flex-start;
    color: #E6002D;
    font-weight: bold;
}
#specialpagejuntwentyfive .content-interview .question img {
    margin: 0 10px 0 0 !important;
}
#specialpagejuntwentyfive .content-interview li:not(:first-child) .question {
    margin-top: 50px;
}
#specialpagejuntwentyfive .content-interview .answer {
    position: relative;
    background-color: #FFE6EB;
    margin-top: 40px;
    padding: 50px 10px 10px;
    border-radius: 5px;
}
#specialpagejuntwentyfive .content-interview .answer img {
    position: absolute;
    top: -45px;
    right: 15px;
    width: 90px;
}
#specialpagejuntwentyfive .content-interview .answer span {
    background: linear-gradient(transparent 60%, #FF89A0 60%);
}
#specialpagejuntwentyfive .all-interview {
    margin-top: 50px;
}
#specialpagejuntwentyfive .all-interview-text {
    color: #fff;
    background-color: #E6002D;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
    box-shadow: 4px 4px 0 #F8BFCA;
}
.down-arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #E6002D;
    margin: 0 auto;
    filter: drop-shadow(4px 4px 0 #F8BFCA);
  }

@media (min-width: 420px) {
    #specialpagejuntwentyfive .all-interview-text {
        font-size: 20px;
        width: 80%;
    }
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .interview-section {
        padding: 80px 0;
    }
    #specialpagejuntwentyfive .interview-section picture img {
        width: 60%;
    }
    #specialpagejuntwentyfive .interview-section .title {
        font-size: 34px;
    }
    #specialpagejuntwentyfive .all-interview-text {
        width: 312px;
    }
    #specialpagejuntwentyfive .content-interview .answer {
        padding: 50px 20px 30px;
    }
    #specialpagejuntwentyfive .content-interview .answer img {
        top: -50px;
    }
}
@media (min-width: 1200px) {
    #specialpagejuntwentyfive .content-interview {
        width: 940px;
        margin: 0 auto;
        padding: 60px 40px 20px;
    }
}

/*------------- making -------------*/
#specialpagejuntwentyfive .making-section {
    position: relative;
    background-color: #37BAAB;
    padding: 100px 10px;
}
#specialpagejuntwentyfive .making-section .bg-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    max-width: 400px;
}
#specialpagejuntwentyfive .making-section .bg-right {
    position: absolute;
    bottom: -2.5%;
    right: 0;
    width: 60%;
    max-width: 440px;
    z-index: 1;
}
#specialpagejuntwentyfive .making-section .title {
    color: #fff;
    text-align: center;
}
#specialpagejuntwentyfive .making-section .making-text {
    color: #fff;
    font-weight: bold;
}
#specialpagejuntwentyfive .making-section .making-text p {
    margin-top: 30px;
}
#specialpagejuntwentyfive .making-section .making-text p span {
    color: #FCEB00;
}
@media (min-width: 450px) {
    #specialpagejuntwentyfive .making-section .bg-right {
        bottom: -4%;
    }
}
@media (min-width: 580px) {
    #specialpagejuntwentyfive .making-section .bg-right {
        bottom: -6%;
    }
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .making-section .bg-right {
        bottom: -9%;
    }
    #specialpagejuntwentyfive .making-section .title h3 {
        margin-top: 10px;
    }
    #specialpagejuntwentyfive .making-section .making-text {
        width: 750px;
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
    #specialpagejuntwentyfive .making-section .making-text {
        width: 970px;
    }
}

/*------------- profile -------------*/
#specialpagejuntwentyfive .profile-section {
    background-color: #008DCE;
    padding: 40px 0;
    position: relative;
    z-index: 2;
}
#specialpagejuntwentyfive .profile-section .title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
#specialpagejuntwentyfive .profile-section .profile-name {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
}
#specialpagejuntwentyfive .profile-section .profile-name span {
    font-size: 30px;
    display: block;
    line-height: 1;
    margin-top: 20px;
}
#specialpagejuntwentyfive .profile-section .profile {
    position: relative;
    background-color: #fff;
    padding: 90px 10px 40px;
    margin-top: 90px;
    border-radius: 10px;
}
#specialpagejuntwentyfive .profile-section .profile img {
    position: absolute;
    width: 160px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#specialpagejuntwentyfive .profile-section .profile p {
    margin: 20px 0;
}
#specialpagejuntwentyfive .profile-section .profile span {
    background: linear-gradient(transparent 60%, #C5ECFF 60%);
}
@media (min-width: 768px) {
    #specialpagejuntwentyfive .profile-section .profile {
        padding: 100px 40px 60px;
        margin-top: 120px;
    }
    #specialpagejuntwentyfive .profile-section .profile-name {
        margin-top: 80px;
    }
    #specialpagejuntwentyfive .profile-section .profile-name span {
        font-size: 44px;
    }
    #specialpagejuntwentyfive .profile-section .profile img {
        width: 200px;
    }
}
@media (min-width: 1200px) {
    #specialpagejuntwentyfive .profile-section .profile {
        width: 940px;
        margin: 120px auto 0;
    }
}

/*------------- Fancybox common -------------*/
.fancybox__backdrop {
    background-color: rgba(0, 0, 0, 0.85);
}
.fancybox__container .fancybox__content {
    width: 93%;
    max-width: 330px;
    padding: 0;
    border-radius: 15px;
    overflow: visible !important;
    height: 550px;
}
.fancybox__container img {
margin: 0 !important;
}

/* fancybox contents */
.character-popup-content {
    max-width: 350px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    height: 100%;
}
.character-popup-header {
    position: relative;
    overflow: visible;
}
.character-popup-image {
    width: 100.2%;
}
.character-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.character-popup-details {
    padding: 20px;
    text-align: center;
}
.character-popup-name img {
    max-width: 90%;
    height: 72px;
    margin: 0 auto !important;
}
.character-popup-description {
    text-align: left;
    margin: 20px 0;
    font-size: 16px;
}

/* character color */
.character-popup-red {
    border: solid 2px #E6002D;
}
.character-popup-yellow {
    border: solid 2px #FFCB21;
}
.character-popup-blue {
    border: solid 2px #006AB7;
}
.character-popup-green {
    border: solid 2px #00A051;
}

/* button */
.character-popup-header .carousel__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FFCB21;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.character-popup-header .carousel__button svg {
    color: #fff;
}
.character-popup-header .carousel__button.is-next {
    right: -20px;
}
.character-popup-header .carousel__button.is-prev {
    left: -20px;
}
.custom-close-button {
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 160px;
    height: 35px;
    border-radius: 15px;
    border: none;
    background-color: #FFCB21;
    color: #fff;
    cursor: pointer;
    transform: translate(50%, 50%);
}
.custom-close-button .close-button-text {
    display: block;
    line-height: 35px;
}

@media (min-width: 768px) {
    .character-popup-content {
        max-width: 100%;
        height: 615px;
    }
    .fancybox__container .fancybox__content {
        max-width: 600px;
        height: auto;
    }
    .character-popup-details {
        padding: 30px;
    }
    .character-popup-description {
        font-size: 18px;
    }
    .character-popup-header .carousel__button {
        width: 50px;
        height: 50px;
    }
    .character-popup-header .carousel__button.is-next {
        right: -70px;
    }
    .character-popup-header .carousel__button.is-prev {
        left: -70px;
    }
    .custom-close-button {
        width: 225px;
        height: 45px;
        border-radius: 30px;
    }
    .custom-close-button .close-button-text {
        line-height: 45px;
    }
}
@media (min-width: 992px) {
    
    .fancybox__container .fancybox__content {
        margin-top: 75px;
    }
}
@media (min-width: 1200px) {
    .fancybox__container .fancybox__content {
        max-width: 760px;
    }
    .character-popup-header .carousel__button.is-next {
        right: -75px;
    }
    .character-popup-header .carousel__button.is-prev {
        left: -75px;
    }
}