@charset "utf-8";
/************************************************
▼▼楽々プレメッセージ公開後に削除▼▼
************************************************ */
.env_message {
  display: none;
}
.env_message_blank {
  display: none;
}
/************************************************
▲▲楽々プレメッセージ公開後に削除▲▲
************************************************ */
body {
  /* font-family: "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; */
  font-family: "游明朝","游明朝体","Yu Mincho",YuMincho,serif;
  -webkit-font-smoothing: antialiased;
}
#main-content {
  margin-top: 20vw;
}
/************************************************
ヘッダー css
************************************************ */
header #header_wrapper #header_inner_left img {
  width: 126px;
  padding: 0;
  vertical-align: middle;
}
header {
  width: 100%;
  background: #fff;
  padding-top: 0;
  margin-bottom: 5px;
  clear: both;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  padding: 0;
  background-color: #fff;
  font-size: 3vw;
  z-index: 99999;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
/*名前とポイントを非表示*/
header #header_wrapper #login_user_info {
  clear: both;
  display: none;
}
/*ここまで*/
/************************************************
ハンバーガーメニュー css
************************************************ */
header #header_inner_right ul#header_nav li {
  float: none;
  margin-left: 0px;
  font-size: 73%;
  text-align: center;
  width: 71%;
}
header #header_inner_right ul#header_nav li a, header #header_inner_right ul#header_nav li a:visited {
  color: #333;
}
header #header_wrapper {
  margin-top: 2vw;
}
header #header_inner_right ul#header_nav {
  display: flex;
  margin-right: 30px;
}
img.hedmycar {
  width: 60%;
}
header #header_inner_right ul#header_nav .quantity {
  font-size: 90%;
}
#nav_menu li {
  border-bottom: #7d7d7d 0.5px dashed;
  padding-bottom: 1rem;
  width: 100%;
}
.bsarrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.bsarrow::before {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border: 0px;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: fixed;
  right: 70px;
  margin-top: -9px;
}
span.nav_gtext {
  display: block;
  color: 333;
  position: relative;
  top: -9px;
  font-size: 0.8em;
  text-align: center;
}
#nav_hbg {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 20;
}
#nav_hbg div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 40px;
  height: 34px;
  padding: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
/*サイズ変更前
  #nav_hbg div {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  width: 40px;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
}*/
#nav_hbg div span {
  width: 100%;
  height: 1px;
  background-color: #333;
  transition: opacity 0.1s ease, transform 0.3s ease-in-out;
}
.nav_hbg-m div span {
  width: 100%;
  height: 1px;
  background-color: #fff!important;
  transition: opacity 0.1s ease, transform 0.3s ease-in-out;
}
.clicked span:nth-child(1) {
  transform: translateY(10px) rotate(135deg);
}
.clicked span:nth-child(2) {
  opacity: 0;
}
.clicked span:nth-child(3) {
  transform: translateY(-6px) rotate(-135deg);
}
/*サイズ変更前
  .clicked span:nth-child(3) {
  transform: translateY(-10px) rotate(-135deg);
}*/
/* メニュー */
#nav_menu {
  position: fixed;
  padding-top: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 10;
}

/*▼▼　iphone5用スタイル　▼▼*/
@media (max-width: 320px) {
	#nav_menu {
		position: fixed;
		padding-top: 54px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 0.4s ease;
		z-index: 10;
	  }
}

#nav_menu.opened {
  visibility: visible;
  opacity: 0.95;
}
#nav_menu ul {
  padding: 6% 15% 10%;
  font-size: 16px;
  text-align: left;
  background-color: #333;
  height: 100%;
  z-index: 9999;
}

/* ミラネスト */
#top-m #nav_menu ul {
  padding: 10% 15%;
  font-size: 16px;
  text-align: left;
  background-color: #2e2d2d;
  height: 100%;
  z-index: 9999;
}
/* end */

#nav_menu ul li:not(:first-child) {
  margin-top: 20px;
}
#nav_menu ul a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: smaller;
}
img.nav_menu-logo {
  width: 24%;
  display: block;
  position: absolute;
  top: 14px;
  left: 130px;
}
@media screen and (max-width: 559px) {
  #nav_hbg {
    position: fixed;
    top: 0.9%;
    right: 2%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  /*サイズ変更前
#nav_hbg {
    position: fixed;
    top: 0.8%;
    right: 2%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }*/
}
/************************************************
カゴボタン css
************************************************ */
.detailrightblock #cartbtn_default .btn_add_cart a, .detailrightblock #teiki_cartbtn_default .btn_add_cart a {
  color: #fff;
  background: #cc0066;
  font-family: "Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  border-radius: 0px;
}
.detailrightblock .btn_sub {
    margin: 2% 0 !important;
    color: #333 !important;
    border: 1px solid #333 !important;
    background: #fff !important;
    font-size: 93% !important;
    line-height: 1 !important;
    padding: 3% 0 !important;
    border-radius: 0px !important;
}
/************************************************
商品詳細ページTOPスライダー css
************************************************ */
#detailphotoblock .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/************************************************
商品詳細ページ css
************************************************ */
/* 商品画像上のテキスト css*/
#product_detail #main_list_comment {
    padding: 10px 10px 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: red;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}
/* ここまで*/

/* 予約ボタン*/
.detailrightblock #cartbtn_default .cart_reserv a, .detailrightblock #teiki_cartbtn_default .cart_reserv a {
    color: #fff;
    background: #8a8790;
}
/* ここまで*/
/*注文受付数の表示（1個〜50個まで）のぶん */
.sale_limit {
    display: none;
}
/*ここまで */

i.fa.fa-heart-o {
    display: none!important;
}
i.fa.fa-heart.on {
    display: none!important;
}

.detailrightblock h3.product_name {
  clear: both;
  margin-bottom: 12px;
  font-size: 5.2vw;
  font-weight: 400;
  text-align: left;
}
span#price01_inctax_default {
  color: #111;
  font-size: 6.8vw;
  font-weight: 400;
}
span#price02_inctax_default {
  color: #111;
  font-size: 6.8vw;
  font-weight: 400;
}
#product_detail h2 {
  background: none;
  line-height: 1.8em;
  color: #000;
  text-align: left;
  width: 89.33vw;
  margin: 0 auto 2vw;
  font-size: 4.8vw;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  border: none;
  padding: 0;
}
#product_detail p.detail_details {
    width: 89.33vw;
    margin: 6vw auto 13.8vw;
    font-size: 4vw;
    line-height: 1.8;
    font-family: "Cormorant Infant", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
