/***************************
Add your custom styles below
****************************/
html {
}
body {
    font-family: YakuHanJP, 游ゴシック体, YuGothic, "游ゴシック Medium",
        "Yu Gothic Medium", 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
    box-sizing: border-box;
}

/* icons */
.icon-Close {
    color: #d14b4b !important;
    font-weight: 600;
}
.icon-Close:before {
    background-color: #fff;
    border-radius: 50%;
}
.icon-Yes {
    color: #4794c3 !important;
    font-weight: 600;
}
.icon-Yes:before {
    background-color: #fff;
    border-radius: 50%;
}
.answer-item .icon-Close,
.answer-item .icon-Yes {
    position: absolute;
    top: -16px;
    left: -16px;
}
@media all and (max-width: 766px) {
    .answer-item .icon-Close,
    .answer-item .icon-Yes {
        top: -8px;
        left: -8px;
    }
}

/* mainvisual */
.height-60 {
    padding: 0 10px 0 10px;
}
.height-40 {
    padding: 0 10px 0 10px;
}
@media (max-width: 568px) {
    .height-60 {
        padding: 0 10px 40px 10px;
    }
}
@media (min-width: 767px) {
    .height-60 {
        height: 720px;
    }
    .height-40 {
        height: 380px;
    }
}
/* logo */
.container.mainvisual {
    width: 100%;
}
@media (max-width: 568px) {
    .container.mainvisual {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.height-60 .container.mainvisual {
    /* max-height: 60vh;
  min-height: 340px; */
}
@media (min-width: 767px) {
    .height-60 .container.mainvisual {
        height: 560px;
    }
    .height-40 .container.mainvisual {
        height: 380px;
    }
}
@media (max-width: 569px) and (min-width: 766px) {
    .height-60 .container.mainvisual {
        max-height: 60vh;
    }
    .height-40 .container.mainvisual {
        max-height: 40vh;
        min-height: 380px;
    }
}
@media (max-width: 568px) {
    .height-60 .container.mainvisual {
        min-height: 380px;
    }
    .height-40 .container.mainvisual {
        min-height: 380px;
    }
}
.mainvisual-h1 {
    position: relative;
    min-width: 98px;
    padding: 0 12px 60px 12px;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.75) 51%,
        rgba(255, 255, 255, 0.5) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(255, 255, 255, 1)),
        color-stop(51%, rgba(255, 255, 255, 0.75)),
        color-stop(100%, rgba(255, 255, 255, 0.5))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.75) 51%,
        rgba(255, 255, 255, 0.5) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.75) 51%,
        rgba(255, 255, 255, 0.5) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.75) 51%,
        rgba(255, 255, 255, 0.5) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.75) 51%,
        rgba(255, 255, 255, 0.5) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
@media (max-width: 568px) {
    .mainvisual-h1 {
        min-width: 74px;
        padding: 0 8px 5px 8px;
        /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.70) 45%, rgba(255,255,255,0.10) 100%); */
    }
}
.height-60 .mainvisual-h1 {
    width: 18vw;
    height: auto;
    max-width: 172px;
}
.height-40 .mainvisual-h1 {
    width: 18vw;
    height: auto;
    max-width: 128px;
}
@media (max-width: 766px) {
    .height-60 .mainvisual-h1,
    .height-40 .mainvisual-h1 {
        height: auto;
    }
}
@media (min-width: 767px) {
    .height-60 .mainvisual-h1 {
        height: 560px;
    }
}
.mainvisual-h1 > h1 {
    font-size: 1em;
}
.mainvisual-h1 > h1 > a {
    display: inline-block;
}
.mainvisual-logo {
    display: block;
    vertical-align: top;
}
.mainvisual-logo > img {
    height: auto;
    margin-bottom: 0;
    vertical-align: top;
    text-align: center;
}
.mainvisual-logo.feat {
    margin: 12px 0 0px 8px;
    color: #232323 !important;
    font-size: 1.9em;
    letter-spacing: 0.3em;
}
@media (max-width: 766px) {
    .mainvisual-logo.feat {
        margin: 12px 0 0px 7px;
        font-size: 1.5em;
    }
}
.mainvisual-logo.moeyoken {
    padding: 11px;
    margin-top: 6px;
}
@media (max-width: 767px) {
    .mainvisual-logo.moeyoken {
        margin-top: 0;
    }
}

