@charset "shift_jis";
p {
	margin: 0;
	padding: 0;
}
header#re_h_wrap {
	margin: 0 !important;
}
/* main */
#re_top_wrap .top_main {
	width: 100%;
	margin: 0 0 60px 0;
	box-sizing: border-box;
	padding: 200px 0 300px 0;
	overflow: hidden;
	background-size: cover;
	text-align: center;
	position: relative;
}
#re_top_wrap .top_main h2 {
	margin: 0 0 30px 0;
}
#re_top_wrap .top_main video {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 177.77777778vh;
	height: 56.25vw;
	min-height: 100%;
	min-width: 100%;
}
/* all */
#re_top_wrap main .re_top_bukken {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 25px 20px;
	margin: 0 0 30px 0;
}
#re_top_wrap main .re_top_bukken li.re_top_bu_list {
	width: 260px;
	border-radius: 5px;
	position: relative;
}
#re_top_wrap main .re_top_bukken li .re_top_bu_img {
	width: 230px;
	height: 160px;
	margin: auto;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
}
#re_top_wrap main .re_top_bukken li .re_top_bu_img img {
	width: 230px;
	height: 160px !important;
	object-fit: cover;
	transition: all 0.3s;
}
#re_top_wrap main .re_top_bukken li.re_top_bu_list:hover .re_top_bu_img img {
	transform: scale(1.1);
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box {
	display: block;
	padding: 185px 15px 12px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1.0);
	color: #333;
	font-weight: bold;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box .re_top_bu_kind {
	display: inline-block;
	padding: 6px 10px;
	background: #333;
	border-radius: 3px;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	letter-spacing: 1.4px;
	position: absolute;
	top: 8px;
	left: 8px;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box .re_top_bu_name {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #0565b2;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.4px;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box .re_top_bu_price {
	margin: 0 0 5px 0;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.3px;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box .re_top_bu_price span {
	font-size: 18px;
	color: #ea2a2a;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box ul {
	margin: 0 0 5px 0;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box ul li {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 1.3px;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box .re_top_bu_cmt {
	padding: 10px;
	background: #f2f7fb;
}
#re_top_wrap main .re_top_bukken li a.re_top_bu_box .re_top_bu_cmt span {
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1.2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
#re_top_wrap main .re_top_btn {
	display: block;
	width: 450px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 23px 10px 23px 0;
	background: #FFF;
	border-radius: 3px;
	border: 2px solid #333333;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.6px;
	position: relative;
	transition: all 0.3s;
}
#re_top_wrap main .re_top_btn:before {
	content: "";
	width: 30px;
	height: 30px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #333333;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 17px;
	transition: all 0.3s;
}
#re_top_wrap main .re_top_btn:after {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	border-radius: 0 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	transition: all 0.3s;
}
#re_top_wrap main .re_top_btn:hover {
	background: #333;
	color: #FFF;
}
#re_top_wrap main .re_top_btn:hover:before {
	border: 2px solid #FFF;
}
#re_top_wrap main .re_top_btn:hover:after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.re_top_tl {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 45px 0;
}
.re_top_tl img {
	margin: 0 0 30px 0;
}
.re_top_tl h2 {
	display: inline-block;
	padding: 0 2px 3px 2px;
	border-bottom: 2px solid #0565b2;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
}
.re_top_tl h2 span {
	position: relative;
}
.re_top_tl h2 span:before {
	content: "";
	width: 4px;
	height: 4px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 50%;
	background: #0565b2;
	position: absolute;
	top: -7px;
	right: 0;
	left: 0;
}
/* recommend */
#re_top_wrap main #re_top_reco {
	width: 1100px;
	margin: 0 auto 130px auto;
}
#re_top_wrap main #re_top_reco h2 {
	margin: 0 0 50px 0;
	text-align: center;
}
/* voice */
#re_top_vo {
	margin: 0 0 140px 0;
}
#re_top_vo .re_top_vo_inner {
	width: 100%;
	height: 260px;
	margin: 0 0 45px 0;
	overflow: hidden;
	position: relative;
}
#re_top_vo iframe {
	width: 2280px;
	height: 260px;
	position: absolute;
	top: 0;
	left: calc(50% - 1140px);
}
.re_top_vo_box {
	list-style: none;
	margin: 0;
	padding: 0;
}
.re_top_vo_box li a {
	display: block;
	width: 300px;
	height: 260px;
	box-sizing: border-box;
	border: 2px solid #0565b2;
	border-radius: 5px;
	color: #333;
	text-decoration: none;
}
.re_top_vo_box li a div {
	width: 296px;
	height: 160px;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.re_top_vo_box li a div img {
	width: 296px;
	height: 160px;
	object-fit: cover;
	transition: all 0.3s;
}
.re_top_vo_box li a:hover div img {
	transform: scale(1.1);
}
.re_top_vo_box li a p {
	margin: 0;
	padding: 15px;
}
.re_top_vo_box li a p span {
	overflow: hidden;
	font-family: Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	letter-spacing: 1.3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* search */
#re_top_wrap main #re_top_sr {
	margin: 0 0 60px 0;
	padding: 40px 0 80px 0;
	background: #f2f7fb;
}
#re_top_wrap main #re_top_sr .re_top_sr_box {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto 40px auto;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 490px;
}
#re_top_wrap main #re_top_sr .re_top_sr_box h3 {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 1.9px;
}
#re_top_wrap main #re_top_sr .re_top_sr_box h3:after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background: #0565b2;
	margin: 0 0 0 5px;
}
#re_top_wrap main #re_top_sr .re_top_sr_box h3 span {
	color: #0565b2;
}
#re_top_wrap main #re_top_sr .re_top_sr_box ul {
	display: flex;
	justify-content: space-between;
}
#re_top_wrap main #re_top_sr .re_top_sr_box ul li a {
	display: block;
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #9bcfda;
	border-radius: 3px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sr .re_top_sr_box ul li a:hover {
	background: #9bcfda;
	color: #FFF;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li a {
	width: 90px;
	padding: 55px 0 15px 0;
	font-size: 13px;
	position: relative;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li a:before {
	content: "";
	width: 30px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(1) a:before {
	background: url(/img/new_top/sr_icon01.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(1) a:hover:before {
	background: url(/img/new_top/sr_icon01_h.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(2) a:before {
	background: url(/img/new_top/sr_icon02.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(2) a:hover:before {
	background: url(/img/new_top/sr_icon02_h.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(3) a:before {
	background: url(/img/new_top/sr_icon03.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(3) a:hover:before {
	background: url(/img/new_top/sr_icon03_h.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(4) a:before {
	background: url(/img/new_top/sr_icon04.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(4) a:hover:before {
	background: url(/img/new_top/sr_icon04_h.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(5) a:before {
	background: url(/img/new_top/sr_icon05.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_kind li:nth-child(5) a:hover:before {
	background: url(/img/new_top/sr_icon05_h.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_price li a {
	width: 115px;
	padding: 10px 0;
	font-size: 14px;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_free .search_space {
	display: flex;
	justify-content: space-between;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_free .search_space .search_window {
	width: 410px;
	padding: 15px 10px;
	box-sizing: border-box;
	border: 1px solid #9bcfda;
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 0.7px;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_free .search_space .search_window::placeholder {
	color: #9bcfda;
	font-family: Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_free .search_space .quick_keyword {
	background-color: #9bcfda;
	width: 70px;
	border-radius: 3px;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_free .search_space .quick_keyword:hover {
	background: #333;
}
#re_top_wrap main #re_top_sr .re_top_sr_box .re_top_sr_free .search_space .quick_keyword .free_btn {
	width: 70px;
	height: 100%;
	cursor: pointer;
	background: url(/img/new_top/free_btn.png) no-repeat;
	background-position: center;
	border: none;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	padding: 35px 40px;
	background: #FFF;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px 0;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: 2.2px;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort h3 span {
	color: #0565b2;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort h3:before,
#re_top_wrap main #re_top_sr .re_top_sr_sort h3:after {
	content: "";
	width: 100px;
	height: 2px;
	background: #0565b2;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort h3:before {
	margin: 0 20px 0 0;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort h3:after {
	margin: 0 0 0 20px;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 0;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort ul li a {
	display: block;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sr .re_top_sr_sort ul li a:hover {
	transform: translateY(-3px);
}
#re_top_wrap main #re_top_sr .re_top_sr_btm {
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin: 0 auto 0 auto;
}
#re_top_wrap main #re_top_sr .re_top_sr_btm a.re_top_sr_mem {
	display: block;
	width: 800px;
	box-sizing: border-box;
	padding: 25px 25px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(227, 227, 227, 1.0);
	font-weight: bold;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sr .re_top_sr_btm a.re_top_sr_mem:hover {
	box-shadow: 0px 0px 0px 0px rgba(227, 227, 227, 1.0);
	transform: translateY(3px);
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem ol {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px 0;
	padding: 0;
	counter-reset: item;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem ol li {
	display: flex;
	justify-content: center;
	gap: 0 8px;
	width: 240px;
	box-sizing: border-box;
	padding: 10px 5px 10px 0;
	border: 2px solid #0565b2;
	border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
	color: #0565b2;
	letter-spacing: 0.7px;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem ol li:before {
	counter-increment: item;
	content: '0'counter(item)'.';
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem .re_top_sr_mem_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem .re_top_sr_mem_box .re_top_sr_mem_num {
	width: 200px;
	font-size: 38px;
	color: #333333;
	letter-spacing: 6px;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem .re_top_sr_mem_box .re_top_sr_mem_num span {
	font-size: 55px;
	line-height: 60px;
	color: #ea2a2a;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem .re_top_sr_mem_box div {
	width: 230px;
	box-sizing: border-box;
	padding: 25px 0 25px 40px;
	background: #9bcfda;
	border-radius: 3px;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	position: relative;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sr .re_top_sr_btm a.re_top_sr_mem:hover .re_top_sr_mem_box div {
	background: #0565b2;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem .re_top_sr_mem_box div:before {
	content: "";
	width: 30px;
	height: 30px;
	margin: auto;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem .re_top_sr_mem_box div:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #9bcfda;
	border-right: 2px solid #9bcfda;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 22px;
	transition: all 0.3s;
}
#re_top_sr .re_top_sr_btm a.re_top_sr_mem:hover .re_top_sr_mem_box div:after {
	border-top: 2px solid #0565b2;
	border-right: 2px solid #0565b2;
}
#re_top_wrap main #re_top_sr .re_top_sr_btm ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#re_top_wrap main #re_top_sr .re_top_sr_btm ul li a {
	display: block;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sr .re_top_sr_btm ul li a:hover {
	transform: translateY(-3px);
}
/* online_bnr */
#re_top_wrap main .re_top_online {
	display: block;
	width: 1100px;
	margin: 0 auto 65px auto;
	transition: all 0.3s;
}
#re_top_wrap main .re_top_online:hover {
	transform: translateY(3px);
}
/* pricedown */
#re_top_wrap main #re_top_pd {
	width: 1100px;
	margin: 0 auto 110px auto;
}
/* latest */
#re_top_wrap main #re_top_latest {
	width: 1100px;
	margin: 0 auto 120px auto;
}
/* infomation */
#re_top_wrap main #re_top_info {
	width: 1150px;
	margin: 0 auto 50px auto;
	padding: 50px 0 40px 0;
	background: #f2f7fb;
	border-radius: 10px;
}
#re_top_wrap main #re_top_info .re_top_info_inner {
	width: 1020px;
	margin: 0 auto 25px auto;
}
#re_top_wrap main #re_top_info .re_top_info_inner iframe {
	width: 1020px;
	height: 165px;
}
ul.re_top_info_list {
	display: flex;
	align-items: flex-start;
	gap: 0 30px;
	margin: 0;
	padding: 3px 0 0 0;
	list-style: none;
}
ul.re_top_info_list li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 320px;
	box-sizing: border-box;
	padding: 15px 15px;
	background: #FFF;
	border-radius: 3px;
	font-family: Roboto, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans Japanese', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
}
ul.re_top_info_list li a:hover {
	transform: translateY(-3px);
}
ul.re_top_info_list li a .re_top_info_img {
	width: 110px;
	height: 110px;
	overflow: hidden;
}
ul.re_top_info_list li a .re_top_info_img img {
	display: block;
	width: 110px;
	height: 110px !important;
	object-fit: cover;
}
ul.re_top_info_list li a .re_top_info_box {
	width: 160px;
}
ul.re_top_info_list li a .re_top_info_box div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px 0;
	padding: 2px 0 8px 0;
	border-bottom: 1px solid #0565b2;
}
ul.re_top_info_list li a .re_top_info_box div p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #0565b2;
	letter-spacing: 1.2px;
}
ul.re_top_info_list li a .re_top_info_box div span {
	display: inline-block;
	padding: 2px 10px;
	background: #0565b2;
	border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
	color: #FFF;
	letter-spacing: 1.3px;
}
ul.re_top_info_list li a .re_top_info_box .re_top_info_txt {
	margin: 0;
}
ul.re_top_info_list li a .re_top_info_box .re_top_info_txt span {
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	color: #333;
	letter-spacing: 1.3px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/* town */
#re_top_wrap main .re_top_town {
	display: block;
	width: 1100px;
	margin: 0 auto 15px auto;
	transition: all 0.3s;
}
#re_top_wrap main .re_top_town:hover {
	transform: translateY(3px);
}
/* sale */
#re_top_wrap main #re_top_sale {
	width: 100%;
	margin: 0 0 100px 0;
	padding: 50px 0 0 0;
	position: relative;
}
#re_top_wrap main #re_top_sale:before {
	content: "";
	width: 96%;
	height: 450px;
	margin: auto;
	background: #fafafa;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0 0 40px 0;
	position: relative;
	z-index: 1;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner h2 {
	position: relative;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner .re_top_sale_img {
	display: block;
	margin-top: -20px;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner div {
	position: absolute;
	right: 0;
	bottom: 0;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner div .re_top_sale_catch {
	margin: 0 0 15px 0;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner div .re_top_sale_txt {
	margin: 0 0 35px 0;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1.8px;
	text-shadow: 0px 0px 4px rgba(240, 240, 240, 1.0);
}
#re_top_wrap main #re_top_sale .re_top_sale_inner div ul {
	margin: 0 0 0 40px;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner div ul li:not(:last-child) {
	margin: 0 0 20px 0;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner div ul li a {
	display: block;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_sale .re_top_sale_inner div ul li a:hover {
	transform: translateY(-3px);
}
/* reform */
#re_top_wrap main #re_top_reform {
	width: 100%;
	margin: 0 0 125px 0;
	padding: 50px 0 40px 0;
	overflow: hidden;
	position: relative;
}
#re_top_wrap main #re_top_reform:after {
	content: "";
	width: 518px;
	height: 842px;
	background: url(/img/new_top/reform_bg.webp);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: calc(50% - 970px);
	z-index: -1;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner {
	display: flex;
	justify-content: flex-end;
	width: 1100px;
	margin: 0 auto;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div {
	width: 800px;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div h2 {
	margin: 0 0 35px 0;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div p {
	margin: 0 0 35px 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1.6px;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ol {
	margin: 0 0 45px 0;
	padding: 0;
	counter-reset: point;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ol li {
	padding: 40px 0 35px 90px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ol li:not(:last-child) {
	margin: 0 0 25px 0;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ol li:before,
#re_top_wrap main #re_top_reform .re_top_reform_inner div ol li:after {
	line-height: 16px;
	font-weight: bold;
	color: #9bcfda;
	letter-spacing: 1.4px;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ol li:before {
	content: "POINT";
	padding: 0 35px 25px 0;
	background: url(/img/new_top/reform_point_bg.webp);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 0;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ol li:after {
	counter-increment: point;
	content: '0'counter(point);
	font-size: 15px;
	position: absolute;
	top: 0;
	left: 53px;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ul {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ul li a {
	display: block;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_reform .re_top_reform_inner div ul li a:hover {
	transform: translateY(-3px);
}
#re_top_wrap main #re_top_reform .re_top_reform_img01 {
	position: absolute;
	top: 0;
	left: calc(50% - 975px);
}
#re_top_wrap main #re_top_reform .re_top_reform_img02 {
	position: absolute;
	top: 135px;
	left: calc(50% - 620px);
}
/* about */
#re_top_wrap main #re_top_about {
	width: 100%;
	padding: 70px 0 60px 0;
	background: #f2f7fb;
}
#re_top_wrap main #re_top_about .re_top_ab_inner {
	width: 1100px;
	margin: 0 auto;
	font-weight: bold;
}
#re_top_wrap main #re_top_about .re_top_ab_box {
	display: flex;
	align-items: center;
	gap: 0 80px;
	margin: 0 0 25px 0;
}
#re_top_wrap main #re_top_about .re_top_ab_catch div {
	display: flex;
	align-items: center;
	gap: 0 40px;
	margin: 0 0 55px 0;
}
#re_top_wrap main #re_top_about .re_top_ab_catch h2 {
	display: inline-block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #0565b2;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 2px;
}
#re_top_wrap main #re_top_about .re_top_ab_catch p {
	display: inline-block;
	padding: 0 40px 65px 0;
	font-size: 26px;
	line-height: 45px;
	color: #0565b2;
	letter-spacing: 0.1em;
	position: relative;
}
#re_top_wrap main #re_top_about .re_top_ab_catch p:after {
	content: "";
	width: 450px;
	height: 146px;
	background: url(/img/new_top/shop_fuki.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
#re_top_wrap main #re_top_about .re_top_ab_txt {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 40px 0;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1.8px;
}
#re_top_wrap main #re_top_about ul {
	display: flex;
	justify-content: space-between;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop {
	margin: 0 0 20px 0;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li {
	width: 350px;
	box-sizing: border-box;
	padding: 20px 25px 15px 25px;
	background: #FFF;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li p.re_top_ab_name {
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-top: 2px solid #0565b2;
	border-bottom: 2px solid #0565b2;
	font-size: 16px;
	line-height: 20px;
	color: #0565b2;
	font-weight: bold;
	letter-spacing: 1.6px;
	text-align: center;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li img {
	margin: 0 0 12px 0;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li .re_top_ab_tel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #0565b2;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 2.4px;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li .re_top_ab_tel span {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.3px;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 54px;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li div p {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.3px;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
	width: 92px;
	padding: 4px 0;
	box-sizing: border-box;
	border: 2px solid #0565b2;
	border-radius: 3px;
	color: #333;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 0.7px;
	transition: all 0.2s;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li a:hover {
	background: #0565b2;
	color: #FFF;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li a:before {
	content: "";
	width: 12px;
	height: 16px;
	background: url(/img/new_top/shop_icon.png);
	background-repeat: no-repeat;
	transition: all 0.2s;
}
#re_top_wrap main #re_top_about ul.re_top_ab_shop li a:hover:before {
	background: url(/img/new_top/shop_icon_h.png);
	background-repeat: no-repeat;
}
#re_top_wrap main #re_top_about ul.re_top_ab_btn a {
	display: block;
	width: 265px;
	padding: 25px 0;
	box-sizing: border-box;
	background: #FFF;
	border: 2px solid #9bcfda;
	border-radius: 3px;
	box-shadow: 0px 3px 0px 0px rgba(155, 207, 218, 1.0);
	font-size: 18px;
	line-height: 26px;
	color: #333;
	letter-spacing: 1.8px;
	text-align: center;
	position: relative;
	transition: all 0.3s;
}
#re_top_wrap main #re_top_about ul.re_top_ab_btn a:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	border-radius: 0 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
}
#re_top_wrap main #re_top_about ul.re_top_ab_btn a:hover {
	box-shadow: 0px 0px 0px 0px rgba(155, 207, 218, 1.0);
	transform: translateY(3px);
}

.top_insta{
    width: 1100px;
    margin: 0 auto 30px auto;
    position: relative;
    display: block;
}

.top_insta a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 360px;
}

.top_insta iframe{
    margin: 0 auto;
}