@charset 'UTF-8';

main {
    color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
    main {
        padding-top: 117px;
    }
}

.img_block img {
    display: block;
    margin: 10px auto;
}

p {
    margin: 10px 0;
}

.bryce-hs_top {
    background: url(../images/sec01-bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media print, screen and (min-width: 1024px) {
    .bryce-hs_top {
        background-image: url(../images/sec01-bg_pc.jpg);
        background-size: auto auto;
        background-position: center top;
        height: 600px;
    }
}

.sec-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
}

.sec-img03-02 {
    text-align: center;
}

@media print, screen and (min-width: 1024px) {
    .sec-title {
        font-size: 3.6rem;
        font-weight: bold;
        margin-bottom: 30px;
        text-align: center;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    }

    .sec-img01 img {
        float: left;
        margin-right: 30px;
        width: 400px;
    }

    .sec-img02 img {
        width: 400px;
    }

    .sec-img03-02 img {
        float: right;
        margin-left: 30px;
        width: 400px;
    }
}

.bryce-hs_technology {
    background-image: url(../images/sec02-bg01.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: cover, cover;
}

.bryce-hs_microLayer {
    color: #222;
    background-image: url(../images/sec03-bg01.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: center 140px, center bottom;
    background-size: contain, contain;
}

.bryce-hs_performance {
    background: url(../images/sec04-bg.jpg) repeat-x center top #000038;
    background-size: 50% 50%;
}

.bryce-hs_chart {
    background-image: url(../images/sec05-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.bryce-hs_movie {
    background-image: url(../images/sec06-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.nextContents {
    background: url(../images/bg-spotlight.png) center center no-repeat;
}

.section {
    padding: 40px 0;
}

.sec-img-shadow img {
    box-shadow: 0 0 14px rgba(255, 255, 255, .8);
}

.sec-message-notice {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #ff8900;
}

.sec-message-notice span {
    font-size: 1.6rem;
    color: #fff;
}

.sec-caption {
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: 8px;
}

.figure {
    margin-top: 25px;
}

.figure-item {
    position: relative;
    max-width: 610px;
    margin: 0 auto 10px;
}

.figure-item img {
    width: 100%;
    height: auto;
}

.figure-item dd {
    font-size: 1.4rem;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ff8900;
}

.performance-img {
    margin-bottom: 20px;
    text-align: center;
}

.performance-block {
    margin-bottom: 30px;
}

.chart-block {
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    min-height: 180px;
    margin-bottom: 35px;
}

.chart-block.type01 {
    background: url(../images/sec05-chart01.png) no-repeat center center;
    background-size: 140px 160px;
}

.chart-block.type02 {
    background: url(../images/sec05-chart02.png) no-repeat center center;
    background-size: 140px 160px;
}

.chart-block>li {
    position: absolute;
}

.chart-list01 {
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.chart-list02 {
    top: 40px;
    left: 50%;
    margin-left: 65px;
}

.chart-list03 {
    top: 125px;
    left: 50%;
    margin-left: 65px;
}

.chart-list04 {
    bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.chart-list05 {
    top: 125px;
    right: 50%;
    margin-right: 65px;
}

.chart-list06 {
    top: 40px;
    right: 50%;
    margin-right: 65px;
}

.movie-title {
    margin-bottom: 20px;
    text-align: center;
}

.movie-contents {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
}

.movie-contents iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
    display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ff4291;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #ff4291;
}