:hover {
    opacity: initial !important;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        /*transform: translateX(-50%);*/
        transform: translateY(70px)
    }

    to {
        opacity: 1;
        /*transform: translateX(-50%);*/
        transform: translateY(0px)
    }
}


.fadeIn {
    animation-name: fadeInAnime;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-delay: 1.5s;
    animation-direction: normal;
    opacity: 0;
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}







/*************************************************************************

beginner-container | ヘッダーバナー

**************************************************************************/

.beginner-container {
    /* background-color: #f5f5f5; */
}

.beginner-container .p-present__bnr {
    margin: 0;
}

.beginner-banner {
    position: relative;
    width: 100%;
    height: 550px;
    z-index: 1;
}

.beginner-banner-img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;

}

.beginner-banner-img.pc-show {
    display: block;
}

.beginner-banner-img.sp-show {
    display: none;
}

.beginner-title {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 2px #000000b4;
}

@media screen and (max-width: 798px) {
    .beginner-banner {
        height: 75vh;
    }

    .beginner-banner-img.pc-show {
        display: none;
    }

    .beginner-banner-img.sp-show {
        display: block;
    }

    .beginner-banner-img {
        /* position: relative; */
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .beginner-title {
        width: 90%;
    }
}

@media screen and (max-width: 498px) {
    .beginner-banner {
        height: 375px;
    }
}

/*************************************************************************

beginner-intro | foula store（フーラストア）は....

**************************************************************************/
.black-wrapper {
    background-color: #141414;
    padding: 50px 0 20px;
    margin-bottom: 50px;
    color: #fff;
}

.beginner-intro {
    width: 100%;
    max-width: 750px;
    margin: 20px auto 75px;
    padding: 0 15px;
    line-height: 240%;
    text-align: center;
    font-size: 16px;
}

.beginner_logo-img {
    width: 275px;
    margin: 50px auto 7px;
    display: block;
}

.beginner-contents-subtitle {
    text-align: center;
    font-size: 18px;

}

.beginner-registration-img {
    margin-bottom: 50px;
}

.black-wrapper .beginner-contents .p-brandSearch__list li {
    background-color: #fff;
}

@media screen and (max-width: 498px) {
    .beginner-intro {
        margin: 20px auto 50px;
    }

    .beginner_logo-img {
        margin-top: 0px;
    }
}

/*************************************************************************

howto-contents |　ご利用の流れ

**************************************************************************/
.howto-container {}

.howto-contents {
    width: 100%;
    max-width: 1280px;
    margin: 25px auto;
}

.howto-contents ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.howto-contents li {
    position: relative;
    width: 300px;
    /*  height: 315px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*    border: 1px solid var(--c_main); */
    /* border-radius: 15px; */
}

.howto-contents_num {
    font-family: var(--font_title);
    font-size: 31px;
    color: var(--c_main);
    font-weight: bold;
}

.howto-contents li img {
    width: 100%;
    max-width: 80px;
    margin-top: 10px;
    margin-bottom: 7px;
}

.howto-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.howto-text {
    text-align: center;
    color: #6d6d6d;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ff66a6;
    border-right: 0;
    margin-right: 5px;
}

@media screen and (max-width: 498px) {
    .howto-contents ul {
        margin: 0 auto 0px;
        padding: 0 15px;
    }

    .howto-contents_num {
        font-size: 20px;
    }

    .howto-title {
        font-size: 14px;
    }

    .howto-contents li img {
        max-width: 60px;
        margin-top: 5px;
        margin-bottom: 3px;
    }

    .triangle {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #ff66a6;
    }
}

/*************************************************************************

beginner-index | お買い物の楽しみ方

**************************************************************************/

.beginner-index {
    padding: 35px 15px 0;
    margin: 50px auto;
    /*  background: var(--c_bg_w); */
}

.beginner-contents-subtitle {
    margin-bottom: 35px;
}

.beginner-index_title {
    padding: 0 0 16px;
    margin: 0 auto 25px;
    position: relative;
    width: max-content;
    text-align: center;
}

.beginner-index_title__num {
    font-family: var(--font_title);
    color: var(--c_main);
    font-size: 80px;
    line-height: 130%;
}

.beginner-index_title__eng {
    font-family: var(--font_title);
    font-size: 3.2rem;
    line-height: 1.125;
    margin: 0 0 2px;
}

.beginner-index_title__jp {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
}

.beginner-index_title:after {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--c_main);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.beginner-index_num {
    width: 100%;
    max-width: 1000px;
    margin: 55px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 15px;
}


.beginner-index_num li a {
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 498px) {
    .beginner-index_title__num {
        font-size: 48px;
    }

    .beginner-index_num li {
        margin-bottom: 15px;
    }

    .beginner-index {
        padding: 35px 0px 0;
        margin-top: 0;
    }
}

/*************************************************************************

beginner-contents | 02.フーラストアとは以下

**************************************************************************/
.beginner-contents {
    text-align: center;
    margin-bottom: 75px;
}

.bnefit-banner-pc {
    display: block;
    margin: 20px auto;
    padding: 0 15px;
    max-width: 500px;
    width: 100%;
    /*   border: 1px solid #000; */
}

.bnefit-banner-sp {
    display: none;
}


.beginner-contents .p-brandSearch__list {
    gap: 5px;
}

.beginner-contents__point {
    width: 100%;
    max-width: 1280px;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
}

.beginner-contents__point li {
    width: 25%;
    margin-bottom: 25px;
}

.beginner-contents__point-img {
    position: relative;
    margin-bottom: 10px;
}

.point-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /* background-color: #ff66a6; */
    background-color: #333;
    padding: 2px 15px;
    color: #fff;
    border-radius: 5px;
    width: 185px;
    font-size: 16px;
}

