html { 
    font-size: 62.5%; 
}

body {
    color: #707070;
    width: 100%;
}

p, a, li, td, th {
    font-size: 1.4rem;
    line-height: 2.3rem;
}

a {
    display: block;
    cursor: pointer;
}
a:hover {
    opacity: 0.6;
    transition: all 0.5s;
}

/*    共通項目   */
.wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.sp {
    display: none;
}

.article_title {
    font-size:2.2rem;
    font-weight: bold;
    border-left: 7px solid #E70012;
    padding-left:11px;
    display: flex;
    justify-content: flex-start;
}

.article_title::after {
    content:'';
    height: 2.2rem;
    background-color: #F5F5F5;
    margin-left: 13px;
    flex-grow: 1;
}

.link_btn {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color:white;
    font-weight: bold;
    background-color: #E70012;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.more_btn {
    max-width: 335px;
    width: 90%;
    min-height: 66px;
}

.small_btn {
    max-width: 207px;
    width: 90%;
    min-height: 54px;
}

.box_shadow {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.message_section {
    /*margin-top: 50px;*/
    margin-bottom: 34px;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    background-color: #F5F5F5;
}

/****   20221014 TOPICS位置調整   ****/
.home .main{
padding-top: 50px;
}


.tagicon{
    width: 12px;
    height: 12px;
    fill:#707070;
    stroke: #707070;
    color: #707070;
}


/****   ヘッダー   ****/

.header {
    width: 100%;
}

.header_top_sp {
    display: none;
}

/*   ヘッダーメニューPC   */

.header_top_pc,.pc_top_menu > ul,.pc_top_menu > ul > li  {
    display: flex;
    align-items: center;
    min-height: 64px;
}

.pc_top_menu > ul > li:hover > a {
    border-bottom: 2px solid #FF0000;
}

.header_top_pc {
    justify-content: space-between;
    position:fixed;
    z-index:20000;
    background-color:#fff;
    border-bottom: 4px solid #FF0000;
    width:100%;
}

.header_logo_pc {
    width: auto;
    height: 64px;
}

.pc_top_menu > ul {
    padding-right: 20px;
}

.pc_top_menu > ul > li > a {
    display: flex;
    margin: 4px 0 0 25px;
    font-size: 1.4rem;
    min-height: 30px;
    padding-bottom: 2px;
    box-sizing: border-box;
}

.pc_top_menu > ul > li > a > p{
    display: flex;
    align-items: center;
    padding-right:6px;
}

.pc_top_menu > ul > li > a > i {
    padding-right:6px;
    color: #BCBCBC;
}
.pc_top_menu img{
    height:24px;
    margin-right:0.3em;
}


/*    メガメニュー    */
.megamenu_section {
    position: relative;
    height: 66px;
}

.mega_height1 {
    height: 66px;
}

.mega_height2 {
    height: 66px;
}

.mega_height3 {
    height: 66px;
}

.megamenu_back1 {
    position:fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top:64px;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 1s, z-index 1s, visibility 1s;
    visibility: hidden;
    z-index: -1;
}
.megamenu_back2 {
    position:fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top:64px;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 1s, z-index 1s, visibility 1s;
    visibility: hidden;
    z-index: -1;
}
.megamenu_back3 {
    position:fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top:64px;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 1s, z-index 1s, visibility 1s;
    visibility: hidden;
    z-index: -1;
}
.mega_menu1 {
    position: fixed;
    top: 66px;
    left:0;
    width: 100%;
    display: block;
    background-color: white;
    padding : 20px 0;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: -1;
}

.pc_top_menu > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}


.pc_top_menu .mega_open >.mega_menu {
    visibility: visible;
    opacity: 1;
}


@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

select {
    width: 90%;
    max-width:300px;
    height: 30px;
}
.megamenu_section select{
    font-size:1.5rem;
}
.mega_searh_type select{
    width:100%;
}
.mega_shop_search select{
    width: 100%;
    max-width: 400px;
}

.mega_menu_type > ul {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto;
}

.mega_searh_type {
    width: 20%;
}

