@charset "utf-8";

/* デスクトップ（横幅:981px～）のスタイルシート */
body {
    background-color: #F7F2EC;
    font-family: 'Kosugi Maru', sans-serif;
    color: #282828;
    display: flex;
    flex-direction: column;
    width: 100%;
/* 横からはみだすのは表示させない！ */
	overflow-x: hidden;
/* なおかつ横スクロールもさせないぜ！*/
	overflow-x: clip;
}


.page-header-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}

.kawamura-logo-wrap {
    margin-left: 50px;
    display: block;
    margin-right: auto;
}

/* ここから外部リンク（Youtube、Instagram、note） */
.external-link {
    list-style-type: none; /* 画像に・を表示させない*/
    display: flex;
    justify-content: space-between;
    opacity: 1;
    margin-right: 3vw;
    margin-top: 124px;
}

.icon-wrap {
    display: block;
    width: auto;
    margin-left: 24px;
    height: 35px;
}
/* ここまで外部リンク（Youtube、Instagram、note） */


/* ここから横線 */
.border-1300px_wrap {
    width: 95vw;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-top: -15px;
}
.illustraion_wrap {
}


/* 1980pxの横線を消す */
@media screen and (max-width: 1300px){
.border-1800px_wrap {
    display: none;
}	
}

/* 900pxの横線を消す */
@media screen and (max-width: 1300px){
.border-900px_wrap {
    display: none;
}	
}

/* ここまで横線 */



/* ここからナビゲーション */

/* ここからデスクトップ・タブレット用ナビゲーション */
.main-nav {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    text-align: center;
    width: 800px;
    font-size: 20px;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    margin-top: -2px;
}
/* ここまでデスクトップ・タブレット用ナビゲーション */


.main-nav-item {
    text-decoration: none;
    color: #282828;
}


.h2_wrap {
    font-weight: bolder;
    font-size: x-large;
    margin-top: 30px;
    width: 95vw;
}

@media screen and (max-height: 830px){
.footer-fix_wrap {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    position: static;	
	}
}	


.footer-random_wrap{
    text-align: center;
    width: 100%;
    margin-top: 50px;	
}

@media screen and (min-width: 901px){
.footer-smartphone-fix_wrap {
    display: none;}

.footer-smartphone-random_rap {
    display: none;}

	
}
