/* すべてのページに適用される設定 */

body {
    margin: 0 0 0 0;
    font-size: 1.2rem;
    font-family: "Kaisei Decol";
}

* {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    border: none;
}

p,
li,
td {
    line-height: 1.5;
}

img {
    max-width: 100%;
}

a {
    color: rgb(249, 147, 29);
}

@media (min-width: 450px) {
    div {
        width: 100%;
    }
}

.container{
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
  
  img {
    max-width: 100%; 
  }

/* ヘッダー */
/* ヘッダーのみフォントをpx指定、他はrem */

.nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 6px;
    height: 45px;
    background-color: rgb(242, 121, 67);
    font-size:18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.5em 0.5em;
}

.nav a {
    text-decoration: none;
    color: black;
}

#x_image {
    width: 30px;
}

/* TOP */

.top {
    text-align: center;
    background-color: gold;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0.5em 0.5em;
}

#top_image {
    width: 95%;
}

.copy1 {
    text-align: center;
    background-color: rgb(242, 121, 67);
}

.copy2 {
    text-align: center;
    background-color: rgb(238, 216, 201);
}

.copy3 {
    text-align: center;
    background-color: rgb(239, 184, 25);
}

.copy4 {
    text-align: center;
    background-color: rgb(242, 121, 67);
}

/* メイン */

main h2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto;
    padding: 0.5em 1em;
    color: #ffffff;
    background: #e13dbb;
    width: 85%;
}

main h3 {
    font-size: 1.2rem;
    text-align: center;
}

ul {
    list-style-type: none;
    margin: 0 auto;
}

.schedule {
    padding: 20px;
    background-image: url(../images/bg.jpg);
    background-size: 760px;
    text-align: center;
    height: auto;
}

.live {
    text-align: center;
    width: 85%;
    padding: 0 auto;
    margin: 20px auto;
}

.topic1 {
    font-size: 1.0rem;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/r1.png);
    background-size: 35%;
    background-position: left;
    height: 360px;
    display: flex;
    /*フレックスボックス */
    align-items: center;
    /*上下の配置の指定（中央） */
    justify-content: center;
    /*左右の配置の指定（中央） */
}

.detail1 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.400);
    color: white;
    width: 75%;
}

.topic2 {
    font-size: 1.0rem;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../images/r2.png);
    background-size: 35%;
    background-position: right;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail2 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.400);
    color: white;
    width: 75%;
}

/* タイムテーブルは後日お知らせ */

.pre {
    font-size: 1.2rem;
    text-align: centet;
    color: rgb(246, 221, 77);
}

.flyer {
    text-align: center;
}

#flyer_image {
    width: 230px;
}

/* TOP ライブ詳細の大外枠 */

.player {
    background-color: rgba(194, 93, 169, 0.924);
    height: auto;
}

.page2 {
    background-color: gold;
    color: rgb(0, 0, 0);
}

/* PLAYERS PROF */

.playerprof {
    background-color: gold;
    height: 720px;
}

.p_copy {
    text-align: center;
    color: rgb(4, 51, 240);
}

.title {
    background-color: gold;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 0 10px 0;
}

.list {
    display: grid;
    width: 100%;
    column-gap: 0.5px;
    grid-template-columns: repeat(2, auto);
}

.list a {
    text-decoration: none;
    color: black;
}

.fr {
    text-align: center;
}

.fr a {
    text-decoration: none;
    color: black;
} 

#click1_image {
    width:35%;
    padding: 0 auto;
    margin: 40px 55%;
}

/* ARCHIVES */

.archives {
    background-color: gold;
    height: 400px;
    text-align: left;
}

.archives ul {
    margin: 0 auto;
    width: 85px;
}

.archives a {
    text-decoration: none;
    color: black;
}

#click2_image {
    width:35%;
    padding: 0 auto;
    margin: 40px 55%;
}

/* イベントタイムテーブル */

.time {
    text-align: left;
    width: 265px;
    background-color: gold;
}
.bossa {
    color: #0000cd
}

/* フッター */

.copyright {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: crimson;
    color: white;
    text-align: center;
    font-size: 1.0rem;
    
}