#detailarea {
  border-top: none;
}
.detailrightblock #cartbtn_dynamic {
  margin-top: 0;
}
.detailrightblock #cartbtn_default {
  margin: 5% 0 4%;
}
/* 成分表示調整 css*/
#item-detail .deadline-tabl tr {
  display: inline-flex;
}
#item-detail .deadline-tabl td {
  font-weight: normal;
}
#item-detail .deadline-tabl th {
  white-space: pre;
  background-color: #fff;
  padding-left: 0px;
  font-weight: normal;
}
/* 価格表示調整 css*/
span#teiki_first_price_inctax_default {
  font-size: 6.8vw;
}
span#price01_inctax_default {
  font-size: 3.4vw;
}
.mini {
  font-size: 3.4vw;
}
.detailrightblock .normal_price {
  font-size: small;
}
span.price01_inctax_dynamic {
  font-size: x-small;
}
/* ここまで css*/
/* 振込先調整 css*/
p.transfer-text {
	font-size: unset;
    display: block;
    margin: 10px 0;
    padding: 20px;
    border: dotted 1px #333333;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* ここまで css*/
/* 通常価格を非表示 css*/
/* p.normal_price {
    display: none;
}*/
/* ここまで css*/
/* TOPの送料無料でお届けを非表示 css*/
#deliv_info {
  display: none;
}
/* ここまで css*/
/* 商品IDなどを非表示 css*/
.detailrightblock .product_detail .other_info {
  display: none;
}
/* ここまで css*/
/* 2回目以降価格調整 css*/
span#price02_title_default {
  display: inline-block;
  width: 35%;
  padding: 10px 10px 2px;
  line-height: 2em;
}
span#price02_title_default {
  vertical-align: bottom;
}
.detailrightblock .product_detail .sale_price, .detailrightblock .product_detail .sale_price .price {
  font-size: inherit;
}
p.sale_price {
  border-bottom: 1px dotted #ad9f88;
  margin-bottom: 10px;
}
p.sale_price.mini.teiki_first {
  border-bottom: 1px dotted #ad9f88;
  margin-top: 10px;
}
.recommend_list_wrapper p.sale_price {
  border: none;
}
.history_list_wrapper p.sale_price {
  border: none;
}
/* ここまで css*/
/* アコーディオン css*/
#item-detail .item-detail-sub1 {
  color: #9b8259;
  font-family: "Cormorant Infant", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 4vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
}
#item-detail .item-detail-sub2 {
  color: #9b8259;
  font-family: "Cormorant Infant", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 4vw;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
}
#item-detail div table {
  text-align: left;
}
#item-detail div {
    border-top: 1px solid #333333!important;
}

#item-detail div.open dt {
    border-bottom: 1px dotted #333333!important;
    margin-bottom: 10px;
}

#item-detail div dt:after {
    content: "";
    position: absolute;
    right: 1rem!important;
    top: calc(50% - 5.5px);
    width: 11px;
    height: 11px;
    background: url(https://cart.bi-su.jp/user_data/packages/raku2sp/img/button/close_u_black.png) center no-repeat!important;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#item-detail {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    border-bottom: 1px solid #333!important;
}

/* ここまで css*/
/************************************************
商品一覧ページ css
************************************************ */

/* 商品検索非表示 css*/
form#search_form {
    display: none;
}

/*カテゴリー画像 */
#scategories-bannerarea img {
    width: 90%;
}
#scategories-bannerarea ul.scategories-bannerarea-box {
    display: block;
    margin: 0 auto;
}
.scategories-bannerarea-box li {
    margin: 2em 0;
    display: block;
}
div#scategories-bannerarea {
    width: 100%;
    text-align: center;
}
.scategories-bannerarea-box a {
    display: block;
}

section.pagenumberarea.clearfix {
    display: none;
}
/* ここまで css*/
.listrightblock h3 {
  font-size: 15px;
  clear: both;
  font-weight: normal;
}
p.rcatalog_id {
  display: none;
}
.sale_price {
  color: #303031;
  font-weight: normal;
}
.listphoto {
    margin-top: 0.5em;
    text-align: center;
    margin: auto;
    float: none;
    clear: both;
    max-width: 73%;
}
.listrightblock {
    width: 100%;
    float: none;
    padding-right: 0px;
}

/*定期便アイコン css */
ul.status_icon li {
    color: #FFF;
    display: inline;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 11px;
    text-shadow: none;
    width: 80px;
}
/*送料別アイコン css */
.detailrightblock .deliv_fee.not_include {
    color: #fff;
    background: #999;
    padding: 6px 10px;
    text-align: center;
    display: inline-block;
    font-size: 86%;
    line-height: 1;
}
#form1 .price small {
    font-size: 0.9rem;
    font-weight: normal;
}

/*定期特典ボタン css */
p#item-repeat {
    color: #fff!important;
}
p#item-repeat a {
    color: #fff!important;
    display: block;
    color: #fff!important;
    background-color: #a3957d;
    font-size: 0.9em;
    line-height: 2.3rem;
    text-align: center;
    border-radius: 0px;
    width: 90%;
    margin: auto;
    font-size: 1rem;
    margin-top: 20px;
}
#item-repeat a {
    max-width: 100%;
    margin: auto;
    padding: 0.7rem 0;
    position: relative;
}
#item-repeat a:after {
    position: relative;
    left: 30px;
    content: "\f08e";
    font-family: "FontAwesome";
    font-size: 16px;
    display: inline-block;
}
/*ここまで */
/************************************************
現在のカゴの中 css
************************************************ */
.cartinarea {
    padding: 0;
}

.cartinContents p {
  width: 90%;
}
.payment_desc {
  font-size: 1em;
}
a.btn.data-role-none {
  margin-top: 1em;
}

/* .cartinarea .cartinContents p {
    line-height: 1.6em!important;
} */

.cartinContents div {
    min-height: auto;
}

