*, *::before, *::after {
box-sizing: border-box;
}

#gs_pr {
overflow: hidden;
height: 100vh;
color: #fff;
background: #000;
}

#gs_pr img {
max-width: 100%;
}

#gs_pr #l-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
max-width: 1640px;
height: 70px;
margin: 0 auto;
padding: 0 20px;
}

#gs_pr .l-main {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
max-width: 1600px;
height: calc(100vh - (70px + 30px));
margin: 0 auto;
}

#gs_pr .l-main > * {
width: 50%;
height: 100%;
}

#gs_pr .l-section {
display: -ms-flexbox;
display: flex;
height: 100%;
}

#gs_pr .l-section + .l-section {
margin-top: 5px;
}

#gs_pr .mv-01 {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

#gs_pr .mv-01 .mv_inner {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
}

#gs_pr .mv-01 .mv_inner .mv_content {
margin: 30px 0;
padding: 0 20px;
}

#gs_pr .mv-01 .mv_inner .txt-type-01 {
-ms-flex-order: -1;
order: -1;
}

#gs_pr .l-content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

#gs_pr .l-content .l-content_inner {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
width: 100%;
}

#gs_pr #l-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
max-width: 1640px;
height: 30px;
margin: 0 auto;
padding: 0 20px;
}

#gs_pr .hdg-01 {
text-align: center;
font-size: 24px;
}

#gs_pr .hdg-01 .hdg_series-copy {
display: block;
}

#gs_pr .hdg-01 .hdg_copy {
text-align: center;
font-size: 40px;
font-weight: bold;
}

#gs_pr .hdg-01 .hdg_label {
color: #f00001;
}

#gs_pr .hdg-01 .hdg_series {
font-weight: normal;
}

#gs_pr .txt-type-01, #gs_pr .txt-type-02 {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
position: relative;
}

#gs_pr .txt-type-01::before, #gs_pr .txt-type-01::after, #gs_pr .txt-type-02::before, #gs_pr .txt-type-02::after {
content: "";
display: block;
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

#gs_pr .txt-type-01 .txt-type_inner, #gs_pr .txt-type-02 .txt-type_inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}

#gs_pr .txt-type-01 img, #gs_pr .txt-type-02 img {
vertical-align: top;
}

#gs_pr .txt-type-01 .txt-type_txt, #gs_pr .txt-type-02 .txt-type_txt {
display: block;
}

#gs_pr .txt-type-01 .txt-type_img, #gs_pr .txt-type-02 .txt-type_img {
display: block;
position: relative;
}

#gs_pr .txt-type-01 .txt-type_img > img, #gs_pr .txt-type-02 .txt-type_img > img {
position: absolute;
}

#gs_pr .txt-type-01 {
color: #2ea3a8;
background: #2f5164 url(../../../img/landing_page/gs_pr/bg_01.png) no-repeat bottom right;
background-size: cover;
}

#gs_pr .txt-type-01::before {
left: -100%;
background: #2f5164;
}

#gs_pr .txt-type-01::after {
right: -65%;
width: 65%;
background: #2f5164;
}

#gs_pr .txt-type-01 .txt-type_txt {
width: calc((317 * 100vh) / 900);
max-width: 277px;
padding: 30px 20px;
}

#gs_pr .txt-type-01.ptn01 .txt-type_txt {
width: calc((400 * 100vh) / 900);
max-width: 400px;
}

#gs_pr .txt-type-01 .txt-type_img {
width: calc((214 * 100vh) / 900);
margin: 0 0 0 50px;
}

#gs_pr .txt-type-01 .txt-type_img > img {
bottom: 0;
}

#gs_pr .txt-type-02 {
color: #ffdd3a;
background: #ceaa00 url(../../../img/landing_page/gs_pr/bg_02.png) no-repeat;
background-size: cover;
}

#gs_pr .txt-type-02::after {
right: -200%;
width: 200%;
background: #ceaa00;
}

#gs_pr .txt-type-02 .txt-type_txt {
width: calc((463 * 100vh) / 900);
max-width: 463px;
padding: 30px 25px;
}

#gs_pr .txt-type-02 .txt-type_img {
-ms-flex-order: -1;
order: -1;
width: calc((180 * 100vh) / 900);
}

#gs_pr .txt-type-02 .txt-type_img > img {
top: 0;
}

#gs_pr .btn-wrap {
text-align: center;
}

#gs_pr .btn-wrap.ptn01 {
display: none;
}

#gs_pr .btn-01 {
display: inline-block;
position: relative;
margin: 30px 0 0;
padding: 10px 30px 10px 52px;
text-decoration: none;
color: #fff;
background: #e60012;
font-size: 20px;
font-weight: bold;
}

