@charset "utf-8";

@font-face {
    font-family: "Noto Sans JP";
    font-weight: normal;
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Noto Sans JP";
    font-weight: bold;
    src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.ttf") format("truetype");
}

html {
    font-family: 'Noto Sans JP',Hiragino Kaku Gothic ProN,Meiryo,'Helvetica Neue',Arial,sans-serif;
    color: #221815;
    scroll-behavior: smooth;
}

img {
    width: 100%;
    height: auto;
}

p {
    line-height: 1.5;
}

.p-category{
    display: flex;
    align-items: center;
}

.c-info-category {
    display: block;
    margin-left: 10px;
    width: 125px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}

.c-info-category-pickup {
    background-color: #008cff;
}

.c-info-category-event {
    background-color: #ffb463;
}

.c-info-category-campaign {
    background-color: #ff8278;
}

.c-info-category-resale-information {
    background-color: #dca1ff;
}

.c-info-category-press-release {
    background-color: #aab4fc;
}

.c-info-category-media-information {
    background-color: #3dbeff;
}

.c-info-category-media-winning-prize {
    background-color: #01e2ff;
}

.c-info-category-ad {
    background-color: #4be1b4;
}

.c-info-category-news {
    background-color: #97e156;
}

.c-info-category-other {
    background-color: #e1e202;
}

.c-info-category-license {
    background-color: #008a29;
}

.c-info-position_fixed_flag {
    border-bottom: solid #f00;
}

a:not(header a):hover {
    opacity: .6;
    transition: .4s;
}

:target::before {
    content: "";
    display: block;
    height: 72px;
    margin-top: -72px;
    visibility: hidden,
  }


/* 出し分け */
.u-show_pc {
    display: block;
}

.u-show_sp {
    display: none;
}

.u-show_sp_small {
    display: none;
}

.display-layout {
    display: flex;
}

.display-layout-hidden {
    visibility:hidden
}

.display-content-overflow {
    display: initial !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* SP */
@media screen and (max-width: 767px) {
    .c-info-category {
        margin-left: 5px;
    }

    .display-layout {
        display: block;
    }
    .u-show_pc {
        display: none;
    }

    .u-show_sp {
        display: block;
    }

    .p-instagram-background {
        margin-top: 30px;
    }
}


/* TAB */
@media screen and (min-width: 768px) {

}

/* 文章 */
.u-txt_normal {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    word-break: break-all;
}

.u-txt_bold {
    font-weight: bold;
}

.u-disp-inlineblock {
    display: inline-block;
}

.u-txt_underline {
    text-decoration: underline;
}

/* SP */
@media screen and (max-width: 767px) {
    .u-txt_normal {
        font-size: 13px;
    }
}

/* 画像保護 */
.image-protect {
    pointer-events: none;
}

.image-protect_sp {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/* ヘッダー */
/* PC */
.l-header_sp {
    display: none;
}

.l-header_pc {
    width: 100%;
    height: 165px;
    background-color: #fff;
    filter: drop-shadow(0 3px 4px hsl(0deg 0% 60% / 33%));
    z-index: 15;
}

.p-header-box {
    display: flex;
    justify-content: space-between;
}

.p-header-logo {
    margin: 12px 0 0;
    width: 240px;
}

.c-search-link {
    padding: 40px 64px 18px;
    font-size: 18px;
    letter-spacing: 4px;
    color: #fff;
    border-radius: 0 0 16px 16px;
    background-color: #a5785d;
}

.p-header-logo:hover,
.c-search-link:hover {
    opacity: .6;
    transition: .4s;
}

.c-search-text {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 24px;
}

.c-search-text::before {
    content: url(/images/common/img/header/icon-menu-search.png);
    position: absolute;
    top: 0;
    left: 0;
    top: -28px;
    left: -40px;
    transform: scale(0.4);
}


.c-search-text span {
    margin: 4px 0 0 5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #fff;
}

.c-btn-search.is-active .c-search-text span {
    position: relative;
    width: 14px;
    border: none;
}

.c-btn-search.is-active .c-search-text span::before,
.c-btn-search.is-active .c-search-text span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 18px;
    background: #fff;
}

.c-btn-search.is-active .c-search-text span::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.c-btn-search.is-active .c-search-text span::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

.p-header-nav {
    display: flex;
}

.p-header-list {
    display: flex;
    align-items: center;
    height: 62px;
}

.c-header-item {
    position: relative;
    margin-right: 18px;
    padding-right: 18px;
}

.c-header-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.c-header-item::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 20px;
    top: 50%;
    left: -19px;
    transform: translateY(-50%);
    background-color: #666464;
}

.c-header-item:first-child:before {
    content: none;
}

