<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=League+Script&amp;family=Noto+Sans+JP:wght@100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&amp;display=swap');

/*基本設定*/
html{
    margin: 0 !important;
    font-size: 62.5%;
}
body{
    min-width: auto;
    color: #3c3938;
    counter-reset: number-01 number-02 0;
}
.campaign_463_ver1_1{
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    padding-bottom: 45px;
    background: #EDE8E9;
}
.campaign_463_ver1_1 h2{
    font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

:root {
    --allmain: #c90000;
}
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover{
    border: unset;
    box-shadow: unset;
}

/*.fixed-nav{
    display: none;
}*/

.sp-500{display: block;}
.pc-500{display: none;}

.fixed-nav,
.fixed-reserve{
    display: none;
}
/*固定ナビ*/
.g-nav-menu-content figure img{
    display: none;
}
.navactive{
    /* 非表示にする */
    bottom: -100% !important;
    visibility: hidden;
}
.nav-active{
    /* 表示する */
    bottom: 0 !important;
    visibility: visible;
}

/*#content .container{
    padding: 0 15px;
}*/

#lp2409 {
    max-width: 500px;
    margin: -50px auto 0px;
}
@media screen and (max-width: 500px) {
    #lp2409 {
        max-width: 100%;
    }
}
#lp2409.about{
    /*box-shadow: 0 0 8px #9e9493;*/
    background-color: #fff;
}
#gHeader {
    display: none;
}
.sp{display: block;}
.pc{display: none;}
@media only screen and (min-width:767px){
    .sp{display: none;}
    .pc{display: block;}
}
h2{
    font-size: 2rem;
    color: #3c3938;
    text-align: center;
    margin-bottom: 0.8em;
    font-weight: 600;
    letter-spacing: 2px;
}
h3{
    font-size: 1.6rem;
    color: #3c3938;
    text-align: center;
    margin-bottom: 3%;
    font-weight: 600;
}
p{
    font-size: 1.4rem;
}

img{
    width: 100%;
}
span.note{
    font-size: 1rem;
    line-height: 1.5;
    line-break: strict;
    word-wrap: break-word;
}

/*全てのリンクボタン*/
a.link-btn{
    display: block;
    width: 95%;
    margin: 0.5em auto 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    height: 3.2em;
    line-height: 3.2em;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
a.link-btn::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}
.m-cv_area a.link-btn{
    font-size: 1.7rem;
}

/*予約*/
a.reserve-cv{
    margin: 2em auto;
    background-color: #ffa45b;
}
a.reserve-cv::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgb(235, 213, 243, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(229, 61, 81, 0) 75%);
    animation-name: shine;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes shine {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}

/*お問い合わせ*/
a.contact-cv{
    background-color: #207d91;
}
/*もっと見る*/
a.more-btn{
    color: #3c3938;
    border: 1px solid #3c3938;
}
a.more-btn::before,
a.more-btn::after{
    color: #3c3938;
    border-color: #3c3938;
}
/*LINE*/
a.line-btn{
    background-color: #06c755;
}
a.line-cv{
    color: #06c755;
    background-color: #fff;
    border: 1px solid #06c755;
}
a.line-cv::after{
    border-top: 1px solid #06c755;
    border-right: 1px solid #06c755;
}
a.line-cv::before {
    color: #06c755;
}
/*キャンペーンcv*/
a.campaign-cv{
    background-color: var(--allmain);
}
a.campaign-cv:hover::after{
    color: #fff;
}

.m-col_btn p.campaign{
    text-align: center;
    color: var(--allmain);
    font-size: 1.3rem;
}
.m-col_btn p.line{
    text-align: center;
    color: #06c755;
    margin-top: 1em;
    font-size: 1.3rem;
}

a.check-btn{
    margin-top: -2em;
    background-color: #a83d49;
}

a.check-btn::after{
    content: '';
    position: absolute;
    top: 43%;
    right: 11.9%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg) translateY(-50%);
}
a.check-btn::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 12px;
    left: 87.5%;
    top: 25%;
    color: #fff;
    line-height: 1;
    background: currentColor;
    transform: rotate(180deg) translate(-50%, -50%);
}

/*Instagram*/
a.insta_btn{
    display: block;
    border-radius: 0;
    color: #FFF;
    position: relative;
    width: 90%;
    height: 3em;
    line-height: 3em;
    margin: 0em auto 0;
    text-align: center;
    background: -webkit-linear-gradient(135deg, #3c5a9b 0%, #d97194 70%) no-repeat;
    background: linear-gradient(135deg, #3c5a9b 0%, #d97194 70%) no-repeat;/*グラデーション①*/
    border-radius: 5px;
    overflow: hidden;
}
a.insta_btn .fa-instagram{
    font-size: 2rem;
    position: relative;
    top: 2px;
}
a.insta_btn span {
    display:inline-block;
    position: relative;
    transition: .5s;
    font-size: 1.5rem;
}

/*LINE*/
a.line_btn{
    display: block;
    border-radius: 0px;
    color: #FFF;
    position: relative;
    width: 90%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    background-color: #06c755;
    border-radius: 5px;
    overflow: hidden;
}
a.line_btn .fa-line{
    position: relative;
    font-size: 2rem;
    top: 2px;
}
a.line_btn span {/*テキスト*/
    display:inline-block;
    position: relative;
    transition: .5s;
    font-size: 1.5rem;
}

section.head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}

.logo{
    width: 40%;
    margin: 20px 0;
    text-align: center;
}
.logo img{
    width: 80%;
}

section.head .right{
    display: flex;
    width: 60%;
    column-gap: 8px;
    justify-content: center;
}
section.head .right a.btn-flat{
    border: 1px solid #8593ae;
    width: 45%;
    text-align: center;
    font-size: 1.2rem;
    transition: .3s;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    text-decoration: none;
    overflow: hidden;
    padding: 1rem 0rem;
    color: #fff;
    border-radius: 0;
}
section.head .right a.btn-flat:nth-child(1){
    background-color: #8593ae;
}
section.head .right a.btn-flat:nth-child(2){
    color: #8593ae;
}

a.btn-flat span {
    position: relative;
}

a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 50px;
    width: 150%;
    height: 500%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-100%) translateY(-100%) rotate(135deg);
    transform: translateX(-100%) translateY(-100%) rotate(135deg);
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    background: #fff;
}
a.btn-flat:nth-child(2):before {
    background: #8593ae;
}

@media (hover : hover){
    section.head .right a.btn-flat:nth-child(1):hover{
        color: #8593ae;
    }
    section.head .right a.btn-flat:nth-child(2):hover{
        color: #fff;
    }
    a.btn-flat:hover:before {
        -webkit-transform: translateX(-27%) translateY(-21%) rotate(135deg);
        transform: translateX(-27%) translateY(-21%) rotate(135deg);
    }
}

@media only screen and (min-width:768px){
    section.head .right a.btn-flat{
        padding: 1.5rem 0;
    }
    @media (hover : hover){
        a.btn-flat:before{
            -webkit-transform: translateX(-77%) translateY(-96%) rotate(135deg);
            transform: translateX(-77%) translateY(-96%) rotate(135deg);
        }
    }
}

/* フェードイン */
.js-fadeIn {
    opacity: 0; 
    transform: translateY(30px); 
    transition: opacity .8s, transform .8s; 
}
.js-fadeIn.is-inview {
    opacity: 1; 
    transform: translateY(0); 
    transition-delay: .5s; 
}
.js-fadeRight {
    opacity: 0; 
    transform: translateX(-30px); 
    transition: opacity .8s, transform .8s; 
}
.js-fadeLeft {
    opacity: 0; 
    transform: translateX(30px); 
    transition: opacity .8s, transform .8s; 
}
.js-fadeRight.is-inview,
.js-fadeLeft.is-inview {
    opacity: 1; 
    transform: translateX(0); 
    transition-delay: .5s; 
}
.js-fadeUp {
    opacity: 0; 
    transform: scale(1.2); 
    transition: opacity .8s, transform .8s; 
}
.js-fadeUp.is-inview {
    opacity: 1; 
    transform: scale(1); 
    transition-delay: .8s; 
}

