@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

html body{
    background: white;
    font-family:"Poppins","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    position: relative;
    background:#000000;
}

/* css animation (prefixes are cut) */
.appear {
    transform-origin:center top;
    animation:show 1s both;
}


span.appear {display:inline-block;}
.d01 {animation-delay:0.1s;}
.d02 {animation-delay:0.2s;}
.d03 {animation-delay:0.3s;}
.d04 {animation-delay:0.4s;}
.d06 {animation-delay:0.6s;}
.d08 {animation-delay:0.8s;}
.d10 {animation-delay:1s;}
.d14 {animation-delay:1.4s;}
.d16 {animation-delay:1.6s;}
.d18 {animation-delay:1.8s;}
.d20 {animation-delay:2.0s;}
@keyframes show {
    0% {
        transform:translate(0,1em);
        opacity:0;
    }
    50% {
    }
    100% {
        transform:translate(0,0);
        opacity:1;
        text-shadow:none;
    }
}
.spbr{
    display:none;

}
.top_contents-bg{
    width:100%;
    height:100%;
    background:url("../../img/overthewaves-top_contents-bg.jpg") no-repeat;
    position:fixed;
    background-size:cover;
    background-position:center;
    z-index:-6;
}
.top_contents{
    position:relative;
    margin-bottom:100px;
    
}

.top_title{
    display:block;
    margin:0 auto;
    padding-top:200px;
}

.top_schedule{
    display:block;
    margin:0 auto;


}
.top_navigators{
    width:150px;
    height: 220px;
    margin:0 auto;
    position:relative;
    margin-top:54px;
}

.top_navi{
    position:absolute;
    width:100%;
}

.n1{
    top:0px;
    left:0px;
}


.navi_photo {
    padding-bottom: 0px;
    border-radius: 100px;
}

.top_navi img {
    width:100%;
    display: block;
    margin: 0 auto;
}

.navi_name{
    text-align:center;
    font-size:15px;
    color:#FFFFFF;
    margin-top:2px;

}

.top_des{
    text-align:center;
    font-size:15px;
    color:#FFFFFF;
    line-height:29px;   
    display:block; 
    max-width:900px;
    width:90%;
    margin:0 auto;
    margin-top:28px;
}


.top-logo-image
{
    display:block;
    width:20%;
    margin: 0 10px;
    /* margin-left:1%;
    margin-top:40px;
    float:left; */
}

.top-logo-image
{
    display:block;
    width:12%;
    margin: 0 10px;
    /* margin-left:1%;
    margin-top:40px;
    float:left; */
}

.top-logowrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 30px 0;
    /* width:95%;
    max-width:900px;
    display:block;
    margin:0 auto; */

}
.wrap{
    width:100%;


}

.contents{
    width:1040px;
    background:#1a1a1a;
    margin:0 auto;
    border:2px solid #1ed760; 
    border-bottom:2px solid #1ed760; 
    padding-bottom:40px;
    margin-top:80px;
    margin-bottom:80px;
    /* padding-top:30px; */


}

.cont_title{
    padding-top: 29px;
    padding-bottom: 29px;
    margin:0 auto;
    width: 100%;
    border-bottom: 1px solid #1ed760;
}

.cont_title img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.title_setsumei{
    margin:0 auto;
    text-align:center;
    font-size:16px;
    color: #1ed760;
    font-weight: bold;  
    margin-top: 13px;
    line-height:1.8em;
    width:90%;

}
.se-small{
    font-size:12px;
    font-weight:normal;
}

.bgblack .title_setsumei{

    margin-top:0px;
    color:#FFF;
    margin-bottom:30px;
}