.c-header-txt {
    text-align: center;
    font-size: 15px;
    letter-spacing: 3px;
    color: #666464;
    background: linear-gradient(#e60012 0 0) 0 100% /var(--d, 0) 1px no-repeat;
}

.p-header-list .c-header-item:hover .c-header-txt {
    color: #e60012;
    --d: 100%;
    transition: .5s;
}

/* SMALL PC */
@media screen and (max-width: 899px) {
    .c-info-category {
        margin-left: 0;
    }
    .p-category{
        display: block;
    }

    .c-header-item {
        margin-right: 10px;
        padding-right: 10px;
    }

    .c-header-item:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .c-header-txt {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .c-header-item::before {
        left: -12px;
        height: 16px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .l-header_pc {
        display: none;
    }

    .l-header_sp {
        display: block;
        position: fixed;
        width: 100%;
        height: 72px;
        z-index: 20;
    }

    .p-header_sp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 0 16px;
        height: 100%;
        background-color: #fff;
        box-shadow: 0 3px 4px hsl(0deg 0% 60% / 33%);
        z-index: 110;
    }

    .p-header-menu,
    .p-header-menu span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .p-header-logo {
        margin: 4px 0 0;
        width: 160px;
    }

    .p-header-box_sp {
        display: flex;
        align-items: center;
    }

    .p-header-menu {
        position: relative;
        width: 40px;
        height: 100%;
        cursor: pointer;
    }

    .p-header-menu.is-active {
        overflow: visible;
    }

    .c-header-menu {
        position: absolute;
        bottom: 8px;
        left: 16px;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 4px;
        color: #fff;
    }

    .p-header-menu span {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 2px;
        background-color: #d4d4d4;
        border-radius: 2px;
        transition: all .5s;
    }

    .p-header-menu span:nth-of-type(1) {
        top: 12px;
    }
    .p-header-menu span:nth-of-type(2) {
        top: 22px;
    }
    .p-header-menu span:nth-of-type(3) {
        top: 32px;
    }

    .p-header-menu.is-active span {
        width: 32px;
    }

    .p-header-menu.is-active span:nth-of-type(1) {
        transform: translateY(10px) rotate(45deg);
        top: -11px;
    }

    .p-header-menu.is-active span:nth-of-type(2) {
        opacity: 0;
    }
    .p-header-menu.is-active span:nth-of-type(3) {
        transform: translateY(-34px) rotate(-45deg);
        top: 33px;
    }

    .c-header-title {
        margin: 36px auto 0;
        font-size: 12px;
        letter-spacing: 2px;
        color: #a5785d;
        text-align: center;
    }

    .is-active .c-header-title {
        display: none;
    }

    .c-header-search {
        margin: 20px 0 0 20px;
        width: 36px;
        height: 54px;
    }

    .c-btn-search.is-active {
        position: relative;
        width: 56px;
    }

    .c-btn-search.is-active::before,
    .c-btn-search.is-active::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 70%;
        width: 2px;
        height: 32px;
        background: #d4d4d4;
    }

    .c-btn-search.is-active::before {
        transform: translate(-50%,-50%) rotate(45deg);
    }

    .c-btn-search.is-active::after {
        transform: translate(-50%,-50%) rotate(-45deg);
    }

    .c-btn-search.is-active .c-header-search {
        display: none;
    }

    .p-header-sidenav {
        position: absolute;
        top: 72px;
        right: -100vw;
        width: 100vw;
        background-color: #fff;
        transition: all .3s;
        z-index: 100;
    }

    .p-header-sidenav-box {
        padding: 16px 0 60px;
    }

    .p-header-sidenav.is-active {
        height: -webkit-fill-available;
        height: calc(100vh - 72px);
        overflow: scroll;
        transform: translateX(-100vw);
    }

    .p-header-nav {
        display: block;
        margin: 0;
    }

    .p-header-nav > ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 8px;
        row-gap: 12px;
        margin-bottom: 16px;
        padding: 0 16px 16px 16px;
        border-bottom: solid 1px #EEEEEE;
    }

    .p-header-nav > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 36px;
        background-color: #FEF8F3;
        font-size: 14px;
        border: solid 1px #C8AC9C;
        border-radius: 5px;
    }

    .p-header-nav > ul.category > li > a {
        justify-content: flex-start;
        padding-left: 4px;
        padding-right: 8px;
        height: 48px;
        color: #FFFFFF;
        border: none;
        border-radius: 12px;
    }

    .p-header-nav > ul.category > li > a > figure {
        display: flex;
        align-items: center;
        padding: 8px;
        width: 48px;
        height: 48px;
    }

    .p-header-nav > ul.category > li > a > span {
        flex-grow: 1;
        text-align: center;
    }

    .p-header-nav > ul.category > li > a.children {
        background-color: #F05A5A;
    }

    .p-header-nav > ul.category > li > a.educational {
        background-color: #3296D2;
    }

    .p-header-nav > ul.category > li > a.general {
        background-color: #46b450;
    }

    .p-header-nav > ul.category > li > a.school_library {
        background-color: #F0B41E;
    }

    .p-header-nav > ul.footer {
        grid-template-columns: repeat(1, 1fr);
        border: none;
    }

    .p-header-nav > ul.footer > li > a {
        height: 32px;
    }
}

/* メイン */
/* PC */
main {
    background-color: #fef8f3;
}

main.is-search {
    padding-top: 165px;
}

.l-content-section {
    margin: 40px 20%;
}

.l-content-section>*:first-child {
    margin: 0 auto;
    max-width: 1200px;
}

.l-content-section_wide {
    margin: 40px 10%;
}

