
@charset "UTF-8";
/* =================================================================================================
　セゾンポイントモール - SHEIN
　https://www.a-q-f.com/contents/extra/shein/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 {
  /*background: url("/common/pc/img/contents/extra/shein/hd_bg.png") center repeat-x;*/
  height: 313px;
  background-image: linear-gradient(90deg, rgba(184, 235, 255, 1), rgba(187, 255, 239, 1) 37%, rgba(248, 227, 183, 1) 65%, rgba(255, 213, 234, 1) 91%);
  background-size: 800% 800%;
  animation: GradietionAnimation 9s ease infinite;
position: relative;
}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

#lp #main_area .main_area_inner {
  width: 100%;
 height: 313px;
background: url("/common/pc/img/contents/extra/shein/hd_bg.png") center repeat-x;
opacity: 0.6;
  margin: 0 auto;

}

#lp #main_area h1 {
      width: 363px;
    top: 85px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
#lp #main_area h1 img {
  width: 100%;
}


/* ----------------------------------------------------------------------------
　ショップ情報
---------------------------------------------------------------------------- */
#lp #shopInfo {
	/* padding-bottom: 65px; */
  padding-bottom: 40px;
	background: url("/common/pc/img/contents/extra/shein/bg_a.png") center top repeat-x;

}
#lp #shopInfo > *:last-child {
  margin-bottom: 0;
}
#lp #shopInfo .btn_box {
  width: 100%;
  max-width: 950px;
  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: 40px 0;
  background: url("/common/pc/img/contents/extra/shein/point.png?1") center no-repeat;
  text-align: center;
	justify-content: center;
	display: flex;
}
#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: 5px;
  padding-right: 40px;
	background: url("/common/pc/img/contents/extra/shein/point_arrow.png") right center no-repeat;
	font-size: 18px;
}
#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: #f84868;
	font-size: 30px;
	font-weight: 600;
}
#lp #shopInfo .btn_box li:first-child .point_text .api_displaypoint span {
	 color: #f84868 !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 22px;
	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;
}
#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 {
    color: #f84868;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -40px;
    margin-left: 15px;
}
#lp #shopInfo .pointup_day .api_saleflg{
    color: #f84868;
    font-size: 20px;
    font-weight: 600;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: -40px;
    margin-left: 15px;
   
}
#lp #shopInfo .pointup_day .api_campaignperiod.api_saleflg.has_sale:before {
    content: "期間：";
    position: relative;
    
}
#lp #shopInfo .btn_box li.shopInfo_text {
  position: relative;
  width: 100%;
  padding-bottom: 18px;
  margin-top: -15px;
  text-align: center;
  line-height: 1.5;
}
/* ----------------------------------------------------------------------------
　バナー
---------------------------------------------------------------------------- */
#lp #headBanner {
	width: 950px;
	/* margin: 50px auto; */
  margin: 42px auto;
}
#lp #headBanner ul {
  background-color: transparent;
}


/* ----------------------------------------------------------------------------
　ラインナップ
---------------------------------------------------------------------------- */
#lp .lineup {
  padding: 55px 0 20px;
}

#lp .lineup#campaign{
background: linear-gradient(90deg, rgb(253, 220, 224), rgb(254, 239, 220));
}
#lp .lineup#genre {
	background: linear-gradient(90deg, rgb(220, 253, 228), rgb(251, 254, 220));

}
#lp .lineup h2 {
	margin-bottom: 45px;
  font-size: 32px;
	font-weight: 600;
	text-align: center;
  letter-spacing: 1px;
}

@media all and (-ms-high-contrast: none) {

	#lp .lineup#campaign {
		background: none;
		color: #f4996c;
	}
	#lp .lineup#genre {
		background: none;
		color: #73c1cb;
	}

}

#lp .lineup .category {
	margin-bottom: 28px;
	font-family: 'Century Gothic pro', sans-serif;
  font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}

#lp #campaign .category {
 	color: #f4996c;
}
#lp #genre .category {
  color: #73c1cb;
}


#lp .lineup ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}
#lp .lineup ul li {
  margin-right: 25px;
}
#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;
}
/* ----------------------------------------------------------------------------
　カード訴求
---------------------------------------------------------------------------- */
#card {
  width: 100%;
　height: 413px;
 margin-top:150px; 
 }
#card .inner{
  width: 100%;
  height: 360px;
  display: flex;
	background: url("/common/pc/img/contents/extra/shein/bg_card.png") repeat-x;
  position: relative;
 justify-content: center;  
}
#card .mobile{
	display: flex;
    align-items: flex-end;
    margin-right: 100px;
    
}
#card .right{
	padding-top:50px; 

}
#card .btn{
	padding-top:20px; 

}


