<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
font-family: "Noto Serif JP", serif;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


a {
  text-decoration: none;
  transition: 0.3s;
	cursor: pointer;
}



p {
  line-height: 1.4;
}

img{
	width: 100%;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}



.w900_only {
  display: none;
}
@media screen and (max-width: 984px) {
  .w900_only {
    display: block;
  }
}




/********header**********/

#header {
  width: 100%;
  position: fixed;

  z-index: 999;
  background: #fff;
  box-shadow: 0 0 5px #BFBFBF;
  text-align: center;
  left: 0;
}
/*
@media screen and (max-width: 767px) {
  #header {
    width: 10vw;
  }
}
*/


.lectlogo {
  padding:10px 0 10px 10px;
  max-width: 130px;
	width: 100%;
	    margin: 17px;

}

.lectlogo img{
	width: 100%;
}



/*************menu***************/

.bgblack {
  display: none;
}
.bgblack.menuopen {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
  z-index: 50;
}
.bgblack.menuopen .nav {
  width: auto;
  height: auto;
}
.bgblack.menuopen.bgblack {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  z-index: 11;
  position: fixed;
  top: 0;
  left: 0;
}

.nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
.nav .menu {
  background-color: #6EB9E9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 40px;
  padding:12px 6px 2px 6px;
  transform: rotate(45deg);
	border-radius: 5px;
  width: 40px;
  margin-right: 0;
  margin-left: auto;
  z-index: 9999;
  right: 20px;
  top: 20px;
	cursor: pointer;
}
.nav .menu span {
  width: 40px;
}
.nav .menu_list {
  transform: translateX(100%);
  transition: ease 0.5s;
  z-index: 1000;
  width: 40vw;
  background: #fff;
}

