@charset "utf-8";
/* CSS Document */
.spOnly {
display:none!important;
}
/*--------------全体の幅リセット---------------*/
.container_ {
    padding: 0!important;
    margin: 0!important;
    width: 100%!important;
	max-width: initial!important;
}
.single_mainframe_ {
    width: 100%!important;
}
/*-----------------------------------------------------------タイトル-----------------------------------------------------*/
.oseiboTop {
    width: 1000px;
    margin: 0 auto;
    display: flex;
}
.topTextBox h1 {
    font-weight: 500;
}
.topTextBox a {
    display: inline-block;
    padding: 15px 0px 10px 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}
.topTextBox a:hover {
    text-decoration: none;
}
/*-----------------------------------------------------パンくずリスト-------------------------------------------------------------*/
ol.breadcrumb {
    box-sizing: border-box;
    width: 1000px;
    display: contents;
    margin: 0 auto;
    display: table;
    font-size: 12px;
    padding: 40px 10px 0;
}
ol.breadcrumb li {
    margin: 0 10px 0 0;
    font-size: 13px;
    float: left;
    list-style-type: none;
}
ol.breadcrumb li:first-child::before {
    display: none;
}
ol.breadcrumb li::before {
    padding: 0 7px 0 1px;
    content: ">";
    font-size: 14px;
    font-weight: bold;
}
ol.breadcrumb li a:hover {
    text-decoration: underline;
}
/*-----------------------------------------------------ナビ-------------------------------------------------------------*/

