


@charset "shift-jis";
/* =================================================================================================
Winter Fashion SALE
/contents/extra/2106sale/index.html
Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
==========================	======================================================================= */
/*
 *
 *  updated --- 2021/11/29
 *
 */

/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka;
}
div#template.type02 {
	background: url(/resources/common/pc/img/contents/extra/2112sale/bg01.png) repeat;
}

/* h2 */
div#template h2 {
	margin-bottom: 40px;
	text-align: center;
}
div#template h2 span {
	position: relative;
	color: #9b8c84;
	font-size: 32px;
	font-weight: 500;
}
div#template h2 span::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 27px;
	background: url(/resources/common/pc/img/contents/extra/2112sale/title_left.png) center no-repeat;
	background-size: 19px 27px;
	bottom: 5px;
	left: -50px;
}
div#template h2 span::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 19px;
	height: 27px;
	background: url(/resources/common/pc/img/contents/extra/2112sale/title_right.png) center no-repeat;
	background-size: 19px 27px;
	bottom: 5px;
	right: -50px;
}



/* ----------------------------------------------------------------------------
sectionMain
---------------------------------------------------------------------------- */
div#template #sectionMain .sectionWrapper {
	background-color: #7894be;
}
div#template #sectionMain .sectionWrapper .sectionInner {
  width: 950px;
  height: 300px;
	margin: 0 auto;
}
div#template #sectionMain .sectionInner h1 {
	padding-top: 20px;
  text-align: center;
}



/* ----------------------------------------------------------------------------
SNS
---------------------------------------------------------------------------- */
div#template #sns {
	background-color: #ffffff;
}
div#template #sns .sectionInner {
	width: 950px;
	margin: 0 auto;
}
div#template #sns .sectionInner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 12px 0 9px;
}
div#template #sns .sectionInner ul li+li {
	margin-left: 20px;
}



/* ----------------------------------------------------------------------------
comment
---------------------------------------------------------------------------- */
div#template #comment {
	width: 950px;
	margin: 0 auto;
}
div#template #comment .sectionInner {
	margin: 24px 10px 20px 26px;
}
div#template #comment .heading {
	color: #584f4b;
	margin-bottom: 8px;
}
div#template #comment .text {
	color: #584f4b;
	background: url(/resources/common/pc/img/contents/extra/2112sale/comment01.png)no-repeat;
	padding: 20px 60px 30px 130px;
}



/* ----------------------------------------------------------------------------
sectionA
---------------------------------------------------------------------------- */
div#template #sectionA {
	padding: 60px 0;
}
div#template #sectionA .sectionInner {
	width: 950px;
	margin: 0 auto;
}

/* aタグの中にaタグを入れるための記述 */
div#template #sectionA .shopContent,
div#template #sectionA .shopAttention a {
	position: relative;
}
div#template #sectionA a.bnrlinkArea {
	text-decoration: none;
}
div#template #sectionA a.bnrlinkArea::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div#template .sec#sectionA .sectionWrapper ul.shopContents li.shopContent {
	width: 950px;
	float: none;
	margin: 30px 0 0 0;
	padding: 0;
	background: none;
}

div#template .sec#sectionA .sectionWrapper ul.shopContents li.shopContent:first-of-type {
	margin-top: 0;
}
div#template #sectionA .shopContentInner {
	padding: 34px 30px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px #9b8c84;
	border-radius: 10px;
}
div#template #sectionA .shopContentInner:hover {
	-webkit-transform: translateY(3px);
  transform: translateY(3px);
	box-shadow: 0px 2px 3px 0px #9b8c84;
	text-decoration: none;
	opacity: 0.8;
}
div#template #sectionA .pointUp .shopContentInner {
	border: 10px solid #f5df9c;
	border-radius: 16px;
	position: relative;
	padding: 24px 24px;
}
div#template #sectionA .pointUp .shopContentInner:after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(/resources/common/pc/img/contents/extra/2112sale/point_up.png) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	right: -10px;
	top: -10px;
}
div#template #sectionA .shopContentInner .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
div#template #sectionA .shopContentInner .inner {
	width: 400px;
}
div#template .sec .sectionWrapper ul.shopContents {
	overflow: visible;
}

/* banner */
div#template .sec .sectionWrapper ul.shopContents li.shopContent div.banner {
	margin: 0;
}
div#template #sectionA .banner img {
	width: 100%;
  height: auto;
}

/* shopInfo */
div#template #sectionA .shopInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding-bottom: 16px;
  border-bottom: 1px solid #333;
}
div#template #sectionA .api_detailurl {
	color: #365c95;
}
div#template .sec .sectionWrapper dl.shopInfo dt {
	float: none;
	width: auto;
	height: auto;
	background: none;
}
div#template #sectionA .shopInfo dt img {
	width: 100px;
	height: auto;
}
div#template #sectionA .shopInfo dd {
	display: inline;
	height: auto;
	padding: 0 0 0 14px;
}
div#template #sectionA .shopInfo dd .txt {
	color: #333333;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
}
div#template #sectionA .bnr_txt {
	line-height: 1.4;
	margin-top: 18px;
	color: #333333;
	font-size: 16px;
}

