@charset "UTF-8";



/* **********************************************
 * グローバルナビ
 * ******************************************* */

#float_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#float_nav ul > li {
	width: auto;
}
#float_nav ul > li:not(:first-child) {
	margin-left: 22px;
}
#float_nav ul > li > a {
	display: block;
	padding: 12px 0;
	color: #BA9847;
	font-weight: bold;
}
#float_nav ul > li > a.nolink {
	cursor: pointer;
}
#float_nav ul ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
	background: #FFF;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	min-width: 300px;
	z-index: 1;
}
#float_nav ul li.menu-item-has-children.gnav-homapooja ul.sub-menu {
	right: 0;
    left: auto;
    transform: translateX(0);
}
#float_nav ul li.menu-item-has-children {
	position: relative;
}
#float_nav ul li.menu-item-has-children ul.sub-menu {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #FFF;
	box-shadow: 0 0 14px rgba(102, 102, 102, 0.2);
	transition: all .3s ease;
	z-index: 9;
}
#float_nav ul li.menu-item-has-children:hover ul.sub-menu {
	top: 50px;
	visibility: visible;
	opacity: 1;
}
#float_nav ul ul.sub-menu li {
	text-align: left;
	margin-left: 0;
	border-bottom: 1px solid #ededed;
}
#float_nav ul ul.sub-menu li a {
	padding: 18px 18px;
	line-height: 1.6;
}
#float_nav ul ul.sub-menu li a:hover {
	background: #F7F4EC;
}



/* **********************************************
 * 上部固定ナビ
 * ******************************************* */


/****************************************
 * 上部固定ヘッダー
*****************************************/

.fixedNav {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	opacity:0;
	z-index: 9;
	box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}

@media screen and (max-width: 1194px) {
	.fixedNav {
		display: none;
	}
}

.fixedNav nav#float_nav {
	width: 100%;
	margin: 0 auto;
}
.fixedNav nav#float_nav ul {
	flex-wrap: nowrap;
	justify-content: normal;
}
.fixedNav nav#float_nav ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	width: 100%;
	font-size: .9em;
	text-align: center;
	border-right: 1px solid #BA9847;
}
.fixedNav nav#float_nav > ul > li:first-child {
	max-width: 120px;
}
.fixedNav nav#float_nav ul li:last-child {
	border-right: none;
}
.fixedNav nav#float_nav ul li > a {
	padding: 12px;
	line-height: 1.6;
}
.fixedNav #float_nav ul ul.sub-menu li {
	display: block;
	border-right: none;
	text-align: left;
}
.fixedNav #float_nav ul ul.sub-menu li a {
	padding: 18px 18px;
}



@media screen and (max-width: 1180px) {
	.fix_header ul.menu > li > a {
		padding: 12px 0;
	}
	.fix_header ul li.home {
		width: calc(100% - 600px);
	}
}
@media screen and (max-width: 1260px) {
}
@media screen and (max-width: 1024px) {
	.fix_header {
		display: none;
	}
}



/* **********************************************
 * スマートフォンナビ
 * ******************************************* */

.spNav{
	display: none;
}

