@charset "UTF-8";
/**************************************************************************

	基本設定

***************************************************************************/
body {
  overflow-x: hidden; 
}

/* リセット */
.ec-featureRole *,
.ec-featureRole *::before,
.ec-featureRole *::after {
    font-size: inherit;
}

.ec-featureRole {
	background: #fff;
	max-width: 1160px;
	padding-left: 0;
	padding-right: 0;
}

.ec-featureRole__content {
	padding-bottom: 0 !important;
}

.subscriptionCnt {
    background: #fff;
}

.ec-giftArea {
	padding-left: 20px;
	padding-right: 20px;
}

.subscriptionCnt ul,
.subscriptionCnt ol {
    padding: initial;
    margin: initial; 
}

.ec-featureRole__content {
	padding-bottom: 0;
}

/* コンテンツ部分の背景色 */
.ec-layoutRole .ec-layoutRole__contents {
    background-color: #fff !important;
    background-repeat: repeat;
    background-position: center top;
    margin-top-top: -15px;
    padding-bottom: 40px;
}

/* コンテンツ上部の親要素 */
.ec-featureRole__headdescription {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* h1 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
/* 商品紐付けで自動表示されるアンカーリンクを非表示*/
.ec-featureItems.buttons {
  display: none;
}

.ec-layoutRole .ec-layoutRole__contents li {
    list-style: none;
}

/* マージン調整 */
@media print, screen and (min-width: 768px) {
#content.gift .ec-giftArea + .ec-giftArea {
    margin-top: 50px; }
}

@media only screen and (max-width: 767px) {
#content.gift .ec-giftArea + .ec-giftArea {
    margin-top: 12vw; } 
}

/* お知らせ */
/* キャンペーン終了 */
.cp-end {
    margin-bottom: 20px !important;
    border: solid 1px #fff17f;
    padding: 24px 24px 19px;
    background-color: #fffee3;
    text-align: center;
    font-weight: bold;
    color: #f00; }

/***************************************************************************

	汎用クラス・共通要素

****************************************************************************/
.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.pc {
    display: block; 
}

@media only screen and (max-width: 767px) {
.pc {
    display: none; }
}

.pc_inb {
    display: inline-block; 
}

@media only screen and (max-width: 767px) {
.pc_inb {
    display: none; 
} 
}

.sp {
    display: block;
}
@media print, screen and (min-width: 768px) {
.sp {
    display: none; } 
}

.sp2 {
    display: block;
}
@media print, screen and (min-width: 1000px) {
.sp2 {
    display: none; } 
}

.sp_inb {
    display: inline-block; }
@media print, screen and (min-width: 768px) {
.sp_inb {
    display: none; 
} 
}

.tablet_inb {
display: none; 
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.tablet_inb {
    display: inline-block;
}
}

.sp_tablet_inb {
    display: none; 
}

@media only screen and (max-width: 1024px) {
.sp_tablet_inb {
    display: inline-block; 
}
}

.disp_inb {
    display: inline-block;
}

@media print {
.print_inb {
    display: inline-block;
}
}

/***************************************************************************

	コンテンツ

****************************************************************************/
/* 背景*/
.subscriptionCnt {
    background-color: #fff !important;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
.subscriptionCnt {
	font-size: 16px;
}	

.ec-featureRole__headdescription {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}

.subscriptionCnt img {
    max-width: 100%; 
}

.subscriptionCnt a {
    text-decoration: none; 
}

/* MV */
#mainVisual {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    text-align: center; 
}

.mainVisualImage img {
    max-width: 100%;
}

/* リード */
.leadTxt{
    text-align: center;
    color: #333;
    padding: 2% 0;
    line-height: 1.6em;
	font-weight: 600;
}

.leadTxt p span{
    color: #ff6094;
	font-size: clamp(1.4rem, 1.5vw, 1.8rem);
}

.leadTxt p:first-child{
    font-size: clamp(1.1rem, 1.2vw, 1.3rem);
}

.leadTxt p:last-child{
    font-size: clamp(1rem, 1.2vw, 1.3rem);
	line-height: 1.7;
}

@media only screen and (max-width: 767px) {
.leadTxt{
    font-size: 20px;
}
}

/* 見出し2 */
.h2cpTtl {
    background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/img_ttlline.png);
    background-position: bottom;
    background-size: 150px;	
    background-repeat: repeat-x;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
    color: #333;
    width: 90%;
    margin:0 auto;
}
.h2cpTtl  span{
    font-size: 1.4em;
    color: #fc4881;
	margin: 0 0.2em;
}