/* point */
div#template #sectionA .point {
	width: 100%;
	margin: 20px 0 0;
	padding: 13px 0;
  background-color: #f2f3f0;
	text-align: center;
}
div#template #sectionA .point .pointInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
div#template #sectionA .point .tit {
	font-size: 14px;
	color: #333;
}
div#template #sectionA .point .txtArea {
	padding-left: 8px;
	color: #333;
}
div#template #sectionA .point .txtArea .txt {
	display: block;
	font-size: 14px;
	line-height: 1;
}
div#template #sectionA .point .txt strong {
	color: #ff7d7d;
	font-size: 20px;
  font-weight: 500;
}
div#template #sectionA .point .txt strong span {
  font-size: 32px;
	font-weight: bold;
}
div#template #sectionA .point .txt .api_normalmaxpoint {
	display: none;
	color: #333;
}
div#template #sectionA .point .txt .api_normalmaxpoint.has_sale {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0px 18px 0 0;
	background: url(/resources/common/pc/img/contents/extra/2112sale/arrow.png) no-repeat right center;
}
div#template #sectionA .point .txt .api_normalmaxpoint span {
	font-size: 16px;
}

/* shop-caution */
div#template #sectionA .shopAttention {
	margin-top: 16px;
	font-size: 11px;
}
div#template #sectionA .att {
	display: inline-block;
}
div#template #sectionA .att + .att {
	padding-left: 16px;
}
div#template #sectionA .shop-grant,
div#template #sectionA .shop-grant a,
div#template #sectionA .shop-caution a {
	color: #9a9a9a;
}



/* ----------------------------------------------------------------------------
sectionB
---------------------------------------------------------------------------- */
div#template #sectionB {
	padding: 40px 0 60px;
}
div#template #sectionB .sectionInner {
	width: 950px;
	margin: 0 auto;
}

/* aタグの中にaタグを入れるための記述 */
div#template #sectionB .shopContent,
div#template #sectionB .shopAttention a {
	position: relative;
}
div#template #sectionB a.bnrlinkArea {
	text-decoration: none;
}
div#template #sectionB a.bnrlinkArea::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* template上書き */
div#template.type02 #sectionA.sec, div#template.type02 #sectionB.sec, div#template.type02 #sectionC.sec, div#template.type02 #sectionD.sec {
	padding: 40px 0 60px;
}
div#template .sec#sectionB .sectionWrapper ul.shopContents li.shopContent {
	display: block;
	width: 218px;
	padding: 0;
}
div#template.type02 .sec .sectionWrapper ul.shopContents li.shopContent {
	margin: 0;
}
div#template .sec .sectionWrapper ul.shopContents li.shopContent {
	position: relative;
	float: left;
	width: 430px;
	margin: 15px 4px 4px 7px;
	padding: 20px;
	background: none;
	box-shadow: 0px 0px 7px 1px #e4e4e4;
}
div#template .sec#sectionB .sectionWrapper div.point .txtArea .txt {
	margin: 0;
}


div#template #sectionB .shopContents {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
div#template #sectionB .shopContents li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 218px;
}
div#template #sectionB .shopContents li:nth-of-type(n+5){
margin-top: 28px;
}
div#template #sectionB .shopContentInner {
	padding: 24px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px #9b8c84;
	border-radius: 10px;
}
div#template #sectionB .shopContentInner:hover {
	-webkit-transform: translateY(3px);
  transform: translateY(3px);
	box-shadow: 0px 2px 3px 0px #9b8c84;
	text-decoration: none;
	opacity: 0.8;
}
div#template #sectionB .pointUp .shopContentInner {
	border: 10px solid #f5df9c;
	border-radius: 16px;
	position: relative;
	padding: 14px 10px;
}
div#template #sectionB .pointUp .shopContentInner:after {
	content: "";
	display: inline-block;
	position: absolute;
	background: url(/resources/common/pc/img/contents/extra/2112sale/point_up.png) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
	right: -10px;
	top: -10px;
}

/* shopInfo */
div#template #sectionB .shopInfo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	padding-bottom: 16px;
  border-bottom: 1px solid #333;
}
div#template #sectionB .api_detailurl {
	color: #365c95;
}
div#template .sec .sectionWrapper dl.shopInfo dt {
	float: none;
	width: auto;
	height: auto;
	background: none;
}
div#template #sectionB .photo {
	text-align: center;
}
div#template #sectionB .photo img {
	width: 114px;
	height: 62px;
}

/* point */
div#template #sectionB .point {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	text-align: center;
	height: 70px;
	background-color: #ffffff;
}
div#template #sectionB .point .pointInner {
	
}
div#template #sectionB .point .txtArea {
	color: #333;
}
div#template #sectionB .point .txtArea .txt {
	display: block;
	font-size: 14px;
	line-height: 1;
	padding-top: 16px;
}
div#template #sectionB .point .txt strong {
	color: #ff7d7d;
	font-size: 20px;
  font-weight: 500;
}
div#template #sectionB .point .txt strong span {
  font-size: 32px;
	font-weight: bold;
}
div#template #sectionB .point .txt .api_normalmaxpoint {
	display: none;
	color: #333;
}
div#template #sectionB .point .txt .api_normalmaxpoint.has_sale {
	display: block;
	margin: -16px 0 4px 0;
	padding: 0px 0 18px 0;
	background: url(/resources/common/pc/img/contents/extra/2112sale/arrow_down.png) no-repeat center bottom;
}
div#template #sectionB .point .txt .api_normalmaxpoint span {
	font-size: 16px;
}

/* shop-caution */
div#template #sectionB .shopAttention {
	margin-top: 20px;
	font-size: 11px;
	height: 33px;
}
div#template #sectionB .att {
	display: inline-block;
}
div#template #sectionB .att + .att {
	padding-top: 6px;
}
div#template #sectionB .shop-grant,
div#template #sectionB .shop-grant a,
div#template #sectionB .shop-caution a {
	color: #9a9a9a;
}






