@charset "utf-8";

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
a {
  cursor: pointer;
  color: #222222;
  text-decoration: none;
}
p,
li,
h1,
h2,
h3 {
  color: #222222;
  font-size: 20px;
}

.contents_wrapper {
  opacity: 0;
  text-align: center;
  position: relative;
  width: 750px;
}

.check_privilege_list {
  display: none;
}

/*================
	ヘッダー
================*/
#header {
  width: 100%;
  text-align: center;
  z-index: 10000;
}

.header_inner {
  background-color: #ffffff;
  /*0313*/
  /*height: 220px;*/
  height: 138px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.header_inner.header_inner_fix {
  border: 2px solid blue;
  position: fixed;
}
.new_logo {
  /*0313*/
  background-color: #ffffff;
  background-image: url(../img/sp_logo.png);
  /*background-image: url(../img/sp_logo_30th.png);*/
  background-size: 237px 84px;
  /*background-size: 202px 174px;*/
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: block;
  float: left;
  /*height: 220px;*/
  height: 138px;
  width: 327px;
}
.sp_special_info {
  display: none;
}
/*
.sp_special_info {
  display: none;
  border-top: 2px solid #e5e5e5;
  background-color: #fddce2;
  height: 120px;
  width: 100%;
  overflow: hidden;
}
.sp_special_info a {
  display: block;
  height: 120px;
  width: 100%;
}
.special_info_text {
  background-image: url(../img/icon_special_info.png);
  background-size: 56px 63px;
  background-repeat: no-repeat;
  background-position: 148px 23px;
  color: #a50319;
  font-size: 32px;
  float: left;
  line-height: 120px;
  margin: auto;
  padding-left: 220px;
}
.special_info_text span {
  color: #a50319;
  font-size: 44px;
  font-weight: bold;
}
.special_info_delete {
  background-image: url(../img/special_info_delete.png);
  background-size: 69px;
  background-repeat: no-repeat;
  background-position: center;
  float: right;
  margin: 25px;
  height: 69px;
  width: 69px;
}*/

/*==================
header
==================*/
.header_menu_list {
  /*0313*/
  background-color: #a50319;
  /*height: 220px;*/
  height: 138px;
  float: right;
  overflow: hidden;
  text-align: center;
}
.header_menu_list li {
  /*0313*/
  background-color: #a50319;
  border-left: 2px solid #910115;
  float: left;
  background-size: auto 70px;
  /*background-position: center 50px;*/
  background-position: center 15px;
  background-repeat: no-repeat;
  /*cursor: pointer;*/
  /*height: 220px;*/
  height: 138px;
  position: relative;
  width: 139px;
  box-sizing: border-box;
}
.header_menu_list li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mypage {
  background-image: url(../img/sp_menu_mypage.png);
}
.login {
  background-image: url(../img/sp_menu_login.png);
}
.cart {
  background-image: url(../img/sp_menu_cart.png);
}
.menu_btn {
  transition: all 0.4s;
  -o-transition: all 0.4s; /* Opera */
  -moz-transition: all 0.4s; /* Firefox */
  -webkit-transition: all 0.4s; /* GoogleChrome, Safari */
  -ms-transition: all 0.4s; /* IE */
}
.sp_menu {
  /*0313*/
  width: 50px;
  height: 46px;
  /*top: 60px;*/
  top: 30px;
  position: absolute;
  right: 44px;
  /*cursor:pointer;*/
  display: inline-block;
  z-index: 100;
}
.sp_menu1,
.sp_menu2,
.sp_menu3 {
  width: 50px;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
}
.sp_menu1 {
  -o-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.sp_menu3 {
  -o-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.sp_menu1,
.sp_menu2,
.sp_menu3 {
  transition: all 0.2s;
  -o-transition: all 0.2s; /* Opera */
  -moz-transition: all 0.2s; /* Firefox */
  -webkit-transition: all 0.2s; /* GoogleChrome, Safari */
  -ms-transition: all 0.2s; /* IE */
  /*transition-timing-function:ease-in-out;*/
}
.menuclick1 {
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*transition-timing-function:ease-in-out;*/
}
.menuclick2 {
  opacity: 0;
}
.menuclick3 {
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*transition-timing-function:ease-in-out;*/
}

.header_menu_name {
  /*0313*/
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  margin-top: 94px;
}
.notice {
  background-color: #000000;
  border-radius: 30px;
  display: none;
  color: #ffffff;
  font-size: 32px;
  position: absolute;
  height: 58px;
  line-height: 58px;
  top: 8px;
  right: 8px;
  width: 58px;
}
.login .notice {
  display: none !important;
}
.mypage .notice {
  display: none !important;
}
.header_declaration {
  color: #a50319;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 74px;
  width: 100%;
  height: 74px;
}
.header_small {
  background-color: #ffffff;
  display: none;
  height: 100px;
  text-align: center;
  width: 100%;
  position: fixed;
  opacity: 0.9;
  top: 0;
  z-index: 999;
}
.header_small_top,
.header_small_campaign {
  border-right: 3px solid #e5e5e5;
  /*background-color: #fafafa;*/
  float: left;
  font-size: 28px;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.header_small_top {
  width: 100px;
}
.header_small_campaign {
  width: 220px;
  border: none;
}
.header_small_menu_list {
  background-color: #a50319;
  float: right;
  height: 100px;
  overflow: hidden;
}
.header_small_menu_list li {
  background-color: #a50319;
  border-left: 2px solid #910115;
  float: left;
  background-size: auto 70px;
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  position: relative;
  width: 139px;
  box-sizing: border-box;
}
.header_small_menu_list:first-child {
  border-left: none;
}
.header_small_menu_list li a {
  display: block;
  width: 100%;
  height: 100px;
}
.header_small_menu_list li a .sp_menu {
  top: 28px;
}

.header_menu_list li.menu_close_btn {
  background-color: #000000;
}
.header_small_menu_list li.menu_close_btn {
  background-color: #000000;
}

.menu_list {
  /*0313*/
  border-top: 3px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  /*height: 170px;*/
  height: 112px;
  overflow: hidden;
  width: 100%;
}
.menu_list li {
  /*0313*/
  background-color: #fdfdfd;
  border-left: 3px solid #eeeeee;
  box-sizing: border-box;
  float: left;
  /*height: 170px;*/
  height: 112px;
  width: 25%;
}
.menu_list li:first-child {
  border-left: none;
}
.menu_list li a {
  /*0313*/
  color: #222222;
  font-size: 28px;
  font-weight: bold;
  /*height: 170px;*/
  height: 112px;
  line-height: 36px;
  display: table;
  text-align: center;
  width: 100%;
}
.menu_list li span {
  /*0313*/
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
  font-weight: bold;
  /*height: 170px;*/
  height: 112px;
}

.popup_menu {
  background-color: #000000;
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 220px;
  width: 100%;
  z-index: 200;
  /*overflow: scroll;*/
  max-height: none !important;
}
.popup_menu_inner {
  opacity: 0;
  position: relative;
}
.popup_search_box {
  background-color: #222222;
  height: 164px;
  padding: 0 30px;
  overflow: hidden;
}
.popup_search_area {
  -webkit-appearance: none;
  background-color: #656565;
  border: 1px solid #656565;
  border-radius: 60px;
  color: #ffffff;
  display: block;
  font-size: 36px;
  float: left;
  /*height: 90px;*/
  /*line-height: 90px;*/
  padding: 30px 100px 30px 30px;
  margin-top: 30px;
  width: 560px;
  height: auto;
}
input.popup_search_area:focus{
  outline: none;
  background-color: #656565;
  border: 1px solid #656565;
  padding-left: 30px !important;
}

.popup_search_box .popup_search_submit {
  background-image: url(../img/icon_serch.png);
  background-repeat: no-repeat;
  background-color: #656565;
  background-position: center;
  border: none;
  display: block;
  font-size: 38px;
  margin: 40px 0 0 598px;
  position: absolute;
  width: 70px;
  height: 80px;
}
.popup_popular {
  overflow: hidden;
}
.popup_popular h3 {
  background: none;
  color: #fff;
  font-size: 32px;
  height: 100px;
  line-height: 100px;
  margin: auto;
}
.popup_popular_list {
  overflow: hidden;
  width: 100%;
}
.popup_popular_list li {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /*margin-bottom: 2px;*/
  position: relative;
  width: 100%;
}
.popup_popular_list li a {
  background-position: 615px center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 250px;
  width: 100%;
}
.popup_popular_list li:nth-child(1) {
  background-image: url(../img/sp_menu_banner_1.png);
}
.popup_popular_list li:nth-child(2) {
  background-image: url(../img/sp_menu_banner_2.png);
}
.popup_popular_list li:nth-child(3) {
  background-image: url(../img/sp_menu_banner_3.png);
}
.popup_popular_list li:nth-child(4) {
  background-image: url(../img/sp_menu_banner_4.png);
}

.popup_category,
.popup_trouble {
  /*margin-top: 30px;*/
}
.popup_category h3,
.popup_trouble h3 {
  background: none;
  color: #fff;
  font-size: 32px;
  height: 100px;
  line-height: 100px;
  margin: auto;
}
.popup_category_list,
.popup_trouble_list {
  /*margin-top: 10px;*/
  overflow: hidden;
  width: 100%;
}
.popup_category_list li,
.popup_trouble_list li {
  background-color: #222222;
  height: 134px;
  margin-bottom: 3px;
  text-align: left;
  overflow: hidden;
}
.popup_category_list li a,
.popup_trouble_list li a {
  display: block;
  color: #fff;
  font-size: 36px;
  height: 134px;
  line-height: 134px;
  padding: 0 48px;
}
.popup_category_list li .icon_plus,
.popup_trouble_list li .icon_plus {
  background-image: url(../img/arrow_right.png);
  background-size: 22px 41px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  margin-top: 46px;
  height: 41px;
  opacity: 0.6;
  width: 22px;
}
.header_logout {
  background-color: #222222;
  list-style-type: none;
  height: 130px;
  line-height: 130px;
  margin: 60px 30px;
}
.header_logout a {
  background-image: url(../img/icon_logout.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #fff;
  font-size: 36px;
  display: block;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
  width: 280px;
}

/*.popup_cafe {
  background-image: url(../img/sp_menu_cafe.png);
  background-repeat: no-repeat;
  background-size: 690px 323px;
  display: block;
  height: 323px;
  margin: 70px auto;
  width: 690px;
}*/

.popup_menu_notice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 30px;
  border-bottom: 4px solid #222222;
}

.popup_menu_notice a{
  line-height: 0;
}

.popup_menu_notice a img {
  width: 100%;
  height: auto;
}

.popup_menu_notice a:nth-child(1) {
  height: auto;
  width: 100%;
  padding-bottom: 3%;
}

.popup_menu_notice a:nth-child(2),
.popup_menu_notice a:nth-child(3)
{
  height: auto;
  width: 100%;
  max-width: 48.4%;
}

.popup_category_fade {
  background-color: #222222;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 201;
  max-height: none !important;
}
.category_fade_top {
  border-bottom: 2px solid #000000;
  overflow: hidden;
  padding: 0px 40px;
  height: 170px;
  text-align: left;
}
.popup_category_fade h4 {
  color: #ffffff;
  display: block;
  font-size: 42px;
  font-weight: bold;
  float: left;
  line-height: 170px;
}
.category_fade_close_top {
  background-image: url(../img/menu_close_white.png);
  background-repeat: no-repeat;
  background-size: 68px;
  background-position: center top;
  display: block;
  font-size: 25px;
  color: #ffffff;
  float: right;
  margin: 28px -40px 0 0px;
  width: 108px;
  height: 25px;
  padding-top: 83px;
  text-align: center;
}
.category_fade_list {
}
.category_fade_list li {
  border-bottom: 2px solid #000000;
  height: 134px;
  line-height: 134px;
  padding: 0px 40px;
  text-align: left;
}
.category_fade_list li a {
  color: #fff;
  display: block;
  font-size: 36px;
}

.sp.head_infos {
  -webkit-text-size-adjust: 100%;
	padding-top: 70px;
  font-size: 31px;
}


/*================
	?????ワでヘ?b?_?[
================*/

/*=============================
	?J?[?g?|?b?v?A?b?v
=============================*/
.chipDomTop {
  width: 272px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: url("../img/incart_top.gif") no-repeat top left;
}
.chipDomBottom {
  width: 272px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  background: url("../img/incart_bottom.gif") no-repeat top left;
}
.chipDomCenter {
  width: 240px;
  background: url("../img/incart_center.gif") repeat-y top left;
  padding: 10px 16px;
  font-size: 1.2em;
  min-height: 1px;
}
/*=============================
	?????ワでカ?[?g?|?b?v?A?b?v
=============================*/

.pankuzu {
  display: none;
}

.loading_back,
.cart_loading_back {
  background-color: #ffffff;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
}
.cart_loading_back {
  background-color: rgba(255, 255, 255, 0.6);
}
.loading_gif,
.cart_loading_gif {
  display: table-cell;
  vertical-align: middle;
}
.loading_gif span,
.cart_loading_gif span {
  background-image: url(../img/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px;
  display: block;
  width: 48px;
  height: 48px;
  margin: auto;
}

.top_back_btn {
  background-image: url(../img/top_back_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 96px;
  display: block;
  height: 96px;
  position: fixed;
  bottom: -100px;
  right: 20px;
  width: 96px;
  z-index: 10;
}

/*================
	?t?b?^?[
================*/
#footer {
  text-align: center;
  width: 100%;
  -webkit-text-size-adjust: none;/*スマホバグ対策*/
  -moz-text-size-adjust: none;/*スマホバグ対策*/
  text-size-adjust: none;/*スマホバグ対策*/
}

.footer_sns {
  background-color: #f5f5f5;
  overflow: hidden;
}
.sns_timeline_list {
  display: block;
}
.contents_inner .sp_sns_link_list {
  margin: 70px auto 40px;
  overflow: hidden;
  text-align: center;
}
.contents_inner .sp_sns_link_list:nth-child(2){
  margin-top: 40px;
}
.sp_sns_link_list li {
  display: inline-block;
  margin: 0 22px 0 0;
}
.sp_sns_link_list li:last-child {
  display: inline-block;
  margin: 0 0 0 0;
}
.sp_sns_link_list li a {
  background-size: 100px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
}
.sp_sns_link_list--facebook a {
  background-image: url(/img/icon_facebook.png);
}
.sp_sns_link_list--x a {
  background-image: url(/img/icon_x.png);
}
.sp_sns_link_list--line a {
  background-image: url(/img/icon_line.png);
}
.sp_sns_link_list--instagram a{
  background-image: url(/img/icon_instagram.png);
}
.sp_sns_link_list--mail a{
  background-image: url(/img/icon_mail.png);
}
.sp_sns_link_list li img {
  width: 100px;
}
.sp_sns_link_list li.sp_sns_link_list--instagram .sp_footer_sns_list--instagram-box{
  display: flex!important;
  align-items: center;
  gap: 10px;
}
.sp_footer_sns_list--instagram-textLink{
  background: none!important;
  display: flex!important;
  justify-content: center;
  align-items: center;
  font-size: 24px!important;
}
.sp_footer_sns_list--instagram-textLink.staff{
  width: 150px!important;
}
.sp_footer_sns_list--instagram-textLink.official{
  width: 85px!important;
}



.footer_info_inner {
  margin: 0 30px;
  overflow: hidden;
}
.footer_info_list {
  margin-bottom: 70px;
}
.footer_info_list > li {
  font-size: 26px;
  line-height: 1.3;
  text-align: left;
}

.footer_list {
  background-color: #f5f5f5;
  overflow: hidden;
}
.footer_list li {
  border-bottom: 3px solid #8f0014;
  background-color: #a50319;
  height: 134px;
  text-align: left;
}
.footer_list--2 {
  border-top: 17px solid #8f0014;
}
.footer_list li.footer_logout {
  /*display: none;*/
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  background-color: #fff;
  list-style-type: none;
  height: 130px;
  line-height: 130px;
  margin: 46px 50px;
}
.footer_list li.footer_logout a {
  background-image: url(../img/icon_logout.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #333333;
  font-size: 34px;
  font-weight: 600;
  display: block;
  height: 130px;
  line-height: 130px;
  margin: 0 auto;
  overflow: hidden;
  text-align: right;
  width: 220px;
}

.footer_list li:first-child a {
  font-weight: bold;
}
.footer_list li a {
  color: #ffffff;
  display: block;
  font-size: 36px;
  line-height: 134px;
  height: 134px;
  padding: 0 48px;
}
.footer_list li .icon_plus {
  background-image: url(../img/sp_footer_plus.png);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: right;
  margin-top: 50px;
  height: 40px;
  width: 40px;
}
.footer_list li .icon_minus {
  background-image: url(../img/sp_footer_minus.png);
}
.footer_list_menu {
  background-color: #ffffff;
  display: none;
  text-align: left;
  padding: 50px 48px;
}
.footer_list_menu a {
  display: block;
  font-size: 36px;
  line-height: 90px;
}
.footer_list_menu a.onayami {
  display: block;
  font-size: 32px;
  line-height: 90px;
}
.footer_tel {
  background-color: #ab3d43;
  padding: 70px 48px;
}

.footer_tel p,
.footer_tel a {
  color: #ffffff;
  line-height: 1.7;
}
.footer_list_tel_text_1 {
  font-size: 38px;
}
.footer_list_tel_text_1 span {
  font-size: 30px;
  color: #ffffff;
}
.footer_list_tel_text_2 {
  font-size: 71px;
  text-decoration: underline;
}
.footer_list_tel_text_3 {
  font-size: 36px;
}

.footer_copyright_box {
  background-color: #980116;
  padding: 54px 0 64px;
}
.footer_small_menu {
  overflow: hidden;
  margin: 0px auto 40px;
  text-align: center;
  /* 			width: 80%; */
}
.footer_small_menu li {
  display: inline-block;
}
.footer_small_menu li a {
  color: #fff;
  box-sizing: border-box;
  font-size: 28px;
  float: left;
  margin: 20px 0;
  padding: 0 40px;
  text-align: center;
}
.footer_small_menu li:first-child a {
  border-right: 2px solid #d699a2;
}
.footer_small_menu li:last-child a {
  width: 100%;
}
.footer_logo {
  background-image: url(../img/sp_footer_logo.png);
  background-size: 238px 84px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 84px;
  width: 238px;
  margin: 0 auto 5px;
}
.footer_copyright {
  color: #ffffff;
  font-size: 9px;
  margin-top: 10px;
}
.footer_app{
  padding: 32px 0;
  width: 100%;
  overflow: hidden;
}

.footer_app_area{
  display: block;
  margin: 0 30px;
}

.footer_app_box{
  display: flex;
  justify-content: center;
  text-align: left;
}

.footer_app_img{
  margin: 8px 18px 0 0;
}

.footer_app_img img{
  width: 100px;
  height: 100px;
  max-width: none;
}

.footer_app_head{
  font-weight: bold;
  font-size: 26px;
}
.footer_app_text{
  font-size: 26px;
}

/*================
	?????ワでフ?b?^?[
================*/

/*=============================
	?J?[?g?ヌ?????[?_??
=============================*/
#cart_mordal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
#cart_mordal .cart_mordal_back {
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100%;
  position: absolute;
  width: 100%;
}
#cart_mordal .cart_mordal_box {
  background-color: #ffffff;
  border-radius: 8px;
  margin: auto 20px;
  position: relative;
  left: 0;
  right: 0;
  padding: 40px 30px;
  text-align: left;
  width: 650px;
}
#cart_mordal.rotate_window .cart_mordal_box {
  padding: 20px 20px;
  width: 670px;
}
#cart_mordal .cart_mordal_text {
  background-color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  padding-right: 50px;
}
#cart_mordal.rotate_window .cart_mordal_text {
  font-size: 16px;
}
#cart_mordal .cart_mordal_close_btn {
  display: block;
  position: absolute;
  right: 30px;
  top: 40px;
  width: 50px;
  z-index: 1;
}
#cart_mordal.rotate_window .cart_mordal_close_btn {
  right: 20px;
  top: 20px;
  width: 25px;
}
#cart_mordal .cart_mordal_close_btn img {
  width: 50px;
  height: 50px;
}
#cart_mordal.rotate_window .cart_mordal_close_btn img {
  width: 25px;
  height: 25px;
}
#cart_mordal .cart_mordal_item {
  display: table;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}
