@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

/* CSS Document */

/*====================================

    #html

====================================*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
    -webkit-text-size-adjust: 100%;
    font-family: "Sawarabi Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.75em;
    margin: 0 auto;
    position: relative;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    display: none;
    background: #f7f8e8;
}
img {
    display: block;
    width: 100%;
}

/*====================================

    .btn / .btn_back

====================================*/

.btn a,
.btn_back a {
    position: relative;
    color: #000;
    background-color: #fff;
    line-height: 1em;
    border: 1px solid #000;
    display: inline-block;
    padding: 1em 3em 1em 4em;
    border-radius: 40px;
    overflow: hidden;
    text-decoration: none;
    z-index: 1;
}
.btn a {
    background: url(/common/images/btn_arrow.svg) no-repeat top 50% left 20px;
    background-size: 30px;
}
.btn_back a {
    background: url(/common/images/btn_arrow_back.svg) no-repeat top 50% left 20px;
    background-size: 30px;
}
.btn a::before,
.btn_back a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    transition: 0.3s;
    z-index: -100;
}
.btn a::before {
    background: url(/common/images/btn_arrow.svg) no-repeat top 50% left 20px #fff;
    background-size: 30px;
}
.btn_back a::before {
    background: url(/common/images/btn_arrow_back.svg) no-repeat top 50% left 20px #fff;
    background-size: 30px;
}

/*====================================

    #wp_tp

====================================*/

#wp_tp {
    width: 100%;
    margin: 0 auto;
}

/*====================================

    #wp_top_news

====================================*/

#wp_top_news {
    padding: 0 12px;
    margin-bottom: 60px;
}
#wp_top_news .inner {
}
#wp_top_news .inner .news_list {
    margin-bottom: 20px;
}
#wp_top_news .inner .news_list ul {
}
#wp_top_news .inner .news_list ul li {
}

/*====================================

    .cont_ttl

====================================*/

.cont_ttl {
    margin-bottom: 20px;
}
.cont_ttl h3 {
    display: inline-block;
    border: 1px solid #000;
    padding: 30px;
    line-height: 1em;
    font-size: 130%;
    padding: .6em 1em;
    border-radius: 40px;
    background: #fff;
}


/*====================================

    #wp_sd

====================================*/

#wp_sd {
    width: 100%;
    margin: 0 auto;
}

/*====================================

    #wp_sd_news

====================================*/

#wp_sd_news {
    padding: 0 12px 30px 12px;
}
#wp_sd_news .news_list {
    margin-bottom: 30px;
}
#wp_sd_news .pager {
    display: block;
}

/*====================================

    #wp_news_detail

====================================*/

#wp_news_detail {
    padding: 0 12px;
    margin-bottom: 80px;
}
#wp_news_detail .inner {
}
#wp_news_detail .inner .det_ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
#wp_news_detail .inner .det_ttl .date {
    line-height: 1em;
    display: inline-block;
    font-size: 80%;
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 6px 20px;
    border-radius: 30px;
}
#wp_news_detail .inner .det_ttl h4 {
    font-weight: bold;
    font-size: 120%;
    line-height: 1.5em;
}
#wp_news_detail .inner .det_content {
    width: 100%;
}
#wp_news_detail .inner .det_content .main {
}
#wp_news_detail .inner .det_content .main .wysiwyg {
    margin-bottom: 40px;
}
#wp_news_detail .inner .det_content .main .wysiwyg figure {
    padding: 20px;
}
#wp_news_detail .inner .det_content .main .wysiwyg img {
    border: 1px solid #000;
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0;
}
#wp_news_detail .inner .det_content .main .wysiwyg a {
    color: #000;
    text-decoration: underline;
}
#wp_news_detail .inner .det_content .sub {
    display: none;
}


/*====================================

    #wp_sd_photo

====================================*/

#wp_sd_photo {
    padding: 0 12px 30px 12px;
}
#wp_sd_photo .photo_list {
    margin-bottom: 30px;
}
#wp_sd_photo .pager {
    display: block;
}


/*====================================

    #wp_photo_detail

====================================*/

