@charset "utf-8";

#wrapper.label > header{
    background: #f2f2f2;
    font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro";
}

#wrapper.label > header .upper nav li a:after{
    background: #31e475;
}

#wrapper.label > header .upper nav li a{
    position: relative;
}

#wrapper.label > header .upper nav li a p{
    height: 18px;
    line-height: 18px;
    margin-bottom: -2px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 100ms;
}

#wrapper.label > header .upper nav li a:before{
    content: "";
    display: block;
    width: 51px;
    height: 44px;
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: -44px;
    transition: all 200ms;
}

#wrapper.label > header .upper nav li a:hover:before{
    top: 2px;
}

#wrapper.label > header .upper nav li._1 a:before{
    background: url(../img/kodomo/h_icon_1.png) no-repeat 0 0;
}
#wrapper.label > header .upper nav li._2 a:before{
    background: url(../img/kodomo/h_icon_2.png) no-repeat 0 0;
}
#wrapper.label > header .upper nav li._3 a:before{
    background: url(../img/kodomo/h_icon_3.png) no-repeat 0 0;
}
#wrapper.label > header .upper nav li._4 a:before{
    background: url(../img/kodomo/h_icon_4.png) no-repeat 0 0;
}
#wrapper.label > header .upper nav li._5 a:before{
    background: url(../img/kodomo/h_icon_5.png) no-repeat 0 0;
}

#wrapper.label > header .upper nav li a:hover p{
    height: 0;
    margin-top: 18px;
}

#wrapper.label > header .upper nav li a span.small{
    display: inline;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

#wrapper.label > header .upper nav li a span.small:before,
#wrapper.label > header .upper nav li a span.small:after{
    display: none;
}

#wrapper > header .open_nav:before,
#wrapper > header .open_nav:after,
#wrapper > header .open_nav span{
    background: #31e475;
}

#wrapper > header .breadcrumb{
    background: #2cce6a;
    color: #FFF;
}

#wrapper > header .breadcrumb li{
    background: url(../img/kodomo/h_arr.png) no-repeat 15px center;
}

#main{
    background: url(../img/kodomo/m_bg.jpg) repeat 0 0;
    overflow: hidden;
}

#kodomo_banners{
    position: relative;
}

#kodomo_banners .slider{
    position: relative;
    width: 72.3%;
    margin-top: 20px;
    left: 10px;
    background: #FFF;
    border-radius: 5px;

}

#kodomo_banners .slider > div{
    position: relative;
    margin: 0 9px;
    padding: 9px 0;
    overflow: hidden;
}

#kodomo_banners .slider ul.anc{
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

#kodomo_banners .slider ul.anc li{
    float: left;
}

#kodomo_banners .slider ul.anc li img{
    width: 100% !important;
    height: auto !important;
}

#kodomo_banners .slider ul.anc a{
    display: block;
    opacity: 1;
    transition: all 0.4s;
}

#kodomo_banners .slider ul.anc a:hover{
    opacity: 0.6;
}

#kodomo_banners .slider ul.controle li{
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    z-index: 2;
}

#kodomo_banners .slider ul.controle li.left{
    left: -6px;
}

#kodomo_banners .slider ul.controle li.right{
    right: -6px;
}

#kodomo_banners .banner{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 24.1%;
}

#kodomo_banners .banner li{
    background: #FFF;
    border-radius: 5px;
}

#kodomo_banners .banner li:first-child{
    margin-bottom: 20px;
}

#kodomo_banners .banner li a{
    opacity: 1;
    transition: all 0.4s;
}

#kodomo_banners .banner li a:hover{
    opacity: 0.6;
}

#kodomo_banners .banner li a img{
    width: 100% !important;
    height: auto !important;
}

#kodomo_about{
    height: 600px;
    padding-top: 20px;
    position: relative;
}

#kodomo_about:before,
#kodomo_about:after,
#kodomo_about .bg:before,
#kodomo_about .bg:after,
#kodomo_about .container:before,
#kodomo_about .container:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}

#kodomo_about:before,
#kodomo_about:after{
    width: 240px;
    height: 580px;
    top: 20px;
    z-index: 4;
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 1s;
}

