
@charset "shift-jis";
/* =================================================================================================
Summer Fashion SALE 2021
/contents/extra/2106sale/index.html
Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
================================================================================================= */
/*
 *
 *  updated --- 2021/06/09
 *
 */

/* ----------------------------------------------------------------------------
common
---------------------------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka;
}
div#template.type02 {
	background: #FFFFFF;
}
div#template.type02 #sectionA.sec,
div#template.type02 #sectionB.sec,
div#template.type02 #sectionC.sec,
div#template.type02 #sectionD.sec {
	padding: 60px 0;
}

/* h2 */
div#template h2 {
	margin-bottom: 40px;
	text-align: center;
}
div#template h2 span {
	position: relative;
	color: #bf70a3;
	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/2106sale/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/2106sale/title_right.png) center no-repeat;
	background-size: 19px 27px;
	bottom: 5px;
	right: -50px;
}



/* ----------------------------------------------------------------------------
sectionMain
---------------------------------------------------------------------------- */
div#template #sectionMain .sectionWrapper {
  background: url(/resources/common/pc/img/contents/extra/2106sale/mainvisual_bg.png) 50% no-repeat;
	text-align: center;
}
div#template #sectionMain .sectionWrapper.almi {
  background: url(/resources/common/pc/img/contents/extra/2106sale/mainvisual_bg_almi.png) 50% no-repeat;
	text-align: center;	
}
div#template #sectionMain .sectionWrapper .sectionInner {
  width: 950px;
  height: 330px;
	margin: 0 auto;
}
div#template #sectionMain .sectionWrapper.almi .sectionInner {
  width: 950px;
  height: 200px;
	margin: 0 auto;
}
div#template #sectionMain .sectionInner h1 {
	padding-top: 40px;
  text-align: center;
}



/* ----------------------------------------------------------------------------
SNS
---------------------------------------------------------------------------- */
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;
	margin: 10px 0;
}
div#template #sns .sectionInner ul li+li {
	margin-left: 20px;
}



/* ----------------------------------------------------------------------------
sectionA
---------------------------------------------------------------------------- */
div#template #sectionA {
	padding: 56px 0 60px;
	background-color: #ffebee;
}
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 #b36d735c;
	border-radius: 10px;
}
div#template #sectionA .shopContentInner:hover {
	-webkit-transform: translateY(3px);
  transform: translateY(3px);
	box-shadow: 0px 2px 3px 0px #b36d73c4;
	text-decoration: none;
	opacity: 0.8;
}
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: #f9f0db;
	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: #e82377;
	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/2106sale/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 !important;
  background-color: #ffebee;
}
div#template #sectionB .sectionInner {
	width: 950px;
	margin: 0 auto;
}
div#template #sectionB .shopContents {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
div#template #sectionB .shopContent {
	width: auto;
	float: none;
	margin: 0 10px !important;
	padding: 0 0 28px 0 !important;
	background: none;
	text-align: center;
}
div#template .sec#sectionB .sectionWrapper ul.shopContents li.shopContent {
	width: auto;
}
div#template #sectionB .shopContent a {
	display: block;
	width: 217px;
	height: 160px;
	padding: 50px 0px;
	background: #FFFFFF;
	box-shadow: 0px 4px 8px 0px #b36d735c;
	border-radius: 100vw;
	text-decoration: none;
}
div#template #sectionB .shopContent a:hover {
	-webkit-transform: translateY(3px);
  transform: translateY(3px);
	box-shadow: 0px 2px 3px 0px #b36d73c4;
	text-decoration: none;
	opacity: 0.8;
}
div#template #sectionB .shopContent .photo img {
	width: 114px;
	height: 62px;
}

/* point */
div#template #sectionB .point {
	width: 100%;
	margin: 20px 0 0;
	padding: 0;
	background: none;
	text-align: center;
}
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: #e82377;
	font-size: 20px;
  font-weight: 500;
}
div#template #sectionB .point .txt strong span {
  font-size: 36px;
	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 0px 4px 0;
	padding: 0px 0px 18px 0;
	background: url(/resources/common/pc/img/contents/extra/2106sale/arrow_down.png) no-repeat center bottom;
}
div#template #sectionB .point .txt .api_normalmaxpoint span {
	font-size: 16px;
}



/* ----------------------------------------------------------------------------
attention
---------------------------------------------------------------------------- */
div#template #attention {
	padding: 60px 0;
}
div#template #attention .sectionInner {
	width: 950px;
	margin: 0 auto;
}
div#template #attention dl {
	margin-bottom: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
div#template #attention dl:last-child {
	margin-bottom: 0;
}
div#template #attention dl dt {
	width: 16%;
	color: #bf70a3;
	font-size: 14px;
	font-weight: 500;
}
div#template #attention dl dd {
	width: 84%;
	line-height: 1.5;
	color: #333333;
	font-size: 14px;
}
div#template #attention dl dd ul li {
	padding-left: 12px;
	text-indent: -12px;
}






