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

dl{
	margin-bottom: 0;
}
dl dt, dl dd{
	margin-left: 0;
}
form {
    margin: 0;
}

/*-----------------------------------------------------------*/

/*ファーストビュー*/
#main_block{
    width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
#main_block .slider-wrapper{
	width: 100%;
	position: relative;
}
#main_block .swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 90px;
}
#main_block .swiper-slide img{
	width: 100%;
	height: 225px;
	object-fit: cover;
}
#main_block .swiper-button-next, #main_block .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.3);
	width: 34px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main_block .swiper-button-next:after, #main_block .swiper-button-prev:after{
	font-size: 18px;
	color: #fff;
}

#main_block .swiper-slide dl{
    width: calc( 90vw - 30px );
    height: 16vw;
	padding: 0 15px;
	margin: 0 auto;
    background-color: #FFFFFF;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .8));
    background-image: url(new_shop_image/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
	display: flex;
	gap: 5px 0;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	bottom: -16vw;;
	left: 0;
	right: 0;
	margin: auto;
}
#main_block .swiper-slide dl dt {
    font-size: 7vw;
    font-weight: normal !important;
}
#main_block .swiper-slide dl dd {
	text-align-last: left;
    font-size: 3vw;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400 !important;
    font-style: normal;
	margin-left: 0;
}

#main_block .swiper-button-next, #main_block .swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 40%);
}
#main_block .swiper-horizontal>.swiper-pagination-bullets, #main_block .swiper-pagination-bullets.swiper-pagination-horizontal, #main_block .swiper-pagination-custom, #main_block .swiper-pagination-fraction{
	bottom: var(--swiper-pagination-bottom, 0px);
}
#main_block .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    background: var(--swiper-pagination-bullet-inactive-color, #666);
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
#main_block .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, #000);
}

/*※ファーストビュー内のNewsは非表示／ページ下部に表示*/
#main_block .new_wrapper{
	display: none;
}

/*-----------------------------------------------------------*/
/*　アンカーボタン／旧：テキストボタン　*/

#btn_list{
    width: 90vw;
    margin: 0 auto;
	padding: 15px 0;
    overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
#btn_list > ul{
	list-style-type: none;
    width: 100%;
	margin: 30px auto;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 6px;
}
#btn_list > ul > li{
    width: calc( 50% - 3px );
}
#btn_list > ul > li.full{
    width: 100%;
}
#btn_list > ul > li > a{
    position: relative;
	width: calc( 100% - 5px );
	height: 70px;
	box-sizing: border-box;
	border-top: 1px solid #A8A8A8;
	border-bottom: 1px solid #A8A8A8;
	display: block;
	text-decoration: none;
	padding-left: 5px;
}
#btn_list > ul > li > a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0px;
	font-family: 'Material Icons';
	content: '\e5cc';
	font-size: 25px;
	width: 25px;
	height: 25px;
	color: #A8A8A8;
	display: flex;
	justify-content: center;
	align-items: center;
}
#btn_list > ul > li.full > a{
    background-color: #FFBD00;
	color: #fff;
}
#btn_list > ul > li.full > a::before{
	color: #fff;
}

#btn_list > ul > li > a dl{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: source-han-serif-japanese, serif;
	font-weight: 400 !important;
}
#btn_list > ul > li > a dl dt{
	font-size: 16px;
}
#btn_list > ul > li > a dl dd{
	margin-left: 0;
}

/*
#link_osusume {
    padding-top: 60px;
}
#link_ranking {
    padding-top: 75px;
}
*/

#btn_list > .search{
	margin-top: 15px;
}
#btn_list > .search dl{
	height: 45px;
	display: flex;
	align-items: center;
	position: relative;
	font-family: source-han-serif-japanese, serif;
    font-weight: 400 !important;
}
#btn_list > .search dl::before{
	position: absolute;
	font-family: 'Material Icons';
	width: 38px;
	height: 38px;
	font-size: 38px;
	color: #fff;
	content: '\e8b6';
	pointer-events: none;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#btn_list > .search dl dt{
	width: 40%;
	font-size: 18px;
	font-weight: 400;
}
#btn_list > .search dl dd{
	/*width: 60%;*/
	width: 100%;
	height: 100%;
}
#btn_list > .search dl dd form{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#btn_list > .search dl dd input[type="text"]{
	width: calc( 100% - 55px );
	height: 100%;
	border: 1px solid gray;
	box-sizing: border-box;
}
#btn_list > .search dl dd input[type="submit"]{
	width: 45px;
	height: 45px;
	border: 0px;
	background-color: #5E5E5E;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

/*-----------------------------------------------------------*/
/*おすすめ商品*/

section.toppage_block {
    width: 90vw;
    margin: 0px auto;
    overflow: hidden;
}
section.toppage_block > .inner {
    width: 90vw;
    margin: 0px auto;
	padding: 1em 0 0;
}
section.toppage_block .subtitle {
    font-family: emily-austin, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
}
section.toppage_block .subtitle dl {
    display: flex;
	align-items: center;
	justify-content: space-between;
}
section.toppage_block .subtitle dt {
    /*font-size: 6.93vw;*/
	font-size: 9.00vw;
    color: #979797;
	line-height: 100%;
}
section.toppage_block .subtitle dd {
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4.30vw;
    color: #333333;
	line-height: 100%;
}

