
@charset "UTF-8";
/* =================================================================================================
　セゾンポイントモール - 無印良品ネットストア
　https://www.a-q-f.com/contents/extra/muji/index.html
　Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
================================================================================================= */
/*
 *
 *  updated --- 
 *
 */

body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff !important;
}

/* ----------------------------------------------------------------------------
　ページスタイル
---------------------------------------------------------------------------- */
/* ページ背景色 */
.page {
  background-color: #fff;
}

/* リセット */
#lp h1, #lp h2, #lp h3, #lp h4, #lp h5, #lp ul, #lp li, #lp dl, #lp dt, #lp dd, #lp p, #lp a, #lp strong, #lp address {
  margin: 0;
  padding: 0;
  text-align: left;
}

#lp ul, #lp li {
  list-style: none;
  list-style-position: inside;
  text-indent: 0em;
}
#lp {
  min-width: 950px;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka;
  color: #000;
}

/* パンくずナビ */
#lp #breadCrumb {
  width: 950px;
  margin: 0 auto 15px;
}
#lp #breadCrumb li {
  display: inline;
  font-size: 12px;
}
#lp #breadCrumb li strong {
  font-size: 12px;
}
#lp #breadCrumb li a {
  color: #3399ff;
}

/* リンク（デフォルトは下線無し） */
#lp a {
  text-decoration: none;
  cursor: pointer;
}
#lp a:hover {
  text-decoration: none;
}




/* ----------------------------------------------------------------------------
　背景
---------------------------------------------------------------------------- */
#lp {
  padding-bottom: 3rem;
}


/* ----------------------------------------------------------------------------
　メインビジュアル
---------------------------------------------------------------------------- */
#lp #main_area {
  height: 350px;
  background-color: #7F0019;
  position: relative;
}



#lp #main_area h1 {
    width: 500px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}
#lp #main_area h1 img {
  width: 100%;
}


/* ----------------------------------------------------------------------------
　ショップ情報
---------------------------------------------------------------------------- */
#lp #shopInfo {
	/*良品週間時padding-bottom: 100px;*/
	padding-bottom: 50px;
	

}
#lp #shopInfo .btn_box {
  width: 740px;
  margin: 0 auto 14px;
  align-items: center;
  text-align: center;
}
#lp #shopInfo .btn_box li {
  width: 47%;
}
#lp #shopInfo .btn_box li:first-child {
	width: 100%;
    padding-top: 50px;
    text-align: center;
    justify-content: center;
    display: flex;
    padding-bottom: 0;
}
#lp #shopInfo .btn_box li:first-child .text {
	color: #333;
	font-size: 25px;
	font-weight: 600;
	line-height: 4;
}
#lp #shopInfo .btn_box li:first-child .point_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
	line-height: 1.6;
    padding-left: 5px;
}
#lp #shopInfo .btn_box li:first-child .point_text span {
  font-size: 1.275rem;
  color: #333;
}

#lp #shopInfo .btn_box li:first-child .point_text span span {
  font-size: 2rem;
  font-weight: 600;
	  
}
#lp #shopInfo .btn_box li:first-child .point_text .api_normalmaxpoint {
  margin-right: 10px;
    padding-right: 25px;
    background: url(/common/pc/img/contents/extra/muji/point_arrow.png) right center no-repeat;
    font-weight: bold;
    font-size: 25px;
    background-size: 11%;
}
#lp #shopInfo .btn_box li:first-child .point_text .api_saleflg {
  display: none;
}
#lp #shopInfo .btn_box li:first-child .point_text .has_sale {
  display: inline-block;
  position: relative;
}
#lp #shopInfo .btn_box li:first-child .point_text .api_displaypoint {
  color: #e50211;
	font-size: 30px;
	font-weight: 600;
}
#lp #shopInfo .btn_box li:first-child .point_text .api_displaypoint span {
	 color: #e50211 !important;
	font-size: 50px;
}
#lp #shopInfo .btn_box li:last-child {
	width: 100%;
}
#lp #shopInfo .btn_box li:last-child a {
  display: block;
	padding: 0px 0 ;
	text-align: center;
}

#lp #shopInfo .btn_box li:last-child a span {
  font-size: 30px;
  font-weight: 600;
}
#lp #shopInfo .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
#lp #shopInfo .link li {
  margin: 0 1rem;
}
#lp #shopInfo .link li a {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}
#lp #shopInfo li.pointup_day {
    
    width: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -40px;
    
}

#lp #shopInfo .pointup_day .api_saleflg{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    text-align: center;
    margin-top: 30px;
   
}
#lp #shopInfo .pointup_day .api_campaignperiod.api_saleflg.has_sale:before {
    content: "期間：";
    position: relative;
    
}
/* ----------------------------------------------------------------------------
　mujicard
---------------------------------------------------------------------------- */
#lp #mujicard {
	width: 950px;
	margin: 100px auto 0;
	text-align: center;
	color: #333;
    
	
}
#lp #mujicard .ttl {
  text-align: center;
}
#lp #mujicard .point {
	color: #333;
    font-size: 25px;
    font-weight: 600;
	text-align: center;
	margin-top: 15px; 
}
#lp #mujicard .arrow {
	padding: 0 15px;
    scale: 50%;
    position: relative;
    top: 1px;
}
#lp #mujicard .pointup {
	color:#7f0019;
	font-size:30px;
}
#lp #mujicard .pointup span {
	font-size:40px;
}
#lp #mujicard .day {
	font-size: 20px;
    font-weight: 600;
	text-align: center;
	margin-top: 20px;
}
#lp #mujicard .txt {
	margin: 0 auto;
    width: 600px;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 20px;
}
#lp #mujicard .btn_cardentry {
	max-width: 460px;
    background-color: #7f0019;
    border-radius: 30px;
    padding: 20px 30px;
    position: relative;
    margin: 30px auto 0;
}

