@media screen and (min-width: 768px) {
    .color-bar {
        border-top: solid 3px #DA251D;
        width: 20px;
    }

    .content {
        position: relative;
    }

    .content img {
        width: 70%;
        height: 600px;
        object-fit: cover;
        display: block;
    }

    .content .catch-copy {
        background: rgba(255, 255, 255, 0.8);
        padding: 50px 80px;
        position: absolute;
        width: 40%;
        letter-spacing: 0.1em;
    }

    .content .title {
        margin: 5px 0 30px;
        font-size: 16px;
		font-family: "TazuganeGothicStdN-Light";
    }

    .content .text {
        font-size: 15px;
        line-height: 2;
    }

    .top-image {
        margin: 120px 0 80px;
        text-align: center;
    }

    .top-image .main {
        width: 100%;
        height: 700px;
        object-fit: cover;
    }

    .top-image .title-image {
        position: absolute;
        width: 70px;
        top: 67px;
        right: 15%;
    }

    .top-image .color-bar {
        margin: 55px auto 20px;
    }

    .top-image .catch-copy {
        font-size: 20px;
        margin-bottom: 40px;
		font-family: "TazuganeGothicStdN-Light";
    }

    .top-image .text {
        font-size: 15px;
        line-height: 1.8;
    }

    .iro {
        height: 800px;
    }

    .iro .catch-copy {
        right: 0;
        top: 400px;
    }

    .komayaka {
        height: 800px;
    }

    .komayaka img {
        margin-left: auto;
    }

    .komayaka .catch-copy {
        left: 0;
        top: 80px;
    }

    .film {
        height: 800px;
    }

    .film .catch-copy {
        left: 5%;
        top: 430px;
    }

    .shawer {
        height: 800px;
    }

    .shawer img {
        margin-left: auto;
    }

    .shawer .catch-copy {
        left: 0;
        top: 331px;
    }

    .clean {
        height: 730px;
    }

    .clean img {
        width: 100%;
    }

    .clean .catch-copy {
        right: 5%;
        top: -133px;
    }

    .silence img {
        margin: 0 auto 40px;
        display: block;
    }

    .silence .text {
        margin: auto;
        text-align: center;
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0.1em;
    }
}


@media screen and (max-width: 767px) {
    .color-bar {
        border-top: solid 0.6vw #DA251D;
        width: 4vw;
    }
    
    .content img, 
	.silence img {
        width: 100vw;
        height: 72vw;
        margin-bottom: 3vw;
        object-fit: cover;
    }
    
    .content .catch-copy {
        padding: 0 8vw 15vw;
        letter-spacing: 0.1em;
    }
    
    .content .title{
        margin: 1.5vw 0 7vw;
        font-size: 3.6vw;
		font-family: "TazuganeGothicStdN-Light";
    }
	.silence .text{
        margin: 1.5vw 0 7vw;
		text-align: center;
        font-size: 3.2vw;
		font-family: "TazuganeGothicStdN-Light";
    }

    .content .text {
        font-size: 3.2vw;
        line-height: 1.8;
    }
    
    .top-image {
        text-align: center;
    }
    
    .top-image .main {
        width: 100vw;
        height: 55vw;
        margin: 21vw 0 6vw;
        object-fit: cover;
    }
    
    .top-image .title-image {
        position: absolute;
        right: 24%;
        top: 13vw;
        width: 8vw;
    }
    
    .top-image .catch-copy {
        font-size: 3.7vw;
        margin: 3vw 0 6vw;
		font-family: "TazuganeGothicStdN-Light";
    }
    
    .top-image .text {
        font-size: 3.2vw;
        color: #6C5E88;
        margin-bottom: 8vw;
    }
    
    .top-image .color-bar {
        margin: 0 auto;
    }
}