/*******ドロップセレクトボタン（のし選択） ********/
.form_area select {
  /* styling */
  background-color: white;
  border: thin solid #aaaaaa;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select.boxHalf {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  font-size: 14px;
}
select.boxHalf:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select.boxHalf:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/*******ドロップセレクトボタン ********/
select {
  /* styling */
  background-color: white;
  border: thin solid #aaaaaa;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  width: 40%;
  font-size: 14px;
  border-color: #cccccc;
}
select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select#period_month_key1 {
  width: 43%;
  font-size: 14px;
}
select#period_type_month_key1 {
  width: 40%;
  font-size: 14px;
}
select#period_type_month_key1 {
  width: 50%;
  font-size: 14px;
}
select#period_week1 {
  width: 40%;
  font-size: 14px;
}
select#id_period_day_w1 {
  width: 50%;
  font-size: 14px;
  margin-top: 1em;
}
.formBox {
  margin-top: 10px;
  margin-bottom: 20px;
  border: solid 1px #ccc;
}
.pay_area02 .time_select .select_date_area .select_date {
  float: none;
  margin-right: 0px;
}
select#deliv_date0 {
  width: 65%;
  margin-bottom: 1em;
  font-weight: bold;
}
select#deliv_time_id0 {
  width: 65%;
  font-weight: bold;
}
select#period_date1 {
  width: 33%;
}
select.boxHalf.text.data-role-none.periodical_time_selectable {
  width: 100%;
}
.pay_area02 .time_select .select_date_area {
  margin-left: 0px;
}
.history .order_history .order_item .item_bloc .item_detail p, .history .estimate_history .estimate_item .item_bloc .item_detail p {
  line-height: 16px;
  font-size: unset;
  margin-bottom: 5px;
}
p.check_point input.box_point {
  width: 50px;
  margin-right: 0.5em;
}
#periodArea .period .confirmArea {
  text-align: center;
  margin-top: 15px;
  background: #fafae6;
  padding: 10px;
  font-size: small;
}
/*▼▼　iphone5用スタイル　▼▼*/
@media (max-width: 320px) {
  .pay_area02 .time_select .select_date_area {
    margin-left: 0px;
  }
  select#period_month_key1 {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    width: 60%;
  }
  select.boxHalf.text.data-role-none {
    width: 50%;
  }
} /*閉じ*/
/*ここまで */
/************************************************
▼▼ギフトページ CSS▼▼
************************************************ */
div#gift_guide-wrapper .gift_guide-mainbox {
  margin: auto;
  margin: 10px 8px;
  margin-top: 40px;
  margin-bottom: 60px;
  border: 1px solid #CCC;
  padding: 10px 14px;
  display: block;
}
div#gift_guide-wrapper h3 {
  margin: 10px 0 25px;
  padding: 0 0 0 20px;
  font-size: larger;
  font-weight: normal;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 0;
  text-align: left;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
div#gift_guide-wrapper h3:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  content: "";
  border-left: #ae9e88 2px solid;
  z-index: -1;
  margin-left: 6px;
}
div#gift_guide-wrapper h4 {
  font-weight: normal;
  font-size: unset;
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: #d8d0bf 1px dotted;
  border-top: #d8d0bf 1px dotted;
}
div#gift_guide-wrapper dl.gift_guide-howtobox {
  margin: 25px 0 0;
  padding: 15px 25px 25px;
  background: #f0f0f0;
}
div#gift_guide-wrapper p {
  margin: 10px 0;
}
div#gift_guide-wrapper p, dd, dl, ol {
  line-height: 2em;
  font-size: 0.9rem;
  -webkit-font-smoothing: antialiased;
}
div#gift_guide-wrapper p.title-sab {
  text-align: center;
  font-size: medium;
  padding: 10px;
  margin-top: 10px;
}
div#gift_guide-wrapper dl.gift_guide-howtobox li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 10px 0px;
  font-size: unset;
}
div#gift_guide-wrapper dt {
  line-height: 2em;
  font-size: medium;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
}
div#gift_guide-wrapper dt.gift_guide-sabtext {
  line-height: 2em;
  font-size: medium;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  margin-bottom: 20px;
}
div#gift_guide-wrapper picture img {
  width: 100%;
}
p.back_gift {
    text-align: center;
}
p.gif_guid-p {
    display: block;
    width: 90%;
    margin: 10px auto;
    font-size: 1.1em;
}
.gif_guid-p a {
    border-bottom: solid 1px #333;
}


/************************************************
▲▲ギフトページCSSここまで▲▲
************************************************ */
/************************************************
おすすめ商品 css
************************************************ */
#main-content .re_recommen_box {
  padding: 5px 0 50px !important;
  font-weight: normal;
  text-align: center;
  font-size: 100%;
  background: #2d2d2e;
  color: #a4967d;
  position: relative;
  margin-bottom: 10vw;
  padding: 6vw 0 4vw;
  background-color: #ffffff;
  text-align: center;
  margin: auto;
}
.recommend_list_wrapper .re_recommen_box::before {
  position: absolute;
  right: 2.5%;
  left: 2.5%;
  bottom: 0;
  height: 0;
  /* border-bottom: #a4967d 1px solid; */
  content: "";
}
#main-content .re_recommen_box::after {
  position: absolute;
  right: 5%;
  left: 5%;
  bottom: -1vw;
  height: 0;
  /* border-bottom: #a4967d 1px solid; */
  content: "";
}
#main-content h2.rec_item {
  padding: 5px 0;
  font-weight: normal;
  text-align: center;
  font-size: 100%;
  color: #333;
  position: relative;
  padding: 0;
  background-color: transparent;
  font-size: 7.4vw;
  font-family: "Cormorant Infant", 游明朝, "Yu Mincho", YuMincho, serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}
#main-content h3.rec_checked {
  position: relative;
  margin-top: 5px;
  padding: 0;
  background-color: transparent;
  font-size: 3vw;
  line-height: 2em;
  font-weight: normal;
  letter-spacing: 1.5px;
  color: #907950;
}
/************************************************
チェックした商品 css
************************************************ */
#main-content .history_list_wrapper .re_checked_box {
  margin-bottom: 1.5em;
}
#main-content .history_list_wrapper {
  background: #f5f4f3;
  margin: 20px 0;
  padding: 30px 0 10px;
}
#main-content .history_list_wrapper h2.ck_item {
  background: none;
  color: #333;
  font-size: 7.4vw;
  font-family: "Cormorant Infant", 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 0;
}
#main-content .history_list_wrapper .re_checked {
  display: block;
  color: #a4967d;
  font-family: ""Open Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
"メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 3vw;
  line-height: 2em;
  font-weight: normal;
  padding-bottom: 10px;
}
#main-content .history_list_wrapper .bx-wrapper {
  background-color: transparent;
}
#main-content .bx-controls-direction {
  display: none;
}
ul.history_list li a {
  margin-top: 2.4vw;
  margin-bottom: 0.3vw;
  font-size: 3.1vw;
  font-weight: normal;
  letter-spacing: 0.06em;
}
.sale_price .price {
  color: #f00;
  color: #2d2d2f;
  margin-top: 2.4vw;
  margin-bottom: 0.3vw;
  font-size: 3.1vw;
  font-weight: normal;
  letter-spacing: 0.06em;
}
/************************************************
購入履歴一覧 css
************************************************ */
#search_keyword_area select {
  margin-bottom: 1em;
  width: 40%;
}
#search_keyword_area input#search_kw {
  border: #cccccc 1px solid;
}
.order_detail_info .order_item .item_bloc .item_detail p a {
  font-size: larger;
}
.order_history_list .order_info .mini {
  font-size: small;
}
/************************************************
商品一覧 css
************************************************ */
/* 詳細検索ウインドウ */
#advanced_search_area {
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
  background: #fff;
  height: 100%;
  z-index: 1;
  display: none;
}