/*アニメーション*/
.anime_wrap{
    position: relative;
    overflow: hidden;
}
.pattern::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 2;
    transition: .5s;
}
.pattern.show::before{
    transform: translateX(100%);
}
.pattern img{
    opacity: 0;
    transition: .5s;
}
.pattern.show img{
    opacity: 1;
}
.diamond::before,
.diamond::after{
    overflow: visible;
    opacity: 0;
    transition: .5s;
    transform: translateX(0) scale(0);
}
.diamond.show::before,
.diamond.show::after{
    opacity: 1;
    transform: translateX(0) scale(1);
}

.m-inner{
    width: 95%;
    margin: 0 auto;
}

/*成人式の方*/
.m-news_area{
    padding: 2em 0 1em;
    background-color: #f5f3f2;
}
.m-news_area .news_area__box{
    display: flex;
    align-items: center;
    gap: 10px;
}
.m-news_area .news_area__box:not(:last-child){
    margin-bottom: 1em;
}
.news_area__box h2{
    font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
    width: 40%;
    padding: 6px 4px;
    margin: 0;
    color: #fff;
    background-color: #dd7fa4;
}
.news_area__box p{
    width: 58%;
    font-size: 1.3rem;
    line-height: 1.8;
}

.m-cv_area {
    padding: 2em 0;
    background: linear-gradient(90deg, #ffd2d2 0%, #ffd9b5 90%);
}
.m-cv_area .m-inner{
    width: 90%;
}
.m-cv_area p{
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}
.m-cv_area p span.hl{
    font-size: 2rem;
}
.m-cv_area a.campaign-cv {
    width: 100%;
    font-size: 2rem;
    color: white;
    background: linear-gradient(to top, #bd0000, #ff7a43);
}
.m-cv_area a.campaign-cv img{
    height:1em;
    width:auto;
    vertical-align: baseline;
    margin: 0 0.3em -0.1em 0;
}
.m-cv_area a.link-btn::before {
    color: var(--allmain);
}
.m-cv_area a.link-btn::after {
    border-top: 1px solid white;
    border-right: 1px solid white;
}
.under-border{
    display: block;
    text-align: center;
    margin: 1em 0;
}
.under-border p{
    display: inline-block;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #fff;
}
.subjectShop{
    padding: 1em;
    background-color: #fff;
}
.subjectShop p{
    font-size: 1.3rem;
    color: #333;
    text-align: left;
}

/*新作振袖紹介*/
.m-newFurisode_area{
    padding: 2em 0 1em;
}
.m-newFurisode_area .m-inner{
    width: 90%;
}
.m-newFurisode_area h2{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
}
.newFurisode_box{
    position: relative;
    padding-bottom: 5em;
}
.newFurisode_box .exp{
    position: absolute;
    width: 260px;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
    padding: 1em;
    background-color: #fff;

    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
}
.newFurisode_box .exp h3{
    font-size: 2.2rem;
}
.newFurisode_box .exp p{
    text-align: center;
}

/*オリジナル振袖*/
.m-originalFurisode_area h2{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
}
.m-originalFurisode_area p.txt{
    font-family: "Shippori Mincho", serif;
    text-align: center;
    margin-bottom: 2em;
}
.m-originalFurisode_area .collection__wrap{
    width: 95%;
}
.originalFurisode_wrap .slick-img p{
    width: 70%;
    margin: 1em 0 0 1em;
    font-size: 1.3rem;
    line-height: 1.8;
}
/*矢印・ページネーション*/
.originalFurisode_wrap .m-col_container{
    position: relative;
}
.originalFurisode_wrap .deco{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 6.5%;
    left: 82%;
}
.originalFurisode_wrap .arrow_box02 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 1em;
}
.arrow_box02::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 0.8em;
    border-right: 1px solid #333;
}
.originalFurisode_wrap .prev-arrow,
.originalFurisode_wrap .next-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.4em;
    height: 1px;
    background: currentColor;
}
.originalFurisode_wrap .next-arrow {
    right: -35%;
}
.originalFurisode_wrap .prev-arrow {
    left: -15px;
    transform: rotate(180deg);
}
.originalFurisode_wrap .prev-arrow::before,
.originalFurisode_wrap .next-arrow::before {
    content: '';
    position: absolute;
    top: 0em;
    right: 0%;
    width: 0.3em;
    height: 0.3em;
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(40deg);
    transform-origin: top right;
    box-sizing: border-box;
}
.originalFurisode_wrap .slick-arrow {
    margin: unset;
}
.originalFurisode_wrap .num_box{
    font-family: "Shippori Mincho", serif;
}

/*lookbook*/
.m-lookBook_area {
    padding: 2em 0 1em;
}
.m-lookBook_area h2{
    letter-spacing: 0;
}
.m-lookBook_area .collection__wrap{
    padding-bottom: 1em;
}
.m-lookBook_area h2{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
}

/*振袖カタログのご案内*/
.m-catalog_area {
    padding: 2em 0 3em;
    text-align: center;
}
.m-catalog_area h2{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}
.m-catalog_area a.line-cv{
    display: block;
    width: 100%;
    margin: 1em 0;
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    padding: 1em;
    border: 1px solid #333;
}
a.post-cv{
    display: inline-block;
    color: #585757;
    border-bottom: 1px solid #585757;
}
a.insta-cv{
    position: relative;
    display: block;
    text-align: left;
    font-size: 1.3rem;
    margin-top: 2em;
    padding: 1em 1em 1em 5em;
    background-color: #f5e5e8;
}
a.insta-cv::before{
    content: '';
    position: absolute;
    display: inline-block;
    margin-left: -3em;
    width: 30px;
    height: 30px;
    background: url(../images/footer/f_sns01.png) no-repeat center center / contain;
    top: 50%;
    transform: translateY(-50%);
}

/*展示会*/
.m-exhibition_area{
    padding: 3em 0 0em;
    background-color: #fff;
}
.m-exhibition_area h2{
    font-size: 2.2rem;
}
.m-exhibition_area p{
    text-align: center;
    line-height: 2;
    margin-bottom: 2em;
}

/*振袖コレクションスライダー*/
.m-colSlider_area{
    padding: 3em 0 1em;
    position: relative;
}
.m-colSlider_area::before {
    content: '';
    position: absolute;
    display: block;
    width: 68%;
    height: 27%;
    bottom: -0.2em;
    right: 0;
    background-color: #e1dde7;
    z-index: 0;
}
.m-colSlider_area .m-inner{
    width: 90%;
}
.m-colSlider_area .txt{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: .2em;
}
.m-colSlider_area h2{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
}
.m-colSlider_area .slick-slide{
    padding: 0 0.3em;
}
.m-colSlider_area .m-col_container .arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 1em;
    left: 1.7em;
    top: 0.5em;
}
.m-colSlider_area .m-col_container .arrow_box::before {
    content: '';
    position: absolute;
    left: 6%;
    width: 1px;
    height: 0.8em;
    border-right: 1px solid #333;
}
.m-colSlider_area .prev-arrow,
.m-colSlider_area .next-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1.4em;
    height: 1px;
    background: currentColor;
}
.m-colSlider_area .next-arrow {
    right: -15px;
}
.m-colSlider_area .prev-arrow {
    left: -15px;
    transform: rotate(180deg);
}
.m-colSlider_area .prev-arrow::before,
.m-colSlider_area .next-arrow::before {
    content: '';
    position: absolute;
    top: 0em;
    right: 0%;
    width: 0.3em;
    height: 0.3em;
    border: 1px solid #333;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(40deg);
    transform-origin: top right;
    box-sizing: border-box;
}
.m-colSlider_area .slick-arrow {
    margin: unset;
}

