@charset "utf-8";

:root {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
}

/* ===============================
Top Page
=============================== */


/* :root {
    scroll-behavior: smooth;
} */


/* Header */

.festa-header {
    padding: 120px 0 40px 0;
}

.festa-header-txt {
    font-size: 24px;
    text-align: center;
    letter-spacing: 1.2px;
}

.space-pc {
    display: inline;
}


/* Section: MV */

.main-mv {
    padding: 30px 0 50px 0;
}

.main-ttl {
    font-size: 75px;
    text-align: center;
    letter-spacing: 3.75px;
}

.label-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7%;
}

.label-txt-en {
    font-size: 28px;
    letter-spacing: 1.4px;
}

.label-txt-jp {
    font-size: 24px;
    letter-spacing: 1.2px;
}

.label-li-img {
    padding: 0 10px 0 17px;
}

.mv-img {
    max-width: 46px;
}

.mv-ttl-img-dec {
    max-width: 340px;
    margin: 0 auto;
}


/* Section: Basic Concept */

.concept {
    padding: 100px 0 50px 0;
}

.concept-txt {
    letter-spacing: 1.3px;
    line-height: 1.3;
}


/* Section: Aims */

.aims {
    padding: 60px 0 50px 0;
}

.aims-txt-p {
    position: relative;
    padding-left: 30px;
    letter-spacing: 1.3px;
    line-height: 1.3;
}

.aims-txt-p::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 3px;
    left: 0;
    top: 3px;
    background-color: #7e1c3e;
}


/* ///////////////////////////////////////// */

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

    /* Header */
    .festa-header {
        padding: 80px 0 30px 0;
        line-height: 1.5;
    }

    .festa-header-txt {
        font-size: 20px;
    }

    .space-pc {
        display: none;
    }

    /* Section: Main MV */
    .main-mv {
        padding: 20px 0 35px 0;
    }

    .main-ttl {
        font-size: 60px;
    }

    .label-txt-en {
        font-size: 24px;
    }

    .label-ul {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding-left: 0;
    }

    .label-li-img {
        padding: 0;
    }

    /* Section: Concept */
    .concept {
        padding: 60px 0 35px 0;
    }

    /* Section: Aims */
    .aims {
        padding: 40px 0 35px 0;
    }

    .aims-txt-p {
        padding-left: 28px;
    }

    .aims-txt-p::before {
        width: 18px;
        height: 18px;
    }
}

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


/* ------------------------------ */


/* SNS section */


/* ------------------------------ */

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

.media-left,
.media-right {
    width: 50%;
    height: 410px;
    overflow: auto;
}

.instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .media {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .media-left,
    .media-right {
        width: 100%;
        max-width: 500px;
        height: 400px;
    }
}


/* ------------------------------ */


/* Archive section */

.archive-sec {
    padding-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .archive-sec {
        padding-bottom: 60px;
    }
}


/* ------------------------------ */

.arch-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 30px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: center;
}


/* ------------------------------ */


/* Footer */

.footer-txt {
    padding: 35px 0 33px 0;
}


/* Page Top section */


/* ------------------------------ */

.page-top-btn {
    display: none;
    position: fixed;
    /* right: 50%; */
    right: 80px;
    /* transform: translateX(480px); */
    bottom: 40px;
}

.page-top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-top img {
    width: 50%;
    margin-left: 10px;
}

.page-top-txt {
    margin-top: 10px;
}

@media screen and (max-width: 1000px) {
    .page-top-btn {
        right: 20px;
        transform: translateX(0);
    }
}


/* ------------------------------ */


/* Footer section */


/* ------------------------------ */


/* ------------------------------ */


/* Scroll down section */


/* ------------------------------ */

