@charset "utf-8";

aside#drawer,
.cartunit .cartAmount,
.ftrbt .fnav,
.ftrmid_txtbox a{
background:#009993 !important;
background-color:#009993 !important;
}

#notice {text-align:center;width:auto;}
#notice div.cInner{display:inline-block;/*font-family: 'Noto Serif JP', serif;*/}
#notice p{font-size:2rem;text-align:left;}
#notice p.attention{font-size:1.6rem;text-align:left;color:red;margin-top:10px;}
#notice ul.attention{font-size:1.4rem;text-align:left;margin-top:10px;border-top:1px solid #999;display:block;}
#notice ul.attention li:nth-child(1),#notice ul.subattention li:nth-child(1){margin-top:10px;}
#notice ul.subattention li:last-child{margin-bottom:10px;}
#notice ul.subattention{font-size:1.2rem;text-align:left;margin-top:10px;border-top:1px solid #999;border-bottom:1px solid #999;display:block;}
#notice ul.attention li:before{display:inline;content:"●";}
#notice ul.subattention li:before{display:inline;content:"※";}
#notice dl dd{margin-left:0;}
#notice dl dd p{font-size:1.4rem;margin-top:10px;}
.hdrtop_bnrsec,
.hdrtop_bnrbox,
.htopbox{
	background:#ed85a7;
	color:#fff;
}
.htopbox{font-size:1.2rem;}
.htopbox small{font-size:1rem;}
#column,
#sweetsGift,
#messageGift,
#gourmetgift,
#sweetsicegift,
.cInner{
	/*font-family: 'Noto Serif JP', serif;*/
}
.introbox div,
#messageGift div,
#gourmetgift div,
#sweetsicegift div{
	border-bottom:1px solid #dcdcdc;
}
.hdrtop_bnrtxt{color:#fff;}
.hdrtop_bnrtxt > .cInner{
	height:2rem;
	line-height:2rem;
	font-size:1.4rem;
	padding-top:0;
	color:#fff;
}
.fs-c-heading--page{
	border:none;
	margin:0;
	line-height1;
	/*font-family: 'Noto Serif JP', serif;*/
}


/*flexboxベース*/
.flex_clm,
.flex_clm2,
.flex_clm4 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.flex_clm_unit{
	list-style: none;
	text-align:left;
}
.ranking .itemflex_name,
.itemflex_name{font-size:115%;}
/*ランキング処理*/
.ranking .flex_clm_unit .itemflex_img {
	position: relative;
}
.ranking .flex_clm_unit .itemflex_img:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 60px solid transparent;
	border-left: 60px solid transparent;
}
.ranking .flex_clm_unit .itemflex_img:after {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	content: "";
	line-height: 1;
	color: #fff;
	font-size: 1.6rem;
}
.ranking .flex_clm_unit:nth-of-type(1) .itemflex_img:before {
	border-left-color: #d5ab3d;
}
.ranking .flex_clm_unit:nth-of-type(1) .itemflex_img:after {
	content: "1";
}
.ranking .flex_clm_unit:nth-of-type(2) .itemflex_img:before {
	border-left-color: #626161;
}
.ranking .flex_clm_unit:nth-of-type(2) .itemflex_img:after {
	content: "2";
}
.ranking .flex_clm_unit:nth-of-type(3) .itemflex_img:before {
	border-left-color: #8c4100;
}
.ranking .flex_clm_unit:nth-of-type(3) .itemflex_img:after {
	content: "3";
}
.ranking .flex_clm_unit:nth-of-type(n+4) .itemflex_img:before {
	width: 46px;
	height: 46px;
	border: none;
	background: #3c3c3c;
}
.ranking .flex_clm_unit:nth-of-type(n+4) .itemflex_img:after {
	top: 15px;
	left: 18px;
}
.ranking .flex_clm_unit:nth-of-type(4) .itemflex_img:after {
	content: "4";
}
.ranking .flex_clm_unit:nth-of-type(5) .itemflex_img:after {
	content: "5";
}
.ranking .flex_clm_unit:nth-of-type(6) .itemflex_img:after {
content: "6";
}
.ranking .flex_clm_unit:nth-of-type(7) .itemflex_img:after {
	content: "7";
}
.ranking .flex_clm_unit:nth-of-type(8) .itemflex_img:after {
	content: "8";
}
/*予算から選ぶ、ランキングの背景*/
#select_price,
#ranking{
	background-color:#f9e4e6;
}
/*予算から選ぶのpadding*/
#select_price{
	padding-right:20px;
	padding-bottom:60px;
	padding-left:20px;
	margin-bottom:0 !important;
}
/*予算から選ぶのボタンの仕様を母の日に*/
#select_price .flex_clm_unit a{
	background-color:#fff !important;
	color:#3b3577 !important;
}
/*予算から選ぶのボタンのマウスオーバー時の使用を母の日に*/
#select_price .flex_clm_unit a:hover{
	background-color:#ce3e6e !important;
	color:#f9e4e6 !important;
}
/*予算から選ぶのボタンの「＞」*/
#select_price .arrow_r::after{
	border-color:#ce3e6e !important;
}
/*予算から選ぶのボタンの「＞」マウスオーバー時*/
#select_price .arrow_r:hover::after{
	border-color:#f9e4e6 !important;
}
/*カテゴリから選ぶ*/
#select_category div p.subtitle{
	margin-bottom:60px;
} 
/*カテゴリから選ぶのボタンの仕様を母の日に*/
#select_category .flex_clm_unit a p.category_name{
	background-color:#f9e4e6 !important;
	color:#ce3e6e !important;
}
/*カテゴリから選ぶのボタンのマウスオーバー時の使用を母の日に*/
#select_category .flex_clm_unit a:hover > p.category_name{
	background-color:#ce3e6e !important;
	color:#f9e4e6 !important;
}
/*カテゴリから選ぶのボタンの「＞」*/
#select_category .arrow_r::after{
	border-color:#ce3e6e !important;
}
/*カテゴリから選ぶのボタンの「＞」マウスオーバー時*/
#select_category .arrow_r:hover::after{
	border-color:#f9e4e6 !important;
}
.lp_mv {
	text-align: center;
	font-size: 0;
}
#topbnr_area .flex1clm {
	margin-bottom: 40px;
}
#column .showbtn{margin-top:40px;}
#column {
	background-image:url("{% items[/LP/2021fathersday/img/Bg02.png] %}");
	background-repeat:repeat-x;
	background-position:top left;
}
#column dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 40px 30px;
	border-bottom: solid 1px #dcdcdc;
}
#column dl:nth-of-type(n+2) {
	margin-top: 30px;
}
#column dl dt {
	width: 20%;
}
#column dl dd {
	width: 85%;
}
#column dl dd h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.showbtn a {
	text-decoration:none;
	text-align: center;
	border: none;
	border-radius: 50px;
	background-color: #c7f7f1;
	color: #009993;
	display: inline-block;
	min-width:100%;
	max-width:auto;
	padding:10px;
	min-margin:60px auto;
	max-margin:60px auto;
	margin-bottom:60px;
	font-size:1.8rem;
}
.showbtn a.arrow_r:after {
	border-top: 2px solid #009993;
	border-right: 2px solid #009993;
}
.showbtn a:hover{
	text-decoration:none;
	background-color: #009993;
	color: #FFF;
}
.showbtn a:hover.arrow_r::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
/*母の日introbox*/
.introbox{
	text-align:center;
	width:100%;
	margin:40px auto;
	/*font-family: 'Noto Serif JP', serif;*/
}
.introbox strong{
	font-size:2.4rem;
	line-height:1.5;
}
.introbox p{
	margin:40px auto auto;
}
/*母の日recommended flowers*/
#sweetsicegift{
	background:url("{% items[/LP/2021fathersday/Bg02.png] %}") repeat-x top left;
	overflow:hidden;
	width:100%:
}
#sweetsicegift > div{
	width:100%:
}
#sweetsicegift,
#sweetsicegift div{
	width:auto;
}
h2.mainTitle{
	margin:40px auto 0 auto;
	width:100%;
	height:90px;
	text-align:center;
	line-height:1.5;
	font-size:2.4rem;
}
#ranking > h2.mainTitle{margin-top:0;}
#ranking{padding-top:20px;}
#sweetsicegift a:hover{
	text-decoration:none;
}
/*recommendedFlower_boxitemのアイテム*/
.recommendedFlower_box{
	margin:60px auto;
}
/*Specialのアイテム*/
#sweetsicegift .flex_clm{
	margin:auto auto 60px auto;
}
.recommendedFlower_boxitem{
	margin:auto;
}
.recommendedFlower_box .boxinfo{
	text-align:left;
}
/*recommendedFlower_boxitemの商品名*/
.recommendedFlower_boxitem dl dt{
	font-size:2.4rem;
	line-height:1.5;
	margin-bottom:10px;
}
/*recommendedFlower_boxitemの商品のサブタイトル*/
.recommendedFlower_boxitem dl dt span{
	font-size:1.6rem;
	color:#009993;
	display:block;
	margin-bottom:10px;
}
/*recommendedFlower_boxitemの商品スペックエリア*/
.recommendedFlower_boxitem dl dd{
	line-height:1.5;
	margin-left:0;
}
/*recommendedFlower_boxitemのコピー*/
.recommendedFlower_boxitem dl dd p{
	margin-top:1.2rem;
}
/*価格*/
.price{
	line-height:1.5;
	font-size:2.4rem;
	font-weight: bold;
}
/*オプション*/
.price span{
	border:1px solid #999999;
	padding:1pt;
	color: #666666;
	font-size:1rem;
	font-weight:normal;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:middle;
}
/*価格説明（税込）*/
.price small{
	color: #666666;
	font-size:1rem;
	font-weight:normal;
}
/*商品スペック*/
.caption{
	font-size:9px;
}
/*説明アイコン*/
.icon span.allDelivery,
.icon span.disabledPackage,
.icon span.easyPackage,
.icon span.chilled,
.icon span.frozen{
	display:inline-block;
	border-width:1px;
	border-style:solid;
	font-size:9px;
	line-height:9px;
	padding:2px;
	margin-right:10px;
}
/*全国配送*/
.icon span.allDelivery{
	background-color:#e95e93;
	border-color:#e95e93;
	color:#ffffff;
}
/*包装不可、簡易包装*/
.icon span.disabledPackage,
.icon span.easyPackage{
	background-color:#ffffff;
	border-color:#009944;
	color:#009944;
}
/*冷蔵*/
.icon span.chilled{
	background-color:#00a0e9;
	border-color:#00a0e9;
	color:#ffffff;
}
/*冷凍*/
.icon span.frozen{
	background-color:#ffffff;
	border-color:#00a0e9;
	color:#00a0e9;
}
/*母の日コラム装飾*/
#column div dl dd h3{
	display:inline-block;
	background: linear-gradient(transparent 50%, #c7f7f1 50%);
}
#column div dl dd h3::after{
	content:"\A";
	white-space:pre;
}
#sweetsicegift a:hover,
#gourmetgift a:hover,
#messageGift a:hover,
#sweetsGift a:hover{
	text-decoration:none;
}
#select_price > div p ,
#gourmetgift > div p,
#messageGift > div p,
#sweetsGift > div p,
#ranking > div p{
	text-align:left;
}


