body{
    margin: 0px;
background-color: white;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-family: 'Zen Maru Gothic', sans-serif;
}

/* スライド */
.slider{
    padding: 0;
    margin: 0;
   
    width: 100%;
    position: relative;
   
}
ul {
    padding: 0;
    margin: 0;
}
.s_img{
    width: 100%;
    height: 400px;
    object-fit: cover; /* 🖐 */
    border: dashed 1px silver; /* 分かりやすくするために */
}

li button::before{
    font-size: 50px !important;
}
.slick-next::before {
    display: none;
}
.slick-prev:before {
    display: none;
}

.logo{
   padding-top: 0.4%;
   padding-bottom: 0.4%;
    width: 8%;
    display: inline-block;
     
}


.profile_t{
    display: inline-block;
    width: 60%;
    margin-left: 20%;
    margin-bottom: 1%;
margin-top: 0px;
padding-bottom: 2%;
border-bottom: 1px solid #444444;
}

.profile{
    display: none;
}
.photo_w{
    margin-top: 3%;
    width: 80%;
    margin-left: 10%;
}

.wid{
    margin-top: 2% !important;
    width: 60% !important;
display: inline-block !important;
margin-left: 20%;
column-count:2 !important;
}

.iconimg{

    width: 20%;
    display: inline-block;
}
.iconimg2{
    margin-left:20%;
    width: 15%;
    display: block;
    border-radius: 50%;
    margin-bottom: 2%;
    margin-top: 1%;
}
.shopx{
    display: none !important;
}

/* スライド２ */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.showone{
    opacity: 1 !important;
}
.cp_cssslider {
	/* width: 300px; */
	padding-top: 400px; /* 画像の高さ */
	position: relative;
	margin: 2em auto;
    
	text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}
