@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: #f2f2f2;
    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: #d7304e;
}
.topImages img {
    position: absolute;
	left: 50%;
	margin-left: -290px;
	width: 87px;
	height: 90px;
	top: 12%;
}
.topBox .mameText {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #f2f2f2;
    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%;
    left: 50%;
    margin-left: 228px;
    margin-top: -25px;
    padding: 8px;
    text-align: center;
    color: #d7304e;
    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: #d7304e;
    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;
}
/*-----------------------------------------_wrapperのコードここから---------------------------------------------------------------------------------------------------------------------------------------------*/
.topBox .mameText {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.return {
    text-align: center;
    padding: 55px 0 55px;
}
.return a {
    background: #333;
    padding: 10px 40px;
    font-size: 17px;
    color: #f2f2f2;
	border-radius: 25px;
}
.return a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.bg07{
	background: #fff;
    padding: 0px 15px;
	}
	
	
/*----------------------------------------------------------豆知識内容--------------------------------------------------------------*/
#ochugen_mame_img{
	text-align: center;
	}
#midashitext{
	margin: 20px 0px 0;
    font-size: 14px;
    line-height: 2.5;
	}	
.honbun {
    margin-top: 60px;
}
.honbun p{
	margin-top: 10px;
	font-size: 14px;
}
.honbun .list li{
	list-style: inherit;
	margin-left: 25px;
	}
.honbun ul{
	margin: 10px 0;	
	border-radius: 10px;
	background: #ffffff;
}
.honbun ul li{
	padding: 10px;
	font-size: 14px;
}
.honbun ul.ranklist li:nth-of-type(1) dt,
.honbun ul.alcohol li:nth-of-type(1) dt{
	background: #dcb33c;
}
.honbun ul.ranklist li:nth-of-type(2) dt,
.honbun ul.alcohol li:nth-of-type(2) dt{
	background: #87a4b1;
}
.honbun ul.ranklist li:nth-of-type(3) dt,
.honbun ul.alcohol li:nth-of-type(3) dt{
	background: #b4895e;
}
.honbun ul.alcohol dl{
	display: -webkit-flex;
	display: flex;
	}
.honbun ul.alcohol dt {
	width: 22px;
}
.honbun ul dl{
	display: flex;
}

.honbun ul dt{
	width: 150px;
    padding: 7px 15px;
    color: #f2f2f2;
    background: #a28d8c;
    /*border-radius: 5px;*/
    text-align: center;
	}

.honbun ul.brighterlist dt {
	background: #64b9bc;
}

.honbun ul.ranklist dt{
	text-align: left;
	padding: 7px 10px 7px 20px;
	}

.honbun ul dd{
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #333;
	}
.honbun p a:hover{
	text-decoration: none;	
	}
.honbun .bigger {
    font-size: 18px;
    font-weight: bold;
}
.honbun_h3List {
    margin: 20px 25px;
}
.honbun_h3List h3 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-left: 16px;
}
.honbun_h3List h3:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #e8414b;
    left: 0;
    top: 4px;
    border-radius: 15px;
}
.honbun .sankou {
	margin: 15px 0;
}



.more_btn{
	text-align: center;
}
.more_btn a {
    width: 440px;
    display: inline-block;
    padding: 16px;
    text-align: center;
    margin: 40px auto 0;
    background: #3264a0;
    color: #f2f2f2;
    font-size: 16px;
    /*font-weight: 500;*/
    box-shadow: 3px 3px 11px rgba(155,155,155,0.5);
}
.more_btn a:hover {
    text-decoration: none;
    opacity: 0.6;
    /* background-color:#ca9e0f;*/
    transition: all .2s ease-out;
}

	
	
	
/*----------------------------------------豆知識一覧---------------------------------------------*/
#ohugen_wrapper .mame02{
	padding: 50px 0;
}
#ohugen_wrapper .mame02 .w1000{
	background: #fff;
}
#ohugen_wrapper .mame02 h2{
	color: #333;
	padding: 0;
    text-align: center;
    background: none;
    position: relative;
    font-size: 25px;
    border-bottom: none;
    font-weight: bold;
	margin: 10px 0 40px;
}
.mameflex02 {
    display: flex;
    flex-wrap: wrap;
}
.mameflex02 li {
    width: 185px;
    height: 180px;
    font-size: 14px;
	padding: 4px;
}
.mameflex02 li a {
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 35px 0 5px;
    border: 1px solid #a3a3a3;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #333333;
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mameflex02 li a::after {
    position: absolute;
    bottom: 26px;
    right: 11px;
    display: block;
    content: '';
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border: 2px solid #a3a3a3;
    border-left-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg );
    pointer-events: none;
    z-index: 30;
    border-color: #a3a3a3;
}
.mameflex02 li a:hover {
    color: #f2f2f2;
    background: #a3a3a3;
    text-decoration: none;
    transition: all .2s ease-out;
}
.mameflex02 li a:hover::after {
    position: absolute;
    bottom: 26px;
    right: 11px;
    display: block;
    content: '';
    margin-top: -3px;
    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;
    z-index: 30;
    border-color: #f2f2f2;
}
.mameflex02 dd {
    margin-top: 5px;
    font-size: 12px;
	}