#cart_mordal.rotate_window .cart_mordal_item {
  height: 186px;
  margin-top: 30px;
}
#cart_mordal .cart_mordal_item_img {
  display: table-cell;
  vertical-align: top;
  width: 224px;
}
#cart_mordal.rotate_window .cart_mordal_item_img {
  width: 180px;
}
#cart_mordal .cart_mordal_item_img img {
  width: 100%;
}
#cart_mordal .cart_mordal_item p {
  color: #a50319;
  display: table-cell;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-left: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 200px;
  overflow: hidden;
  vertical-align: top;
}
#cart_mordal.rotate_window .cart_mordal_item p {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
}
#cart_mordal .cart_mordal_detail {
  border: 2px solid #e3e3e3;
  border-radius: 2px;
  margin-top: 20px;
  overflow: hidden;
}
#cart_mordal.rotate_window .cart_mordal_detail {
  position: absolute;
  top: 100px;
  right: 20px;
  width: 470px;
}
#cart_mordal .cart_mordal_detail p {
  background-color: #f5f5f5;
  border-bottom: 2px solid #e3e3e3;
  font-size: 28px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  width: 100%;
}
#cart_mordal.rotate_window .cart_mordal_detail p {
  font-size: 14px;
  line-height: 26px;
}
#cart_mordal .cart_mordal_line {
  background-color: #e3e3e3;
  float: left;
  height: 90px;
  margin-top: 34px;
  width: 2px;
}
#cart_mordal.rotate_window .cart_mordal_line {
  height: 45px;
  margin-top: 20px;
}
#cart_mordal .cart_mordal_detail dl {
  float: left;
  padding: 16px 0 12px;
}
#cart_mordal.rotate_window .cart_mordal_detail dl {
  padding: 12px 0 12px;
}
#cart_mordal .cart_mordal_detail dl.left {
  width: 37.3%;
}
#cart_mordal .cart_mordal_detail dl.right {
  width: 62%;
}
#cart_mordal .cart_mordal_detail dl dt {
  font-size: 28px;
  margin-left: 40px;
}
#cart_mordal.rotate_window .cart_mordal_detail dl dt {
  font-size: 14px;
}
#cart_mordal .cart_mordal_detail dl dd {
  font-size: 28px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
