@charset "UTF-8";

/* 全体設定 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
    font-size: 62.5%;
}

body{
    color: #333;
    font-size: 1.2rem;
    font-family: "UD新ゴ コンデンス90 L", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0 0 0 0;
    padding: 0 0 0 0 ;
    background-color: #fdead4;
    background-image: linear-gradient(#fff5e7 50%, transparent 50%, transparent);
    background-size: 10px 10px;
}

.wrapper{

    background-color: #fdf5eb;

    padding: 20px 30px 50px 30px;
}

nav ul{
    list-style: none;
}

a{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
*, *::before, *::after{
    box-sizing: border-box;
}

.clearfix::after{
    content: '';
    display: block;
    clear: both;
}



.links a:link, .links a:visited, .links a:hover, .links a:active{
    color: white;
    text-decoration: none;
}

.underconst{
    text-align: center;
}
.underconst img{
    width: 50%;
}


/* ヘッダ設定 */
.header{

    width: 100%;
    padding: 28px 0 0 0;
    background-color: rgb(255, 223, 182);

}


/* ロゴ*/
.logo{
    text-align: center;
}

.logo img{
    max-width: 100%;
    border: 0;
}
.logo a{
    background: transparent;
    text-decoration: none;
}

/*.links .link-page{
    display: inline-block;
    letter-spacing: 1px;
}*/


footer{
    background-color: rgb(255, 223, 182);
    margin: 0 0 0 0;
    text-align: center;
}

.copy-right{
    color: white;
    padding: 5px;
    font-size: 1.5rem;
}
/* テキスト */
input[type=text]{
    display: block;
    width: 300px;
    background-color: #fdead4;
    border:solid 1px orange;
    line-height: 2rem;
    margin: 10px 0 0 5px;
    font-size: 1.8rem;
    border-radius: 5px;
    padding: 3px 30px 3px 10px;
}

/* ボタン設定 */
input[type=submit]{
    border: solid 1px #d27d00;
    border-radius: 5px;
    background-color: #fd9535;
    color: white;
    padding: 5px 10px;
    font-size: 2rem;
    cursor: pointer;
    cursor: hand;
}

input[type=button]{
    border: solid 1px #d27d00;
    border-radius: 5px;
    background-color: #fd9535;
    color: white;
    padding: 5px 10px;
    font-size: 2rem;
    cursor: pointer;
    cursor: hand;
    margin: 5px 0 5px 5px;
}

/* プルダウンメニュー */
select::-ms-expand{
    display: none;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 10px 0 0 5px;
    padding: 3px 30px 3px 10px;
    font-size: 1.8rem;
    line-height: 2rem;
    border-radius: 5px;
    border: none;
    background-image: url(../image/arrow.png);
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    background-color: #f8af5b;
    color: white;
}

/**********************
* トップ
**********************/

.hidden{
    display: none;
}

.main{
    display:block;
}

.hot-topic{
    display: block;
    margin-bottom: 30px;
    transition: opacity 0.15s;
    border: solid 1px orange;
    text-decoration: none;
    background-color: #ffffff;
}

.hot-topic:hover{
    opacity: 0.85;
}

.hot-topic .title{
    margin-bottom: 15px;
    color: orange;
    font-weight: normal;
    font-size: 2rem;
}

.hot-topic .desc{
    color: orange;
    font-size: 1.3em;

}

.hot-topic .image{
    vertical-align: middle;
}

.hot-topic .content{
    background-color: #fffff0;
    line-height: 1.6;
    overflow-y: auto;
}

/* 気分 */
.fun{
    margin-bottom: auto;
}

.fun .feeling{
    text-align: center;
    font-size: 2rem;
    border: solid 1px  #f1831c;
    background-color: #ffffff;
    padding: 10px;
    color: orange;
}

.feeling .feeling-image{
    width: 70%;
}

.feeling select{
    margin-top: 30px;
    margin-bottom: 10px;
}
.feeling-b{
    margin-bottom: 5px;
}

/* チャットボット */
.fun .bot{
    background-color: #ffffff;
    border: solid 1px orange;
    text-align: center;
    padding: 10px;
}

.fun .bot img{
    width: 80%;
    height: auto;
}

.fun .bot .ask{
    text-align: center;
    margin: 10px 0;
}

