﻿#page-top2{
    bottom: 20px;
    background: white;
    border-radius: 45px;
    border: 2px solid #3c3c3c;
    padding: 15px 20px;
}
#page-top2:hover {
    background: #3c3c3c;
}
#page-top2:hover .fa-angle-up:before{
    color:white;
}
#page-top2 {
    right: 20px;
    transform: translateY(-30px);
    padding: 15px 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 11;
    transition: all 0.3s;
}
.sp_menu li img {
    max-width: 25px;
    max-height: 25px;
}
.sp_menu{
line-height: 2;
transition: .3s;
z-index: 3;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 12px;
letter-spacing: 0px;
}
.sp_menu li{
width: 25%;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
box-sizing: border-box;
}
.sp_menu li:nth-of-type(1),.sp_menu li:nth-of-type(5){border-left: 1px solid #fff;}
.sp_menu li:nth-of-type(5),.sp_menu li:nth-of-type(6){border-top: none;}
.sp_menu li a {
    padding: 5px 3px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp_menu_btn{
width: 20%;
padding: 5px 9px;
position: absolute;
top: -38px;
cursor: pointer;
}
.sp_menu_btn .nav_btn{
display: inline-block;
width: 15px;
height: 15px;
margin-right: 5px;
position: relative;
top: 3px;
}
.sp_menu_btn .nav_btn span{
display: block;
background-color: #fff;
height: 3px;
width: 15px;
position: absolute;
left: 5px;
top: 5px;
transition: .3s;
}
.sp_menu_btn .nav_btn.open_btn span:nth-child(1){
transform: rotate(-55deg);
left: -1px;
width: 13px;
}
.sp_menu_btn .nav_btn.open_btn span:nth-child(2){
transform: rotate(55deg);
right: -1px;
width: 13px;
}
.sp_menu_btn .nav_btn.close_btn span{left: 0;}
.sp_menu_btn .nav_btn.close_btn span:nth-child(1){transform: rotate(45deg);}
.sp_menu_btn .nav_btn.close_btn span:nth-child(2){transform: rotate(-45deg);}
.sp_menu_btn .close,.sp_menu_btn .open{
display: inline-block;
font-size: 14px;
}
.sp_menu_btn.opennow .open{display: none!important;}
.sp_menu.navclose{bottom: -91px;}





section#main_nav {
    margin-bottom: 0;
}
.sns_link2 {
    display: flex;
    justify-content: space-around;
    max-width: 600px;
    margin: 0 auto 30px;
}
.sns_link2 a {
    width: 45%;
}
#fix_banner {
    bottom: -200px;
    right: 10px;
    position: fixed;
    width: 250px;
    z-index: 10;
    transition: all 0.4s;
}
#fix_banner:hover{
    transform:translateY(-5px);
}
#fix_banner.banner_active{
    bottom:10px;
}


#intro .intro_title {
    width: 100%;
    text-align: center;
}
/*
section#intro{
    position:relative;
}
section#intro::before {
    content: "WELCOME";
    position: absolute;
    left: 230px;
    z-index: 2;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px;
 
}

#intro.width_1280-max {
    width: 100%;
    max-width: 1600px;
}*/
#intro .slick{
    margin-left:0;
}
#svg_box{
    display:none;
}
.index header #header {
    justify-content: space-between;
}
.index header {
 
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
#main_img.width_1280-max {
    max-width: 1400px;
    pointer-events:none;
    
}
#page10 ul li a span {
    white-space: nowrap;
}
.more a{
    font-family: Arial;
}
#page-top{
    bottom: 20px;
    background: white;
    border-radius: 45px;
    border: 2px solid #3c3c3c;
    padding: 15px 20px;
}
h1 img {
    max-width: 200px;
}
#cms_6-c .cate_box{
    background: url(Dup/img/bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30%;
    border: 5px solid #5e5e5c;

}
.linkStyle{
    color:#444444;
    transition:all 0.3s;
}
.linkStyle:hover{
    opacity:0.6;
}
#main_img{
    position:relative;
    overflow:hidden;
}
@keyframes daruma{
    0%{
        transform:rotate(-5deg);
    }
    50%{
        transform:rotate(5deg);
    }
    100%{
        transform:rotate(-5deg);
    }
    
}