.pl-program {
    width: 90%;
    display: block;
    margin: 0 auto;
    max-width: 690px;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pl-program img {
    width: 35%;
    float: left;
}
.pl-text {
    width: 60%;
    float: left;
}
.pl-date {
    text-align: left;
    margin-left: 30px;
    margin-top: 20px;
    font-size: 19px;
    color: #FFF;
}

.pl-title {
    margin-top: 10px;
    margin-left: 30px;
    text-align: left;
    font-size:14px;
}
.pl-des {
    text-align: left;
    margin-left: 30px;
    margin-top: 10px;
    color: #cccccc;
}


.cont_intro{
    float:left;
    width:60%;
}

.about-spotify {
    width: 100%;
    /* margin-top: 20px; */
    /* margin-bottom: -40px; */
}
.cont_setsumei{
    margin-top:10px;
    margin-left:20px;
    font-size: 14px;
    line-height: 25px;
    margin-right: 20px;

}

.clearBoth{
    clear:both;
}


.c-wrap{
    width:1040px;
    margin:0 auto;

}


.message_button {
    min-width: 310px;
    width: 95%;
    max-width: 450px;
    min-height: 170px;
    margin: 0 auto;
    background: #222222;
    border-radius: 20px;
    border: 1px solid #1ed760;
    margin-top: 30px;
    margin-bottom: 20px;
}

.message_button h3,p{
    color:#1ed760;
    text-align:center;
    padding-top:5px;
}
.message_button h3{
    padding-top:20px;
    font-size:29px;
    color:#FFF;
}

.spotify-logo{
    display:block;
    margin:0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}


.bgblack{
    border-top:3px solid #1ed760;
    border-bottom:3px solid #1ed760;
    background:#333;
    padding:40px 0px 60px 0px;
}


.c_contents{
    width:1040px;
    margin:0 auto;
}

.guest_title img{
    display:block;
    margin:0 auto;
    padding-top: 53px;
    padding-bottom: 0px;

}


.j-me_comment{
    width:1040px;
    margin:0 auto;
    padding-bottom:50px;
}
.j-me_title{
    width:100%;
    border-bottom:3px solid #003E97;
    margin-bottom:20px;
}
.j-me_title img{
    margin-left:10px;
}

.top_sns{
    width:460px;
    margin:0 auto;
    margin-top:60px;
}
.suzune_photos{
    float: left;
    width: 35%;
    margin-left: 20px;
}
.modals{
    width:100%;
    margin:0 auto;

}
.livephoto{
    width:32%;

}
.mainphoto{
    width:100%;
}
.suzune_photos img:nth-child(2){
    margin-left:6px;
}
.last_m{
    border-bottom:none;


}

.ges-top{
    max-width:90%;
    margin:0 auto;
}
.guest{
    float:left;
    width:33.3%;
    margin-bottom:30px;
}
.guest img{
    display:block;
    margin:0 auto;
    max-width:95%;
}
.ges-bottom{
    width:700px;
    max-width:90%;
    margin:0 auto;
    position:relative;
}
.ges-bottom .guest{
    width:50%;
}

.radios{
    padding-top:30px;
    max-width:60%;
    min-width:320px;
    margin:0 auto;
}
.radios img{
    width:20%;
    float:left;
}

.thankyou{
    display:block;
    margin:0 auto;
    max-width:320px;
}

.thanks{
    margin-bottom:550px;
}

.bt-a{
    text-decoration: none;
}

/*----------------------SP-----------------------------------------*/

@media screen and (max-width: 1039px) {
    .top_contents {
        margin-bottom: 55px;
        background-size:150%;
        background-position:top center;
    }
    .top_contents-bg{
        
        margin-bottom: 55px;
        background-position:top center;
    }
    .top_title {
        width: 90%; 
        padding-top: 84px;
    }
    .top_schedule {
        width: 45%;
    }

    .top_navigators {
        width: 150px;
    }
    .navi_photo{
        width:100%;
    }
    .top_navi {
        width: 150px;
    }
    .label_nav{

    }
    .label_com{
        width: 98%;
    }
    .top_des {
        font-size: 15px;
        line-height: 24px;
        width: 90%;
        display: block;
        margin: 0 auto;
    }
    .contents {
        width: 95%;

    }
    .title_setsumei {
        font-size: 13px;
        line-height: 1.5;
        width:95%;
    }
    .midashi {
        margin-left: 15px;
    }
    .c-wrap {
        width: 95%;
    }
    .contents_a,.contents_d{
        float: none;
        width: 100%;
        min-height:initial;
    }
    .cont_art_dande_photo {
       
        width: 90%;
    }
    .cont_m_2photo {
        width: 80%;
    }
    .c_contents{width:95%;}
    .j-me_comment {
        width: 95%
    }
    .insta_photo img {
        width: 15%;
        margin: 6px;
    }
    .cont_setsumei_2,.cont_setsumei_3{
        text-align:left;
    }

    /* kato edit */

    .pl-program {
      width: 90%;
      display: block;
      margin: 0 auto;
      max-width: 690px;
      border-bottom: 1px solid #CCCCCC;
      padding-top: 20px;
      padding-bottom: 20px;
    }
    .pl-program img {
      width: 100%;
      float: left;
    }
    .pl-text {
      width: 100%;
      float: left;
    }
    .pl-date {
      text-align: left;
      margin-left: 0px;
      margin-top: 20px;
      font-size: 19px;
      color: #FFF;
    }
  
    .pl-title {
      margin-top: 10px;
      margin-left: 0px;
      text-align: left;
      font-size:14px;
    }
    .pl-des {
      text-align: left;
      margin-left: 0px;
      margin-top: 10px;
      color: #cccccc;
    }
      /* // kato edit */
}

@media screen and (max-width: 760px) {
    .insta_photo img {
        margin: 5px;
    }
    .spbr{
        display:inline;

    }
}
@media screen and (max-width: 639px) {
  .top-logo-image
  {
      width:30%;
      /* margin-left:1%;
      margin-top:40px;
      float:left; */
  }

  .insta_photo img {
        margin: 3px;
    }
    .cont_m_photo,.suzune_photos{
        width: 310px;
        display: block;
        margin: 0 auto;
        float:none;
    }

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

}
@media screen and (max-width: 460px) {
    .top_sns{
        width:100%;
        text-align: center;
    }
}
@media screen and (max-width: 380px) {
    .insta_photo img {
        margin: 2px;
    }
}



/*-----------------------------------------------------------------*/

#gigyaShare {
    position: static;
    width: auto;
}