.p-nav{
  padding:16px 0;
  background-color:#009993;
}

.p-nav__list{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
  margin-top: -5px;
  margin-right:0;
  margin-left:0
}

.p-nav__item{
  width:calc(33.3% - 10px);
  border-right: 1px solid #FFF;
  margin-top:0px;
  margin-right:5px;
  margin-left:5px;
  background-color:#009993;
  margin-bottom: 5px;
}
.p-nav__item:first-child {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.p-nav__link{
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  height:100%;
  padding:10px 8px 22px
}

.p-nav__link::after{
  position:absolute;
  bottom:10px;
  left:50%;
  display:block;
  width:10px;
  height:6px;
  background-image:url("https://ozeki1957.itembox.design/item/LP/2021chugen/images/chev-bottom-w.svg");
  background-size:cover;
  -webkit-transform:translateX(-50%);
      -ms-transform:translateX(-50%);
          transform:translateX(-50%);
  content:""
}

.p-nav__link:hover,
.p-nav__link:focus{
  -webkit-text-decoration:underline #fff;
          text-decoration:underline #fff;
  -webkit-transition:none;
  -o-transition:none;
  transition:none;
}

.p-nav__icon{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:30px;
  margin-right:10px
}

.p-nav__icon._categories img{
  width:24px;
}

.p-nav__icon._budgets img{
  width:26px;
}

.p-nav__icon._specials img{
  width:30px;
}

.p-nav__icon._relations img{
  width:26px
}

.p-nav__text{
  color:#fff;
  font-weight:500;
  font-size:1em;
  line-height:1.5;
  text-align: center;
}


@media screen and (min-width:320px) and ( max-width:1023px) {
	.ftrbt{
		background:#FFF !important;
		background-color:rgb(255,255,255) !important;
	}
	.ftrmid_txtbox a::after{background-image:url('{% items[/LP/2021fathersday/img/ic07.png] %}') !important;}
	#notice p{font-size:1.4rem;}
	#notice p.attention{font-size:1.2rem;}
	#notice ul.attention{font-size:1.1rem;}
	#notice ul.subattention{font-size:1.1rem;}
	#notice dl dd p{font-size:1.2rem;}
	.pc {display: none;}
	.topsearch_sec, .ranking {
		margin-left: 0px;
		margin-right: 0px;
	}
	.fs-l-main {
		max-width: none;
		display: block;
		margin: 0 auto 24px;
	}
	.lp_mv {
		margin-bottom: 30px;
	}
	/*introbox*/
	.introbox p{
		text-align: left;
	}
	.topbnr_area .cInner {
		padding: 0;
	}
	#topbnr_area .flex1clm {
		margin-bottom: 30px;
	}
	#topbnr_area .flex2clm {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	#column {
		margin-bottom: 50px;
	}
	#column dl {
		display: block;
		padding: 0 0 25px;
	}
	#column dl dt {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#column dl dd {
		width: 100%;
		margin: 0;
	}
	#select_category div p.subtitle{
		text-align:left;
	} 
	.category_img img {
		width: 100%;
	}
	#sweetsicegift > div h2.mainTitle{
		background-position:left;
	}
	#sweetsicegift{
		text-align:center;
	}
	#select_price > div p.subtitle ,
	#gourmetgift > div p.subtitle,
	#messageGift > div p.subtitle,
	#sweetsGift > div p.subtitle,
	#ranking > div p.subtitle{
		margin-bottom:40px;
	}
	#sweetsicegift > div ul,
	#gourmetgift > div ul,
	#messageGift > div ul,
	#sweetsGift > div ul{
		width:auto;
		margin:auto auto 60px auto;
	}
	#select_price > div p ,
	#sweetsicegift > div p,
	#gourmetgift > div p,
	#messageGift > div p,
	#sweetsGift > div p,
	#ranking > div p{
		margin-bottom:10px;
		font-size:10pt;
	}
	#sweetsicegift > div p.price,
	#gourmetgift > div p.price,
	#messageGift > div p.price,
	#sweetsGift > div p.price,
	#ranking > div p.price{
		font-size:1.8rem;
	}
	#sweetsicegift > div p.price span,
	#gourmetgift > div p.price span,
	#messageGift > div p.price span,
	#sweetsGift > div p.price span,
	#ranking > div p.price span{
		font-size:1rem;
	}
	#sweetsicegift > div ul.itemflex p.price span::after,
	#gourmetgift > div p.price span::after,
	#messageGift > div p.price span::after,
	#sweetsGift > div p.price span::after,
	#ranking > div p.price span::after{
		margin-bottom:10px;
		content:"\A";
		white-space:pre;
	}
	.recommendedFlower_boxitem img,
	.itemflex_img img{
		width:auto;
		height:auto;
	}
	.recommendedFlower_boxitem dl{
		margin-top:10px;
	}
	.recommendedFlower_boxitem img,
	.itemflex_img img{
		width:auto;
		height:auto;
	}
	/*flexbox2列*/
	.flex_clm_unit{
	  width:calc(100%/ 2);
	}
	.flex_clm_unit:nth-child(n+3){
	  margin-top:30px;
	}
	.flex_clm2.itemflex > .flex_clm_unit,
	.flex_clm4.itemflex > .flex_clm_unit,
	.flex_clm.itemflex > .flex_clm_unit {
	  width:calc((100% - 20px)/ 2);
	}
	.flex_clm2.itemflex > .flex_clm_unit:nth-child(n+2),
	.flex_clm4.itemflex > .flex_clm_unit:nth-child(n+2),
	.flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
	  margin-left: 5%;
	}
	.flex_clm2.itemflex > .flex_clm_unit:nth-child(2n+1),
	.flex_clm4.itemflex > .flex_clm_unit:nth-child(2n+1),
	.flex_clm.itemflex > .flex_clm_unit:nth-child(2n+1) {
	  margin-left: 0;
	}
	/*予算から選ぶのみflexbox1列*/
	#select_price .flex_clm_unit{
	  width:calc(100%);
	}
	#select_price .flex_clm_unit:nth-child(n+2){
	  margin-top:20px;
	  margin-left: 0;
	}
}
@media screen and (min-width:481px) and ( max-width:768px) {
	.select_who .itemflex li .select_who_pic .select_who_picL {
		display: block;
	}
	.column, #ranking {
		padding-left: 10px;
		padding-right: 10px;
	}
	#ranking .tabSwitch {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		margin-bottom: 25px;
		background: none;
	}
	#ranking .tabSwitch > li {
		list-style: none;
		-webkit-transition: 0.15s;
		transition: 0.15s;
		cursor: pointer;
	}
	#ranking .tab--typeB .tabSwitch li {
		pointer-events: all;
		background: #FBE0E5;
		text-align: center;
		color: #ddd5c6;
		padding: 12px 0;
		font-size: 1.6rem;
		font-weight: bold;
		position: relative;
	}
	#ranking .tab--typeB .tabSwitch li.active {
		background: #F7635B;
		color: #fff;
	}

}
@media screen and (min-width:769px) and ( max-width:1023px) {
	.recommendedFlower_boxitem img{
		width:50%;
		height:auto;
	}
}
@media screen and (min-width:1024px) {
	.sp {display: none;}
	.fs-l-main {
		/*max-width: none;*/
		display: block;
		padding: 0;
		margin: 0 auto 24px;
	}
	.fs-l-pageMain {
		max-width: none;
		width: 100%;
	}
	.topnav {
		height:1;
		background-color:#ed85a7 !important;
		margin-bottom:0;
	}
	.topnavList,.topnavList_unit,.topnavList_unit a{
		border-color:#ed85a7 !important;
	}
	.topnav .topnavList .topnavList_unit {
		width: calc(100%/ 4)!important;
	}
	.topnav .topnavList .topnavList_unit a{
		padding:10px 0 20px;
	}
	.topnav .topnavList .topnavList_unit a::after{
		bottom:10px;
	}
	#select_category div p.subtitle{
		text-align:center;
	}
	#select_price > div p,
	#gourmetgift > div p,
	#messageGift > div p,
	#sweetsGift > div p,
	#ranking > div p{
		text-align:left;
		margin-bottom:10px;
	}
	#select_price div p.subtitle,
	#gourmetgift div p.subtitle,
	#messageGift div p.subtitle,
	#sweetsGift div p.subtitle,
	#ranking div p.subtitle{
		text-align:center;
		margin-bottom:40px;
	}
	#sweetsicegift > div ul,
	#gourmetgift > div ul,
	#messageGift > div ul,
	#sweetsGift > div ul{
		width:auto;
		margin:auto auto 60px auto;
	}
	#sweetsicegift > div h2.mainTitle{
		background-position:bottom center;
	}
	#sweetsicegift,
	#sweetsicegift div{
		text-align:center;
		width:100%;
	}
	#sweetsicegift div h2.mainTitle{
		width:1200px;
	}

	.recommendedFlower_box{
		width:1200px;
		margin:60px auto;
	}
	.recommendedFlower_boxitem{
		width:50%;
	}
	.flex_row .boxinfo{
		padding-left:40px;
	}
	.flex_reverse .boxinfo{
		padding-right:40px;
	}
	.introbox strong,
	.introbox p{
		width:1200px;
	}
	#sweetsicegift ul{
		width:1200px;
		margin-left:auto;
		margin-right:auto;
	}
	.recommendedFlower_box{
		display: -webkit-box;
		display: -ms-flexbox;
		display:flex;
	}
	.flex_row{
		flex-direction:row;
	}
	.flex_reverse{
		flex-direction:row-reverse;
	}
	.recommendedFlower_boxitem img{
		width:560px;
		height:auto;
	}
	/*ranking flexbox4列*/
	#ranking .flex_clm_unit:nth-child(n+5){
	  margin-top:30px;
	}
	#ranking .flex_clm.itemflex > .flex_clm_unit {
	  width:calc((100% - 60px)/ 4);
	}
	#ranking .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
	  margin-left: 20px;
	}
	#ranking .flex_clm.itemflex > .flex_clm_unit:nth-child(4n+1) {
	  margin-left: 0;
	}
	/*予算から選ぶはflexbox2列*/
	#select_price .flex_clm_unit{
	  width:calc(100%/ 2);
	}
	#select_price .flex_clm_unit:nth-child(n+3){
	  margin-top:30px;
	}
	#select_price .flex_clm.itemflex > .flex_clm_unit {
	  width:calc((100% - 20px)/ 2);
	}
	#select_price .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
	  margin-left: 20px;
	}
	/*recommendedFlowerはflexbox3列*/
	#sweetsicegift .flex_clm_unit{
		width:calc(100%/ 3);
	}
	#sweetsicegift .flex_clm_unit:nth-child(n+4){
		margin-top:15px;
	}
	#sweetsicegift .flex_clm.itemflex > .flex_clm_unit {
		width:calc((100% - 50px)/ 3);
	}
	#sweetsicegift .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
		margin-left: 25px;
	}
	#sweetsicegift .flex_clm.itemflex > .flex_clm_unit:nth-child(3n+1) {
		margin-left: 0;
	}
	/*flowers_popularはflexbox4列と2列*/
	#gourmetgift .flex_clm2.flex_clm_unit{
		width:calc(100%/ 2) ;
	}
	#gourmetgift .flex_clm2.flex_clm_unit:nth-child(n+3){
		margin-top:30px;
	}
	#gourmetgift .flex_clm2 > .flex_clm_unit{
		width:calc((100% - 20px)/ 2);
	}
	#gourmetgift .flex_clm2 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#gourmetgift .flex_clm4.flex_clm_unit:nth-child(n+5){
		margin-top:30px;
	}
	#gourmetgift .flex_clm4 > .flex_clm_unit{
		width:calc((100% - 60px)/ 4);
	}
	#gourmetgift .flex_clm4 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#gourmetgift .flex_clm4 > .flex_clm_unit:nth-child(4n+1){
		margin-left: 0;
	}
	/*messageGiftはflexbox3列*/
	#messageGift .flex_clm_unit{
		width:calc(100%/ 3);
	}
	#messageGift .flex_clm_unit:nth-child(n+4){
		margin-top:15px;
	}
	#messageGift .flex_clm.itemflex > .flex_clm_unit {
		width:calc((100% - 50px)/ 3);
	}
	#messageGift .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
		margin-left: 25px;
	}
	#messageGift .flex_clm.itemflex > .flex_clm_unit:nth-child(3n+1) {
		margin-left: 0;
	}
	/*sweetsGiftはflexbox4列と2列*/
	#sweetsGift .flex_clm2.flex_clm_unit{
		width:calc(100%/ 2) ;
	}
	#sweetsGift .flex_clm2.flex_clm_unit:nth-child(n+3){
		margin-top:30px;
	}
	#sweetsGift .flex_clm2 > .flex_clm_unit{
		width:calc((100% - 20px)/ 2);
	}
	#sweetsGift .flex_clm2 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#sweetsGift .flex_clm4.flex_clm_unit:nth-child(n+5){
		margin-top:30px;
	}
	#sweetsGift .flex_clm4 > .flex_clm_unit{
		width:calc((100% - 60px)/ 4);
	}
	#sweetsGift .flex_clm4 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#sweetsGift .flex_clm4 > .flex_clm_unit:nth-child(4n+1){
		margin-left: 0;
	}
	.introbox .showbtn,
	.showbtn{
		width:560px;
		margin-left:auto;
		margin-right:auto;
	}
	.showbtn a br{display:none;}
	#notice div {width:auto;margin:auto;}

}
@media only screen and (min-width: 576px){

.p-nav__list{
}

.p-nav__link{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    padding:12px 0
}

.p-nav__link::after{
    display:none
}

.p-nav__icon{
    height:28px;
    margin-right:0
}

.p-nav__icon._relations img{
    width:40px
}

.p-nav__text{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    margin-top:4px;
    font-size:16px;
    text-align:center
}

.p-nav__text::after{
    display:block;
    width:10px;
    height:6px;
    margin-top:4px;
    margin-left:10px;
    background-image:url("https://ozeki1957.itembox.design/item/LP/2021chugen/images/chev-bottom-w.svg");
    background-size:cover;
    content:""
}
.p-nav__item:first-child{
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

}
@media only screen and (min-width: 768px){
.p-nav{
  background-color:#009993
}
.p-nav__item{
    width:33.3%;
    margin-right:0;
    margin-left:0;
    background-color: inherit;
    margin-bottom: 0px;
      border-right: 1px solid #fff;

}
.p-nav__item:first-child{
border-left: 1px solid #fff;
width: 33.3%;
border-right: 1px solid #fff;
}
  .br-sp {
    display:none;
  }
}
@media only screen and (max-width: 375px){

.p-nav__text{
    font-size:12px;
}
  }
  
footer .ftrbt .flex2clm_unit:nth-child(n+3) {
    background: #009993 !important;
}

    aside#drawer,
    .cartunit .cartAmount,
    .ftrbt .fnav,
    .ftrmid_txtbox a{
    background:#009993 !important;
    background-color:rgb(237,133,167) !important;
    }
    
    #notice {text-align:center;width:auto;}
    #notice div.cInner{display:inline-block;/*font-family: 'Noto Serif JP', serif;*/}
    #notice p{font-size:2rem;text-align:left;}
    #notice p.attention{font-size:1.6rem;text-align:left;color:red;margin-top:10px;}
    #notice ul.attention{font-size:1.4rem;text-align:left;margin-top:10px;border-top:1px solid #999;display:block;}
    #notice ul.attention li:nth-child(1),#notice ul.subattention li:nth-child(1){margin-top:10px;}
    #notice ul.subattention li:last-child{margin-bottom:10px;}
    #notice ul.subattention{font-size:1.2rem;text-align:left;margin-top:10px;border-top:1px solid #999;border-bottom:1px solid #999;display:block;}
    #notice ul.attention li:before{display:inline;content:"●";}
    #notice ul.subattention li:before{display:inline;content:"※";}
    #notice dl dd{margin-left:0;}
    #notice dl dd p{font-size:1.4rem;margin-top:10px;}
    .hdrtop_bnrsec,
    .hdrtop_bnrbox,
    .htopbox{
        background:#009993;
        color:#fff;
    }
    .htopbox{font-size:1.2rem;}
    .htopbox small{font-size:1rem;}
    .introbox div,
    #messageGift div,
    #flowers_popular div,
    #recommendedFlower div{
        border-bottom:1px solid #dcdcdc;
    }
    .hdrtop_bnrtxt{color:#fff;}
    .hdrtop_bnrtxt > .cInner{
        height:2rem;
        line-height:2rem;
        font-size:1.4rem;
        padding-top:0;
        color:#fff;
    }
    .fs-c-heading--page{
        border:none;
        margin:0;
        /*font-family: 'Noto Serif JP', serif;*/
    }
    
    
    /*flexboxベース*/
    .flex_clm,
    .flex_clm2,
    .flex_clm4 {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:flex-start;
    }
    .flex_clm_unit{
        list-style: none;
        text-align:left;
    }
    .ranking .itemflex_name,
    .itemflex_name{font-size:115%;}
    /*ランキング処理*/
    .ranking .flex_clm_unit .itemflex_img {
        position: relative;
    }
    .ranking .flex_clm_unit .itemflex_img:before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-bottom: 60px solid transparent;
        border-left: 60px solid transparent;
    }
    .ranking .flex_clm_unit .itemflex_img:after {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 2;
        content: "";
        line-height: 1;
        color: #fff;
        font-size: 1.6rem;
    }
    .ranking .flex_clm_unit:nth-of-type(1) .itemflex_img:before {
        border-left-color: #d5ab3d;
    }
    .ranking .flex_clm_unit:nth-of-type(1) .itemflex_img:after {
        content: "1";
    }
    .ranking .flex_clm_unit:nth-of-type(2) .itemflex_img:before {
        border-left-color: #626161;
    }
    .ranking .flex_clm_unit:nth-of-type(2) .itemflex_img:after {
        content: "2";
    }
    .ranking .flex_clm_unit:nth-of-type(3) .itemflex_img:before {
        border-left-color: #8c4100;
    }
    .ranking .flex_clm_unit:nth-of-type(3) .itemflex_img:after {
        content: "3";
    }
    .ranking .flex_clm_unit:nth-of-type(n+4) .itemflex_img:before {
        width: 46px;
        height: 46px;
        border: none;
        background: #3c3c3c;
    }
    .ranking .flex_clm_unit:nth-of-type(n+4) .itemflex_img:after {
        top: 15px;
        left: 18px;
    }
    .ranking .flex_clm_unit:nth-of-type(4) .itemflex_img:after {
        content: "4";
    }
    .ranking .flex_clm_unit:nth-of-type(5) .itemflex_img:after {
        content: "5";
    }
    .ranking .flex_clm_unit:nth-of-type(6) .itemflex_img:after {
    content: "6";
    }
    .ranking .flex_clm_unit:nth-of-type(7) .itemflex_img:after {
        content: "7";
    }
    .ranking .flex_clm_unit:nth-of-type(8) .itemflex_img:after {
        content: "8";
    }
    /*予算から選ぶ、ランキングの背景*/
    #select_price,
    #ranking{
        background-color:#c7f7f1;
    }
    /*予算から選ぶのpadding*/
    #select_price{
        padding-right:20px;
        padding-bottom:60px;
        padding-left:20px;
        margin-bottom:0 !important;
    }
    /*予算から選ぶのボタンの仕様を母の日に*/
    #select_price .flex_clm_unit a{
        background-color:#fff !important;
        color:#3b3577 !important;
    }
    /*予算から選ぶのボタンのマウスオーバー時の使用を母の日に*/
    #select_price .flex_clm_unit a:hover{
        background-color:#009993 !important;
        color:#c7f7f1 !important;
    }
    /*予算から選ぶのボタンの「＞」*/
    #select_price .arrow_r::after{
        border-color:#009993 !important;
    }
    /*予算から選ぶのボタンの「＞」マウスオーバー時*/
    #select_price .arrow_r:hover::after{
        border-color:#c7f7f1 !important;
    }
    /*カテゴリから選ぶ*/
    #select_category div p.subtitle{
        margin-bottom:60px;
    } 
    /*カテゴリから選ぶのボタンの仕様を母の日に*/
    #select_category .flex_clm_unit a p.category_name{
        background-color:#c7f7f1 !important;
        color:#009993 !important;
    }
    /*カテゴリから選ぶのボタンのマウスオーバー時の使用を母の日に*/
    #select_category .flex_clm_unit a:hover > p.category_name{
        background-color:#009993 !important;
        color:#c7f7f1 !important;
    }
    /*カテゴリから選ぶのボタンの「＞」*/
    #select_category .arrow_r::after{
        border-color:#009993 !important;
    }
    /*カテゴリから選ぶのボタンの「＞」マウスオーバー時*/
    #select_category .arrow_r:hover::after{
        border-color:#c7f7f1 !important;
    }
    .lp_mv {
        text-align: center;
        font-size: 0;
    }
    #topbnr_area .flex1clm {
        margin-bottom: 40px;
    }
    #column .showbtn{margin-top:40px;}
    #column {
        background-image:url("{% items[/corekara/LP/mothersday/Bg02.png] %}");
        background-repeat:repeat-x;
        background-position:top left;
    }
    #column dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        padding: 0 40px 30px;
        border-bottom: solid 1px #dcdcdc;
    }
    #column dl:nth-of-type(n+2) {
        margin-top: 30px;
    }
    #column dl dt {
        width: 20%;
    }
    #column dl dd {
        width: 85%;
    }
    #column dl dd h3 {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .showbtn a {
        text-decoration:none;
        text-align: center;
        border: none;
        border-radius: 50px;
        background-color: #c7f7f1;
        color: #009993;
        display: inline-block;
        min-width:100%;
        max-width:auto;
        padding:10px;
        margin-bottom:60px;
        font-size:1.8rem;
    }
    .showbtn a.arrow_r:after {
        border-top: 2px solid #3b3577;
        border-right: 2px solid #3b3577;
    }
    .showbtn a:hover{
        text-decoration:none;
        background-color: #3b3577;
        color: #d3f5f8;
    }
    .showbtn a:hover.arrow_r::after {
        border-top: 2px solid #d3f5f8;
        border-right: 2px solid #d3f5f8;
    }
    /*母の日introbox*/
    .introbox{
        text-align:center;
        width:100%;
        margin:40px auto;
        /*font-family: 'Noto Serif JP', serif;*/
    }
    .introbox strong{
        font-size:2.4rem;
        line-height:1.5;
    }
    .introbox p{
        margin:40px auto auto;
    }
    /*母の日recommended flowers*/
    #recommendedFlower{
        background:url("{% items[/corekara/LP/mothersday/Bg02.png] %}") repeat-x top left;
        overflow:hidden;
        width:100%;
    }
    #recommendedFlower > div{
        width:100%;
    }
    #recommendedFlower,
    #recommendedFlower div{
        width:auto;
    }
    h2.mainTitle{
        margin:40px auto 0 auto;
        width:100%;
        height:90px;
        text-align:center;
        line-height:1.5;
        font-size:2.4rem;
    }
    #ranking > h2.mainTitle{margin-top:0;}
    #ranking{padding-top:20px;}
    #recommendedFlower a:hover{
        text-decoration:none;
    }
    /*recommendedFlower_boxitemのアイテム*/
    .recommendedFlower_box{
        margin:60px auto;
    }
    /*Specialのアイテム*/
    #recommendedFlower .flex_clm{
        margin:auto auto 60px auto;
    }
    .recommendedFlower_boxitem{
        margin:auto;
    }
    .recommendedFlower_box .boxinfo{
        text-align:left;
    }
    /*recommendedFlower_boxitemの商品名*/
    .recommendedFlower_boxitem dl dt{
        font-size:2.4rem;
        line-height:1.5;
        margin-bottom:10px;
    }
    /*recommendedFlower_boxitemの商品のサブタイトル*/
    .recommendedFlower_boxitem dl dt span{
        font-size:1.6rem;
        color:#ec91a7;
        display:block;
        margin-bottom:10px;
    }
    /*recommendedFlower_boxitemの商品スペックエリア*/
    .recommendedFlower_boxitem dl dd{
        line-height:1.5;
        margin-left:0;
    }
    /*recommendedFlower_boxitemのコピー*/
    .recommendedFlower_boxitem dl dd p{
        margin-top:1.2rem;
    }
    /*価格*/
    .price{
        line-height:1.5;
        font-size:2.4rem;
        font-weight: bold;
    }
    /*オプション*/
    .price span{
        border:1px solid #999999;
        padding:1pt;
        color: #666666;
        font-size:1rem;
        font-weight:normal;
        margin-right:10px;
        margin-bottom:10px;
        vertical-align:middle;
    }
    /*価格説明（税込）*/
    .price small{
        color: #666666;
        font-size:1rem;
        font-weight:normal;
    }
    /*商品スペック*/
    .caption{
        font-size:9px;
    }
    /*説明アイコン*/
    .icon span.allDelivery,
    .icon span.disabledPackage,
    .icon span.easyPackage,
    .icon span.chilled,
    .icon span.frozen{
        display:inline-block;
        border-width:1px;
        border-style:solid;
        font-size:9px;
        line-height:9px;
        padding:2px;
        margin-right:10px;
    }
    /*全国配送*/
    .icon span.allDelivery{
        background-color:#e95e93;
        border-color:#e95e93;
        color:#ffffff;
    }
    /*包装不可、簡易包装*/
    .icon span.disabledPackage,
    .icon span.easyPackage{
        background-color:#ffffff;
        border-color:#009944;
        color:#009944;
    }
    /*冷蔵*/
    .icon span.chilled{
        background-color:#00a0e9;
        border-color:#00a0e9;
        color:#ffffff;
    }
    /*冷凍*/
    .icon span.frozen{
        background-color:#ffffff;
        border-color:#00a0e9;
        color:#00a0e9;
    }
    /*母の日コラム装飾*/
    #column div dl dd h3{
        display:inline-block;
        background: linear-gradient(transparent 50%, #c7f7f1 50%);
    }
    #column div dl dd h3::after{
        content:"\A";
        white-space:pre;
    }
    #recommendedFlower a:hover,
    #flowers_popular a:hover,
    #messageGift a:hover,
    #sweetsGift a:hover{
        text-decoration:none;
    }
    #select_price > div p ,
    #flowers_popular > div p,
    #messageGift > div p,
    #sweetsGift > div p,
    #ranking > div p{
        text-align:left;
    }
    @media screen and (min-width:320px) and ( max-width:1023px) {
        .ftrbt{
            background:#009993 !important;
            background-color:rgb(237,133,167) !important;
        }
        .ftrmid_txtbox a::after{background-image:url('{% items[/corekara/LP/mothersday/do_ic07_m.png] %}') !important;}
        #notice p{font-size:1.4rem;}
        #notice p.attention{font-size:1.2rem;}
        #notice ul.attention{font-size:1.1rem;}
        #notice ul.subattention{font-size:1.1rem;}
        #notice dl dd p{font-size:1.2rem;}
        .pc {display: none;}
        .topsearch_sec, .ranking {
            margin-left: 0px;
            margin-right: 0px;
        }
        .fs-l-main {
            max-width: none;
            display: block;
            margin: 0 auto 24px;
        }
        .lp_mv {
            margin-bottom: 30px;
        }
        /*introbox*/
        .introbox p{
            text-align: left;
        }
        .topbnr_area .cInner {
            padding: 0;
        }
        #topbnr_area .flex1clm {
            margin-bottom: 30px;
        }
        #topbnr_area .flex2clm {
            display:-webkit-box;
            display:-ms-flexbox;
            display:flex;
            -ms-flex-wrap:wrap;
            flex-wrap:wrap;
            -webkit-box-pack:center;
            -ms-flex-pack:center;
            justify-content:center;
        }
        #column {
            margin-bottom: 50px;
        }
        #column dl {
            display: block;
            padding: 0 0 25px;
        }
        #column dl dt {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
        }
        #column dl dd {
            width: 100%;
            margin: 0;
        }
        #select_category div p.subtitle{
            text-align:left;
        } 
        .category_img img {
            width: 100%;
        }
        #recommendedFlower > div h2.mainTitle{
            background-position:left;
        }
        #recommendedFlower{
            text-align:center;
        }
        #select_price > div p.subtitle ,
        #flowers_popular > div p.subtitle,
        #messageGift > div p.subtitle,
        #sweetsGift > div p.subtitle,
        #ranking > div p.subtitle{
            margin-bottom:40px;
        }
        #recommendedFlower > div ul,
        #flowers_popular > div ul,
        #messageGift > div ul,
        #sweetsGift > div ul{
            width:auto;
            margin:auto auto 60px auto;
        }
        #select_price > div p ,
        #recommendedFlower > div p,
        #flowers_popular > div p,
        #messageGift > div p,
        #sweetsGift > div p,
        #ranking > div p{
            margin-bottom:10px;
            font-size:10pt;
        }
        #recommendedFlower > div p.price,
        #flowers_popular > div p.price,
        #messageGift > div p.price,
        #sweetsGift > div p.price,
        #ranking > div p.price{
            font-size:1.8rem;
        }
        #recommendedFlower > div p.price span,
        #flowers_popular > div p.price span,
        #messageGift > div p.price span,
        #sweetsGift > div p.price span,
        #ranking > div p.price span{
            font-size:1rem;
        }
        #recommendedFlower > div ul.itemflex p.price span::after,
        #flowers_popular > div p.price span::after,
        #messageGift > div p.price span::after,
        #sweetsGift > div p.price span::after,
        #ranking > div p.price span::after{
            margin-bottom:10px;
            content:"\A";
            white-space:pre;
        }
        .recommendedFlower_boxitem img,
        .itemflex_img img{
            width:auto;
            height:auto;
        }
        .recommendedFlower_boxitem dl{
            margin-top:10px;
        }
        .recommendedFlower_boxitem img,
        .itemflex_img img{
            width:auto;
            height:auto;
        }
        /*flexbox2列*/
        .flex_clm_unit{
          width:calc(100%/ 2);
        }
        .flex_clm_unit:nth-child(n+3){
          margin-top:30px;
        }
        .flex_clm2.itemflex > .flex_clm_unit,
        .flex_clm4.itemflex > .flex_clm_unit,
        .flex_clm.itemflex > .flex_clm_unit {
          width:calc((100% - 20px)/ 2);
        }
        .flex_clm2.itemflex > .flex_clm_unit:nth-child(n+2),
        .flex_clm4.itemflex > .flex_clm_unit:nth-child(n+2),
        .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
          margin-left: 5%;
        }
        .flex_clm2.itemflex > .flex_clm_unit:nth-child(2n+1),
        .flex_clm4.itemflex > .flex_clm_unit:nth-child(2n+1),
        .flex_clm.itemflex > .flex_clm_unit:nth-child(2n+1) {
          margin-left: 0;
        }
        /*予算から選ぶのみflexbox1列*/
        #select_price .flex_clm_unit{
          width:calc(100%);
        }
        #select_price .flex_clm_unit:nth-child(n+2){
          margin-top:20px;
          margin-left: 0;
        }
    }
    @media screen and (min-width:481px) and ( max-width:768px) {
        .select_who .itemflex li .select_who_pic .select_who_picL {
            display: block;
        }
        .column, #ranking {
            padding-left: 10px;
            padding-right: 10px;
        }
        #ranking .tabSwitch {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap:wrap;
            flex-wrap:wrap;
            justify-content: center;
            margin-bottom: 25px;
            background: none;
        }
        #ranking .tabSwitch > li {
            list-style: none;
            -webkit-transition: 0.15s;
            transition: 0.15s;
            cursor: pointer;
        }
        #ranking .tab--typeB .tabSwitch li {
            pointer-events: all;
            background: #FBE0E5;
            text-align: center;
            color: #ddd5c6;
            padding: 12px 0;
            font-size: 1.6rem;
            font-weight: bold;
            position: relative;
        }
        #ranking .tab--typeB .tabSwitch li.active {
            background: #F7635B;
            color: #fff;
        }
    
    }
    @media screen and (min-width:769px) and ( max-width:1023px) {
        .recommendedFlower_boxitem img{
            width:50%;
            height:auto;
        }
    }
    @media screen and (min-width:1024px) {
        .sp {display: none;}
        .fs-l-main {
            max-width: none;
            display: block;
            padding: 0;
            margin: 0 auto 24px;
        }
        .fs-l-pageMain {
            max-width: none;
            width: 100%;
        }
        .topnav {
            height:1;
            background-color:#009993 !important;
            margin-bottom:0;
        }
        .topnavList,.topnavList_unit,.topnavList_unit a{
            border-color:#009993 !important;
        }
        .topnav .topnavList .topnavList_unit {
            width: calc(100%/ 4)!important;
        }
        .topnav .topnavList .topnavList_unit a{
            padding:10px 0 20px;
        }
        .topnav .topnavList .topnavList_unit a::after{
            bottom:10px;
        }
        #select_category div p.subtitle{
            text-align:center;
        }
        #select_price > div p,
        #flowers_popular > div p,
        #messageGift > div p,
        #sweetsGift > div p,
        #ranking > div p{
            text-align:left;
            margin-bottom:10px;
        }
        #select_price div p.subtitle,
        #flowers_popular div p.subtitle,
        #messageGift div p.subtitle,
        #sweetsGift div p.subtitle,
        #ranking div p.subtitle{
            text-align:center;
            margin-bottom:40px;
        }
        #recommendedFlower > div ul,
        #flowers_popular > div ul,
        #messageGift > div ul,
        #sweetsGift > div ul{
            width:auto;
            margin:auto auto 60px auto;
        }
        #recommendedFlower > div h2.mainTitle{
            background-position:bottom center;
        }
        #recommendedFlower,
        #recommendedFlower div{
            text-align:center;
            width:100%;
        }
        #recommendedFlower div h2.mainTitle{
            width:1200px;
        }
    
        .recommendedFlower_box{
            width:1200px;
            margin:60px auto;
        }
        .recommendedFlower_boxitem{
            width:50%;
        }
        .flex_row .boxinfo{
            padding-left:40px;
        }
        .flex_reverse .boxinfo{
            padding-right:40px;
        }
        .introbox strong,
        .introbox p{
            width:1200px;
        }
        #recommendedFlower ul{
            width:1200px;
            margin-left:auto;
            margin-right:auto;
        }
        .recommendedFlower_box{
            display: -webkit-box;
            display: -ms-flexbox;
            display:flex;
        }
        .flex_row{
            flex-direction:row;
        }
        .flex_reverse{
            flex-direction:row-reverse;
        }
        .recommendedFlower_boxitem img{
            width:560px;
            height:auto;
        }
        /*ranking flexbox4列*/
        #ranking .flex_clm_unit:nth-child(n+5){
          margin-top:30px;
        }
        #ranking .flex_clm.itemflex > .flex_clm_unit {
          width:calc((100% - 60px)/ 4);
        }
        #ranking .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
          margin-left: 20px;
        }
        #ranking .flex_clm.itemflex > .flex_clm_unit:nth-child(4n+1) {
          margin-left: 0;
        }
        /*予算から選ぶはflexbox2列*/
        #select_price .flex_clm_unit{
          width:calc(100%/ 2);
        }
        #select_price .flex_clm_unit:nth-child(n+3){
          margin-top:30px;
        }
        #select_price .flex_clm.itemflex > .flex_clm_unit {
          width:calc((100% - 20px)/ 2);
        }
        #select_price .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
          margin-left: 20px;
        }
        /*recommendedFlowerはflexbox3列*/
        #recommendedFlower .flex_clm_unit{
            width:calc(100%/ 3);
        }
        #recommendedFlower .flex_clm_unit:nth-child(n+4){
            margin-top:15px;
        }
        #recommendedFlower .flex_clm.itemflex > .flex_clm_unit {
            width:calc((100% - 50px)/ 3);
        }
        #recommendedFlower .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
            margin-left: 25px;
        }
        #recommendedFlower .flex_clm.itemflex > .flex_clm_unit:nth-child(3n+1) {
            margin-left: 0;
        }
        /*flowers_popularはflexbox4列と2列*/
        #flowers_popular .flex_clm2.flex_clm_unit{
            width:calc(100%/ 2) ;
        }
        #flowers_popular .flex_clm2.flex_clm_unit:nth-child(n+3){
            margin-top:30px;
        }
        #flowers_popular .flex_clm2 > .flex_clm_unit{
            width:calc((100% - 20px)/ 2);
        }
        #flowers_popular .flex_clm2 > .flex_clm_unit:nth-child(n+2){
            margin-left:20px;
        }
        #flowers_popular .flex_clm4.flex_clm_unit:nth-child(n+5){
            margin-top:30px;
        }
        #flowers_popular .flex_clm4 > .flex_clm_unit{
            width:calc((100% - 60px)/ 4);
        }
        #flowers_popular .flex_clm4 > .flex_clm_unit:nth-child(n+2){
            margin-left:20px;
        }
        #flowers_popular .flex_clm4 > .flex_clm_unit:nth-child(4n+1){
            margin-left: 0;
        }
        /*messageGiftはflexbox3列*/
        #messageGift .flex_clm_unit{
            width:calc(100%/ 3);
        }
        #messageGift .flex_clm_unit:nth-child(n+4){
            margin-top:15px;
        }
        #messageGift .flex_clm.itemflex > .flex_clm_unit {
            width:calc((100% - 50px)/ 3);
        }
        #messageGift .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
            margin-left: 25px;
        }
        #messageGift .flex_clm.itemflex > .flex_clm_unit:nth-child(3n+1) {
            margin-left: 0;
        }
        /*sweetsGiftはflexbox4列と2列*/
        #sweetsGift .flex_clm2.flex_clm_unit{
            width:calc(100%/ 2) ;
        }
        #sweetsGift .flex_clm2.flex_clm_unit:nth-child(n+3){
            margin-top:30px;
        }
        #sweetsGift .flex_clm2 > .flex_clm_unit{
            width:calc((100% - 20px)/ 2);
        }
        #sweetsGift .flex_clm2 > .flex_clm_unit:nth-child(n+2){
            margin-left:20px;
        }
        #sweetsGift .flex_clm4.flex_clm_unit:nth-child(n+5){
            margin-top:30px;
        }
        #sweetsGift .flex_clm4 > .flex_clm_unit{
            width:calc((100% - 60px)/ 4);
        }
        #sweetsGift .flex_clm4 > .flex_clm_unit:nth-child(n+2){
            margin-left:20px;
        }
        #sweetsGift .flex_clm4 > .flex_clm_unit:nth-child(4n+1){
            margin-left: 0;
        }
        .introbox .showbtn,
        .showbtn{
            width:560px;
            margin-left:auto;
            margin-right:auto;
        }
        .showbtn a br{display:none;}
        #notice div {width:auto;margin:auto;}
    
    }
    

