/* 共通部品 */
body {
    padding: 0 !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media handheld, only screen and (max-width: 760px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}


.ticker {
    max-width: 1280px;
    margin: auto;
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.8);
}

.ticker p {
    max-width: 990px;
    margin: auto;
    font-size: 11px;
    line-height: 1.5;
}

.ticker p a {
    text-decoration: underline;
}

.ticker p a:hover {
    text-decoration: none;
}

@media handheld, only screen and (max-width: 760px) {
    .header-area-index {
        max-width: 1280px;
        height: auto;
        margin: auto;
        background: url(/mod/static_images/img-mainvisual-index.jpg) no-repeat;
        background-position: center top;
    }

    .ticker {
        display: none;
    }

    .footer + .ticker {
        display: block;
        padding: 0 3.125%;
    }
}


/* ナビゲーション */
.navi-wrapper {
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
}

.navi-wrapper-index {
    /*
      width: 100%;
      position: fixed;
      top: 50px;
      z-index: 1;
    */
}

.navi-inner .sp-navi-btn {
    display: none;
}

.navi-inner {
    max-width: 990px;
    margin: auto;
}

.navi-inner .header-logo {
    float: left;
}

.navi-inner .header-logo a {
    display: block;
    width: 132px;
    height: 28px;
    background: url(/mod/static_images/logo-header.png) no-repeat;
    background-position: left top;
    text-indent: -9999px;
}

.navi-inner .navi {
    float: right;
}

.navi-inner .navi li {
    float: left;
    margin-left: 50px;
    text-align: right;
}

.navi-inner .navi li a {
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    padding: 8px 10px;
}

.navi-inner .navi li.current a,
.navi-inner .navi li a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.navi-inner .navi li.header-logo {
    margin-left: 0;
    text-align: left;
}

.navi li.btn-type-r a {
    padding: 10px 15px;
    background: #ff3c61;
    color: #fff;
    border-radius: 16px;
}

@media handheld, only screen and (max-width: 760px) {
    .navi-wrapper {
        width: 100%;
        position: fixed;
        top: 0px;
        padding: 10px 0;
        background: #000;
        z-index: 3;
    }

    .navi-inner .sp-navi-btn {
        display: block;
        float: right;
        width: 31%;
        padding-right: 2%;
        text-align: right;
        z-index: 2;
        position: absolute;
        top: 10px;
        right: 0;
    }

    .navi-inner .sp-navi-btn img {
        width: 62px;
        height: 22px;
    }

    .navi-inner {
        max-width: 990px;
        margin: auto;
    }

    .navi-inner .header-logo {
        float: left;
        width: 34%;
        margin-left: 33%;
    }

    .navi-inner .header-logo a {
        display: block;
        width: 70px;
        height: 22px;
        margin: auto;
        background: url(/mod/static_images/logo-header-w.png) no-repeat;
        background-position: center center;
        background-size: 70px 13px;
        text-indent: -9999px;
    }

    .navi-inner .navi {
        position: fixed;
        top: 42px;
        left: 0;
        width: 100%;
        float: none;
        display: none;
        background: #333;
        padding: 50px 2% 30px 2%;
    }

    .navi-inner .navi li {
        float: none;
        margin-left: 0;
        text-align: left;
    }

    .navi-inner .navi li a {
        display: block;
        font-size: 14px;
        font-weight: 200;
        line-height: 0;
        padding: 0;
        padding: 2em 1em;
        border-bottom: 1px solid #666;
        color: #fff;
    }

    .navi li.btn-type-r {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .navi li.btn-type-r a {
        margin-top: 20px;
        padding: 20px 15px;
        background: #ff3c61;
        color: #fff;
        border-radius: 16px;
    }
}


.navi-fixed {
    width: 100%;
    margin: auto auto auto auto;
    position: fixed;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1000;
}

.navi-fixed li {
    display: inline-block;
    line-height: 50px;
    margin-left: 50px;
}

.navi-fixed li a {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    padding: 8px 10px;
}

.navi-fixed li.currnt a,
.navi-fixed li a:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #000;
}

.navi li.btn-type-r a:hover {
    padding: 10px 15px;
    background: #ff3c61;
    color: #fff;
    border-radius: 16px;
}

