/* fix */
.nav-search_sp,
.nav-search_sp.forSP {
    display: none;
}

#gfcp {
    --red: #D7142A;
    --en: "Montserrat", sans-serif;
    --encav: "Caveat", serif;
    /* --bg: #f8faee; */
    --bg: #f9f9f2;
    /* --bg2: #f0f1de; */
    --bg2: #f5f6e9;
    --blue: #9fd4d2;
    --blue-L: #eef9f6;
    --yellow: #e2dd7b;
    --yellow-L: #f3f5dd;
}


#gfcp .en {
    font-family: var(--en);
    font-weight: 500;
}

#gfcp .en-cav {
    font-family: var(--encav);
    font-weight: 500;
}

#gfcp .note.center {
    width: fit-content;
    display: inline-block;
    margin: 1em auto 0;
    padding: 0;
}

#gfcp .type {
    display: inline-block;
    font-weight: bold;
    border-radius: 3em;
    padding: .5em 1.5em;
    text-box: trim-both cap alphabetic;
    margin-bottom: 1em;
}

@media screen and (max-width:767px) {
    #gfcp .type {
        width: 100%;
        margin: 0 auto;
    }

}

#gfcp .introduction.type {
    background-color: var(--blue);
}

#gfcp .consideration.type {
    background-color: var(--yellow);
}


#gfcp .ribbon-wrp {
    margin: 0 auto;
    text-align: center;
    padding: min(4em, 7vw) 0;
    position: relative;
    z-index: 2;
}

#gfcp .ribbon {
    min-width: min(400px, 70vw);
}

#gfcp .ribbon .en-cav {
    display: block;
    font-size: clamp(14px, 3vw, 24px);
    font-weight: 500;
    margin-top: -.25em;
    margin-bottom: .25em;
}

#gfcp .ribbon .jp {
    display: block;
    font-size: clamp(18px, 4vw, 30px);
    font-weight: 300;
    letter-spacing: .1em;
    color: #222;
    font-feature-settings: "palt";
}

#gfcp .main-parts {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    position: absolute;
    bottom: -30px;
    left: 10%;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: min(1em, 2.7vw);
    text-align: center;
    line-height: 1.6;
}

@media screen and (max-width:767px) {
    #gfcp .main-parts {
        width: 120px;
        height: 120px;
    }
}

#gfcp .inner {
    padding: min(2em, 6vw) 1em min(4em, 8vw);
    text-align: center;
}



#gfcp .share {
    display: block;
    position: fixed;
    top: 70px;
    right: 2%;
    width: clamp(60px, 7vw, 90px);
    z-index: 10;
    margin-left: auto;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    transition: all .5s;
    transform-origin: top right;
    opacity: 0;
    visibility: hidden;
}

#gfcp .obs.active .share {
    opacity: 1;
    visibility: visible;
    /* transform: translate(7%, -100%) scale(.7); */
}

@media screen and (max-width:767px) {
    #gfcp .share {
        /* top: 75%; */
        top: 25px;
        width: 25%;
        transform: translate(7%, 50%) scale(.9);
    }

    #gfcp .obs.active .share {
        transform: translate(7%, 50%) scale(.75);
    }
}

#gfcp .share:hover {
    scale: 1.05;
}

#gfcp .share.unactive {
    opacity: 0;
    visibility: hidden;
    transform: translate(7%, -100%) scale(.7);
}

#gfcp .intro {
    /* background-color: var(--bg); */
}


#gfcp .intro .inner .intro-lead {
    width: fit-content;
    font-size: min(1.5em, 3.5vw);
    line-height: 1.8;
    color: var(--red);
    margin: 1em auto min(2em, 6vw);
    position: relative;
    padding: 0 2em .5em;
}

#gfcp .intro .inner .intro-lead::before,
#gfcp .intro .inner .intro-lead::after {
    content: '';
    border-left: 1.5px solid;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

#gfcp .intro .inner .intro-lead::before {
    rotate: -35deg;
    left: 0;
}

#gfcp .intro .inner .intro-lead::after {
    rotate: 35deg;
    right: 0;
}

#gfcp .intro .inner .intro-lead span {
    display: inline-block;
    width: 100%;
    position: relative;
}

#gfcp .intro .inner .intro-lead span::before,
#gfcp .intro .inner .intro-lead span::after {
    content: '';
    border-left: 1.5px solid;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: -.55em;
}

#gfcp .intro .inner .intro-lead span::before {
    rotate: -50deg;
    left: -2.5em;
}

#gfcp .intro .inner .intro-lead span::after {
    rotate: 50deg;
    right: -2.5em;
}