aside#drawer,
.cartunit .cartAmount,
.ftrbt .fnav,
.ftrmid_txtbox a{
background:#009993 !important;
background-color:#009993 !important;
}

#notice {text-align:center;width:auto;}
#notice div.cInner{display:inline-block;/*font-family: 'Noto Serif JP', serif;*/}
#notice p{font-size:2rem;text-align:left;}
#notice p.attention{font-size:1.6rem;text-align:left;color:red;margin-top:10px;}
#notice ul.attention{font-size:1.4rem;text-align:left;margin-top:10px;border-top:1px solid #999;display:block;}
#notice ul.attention li:nth-child(1),#notice ul.subattention li:nth-child(1){margin-top:10px;}
#notice ul.subattention li:last-child{margin-bottom:10px;}
#notice ul.subattention{font-size:1.2rem;text-align:left;margin-top:10px;border-top:1px solid #999;border-bottom:1px solid #999;display:block;}
#notice ul.attention li:before{display:inline;content:"●";}
#notice ul.subattention li:before{display:inline;content:"※";}
#notice dl dd{margin-left:0;}
#notice dl dd p{font-size:1.4rem;margin-top:10px;}
.hdrtop_bnrsec,
.hdrtop_bnrbox,
.htopbox{
	background:#ed85a7;
	color:#fff;
}
.htopbox{font-size:1.2rem;}
.htopbox small{font-size:1rem;}
#column,
#sweetsGift,
#messageGift,
#gourmetgift,
#sweetsicegift,
.cInner{
	/*font-family: 'Noto Serif JP', serif;*/
}
.introbox div,
#messageGift div,
#gourmetgift div,
#sweetsicegift div{
	border-bottom:1px solid #dcdcdc;
}
.hdrtop_bnrtxt{color:#fff;}
.hdrtop_bnrtxt > .cInner{
	height:2rem;
	line-height:2rem;
	font-size:1.4rem;
	padding-top:0;
	color:#fff;
}
.fs-c-heading--page{
	border:none;
	margin:0;
	line-height1;
	/*font-family: 'Noto Serif JP', serif;*/
}


/*flexboxベース*/
.flex_clm,
.flex_clm2,
.flex_clm4 {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.flex_clm_unit{
	list-style: none;
	text-align:left;
}
.ranking .itemflex_name,
.itemflex_name{font-size:115%;}
/*ランキング処理*/
.ranking .flex_clm_unit .itemflex_img {
	position: relative;
}
.ranking .flex_clm_unit .itemflex_img:before {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 60px solid transparent;
	border-left: 60px solid transparent;
}
.ranking .flex_clm_unit .itemflex_img:after {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	content: "";
	line-height: 1;
	color: #fff;
	font-size: 1.6rem;
}
.ranking .flex_clm_unit:nth-of-type(1) .itemflex_img:before {
	border-left-color: #d5ab3d;
}
.ranking .flex_clm_unit:nth-of-type(1) .itemflex_img:after {
	content: "1";
}
.ranking .flex_clm_unit:nth-of-type(2) .itemflex_img:before {
	border-left-color: #626161;
}
.ranking .flex_clm_unit:nth-of-type(2) .itemflex_img:after {
	content: "2";
}
.ranking .flex_clm_unit:nth-of-type(3) .itemflex_img:before {
	border-left-color: #8c4100;
}
.ranking .flex_clm_unit:nth-of-type(3) .itemflex_img:after {
	content: "3";
}
.ranking .flex_clm_unit:nth-of-type(n+4) .itemflex_img:before {
	width: 46px;
	height: 46px;
	border: none;
	background: #3c3c3c;
}
.ranking .flex_clm_unit:nth-of-type(n+4) .itemflex_img:after {
	top: 15px;
	left: 18px;
}
.ranking .flex_clm_unit:nth-of-type(4) .itemflex_img:after {
	content: "4";
}
.ranking .flex_clm_unit:nth-of-type(5) .itemflex_img:after {
	content: "5";
}
.ranking .flex_clm_unit:nth-of-type(6) .itemflex_img:after {
content: "6";
}
.ranking .flex_clm_unit:nth-of-type(7) .itemflex_img:after {
	content: "7";
}
.ranking .flex_clm_unit:nth-of-type(8) .itemflex_img:after {
	content: "8";
}
/*予算から選ぶ、ランキングの背景*/
#select_price,
#ranking{
	background-color:#f9e4e6;
}
/*予算から選ぶのpadding*/
#select_price{
	padding-right:20px;
	padding-bottom:60px;
	padding-left:20px;
	margin-bottom:0 !important;
}
/*予算から選ぶのボタンの仕様を母の日に*/
#select_price .flex_clm_unit a{
	background-color:#fff !important;
	color:#3b3577 !important;
}
/*予算から選ぶのボタンのマウスオーバー時の使用を母の日に*/
#select_price .flex_clm_unit a:hover{
	background-color:#ce3e6e !important;
	color:#f9e4e6 !important;
}
/*予算から選ぶのボタンの「＞」*/
#select_price .arrow_r::after{
	border-color:#ce3e6e !important;
}
/*予算から選ぶのボタンの「＞」マウスオーバー時*/
#select_price .arrow_r:hover::after{
	border-color:#f9e4e6 !important;
}
/*カテゴリから選ぶ*/
#select_category div p.subtitle{
	margin-bottom:60px;
} 
/*カテゴリから選ぶのボタンの仕様を母の日に*/
#select_category .flex_clm_unit a p.category_name{
	background-color:#f9e4e6 !important;
	color:#ce3e6e !important;
}
/*カテゴリから選ぶのボタンのマウスオーバー時の使用を母の日に*/
#select_category .flex_clm_unit a:hover > p.category_name{
	background-color:#ce3e6e !important;
	color:#f9e4e6 !important;
}
/*カテゴリから選ぶのボタンの「＞」*/
#select_category .arrow_r::after{
	border-color:#ce3e6e !important;
}
/*カテゴリから選ぶのボタンの「＞」マウスオーバー時*/
#select_category .arrow_r:hover::after{
	border-color:#f9e4e6 !important;
}
.lp_mv {
	text-align: center;
	font-size: 0;
}
#topbnr_area .flex1clm {
	margin-bottom: 40px;
}
#column .showbtn{margin-top:40px;}
#column {
	background-image:url("{% items[/LP/2021fathersday/img/Bg02.png] %}");
	background-repeat:repeat-x;
	background-position:top left;
}
#column dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 0 40px 30px;
	border-bottom: solid 1px #dcdcdc;
}
#column dl:nth-of-type(n+2) {
	margin-top: 30px;
}
#column dl dt {
	width: 20%;
}
#column dl dd {
	width: 85%;
}
#column dl dd h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.showbtn a {
	text-decoration:none;
	text-align: center;
	border: none;
	border-radius: 50px;
	background-color: #c7f7f1;
	color: #009993;
	display: inline-block;
	min-width:100%;
	max-width:auto;
	padding:10px;
	min-margin:60px auto;
	max-margin:60px auto;
	margin-bottom:60px;
	font-size:1.8rem;
}
.showbtn a.arrow_r:after {
	border-top: 2px solid #009993;
	border-right: 2px solid #009993;
}
.showbtn a:hover{
	text-decoration:none;
	background-color: #009993;
	color: #FFF;
}
.showbtn a:hover.arrow_r::after {
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
/*母の日introbox*/
.introbox{
	text-align:center;
	width:100%;
	margin:40px auto;
	/*font-family: 'Noto Serif JP', serif;*/
}
.introbox strong{
	font-size:2.4rem;
	line-height:1.5;
}
.introbox p{
	margin:40px auto auto;
}
/*母の日recommended flowers*/
#sweetsicegift{
	background:url("{% items[/LP/2021fathersday/Bg02.png] %}") repeat-x top left;
	overflow:hidden;
	width:100%:
}
#sweetsicegift > div{
	width:100%:
}
#sweetsicegift,
#sweetsicegift div{
	width:auto;
}
h2.mainTitle{
	margin:40px auto 0 auto;
	width:100%;
	height:90px;
	text-align:center;
	line-height:1.5;
	font-size:2.4rem;
}
#ranking > h2.mainTitle{margin-top:0;}
#ranking{padding-top:20px;}
#sweetsicegift a:hover{
	text-decoration:none;
}
/*recommendedFlower_boxitemのアイテム*/
.recommendedFlower_box{
	margin:60px auto;
}
/*Specialのアイテム*/
#sweetsicegift .flex_clm{
	margin:auto auto 60px auto;
}
.recommendedFlower_boxitem{
	margin:auto;
}
.recommendedFlower_box .boxinfo{
	text-align:left;
}
/*recommendedFlower_boxitemの商品名*/
.recommendedFlower_boxitem dl dt{
	font-size:2.4rem;
	line-height:1.5;
	margin-bottom:10px;
}
/*recommendedFlower_boxitemの商品のサブタイトル*/
.recommendedFlower_boxitem dl dt span{
	font-size:1.6rem;
	color:#009993;
	display:block;
	margin-bottom:10px;
}
/*recommendedFlower_boxitemの商品スペックエリア*/
.recommendedFlower_boxitem dl dd{
	line-height:1.5;
	margin-left:0;
}
/*recommendedFlower_boxitemのコピー*/
.recommendedFlower_boxitem dl dd p{
	margin-top:1.2rem;
}
/*価格*/
.price{
	line-height:1.5;
	font-size:2.4rem;
	font-weight: bold;
}
/*オプション*/
.price span{
	border:1px solid #999999;
	padding:1pt;
	color: #666666;
	font-size:1rem;
	font-weight:normal;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:middle;
}
/*価格説明（税込）*/
.price small{
	color: #666666;
	font-size:1rem;
	font-weight:normal;
}
/*商品スペック*/
.caption{
	font-size:9px;
}
/*説明アイコン*/
.icon span.allDelivery,
.icon span.disabledPackage,
.icon span.easyPackage,
.icon span.chilled,
.icon span.frozen{
	display:inline-block;
	border-width:1px;
	border-style:solid;
	font-size:9px;
	line-height:9px;
	padding:2px;
	margin-right:10px;
}
/*全国配送*/
.icon span.allDelivery{
	background-color:#e95e93;
	border-color:#e95e93;
	color:#ffffff;
}
/*包装不可、簡易包装*/
.icon span.disabledPackage,
.icon span.easyPackage{
	background-color:#ffffff;
	border-color:#009944;
	color:#009944;
}
/*冷蔵*/
.icon span.chilled{
	background-color:#00a0e9;
	border-color:#00a0e9;
	color:#ffffff;
}
/*冷凍*/
.icon span.frozen{
	background-color:#ffffff;
	border-color:#00a0e9;
	color:#00a0e9;
}
/*母の日コラム装飾*/
#column div dl dd h3{
	display:inline-block;
	background: linear-gradient(transparent 50%, #c7f7f1 50%);
}
#column div dl dd h3::after{
	content:"\A";
	white-space:pre;
}
#sweetsicegift a:hover,
#gourmetgift a:hover,
#messageGift a:hover,
#sweetsGift a:hover{
	text-decoration:none;
}
#select_price > div p ,
#gourmetgift > div p,
#messageGift > div p,
#sweetsGift > div p,
#ranking > div p{
	text-align:left;
}


