@font-face {
    font-family: 'hira_font';
    src: url('./fonts/ヒラギノ角ゴ Pro W3.otf') format('opentype');
}

.slider img,
.slider video {
    display: block;
}

.section.s_01 {
    height: calc(100% - 80px);
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;

}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid #9f9fa0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #9f9fa0;
    width: 11px;
    height: 11px;
    border-radius: 6px;
    margin-left: 8px;
    margin-right: 8px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    bottom: 13px;
}

section {
    text-align: center;
}

section h2 {
    /*font-size: 40px;*/
    font-size: 28px;
    display: inline-block;
    font-weight: normal;
}

section p {
    /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
    font-size: 16px;
}

.tit p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif;
}

.bx-wrapper {
    margin-bottom: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.sec2 {

    /*background: rgb(0,44,77);
    background: -moz-linear-gradient(180deg, rgba(0,44,77,1) 0%, rgba(0,44,77,1) 58%, rgba(0,157,203,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,44,77,1) 0%, rgba(0,44,77,1) 58%, rgba(0,157,203,1) 100%);
    background: linear-gradient(180deg, rgba(0,44,77,1) 0%, rgba(0,44,77,1) 58%, rgba(0,157,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002c4d",endColorstr="#009dcb",GradientType=1);*/

    background: rgb(0,27,47);
    background: -moz-linear-gradient(180deg, rgba(0,27,47,1) 0%, rgba(0,45,78,1) 70%, rgba(0,65,125,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,27,47,1) 0%, rgba(0,45,78,1) 70%, rgba(0,65,125,1) 100%);
    background: linear-gradient(180deg, rgba(0,27,47,1) 0%, rgba(0,45,78,1) 70%, rgba(0,65,125,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001b2f",endColorstr="#00417d",GradientType=1);

    padding: 40px 0px 55px;
}

.sec2 p{
    line-height: 30px;
}

.sec3 {
    /*background-color: rgb(0, 160, 232);*/
    /*padding-bottom: 80px;*/
    padding-bottom: 10px;
}

.sec3 .tit {
    display: flex;
    justify-content: flex-start;
    /*background-color: rgb(0, 150, 217);*/
    text-align: left;
    /*padding: 30px 21%;*/
    padding: 30px 25%;
}

.sec3 .tit h4 {
    /*width: 37%;*/
    width: 27%;
    /*font-size: 26px;*/
    font-size: 22px;
    margin: 0px;
    display: contents;
}

.sec3 .tit p {
    /*font-size: 16px;*/
    font-size: 17px;
    font-family: hira_font, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif;
    font-weight: 200;
    margin: 0;
}

.sec3 .tit h4,
.sec3 .tit p{
    margin-top: 10px;
}

.sec3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*margin-top: 40px;*/
    margin-top: 0px;
    /*padding: 0px 21%;*/
    padding: 0px 25%;
}

.sec3 ul li {
    width: 30%;
    margin-top: 40px;
}

.sec3 ul li img {
    width: 100%;
    /*height: auto;*/
    overflow: hidden;
    border-radius: 15px;
    /*height: 180px;*/
    height: 200px;

}

.sec3 ul li p {
    font-family: inherit;
    margin: 0px;
    color: #fefefe;
}

.sec4 {
    /*background-color: rgb(231, 54, 73);*/
    padding-bottom: 30px;
}

.sec4 .tit_bg {
    /*background-color: rgb(217, 50, 69);*/
}

.sec4 .tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    /*padding: 0px 10%;*/
    padding: 0px 25%;
    margin: 0px auto;
}

.sec4 .tit h4 {
    /*font-size: 48px;*/
    font-size: 26px;
    /*margin-top: 45px;*/
    /*margin-bottom: 45px;*/
    margin-top: 20px;
    margin-bottom: 0px;
}

.sec4 .tit h4 img{
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 15px;
    max-width: 24px;
}

.sec4 .tit p {
    /*font-size: 18px;*/
    font-size: 13px;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-left: 20px;
    font-weight: normal;
    margin-top: 16px;
}

.sec4 dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 25%;
    margin: 45px auto 0px;
    /*margin-right: 50px;*/
}

.audio_box dt,
.audio_box dd {
    /*margin-bottom: 40px;*/
    margin-bottom: 25px;
}

.audio_box dt {
    font-size: 16px;
    width: 11%;
    /*margin-right: 2%;*/
    margin-right: 10px;
    text-align: left;
    word-break: break-all;
}

