﻿/* タブレット ----*/
@media screen and (max-width: 768px){
    
}
/* スマホ -----*/
@media screen and (max-width: 667px){
    
}

/*ロゴフェードアウト*/
.fadeOut{
animation-name: fadeOutAnime;
animation-duration:1.3s; /* アニメーション時間 */
animation-delay: 5.5s; /* 〇秒後に変化 */
animation-fill-mode:forwards;
opacity: 1;
}

@keyframes fadeOutAnime{
  0% {
    opacity: 1;
    filter: blur(0px);
    transform: scale(1);
    pointer-events: auto;
  }

  100% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(1.02);
    pointer-events: none;
  }
}

/*イラスト*/
.dec1{
    max-width: 350px;
    width: 30%;
    top: 0px;
    right: 0;
    z-index: 2;
}
.dec2{
    max-width: 350px;
    width: 20%;
    bottom: -330px;
    left: 2%;
    z-index: 2;
}
#contents1 .con_img,#contents2 .con_img{
    position: relative;
}
/*#contents1 .con_img::before,#contents2 .con_img::before{*/
/*    content: "";*/
/*    background-image: url(./Dup/img/dec03.png);*/
/*    width: 20%;*/
/*    height: 100px;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*}*/

.dec3_1{
    max-width: 350px;
    width: 20%;
    bottom: -5%;
    left: 27%;
    z-index: 1;
}
.dec3_2{
    max-width: 350px;
    width: 20%;
    bottom: 0;
    right: 2%;
    z-index: 1;
}

.dec4{
    max-width: 350px;
    width: 20%;
    top: -70px;
    left: 2%;
    z-index: 2;
}

#top_cms .dec1{
    z-index: -1;
}

.dec5{
    max-width: 350px;
    width: 10%;
    bottom: 20%;
    left: 0;
    z-index: 2;
    opacity: 0.6;
}
/* タブレット ----*/
@media screen and (max-width: 768px){
    #intro_wrap,#contents3 .con_box {
        position: relative;
        z-index: 2;
        background-color: rgba(255,255,255,0.7);
        background: linear-gradient(0deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 80%);
    }
    .dec2{
    width: 18%;
    bottom: -145px;
    left: 0.5%;
    z-index: 1;
    }
    .dec3_1 {
    width: 20%;
    bottom: 20%;
    left: 25%;
    z-index: 1;
    }
    .dec3_2 {
    width: 20%;
    bottom: 25%;
    right: 56%;
    z-index: 1;
    }
    .dec4 {
    width: 35%;
    top: -67%;
    left: 2%;
    z-index: 1;
    opacity: 0.5;
    }
    #top_cms .dec1{
        opacity: 0.5;
    }
    .dec5{
        width: 15%;
        z-index: 1;
    }
}
/* スマホ -----*/
@media screen and (max-width: 667px){
    #contents2 .con_box{
        margin-top: 15%;
    }
    .dec2{
        width: 30%;
        bottom: -98px;
    }
    .dec3_1 {
    width: 35%;
    bottom: 60%;
    left: auto;
    right: 1%;
    }
    .dec3_2 {
    width: 35%;
    top: 20%;
    bottom: auto;
    right: 1%;
    }
    .dec4{
        top: -90px;
    }
}


/*TOP*/
#info_contact .con_img:before{
    background-color: rgba(255, 200, 226, .6);
}
@media screen and (max-width: 768px){
    .intro_txt,#contents1 .con_txt,#contents2 .con_txt,#contents3 .con_txt{
        letter-spacing: 0em;
    }
    #contents1 .con_box{
        margin-top: 15%;
    }
    #contents1 .num,#contents2 .num{
        left: 50%;
    }
    #contents3 .con_box{
        padding: 6% 3%;
    }
}
@media screen and (max-width: 667px){
    #intro .num{
        font-size: 30px;
        top: -30px;
    }
    .intro_title h3,#contents3 h3,#contents3 span{
        letter-spacing: -0.04em;
    }
    .intro_txt span{
        letter-spacing: -0.02em;
    }
    #contents1 .line:before, #contents2 .line:before{
        left: 50%;
        transform: translateX(-50%);
    }
}

/*メインイメージ*/
#main_img:before{
        background-color: rgba(247, 198, 227, .2);
}
#main_img .menu {
    top: 53%;
}
#top_pc_nav{
    padding: 20px 0px 20px;
    background: #ed1e79;
    background: linear-gradient(140deg, rgba(205,21,102,0) 20%, rgba(205,21,102,0.8) 40%, rgba(205,21,102,0.8) 60%, rgba(205,21,102,0) 80%);
    margin-top: 30px;
}
@media screen and (max-width: 667px){
    #main_img .menu{
        /*display: none;*/
    }
}