/* ----------------------------------------------------------------------------
　ボタン
---------------------------------------------------------------------------- */
#lp .btn_last {
  width: 100%;
  margin: 40px auto 0;
	text-align: center;
}

#lp .btn_last a:hover,
#shopInfo .btn a:hover,
#card .btn a:hover{
  opacity: 0.8;
}


/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.page_top {
  width: 950px;
  margin: 0 auto;
  text-align: right;
  background-color: #fff;
}

/* ----------------------------------------------------------------------------
グラデボタン
---------------------------------------------------------------------------- */


.c-btn {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size:24px;
  max-width: 300px;
  padding: 20px 40px 20px 50px;
  text-align: center;
  margin-top: 20px;
}
.c-btn-a{
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size:24px;
  max-width: 400px;
    padding: 28px 40px;
    text-align: center;
    margin: 0px auto 0;
    position: relative;
}
.c-btn-long{
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size:24px;
  max-width: 675px;
  padding: 20px 40px 20px 50px;
  text-align: center;
  margin: 40px auto 0;
  position: relative;
}
.c-btn-a.grad,
.c-btn.grad,
.c-btn-long.grad{
  background: linear-gradient(90deg, rgb(237,68,100) 0%, rgb(249,179,67) 50%, rgb(237,68,100) 100%);
  background-size: 200% 100%;
  border: none;
	transition:0.5s;
}
.c-btn-a.grad:hover,
.c-btn.grad:hover,
.c-btn-long.grad:hover {
  background-position: 100% 0;
  text-decoration: none;
}

#card .c-btn-a.grad,
#card .c-btn.grad{
  background: #f29d42 !important;
}


.c-btn img.arrow {
  padding-left: 20px;
}
.c-btn-a img.arrow,
.c-btn-long img.arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
/* -----------------------------------
plus
-----------------------------------*/
div#lp #plus {
	margin: 50px auto;
}

div#lp #plus h2 {
    font-size: 19px;
	text-align: center;
	color: #f84868;
	line-height: 1.4;
    margin-bottom: 10px;
}
div#lp #plus .sectionWrapper {
	padding: 15px 0 18px;
    background: #fffdec;
    border-radius: 8px;
    width: 950px;
    margin: 0 auto;
}
div#lp #plus .text {
	line-height: 1.5;
	margin-bottom: 15px;
	color: #232f3e;
	font-size: 13px;
	text-align: center;
}
div#lp #plus p.btn{
    text-align: center;
}

/*div#lp #plus .btn a {
	position: relative;
	display: block;
	width: 280px;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 8px;
	background: #2f4054;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}*/
div#lp #plus .btn a {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    color: #232f3e;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
}

/*div#lp #plus .btn a::after {
	content: '';
	position: absolute;
	right: 40px;
	width: 8px;
	height: 8px;
	margin-top: 8px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

div#lp #plus .btn a::after {
        content: '';
    position: absolute;
    right: -14px;
    width: 6px;
    height: 6px;
    margin-top: 5px;
    border-top: 1px solid #232f3e;
    border-right: 1px solid #232f3e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div#lp #plus .btn a:hover {
	text-decoration: auto;
}
div#lp #plus .img {

    text-align: center;
}
div#lp #plus .remarks {
    line-height: 1.5;
    color: #f03b48;
    font-size: 12px;
    text-align: center;
}

#wrapper #lp #shopInfo .btn_box li.box_point:first-child {
    flex-direction: column;
    background-position-y: 22px !important;
}
#wrapper #lp #shopInfo .btn_box li.box_point:first-child .point_text {
    font-size: 18px;
   /* font-weight: 500;*/
}
#wrapper #lp #shopInfo .btn_box li.box_point:first-child .text {
    line-height: 1.2;
    text-align: center;
    font-size: 25px;
}
#wrapper #lp #shopInfo .btn_box li.box_point:first-child .point_text .api_displaypoint {
    line-height: 1;
    margin-left: 12px;
}
#wrapper #lp #shopInfo .btn_box li.box_point:first-child .point_text .has_sale {
    margin-left: 10px;
    font-weight: 500;
}
#wrapper #lp #shopInfo .btn_box li.box_point:first-child .subtext {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    font-weight: 500;
}
#wrapper #lp #shopInfo #notes{
    font-size: 16px;
    margin: 20px auto;
    line-height: 1.5;
    text-align: center;
    color: #333;
    font-weight: 500;
    border: 1px solid #f84868;
    width: 950px;
    padding: 10px 0;
}





