/*--------------------------------------------------------共通-----------------------------------------------------------------*/
#tokushu_wrapper {
    line-height: 1.3rem;
    font-size: 13px;
}
.w1000 {
    width: 1000px;
    margin: 0 auto;
    padding: 57px 0;
}
/*-----------h2　関連-----------*/
.h2Box {
    position: relative;
}
.h2Box, .h3Box {
    text-align: center;
}
.w1000 .h2Box::before {
    display: block;
    content: "";
    position: absolute;
    background: url(https://www.shop.post.japanpost.jp/img/usr/osechi2023/ic_03.png) no-repeat top center / 45px;
    top: 0px;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-left: -25px;
}
.w1000 h2 {
    padding: 50px 130px 15px;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    display: inline-block;
}
.w1000 h2 span {
    font-size: 22px;
}
.description {
    text-align: center;
    margin: 0px 0 45px;
    font-size: 16px;
}
/*-----------------------------*/

.more {
    float: right;
    margin: 8px 0 0 40px;
    font-size: 14px;
    color: #333;
}
.more a {
    background: url(/img/usr/common/footer/shape.png) right center no-repeat;
    padding-right: 20px;
    background-size: 15px;
    color: #333;
    font-size: 14px;
}
.more a:hover {
/*text-decoration: underline;*/
}
.more_btn {
    text-align: center;
}
.more_btn a {
    width: 440px;
    display: inline-block;
    padding: 16px;
    text-align: center;
    margin: 40px auto 0;
    background: #ffffff;
    color: #282828;
    border: 1px solid #282828;
    font-size: 16px;
    box-shadow: 3px 3px 11px rgba(155,155,155,0.3);
}
.more_btn a:hover, .featureList a:hover {
    color: #fff;
    background: #282828;
}
.more01 a {
    background-color: #b52034;
}
.return {
    text-align: center;
    padding: 70px 0 40px;
}
.return a {
    background: #232757;
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 30px;
    font-weight: 500;
    color: #fff;
}
.return a:hover {
    color: #232757;
    border: 1px solid #232757;
    background: #fff;
    text-decoration: none;
}
.content {
    padding-bottom: 40px;
}
.flexBox {
    display: flex;
}
/*------------------------------------------------ ナビ ----------------------------------------------------------------------------------*/
.navBg {
    background: #282828;
    display: flex;
    height: 57px;
    width: 100%;
}
.navBg .gNav {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
ul.navBtn {
    width: 630px;
    margin-left: auto;
    display: flex;
}
ul.navBtn li {
    width: calc(100% / (4 / 1));
    display: flex;
    text-align: center;
    align-items: center;
}
ul.navBtn li a {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    padding: 21px 0 20px;
    display: block;
    font-weight: 500;
}
ul.navBtn li a span {
    font-size: 15px;

}
ul.navBtn li a:hover {
    color: #c69e47;
    transition: all .2s ease-out;
}
.navfixed {
    position: fixed;
    top: 0;
    z-index: 101;
    box-shadow: 0 1.25px 6px rgba(0,0,0,0.3);
}
/*--------------タイトル--------------*/
.topTextBox {
    width: 340px;
    display: flex;
    align-items: center;
}
.topTextBox a {
    display: inline-block;
    padding: 10px 10px 12px 10px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
}
.topTextBox p {
    font-size: 20px;
}

.topTextBox a h1 span {
    /* font-size: 23px; */
    letter-spacing: -5px;

}
/*--------------------------------------------------メインビジュアル------------------------------------------------------------------------*/

.mainVisual {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mainVisual img {
    position: absolute;
    left: 50%;
    width: 2000px;
    margin-left: -1000px;
}
.mainVisual, .mainVisual img {
    height: 300px;
}
/*-----------------------------------------終了文言-----------------------------------------*/
#fin {
    text-align: center;
    margin: 15px 0;
    border: 1px solid #ccc;
    background-color: #f6f6f6
}
#fin>p {
    border: 1px solid #fff;
    padding: 30px 0;
    color: #444;
    font-size: 20px;
    font-weight: bold;
}
/*------------------------------------　プロモーション　-------------------------------*/
.promotion {
    display: none;
    position: fixed;
    left: 18px;
    bottom: 96px;
    z-index: 9999;
}
/*-----------------------------------------パンくずリスト-----------------------------------------*/
.breadcrumb {
    margin: 0 auto;
    padding: 10px 0px;
    background-color: #f6f6f6;
}
.breadcrumbList {
    width: 1000px;
    margin: auto;
    display: table;
}
.breadcrumbList li {
    margin: 0 10px 0 0;
    font-size: 13px;
    float: left;
    list-style-type: none
}
.breadcrumbList li::before, .breadcrumbList li:first-child::before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
}
.breadcrumbList li:first-child::before {
    content: none;
}
.breadcrumbList li::before {
    padding: 0 7px 0 1px;
    content: ">";
    font-size: 14px;
    font-weight: bold;
}
/*-----------------------------------------leadArea-----------------------------------------*/
#leadArea {
    width: 1000px;
    margin: 0 auto;
    display: block;
}
#leadArea .flexBox {
    display: flex;
    align-items: center;
    margin: 15px 0 20px;
}
.topText {
    width: 700px;
}
.catalogLink {
    width: 280px;
    padding-left: 20px;
}
.catalogLink a {
    display: block;
    text-align: center;
    padding: 9px 10px 9px 35px;
    /*background-color: #b42134;*/
    border: 1px solid #282828;
    color: #282828;
    line-height: 1.3;
    position: relative;
}
.catalogLink a span {
    font-size: 16px;
}
.catalogLink a::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://www.shop.post.japanpost.jp/img/usr/osechi2023/ic_04.png) no-repeat top center/ 30px 22px;
    top: 50%;
    left: 12px;
    margin-top: -11px;
}
.bnHayawari {
    text-align: center;
    margin-top: 30px;
}
.bnWrap {
    margin-top: 20px;
}
/*-----------------------------------------背景色-----------------------------------------*/
.bg01 {
    background-color: #fff;
    border-top: 40px solid #c83c28;
}
.bg02 {
    background: url(https://www.shop.post.japanpost.jp/img/usr/osechi2023/bg_04.jpg) bottom;
}
.bg03 {
    background-color: #fff;
}
.bg04 {
    background-image: url(/img/usr/osechi2021/Bg02.jpg);
    background-repeat: repeat;
}
.bg05 {
    background: #fff;
}
.bg06 {
    background: #faf9f5;
}
.bg07 {
    background: #fff;
}
.bg08 {
    background: #383838;
}
.bg09 {
    background-color: #faf9f5;
}
.bg10 {
    background-color: #faf9f5;
    padding-bottom: 30px;
}
.bg11 {
    background-color: #fff;
}
.bg12 {
    position: relative;
    background-color: #fff;
    padding: 45px 30px 60px;
}
.bg13 {
    background-color: #fff;
}
/*----------------------装飾------------------------*/
.bgic {
    margin: 0;
    position: relative;
}
.bgic_01 {
    position: absolute;
    top: 55px;
    left: -336px;
}
.bgic_02 {
    position: absolute;
    top: 931px;
    right: -351px;
}
.bgic_03 {
    position: absolute;
    top: -46px;
    left: -31px;
}
.bgic_04 {
    position: absolute;
    top: -46px;
    right: -33px;
}
.bgic_05 {
    position: absolute;
    top: -700px;
    right: -290px;
}
.bgic_06 {
    position: absolute;
    top: -46px;
    left: -31px;
}
.bgic_07 {
    position: absolute;
    right: 85px;
    top: -97px;
}
.bgic_08 {
    position: absolute;
    top: -46px;
    right: -34px;
}
.bgic_09 {
    position: absolute;
    top: -50px;
    right: 192px;
}
/*-----------------------------------------ランキングエリア-----------------------------------------*/
.common_headline2_Wrap {
    display: none;
}
#rankingarea h2 {
    padding: 0px 130px 15px;
}
#rankingarea h2 .description {
    margin: 0px 0 20px;
}
#rankingarea h2 span, #zeppin h2 span {
    color: #c83c28;
}
 #zeppin h2 span {
    font-size: 31px;
}
#rankingarea .h2Box::before {
    display: none;
}
#rankingarea .bnHayawari {
    margin-top: 75px;
}

