@charset "UTF-8";

/* 全パーツ共通 */
html {
    scroll-behavior: smooth;
}

body {
    color: #333333;
    font-size: 1.8rem;
    font-family: "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック",  "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", sans-serif;;
}

.bg-182d7c {
    background-color: #182d7c;
}

.bg-gray {
    background-image: url("/contents/trend_gamingpc/assets/images/bg/nojima_game_txt_bgtexture.png");
    line-height: 2.0;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-navy {
    background-image: url("/contents/trend_gamingpc/assets/images/bg/nojima_game_sectionarea_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 200px;
}

.movies iframe {
    background-image: url("/contents/trend_gamingpc/assets/images/bg/movie_setting_icon.png"),url("/contents/trend_gamingpc/assets/images/bg/movie_setting_icon.png");
    background-repeat: no-repeat;
    width: 50%;
    padding: 40px 10px;
    background-position: top left, right bottom;
    background-size: 80px;
}
 

/* .movies {
    position: relative;
} */

.fc-d71920 {
    color: #d71920;
    font-weight: 600;
}

.fc-182e7c {
    color: #182e7c;
}

h1 {
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
}

h2 {
    color: #182e7c;
    font-size: 3.5rem;
    font-weight: 800;
    margin-top: 90px;
    margin-bottom: 25px;

    position: relative;
    display: inline-block;
}

h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;/*線の上下位置*/
    display: inline-block;
    width: 80px;/*線の長さ*/
    height: 1px;/*線の太さ*/
    background-color: #182e7c;/*線の色*/
}

h3 {
    text-align: center;
    color: #182e7c;
    font-size: 3.0rem;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 40px;

}

.marker {
    background:linear-gradient(transparent 60%, #fef398 60%);
}

p {
    margin-top: 30px;
}

.inner_960 .flex_box {
    align-items: center;
}

.flex_align-items_start {
    align-items: flex-start;
}

.img-full {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* 各パーツ別 */
.header_logo {
    margin-left: 10%;
}

.kv {
    background-image: url("/contents/trend_gamingpc/assets/images/bg/nojima_game_kv_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.kv .inner {
    align-items: center;
    justify-content: space-around;
}

.index {
    color: #182e7c;
    width: 100%;
}

.index img {
    display: block
}

.index-line {
    position: relative;
    top: -10px;
}

.index .bg-gray {
    width: fit-content;
    height: fit-content;
    margin-top: 80px;
    margin-bottom: 20px;
}

.index li {
    padding-left: 20px;
    padding-right: 20px;
}

.index li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.index li a span {
    text-decoration: underline;
}

.index li a img {
    width: 16px;
    padding-left: 5px;
    padding-top: 5px;
}

#about .bg-gray {
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.4;
    margin: 0 auto;
}


.recommend h2 {
    color: #ffffff;
    margin-top: 0;
    margin-top: 60px;
}

.recommend h2::before {
    background-color: #ffffff;/*線の色*/
}

.recommend .hukidashi-area {
    align-items: flex-start;
    margin-top: 20px;
}

.hukidashi {
    position: relative;
    margin: 1.5em 0 1.5em 15px;
    background: #FFF;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 1.6rem;
}

.hukidashi:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.hukidashi:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    z-index: 1;
}

.hukidashi div {
margin: 0;
padding: 0;
}

.recommend .bg-navy .cv a {
    width: 60%;
}

.hukidashi .col_in_2-4 img {
    margin: 0 auto;
}

.pkg-area p {
    font-weight: 600;
}

.pkg-area .col_in_2-6 {
    margin-top: 40px;
    font-weight: 600;
}

.pkg-area .col_in_2-4 {
    padding: 40px;
}

.points a {
    text-decoration-color: #182e7c;
}

.points p {
    text-align: center;
    color: #182e7c;
    font-size: 2.4rem;
}

.cv h3 {
    color: #333333;
    line-height: normal;
    font-size: 2.6rem;
}

.cv a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #d71920;
    transition: all 0.3s;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    border-radius: 15px;
    padding: 15px 0px;
    color: #ffffff;
    text-align: center;
    font-size: 2.4rem;
}

.cv a:hover {
    box-shadow: none;
}

.cv .arrow {
    padding-left: 5px;
}


footer {
    height: 60px;
}

/* レスポンシブ */

@media screen and (max-width: 1100px){
/* common */
    .inner_960 {
        width: 95%;
    }

    h1 {
        font-size: 3.0rem;
    }

/* parts */
    .kv .flex_box {
        width: 95%;
    }

}

@media screen and (max-width: 960px){
/* common */

    .img-full {
        width: 98%;
    }

    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 3.2rem;
    }

/* parts */
    .kv {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .kv .col_in_2:nth-of-type(1) .dis-tb {
        width: 30%;
    }

    .bg-navy {
        padding-bottom: 150px;
    }

    .recommend h2 {
        padding-left: 10px;
    }
    
    .recommend h2::before {
        left: 10px;
    }

    .recommend .hukidashi-area {
        justify-content: center;
    }
    
    .hukidashi .flex_box {
        flex-direction: column;
    }

    .hukidashi .flex_box .col_in_2-6 {
        width: 95%;
    }

    .hukidashi .flex_box .col_in_2-4 {
        width: 95%;
    }

    .hukidashi .col_in_2-4 img {
        padding-top: 30px;
    }

    .pkg-area .col_in_2-4 {
        padding-left: 30px;
    }

    .cv a {
        font-size: 2.0rem;
    }


}


@media screen and (max-width: 768px){

    /* common */

    body {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 3.0rem;
    }

    h3 {
        margin-bottom: 20px;
    }

    /* parts */

    .kv h1 {
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .kv .flex_box {
        flex-direction: column;
    }

    .kv .col_in_2 {
        width: 90%;
    }

    .kv .col_in_2:nth-of-type(1) .dis-tb {
        width: 25%;
    }
    
    .kv .col_in_2:nth-of-type(2) .dis-tb {
        margin: 0 auto;
    }

    .index .bg-gray {
        margin-right: auto;
        margin-left: auto;
    }
        
    .index li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .index li a {
        display: inline;
    }

    .index li a img {
        position: relative;
        display: inline;
        top: 8px;
        bottom: 0;
        width: 12px;
        padding-left: 0;
    }

    #about .bg-gray {
        font-size: 1.8rem;
    }

    #function .flex_box {
        flex-direction: column;
    }

    .movies iframe {
        width: 80%;
        padding: 50px 10px;
        background-size: 100px;
        height: 400px;
    }

    .bg-navy {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .recommend h2 {
        margin-top: 70px;
    }

    .recommend .flex_box .col_in_2-1 {
        width: 17%;
    }

    .recommend .flex_box .col_in_2-9 {
        width: 80%;
    }

    .hukidashi:before {
        top: 35px;
    }

    .recommend .bg-navy .cv a {
        width: 90%;
    }
    
    .pkg-area {
        flex-direction: column;
    }

    .pkg-area .col_in_2-6 {
        margin-top: 0;
        width: 80%;
        font-size: 2.0rem;
    }
        
    .pkg-area .col_in_2-4 {
        order: -1;
        width: 50%;
        padding-left: 40px;
    }

    .points .flex_box {
        flex-direction: column;
    }

    .points .col_in_3 {
        width: 60%;
        margin-top: 40px;
    }

    .cv h3 {
        font-size: 2.5rem;
    }

    .cv a {
        padding: 10px 5px;
        width: 70%;
    }

    .cv-text {
        width: 90%;
        text-align: center;
        line-height: 1.2;
    }

        
    .cv .arrow {
        padding-left: 0;
    }

    

}

@media screen and (max-width: 600px){
    /* parts */

    .movies iframe {
        height: 400px;
        width: 95%;
    }

}

@media screen and (max-width: 540px){
    /* common */
    .inner_960 {
        width: 98%;
    }

    h3 {
        font-size: 2.8rem;
    }

    /* parts */
    .kv .col_in_2 {
        width: 100%;
    }

    #about .bg-gray {
        width: 95%;
        line-height: 1.7;
    }

    .movies iframe {
        height: 350px;
    }

    .bg-navy {
        padding-top: 160px;
        padding-bottom: 110px;
    }

    .recommend .hukidashi-area .col_in_2-1 {
        width: 20%;
        padding-left: 0;
    }

    .hukidashi:before {
        top: 30px;
    }
    
    .recommend .bg-navy .cv a {
        width: 98%;
    }

    .recommend .flex_box .col_in_2-9 {
        width: 70%;
    }

    .pkg-area {
        flex-direction: column;
    }

    .pkg-area .col_in_2-4 {
        order: -1;
        width: 70%;
        margin-top: 20px;
    }

    .pkg-area .col_in_2-6 {
        width: 100%;
    }

    .points .col_in_3 {
        width: 80%;
        margin-top: 20px;
    }

    .cv h3 {
        font-size: 2.2rem;
    }

    .cv a {
        width: 65%;
        font-size: 1.8rem;
    }

}

@media screen and (max-width: 480px){
    /* common */
    h1 {
        font-size: 2.8rem;
    }

    .bg-navy {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    
    /* parts */
    .kv {
        padding-top: 50px;
    }

    .kv .col_in_2:nth-of-type(1) .dis-tb {
        width: 30%;
    }
    
    .kv h1 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    #about .bg-gray {
        font-size: 1.6rem;
    }

    .movies iframe {
        height: 300px;
    }

    .recommend .hukidashi-area .col_in_2-1 {
        width: 25%;
    }

    .hukidashi:before {
        top: 30px;
    }

    .points .col_in_3 {
        width: 90%;
    }

    .cv h3 {
        font-size: 1.6rem;
    }

    .cv a {
        width: 75%;
        font-size: 1.6rem;
    }

}