@charset "UTF-8";


section {
	padding: 120px 0;
}
.afjp-title {
	font-size: 4rem;
	line-height: 1.4;
	color: #9a6a3f;
}

@media screen and (max-width: 1194px) {
	.afjp-title {
		font-size: 4.8vw;
	}
}
@media screen and (max-width: 768px) {
	section {
		padding: 75px 0;
	}
}
@media screen and (max-width: 559px) {
	section {
		padding: 60px 0;
	}
	.afjp-title {
		font-size: 5.4vw;
	}
}
@media screen and (max-width: 430px) {
}
@media screen and (max-width: 380px) {
	
}
@media screen and (max-width: 320px) {
	section {
		padding: 45px 0;
	}
}



#abundance_festival_japan #afjp-first {
	overflow: hidden;
	background: #ebe6dc;
	position: relative;
}
#abundance_festival_japan #afjp-first:before {
	content: "";
	position: absolute;
	top: -60px;
	left: -60px;
	background: url(../images/abundance_festival_japan/mandara.webp) repeat-y;
	background-size: 100%;
	width: 300px;
	height: calc(100% + 60px);
	z-index: 1;
}
#abundance_festival_japan #afjp-first:after {
	content: "";
	position: absolute;
	top: -60px;
	right: -60px;
	background: url(../images/abundance_festival_japan/mandara.webp) repeat-y;
	background-size: 100%;
	width: 300px;
	height: calc(100% + 60px);
	z-index: 1;
}
#abundance_festival_japan #afjp-first .afjp-title {
	margin-bottom: 28px;
}
#abundance_festival_japan #afjp-first img.adf-injapan {
	display: block;
	margin: 0 auto;
}
#abundance_festival_japan #afjp-first .afjp-first-text {
	text-align: center;
	color: #9a6a3f;
	background: #FFF;
	border: 3px double;
	padding: 30px;
	margin-top: 32px;
	font-size: 1.3rem;
	font-weight: bold;
	box-shadow: 0 0 12px rgb(102 102 102 / 15%);
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1194px) {
	#abundance_festival_japan #afjp-first img.adf-injapan {
		width: 500px;
	}
}
@media screen and (max-width: 768px) {
	#abundance_festival_japan #afjp-first:before {
		top: -60px;
		left: -60px;
		width: 200px;
		height: calc(100% + 60px);
	}
	#abundance_festival_japan #afjp-first:after {
		top: -60px;
		right: -60px;
		width: 200px;
		height: calc(100% + 60px);
	}
}
@media screen and (max-width: 559px) {
	#abundance_festival_japan #afjp-first:before {
		width: 120px;
	}
	#abundance_festival_japan #afjp-first:after {
		width: 120px;
	}
	#abundance_festival_japan #afjp-first .afjp-first-text {
		font-size: 1.1rem;
		padding: 30px 20px;
	}
}
@media screen and (max-width: 380px) {
	#abundance_festival_japan #afjp-first .afjp-first-text {
		font-size: 1rem;
	}
}


/* メッセージ
* ******************************/

#abundance_festival_japan #afjp-message {
	
}
#abundance_festival_japan #afjp-message .youtube {
	margin: 0;
}
#abundance_festival_japan #afjp-message .afjp-message-text {
	font-size: 1.3rem;
	text-align: center;
	margin-top: 45px;
}
#abundance_festival_japan #afjp-message .afjp-message-text strong {
	border-bottom: 1px solid;
	padding-bottom: 3px;
}


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

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 559px) {
	#abundance_festival_japan #afjp-message .afjp-message-text {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {

}
@media screen and (max-width: 380px) {
#abundance_festival_japan #afjp-message .afjp-message-text {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {

}


/* 5つ
* ******************************/

#abundance_festival_japan #afjp-five {
	padding-bottom: 0;
	background: url(../images/abundance_festival_japan/five-top.webp) no-repeat;
	background-size: 100%;
	background-position: top;
}
#abundance_festival_japan #afjp-five .afjp-title {
	font-size: 3rem;
}
#abundance_festival_japan #afjp-five .afjp-title span {
	font-size: 1.2em;
}

