@charset "utf-8";
/* CSS Document */

/*ローディング画面*/
.start {
	background: #F7F7F7;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 192px;
}

/*-----------------------------------------------------------*/

section:not(#firstview) .inner{
	width: 86.11%;/*620*/
	margin-left: auto;
	margin-right: auto;
}

/*-----------------------------------------------------------*/

/*お知らせ*/
#news .inner{
	padding: 34px 0 210px;
	position: relative;
}
#news .inner::before{
	content: '';
	display: block;
	background: url("../image/top/img01sp-2.png") 0 0 / contain no-repeat;
	width: 328px;
	height: 197px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}

#news .postlists{
	margin: 25px auto 0;
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}
#news .postlists > a.postwrap{
	width: calc( 100% - 26px );
	display: flex;
	align-items: center;
	padding: 17px 13px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#news .postlists > a.postwrap .date{
	width: 73px;
	font-size: 12px;
	color: #0EA164;
	letter-spacing: 0.025em;
}
#news .postlists > a.postwrap .title{
	width: calc( 100% - 73px );
	font-size: 13px;
	font-weight: 500;
}

#news .postlists_btn{
	width: 80.65%;/*500*/
	height: 50px;
	margin: 19px auto 0;
}

/*開催概要*/
#news .overview{
	margin: 51px auto 0;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	box-shadow: 4px 4px rgba(0,0,0,0.30);
	position: relative;
}

#news .overview > .inn{
	overflow: hidden;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#news .overview h3.hd{
	height: 45px;
	background-color: #C7014C;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.2em;
	display: flex;
	justify-content: center;
	align-items: center;
}

#news .overview .tables{
	width: calc( 100% - 30px );
	margin: 0 auto;
	padding: 24px 0 26px;
	position: relative;
}
#news .overview .tables > dl{
	display: flex;
	flex-direction: column;
	gap: 14px 0;
	padding: 19px 0;
}
#news .overview .tables > dl:not(:last-of-type){
	border-bottom: 1px dotted #000;
}
#news .overview .tables > dl dt{
	width: 100px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #C7014C;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.05em;
}
#news .overview .tables > dl dd{
}
#news .overview .tables > dl dd > strong.date{
	font-size: 18px;
	color: #C7014C;
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 0 7px;
	line-height: 100%;
}
#news .overview .tables > dl dd > strong.date > span{
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	background-color: #C7014C;
	padding: 0 5px;
}
#news .overview .tables > dl dd > strong:not(.date){
	font-size: 16px;
	color: #C7014C;
	font-weight: 700;
}
#news .overview .tables > dl dd > strong > a{
	font-size: 16px;
	color: #0DA3F7;
	font-weight: 700;
	text-decoration: underline;
	position: relative;
}
#news .overview .tables > dl dd > strong > a::after{
	content: '';
	display: block;
	background: url(../image/common/icon_tab.svg) 0 0 / contain no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	top: 5px;
	right: -21px;
}
#news .overview .tables > dl dd > .time{
	margin-top: 10px;
	font-size: 18px;
	font-weight: 800;
}
#news .overview .tables > dl dd > .subtxt{
	font-size: 13px;
}
#news .overview .tables > dl dd > .caution{
	margin-top: 7px;
	font-size: 13px;
}

/*-----------------------------------------------------------*/

/*アウトオブキッザニアえひめについて*/
#about .inner{
	margin: 55px auto 65px;
	padding-bottom: 49px;
	position: relative;
}
#about .inner::after{
	content: '';
	display: block;
	background: url("../image/top/img05-2@2x.png") 0 0 / contain no-repeat;
	width: 218px;
	height: 130px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#about .columns{
	margin: 23px auto 0;
	background-color: #fff;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	padding: 33px 0 88px;
	display: flex;
	flex-direction: column;
	gap: 56px 0;
}
#about .columns > .column{
	width: calc( 100% - 34px );
	margin: 0 auto;
}
#about .columns > .column h3.hd{
	margin-bottom: 20px;
	font-size: 17px;
	color: #C7014C;
	font-weight: 900;
	text-align: center;
	border-bottom: 2px dotted #C7014C;
	padding-bottom: 14px;
}

#about .columns > .column > .inn.flex{
	display: flex;
	flex-direction: column;
	gap: 29px 0;
}