.l-content-section_wide>*:first-child {
    margin: 0 auto;
    max-width: 1440px;
}

.c-content-section {
    max-width: 760px;
    margin: 0 auto 80px;
}

/* SMALL PC */
@media screen and (max-width: 1200px) {
    .l-content-section {
        margin: 40px 10%;
    }

    .l-content-section_wide {
        margin: 40px 5%;
    }
}

/* TAB */
@media screen and (max-width: 900px) {
    .l-content-section {
        margin: 40px 5%;
    }

    .l-content-section_wide {
        margin: 40px 16px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    main {
        padding: 72px 0 0;
    }

    main.is-search {
        padding-top: 72px;
    }

    .l-content-section,
    .l-content-section_wide {
        margin: 32px 16px;
        max-width: unset;
    }
}

/* メニュー */
.p-menu-list {
    display: flex;
    justify-content: space-between;
}

.c-menu-item {
    margin: 24px 0 0;
    flex-basis: calc((100% - 96px) / 4);
    max-width: calc((100% - 96px) / 4);
}

.c-menu-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
}

@media screen and (max-width: 1536px) {
    .c-menu-link {
        display: block;
        padding: 0;
        min-width: auto;
    }
}

.c-menu-link_children {
    background-color: #f05a5a;
    border: 4px solid #f05a5a;
}

.c-menu-link_educational {
    background-color: #3296d2;
    border: 4px solid #3296d2;
}

.c-menu-link_general {
    background-color: #46b450;
    border: 4px solid #46b450;
}

.c-menu-link_public {
    background-color: #f0b41e;
    border: 4px solid #f0b41e;
}

.c-menu-fig {
    margin: 0;
    padding: 8px 16px;
    flex-basis: 72px;
    max-width: 72px;
}

@media screen and (max-width: 1536px) {
    .c-menu-fig {
        padding: 0;
        margin: 0 auto;
        width: 48px;
    }
}

.c-menu-text {
    flex-basis: calc(100% - 72px);
    max-width: calc(100% - 72px);
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1536px) {
    .c-menu-text {
        padding: 8px 0 8px;
        max-width: none;
    }
}

/* SMALL PC */
@media screen and (max-width: 899px) {
    .c-menu-text {
        font-size: 16px;
    }
}

/* TAB */
@media screen and (max-width: 767px) {
    .p-menu-list {
        flex-wrap: wrap;
    }

    .c-menu-item {
        margin: 16px 0 0;
        flex-basis: calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
    }

    .c-menu-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .c-menu-link_children {
        border: 2px solid #f05a5a;
    }

    .c-menu-link_educational {
        border: 2px solid #3296d2;
    }

    .c-menu-link_general {
        border: 2px solid #46b450;
    }

    .c-menu-link_public {
        border: 2px solid #f0b41e;
    }

    .c-menu-fig {
        margin: 0;
        padding: 8px 16px;
        flex-basis: 72px;
        max-width: 72px;
    }

    .c-menu-text {
        flex-basis: calc(100% - 72px);
        max-width: calc(100% - 72px);
        margin: 0;
        padding: 0;
    }

}

/* SP */
@media screen and (max-width: 499px) {
    .c-menu-fig {
        padding: 8px;
        flex-basis: 56px;
        max-width: 56px;
    }

    .c-menu-text {
        flex-basis: calc(100% - 56px);
        max-width: calc(100% - 56px);
        font-size: 13px;
        letter-spacing: 0px;
    }
}

/* SMALL SP */
@media screen and (max-width: 349px) {
    .c-menu-text {
        flex-basis: calc(100% - 40px);
        max-width: calc(100% - 40px);
        font-size: 12px;
        letter-spacing: 0px;
    }
}


/* 基本レイアウト */
.l-common-wrap {
    margin: 0 10%;
    max-width: 1440px;
}

.l-common-elem_narrow {
    margin: 0 10%;
    max-width: 1440px;
}

.l-common-elem_narrow_info {
    width: 100%;
    margin: 0 50px 0 10px;
}

.l-common-elem_narrow_timeline {
    min-width: 250px;
    margin-top: 20px;
    width: 25%;
}

.c-instagram-content-fig {
    display: flex;
    justify-content: center;
}

.c-instagram-content-fig img{
    width: 70%;
}

.c-instagram-heading-fig {
    margin-top: 20px;
    flex-basis: 104px;
}

.p-instagram-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-instagram-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.p-instagram-contents li {
    padding: 5px 5px;
}

.p-instagram-background {
    box-shadow: 2px 2px 4px rgba(141, 141, 141, 0.5);
    padding: 0 10px;
    margin-top: 20px;
    background-color: #fff;
}

.l-common-section {
    margin: 40px auto;
}

.l-common-inner {
    position: relative;
    margin: 40px auto;
    background-color: #fff;
    border-top: 1px solid #b5b5b6;
    border-bottom: 1px solid #b5b5b6;
}

.l-common-inner_border {
    margin-top: 40px;
    background-color: #fff;
    border: 1px solid #b5b5b6;
}

.l-common-inner_narrow {
    position: relative;
    margin: 0 auto;
    width: calc(60% + 32px);
}