#wp_photo_detail {
    padding: 0 12px;
    margin-bottom: 40px;
}
#wp_photo_detail .inner {
}
#wp_photo_detail .inner .det_ttl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}
#wp_photo_detail .inner .det_ttl .date {
    line-height: 1em;
    display: inline-block;
    font-size: 80%;
    margin-bottom: 10px;
    border: 1px solid #000;
    padding: 6px 20px;
    border-radius: 30px;
}
#wp_photo_detail .inner .det_ttl h4 {
    font-weight: bold;
    font-size: 120%;
    line-height: 1.5em;
}
#wp_photo_detail .inner .det_content {
}
#wp_photo_detail .inner .det_content #macy {
    margin-bottom: 40px;
    width: 100%;
    list-style: none;
}
#wp_photo_detail .inner .det_content #macy li {
    border-radius: 20px;
    display: block;
    border: 1px solid #000;
    overflow: hidden;
}
.coms {
    font-size: 200%;
    line-height: 1em;
    padding: 60px 0;
}


/*====================================

    #tagline

====================================*/

#tagline {
    width: 100%;
    padding: 0px 12px 0 12px;
    z-index: -1;
    position: relative;
    margin-bottom: 10px;
}

/*====================================

    #sub_nav

====================================*/

#sub_nav {
    padding: 30px 12px;
    position: relative;
    background: #777;
}
#sub_nav .sub_nav_ttl {
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
}
#sub_nav .sub_nav_ttl h6 {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    line-height: 1em;
    padding: .6em 1em;
    font-size: 120%;
}
#sub_nav .sub_nav_carsl_wp {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #000;
}
#sub_nav .sub_nav_carsl_trk {
    display: flex;
    transition: transform 0.5s ease;
}
#sub_nav .sub_nav_carsl_itm {
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}
#sub_nav .sub_nav_carsl_itm a {
    display: block;
    padding: 20px 10px;
    height: 100%;
    border-right: 1px solid #000;
    text-decoration: none;
    color: #000;
    position: relative;
}
#sub_nav .sub_nav_carsl_itm a .icon {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 30px;
    pointer-events: none;
    z-index: 1;
    display: none;
}
#sub_nav .sub_nav_carsl_itm a .icon img {
    animation: rotate 10s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#sub_nav .sub_nav_carsl_itm a .icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .2);
    background: url(/common/images/badge_top_inner.svg) no-repeat center center;
    background-size: cover;
}
#sub_nav .sub_nav_carsl_itm a figure {
    padding: 10px;
    margin-bottom: 20px;
}
#sub_nav .sub_nav_carsl_itm a p {
    font-size: 80%;
    line-height: 1.5em;
}
#sub_nav .sub_nav_carsl_itm:nth-child(1) a:hover {
    background: var(--color_01);
}
#sub_nav .sub_nav_carsl_itm:nth-child(2) a:hover {
    background: var(--color_02);
}
#sub_nav .sub_nav_carsl_itm:nth-child(3) a:hover {
    background: var(--color_03);
}
#sub_nav .sub_nav_carsl_itm:nth-child(4) a:hover {
    background: var(--color_04);
}
#sub_nav .sub_nav_carsl_itm:nth-child(5) a:hover {
    background: var(--color_05);
}
#sub_nav .sub_nav_carsl_itm:nth-child(6) a:hover {
    background: var(--color_06);
}
#sub_nav .sub_nav_carsl_itm:nth-child(7) a:hover {
    background: var(--color_07);
}
#sub_nav .sub_nav_carsl_itm:nth-child(8) a:hover {
    background: var(--color_08);
}
@media screen and (max-width: 765px) {
    #sub_nav .sub_nav_carsl_wp {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        transform: none !important;
    }
    .sub_nav_carsl_itm {
        flex: 0 0 calc((100% - 10px * 2) / 2.5); /* 約40%で2.5個分 = 2つ + 半分 */
        scroll-snap-align: start;
    }
    .prev, .next {
        display: none;
    }
}

/*====================================

    #wp_overview

====================================*/

