@charset "utf-8";
/* CSS Document */
@media (min-width: 600px) {
  .wideslider li {
    min-width: 1120px;
    min-height: 380px;
  }
}
#main section {
  text-align: left;
}
#main section > div.container {
  padding: 30px 15px;
}
#main section div.secTtl {
  display: flex;
  margin-bottom: 1em;
}
#main section div.secTtl h2 {
  font-weight: 800;
}
#main section div.secTtl h2::before {
  padding-right: 8px;
}
#main section div.secTtl p {
  line-height: 1.2;
}
#main section .more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#main section .more a {
  display: block;
  background-color: #333;
  color: #FFF;
  border-radius: 5px;
  padding: 0.5em 0;
}
#main section .more a:hover {
  background-color: #FC0;
  color: #333;
}
@media (max-width: 599px) {
  #main section div.secTtl {
    flex-direction: column;
  }
  #main section.ts_useful .secTtl h2::before {
    content: url(../../sp/img/ico_topSec01.png);
  }
  #main section.ts_jirei .secTtl h2::before {
    content: url("../../sp/img/ico_topSec02.png");
  }
  #main section .more a {
    min-width: 50%;
  }
}
@media (min-width: 600px) {
  #main section > div.container {
    padding: 50px 0 80px;
  }
  #main section div.secTtl {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }
  #main section div.secTtl h2 {
    font-size: 28px;
  }
  #main section.ts_useful .secTtl h2::before {
    content: url(../../img/ico_topSec01.png);
  }
  #main section.ts_jirei .secTtl h2::before {
    content: url(../../img/ico_topSec02.png);
  }
  #main section .more a {
    min-width: 250px;
  }
}
.ts_useful {
  background-color: #F5F7FA;
}
.ts_useful ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.ts_useful ul.list > li {
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ts_useful ul.list > li .oyakuBox {
  padding: 4px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.ts_useful ul.list > li .oyakuBox a {
  background-color: #FFF;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.ts_useful ul.list > li .oyakuBox a:hover {
  opacity: 0.8;
}
.ts_useful ul.list > li .badge {
  position: absolute;
  top: 8px;
  left: -2px;
}
.ts_useful ul.list > li .txt, .ts_useful ul.list > li .txt2 {
  padding: 8px 4px;
}
.ts_useful ul.list > li .txt ul.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.ts_useful ul.list > li .txt ul.tag li {
  font-size: 70%;
  background-color: #F2F2F3;
  padding: 0 1em;
  border-radius: 99px;
}
.ts_useful ul li .oyakuBox .txt2 {
  margin-top: auto;
}
.ts_useful ul li .oyakuBox .txt2 .date {
  color: #999;
  line-height: 1.4;
}
.ts_useful ul li .oyakuBox .txt2 .title {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 599px) {
  .ts_useful ul.list > li {
    flex-basis: calc(50% - 4px);
  }
}
@media (min-width: 600px) {
  .ts_useful ul.list {
    gap: 15px;
    margin-bottom: 30px;
  }
  .ts_useful ul.list > li {
    flex-basis: calc(25% - 11.25px);
  }
  .ts_useful ul.list > li .txt, .ts_useful ul.list > li .txt2 {
    padding: 8px;
  }
}
.ts_jirei ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.ts_jirei ul.list > li {
  border: 1px solid #CCC;
  position: relative;
  display: flex;
  flex-direction: column;
}
.ts_jirei ul.list > li .badge {
  position: absolute;
  top: 8px;
  left: -2px;
}
.ts_jirei ul.list > li .jD_box {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.ts_jirei ul.list > li .jD_box a {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  background-color: #F2F2F3;
}
.ts_jirei ul.list > li .jD_box a:hover {
  opacity: 0.8;
}
.ts_jirei ul.list > li .jD_box a .img {}
.ts_jirei ul.list > li .jD_box a .txt {
  padding: 4px;
  line-height: 1.5;
}
.ts_jirei ul.list > li .jD_box a .txt h4 {
  margin-bottom: 0.5em;
}
.ts_jirei ul.list > li .jD_box a .count {
  color: #399;
  padding: 4px;
  margin-top: auto;
}
@media (max-width: 599px) {
  .ts_jirei ul.list > li {
    flex-basis: calc(50% - 4px);
  }
}
@media (min-width: 600px) {
  .ts_jirei ul.list {
    gap: 15px;
    margin-bottom: 30px;
  }
  .ts_jirei ul.list > li {
    flex-basis: calc(25% - 11.25px);
  }
  .ts_jirei ul.list > li .jD_box {
    height: 300px;
  }
  .ts_jirei ul.list > li .jD_box a .img {
    flex-basis: 150px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .ts_jirei ul.list > li .jD_box a .txt {
    padding: 8px;
  }
  .ts_jirei ul.list > li .jD_box a .txt .comment {
    font-size: 14px;
  }
}

#main .layout ,
#main .topFloat {
	text-align: left;
}
#main .topFloat {
	display: flex;
}

@media (max-width: 599px) {
  #main .layout {
    display: flex;
    flex-direction: column;
		margin-bottom: 50px;
  }
#main .topFloat {
		padding: 10px;
}
  #main .layout .layout01 {
		order: -1;
		display: flex;
		flex-direction: column-reverse;
  }
  #main .layout .layout02 {
		order: 0;
  }
  #main .layout .layout03 {
		order: 1;
  }
  #main .topFloat .topLeft {
		display: flex;
		flex-direction: column;
	}
}
@media (min-width: 600px) {
  #main .topFloat {
		flex-direction: row;
		gap: 30px;
		margin-bottom: 30px;
  }
  #main .topFloat .topLeft {
		flex-basis: 720px;
  }
  #main .topFloat .topRight {
		flex-basis: 370px;
  }
}
.ts_search {
}
.ts_search .search_keyword label {
	color: #C60706;
	letter-spacing: 1px;
	font-weight: bold;
}
.ts_search .search_keyword .search_text {
	background-color: #fff;
	background-image: none;
	border: 1px solid #FC0;
	border-radius: 4px;
}
.ts_search .search_keyword .search_input {
	background-color: #C60706;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #F00;
	border-radius: 4px;
	padding: 5px 20px;
	color: #FFF;
}

