@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Shippori Mincho B1", serif;
}
body, html{
    font-weight: 400;
    color: #000;
}
#wrapper{
    /*max-width: 1400px;*/
    margin: auto;
}
img{
    width: 100%;
    vertical-align: middle;
}
h1{
    margin:0;
}
/*実績三冠*/
.crown {
    background-image: url(../img/crown_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:bottom;
    overflow: hidden; /* はみ出し部分を隠す */
}
.main-content {
    position: relative;
    max-width: 950px;
    width: 50%;
    margin: 0 auto;
    padding: 70px 0;
}
.main-content p{ padding-top: 30px; font-size: 12px; color: #8f8f8f; }
.crown-img {
    width: 100%; /* 画像もレスポンシブに */
    height: auto;
}
.flower img {
    position: absolute;
    max-width: 180px; /* 画像の最大サイズ（任意調整） */
    width: 20vw; /* 画面幅に応じて可変 */
}
.flower .left {
    top: 110px;
    left: 50%; /* 中心基準 */
    transform: translateX(-400%); /* 中心から左へ寄せる */
}
.flower .right {
    bottom: 140px;
    left: 50%; /* 中心基準 */
    transform: translateX(300%); /* 中心から右へ寄せる */
}
/*ポイント5こ*/
.point{
    padding: 10px 0 50px;
    text-align: center;
    background-image: url(../img/point_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.point .point_list{
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    justify-content: center;
    padding-top: 5px;
}
.point .point_list img{
    margin-top: 20px;
    width: 29% !important;
    cursor: pointer;
    box-shadow: 5px 5px 5px #3a1a1a1c;
}
.point > img:nth-child(1){
    max-width: 400px;
    display: inline-block;
    padding: 45px 0 0;
    width: 90%;
}
.style_modal {
    position: fixed;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    height: 100%;
}
.modal-content {
    padding: 20px;
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    width: 35%;
}
.close-modal {
    position: absolute;
    top: -22px;
    right: 10px;
    cursor: pointer;
    color: #ffff;
    font-size: 30px;
}
/*タブ切り替え*/
.Reason02-2 {
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
}

.Reason02-2 .top {
    width: 35%;
    margin: 0 auto;
    padding-bottom: 3%;
}

@media screen and (max-width: 767px){
    .Reason02-2 .top {
    width: 80%;
    padding-bottom: 5%;
    }
    .modal-content {
        width: 90%;
    }
}


div.tab {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.panel_area {
    padding: 0;
    box-shadow: 1px 2px 11px 0px rgb(0 0 0 / 17%);
    width: 100%;
    margin: 0 auto;
}
label.tab_label {
    width: 40%;
    padding: 1.5% 0;
    font-size: 22px;
    line-height: 1.3;
}
.tab_label {
    display: inline-block;
    border-radius: 7px 7px 0 0;
    margin: 0 1%;
    padding: 0;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 1px -2px 5px 0px rgb(0 0 0 / 17%);
    background: #f8f5f0;
    transition: all 0.3s;
}
.tab_panel.active {
    display: block;
}
.wig_tab .left{
    color: rgb(88, 133, 175); 
    border-top: 10px solid rgb(88, 133, 175); 
    background: rgb(248, 245, 240);
}
.wig_tab .right{
    color: rgb(207, 114, 124);
    border-top: 10px solid rgb(207, 114, 124); 
    background: rgb(243, 231, 228);
}
.tab_label{
    opacity: 0.5;
}

/*追従03*/
#floating03 {
    background: #f5f9fd;
    bottom: 0;
    box-shadow: 0 -7px 10px -5px rgba(0, 0, 0, .2);
    display: block;
    left: 0;
    padding: 10px 11px;
    position: fixed;
    width: 100%;
    z-index: 5;
    opacity: 1;
    transition: opacity 1s ease;
}

#floating03.is-hidden {
    opacity: 0;
    pointer-events: none;
}

#floating03 ul {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 500px;
}

#floating03 li {
    padding: 0 10px 0 0;
}

#floating03 li:last-child {
    padding: 0;
}

#floating03 .float_top {
    width: 30%;
    padding: 1% 0;
}


.c-lp-cta-renewal--common .txt-box .btn-wrap .cta-btn.mod-request .txt02 {
    font-size: 22px;
}

/* クリックされてアクティブになったタブ */
.tab_label.active {
    opacity: 1;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
@media only screen and (max-width: 767px){
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .panel_area {
        width: 100%;
    }
#wrapper{
    max-width: 700px;
    margin: auto;
}
.crown {
    background-image: url(../img/crown_bg_sp.jpg);
}
.crown .main-content {
    width: 80%;
    padding: 40px 0;
}

.flower img {
    max-width: 130px; /* 画像の最大サイズ（任意調整） */
    width: 28vw;
}
.flower .left {
    top: -40px;
    left: 50%; /* 中心基準 */
    transform: translateX(-190%); /* 中心から左へ寄せる */
}
.flower .right {
    bottom: -50px;
    left: 50%; /* 中心基準 */
    transform: translateX(115%); /* 中心から右へ寄せる */
}
.point .point_list img{
    width: 48% !important;
}
label.tab_label {
    width: 45%;
    padding: 3% 0;
    font-size: 16px;
}
.tab_label{
    font-size: 16px;
}
.Reason02-2 {
    margin-top: 30px;
}

#floating03 .float_top {
    width: 50%;
    padding-bottom: 2%;
}

.c-lp-cta-renewal--common .txt-box .btn-wrap .cta-btn.mod-request .txt02 {
    font-size: 13px;
}

}

@media only screen and (min-width: 767px){
    #wrapper{
/*        max-width: 1000px; */
        margin: auto;
    }
    .c-lp-cta-renewal--common .txt-box .btn-wrap .cta-btn.mod-reserve .txt02 {
        font-size: 23px;
    }
    .c-lp-cta-renewal--common .txt-box .btn-wrap .cta-btn.mod-reserve .txt02--s {
        font-size: 23px;
    }
    .c-lp-cta-renewal--common .txt-box .btn-wrap .cta-btn span.txt01 {
        margin-bottom: 7px;
    }
}
/*ファッション*/
.c-btn{
    max-width: none!important;
    padding: 0!important;
}
.clearfix {
    clear: both; /* 左右両方のフロートを解除 */
}
.slick-track{
    display: block;
}
.new-item-cta .inner{
    padding: 0px 10px 0!important;
}

.acd-label {
    text-align: left;
}

.lp_202004 .faq ul.btn-list li {
margin-right: 29px!important
}