.cp_cssslider > img {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.cp_cssslider > iframe {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
	border-radius: 3px;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}

.cp_cssslider input[name='cp_switch'] {
	display: none;
}
/* サムネイル */
.cp_cssslider label {
	margin: 5px 5px 0 5px;
	border: 2px solid #ffffff;
	display: inline-block;
	cursor: pointer;
	transition: all 0.5s ease;
	opacity: 0.6;
	border-radius: 3px;
   
}
.cp_cssslider label:hover {
	opacity: 0.9;
}
.cp_cssslider label img {
	display: block;
	width: 20px;
	border-radius: 2px;
}

.cp_cssslider label iframe {
	display: block;
	width: 20px;
	border-radius: 2px;
}
.cp_cssslider input[name='cp_switch']:checked + label {
	border: 2px solid #FF7043;
	opacity: 1;
}
.cp_cssslider input[name='cp_switch'] ~ img {
	opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + img {
	opacity: 1;
}

.cp_cssslider input[name='cp_switch'] ~ iframe {
	opacity: 0;
}
.cp_cssslider input[name='cp_switch']:checked + label + iframe {
	opacity: 1;
}
  /* スライド２終了 */





.top_text{
    display: none;
    width: 100%;
  position: relative;
    background-color:#444444 ;
overflow: hidden;
text-align: center;
}
.top_boxa{
    overflow: hidden;
    
    padding-top: 0.1%;
    padding-bottom: 0.1%;
}
.movet{
 
    font-size: 0.7em;
    margin: 0px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  
display: inline-block;
    color:white;
   
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.movet_left{
    left: -100%;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}




.head_w{
   width: 100%;
    text-align: center;
    
    
}
.logo_cate{
    display: inline-block;
    width: 96%;
    
    border-bottom: 1px solid #444444;
   
    vertical-align: top;
}

.right{
    vertical-align: top;
    padding: 0%;
   display: inline-block;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: 17vh;
    margin-right: 0px;
    padding-top: 1%;
    padding-bottom: 0%;
    overflow: scroll;
    overflow-y: hidden;
    text-align: center;
    position: relative;
    animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}
.r_icon{
    padding-top: 1.3%;
    display: inline-block;
    width:6vw;
    background-color: #444444;
    color: white;
    vertical-align: top;
height: 85.5%;
margin-top: 0px;
border-radius: 10px;
font-weight: 600;
margin-right: 1%;
}
.rbor{
    font-size: 60%;
    width: 80%;
    padding-top: 0%;
    margin-top: 0%;
    display: inline-block;
    /* border-top: 1px solid white; */
}
.c_img{
    display: inline-block;
    /* padding-top: 1%; */
    width: 7vw;
    margin-right: 1%;

    border-radius: 10px;
}
.img_scroll{
    display: inline-block;
    position: absolute;
margin-right: 0px;

width: 100vw;
text-align: left;
height: 10vh;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}

@keyframes fadeIn {
    0% {
      opacity: 0;
    margin-left: -100%;
    }
    100% {
      opacity: 1;
      margin-left: 0%;
    }
  }

.right::-webkit-scrollbar{
    display: none;
  }
  
  .c_box{
    display: inline-block;
     margin: 1%;
    height: 50%;
    margin-right: 1%;
    color: white;
    padding: 2%;
    padding-top: 2%;
    padding-bottom: 4%;
    margin-top: 0px;
    text-align: center;
    background-color: #444444;
    border: 1px solid #444444;
   transition-duration: 0.2s;
   transition-property: all;
   transition-timing-function: ease-in-out;
}
.c_box:hover{
    background-color: white;
    color: #444444;
    border: 1px solid #444444;

}
.eigo{
    font-family: 'Caveat', cursive;
}
.left{
    display: none;
     width: 45%;
     padding: 1%;
     
     padding-bottom: 0px;
     padding-left: 0px;
     position: relative;
     text-align: left;
     height: 7vw;
    overflow: scroll;
    overflow-y: hidden;
 }
 .h_center{
     display:none;
     height: 5vw;
     width: 2%;
     margin-right: 2%;

     border-right: 2px solid #444444;
 }
.img_scroll2{
   
  
    width: 150%;
height: 10vh;
margin-left:0%;
position: absolute;
text-align: left;
 /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
 -ms-overflow-style: none;
 /*Firefoxへの対応*/
 scrollbar-width: none;
 animation: fadeIn2 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.left::-webkit-scrollbar{
    display: none;
  }
 
  @keyframes fadeIn2 {
    0% {
      opacity: 0;
    margin-left: 100%;
    }
    100% {
      opacity: 1;
    margin-left: 0%;
    }
  }

.head_middle{
    height: 10px;
    overflow: hidden;

}
.content_w{
    display: inline-block;
    width: 96%;
    margin-left: 2%;
    text-align: left;
  
    }

.animation{
    display: block;
    animation: Contentf 2s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}


@keyframes Contentf {
    0% {
      opacity: 0;
    margin-top: 10%;
    }
    100% {
      opacity: 1;
    
    }
  }


.shop{
  
   width: 95%;
    margin: 0px;
padding: 0px;
margin-bottom: 3%;
margin-left: 2%;
margin-right: 0%;
    position: relative;
   
}

.shop2{
  
    width: 96%;
     margin: 0px;
 padding: 0px;
 margin-bottom: 10%;
 margin-left: 2%;
 margin-right: 0%;
     position: relative;
    
 }

.shopw{
    display: inline-block;
    width: 100%;
    text-align: center;
    column-count:4;
    page-break-inside: avoid;
    break-inside: avoid;
margin-bottom:3%;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}

.shopw2{
    display: inline-block;
    width: 100%;
    text-align: center;
    column-count:4;
    page-break-inside: avoid;
    break-inside: avoid;
margin-bottom:3%;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}


@keyframes Contentf2 {
    0% {
      opacity: 0;
    margin-top: 10%;
    }
    100% {
      opacity: 1;
    
    }
  }
.shopimg{
    width: 100%;
    border-radius: 15px;
    /* padding-bottom: 3em; */
    margin-bottom: 7%;
transform: 0.5s;
}
.shopimg2{
    width: 100%;
    border-radius: 10px;
    padding-bottom: 0px;
transform: 0.5s;
}
.shop2:hover{
    opacity: 0.5;
}
.shop:hover{
    opacity: 0.5;
}
.shoptext{
position: absolute;
bottom: -1em;
    font-size: 0.8em;
    margin-top: 0px;
   width: 100%;
   color: #333333;
   text-align: left;
}

.shoptext2{
    position: absolute;
   top: 40%;
        font-size: 1em;
        margin-left: 10%;
        margin-top: 0px;
       width: 80%;
       color: white;
       text-align: center;
       
    }
.h1title{
    display: inline-block;
    width: 30%;
    color: #444444;
}
a{
    text-decoration: none;
    list-style: none;
    color: white;
}
.t_menu{
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-right: 3%;
    display: inline-block;
    font-size: 1.5em;
    background-color: #444444;
    color: white;
    text-align: center;
}
.t_menu_img{
    padding-top: 2%;
    width: 50%;
    display: inline-block;
}
.t_menu_img2{
    padding-top: 0%;
    width: 60%;
    display: inline-block;
}
.tmenu_w{
    display: inline-block;
    width: 60%;
    margin-left: 5%;
   text-align: right;
   float: right;
}
.instm{
width: 10%;
    display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin: 0px;
  margin-left: 1%;
}
.instm2{
    display: none;
    }
.flogow{
    width: 25%;
    margin-right: 3%;
float: left;
text-align: center;
border-right: 1px solid white;

}
.flogo{
    display: inline-block;
    width: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
    vertical-align:middle;

}
.footer{
   width: 100%;
 background-color: #444444;
 margin-bottom: 1%;
 overflow: hidden;
 padding-top: 2%;
 padding-bottom: 2%;
 position: relative;
 animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
border-radius: 10px;
}
.ftext{

    width: 69%;
    float: right;
    color: white;
}
.listitle{
    color: white;
font-size: 1.5em;
font-weight: 600;
display: inline-block;
margin: 0px;
border-bottom: 1px solid white;
margin-bottom: 0.5em;
}
.flist{
    display: inline-block;
    width:60%;
}
.list{
    margin: 0px;
    display: inline-block;
    margin-right: 10%;
    
    padding-top: 1%;
    padding-bottom: 1%;

}
.right_ficon{
    display: inline-block;
 width: 20%;   
 vertical-align: top;
 margin-bottom: 3%;
}
.fotter_under{
    display: block;
    
}
.frimg{
    padding-top: 2%;
    display: inline-block;
    width: 20%;
    padding-right: 2%;
}
.fotter_text{
    position: absolute;
    bottom: 2%;
    right: 2%;
    color: white;
    font-size: 0.7em;
}

.black{
   
    display: none;
    left: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    background-color: black;
    
    z-index: 100;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease-in-out;

}
.popup{
    width: 30vw;
    margin-left: 35vw;
    text-align: center;
opacity: 1;
    position: fixed;
    top: 100vh;
z-index: 1500;
    background-color: rgb(255, 251, 244);
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    border-radius: 10px;
   
}

.popup_g{
    width: 30vw;
    height: 85vh;
    overflow: hidden;
    margin-left: 35vw;
    text-align: center;
opacity: 1;
    position: fixed;
    top: 100vh;
z-index: 2000;
    background-color: rgb(255, 251, 244);
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    border-radius: 10px;

}
.Oh1Vtf:not(:empty){
    display: none !important;
}
.tIvQIf .DqBBlb{
    display: none !important;
}
.close_c{
    cursor: pointer;
    border-radius: 0px;
    position: absolute;
    bottom: -10vh;
    z-index: 3000;
    width: 30vw;
    margin-left: 35vw;
    background-color: rgb(66, 66, 66);
    color: white;
    position: fixed;
    text-align: center;
   height: 0px;
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
  
}


.close_c{
    cursor: pointer;
    border-radius: 0px;
    position: absolute;
    bottom: -10vh;
    z-index: 3000;
    width: 30.1%;
    margin-left: 34.9%;
    background-color: rgb(66, 66, 66);
    color: white;
    position: fixed;
    text-align: center;
   height: 0px;
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
  
}
.close_show{
    padding-top: 1%;
    padding-bottom: 3%;
    top: 82vh;
    height: 5vh;
    width: 30.1%;
    margin-left: 34.9%;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.ctitle{
    margin-top: 3%;
    width: 92%;
    margin-left: 4%;
    overflow: hidden;
    border-bottom: 1px solid #444444;
    font-size: 0.6em;
    
}
.cicon{
    width: 25%;
    margin-left: 1%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 1%;
    float: left;
}
.title_back{
    display: inline-block;
    background-color: #444444;
    color: white;
    padding-right: 3%;
    padding-left: 3%;
    margin-bottom: 1%;
}
.ctitle_text{
    margin-top: 2%;
    color: #444444;
width: 100%;
text-align: left;
font-size: 0.9em;
}
.con2_img{
    position: relative;
}
.content2{
    width: 92%;
    margin-left: 4%;
}
.con2title{
    color: white;
    position: absolute;
    top: -2%;
    left: -2%;
    font-size: 1.1em;
    background-color: #444444;
}

.showp{
    opacity: 1;
    top: 3vh;
    transition-duration:0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.blackshow{
    top: 0vw;
    display: block;
    opacity: 0.7;
}

.popimg{
    padding: 0px;
    width:92%;
 margin-top: 2%;
 margin-bottom: 0%;
    
}
.shoptitle{
    margin: 0px;
    margin-bottom: 2%;
    font-size: 1.1em;
    text-align: center;
    color: #444444;
}
.shopc{
    width: 92%;
    margin-top: 1%;
    display: inline-block;
    padding-top: 0.1%;
    padding-bottom: 0.1%;
    background-color:#444444;
    font-size: 1em;
    color: white;
    letter-spacing: 0.2em;
}
.close{
    /* margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    cursor: pointer;
    z-index: 1300; */
}
.close2{
    margin: 0px;
    padding: 0px;
    font-size: 0.9em;
    cursor: pointer;
    vertical-align: top;
}
.naname_text{
    font-size: 1.3em;
    font-family: 'Caveat', cursive;
    margin-top: 0.2em;
   margin-bottom: 0.2em;
 
}
.pop_text{
    display:inline-block;
    width: 92%;
   height: 8vh;
   overflow: scroll;
    margin-top: 0%;
    margin-bottom: 1%;
    padding-bottom: 2%;
    text-align: left;
   
}
.icon_w{
    display: inline-block;
    width: 92%;
padding-top: 2%;
padding-bottom: 2%;
margin-top: 1%;
border-top: 1px solid #444444;

}
.icon4{
    
    width: 20%;
    padding-right: 5%;
    padding-left: 5%;
    border-right: 1px solid #444444;

}
.leftline{
    border-left: 1px solid #444444;
}
.close{
    
    /* color: #444444;
    margin: 0px;
    padding-top: 1%;
    padding-bottom: 2%; */
}
.close2{
    cursor: pointer;
    color: #444444;
    margin: 0px;
    padding-top: 1%;
    padding-bottom: 2%;
}
.move_text{
    border-top: 1px solid #444444;
    margin-top: 0.5%;
    width: 92%;
    margin-left: 4%;
    height: 2em;
    position: relative;
   overflow: hidden;
}
.m_text{
   
    width: 100%;
    margin: 0px;
    opacity: 0;
    font-weight:bold;
    font-size: 1.3em;
    position: absolute;
    left: 0%;
    bottom: -100%;
    letter-spacing: 0.1em;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    color: #444444 !important;
}
.m_after{
    opacity: 1;
    bottom: 6%;
}

.boldt{
    font-weight: bold;
    display: inline-block;
    color: #444444;
    
   
}
.boldt::before{
    content: "「";
    color: #333333;

}
.boldt::after{
    content: "」";
    color: #333333;
}


.cblack{
    border-radius: 10px;
    background-color: black;
    position: absolute;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
}

.popicon{
    display: inline-block;
   width: 100%;
    color: #444444;
}
.popsns{
    display: inline-block;
    padding-left: 3%;
    padding-right: 3%;
    margin-right: 1%;
    font-size: 0.8em;
    background-color: #444444;
color: white;
}
.jusyo{
    color: white;
    background-color: #444444;
    display: inline-block;
   padding-left: 2%;
   padding-right: 2%;
   margin-right: 3%;
   
}
.coupon{
    color: white;
    background-color:#8b0000;
    border-radius: 5px;
    padding: 2%;
    position: absolute;
    top: 5%;
    right: 7%;
    display: inline-block;
}


.pr_content{

    text-align: center;
    position: absolute;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #444444;
    z-index: 1200;
    top: -200vh;
    opacity: 0;
   border: 1px solid #444444;
   transition-property: all;
   transition-timing-function: ease-in-out;
   transition-duration: 0.5s;

}
.close2{
color: white;

font-size: 1em;
border: 2px solid white;
border-radius: 10px;
display: inline-block;
margin-top: 0%;
width: 24%;
padding-top: 1%;
padding-bottom: 2%;

}
.second_text{
    display: inline-block;
    background-color: white;
    width: 90%;
    padding: 3%;
    height: 13vh;
    overflow: scroll;
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: left;
    border-radius: 10px;
    margin-top: 2%;
    margin-bottom:3%;

}
.pr_left{
    position: relative;
    width: 48%;
    display: inline-block;
}
.pr_right{
    width: 48%;
    display: inline-block;
}
.second_image{
    width: 96%;
    border-radius: 10px;
}
.coupon_btn{
vertical-align: middle;
    display: inline-block;
    color: #fa8072;
border: 2px solid #fa8072;
   cursor: pointer;
    border-radius: 10px;
    
    margin-top: 0%;
    width: 32%;
    padding-top: 1%;
padding-bottom: 2%;
    margin-right: 1%;
    margin-left: 1%;
    font-size: 1em;
}
.before_page{
    vertical-align: top;
    
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 10px;
width: 32%;
display: inline-block;
border: 2px solid white;
background-color: white;
color: #444444;
margin: 0px;

}
.pr_title{
font-size: 1.5em;
color: white;
display: inline-block;
border-bottom: 1px solid white;
margin-top: 0%;
margin-bottom: 4%;
}
.pr_pimg{
    width: 48%;
}
.pr_pimg2{
    display: none;
}
.pr_show{
    display: block;
    width: 98%;
}
.pr_yazi{
    position: absolute;
    width: 10%;
    bottom: -7%;
    left: 0%;
    background-color: #444444;
    color: white;
    padding: 1%;
    margin-top: 3%;
    padding-bottom: 2%;

}
.before_yazi{
    position: absolute;
    display: inline-block;
    
    top: 5%;
    left: 2%;
   cursor: pointer;
    color: white;
    padding: 1%;
    margin-top: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
background-color: #444444;

}
.second_show{
   top: 0px;
   opacity: 1;
   transition-duration: 1s;
   transition-property: all;
   transition-timing-function: ease-in-out;
}
.click_btn{
    background-color: #444444;
    color: white;
    position: absolute;
    width: 100%;
    top: 31%;
    padding-bottom: 2%;
}
.nonex{
    display:none !important;
}
.tizu{
    width: 30%;
    display: inline-block;
}
.tizu_t{
    margin-bottom: 0px;
}
.tizu_h{
    margin-bottom:0px;
}
.tizuw{
    display: none;
}
.show{
    display: block;
}
.showx{
    display: none;
}
 
@media screen and (max-width:500px){
    .iconimg2{
        margin-left:5%;
        width: 40%;
        display: block;
        border-radius: 50%;
        margin-bottom: 3%;
        margin-top: 2%;
    }
    .footer{
        width: 94%;
        margin-top: 3%;
      background-color: #444444;
      margin-bottom: 5%;
      overflow: hidden;
      
      padding-top: 2%;
      padding-bottom: 2%;
      position:absolute;
     
      animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
     border-radius: 10px;
     
     }
    .close_c{
        cursor: pointer;
        border-radius: 0px;
        position: absolute;
        bottom: -10vh;
        z-index: 3000;
        width: 40vw;
        margin-left: 30vw;
        background-color: rgb(66, 66, 66);
        color: white;
        position: fixed;
        text-align: center;
       height: 0px;
        transition-duration:0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
      border-radius: 10px;
    }
    .close_show{
        border-radius: 10px;
        padding-top: 2%;
        padding-bottom: 1%;
        top: 80vh;
        z-index: 5000;
        height: 5vh;
        width: 40vw;
        margin-left: 30vw;
        transition-duration: 0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }
    .right_ficon{
        display: inline-block;
     width: 40%;   
     vertical-align: top;
     margin-bottom: 3%;
    }
    .tizuw{
        display: none;
    }
    .show{
        display: block;
    }
    

    .wid{
        margin-top: 2% !important;
        width: 90% !important;
    display: inline-block !important;
    margin-left: 5%;
    column-count:2 !important;
    }
    .profile_t{
        display: inline-block;
        width: 90%;
        margin-bottom: 2%;
        margin-left: 5%;
        margin-bottom: 2%;
    margin-top: 0px;
    padding-bottom: 3%;
    border-bottom: 1px solid #444444;

    }
    .tizu{
        width: 80%;
        margin-bottom: 3%;
    }
    .tizu_t{
        margin-bottom: 2%;
    }
    .iconimg{

        width: 50%;
        display: inline-block;
    }
    .r_icon{
        padding-top: 2.5%;
        display: inline-block;
        width:14%;
        background-color: #444444;
        color: white;
        vertical-align: top;
    height: 90%;
    margin-top: 0.5%;
    border-radius: 10px;
    font-weight: 600;
    margin-right: 1%;
    font-size: 0.4em;
    }

    .rbor{
        font-size: 20%;
        width: 80%;
        padding-top: 3%;
        margin-top: 0%;
        display: inline-block;
        /* border-top: 1px solid white; */
    }

    .second_show{
        top: 0px;
        opacity: 1;
        transition-duration: 1s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }
    .popsns{
        display: inline-block;
        padding-left: 0%;
        padding-right: 0%;
        margin-right: 1%;
        font-size: 0.8em;
        background-color: #444444;
    color: white;
    }



    .instm2{
        width: 10%;
            display: inline-block;
          vertical-align: middle;
          text-align: left;
          margin: 0px;
          margin-left: 5%;
        }
.logo{
width: 20%;
margin-top: 1%;
margin-bottom: 1%;
}

.left{
    width: 95%;
    height: 9vh;
    padding-top: 2%;
    border-bottom: 1px dotted #444444;
}

.right{
    width: 100%;
    height: 13.5vh;
    padding-bottom: 1%;
    padding-top: 4%;
}
.c_box{
    display: inline-block;
     margin: 1%;
    height: 30%;
    margin-right: 1%;
    color: white;
    padding: 2%;
    padding-top: 1%;
    padding-bottom: 3%;
    margin-top: 0px;
    text-align: center;
    background-color: #444444;
    border: 1px solid #444444;
    font-size: 0.8em;
   transition-duration: 0.2s;
   transition-property: all;
   transition-timing-function: ease-in-out;
}
.h_center{
    display: inline-block;
    height: 1vw;
    width: 95%;
    margin-right: 0%;
margin: 0px;
    border-right:none;
}
.h_center{
    display: none;
}

.h1title{
    display: inline-block;
    width: 100%;
    color: #444444;
    margin-top: 1%;
    line-height: 1em;
    margin-bottom: 4%;
    text-align: center;
    font-size: 1.4em;
}

.tmenu_w{
    display: none;
    width: 40%;
    margin-right: 4%;
    margin-left: 0%;
   text-align: right;
   float: right;
   vertical-align: middle;

}


.c_img{
    display: inline-block;
    padding-top: 0.5%;
    width: 19%;
    margin-right: 1%;
   
}
.img_scroll2{
   
  
    width: 200%;
height: 10vh;
margin-left:0%;
position: absolute;
text-align: left;
 /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
 -ms-overflow-style: none;
 /*Firefoxへの対応*/
 scrollbar-width: none;
 animation: fadeIn2 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
.shopw{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid;

    text-align: center;
    column-count:2;
   overflow: hidden;
    padding-bottom: 0px;
margin-bottom:3% !important;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    vertical-align:top;    
}

.shop{
   display: inline-block;
    -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      list-style: none;
}

.shopw2{
    display: inline-block;
    width: 100%;
    text-align: center;
    column-count:2;
    
margin-bottom:3%;
    animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}


.shopimg{
    width: 100%;
    border-radius: 15px;
    padding-bottom: 0em;
    margin-bottom: 1em;
transform: 0.5s;

}

.shoptext{
    position: absolute;
    bottom: -2.5em;
        font-size: 0.7em;
        margin-top: 0px;
       width: 100%;
       height: 3em;
       overflow: hidden;
       color: #333333;
       text-align: left;
      
    }

    
    .popup{
        
        width: 94vw;
        margin-left: 3vw;
        text-align: center;
    opacity: 0;
        position: fixed;
        top: 100vh;
    z-index: 1500;
        background-color: rgb(255, 251, 244);
        transition-duration:0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    
    }

    .popup_g{
        height: 91vh;
        width: 94vw;
        margin-left: 3vw;
        text-align: center;
    opacity: 0;
        position: fixed;
        top: 100vh;
    z-index: 2000;
        background-color: rgb(255, 251, 244);
        transition-duration:0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    
    }
    .showp{
        opacity: 1;
        top: 2vh;
        transition-duration:0.5s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }
.flogo{
   
    width: 60%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.list{
    font-size: 0.8em;
}
.flist{
    margin-bottom: 20%;
    width: 55%;
}
.fotter_text{
    right: 0px;
    width: 100%;
    text-align: center;
}

.frimg{
    width: 20%;
}

.boldt{
    font-weight: bold;
    display: inline-block;
    color: #444444;
    
   
}
.boldt::before{
    content: "「";
    color: #333333;

}
.boldt::after{
    content: "」";
    color: #333333;
}
.showx{
    display: none !important;
}
}

@media screen and (max-width:350px){



    .shopimg{
        width: 100%;
        border-radius: 15px;
        padding-bottom: 4em;
    transform: 0.5s;
    }

}