.l-common-inner_border-narrow {
    margin: 0 auto;
    width: calc(85% + 32px);
}

.c-detail-heading {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 2;
    color: #0160ac;
}

.c-lead-text {
    margin: 24px 0 0;
}

/* MIDDLE PC */
@media screen and (max-width: 1199px) {
    .c-heading-sub-info{
        width: 90%;
    }

    .l-common-wrap {
        margin: 0 auto;
        padding: 0 24px;
        width: 100%;
    }

    .l-common-inner_narrow {
        padding: 0 24px;
        width: 100%;
    }

    .l-common-elem_narrow {
        margin: 0 24px;
    }

    .l-common-elem_narrow_info {
        margin: 20px 24px;
    }

    .l-common-inner_border {
        margin-top: 40px;
    }

}

/* LARGE PC */
@media screen and (min-width: 1999px) {
    .l-common-wrap {
        margin: 0 auto;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .l-common-wrap {
        margin: 0 auto;
        padding: 0 16px;
        width: 100%;
    }

    .l-common-elem_narrow {
        margin: 32px auto 0;
        padding: 0 16px;
    }

    .l-common-elem_narrow_info {
        margin: 32px auto 10px;
    }

    .l-common-inner_narrow {
        padding: 0 32px;
        width: 100%;
    }

    .c-lead-text {
        margin: 16px 0 0;
        padding: 0 0 16px;
    }

    .l-common-inner_border {
        border-left: none;
        border-right: none;
    }

    .l-common-inner_border-narrow {
        width: 100%;
    }

    .p-instagram-contents{
        flex-wrap: nowrap;
    }

    .p-instagram-contents > li{
        flex: 1;
    }

    .p-instagram-contents > :nth-of-type( n + 5){
        display: none;
    }

    .l-common-elem_narrow_timeline {
        width: 100%;
    }

    .p-instagram-heading {
        justify-content: flex-start;
    }

    .c-instagram-content-fig img{
        width: 100%;
    }
}

/* コンポーネント */
/* 大見出し */
.c-heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 12px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    color: #666464;
    border-bottom: 2px solid #e60012;
}

.c-heading span {
    padding: 0 0 0 24px;
}

.c-heading span.u-show_pc {
    display: inline-block;
    padding: 0;
}

.c-heading-fig_book {
    flex-basis: 36px;
    max-width: 36px;
}

.c-heading-fig_info {
    flex-basis: 44px;
    max-width: 44px;
}

.c-heading-fig_flag {
    flex-basis: 28px;
    max-width: 28px;
}

.c-heading-fig_memo {
    flex-basis: 28px;
    max-width: 28px;
}

.l-common-inner_border-narrow .c-heading {
    display: block;
    margin: 32px 0 0;
    text-align: left;
}

.l-common-inner_border-narrow .c-heading span {
    padding: 0;
}

/* TAB */
@media screen and (max-width: 899px) {
    .c-heading {
        padding: 0 0 12px;
        font-size: 22px;
    }

    .c-heading span {
        padding: 0 0 0 16px;
    }

    .l-common-inner_border-narrow .c-heading {
        margin: 24px 0 0;
        text-align: center;
    }

    .c-heading-fig_book {
        flex-basis: 32px;
        max-width: 32px;
    }

    .c-heading-fig_info {
        flex-basis: 40px;
        max-width: 40px;
    }

    .c-heading-fig_flag {
        flex-basis: 24px;
        max-width: 24px;
    }

    .c-heading-fig_memo {
        flex-basis: 24px;
        max-width: 24px;
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .c-heading {
        font-size: 22px;
    }

    .c-heading span.u-show_pc {
        display: none;
    }
}

/* 中見出し */
.c-heading-sub {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ec424f;
}

.c-heading-sub.is-active::before {
    top: 4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #ec424f;
}

.c-heading-sub-info {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ec424f;
}

.c-heading-sub-info.is-active::before {
    top: 4px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #ec424f;
}


/* .c-heading-sub::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #ec424f;
} */

.c-heading-sub::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    border-left: 12px solid #ec424f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.c-heading-sub-info::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    border-left: 12px solid #ec424f;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

/* ボタンリンク */
.c-btn-link {
    display: block;
    margin: 40px auto 0;
    width: 280px;
    font-size: 16px;
    background-color: #ec424f;
    border-radius: 20px;
    cursor: pointer;
}

.c-btn-text {
    position: relative;
    margin: 0 auto;
    padding: 8px 0 10px 8px;
    width: fit-content;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #fff;
}

.c-btn-text::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 52%;
    left: -13px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom: 0 solid transparent;
    border-top: 8px solid #fff;
    transform: translateY(-50%);
}

.no-accordion .c-btn-text::before {
    top: 50%;
    left: -8px;
    border: 6px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #fff;
}

.swiper-button-close .c-btn-text::before {
    border-top: 0 solid transparent;
    border-bottom: 8px solid #fff;
}

.c-btn-link_small {
    display: block;
    margin: 16px auto 0;
    width: 280px;
    font-size: 13px;
    background-color: #ec424f;
    border-radius: 20px;
}


.c-others-link {
    color: #ec424f;
    text-decoration: underline;
}