.mega_searh_type p{
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: 3px solid #FF0000;
    margin-bottom: 10px;
}

.mega_searh_type > ul > li {
    font-weight: normal;
    font-size:1.6rem;
    line-height: 2.6rem;
}

.mega_menu_result > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}
.main .mega_menu_result > ul{
    justify-content: left;
}
.mega_result_box {
    width: 18%;
    margin-bottom: 10px;
}
.main .mega_result_box{
    max-width: 190px;
    margin: 20px 10px;
}
.mega_result_box img {
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 180px;
    box-sizing: border-box;
}

.mega_result_tag,
.main_result_tag a{
    color:#FF0000;
    border: 2px solid #FF0000;
    display: inline-block;
    padding: 2px 5px;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 5px;
}

.mega_result_title {
    font-weight: bold;
    font-size:1.5rem;
    line-height: 2rem;
    margin-top: 5px;
}

.mega_result_ex {
    font-size: 1.4rem;
    line-height: 2rem
}
.mega_menu_result_btn{
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 10px auto 0;
}

.mega_menu2 {
    position: fixed;
    top: 66px;
    left:0;
    width: 100%;
    z-index: -1;
    background-color: white;
    padding : 50px 0 70px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.mega_menu2 ul{
    display: flex;
    justify-content: center;
}

.mega_menu2 li {
    padding: 0 20px;
    text-align: center;
}

.mega_menu2 li img {
    height: 160px;
    margin-bottom: 10px;
}
.mega_menu2 > ul li:nth-child(4){
    display: none;
}

.mega_menu3 {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}

.mega_menu3 {
    position: fixed;
    top: 66px;
    left:0;
    width: 100%;
    z-index: -1;
    background-color: white;
    padding : 20px 0 40px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}



.mega_menu3 > ul{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
}

.mega_menu3 h2 {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 3px solid #FF0000;
    margin-bottom: 34px;
}

.mega_shop {
    width: 57%;
    margin-right: 5%;
}

.mega_shop_search {
    display: flex;
}

.mega_shop_search p {
    font-weight: bold;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

.mega_shop_search > li {
    margin-bottom: 34px;
}

.mega_shop_search > li:first-child {
    width: 60%;
    padding-right:40px;
}

.mega_shop_search > li:last-child {
    width: 40%;
}

.mega_menu3 input[type="submit"] {
    background-color: #EC0000;
    color: white;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 13px;
    width: 212px;
    text-align: center;
}

.mega_popular {
    width: 37.5%;
}

.mega_popular > ul {
    display: flex;
    justify-content: space-between;
}

.mega_popular > ul > li{
    width:48%;
}

.mega_popular > ul > li img {
    width: 100%;
    max-width: 180px;
    height: 180px;
    box-sizing: border-box;
}

.mega_cat {
    color:#FF0000;
    border: 2px solid #FF0000;
    display: inline-block;
    padding: 2px 5px;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 5px;
}

.mega_popular h3 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 5px;
}

.mega_popular_ex {
    font-size: 1.4rem;
    line-height: 2rem;
}
.open {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}
.mega_menu1,
.mega_menu2,
.mega_menu3{
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: calc(100vh - 66px);
}
.mega_menu1::-webkit-scrollbar,
.mega_menu2::-webkit-scrollbar,
.mega_menu3::-webkit-scrollbar{
    display:none;
}


/*   ヘッダースライド   */
.header_slide_area {
    width: 100%;
    object-fit: cover;
    box-shadow: 0px 5px 5px  rgba(0,0,0,0.2);
}


.header_slide_pc .slider > div {
    position: relative;
}


.header_slide_pc img {
    /* position: absolute; */
    margin: auto;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
}




.header_slide_sp {
    display: none;
}


/****    ヘッダーここまで   ****/

/****    TOPページ    ****/


/*   お知らせ   */
.top_info_box {
    max-width: 1046px;
    margin: 23px auto 60px;
    text-align: center;
    font-size: 14px;
    background-color: #F9F9F9;
}
.top_info_box a{
    padding: 14px 0;
}

/*   トピックス   */
.top_topics{
    padding-bottom: 56px;
}

.top_topics_column {
    margin: 38px auto 41px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1136px;
}

.topics_box {
    max-width: 370px;
    width: 33%;
    border-bottom: 1px dashed;
    position: relative;
    margin-bottom: 20px;
}

.topics_box img {
    width: 100%;
}

.topics_box_content {
    margin: 10px;
}

.topics_box_content h3{
    font-weight: bold;
    font-size: 1.6rem;
    height: 60px;
}
.topics_box_content h3 a{
    line-height: 1.8rem;
}

.topics_box_content p{
    font-size: 1.2rem;
}

.topics_tagbox a {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
}

.topics_box.newinfo > p > a::before,
.topics_box.newinfo > p > a::after{
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: end;
    transform:rotate(-45deg) ;
    z-index: 1000;
}
.topics_box.newinfo > p > a::before{
    content:'';
    top:-4.0rem;
    left: -4.0rem;
    border-top: 4.0rem solid transparent;
    border-left: 4.0rem solid transparent;
    border-right: 4.0rem solid transparent;
    border-bottom: 4.0rem solid  #E70012;
}
.topics_box.newinfo > p > a::after{
    content: 'NEW';
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    top: 0.65em;
    left: 0.15em;
}



/*   スケジュール   */

.top_schedule {
    padding-bottom: 32px;
}

/* .schedule_slide {
    margin-top: 56px;
    margin-bottom: 30px;
} */

.top_schedule_link {
    display: flex;
    justify-content: center;
}

.top_schedule .link_btn {
    margin: 0 14px;
}

/*   更新情報    */

.top_update {
    padding-bottom: 95px;
}

.top_update_section {
    padding-top: 27px;
    padding-bottom: 22px;
}

.top_update_box {
    max-width: 1076px;
    width: 90%;
    background-color: #F9F9F9;
    margin: 0 auto 18px;
}

.top_update_box a {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 31px;
}

.top_update_box p {
    font-size: 1.6rem;
}

.update_date {
    font-weight: bold;
    margin-right: 24px;
}

.banner_section{
    margin-top:100px;
}
.banner_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    /*max-width: 800px;*/
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}
.banner_box p {
    margin: 10px;
    text-align: center;
}
.banner_box img {
    width:100%;
}
.box-280 p{
    max-width:280px;
}
.box-100 p{
    max-width:100px;
}
/*
.banner_box img {
    width:100%;
}
.box-280 p{
    max-width:280px;
}
.box-100 p img{
    max-width:100px;
}*/