/*親子ご来場特典*/
.m-visitorBenefits_area#Box2{
    padding: 3em 0 2em;
}
.m-visitorBenefits_area .m-inner{
    width: 95%;
    margin-left: auto;
}
.visitorBenefits_wrap{
    margin-bottom: 0em;
}
.visitorBenefits_wrap h2{
    padding: 0em 0 0;
    margin: 0em 0 2.5em 0;
    font-size: 2.2rem;
    letter-spacing: 3px;
}
.visitorBenefits_box{
    margin-bottom: 3em;
}
.visitorBenefits_box .m-title .pop {
    display: table;
    text-align: center;
    font-size: 2.2rem;
    background: linear-gradient(90deg, #ff0044 0%, #c80000 40%, #ff7c00 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: normal;
    margin: 0 auto 1em;
    border-bottom: 1px solid #c70000;
}
.visitorBenefits_box .present_box{
    margin-top: 1em;
}
.visitorBenefits_box .present{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0em 0;
    border-radius: 2px;
}
.visit .visitorBenefits_box .present.or::before, .shopBenefits_wrap__box::before {
    position: absolute;
    content: 'OR';
    font-size: 1.3rem;
    color: #ffffff;
    left: 50%;
    bottom: -8.5em;
    padding: 12px 13px;
    transform: translate(-50%,-50%);
    background-color: #cbb373;
    border-radius: 50px;
}
.visit .visitorBenefits_box .present.or.minihairiron::before {
    bottom: -10.3em;
}
.shopBenefits_wrap__box::before {
    bottom: -7em;
}
.shopBenefits_wrap__box:last-child::before{
    content: none;
}

.visitorBenefits_box .present div:first-child{
    width: 35%;
    position: absolute;
    left: 1em;
}
.visitorBenefits_box .present:nth-child(1) div:first-child{
    left: 15px;
}
.visitorBenefits_box .present div:nth-child(2){
    margin-left: 43%;
}
.visitorBenefits_box .present:not(:last-child){
    margin-bottom: 6em;
}

.visitorBenefits_box p{
    font-size: 1.4rem;
}
.visitorBenefits_box h3{
    text-align: left;
    letter-spacing: 1px;
    font-size: 2rem;
}
.visitorBenefits_wrap span.note{
    display: block;
    line-height: 1.8;
}
.m-visitorBenefits_area.contract{
    padding-bottom: 2em;
}

/*共通キャンペーン*/
.m-shopCampaign_area{
    padding: 2em 0 0em;
}
.m-shopCampaign_area .m-inner {
    width: 95%;
    margin-bottom: 2em;
}
.shopCampaign_wrap h2{
    margin: 0em 0 0.5em 0;
    font-size: 2.2rem;
    letter-spacing: 3px;
}
.shopCampaign_wrap .m-title &gt; div:nth-child(2){
    width: 70px;
}

.shopCampaign_wrap .m-exp{
    border-radius: 2px;
}

.shopCampaign_wrap .rental{
    position: relative;
    margin-top: 0em;
    margin-bottom: 1em;
    padding: 1em 0.5em 1em;
    background-color: #fff;
}
.shopCampaign_wrap .rental:nth-child(2){
    flex-direction: row-reverse;
}

.shopCampaign_wrap .point{
    position: absolute;
    background-color: unset;
    width: 4.5em;
    top: 0.5em;
    left: 81%;
}
.shopCampaign_wrap .point img{
    width: 100%;
}
.shopCampaign_wrap .subbox{
    letter-spacing: 1px;
}
.shopCampaign_wrap .subbox .comment{
    font-size: 1.1rem;
    color: #5c5757;
    text-align: left;
    margin: 0.5em 0 1em;
}
.shopCampaign_wrap .subbox .title{
    display: block;
}
.shopCampaign_wrap .title .hl{
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0.5em 0 0;
    padding-top: 0.7em;
}
.shopCampaign_wrap .title .hl-color{
    color: #cda8db;
}
.shopCampaign_wrap h3{
    margin: 0.2em 0 0em;
    text-align: left;
    font-size: 2rem;
    letter-spacing: 1px;
}
.icon01{
    width: 60px;
    margin-top: -0.5em;
}
.shopCampaign_wrap .rental:nth-child(2) .icon01{
    margin-left: auto;
}
.shopCampaign_wrap .price{
    line-height: 1;
    margin-bottom: 0.8em;
    padding: 0.2em 0 0em;
}
.shopCampaign_wrap .price .hl02{
    color: #333;
    font-size: 2.8rem;
    font-weight: 500;
    margin-left: 0.1em;
}
.shopCampaign_wrap span.hl{
    font-size: 1.4rem;
    font-weight: 600;
    color: #3c3938;
}
.shopCampaign_wrap span.yen{
    font-size: 2rem;
    font-weight: 600;
    color: var(--allmain);
    margin: 0 2px;
    letter-spacing: 1px;
}
.shopCampaign_wrap span.note{
    display: block;
    line-height: 1.5;
    text-align: left;
    margin-top: 0.5em;
    padding: 1em 0 0em;
    border-top: 1px solid #f1f1f1;
}


/*特典*/
.parallax_content{
    display: block;
    height: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.img_bg_01{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 2em 1em 10em;
    background-image: url(../images/lp/2503_rental/benefits_img01.jpg);
}
.img_bg_01 p{
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 1px;
    margin: 0em 1em -7em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.img_bg_01 img {
    width: 3em;
    height: auto;
}

.img_bg_02{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50vh 0;
    background-image: url(../images/lp/2503_rental/benefits_img02.jpg);
}
.img_bg_02 img{
    display: block;
    width: 20px;
    margin: 0 auto;
}
.img_bg_03 p{
    color: #fff;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.img_bg_03{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30vh 0;
    background-image: url(../images/lp/2503_rental/benefits_img03.jpg);
}
.img_bg_04 p{
    color: #333;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 3em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.img_bg_04{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30vh 0;
    background-image: url(../images/lp/2502_rental/benefits_img04.jpg);
}

.m-shopBenefits_area#Box4{
    margin-top: 2em;
}
.m-shopBenefits_area{
    padding: 2em 0 1em;
}
.m-shopBenefits_area .m-inner{
    width: 100%;
}
.m-shopBenefits_area .m-title{
    margin-top: 0em;
    position: relative;
}
.m-shopBenefits_area .m-title p{
    text-align: center;
}
.m-shopBenefits_area .limited, .m-visitorBenefits_area .limited {
    position: relative;
    top: 0em;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    color: #333;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.3em 0.8em 0.2em;
    border-radius: 50px;
    display: inline-block;
    background-color: #ffe4de;
    overflow: hidden;
}
.m-shopBenefits_area h2{
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0.1em 0 0.2em 0;
    font-size: 2.2rem;
    letter-spacing: 3px;
}
.m-shopBenefits_area h2 .hl{
    color: #8fb6d7;
    font-size: 3.4rem;
    font-weight: 600;
}
.m-shopBenefits_area .note{
    width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    display: block;
}
.shopBenefits_wrap{
    width: 100%;
    margin: 2em auto 0;
}
.shopBenefits_wrap__box {
    position: relative;
    margin-bottom: 3em;
}
.shopBenefits_wrap__box h3 {
    position: absolute;
    display: inline-block;
    text-align: left;
    top: 0.5em;
    left: -1.3em;
    margin: 0;
    z-index: 1;
}
.shopBenefits_wrap__box h3 img{
    height: 50px;
    width: auto!important;
}

.shopBenefits_wrap__box:nth-of-type(even) .shopBenefits__box__subbox{
    flex-direction: row-reverse;
}
.shopBenefits_wrap__box .img{
    width: 90%;
    margin: auto;
    position: relative;
}
.shopBenefits_wrap__box .img img, .radius_img{
    border-radius: 0.5em;
}
.shopBenefits_wrap__box:nth-of-type(2) .img::before{
    left: 0;
}

.shopBenefits__box__subbox{
    font-weight: 600;
    width: 92%;
    display: flex;
    gap: 10px;
    margin: 1em 0 0 1em;
    justify-content: center;
}
.shopBenefits__box__subbox .hl02{
    color: #333;
    font-size: 2.6rem;
    font-weight: 400;
    margin-left: 0.1em;
}

.shopBenefits_wrap__box:nth-child(2) .shopBenefits__box__subbox h3 {
    margin-left: auto;
}
/*.shopBenefits_wrap__box:nth-child(2) .shopBenefits__box__subbox .exp{
    margin-top: -1.8em;
}*/

.shopBenefits_wrap__box .exp{
    position: relative;
    width: 100%;
    z-index: 1;
    letter-spacing: 1px;
}
.shopBenefits_wrap__box .exp p{
    top: -4em;
    right: 0;
    line-height: 1.5;
    font-size: 1.6rem;
    margin-bottom: 0.2em;
    border-radius: 5px;
}
.shopBenefits_wrap__box .exp span.hl{
    font-size: 1.8rem;
    color: #3c3938;
}
.shopBenefits_wrap__box .exp span.yen{
    font-size: 3.5rem;
    font-weight: 400;
    color: var(--allmain);
}
.shopBenefits_wrap__box .exp span.note{
    font-weight: 400;
}
.shopBenefits_wrap__box:nth-of-type(3) .exp span.case{
    font-size: 1.4rem;
    font-weight: normal;
}
.shopBenefits_wrap__box .note.sp{
    width: 92%;
    margin: 0 auto;
}

/*さらに*/
.plus{
    text-align: center;
    position: relative;
    padding-bottom: 2em;
}
.plus p{
    font-size: 1.6rem;
    font-weight: 600;
}
.plus::before{
    content: '';
    position: absolute;
    top: 2em;
    left: 50%;
    width: 1px;
    height: 50px;
    border-right: 1px solid #333;
    transform: translateX(-50%);
}
.plus::after{
    content: '';
    position: absolute;
    top: 4.6em;
    left: 51%;
    width: 1px;
    height: 10px;
    border-right: 1px solid #333;
    transform: rotate(50deg) translateX(-50%);
}

/*前撮り*/
.m-prePhoto_area{
    padding: 2em 0 3em;
    background-color: #fff;
}
.m-prePhoto_area .m-inner{
    width: 80%;
}
.m-prePhoto_area .logo{
    display: block;
    width: 50%;
    margin: 0 auto 2em;
}
.campaign_463_ver1_1 .Mincho{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
}
.campaign_463_ver1_1 .Lato{
    font-family: "Lato", sans-serif;
}
.m-prePhoto_area h2{
    margin: 2em 0;
    font-size: 2.4rem;
}
.m-prePhoto_area p{
    text-align: center;
    line-height: 2.2;
}
.prePhoto_box:not(:last-child){
    margin-bottom: 2em;
}
.prePhoto_box h3{
    margin-top: 1em;
}
.prePhoto_box p.Mincho{
    line-height: 1.5;
    font-weight: 100;
}
.prePhoto_box span.note{
    display: block;
    text-align: center;
    margin-top: 1em;
}

/*ドレス撮影*/
.m-dressShooting_area{
    padding: 2em 0 1em;
    background-color: #fff;
}
.m-dressShooting_area h2{
    font-size: 2.8rem;
}
.m-dressShooting_area p{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2em;
}
.m-dressShooting_area span.note{
    display: block;
    text-align: right;
    margin-top: 1em;
}


/*よくある質問*/
.m-faq_area{
    padding: 3em 0;
    background-color: #fff;
}
.faq_box{
    margin-top: 3em;
}
.m-faq_area h3{
    color: #fff;
    letter-spacing: 1px;
    padding: 1em 0;
    background-color: #333;
}
.m-faq_area .hl{
    font-size: 1.6rem;
    text-align: center;
}
.m-faq_area h4{
    margin: 1em 0;
}
.m-faq_area p{
    margin: 1.5em 0;
}
.faq_subbox{
    width: 80%;
    margin: 1em auto 0;
    padding: 1em 2em;
    background-color: #f5f3f2;
}
.faq_subbox &gt; div{
    text-align: center;
}
.faq_subbox h4{
    margin: 0 0 0.5em 0;
    text-align: center;
}
.faq_subbox p{
    display: inline-block;
    margin: 0;
    text-align: left;
}
.henkin{
    width: 90%;
    margin: 2em auto 0;
}
.faq_box:nth-child(4) h4{
    text-align: center;
    margin: 1.5em;
}
.faq_box:nth-child(4) img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.faq_box:nth-child(4) &gt; div{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.faq_box:nth-child(4) p{
    display: inline-block;
    text-align: left;
    line-height: 1.8;
}

/*コレクション*/
.m-collection_area{
    padding: 3em 0;
    background-color: #f5f2f2;
}
.collection_wrap{
    position: relative;
    margin-bottom: 3em;
}
.collection_wrap .c-col__box:nth-child(1){
    width: 70%;
    margin: 0 0 1.5em auto;
}
.collection_wrap .c-col__box:nth-child(2){
    width: 50%;
    margin-right: auto;
}
.collection_wrap &gt; div:nth-child(3){
    position: absolute;
    width: 60%;
    top: 14em;
    right: 0;
}
.collection_wrap .c-col__box:nth-child(4){
    width: 50%;
    margin: -3em 1em 2em auto;
}
.collection_wrap .c-col__box:nth-child(5){
    width: 75%;
    margin: 0em auto 1.5em 1.5em;
}
.collection_wrap .c-col__box:nth-child(6){
    width: 60%;
    margin: 0em -0.6em 1.5em auto;
}
.collection_wrap .c-col__box:nth-child(7) p{
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 1px;
    margin: -10em 0em 0em 10%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.c-col__box .modal-span {
    display: block;
    cursor: pointer;
    transition: .3s;
}
.modal-outer {
    position: fixed;
    top: 0;
    left: 0;
    display: none; 
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000; 
}
.show {
    display: block; 
}
.modal-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    max-width: 400px;
    width: 90%;
    height: fit-content;
    background: #fff;
    padding: 0px; 
}
.close-btn {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1.8em;
    height: 1.8em;
    transform: translateX(-50%) rotate(-135deg);
    cursor: pointer;
    left: 98%;
    top: -1em;
}
.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}
.close-btn::before {
    top: 13px;
    left: 0;
    right: 0;
    height: 0.1em;
}
.close-btn::after {
    top: 0;
    right: 13px;
    bottom: 0;
    width: 0.1em;
}
.close-btn button{
    display: none;
}
.modal-inner{
    padding: 2em 1.5em;
}
.modal-inner .box:nth-child(2){
    padding-top: 2em;
}
.modal-inner .flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
.modal-inner .flex h3{
    text-align: left;
    margin: 0;
    font-size: 1.6rem;
}
.modal-inner .flex a{
    height: 25px;
    line-height: 25px;
    color: #fff;
    padding: 0 1em;
    font-size: 1.2rem;
    background-color: var(--allmain);
    border-radius: 50px;
}
.modal-inner .box h4{
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.5em;
}

.img-circle{
    position: relative;
    width: 100%;
}
.img-circle::before{
    content: '';
    position: absolute;
    display: inline-block;
    pointer-events: none;
    width: 130px;
    height: 130px;
    opacity: 0;
    top: 73%;
    left: 80%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    margin: auto; 
    transition: .3s;
    animation:10s linear infinite rotation1;
}
.collection_wrap &gt; div:nth-child(2) .img-circle::before{
    top: 83%;
    left: 71%;
}
.collection_wrap &gt; div:nth-child(4) .img-circle::before{
    top: 67%;
    left: 73%;
}
.collection_wrap &gt; div:nth-child(5) .img-circle::before{
    top: 80%;
    left: 81%;
}
.collection_wrap &gt; div:nth-child(6) .img-circle::before{
    top: 69%;
    left: 76%;
}
@media (hover : hover){
    .img-circle:hover::before{
        display: block;
        opacity: 1;
        background: url(../images/lp/2412_rental/taphere-circle.png) no-repeat center top / contain;
    }
}
@keyframes rotation1{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}


.catalog{
    margin: 3em 0 0;
}
.catalog p{
    width: 90%;
    margin: 0 auto 0.5em;
    text-align: center;
}

/*12大特典*/
.m-luxurybenefits_area{
    padding: 5em 0 3em;
    background-color: #edf7f5;
    letter-spacing: 1px;
}
.m-luxurybenefits_area .txt{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    text-align: center;
    color: #5A4E4D;
    margin-bottom: 1em;
}
.m-luxurybenefits_area .m-title h2{
    width: 70%;
    margin: 0 auto 0.5em;
    display: block;
}
.m-luxurybenefits_area .m-title h2::before,
.m-luxurybenefits_area .m-title h2::after{
    content: none;
}
.luxurybenefits_wrap{
    width: 95%;
    margin: 0 auto;
}
.luxurybenefits_wrap:nth-child(2) .luxurybenefits_box div:nth-child(2),
.luxurybenefits_wrap:nth-child(4) .luxurybenefits_box div:nth-child(2),
.luxurybenefits_wrap:nth-child(8) .luxurybenefits_box div:nth-child(2),
.luxurybenefits_wrap:nth-child(10) .luxurybenefits_box div:nth-child(2),
.luxurybenefits_wrap:nth-child(11) .luxurybenefits_box div:nth-child(2){
    width: 85%;
}

.luxurybenefits_box{
    display: flex;
    padding: 15px 10px 15px 5px;
    margin-bottom: 1em;
    background-color: #fff;
    border: 1px solid #737373;
    position: relative;
}
.luxurybenefits_box::before,
.luxurybenefits_box::after{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ede2c7;
    border: 1px solid #737373;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.luxurybenefits_box::before{   
    top: 5%;
    left: 1.5%;
}
.luxurybenefits_box::after{
    top: 5%;
    right: 1.5%;
}
.luxurybenefits_box div:nth-child(1){ 
    width: 15%;
    margin-right: 5px;
}
.luxurybenefits_box div:nth-child(2){ 
    width: 45%;
    margin: 1% 5px 0 0;
}
.luxurybenefits_box div:nth-child(3){ 
    width: 45%;
}
.luxurybenefits_box div h3{
    color: #5a4e4d;
    text-align: left;
    font-size: 1.6rem;
}
.luxurybenefits_box div p{
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.luxurybenefits_box div span.hl{
    background: linear-gradient(transparent 70%, #EEE2C5 70%);
}
.luxurybenefits_box span.note{
    display: block;
}

/*開閉ボタン*/
.moreInner:not(:last-child) {
    width: 100%;
    margin: 0 auto 3em;
    background: #FFF;
}
.moreContainer {
    position: relative;
    height: auto;
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.6s;
}
.moreContainer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: linear-gradient(to bottom, transparent 40%, #edf7f5 100%);
    pointer-events: none;
}
.moreContainer.show:after {
    z-index: -1;
    opacity: 0;
}
.moreInner{
    margin-bottom: 3em;
}
.moreBtn {
    display: block;
    width: 100px;
    margin: 0em auto 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    border: unset;
    border-radius: 2px;
    position: relative;
    transition: 0.3s;
    letter-spacing: 1px;

    cursor: pointer;
    box-shadow: unset;
    text-shadow: unset
}


/*理由*/
#Box8.sec_box{
    padding: 2em 0 3em;
}
.point{
    background-color: #A1B2AA;
}
.point img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.m-reason_area{
    padding: 3em 0 2em;
    background-color: #f5e5e8;
}
.m-reason_area .m-title p{
    display: block;
    width: 100%;
    max-width: 160px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.4rem;
    padding: 0.5em 0em;
    margin: 0 auto 1em;
    background-color: #3c3938;
    border-radius: 50px;
}

.reason_box{
    margin-bottom: 1em;
    padding: 2em 1em;
    background-color: #fff;
    border-radius: 5px;
}
.reason_box .subbox:nth-child(2) img{
    width: 60px;
    margin: 1em 0 0.5em;
}

.reason_box:nth-child(2) .subbox img{
    width: 60px;
    margin: 1em 0 0.5em;
}

.reason_box:nth-child(3){
    display: flex;
    align-items: center;
    padding: 1em;
}
.reason_box:nth-child(3) .subbox:nth-child(1){
    width: 50%;
}
.reason_box:nth-child(3) .subbox:nth-child(1) img{
    width: 60px;
    margin: 1em 0 0.5em;
}
.reason_box:nth-child(3) .subbox:nth-child(2) {
    width: 50%;
}
.reason_box:nth-child(3) .subbox:nth-child(2) img{
    width: 100%;
    margin: 0;
}
.reason_box:nth-child(5) .subbox:nth-child(1) img{
    width: 60px;
    margin: 0;
}
.reason_box &gt; div h3{
    text-align: left;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 1%;
}

.reason_box &gt; div h3 span{
    color: var(--allmain);
}
.reason_box &gt; div p{
    margin-top: 1em;
    line-height: 1.8;
}



/*店舗一覧*/
.m-shoplist_area{
    padding: 2em 0 3em;
    background-color: #fff;
}
/*タブ切り替え全体のスタイル*/
.tabs {
    width: calc(100% - 20px);
    margin: 20px auto 0;
}
.tabs .tab_area{
    width: 60%;
    margin: 0px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}
/*タブのスタイル*/
.tab_item {
    position: relative;
    width: calc(100% / 2);
    height: 40px;
    line-height: 40px;
    border: 1px solid #3c3938;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    float: left;
    letter-spacing: 1px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 25px 0 0;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.tab_content .studio{
    display: flex;
    flex-direction: column;
    column-gap: 5px;
    width: 100%;
    margin: 0 auto 2em;
}
.tab_content .studio h3{
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 3%;
}
.tab_content .studio .exp__box{
    font-size: 1.3rem;
    color: #575757;
    letter-spacing: 1px;
}
.tab_content .table {
    display: table;
    border-collapse: collapse;
    margin: 0;
}
.tab_content .table .tr{
    display: table-row;
}
.tab_content .table .th{
    display: table-cell;
    width: 20%;
}
.tab_content .table .td{
    display: table-cell;
    padding: 1px 0 0 0;
    border: unset;
}

.tab_content .studio .more{
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1em;
    padding-bottom: 5px;
    border-bottom: 1px dashed #3c3938;
}

.map{
    width: 100%;
}
.map iframe{
    width: 100%;
    height: 250px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content{
    display: block;
}
/*選択されているタブのスタイルを変える*/
#tab1:checked ~ .tab_area .tab1,
#tab2:checked ~ .tab_area .tab2{
    color: #fff;
    background: #3c3938;
}


/*プラン*/
.m-plan_area {
    padding: 3em 0 3em;
    border-top: 1px solid #333;
}
.m-plan_area .txt{
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1em;
}
.m-plan_area .plan_wrap &gt; div{
    text-align: center;
    padding: 1em 0;
    background-color: #fff;
}
.m-plan_area .plan_wrap &gt; div:not(:last-child){
    margin-bottom: 1em;
}
.m-plan_area .plan_wrap h3{
    margin: 0em 0 0.5em;
    font-size: 2rem;
    letter-spacing: 1px;
}
.plan_wrap .exp{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: grid
    ;
}
.plan_wrap .exp p{
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 1em;
    padding: 0.2em 0.5em;
    background-color: #97d1c7;
}
.plan_wrap span.hl{
    font-size: 1.6rem;
    font-weight: 600;
    color: #97d1c7;
}
.plan_wrap span.yen{
    font-size: 2.6rem;
    font-weight: 500;
    margin: 0 2px;
    letter-spacing: 1px;
}

.m-plan_area .set_box h4{
    margin: 0.5em 0 0.5em;
    font-size: 1.4rem;
    font-weight: normal;
}
.plan_wrap .set_box span.hl{
    font-size: 1.8rem;
}
.m-plan_area .set_box .set{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    padding: 1em;
    border: 1px solid #333;
}
.m-plan_area .set_box .set p{
    font-size: 1.3rem;
    letter-spacing: 1px;
}
.m-plan_area .set_box .set p:first-child{
    margin-bottom: 0.3em;
}
.m-plan_area .set_box .hl{
    color: #333;
}

/*支払い方法*/
.m-payment_area{
    padding: 1em 0 3em;
    background-color: #fff;
}
.payment_wrap{
    display: flex;
    gap: 8px;
}
.payment_wrap.m-inner{
    width: 90%;
}

/*問い合わせ*/
.m-contact_area{
    padding: 2em 0;
    text-align: center;
    background-color: #f5f2f2;
    letter-spacing: 1px;
}
.m-contact_area .m-contact__bg{
    width: calc(100% - 20px);
    margin: 0 auto;
}

.m-contact_area p.con-intro{
    text-align: center;
    line-height: 1.5;
    margin: 2em 0;
}
.m-contact_area .m-con_num{
    position: relative;
    background-color: #fff9f9;
}
.m-contact_area .m-con_num_head{
    font-size: 1.5rem;
    padding: 5px;
    color: #fff;
    background-color: #333;
}
.m-contact_area .con_num_tel{
    padding: 20px 10px;
    background-color: #fff;
}
.m-contact_area .con_num_tel a.con-tel{
    color: #333;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.m-contact_area .con_num_tel a.con-tel::before{
    position: absolute;
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    display: inline-block;
    left: -16%;
    top: calc(50% + 0px);
    transform: translateY(-50%);
    font-size: 17px;
}
.m-contact_area .con_num_tel .con_num_timearea{
    margin-top: 10px;
}
.m-contact_area .con_num_tel .con_num_timearea .con_num_time{
    background-color: #f5f3f2;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 1.2rem;
}

.m-contact_area .con-insta{
    margin-top: 1.3em;
}
.m-contact_area .con-insta_area{
    width: 100%;
    margin: 0 auto;
}
.m-contact_area .con-insta_head{
    margin-bottom: 5px;
}
.m-contact_area .con-insta_head span{
    display: inline-block;
    background: -webkit-linear-gradient(135deg, #3c5a9b 0%, #d97194 70%) no-repeat;
    background: linear-gradient(135deg, #3c5a9b 0%, #d97194 70%) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.m-contact_area .con-insta .con-insta_area .insta_btn{
    display: inline-block;
    width: 100%;
}
.m-contact_area .con-insta .con-insta_area .insta_btn .fa-instagram{
    font-size: 2rem;
    position: relative;
    top: 2px;
}
.m-contact_area .insta_btn span {
    display:inline-block;
    position: relative;
    transition: .5s;
    font-size: 1.5rem;
}
.m-contact_area .con-line{
    margin-top: 1em;
}
.m-contact_area .con-line_head{
    margin-bottom: 5px;
}
.m-contact_area .con-line_head span{
    display: inline-block;
    color: #06c755;
    font-weight: bold;
}
.m-contact_area .con-line_area{
    width: 100%;
    margin: 0 auto;
}
.m-contact_area .con-line_area .line_btn{
    color: #FFF;
    border-radius: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3em;
    line-height: 3em;
    text-align: center;
    background-color: #06c755;
    border-radius: 5px;
    overflow: hidden;
}
.m-contact_area .con-line_area .line_btn .fa-line{
    position: relative;
    font-size: 2rem;
    top: 2px;
}
.m-contact_area .line_btn span {/*テキスト*/
    display:inline-block;
    position: relative;
    transition: .5s;
    font-size: 1.5rem;
}

.copyright{
    font-size: 1rem;
    padding: 3em 0;
    text-align: center;
}

#g-nav-footer,
#g-nav{
    display: none;
}

.asterisk{
    width: 95%;
    margin: 0 auto;
    text-align: right;
}


/*固定*/
:root{
    --maincolor : #CDA8DB;
    --subcolor : #3c3938;
    --bgcolor : #CDA8DB;
}
.fixed-bottom{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0%;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    z-index: 999;
    transition: .5s;
    font-size: 1.2rem;

    /*opacity: 1;*/
    visibility: visible;
}
.fixed-bottom .nav-wrap{
    display: flex;
    position: relative;
    z-index: 999;
}
.fixed-bottom .nav-wrap .nav__box{
    width: 100%;
    background-color: #fff;
    border-top: 1px solid var(--maincolor);
    border-right: 1px solid var(--maincolor);
}
.fixed-bottom .nav-wrap .nav__box::after{
    content: none;
}
.fixed-bottom .nav-wrap .nav__box:last-child{
    border-right: none;
    width: 50%;
}
.fixed-bottom a{
    display: block;
    width: 100%;
    color: var(--maincolor);
    background-color: #fff;
}

.fixed-bottom .nav-wrap .nav__box:nth-child(3) a{
    color: #fff;
    background-color: var(--bgcolor);
}
.fixed-bottom .nav-wrap .nav__box:nth-child(4){
    width: 45%;
}

.fixed-bottom #navArea{
    width: 100%;
    background-color: var(--bgcolor);
}
.fixed-bottom .page-top_button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    background: #fff;
    transition: .3s;
    z-index: 1;
}
.fixed-bottom .dli-arrow-up {
    display: inline-block;
    vertical-align: middle;
    color: var(--maincolor);
    line-height: 1;
    position: relative;
    width: 0.1em;
    height: 1em;
    background: currentColor;
}

.fixed-bottom .dli-arrow-up::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    transform-origin: top right;
    position: absolute;
    top: -0.05em;
    right: 50%;
    box-sizing: border-box;
}

.fixed-bottom .is-active{
    /* 非表示 */
    bottom: -100%;
    visibility: hidden;
}

.fixed-bottom .openBtn{
	position: relative;
	width: 100%;
    height: 100%;
	cursor: pointer;
	background:#fff;
}
/*ボタン内側*/
.fixed-bottom .openBtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 1px;
	background-color: var(--bgcolor);
}
.fixed-bottom .openBtn span:nth-of-type(1) {
	top: 19px;	
    width: 50%;
}
.fixed-bottom .openBtn span:nth-of-type(2) {
	top: 27px;
    width:30%;
}
.fixed-bottom .openBtn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}
.fixed-bottom .openBtn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