#kodomo_about:before{
    background: url(../img/kodomo/a_title_illust_l.png) no-repeat center center;
    right: 50%;
    margin-right: 360px;
}
#kodomo_about:after{
    background: url(../img/kodomo/a_title_illust_r.png) no-repeat center center;
    left: 50%;
    margin-left: 360px;
}

#kodomo_about.show:before,
#kodomo_about.show:after{
    opacity: 1;
}

#kodomo_about .bg:before,
#kodomo_about .bg:after{
    transition: all 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
}

#kodomo_about .bg:before{
    width: 174px;
    height: 146px;
    background: url(../img/kodomo/a_title_bg_l.png) no-repeat center center;
    top: 433px;
    right: 50%;
    margin-right: 363px;
}

#kodomo_about.show .bg:before{
    top: 463px;
    margin-right: 393px;
    opacity: 1;
}

#kodomo_about .bg:after{
    width: 41px;
    height: 151px;
    background: url(../img/kodomo/a_title_bg_r.png) no-repeat center center;
    top: 38px;
    left: 50%;
    margin-left: 510px;
}

#kodomo_about.show .bg:after{
    margin-left: 551px;
    opacity: 1;
}

#kodomo_about .container{
    max-width: 1096px;
    height: 554px;
    margin: 0 auto;
    border: 3px solid #31e475;
    border-radius: 5px;
    background: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

#kodomo_about .container:before,
#kodomo_about .container:after{
    width: 450px;
    height: 450px;
    transition: all 0.5s;
}

#kodomo_about .container:before{
    background: url(../img/kodomo/a_title_edge_l.png) no-repeat center center;
    background-size: cover;
    top: -3px;
    left: -3px;
}

#kodomo_about.show .container:before,
#kodomo_about.show .container:after{
    width: 210px;
    height: 210px;
}

#kodomo_about .container:after{
    background: url(../img/kodomo/a_title_edge_r.png) no-repeat center center;
    background-size: cover;
    bottom: -3px;
    right: -3px;
}

#kodomo_about header{
    padding: 33px 0 56px;
    text-align: center;
    position: relative;
    height: 92px;
}

#kodomo_about header:before,
#kodomo_about header:after{
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    top: 109px;
    transition: all 0.5s;
    opacity: 0;
}

#kodomo_about header:before{
    background: url(../img/kodomo/a_title_star_bg.png) no-repeat 0 0;
    margin-top: 17px;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

#kodomo_about.show header:before{
    margin-top: 0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#kodomo_about header:after{
    background: url(../img/kodomo/a_title_star.png) no-repeat 0 0;
    transition-delay: 0.3s;
    margin-top: 10px;
}

#kodomo_about.show header:after{
    margin-top: 0;
    opacity: 1;
}

#kodomo_about.show header h2{
    position: relative;
    height: 92px;
}

#kodomo_about header h2:before,
#kodomo_about header h2:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #32e475;
    border-radius: 4px;
    position: absolute;
    top: 89px;
    transition: all 0.5s;
    opacity: 0;
}

#kodomo_about header h2:before{
    right: 50%;
    margin-right: 233px;
}

#kodomo_about header h2:after{
    left: 50%;
    margin-left: 233px;
}

#kodomo_about.show header h2:before{
    margin-right: 253px;
    opacity: 1;
}

#kodomo_about.show header h2:after{
    margin-left: 253px;
    opacity: 1;
}

#kodomo_about header h2 span{
    display: block;
    position: relative;
    height: 92px;
}

#kodomo_about header h2 span:after{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #32e475;
    margin:  36px auto 0;
    transition: all 0.5s;
}
#kodomo_about.show header h2 span:after{
    width: 494px;
}


#kodomo_about p{
    width: 680px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 35px;
}

#kodomo_about p,
#kodomo_about h2 img{
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.3s;
}

#kodomo_about.show p,
#kodomo_about.show h2 img{
    opacity: 1;
}

#kodomo_about ul{
    width: 690px;
    margin: 0 auto;
    overflow: hidden;
}

#kodomo_about li{
    float: left;
    margin: 0 15px;
    width: 200px;
    height: 90px;
    position: relative;
}

#kodomo_about li a{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: all 0.5s;
    transition-delay: 0.5s;
}

#kodomo_about li a img{
    transition: all 0.4s;
}

