@charset "utf-8";
/* WebFont */
/* Noto Sans */
@font-face {
	font-family: "英椎楷書";
	src: url("../fonts/ackaisyo.woff2") format("woff2"),
		 url("../fonts/ackaisyo.woff") format("woff");
}
body {
	color: #000;
}
#header {
	padding-bottom: 8px;
	border-bottom: 1px #ddd solid;
}
.header_logo_area {
	min-height: 44px;
}
#header .header_logo {
	background: url("../img/common/h_logo.png") no-repeat left top / cover;
	width: 36.53vw;
	height: 10.8vw;
	position: relative;
}
#header .header_logo a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -200vw;
	overflow: hidden;
}
#btn_menu {
	right: 5px;
}
#cart_area p.cart-trigger {
	right: 50px;
}

#index_main .index_ttl {
	font-family: "英椎楷書";
	font-size: 2rem;
	color: #ffa801;
	font-weight: bold;
	margin: 0 0 10px;
}
#index_main .index_text {
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.6;
}
#index_main .main_img {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 80vw;
	background: url(../img/top/main_img.png) no-repeat center center / 93.73vw,
	            url(../img/top/main_img_bg.jpg) left top;
}
#index_main .main_img h1 {
	text-indent: -200vw;
	overflow: hidden;
}
#index_main .protect_box {
	background: url(../img/top/protect_bg.png);
	width: 100%;
	overflow: hidden;
	position: relative;
}
#index_main .protect_img {
	position: absolute;
	bottom: 2vw;
	right: 2vw;
}
#index_main .protect_img img {
	width: 44.66vw;
}
#index_main .protect_content_inner {
	padding: 4vw 4vw 43vw;
}
#index_main .feature_box {
    background: url(../img/top/feature_bg_01.png) repeat left top / 26.66vw auto;
    padding: 5.33vw 4vw;
}
#index_main .feature_box .feature_box_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -1.33vw;
}
#index_main .feature_box .feature_box_inner section {
    width: calc(93.6vw * .9);
    height: calc(84.26vw * .9);
    box-sizing: border-box;
    background: url(../img/top/feature_bg_02.png) no-repeat center center / calc(93.6vw * .8) auto;
    margin: 1.33vw 0 0;
    padding-top: calc(13.33vw);
}
#index_main .feature_box .feature_box_inner section h1 {
    font-family: "英椎楷書";
    font-size: 2rem;
    color: #694e00;
    text-align: center;
    margin: 0;
}
#index_main .feature_box .feature_box_inner section p {
    font-size: 1.4rem;
    text-align: center;
}
#index_main .description_box {
	padding: 5.33vw 4vw;
	margin: 0 auto;
}
#index_main .description_left section {
	display: flex;
	padding-bottom: 5.33vw;
}
#index_main .description_left section img {
	width: 29.33vw;
	height: 25.06vw;
	margin-right: 2.66vw;
}
#index_main .description_right section {
	background: #ffe9c5;
}
#index_main .description_right section h1 {
	margin: 0;
	font-family: "英椎楷書";
	font-weight: bold;
	text-align: center;
	font-size: 1.4rem;
	color: #000;
	line-height: 12.8vw;
	height: 12.8vw;
	background: #f5ce8e;
}
#index_main .description_right section div {
	padding: 5.33vw 0;
	text-align: center;
}
#index_main .great_box {
	background: url(../img/top/great_beef_bg.png);
}
#index_main .great_box_inner {
	padding: 4vw;
}
#index_main .great_text h1 {
	margin: 0;
}
#index_main .great_box .great_subttl {
	display: block;
	font-family: "英椎楷書";
	font-weight: bold;
	text-align: center;
	font-size: 1.6rem;
	color: #ffa801;
	padding-bottom: 1.33vw;
}
#index_main .great_box .great_ttl {
	display: block;
	font-family: "英椎楷書";
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
	color: #fff;
	background: #e08b00;
	line-height: 13.33vw;
	height: 13.33vw;
}
#index_main .great_box .great_point_list {
	padding: 2.66vw 0 0;
	font-size: 1.6rem;
	color: #fff;
	font-weight: bold;
}
#index_main .great_box .great_point_list li {
	padding-bottom: 2.66vw;
	position: relative;
	padding-left: 5.33vw;
}
#index_main .great_box .great_point_list li:before {
	content: "";
	display: block;
	width: 2.66vw;
	height: 2.66vw;
	background: #e08b00;
	position: absolute;
	left: 0;
	top: 1.2vw
}
#index_main .product_list {
	padding: 5.33vw 4vw 0;
}
#index_main .product_list ul {
	display: flex;
	flex-wrap: wrap;
}
#index_main .product_list ul li {
	width: 44vw;
	margin-right: 4vw;
	margin-bottom: 4vw;
}
#index_main .product_list ul li:nth-child(2n) {
	margin-right: 0;
}
#index_main .product_list ul li a {
	display: block;
	color: #000;
}
#index_main .product_list ul li .product_list_img {
	display: block;
	line-height: 0;
	padding-bottom: 2vw;
}
#index_main .product_list_ttl {
	padding: 0 0 0.7em;
	border-bottom: .13vw #ccc solid;
	font-weight: bold;
	margin: 0 auto 2vw;
	font-size: 1.6rem;
}