/*----------------------------------------------レコメンドエリア-----------------------------------------*/
	
	.recommendWrap {
    margin: 10px 0 0 0;
	}
	div.recommendbox_ {
    margin: 0;
    padding: 0;
	background: none;
	}
	.common_headline2_Wrap {
    display: none;
	}
	div.slider_item_.item_slider_ .name_{
	margin: 15px 0 0 0;
}
	div.slider_item_ .item_box_{
    margin: 0 10px 0 0;
    padding: 5px;
    margin-right: 15px;
    width: 176px;
    position: relative;
    border-radius: 15px;
	background: #fff;	
	}
	div.slider_item_ .item_box_:hover {
	border-bottom: 1px solid #cbcbcb;
	}
	div.slider_item_ {
    padding: 0;
    margin: 0;
	}
	div.slider_item_ .item_box_ .img_ {
    display: block;
		height: auto!important;
	}
	div.slider_item_ .item_box_ .img_ a {
		display: block;
		height: auto!important;
	}
	a.goods_name_ {
    color: #333333;
	}
	.pricebox_ span.price_ {
    color: #cc0000;
		font-weight: normal;
	}
	.item_box_::after {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    left: 5px;
	height: 40px;
    width: 40px;
    background: #494642;
	border-radius: 20px;	
	}
	.item_box_ .img_::after {
	position: absolute;
	display: block;
	content: "";
	left: 21px;
	top: 17px;			
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	z-index: 10;
	}
	.item_box_:nth-of-type(1)::after {
		background: #f1c648;
	}
	.item_box_:nth-of-type(2)::after {
		background: #97adb7;
	}
	.item_box_:nth-of-type(3)::after {
		background: #b4895e;
	}
	.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(n+10) .img_::after {
		left: 17px;
	}
	.item_box_:nth-of-type(10) .img_::after {
		content:"10";
	}
	.item_box_:nth-of-type(11) .img_::after {

		content:"11";
	}
	.item_box_:nth-of-type(12) .img_::after {
		content:"12";
	}
	.item_box_:nth-of-type(13) .img_::after {
		content:"13";
	}
	.item_box_:nth-of-type(14) .img_::after {
		content:"14";
	}
	.item_box_:nth-of-type(15) .img_::after {
		content:"15";
	}
	.item_box_:nth-of-type(16) .img_::after {
		content:"16";
	}
	.item_box_:nth-of-type(17) .img_::after {
		content:"17";
	}
	.item_box_:nth-of-type(18) .img_::after {
		content:"18";
	}
	.item_box_:nth-of-type(19) .img_::after {
		content:"19";
	}
	.item_box_:nth-of-type(20) .img_::after {
		content:"20";
	}
	div.item_slider_ .pagination li, div.item_slider_ .bx-prev, div.item_slider_ .bx-next {
    width: 45px;
    height: 100px;
    top: 80px;
    z-index: 10;
	}
	div.item_slider_ .bx-prev, div.item_slider_ .pagination li.prev {
		background: url(/img/usr/father2020/father_ic02.jpg) no-repeat left center;
	}
	div.item_slider_ .bx-next, div.item_slider_ .pagination li.next {
    background: url(/img/usr/father2020/father_ic03.jpg) no-repeat right center;
	}
	.recommendWrap .moreText {
    text-align: center;
    margin-top: 20px;
	}
	.recommendWrap .moreText a {
    padding: 12px 30px;
    display: block;
    display: inline-block;
    background: #2f64dd;
    color: #f2f2f2;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(226,226,226,1);
	}
	.recommendWrap .moreText a:hover {
		background: #749bf7;
	}