/* SP */
@media screen and (max-width: 767px) {
    .c-btn-link_small {
        font-size: 16px;
    }
}

/* コンテンツスライダー */
.swiper-conmmon {
    margin: 24px auto 64px;
    padding: 0 1px 1px;
}

.common-button-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
}

.common-button-prev {
    left: -40px;
    color: #b5b5b6;
}

.common-button-next {
    right: -40px;
    color: #b5b5b6;
}

.common-button-next:after,
.common-button-prev:after{
    font-size: 20px;
}

.c-content-btn {
    position: absolute;
    margin: 0;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

/* MIDDLE PC */
@media screen and (max-width: 1199px) {
    .common-button-wrap {
        width: calc(100% - 48px);
    }

    .common-button-prev {
        left: -24px;
        color: #b5b5b6;
    }

    .common-button-next {
        right: -24px;
        color: #b5b5b6;
    }

}

/* SP */
@media screen and (max-width: 767px) {
    .common-button-wrap {
        width: calc(100% - 64px);
    }

    .common-button-prev {
        left: -32px;
    }

    .common-button-next {
        right: -32px;
    }
}

.p-content-link {
    display: flex;
    flex-direction: column;
}

.c-content-fig {
    display: flex;
    align-items: flex-end;
    margin: 0 10%;
}

.c-content-fig img {
    border: 1px solid #999;
    max-width: calc(((60vw + 32px + 32px) / 3 - 32px) * 0.8);
}

@media screen and (max-width: 1199px) {
    .c-content-fig img {
        max-width: calc(((100vw - 24px * 2 + 16px) / 3 - 16px) * 0.8);
    }
}

.c-info-fig-image img {
    border: 1px solid #999;
}

@media screen and (max-width: 767px) {
    .c-content-fig img {
        max-width: calc(((100vw - 32px * 2 + 16px) - 16px) * 0.8);
    }
}

.p-content-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
}

