#dammy {
	display: block;
	overflow: hidden;
	background: url('../img/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

body {
	background: url('../img/common/bk_img.jpg');
	font-family: GenJyuuGothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings : 'palt';
	color: #3b3b3b;
}

@font-face {
	font-family: 'GenJyuuGothic';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/GenJyuuGothic-P-Normal-sub.woff') format('woff'),
		url('../fonts/GenJyuuGothic-P-Normal-sub.otf') format('opentype');
}

@font-face {
	font-family: 'GenJyuuGothic';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/GenJyuuGothic-P-Medium-sub.woff') format('woff'),
		url('../fonts/GenJyuuGothic-P-Medium-sub.otf') format('opentype');
}

.noto {
	font-family: noto-sans-cjk-jp, sans-serif;
}

/*
Noto Sans CJK JP Regular
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;

Noto Sans CJK JP Medium
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;

Noto Sans CJK JP Bold
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal;

Calibri Light
font-family: calibri, sans-serif;
font-weight: 300;
font-style: normal;

Calibri Regular
font-family: calibri, sans-serif;
font-weight: 400;
font-style: normal;

Coniferous Regular
font-family: coniferous, sans-serif;
font-weight: 500;
font-style: normal;
*/

html, body {
	height:100%;
}

body.fixed {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
}

header,
article,
nav,
section,
footer {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

header,
article,
nav,
section,
footer,
div,
p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	line-height: 1.6;
}

a {
	color: #333;
	border: none;
	outline: 0;
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

img {
	border: 0;
	vertical-align: bottom;
}

.mimg img {
	width:100%;
	height:auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	line-height: 1.6;
}

ul,
ol {
	list-style: none;
}

li {
	line-height: 1.6;
}

.pc {
	display: none;
}

.spinput button,
.spinput input,
.spinput optgroup,
.spinput select,
.spinput textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

.spinput button {
	overflow: visible;
}

.spinput button,
.spinput select {
	text-transform: none;
}

.spinput optgroup {
	font-weight: bold;
}

.spinput input[type="text"],
.spinput input[type="password"],
.spinput input[type="email"],
.spinput input[type="url"],
.spinput input[type="date"],
.spinput input[type="month"],
.spinput input[type="time"],
.spinput input[type="datetime"],
.spinput input[type="datetime-local"],
.spinput input[type="week"],
.spinput input[type="number"],
.spinput input[type="search"],
.spinput input[type="tel"],
.spinput select,
.spinput textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #AAA;
}

::-moz-placeholder {
	color: #AAA;
}

:-ms-input-placeholder {
	color: #AAA;
}

::-placeholder {
	color: #AAA;
}

.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

.nos {
	margin:0;
	padding:0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
	font-size: 1.0em;
	font-weight: 700;
}

.ec-layoutRole__main {
	padding:0 0 30px;
}

/*
=================================== */
#wrapper {
	padding:60px 0 0;
	font-size:15px;
	overflow-x: hidden;
}

.block1 {
	padding:30px 10px;
}

@media screen and (min-width: 350px) {

	.block1 {
		padding:30px 20px;
	}
}

header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color: #FFF;
	box-shadow: 0 3px 3px 0 rgba(51, 51, 51, 0.1);
	z-index: 50;
}

header .block1 {
	padding:10px 0 0 60px;
	height:60px;
	position: relative;
}

header .logobox {
	width:163px;
	float:left;
}

header .logobox h1 {
	display: none;
}

header .logobox p {
	width:163px;
}

header .logobox p a {
	display: block;
	overflow: hidden;
	background: url('../img/common/sp_logo.png') no-repeat;
	background-size: 163px 41px;
	padding: 41px 0 0;
	height: 0!important;
}

header .menu {
	position: absolute;
	top:14px;
	left:10px;
	width:32px;
}

header .menu a {
	display: block;
	height: 32px;
	overflow: hidden;
	position: relative;
}

header .menu a::before,
header .menu a::after {
	position: absolute;
	content: '';
	left: 0;
	width: 32px;
	height: 2px;
	background-color: #000;
	transition: .3s;
}

header .menu a::before {
	top: 7px;
}

header .menu a::after {
	bottom: 5px;
}