/* 新着順等のボタン */
.pagenumberarea {
    margin: 10px auto 20px;
    padding: 10px 0;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,1) inset;
    border-top: none;
    border-bottom: 1px solid #e9e9e9;
    background: #EEE;
    display: block;
}

.pagenumberarea ul {
	width: 96%;
    margin: 0 auto;
    border: #A9ABAD solid 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: none;
    display: block;
}
.pagenumberarea li:first-child {
	border-radius: none;
    -moz-border-radius: none;
}

.pagenumberarea li:first-child a {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-right: #A9ABAD solid 1px;
		background: #ffffff;
		background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #ffffff));
}
.pagenumberarea li {
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    width: 33.3%;
    text-align: center;
    color: #FFF;
    background: #ffffff;
    background: -moz-linear-gradient(center top#ffffff 10%#ffffff 100%);
}
.pagenumberarea li:nth-child(2) a {
    border-right: #A9ABAD solid 1px;
    background: #ffffff;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff),color-stop(1,#ffffff));
}
.pagenumberarea li:last-child {
    border-radius: none;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: none;
}
.pagenumberarea li:last-child a {
    border-radius: 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-left: #FFF solid 1px;
    background: #ffffff;
    background: -moz-linear-gradient(center top, #FDFDFD 0%,#D7DDE3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #ffffff));
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: 1px 1px 1px 0px rgba(255,255,255,1) inset;
}

.pagenumberarea li.on_number {
    color: #ffffff;
    background: #a4957d;
    background: -moz-linear-gradient(center top, #a4957d 10%,#a4957d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a4957d),color-stop(1, #a4957d));
}
.pagenumberarea li:first-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.pagenumberarea li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

          .deliv_fee {
            float: left;
            margin-right: 5px;
          }

          .classcategory dt {
            float: left;
            clear: both;
            width: 150px;
          }
          .classcategory dd {
            margin-top: 5px;
          }
          #ContactUs {
            text-align: center;
            border: 1px solid #888;
          }
          #cartbtn_default dt {
            margin-top: 3px !important;
            margin-right: 3px;
            float: left;
            clear: both;
          }

/************************************************
カート用ヘッダー css
************************************************ */


header #header_inner_right ul#header_nav li.icon_cart-my {
    position: fixed;
    top: 1.8%;
    right: 3.6%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

img.hedmycar.mypicon.mybi-suicon {
    width: 70%;
}
header #header_wrapper #header_inner_left img.global_bi-su-splogo {
    top: 0.1em;
    right: 0%;
    width:170px;
    height: auto;
    position: relative;
}
@media screen and (max-width: 559px){
	header #header_inner_right ul#header_nav li.icon_cart-my {
		position: fixed;
		top: 1em;
		right: 3.5%;
		width: 40px;
		height: 40px;
		cursor: pointer;
}
}

/************************************************
検索バー css
************************************************ */
#search_area input#search {
  width: 90%;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  border: solid 1px #333;
  padding: 3% 3%;
  float: left;
  height: 12vw;
  margin-left: 0;
  font-size: medium;
}
#search_area {
  padding: 10px 4%;
  background: none;
  clear: both;
  text-align: center;
  overflow: hidden;
}
#search_area form {
  display: block;
  height: 100%;
}
#search_area i.fa.fa-search {
  font-size: 120%;
  color: #fff;
  display: block;
  float: right;
  margin: 0;
  height: 12vw;
  line-height: 12vw;
  width: 10%;
}
.fa-search:before {
  content: "\f002";
  background-color: #a4967d;
  display: block;
  padding: 0 6px;
  height: 12vw;
}
#search_area button {
  font-family: FontAwesome;
  content: "\f002";
  background-color: #333;
  padding: 0 6px;
  font-size: 120%;
  color: #fff;
  display: block;
  float: right;
  margin: 0;
  height: 12vw;
  line-height: 12vw;
  width: 10%;
  border: none;
}
input::-webkit-input-placeholder {
  font-size: small;
  line-height: 8vw;
}
input:-moz-placeholder {
  font-size: small;
  line-height: 8vw;
}
input::-moz-placeholder {
  font-size: small;
  line-height: 8vw;
}
input:-ms-input-placeholder {
  font-size: small;
  line-height: 8vw;
}
/************************************************
お気に入りページ css
************************************************ */
#form1 .favoriteBox .favoriteContents a {
  width: auto;
  float: none;
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  font-size: smaller;
}
#form1 .price {
  color: #2D2D2E;
  font-size: large;
}
.acc_desc_4 {
  margin-bottom: 1rem;
}
.information p:first-child {
  font-size: large;
  margin: 1em auto;
  text-align: center;
}


/************************************************
 会員登録 css
************************************************ */
.member-completed-ar {
	display: block;
	position: relative;
	margin: 0 10px;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	background: #333 !important;
}

.simple_square_btn5 {
	display: block;
	position: relative;
	margin: 0;
	width: 100%;
	padding: 0;
	text-align: center;
}
.member-completed-al:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	background: #ae9e88 !important;
	color: #fff !important;
	border: #ae9e88 solid 1px !important;
}
.member-completed-ar:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
}
#member-completed-box {
	padding: 3px;
	padding: 3px;
	margin: auto;
	text-align: center;
	margin-top: 60px;
}

#member-completed-box .member-completed-boxin {
	padding: 0px;
	margin: 0px;
}

#member-completed-box .member-completed-content {
	display: inline-block;
}
textarea.kiyaku_text {
    width: calc(92% - 2px);
    height: 100px !important;
    padding: 4%;
    border: solid 1px #ccc;
}
/*ソーシャルログイン*/
.sns-areabox {
    display: block;
    width: 90%;
    margin: 10px auto;
}
p.sns-areatext01 {
    font-size: 1rem;
    margin: 5px 0;
    font-weight: bold;
}

/************************************************
Myページ css
************************************************ */

/*再注文ボタン */
/*.order_nav_area .order_history_detail {
    display: none!important;
}*/


