@charset "utf-8";

/************************************************
TOPページ
************************************************ */

/* -------------------------------------------
共通
-------------------------------------------*/
.LC_Page_Index *{
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic";
}
.LC_Page_Index #two_maincolumn_right.main_column{
	width: 950px;
}
.LC_Page_Index .-img{
	width: 100%;
}
.LC_Page_Index a{
	display: block;
}
.LC_Page_Index #footer a{ /* フッターのみ */
	display: inline;
}
.LC_Page_Index a:hover{
	opacity: .5;
}
.LC_Page_Index a:hover .-img{
	opacity: 1;
}
.LC_Page_Index h2{
	background: none;
	height: auto;
	padding: 0;
}
.ye-line{
    background: linear-gradient(transparent 80%, #FED81F 0%);
}

/* -------------------------------------------
メインビジュアル スライド
-------------------------------------------*/
#topcolumn{
	overflow: hidden;
	width: 100%;
	min-width: 1290px;
	padding-top: 10px;
}
.Top-Slider{
	position: relative;
}
.Top-Slider .swiper-slide img{
	width: 100%;
	aspect-ratio: 2 / 1;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
.Top-Slider+.slider-thumbnail .swiper-wrapper{
	margin: 20px auto 0;
	width: fit-content;
	cursor: pointer;
}
.Top-Slider+.slider-thumbnail{
	margin-bottom: 50px;
}
.Top-Slider+.slider-thumbnail .swiper-slide{
	width: 130px !important;
}
.Top-Slider+.slider-thumbnail .swiper-slide img{
	width: 100%;
	aspect-ratio: 3 / 1;
}
.Top-Slider+.slider-thumbnail .swiper-slide.swiper-slide-thumb-active{
	border: 3px solid #D22600 !important;
	border-radius: 5px !important;
}
.Top-Slider .swiper-button-next{
	width: 30px !important;
	height: 30px !important;
	right: 24vw !important;
	left: auto !important;
	top: 55% !important;
	transform: translateY(-50%) !important;
	opacity: 1 !important;
}
@media screen and (min-width: 1500px) {
	.Top-Slider .swiper-button-next{
		right: 27.5vw !important;
	}
}
.Top-Slider .swiper-button-prev {
	width: 30px !important;
	height: 30px !important;
	left: 24vw !important;
	right: auto !important;
	top: 55% !important;
	transform: translateY(-50%) !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	cursor: pointer !important;
}
@media screen and (min-width: 1500px) {
	.Top-Slider .swiper-button-prev {
		left: 27.5vw !important;
	}
}
.Top-Slider .swiper-button-next:after{
	content: "" !important;
	background: url(../img/top/btn_slide_right.svg) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}
.Top-Slider .swiper-button-prev:after{
	content: "" !important;
	background: url(../img/top/btn_slide_left.svg) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 30px;
}

/* -------------------------------------------
絞込み機能
-------------------------------------------*/
.Search-group{
	background: #FFF9DD;
	filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 3px 4px);
	padding: 25px 30px;
	border-radius: 10px;
	margin: 0 auto 80px;
	max-width: 987px;
	box-sizing: border-box;
}
.Search-area {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	column-gap: 40px;
}
.Search-area__flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 1;
	row-gap: 15px;
}
.Search-area__flex .-item{
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out; */
	flex-basis: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	row-gap: 15px;
}
.Search-area__flex .-item::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.Search-area__flex .-item .-ttl{
	font-size: 14px;
	font-weight: bold;
	color: #7E432C;
	width: fit-content;
	text-align: left;
}
.Search-area__flex .-item.-budget{
	flex-basis: 48.5%;
	column-gap: 10px;
}
.Search-area__flex .-item.-budget .-selectbox::before{
	content: "";
	background: url(../img/common/icon-search-budget2.svg) no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	left: 12px;
}
.Search-area__flex .-item.-number{
	flex-basis: 48.5%;
	column-gap: 10px;
}
.Search-area__flex .-item.-number .-selectbox::before{
	content: "";
	background: url(../img/common/icon-search-set.svg) no-repeat;
	background-size: contain;
	width: 26px;
	height: 26px;
	left: 9px;
}
.Search-area__flex .-item .-selectbox::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	left: 10px;
	z-index: 3;
	pointer-events: none;
}
.Search-area__flex .-item .-selectbox::after{
	content: "";
	background: url(../img/common/arrow-down.svg) no-repeat;
	background-size: contain;
	width: 10px;
	height: 7px;
	position: absolute;
	top: 50%;
  right: 10px;
	transform: translateY(-50%);
	pointer-events: none;
}
.Search-area__flex .-item.-main{
	column-gap: 28px;
}
.Search-area__flex .-item.-main .-ttl .small{
	font-size: 12px;
	font-weight: normal;
}
.Search-area__flex .-item.-main .main-icon{
	flex: 1;
}
.Search-area__flex .-item.-main .main-icon__group{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.Search-area__flex .main-icon__group-item{
	flex-basis: 11%;
}
.Search-area__flex .main-icon__group-item .-img{
	aspect-ratio: 1 / 1;
	border: 1px solid #E1E1E1;
	border-radius: 7px;
}
.Search-area__flex .-item .-selectbox{
	flex: 1;
	position: relative;
}
.Search-area__flex .-item .custom-select{
	border: 1px solid #E1E1E1;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 0 10px 43px;
	background: #fff;
	font-size: 16px;
	color: #7e432c;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	width: 100%;
}
::-ms-expand {
	display: none;
}
.Search-area__flex .-item .custom-select:focus{
	outline: none;
	border: 1px solid #7e432c;
	border-radius: 5px;
}
.Search-area__flex .-item .custom-select option{
	border: none;
}
.Search-area__btn{
	flex-basis: 220px;
  border-radius: 5px;
}
.Search-area__btn button{
	display: block;
	background: #D22600;
	border-radius: 5px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: auto 0 auto auto;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.Search-area__btn button:hover{
	background: #a11616;
}
.Search-area__btn button span{
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	padding-left: 27px;
	position: relative;
	line-height: 1.7;
}
.Search-area__btn button span::before{
	content: "";
	background: url(../img/common/icon-search.svg) no-repeat;
	background-size: contain;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 4px;
	left: -5px;
}
.Search-area__btn button span .small{
	padding-left: 0;
	font-size: 16px;
}
.Search-area__btn button span .small::before{
	display: none;
}


/* 絞り込み修正後 消す */
.search-group{
	background: linear-gradient(132deg, #FFFFFF 0%, #FAFAFA 20%, #f8f8f8 100%);
	margin: 0 0 85px;
}
.search-area {
	padding: 25px 0 37px;
	width: 100%;
}
.search-area__flex{
	background: #FFFFFF;
	border-radius: 15px;
	filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 3px 4px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.search-area__flex .-item{
	position: relative;
	padding: 15px 20px 10px 50px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.search-area__flex .-item::before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 37px;
	height: 37px;
	left: 8px;
	z-index: 3;
}
.search-area__flex .-item::after{
	content: "";
	background: url(../img/common/arrow-down.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 50%;
	width: 13px;
  right: 15px;
	transform: translateY(-50%);
	pointer-events: none;
}
.search-area__flex .-item.-budget{
	flex-basis: 31%;
	border-right: 1px solid #E1E1E1;
	border-bottom: none;
	border-radius: 15px 0 0 15px;
}
.search-area__flex .-item.-budget::before{
	content: "";
	background: url(../img/common/icon-search-budget.svg) no-repeat;
	background-size: contain;
}
.search-area__flex .-item.-number{
	flex-basis: 23%;
	border-right: 1px solid #E1E1E1;
	border-bottom: none;
}
.search-area__flex .-item.-number::before{
	content: "";
	background: url(../img/common/icon-search-set.svg) no-repeat;
	background-size: contain;
}
.search-area__flex .-item.-main{
	flex-basis: 30%;
	border-bottom: none;
}
.search-area__flex .-item.-main::before{
	content: "";
	background: url(../img/common/icon-search-main.svg) no-repeat;
	background-size: contain;
}
.search-area__flex .-item .custom-select{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	padding: 15px;
	border: none;
	margin: 0;
	cursor: pointer;
	padding: 37px 0 9px 50px;
	background: none;
	font-size: 14px;
	color: #7e432c;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-ms-expand {
	display: none;
}
.search-area__flex .-item .custom-select:focus{
	outline: none;
	border: 1px solid #7e432c;
	border-radius: 5px;
}
.search-area__flex .-item.-budget .custom-select{
	border-radius: 15px 0 0 15px;
}
.search-area__flex .-item .custom-select option{
	border: none;
}
.search-area__flex .-btn{
	flex-basis: 15%;
  padding: 10px;
}
.search-area__flex .-btn button{
	display: block;
	width: 95px;
	background: #D22600;
	border-radius: 5px;
	padding: 12px 0 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: auto 0 auto auto;
	border: none;
	cursor: pointer;
}
.search-area__flex .-btn button:hover{
	background: #a11616;
}
.search-area__flex .-btn button span{
		color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
}
.search-area__flex .-btn button span::before{
	content: "";
	background: url(../img/common/icon-search.svg) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 46%;
	left: -2px;
	transform: translateY(-50%);
}
.search-area__flex .-item .-ttl{
	font-size: 14px;
	color: #7e432c;
	font-weight: normal;
	text-align: left;
}


/* -------------------------------------------
かんたんお届け日検索
-------------------------------------------*/
.deliverydate-area{
	max-width: fit-content;
	padding-bottom: 25px;
	box-sizing: border-box;
	margin: 0 auto;
}
.deliverydate-area__flex{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.deliverydate-area__flex .-ttl{
	font-size: 15px;
	text-align: center;
	width: fit-content;
	margin-right: 15px;
	margin-bottom: 0;
}

.deliverydate-area__flex .-ttl .bold{
  color: #000000;
}

.deliverydate-area__flex .-prefectures{
	margin: 0 25px 15px 0;
	position: relative;
	width: fit-content;
	margin-left: 0;
	margin-bottom: 0;
}
.deliverydate-area__flex .-prefectures::after {
	content: "";
	background: url(../img/common/arrow-down.svg) no-repeat;
	background-size: contain;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 53%;
	right: 25px;
	transform: translateY(-50%);
	pointer-events: none;
}
.deliverydate-area__flex .-prefectures .custom-select{
	width: 200px;
	border: 1px solid #E1E1E1;
	border-radius: 9999999px;
	padding: 10px 20px;
	background: #fff;
	font-size: 14px;
	cursor: pointer;
	position: initial;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	color: #7e432c;
}
::-ms-expand {
	display: none;
}
.deliverydate-area__flex .-prefectures .custom-select:focus{
	outline: none;
	border: 1px solid #7e432c;
}
.deliverydate-area__flex .-date{
		display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
		margin-left: 0;
}
.deliverydate-area__flex .-date .-tag{
	width: 78px;
  margin-right: 8px;
}
.deliverydate-area__flex .-date .-txt{
	display: inline;
    font-size: 15px;
    font-weight: bold;
		width: 132px;
    color: #D22600;
}
.deliverydate-area__flex .-date .-txt .-emphasize{
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}


/* -------------------------------------------
お知らせ
-------------------------------------------*/
.News{
	margin-bottom: 50px;
}
.News__Wrap{
	background: #F2F2F2;
	width: 100%;
	max-width: 750px;
	padding: 15px 20px;
  margin: 0 auto;
}
.News__Wrap.-Flex{
	display: flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.News__Wrap__Tag{
	width: fit-content;
	font-weight: bold;
	font-size: 13px;
	border: 2px solid #D22600;
	border-radius: 3px;
	padding: 1px 8px .5px;
	margin-right: 12px;
	margin-top: 4px;
}
.News__Wrap__p{
	flex: 1;
	font-weight: bold;
	font-size: 14px;
}


/* -------------------------------------------
人気景品セットランキング
-------------------------------------------*/
.Ranking{
	margin-bottom: 100px;
}
.Ranking__Wrap__Title{
	margin-bottom: 0;
}
.Ranking__Wrap__Title .-img{
	aspect-ratio: 1418 / 177;
}
.Ranking__Wrap__Group{
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	column-gap: 20px;
	margin-bottom: 50px;
}
.Ranking__Wrap__Group__Item:nth-child(1),
.Ranking__Wrap__Group__Item:nth-child(3){
	flex: 1;
}
.Ranking__Wrap__Group__Item:nth-child(2){
	width: 365px;
}
.Ranking__Wrap__Group__Item:nth-child(1) .-img,
.Ranking__Wrap__Group__Item:nth-child(3) .-img{
	aspect-ratio: 205 / 267;
}
.Ranking__Wrap__Group__Item:nth-child(2) .-img{
	aspect-ratio: 91 / 103;
}
.Ranking__Wrap__Btn{
	width: 386px;
	margin: 0 auto;
}
.Ranking__Wrap__Btn .-btn{
	background: #FED833;
	padding: 20px  20px 20px 0;
	border-radius: 99999999px;
	position: relative;
	text-align: center;
	color: #7E432C;
}
.Ranking__Wrap__Btn .-btn:hover{
	color: #7E432C;
}
.Ranking__Wrap__Btn .-btn::after{
	content: "";
    background: url(../img/top/btn_arrow_lightred.svg) no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
}
.Ranking__Wrap__Btn .-btn span{
	text-align: center;
	font-size: 20px;
	font-weight: 900;
}


/* -------------------------------------------
利用シーンから選ぶ
-------------------------------------------*/
.Scene{
	margin-bottom: 100px;
}
.Scene__Wrap{
	background: #FFF9DD;
	border-radius: 15px;
	padding: 25px 20px 30px;
}
.Scene__Wrap__Title{
	width: 100%;
	margin: 0 auto 10px;
}
.Scene__Wrap__Title .-img{
	aspect-ratio: 1365 / 179;
}
.Scene__Wrap__Group.-Flex{
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	row-gap: 20px;
}
.Scene__Wrap__Title+.Scene__Wrap__Group{
	margin-bottom: 20px;
	aspect-ratio: 91 / 38;
}
.Scene__Wrap__Group__Item.-two{
	flex-basis: 49%;
}
.Scene__Wrap__Group:has(.Scene__Wrap__Group__Item.-two)+.Scene__Wrap__Group .Scene__Wrap__Group__Item.-two .-img{
	aspect-ratio: 167 / 45;
}
.Scene__Wrap__Group__Item.-three{
	flex-basis: 32%;
}
.Scene__Wrap__Group__Item.-three .-img{
	aspect-ratio: 29 / 12;
}
.Scene__Wrap__Group__Item.-two.-Flex{
	flex-wrap: wrap;
	row-gap: 20px;
}
.Scene__Wrap__Group__Item.-two.-Flex a{
	flex-basis: 100%;
}


/* -------------------------------------------
おすすめのメイン景品
-------------------------------------------*/
.Main{
	margin-bottom: 108px;
}
.Main__Wrap__Title{
	margin: 0 auto 20px;
}
.Main__Wrap__Title .-img{
	aspect-ratio: 1418 / 209;
}
.Main__Wrap__Group.-Flex{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	row-gap: 17px;
}
.Main__Wrap__Group__Item.-two{
	flex-basis: 49%;
}
.Main__Wrap__Group__Item.-two .-img{
	aspect-ratio: 349 / 195;
}
.Main__Wrap__Group__Item.-three{
	flex-basis: 32%;
}
.Main__Wrap__Group__Item.-three .-img{
	aspect-ratio: 91 / 60;
}
.Main__Wrap__Group__Item.-four{
	flex-basis: 23.5%;
}
.Main__Wrap__Group__Item.-four .-img{
	aspect-ratio: 11 / 10;
}
.Main__Wrap__Banner.-Flex{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}


/* -------------------------------------------
6つのポイント
-------------------------------------------*/
.Point{
	margin-bottom: 36px;
}
.Point__Wrap{
	background: #FFF9DD;
	border-radius: 15px;
	padding: 30px 35px;
}
.Point__Wrap__Title{
	margin: 0 auto 22px;
}
.Point__Wrap__Title .-img{
	aspect-ratio: 91 / 17;
}
.Point__Wrap__Group.-Flex{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	row-gap: 50px;
}
.Point__Wrap__Group-item{
	border: 2px solid #D23511;
	border-radius: 10px;
	background: #fff;
	position: relative;
	box-sizing: border-box;
}
.Point__Wrap__Group-item.-one{
	flex-basis: 100%;
	padding: 53px 40px 30px;
}
.Point__Wrap__Group-item.-two{
	flex-basis: 48.5%;
	padding: 35px 20px 0;
}
.Point__Wrap__Group-item.-three{
	flex-basis: 31.5%;
	padding: 35px 12px 12px;
}
.Point__Wrap__Group-item .-num{
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.Point__Wrap__Group-item.-one .-num{
	width: 180px;
}
.Point__Wrap__Group-item.-two .-num,
.Point__Wrap__Group-item.-three .-num{
	width: 170px;
}
.Point__Wrap__Group-item.-one .-ttl{
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}
.Point__Wrap__Group-item.-two .-ttl{
	font-size: 35px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1.4;
}
.Point__Wrap__Group-item.-three .-ttl{
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 5px;
}
.Point__Wrap__Group-item.-three .-ttl .ye-line{
	background: linear-gradient(transparent 70%, #FED81F 0%);
}
.Point__Wrap__Group-item.-two .-txt{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.Point__Wrap__Group-item.-two .-txt .-link{
	text-decoration: underline;
	font-weight: 600;
	color: #D23511;
}
.Point__Wrap__Group-item.-one .Point__Wrap__Group-item__img{
	margin-bottom: 20px;
}
.Point__Wrap__Group-item.-one .Point__Wrap__Group-item__img .-img{
	aspect-ratio: 41 / 13;
}
.Point__Wrap__Group-item .-howto__title{
	background: #FED81F;
	border-radius: 10px 10px 0 0;
	padding: 7px;
	text-align: center;
	color: #7E432C;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
.Point__Wrap__Group-item .-howto__box{
	justify-content: space-between;
	padding: 13px 20px 17px;
	background: #FFF8CC;
	border-radius: 0 0 10px 10px;
}
.-howto__box__item{
	flex-basis: 24%;
}
.-howto__box__item .-img{
	aspect-ratio: 278 / 245;
}
.Point__Wrap__Group-item.-two .Point__Wrap__Group-item__img .-img{
	aspect-ratio: 97 / 64;
}
.Point__Wrap__Group-item.-three .Point__Wrap__Group-item__img .-img{
	aspect-ratio: 25 / 19;
}


/* 目録の使い方 */
/* .Howto{
	margin-bottom: 70px;
}
.Howto__Wrap__Title{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #7E432C;
	padding: 7px !important;
	background: #FED81F !important;
	border-radius: 10px 10px 0px 0px;
	margin: 0;
}
.Howto__Wrap__Box.-Flex{
	border-radius: 0 0 10px 10px;
	background: #FFF8CC;
	padding: 25px 45px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.Howto__Wrap__Box__Item{
	flex-basis: 31%;
} */

/* -------------------------------------------
特典バナー
-------------------------------------------*/
.Tokuten{
	margin-bottom: 100px;
}
.Tokuten a{
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
	margin-left: auto;
	margin-right: auto;
}
.Tokuten-member{
	max-width: 800px;
	margin-bottom: 30px;
}
.Tokuten-member .-img{
	aspect-ratio: 80 / 17;
}
.Tokuten-special{
	max-width: 390px;
}
.Tokuten-special .-img{
	aspect-ratio: 49 / 15;
}


/* -------------------------------------------
安心のご利用実績
-------------------------------------------*/
.Jisseki{
	margin: 0 auto 100px;
}
.Jisseki__Wrap__Title{
	margin: 0 auto 20px;
	align-content: center;
}
.Jisseki__Wrap__Title .-img{
	aspect-ratio: 1418 / 167;
}
.Jisseki__Wrap__Img .-img:first-child{
	margin-bottom: 20px;
}
.Jisseki__Wrap__Img .-img{
	aspect-ratio: 19 / 6;
}
.Jisseki__Wrap__Box__Flex{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}



/* -------------------------------------------
その他お役立ちコンテンツ
-------------------------------------------*/
.Other{
	margin-bottom: 70px;
}
.Other__Wrap__Title{
	margin-bottom: 9px;
}
.Other__Wrap__Title .-img{
	aspect-ratio: 1418 / 179;
}
.Other__Wrap__Webbingo{
	margin-bottom: 69px;
}
.Other__Wrap__Webbingo .-img{
	aspect-ratio: 96 / 25;
}
.Other__Wrap__Box.-Flex{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 48px;
}
.Other__Wrap__Box__Item{
	width: fit-content;
	height: 278px;
}
.Other__Wrap__Box__Item a{
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
.Other__Wrap__Box__Item:nth-child(3) a{
	filter: none;
}
.Other__Wrap__Box__Item:nth-child(1) .-img{
	aspect-ratio: 106 / 139;
}
.Other__Wrap__Box__Item:nth-child(2) .-img{
	aspect-ratio: 224 / 271;
}
.Other__Wrap__Box__Item:nth-child(3) .-img{
	aspect-ratio: 102 / 139;
}
.Other__Wrap__Box__Item:nth-child(4) .-img{
	aspect-ratio: 195 / 278;
}
.Other__Wrap__Btn.-Flex{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -8.333px;
}
.Other__Wrap__Btn .-btn{
	background: #FED81F;
	border-radius: 999999px;
	padding: 15px 30px 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #7E432C;
	text-align: center;
	position: relative;
  flex-basis: 28.5%;
	margin: 0 8.333px 20px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
}
.Other__Wrap__Btn .-btn::after{
	content: "";
	background: url(../img/top/btn_arrow_lightred.svg) no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.Other__Wrap__Btn a{
	flex-basis: 33%;
}