#lp #mujicard .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#lp #mujicard .btnarrow {
    position: absolute;
    top: 0%;
    left: 72%;
    transform: translateY(-10%);
    scale: 45%;
}
/* ----------------------------------------------------------------------------
　ラインナップ
---------------------------------------------------------------------------- */
#lp .lineup {
  padding: 0px 0 100px;
  background:#fff;
}


#lp .lineup h2 {
	margin-bottom: 45px;
  font-size: 32px;
	font-weight: 600;
	text-align: center;
  letter-spacing: 1px;
}
#lp #recommend.lineup h2 {
	padding-top: 70px;
}
@media all and (-ms-high-contrast: none) {

	#lp .lineup#recommend {
		background: none;
		color: #f1eadb;
	}
	#lp .lineup#popular {
		background: none;
		color: #f1eadb;
	}

}

#lp .lineup .category {
	margin-bottom: 28px;
	font-family: 'Century Gothic pro', sans-serif;
  font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}

#lp #recommend .category {
 	color: #f4996c;
}
#lp #popular .category {
  color: #73c1cb;
}


#lp .lineup ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0px;
}
#lp .lineup ul li {
  margin-right: 25px;
  width: 350px;
}
#lp .lineup ul li a {
  display: block;
}
#lp .lineup ul li a:hover {
  opacity: 0.8;
}
#lp .lineup ul li:last-child {
  margin-right: 0px;
}
#lp .lineup ul li img{
  width: 350px;
}
#lp .lineup .text_box{
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
	font-size: 14px;
}
#lp .lineup .lead{
  color: #333;
 font-weight: bold;
    font-size: 15px;
}
#lp .lineupList .box {
  position: relative;
}
#lp .lineupList .box a {
  transition: opacity 0.2s;
}
#lp .lineupList .box a:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#lp .lineupList .box .text_box {
  pointer-events: none;
}
#lp .lineupList .box .text_box,
#lp .lineupList .box .text_box .lead {
  transition: opacity 0.2s;
}
#lp .lineupList .box:hover .text_box,
#lp .lineupList .box:hover .text_box .lead {
  opacity: 0.8;
}
/* ----------------------------------------------------------------------------
　カード訴求
---------------------------------------------------------------------------- */
#card_area {
  width: 100%;
　height: 360px;
 margin-top:20px; 
background-color: #f5f5f5;
	padding: 40px 0;
 }
#card_area .inner{
  width: 100%;
  display: flex;
  position: relative;
 justify-content: center;  
}
#card_area .card{
	display: flex;
    justify-content: center;
    align-items: flex-start;
}

#card_area .card_name{
	margin-bottom: 30px!important;

}
#card_area .list_area{
	margin-top: 20px;

}
#card_area .right .txt{
	font-size: 16px;

}
#card_area .list_area{
	margin-top: 20px;

}
#card_area .list_area ul {
	list-style: none;
}
#card_area li.check{
	padding-left: 20px;
	line-height: 1.6em;
	background: url(/common/pc/img/contents/extra/muji/card_check.png) left 0px top 12px no-repeat;
	background-size: 15px auto;
	font-size: 18px;
	font-weight: bold;
}

#card_area .card_btn{
	margin-top: 20px;
	background-color: #dd1a1a;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    border-radius: 4px;
	position: relative;

}

#card_area .card_btn .arrow{
	    position: absolute;
    top: 18%;
    right: 10px;
    transform: translateY(-18%);
    scale: 30%;
}

#card_area .note{
	font-size: 14px;
    margin-top: 15px;
    color: #707070;
}

/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.page_top {
  width: 950px;
  margin: 0 auto;
  text-align: right;
  background-color: #fff;
}

/* ----------------------------------------------------------------------------
グラデボタン
---------------------------------------------------------------------------- */


.c-btn-a{
 background: rgb(211,0,14);
background: linear-gradient(0deg, rgba(211,0,14,1) 0%, rgba(211,0,14,1) 50%, rgba(229,2,17,1) 50%, rgba(229,2,17,1) 100%);
  border-bottom: 5px solid #94000a;
  border-radius: 60px;
  display: block;
  max-width: 460px;
    padding: 40px 40px;
    text-align: center;
    margin: 0px auto 0;
    position: relative;
}

.c-btn-a img{
    position: absolute;
	 top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.c-btn-a img.arrow {
    position: absolute;
    top: 38%;
    left: 90%;
    transform: translateY(-50%);
    scale: 60%;
}

/* ----------------------------------------------------------------------------
margtin
---------------------------------------------------------------------------- */
.ml10{
	margin-left: 10px !important;
}