@media only screen and (-webkit-min-device-pixel-ratio: 2){
.arrowRtxt {
    background: url(https://cart.bi-su.jp/user_data/packages/raku2sp/img/common/ico_arrowR2.png) right center no-repeat;
    -webkit-background-size: 10px 15px;
    background-size: 10px 15px;
    border-bottom: solid 1px #333;
    margin-top: 10px;
}
}
#mycontents_area[class^="customer_"] #search_keyword_top input#btn_sales_search {
	background: #333;
	border-radius: 0px;
}
li.level1.cat-31 {
    display: none;
}
li.level1.cat-35 {
    display: none;
}
li.level1.cat-39 {
    display: none;
}
input[type="submit"].btn {
  background: #cc0066;
  border-radius: 0px;
  padding: 15px 0px;
  font-weight: normal;
}
a.btn, a.btn:link, a.btn:visited, a.btn:hover {
	background: #cc0066;
	border-radius: 0px;
	padding: 15px 0px;
}
.confirm_btn {
	background: #cc0066;
	border-radius: 0px;
	padding: 15px 0px;
}
.mailtextBox, .passtextBox {
  -webkit-appearance: none;
  border-radius: 0;
}
.passtextBox {
  margin-bottom: 1rem;
}
.periodical_nav_area a.nav_btn {
  background: #333;
  padding: 15px 0;
  font-size: 4vw;
}
#customer_info .customer_img {
  display: none;
}
a.order_history_detail {
  display: block;
  padding: 15px 0;
  border-radius: 0px;
  background: #333;
  border: none;
  text-align: center;
  width: 70%;
  color: #ffffff;
  font-size: 12px;
  margin: 15px auto 0;
}
a.order_history_detail:visited {
    color: #fff;
}
.order_history_list .order_detail_info .order_nav_area a.nav_btn, .estimate_history_list .estimate_detail_info .estimate_nav_area a.nav_btn {
    display: block;
    padding: 5px 0;
    border-radius: 0px;
    background: #fff;
    border: solid 1px #333;
    text-align: center;
    width: 70%;
    color: #2d2d2e;
    font-size: 12px;
    margin: 15px auto 0;
}
a.order_history_detail:link {
  color: #fff;
}
.order_history_list .order_detail_info .order_nav_area a.order_history_detail {
  font-size: 4vw;
}
.order_history_list .order_detail_info .order_item .item_detail p {
  font-size: 1.1em;
  line-height: 1.4em;
}
.order_history_list .order_detail_info .order_item .item_image, .estimate_history_list .estimate_detail_info .estimate_item .item_image {
  float: none;
  clear: both;
  margin-right: 0%;
}
.order_history_list .order_detail_info .order_item .item_detail {
  width: 98%;
  margin: 0 1%;
}
h3.title_mypage {
  background: #fff;
  width: 90%;
  margin: 5%;
  color: #2d2d2e;
  font-size: medium;
  border: none;
  text-align: left;
  font-weight: bold;
}

#mypagecolumn h2 {
    font-size: 130%;
    border-bottom: 1px solid #ccc;
    margin: auto;
    clear: both;
    color: #333;
    background: none;
}