#wp_overview {
    padding: 0 12px 40px 12px;
    position: relative;
}
#wp_overview .ovv_ttl {
    display: inline-block;
    background: #000;
    border-radius: 60px;
    padding: 4px 12px;
    overflow: hidden;
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#wp_overview .ovv_ttl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #000;
}
#wp_overview .ovv_ttl dl dt {
    width: 40px;
}
#wp_overview .ovv_ttl dl dd {
}
#wp_overview .ovv_ttl dl dd p {
    font-size: 120%;
    line-height: 1em;
    padding: 0 1em 0 .5em;
    color: #fff;
}
#wp_overview .inner {
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 10px 20px;
}
#wp_overview .inner .ex {
    margin-bottom: 30px;
}
#wp_overview .inner .ex a {
    color: #000;
    text-decoration: underline;
}
#wp_overview .inner .member {
    margin-bottom: 20px;
}
#wp_overview .inner .member dl {
}
#wp_overview .inner .member dl dt {
    margin-bottom: -20px;
}
#wp_overview .inner .member dl dt h6 {
    background: #fff;
    line-height: 1.5em;
    color: #000;
    display: inline-block;
    padding: .6em 1em;
    border-radius: 40px;
    font-size: 110%;
    border: 1px solid #000;
}
#wp_overview .inner .member dl dd {
    background: #eee;
    padding: 50px 20px 30px 20px;
    border-radius: 20px;
    border: 1px solid #000;
}
#wp_overview .inner .member ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#wp_overview .inner .member ul li {
    width: 49%;
    margin-bottom: 10px;
}
#wp_overview .inner .member ul li a {
    display: block;
    text-decoration: none;
    color: #000;
}
#wp_overview .inner .member ul li a figure {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000;
    margin-bottom: 4px;
}
#wp_overview .inner .member ul li a p {
    font-size: 80%;
    line-height: 1.5em;
}

/*====================================

    .news_list / .photo_list

====================================*/

.news_list,
.photo_list {
}
.news_list ul li a,
.photo_list ul li a {
    display: block;
    text-decoration: none;
    padding: 40px;
}
.news_list ul li .badge,
.photo_list ul li .badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    z-index: 10;
    pointer-events: none;
}
.news_list ul li .badge:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    z-index: -1;
    animation: rotate 10s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.news_list ul li a,
.photo_list ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 20px;
    height: 100%;
    border: 1px solid #000;
    border-radius: 30px;
}
.news_list ul li>a:hover,
.photo_list ul li>a:hover {
    outline: 2px solid;
}
.news_list ul li a .ph,
.photo_list ul li a .ph {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #000;
    margin-bottom: 20px;
    overflow: hidden;
}
.photo_list ul li a .ph {
    padding: 20px 0;
}
.news_list ul li a .ph img ,
.photo_list ul li a .ph img {
    height: 260px;
    object-fit: contain;
    border-radius: 8px;
    overflow: hidden;
}
.news_list ul li:nth-child(1n) a .ph img,
.photo_list ul li:nth-child(1n) a .ph img {
    transform: rotate(3deg);
}
.news_list ul li:nth-child(2n) a .ph img,
.photo_list ul li:nth-child(2n) a .ph img {
    transform: rotate(-2deg);
}
.news_list ul li:nth-child(3n) a .ph img,
.photo_list ul li:nth-child(3n) a .ph img {
    transform: rotate(5deg);
}
.news_list ul li a .text,
.photo_list ul li a .text {
}
.news_list ul li a .text .tx_inner,
.photo_list ul li a .text .tx_inner {
}
.news_list ul li a .text .tx_inner .competition,
.photo_list ul li a .text .tx_inner .competition {
    line-height: 1em;
    background: #000;
    color: #fff;
    border-radius: 8px 8px 0 0;
    display: inline-block;
    font-size: 80%;
    padding: 10px;
}
.news_list ul li a .text .tx_inner h4,
.photo_list ul li a .text .tx_inner h4 {
    background: #fff;
    border-radius: 0 8px 8px 0;
    padding: 10px;
    border: 1px solid #333;
    font-weight: bold;
    font-size: 120%;
}
.news_list ul li a .text .tx_inner .date,
.photo_list ul li a .text .tx_inner .date {
    line-height: 1em;
    background: #fff;
    border-radius: 0 0 8px 8px;
    display: inline-block;
    font-size: 80%;
    padding: 10px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
.news_list ul li a .tag,
.photo_list ul li a .tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 0 0 0;
}
.news_list ul li a .tag object,
.photo_list ul li a .tag object {
    margin: 0 4px 4px 0;
}
.news_list ul li a .tag a,
.photo_list ul li a .tag a {
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    line-height: 1em;
    display: inline-block;
    font-size: 80%;
    padding: 8px 10px;
}
.news_list ul li a .tag a:hover,
.photo_list ul li a .tag a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.news_list ul li a .tag a:before,
.photo_list ul li a .tag a:before {
    content: '#';
}
.news_list ul li:nth-child(1) a,
.photo_list ul li:nth-child(1) a {
    background: var(--color_01);
}
.news_list ul li:nth-child(2) a,
.photo_list ul li:nth-child(2) a {
    background: var(--color_02);
}
.news_list ul li:nth-child(3) a,
.photo_list ul li:nth-child(3) a {
    background: var(--color_03);
}
.news_list ul li:nth-child(4) a,
.photo_list ul li:nth-child(4) a {
    background: var(--color_04);
}
.news_list ul li:nth-child(5) a,
.photo_list ul li:nth-child(5) a {
    background: var(--color_06);
}
.news_list ul li:nth-child(6) a,
.photo_list ul li:nth-child(6) a {
    background: var(--color_07);
}
.news_list ul li:nth-child(7) a,
.photo_list ul li:nth-child(7) a {
    background: var(--color_08);
}
.news_list ul li:nth-child(8) a,
.photo_list ul li:nth-child(8) a {
    background: var(--color_09);
}
.news_list ul li a:hover .text .tx_inner h4,
.photo_list ul li a:hover .text .tx_inner h4 {
    background: #000;
    color: #fff;
    border: 1px solid #333;
}
.news_list ul li a:hover .text .tx_inner .date,
.photo_list ul li a:hover .text .tx_inner .date {
    background: #000;
    color: #fff;
}
.gallery {
    overflow: visible;
    padding: 20px 0;
}
.gallery__img {
    height: 160px !important;
    width: auto;
    object-fit: contain;
    overflow: hidden;
    position: relative;
}
.gallery .gallery__img:nth-child(1) {
    transform: rotate(3deg) !important;
}
.gallery .gallery__img:nth-child(2) {
    transform: rotate(-2deg) !important;
    display: inline-block;
}
.gallery .gallery__img:nth-child(3) {
    transform: rotate(5deg) !important;
}
.gallery .gallery__img:nth-child(4) {
    transform: rotate(-3deg) !important;
}
.js-infiniteslide {
    width: 100%;
}

