.headLine {
    font-weight: bold;
    text-align: center;
    font-family: "Arial";
    letter-spacing: 0.5em;
    padding: 2em 0 0 0;
    font-size: 16pt;
}

.headLine span {
    padding: 0 10px;
    border-bottom: 1px solid #000;
}

.top_head {
    padding: 2em 0;
    display: flex;
    justify-content: center;
}

.top_messe {
    text-align: center;
    line-height: 2em;
    padding-bottom: 2em;
}

.top_under {
    padding-bottom: 10vh;
}

.doubleLine {
    border-bottom: solid 0.5px #000;
    border-top: solid 0.5px #000;
    height: 5px;
}

.contents_base {
    position: relative;
}

.contents_banner {
    position: absolute;
    width: 30%;
    bottom: -10%;
}

.contents_circle {
    position: relative;
}

.contents_words {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.base_image {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.magazine_info {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.7em;
    padding: 8vh 0 4vh 0;
}

.magazine_index {
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0.1em;
    font-size: 11pt;
}

.contents_head {
    padding-top: 5vh;
}

.main_image {
    width: 90vw;
    position: absolute;
    left: -5vw;
    
}

.issue_image {
    position: relative;
    padding-bottom: 20vh;
}

.contact {
    text-align: center;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.contact_to {
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    max-width: 600px;
    margin: auto;
    width: 100%;
    font-weight: 400;
}

.titleLogo {
    position: absolute;
    bottom: 10px;
    z-index: 101;
    left: 10%;
    width: 60%;
}

@media only screen and (min-width: 1200px) {
    .main_image {
        position: static;
        width: 100%;
    }
    .top_under {
        max-width: 400px;
        margin: 0 auto;
    }
    .contents_head {
        display: flex;
        justify-content: center;
    }
    .magazine_info {
        padding: 0;
    }
    .contents_base {
        width: 30%;
    }
    .contents_top {
        padding-top: 0;
        padding-bottom: 5vh;
    }
    .headLine span {
        padding-bottom: 15px;
    }
    .issue_image {
        padding-bottom: 0;
    }
    .titleLogo {
        bottom: 10px;
        left: 80px;
    }
    .contact_to {
        letter-spacing: 1em;
    }
    
}