/* logo-only */
.mainvisual-logo-only {
    width: 41vw;
    max-width: 442px;
    min-width: 176px;
    position: absolute;
    top: 14%;
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    z-index: 1 !important;
	padding-left: inherit;
}
.height-40 .mainvisual-logo-only {
    max-width: 308px;
}
@media (max-width: 1100px) {
    .mainvisual-logo-only {
        max-width: 424px;
        padding-right: 6%;
    }
}
@media (max-width: 767px) {
    .mainvisual-logo-only {
        width: 40vw;
    }
    .height-40 .mainvisual-logo-only {
        padding-top: 30px;
    }
}
@media (max-width: 614px) {
    .mainvisual-logo-only {
        top: 6%;
    }
}
@media (max-width: 568px) {
    .mainvisual-logo-only {
        width: 64vw;
        height: 78%;
        top: 0;
        bottom: 0;
    }
    .height-40 .mainvisual-logo-only {
        padding-top: 0;
    }
}
@media (min-width: 768px) {
    .height-40 .mainvisual-logo-only {
        top: 8%;
    }
}

/* title */
.mainvisual-title {
    position: absolute;
    z-index: 1 !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
/*    padding-left: 6%;	*/
}
@media (max-width: 1100px) {
    .mainvisual-title {
        padding-left: 6%;
    }
}
@media (max-width: 568px) {
    .mainvisual-title {
		bottom: 10px;
		top: 132px;
        padding-right: 6%;
    }
}
@media all and (min-width: 569px) {
    .mainvisual-title {
        top: 28%;
    }
}
@media all and (min-width: 768px) {
    .mainvisual-title {
        top: 46%;
    }
    .height-40 .mainvisual-title {
        top: 32%;
    }
}
@media (min-width: 569px) and (max-width: 767px) {
    .height-40 .mainvisual-title {
        top: 41%;
    }
}
.mainvisual-title h3 {
    margin-bottom: 6px;
    color: #fff;
    font-family: serif;
    font-size: 3em;
    letter-spacing: 6px;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.4);
    line-height: 1.15em;
}
@media (max-width: 900px) {
    .mainvisual-title h3 {
        font-size: 2.6em;
    }
}
@media (max-width: 614px) {
    .mainvisual-title h3 {
        font-size: 2em;
        margin-bottom: 3px;
        padding-left: 0;
    }
}
@media all and (min-width: 768px) {
    .height-40 .mainvisual-title h3 {
        font-size: 3em;
    }
}
.mainvisual-title small {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 12px;
    color: #fff;
}
@media (max-width: 766px) {
    .mainvisual-title small {
        font-size: 18px;
        letter-spacing: 10px;
    }
}
@media (max-width: 614px) {
    .mainvisual-title small {
        font-size: 15px;
        letter-spacing: 8px;
    }
}
.mainvisual-title br.sp-only {
    display: none;
}
@media (max-width: 568px) {
    .mainvisual-title br.sp-only {
        display: block;
    }
}
.mainvisual-title p.period {
    margin-bottom: 0.6em;
    font-family: serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 766px) {
    .mainvisual-title p.period {
        font-size: 14px;
    }
}
@media (max-width: 614px) {
    .mainvisual-title p.period {
        font-size: 13px;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
        margin-bottom: 0.3em;
    }
}
.mainvisual-title p.info {
    font-size: 11px;
    line-height: 1.5;
}
@media (min-width: 767px) {
    .mainvisual-title p.info {
        margin-bottom: 1em;
    }
}
@media (max-width: 766px) {
    .mainvisual-title p.info {
        margin-bottom: 1em;
    }
}
@media (max-width: 348px) {
    .mainvisual-title p.info {
        font-size: 10px !important;
    }
}
/* fixed btn */
.notification-close-cross.notification-close {
    display: none;
    min-height: 115px;
}
.notification + .footer-1 {
    padding-bottom: 115px;
}
@media all and (max-width: 487px) {
    .notification-close-cross.notification-close {
        min-height: 168px;
    }
    .notification + .footer-1 {
        padding-bottom: 168px;
    }
}
@media all and (min-width: 488px) and (max-width: 1024px) {
    .notification-close-cross.notification-close {
        min-height: 102px;
    }
    .notification + .footer-1 {
        padding-bottom: 102px;
    }
}
/* footer */
footer {
    padding-top: 3.5em;
}
.footer-1 .footer__lower {
    margin-top: 0;
    padding-top: 0;
}
@media all and (max-width: 766px) {
    .footer-1 .col-md-4.col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }
}
.footer-1 .footer__lower hr {
    margin: 1.625em 0 1.225em;
}
@media all and (max-width: 766px) {
    .footer-1 .footer__lower .type--fine-print {
        display: block;
    }
}

