@charset "UTF-8";

/*PC--------------------------------------------------------------------------------------*/


.bg-ill {
    position: fixed;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.bg-ill .ill {
    background: url("../images/common/bg.jpg") no-repeat fixed;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    height: 100vh;
}

#content {
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: clamp(10px, 16 / 1200 * 100vw, 16px);
    line-height: 1.8;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #000;
    color: #fff;
}

#content p {
    margin: 0 0 1.5em 0;
}

#content p:last-child {
    margin: 0;
}

#content img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

#content a {
    text-decoration: none;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    color: #046df8;
}

#content a:hover {
    opacity: 0.7;
}

.movie-base {
    position: relative;
    text-align: center;
    color: #fff;
    background: #000;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

#loading.disappear {
    display: none;
}

#youtube-area {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    opacity: 0;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}

#youtube-area .pr{
    position: absolute;
    top: 70px;
    right: 10px;
    width: 47px;
    z-index: 10;
}

#youtube-area .pr img{
    width: 100%;
}

#youtube-area.appear {
    animation-name: PageAnimeAppear;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes PageAnimeAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#youtube {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}

#youtube-mask {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
}

.mobile-pic {
    display: none;
}

.gbvsr-wrap {
    position: relative;
    z-index: 3;
    background: url(../images/common/bg.jpg) no-repeat top center fixed;
    background-size: cover;
    padding-bottom: 1px;
}

.gbvsr-wrap .logo-wrap {
    max-width: 1096px;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    z-index: 4;
    position: absolute;
    top: -1.3%;
    left: 50%;
    transform: translateX(-50%);
}

.gbvsr-wrap .logo-wrap h1 {
    margin: 0;
    padding: 0;
    display: block;
}

.gbvsr-wrap .logo-wrap img {
    width: 100%;
}

.gbvsr-wrap .content-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    padding-top: 230px;
}

.gbvsr-wrap .spec-wrap {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1.2em 0;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.gbvsr-wrap .spec-wrap .spec {
    font-size: 0.8em;
    padding-right: 1em;
}

.gbvsr-wrap .spec-wrap .spec span.item {
    color: #fc0;
    font-size: bold;
}

.gbvsr-wrap .spec-wrap .sns ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.gbvsr-wrap .spec-wrap .sns ul li {
    margin-left: 10px;
    width: 50px;
}

.gbvsr-wrap .spec-wrap .sns ul li img {
    width: 100%;
}

.gbvsr-wrap h3 {
    margin: 50px 0;
    padding: 0;
    position: relative;
}

.gbvsr-wrap h3::before {
    content: "";
    border-top: 1px solid #fff;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1
}

/*content01*/

.content01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 44.56896%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin-bottom: 50px;
}

.content01 .pic01-pos {
    position: absolute;
    top: 8%;
    right: 0;
    width: 60%;
}

.content01 .pic01-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    left: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content01 .text00-pos {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5em;
    width: 43%;
    font-size: 0.95em;
}

.content01 .text01-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.content01 .text01-pos .text01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 26.72413%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/01/text01.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.content01 .text02-pos {
    position: absolute;
    bottom: 0;
    right: 3%;
    width: 38.44827%;
    z-index: 5;
}

.content01 .text02-pos .text02 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 28.25112%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/01/text02.png) no-repeat;
    background-size: cover;
}

/*content02*/

.content02 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 56.03448%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin-bottom: 50px;
}

.content02 .pic01-pos {
    position: absolute;
    top: 5%;
    left: 0;
    width: 53%;
}

.content02 .pic01-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    right: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content02 .pic02-pos {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 40%;
}

.content02 .pic02-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    right: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content02 .text00-pos {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1.5em;
    width: 52%;
    font-size: 0.95em;
    box-sizing: border-box;
}

.content02 .text00-pos p span {
    color: #f00;
}

.content02 .text01-pos {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    z-index: 5;
}

.content02 .text01-pos .text01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 18.13725%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/02/text01.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

/*content03*/

.content03 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 47.41379%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin-bottom: 50px;
}

.content03 .pic01-pos {
    position: absolute;
    top: 5%;
    right: 0;
    width: 51%;
}

.content03 .pic01-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    left: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content03 .text01-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    z-index: 5;
}

.content03 .text01-pos .text01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 17.16937%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/03/text01.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.content03 .text00-pos {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 5%;
    padding: 1.5em;
    width: 63%;
    font-size: 0.95em;
    box-sizing: border-box;
}

/*content04*/

