@charset "utf-8";
/* ヘッダー */
.he_top{
    background-image: url(../image/media-top.jpg);
}
/* トップ キャッチコピーエリア */
.conA{
    left: 25%;
}
.sub-catch-copy{
    font-size: 0.9rem;
    letter-spacing: .1rem;
}
.catch-copy{
    line-height: 2rem;
}
/* 良い判子の条件 */
.good-seal-area{
    background-image: url(../image/back-image02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
}
.good-seal-con{
    width: 80vw;
    max-width: 1000px;
    margin: 0 auto;
    padding: 8rem 0;
}
.good-seal-con p{
    margin-top: 5%;
}
.good-seal-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 2rem;
    padding:5rem 3rem;
}
.good-seal-grid img{
    width: 100%;
}

.sonymovie{
    padding: 2rem;
}
.sonymovie img{
    width: 90%;
    max-width: 580px;
    margin: 3rem auto;
}
.oth-media{
    margin: 5rem 0 3rem 0;
}
.yt-grid{
    padding: 3rem 0;
    display: grid;
    grid-template-columns: 30% 67%;
    grid-column-gap: 3%;
    grid-row-gap: 5%;
}
.yt-grid iframe{
    width: 100%;
}
.deco-media{
    display: inline;
    color: rgb(64, 34, 15);
    text-decoration: underline;
    padding: 0.25rem;
}
.deco-media:hover{
    background-color: rgb(114, 84, 69);
    color: #fff;
    transition: .5s;
}
.media-det{
    display: inline;
    font-size: 0.85rem;
    padding: 0.3rem 0.5rem;
    background-color: rgba(109, 91, 88, 0.6);
    color: #fff;
    border-radius: 0.25em;
}
