body {
    font-family: 'M PLUS Rounded 1c',sans-serif,'Noto Sans Japanese';
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;
    text-align: center;
    color: #565656;
    background-color: #282828;
    margin: 0 auto;
}

p {
    margin: 0;
    font-weight: 500;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

/* コンテナのクラス */

.container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.detail {
    display: flex;
    padding: 4px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.heading {
    display: flex;
    padding:32px 24px;
    flex-direction: column;
    align-items: center;
    gap: var(--space-md, 16px);
    box-sizing: border-box;
}

.heading img{
    height: auto; /* 画像の縦横比を維持する */
    object-fit: cover; /* 画像が枠内に収まるように調整 */
    max-width: 100%; /* 親要素を超えないように制限 */
}

.navi{
    display: flex;
    padding: var(--space-md, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--space-md, 16px);
}

.summary {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 0px;
    background: #FFF;
    margin: 16px;
    border-radius: 0px;
    border: 3px solid #282828;
    box-sizing: border-box;
}

.summary img{
    height: auto; /* 画像の縦横比を維持する */
    object-fit: cover; /* 画像が枠内に収まるように調整 */
    max-width: 100%; /* 親要素を超えないように制限 */
}

.section1 {
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #1773E1;
    background-image:url('img/bg.png');
    border-bottom: 3px solid #282828
}

.section2{
    display: flex;
    padding-bottom: 16px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    background: #B2DA61;
    background-image:url('img/bg.png');
    border-bottom: 3px solid #282828
}


.section3{
    display: flex;
    padding-bottom: 16px;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    background: #E15AA3;
    background-image:url('img/bg.png');
    border-bottom: 3px solid #282828;
}

.section3 img{
    height: auto; /* 画像の縦横比を維持する */
    object-fit: cover; /* 画像が枠内に収まるように調整 */
    max-width: 100%; /* 親要素を超えないように制限 */
}

.comic_list{
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.comic{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
    margin:0 auto;
}

.comic_btn{
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.section4{
    display: flex;
    padding: 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: #C5C5C5;
}

.section4-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    align-self: stretch;
    position: relative;
}

.section4-b h3 {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    background: #282828;
    color: #FFF;
    font-weight: 900;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: -24px;
    z-index: 10;
    border-radius: 0px;
}

.section4-b p {
    display: flex;
    padding: 32px 24px 24px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: stretch;
    background: #;
    border: 2px solid #000;
    align-self: stretch;
    font-size: 16px;
    color: #232323;
    letter-spacing: -0.7px;
    border-radius: 16px;
    font-weight: 600;
}

.section4-b ul {
    display: flex;
    padding: 32px 24px 24px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    align-self: stretch;
    text-align: left;
    background: #FFF;
    border-radius: 0px;
    border: 2px solid #000;
    align-self: stretch;
    color: #232323;
}

.section4-b li {
    text-align: inherit;
    font-size: inherit;
    font-weight: inherit; 
    letter-spacing: -0.7px;
    font-weight: 500;
}


/* テキストのクラス */


.copy {
    font-size: 8px;
    line-height: 1.0;
    font-weight: 500;
    text-align:left;
    color: #FFF;
    margin-left: 16px;
}

/* 画像のクラス */

.btnimg {
    width: 100%;
}

footer{
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;    
    color: #fff;
    background: #282828;
}
  