/*-----------------------------------------ランキングエリア（レコメンド）-----------------------------------------*/
.common_headline2_Wrap{
	display: none;
	}
#ohugen_wrapper #rankingarea {
	margin-bottom: 25px;
    margin-top: 40px;
}
#ohugen_wrapper #rankingarea h2>p {
    font-size: 22px;
    line-height: 1.0px;
	margin-bottom: 5px;
    color: #cc0000;
}
/*-----------------------------------------レスポンシブ-----------------------------------------*/
/* 検索窓 */
#search_box02 .list_search_ li.search_item_ .layer4_ {
display: none;
position: absolute;
width: 440px;
height: auto;
background: #ffffff;
border: 1px solid #000000;
left: -12px;
top: 40px;
z-index: 2500;
box-shadow: 0px 2px 14px rgba(155,155,155,0.8);
}
#search_box02 .list_search_ li.search_item_ .layer4_ > ul {
height: auto;
padding: 12px 0 0 20px;
display: flex;
flex-wrap: wrap;
width: 400px;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li {
position: relative;
width: calc(50% - 2px);
margin-left: 2px;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li.shop-cat {
border-top: 1px dotted #333;
padding-top: 6px;
width: calc(50% - 2px);
border-bottom: none;
margin-bottom: 0;
}
#search_box02 .list_search_ li.search_item_ .layer4_ ul > li.shop-cat02 {
width: 100%;
}
#search_box02 .list_search_ li.search_item_ .layer4_ > ul > li a {
display: block;
box-sizing: border-box;
height: auto;
line-height: 22px;
font-size: 13px;
padding: 0 6px 6px 14px;
color: #333;
}
#search_box02 .list_search_ li.search_item_ .layer5_ {
display: none;
position: absolute;
height: auto;
left: 190px;
top: -13px;
width: 380px;
box-sizing: border-box;
padding: 10px 0 0 15px;
background: #ffffff;
border: 1px solid #000000;
z-index: 2000;
box-shadow: 0px 2px 14px rgb(155 155 155 / 80%);
}
#search_box02 .list_search_ li.search_item_ .layer4_::after {
position: absolute;
content: "";
width: 231px;
height: 13px;
top: -12px;
left: -1px;
}
#search_box02 .list_search_ li.search_item_ .layer4_::before {
position: absolute;
content: "";
background: url(/img/usr/common/header/header_triangle.png) no-repeat!important;
width: 21px;
height: 19px;
top: -19px;
left: 64px;
}
.layerbody_ ul {
display: flex;
flex-wrap: wrap;
}
#search_box02 .list_search_ li.search_item_ .layer5_ ul li.category_title {
padding: 10px 0 7px 0;
font-size: 14px;
font-weight: bold;
width: 100%;
}

.spOnly {
display:none!important;
}

figure{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
/*-----------------------------------------------------パンくずリスト-------------------------------------------------------------*/
ol.breadcrumb {
    box-sizing: border-box;
    width: 1000px;
    /*display: contents;*/
    margin: 0 auto;
    display: table;
    font-size: 12px;
    padding: 10px 10px;
}
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;
}

#pagetop{
	display: none!important;
}
.valentine_top{
	position: relative;
	 opacity: 0;
	transition: all 0.65s;
	}
.valentine_top.isActive {
  opacity: 1;
  transition: all 0.65s;
}
.valentine_top img{
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 18px;
	right: 18px;
	z-index: 10000000;
	}
#valentine_ranking h2 span{
	color: #d7304e;
	font-size: 23px;
	font-weight: bold;
	}
/*recommend*/
div.recommendbox_ {
	padding: 20px 30px;
	margin: 10px;
	background: #fff;
}
.common_headline2_Wrap {
	display: none;
}
div.slider_item_ {
	margin: 0;
	padding: 0;
}
div.slider_item_.top .item_box_ {
	width: 153px;
	padding-top: 60px;
	background-color: #ffffff;
	margin-right: 10px;
}
a.goods_name_ {
	color: #222222;
}
div[id^="ppz_recommend"] .goods_name_ .name1_{
	display: block;
	}