/*---------------------------------------------　レコメンドエリア　----------------------------------------------------------*/
.common_headline2_Wrap {
    display: none;
}
div.recommendbox_, div.slider_item_ {
    margin: 0px 0 0px;
    padding: 0;
}
div.slider_item_ .item_box_ {
    margin: 0 15px 15px 0;
    padding: 0 10px;
    width: 190px;
    border: 0;
}
div.slider_item_ .item_box_:hover {
    border: 0;
}
div.slider_item_ .img_, div.slider_history_ .img_, div.slider_related_ .img_ {
    margin: 0;
}
div.slider_item_ .item_box_ .img_, div.slider_item_ .item_box_ .img_ a {
    height: 160px!important;
}
span.name1_ {
    color: #333333;
	font-size: 13px;
}
div.slider_item_ .name_, div.slider_history_ .name_ {
    font-size: 12px;
}
div.slider_item_.item_slider_ .name_ {
    margin: 10px 0 0 0;
}
.price_ {
font-weight: bold;
}
.price_ span.tax_ {
	font-size: 13px;
}
/*--色付け--*/
div.slider_item_.top .item_box_ {
    width: 192px;
    padding: 10px;
    background-color: #ffffff;
    margin-right: 10px;
    margin-top: 10px;
    /*border: 1px solid #dadada;*/
    position: relative;
    box-sizing: border-box;
}
.item_box_::after {
    height: 40px;
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    left: 5px;
    border-left: 20px solid #474745;
    border-right: 20px solid #474745;/*border-bottom: 10px solid transparent;*/
}
.item_box_ .img_::after {
    position: absolute;
    display: block;
    content: "";
    left: 21px;
    top: 15px;
    font-size: 15px;
    color: #ffffff;
    z-index: 10;
}
.item_box_:nth-of-type(1)::after {
    border-left: 20px solid #c9b100;
    border-right: 20px solid #c9b100;
}
.item_box_:nth-of-type(2)::after {
    border-left: 20px solid #9ba3a3;
    border-right: 20px solid #9ba3a3;
}
.item_box_:nth-of-type(3)::after {
    border-left: 20px solid #c49342;
    border-right: 20px solid #c49342;
}
.item_box_:nth-of-type(1) .img_::after {
    content: "1";
}
.item_box_:nth-of-type(2) .img_::after {
    content: "2";
}
.item_box_:nth-of-type(3) .img_::after {
    content: "3";
}
.item_box_:nth-of-type(4) .img_::after {
    content: "4";
}
.item_box_:nth-of-type(5) .img_::after {
    content: "5";
}
.item_box_:nth-of-type(6) .img_::after {
    content: "6";
}
.item_box_:nth-of-type(7) .img_::after {
    content: "7";
}
.item_box_:nth-of-type(8) .img_::after {
    content: "8";
}
.item_box_:nth-of-type(9) .img_::after {
    content: "9";
}
.item_box_:nth-of-type(10) .img_::after {
    content: "10";
    left: 16px;
}
.item_box_:nth-of-type(11) .img_::after {
    content: "11";
    left: 16px;
}
.item_box_:nth-of-type(12) .img_::after {
    content: "12";
    left: 16px;
}
.item_box_:nth-of-type(13) .img_::after {
    content: "13";
    left: 16px;
}
.item_box_:nth-of-type(14) .img_::after {
    content: "14";
    left: 16px;
}
.item_box_:nth-of-type(15) .img_::after {
    content: "15";
    left: 16px;
}
.item_box_:nth-of-type(16) .img_::after {
    content: "16";
    left: 16px;
}
.item_box_:nth-of-type(17) .img_::after {
    content: "17";
    left: 16px;
}
.item_box_:nth-of-type(18) .img_::after {
    content: "18";
    left: 16px;
}
.item_box_:nth-of-type(19) .img_::after {
    content: "19";
    left: 16px;
}
.item_box_:nth-of-type(20) .img_::after {
    content: "20";
    left: 16px;
}
div.slider_item_ .img_ a img, div.slider_history_ .img_ a img, div.slider_related_ .img_ a img {
    max-width: 173px;
}
/*------------------------------------------------絶品おせち--------------------------------------------*/
.col1_list {
    margin-top: 30px;
}
.col1_list>li {
    background-color: #fff;
    padding: 45px 30px 30px;
    margin-top: 35px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.h3Box h3 {
    padding: 10px 0px 20px;
    font-size: 31px;
    font-weight: bold;
	line-height: 1.3;
}
.h3Box .description {
    /*font-size: 14px;*/
    margin: 0;
	line-height: 1.6;
}
.col1Pic {
    margin-top: 25px;
    text-align: center;
}
/*----------重箱説明----------*/
.zyuu {
    width: 770px;
    /*width: 660px;*/
    margin: 30px auto 0;
}
.zyuu li:nth-of-type(n+2) {
    margin-top: 25px;
}
.zyuuBox {
    width: calc(100% - 267px);
    padding: 50px 0 0 20px;
}
.zyuuTtl {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #b3a211;
}
.zyuuTtl+p {
    margin-top: 10px;
	font-size: 15px;
	line-height: 1.6;
}
/*----------店情報----------*/
.shop_info {
    margin: 30px auto 0;
    /* margin-top: 25px; */
    background-color: #f8f5e9;
    padding: 15px;
}
.shop_info div figure, .shop_info div figcaption {
    padding-left: 5px;
}
.shop_info dl {
    padding: 40px 0 0 20px;
}
.shop_info dl dt {
    font-size: 24px;
    font-weight: bold;
}
.shop_info dl dd {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
}

/*----------重箱 + オーナー情報----------*/
.col1_list>li:nth-of-type(3) .zyuuBox {
    padding: 2px 0 0 20px;
}
.zyuuBox .shop_info {
    margin: 10px auto 0;
    /* margin-top: 25px; */
    background-color: #f8f5e9;
    padding: 10px;
}
.zyuuBox .shop_info figure img {
    width: 95px;
}
.zyuuBox .shop_info figure:nth-of-type(2) img {
    margin-left: 5px;
}
.zyuuBox .shop_info dl {
    padding: 0 0 0 15px;
}
.zyuuBox .shop_info dl dt {
    font-size: 14px;
	font-weight: 700;
	font-family: 'Noto Sans Japanese';
}
.zyuuBox .shop_info dl dd {
    margin-top: 5px;
	font-size: 13px;
}
/*----------値段エリア----------*/
	
.col1_info {
    margin: 30px auto 0;
    border: 1px solid #b3a211;
}
.col1_info>.flexBox {
    align-items: center;
    padding: 20px 20px 20px;
    border: 10px solid #f8f5e9;
}
.col1_info01 {
    width: 66%;
}
.col1_info02 {
    width: 44%;
	padding-left: 20px;
}
.col1_info ul.icon {
    margin-top: 0px;
}
.col1_info dl.col_list_info {

}
.col1_info dl.col_list_info dt:nth-of-type(1) {
    font-size: 22px;
}
.col1_info dl.col_list_info dt:nth-of-type(2) {
    font-size: 30px;
    margin-top: 10px;
}
.col1_info dd.redprice {
    font-size: 40px;
    margin-top: 45px;
}
.col1_info .item_btn {
    margin-top: 15px;
}
/*------------------------------------------------こだわりのおせち料理--------------------------------------------*/
.col2_list {
    margin: 30px 0 20px;
    /* justify-content: center; */
    flex-wrap: wrap;
}
.col2_list dl.col_list_info {
    height: 160px;
}
.col2_list>li {
    width: calc(100%/2 - 25px);
    margin-right: 50px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
}
.col2_list>li:nth-of-type(2n) {
    margin-right: 0;
}
.col2_list>li:nth-of-type(n+3) {
    margin-top: 40px;
}
.col2_list li img {
    width: 100%;
}
.col2_list li dl.col_list_info dt {
    font-size: 24px;
}
.col2_list li dl.col_list_info dd.redprice {
    margin-top: 10px;
    font-size: 22px;
    padding-bottom: 20px;
}
.col2_list li figcaption {
    padding: 10px;
}
#kodawari .oshinagaki {
  /* border-top: 1px solid #dadada;*/
	margin-top: 15px;
	height: 365px;

}

