@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
* {
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea {
    font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
input,
select,
textarea {
    font-size: inherit;
    font-weight: normal;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea {
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"],
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}

li {
    list-style-type: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

img,
table,
input,
select,
textarea,
video,
iframe,
canvas {
    vertical-align: top;
}

img {
    border: none;
}

textarea {
    resize: none;
}

a {
    outline: none;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:focus {
    outline: none;
    text-decoration: none;
}

q:before,
q:after {
    content: "";
}

i {
    font-style: normal;
}

main {
    display: block;
}

*:focus {
    outline: none;
}
body {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

section {
    display: block !important;
    margin: 0;
    padding: 0;
}


.accordionBody {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: .5s;
    margin:0;
}
.include-accordion.active .accordionBody {
    padding: 0;
}
.accordionBtn {
    cursor: pointer;
}

.container {
    overflow: hidden;
}

body#top {
    min-width: 1024px;
}
.pc-disp {
    display: block;
}
.sp-disp {
    display: none;
}
.txt-center {
    text-align: center !important;
}
.container {
    position: relative;
    padding-top: 80px;
}
.header {
    width: 100%;
    height: 80px;
    padding: 16px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.header__logo {
    width: 70px;
    margin: 0 auto;
}

.mosrecords {
    width: 100%;
    background-color: #5fc6bc;
    font-feature-settings: "palt";
}

.mosrecords__mainvisual {
    position: relative;
}
.mosrecords__mainvisual::after {
    content: "";
    display: block;
    background: url(../img/bg1.png) center bottom repeat-x;
    background-size: 880px auto;
    width: 100%;
    height: 800px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
.mosrecords__mainvisual .mosrecords__mainvisual__title {
    width: 530px;
    margin: 0 auto;
    padding: 90px 0 40px;
    position: relative;
    z-index: 10;
}
.mosrecords__mainvisual .mosrecords__mainvisual__logo {
    width: 480px;
    padding: 80px 0;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.mosrecords__maintext {
    background: #ff1f1a;
    width: 100%;
    padding: 0;
}
.mosrecords__maintext .mosrecords__maintext__body {
    margin: 0 auto;
    padding: 50px 0;
}
.mosrecords__maintext .mosrecords__maintext__body h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

    font-size: 40px;
    line-height: 2;
    text-align: center;
    letter-spacing: .2em;
    color: #fff;

    margin-bottom: 80px;
}
.mosrecords__maintext .mosrecords__maintext__body .maintext__navi {
    width: 540px;
    margin: 0 auto 40px;
}
.mosrecords__maintext .mosrecords__maintext__body .maintext__navi a {
    border: #fff solid 2px;
    border-radius: 47px;
    width: 100%;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity ease .3s;
}
.mosrecords__maintext .mosrecords__maintext__body .maintext__navi a:hover {
    opacity: .7;
}
.mosrecords__maintext .mosrecords__maintext__body .maintext__navi a img {
    max-width: 360px;
}

.mosrecords__content {
    background: #ff1f1a;
    padding: 100px 0 10px;
}
.mosrecords__content.bg_green {
    background: #5fc6bc;
    position: relative;
}
.mosrecords__content.bg_green::after {
    content: "";
    display: block;
    background: url(../img/bg2c.png) center top repeat-x;
    background-size: 780px auto;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1;
}
.mosrecords__content.bg_green::before {
    content: "";
    display: block;
    background: url(../img/bg2a.png) center bottom repeat-x;
    background-size: 780px auto;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
}
.mosrecords__content .mosrecords__content__title {
}
.mosrecords__content .mosrecords__content__title h2 {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}

.mosrecords__content .artist__contents {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

.mosrecords__content .artist__artwork {
    width: 900px;
    margin: 0 auto;
    padding-top: .4%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.mosrecords__content .artist__artwork .artist__artwork__item {
    width: 24.5%;
}

.mosrecords__content .artist__artbnr {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.mosrecords__content .artist__artbnr .artist__artbnr__item {
    width: 100%;
    margin-bottom: 10px;
}
.mosrecords__content .artist__artbnr .artist__artbnr__text {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    font-size: 15px;
    line-height: 1;
    letter-spacing: .1em;
    text-align: center;
    color: #ffffff;
}

.mosrecords__content .judges__comment {
    width: 900px;
    margin: 0 auto 60px;
    padding: 60px 0 0;
    color: #fff;
}
.mosrecords__content .judges__comment .judges__name {
    display: block;
    margin-bottom: 40px;
    padding: 0 60px;
}
.mosrecords__content .judges__comment .judges__title {
    background-color: #fff;
    border: #ff1f1a solid 2px;
    border-radius: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 80px;

    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;

    font-size: 26px;
    line-height: 1;
    letter-spacing: .3em;
    text-align: center;
    color: #ff1f1a;
    position: relative;
}
.mosrecords__content .judges__comment .judges__title.__green {
    background-color: #fff;
    border: #5fc6bc solid 2px;
    color: #5fc6bc;
    position: relative;
}
.mosrecords__content .judges__comment .judges__title::before {
    content: "";
    display: block;
    background: url(../img/acc_arr_open_red.png) center center no-repeat;
    background-size: 100% 100%;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: calc(50% - 21px);
    z-index: 10;
}
.mosrecords__content .judges__comment.active .judges__title::before {
    background: url(../img/acc_arr_close_red.png) center center no-repeat;
    background-size: 100% 100%;
}
.mosrecords__content .judges__comment .judges__title.__green::before {
    content: "";
    display: block;
    background: url(../img/acc_arr_open_green.png) center center no-repeat;
    background-size: 100% 100%;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: calc(50% - 21px);
    z-index: 10;
}
.mosrecords__content .judges__comment.active .judges__title.__green::before {
    background: url(../img/acc_arr_close_green.png) center center no-repeat;
    background-size: 100% 100%;
}
.mosrecords__content .judges__comment .judges__title span {
    display: block;
}
.mosrecords__content .judges__comment .judges__comment__body {
    padding: 30px;
}

.mosrecords__content .artist__cd {
    background: url(../img/cd_bg.jpg) center top no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 120px 50px;
    color: #fff;
}
.mosrecords__content .artist__cd .artist__cd__contents {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__img {
    width: 36%;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body {
    width: 54%;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__title__en {
    width: 50%;
    margin: 0 auto 40px;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__title {
    width: 100%;
    margin-bottom: 40px;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__text {
    display: block;
    width: 44%;
    display: flex;
    align-items: center;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__text p {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    font-size: 20px;
    line-height: 1;
    letter-spacing: .2em;
    text-align: center;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__btn {
    display: block;
    width: 52%;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__btn a img {
    border: #555 solid 1px;
    width: 100%;
}
.mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__notes {
    padding-top: 30px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.mosrecords__content .artist__video {
    width: 100%;
    padding: 80px 0 150px;
}
.mosrecords__content .artist__video .artist__video__contents {
    max-width: 900px;
    margin: 0 auto;
}
.mosrecords__content .artist__video .artist__video__contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.mosrecords__content .artist__video .artist__video__contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mosrecords__link {
    background: #5fc6bc;
    padding-top: 150px;
    position: relative;
}
.mosrecords__link::after {
    content: "";
    display: block;
    background: url(../img/bg2c.png) center top repeat-x;
    background-size: 780px auto;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 1;
}
.mosrecords__link .mosrecords__link__body {
}
.mosrecords__link .mosrecords__link__body p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

    font-size: 25px;
    line-height: 1.8;
    letter-spacing: .2em;
    text-align: center;
    color: #fff;

    margin-bottom: 20px;
}
.mosrecords__link .mosrecords__link__body .btn {
    width: 660px;
    margin: 0 auto 30px;
}
.mosrecords__link .mosrecords__link__body .btn a {
    transition: all ease .3s;
    filter: brightness(1);
}
.mosrecords__link .mosrecords__link__body .btn a:hover {
    filter: brightness(1.1);
}

.mosrecords__news {
    background: #5fc6bc;
    padding: 80px 0 100px;
}
.mosrecords__news .mosrecords__news__body {
}
.mosrecords__news .mosrecords__news__body p {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

    font-size: 25px;
    line-height: 1.8;
    letter-spacing: .2em;
    text-align: center;
    color: #fff;
}
.mosrecords__news .mosrecords__news__body .__x {
    width: 100px;
    margin: 0 auto;
    padding-top: 10px;
}

.mosrecords__backnumber {
    background: #5fc6bc;
    padding-bottom: 150px;
}
.mosrecords__backnumber .__link__btn {
    width: 330px;
    margin: 0 auto 10px;
    line-height: 0;
}
.mosrecords__backnumber .__link__btn a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
    transition: all ease .3s;
    filter: brightness(1);
}
.mosrecords__backnumber .__link__btn a:hover {
    filter: brightness(1.1);
}

.footer {
    border-top: #f3f3f3 solid 1px;
    position: relative;
    width: 100%;
    padding: 30px 0;
}
.footer .copy {
    font-size: 10px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    body#top {
        min-width: inherit;
    }
    .pc-disp {
        display: none;
    }
    .sp-disp {
        display: block;
    }
    .header {
        width: 100%;
        height: 16vw;
        padding: 3.6vw 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0px 1.34vw 4vw 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 1.34vw 4vw 0px rgba(0, 0, 0, 0);
    }
    .header__logo {
        width: 12.8vw;
        margin: 0 auto;
    }

    .container {
        position: relative;
        padding-top: 16vw;
    }

    

    .mosrecords {
    }

    .mosrecords__mainvisual {
        padding: 0 0 5vw;
    }
    .mosrecords__mainvisual::after {
        background: url(../img/bg1.png) center bottom repeat-x;
        background-size: 90vw auto;
        width: 100%;
        height: 100vw;
    }
    .mosrecords__mainvisual .mosrecords__mainvisual__title {
        width: 75vw;
        margin: 0 auto;
        padding: 12vw 0 6vw;
    }
    .mosrecords__mainvisual .mosrecords__mainvisual__logo {
        width: 54vw;
        padding: 8vw 0 0;
        margin: 0 auto;
    }

    .mosrecords__maintext {
    }
    .mosrecords__maintext .mosrecords__maintext__body {
        margin: 0 auto;
        padding: 7.5vw 0;
    }
    .mosrecords__maintext .mosrecords__maintext__body h1 {
        font-size: 5.6vw;
        line-height: 1.6;
        letter-spacing: .1em;

        margin-bottom: 10vw;
    }
    .mosrecords__maintext .mosrecords__maintext__body .maintext__navi {
        width: 76vw;
        margin: 0 auto 5vw;
    }
    .mosrecords__maintext .mosrecords__maintext__body .maintext__navi a {
        border: #fff solid 1px;
        border-radius: 10vw;
        width: 100%;
        height: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity ease .3s;
    }
    .mosrecords__maintext .mosrecords__maintext__body .maintext__navi a:hover {
        opacity: .7;
    }
    .mosrecords__maintext .mosrecords__maintext__body .maintext__navi a img {
        width: 65%;
    }

    .mosrecords__content {
        background: #ff1f1a;
        padding: 8vw 0 1vw;
    }
    .mosrecords__content.bg_green {
        background: #5fc6bc;
        padding: 15vw 0 1vw;
        position: relative;
    }
    .mosrecords__content.bg_green::after {
        content: "";
        display: block;
        background: url(../img/bg2c.png) center top repeat-x;
        background-size: 90vw auto;
        width: 100%;
        height: 10vw;
    }
    .mosrecords__content.bg_green::before {
        content: "";
        display: block;
        background: url(../img/bg2a.png) center bottom repeat-x;
        background-size: 90vw auto;
        width: 100%;
        height: 10vw;
    }
    .mosrecords__content .mosrecords__content__title {
    }
    .mosrecords__content .mosrecords__content__title h2 {
        display: block;
        max-width: inherit;
        width: 80vw;
        margin: 0 auto;
        padding: 5vw 0;
    }

    .mosrecords__content .artist__contents {
        max-width: inherit;
        width: 80vw;
    }

    .mosrecords__content .artist__artwork {
        width: 80vw;
        margin: 0 auto;
        padding-top: .6%;
    }
    .mosrecords__content .artist__artwork .artist__artwork__item {
        width: 24.3%;
    }

    .mosrecords__content .artist__artbnr {
        max-width: inherit;
        width: 66vw;
        margin: 0 auto;
        padding-bottom: 8vw;
    }
    .mosrecords__content .artist__artbnr .artist__artbnr__item {
        width: 100%;
        margin-bottom: 5px;
    }
    .mosrecords__content .artist__artbnr .artist__artbnr__text {
        font-size: 2.5vw;
    }

    .mosrecords__content .judges__comment {
        width: 80vw;
        margin: 0 auto 8vw;
        padding: 5vw 0 0;
        color: #fff;
    }
    .mosrecords__content .judges__comment .judges__name {
        display: block;
        width: 80vw;
        margin: 0 auto;
        padding: 0;
    }
    .mosrecords__content .judges__comment .judges__title {
        background-color: #fff;
        border: #ff1f1a solid 1px;
        border-radius: 5vw;

        display: flex;
        align-items: center;
        justify-content: center;

        width: 90%;
        height: 10vw;
        margin: 0 auto;

        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;

        font-size: 3vw;
    }
    .mosrecords__content .judges__comment .judges__title.__green {
        border: #5fc6bc solid 1px;
        color: #5fc6bc;
    }
    .mosrecords__content .judges__comment .judges__title::before {
        width: 6vw;
        height: 6vw;
        position: absolute;
        right: 3vw;
        top: calc(50% - 3vw);
        z-index: 10;
    }
    .mosrecords__content .judges__comment .judges__title.__green::before {
        width: 6vw;
        height: 6vw;
        position: absolute;
        right: 3vw;
        top: calc(50% - 3vw);
        z-index: 10;
    }
    .mosrecords__content .judges__comment .judges__title span {
        display: block;
    }
    .mosrecords__content .judges__comment .judges__comment__body {
        display: block;
        padding: 6vw 2vw 1px;
    }

    .mosrecords__content .artist__cd {
        background: url(../img/cd_bg.jpg) center top no-repeat;
        background-size: cover;
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 15vw 10vw;
        color: #fff;
    }
    .mosrecords__content .artist__cd .artist__cd__contents {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__img {
        width: 36%;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body {
        width: 58%;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__title__en {
        width: 50%;
        margin: 0 auto 5vw;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__title {
        width: 100%;
        margin-bottom: 5vw;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__text {
        display: block;
        width: 55%;
        display: flex;
        align-items: center;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__text p {
        display: block;
        width: 100%;
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;

        font-size: 2.6vw;
        line-height: 1;
        letter-spacing: .1em;
        text-align: center;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__btn {
        display: block;
        width: 43%;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__label .cd__label__btn a img {
        width: 100%;
    }
    .mosrecords__content .artist__cd .artist__cd__contents .cd__body .cd__notes {
        padding-top: 10px;
        font-size: 10px;
    }

    .mosrecords__content .artist__video {
        width: 100%;
        padding: 10vw 10vw 20vw;
    }
    .mosrecords__content .artist__video .artist__video__contents {
        max-width: inherit;
        width: 80vw;
        margin: 0 auto;
    }
    .mosrecords__content .artist__video .artist__video__contents .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    .mosrecords__content .artist__video .artist__video__contents .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .mosrecords__link {
        background: #5fc6bc;
        padding-top: 20vw;
    }
    .mosrecords__link::after {
        content: "";
        display: block;
        background: url(../img/bg2c.png) center top repeat-x;
        background-size: 90vw auto;
        width: 100%;
        height: 10vw;
    }
    .mosrecords__link .mosrecords__link__body {
    }
    .mosrecords__link .mosrecords__link__body p {
        font-size: 3vw;
        letter-spacing: .2em;

        margin-bottom: 4vw;
    }
    .mosrecords__link .mosrecords__link__body .btn {
        width: 90vw;
        margin: 0 auto 2vw;
    }

    .mosrecords__news {
        background: #5fc6bc;
        padding: 10vw 0 12vw;
    }
    .mosrecords__news .mosrecords__news__body {
    }
    .mosrecords__news .mosrecords__news__body p {
        font-size: 3vw;
        letter-spacing: .2em;
    }
    .mosrecords__news .mosrecords__news__body .__x {
        width: 15vw;
        margin: 0 auto;
        padding-top: 10px;
    }

    .mosrecords__backnumber {
        background: #5fc6bc;
        padding-bottom: 10vw;
    }
    .mosrecords__backnumber .__link__btn {
        width: 50vw;
        margin: 0 auto;
        line-height: 0;
    }

    .footer {
        border-top: #f3f3f3 solid 1px;
        position: relative;
        width: 100vw;
        padding: 30px 0;
    }
    .footer .copy {
        font-size: 2.3vw;
        letter-spacing: 0.06em;
        line-height: 2;
        text-align: center;
    }
}