.goods_name_ .name1_{
	overflow: visible;
	}
div.slider_item_.item_slider_ .name_ {
	font-size: 12px;
}
div.slider_item_ .pricebox_, div.slider_history_ .pricebox_ {
	margin: 10px 8px;
}
span.price_ {
	color: #ff4867;
}
.item_box_:after {
	display: flex;
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	top: 0px;
	left: 55px;
	align-items: center;
	justify-content: center;
	background: #590313;
	font-size: 17px;
	color: #fff;
	z-index: 10;
	border: 2px solid #590313;
	border-radius: 25px;
}
.item_box_:nth-of-type(1):after {
	content: "1";
	background: #f1c648;
	border: none;
	color: #fff;
}
.item_box_:nth-of-type(2):after {
	content: "2";
	background: #97adb7;
	border: none;
	color: #fff;
}
.item_box_:nth-of-type(3):after {
	content: "3";
	background: #b4895e;
	border: none;
	color: #fff;
}
.item_box_:nth-of-type(4):after {
	content: "4";
}
.item_box_:nth-of-type(5):after {
	content: "5";
}
.item_box_:nth-of-type(6):after {
	content: "6";
}
.item_box_:nth-of-type(7):after {
	content: "7";
}
.item_box_:nth-of-type(8):after {
	content: "8";
}

.item_box_:nth-of-type(9):after {
	content: "9";
}
.item_box_:nth-of-type(10):after {
	content: "10";
}
.item_box_:nth-of-type(11):after {
	content: "11";
}
.item_box_:nth-of-type(12):after {
	content: "12";
}
.item_box_:nth-of-type(13):after {
	content: "13";
}
.item_box_:nth-of-type(14):after {
	content: "14";
}
.item_box_:nth-of-type(15):after {
	content: "15";
}
.item_box_:nth-of-type(16):after {
	content: "16";
}
.item_box_:nth-of-type(17):after {
	content: "17";
}
.item_box_:nth-of-type(18):after {
	content: "18";
}
.item_box_:nth-of-type(19):after {
	content: "19";
}
.item_box_:nth-of-type(20):after {
	content: "20";
}
div.slider_item_ .img_ a, div.slider_history_ .img_ a, div.slider_related_ .img a {
	display: block;
}
/*商品リスト共通css*/
ul.productList li:nth-of-type(n+4) {
	margin-top: 40px;
}
.detailsWarp {
	padding: 30px 15px 15px;
	position: relative;
}
.itemTextBox {
	color: #49271d;
}
.itemTextBox .name {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.itemTextBox .explanation {
	font-size: 13px;
}
.itemTextBox .price {
	font-size: 15px;
	color: #ff2727;
}
.itemTextBox .price span {
	font-size: 12px;
	color: #49271d;
}
.btnBox {
	position: absolute;
	bottom: 15px;
}
.btnBox .PurchaseBtn.earlyBtn {
	margin-bottom: 10px;
}
.btnBox .PurchaseBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 250px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	background: #43bbb2;
}
.btnBox .PurchaseBtn a:hover {
	opacity: 0.7;
}
.btnBox .PurchaseBtn a:after {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	content: '';
	margin-top: -3px;
	width: 6px;
	height: 6px;
	border: 1px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	pointer-events: none;
	z-index: 30;
	border-color: #fff;
		/*display: block;
	position: absolute;
	content: "";
	width: 10px;
	height: 14px;
	background: url(https://www.shop.post.japanpost.jp/img/usr/valentine2021/index_ic02.png);
	right: 20px;
	top: 50%;
	margin-top: -7px;
	transition: 0.2s;*/

}
.btnBox .earlyBtn a:after {
	border: 1px solid #1095a2;
	border-color: #1095a2;
	border-left-width: 0;
	border-top-width: 0;

}




