@charset "UTF-8";

/*main
-------------------------------------------------------- */
.main_block {
	width: 100%;
	min-width: 1100px;
	height: auto;
	aspect-ratio:3;
	overflow:hidden;
	background: url(../img/top/main_pc_bg02.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	text-align: center;
	position: relative;
}

.main_block div{
	width: 90%;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	z-index: 9998;
}

.main_block h1{
	margin-bottom:16px;
	text-indent: -9999px;
}


.main_block p {
	font-size: 340%;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {

	.main_block {
		min-width: 100%;
		aspect-ratio: 0.75;
		/* padding: 4.2em 0 12em; */
		background: url(../img/top/main_sp_bg02.jpg) no-repeat;
		background-position: bottom right;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}

	.main_block div{
		width:100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
	}

	.main_block h1 {
		width: 28%;
		margin:0 auto 15px;
	}

	.main_block p {
		margin: 0 5%;
		font-size: 170%;
	}

	.movie {
		margin-top: 30px;
		margin-bottom: -40px;
	}
}



/*gnav
--------------------------------------------------------- */
.gnav {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #fff;
}

.gnav ul {
	text-align: center;
}

.gnav li {
	width: 280px;
	display: inline-block;
	background: url(../img/common/gnav_line.png) left center no-repeat;
	position: relative;
}

.gnav li:first-child {
	margin-left: 0;
	background: none;
}

.gnav li a {
	display: block;
	color: #000;
	padding: 20px;
	font-size: 123.1%;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}

.gnav li:hover :after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	width: 94px;
	height: 3px;
	margin: 0 auto;
	content: '';
	background: #b81b22;
}

@media only screen and (max-width: 767px) {
	.gnav {
		background: #faf7f5;
	}

	.gnav li {
		width: 49%;
	}
}

.sec-kv{
	width: 100%;
	background:#FAF7F5;
	padding:80px 15px;
}
.sec-kv a{
	max-width: 900px;
    margin: 0 auto;
    display: block;
	transition: opacity 0.3s;
}
.sec-kv a:hover{
	opacity:0.8;
}

/*top_intro
--------------------------------------------------------- */
.top_intro {
	max-width:1088px;
	margin: 0 auto 75px;
	padding: 80px 0 0;
	text-align: center;
	position: relative;
}

.top_intro_block {
	margin-bottom:30px;
}

.top_intro_block h3 {
	font-size: 340%;
	margin-bottom: 8px;
	line-height:1.0;
	color: #a9151a;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
}

.top_intro_block p.notice {
	font-size: 100%;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 15px;
}

.top_intro_block p {
	font-size: 138.1%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.top_intro_block--flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top_intro_block--flex + .top_intro_block--flex {
	margin-top: 60px;
}

.top_intro_block--flex-re {
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}

.top_intro_block--flex .top_intro__item {
	width: 480px;
	text-align: left;
}

.top_intro_block--flex .top_intro__item__photo {
	width: 540px;
}

.top_intro_block--flex .top_intro__item h3 {
	font-size: 48px;
	margin-bottom: 35px;
	line-height:1.0;
	color: #a9151a;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	padding-bottom: 35px;
	position: relative;
}

.top_intro_block--flex .top_intro__item h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 3px;
	background-color: #a9151a;
}

.top_intro_block--flex .top_intro__item p{
	font-size: 18px;
	line-height: 2;
}

.top_intro_block--flex .top_intro__item p.note {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}

.top_intro_note {
	background-color: #f2ebe7;
	padding: 45px 45px 35px;
	margin: 30px 0 60px;
	text-align: left;
}
.top_intro_note ul li {
	font-size: 15px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.top_intro {
		width: 92%;
		max-width:92%;
		margin: 0 auto 60px;
		padding: 40px 0 0 0;
		background: none;
	}

	.top_intro_block {
		margin-bottom: 15px;
		padding: 3em 10%;
		background: #fff url(../img/common/sp_intro_bg_item.png) 2% 10px no-repeat;
		background-size: 16px auto;
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		-moz-box-shadow: 0px 1px 6px 2px #e1d0b6;
		-webkit-box-shadow: 0px 1px 6px 2px #e1d0b6;
		box-shadow: 0px 1px 6px 2px #e1d0b6;
		filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#e1d0b6');
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#e1d0b6')";
	}

	.top_intro_block h3 {
		font-size: 138.1%;
		margin-bottom: 10px;
	}

	.top_intro_block p {
		font-size: 93%;
	}

	.top_intro_block--flex {
		display: block;
	}

	.top_intro_block--flex + .top_intro_block--flex {
		margin-top: 40px;
	}
	.top_intro_block--flex .top_intro__item {
		width: 100%;
		text-align: left;
	}

	.top_intro_block--flex .top_intro__item__txt {
		margin-top: -38vw;
		background-color: #faf7f5;
		padding: 44vw 7vw 7vw;
		margin-left: 5%;
		width: 95%;
	}

	.top_intro_block--flex .top_intro__item__photo {
		width: 77.333vw;
	}

	.top_intro_block--flex .top_intro__item h3 {
		font-size: 28px;
		margin-bottom: 25px;
		padding-bottom: 25px;
		position: relative;
	}

	.top_intro_block--flex .top_intro__item h3::before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 20px;
		height: 2px;
		background-color: #a9151a;
	}

	.top_intro_block--flex .top_intro__item p{
		font-size: 16px;
		line-height: 1.7;
	}

	.top_intro_block--flex .top_intro__item p.note {
		font-size: 14px;
		margin-top: 20px;
	}

	.top_intro_note {
		background-color: #f2ebe7;
		padding: 7vw;
		margin: 0 0 40px;
		text-align: left;
		margin-left: 5%;
		width: 95%;
	}
	.top_intro_note ul li {
		font-size: 12px;
		padding-left: 0.5em;
		text-indent: -0.5em;
		margin-bottom: 10px;
	}
	.top_intro_note ul li:last-child {
		margin-bottom: 0;
	}

}