@media screen and (max-width: 1194px) {
	.spNav{
		display: block;
	}
	
	.input-hidden{
		display: none;
	}
	.spNav-hamburger-switch{
		cursor: pointer;
		position: fixed;
		right: 30px;
		top: 24px;
		z-index: 9999;
		width: 30px;
		height: 30px;
	}
	
	#spNav-hamburger:checked ~ .spNav-hamburger-switch { /* メニュー展開時のアイコンを固定 */
		position: fixed;
	}
	
	/* メニューエリア */
	.spNav-wrap{
		position: fixed;
		height: 100%;
		background: #FFF;
		padding: 30px 45px 45px;
		z-index: 9998;
		transition: .3s;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		width: 100%;
	}
	.spNav-wrap .spNav-logo {
		text-align: center;
	}
	
	/* メニューリスト */
	ul.spNav-list {
		list-style: none;
		margin: 18px 0 0;
		padding: 0;
	}
	ul.spNav-list li {
		margin-top: 38px;
		line-height: 1;
	}
	ul.spNav-list li.spNav-layer {
		cursor: pointer;
		position: relative;
	}
	ul.spNav-list li.spNav-layer::after {
		content: '';
		display: block;
		position: absolute;
		top: .5em;
		z-index: -1;
		width: 100%;
		border-bottom: dotted 2px #BA9847;
	}
	ul.spNav-list li rt {
		
	}
	
	ul.spNav-list li ul.sub-menu { /* 初期状態 */
		margin: 0 0 0 .6em;
		padding: 0;
		list-style: none;
		max-height: 0;
		overflow: hidden;
		transition: max-height .3s ease-out; 
	}
	ul.spNav-list li ul.sub-menu li {
		margin-top: 22px;
		padding-left: 12px;
		line-height: 1.2;
		position: relative;
	}
	ul.spNav-list li ul.sub-menu li:before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background: #BA9847;
		width: 3px;
		height: 3px;
		border-radius: 3px;
	}
	ul.spNav-list li.open > ul.sub-menu { /* 開いた状態 */
        display: block;
		margin-bottom: 45px;
	}
	
	ul.spNav-list li a {
		display: block;
		text-decoration: none;
		color: #BA9847;
	}
	ul.spNav-list li span.noLink {
		display: block;
		color: #BA9847;
		line-height: 1;
	}
	ul.spNav-list li span.noLink span.noLink-text {
		display: inline-block;
		background: #FFF;
		padding-right: 12px;
		transition: .3s ease-out; 
	}
	ul.spNav-list li.open span.noLink span.noLink-text {
		background: #F7F4EC;
		color: #BA9847;
	}
	#spNav-hamburger:checked ~ .spNav-wrap {
		left: 0;
	}
	
	/* ハンバーガーアイコンの動き */
	.hamburger-switch-separate {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		transition: .3s;
		content: "";
	}
	.hamburger-switch-separate {
		width: 25px;
		height: 3px;
		background: #BA9847;
	}
	.hamburger-switch-separate:before,
	.hamburger-switch-separate:after,
	.spNav-hamburger-switch:before,
	.spNav-hamburger-switch:after{
		content: "";
		position: absolute;
		width: 12.5px;
		height: 3px;
		background: #BA9847;
		top: 50%;
		left: 50%;
		transition: .3s;
	}
	.hamburger-switch-separate:before{
		transform: translate(-100%, -300%);
	}
	.hamburger-switch-separate:after{
		transform: translate(0, 200%)
	}
	.spNav-hamburger-switch:before{
		transform: translate(0, -300%);
		transition-delay: .2s;
	}
	.spNav-hamburger-switch:after{
		transform: translate(-100%, 200%);
		transition-delay: .2s;
	}
	
	#spNav-hamburger:checked ~ .spNav-hamburger-switch .hamburger-switch-separate{
		width: 0;
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch .hamburger-switch-separate:before{
		transform: translate(-85%, -200%) rotate(45deg);
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch .hamburger-switch-separate:after{
		transform: translate(-15%, 100%) rotate(45deg);
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch:before{
		transform: translate(-15%, -200%) rotate(-45deg);
	}
	#spNav-hamburger:checked ~ .spNav-hamburger-switch:after{
		transform: translate(-85%, 100%) rotate(-45deg);
	}
}
@media screen and (max-width: 559px) {
	.spNav-hamburger-switch {
		top: 12px;
	}
}
@media screen and (max-width: 430px) {

	/* メニューエリア */
	.spNav-wrap{
		padding: 30px 30px 45px;
	}
}


/* **********************************************
 * エーカムの実績・データ
 * ******************************************* */