.h2Ttl {
    font-size: 36px;
    text-align: center;
    padding: 0.5em;
    font-weight: bold;
    color: #fc4881;
    margin:0 auto 20px;
}

@media only screen and (max-width: 767px) {
.h2Ttl {
    font-size: 26px;
}
.h2cpTtl {
    font-size: 18px;
}	
}

/* エントリーボタン */
.btnEntry{
	text-align: center;
}

.btnEntry a{
    display: block;
    width: 40%;
	color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 80px;
    background-color: #fc4881;
    box-shadow: 0 5px 1px rgba(181, 62, 100, 1);
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	font-weight: bold;
	margin: 0 auto;
	padding: 2%;
}

.boxThird .btnEntry{
    width: 40% !important;
}

.boxThird .btnEntry a{
    display: block;
    width: 100% !important;
	color: #fff;
    position: relative;
    text-align: center;
    overflow: hidden;
    border-radius: 80px;
    background-color: #fc4881;
    box-shadow: 0 5px 1px rgba(181, 62, 100, 1);
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	font-weight: bold;
	margin: 0 auto;
	padding: 2%;
}

.btnEntry a::before {
    position: absolute;
    content: '';
    background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/icon_btn.png);
    background-size: cover;
    top: 17%;
    right: 80%;
    display: inline-block;
    width: 47px;
    height: 40px;
}

.boxThird .btnEntry a::before {
    position: absolute;
    content: '';
    background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/icon_btn.png);
    background-size: cover;
    top: 23%;
    right: 82%;
    display: inline-block;
    width: 40px;
    height: 34px;
}

.btnEntry a::after {
    position: absolute;
    content: '';
    top: 40%;
    left: 90%;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff;
    border-right: 0;
}

.boxThird .btnEntry a {
    width: 45%;
    font-size: clamp(0.9rem, 1.2vw, 1.4rem);
    padding: 5% 2.5%;
}

@media only screen and (max-width: 767px) {
.btnEntry a{
    width: 80%;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	padding: 5%;
}
.btnEntry a::before {
    position: absolute;
    content: '';
    background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/icon_btn.png);
    background-size: cover;
    top: 22%;
    right: 82%;
    display: inline-block;
    width: 47px;
    height: 40px;
}	
}

@media only screen and (min-width: 460px) and (max-width: 767px)  {
.boxThird .btnEntry{
    width: 100% !important;
}	
.boxThird .btnEntry a{
    width: 90% !important;
	font-size: clamp(1rem, 1.2vw, 1.3rem);
	padding: 5%;
}	
.btnEntry a::before {
    position: absolute;
    content: '';
    background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/icon_btn.png);
    background-size: cover;
    top: 22%;
    right: 82%;
    display: inline-block;
    width: 58px !important;
    height: 51px !important;
}	
}

@media only screen and (max-width: 459px) {
.boxThird .btnEntry{
    width: 100% !important;
}	
.boxThird .btnEntry a{
    width: 90% !important;
	font-size: clamp(1rem, 1.2vw, 1.3rem);
	padding: 5%;
}
.btnEntry a::before {
    position: absolute;
    content: '';
    background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/icon_btn.png);
    background-size: cover;
    top: 23% !important;
    right: 82%;
    display: inline-block;
    width: 42px !important;
    height: 35px !important;
}		
}

.btnEntry a:hover {
	background: #ff729f;
	vcolor: #000; 
}

/* キャンペーン内容 */
.cp{
	width: 100%;
	background-color: #ffece9;
}

.cp .cpInner{
    background: url("/order/html/upload/user_data/feature/shinseikatsu/img/2026/bg_cp.png");
    background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3% 8%;
}

.conditionList{
	font-size: 15px !important;
    font-weight: 600;
    line-height: 1.6;
    margin: 15px auto 10px !important;
}

/* キャンペーン内容（上部） */
.cp .cpInner .box_main{
	margin: auto;
	background-color: #fff;
	text-align: left;
	border-radius: 20px;
	padding: 3% 0;
}

.conditionList_main{
	font-size: 16px;
	font-weight: 600;
    text-indent: -1em;
    padding-left: 1em !important;
	margin:20px auto 10px !important;
	line-height: 1.6;
    background: url("/order/html/upload/user_data/feature/shinseikatsu/img/2026/bg_conditionList.png");
    background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;	
}

.conditionList_main li span{
	font-size:clamp(0.8rem, 1vw, 1.2rem) ;
}