.audio_box dd {
    /*width: 80%;*/
    width: calc(100% - 50px);
    margin-left: 0;
    position: relative
}

.audiojs {
    width: 100%;
    /*height: 53px;*/
    height: 57px;
    background: #404040;
    overflow: hidden;
    font-family: monospace;
    font-size: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
    background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs audio {
    position: absolute;
    left: -1px;
}

.audiojs .play-pause {
    width: 25px;
    height: 40px;
    padding: 4px 6px;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #000;
}

.sec4 .audiojs {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: none;
    border-radius: 10px;
    /*background: #f7c0b7 !important;*/
    background: #92a085 !important;
    /*background: #9aac89 !important;*/
}

.sec4 .audiojs .play-pause {
    /*width: 45px;*/
    width: 35px;

    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    margin: 0px 10px;
}

.audiojs p {
    display: none;
    width: 25px;
    height: 40px;
    margin: 0px;
    cursor: pointer;
}

.sec4 .audiojs p {
    width: 100%;
}
.sec4 .audiojs .play {
    background: url(../img/common/new_music_play.png) left center / 90% no-repeat;
}

.sec4 .audiojs .pause {
    background: url(../img/common/new_music_pause.png) left center / 90% no-repeat;
}

.audiojs .loading {
    background: url(js/player-graphics.gif) -2px -31px no-repeat;
}

.audiojs .error {
    background: url(js/player-graphics.gif) -2px -61px no-repeat;
}



.audiojs .scrubber {
    position: relative;
    float: left;
    width: 280px;
    background: #5a5a5a;
    height: 14px;
    margin: 10px;
    border-top: 1px solid #3f3f3f;
    border-left: 0px;
    border-bottom: 0px;
    overflow: hidden;
}



.sec4 .audiojs .scrubber {
    position: relative;
    overflow: visible;
}

.audiojs .progress {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #ccc;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
    background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

.sec4 .play-pause .loading{
    /*display: none !important;*/
    /*background: url(../img/common/new_music_pause.png) left center / 90% no-repeat;*/
    background: url(../img/common/new_music_play.png) left center / 90% no-repeat;
}

.sec4 .audiojs .progress {
    /*width: 20%;*/
    /*height: 5.5px;*/
    height: 4px;
    position: absolute;
    top: 0px;
    left: -1px;
    /*background: rgb(233, 93, 128);*/
    /*background: #009fb8;*/
    background: #9f9fa0;
    border-radius: 5px;
}
.sec4 .audiojs.playing .progress {
    background: #009fb8;
}

.sec4 .audiojs.playing .progress::after{
    background: #009fb8;
}

.sec4 .audiojs .progress::after {

    display: inline-block;
    margin: 0 8px 0 8px;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 100%;
    /*background: #009fb8;*/
    background: #9f9fa0;

    position: absolute;
    top: -8px;
    right: -19px;
    /*box-shadow: rgb(102, 102, 102) 0px 0px 3px;*/
    box-shadow: rgb(65 65 65) 0px 0px 5px;
}

.audiojs .loaded {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 14px;
    width: 0px;
    background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
    background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}

.sec4 .audiojs .scrubber, .sec4 .audiojs .loaded {
    float: none;
    width: 80% !important;
    height: 7px !important;
    position: relative !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(254, 254, 254) !important;
    border-radius: 5px !important;
}

.sec4 .audiojs .time {
    font-size: 18px;
    line-height: 27px;
    /*color: #f7c0b7;*/
    /*color: #fff;*/
    color: #92a085;
    text-shadow: none;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 5px 10px;
    margin: auto;
}

.sec4 .audiojs .scrubber, .sec4 .audiojs .loaded {
    float: none;
    /*width: 80% !important;*/
    width: 85% !important;
    /*height: 5.5px !important;*/
    height: 4px !important;
    position: relative !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(254, 254, 254) !important;
    border-radius: 5px !important;
}

.audiojs .time em {
    padding: 0px 2px 0px 0px;
    color: #f9f9f9;
    font-style: normal;
    /*font-size: 18px;*/
    font-size: 14px;
}

.sec4 .audiojs .time em, .audiojs .time strong {
    color: rgb(233, 93, 128);
    font-weight: normal;
}

.audiojs .time strong {
    padding: 0px 0px 0px 2px;
    font-weight: normal;
}

.sec4 .audiojs .time em,
.sec4 .audiojs .time strong {
    /*color: rgb(233, 93, 128);*/
    color: #fefefe;
    font-weight: normal;
}

.sec4 .audiojs .time strong {
    display: none;
    font-size: 14px;
}
.sec4 .audiojs .time em{
    color:#92a085;
}

.sec4 .audiojs .time,
.sec4 .audiojs .time em{
    color: transparent;
    padding: 5px 0px;
}

.sec4 .time_dis {
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 18px;
}


.audiojs .error-message {
    float: left;
    display: none;
    margin: 0px 10px;
    height: 36px;
    width: 400px;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    color: #fff;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.sec5 {
    /*padding-top: 25px;*/
    /*padding-bottom: 200px;*/
    padding-top: 75px;
    padding-bottom: 80px;
}

.sec5 .info_box {
    text-align: left;
    /*padding: 0px 10%;*/
    padding: 0px 25%;
    margin: 0px auto;
    margin-top: 50px;
}

.sec5 .info_box .subcontent {
    /*overflow-y: scroll;*/
    /*max-height: 450px;*/
    /*max-height: 250px;*/
    width: calc(100% + 10px);
}

.sec5 .info_box h4 {
    /*font-size: 29px;*/
    font-size: 21px;
    margin: 0px;
}

.sec5 .info_box h4::before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0px;
    width: 20px;
    height: 20px;
    content: '';

    border-radius: 100%;
    background: rgb(243,151,0);
    background: -moz-linear-gradient(90deg, rgba(243,151,0,1) 22%, rgba(252,212,119,1) 83%, rgba(251,222,187,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(243,151,0,1) 22%, rgba(252,212,119,1) 83%, rgba(251,222,187,1) 100%);
    background: linear-gradient(90deg, rgba(243,151,0,1) 22%, rgba(252,212,119,1) 83%, rgba(251,222,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f39700",endColorstr="#fbdebb",GradientType=1);
}

.sec5 .info_box ul {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0px;
    padding-right: 15px;
}

.sec5 .info_box ul li {
    display: flex;
    /*align-items: center;*/
    align-items: start;
    padding: 12px 15px;
    padding-left: 0px;
    margin-left: 0px;
    /*border-top: 1px solid rgb(255, 255, 255);*/
    /*border-bottom: 1px solid rgb(255, 255, 255);*/
    border-top: 1px solid rgb(255,255,255,0.6);
    border-bottom: 1px solid rgb(255,255,255,0.6);
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.sec5 .info_box ul li .day {
    /*width: 20%;*/
    margin-left: 5px;
    /*text-align: center;*/
    text-align: left;
    /*font-size: 20px;*/
    font-size: 13px;
    margin-right: 15px;
}

.sec5 .info_box ul li .text {
    /*font-size: 23px;*/
    font-size: 16px;
    /*width: 86%;*/
    width: 89%;
    margin-top: -2px;
}

.sec5 .info_box ul li + li {
    border-top: none;
}

.new_sec{
    /*background-image: url(../img/common/background_img.png);*/
    background-image: url(../img/common/background_img1.JPG);
    background-size: cover;
    height: 100%;
}

.new_sec.general{
    background: rgb(0,0,24);
    background: -moz-linear-gradient(180deg, rgba(0,0,24,1) 0%, rgba(0,77,122,1) 70%, rgba(17,95,130,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,24,1) 0%, rgba(0,77,122,1) 70%, rgba(17,95,130,1) 100%);
    background: linear-gradient(180deg, rgba(0,0,24,1) 0%, rgba(0,77,122,1) 70%, rgba(17,95,130,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000018",endColorstr="#115f82",GradientType=1);
}

.sec6 {
    display: flex;
    justify-content: space-between;
    color: rgb(34, 24, 20);
    /*padding: 70px 21% 70px;*/
    padding: 45px 25% 45px;
}

.sec6 .left_box {
    width: 40%;
    /*padding-top: 60px;*/
}

.sec6 .left_box img {
    display: block;
    margin: 0px auto;
    max-width: 200px;
}

.sec6 .right_box {
    text-align: left;
    width: 55%;
}

.sec6 .right_box .apri {
    margin-bottom: 40px;
}

.sec6 .right_box h4 {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif;
    font-weight: bold;
    /*font-size: 36px;*/
    font-size: 21px;
    margin: 0px;
}

.sec6 .right_box p {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, 游ゴシック, メイリオ, Meiryo, sans-serif;
    font-size: 15px;
}

.google_app_link img,
.apple_app_link img{
    max-width: 230px;
}

.page_bottom {
    width: 100%;
    float: left;
}

.page_bottom img {
    width: 100%;
    height: auto;
}

#list_album a{
    color: #ffffff;
    text-decoration: none;
}
/*#list_album img{
    max-height: 60vw;
    overflow: hidden;
    !*jp add*!
    width: 100%;
    height: 150px !important;

}*/

/*サウンドウェーブstyle*/
.sound_wave_box{
    display: inline-block;
    width: 60px;
    line-height: 35px;
    background: rgb(0 0 0 / 40%);
    text-align: center;
    margin: 5px auto;
    padding: 10px 5px;
    padding-bottom: 15px;
    border-radius: 5px;
    font-size: 0px;

    position: absolute;
    /*top: 57%;*/
    top: calc(50% + (140px / 2));
    transform: translate(-50%, -50%);
}

/*再生アニメーション関係*/
#box_span1,
#box_span2,
#box_span3,
#box_span4{
    display: inline-block;
    width:4px;
    margin-left: 3px;
    border-radius: 1px;
    background:#dcdcdd;
    vertical-align: bottom;

    animation-name:expansion;
    animation-duration:0.8s;
    animation-timing-function:ease-in;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    animation-fill-mode:forwards;
    animation-play-state:running;
    /*animation:0.8s ease-in 0s infinite alternate forwards running expansion;*/
}

#box_span1{
    margin-left: 0px;
    animation-delay:0.2s;
}
#box_span2{
    animation-delay:0.6s;
}
#box_span3{
    animation-delay:0.8s;
}
#box_span4{
    animation-delay:1s;
}

@keyframes expansion{
    0%	{ height:10px; }
    100%{ height:30px; background: #dcdcdd; }
}

.inline_video{
    width: 100%;
    overflow: hidden;
    /*max-height: 710px !important;*/
    max-height: 660px !important;
    font-size: 0px;
}
.div_video_frame{
    width: 100%;
}

.slide_button{
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.slide_button .btn_slide{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #9f9fa0;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
}

.slide_button .btn_slide.v_active{
    background-color: #fff;
}

.div_video_frame video{
    width: 100%;
}

.div_video_frame video.third_video{
    margin-top: -350px;
}

.video_sound_box{
    /*position: absolute;*/
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    bottom: 15px;
    right: 10%;
    margin-left: 15px;
    margin-top: 5px;
}

.video_sound_box img{
    width: 100%;
}

.footer_bg a{
    text-decoration: none;
}

.sound_wave_box{
    display: none;
}

/*キャッチコピー関係*/
.catch_copy_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.catch_copy_text.show{
    display: inherit;
}

.sec3 ul.music_all_slider{
    display: none;
}
.sec3 ul.music_all_slider.slick-initialized{
    display: block;
}


@media screen and (max-width: 1350px){
    .div_video_frame video.third_video{
        margin-top: 0px;
    }
    .sec3 .tit,
    .sec3 ul{
        padding: 25px 15%;
    }

    .sec4 .tit,
    .sec4 dl{
        padding: 0px 15%;
    }
    .sec5 .info_box{
        padding: 25px 15%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1080px){
    .sound_wave_box{
        top: calc(50% + (120px / 2));
    }

    .sec3 .tit, .sec3 ul {
        padding: 5px 10%;
    }

    .sec3 ul li img{
        /*height: 140px;*/
        height: 180px;
    }

    .sec4 .tit {
        display: block;
        /*padding: 0px 10%;*/
    }

    .sec4 .tit h4 {
        margin-top: 0px;
        margin-bottom: 16px;
        padding-top: 30px;
        font-size: 28px;
    }

    .sec4 .tit img, .sec4 .tit p {
        /*float: left;*/
        /*display: inline-block;*/
        vertical-align: middle;
        margin-top: -5px;
    }

    .sec4 .tit p {
        margin-top: 4px;
        margin-left: 18px;
    }

    .sec4 dl {
        justify-content: space-between;
        /*padding: 0px 10%;*/
    }

    .audio_box dd {
        margin-left: 0px;
        /*width: 85%;*/
    }
    .sec5 .info_box{
        padding: 0px 10%;
    }

    .sec6 {
        padding-left: 10%;
        padding-right: 10%;
    }
    .audiojs{
        /*width: 85%;*/
        width: 100%;
    }
    .sec4 .time_dis{
        /*right: 100px;*/
    }

}


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

}


@media screen and (max-width: 910px){
    .container {
        width: calc(100% - 30px);
    }
}


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

    .audio_box dt {
        /*margin-bottom: 10px;*/
        width: 15%;
    }
    .sec6 {
        padding-bottom: 5px;
    }
    .sec6 .left_box {
        width: 40%;
    }

    .sec6 .left_box img {
        width: 100%;
        max-width: 175px;
    }

    .sec6 .right_box {
        width: 53%;
    }

    .sec6 .right_box .apri img {
        max-width: 120px;
        width: 100%;
    }

}

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

}

@media screen and (max-width: 768px){
    .logo_box {
        padding-left: 0px;
    }

    .sec3 .tit {
        display: block;
    }

    .sec3 .tit h4 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .sec5 .info_box ul li {
        display: block;
        margin-left: 0px;
    }

    .sec5 .info_box ul li .day {
        width: 100%;
        text-align: left;
        margin-bottom: 5px;
    }
    #list_album img{
        /*height: 120px !important;*/
        height: 150px !important;
    }

}