#kodomo_about li a:hover img{
    opacity: 0.6;
}

#kodomo_about.show li a{
    width: 100%;
}

#kodomo_books{
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    background: #FFF;
    padding: 55px 0 40px;
}

.label_books .content_width > p{
    margin-top: -12px;
    margin-right: 60px;
    background: url(../img/kodomo/b_arr.png) no-repeat left center;
}


.label_books .articles{
    padding-top: 60px;
    width: 1120px;
    padding-left: 20px;
}

.label_books article{
    border-bottom: 1px solid #000;
    margin-left: 0;
    margin-right: 33.3px;
}

.label_books article .author{
    color: #bfbfbf;
}

#kodomo_news{
    background: #f6f4e0;
    padding: 40px 0 160px;
    position: relative;
}

#kodomo_news:before{
    content: "";
    display: block;
    width: 489px;
    height: 444px;
    background: url(../img/kodomo/n_bg.png) no-repeat 0 0;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: 100px;
}

#kodomo_news h2{
    position: absolute;
    left: 20px;
    top: 20px;
}

#kodomo_news .articles{
    margin-left: 400px;
    margin-right: 60px;
    min-height: 423px;
}

#kodomo_news article{
    padding: 20px 0;
    border-bottom: 1px solid #000;
    position: relative;
}

#kodomo_news article .date{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-top: 8px;
    margin-bottom: 20px;
}

#kodomo_news article h3{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
}

#kodomo_news article a:hover h3{
    text-decoration: underline;
}

#kodomo_news article .content{
    font-size: 12px;
    line-height: 20px;
}

.label_news article.new:before{
    top: 22px;
    left: 80px;
}

.label_news .content_width > p{
    margin-right: 60px;
    margin-top: 50px;
    background: url(../img/kodomo/b_arr.png) no-repeat left center;
}

#kodomo_dictionary{
    background: url(../img/kodomo/d_bg.jpg) repeat 0 0;
    border-top: 8px solid #fff799;
    border-bottom: 8px solid #fff799;
    position: relative;
}

#kodomo_dictionary .content_width{
    overflow: hidden;
    max-width: 1080px;
}

#kodomo_dictionary:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -200px;
    width: 100%;
    background: #f7f7f6;
}

#kodomo_dictionary .left{
    width: 260px;
    padding: 20px 80px 120px 20px;
    float: left;
}

#kodomo_dictionary .left h2{
    margin-bottom: 50px;
}

#kodomo_dictionary .left p{
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 0.25em;
    color: #4c4c4c;
    font-weight: bold;
}

#kodomo_dictionary .right{
    width: 620px;
    padding: 70px 0 50px 40px;
    float: left;
}

#kodomo_dictionary .right header,
#kodomo_dictionary_top .right.top header{
    height: 34px;
    padding-top: 3px;
    border-bottom: 3px solid #080809;
    padding-left: 10px;
    position: relative;
    margin-bottom: 20px;
}

#kodomo_dictionary .right header p{
    position: absolute;
    font-size: 13px;
    color: #d1111b;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

#kodomo_dictionary .right li,
#kodomo_dictionary_top .right .contents li{
    position: relative;
}

#kodomo_dictionary .right li a,
#kodomo_dictionary_top .right .contents li a{
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 27px 0;
    border-bottom: 1px solid #b7e0d7;
    padding-left: 60px;
    position: relative;
    background: url(../img/kodomo/d_disc.png) no-repeat 28px center;
}

#kodomo_dictionary .right li a:hover,
#kodomo_dictionary_top .right .contents li a:hover{
    text-decoration: underline;
}

#kodomo_dictionary .right li.new:before{
    content: "NEW";
    display: block;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    color: #FFF;
    background: #d1111b;
    padding: 2px 4px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
#kodomo_dictionary .right > p{
    float: right;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/kodomo/b_arr.png) no-repeat left center;
    margin-top: 35px;
    letter-spacing: 0.2em;
    padding-left: 15px;
}

#kodomo_dictionary .right > p a{
    display: inline-block;
    line-height: 18px;
    border-bottom: 2px solid #000;
    transition: all 0.2s;
    opacity: 1;
}

#kodomo_dictionary .right > p a:hover{
    opacity: 0.5;
}