#navArea.cp-nav .accordion .main__box{
    position: relative;
    cursor: pointer;
    padding: 20px 50% 20px 20px;
    transition: all .5s ease;
    /*background-color: #fff5f3;*/
    /*border-radius: 5px;*/
    font-size: 1.4rem;
    /*border-bottom: none;*/
    border-bottom: 1px solid var(--subcolor);
    color: var(--subcolor);
}
#navArea.cp-nav .accordion .main__box::before,
#navArea.cp-nav .accordion .main__box::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 1px;
    background-color: var(--subcolor);
    transition: .5s;
    color: var(--subcolor);
}
#navArea.cp-nav .accordion .main__box::before{
    top: 50%;
    right: 15px;
    transform: rotate(0deg);
}
#navArea.cp-nav .accordion .main__box::after{
    top: 50%;
    right: 15px;
    transform: rotate(90deg);
}
#navArea.cp-nav .accordion .main__box.close::before,
#navArea.cp-nav .accordion .main__box.close::after{
    transform: rotate(0deg);
}
@media (hover : hover){
    #navArea.cp-nav .accordion .main__box:hover{
        color: #fff;
        background-color: var(--bgcolor);
    }
    #navArea.cp-nav .accordion .main__box:hover::before, 
    #navArea.cp-nav .accordion .main__box:hover::after{
        color: #fff;
        background-color: #fff;
    }
}
#navArea.cp-nav .accordion .sub__box{
    display: none;
    padding: 8px 0 0% 7%;
    background-color: unset;
}
#navArea.cp-nav .nav__wrap .accordion .sub__box a{
    margin-bottom: 8px;
    /*background-color: #f8f4f3;*/
}
#navArea.cp-nav .accordion .sub__box a:last-child{
    margin-bottom: 0px;
}


