@charset "UTF-8";
#wrapper{
    width: 100%;
}
#wrapper #hdr{
    max-width: 1000px;
    margin: 0 auto 50px;
}

#wrapper #container{
    margin: 0 auto;

}
img.Wset {
    width: 100%;
    height: auto;
}

#cnt.home {
    margin: 0 ;
}


#left_area .topics_bg {
    background: #f7f7f7;
}

#left_area .cnt_ttl {
    font-size: 2.6rem;
    line-height: 3.5rem;
    color: #fff;
    padding: 30px 20px 40px;
}

#left_area .cnt_ttl span {
    font-size: 1.5rem;
    font-family: 'Prata', serif;
    letter-spacing: 0.1rem;
}

#left_area .cnt_inner_text {
    padding: 30px 40px;
    font-size: 1.4rem;
}

#left_area .cnt_inner_text a {
    text-decoration: underline;
    font-size: 1.4rem;
}

#left_area .cnt_inner_text a:hover {
    text-decoration: none;
}

#left_area .sub_ttl {
    padding: 30px 40px 0;
}

#left_area .item_name {
    font-size: 2rem;
    line-height: 3rem;
    display: block;
}

#left_area .music_list {
    margin: 0 12px;
    letter-spacing: -0.4rem;
}

#left_area .music_list li {
    width: 210px;
    background: #fff;
    display: inline-block;
    letter-spacing: normal;
    margin: 0 12px 12px 0;
    padding: 15px;
    vertical-align: top;
}

#left_area .music_list li:nth-child(3n) {
    margin-right: 0;
}

#left_area .music_list .about {
    font-size: 1.2rem;
    padding: 30px 0 15px;
    line-height: 2rem;
}

#left_area .music_list .about span {
    font-size: 1.4rem;
    display: block;
}

#right_area {
    float: right;
    width: 280px;
}

#right_area .side_sapporo {
    margin: 0 0 20px 0;
}

#right_area .fb {
    margin: 50px 0;
}

#right_area .social_ttl {
    margin: 0 0 20px 0;
}

@media screen and (max-width:640px) {
    #left_area {
        float: none;
        width: 100%;
        margin: 0 0 60px 0;
    }

    #left_area .topics_bg {
        padding: 0 0 5px;
    }

    #right_area {
        float: none;
        width: 100%;
        padding: 0 25px;
    }

    #left_area .cnt_ttl span {
        font-size: 1.8rem;
    }

    #left_area .cnt_inner_text {
        font-size: 2rem;
        padding: 40px 20px;
    }

    #left_area .cnt_inner_text a {
        font-size: 2rem;
    }

    #left_area .item_name {
        font-size: 2.5rem;
    }

    #left_area .music_list li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #left_area .music_list li img {
        float: left;
        width: 180px;
        height: auto;
    }

    #left_area .music_list .about {
        font-size: 1.6rem;
        width: 350px;
        float: right;
        padding: 0 20px;
        line-height: 2.5rem;
    }

    #left_area .music_list .about span {
        font-size: 2rem;
        display: block;
        line-height: 2.8rem;
    }
}

/* ==================================================
2020 renewal
================================================== */

/*------------------
common
------------------*/
.areaBlk {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.areaBlk::after {
    content: "";
    background: url("/original/otoajito/home/img/title_bg.jpg") no-repeat;
    width: 240px;
    height: 158px;
    position: absolute;
    left: 50%;
    top: 80px;
    background-size: auto;
    z-index: -1;
}

.areaBlk + .areaBlk {
    padding-top: 80px;
}

.areaBlk .titleBlk {
    text-align: left;
    margin: 0 auto 40px;
    position: relative;
}

.areaBlk .titleBlk h2 {
    line-height: 1;
    margin: 0 auto 20px;
}
.areaBlk .titleBlk a:hover{
    opacity:.5;
    -webkit-transition: .3s ease;
    transition: .3s ease;

}

.areaBlk .columnLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.areaBlk .columnLists li {
    width: calc(50% - 20px);
    margin: 0 0 40px;

}

.areaBlk .columnLists li p {
    text-align: left;
    margin: 15px auto 0;
    line-height: 1.5;
}

/*------------------
section
------------------*/

.mainArea {}

.mainArea .imgBlk {}

.mainArea .txtBlk {
    position: relative;
    background: #B78933;
}

.mainArea .BtnCenter {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0 60px;
}

.mainArea .BtnCenter a {
    color: #fff;
    background: #000;
    padding: 32px 0;
    font-size: 2.8rem;
    position: relative;
    line-height: 1;
    border-radius: 6px;
    width: 70vw;
    text-align: center;
    max-width: 400px;
}

.mainArea .BtnCenter a::after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 45%;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(-45deg) translate(0,-50%);
    transform: rotate(-45deg) translate(0,-50%);
    width: .5em;
    height: .5em;
    margin: 0 12% 0 auto;
}

.bnrArea {
    background: #fff;
    padding: 80px 0;
}

.bnrArea .bnrLists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    width: 90%;
    margin: 0 auto;
}

.bnrArea .bnrLists li {}

.bnrArea .bnrLists li + li {
    margin-top: 40px;
}

.bnrArea .bnrLists li img {
    width: 100%;
}

.lineupArea{
    padding: 80px 0 0;
}

@media screen and (min-width:641px) {
    /*------------------
    common
    ------------------*/
    #left_area .topics_bg{
        padding: 0 0 100px;
    }
    .areaBlk {
        width: 90%;
        margin: 0 auto;
        position: relative;
        max-width: 900px;
        z-index: 1;
    }

    .areaBlk::after {
        content: "";
        background: url("/original/otoajito/home/img/title_bg.jpg") no-repeat;
        left: 40%;
        top: 40px;
    }

    .areaBlk .titleBlk {
        margin: 0 auto 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .areaBlk .titleBlk h2 {
        line-height: 1;
        margin: 0 25px 0 0;
    }

    .areaBlk .columnLists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .areaBlk .columnLists li {
        width: calc(25% - 20px);
        margin: 00;
    }


    /*------------------
    section
    ------------------*/
    #left_area .cnt_ttl{
        font-size: 2.4rem;
    }
    .mainArea {
        width: 100%;
        background: #000;
    }
    .mainArea .imgBlk {
        max-width: 1000px;
        margin: 0 auto;
    }

    .mainArea .txtBlk {
        position: relative;
        background: #B78933;
    }
    .mainArea .txtBlk .txtSet{
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 2em;
        position: relative;
    }
/*200928コメントアウト*/
/*    .mainArea .BtnCenter {
        position: absolute;
        top: 50%;
        right: 5%;
        width: auto;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        padding: 0;
        width: 240px;
    }*/

    .mainArea .BtnCenter a {
        padding: 20px 0 20px;
        font-size: 1.5rem;
        border-radius: 6px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    .mainArea .BtnCenter a::after{
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .mainArea .BtnCenter a:hover{
        background: #333;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .bnrArea {
        padding: 56px 0;
    }
    .bnrArea .bnrLists {
        max-width: 1000px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .bnrArea .bnrLists li{
        width: calc(50% - 20px);
    }
    .bnrArea .bnrLists li + li {
        margin-top: 0;
    }
    .omiyaArea .omiyaLists{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .omiyaArea .omiyaLists li{
        width: calc(20% - 20px);
        margin: 0 10px 20px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }
    .omiyaArea .omiyaLists li a:hover img{
        opacity: .8;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

}