/*そのほか*/
.nav_menu_more:first-of-type a .icon:before{
    content: "\f4ad";
}
.back1:before,.back2:before{
    background-color:rgba(255, 216, 239, .30)!important;
}

#top_cms.back1:before{
    left: auto;
    right: 0;
}
#top_cms{
    padding-top: 50px;
}
.hannari{
    font-family: 'Kiwi Maru', serif;
    /*font-family: 'Zen Kaku Gothic Antique', sans-serif;*/
}


/*キャッチコピー*/
.top_catch{
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 2.9rem;
    text-shadow: 0 0 8px #d5397e;
    margin-top: 20px;
}
.top_catch2{
    font-size: 42px;
    color: #fffca7;
}
.catch {
    display: none;/* 検討中 */
    z-index: 3;
    position: absolute;
    top: 40%;
    left: 1%;
    transform: translate(0, -50%);
    width: 40%;
}
@media screen and (max-width: 768px){
    .catch {
        /*top: 50%;*/
        width: 35%;
    }
    .top_catch{
        letter-spacing: 0em;
        font-size: 28px;
        background: linear-gradient(140deg, rgba(205,21,102,0) 20%, rgba(205,21,102,0.4) 40%, rgba(205,21,102,0.4) 60%, rgba(205,21,102,0) 80%);
    }
    .top_catch2{
        font-size: 38px;
    }
}
@media screen and (max-width: 667px){
    .catch {
        width: 50%;
        left: 5%;
    }
    .top_catch{
        margin-top: 10px;
        color: #fff1f8;
        font-size: 16px;
        line-height: normal;
    }
    .top_catch2{
        font-size: 21px;
    }
}


/*ロゴ*/
.menu a{
    max-width: 350px;
}

header.scr_header #logo{
    max-width: 130px;
}
#logo{
    max-width: 150px;
}
@media screen and (max-width: 768px){
        header.scr_header #logo{
        max-width: 90px;
    }
        #logo{
        max-width: 110px;
    }
}
@media screen and (max-width: 667px){
    header.scr_header #logo{
    max-width: 60px;
}
    #logo{
    max-width: 60px;
}
.menu .width_200-max_sp{
    max-width: 105px;
}
}



/*フッター*/
#footer_nav li a::after{
    background: #eb9fc4!important;
}
#h1txt,#footer_txt{
    letter-spacing: 0em;
}

/*初めての方へ*/
.qa_type5 .box_wrap{
    display: block!important;
}

.qa_type5 .faq_no {
    color: #c42b87;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    top: -10px;
    left: 0;
	-webkit-background-clip: padding-box; 
	-moz-background-clip: padding; 
	background-clip: padding-box;
}
.qa_type5 .faq_no.bg_black{
    background-color: #c42b87;
    color: #fff;
}

.qa_type5 .box_title1, .qa_type5 .box_txt1 {padding-left: 70px;line-height: 1.7;}
/* スマホ -----*/
@media screen and (max-width: 667px){
    .qa_type5 .faq_no{
        width: 35px;
    height: 35px;
    line-height: 35px;
        top: 0px;
    }
    .qa_type5 .box_title1, .qa_type5 .box_txt1{
        padding-left: 40px;
    }
    .qa_type5 .cate_box{
        padding: 0px;
    }
    .qa_type5 .box_txt1{
        padding-bottom: 20px;
    }
}

/*お客様の声*/
.v_type3 .cate_box{
    border: 1px solid #78175f;
    background: rgba(255,255,255,0.5);
    position: relative;
    z-index: 2;
}
.v_type3 .box_title1{color: #c42b87;}
/* スマホ -----*/
@media screen and (max-width: 667px){
.v_type3 .cate_box{
    margin-bottom: 30px;
}
}
/* 閉じるボタン付き追従バナー */
.fix_banner{
	max-width: 400px;
	position: fixed;
	bottom: 45px;
	right: 60px;
	z-index: 4;
	transition: 0.5s;
}
.fix_banner .close_bt{
	position: absolute;
	bottom: 110px;
    right: 380px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: 0.5s;
	background-color: #fff;
	border: solid 2px #c42b87;
	z-index: 11;
	cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #c42b87;
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close {opacity: 0;z-index: -1;
}
.fix_banner.close2{opacity: 0;z-index: -1;}

@media  screen and (max-width: 768px){
.fix_banner{max-width: 300px;right:45px;}
.fix_banner .close_bt{bottom: 80px;right: 280px;}
}

@media  screen and (max-width: 667px){
.fix_banner{max-width: 250px;right:30px;}
.fix_banner .close_bt{
	width: 25px;
	height: 25px;
	bottom: 65px;
	right: 234px;
}
.fix_banner .close_bt span{
	width: 25px;
	height: 25px;
}
}
/* 閉じるボタン付き追従バナー end */

/* color */
.overlay{
    background: linear-gradient(135deg, rgba(255,216,104,0.9) 5%, rgba(224,68,89,0.9) 55%, rgba(196,43,135,0.9) 95%)!important;
}

#contents3_wrap:after{
    background-color: rgba(255, 203, 234, 0.5)!important;
}
#fakeloader{
    background-color: rgba(255, 203, 234, 1)!important;
}
header.scr_header{
    background-color: rgba(227, 118, 171, .7)!important;
}