#navArea.cp-nav .nav__wrap {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}
#navArea.cp-nav .nav__wrap.open  {
    right: 0;
    opacity: 1;
}
#navArea.cp-nav .nav__wrap .nav-inner {
    padding: 25px 25px 50px 25px;
}
#navArea.cp-nav .nav__wrap .nav-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navArea.cp-nav .nav__wrap .nav-inner ul li {
    position: relative;
    margin: 8px 0;
}
#navArea.cp-nav .nav__wrap .nav-inner ul li a {
    display: block;
    color: var(--subcolor);
    text-decoration: none;
    transition-duration: 0.2s;
    /*background-color: #fff5f3;*/
    /*border-radius: 5px;*/
    text-align: left;
    padding: 20px 20px 20px 20px;
    font-size: 1.4rem;
    /*border-bottom: none;*/
    border-bottom: 1px solid var(--subcolor);
}


.fixed-bottom .toggle_btn {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    transition: all .5s;
    cursor: pointer;
    z-index: 999;
    left: 0%;
}
.fixed-bottom .toggle_btn span {
    display: block;
    position: absolute;
    width: 25px;
    height: 1px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}
.fixed-bottom .toggle_btn span:nth-child(1) {
    top: 20px;
    left: 13px;
}
.fixed-bottom .toggle_btn span:nth-child(2) {
    top: 28px;
    left: 13px;
    width: 20px;
}
.fixed-bottom .toggle_btn.open  span:nth-child(1) {
    top: 14px;
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}
.fixed-bottom .toggle_btn.open  span:nth-child(2) {
    width: 25px;
    top: 33px;
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}
#navArea.cp-nav #mask {
    display: none;
    transition: all .5s;
}
#navArea.cp-nav #mask.open  {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}

