@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;}

img { width: 100%;
margin: 0px; }

body {
	margin: 0;
	    font-family: "Noto Serif JP",serif;
				color:#000000;
					filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
				letter-spacing: 1px;
}

footer {
	padding: 1em 0px 1em 0px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
}

.pc_width{
	width: 90%!important;
}

.pc_width ul li{
	width: 45%;
}

.pc_width img{
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));

}
.novelty{
	width: 50%;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
}

.webto_{

    width: 50%;
		margin-bottom:30px;
    -webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
}

  .newinfo{
    padding: 10px;
    display: block;
    color: #ff9a00;
    border: 1px solid;
    width: 50%;
}


.psc {
  width: 90%;
	margin-bottom:30px;
	border-radius: 10px;
	overflow: hidden;
  border: 2px solid #4E4C4C;
    background-color: white;-webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
}

.group_txt{
	font-size: 16px;
}

.nezu{
  font-family: Noto serif TC;
}

  .a5 li{
		width: 45%;
	}

	.a5 img{
		border: 1px solid #4c4c4c;
	}

.goods_img li{
	display: block;
	margin-bottom: 15px;
}

.can img{
	width: 90%;
}

.maste li{
	margin-bottom: 0;
}

.maste p{
    margin: 0;
}


.maste .flex li{
}

  .a4 ul li{
    width: 90%;
  }

  .a4 li img{
    width: 80%;
  }
.can_a li{
	width: 20%;
}

.can_b li{
	width: 20%;
}

.acril_a li{
	width: 20%;
}

.acril ul{
	justify-content: space-between!important;
}


.acril_b li{
	width: 20%;
}

.acril img{
	width: 100%;
	vertical-align:bottom;
}



.goods_img{
	  width: 700px;
    margin: 30px;
		margin-bottom:10px;
    border:2px solid #4E4C4C;
	    background-color: white;-webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
}

.psc ul{
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
		padding:30px 0;
    padding-top: 10px;
}

.agroup  img{
    width: 160px;

}

.bgroup  img{
    width: 160px;
}

.weblink{
	margin: 0 auto;
    display: block;
		width: inherit;
}

.web_to a{
    display: block;
    background-color: #4E4C4C;
    width: 65%;
    margin: 0 auto;
    padding: 20px;
		color:white;
    font-size: 14px;
    border-radius: 10px;
    text-decoration: none;
}
.web_to a:hover{
	opacity: 0.7;
}

.web_to a:visited{
	color: white;
}


a {
	color:#4E4C4C;
}

a:visited{
	color:#4E4C4C;
}

.date{
	font-size:14px;
	text-align: center;
	margin:5px auto;
}

nav ul{

    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: space-evenly;
}

nav li{

	    width: 45%;
    margin-bottom: 10px;
}

.background{}

nav li img{
		-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,.2));
}

.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}

.show .background {
    opacity: 1;
}
.contents .wrap {
    padding: 40vh 0 60vh;
    position: relative;
    z-index: 2;
	}

nav li a:hover{
		opacity: 0.7;
}

footer span {
	font-size: 5px;
}

footer a:link {
	color: #FFF;
	text-decoration: none; }

footer a:hover {
	text-decoration: underline; }

footer a:visited {
	color: #FFF;
}

.copyright{
	font-weight: normal;
}

h1 {
	margin: 0;
}

h3 {
	margin-bottom: 0px;a
	color: #4E4C4C;
}

h4 {
	margin-top: 10px;
}


#newyear
{
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));

    background-color: #f0f0f0;
}


/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 30px);
	transition : all 1000ms;
	}


/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}


	.fadein_now {
		opacity : 0.1;
		transform : translate(0, 30px);
		transition : all 1000ms;
		}


	/* 画面内に入った状態 */
	.fadein_now.scrollin {
		opacity : 1;
		transform : translate(0, 0);
		}
.topimg {
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
}

.intro2{
	padding:0 10%;
  line-height: 1.8;
}

.top .gaiyou h2{
	font-weight: normal;
    letter-spacing: 5px;
    margin-top: -10px;
    border-bottom: 1px solid #333;
    width: 30%;
    color: #444;
    padding-bottom: 5px;
}

.gaiyou{
    border: 1px solid #333;
    border-radius: 10px;
    padding: 3%;
    background-color: white;
}
	.topimg img {
	}

	.logodate {
		max-width: 797px;
		margin-top: 8px;
	}
	.border {
		max-width: 830px;
		margin: 20px 0;
	}
	.top h2 {
		margin: 3px 0;
	}