#ekam-data {
	margin-top: 90px;
}
#ekam-data .ekam-data_flex {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item {
	position: relative;
	text-align: left;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item dl {
	padding-left: 60px;
	line-height: 1;
	position: relative;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item dl:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 37px;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item dl.founding:before {
	background: url(../images/front-page/enlightenment3_01.png) no-repeat;
	background-size: 100%;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item dl.impact:before {
	background: url(../images/front-page/enlightenment3_03.png) no-repeat;
	background-size: 100%;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item dl.global:before {
	background: url(../images/front-page/enlightenment3_02.png) no-repeat;
	background-size: 100%;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item dt {
	font-size: 1.8rem;
	line-height: 1;
}
#ekam-data .ekam-data_flex .ekam-data_flex___item dd {
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 12px;
}


@media screen and (max-width: 1194px) {
	#ekam-data .ekam-data_flex .ekam-data_flex___item dt {
		padding-top: 12px;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item dd {
		font-size: 3.2rem;
		margin-top: 18px;
	}
}
@media screen and (max-width: 834px) {
	#ekam-data {
		margin-top: 75px;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item dt {
		padding-top: 12px;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item dd {
		font-size: 2.4rem;
		margin-top: 18px;
	}
}
@media screen and (max-width: 560px) {
	#ekam-data {
		margin-top: 60px;
	}
	#ekam-data .ekam-data_flex {
		flex-direction: column;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item {
		width: 260px;
		margin-top: 30px;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item:first-child {
		margin-top: 0;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item dl {
		padding-left: 54px;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item dl:before {
		width: 44px;
		height: 33px;
	}
	#ekam-data .ekam-data_flex .ekam-data_flex___item dt {
		padding-top: 6px;
	}
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 320px) {
	#ekam-data {
		margin-top: 45px;
	}
}


/* **********************************************
 * 掲載メディア
 * ******************************************* */

.media-coverage {
	background: #F1F0ED;
}
.media-coverage .media_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -30px;
}
.media-coverage .media_box > div {
	width: calc(100%/4 - 30px);
	height: 163.37px;
	background: #fff;
	box-shadow: 0 0 14px rgba(102,102,102,0.15);
	margin: 30px 15px 0 15px;
	position: relative;
}
.media-coverage .media_box > div img {
	max-height: 90%;
	max-width: 85%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	padding: 0 10px;
}

@media screen and (max-width: 768px) {
	.media-coverage .media_box > div {
		width: calc(100%/3 - 30px);
		height: 130px;
	}
	.media-coverage .media_box > div img {
		max-height: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.media-coverage .media_box {
		margin-top: -20px;
	}
	.media-coverage .media_box > div {
		width: calc(100%/3 - 20px);
		height: 110px;
		margin: 20px 10px 0 10px;
	}
	.media-coverage .media_box > div img {
		padding: 0;
	}
}
@media screen and (max-width: 430px) {
	.media-coverage .media_box {
		margin-top: -10px;
	}
	.media-coverage .media_box > div {
		width: calc(100%/3 - 10px);
		height: 80px;
		margin: 10px 5px 0 5px;
	}
	.media-coverage .media_box > div img {
		padding: 0;
	}
}


/* **********************************************
 * 創設者プロフィール（小さめ）
 * front-page
 * ekamexperience
 * special_5awakeninga
 * manifest
 * onenessyoga
 * foa2024
 * soulsync
 * preethajiseminar（preethajiseminar20250211）
 * ******************************************* */

.founder-profile {
	padding: 120px 0;
	background: url(../images/parts/founder-profile/Bg.webp) no-repeat;
	background-size: cover;
}
.front-page .founder-profile,
#manifest .founder-profile,
#fiveAwakening .founder-profile,
#foa2024 .founder-profile,
#foa2025 .founder-profile,
#foa202511 .founder-profile,
#soulsync .founder-profile,
#preethajiseminar .founder-profile {
	background: none;
	padding-top: 0;
}
.founder-profile .founder-profile-flex {
	display: flex;
	align-items: center;
	align-items: flex-end;
}
.front-page .founder-profile .founder-profile-flex { /* front-page */
	align-items: center;
}
.founder-profile .founder-profile-flex .founder-profile-flex___img {
	width: 440px;
	max-width: 40%;
}
.founder-profile .founder-profile-flex .founder-profile-flex___text {
	width: calc(100% - 440px);
    max-width: 60%;
	padding-left: 90px;
	color: #FFF;
	background: none;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
}
.front-page .founder-profile .founder-profile-flex .founder-profile-flex___text { /* front-page */
	line-height: 1.6;
}
.founder-profile .founder-profile-flex .founder-profile-flex___text p.founderName {
	text-align: center;
    margin-bottom: 18px;
    font-size: 1.6em;
    color: #BA9847;
}
.founder-profile .founder-profile-flex .founder-profile-flex___text p.founderName span {
	display: block;
}

.front-page .founder-profile .founder-profile-flex .founder-profile-flex___text,
#manifest .founder-profile .founder-profile-flex .founder-profile-flex___text,
#fiveAwakening .founder-profile .founder-profile-flex .founder-profile-flex___text,
#foa2024 .founder-profile .founder-profile-flex .founder-profile-flex___text,
#foa2025 .founder-profile .founder-profile-flex .founder-profile-flex___text,
#foa202511 .founder-profile .founder-profile-flex .founder-profile-flex___text,
#soulsync .founder-profile .founder-profile-flex .founder-profile-flex___text,
#preethajiseminar .founder-profile .founder-profile-flex .founder-profile-flex___text {
	text-shadow: none;
	color: #000;
	font-weight: normal;
}

@media screen and (max-width: 960px) {
	.founder-profile .founder-profile-flex {
		display: block;
	}
	.founder-profile .founder-profile-flex .founder-profile-flex___img {
		float: left;
		width: 280px;
		max-width: 100%;
		margin: 0 45px 45px 0;
	}
	.founder-profile .founder-profile-flex .founder-profile-flex___text {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 834px) {
	.founder-profile {
		padding: 90px 0;
	}
}
@media screen and (max-width: 560px) {
	.founder-profile {
		padding: 75px 0;
	}
	.founder-profile {
		background: url(../images/parts/founder-profile/Bg_sp.webp) no-repeat;
		background-size: cover;
	}
	#foa2024 .founder-profile,
	#foa2025 .founder-profile,
	#soulsync .founder-profile,
	#preethajiseminar .founder-profile {
		padding-top: 0;
	}
	.founder-profile .founder-profile-flex {
		display: block;
	}
	.founder-profile .founder-profile-flex .founder-profile-flex___img {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.founder-profile .founder-profile-flex .founder-profile-flex___text {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.founder-profile .founder-profile-flex .founder-profile-flex___text p.founderName {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 430px) {
	.founder-profile {
		padding: 60px 0;
	}
	.founder-profile .founder-profile-flex .founder-profile-flex___text p.founderName {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 320px) {
	.founder-profile {
		padding: 45px 0;
	}
	.founder-profile .founder-profile-flex .founder-profile-flex___text p.founderName {
		font-size: 1.2em;
	}
}


/* **********************************************
 * 創設者についてTedxから著書まで
 * foa2024
 * 
 * ******************************************* */

.founder .founderTitle {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	line-height: 1.6;
	margin-bottom: 30px;
}

/* Tedx */
.founder .founderTedx .founderTedx-box {
	max-width: 1194px;
	width: 100%;
	background: #FFF;
	margin: -90px auto 0;
	padding: 60px;
	box-shadow: 0 2px 18px 1px rgb(38 37 36 / 20%);
	position: relative;
	z-index: 1;
}


/* サミット */
.founder .founderSumit {
	margin: 120px auto 0;
	text-align: center;
}
.founder .founderSumit .founderSumit-text {
	margin: 60px 0 0;
}

/*ベストセラー*/
.founder .founderBooks {
	text-align: center;
	margin-top: 120px;
}
.founder .founderBooks .founderBooks-box {
	
}
.founder .founderBooks .founderBooks-box .founderBooks-img {
	position: relative;
}
.founder .founderBooks .founderBooks-box .founderBooks-img:before {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 6px;
	border-radius: 100%;
	box-shadow: 0 50px 20px rgba(0, 0, 0, .3);
}
.founder .founderBooks .founderBooks-box .founderBooks-text {
	margin: 90px 0 0;
}
.founder .founderBooks .founderBooks-boxMsg {
	text-align: center;
	margin: 120px 0 0;
	position: relative;
}
.founder .founderBooks .founderBooks-boxMsg:before {
	content: "";
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: #ba9747;
    width: 1px;
    height: 45px;
}

@media screen and (max-width: 1194px) {
	
	/* Tedx */
	.founder .founderTedx .founderTedx-box {
		width: calc(100% - 120px);
	}
}
@media screen and (max-width: 560px) {
	.founder .founderTitle {
		font-size: 1.6em;
	}
	
	/* Tedx */
	.founder .founderTedx .founderTedx-box {
		width: calc(100% - 90px);
		padding: 30px;
		margin: -45px auto 0;
	}

	/* サミット */
	.founder .founderSumit {
		margin: 90px auto 0;
	}
	
	/* ベストセラー */
	.founder .founderBooks {
		margin-top: 90px;
	}
}
@media screen and (max-width: 430px) {
	
	/* Tedx */
	.founder .founderTedx .founderTedx-box {
		width: calc(100% - 60px);
		padding: 20px;
		margin: -30px auto 0;
	}
	/* ベストセラー */
	.founder .founderBooks .founderBooks-box .founderBooks-text {
		margin-top: 75px;
	}
}
@media screen and (max-width: 380px) {
	.founder .founderTitle {
		font-size: 1.4em;
	}
	
	/* サミット */
	.founder .founderSumit {
		margin: 60px auto 0;
	}
	/* ベストセラー */
	.founder .founderBooks {
		margin-top: 60px;
	}
	.founder .founderBooks .founderBooks-box .founderBooks-text {
		margin-top: 60px;
	}
}
@media screen and (max-width: 320px) {
	.founder .founderTitle {
		font-size: 1.3em;
	}
}


/* **********************************************
 * 受講者の声 著名人のスライド
 * front-page
 * ekamexperience
 * ekamexperience-free
 * ******************************************* */

.voices-celebrity {
	
}
.voices-celebrity .splide-celebrity-item {
	padding: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.voices-celebrity .splide-celebrity-item:before {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background-image: radial-gradient(farthest-side at 50% -50%, rgba(170, 170, 170, .3), rgba(170, 170, 170, 0));
	transform: scale(1, -1);
}
.voices-celebrity .splide-celebrity-item:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	height: 8px;
	background-image: radial-gradient(farthest-side at 50% -50%,rgba(170, 170, 170, .3), rgba(170, 170, 170, 0));
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg {
	width: calc(100% - 220px);
	padding-right: 90px;
	text-align: center;
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg p.name {
	color: #90adba;
	font-weight: bold;
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg p.name span.jobtitle {
	display: block;
	color: #000;
	font-size: .9em;
}
.voices-celebrity .splide-celebrity-item .splide-celebrity-itemPhoto {
	width: 220px;
}

#splide-celebrity .splide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#splide-celebrity .splide__arrow--prev {
	left: 0;
	background: url(../images/common/arrow-nomalPrev.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 60px;
	height: 60px;
}
#splide-celebrity .splide__arrow--next {
	right: 0;
	background: url(../images/common/arrow-nomalNext.webp) no-repeat;
	background-size: 100%;
	width: 60px;
	height: 60px;
}


@media screen and (max-width: 834px) {
	.voices-celebrity .splide-celebrity-item {
		padding: 60px;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg {
		padding-right: 60px;
	}
	
	#splide-celebrity .splide__arrow--prev {
		width: 45px;
		height: 45px;
	}
	#splide-celebrity .splide__arrow--next {
		width: 45px;
		height: 45px;
	}

}
@media screen and (max-width: 560px) {
	
	.voices-celebrity .splide-celebrity-item {
		flex-direction: column;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemPhoto {
		width: 100%;
		text-align: center;
		order: 1;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemPhoto img {
		width: 180px;
	}
	.voices-celebrity .splide-celebrity-item .splide-celebrity-itemMsg {
		width: 100%;
		padding: 0;
		margin-top: 30px;
		order: 2;
	}
}
@media screen and (max-width: 430px) {
	
	.voices-celebrity .splide-celebrity-item {
		padding: 45px 30px;
	}

	#splide-celebrity .splide__arrow--prev {
		left: -12px;
		width: 38px;
		height: 38px;
	}
	#splide-celebrity .splide__arrow--next {
		right: -12px;
		width: 38px;
		height: 38px;
	}
}
@media screen and (max-width: 320px) {
}


/* **********************************************
 * 著名人名
 * ekamexperience
 * ekamexperience-free
 * ******************************************* */

.voices-celebrityname {
	width: 960px;
	margin: 0 auto 60px;
	font-style: italic;
    font-size: 1.1em;
}

@media screen and (max-width: 1194px) {
	.voices-celebrityname {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
	.voices-celebrityname {
		font-size: 1em;
	}
}


/* **********************************************
 * 受講者の声
 * special_manifest
 * ******************************************* */

.voicesNewarrivals {
	background: #f7f4ec;
	position: relative;
}
.voicesNewarrivals:before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/parts/voicesNewarrivals/bgLeft.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left bottom;
	width: 300px;
	height: 300px;
	z-index: 0;
}
.voicesNewarrivals:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/parts/voicesNewarrivals/bgRight.webp);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right top;
	width: 300px;
	height: 300px;
	z-index: 0;
}

.voicesNewarrivals p.voicesNewarrivals-itemTitle { /* タイトル */
	font-weight: bold;
	font-family: serif;
	margin: 0 0 12px;
}
.voicesNewarrivals p.voicesNewarrivals-itemTitle span { /* タイトル */
	font-weight: normal;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-size: .9em;
	margin-right: 3px;
}
.voicesNewarrivals p.voicesNewarrivals-itemName { /* 名前 */
	margin: -1em 0 0 1em;
}

/*徐々に表示するリスト*/
ul.voicesNewarrivals-items {
	margin: 60px auto;
}
ul.voicesNewarrivals-items li.target {
	width: 100%;
	margin: 30px auto 0;
	padding: 60px 60px 60px 120px;
	background: #FFF;
	box-shadow: 0 0 14px rgb(102 102 102 / 15%);
	position: relative;
	z-index: 1;
}
ul.voicesNewarrivals-items li.target:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 60px;
	left: 60px;
	background: url(../images/parts/voicesNewarrivals/icon.webp) no-repeat;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right top;
	width: 45px;
	height: 33px;
	z-index: 1;
}
ul.voicesNewarrivals-items li.target:after {
	content: "VOICE";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #bc861d;
	color: #FFF;
	font-size: .7em;
	padding: 6px 45px 6px 20px;
}
ul.voicesNewarrivals-items li.target.is-hidden {
    display: none;
    opacity: 0;
  }
ul.voicesNewarrivals-items li.target.is-show {
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
ul.voicesNewarrivals-items li ol {
	margin: 0 0 1em 2em;
    padding: 0;
    list-style: decimal;
}

.voicesNewarrivals button.more_btn { /* ボタン */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	margin: 20px auto;
	border-radius: 60px;
	background: #FFF;
	color: #BA9747;
	border: 1px solid #BA9747;
}
.voicesNewarrivals button.more_btn:hover { /* ボタン */
	background: #BA9747;
	color: #FFF;
}
/*徐々に表示するリスト ここまで*/


/* 準備中 */
.voicesNewarrivals-ready {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}


/* 投稿内のリスト */
ul.voicesNewarrivals-items li.target ul {
	list-style: disc;
}
ul.voicesNewarrivals-items li.target ul li {
	margin-top: 18px;
}


/* エーカムタパス */
.voicesNewarrivals-youtubeItems {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -45px;
}
.voicesNewarrivals-youtubeItems .youtube {
	width: calc(100% / 2 - 30px);
	margin: 45px 0 0;
}
.voicesNewarrivals-youtubeItems .youtube.first {
	width: 100%;
}

@media screen and (max-width: 834px) {
	.voicesNewarrivals p.voicesNewarrivals-itemTitle {
		font-size: 1.8rem;
	}
	.voicesNewarrivals:before {
		width: 220px;
		height: 220px;
	}
	.voicesNewarrivals:after {
		width: 220px;
		height: 220px;
	}
}
@media screen and (max-width: 560px) {
	ul.voicesNewarrivals-items li.target {
		padding: 105px 45px 45px 45px;
	}
	ul.voicesNewarrivals-items li.target:before {
		top: 45px;
		left: 50%;
		transform: translateX(-50%);
	}
	ul.voicesNewarrivals-items li.target:after {
		padding: 6px 30px 6px 12px;
	}
	.voicesNewarrivals p.voicesNewarrivals-itemTitle {
		line-height: 1.6;
	}
	.voicesNewarrivals p.voicesNewarrivals-itemTitle span {
		display: block;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 430px) {
	ul.voicesNewarrivals-items li.target {
		padding: 90px 30px 30px 30px;
	}
	ul.voicesNewarrivals-items li.target:before {
		top: 30px;
	}
	
	.voicesNewarrivals:before {
		width: 150px;
		height: 150px;
	}
	.voicesNewarrivals:after {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 380px) {
	ul.voicesNewarrivals-items li.target {
		padding: 90px 20px 30px 20px;
	}
}
@media screen and (max-width: 320px) {
	ul.voicesNewarrivals-items li.target {
		padding: 75px 20px 30px 20px;
	}
	ul.voicesNewarrivals-items li.target:before {
		width: 30px;
		height: 24px;
	}
}


/* **********************************************
 * マニフェスト
 * 日本人参加者の声
 * manifest-JPvoices
 * 
 * page-special_manifest.php
 * page-special_manifest2023fair.php
 * ******************************************* */

/* 参加者の声 */
.manifest-JPvoices {
	background: url(../images/special_program/p1_voice_bg.jpg) no-repeat;
    background-size: cover;
}
.manifest-JPvoices .manifestVoice-item {
	padding: 45px 60px;
	margin: 12px 0 0;
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 40%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
	position: relative;
}
.manifest-JPvoices .manifestVoice-item:before {
	content: "VOICE";
	display: inline-block;
	position: absolute;
	right: 0;
	background: #bc861d;
	color: #FFF;
	font-size: .7em;
	padding: 6px 45px 6px 20px;
}
.manifest-JPvoices p.manifestVoice-itemTitle {
	text-align: left;
	font-family: serif;
	font-size: 2rem;
	color: #E5091F;
	font-weight: bold;
	padding: 0 75px 0 0 !important;
	margin: 0 0 12px;   
}
.manifest-JPvoices p.manifestVoice-conclusion {
	text-align: center;
    color: #E5091F;
    margin-top: 60px;
    font-size: 2.2rem;
    font-weight: bold;
}


@media screen and (max-width: 834px) {
	.manifest-JPvoices p.manifestVoice-itemTitle {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 560px) {
	.manifest-JPvoices .manifestVoice-item {
		padding: 45px 30px 30px 30px;
	}
	.manifest-JPvoices .manifestVoice-item:before {
		padding: 3px 12px 3px 12px;
	}
	.manifest-JPvoices p.manifestVoice-itemTitle {
		line-height: 1.6;
	}
}
@media screen and (max-width: 430px) {
	.manifest-JPvoices p.manifestVoice-conclusion {
		font-size: 2rem;
	}
}
@media screen and (max-width: 380px) {
	.manifest-JPvoices .manifestVoice-item {
		padding: 45px 20px 30px 20px;
	}
	.manifest-JPvoices p.manifestVoice-itemTitle {
		padding: 0 70px 0 0 !important;
	}
}
@media screen and (max-width: 320px) {
	.manifest-JPvoices .manifestVoice-item {
		padding: 30px 20px 30px 20px;
	}
	.manifest-JPvoices p.manifestVoice-itemTitle {
		font-size: 1.6rem;
		padding: 0 45px 0 0 !important;
	}
}