@media screen and (max-width: 650px){
    .sound_wave_box{
        top: calc(50% + (85px / 2));
    }

    .sec2 {
        padding-top: 30px;
        padding-bottom: 63px;
    }

    .sec3 {
        padding-bottom: 40px;
    }

    .sec3 ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .sec3 ul li img{
        height: 100px;
    }

    .sec4 {
        padding-bottom: 0px;
    }
    .sec4 .tit{
        padding: 0px 10%;
    }

    .sec4 .tit h4 {
        font-size: 30px;
        padding-top: 30px;
        margin-bottom: 8px;
    }

    .sec4 .tit p {
        margin-bottom: 10px;
    }

    .sec4 dl {
        width: 100%;
        margin-top: 30px;
        padding: 0px 10%;
    }
    .audio_box dt {
        font-size: 16px;
    }

    .sec5 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sec6 {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .sec6 .right_box .apri {
        margin-bottom: 30px;
    }

    .sec6 .right_box h4 {
        font-size: 30px;
    }

    .sec6 .right_box p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 550px){
    .sound_wave_box{
        top: calc(50% + (77px / 2));
    }
    section h2 {
        font-size: 24px;
    }

    section p {
        font-size: 15px;
    }

    .sec2 {
        padding: 20px 10px 30px;
    }

    .sec3 .tit h4 {
        font-size: 17px;
    }

    .sec3 .tit, .sec3 ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sec3 .tit h4 {
        margin-bottom: 10px;
    }

    .sec3 .tit p {
        font-size: 16px;
    }

    .sec3 .tit, .sec3 ul {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec4 .tit h4 {
        font-size: 24px;
    }

    .sec4 .tit img {
        width: 24px;
    }

    .sec4 .tit p {
        width: calc((100% - 24px) - 5px);
        margin-top: 0px;
        margin-left: 12px;
        font-size: 15px;
    }
    .audio_box dt {
        margin-bottom: 5px;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

    .audio_box dd {
        width: 100%;
        margin-bottom: 10px;
    }

    .audiojs {
        width: 100%;
        margin-bottom: 13px;
    }

    .sec4 .audiojs .progress {
        width: auto;
    }

    .sec4 .audiojs .progress::after {
        /*top: -20px;*/
        /*right: -10px;*/
        width: 22px;
        height: 22px;
        top: -8px;
        right: -22px;
    }

    .sec5 .info_box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sec5 .info_box h4 {
        font-size: 17px;
    }

    .sec5 .info_box ul li .day {
        font-size: 14px;
    }

    .sec5 .info_box ul li .text {
        font-size: 16px;
        width: 100%;
    }

    .sec6 .right_box h4 {
        /*font-size: 24px;*/
        font-size: 21px;
    }

    .sec6 .right_box p {
        /*font-size: 16px;*/
        font-size: 13px;

    }

    .modal_title {
        margin-top: 20px;
    }

}

@media screen and (max-width: 480px){
    .catch_copy_text{
        -webkit-line-clamp: 2;
    }
    ::-webkit-scrollbar {
        width: 5px;
    }
    .modal__content{
        border-radius: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
        min-height: auto;
        /*height: 60%;*/
    }
    .modal_title {
        font-size: 15px;
        margin-top: 10px;
    }
    .modal__content .input_box.box1{
        margin-top: 15px;
    }
    .modal__content .input_box label, .modal__content .input_box.box1 input{
        font-size: 13px;
    }
    .member_box{
        min-width: auto;
        width: 60%;
    }

    section h2{
        font-size: 19px;
    }
    section p {
        font-size: 14px;
    }
    .sec3 {
        padding-bottom: 0px;
    }
    .sec3 .tit, .sec3 ul{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .sec3 ul li{
        margin-top: 10px;
    }
    .sec3 ul li img{
        border-radius: 8px;
        height: 70px;
    }
    .sec3 .tit p{
        font-size: 14px;
    }
    .sec4 .tit h4 {
        font-size: 17px;
        padding-top: 15px;
    }
    .sec4 .tit p{
        font-size: 13px;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
    }
    .sec4 dl{
        margin-top: 10px;
        padding: 0px 7%;
    }
    .audiojs{
        height: 35px;
    }
    .sec4 .audiojs .time em, .sec4 .audiojs .time strong{
        font-size: 12px;
        vertical-align: text-bottom;
    }
    .sec4 .audiojs .scrubber, .sec4 .audiojs .loaded{
        height: 4px !important;
    }
    .sec4 .audiojs .progress{
        height: 4px !important;
    }
    .sec4 .audiojs .progress::after{
        width: 18px;
        height: 18px;
        top: -7px;
        right: -19px;
    }
    .sec4 .tit h4 img{
        max-width: 18px;
    }
    .sec4 .tit {
        padding: 0px 7%;
    }

    .audio_box dt{
        font-size: 14px;
    }
    .audio_box dd{
        margin-bottom: 0px;
    }
    .sec5 .info_box ul li{
        padding: 10px 8px;
        word-break: break-all;
    }
    .sec5 .info_box ul li .text {
        font-size: 13px;
    }
    .sec5 .info_box h4::before{
        width: 17px;
        height: 17px;
    }
    .sec5 .info_box ul li .day{
        font-size: 13px;
        margin-left: 0px;
    }
    .sec6{
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 30px;
    }
    .sec6 .left_box img{
        max-width: 130px;
        padding-top: 10px;
    }
    .sec6 .right_box p{
        font-size: 12px;
    }
    .sec6 .right_box .apri{
        margin-bottom: 20px;
    }
    .sec6 .right_box h4{
        font-size: 18px;
    }

    footer .footer_bg {
        padding: 5px 10px;
    }
    .sound_wave_box{
        width: 50px;
        padding-top: 5px;
        padding-bottom: 10px;
        /*top: 60%;*/
    }
    .inline_block{
        display: inline-block;
        vertical-align: middle;
    }

    @keyframes expansion{
        0%	{ height:5px; }
        100%{ height:25px; background: #dcdcdd; }
    }

    /*動画style*/
    .slider img, .slider video{
        max-width: unset;
        width: 585px !important;
    }
    .bx-viewport{
        height: 325px !important;
    }

    .video_sound_box{
        width: 35px;
        bottom: -3px;
        right: 5%;
    }

    .div_video_frame video {
        width: 580px;
        margin-left: -2px;
    }
    .inline_video{
        height: 320px;
    }

    #list_album img{
        /*height: 70px !important;*/
        height: 125px !important;
    }
    .audio_box dd {
        width: 100%;
    }
    .sec4 .time_dis {
        right: 67px;
        top: 11px;
        font-size: 11px;
    }
    .smart_li_hide{
        display: none !important;
    }

}

@media screen and (max-width: 375px) {
    #list_album img{
        /*height: 65px !important;*/
        height: 110px !important;
    }
}

@media screen and (max-width: 360px) {
    #list_album img{
        /*height: 60px !important;*/
    }
}

@media screen and (max-width: 320px){
    .modal_title{
        font-size: 12px;
    }
    .modal_subtitle {
        font-size: 11px;
    }
    .modal__content .input_box label, .modal__content .input_box.box1 input {
        font-size: 11px;
    }
    .modal__content .input_box.box1 input::placeholder{
        font-size: 11px;
    }
    #list_album img{
        /*height: 52px !important;*/
        height: 100px !important;
    }
}
