@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*--------------------------------------------
共通 
--------------------------------------------*/
#harmony_20231004 {
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 0;
	background-color: #f9f9f9;
}

#harmony_20231004 * {
    box-sizing: border-box;
}

#harmony_20231004 a {
    text-decoration: none;
}

#harmony_20231004 a.link_hover {
    transition: .5s;
}

#harmony_20231004 a.link_hover:hover {
    opacity: 0.7;
}


/*--------------------------------------------
MV
--------------------------------------------*/
#harmony_20231004 .mv {
    margin: 0;
}

#harmony_20231004 .mv img {
    max-width: 100%;
}


/*--------------------------------------------
ナビ
--------------------------------------------*/
#harmony_20231004 .navi_area {
    padding: 20px 8px;
	letter-spacing: .1rem;
    margin: 0 auto 50px;
}

#harmony_20231004 .navi{
    display: flex;
    flex-wrap: wrap;
}
/*--------------------------------------------
5列
--------------------------------------------*/
#harmony_20231004 .navi_5 {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 0;
}

#harmony_20231004 .navi_5 li {
    width: calc((100% - 40px) / 5);
    position: relative;
}

#harmony_20231004 .navi_5 li:not(:nth-child(5n)){
    margin-right: 9px;
}

#harmony_20231004 .navi_5 li:nth-child(-n+10){
    margin-bottom: 10px;
}


/*--------------------------------------------
2列
--------------------------------------------*/
#harmony_20231004 .navi_2 {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
	background-color: #f9f9f9;
	padding: 1.5rem 1rem 1rem;
}

#harmony_20231004 .navi_2 li {
    width: calc((100% - 15px) / 2);
}

#harmony_20231004 .navi_2 li a img{
    width: 100%;
}


#harmony_20231004 .navi_2 li:not(:nth-child(2n)){
    margin-right: 15px;
}

#harmony_20231004 .navi_2 li:nth-child(-n+2){
    margin-bottom: 0;
}

#harmony_20231004 .navi_2 li a .txt{
    margin-top: 10px;
	font-weight: bold;
}

#harmony_20231004 .navi_2 li:nth-child(1) a .txt{
    color: #09328e;
}

#harmony_20231004 .navi_2 li:nth-child(2) a .txt{
    color: #a3023b;
}


/* =============================================
すべてを見る
============================================= */


#harmony_20231004 .link_all {
display: inline-block;
    color: #333;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 2px #333;
    margin: 15px 0 10px;
    padding-right: 20px;
    transition: .4s;
}	



#harmony_20231004 .link_all::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 27%;
}





/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#harmony_20231004 .pc {
    display: block;
}

#harmony_20231004 .sp {
    display: none;
}

@media screen and (max-width:480px) {
/*--------------------------------------------
ナビ
--------------------------------------------*/
#harmony_20231004 .navi_area {
    padding: 10px 5px;
    margin: 10px auto;
}

/*--------------------------------------------
5列
--------------------------------------------*/
#harmony_20231004 .navi_5 {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 0;
}

#harmony_20231004 .navi_5 li {
    width: calc((100% - 30px) / 3);
    position: relative;
}

#harmony_20231004 .navi_5 li:not(:nth-child(5n)){
    margin-right: 0;
}

#harmony_20231004 .navi_5 li:nth-child(-n+5){
    margin-bottom: 0;
}

#harmony_20231004 .navi_5 li:not(:nth-child(3n)){
    margin-right: 10px;
}

#harmony_20231004 .navi_5 li:nth-child(n+4){
    margin-top: 10px;
}
	
/*--------------------------------------------
2列
--------------------------------------------*/
#harmony_20231004 .navi_2 {
    display: block;
    margin: 0 auto;
	padding: 1.5rem 3rem;
}

#harmony_20231004 .navi_2 li {
    width: 100%;
}



#harmony_20231004 .navi_2 li:not(:nth-child(2n)){
    margin-right: 0px;
	margin-bottom: 20px;
}
	
	
/* =============================================
すべてを見る
============================================= */

#harmony_20231004 .link_all {
    font-size: 13px;
}
	



/*--------------------------------------------
PCSP_表示・非表示切り替え
--------------------------------------------*/
#harmony_20231004 .pc {
    display: none;
}

#harmony_20231004 .sp {
    display: block;
}
}