@charset "utf-8";

/*
Theme Name:rashinbanban
*/

/* ====================
親のひろば
==================== */

.oyanohiroba_title {
    position: relative;
    margin: 0 auto;
    max-width: 850px;
}

.oyanohiroba_title.voice::after {
    background: url(../images/oyanohiroba/oyanohiroba_title.png) no-repeat;
    content: '';
    display: inline-block;
    margin-right: 5px;
    width: 150px;
    height: 150px;
    background-size: contain;
    position: absolute;
    top: -130px;
}
@media screen and (min-width: 500px){
    .oyanohiroba_title.voice::after {
        top: -120px;
        right: 50px;
    }
}
@media screen and (min-width: 768px){
    .oyanohiroba_title.voice::after {
        top: -140px;
    }
}
@media screen and (min-width: 1080px){
    .oyanohiroba_title.voice::after {
        top: -180px;
        right: 0;
        width: 200px;
        height: 200px;
    }
}

.oyanohiroba_bg {
    background: rgba(247, 180, 154,0.37);
    margin-top: -10px;
}

.oyanohiroba_title_read {
    max-width: 800px;
    margin: 20px auto 0;
    font-size: 1.125rem;
}
@media screen and (min-width: 500px){
    .oyanohiroba_title_read {
        text-align: center;
    }
}

.oyanohiroba_voice_list_wrap {
    margin: 100px auto 0;
    max-width: 950px;
}

.oyanohiroba_voice_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.oyanohiroba_voice_item {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    z-index: 0;
    width: calc(100%);
    margin-bottom: 80px;
}
@media screen and (min-width: 768px){
    .oyanohiroba_voice_item {
        width: calc(47%);
    }
}

.oyanohiroba_voice_item.images {
    overflow: hidden;
    padding: 0;
    min-height: 300px;
}

.oyanohiroba_voice_item_images_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
@media screen and (min-width: 768px){
    .oyanohiroba_voice_item_images_wrap {
        top: 75%;
    }
}
@media screen and (min-width: 830px){
    .oyanohiroba_voice_item_images_wrap {
        top: 70%;
    }
}
@media screen and (min-width: 860px){
    .oyanohiroba_voice_item_images_wrap {
        top: 65%;
    }
}
@media screen and (min-width: 920px){
    .oyanohiroba_voice_item_images_wrap {
        top: 60%;
    }
}

.oyanohiroba_voice_images_wrap {
    width: 150px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.oyanohiroba_voice_title_wrap {
    margin-bottom: 20px;
}

.oyanohiroba_voice_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1.8rem;
}

.oyanohiroba_voice_text {
    text-align: justify;
    text-justify: inter-ideograph;
}

.oyanohiroba_voice_name_age {
    text-align: right;    
}

.oyanohiroba_voice_submissions_button_wrap {
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 50px;
}
@media screen and (min-width: 768px){
    .oyanohiroba_voice_submissions_button_wrap {
        padding-bottom: 100px;
    }
}

.oyanohiroba_voice_submissions_button_link {
    display: block;
}

.oyanohiroba_column_qa_wrap {
    background: #fff;
}

.oyanohiroba_column_qa_box {
    margin-top: 30px;
}
@media screen and (min-width: 768px){
    .oyanohiroba_column_qa_box {
        margin-top: 50px;
    }
}