/*
.banner_box img {
    height: 72px;
    margin: 0 10px 10px;
}
*/


.btm_banner > p{
    border:1px solid #cecece;
}

.btm_banner > p.banner_w98{
    border:none;
}

/****   メッセ―ジ2    ****/
.top_message2 {
    margin-top: 38px;
    margin-bottom: 84px;
}

.top_message2 p {
    max-width: 700px;
    margin: 1.5em auto 0;
    text-align: justify;
}

.top_message2 .text-right {
  text-align: right;
}

.top_message2 h1{
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.3rem;
}

/****    フッター    ****/
.footer {
    border-top: 6px solid #FF0000;
    padding-bottom: 50px;
}

.footer_sns{
    text-align: center;
    padding-top: 31px;
    padding-bottom: 70px;
}

.footer_sns a {
    display: inline-block;
}

.footer_sns h2 {
    font-size: 1.4rem;
    margin-bottom: 25px;
    font-weight: bold;
}

.f_sns_links i {
    font-size: 60px;
    color: #FF0000;
}

.f_sns_links img {
    height: 60px;
}

.f_sns_links i,.f_sns_links img {
    margin: 0 24px;
}

.f-navi {
    max-width: 1030px;
    width: 95%;
    margin: 0 auto 71px;
}

.f-navi > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.f-navi > ul > li > p {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    border-left: 9px solid #FF0000;
    padding-left: 11px;
    margin-bottom: 21px;
}