#about .columns > .column .logo{
	width: 69.45%;/*382*/
	margin: 0 auto;
}

#about .columns > .column .txts{
	width: calc( 100% - 10px );
	margin: 0 auto;
	line-height: 160%;
	text-align: justify;
}

#about .columns > .column > .inn.flex .images{
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	justify-content: center;
	align-items: center;
}
#about .columns > .column > .inn.flex .images div a{
    width: fit-content;
	display: flex;
	align-items: center;
    justify-content: center;	
	gap: 0 10px;
	position: relative;
}
#about .columns > .column > .inn.flex .images div a > img{
	width: 51.64%;/*284*/
	height: auto;
}
#about .columns > .column > .inn.flex .images div a::after{
	content: '';
	display: block;
	background: url(../image/common/icon_tab_red.svg) 0 0 / contain no-repeat;
	width: 17px;
	height: 17px;
}

#about .columns > .column .mt-40{
	margin-top: 20px;
}

/*-----------------------------------------------------------*/

/*アンバサダー紹介*/
#ambassador .inner{
	margin: 55px auto 65px;
	position: relative;
}

#ambassador .inner .wrap{
	margin: 45px auto 0;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 35px 0 30px;
}

#ambassador .inner .wrap{
	width: 86.11%;
	margin: 45px auto 0;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 30px 0 45px;
}

#ambassador .inner .wrap > .txt{
	margin: 2.16rem auto 0;/*32*/
	font-size: 2.36rem;/*35*/
	text-align: center;
}

#ambassador .inner .wrap .catch{
	width: calc( 100% - 90px );
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

#ambassador .inner .wrap .members{
	margin: 30px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
}

#ambassador .inner .wrap .members > div .image{
	max-width: 150px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
#ambassador .inner .wrap .members > div .image img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}
#ambassador .inner .wrap .members > div dl{
	margin: 20px auto 0;
    text-align: center;
}
#ambassador .inner .wrap .members > div dl dt{
    font-size: 14px;
}
#ambassador .inner .wrap .members > div dl dd{
    font-size: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#ambassador .inner .wrap .members > div dl dd > span{
    font-size: 14px;
}

/*-----------------------------------------------------------*/

/*プログラム紹介*/
#program{
	position: relative;
}
#program::before{
	content: '';
	display: block;
	background: url(../image/top/bg01.png) 0 0 / contain repeat-x;
	width: 100%;
	height: 12px;
	margin-bottom: -1px;
}
#program::after{
	content: '';
	display: block;
	background-color: #3AB3ED;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: -12px;
}

#program .inner{
	width: 100vw !important;
	margin: 0 calc(50% - 50vw);
	background-color: #3AB3ED;
	padding: 39px 0 62px;
}

#program .inner h2.hd > dl::before {
	background: url(../image/common/hd_icon02.png) 0px 0px / contain no-repeat;	
	top: 61px;
}
#program .inner h2.hd > dl dd{
	margin-top: 30px;
	color: #fff;
}

#program .inner .wrap{
	width: 86.11%;
	margin: 45px auto 0;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 30px 0 45px;
}

#program .inner .wrap > dl{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#program .inner .wrap > dl::before{
	content: '';
	display: block;
	background: url("../image/top/img06.png") 0 0 / contain no-repeat;
	width: 28px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(-119px) scale(-1, 1);
}
#program .inner .wrap > dl::after{
	content: '';
	display: block;
	background: url("../image/top/img06.png") 0 0 / contain no-repeat;
	width: 28px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(119px);
}
#program .inner .wrap > dl > dt{
	font-size: 15px;
	color: #222;
	font-weight: 800;
}
#program .inner .wrap > dl > dd{
	font-size: 24px;
	color: #C7014C;
	font-weight: 800;
	letter-spacing: 0.075em;
	line-height: 100%;
}
#program .inner .wrap > dl > dd span{
	font-size: 19px;
}
#program .inner .wrap > dl > p{
	margin-top: 5px;
	color: #C7010D;
}

#program .inner .wrap > .dateicon{
	width: fit-content;
	margin: 2.16rem auto 0;/*32*/
	background-color: #3AB3ED;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;	
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3.72rem;/*55*/
	font-size: 2.23rem;/*33*/
	color: #fff;
}

