@charset "UTF-8";


/*----------common----------*/

html, body, header, footer, section, article, acide, div, img, a, ul, li, h1, h2, h3, h4, h5, h6, h7, p {
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	position: relative;
	background-color:#fff;
	width:100%;
    height:100%;
	font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ",Verdana,Helvetica,sans-serif;
	font-size:10px;
	-webkit-font-smoothing: antialiased;
	color:#000;
	line-height:1.8em;
}
img {
	height: auto;
	border:0;
	vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight:normal;
}
ul {
	list-style: none;
}
li {
	width: auto;
}
li a {
	display: block;
	text-decoration: none;
}
/*----------202001追加----------*/
div .lines {
	height: 4em;
}
.int-text h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.int-text h2::before {
	content: "-";
	margin-right: 0.3em;
	
}
.int-text h2::after {
	content: "-";
	margin-left: 0.3em;
}



/*----------shortcode----------*/

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt100 {
	margin-top: 100px;
}


.clear:after {
	content: "";
	display: block;
	clear: both;
}
.flex-container {
	display: flex;
}





/*----------link----------*/
a {
	outline:none;
	text-decoration:none;
	color:#000;
	font-size: 1.3em;
}
a:focus,
a:active,
a:hover {
	outline:none;
}
a.opacity:hover,
a.opacity:active {
    opacity:0.3;
}


	/* Pop */
	@-webkit-keyframes hvr-pop {
	  50% {
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	  }
	}
	@keyframes hvr-pop {
	  50% {
	    -webkit-transform: scale(1.1);
	    transform: scale(1.1);
	  }
	}
	.hvr-pop {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	}
	.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	  -webkit-animation-name: hvr-pop;
	  animation-name: hvr-pop;
	  -webkit-animation-duration: 0.3s;
	  animation-duration: 0.3s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: 1;
	  animation-iteration-count: 1;
	}






/*----------container----------*/

body {
	display: flex;
	justify-content: center;
	align-items: center;
}
section {
	margin-top: -3%;
	text-align: center;
}
section > h1 {
}
div.shop-container {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
div.shop-container > div:last-child {
	position: relative;
	margin-left: 50px;
}
div.shop-container > div:last-child > div {
	position: absolute;
	right: -30px;
	bottom: -50px;
}
div.shop-container > div > a {
	display: block;
}
div.shop-container > div > a > p {
	margin-top: 5px;
}




