/*recommend
*****************************************************************/
.recommend{
    padding: 3% 0 2%;
    background:#f4f2eb;

}
.pickups {
        margin:0 auto;
        width: 98%
    }

@media screen and (min-width: 768px) {
    .recommend{
    padding: 2% 0 1%;
}
    .pickups {
        width: 90%
    }
}
@media screen and (min-width: 1024px) {
    .pickups {        
        width: 80%;
        max-width: 1920px;        
    }
}

.pickup .title {
    font-size: 1.8rem;
    margin-top: 20px;
}
@media screen and (min-width: 1024px) {
    .pickup .title {
        font-size:2.6rem
    }
}

/*swiper*/
.pickups .swiper {
    padding:0 5vw
}

@media screen and (min-width: 768px) {
    .pickups .swiper {
        padding:0 5vw
    }
}
/*swiper-pagination*/
.pickups .swiper-pagination {
    margin: 20px 0 0;
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit
}
@media screen and (min-width: 1024px) {
    .pickups .swiper-pagination {
        margin:50px 0 0
    }
}
.pickups .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px
}
@media screen and (min-width: 1024px) {
    .pickups .swiper-pagination .swiper-pagination-bullet {
        width:16px;
        height: 16px
    }
}
.pickups .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #048900;
}

/*swiper-button*/
.pickups .swiper-button-prev,.pickups .swiper-button-next {
    display: none;
}
@media screen and (min-width: 768px) {
.pickups .swiper-button-prev,.pickups .swiper-button-next {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #048900;
}
@media screen and (min-width: 768px) {
    .pickups .swiper-button-prev,.pickups .swiper-button-next {
        width:50px;
        height: 50px
    }
}
@media screen and (min-width: 1024px) {
    .pickups .swiper-button-prev,.pickups .swiper-button-next {
        width:3.5vw;
        height: 3.5vw
    }
}
}

.pickups .swiper-button-prev:after,.pickups .swiper-button-next:after {
    display: none;
}
@media screen and (min-width: 768px) {
.pickups .swiper-button-prev:after,.pickups .swiper-button-next:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-size: 0;
    transition: opacity ease-out .35s;
    background-position: center;
    background-size: contain
}
.pickups .swiper-button-prev {
    left: 0
}
.pickups .swiper-button-prev:after {
    background-image: url(../img/pickup_prev-button.svg)
}
.pickups .swiper-button-next {
    right: 0
}
.pickups .swiper-button-next:after {
    background-image: url(../img/pickup_next-button.svg)
}
}

/*concept
*****************************************************************/
.concept {
    padding: 15% 0 10%;
    background:#fff url("../img/bg_concept.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;

}
.concept h2{
    text-align: center;
    margin: 0 0 2%;
    font-size: 2.3rem;    
    font-weight: 600;
    font-style: normal;
    line-height: 1.75;
    color: #048900
}
.concept_container {
    margin: 0 auto;
}
.concept_container_inner {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    max-width: 1280px;
}
.concept-logo {
    margin: 4% auto 0;
    width: 35%;
}
.concept p{
    font-size: 1.2rem; 
    color: #8b8b8b
}
.concept-button{
    display: block;
    margin: 5% auto 3%;
    padding: 2%;
    width: 60%;
    background-color: #f4f2eb;
    border-radius: 10px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.concept-button a{
    color: #00a469;
    text-decoration: none;
}
.concept-button a:hover{
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .concept {
    padding: 10% 0 2%;
}
.concept h2{
    font-size: 5rem;    
}
.concept p{
    font-size: 1.8rem; 
    color: #8b8b8b
}
    .concept-button{
        font-size: 1.8rem;
        padding: 1%;
    width: 30%;
}
}
#concept .concept_container_inner {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    max-width: 1280px;
}
#concept .art{
    margin: 8% auto 2%;
    width: 40%;
}
#concept p{
    font-size: 1.0em;
    color: #048900;
}
#concept .desc{
    font-size: 0.8em;
    color: #333;
}
@media screen and (min-width: 768px) {
    #concept .concept_container_inner {
    width: 80%;
}
    #concept .art{
    margin: 5% auto 2%;
    width: 30%;
}
#concept p{
    font-size: 1.5em;
    color: #048900;
}
#concept .desc{
    font-size: 1.2em;
    color: #333;
}
}