/* .nav */
.nav-container {
    background: url("../img/bg-.jpg") right bottom no-repeat;
    background-size: cover;
}
.nav-bar .nav-module {
    height: auto;
}
.nav-container .logo {
    display: inline-block;
}
.nav-container .text-logo {
    font-size: 0.6em;
}
.nav-container .logo.shinsengumi {
    margin-right: 10px;
}
.nav-container .logo.feat {
}
.nav-container .logo.moeyoken {
    width: 20%;
}
@media all and (max-width: 766px) {
    .nav-container h1 {
        padding-bottom: 20px;
    }
    .nav-container .logo {
        display: block;
        clear: both;
    }
    .nav-container .logo.shinsengumi {
        width: 40%;
        margin: 0 auto;
    }
    .nav-container .logo.feat {
        width: 23%;
        margin: 5px auto 0;
        text-align: center;
    }
    .nav-container .logo.feat > img {
        margin-bottom: 0;
    }
    .nav-container .logo.moeyoken {
        width: 50%;
        margin: 0 auto;
    }
}
.nav-container .logo.moeyoken > img {
    margin-bottom: 0;
}
.nav-container,
.nav-bar,
.nav-module {
    height: auto;
    max-height: 100%;
}

.nav-container span.logo.mainvisual-logo.shinsengumi img {
    margin-bottom: 0;
}

/* question */
@media all and (max-width: 766px) {
    .question-title {
        /* margin: 0 15px; */
    }
}
.question-item .feature.boxed {
    padding: 0;
    margin-bottom: 1.825em;
    border-radius: 50px;
}
.question-item button {
    font-size: 1em !important;
    /* font-weight: 600; */
    padding: 20px;
    width: 100%;
    background-color: #fff;
    color: #343434;
    border: none;
}
.question-item button:hover,
.question-item button:focus,
.question-item button:active,
.question-item button.chosen {
    background-color: #DABF71;
    color: #000;
}

/* answer */
.answer-item .feature.boxed,
.correct-item .feature.boxed {
    padding: 18px 20px;
    border: 2px solid #fff;
}
.answer-item .feature.boxed:hover,
.correct-item .feature.boxed:hover {
    box-shadow: none;
}
.answer-item .feature.boxed {
    overflow: visible;
}
.feature.boxed.feature-1.batsu {
    border: 2px solid #d14a4b;
}
.feature.boxed.feature-1.maru {
    border: 2px solid #4794c3;
}

/* button */
/* .btn */
button.btn.btn--primary-2 {
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    border-radius: 100px;
    border-color: #DABF71;
    border-width: 2px;
    line-height: 1.625em;
    text-transform: uppercase;
}
button.btn.btn--lg {
    padding-top: 0.67708333em;
    padding-bottom: 0.8125em;
    padding-right: 4.0625em;
    padding-left: 4.0625em;
}

