﻿@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Shippori+Mincho+B1&display=swap');




.index ul.sns_link{
    display: none;
}

#menu_nav ul.sns_links a{
    padding: 0;
    margin-right: 5%;
    width: 30px;
}

#menu_nav ul.sns_links li{
    margin-right: 2%;
}

body{
    background-color: #fff6f6;
}

.border_color1 {
    border-color: #5b3065;
}

body, .txt_color_nomal {
    color: #602e65;
}

.txt_color3 {
    color: #845089;
}

.bg_color3 {
    background-color: #d77bae;
}

.hvr_bg_color1:hover {
    background-color: #845089;
}

#wrap.sub_page header{
    background-color: #fff6f6;
}

.bg_color4{
    background-color: #e1c2db;
}

.font_4up {
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}

#wrap.sub_page .txt_color1{
        color: #5b3065;
}

/*.nav_wrap ul.sub_page_link li:nth-child(2){
display: none;
}*/

.page_content{
    border-radius: 8px;
    border: 2px solid #5b3065;
}

.hvr_txt_color3:hover {
    color: #d77bae;
    font-weight: bold;
}

 .mg_r-5per{
     margin-right: 5%;
 }

.font_12 {
    font-size: 16px;
}

footer > div{
    display: none !important;
}

.sub_page .main_header h1 {
    max-width: 60px;
    left: 5vw;
    position: relative;
}

.sub_page #menu_bt {
    right: 5vw;
}

/*--cms2-g --*/

#cms_2-g .cate_title_wrap:before {
    display: none;
}

#cms_2-g .cate_title_wrap{
    width: 55% !important;
    padding-bottom: 0;
}

#cms_2-g .cate_title span{
    margin-top: 50px;
    display: block;
}

#cms_2-g .cate_title {
    line-height: 1;
    font-size: 2.5em;
    padding: 40px 30px;
    border: none;
}

#cms_2-g .box_wrap{
    margin-top: 0px;
}

.index main{
    display: none;
}

.index #menu_bt{
        transform: translateX(80px);
}

.index .main_header{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}



#page_scroll {
   display: none;
}

#wrap.index{
    overflow: hidden;
    background-image: url(./Dup/img/back.svg);
    background-position: bottom center;
    background-size: 100%;
    height: 100vh;
    min-width: 1024px;
    width: auto;
    max-width: 1920px;
}

#wrap{
    min-width: 1024px;
}


#menu_bt span {
    width: 60px;
    background-color: #391c3c;
    height: 2px;
}

#menu_bt {
    background-color: transparent;
}

div#menu_nav > span{
    background-color: #ecbed8;
}

.bg_color1 {
    background-color: #5b3065;
}

h1#logo2{
        max-width: 100px;
    display: block;
}

body{
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

nav_tel, .main_page_link_span, .main_img_txt, .main_img_txt2, .contents1_title, .contents1_subtitle, .more_btn, .about_area_title, .contents_no, .contents2_title, .contents3_title, .modal_txt_wrap h2, .top_cms_title, .footer_tel, .footer_mail, #page_title, #page8 #phone a, #page9 h3, #page10 li a {
    
    font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
    
}

.nav_tel{
    display: none;
}

/*div.btn{
    position: absolute;
    bottom: 0;
    right: 60px;
    max-width: 190px;
    cursor: pointer;
}*/

footer div.btn {
    position: absolute;
    top: -55px;
    right: 60px;
    max-width: 190px;
    cursor: pointer;
}

footer{
        z-index: 12;
    width: 100%;
    position: fixed;
        bottom: -240px;
        transition: all 0.3s;
}

.apea{
    bottom:0px;
    transition: all 0.3s;
    opacity: 0;
}

.footer_bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fff9fd;
    z-index: -1;
}

.main_img{
    opacity: 0;
}


/*--やみと start--*/

.yamito{
    position: absolute;
    bottom: 10%;
    bottom: 3vw;
    left: 50%;
    width: 25%;
    width: 30%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}

.yamito img , .bag img {
    transition: all 0.3s;
}

.yamito:hover > a img{
    transition: all 0.3s;
    transform: scale(1.05);
}