#gs_pr .btn-01::before, #gs_pr .btn-01::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 20px;
width: 25px;
height: 25px;
transform: translateY(-50%);
}

#gs_pr .btn-01::before {
margin-top: -3px;
transition: all .1s;
background: url(../../../img/landing_page/gs_pr/icon_btn_dl_01.png) no-repeat;
}

#gs_pr .btn-01::after {
background: url(../../../img/landing_page/gs_pr/icon_btn_dl_02.png) no-repeat;
}

#gs_pr .btn-01:hover, #gs_pr .btn-01:focus {
text-decoration: none;
opacity: .7;
}

#gs_pr .btn-01:hover::before, #gs_pr .btn-01:focus::before {
margin-top: 0;
}

#gs_pr .box-feature-01 {
display: -ms-flexbox;
display: flex;
width: 100%;
height: 100%;
}

#gs_pr .box-feature-01 .box-feature_hdg {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
width: calc((236 * 100vw) / 1600);
max-width: 236px;
max-height: 232px;
padding: 20px;
text-align: center;
border: 1px solid #737373;
border-right: none;
background: #000;
font-size: 24px;
font-weight: bold;
}

#gs_pr .box-feature-01 .box-feature_hdg .box-feature_hdg_inner {
display: block;
-ms-flex: 1;
flex: 1;
}

#gs_pr .box-feature-01 .box-feature_img {
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: calc((280 * 100vh) / 900);
border: 1px solid #737373;
border-left-color: #1c1c1c;
}

#gs_pr .box-feature-01 .box-feature_img img {
vertical-align: top;
}

#gs_pr .box-feature-01 .box-feature_img + .box-feature_img {
position: relative;
}

#gs_pr .box-feature-01 .box-feature_img + .box-feature_img::before {
content: "";
display: block;
position: absolute;
top: 0;
left: -2px;
width: 2px;
height: 100%;
background: #000;
}

#gs_pr .img-feature {
position: relative;
width: 100%;
height: 100%;
}

#gs_pr .img-feature::before, #gs_pr .img-feature::after {
content: "";
display: block;
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#gs_pr .img-feature::before {
z-index: 2;
}

#gs_pr .img-feature::after {
z-index: 3;
}

#gs_pr .img-feature.ptn01::before {
background: url(../../../img/landing_page/gs_pr/product_01.png) no-repeat;
background-size: cover;
}

#gs_pr .img-feature.ptn01 .img-feature_inner {
position: relative;
width: 100%;
height: 100%;
}

#gs_pr .img-feature.ptn01 .img-feature_inner::before, #gs_pr .img-feature.ptn01 .img-feature_inner::after {
content: "";
display: block;
position: absolute;
z-index: 5;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#gs_pr .img-feature.ptn01 .img-feature_inner::before {
animation: light01 4s 1s infinite none;
opacity: 0;
background: url(../../../img/landing_page/gs_pr/light_01.png) no-repeat;
background-size: cover;
}

#gs_pr .img-feature.ptn01 .img-feature_inner::after {
animation: light03 4s 1s infinite none;
opacity: 0;
background: url(../../../img/landing_page/gs_pr/light_02.png) no-repeat;
background-size: cover;
}

#gs_pr .img-feature.ptn02::before {
background: url(../../../img/landing_page/gs_pr/product_02.png) no-repeat;
background-size: cover;
}

#gs_pr .img-feature.ptn02::after {
animation: light02 2s 1s infinite;
background: url(../../../img/landing_page/gs_pr/light_03.png) no-repeat;
background-size: cover;
}

#gs_pr .footer_utility {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-ms-flex-align: center;
align-items: center;
}

#gs_pr .copyright {
padding: 0 7px 0 0;
font-size: 11px;
}

#gs_pr .list-utility-01 {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: end;
justify-content: flex-end;
}

#gs_pr .list-utility-01 > * {
padding: 0 7px;
list-style: none;
border-left: 1px solid #fff;
font-size: 11px;
}

#gs_pr .list-utility-01 > * + * {
margin: 0 0;
}

#gs_pr .list-utility-01 > * a {
text-decoration: none;
color: #fff;
}

#gs_pr .list-utility-01 > * a:hover, #gs_pr .list-utility-01 > * a:focus {
text-decoration: underline;
}

@media screen and (max-width: 1619px) {
#gs_pr .l-content {
padding-right: 20px;
}
}