.gig-bar-container {
    display: inline-block;
    padding-top: 6px;
    padding-left: 10px;
    *display: inline;
    *zoom: 1;
}

@media screen and (max-width: 720px) {
    .c-header {
        padding-top: 50px;
        padding-bottom: 14px;
    }
    .c-header__inner {
        width: 320px;
    }
    .c-header__logo {
        margin-bottom: 0px;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-header__sns {
        display: none;
    }
    .c-header_schedule {
        display: none;
    }
}



/*@import url(c-footer.css);*/
.c-footer {
    background-color: #000;
}

.c-footer__inner {
    position: relative;
    width: 960px;
    height: 109px;
    margin: 0 auto;
    padding-top: 44px;
    text-align: left;
}

.c-footer__copyright {
    margin-top: -16px;
    margin-left: -12px;
    text-align: center;
}

.c-footer__copyright img {
    width: 294px;
    height: auto;
}

.c-footer__logo {
    position: absolute;
    top: 53px;
    right: 0;
}

.c-footer-logo img {
    width: 177px;
    height: auto;
}

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


  .c-footer__inner {
        width: 320px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 34px;
    }
    .c-footer__copyright {
        margin-top: -10px;
    }
    .c-footer__copyright img {
        width: 157px;
    }
    .c-footer__logo {
        position: static;
        margin-top: 13px;
        text-align: center;
    }
    .c-footer__logo img {
        width: 88px;
    }
    #backtop {
        margin-left: 10px;
    }
    #backtop img {
        width: 30px;
        height: auto;
    }
}



/*@import url(p-navigator-list.css);*/
.c-navigator-item{
    box-sizing:border-box;
}


.c-navigator-item__thumb{
    vertical-align: top;
    width: 100%;
    height: auto;
}
.c-navigator-item__name{
    background-color: #000;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.c-navigator-item--active .c-navigator-item__name{
    color: #40b4b3;
}

.p-navigator-list{
    overflow: hidden;
    padding: 8px 2px 2px 2px;;
}
.p-navigator-list .c-navigator-item{
    width: 50%;
    float: left;
    padding: 3px;
}

/*@import url(p-navigation.css);*/


@media screen and (max-width: 767px) {
    .p-navigation{
        display: none;
    }
}

/*@import url(layout.css);*/
.l-footer {
    margin-top: 0px;
}

.l-main {
    margin-top: 29px;
	overflow:hidden;
}

@media screen and (max-width: 767px) {
    body{
        overflow-x:hidden;
    }
    .l-main {
        margin-top: 0px;
    }
    .l-footer {
        margin-top: 0;
    }
}


/*@import url(utility.css);*/
/*  CLEAR FIX 
---------------------------------------------- */

.clrfix {
    zoom: 1;
    /*for IE 5.5-7*/
}

.clrfix:after {
    /*for modern browser*/
    content: "";
    display: block;
    clear: both;
    /* height: 0px; */
    /* overflow: hidden; */
}

* html .clrfix {
    display: inline-table;
    /*\*/
    display: block;
    /**/
}

.u-sidebar-pad {
    padding-left: 5px;
    padding-right: 5px;
}

.u-hover {
    -webkit-transition: 0.1s opacity linear;
    -o-transition: 0.1s opacity linear;
    transition: 0.1s opacity linear;
}

.u-hover:hover {
    opacity: 0.7;
}

#size-detect {
    font-family: pc;
    display: none;
}

@media screen and (max-width: 767px) {
    #size-detect {
        font-family: sp;
        display: none;
    }
}






.c-select {
    position: relative;
    color: #222222;
}
.c-select select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 37px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: block;
}
.c-select__inner {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 0 12px;
    width: 100%;
    height: 37px;
    font-size: 13px;
    line-height: 32px;
    background: #DDDDDD;
    padding-left: 44px;
    font-weight: bold;
    margin-top: -2px;
    border: 1px solid #838383;
}
.c-select__inner:before,
.c-select__inner:after {
    content: '';
    position: absolute;
    display: block;
}
.c-select__inner:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 29px;
    background: #DDDDDD;

    border-right: 1px solid;
    margin: 4px 0;
}
.c-select__inner:after {
    top: 50%;
    left: 7px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-top-color: #838383;
    border-width: 5px 5px 0 5px;
}

@media screen and (max-width: 767px) {
    
    /* overrides common styles */
    #commonFooter{
        width: 100%;
        position: static;
    }
    
    #commonFooterInner{
        padding: 15px 0;
        width: 100%;
        background-color: #282828;
        text-align: center;
    }
    #commonFooter li{
        display:inline-block !important;
        float: none;
    }
}