.periodical_item .item_detail p {
  font-size: 1em;
}
.periodical_history_list .periodical_detail_info .next_shipping_date p, #mycontents_area.periodical_order_history .periodical_order_detail_bloc .next_shipping_date p {
  font-size: 1em;
  margin-bottom: 5px;
}
.periodical_history_list .periodical_info span.periodical_status, #mycontents_area.periodical_order_history .periodical_order_detail_bloc span.periodical_status {
  background: #008a00;
  color: #fff;
  padding: 6px 10px;
  font-size: 1em;
  margin-right: 3px;
}
#mycontents_area.periodical_order.periodical_order span.order_status_icon, .periodical_history_list .periodical_detail_info span.order_status_icon, #mycontents_area.periodical_order_history .periodical_order_detail_bloc span.order_status_icon {
  border: solid 1px #ccc;
  padding: 3px 6px;
  background: #fff;
  font-size: initial;
}
/* 入力画面文字調整 */
span#zeus_token_card_expires_month_suffix {
  padding: 0 2%;
}
span#zeus_token_card_expires_year_suffix {
  padding: 0 2%;
}
#zeus_token_card_name {
  width: 90% !important;
}
#zeus_registerd_card_area label, #zeus_new_card_area label {
  margin-top: 15px !important;
  display: block;
}
input[type="text"] {
  margin: 5px 0;
  font-size: medium;
  height: 40px;
}
p.login_memory {
  margin-top: 4%;
}
.boxShort {
  width: 26%;
}
input.mailtextBox {
    margin-top: 10px!important;
}
.mailtextBox, .passtextBox {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: medium!important;
  width: 90%!important;
  margin: auto!important;
  height: 33px!important;
}
input[type="number"] {
  padding: 5px 0;
  text-indent: 0;
  font-size: medium;
}
#zeus_token_card_info_area input[type="text"], #zeus_token_card_info_area input[type="tel"], #zeus_token_card_info_area select {
  font-size: medium;
}
.boxHarf {
  width: 50%;
  font-size: medium;
}
.boxLong {
  width: 95%;
  font-size: medium;
}
select.boxShort {
  width: 25%;
  font-size: medium;
}
#zeus_token_card_info_area .zeus_token_input_error {
  background-color: #ffe8e8;
  font-size: medium;
}
input[type="radio"] + label {
  padding-left: 25px;
  padding-top: 2px;
  position: relative;
  font-weight: bold;
}
/* 生年月日 */
select#year, select#month, select#day {
  margin-right: 5px;
}
#periodicalOrderHistory td a:link, #periodicalOrderHistory td a:visited {
  color: #2185c5;
}
/* 買い物を続けるボタン */
.btn_sub, a.btn_sub, a.btn_sub:link, a.btn_sub:visited, a.btn_sub:hover {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
/* 戻るボタン */
a.btn_back, a.btn_back:link, a.btn_back:visited, a.btn_back:hover {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

/* 再注文ボタン */
.history .order_history input.btn_reorder, .history .estimate_history input.estimate2order {
    margin-top: 10px;
	padding: 15px 0px;
	font-weight: normal;
}

h2.title {
	border-bottom: solid 1px #ccc;
    margin: auto;
    font-size: 130%;
    clear: both;
    color: #333;
    background: none;
}
#mypagecolumn h2.title {
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* 合計金額 */
.total_area, .result_area {
    padding: 10px;
    text-align: right;
    background: #f5f5f5;
    border-top: #FFF solid 1px;
    border-bottom: #ccc solid 1px;
}
/* ランクアップ */
.q_14 {
    font-size: 16px;
}

/* 発送準備フォント調整 */
.periodical_history_list span.order_status_icon {
    display: block!important;
    width: 50%!important;
    text-align: center!important;
    letter-spacing: 0.1em!important;
    margin: 5px auto!important;
}

.next_shipping_date span.order_status_icon {
    display: block!important;
    width: 50%!important;
    text-align: center!important;
    letter-spacing: 0.1em!important;
    margin: 5px auto!important;
}

/************************************************
特定商取引に関する法律に基づく表記 css
************************************************ */
dl.form_info {
  line-height: 1.6rem;
}
dl.form_info dd {
  padding: 8px 14px 16px;
}
dl.form_info dt {
  padding: 16px 10px 0;
}
/************************************************
プライバシーポリシー css
************************************************ */
div#porish {
  padding: 20px 16px;
  line-height: 1.6rem;
}
div#porish-top {
  padding: 10px 16px;
  line-height: 1.6rem;
}
div#porish-top p {
  margin-top: 10px;
}
div#porish h3 {
  margin: 28px 0 10px;
}
div#porish dt {
  margin-top: 10px;
}
p.titlep {
  padding: 20px 16px 0px;
  line-height: 1.6rem;
}
/************************************************
フッター css
************************************************ */
a:link, a:visited {
  color: #2d2d2e;
}
/************************************************
 ページTOPへ戻るボタン css
************************************************ */
.block-page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background-color: #333;
}
.block-page-top {
  position: fixed;
  top: auto;
  bottom: 14px;
  right: 14px;
  display: none;
  z-index: 999;
}
#footer_pagetop{
  display: none important;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 48%;
  top: 50%;
  margin-top: -3px;
  margin-left: -5px;
}
/*リンク位置調整 */
span#toplink {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
/************************************************
ギフト開閉スタイル css
************************************************ */
details#ribbon {
  transition: 1s;
  height: 4em;
  margin-top: 30px;
  width: 92%;
  display: flow-root;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: auto;
  cursor: pointer;
}
details#ribbon[open] {
  height: 1830px;
  overflow: hidden;
  background-color: white;
}
details#ribbon2 {
  height: 6em;
  transition: 1s;
}
details#ribbon2[open] {
  height: 550px;
  overflow: hidden;
}
summary.ribbon_gift {
  background-color: #a4967d;
  text-align: -webkit-center;
  color: white;
  font-size: 1rem;
  line-height: 3em;
  border-radius: 3px;
  width: 100%;
  margin: auto;
  /*margin-top: 36px;*/
}
summary.ribbon_gift:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
li.wrappingnavi1 {
  width: 49%;
  margin-top: 10px;
  display: -webkit-inline-box;
  height: auto;
}
ul.wrapping-boxul {
  width: 100%;
  height: auto;
  list-style: none;
  margin-top: 10px;
}
.ribbonnavi1-sp {
  width: 100%;
}
#periodArea .period h4 {
  float: none;
  margin-bottom: 0px;
}
#periodArea .period span.attention.teiki_cycle_set {
  font-size: 1em;
  margin: 0;
  margin-bottom: 1em;
  display: block;
  text-align: left;
}
#periodArea .period .teiki_cycle_item h5 {
  font-size: 113%;
}
h3.ribbon-text001 {
  clear: both;
  color: #9b8259;
  font-family: "Cormorant Infant", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1rem;
  margin-top: 20px;
  padding-bottom: 5px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-top: 30px;
  border-bottom: 1px dotted #ad9f88;
}
ul.ribbon-boxul {
  margin-top: 20px;
  padding: 0;
  height: auto;
  width: 100%;
  list-style: none;
}
li.ribbonnavi1 {
  width: 49%;
  display: -webkit-inline-box;
}
h2.ribbon-text01 {
  margin: 20px 10px;
  text-align: center;
  font-family: "Cormorant Infant", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  background: #ffffff;
  color: #333;
  border-bottom: 1px dotted #ad9f88;
}
#ribbon p.ribbon-text02 {
  line-height: 1.8em;
  font-size: 0.9rem;
}
li.ribbonnavi12 {
  width: 100%;
  margin-bottom: 5px;
}
/*ギフト開閉スタイルここまで*/
/*▼▼　iphone5用スタイル　▼▼*/
@media (max-width: 320px) {
  details#ribbon[open] {
    height: 1670px;
    overflow: hidden;
    background-color: white;
  }
  header #header_inner_right ul#header_nav li {
    text-align: center;
    margin-left: 0;
  }
  header {
    min-height: 56px;
  }
  header#top-m {
    min-height: 56px!important;
  }
} /*閉じ*/
/************************************************
 miranest import css ▼▼ミラネストCSS▼▼
************************************************ */
header #header_wrapper #header_inner_left-m {
  width: auto;
  margin-left: 3%;
  float: left;
  padding: 0;
}
header #header_wrapper #header_inner_left-m a {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
}
ul.header_nav-m li a {
    color: white!important;
}
header #header_wrapper #header_inner_left-m img {
  width: 200px;
  margin-top: 3%;
  padding: 0;
  vertical-align: middle;
}
div.nav_hbg-m {
    color: white;
}
p.miranest_notice {
  font-size: 15px;
  color: #f53f4d;
  text-align: center;
  width: 90%;
  margin: auto;
  margin-bottom: 2em;
}
/*▼▼　iphone5用スタイル　▼▼*/
@media (max-width: 320px) {
  header #header_wrapper #header_inner_left-m img {
    width: 170px;
    padding: 0;
    vertical-align: middle;
  }
  header #header_inner_right-m ul#header_nav li {
    margin-left: 0px !important;
    font-size: 73%;
    text-align: center;
  }
} /*閉じ*/
#order-form .step-box-imgsp {
  width: 100%;
}
header#top-m {
  width: 100%;
  background: #222421;
  padding-top: 0;
  margin-bottom: 5px;
  clear: both;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 16vw;
  padding: 0;
  background-color: #222421;
  font-size: 3vw;
  z-index: 99999;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