.nav .menu_list &gt; ul a{
		  color: #6EB9E9;
	  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .nav .menu_list {
    width: 82vw;
  }
	
	.nav .menu span{
		width: 29px;
	}
}
.nav .menu_list &gt; ul {
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .nav .menu_list &gt; ul {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .nav .menu_list &gt; ul {
    padding: 0 10%;
  }
}
@media print, screen and (min-width: 768px) {
  .nav .menu_list &gt; ul a {
    display: flex;
    align-items: center;

  }
}
.nav .menu_list &gt; ul &gt; li {
  border-bottom: none !important;
  padding: 0 !important;
  margin: 1.5em auto !important;
border-left: 1px solid #6EB9E9;
	color: #6EB9E9;
}
@media print, screen and (max-width: 768px) {
  .nav .menu_list &gt; ul &gt; li {
    border-left: none;
  }
}
.nav .menu_list &gt; ul .umenu_t {
  font-size: 26px;
  font-size: clamp(26px, 3.5vw, 42px);
  letter-spacing: 4px;
	color: #6EB9E9;
}
@media print, screen and (min-width: 768px) {
  .nav .menu_list &gt; ul .umenu_t {
    width: 8em;
    text-align: left;
	  margin: 0 auto;
        padding-left: 15px;
	  color: #2C5EAC;
  }
}
.nav .menu_list &gt; ul .umenu_d {
  font-size: 12px;
  font-size: clamp(12px, 1.6666666667vw, 20px);
	color: #2C5EAC;
}
@media print, screen and (min-width: 768px) {
  .nav .menu_list &gt; ul .umenu_d {
    text-align: center;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .nav .menu_list {
    display: flex;
/*    align-items: center;*/
    justify-content: end;
  }
}

.menu_list ul li {
  padding: 2em;
  border-bottom: 1px solid #CCC;
}

/*OPEN時の動き*/
.menu_list.open {
  transform: translateX(-100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0 0 0 100px;
  height: 90vh;
}

.navbar_toggle {
  z-index: 9999;
	transform: rotate(-45deg);
}
.navbar_toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  transition: ease 0.5s;
}
.navbar_toggle span:nth-child(1) {
  top: 0;
	left: 5px;
}
.navbar_toggle span:nth-child(2) {
  margin: 8px 0;
	left: 5px;
}

.menu.open .navbar_toggle span:nth-child(1) {
  top: 6px;
  transform: rotate(45deg);
}

.menu.open .navbar_toggle span:nth-child(2) {
  transform: rotate(-45deg);
	top: -4px;
}




/***********FV*************/

.fv-bk{
	background-image:url("../img/fv-bkPc.jpg");
	background-size:cover;
	background-position:top center;
	background-repeat: no-repeat;
	padding: 8em 10px 11em 10px;	
	
	position: relative;
	
}


.fv-inner{
	width: 80%;
	margin: 0 auto;
}





.main-title{
	max-width: 826px;
	margin: 0 auto;
	width: 100%;
	z-index: 10;
	position: relative;
}


.fv-bk::before{
    content: "";
    position: absolute;
    background:url("../img/fv-left.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 674px;
    height: 926px;
    left: 0%;
    top: 8%;
    transition: all 0.3s;
	z-index: 9;
}

.fv-bk::after{
    content: "";
    position: absolute;
    background:url("../img/fv-right.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 398px;
    height: 926px;
    right: 0%;
    top: 8%;
    transition: all 0.3s;
	z-index: 9;
}



.main-title::before{
    content: "";
    position: absolute;
    background:url("../img/title-img2.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 264px;
    height: 362px;
    left: -30%;
    bottom: -9%;
    transition: all 0.3s;
	z-index: 9;	
}


.main-title::after{
    content: "";
    position: absolute;
    background:url("../img/title-img1.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 97px;
    height: 100px;
    right: -13%;
    bottom: 16%;
    transition: all 0.3s;
	z-index: 9;	
}


/****************fv sp*******************/

@media screen and (max-width: 1650px){
	.fv-bk::after{
		width: 279px;
    	height: 682px;
	}
	
	.fv-bk::before{
		    width: 530px;
    		height: 736px;
	}
	
	.main-title::before{
		    width: 200px;
    	height: 310px;
	}
	
}


@media screen and (max-width: 1290px){
	    .fv-bk::after {
        width: 210px;
        height: 553px;
    }
	
	.fv-bk::before {
			width: 403px;
			height: 577px;
		}	
	
	
	    .main-title::before {
        left: -15%;
        width: 158px;
        height: 266px;
    }
	
}

@media screen and (max-width: 910px){
	    .main-title::before {
        left: -8%;
        width: 158px;
        height: 266px;
        transform: rotate(-30deg);
			    bottom: -25%;
    }
}




@media screen and (max-width: 823px){
	.fv-bk::after{
		display: none;
	}
	
	
	.fv-bk::before{
		background:url("../img/fv-right-sp.png") no-repeat;
		background-position: center;
		background-size: contain;
		width: 260px;
		height: 76px;
		left: 4%;
		top: 11%;		
	}
	
	
	.main-title::before{
		left: -11%;
        width: 140px;
        height: 226px;
        bottom: -22%;
        transform: rotate(-30deg);
	}
	
	
	.main-title::after{
		    width: 97px;
		height: 100px;
		right: -13%;
		bottom: -14%;
	}
	
	
}

@media screen and (max-width: 768px){
	.lectlogo{
		max-width: 102px;
		    margin: 0px;
	}
	
	.nav .menu{
		height: 30px;
		    width: 30px;
		top: 11px;
	}
	
	.fv-inner{
		width: 100%;
	}
	
	
	.fv-bk::before{
		        width: 270px;
        height: 94px;
		        top: 6%;
	}
	
	.main-title::after{
		        right: 8%;
        bottom: -19%;
	}
	
	.main-title::before{
		left: 4%;
        width: 140px;
        height: 226px;
        bottom: -28%;
        transform: rotate(-40deg);
	}
	
	
}


@media screen and (max-width: 757px){
    .main-title::before {
        left: 4%;
        width: 112px;
        height: 202px;
        bottom: -30%;
        transform: rotate(-53deg);
    }
	
	
	.main-title::after{
		        width: 74px;
        height: 75px;
		
		right: 8%;
        bottom: -19%;
		transform: rotate(-11deg);
	}
}

@media screen and (max-width: 480px){
	.main-title::before{
		        bottom: -42%;
	}
	
	
	.main-title::after{
		        bottom: -30%;
	}
}




/************レコメンド***************/
#recommend-con{
	margin-top: 3em;
	padding: 0 10px;

}
.recommend-title{
	max-width: 426px;
	margin: 0 auto;
	width: 100%;
	
}



.featured-notice{
	font-size: 0.9em;
	text-align: center;
	color: #707070;
	font-weight: 400;
}


@media screen and (max-width: 768px){
	.featured-notice{
		font-size: 0.8em;
	}
}



.title {
  text-align: center;
  color: #00aaff;
  font-size: 2.5rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #00aaff;
  display: inline-block;
  padding-bottom: 5px;
}

.scroll-container {
  display: flex;
  overflow-x: scroll;
  gap: 24px;
  padding: 20px 0;
  scrollbar-width: thin;
  scrollbar-color: #8A8A8A #eee;
	max-width: 1200px;
	margin: 0 auto;
	scroll-snap-type: x mandatory;
}

.scroll-container::-webkit-scrollbar {
  height: 8px;
}
.scroll-container::-webkit-scrollbar-thumb {
  background: #00aaff;
  border-radius: 4px;
}




@media screen and (max-width: 768px){
	.item{
		scroll-snap-align: center;   /* 中央でスナップ */
	}	
}





.item-box {



  min-width: 220px;
  padding: 12px;
  text-align: center;
  flex-shrink: 0;
}

.item img {
  width: 346px;

  object-fit: contain;
 
  margin-bottom: 10px;
}

.item-button {
  background: #FFE049;
	margin: 0 auto;
	text-align: center;;
  color: #1C82B5;
  border: none;
  border-radius: 24px;
  padding: 8px 24px;
  font-size: 1rem;
  cursor: pointer;
  margin-top: 8px;
	    width: 46%;
	display: block;
	position: relative;
	
}


.button-yellow{
	  background: #1C82B5;
	color: #FFF6D2;
}

.item-button::after{
	  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #1C82B5;
  border-right: solid 3px #1C82B5;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}


.button-yellow::after{
	  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #FFF6D2;
  border-right: solid 3px #FFF6D2;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}












.scroll-wrap{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}


.scroll-wrap::before{
    content: "";
    position: absolute;
    background:url("../img/scroll-img.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 117px;
    height: 124px;
    left: -10%;
    top: 10%;
    transition: all 0.3s;
	z-index: 8;		
}



.scroll-wrap::after{
    content: "";
    position: absolute;
    background:url("../img/scroll-img.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 117px;
    height: 124px;
    right: -11%;
    bottom: -20%;
    transition: all 0.3s;
	z-index: 8;	
    transform: rotate(180deg);
}


@media screen and (max-width: 1490px){
	.scroll-wrap::after,.scroll-wrap::before{
		display: none;
	}
}


@media screen and (max-width: 768px){
	.recommend-title{
		    width: 68%;
	}
}



/*********スクロールバー*************/

.scrollbar-wrap {
  position: fixed;  /* 例: 画面下部に固定 */
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  padding-bottom: 24px; /* バーの高さ分 */
}

.scroll-container{
	  overflow-x: auto;
  scrollbar-width: none;           /* Firefoxで標準バー非表示 */
  -ms-overflow-style: none;        /* IE/Edgeで標準バー非表示 */
  scroll-behavior: smooth;
  padding-bottom: 2em;             /* バーとの隙間 */
}


.scroll-container::-webkit-scrollbar {
  display: none;                   /* Chrome/Safariで標準バー非表示 */
}


.custom-scrollbar {
  height: 8px;
  width: 90%;       /* バーの長さ（好みで調整） */
  margin: 0 auto;
  background: #eee;
  border-radius: 4px;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 8px;
}

.custom-thumb {
  height: 8px;
  width: 40px;                     /* 初期値。JSで動的に更新 */
  background: #8A8A8A;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  transition: background .2s;
}
.custom-thumb:hover {
  background: #8A8A8A;
}













/***************contents********************/

.con-wrap{
	background: #FFF7DE;
background: linear-gradient(-166deg,rgba(255, 247, 222, 1) 15%, rgba(208, 233, 248, 1) 40%, rgba(180, 226, 248, 1) 54%, rgba(161, 218, 248, 1) 69%, rgba(184, 227, 250, 1) 86%, rgba(247, 250, 255, 1) 99%);
	padding: 2em 0;
	margin-top: 10em;
	padding-top: 11em;
}


.con{
	position: relative;
	width: 100%;
}

.con::before{
    content: "";
    position: absolute;
    background:url("../img/con-point.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 170px;
    height: 301px;
    left: 0%;
    top: 1%;
    transition: all 0.3s;
	z-index: 8;	
}

.con::after{
    content: "";
    position: absolute;
    background:url("../img/con-point.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 170px;
    height: 301px;
    right: 0%;
    top: 1%;
    transition: all 0.3s;
	z-index: 8;	
	transform: rotateY(180deg);
}

.category-wrap{
	max-width: 1200px;
	margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
	border: solid 6px #FFF1B8;
	margin-bottom:16em;
	margin-top: -5em;
}

.category-title{
	max-width: 933px;
	margin: 0 auto;
	width: 100%;
	margin-top: -6em;
	position: relative;
	z-index: 10;
}


/********category　bk**********/
.bk-bule{
	background-color: #00AFE4;
	position: relative;
	z-index: 9;
}
.bk-yellow{
	background-color: #FFF34B;
	position: relative;
	z-index: 9;
}



.bk-bule::before{
    content: "";
    position: absolute;
    background:url("../img/title-point1.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 106px;
    height: 109px;
    left: 2%;
    top: 3%;
    transition: all 0.3s;
	z-index: 8;	
}


.bk-bule::after{
    content: "";
    position: absolute;
    background:url("../img/title-point1.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 106px;
    height: 109px;
    right: 2%;
    top: 3%;
    transition: all 0.3s;
	z-index: 8;	
}




.bk-yellow::before{
    content: "";
    position: absolute;
    background:url("../img/title-point3.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 106px;
    height: 109px;
    left: 2%;
    top: 3%;
    transition: all 0.3s;
	z-index: 8;	
}


.bk-yellow::after{
    content: "";
    position: absolute;
    background:url("../img/title-point3.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 106px;
    height: 109px;
    right: 2%;
    top: 3%;
    transition: all 0.3s;
	z-index: 8;	
}

/********************sale item**************************/

.sale-list{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-top: 8em;
	flex-wrap: wrap;
}


.sale-con{
	width: calc((100% - 125px) / 2);
	background-color: #fff;
	padding: 20px;
	box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.28);
	border-radius: 20px;
	position: relative;
	z-index: 9;
	margin-bottom: 1em;
	    margin-left: 10px;
    margin-right: 10px;
}

.saleFlex{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 9;
	
}


/*
.shop-logo{
	

	width: 100%;
	    max-width: 120px;
}
*/


.shop-logo img {
  display: block;
  max-width: 120px; /* shop-logoのmax-widthと同じに合わせる */
  width: 100%;
  height: auto;
  margin: 0 auto;
}


.shop-info{
width: 300px;
    padding-left: 10%;
}


.sale-con::after{
    content: "";
    position: absolute;
    background:url("../img/list-point.png") no-repeat;
    background-position: center;
	background-size: contain;
    width: 81px;
    height: 83px;
    left: 1%;
    bottom: 1%;
    transition: all 0.3s;
	z-index: 8;		
}

.shop-category{
	font-size: 1em;
	color: #fff;
	font-weight: 400;
}


.floor{
	background-color: #9E9E9E;
	border-radius: 5px;
	padding: 3px 10px;
	margin-right: 3px;
}


.genre{
	background-color: #73D4C1;
	border-radius: 5px;
	padding: 3px 10px;
	margin-right: 3px;
}


.only-day{
	background-color: #505050;
	border-radius: 5px;
	padding: 3px 10px;
	margin-right: 3px;
}




.shop-name{
	font-size: 1em;
	color: #707070;
	font-weight: 400;	
	text-decoration:underline;
}


.shop-name a{
	color: #707070;
}


.sale-item{
	font-size: 1.4em;
	color: #252525;
	font-weight: bold;		
	    margin-top: -6px;
}

.tax{
	font-size: 0.95em;
	color: #707070;
	font-weight: 400;			
}


.price{
	font-size: 3em;
	color: #00B0F2;
	font-weight:600;	
	text-align: end;
	line-height: 1em;
	margin-top: -10px;
	    margin-bottom: 0px;
}


.price-en{
		font-size:2.5em;
	color: #00B0F2;
	font-weight:600;	
	text-align: end;
	line-height: 1em;
	margin-top: -10px;
	    margin-bottom: 0px;
}






.small-price{
	font-size: 0.5em;
}


.sale-notice{
	text-align: end;
	color: #707070;
	font-size: 0.9em;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}


.sale-2item{
	    margin-top: 12px;
    margin-bottom: -6px;
}


/********************PICK UP**************************/

#pickup-con{
	margin-top: 15em;
	padding: 0 10px;
}


.pickup-inner{
	max-width: 1200px;
	margin: 0 auto;
	border: solid 2px #B79756;
	padding: 5em 1em 2em 1em;
}


.pickup-title{
	max-width: 463px;
	margin: 0 auto;
	width: 88%;
	background-color: #fff;
	padding: 10px;
	margin-top: -13em;
}


/**************mtタグ********************/
.otherevent_item {
    list-style: none;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}

.otherevent_item li {
    width: calc(100% / 3);
    padding: 10px;
    background-color: #ffffff;
    /* border: #FBB4A5 solid 3px; */
    border-radius: 13px;
    margin: 0 5px;
    box-shadow: 2px 3px 6px 0px rgba(1, 126, 123, 0.56);
}

@media screen and (min-width: 550px) {
    .otherevent_item li {
        width: calc(100% / 5);
    }
}


.otherevent_item li a {
    text-decoration: none;
}


.otherevent_image {
    background: #fff;
    position: relative;
    margin-bottom: 1em;
    display: flex
;

	    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin: auto;
    align-items: center;

}

.otherevent_image img{
	    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}







/**************mtタグ 終********************/




.btn-link{

    max-width: 300px;

    display: block;
    text-align: center;
    margin: 0 auto;
}


.app_btn{
	max-width: 300px;
	margin: 2em auto 0 auto;
background-color: #1C82B5;
	border-radius: 50px;
	padding: 12px 5px;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
	
}

.app_btn p{
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	font-weight: 400;
	position: relative;
 margin: 0 auto;
}


.app_btn p::after{
	  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}


.app_btn p:hover::after{
	right: 10px;
}

.app_btn:hover{
	box-shadow:none;
	 transition: all .3s;
}

@media screen and (max-width: 768px){
	.app_btn p{
		
    font-size: 1em;
	}
	
	.app_btn{
		max-width: 300px;
		    padding: 20px 5px;
	}
	
	.btn-link{
		max-width: 300px;
	}
	
	.app_btn p::after{
		right: 9px;
	}
}




/***********************バナーリンク*****************************/

#contents-link{
	margin-top: 6em;
	margin-bottom: 6em;
}


.bannerFlex{
	display: flex;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 auto;
}

.banner-inner{
	padding: 20px;
	margin: 0 20px;
}

.banner-inner p{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #3A3A3A;
	line-height: 1.2em;
	position: relative;
}



.banner-inner p::after{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #555555;
  border-bottom: 0;
  position: absolute;
  bottom: -120%;
  left: 50%;
  margin-top: -4px;
/*  transform: rotate(135deg);*/
    /*アニメーションの指定*/
    transition: all .3s;
	transform: translateY(-50%) translateX(-50%); 
}



.banner-img{
	max-width: 295px;
	margin: 0 auto;
	width: 100%;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
	margin-top: 3em;
	line-height: 1px;
}

.banner-img:hover{
	box-shadow:none;
	 transition: all .3s;
}




.tokuten-title {
    position: relative;
    padding: 1rem 1.5rem;
    color: #3A3A3A;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: 2em;
}


.tokuten-title::after {
    position: absolute;
    top: 11px;
    height: 40px;
    transform: rotate(30deg);
    content: '';
}

.tokuten-title::before{
    position: absolute;
    top: 11px;
    height: 40px;
    transform: rotate(-30deg);
    content: '';
}


.tokuten-title::before {
    border-left: solid 3px #3A3A3A;
    left: -10px;
}

.tokuten-title::after {
    border-right: solid 3px #3A3A3A;
    right: -10px;
}


.line-banner{
	max-width: 600px;
	margin: 0 auto;
	width: 94%;
	box-shadow: 2px 3px 2px 0px rgba(0, 0, 0, 0.33);
	margin-top: 1em;
	line-height: 1px;
}

.line-banner:hover{
	box-shadow:none;
	 transition: all .3s;
}




/********************footer***************************/

#footer {
  font-size: 10px;
text-align:center; 
  background: #7D7D7D;
  position: relative;
  z-index: 10;
}




.tc{
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	color: #fff;
	
	padding: 8px;
	display: inline-block;
}


@media screen and (max-width: 767px){
	.tc{
		font-size: 1em;
	}
	
}

/*************top btn****************/
@media all and (-ms-high-contrast: none) {
  .line_anime {
    height: auto;
  }
}
.topbtn {
  z-index: 999;
}


.footer_txt{
	font-weight: 500;
	color: #2D94A5;
	font-size: 1.3em;
}



.scrollaction {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}
.scrollaction .actionactive {
  opacity: 1;
  transform: translate(0, 0);
}

.topbtn {
  display: inline-block;
  padding-top: 0;
  position: fixed;
  bottom: 16px;
  right: 15px;
}
.topbtn a {
  text-decoration: none;
}

.topbtn::before {
  animation: scroll 3.5s infinite;
  border: solid #2D94A5;
  border-width: 0 0 2px 2px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px){
	.topbtn{
		bottom:3%;
	}
	 
}





@keyframes scroll {
  0% {
    transform: rotate(135deg) translate(0, 0);
  }
  80% {
    transform: rotate(135deg) translate(-20px, 20px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.con__evenbtn .scrollaction,
.eventall__link-btn-arrow .scrollaction {
  transform: translate(-100px, 0);
}

.con__evenbtn .scrollaction.actionactive,
.eventall__link-btn-arrow .scrollaction.actionactive {
  opacity: 1;
  transform: translate(0, 0);
}

/*************top 終****************/



/********************sp*****************************/


@media screen and (max-width: 1250px){
	.con-wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
}





@media screen and (max-width: 984px){
	.shop-category{
		font-size: 0.9em;
	}	
	
	
	.shop-info{
		    padding-left: 7%;
	}
	
	
.floor{

	padding: 3px 3px;
	margin-right: 3px;
}


.genre{

	padding: 3px 3px;
	margin-right: 3px;
}


.only-day{
	padding: 3px 3px;
	margin-right: 3px;
}	
	
	.shop-logo img{
		max-width: 77px;
	}
	
	
	.price-en{
		    line-height: 0.8em;
    margin-top: -1px;
	}
	
}





@media screen and (max-width: 768px){
	
	.con-wrap{
		margin-top: 6em;
	}
	
	
	
	.con::after,.con::before{
		display: none;
	}
	
	.bk-bule::after,.bk-bule::before{
		display: none;
	}
	
	.bk-yellow::after,.bk-yellow::before{
		display: none;
	}	
	
	
	.sale-list{
		margin-top: 2em;
		        margin-left: 15px;
        margin-right: 15px;
	}
	
	.sale-con{

		width: calc((89%) / 1);
	}
	

	
	.shop-category{
		font-size: 0.8em;
	}	
	
	
	
	.shop-logo img{
		        max-width: 117px;
	}	
	
	
	.shop-info{
		    width: 355px;
	}
	
	.shop-name{
		    font-size: 0.9em;
	}
	
	.sale-item{
		    font-size: 1.3em;
	}
	
	.tax{
		    font-size: 0.9em;
	}
	
	.price{
		    font-size: 2.4em;
	}
	
	.price-en{
		    font-size: 2.4em;
	}
	
	.category-wrap{
		    margin-top: -3em;
		    margin-bottom: 10em;
	}
	
	
	.bannerFlex{
		display: block;
	}
	
	.banner-inner p{
		font-size: 1.1em;
	}
	
	.pickup-title{
		    margin-top: -9em;
	}
	
	.mgn-minus{
		margin-bottom: 5em;
	}
	
	#pickup-con{
		    margin-top: 9em;
	}
	
	
}

@media screen and (max-width: 472px){
	.tokuten-title{
		    font-size: 1.1em;
		
	}
	
	.tokuten-title::before{
		left: 8px;
	}
	
	
	.tokuten-title::after{
		    right: 8px;
	}
}




/*マーカー*/
.marker{
	background: linear-gradient(transparent 70%, #FFEB5F 30%);
	 display: inline;    
	  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}


/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
      background-size: 100% 100%;
}

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

	.marker{
	background: linear-gradient(transparent 75%, #FFEB5F 25%);
	 display: inline;    
	  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}


/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
      background-size: 100% 100%;
}
	
	
	
	
}



.fade-in-up {
  opacity: 0;
  transform: translateY(30px); /* 30px下から開始 */
  animation: fadeInUp 1.5s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*スクロールアップ*/
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}











</pre></body></html>