header.active .menu a::before {
	top: 5px;
	left: 7px;
	width: 29px;
	-webkit-transform-origin:left top 0;
	-moz-transform-origin:left top 0;
	-ms-transform-origin:left top 0;
	-o-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

header.active .menu a::after {
	bottom: 5px;
	left: 5px;
	width: 29px;
	-webkit-transform-origin:left top 0;
	-moz-transform-origin:left top 0;
	-ms-transform-origin:left top 0;
	-o-transform-origin:left top 0;
	transform-origin:left top 0;
	-webkit-transform: rotate(-44deg);
	-ms-transform: rotate(-44deg);
	transform: rotate(-44deg);
}

header .menu b {
	position: absolute;
	content: '';
	top:16px;
	left: 0;
	width: 32px;
	height: 2px;
	background-color: #000;
	transition: .3s;
}

header.active .menu b {
	opacity: 0;
	left: 40px;
}

header .sp_menu {
	padding:10px 15px 0 0;
	width:100px;
	float:right;
}

header .sp_menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header .sp_menu li {
	margin:0 10px 0 0;
	width:30px;
	position: relative;
}

header .sp_menu li:last-child {
	margin-right:0;
}

header .sp_menu li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 30px 0 0;
	height: 0!important;
}

header .sp_menu li.user a {
	background-image: url('../img/common/icon_user.svg');
	background-size: 18px 21px;
}

header .sp_menu li.fav a {
	background-image: url('../img/common/icon_fav.svg');
	background-size: 21px 21px;
}

header .sp_menu li.lock a {
	background-image: url('../img/common/icon_lock.svg');
	background-size: 18px 21px;
}

header .sp_menu li.cart a {
	background-image: url('../img/common/icon_cart.svg');
	background-size: 23px 21px;
}

