@charset "utf-8";


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

mainContainer

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

#leftArea01 ul,
#leftArea02 ul {
    display: grid;
    grid-template-columns: 240px 240px 240px;
    justify-content: space-between;
}

#leftArea01 ul li,
#leftArea02 ul li {
    margin-bottom: 25px;
}

#leftArea01 ul li a,
#leftArea02 ul li a {
    display: block;
    text-decoration: none;
}

#leftArea01 ul li a .thumbnail,
#leftArea02 ul li a .thumbnail {
    width: 240px;
    height: 140px;
    overflow: hidden;
    border-radius: 5px;
}

#leftArea01 ul li a img,
#leftArea02 ul li a img {
    width: 240px;
    height: 140px;
    object-fit: cover;
    transition: all 0.2s ease-in 0s;
}

#leftArea01 ul li a:hover img,
#leftArea02 ul li a:hover img {
    transform: scale(1.15,1.15);
}

#leftArea01 ul li dt,
#leftArea02 ul li dt {
    font-size: 1.4rem;
    font-family: "AvenirNextLTPro-Medium","FOT-筑紫ゴシック Pro B";
    line-height: 1.45;
    margin: 10px 0 7px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: 0.5s;
    word-wrap: break-word;
}

#leftArea01 ul li a:hover dt,
#leftArea02 ul li a:hover dt {
    color: #FFA700;
}

#leftArea01 ul li dd,
#leftArea02 ul li dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
    transition: 0.5s;
}

#leftArea01 ul li dd span,
#leftArea02 ul li dd span {
    font-family: "AvenirNextLTPro-Regular","FOT-筑紫ゴシック Pr5 R";
    transition: 0.5s;
}

#leftArea01 ul li a:hover dd,
#leftArea02 ul li a:hover dd,
#leftArea01 ul li a:hover dd span,
#leftArea02 ul li a:hover dd span {
    color: #FFA700;
}

#leftArea01 ul li.large {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    margin-bottom: 40px;
}

#leftArea01 ul li.large a .thumbnail {
    width: 500px;
    height: 270px;
    overflow: hidden;
    border-radius: 5px;
}

#leftArea01 ul li.large a img {
    width: 500px;
    height: 270px;
    object-fit: cover;
    transition: all 0.2s ease-in 0s;
}

#leftArea01 ul li.large a:hover img {
    transform: scale(1.15,1.15);
}

#leftArea01 ul li.large dt {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 20px 0 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

#leftArea01 ul li.large dd {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    transition: 0.5s;
}

#leftArea01 ul li.large dd span {
    font-size: 1.2rem;
    transition: 0.5s;
}

#leftArea01 ul li.large a:hover dd,
#leftArea02 ul li.large a:hover dd,
#leftArea01 ul li.large a:hover dd span{
    color: #FFA700;
}

#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%;
    width: auto;
    height: auto;
    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) {

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

#leftArea01 ul.list01,
#leftArea02 ul.list02 {
    display: block;
}

#leftArea02 ul {
    order: 1;
}

#leftArea01 ul li,
#leftArea02 ul li {
    margin-bottom: 4.62vw;
}

#leftArea01 ul.list01 li a,
#leftArea02 ul.list02 li a {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#leftArea01 ul li a .thumbnail,
#leftArea02 ul li a .thumbnail {
    width: 28.2vw;
    height: 20.51vw;
    overflow: hidden;
    border-radius: 1.3vw;
}

#leftArea01 ul.list01 li img,
#leftArea02 ul.list02 li img {
    width: 28.2vw;
    height: 20.51vw;
    border-radius: 1.3vw;
}

#leftArea01 ul.list01 li dl,
#leftArea02 ul.list02 li dl {
    width: 58.46vw;
}

#leftArea01 ul.list01 li dt,
#leftArea02 ul.list02 li dt {
    margin: 0 0 1.8vw;
}

#leftArea01 ul.list01 li dd,
#leftArea02 ul.list02 li dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
}

#leftArea01 ul li.large a {
    display: block;
    margin-bottom: 6.14vw;
}

#leftArea01 ul li.large a .thumbnail {
    width: 100%;
    height: 51.28vw;
    border-radius: 1.3vw;
}

#leftArea01 ul li.large a img {
    width: 100%;
    height: 51.28vw;
}

#leftArea01 ul li.large dl {
    width: 100%;
}

#leftArea01 ul li.large dt {
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 2.56vw 0 0;
}

#leftArea01 ul li.large dd.explain {
    display: none;
}

#leftArea01 ul li.large dd {
    margin-top: 2.56vw;
}

#leftArea01 .bannerArea {
    display: none;
}

#leftArea02 .bannerArea {
    order: 3;
    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%;
}

.pageBox {
    order: 2;
}

}

@media screen and (orientation: landscape) {

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

html.is-mobile #leftArea01 ul.list01,
html.is-mobile #leftArea02 ul.list02 {
    display: block;
}

html.is-mobile #leftArea02 ul {
    order: 1;
}

html.is-mobile #leftArea01 ul li,
html.is-mobile #leftArea02 ul li {
    margin-bottom: 4.62vw;
}

html.is-mobile #leftArea01 ul.list01 li a,
html.is-mobile #leftArea02 ul.list02 li a {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

html.is-mobile #leftArea01 ul li a .thumbnail,
html.is-mobile #leftArea02 ul li a .thumbnail {
    width: 28.2vw;
    height: 20.51vw;
    overflow: hidden;
    border-radius: 5px;
}

html.is-mobile #leftArea01 ul.list01 li img,
html.is-mobile #leftArea02 ul.list02 li img {
    width: 28.2vw;
    height: 20.51vw;
    border-radius: 1.3vw;
}

html.is-mobile #leftArea01 ul.list01 li dl,
html.is-mobile #leftArea02 ul.list02 li dl {
    width: 58.46vw;
}

html.is-mobile #leftArea01 ul.list01 li dt,
html.is-mobile #leftArea02 ul.list02 li dt {
    margin: 0 0 1.8vw;
}

html.is-mobile #leftArea01 ul.list01 li dd,
html.is-mobile #leftArea02 ul.list02 li dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
}

html.is-mobile #leftArea01 ul li.large a {
    display: block;
    margin-bottom: 6.14vw;
}

html.is-mobile #leftArea01 ul li.large a .thumbnail {
    width: 100%;
    height: 51.28vw;
    border-radius: 1.3vw;
}

html.is-mobile #leftArea01 ul li.large a img {
    width: 100%;
    height: 51.28vw;
}

html.is-mobile #leftArea01 ul li.large dl {
    width: 100%;
}

html.is-mobile #leftArea01 ul li.large dt {
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 2.56vw 0 0;
}

html.is-mobile #leftArea01 ul li.large dd.explain {
    display: none;
}

html.is-mobile #leftArea01 ul li.large dd {
    margin-top: 2.56vw;
}

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

html.is-mobile #leftArea02 .bannerArea {
    order: 3;
    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 .pageBox {
    order: 2;
}

}