#wrapper > footer .left:before{
    content: "";
    display: block;
    width: 80px;
    height: 77px;
    background: url(../img/kodomo/f_img.png) no-repeat 0 0;
    position: absolute;
    left: 300px;
    top: 86px;
}

.back_dictionary{
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.2s;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.back_dictionary:hover{
    opacity: 0.6;
}

.back_dictionary img{
    padding-right: 30px;
}

.back_dictionary span{
    font-size: 16px;
}

#kodomo_dictionary_top{
    background: #f7f7f6;
    border-bottom: 6px solid #fff583;
}

#kodomo_dictionary_top h1{
    height: 235px;
    padding-top: 24px;
    text-align: center;
    background: url(../img/kodomo/d_bg.jpg) repeat 0 0;
    border-bottom: 6px solid #fff583;
}

#kodomo_dictionary_top .content_width{
    overflow: hidden;
    max-width: 1024px;
    min-height: 690px;
}

#kodomo_dictionary_top .content_width:before{
    content: "";
    display: block;
    width: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: 230px;
    z-index: 1;
    background: url(../img/kodomo/d_bg.jpg) repeat 0 0;
}

#kodomo_dictionary_top .left{
    width: 220px;
    float: left;
    padding: 45px 30px;
    position: relative;
    z-index: 2;
}

#kodomo_dictionary_top .right{
    width: 670px;
    float: left;
    margin-left: 70px;
    z-index: 2;
}

#kodomo_dictionary_top .left h2{
    height: 40px;
    line-height: 40px;
    background: #fff583;
    border-radius: 20px;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(8, 1, 3, 0.15) inset;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: all 200ms;
    background-position: center center;
    background-size: 181px 21px;
}

#kodomo_dictionary_top .left h2:hover,
#kodomo_dictionary_top .left h2.on{
    background: url(../img/kodomo/d_t_l_title_hv.png) no-repeat center center #199c67;
    background-size: 181px 21px;
}

#kodomo_dictionary_top .left h2 img{
    -webkit-transition: all 200ms;
}

#kodomo_dictionary_top .left h2:hover img,
#kodomo_dictionary_top .left h2.on img{
    opacity: 0;
}

#kodomo_dictionary_top .left aside{
    background: #f0f0f0;
    box-shadow: 1px 1px 4px rgba(8, 1, 3, 0.15) inset;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px;
    overflow: hidden;
}

#kodomo_dictionary_top .left aside h3{
    margin-bottom: 20px;
    line-height: 20px;
}

#kodomo_dictionary_top .left aside.volume > div{
    width: 184px;
    background: url(../img/kodomo/d_t_l_volume.png) no-repeat right center;
    position: relative;
}

#kodomo_dictionary_top .left aside.volume > div div:after{
  content: "";
  display: block;
  width: 40px;
  height: 39px;
  position: absolute;
  top: 0px;
  right: 0;
  background: url(../img/kodomo/d_t_l_down.png) no-repeat 0 0;
}


#kodomo_dictionary_top .left aside.volume > div div{
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    background: #FFF;
    width: 159px;
    height: 39px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}


#kodomo_dictionary_top .left aside.volume > div select{
    width: 189px;
    height: 39px;
    border: none;
    outline: none;
    font-size: 20px;
    font-weight: bold;
    background: transparent;
    position: relative;
    z-index: 2;
}

#kodomo_dictionary_top .left aside.reading ul{
    padding-left: 20px;
    float: left;
}

#kodomo_dictionary_top .left aside.reading li{
    font-size: 16px;
    line-height: 38px;
    font-weight: bold;
}

#kodomo_dictionary_top .left aside.reading li:before{
    content: "- ";
}

#kodomo_dictionary_top .left aside.reading li span{
    font-size: 13px;
    padding-left: 2px;
}

#kodomo_dictionary_top .left aside.reading{
    margin-bottom: 17px;
}

#kodomo_dictionary_top .left .search_box{
    width: 220px;
}

#kodomo_dictionary_top .search_box input[type=text]{
    width: 188px;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-radius: 5px;
}

#kodomo_dictionary_top .search_box input[type=submit]{
    background-color: #2cce6a;
    text-indent: -9999px;
    border-radius: 0 5px 5px 0 / 0 5px 5px 0;
}

