@charset "UFT-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

:root {
    --color-black: #000;
    --color-pink: #FF65E2;
    --color-yellow: #FFFF54;
    --color-lightblue: #EAF7FF;
    --color-blue: #0099FF;
    --color-white: #FFF;
    --color-gray: #F0F0F0;
    --fontSize-title: 2.5rem;
    --fontSize-lead: 2rem;
    --fontSize-lead02: 1.5rem;
    --fontSize-note: 0.812rem;
    --gap30: 30px;
    --gap40: 40px;
    --lineHeight01: 1;
    --lineHeight02: 1.3;
}

@media screen and (max-width: 768px) {
    :root {
        --fontSize-title: 1.75rem;
        --fontSize-lead: 1.5rem;
        --fontSize-lead02: 1rem;
        --fontSize-note: 0.75rem;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

img {
    image-rendering: -webkit-optimize-contrast;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
    opacity: .7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*pタグ*/


/* HEADER */
.header__inner {
    align-items: center;
    height: 100%;
    padding: 10px;
    display: flex;
    position: relative;
}

.header__logo1 {
    width: auto;
    margin: auto;
}

.header__logo2 {
    width: auto;
    position: absolute;
    right: 20%;
    top: 25px;
}

.header__logo2_img {
    width: 50px;
    margin-right: 10px;
}

@media screen and (min-width:768px) and (max-width:1142px) {
    .header__logo1 {
        width: auto;
        margin-left: 20%;
    }

    .header__logo2 {
        margin-right: 0px;
    }

    .header__logo2 {
        right: 5%;
    }
}

@media screen and (max-width: 768px) {
    .header__inner {
        padding: 10px 10px;
    }

    .header__logo1 {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }

    .header__logo2 {
        display: none;
    }

    .header__logo2_img {
        display: none;
    }
}


/* MAIN VISUAL */
.mainvisual__title__pc {
    text-align: center;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.mainvisual__title__sp {
    display: none;
}

.mainvisual__card {
    max-width: 100%;
    margin: 20px auto 0;
}

.mainvisual_header__logo2_sp {
    display: none;
}

.mainvisual_header__logo2_img_sp {
    display: none;
}
.cp_text{
    font-size: 16px;
    padding: 8px;
}
.mainvisual__title__pc img,
.mainvisual__title__sp img {
  margin: 0;
  padding: 0;
  display: block; /* 念押し */
}

@media screen and (max-width: 768px) {
    .mainvisual__title__pc {
        display: none;
    }

    .mainvisual__title__sp {
        display: block;
        max-width: 100%;
        height: auto;
        position: relative;
        text-align: center;
    }

    .mainvisual__card {
        width: 90%;
    }

    .mainvisual_header__logo2_sp {
        display: flex;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .mainvisual_header__logo2_sp_white {
        display: flex;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 64px;
        height: 64px;
        background: #fff;
        opacity: 0.7;
    }

    .mainvisual_header__logo2_img_sp {
        display: flex;
        width: 40px;
    }

    .cp_text {
        font-size: 12px;
        padding: 10px;
    }
}


/* 見出し共通部分 */
.cp_midashi_tytle {
    background-color: #E60366;
    text-align: center;
    margin-bottom: 40px;
}

.midashi_tytle {
    background-color: #FEEAE9;
    text-align: center;
    margin-bottom: 40px;
}

.midashi_tytle2 {
    background-color: #CCF1EA;
    text-align: center;
    margin-bottom: 1em;
}

.midashi_tytle3 {
    background-color: #E60366;
    text-align: center;
    margin-bottom: 80px;
}

.cp_midashi_tytle {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    margin: auto;
}

.midashi_tytle_text {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    color: #5A2827;
    margin: auto;
}

.midashi_tytle_text2 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    padding: 16px;
}


@media screen and (max-width: 768px) {
    .midashi_tytle_text {
        text-align: center;
        font-size: 32px;
        font-weight: 800;
    }
}

/* 見出しテキスト共通部分 */
.midashi_lead_text {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    color: #F0555A;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {

    /*横幅が761px以上になったら適用*/
    .brSmt {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .midashi_lead_text {
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 0;
    }
    .midashi_lead{
    margin: 8px 0;
    }
}

/* 見出し背景画像 */
.midashi_back {
    background-image: url("../images/backimg_pc.webp");
}

@media screen and (max-width: 768px) {
    .midashi_tytle_pic_lines {
        width: 50%;
    }
    .midashi_tytle_pic {
        width: 65%;
    }
    .midashi_tytle_text2 {
        font-size: 14PX;
        padding: 10px 0;
    }
}

/*ぬいぐるみ*/
.slider {
width: 900px;
margin: 0 auto;
}
.slider img {
width: 100%;
height: auto;
}
/* 矢印の色を赤にする */
.slick-prev::before,
.slick-next::before {
color: #bdbdbd;
  font-size: 20px; /* サイズも変更可能 */
}
@media screen and (max-width: 768px) {
.slider {
width: 300px;
margin: 0 auto;
}
.slider img {
width: 100%;
height: auto;
}
}


/*入会特典*/
.midashi_pic {
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
}

.lr_display {
    display: flex;
}

.lr_box_display {
    padding: 10px;
    width: 80%;
    margin: auto;
    margin-top: 8px;
}

.lr_detail_title {
    font-size: 1.25rem;
    font-weight: 700;
}

.lr_detail_title+p {
    margin-top: 4px;
}

.lr_box_pic_text {
    text-align: center;
    padding-bottom: 20px;
}

.lr_box_text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}

.lr_detail_attention {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
}

.lr_detail_box_padding {
    padding: 40px 8.5em 80px;
}

.midashi_sub_pc_pic,
.midashi_sub_sp_pic {
    display: none;
}

@media screen and (min-width: 769px) {
    .midashi_sub_pc_pic {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .lr_detail_box_padding {
        padding: 10px;
        padding-bottom: 5em;
    }

    .lr_box_text {
        text-align: left;
        padding: 0 2em 16px;
    }

    .lr_detail_title {
        text-align: left;
    }

    .midashi_sub_sp_pic {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .midashi_sub_display {
        text-align: center;
    }
}

.lr_detail_box {
    border: 3px solid #F0555A;
    padding: 40px 50px 50px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}

li {
    color: #F0555A;
    padding-bottom: 10px;
}

li span {
    color: #222222;
}

@media screen and (max-width: 768px) {
    .lr_display {
        display: block;
        padding-top: 20px;
    }

    .lr_box_display {
        width: 85%;
    }
}

/*画像部分説明*/
.lr_box {
    overflow: hidden;
    border: 3px solid #f0555a;
    border-radius: 5px;
    background-color: #fff;
}

.lr_box_title {
    background-color: #f0555a;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 0.5em;
    font-weight: 500;
}

.lr_detail {
    text-align: center;
    padding: 1.1em ;
}


/* 電子決済対応 */
.cashlesspayment_lead_text {
    text-align: center;
    font-size: 24px;
    color: #F0555A;
}

.cashlesspayment {
    margin: auto;
}

.cashlesspayment_sp {
    display: none;
}

.cashlesspayment_pc {
    text-align: center;
}

.cashlesspayment_pc img {
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
    max-width: 600px;
    margin-bottom: 0px;
}

.cashlesspayment_text {
    font-size: 0.9em;
    padding-bottom: 40PX;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .cashlesspayment_pc {
        display: none;
    }

    .cashlesspayment_sp {
        display: block;
        text-align: center;
        max-width: 100%;
        margin: auto;
    }

    .cashlesspayment_sp {
        text-align: center;
    }

    .cashlesspayment_sp img {
        image-rendering: -webkit-optimize-contrast;
        width: 100%;
        max-width: 300px;
        padding: 24px 0;
    }

    .cashlesspayment_text {
        font-size: 12px;
        text-align: center;
    }

    .cashlesspayment_lead_text {
        font-size: 16px;
    }
}

/* ポイントプログラム */
.point_program {
    margin: auto;
}

.point_program_sp {
    display: none;
}

.point_program_pc {
    text-align: center;
}

.point_program_pc img {
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
    max-width: 800px;
    margin-bottom: 94px;
}

@media screen and (max-width: 768px) {
    .point_program_pc {
        display: none;
    }

    .point_program_sp {
        display: block;
        text-align: center;
        max-width: 100%;
        margin: auto;
    }

    .point_program_sp {
        text-align: center;
    }

    .point_program_sp img {
        image-rendering: -webkit-optimize-contrast;
        width: 100%;
        max-width: 300px;
        padding: 20px 0;
    }
}

/* 基本情報 */
.list-wrap>* {
    flex: 1 1 auto;
    min-width: 1px;
    margin: auto;
}

.kihon_description {
    width: 60%;
    margin: auto;
    margin-bottom: 4em;
}

.description-list-v2 {
    display: flex;
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

.description-list-v2>dt {
    flex-shrink: 0;
    width: 18%;
    margin-left: 0;
    font-weight: 700;
    line-height: 2.0;
}

.description-list-v2>dd {
    line-height: 2.0;
}

.kihon_text {
    margin-bottom: 0;
}

@media print,
screen and (max-width: 768px) {
    .kihon_description {
        width: 90%;
    }

    .description-list-v2 {
        display: block;
        margin: 0;
        padding: 10px 10px 25px 10px;
        border-bottom: 1px solid #ddd;
    }

    .description-list-v2>dt {
        flex-shrink: 0;
        width: 50%;
        margin-right: 2.5em;
        font-weight: 700;
        margin-left: 0;
        font-size: 20px;
    }

    .description-list-v2>dd {
        font-size: 14px;
    }
}

/*vプリカ*/
.lr_vpc_box {
    overflow: hidden;
    border: 3px solid #00BAAB;
    border-radius: 5px;
    background-color: #fff;
}

.lr_vpc_box_title {
    background-color: #00BAAB;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 0.5em;
    font-size: 24PX;
    font-weight: 500;
}

.lr_vpc_detail {
    text-align: center;
    padding: 1.6em 1.8em;
}

.lr_vpc_text {
    font-size: 0.9em;
    padding-top: 2em;
    padding-bottom: 4em;
    text-align: center;
}

.lr_vpc_detail_attention {
    text-align: center;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .lr_vpc_detail {
        text-align: center;
        padding: 0.6em 1.8em;
    }

    .lr_vpc_box_title {
        font-size: 16PX;
        font-weight: 500;
    }
}

/* vプリカボタン */
.mousikomi {
    margin: 0 auto;
    padding: 0;
    z-index: 2;
}

.lr_mousikomi {
    padding-bottom: 100px;
}

.lr_mousikomi_label {
    width: 34%;
    max-width: 500px;
    height: 74px;
    display: block;
    margin: 0 auto;
    background: #00BAAB;
    text-align: center;
    font-weight: 800;
    font-size: 1.2em;
    padding: 0.4em;
    border-radius: 74px;
    line-height: 56px;
    border: 2px solid #00BAAB;
    transition: 0.5s;
    color: #FFF;
    overflow: hidden;
}

.lr_mousikomi_label:hover {
    border-color: #00BAAB;
    color: #00BAAB;
    background: #FFF;
}

@media screen and (max-width:1142px) {
    .lr_mousikomi_label {
        width: 50%;
    }

    .lr_mousikomi_label:hover {
        background: #00BAAB;
        color: #FFF;
    }
}

@media screen and (max-width: 768px) {
    .lr_mousikomi_label {
        width: 80%;
        margin: 0 auto;
        font-size: 16px;
    }

    .lr_mousikomi_label:hover {
        background: #00BAAB;
        color: #FFF;
        opacity: 1;
    }
}

/* お問い合わせ */
.contact {
    text-align: center;
    padding: 96px 0 40px 0;
    font-weight: 700;
}

.contact-inner {
    width: 500px;
    margin: auto;
}

.contact__title {
    font-size: 36px;
    margin-bottom: 20px;
}

.cotact__info {
    font: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    border-radius: 5px;
    width: 222px;
    height: 48px;
    font-weight: bold;
    border: 2px solid #333333;
    transition: 0.3s;
    background-color: #ffffff;
    margin: auto;
}

.cotact__info:hover {
    opacity: .7;
}

.footer_logo {
    width: 20%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 86px 0 16px 0;
    }

    .contact-inner {
        width: 320px;
    }

    .contact__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .cotact__info {
        font-size: 0.75rem;
        font: initial;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        text-decoration: none;
        color: #000000;
        font-size: 18px;
        border-radius: 5px;
        width: 200px;
        height: 40px;
        font-weight: bold;
        border: 2px solid #333333;
        transition: 0.3s;
        background-color: #ffffff;
        margin: auto;
    }

    .footer_logo {
        width: 45%;
        margin: auto;
    }
}

/* FOOTER */
.footer {
    text-align: center;
}

.footer_inner {
    padding: 64px 0 110px;
}

.footer_back {
    background-color: fff;
    line-height: 120px
}

.footer_copyright_sum {
    padding: 10px;
}

.footer_copyright {
    font-size: 16px;
    vertical-align: middle;
    line-height: normal;
    font: initial;
    color: #000;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .footer_inner {
        padding: 40px 0 120px;
    }

    .footer_back {
        line-height: 70px
    }

    .footer_copyright {
        font-size: 10px;
    }
}

/* お申込み固定ボタン */
.modal__open-label_back {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-width: 100%;
    height: 105px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0.5;
}

.modal__open-label {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
    width: 70%;
    max-width: 580px;
    height: 74px;
    display: block;
    margin: 0 auto;
    background: #f0555a;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    text-decoration: none;
    padding: .4em;
    border-radius: 74px;
    border: 2px solid #f0555a;
    cursor: pointer;
    transition: 0.5s;
    overflow: hidden;
    font-weight: 800;
}

.modal__open-label:hover {
    border-color: #f0555a;
    color: #f0555a;
    background: #fff !important;
}

@media screen and (max-width:1142px) {
    .modal__open-label:hover {
        border-color: #f0555a;
        color: #f0555a;
        background: #fff !important;
    }
}

@media screen and (max-width: 768px) {
    .modal__open-label_back {
        height: 80px;
    }

    .modal__open-label {
        width: 90%;
        height: 50px;
        font-size: 1.5rem;
        line-height: 28px;
    }

    .modal__open-label:hover {
        color: #f0555a;
        background: #fff !important;
        opacity: 1;
    }
}

/*白抜けボタン防止用*/
.modal__label_white_back {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 2;
    width: 70%;
    max-width: 580px;
    height: 74px;
    display: block;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    font-size: 2rem;
    padding: .4em;
    border-radius: 74px;
}

@media screen and (max-width: 768px) {
    .modal__label_white_back {
        width: 90%;
        height: 50px;
        line-height: 28px;
    }
}

.stop-moushi {
    font-size: 1.6rem !important;
}

@media screen and (max-width: 768px) {
    .stop-moushi {
        font-size: 0.8rem !important;
    }
}