#kodawari .oshinagaki ul li {
	margin-bottom: 10px;
	/* width: 33.3%; */
	/* float: left; */
}
#kodawari .oshinagaki ul li .imgBox{
	/*width: 30%;
	margin-right: 10px;
	float: left;*/
}
#kodawari .oshinagaki ul li .imgBox img {
	width: 80px;
	/*border-radius: 50%;*/
}
#kodawari .oshinagaki ul.1box li .imgBox img {
	width: 80px;
	/*border-radius: 50%;*/
}
#kodawari .oshinagaki ul li .menuBox {
	 /*width: 80%; 
    float: right; */
    padding-left: 10px;
}
#kodawari .oshinagaki ul li .menuBox p.menuTtl {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
#kodawari .oshinagaki ul li .menuBox p {
	font-size: 13px;
	line-height: 1.4em;
}

#kodawari .ryoutei {
	padding: 10px;
    background-color: #f8f5e9;
  /* border-top: 1px solid #dadada;*/
	margin: 20px 0;
}
#kodawari .ryouteiTtl {
color: #ad8b18;
font-size: 18px;
display: block;
font-weight: 700;
text-align: center;
margin: 5px 0 15px;
}
#kodawari .ryoutei ul li {
	
/* width: 33.3%; */
/* float: left; */
}
#kodawari .ryoutei ul li .imgBox{
/*width: 30%;*/
margin-right: 10px;
float: left;
}
#kodawari .ryoutei ul li .imgBox img {
width: 155px;
}
#kodawari .buyerWrap:nth-of-type(3) .ryoutei ul li .imgBox img {
width: 102px;
}
#kodawari .buyerWrap:nth-of-type(4) .ryoutei ul li .imgBox img {
width: 97px;
}
#kodawari .ryoutei ul li .menuBox {
width: 61%;
float: left;
}
#kodawari .ryoutei ul li .menuBox p.menuTtl {
font-weight: 500;
font-size: 16px;
margin-bottom: 5px;
}
#kodawari .ryoutei ul li .menuBox p {
font-size: 13px;
line-height: 1.4em;
}

