@charset "utf-8";

.contents {
	overflow: visible;
}
/* 令和最初のビッグクーポン 201904 */
#reiwa-bigcoupon{
	color:#491919;
	background-color:#FFFFFF;
}
#reiwa-bigcoupon a:hover img{
	opacity: 0.8;
}

/*ヘッダー*/
#reiwa-bigcoupon	.head_area {
    position: relative;
	margin: 0 0 20px;	
}
#reiwa-bigcoupon .head_anima {
	position: relative;
}
#reiwa-bigcoupon .head_ttl {
	position: absolute;	
	left: 186px;
    top: 20px;
}

/*アキュビュー値上げ*/
#reiwa-bigcoupon .acuvue_box {
	display: block;
	margin-bottom: 45px;
}
#reiwa-bigcoupon .acuvue_box .title {
	display: block;
	color: #0166ff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
#reiwa-bigcoupon .acuvue_box .title .txt_red {
	color: #ff0303;
}

/*アコーディオン*/
#reiwa-bigcoupon .acd_ttl {
	display: block;
	position: relative;
	width: 470px;
	margin: 0 auto 20px;
	padding: 14px 0 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #0166ff;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#reiwa-bigcoupon .acd_ttl:hover {
	opacity: 0.6;
	cursor: pointer;
}
#reiwa-bigcoupon .acd_ttl::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 30px;
	margin-top: -12px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	-moz-transform: rotate(135deg);/* FireFox */
	-o-transform: rotate(135deg);/* Opera */
	-webkit-transform: rotate(135deg);/* webkit */
	-ms-transform: rotate(135deg);/* IE9 */
	transform: rotate(135deg);
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#reiwa-bigcoupon .acd_ttl.acd_actv::before {
	margin-top: -6px;
	-moz-transform: rotate(315deg);/* FireFox */
	-o-transform: rotate(315deg);/* Opera */
	-webkit-transform: rotate(315deg);/* webkit */
	-ms-transform: rotate(315deg);/* IE9 */
	transform: rotate(315deg);
}
#reiwa-bigcoupon .article_box {
	display: block;
	background-color: #e0ecff;
	padding: 25px 40px;
}
#reiwa-bigcoupon .article_box .txt_red {
	color: #ff0303;
	font-size: 18px;
}
#reiwa-bigcoupon .article_box .txt_box {
	display: block;
	color: #2b353b;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#reiwa-bigcoupon .article_box .tbl_box {
	display: block;
	position: relative;
}
#reiwa-bigcoupon .article_box .baloon_box_l {
	position: absolute;
	top: 20px;
	right: 230px;
}
#reiwa-bigcoupon .article_box .baloon_box_r {
	position: absolute;
	top: 20px;
	right: 60px;
}
#reiwa-bigcoupon .article_box .tbl_box .date_april,
#reiwa-bigcoupon .article_box .tbl_box .date_may {
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	position: relative;
	margin: 5px 0 0 0;
	padding: 8px 14px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#reiwa-bigcoupon .article_box .tbl_box .date_april::after,
#reiwa-bigcoupon .article_box .tbl_box .date_may::after {
	content: "";
	display: block;
	position: absolute;
	right: 50%;
	bottom: -20px;
	width: 0;
	height: 0;
	margin-right: -10px;
	border-style: solid;
	border-width: 6.5px 0 6.5px 8px;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}