.scroll-text {
    display: block;
    height: 100px;
    text-align: center;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-right: 5px;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.scroll-text::before {
    content: "";
    background: #333;
    height: 100px;
    width: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.scroll-text::after {
    content: "";
    position: absolute;
    background: #333;
    height: 30px;
    width: 3px;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

/* ---------------------------<<< Aung Thu Win: Start >>>----------------------------- */
/* ================================================mv-section */

.hamburger-container {
    display: none;
    cursor: pointer;
}

.summerfesta2022 .menu {
    display: none
}

.summerfesta2022 {
    overflow-x: hidden;
}

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

    .summerfesta2022 .menu {
        display: block;
        position: fixed;
        padding: 0 20px;
        height: 100vh;
        width: 100%;
        background-color: #fff;
        z-index: 10;
        transition: transform .3s ease-in-out;
        transform: translateX(100%);
    }

    .summerfesta2022.open .menu {
        transform: translateX(0);
    }


    .hamburger-container {
        position: fixed;
        top: 0;
        right: 0;
        height: 60px;
        width: 60px;
        background-color: #7e1b3e;
        z-index: 20;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .overlay {
        font-size: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        min-height: 440px;

    }

    .overlay a {
        position: relative;
    }

    .overlay a::after {
        content: "";
        display: block;
        height: 38px;
        width: 26px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/common/right_arrow.png) no-repeat center;
        background-size: contain;
    }

    .hamburger-container.open {
        background-color: #fff;
    }

    .hamburger {
        display: flex;
        align-items: center;
        height: 32px;
    }

    .white-line {
        width: 27px;
        height: 3px;
        background-color: #fff;
        position: relative;
    }

    .white-line::before,
    .white-line::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        transition: transform .3s ease-in-out, top .3s ease-in-out;
    }

    .white-line::before {
        top: -7px
    }

    .white-line::after {
        top: 7px
    }

    .hamburger-text {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
    }

    .open .hamburger-text {
        color: #030000;
    }

    .open .white-line {
        visibility: hidden;
    }

    .open .white-line::before,
    .open .white-line::after {
        visibility: visible;
        top: 0;
    }

    .open .white-line::before {
        background-color: #030000;
        transform: rotate(45deg);
    }

    .open .white-line::after {
        background-color: #030000;
        transform: rotate(-45deg);
    }

}

.logo-container {
    margin: 20px 0 0 40px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1500px) {
    .logo-container {
        margin: 15px 0 0 80px;
    }
}

@media (min-width: 1800px) {
    .logo-container {
        margin: 15px 0 0 180px;
    }
}

@media (min-width: 1900px) {
    .logo-container {
        margin: 10px 0 0 250px;
    }
}

@media screen and (max-width: 1000px) {
    .logo-container {
        margin: 20px 0 0 10px;
    }

}

.logo {
    display: flex;
    align-items: center;
}

.logo h1 {
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-left: 20px;
}

.mv-text {
    position: relative;
    background: url(../img/common/mv_firework.png) round;
    height: 780px;
    padding-top: 200px;
    margin: -60px 0 -300px 0;
}

@media screen and (max-width: 1000px) {
    .mv-text {
        margin-top: -50px;
    }

    .logo h1 {
        margin-left: 10px
    }

    .logo img {
        width: 30px;
        height: 30px;
    }
}

.mv-bg-red {
    position: absolute;
    content: "";
    background-color: #80324a;
    width: 100%;
    height: 0;
    margin-top: 70px;
    transform: skew(0deg, 5deg);
}

.first-line {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 26px;
    letter-spacing: 1.3px;
}

.first-line img {
    margin-right: 20px;
}

.mv-lll-photo {
    width: 600px;
    margin: 20px auto;
}

.event {
    color: #fff;
    margin: 0 0 100px 50px;
}

.event .date {
    font-size: 60px;
    position: relative;
}

.event .day {
    display: inline-block;
    font-size: 24px;
    position: absolute;
    top: 60%;
    left: 290px;
    transform: translateY(-50%) rotate(90deg);
}

.event .time {
    margin-left: 35px;
}

.event .place {
    font-size: 26px;
    margin-top: 20px;
    display: flex;
    position: absolute;
    z-index: 1;
}

.place .place-icon {
    margin-right: 10px;
}

.yellow-btn {
    width: 180px;
    height: 180px;
    background-color: #f5d11f;
    border-radius: 50%;
    position: fixed;
    right: 40px;

    top: 50%;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 110;
}

.yellow-btn .right-arrow {
    font-size: 16px;
    margin-top: 12px;
    letter-spacing: 0.8px;
    line-height: 1.75;
}

.yellow-btn-first-txt {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .logo-container {
        margin: 20px 0 0 10px;
    }

    .logo {
        height: 40px;
    }

    .mv-text {
        position: relative;
        background: url(../img/common/mv-firework-sp.png) round;
        height: 565px;
        padding-top: 220px;
        margin: -55px 0 -228px 0;
    }

    .mv-bg-red {
        margin-top: 60px;
        transform: skew(0deg, 8deg);
    }

    .first-line {
        font-size: 16px;
        letter-spacing: 0.8px;
    }

    .first-line img {
        display: none;
    }

    .mv-lll-photo {
        width: 300px;
    }

    .event {
        margin-bottom: 80px;
        text-align: center;
    }

    .event .date {
        font-size: 30px;
    }

    .event .day {
        font-size: 12px;
        left: 150px;
    }

    .event .time {
        margin-left: 20px;
    }

    .event .place {
        font-size: 14px;
        margin-top: 10px;
        letter-spacing: 0.7px;
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
    }

    .place .place-icon {
        margin-right: 10px;
    }

    .right-arrow {
        font-size: 16px;
    }

    .yellow-btn-first-txt {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 400px) {
    .logo img {
        height: 30px;
        width: 30px;
    }


}

@media screen and (max-width: 375px) {
    .logo h1 {
        font-size: 14px;
        letter-spacing: 0.8px;
        margin-left: 5px;
    }

    .event {
        margin: 0px 0 60px 20px;
    }

    .logo-container {
        margin: 5px 0 0 5px;
    }

    .mv-text {
        height: 390px;
        padding-top: 110px;
        margin: -45px 0 -120px 0;
    }


    .mv-bg-red {
        margin-top: 30px;
        transform: skew(0deg, 8deg);
    }

    .mv-lll-photo {
        width: 300px;
    }

    .yellow-btn {
        right: 20px;
        bottom: 180px;
    }
}

/* ---------------------------<<< Aung Thu Win: End >>>----------------------------- */
/*------------------------------ */
/* Utility Class */
/*------------------------------ */

.font-jp {
    font-family: "Noto Sans JP", sans-serif;
}

.font-harlow {
    font-family: "Harlow Solid", "harlow", sans-serif;
}

.font-orange {
    color: #e71f19;
}

.bg-gray {
    background-color: #b3b3b3;
}

.text-center {
    text-align: center;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.border-left-white {
    border-left: 2px solid #fff;
}

.border-right-white {
    border-right: 2px solid #fff;
}

.relative {
    position: relative;
}

/* ---------------------------<<< Wai Phyo Aung: Start >>>----------------------------- */
/* ===================================================anniversary-section */
.container {
    max-width: 750px;
}

.anni-container {
    background: url(../img/common/anni-bg.png) center;
    padding: 100px 0 100px 0;
}

.anni-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 1.75;
    color: #80324a;
    text-align: center;
    margin-bottom: 30px;
}

.anni-txt {
    letter-spacing: 0.8px;
    line-height: 1.75;
    font-size: 16px;
    max-width: 640px;
    margin: 0 auto;
}

/* ==================================================look-listen-link-section */
.listen-container {
    position: relative;
}

.listen-bg-black {
    position: absolute;
    content: "";
    background-color: black;
    width: 100%;
    height: 0;
    transform: skew(0deg, -5deg);
    margin-top: 30px;
}

.listen-bg-red {
    width: 100%;
    background-color: #80324a;
    transform: skew(0deg, 5deg);
}

.looklisten-container {
    transform: skew(0deg, -5deg);
    padding: 120px 0 120px 0;
}

.listen-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2.2;
    color: white;
    text-align: center;
}

.listen-title-photo-pc {
    margin: 10px auto;
    width: 320px;
}

.listen-txt {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.75;
    color: white;
    margin: 0 auto;
    margin-top: 45px;
    max-width: 640px;
}

.listen-title-photo-sp {
    display: none;
}

/* ================================================introduce-person-section */
.introduce-container {
    position: relative;
}

.introduce-bg-black {
    position: absolute;
    content: "";
    background-color: black;
    width: 100%;
    height: 0;
    transform: skew(0deg, -5deg);
    margin-top: 30px;
}

.introduce-bg-red {
    width: 100%;
    background-color: #80324a;
    transform: skew(0deg, 5deg);
}

.introduce-person-container {
    transform: skew(0deg, -5deg);
    padding: 100px 0 100px 0;
}

.introduce-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 1.75;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.introduce-body {
    background-color: #fff;
    margin-right: 20px;
}

.introduce-body:last-child {
    margin-right: 0;
}

.introduce-flex {
    display: flex;
    padding: 20px 20px;
}

.introduce-photo {
    padding: 10px 20px 10px 0;
}

.introduce-txt {
    width: 400px;
}

.introduce-txt-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2.2;
    color: #80324a;
}