/*movie
*****************************************************************/
.movie {
    padding: 15% 0 10%;
    background:#00a469 url("../img/bg_movie.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;

}
.movie h2{
    text-align: center;
    margin-bottom: 5%;
    font-size: 2.2rem;    
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    color: #121314
}
.movie_container {
    margin: 0 auto;
    width: 80%;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
    .movie {
    padding: 10% 0 5%;

}
    .movie h2{        
    margin-bottom: 2%;;
    font-size: 2.6rem;    
}
    .movie_container {
    width: 60%;
}
}

/*note
*****************************************************************/
.note {
    padding: 15% 0 10%;
    background:#f4f2eb url("../img/bg_note.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
}
.note h2{
    text-align: center;
    margin-bottom: 5%;;
    font-size: 2.2rem;    
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    color: #121314
}
.note_container{
    margin: 0 auto;
    padding: 2%;
    width: 80%;
}
.viewmore-button{
    margin: 15% auto 0;
    padding: 2%;
    width: 70%;
    background-color: #00a469;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
.viewmore-button a{
    color: #fff;
    text-decoration: none;
}
.viewmore-button:hover{
    opacity: 0.7;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .note {
    padding: 10% 0 2%;
}
.note h2{
    margin-bottom: 2%;
    font-size: 2.6rem;    
}
}


@media screen and (min-width: 768px) {/* 画面サイズが768px以上の場合の設定 */
    .viewmore-button{
        margin: 10% auto 0;
        padding: 1%;
    width: 30%;
}
}
@media screen and (min-width: 1024px) {/*1024以上*/
    .viewmore-button{
    width: 20%;
}
}
.note_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0
}

@media screen and (min-width: 768px) {
    .note_list {
        grid-template-columns:repeat(2, 1fr);
        gap: 70px 50px
    }
}

@media screen and (min-width: 1024px) {
    .note_list {
        grid-template-columns:repeat(3, 1fr);
        gap: 70px 50px
    }
}

.note_list .release_date {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #979797;
}
@media screen and (min-width: 768px) {
    .note_list .release_date {
         font-size:1.4rem;
    }
}
.note_list .title {
    margin: 0 0 10px;
    font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
    .note_list .title {
        font-size:1.7rem
    }
}

/*recruit
*****************************************************************/
.recruit {
    padding: 15% 0 10%;
    background:#ffe34d url("../img/bg_recruit.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
}
.recruit h2{
    text-align: center;
    margin-bottom: 5%;
    font-size: 2.2rem;    
    font-weight: 700;
    font-style: normal;
    line-height: 1.75;
    color: #121314
}
.recruit_container{
    margin: 0 auto;
    padding: 4%;
    border-radius: 10px;
    width: 90%;
    background-color: #fff;
}
.recruit_container ul{
    overflow-y: scroll;
    height: 150px;
}
@media screen and (min-width: 768px) {/*768以上*/
    .recruit {
    padding: 10% 0 3%;
}
.recruit h2{
    margin-bottom: 2%;
    font-size: 2.6rem;
}
    .recruit_container{
    padding: 4%;
    border-radius: 10px;
    width: 80%;
}
}
@media screen and (min-width: 1024px) {/*1024以上*/
    .recruit_container{
    padding: 2%;
    border-radius: 20px;
    width: 70%;
}
}

.suit {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5em;    
}
.suit .release_date {    
    font-size: 1.4rem;
    color: #979797;    
}
.suit .title {
    font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
    .suit {
    display: flex;
    flex-wrap: nowrap;
}
.suit .release_date {    
    font-size: 1.6rem;
    margin-right: 1em;
}
.suit .title {
    font-size: 1.6rem;
}
}

/*coop
*****************************************************************/
.coop {
    padding: 10% 0 2%;
    background:#fff url("../img/bg_coop.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
}
.coop_container {
    width:90%;
    margin: 0 auto
}
.coop_container ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}
.coop_container li img{
    border-radius: 10px;
    border: 1px solid #838383;
}