/*====================================

    #wp_top_news .news_list /
    #wp_sd_news .news_list /
    #wp_sd_photo .photo_list

====================================*/

#wp_top_news .news_list,
#wp_sd_news .news_list,
#wp_sd_photo .photo_list {
}
#wp_top_news .news_list>ul,
#wp_sd_news .news_list>ul,
#wp_sd_photo .photo_list>ul {
    width: 100%;
}
#wp_top_news .news_list>ul li,
#wp_sd_news .news_list>ul li,
#wp_sd_photo .photo_list>ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

/*====================================

    page_ttl

====================================*/

.page_ttl {
    padding: 0 12px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.page_ttl .ovv_ttl {
    position: relative;
    display: block;
}
.page_ttl .ovv_ttl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background: #000;
    border-radius: 60px;
    padding: 4px 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: -10px;
}
.page_ttl .ovv_ttl dl dt {
    width: 40px;
}
.page_ttl .ovv_ttl dl dd {
}
.page_ttl .ovv_ttl dl dd p {
    font-size: 120%;
    line-height: 1em;
    padding: 0 1em 0 .5em;
    color: #fff;
}
.page_ttl .ovv_ttl h2 {
    background: #fff;
    border: 1px solid #000;
    font-size: 110%;
    display: inline-block;
    padding: .3em 1em;
    border-radius: 40px;
    position: absolute;
    z-index: 2;
    right: -20px;
    bottom: -30px;
}

/*====================================

    #search_results

====================================*/

#search_results {
    padding: 0 12px;
    margin-bottom: 30px;
}
#search_results p {
    font-size: 120%;
    line-height: 2.5em;
}
#search_results p span {
    background: #fff;
    border: 1px solid #000;
    line-height: 1em;
    border-radius: 20px;
    padding: .2em .6em;
    margin-right: .4em;
}

/*====================================

    bread

====================================*/