/*ボタン*/
#navArea.cp-nav .nav__wrap .nav-inner .nav_btn{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin: 1em 0;
}
#navArea.cp-nav .nav__wrap .nav-inner .nav_btn a{
    text-align: center;
    color: var(--subcolor);
    width: calc(100% / 2 - 5px);
    padding: 10px 0;
    border-radius: 5px;
    background-color: #fff;
    font-size: 1.2rem;
    border: 1px solid var(--subcolor);
}

#navArea.cp-nav .nav__wrap .nav-inner .nav_btn a:nth-child(1){
    color: #fff;
    background-color: var(--bgcolor);
    border: 1px solid var(--maincolor);
}

@media only screen and (min-width:412px){
    .logo img{
        width: 70%;
    }
    .toggle_btn span:nth-child(1),
    .toggle_btn span:nth-child(2){
        left: 15px;
    }

    .originalFurisode_wrap .deco{
        bottom: 2.5%;
    }

    .m-visitorBenefits_area .m-inner {
        width: 90%;
    }
    .visitorBenefits_box &gt; div:nth-child(2) {
        margin-top: 2em;
    }

    .shopCampaign_wrap .point {
        width: 4.5em;
        left: 83%;
    }
    .shopCampaign_wrap .fukidashi p {
        font-size: 1.2rem;
    }
    .shopCampaign_wrap h3 {
        font-size: 2rem;
    }
    .shopCampaign_wrap span.hl {
        font-size: 1.8rem;
    }
    .shopCampaign_wrap span.yen {
        font-size: 2.4rem;
    }
}
@media only screen and (min-width:430px){
    h2{
        font-size: 2.2rem;
    }
    .visitorBenefits_box .present div:first-child{
        width: 35%;
    }
}
@media only screen and (min-width:500px){
    .sp-500{display: none;}
    .pc-500{display: block;}

    /*a.link-btn::before {
        left: 87.7%;
    }*/

    .news_area__box h2 {
        width: 32%;
    }
    .news_area__box p {
        width: 68%;
    }

    .m-cv_area .m-inner{
        width: 90%;
    }

    .originalFurisode_wrap .deco {
        left: 85%;
    }

    /*ご来場特典*/
    .visitorBenefits_box {
        gap: 25px;
    }
    .visitorBenefits_box .present_box {
        margin-top: 3em;
    }
    .visitorBenefits_box .fukidashi p {
        font-size: 1.4rem;
    }
    .visitorBenefits_box h3 {
        font-size: 2.2rem;
    }

    /*キャンペーン*/
    .shopCampaign_wrap .comment {
        font-size: 1.4rem;
        margin-bottom: 1em;
    }
    .shopCampaign_wrap .subbox .comment {
        font-size: 1.2rem;
    }
    .shopCampaign_wrap .point {
        width: 5.2em;
    }
    .icon01 {
        margin-top: 0;
    }
    .shopCampaign_wrap h3{
        font-size: 2.2rem;
        line-height: 1.3;
        letter-spacing: 2px;
    }
    /*.shopCampaign_wrap span.yen {
        font-size: 3.4rem;
    }*/

    /*振袖コレクション*/
    .m-colSlider_area .m-col_container .arrow_box::before {
        left: 5%;
    }
    .visitBenefits_wrap div:nth-child(2) {
        width: 35%;
    }

    /*2つの特典*/
    .m-shopBenefits_area h2 img {
        width: 70px;
    }
    .m-shopBenefits_area h2 .hl {
        font-size: 3.2rem;
    }
    .shopBenefits_wrap__box .exp span.yen{
        font-size: 3.6rem;
    }
    .shopBenefits_wrap__box .exp span.hl{
        font-size: 2.2rem;
    }
    .shopBenefits_wrap__box h3 img{
        height: 50px;
        width: auto;
    }

    /*コレクション*/
    .collection_wrap div:nth-child(3) {
        top: 19em;
    }

    /*さらに*/
    .plus::after {
        left: 50.5%;
    }
    
    /*12大特典*/
    .luxurybenefits_box {
        padding: 15px 10px 15px 10px;
    }
    .luxurybenefits_box div h3 {
        font-size: 1.6rem;
    }
    .luxurybenefits_box div:nth-child(1){
        width: 70px;
        margin-right: 10px;
    }
    .m-shopBenefits_area .note{
        width: 100%;
    }

    /*前撮り*/
    .m-prePhoto_area h2 {
        font-size: 2.8rem;
    }
    .prePhoto_box h3{
        font-size: 2rem;
    }

    /*ドレス撮影*/
    .m-dressShooting_area h2 {
        font-size: 3.2rem;
    }

    /*よくある質問*/
    .m-faq_area .hl {
        font-size: 1.8rem;
    }

}

