@charset "UTF-8";
/* CSS Document */

.area01 {
    background: #fce7ee;
    padding: 25px 0 20px
}

.area01 .wrapp {
    width: 100%;
    max-width: 981px;
    margin: auto;
}

.area02 {
    padding: 40px 0;
    background: #f6f1d6;
}

.area03 {
    padding: 40px 0 45px;
}

.area02 ul {
    width: 90%;
    max-width: 756px;
    margin: auto;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.area02 li:first-child {
    width: 28.9682539%;
    position: relative;
}

.char_name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 1.25rem;
    color: #898989;
    position: absolute;
    left: 50%;
    bottom: 5px;
    padding-right: 0.75em;
}

.char_name::after {
    position: absolute;
    right: 0;
    top: -0.25em;
    font-size: 1.5rem;
    content: "\00AE";
}

.area02 li:last-child {
    width: 69.3121693%;
    line-height: 1.7777;
    color: #b14f55;
}

.area03 ul {
    width: 87.5%;
    max-width: 960px;
    margin: auto;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.area03 ul li {
    box-sizing: border-box;
    width: 48.4375%;
    border: 2px solid;
    border-radius: 20px;
    height: 300px;
    position: relative;
}

.area03 ul li .barea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.area03 ul li .read {
    width: 79%;
    margin: 6px auto 0;
}

.area03 ul li:first-child {
    border-color: #d7c447;
    background: url(../img/top/shoukai.png) right 7% bottom no-repeat, url(../img/top/img01.jpg) center center /cover no-repeat;
}

.area03 ul li:last-child {
    border-color: #a3cadd;
    background: url(../img/top/annai.png) right 7% bottom no-repeat, url(../img/top/img02.jpg) center center /cover no-repeat;
}

@media screen and (max-width: 960px){
}

@media screen and (max-width: 768px){
    .area03 ul li .read {
        width: 100%;
    }
    
    .area03 ul li {
        height: 290px
    }
}

@media screen and (max-width: 600px){
    .area03 ul li {
        height: 270px
    }
}

@media screen and (max-width: 414px){
    .sp_navi {
        width: 89%;
        margin:15px auto 10px;
    }
    
    .sp_navi ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;

        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    
    .sp_navi li {
        width: calc(50% - 1.5px);
    }
    
    .sp_navi li:first-child {
        border-right: 3px dotted #eb6d9a
    }
    
    .sp_navi li a {
        display: block;
        padding-top: 114.285%;
        height: 0;
        overflow: hidden;
    }
    
    .sp01 a {
        background: url(../img/navi/navi01.png) center bottom /cover no-repeat;
    }
    
    .sp02 a {
        background: url(../img/navi/navi02.png) center bottom /cover no-repeat;
    }
    
    .sp03 a {
        background: url(../img/navi/navi03.png) center bottom /cover no-repeat;
    }
    
    .sp04 a {
        background: url(../img/navi/navi04.png) center bottom /cover no-repeat;
    }
    
    .sp_navi hr {
        border: none;
        border-top: 3px dotted #eb6d9a;
        margin: 2% 0;
        padding: 0;
    }
    
    .area01 {
        padding: 0;
    }
    
    .area02 {
        padding: 15px 0 25px;
    }
    
    .area02 ul {
        display: block;
    }

    .area02 li:first-child {
        width: 219px;
        margin: auto;
    }

    .area02 li:last-child {
        width: 100%;
        margin: 1em 0 0
    }
    
    .area03 {
        padding: 20px 0;
    }
    
    .area03 ul {
        display: block;
    }
    
    .area03 ul li {
        width: 100%;
        height: 290px
    }
    
    .area03 ul li:last-child {
        margin-top: 20px;
    }
}

@media screen and (max-width: 375px){
    .area03 ul li {
        height: 280px
    }
}

@media screen and (max-width: 320px){
    .area03 ul li {
        height: 270px
    }
}