#reiwa-bigcoupon .article_box .tbl_box .date_april {
	background-color: #122240;
}
#reiwa-bigcoupon .article_box .tbl_box .date_may {
	background-color: #ff0303;
}
#reiwa-bigcoupon .article_box .tbl_box .date_april::after {
	border-top: 10px solid #122240;
}
#reiwa-bigcoupon .article_box .tbl_box .date_may::after {
	border-top: 10px solid #ff0303;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box {
	display: table;
	margin-bottom: 10px;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .tbl_cell {
	display: table-cell;
	vertical-align: middle;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .tbl_cell:first-child {
	background-color: #0166ff;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .tbl_cell:first-child+* {
	background-color: #ffffff;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .site_name {
	display: block;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	width: 144px;
	margin: auto;
	vertical-align: middle;
	padding: 42px 0;
	border-right: 4px solid #E2EBFC;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .site_detail ul li {
	font-size: 18px;
	font-weight: bold;
	width: 480px;
	border-top: 2px solid #E2EBFC;
	margin-left: 0px;
	padding: 4px 20px;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .site_detail ul li:first-child {
	border-top: 0px;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .site_detail .name {
	display: inline-block;
	color: #0166ff;
	text-align: left;
	width: 160px;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .site_detail .price {
	text-align: right;
}
#reiwa-bigcoupon .article_box .tbl_box .site_tbl .tbl_box .site_detail .price .arw {
	padding: 0 40px;
}


/*バナー*/
#reiwa-bigcoupon .bnr {
	text-align: center;
	background-color:#f0f0f0;
}
#reiwa-bigcoupon .bnr img{
	margin:30px 20px;
}
#reiwa-bigcoupon .bnr2 {
	margin:0;
	text-align: center;
}

#reiwa-bigcoupon .guidelink {
	text-align: right;
	margin:15px 0 0 0;
}

#reiwa-bigcoupon .guidelink a{
	font-size:18px;
	font-weight:bold;
	color:#99c854;
	text-decoration:none;
}

/*カテゴリー ナビゲーション*/
#reiwa-bigcoupon .cate_nav {
	display: table;
	table-layout: fixed;
	width: 755px;
	margin: 30px auto 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#reiwa-bigcoupon .cate_nav li {
	display: table-cell;
}
#reiwa-bigcoupon .cate_nav li a {
	position: relative;
	display: block;
	padding: 20px 0 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#reiwa-bigcoupon .cate_nav li a:hover {
	opacity: 0.6;
}
#reiwa-bigcoupon .cate_nav li.menu01 {
	padding:0 10px 0 0;
}
#reiwa-bigcoupon .cate_nav li.menu02 {
	padding:0 5px 0 5px;
}
#reiwa-bigcoupon .cate_nav li.menu03 {
	padding:0 0 0 10px;
}
#reiwa-bigcoupon .cate_nav li.menu01 a {
    color: #549ce6;
    background-color: #fff;
    border: solid 2px #549ce6;
    background-repeat: repeat;
    background-position: center;
}
#reiwa-bigcoupon .cate_nav li.menu02 a {
    color: #68cfb9;
    background-color: #fff;
    border: solid 2px #68cfb9;
    background-repeat: repeat;
    background-position: center;
}
#reiwa-bigcoupon .cate_nav li.menu03 a {
    color: #ff5c5d;
    background-color: #fff;
    border: solid 2px #ff5c5d;
    background-repeat: repeat;
    background-position: center;
}
#reiwa-bigcoupon .cate_nav li.menu01 a::before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border: 0px;
	border-top: solid 3px #549ce6;
	border-right: solid 3px #549ce6;
	-moz-transform: rotate(135deg);/* FireFox */
	-o-transform: rotate(135deg);/* Opera */
	-webkit-transform: rotate(135deg);/* webkit */
	-ms-transform: rotate(135deg);/* IE9 */
	transform: rotate(135deg);
}
#reiwa-bigcoupon .cate_nav li.menu02 a::before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border: 0px;
	border-top: solid 3px #68cfb9;
	border-right: solid 3px #68cfb9;
	-moz-transform: rotate(135deg);/* FireFox */
	-o-transform: rotate(135deg);/* Opera */
	-webkit-transform: rotate(135deg);/* webkit */
	-ms-transform: rotate(135deg);/* IE9 */
	transform: rotate(135deg);
}
#reiwa-bigcoupon .cate_nav li.menu03 a::before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border: 0px;
	border-top: solid 3px #ff5c5d;
	border-right: solid 3px #ff5c5d;
	-moz-transform: rotate(135deg);/* FireFox */
	-o-transform: rotate(135deg);/* Opera */
	-webkit-transform: rotate(135deg);/* webkit */
	-ms-transform: rotate(135deg);/* IE9 */
	transform: rotate(135deg);
}