/*top_store
--------------------------------------------------------- */
.top_store {
	margin-bottom: 100px;
}
.top_store_block div {
	width: 50%;
	float: left;
}

.top_store p.notice {
    text-align: right;
	padding-right: 15px;
}

.top_store .btn_area {
	margin-top:50px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.top_store {
		margin-bottom: 50px;
	}

	.top_store_block div {
		width: 100%;
		float: none;
	}

	.top_store_block div img,
	.top_store .btn_area img {
		width: 100%;
	}

	.top_store p.notice {
		padding-right: 5px;
	}

}


/*top_store_btn
-------------------------------------*/

.top_store_btn {
	width: 980px;
	text-align: center;
	margin: 50px auto 0;
}

.top_store_btn ul {
	clear: both;
	overflow:hidden;
}

.top_store_btn li {
	float: left;
	width:400px;
	list-style: none;
	margin-right: 25px;
}

.top_store_btn li:last-child {
	margin-right: 0;
}

.top_store_btn li.leng_s {
	width:265px;
}


@media only screen and (max-width: 767px) {
	.top_store_btn {
		width: 92%;
		marign: 0 auto;
	}

	.top_store_btn li {
		float: none;
		margin: 0 auto 20px;
		width: 100%;
	}

	.top_store_btn li.leng_s {
		width:100%;
	}

	.top_store_btn li:last-child {
		margin-bottom: 0;
	}

	.top_store_btn li img{
		width:100%;
	}
}


/*top_menu
--------------------------------------------------------- */
.top_menu {
	padding-bottom: 100px;
	background-color: #faf7f5;
}

/* .top_menu .ttl03 {
	width: 1088px;
	margin: 0 auto 50px;
	padding: 20px 20px 30px;
	color: #ad272e;
	font-size: 38px;
	line-height:1.1;
	text-align: center;
	border-bottom: 2px solid #ad272e;
	font-family: 'Crimson Text', serif;
} */

.top_menu .ttl04 {
	margin: 0 auto;
	padding: 160px 0 0 0;
}

.top_menu .ttl04 h2 {
	font-size: 48px;
	text-align: center;
}


.top_menu .top_menu_detail {
	width: 1088px;
	margin: 0 auto 60px;
}

.top_menu .top_menu_detail p {
	font-size: 454%;
	line-height:1.1;
	font-weight: bold;
	text-align: center;
}

