@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.8;
    font-weight: 300;
    color: #010004;
    background-image: url(../images/main-bg.jpg);
}
.sp {
    display: none;
}
.inner {
    width: 980px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.en {
    font-family: geom-graphic, sans-serif;
    font-weight: 600;
    font-style: italic;
}
.fadeUp {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s;
}
.fadeUp.is-inview {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}
@media screen and (max-width:640px) {
    .inner {
        width: 100%;
        padding: 0 3%;
        margin: 0 auto;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

header {
    position: absolute;
    top: 0;
    width: 100%;
}
header .header-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.kv {
    margin-top: 100px;
}

.lineup-slider {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    gap: 30px;
    margin-top: 30px;
}
.lineup-slider .lineup-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    animation: scroll-left 45s infinite linear .2s both;
    width: max-content;
}
.lineup-slider .lineup-inner .lineup-item {
    width: max-content;
}
@keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

.about-link-wrap {
    margin-top: 60px;
    text-align: center;
}
.about-link-wrap .about-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fe5581;
    text-decoration: none;
    border: 2px solid #fe5581;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto;
    position: relative;
}
.about-link-wrap .about-link::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fe5581;
    border-radius: 30px;
    position: absolute;
    bottom: -6px;
    z-index: -1;
}

#department {
    padding-top: 90px;
}
.department-title {
    text-align: center;
}
.department-wrap {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-end;
}
.department-wrap .department-item figure img {
    vertical-align: bottom;
}
#entry {
    padding-top: 100px;
}
.entry-wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    border: solid 6px #fe5581;
    padding: 0 30px 60px;
}
.entry-title {
    text-align: center;
    transform: translateY(-50%);
}
.entry-cont {
    display: flex;
    gap: 80px;
    justify-content: center;
}
.entry-step {
    max-width: 270px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}
.entry-step:first-child::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fe5581;
    border-right: 0;
    position: absolute;
    top: 135px;
    right: -50px;
}
.entry-step-text {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 500;
}
.entry-step-text a {
    font-size: 1.5rem;
}
.original-music-text {
    margin: 50px auto 0;
    text-align: center;
}
.entry-welcome-phrase {
    color: #fe5581;
    text-decoration: underline;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin: 40px 0 20px;
}
#period {
    padding-top: 100px;
}
#prize {
    padding-top: 100px;
}
#past-award {
    padding-top: 100px;
}
#contact {
    padding: 100px 0;
}
.title {
    text-align: center;
    margin-bottom: 40px;
}
.award-item {
    width: 350px;
    text-align: center;
    margin: 0 20px;
}
.slick-slide {
    height: auto;
}
.award-img {
    border-radius: 10px;
    border: solid 4px #fe5581;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1;
}
.award-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.award-name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    background-color: #fe5581;
    padding: 5px 20px;
    border-radius: 4px;
    display: inline-block;
}
.contact-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.contact-wrap .contact-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    border: solid 4px #fe5581;
    width: 400px;
    padding-bottom: 20px;
}
.contact-wrap .contact-item .contact-title {
    background-color: #fe5581;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}
.contact-wrap .contact-item .contact-text {
    color: #fe5581;
    font-size: 1.6rem;
    font-weight: 800;
    text-align: center;
}
.contact-wrap .contact-item .contact-img {
    width: 240px;
    margin: 0 auto;
}
.insta-id {
    color: #fe5581;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    text-decoration: underline;
}
.tel-link {
    width: 300px;
    margin: 50px auto;
}
.business-hours {
    color: #fe5581;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
}
.business-hours .big {
    font-size: 2rem;
    font-weight: 800;
}
.business-hours .min {
    font-size: 1.4rem;
    font-weight: 600;
}

@media screen and (max-width:640px) {
    .kv .inner {
        padding: 0;
    }
    .lineup-slider {
        gap: 20px;
        margin-top: 20px;
    }
    .lineup-slider .lineup-inner {
        gap: 20px;
        animation: scroll-left 25s infinite linear .2s both;
    }
    .lineup-slider .lineup-inner .lineup-item {
        width: 120px;
    }
    .about-link-wrap {
        margin-top: 40px;
        text-align: center;
    }
    .about-link-wrap .about-link {
        width: 260px;
        height: 55px;
        font-size: 1.6rem;
    }
    #department {
        padding-top: 60px;
    }
    .department-wrap {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    #entry {
        padding-top: 90px;
    }
    .entry-wrap {
        width: 100%;
        border: solid 3px #fe5581;
        border-radius: 20px;
    }
    .entry-cont {
        flex-direction: column;
        align-items: center;
    }
    .entry-step:first-child::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 20px solid #fe5581;
        border-bottom: 0;
        top: unset;
        bottom: -50px;
        right: 50%;
        transform: translateX(50%);
    }
    .entry-welcome-phrase {
        font-size: 1.8rem;
    }
    #period {
        padding-top: 60px;
    }
    #prize {
        padding-top: 60px;
    }
    #past-award {
        padding-top: 60px;
    }
    #contact {
        padding: 60px 0;
    }
    .title {
        margin-bottom: 20px;
    }
    #past-award .award-title {
        width: 180px;
        margin: 0 auto 20px;
    }
    .award-item {
        width: 170px;
        text-align: center;
        margin: 0 10px;
    }
    .award-name {
        font-size: 1.4rem;
        color: #fff;
        margin-top: 10px;
        padding: 5px 10px;
    }
    .contact-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .contact-wrap .contact-item {
        width: 100%;
    }
    .tel-link {
        margin: 20px auto;
    }
}

