@charset "UTF-8";
/*===============================================
画面の横幅が1000px〜768pxまで
===============================================*/
@media screen and (max-width: 1150px) {
    body {
        -webkit-text-size-adjust: 100%;
    }

    header {
        position: fixed;
        display: flex;
        align-items: center;
        height: 70px;
        padding-left: 20px;
        z-index: 100;
    }

    header:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: #fff;
        z-index: 0;
    }

    header a {
        display: inline-block;
        z-index: 5;
    }

    header h1 {
        margin: 0;
        height: 100%;
    }

    header h1 img {
        width: auto;
        height: 100%;
    }

    .hamburger {
        position: fixed;
        display: block;
        right: 20px;
        top: 16px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        z-index: 3;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #774be2;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transitio: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .hamburger.active span:nth-child(1) {
        top: 19px;
        left: 6px;
        background: #774be2;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 19px;
        background: #774be2;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.globalMenuSp {
        position: fixed;
        overflow-y: scroll;
        top: 70px;
        left: 0;
        width: 100%;
        height: calc(100dvh - 70px);
        background-color: #774be2;
        padding: 0 40px 40px 40px;
        transform: translateY(-100%);
        transition: all 0.6s;
        z-index: -1;
    }

    nav.globalMenuSp li a {
        padding: 1em 0;
        text-decoration: none;
    }

    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
    }

    .menu {
        display: block;
    }

    .menu>li:hover:before {
        content: none;
    }

    .menu>li:not(:last-of-type) {
        padding: 0 0 10px 0;
        margin-right: 0;
    }

    .menu>li>a {
        color: #fff;
    }

    .menu>li>a:hover {
        color: #fff;
    }

    .menu>li>a:after {
        position: relative;
        display: inline-block;
        content: "";
        top: 4px;
        width: 20px;
        height: 20px;
        background: url(../images/icon_arrow01.png) center/50% 50% no-repeat;
        background-color: #ffe400;
        border-radius: 50%;
        margin-left: 5px;
    }

    .menu>li>a.topics {
        display: block;
        width: auto;
        height: auto;
    }

    .menu>li>a.topics span:first-of-type {
        display: none;
    }

    .menu>li>a.topics+.submenu {
        border-radius: 10px;
    }

    .submenu {
        position: relative;
        display: block;
        opacity: 1;
        visibility: visible;
        top: auto;
        left: auto;
        transform: translateX(0);
        min-width: auto;
        width: 100%;
        border-radius: 10px;
        background-image: none;
    }

    .submenu li {
        padding: 0 15px 0 30px;
    }

    .submenu li:hover:before {
        background-color: #d7c8e4;
    }

    .submenu li a:hover {
        color: #251e37;
    }

    .fvWrap {
        height: 490px;
        margin: 70px 0 70px 0;
    }

    .fvWrap .ph {
        width: calc(100% - 100px);
        border-radius: 25px 0 0 25px;
        margin: 0 0 0 auto;
    }

    .fvWrap h2 {
        left: 40px;
        bottom: 30px;
    }

    .fvWrap .decoFl01 {
        top: 40px;
        left: 20px;
        width: 152px;
        height: 116px;
    }

    .fvWrap .decoFl_F01 {
        bottom: -62px;
        right: 45px;
        transform: scale(-1, 1);
    }

    .decoFl_K01 {
        bottom: 80px;
        right: auto;
        left: 50px;
        z-index: 0;
    }

    .fvWrap .decoFw01 {
        bottom: 80px;
        left: -20px;
    }

    .secWide {
        margin-bottom: 70px;
    }

    .secWide .inner {
        width: 100%;
        padding: 0 40px;
    }

    .secDef .inner {
        width: 100%;
        padding: 0 20px;
    }

    .topInfo .decoFw01 {
        bottom: 10%;
        left: 20px;
        width: 130px;
    }

    .topInfo .decoFw02 {
        top: 70px;
        right: 20%;
    }

    ul.infoList li:before {
        right: 20px;
    }

    ul.infoList li a:hover {
        opacity: 1;
    }

    ul.infoList li:hover:before {
        right: 20px;
        opacity: 1;
    }

    .topTopics .decoFw01 {
        top: 70px;
        right: 10px;
    }

    .topTopics .decoFw02 {
        width: 136px;
        height: 134px;
    }

    ul.topicsList {
        justify-content: space-between;
    }

    ul.topicsList li {
        width: calc((100% - 30px) / 2);
        margin-right: 0;
        margin-bottom: 30px;
    }

    ul.topicsList li:nth-child(2n) {
        margin-right: 0;
    }

    ul.topicsList li:nth-child(3n) {
        margin-right: 0;
    }

    ul.topicsList li:nth-last-child(-n+3) {
        margin-bottom: 30px;
    }

    ul.topicsList li a:hover {
        opacity: 1;
    }

    ul.topicsList a:hover .link span:after {
        right: 0;
    }

    ul.topicsList .allLink a:hover {
        opacity: 1;
    }

    ul.topicsList .allLink a:hover span:after {
        left: calc(50% + 0px);
    }

    .topAbout .inner {
        display: block;
    }

    .topAbout .inner .decoFw01 {
        left: auto;
        right: 60px;
    }

    .topAbout .ph {
        width: 100%;
        height: 410px;
        margin-bottom: 40px;
    }

    .topAbout .txtWrap {
        width: 100%;
        padding: 0 30px;
        background: url(../images/deco_about.png) 20% 0 no-repeat;
    }

    .topAbout .txtWrap .btnWrap {
        justify-content: center;
    }

    .topAbout .txtCont p {
        margin-top: 85px;
    }

    footer {
        background: url(../images/deco_footerFl.png) 105% 100% no-repeat;
        background-color: #f2ecff;
    }

    footer .sideL {
        width: calc(100% - 310px);
        padding-top: 40px;
    }

    footer .copy {
        margin: 35px 0 40px 0;
    }

    footer .sideR a:hover {
        opacity: 1;
    }

    .pageTtl {
        width: calc(100% - 40px);
        margin-top: 70px;
    }

    .pageTtl .decoFl01 {
        width: 150px;
        height: 115px;
    }

    .pageTtl .decoFl02 {
        bottom: auto;
        top: 20px;
        right: 40px;
        width: 70px;
        height: 70px;
    }

    .pageTtl .decoFw01:nth-of-type(2) {
        width: 90px;
        height: 90px;
        top: 10px;
        left: 10%;
    }

    .pageTtl .decoFw01:nth-of-type(5) {
        bottom: -30px;
        width: 110px;
        height: 100px;
    }

    .pageTtl .decoFl_F01 {
        display: none;
    }

    .typeCommon .inner {
        width: 100%;
        padding: 0 20px;
    }

    .typeSec02 .inner {
        display: block;
    }

    .typeSec02 .inner .decoFw01 {
        top: 165px;
    }

    .typeSec02 .ph {
        width: 100%;
        margin-bottom: 30px;
    }

    .typeSec02 .txtWrap {
        display: block;
        width: 100%;
        padding: 0 10px;
    }

    .typeSec02 .txtWrap .ttl {
        display: block;
        padding-bottom: 0;
    }

    .typeSec02 .txtWrap h3.ttlVert,
    .typeSec02 .txtWrap span.ttlVert {
        writing-mode: unset;
        margin-left: 0;
    }

    .typeSec02 .txtWrap span.ttlVert {
        display: inline-block;
        width: max-content;
        padding: 0 0 0 30px;
        margin-bottom: 10px;
    }

    .typeSec02 .txtWrap span.ttlVert:before {
        top: 50%;
        left: 0;
        width: 20px;
        height: 1px;
    }

    .typeSec02 .txt {
        display: block;
    }

    .typeSong .inner {
        width: calc(100% - 100px);
    }

    .typeSong .inner .decoFl01 {
        left: -30px;
        bottom: 10px;
        width: 120px;
        height: 90px;
    }

    .typeSong .inner .decoFl03 {
        width: 100px;
        height: 150px;
        right: -35px;
    }

    .typeSec04 .inner .decoFw01 {
        left: -50px;
    }

    .typeTime .inner {
        width: 100%;
        padding: 0 20px;
    }

    .typeTime .inner .decoFl01 {
        width: 150px;
        height: 115px;
        top: 50px;
        right: 40px;
    }

    .typeTime .inner .decoFl02 {
        right: 5%;
        bottom: 30%;
    }

    .typeTime .inner .decoFw01 {
        right: 10%;
        bottom: 35%;
    }

    .typeTime .inner .decoFw02 {
        left: auto;
        right: 15%;
        top: auto;
        bottom: 5%;
    }

    .monthlyGallery.typeGallery .galleryWrap li p {
        font-size: 1.2vw;
    }

    .download dl.tblDef>div.grid-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