.bot h2{
    font-size: 2rem;
    color: orange;
}
.fun .bot .question{
    width: 70%;
    height: 80px;
    background-color: rgb(253, 240, 215);
}

.twitter{
    border: 1px solid orange;
}

/**********************
* アプリ紹介
**********************/

/* 紹介 */
.info-main{
    width: 100%;
}
.yuru-intro{
    font-size: 2.5rem;
    color: orange;
    max-width: 100%;
}

.yuru-info{
    font-size: 1.8rem;
    margin-left: 2rem;
    color: rgb(214, 142, 7);
    max-width: 100%;
}

/* リボン設定 */
.info-main h3, .apps h3{
    background: #ffd2f9d7;
    box-shadow: 0px 0px 0px 5px #ffd2f9d7;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    font-size: 1.8rem;
    color: #cc52bcd7;
    width: 300px;
    text-align: center;
}

.info-main ul{
    list-style: none;
}

.info-main .char-list{
    display: inline-block;
}
.charactor{
    display: inline-block;
    width: 300px;
}

.charactor img{
    width: 100%;
}

.charactor .info{
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-align: center;
}

.charactor .name{
    font-size: 2rem;
    color: rgba(236, 129, 5, 0.897);    
}

.charactor .desc{
    font-size: 1.5rem;
    color: rgb(214, 142, 7);
}

/* アプリ詳細 */
.app-lists{
    width: 100%;
}

.app-lists ul{
    list-style: none;
}

.app-lists li{
    display: inline-block;
    margin: auto;
}

.app-detail{
    float: left;
    width: 200px;
    height: 400px;
    padding: 8px;
    border-left: 0.5px solid rgb(255, 232, 190);
    border-top: 0.5px solid rgb(255, 232, 190);
    border-right: 3px solid orange;
    border-bottom: 3px solid orange;
    border-radius: 16px;
    background-color: white;
    letter-spacing: 1px;
}

.app-detail .app-info{
    height: 130px;
    margin: 10px auto;
    overflow-y: auto;
}

.app-detail .image{
    display: block;
    width: 100%;
}

.app-detail .app-title{
    font-size: 1.8rem;
    color: rgb(235, 162, 4);
    text-align: center;
}

.app-detail .about{
    font-size: 1.5rem;
    margin: 10px 0 10px;
    letter-spacing: 1px;
}

.button{
    text-align: center;
    vertical-align: bottom;
}

.button .download{
    display: inline-block;
}

.button .download a{
    text-align: center;
    width: 80px;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: white;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: bold;    
}

.app-detail .download a:active{
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.30);
}

/**********************
* グッズ
**********************/

.goods-title h1{
    font-size: 2.5rem;
    color: orange;
}

.goods-title h2{
    font-size: 1.8rem;
    margin-left: 2rem;
    color: rgb(214, 142, 7);
}

/* リボン設定 */
.figure h2, .lether h2, .doll h2{
    background: #915a08d7;
    box-shadow: 0px 0px 0px 5px #915a08d7;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    font-size: 1.8rem;
    color: white;
    width: 300px;
    text-align: center;
}


.photo{
    text-align: center;
    background: #e2d4bb;
    border: solid 5px #7e5a18;
    border-radius: 10px;
    padding: 10px;
}

.photo .photo-title{
    font-size: 2rem;
    margin-bottom: 10px;
    color: #946102;
}

.photo img{
    width: 100%;
    border: solid 1px #7e5a18;
    border-radius: 10px;
}
/**********************
*　検索
***********************/

/* 検索フォーム */
.search-form{
    margin: 20px 30px;
}

.input{
    margin: 5px 0;
}

.input-option{
    font-size: 1.8rem;
    color: #d27d00;
}

table{
    vertical-align: middle;
}

.input .selection{
    background-color: white;
}

.input .label{
    background-color: orange;
    color: white;
}

.search-button{
    width: 100px;
    margin: 20px 0 0 100px;
}

/* 文字 */
.input-request p, .no-result p,
 .result p, .search-option p{
    font-size: 1.8rem;
    color: rgb(214, 142, 7);
}

.input-request p{
    margin: 0 30px;
}

/* 検索結果 */




.result table{
    border-collapse: collapse;
}