/*--------------------------------------------カテゴリから探す----------------------------*/
.cateflex {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cateflex li {
    width: calc(100%/4 - 20px);
    margin: 10px;
    text-align: center;
}
.cateflex li:nth-of-type(n+4) {
    margin-top: 15px;
}
.cateflex li img {
    width: 100%;
}
.cateflex li a p {
    color: #333;
    padding: 15px 0 10px;
    font-size: 22px;
    font-weight: bold;
}
.cateflex a:hover {
    text-decoration: none;
}
/*-----------------------------------人数から探す-----------------------------------------*/
.col4_num {
    flex-wrap: wrap;
    justify-content: center;
}
.col4_num li {
    width: calc(100%/4 - 10px);
    margin-right: 10px;
}
.col4_num li:nth-of-type(4n) {
    margin-right: 0px;
}
.col4_num li a {
    display: block;
    /* width: 292px; */
    /* width: 100%; */
    /* height: 103px; */
    box-sizing: border-box;
    padding: 16px 29px;
    color: #333333;
    background: url(https://www.shop.post.japanpost.jp/img/usr/osechi2023/im_03.jpg);
}
.col4_num li a > .box {
    /*padding: 0px 15px;*/
    background-color: #fff;
    position: relative;
    box-shadow: 0 1.25px 6px rgb(0 0 0 / 20%);
}
.col4_num li a > .box::before, .col4_num li a .icon, .col4_num li a .txt {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}
.col4_num li a > .box::before {
    content: '';
    /* width: 1px; */
    /* margin-left: -1px; */
    height: 70px;
}
.col4_num li a .txt {
    font-size: 15px;
    font-weight: 600;
    margin-left: 50px;
    line-height: 1.1;
}
.col4_num li a .num {
    font-size: 21px!important;
}
.col4_num li a > .box::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 11px 11px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-color: transparent transparent #b5a059 transparent;
}
/*-----------------------------------予算から探す-----------------------------------------*/
ul.priceList {
    display: flex;
    flex-wrap: wrap;
}
ul.priceList li {
    width: 48%;
    padding: 10px;
}
ul.priceList li:last-of-type {
    margin-right: 0;
}
.priceList li a {
    display: flex;
    background: rgb(206,187,125);
    background: -webkit-linear-gradient(left, rgba(206,187,125,1) 49%, rgba(168,145,69,1) 100%);
    background: -o-linear-gradient(left, rgba(206,187,125,1) 49%, rgba(168,145,69,1) 100%);
    background: linear-gradient(to right, rgba(206,187,125,1) 49%, rgba(168,145,69,1) 100%);
    position: relative;
    box-shadow: 3px 3px 5px rgba(155,155,155,0.5);
}
.priceList li a .priceText {
    position: absolute;
    top: 32%;
    left: 49%;/*padding: 35px 20px 10px;*/
}
.priceList li a figure::after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border: 6px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    bottom: 10px;
    right: 10px;
    z-index: 1;
}
.priceList li a .priceText .lead {
    font-size: 16px;
    color: #fff;
}
.priceList li a .priceText .price {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-top: 11px;
}
.priceList li a .priceText .price span {
    font-size: 15px;
}
/*------------------------------------------------figcaption まとめ--------------------------------------------*/
/*figcaption*/
/*アイコン*/
ul.icon {
    margin-top: 10px;
}
ul.icon li {
    color: #fff;
    width: 80px;
    text-align: center;
    padding: 9px 0;
    font-size: 14px;
}
ul.icon .limit {
    background: #c20312;
    margin-right: 8px;
    padding: 1px;
    box-sizing: border-box;
    width: 122px;
}
ul.icon .limit span {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    padding: 7px;
}
ul.icon .size {
    background: #b3a211;
    margin-right: 8px;
}
ul.icon .type {
    background: #bf6542;
}
dl.col_list_info {
    padding: 20px 0;
}
dl.col_list_info dt {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
	line-height: 1.2;
}
dd.redprice {
    margin-top: 10px;
    color: #cc0000;
    font-size: 20px;
    font-weight: bold;
}
dd.redprice span {
    color: #333333;
    font-size: 15px;
    font-weight: normal;
}
/*詳しくはこちら*/
p.item_btn a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    background-color: #b90006;
    text-align: center;
    padding: 16px;
    box-sizing: border-box;
    text-decoration: none;
    height: 100%;
    box-shadow: none;
}
p.item_btn span {
    color: #b3a211;
    padding-left: 10px;
}
dd.redprice+dd {
    border-top: 1px solid #cccc;
    padding-top: 20px;
	font-size: 14px;
}
/*------------------------------------------------郵便局限定--------------------------------------------*/
.colwide_list {
    margin: 35px 0 0px;
}
.colwide_list>li:nth-of-type(n+2) {
    margin-top: 30px;
}
.colwide_list figure {
    width: 440px;
}
.colwide_list li img {
    width: 100%;
}
/*figcaption*/
/*アイコン*/
.colwide_list figcaption {
    width: 440px;
    margin-left: 60px;
}
.colwide_list li dl.col_list_info dt {
    font-size: 24px;
}
.colwide_list li dl.col_list_info dd.redprice {
    margin-top: 15px;
    font-size: 22px;
    padding-bottom: 20px;
}
#gentei .col3_list>li {
    width: calc(940px / 3 - 14px);
}
.col3_list li dl.col_list_info dd.redprice {
    padding-bottom: 10px;
}
/*------------------------------------------------個包装おせち--------------------------------------------*/
.col3_list {
    margin: 50px 0 20px;
    justify-content: center;
}
.col3_list>li {
    width: calc(100%/3);
    margin-right: 20px;
}
.col3_list>li:last-of-type {
    margin-right: 0;
}
.col3_list li img {
    width: 100%;
}
/*-------------------------------------------------------豆知識-----------------------------------------------------*/
/*-----------------豆知識前半-----------------*/
#mame .mameContent li {
    margin-bottom: 32px;
    justify-content: space-between
}
#mame .mameContent dl {
    margin-top: 5px;
    /* width: 620px; */
    padding: 0 0 0 25px;
}
#mame .mameContent h3 {
    font-size: 23px;
    color: #c83c28;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0px 0 0px 10px;
    border-left: 7px solid;
    height: 34px;
    line-height: 1.2;
}
#mame .mameLink {
    margin-top: 25px;
    text-align: center
}
#mame .mameLink a {
    position: relative;
    display: inline-block;
    padding: 9px 72px 9px 37px;
    border: 1px solid #282828;
    color: #282828;
    font-size: 14px;
    font-weight: 500;
}
#mame .mameLink a::after {
    position: absolute;
    top: 17px;
    right: 30px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #282828;
    border-right: 2px solid #282828;
    transform: rotate(45deg);
}
#mame .mameLink a:hover {
    color: #c83c28;
}
/*-----------------いわれ一覧-----------------*/
#mame .iwareBox {
    background-color: #f8f5e9;
    padding: 30px;
}
#mame .iwareBox h3 {
    margin: 15px 0 45px;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}