#kodomo_dictionary_top .right.top{
    padding: 46px 0 74px;
}

#kodomo_dictionary_top .right.top .contents{
    margin-bottom: 60px;
}

#kodomo_dictionary_top .right.top .contents li span,
#kodomo_dictionary_top .right.single header .date{
    display: block;
    position: absolute;
    font-size: 11px;
    font-weight: normal;
    top: 23px;
    right: 0;
    line-height: 14px;
}

#kodomo_dictionary_top .right.top .contents li span:after,
#kodomo_dictionary_top .right.single header .date:after{
    content: "NEW";
    display: inline-block;
    background: #d1111b;
    height: 14px;
    line-height: 14px;
    padding: 0 3px;
    font-size: 12px;
    color: #FFF;
    margin-left: 10px;
    font-family: 'Lato', sans-serif;
}

#kodomo_dictionary_top .right.single{
    padding: 35px 0 150px;
}

#kodomo_dictionary_top .right.single header{
    padding-left: 20px;
    position: relative;
    border-bottom: 2px solid #000;
}

#kodomo_dictionary_top .right.single header .back{
    margin-bottom: 54px;
}

#kodomo_dictionary_top .right.single header h2{
    font-size: 27px;
    padding-bottom: 20px;
}

#kodomo_dictionary_top .right.single header:after{
    display: block;
}

#kodomo_dictionary_top .right.single header .date{
    top: 112px;
}

#kodomo_dictionary_top .right.single .contents{
    padding: 25px 20px 120px 20px;
    min-height: 213px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    border-bottom: 1px solid #b6a5a9;
}

#kodomo_dictionary_top .right.single .contents.width_img{
    padding-right: 240px;
}


#kodomo_dictionary_top .right.single .contents .img{
    position: absolute;
    top: 18px;
    right: 0;
    padding: 9px;
    border: 1px solid #dcdcdc;
    width: 200px;
    text-align: center;
}

#kodomo_dictionary_top .right.single .contents .img img{
    max-width: 200px;
    height: auto !important;
}

#kodomo_dictionary_top .right.single .contents .img span{
    display: table-cell;
    width: 200px;
    height: 302px;
    text-align: center;
    vertical-align: middle;
}

#kodomo_dictionary_top .right.single .contents .img span img{
    max-width: 200px;
    max-height: 302px;
    vertical-align: middle;
}

#kodomo_dictionary_top .right.single .contents .img .cap{
    font-size: 11px;
    padding-top: 5px;
}

#kodomo_dictionary_top .right.single .contents .img a{
    display: block;
    margin: 10px auto;
    width: 193px;
    height: 50px;
    background: url(../img/bs_amazon_bg.png) no-repeat 0 0
}

#kodomo_dictionary_top .right.single .contents .img a img{
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#kodomo_dictionary_top .right.single .contents .img a:hover img{
    opacity: 1;
}

#kodomo_dictionary_top .right.single .cat{
    padding: 10px 20px;
    overflow: hidden;
}

#kodomo_dictionary_top .right.single .cat h3,
#kodomo_dictionary_top .right.single .cat ul,
#kodomo_dictionary_top .right.single .cat li{
    float: left;
}

#kodomo_dictionary_top .right.single .cat h3{
    padding-right: 12px;
    height: 27px;
    line-height: 27px;
    padding-bottom: 10px;
}

#kodomo_dictionary_top .right.single .cat li{
    margin-left: 20px;
    height: 27px;
    line-height: 27px;
}

#kodomo_dictionary_top .right.single .cat li a{
    display: block;
    background: #e6e6e6;
    font-size: 13px;
    padding: 0 25px;
    border-radius: 14px;
}

#dictionaryAbout{
    width: 704px;
    position: absolute;
    background: #fff583;
    left: 320px;
    top: 34px;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

#dictionaryAbout .container{
    background: #FFF;
    border-radius: 5px;
    margin: 30px;
    padding-bottom: 40px;
    position: relative;
}

#dictionaryAbout h2{
    text-align: center;
    padding: 50px 0 45px;
}

#dictionaryAbout p{
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
}

#dictionaryAbout p span{
    display: block;
}

#dictionaryAbout a{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}




