@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}


hr { border: solid 1px #cd9eff;}


header img{
  width: 100%;
}

#newyear{
}

.koukai p{
  font-size: 30px!important;
}

html{

  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

body {
	margin: 0 auto;
	    font-family: "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
        width: 960px;
				letter-spacing: 1px;
				background-color: #000;
				-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));

}

.slick-track{

    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
}

.orbital_img{

}

.bg_header{
    margin: 0 auto;
    display: block;
}

.orbital_img .title{
	position: relative;
top: -550px;
}

footer {
	padding: 1em 0px 1em 0px;
	font-weight: bold;
	color: #cd9eff;
	background-color: #333;
}

/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 30px);
	transition : all 1000ms;
	}


/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


.novelty img{
  margin-top:1rem;
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
    border: 1px solid #333;
}

.price{
	margin-top:0!important;
}

.lm h3{
	margin-bottom: 0;
}



  .newinfo{
    padding: 10px;
    display: block;
    color: #ff9a00;
    border: 1px solid;
    width: 50%;
  }

.gaiyou{

    border: 1px solid #eee;
    padding: 10px;
    max-width: 550px;
    margin: 20px;

}


.psc {
  width: 90%;
	margin-bottom:30px;
	border-radius: 10px;
	overflow: hidden;
  border: 2px solid #464646;
}

.group_txt{
	font-size: 20px;
}

.nezu{
  font-family: Noto serif TC;
}

  .a5 li{
		width: 45%;
	}

	.a5 img{
		border: 1px solid #4c4c4c;
	}

.goods_img li{
	display: block;
	margin-bottom: 15px;
}

.goods li{
	border: 1px solid;
    border-radius: 10px;
    width: 80%;
		margin-bottom: 20px;
}

.can img{
	width: 150px;
}

.can_a li{
	width: 25%;
}

.can_b li{
	width: 20%;
}

.acril_a li{
	width: 25%;
}

.acril ul{
	justify-content: space-between!important;
}


.acril_b li{
	width: 20%;
}

.acril img{
	width: 100%;
	vertical-align:bottom;
}


.goods_img{
		margin-bottom:10px;
		padding-top:10px;
}

.goods_img img{
  width: 100%;
  border-radius: 5px;
}

.psc ul{
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
		padding:30px 0;
    padding-top: 10px;
}

.agroup  img{
    width: 190px;

}

.bgroup  img{
    width: 160px;
}

.weblink{
	margin: 0 auto;
    display: block;
		width: inherit;
}

a{
	color: #eee;
}

.date{
	font-size:14px;
	text-align: center;
	margin:5px auto;
}

footer span {
	font-size: 5px;
}

footer a:link {
	color: #FFF;
	text-decoration: none; }

footer a:hover {
	text-decoration: underline; }

footer a:visited {
	color: #FFF;
}

h1 {
	margin: 0;
}

h3 {
}

.midashi{
	background-color: #BE3B27;
    color: white;
    padding: 10px;
}


.goods h3{
	margin-bottom: 0;
}

h4 {
	margin-top: 10px;
}


#newyear{
	margin: 0 auto;
}

.topimg {
	background-image: url(../img/top1bg.png);
	background-repeat: repeat-x;
    background-size: cover;
}
	.topimg img {
	}

.top {
}
	.logodate {
		max-width: 797px;
		margin-top: 8px;
	}
	.border {
		max-width: 830px;
		margin: 20px 0;
	}
	.top h2 {
		margin: 3px 0;
	}

.eventinfo p.introduction{
		font-size: 16px;
		line-height: 2;
    text-align: left;
	}

.intro {
	font-size: 18px;
	color:#cd9eff;
    text-align: left;
    padding: 0 13%!important;
}

 .menubx p {
		max-width: 800px;
	}




  /*==================================================
  スライダーのためのcss
  ===================================*/
  /*画像の横幅を100%にしてレスポンシブ化*/
  img{
  	width: 100%;
  	height: auto;
  	vertical-align: bottom;/*画像の下にできる余白を削除*/
  }

  /*メイン画像下に余白をつける*/

  .gallery{
  	margin:0 0 5px 0;
  }

  .gallery li{
  list-style:none;
  }

  /*矢印の設定*/

  /*戻る、次へ矢印の位置*/
  .slick-prev,
  .slick-next {
      position: absolute;/*絶対配置にする*/
  	z-index: 3;
      top: 42%;
      cursor: pointer;/*マウスカーソルを指マークに*/
      outline: none;/*クリックをしたら出てくる枠線を消す*/
      border-top: 2px solid #ccc;/*矢印の色*/
      border-right: 2px solid #ccc;/*矢印の色*/
      height: 25px;
      width: 25px;
  }

  .slick-prev {/*戻る矢印の位置と形状*/
      left:2.5%;
      transform: rotate(-135deg);
  }

  .slick-next {/*次へ矢印の位置と形状*/
      right:2.5%;
      transform: rotate(45deg);
  }

  /*選択するサムネイル画像の設定*/

  .choice-btn li{
  	cursor: pointer;
  	outline: none;
  	background:#333;
    margin-bottom: 5px;
    margin-right: 5px;
    width: 10%!important;
  list-style:none;
  }

  .choice-btn{

  }

  .novelty{
    width: 30%;
  }
  .choice-btn li img{
  	opacity: 0.4;/*選択されていないものは透過40%*/
  }

  .choice-btn li.slick-current img{
  	opacity: 1;/*選択されているものは透過しない*/
  }


.slim {
	font-weight: normal;
}

.color-r {
	color: red;
}

.

.color-rr {
	color: #cd9eff;
}

.letter-space {
	letter-spacing: -1px;
}

.gamaguchi li{
	width: 45%;
}


