@charset "utf-8";

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//use.fontawesome.com/releases/v5.0.6/css/all.css);
@import url('https://fonts.googleapis.com/css?family=Kosugi');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

/*
	font-family:"FontAwesome";
	font-family:"Font Awesome 5 Free";
*/

/*========================================
 Base／固定
========================================*/
body {font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;}

/*===== FontSize 早見表(必要なもののみ残す) 　※ 16pxは1remで記載 ※ =====*/
html {
    --12px:calc(12 / 16 * 1rem);
    --13px:calc(13 / 16 * 1rem);
    --14px:calc(14 / 16 * 1rem);
    --15px:calc(15 / 16 * 1rem);
    --20px:calc(20 / 16 * 1rem);
    --24px:calc(24 / 16 * 1rem);
    --30px:calc(30 / 16 * 1rem);
}

/* topへ戻る */
footer #totop{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
footer #totop a {display:block;}
footer #totop::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

/*========================================
 カスタム用 ／PC&SP
========================================*/

/*===== class名でfontを使用する場合／下記の記述でfontを設定 =====*/
.Font13 {font-size:var(--13px);}
html,body {
  height: 100%
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 1rem;
    line-height:1.6;
    color: #262626;
}
a {
    color: #262626;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
    transition: 0.5s;
}
section {
  margin-bottom: 5%;
}
header, main {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%;
}
#ContentWrap:after {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    z-index: -5;
    background:#0b379c;
    background: linear-gradient(to bottom right,#0b379c, #4bc8b9);
}
/*header*/
header {
    padding: 4rem 0;
    text-align:center;
    color: #fff;
}
.mainTitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Kosugi', sans-serif;
    font-size: 4rem;
    letter-spacing: .12em;
    margin-bottom: 4rem;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8)
}
.leadText {
    font-size:1.2rem;
    line-height: 2;
    width: 90%;
    padding: 1em;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.leadText span {
    font-weight:bold;
    font-size:1.2rem;
    background: linear-gradient(transparent 60%, #4bc8b9 60%);
}
.leadText span {
    position:relative;
}
/*.leadText span:before {
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent 60%, #4bc8b9 60%);
    animation: underlineAnim .5s ease-in;
    z-index: -1;
}
@keyframes underlineAnim {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}*/

/*contents*/
.liveInfo {
    background: #fff;
}
.liveTitle {
    padding: 2rem 0;
    width: 90%;
    text-align: center;
}
.liveTitle img {
    max-width: 800px;
    width: 100%;
}

/* アーティスト一覧 */
.artistsList {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    margin-bottom: 4rem;
    padding: 0;
    max-width: 640px;
    width: 100%;
}
.artistsItem {
    width: calc((100% - 40px) / 2);
    text-align: center;
}
.artistsItem a {
    display: inline-block;
    text-decoration: underline;
    transition: 0.3s;
}
.artistsItem a:hover {
    opacity:0.7;
}
.artistsImg {
    max-width: 300px;
    width: 100%;
    height: auto;
}
.artistsName {
    max-width: 300px;
}

/*ライブ情報*/
.liveTable {
    width: 90%;
}
.liveTable caption {
    caption-side: top;
    font-weight: bold;
    font-size: 1.2rem;
    color: #262626;
}
.liveTable th, .liveTable td {
    padding:1em 0;
    vertical-align:top;
    border-top:1px solid #ddd;
}
.liveTable th {
    width: 160px;
    padding-right: 1em;
    color: #4bc8b9;
}

.liveBtn {
    padding-bottom:2rem;
    text-align: center;
}
.liveBtn a {
    display: inline-block;
    padding: 0.5em 2em;
    background: #4bc8b9;
    border: 1px solid #4bc8b9;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}
.liveBtn a:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: .6em;
}

/*etc*/
.etcWrap {
    text-align: center;
    color: #fff;
}
.etcText span{
    font-size: 2rem;
    letter-spacing: .12em;
    background: linear-gradient(transparent 60%, #4bc8b9 60%);
}

/*終了*/
.liveEnd {
    text-align: center;
    background: #333;
    padding: .2rem;
    color: #fff;
    font-size: 1.2rem;
}
.liveTitle{
    position: relative;
    text-align: center;
}

/*その他情報*/
.other {
    padding:2em 1em;
    width: 90%;
    text-align: center;
    border-top: 1px solid #ddd;
}
.other h3 {
    margin-bottom: 1rem;
    font-weight:bold;
    font-size:var(--20px);
    letter-spacing: .1em;
    line-height: 1.6;
    color: #4bc8b9;
}
.otherBtn {
    display: inline-block;
    padding: .5em 2em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1rem;
    transition: 0.3s;
}
.otherBtn:before {
    font-family: "FontAwesome";
    content: "\f105";
    margin-right: .6em;
}
.btnWrap {
    margin: 1rem auto 2rem;
}

/*その他アーティスト*/
.otherArtist {
    margin: 0 auto 4rem;
    max-width: 640px;
    text-align: center;
    border-radius:5px;
}
.label {
    margin-bottom: .5em;
}
.otherArtistImg {
    max-width: 200px;
}
.otherArtist a {
    text-decoration: underline;
    transition: 0.3s;
}
.otherArtist .name {
    margin: 0;
}

/*公式X*/
.liveSns {
    margin: 2rem auto 4rem;
    text-align: center;
    color: #fff;
    width: 90%;
    padding: 1em;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.liveSns .liveSnsText {
    font-size: 1.4rem;
    letter-spacing: 2px;
    line-height: 1.6;
}
.liveSns .otherBtn {
    margin-bottom: 2rem;
}
.liveSns .otherBtn:last-child {
    margin-bottom: 0;
}

/* PC */
@media screen and (min-width: 768px) {
    .sp {
        display: none;
    }
}

/* スマホ */
@media screen and (max-width: 767px) {
    section {
        margin-bottom: 10%;
    }
    header {
        padding: 3rem 0;
    }    
    .mainTitle {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    .leadText {
        padding: 1em 0;
        font-size: 1rem;
    }
    .leadText span {
        font-size: 1rem;
    }

/*    .liveInfo {
        padding-bottom: 1rem;
    }*/
    .artistsList {
        margin: 0 auto;
        padding: 1em;
        font-size: var(--13px);
        gap:1em;
    }
    .artistsItem {
        margin-bottom: 1rem;
        width: calc((100% - 1em) / 2);
    }
    .liveTable {
        font-size: var(--13px);
    }
    .liveTable caption {
        font-size: var(--14px);
    }

    .liveTable th, .liveTable td {
        display: block;
        padding: .5em 0;
        border: none;
    }
    .liveTable th {
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .liveTable td {
        margin-bottom: 1em;
    }
    .liveBtn {
        font-size: var(--13px);
        text-align:center;
    }

    .etcText span {
        font-size: var(--20px);
    }

    .other {
        padding: 1em 0;
        font-size: var(--14px);
    }
    .other h3 {
        font-size: 1rem;
        line-height: 1.6;
    }
    .otherBtn {
        font-size: var(--13px);
    }
    
    .otherArtist {
        margin:0 auto 2rem;
        width:90%;
        font-size:var(--13px);
    }
    .otherArtistImg {
        max-width: 150px;
    }
    .note {
        text-align: left;
    }
    
    /*公式X*/
    .liveSns {
        margin: 15% auto;
    }
    .liveSns .liveSnsText {
        font-size: 1rem;
    }
}