/*
#abundance_festival_japan #afjp-five .afjp-five-power {
    padding: 90px;
    border: 5px solid #ba9747;
    background: url(../images/abundance_festival_japan/five-bg.webp) no-repeat;
    background-size: cover;
    border-image: linear-gradient(to right, #ba9747 0%, #DDB556 100%);
    border-image-slice: 1;
    box-shadow: 0 12px 12px rgb(102 102 102 / 15%);
}
*/

#abundance_festival_japan #afjp-five .afjp-five-treasure {
    padding: 90px;
	/*margin-top: 60px;*/
    border: 5px solid #ba9747;
    background: url(../images/abundance_festival_japan/five-bg.webp) no-repeat;
    background-size: cover;
    border-image: linear-gradient(to right, #ba9747 0%, #DDB556 100%);
    border-image-slice: 1;
    box-shadow: 0 12px 12px rgb(102 102 102 / 15%);
}
#abundance_festival_japan #afjp-five .afjp-five-text {
	
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list {
	text-align: left;
    margin-top: 60px;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li {
	padding: 30px 30px 18px 30px;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    position: relative;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li:first-child {
	border-top: none;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li:first-child:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/india_course/af_line_A.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 15px;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li:nth-child(2):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/india_course/af_line_B.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 15px;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li:nth-child(3):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/india_course/af_line_C.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 15px;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li:nth-child(4):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/india_course/af_line_D.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 15px;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li:nth-child(5):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/india_course/af_line_E.png) no-repeat;
	background-size: 100%;
	width: 100%;
	height: 15px;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li .number {
	font-family: serif;
	width: 90px;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li .number span {
	font-size: 1.5em;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li .text {
	width: calc(100% - 90px);
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li p.top {
	margin: 0;
	color: #ba9747;
	font-family: serif;
	font-size: 1.1em;
	font-weight: bold;
}
#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li p.bottom {
	margin: 0;
}

@media screen and (max-width: 1194px) {
	#abundance_festival_japan #afjp-five .afjp-title {
		font-size: 4vw;
	}
	#abundance_festival_japan #afjp-five .afjp-five-treasure {
		padding: 60px;
	}
	#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li .number {
		width: 60px;
	}
	#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li .text {
		width: calc(100% - 60px);
	}
}
@media screen and (max-width: 768px) {
	#abundance_festival_japan #afjp-five .afjp-five-treasure {
		padding: 45px;
	}
	#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list {
		margin-top: -30px;
	}
	#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li {
		padding: 30px 0 18px 0;
	}
	#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li .number {
		width: 45px;
	}
	#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li .text {
		width: calc(100% - 45px);
	}
	#abundance_festival_japan #afjp-five ul.afjp-five-treasure-list li p.top span {
		display: block;
		font-family: abel;
		font-size: .9em;
	}
}
@media screen and (max-width: 559px) {
	#abundance_festival_japan #afjp-five {
		background: url(../images/abundance_festival_japan/five-top_sp.webp) no-repeat;
		background-size: 100%;
		background-position: top;
	}
	#abundance_festival_japan #afjp-five .afjp-title {
		font-size: 4.5vw;
	}
	#abundance_festival_japan #afjp-five .afjp-five-treasure {
		padding: 30px 20px;
		background: url(../images/abundance_festival_japan/five-bg_sp.webp) no-repeat;
    background-size: cover;
	}
	
}



/* 体験シェア
* ******************************/

#abundance_festival_japan #afjp-experience {
	padding-bottom: 30%;
    background: url(../images/abundance_festival_japan/five-bottom.webp) no-repeat;
    background-size: 100%;
    background-position: bottom;
}
#abundance_festival_japan #afjp-experience .afjp-experience-slide {
	width: 960px;
	margin: 0 auto;
    text-align: left;
}
#abundance_festival_japan #afjp-experience .afjp-experience-slide #af-experience-splide {
	padding: 0 60px;
}
#abundance_festival_japan #afjp-experience .splide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#abundance_festival_japan #afjp-experience svg {
	display: none; /* デフォルト矢印を消す */
}
#abundance_festival_japan #afjp-experience .splide__arrow--prev {
	left: 0;
	background: url(../images/common/arrow-nomalPrev.webp) no-repeat;
	background-size: 100%;
	background-position: center;
	width: 45px;
	height: 45px;
}
#abundance_festival_japan #afjp-experience .splide__arrow--next {
	right: 0;
	background: url(../images/common/arrow-nomalNext.webp) no-repeat;
	background-size: 100%;
	width: 45px;
	height: 45px;
}

