@charset "UTF-8";
/* ///////////////////////////////////
CSS
/////////////////////////////////// */
/* top hero */
.ri-hero-top.hero-area-b {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70vh;
    max-height: none;
    max-height: initial;
    min-height: 0;
}
.ri-hero-top.hero-area-b .content {
    padding-top: 0;
}
.ri-hero-top.hero-area-b .content .content-inner {
    text-align: center;
}
.ri-hero-top.hero-area-b .main-txt {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.3;
    z-index: 1;
}
.ri-hero-top.hero-area-b .content .sub-txt > * {
    background: none;
    padding: 0;
    font-weight: normal;
    line-height: 1.5;
}
.ri-hero-top.hero-area-b .visual video {
    position: absolute;
    left: 0;
    background: #fff;
    object-fit: cover;
    width: 100vw;
    height: 85vh;
}
[data-browser=IE11] .ri-hero-top.hero-area-b .visual video {
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 768px) {
    .ri-hero-top.hero-area-b .main-txt {
        position: relative;
        margin-bottom: 8px;
    }
    .ri-hero-top.hero-area-b .main-txt > * {
        font-size: 4.2rem;
    }
    .ri-hero-top.hero-area-b .main-txt.singlebyte > * {
        font-size: 5.7rem;
    }
    .ri-hero-top.hero-area-b .content .sub-txt > * {
        font-size: 2.2rem;
        color: #000;
    }
    .ri-hero-top.hero-area-b .visual video {
        bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .ri-hero-top.hero-area-b {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 85vh;
    }
    .ri-hero-top.hero-area-b .content .content-inner {
        background: none;
    }
    .ri-hero-top.hero-area-b .main-txt > * {
        font-size: 3.8rem;
    }
    .ri-hero-top.hero-area-b .main-txt.singlebyte > * {
        font-size: 4.8rem;
    }
    .ri-hero-top.hero-area-b .content .sub-txt > * {
        font-size: 1.8rem;
    }
    .ri-hero-top.hero-area-b .main-txt {
        margin-top: 80px;
    }
    .ri-hero-top.hero-area-b .visual {
        position: absolute;
        top: 0;
        left: 0;
    }
    .ri-hero-top.hero-area-b .visual video {
        top: 0;
    }
}
.ri-hero-top + * {
    margin-top: 0 !important;
}

/* hexagon panel: 2col */
.ri-panel-2col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px !important;
    margin-left: 0;
    margin-bottom: -40px;
    margin-left: -40px;
}
.ri-panel-2col .ri-panel {
    width: calc(50% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: calc(400vw*100/1280);
}
.ri-panel-2col .ri-panel-contents {
    padding: 25px;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.ri-panel-2col .ri-panel:nth-child(2n-1) .ri-panel-contents {
    padding-right: 46%;
    background: url(/jp/imagesgig5/bg_2col_l_01_tcm102-5292375_tcm102-2750236-32.png) right top/cover no-repeat;
}
.ri-panel-2col .ri-panel:nth-child(2n) .ri-panel-contents {
    padding-left: 52%;
    background: url(/jp/imagesgig5/bg_2col_r_01_tcm102-5292376_tcm102-2750236-32.png) left top/cover no-repeat;
}
.ri-panel-2col .ri-panel-hdg {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: bold;
}
.ri-panel-2col .ri-panel-desc {
    margin-top: 15px;
}
.ri-panel-2col .ri-panel-link-list {
    margin-top: 15px !important;
}
.ri-panel-2col .ri-panel-link-list > li + li {
    margin-top: 0.25em;
}
.ri-panel-2col .ri-panel-link-list a:hover {
    text-decoration: underline;
}
.ri-panel-2col .ri-panel-link-list a {
    display: inline-block;
    padding: 4px 0 4px 16px;
    position: relative;
    color: #fff !important;
    text-decoration: none;
}
.ri-panel-2col .ri-panel-link-list a::before {
    display: block;
    position: absolute;
    content: "";
    top: 0.75em;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ri-panel-2col .ri-panel-visual img {
    position: absolute;
    top: 0;
    max-width: initial;
    width: auto;
    height: 100%;
}
.ri-panel-2col .ri-panel:nth-child(2n-1) .ri-panel-visual img {
    right: 0;
}
.ri-panel-2col .ri-panel:nth-child(2n) .ri-panel-visual img {
    left: 0;
}
@media only screen and (min-width:1281px) {
    .ri-panel-2col .ri-panel {
        min-height: 400px;
    }
}
@media only screen and (min-width:981px) and (max-width:1280px) {
    .ri-panel-2col .ri-panel-hdg {
        font-size: calc(20vw*100/1280);
    }
    .ri-panel-2col .ri-panel-desc,
    .ri-panel-2col .ri-panel-link-list {
        font-size: calc(14vw*100/1280);
    }
}
@media only screen and (min-width:768px) and (max-width:980px) {
    .ri-panel-2col .ri-panel {
        min-height: calc(440vw*100/980);
    }
}
@media only screen and (max-width:980px) {
    .ri-panel-2col .ri-panel-contents {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .ri-panel-2col .ri-panel:nth-child(2n-1) .ri-panel-contents {
        background: linear-gradient(45deg, rgba(61,61,63,1) 0%,rgba(61,61,63,0.5) 80%,rgba(61,61,63,0) 100%), url(/jp/imagesgig5/bg_2col_l_01_tcm102-5292375_tcm102-2750236-32.png) right center/cover no-repeat;
    }
    .ri-panel-2col .ri-panel:nth-child(2n) .ri-panel-contents {
        background: linear-gradient(-45deg, rgba(61,61,63,1) 0%,rgba(61,61,63,0.5) 80%,rgba(61,61,63,0) 100%), url(/jp/imagesgig5/bg_2col_r_01_tcm102-5292376_tcm102-2750236-32.png) left top/cover no-repeat;
    }
    .ri-panel-2col .ri-panel-hdg,
    .ri-panel-2col .ri-panel-desc,
    .ri-panel-2col .ri-panel-link-list {
        text-shadow: 0 0 8px #333;
    }
}
@media only screen and (max-width:767px) {
    .ri-panel-2col {
        margin-top: 40px !important;
        margin-left: 0;
    }
    .ri-panel-2col .ri-panel {
        width: 100%;
        min-height: calc(320vw*100/767);
        margin-left: 0;
    }
    .ri-panel-2col .ri-panel-visual img {
        width: auto;
        height: 120%;
    }
}

/* hexagon panel: 1col */
.ri-panel-1col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px !important;
}
.ri-panel-1col .ri-panel {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.ri-panel-1col .ri-panel-contents {
    padding: 15px 25px 15px 55%;
    color: #fff;
    background: url(/jp/imagesgig5/bg_1col_01_tcm102-5306208_tcm102-2750236-32.png) center center/cover no-repeat;
}
.ri-panel-1col .ri-panel-hdg {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: bold;
}
.ri-panel-1col .ri-panel-desc {
    margin-top: 1em;
}
.ri-panel-1col .ri-panel-btn {
    margin-top: 20px !important;
}
.ri-panel-1col .ri-panel-btn a {
    display: inline-block;
    padding: 10px 34px 10px 16px;
    background: #fff;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    color: #760000;
    position: relative;
    transition: background .2s;
}
.ri-panel-1col .ri-panel-btn a:hover {
    background: #760000;
    color: #fff;
}
.ri-panel-1col .ri-panel-btn a::before,
.ri-panel-1col .ri-panel-btn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    border-top: 2px solid #760000;
    border-right: 2px solid #760000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.ri-panel-1col .ri-panel-btn a::before {
    right: 16px;
}
.ri-panel-1col .ri-panel-btn a::after {
    right: 22px;
}
.ri-panel-1col .ri-panel-btn a:hover::before,
.ri-panel-1col .ri-panel-btn a:hover::after {
    border-color: #fff;
}
@media only screen and (min-width:768px) {
    .ri-panel-1col .ri-panel {
        height: 400px;
        position: relative;
        overflow: hidden;
    }
    .ri-panel-1col .ri-panel.diff-h-427 {
        height: 427px;
    }
    .ri-panel-1col .ri-panel-contents {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .ri-panel-1col .ri-panel-visual img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: initial;
        width: auto;
        height: 100%;
    }
}
@media only screen and (min-width:768px) and (max-width:1280px) {
    .ri-panel-1col .ri-panel {
        height: calc(400vw*100/1280);
    }
    .ri-panel-1col .ri-panel.diff-h-427 {
        height: calc(427vw*100/1280);
    }
}
@media only screen and (min-width:768px) and (max-width:1280px) {
    .ri-panel-1col .ri-panel-hdg {
        font-size: calc(24vw*100/1280);
    }
    .ri-panel-1col .ri-panel-desc {
        font-size: 1.4rem;
    }
}
@media only screen and (min-width:768px) and (max-width:980px) {
    .ri-panel-1col .ri-panel-desc {
        font-size: calc(20vw*100/1280);
    }
    .ri-panel-1col .ri-panel-btn a {
        font-size: 1.4rem;
    }
}
@media only screen and (max-width:767px) {
    .ri-panel-1col {
        margin-top: 40px !important;
    }
    .ri-panel-1col .ri-panel {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .ri-panel-1col .ri-panel-contents {
        padding: 20px 20px 25px;
        background: url(/jp/imagesgig5/bg_1col_01_sp_tcm102-5306206_tcm102-2750236-32.png) left top/cover no-repeat;
    }
    .ri-panel-1col .ri-panel-hdg {
        font-size: 2rem;
    }
    .ri-panel-1col .ri-panel-desc {
        font-size: 1.6rem;
    }
    .ri-panel-1col .ri-panel-visual { /* for ie */
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ri-panel-1col .ri-panel-visual img {
        width: 100%;
    }
}
@media only screen and (max-width:480px) {
    .ri-panel-btn a {
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/* layout: 3col */
.ri-lyt-idx-a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -40px;
    margin-right: 0;
    margin-bottom: -40px !important;
}
.ri-lyt-idx-a .ri-col {
    width: calc(33.3333% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
}
.ri-lyt-idx-a .ri-visual {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}
.ri-lyt-idx-a .ri-visual img {
    width: 100%;
}
.ri-lyt-idx-a .ri-contents {
    margin-top: 16px;
}
.ri-lyt-idx-a .ri-hdg {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #d60303;
    font-weight: bold;
}
.ri-lyt-idx-a .ri-desc {
    margin-top: 12px;
}
.ri-lyt-idx-a .ri-link-list {
    margin-top: 12px !important;
}
.ri-lyt-idx-a .ri-link-list a {
    display: inline-block;
    padding: 4px 0 4px 16px;
    position: relative;
    text-decoration: none;
}
.ri-lyt-idx-a .ri-link-list a::before {
    display: block;
    position: absolute;
    content: "";
    top: 0.75em;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ri-lyt-idx-a .ri-link-list a:hover {
    text-decoration: underline;
}
@media only screen and (min-width:641px) and (max-width:767px) {
    .ri-lyt-idx-a {
        margin-left: -16px;
    }
    .ri-lyt-idx-a .ri-col {
        width: calc(33.3333% - 16px);
        margin-left: 16px;
    }
}
@media only screen and (max-width:640px) {
    .ri-lyt-idx-a {
        margin-left: 0;
    }
    .ri-lyt-idx-a .ri-col {
        width: 100%;
        margin-left: 0;
    }
    .ri-lyt-idx-a .ri-contents {
        margin-left: 8px;
        margin-right: 8px;
    }
}

/* heading */
.ri-hdg-a {
    margin: 32px 0 24px;
    padding-bottom: 13px;
    border-bottom: 3px solid #333;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: bold;
}
@media only screen and (max-width:480px) {
    .ri-hdg-a {
        margin-bottom: 20px;
        font-size: 2rem;
    }
}

/* button */
.ri-btn-rd {
    background: #cb1611;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    border: none !important;
    transition: background .2s;
}
.ri-btn-rd:hover {
    background: #630000;
}
[class*=ri-btn-apply] {
    position: relative;
    display: inline-block;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
    line-height: 1.5;
    font-weight: bold;
}
[class*=ri-btn-apply]::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    background: url(/jp/imagesgig5/icon_apply_01_tcm102-5291996_tcm102-2750236-32.png) center center no-repeat;
}
.ri-btn-apply-lg {
    width: 248px;
    padding: 20px 16px 20px 44px;
    font-size: 2rem;
}
.ri-btn-apply-lg::before {
    left: 50px;
}
.ri-btn-apply-md {
    width: 300px;
    padding: 20px 16px 20px 68px;
    font-size: 2rem;
}
.ri-btn-apply-md::before {
    left: 28px;
}
.ri-btn-apply-note {
    width: 360px;
}

@media only screen and (max-width:767px) {
    .ri-btn-apply-lg {
        font-size: 1.8rem;
        max-width: 100%;
    }
}
@media only screen and (max-width:480px) {
    .ri-btn-apply-md {
        width: 100%;
    }
}

/* navigation */
.ri-nav-anc.b-nav .b-nav-menu-item::before,
.ri-nav-anc.b-nav .b-nav-menu-item::after {
    content: none;
}
.ri-nav.b-nav .b-nav-menu-item::before,
.ri-nav.b-nav .b-nav-menu-item::after {
    background: #a9a9a4;
}
.ri-nav-anc.b-nav .b-nav-menu-link,
.ri-nav.b-nav .b-nav-menu-link {
    color: #fff;
}
.ri-nav-anc.b-nav .b-nav-menu-link {
    text-decoration: none;
    position: relative;
}
.ri-nav-anc.b-nav .b-nav-menu-link:hover {
    text-decoration: underline;
}
.ri-nav-anc.b-nav .b-nav-menu-link::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(/jp/imagesgig5/icon_arrow_01_tcm102-5306207_tcm102-2750236-32.png) 0 top no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0 !important;
    border: none !important;
    transform: translateY(-50%);
}
@media only screen and (min-width:1001px) {
    .ri-nav-anc.b-nav {
        margin-top: 0;
        background: #515151;
    }
    .ri-nav.b-nav {
        background: #595959;
    }
    .ri-nav-anc.b-nav .b-nav-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -12px;
        padding: 20px 0;
    }
    .ri-nav-anc.b-nav .b-nav-menu-item {
        display: inline-block;
        margin-left: 12px;
    }
    .ri-nav-anc.b-nav .b-nav-menu-link {
        padding: 0 0 0 16px;
    }
}
@media only screen and (max-width:1000px) {
    .ri-nav-anc.b-nav {
        margin-bottom: 16px;
    }
    .ri-nav-anc.b-nav .b-nav-toggle-switch {
        background: #515151;
        border-color: #515151;
        color: #fff;
    }
    .ri-nav.b-nav .b-nav-toggle-switch {
        background: #595959;
        border-color: #595959;
        color: #fff;
    }
    .ri-nav-anc.b-nav .b-nav-toggle-switch::before,
    .ri-nav.b-nav .b-nav-toggle-switch::before {
        background: linear-gradient(#fff,#fff 2px,transparent 2px,transparent 6px,#fff 6px,#fff 8px,transparent 8px,transparent 12px,#fff 12px);
    }
    .is-open .ri-nav-anc .b-nav-toggle-switch::before,
    .is-open .ri-nav-anc .b-nav-toggle-switch::after,
    .is-open .ri-nav .b-nav-toggle-switch::before,
    .is-open .ri-nav .b-nav-toggle-switch::after {
        background: #fff;
    }
    .ri-nav-anc.b-nav .b-nav-menu-link {
        padding-left: 30px;
        background: #595959;
        border-color: #a9a9a4;
    }
    .ri-nav-anc.b-nav .b-nav-menu-link::before {
        right: initial;
        left: 10px;
    }
    .ri-nav.b-nav .b-nav-menu-link {
        background: #595959;
        border-color: #a9a9a4;
    }
    .ri-nav.b-nav .b-nav-menu-link::before {
        border-color: #fff;
    }
}

/* event list */
.ri-event-list-a {
    margin-bottom: -20px;
}
.ri-event-list-a .ri-event-list-item {
    margin-bottom: 20px;
}
.ri-event-list-a .ri-event-hdg {
    margin-bottom: 16px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
}
.ri-event-list-a .ri-event-hdg small {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    line-height: 1.3;
}
.ri-event-list-a .ri-event-desc > li,
.ri-event-list-b .ri-event-desc > li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.ri-event-list-a .ri-event-desc-txt,
.ri-event-list-b .ri-event-desc-txt {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media only screen and (min-width:769px) {
    .ri-event-list-a .ri-event-list-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .ri-event-list-a .ri-event-summary {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .ri-event-list-a .ri-event-summary + .ri-event-btn {
        margin-left: 3.33%;
    }
    .ri-event-list-a .ri-event-btn {
        margin-top: 20px;
        text-align: center;
    }
}
@media only screen and (max-width:768px) {
    .ri-event-list-a .ri-event-hdg {
        font-size: 2rem;
    }
    .ri-event-list-a .ri-event-hdg small {
        font-size: 1.6rem;
    }
    .ri-event-list-a .ri-event-txt {
        font-size: 1.6rem;
    }
    .ri-event-list-a .ri-event-btn {
        margin-top: 20px;
        text-align: center;
    }
}
@media only screen and (max-width:480px) {
    .ri-event-list-a .ri-event-btn {
        text-align: center;
    }
}
.ri-event-list-b {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px !important;
}
.ri-event-list-b .ri-event-list-item {
    border: 1px solid #707070;
}
.ri-event-list-box {
    border: 1px solid #707070;
    padding-bottom: 30px;
}
.ri-event-list-box .ri-event-list-b .ri-event-list-item {
    border: none;
}
.ri-event-list-box .ri-event-list-b>.ri-event-list-item+.ri-event-list-item {
    border-left: 1px solid #c6c6c0;
}
.ri-event-list-b .ri-event-hdg {
    margin-bottom: 16px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}
.ri-event-list-b .ri-event-hdg small {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    line-height: 1.3;
}

@media only screen and (min-width:768px) {
    .ri-event-list-b {
        margin-left: -16px;
    }
    .ri-event-list-b .ri-event-list-item {
        width: calc(50% - 16px);
        margin: 0 0 16px 16px;
        padding: 30px 40px 120px;
        position: relative;
    }
    .ri-event-list-b .lyt-btn-b {
        position: absolute;
        bottom: 30px;
        left: 40px;
    }
    .ri-event-list-box .ri-event-list-b {
        margin-left: 0;
    }
    .ri-event-list-box .ri-event-list-b .ri-event-list-item {
        width: calc(50% - 16px);
        margin: 30px 16px 30px 0;
        padding: 0 40px;
        position: relative;
    }
    .ri-event-list-box .ri-event-list-b .lyt-btn-b {
        left: calc(50% - 150px);
    }
}
@media only screen and (max-width:767px) {
    .ri-event-list-b {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ri-event-list-b .ri-event-list-item {
        margin-bottom: 16px;
        padding: 24px 16px;
    }
    .ri-event-list-box .ri-event-list-b>.ri-event-list-item+.ri-event-list-item {
        border-left: none;
        border-top: 1px solid #c6c6c0;
    }
    .ri-event-list-box .ri-event-list-b .ri-event-list-item {
        margin: 0 16px 16px ;
        padding: 24px 16px;
    }
    .ri-event-list-b .ri-event-hdg {
        font-size: 1.8rem;
    }
    .ri-event-list-b .ri-event-hdg small {
        font-size: 1.4rem;
    }
}

/* layout: box */
.ri-lyt-box-a {
    padding: 40px;
    border: 1px solid #707070;
}
.ri-lyt-box-a > .ri-hdg-a {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 2rem;
}
@media only screen and (max-width:767px) {
    .ri-lyt-box-a {
        padding: 24px 16px;
    }
    .ri-lyt-box-a .ri-lyt-box-hdg {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}

/* layout: banner (FAN, WHY) */
.ri-lyt-fan {
    background: url(/jp/imagesgig5/bg_01_tcm102-5291995_tcm102-2750236-32.jpg) center center/cover no-repeat;
    color: #fff;
}
.ri-lyt-fan.diff-top {
    background: url(/jp/imagesgig5/bg_02_tcm102-5306205_tcm102-2750236-32.jpg) right bottom/cover no-repeat;
}
.ri-lyt-fan .hdg-b,
.ri-lyt-why .hdg-b {
    padding-bottom: 0;
    border: none;
}
.ri-lyt-fan .hdg-b::before,
.ri-lyt-fan .hdg-b::after,
.ri-lyt-why .hdg-b::before,
.ri-lyt-why .hdg-b::after {
    content: none;
}
.ri-lyt-fan:not(.diff-top) .ri-lyt-fan-btn {
    margin-top: 30px !important;
}
.ri-lyt-why {
    background: url(/jp/imagesgig5/bg_bnr_01_tcm102-5522289_tcm102-2750236-32.png) left top no-repeat, url(/jp/imagesgig5/bg_bnr_02_tcm102-5522290_tcm102-2750236-32.png) right bottom no-repeat;
    background-color: #a30b1a;
    color: #fff;
}
.ri-lyt-why .section-inner {
    padding-top: 65px;
    padding-bottom: 65px;
}
.ri-lyt-why .hdg-b {
    margin-bottom: 10px;
}
.ri-lyt-why .hdg-b small {
    display: block;
    margin-bottom: 5px;
    font-size: 2rem;
}
.ri-lyt-why-btn {
    text-align: right;
}
.ri-lyt-why-btn a {
    display: inline-block;
    min-width: 256px;
    padding: 16px;
    text-align: center;
    background: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    transition: all .2s;
}
.ri-lyt-why-btn a span {
    position: relative;
}
.ri-lyt-why-btn a span::before,
.ri-lyt-why-btn a span::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}
.ri-lyt-why-btn a span::before {
    right: -10px;
}
.ri-lyt-why-btn a span::after {
    right: -14px;
}
.ri-lyt-why-btn a:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.ri-lyt-why-btn a:hover span::before,
.ri-lyt-why-btn a:hover span::after {
    border-color: #fff;
}
@media only screen and (min-width:768px) {
    .ri-lyt-fan:not(.diff-top) .section-inner {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .ri-lyt-fan:not(.diff-top) .ri-lyt-fan-txt {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .main-contents .ri-lyt-why {
        background-size: auto auto !important;
    }
    .ri-lyt-why .ri-lyt-why-col {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .ri-lyt-why .ri-lyt-why-col > .col:first-child {
        width: 70%;
        padding-right: 40px;
    }
}
@media only screen and (max-width:767px) {
    .ri-lyt-fan .lyt-col-a  {
        margin-bottom: 0 !important;
    }
    .ri-lyt-fan .section-inner {
        padding: 40px 24px;
    }
    .ri-lyt-fan.diff-top .hdg-b {
        font-size: 3.2rem;
    }
    .ri-lyt-fan.diff-top .ri-lyt-fan-btn {
        margin-top: 30px !important;
    }
    .ri-lyt-why {
        background: url(/jp/imagesgig5/bg_bnr_01_sp_tcm102-5573122_tcm102-2750236-32.png) left top/99px auto no-repeat, url(/jp/imagesgig5/bg_bnr_02_sp_tcm102-5573123_tcm102-2750236-32.png) right bottom/139px auto no-repeat;
        background-color: #a30b1a;
    }
    .ri-lyt-why .section-inner {
        padding: 50px 20px !important;
    }
    .ri-lyt-why .hdg-b {
        font-size: 2.8rem;
    }
    .ri-lyt-why .hdg-b small {
        font-size: 1.8rem;
    }
    .ri-lyt-why-btn a {
        display: block;
        margin-top: 20px;
        padding: 20px;
    }
}

/* layout: panel (.ri-lyt-panel-a: transparent, .ri-lyt-panel-b: gray) */
.lyt-panel-a.ri-lyt-panel-a .panels {
    background: transparent;
}
.lyt-panel-a.ri-lyt-panel-b .panels {
    padding: 40px;
    background: #3c3c35;
    color: #fff;
}
.lyt-panel-a.ri-lyt-panel-a .panel-content,
.lyt-panel-a.ri-lyt-panel-b .panel-content {
    padding: 0;
    line-height: 1.6;
}
.lyt-panel-a.ri-lyt-panel-a .panels > *:first-child:not(.panel-visual),
.lyt-panel-a.ri-lyt-panel-b .panels > *:first-child:not(.panel-visual) {
    padding-right: 3.75%;
}
.lyt-panel-a.ri-lyt-panel-a .panel-visual + .panel-content,
.lyt-panel-a.ri-lyt-panel-b .panel-visual + .panel-content {
    padding-left: 3.75%;
}
.lyt-panel-a.ri-lyt-panel-a .panel-content .panel-content-hdg {
    margin-bottom: 20px;
    color: #000;
}
.lyt-panel-a.ri-lyt-panel-b .panel-content .panel-content-hdg {
    margin-bottom: 20px;
    color: #fff;
}
.lyt-panel-a.ri-lyt-panel-a .panel-content .moreinfo,
.lyt-panel-a.ri-lyt-panel-b .panel-content .moreinfo {
    margin-top: 20px !important;
}
.lyt-panel-a.ri-lyt-panel-a .btn-a {
    background: none;
    border-color: #000;
    color: #000 !important;
}
.lyt-panel-a.ri-lyt-panel-a .btn-a::before {
    border-color: #000;
}
.lyt-panel-a.ri-lyt-panel-a .btn-a:hover {
    background: #000;
    color: #fff !important;
}
.lyt-panel-a.ri-lyt-panel-a .btn-a:hover::before {
    border-color: #fff;
}
.lyt-panel-a.ri-lyt-panel-b .btn-a {
    background: none;
    border-color: #fff;
    color: #fff !important;
}
.lyt-panel-a.ri-lyt-panel-b .btn-a::before {
    border-color: #fff;
}
.lyt-panel-a.ri-lyt-panel-b .btn-a:hover {
    background: rgba(255,255,255,.1);
    opacity: 1 !important;
}

@media only screen and (max-width:768px) {
    .lyt-panel-a.ri-lyt-panel-b .panels {
        padding: 24px;
    }
    .lyt-panel-a.ri-lyt-panel-a .panel-content,
    .lyt-panel-a.ri-lyt-panel-b .panel-content {
        padding: 20px 0 0 !important;
    }
    .lyt-panel-a.ri-lyt-panel-a .panel-content .panel-content-hdg,
    .lyt-panel-a.ri-lyt-panel-b .panel-content .panel-content-hdg {
        font-size: 2rem;
    }
}

/* utility */
/* animation section */
.ri-animation {
    overflow: hidden !important;
}
/* hero: inherit background color */
@media only screen and (max-width:767px) {
    .ri-hero-inherit-bg .content-inner {
        background: transparent !important;
    }
}
/* heading */
.ri-hdg-noborder {
    padding: 0;
}
.ri-hdg-noborder::before,
.ri-hdg-noborder::after {
    content: none;
}
/* figure w/caption */
.ri-figure-1col {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    flex: 0 1 auto;
}
@media only screen and (max-width:980px) {
    [data-browser=IE11] .ri-figure-1col {
        width: 100%;
    }
}
/* caption */
.ri-caption {
    display: block;
    line-height: 1.4;
}
.ri-caption + img {
    margin-top: 16px;
}
img + .ri-caption {
    margin-top: 16px;
}
/* display */
@media only screen and (min-width:481px) {
    .ri-disp-sp {
        display: none;
    }
}

/* share button override */
@media only screen and (min-width:768px) {
    .lyt-share-a .list-share-a {
        margin-bottom: 0;
    }
}

/* theme link Area */
.ri-theme-inherit.hero-area-b .content {
    padding-right: 30px;
    padding-left:30px;
}
.ri-theme-inherit.hero-area-b .visual {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.ri-theme-inherit.hero-area-b .visual>img, .hero-area-b .visual>a>img {
    min-width: inherit;
}
.ri-theme-inherit.hero-area-b .content .main-txt>* {
    font-size :3.4rem;
}
.ri-theme-inherit.hero-area-b .content .ri-theme-txt {
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,.6);
}
@media only screen and (max-width: 767px) {
    .ri-theme-inherit.hero-area-b .content {
        padding:0;
    }
    .ri-theme-inherit.hero-area-b .visual {
        position: relative;
        max-height: 430px;
        height: calc(430vw*100/767);
        left: inherit;
        top: inherit;
        min-height: 100%;
    }
        .ri-theme-inherit.hero-area-b .content .ri-theme-txt {
        background: none;
        color: #000;
    }
}

/* CTA customize */
#footer-conversion li.ri-cv-apply > a {
    padding-left: 10px;
    background: #cb1611 !important;
}
#footer-conversion li.ri-cv-apply > a::before {
    content: none;
}
#footer-conversion li.ri-cv-apply > a:hover {
    background: #630000 !important;
}
#footer-conversion li.ri-cv-apply > a strong {
    margin-right: 16px;
    padding-right: 10px;
    font-weight: bold;
    position: relative;
}
#footer-conversion li.ri-cv-apply > a strong::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    vertical-align: middle;
}
#footer-conversion li.ri-cv-apply .ri-cv-apply-icon::before {
    content: "";
    display: inline-block;
    background: url(/jp/imagesgig5/icon_apply_01_tcm102-5291996_tcm102-2750236-32.png) center center/100% 100% no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 8px;
}
#footer-conversion li.conversion.ri-cv-contact > a {
    background: #706f67 !important;
}
#footer-conversion li.conversion.ri-cv-contact > a:hover {
    background: #595959 !important;
}
@media only screen and (min-width:768px) {
    #footer-conversion li.ri-cv-apply > a strong {
        font-size: 2rem;
        line-height: 16px;
    }
}
@media only screen and (max-width:767px) {
    #footer-conversion li.ri-cv-apply > a {
        padding-right: 10px;
    }
    #footer-conversion li.ri-cv-apply > a strong {
        margin-right: 8px;
        font-size: 1.6rem;
    }
    #footer-conversion li.ri-cv-apply .ri-cv-apply-icon::before {
        width: 16px;
        height: 16px;
        margin-top: -2px;
        margin-right: 4px;
    }
    #footer-conversion li.ri-cv-contact {
        width: 50%;
    }
}
@media only screen and (max-width:480px) {
    #footer-conversion li.ri-cv-apply > a {
        padding: 8px;
    }
    #footer-conversion li.ri-cv-apply > a strong {
        display: block;
        font-size: 1.4rem;
        margin-right: 0;
        padding-right: 0;
    }
    #footer-conversion li.ri-cv-apply > a strong::after {
        content: none;
    }
    #footer-conversion li.ri-cv-contact {
        width: 100%;
    }
}