#intro .num,#contents1 .num,#contents2 .num,#contents3 .num{
    color: #ffd868;
    opacity: 1;
}
@media  screen and (max-width: 768px){
    .top header{
        background-color: rgba(227, 118, 171, .7)!important;
    }
}


body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #78175f} /* メインカラー */
.txt_color2{color: #f7c6e3} /* サブカラー */
.txt_color3{color: #c42b87} /* アクセントカラー1 */
.txt_color4{color: #FFF7F0} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #e3769b} /* メインカラー */
.bg_color2{background-color: #f7c6e3} /* サブカラー */
.bg_color3{background-color: #c42b87} /* アクセントカラー1 */
.bg_color4{background-color: #FFF7F0} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #78175f}
.border_color2{border-color: #f7c6e3}
.border_color3{border-color: #c42b87}
.border_color4{border-color: #FFF7F0}


/* hover ---*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #e3769b} /* メインカラー */
.hvr_txt_color2:hover{color: #f7c6e3} /* サブカラー */
.hvr_txt_color3:hover{color: #c42b87} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #FFF7F0} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #e3769b} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f7c6e3} /* サブカラー */
.hvr_bg_color3:hover{background-color: #c42b87} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #FFF7F0} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #e3769b}
.hvr_border_color2:hover{border-color: #f7c6e3}
.hvr_border_color3:hover{border-color: #c42b87}
.hvr_border_color4:hover{border-color: #FFF7F0}


/* 自動リンク設定 */
.linkStyle{
	color:#c42b87;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color:#c42b87;
	opacity: 0.7;
	text-decoration: none;
}

#cms_1-a .pager li a:hover{
    opacity: 0.3;
}


/* 下層ページ -----------------*/
/*ページタイトル*/
#page_right{
    display: none;
}
#page_left{
    width: 100%!important;
}
#page_title:before{
    background-color: rgba(255, 243, 250, .3);
    background: linear-gradient(0deg, rgba(255,221,241,0.3) 60%, rgba(227,118,171,0.7) 95%);
}
/* タブレット ----*/
@media screen and (max-width: 768px){
    #page_title .page_title_box{
        width: 350px;
        background-color: rgba(227, 118, 155, .3);
        background: linear-gradient(90deg, rgba(227,118,155,0) 0%, rgba(227,118,155,0.7) 15%, rgba(227,118,155,0.7) 85%, rgba(227,118,155,0) 100%);
    }
}
/* スマホ -----*/
@media screen and (max-width: 667px){
    .page_title_box{
        width: 100%;
        background-color: rgba(227, 118, 155, .3);
        background: linear-gradient(90deg, rgba(227,118,155,0) 10%, rgba(227,118,155,0.3) 20%, rgba(227,118,155,0.3) 80%, rgba(227,118,155,0) 90%)!important;
    }
}

/*スマホ時文字間隔*/
@media screen and (max-width: 667px){
    
    .box_txt1,.v_type3{
        letter-spacing: 0em;
    }
    .cate_box {
        padding: 10px;
    }
}

/*店舗情報*/
@media screen and (max-width: 667px){
#page7 p{
    letter-spacing: -0.05em;
}
#page7 #info_wrap{
    padding: 3%;
}
#page7 #info_wrap .box_txt1{
    padding: 5px;
}
}
/* 問い合わせ ------*/
@media screen and (max-width: 667px){
    #page8 .tel_box a,#page8 .tel_box span{
        font-size: calc(1rem + 2px);
    }
     #page8 .tel_box a{
         padding:10px 0px;
         letter-spacing: 0.07em;
     }
    #page8 .tel_wrap{
        padding: 20px 10px;
    }
}

/*プライバシーポリシー*/
#page9 p,#page9 h3{
    letter-spacing: 0em;
}

/* サイトマップ */
#page10 span.en{
text-transform:none;
}
#page10 .con_box > div {
    margin: 2.5% auto;
}
#page10 .con_box > div a{
    padding: 0;
    padding-top: 10px;
}


