@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap');


/*---------------------------------------------

mainContainer

---------------------------------------------*/

#leftArea01 {
    padding-top: 20px;
}

#leftArea01 h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
    padding: 0 0 15px;
    line-height: 1.0;
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pro B";
}

#leftArea01 .wpp-list li {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#leftArea01 .wpp-list li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: 0.5s;
}

#leftArea01 .wpp-list li a:hover {
    text-decoration: none;
}

#leftArea01 .wpp-list li a span.rank {
    font-size: 2.0rem;
    font-family: "AvenirNextLTPro-Demi";
    font-weight: 400;
    transition: 0.5s;
    width: 7%;
    text-align: center;
}

#leftArea01 .wpp-list li a span.title {
    font-size: 1.4rem;
    font-family: "FOT-筑紫ゴシック Pro B";
    line-height: 1.4;
    width: 79%;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: 0.5s;
    box-sizing: border-box;
    padding-left: 3%;
    word-wrap: break-word;
}

#leftArea01 .wpp-list li a:hover span.title,
#leftArea01 .wpp-list li a:hover span.rank {
    color: #FFA700;
}

#leftArea01 .wpp-list li a span.img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
}

#leftArea01 .wpp-list li a span.img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.2s ease-in 0s;
}
#leftArea01 .wpp-list li a:hover span.img img {
    transform: scale(1.15,1.15);
}

#leftArea02 .bannerArea {
    margin: 55px 0 45px;
    text-align: center;
}

#leftArea02 .bannerArea ul {   
    display: block;
}

#leftArea02 .bannerArea ul li {
    text-align: center;
    margin: 0;
}

#leftArea02 .bannerArea ul li a {
    display: inline;
}

#leftArea02 .bannerArea ul li a img {
    max-width: 100%;
    object-fit: none;
    transition: all 0.2s ease-in 0s;
}

#leftArea02 .bannerArea  li a:hover img {
    transform: scale(1);
}

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

#leftArea01 {
    width: 90vw;
    margin: 0 auto 10.26vw;
    float: none;
    padding-top: 1.5vw;
}

#leftArea02 {
    width: 90vw;
    margin: 0 auto;
    float: none;
}

#leftArea01 h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    border-bottom: 2px solid #000;
    margin-bottom: 2.67vw;
    padding: 0 0 2.62vw;
    line-height: 1.0;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
}

#leftArea01 .wpp-list li {
    padding-bottom: 3.85vw;
    margin-bottom: 3.85vw;
}

#leftArea01 .wpp-list li a span.rank {
    width: 10%;
}

#leftArea01 .wpp-list li a span.title {
    font-size: 1.4rem;
    font-family: "FOT-筑紫ゴシック Pro B";
    line-height: 1.4;
    width: 66%;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: 0.5s;
    box-sizing: border-box;
    padding-left: 5%;
}

#leftArea01 .wpp-list li a span.img {
    width: 20.51vw;
    height: 20.51vw;
    border-radius: 1.5vw;
}

#leftArea01 .wpp-list li a span.img img {
    width: 20.51vw;
    height: 20.51vw;
    border-radius: 1.5vw;
}

#leftArea01 .bannerArea {
    display: none;
}

#leftArea02 .bannerArea {
    margin-bottom: 0;
    margin-top: 12.82vw;
    text-align: center;
}

#leftArea02 .bannerArea ul {   
    display: block;
}

#leftArea02 .bannerArea ul li {
    text-align: center;
    margin-top: 0;
}

#leftArea02 .bannerArea ul li img {
    width: 100%;
}

#rightArea {
    width: 100%;
}

#rightArea .viewRanking,
#rightArea .btn01,
#rightArea .banner01,
#rightArea .recommend,
#rightArea .adbox02,
#rightArea .adbox03 {
    display: none;
}

}


@media screen and (orientation: landscape) {

html.is-mobile #leftArea01 {
    width: 90vw;
    margin: 0 auto 10.26vw;
    float: none;
    padding-top: 1.5vw;
}


html.is-mobile #leftArea02 {
    width: 90vw;
    margin: 0 auto;
    float: none;
}

html.is-mobile #leftArea01 h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    border-bottom: 2px solid #000;
    margin-bottom: 2.67vw;
    padding: 0 0 2.62vw;
    line-height: 1.0;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
}

html.is-mobile #leftArea01 h1 span {
    display: inline-block;
    border-radius: 1.6rem;
    margin: 1.3vw 0 2.62vw;
    padding: 0.8vw 7.69vw 0.6vw;
}

html.is-mobile #leftArea01 .bannerArea {
    display: none;
}

html.is-mobile #leftArea02 .bannerArea {
    order: 2;
    margin-bottom: 0;
    margin-top: 12.82vw;
    text-align: center;
}

html.is-mobile #leftArea02 .bannerArea ul {   
    display: block;
}

html.is-mobile #leftArea02 .bannerArea ul li {
    text-align: center;
    margin-top: 0;
}

html.is-mobile #leftArea02 .bannerArea ul li img {
    width: 100%;
}

html.is-mobile #rightArea {
    width: 100%;
}

html.is-mobile #rightArea .viewRanking,
html.is-mobile #rightArea .btn01,
html.is-mobile #rightArea .banner01,
html.is-mobile #rightArea .recommend,
html.is-mobile #rightArea .adbox02,
html.is-mobile #rightArea .adbox03 {
    display: none;
}

}



