@charset "utf-8";

body {
    font-family: 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;
}

section {
    overflow: hidden;
}

/* btn originla color */
.btn-outline-relaido {
    color: rgba(239, 80, 32, 1);
    background-color: transparent;
    background-image: none;
    border-color: rgba(239, 80, 32, 1);
}

.btn-outline-relaido:hover {
    color: #fff;
    background-color: rgba(239, 80, 32, 1);
    border-color: rgba(239, 80, 32, 1);
}

.btn-outline-relaido.focus,
.btn-outline-relaido:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 80, 32, .5)
}

.btn-outline-relaido.disabled,
.btn-outline-relaido:disabled {
    color: rgba(239, 80, 32, 0.5);
    background-color: transparent;
    border-color: rgba(239, 80, 32, 0.5);
}

.btn-outline-relaido:not(:disabled):not(.disabled).active,
.btn-outline-relaido:not(:disabled):not(.disabled):active,
.show > .btn-outline-relaido.dropdown-toggle {
    color: #fff;
    background-color: rgba(239, 80, 32, 1);
    border-color: rgba(239, 80, 32, 1);
}

.btn-outline-relaido:not(:disabled):not(.disabled).active:focus,
.btn-outline-relaido:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-relaido.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 80, 32, .5);
}

.btn-relaido {
    color: #fff;
    background-color: rgba(239, 80, 32, 1);
    border-color: rgba(239, 80, 32, 1);
}

.btn-relaido:hover {
    color: #fff;
    background-color: rgba(239, 80, 32, 1);
    border-color: rgba(239, 80, 32, 1);
}

.btn-relaido.focus,
.btn-relaido:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 80, 32, .5);
}

.btn-relaido.disabled,
.btn-relaido:disabled {
    color: #fff;
    background-color: rgba(239, 80, 32, 1);
    border-color: rgba(239, 80, 32, 1);
}

.btn-relaido:not(:disabled):not(.disabled).active,
.btn-relaido:not(:disabled):not(.disabled):active,
.show > .btn-relaido.dropdown-toggle {
    color: #fff;
    background-color: rgba(239, 80, 32, 1);
    border-color: rgba(239, 80, 32, 1);
}

.btn-relaido:not(:disabled):not(.disabled).active:focus,
.btn-relaido:not(:disabled):not(.disabled):active:focus,
.show > .btn-relaido.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 80, 32, .5);
}

/* btn originla color End */

.main-head {
    height: 80vh;
}

