@charset "UTF-8";
/* CSS Document */

/* contents */
#new_side {
	display: none !important;
}

#container {
	width: 100% !important;
}

#mothersday {
	width: 100%;
	min-width: 1000px;
    color: #770b0b;
	background: #FFF;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 16px;
    line-height: 150%;
	text-align: center;
}
#mothersday a {
    text-decoration: none;
}

#mothersday a:hover {
	text-decoration: none;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#mothersday img,
#mothersday p {
	border: 0;
	margin: 0;
	vertical-align: top;
}

#mothersday h2,h3,h4 {
	margin: 0;
	padding: 0;
}

#mothersday dl,dt,dd,ol,ul,li {
	margin: 0;
	padding: 0;
}

#mothersday .bold {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#mothersday strong {
	color: #d80015;
}

#mothersday small {
	font-size: 14px;
}

#mothersday .text-br01 {
	display: none;	
}

#mothersday .text-br02 {
	display: block;	
}

/*------ ボタン（共通パーツ） ------*/

#mothersday .btn {
	display: flex;
  	justify-content: center;
	height: 53px;
}

#mothersday .btn:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("/user_data/mothersday_data/2026/img/btn_corner.png") no-repeat;
}

#mothersday .direct-deli_btn.btn:before {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("/user_data/mothersday_data/2026/img/btn_corner_deli.png") no-repeat;
}

#mothersday .btn:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("/user_data/mothersday_data/2026/img/btn_corner.png") no-repeat;
	transform: scale(-1,1);
}

#mothersday .direct-deli_btn.btn:after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 53px;
	background: url("/user_data/mothersday_data/2026/img/btn_corner_deli.png") no-repeat;
	transform: scale(-1,1);
}

#mothersday .btn_content {
	display: flex;
  	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 22px);
	height: 53px;
	background: url("/user_data/mothersday_data/2026/img/btn_base.png") repeat-x;	
}

#mothersday .direct-deli_btn .btn_content {
	display: flex;
  	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 22px);
	height: 53px;
	background: url("/user_data/mothersday_data/2026/img/btn_base_deli.png") repeat-x;	
}

#mothersday .direct-deli_btn .btn_content {
	display: flex;
  	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 22px);
	height: 53px;
	background: url("/user_data/mothersday_data/2026/img/btn_base_deli.png") repeat-x;	
}


#mothersday .btn_content span {
	margin-top: -4px;
	color: #FFF;
	font-size: 20px;
}

#mothersday .btn_content:after{
	content: "";
	display: inline-block;
	position: absolute;
	right: 7px;
	width: 10px;
	height: 6px;
	margin-top: -4px;
	background: url("/user_data/mothersday_data/2026/img/icon_arrow.png") no-repeat;
	background-size: contain;
	transform:rotate(-90deg);
}

#mothersday .btn:hover {
	cursor: pointer;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	text-decoration: none;
}

#mothersday .btn_link {
	display: inline-block;
}

/*------ メインビジュアル ------*/

#mothersday .main {
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 640px;
	margin: 0;
	background: url("/user_data/mothersday_data/2026/img/main.jpg") repeat-x center;
}

/*------ 導入文 ------*/

#mothersday .intro {
	position: relative;
	width: 100%;
	padding: 45px 0 50px;
	background: url("/user_data/mothersday_data/2026/img/bg_intro.jpg") repeat center;
	font-size: 18px;
    line-height: 180%;
}

#mothersday .intro_txt {
	color: #FFF;
}

/* WEB早期ご予約特典 */
#mothersday .benefits {
	margin: 50px auto 0;
	text-align: center;	
}

/*------ お届けについて ------*/

#mothersday .info {
	position: relative;
	overflow: hidden;
	width: 100%;	
}

#mothersday .delivery {
	width: 1000px;
	margin: 80px auto 40px;
	border: 2px solid #770b0b;
 	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
}

#mothersday .delivery_title {
  	display:flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-bottom: 30px;
	border-radius: 6px 6px 0 0;
	background-color: #770b0b;
	color: #FFF;
	font-size: 30px;
	line-height: 100%;
}

#mothersday .delivery_title:before {
	content: "";	
	display: inline-block;
	width: 52px;
	height: 36px;
	margin: 0 10px 0 0;
	background: url("/user_data/mothersday_data/2026/img/icon_delivery.png") no-repeat;
	vertical-align: middle;
}

#mothersday .delivery_img {
	width: 100%;
	text-align: center;
}

#mothersday .delivery ul {
	padding: 30px 80px 10px;
}

#mothersday .delivery li {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 160%;
}

#mothersday .delivery .blue {
	color: #3c6eac;
}

#mothersday .deli-attention {
	display: flex;
	padding: 0 60px 40px;
}

#mothersday .deli-attention_txt {
	display: inline-block;
	margin-left: 5px;
	border-bottom: solid 2px #d80015;
	font-size: 20px;
	line-height: 160%;
}

/* 遠方に住むお母さんへお届けするには？ */
#mothersday .direct-deli {
	position: relative;
	overflow: hidden;
	width: 880px;
	margin: 0 auto 50px;
	border-radius: 10px;
	background: #f6f1ee;
}