/*商品一覧*/
#reiwa-bigcoupon .cate_box {
	margin-bottom: 30px;
}
#reiwa-bigcoupon .cate_title {
	padding: 16px 0 12px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.1em;
}
#reiwa-bigcoupon #cate01 {
	position: relative;
}
#reiwa-bigcoupon #cate02 {
	position: relative;
}
#reiwa-bigcoupon #cate03 {
	position: relative;
}
#reiwa-bigcoupon #cate01 .cate_title {
	color: #fff;
	background-image: url(../img/pattern_blue.jpg);
	background-repeat: repeat;
	background-position: top;
}
#reiwa-bigcoupon #cate02 .cate_title {
	color: #fff;
	background-image: url(../img/pattern_green.jpg);
	background-repeat: repeat;
	background-position: top;
}
#reiwa-bigcoupon #cate03 .cate_title {
	color: #fff;	
	background-image: url(../img/pattern_red.jpg);
	background-repeat: repeat;
	background-position: top;
}
#reiwa-bigcoupon #cate01 .cate_title_icon {
	position: absolute;
    top: 0px;
    left: 0px;
}
#reiwa-bigcoupon #cate02 .cate_title_icon {
	position: absolute;
    top: 0px;
    left: 0px;
}
#reiwa-bigcoupon #cate03 .cate_title_icon {
	position: absolute;
    top: 0px;
    left: 0px;
}

/*商品ボックス*/
#reiwa-bigcoupon .itembox_row {
	margin: 15px 0;
}
#reiwa-bigcoupon .itembox_row:after {
	content: "";
	clear: both;
	display: block;
}
#reiwa-bigcoupon .itembox {
	float: left;
	width: 370px;
	padding: 30px 45px;
	border: 1px solid #A4A4A4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#reiwa-bigcoupon .itembox:first-child {
	margin-right: 15px;
}
#reiwa-bigcoupon .itembox .logo {
	margin-bottom: 30px;
}
#reiwa-bigcoupon .itembox .name {
	margin-bottom: 20px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#reiwa-bigcoupon .itembox .photo {
	margin-bottom: 20px;
}
#reiwa-bigcoupon .itembox .price {
	font-weight: bold;
	font-size: 18px;
}
#reiwa-bigcoupon .itembox .price span {
	margin-left: 5px;
	color: #fd0402;
	font-size: 38px;
}