.bread {
    margin: 60px 0 20px 0;
    display: block;
}
.bread ul {
    width: 100%;
    padding: 0 12px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.bread ul li {
}
.bread ul li:not(:last-of-type)::after {
    content: "▶";
    margin: 0 .2em 0 0;
    color: #000;
    font-size: 60%;
}
.bread ul li a,
.bread ul li p {
    color: #333;
    font-size: 70%;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    padding: .4em .6em;
}

/*====================================

    loading

====================================*/

#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background: #f7f8e8;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: grid;
    place-items: center;
}
.spinner {
    font-weight: bold;
    text-align: center;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #000;
    z-index: 100;
}
.spinner span {
    animation-name: bounce;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    height: 50px;
    display: block;
    margin: 0 2px;
}
.spinner span img {
    height: 100%;
}
.spinner span:nth-child(2) {
    animation-delay: .1s;
}
.spinner span:nth-child(3) {
    animation-delay: .2s;
}
.spinner span:nth-child(4) {
    animation-delay: .3s;
}
.spinner span:nth-child(5) {
    animation-delay: .4s;
}
.spinner span:nth-child(6) {
    animation-delay: .5s;
}
.spinner span:nth-child(7) {
    animation-delay: .6s;
}
@keyframes bounce {
    0% {
        transform: translateY(0px)
    }
    40% {
        transform: translateY(-5px);
    }
    80%,
    100% {
        transform: translateY(0px);
    }
}
.loaded {
    opacity: 0;
    visibility: hidden;
}

/*====================================

    header

====================================*/

#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100!important;
}
#header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 10px 20px 0 20px;
}
#header .logo {
    position: absolute;
    top: 12px;
    left: 12px;
}
#header .logo a {
    width: 120px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 10px 14px;
    display: block;
}
#header .nav {
    position: absolute;
    top: 16px;
    right: 12px;
}
#header .nav .badge {
    width: 40px;
    height: 40px;
    top: -4px;
    left: -40px;
    display: inline-block;
    position: absolute;
    border-radius: 40px;
    border: 1px solid #000;
    padding: 8px;
    background: #fff;
}
#header .nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#header .nav ul li {
}
#header .nav ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    line-height: 1em;
    background: #fff;
    border: 1px solid #000;
    padding: .5em 1em;
    border-radius: 40px;
    font-size: 80%;
}
#header .nav ul li a span {
    display: none;
}
#header .nav ul li a:hover {
    color: #fff;
}
#header .nav ul li:nth-child(1) a:hover {
    background: var(--color_01);
}
#header .nav ul li:nth-child(2) a:hover {
    background: var(--color_03);
}
#header .nav ul li:nth-child(3) a:hover {
    background: var(--color_02);
}

/*====================================

    menu

====================================*/

#menu {
    display: block;
}
.slicknav_menu {
    display: none;
}

/*====================================

    remodal

====================================*/

.remodal {
    background: #fff;
    text-align: left;
    width: 90%;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 20px;
    position: relative;
}
.remodal-cancel {
    position: absolute;
    top: -20px;
    right: -20px;
    border: 0;
    cursor: pointer;
    width: 40px;
    background: none;
}
.remodal .remodal_content {
    font-size: 70%;
    line-height: 1.85em;
}
.remodal .remodal_content a {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.remodal .remodal_content a:hover {
    background: none;
    color: #000;
    text-decoration: underline;
}

/*====================================

    pager

====================================*/

.pager {
}
.pager .pagination {
    text-align: center;
}
.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background:#eee;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #000;
}
.pager .pagination li a {
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display:table;
    color: #fff;
    text-decoration: none;
}
.pager .pagination li a span {
    display:table-cell;
    vertical-align:middle;
}
.pager .pagination .pre a,
.pager .pagination .next a {
    font-size: 100%;
}
.pager .pagination li:nth-child(1) a {
    background: var(--color_01);
}
.pager .pagination li:nth-child(2) a {
    background: var(--color_02);
}
.pager .pagination li:nth-child(3) a {
    background: var(--color_03);
}
.pager .pagination li:nth-child(4) a {
    background: var(--color_04);
}
.pager .pagination li:nth-child(5) a {
    background: var(--color_05);
}
.pager .pagination li:nth-child(6) a {
    background: var(--color_06);
}
.pager .pagination li:nth-child(7) a {
    background: var(--color_07);
}
.pager .pagination li:nth-child(8) a {
    background: var(--color_08);
}
.pager .pagination li:nth-child(9) a {
    background: var(--color_09);
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #fff;
    background: #000;
    border-radius: 2px;
}
@media only screen and (max-width: 767px){
    .pager .pagination li{
        display: none;
    }
    .pager .pagination li.pre,
    .pager .pagination li.next{
        display: inline-block;
        width: 40%;
        text-align: center;
    }
    .pager .pagination li.pre a,
    .pager .pagination li.next a{
        width: 100%;
        text-align: center;
    }
    .pager .pagination li.pre span::after{
        content: "　前の10件へ";
    }
    .pager .pagination li.next span::before{
        content: "次の10件へ　";
    }
}