.eventinfo p.introduction{
		padding:10px;
    font-size: 16px;
		text-align: center;
		color: #4E4C4C;
	}

.intro {
	font-size: 18px;
	color:#cd9eff;
    text-align: left;
    padding: 0 13%!important;
}

 .menubx p {
		max-width: 800px;
	}




.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;
	-webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.2));
	filter: drop-shadow(0px 3px 6px rgba(0,0,0,.2));
}

#newyear{
		max-width: 1024px;
}

.akeome{
 font-family: "Hannari";
 font-size: 3rem;
    margin: 0;
    padding-top: 10px;
}

.g_list{
	list-style-type: none;
  padding-left: 0;
	margin-bottom:0;
}

.container {
	max-width: 1024px;
	margin: 0px;
    padding-bottom: 5px;
}

.top, .intro, .menubx, .goods {
	padding: 0;
}


.left {
	text-align: left;
}

.drink-des {
	color: #4E4C4C;
	font-style: italic;
}

.s_kikan{
	text-align: center;
	max-width: 90%;
}


.txt-head {
	max-width: 655px;
}

.category, .category2 {
	min-height: 48px;
	width: 75%;
	margin:0;
}
	.category {
		background-color: #4E4C4C;
	    padding: 1px;
    margin-bottom: 10px;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,.1));
	}
	.category2 {
		background-color: #4E4C4C;
	}

	.category h2, .category2 h2 {
		color: white;
		font-weight: bold;
		font-size: 32px;
	}



.menubx {
	margin: 2em 0;
}
	.menubx h1 {
		color:  #4E4C4C;
    font-size: 19px;
	}

	.menubx img {
	max-width: 830px;
	}

	.menubx p {
		font-size: 16px;
		letter-spacing: 1px;
    padding: 0 20%;
		margin;0;
	}




	.gdbx img {
	}
	.gdbx p {
		    padding: 0 5%;
	}


.gd-name {
	color:  #4E4C4C;
	border-top: solid 2px  #4E4C4C;
	border-bottom: solid 2px #4E4C4C;
	max-width: 600px;
	margin-bottom: 1em;
    padding: 10px;
    font-size: 15px;
}
.g_list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.g_list li{
	width: 45%;
}

.g_list .goods_img{
	width: 100%;
  margin: 30px 0;
}


.psc ul li{
	    margin-bottom: 10px;
}

.shadow img{
	-webkit-filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
    filter: drop-shadow(0px 0px 6px rgba(0,0,0,.1));
}

.goods_img ul{
	display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 10px 20px 0px 20px;
		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: 100%;
}




	.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 #ffffff;
	-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 {

	}

	.maste{
	    padding-top: 20px;
	}
.eventinfo {
	width: 75%;
	border-radius: 10px;
	margin-bottom: 40px;
	padding-top:20px;
}

.eventinfo p{
	margin:5px;
	text-align: left;
	font-size: 16px;
}

.vertical_img{
	width: 65%;
}

.vertical_img .mainvisual{

}

.vertical_img .title{
	position: relative;
top: -250px;
}

.orbital_img .title{
	position: relative;
    top: -450px;
}

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;
	}

	#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;
	}
}


section {
    display: flex;
}
.one {

	    transition: all 0.5s ease 0s;
}

.yukaku_font p{
	color: white!important;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.9));
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.9));
}




.yukaku_font .gd-name{
color: white;
border-top: solid 2px white;
border-bottom: solid 2px white;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
    background-color: rgba(255,255,255,0.35);
    background-blend-mode: lighten;
    background-attachment: fixed;
  opacity: 0;
  transition: all 0.7s ease 0s;
  z-index: -1;
}
.show .bg {
  opacity: 1;
}
.bg._01 {
	background-image: url(../img/bg_1.jpg);
    background-color: rgba(255,255,255,0);
    background-blend-mode: lighten;
}


.bg_setting{

    background-size: contain;
	    background-color: rgba(255,255,255,.4);
	    background-blend-mode: lighten;
    padding-top: 1rem;
		background-attachment: inherit;
    background-repeat: repeat;
}


.katana_bg{

	background-image: url(../img/bg_2.jpg);
	background-size:cover;
	background-attachment: inherit;
}
.yukaku_bg{

		background-image: url(../img/bg_1.jpg);
	    background-color: rgba(255,255,255,.0);
}
.zero_bg{
		background-image: url(../img/bg_4.jpg);
}

.sn_cafe_bg{
	background-image: url(../img/bg_5.jpg);
}


.onebox {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
}
.onebox img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 15px;
}
.onebox p {
    text-align: center;
    margin: 0;
}