.oyanohiroba_column_qa_bg {
    background: url(../images/bg/bg_about_middle.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
    position: relative;
}

.oyanohiroba_column_qa_bg.about {
    padding-bottom: 0;
}

.oyanohiroba_column_qa_bg::before {
    background: url(../images/bg/bg_about_top.jpg) no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-size: cover;
    position: absolute;
}
@media screen and (min-width: 1800px){
    .oyanohiroba_column_qa_bg::before {
        height: 160px;
    }
}

/* ====================
絵本について 
==================== */

.rope_line::before {
    background: url(../images/about/rope_line.png) no-repeat;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100px;
    background-size: contain;
}

.about_title.page_title {
    color: #1E3B72;
}

.about_title_three_step {
    position: relative;
}

.about_title_three_step {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about_title_five_power {
    position: relative;
}

@media screen and (min-width: 768px){
    .about_title_five_power::before {
        background: url(../images/about/jonathan_about.png) no-repeat;
        content: '';
        display: inline-block;
        position: absolute;
        left: 20px;
        top: -10;
        width: 170px;
        height: 170px;
        background-size: contain;   
    }
}

.about_book_item {
    position: relative;
}

@media screen and (min-width: 1280px){
    .about_book_item::before {
        background: url(../images/about/about_book.png) no-repeat;
        content: '';
        display: inline-block;
        position: absolute;
        left: 20px;
        top: -10;
        width: 170px;
        height: 170px;
        background-size: contain;   
    }
}
@media screen and (min-width: 1380px){
    .about_book_item::before {
        left: 90px;
    }
}
@media screen and (min-width: 1480px){
    .about_book_item::before {
        left: 100px;
    }
}
@media screen and (min-width: 1580px){
    .about_book_item::before {
        left: 110px;
    }
}
@media screen and (min-width: 1680px){
    .about_book_item::before {
        left: 120px;
    }
}
@media screen and (min-width: 1780px){
    .about_book_item::before {
        left: 130px;
    }
}
@media screen and (min-width: 1880px){
    .about_book_item::before {
        left: 140px;
    }
}
@media screen and (min-width: 1980px){
    .about_book_item::before {
        left: 150px;
    }
}
@media screen and (min-width: 2080px){
    .about_book_item::before {
        left: 160px;
    }
}

.about_top_bg {
    background: url(../images/bg/bg_about_book.jpg) no-repeat;
    content: '';
    display: block;
    width: 100%;
    background-size: cover;
}
@media screen and (min-width: 830px){
    .about_top_bg {
        margin-top: -200px;
    }
}

.about_top_content {
    position: relative;
}

.about_top_images_wrap {
    max-width: 300px;
    margin: 50px auto 0;
}
@media screen and (min-width: 830px){
    .about_top_images_wrap {
        max-width: 380px;
        position: relative;
        right: 0;
        top: 200px;
    }
}

.about_top_icon_wrap {
  background: #faf294;
  padding: 20px 10px;
  width: 95%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 830px){
    .about_top_icon_wrap {
        width: 100%;
        margin: 200px auto 50px;
    }
}

.about_top_icon_inner_wrap {
    margin: 20px auto 0;
    max-width: 500px;
}

.about_top_icon_button {
    text-align: center;
    margin-top: 10px;
}

.about_top_icon_button img {
    width: 30px;
}

.about_movie01 {
  background: #faf294;
  padding: 0 0 10px;
}

.about_movie02 {
  background: #faf294;
  padding: 10px 0;
  margin-top: 20px;
}

.about_movie {
  background: #faf294;
  padding: 10px 0;
}

.about_movie_button_wrap {
    margin: 20px auto;
}

.about_movie_button {
    display: block;
    border-bottom: 1px solid #000;
    padding: 10px 0;
    max-width: 500px;
    margin: 0 auto;
}

.about_movie_button:last-child {
    display: block;
    border-bottom: none;
}

.about_top_title_wrap {
    padding-bottom: 100px;
}
@media screen and (min-width: 1080px){
    .about_top_title_wrap {
        padding-bottom: 300px;
    }
}

.about_top_title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 2.2rem;
}

.about_top_text_small {
    font-size: 0.75rem;
    margin-top: 10px;
}

.about_top_text {
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.8rem;
}

@media screen and (min-width: 1080px){
    .about_change {
        margin-top: -200px;
    }
}

.about_change_title_top_wrap {
    text-align: center;
}

.about_change_title_top {
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    z-index: 1;
}

.about_change_title_top::after {
    background: url(../images/about/yellow_line.png) no-repeat;
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-size: cover;
    position: absolute;
    z-index: 0;
}

.about_change_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.about_change_item {
    width: calc(100%);
}
@media screen and (min-width: 768px){
    .about_change_item {
        width: calc(30%);
        display: flex;
        align-items: stretch;
        flex-flow: column;
    }
}

.about_change_read {
    background: #8ED3D8;
    padding: 30px 20px;
    flex-flow: column;
    flex-grow: 1;
}

.about_change_title_wrap {
    display: flex;
    gap: 10px;
}

.about_change_title_numb {
    font-size: 3rem;
}

.about_change_title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.125rem;
}

.about_change_text {
    text-decoration: inherit;
    vertical-align: inherit;
}

.about_step_wrap {
    margin: 50px auto;
}
@media screen and (min-width: 768px){
.about_step_wrap {
    margin: 100px auto;
}
}

.about_step_item_top {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    justify-content:center;
    align-items:center;
}
@media screen and (min-width: 768px){
    .about_step_item_top {
        width: 80%;
    }
}

.about_step_item {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){
    .about_step_item {
        display: flex;
        gap: 30px;
        justify-content:center;
        align-items:center;
    }
}

.about_step_item_numb {
    width: 30%;
}
@media screen and (min-width: 768px){
    .about_step_item_numb {
        max-width: 100px;
    }
}