/* background */
.lp-advertiser {
    background-image: url("../images/pic21.png");
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.lp-publisher {
    background-image: url("../images/p-2.jpg");
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.company {
    background-image: url("../images/pic4.jpg");
    height: 550px;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.privacy {
    background-image: url("../images/pic40.jpg");
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.news-release {
    background-image: url("../images/pic16.jpg");
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.thanks-page {
    background-image: url("../images/pic36.jpg");
    height: 550px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.masthead {
    height: 550px;
    padding-top: 0;
    padding-bottom: 0;
}


@media (max-width: 767px) {

    .lp-advertiser,
    .lp-publisher,
    .company,
    .privacy {
        height: 550px;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
    }
}

@media (min-width: 767px) {
    .masthead {
        height: 550px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

body.top .mv {
    margin-top: 58px;
    position: relative;
    height: 100vh;
    background-position: center;
    overflow: hidden;
    width: 100%;
    z-index: -100;
    display: contents;
}

@media only screen and (max-width: 640px) {
    body.top .mv {
        height: 400px;
        margin-top: 50px;
        background-size: cover;
    }
}

body.top .mv .movie-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/movie-dots.png);
}

@media only screen and (max-width: 640px) {
    body.top .mv .movie-overlay {
        display: none;
    }
}

body.top .mv .videos li {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
}

@media only screen and (max-width: 640px) {
    body.top .mv .videos li {
        height: 400px;
    }
}

body.top .mv .videos li:nth-child(1) {
    background-image: url(../images/movie-bg-0.jpg);
    height: 100vh;
    z-index: -200;
}

body.top .mv .videos li:nth-child(2) {
    background-image: url(../images/movie-bg-1.jpg);
    height: 100vh;
    z-index: -200;
}

body.top .mv .videos li:nth-child(3) {
    background-image: url(../images/movie-bg-2.jpg);
    height: 100vh;
    z-index: -200;
}

body.top .mv .videos li:nth-child(4) {
    background-image: url(../images/movie-bg-3.jpg);
    height: 100vh;
    z-index: -200;
}

body.top .mv video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

@media only screen and (max-width: 640px) {
    body.top .mv video {
        display: none;
    }
}

.header-title {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    top: 0;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.bg-gray {
    background-color: rgba(242, 242, 242, 1);
}

.bg-gray-trans {
    background-color: rgba(107, 107, 107, 0.2);
}

/* background End */

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: rgba(239, 80, 32, 1);
}

.lp-advertiser .catch-copy-area,
.lp-publisher .catch-copy-area,
.company .catch-copy-area,
.privacy .catch-copy-area,
.news-release .catch-copy-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

/* navbar */

.top header {
    z-index: 1000;
}

a.hov-orange:hover {
    color: rgb(238, 80, 33) !important;
    text-decoration: none;
}

.lp-advertiser .navbar,
.lp-publisher .navbar,
.company .navbar {
    /*box-shadow: 0 0 6px 0;*/
}

a.link-btn {
    border: rgba(134, 134, 134, 1) solid 1px;
}

a.link-btn:hover {
    background-color: rgba(218, 218, 218, 1);
}

/* navbar End */

/* first view */
.main-massage {
    font-size: 70px;
    text-shadow: 2px 4px 5px rgba(41, 41, 41, 1);
}

.down-icon {
    bottom: 0px;
    z-index: 100;
}

.down-icon a {
    color: rgba(255, 255, 255, 0.6);
}

/* first view End */

/* Result */
.result-area {
    background-image: url(../images/pic18.jpg);
    background-position: center;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
    background-attachment: fixed;
}

.result-area::before {
    background-color: rgba(58, 50, 50, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
}

.num {
    font-family: 'Josefin Sans', sans-serif !important;
}

.result-date {
    bottom: 20px;
    right: 25px;
}

/* Result End */

/* Products */
.panel-detail {
    min-height: 65px;
    font-size: 14px;
}

.i-right {
    position: absolute;
    top: 12px;
    right: 10px;
}

/* Products End */

/* Reason */
.panel-shadow {
    box-shadow: 0px 3px 7px rgba(62, 62, 62, 1);
}

.panel {
    color: rgba(34, 37, 42, 1);
}

.under-line {
    background: linear-gradient(transparent 80%, rgba(254, 89, 10, 0.2) 70%);
    width: fit-content;
}

.reason-text {
    max-width: 90%;
}

/* Reason End */

/* æä¾›æ©Ÿèƒ½ */
.function-area {
    background-image: url(../images/pic24.jpg);
    background-position: center;
    background-size: cover;
    color: rgba(255, 255, 255, 1);
    background-attachment: fixed;
}

.function-area::before {
    background-color: rgba(58, 50, 50, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
}

/* æä¾›æ©Ÿèƒ½ End */

/* Format */
@media (min-width: 992px) {
    .format-container {
        width: 920px;
    }
}

.sp-frame {
    background-image: url(../images/sp-frame.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /*width: 276px;*/
    height: 576px;
}

.out-slider,
.int-slider {
    padding: 70px 15px;
}

.out-dots,
.int-dots {
    list-style: none;
}

.out-dots li,
.int-dots li {
    display: inline;
}

.slider-btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    background: rgba(173, 173, 173, 1);
    transition: .4s;
    font-size: 13px;
}

.i-left {
    position: absolute;
    top: 10.5px;
    left: 14px;
}

.slick-active button {
    background: rgba(238, 80, 33, 0.7);
}

ul.inlead-dots,
ul.out-dots,
ul.int-dots,
ul.pc-dots {
    padding-left: 0;
}

.slider-title h4 {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
}

.slider-title h4:before,
.slider-title h4:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.slider-title h4:before {
    border-left: solid 1px rgba(238, 80, 33, 1);
    border-top: solid 1px rgba(238, 80, 33, 1);
    top: 0;
    left: 0;
}

.slider-title h4:after {
    border-right: solid 1px rgba(238, 80, 33, 1);
    border-bottom: solid 1px rgba(238, 80, 33, 1);
    bottom: 0;
    right: 0;
}

/* Format End */

/* ç®¡ç†ç”»é¢ */
/*.pc-frame {
    background-image: url(../images/pc-frame.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}*/

.pc-img-slider {
    padding: 80px;
}

/* ç®¡ç†ç”»é¢ End */

/* Customers */
img.cus {
    display: initial;
}

/* Customers End */

/* Partners */
/* Partners End */

/* News */
.news-item {
    display: inline-block;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}

.arrow-circle::before {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #7a0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.arrow-circle::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #7a0;
    border-right: 1px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

dt {
    display: block;
    width: 15%;
    clear: left;
    float: left;
}

dd {
    display: block;
    width: 85%;
    float: left;
}

a.news-link {
    color: rgba(106, 106, 106, 1);
}

.news-image-box {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .news-image-box img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

/* News End */

/* Contact */
.contact-area {
    background-image: url(../images/pic36.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 767px) {

    .contact-area,
    .function-area,
    .result-area {
        background-position: center;
        background-size: cover;
        background-attachment: scroll;
    }
}

.w-100.h-100.bg-gray-trans.position-absolute {
    top: 0;
    left: 0;
}

/* Contact End */

/* Partners */
.partners-area {
    border-top: 1px solid rgba(226, 226, 226, 1);
}

/* Partners End */

.invisible {
    visibility: hidden;
}

/* Access */
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Access End */

/* footer */
footer .nav {
    border-bottom: 1px solid rgba(153, 153, 153, 1);
}

ul.arrow li {
    list-style: none;
}

.arrow li a {
    color: inherit;
    font-size: 13px;
    font-weight: 600;
}

footer a {
    color: inherit;
}

footer .logo .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .logo .logo_txt p {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
}

ul.arrow {
    display: flex;
}

footer .bottom {
    background-color: rgba(38, 38, 38, 1);
    color: rgba(255, 255, 255, 1);
}

footer .bottom .inner.btm {
    height: 70px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .bottom .copyright {
    font-size: 11px;
}

ul.sns li {
    list-style: none;
}

footer .bottom .sns {
    display: flex;
    justify-content: flex-end;
}

footer .bottom .sns li a {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .bottom .sns li:last-child {
    border-left: 1px solid rgba(204, 204, 204, 1);
    border-right: 1px solid rgba(204, 204, 204, 1);
}

/* footer End */

/* adgallery */
#adgallery {
    padding: 120px 0 50px 0;
}

#adgallery .adgallerynavi {}

#adgallery .adgallerynavi ul {
    list-style: none;
    padding: 0;
}

#adgallery .adgallerynavi li {
    padding: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #f7f7f7;
}

#adgallery .adgallerynavi li.adgallerynavi_indent {
    padding-left: 2em;
}

#adgallery .adgallerynavi li.selectnow {
    background-color: #f9e7e2;
    color: #ef5020;
}

#adgallery .adgallerynavi li a {
    display: block;
    color: #ef5020;
}

#adgallery .adgallerymain {
    padding: 0 50px;
    border-left: 1px solid #d4d4d4;
}

#adgallery .adgallerycontact {
    display: block;
    padding: 20px 50px 20px 20px;
    color: #fff;
    background-color: #ef5020;
    border-radius: 5px;
    background-image: url(../images/arrow-r.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px;
}

#adgallery .adgalleryformat {
    padding: 0 0 30px 0;
}

#adgallery .adgalleryformatname {
    font-weight: bold;
    font-size: 2em;
}

#adgallery .adgalleryformatname .subname {
    font-size: 0.5em;
    padding-left: 0.5em;
}

#adgallery .tab-content {
    padding: 10px;
    text-align: center;
}

#adgallery .adgallerybox {
    padding-top: 20px;
}

#adgallery .adgallerybox .adgalleryformatimg {
    text-align: center;
}



