@charset "UTF-8";
@font-face {
    font-family: "Makinas4f";
    src: url("../jab/font/Makinas-4-Flat.otf") format("opentype");
}

@font-face {
    font-family: "Makinas4S";
    src: url("../jab/font/Makinas-4-Square.otf") format("opentype");
}

* {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    word-break: break-word;
    line-height: inherit;
    font: inherit;
    -webkit-box-sizing: boder-box;
    box-sizing: boder-box;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}

html {
    overflow-y: scroll;
    height: 100%;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

body {
    height: 100%;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: normal;
    font-family: "Makinas4f";
    line-height: 1.8;
}

input[type="checkbox"] {
    display: none;
}

input[type="email"] {
    border: 1px solid #ccc;
}

b {
    font-family: Makinas4S;
    font-weight: bold;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.f80 {
    font-size: 0.8rem;
}

.f110 {
    font-size: 1.1rem;
}

.f120 {
    font-size: 1.2rem;
}

.f140 {
    font-size: 1.4rem;
}

.f160 {
    font-size: 1.6rem;
}

.f180 {
    font-size: 1.8rem;
}

.f200 {
    font-size: 2rem;
}

.f_bold {
    font-weight: bold;
}

.f_red1 {
    color: #ff5252;
}

.f_blu4 {
    color: #004ea2;
}

.txt_L {
    text-align: left;
}

.txt_R {
    text-align: right;
}

.txt_C {
    text-align: center;
}

.pdng10 {
    padding: 10px;
}

.display_no {
    display: none;
}

.display_b {
    display: block;
}

.display_i-b {
    display: inline-block;
}

.display_i {
    display: inline;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.center_block {
    margin: 10px auto;
    width: 96%;
    max-width: 1000px;
}
.center_block article {
    max-width: 800px;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html.modalset {
    overflow: hidden;
}
.samplemodal {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.samplemodal-wrap {
    height: 100%;
    text-align: center;
    padding: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
}
.samplemodal-wrap::-webkit-scrollbar {
    display: none;
}
.samplemodal-wrap:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
}
.samplemodal-bg {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(51, 51, 51, 0.8);
    width: 100%;
    height: 100%;
}
.samplemodal-box {
    width: 100%;
    max-width: 900px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.samplemodal-box .inner {
    background: #c7f2fe;
    border: 5px solid #448aca;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 0 #000;
    box-shadow: 10px 10px 0 #000;
}
.samplemodal-box .inner > :first-child {
    margin-top: 0;
}

.samplemodal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 30px;
    background: #fff;
    padding: 3px;
    border: 5px solid #448aca;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
}

/*--------------eyecatch
------------------------*/
.eyecatch {
    background-image: url(../../images/jab/eyecatch_bg1.svg),
        url(../../images/jab/bg2.png);
    background-position: center 100px, center center;
    background-size: cover, 30px;
    background-repeat: no-repeat, repeat;
    width: 100%;
    height: 70vh;
    margin: 0;
    position: relative;
    top: 0;
    overflow: hidden;
}
.eyecatch aside {
    background: #fff100;
    color: #327fec;
    text-align: center;
    position: relative;
    z-index: 100;
}
@media all and (min-width: 1024px) {
    .eyecatch {
        background-image: url(../../images/jab/eyecatch_bg1.svg),
            url(../../images/jab/bg2.png);
        background-position: center 100px, center center;
        background-size: cover, auto;
        background-repeat: no-repeat, repeat;
        height: 900px;
    }
    .eyecatch aside {
        width: 700px;
        font-size: 30px;
        line-height: 70px;
        margin: 30px auto 0;
    }
}
.eyecatch section {
    position: relative;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
}
.eyecatch section .people_L {
    position: absolute;
    left: -100%;
    bottom: 0;
    z-index: 100;
    width: 50%;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.eyecatch section .showPeople_L {
    left: 0;
}
.eyecatch section .people_R {
    position: absolute;
    right: -100%;
    bottom: 0;
    z-index: 100;
    width: 50%;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
.eyecatch section .showPeople_R {
    right: 0;
}
.eyecatch section .boat {
    position: absolute;
    left: -100%;
    bottom: 40%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, 60%);
    -ms-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
    width: 100px;
    z-index: 10;
}
.eyecatch section .showBoat {
    left: 50%;
    width: auto;
}
.eyecatch section .txt_L,
.eyecatch section .txt_R {
    display: block;
    opacity: 0;
    width: 200%;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: relative;
    z-index: 50;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 20px auto;
}
.eyecatch section .showTxt_L,
.eyecatch section .showTxt_R {
    opacity: 1;
    width: 80%;
}
.eyecatch section .showTxt_R {
    width: 90%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .eyecatch section .showTxt_L {
        width: 500px;
    }
    .eyecatch section .showTxt_R {
        width: 600px;
    }
}
@media all and (min-width: 1024px) {
    .eyecatch section .txt_L,
    .eyecatch section .txt_R {
        position: absolute;
        top: 120px;
    }
    .eyecatch section .txt_L {
        right: 50%;
    }
    .eyecatch section .txt_R {
        left: 50%;
    }
    .eyecatch section .showTxt_L {
        width: 33%;
    }
    .eyecatch section .showTxt_R {
        width: 40%;
    }
}
.eyecatch section::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/jab/money_L.png) left top no-repeat;
    background-size: 50%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 20;
}
.eyecatch section::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/jab/money_R.png) right top no-repeat;
    background-size: 50%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 20;
}
@media all and (min-width: 1024px) {
    .eyecatch section::before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../../images/jab/money_L.png) left top no-repeat;
        background-size: 60%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
    }
    .eyecatch section::after {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../../images/jab/money_R.png) right top no-repeat;
        background-size: 60%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
    }
}
.eyecatch::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/jab/wave_L.png) left center no-repeat;
    background-size: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.eyecatch::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/jab/wave_R.png) right center no-repeat;
    background-size: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .eyecatch section .people_L {
        max-width: 40vw;
    }
    .eyecatch section .people_R {
        max-width: 40vw;
    }
    .eyecatch section .boat {
        max-width: 80vw;
        bottom: 40%;
        -webkit-transform: translate(-50%, 60%);
        -ms-transform: translate(-50%, 60%);
        transform: translate(-50%, 60%);
        z-index: 100;
    }
}
@media all and (min-width: 1024px) {
    .eyecatch section .people_L {
        max-width: 600px;
    }
    .eyecatch section .people_R {
        max-width: 500px;
    }
    .eyecatch section .boat {
        bottom: 0%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .eyecatch section::before,
    .eyecatch section::after {
        background-size: 400px auto;
    }
    .eyecatch::before {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../../images/jab/wave_L.png) left bottom no-repeat;
        background-size: 60vh;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
    .eyecatch::after {
        content: "";
        width: 100%;
        height: 100%;
        background: url(../../images/jab/wave_R.png) right bottom no-repeat;
        background-size: 60vh;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
    }
}

/*----------------------------------
eyecatch end----------------------------------*/
/*---------------フレームインの挙動
-------------------*/
.fadeL {
    display: block;
    position: relative;
    opacity: 0;
    left: -50vw;
}

.fadeL_on {
    -webkit-animation: fadeL 1s ease 0.2s 1 normal forwards;
    animation: fadeL 1s ease 0.2s 1 normal forwards;
}

@-webkit-keyframes fadeL {
    0% {
        opacity: 0;
        left: -50vw;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeL {
    0% {
        opacity: 0;
        left: -50vw;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

.fadeR {
    display: block;
    opacity: 0;
    position: relative;
    right: -50vw;
}

.fadeR_on {
    -webkit-animation: fadeR 1s ease 0.2s 1 normal forwards;
    animation: fadeR 1s ease 0.2s 1 normal forwards;
}

@-webkit-keyframes fadeR {
    0% {
        opacity: 0;
        right: -50vw;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes fadeR {
    0% {
        opacity: 0;
        right: -50vw;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

.opacity {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    opacity: 0;
}

.opacity_on {
    opacity: 1;
}

.rotateX_on {
    -webkit-animation: rotateX 0.8s linear -1s infinite alternate;
    animation: rotateX 0.8s linear -1s infinite alternate;
}

@-webkit-keyframes rotateX {
    0% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

@keyframes rotateX {
    0% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
}

.scale_on {
    -webkit-animation: scale 1s ease 1s infinite alternate;
    animation: scale 1s ease 1s infinite alternate;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*---------------
フレームインの挙動 end-------------------*/
/*header------------------------------------*/
header {
    background: #448aca;
}
header .modal_fixed {
    margin: 0 auto;
    max-width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .modal_fixed h1 {
    padding-left: 40px;
    background: url(../../images/jab/logo_mark_color.svg) 5px center no-repeat;
    background-size: contain;
}
@media all and (min-width: 768px) {
    header .modal_fixed h1 {
        padding-left: 70px;
    }
}
header .modal_fixed .login_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    padding: 5px 0;
}
@media all and (min-width: 1024px) {
    header .modal_fixed .login_btn a {
        display: inline-block;
        background: url(../../images/jab/login_hover.svg) no-repeat;
    }
    header .modal_fixed .login_btn a img {
        opacity: 1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    header .modal_fixed .login_btn a:hover img {
        opacity: 0;
    }
}

/*------------------------------------------
header end------------------------------------*/
/*main--------------------------------------*/
/*------------------フォームブロック
----------------------*/
.form_block {
    background: #c7f2fe url(../../images/jab/wave_bg1.jpg) left bottom repeat-x;
    bacgkground-size: cover;
    padding-bottom: 100px;
}

/*------------------LINE
----------------------*/
.line h2 {
    background-image: url(../../images/jab/line_bg1.jpg),
        url(../../images/jab/line_bg2.jpg);
    background-position: center top, left top;
    background-repeat: no-repeat, repeat-x;
    background-size: contain;
    text-align: center;
}

.line .btn_line {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#70ba44),
        color-stop(50%, #70ba44),
        color-stop(50%, #008600),
        to(#008600)
    );
    background: -webkit-linear-gradient(
        top,
        #70ba44 0%,
        #70ba44 50%,
        #008600 50%,
        #008600 100%
    );
    background: -o-linear-gradient(
        top,
        #70ba44 0%,
        #70ba44 50%,
        #008600 50%,
        #008600 100%
    );
    background: linear-gradient(
        180deg,
        #70ba44 0%,
        #70ba44 50%,
        #008600 50%,
        #008600 100%
    );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 10px auto;
    width: 90%;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    max-width: 400px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .line .btn_line {
        font-size: 36px;
        max-width: 600px;
        height: 135px;
    }
}
.line .btn_line::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shiny-btn1 3s ease-in-out infinite;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.line .btn_line:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.line .btn_line p {
    display: inline-block;
    padding-top: 5px;
    position: relative;
    line-height: 1.2;
    padding-left: 50px;
}
.line .btn_line p::before {
    content: "";
    width: 50px;
    height: 100%;
    background: url(../../images/jab/line_mark.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (min-width: 768px) {
    .line .btn_line p {
        padding-left: 100px;
    }
    .line .btn_line p::before {
        width: 100px;
        height: 100%;
    }
}

/*------------------入会フォーム
----------------------*/
.nyuukai {
    text-align: center;
}
.nyuukai h2 {
    background: url(../../images/jab/h2_bg.svg) right bottom no-repeat;
    background-size: auto 40px;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    padding-right: 30px;
    text-shadow: 2px 2px 1px #ff5252, -2px 2px 1px #ff5252, 2px -2px 1px #ff5252,
        -2px -2px 1px #ff5252, 2px 0px 1px #ff5252, 0px 2px 1px #ff5252,
        -2px 0px 1px #ff5252, 0px -2px 1px #ff5252;
}
.nyuukai .nyuukai_txt {
    margin: 20px 0 50px;
}
.nyuukai .nyuukai_txt p {
    font-size: 1.2rem;
    display: inline-block;
    padding: 5px 10px;
    background: #327fec;
    color: #fff100;
    -webkit-box-shadow: 10px 10px 0 #000;
    box-shadow: 10px 10px 0 #000;
    margin: 20px 0 0 0;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.nyuukai .nyuukai_txt p::nth-child(2) {
    margin: 20px 0 20px 50px;
}
@media screen and (min-width: 768px) {
    .nyuukai .nyuukai_txt p {
        margin-right: 20px;
    }
}
.nyuukai input[type="email"] {
    display: block;
    background: #fff;
    width: 90%;
    margin: 10px auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn_mail {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff5252),
        color-stop(50%, #ff5252),
        color-stop(50%, #f32727),
        to(#f32727)
    );
    background: -webkit-linear-gradient(
        top,
        #ff5252 0%,
        #ff5252 50%,
        #f32727 50%,
        #f32727 100%
    );
    background: -o-linear-gradient(
        top,
        #ff5252 0%,
        #ff5252 50%,
        #f32727 50%,
        #f32727 100%
    );
    background: linear-gradient(
        180deg,
        #ff5252 0%,
        #ff5252 50%,
        #f32727 50%,
        #f32727 100%
    );
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto;
    width: 90%;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    max-width: 400px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .btn_mail {
        font-size: 48px;
        max-width: 600px;
        height: 135px;
    }
}
.btn_mail::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    -webkit-animation: shiny-btn1 3s ease-in-out infinite;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.btn_mail:hover {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.btn_mail p {
    display: inline-block;
    position: relative;
    line-height: 2;
    padding-left: 50px;
}
.btn_mail p::before {
    content: "";
    width: 50px;
    height: 100%;
    background: url(../../images/jab/icon1.svg) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (min-width: 768px) {
    .btn_mail p {
        padding-left: 100px;
    }
    .btn_mail p::before {
        width: 100px;
        height: 100%;
    }
}

/*------------------漫画ブロック共通
----------------------*/
.manga_block {
    margin: 20px 0;
}
.manga_block h2 {
    margin-bottom: 20px;
}

/*------------------ダメ絶対ブロック
----------------------*/
.dame_block {
    background: -webkit-linear-gradient(
        #fff,
        #fff 50px,
        #ff5252 50px,
        #ff5252 40%,
        #fff 100%
    );
    background: -o-linear-gradient(
        #fff,
        #fff 50px,
        #ff5252 50px,
        #ff5252 40%,
        #fff 100%
    );
    background: linear-gradient(
        #fff,
        #fff 50px,
        #ff5252 50px,
        #ff5252 40%,
        #fff 100%
    );
}
.dame_block h2 {
    background: #d01311;
    text-align: center;
    max-width: 100vw;
}
@media all and (min-width: 1024px) {
    .dame_block h2 {
        margin-bottom: -10px;
    }
}
.dame_block .dame_txt {
    margin: 20px 0;
    text-align: left;
    background: url(../../images/jab/border1.jpg) repeat;
    padding: 10px;
}
.dame_block .dame_txt p {
    background: #fff;
    padding: 10px 15px;
}
@media screen and (min-width: 1024px) {
    .dame_block .dame_txt {
        padding: 20px;
    }
    .dame_block .dame_txt p {
        padding: 20px 80px;
    }
}

/*------------------万舟マン語りブロック
----------------------*/
.katari_block {
    background: url(../../images/jab/bg3.png) repeat;
    padding: 15px 0;
}
.katari_block dl {
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 0;
    margin: 0 0 15px;
}
@media screen and (min-width: 768px) {
    .katari_block dl {
        margin: 0 10px 15px;
    }
}
.katari_block dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 10px;
}
.katari_block dl dt img {
    background: #fff;
    border-radius: 50%;
    border: 10px solid #70ba44;
    margin-top: -20px;
    width: 100px;
    height: 100px;
}
@media screen and (min-width: 768px) {
    .katari_block dl dt img {
        width: 200px;
        height: 200px;
    }
}
.katari_block dl dt p {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
}
@media screen and (min-width: 768px) {
    .katari_block dl dt p {
        margin: 0 20px;
    }
}
.katari_block dl dt p span {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3;
    color: #327fec;
}
@media screen and (max-width: 767px) {
    .katari_block dl dt p span {
        font-size: 1.2rem;
    }
    .katari_block dl dt p span::after {
        content: "\A";
        white-space: pre;
    }
}
.katari_block dl dt.icon_left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.katari_block dl dt.icon_left img {
    margin-left: -20px;
}
.katari_block dl dt.icon_left p {
    position: relative;
    margin-left: 10px;
}
@media screen and (min-width: 768px) {
    .katari_block dl dt.icon_left p {
        margin-left: 30px;
    }
}
.katari_block dl dt.icon_left p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 0 20px 15px 0;
}
.katari_block dl dt.icon_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.katari_block dl dt.icon_right img {
    margin-right: -20px;
}
.katari_block dl dt.icon_right p {
    position: relative;
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    .katari_block dl dt.icon_right p {
        margin-right: 30px;
    }
}
.katari_block dl dt.icon_right p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 0 0 15px 20px;
}
.katari_block dl dd {
    padding: 15px;
}
@media screen and (min-width: 1024px) {
    .katari_block dl dd {
        padding: 15px 100px;
    }
}
.katari_block dl dd p {
    margin-bottom: 10px;
}
.katari_block dl.katari_first dt {
    display: block;
}
.katari_block dl.katari_first dt p {
    position: relative;
}
.katari_block dl.katari_first dt p span {
    font-weight: bold;
    font-size: 1.5rem;
}
.katari_block dl.katari_first dt p::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 80%;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 20px 5px 0 20px;
}
.katari_block dl.katari_first dd img {
    float: left;
    max-width: 40%;
}
@media screen and (min-width: 768px) {
    .katari_block dl.katari_first dd img {
        height: 500px;
    }
}
@media screen and (min-width: 1024px) {
    .katari_block dl.katari_first dd {
        min-height: 500px;
    }
}
.katari_block .katari_jabuo {
    background: url(../../images/jab/jabuo.png) right center no-repeat;
    background-size: 80px 80px;
}
.katari_block .katari_jabuo p {
    color: #004ea2;
    margin: 20px 100px 20px 0;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    position: relative;
}
.katari_block .katari_jabuo p::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 100%;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 10px 0 10px 20px;
}
@media screen and (min-width: 768px) {
    .katari_block .katari_jabuo {
        background: url(../../images/jab/jabuo.png) right center no-repeat;
        background-size: 200px 200px;
        padding: 50px;
    }
    .katari_block .katari_jabuo p {
        margin: 20px 200px 20px 0;
        font-size: 1.3rem;
    }
}

/*------------------ジャブジャブ三大原則
----------------------*/
.sandai_block {
    padding: 20px 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#cbe8ff),
        color-stop(80%, #cbe8ff),
        color-stop(80%, #fff),
        to(#fff)
    );
    background: -webkit-linear-gradient(
        #cbe8ff 0%,
        #cbe8ff 80%,
        #fff 80%,
        #fff
    );
    background: -o-linear-gradient(#cbe8ff 0%, #cbe8ff 80%, #fff 80%, #fff);
    background: linear-gradient(#cbe8ff 0%, #cbe8ff 80%, #fff 80%, #fff);
    background: url(../../images/jab/wave_bg2.jpg) left bottom repeat-x;
}
.sandai_block h2 {
    position: relative;
}
.sandai_block h2::before {
    content: "";
    width: 208px;
    height: 172px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../images/jab/sandai_money_L.png) left top no-repeat;
    background-size: 100px auto;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .sandai_block h2::before {
        background: url(../../images/jab/sandai_money_L.png) left top no-repeat;
        background-size: 200px auto;
        left: -150px;
    }
}
.sandai_block h2::after {
    content: "";
    width: 430px;
    height: 170px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../images/jab/sandai_money_R.png) right top no-repeat;
    background-size: 150px auto;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .sandai_block h2::after {
        background: url(../../images/jab/sandai_money_R.png) right top no-repeat;
        background-size: 300px auto;
    }
}
.sandai_block h2 span {
    background: #000;
    color: #fff100;
    position: relative;
    z-index: 10;
}
.sandai_block h2 strong {
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    position: relative;
    z-index: 10;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff,
        -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff,
        -2px 0px 1px #fff, 0px -2px 1px #fff;
}
.sandai_block [class^="part"] {
    background: #cbe8ff;
    overflow: hidden;
    position: relative;
    padding: 50px 0;
}
.sandai_block [class^="part"]::before {
    content: "";
    width: 200%;
    height: 200px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background: url(../../images/jab/bg4.png);
    position: absolute;
    left: -20%;
    top: -180px;
}
.sandai_block [class^="part"]::after {
    content: "";
    width: 200%;
    height: 200px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    background: url(../../images/jab/bg5.png);
    position: absolute;
    left: -20%;
    bottom: -180px;
}
.sandai_block [class^="part"] h3 {
    font-size: 1.2rem;
    line-height: 1.4;
    background: url(../../images/jab/sandai_part1.svg) left center no-repeat;
    background-size: contain;
    position: relative;
    padding-left: 80px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .sandai_block [class^="part"] h3 {
        padding-left: 130px;
        height: 120px;
        line-height: 1.8;
    }
}
.sandai_block [class^="part"] h3 b {
    display: block;
    border-bottom: 5px solid #004ea2;
}
.sandai_block [class^="part"] h4 {
    font-size: 1.2rem;
    border-left: 5px solid #448aca;
    margin: 10px 0;
    padding-left: 10px;
}
.sandai_block [class^="part"] p {
    margin: 20px 0;
}
.sandai_block [class^="part"] ul {
    margin: 20px 0;
}
.sandai_block [class^="part"] ul li {
    background: #004ea2;
    color: #fff;
    padding: 0 10px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.sandai_block [class^="part"] ul li::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../../images/jab/bg2.jpg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.sandai_block [class^="part"] ul li::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #004ea2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
@media screen and (min-width: 768px) {
    .sandai_block .part1 dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}
.sandai_block .part1 dl dt {
    padding: 20px;
}
.sandai_block .part2 h3 {
    background: url(../../images/jab/sandai_part2.svg) left center no-repeat;
    background-size: contain;
}
.sandai_block .part2 dl {
    content: " ";
    clear: both;
    display: table;
}
.sandai_block .part2 dl dt {
    padding: 20px;
}
.sandai_block .part2 dl dd.detail img {
    float: left;
}
.sandai_block .part3::after {
    content: "";
    display: none;
}
.sandai_block .part3 h3 {
    background: url(../../images/jab/sandai_part3.svg) left center no-repeat;
    background-size: contain;
}

/*-----------------ジャブジャブだけの３つのシステムブロック
-------------------------------*/
.system_block {
    padding: 20px 0;
    margin: 40px 0;
    border-top: 5px dotted #444;
    border-bottom: 5px dotted #444;
}
@media screen and (min-width: 768px) {
    .system_block {
        border: 5px dotted #444;
        width: 1000px;
        max-width: 96vw;
        margin: 50px auto;
    }
}
.system_block h2 {
    background: #fff url(../../images/jab/h2_bg.svg) right bottom no-repeat;
    background-size: auto 100%;
    display: block;
    max-width: 90%;
    width: 1000px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin: -50px auto 0;
    text-shadow: 2px 2px 1px #ff5252, -2px 2px 1px #ff5252, 2px -2px 1px #ff5252,
        -2px -2px 1px #ff5252, 2px 0px 1px #ff5252, 0px 2px 1px #ff5252,
        -2px 0px 1px #ff5252, 0px -2px 1px #ff5252;
}
@media screen and (min-width: 768px) {
    .system_block h2 {
        width: 700px;
        font-size: 1.8rem;
    }
}
.system_block .system_bnr {
    margin: 20px auto;
}
.system_block ul {
    margin: 20px 0;
}
.system_block ul li {
    background: #004ea2;
    color: #fff;
    padding: 10px 30px;
    margin-bottom: 10px;
    border-radius: 50px;
}

/*-----------------実績ブロック
-------------------------------*/
.jisseki_block h2 {
    text-align: center;
    width: 300px;
    margin: 0 auto 10px;
    font-size: 1.1rem;
    font-weight: bold;
    background-image: url(../../images/jab/jisseki_title_L.png),
        url(../../images/jab/jisseki_title_R.png);
    background-size: contain, contain;
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
}
@media screen and (min-width: 768px) {
    .jisseki_block h2 {
        width: 700px;
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .jisseki_block ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        max-width: 800px;
        margin: auto;
    }
}

@media screen and (min-width: 1024px) {
    .jisseki_block ul {
        max-width: 1000px;
        margin: auto;
    }
}

.jisseki_block li {
    background: #cbe8ff url(../../images/jab/jisseki_bg.jpg) right 5px no-repeat;
    background-size: 100% auto;
    position: relative;
    height: 175px;
    margin-bottom: 10px;
    /*詳細表示------------*/
    /*銀ランク背景キックイラスト------------*/
    /*銅ランク背景ビームイラスト------------*/
}
.jisseki_block li input[type="checkbox"] {
    display: none;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .jisseki_block li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 390px;
        height: 200px;
        margin-right: 1%;
    }
}
@media screen and (min-width: 1024px) {
    .jisseki_block li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 490px;
        height: 220px;
        margin-right: 1%;
    }
}
.jisseki_block li   .visible {
    /* background: url(../../images/jab/jisseki_punch.png) right top no-repeat; */
    background-size: auto 85%;
    padding: 10px 10px 0;
    margin-bottom: 0;
    height: 100%;
}
.jisseki_block li   .date {
    color: #004ea2;
    position: relative;
    line-height: 1;
    border-bottom: 5px solid rgba(158, 212, 255, 0.7);
}
.jisseki_block li   .date::before {
    content: "◇";
}
.jisseki_block li   .title {
    background: none;
    background-size: 40px;
    /* padding-left: 50px; */
}
@media screen and (min-width: 1024px) {
    .jisseki_block li   .title {
        background-size: 80px;
        padding: 10px 0 10px 0px;
    }
}
.jisseki_block li   .title b {
    color: #fff100;
    display: block;
    font-size: 1.5rem;
    text-shadow: 2px 2px 1px #432f10, -2px 2px 1px #432f10, 2px -2px 1px #432f10,
        -2px -2px 1px #432f10, 2px 0px 1px #432f10, 0px 2px 1px #432f10,
        -2px 0px 1px #432f10, 0px -2px 1px #432f10;
}
@media screen and (min-width: 768px) {
    .jisseki_block li   .title b {
        font-size: 1.3rem;
    }
}
.jisseki_block li   .title span {
    display: block;
    font-size: 0.8rem;
    line-height: 1;
    text-shadow: 2px 2px 0 #fff;
}
.jisseki_block li   .prize {
    position: relative;
    padding-top: 25px;
}
.jisseki_block li   .prize b {
    display: block;
    color: #fff100;
    font-weight: bold;
    font-size: 3.5rem;
    text-shadow: 2px 2px 1px #432f10, -2px 2px 1px #432f10, 2px -2px 1px #432f10,
        -2px -2px 1px #432f10, 2px 0px 1px #432f10, 0px 2px 1px #432f10,
        -2px 0px 1px #432f10, 0px -2px 1px #432f10;
}
.jisseki_block li   .prize b span {
    font-size: 0.9rem;
}
.jisseki_block li   .prize b .sen {
    font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
    .jisseki_block li   .prize b .sen {
        font-size: 1.8rem;
    }
}
.jisseki_block li   .prize .place {
    position: absolute;
    right: 0;
    top: 15px;
    background: rgba(255, 255, 255, 0.8);
    color: #004ea2;
    display: inline-block;
    padding: 0 3px;
    font-size: 1.2rem;
}
.jisseki_block li   .prize label {
    position: absolute;
    right: 0;
    top: 58px;
    max-width: 50%;
    background: #0081cc;
    color: #fff;
    padding: 3px 5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .jisseki_block li   .prize {
        padding-top: 25px;
    }
    .jisseki_block li   .prize b {
        font-size: 2.5rem;
    }
    .jisseki_block li   .prize .place {
        font-size: 1rem;
    }
    .jisseki_block li   .prize label {
        font-size: 0.8rem;
    }
}
@media screen and (min-width: 1024px) {
    .jisseki_block li   .prize {
        padding-top: 0;
    }
    .jisseki_block li   .prize .place {
        top: 0;
    }
    .jisseki_block li   .prize label {
        top: 50px;
    }
}
.jisseki_block li .detail {
    background: #cbe8ff;
    max-height: 0;
    margin-top: 0;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    overflow: hidden;
}
.jisseki_block li .detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 10px;
    border-top: 3px dashed #448aca;
}
.jisseki_block li .detail dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.jisseki_block li .detail dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-left: 5%;
}
.jisseki_block li .detail dd p.money {
    border-bottom: 5px solid rgba(158, 212, 255, 0.8);
    line-height: 1;
    font-size: 1.7rem;
    color: #fff100;
    text-align: center;
    text-shadow: 2px 2px 1px #432f10, -2px 2px 1px #432f10, 2px -2px 1px #432f10,
        -2px -2px 1px #432f10, 2px 0px 1px #432f10, 0px 2px 1px #432f10,
        -2px 0px 1px #432f10, 0px -2px 1px #432f10;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .jisseki_block li .detail dd p.money {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1024px) {
    .jisseki_block li .detail dd p.money {
        font-size: 1.9rem;
    }
}
.jisseki_block li [id^="ctrl"]:checked + .detail {
    max-height: 1200px;
    -webkit-box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.8);
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.8);
}
/*
.jisseki_block li .rank_silver .visible {
    background: url(../../images/jab/jisseki_kick.png) right top no-repeat;
    background-size: auto 85%;
}
.jisseki_block li .rank_silver .title {
    background: url(../../images/jab/jisseki_silver.png) left center no-repeat;
    background-size: 40px;
}
@media screen and (min-width: 1024px) {
    .jisseki_block li .rank_silver .title {
        background-size: 80px;
    }
}
 .jisseki_block li .rank_silver .title b {
    color: #ccc;
    text-shadow: 2px 2px 1px #444, -2px 2px 1px #444, 2px -2px 1px #444,
        -2px -2px 1px #444, 2px 0px 1px #444, 0px 2px 1px #444,
        -2px 0px 1px #444, 0px -2px 1px #444;
}
.jisseki_block li .rank_copper .visible {
    background: url(../../images/jab/jisseki_beam.png) right top no-repeat;
    background-size: auto 85%;
}
.jisseki_block li .rank_copper .title {
    background: url(../../images/jab/jisseki_copper.png) left center no-repeat;
    background-size: 40px;
} */
@media screen and (min-width: 1024px) {
    .jisseki_block li .rank_copper .title {
        background-size: 80px;
    }
}
.jisseki_block li .rank_copper .title b {
    color: #a27051;
}

.jisseki_block li div:nth-child(1){
    /* background: url(../images/jisseki_punch.png) right top no-repeat; */
    background-size: auto 85%;
    padding: 10px 10px 0;
    margin-bottom: 0;
    height: 100%;
}
/*-----------------ジャブジャブブロック
-------------------------------*/
.jabujabu_block {
    text-align: center;
}
.jabujabu_block .jabujabu_title {
    background: -webkit-linear-gradient(#fff, #fff 75px, #fff100 75px, #fff100);
    background: -o-linear-gradient(#fff, #fff 75px, #fff100 75px, #fff100);
    background: linear-gradient(#fff, #fff 75px, #fff100 75px, #fff100);
    padding: 20px 0;
    margin-bottom: 30px;
}
.jabujabu_block .matching {
    margin: 30px auto;
    width: 96%;
    max-width: 800px;
}
@media screen and (min-width: 768px) {
    .jabujabu_block .matching {
        margin: 50px auto;
    }
}
.jabujabu_block .matching img {
    display: block;
    margin: 10px auto 20px;
}
.jabujabu_block .matching .matching_txt {
    margin: 20px auto;
    color: #004ea2;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .jabujabu_block .matching .matching_txt {
        font-size: 1.4rem;
    }
}
.jabujabu_block .omakase img {
    display: block;
    margin: 10px auto;
}
.jabujabu_block .omakase p {
    padding: 20px 0;
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .jabujabu_block .omakase p {
        font-size: 1.4rem;
    }
}

/*-----------------勝利の三か条ブロック
-------------------------------*/
.shouri_block {
    content-visibility: auto;
    /*■読み込みを早くする*/
    position: relative;
    max-width: 1000px;
    margin: 30px auto;
}
.shouri_block h2 {
    padding-left: 20px;
}
@media screen and (min-width: 768px) {
    .shouri_block h2 {
        padding-left: 80px;
    }
}
.shouri_block h2 img {
    width: 400px;
    max-width: 70%;
}
.shouri_block .sankajo {
    display: block;
    padding: 10px 0 20px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .shouri_block .sankajo {
        padding: 20px 0 50px;
    }
}
@media screen and (min-width: 1024px) {
    .shouri_block .sankajo {
        padding: 50px 0 150px;
    }
}
.shouri_block .bg {
    -webkit-transform: scale(1, 1.4);
    -ms-transform: scale(1, 1.4);
    transform: scale(1, 1.4);
    position: absolute;
    top: 80px;
    left: 2%;
    z-index: -1;
    width: 96%;
}
@media screen and (min-width: 768px) {
    .shouri_block .bg {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        height: 500px;
        top: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .shouri_block .bg {
        top: 80px;
    }
}

/*--------------------------------------
main end--------------------------------------*/
/*------------------------footer
------------------------------------*/
footer {
    margin-top: 50px;
    background: #448aca;
    text-align: center;
    color: #fff;
}
footer ul {
    padding: 10px 0;
}
footer ul li {
    position: relative;
    margin: 10px auto;
    width: 250px;
    z-index: 10;
}
footer ul li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 5px;
    background-color: #004ea2;
}
footer ul li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    background-size: 5px 5px;
    background-image: -webkit-linear-gradient(
        135deg,
        #000 25%,
        transparent 25%,
        transparent 50%,
        #000 50%,
        #000 75%,
        transparent 75%,
        transparent
    );
    background-image: -o-linear-gradient(
        135deg,
        #000 25%,
        transparent 25%,
        transparent 50%,
        #000 50%,
        #000 75%,
        transparent 75%,
        transparent
    );
    background-image: linear-gradient(
        -45deg,
        #000 25%,
        transparent 25%,
        transparent 50%,
        #000 50%,
        #000 75%,
        transparent 75%,
        transparent
    );
    background-repeat: repeat;
}
@media all and (min-width: 1024px) {
    footer ul li {
        display: inline-block;
        width: auto;
        padding: 0 5px;
        margin: 40px 10px;
    }
    footer ul li a:hover {
        background: #000;
    }
}
footer p {
    font-size: 0.8rem;
}
footer small {
    display: block;
    background: #004ea2;
    font-size: 0.7rem;
}

/*------------------------------------------
footer end------------------------------------*/

.title {
    background: #004ea2;
    color: #fff;
    font-size: 160%;
    padding-left: 25px;
}

.contact {
    background: #c7f2fe;
    border: 5px solid #448aca;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 0 #000;
    box-shadow: 10px 10px 0 #000;
    margin-top: 20px;
}

.contact input[type="email"] {
    display: block;
    background: #fff;
    width: 100%;
    margin: 10px auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact textarea {
    display: block;
    background: #fff;
    width: 100%;
    margin: 10px auto;
    height: 400px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.outline table {
    width: 100%;
    border: #bababa 1px solid;
    background-color: #fff;
    margin: 4px auto;
    color: #000;
}

.outline th {
    width: 30%;
    height: 22px;
    text-align: center;
    padding: 10px;
    border: #bababa 1px solid;
    font-weight: normal;
    background: #c7f2fe;
    vertical-align: middle;
}

.outline td {
    padding: 10px;
    height: 22px;
    text-align: left;
    border: #bababa 1px solid;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

/*------------------------------------------
スマホ------------------------------------*/
@media screen and (max-width: 767px) {
    main .pc_view {
        display: none;
    }
    main .sp_view {
        display: inline-block;
    }

    #page-top img {
        width: 70px;
    }
}

/*------------------------------------------
タブレット--------------------------------*/
@media screen and (min-width: 768px) {
    html {
        font-size: 20px;
    }
    main .pc_view {
        display: inline-block;
    }
    main .sp_view {
        display: none;
    }
}

/*------------------------------------------
PC----------------------------------------
@media all and (min-width: 1024px) {
    main .pc_view {
        display: inline-block;
    }
    main .sp_view {
        display: none;
    }
}

.jisseki_block li .title {
    padding: 10px 0;
    background: none;
}
*/
.jisseki_block li .day_visible,
.jisseki_block li .night_visible,
.jisseki_block li .climax_visible {
    background: url(../../images/jab/login/jisseki_punch.png) right top no-repeat;
    background-size: auto 85%;
    padding: 10px 10px 0;
    margin-bottom: 0;
    height: 100%;
}
.jisseki_block li .night_visible {
    background: url(../../images/jab/login/jisseki_kick.png) right top no-repeat;
    background-size: auto 85%;
}
.jisseki_block li .climax_visible {
    background: url(../../images/jab/login/jisseki_beam.png) right top no-repeat;
    background-size: auto 85%;
}


.nyuukai input[type="text"] {
    display: block;
    background: #fff;
    width: 90%;
    margin: 10px auto;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