#program .inner .wrap > .txt{
	margin: 2.16rem auto 0;/*32*/
	font-size: 2.36rem;/*35*/
	text-align: center;
}

#program .inner .wrap > ul{
    width: calc( 100% - 34px );
    margin: 15px auto 0;
	display: flex;
	flex-direction: column;
    gap: 13px 0;
	counter-reset: my-counter;
}
#program .inner .wrap > ul li{
	width: calc( 100% - 20px );
	background-color: #daf0f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
#program .inner .wrap > ul li > a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#program .inner .wrap > ul li a > dl{
	display: flex;
	flex-direction: row-reverse;
	gap: 0 10px;
}
#program .inner .wrap > ul li a > dl dt{
	width: calc( 50% - 5px );
	position: relative;
	margin-top: 5px;
	line-height: 150%;
}
#program .inner .wrap > ul li a > dl dt::before {
	counter-increment: my-counter;
	content: counter(my-counter) ". ";
	font-family: "Fugaz One", serif;
	font-weight: 400;
	color: #c7014c;
	font-size: 23px;
}
#program .inner .wrap > ul li a > dl dt > p{
	line-height: 140%;
}
#program .inner .wrap > ul li a > dl dd{
	width: calc( 50% - 5px );
}
#program .inner .wrap > ul li a > dl dd img{
	width: 100%;
	height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}

/**/
#program .inner .wrap h3.hd{
	width: calc(100% - 34px);
    margin: 30px auto 0;
	display: flex;
	gap: 0 0.25em;
	align-items: center;
}
#program .inner .wrap h3.hd:nth-of-type(1){
	color: #63A1D4;
}
#program .inner .wrap h3.hd:nth-of-type(2){
	color: #CF5555;
}

#program .inner .wrap h3.hd span{
	font-size: 30px;
}
#program .inner .wrap h3.hd p{
	font-size: 18px;
}

#program .inner .wrap .hdsubtxt{
	width: calc(100% - 34px);
	margin: 5px auto 0;
}

#program .inner .wrap > ul:nth-of-type(2) li {
	background-color: #F5DADA;
}

/*-----------------------------------------------------------*/

/*協賛*/
#sponsor{
	position: relative;
}
#sponsor::before{
	content: '';
	display: block;
	background: url(../image/top/bg02.png) 0 0 / contain repeat-x;
	width: 100%;
	height: 12px;
	margin-bottom: -1px;
}
#sponsor::after{
	content: '';
	display: block;
	background-color: #BBD124;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: -12px;
}

#sponsor .inner{
	width: 100% !important;
	margin: 0 calc(50% - 50vw);
	background-color: #BBD124;
	padding: 50px 0 50px;
}

#sponsor .inner .wrap{
	width: 86.11%;
	margin: 45px auto 0;
	background-color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 30px 0 45px;
}

#sponsor .inner .wrap > .txt{
	margin: 2.16rem auto 0;/*32*/
	font-size: 2.36rem;/*35*/
	text-align: center;
}

#sponsor .inner h2.hd > dl::before {
	background: url(../image/common/hd_icon03.png) 0px 0px / contain no-repeat;	
	top: 70px;
}

#sponsor .inner .columns{
	width: 100%;
	margin: 50px auto 0;
	display: flex;
	flex-direction: column;
	gap: 40px 0;
}

#sponsor .inner .columns .column h3.hd{
	font-size: 18px;
	text-align: center;
	margin-bottom: 13px;
}

#sponsor .inner .columns .column .inn.onecolumn{
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}
#sponsor .inner .columns .column .inn.onecolumn > div{
	width: 100%;
	height: 70px;
}

#sponsor .inner .columns .column .inn.twocolumn, #sponsor .inner .columns .column .inn.threecolumn, #sponsor .inner .columns .column .inn.fourcolumn{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
}
#sponsor .inner .columns .column .inn.threecolumn, #sponsor .inner .columns .column .inn.fourcolumn{
	margin-top: 15px;
}

#sponsor .inner .columns .column .inn.twocolumn > div{
	width: calc( 50% - 8px );
	height: 60px;
}
#sponsor .inner .columns .column .inn.threecolumn > div{
	width: calc( 33.3% - 8px );
	height: 50px;
}
#sponsor .inner .columns .column .inn.fourcolumn > div{
	width: calc( 25% - 8px );
	height: 40px;
}