@media screen and (max-width: 1599px) {
#gs_pr .hdg-01 {
font-size: calc((24 * 100vw) / 1600);
}
#gs_pr .hdg-01 .hdg_copy {
font-size: calc((40 * 100vw) / 1600);
}
#gs_pr .btn-01 {
font-size: calc((20 * 100vw) / 1600);
}
#gs_pr .box-feature-01 .box-feature_hdg {
min-width: calc((236 * 100vw) / 1600);
font-size: calc((24 * 100vw) / 1600);
}
}

@media screen and (max-width: 959px) {
#gs_pr {
height: auto;
}
#gs_pr .l-main {
-ms-flex-direction: column;
flex-direction: column;
height: auto;
}
#gs_pr .l-main > * {
width: 100%;
}
#gs_pr .l-content {
margin: calc((100 * 100vw) / 959) 0 0;
padding: 0 20px;
}
#gs_pr .l-content::after {
content: none;
}
#gs_pr .l-section + .l-section {
margin-top: 50px;
}
#gs_pr .l-section + .btn-wrap {
margin-top: 30px;
}
#gs_pr #l-footer {
-ms-flex-pack: center;
justify-content: center;
height: auto;
margin: 60px 0 20px;
padding: 20px 20px 0;
border-top: 1px solid #333;
}
#gs_pr .hdg-01 {
font-size: 21px;
}
#gs_pr .hdg-01 .hdg_copy {
font-size: 40px;
}
#gs_pr .btn-wrap.ptn01 {
display: block;
}
#gs_pr .btn-01 {
font-size: 20px;
}
#gs_pr .txt-type-01 .txt-type_txt {
width: calc((277 * 100vw) / 959);
padding: calc((30 * 100vw) / 959) 0;
}
#gs_pr .txt-type-01.ptn01 .txt-type_txt {
width: calc((400 * 100vw) / 959);
}
#gs_pr .txt-type-01 .txt-type_img {
width: calc((180 * 100vw) / 959);
margin-left: calc((80 * 100vw) / 959);
}
#gs_pr .txt-type-02 .txt-type_txt {
width: calc((463 * 100vw) / 959);
padding: calc((30 * 100vw) / 959) 0;
}
#gs_pr .txt-type-02 .txt-type_img {
-ms-flex-order: -1;
order: -1;
width: calc((146 * 100vw) / 959);
margin-right: calc((60 * 100vw) / 959);
}
#gs_pr .box-feature-01 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
}
#gs_pr .box-feature-01 .box-feature_hdg {
display: block;
width: 100%;
min-width: auto;
max-width: none;
max-height: none;
margin: 0;
padding: 0;
border: none;
font-size: 24px;
}
#gs_pr .box-feature-01 .box-feature_img {
width: calc((100% - 20.1px) / 2);
margin: 20px 0 0 0;
border: none;
}
#gs_pr .box-feature-01 .box-feature_img img {
width: 100%;
}
#gs_pr .box-feature-01 .box-feature_img + .box-feature_img::before {
content: none;
}
#gs_pr .box-feature-01 .box-feature_img + .box-feature_img {
margin-left: 20px;
}
#gs_pr .footer_utility {
-ms-flex-direction: column;
flex-direction: column;
}
#gs_pr .list-utility-01 > *:first-child {
border-left: none;
}
#gs_pr .copyright {
margin: 5px 0 0;
}
}

@media screen and (max-width: 413px) {
#gs_pr .hdg-01 .hdg_copy.ptn01 {
font-size: 30px;
}
#gs_pr .hdg-01 .hdg_txt.ptn01 {
font-size: 16px;
display: block;
}
}

@keyframes light01 {
0% {
opacity: 0;
background: none;
}
24% {
opacity: 1;
background: url(../../../img/landing_page/gs_pr/light_01.png) no-repeat;
background-size: cover;
}
48% {
opacity: 0;
}
49% {
opacity: 0;
}
73% {
opacity: 0;
}
99% {
opacity: 0;
}
100% {
opacity: 0;
}
}

@keyframes light03 {
0% {
opacity: 0;
background: none;
}
24% {
opacity: 0;
background: url(../../../img/landing_page/gs_pr/light_02.png) no-repeat;
background-size: cover;
}
48% {
opacity: 0;
}
49% {
opacity: 0;
}
73% {
opacity: 1;
}
99% {
opacity: 0;
}
100% {
opacity: 0;
}
}

@keyframes light02 {
0% {
opacity: 0;
background: none;
}
50% {
opacity: 1;
background: url(../../../img/landing_page/gs_pr/light_03.png) no-repeat;
background-size: cover;
}
100% {
opacity: 0;
background: none;
}
}