.yamito .icon{
    position: absolute;
    top: -15%;
    top: -4.5vw;
    left: 44%;
    transform: translate(-50%, -50%);
    max-width: 120px;
    opacity: 0;
    width: 35%;
}

.bag .icon{
    position: absolute;
    top: -15%;
    top: -4.5vw;
    left: 44%;
    transform: translate(-50%, -50%);
    max-width: 120px;
    opacity: 0;
    width: 150%;
    display: none;
}

.table .icon{
    position: absolute;
    top: -15%;
    top: -4.5vw;
    left: 44%;
    transform: translate(-50%, -50%);
    max-width: 120px;
    opacity: 0;
    width: 115%;
    display: none;
}


.yamito:hover > .icon{
    transition: all 0.3s;
    opacity: 1;
}



/*--やみとバッグ--*/

.bag{
    width: 5.5%;
    position: absolute;
    /* transform: translate(-50%, -50%); */
    bottom: 25vw;
    left: 37%;
    z-index: 1;
}

.bag:hover > a img{
    transition: all 0.3s;
    animation: katakata 4s step-start 0s infinite normal;
}

.bag:hover > .icon{
    transition: all 0.3s;
    opacity: 1;
    display: block;
}

@keyframes katakata {
  0% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
            transform: translate(0, -2px) rotate(6deg);
  }
  10% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(0, 0) rotate(-6deg);
            transform: translate(0, 0) rotate(-6deg);
  }
  30% {
    -webkit-transform: translate(0, -2px) rotate(0deg);
            transform: translate(0, -2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
            transform: translate(0, -2px) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(2px, 0) rotate(-2deg);
            transform: translate(2px, 0) rotate(-2deg);
  }
  60% {
    -webkit-transform: translate(0, 2px) rotate(0deg);
            transform: translate(0, 2px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(0, 0) rotate(6deg);
            transform: translate(0, 0) rotate(6deg);
  }
  80% {
    -webkit-transform: translate(2px, 0) rotate(-2deg);
            transform: translate(2px, 0) rotate(-2deg);
  }
  90% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, -2px) rotate(6deg);
            transform: translate(0, -2px) rotate(6deg);
  }
}

/*--やみと table--*/

.table{
    position: absolute;
    bottom: 10%;
    bottom: 15vw;
    left: 17%;
    width: 15%;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
}

.table > img.sumaho{
    width: 30%;
    position: absolute;
    top: 15%;
    left: 40%;
    pointer-events: none;
}

.table a{
    display: block;
}

.table:hover > .icon{
    transition: all 0.3s;
    opacity: 1;
    display: block;
}

.table:hover > img.sumaho{
    animation: hurueru .1s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-2deg);
  }
  50% {
    transform:translate(0, -2px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(2deg);
  }
}

#page_title::before {
    background: rgba(0, 0, 0, 0);
}

#page_title .title_box {
    border-top: none;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
}

.page_title_inner{
    display: none;
}

#page_title{
     background-color: #9e60a4;
}

.sub_page footer{
        z-index: 12;
    width: 100%;
    position: relative;
    bottom: 0px;
    transition: all 0.3s;
}

#cms_2-g .cate_img1 {
    max-height: 100%;
    top: -20px;
    border-radius: 50%;
    overflow: hidden;
    max-width: 360px;
    margin-right: 3%;
}

.txt_color1 {
    color: #d77bae;
}

.cate_list_wrap{
    display: none;
    opacity: 0;
    margin-bottom: 0;
}


/*--page08 design--*/

#page8 #phone{
    display: none;
}

#page8 .cate_title{
        text-align: center;
    border: none;
    margin-bottom: 50px;
    margin-top: 30px;
}

.vanish{
    display: none;
}

#page8 button {
    border-radius: 5px;
}

/*--page07 design--*/
#page7 .page_content{
       padding: 60px 30px;
}

.map{
    display: none;
}

.only{
    height: 100vh;
}

.only span.wrap_bg{
    height: 100vh;
}

.only footer{
    position: absolute;
}

.linkStyle{
color: #d77bae;
}

.bg_black {
    background-color: #5b3065;
}


.stamp .cate_list{
    display: block;
    opacity: 1;
    margin-bottom: 30px;
}