#cart_mordal.rotate_window .cart_mordal_detail dl dd {
  font-size: 14px;
}
#cart_mordal .cart_mordal_detail dl dd span {
  color: #a50319;
  font-size: 40px;
  margin-right: 3px;
}
#cart_mordal.rotate_window .cart_mordal_detail dl dd span {
  font-size: 20px;
}
#cart_mordal .cart_mordal_btn_box {
  margin-top: 30px;
}
#cart_mordal.rotate_window .cart_mordal_btn_box {
  overflow: hidden;
  margin-top: 20px;
}
#cart_mordal .cart_mordal_btn_box a {
  display: block;
  border-radius: 6px;
  font-size: 34px;
  height: 136px;
  line-height: 136px;
  text-align: center;
  width: 100%;
}
#cart_mordal.rotate_window .cart_mordal_btn_box a {
  float: left;
  font-size: 17px;
  height: 60px;
  line-height: 60px;
  width: 324px;
}
#cart_mordal .cart_mordal_btn_box a.cart_mordal_btn--order {
  background-color: #a70012;
}
#cart_mordal .cart_mordal_btn_box a.cart_mordal_btn--close {
  background-color: #f5f5f5;
  border: 2px solid #e3e3e3;
  box-sizing: border-box;
  margin-top: 30px;
}
#cart_mordal.rotate_window .cart_mordal_btn_box a.cart_mordal_btn--close {
  float: right;
  margin-top: 0;
}
#cart_mordal .cart_mordal_btn_box a p {
  font-size: 34px;
  display: inline-block;
  background-position: left center;
  background-repeat: no-repeat;
}
#cart_mordal.rotate_window .cart_mordal_btn_box a p {
  font-size: 17px;
}
#cart_mordal .cart_mordal_btn_box a.cart_mordal_btn--order p {
  background-image: url(../img/cart_mordal_order_btn.png);
  color: #ffffff;
  font-weight: bold;
  padding-left: 68px;
  background-size: 50px auto;
}
#cart_mordal.rotate_window .cart_mordal_btn_box a.cart_mordal_btn--order p {
  background-size: 25px auto;
  padding-left: 48px;
}
#cart_mordal .cart_mordal_btn_box a.cart_mordal_btn--close p {
  font-weight: bold;
}
#cart_mordal.rotate_window .cart_mordal_btn_box a.cart_mordal_btn--close p {
}