.f-navi > ul > li > ul > li > a {
    font-size: 1.4rem;
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.f-navi > ul > li > ul > li:last-child a{
    margin-bottom: 0;
}

.f-navi > ul > li > ul > li > a::before {
    /*
    content:'\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.8rem;
    */
    content:  url( 'data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23FF0000" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
    width: 10px;
    height: 10px;
    stroke:#FF0000;
    fill:#FF0000;
    color: #FF0000;
    position: absolute;
    left:0;
    top: -1px;
}

.f-copy {
    text-align: center;
}
#main{
}

#char{
    display: block;
    position: fixed;
    width:120px;
    height: 120px;
    right:30px;
    top:bottom:60px;
    background:url(/common/images/character.gif) center center /100% auto no-repeat;
    z-index:10;
}
#char a{
    display:block;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

/*    機種一覧   */
.search_machine_form{
    width:100%;
    max-width: 1000px;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
}

.search_machine_form > li{
    width: 22%;
}
.search_machine_form > li > p{
    font-weight: bold;
    font-size: 1.6rem;
    border-bottom: 3px solid #FF0000;
    margin-bottom: 10px;
}

.search_machine_form > li > ul > li {
    font-weight: normal;
    font-size:1.6rem;
    line-height: 2.6rem;
}
.search_machine_form select{
    width:100%;
    max-width: 400px;
    font-size:1.5rem;
    margin-bottom:10px;
}
.search_text_hidden{
    display: none;
}
.search_machine_spec li{
    display:flex;
}
.search_machine_spec label{
    width:35%;
}
.search_machine_spec select{
    width:65%;
}

.search_type_button_box{
    text-align: center;
}
/*
.search_type_button_box input[type="submit"]{
    background-color: #EC0000;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    padding: 10px 0;
    width: 200px;
    text-align: center;
    margin:10px 0 30px;
}*/



.search_type_section {
    margin-bottom: 20px;
}

.search_open_button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    background-color: #E70012;
    width: 200px;
    line-height: 50px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.search_type_box {
    display: none;
}

.search_type_box > ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 74px);
    margin: 0 auto;
}

.search_type_box > ul > li {
    width: calc(50% - 13px);
    margin-bottom: 30px;
}

.search_type_box > ul > li:nth-child(2n) {
    margin-left: 26px;
}

.search_type_box > ul > li > p {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 4px solid #FF0000;
}

.search_type_box > ul > li > ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.search_type_box > ul > li > ul > li:last-child {
    margin-bottom: 0;
}

.search_type_box input[type="radio" i] {
    width: 23px;
    height: 23px;
    border-color: #707070;
}

.search_type_box > ul > li > ul > li select {
    width: 100%;
    height: 34px;
    font-size: 1.4rem;
}

.search_type_button_box {
    display: flex;
    width: calc(100% - 24px);
    margin: 0 auto;
    justify-content: center;
}

.search_type_button_box input,.search_type_button_box button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    background-color: #E70012;
    width:50%;
    max-width: 200px;
    line-height: 50px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

.search_type_button_box button {
    margin-left: 8px;
}