#abundance_festival_japan #afjp-experience .afjp-experience-item {
	font-size: 1.3rem;
	font-weight: bold;
}
#abundance_festival_japan #afjp-experience .afjp-experience-item p.name {
	text-align: right;
	font-size: .8em;
	font-weight: normal;
}

#abundance_festival_japan #afjp-experience .afjp-experience-textmsg {
	margin-top: 90px;
}
#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item {
	text-align: left;
	padding: 0 120px;
	margin-top: 90px;
	position: relative;
}
#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item:before {
	content: "";
	position: absolute;
	top: -60px;
    left: 30px;
    background: url(../images/abundance_festival_japan/mandara.webp) no-repeat;
    background-size: 100%;
    width: 220px;
    height: 220px;
	z-index: -1;
}
#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item .af_experience_box_title {
	text-align: left;
	font-family: sans-serif;
    font-size: 1.3rem;
}
#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item div {
	font-size: 1.2rem;
    line-height: 1.6;
}

@media screen and (max-width: 1194px) {
	#abundance_festival_japan #afjp-experience .afjp-experience-slide {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item {
		padding: 0 60px;
	}
	#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item:before {
		left: 0;
	}
}
@media screen and (max-width: 768px) {
	#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item {
		padding: 0 30px;
	}
	#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item:before {
		left: -30px;
	}
}
@media screen and (max-width: 559px) {
	#abundance_festival_japan #afjp-experience {
		background: url(../images/abundance_festival_japan/five-bottom_sp.webp) no-repeat;
		background-size: 100%;
		background-position: bottom;
	}
	#abundance_festival_japan #afjp-experience .afjp-experience-slide #af-experience-splide {
		padding: 0 45px;
	}
	#abundance_festival_japan #afjp-experience .afjp-experience-item {
		font-size: 1.1rem;
	}
	#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item {
		padding: 0;
		margin-top: 30px;
	}
	#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item:before {
		top: -35px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
        height: 120px;
	}
	#abundance_festival_japan #afjp-experience .splide__arrow--prev {
		width: 35px;
		height: 35px;
	}
	#abundance_festival_japan #afjp-experience .splide__arrow--next {
		width: 35px;
		height: 35px;
	}
	#abundance_festival_japan #afjp-experience .afjp-experience-textmsg .afjp-experience-textmsg-item .youtube {
		margin: 0;
	}
}


/* 申し込み
* ******************************/

#abundance_festival_japan #afjp-entry {
	background: url(../images/abundance_festival_japan/entryBg.webp) no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 15%);
	margin-top: 30px;
}
#abundance_festival_japan #afjp-entry img.adf-jp {
	display: block;
	margin: 0 auto;
}
#abundance_festival_japan #afjp-entry img.adf-injapan {
	display: block;
	margin: 18px auto 0;
}
#abundance_festival_japan #afjp-entry .afjp-entry-date {
	text-align: center;
}
#abundance_festival_japan #afjp-entry p.date_schedule {
	font-size: 3.2rem;
	font-family: serif;
	font-weight: bold;
	margin-bottom: 0;
}
#abundance_festival_japan #afjp-entry p.date_schedule span {
	font-size: .8em;
	margin: 0 3px;
}

#abundance_festival_japan #afjp-entry .afjp-entry-box {
	margin: 60px 90px 0;
}
#abundance_festival_japan #afjp-entry .afjp-entry-subtitle {
	text-align: left;
	font-size: 1.8rem;
	color: #ba9747;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
#abundance_festival_japan #afjp-entry .afjp-entry-subtitle:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