#mothersday .direct-deli input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#mothersday .direct-deli label {
	display: block;
	position: relative;	
	padding: 40px 50px;
	color: #770b0b;
	font-size: 26px;
	text-decoration: underline;	
	cursor: pointer;
}

#mothersday .direct-deli label:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	text-decoration: none;
}

#mothersday .direct-deli input:checked ~ .direct-deli_content {
	max-height: 20em;
}

#mothersday .direct-deli label::after {
	display: block;
	position: absolute;
	top: 34px;
	right: 50px;
	width: 36px;
	height: 36px;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}

#mothersday .direct-deli input[type=checkbox] + label::after {
	content: url("/user_data/mothersday_data/2026/img/btn_arrow01.png");
}

#mothersday .direct-deli input[type=checkbox]:checked + label::after {
	content: url("/user_data/mothersday_data/2026/img/btn_arrow02.png");
}

#mothersday .direct-deli_content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	padding: 0 50px;
}

#mothersday .direct-deli_txt {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 160%;
}

#mothersday .direct-deli_img {
	position: absolute;
	top: 0;
	right: 40px;
}

#mothersday .direct-deli_btn {
	width: 340px;
}

#mothersday .direct-deli_attention {
	margin: 25px 0 30px;
}

/*------ WEBご予約に関するご注意 ------*/

#mothersday .attention {
	width: 1000px;
	margin: 0 auto 80px;
	border: 2px solid #d80015;
 	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
	text-align: left;
}

#mothersday .attention_title {
  	display:flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-bottom: 30px;
	border-radius: 6px 6px 0 0;
	background-color: #d80015;
	color: #FFF;
	font-size: 30px;
	line-height: 100%;
}

#mothersday .attention_title:before {
	content: "";	
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	background: url("/user_data/mothersday_data/2026/img/icon_attention02.png") no-repeat;
	vertical-align: middle;
}

#mothersday .attention_txt {
	padding: 0 60px 15px;
	color: #d80015;
	font-size: 20px;
	line-height: 160%;
}

#mothersday .attention_txt .strong {
	display: inline-block;
	border-bottom: solid 2px #d80015;
}

#mothersday .attention_anno {
	margin-bottom: 30px;
	padding: 0 60px;
	font-size: 18px;
	line-height: 160%;
}

/*------ 商品一覧タイトル ------*/

#mothersday .products {
	position: relative;
	width: 100%;
	height: 270px;
	background: url("/user_data/mothersday_data/2026/img/bg_intro.jpg") repeat center;
	color: #FFF;
	font-size: 18px;
    line-height: 180%;
}

#mothersday .products_title {
	padding-top: 30px;
}

#mothersday .products_txt {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
}

/*------ 商品一覧 ------*/

#mothersday .category_item {
    position: relative;
    width: 100%;
    padding: 80px 0 30px;
    background: #fff0eb;
}

#mothersday .category_item .bg-flower {
    position: absolute;
    bottom: 330px;
    left: calc(50% + 100px);
}

/*------ 商品ボックス ------*/

#mothersday ul.item_outer {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 1000px;
	margin: 0 auto 50px;
}

#mothersday li.item {
	display: flex;
	flex-direction: column;
	list-style: none;
	position: relative;
	width: 485px;
	background: #FFF;
	box-shadow: 0 3px rgba(0,0,0,0.05);
	border-radius: 15px;
	text-align: left;
}

#mothersday li.item a {
	position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

#mothersday li.item:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	text-decoration: none;
}

#mothersday .item_pict img {
	border-radius: 15px 15px 0 0;	
}

#mothersday .item_detail {
	position: relative;
	width: 100%;
	padding: 35px 40px 0;
	box-sizing: border-box;
}

#mothersday .item_limited-stock {
	position: absolute;
	top: -15px;
	left: 40px;
}

#mothersday .item_set {
	position: absolute;
	top: -30px;
	right: -20px;
}

#mothersday .item_title {
	font-size: 24px;
	line-height: 140%;
	margin-bottom:15px;
}

#mothersday .item_txt {
	width: 100%;
}

#mothersday .item_lineup ul {
	width: 100%;
	border-top: 1px solid #ede5e2;
	margin-top: 15px;
	padding-top: 15px;
}
	
#mothersday .item_lineup li {
	list-style: none;
	font-size: 14px;
	line-height: 150%;
}

#mothersday .item_lineup li:before {
	content: "・"
}

#mothersday .item_price-btn {
	width: 100%;
	padding: 0 40px;
	margin: auto auto 35px;
	box-sizing: border-box;
}

#mothersday .item_spec {
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 10px 0 15px;
}

#mothersday .item_price {
	margin-top: 10px;
	color: #db022f;
	font-size: 42px;
}

#mothersday .item_price .en {
	font-size: 24px;
}

#mothersday .item_price .tax {
	font-size: 16px;
}

#mothersday .shipping {
	display:flex;
	justify-content: flex-end;
}

#mothersday .shipping img {
	margin-left: 5px;
}

#mothersday .item_btn {
	width: 100%;
}

#mothersday .item_deli-info {
	margin-top: 9px;
	font-size: 14px;
	line-height: 150%;
}