#sponsor .inner .columns .column div a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
#sponsor .inner .columns .column .inn.onecolumn div a > img{
	width: auto;
	height: 36px;
}
#sponsor .inner .columns .column .inn.twocolumn div a > img{
	width: auto;
	height: 26px;
}
#sponsor .inner .columns .column .inn.threecolumn > div a img{
	width: auto;
	height: 20px;
}
#sponsor .inner .columns .column .inn.fourcolumn > div a img{
	width: auto;
	height: 20px;
}
#sponsor .inner .columns .column .inn.fourcolumn > div.aic a img{
	width: 95%;
	height: auto;
}

/*-----------------------------------------------------------*/

/*応募方法*/

#application {
    position: relative;
}
#application::before {
    content: '';
    display: block;
    background: url(../image/top/bg03.png) 0 0 / contain repeat-x;
    width: 100%;
	height: 12px;
	margin-bottom: -1px;
}
#application .inner {
    padding: 50px 0 65px;
}

#application .inner .wrap{
    margin: 40px auto 0;
	display: flex;
	flex-direction: column;
	gap: 45px 0;
}
#application .inner .wrap > .flow{
    border: 2px solid #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px 15px;
	position: relative;
}
#application .inner .wrap > .flow:not(:last-of-type)::before{
    content: '';
	display: block;
	background: url(../image/top/icon_arrow.png) 0 0 / contain no-repeat;
	width: 24px;
	height: 27px;
	position: absolute;
	bottom: -36px;
	left: 0;
	right: 0;
	margin: auto;
}

#application .inner .wrap > .flow dl.title{
	padding: 0 0 14px;
    display: flex;
	flex-direction: column;
	align-items: center;
}
#application .inner .wrap > .flow dl.title dt{
	width: 84px;
	height: 30px;
	background-color: #c7014c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
#application .inner .wrap > .flow dl.title dd{
	margin-top: 10px;
	font-size: 15px;
	color: #c7014c;
	text-align: center;
}

#application .inner .wrap > .flow dl.inn{
	padding: 14px 0 0;
	border-top: 1px dotted #000;
}
#application .inner .wrap > .flow dl.inn dt{
}
#application .inner .wrap > .flow dl.inn dt > span{
	color: #c7014c;
}
#application .inner .wrap > .flow dl.inn dd > ul{
	margin-top: 15px;
	font-size: 12px;
}
#application .inner .wrap > .flow dl.inn dd > ul li{
	text-indent: -1em;
	margin-left: 1em;
}
#application .inner .wrap > .flow dl.inn dd > ul li:not(:first-child){
	margin-top: 0.25em;
}
#application .inner .wrap > .flow dl.inn dd > ul li.red, #application .inner .wrap > .flow dl.inn dd > ul li.red a{
	font-size: 12px;
	color: #c7014c;
	text-decoration: underline;
}

#application .inner .wrap > .flow dl.inn dd .info{
	margin: 15px auto 0;
	min-height: 85px;
	background-color: #fff750;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #c7014c;
	text-align: center;
}

#application .inner .wrap > .others{
    border: 2px solid #000;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 20px 15px;
	position: relative;
}
#application .inner .wrap > .others dl.inn dt{
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #000;
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 0 10px;
}
#application .inner .wrap > .others dl.inn dt > span{
	font-size: 14px;
}
#application .inner .wrap > .others dl.inn dd{
	padding-top: 14px;
}
#application .inner .wrap > .others dl.inn dd > ul li{
	text-indent: -1em;
	margin-left: 1em;
}
#application .inner .wrap > .others dl.inn dd > ul li:not(:first-child){
	margin-top: 0.25em;
}

#application .postlists_btn{
	width: 80.65%;
	height: 50px;
	margin: 19px auto 0;
}
#application .postlists_btn > a{
	justify-content: center;
	padding-left: 0;
}
#application .postlists_btn > a.close{
	pointer-events: none;
	opacity: 0.4;
}

/*-----------------------------------------------------------*/

/*当日の流れ*/

#flows{
	position: relative;
}
#flows::before{
	content: '';
	display: block;
	background: url(../image/top/bg04.png) 0 0 / contain repeat-x;
	width: 100%;
	height: 12px;
	margin-bottom: -1px;
}
#flows::after{
	content: '';
	display: block;
	background-color: #0ea164;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: -12px;
}

