@charset "UTF-8";
/* CSS Document */


h2{
	text-align: center!important;
}
h5{
	font-size: 16px;
    line-height: 2;
    padding: 25px 0 0;
    border-bottom: 3px dotted #eee;
    width: 90%;
    margin: 0 auto;
}
.sec-cmn-01 {
    padding-bottom: 60px!important;
	
}
/*=================　上部エリア　===================*/

.main-hero a img {
    width: 100%!important;
    object-fit: cover!important;
    height: auto;
}
.main_text p{
    margin: 3% 5%!important;
}

.btn-area {
    margin: 50px auto;
}


.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*=================　オレンジボタン　===================*/

.org_btn {
    text-align: center;
    margin-top: 20px!important;
}
.org_btn_85 a{
	display: block;
    border-radius: 25px;
    background: #E39D3D;
    text-align: center;
    color: #fff!important;
    padding: 3% 3%;
    width: 85%!important;
    margin: 20px auto;
}
a.arrow_base.arrow_round {
    padding: 10px 30px!important;
}
/*=================　ボタン矢印　===================*/
div.org_btn .arrow_base{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    color: #FFF!important;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	text-align: center;
}
div.org_btn .arrow_base::before,
div.org_btn .arrow_base::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}


div.org_btn a.arrow_round::before{

    right: 24px;
    width: 3px;
    height: 3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

div.org_btn a.arrow_round::after{
	box-sizing: border-box;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*=================　ボタン矢印ここまで△　===================*/

/*ランキング*/
.side_scroll{
	box-shadow: none!important;
}


/*================== 2grid banner area ==================*/
.bnr-area{

    padding: 30px 0 10px;
	margin: 0 auto;
	text-align: center;
}

ul.bnr-box{
    width: 100%;
    vertical-align: top;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    right: 0;
	text-align: center;
    display:flex;
	flex-wrap: wrap;
}

.bnr-box li {
    width: 44%;
    margin: 0 auto 30px;
	text-align: left;
    border: 1px solid #eee;
	display: table-cell;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
	vertical-align: top;
	position: relative;

}
.bnr-box li:nth-of-type(2n){
	margin-left:0;
	
}

.bnr-box li a:link,.bnr-box li a:visited {
    text-decoration: none;
    color: #696969;
}

.bnr-box li a img {
    width: 100%;
	object-fit:contain;
    height: auto!important;
}

.bnr-pr-title {
	display: block;
    margin: 20px 15px;
    font-size: 4vw;
    font-weight: 600;
}

.bnr-pr-txt{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    line-height: 1.6;
    color: #333!important;
    margin: 20px 15px!important;
    font-size: 3vw!important;
}
.bnr-pr-price{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    line-height: 1.6;
    color: #333!important;
    margin: 15px 15px!important;
    font-size: 3.5vw!important;
	font-weight: 800;
}
#grid-02{
	margin-bottom: 20px;
}

/*=========== タグ ==============*/


.tagsAreaWrapper {
	display: block;
    width: 90%;
    margin: 20px auto 0;
    border: 1px solid #eee;
    padding: 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
	vertical-align: top;
}



table#tags-list {
	display: block;
    vertical-align: top;
    text-align: left;
    font-weight: 100;
}

table#tags-list tr {
    display: block;
    background: #fff;
}
table#tags-list th {
    margin-top: 10px;
    text-align: left;
    width: auto;
    position: relative;
    border-bottom: 1px solid #f2f2f0;
    padding-bottom: 10px;
	display: block;
	font-weight: 100;
}

table#tags-list th .tag-th-link {
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    min-height: 28px;
	text-align: left;
    text-indent: -16px;
    font-size: 17px!important;
	text-shadow: 1px 1px 5px #fff, 1px 1px 2px #fff;
    color: #333;
	font-weight: 600;
	text-indent: 1em;
}



table#tags-list td.tags-list-td-linklist {
    padding: 10px 3px 7px 5px;
}
table#tags-list td ul.tags-list-ul {
    min-width: 0;
	margin: 0;
    padding: 0;
}
table#tags-list td ul.tags-list-ul li {
    font-size: 12px;
    line-height: 23px;
	display: inline-block;
    padding: 0 2px 0 0;
    margin: 0 0 14px;
}

table#tags-list td ul.tags-list-ul li a {
    background: transparent;
    border: none;
    padding: 1px;
    margin: 3px 0 0 11px;
	max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #fdfdfd;
    border-radius: 15px;
    cursor: pointer;
    margin: 3px 0 0 7px;
    color: #000000;
    font-size: 3.5vw;
    font-weight: 100;
    display: inline-block;
}

.border-bottom{
    width: auto;
    position: relative;
    border-bottom: 1px solid #f2f2f0;
    display: block;

}

/*=============== 矢印 ==================*/

.set-th a{
	color: #3C3C3C!important;
	margin: 0;
	padding: 0;
}
.arrow_base{
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0;
    color: #3c3c3c;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
	text-align: right;
}
.set-th .arrow_base::before,
.set-th .arrow_base::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.set-th a.arrow_round::before{

    right: 15px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	
}

.set-th a.arrow_round::after{
	box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #3C3C3C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


/*================== 渡し方 2grid banner area ==================*/
.bnr-area_02{

    padding: 30px 0 10px;
	margin: 0 auto;
	text-align: center;
}

ul.bnr-box_02{
    width: 100%;
    vertical-align: top;
    position: relative;
    left: 0;
    padding: 0;
    margin: 0;
    right: 0;
	text-align: center;
    display:flex;
	flex-wrap: wrap;
}

.bnr-box_02 li {
    width: 44%;
    margin: 0 auto 30px;
	text-align: left;
	display: table-cell;
    padding: 0;
	vertical-align: top;
	position: relative;

}
.bnr-box_02 li:nth-of-type(2n){
	margin-left:0;
	
}

.bnr-box_02 li a:link,.bnr-box_02 li a:visited {
    text-decoration: none;
    color: #696969;
}

.bnr-box_02 li a img {
    width: 100%;
	object-fit:cover;
    height: auto;
}



/*PICKUPエリアの画像高さ*/

#pickup li a img {
    width: 100%;
	object-fit:cover;
    height: auto!important;
}


/*Wバナーエリア*/
.wbanner-box{
	margin: 10px 0;
}