.introduce-txt-title span {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.75;
    color: black;
}

.introduce-txt-body {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.75;
    color: black;
}

.introduce-txt-sp,
.introduce-txt-body-sp {
    display: none;
}

.introduce-sliders {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.slide-indicator {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

.introduce-person-container .container {
    margin-left: auto;
    margin-right: auto;
}

.slider-container {
    width: 700px;
    height: 285px;
    overflow: hidden;
    margin-top: 50px;
}

.slider-wrapper {
    /* width: 5740px; */
    width: 1600px;
    height: 245px;
    display: flex;
    transition: transform .3s ease-in-out;
}

.slider-active {
    display: block;
}



/* ================================================voices-past-participants-section */
.voices-past-participants-section {
    margin-top: 70px;
    margin-bottom: 70px;
}

.voices-past-title {
    color: #80324a;
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 40px;
}

.voices-past-graduate {
    background-color: #f3f3f3;
    margin-bottom: 20px;
}

.voices-graduate-title {
    color: #80324a;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2.2;
    margin-left: 20px;
}

.voices-graduate-txt {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.75;
    margin: 0 20px 0 20px;
    padding-bottom: 15px;
}

.voices-graduate-title-sp {
    display: none;
}

.voices-graduate-txt-sp {
    display: none;
}

/* ================================================holding-information-section */
.information-container {
    position: relative;
    margin: 90px 0 90px 0;
}

.information-bg-black {
    position: absolute;
    content: "";
    background-color: black;
    width: 100%;
    height: 0;
    transform: skew(0deg, -5deg);
    margin-top: 30px;
}

.information-bg-red {
    width: 100%;
    background-color: #80324a;
    transform: skew(0deg, 5deg);
}

.holding-information-container {
    transform: skew(0deg, -5deg);
    padding: 120px 0 120px 0;
}

.information-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    color: white;
    text-align: center;
    margin-bottom: 50px;
}

.information-body {
    background-color: white;
    padding: 0 10px;
}

.info-first-row {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid black;
}

.info-second-row {
    display: flex;
    padding: 10px;
}

.info-first-lt,
.info-second-lt {
    font-size: 20px;
    letter-spacing: 1px;
    color: #80324a;
    border-right: 1px solid black;
    padding-top: 10px;
    width: 8%;
}

.info-first-rt {
    padding: 10px;
    width: 92%;
}

.info-second-rt {
    padding: 5px 10px;
    width: 92%;
    overflow: hidden;
}

.info-rt-txt1 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
}

