@charset "UTF-8";

/* ---------------------------------------
 E0025
---------------------------------------- */

@media screen and (min-width: 768px) {
.sp {display: none;}
}

@media print, screen and (max-width: 767px) {
.pc {display: none;}
}

div.contents_ {
	max-width: 1240px;
	margin: 0 auto;
}
.wrapper_ div.contents_ div.mainframe_ {
	width: 100%;
}
.wrapper_ div.contents_ div.leftmenuframe_ {
	display: none;
}
.wrapper_ .navistyle-wrap,
.navistyle-wrap {
	display: none;
}

#lpE0025 h1 {
	display:block;
	margin-bottom: 52px;
}

#lpE0025 .block_sale {
	width:100%;
	min-width; 1240px;
	min-height:300px;
	background-image: url('../img/special/E0025/sale_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:10px;
	padding:30px;
	margin-bottom:50px;
}
#lpE0025 .block_sale h2 {
	text-align:center;
}
#lpE0025 .block_sale h2 img {
	width:662px;
}

#lpE0025 .block_sale ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0;
  list-style: none;
}

#lpE0025 .block_sale ul li {
  flex: 0 0 320px;
}

#lpE0025 .block_sale ul li a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(to right, #FF2097, #FF672E);
  transition: opacity 0.3s ease;
  padding: 0 20px;
  box-sizing: border-box;
}

#lpE0025 .block_sale ul li a.button:hover {
  opacity: 0.55;
}

#lpE0025 .block_sale ul li a.button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url('../img/special/E0025/link_arrw01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#lpE0025 .kikan {
	background-color:#FFFFFF;
	width:728px;
	height:66px;
	margin:0 auto;
	padding:20px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
	border-radius:10px;
}

#lpE0025 .kikan span {
	font-size:32px;
	color:#FF2090;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
}
#lpE0025 .kikan span em {
	font-size:22px;
	font-weight:600;
}

#lpE0025 .block_option {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
	margin-bottom:80px;
}

#lpE0025 .block_option .block01,
#lpE0025 .block_option .block02 {
  width: 600px;
  height: 269px;
  display: flex;
  background-color: #f9f9f9; 
  box-sizing: border-box;
	border-radius:10px;
	padding:10px;
}
#lpE0025 .block_option .block01 {
	background-color:#FFFFBE;
}
#lpE0025 .block_option .block02 {
	background-color:#EBEDEF;
}
#lpE0025 .block_option .optn_image {
  width: 50%;
  height: 173pxz;
}

#lpE0025 .block_option .optn_image img {
  height: 173px;
	margin-top:40px;
	margin-left:30px;

}

#lpE0025 .block_option .optn_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
	text-align:center;
}
#lpE0025 .block_option .optn_txt img {
  width:176px;
	margin-bottom:10px;
}

#lpE0025 .block_option .btn_detail a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #4A545E;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	width:213px;
	text-align:center;
	
}
#lpE0025 .block_option .btn_detail a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url('../img/special/E0025/link_arrw02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	vertical-align: middle;
	transform: translateY(-1px);
}

#lpE0025 h3,ttl_itemlist {
	background-color:#6F7F8E;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	padding:15px 15px 5px 15px;
	margin-bottom:20px;
}
#lpE0025 .block_items p {
	padding-bottom:20px;
}

#lpE0025 .block_items .btn_more {
	text-align:center;
	margin-bottom:50px;
}

#lpE0025 .block_items .btn_more a {
  display: inline-block;
  margin-top: 10px;
  padding: 20px 20px;
  background: #4A545E;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	width:320px;
	text-align:center;
}
#lpE0025 .block_items .btn_more a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url('../img/special/E0025/link_arrw02.png');
  background-size: contain;
  background-repeat: no-repeat;
	transform: rotate(-90deg);
  background-position: center;
	vertical-align: middle;
}

#lpE0025 .block_footbnr {
	padding-top:100px;
	padding-bottom:100px;
}

#lpE0025 .block_footbnr a {
	display:block;
	margin-bottom:10px;
}


.event_title_{
	display:none;
}


/* ---------------------------------------
 SP
---------------------------------------- */
@media print, screen and (max-width: 767px) {

#lpE0025 h1 {
	display:block;
	margin-bottom: 52px;
}

#lpE0025 .block_sale {
	width:100%;
	min-width; 1240px;
	min-height:300px;
	background-image: url('../img/special/E0025/sale_bg_sp.png');
	background-size: cover;
	background-repeat: no-repeat;
	border-radius:10px;
	padding:30px;
	margin-bottom: 19px;
}
#lpE0025 .block_sale h2 {
	text-align:center;
}
#lpE0025 .block_sale h2 img {
	width:70%;
	margin-bottom:20px;
}

#lpE0025 .block_sale ul {
display: block;
    padding:0;
    gap: 0;
	padding-bottom:10px;
}

#lpE0025 .block_sale ul li {
flex: none;
    width: 95%;
	margin: 0 auto;
margin-bottom:10px;
}

#lpE0025 .block_sale ul li a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(to right, #FF2097, #FF672E);
  transition: opacity 0.3s ease;
  padding: 0 20px;
  box-sizing: border-box;
}

#lpE0025 .block_sale ul li a.button:hover {
  opacity: 0.55;
}

#lpE0025 .block_sale ul li a.button::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('../img/special/E0025/link_arrw01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#lpE0025 .kikan {
	background-color:#FFFFFF;
	width: 86%;
	height:auto;
	margin:0 auto;
	padding: 15px 30px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	margin-top:15px;
}