.result td, .result th{
    font-size: 1.8rem;
    padding: 10px;
    vertical-align: middle;
    border-top: solid 1px orange;
    border-bottom: solid 1px orange;
    background-color: white;
}

.result td p{
    margin: 2px;
}

/**********************
* まんが
**********************/

/* タイトル設定 */
.manga-list{
    text-align: center;
    margin-bottom: 20px;
}

.manga-list ul{
    list-style: none;
}

.manga-list .title{
    display: inline-block;
    text-align: center;
}

.manga-links{    
    width: 60px;
    text-decoration: none;
    display: block;
    background-color: white;
    border-left: solid 1px rgb(255, 232, 190);
    border-top: solid 1px rgb(255, 232, 190);
    border-right: solid 2px orange;
    border-bottom: solid 2px orange;
    border-radius: 3px;
    padding: 5px;
    transition: opacity 0.15s;
}

.manga-links:hover{
    opacity: 0.75;  
}

.manga-links .manga-icon{
    width: 100%;
    height: 100px;
    padding: 5px;
    object-fit: cover;
}

.manga-links .manga-info{
    width: 70%;
    height: 100%;
    padding: 5px;
    overflow-y: auto;
}

.manga-links .manga-title{
    display: inline-block;
    font-size: 1.5rem;
    color: rgb(197, 130, 5);
    font-weight: bold;
}

.manga-links .manga-detail{
    font-size: 1.5rem;
    color: rgb(88, 65, 22);
}

/* 漫画設定 */
.manga{
    text-align: center;
}

.manga .manga-image{
    max-width: 80%;
}


@media(max-width: 599px){
    .wrapper{
        width: 100%;
        margin: 0;
    }

    /* リンク設定 */
.links{
    background-color: orange;
    text-align: center;
/*    height: 40px;
    padding: 10px;*/
}

    /*
    .links .link-page+ .link-page{
        border-left: 1px solid #ffffff;
    }
    */

/*    .nav ul{
        display: block;
    }

    .nav li{
        display: block;
    }
*/


    .links .link-page a{
    /*    display: block;*/
        font-size: 1.8rem;
    /*    letter-spacing: 1px;
        margin: 5px 15px;
        padding: 8px 0;
        line-height: 20px;*/
    }
    
/*    .links .link-page.active a,
    .links .link-page a:hover{
        border-bottom: solid 5px #ffffff;
        color: white;
    }
*/
    /*.links .link-page li{
        display: block;
    }*/

      
      

    /* トップ */
    .hot-topic{
        margin-top: 30px;
    }
    .hot-topic .image{
        width: 100%;
    }

    .fun .feeling{
        width: 100%;
        margin-bottom: 30px;
    }

    .fun .bot{
        width: 100%;
        margin-bottom: 30px;
    }

    .twitter{
        width: 100%;
    }

    /* 紹介 */
    .app-lists{
        padding: 5px;
        text-align: center;
    }

    .app-detail{
        margin-bottom: 10px;
        width: 100%;
        height: auto;
    }
    .yuru-info{
        margin: auto;
    }

    .app{
        margin: auto;
    }

    .info-main h3, .apps h3{
        margin: 20px auto;
        width: 100%;
    }

    .download{
        margin-bottom: 10px;
    }

    /* グッズ */
    .goods-title{
        text-align: center;
        margin-bottom: 10px;
    }

    .goods{
        text-align: center;
        padding: 5px;
    }

    .goods h2{
        margin: 30px auto 20px;
    }

    .photo{
        margin-bottom: 10px;
    }

    /* 検索 */
    .input-request img, .no-result img{
        width: 100%;
        height: auto;
    }

    input[type=text]{
        width: 100%;
    }

    .res-img{
        width: 90px;
        height: auto;
    }

    .feel-img{
        width: 50px;
        height: auto;
    }

    .result table{
        width: 100%;
        margin: 0;
    }

    .app-img{
        width: 40px;
        height: auto;
        border-radius: 50%;
    }

    .button .download a{
        width: 50px;
    }

    .manga img{
        width: 100%;
    }
}