/*====================================

    .wp_ft_content

====================================*/

.wp_ft_content {
    padding: 40px 0 40px 0;
    background: url(/common/images/lattice_01.svg);
    background-size: 20px;
}

/*====================================

    .ft_content

====================================*/

.ft_content {
    padding: 20px 12px;
}
.ft_content h3 {
    background: #000;
    border-radius: 20px 20px 0 0;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    padding: .8em 2em;
    font-size: 110%;
    color: #fff;
}
.ft_content .inner {
    border: 1px solid #000;
    background: #fff;
    border-radius: 0 20px 20px 20px;
    padding: 20px 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* inner_keyword */

.ft_content .inner_keyword a {
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    line-height: 1em;
    display: inline-block;
    font-size: 70%;
    padding: .5em 1em;
    margin-right: 4px;
    margin-bottom: 4px;
    text-decoration: none;
    color: #000;
}
.ft_content .inner_keyword a:before {
    content: '#';
}
.ft_content .inner_keyword a:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
/* inner_lanking */

.ft_content .inner_lanking {
    width: 100%;
}
.ft_content .inner_lanking ul {
    width: 100%;
}
.ft_content .inner_lanking li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.ft_content .inner_lanking li:not(:nth-child(3n)){
    margin-right: 2%;
}
.ft_content .inner_lanking li:before,
.ft_content .inner_lanking li:after {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    pointer-events: none;
}
.ft_content .inner_lanking li .badge,
.ft_content .inner_lanking li .badge span {
    display: none;
}
.ft_content .inner_lanking li>a {
    padding: 20px;
}
.ft_content .inner_lanking li>a .ph {
    padding: 20px;
}
.ft_content .inner_lanking li>a .ph img {
    height: 200px;
}
.ft_content .inner_lanking li>a .text .tx_inner h4 {
    font-size: 100%;
}

/* inner_photo */

.ft_content .inner_photo .photo_list {
    width: 100%;
}
.ft_content .inner_photo .photo_list ul {
    width: 100%;
}
.ft_content .inner_photo .photo_list li {
    width: 100%;
    margin-bottom: 20px;
}
.ft_content .inner_photo .photo_list li .badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    z-index: 10;
    pointer-events: none;
}
.ft_content .inner_photo .photo_list li .badge span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    animation: rotate 10s linear infinite;
}
.ft_content .inner_photo .photo_list li>a {
    padding: 20px;
}
.ft_content .inner_photo .photo_list li>a .ph {
    padding: 10px 0;
}
.ft_content .inner_photo .photo_list li>a .ph img {
    height: 160px;
}
.ft_content .inner_photo .photo_list li>a .text .tx_inner h4 {
    font-size: 100%;
}

/*====================================

    pagetop

====================================*/

.pagetop {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}
.pagetop a {
    width: 30px;
    display: block;
}
.pagetop a:hover {
}

/*====================================

    footer

====================================*/

footer {
    width: 100%;
    padding: 40px 20px;
    background: #444;
}
footer .inner {
    width: 100%;
}
footer .inner .cell {
}
footer .inner .cell:nth-child(1) {
    margin-bottom: 60px;
}
footer .inner .cell:nth-child(1) ul {
}
footer .inner .cell:nth-child(1) ul li {
}
footer .inner .cell:nth-child(1) ul li a {
    color: #fff;
    text-decoration: underline;
}
footer .inner .cell:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
}
footer .inner .cell:nth-child(2) .cell_inner {
    background: #fff;
    height: 100%;
    border-radius: 20px 20px 20px 20px;
    padding: 30px;
    position: relative;
    border: 2px solid var(--color_01);
}
footer .inner .cell:nth-child(2) .info {
}
footer .inner .cell:nth-child(2) .info dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
footer .inner .cell:nth-child(2) .info dl dt {
    width: 60px;
}
footer .inner .cell:nth-child(2) .info dl dd {
    flex: 1;
    padding: 0 0 0 20px;
}
footer .inner .cell:nth-child(2) .info dl dd h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
footer .inner .cell:nth-child(2) .info dl dd p {
    font-size: 90%;
    line-height: 1.5em;
}
footer .inner .cell:nth-child(3) {
    width: 100%;
}
footer .inner .cell:nth-child(3) .cell_inner {
    background: #fff;
    height: 100%;
    border-radius: 20px 20px 20px 20px;
    padding: 30px;
    position: relative;
    border: 2px solid var(--color_02);
}
footer .inner .cell:nth-child(3) .cell_inner .fumi_chan {
    position: absolute;
    top: -80px;
    right: 0px;
    height: 80px;
    pointer-events: none;
    display: none;
}
footer .inner .cell:nth-child(3) .cell_inner .fumi_chan img {
    height: 100%;
}
footer .inner .cell:nth-child(3) .cell_inner:after {
}
footer .inner .cell:nth-child(3) .cell_inner h2 {
    width: 100%;
    font-size: 140%;
    text-align: center;
}
footer .inner .cell:nth-child(3) .cell_inner h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 90%;
}
footer .inner .cell:nth-child(3) .cell_inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
footer .inner .cell:nth-child(3) .cell_inner ul li {
    width: 50%;
    text-align: center;
}
footer .inner .cell:nth-child(3) .cell_inner ul li a {
    display: block;
    color: #000;
    text-decoration: none;
}
footer .inner .cell:nth-child(3) .cell_inner ul li a:hover {
    text-decoration: underline;
}
footer .inner .cell:nth-child(3) .cell_inner ul li a .follow {
    padding: 0 40px;
    margin-bottom: 10px;
}
footer .inner .cell:nth-child(3) .cell_inner ul li a figure {
    padding: 0 50px;
}
footer .inner .cell:nth-child(3) .cell_inner ul li a p {
    font-size: 80%;
}
footer .copywright {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 80%;
    padding: 10px 0 0 0;
}