.p-nav{
  padding:16px 0;
  background-color:#009993;
}

.p-nav__list{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-wrap:wrap;
      -ms-flex-wrap:wrap;
          flex-wrap:wrap;
  margin-top: -5px;
  margin-right:0;
  margin-left:0
}

.p-nav__item{
  width:calc(33.3% - 10px);
  border-right: 1px solid #FFF;
  margin-top:0px;
  margin-right:5px;
  margin-left:5px;
  background-color:#009993;
  margin-bottom: 5px;
}
.p-nav__item:first-child {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.p-nav__link{
  position:relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:100%;
  height:100%;
  padding:10px 8px 22px
}

.p-nav__link::after{
  position:absolute;
  bottom:10px;
  left:50%;
  display:block;
  width:10px;
  height:6px;
  background-image:url("https://ozeki1957.itembox.design/item/LP/2021chugen/images/chev-bottom-w.svg");
  background-size:cover;
  -webkit-transform:translateX(-50%);
      -ms-transform:translateX(-50%);
          transform:translateX(-50%);
  content:""
}

.p-nav__link:hover,
.p-nav__link:focus{
  -webkit-text-decoration:underline #fff;
          text-decoration:underline #fff;
  -webkit-transition:none;
  -o-transition:none;
  transition:none;
}

.p-nav__icon{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
      -ms-flex-pack:center;
          justify-content:center;
  width:30px;
  margin-right:10px
}

.p-nav__icon._categories img{
  width:24px;
}

.p-nav__icon._budgets img{
  width:26px;
}

.p-nav__icon._specials img{
  width:30px;
}

.p-nav__icon._relations img{
  width:26px
}

.p-nav__text{
  color:#fff;
  font-weight:500;
  font-size:1em;
  line-height:1.5;
  text-align: center;
}


@media screen and (min-width:320px) and ( max-width:1023px) {
	.ftrbt{
		background:#ed85a7 !important;
		background-color:rgb(237,133,167) !important;
	}
	.ftrmid_txtbox a::after{background-image:url('{% items[/LP/2021fathersday/img/ic07.png] %}') !important;}
	#notice p{font-size:1.4rem;}
	#notice p.attention{font-size:1.2rem;}
	#notice ul.attention{font-size:1.1rem;}
	#notice ul.subattention{font-size:1.1rem;}
	#notice dl dd p{font-size:1.2rem;}
	.pc {display: none;}
	.topsearch_sec, .ranking {
		margin-left: 0px;
		margin-right: 0px;
	}
	.fs-l-main {
		max-width: none;
		display: block;
		margin: 0 auto 24px;
	}
	.lp_mv {
		margin-bottom: 30px;
	}
	/*introbox*/
	.introbox p{
		text-align: left;
	}
	.topbnr_area .cInner {
		padding: 0;
	}
	#topbnr_area .flex1clm {
		margin-bottom: 30px;
	}
	#topbnr_area .flex2clm {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
	#column {
		margin-bottom: 50px;
	}
	#column dl {
		display: block;
		padding: 0 0 25px;
	}
	#column dl dt {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#column dl dd {
		width: 100%;
		margin: 0;
	}
	#select_category div p.subtitle{
		text-align:left;
	} 
	.category_img img {
		width: 100%;
	}
	#sweetsicegift > div h2.mainTitle{
		background-position:left;
	}
	#sweetsicegift{
		text-align:center;
	}
	#select_price > div p.subtitle ,
	#gourmetgift > div p.subtitle,
	#messageGift > div p.subtitle,
	#sweetsGift > div p.subtitle,
	#ranking > div p.subtitle{
		margin-bottom:40px;
	}
	#sweetsicegift > div ul,
	#gourmetgift > div ul,
	#messageGift > div ul,
	#sweetsGift > div ul{
		width:auto;
		margin:auto auto 60px auto;
	}
	#select_price > div p ,
	#sweetsicegift > div p,
	#gourmetgift > div p,
	#messageGift > div p,
	#sweetsGift > div p,
	#ranking > div p{
		margin-bottom:10px;
		font-size:10pt;
	}
	#sweetsicegift > div p.price,
	#gourmetgift > div p.price,
	#messageGift > div p.price,
	#sweetsGift > div p.price,
	#ranking > div p.price{
		font-size:1.8rem;
	}
	#sweetsicegift > div p.price span,
	#gourmetgift > div p.price span,
	#messageGift > div p.price span,
	#sweetsGift > div p.price span,
	#ranking > div p.price span{
		font-size:1rem;
	}
	#sweetsicegift > div ul.itemflex p.price span::after,
	#gourmetgift > div p.price span::after,
	#messageGift > div p.price span::after,
	#sweetsGift > div p.price span::after,
	#ranking > div p.price span::after{
		margin-bottom:10px;
		content:"\A";
		white-space:pre;
	}
	.recommendedFlower_boxitem img,
	.itemflex_img img{
		width:auto;
		height:auto;
	}
	.recommendedFlower_boxitem dl{
		margin-top:10px;
	}
	.recommendedFlower_boxitem img,
	.itemflex_img img{
		width:auto;
		height:auto;
	}
	/*flexbox2列*/
	.flex_clm_unit{
	  width:calc(100%/ 2);
	}
	.flex_clm_unit:nth-child(n+3){
	  margin-top:30px;
	}
	.flex_clm2.itemflex > .flex_clm_unit,
	.flex_clm4.itemflex > .flex_clm_unit,
	.flex_clm.itemflex > .flex_clm_unit {
	  width:calc((100% - 20px)/ 2);
	}
	.flex_clm2.itemflex > .flex_clm_unit:nth-child(n+2),
	.flex_clm4.itemflex > .flex_clm_unit:nth-child(n+2),
	.flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
	  margin-left: 5%;
	}
	.flex_clm2.itemflex > .flex_clm_unit:nth-child(2n+1),
	.flex_clm4.itemflex > .flex_clm_unit:nth-child(2n+1),
	.flex_clm.itemflex > .flex_clm_unit:nth-child(2n+1) {
	  margin-left: 0;
	}
	/*予算から選ぶのみflexbox1列*/
	#select_price .flex_clm_unit{
	  width:calc(100%);
	}
	#select_price .flex_clm_unit:nth-child(n+2){
	  margin-top:20px;
	  margin-left: 0;
	}
}
@media screen and (min-width:481px) and ( max-width:768px) {
	.select_who .itemflex li .select_who_pic .select_who_picL {
		display: block;
	}
	.column, #ranking {
		padding-left: 10px;
		padding-right: 10px;
	}
	#ranking .tabSwitch {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		margin-bottom: 25px;
		background: none;
	}
	#ranking .tabSwitch > li {
		list-style: none;
		-webkit-transition: 0.15s;
		transition: 0.15s;
		cursor: pointer;
	}
	#ranking .tab--typeB .tabSwitch li {
		pointer-events: all;
		background: #FBE0E5;
		text-align: center;
		color: #ddd5c6;
		padding: 12px 0;
		font-size: 1.6rem;
		font-weight: bold;
		position: relative;
	}
	#ranking .tab--typeB .tabSwitch li.active {
		background: #F7635B;
		color: #fff;
	}

}
@media screen and (min-width:769px) and ( max-width:1023px) {
	.recommendedFlower_boxitem img{
		width:50%;
		height:auto;
	}
}
@media screen and (min-width:1024px) {
	.sp {display: none;}
	.fs-l-main {
		max-width: none;
		display: block;
		padding: 0;
		margin: 0 auto 24px;
	}
	.fs-l-pageMain {
		max-width: none;
		width: 100%;
	}
	.topnav {
		height:1;
		background-color:#ed85a7 !important;
		margin-bottom:0;
	}
	.topnavList,.topnavList_unit,.topnavList_unit a{
		border-color:#ed85a7 !important;
	}
	.topnav .topnavList .topnavList_unit {
		width: calc(100%/ 4)!important;
	}
	.topnav .topnavList .topnavList_unit a{
		padding:10px 0 20px;
	}
	.topnav .topnavList .topnavList_unit a::after{
		bottom:10px;
	}
	#select_category div p.subtitle{
		text-align:center;
	}
	#select_price > div p,
	#gourmetgift > div p,
	#messageGift > div p,
	#sweetsGift > div p,
	#ranking > div p{
		text-align:left;
		margin-bottom:10px;
	}
	#select_price div p.subtitle,
	#gourmetgift div p.subtitle,
	#messageGift div p.subtitle,
	#sweetsGift div p.subtitle,
	#ranking div p.subtitle{
		text-align:center;
		margin-bottom:40px;
	}
	#sweetsicegift > div ul,
	#gourmetgift > div ul,
	#messageGift > div ul,
	#sweetsGift > div ul{
		width:auto;
		margin:auto auto 60px auto;
	}
	#sweetsicegift > div h2.mainTitle{
		background-position:bottom center;
	}
	#sweetsicegift,
	#sweetsicegift div{
		text-align:center;
		width:100%;
	}
	#sweetsicegift div h2.mainTitle{
		width:1200px;
	}

	.recommendedFlower_box{
		width:1200px;
		margin:60px auto;
	}
	.recommendedFlower_boxitem{
		width:50%;
	}
	.flex_row .boxinfo{
		padding-left:40px;
	}
	.flex_reverse .boxinfo{
		padding-right:40px;
	}
	.introbox strong,
	.introbox p{
		width:1200px;
	}
	#sweetsicegift ul{
		width:1200px;
		margin-left:auto;
		margin-right:auto;
	}
	.recommendedFlower_box{
		display: -webkit-box;
		display: -ms-flexbox;
		display:flex;
	}
	.flex_row{
		flex-direction:row;
	}
	.flex_reverse{
		flex-direction:row-reverse;
	}
	.recommendedFlower_boxitem img{
		width:560px;
		height:auto;
	}
	/*ranking flexbox4列*/
	#ranking .flex_clm_unit:nth-child(n+5){
	  margin-top:30px;
	}
	#ranking .flex_clm.itemflex > .flex_clm_unit {
	  width:calc((100% - 60px)/ 4);
	}
	#ranking .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
	  margin-left: 20px;
	}
	#ranking .flex_clm.itemflex > .flex_clm_unit:nth-child(4n+1) {
	  margin-left: 0;
	}
	/*予算から選ぶはflexbox2列*/
	#select_price .flex_clm_unit{
	  width:calc(100%/ 2);
	}
	#select_price .flex_clm_unit:nth-child(n+3){
	  margin-top:30px;
	}
	#select_price .flex_clm.itemflex > .flex_clm_unit {
	  width:calc((100% - 20px)/ 2);
	}
	#select_price .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
	  margin-left: 20px;
	}
	/*recommendedFlowerはflexbox3列*/
	#sweetsicegift .flex_clm_unit{
		width:calc(100%/ 3);
	}
	#sweetsicegift .flex_clm_unit:nth-child(n+4){
		margin-top:15px;
	}
	#sweetsicegift .flex_clm.itemflex > .flex_clm_unit {
		width:calc((100% - 50px)/ 3);
	}
	#sweetsicegift .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
		margin-left: 25px;
	}
	#sweetsicegift .flex_clm.itemflex > .flex_clm_unit:nth-child(3n+1) {
		margin-left: 0;
	}
	/*flowers_popularはflexbox4列と2列*/
	#gourmetgift .flex_clm2.flex_clm_unit{
		width:calc(100%/ 2) ;
	}
	#gourmetgift .flex_clm2.flex_clm_unit:nth-child(n+3){
		margin-top:30px;
	}
	#gourmetgift .flex_clm2 > .flex_clm_unit{
		width:calc((100% - 20px)/ 2);
	}
	#gourmetgift .flex_clm2 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#gourmetgift .flex_clm4.flex_clm_unit:nth-child(n+5){
		margin-top:30px;
	}
	#gourmetgift .flex_clm4 > .flex_clm_unit{
		width:calc((100% - 60px)/ 4);
	}
	#gourmetgift .flex_clm4 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#gourmetgift .flex_clm4 > .flex_clm_unit:nth-child(4n+1){
		margin-left: 0;
	}
	/*messageGiftはflexbox3列*/
	#messageGift .flex_clm_unit{
		width:calc(100%/ 3);
	}
	#messageGift .flex_clm_unit:nth-child(n+4){
		margin-top:15px;
	}
	#messageGift .flex_clm.itemflex > .flex_clm_unit {
		width:calc((100% - 50px)/ 3);
	}
	#messageGift .flex_clm.itemflex > .flex_clm_unit:nth-child(n+2) {
		margin-left: 25px;
	}
	#messageGift .flex_clm.itemflex > .flex_clm_unit:nth-child(3n+1) {
		margin-left: 0;
	}
	/*sweetsGiftはflexbox4列と2列*/
	#sweetsGift .flex_clm2.flex_clm_unit{
		width:calc(100%/ 2) ;
	}
	#sweetsGift .flex_clm2.flex_clm_unit:nth-child(n+3){
		margin-top:30px;
	}
	#sweetsGift .flex_clm2 > .flex_clm_unit{
		width:calc((100% - 20px)/ 2);
	}
	#sweetsGift .flex_clm2 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#sweetsGift .flex_clm4.flex_clm_unit:nth-child(n+5){
		margin-top:30px;
	}
	#sweetsGift .flex_clm4 > .flex_clm_unit{
		width:calc((100% - 60px)/ 4);
	}
	#sweetsGift .flex_clm4 > .flex_clm_unit:nth-child(n+2){
		margin-left:20px;
	}
	#sweetsGift .flex_clm4 > .flex_clm_unit:nth-child(4n+1){
		margin-left: 0;
	}
	.introbox .showbtn,
	.showbtn{
		width:560px;
		margin-left:auto;
		margin-right:auto;
	}
	.showbtn a br{display:none;}
	#notice div {width:auto;margin:auto;}

}
@media only screen and (min-width: 576px){

.p-nav__list{
}

.p-nav__link{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    padding:12px 0
}

.p-nav__link::after{
    display:none
}

.p-nav__icon{
    height:28px;
    margin-right:0
}

.p-nav__icon._relations img{
    width:40px
}

.p-nav__text{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    margin-top:4px;
    font-size:16px;
    text-align:center
}

.p-nav__text::after{
    display:block;
    width:10px;
    height:6px;
    margin-top:4px;
    margin-left:10px;
    background-image:url("https://ozeki1957.itembox.design/item/LP/2021chugen/images/chev-bottom-w.svg");
    background-size:cover;
    content:""
}
.p-nav__item:first-child{
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}

}
@media only screen and (min-width: 768px){
.p-nav{
  background-color:#009993
}
.p-nav__item{
    width:33.3%;
    margin-right:0;
    margin-left:0;
    background-color: inherit;
    margin-bottom: 0px;
      border-right: 1px solid #fff;

}
.p-nav__item:first-child{
border-left: 1px solid #fff;
width: 33.3%;
border-right: 1px solid #fff;
}
  .br-sp {
    display:none;
  }
}
@media only screen and (max-width: 375px){

.p-nav__text{
    font-size:12px;
}
  }
  
footer .ftrbt .flex2clm_unit:nth-child(n+3) {
    background: #009993 !important;
}


.hdrtop_bnrsec {
    background: black;
}

nav.p-nav {
    background: #009993;
}
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-nav__list {
  display: flex;
  justify-content: space-between;
}
#ranking {
  width: 100%;
}
#select_price, #ranking {
    background-color: #c7f7f1;
}
.hdrtop_bnrsec, .hdrtop_bnrbox, .htopbox {
    background: #009993;
    color: #fff;
}
.fs-l-main {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}