@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#net_hobb_spsp {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#net_hobb_spsp * {
    box-sizing: border-box;
}

#net_hobb_spsp a {
    text-decoration: none;
}

/*--------------------------------------------
MV
--------------------------------------------*/
#net_hobb_spsp .mv {
    margin: 0;
}

#net_hobb_spsp .mv img {
    max-width: 100%;
}


/*--------------------------------------------
帯コメント
--------------------------------------------*/
#net_hobb_spsp .comment1 {
    background: #305690;
    padding: 0.5em 0.5em 0.2em;
    line-height: 1.2;
    max-width: 100%;
    font-weight: bold;
    font-size: 24px;
    color: #FFF;
}

#net_hobb_spsp .comment2 {
    background: #FFF;
    padding: 0.5em 0.5em 0.2em;
    line-height: 1.6;
    max-width: 100%;
    border: 2px solid #305690;
    font-weight: bold;
    font-size: 18px;
    color: #305690;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_hobb_spsp .navi_area {
    padding: 25px 25px 15px;
	letter-spacing: .1rem;
    margin: 0px auto;
    background-color: #C5D7F5;
}

#net_hobb_spsp .navi{
    display: flex;
    flex-wrap: wrap;
}


/*--------------------------------------------
ボタン2列
--------------------------------------------*/
#net_hobb_spsp .navi2 li:not(:nth-of-type(2n)) {
    margin-right: 10px;
}
#net_hobb_spsp .navi2 li {
    width: calc((100% - 10px) / 2);
    height: 70px;
}

/*--------------------------------------------
ボタン3列
--------------------------------------------*/
#net_hobb_spsp .navi3 li:not(:nth-of-type(3n)) {
    margin-right: 10px;
}
#net_hobb_spsp .navi3 li {
    width: calc((100% - 20px) / 3);
    height: 70px;
}


/*--------------------------------------------
ボタン幅可変
--------------------------------------------*/
#net_hobb_spsp .navi5 {
    display: flex;
    justify-content: space-between;
}

#net_hobb_spsp .navi5 li {
    flex: 1;
    margin-right: 12px;
    width: calc((100% - 2px) / 3);
    height: 70px;
    flex: auto;
    flex-grow: 1;
}

#net_hobb_spsp .navi5 li:last-child {
    margin-right: 0;
}

#net_hobb_spsp .navi5 li a {
    padding: 1em .5em;
    position: relative;
}

#net_hobb_spsp .navi5 li:nth-child(3n) {
    margin-right: 0;
}

#net_hobb_spsp .navi2n li {
    width: calc((100% - 20px) / 3);
    height: 70px;
    margin-right: 10px;
}

#net_hobb_spsp .navi2n li:nth-child(3n) {
    margin-right: 0;
}

#net_hobb_spsp .navi3n li {
    width: calc(100% / 2);
    height: 70px;
    margin-right: 10px;
}

#net_hobb_spsp .navi3n li:nth-child(2n) {
    margin-right: 0;
}


/*--------------------------------------------
ナビ＞テキストボタン
--------------------------------------------*/
#net_hobb_spsp .navi li {
    position: relative;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
	background: #FFF;
    /* border: 2px solid #fff; */
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

#net_hobb_spsp .navi li:hover {
    opacity: .7;
    cursor: pointer;
}

#net_hobb_spsp .navi li a {
    color: #305690;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: .8em 0;
    line-height: 1.3;
}

#net_hobb_spsp .navi li::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #305690;
    border-right: solid 2px #305690;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 50%;
	margin-top: -5px;
}


#net_hobb_spsp .navi li a .nav-s {
    font-size: 10px;
	font-weight: normal;
}

/*--------------------------------------------
ボタン1列用
--------------------------------------------*/
#net_hobb_spsp .navi li.link_all{
    width: 100% !important;
    margin-right: 0;
}



/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_hobb_spsp .pc {
    display: block;
}

#net_hobb_spsp .sp {
    display: none;
}

@media screen and (max-width:480px) {
/*--------------------------------------------
帯コメント
--------------------------------------------*/
#net_hobb_spsp .comment1 {
    font-size:15px;
}

#net_hobb_spsp .comment2 {
    font-size: 12px;
}

/*--------------------------------------------
ナビ
--------------------------------------------*/
#net_hobb_spsp .navi_area {
    padding: 10px 10px 5px;
    margin: 0px auto;
}


/*--------------------------------------------
2列
--------------------------------------------*/
#net_hobb_spsp .navi2 li {
    font-size: calc(((100 / 375) * 12) * 1vw);
    width: calc((100% - 10px) / 2);
    height: 13vw;
}

#net_hobb_spsp .navi2 li:not(:last-child){
    margin-right: 5px;
}

#net_hobb_spsp .navi2 {
    margin: 5px 0 5px;
}


#net_hobb_spsp .navi li::after {
    right: 7px;
}

/*--------------------------------------------
ボタン3列
--------------------------------------------*/
#net_hobb_spsp .navi3 li:not(:nth-of-type(3n)) {
    margin-right: 5px;
}
#net_hobb_spsp .navi3 li {
    font-size: calc(((100 / 375) * 12) * 1vw);
    width: calc((100% - 10px) / 3);
    height: 13vw;
    margin-bottom: 5px;
}
#net_hobb_spsp .navi3 {
    margin: 5px 0 5px;
}

/*--------------------------------------------
ボタン幅可変
--------------------------------------------*/
#net_hobb_spsp .navi5 li {
    font-size: calc(((100 / 375) * 12) * 1vw);
    width: calc((100% - 10px) / 3);
    height: 13vw;
    margin-bottom: 5px;
}
#net_hobb_spsp .navi5 {
    margin: 5px 0 5px;
}

#net_hobb_spsp .navi2n li {
    width: calc((100% - 18px) / 3);
    margin-right: 5px;
}

#net_hobb_spsp .navi2n li:nth-child(2n) {
    margin-right: 5px;
}


/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#net_hobb_spsp .pc {
    display: none;
}

#net_hobb_spsp .sp {
    display: block;
}
}