.navi-fixed .navi-inner .header-logo a {
    display: block;
    width: 132px;
    height: 50px;
    background: url(/mod/static_images/logo-header-w.png) no-repeat !important;
    background-position: left center !important;
    text-indent: -9999px;
}

@media handheld, only screen and (max-width: 760px) {
    .navi-fixed {
        width: 100%;
        margin: auto auto auto auto;
        position: static;
        background: #000;
        left: 0;
        top: 0;
        z-index: 1;
    }

    .navi-fixed li {
        display: block;
        line-height: 0;
        margin-left: 0;
    }

    .navi-fixed li a {
        display: block;
        font-size: 14px;
        font-weight: 200;
        line-height: 0;
        padding: 0;
        padding: 2em 1em;
        border-bottom: 1px solid #666;
        color: #fff;
    }

    .navi-fixed li a:hover {
        background: #ccc;
        color: #000;
    }

    .navi li.btn-type-r a:hover {
        margin-top: 20px;
        padding: 20px 15px;
        background: #ff3c61;
        color: #fff;
        border-radius: 16px;
    }

    .navi-fixed .navi-inner .header-logo a {
        display: block;
        width: 132px;
        height: 50px;
        background: url(/mod/static_images/logo-header-w.png) no-repeat !important;
        background-position: left center !important;
        text-indent: -9999px;
    }
}


.footer-registration-area {
    max-width: 1280px;
    margin: auto;
    padding-top: 90px;
    background: url(/mod/static_images/img-footer-registration.jpg) no-repeat;
}