.c-content-title {
    margin: 8px 0;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.p-content-detail {
    text-align: center;
}

.c-content-date {
    margin: 4px 0 0;
    padding: 2px 0;
    font-size: 14px;
    color: #fff;
}

.c-content-date_none {
    background-color: #cecece !important;
}

.c-content-date_children {
    background-color: #e7abad !important;
}

.c-content-date_education {
    background-color: #88c0de !important;
}

.c-content-date_general {
    background-color: #79d090 !important;
}

.c-content-date_school_library {
    background-color: #eed263 !important;
}

.c-content-price {
    margin: 8px 0;
    font-size: 13px;
}

.c-content-price span {
    display: inline-block;
}

.c-content-author {
    margin: 4px 0;
    min-height: 1.5em;
    overflow: hidden;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.c-content-series {
    margin: 4px 0;
    min-height: 1.5em;
    overflow: hidden;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.c-content-series-top {
    margin: 8px 0 0;
}

.c-content-channel {
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 4px;
}

.c-content-link_inner:hover {
    text-decoration: underline;
}

/* MIDDLE PC */
@media screen and (max-width: 1199px) {
    .c-content-title {
        font-size: 14px;
    }

    .c-content-price {
        font-size: 14px;
    }

    .c-content-date {
        font-size: 13px;
    }

    .c-content-author {
        font-size: 13px;
    }

    .c-content-series {
        font-size: 13px;
    }

    .c-content-channel {
        font-size: 13px;
    }
}

/* SMALL PC */
@media screen and (max-width: 899px) {
    .c-content-title {
        font-size: 13px;
    }

    .c-footer-link{
        font-size: 12px !important;
    }

    .c-content-price {
        font-size: 12px;
    }

    .c-content-date {
        font-size: 11px;
    }

    .c-content-author {
        font-size: 11px;
    }

    .c-content-series {
        font-size: 13px;
    }

    .c-content-channel {
        font-size: 11px;
    }
}


/* SP */
@media screen and (max-width: 767px) {
    .c-content-title {
        font-size: 14px;
    }

    .c-content-price {
        font-size: 14px;
    }

    .c-content-date {
        font-size: 13px;
    }

    .c-content-author {
        font-size: 13px;
    }

    .c-content-series {
        font-size: 13px;
    }

    .c-content-channel {
        font-size: 13px;
    }

    .c-btn-link {
        font-size: 14px;
    }

    .c-btn-link_small {
        width: 280px;
    }
}

/* SMALL SP */
@media screen and (max-width: 349px) {
    .c-btn-link_small {
        width: 240px;
        font-size: 12px;
    }
}

/* お知らせ */
.p-info-list {
    margin: 24px auto 0;
}

.p-info-item {
    margin: 0;;
    padding: 16px 0;
    border-bottom: 1px dashed #bfc0c0;
}

.p-info-item:last-child {
    border: none;
}

.p-info-link {
    display: flex;
    justify-content: space-between;
}

.p-info-text {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
}

.p-info-link:hover .p-info-text .p-category .c-event-date{
    text-decoration: underline;
}

.p-info-link:hover .p-info-text .c-event-title{
    text-decoration: underline;
}

.p-info-link:hover .p-info-text .p-category .c-notice-date{
    text-decoration: underline;
}

.p-info-link:hover .p-info-text .c-notice-desc{
    text-decoration: underline;
}

.c-info-fig {
    flex-basis: 160px;
    max-width: 160px;
}

.c-info-fig-detail {
    flex-basis: 160px;
    max-width: 160px;
}

.c-info-fig img {
    border: 1px solid #999;
}

/* SP */
@media screen and (max-width: 767px) {
    .p-info-list {
        margin: 8px auto 0;
    }

    .p-info-text {
        flex-basis: calc(100% - 96px);
        max-width: calc(100% - 96px);
    }

    .c-info-fig {
        flex-basis: 96px;
        max-width: 96px;
        padding: 4px 0 0 16px;
    }
}

/* パンくず */
.p-bcnav {
    margin-top: 24px;
    margin-bottom: 8px;
}

.p-bcnav-list {
    display: flex;
    align-items: center;
}

.c-bcnav-item {
    white-space: nowrap;
    font-size: 12px;
    color: #564535;
}

.c-bcnav-item:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-bcnav-item span {
    display: inline-block;
    margin: 10px 6px;
    color: #564535;
}

.c-bcnav-item span::before {
    content: "＞";
}

/* SP */
@media screen and (max-width: 767px) {
    .p-bcnav {
        display: none;
    }
}


/* 写真・イラストコピー */
.c-main-copy {
    font-size: 12px;
    text-align: right;
    color: #666464;
}

/* アコーディオン */
.c-accordion-btn {
    cursor: pointer;
}

.p-accordion-content {
    height: 0;
    overflow: hidden;
    transition: .4s;
}

.c-accordion-btn.is-active + .p-accordion-content {
    height: auto;
    overflow: hidden;
    transition: .4s;
}

/* SP */
@media screen and (max-width: 767px) {
    .c-accordion-btn::after {
        top: 8px;
        right: 4px;
        height: 20px;
        width: 20px;
    }

    .c-accordion-btn span {
        top: 17px;
        right: 8px;
        height: 2px;
        width: 12px;
    }

    .c-accordion-btn span:after {
        top: -5px;
        right: 5px;
        height: 12px;
        width: 2px;
    }
}

/* フッター */
/* PC */
footer {
    background-color: #fef8f3;
}

.p-footer-totop {
    position: relative;
    height: 64px;
    margin: 0 auto;
}

.c-footer-totop {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: fixed;
    height: 50px;
    width: 50px;
    right: 32px;
    bottom: 80px;
    border: none;
    border-radius: 50%;
    background: #e60012;
    cursor: pointer;
    transition: .5s;
}

.c-footer-totop.is-show {
    opacity: 1;
    transition: .5s;
}

.c-footer-totop-arrow {
    height: 16px;
    width: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

.p-footer-sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 224px;
}

.c-footer-sns-img {
    width: 48px;
}

.p-footer-fk-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    width: 200px;
}

.l-footer_wrap {
    background-color: #e60012;
    font-size: 13px;
    color: #fff;
}

.p-footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.p-footer-link-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 24px 0;
    flex-wrap: nowrap;
}

.p-footer-link-list .c-footer-link-item {
    border-right: 1px solid #fff;
}

.p-footer-link-list li:first-child {
    border-left: 1px solid #fff;
}

.c-footer-link {
    display: inline-block;
    padding: 0 1em;
    font-size: 14px;
}

.c-footer-link:hover {
    text-decoration: underline;
}

.c-copy-text {
    padding: 8px 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

/* SP */
@media screen and (max-width: 767px) {
    .c-footer-totop {
        right: 8px;
        bottom: 16px;
    }

    .p-footer-link-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 24px auto 24px 8px;
    }

    .p-footer-link-list li:first-child {
        border: none;
    }

    .p-footer-link-list .c-footer-link-item {
        border: none;
    }

    .c-footer-link {
        padding: 0 2rem 0 0;
        font-size: 14px;
        line-height: 2.2;
    }

    .c-copy-text {
        color: #000;
    }

    .sp-display-layout {
        padding: 0;
    }

    .c-heading-sub-info{
        margin: 0 20px;
    }

    .p-info-text {
        margin: 0 10px;
    }
    .p-info-item {
        margin-left: 20px;
    }

}


/* フォーム */
.p-form-wrap {
    padding: 32px 0;
    background-color: #fff;
    filter: drop-shadow(0 3px 4px hsl(0deg 0% 60% / 33%));
}

.p-textsearch-form {
    display: flex;
}

.c-textsearch-area {
    width: calc(100% - 104px);
    padding: 16px;
    font-size: 14px;
    border: 1px solid #666464;
    border-right: none;
    border-radius: 8px 0 0 8px;
}

.c-textsearch-btn {
    width: 104px;
    padding: 12px 36px;
    background-color: #f0b41e;
    border: 1px solid #666464;
    border-radius: 0 8px 8px 0;
}


.is-active ~ .p-check-form {
    margin: 40px 0 0;
}

.p-check-fieldset {
    margin: 40px 0 0;
}

.c-heading-sub {
    width: 100%;
    padding-bottom:8px;
    font-size: 15px;
    color: #000;
    border-bottom: 1px dashed #8f8d8d;
}

.c-heading-sub-info {
    padding-bottom:8px;
    font-size: 15px;
    color: #000;
    border-bottom: 1px dashed #8f8d8d;
}

.c-heading-sub_noborder {
    border-bottom: none;
    font-size: 16px;
    font-weight: bold;
}

.c-heading-sub.c-heading-sub_noborder::before {
    top: 6px;
}

.c-heading-sub.c-heading-sub_noborder.is-active::before {
    top: 6px;
}

.c-heading-sub-info.c-heading-sub_noborder::before {
    top: 6px;
}

.c-heading-sub-info.c-heading-sub_noborder.is-active::before {
    top: 6px;
}


.p-filter-wrap {
    margin: 40px 0 0;
}

.p-check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-accordion-btn.is-active ~ .p-check-list_last {
    border-bottom: 1px dashed #8f8d8d;
}

.p-check-list::before {
    content: '';
    display: block;
    width: calc((100% - 24px) / 4);
    height: 0;
    order: 1;
}

.p-check-list::after {
    content: '';
    display: block;
    width: calc((100% - 24px) / 4);
    height: 0;
}

.p-check-item {
    flex-basis: calc((100% - 24px) / 4);
    max-width: calc((100% - 24px) / 4);
    margin: 16px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
}

.p-check-item_wide {
    flex-basis: calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
}

.p-check-item_narrow {
    flex-basis: calc((100% - 56px) / 8);
    max-width: calc((100% - 56px) / 8);
}

.p-check-item_last {
    margin-bottom: 32px;
}

.u-show_wide {
    margin-top: 0;
}

input[type=checkbox] {
    display: none;
}

.c-check-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}
.c-check-label::before {
    background: #fff;
    border: 1px solid #f0b41e;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.c-check-label::after {
    border-right: 3px solid #f0b41e;
    border-bottom: 3px solid #f0b41e;
    content: '';
    display: block;
    height: 13px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 7px;
}
input[type=checkbox]:checked + .c-check-label::after {
    opacity: 1;
}