/* result */
.result-item {
    padding: 120px 60px;
    border-radius: 30px;
    background-color: #f9ffec;
    border: solid 6px #087b6a;
    position: relative;
    margin-top: 120px;
}
#douga .result-title {
    width: 430px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.result-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.result-image {
    border: solid 6px #087b6a;
}
.result-inner .textarea {
    width: 300px;
    margin-top: 40px;
}
.result-inner .textarea .number {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #087b6a;
}
.result-inner .textarea .number .big {
    font-size: 3.6rem;
}
.result-inner .textarea .result-prise {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
    color: #087b6a;
    margin-top: 15px;
}
.result-inner .textarea .result-name {
    display: block;
    background-color: #087b6a;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 40px;
}
.result-inner.result02 {
    flex-direction: row-reverse;
    margin: 100px 0;
}
.result-inner.result02 .textarea {
    width: 300px;
    margin-top: 70px;
}
.result03-wrap {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.result03-item {
    position: relative;
}
.result03-item .result-name {
    display: block;
    background-color: #087b6a;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    width: 300px;
}
.result03-wrap .textarea {
    margin: 60px auto 0;
}

.result-item#keri {
    border-color: #ff9000;
}
#keri .result-title {
    width: 320px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
#keri .result-image {
    border-color: #ff9000;
}
#keri .result-inner .textarea .number,
#keri .result-inner .textarea .result-prise {
    color: #ff9000;
}
#keri .result-inner .textarea .result-name {
    background-color: #ff9000;
}
#keri .result03-item .result-name {
    background-color: #ff9000;
}

.result-item#shashin {
    border-color: #2f59a7;
}
#shashin .result-title {
    width: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
#shashin .result-image {
    border-color: #2f59a7;
}
#shashin .result-inner .textarea .number,
#shashin .result-inner .textarea .result-prise {
    color: #2f59a7;
}
#shashin .result-inner .textarea .result-name {
    background-color: #2f59a7;
}
#shashin .result03-item .result-name {
    background-color: #2f59a7;
}

@media screen and (max-width:640px) {
    .result-item {
        border-radius: 10px;
        padding: 70px 5%;
    }
    .result-item#douga {
        margin-top: 60px;
    }
    #douga .result-title {
        width: 270px;
    }
    .result-inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }
    .result-inner .textarea {
        margin-top: 0;
    }
    .result-inner.result02 {
        flex-direction: column-reverse;
        margin: 60px 0;
    }
    .result-inner.result02 .textarea {
        margin-top: 0;
    }
    .result03-wrap {
        gap: 30px;
    }
    .result03-wrap.first {
        gap: 60px;
    }
    .result-inner.result03 {
        gap: 60px;
    }

    #keri .result-title {
        width: 240px;
    }
    .result-item#keri {
        padding-top: 90px;
    }
    #shashin .result-title {
        width: 270px;
    }
}