@charset "utf-8";
/* CSS Document */
ul, li, p {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 100%;
}
#container {
    padding: 0;
}
#sec-wrap {
    max-width: 750px;
    margin: auto;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-130 {
    margin-bottom: 130px;
}
@media (max-width: 640px) {
    .mb-10 {
        margin-bottom: 2%;
    }
    .mb-20 {
        margin-bottom: 4%;
    }
    .mb-30 {
        margin-bottom: 6%;
    }
    .mb-40 {
        margin-bottom: 8%;
    }
    .mb-50 {
        margin-bottom: 10%;
    }
    .mb-60 {
        margin-bottom: 12%;
    }
    .mb-70 {
        margin-bottom: 14%;
    }
    .mb-80 {
        margin-bottom: 16%;
    }
    .mb-90 {
        margin-bottom: 18%;
    }
    .mb-100 {
        margin-bottom: 20%;
    }
    .mb-130 {
        margin-bottom: 26%;
    }
}
#main {
    background: none !important;
}
#topic_news {
    max-width: 750px !important;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
    font-size: 26px;
    text-align: left;
    color: #4E3834;
    font-family: 'Noto Sans JP', sans-serif;
    background-image: url(../img/bg_01.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
    padding-bottom: 1px;
}
#topic_news img {
    width: 100%;
}
@media (max-width: 750px) {
    #topic_news {
        font-size: 3.45vw;
    }
}
a {
    transition: .5s;
}
a:hover {
    opacity: 0.7
}
img{
    width: 100%;
}
#page-top {
	width: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
    z-index: 10;
}
@media (max-width: 640px) {
    #page-top {
        width: 10vw;
        bottom: 3vw;
        right: 3vw;
    }
}
dl {
    margin: 0;
}
dl dt,
dl dd,
h1,
h2,
p {
    margin: 0;
}

#creative_summer{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.block-01{
    position: relative;
}
.block-01 p:nth-of-type(2){
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translateX(-50%);
    width: 650px;
}
.block-02{
    position: relative;
}
.block-02 .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 610px;
}
.block-02 .btn:nth-of-type(2) {
    top: 9%;
}
.block-02 .btn:nth-of-type(3) {
    top: 33.5%;
}
.block-02 .btn:nth-of-type(4) {
    top: 58%;
}
@media (max-width: 750px) {
    #creative_summer {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
    }
    .block-01 {
        position: relative;
    }
    .block-01 p:nth-of-type(2) {
        position: absolute;
        top: 78%;
        left: 50%;
        transform: translateX(-50%);
        width: 86.667vw;
    }
    .block-02 {
        position: relative;
    }
    .block-02 .btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 81.333vw;
    }
    .block-02 .btn:nth-of-type(2) {
        top: 9%;
    }
    .block-02 .btn:nth-of-type(3) {
        top: 33.5%;
    }
    .block-02 .btn:nth-of-type(4) {
        top: 58%;
    }
}