/*
Author: ftw
*/
/*=== MEDIA QUERY ===*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

html {
}


@media (min-width: 769px) {
body {
	background-color: #ec6d81;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 1.2em;
}
p {
	font-family: 'Noto Sans JP', sans-serif;
    font-size:140%;
}
}

@media (max-width: 768px) {
body {
	background-color: #ec6d81;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-smoothing: antialiased;
    font-size: 1em;
}
p {
	font-family: 'Noto Sans JP', sans-serif;
    font-size:120%;
}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	/*font-family: "Kan412Typos";
	font-family: 'Hina Mincho', serif;
	font-family: 'Kaisei Opti', serif;*/
	color: #fff;
}

.typos412 h1,
.typos412 h2,
.typos412 h3,
.typos412 h4,
.typos412 h5,
.typos412 h6 {
	font-weight: 400;
	/*font-family: "Kan412Typos",'Noto Serif JP', serif;*/
	transform: scale(0.9,1);
	letter-spacing: 0.05em;
}

/*=================================================================
	Basic Setup
==================================================================*/
::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: #ec6d81; }

::selection {
	color: #fff;
	background: #ec6d81; }

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none; }

figure {
	margin: 0; }

a {
	color: #ec6d81;
	transition: all .3s ease-in 0s; }

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: 0; }

