    html, body {
      position: relative;
      height: 100%;
    }
    body {
      background: #fff;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }

#main-top {display:none;}

/**** lazysize ****/

 .lazyload, .lazyloading{
 opacity: 0;
}
.lazyloaded{
  opacity: 1;
  transition: opacity 1000ms;
}

/*
	.blur-up {
		-webkit-filter: blur(5px);
		filter: blur(5px);
		transition: filter 400ms, -webkit-filter 400ms;
	}

	.blur-up.lazyloaded {
		-webkit-filter: blur(0);
		filter: blur(0);
	}
*/

    .swiper-container {
      width: 100%;
      height: 100%
    }

/*
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

    }*/


.swiper-slide img {
	width:100%;
    /*position: absolute;
    top: 0;*/
	transition: -webkit-transform 4s;
	transition: transform 4s;
	transition: transform 4s, -webkit-transform 4s;
	-webkit-transform: scale(1.03, 1.03);
	    -ms-transform: scale(1.03, 1.03);
	        transform: scale(1.03, 1.03); 

}


.swiper-container .swiper-slide {
  position: relative;
}
.swiper-container .swiper-slide .swiper-slide-content {
	width:100%;
    position: absolute;
    top: 0;
	transition: -webkit-transform 4s;
	transition: transform 4s;
	transition: transform 4s, -webkit-transform 4s;
}

.swiper-slide-content img {object-fit:cover; height:100vh;}


.secinnr{
background: rgba(0,0,0,.45);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.lstChld {
display:table;
width: 100%;
    height: 100%;
    text-align: center;
background-size: cover;
	}

.lstChld a {
	display:table-cell;
	vertical-align:middle;
	text-decoration:none;
	color:#FFF;
    background-color: rgba(0,0,0,.5);

	}

.swiper-pagination {
	width:unset;
    text-align: center;
    right: 10px;
    font-size: 12px;
	color:grey;
}

.swiper-pagination-bullet-active {background:#fff;}
.swiper-maintop .swiper-wrapper {height:88vh;}




/**************************/

.container {
  position: relative;
}

.content {
  margin: 0 auto;
  /*padding: 5% 40px;*/
  position:relative;
}

#product {display:none;}
#product .popup {
	font-size: 85%; 
	padding: 5% 0 5% 2%; 
	text-align:center; 
	z-index:2; 
	text-decoration: underline; 
	margin: 25% 0 5%; 
	letter-spacing: .3px;
}


.hidden_menu, .hidden_menu ul {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hidden_menu ul li::before, .hidden_menu ul li a {
  transition: all 0.3s ease;
}

.humberger, .hidden_menu, .hidden_menu ul, .header_bar, .container {
  transition: all 0.5s ease;
}

.hidden_menu ul li::before, .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#humberger_check {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
#humberger_check:checked + .humberger {
  transform: translateY(80px);
}
#humberger_check:checked + .humberger span {
  background-color: transparent;
}
#humberger_check:checked + .humberger span::before {
  top: 2px;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#humberger_check:checked + .humberger span::after {
  top: 6px;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
#humberger_check:checked ~ .header_bar,
#humberger_check:checked ~ .container {
  transform: translateY(80px);
}
#humberger_check:checked ~ .hidden_menu {
  transform: translateY(0);
}
#humberger_check:checked ~ .hidden_menu ul {
  opacity: 1;
  transform: rotateX(0);
}

.humberger {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 3;
  display:none; 
  text-align:center;
}

.humberger img {margin-top: 15px;}

.hidden_menu {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-perspective: 1600px;
  perspective: 1600px;
/*  background-color: #222;*/
background-color:#928e8e;
  z-index: 3;
  transform: translateY(-100%);
}
.hidden_menu ul {
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.08);
  transform-origin: center bottom;
  transform: rotateX(90deg);
}
.hidden_menu ul li {
  position: relative;
  display: table;
  width: 25%;
  height: 100%;
  float: left;
  /*font-size: 21px;*/
    text-align: center;
/*
    border-right: .7px solid rgba(0,0,0,0.1);
    box-shadow: -.5px 0 0 rgba(255,255,255,0.7);
*/
}

/*
.hidden_menu ul li:last-child {border:none; box-shadow:unset;}
*/

