@charset "utf-8";

/* Slider */
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	touch-action: pan-y;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*slick-theme*/

.slick-prev, .slick-next{
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	color: transparent;
	border: none;
	background: #dadada;
	outline: none;
	opacity:1;
	transition: 0.3s;
}
.slick-prev:hover, .slick-next:hover{
	opacity:0.9;
	transition: 0.3s;
}
.slick-prev{
	left: -55px;
}
.slick-next{
	right: -55px;
}
.slick-prev:after,.slick-next:after{
	content: '';
	position: absolute;	
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
}
.slick-prev:after{
	left: calc(50% - 2px);
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
}
.slick-next:after{
	left: calc(50% - 8px);
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.ui_slick_center{
	display: none;
}
.ui_slick_center.slick-initialized {
	display: block; /*slick-initializedが付与されたら表示*/
}
.ui_slick_center .slick-prev{
	top: 40%;
	left: 10px;
}
.ui_slick_center .slick-next {
	top: 40%;
	right: 10px;
}


/*dots*/

.slick-dots{
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 3;
	width: 100%;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	padding: 5px;
	margin: 0 10px;
	cursor: pointer;
}
.slick-dots li button{
	overflow: hidden;
	text-indent: -999px;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	outline: none;
	border: 0;
	background: #dadada;
	color: transparent;
	cursor: pointer;
}
.slick-dots li.slick-active button{
	background: #727171;
}

.ui_slick_full,.ui_slick_full img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.ui_dots_out .slick-dots{
	bottom: -40px;
}
.ui_slick_more li{
	padding: 10px;
	text-align: center;
}
.ui_slick_center li{
	padding: 10px;
}
.ui_slick_center .slick-slide img {
	width: 350px;
	margin: 0 auto;
}

.totop a {
	z-index: 99;
}

.iOne{
	margin-top: -5px;
	overflow: hidden;
	font-family: var(--Fyg);
	font-size: 20px;
	color: #4b4340;
	line-height: 2.2;
	letter-spacing: 1px;
}
.iOne *{
	box-sizing: border-box;
	word-wrap: break-word;
}
.one_fontYG{
	font-family: var(--Fyg);
}
.one_fontYM{
	font-family: var(--Fym);
}
.iOne img{
	max-width: 100%;
}
.iOne a{
	transition: 0.3s;
}
.iOne a:hover{
	opacity: 0.7;
}
.iOne .Tred{
	color: #ca3b44;
}
.one_wide{
	position: relative;
	z-index: 2;
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}
.one_wide_m{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.one_wide_s{
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
}
.one_sup{
	position: relative;
	top: 1px;
	display: inline-block;
	font-size: 12px;
	line-height: 0.8;
	letter-spacing: 0;
}
.one_notes{
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0;
}
.one_cr_org{
	color: #f08d72;
}
.iwrap .btn a{
	background: #58b0c1;
}
.one_more{
	margin: 30px auto;
	width: 240px;
}
.one_more a{
	padding: 14px 5px 13px;
	display: block;
	position: relative;
	background: #fff;
	color: #615a58;
	font-size: 26px;
	text-align: center;
	line-height: 1;
	border: 1px solid currentcolor;
	box-shadow: 5px 5px 1px #9b9999;
	text-decoration: none;
}
.one_more a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 14px;
	height: 14px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.one_main{
	position: relative;
	z-index: 2;
	padding: 0;
	height: auto;
	background: #fff;
	color: #727171;
}
.one_main .text_box{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	color: #fff;
}
.one_main .text_box .one_wide{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.one_main .text{
	position: absolute;
	top: 12.5vw;
	right: 51%;
	width: 31vw;
	font-family: var(--Fsm);
	text-align: center;
}
.one_main .text p{
	font-size: 1.2vw;
}
.one_main .text h2 {
	margin-bottom: 15px;
	font-size: 2.4vw;
	line-height: 1.2;
	letter-spacing: -2px;
}
.one_main .text h2 small{
	font-size: 2.1vw;
	letter-spacing: 2px;
}

.one_main .text_box .one_notes{
	margin-top: auto;
	margin-bottom: 30px;
	width: 89% !important;
	transform:scale(0.86);
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding-top: 60px;
}

.one_sec{
	position: relative;
	z-index: 2;
	padding: 120px 0;
	background: #fff;
}
.one_lead_sec{
	padding: 80px 0 90px;
}
.one_lead{
	text-align: center;
}
.one_lead_tit{
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
.one_lead_tit>p:nth-child(1){
	padding: 2px 8px 0;
	margin-right: 8px;
	margin-top: 2px;
	background: #c9161d;
	color: #fff;
	border-radius: 5px;
	font-size: 22px;
}
.one_lead_tit>p:nth-child(2){
	font-size: 27px;
	font-family: var(--Fsm);
}
.one_lead_tit>p:nth-child(2) span{
	position: relative;
}
.one_lead_tit>p:nth-child(2) span::after{
	content: '';
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentcolor;
}
.one_main_03{
	display: none;
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
}
.one_main_03 img{
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}
.one_ison{
	display: block;
}
.one_title_h3{
	margin-bottom: 45px;
	text-align: center;
	letter-spacing: 2px;
}
.one_title_h3 p{
	margin: 0 0 15px;
	font-size: 21px;
}
.one_title_h3 h3{
	font-family: var(--Fsm);
	font-size: 39px;
	line-height: 1.5;
	letter-spacing: 1px;
}
.one_title_h3 h3 sup{
	top: -8px;
}
.one_lead_wp .one_title_h3 h3{
	font-size: 47px;
}
.one_title_h4{
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
.one_title_h4 h4{
	font-family: var(--Fsm);
	font-size: 43px;
	line-height: 1.5;
}
.one_lead_wp{
	padding: 150px 0;
}
.one_lead_wp .one_notes{
	font-size: 13px;
}
.one_tit{
	margin-bottom: 70px;
	text-align: center;
	font-size: 21px;
	line-height: 1.5;
	letter-spacing: 5px;
}
.iwrap .one_tit img{
	margin-bottom: 5px;
}
.one_tit_mbs{
	margin-bottom: 40px;
}

.one_text_bg{
	background: #daeef1;
}
.one_text_line{
	border-bottom: 1px solid #f08d72;
}
.feature_flex{
	flex-direction: row-reverse;
}
.feature_tit{
	position: relative;
	z-index: 2;
	margin-bottom: -77px;
}
.feature_flex .feature_left{
	margin-top: auto;
	margin-bottom: 90px;
	padding-left: 90px;
	width: 45.9%;
}
.feature_flex .feature_left .one_title_h3 h3{
	font-size: 29px;
	text-align: left;
	margin-bottom: 35px;
}
.feature_flex .feature_left p{
	font-size: 16px;
	text-align: left;
}
.feature_flex .feature_right{
	margin-left: -165px;
	width: calc(54% + 165px);
}
.feature_right{
	width: 46.8%;
}
.feature_slick{
	padding-bottom: 100px;
}
.feature_text_width{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.feature_point{
	margin-bottom: -45px;
}
.feature_point2_01{
	margin-bottom: 20px;
}
.feature_point2_02{
	margin-bottom: 15px;
}

.feature_elm_bg{
	padding: 80px 0;
	background: #efefef;
}
.feature_elm{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.8;
}
.feature_elm li{
	margin-bottom: 20px;
	text-align: center;
}
.feature_elm li p{
	font-size: 16px;
}
.feature_line{
	padding-top: 10px;
	margin-bottom: 5px;
	line-height: 0;
}
.feature_elm_bg p.one_notes{
	width: 91%;
}
.feature_movie_note{
	max-width: 720px;
}

.voices_wp{
	padding: 130px 10px 100px;
	background: url(/images/item/sc/one/voices_bg.jpg) no-repeat 0 0;
	background-size: cover;
}
.voices_slick{
	padding: 0 0 10px;
}
.voices_slick .slick-track{
	padding-top: 100px;
}
.voices_slick .slick-dots{
	display: none !important;
}
.voices_slick .slick-next{
	right: 34%;
	margin-top: 20px;
}
.voices_slick .slick-prev{
	left: 34%;
	margin-top: 20px;
}
.voices_item_wp{
	padding: 0 20px;
}
.voices_slick_noslick{
	padding: 100px 50px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.voices_item{
	position: relative;
	max-width: 624px;
	height: 100% !important;
	padding: 45px 45px 15px;
	background: #fff;
	line-height: 1.8;
	letter-spacing: 0;
}
.voice1_num{
	position: absolute;
	top: -70px;
	left: 0;
	width: 100%;
	text-align: center;
}
.voice1_num img{
	width: 212px;
	margin: 0 auto;
}
.voices_item .one_pic_mz{
	margin-bottom: 10px;
}
.voices_height01{
	min-height: 126px;
}
.items_pic{
	width: 740px;
	margin-left: -243px;
}
.items_text{
	padding-top: 30px;
	width: 500px;
	line-height: 2;
}
.items_text p{
	margin-right: -1em;
}
.one_text_bg_cr2{
	background: #fce6e0;
}
.one_text_bg_cr3{
	background: #daeef1;
}
.items_flex_dif{
	flex-direction: row-reverse;
}
.items_flex_dif .items_pic{
	margin-left: 0;
	margin-right: -243px;
}

.items_pro1{
	padding: 90px 10px 60px;
	background: #f6e7f9;
}
.items_pro_tit{
	width: 520px;
	margin: 0 auto 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #372f2b;
}
.items_pro_tit h3{
	border-bottom: 1px solid #372f2b;
}
.items_pro_white{
	padding: 35px 0;
	background: #fff;
}

.one_set{
	background: #fff;
	margin-bottom: 10px;
	padding: 60px 50px 60px;
}
.one_set .one_flex{
	justify-content: center;
	align-items: center;
}
.one_col01{
	width: 192px;
	text-align: center;
}
.one_col02{
	width: 440px;
	margin: 0 60px 0 5px;
	line-height: 0;
}
.one_col01 ul li{
	background: #f6e7f9;
	padding: 2px 10px 2px;
	margin-bottom: 10px;
	border-radius: 15px;
	font-size: 22px;
	line-height: 1.4;
	letter-spacing: 1px;
}
.one_set_tit01{
	margin-bottom: 3px;
	font-family: var(--Fsm);
	letter-spacing: 1px;
}
.one_set_tit01 p{
	font-size: 38px;
}
.one_set_tit01 p span{
	position: relative;
}
.one_set_tit01 p span::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 50%;
	margin-left: -1px;
	transform: translateX(-50%);
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentcolor;
}
.one_set_tit01 sup{
	top: 1px;
}
.one_set_tit02{
	font-size: 26px;
	line-height: 1.8;
	color: #727171;
	margin-bottom: 20px;
}
.one_set_tit02 span{
	font-size: 21px;
}
.one_price{
	padding-top: 10px;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.one_price_text{
	margin-left: 15px;
	width: 380px;
}
.one_price_num{
	margin-bottom: 10px;
	color: #ca3b44;
	font-size: 56px;
	line-height: 1.2;
}
.one_price_num small{
	font-size: 22px;
}
.one_price_num span{
	color: #615a58;
}
.one_price_text>ul{
	margin-bottom: 10px;
	display: flex;
}
.one_price_text>ul li{
	width: 140px;
	margin-right: 10px;
	background: #ca3b44;
	color: #fff;
	text-align: center;
	font-size: 21px;
	line-height: 1.6;
	border-radius: 20px;
}
.howto_tit{
	margin-bottom: -15px;
	line-height: 0;
}
.howto_list{
	padding-top: 20px;
	display: flex;
	justify-content: center;
}
.howto_list li{
	position: relative;
	margin: 0 32px;
	width: 270px;
	letter-spacing: 0;
	line-height: 2;
}
.howto_pic{
	margin-bottom: 5px;
}
.howto_list li::after{
	content: "";
	position: absolute;
	top: 130px;
	right: -20px;
	width: 16px;
	height: 16px;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	transform: rotate(45deg);
}
.howto_list li:last-child::after{
	display: none;
}
.howto_pt{
	padding-top: 60px;
}

.qa_bg{
	padding: 90px 0 100px;
	background: #edf6f8;
}
.qa_bg .one_wide{
	max-width: 630px;
}
.qa_item{
	margin: 45px 0 0;
	background: #fff;
	box-shadow: 5px 5px 1px #909495;
	letter-spacing: 0;
	line-height: 1.7;
}
.qa_item dt{
	position: relative;
	padding: 13px 0 14px 55px;
	font-family: var(--Fsm);
	font-size: 26px;
	color: #4b4340;
}
.qa_item dt .num{
	position: absolute;
	top: -16px;
	left: -12px;
	line-height: 0;
}
.qa_item.aarw a:after, .qa_item.aarw .acoA:after{
	top: -5px;
	right: 28px;
	border-color: #4b4340;
	border-width: 1px;
	width: 16px;
	height: 16px;
}
.qa_item.aarw .acoA.active:after{
	top: 7px;
}
.qa_item dd{
	position: relative !important;
	/* margin-left: 55px; */
	margin-left: -20px;
}
.qa_con{
	position: relative;
	border-top: 1px solid #4b4340;
	margin-left: 75px;
	padding: 15px 0 20px 0;
	margin-right: 25px;
}
.qa_item dd h4{
	margin-bottom: 15px;
	position: relative;
	font-family: var(--Fsm);
	font-size: 26px;
	line-height: 1.5;
	color: #ca3b44;
}
.qa_amark{
	position: absolute;
	left: -68px;
	top: 25px;
	width: 52px;
	height: 53px;
}
.qa_item.aarw .acoA.active span, .qa_item.aarw .acoA.active p{
	color: #4b4340;
}

.topics_list{
	margin-bottom: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
.topics_item{
	padding: 20px;
	margin: 0 20px;
	width: 306px;
	color: #615a58;
	border: 1px solid #615a58;
	font-size: 16px;
	line-height: 1.9;
	text-decoration: none;
}
.topics_item:hover{
	text-decoration: none;
}
.topics_item>div{
	margin: -20px -20px 20px;
	line-height: 0;
	border-bottom: 1px solid #615a58;
}
.topics_more{
	margin: 20px 0 10px;
	display: block;
	text-align: center;
	font-size: 32px;
}
.topics_more::after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-left: 15px;
	width: 28px;
	height: 31px;
	background: url(/images/item/sc/one/topics_more.png) no-repeat 0 0;
	background-size: 100% 100%;
}
.instagram_list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.instagram_list .instagram_item{
	width: 202px;
	margin: 0 10px;
}

@media screen and (min-width:768px) {
	.ui_bnr_wp{
		overflow: hidden;
	}
	.ui_bnr{
		position: relative;
		left: 50%;
		top: 0;
		width: 2000px;
		transform: translateX(-50%);
	}
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
	.ui_bnr{
		width: 204vw;
	}
}

.arrow{
	width: 200px;
}
.arrow span{
	width: 200px;
	height: 30px;
}
.arrow span::before{
	width: 90px;
	height: 90px;
}
.arrow span:first-of-type:before{
	border-right: 3px solid #abd7e0;
	border-top: 3px solid #abd7e0;
}
.arrow span:nth-of-type(2):before{
	border-right: 3px solid #8ac8d3;
	border-top: 3px solid #8ac8d3;
}
.arrow span:last-of-type:before{
	border-right: 3px solid #58b0c1;
	border-top: 3px solid #58b0c1;
	/*! border: 1px solid #e30200; */
}
/*arrowE*/

.ytArea_content.ytfv{
	margin: 20px auto;
	width: 960px;
	height: 540px;
}
.main_movie .ytArea{
	overflow: hidden;
}
.ytArea_content{
	width: 720px;
	height: 405px;
}
.ytArea .yt_txt {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

.media_txt {
	text-align: center;
	line-height: 1.2;
}

.iwrap #Buy{
	margin-top: 180px;
}
.iwrap .ctaBox .btnGreeN,.iwrap #Buy .btnGreeN{
	width: 454px;
	height: 70px;
	font-size: 25px;
}
.ctaBox{
	padding: 90px 0 60px;
	background: #f6e7f9;
}
#Buy h2{
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: var(--Fsm);
	font-size: 53px;
	line-height: 1.5;
	letter-spacing: 2px;
	border-bottom: none;
}
#Buy h2:before,#Buy h2:after {
	content: "";
	border-bottom: 1px solid #71bcca;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#Buy h2::before {
	bottom: 6px;
}
#Buy h2::after {
	bottom: 1px;
}
.ctaBox h3{
	position: relative;
	margin: 0 auto 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	font-family: var(--Fsm);
	font-size: 39px;
	line-height: 1.5;
	letter-spacing: 2px;
}
.ctaBox h3:before,.ctaBox h3:after {
	content: "";
	border-bottom: 1px solid #372f2b;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ctaBox h3::before {
	bottom: 6px;
}
.ctaBox h3::after {
	bottom: 1px;
}
.ctaBox h4{
	font-family: var(--Fsm);
	font-size: 40px;
	text-align: center;
	line-height: 1;
	letter-spacing: 2px;
}
.ctaBox .sctaBox{
	margin-bottom: 10px;
	padding: 60px 50px 60px;
	color: #727171;
	background: #fff;
	border-radius: 7px;
}
.ctatri .ctaPoi{
	margin-left: -120px;
	margin-right: 70px;
	width: 192px;
	color: #4b4340;
	letter-spacing: 1px;
}

.ctaBox .iName{
	margin-bottom: 20px;
	font-size: 26px;
	text-align: center;
	line-height: 1.8;
}
.ctaBox .iPrice{
	margin-bottom: 15px;
	font-size: 56px;
	line-height: 1.2;
}
.ctaBox .iPrice li{
	margin-right: 10px;
	font-size: 21px;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	background: #ca3b44;
	border-radius: 20px;
	width: 140px;
}
.ctatri .ctaPoi p{
	font-family: var(--Fsm);
	font-size: 28px;
}
.ctatri .ctaPoi p span::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -1px;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentcolor;	
}
.ctatri .ctaPoi li{
	margin-bottom: 10px;
	padding: 2px 10px 2px;
	background: #f6e7f9;
	font-size: 22px;
	line-height: 1.4;
	border-radius: 15px;
} 
.ctanor{
	background: #fff;
}
.ctanor .texuBg li{
	padding-top: 200px;
	padding-bottom: 60px;
	width: 49.5%;
}
.ctanor .texuBg li:first-of-type{
	background: url(/images/item/sc/one/ctabg_si.png) no-repeat top left;
	background-size: 100% 100%;
}
.ctanor.thr .texuBg li:first-of-type{
	background: url(/images/item/sc/one/ctathrbg_si.png) no-repeat top left;
	background-size: 100% 100%;
}
.ctanor .texuBg li:last-of-type{
	background: url(/images/item/sc/one/ctabg_sa.png) no-repeat top left;
	background-size: 100% 100%;
}
.ctanor.thr .texuBg li:last-of-type{
	background: url(/images/item/sc/one/ctathrbg_sa.png) no-repeat top left;
	background-size: 100% 100%;
}
.ctanor.thr img.poab {
	width: 140px;
	right: 31%;
	top: 5%;
}


.ctanor .texuBg li:before{
	position: absolute;
	top: 0;
}
.ctanor .texuBg .fle div{
	margin-right: 0;margin-left: auto;
	width: 270p;
}
.iwrap #Buy .ctanor .btnGreeN {
	width: 210px;
	font-size: 20px;
	height: 50px;
}

.ctareg input {
	width: 20px;
	height: 20px;
	vertical-align: initial;
	margin-right: 10px;
}
.ctareg .ctaoff{
	top: 215px;
	right: 80px;
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 1.9;
	width: 185px;
	height: 185px;
	background: url(/images/item/sc/one/cta_off.svg) no-repeat center center;
	background-size: 100% auto;
}
.texu{
	margin: 0 auto 40px;
	width: 500px;
	text-align: center;
}
.ctanor .texu{
	left: 0;
	right: 0;
	top: 60px;
	margin: auto;
	font-family: var(--Fsm);
	font-size: 1.6em;
}
.ctareg .texu{
	font-size: 1.3em;
}
.texu p{
	margin: 30px auto 0;
	padding-bottom: 20px;
}
.ctanor .texu p{
	background: url(/images/item/sc/one/ctaline.svg) no-repeat center 40px;
	background-size: 380px auto;
}
.ctareg .texu p{
	background: url(/images/item/sc/one/ctaline.svg) no-repeat center 30px;
	background-size: 310px auto;
}
.ctareg .texu ul {
	font-size: 1.1em;
	margin: 0 auto 20px;
}
.ctareg .texu ul.brB {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #727171;
}
.ctareg .texu li {
	margin: 0 20px;
}
.ctareg .texu li.pore::before {
	position: absolute;
	right: -20px;
	width: 50px;
	bottom: 0;
	top: 0;
}
.ctareg .texu ul:first-of-type li.pore::before {
	content: url(/images/item/sc/one/ctareg2_ico1.svg);
}
.ctareg .texu ul:last-of-type li.pore::before {
	content: url(/images/item/sc/one/ctareg2_ico2.svg);
}
.texuBg .fle div{
	line-height: 1.5;
}
.iwrap #Buy .ctanor .btnGreeN {
	width: 210px;
	font-size: 20px;
	height: 50px;
}