/*ジャンヌレお知らせ*/
.attention_big {
  font-size: 1.4em;
  vertical-align: bottom;
}
.attention2{
 margin:0 0 3em;
 padding:1em 2em;
 text-align:center;
 background-color:#ced4d9;
 color:#000;
 font-size:0.9em;
 line-height: 1.5em;
  background-image: linear-gradient(
135deg
, #6A2727 30px, transparent 0);
}
.attention_title2{
 font-weight:bold;
 color:#6A2727;
 line-height: 1.8em;
 border-bottom: 1px solid #6A2727;
}
.attention_txt{
  padding-top:1em;
  line-height:1.5em;
  letter-spacing: 0.1em;
}
.br-sp {
  display: none; /* PCでは非表示 */
}
@media (max-width: 768px) {
  .br-sp {
    display: inline;
  }
  .attention2{
 margin:0 0.5em 3em;
 padding:1em 2em;
 text-align:center;
 font-size:0.8em;
}
.attention_title2{
  padding-bottom:1em;;
 line-height: 1.3em;
}
}
/* 右下固定バナー */
.floating-banner2
{ position: fixed;
right: 0px;
bottom: 120px;
z-index: 9999;
display: block;}

.floating-banner
{ position: fixed;
right: 0px;
bottom: 10px;
z-index: 9999;
display: block;}

.floating-banner img,.floating-banner2 img
{ width: 360px;
height: auto; }

@media screen and (max-width:480px){
  .floating-banner img,.floating-banner2 img
{ width: 200px;
height: auto; }
  .floating-banner2
{ position: fixed;
right: 0px;
bottom: 70px;
z-index: 9999;
display: block;}
}

.topics {
  text-align:center;
  width:100%;
  max-width:1000px;
  margin:0 0 2em;
}

/*告知共通*/
.announce {
    text-align: center;
    background-color: #a70000;
    padding: 1em 1.5em;
    margin: 0 0 2em;
}
.announce p{
  color:#fff;
  margin:0;
  font-size:1em;
}
/*
.announce {
    text-align: center;
    background-color: #ffffff;
    border:solid #666666 1px;
    padding: 0.5em 1.5em;
    margin: 0 0 2em;
}
.announce p{
  color:#333333;
  margin:0;
}*/
._w700{
   font-weight:700;
}
.kyuuka {
margin-bottom: 40px;
}

/* new_item */
.new_item {
  margin-bottom: 20px;
}

.new_item_heading {
}

.new_item_lists {
  margin-top: 20px;
  font-size: 12px;
}

.new_item_list {
  margin-bottom: 40px;
  text-align: left;
  position: relative;
}
/*新着画像下余白削除*/
.new_item_lists > .col img{
  display: inline;
}

.icon_productname {
  margin-top: 0px;
  margin-bottom: 0px;
}

.no_icon_productname {
 margin-top: 5px;
 margin-bottom: 0px;
}

/* seller_item */
.seller_list {
  text-align: left;
}

/* recommend_item */
.recommend_list {
  text-align: left;
}

/* information */
.information_lists {
    font-size: 12px;
    margin: 20px 0 40px;
}

.information_list {
    margin: 0 10px 10px;
}

.information_date {
    margin-right: 20px;
}


/* popup */
body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40%;
    min-width: 400px;
    background-color: #fff;
}

.onetime_popup_title {
    position: relative;
    padding: 1em 80px;
    margin: 0px;
    background-color: #4a4949;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}