header .sp_menu li.cart b {
	position: absolute;
	top:-3px;
	left:50%;
	display: block;
	margin:0 0 0 5px;
	width:16px;
	height:16px;
	line-height:16px;
	text-align: center;
	color:#FFF;
	font-size: 1.1rem;
	font-style: normal;
	background-color: #e02547;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

header .hinfo_block {
	display: none;
}

header .shopping_block {
	display: none;
}

header .cat_block {
	display: none;
}

.mtitle_area {
	background: url('../img/common/bgtile1.png') repeat center top;
	background-size: 70px 70px;
}

.mtitle_area .block1 {
	padding-top:0;
	padding-bottom:0;
	height:100px;
	position: relative;
}

.mtitle_area .mtitle {
	padding:30px 0 0;
}

.mtitle_area p {
	margin:0 0 2px;
	line-height:1.0;
	font-size:2.5rem;
	font-family: calibri, GenJyuuGothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 2px;
}

.mtitle_area h2 {
	font-size:1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
}

.colored {
	background: url('../img/common/bgtile1.png') repeat center top;
	background-size: 70px 70px;
}

.sns_area {
	background: url('../img/common/bgtile2.png') repeat center top;
	background-size: 70px 70px;
}

.sns_area .block1 {
	padding-top:28px;
	padding-bottom:0;
	height:90px;
}

.sns_area ul {
	display: flex;
	justify-content: center;
}

.sns_area li {
	margin:0 15px;
	width:32px;
}

.sns_area li a {
	display: block;
	overflow: hidden;
	background-size: 32px 32px;
	padding: 32px 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 0!important;
}

.sns_area li.line a {
	background-image: url('../img/common/icon_line.png');
}

.sns_area li.insta a {
	background-image: url('../img/common/icon_insta.png');
}

.sns_area li.fb a {
	background-image: url('../img/common/icon_fb.png');
}

.inforbox .time {
	display: flex;
	align-items: center;
	background: url('../img/common/icon_infor.png') no-repeat left center;
	background-size: 60px auto;
	padding:0 0 0 75px;
	line-height:1.4;
	min-height:45px;
	text-align: left;
	font-size:2.5rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.inforbox .time b {
	display: block;
	margin:0 15px 0 0;
	color:#ea115f;
	font-size:1.6rem;
	letter-spacing: 2px;
}

.inforbox .caution li {
	font-size:1.2rem;
}

footer {
	background: url('../img/common/bgtile3.png') repeat center top;
	background-size: 70px 70px;
}

.pagetop {
	display: none;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 35px;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.pagetop a {
	display: block;
	overflow: hidden;
	background: url('../img/common/pagetop.svg') no-repeat center center;
	background-size: 16px 8px;
	background-color:rgba(0, 0, 0, 0.2);
	padding: 35px 0 0;
	height: 0!important;
}

.sidetab {
	display: none;
}

footer .block1 {
	padding:50px 20px 15px;
}

.binfo_block {
	margin:0 0 30px;
}

.binfo_block .binfo_box {
	margin:0 0 15px;
	padding:20px;
	font-size: 12px;
	background-color: #FFF;
}

.binfo_block .binfo_box:last-child {
	margin-bottom:0;
}

.binfo_block .binfo_box h3 {
	margin:0 0 15px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
}

.binfo_block .binfo_box .ex {
	margin:0 0 15px;
	letter-spacing: 0.3px;
}

.binfo_block .binfo_box .bbtn {
	margin:0 auto;
	width:190px;
	font-size: 13px;
	letter-spacing: 1px;
}

.binfo_block .binfo_box .bbtn a {
	display: block;
	line-height:36px;
	text-align: center;
	color:#FFF!important;
	background-color: #49382d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ec_flinks {
	display: none;
}

.ec_blinks .blinks {
	display: none;
}

.ec_blinks .snslinks ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ec_blinks .snslinks li {
	margin:0 15px;
	width:32px;
}

.ec_blinks .snslinks li a {
	display: block;
	overflow: hidden;
	background-size: 32px 32px;
	padding: 32px 0 0;
	background-repeat: no-repeat;
	background-position: center center;
	height: 0!important;
}

.ec_blinks .snslinks li.line a {
	background-image: url('../img/common/icon_line.png');
}

.ec_blinks .snslinks li.insta a {
	background-image: url('../img/common/icon_insta.png');
}

footer .copyright {
	background: none;
	padding:20px 0;
	text-align: center;
	font-size:10px;
}

/*
=================================== */
.popmenu_block {
	display: none;
	position: fixed;
	top:60px;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(255, 255, 255, 0.89);
	z-index: 50;
}

.popmenu_block.active {
	display: block;
}

.popmenu_body {
	overflow-y: scroll;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

.popsearch_block {
	display: flex;
	align-items: center;
	margin:0 15px 10px;
	background-color: #f5ede6;
	overflow: hidden;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

.popsearch_block .selebox {
	width:140px;
}

.popsearch_block .selebox select {
	background: url('../img/common/icon_pull.svg') no-repeat right 10px center;
	background-size: 7px 6px;
	background-color: #f5ede6;
	padding:0 10px;
	width:100%;
	height:35px;
	border: none;
}

.popsearch_block .inputbox {
	width:190px;
	position: relative;
}

.popsearch_block .inputbox input {
	background-color: #f5ede6;
	padding:0 10px;
	width:100%;
	height:35px;
	border: none;
}

.popsearch_block .inputbox button {
	position: absolute;
	top:0;
	right:0;
	display: block;
	overflow: hidden;
	background: url('../img/common/icon_search.svg') no-repeat center center;
	background-size: 18px 18px;
	padding: 35px 0 0;
	width: 35px;
	height: 0!important;
	border:none;
}

.popmenu1 {
	margin:0 0 30px;
	border-top:1px solid #CCC;
}

.popmenu1 li {
	border-bottom:1px solid #CCC;
}

.popmenu1 li a {
	display: block;
	padding:10px 0;
	text-align: center;
}

.popmenu1 li p {
}

.popmenu1 li ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.popmenu1 li li {
	border-top:1px solid #CCC;
	border-bottom:none;
	width:50%;
}

.popmenu1 li li:nth-child(odd) a {
	border-right:1px solid #CCC;
}

.sns_block {
	padding:0 0 30px;
}

.sns_block ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sns_block li {
	margin:0 15px;
	width:30px;
}

.sns_block li a {
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px 30px;
	padding: 30px 0 0;
	height: 0!important;
}

.sns_block li.line a {
	background-image: url('../img/common/icon_line.png');
}

.sns_block li.insta a {
	background-image: url('../img/common/icon_insta.png');
}













/*
=================================== */
/*
=================================== */
/*
=================================== */
/*
=================================== */

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

	/*
	=================================== */
	p {
		line-height: 1.6;
	}

	li {
		line-height: 1.6;
	}

	.sp {
		display: none;
	}

	.pc {
		display: inherit;
	}

	.ec-layoutRole__main {
		padding:0 0 50px;
	}

	/*
	=================================== */
	#wrapper {
		padding:180px 0 0;
		min-width:1040px;
		font-size:16px;
	}

	.block1 {
		margin:0 auto;
		padding:50px 120px 40px;
		width:1040px;
	}

	header {
		box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.1);
	}

	header .block1 {
		padding:0 20px;
		height:70px;
	}

	header h1 {
		padding:12px 0 0;
		width:100px;
		float:left;
	}

	header h1 a {
		background: url('../img/common/logo.png') no-repeat;
		background-size: 91px 45px;
		padding: 45px 0 0;
	}

	header .menu {
		display: none;
	}

	header .block1 {
		padding:10px 20px 0;
		height:125px;
	}

	header .logobox {
		width:220px;
		float:left;
	}

	header .logobox h1 {
		display: block;
		margin:0 0 10px;
		padding:0;
		width:220px;
		font-size:1.3rem;
		font-weight: 500;
		letter-spacing: 1px;
		float:none;
	}

	header .logobox p {
		width:111px;
	}

	header .logobox p a {
		background: url('../img/common/logo2.png') no-repeat;
		background-size: 111px 70px;
		padding: 70px 0 0;
	}

	header .sp_menu {
		display: none;
	}

	header .hinfo_block {
		display: block;
		width:770px;
		float:right;
	}

	.hlinks_block {
		display: flex;
		justify-content: flex-end;
		display: flex;
		align-items: center;
		margin:0 0 15px;
	}

	.hlinks_block .h_links {
		display: flex;
		justify-content: flex-end;
		margin:0 30px 0 0;
	}

	.hlinks_block .h_links li {
		margin:0 20px 0 0;
		padding:0 20px 0 0;
		line-height:1.0;
		font-size:1.3rem;
		position: relative;
	}

	.hlinks_block .h_links li::after {
		position: absolute;
		top:0;
		right:0;
		content: '';
		width:1px;
		height:100%;
		background-color: #333;
	}

	.hlinks_block .h_links li:last-child {
		margin:0;
		padding:0;
	}

	.hlinks_block .h_links li:last-child::after {
		display: none;
	}

	.hlinks_block .h_links li a {
		font-weight: bold;
	}

	.hlinks_block .h_links li.on a,
	.hlinks_block .h_links li a:hover {
		color:#cf3018;
	}

	.hlinks_block .h_sns {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.hlinks_block .h_sns li {
		margin:0 20px 0 0;
	}

	.hlinks_block .h_sns  li.line {
		width:27px;
	}

	.hlinks_block .h_sns  li.insta {
		margin:0;
		width:26px;
	}

	.hlinks_block .h_sns li a {
		display: block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: center center;
		height: 0!important;
	}

	.hlinks_block .h_sns li.line a {
		background-image: url('../img/common/icon_line.png');
		background-size: 27px 27px;
		padding: 27px 0 0;
	}

	.hlinks_block .h_sns li.insta a {
		background-image: url('../img/common/icon_insta.png');
		background-size: 26px 26px;
		padding: 26px 0 0;
	}

	header .shopping_block {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	header .search_block {
		display: flex;
		align-items: center;
		margin:0 20px 0 0;
		width:330px;
		background-color: #f5ede6;
		overflow: hidden;
		border-radius: 35px;
		-moz-border-radius: 35px;
		-webkit-border-radius: 35px;
	}

	.search_block .selebox {
		width:140px;
	}

	.search_block .selebox select {
		background: url('../img/common/icon_pull.svg') no-repeat right 10px center;
		background-size: 7px 6px;
		background-color: #f5ede6;
		padding:0 10px;
		width:100%;
		height:35px;
		border: none;
	}

	.search_block .inputbox {
		width:190px;
		position: relative;
	}

	.search_block .inputbox input {
		background-color: #f5ede6;
		padding:0 10px;
		width:100%;
		height:35px;
		border: none;
	}

	.search_block .inputbox button {
		position: absolute;
		top:0;
		right:0;
		display: block;
		overflow: hidden;
		background: url('../img/common/icon_search.svg') no-repeat center center;
		background-size: 18px 18px;
		padding: 35px 0 0;
		width: 35px;
		height: 0!important;
		border:none;
	}

	header .s_links {
	}

	header .s_links ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	header .s_links li {
		margin:0 20px 0 0;
		font-size:1.3rem;
		position: relative;
	}

	header .s_links li:last-child {
		margin-right:0;
	}

	header .s_links li a {
		display: block;
		background-position: center top 5px;
		background-repeat: no-repeat;
		padding:30px 0 0;
		text-align: center;
	}

	header .s_links li.user a {
		background-image: url('../img/common/icon_user.svg');
		background-size: 18px 21px;
	}

	header .s_links li.fav a {
		background-image: url('../img/common/icon_fav.svg');
		background-size: 21px 21px;
	}

	header .s_links li.lock a {
		background-image: url('../img/common/icon_lock.svg');
		background-size: 18px 21px;
	}

	header .s_links li.cart a {
		background-image: url('../img/common/icon_cart.svg');
		background-size: 23px 21px;
		min-width:30px;
	}

	header .s_links li.cart b {
		position: absolute;
		top:-3px;
		left:50%;
		display: block;
		margin:0 0 0 5px;
		width:16px;
		height:16px;
		line-height:16px;
		text-align: center;
		color:#FFF;
		font-size: 1.1rem;
		font-style: normal;
		background-color: #e02547;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	}

	header .cat_block {
		display: block;
		border-top:1px solid #eae2da;
	}

	header .cat_block ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	header .cat_block li {
		margin:0 15px;
		letter-spacing: 0.6px;
	}

	header .cat_block li a {
		line-height:55px;
		font-weight: bold;
	}

	.gnavi_block {
		display: block;
		position: static;
		width:830px;
		height:auto;
		float:right;
		background-color: transparent;
	}

	.gnavi_body {
		padding:0;
		display: flex;
		justify-content: flex-end;
		overflow-y: visible;
	}

	.gnavi {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin:0 35px 0 0;
		padding:16px 0 0;
	}

	.gnavi li {
		margin:0;
		font-size:1.2rem;
		position: relative;
	}

	.gnavi li.top {
		display: none;
	}

	.gnavi li::before {
		position: absolute;
		top:50%;
		left:0;
		content: '';
		width:1px;
		height:30px;
		background-color: #9f9e9e;
		transform: translateY(-15px);
	}

	.gnavi li:last-child::after {
		position: absolute;
		top:50%;
		right:0;
		content: '';
		width:1px;
		height:30px;
		background-color: #9f9e9e;
		transform: translateY(-15px);
	}

	.gnavi li a,
	.gnavi li span {
		padding:0 20px;
	}

	.gnavi li a b,
	.gnavi li span b {
		font-size:1.6rem;
	}

	.gnavi li.on a b,
	.gnavi li a:hover b {
		color:#cf3018;
	}

	.sns {
		justify-content: flex-end;
		padding:18px 0 0;
	}

	.sns li {
		margin:0 20px 0 0;
		width:27px;
	}

	.sns li.insta {
		width:26px;
	}

	.sns li.fb {
		margin:0;
		width:23px;
	}

	.sns li.line a {
		background-size: 27px 27px;
		padding: 27px 0 0;
	}

	.sns li.insta a {
		background-size: 26px 26px;
		padding: 26px 0 0;
	}

	.sns li.fb a {
		background-size: 23px 23px;
		padding: 23px 0 0;
	}

	.mtitle_area {
		background-size: 140px 140px;
	}

	.mtitle_area .block1 {
		padding:0 70px;
		height:190px;
	}

	.mtitle_area .mtitle {
		display: flex;
		align-items: baseline;
		padding:70px 0 0;
	}

	.mtitle_area p {
		margin:0 15px 0 0;
		font-size:5.0rem;
	}

	.mtitle_area h2 {
		font-size:2.4rem;
	}

	.colored {
		background-size: 140px 140px;
	}

	.sns_area {
		background-size: 140px 140px;
	}

	.sns_area .block1 {
		padding-top:48px;
		height:140px;
	}

	.sns_area li {
		margin:0 30px;
		width:44px;
	}

	.sns_area li.insta {
		width:40px;
	}

	.sns_area li.fb {
		width:39px;
	}

	.sns_area li.line a {
		background-size: 44px 44px;
		padding: 44px 0 0;
	}

	.sns_area li.insta a {
		background-size: 40px 40px;
		padding: 40px 0 0;
	}

	.sns_area li.fb a {
		background-size: 39px 39px;
		padding: 39px 0 0;
	}

	.inforbox {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding:15px 0;
		background-color: #FFF;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.5);
	}

	.inforbox .timebox {
		margin:0;
		width:400px;
		text-align: center;
	}

	.inforbox .time {
		display: inline-block;
		background-size: 96px 71px;
		padding:3px 0 0 125px;
		min-height:71px;
		font-size:3.2rem;
	}

	.inforbox .time b {
		margin:0;
		font-size:1.7rem;
		letter-spacing: 3px;
	}

	.inforbox .timebox .check {
		padding:5px 0 0;
		color:#ea115f;
		font-size:1.5rem;
		font-weight: 500;
	}

	.inforbox .caution {
		padding:10px 0 0;
		width:400px;
	}

	.inforbox .caution li {
		font-size:1.3rem;
	}

	footer {
		background-size: 140px 140px;
	}

	.pagetop {
		right:50px;
		bottom:50px;
		width:50px;
	}

	.pagetop a {
		padding: 50px 0 0;
		background-size: 22px 11px;
	}

	.sidetab {
		display: none;
		position: fixed;
		right:0;
		top:250px;
		width: 76px;
		z-index:20;
	}

	.sidetab a {
		display: block;
		overflow: hidden;
		background: url('../img/common/sidetab2.png') no-repeat;
		background-size: 76px 198px;
		padding: 198px 0 0;
		height: 0!important;
	}

	footer .block1 {
		padding:100px 0 25px;
	}

	.binfo_block {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		margin:0 0 70px;
	}

	.binfo_block .binfo_box {
		margin:0;
		padding:40px 30px 70px;
		width:330px;
		font-size: 15px;
		position: relative;
	}

	.binfo_block .binfo_box h3 {
		margin:0 0 20px;
		font-size: 16px;
		letter-spacing: 2px;
	}

	.binfo_block .binfo_box .ex {
		margin:0 0 20px;
		letter-spacing: 1px;
	}

	.binfo_block .binfo_box .bbtn {
		position: absolute;
		bottom:30px;
		left:50%;
		margin:0;
		font-size: 14px;
		transform: translateX(-50%);
	}

	.binfo_block .binfo_box .bbtn a {
		line-height:40px;
	}

	.ec_flinks {
		display: block;
	}

	.ec_flinks ul {
		display: flex;
		justify-content: center;
		list-style: none;
	}

	.ec_flinks li {
		padding:0 17px;
		line-height: 1.1;
		font-size: 15px;
		position: relative;
		letter-spacing: 1px;
	}

	.ec_flinks li::after {
		position: absolute;
		top:0;
		right:0;
		content: '';
		background-color: #333;
		width:1px;
		height:100%;
	}

	.ec_flinks li:last-child::after {
		display: none;
	}

	.ec_flinks li a {
		font-weight: bold;
	}

	.ec_blinks {
		display: flex;
		justify-content: center;
		align-items: center;
		padding:20px 0;
		background-color: #FFF;
	}

	.ec_blinks .blinks {
		display: block;
		margin:0 20px 0 0;
	}

	.ec_blinks .blinks ul {
		display: flex;
		align-items: center;
	}

	.ec_blinks .blinks li {
		padding:0 13px;
		line-height: 1.1;
		font-size: 15px;
		position: relative;
		letter-spacing: 1px;
	}

	.ec_blinks .blinks li::after {
		position: absolute;
		top:0;
		right:0;
		content: '';
		background-color: #333;
		width:1px;
		height:100%;
	}

	.ec_blinks .blinks li:last-child::after {
		display: none;
	}

	.ec_blinks .blinks li a {
		font-weight: bold;
	}

	.ec_blinks .snslinks {
	}

	.ec_blinks .snslinks ul {
		justify-content: flex-end;
	}

	.ec_blinks .snslinks li {
		margin:0 20px 0 0;
		width:36px;
	}

	.ec_blinks .snslinks li:last-child {
		margin-right:0;
	}

	.ec_blinks .snslinks li a {
		background-size: 36px 36px;
		padding: 36px 0 0;
	}

	footer .copyright {
		padding:35px 0;
		font-size:1.4rem;
	}

	.popmenu_block.active {
		display: none;
	}


	/*
	=================================== */
	/*
	=================================== */
	/*
	=================================== */
	/*
	=================================== */
}

@media screen and (min-width: 769px) {

	/*
	=================================== */
	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}

	.fade1 a {
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
	}

	.fade2 a {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
}