@media (max-width: 599px) {
.ts_search ul.tab_menu {
	display: none;
}
.ts_search .tab_content {
	margin-bottom: 30px;
}
.ts_search h2.searchTtl {
	background-color: #C6000C;
	color: #FFF;
	font-weight: bold;
	padding: 10px 1em;
}
.ts_search .jireiSearch h2.searchTtl:before {
	content: url(../../sp/img/icon_searchJirei.png);
	padding-right: 5px;
}
.ts_search .tab_content .shopSearch h2.searchTtl:before {
	content: url(../../sp/img/icon_searchShop.png);
	padding-right: 5px;
}
.ts_search .o_cate h3 {
	cursor: pointer;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #CCC;
	background: url(../img/toggle_open.png) center right no-repeat;
	background-color: #F5F7FA;
}
.ts_search .o_cate h3.active {
	background: url(../img/toggle_close.png) center right no-repeat;
	background-color: #F5F7FA;
}
.ts_search .jireiSearch .o_cate ul {
	display: none;
	border-bottom: 1px solid #CCC;
	background-color: #FFFFCC;
}
.ts_search .jireiSearch .o_cate ul li {
	line-height: 2;
	font-size: 80%;
	border-bottom: 1px solid #F4F8FB;
}
.ts_search .jireiSearch .o_cate ul li a {
	display: block;
	padding: 5px 10px;
}
.ts_search .jireiSearch .o_cate ul li.new a:after {
	content: "up!";
	font-size: 10px;
	background-color: #FF0;
	color: #000;
	padding: 0 0.5em;
}
.ts_search .shopSearch ul li {
	line-height: 50px;
	font-size: 80%;
	border-bottom: 1px solid #CCC;
}
.ts_search .shopSearch ul li a {
	display: block;
	padding-left: 40px;
}
.ts_search .shopSearch ul li.ico01 a {
	background: url(../../sp/img/ico01.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico02 a {
	background: url(../../sp/img/ico02.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico03 a {
	background: url(../../sp/img/ico03.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico04 a {
	background: url(../../sp/img/ico04.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico05 a {
	background: url(../../sp/img/ico05.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico06 a {
	background: url(../../sp/img/ico06.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico07 a {
	background: url(../../sp/img/ico07.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico08 a {
	background: url(../../sp/img/ico08.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico09 a {
	background: url(../../sp/img/ico09.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico10 a {
	background: url(../../sp/img/ico10.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico11 a {
	background: url(../../sp/img/ico11.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico12 a {
	background: url(../../sp/img/ico12.png) 5px center no-repeat;
}
.ts_search .shopSearch ul li.ico13 a {
	background: url(../../sp/img/ico13.png) 5px center no-repeat;
}
.ts_search .search_keyword {
	background-color: #FFC;
	padding: 15px;
	margin: 8px;
}
.ts_search .search_keyword .flex {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ts_search .search_keyword fieldset {
	display: flex;
	flex-direction: column;
}
.ts_search .search_keyword .search_text  {
	padding: 8px;
	width: 100%;
}
}
@media (min-width: 600px) {
	.ts_search {
		margin-bottom: 50px;
	}
.ts_search ul.tab_menu {
	display: flex;
	width: 100%;
}
.ts_search ul.tab_menu li {
	flex-basis: 50%;
	background-color: #bdbaba;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFF;
}
.ts_search ul.tab_menu li p {
	padding: 8px 10px;
}
.ts_search ul.tab_menu li.active {
	background-color: #C70806;
}
.ts_search h2.searchTtl {
	display: none;
}
.ts_search .tab_content {
	border-top: 3px solid #C70806;
	background-color: #FFC;
	padding: 30px 20px;
}
.ts_search .jireiList {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 30px;
}
.ts_search .jireiList .o_cate {
	flex-basis: calc(25% - 11.25px);
}
.ts_search .jireiList .o_cate h3 {
	font-size: 18px;
	font-weight: bold;
	color: #C70806;
	margin-bottom: 5px;
}
.ts_search .jireiList .o_cate ul {
	font-size: 14px;
}
.ts_search .jireiList .o_cate ul li a {
	display: block;
	text-decoration: none;
}
.ts_search .jireiList .o_cate ul li.new a:after {
	content: "up!";
	font-size: 10px;
	background-color: #FF0;
	color: #000;
	padding: 0 0.5em;
}
.ts_search .cateList {
	margin-bottom: 30px;
}
.ts_search .cateList ul {
	display: flex;
	flex-wrap: wrap;
}
.ts_search .cateList ul li {
	flex-basis: 33.3%;
}
.cateList ul li {
  line-height: 50px;
}
.cateList ul li a {
  display: block;
  padding-left: 40px;
}
.cateList ul li.ico01 a {
  background: url(../../img/ico01_sm.png) 5px center no-repeat;
}
.cateList ul li.ico02 a {
  background: url(../../img/ico02_sm.png) 5px center no-repeat;
}
.cateList ul li.ico03 a {
  background: url(../../img/ico03_sm.png) 5px center no-repeat;
}
.cateList ul li.ico04 a {
  background: url(../../img/ico04_sm.png) 5px center no-repeat;
}
.cateList ul li.ico05 a {
  background: url(../../img/ico05_sm.png) 5px center no-repeat;
}
.cateList ul li.ico06 a {
  background: url(../../img/ico06_sm.png) 5px center no-repeat;
}
.cateList ul li.ico07 a {
  background: url(../../img/ico07_sm.png) 5px center no-repeat;
}
.cateList ul li.ico08 a {
  background: url(../../img/ico08_sm.png) 5px center no-repeat;
}
.cateList ul li.ico09 a {
  background: url(../../img/ico09_sm.png) 5px center no-repeat;
}
.cateList ul li.ico10 a {
  background: url(../../img/ico10_sm.png) 5px center no-repeat;
}
.cateList ul li.ico11 a {
  background: url(../../img/ico11_sm.png) 5px center no-repeat;
}
.cateList ul li.ico12 a {
  background: url(../../img/ico12_sm.png) 5px center no-repeat;
}
.cateList ul li.ico13 a {
  background: url(../../img/ico13_sm.png) 5px center no-repeat;
}
.cateList ul li a:hover {
    background-color: rgba(0,0,0,.05);
}

.ts_search .search_keyword {
	border-top: 1px solid #C70806;
	background-color: #FFC;
	padding: 20px 30px;
}
.ts_search .search_keyword .flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 15px;
}
.ts_search .search_keyword fieldset {
	display: flex;
	justify-content: center;
	gap: 5px;
}
.ts_search .search_keyword label {
	font-size: 18px;
	color: #C60706;
	letter-spacing: 1px;
	font-weight: bold;
}
.ts_search .search_keyword input#s_key.search_text {
	width: 500px;
}
.ts_search .search_keyword input#s_shop.search_text {
	width: 300px;
}
.ts_search .search_keyword .search_text {
	padding: 12px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #FC0;
	border-radius: 4px;
}
.ts_search .search_keyword .search_input {
	background-color: #C60706;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #F00;
	border-radius: 4px;
	padding: 5px 20px;
	color: #FFF;
	font-size: 18px;
}
.ts_search .search_keyword .kome {
	font-size: 12px;
}
}
.topZaikaku {
	background-color: #AFD17D;
	padding: 20px;
	margin-bottom: 30px;
}
.topZaikaku .flex {
	display: flex;
}
@media (max-width: 599px) {
	.topZaikaku {
		order: 1;
	}
.topZaikaku .secTtl p {
	margin-left: auto;
}
.topZaikaku .flex {
	flex-direction: column-reverse;
	align-items: center;
}
}
@media (min-width: 600px) {
.topZaikaku {
	order: 1;
}
.topZaikaku h3 {
	margin-bottom: 10px;
}
.topZaikaku ul {
	display: table;
	width: 680px;
}
.topZaikaku ul li {
	display: table-cell;
	vertical-align: middle;
}
.topZaikaku ul li > div {
	margin: 5px;
}
.topZaikaku ul li.txt {
	width: 380px;
	font-size: 11px;
	line-height: 1.4;
}
.topZaikaku ul li.btn {
	width: 300px;
	text-align: right;
}
.topZaikaku .flex {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.topZaikaku .flex .txt {
	flex-basis: 380px;
	font-size: 11px;
	line-height: 1.4;
} 
.topZaikaku .flex .btn {
	flex-basis: 300px;
	flex-shrink: 0;
}
}

.leftRandom {
	margin-bottom: 30px;
}
.leftRandom h3.secTtl {
  background-color: #C6000C;
  color: #FFF;
  font-weight: 500;
  padding: 5px 1em;
  margin-bottom: 1em;
}
.leftRandom ul {
  display: flex;
  flex-wrap: wrap;
}
.leftRandom ul li {
	display: flex;
	flex-direction: column;
}
.leftRandom ul li > div {
	display: flex;
	flex-direction: column;
}
.leftRandom ul li p.photo {
	flex-basis: 120px;
}
.leftRandom ul li p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.4;
	font-size: 80%;
}
.leftRandom ul li p a {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 599px) {
	.leftRandom {
		order: -1;
	}
  .leftRandom h3.secTtl {
    font-size: 18px;
  }
  .leftRandom ul {
    gap: 8px;
  }
  .leftRandom ul li {
    flex-basis: calc(50% - 4px);
  }
}
@media (min-width: 600px) {
  .leftRandom {
		order: -1;
  }
  .leftRandom h3.secTtl {
    font-size: 20px;
  }
  .leftRandom ul {
    gap: 8px;
  }
  .leftRandom ul li {
    flex-basis: calc(25% - 6px);
  }
}


.topOshirase h4 {
	font-weight: 700;
	border-bottom: 3px solid #000;
	text-align: left;
	padding: 0.2em 0;
	margin-bottom: 0.5em;
}
.topOshirase > div {
	margin-bottom: 30px;
}
.topOshirase ul li {
	border-bottom: 1px dotted #CCC;
}
.topOshirase ul li a {
	display: block;
}
@media (max-width: 599px) {
.topOshirase h4 {
	font-size: 16px;
}
}
@media (min-width: 600px) {
.topOshirase {
	order: 0;
	display: flex;
	justify-content: space-between;
}
.topOshirase h4 {
	font-size: 18px;
}
.topOshirase .topShopNews {
	flex-basis: 440px;
}
.topOshirase .topShopNews ul li a {
	padding: 0.5em 0;
}
.topOshirase .topKoushin {
	flex-basis: 250px;
}
.topOshirase .topKoushin ul li a {
	font-size: 85%;
	line-height: 1.2;
	padding: 0.2em 0;
}
}


.top_bnr ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.top_bnr ul > li {
	flex-basis: calc(50% - 4px);
	font-size: 80%;
	line-height: 1.4;
}


.topRanking {
	margin-bottom: 30px;
}
.topRanking .ttlBox {
	display: flex;
	background-color: #C6000C;
	color: #FFF;
	margin-bottom: 15px;
}
.topRanking .ttlBox h3 {
  padding: 5px 1em;
}
.topRanking .ttlBox .all {
	background-color: #333;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.topRanking .ttlBox .all a {
	color: #FFF;
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0.5em;
}
.topRight .topRanking ol li {
	display: flex;
	flex-direction: column;
	padding-left: 50px; 
	border-bottom: 1px dotted #999;
	min-height: 70px;
	line-height: 1.4;
}
.topRight .topRanking ol li.first {
	background: url(../../img/ranking_1st.png) no-repeat 0 center;
	min-height: 70px;}
.topRight .topRanking ol li.second {
	background: url(../../img/ranking_2nd.png) no-repeat 0 center;
}
.topRight .topRanking ol li.third {
	background: url(../../img/ranking_3rd.png) no-repeat 0 center;
}
.topRight .topRanking ol li.fourth {
	background: url(../../img/ranking_4th.png) no-repeat 0 center;
}
.topRight .topRanking ol li.fifth {
	background: url(../../img/ranking_5th.png) no-repeat 0 center;
}
.topRight .topRanking ol li a {
	flex-grow: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 70px;
}

@media (max-width: 599px) {
.topRanking .ttlBox h3 {
	font-size: 18px;
}
}
@media (min-width: 600px) {
.topRanking .ttlBox h3 {
	font-size: 20px;
}
}

@media (max-width: 599px) {
.topHitorigoto {
	display: none;
}
}
@media (min-width: 600px) {
.topHitorigoto {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 30px;
	border-top: 3px solid #999;
	border-bottom: 3px solid #999;
	padding: 8px 0;
}
.topHitorigot ul {
	flex-grow: 2;
}
.topHitorigot ul li {
	border-bottom: 1px dotted #CCC;
}
.topHitorigoto ul li a {
	display: block;
	font-size: 85%;
	padding: 0.2em 0;
	line-height: 1.4;
}
}
@media (max-width: 599px) {
.topLogin {
	display: none;
}
}
@media (min-width: 600px) {
.topLogin {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
  border: 5px solid #E6E6F0;
  background-color: #FAFAFC;
	padding: 20px;
}
.topLogin .shopLogin a {
	display: block;
	padding: 8px;
	background-color: #FFF;
	border: 1px solid #E6E6F0;
}
.topLogin ul.txtLink {
	width: 280px;
	display: flex;
	justify-content: space-between;
}
.topLogin ul.txtLink li {
	flex-grow: 2;
}
.topLogin ul.txtLink li + li {
	border-left: 1px solid #333;
}
.topLogin ul.txtLink li a {
	display: block;
	font-size: 80%;
	text-align: center;
}
}