/* CMSマージンパディング・文字調整 */
#cms_1-a .cate_box{
    padding-bottom: 30px;
}
#cms_1-a .cate_box,
#cms_2-c .cate,
#cms_2-a .cate_list,
#cms_3-f .cate_title{
    margin-bottom: 50px;
}
#cms_2-a .cate_box{
    margin-top: 20px;
}
#cms_3-f .box_wrap{
    margin-top: 10px;
}
#cms_3-f .cate_txt1{
    margin-top: 0px;
}
#cms_3-f .cate_txt1{
    margin-bottom: 20px;
}
#cms_3-f .sub_cate{
    margin-bottom: 40px;
}
#cms_2-a .box_txt1{
    padding-bottom: 0;
}
#cms_2-a .cate_box {
    padding-bottom: 30px;
}
#cms_2-a .box_title1{
    padding-bottom: 0px;
}
#cms_2-a .box_title1,
#cms_3-c .cate_title,
#cms_3-c .box_title1{
    font-weight: 600;
}
#cms_2-a .box_item{
    padding-right: 0px;
}
#cms_2-a .box_title1{
    padding-top: 0px;
}
#cms_4-b .cate_box{
    margin: 0%;
}
#cms_4-b .box_wrap{
    display: flex;
    justify-content: space-between!important;
}
#cms_4-b .cate_txt1{
    padding: 0%;
    padding-bottom: 2%;
}

/* タブレット ----*/
@media screen and (max-width: 768px){
    /* CMSマージンパディング・文字の調整 */
    #cms_2-a .cate_box{
        padding-bottom: 0px;
    }
    #cms_3-f h4.box_title{
        width: 60%!important;
    }
    #cms_3-f p.box_txt1{
        width: 40%!important;
    }
    #page7 .box_title1{
        padding-right:0;
    }
}

/* スマホ -----*/
@media screen and (max-width: 667px){
    /* CMSマージンパディング・文字の調整 */
    #cms_5-b .cate_box .arrow, .cms_5-b .cate_box .arrow{
        left: 0px;
    }
    #cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1{
        margin-left: 60px;
    }
    #cms_5-b .cate_box .open_bt .box_title1::before, .cms_5-b .cate_box .open_bt .box_title1::before{
        left: -20px;
    }
    #cms_1-a .cate_box,
    #cms_2-a .cate_box,
    #cms_2-c .box_item{
        padding-bottom: 15px;
    }
    #cms_2-c .box_item,
    #cms_2-a .box_title1{
        padding-top: 0px;
    }
    #cms_2-c .box_item,
    #cms_2-a .box_item{
        padding-left: 0;
        padding-right: 0;
    }
    #cms_2-a .cate_box{
        margin-top: 0px;
    }
    #cms_2-a .cate_title{
        margin-bottom: 0px;
    }
    #cms_2-a .cate_txt1{
        margin-top: 15px;
    }

    #cms_2-a .box_img1{
        margin-top: 25px;
        margin-bottom: 0px;
    }

    #cms_2-c .cate_title,
    #cms_2-a .cate_title{
        font-size: 18px;
    }
    #cms_2-c .box_txt1,
    #cms_3-c .box_title1{
        font-size: 17px;
    }
    #page8 .contact_tel p.d_inline_b{
        font-size: 18px;
    }
    #page9 h3{
        font-size: 14px;
    }
    
    #cms_2-a .cate_title{
        padding: 10px;
    }
    #cms_3-f .cate_title span{
        font-size: 17px;
        font-weight: 600;
    }
    #cms_3-f .sub_cate_title{
        font-size: 16px;
    }
    #page9 .pd_5per_tb{
        padding: 5% 1%;
    }
    #cms_6-c .cate_box{
            margin-bottom: 50px;
    }
    #cms_6-c .arrow{
        bottom: -50px;
        height: 50px;
    }
    #cms_3-f h4.box_title{
        width: 75%!important;
        letter-spacing: 0em;
    }
    #cms_3-f p.box_txt1{
        width: 25%!important;
    }
    #footer_con h2{
        letter-spacing: 0em;
    }

}

.video_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
video {
	min-width: 100%;
	min-height: 100vh;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
/* ----------　タブレット　---------- */

@media screen and (max-width: 768px){
.video_wrap {
    margin-top: 110px;
	position: static;
	overflow: hidden;
	width: 100%;
	height: auto;
	min-width: 100%;
}
video {   
	min-width: auto;
	min-height: auto;
	width: 100%;
	z-index: 1;
	position: static;
	top: 0%;
	left: 0%;
	-webkit-transform: translate(0%, 0%); 
	-ms-transform: translate(0%, 0%);
	transform: translate(0%, 0%); 
vertical-align: bottom;
}
}
@media screen and (max-width: 667px){
    .video_wrap{
        margin-top: 69px;
    }
}