.conditionNote{
	font-size:clamp(0.8rem, 1vw, 1.2rem) ; 
    margin: 10px auto !important;	
}

.conditionNote p{
    text-indent: -1em;
    padding-left: 1em !important;
    font-weighst: 600;
    line-height: 1.6;
	margin-bottom: 0;
}

.box_mainInner{
	width: 85%;
	margin: auto;
}

.cpNote{
	font-size:clamp(0.8rem, 1vw, 1.2rem) ; 
	color: #ff2400;
}

.cpNote p{
	text-indent: -1em;
    padding-left: 1em;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
.cp{
	width: 100%;
	background-color: #ffece9;
}
	
.cpInner{
    background: url("/order/html/upload/user_data/feature/shinseikatsu/img/2026/bg_cp.png");
    background-position: top;
	background-repeat: no-repeat;
	background-size: contain !important;
    padding: 5% 3% !important;
}

/* キャンペーン内容（上部） */	
.cp .cpInner .box_main{
	margin: auto;
	background-color: #fff;
	text-align: left;
	border-radius: 20px;
	padding: 5% 0;
}
	
.conditionList_main{
    background:none !important;
}	
}

/* キャンペーン内容（下部） */
.cp .box li{
	color: #fc4881;
	border: solid #fd6576 1px;
	border-radius: 15px;
	margin: 0 auto 10px;
}

.cp .box li:first-child{
	background: #deffde;
}

.cp .box li:nth-child(n+2):nth-child(-n+3) {
	background: #ffffbc;
}

.cp .box li:last-child {
	background: #d5fffd;
}

.cp dl{
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding: 2% 7%;
	font-size: 18px !important;
	margin: 0;	
}

.cp .boxSecond dl{
	padding: 2% 7% 0 !important;
}

.cp .boxSecond p{
	text-align: center;
	padding-bottom: 2%;
}

.cp .boxThird{
	padding: 5% 7%;
	display: flex;
    justify-content: space-between;
}

.cp dl dt,.cp .boxThird .boxTxt{
	display: flex;
	gap: 12px;
	align-items: center;
	text-align: left;
	font-weight: 600;
}

.boxTxt_inner{
	font-size: 18px !important;	
}

.boxThird .boxTxt span{
	display: block;
	font-size:clamp(0.8rem, 1vw, 1.2rem) ; 
}

.cp dl dt p{
	width: 55%;
}

.cp .boxThird p{
	width: 65%;
	margin-bottom: 10px;
}

.cp dl dt span,.cp .boxThird .num{
	color: #fff;
	display: block;
    width: 36px;
    height: 36px;
    padding-top: 1px;
	background-color: #fc4881;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	font-size: clamp(1rem, 1.1vw, 1.3rem);
}

@media only screen and (max-width: 1600px) {
.cp dl dt,.cp .boxThird .boxTxt{
	display: flex;
	gap: 8px;
}	
.cp dl dt span,.cp .boxThird .num{
    width: 30px;
    height: 30px;
    padding-top: 3px;
}
}


.cp dt{
	padding: 1% 0;
}

.cp dd{
	text-align: center;	
	font-size: 1.5em;
	font-weight: 600;
	padding: 2% 0;
}
.cp dd span{
	display: inline;	
    font-size: 0.7em;
}
.cp dd sup{
    font-size: 0.6em;
}

/* キャンペーン内容（下部） */	
@media only screen and (max-width: 767px) {
.cp dl{
    padding: 2% 5%;
	font-size: 16px !important;	
}

.cp .boxSecond dl{
    padding: 2% 5% !important;
}
	

.boxTxt_inner{
	font-size: 16px !important;	
}	
	
.cp dd{
    font-size: 1.5em;
	line-height: 1.1em;
}

.cp dl dd span{
	display: block;
	font-size: 0.7em;
}	

.cp dd sup{
    font-size: 0.6em;
}	
	
.cp .boxThird{
	padding: 5%;
	display: block;
}
.cp .boxThird .boxTxt{
	width: 95%;
	margin-bottom: 10px;
}
}

/* 期間など*/
.cpDetail01{
	text-align: center;
    background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/img_line.png);
    background-position: bottom;
    background-size: 150px;	
    background-repeat: repeat-x;
	padding: 30px 0 80px;
}

.cpDetail01 dl dt{
	width: 90%;
	padding: 1% 2%;
	border-radius: 2px;
	margin: auto;
	font-weight: bold;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	background-color: #35b220;
	color: #fff;	
}