/*=============================
	???フ??
=============================*/
.recipe_link a {
  color: rgb(0, 0, 238);
  text-decoration: underline;
}
#main #itemNumberListHead .numberList li,
#main #itemNumberListFoot .numberList li {
  font-size: 22px;
}
.subtitle2 a {
  color: #0033cc;
  text-decoration: underline;
}

/*=============================
	?J?[?g?{?^??????=============================*/
.best_text_box .best_cartin,
.review_item_text .review_item_cartin,
.campaign_text_box .campaign_cartin {
  font-size: 32px;
  font-weight: bold;
  line-height: 42px;
  height: 90px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
}

/*20170421追加*/
.long_msg {
  font-size: 27px !important;
  line-height: 41px !important;
  -webkit-line-clamp: 5 !important;
}


/*=============================
	home_only
=============================*/
.home_only {
  display: block !important;
  overflow: hidden;
  width: 700px;
  float: left;
}
.home_only p {
  display: block !important;
  font-size: 12px;
  line-height: normal;
  background: none;
  text-align: left;
  padding-left: 0;
  margin-top: 9px;
}
.home_only p:last-child {
  float: right;
  margin-top: 13px;
  text-decoration: none;
}
.home_only p:last-child a {
  color: #a50319;
  text-decoration: none;
  font-weight: bold;
  background: #ffffff;
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.sp_home_only {
	display: block !important;
	width: 187px;
}
.sp_home_only p {
  display: block !important;
  line-height: normal;
  background: none;
  text-align: left;
  margin-top: 0 !important;
}
.sp_home_only p a {
  font-size: 25px;
  display: block;
}
.sp_home_only .question {
  text-align: center;
}
.sp_home_only .question a {
  color: #a50319;
	margin-bottom: 10px;
	position: relative;
}
.sp_home_only .question a::before {
	content: "";
	background-image: url(../img/sp_menu_help.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
	width: 40px;
	position: absolute;
	top: -50px;
	left: 73.5px;
}

.header_search {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 120px;
  padding: 0 12px;
  border-bottom: 2px solid #e5e5e5;
}
.top_search_box{
	width: 563px;
	overflow: hidden;
	text-align: center;
}
.search_box_inner{
	position: relative;
}
.header_search form[name="search_form"],
.header_search .search_form {
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
	border-radius: 60px;
	background-color: #f2f2f2;
	box-shadow: none;
	display: block;
	font-size: 30px;
  height: 88px;
  width: 526px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 24px;
}
.search_area{/*0313*/
  font-family: inherit;
  font-size: 30px;
  font-display: swap;
  line-height: 88px;
  box-sizing: border-box;
  outline: none;
  border: none;
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0 24px;
  margin-bottom: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
input.search_area:focus{
  background-color: transparent;
  border: none;
  padding-left: 24px!important;
}
.search_submit,
.header_search .btn_search,
.search_content_inner .search_keyword .btn_search{/*0313*/
	background-image: url(/header/images/icon_search.svg);
	background-repeat: no-repeat;
	background-color: transparent;
  background-position: center;
  background-size: 100% 100%;
	border: none;
	display: block;
	width: 48px;
  height: 48px;
  margin-right: -6px;
  padding: 0;
  position: relative;
  top: -70px;
  left: 585px;
}



/*=========================
	ヘッダー 20220225 リニューアル
=========================*/
.cmn-header_inner {
  padding: 34px 20px 16px;
  font-size: 28px;
  line-height: 1.4em;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

.cmn-header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}

.cmn-header_logo {
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cmn-header_menu {
  margin-left: auto;
  margin-right: 10px;
}

.cmn-header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmn-header_menu ul li {
  width: 108px;
}

.cmn-header_menu ul li.search img {
  width: 40px;
  height: 40px;
}

.cmn-header_menu ul li.search .search_content {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 178px;
  left: 0;
  width: 100%;
  z-index: 11;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cmn-header_menu ul li.search .search_content.active {
  max-height: 1000px;
  overflow: visible!important;
}
.cmn-header_menu ul li.search .search_content_inner {
  padding: 28px 48px 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmn-header_menu ul li.search .search_content .close {
  width: 30px;
  height: 30px;
  margin: 0 0 28px auto;
}
.cmn-header_menu ul li.search .search_content .close img {
  width: 100%;
  height: auto;
}
.cmn-header_menu ul li.search .search_content .search_keyword {
  display: block;
  width: 100%;
  position: relative;
}
/*.cmn-header_menu ul li.search .search_content .search_keyword::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 38px;
  height: 38px;
  background: url("/header/images/icon_search.svg");
}*/
.cmn-header_menu ul li.search .search_content .search_keyword input {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #cecece;
  padding: 20px 77px 20px 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 32px;
  height: 90px;
}
.cmn-header_menu ul li.search .search_content .search_keyword input::-webkit-input-placeholder {
  font-size: 32px;
}
.cmn-header_menu ul li.search .search_content .search_keyword input::-moz-placeholder {
  font-size: 32px;
}
.cmn-header_menu ul li.search .search_content .search_keyword input:-ms-input-placeholder {
  font-size: 32px;
}
.cmn-header_menu ul li.search .search_content .search_keyword input::-ms-input-placeholder {
  font-size: 32px;
}
.cmn-header_menu ul li.search .search_content .search_keyword input::placeholder {
  font-size: 32px;
}
.cmn-header_menu ul li.search .search_content .note {
  font-size: 28px;
  text-align: right;
  margin-top: 60px;
}
.cmn-header_menu ul li.search .search_content .note::before {
  content: none;
}
.cmn-header_menu ul li.search .search_content .note a {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  color: #ffffff;
}
.cmn-header_menu ul li.search .search_content .note a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url("/header/images/icon_qa_white.svg") center/contain no-repeat;
}

.cmn-header_menu ul li.new img {
  width: 52px;
  height: 36px;
}

.cmn-header_menu ul li.member img {
  width: 50px;
  height: 50px;
}

.cmn-header_menu ul li.cart img {
  width: 50px;
  height: 50px;
}

.cmn-header_menu ul li a {
  position: relative;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.cmn-header_menu ul li a span {
  font-size: 16px;
  margin-top: auto;
}

.cmn-header_menu ul li a .cart-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -7px;
  right: 14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  background: #A50519;
  display: none; /*カートバッジの初期非表示*/
}

.cmn-header_nav {
  margin-left: 20px;
}

.cmn-header_nav .menu-trigger,
.cmn-header_nav .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cmn-header_nav .menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.cmn-header_nav .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
}

.cmn-header_nav .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.cmn-header_nav .menu-trigger span:nth-of-type(2) {
  top: 20px;
}

.cmn-header_nav .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.cmn-header_nav .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.cmn-header_nav .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.cmn-header_nav .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

.cmn-header_bottom_txt {
  color: #A50319;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.cmn-header_megamenu {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 178px;
  left: 0;
  width: 100%;
  z-index: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.cmn-header_megamenu.active {
  z-index: 101;
  max-height: 100vh;
  overflow-y: scroll;
}
.cmn-header_megamenu_inner {
  padding: 30px 0 580px;
  overflow-y: scroll;
}
.cmn-header_megamenu_box:last-child {
  border-bottom: 1px solid #cecece;
}
.cmn-header_megamenu_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 48px;
}
.cmn-header_megamenu_action > div {
  position: relative;
  width: calc((100% - 12px) / 3);
  padding-bottom: 0;
  border-radius: 8px;
  background-color: transparent;
}
.cmn-header_megamenu_action .buyhistory a,
.cmn-header_megamenu_action .viewhistory a,
.cmn-header_megamenu_action .order a{
  background: #5c5c5c;
}
.cmn-header_megamenu_action .buyhistory a span,
.cmn-header_megamenu_action .viewhistory a span,
.cmn-header_megamenu_action .order a span{
  color: #ffffff;
}

.cmn-header_megamenu_action > div:not(:nth-child(3n)) {
  margin-right: 6px;
}
.cmn-header_megamenu_action > div > a {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 28px;
  color: #222;
  text-decoration: none;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cmn-header_megamenu_action > div.buyhistory > a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/img/icon_history.svg") center/contain no-repeat;
  margin-right: 6px;
}
.cmn-header_megamenu_action > div.viewhistory > a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url("/img/icon_viewhistory.svg") center/contain no-repeat;
  margin-right: 6px;
}
.cmn-header_megamenu_brand {
  margin-top: 30px;
  padding: 0 48px;
}
.cmn-header_megamenu_brand > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dedede;
  border-radius: 8px;
  padding: 24px 30px;
  font-size: 28px;
  text-align: left;
}
.cmn-header_megamenu_brand > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 26px;
  width: 36px;
  height: 28px;
  background: url("/img/icon_arrow_right_red.png") center/contain no-repeat;
}
.cmn-header_megamenu_brand_thumb {
	width: 134px;
	margin-right: 40px;
}
.cmn-header_megamenu_brand_thumb img {
  width: 100%;
  vertical-align: middle;
}
.cmn-header_megamenu_brand_text{
  display: flex;
  align-items: center;
}
.cmn-header_megamenu_popular {
  margin-top: 48px;
  margin-bottom: 60px;
  padding: 0 48px;
}
.cmn-header_megamenu_popular-ttl {
  font-size: 32px;
  text-align: left;
  color: #ffffff;
}
.cmn-header_megamenu_popular-list {
  margin-top: 30px;
}
.cmn-header_megamenu_popular-list > li:not(:first-child) {
  margin-top: 24px;
}
.cmn-header_megamenu_popular-list > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5c5c5c;
  border-radius: 8px;
  padding: 18px 24px;
}