#adgallery .adgallerybox .adgalleryformatimg video {
    height: 533px;
    background-color: #000;
}

#adgallery .adgalleryformatnavi {
    list-style: none;
    padding: 0;
}

#adgallery .adgalleryformatnavi li {
    padding: 20px;
    vertical-align: middle;
    margin-bottom: 10px;
    background-color: #fafafa;
}

#adgallery .adgalleryformatnavi li a {
    display: inline;
    margin-left: 5px;
}

#adgallery .adgalleryperformance {
    text-align: right;
    padding-top: 20px;
}

#adgallery .demo-title {
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
    border-left: 1px solid #000;
    padding-left: 0.5em;
}

#adgallery .demo-pc {
    padding-right: 5px;
}


/* adgallery End */

/* saiyou */

.saiyou-title {
    font-size: 2rem;
    font-weight: bold;
    padding: 200px 0 50px 0;
}

.saiyou-area-01 {
    background-image: url(../images/pic_saiyo_bg01.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    height: 200px;
    margin-top: 100px;
}

.saiyou-area-02 {
    background-image: url(../images/pic_saiyo_bg02.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    height: 200px;
    margin-top: 100px;
}

.saiyou-box {
    margin: 0 auto;
    width: 600px;
    text-align: center;
    font-size: 1.2rem;
}

.saiyou-box p {
    padding-top: 20px;
    line-height: 2rem;
}

.value-tag {
    font-weight: bold;
    border-bottom: 1px solid #f75321;
    padding: 0 10px 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 3rem;
    padding-top: 100px;
}

.value-word {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 20px;
}

.value-word-jp {
    font-size: 0.8rem;
}

.nav-saiyo {
    padding-top: 100px;
}

.entry-box {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.entry-box div {
    width: 50%;
    padding: 10px 20px;
}

.nav-tabs .nav-link {
    padding: 30px;
    color: #ef5020;
}

.nav-item .active span {
    background-color: #111;
    padding: 5px;
    color: #fff;
}

.nav-link .job-tab {
    background-color: #ef5020;
    padding: 5px;
    color: #fff;
}

.saiyou-table table {
    width: 100%;
    padding: 20px;
}

.saiyou-table th,
.saiyou-table td {
    border-bottom: 1px solid #eee;
    padding: 20px 40px;
}

.saiyou-table th {
    width: 230px;
}

.saiyou-box-img {
    position: relative;
    top: -10px;
}


@media screen and (max-width: 768px) {

    .saiyou-area-01,
    .saiyou-area-02 {
        background: none;
        display: none;
    }

    .value-tag {
        padding: 2px;
        text-align: center;
    }

    .saiyou-bg-r,
    .saiyou-bg-r-2,
    .value-word span,
    .saiyou-box-img {
        display: none;
        visibility: hidden;
    }

    .entry-box {
        display: block;
        text-align: center;
    }

    .entry-box div {
        width: 6oopx;
    }
}


.entry-form {
    width: 640px;
    margin: 0 auto;
    padding-top: 5rem;
}

/* saiyou End */

.products-box-l,
.products-box-r {
    padding: 30px;
    text-align: center;
    background-color: cadetblue;
    color: #fff;
}

.products-box {
    border: 5px solid #fff;
    padding: 30px;
}

.products-title {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 30px;
}

.products-btn {
    display: block;
    color: #000;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px;
    width: 200px;
    margin: 0 auto;
}

.news-title {
    padding-top: 5rem;
}