.top_menu .top_menu_detail {
	width: 1088px;
	margin: 50px auto 100px;
}

.top_menu .top_menu_detail p {
	font-size: 50px;
	line-height:1.1;
	font-weight: bold;
	text-align: center;
}

.top_menu .top_menu_detail p.notice {
	margin-top: 15px;
	font-size: 18px;
	font-weight: normal;
}

.top_menu .top_menu_detail p.notice .link {
  position: relative;
}

.top_menu .top_menu_detail p.notice .link::before {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 7px;
  height: 12px;
  content: '';
  background: url('/en/img/common/icon_arw.svg') no-repeat center/contain;
  transform: translateY(-50%);
}

.top_menu .top_menu_detail p.notice + p.notice {
	margin-top: 8px;
}

.top_menu .top_menu_detail p span {
	font-size: 36px;
}

.top_menu .top_menu_detail .add {
	display: inline-block;
	min-width: 420px;
	max-width: 90%;
	margin: 0 auto;
	padding: 10px;
	font-size: 170%;
	line-height:1.4;
	color: #b6060c;
	border: 3px solid #b6060c;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0px 1px 6px 2px #c7ad83;
	-webkit-box-shadow: 0px 1px 6px 2px #c7ad83;
	box-shadow: 0px 1px 6px 2px #c7ad83;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#c7ad83');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#c7ad83')";
}

.top_menu .top_menu_detail .add span {
	font-size: 68%;
}

.top_menu .menu_swiper-wrapper {
    width: 1088px;
    margin: 0 auto 50px;
}
.top_menu .swiper-wrapper {
	display: flex;
	width: 100%;
	justify-content: space-between;
	height: 110px;
}
.top_menu .category-tab__item {
	display: flex;
	align-items: center;
	justify-content: center;
    font-size: 34px;
    line-height: 1;
    font-weight: bold;
	padding-bottom:25px;
	border-bottom:2px solid #000000;
	flex:1;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
	font-family: 'Crimson Text', serif;
}
.top_menu .category-tab__item.is_active,
.top_menu .category-tab__item:hover{
	color:#B81C22;
	border-bottom:2px solid #B81C22;
}
.top_menu .menu_list {
	display: none;
	width: 1088px;
	margin: 0 auto;
	text-align: center;
}
.top_menu .menu_list.is_active {
	display: block;
}

.top_menu .menu_list ul {
	margin: 0 0 0 -32px;
}

.top_menu .menu_list li {
	float: left;
	min-height: 377px;
	width: 248px;
	margin: 0 0 30px 32px;
}


.top_menu .menu_list li .ph span{
	display: table-cell;
	vertical-align: middle;
	padding:24px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
}

.top_menu .menu_list li .txt {
	margin-top:20px;
	font-size: 15px;
	text-align: center;
}

.top_menu .menu_list li .txt h4 {
	margin-bottom: 5px;
}

.top_menu .menu_list li .txt h4 {
	font-size: 24px;
	line-height:1.3;
	font-weight: bold;
	letter-spacing:0;
}

.top_menu .menu_list li .txt p {
	font-size: 108%;
}

.top_menu .menu_list li .txt .add {
	display: inline-block;
	min-width: 150px;
	max-width: 90%;
	margin: 20px auto 0;
	padding: 5px 10px;
	font-size: 108%;
	font-weight: bold;
	color: #b6060c;
	border: 2px solid #b6060c;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-moz-box-shadow: 0px 1px 6px 2px #c7ad83;
	-webkit-box-shadow: 0px 1px 6px 2px #c7ad83;
	box-shadow: 0px 1px 6px 2px #c7ad83;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 180, color = '#c7ad83');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 180, Color = '#c7ad83')";
}

.top_menu .btn_area {
	width:1088px;
	margin:30px auto 0;
}

.top_menu .btn {
	width: 500px;
	height: 80px;
	margin: 0 auto 30px;
	padding: 20px;
	text-align: center;
	font-size: 22px;
	line-height:1.3;
	color: #fff;
	background: #a9151a;
	position: relative;
	cursor: pointer;
	border-radius: 40px;
	font-size: 22px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	transition: opacity 0.3s;
}
.top_menu .btn:hover {
	transition: opacity 0.3s;
	opacity: 0.7;
}
.top_menu .btn:before {
	display: block;
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 17px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/common/icon_arrow03.png) left center no-repeat;
}

