@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タグ*/

.br-sp {
    display: none;
}

@media (max-width: 600px) {
    .br-sp {
        display: block;
    }
}

/* HEADER */
.header__inner {
    align-items: center;
    height: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.header__logo1 {
    width: auto;
    margin: auto;
}


@media screen and (min-width:768px) and (max-width:767px) {
    .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: 100%;
        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;
}

@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;
    }
}


/* 見出し共通部分 */
.midashi_tytle {
    background-color: #333333;
    text-align: center;
    margin-bottom: 1em;
}

.midashi_tytle_pic_lines {
    width: 20%;
    padding: 1em;
}

.midashi_tytle_pic {
    width: 25%;
    padding: 1em;
}
.midashi_tytle_pic_point {
    width: 30%;
    padding: 1em;
}
.midashi_sub_lead {
    padding-top: 24px;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .midashi_sub_lead {
        padding-top: 24px;
        font-size: 14px;
        text-align: center;
    }
}

/* 見出し背景画像 */
.midashi_back {
    background-image: url("../images/backimg_pc.png");
}

.midashi_sub_display {
    font-size: 55px;
    font-weight: 900;
    padding: 64px;
    text-align: center;
} 

 @media screen and (max-width: 768px) {
    .midashi_tytle_pic_lines {
        width: 50%;

    }

    .midashi_tytle_pic {
        width: 75%;
    }

    .midashi_tytle_pic_point {
        width: 65%;
    }

    .midashi_sub_display {
        font-size: 20px;
        font-weight: 900;
        padding: 20px;
        text-align: center;
    } 
}


/*入会特典*/
.midashi_pic {
    border-radius: 10px;
}

.lr_display {
text-align: center;
}

.lr_box_display {
    padding: 10px;
    width: 40%;
    margin: auto;
}

.lr_detail_title {
    font-size: 1.25rem;
    font-weight: 700;
    padding-bottom: 20px;
    color: #FF6969;
}

.lr_detail_title+p {
    margin-top: 4px;
}

.lr_box_pic_text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.lr_box_text {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 80px;
    font-weight: bold;
}

.lr_detail_attention {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

.lr_detail_box_padding {
    padding: 5em;
}

@media screen and (max-width: 768px) {
    .lr_detail_box_padding {
        padding: 10px;
        padding-bottom: 5em;
    }

    .lr_box_text {
        text-align: left;
        padding: 2em;
    }

    .lr_detail_title {
        text-align: center;
        color: #FF6969;
    }

}

.lr_detail_box {
    border: 3px solid #999999;
    padding: 40px 50px 50px;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
}

li {
    color: #c8c8c8;
    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 #333333;
    border-radius: 5px;
    background-color: #fff;
}

.lr_box_title {
    background-color: #333333;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 0.5em;
    font-size: 1.5rem;
    font-weight: 500;
}

.lr_detail {
    text-align: center;
    padding: 1.0em 1.0em;
}


/* 基本情報 */
.list-wrap>* {
    flex: 1 1 auto;
    min-width: 1px;
}

.kihon_description {
    width: 60%;
    margin: auto;
    margin-bottom: 4em;
    margin-top: 4em;
}

.description-list-v2 {
    display: flex;
    margin: 0;
    padding: 1em;
    border-bottom: 1px solid #ddd;
}

.description-list-v2>dt {
	color: #FF6969;
    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 #333333;
    border-radius: 5px;
    background-color: #fff;
}

.lr_vpc_box_title {
    background-color: #333333;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 0.5em;
    font-size: 1.5rem;
    font-weight: 500;
}

.lr_vpc_detail {
    text-align: center;
    padding: 1.6em 1.8em;
}

.lr_vpc_text {
    font-size: 14px;
    padding-top: 1.5em;
    padding-bottom: 2em;
    text-align: center;
}

.lr_vpc_detail_attention {
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .lr_vpc_detail {
        text-align: center;
        padding: 0.6em 1.8em;
    }
    .lr_vpc_text {
        text-align: left;
        padding: 2em;
    }
}


/* お問い合わせ */
.contact {
    padding: 40px 0;
    text-align: center;
    font-weight: 700;
}

.contact-inner {
    width: 500px;
    margin: auto;
    background-color: #FFF;
    border: 3px solid #999999;
    border-radius: 5px;
}

.contact__title {
    font-size: 1.125rem;
}

.contact__tel {
    font-weight: bold;
    font-size: var(--fontSize-lead);
    color: #000000;
    line-height: var(--lineHeight01);
    margin: 20px auto;
    position: relative;
}

.cotact__info {
    font: initial;
}

@media screen and (max-width: 768px) {
    .contact {
        padding: 35px 0;
    }

    .contact-inner {
        width: 320px;
    }

    .contact__title {
        font-size: 1rem;
    }

    .contact__tel {
      text-decoration: none;
      color: #000000;
      margin: 10px auto 16px;
    }

    .cotact__info {
        font-size: 0.75rem;
    }
}


/* FOOTER */
.footer {
    text-align: center;
}

.footer_inner {
    padding: 64px 0 110px;
}

.footer_back {
    background-color: #333333;
    line-height: 120px
}

.footer_copyright_sum {
    padding: 20px 20px 150px;
}

.footer_copyright {
    vertical-align: middle;
    line-height: normal;
    font: initial;
    color: #FFF;
    margin-bottom: 0;
}

.footer_logo  {
    width: 30%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .footer_inner {
        padding: 40px 0 120px;
    }

    .footer_back {
        line-height: 70px
    }

    .footer_copyright {
        font-size: 0.8rem;
    }

    .footer_logo  {
        width: 50%;
        margin: auto;
    }
}


/* お申込みvプリカギフトボタン */
.mousikomi {
    margin: 0 auto;
    padding: 0;
    z-index: 2;
}


.lr_mousikomi_label {
    width: 34%;
    max-width: 500px;
    height: 74px;
    display: block;
    margin: 0 auto;
    background: #333333;
    text-align: center;
    font-size: 1.2em;
    padding: 0.4em;
    border-radius: 74px;
    line-height: 56px;
    border: 2px solid #333333;
    transition: 0.5s;
    color: #FFF;
    overflow: hidden;
}

.lr_mousikomi_label:hover {
    border-color: #333333;
    color:#333333;
    background: #FFF;
}

@media screen and (max-width:1142px) {
    .lr_mousikomi_label {
        width: 50%;
    }

    .lr_mousikomi_label:hover {
        background: #333333;
        color: #FFF;
    }
}

@media screen and (max-width: 768px) {
    .lr_mousikomi_label {
        width: 80%;
        margin: 0 auto;
    }

    .lr_mousikomi_label:hover {
        background: #333333;
        color: #FFF;
        opacity: 1;
    }
}


/* お申込み固定ボタン */
.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: #FF6969;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    text-decoration: none;
    padding: .4em;
    border-radius: 74px;
    border: 2px solid #FF6969;
    cursor: pointer;
    transition: 0.5s;
    overflow: hidden;
}

.modal__open-label:hover {
    border-color: #FF6969;
    color: #FF6969;
    background: #fff !important;
}

@media screen and (max-width:1142px) {
    .modal__open-label:hover {
        color: #fff;
        background: #FF6969 !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: #fff;
        background: #FF6969 !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;
    }
}