a:focus,
a:hover {
	color: #f2c3ca; }

.kill-margin-bottom {
	margin-bottom: 0 !important; }

.padding-0 {
	padding: 0 !important; }

.border {
	border-top: 8px solid rgba(255, 236, 186, 0.9);
	height: 1px;
	margin: 15px auto 0;
	position: relative;
	width: 150px; }

.border:before {
	content: '';
		height: 8px;
		left: 45%;
		margin-left: -20px;
		position: absolute;
		top: -8px;
		width: 50px;
		background-color: #f3a8b4; }

.sub-title > h3 {
	border-left: 10px solid #ddd;
	border-right: 10px solid #ddd;
	display: inline-block;
	padding: 5px 25px;
	text-transform: none; }

.bg-one {
	background-color: #ec6d81; }

.bg-two {
	background: #e48296; }

.bg-white {
	background: #fff;
}

.no-padding {
	padding: 0 !important; }

.btn {
	background-color: transparent;
	color: #ffffff;
	padding: 10px 30px;
	border-radius: 0;
	transition: all .3s ease-in 0s; }

.btn:focus {
	color: #ddd; }

.btn-transparent {
	border: 1px solid #fff; }

.btn-transparent:hover,
.btn-transparent:focus {
	background-color: #f3a8b4;
	border: 1px solid transparent;
	color: #fff; }

.btn:active:focus,
.btn:focus {
	outline: 0; }

.btn-main {
	background: #e74e67;
	color: #fff;
	display: inline-block;
	font-size: 140%;
	letter-spacing: 0.4px;
	padding: 10px 35px;
	text-transform: none; }
.btn-main:hover {
		background: #f3a8b4;
		color: #fff; }


.btn-comingsoon {
	background: #9A9999;
	color: #fff;
	display: inline-block;
	font-size: 140%;
	letter-spacing: 0.4px;
	padding: 10px 35px;
	text-transform: none; }


.btn-transparent-2 {
	color: #e74e67;
	border: 1px solid #e74e67; }

.btn-transparent-2:hover,
.btn-transparent-2:focus {
	background-color: #e74e67;
	border: 1px solid transparent;
	color: #fff; }




.btn-sche {
	background-color: transparent;
	color: #ffffff;
	padding: 0;
	border-radius: 2px;
	transition: all .3s ease-in 0s; }

.btn-sche:focus {
	color: #ddd; }

.btn-transparent-sche {
	border: 1px solid #353b43; }

.btn-transparent-sche:hover,
.btn-transparent-sche:focus {
	background-color: #f3a8b4;
	border: 1px solid transparent;
	color: #fff; }

.btn-sche:active:focus,
.btn-sche:focus {
	outline: 0; }

.btn-main-sche {
	background: #f3a8b4;
	color: #fff;
	display: inline-block;
	font-size: 140%;
	letter-spacing: 0.4px;
	padding: 5px 10px;
	text-transform: none; }
	.btn-main-sche:hover {
		background: #e74e67;
		color: #fff; }



.section {
	padding: 100px 0; }

@media (max-width: 480px) {
		
		.section {
				padding: 50px 0; }

}

@media (max-width: 768px) {
		
		.section {
				padding: 50px 0; } 

}

.section-sm {
		padding: 70px 0; }

.section-xs {
		padding: 50px 0; }




.preloader {
    background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center; }

.sk-cube-grid {
	width: 40px;
	height: 40px; }

.sk-cube-grid .sk-cube {
	width: 33%;
	height: 33%;
	background-color: #f3a8b4;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1); }
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay {
	0%,
	70%,
	100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1); }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); } }





.title {
    padding-bottom: 60px; }

@media (min-width: 769px) {
.title h3 {
    text-transform: capitalize;
    /*font-weight: 700;*/
    font-size: 200%;
	transform: scale(0.9,1);
}
}

@media (max-width: 768px) {
.title h3 {
    text-transform: capitalize;
    /*font-weight: 700;*/
    font-size: 200%;
	transform: scale(0.9,1);
}
}

.bg-gray {
    background: #fffded; }

.overly {
    position: relative; }

.overly:before {
    content: '';
    background: rgba(0, 0, 0, 0.096);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: #1d2024;
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 10px; }
  .navigation .logo {
    padding: 0;
    height: auto;
    margin-top: 0; }
    .navigation .logo img {
      height: auto;
      width: 140px; }
  .navigation .navigation-menu li.active a {
    color: #f3a8b4; }
  .navigation .navigation-menu li a {
    font-size: 16px;
    color: #737f8a; }
    .navigation .navigation-menu li a:hover, .navigation .navigation-menu li a:focus {
      background: transparent;
      color: #f3a8b4; }

.navbar-toggle {
  border: 1px solid #fff;
  border-radius: 0; }
  .navbar-toggle span {
    background: #fff; }

/*.bg-1 {
  background-image: url("../images/abf2021-top.png");
  background-repeat: no-repeat;
  background-size: cover; }*/

.bg-1 {
  background-color: #fdf0f2 }

/*.bg-2 {
  background-image: url("../images/abf2021-top-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }*/
  
 
 .bg-4 {
  background-image: url("../images/abf2021-top-4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  }

 
  @media (min-width: 769px) {
  .bg-2 {
  background-image: url("../images/abf2021-top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

  .bg-3 {
  background-image: url("../images/abf2021-top-3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  }

  @media (max-width: 768px) {
  .bg-2 {
  background-image: url("../images/abf2021-top-m.png");
　background-size: contain;
　background-repeat: no-repeat;
  background-attachment: fixed; }

  .bg-3 {
  background-image: url("../images/abf2021-top-3-m.png");
　background-size: contain;
　background-repeat: no-repeat;
  background-attachment: fixed; }
  }

.bg-2025 {
      background-image:
        linear-gradient(360deg, rgba(236, 109, 129, 0.9), rgba(236, 109, 129, 0.9), rgba(254, 236, 191, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        url("../images/abf2025-top-1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  }


.abf2021-top {
      background-image:
        linear-gradient(360deg, rgba(236, 109, 129, 0.9), rgba(236, 109, 129, 0.9), rgba(254, 236, 191, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
        url("../images/abf2025-top-1.png");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  }

.abf2021-top .block {
    text-align: center;
    z-index: 99; }

@media (min-width: 769px) {

.abf2021-top .block h1 {
      font-size: 180%;
      font-weight: 700;
      margin-bottom: 30px; }

.abf2021-top .block .abf2021-logo {
    max-width: 100%;
    margin: 0 auto;
}

.abf2021-top .block .btn-transparent {
      margin-top: 40px;
      border-color: #fff;
      padding: 14px 50px;
      font-weight: bold;
      letter-spacing: 1px; }
}

@media (max-width: 768px) {

.abf2021-top .block h1 {
      font-size: 140%;
      color: #fff;
      font-weight: 700;
      margin-bottom: 0; }

.abf2021-top .block h2 {
      font-size: 140%; }

.abf2021-top .block .abf2021-logo {
    max-width: 80%;
    margin: 0 auto;
}

.abf2021-top .block .btn-transparent {
      margin-top: 20px;
      border-color: #fff;
      padding: 14px 50px;
      font-weight: bold;
      letter-spacing: 1px; }
}

.abf2021-top .block p {
      color: #fff;
      font-size: 140%;
      width: 100%;
      margin: 0 auto; }

.hero-video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); }

.overlay {
  position: relative; }
  .overlay::before {
    content: '';
    background: rgba(222, 106, 124, 0.63);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0; }

/*=================================================================
  Workshop us section
==================================================================*/
.workshop .block {
  background: rgba(255,255,255,0.8);
  padding: 18px 30px 20px;
  border-bottom: 2px solid transparent;
  transition: .5s all;
  margin-bottom: 20px;
  border-radius: 10px; }
  .workshop .block h3 {
    font-size: 260%;
      font-weight: 700;
      color: #ec6d81; }
  .workshop .block h4 {
  background-color: #ec6d81;
  padding: 4px 10px 7px;
    color: #fff;
    display: inline-block;
	font-size: 210%;
    font-weight: 900; 
	width: 100%;
}

.workshop .workshop-stage-event {
	display: flex;
}

/*=================================================================
  Venue section
==================================================================*/
.venue .block {
  padding: 30px;
  border-bottom: 2px solid transparent;
  transition: .5s all;
  margin-bottom: 20px;
  border-radius: 10px; }
  .venue .block .icon-box {
    position: relative;
    width: 260px;
    height: 260px;
    background-color: transparent;
    margin: 46.19px auto 60px;
    padding: 20px 0;
    border-left: 2px solid rgba(255, 254, 238, 0.07);
    border-right: 2px solid rgba(255, 254, 238, 0.07);
    font-size: 50px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform; }
  .venue .block h3 {
    font-size: 280%;
      color: #ec6d81; }
  .venue .block h4 {
    color: #595757;
    font-size: 24px;
    font-weight: 900; }
  .venue .block .icon-box img {
  border-radius: 100%;
  }

  #bi-cont .qr-box,
  .venue .block .qr-box {
    position: relative;
    width: 180px;
    height: 180px;
    background-color: transparent;
    margin: 0 auto 40px;
    padding: 20px 0;
    border-left: 2px solid rgba(255, 254, 238, 0.07);
    border-right: 2px solid rgba(255, 254, 238, 0.07);
    font-size: 50px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform; }

/*=================================================================
  Schedule section
==================================================================*/
.schedule-item {
  /*border: 1px solid rgba(255, 254, 238, 1);
  padding-bottom: 30px;*/
  margin-bottom: 15px;
}


.schedule ul {
margin: 0 0 24px;
}

.schedule li {
	padding: 16px 0 6px;
	border-radius: 10px;
}

/*.pricing li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }*/

.schedule li:nth-child(2n) {
    background-color: #fffeee; }

.schedule-time {
	font-family: "Kan412Typos", serif;
    font-size: 140%;
    margin: 0;
	color: #fff;
}

.schedule .sche-sub {
	margin-bottom: 12px;
}

.schedule .sche-sub span {
	padding: 2px 10px 4px;
	color: #fff;
	background: #ec6d81;
	border-radius: 20px;
	font-weight: 700;
}

/*=================================================================
  aesthe-cont section
==================================================================*/
.aesthe-cont h2 {
	font-weight: 700;
	font-size: 260%;
}
.aesthe-cont-filter {
  margin-bottom: 40px;
  text-align: center; }
  .aesthe-cont-filter button {
    border: none;
    outline: none;
    border: 1px solid rgba(255, 254, 238, 0.07);
    background: transparent;
    display: inline-block;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 700;
    color: #737f8a;
    transition: .3s all; }
    .aesthe-cont-filter button.active {
      border: 1px solid #f3a8b4;
      color: #f3a8b4; }

.aesthe-cont-items-wrapper .mix {
  padding: 5px; }

.aesthe-cont-block {
  position: relative;
  margin-bottom: 20px; }
  .aesthe-cont-block:before {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: white;
    opacity: 0;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    content: ''; }
.aesthe-cont-block:last-child {
  margin-bottom: 8px; }
  .aesthe-cont-block img {
    width: 100%;
    height: auto; }

/*=================================================================
 Special keynote section
==================================================================*/

.special-block {
  padding: 30px;
  border-left: 1px solid rgba(255, 254, 238, 0.07);
  border-top: 1px solid rgba(255, 254, 238, 0.07);
  box-shadow: 2px 2px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(255, 255, 255, 0.7); 
  border-radius: 10px; }
  .special-block .special-icon {
      margin-top: 40px;
    margin-bottom: 10px;
    font-size: 50px; }

  .special-icon img {
    border-radius: 100%; }


	.special-block h2 {
    font-size: 260%;
    font-weight: 700;
    color: #ec6d81;
	}

	.special-block h4 {
    color: #595757;
    font-size: 190%;
    font-weight: 900; }


/*=================================================================
Business idea contest
==================================================================*/

.bi-cont-top h2 {
	font-size: 260%;
	font-weight: 700;
}

.bi-cont-bar {
	margin-top: 20px;
	/*background-color: #fffded;*/ }

.bi-cont-bar li {
	margin-bottom: 30px; }

.bi-cont-bar h5 {
	font-size: 210%;
	margin-bottom: 20px;
	color: #595757; }

.bi-cont-bar h5 span {
	background-color: #ec6d81;
	padding: 3px 5px;
	/*font-style: italic;*/
	font-weight: 900;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%; }

.bi-cont-bar .progress {
	height: 6px;
	border-radius: 0; }

.bi-cont-bar .progress .progress-bar {
	background: #f3a8b4; }



/*=================================================================
counseling contest
==================================================================*/

.csl-cont-top h2 {
	font-size: 260%;
	font-weight: 700;
}

.csl-cont-bar {
	margin-top: 20px;
	/*background-color: #fffded;*/ }

.csl-cont-bar li {
	margin-bottom: 30px; }

.csl-cont-bar h5 {
	font-size: 210%;
	margin-bottom: 20px;
	color: #595757; }

.csl-cont-bar h5 span {
	background-color: #ec6d81;
	padding: 3px 5px;
	/*font-style: italic;*/
	font-weight: 900;
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%; }

.csl-cont-bar .progress {
	height: 6px;
	border-radius: 0; }

.csl-cont-bar .progress .progress-bar {
	background: #f3a8b4; }



/*=================================================================
  Item counter section
==================================================================*/

.counters-item {
  padding: 25px;
  margin-bottom: 10px;
}

.counters-item i {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 350%;
  display: inline-block;
}

.counters-item h2 {
  display: block;
  padding: 25px;
  font-weight: 700;
  font-size: 280%;
  background-color: #eb6d80;
}

.counters-item p {
  color: #595757;
  text-align: left;
  font-weight: 400;
  font-size: 140%;
  margin: 0;
}





/*=================================================================
  Footer section
==================================================================*/

.copyright {
  padding: 20px 0;
  color: #fff; }
  .copyright img {
    margin-bottom: 15px; }
  .copyright p {
    margin-top: 10px; }



.txt-sml {
font-size: 85%;
}

.txt-sml2 {
font-size: 90%;
}

.txt-mid {
font-size: 130%;
}

.txt-big {
font-size: 140%;
}

.txt-bigest {
font-size: 180%;
}

.txt-bold {
font-weight: 900;
}

.txt-white {
color: #fff;
}

.txt-gray {
color: #595757;
}

.txt-blue {
color: #00b9ef;
}

.txt-pink {
color: #ec6d81;
}

.txt-yellow {
color: #FFFF91;
}



.txt-ind {
text-indent: -0.5em;
}

.mgn-center {
margin: 0 auto;
}

.mgn-top20 {
margin-top: 20px;
}

.mgn-top40 {
margin-top: 40px;
}

.mgn-top60 {
margin-top: 60px;
}


@media (max-width: 768px) {
.pc {
display: none; } 
}

@media (min-width: 769px) {
.sp {
display: none;
 }
}


.contest-banner {
color: #fff;
padding: 10px;
background-color: #ec6d81;
border: 2px solid #ec6d81;
border-radius: 10px;
}


.contest-banner2 {
color: #ec6d81;
padding: 10px;
background-color: #fff;
border: 2px solid #fff;
border-radius: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-67 {
    margin-top: 68px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}











/* ブロック要素にアイコンバッジを表示 */
 
  span[data-badge-top-left],
  span[data-badge-top-right],
  span[data-badge-bottom-left],
  span[data-badge-bottom-right] {
    display: block;
    position: relative;
    /*padding: 1em;
    background-color: #19184C;
    border-radius: 6px;*/
    color: #fffded;
  }
 
  /* アイコン部 */
 
  span[data-badge-top-left]:before,
  span[data-badge-top-right]:before,
  span[data-badge-bottom-left]:before,
  span[data-badge-bottom-right]:before {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    background-color: #012443;
    border-radius: 3px;
    font-size: 160%;
    line-height: 1;
    padding: 10px;
    box-shadow: 0px 0px 0px #999;
  }
 
  span[data-badge-top-left]:before {
    top: 0;
    left: 0;
    transform: translate(-10%, -50%);
    content: attr(data-badge-top-left)"";
  }
 
  span[data-badge-top-right]:before {
    top: 0;
    right: 0;
    transform: translate(30%, -100%);
    content: attr(data-badge-top-right)"";
  }
 
  span[data-badge-bottom-left]:before {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    content: attr(data-badge-bottom-left)"";
  }
 
  span[data-badge-bottom-right]:before {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    content: attr(data-badge-bottom-right)"";
  }
  
  
  /* ブロック要素にアイコンバッジを表示 */
 
  span[data-badge-top-left2],
  span[data-badge-top-right2],
  span[data-badge-bottom-left2],
  span[data-badge-bottom-right2] {
    display: block;
    position: relative;
    /*padding: 1em;
    background-color: #19184C;
    border-radius: 6px;*/
    color: #595757;
  }
 
  /* アイコン部 */
 
  span[data-badge-top-left2]:before,
  span[data-badge-top-right2]:before,
  span[data-badge-bottom-left2]:before,
  span[data-badge-bottom-right2]:before {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    background-color: #f6d167;
    border-radius: 3px;
    font-size: 160%;
    line-height: 1;
    padding: 10px;
    box-shadow: 0px 0px 0px #999;
  }
 
  span[data-badge-top-left2]:before {
    top: 0;
    left: 0;
    transform: translate(-10%, -50%);
    content: attr(data-badge-top-left2)"";
  }
 
  span[data-badge-top-right2]:before {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    content: attr(data-badge-top-right2)"";
  }
 
  span[data-badge-bottom-left2]:before {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    content: attr(data-badge-bottom-left2)"";
  }
 
  span[data-badge-bottom-right2]:before {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    content: attr(data-badge-bottom-right2)"";
  }
  
  
  .balloon1 {
  position: relative;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fffeee;
}

.balloon1 p {
}


  .balloon2 {
  position: relative;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ec6d81;
}

.balloon2 p {
}



/*=================================================================
お問合せ
==================================================================*/

.contact-details {
font-size: 140%;
}

.contact-us {
  padding-top: 50px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 20px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}




#page_top{
  z-index: 99999;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #ef3f40;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



.requirements-cont {
  font-size: 140%;  
}

.requirements dl {
display: flex;
flex-flow: row wrap;
width: 100%;
border: 1px solid #fdf0f2;
border-radius: 10px;
}
.requirements dt {
text-align: center;
color: #fff;
flex-basis: 40%;
padding: 30px;
background-color: #eb6d80;
border-radius: 10px 0 0 10px;
}
.requirements dd {
text-align: left;
color: #595757;
flex-basis: 60%;
padding: 30px;
background-color: #fdf0f2;
border-bottom: 1px solid #fdf0f2;
border-radius: 0 10px 10px 0;
}
.requirements dd:last-child {
border-bottom: none;
}

@media screen and (max-width: 559px) {
.requirements dl {
flex-flow: column;
}
.requirements dt {
border-radius: 10px 10px 0 0;
	}
.requirements dd {}
}

.requirements-cont ul {
color: #595757;
width: 90%;
margin: 0 auto;
}

.hashtag {
display: block;
padding: 10px;
border: 2px solid #9a9999;
border-radius: 10px;
margin-top: 10px;
}

.app-banner p {
margin-top: 40px;
}
.app-banner img {
width: 140px;
margin: 10px auto;
}




.youtube-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


.abf2021-top-sp .block {
padding: 0 30px;
 }


.abf2021-top-sp .block p {
      color: #fff;
      font-size: 140%;
      width: 100%;
	  }




/*
:::::::::::::::::::::::::::
notification btn
:::::::::::::::::::::::::::
*/


#notification {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 90px;
	text-indent: -999999px;
	overflow: hidden;
	text-align: left;
	display: block;
	background: url("../images/Design-SNS-img-DL-Banner-v1.svg") no-repeat;
	width: 240px;
	height: 84px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

#notification a {
	display: block;
	width: 100%;
	height: 100%; 
}

#notification:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.8;
	cursor: pointer; }


#notification2 {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 194px;
	text-indent: -999999px;
	overflow: hidden;
	text-align: left;
	display: block;
	background: url("../images/Design-A4-img-DL-Banner-v1.svg") no-repeat;
	width: 240px;
	height: 84px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

#notification2 a {
	display: block;
	width: 100%;
	height: 100%; 
}

#notification2:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.8;
	cursor: pointer; }



#notification3 {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	text-indent: -999999px;
	overflow: hidden;
	text-align: left;
	display: block;
	background: url("../images/Design-50th-Banner-v1.svg") no-repeat;
	width: 160px;
	height: 160px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

#notification3 a {
	display: block;
	width: 100%;
	height: 100%; 
}

#notification3:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.8;
	cursor: pointer; }


@media (max-width: 768px) {
#notification3 {
	width: 120px;
	height: 120px;
}
}




#notification4 {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 298px;
	text-indent: -999999px;
	overflow: hidden;
	text-align: left;
	display: block;
	background: url("../images/Design-CSL-Banner-v1.svg") no-repeat;
	width: 240px;
	height: 84px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

#notification4 a {
	display: block;
	width: 100%;
	height: 100%; 
}

#notification4:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.8;
	cursor: pointer; }






.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}






.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0 30px;
}
.news-list .item{
}

.news-list .item a{
  display: flex;
  text-decoration: none;
  color: #fff;
  border-top: 1px solid #CCC;
  padding: 20px 0 0;
}

/*.news-list .item:last-child a{
  border-bottom: 1px solid #CCC;
}*/
.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 140%;
  color: #FFECBA;
  padding: 0 20px 0 0;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: #FFECBA;
  color: #EB6D80;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #FFECBA;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}











/*=================================================================
  introduction section
==================================================================*/
.introduction:before {
  background: rgba(42, 48, 55, 0.7);
}

.client-info {
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 768px) {
.client-info {
    width: 40%;
  }
}

.client-info2 {
  margin: 0 auto;
  width: 50%;
}

@media (max-width: 768px) {
.client-info2 {
    width: 80%;
  }
}

.client-comment p {
  color: #fff;
  font-size: 16px;
}

.client-thumb img {
  border-radius: 50%;
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}

.client-meta {
  margin: 0 0 10px;
}

.client-meta h3 {
  margin: 15px 0 5px .0;
}

.client-meta p {
  font-size: 80%;
  line-height: 1.5em;
}






.btn-main-faq {
	background: #FFECBA;
	color: #EB6D80;
	display: inline-block;
	font-size: 140%;
	letter-spacing: 0.4px;
	padding: 10px 35px;
	text-transform: none; }
.btn-main-faq:hover {
	background: #e74e67;
	color: #fff; }



.school-list ul {
  padding: 0;
  width: 100%;
}

.school-list ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 15px;
  line-height: 1.5;
  vertical-align: middle;
  color: #FFFDED;
  /*border: 1px solid #7B4C4C;*/
}

.school-list ul li:hover {
  color: #f3a8b4;
}

@media (max-width: 768px) {
.school-list ul li {
  width: 100%;
  float: none;
}
}

@media (min-width: 769px) {
.school-list ul li {
  width: 50%;
  float: left;
}
}




#introduction a {
  color: #fff;
}

#introduction a:hover {
  color: #FFECBA;
}





/*=================================================================
  movie section
==================================================================*/
.schedule .block { }
  .schedule .block .movie-box {
    position: relative;
    width: 96%;
	max-width: 480px;
    height: 96%;
    max-height: 270px;
    background-color: transparent;
    margin: 10px auto;
    padding: 0;
    border-left: 2px solid rgba(255, 254, 238, 0.07);
    border-right: 2px solid rgba(255, 254, 238, 0.07);
    font-size: 50px;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform; }
  .schedule .block .movie-box img {
  border-radius: 10px;
  }



.txt-top-title {
	padding: 4px 8px;
	background: #fff;
	line-height: 2.4em;
	color: #ec6d81;
}

.txt-top-title-2 {
	padding: 4px 8px;
	background: #ec6d81;
	line-height: 2.4em;
	color: #fff;
}


.abf2022-top-sp {
padding: 0;
	text-align: center;
}

.abf2022-top-sp p {
	margin: 0 0 20px;
}

.abf2022-top-sp p:last-child {
	margin: 0;
}

.w100-sp {
	width: 100%;
	background: #fff;	
	margin: 0 0 8px;
}

.cont-sub span {
	padding: 2px 10px 4px;
	color: #ec6d81;
	background: #fff;
	border-radius: 20px;
	font-weight: 700;
}

.cont-sub-pink span {
	padding: 2px 10px 4px;
	color: #fff;
	background: #ec6d81;
	border-radius: 20px;
	font-weight: 700;
}

.pd-10 {
	padding: 10px;
}

.pd-lr-20 {
	padding: 0 20px;
}

.pd-lr-30 {
	padding: 0 30px;
}

.image-cap {
	text-align: right;
	padding-right: 30px;
}

.txt-al-left {
	text-align: left;
}

.txt-al-right {
	text-align: right;
}

.csl-list-01 {
}

.logo-50th img {
	margin: 0 auto;
}


/*/////////後援ロゴ追加用///////////*/

.width-480 {
	width: 480px;
}

.width-700 {
	width: 700px;
}

.img-responsive-2 {
	display:inline;
	max-width:30%;
	height:auto
}

.img-responsive-3 {
	display:inline;
	max-width:12%;
	height:auto
}

















/*/////////2023動画追加///////////*/


/* wrap */

.hero {
  position: relative;
}

/* video */

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* overlay 

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
*/

.overlay {
  position: relative;
}
.overlay::before {
    content: '';
    background: rgba(233, 84, 100, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    left: 0; }

.hero .block {
  top: 50%;
  left: 50%;
  width: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	position: absolute;
    text-align: center;
    z-index: 99; }

@media (min-width: 769px) {

.hero .block h1 {
      font-size: 180%;
      color: #fff;
      font-weight: 700;
      margin-bottom: 30px; }

.hero .block .abf2021-logo {
    max-width: 100%;
    margin: 0 auto;
}

.hero .block .btn-transparent {
      margin-top: 40px;
      border-color: #fff;
      padding: 14px 50px;
      font-weight: bold;
      letter-spacing: 1px; }
}

@media (max-width: 768px) {

.hero .block h1 {
      font-size: 140%;
      color: #fff;
      font-weight: 700;
      margin-bottom: 0; }

.hero .block h2 {
      font-size: 140%; }

.hero .block .abf2021-logo {
    max-width: 80%;
    margin: 0 auto;
}

.hero .block .btn-transparent {
      margin-top: 20px;
      border-color: #fff;
      padding: 14px 50px;
      font-weight: bold;
      letter-spacing: 1px; }
}

.hero .block p {
      color: #fff;
      font-size: 140%;
      width: 100%;
      margin: 0 auto; }


  /* アニメーション */
.top-item{ 
	z-index: 0;
  animation: fadeIn 10s linear;
  animation-fill-mode: both;
}
/* ---------------------------- */
/* --- Animation --- */
/* ---------------------------- */
@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}





.mb-10{
	margin-bottom: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-40{
	margin-bottom: 40px;
}






.txt-202409 {
	padding: 0.4em;
    background-color:#e74e67;   /* 背景色指定 */
    border-radius: 4px;        /* 角丸指定 */
    font-size: 0.6em;
}

.txt-light-pink {
	color: #f2c3ca;
}