/*#coupon-content,
#coupon-content2 {
	display: none;
}*/

/* ++++++++++++++++++++オンラインストア++++++++++++++++++++ */
.topsec{
	overflow: hidden;
	background-color: #fff;
	width:100%;
	padding:30px 0;
}
.nomargin{
	margin:0;
	padding:0;
}
.imgsec img{
	width:100%;
}
.txtbox{
	width:85%;
}
.txtbox h3{
	color:black;
	font-size:35px;
	margin-bottom:30px;
}
.txtbox p{
	font-size:15px;
	line-height:22px;
}
.txtbox a{
	overflow: hidden;
}
.topnav {
    width: 90%;
}
.topnav ul {
    list-style: none;
    margin: 0;
    display: inline-block;
}
.topnav ul:before {
    content: '';
    display: block;
}
.topnav ul:after {
    content: '';
    display: table;
    clear: both;
}
.topnav ul ul {
	position:absolute;
	overflow: hidden;
    padding: 0;
    display: none;
    z-index: 99999999;/* Third Level Items */
}
.topnav ul li:hover > ul {
    background-color: rgba(91,91,91,0.7);
    color: white;
    font-size: 12px;
    line-height: 15px;
    display: block;
    border-radius: 0 0 5px 5px;
}
.topnav ul ul a {
    text-align: left;
    padding: 10px 20px;
    width: 150px;
    color: white;
}
.topnav ul ul a:hover {
    background-color: rgba(124,124,124,0.3);
    color: #383838;
}
.topnav > ul > li {
    margin: 0 20px;
    float: left;
    position: relative;
    line-height: 30px;
}
.topnav > ul > li > a {
    font-weight: lighter;
    color: white;
    font-size: 18px;
    padding: 5px 5px;
}
.topnav a {
    display: block;
    text-decoration: none;
    color: #333;
}
.topnav li:hover > a {
    color: #9b9b9b;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.topnav ul li:hover > ul {
    display: block;
}
.topbansec{
	overflow: hidden;
	float:left;
	width:23%;
	margin:0 1%;
}
.topbanimg img{
	width:100%;
}
.topbantxt{
	z-index: 999999999;
	position:relative;
	top:-115px;
	overflow: hidden;
    background-color:rgba(255,255,255,0.9);
	color:black;
	height:40px;
	width:90%;
	line-height:40px;
	font-size:17px;
	font-weight: bold;
}
.techbox{
	width:776px;
	float:left;
	overflow:hidden;
}
.techbox img{
	width:1552px;
}
.tech01{
	margin-left:0
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.tech02{
	margin-left:-776px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.tech011{
	margin-left:-776px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
}
.tech021{
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
	margin-left:0;
}
.fpo{
	width:23%;
}
.fpotxt{
	top:-85px;
}
.socialban{
	width:100%;
	margin:8px 0;
}
.socialban img{
	width:100%;
}

p.oshirase-box {
   height: 224px;     /* 高さを制限(※) */
   overflow: scroll;  /* スクロールバーを表示(※) */
}

.top-notice {
	width: 1200px;
	margin: 40px 0;
	color: #333;
}
.top-notice .notice-ttl {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}
.top-notice .notice-contents {
	text-align: left;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.top-notice li {
	display: flex;
	padding: 13px 50px;
}
.top-notice li + li {
	border-top: 1px solid #ccc;
}
.top-notice li .date {
	width: 160px;
	display: inline-block;
	font-weight: bold;
}

.top-sns {
	width: 1200px;
	margin: 40px 0;
	color: #333;

}
.top-sns .sns-contents {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-sns .sns-contents li {
	border: 1px solid #ccc;
}

/* 今月のおすすめ */
.top-month {
	width: 1200px;
	margin: 30px 0;
	padding-bottom: 10px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.top-month-list {
	width: 1200px;
	margin-bottom: 80px;
	display: flex;
}
.top-month-list li {
	width: 25%;
}
.top-month-list li a {
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #333;
	text-decoration: none;
}
.top-month-list li a img {
	width: 160px;
}
.top-month-list li a p {
	font-weight: 600;
}

.top-info {
	display: flex;
	justify-content: center;
	background: #f9f9f9;
	padding: 12px 0;
}
.top-info-list {
	text-align: left;
}
.top-info-list strong {
	font-size: 14px;
	font-weight: normal;
}