.cpDetail01 dl dd{
	line-height: 1.6em;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem);
	width: 80%;
	margin: 15px auto 30px;
}

@media only screen and (max-width: 767px) {	
.cpDetail01 dl dd{
	line-height: 1.6em;
	font-size: clamp(1rem, 1.2vw, 1.3rem);
	font-weight: 600;
	width: 90%;
	margin: 15px auto 20px;
}
}

.cpDetail01 p{
	font-size: clamp(0.8rem, 1vw, 1.2rem);
	margin-top: 15px;
	line-height: 1.6;
}

.cpDetail01 .point{
	background-color: #ff813d;
	color: #fff;
}

.cpDetail01 .pointTxt{
	font-size: clamp(1rem, 1.2vw, 1.4rem);
	text-align: left;
	text-indent: -1em;
    padding-left: 1em;
}

/* 対象ショップ */
.subscriptionShop{
	text-align: center;
	padding: 40px 0;
	border-top:solid #ff6495 14px;
	margin-top: 3%;
	background: #ffece9;
}

.subscriptionShop p span{
	color: #f8f500;
	font-size: 1.5em;
}

.shopList{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    width: 95%;
    margin: auto !important;
}

.shopList li{
	width: 26%;
    background: #fff;
	margin-bottom: 20px;
	border: solid 1px #e7b2b2;
	background-color: #ff6495;
}

.shopList li:hover{
	opacity: 0.8;
	transition:0.2s;
	border: solid 1px #fff;
}

.shopList li .shopTxt{
	background: url(/order/html/upload/user_data/feature/shinseikatsu/img/2026/bg_shop.png);	
    background-repeat: no-repeat;
    background-size: contain;
	background-position: top center;
	color: #fff;
	padding: 7%;
}

.shopName{
	font-size: 1em;
}

.st{
	font-size: 1em;
}

@media only screen and (max-width: 767px) {
.shopList{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	flex-wrap: wrap;
    gap: 2%;	
	width: 90%;
    margin: auto !important;
}

.shopList li .shopTxt{
	padding: 7% 4%;
}	
	
.shopList li{
	margin-bottom: 5%;
	width: 48%;
}
	
.shopName{
	font-size: 15px;
}
	
.st{
	font-size: 15px;
}	
}

.shopList li dt{
	width: 100%;
	margin-bottom: 10px;
}

.shopList li dd{
	text-align: left;
}

/* サブクスへの新規加入および継続更新でJRE POINT2倍について
Suica定期券所持でJRE POINT更に5倍について */
.cpDetail02{
    padding: 40px 0 10px;
	background-color: #f1f1f1;
}

.cpDetail02_ttl{
	width: 85%;
    margin: 0 auto 30px;
    text-align: center;
    color: #ff6495;
    padding: 0.4em;
    font-size: 22px;
    font-weight: bold;
    border-top: solid #ff6495 2px;
    border-bottom: solid #ff6495 2px;
}

.cpDetail02 dl{
    color: #333;
    width: 85%;
    display: block;
	line-height: 1.6;
	margin: 0 auto 50px;
}

.cpDetail02 dl:last-child{
    border-top: solid #d4d4d4 2px;
	padding-top: 30px;
}

.cpDetail02 dt {
    padding: 0.1em 0.4em;
    background: transparent;
    border-left: solid 8px #ff6094;
    font-size: 1em;
}

.cpDetail02 dd {
    margin: 5px 0 10px;
	font-size: 1em;
}

.cpDetail02 span {
    display: block;
    font-size: 0.9em;
}

.bl_notesDtl li{
    text-indent: -1em;
    padding-left: 1em;	
}

.bl_notesDtl li a{
    text-decoration: underline;
	color: #008803;
}

.h3Ttl2{
    color: #f8f500;
    font-size: 1.5em;
    text-align: center;
    margin: 3% 0;
}

@media only screen and (max-width: 767px) {
.cpDetail02_ttl{
	width: 90%;
    margin: 0 auto 20px;
	font-size: 20px;
}	
.cpDetail02 dl{
    width: 90%;
}
}

/* 注意事項 */
.bl_notes {
    padding: 40px 5%;
    background-color: #f1f1f1;
    border-radius: 20px;
    width: 90%;
    margin: auto;
}

.bl_notes h2 {
    font-size: min(1.6rem, 5vw);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin: 0 0 20px;
}

.bl_notes ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.5; 
}

.bl_notes ul li + li {
    margin-top: 3px; 
}

/*# sourceMappingURL=style2026.css.map */