/*pagenation*/
.pagenations {
    display: flex;
    justify-content: space-between;
    margin:0 auto 60px;
    max-width: 600px;
    padding: 0 5%;
}
li.pgn a,
li.pgn span{
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
li.pgn span.now{
    box-sizing: border-box;
    background: #ff0000;
    color: #fff;
}

@media screen and (max-width: 768px) {

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .header_top_pc {
        display: none;
    }

    /*   共通   */
    .article_title {
        font-size:1.6rem;
        font-weight: bold;
        border-left: none;
        padding-left:0;
        padding-bottom: 4px;
        display: block;
        border-bottom: 4px solid #E70012;
        /*width:135px;*/
        width:50%;
        text-align: center;
        margin: 30px auto;
    }

    .article_title::after {
        display: none;
    }

    .link_btn {
        font-size: 1.8rem;
    }

    .more_btn {
        max-width: 256px;
        min-height: 59px;
    }

    .small_btn {
        width: 187px;
        height: 48px;
    }

    /*メガメニュー*/

    .megamenu_section {
        display: none;
    }


/****    ヘッダー    ****/

    .header_top_sp {
    display: block;
    position: relative;
    background-color:#f00;
    color: #ffffff;
    /*height:186px;*/
    height:73px;
    
    }
    .head_back {
        position: absolute;
        top:0;
        width: 100%;
        height:186px;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }
    .h_logo_sp,.header_hash,.h_sns_links,.h-ex{
        position: relative;
        z-index:1;
    }
    .h_logo_sp {
        margin: 10px;
    }

    .header_hash {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

    .h_sns_links {
        margin-top: 8px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .h_sns_links i {
        font-size: 24px;
    }

    .h_sns_links i, .h_sns_links img {
        margin: 0 10px;
    }

    .h-ex{
        display: flex;
        width: max-content;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        border:1px solid white;
        border-radius: 3px;
    }

    .h-ex img {
        margin-right: 10px;
    }
    .h-ex a{
        display: flex;
        padding: 5px 10px;
    }

    .sp_menu {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: rgba(251,251,251,0.8);
        padding: 23px 0;
        z-index: 1001;
        backdrop-filter: blur(5px);
    }

    .sp_back_btn {
        background-color: rgba(230, 230, 230, 1);
        width: 41px;
        height: 19px;
        border-radius: 4px 4px 0 0;
        position: absolute;
        top: -19px;
        right: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp_back_btn:hover {
        opacity: 1;
    }

    .sp_back_btn p {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sp_menu > ul{
        display: flex;
        justify-content: space-around;
    } 

    .sp_menu .circle {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        border: 1px solid #707070;
        background-color: #9D9D9D;
    }

    .sp_menu img {
        display: block;
        max-height: 30px;
        margin: 0.5em auto;
    }

    .sp_menu p {
        font-size: 0.9rem;
        color: #000;
    }


    /*    スライド    */

    .header_slide_pc {
        display: none;
    }
    .header_slide_sp {
        display: block;
    }

    .header_slide_area {
        box-shadow: inherit;
        border-bottom: inherit;
    }

    .header_slide_sp img {

        width: 100%;
        height: auto;
    }


    /****    メッセージSP    ****/
    .message_section {
        margin-top: 0;
        margin-bottom: 23px;
        padding: 0;
        background-color: #eee;
    }

    .message_section p {
        text-align: left;
        padding: 10px 18px;
        font-size:1.2rem;
        line-height: 1.4rem;
    }
    
    /**** TOPとTOPICの調整 ****/
    .home .main{
    padding-top: 0px;
    }

    .top_message2 {
    padding: 2.5em 0;
    }

    /****    お知らせSP    ****/
    .top_info_box{
        width:90%;
    }

    
    /*   トピックス   */
    .top_topics_column {
        margin: 53px auto 41px;
        padding: 0 22px;
    }

    .topics_box {
        max-width: inherit;
        width: 46%;
        position: relative;
        margin-bottom: 20px;
    }

    .topics_box img {
        max-width: inherit;
        width: 100%;
        margin: 0 auto;
        object-position: center;
    }

    .topics_box_content p{
        font-weight: bold;
    }

    .topics_tagbox a {
        font-size: 1.0rem;
        display: inline-block;
        padding:2px;
    }
    .topics_tagbox a:last-child{
        margin-right:0;
    }

    /*   スケジュール   */
    .top_schedule {
        padding-bottom: 50px;
    }

    .schedule_slide {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .top_schedule_link {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .top_schedule .link_btn {
        margin: 0 auto 12px;
        width: 45%;
        max-width: 187px;
        font-size: 1.4rem;
    }


    /*    更新情報    */

    .top_update {
        padding-bottom: 10px;
    }

    .top_update_section {
        padding-bottom: 10px;
    }
    .top_update_box {
        width: 100%;
        box-shadow: inherit;
        margin-bottom: 10px;
    }

    .top_update_box a {
        min-height: 66px;
        padding: 0 14px 0 35px;
        position: relative;
    }

    .top_update_box a::before {
        /*
    content:'\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3.0rem;
    color:#FF0000;
    */
    content:  url( 'data:image/svg+xml;utf-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="angle-right" class="svg-inline--fa fa-angle-right fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23FF0000" d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
    width: 15px;
    height: 30px;
    position: absolute;
    left:12px;
    top: 50%;
    transform: translateY(-50%);
    }

    .top_update_box .update_date {
        font-size: 1.2rem;
        margin-right: 20px;
    }

    .top_update_box .update_date span {
        font-size: 1.6rem;
    }

    .top_update_box .update_title {
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 2.0rem;
    }

    .top_update .more_btn{
        max-width: 210px;
    }


    /*    バナーセクション    */
    .banner_section {
        width: 95%;
        margin: 8rem auto 3rem auto;
    }
    .banner_box{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .banner_box p{
        margin: 10px auto;
    }
    .btm_banner > p{
        width:48%;
    }

    .btm_banner > p.banner_w98{
        width:98%;
    }

    /****    フッター    ****/
    .footer {
        border-top: 1px dashed #707070;
        padding-bottom: 120px;
    }
    .home .footer{
        padding-bottom: 240px;
    }

    .footer_sns {
        border-bottom: 6px solid #FF0000;
        padding-bottom: 44px;
        margin-bottom: 30px;
    }

    .footer_sns h2 {
        font-size: 1.6rem;
        margin-bottom: 40px;
    }

    .f_sns_links a {
        display: inline-block;
    }

    .f_sns_links i,.f_sns_links img {
        margin: 7px 14px;
    }

    .f-navi {
        margin-bottom: 0;
    }

    .f-navi > ul {
        display: block;
    }

    .f-navi > ul > li {
        margin-bottom: 24px;
    }

    .f-navi > ul > li > p {
        margin-bottom: 10px;
    }

    .f-navi > ul > li > ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .f-navi > ul > li > ul > li {
        width: 50%;
        max-width: 200px;
        margin-bottom: 4px;
    }

    .f-navi > ul > li > ul > li:nth-child(2n+1) {
        padding-right: 2px;
    }

    .f-navi > ul > li > ul > li:nth-child(2n) {
        padding-left: 2px;
    }

    .f-navi > ul > li > ul > li > a {
        width: 100%;
        min-height: 56px;
        display: flex;
        align-items: center;
        background-color: #EBEBEB;
        padding: 5px 25px 5px 10px;
        font-size:1.3rem;
        line-height: 2rem;
    }

    .f-navi > ul > li > ul > li > a::before {
        color:#B7B7B7;
        left: inherit;
        right:13px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2.8rem;
        width: 12px;
        height: 20px;
    }

    .f-copy {
        width: 100%;
        background-color: #EF0000;
        color: #fff;
        padding-top: 48px;
        padding-bottom: 170px;
    }

    #char{
        width:120px;
        height: 120px;
    }
    .search_machine_form{
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .search_machine_form > li{
        width: 100%;
    }
    .pagenations{
        max-width: 100%;
        padding: 0 5%;
    }
}

@media screen and (max-width: 500px) {

    .topics_box {
        width: 100%;
    }

}


.top_anime_area{
    position:fixed;
    bottom:30px;
    right:10px;
    width:100px;
    height:100px;
    background-color:#ddd;
}
.top_mask{
    display:block;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:2;
    background:#ddd url(../img/anime_top_start.png) no-repeat;
}
.top_anime{
    position: absolute;
    top:0;
    left:0;
    width:100px;
    height:100px;
    background:#ddd url(../img/anime_top.png) no-repeat;
    animation: mugen 0.2s steps(7) infinite;
    transition: 0;
}
.top_anime_link{
    position: absolute;
    top:0;
    left:0;
    height: 120px;
    width:100%;
    padding-top:100px;
    display:none;
    color:#000;
    text-align: center;
}
@keyframes mugen {
    to{
        background-position: 0 -700px;
    }
}
@-webkit-keyframes mugen {
    to{
        background-position: 0 -700px;
    }
}
@-moz-keyframes mugen {
    to{
        background-position: 0 -700px;
    }
}