button.btn.btn--primary-2,
button.btn.btn--primary-2:visited,
.btn--primary-2,
.btn--primary-2:visited {
    background: #000;
    border-color: #000;
}
button.btn.btn--primary-2:hover,
.btn--primary-2:hover {
    background: #DABF71;
    border-color: #DABF71 !important;
}
button {
    height: auto;
    font-size: 1em;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
}
/* .btn--fixed */
.btn--fixed {
    /* font-size: 0.9em; */
    border-radius: 2px 0 0 2px !important;
/*    max-height: 64px;	*/
    min-height: 56px;
    padding-top: 1em;
    padding-bottom: 1em;
}
.btn--fixed + .btn--fixed,
.retry-button,
.reset-button {
    border-radius: 0 2px 2px 0 !important;
    margin-left: -5px;
    margin-top: 0;
    background-color: #d14b4b !important;
    border-color: #d14b4b !important;
}
.btn--fixed + .btn--fixed:hover,
.retry-button:hover,
.reset-button:hover {
    background-color: #DABF71 !important;
    border-color: #DABF71 !important;
}
@media all and (max-width: 487px) {
    .btn--fixed {
        border-radius: 2px !important;
    }
    .btn--fixed + .btn--fixed {
        margin-top: 10px;
        margin-left: 0;
        border-radius: 2px !important;
    }
}
.btn--fixed > .btn__text {
    font-size: inherit;
    vertical-align: middle;
    font-weight: bold;
}
.btn--fixed > .btn__text .icon,
.btn--fixed .socicon-twitter {
    /* font-size: 0.9em; */
    font-size: 1.2em;
    font-weight: bold;
    padding-right: 3px;
    vertical-align: top;
    position: relative;
    top: 2px;
}

/* counter */
.question-section {
    counter-increment: number;
    counter-reset: alpha;
    padding: 5em 0;
}
.question-section .question-item {
    counter-increment: alpha;
}
.question-section .question-item button:before {
    content: counter(alpha, upper-alpha) ". ";
}
.question-section .question-number {
    text-indent: -2em;
    padding-left: 2em;
}
.question-section .question-number:before {
    content: "Q" counter(number) ". ";
}

/* .pricing */
.pricing p.color--dark {
    margin-bottom: 0;
    min-height: auto;
}
@media all and (max-width: 766px) {
    .pricing p.color--dark {
        text-align: center;
    }
}

.bg--primary .color--dark {
    color: #343434;
}

/* .campaign-item */
.campaign-item .boxed {
    overflow: visible;
    border-radius: 2px;
    text-align: center;
}
.campaign-item .boxed p {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}
.campaign-item .icon {
    color: #5b93bf;
    background-color: #fff;
    height: 45px;
    border-radius: 50%;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    opacity: 1;
}
@media all and (max-width: 991px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
        width: 39px;
        right: 0;
        left: 0;
        bottom: -34px;
    }
}
@media all and (min-width: 992px) {
    .pc-only {
        display: block;
        right: -37px;
        top: 0;
        bottom: 0;
    }
    .sp-only {
        display: none;
    }
}
@media all and (max-width: 766px) {
    .sp-only {
        bottom: -26px;
    }
}
@media all and (max-width: 1024px) {
    .campaign-item .icon {
        height: 39.38px;
    }
}

.section--overlap:not(:first-child) {
    margin-top: -3.5em;
}

.btn-ex {
    font-size: 24px !important;
}
.btn-ex span.btn__text {
    font-weight: bold;
}
@media (max-width: 766px) {
    .btn-ex {
        font-size: 20px !important;
    }
}
@media (max-width: 568px) {
    .btn-ex {
        font-size: 18px !important;
    }
}

.btn.btn--primary:hover {
    background: #6e9bbf;
    border-color: #6e9bbf;
}

.apply-area {
    opacity: 0.3 !important;
}
section,
footer {
    padding-top: 6.5em;
    padding-bottom: 7em;
}
@media (max-width: 767px) {
    section,
    footer,
    section.section--even {
        padding: 4.875em 0;
    }
}

.flowimg {
    margin-top: 10px;
    margin-bottom: auto;
}
.cp_itemimg {
    float: right;
    width: 40%;
}
@media (max-width: 992px) {
    .cp_itemimg {
        float: none;
        width: 100%;
    }
}

