/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
	background: rgba(255,255,255,1.0);
}
.__min {
	font-family: YakuHanMP,'Noto Serif JP','游明朝','Yu Mincho','游明朝体','YuMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HiraMinProN-W3','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}
.__goth {
	font-family: YakuHanJP,'Noto Sans JP','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
}

section {
	width: 100%;
	position: relative;
}

.wrapper {
    max-width: 1000px;
    margin: 10% auto 6%;
}

.gallery-ttl {
    max-width: 26%;
    margin: 0 auto 6%;
}

.gallery-list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    list-style: none;
}
.gallery-list-item {
    width: 32%;
}
.gallery-list-item img {
    width: 100%;
}
.gallery-list-item a {
    transition: .3s;
}
.gallery-list-item a:hover {
    opacity: .7;
}

.music-video-wrapper {
    max-width: 640px;
    margin: auto;
}
.music-video-ttl {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: bold;
}
.music-video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.music-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.top-btn {
    display: block;
    width: 180px;
    height: 50px;
    margin: 6% auto;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    background-color: #EA6898;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 4px;
}

.top-btn:hover {
    opacity: .7;
}

@media screen and (max-width:768px) {
    
    .gallery-list {
        display: block;
        margin: 0 0 15%;
    }
    .gallery-list-item {
        width: 70%;
        margin: 0 auto 4%;
    }
    
    .gallery-ttl {
        max-width: 55%;
        margin: 0 auto 10%;
    }
    
    .music-video-wrapper {
        padding: 0 4%;
    }
    
    .top-btn {
        margin: 100px auto;
    }
}