.beginner-contents__point-text {
    padding: 10px;

}

.point-value {
    font-weight: bold;
    font-size: 18px !important;
    color: #333;
    /* color: #ff66a6;; */
}

.point-value__index {
    position: relative;
    padding-left: 15px;
}


.point-value__index::before {
    position: absolute;
    content: "";
    background: var(--c_main);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 0;
}

.beginner-contents__point-text img {
    width: 100%;
    max-width: 15px;
    margin-right: 5px;
}

.beginner-contents__point-text p {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 240%;
    padding-left: 25px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 898px) {
    .beginner-contents__point-text p {
        padding-left: 0;
    }

    .beginner-contents__point li {
        width: 31%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 798px) {
    .beginner-contents__point {
        flex-wrap: wrap;
    }

    .beginner-contents__point li {
        width: 49%;
    }

    .point-text {
        background-color: #ff66a6;
        width: 210px;
        font-size: 18px;
    }

    .beginner-contents__point-text p {
        width: max-content;
        margin: 0 auto;
        font-size: 16px;
        line-height: 190%;
    }

    .point-value {
        margin-bottom: 7px !important;
        font-size: 18px !important;
    }
}

@media screen and (max-width: 498px) {
    .beginner-contents {
        margin-bottom: 35px;
    }

    .beginner-contents__point li {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .beginner-contents__point-img img {
        width: 80%;
    }

    .beginner-contents__point-text {
        padding: 0px;

    }

    .beginner-contents__point-text p {
        font-size: 14px;
    }

    .point-value__index::before {
        left: -15px;
    }
}

@media screen and (max-width: 398px) {
    .beginner-contents__point-text p {
        width: initial;
    }
}

/*************************************************************************

ourproducts-container | フーラオリジナル商品

**************************************************************************/
.ourproducts-container {
    font-family: var(--font_ja);
    padding: 100px 0;
    width: 100%;
    background: var(--c_bg_w);
}

.ourproducts-section {
    margin-bottom: 175px;
}

.ourproducts-intro {
    font-size: 24px;
    margin-bottom: 15px;
    background: #000;
    color: #f9f9f9;
    width: max-content;
    padding: 3px 10px 3px 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border-radius: 20px;
}

.ourproducts-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1100px;
    gap: 25px;
    margin: auto;
    padding: 0 15px;
    /*  background: var(--c_bg_w); */
    /*  background: #000;
   color: #fff; */
}

.ourproducts-content.two {
    flex-direction: row-reverse;
}

.ourproducts-content-text {
    width: 55%;
    text-align: left;
    padding-right: 20px;
}

.ourproducts-content.two .ourproducts-content-text {
    width: 55%;
    text-align: left;
    padding-right: 0px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    /* align-items: end; */
}


.products-logo {
    position: relative;
    width: 100%;
    max-width: 275px;
    margin-bottom: 15px;
}

.products-logo.pc-show {
    display: block;
}

.products-logo.sp-show {
    display: none;
}

.ourproducts-content.two.products-logo {}

.products-logo::after {
    position: absolute;
    content: "";
}

.products-img {
    width: 40%;
}

.products-img img {
    width: 100%;
    max-width: 430px;
}

.products-name {
    font-size: 22px;
    margin-bottom: 10px;
    padding-left: 5px;
}

.products-main-text {
    font-size: 18px;
    padding-left: 3px;
    margin-bottom: 25px;
}

.products-sub-text {
    margin-bottom: 35px;
    padding-left: 3px;
}

.products-point {
    margin-top: 15px;
    margin-bottom: 35px;
    display: flex;
    /*     justify-content: center; */
    gap: 10px;
}

.products-point img {
    width: 100%;
    max-width: 150px;
}

.products-linkarea {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.products-link {
    position: relative;
    display: block;
    width: 310px;
    background: var(--c_wht);
    /* color: #E8E8E8; */
    font-weight: 500;
    letter-spacing: 0.2em;
    position: relative;
    padding: 15px 20px;
    border: 1px solid var(--c_black);
    z-index: 2;
    text-align: center;
    letter-spacing: 0.1rem;
}

.products-link:before {
    content: "";
    width: 0;
    height: 101%;
    /*   background: var(--c_wht); */
    background: var(--c_black);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: var(--anim);
    transition: var(--anim);
}

.products-link:hover {
    color: #E8E8E8;
}

.products-link:hover:before {
    width: 100%;
}

@media screen and (max-width: 758px) {
    .ourproducts-content {
        flex-direction: column-reverse;
    }

    .ourproducts-content.two {
        flex-direction: column-reverse;
    }

    .ourproducts-content-text {
        width: 100%;
        padding: 0;
    }

    .ourproducts-content.two .ourproducts-content-text {
        width: 100%;
        padding: 0;
    }

    .ourproducts-intro {
        width: initial;
    }

    .products-logo.pc-show {
        display: none;
    }

    .products-logo.sp-show {
        display: block;
        margin: 10px auto;
    }

    .products-img {
        width: 80%;
    }

    .products-img img {
        max-width: initial;
    }
}

@media screen and (max-width: 498px) {
    .ourproducts-container {
        padding: 100px 0 0;
    }
    .ourproducts-section {
        margin-bottom:75px;
    }
    .ourproducts-intro {
        text-align: center;
        font-size: 21px;
    }
    .products-logo {
        max-width: 200px;
    }

    .products-name {
        font-size: 18px;
        text-align: center;
    }

    .products-main-text {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .products-main-text br {
        display: none;
    }

    .products-sub-text {
        margin-bottom: 25px;
        text-align: end;
    }

    .products-point {
        margin-bottom: 20px;
    }

    .products-linkarea {
        flex-direction: column;
    }

    .products-link {
        width: 100%;
        padding: 25px 0;
        font-size: 16px;
    }
}

/*************************************************************************

benefit-container | お得な特典・キャンペーン

**************************************************************************/

.ourservice-container {
    width: 100%;
    padding: 60px 15px 35px;
    margin: 70px auto;
    /*  background: var(--c_bg_w); */
}

.ourservice-container .p-service__list {
    max-width: 1280px;
    margin: 0 auto 75px;
    padding: 0 15px;
}



.ourservice-container .p-service__list__item__txt {
    font-size: 14px;
    flex-direction: column-reverse;
    display: flex;
    gap: 5px;
}


.ourservice-container .p-service__list__item__txt strong {
    font-size: 16px !important;
    margin-top: 8px;
    margin-bottom: 2px;
    background: var(--c_main);
    color: #fff;
    padding: 5px 15px 2px 7px;
    border-radius: 5px;
    width: max-content;
}

.p-service__list__item__icon img {
    /*     border: 2px solid var(--c_main);
    background: var(--c_main);
    border-radius: 50%;
    padding: 5px; */
}

@media screen and (max-width: 798px) {
    .ourservice-container .p-service__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p-service__list__item {
        width: 30%;
    }

    .ourservice-container .p-service__list__item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
    }

    .ourservice-container .p-service__list__item__txt strong {
        font-size: 15px !important;
        width: initial;
    }

    .ourservice-container .p-service__list__item__icon {
        width: 100px;
        margin: 0;
    }
}

@media screen and (max-width: 498px) {
    .ourservice-container {
        padding: 30px 15px 35px;
        margin: 0px auto 35px;
    }

    .ourservice-container .p-service__list {
        padding: 0;
        margin-bottom: 0;
    }

    .p-service__list__item {
        width: 49%;
    }

    .ourservice-container .p-service__list .p-service__list__item__txt span {
        display: none;
    }

    .ourservice-container .p-service__list__item__txt strong {
        padding: 5px 5px 2px;
    }
}

/*************************************************************************

beginner-location | 店舗で実物チェックしてから購入も可能

**************************************************************************/
.beginner-location {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    padding: 0 15px;
}

.beginner-location ul {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3%;
}

.beginner-location ul li {
    width: 30%;
}

.beginner-location-img p {
    position: relative;
    text-align: left;
    margin-top: 5px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    font-size: 21px;
}

.beginner-location-img p::before {
    position: absolute;
    content: "";
    background: var(--c_main);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 0;
}

.store-description {
    text-align: justify;
    padding: 10px;
    line-height: 195%;
    margin: 10px auto;
    font-size: 14px;
    padding-left: 20px;
    width: max-content;
}

.store-description a {
    color: #0400ff;
}

@media screen and (max-width: 798px) {
    .store-description {
        width: initial;
        padding: 0;
    }

    .beginner-location-img p {
        margin-bottom: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 498px) {
    .beginner-location ul li {
        width: 100%;
    }
}

/*************************************************************************

faq-container |　05.よくある質問

**************************************************************************/
.faq-container {
    margin-top: 75px;
    padding: 0 15px 50px;
}

.faq-contents {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto;
}

.faq-item {
    position: relative;
    padding-left: 15px;
}

.faq-item__question {
    position: relative;
    font-weight: bold;
    padding-left: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 20px 55px 20px 60px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

.faq-item__question span::before {
    position: absolute;
    content: "";
    background-image: url(https://foula.itembox.design/item/images/faq/faq_icon-question.gif);
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 10px;
}

.faq-item__ans {
    max-height: 0;
    overflow: hidden;
    position: relative;
    padding: 0 55px 0 60px;
    background: var(--c_bg_w);
    font-size: 16px;
    transition: 0.6s forward;
}

.faq-item.open .faq-item__ans {
    padding: 25px 55px 25px 60px;
    max-height: 100%;
    /* 適当な値（コンテンツの高さに応じて調整） */
}

.faq-item__ans::before {
    position: absolute;
    content: "";
    background-image: url(https://foula.itembox.design/item/images/faq/faq_icon-answer.gif);
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 10px;
}


.faq-item:before,
.faq-item:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #2F3E55;
    position: absolute;
    right: 16px;
    top: 35.5px;
    transition: transform 0.3s;
}


.faq-item:after {
    transform: translate(0, -50%) rotate(-90deg);
}

.faq-item.open:after {
    transform: translate(0, -50%) rotate(0);
}

.faq-item.open:before {
    transform: translate(0, -50%) rotate(0);
}

.faq-link {
    position: relative;
    width: 350px;
    margin: 70px auto 0;
    display: block;
    border: 1px solid var(--c_text);
    text-align: center;
    padding: 16px 32px;
    font-family: var(--font_mix);
    font-size: 1.3rem;
    line-height: 1.23077;
    letter-spacing: 0.2em;
    position: relative;
    transition: 0.4s;
    z-index: 2;
}

.faq-link::after {
    position: absolute;
    content: "";
    background-color: #000;
    left: 0;
    top: 0;
    width: 0%;
    height: 101%;
    z-index: -1;
    transition: 0.6s;
}

.faq-link:hover {
    color: var(--c_wht);
}

.faq-link:hover::after {
    width: 100%;
}

@media screen and (max-width: 498px) {
    .faq-container {
        margin-top: 35px;
        padding-bottom: 0;
    }

    .faq-contents {
        margin: 0px auto;
    }

    .faq-item {
        padding-left: 0px;
    }

    .faq-item__question {
        font-size: 16px;
        padding: 20px 42px 20px 50px;
    }

    .faq-item.open .faq-item__ans {
        padding: 20px 55px 15px 60px;
    }

    .faq-item__question span::before {
        width: 25px;
        height: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq-item__ans::before {
        width: 25px;
        height: 25px;
    }

    .faq-item:before {
        width: 15px;
        right: 10px;
    }

    .faq-item:after {
        width: 15px;
        right: 10px;
        top: 36.5px;
    }

    .faq-item.open:after {
        top: 35.5px;
    }

    .faq-link {
        width: 90%;
        margin: 25px auto 0;
    }
}