﻿/* ------------- my css ------------- */


@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&family=Meddon&family=Oooh+Baby&display=swap');

/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #1a1a1a; 
    --color2: #efefef; 
    --color3: #474747; 
    --color4: #d8d8d8; 
    --black: #151a1e; 
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


/*自動リンク設定*/
.linkStyle{
    color:var(--color3);
    border-bottom: 1px solid var(--color3);
    padding-bottom: 5px;
}
.linkStyle:hover{
	opacity:0.7
}

#wrap{
    min-width: 1200px;
}

@media screen and (max-width: 768px) {
    #wrap{
    min-width: auto;
}
}
.point_no{
    pointer-events: none;
}

/*-------------font--------------*/
.meddon {
  font-family: "Meddon", cursive;
  letter-spacing: 0 !important;
}
.homemade {
  font-family: "Homemade Apple", cursive;
  letter-spacing: 0 !important;
}
.oooh-baby {
  font-family: "Oooh Baby", cursive;
  letter-spacing: 0 !important;
}


/*-------------header--------------*/
#pc_nav{
    display: none;
}

#logo{
    display: none;
}

/*#logo img{
    opacity: 0;
    max-width: 150px;
}
#header.active #logo img {
    opacity: 0;
    max-width: 150px;
}*/
.shop_link{
    display: none;
}
@media screen and (max-width: 667px) {
    #header {
        background: transparent;
    }
    #nav_menu {
        position: fixed;
    }
}


/*-------------FV--------------*/
#main_img{
    min-height: 600px;
}

#main_img::before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.26;
    background-color: #000;
}

#main_img .main_txt{
    z-index: 3;
    width: 75%;
    max-width: 850px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
}
#main_img .main_txt2{
    z-index: 2;
    width: 70%;
    max-width: 500px;
        top: 27%;
    left: 64%;
    transform: translate(-50%, -50%);
}
#main_img .main_txt3{
    z-index: 2;
    width: 26%;
    max-width: 300px;
    bottom: -30px;
    right: 0;
}

@media screen and (max-width: 768px) {
    #main_img{
    min-height: none;
}

    #main_img .main_txt{
    width: 55%;
    max-width: 850px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
}
#main_img .main_txt2{
    width: 70%;
    max-width: 310px;
        top:34%;
    left: 64%;
    transform: translate(-50%, -50%);
}
#main_img .main_txt3{
    width: 30%;
    max-width: 300px;
    bottom: -30px;
    right: 0;
}
}

@media screen and (max-width: 667px) {
    #main_img {
        margin-top: 0;
        height: 70vh !important;
    }
    #main_img .main_txt {
        width: 85%;
        transform: translate(-50%, -38%);
    }
    #main_img .main_txt2 {
        top: 38%;
        width: 55%;
        left: 70%;
    }
    
        #main_img .main_txt3 {
        width: 40%;
        bottom: -20px;
        }
        
}



/*-------------TOP--------------*/
#contents_links{
    display: none;
}
.more_bt a{
        font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
 .top_cms_title p {
    width: 100%;
}

    #page-top {
        background-color: var(--color2);
    }

@media screen and (max-width: 667px) {
    #page-top {
        right: 0px;
    }
    #page-top a {
    width: 40px;
    height: 40px;
    }
    
}

/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 10px;
    right: 70px;
    z-index: 10;
    width: 20%;
    max-width: 200px;
    transition: 0.5s;

    margin: auto;
}


#fix_bnr:hover{
    opacity: 0.7;
}
@media screen and (max-width: 768px){
#fix_bnr{
    max-width: 400px;
}

}
@media screen and (max-width: 667px){
#fix_bnr {
    width: 30% !important;
    right: 45px;
    bottom: 10px;

}
}

.vibrate-realistic, #fix_bnr a:hover img {
  animation: realisticVibrate 2s infinite;
  display: inline-block;
}

/* fix_bnr end ---------------------------------------------------------------------------------------------*/

/*-------------menu--------------*/
.overlay.open .menu_bg_box {
    display: none;
}
#overlay .menu_logo{
    bottom: 0;
    left: 20px;
    width: 28%;
    max-width: 500px;
    z-index: 999;
        
    opacity: 0;
}
#overlay.open .menu_logo{
    opacity: 1;
transition: 1s;
}
.overlay .sns_links li {
    max-width: 30px;
}
.overlay .menu_bg_box_wrap {
    width: 0;
}
.overlay .menu_box{
    padding-left: 0;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 667px) {
    #overlay .menu_logo {
        left: auto;
        right: 10px;
        width: 40%;
    }
    .overlay .menu_box{
        width: 80%;
        max-width: 80%;
        padding-top:40px;
    }
}

/*-------------footer -------------*/

.map{
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    footer .bg_box {
        height: 200px;
    }
}
@media screen and (max-width: 667px) {
.map{
    padding-right: 0;
}
}
/*下層*/

.cate_list li a::before {
    top: 12px;
}
@media screen and (max-width: 667px) {
    .cate_list li a::before {
        top: 11px;
    }
}

/*-------------お問い合わせ -------------*/
.button a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 26px;
}
.button a:hover {
    background: #333;
    color: #FFF;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}

@media screen and (max-width: 667px) {
    .button a {
        font-size: 20px;
    }
}


/*プライバシーポリシー*/
#google_privacy a {
    color: var(--color3);
}