#ato6.svg_anime{
    animation-delay: 2.5s;}
    #ato5.svg_anime{
    animation-delay: 2s;
}#ato4.svg_anime{
    animation-delay: 1.5s;
}#ato3.svg_anime{
    animation-delay: 1s;
}
#ato2.svg_anime{
    animation-delay: 0.5s;
}
g{
    opacity:0;
}
.svg_anime{
    animation:svganime 0.5s forwards;
}
@keyframes svganime{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}
#svg_box{
    position:absolute;
    z-index:2;
    bottom:60px;
    left:-20px;
}
.shop_link a{
        font-family: Arial;
}
.intro_txt h2{
    font-size:20px;
}
.intro_txt{
    position:relative;
}
.intro_txt::before {
    width: 150px;
    height: 180px;
    position: absolute;
    content: "";
    background: url(Dup/img/daruma.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -60px;
    left: -40px;
    animation:daruma 2s linear infinite;
    transform-origin: bottom;
}
#main_txt p:last-of-type{
    margin-right:60px;
}
#main_txt{
     -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 2;
    color: white;
    right: 80px;
    top: 160px;
    color:black;
    font-size: 30px;
    letter-spacing: 4px;
}
#intro h3{
   font-family: Arial;
   font-size: 50px;
    letter-spacing: 7px;
        font-weight: bold;
    
}
figure img{
    filter:none !important;
}
#page_title{
    filter:none;
}
@media screen and (max-width:1100px){
    #main_txt{
        font-size:25px;
    }
}

/*--------------------------------------タブレット---------------------------------------------------*/
@media screen and (max-width:768px){
#intro h3 {
    font-size: 40px;
}
    #main_txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 2;
    color: white;
    right: 50px;
    top: 22px;
    font-size: 20px;
    letter-spacing: 4px;
    white-space: nowrap;
}
.intro_txt::before{
    left:-80px;
}

}

/*--------------------------------------ここまで---------------------------------------------------*/
/*--------------------------------------スマホ---------------------------------------------------*/
@media screen and (max-width:667px){
#intro h3 {
    font-size: 30px;
}
#main_img.width_1280-max {
    margin-bottom: 50px;
    margin-top: 50px;
}

  #svg_box {
    position: absolute;
    z-index: 2;
    bottom: -120px;
    left: -20px;
}
 #svg_box svg{
         width: 150px;
 }
 #main_txt {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 2;
    color: white;
    right: 10px;
    top: 12px;
    font-size: 15px;
    letter-spacing: 7px;
     white-space: break-spaces;
}
#main_txt p:last-of-type{
    margin-right:0;
}
.intro_txt::before {
    width: 100px;
    height: 120px;
    position: absolute;
    content: "";
    background: url(Dup/img/daruma.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -70px;
    left:auto;
    right:0 !important;
    animation: daruma 2s linear infinite;
    transform-origin: bottom;
}
#loader .logo {
    max-width: 200px;
}
.sns_link2 {
    flex-direction: column;
    max-width: 280px;
}
.sns_link2 a{
    width:100%;
    margin:10px 0;
}
div#fix_banner{
    display:none;
}
}

/*--------------------------------------ここまで---------------------------------------------------*/


/*2023-11-30*/
.sns_link2{position: relative;}
.sns_link2:before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(dup/img/hukidashi.png);
    width: 500px;
    height: 142px;
    top: -45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -5%;
    max-width: 270px;
    z-index: 1;
    pointer-events: none;
}
.sns_link2 a:last-of-type{display: none;}
.sns_link2 a {
    width: 85%;
}

@media screen and (max-width:667px){
    .sns_link2 a {
    width: 100%;
}
.sns_link2:before{max-width: 160px;top: -61%;}
}

/*2025-1-16*/
#top_contents1 .contents1_txt {
    margin-left: 0%; 
}
@media screen and (max-width:768px){
#top_contents1 .contents1_txt {
        width: 100% !important;
    }
}