.hidden_menu ul li::before {
  opacity: 0;
}
.hidden_menu ul li:nth-child(1)::before {
      background-color: #434444;
}
.hidden_menu ul li:nth-child(2)::before {
      background-color: #434444;
}
.hidden_menu ul li:nth-child(3)::before {
      background-color: #434444;
}
.hidden_menu ul li:nth-child(4)::before {
      background-color: #434444;
}
.hidden_menu ul li:nth-child(5)::before {
      background-color: #434444;
}
.hidden_menu ul li:hover::before {
  opacity: .22;
}
.hidden_menu ul li a {
	color:#fff;
	text-decoration:none;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  background-color: transparent;
font-size:.9em;
}
.hidden_menu ul li a:active {
  transform: scale(0.9);
}


.hidden_menu div,
.hidden_menu li ul,
#ttt1,#ttt2,#ttt3 { display:none;}

.header_bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 5vw;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}


.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
/*
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-image: url(https://drive.google.com/uc?export=view&id=0B_koKn2rKOkLSXZCakVGZWhOV00);
*/
}
.container::before {
  position: fixed;
  /*background-color: rgba(0, 0, 0, 0.6);*/
}


/*****************************************/

.tab1-1 {
    width: 95%;
    margin: 0px 0px 15px 0px;
    padding: 0;
    color: grey;
}

.tt2 {
    color: #FFF;
    /*font-size: .6em;*/
    font-size: .7em;
    line-height: 235%;
}

#tt1 {
    color: #FFF;
    font-size: .7em;
    line-height: 235%;
}

.tt1-a {padding-left:5%;}




  input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
border-radius: 0;
  }


.sppr {
	/*font-size:.6em;*/
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/**/
.modal-window {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
opacity: 0;
line-height: 1.3;
display: none\9;
}

.modal-window:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.is-active.modal-window {
display: block\9;
}
.modal-window:target {
display: block\9;
}
.modal-window .modal-inner {
	position: absolute;
	top: 22%;
	z-index: 20;
	margin-left: 3%;
	width:97%;
	height: 62vh;
	overflow-x: hidden;
	padding-top:3%;
	/*
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	*/
}

#modal-p01 .modal-inner {
    margin-left: 74%;
    width: 25%;
	height: 42vh;
}

.modal-window .modal-inner p {
padding: 0 20px;
}
.modal-window .modal-close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal-window .modal-close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window .modal-close:after {
/*content: '\00d7';*/
position: absolute;
top: 25px;
left: 0;
z-index: 20;
margin-left: 5%;
background: #fff;
border-radius: 2px;
padding: 2px 8px;
/*font-size: 1.2em;*/
text-decoration: none;
text-indent: 0;
}
.modal-window {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

.swiper-slide .modal {width:100%; height:100vh; display:block;}

.modal-window .modal-inner ul.ctgry {
	    text-align: center;
	list-style:none;
padding: 0;
	}

.modal-window .modal-inner ul.ctgry li a { 
    color: #fff;
    text-decoration: none;
	padding: 5%;
display: block;
}

#modal-p02 .modal-inner,
#modal-p03 .modal-inner,
#modal-p04 .modal-inner {top: 13%;}

#modal-p02 .swiper-container-vv02,
#modal-p03 .swiper-container-vv03,
#modal-p04 .swiper-container-vv04 {height:100%; z-index:999;}

#modal-p02 .swiper-container-vv02 .tt2,
#modal-p03 .swiper-container-vv03 .tt2,
#modal-p04 .swiper-container-vv04 .tt2 {position: absolute; width:80%; left:10%;}

.tt2-ttl {margin-bottom:8%; display:inline-block;}

.inner-dtl {
	font-size: .7em; 
	position: absolute; 
	bottom: 10%; 
	right: 5%; 
	padding: 5%;
}
.inner-dtl a {color:#fff; text-decoration:underline;}

.shop-about {
	display:flex;
	justify-content:space-between; 
	flex-wrap: wrap; 
	text-align: left;
}
.shop-about div {width:100%;}
.shop-about div a {color:#fff; text-decoration:none;}

.yamato-deli {
	display:flex;
	justify-content:space-between; 
	flex-wrap: wrap;
}
.yamato-deli div:nth-child(2n+1) {width:80%;}
.yamato-time {
	text-align: center; 
	width: 100%; 
	margin: 10% 0;
}

/****** topページ ******/
#main {width:100%; margin-top: 70%;}
.prdct {width:50%;}
.prdct img {width:100%; height:auto;}

/****** サムネイル ******/

.news-list {padding: 0 .5%;}
.news-item {display:inline-block; width:49%; float: left; padding: 0 .5%;} 
.thumb img {width:100%;}












button{
	font-size:90%;
	margin-right:10px;
	display:block;
	color:#fff;
	/*padding:10px 20px;*/
padding: 10px 20px 10px 0;
	background:none;
	border-radius:20px;
	border:none;
	cursor:pointer;
	margin:auto auto 1%;
    width: 100%;
    text-align: right;
}



button:focus{
	outline:none;
}



#list{
    /*width: 99.6%;
    padding: 0 .2%;*/
	width:100%;
	padding:0;
margin:0;
	display: flex;
    flex-wrap: wrap;
/*
    height: 80vh;
    overflow-y: auto;
-webkit-overflow-scrolling: touch; overflow-scrolling: touch;

*/
}

#list li{
	/*width: 49.6%;*/
	width:100%;
	list-style-type:none;
    /*display: inline-block;*/
	/*padding: 0 .2%;
    margin-top: -1.2%;*/
	font-size:0;
}

#list li a{/*text-decoration:none;*/ position:relative;text-decoration-color:#d3d3d3;-webkit-text-decoration-color:#d3d3d3;}

#list li a::after {
	content: attr(data-title);
	position:absolute;
	bottom:0;
	right:3%;
	color:#333;
	height:5vh;
	z-index:5;
	font-size:small;
}

