@charset "UTF-8";
/* CSS Document */
.page_img {
}
main {
    margin-bottom: 70px;
}
section{
	margin-bottom: 70px;
}
.btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    line-height: 150%;
    width: 86%;
	max-width: 446px;
    border-radius: 5px;
    border: 1px solid #b22222;
    position: relative;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
.btn a::before {
    content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
.btn a.link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.btn a:hover{
	background: #ffffff;
	color: #b22222;
}
.btn a.link:hover::after{
	border-color: #b22222;
}

.img.img_note::before{
	left: 10px;
	right: auto;
}
/*=====商品一覧======*/
.anchorlink_list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.anchorlink_list li{
	width: 31%;
	background: url("../img/product/household/bg_anchorlink.jpg") no-repeat center / 100% 100%;
	position: relative;
	border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
    margin: 0 1.1% 20px;
}
.anchorlink_list li .inner{
	padding: 15px 0;
}
.anchorlink_list li .inner img {
    max-width: 280px;
}
.anchorlink_list .link_name {
    color: #b22222;
    font-size: 1em;
    text-align: center;
    width: 100%;
    max-width: 280px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding: 1.1em 0;
    border-radius: 25px 0 0 0;
    line-height: 120%;
    transition: all ease 300ms;
}
.anchorlink_list .link_name::after {
    content: "→";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0.5em;
    height: 1em;
    transform: scale(1.5,1);
    transform-origin: right;
    transition: right ease 300ms;
}
.anchorlink_list .inner:hover .link_name{
	color: #ffffff;
	background: #b22222;
}
.anchorlink_list .inner:hover .img{
	transform-origin: center;
}
/*=========商品共通=========*/
.head_img {
    margin-bottom: 30px;
}
.head_txt {
    margin-bottom: 20px;
}
.head_txt2 {
    margin-bottom: 30px;
}
.box_txt {
    padding-top: 20px;
    margin-bottom: 10px
}
.mini {
    font-size: 0.825em;
	line-height: 160%;
}
ul.linkbtn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	margin-bottom: 40px;
}
ul.linkbtn_flex.two_column li {
    width: 45%;
    max-width: 446px;
	margin-left: 1%;
	margin-right: 1%;
}
ul.linkbtn_flex.three_column li {
    width: 31%;
    max-width: 446px;
	margin-left: 1%;
	margin-right: 1%;
}
ul.linkbtn_flex .btn a{
	width: 100%;
}
.how_btn a{
    padding-left: 100px;
    padding-right: 70px;
}
.how_btn a::before,
.how_btn a:hover::before{
	background-image: url("../img/product/household/ico_how.png");
	background-size: 100% 100%;
    width: 90px;
}
/*=====お客様の声======*/
.voice_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 160px;
}
.voice_list li {
    width: 31%;
    padding: 30px;
    padding-bottom: 40px;
    font-size: 1em;
    border-radius: 15px;
	position: relative;
	background: #daeadc;
}
.voice_list li:nth-of-type(3n+2){
	background: #ffe8ae;
}
.voice_list li:nth-of-type(3n+3){
	background: #f6dfdd;
}
.voice_list li::before {
	content: "";
    display: block;
    width: 100px;
    height: 130px;
    position: absolute;
	z-index: 3;
    bottom: -100px;
    left: 0;
	right: 0;
	margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	background-image: url("../img/product/household/voice01.png");
}
.voice_list li:nth-of-type(3n+2)::before{
	background-image: url("../img/product/household/voice02.png");
}
.voice_list li.grandma::before{
	background-image: url("../img/product/household/voice04.png");
}
.voice_list li:nth-of-type(3n)::before{
	background-image: url("../img/product/household/voice03.png");
}
.voice_list li::after {
    content: "▼";
    display: block;
	color: #daeadc;
    font-size: 2em;
    line-height: 100%;
    position: absolute;
    bottom: -20px;
    transform: rotate(35deg) scale(0.85,1.5);
    right: calc(50% - 50px - 8%);
	z-index: 2;
}
.voice_list li:nth-of-type(3n+2)::after{
	color: #ffe8ae;
}
.voice_list li:nth-of-type(3n)::after{
	color: #f6dfdd;
}
/*=====シリーズの特徴======*/
.series_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
/*=====出雲のおもてなし シリーズの特徴======*/
#anchor_izm .series_flex li {
	width: 29%;
    margin-bottom: 30px;
}
#anchor_izm .series_flex li .img{
	margin-bottom: 20px;
	position: relative;
}
#anchor_izm .series_flex li .img::before{
	content: "";
	display: block;
	width: 65px;
	height: 62px;
	background-image: url("../img/product/household/izm_num01.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
#anchor_izm .series_flex li:nth-of-type(2) .img::before{
	background-image: url("../img/product/household/izm_num02.gif");	
}
#anchor_izm .series_flex li:nth-of-type(3) .img::before{
	background-image: url("../img/product/household/izm_num03.gif");	
}
#anchor_izm .series_flex li .name{
	text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 10px;
    color: #a28047;
}
.series_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.series_list li{
	width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.series_list li.prepare::before {
    content: "準備中";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(240,240,240,0.90);
    z-index: 2;
    font-size: 200%;
    color: #888;
}
.series_list li .ttl{
    width: 100%;
}
.series_list .img_wrap .img{
}
.series_list .img_wrap{
    width: 40%;
}
.package_outer {
    width: calc(60% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.package_img_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.package_wrap{
	padding-bottom: 10px;
}
.package_txt_wrap {
    width: calc(100% - 160px);
    font-size: 92.5%;
    line-height: 160%;
    display: flex;
    flex-wrap: wrap;
}
.package_wrap .pack_inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 92.5%;
    margin: 0 auto;
}
.series_list li:nth-of-type(5n+1) .package_wrap{background: rgba(154,42,42,0.2);}
.series_list li:nth-of-type(5n+2) .package_wrap{background: rgba(139,170,61,0.2);}
.series_list li:nth-of-type(5n+3) .package_wrap{background: rgba(212,178,36,0.2);}
.series_list li:nth-of-type(5n+4) .package_wrap{background: rgba(213,61,24,0.2);}
.series_list li:nth-of-type(5n+0) .package_wrap{background: rgba(20,105,160,0.2);}
.package_outer .package_img_wrap .img {
    width: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.package_wrap .name {
    color: #ffffff;
    line-height: 100%;
    padding: 0.4em 1em;
    width: max-content;
    margin-bottom: 7px;
}
.series_list li:nth-of-type(5n+1) .package_wrap .name{background: rgba(154,42,42,1);}
.series_list li:nth-of-type(5n+2) .package_wrap .name{background: rgba(139,170,61,1);}
.series_list li:nth-of-type(5n+3) .package_wrap .name{background: rgba(212,178,36,1);}
.series_list li:nth-of-type(5n+4) .package_wrap .name{background: rgba(213,61,24,1);}
.series_list li:nth-of-type(5n+0) .package_wrap .name{background: rgba(20,105,160,1);}

.package_txt_wrap .txt {
    margin-bottom: 10px;
}
.package_txt_wrap .pack_inner .txt{
    margin-bottom: 0;
    font-size: 90%;
    line-height: 140%;
}
/*=====防災用非常食 シリーズの特徴======*/
#anchor_bosai .series_flex .img {
    width: 43%;
}
#anchor_bosai .series_flex .txt {
    width: 55%;
}
#anchor_bosai .img.img_note::before{
	color: #aaa;
    opacity: 0;
}
#anchor_bosai .set_ttl_wrap {
    width: 32%;
    text-align: center;
    line-height: 140%;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-size: min(1.3vw,1em);
    font-weight: bold;
    padding: min(0.2vw,5px);
    margin-bottom: 20px;
}
#anchor_bosai .set_ttl_wrap.set_yellow{
    background: #FBCB3F;
    color: #DA783B;    
}
#anchor_bosai .set_ttl_wrap.set_orange {
    background: #bf5d33;
    color: #DA783B;
}
#anchor_bosai .set_img {
    width: 65%;
    margin-left: auto;
}
#anchor_bosai .set_ttl_inr {
    border: 1px dashed #fff;
    padding: min(0.3vw,15px) min(0.2vw,10px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#anchor_bosai .set_txt .big_txt {
    font-size: 140%;
    line-height: 140%;
}
.note_btn a {
    margin-top: 1em;
    height: auto;
    margin-right: 0;
    padding: 0.75em 0;
    max-width: 320px;
}
@media screen and (max-width:840px) {
#anchor_bosai .set_ttl_wrap {
    width: 100%;
    font-size: 1em;
    padding: 5px;
    max-width: 360px;
    margin: 0 auto 20px;
}
#anchor_bosai .set_ttl_inr {
    padding: 15px 10px;
}
#anchor_bosai .set_img {
    width: 100%;
}
}