/*セット商品プルダウンメニュー*/
#reiwa-bigcoupon .sm_btnbox {
	position: relative;
	cursor: pointer;
	width: 268px;
	margin: auto;
}
#reiwa-bigcoupon .sm_btnbox .sm_btn {
	display: block;
	padding: 8px 0 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #ff8208;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#reiwa-bigcoupon .sm_btnbox .sm_btn:before{
	content: "";
	display: block;
	position: absolute;
	top: 10%;
	right: 34px;
	width: 1px;
	height: 80%;
	border-left: 1px solid #FFFFFF;
}
#reiwa-bigcoupon .sm_btnbox .sm_btn:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 0;
	height: 0;
	margin-top: -4px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #ffffff;
}
#reiwa-bigcoupon .sm_btnbox:hover .sm_btn {
	background-color: #ff8208;
}
#reiwa-bigcoupon .sm_btnbox:hover span.sm_btn:after{
	margin-top: -3px;
	border-width: 6px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
}
#reiwa-bigcoupon .sm_list {
	display: none;
	position: absolute;
	z-index: 5;
	width: 96%;
	margin: 0 2%;
	background-color: #fff5dc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 1px 3px 1px rgba(51,51,51,0.3);
	box-shadow: 0 1px 3px 1px rgba(51,51,51,0.3);
}
#reiwa-bigcoupon .sm_btnbox:hover .sm_list {
	display: block;
}
#reiwa-bigcoupon .sm_list li {
	margin: 8px 10px;
	padding: 8px 0;
	border: 1px solid #e5ddca;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#reiwa-bigcoupon .sm_list li:hover {
	border: solid 1px #ff8208;
	/*background-color: #f8f8e5;*/
}
#reiwa-bigcoupon .sm_list li a {
	display: table;
	width: 100%;
	border-collapse: collapse;
	text-decoration: none;
}
#reiwa-bigcoupon .sm_list li .sm_cellbox {
	display: table-cell;
	vertical-align: middle;
	padding: 2px 10px;
	font-weight: bold;
	color: #000000;
}
#reiwa-bigcoupon .sm_list li .sm_cellbox:first-child {
	width: 90px;
	padding: 2px 8px;
	border-right: 1px solid #e5ddca;
	text-align: center;
}
#reiwa-bigcoupon .sm_list li .sm_cellbox .sm_box_name {
	font-size: 13px;
}
#reiwa-bigcoupon .sm_list li .sm_cellbox .sm_price {
	font-size: 13px;
}
#reiwa-bigcoupon .sm_list li .sm_cellbox .sm_devide {
	display: block;
	color: #ff0303;
	font-size: 13px;
}

/*カテゴリ一覧へいくボタン*/

#reiwa-bigcoupon .more_btn_container .col{
	width:500px;
	height:60px;
	padding:10px 0 60px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}

#reiwa-bigcoupon .more_btn_container .col_2{
	display:table-cell;
	width:452px;
	height:90px;
	padding:20px 0 40px 15px;
	margin:0 auto;
	text-align:center;
	vertical-align:middle;
}

#reiwa-bigcoupon .more_btn_container .btn {
	display:table;
	border-spacing:0;
	width:100%;
	height:100%;
	text-decoration: none !important;
}

#reiwa-bigcoupon .more_btn_container .btn_1day span{
	display:table-cell;
	color:#ffffff;
	background-color:#549ce6;
	background-repeat: repeat;
	background-position: center;
	position:relative;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.1em;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#reiwa-bigcoupon .more_btn_container .btn_2week span{
	display:table-cell;
	color:#ffffff;
	background-color:#69cfb9;
	background-repeat: repeat;
	background-position: center;
	position:relative;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.1em;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#reiwa-bigcoupon .more_btn_container .btn_color span{
	display:table-cell;
	color:#ffffff;
	background-color:#ff5c5d;
	background-repeat: repeat;
	background-position: center;
	position:relative;
	height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	font-size:18px;
	line-height:1.4;
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.1em;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#reiwa-bigcoupon .more_btn_container .btn span:before{
	content:"";
	display:block;
	position:absolute;
	top:32px;
	right:20px;
	vertical-align:middle;
	width:0;
	height:0;
	margin-top:-8px;
	border-style:solid;
	border-width:6px 0 6px 12px;
	border-color:transparent transparent transparent #ffffff;
}

#reiwa-bigcoupon .more_btn_container .btn:hover span{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

#reiwa-bigcoupon .tempA_pbox .main_box:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/*クーポンコード箇所*/
#reiwa-bigcoupon .coupon_box {
    position: absolute;
    top: 360px;
    left: 72px;
}
#reiwa-bigcoupon .coupon_box .code .txt {
    margin: 10px;
    color: #fff;
    background-color: #4f4545;
    font-size: 12px;
    padding: 4px 8px;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 0.05em;
}
#reiwa-bigcoupon .coupon_box .code input {
    width: 116px;
    padding: 0;
    border: none;
    color: #4f4545;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    background-color: transparent;
}