.content04 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 41.37931%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin-bottom: 50px;
}

.content04 .pic01-pos {
    position: absolute;
    top: 5%;
    left: 0;
    width: 51%;
}

.content04 .pic01-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    right: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content04 .text01-pos {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    z-index: 5;
}

.content04 .text01-pos .text01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 18.32718%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/04/text01.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.content04 .text00-pos {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 5%;
    padding: 1.5em;
    width: 48%;
    font-size: 0.95em;
    box-sizing: border-box;
}

/*content05*/

.content05 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 56%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin-bottom: 50px;
}

.content05 .pic01-pos {
    position: absolute;
    top: 5%;
    left: 0;
    width: 51%;
}

.content05 .pic01-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    right: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content05 .pic02-pos {
    position: absolute;
    bottom: 7%;
    left: 20%;
    width: 51%;
}

.content05 .pic02-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    right: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content05 .text01-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 77.6%;
    z-index: 5;
}

.content05 .text01-pos .text01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 16.53718%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/05/text01.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.content05 .text00-pos {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    top: 30%;
    right: 0;
    padding: 1.5em;
    width: 38%;
    font-size: 0.95em;
    box-sizing: border-box;
}

/*content06*/

.content06 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 44.82758%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    margin-bottom: 50px;
}

.content06 .pic01-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 32%;
}