#lpE0025 .kikan span {
	text-align:left;
	display:block;
	font-size:135%;
	color:#FF2090;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	line-height:1.6;
	padding-top:10px;
	
}
#lpE0025 .kikan span em {
	font-size:80%;
	font-weight:600;
	font-style:normal;
}

#lpE0025 .block_option {
  display: flex;
  gap: 6%;
  justify-content: center;
  flex-wrap: wrap;
	margin-bottom:80px;
}

#lpE0025 .block_option .block01,
#lpE0025 .block_option .block02 {
  width: 47%;
  height: auto;
  display: block;
  background-color: #f9f9f9; 
  box-sizing: border-box;
	border-radius:10px;
	padding:10px;
}
#lpE0025 .block_option .block01 {
	background-color:#FFFFBE;
}
#lpE0025 .block_option .block02 {
	background-color:#EBEDEF;
}
#lpE0025 .block_option .optn_image {
  width: 50%;
  height: auto;
	text-align:center;
}

#lpE0025 .block_option .optn_image img {
	width:95%;
  height: auto;
	margin-top:10px;
	margin-left:50%;
}

#lpE0025 .block_option .optn_image2 img {
	width:60% !important;
  height: auto;
	margin-top:10px;
	margin-left:0%;
}

#lpE0025 .block_option .optn_txt {
  display: block;
  flex-direction: column;
  justify-content: center;
	text-align:center;
}
#lpE0025 .block_option .optn_txt img {
  width:85%;
  margin-bottom: 4px;
}
#lpE0025 .block_option  .block02 .optn_txt img {
	margin-top:-10px;
	margin-bottom: 16px;
}
	

#lpE0025 .block_option .btn_detail a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: #4A545E;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
	width:100%;
	text-align:center;
	
}
#lpE0025 .block_option .btn_detail a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url('../img/special/E0025/link_arrw02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	vertical-align: middle;
	transform: translateY(-1px);
}


#lpE0025 h3.ttl_itemlist {
	background-color:#6F7F8E;
	color:#FFFFFF;
	font-size:100%;
	font-weight:bold;
	padding:10px 15px 10px 15px;
	margin-bottom: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius:
}
#lpE0025 .block_items {
	padding:10px;
	background-color:#FFFFFF;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	margin-bottom:35px;
}
#lpE0025 .block_items p {
}

#lpE0025 .block_items .btn_more {
	text-align:center;
	margin-bottom: 22px;
}

#lpE0025 .block_items .btn_more a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #4A545E;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  width: 60%;
  /* height: auto; */
  text-align:center;
}
#lpE0025 .block_items .btn_more a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url('../img/special/E0025/link_arrw02.png');
  background-size: contain;
  background-repeat: no-repeat;
	transform: rotate(-90deg);
  background-position: center;
	vertical-align: middle;
}

#lpE0025 .block_footbnr {
	padding-top: 10px;
	padding-bottom: 30px;
}

#lpE0025 .block_footbnr a {
	display:block;
	margin-bottom:10px;
}


.event_title_{
	display:none;
}
div.goods_ {
    clear: both;
    overflow: hidden;
}
ul.goods_p_ {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
    width: 100%;
    scroll-snap-type: x mandatory;
    
}

ul.goods_p_ .goods_p_item_ {
    flex: 0 0 auto;
    width: 40%;
    padding: 0px;
    padding-top: 0px;
    margin: 0;
    border-radius: 8px;
    background: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    scroll-snap-align: start;
}
ul.goods_p_ .goods_p_item_ div.img_ {
    width: 100%;
    margin-bottom: 10px;
}
ul.goods_p_ .goods_p_item_ div.desc_ {
    width: 100%;
}
ul.goods_p_ .goods_p_item_ div.img_ .figure_, ul.goods_p_ .goods_p_item_ div.img_ .figure_ a {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.goods_p_ .goods_p_item_ dl.maker_ {
    display: none;
}
ul.goods_p_ .goods_p_item_ div.name_ {
    height: auto!important;
    max-height: auto !important;
    padding: 0px 0 0 0;
    margin: auto 0 12px 0;
    font-size: 12px;
    line-height: 1.2;
}

ul.goods_p_ .goods_p_item_ div.price_info_wrap_ {
    margin: 12px 0 0 0;
    display: flex;
    align-items: center;
}

ul.goods_p_ .goods_p_item_ div.price_info_wrap_.onsale_ {
    margin: 12px 0 0 0;
}

ul.goods_p_ .goods_p_item_ div.price_info_wrap_ .g_price_ {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

ul.goods_p_ .goods_p_item_ div.price_info_wrap_ .g_price_ .price_ {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

ul.goods_p_ .goods_p_item_ div.price_info_wrap_ .g_price_ .price_ .large_ {
    font-size: 14px;
    font-weight: bold;
}

ul.goods_p_ .goods_p_item_ div.price_info_wrap_ .g_price_ .price_ .small_ {
    margin: 3px 0 0 5px;
    font-size: 8px;
    font-weight: normal;
    letter-spacing: -0.5px;
}
ul.goods_p_ .goods_p_item_ div.img_ .comparison_btn_ {
	display:none;
}
ul.goods_p_ .goods_p_item_ div.img_ .bookmark_btn_ {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: -8px;
    top: 82%;
}
ul.goods_p_ .goods_p_item_ div.img_ .bookmark_btn_ a {
    width: 28px;
    height: 28px;
    border-radius: 28px;
    font-size: 0;
    color: #EED0D3;
    display: block;
    background-color: #EED0D3;
    background-image: url("../img/usr/icon/ico_goods_bookmark.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    opacity: 1;
}
	
}