.navBg {
    height: 75px;
}
.navBg .gNav {
    display: block;
    background: #333333;
    width: 100%;
}
/*
.navBg .gNav .navBtn {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}

.navBg .gNav .navBtn > li {
    width: calc(100% / 6);
    font-size: 16px;
}
.navBg .gNav .navBtn > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding-top: 82px;
    height: 100px;
    position: relative;
}
.navBg .gNav .navBtn > li > a .navText {
    font-size: 12px;
}
.navBtn > li > a:hover {
    text-decoration: none;
}
*/
.navBg .gNav.navfixed {
    position: fixed;
    display: block;
    top: 0;
    z-index: 210;
    box-shadow: 0 1.25px 6px rgba(0,0,0,0.3);
}
/*------------------------帯---------------------------*/
.topBox {
    position: relative;
}
.topImages {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 75px;
    background: #d95f18;
}
.topImages img {
   /* position: absolute;
	left: 50%;
	margin-left: -290px;
	width: 75px;
	height: 75px;
	top: 0%;*/
	position: absolute;
    left: 50%;
    width: 2000px;
    height: 75px;
    margin-left: -1000px;
	background-color: #d95f18;
}
.topBox .mameText {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 30px;
    margin-left: -112px;
    margin-top: -17px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
p.pageTop a {
    display: block;
    position: absolute;
	min-width: 180px;
    /*top: 48%;*/
	top: 37px;
    left: 50%;
    margin-left: 228px;
    margin-top: -25px;
    padding: 8px;
    text-align: center;
    color: #d95f18;
    font-size: 14px;
	font-weight: 500;
    line-height: 1.1;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #ffffff;
}
p.pageTop a:hover {
    text-decoration: none;
    background: #d95f18;
    transition: all .2s ease-out;
    border: 2px solid #ffffff;
    color: #fff;
}
	

/*------メガメニュー-------*/	
.megaMenu {
    display: none;
}
.navBg .gNav.navfixed .navBtn > li:hover .megaMenu {
    display: block;
}
.navBg .gNav.navfixed .navBtn > li:hover:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 50px;
    background: #444444;
    top: 68px;
    transform: rotate(45deg);
}
.navBg .gNav.navfixed .navBtn > li.nav03:hover:after {
    display: none;
}
.megaMenu {
    position: absolute;
    width: 100%;
    padding-top: 15px;
    top: 60px;
    left: 0;
}
.megaBg {
    width: 100%;
    background: #444444;
}
.megaMenu ul {
    box-sizing: border-box;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.megaMenu ul li {
    margin-right: 10px;
    margin-top: 10px;
}
.megaMenu ul li:nth-of-type(4n) {
    margin-right: 0;
}
.megaMenu ul li:nth-of-type(-n+4) {
    margin-top: 0;
}
.megaMenu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 242px;
    height: 50px;
    background: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    color: #444444;
}
/*---------------------------------------------------------豆知識本文--------------------------------------------------------------*/
.w1000 {
    width: 1000px;
    padding: 0px 0 60px;
    margin: 0 auto;
}
figure {
    margin: 0;
}
.h1Box h1 {
    margin-top: 160px;
	padding-top: 20px;
    font-size: 27px;
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
	color: #001;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 2px;
}
.h1Box h1 span{
	font-size: 35px;
	color: #d95f18;
}
.h1Box h1::before {
    /*display: block;
    content: "";
    position: absolute;
    background: url(https://www.shop.post.japanpost.jp/img/usr/oseibo/2022/line01.png) no-repeat top center / 600px;
	top: -60px;
	left: 0;
	width: 1000px;
	height: 140%;*/
	display: block;
    content: "";
    position: absolute;
    background: url(https://www.shop.post.japanpost.jp/img/usr/oseibo2023/images/flower.png) no-repeat top center;
    top: -120px;
    left: 420px;
    width: 160px;
    height: 108px;
}
.h1Box figure img {
    width: 430px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
.h1Box p {
    width: 600px;
    display: block;
    margin: 17px auto 0;
    font-size: 15px;
    line-height: 1.3;
	color: #001;
}
.honbun {
    margin-top: 40px;
}
.honbun h2 {
    font-size: 20px;
    border-left: 10px solid #d95f18;
    font-weight: bold;
	letter-spacing: 2px;
    padding: 15px 0 15px 10px;
	color: #333;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.honbun p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.5;
}
/*----------------------------本文h3箇所---------------------------------*/
.honbun section {
    margin: 90px 0 10px;
}
.honbun h3 {
     border-left: 10px solid #d95f18;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 10px 0 10px 10px;
    margin-top: 1rem;
    text-align: left;
    display: block;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
}
section.honbun_h3List {
    margin: 20px 0;
}
/*--------------oseibo_time---------------*/
	
.honbun table {
    width: 79%;
    margin: 30px auto;
	font-size: 13px;
}
.honbun table th, .honbun table td {
    border: 1px solid #dadada;
    padding: 10px;
    text-align: center;
    font-weight: normal;
}
.honbun table th {
    background: #FFF4ED;
}
.honbun table td {
    font-size: 13px;
}
/*--------------oseibo_houjin---------------*/
section.honbun_h3List h3 {
	line-height: 1.1;
    font-size: 16px;
    font-weight: bold;
    position: relative;
	text-align: left;
	border-left: 0;
}
section.honbun_h3List h3 span {
    color: #333;
    font-size: 20px;
}
section.honbun_h3List h3:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #333;
    left: 0;
    top: 15px;
}

.honbun dl.dl_only {
    border: none;
}
.honbun dl.dl_only dt{
	position: relative;
    width: auto;
    margin: 20px 0 0px;
    padding: 10px 10px 10px 15px;
    font-size: 16px;
}
.honbun dl.dl_only dd{
	padding-left: 0;
}
.honbun dl.dl_only dt::before {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #000000;
    left: 0;
    top: 13px;
    border-radius: 15px;
}

/*--------------oseibo_choice---------------*/

.honbun dl {
    border: 2px solid #E6970E;
    padding: 5px 10px 15px;
    margin: 10px;
    font-size: 13px;
}
.honbun dl dt {
    padding: 10px;
    margin: 10px 0 0px;
    font-weight: 700;
}
.honbun dl dd {
    padding-left: 23px;
}
.honbun dl dt:first-of-type {
    margin-top: 0;
}
/*--------------oseibo_thanks---------------*/
.honbun ol, .honbun .example {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #dadada;
    background: #FFF4ED;
    width: 600px;
}
.honbun ol li, .honbun .example p {
    margin-top: 8px;
    font-size: 13px;
}
.honbun ol li:first-of-type, .honbun .example p:first-of-type {
    margin-top: 0;
}
.honbun .example .example_right {
    text-align: right;
}
/*--------------oseibo_kakegami---------------*/
section.kakegamiBox {
    margin-top: 30px;
    padding: 20px;
}
section.kakegamiBox h3 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background: #740d0e;
    color: #ffffff;
    width: 742px;
}
section.kakegamiBox .kake {
    display: flex;
    justify-content: center;
    width: 720px;
    margin: 0 auto;
    border: 1px solid #dadada;
    padding: 20px;
}
section.kakegamiBox .kake p {
    display: flex;
    align-items: center;
    margin-top: 0;
}
section.kakegamiBox .kake figure img {
    width: 300px;
}
p.note {
    width: 770px;
    display: block;
    margin: -15px auto 0;
    text-align: right;
    color: #777777;
}
.nosiBox {
    display: flex;
    align-items: center;
    border-top: 2px solid #dadada;
    padding: 30px 0 0 0;
}
.nosiBox p {
    margin-top: 0;
    margin-right: 20px;
}
.nosiBox p img {
    width: 230px;
}
/*--------------贈る相手に合わせて---------------*/
ul.osusume {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
ul.osusume li {
    width: 188px;
    margin-right: 15px;
    margin-top: 30px;
}
ul.osusume li:nth-of-type(5n) {
    margin-right: 0;
}
ul.osusume li:nth-of-type(-n+5) {
    margin-top: 0;
}
ul.osusume li a {
    display: block;
    height: 100%;
    padding-bottom: 8px;
    border-bottom: 2px solid #ffffff;
    transition: ease 0.2s;
}
ul.osusume li a:hover {
    text-decoration: none;
}
ul.osusume a img {
    width: 186px;
    border: 1px solid #dadada;
}
ul.osusume .goodsName {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #333333;
}
ul.osusume .price {
    margin-top: 5px;
    color: #cc0000;
    font-size: 14px;
    font-weight: 500;
}
ul.osusume .price span {
    margin-left: 4px;
    color: #777777;
    font-size: 10px;
}
ul.osusume li a:hover {
    border-bottom: 2px solid #b81b22;
}
a img:hover {
    opacity: 1;
}
/*---------------------------------------------------------豆知識一覧--------------------------------------------------------------*/
div#trivia {
    /* border-bottom: 20px solid #ffffff; */
    padding-bottom: 1px;
}
div#trivia .w1000 {
    padding: 0 0px;
}
div#trivia .bg01 {
    background: #fff;
    padding: 120px 15px 30px;
}
div#trivia .mameBox {
    background: #fff;
    margin-top: 80px;
}
.mameList {
    display: flex;
    flex-wrap: wrap;
}
.mameList li {
    width: 190px;
    height: 155px;
    font-size: 14px;
    margin-right: 12px;
}
.mameList li:nth-of-type(5n) {
    margin-right: 0px;
}
.mameList li a {
    height: 65px;
    display: flex;
    align-items: center;
    padding: 5px 35px 5px 5px;
    border: 1px solid #878787;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #740d0e;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mameList li a::after {
    position: absolute;
    bottom: 30px;
    right: 11px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #001;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    pointer-events: none;
    border-color: #001;
}
.mameList li a:hover::after {
    position: absolute;
    bottom: 30px;
    right: 11px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    pointer-events: none;
    border-color: #fff;
}
.mameList dd {
    margin-top: 5px;
    font-size: 12px;
}
.mameList li a:hover {
    color: #fff;
    background: #740d0e;
    text-decoration: none;
    transition: all .2s ease-out;
}
/*---------------------------------------------------------トップへ戻る--------------------------------------------------------------*/
.return_btn a {
    width: 350px;
    margin: 20px auto;
    display: block;
    padding: 15px;
    text-align: center;
    background: #740d0e;
    color: #ffffff;
    font-size: 16px;
    transition: ease 0.2s;
}
.return_btn a:hover {
    opacity: 0.7;
    text-decoration: none;
}
/*-------------ランキングスライド---------------*/
.common_headline2_Wrap {
    display: none;
    position: absolute;
    position: relative
}
div.slider_item_ {
    margin: 0;
}
div.recommendbox_ {
    margin: 0;
    padding: 0 5px;
}
div.slider_item_ .item_box_ {
    margin: 0;
    padding: 10px;
    width: 174px;
}
.item_box_::after {
    height: 34px;
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    left: 10px;
    border-left: 17px solid #333333;
    border-right: 17px solid #333333;
}
.item_box_ .img_::after {
    position: absolute;
    display: block;
    content: "";
    left: 23px;
    top: 19px;
    font-size: 15px;
    color: #ffffff;
    font-weight: bold;
    z-index: 10;
}
.item_box_:nth-of-type(1)::after {
    border-left: 17px solid #B4942C;
    border-right: 17px solid #B4942C;
}
.item_box_:nth-of-type(2)::after {
    border-left: 17px solid #999FA5;
    border-right: 17px solid #999FA5;
}
.item_box_:nth-of-type(3)::after {
    border-left: 17px solid #824340;
    border-right: 17px solid #824340;
}
.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: 18px;
}
.item_box_:nth-of-type(11) .img_::after {
    content: "11";
    left: 18px;
}
.item_box_:nth-of-type(12) .img_::after {
    content: "12";
    left: 18px;
}
.item_box_:nth-of-type(13) .img_::after {
    content: "13";
    left: 18px;
}
.item_box_:nth-of-type(14) .img_::after {
    content: "14";
    left: 18px;
}
.item_box_:nth-of-type(15) .img_::after {
    content: "15";
    left: 18px;
}
.item_box_:nth-of-type(16) .img_::after {
    content: "16";
    left: 18px;
}
.item_box_:nth-of-type(17) .img_::after {
    content: "17";
    left: 18px;
}
.item_box_:nth-of-type(18) .img_::after {
    content: "18";
    left: 18px;
}
.item_box_:nth-of-type(19) .img_::after {
    content: "19";
    left: 18px;
}
.item_box_:nth-of-type(20) .img_::after {
    content: "20";
    left: 18px;
}
div.slider_item_ .img_ a, div.slider_history_ .img_ a, div.slider_related_ .img a {
    display: block;
}
	