/*=====ぷちっともち玄米======*/
.head_img.img.img_note::before{
	left: auto;
	right: 15px;
}
#anchor_genmai .head_img.img.img_note::after{
    content: "イメージ";
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 2;
    bottom: 5px;
    right: calc(45% + 15px);
    color: #ffffff;
}
@media screen and (max-width:1160px) {
	.btn a{
		padding-right: 30px;
	}
}
@media screen and (max-width:960px) {
.anchorlink_list .link_name {
    padding-right: 30px;
	padding-left: 10px;
	text-align: left;
}
	ul.linkbtn_flex.three_column li{
		width: 45%;
    	max-width: 446px;
	}
.series_list .img_wrap {
    width: 100%;
    max-width: 462px;
    margin: 0 auto 20px;
}
.package_outer {
    width: 100%;
}
.package_img_wrap {
    width: 20%;
    max-width: 140px;
}
.package_outer .package_img_wrap .img {
    width: 100%;
}
.package_txt_wrap{
    width: 75%;
}
.package_txt_wrap .pack_inner .txt {
       font-size: inherit;
    line-height: 160%;
}

}
/*=====低GIレンジごはん======*/
#anchor_gi .head_txt2 {
    margin-top: max(-4vw, -30px);
    margin-bottom: 10px;
}
@media screen and (max-width:860px) {
/*=====出雲のおもてなしシリーズの特徴=====*/
#anchor_izm .series_flex li {
    width: 48%;
}
#anchor_izm .series_flex{
	margin-bottom: 0;
}
/*=====お客様の声======*/
.voice_list {
    margin-bottom: 0;
}
.voice_list li {
    width: calc(100% - 130px);
    margin-left: auto;
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.voice_list li::before {
    left: -130px;
    right: auto;
    top: 0;
    bottom: auto;
}
.voice_list li::after {
    left: -0.4em;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    transform: scale(1.5,1) rotate(0deg);
}
}
@media screen and (max-width:600px) {
section {
    margin-bottom: 30px;
}
.btn a {
    height: 60px;
    margin-bottom: 10px;
}
.btn a br:not(.sp) {
    display: none;
}
.anchorlink_list li {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #b22222;
    border-radius: 10px;
    font-weight: bold;
}
.anchorlink_list li .inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
}
.anchorlink_list .inner:hover{
	background: #b22222;
}
.anchorlink_list .img {
    width: 70px;
}
.anchorlink_list .link_name {
	width: calc(100% - 70px);
    position: static;
    background: none;
}
ul.linkbtn_flex.two_column li,
ul.linkbtn_flex.three_column li {
    width: 100%;
}
	.series_flex{
		margin-bottom: 30px;
	}
