﻿    main {
        margin: 60px 0 0 0;
    }
    
    .main-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow-x: scroll;
    }
    
    .main-container img {
        width: 100%;
        margin: 20 20px;
    }
    
    main .paragraph {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 40px;
    }
    
    main .paragraph.member {
        padding: 0;
    }
    
    main .paragraph h1 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    
    main .paragraph h4 {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
    }
    
    main .paragraph .paragraph-title {
        padding: 20px 0;
        font-family: 'OstrichSans', 'SourceHanSansJP', sans-serif;
    }
    
    main .paragraph .paragraph-title.white {
        color: white;
        font-size: 32px;
    }
    
    main .paragraph .paragraph-title.overlay {
        background: rgba(110, 220, 220, 0.4);
    }
    
    main .paragraph .paragraph-content {
        width: 95%;
        margin: 0 auto;
        text-align: center;
        line-height: 1.8em;
        text-align: left;
        font-size: 15px;
    }
    
    main .paragraph .paragraph-separater {
        position: absolute;
    }
    /**
 DHAとは
*/
    
    .youtube {
        text-align: center;
        height: 40px;
        border-radius: 4px;
        /* 2.背景色をきめる */
        background: #333333;
        /* 3.文字の配置をきめる */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
    }
    /**
 news
*/
    
    .news-title {
        position: absolute;
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    
    .news-title h3 {
        color: white;
        font-size: 40px;
        font-family: 'SourceHanSansJP', sans-serif;
    }
    
    .news-content {
        position: absolute;
        max-width: 300px;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    
    .news-content li {
        color: white;
        line-height: 1.3em;
        text-indent: -6em;
        padding: 0 0 0 6em;
    }
    
    .news-content li:not(:last-child) {
        margin: 0 0 4px;
    }
    /**
 公演情報
*/
    
    .program-image {
        width: 75%;
        margin: 20px auto 0;
    }
    
    .program-image img {
        width: 100%;
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.3);
    }
    
    .program-content {
        width: 90%;
        margin: 15px auto;
        padding: 20px 0;
        text-align: center;
        line-height: 1.6em;
    }
    
    .program-schedule {
        width: 340px;
        margin: 0 auto;
    }
    
    .program-schedule a {
        text-decoration: none;
        color: black;
        padding: 18px;
        font-size: 18px;
    }
    
    .program-schedule-row {
        text-align: left;
        border-bottom: 2px solid black;
    }
    
    .program-schedule-row p {
        text-indent: -5.7em;
        padding: 0.5em 0 0.5em 6em;
        line-height: 1.4em;
        font-size: 18px;
        font-weight: bold;
    }
    
    .program-schedule-row p span {
        text-align: center;
        color: black;
    }
    
    .program-link {
        text-align: center;
        margin: 40px 0;
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 0;
    }
    
    .program-link a {
        background: black;
        text-decoration: none;
        color: white;
        padding: 18px;
        font-size: 18px;
    }
    
    .goods {
        text-align: center;
        height: 48px;
        border-radius: 4px;
        /* 2.背景色をきめる */
        background: #333333;
        /* 3.文字の配置をきめる */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /**
 過去の公演
*/
    
    .past-container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    
    .past-container img {
        width: 100%;
        box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.3);
    }
    
    .past-container div {
        margin: 0 20px;
        flex: 0 0 50%;
    }
    /**
 Twitter
*/
    
    .twitter-container {
        width: 90%;
        height: 400px;
        margin: 0 auto;
        padding: 0 0 20px;
        overflow: scroll;
    }
    /**
 メンバー紹介
*/
    
    .member-container {
        padding: 0 20px;
    }
    
    .member-profile {
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 7px;
    }
    
    .member-profile:nth-child(even) {
        flex-flow: row-reverse;
    }
    
    .member-profile:not(:last-child):after {
        position: absolute;
        bottom: 0;
        content: url("../images/line/line3.png");
        height: 18px;
    }
    
    .member-profile .member-meta {
        flex: 0.9;
    }
    
    .member-profile .member-meta h3 {
        font-size: 24px;
        margin: 16px 0;
        display: inline-block;
    }
    
    .member-profile .member-meta p {
        line-height: 1.5em;
    }
    
    @media screen and (min-width:401px) and ( max-width:480px) {
        .news-title h3 {
            font-size: 32px;
        }
        .news-content {
            max-width: 260px;
            font-size: 15px;
        }
    }
    
    @media screen and (max-width:400px) {
        .news-title h3 {
            font-size: 26px;
        }
        .news-content {
            max-width: 232px;
            font-size: 14px;
        }
    }