#mame .iwareBox h3 span {
    color: #c83c28;
    font-size: 33px;
}
#mame .flameWrap {
    padding: 5px;
    background-color: #fff;
}
#mame .iwareList {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #ddd0a8;
}
#mame .iwareList .flexBox {
    flex-wrap: wrap;
    justify-content: space-between;
}
#mame .iwareList .flexBox li {
    width: 110px;
    margin: 0px 8px 20px 0;
    /* border: 1px solid #dadada; */
    background-color: #fff;
}
#mame .iwareList .flexBox li:nth-of-type(8n) {
    margin-right: 0;
}
#mame .iwareList .flexBox li p {
    padding: 4px 2px
}
#mame .iwareName {
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ddd0a8;
    font-weight: 700
}
#mame .iwareList .flexBox li a:hover {
    color: #c12e12;
}
#mame .iwareList .flexBox a {
    display: block;
    color: #333333;/*height: 280px;*/
}
#mame .iwareList .flexBox a span {
    display: block;
    height: 115px;
    background: #fff;
    overflow: hidden;
}
#mame .iwareList .flexBox img {
    width: 105px;
    height: 105px;
    margin-top: 0px;
    border-radius: 50%;
}

/*--------------------------------------------特集一覧----------------------------------------------------*/
.featureList .flexBox {
    display: flex;
    flex-wrap: wrap;
    width: 900px;
    margin: 0 auto;
}
.featureList li {
    padding: 10px;
    width: 415px;
    margin-top: 10px;
    margin-right: 25px;
}
.featureList li:nth-of-type(-n+2) {
    margin-top: 0;
}
.featureList li:nth-of-type(even) {
    margin-right: 0;
}
.featureList dt {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}
.featureList .flexBox p {
    text-align: right;
}
.featureList a {
    display: inline-block;
    margin-top: 5px;
    padding: 7px 20px;
    text-align: center;
    background: #ffffff;
    color: #333;
    font-weight: 500;
    border: 1px solid #a3a3a3;
}