/**/

section.toppage_block .item_list {
    border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding: 0 0 2em;
}
section.toppage_block .item_list ul {
	counter-reset: item;
}

/**/
section.toppage_block .number_on ul li {
    list-style-type: none;
    counter-increment: number;
    list-style-position: inside;
}
section.toppage_block .number_on ul li::before {
    content: counter(number) ".";
    margin-right: 5px;
    color: #979797;
    font-weight: bold;
    font-family: caflisch-script-pro, sans-serif !important;
    font-size: 8vw;
}
/**/
section.toppage_block .item_list ul li {
    list-style-type: none;
    padding: 1em 0px;
	counter-increment: item;
}
section.toppage_block .item_list ul li .a_item {
    width: 90% !important;
    overflow: hidden;
    padding: 1.33vw 0px;
    margin: 0px auto;
}
section.toppage_block .item_list ul li .photo {
    overflow: hidden;
    vertical-align: middle;
    text-align: center !important;
}
section.toppage_block .item_list ul li .photo img {}
section.toppage_block .item_list ul li .txt {
    overflow: hidden;
    font-size: 13px !important;
    /*font-family: source-han-serif-japanese, serif !important;*/
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    height: 155px !important;
}
section.toppage_block .item_list ul li .txt dl {
    display: table;
    width: 100%;
}
section.toppage_block .item_list ul li .txt dl::before {
	content: counter(item) ". ";
    text-align: center !important;
    display: table-cell;
    vertical-align: top;
    width: 1em;
    font-size: 24px;
    color: #e0a30b;
}
section.toppage_block .item_list ul li .txt dl dt {
	display: none;
}
section.toppage_block .item_list ul li .txt dl dd {
    display: table-cell;
    vertical-align: top;
}
section.toppage_block .item_list ul li .txt a img {
    display: block !important;
    line-height: 100%;
    font-size: 0px;
    margin-bottom: 0.5em;
    overflow: hidden;
}
section.toppage_block .item_list ul li .txt .top_price {
    text-align: center;
    margin-top: 10px;
}
section.toppage_block .desc {
    clear: both;
    overflow: hidden;
    padding-top: 0.5em;
    font-size: 0.875em;
    line-height: auto;
}

section.toppage_block .swiper-button-next, section.toppage_block .swiper-button-prev{
	width: 34px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: auto;
	bottom: var(--swiper-navigation-top-offset, 5%);
}
section.toppage_block .swiper-button-next:after, section.toppage_block .swiper-button-prev:after{
	font-size: 25px;
	color: #5e5e5e;
}

section.toppage_block .swiper-horizontal>.swiper-pagination-bullets, section.toppage_block .swiper-pagination-bullets.swiper-pagination-horizontal, section.toppage_block .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 40px);
}

section.toppage_block .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
    background: var(--swiper-pagination-bullet-inactive-color, #666);
    opacity: var(--swiper-pagination-bullet-opacity, 1);
}
section.toppage_block .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, #000);
}

/*不要*/
#top_block_container01 .left_col {
    overflow: hidden;
    margin-bottom: 8.00vw;
    margin-top: 4vw;
}
#top_block_container01 .right_col {
    overflow: hidden;
    margin-bottom: 4vw;
}

/*-----------------------------------------------------------*/
/*商品一覧*/

#top_products_list {
    width: 90vw;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
#top_products_list ul {
    overflow: hidden;
}
#top_products_list ul li {
    list-style-type: none;
    float: left;
    overflow: hidden;
    width: 30vw;
}

/*-----------------------------------------------------------*/
/*NEWS*/

#top_news {
    width: 100vw;
    position: relative;
    background-color: #ffbd00;
    padding: 6vw 0 10vw;
}
#top_news .news_block{
    width: 90vw;
    position: relative;
    margin: 0px auto 0px auto;
    overflow: hidden;
}
.new_wrapper h2 {
    margin-top: 4vw;    
	font-size: 9vw;
    font-family: emily-austin, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}
.top_news_list {
    width: 100%;
    margin: 10px auto 0;
    overflow: hidden;
}
.top_news_list li {
    list-style-type: none;
}
.top_news_list li dl {
    color: #5b5b5b;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    margin-bottom: 4vw;
}
.top_news_list li dl dt {
    overflow: hidden;
}
.top_news_list li dl dd {
    overflow: hidden;
}
.top_news_list p {
    color: #5b5b5b;
    /*font-family: source-han-serif-japanese, serif;*/
    font-weight: 400 !important;
    font-style: normal;
    border-bottom: 1px solid #ffffff;
    padding: 8px 0px;
    text-indent: 0px;
    text-align: left;
    margin-block-start: 0em;
    margin-block-end: 0em;
}
.top_news_list p a {
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.1);
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/