/*-------------イベントスライド---------------*/
.StyleTS_Frame_ {
    padding: 0 15px;
}
.StyleTS_Item_ {
    width: 174px!important;
    border: 0;
}
.bx-wrapper {
    margin-bottom: 20px;
}
.bx-wrapper .bx-prev {
    left: -10px;
}
.bx-wrapper .bx-next {
    right: -10px;
}
/*-------------------予算--------------------*/

/*
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: #fff;
	position: relative;
	box-shadow: 3px 3px 5px rgba(155,155,155,0.5);
	border: 1px solid #d95f18;
}
.priceList li a:hover {
    opacity: 0.7;
    text-decoration: none;
    transform: scale(1.02, 1.02);
    transition: 0.2s linear;
	}
.priceList li a .priceText {
    position: absolute;
    top: 17%;
    left: 49%;
}
.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: #d95f18;
}
.priceList li a .priceText .price {
    font-size: 21px;
    font-weight: 700;
    color: #501210;
    line-height: 1.1;
    margin-top: 6px;
}
.priceList li a .priceText .price span {
    font-size: 15px;
}
/*cost*/
/*
ul.priceList li{
	position: relative;
}
*/

ul.priceList li.fin::before {
	content: "2022年のお歳暮は販売終了いたしました";
	background: #6c6b6b;
	color: #fff;
	padding: 10px 40px;
	display: block;
	position: absolute;
	top: 54px;
	left: 12%;
	z-index: 1;
	font-size: 17px;
}