.about_step_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.125rem;
}

@media screen and (min-width: 768px){
    .about_step_images_wrap {
        width: 20%;
    }
}

.about_step_read {
    width: 70%;
}

.five_power_title_images_wrap {
    max-width: 500px;
    margin: 30px auto 10px;
}

.five_power_title_read {
    text-align: left;
}
@media screen and (min-width: 1080px){
    .five_power_title_read {
        text-align: center;
    }
}

@media screen and (min-width: 1080px){
    .five_power_item_wrap {
        display: flex;
    }
}

@media screen and (min-width: 1080px){
    .five_power_item_text {
        width: 50%;
    }
}

@media screen and (min-width: 1080px){
    .five_power_item_images_wrap {
        width: 50%;
    }
}

.five_power_item_text_read {
    margin: 20px auto;
}

.five_power_item_text_read_title {
    font-weight: 600;
    margin-bottom: 10px;
}

/* アコーディオン */
.accordion {
    margin: 50px auto 0;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 1em;
}
.title.button,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    cursor: pointer;
}
.title.button {
    background: #8ed3d8;
    padding: 1em;
    display: block;
    color: #1E3B72;
    font-weight: bold;
    width: 100%;
    max-width: 1080px;
}
.title.button::after,
.title.button::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #1E3B72;
    transition: all 0.3s;
}
.title.button::after {
    transform: rotate(90deg);
}
.content {
    max-height: 0;
    overflow: hidden;
}
.content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.toggle:checked + .title.button + .content {
    max-height: 500px;
    transition: all 1.5s;
}
.toggle:checked + .title.button::before {
    transform: rotate(90deg) !important;
}
/* アコーディオンここまで */

.about_read_box_text_read {
    text-decoration: inherit;
    vertical-align: inherit;
    line-height: 2rem;
}

.about_voice_text_wrap {
    margin: 30px auto;
}
@media screen and (min-width: 768px){
    .about_voice_text_wrap {
        margin: 50px auto;
    }
}

.about_voice_text {
    margin: 0 auto 30px;
    line-height: 1.8rem;
    max-width: 1110px;
}

.about_voice_link_wrap {
    margin-bottom: 50px;
}

.about_voice_link {
    display: block;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
    max-width: 250px;
}

.about_book_wrap {
    background: #fff;
}

.about_book_content {
    margin-top: 30px;
}
@media screen and (min-width: 768px){
    .about_book_content {
        display: flex;
        gap: 30px;
        margin-top: 50px;
    }
}

.about_book_images_wrap {
    max-width: 500px;
    margin: 30px auto;
}
@media screen and (min-width: 768px){
    .about_book_images_wrap {
        width: 30%;
    }
}

.about_book_read_wrap {
    margin-bottom: 50px;
}
@media screen and (min-width: 768px){
    .about_book_read_wrap {
        width: 70%;
    }
}

.about_book_read_title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 10px;
}