/*-----------------------------------------バレンタイン2025-----------------------------------------*/
/*パンくずリストアイコン*/
	figure {
		margin: 0;
		padding: 0;
	}

	/*初期設定打消し*/
	div.wrapper_ {
		min-resolution: res;
		-width: 1200px;
	}

	div.container_ {
		width: 100%;
		padding: 0;
		background: #fff;
		max-width: initial !important;
	}

	div.single_mainframe_ {
		/*width: 100%;*/
		min-width: 100% !important;
	}

	a {
		text-decoration: none;
	}

	li {
		list-style: none;
	}

	/*終了文言*/
	#fin {
		text-align: center;
		margin: 20px 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;
	}

	/*ヘッダー共通*/
	#valentineHeader {
		line-height: 1.5;
		box-sizing: border-box;
	}

	#valentineHeader a:hover {
		text-decoration: none;
	}

	#ttlArea {
		margin-left: 10px;
	}

	/* 	#valentineHeader h1 a,{
			font-size: 18px!important;
			color: #fff!important;
			font-weight: bold!important;
			}
		#valentineHeader h1 a span{
			font-size: 15px!important;
			} */
	#mainVisual {
		position: relative;
    overflow: hidden;
    width: 100%;
    height: 230px;
    text-align: center;
    background-color: #490909;
    background: url(/img/usr/valentine2026/bg_01.jpg);
	}

	#mainVisual img {
		position: absolute;
		left: 50%;
		width: 2000px;
		height: 230px;
		margin-left: -1000px;
	}

	/*-----------------------------------------ナビ-----------------------------------------*/
	#navWrap {
		/* height: 76px; */
	}

	#navWrap .navInner {
		position: relative;
		width: 100%;
		background-color: #d7304e;
		box-shadow: 0px -5px 10px -6px rgba(0, 0, 0, 0.3);
	}

	/* 	#navWrap .navInner.navfixed{
			position: fixed;
			top: 0;
			z-index: 9999;
			box-shadow: 0 1.25px 6px rgba(0,0,0,0.3);
		} */
	#navWrap #nav {
		width: 1000px;
		margin: 0 auto;
	}

	#navWrap #nav:after {
		content: "";
		clear: both;
		display: block;
	}

	#navWrap .navInner #nav {
		display: -webkit-flex;
		display: flex;
		/* justify-content: space-between; */
		align-items: center;
	}

	#navWrap .navInner #nav li {
		position: relative;
		text-align: center;
	}

	#navWrap .navInner #nav li a {
		display: block;
		padding: 20px;
		color: #f2f2f2;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
	}

	#navWrap #nav li a #navWrap .navInner #nav li a img {
		width: 26px;
		height: 26px;
		margin-bottom: 5px;
	}

	#navWrap .navInner #nav li a:hover {
		background: #fff;
		color: #d7304e;
		transition: all .4s ease-out;
	}

/*btn*/
	#valentine_wrapper .valentine_btn,
	#valentine_wrapper .valentine_btn02 {
		margin: 10px;
	}

	#valentine_wrapper .valentine_btn02 {
		margin-bottom: 30px !important;
	}

	#valentine_wrapper .valentine_btn02 a {
		display: block;
		padding: 10px;
		text-align: center;
		color: #FFFFFF;
		background: #590313;
		border: 1px solid #590313;
	}

	#valentine_wrapper .valentine_btn a {
		display: block;
		padding: 10px;
		text-align: center;
		color: #FFFFFF;
		background: #d7304e;
		border: 1px solid #d7304e;
	}

	#valentine_wrapper .valentine_btn02 a:hover {
		background: #fff;
		color: #590313;
		transition: all .4s ease-out;
	}

	#valentine_wrapper .valentine_btn a:hover {
		background: #fff;
		color: #d7304e;
		transition: all .4s ease-out;
	}

	/*main*/
	#valentine_wrapper {
		line-height: 1.5;
		box-sizing: border-box;
		background: #f2f2f2;
	}

	#valentine_wrapper .w1000 {
		width: 1000px;
		margin: 0 auto;
		display: block;
	}

	#valentine_wrapper .mainVisual {
		text-align: center;
    margin-bottom: 20px;
	}

	#valentine_wrapper .mainVisual img {
		width: 760px;
	}

	/*h*/
	#valentine_wrapper h1,
	#valentine_wrapper h2,
	#valentine_wrapper h3 {
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	}

	#valentine_wrapper h1 {
		text-align: center;
		padding: 50px 0 10px;
		font-size: 35px;
		font-weight: bold;
		color: #d7304e;
		letter-spacing: 2px;
		line-height: 1.3;
    background: url(https://www.shop.post.japanpost.jp/img/usr/valentine2024/bg_heart.png) center no-repeat;
	}


	#valentine_wrapper h1 span {
    display: inline-block;
		color: #d7304e