.stamp .cate{
    margin-bottom: 0;
}


#wrap.index span.wrap_bg{
    opacity: 0;
}

.box_link img {
    width: auto;
    height: auto;
    max-width: 500px;
}

.stamp #page4 #cms_2-g .cate_txt2, .stamp #page5 #cms_2-g .cate_txt2{
    font-size: 15px;
}


/*--20250212 correct start--*/

#cms_2-g .cate_title {
    font-size: calc(1rem + 14px);
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
}

#cms_2-g .box_wrap {
    padding-left: 20px;
}

/*@keyframes hurueru_sp {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(1px, 1px) rotateZ(0.5deg);}
    50% {transform: translate(0px, 1px) rotateZ(0deg);}
    75% {transform: translate(1px, 0px) rotateZ(-0.5deg);}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}*/

@keyframes hurueru_sp {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0.5px, 0.5px) rotateZ(0.2deg);}
    50% {transform: translate(0px, 0.5px) rotateZ(0deg);}
    75% {transform: translate(0.5px, 0px) rotateZ(-0.2deg);}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


/*--20250212 correct end--*/


/* ---------- ipad pro veretical---------- */
@media screen and (max-width: 1366px){

}

/* ---------- ipad pro veretical---------- */
@media screen and (max-width: 1366px){

}

/*--下層ページヘッダー調整--*/
@media screen and (max-width: 1280px){
    .sub_page .main_header h1 {
    left: 10px;
}

.sub_page #menu_bt {
    right: 30px;
}
}


/* ---------- cms 2-g カテゴリ画像用---------- */
@media screen and (max-width: 1100px){
#cms_2-g .cate_img1{
        width: 80% !important;
        top: 0px;
        margin: auto;
        margin-top: 20px;
}
}


/* ---------- ipad pro veretical---------- */
@media screen and (max-width: 1028px){

.bag {
    bottom: 28.7%;
}

.yamito {
    bottom: 3.5%;
}

.table {
    bottom: 17%;
}

}





/* ---------- ipad ---------- */
@media screen and (max-width: 768px){

#wrap{
    min-width: 100%;
}

.icon{
    opacity: 0 !important;
    display: none !important;
}

.bag > a img{
    animation: katakata 4s step-start 0s infinite normal;
}

.table > img.sumaho{
    animation: hurueru .1s  infinite;
}

.yamito > a img{
    animation: fuwafuwa 3s ease-in-out infinite alternate;
}

#cms_2-g .box_wrap {
    padding-left: 0px;
}


}



/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#cms_2-g .cate_title_wrap {
    width: 100% !important;
    padding-bottom: 0;
    margin-right: 0;
}

#cms_2-g .cate_title {
    padding: 40px 10px;
            font-size: 20px;
}

#wrap.index {
    background-size: 270%;
    min-width: auto;
}

.index #menu_bt {
     transform: translateX(0px); 
}

#menu_bt span {
    width: 50px;
}

    .table {
        bottom: 27.45%;
        left: 0%;
        /*width: 33%;*/
        width: 37%;
    }

.yamito {
    /*width: 65%;*/
    width: 80%;
    left: 45%;
}

.bag {
    width: 20%;
    /*left: 35%;*/
    left: 38%;
    bottom: 33.7%;
    z-index: 2;
}


#page_title .title_box {
    width: 100% !important;
}

#page_title{
    margin-bottom: 50px;
}

.box_link img {
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
    padding-right: 30px;
}

    .table > img.sumaho {
        animation: hurueru_sp .1s infinite;
    }

}

/*--pcでスマホくらい小さくしたとき用--*/

@media screen and (max-width: 667px) and (min-height: 890px) {
    
    .bag {
        bottom: 44.7%;
    }
    
    .table {
        bottom: 32.45%;
    }
    
}

/*--pcでスマホくらい小さくしたとき用ここまで--*/

@media screen and (max-width: 375px) and (min-height: 812px) {
        #wrap.index {
        background-size: 330%;
    }
}


@media screen and (max-width: 376px){
    .bag {
        bottom: 48%;
    }
    
    .table {
    bottom: 36.5%;
    }
    
}