header #header_inner_right-m {
  width: 30%;
  padding: 0 5px;
  float: right;
  text-align: right;
  margin-right: 3%;
  margin-top: 2px;
}
header #header_inner_right-m ul#header_nav {
  display: flex;
  margin-right: 30px;
}
header #header_inner_right-m ul#header_nav li {
  font-size: 73%;
  text-align: center;
  width: 71%;
}
header #header_inner_right-m ul#header_nav li a, header #header_inner_right-m ul#header_nav li a:visited {
  color: #ffffff;
}
header #header_inner_right-m ul#header_nav .quantity {
  font-size: 90%;
}
header #header_inner_right-m ul#header_nav .quantity {
  position: absolute;
  top: 0;
  right: -5px;
  background: #e64c66;
  display: block;
  width: 15px;
  height: 11px;
  border-radius: 50px;
  color: #fff;
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
  padding-top: 4px;
}
header #header_inner_right-m ul#header_nav li.icon_cart {
  position: relative;
}
header #header_inner_right-m ul#header_nav {
  display: flex;
}
header #header_inner_right-m ul#header_nav {
  float: right;
}
p.check-onlinemail {
  text-align: center;
  font-size: medium;
  line-height: 1.4em;
  padding: 0 13px;
  margin-top: 90px;
}
p.check-onlinemail2 {
  text-align: center;
  font-size: medium;
  line-height: 1.4em;
  padding: 10px 13px;
}
#no_login_disp .order-in {
  margin: 0 auto;
  background: #f5f5f5;
  padding: 20px !important;
}
#nonmember table, tbody, tr, th, td {
  display: block;
}
#order-form table th {
  padding: 8px;
  padding-left: 20px !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc;
  color: #333;
  background-color: #f0f0f0;
  font-weight: normal;
  text-align: left;
  width: 100% !important;
  box-sizing: border-box;
}
#order-form table td {
  padding: 8px;
  border-right: none !important;
  border-bottom: none !important;
  background-color: #fff;
  text-align: left;
  width: 100% !important;
  box-sizing: border-box;
}
input#login_email {
  width: 90%;
  margin: auto;
}
input#login_pass {
  width: 90%;
  margin: auto;
}
#order-form.lp_version-01 .order-item table td div[id^="item_quantity_area"] {
  float: left;
  padding-bottom: 10px;
}
#order h3 {
  margin-top: 40px;
  margin-left: 10px;
}
label.agree_check.yu-packet_check-box {
  padding-left: 20px;
  width: 90%;
  display: block;
}
.order-item {
  margin: 10px;
}
/*▼▼　スマホスタイル　▼▼*/
@media screen and (max-width: 600px) {
  #order-form img.step-box-imgsp {
    width: 100%;
  }
}
/*▼▼　iphone5用スタイル　▼▼*/
@media (max-width: 320px) {
  #order-form img.step-box-imgsp {
    width: 100%;
  }
  /*定期特典ボタン css */
  p#item-repeat {
    border: none;
    line-height: 3rem;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    margin: auto;
    font-size: unset;
  }
  #item-repeat a {
    max-width: 100%;
    margin: auto;
    padding: .7rem 0;
    position: relative;
  }
  #item-repeat a:after {
    position: relative;
    left: 10px;
    font-family: icomoon;
    content: "\f08e";
    font-family: "FontAwesome";
    display: inline-block;
  }
  p#item-repeat a {
    color: #fff!important;
    display: block;
    color: #fff!important;
    background-color: #a3957d;
    font-size: 0.9em;
    line-height: 2.3rem;
    text-align: center;
    border-radius: 0px;
    margin: auto;
    margin-top: 20px;
    font-size: 0.9rem;
}
} /*閉じ*/
/*▼▼　カレンダー　▼▼*/
#calender_area {
  display: none;
}
/*カレンダー閉じ*/
#second_date_area p {
  width: 90% !important;
  margin: auto !important;
}
div#logo_area_lp img {
  width: 30%;
}
/*▼▼　入力フォーム　▼▼*/
#order-form table {
  margin: 15px auto;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
#order-form input[type="text"] {
  margin: 5px auto;
  font-size: medium;
  width: 90%;
  display: block;
}
#order-form input#login_pass {
  width: 90%;
  margin: auto;
  font-size: medium;
  margin: 5px auto;
  display: block;
}
#order-form input[type="button"], input[type="submit"] {
  font-weight: bold;
  -webkit-appearance: none;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  display: block;
  cursor: -webkit-grab;
  border-radius: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: none;
  background: #FF931E;
}

#order-form input[type="button"] + i, input[type="submit"] + i {
  display: none;
}
.block-page-topmira a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  background-color: #1e3a39;
}
.block-page-topmira {
  position: fixed;
  top: auto;
  bottom: 14px;
  right: 14px;
  display: none;
  z-index: 999;
}
.block-page-topmira a:after {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 48%;
  top: 50%;
  margin-top: -3px;
  margin-left: -5px;
}
/*****▼▼注文ボタンCSS▼▼******/
#footer_pagetop-m a:before {
  display: block;
  font-family: "FontAwesome";
  content: "\f095";
  font-size: 30px;
  padding-bottom: 0.1em;
  line-height: 28px;
}
#footer_pagetop-m {
  position: fixed;
  bottom: 13px;
  left: 14px;
  right: 14px;
  width: 75px;
  height: 75px;
  font-size: .8rem;
  z-index: 100;
  background-color: rgba(200, 20, 20, .85);
  border-radius: 10%;
  opacity: 1;
}
#footer_pagetop-m a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: inherit;
}
/*******ドロップセレクトボタン（手提げ袋） ********/
.detailrightblock .classcategory {
  padding: 0 5%;
  border-top: none;
  /*border-top: #e9e9e9 solid 1px;*/
  margin-top: 3%;
  margin-bottom: 3%;
}
.detailrightblock .classcategory dl dd select {
  /* styling */
  background-color: white;
  border: thin solid #aaaaaa;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* arrows */
.detailrightblock .classcategory dl dd select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.detailrightblock .classcategory dl dd select:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.detailrightblock .classcategory dl dd select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
/*ここまで */
/************************************************
▲▲ミラネストCSSここまで▲▲
************************************************ */
/************************************************
▼▼画像大きめのカート▼▼
************************************************ */

p.flow_area img {
    display: none;
}
.formBox .fl-right {
  float: none;
  margin-top: 10px;
  width: 90%;
  text-align: left;
}
.cartconfirmBox ul {
  float: none;
  clear: both;
  line-height: 1.1;
}
.cartconfirmContents {
  width: 100%;
  position: relative;
  line-height: 1.3;
  overflow: hidden;
  float: none;
}
.cartconfirmBox .photoL {
  width: 80%;
  display: block;
  float: none;
  clear: both;
  margin: auto;
}
.photoL {
  float: none;
  clear: both;
}

.cartitemBox{
    display: flex;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cartitemBox p.listphoto {
    /* width: 80%; */
    width: 30%;
    max-width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  clear: both;
  float: none;
}
.cartinarea .cartitemBox .photoL {
  width: 100%;
  float: none;
  margin: auto;
}
.cartinarea .cartitemBox .cartinContents {
  /* width: 100%;
  float: left; */
  width: 70%;
  display: inline-block;
  position: relative;
}
.formBox div.quantity {
  border: 1px solid #e9e9e9;
  border-radius: 0;
  padding: 0 10px;
  min-height: auto;
  display: block;
  width: 70%;
  margin: auto;
}
/*▼▼　削除ボタンスタイル　▼▼*/
.cartinContents .listdetail {
  margin-bottom: 15px;
  height: auto;
}
.cartitemBox p.btn_delete {
  /* position: relative;
  left: 200px;
  top: -94px; */
  margin-right: 11px;
  position: static;
}
.quantity select {
  padding: 4px;
  width: 70px;
  height: 40px;
  border-radius: 2px;
  background: #fff;
  border: solid 1px #a9a9a9;
  min-width: 60px;
  margin: 10px;
}
/*▼▼　iphone5用スタイル　▼▼*/
@media (max-width: 320px) {
  /* .cartitemBox p.btn_delete {
    position: relative;
    left: 174px;
    top: -94px;
  } */
  .quantity select {
    padding: 4px;
    width: 60px;
    height: 40px;
    border-radius: 2px;
    background: #fff;
    border: solid 1px #a9a9a9;
    min-width: 60px;
  }
  .formBox div.quantity {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 0 10px;
    min-height: auto;
    display: block;
    width: 80%;
    margin: auto;
  }
} /*閉じ*/
/* 削除ボタンここまで css*/
/* ミラネストLP css*/
select#payment_id {
  width: 65%;
}
div#item_quantity_area_1 select {
  margin-bottom: 0;
  margin: 0 10px 0 0;
  width: 70px;
}
#order-form.lp_version-01 .order-item table td div[id^="item_amount_area"] {
  width: 60%;
  font-size: medium;
  margin-top: 10px;
}
#order-form select {
  padding: 10px 5px !important;
  font-size: medium;
  margin: 10px 10px 10px 0px;
  font-weight: normal;
}
select#pref {
  width: 50%;
}
#order-form .order-in table select, .order-item table select {
  margin-bottom: 0;
  padding-bottom: 0px;
}
/*▼▼　iphone5用スタイル　▼▼*/
@media (max-width: 320px) {
  #order-form.lp_version-01 .order-item table td div[id^="item_amount_area"] {
    float: right;
    width: 50%;
    font-size: medium;
    margin-bottom: 10px;
    margin-top: 0px;
  }
  #order-form select {
    padding: 10px 5px !important;
    font-size: medium;
	width: 60%;
	font-weight: normal;
  }
  div#item_quantity_area_1 select {
    margin-bottom: 0;
    margin: 0;
    margin-right: 10px;
    width: 70px;
  }
} /*閉じ*/