#index_main .categories_links {
    padding: 5.33vw 4vw;
}
#index_main .categories_links_ttl {
    padding: 0 0 0.7em;
    border-bottom: .13vw #ccc solid;
    font-weight: bold;
    margin: 0 auto 2vw;
    font-size: 1.6rem;
}
#index_main .categories_links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -2.66vw;
}
#index_main .categories_links ul li {
    margin-top: 2.66vw;
}
#index_main .categories_links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44.66vw;
    height: 23.33vw;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000;
}
#index_main .categories_links .cate01 a {
    background: url(../img/top/cate_bg_01.jpg) no-repeat center center / contain;
}
#index_main .categories_links .cate02 a {
    background: url(../img/top/cate_bg_02.jpg) no-repeat center center / contain;
}
#index_main .categories_links .cate03 a {
    background: url(../img/top/cate_bg_03.jpg) no-repeat center center / contain;
}
#index_main .categories_links .cate04 a {
    background: url(../img/top/cate_bg_04.jpg) no-repeat center center / contain;
}
#index_main .categories_links .cate05 a {
    background: url(../img/top/cate_bg_05.jpg) no-repeat center center / contain;
}
#index_main .categories_links .cate06 a {
    background: url(../img/top/cate_bg_06.jpg) no-repeat center center / contain;
}
#index_main .categories_links .cate07 a {
    background: url(../img/top/cate_bg_07.jpg) no-repeat center center / contain;
}


#footer {
	background: #fff;
	border-top: .13vw solid #e8e8e8;
	padding: 5.33vw 4vw;
}
#footer .footer_inner {
	margin: 0 auto;
}
#footer .footer_navi {
	font-size: 1.2rem;
	margin-bottom: 4vw;
}
#footer .footer_navi li {
	display: block;
	margin: 0;
}
#footer .footer_navi li a {
	display: block;
	border: .13vw #666 solid;
	padding: 3.33vw;
	margin-bottom: 2vw;
	background: #eee;
}
#footer .footer_logo {
	background: url("../img/common/h_logo.png") no-repeat center top / calc(23.2vw * 1.5);
	padding-top: 12vw;
	font-size: 1rem;
	font-style: normal;
	margin-bottom: 4vw;
	text-align: center;
}
#footer .footer_company_name {
	font-size: 1.2rem;
}
#footer .footer_copy {
	font-size: 1.2rem;
	color: #666;
	text-align: center;
	display: block;
}
.guide_sub_ttl {
	margin-bottom: -.66em;
}
.product_detail_notes {
	padding: 4vw;
	border: .66vw #bfa836 solid;
}
.product_detail_notes h3 {
	margin-top: 0;
	margin-bottom: -.25em;
	border-bottom: .13vw #ccc solid;
	padding-bottom: .125em;
}
.product_detail_notes .guide_sub_ttl:before {
	content: "■";
	color: #7f6b08;
	padding-right: .4vw;
}
.product_detail_notes p:last-child {
	margin-bottom: 0;
}
.product_detail_notes .fee > * {
	display: none;
}
.product_detail_notes .fee > *:first-child {
	display: block;
}

.after_pay_border_box {
	border: .13vw #ccc solid;
	padding: 2.66vw;
	margin-top: 4vw;
}
.after_pay_border_box p:first-child {
	margin-top: 0;
}
.after_pay_border_box p:last-child {
	margin-bottom: 0;
}

.information {
    padding: 2.66vw 2.66vw 1.33vw;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}
.information h1 {
    margin: 0 0 .66vw;
    font-size: 1.6rem;
}
.information p {
    margin: 0 0 2.66vw;
    font-size: 1.4rem;
}
.information ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    text-align: center;
}
.information ul li {
    background: #fff;
    padding: 1.33vw;
    margin: 0 0 2.66vw;
    width: 100%;
}
.information ul li h1 {
    padding: 0 0 .4vw;
    margin: 0 0 .4vw;
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 1px #ddd solid;
}
.information ul li p {
    margin: 0;
    text-align: left;
    display: inline-block;
}
.information ul li p span {
    display: inline-block;
}



