@charset "utf-8";

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


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

mainContainer

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

#leftArea01,
#leftArea02 {
    width: 767px;
    float: left;
}

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

#leftArea01 h1 span {
    font-size: 1.6rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    padding: 3px 30px 1px;
    display: inline-block;
    color: #fff;
    background: #82AA42;
    border-radius: 16px;
    margin: 0 10px;
}

.pageBox {}


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

#leftArea01 {
    width: 90vw;
    margin: 0 auto 10.26vw;
    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: 10.26vw;
    padding: 0 0 2.62vw;
    line-height: 1.0;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
}

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

#leftArea02 {
    width: 90vw;
    margin: 0 auto;
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.pageBox {
    width: 90vw;
    margin: 10.226vw auto 0;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pageBox span,
.pageBox a {
    width: 5.13vw;
    height: 5.13vw;
    margin: 0 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, "sans-serif";
}

.pageBox a.arrowL img,
.pageBox a.arrowR img {
    width: 3.85vw;
}

#rightArea {
    width: 100%;
}

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

}

@media screen and (orientation: landscape) {

html.is-mobile #leftArea01 {
    width: 90vw;
    margin: 0 auto 10.26vw;
    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: 10.26vw;
    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 #leftArea02 {
    width: 90vw;
    margin: 0 auto;
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

html.is-mobile .pageBox {
    width: 90vw;
    margin: 10.226vw auto 0;
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

html.is-mobile .pageBox span,
html.is-mobile .pageBox a {
    width: 5.13vw;
    height: 5.13vw;
    margin: 0 2.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, "sans-serif";
}

html.is-mobile .pageBox a.arrowL img,
html.is-mobile .pageBox a.arrowR img {
    width: 3.85vw;
}

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

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

}

