@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap');

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#cookie_agree{width:100%;}
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
    background: url("../images/bg_contents.png") #eee;
}
.contents_wrap {
    position: relative;
    width: 100%;
}
.main_contents H1, H2, .main_contents H3, .main_contents H4, .main_contents H5, .main_contents H6, .main_contents P, .main_contents TD, .main_contents TH, .main_contents DIV, .main_contents INPUT, .main_contents TEXTAREA, .main_contents OL, .main_contents UL, .main_contents LI, .main_contents PRE, .main_contents .sub_text {
    font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 400;
}

/*#corner_main_banner { display: none; }*/
.header_img { text-align: center; }

/**--------------------------------------- 索引リスト --*/
#corner_nav .search_list {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: -5px auto 10px;
}
#corner_nav .search_list li {
    width: calc(100% / 5 - 4px);
    margin: 2px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #aaa;
    border-radius: 4px;
}
#corner_nav .search_list li a {
    display: block;
    margin: 0;
    padding: 0;
    padding-bottom: 2px;
    background: #fe8600;
    border: 2px solid #fe8600;
    border-radius: 4px;
    color: #fff;
}

/**------------------------------------- 見出し --*/
h2 {
    position: relative;
    min-height: 44px;
    margin: 60px auto 0;
    padding-bottom: 8px;
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

h3.corner_h3 {
    position: relative;
    margin: 0 0 15px;
    padding: 25px;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 1.5em;
    border-bottom: none;
    z-index: 1;
}
h3.corner_h3::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    content: "";
    margin: auto;
    background: #F45C00;
    border-radius: 25px;
    z-index: -1;
}

/**------------------------------------- 語句--*/
ul.anime_list {
  /*display: block;*/
    margin: 5px;
}
ul.anime_list li {
    width: 100%;
    margin: 4px 0;
}
ul.anime_list li a {
    /*background: rgba(255, 255, 255, 0.7);*/
    display: block;
    padding: 4px;
    text-align: left;
    border: none;
    border: 1px solid #ccc;
    background: #fff;
}
ul.anime_list li a::before {
    padding-right: 6px;
    color: #fe8600;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f138";
}

/*section .animeitem_list ul li a div.round_icon {
  display: none!important;
}*/

/**-------------------------------------- copyright --*/
.copyright { padding: 30px 0 20px; }

.copyright ul {
    padding: 10px;
}
.copyright ul li {
    font-size: 0.9em;
    text-align: left;
    color: #999;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
.copyright ul li::before {
    content: "\0a9";
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 711px) {
    body { box-sizing: border-box; }
    #corner_contents .main_contents {
        width: 100%;
    }
    .corner_products,
    section div.text {
        width: 1080px;
        margin: 0 auto;
    }
    /* clearfix */
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    #corner_nav .search_list a { transition: .3s; }
    #corner_nav .search_list {
        margin: 0 auto 10px;
    }
    #corner_nav .search_list li { width: calc(100% / 10 - 4px); }
    #corner_nav .search_list a:hover {
        opacity: 1;
        color: #fe8600;
        background: #fff;
        border: 2px solid #fff;
    }
    
    /**------------------------------------- 見出し --*/
    h3.corner_h3 {
        padding: 30px;
    }
    h3.corner_h3::before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 64px;
        height: 64px;
        border-radius: 32px;
    }
    
    ul.anime_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 1080px;
        margin: 10px auto;
    }
    ul.anime_list li {
        width: calc(50% - 5px);
        margin: 4px 0;
    }
    ul.anime_list li a {
        padding: 10px;
        font-size: 1rem;
        transition: .3s;
    }
    ul.anime_list li a::before {
        transition: .3s;
        color: #000;
    }
    ul.anime_list li a:hover {
        color: #fff;
        background: #fe8600;
        opacity: 1;
        text-decoration: none;
    }
    ul.anime_list li a:hover::before {
        color: #fff;
    }

    /**------------------------------------- 語句--*/
    .corner_animeitem {
        width: 1080px;
        margin: 0 auto;
    }
    .corner_animeitem .animeitem_list ul {
        padding: 10px;
        /*background: rgba(255, 255, 255, 0.7);*/
    }
    .corner_animeitem .animeitem_list ul li {
        display: flex;
    }
    .corner_animeitem .animeitem_list ul li a {
        /*background: transparent;*/
        flex-direction: column;
        width: 100%;
        padding: 10px;
        border: none;
        border-radius: 8px;
    }
    .corner_animeitem .animeitem_list ul li a div.round_icon {
        width: 150px;
        height: 150px;
    }
    .corner_animeitem .animeitem_list ul li a span {
        /*border: 1px solid #a78851;  autmun */
        border: none;
        width: 100%;
        text-align: center;
        order: 1;
    }
    
    /**--------------------------------------- 索引リスト --*/
    #corner_nav .search_list {
        justify-content: center;
        width: 1080px;
    }
    #corner_nav .search_list li {
        height: 32px;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
    }
    #corner_nav .search_list li a {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        transition: .3s;
    }
    #corner_nav .search_list li a:hover {
        text-decoration: none;
    }
    
    /**-------------------------------------- copyright --*/
    .copyright {
        width: 1080px;
        margin: 0 auto;
    }
    .copyright ul li {
        display: inline-block;
        margin: 0 10px;
        text-align: center;
    }
}