/*▼▼　iphone横向きの場合のスタイル　▼▼*/
@media screen and (orientation: landscape) {
	/* 横向きの場合のスタイル */
	#nav_hbg {
		position: fixed;
		top: 6%;
		right: 8%;
		cursor: pointer;
		z-index: 20;
	}
	header #header_inner_right ul#header_nav {
		display: flex;
		position: fixed;
		top: 6%;
	}
	header {
		height: 14vw;
	}
	header #header_wrapper #header_inner_left img {
		width: 137px;
	}
	#nav_hbg div {
		display: flex;
		flex-wrap: wrap;
		align-content: space-around;
		width: 40px;
		height: 34px;
		padding: 5px;
		margin-bottom: 5px;
		box-sizing: border-box;
		margin: auto;
	}
} /*閉じ*/


/************************************************
 会員登録 css
************************************************ */
.member-completed-ar {
	display: block;
	position: relative;
	margin: 0 10px;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff !important;
	background: #333 !important;
	border: #333 solid 1px !important;
	margin-bottom: 20px !important;
}
.member-completed-al {
display: block;
    position: relative;
    margin: 0 10px;
    width: 160px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    border: none;
    color: #fff !important;
    background: #333!important;
}
.simple_square_btn5 {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 0px;
	width: 240px;
	padding: 0.8em;
	text-align: center;
}
.member-completed-al:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
	background: #ae9e88 !important;
	color: #fff !important;
	border: #ae9e88 solid 1px !important;
}
.member-completed-ar:hover {
	opacity: 0.8;
	cursor: pointer;
	text-decoration: none;
}
#member-completed-box {
	margin: auto;
	text-align: center;
	margin-top: 10px;
	display: block;
	height: auto;
}

#member-completed-box .member-completed-boxin {
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	display: block;
}

#member-completed-box .member-completed-content {
	display: inline-block;
	width: 100%;
	margin: auto;
}





/************************************************
Amazon Pay css
************************************************ */

img#OffAmazonPaymentsWidgets1 {
    max-height: 74px!important;
    width: 100%!important;
    height: auto!important;
    margin: auto!important;
}
img#OffAmazonPaymentsWidgets0 {
    max-height: 74px!important;
    width: 100%!important;
    height: auto!important;
    margin: auto!important;
}
div#AmazonPayButton {
    display: block;
    margin-bottom: 8%;
}


/************************************************
新規会員登録ボタン・買い物ボタン css
************************************************ */
/* 会員登録せずに購入するボタンを非表示*/
input[type="submit"].nav_nonmember {
    width: 100%;
    padding: 13px 10px;
    font-weight: normal;
    background: #ffffff;
    color: #333;
    border: none;
    display: block;
    text-align: center;
    border: #A9ABAD solid 1px;
    border-radius: 0;
    display: none;
}
form#member_form2 p.attention {
    display: none;
}
/* ここまで*/

.login_area_btm {
    padding: 16px 9% 15px;
}

.navBox {
    width: 100%;
    margin: 10px auto;
    background: #FFF;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    border: none;
}
.navBox li.hot a {
    border: none;
    padding: 15px 10px;
    color: white;
    font-size: larger;
    font-weight: bold;
}

.navBox li:last-child {
    border-bottom: none;
    margin: 1rem 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
.navBox li {
    -webkit-background-size: 10px 15px;
    background-size: 10px 15px;
    background: #cc0066;
    border: none;
    text-align: center;
}
}

/* LINEスタイルシート*/

a#LineLoginButton img {
    width: 100%;
}
.login_area_amazon {
    padding-bottom: 5%!important;
}
.login_area_line {
    padding-bottom: 5%!important;
}



.block_outer-itembox #search_area h2{
    font-size: 100%;
    background-color: #ae9e88;
    color: #ffffff;
    border: none;
}
.block_outer-itembox img {
  max-width: 100%;
}
.block_outer-itembox .block_body {
    border: solid 1px #ededed;
    padding: 10px;
}
p.block-itembox-maintex2 {
    /*border-top: 1px dotted #cccccc;
    margin-top:10px;*/
    padding: 10px 0;
}



.bx-wrapper .bx-caption {
  display:none;
}