@media only screen and (min-width:600px){
    a.link-btn {
        width: 300px;
    }
    a.check-btn::after{
        right: 11.6%;
    }

    .parallax_content{
        background-size: contain;
    }

    .visitorBenefits_wrap h2 {
        font-size: 2.4rem;
    }
    .shopCampaign_wrap h2 {
        font-size: 2.4rem;
    }

    /*選べる特典*/
    .m-shopBenefits_area h2 {
        font-size: 2.4rem;
    }
    .shopBenefits_wrap__box p {
        font-size: 1.8rem;
    }
    .shopBenefits_wrap__box .exp span.yen {
        font-size: 3.6rem;
    }

    /*12大特典*/
    .m-luxurybenefits_area .m-title h2 {
        width: 60%;
    }
    .luxurybenefits_box {
        padding: 15px;
    }
    .luxurybenefits_box div:nth-child(2) {
        margin: 1% 10px 0 0;
    }
}

@media only screen and (min-width:768px){
    .logo img{
        width: 50%;
    }

    section.head .right .btn{
        font-size: 1.4rem;
    }
    section.head .right .btn a {
        padding: 12px 0;
    }
    section.head .right a.btn-flat{
        font-size: 1.4rem;
    }

    .visitorBenefits_box h3{
        font-size: 1.8rem;
    }

    /*12大特典*/
    .m-luxurybenefits_area .m-title h2 {
        width: 380px;
        margin-bottom: 0.5em;
    }
    .luxurybenefits_wrap:nth-child(2) .luxurybenefits_box div:nth-child(1),
    .luxurybenefits_wrap:nth-child(4) .luxurybenefits_box div:nth-child(1),
    .luxurybenefits_wrap:nth-child(8) .luxurybenefits_box div:nth-child(1),
    .luxurybenefits_wrap:nth-child(10) .luxurybenefits_box div:nth-child(1),
    .luxurybenefits_wrap:nth-child(11) .luxurybenefits_box div:nth-child(1){
        width: 60px;
    }
    .luxurybenefits_box {
        padding: 25px 20px;
    }
    .luxurybenefits_box::before, 
    .luxurybenefits_box::after {
        width: 10px;
        height: 10px;
    }
    .luxurybenefits_box div:nth-child(2) {
        width: 60%;
        margin: 1% 8px 0 0;
    }
    .luxurybenefits_box div:nth-child(3) {
        width: 40%;
    }

    .collection-h__bg img{
        width: 40%;
        margin: 0 auto 2.5em;
    }
    .collection_taste img{
        margin: 1em auto;
    }

    a.link-btn::after{
        right: 10%;
    }

    a.check-btn::after {
        right: 11.6%;
    }
    

    /*お問い合わせ*/
    .m-contact_area{
        padding: 3em 0;
    }
    .m-contact_area .con_num_tel a.con-tel{
        font-size: 2.5rem;
    }
    .m-contact_area .con_num_tel a.con-tel::before{
        top: calc(50% + 2px);
        font-size: 22px;
    }
    .m-contact_area .con_num_tel .con_num_timearea .con_num_time{
        font-size: 1.5rem;
    }
    .m-contact_area .con_num_tel .con_num_timearea span{
        font-size: 1.6rem;
    }
    .m-contact_area .con-insta_head span,
    .m-contact_area .con-line_head span{
        font-size: 1.6rem;
    }
    .m-con_flex{
        margin: 0 auto;
    }

    /*固定*/
    .fixed-bottom .nav-wrap .nav__box:last-child{
        width: 40%;
    }
    .toggle_btn span:nth-child(1), .toggle_btn span:nth-child(2) {
        left: 29px;
    }
    
    #navArea.cp-nav .nav__wrap{
        right: -320px;
        width: 320px;
    }
    #navArea.cp-nav .nav__wrap .nav-inner {
        display: block;
        padding: 20px 20px 50px 20px;
    }
    #navArea.cp-nav .nav__wrap .nav-inner ul{
        width: 100%;
    }
    #navArea.cp-nav .nav__wrap .nav-inner .nav_btn{
        flex-direction: row;
    }
    .accordion .sub__box a::before{
        content: unset;
    }
    .nav_btn a{
        font-size: 1.2rem;
    }
}
@media only screen and (min-width:800px){

    /*固定*/
    .fixed-bottom{
        width: 500px;
        margin: 0 auto;
    }
    .fixed-bottom .nav-wrap .nav__box:first-child{
        border-left: 1px solid var(--maincolor);
    }
    .fixed-bottom .nav-wrap .nav__box:last-child{
        border-right: 1px solid var(--maincolor);
    }
}

