/*====================================
articleAreaWrap
====================================*/
.articleAreaWrap {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.articleAreaWrap .articleAreaWrapInr {
	border-radius: 5px;
	overflow: hidden;
}
.articleAreaWrap .articleImg {
}
.articleAreaWrap .articleImg img {
	width: 100%;
	height: auto;
}
.articleAreaWrap .articleTxtArea {
	padding: 45px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fafafa;
}
.articleAreaWrap .articleTxtArea .articleData {
}
.articleAreaWrap .articleTxtArea .articleData .articleNum {
	display: inline-block;
	color: #868686;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
}
.articleAreaWrap .articleTxtArea .articleData .articleNum .num {
	font-size: 3.7rem;
}
.articleAreaWrap .articleTxtArea .articleData .articleCatArea {
	padding-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.articleAreaWrap .articleTxtArea .articleData .articleCatArea .articleCat {
	color: #444;
	font-size: 2.1rem;
	line-height: 33px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #666;
	border-radius: 99px;
}
.articleAreaWrap .articleTxtArea .articleTtl {
	margin-top: 15px;
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
}
.articleAreaWrap .articleTxtArea .articleTxt {
	margin-top: 15px;
	font-size: 1.7rem;
	line-height: 2.2;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.articleAreaWrap {
	}
	.articleAreaWrap .articleAreaWrapInr {
		overflow: unset;
	}
	.articleAreaWrap .articleImg {
		width: auto;
		margin: 0 -10px;
	}
	.articleAreaWrap .articleImg img {
		width: 100%;
		height: auto;
	}
	.articleAreaWrap .articleTxtArea {
		padding: 15px 10px;
		background: #fff;
	}
	.articleAreaWrap .articleTxtArea .articleData {
	}
	.articleAreaWrap .articleTxtArea .articleData .articleNum {
		font-size: 1.8rem;
	}
	.articleAreaWrap .articleTxtArea .articleData .articleNum .num {
		font-size: 2.6rem;
	}
	.articleAreaWrap .articleTxtArea .articleData .articleCatArea {
		padding-left: 15px;
	}
	.articleAreaWrap .articleTxtArea .articleData .articleCatArea .articleCat {
		font-size: 1.5rem;
		line-height: 24px;
		padding: 0 10px;
	}
	.articleAreaWrap .articleTxtArea .articleTtl {
		margin-top: 10px;
		font-size: 3.3rem;
	}
	.articleAreaWrap .articleTxtArea .articleTxt {
		margin-top: 10px;
		font-size: 1.7rem;
	}
}




/*====================================
landingAreaWrap
====================================*/
.landingAreaWrap {
	margin-top: 0;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.landingAreaWrap {
		margin-top: 0;
	}
}




/*====================================
moreAreaWrap
====================================*/
.moreAreaWrap {
	max-width: 1100px;
	margin: 40px auto 0;
	text-align: center;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}
.moreAreaWrap .moreTtl {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
}
.moreAreaWrap .moreArw {
	margin-top: 25px;
	background: url(/lp/common/images/top_more_bg.png) no-repeat center bottom;
	background-size: 100% auto;
	min-height: 135px;
}
.moreAreaWrap .moreArw img {
	margin-top: 10px;
}
.moreAreaWrap + .secAppDL {
	margin-top: -7px;
}


/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.moreAreaWrap {
		margin: 20px auto 0;
		padding: 0 20px;
	}
	.moreAreaWrap .moreTtl {
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.6;
	}
	.moreAreaWrap .moreArw {
		background: url(/lp/common/images/sp_top_more_bg.png) no-repeat center bottom;
		background-size: 100% auto;
		min-height: 0;
		max-width: 450px;
		margin: 20px auto 0;
	}
	.moreAreaWrap .moreArw img {
		margin: 10px 0 20px;
		max-width: 50px;
		height: auto;
	}
}



/*====================================
section
====================================*/
.section {
	background-repeat: repeat;
	background-position: center center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section.is-bgRight::before {
	content: " ";
	display: block;
	width: 150%;
	height: 140%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	background-repeat: repeat;
	background-position: center center;
	-webkit-transform: rotate(3deg) translate(-50%,-50%);
	transform: rotate(3deg) translate(-50%,-50%);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.section.is-bgLeft::before {
	content: " ";
	display: block;
	width: 150%;
	height: 150%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	background-repeat: repeat;
	background-position: center center;
	-webkit-transform: rotate(-3deg) translate(-50%,-50%);
	transform: rotate(-3deg) translate(-50%,-50%);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.section .secInr {
	max-width: 1280px;
	margin: 0 auto;
}
.section .secInr .secItem {
}
.section .secInr .secItem.is-txtL {
	margin-right: auto;
}
.section .secInr .secItem.is-txtR {
	margin-left: auto;
}
.section .secInr .secItem .cat {
	padding-left: 5px;
}
.section .secInr .secItem .itemTtl {
	margin-top: 10px;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.section .secInr .secItem .itemTxt {
	margin-top: 30px;
	font-size: 1.8rem;
	line-height: 1.9;
}
.section .secInr .secItem .itemTxt .em {
	color: #f00;
	font-weight: bold;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.section {
	}
	.section.is-bgRight::before {
		content: " ";
		display: block;
		width: 150%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
	}
	.section.is-bgLeft::before {
		content: " ";
		display: block;
		width: 150%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: -1;
	}
	.section .secInr {
	}
	.section .secInr .secItem {
	}
	.section .secInr .secItem.is-txtL {
		margin-right: auto;
	}
	.section .secInr .secItem.is-txtR {
		margin-left: auto;
	}
	.section .secInr .secItem .cat {
		padding-left: 5px;
	}
	.section .secInr .secItem .itemTtl {
		margin-top: 10px;
		font-size: 3.7rem;
	}
	.section .secInr .secItem .itemTxt {
		margin-top: 20px;
		font-size: 1.7rem;
		line-height: 1.8;
	}
	.section .secInr .secItem .itemTxt .em {
		color: #f00;
		font-weight: bold;
	}
}




/*====================================
secAppDL
====================================*/
.secAppDL {
	position: relative;
	z-index: 5;
	margin-top: 0;
	background-image: url(/lp/common/images/top_area01_bg.png);
	padding: 60px 0 80px;
}
.secAppDL .secInr {
	position: relative;
}
.secAppDL .pt-langChangeWrap {
	position: absolute;
	top: -15px;
	right: 160px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 155px;
	width: 100%;
}
.secAppDL .pt-langChangeWrap .langChangeWrapInr .langChangeBtn {
	background: #fff;
}
.secAppDL .secInr .secHeader {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
}
.secAppDL .secInr .secHeader .secLogo {
}
.secAppDL .secInr .secHeader .secLogo img {
	width: 100%;
	height: auto;
}
.secAppDL .secInr .secHeader .logo-matsuyama {
	margin-top: 7.34%;
	width: 19.68%;
	height: auto;
}
.secAppDL .secInr .secHeader .logo-shopping {
	width: 109px;
	height: auto;
}
.secAppDL .secInr .secCts {
}
.secAppDL .secInr .secCts .secMainArea {
}
.secAppDL .secInr .secCts .secMainArea .secMainTxt {
	width: 62.03125%;
	margin: 0 auto;
}
.secAppDL .secInr .secCts .secMainArea .secMainTxt img {
	width: 100%;
	height: auto;
}
.secAppDL .secInr .secCts .appDlLink {
	margin-top: 45px;
	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;
}
.secAppDL .secInr .secCts .appDlLink .dlLink {
}
.secAppDL .secInr .secCts .appDlLink .dlLink + .dlLink {
	padding-left: 20px;
}
/* カミングスーン */
/* .secAppDL .secInr .secCts .appDlLink .dlLink + .dlLink a {
	position: relative;
	pointer-events: none;
}
.secAppDL .secInr .secCts .appDlLink .dlLink + .dlLink a::before {
	content: "Coming Soon";
	width: 100%;
	height: 100%;
	white-space: pre;
	background: rgba(30, 30, 30, 0.8);
	color: #fff;
	font-size: 2rem;
	line-height: 1.3;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
} */
/* /カミングスーン */
.secAppDL .secInr .secCts .appDlLink .dlLink a {
	display: block;
}
.secAppDL .secInr .secCts .appDlLink .dlLink img {
	max-width: 100%;
	height: auto;
}
.secAppDL .secInr .secFooter {
	position: absolute;
	bottom: -80px;
	left: 0;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: -1;
}
.secAppDL .secInr .secFooter .secLogo {
}
.secAppDL .secInr .secFooter .secLogo img {
	width: 100%;
	height: auto;
}
.secAppDL .secInr .secFooter .secLogo.logo-kitty {
	width: 26.08333%;
	margin-bottom: 20px;
}
.secAppDL .secInr .secFooter .secLogo.logo-spImg {
	width: 30.58333%;
	margin-right: -40px;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secAppDL {
		position: relative;
		margin-top: 30px;
		background-image: url(/lp/common/images/top_area01_bg.png);
		padding: 20px 0 15px;
	}
	.secAppDL .secInr {
		position: relative;
	}
	.secAppDL .pt-langChangeWrap {
		position: absolute;
		top: -50px;
		right: auto;
		left: 0;
		padding: 0;
		max-width: 100%;
		width: 100%;
		z-index: 100;
		height: 32px;
	}
	.secAppDL .pt-langChangeWrap .langChangeWrapInr .langChangeBtn {
		background: #fff;
	}
	.secAppDL .pt-langChangeWrap .langChangeWrapInr .langChangeBtn .btnTxt {
		border-top: 0;
		border-bottom: 1px solid #e9a8aa;
	}
	.secAppDL .secInr .secHeader {
		position: static;
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 0 20px;
		box-sizing: border-box;
		max-width: 500px;
		margin: 0 auto;
	}
	.secAppDL .secInr .secHeader .secLogo {
	}
	.secAppDL .secInr .secHeader .secLogo img {
	}
	.secAppDL .secInr .secHeader .logo-matsuyama {
		width: 100%;
		max-width: 95px;
		height: auto;
		padding: 0 65px;
		margin: 0 auto;
	}
	.secAppDL .secInr .secHeader .logo-shopping {
		position: absolute;
		top: 0;
		left: 20px;
		width: 65px;
		height: auto;
	}
	.secAppDL .secInr .secCts {
		max-width: 500px;
		margin: 0 auto;
	}
	.secAppDL .secInr .secCts .secMainArea {
	}
	.secAppDL .secInr .secCts .secMainArea .secMainTxt {
		width: 100%;
		margin: 0 auto;
	}
	.secAppDL .secInr .secCts .secMainArea .secMainTxt img {
		width: 100%;
		height: auto;
	}
	.secAppDL .secInr .secCts .secDlTxt {
		width: 100%;
	}
	.secAppDL .secInr .secCts .secDlTxt img {
		width: 100%;
		height: auto;
	}
	.secAppDL .secInr .secCts .appDlLink {
		margin: 0;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.secAppDL .secInr .secCts .appDlLink .dlLink {
		width: 50%;
		box-sizing: border-box;
		padding: 1px 5px 0;
	}
	.secAppDL .secInr .secCts .appDlLink .dlLink + .dlLink {
		padding: 0 5px 0 2%;
	}
	#lang_ja .secAppDL .secInr .secCts .appDlLink {
		padding: 0 10px;
	}
	#lang_ja .secAppDL .secInr .secCts .appDlLink .dlLink + .dlLink {
		padding-left: 1.5%;
	}
	/* カミングスーン */
	/* .secAppDL .secInr .secCts .appDlLink .dlLink + .dlLink a {
	}
	.secAppDL .secInr .secCts .appDlLink .dlLink + .dlLink a::before {
		font-size: 4.13033vw;
		border-radius: 6px;
	} */
	/* /カミングスーン */
	.secAppDL .secInr .secCts .appDlLink .dlLink a {
		display: block;
	}
	.secAppDL .secInr .secCts .appDlLink .dlLink img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.secAppDL .secInr .secFooter {
		position: static;
		padding: 0 10px;
		width: 100%;
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	.secAppDL .secInr .secFooter .secLogo {
		max-width: 220px;
	}
	.secAppDL .secInr .secFooter .secLogo img {
		width: 100%;
		height: auto;
	}
	.secAppDL .secInr .secFooter .secLogo.logo-kitty {
	}
	.secAppDL .secInr .secFooter .secLogo.logo-spImg {
	}
}




/*====================================
imgBarArea
====================================*/
.imgBarArea {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.imgBarArea {
	}
}



.imgBarArea.bar01 {
	background-image: url(/lp/common/images/top_bar01_bg.jpg);
	height: 370px;
	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;
}
.imgBarArea.bar01 .barTxt {
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.imgBarArea.bar01 .barTxt img {
	max-width: 100%;
	height: auto;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.imgBarArea.bar01 {
		background-image: url(/lp/common/images/sp_top_bar01_bg.jpg);
		width: 100%;
		height: 0;
		display: block;
		padding-top: 64%;
		position: relative;
	}
	.imgBarArea.bar01 .barTxt {
		position: absolute;
		width: 100%;
		max-width: 450px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.imgBarArea.bar01 .barTxt img {
		max-width: 100%;
		height: auto;
	}
}



.imgBarArea.bar02 {
	background-image: url(/lp/common/images/top_bar02_bg.jpg);
	background-repeat: repeat-x;
	background-size: 1920px auto;
	height: 494px;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.imgBarArea.bar02 {
		background-image: url(/lp/common/images/sp_top_bar02_bg.jpg);
		background-repeat: repeat-x;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-top: 50.1333%;
	}
}




/*====================================
secHistory
====================================*/
.secHistory {
	padding: 120px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	z-index: -1;
	background-image: url(/lp/common/images/top_area03_bg.png);
}
.secHistory .secCts {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secHistory::before {
	background-image: url(/lp/common/images/top_area02_bg.png);
}
.secHistory .secItem {
	width: 37.81818%;
	min-width: 400px;
	padding-right: 62.18182%;
	padding-top: 50px;
	position: relative;
}
.secHistory .secItem::after {
	content: " ";
	display: block;
	width: 60%;
	height: 0;
	padding-top: 53.6084%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/lp/common/images/feature1_img01_ja.png) no-repeat center right;
	background-size: 100% auto;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secHistory {
		padding: 40px 0;
		background-image: url(/lp/common/images/top_area03_bg.png);
	}
	.secHistory .secCts {
		padding: 0 20px;
	}
	.secHistory::before {
		background-image: url(/lp/common/images/top_area02_bg.png);
	}
	.secHistory .secItem {
		width: 100%;
		min-width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
	.secHistory .secItem::after {
		content: " ";
		width: 100%;
		height: 0;
		padding-top: 88.6766%;
		position: static;
		background: url(/lp/common/images/feature1_img01_ja.png) no-repeat center right;
		background-size: 100% auto;
		margin: 20px 0 -50px;
	}
}


/*====================================
secGetChance
====================================*/
.secGetChance {
	padding: 150px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	z-index: -2;
	background-image: url(/lp/common/images/top_area03_bg.png);
}
.secGetChance .secCts {
	max-width: 1210px;
	min-height: 525px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secGetChance::before {
	background-image: url(/lp/common/images/top_area03_bg.png);
}
.secGetChance .secItem {
	width: 43.52941%;
	padding-top: 7.21476%;
	padding-left: 56.47059%;
	position: relative;
}
.secGetChance .secItem::after {
	content: " ";
	display: block;
	width: 48.8255%;
	height: 0;
	padding-top: 44.04362%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/lp/common/images/top_area03_img01.png) no-repeat center right;
	background-size: 100% auto;
}
.secGetChance .secItem .itemTtl small {
	font-size: 4.6rem;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secGetChance {
		padding: 60px 0;
		background-image: url(/lp/common/images/top_area03_bg.png);
	}
	.secGetChance .secCts {
		min-height: 0;
		padding: 0 20px;
	}
	.secGetChance::before {
		background-image: url(/lp/common/images/top_area03_bg.png);
	}
	.secGetChance .secItem {
		width: 100%;
		padding-top: 0;
		padding-left: 0;
	}
	.secGetChance .secItem::after {
		content: " ";
		display: block;
		width: 100%;
		height: 0;
		padding-top: 90.20618%;
		position: static;
		background: url(/lp/common/images/top_area03_img01.png) no-repeat center right;
		background-size: 100% auto;
		margin-top: 20px;
	}
	.secGetChance .secItem .itemTtl small {
		font-size: 3.7rem;
  }
}



/*====================================
secWifi
====================================*/
.secWifi {
	padding: 120px 0 16.21849%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	position: relative;
	z-index: -2;
	background-image: url(/lp/common/images/top_area03_bg.png);
}
.secWifi .secCts {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section.secWifi::before {
	background-image: url(/lp/common/images/top_area04_bg.png);
	height: 120%;
}
.secWifi .secItem {
	width: 40.65546%;
	min-width: 480px;
	padding-right: 59.34454%;
	padding-top: 40px;
	position: relative;
}
.secWifi .secItem::after {
	content: " ";
	display: block;
	width: 49.15966%;
	height: 0;
	padding-top: 42.7966%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(/lp/common/images/top_area04_img01.png) no-repeat center right;
	background-size: 100% auto;
}

@media screen and (min-width: 1920px) {
	.secWifi {
		padding: 120px 0 300px;
	}
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secWifi {
		padding: 65px 0;
		background-image: url(/lp/common/images/top_area03_bg.png);
	}
	.secWifi .secCts {
		padding: 0 20px;
	}
	.section.secWifi::before {
		background-image: url(/lp/common/images/top_area04_bg.png);
		height: 100%;
	}
	.secWifi .secItem {
		width: 100%;
		min-width: 100%;
		padding-right: 0;
		padding-top: 0;
	}
	.secWifi .secItem::after {
		content: " ";
		display: block;
		width: 100%;
		height: 0;
		padding-top: 86.5506%;
		position: static;
		background: url(/lp/common/images/top_area04_img01.png) no-repeat center right;
		background-size: 100% auto;
		margin-top: 20px;
	}
}



/*====================================
secUpdate
====================================*/
.secUpdate {
	padding: 85px 0 115px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secUpdate .secInr {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.secUpdate .secInr .secTtlWrap {
	text-align: center;
}
.secUpdate .secInr .secTtlWrap .secTtl {
	max-width: 100%;
}
.secUpdate .secInr .secTtlWrap .secTtl img {
	max-width: 100%;
	height: auto;
}
.secUpdate .secInr .secTtlWrap .secLead {
	margin-top: 20px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.7;
}
.secUpdate .secInr .secCts {
	margin-top: 50px;
}
.secUpdate .secInr .secCts .itemWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1.2605%;
	height: 100%;
}
.secUpdate .secInr .secCts .itemWrap .item {
	width: 33.333333%;
	padding: 0 1.2605%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.secUpdate .secInr .secCts .itemWrap .item .itemInr {
	background: #ffecf1;
	border-radius: 15px;
	padding: 30px 10px;
	box-sizing: border-box;
	height: 100%;
}
.secUpdate .secInr .secCts .itemWrap .item .itemPlan {
	display: inline-block;
	background: #f65fa0;
	border-radius: 99px;
	color: #fff;
	padding: 0 30px;
}
.secUpdate .secInr .secCts .itemWrap .item .itemPlan .year {
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
}
.secUpdate .secInr .secCts .itemWrap .item .itemPlan .month {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
}
.secUpdate .secInr .secCts .itemWrap .item .itemImg {
	margin-top: 30px;
}
.secUpdate .secInr .secCts .itemWrap .item .itemImg img {
	max-width: 100%;
	height: auto;
}
.secUpdate .secInr .secCts .itemWrap .item .itemTxt {
	margin-top: 25px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.4;
}

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secUpdate {
		padding: 35px 0;
	}
	.secUpdate .secInr {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.secUpdate .secInr .secTtlWrap {
		text-align: center;
		padding: 0 5px;
	}
	.secUpdate .secInr .secTtlWrap .secTtl {
		max-width: 450px;
		margin: 0 auto;
	}
	.secUpdate .secInr .secTtlWrap .secTtl img {
	}
	.secUpdate .secInr .secTtlWrap .secLead {
		margin-top: 20px;
		font-size: 1.8rem;
	}
	.secUpdate .secInr .secCts {
		margin-top: 0;
		padding: 0;
	}
	.secUpdate .secInr .secCts .itemWrap {
		display: block;
	}
	.secUpdate .secInr .secCts .itemWrap .item {
		margin-top: 20px;
		width: 100%;
	}
	.secUpdate .secInr .secCts .itemWrap .item .itemInr {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		background: #fff2f5;
		padding: 30px 20px;
		border-radius: 5px;
	}
	.secUpdate .secInr .secCts .itemWrap .item + .item {
		border-left: 0;
	}
	.secUpdate .secInr .secCts .itemWrap .item .itemPlan {
		padding: 0 20px;
	}
	.secUpdate .secInr .secCts .itemWrap .item .itemPlan .year {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 40px;
		vertical-align: middle;
	}
	.secUpdate .secInr .secCts .itemWrap .item .itemPlan .month {
		font-size: 2.1rem;
		font-weight: bold;
		line-height: 40px;
		vertical-align: middle;
	}
	.secUpdate .secInr .secCts .itemWrap .item .itemImg {
		margin-top: 20px;
	}
	.secUpdate .secInr .secCts .itemWrap .item:first-of-type .itemImg {
		margin-top: 0;
	}
	.secUpdate .secInr .secCts .itemWrap .item .itemImg img {
		max-width: 100%;
		height: auto;
	}
	.secUpdate .secInr .secCts .itemWrap .item .itemTxt {
		margin-top: 20px;
		font-size: 1.9rem;
	}
}






/* en */
#lang_en .secHistory .secItem::after {
	background: url(/lp/common/images/feature1_img01_en.png)no-repeat center right;
	background-size: cover;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#lang_en .secHistory .secItem::after {
		background: url(/lp/common/images/feature1_img01_en.png)no-repeat center right;
		background-size: cover;
	}
}



/* ko */
#lang_ko .secHistory .secItem::after {
	background: url(/lp/common/images/feature1_img01_ko.png)no-repeat center right;
	background-size: cover;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#lang_ko .secHistory .secItem::after {
		background: url(/lp/common/images/feature1_img01_ko.png)no-repeat center right;
		background-size: cover;
	}
}



/* en */
#lang_en .secHistory .secItem::after {
	background: url(/lp/common/images/feature1_img01_en.png)no-repeat center right;
	background-size: cover;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#lang_en .secHistory .secItem::after {
		background: url(/lp/common/images/feature1_img01_en.png)no-repeat center right;
		background-size: cover;
	}
}



/* en */
#lang_en .secHistory .secItem::after {
	background: url(/lp/common/images/feature1_img01_en.png)no-repeat center right;
	background-size: cover;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#lang_en .secHistory .secItem::after {
		background: url(/lp/common/images/feature1_img01_en.png)no-repeat center right;
		background-size: cover;
	}
}