@media screen and (min-width: 768px) {
    .coop_container {
    width:60%;
}
    .coop_container  ul{
        flex-direction:row;
        gap: 0 30px;
    }
}


/*footer
*****************************************************************/
footer {
    padding: 15% 0 10%;
    background:#00a469 url("../img/bg_footer.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
  color: #fff;
}
#concept footer {
    margin-top: 5%;
    padding: 10% 0 5%;
    background:#00a469 url("../img/bg_footer_concept.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
  color: #fff;
}
.footer_container{
    display: flex;
    justify-content: center;
    gap: 0 20px;
    width:80%;
    font-size: 0.8em;
    margin: 0 auto
}
.footer_logo{
    width:20%;
    margin: auto 0 
}

.footer_address {
    font-size: 0.7em;
}
 address {
    font: inherit;
    font-size: 0.7em;
    margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
    footer {
    padding: 10% 0 5%;
}
    .footer_container {
        flex-direction:row;
        gap: 0 40px;
        width:50%;
        
    }
    .footer_logo{
    width:20%;
}
    address {
    font-size: 0.7em;
}
}

/*default
*****************************************************************/

/*slot*/
.slot a{
    text-decoration:none;
    }

.slot .categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0 0;
}

@media screen and (min-width: 1024px) {
    .slot .categories {
        margin:0;

    }
}

.slot .categories>a {
    cursor: pointer
}

@media(hover) {
    .slot .categories>a {
        text-decoration: none;
        /*transition: color ease-out .15s,background-color ease-out .15s*/
    }

    .slot .categories>a:hover {
        text-decoration:underline;
    }
}

.slot .categories .category {
    padding:1px 10px;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #fff;
    color: #048900;
    border: 2px solid #048900;
    border-radius: 10px
}
.slot .categories .category:before {
    content: "#";
}

@media screen and (min-width: 1024px) {
    .slot .categories .category {
        font-size:1.4rem
    }
}

/*title*/
.title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    text-overflow: ellipsis;
    font-weight: 600;
    }

/*featured_image*/
.featured_image {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: opacity ease-out .35s
}

.featured_image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.featured_image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-image: url(../img/bookframe.webp)
}

.featured_image {
    width: 100%;
    aspect-ratio: 16/9;

}



/*article
*****************************************************************/
#article main{background-color: #fff;margin: 0;}

/*article_head
*****************************************************************/
.article {
    padding: 30px 0;
    }

.article_head {
    width: 90%;
    max-width: 900px;
    margin: 0 auto
}
@media screen and (min-width: 1024px) {
    .article .categories {
        margin:16px 0 0;
    }
}
.article .title {
    margin: 10px 0 0;
    font-size: 2rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
@media screen and (min-width: 1024px) {
   .article .title {
        margin:10px 0 0;
        font-size: 3rem
    }
}
.article .release_date {
    display: block;
    margin: 16px 0 0;
    font-size: 1.4rem;
    font-weight: 500;
    color: #979797;
}
@media screen and (min-width: 1024px) {
    .article .release_date {
        margin:20px 0 0;
        font-size: 1.6rem
    }
}

.article .featured_image {
    border-radius: 5px
}
.article .featured_image:after {
    background-image: none;
}

@media screen and (min-width: 1024px) {
    .article .featured_image {
        border-radius:15px
    }
}

.article .name {
    display: inline-block;
    margin: 16px 0 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--color-red);
    text-decoration: underline
}

@media screen and (min-width: 1024px) {
    .article .name {
        margin:30px 0 0;
        font-size: 1.8rem
    }
}

.article .release_schedule {
    display: block;
    margin: 4px 0 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: #969696
}

@media screen and (min-width: 1024px) {
    .article .release_schedule {
        margin:8px 0 0;
        font-size: 1.6rem
    }
}


/*article_body
*****************************************************************/
.article_body {
    width: 90%;
    max-width: 700px;
    margin: 80px auto 0
}

@media screen and (min-width: 1024px) {
    .article_body {
        margin: 110px auto 0
    }
}