.menu_more_txt {
	display: none;
}

.top_menu .menu_list .notes {
	font-size: 108%;
	color: #b6060c;
}

.top_menu .notes_box {
	display: inline-block;
	text-align: left;
	min-width:50%;
	margin: 0 auto;
	padding: 20px 50px;
	font-size: 116%;
	line-height: 1.4;
	color: #b6060c;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}




@media only screen and (max-width: 767px) {

	.top_menu {
		margin-bottom: 0;
		padding-bottom: 70px;
	}

	.top_menu .ttl04 {
		padding: 60px 0 0 0;
	}

	.top_menu .ttl04 h2 {
		font-size: 29px;
	}

	.top_menu .top_menu_detail {
		width: 94%;
		margin: 0 auto 30px;
	}

	.top_menu .top_menu_detail p {
		margin-bottom: 10px;
		font-size: 25px;
	}

	.top_menu .top_menu_detail p span {
		font-size: 20px;
	}

	.top_menu .top_menu_detail p.notice {
		margin-top: 15px;
		font-size: 16px;
	}

	.top_menu .top_menu_detail .add {
		min-width: 60%;
		max-width: 60%;
		font-size: 85%;
	}

	.top_menu .menu_swiper-wrapper {
		width: calc(100% - 30px);
		margin:0 auto 45px;
	}
	.top_menu .swiper-wrapper{
		height: 50px;
	}
	.top_menu .category-tab__item{
		font-size: 15px;
        padding: 2px;
		padding-bottom: 15px;
	}

	.top_menu .menu_list {
		width: 96%;
	}

	.top_menu .menu_list ul {
		margin: 0 0 0 -2%;
	}

	.top_menu .menu_list li {
		width: 48%;
		min-height: inherit;
		margin: 0 0 25px 2%;
	}

	.top_menu .menu_list li .ph {
		display: table;
		width:100%;
		margin: 0 auto 15px;
	}

	.top_menu .menu_list li .ph span {
		display:block;
		padding:1em;
		border:3px solid #fff;
	}

	.top_menu .menu_list li a:hover .ph span {
		border:3px solid #a9151a;
	}

	.top_menu .menu_list li .ph img {
		width: 100%;
		max-width:216px;
		height:auto;
	}

	.top_menu .menu_list li .txt h4{
		margin-bottom: 5px;
	}

	.top_menu .menu_list li .txt h4 {
		font-size: 100%;
	}

	.top_menu .menu_list li .txt p {
		font-size: 85%;
	}

	.top_menu .menu_list li .txt .add {
		min-width: 90%;
		max-width: 90%;
		margin-top:15px;
		font-size: 85%;
	}

	.top_menu .menu_list .btn_area {
		margin: 20px -2% 0;
	}

	.top_menu .menu_list .btn {
		width: 70%;
		font-size: 108%;
		padding: 15px;
	}

	.top_menu .btn_area {
		width:100%;
	}

	.top_menu .notes_box {
		padding: 15px 5%;
		font-size: 100%;
		display: block;
		width: 90%;
		min-width:90%;
	}

	.top_menu .btn {
		width: 90%;
		height: 55px;
		margin: 0 auto 30px;
		padding: 20px 5%;
		font-size: 13px;
		border-radius: 25px;
		font-size: 15px;
	}
	.top_menu .btn:before {
		display: block;
		content: "";
		position: absolute;
		right: 30px;
		top: 50%;
		width: 17px;
		height: 10px;
		margin-top: -5px;
		background: url(../img/common/icon_arrow03.png) left center no-repeat;
	}
}

/* sec-result--index
--------------------------------------------------------- */
.sec-result--index {
	background: #E7E4DD;
}
.sec-result--index .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/images/pages/common/page-kv_bg-pattern.jpg) repeat center / 15px auto;
  height: 280px;
}
.sec-result--index .btn_area .btn {
  position: relative;
  width: 600px;
  height: 80px;
}
.sec-result--index .btn_area .btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background: url(../img/common/sp_toggle_icon_arrow03.png) no-repeat center;
  background-size: 11px auto;
  width: 11px;
}
.sec-result--index .btn_area .btn:hover {
  opacity: 0.7;
}
.sec-result--index .btn_area .btn a {
  font-size: 30px;
  line-height: 1;
  border: 3px solid #ad272e;
  font-family: 'Crimson Text', serif;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
.sec-result--index .ttl03 {
    margin: 0 auto;
	text-align: center;
    padding: 60px 0 0 0;
}
.sec-result--index .ttl03 h2 {
    font-size: 48px;
    text-align: center;
    font-family: 'Crimson Text', serif;
}
.sec-result--index .result_box {
	width: 1080px;
	margin: 0 auto;
}


@media only screen and (max-width: 767px) {
	.sec-result{
		margin-bottom:0!important;
		padding-bottom: 0!important;
	}
	.sec-result--index {
		padding-bottom: 30px;
	}
	.sec-result--index .btn_area {
		height: 175px;
	}
	.sec-result--index .btn_area .btn {
    width: 80%;
    height: 60px;
    margin: 0 auto;
	}
	.sec-result--index .btn_area .btn::before {
    right: 20px;
    width: 9px;
    background-size: 9px auto;
	}
	.sec-result--index .btn_area .btn a {
    font-size: 18px;
    border-width: 2px;
	}
	.sec-result--index .ttl03 {
		padding: 30px 0 0 0 ;
	}
	.sec-result--index .ttl03 h2 {
		font-size: 29px;
	}
	.sec-result--index .result_box {
		width: 94%;
		margin: 0 auto;
	}
}

/* sec-featured
--------------------------------------------------------- */
.sec-featured {
	max-width: 1088px;
	padding-bottom: 60px;
	margin: 0 auto 75px;
}
.sec-featured .ttl03 {
    margin: 0 auto;
	text-align: center;
    padding: 40px 0;
}
.sec-featured .ttl03 h2 {
    font-size: 48px;
    text-align: center;
    font-family: 'Crimson Text', serif;
}
.sec-featured p {
	font-size: 138.1%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.sec-featured--flex {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
}
.sec-featured--flex .sec-featured__item__movie {
	width: 580px;
}
.sec-featured--flex .sec-featured__item__movie .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.sec-featured--flex .sec-featured__item__movie .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.sec-featured--flex .sec-featured__item h3 {
	font-size: 48px;
	margin-bottom: 35px;
	line-height:1.0;
	color: #a9151a;
	font-family: 'Crimson Text', serif;
	font-weight: 700;
	padding-bottom: 35px;
	position: relative;
}
.sec-featured--flex .sec-featured__item h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 3px;
	background-color: #a9151a;
}
.sec-featured--flex .sec-featured__item p{
	font-size: 18px;
	line-height: 2;
}
.sec-featured--flex .sec-featured__item p.cap {
  font-size: 14px;
}
.sec-featured--flex .sec-featured__item__txt{
	flex: 1;
}

.sec-featured--flex .sec-featured__item .sec-featured__item__manga .sec-featured__item__manga__link:hover img {
	opacity: 0.7;
}

.sec-featured--flex:nth-of-type(2n + 1) {
	flex-direction: row-reverse;
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.sec-featured {
		padding-bottom: 30px;
	}
	.sec-featured .ttl03 {
		padding: 0 0 30px 0;
	}
	.sec-featured .ttl03 h2 {
		font-size: 29px;
	}
	.sec-featured--flex {
		display: block;
	}
	.sec-featured--flex .sec-featured__item {
		width: 92%;
		max-width: 92%;
		margin: 0 auto
	}
	.top_intro_block--flex .top_intro__item p{
		font-size: 16px;
		line-height: 1.7;
	}

	.sec-featured--flex .sec-featured__item h3 {
		font-size: 28px;
		margin-bottom: 25px;
		padding-bottom: 25px;
		position: relative;
	}
	.sec-featured--flex .sec-featured__item p{
		font-size: 16px;
		line-height: 1.7;
	}
	.sec-featured--flex .sec-featured__item__txt{
		width: 92%;
		max-width: 92%;
		margin: 30px auto 0;
	}
}
