@charset "utf-8";
/* CSS Document */

/*h2 { background: url(../img/product/title_shop.png) no-repeat; height: 100px; margin-bottom: 30px; text-indent: -9999px; }
*/
h2 {
    color:#b60005;
    margin-bottom: 30px;
    text-align: center;
	font-family: "Pirata One", system-ui;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 2px;
}

#menu { 
	max-width: 960px; 
	background: #000; 
	margin: 0px auto 50px auto; 
	font-family: "Pirata One", system-ui;
	font-weight: 400;
	font-size: 30px; 
	display: flex; 
	justify-content: space-around; 
	color:#666;
}
#menu li { width: 100%; text-align: center; border-right: 1px solid #2E2E2E; position: relative;}
#menu li:first-child { border-left: 1px solid #2E2E2E; }

#menu li a {color:#fff;}
#dot { 
	max-width: 960px; 
	display: flex; 
	justify-content: space-around; 
	margin:-20px auto 0 auto; 
	position:relative;
	z-index:9999;
}
#dot li{width:137px; text-align:center;}

li{
	list-style:none;
}


img {
	max-width:100%;
	height: auto;/*高さ自動*/
}

.blanc{	padding:100px;}

.cent { margin: 0 auto; 
		text-align: center;}

.container_01 {
    margin: 0 auto;
    margin-top: 1rem;
	max-width: 1200px;
    padding: 0 1.0rem;
    position: relative;
}

#shop h1{
	border-bottom:1px solid;
	border-color: #b60005;
	color: #b60005;
	margin-bottom: 15px;
letter-spacing:-.1px;
}

a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 250px;
	margin: auto;
	padding: 0.2rem 0.4rem;
	font-weight: bold;
	border: 2px solid #b60005;
	color: #b60005;/*FF0087*/
	border-radius: 10vh;
	transition: 0.5s;
}

a.btn_03:hover {
	color: #fff;
	background: #b60005;
}

/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}
.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.col {
/*    margin-left: 2%;*/
	    margin: 2%;
}
	
.col:first-child { 
    margin-left: 0; 
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 22%;
    max-width: 22%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

}

.blank{	padding:60px;}

/*
.list { text-align: left; padding-bottom: 50px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 80px; }
.list dt { width: 400px; }
.list dd { width: 540px; letter-spacing: 1px; line-height: 1.5; }
.list dd p { margin-bottom: 10px; }
.list h4 { font-weight: 400; color: #F69;letter-spacing: 2px; font-size: 24px; border-bottom: 1px solid #F69; margin-bottom: 10px; }
.subCast { background: #000; font-size: 12px; padding: 15px; }
.subCast:first-line { font-weight: bold; }
.tokuten:first-line { font-weight: bold; color: #F69; }
.price { font-size: 24px; font-weight: bold; text-align: right; margin-top: 50px; }
.price small { font-size: 16px; font-weight: normal; }
.caut { font-size: 10px; }
.link { margin-bottom: 5px !important; }
.link a { display: block; width: 280px; padding: 10px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-left: auto; background: #005EFF; color: #000 !important; text-decoration: none; letter-spacing: 3px; text-align: center; }
.link a:hover { background: #FFF; }
*/
/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
ლ(╹◡╹ლ) 
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media screen and (max-width: 720px) {	
	h2 { width: 100%; height: auto; padding-bottom: 10.41666%; background-size: contain; }
	.list { flex-wrap: wrap; }
}