.cmn-header_megamenu_popular-list .list_accordion {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5c5c5c;
  border-radius: 8px;
  padding: 18px 24px;
}
.cmn-header_megamenu_popular-list .list_accordion .thumb {
  width: 104px;
  margin-right: 40px;
}
.cmn-header_megamenu_popular-list .list_accordion .txt {
  font-size: 32px;
  color: #ffffff;
  text-align: left;
}
.cmn-header_megamenu_popular-list .list_accordion::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 30px;
  width: 38px;
  height: 38px;
  background: url("/img/renewal/common/icon-acordion_close.png");
}
.cmn-header_megamenu_popular-list .list_accordion.open::before {
  background: url("/img/renewal/common/icon-acordion_open.png");
}
.cmn-header_megamenu_popular-list .list_accordion.open{
  border-radius: 8px 8px 0 0;
}

.cmn-header_megamenu_popular-list > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/img/icon_arrow_right_white.png") center/contain no-repeat;
}
.cmn-header_megamenu_popular-list > li > a .thumb {
  width: 104px;
  margin-right: 40px;
}
.cmn-header_megamenu_popular-list > li > a .thumb img {
  width: 100%;
  vertical-align: middle;
}
.cmn-header_megamenu_popular-list > li > a .txt {
  font-size: 32px;
  color: #ffffff;
  text-align: left;
}
.cmn-header_megamenu_accordion-ttl {
  font-size: 32px;
  text-align: left;
  border-top: 1px solid #CECECE;
}
.cmn-header_megamenu_accordion-ttl .sub_menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cmn-header_megamenu_accordion-ttl > a {
  position: relative;
  display: block;
  font-size: 32px;
  padding: 30px 48px;
  color: #ffffff;
}
.cmn-header_megamenu_accordion-ttl > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cmn-header_megamenu_accordion-ttl > a.icon-accordion::before {
  width: 38px;
  height: 38px;
  background: url("/img/renewal/common/icon-acordion_close.png");
}
.cmn-header_megamenu_accordion-ttl.open > a.icon-accordion::before {
  background: url("/img/renewal/common/icon-acordion_open.png");
}
.cmn-header_megamenu_accordion-ttl > a.icon-arrow::before {
  width: 12px;
  height: 24px;
  background: url("/img/icon_arrow_right_white.png") center/contain no-repeat;
}
.cmn-header_megamenu_accordion-content {
  display: none;
  background: rgba(256, 256, 256, 0.2);
  padding-top: 5px;
}
.cmn-header_megamenu_accordion-content > ul {
  padding: 0 0 32px;
}
.cmn-header_megamenu_accordion-content > ul > li {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 48px;
  margin-top: 30px;
}
.cmn-header_megamenu_accordion-content > ul > li + li {
  position: relative;
}
.cmn-header_megamenu_accordion-content > ul > li + li::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
}
.cmn-header_megamenu_accordion-content > ul > li:not(:first-child) {
  margin-top: 60px;
}
.cmn-header_megamenu_accordion-content > ul > li > a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 28px;
  color: #ffffff;
}
.cmn-header_megamenu_accordion-content > ul > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 24px;
  background: url("/img/renewal/common/icon-arrow_right_white.svg") center/contain no-repeat;
}

