@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap');
/* font-family: 'Noto Sans JP', sans-serif; */
html,
body {
}

html {

    /*background-color: #EAEAEA;*/
    /*touch-action: none;*/
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    min-height: 100vh;
    min-width: 1240px;
}

body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #000000;
    letter-spacing: 0.1em;
}
*{
    outline: none;
}
a {
    color: #4D4D4D;
    transition: all .5s;
    outline: none;
}

a:hover {
    opacity: .6;
    /*background-color: rgba(255, 255, 255, 0.5);*/
}

img {
    max-width: 100%;
    max-height: 100%;
    outline: none;
}

.eTaCenter {
    text-align: center;
}

.eMainWrap {
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
}

.eFullImg {
    margin-bottom: 60px;
}

.eFullImg img {
    width: 100%;
    display: block;
}

.eListEmpty {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