.info-rt-txt2 {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.85;
    margin-bottom: 15px;
}

.info-rt-txt3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-left: 90px;
}

.info-rt-txt2 span {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.85;
    color: #e71f1d;
}

.info-map-sp {
    display: none;
}

/* ================================================uni-tokyo-section */
.uni-tokyo-title {
    color: #80324a;
    font-size: 32px;
    letter-spacing: 1.6px;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 30px;
}

.uni-tokyo-txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.8px;
    margin-bottom: 80px;
}

.uni-tokyo-title-sp {
    display: none;
}

/* ================================================promotion-members-section */
.promotion-container {
    position: relative;
}

.promotion-bg-black {
    position: absolute;
    content: "";
    background-color: black;
    width: 100%;
    height: 0;
    transform: skew(0deg, -5deg);
    margin-top: 30px;
}

.promotion-bg-red {
    width: 100%;
    background-color: #80324a;
    transform: skew(0deg, 5deg);
}

.promotion-members-container {
    transform: skew(0deg, -5deg);
    padding: 120px 0 120px 0;
}

.promotion-title {
    font-size: 32px;
    letter-spacing: 1.6px;
    color: white;
    text-align: center;
}

.promotion-txt {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.75;
    color: white;
    margin: 0 auto;
    margin-top: 40px;
    text-align: left;
    width: fit-content;


}