/**
 * モバイル用のサジェストCSS（2023.7.25追加）
 */

/* === === === リセットスタイル === === === */
.bl_npSuggestContainerMobile {
	box-sizing: border-box;
	font-size: 14px;
	color: #545454;
	line-height: 1;
}
.bl_npSuggestContainerMobile * {
	word-break: break-all; /* 文字の改行に関する禁則処理を解除してどこでも開業できるようにする */
	word-wrap: break-word; /* 必要に応じて単語の途中で改行 */
	-ms-overflow-style: none; /* IE でスクロールバーを表示しない */
	margin: 0;
	padding: 0;
	border:0;
	outline:0;
	box-sizing: border-box;
	font-family: sans-serif;
	vertical-align:baseline;
	background:transparent;
}
.bl_npSuggestContainerMobile *::-webkit-scrollbar{
	width: 0;
	height: 0;
 }
.bl_npSuggestContainerMobile a {
	color: #545454;
	text-decoration: none;
}
/* === === === モジュール === === === */
/* --- --- --- コンテナ --- --- --- */
.bl_npSuggestContainerMobile {
	position: absolute;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	margin-top: 1px;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile_searchboxComponent {
	width: 100%;
	margin: 0;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile_eventComponent {
	width: 100%;
	background-color: #fff;
}
/* --- --- --- サジェスト --- ---- --- */
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList {
	border: 0;
	margin-bottom: 1px;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_header {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body {
	display: flex;
	justify-content: flex-start;
	padding: .5em;
	overflow-y: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::after {
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: .25em;
	margin-right: .5em;
	border: 1px solid #d4d9dc;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:last-child {
	border-bottom: 1px solid #d4d9dc;
	margin-right: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item:hover {
	color: #fff;
	border-color: #009fcc;
	background-color: #009fcc;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item .el_npSuggestAnnotationLabel {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item > * {
	margin-right: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_item > *:first-child {
	margin-left: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_label {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: .75em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .75em 0;
}
/* --- --- --- サーチコンポーネント --- ---- --- */
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList {
	border: 0;
	margin-bottom: 1px;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_header {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body {
	display: flex;
	justify-content: flex-start;
	padding: .5em;
	overflow-y: auto;
}
.bl_npSuggestSearchKeywordList_body::after {
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
.bl_npSuggestSearchKeywordList_item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: .25em;
	margin-right: .5em;
	border: 1px solid #d4d9dc;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:last-child {
	border-bottom: 1px solid #d4d9dc;
	margin-right: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item:hover {
	color: #fff;
	border-color: #009fcc;
	background-color: #009fcc;
}
.bl_npSuggestContainerMobile .bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item .el_npSuggestAnnotationLabel {
	display: none;
}
.bl_npSuggestSearchKeywordList_item > * {
	margin-right: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_item > *:first-child {
	margin-left: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_label {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: .75em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestSearchKeywordList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .75em 0;
}
/* --- --- --- 検索履歴 --- ---- --- */
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList {
	border: 0;
	margin-bottom: 1px;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_header {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body {
	display: flex;
	justify-content: flex-start;
	padding: .5em;
	overflow-y: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::after {
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: .25em;
	margin-right: .5em;
	border: 1px solid #d4d9dc;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:last-child {
	border-bottom:	1px solid #d4d9dc;
	margin-right: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item:hover {
	color: #fff;
	border-color: #009fcc;
	background-color: #009fcc;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item .el_npSuggestAnnotationLabel {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item > * {
	margin-right: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_item > *:first-child {
	margin-left: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_label {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: .75em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .75em;
}
/* --- --- --- ランキング --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestRankingList {
	border: 0;
	margin-bottom: 1px;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_header {
	display: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body {
	display: flex;
	justify-content: flex-start;
	padding: .5em;
	overflow-y: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::after {
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	cursor: pointer;
	flex-shrink: 0;
	border-radius: .25em;
	margin-right: .5em;
	border: 1px solid #d4d9dc;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:last-child {
	margin-right: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item > * {
	margin-right: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item > *:first-child {
	margin-left: 1em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_item:hover {
	color: #fff;
	border-color: #009fcc;
	background-color: #009fcc;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_label {
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	padding: .75em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_keyword {
	display: flex;
	align-items: center;
	flex-grow: 1;
	white-space: nowrap;
	overflow-x: auto;
	padding: .75em;
    font-size: .75em;
}
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_icon {
	font-weight: bold;
	color: #a9a9a9;
}

/* --- --- --- サジェスト商品詳細(カード) --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestItemList {
	border: 1px solid #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_header {
	font-size: 0.75em;
	padding: .5em;
	background-color: #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_header > span {
	margin: 0 .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body {
	padding: .5em 0 .5em .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::after { /* スクロールの端はpaddingが効かないので、padding分の疑似要素を入れる */
	content: '';
	padding: .25em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item {
	display: block;
	flex: 0 0 7em;
	margin: 0 .5em 0 0;
	box-shadow: 1px 1px 2px 1px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:last-child {
	margin: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:focus,
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:hover {
	box-shadow: 2px 2px 3px 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar{
	width: 0;
	height: .3em;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar-track{
	border-radius: .5em;
	box-shadow: inset 0 0 2px #d4d9dc;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_body::-webkit-scrollbar-thumb{
	background: #666;
	border-radius: .5em;
	box-shadow: none;
}
/* --- --- --- サジェスト商品詳細(メディア) --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_body {
	display: block;
	padding: .5em .5em 0 .5em;
	overflow-y: auto;
	max-height: 400px;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_item {
	display: flex;
	height: 6em;
	margin: 0 0 .5em 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_item:last-child {
	margin: 0;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList__media .bl_npSuggestItemList_body::-webkit-scrollbar{
		width: .3em;
		height: 0;
}
/* --- --- --- メディア --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestMedia {
	background-color: #fff;
	display: flex;
	height: 6em;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_imgWrapper {
	position: relative;
	flex: 0 1 35%;
	overflow-y: hidden;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_imgWrapper > img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_body {
	flex: 1;
	padding: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_ttl {
	max-height: 3em;
	overflow-y: auto;
	margin-bottom: 1em;
}
.bl_npSuggestContainerMobile .bl_npSuggestMedia_price {
	font-size: .8em;
}
/* --- --- --- カード --- --- --- */
.bl_npSuggestContainerMobile .bl_npSuggestCard {
	display: block;
	background-color: #fff;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper {
	position: relative;
	padding-top: 75%; /* widthに対しての割合 */
	overflow: hidden;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper > img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_body {
	padding: .5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_ttl {
	font-size: .8em;
	max-height: 3em;
	overflow-y: auto;
	margin-bottom: 1em;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_price {
	font-size: .6em;
}

/* 20230619追加 */
/* サジェストエリア */
.bl_npSuggestContainerMobile .bl_npSuggestRankingList_keyword{
    font-size: 30px;
}
.bl_npSuggestContainerMobile .el_npSuggestColumnLabel{
	font-size: 24px;
}
.bl_npSuggestContainerMobile .el_npSuggestCrownIcon{
	padding: 1.5em;
}
.bl_npSuggestContainerMobile .bl_npSuggestHistoryList_keyword{
    font-size: 24px;
}
.bl_npSuggestContainerMobile .bl_npSuggestKeywordList_keyword{
    font-size: 24px;
}
.bl_npSuggestContainerMobile .bl_npSuggestItemList_header{
    font-size: 24px;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper{
    width: 180px;
    height: 180px;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_imgWrapper > img{
    width: 180px!important;
    height: 180px!important;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_ttl{
    font-size: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.bl_npSuggestContainerMobile .bl_npSuggestCard_price{
    font-size: 24px;
}
/* 王冠 */
.bl_npSuggestContainerMobile .el_npSuggestCrownIcon::before{
	border-right: 1.5em solid transparent!important;
	border-bottom: 2.6em solid #fb0!important;
	border-left: 1.5em solid transparent!important;
}
.bl_npSuggestContainerMobile .el_npSuggestCrownIcon::after{
    border-top: 1em solid transparent!important;
    border-right: 1.7em solid #fb0!important;
    border-bottom: 1em solid #f90!important;
    border-left: 1.7em solid #fb0!important;
}
/**
 * PC・モバイル共用のCSS
 */

/* === === === エレメント === === === */
/* --- --- --- 太字 --- --- --- */
.el_bold {
	display: inline-block;
	font-weight: bold;
}

/* -- --- --- hitnumラベル --- --- --- */
.el_npSuggestHitnumLabel {
	font-size: .75em;
	color: #666;
}

/* --- --- --- カテゴリラベル --- --- --- */
.el_npSuggestColumnLabel {
	display: inline-block;
	padding: .3em .7em;
	background-color: #d4d9dc;
	border-radius: .3em;
	color: #666;
	font-size: .75em;
}

/* -- --- --- 注釈ラベル --- --- --- */
.el_npSuggestAnnotationLabel {
	display: inline-block;
	padding: 0 .7em;
	color: #009fcc;
	font-size: .75em;
}

/* --- --- --- 削除ボタン --- --- --- */
.el_npSuggestCrossBtn {
	position: relative;
	display: inline-block;
	padding: .7em;
	border-radius: .7em;
	background-color: #d3d6dd;
	color: #666;
	cursor: pointer;
	transition: .25s;
}
.el_npSuggestCrossBtn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: .8em;
	height: .1em;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}
.el_npSuggestCrossBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: .1em;
	height: .8em;
	background-color: currentColor;
	transform: translate(-50%, -50%) rotate(45deg);
}
.el_npSuggestCrossBtn:focus,
.el_npSuggestCrossBtn:hover {
	background-color: #ff4500;
	color: #fff;
}

/* --- --- --- 王冠マーク --- --- --- */
.el_npSuggestCrownIcon {
	display: inline-block;
	position: relative;
	padding: .5em;
}
.el_npSuggestCrownIcon::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10%;
	width: 0;
	height: 0;
	border-top: 0;
	border-right: .5em solid transparent;
	border-bottom: .9em solid #fb0;
	border-left: .5em solid transparent;
	transform: translateX(-50%);
}
.el_npSuggestCrownIcon::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10%;
	width: 0;
	height: 0;
	border-top: .3em solid transparent;
	border-right: .5em solid #fb0;
	border-bottom: .4em solid #f90;
	border-left: .5em solid #fb0;
	transform: translateX(-50%);
}

/* --- --- --- 王冠マーク(シルバー) --- --- --- */
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__silver::before {
	border-bottom-color: #ccc;
}
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__silver::after {
	border-color: #ccc;
	border-top-color: transparent;
	border-bottom-color: #aaa;
}

/* --- --- --- 王冠マーク(ブロンズ) --- --- --- */
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__bronze::before {
	border-bottom-color: #d98;
}
.el_npSuggestCrownIcon.el_npSuggestCrownIcon__bronze::after {
	border-color: #d98;
	border-top-color: transparent;
	border-bottom-color: #c76;
}

/*=============================
あといくら機能
=============================*/
#atoikura {
  position: fixed;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  /* display: none; */ /* あといくら機能OFF時に有効にする */
}

#atoikura,
#atoikura * {
  box-sizing: border-box;
}

#atoikura .js-modalAtoikura {
  transform: translateY(200%);
  transition: all 0.5s ease-in-out;
  z-index: 1002;
  display: none;
}

#atoikura .js-modalAtoikura.is-open {
  transform: translateY(0%);
  transition: all 0.5s ease-in-out;
}

#atoikura .modalAtoikura {
  color: #ffffff;
  background-color: #a5031a;
  width: 700px;
  padding: 18px 27px 16px;
  border-radius: 12px;
  border: 2px solid #ffffff;
  box-shadow: 3px 8px 7px #00000059;
  position: relative;
  margin: 0 auto;
}

#atoikura .modalAtoikura a {
  color: #ffffff;
  text-decoration: none;
}

#atoikura img {
  width: auto;
  max-width: 100%;
  height: auto;
}

#atoikura #atoikuraTrg {
  color: #ffffff;
  background-color: #a5031a;
  width: 160px;
  height: 160px;
  padding: 15px 5px 15px;
  border: 2px solid #ffffff;
  border-radius: 12px;
  margin-left: calc(100vw - 190px);
  box-shadow: 3px 8px 7px #00000059;
  position: absolute;
  bottom: 0;
  right: 25px;
  opacity: 0;
  z-index: 1001;
  transition: opacity 0.5s ease-in-out;
}

#atoikura #atoikuraTrg.is-open {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

#atoikura #atoikuraTrg .button-icon {
  width: 70px;
  margin: 0 auto;
}

#atoikura #atoikuraTrg p {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-top: 5px;
}

#atoikura #atoikuraTrg p::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 6px solid transparent;
  border-right: none;
  border-left: 8px solid #ffffff;
  position: relative;
  display: inline-block;
  margin-left: 3px;
  box-sizing: border-box;
}

.modalAtoikura .close-button {
  background-color: #333333;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 0;
  border: 2px solid #ffffff;
  top: -70px;
  right: 20px;
  cursor: pointer;
}

.modalAtoikura .close-button span {
  width: 42px;
  height: 4px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 21px);
  top: 50%;
  border-radius: 20px;
}

.modalAtoikura .close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.modalAtoikura .close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

#atoikura .promoImgCoupon {
  margin: 10px auto 0;
}

#atoikura .promoImg {
  text-align: center;
  margin: 24px auto 0;
}

#atoikura .promoDetail {
  text-align: center;
  margin-top: 15px;
}

#atoikura .promoDetail > a {
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  display: block;
}

#atoikura .promoDetail > a::after {
  content: "";
  width: 12px;
  height: 24px;
  border: 12px solid transparent;
  border-right: none;
  border-left: 12px solid #ffffff;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  box-sizing: border-box;
}

#atoikura .presentTextArea {
  display: flex;
  align-items: center;
  gap: 25px;
}

#atoikura .presentBalloon {
  color: #a50319;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 300px;
  font-size: 28px;
  text-align: center;
  position: relative;
  flex: 0 0 auto;
}

#atoikura .presentBalloon::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  border: 7px solid transparent;
  border-right: none;
  border-left: 12px solid #ffffff;
  box-sizing: border-box;
}

#atoikura .presentBalloon .atoIkuraKingaku {
  font-size: 32px;
  font-weight: bold;
  margin: 0 7px;
}

#atoikura .presentBalloon.clearMessage {
  font-size: 22px;
}

#atoikura .presentText  {
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

#atoikura .presentText .itemName {
  font-weight: bold;
}

#cart_mordal .cart_mordal_message_area {
  background-color: #ffccd2;
  /* padding: 15px; */
  margin-top: 20px;
  position: relative;
  display: none;
}

#cart_mordal .presentMessage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 15px;
}

#cart_mordal .msborder:not(:last-of-type){
  width: 620px;
  border-bottom: 1px #fff solid;
  margin: 5px auto;
}