@media only screen and (min-width:980px){
    .campaign_463_ver1_1{
        padding-bottom: 0;
    }
    .fixed-bottom{
        display: none;
    }
    .fixed-nav{
        display: block;
        position: fixed;
        top: 2em;
        left: 3%;
    }
    .fixed-nav img{
        width: 150px;
    }
    .fixed-nav ul{
        margin: 2em 0 0 1em;
        line-height: 1.8;
    }
    .fixed-nav ul li:not(:last-child){
        margin-bottom: 1em;
    }
    .fixed-nav ul li a{
        letter-spacing: 1px;
        font-weight: 600;
    }

    .nav_list.now{
        list-style: circle;
    }
    .nav_list.now a{
        color: #D6A0A7;
    }

    .fixed-reserve{
        position: fixed;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: space-between;
        bottom: 3em;
        right: -10%;
        gap: 10px;
        width: 26%;
    }
    .fixed-reserve div{
        width: 48%;
    }
    .fixed-reserve div a{
        display: block;
        text-align: center;
        font-size: 1.4rem;
        padding: 0.8em;
        border-radius: 50px;
    }
    .fixed-reserve .reserve-1 a{
        color: #fff;
        background-color: #E7778C;
        border: 1px solid #E7778C;
        transition: .2s;
    }
    .fixed-reserve .reserve-1 a:hover{
        color: #E7778C;
        background-color: #EDE8E9;
    }
    .fixed-reserve .reserve-2 a{
        color: #E7778C;
        border: 1px solid #E7778C;
    }
}

@media only screen and (min-width:1410px){
    .fixed-reserve{
        flex-direction: row;
        right: 3%;
    }
}

.main_pink{ color: var(--allmain); }
.main_pink_tag{ background:var(--allmain); color:#fff; border-radius: 0.2em; padding:0.1em 0.5em; margin-left:0.1em; display:inline-block;}
.deep_pink {
    color: var(--allmain);
}
.exp ul{ padding-left: 2em; list-style: disc; }
.exp ul li{ font-weight: normal; font-size: 1.6rem; }
.cashback_sec{ background: linear-gradient(to right, #e5f7fb, #fff3f3); padding-top: 2em; }
.weight_normal{ font-weight: normal; }
.cashback_sec .visitorBenefits_box, 
.cashback_sec .visitorBenefits_wrap h2{ margin-bottom:none; }
.cashback_sec .visitorBenefits_wrap h2{ margin-bottom:1em; }
.cashback_sec .exp p{text-align:center; font-size:1.8rem; color:#333;}

a.cta_shop_list_bt {
    border-radius: 0;
    width: 100%;
    border: 1px solid #333;
    font-size: 1.5rem;
    color: #333;
    background: transparent;
    display: block;
    padding: 1em;
    display: block;
    padding: 0.8em 1em;
    text-align: center;
    margin-top:1em;
}
a.cta_shop_list_bt img{ height:0.1rem; width:auto; margin-left:0.1em; }


a.campaign-cv.line_consult{
background: linear-gradient(to top, #01b901, #56dc3f);
}

.cta_btns .m-inner{
    width: 90%;
    margin-bottom: 0;
}
.cta_copy {
    position: relative;
    margin-bottom: 0.5em;
    top: 0em;
    left: 50%;
    transform: translateX(-50%);
    color: #333!important;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    padding: 0.3em 0.8em 0.2em;
    border-radius: 50px;
    display: inline-block;
    background-color: #fff;
    overflow: hidden;
}
.cta_price{ color:#333!important; font-size:larger; font-weight:bold; }
.shooting_set{ text-align:center; font-size:2rem;margin-bottom:1rem;}
.shooting_set img{ height:1.4em; width:auto; margin-bottom:1em;}


.present_condition {
    width: 34rem;
    text-align: center;
    color: #333;
    padding: 1rem 2rem;
    margin: 0 auto;
    background: linear-gradient(90deg, #efd78f 0%, #fff3d5 30%, #e8d696 60%, #f4e4b0 80%, #e9d489 95%);
}
.present_box .present_condition{ width:100%; margin-bottom:5rem; }
.present_condition::last-child{margin-top:3rem;}

.m-visitorBenefits_area .limited{ margin-bottom: 1.5rem; }

.sec_box{ overflow:visible; }

.shopCampaign_wrap .point { top: 250px; }
@media only screen and (max-width:1280px){
    .shopCampaign_wrap .point { top: 21rem; }
}</pre></body></html>