.p-select-fieldset {
    display: flex;
    align-items: center;
    margin: 8px 0 0;
    padding: 32px 0;
}

.p-select-fieldset.price {
    margin: 30px 0 0;
    padding: 0;
    border-bottom: 1px dashed #8f8d8d;
}

.c-heading-select {
    margin: 0 0 8px;
    width: 200px;
    padding-bottom: 0;
    border-bottom: none;
}

.p-select-list {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.p-select-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.p-select-arrow {
    position: relative;
}

.p-select-arrow::after {
    content: '';
    position: absolute;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #f0b41e;
    border-right: solid 2px #f0b41e;
    transform: rotate(135deg);
    pointer-events: none;
}

.p-select-list span {
    margin: 0 8px 8px;
}

.p-select-price {
    cursor: pointer;
    margin: 0 0 8px;
    padding: 8px 30px 8px 8px;
    width: auto;
    border: 1px solid #f0b41e;
    border-radius: 4px;
}

.p-select-year {
    cursor: pointer;
    margin: 0 0 8px;
    padding: 8px;
    width: 80px;
    border: 1px solid #f0b41e;
    border-radius: 4px;
}

.p-select-month {
    cursor: pointer;
    margin: 0 0 8px;
    padding: 8px;
    width: 60px;
    border: 1px solid #f0b41e;
    border-radius: 4px;
}

.search-btn-group {
    justify-content: center;
    display: flex;
}

.c-search-btn {
    display: block;
    position: relative;
    margin: 16px auto;
    padding: 16px 0;
    width: 280px;
    font-size: 15px;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
    background-color: #f0b41e;
    border: 2px solid #f0b41e;
    border-radius: 16px;
}

.c-search-btn-under {
    margin: 4px 10px !important;
}

@media screen and (max-width: 767px) {
    .search-btn-group {
        display: block;
    }

    .c-search-btn-under {
        margin: 18px auto !important;
    }
}

.c-reset-btn {
    display: block;
    margin: 16px auto;
    padding: 12px 0;
    width: 280px;
    font-size: 15px;
    letter-spacing: 4px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 2px solid #f0b41e;
    border-radius: 16px;
}

.c-search-btn.c-accordion-btn::after {
    content: '';
    position: absolute;
    top: 18px;
    right: 40px;
    height: 10px;
    width: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}

.c-search-btn.c-accordion-btn.is-active::after {
    top: 22px;
    right: 40px;
    transform: rotate(-45deg);
}

/* LARGE PC */
/* @media screen and (min-width: 1600px) {
    .p-check-item {
        flex-basis: calc((100% - 16px) / 5);
        max-width: calc((100% - 16px) / 5);
    }
} */

@media screen and (max-width: 1099px) {
    .p-check-list::after {
        content: '';
        display: block;
        width: calc((100% - 16px) / 3);
        height: 0;
    }

    .p-check-item {
        flex-basis: calc((100% - 16px) / 3);
        max-width: calc((100% - 16px) / 3);
    }

    .p-select-fieldset {
        flex-direction: column;
        align-items: flex-start;
    }

    .p-select-item {
        margin: 16px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .p-form-wrap {
        margin-top: 32px;
        padding: 32px;
    }

    .p-textsearch-form {
        margin: 0 -16px;
    }

    .c-textsearch-area {
        padding: 8px;
        width: calc(100% - 24px);
        font-size: 12px;
    }

    .c-textsearch-btn {
        width: 48px;
        padding: 14px 10px;
    }

    .p-check-item {
        flex-basis: calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
        font-size: 13px;
    }

    .p-check-item_wide {
        flex-basis: 100%;
        max-width: 100%;
    }

    .p-select-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-search-btn {
        padding: 12px 0;
        width: 240px;
        font-size: 14px;
    }

    .c-reset-btn {
        padding: 12px 0;
        width: 240px;
        font-size: 14px;
    }

    .c-search-btn.c-accordion-btn::after {
        top: 13px;
        right: 32px;
    }

    .c-search-btn.c-accordion-btn.is-active::after {
        top: 16px;
        right: 32px;
    }


}

/* リンク集 */
.p-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.p-link-list::after {
    content: '';
    flex-basis: calc((100% - 80px) / 5);
    max-width: calc((100% - 80px) / 5);
    height: 0;
}

.p-link-item {
    flex-basis: calc((100% - 80px) / 5);
    max-width: calc((100% - 80px) / 5);
    margin: 16px 0 0;
}

.c-link-fig {
    border: 4px solid #fff;
}

/* SP */
@media screen and (max-width: 767px) {
    .p-link-item {
        flex-basis: calc((100% - 8px) / 2);
        max-width: calc((100% - 8px) / 2);
        margin: 8px 0 0;
    }
}

/* スライダー終了 */
.no-swiper ~ .swiper-button-wrap {
    display: none;
}

.no-swiper .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.no-swiper .swiper-slide {
    margin: 0 32px 40px 0;
    height: auto;
    flex-basis: calc((100% - 96px) / 4);
    max-width: calc((100% - 96px) / 4);
}

.no-swiper .swiper-slide:nth-child(4n) {
    margin: 0 0 40px 0;
}

/* MIDDLE PC */
@media screen and (max-width: 1199px) {
    .no-swiper .swiper-slide {
        margin: 0 16px 40px 0;
        flex-basis: calc((100% - 48px) / 4);
        max-width: calc((100% - 48px) / 4);
    }
}

/* SP */
@media screen and (max-width: 767px) {
    .no-swiper .swiper-slide {
        margin: 32px 16px 0 0;
        flex-basis: calc((100% - 16px) / 2);
        max-width: calc((100% - 16px) / 2);
    }
    .no-swiper .swiper-slide:nth-child(2n) {
        margin: 32px 0 0 0;
    }
}

/* モーダル */
@keyframes modalopen {
    from {opacity: 0}
    to {opacity: 1}
}

.p-modal-wrap_search {
    display: none;
    position: fixed;
    top: 165px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    filter: drop-shadow(0 3px 4px hsl(0deg 0% 60% / 90%));
    z-index: 30;
}

.p-modal-content_search {
    padding: 40px 0;
    background-color: #fff;
    animation-name: modalopen;
    animation-duration: .6s;
}

.c-textsearch-btn.c-textsearch-btn_modal {
    background-color: #fff;
}

.p-modal-list {
    display: flex;
    justify-content: space-between;
    margin: 32px 0 0;
}

.c-modal-item {
    flex-basis: calc((100% - 32px) / 3);
    max-width: calc((100% - 32px) / 3);
}

.c-modal-link {
    display: block;
    padding: 16px 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 8px;
}

.c-modal-link:hover {
    opacity: .6;
    transition: .4s;
}

.c-modal-link_detail {
    color: #fff;
    border: 1px solid #a5785d;
    background-color: #a5785d;
}

/* SP */
@media screen and (max-width: 767px) {
    .p-modal-wrap_search {
        top: 72px;
    }

    .p-modal-content_search {
        padding: 40px 16px;
    }

    .p-modal-list {
        flex-wrap: wrap;
        margin: 8px 0 0;
    }

    .c-modal-item {
        flex-basis: 100%;
        max-width: 100%;
        margin: 16px 0 0;
    }
}

.d-none {
    display: none !important;
}

.open-list-accordion {
    display: none;
    height: 0;
    opacity: 0;
}

.close-list {
    display: none;
}

.close-list .c-btn-text::before {
    border-top: 0 solid transparent;
    border-bottom: 8px solid #fff;
}

.display_count_4_or_less .swiper-slide {
    width: calc((100% - 32px * 3) / 4);
    margin-right: 32px;
}

.display_count_4_or_less .swiper-slide:nth-child(4) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    .display_count_4_or_less .swiper-wrapper {
        flex-wrap: wrap;
    }

    .display_count_4_or_less .swiper-slide {
        width: calc((100% - 16px) / 2);
        margin-right: 16px;
    }

    .display_count_4_or_less .swiper-slide:nth-child(even) {
        margin-right: 0;
    }

    .display_count_4_or_less .swiper-slide:nth-child(3) {
        margin-top: 24px;
    }

    .display_count_4_or_less .swiper-slide:nth-child(4) {
        margin-top: 24px;
    }
}