#cart_mordal .presentMessage .clearMessage {
  font-size: 24px;
  font-weight: bold;
  color:#dc0918;
}

#cart_mordal .presentMessage .balloonMessage {
  color: #ffffff;
  background-color: #dc0918;
  width: 240px;
  padding: 0 20px;
  border-radius: 5px;
  font-size: 22px;
  line-height: 40px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 5px;
  text-align: center;
}

#cart_mordal .presentMessage .balloonMessage::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 13px;
  height: 11px;
  border: 6.5px solid transparent;
  border-bottom: none;
  border-top: 11px solid #dc0918;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

#cart_mordal .presentMessage .balloonMessage .priceNum {
  font-size: 24px;
  font-weight: bold;
}

#cart_mordal .presentMessage .mainMessage {
  font-size: 24px;
  font-weight: bold;
}

#cart_mordal .presentMessage.presentClear .mainMessage {
  font-size: 24px;
}

/**
 * 35周年用PC用のヘッダー対応CSS（2024.1.12追加）
 */
.cmn-header_35thlogo {
  width: 100px;
}
.cmn-header_35thlogo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* あといくら機能3ハードル表示用 */
/* #cart_mordal .cart_mordal_box{
  padding: 40px 30px 0;
}
#cart_mordal .cart_mordal_btn_box{
  display: flex;
  flex-direction: row-reverse;
  width: 710px;
  margin-left: -30px;
}
#cart_mordal .cart_mordal_btn_box a{
  border-radius: 0 0 8px 0;
}
#cart_mordal .cart_mordal_btn_box a.cart_mordal_btn--close{
  border-radius: 0 0 0 8px;
  margin-top: 0;
}
#cart_mordal .presentMessage .mainMessage{
  font-size: 24px;
}
#cart_mordal .msborder{
  width: 620px;
  border-bottom: 1px #fff solid;
  margin: 5px auto;
}
#cart_mordal .cart_mordal_message_area div:last-child{
  display: none;
} */