#list li img {
	width:100%;
}

#txt-top,.txt-top {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    margin: auto;

}

#list .update {
	display:none; 
	/*height:20vh; */
	padding: 0 5%; 
	font-size: 14px;
	}

.update-inner dt{
  display:block;
  /*width:200px;
  height:50px;*/
  line-height:5vh;
  /*text-align:center;*/
  /*border:#5bc0de 1px solid;
    border-bottom: 1px dashed #FFF;*/
  /*cursor:pointer;*/
/*background-color: rgba(0,0,0,0.2);*/
    /*margin-bottom: 3%;*/
color:grey;
 }

.update-inner dd {
  /*background:#d9534f;*/
  /*width:200px;
  height:50px;
  line-height:50px;*/
  /*text-align:center;*/
  /*border:#5bc0de 1px solid;*/
  /*display:none;*/
-webkit-margin-start: unset;
    margin-bottom: 3%;

}

.update-inner dd a {
    display: inherit;
    padding-bottom: 3%;
    color: #000;
}
/*
.update-inner dt::after{
content: '+';
    position: absolute;
    right: 8%;
color:#000;
}
*/

.update-inner dt.active {
	text-decoration:none !important;
	}

/*
.update-inner dt.active::after{
content: '-';
    position: absolute;
    right: 8.5%;
color:#000;
}
*/






/************** sold out **************/
.sold {position:relative; overflow: hidden;}
.sold:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
}

/************* 配送 ***************/
.deli1:before,
.deli2:before {
content:"";
display: inherit;
width:10px;
height:10px;
margin-right: 5px;
vertical-align:middle;
}
.deli1:before {background:rgba(255, 238, 238,.8);}
.deli2:before {background:rgba(238, 255, 238,.8);}
.deli2 {margin-left:10px;}

/************* 配送 ***************/


/************* タブレット ***************/
@media (min-width: 768px) {
.cascading-text__letter {font-size: 35px;}
/*.sp-container h2 {font-size: 155%;}*/
.os-phrases h2:nth-child(1) > span > span > span {font-size: 22px;}
body {font-size: calc(14px + 90%);}
.humberger {width: 100px;height: 100px;}
.humberger img {margin-top: 45px !important;}
.hidden_menu {height: 8vh;}
#list li {width:50%;}
#list li a::after {font-size:medium;}
.update {width:100% !important; font-size: unset !important;}
.modal-window .modal-inner {height: 68vh; padding-top: 0;}
#modal-p01 .modal-inner {top:32%;}
}