;
		font-size: 23px;
		font-weight: bold;
    padding-bottom: 10px;
	}

	#valentine_wrapper .h1_subtext {
		text-align: center;
		padding: 5px 5px 10px;
    margin-bottom: 30px;
		font-size: 15px;
		color: #d7304e;
	}

	#valentine_wrapper h2 {
		text-align: center;
		padding: 20px;
		font-size: 28px;
		font-weight: bold;
		color: #d7304e;
		letter-spacing: 2px;
		background-color: #f2f2f2;
	}

	#valentine_wrapper h2 span {
color: #590313;
    font-size: 23px;
    font-weight: bold;
    }

	#valentine_wrapper .h2_subtext {
		text-align: center;
		font-size: 16px;
		color: #d7304e;
		letter-spacing: 2px;
	}

	#valentine_wrapper h3 {
		font-size: 25px;
		margin: 30px 10px 0;
		border-bottom: 1px solid #d7304e;
		color: #d7304e;
	}

	/*icon*/
	#valentine_wrapper .icon {
		text-align: center;
	}

	#valentine_wrapper .icon img {
		width: 40px;
		font-size: 20px;
	}

	/*もっと見る*/
	#valentine_wrapper .more01 {
		padding-right: 30px;
		text-align: right;
	}

	#valentine_wrapper .more01 a {
		color: #5d3f35;
	}

	#valentine_wrapper .more01 a:hover {
		text-decoration: underline;
	}

	#valentine_wrapper .more02 {
		padding: 30px 0 80px;
		text-align: center;
	}

	#valentine_wrapper .more02 a {
		padding: 15px 40px;
		color: #FFFFFF;
		background: #d7304e;
		font-size: 18px;
		text-decoration: none;
	}

	#valentine_wrapper .more02 a:hover {
		opacity: 0.5;
		transition: all .4s ease-out;
	}

	#valentine_wrapper .more02 a span {
		color: #f2f2f2;
		padding-left: 10px;
	}

	/*contents*/
	#valentine_contents {
		background: #f2f2f2;
	}

	#valentine_contents .contents_inner {
		margin-bottom: 30px;
		padding: 30px;
		background: #fff;
	}

	#valentine_contents .contents_inner a {
		text-decoration: none;
		color: #5D3F35;
	}

	#valentine_contents .contents_inner a:hover {
		text-decoration: underline;
	}

	#valentine_contents .contents_inner .text_list li {
		list-style: disc;
		margin-left: 20px;
		font-size: 14px;
		color: #d7304e;
	}

	#valentine_contents .text {
		margin: 10px 0 20px;
		font-size: 14px;
	}

	/*list*/
	#valentine_wrapper .contents_list {
		margin-bottom: 30px;
		padding: 20px 30px;
		font-size: 15px;
		/*border: 2px dotted #d7304e;*/
		line-height: 2.5;
		text-align: left;
		background: rgba(191,155,142,0.1);
	}

	#valentine_wrapper .contents_list li {
		/*list-style: disc;*/
		color: #d7304e;
		border-bottom: 1px #E6BAAA solid;
		padding: 0 0 0 30px;
		position: relative;
	}
#valentine_wrapper .contents_list li:before {
	display: block;
  content: "\025bc";
	position: absolute;
	width: 0px;
  height: 0px;
	top: 1px;
  left: 10px;
  z-index: 1;
}

	#valentine_wrapper .contents_list ul {
		margin-left: 20px;
		font-size: 13px;
	}
/*
	#valentine_wrapper .contents_list ul li {
		list-style: disclosure-open;
	}*/
#valentine_wrapper .contents_list ul li:before {
	display: block;
  content: "\02022";
	position: absolute;
	width: 0px;
  height: 0px;
	top: 1px;
  left: 10px;
  z-index: 1;
}
#valentine_wrapper .contents_list ul li a{
	color: #5D3F35;
}

	#valentine_wrapper .contents_list a {
		text-decoration: none;
		/*color: #5D3F35;*/
		color: #d7304e;
	}

	#valentine_wrapper .contents_list a:hover {
		text-decoration: underline;
	}

#footerouter {
        min-width: 1040px;
    }

	/*汎用クラス*/
  .txt_c {
  text-align: center;
}
	.bg_pink {
		background-color: #f2f2f2;
	}