#wp_overview .inner .member .member_md_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
#wp_overview .inner .member .member_md_list li {
    width: 48%;
}
#wp_overview .inner .member .member_md_list li button {
    display: block;
    text-decoration: none;
    color: #000;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}
#wp_overview .inner .member .member_md_list li button figure {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000;
    cursor: pointer;
    margin-bottom: 10px;
}
#wp_overview .inner .member .member_md_list li button p {
    font-size: 90%;
    text-align: left;
    line-height: 1.5em;
}

/*====================================

    .modal

====================================*/

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: auto;
    background: rgba(247, 248, 232, .8);
    padding: 0 20px;
}
.modal.modal-show {
    animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
    animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content {
    position: relative;
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    border: 1px solid #000;
}
.modal.modal-show .modal-content {
    animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
}
.modal-content p {
    margin: 1rem 0;
    line-height: 1.5rem;
    font-size: 90%;
}
.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 0 0.75rem;
    color: rgba(0,0,0,0.2);
    cursor: pointer;
    user-select: none;
}
.modal-close:hover, .modal-close:focus {
    color: rgba(0,0,0,0.5);
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-1rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-1rem);
    }
}
.modal-content a {
    color: var(--bg-main-color);
}
.modal-content a:hover {
    text-decoration: none;
}

/*====================================

    #wp_404

====================================*/

#wp_404 {
    width: 100%;
    margin: 0 auto;
}
#wp_404 .bread {
    margin-bottom: -40px;
}
#wp_404 .bread p {
    color: #333;
    font-size: 70%;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    padding: .4em .6em;
}
#wp_404 #tagline {
    margin-bottom: 80px;
}
#wp_404 h2 {
    width: 100%;
    text-align: center;
    font-size: 300%;
    line-height: 1em;
    margin-bottom: 20px;
    color: var(--color_01);
}
#wp_404 h3 {
    width: 100%;
    text-align: center;
    font-size: 120%;
    line-height: 1em;
    margin-bottom: 40px;
    color: var(--color_02);
}
#wp_404 p {
    width: 100%;
    text-align: left;
    font-size: 100%;
    line-height: 1.85em;
    margin-bottom: 60px;
    padding: 0 30px;
}
#wp_404 p br {
    display: none;
}
#wp_404 .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
#wp_404 .illust {
    pointer-events: none;
    width: 250px;
    margin: 0 auto -30px;
    position: relative;
    z-index: 1;
}

/*====================================

    .individual_volleyball_movie

====================================*/

.individual_volleyball_movie {
    margin-bottom: 40px;
}
.individual_volleyball_movie ul {
    width: 100%;
}
.individual_volleyball_movie ul li {
    width: 100%;
}
.individual_volleyball_movie ul li:first-child {
    margin-bottom: 20px;
}
.individual_volleyball_movie ul li video {
    display: block;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #000;
}
.individual_volleyball_movie ul li h5 {
    width: 100%;
    text-align: left;
}