#gfcp .intro .flex-center {
    gap: min(3em, 5vw);
    margin-bottom: 1.5em;
}

#gfcp .intro .box {
    width: 300px;
    position: relative;
}


@media screen and (max-width:767px) {
    #gfcp .intro .box {
        width: 90%;
        height: auto;
    }

    #gfcp .intro .box .smartphone {
        width: 60%;
        margin: 0 auto;
    }
}

#gfcp .intro .box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#gfcp .intro .box .caption {
    font-size: min(.9em, 3vw);
    line-height: 1.4;
    font-weight: 600;
    display: block;
    width: 100;
    text-align: center;
    padding: .5em 1em;
    border-radius: 3em;
    margin-bottom: 2em;
}

#gfcp .intro .box.intro-step1 .caption,
#gfcp .intro .box.intro-step3 .caption {
    background-color: var(--blue);
}

#gfcp .intro .box.intro-step2 .caption {
    background-color: var(--yellow);
}


#gfcp .intro .box .txt-mes {
    display: block;
    position: absolute;
    width: 45%;
}

#gfcp .intro .box.intro-step1 .txt-mes {
    bottom: 2%;
    left: 0;
}

#gfcp .intro .box.intro-step2 .txt-mes {
    top: 55%;
    left: -8%;
}

#gfcp .intro .box.intro-step3 .txt-mes {
    top: 53%;
    right: 2%;
}

@media screen and (max-width:767px) {
    #gfcp .intro .box .txt-mes {
        width: 35%;
    }

    #gfcp .intro .box.intro-step1 .txt-mes {
        bottom: 2%;
        left: 0;
    }

    #gfcp .intro .box.intro-step2 .txt-mes {
        top: 45%;
        left: 0;
    }

    #gfcp .intro .box.intro-step3 .txt-mes {
        top: 45%;
        right: 0;
    }
}

#gfcp .icon.introduction {
    background-color: var(--blue);
}

#gfcp .icon.consideration {
    background-color: var(--yellow);
}

#gfcp .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#gfcp .btn-wrp {
    margin: 4em auto 1em;
}

#gfcp .btn-wrp .btn {
    width: 90%;
    max-width: 500px;
    background-color: var(--red);
    font-weight: bold;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    transition: all .3s;
}

#gfcp .btn-wrp .btn.short {
    max-width: 320px;
}

#gfcp .btn-wrp .btn:hover {
    background-color: #222;
}

#gfcp .subtitle-jp {
    width: fit-content;
    font-size: min(1.5em, 3.5vw);
    font-weight: 600;
    line-height: 1.8;
    color: var(--red);
    font-weight: 600;
    margin: 0 auto min(2em, 6vw);
    position: relative;
    padding: 0 1em;
}

#gfcp .subtitle-jp::before,
#gfcp .subtitle-jp::after {
    content: '';
    width: 1em;
    height: 0;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

#gfcp .subtitle-jp::before {
    left: -1em;
}

#gfcp .subtitle-jp::after {
    right: -1em;
}

/* present */
#gfcp .present .inner {
    padding-bottom: 0;
}

#gfcp .present .flex-center {
    gap: 4em;
    max-width: 1000px;
    margin: 5em auto 4em;
}

#gfcp .present .box {
    border: 2px solid var(--red);
    width: 40%;
    padding: 2em 3em;
    position: relative;
    border-radius: 10px;
}

@media screen and (max-width:767px) {
    #gfcp .present .box {
        width: 90%;
        margin-bottom: 1em;
    }
}

#gfcp .present .box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: .75em;
    left: .75em;
    z-index: -1;
    border-radius: 10px;
}

#gfcp .present .box:first-child:before {
    background-color: #eef9f6;
}

#gfcp .present .box:last-child:before {
    background-color: #f4f7e7;
}

#gfcp .present .box:first-child .fukidashi-title::after {
    background-color: #eef9f6;

}

#gfcp .present .box:last-child .fukidashi-title::after {
    background-color: #f4f7e7;

}

/* #gfcp .present .box .icon {
    display: block;
    border: 3px solid var(--red);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: -65px auto 1em;
} */
#gfcp .present .box .message {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: -75px auto 1em;
    scale: 1.15;
}

#gfcp .present .box .message img {
    width: 100%;
    height: auto;
}

#gfcp .present .box .price {
    font-size: min(4em, 10vw);
    color: var(--red);
    margin: 0;
    line-height: 1.3;
}

.present-title {
    font-size: min(1.1em, 4vw);
    font-weight: 800;
}


#gfcp .present .box .price .en {
    font-weight: 700;
}