.web_to{
	margin-bottom: 50px;
	text-align: center;
}


.container {
	max-width: 960px;
	margin: 0px;
  background-color: #000;
    padding-bottom: 5px;
}

.top, .intro, .menubx, .goods {
	padding: 0 8px;
}

.left {
	text-align: left;
}

.drink-des {
	color: #cd9eff;
	font-style: italic;
}


.txt-head {
	max-width: 655px;
}

.category, .category2 {
	min-height: 48px;
	margin: 20px 0;
}
	.category {
		background-color: #ab69f0;
	}
	.category2 {
		background-color: #ab69f0;
	}

  h2{
    color: #eee;
  }

	.category h2, .category2 h2 {
		color: white;
		font-weight: bold;
		margin: 30px 0px;
		font-size: 32px;
	}



.menubx {
	margin: 2em 0;
}
	.menubx h1 {
		color:  #cd9eff;
    font-size: 19px;
	}

	.menubx img {
	max-width: 830px;
	}

	.menubx p {
		font-size: 16px;
		letter-spacing: 1px;
		padding: 0 5%;
		margin:10px;
	}


	  a:hover{
	    opacity: 0.7;
      transition: 0.2s;
	  }


	.gdbx img {
		margin: 10px 0;
	}
	.gdbx p {
		    padding: 0 5%;
	}


.gd-name {
	color:  #cd9eff;
	max-width: 600px;
	margin-bottom: 1em;
	padding-top:5px;
  font-size: 1rem;
  color: white;
}

.shadow img{
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
}

.goods ul{
	list-style-type: none;
}



.goods_img ul{
	display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
		margin-block-start:0;
}

.goods_img li p{
	margin-top: 0;
	text-align: center;
}

.maste ul{

}

	.canbadge {
		max-width: 842px;
	}
	.a4 {
		max-width: 800px;
	}
	.sticker {
		max-width: 662px;
	}


.acril_a img{
	width: 90%;
}




	.limit {
		max-width: 93px;
		display: inline-block;
	}
		.icstk {
			max-width: 243px;
			display: block;
		}

	.cost {
		font-size: 20px;
		text-align: center;
		margin-top:0;
	}

	.sale-date {
		color: red;
	}


.webshop-btn {
	font-family: 'Sawarabi Mincho',serif;
	font-size: 32px;
	color: white !important;
	padding: 10px 20px;
	width: 90%;
	display: block;
	margin: 1em 0px;
	background: -moz-linear-gradient(
		top,
		#cd9eff 0%,
		#cd9eff);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#cd9eff),
		to(#cd9eff));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 12px;
	border: 1px solid #BE3B27;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 3px 5px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
}

a.webshop-btn, a.point-btn {
	text-decoration:none;
}

a.webshop-btn:hover, a.point-btn:hover {
		text-decoration: underline;
	}

a.webshop-btn:visited, a.point-btn:visited {
		color: currentColor;
	}

	.limitbx {

	}

.bamensha {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.bamensha li{
  width: 23%;
}

.bamensha li img{
  width: 100%;
}

ul{
  padding-left: 0;
  list-style-type: none;
}

.eventinfo {
	width: 80%;
	border-radius: 10px;
	margin-bottom: 40px;
	padding-top:20px;
}

.shikibd h2{

    border-bottom: 1px solid #fff;
    width: 80%;
    margin: 1rem;
    padding-bottom: 1rem;
}

.haikei p{
  padding: 0 5%;
}

.menu_area, .goods
{
  padding: 0 5%;
  margin-bottom: 3rem;
}
.eventinfo p{
	margin:5px;
	text-align: left;
	font-size: 16px;
}

p{
  color:#EEE;
}

.goods{
  display: flex;
flex-wrap: wrap;
justify-content: space-around;

}

.gdbx{
  width: 48%;
}

p.gaiyou {
  margin-bottom: 2rem;
}

h3{
  color: white;
}

.menu_area p{
  text-align: center;
}

p.kikan{
    text-align: center;
    font-size: 20px;
}

	#page_top{
	  width: 50px;
	  height: 50px;
	  position: fixed;
	  right: 20px;
	  bottom: 20px;
	  background: #666;
	  opacity: 0.6;
	  border-radius: 50%;
	}
	#page_top a{
	  position: relative;
	  display: block;
	  width: 50px;
	  height: 50px;
	  text-decoration: none;
	}
	#page_top a::before{
	  font-family: 'Font Awesome 5 Free';
	  font-weight: 900;
	  content: '\f106';
	  font-size: 25px;
	  color: white;
	  position: absolute;
	  width: 25px;
	  height: 25px;
	  top: -5px;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  margin: auto;
	  text-align: center;
	}
	#point {
		margin: 3em 0;
		color: #cd9eff;
	}

.web_to a{

	    display: block;
	    background-color: #4E4C4C;
    width: 80%;
	    margin: 0 auto;
	    padding: 20px;
	    color: white;
			text-decoration: none;
	    font-size: 14px;
	    border-radius: 10px;
	    text-decoration: none;
	}
	#point h2 {
        margin: 1em 0;
        letter-spacing: 2px;
    }


    .point-btn {
    	border: solid 1px #cd9eff;
    	padding: 20px;
    	font-family: 'Sawarabi Mincho',serif;
    	font-size: 24px;
    	display: block;
    	max-width: 80%;
   	 	margin : 2em 0px;
    	line-height: 1.2em;
    }

@media screen and (max-width: 767px){
	.webshop-btn {
		width: auto;
	}
}

@media screen and (max-width: 320px){
	.hd-acril, .menubx h1, .drink-des {
		letter-spacing: -1px;

	}
	.category h2 {
		padding: 0;
	}
}