#flows .inner{
	width: 100vw !important;
	margin: 0 calc(50% - 50vw);
	background-color: #0ea164;
	padding: 39px 0 62px;
}

#flows .inner h2.hd > dl::before {
	background: url(../image/common/hd_icon02.png) 0px 0px / contain no-repeat;	
}
#flows .inner h2.hd > dl dd{
	color: #fff;
}

#flows .parent {
	width: 86.11% !important;
	margin: 25px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 10px;
	grid-template-rows: 65px, 65px, 140px, 160px, 100px;
}
#flows .parent .child {
    border: 2px solid #000;
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #fff;
	padding: 15px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
#flows .parent .child:not(:last-of-type)::before{
    content: '';
	display: block;
	background: url(../image/top/icon_arrow02.png) 0 0 / contain no-repeat;
	width: 24px;
	height: 27px;
	position: absolute;
	bottom: -36px;
	left: 0;
	right: 0;
	margin: auto;
}
#flows .parent .child.arrowonly {
    border: 0px solid #000;
	background-color: rgba(255,255,255,0.00);
	padding: 0;
}
#flows .parent .child.div5::before{
	display: none;
	
}
#flows .parent .child.arrowonly::before{
    content: '';
	display: block;
	background: url(../image/top/icon_arrow03.png) 0 0 / contain no-repeat;
	width: 24px;
	height: 233px;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}
#flows .div1 {
    grid-column: span 2 / span 2;
}
#flows .div2 {
    grid-row-start: 2;
}
#flows .div3 {
    grid-row-start: 2;
}
#flows .div4 {
    grid-row-start: 3;
}
#flows .div5 {
    grid-row-start: 3;
}
#flows .div6 {
    grid-row-start: 4;
}
#flows .div7 {
    grid-row-start: 4;
}
#flows .div8 {
    grid-column: span 2 / span 2;
}
#flows .parent .child dl dt{
	font-size: 13px;
	text-align: center;
}
#flows .parent .child dl dt > span{
	width: 22px;
	height: 22px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
	margin: 0 2px;
}
#flows .parent .child dl dd{
	margin-top: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
}

#flows .lists{
	width: 86.11% !important;
	margin: 25px auto 0;
}
#flows .lists li{
	text-indent: -1em;
	margin-left: 1em;
	color: #fff;
}
#flows .lists li:not(:first-child){
	margin-top: 0.25em;
}

/*-----------------------------------------------------------*/

/*関連動画*/
#movies{
	position: relative;
}
#movies::before{
	content: '';
	display: block;
	background: url(../image/top/bg03.png) 0 0 / contain repeat-x;
	width: 100%;
	height: 12px;
	margin-bottom: -1px;
}
#movies::after{
	content: '';
	display: block;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: -12px;
}

#movies .inner{
	width: 100vw !important;
	margin: 0 calc(50% - 50vw);
	padding: 39px 0 62px;
}

#movies .inner .movielist{
	width: 86.11%;
	margin: 45px auto 0;
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
#movies .inner .movielist > dl{
}
#movies .inner .movielist > dl dt{
	font-size: 16px;
    text-align: center;	
}
#movies .inner .movielist > dl dd{
	margin-top: 5px;
}
#movies .inner .movielist > dl dd > iframe{
	width: 100%;
	height: auto;
	min-height: 205px;
}

/*-----------------------------------------------------------*/

/*FAQ*/

#faq{
	position: relative;
}
#faq::before{
	content: '';
	display: block;
	background: url(../image/top/bg01.png) 0 0 / contain repeat-x;
	width: 100%;
	height: 1.76rem;/*26*/
	margin-bottom: -1px;
}
#faq::after{
	content: '';
	display: block;
	background-color: #3AB3ED;
	width: 100%;
	height: 1.76rem;/*26*/
	position: absolute;
	bottom: -1.76rem;/*26*/
}

#faq .inner{
	width: 100vw !important;
	margin: 0 calc(50% - 50vw);
	background-color: #3AB3ED;
	padding: 39px 0 62px;
	position: relative;
}
#faq .inner h2.hd > dl::before {
	background: url(../image/common/hd_icon03.png) 0px 0px / contain no-repeat;	
}
#faq .inner h2.hd > dl dd{
	color: #fff;
}