.menchi_box {
    background: url(../img/top/menchi_bg.jpg) no-repeat center top / auto 100%;
    padding: 5.33vw 4vw;
}
.menchi_box_inner {
    position: relative;
}
.menchi_txt_box {
    background: url(../img/top/menchi_img_sp.png) no-repeat center bottom / 81.2vw 36.8vw;
    padding-bottom: 41.6vw;
}
.menchi_ttl {
    background: url(../img/top/menchi_ttl.svg) no-repeat left center / contain;
    width: 85.33vw;
    height: 28vw;
    margin: 0 auto 5.33vw;
    font-size: 16px;
    overflow: hidden;
    text-indent: -200vw;
}
.menchi_txt {
    background: url(../img/top/menchi_txt_sp.png) no-repeat left center / contain;
    width: 92vw;
    height: 18.26vw;
    font-size: 14px;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0;
}
.menchi_link {
    position: absolute;
    text-indent: -9999px;
    left: -4vw;
    top: -5.33vw;
    right: -4vw;
    bottom: -5.33vw;
}

/* PC用表示 */
@media only screen and (min-width: 768px) {
	body {
		min-width: 1118px;
	}
    #contents {
        padding-top: 0 !important;
    }
	
	#header {
		padding-bottom: 15px;
	}
	#header .header_logo {
		background: url("../img/common/h_logo.png") no-repeat left top / cover;
		width: 274px;
		height: 81px;
	}
	#cart_area {
		position: static;
	}
	#cart_area p.cart-trigger {
		margin-bottom: 10px;
		right: 0;
	}
	.cart-trigger, .nav-trigger {
		height: 40px;
	}
	p.cart-trigger a {
		height: 40px;
		line-height: 40px;
	}
	#header #cart_area .cart_price {
		height: 40px;
		line-height: 40px;
	}
	.member_link {
		height: 30px;
		overflow: hidden;
	}
	.member_link a {
		height: auto;
		line-height: normal;
	}
    #search {
        background: #eee;
    }
    #searchform {
        width: 1150px;
        margin: 0 auto;
        padding: 10px 0;
    }
    .search_inner {
        display: flex;
        justify-content: center;
    }
    .search_inner .input_search {
        background: #fff;
    }
    #search .extra-form {
        margin: 0 !important;
    }

	#index_main {
		/*margin-top: -30px;*/
		min-width: 1118px;
	}
	#index_main .index_ttl {
		font-family: "英椎楷書";
		font-size: 2.2rem;
		color: #ffa801;
		font-weight: bold;
		margin: 0 0 10px;
		letter-spacing: .1rem;
	}
	#index_main .index_text {
		margin: 0;
		font-size: 1.4rem;
		line-height: 1.6;
	}
	#index_main .main_img {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		height: 875px;
		min-width: 1118px;
		background: url(../img/top/main_img.png) no-repeat center center,
		            url(../img/top/main_img_bg.jpg) left top;
	}
	#index_main .main_img h1 {
		text-indent: -200vw;
		overflow: hidden;
	}
	#index_main .protect_box {
		background: url(../img/top/protect_bg.png);
		width: 100%;
		overflow: hidden;
	}
	#index_main .protect_box_inner {
		display: flex;
		width: 1118px;
		margin: 0 auto;
		position: relative;
	}
	#index_main .protect_img {
		position: static;
		width: 371px;
		box-sizing: border-box;
		padding: 30px 30px 13px 0;
		text-align: right;
	}
	#index_main .protect_img img {
		max-width: none;
		width: auto;
	}
	#index_main .protect_content {
		display: flex;
		align-items: center;
		background: #ffe9c5;
		position: absolute;
		left: 0;
		width: 200%;
		height: 100%;
		margin-left: 371px;
	}
	#index_main .protect_content_inner {
		width: 747px;
		padding: 0 0 0 45px;
		box-sizing: border-box;
	}
	
    #index_main .feature_box {
        background: url(../img/top/feature_bg_01.png) repeat left top;
        padding: 30px 0;
    }
    #index_main .feature_box .feature_box_inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        margin-top: 0;
    }
    #index_main .feature_box .feature_box_inner section {
        width: 350px;
        height: 316px;
        box-sizing: border-box;
        background: url(../img/top/feature_bg_02.png) no-repeat center center / 350px auto;
        padding-top: 85px;
        margin: 0 10px;
    }
    #index_main .feature_box .feature_box_inner section h1 {
        font-family: "英椎楷書";
        font-size: 2.2rem;
        color: #694e00;
        text-align: center;
        margin: 0;
    }
    #index_main .feature_box .feature_box_inner section p {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
    }

	#index_main .description_box {
		padding: 50px 0;
		width: 1118px;
		margin: 0 auto;
		display: flex;
	}
	#index_main .description_left {
		width: 691px;
		box-sizing: border-box;
		padding-right: 40px;
	}
	#index_main .description_left section {
		display: flex;
		padding-bottom: 40px;
	}
	#index_main .description_left section:last-child {
		padding-bottom: 0;
	}
	#index_main .description_left section img {
		width: 220px;
		height: auto;
		margin-right: 20px;
	}
	#index_main .description_right {
		width: 427px;
	}
	#index_main .description_right section {
		background: #ffe9c5;
	}
	#index_main .description_right section h1 {
		margin: 0;
		font-family: "英椎楷書";
		font-weight: bold;
		text-align: center;
		font-size: 1.8rem;
		color: #000;
		line-height: 48px;
		height: 48px;
		background: #f5ce8e;
	}
	#index_main .description_right section div {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 368px;
		padding: 0;
	}
	#index_main .great_box {
		background: url(../img/top/great_beef_bg.png);
		min-width: 1118px;
	}
	#index_main .great_box_inner {
		width: 1118px;
		margin: 0 auto;
		background: url(../img/top/great_beef_img.jpg) no-repeat right center / auto 389px;
		height: 389px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		padding: 0 468px 0 0;
	}
	#index_main .great_text {
		width: 100%;
	}
	#index_main .great_text h1 {
		margin: 0;
	}
	#index_main .great_box .great_subttl {
		display: block;
		font-family: "英椎楷書";
		font-weight: bold;
		text-align: center;
		font-size: 2rem;
		color: #ffa801;
		padding-bottom: 5px;
	}
	#index_main .great_box .great_ttl {
		display: block;
		font-family: "英椎楷書";
		font-weight: bold;
		text-align: center;
		font-size: 2.8rem;
		color: #fff;
		background: #e08b00;
		line-height: 57px;
		height: 57px;
	}
	#index_main .great_box .great_point_list {
		padding: 15px 0 0 20px;
		font-size: 1.6rem;
		color: #fff;
		font-weight: bold;
	}
	#index_main .great_box .great_point_list li {
		padding-bottom: 20px;
		position: relative;
		padding-left: 20px;
	}
	#index_main .great_box .great_point_list li:before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		background: #e08b00;
		position: absolute;
		left: 0;
		top: 5px;
	}
	#index_main .great_box .great_point_list li:last-child {
		padding-bottom: 0;
	}
	
	#index_main .product_list {
		padding: 50px 30px 0;
	}
	#index_main .product_list ul {
		width: 1058px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	#index_main .product_list ul li {
		width: 242px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	#index_main .product_list ul li:nth-child(2n) {
		margin-right: 30px;
	}
	#index_main .product_list ul li:nth-child(4n) {
		margin-right: 0;
	}
	#index_main .product_list ul li a {
		display: block;
		color: #000;
	}
	#index_main .product_list ul li .product_list_img {
		display: block;
		line-height: 0;
		padding-bottom: 15px;
	}
	#index_main .product_list_ttl {
		padding: 0 0 0.7em;
		border-bottom: 1px #ccc solid;
		font-weight: bold;
		width: 1058px;
		margin: 0 auto 16px;
		font-size: 1.6rem;
	}




    #index_main .categories_links {
        padding: 50px 30px 0;
    }
    #index_main .categories_links_ttl {
        padding: 0 0 0.7em;
        border-bottom: 1px #ccc solid;
        font-weight: bold;
        width: 1058px;
        margin: 0 auto 16px;
        font-size: 1.6rem;
    }
    #index_main .categories_links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 1058px;
        margin: -25px auto 16px;
    }
    #index_main .categories_links ul li:first-child {
        margin-left: 0;
    }
    #index_main .categories_links ul li {
        margin-top: 25px;
        margin-left: 25px;
    }
    #index_main .categories_links ul li:nth-child(3n + 1) {
    	margin-left: 0;
    }
    #index_main .categories_links ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 335px;
        height: 175px;
        font-size: 1.8rem;
        font-weight: 700;
        color: #000;
    }
    #index_main .categories_links .cate01 a {
        background: url(../img/top/cate_bg_01.jpg) no-repeat center center / contain;
    }
    #index_main .categories_links .cate02 a {
        background: url(../img/top/cate_bg_02.jpg) no-repeat center center / contain;
    }
    #index_main .categories_links .cate03 a {
        background: url(../img/top/cate_bg_03.jpg) no-repeat center center / contain;
    }
    #index_main .categories_links .cate04 a {
        background: url(../img/top/cate_bg_04.jpg) no-repeat center center / contain;
    }
    #index_main .categories_links .cate05 a {
        background: url(../img/top/cate_bg_05.jpg) no-repeat center center / contain;
    }
    #index_main .categories_links .cate06 a {
        background: url(../img/top/cate_bg_06.jpg) no-repeat center center / contain;
    }
    #index_main .categories_links .cate07 a {
        background: url(../img/top/cate_bg_07.jpg) no-repeat center center / contain;
    }















	#footer {
		background: #fff;
		border-top: 1px solid #e8e8e8;
		padding: 50px 0;
	}
	#footer .footer_inner {
		width: 1118px;
		margin: 0 auto;
		position: relative;
	}
	#footer .footer_navi {
		display: flex;
		font-size: 1.2rem;
		position: absolute;
		right: 0;
		top: 0;
		margin-bottom: 0;
	}
	#footer .footer_navi li {
		display: list-item;
		margin: 0;
	}
	#footer .footer_navi li a {
		display: inline;
		border: none;
		padding: 0;
		margin-bottom: 0;
		background: transparent;
	}
	#footer .footer_navi li:after {
		content: "｜";
	}
	#footer .footer_navi li:last-child:after {
		content: none;
	}
	#footer .footer_logo {
		background: url("../img/common/h_logo.png") no-repeat left center / 174px;
		padding-left: 194px;
		padding-top: 0;
		font-size: 1.2rem;
		font-style: normal;
		margin-bottom: 0;
		text-align: left;
	}
	#footer .footer_company_name {
		font-size: 1.4rem;
	}
	#footer .footer_copy {
		position: absolute;
		right: 0;
		bottom: 0;
		font-size: 1.2rem;
		color: #666;
	}

	.product_detail_notes {
		padding: 30px;
		border: 5px #bfa836 solid;
	}
	.product_detail_notes h3 {
		margin-top: 0;
		margin-bottom: -.25em;
		border-bottom: 1px #ccc solid;
		padding-bottom: .125em;
	}
	.product_detail_notes .guide_sub_ttl:before {
		content: "■";
		color: #7f6b08;
		padding-right: 3px;
	}
	
	.after_pay_border_box {
		border: 1px #ccc solid;
		padding: 15px;
		margin-top: 30px;
	}
	.after_pay_border_box p:first-child {
		margin-top: 0;
	}
	.after_pay_border_box p:last-child {
		margin-bottom: 0;
	}

    .information {
        padding: 15px 0 5px;
        box-sizing: border-box;
        width: 1118px;
        margin: 0 auto;
        text-align: center;
    }
    .information h1 {
        margin: 0 0 5px;
        font-size: 1.6rem;
    }
    .information p {
        margin: 0 0 12px;
        font-size: 1.4rem;
    }
    .information ul {
        margin: 0 auto 12px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        font-size: 1.4rem;
        width: 650px;
        text-align: center;
    }
    .information ul li {
        background: #fff;
        padding: 10px;
        margin: 0 10px;
        width: 100%;
    }
    .information ul li h1 {
        padding: 0 0 3px;
        margin: 0 0 3px;
        font-weight: bold;
        font-size: 1.4rem;
        border-bottom: 1px #ccc solid;
    }
    .information ul li p {
        margin: 0;
        text-align: left;
        display: inline-block;
    }
    .information ul li p span {
        display: inline-block;
    }

    .menchi_box {
        background: url(../img/top/menchi_bg.jpg) repeat center top;
        padding: 50px 0;
    }
    .menchi_box_inner {
        width: 1118px;
        margin: 0 auto;
    }
    .menchi_txt_box {
        background: url(../img/top/menchi_img_pc.png) no-repeat right center;
        padding: 0;
    }
    .menchi_ttl {
        background: url(../img/top/menchi_ttl.svg) no-repeat left center / contain;
        width: 546px;
        height: 181px;
        margin: 0 0 15px;
        font-size: 16px;
        overflow: hidden;
        text-indent: -200vw;
    }
    .menchi_txt {
        background: url(../img/top/menchi_txt_pc.png) no-repeat left center / contain;
        width: 702px;
        height: 44px;
        font-size: 14px;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0;
    }

    .menchi_link {
        position: absolute;
        text-indent: 0;
        left: auto;
        top: auto;
        right: 15px;
        bottom: -50px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        background: #692407;
        display: block;
        padding: 15px 25px;
        transition: .3s opacity;
    }
    .menchi_link:hover {
        color: #fff;
        opacity: .85;
    }

}