#gfcp .present .box .unit {
    font-size: .4em;
    font-weight: 800;
}

#gfcp .present .box .note {
    text-align: left;
    margin-top: 1em;
}


#gfcp .main-illust {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 3.7/1;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    #gfcp .main-illust {
        aspect-ratio: 2/1;
    }
}

#gfcp .main-illust video {
    width: 101%;
    margin-left: -.5%;
}

/* step */
#gfcp .step {
    background-color: var(--bg);
}

#gfcp .step-wrp {
    max-width: 1200px;
    margin: 2em auto 4em;
}

#gfcp .faq-wrp .hd,
#gfcp .step-wrp .hd {
    width: 18%;
    text-align: center;
}

@media screen and (max-width:767px) {

    #gfcp .faq-wrp .hd,
    #gfcp .step-wrp .hd {
        width: 100%;
        margin-bottom: 2em;
    }

}

#gfcp .step-wrp .box {
    width: 27%;
    position: relative;
}

@media screen and (max-width:767px) {
    #gfcp .step-wrp .box {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 1.5em;
        padding-bottom: .5em;
        border-bottom: 1px solid var(--red);
    }
}

#gfcp .step-wrp .box::before,
#gfcp .step-wrp .box::after {
    content: '';
    display: block;
    width: 0;
    height: calc(50% - .8em);
    position: absolute;
    left: 0;
    border-left: 1px solid var(--red);
}

#gfcp .step-wrp .box::before {
    top: 0;
}

#gfcp .step-wrp .box::after {
    bottom: 0;
}

@media screen and (max-width:767px) {

    #gfcp .step-wrp .box::before,
    #gfcp .step-wrp .box::after {
        content: unset;
    }
}

#gfcp .step-wrp .step-arrow {
    width: .8em;
    height: .8em;
    color: var(--red);
    border-top: 1px solid;
    border-right: 1px solid;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-70%) rotate(45deg);
    transform-origin: top left;
    z-index: 3;
}

@media screen and (max-width:767px) {
    #gfcp .step-wrp .step-arrow {
        display: none;
    }
}

#gfcp .step-wrp .icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 1em;
}

@media screen and (max-width:767px) {
    #gfcp .step-wrp .icon {
        width: 80px;
        height: 80px;
        grid-row-start: 2;
    }
}

#gfcp .hd .icon {
    display: block;
    border: 3px solid var(--red);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 1em;
}

#gfcp .step-wrp .step-num {
    color: var(--red);
    font-weight: 600;
}

#gfcp .step-wrp .caption {
    display: block;
    font-size: min(.9em, 3.5vw);
    width: 100%;
    padding: 0 3em;
    text-align: justify;
}

@media screen and (max-width:767px) {
    #gfcp .step-wrp .caption {
        grid-column: span 2 / span 2;
        grid-row: span 2 / span 2;
        margin: 0;
        padding: 0 5vw;
    }

    #gfcp .step-wrp .caption br {
        display: none;
    }

    #gfcp .step-wrp .caption .iblock {
        display: inline;
    }
}

#gfcp .step .btn-wrp {
    margin-bottom: 4em;
}

/* faq */
#gfcp .faq .inner {
    max-width: 1100px;
    padding: 0 1em min(5em, 6vw);
}

#gfcp .faq .illust-faq {
    display: block;
    width: 220px;
    margin: -3em auto 1em;
}

#gfcp .faq .fukidashi-title span {
    font-size: min(2.4em, 6vw);
    padding: 0 1em;
    font-weight: 700;
}

#gfcp .faq-wrp {
    margin-bottom: 3em;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.5em;
}

#gfcp .faq-wrp:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#gfcp .faq-box-wrp {
    width: 78%;
}

@media screen and (max-width:767px) {
    #gfcp .faq-box-wrp {
        width: 100%;
    }
}

#gfcp .faq-wrp .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    font-size: min(1em, 3.5vw);
    line-height: 1.6;
    border-radius: 5px;
    padding: min(2em, 4vw);
    margin: 1em 0 1.5em;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    background-color: var(--bg);
    position: relative;
    cursor: pointer;
}

#gfcp .faq-wrp .q-num {
    display: block;
    width: 10%;
    font-size: min(1.5em, 5vw);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: left;
}

#gfcp .faq-wrp .q {
    display: block;
    width: 90%;
    text-align: left;
    font-size: min(1em, 3.3vw);
    padding-right: 5%;

}

@media screen and (max-width:767px) {
    #gfcp .faq-wrp .q-num {
        width: 15%;
    }

    #gfcp .faq-wrp .q {
        width: 85%;
    }

}