/* ===================================================footer-container */
.summerfasta-footer-txt {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 2.5;
    color: #80324a;
    text-align: center;
    margin: 80px 0 50px 0;
}

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

    /* ==================================================look-listen-link-section-375px */
    .listen-bg-black {
        margin-top: 10px;
    }

    /* ================================================introduce-person-section-375px */
    .introduce-bg-black {
        margin-top: 10px;
    }

    /* ================================================promotion-members-section-375px */
    .promotion-bg-black {
        margin-top: 10px;
    }

    /* ================================================holding-information-section-375px */
    .information-bg-black {
        margin-top: 10px;
    }

    /* ===================================================anniversary-section-768px */
    .container {
        max-width: 650px;
    }

    .anni-container {
        background: white;
        padding: 90px 0 50px 0;
    }

    .anni-title {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .anni-txt {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.65;
    }

    /* ==================================================look-listen-link-section-768px */
    .listen-bg-black {
        margin-top: 20px;
    }

    .looklisten-container {
        padding: 60px 0 60px 0;
    }

    .listen-title {
        font-size: 16px;
        letter-spacing: 1.6px;
        line-height: 1.75;
    }

    .listen-title-photo-sp {
        display: block;
        margin: 10px auto;
        width: 300px;
    }

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

        .listen-title-photo-sp {
            width: 280px;
        }
    }

    .listen-txt {
        font-size: 16px;
        letter-spacing: 1.6px;
        line-height: 1.65;
        margin-top: 20px;
    }

    .listen-title-photo-pc {
        display: none;
    }

    /* ================================================introduce-person-section-768px */
    .introduce-title {
        font-size: 30px;
        letter-spacing: 1.5px;
        line-height: 1.4;
        margin-bottom: 25px;
    }

    .slider-container {
        width: 320px;
        height: 320px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .slider-wrapper {
        /* width: 2700px; */
        width: 660px;
        height: 320px;
    }

    .introduce-flex {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }

    .introduce-photo {
        width: 220px;
        padding: 10px 10px 10px 0;
    }

    .introduce-txt-title-sp {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.6;
        color: #80324a;
    }

    .introduce-txt-title-sp span {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.75;
        color: black;
    }

    .introduce-txt-body-sp {
        font-size: 16px;
        line-height: 1.4;
        color: black;
        margin: 0 10px;
        padding-bottom: 10px;
    }

    .introduce-txt {
        display: none;
    }

    .introduce-txt-sp {
        display: block;
    }

    .introduce-txt-body-sp {
        display: block;
    }

    /* ================================================voices-past-participants-section-768px */

    .voices-past-participants-section {
        margin-top: 70px;
    }

    .voices-past-title {
        font-size: 30px;
        letter-spacing: 1.5px;
        margin-bottom: 25px;
    }

    .voices-graduate-title {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.6;
        padding-top: 10px;
    }

    .voices-graduate-txt {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.65;
        /* margin: 0 20px 0 20px;
        padding-bottom: 15px; */
    }

    /* ================================================holding-information-section-768px */
    .information-bg-black {
        margin-top: 20px;
    }

    .holding-information-container {
        padding: 45px 0 80px 0;
    }

    .information-title {
        font-size: 30px;
        letter-spacing: 1.5px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .information-container {
        margin: 70px 0 70px 0;
    }

    .info-first-lt,
    .info-second-lt {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.75;
        width: 50px;
        padding: 0 10px 0 0;
    }

    .info-first-rt {
        padding: 5px 10px;
        max-width: 610px;
    }

    .info-second-rt {
        padding: 0 10px;
        max-width: 610px;
        overflow: hidden;
    }

    .info-rt-txt1 {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.75;
    }

    .info-rt-txt2 {
        font-size: 13px;
        letter-spacing: 0.65px;
        line-height: 1.80;
        margin-bottom: 5px;
    }

    .info-rt-txt3 {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.75;
        margin-left: 70px;
    }

    .info-rt-txt2 span {
        font-size: 13px;
        letter-spacing: 0.65px;
        line-height: 1.80;
    }

    .info-map-pc {
        display: none;
    }

    .info-map-sp {
        display: block;
    }

    /* ================================================uni-tokyo-section-768px */
    .uni-tokyo-title {
        font-size: 30px;
        letter-spacing: 1.5px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .uni-tokyo-txt {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.65;
    }

    /* ================================================promotion-members-section-768px */
    .promotion-bg-black {
        margin-top: 20px;
    }

    .promotion-members-container {
        padding: 60px 0 60px 0;
    }

    .promotion-title {
        font-size: 30px;
        letter-spacing: 1.5px;
        line-height: 1.2;
    }

    .promotion-txt {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 1.65;
        margin-top: 20px;
    }

    /* ===================================================footer-container-768px */
    .summerfasta-footer-txt {
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 2.2;
        margin: 50px 0 30px 0;
    }
}

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

    /* ==================================================look-listen-link-section-375px */
    .listen-bg-black {
        margin-top: 10px;
    }

    /* ================================================introduce-person-section-375px */
    .introduce-bg-black {
        margin-top: 10px;
    }

    /* ================================================promotion-members-section-375px */
    .promotion-bg-black {
        margin-top: 10px;
    }

    /* ================================================holding-information-section-375px */
    .information-bg-black {
        margin-top: 10px;
    }

    /* ================================================uni-tokyo-section-375px */
    .uni-tokyo-title-sp {
        display: block;
        color: #80324a;
        font-size: 30px;
        letter-spacing: 1.5px;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 15px;
    }

    .uni-tokyo-title {
        display: none;
    }
}

/* ---------------------------<<< Wai Phyo Aung: End >>>----------------------------- */

/* ---------------------------<<< Aung Thu Win: Start >>>----------------------------- */
/* ================================================time-schedule */
.time-schedule .wrapper {
    padding: 110px 25px;
}

@media screen and (max-width: 768px) {
    .time-schedule .wrapper {
        padding: 55px 25px;
    }
}

.time-schedule h2 {
    text-align: center;
    color: #80324a;
    font-size: 32px;
}

.time-table {
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    background-color: #f3f3f3;
    line-height: 1.875;
    width: 700px;
}

.time-table tr {
    border-bottom: 2px solid #fff;
}

.time-table th,
.time-table td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.time-table th {
    font-size: 20px;
}

.time-table td {
    font-size: 16px;
    font-weight: 500;
}

.time-table tr td:first-child {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.yellow-bar {
    background-color: #f5d11f;
    color: #030000;
    display: none;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

@media screen and (max-width: 350px) {
    .yellow-bar {
        font-size: 15px;
    }
}

.yellow-bar::after {
    content: "→";
    font-weight: bold;
    position: absolute;
    font-size: 30px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.page-top-sp {
    display: none;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    color: #80324a;
}

.page-top-sp::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 16px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/common/up_arrow.png) center no-repeat;
    background-size: contain;
}

.copyright {
    margin: 25px 0;
}


@media screen and (max-width: 768px) {
    .time-table {
        width: auto;
    }

    .time-table tr td:first-child {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .time-table tr td:last-child {
        font-size: 14px;
    }

    .time-schedule {
        width: 100%;
        background: url(../img/common/table_bg.png) no-repeat;
        background-size: contain;
    }

    .time-schedule h2 {
        font-size: 30px;
    }

    .lt-cell {
        width: 8%;
    }

    .rt-cell {
        width: 40%;
    }

    .time-table-left tr td:nth-child(2),
    .time-table-right tr td:nth-child(2) {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .yellow-bar {
        display: block;
    }

    .page-top-sp {
        display: block;
    }
}

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

@media screen and (max-width: 360px) {
    .introduce-title {
        font-size: 28px;
    }

    /* ================================================introduce-person-section */
    .slider-container {
        width: 280px;
    }

    .slider-wrapper {
        /* width: 2380px; */
        width: auto;
    }

    .introduce-txt-body-sp {
        font-size: 15px;
    }

}

/* ---------------------------<<< Aung Thu Win: End >>>----------------------------- */
.text-orange {
    color: #e71f1a
}

.slider__counter {
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}

.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    top: auto;
    bottom: 0;
}

.slick-prev.slick-arrow {
    left: 270px;
}

.slick-next.slick-arrow {
    right: 290px;
}

.slick-prev::before,
.slick-next::before {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
}

.slick-prev::before {
    content: "";
    background: url(../img/common/left_arrow.png) no-repeat center;
    background-size: contain;
}

.slick-next::before {
    content: "";
    background: url(../img/common/right_arrow.png) no-repeat center;
    background-size: contain;
}

@media screen and (max-width: 768px) {
    .slick-prev.slick-arrow {
        left: auto;
        right: 50%;
        transform: translateX(-30px);
    }

    .slick-next.slick-arrow {
        left: auto;
        right: 50%;
        transform: translateX(50px);
    }

    .slick-prev::before,
    .slick-next::before {
        width: 20px;
        height: 20px;
    }
}

.sp-fix-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    transform: translateY(75px);
    transition: transform .3s ease-in-out;
}

.summerfesta-footer {
    min-height: 138px;
}

@media screen and (max-width:614px) {
    .introduce-photo {
        width: 200px;
    }
}
@media screen and (max-width:386px) {
    .introduce-photo {
        width: 150px;
    }
    .introduce-txt-title-sp {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.6;
        color: #80324a;
    }
}