@media(min-width: 600px){


    .wrapper{
        width:950px;
        margin: 0 auto auto auto;
    }

    /* リンク設定 */
    .links{
        background-color: orange;
        text-align: center;
        height: 40px;
        padding: 10px;
    }

    .links .link-page{
        display: inline-block;
    }
    
        .links .link-page+ .link-page{
            border-left: 1px solid #ffffff;
        }
        
        .links .link-page a{
            display: inline;
            font-size: 1.8rem;
            letter-spacing: 1px;
            margin: 5px 15px;
            padding: 8px 0;
            line-height: 20px;
        }
        
        .links .link-page.active a,
        .links .link-page a:hover{
            border-bottom: solid 5px #ffffff;
            color: white;
        }

    .footer{
        margin-bottom: 0;
    }
    .main{
        float: left;
        width: 60%;
    }

    .hot-topic{
        height: 250px;
    }

    .hot-topic .image{
        float: left;
        width: 50%;
        max-height: 100%;
    }

    .hot-topic .content{
        position: relative;
        float: left;
        width: 50%;
        height: 100%;
        padding: 50px 25px 0;
    }

    .hot-topic .date{
        position: absolute;
        top: 30px;
        left: 0;
        width: 140px;
        padding: 4px;
        background: orange;
        color: white;
        text-align: center;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 1.1rem;
        line-height: 1;
    }

    
    /* 気分 */
    .fun .feeling{
        float: left;
        width: 49%;
        height: 370px;
    }
    
    /* チャットボット */
    .fun .bot{
        float: right;
        width:49%;
        text-align: center;
        padding: 10px;
        height: 370px;
    }
    
    .fun .bot img{
        max-width: 100%;
    }
    
    .fun .bot .ask{
        text-align: center;
        margin: 5px 0;
    }
    
    .fun .bot .question{
        width: 70%;
        height: 80px;
        background-color: rgb(253, 240, 215);
    }
    
    /* twitter */
    .twitter{
        text-align: center;
        float: right;
        width: 38%;
    }

    .app-detail{
        margin: 5px;
    }

    .info-main h3, .apps h3{
        margin: 40px auto;
    }

    .figure h2, .lether h2, .doll h2{
        margin: 40px auto 10px;
    }

    /* 紹介 */
    .info-main ul, .apps ul{
        text-align: center;
    }
    .info-main h3, .apps h3{
        position: relative;
        margin: 30px 0;
    }
    
    .info-main h3:after, .apps h3:after{
        position: absolute;
        content: '';
        left: -7px;
        top: -7px;
        border-width: 0 0 15px 15px;
        border-style: solid;
        border-color: #fdf5eb #fdf5eb #ffc1f7d7;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    }
    
    /* グッズ */
    .figure, .lether, .doll{
        display: block;
        padding: 0 10px;
    }

    .figure h2, .lether h2, .doll h2{
        position: relative;
        margin: 30px 0;
    }

    .figure h2:after, .lether h2:after, .doll h2:after{
        position: absolute;
        content: "";
        left: -7px;
        top: -7px;
        border-width: 0 0 15px 15px;
        border-style: solid;
        border-color: #fdf5eb #fdf5eb #c97e1cd7;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    }

    .photo{
        display: block;
        float: left;
        width: 47%;
        margin-left: 1.5%;
        margin-bottom: 10px;
    }

    .photo img{
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    /* 検索 */
    .input-request img, .no-result img{
        width: 500px;
    }

    .res-img{
        width: 200px;
        height: auto;
    }
    
    .app-img{
        width: 100px;
        height: auto;
        border-radius: 50%;
    }
    
    .feel-img{
        width: 150px;
        height: auto;
    }

    .result{
        margin: 30px auto auto 50px;
    }

}

@media(min-width: 1000px){


    .wrapper{
        width: 950px;
        margin-left: auto;
        margin-right: auto;
    }

    /* リンク設定 */
.links{
    background-color: orange;
    text-align: center;
    height: 40px;
    padding: 10px;
}

.links .link-page{
    display: inline-block;
}
    .links .link-page+ .link-page{
        border-left: 1px solid #ffffff;
    }
    
    .links .link-page a{
        display: inline;
        font-size: 1.8rem;
        letter-spacing: 1px;
        margin: 5px 15px;
        padding: 8px 0;
        line-height: 20px;
    }
    
    .links .link-page.active a,
    .links .link-page a:hover{
        border-bottom: solid 5px #ffffff;
        color: white;
    }
}