/* アプリ いまいくら機能表示用 */
#modalAppatoikuraCoupon{
  display: none!important; /* 非表示用 */
}
#cart_mordal .cart_mordal_message_area_imaikura {
  background-color: #ffccd2;
  padding: 15px;
  margin-top: 20px;
  display: none;
  text-align: left;
  border-radius: 3px;
  position: relative;
}
#cart_mordal .cart_mordal_imaikura_title {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  color: #dc0918;
}
#cart_mordal .cart_mordal_imaikura_box {
  display: flex;
  flex-wrap: wrap;
}
#cart_mordal .cart_mordal_imaikura_balloon {
  display: inline-block;
  color: #ffffff;
  background-color: #dc0918;
  padding: 0 15px;
  border-radius: 4px;
  line-height: 48px;
  position: relative;
  box-sizing: border-box;
  font-weight: bold;
}
#cart_mordal .cart_mordal_imaikura_balloon:after {
  content: "";
  position: absolute;
  background: #da0024;
  height: 14px;
  width: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  bottom: -13px;
}
#cart_mordal .cart_mordal_imaikura_balloon span {
  font-size: 34px;
  font-weight: bold;
}
#cart_mordal .cart_mordal_imaikura_present {
  font-size: 30px;
  font-weight: bold;
  margin-top: 18px;
  width: 100%;
}

#cart_mordal .cart_mordal_imaikura_notreg_box {
  display: flex;
  flex-direction:column;
}
#cart_mordal .cart_mordal_imaikura_notreg_txt{
  font-weight: bold;
  font-size: 28px;
  width: 100%;
  line-height: 1.4em;
  text-align: center;
}
#cart_mordal .cart_mordal_imaikura_notreg_bnr{
  text-align: center;
  margin: 10px auto 0;
}
#cart_mordal .cart_mordal_imaikura_notreg_bnr img{
  width: 480px;
}