.content06 .pic01-pos::before {
    position: absolute;
    content: "";
    background: rgba(0, 1, 74, 0.7);
    bottom: -15%;
    right: -8%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content06 .text01-pos {
    position: absolute;
    top: 7%;
    right: 0;
    width: 70%;
    z-index: 5;
}

.content06 .text01-pos .text01 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 18.14859%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/06/text01.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.content06 .text00-pos {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 14%;
    right: 5%;
    padding: 1.5em;
    width: 55%;
    font-size: 0.95em;
    box-sizing: border-box;
}

.content01 .pic01-pos img,
.content02 .pic01-pos img,
.content02 .pic02-pos img,
.content03 .pic01-pos img,
.content04 .pic01-pos img,
.content05 .pic01-pos img,
.content05 .pic02-pos img,
.content06 .pic01-pos img {
    width: 100%;
}

.gbvsr-wrap ul.pickup-wrap {
    list-style: none;
    margin: 0 -1.5% -3% -1.5%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.gbvsr-wrap ul.pickup-wrap li {
    flex-basis: 50%;
    padding: 0 1.5%;
    box-sizing: border-box;
    margin-bottom: 3%;
    overflow: hidden;
}

.gbvsr-wrap ul.pickup-wrap li .pickup-box {
    background: rgb(14, 136, 232);
    background: linear-gradient(0deg, rgba(14, 136, 232, 1) 0%, rgba(0, 1, 68, 0.49763655462184875) 60%);
    padding: 4%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.gbvsr-wrap ul.pickup-wrap li .pic {
    position: relative;
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

.gbvsr-wrap ul.pickup-wrap li .pic::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.gbvsr-wrap ul.pickup-wrap li .pic .pic-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.gbvsr-wrap ul.pickup-wrap li a {
    display: block;
}

.gbvsr-wrap ul.pickup-wrap li img {
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.gbvsr-wrap ul.pickup-wrap li a:hover img {
    -webkit-transform: scale(120%);
    -moz-transform: scale(120%);
    -ms-transform: scale(120%);
    -o-transform: scale(120%);
    transform: scale(120%);
}

.gbvsr-wrap ul.pickup-wrap li .text {
    padding-top: 1.5em;
    color: #fff;
}

.gbvsr-wrap ul.pickup-wrap li .text .title {
    font-size: 1.1em;
    font-weight: bold;
    color: #fc0;
}

.gbvsr-wrap ul.pickup-wrap li .text p {
    margin-bottom: 1rem !important;
}

.gbvsr-wrap ul.pickup-wrap li .text .time {
    color: #000;
    text-align: right;
    font-size: 0.8em;
}

.gbvsr-wrap ul.pickup-wrap li .text .time span {
    background: #fff;
    padding: 0 0.5em;
}

.gbvsr-wrap .news-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.gbvsr-wrap .news-list .main-column {
    width: 70%;
    padding-right: 3%;
    box-sizing: border-box;
}

.gbvsr-wrap .news-list .sub-column {
    width: 30%;
}

.gbvsr-wrap .main-column ul.relatednews-wrap {
    list-style: none;
    padding: 0;
    margin: 0 0 -3% 0;
    display: block;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li {
    padding: 0 0 3% 0;
    box-sizing: border-box;
    margin-bottom: 3%;
    overflow: hidden;
    border-bottom: #999 solid 1px;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li .pic {
    position: relative;
    width: 30%;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}

.gbvsr-wrap .main-column ul.relatednews-wrap li .pic::before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li .pic .pic-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li a {
    color: #fff !important;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li img {
    width: 100%;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li a:hover img {
    -webkit-transform: scale(120%);
    -moz-transform: scale(120%);
    -ms-transform: scale(120%);
    -o-transform: scale(120%);
    transform: scale(120%);
}

.gbvsr-wrap .main-column ul.relatednews-wrap li .text {
    width: 70%;
    float: right;
    padding-left: 3%;
    box-sizing: border-box;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li .text .title {
    color: #45b1e9;
    font-weight: bold;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li .text p {
    margin-bottom: 1em !important;
    font-size: 0.9em;
}

.gbvsr-wrap .main-column ul.relatednews-wrap li .text .time {
    color: #fc0;
    text-align: right;
    margin-bottom: 0 !important;
}

.gbvsr-wrap .sub-column .copyright {
    font-size: 0.8em;
}

.gbvsr-wrap .sub-column .banner{
    margin-bottom: 1em;
}

.gbvsr-wrap .sub-column .banner img{
    width: 100%;
}

.gbvsr-wrap .morebanner{
    max-width: 600px;
    width: 100%;
    margin: 50px auto;
}

.gbvsr-wrap .morebanner img{
    width: 100%;
}


/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1200px) {

    .gbvsr-wrap .content-wrap {
        padding-top: 21%;
    }

}

@media only screen and (max-width: 1000px) {

    span.br::before {
        content: "\A";
        white-space: pre;
    }

    .gbvsr-wrap .spec-wrap {
        justify-content: center;
    }

    .gbvsr-wrap .spec-wrap .spec {
        font-size: 0.8em;
        margin-bottom: 1em;
    }

    .gbvsr-wrap .spec-wrap .sns ul li {
        margin: 0 5px;
        width: 50px;
    }

}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

    #content {
        font-size: clamp(10px, 14 / 375 * 100vw, 14px);
        line-height: 1.7;
    }

    .movie-base {
        display: none;
    }

    .mobile-pic {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 110%;
        position: relative;
        width: 100%;
        background: url("../images/common/toppic.jpg") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    .gbvsr-wrap{
        background: none;
    }

    .gbvsr-wrap .logo-wrap {
        max-width: 1096px;
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
        z-index: 4;
        position: absolute;
        top: -6vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .gbvsr-wrap .content-wrap {
        padding: 24vw 15px 0 15px;
    }

    .gbvsr-wrap .spec-wrap {
        margin-bottom: 5vh;
        padding: 3vh 0;
    }

    .gbvsr-wrap .spec-wrap .sns ul li {
        margin-left: 10px;
        width: 40px;
    }

    .gbvsr-wrap h3 {
        margin: 3vh 0;
        padding: 0;
        position: relative;
    }

    /*content01*/

    .content01 {
        top: auto;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 5vh;
    }

    .content01 .pic01-pos {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
        margin-top: -5vh;
    }

    .content01 .pic01-pos::before {
        display: none;
    }

    .content01 .text00-pos {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: relative;
        bottom: 0;
        left: 0;
        padding: 1.5em;
        width: 100%;
        font-size: 0.95em;
        box-sizing: border-box;
    }

    .content01 .text01-pos {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .content01 .text01-pos .text01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 34.7079%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/01/text01b.png) no-repeat;
        background-size: cover;
    }

    .content01 .text02-pos {
        position: relative;
        bottom: auto;
        right: auto;
        width: 80%;
        margin: -2vh auto 3vh auto;
    }

    .content01 .text02-pos .text02 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 18.18181%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/01/text02b.png) no-repeat;
        background-size: cover;
    }

    /*content02*/

    .content02 {
        top: auto;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 5vh;
    }

    .content02 .pic01-pos {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        margin-top: -3vh;
    }

    .content02 .pic01-pos::before {
        display: none;
    }

    .content02 .pic02-pos {
        position: relative;
        bottom: auto;
        left: 0;
        width: 100%;
    }

    .content02 .pic02-pos::before {
        display: none;
    }

    .content02 .text00-pos {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: relative;
        bottom: 0;
        right: 0;
        padding: 1.5em;
        width: 100%;
        font-size: 0.95em;
        box-sizing: border-box;
    }

    .content02 .text01-pos {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 5;
    }

    .content02 .text01-pos .text01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 20.61403%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/02/text01b.png) no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }

    /*content03*/

    .content03 {
        top: auto;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 5vh;
    }

    .content03 .pic01-pos {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
        margin-top: -3vh;
    }

    .content03 .pic01-pos::before {
        display: none;
    }

    .content03 .text01-pos {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

    .content03 .text01-pos .text01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 17.68802%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/03/text01b.png) no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }

    .content03 .text00-pos {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: relative;
        bottom: 0;
        left: 0;
        padding: 1.5em;
        width: 100%;
        font-size: 0.95em;
        box-sizing: border-box;
    }

    /*content04*/

    .content04 {
        top: auto;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 5vh;
    }

    .content04 .pic01-pos {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        margin-top: -3vh;
    }

    .content04 .pic01-pos::before {
        display: none;
    }

    .content04 .text01-pos {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 5;
    }

    .content04 .text01-pos .text01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 18.79483%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/04/text01b.png) no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }

    .content04 .text00-pos {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: relative;
        bottom: 0;
        right: 0;
        padding: 1.5em;
        width: 100%;
        font-size: 0.95em;
        box-sizing: border-box;
    }

    /*content05*/

    .content05 {
        top: auto;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 5vh;
    }

    .content05 .pic01-pos {
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        margin-top: -3vh;
    }

    .content05 .pic01-pos::before {
        display: none
    }

    .content05 .pic02-pos {
        position: relative;
        bottom: auto;
        left: 0;
        width: 100%;
    }

    .content05 .pic02-pos::before {
        display: none;
    }

    .content05 .text01-pos {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }

    .content05 .text01-pos .text01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 18.48275%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/05/text01b.png) no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }

    .content05 .text00-pos {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: relative;
        top: 30%;
        right: 0;
        padding: 1.5em;
        width: 100%;
        font-size: 0.95em;
        box-sizing: border-box;
    }

    /*content06*/

    .content06 {
        top: auto;
        left: 0px;
        height: auto;
        padding-top: 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        margin-bottom: 5vh;
    }

    .content06 .pic01-pos {
        position: relative;
        top: 0;
        left: 0;
        width: 70%;
        margin: -3vh auto 0 auto;
    }

    .content06 .pic01-pos::before {
        display: none;
    }

    .content06 .text01-pos {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
        z-index: 5;
    }

    .content06 .text01-pos .text01 {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 18.95223%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/06/text01b.png) no-repeat;
        background-size: cover;
        box-sizing: border-box;
    }

    .content06 .text00-pos {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        position: relative;
        bottom: 14%;
        right: auto;
        padding: 1.5em;
        width: 100%;
        font-size: 0.95em;
        box-sizing: border-box;
    }


    .gbvsr-wrap ul.pickup-wrap {
        list-style: none;
        margin: 0 -1.5% -3vh -1.5%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .gbvsr-wrap ul.pickup-wrap li {
        flex-basis: 100%;
        padding: 0 1.5%;
        box-sizing: border-box;
        margin-bottom: 3vh;
        overflow: hidden;
    }

    .gbvsr-wrap .news-list {
        margin-bottom: 5vh;
    }

    .gbvsr-wrap .news-list .main-column {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5vh;
    }

    .gbvsr-wrap .main-column ul.relatednews-wrap {
        list-style: none;
        padding: 0;
        margin: 0 0 -3vh 0;
        display: block;
    }

    .gbvsr-wrap .main-column ul.relatednews-wrap li {
        padding: 0 0 3vh 0;
        box-sizing: border-box;
        margin-bottom: 3vh;
        overflow: hidden;
        border-bottom: #999 solid 1px;
    }

    .gbvsr-wrap .news-list .sub-column {
        width: 100%;
    }

    .gbvsr-wrap .sub-column .copyright {
        font-size: 0.8em;
        text-align: center;
    }

    .gbvsr-wrap .sub-column .banner{
        margin: 0 auto 3vh auto;
        width: 70%;
    }

    .gbvsr-wrap .morebanner{
        max-width: 600px;
        width: 100%;
        margin: 5vh auto;
    }

}

.gbvsr-wrap {
    margin-top: -60px;
    }
    
    .gbvsr-wrap .logo-wrap {
    top: -0.7%;
    }
    
    @media only screen and (max-width: 959px) {
    
    #youtube-area .pr {
    top: 102px;
    }
    
    .gbvsr-wrap {
    margin-top: -92px;
    }
    
    }