.footer-registration-area .footer-registration-text {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.footer-registration-area .footer-registration-title {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 140px;
}

.footer-registration-area .footer-registration-form {
    padding: 25px 0 30px 0;
    background: rgba(255, 255, 255, 0.8);
}

.footer-registration-area .footer-registration-form-title {
    text-align: center;
    font-size: 20px;
}

.footer-registration-area .footer-registration-form-input {
    margin: 20px auto auto auto;
    display: table;
    table-layout: fixed;
}

.footer-registration-area .footer-registration-form-input li {
    display: table-cell;
    width: 264px;
    padding: 0 5px;
}

.footer-registration-area .footer-registration-form-input li input {
    width: 100%;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 1em;
    font-size: 14px;
    border-radius: 6px;
}

.footer-registration-area .footer-registration-form-function-wrapper {
    width: 785px;
    margin: 30px auto auto auto;
}

.footer-registration-area .footer-registration-form-function {
    width: 508px;
    float: right;
}

.footer-registration-area .footer-registration-form-function li {
    float: left;
    text-align: right;
}

.footer-registration-area .footer-registration-form-function li.btn-type-r {
    margin-right: 60px;
}

.footer-registration-area .footer-registration-form-function li.btn-type-r a {
    padding: 12px 90px;
    background: #ff3c61;
    color: #fff;
    border-radius: 16px;
}

.footer-registration-area .footer-registration-form-function li.textlink {
    margin-right: 28px;
}

.footer-registration-area .footer-registration-form-function li a {
    text-decoration: none;
    text-decoration: underline
}

.footer-registration-area .footer-registration-form-function li.btn-type-r a {
    text-decoration: none;
    border-bottom: none;
}

@media handheld, only screen and (max-width: 760px) {
    .footer-registration-area {
        max-width: 1280px;
        margin: auto;
        padding-top: 40px;
        background: url(/mod/static_images/img-footer-registration.jpg) no-repeat;
    }

    .footer-registration-area .footer-registration-text {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }

    .footer-registration-area .footer-registration-title {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .footer-registration-area .footer-registration-title img {
        width: 200px;
        height: auto;
    }

    .footer-registration-area .footer-registration-form {
        padding: 25px 0 30px 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .footer-registration-area .footer-registration-form-title {
        text-align: center;
        font-size: 20px;
    }

    .footer-registration-area .footer-registration-form-input {
        margin: 20px auto auto auto;
        display: block;
        table-layout: fixed;
    }

    .footer-registration-area .footer-registration-form-input li {
        display: block;
        width: 96%;
        margin: auto auto 10px auto;
        padding: 0;
    }

    .footer-registration-area .footer-registration-form-input li input {
        width: 100%;
        border-radius: 0;
        border: none;
        -webkit-appearance: none;
        border: 1px solid #ccc;
        width: 100%;
        /*
    height: 38px;
        line-height: 38px;
    */
        padding: 10px 1em;
        font-size: 14px;
        border-radius: 6px;
    }

    .footer-registration-area .footer-registration-form-function-wrapper {
        width: 100%;
        margin: 30px auto auto auto;
    }

    .footer-registration-area .footer-registration-form-function {
        width: 100%;
        float: none;
    }

    .footer-registration-area .footer-registration-form-function li {
        float: none;
        text-align: center;
    }

    .footer-registration-area .footer-registration-form-function li.btn-type-r {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .footer-registration-area .footer-registration-form-function li.btn-type-r a {
        padding: 12px 90px;
        background: #ff3c61;
        color: #fff;
        border-radius: 16px;
    }

    .footer-registration-area .footer-registration-form-function li.textlink {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer-registration-area .footer-registration-form-function li.textlink a {
    }
}


.footer-logo-area {
    padding: 30px 0;
}

.footer-logo-area .footer-logo {
    text-align: center;
}

.footer-logo-area .footer-logo li {
    display: inline-block;
    margin: auto 20px;
}

@media handheld, only screen and (max-width: 760px) {
    .footer-logo-area {
        padding: 15px 0 5px 0;
    }

    .footer-logo-area .footer-logo {
        text-align: center;
    }

    .footer-logo-area .footer-logo li {
        display: block;
        margin: auto 20px 15px auto;
    }
}


.footer {
}

.footer .footer-text {
    padding: 30px 0;
    background: #d9d5ce;
}

.footer .footer-text p {
    max-width: 990px;
    margin: auto;
    line-height: 1.8;
}

.footer .footer-link {
    max-width: 990px;
    margin: 20px auto 30px auto;
}

.footer .footer-link li {
    float: left;
}

.footer .footer-link li a {
    padding: 0;
    text-decoration: underline;
}

.footer .footer-link li span {
    padding: 0 15px;
}

.footer .footer-link li time + span {
    padding: 0;
}

.footer .footer-link li.fb-link a span {
    padding: 8px 0 0 8px;
    background: url(/mod/static_images/icon-fb-s.png) no-repeat;
    background-position: left bottom;
    padding-left: 25px;
    margin-left: 25px;
}

.footer .footer-link li.copyright {
    float: right;
}

@media handheld, only screen and (max-width: 760px) {
    .footer {
    }

    .footer .footer-text {
        padding: 15px 2%;
        background: #d9d5ce;
    }

    .footer .footer-text p {
        max-width: 990px;
        margin: auto;
        line-height: 1.8;
    }

    .footer .footer-link {
        max-width: 990px;
        margin: 30px 0% 30px 0;
        padding-top: 30px;
        text-align: center;
        border-top: 1px solid #ccc;
    }

    .footer .footer-link li {
        margin-bottom: 10px;
        text-align: center;
        display: inline-block;
        float: none;
    }

    .footer .footer-link li a {
        padding: 8px 0;
        border-bottom: none;
        margin: 0;
    }

    .footer .footer-link li span {
        padding: 0 10px;
    }

    .footer .footer-link li.fb-link {
        float: none;
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .footer .footer-link li.fb-link a {
        background: url(/mod/static_images/icon-fb-s.png) no-repeat;
        background-position: left center;
        padding-left: 25px;
        margin-left: 0;
    }

    .footer .footer-link li.fb-link a span {
        padding: 0;
        background: none;
        padding-left: 0px;
        margin-left: 0px;
    }

    .footer .footer-link li.copyright {
        float: none;
        display: block;
        margin-top: 20px;
        text-align: center;
    }
}

@media handheld, only screen and (max-width: 760px) {
    #jPanelMenu-menu {
        background: #333;
        padding: 2%;
    }

    #jPanelMenu-menu li a {
        display: block;
        padding: 1em;
        color: #eee;
        border-bottom: 1px solid #666;
        color: #fff;
    }

    #jPanelMenu-menu li.btn-type-r {
        margin-top: 20px;
    }
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ff3c61;
    border: 1px solid transparent;
    padding: 0.375rem 1.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.error_block {
    font-size: 80%;
    color: red;
    font-weight: bold;
    display: inline-block;
}

.border_red {
    border: 1px solid red !important;
}

.form-agreement {
    text-align: center;
    margin: 5px auto;
}

#entry01 .form-agreement {
    margin-top: 8px;
}