.about_book_read_author {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.about_book_read_detail {
    font-size: 0.8rem;
}

.about_book_read_link_wrap {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    margin-left: 0;
    margin-right: auto;
}

.about_book_read_link {
    max-width: 200px;
}

.about_book_read_more {
    margin-top: 20px;
}

.about_book_read_more_list {
    display: flex;
    flex-wrap: wrap;
}

.about_book_read_more_item {
    border: 1px solid #E6E6E6;
    width: 50%;
}
@media screen and (min-width: 768px){
    .about_book_read_more_item {
        width: 25%;
    }
}

.about_book_read_link {
    display: block;
}

.about_author {
    margin: 30px auto;
}
@media screen and (min-width: 768px){
    .about_author {
        margin: 50px auto;
        display: flex;
        gap: 30px;
    }
}

.about_author_read {
    order: 1;
}

.about_author_name {
    margin-bottom: 30px;
}

.about_author_name_big {
    font-size: 2rem;
}

.about_author_name_furigana {
    font-size: 1.125em;
}

.about_author_text {
    text-decoration: inherit;
    vertical-align: inherit;
    line-height: 1.8rem;
}

.about_author_images_wrap {
    max-width: 200px;
    margin: 0 auto 30px;
}
@media screen and (min-width: 768px){
    .about_author_images_wrap {
        max-width: 200px;
        order: 2;
    }
}

.about_all_book_read_title {
    color: #0067bc;
    font-weight: 700;
    margin-bottom: 10px;
}

.about_all_book_read_text {
    color: #000;
}

.about_all_book.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.about_all_book_wrap {
    margin: 50px auto;
}

.about_all_book_wrap .prev-arrow {
    background: url(../images/topics/slider_left.png) no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer;
}
@media screen and (min-width: 768px){	
 .about_all_book_wrap .prev-arrow {
    width: 50px;
    height: 50px;
  }
}

.about_all_book_item {
    margin-right: 20px;
}

.about_all_book_item_link {
    display: block;
    text-decoration: none;
}

.about_all_book_wrap .next-arrow {
    background: url(../images/topics/slider_right.png) no-repeat;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: all .3s ease;
    cursor: pointer;
}
@media screen and (min-width: 768px){	
  .about_all_book_wrap .next-arrow {
    width: 50px;
    height: 50px;
    bottom: -50px;
  }
}

.movie_all_title::before {
  background: url(../images/movie/jonathan_movie.png) no-repeat;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: -180px;
  width: 170px;
  height: 170px;
  background-size: contain;
}

/* ====================
トピックス
==================== */

.topics_bg {
    background: url(../images/bg/bg_about_middle.jpg);
    background-size: cover;
    margin-top: -10px;
    padding: 50px 0 10px;
}
@media screen and (min-width: 830px){	
    .topics_bg {
        padding: 100px 0 10px;
    }
}

.filter li {
cursor: pointer;
}

.category li {
display: none;
}

.category li.is-show {
display: block;
}

@media screen and (min-width: 1080px){	
    .topics_content_wrap {
        display: flex;
        gap: 30px;
    }
}

.topics_switch {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}
@media screen and (min-width: 1080px){	
    .topics_switch {
        order: 2;
        height: 340px;
    }
}

.topics_switch_title_wrap {
    margin-bottom: 10px;
}

.topics_switch_title {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10px;
}

.topics_switch_images_wrap {
    max-width: 45px;
    margin: 0 auto;
}

.topics_switch_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

@media screen and (min-width: 1080px){	
    .topics_list_wrap {
        order: 1;
    }
}

.topics_switch_item {
    width: calc(46%);
    text-align: center;
    padding: 10px;
    border-radius: 15px;
}
@media screen and (min-width: 1080px){	
    .topics_switch_item {
        width: calc(100%);
    }
}

.topics_switch_item.all {
    background: #F3F1E4;
}

.topics_switch_item.book {
    background: #FAF194;
}

.topics_switch_item.news {
    background: #F7B49A;
}

.topics_switch_item.report {
    background: #C5E2F0;
}

.topics_item {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}
@media screen and (min-width: 768px){	
    .topics_item {
        padding: 30px;
    }
}

.topics_item_picture {
    max-width: 200px;
    margin: 0 auto;
}

.topics_item_link {
    display: block;
    text-decoration: none;
    color: #1E3B72;
}
@media screen and (min-width: 768px){	
    .topics_item_link {
        display: flex;
        gap: 30px;
    }
}

.topics_item_title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.topics_item_title_images_wrap {
    width: 60px;
}

.topics_item_title_category {
    font-size: 0.8rem;
    text-align: center;
    width: 70px;
    text-align: center;
    border-radius: 30px;
    height: 25px;
}

.topics_item_title_category.book {
    background: #FAF194;
}

.topics_item_title_category.news {
    background: #F7B49A;
}

.topics_item_title_category.repoat {
    background: #C5E2F0;
}

.topics_item_date {
    font-family: "verdana", sans-serif;
    font-style: italic;
    margin-bottom: 10px;
}

.topics_item_date.single {
    text-align: right;
}

.topics_item_read {
    font-size: 1.5rem;
    line-height: 2rem;
}

.topics_item_images_wrap {
    width: 90%;
    max-width: 350px;
    margin: 30px auto 0;
}

.topics_single_wrap {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.topics_single_read {
    margin-top: 30px;
}

.topics_single_read_point {
    border: 1px solid #8ED3D8;
    border-radius: 15px;
    padding: 20px;
    margin: 10px 0;
}

.topics_single_read_link_wrap {
    background: #F0F3F5;
    border-radius: 15px;
    padding: 20px;
    margin-top: 10px;
}

.topics_single_read_link_content_wrap {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.topics_single_read_link_content {
    display: block;
    max-width: 120px;
}

.topics_single_back_link {
    display: block;
    color: #145FB7;
    border: 2px solid #145FB7;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    padding: 20px;
    margin: 40px auto 0;
    font-size: 1.3rem;
    font-weight: 700;
    max-width: 300px;
}

.topics_single_read_images_wrap {
    margin: 20px 0 20px;
    max-width: 750px;
}