.article_body h2 {
        position: relative;
    margin: 2.5em 0 1em;
    font-size: 2rem;
    font-weight: 600;
     padding: 0 0 0 1.5em
}

@media screen and (min-width: 1024px) {
    .article_body h2 {
        font-size:2.5rem
    }
}

.article_body h2:before {
    content: url("../img/article_body_h2.svg");
    display: block;
    transform: scale(0.6);
    position: absolute;
    top: -3px;
    left: -12px;
}

.article_body h3 {
    margin: 2.5em 0 1em;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00ac00
}

@media screen and (min-width: 1024px) {
    .article_body h3 {
        font-size:1.8rem
    }
}
.article_body h4 {
    margin: 2.5em 0 1em;
    font-size: 1.4rem;
    font-weight: 600;
}

@media screen and (min-width: 1024px) {
    .article_body h4 {
        font-size:1.6rem
    }
}

.article_body h5,.article_body h6 {
    margin: -4em 0 2em;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5
}

.article_body p {
    margin: 0 0 2em;
    font-size: 1.4rem;
    line-height: 2
}

@media screen and (min-width: 1024px) {
    .article_body p {
        font-size:1.6rem
    }
}

.article_body em,.article_body strong {
    font-weight: 700
}

.article_body s {
    text-decoration: line-through
}

.article_body a {
    color: #0b62e5;
    text-decoration: underline
}

@media screen and (hover) {
    .article_body a: hover {
        text-decoration:none
    }
}

.article_body ul,.article_body ol {
    margin: 1.5em 0;
    padding: 0 0 0 1.1em
}

.article_body ul li,.article_body ol li {
    margin: .75em 0;
    font-size: 1.4rem
}

@media screen and (min-width: 1024px) {
    .article_body ul li,.article_body ol li {
        font-size:1.6rem
    }
}

.article_body ul {
    list-style-type: disc
}

.article_body ol {
    list-style-type: decimal
}

.article_body img {
    margin: 0 0 2em;
    width: 100%;
    height: auto
}

.article_body iframe {
    width: 100%;
    height: 100%;
    margin: 2em 0;
    aspect-ratio: 16/9
}



/*shelf
*****************************************************************/
#shelf .note {
    padding: 5% 0 5%;
    background:#f4f2eb;
}
#shelf .note h2{
    text-align: center;
    padding: 3% 0;
    margin-bottom: 5%;
    font-size: 1.8rem;    
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;
    color: #004e47;
    background-color: #e0e9d8;
}

#shelf .viewmore-button{
    margin: 15% auto 0;
    padding: 2%;
    width: 70%;
    background-color: #e0e9d8;
    border-radius: 50px;
    text-align: center;
    color: #00a469;
}
#shelf .viewmore-button a{
    color: #00a469;
    text-decoration: none;
}
#shelf .viewmore-button:hover{
    opacity: 0.7;
    cursor: pointer;
}
#shelf .recruit {
    padding: 5% 0 5%;
    background:#f4f2eb;
}
#shelf .recruit h2{
    text-align: center;
    padding: 3% 0;
    margin-bottom: 5%;
    font-size: 1.8rem;    
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;
    color: #004e47;
    background-color: #e0e9d8;
}
#shelf .recruit_container ul{
    overflow-y: auto;
    height: 100vh;
}
@media screen and (min-width: 768px) {/* 画面サイズが768px以上の場合の設定 */
    #shelf .note {
    padding: 1% 0 2%;
}
    #shelf .note h2{
    margin-bottom: 2%;
    font-size: 2.6rem;
}
    #shelf .recruit {
    padding: 1% 0 2%;
}
    #shelf .recruit h2{
    margin-bottom: 2%;
    font-size: 2.6rem;
}
    #shelf .viewmore-button{
        margin: 10% auto 0;
        padding: 1%;
    width: 30%;
}
}
@media screen and (min-width: 1024px) {/*1024以上*/
    #shelf .viewmore-button{
    width: 20%;
}
}

#shelf footer {
    padding: 10% 0 5%;
    background:#00a469 url("../img/bg_footer_shelf.svg");
    background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
  color: #fff;
}