#anchor_izm .series_flex li {
    width: 100%;
}
#anchor_izm .series_flex li .img {
    width: 145px;
    margin-left: auto;
    margin-right: auto;
}
#anchor_izm .series_flex li .img::before {
    position: static;
    margin: 0 auto;
}
.series_list li {
    margin-bottom: 50px;
}
.package_img_wrap {
    width: 70px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
    .package_txt_wrap{
        width: 100%;
    font-size: inherit;
    line-height: inherit;
    }
.package_wrap {
    padding-right: 80px;
}
	#anchor_bosai .series_flex .img,
	#anchor_bosai .series_flex .txt{
		width: 100%;
		margin-bottom: 10px;
	}
/*=====お客様の声======*/
.voice_list {
    margin-bottom: 30px;
}
.voice_list li {
    width: calc(100% - 65px);
    padding: 15px;
    font-size: 1em;
    line-height: 160%;
}
.voice_list li::before {
    width: 50px;
    height: 65px;
	left: -65px;
}
.voice_list li::after {
    transform: scale(1) rotate(0deg);
}
}



/*20211228add*/
.set7w_ttl
{
    position: relative;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5;
    text-align: center;
    /*color:#40220f;*/
    color: #df6720;
    border-radius: 20px;
    margin: 0 auto 10px;
    max-width: 375px;
}

@media screen and (max-width:940px) {
.set7w_ttl{
    font-size: 1em;
}
}
@media screen and (max-width:490px) {
.set7w_ex
{
    flex-direction: column;
}
.set7w_l
{
    width: 100%;
}
.set7w_ttl
{
    width: 100%;
}
.set7w_ttl::before {
    display: none;
    }
}