/*===============================================
tablet横向き
===============================================*/
@media screen and (max-width: 1150px) and (orientation: landscape) {
    ul.topicsList .ph {
        height: 300px;
    }

    ul.topicsList a {
        height: auto;
    }

    ul.topicsList .allLink a {
        height: 100%;
    }
}

/*===============================================
画面の横幅が750px〜0pxまで
===============================================*/
@media screen and (max-width: 750px) {
    body {
        -webkit-text-size-adjust: 100%;
    }

    header {
        padding: 15px 0 15px 20px;
    }

    header>a {
        height: 100%;
    }

    .fvWrap .ph {
        width: calc(100% - 40px);
        border-radius: 25px;
        background: url(../images/fv_ph01.jpg) center/cover no-repeat;
        margin: 90px 20px 70px 20px;
    }

    .fvWrap h2 {
        font-size: 3rem;
        color: #fff;
        writing-mode: tb-rl;
        left: 55px;
    }

    .fvWrap .decoFw01 {
        display: none;
    }

    .fvWrap .decoFl01 {
        top: -30px;
        left: 5px;
        width: 130px;
    }

    .fvWrap .decoFl_F01 {
        bottom: -50px;
        right: 0;
        width: 100px;
        height: 180px;
        background: url(../images/decoFl_F01.png) right/cover no-repeat;
    }

    h3.ttlDef {
        margin-bottom: 35px;
    }

    .secWide .inner {
        padding: 0 20px;
    }

    ul.infoList li:before {
        right: 15px;
    }

    ul.infoList li a {
        display: block;
    }

    ul.infoList li:hover:before {
        right: 20px;
    }

    ul.infoList .date,
    ul.infoList .ttl {
        width: 100%;
    }

    ul.infoList .date {
        padding: 20px 55px 10px 15px;
    }

    ul.infoList .date:after {
        content: none;
    }

    ul.infoList .ttl {
        padding: 5px 55px 25px 15px;
    }

    ul.topicsList {
        display: block;
    }

    ul.topicsList li {
        width: 100%;
    }

    ul.topicsList .ph {
        margin-bottom: 20px;
    }

    ul.topicsList .allLink a {
        flex-direction: row;
        justify-content: center;
        padding: 20px 30px;
    }

    ul.topicsList .allLink a:hover span:after {
        left: auto;
    }

    ul.topicsList .allLink span {
        display: flex;
        align-items: center;
        padding-bottom: 0;
    }

    ul.topicsList .allLink span:after {
        position: relative;
        width: 30px;
        height: 30px;
        left: auto;
        transform: none;
        background: url(../images/icon_arrow02.png) center/50% no-repeat;
        background-color: #ffe400;
        margin-left: 5px;
    }

    ul.topicsList .allLink span br {
        display: none;
    }

    ul.topicsList .allLink .img {
        width: 35px;
        margin: 0 5px 0 0;
    }

    .topAbout .inner .decoFw01 {
        width: 110px;
        height: 109px;
        right: 40px;
    }

    .topAbout .inner .decoFw02 {
        top: 20px;
        left: 50px;
        width: 90px;
        height: 90px;
    }

    .topAbout .ph {
        height: 360px;
    }

    .topAbout .txtWrap {
        background: url(../images/deco_about.png) 100% 60% no-repeat;
        padding: 0 15px;
    }

    .topAbout .txtWrap p {
        margin-top: 0;
    }

    footer {
        background-image: none;
    }

    footer .inner {
        display: block;
    }

    footer .sideL,
    footer .sideR {
        width: 100%;
    }

    footer .sideL {
        margin-bottom: 20px;
    }

    footer .sideL h1 {
        text-align: center;
    }

    footer .sideL p {
        font-size: 1.4rem;
        text-align: center;
    }

    footer .sideL p span:not(:last-child):after {
        content: "／";
        margin: 5px;
    }

    footer .sideR {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .sideR a {
        max-width: 100%;
    }

    footer .sideR a.topicsBtn {
        border-radius: 25px;
    }

    footer .sideR a.topicsBtn img {
        width: 35px;
        height: auto;
    }

    footer .copy {
        text-align: center;
        margin: 20px 0 30px 0;
    }

    .pageTtl {
        height: 200px;
    }

    .pageTtl h2 {
        font-size: 2.5rem;
    }

    .pageTtl .decoFl01 {
        left: -34px;
        width: 90px;
        height: 67px;
    }

    .pageTtl .decoFw01:nth-of-type(2) {
        width: 60px;
        height: 60px;
    }

    .pageTtl .decoFw01:nth-of-type(5) {
        bottom: 10px;
        right: -10px;
        width: 60px;
        height: 60px;
    }

    .pageTtl .decoFl02 {
        right: 20px;
        width: 40px;
        height: 40px;
    }

    .pankuzu {
        display: flex;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .pankuzu li {
        flex-shrink: 0;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .typeCommon h3.ttlDef {
        font-size: 2.75rem;
        font-weight: 700;
    }

    h3.ttlVert {
        font-size: 2.75rem;
        font-weight: 700;
    }

    .typeSec01 .decoFw01 {
        width: 90px;
        height: 90px;
        left: 20px;
    }

    .typeSec01 .decoFw02 {
        width: 130px;
        height: 130px;
    }

    .typeSec01 h4 {
        font-size: 2rem;
        text-align: unset;
    }

    .typeSec02 .ph {
        height: 230px;
    }

    .typeSong .inner {
        display: block;
        width: calc(100% - 40px);
        padding: 45px 35px;
    }

    .typeSong .inner .decoFl01 {
        width: 80px;
        height: 62px;
        left: auto;
        right: 30px;
        bottom: -20px;
    }

    .typeSong .inner .decoFl03 {
        width: 60px;
        height: 90px;
        right: -10px;
    }

    .decoFl_K01 {
        bottom: 50px;
        right: 50px;
        left: auto;
        z-index: 0;
    }

    .typeSong .txt {
        display: block;
    }

    .typeSong .txt p {
        writing-mode: unset;
        height: auto;
    }

    .typeSong .txt p:not(:last-child) {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .typeSong .ttl {
        display: unset;
        margin-left: 0;
    }

    .typeSong h3.ttlVert,
    .typeSong span.ttlVert {
        writing-mode: unset;
    }

    .typeSong h3.ttlVert {
        margin-bottom: 30px;
    }

    .typeSong span.ttlVert {
        display: inline-block;
        padding: 0 0 0 30px;
        margin: 0 0 20px 0;
    }

    .typeSong span.ttlVert:before {
        width: 20px;
        height: 1px;
        left: 0;
        top: 50%;
    }

    dl.tblDef dt,
    dl.tblDef dd {
        width: 100%;
    }

    dl.tblDef dt {
        font-size: 1.6rem;
        font-weight: 700;
        padding: 25px 10px 0 10px;
        border-bottom: 0;
    }

    dl.tblDef dt:after {
        content: none;
    }

    .download dl.tblDef div {
        width: stretch;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .download dl.tblDef dt,
    .download dl.tblDef dd {
        width: 100%;
    }

    .download dl.tblDef dd {
        justify-content: center;
    }

    dl.tblDef dd {
        padding: 10px 10px 25px 10px;
    }

    dl.tblDef.tblHis dd span {
        width: 100px;
        padding-right: 20px;
    }

    dl.tblDef.tblHis dd p {
        width: calc(100% - 100px);
    }

    .typeSec03 .inner .decoFw01 {
        width: 100px;
        height: 100px;
        right: auto;
        left: 50px;
    }

    .typeSec03 .inner .decoFl02 {
        width: 50px;
        height: 50px;
    }

    .typeSec04 .inner .decoFw01 {
        width: 110px;
        height: 110px;
        left: 50px;
        bottom: 230px;
    }

    .typeSec04 .inner .decoFw02 {
        height: 90px;
        width: 90px;
        top: 30px;
        right: 50px;
    }

    .typeTime .inner .decoFl01 {
        width: 100px;
        height: 78px;
    }

    .typeTime .inner .decoFl02 {
        width: 40px;
        height: 40px;
        bottom: 32%;
    }

    .typeTime .inner .decoFw01 {
        width: 80px;
        height: 80px;
    }

    .typeTime .inner .decoFw02 {
        width: 110px;
        height: 110px;
    }

    .typeTime .timeItem .txt {
        padding: 10px 0 20px 0;
    }

    .typeTime .timeItem h4 {
        font-size: 1.8rem;
    }

    .typeTime .timeItem h4 span {
        display: block;
        margin-bottom: 10px;
    }

    .typeGallery .inner .decoFw01 {
        top: 57%;
        right: auto;
        left: 27%;
    }

    .typeGallery .inner .decoFw02 {
        width: 130px;
        height: 130px;
        right: 15px;
    }

    .typeGallery .galleryWrap li {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
    }

    .typeGallery .galleryWrap li:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .typeGallery .galleryWrap li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .typeGallery .galleryWrap li:nth-child(odd) {
        margin-right: 20px;
    }

    .typeGallery .galleryWrap li p {
        font-size: 1.3rem;
    }

    .monthlyGallery.typeGallery .galleryWrap li p {
        font-size: 1.9vw;
    }

    .download dl.tblDef>div.grid-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .timeItem h4 {
        white-space: normal;
    }

    .timeItem h4 .sp {
        display: block;
    }

}

/*===============================================
画面の横幅が430px〜0pxまで
===============================================*/
@media screen and (max-width: 430px) {
    .monthlyGallery.typeGallery .galleryWrap li p {
        font-size: 1.2vw;
    }
}

/*===============================================
sp横向き
===============================================*/
@media screen and (max-width: 1149px) and (orientation: landscape) {
    ul.topicsList .ph {
        height: 400px;
    }

    footer .sideR {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .sideR a.topicsBtn,
    footer .sideR a.kakehasiBtn {
        max-width: 50%;
    }
}

@media screen and (max-width: 400px) {
    .decoFl_K01 {
        bottom: 50px;
        right: 10px;
        left: auto;
        z-index: 0;
    }
}