#abundance_festival_japan #afjp-entry .afjp-entry-date {
	
}
#abundance_festival_japan #afjp-entry .afjp-entry-date p.date {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
}
#abundance_festival_japan #afjp-entry .afjp-entry-date p.time {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
}

#abundance_festival_japan #afjp-entry .afjp-entry-prace {
	text-align: center;
}
#abundance_festival_japan #afjp-entry .afjp-entry-prace p.prace-name {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
}
#abundance_festival_japan #afjp-entry .afjp-entry-prace p.prace-add {
	font-size: 1em;
	margin: 0 0 12px;
}
#abundance_festival_japan #afjp-entry .afjp-entry-prace p.prace-url {
	font-weight: bold;
}
#abundance_festival_japan #afjp-entry .afjp-entry-prace p.prace-url span {
	
}
#abundance_festival_japan #afjp-entry .afjp-entry-prace p.prace-url a {
	border-bottom: 1px solid;
}

#abundance_festival_japan #afjp-entry .afjp-entry-cost {
	
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost .afjp-entry-cost-inbox {
	width: 780px;
	margin: 30px auto 0;
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dl {
	display: flex;
	justify-content: center;
    align-items: center;
	background: #FFF;
    padding: 20px;
	border-radius: 4px;
    border: 1px solid #ba9747;
	box-shadow: 0 0 6px rgb(102 102 102 / 15%);
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dl.standard {
	background: linear-gradient(25deg, #F7F4EC 50%, #FFF 0);
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dl.vip {
	background: linear-gradient(25deg, #CDB57D 50%, #FFF 0);
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dt {
	width: 340px;
	font-size: 1.6rem;
	font-family: serif;
	font-weight: bold;
	text-align: center;
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dl.vip dt {
	color: #FFF;
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dt span {
	display: block;
	font-size: .8em;
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dd {
	width: calc(100% - 340px);
	font-size: 2rem;
	font-weight: bold;
	color: #BB0404;
	text-align: center;
}
#abundance_festival_japan #afjp-entry .afjp-entry-cost dd span {
	font-size: .7em;
    margin-left: 3px;
}


/* ボタン */
#abundance_festival_japan #afjp-entry p.caution {
	font-size: 1.3rem;
	color: #BB0404;
	text-align: center;
}
#abundance_festival_japan #afjp-entry p.caution span {
	border-bottom: 1px solid;
}

#abundance_festival_japan .afjp-entry-button {
	text-align: center;
	margin-top: 60px;
}
#abundance_festival_japan .afjp-entry-button p.afjp-entry-button-add {
	
}
#abundance_festival_japan .afjp-entry-button p.afjp-entry-button-contact {
	
}
#abundance_festival_japan a.button-add {
	display: inline-block;
	width: 720px;
	color: #FFF;
	background: #A30505;
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 1.3;
	border-radius: 100px;
	border: 2px solid #ebe6dc;
	padding: 28px 2em;
	-webkit-animation-name: anim-shake;
	animation-name: anim-shake;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
}
#abundance_festival_japan a.button-add:hover {
	opacity: 1;
	color: #FFF;
	background: #9a6a3f;
	border: 2px solid #FFF;
}
#abundance_festival_japan a.button-contact {
	font-size: 1.3rem;
}
#abundance_festival_japan a.button-contact:hover {
	text-decoration: underline;
}
#abundance_festival_japan a.button-toentry {
	display: inline-block;
	width: 720px;
	color: #ebe6dc;
	background: #9a6a3f;
	font-family: sans-serif;
	font-size: 1.8em;
	line-height: 1.3;
	border-radius: 100px;
	border: 2px solid #9a6a3f;
	padding: 28px 2em;
}
#abundance_festival_japan a.button-toentry:hover {
	opacity: 1;
	border: 2px solid #ebe6dc;
	color: #9a6a3f;
	background: #ebe6dc;
}