#faq .inner h3.hd{
	width: 86.11%;
	height: 45px;
	margin: 45px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #023d9e;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#faq .inner h3.hd:not(:first-of-type){
	margin: 55px auto 0;
}

#faq .columns ul.accordion-area{
	width: 86.11%;
    margin: 0 auto;
}
#faq .columns ul.accordion-area li{
    margin: 10px 0;
	border: 2px solid #000;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#faq .columns ul.accordion-area li .title {
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
	color: #023d9e;
    padding: 15px 50px 15px 15px;
}
#faq .columns ul.accordion-area li .title::before{    
    content:'＋';
    width: 22px;
    height: 22px;
    position: absolute;
    right: 15px;
	top: 31px;
	background-color: #023d9e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#faq .columns ul.accordion-area li .title::after{    
    content:'＋';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
	top: 28px;
	font-size: 18px;
	color: #fff;
}
#faq .columns ul.accordion-area li .title.close::after{
    content:'－';
}
#faq .columns ul.accordion-area li .title > p{
    display: flex;
	align-items: flex-start;
	gap: 0 13px;
}
#faq .columns ul.accordion-area li .title > p::before{
    content:'Q';
	font-family: "Fugaz One", serif;
	font-size: 35px;
	color: #023d9e;
	display: inline-block;
}

#faq .columns ul.accordion-area li .box {
	width: calc( 100% - 30px );
	margin: 0 auto;
    display: none;
	border-top: 2px solid #3ab3ed;
	padding: 15px 0 25px;
}

/*-----------------------------------------------------------*/

/*お問い合わせ*/
#contact{
	position: relative;
}
#contact::before{
	content: '';
	display: block;
	background: url(../image/top/bg03.png) 0 0 / contain repeat-x;
	width: 100%;
	height: 12px;
	margin-bottom: -1px;
}

#contact .inner{
	width: 100% !important;
	margin: 0 calc(50% - 50vw);
	background-color: #FFCC2B;
	padding: 60px 0 40px;
}

#contact .inner h2.hd > dl::before {
	background: url(../image/common/hd_icon03.png) 0px 0px / contain no-repeat;	
	top: 50px;
}

#contact .inner .btn{
	width: 86.11%;
	height: 60px;
	margin: 40px auto 0;
}
#contact .inner .btn a{
	padding-left: 0;
	justify-content: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#contact .inner .line_bnr{
	width: 86.11%;
	height: 120px;
	margin: 46px auto 0;
}
#contact .inner .line_bnr a{
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
#contact .inner .line_bnr a::before{
	content: '';
	display: block;
	background-color: #04B655;
	width: calc( 100% - 6px );
	height: calc( 100% - 6px );
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#contact .inner .line_bnr a dl{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
#contact .inner .line_bnr a dl::before{
	content: '';
	display: block;
	background: url(../image/top/contact01.png) 0 0 / contain no-repeat;
	width: 42px;
	height: 56px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(-119px);	
}
#contact .inner .line_bnr a dl::after{
	content: '';
	display: block;
	background: url(../image/top/contact03.png) 0 0 / contain no-repeat;
	width: 47px;
	height: 47px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(123px);	
}
#contact .inner .line_bnr a dl dt{
	width: 45.81%;/*284*/
	margin: 0 auto;
}
#contact .inner .line_bnr a dl dd{
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 132%;
}

/*-----------------------------------------------------------*/


#application .inner .wrap{
	margin: 45px auto 0;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 35px 0 30px;
}

#application .inner .wrap > .txt{
	margin: 2.16rem auto 0;/*32*/
	font-size: 2.36rem;/*35*/
	text-align: center;
}


#faq .inner .wrap{
	margin: 45px auto 0;
	background-color: #fff;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 35px 0 30px;
}

#faq .inner .wrap > .txt{
	margin: 2.16rem auto 0;/*32*/
	font-size: 2.36rem;/*35*/
	text-align: center;
}

#flows .inner .wrap > .txt{
	margin: 2.16rem auto 0;/*32*/
	font-size: 2.36rem;/*35*/
	text-align: center;
}


/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

/*フッター上部の水色→黄色 波線装飾*/
#faq .inner::after{
	content: '';
	display: block;
	background: url(../image/top/bg03.png) 0 0 / contain repeat-x;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
}