#gfcp .faq-wrp .a {
    display: block;
    width: 96%;
    text-align: justify;
    font-size: min(.9em, 3.5vw);
    margin-top: 1.5em;
    border-top: 1px solid #ccc;
    padding-top: 1.5em;
    padding-left: 10%;
    position: relative;
    display: none;
}

#gfcp .faq-wrp .a::after {
    content: 'A';
    font-family: var(--encav);
    position: absolute;
    top: .5em;
    left: 0;
    color: var(--red);
    font-size: min(2.4em, 6vw);
}

#gfcp .faq-wrp .box .plus {
    width: 1em;
    height: 0;
    position: absolute;
    top: 2.5em;
    right: 1em;
    border-top: 2px solid;
    transition: all .5s;
    transform: rotate(0deg);
}

#gfcp .faq-wrp .box .plus::after {
    content: '';
    display: block;
    width: 0;
    height: 1em;
    position: absolute;
    top: calc(-.5em - 1px);
    right: calc(50% - 1px);
    border-right: 2px solid;
    opacity: 1;
    transition: opacity .3s;
}

#gfcp .faq-wrp .box:hover .plus,
#gfcp .faq-wrp .box.on .plus {
    transform: rotate(180deg);
}

#gfcp .faq-wrp .box:hover .plus::after,
#gfcp .faq-wrp .box.on .plus::after {
    opacity: 0;
}

/* term */
#gfcp .term {
    background-color: var(--bg2);
    padding: 4em 1em;
}

#gfcp .term .inner {
    max-width: 1100px;
    padding: min(3em, 6vw);
    border-radius: 10px;
    margin-bottom: 4em;
    background-color: rgba(255, 255, 255, .7);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
}

@media screen and (max-width:767px) {
    #gfcp .term .inner {
        padding-right: 3vw;
    }
}

#gfcp .term .subtitle-jp {
    font-size: min(1.3em, 4vw);
    margin-bottom: min(2em, 3vw);
    color: #222;
}

@media screen and (max-width:767px) {
    #gfcp .term .subtitle-jp {
        padding: 0;
        text-align: left;
        margin: 0 0 1.5em;
    }

    #gfcp .term .subtitle-jp::before,
    #gfcp .term .subtitle-jp::after {
        content: unset;
    }
}

#gfcp .terms-wrp {
    width: 100%;
    height: 480px;
    overflow-y: scroll;
    padding: 0 2em 2em;
}

@media screen and (max-width:767px) {
    #gfcp .terms-wrp {
        padding: 0;
    }

    #gfcp .terms-wrp p.text-left {
        font-size: 3.3vw;
        text-align: justify;
        padding-right: 1em;
    }
}

#gfcp .terms__table tr {
    border-bottom: 1px solid #ccc;
}

#gfcp .terms__table tr:last-child {
    border-bottom: none;
}

#gfcp .terms__table th {
    text-align: left;
    width: 20%;
    font-size: min(.9em, 3.5vw);
    line-height: 1.6;
    padding: 2em 0;
}

#gfcp .terms__table td {
    text-align: left;
    width: 80%;
    font-size: min(.9em, 3vw);
    line-height: 1.6;
    padding: 2em 0;
}

@media screen and (max-width:767px) {

    #gfcp .terms__table th {
        display: block;
        width: 100%;
        padding: 1em 0 0;

    }

    #gfcp .terms__table th br {
        display: none;
    }

    #gfcp .terms__table td {
        display: block;
        width: 100%;
        padding: 1em 0;
        padding-right: 1em;
        overflow-wrap: anywhere;
    }
}

#gfcp .terms__table ol,
#gfcp .terms__table ul.note.discnote,
#gfcp .terms__table p {
    font-size: min(1em, 3vw);
    font-weight: 400;
    margin-bottom: .5em;
}

#gfcp .terms__table ol>li {
    margin-bottom: .5em;
    margin-left: 1.5em;
}

#gfcp .terms-wrp .date {
    text-align: right;
    font-size: .85em;
}

/* #gfcp .term .btn-wrp .btn {
    max-width: 500px;
} */

#gfcp .contact .title {
    font-size: min(1.6em, 6vw);
    margin: 1em;
}

#gfcp .contact .office {
    font-size: min(1.3em, 4vw);
    margin-bottom: 1em;
}

#gfcp .contact .note {
    font-size: min(.8em, 3vw);
    margin-bottom: 1em;
}

.copyright {
    display: inline-block;
    font-size: min(.8em, 3vw);
    padding-bottom: 3em;
}