@media screen and (max-width: 1194px) {
	#abundance_festival_japan #afjp-entry p.date_schedule {
		font-size: 4.6vw;
	}
}
@media screen and (max-width: 1024px) {
	#abundance_festival_japan #afjp-entry .afjp-entry-box {
		        margin: 60px 0 0;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost .afjp-entry-cost-inbox {
		width: 100%;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dt {
		width: 40%;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dd {
		width: 60%;
	}
}
@media screen and (max-width: 768px) {
	#abundance_festival_japan #afjp-entry p.date_schedule {
		font-size: 5.2vw;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dl {
		flex-direction: column;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dt {
		width: 100%;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dd {
		width: 100%;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dl.standard {
		background: linear-gradient(-3deg, #FFF 38%, #F7F4EC 0);
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dl.vip {
		background: linear-gradient(-3deg, #FFF 38%, #CDB57D 0);
	}
	
	/* ボタン */
	#abundance_festival_japan a.button-add {
		width: 100%;
	}
	#abundance_festival_japan a.button-toentry {
		width: 100%;
	}
}
@media screen and (max-width: 559px) {
	#abundance_festival_japan #afjp-entry {
		background: url(../images/abundance_festival_japan/entryBg_sp.webp) no-repeat;
    background-size: cover;
    background-position: center;
	}
	#abundance_festival_japan #afjp-entry img.adf-injapan {
		width: 100%;
	}
	#abundance_festival_japan #afjp-entry p.date_schedule {
		font-size: 6.2vw;
		margin-top: 18px;
		line-height: 1.3;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-subtitle {
		font-size: 1.4rem;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-date p.date {
		font-size: 1.4rem;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-date p.time {
		font-size: 1.2rem;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-prace p.prace-name {
		font-size: 1.4rem;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dd,
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dd {
		font-size: 1.6rem;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dt span {
		font-size: .7em;
	}
	#abundance_festival_japan #afjp-entry .afjp-entry-cost dd {
		margin-top: 12px;
	}
	#abundance_festival_japan #afjp-entry p.caution {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	
}
@media screen and (max-width: 380px) {
	
}
@media screen and (max-width: 320px) {
	
}



/* シュリ・プリタジ＆シュリ・クリシュナジとは
* ******************************/

#abundance_festival_japan #afjp-founder {
	overflow: hidden;
	position: relative;
}
#abundance_festival_japan #afjp-founder:before {
	    content: "";
    position: absolute;
    top: -60px;
	 left: -60px;
    background: url(../images/abundance_festival_japan/mandara.webp) repeat-y;
    background-size: 100%;
    width: 300px;
    height: 100%;
    z-index: -1;
}
#abundance_festival_japan #afjp-founder:after {
	content: "";
	position: absolute;
	top: -60px;
    right: -60px;
    background: url(../images/abundance_festival_japan/mandara.webp) repeat-y;
    background-size: 100%;
    width: 300px;
    height: 100%;
	z-index: -1;
}
#abundance_festival_japan #afjp-founder .afjp-founder-text {
	width: 820px;
	margin: 60px auto 0;
    text-align: center;
	font-size: 1.3rem;
}

@media screen and (max-width: 1194px) {
	#abundance_festival_japan #afjp-founder .afjp-founder-text {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	#abundance_festival_japan #afjp-founder:before {
		top: -60px;
		left: -60px;
		width: 200px;
		height: calc(100% + 60px);
	}
	#abundance_festival_japan #afjp-founder:after {
		top: -60px;
		right: -60px;
		width: 200px;
		height: calc(100% + 60px);
	}

}
@media screen and (max-width: 559px) {
	#abundance_festival_japan #afjp-founder:before {
		width: 120px;
	}
	#abundance_festival_japan #afjp-founder:after {
		width: 120px;
	}
	#abundance_festival_japan #afjp-founder .afjp-founder-text {
		width: 100%;
		padding: 0 30px;
		margin: 30px auto 0;
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 430px) {
	#abundance_festival_japan #afjp-founder .afjp-founder-text {
		padding: 0;
	}
}
@media screen and (max-width: 380px) {
	#abundance_festival_japan #afjp-founder .afjp-founder-text {
		font-size: 1rem;
	}
}
