body,
hr,
p,
ul,
ol,
h1,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-weight: 500;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

img {
    border: none;
    width: 100%;
    vertical-align: bottom;
}

hr {
    border-bottom: none;
}

a {
    color: #585858;
    text-decoration: none;
    transition: .3s;
}

a:hover {
    opacity: 0.7;
}

/* ----------------- 共通 */

body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    font-weight: 300;
    color: #282828;
    position: relative;
}

@media screen and (max-width: 768px) {

    body {
        min-width: auto;
    }
}

.is-pc {
    display: block;
}

.is-sp {
    display: none;
}

@media screen and (max-width: 768px) {

    .is-sp {
        display: block;
    }

    .is-pc {
        display: none;
    }

}


.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,1);
    z-index: 1000;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1100;
    overflow: auto;
}

.modal-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #fff100;
    position: absolute;
    z-index: 1010;
    top: 0;
    right: 0;
}

.modal-btn:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    left: 5px;
    top: 13px;
    transform: rotate(45deg);
}

.modal-btn:after {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    left: 5px;
    top: 13px;
    transform: rotate(-45deg);
}

.modal-wrap {
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow: auto;
    -webkit-overflow-scrolling:touch;
    z-index: 1000;
}

.modal-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width:768px) {

}