.present-banner {
    margin-bottom: 30px;
}
.present-banner .row {
    display: flex;
    flex-wrap: wrap;
}
.present-banner .present-message {
    background: #fff;
    padding: 1.8em;
    margin: auto;
}
.present-banner .present-message h4 {
    margin-bottom: 0.8em;
    font-size: 1.6em;
}
.present-banner .present-message ul {
    padding-left: 1.5em;
    list-style: disc;
    color: #343434;
}
.present-banner .present-message ul li {
    margin-bottom: 1em;
    line-height: 1.8;
    text-align: left;
}
.present-banner .present-message ul li:last-of-type {
    margin-bottom: 0;
}
.present-banner .present-message ul li strong {
    font-size: 1.4em;
}
@media (max-width: 992px) {
    .present-banner .present-message {
        background: #fff;
        padding: 1.2em;
    }
    .present-banner .present-message h4 {
        margin-bottom: 0.4em;
        font-size: 1.4em;
    }
    .present-banner .row {
        display: block !important;
    }
}
@media (max-width: 766px) {
    .present-banner {
        margin-bottom: -30px;
    }
    .present-banner .present-message {
        margin-top: 50px;
        margin-bottom: 3.6em;
        background: transparent;
        padding: 1.8em;
    }
    .present-banner .present-message h4 {
        margin-bottom: 0.8em;
        font-size: 1.4em;
    }
    .present-banner .present-message ul {
        width: 400px;
        margin: auto;
    }
}

.subtitle {
    padding-left: 0.5em;
}
@media (max-width: 766px) {
    .subtitle {
        padding-left: 0;
    }
}

.challenge-head {
    margin-bottom: 1em;
    color: #63604e !important;
    font-weight: bold;
    font-family: serif;
    font-size: 2.1em;
    letter-spacing: 2px;
    line-height: 1.4em;
}
@media (max-width: 568px) {
    .challenge-head {
        font-size: 1.5em !important;
    }
}

.set-nickname {
    color: #232323 !important;
    opacity: 1 !important;
}
.set-nickname label {
    margin: 0 0 0.2em 0;
    padding: 0;
    line-height: 1.6;
    font-weight: bold;
    color: #423730cf !important;
    font-size: 16px;
}
@media (max-width: 568px) {
    .set-nickname label {
        font-size: 14px;
    }
}

.set-nickname input {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.6em 1.2em;
    color: #232323 !important;
    font-size: 22px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #fff !important;
    border-radius: 4px;
}
@media (max-width: 568px) {
    .set-nickname input {
        margin-bottom: 0 !important;
        font-size: 18px;
    }
}

.set-nickname input::placeholder {
    color: #999 !important;
    font-style: normal !important;
}

.button-entry {
    font-size: 22px !important;
    background: #000;
    padding: 0.3em 2.2em;
}
.button-entry span.btn__text {
    font-weight: bold;
    font-size: 0.78125em;
}
@media (max-width: 766px) {
    .button-entry {
        font-size: 20px !important;
    }
}
@media (max-width: 568px) {
    .button-entry {
        font-size: 18px !important;
    }
}

.re-challenge {
    margin: 1.5em 0 1.5em 0 !important;
    font-size: 1.8em;
    line-height: 1.6;
    color: #343434;
}
@media (max-width: 568px) {
    .re-challenge {
        font-size: 18px !important;
    }
}
.result-box {
    padding: 2.16666667em 3.25em 3.25em 3.25em;
    background: #fff;
    position: relative;

    opacity: 0;
    top: 10px;
    transition: opacity 300ms ease-out 400ms, top 300ms ease-out 400ms;
}

@media all and (max-width: 990px) {
    .result-box {
        margin-bottom: 30px;
    }
}
@media all and (max-width: 767px) {
    .result-box {
        margin-bottom: 15px;
    }
}
.result-box.shows {
    opacity: 1;
    top: 0px;
}
.nobunaga-title {
    font-size: 1.8rem;
}
@media (max-width: 568px) {
    .nobunaga-title {
    font-size: 1.3rem;
    }
}