ul.priceList {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
ul.priceList li {
    width: 48%;
    padding: 10px;
}
ul.priceList li:last-of-type {
    margin-right: 0;
}
.priceList li a {
    display: flex;
    background: #d95f18;
    position: relative;
    box-shadow: 3px 3px 5px rgba(155,155,155,0.5);
    border-radius: 10px;
}
.priceList li a:hover {
    opacity: 0.7;
    text-decoration: none;
    transform: scale(1.02, 1.02);
    transition: 0.2s linear;
}
.priceList li a .priceText {
    position: absolute;
    top: 32%;
    left: 49%;/*padding: 35px 20px 10px;*/
}
.priceList li a figure img {
    border-radius: 10px 0 0 10px;
	width: 100%;
    height: 100%;
}
.priceList li a figure::after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: transparent;
    border-bottom-color: 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: #af9a5b;
}
.priceList li a .priceText .price {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-top: 6px;
}
.priceList li a .priceText .price span {
    font-size: 15px;
}

.honbun h2.mainTit{
    margin: 2rem auto 2rem;
    padding: 20px 1rem 1rem;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    text-align: center;
    line-height: 1.25;
    color: #333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: 2px;
    border-left: none;
    border-bottom: 1px solid #d95f18;
}
.br-pc{
    display: none;
}
.br-sp{
    display: block;
}
ul.place dl{
    border-radius: 6px;
}
.place_label{
    display: inline-block;
    background: #501312;
    padding: .5rem 1rem  !important;
    color: #fff;
    width: 6rem !important;
    margin: .5rem 0 1rem!important;
    border-radius: 1.5rem;
    text-align: center;
}
.place_label--sub{
    margin-top: 0 !important;
}
.iwareList h3{
    padding: .5rem !important;
}

.iwareList h3::before{
    display: none !important;
}