@charset "utf-8";
html {
    scroll-behavior: smooth;
}
body{
	background: #fff;
	margin: 0px;
	font-family: Verdana, "source-han-sans-japanese", sans-serif;
	line-height: 180%;
	color: #303439;
}
.pc-view{}
.sp-view{display: none;}
a{
	color: #92741D;
}
a:hover{
	color: #CFAF0C;
}
a img {transition: 0.5s ;}
a img:hover {opacity: 0.8 ;}
.wakusen img {
  border: solid 1px #ccc; /* 色：グレー */
}
  .kaigyou { display: inline-block; }
img{
    max-width: 100%;
    height: auto;
}
.kado10{
    border-radius: 10px;
}
.futura{
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;}
.textline-250{
    line-height: 250%;
}

/*  align
-----------------------------------------------------------------------------*/
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_l { text-align: left; }
.valign_m { vertical-align: middle; }
.align_c_pc { text-align: center; }
.align_l_pc { text-align: left; }
/*  bg
-----------------------------------------------------------------------------*/
.bg-black{
	background-color: #333;
	color: #FFF;
}
.bg-grey{
	background-color: #f2f2f2;
}
.bg-grey2{
	background-color: #cccccc;
}
.bg-blue{
	background-color: #135388;
	color: #FFF;
}
.bg-red{
    background-color: #EB0000;
    color: #FFF;
}
.bg-white{background-color: #FFF;}
.bg-whiteusu{background:rgba(255,255,255,0.8);}
.bg-yellow{	background-color: #f8d242;}
.bg-black{	background-color: #000;}
.bg-gold{	background-color: #a69c53;}

/*  margin,padding
/*-------------------------------------------------------*/
/*--*/
.m_0  { margin: 0px !important; }
.m_5  { margin: 5px !important; }
.m_10 { margin: 10px !important; }
.m_15 { margin: 15px !important; }
.m_20 { margin: 20px !important; }
.m_25 { margin: 25px !important; }
.m_30 { margin: 30px !important; }
.m_35 { margin: 35px !important; }
.m_40 { margin: 40px !important; }
.m_45 { margin: 45px !important; }
.m_50 { margin: 50px !important; }
.m_55 { margin: 55px !important; }

.m_t0  { margin-top: 0px !important; }
.m_t5  { margin-top: 5px !important; }
.m_t10 { margin-top: 10px !important; }
.m_t15 { margin-top: 15px !important; }
.m_t20 { margin-top: 20px !important; }
.m_t25 { margin-top: 25px !important; }
.m_t30 { margin-top: 30px !important; }
.m_t35 { margin-top: 35px !important; }
.m_t40 { margin-top: 40px !important; }
.m_t45 { margin-top: 45px !important; }
.m_t50 { margin-top: 50px !important; }
.m_t55 { margin-top: 55px !important; }
.m_t80 { margin-top: 80px !important; }
.m_t100 { margin-top: 100px !important; }
.m_t200 { margin-top: 200px !important; }

.m_b0  { margin-bottom: 0px !important; }
.m_b5  { margin-bottom: 5px !important; }
.m_b10 { margin-bottom: 10px !important; }
.m_b15 { margin-bottom: 15px !important; }
.m_b20 { margin-bottom: 20px !important; }
.m_b25 { margin-bottom: 25px !important; }
.m_b30 { margin-bottom: 30px !important; }
.m_b35 { margin-bottom: 35px !important; }
.m_b40 { margin-bottom: 40px !important; }
.m_b45 { margin-bottom: 45px !important; }
.m_b50 { margin-bottom: 50px !important; }
.m_b55 { margin-bottom: 55px !important; }
.m_b80 { margin-bottom: 80px !important; }
.m_b100 { margin-bottom: 100px !important; }
.m_b200 { margin-bottom: 200px !important; }

.m_l5  { margin-left: 5px !important; }
.m_l22 { margin-left: 22px !important;}
.m_l10 { margin-left: 10px !important; }
.m_l15 { margin-left: 15px !important; }
.m_l20 { margin-left: 20px !important; }
.m_l25 { margin-left: 25px !important; }
.m_l30 { margin-left: 30px !important; }
.m_l35 { margin-left: 35px !important; }
.m_l40 { margin-left: 40px !important; }
.m_l45 { margin-left: 45px !important; }
.m_l50 { margin-left: 50px !important; }
.m_l55 { margin-left: 55px !important; }


.m_r5  { margin-right: 5px !important; }
.m_r10 { margin-right: 10px !important; }
.m_r15 { margin-right: 15px !important; }
.m_r20 { margin-right: 20px !important; }
.m_r25 { margin-right: 25px !important; }
.m_r30 { margin-right: 30px !important; }
.m_r35 { margin-right: 35px !important; }
.m_r40 { margin-right: 40px !important; }
.m_r45 { margin-right: 45px !important; }
.m_r50 { margin-right: 50px !important; }
.m_r55 { margin-right: 55px !important; }

/*--*/
.p_5  { padding: 5px !important; }
.p_10 { padding: 10px !important; }
.p_15 { padding: 15px !important; }
.p_20 { padding: 20px !important; }
.p_25 { padding: 25px !important; }
.p_30 { padding: 30px !important; }
.p_35 { padding: 35px !important; }
.p_40 { padding: 40px !important; }
.p_45 { padding: 45px !important; }
.p_50 { padding: 50px !important; }
.p_55 { padding: 55px !important; }

.p_t5  { padding-top: 5px !important; }
.p_t10 { padding-top: 10px !important; }
.p_t15 { padding-top: 15px !important; }
.p_t20 { padding-top: 20px !important; }
.p_t25 { padding-top: 25px !important; }
.p_t30 { padding-top: 30px !important; }
.p_t35 { padding-top: 35px !important; }
.p_t40 { padding-top: 40px !important; }
.p_t45 { padding-top: 45px !important; }
.p_t50 { padding-top: 50px !important; }
.p_t55 { padding-top: 55px !important; }
.p_t80 { padding-top: 80px !important; }
.p_t100 { padding-top: 100px !important; }
.p_t200 { padding-top: 200px !important; }

.p_b5  { padding-bottom: 5px !important; }
.p_b10 { padding-bottom: 10px !important; }
.p_b15 { padding-bottom: 15px !important; }
.p_b20 { padding-bottom: 20px !important; }
.p_b25 { padding-bottom: 25px !important; }
.p_b30 { padding-bottom: 30px !important; }
.p_b35 { padding-bottom: 35px !important; }
.p_b40 { padding-bottom: 40px !important; }
.p_b45 { padding-bottom: 45px !important; }
.p_b50 { padding-bottom: 50px !important; }
.p_b55 { padding-bottom: 55px !important; }
.p_b80 { padding-bottom: 80px !important; }
.p_b100 { padding-bottom: 100px !important; }
.p_b200 { padding-bottom: 200px !important; }

.p_l5  { padding-left: 5px !important; }
.p_l10 { padding-left: 10px !important; }
.p_l15 { padding-left: 15px !important; }
.p_l20 { padding-left: 20px !important; }
.p_l25 { padding-left: 25px !important; }
.p_l30 { padding-left: 30px !important; }
.p_l35 { padding-left: 35px !important; }
.p_l40 { padding-left: 40px !important; }
.p_l45 { padding-left: 45px !important; }
.p_l50 { padding-left: 50px !important; }
.p_l55 { padding-left: 55px !important; }

.p_r5  { padding-right: 5px !important; }
.p_r10 { padding-right: 10px !important; }
.p_r15 { padding-right: 15px !important; }
.p_r20 { padding-right: 20px !important; }
.p_r25 { padding-right: 25px !important; }
.p_r30 { padding-right: 30px !important; }
.p_r35 { padding-right: 35px !important; }
.p_r40 { padding-right: 40px !important; }
.p_r45 { padding-right: 45px !important; }
.p_r50 { padding-right: 50px !important; }
.p_r55 { padding-right: 55px !important; }

.textline_125{line-height: 125%;}
.textline_180{line-height: 180%;}

/*  text
/*-------------------------------------------------------*/
/*--*/

.txt-10{font-size: 10px;}
.txt-12{font-size: 12px;line-height: 140%;}
.txt-20{font-size: 20px;}
.txt-25{font-size: 25px;}
.txt-30{font-size: 30px;line-height: 150%;}
.txt-40{font-size: 40px;}
.txt-50{font-size: 50px;}
.txt-5em{
	font-size: 5em;
	line-height: 120%;
}
@media screen and (max-width: 834px){
.txt-20{font-size: 15px;}
.txt-25{font-size: 20px;line-height: 150%;}
.txt-30{font-size: 25px;}
.txt-40{font-size: 32px;}	
.txt-50{font-size: 40px;}	
.txt-5em{font-size: 2.5em;}
}
.txt-b{
    font-weight: bold;
}
.font-c-red{
	color: #b6231a;
}
.font-c-blue{
	color: #222b7a;
}
.font-c-black{
	color: #000;
}
.font-c-white{
	color: #fff;
}
.font-c-grey{
	color: #333;
}
.font-c-grey2{
	color: #999;
}
.font-c-gold{
color: #a69c53;
}
.font-c-yellow{
color: #f8d242;
}
/*  margin,padding
/*-------------------------------------------------------*/
/*--*/

.full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  overflow: hidden;
}
.box-img img{
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-all{
	width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-1100{
	width: 1100px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-900{
	width: 900px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-800{
	width: 800px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.box-500{
	width: 500px;
	max-width: 100%;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.box-left{
	float: left;
}
.box-right{
	float: right;
}
.box-50{width: 47%;}
.box-50-pcsp{width: 47%;}
.box-50mama{width: 50%;}
.box-70{width: 70%;}
.box-30{width: 27%;}
.box-40{width: 40%;}
.box-60{width: 59%;}
.box-33{width: 33%;}
.box-33mama{width: 33%;}
.box-25{width: 25%;}
@media screen and (max-width: 834px){
.box-50 , .box-70 , .box-30 , .box-33 , .box-40 ,.box-60 {width: 100%;}
.box-25{width: 50%;}
}
.fuchidori {
  color: #000;
  text-shadow:1px 1px 2px #FFF, -1px -1px 2px #FFF,
              -1px 1px 2px #FFF, 1px -1px 2px #FFF,
              0px 1px 2px #FFF,  0-1px 2px #FFF,
              -1px 0 2px #FFF, 1px 0 2px #FFF;
}

.topbg{
	width: 100%;
	background: url(../img/bg-header-pc.jpg) center bottom / cover no-repeat;
	position:relative;
}

.bg-right-photo{
    width: 100%;
    position: relative;
    background-image: url(../img/photo01.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 70% auto;
}
.tategaki{-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;}

.btn-hover a {
  color: #fff;
  font-weight: bold;
  background-color: #414d8c;
  padding: 15px 20px;
  border-radius: 1px;
  transition: .3s;
}
.btn-hover a:hover {
    background-color: #5D6BB3;
}
/*== 背景が流れる（中央から外） */

.bgcenterout:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background: #fff;
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin:center;
}

/*hoverした際の形状*/
.bgcenterout:hover:before{
  transform:scale(1, 1);
}



/*テーブル*/
.tbl-r02 th {
  background: #666;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }

  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/* SCSS
ヘッダー部分 */
.ly_header {
  padding: 0px;
  background-color: #333333;
	color: #fff;
}

.ly_fixedNav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  padding: 0px;
  background-color: #fff;
  transition: top .8s, visibility .8s;
  visibility: hidden;
	color: #333;
	z-index: 99999;
}


.bl_header_list,
.bl_fixedNav_list {
  display: grid;
  column-gap: 1em;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  /*max-inline-size: max-content;*/
  margin-inline: auto;

}
/* ヘッダー部分ここまで */

/* メインコンテンツ */
.ly_cont {
}
#navi{
    -webkit-box-shadow: 0px 5px 5px #191919;
    box-shadow: 0px 5px 5px #191919;
  list-style: none;

}
#nav {
  list-style: none;
  display: flex;
}
 
#nav li {
  text-align: center;
  background-color: #333;
  height: 40px;
  line-height: 40px;
  margin-right: 2px;
	font-size: 20px;
}
 
#nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding-right: 15px;
    padding-left: 15px;
}


#navi2{
  list-style: none;
}

 #nav2 ul {
display: flex;

}
#nav2 li {
  text-align: center;
  background-color: #fff;
  height: 20px;
  line-height: 20px;
  margin-right: 20px;
}
 
#nav2 li a {
  text-decoration: none;
  color: #4B4B4B;
  font-weight: bold;
  padding: 5px;
}


.title01 {
	font-size: 30px;
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
	z-index: 2;
	padding-top: 30px;
}

.title01::before {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    content: 'OPENING REMARKS';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title02 {
	font-size: 30px;
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
	z-index: 2;
	padding-top: 30px;
}

.title02::before {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    content: 'PART 01';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title03 {
	font-size: 30px;
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
	z-index: 2;
	padding-top: 30px;
}

.title03::before {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    content: 'PART 02';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title04 {
	font-size: 30px;
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
	z-index: 2;
	padding-top: 30px;
}

.title04::before {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    content: 'PART 03';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title05 {
	font-size: 30px;
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
	z-index: 2;
	padding-top: 30px;
}

.title05::before {
    position: absolute;
    top: 15px;
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    content: 'CLOSING';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title06 {
	font-size: 30px;
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
	z-index: 2;
	padding-top: 30px;
}

.title06::before {
    position: absolute;
    top: 15px;
    color: #ccc;
    font-size: 60px;
    text-transform: uppercase;
    content: 'SUPPORTER';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title07 {
	font-size: 30px;
    position: relative;
    margin-bottom: 0.2rem;
    font-weight: bold;
	z-index: 2;
	padding-top: 30px;
}

.title07::before {
    position: absolute;
    top: 15px;
    color: #ccc;
    font-size: 60px;
    text-transform: uppercase;
    content: 'REGISTRATION';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.bg-program{
    background-image: url(../img/program-bg.png);
    background-position: right top;
    background-repeat: no-repeat;}
.bg-over{
    background-image: url(../img/over-bg.png);
    background-position: right top;
    background-repeat: no-repeat;}

  .answer {
    padding: 10px 5px;
  }
}

details[open] .answer {
  animation: fadein 0.5s ease;
}

@keyframes fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

body, p {
  margin: 0;
}

details {
  margin-bottom: 10px;
width: 100%;
}

@media not all and (min-width: 640px){
  details {
    width: 100%;
  }
}

.up-prof{
    margin-top: 5px;
}

/*
.up-prof{position: relative;
    bottom: 0px;}

.name-zurashi{
    position: relative;
    bottom: 15px;
    left: 5%;
    text-shadow: 1px 1px 0 #ccc,
    -1px 1px 0 #ccc,
    -1px -1px 0 #ccc,
    1px -1px 0 #ccc;
    line-height: 140%;
}*/
.han img{max-width: 50%;}

/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
.sp_nav {
  text-align: center;
}
.sidemenu {
  height: 100vh;
  padding-top: 70px;
  position: fixed;
  right: -40%; /*メニュー幅*/
  transition: all 0.6s;
  top: 0;
  width: 20%; /*メニュー幅*/
  z-index: 2;
  background:rgba(255,245,215,0.9);
}
.sidemenu nav ul li {
	padding: 10px;
	text-align: left;
}

.sidemenu nav ul li a {
	color: #2D2D2D;
}
.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 30px;
  top: 0px;
  width: 20px;
  z-index: 3;
}
.hamburger span {
  background-color: #333;
  height: 4px;
  left: 5px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger_linetop {
  top: 20px;
}
.hamburger_linecenter {
  top: 29px;
}
.hamburger_linebottom {
  top: 38px;
}
/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  right: 0;
}
.nav_open .hamburger_linetop {
  top: 26px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}
.nav_open .hamburger_linebottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  background:rgba(255,255,255,0.0);
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
/*------------------------------------
@media screen 1000px~999px ↓
------------------------------------*/
@media screen and (max-width: 1000px) {
  .sp_no {
    display: none;
  }
  .sidemenu {
    right: -50%; /*メニュー幅*/
    width: 50%; /*メニュー幅*/
  }
}
@media screen and (min-width : 1636px ){
  .pc_no {
    display: none;
  }
}
/* table01 */
.table01{width: 100%;}
@media only screen and (max-width: 834px) {
.table01{
    width: 100%;
    font-size: 14px;
}}
.table01 tr {
  border-bottom: 1px solid #b5b1b1;
	
}

.table01 th,
.table01 td {
  padding: 20px 0;
  border: none;
	vertical-align: middle;
}

.table01 th {
    width: 30%;
    font-weight: bold;
}

/* sp 
@media only screen and (max-width: 834px) {
  .table01 th,
  .table01 td {
    width: 100%;
    display: block;
  }

  .table01 th {
    width: 100%;

  }

  .table01 td {
    padding-top: 0;
  }
}*/
/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/* 以下見た目をわかりやすくするための設定*/
.linkbox {
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #9a9152;
}

.ul-anime a:hover {

  transition : all 0.5s;
}
/* 中央からsample */
.ul-anime2 a {
  position: relative;
  text-align: center;
  display: inline-block;

}
.ul-anime2 a::before {
	content: "";
	position: absolute;
	left: 100%;
	right: 100%;
	bottom: 0;
	height: 2px;
	background-color: #fff;
	-webkit-transition: left 0.2s ease, right 0.2s ease;
	-moz-transition: left 0.2s ease, right 0.2s ease;
	-o-transition: left 0.2s ease, right 0.2s ease;
	transition: left 0.2s ease, right 0.2s ease;
}

.ul-anime a {
  position: relative;
  text-align: center;
  display: inline-block;

}
.ul-anime a::before {
	content: "";
	position: absolute;
	left: 100%;
	right: 100%;
	bottom: 0;
	height: 2px;
	background-color: #E3BC34;
	-webkit-transition: left 0.2s ease, right 0.2s ease;
	-moz-transition: left 0.2s ease, right 0.2s ease;
	-o-transition: left 0.2s ease, right 0.2s ease;
	transition: left 0.2s ease, right 0.2s ease;
}
.ul-anime a:hover::before {
  left: 0;
  right: 0;
}
.pagetop {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 80px;
    z-index: 9999;
    color: #FFFFFF;
    background-color: #B8282B;
    transform: translateY(100px);
    transition: transform 0.5s;
  &.js-active {
    transform: translateY(0);
    font-weight: bold;    
  }}

.pagetop:hover {
    background-color: #DC4245;
}

a.btn_06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: #999;
  color: #333;

  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  left: -3px;
  transition-duration: 0.2s;
}
a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

hr.style-one {
    border:0;
    border-bottom: 1px dashed #000000;
}
.line_style07 {
    padding-top: 0;
    padding-right: 0;
    padding-left: 25px;
    padding-bottom: 0;
    text-align: left;
    position: relative;
}

.line_style07::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #333;
    transform: translateY(-50%);
}
.line_style07::before {
    left: 0;
}
.line_style07::after {
    right: 0;
}
.line_style07-w {
    padding-top: 0;
    padding-right: 0;
    padding-left: 25px;
    padding-bottom: 0;
    text-align: left;
    position: relative;
}

.line_style07-w::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateY(-50%);
}
.line_style07-w::before {
    left: 0;
}
.line_style07-w::after {
    right: 0;
}
/*その他の設定*/
*,::before, ::after {
    box-sizing: border-box;
}
.waku-grey {
  border: solid 1px #ccc; /* 色：グレー */
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.tensen-un{
    border-bottom: 2px dashed #BBBBBB;
}

.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
  .blue{
    background: #77BBCF;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .pink{
    background: #FFB4B4;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .yellow{
    background: #F8913C;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
  .green{
    background: #26AA5A;
    width: 200px;
    height: 200px;
    padding: 30px;
    margin: 0 auto 50px;
  }
}
.fadein {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
  &.fadein-left{
      transform: translate(-30px,0);
  }
  &.fadein-right{
      transform: translate(30px,0);
  }
  &.fadein-up{
      transform: translate(0,-30px);
  }
  &.fadein-bottom{
      transform: translate(0,30px);
  }
  &.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}

.title-kasen {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.title-kasen:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f2f2f2;
  border-radius: 2px;
}
.title-kasen p{
	font-size: 10px;
	line-height: 120%;
}
.title-hukidashi {
	position: relative;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	background: #f8d242;
	color: #000;
}
.title-hukidashi:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	bottom: -10px;
	left: 1.5em;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #f8d242 transparent transparent transparent;
}

.accordion-008 {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #f8d242;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary::before,
.accordion-008 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-008 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-008 summary::after {
    transition: rotate .3s;
}

.accordion-008[open] summary::after {
    rotate: 90deg;
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #f8d242;
  border-bottom: 0;
	
}
.triangle-area {position: relative;
	display: flex;

	align-items: center;
justify-content: center;}
.table-01 table {
	width: 100%;
}

.table-01 table tr{
	border-bottom: 1px solid #636363;
	width: 100%;

}

.table-01 table th{
	text-align: center;
	font-weight: bold;
	width: 20%;
		padding-top: 10px;
	padding-bottom: 10px;
}
.table-01 table tb{
	text-align: left;
		padding-top: 10px;
	padding-bottom: 10px;
}
footer a{
	color: #FFFFFF;
}
footer a:hover{
	color: #D7D7D7;
}

.check-list ul {
  list-style: none;
  margin: 0px;
}

.check-list ul li {
	position: relative;
	padding-left: 32px;
	line-height: 180%;
}

.check-list ul li::before {
  content: '\f14a';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  left: 0;
	right: 3px;
  color: #ffffff;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
.bg-program{
    background-image: url(../img/program-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 90% auto;    
}
	.bg-over{
    background-image: url(../img/over-bg.png);
    background-position: right top;
    background-repeat: no-repeat;
	background-size: 90% auto; }
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.youtube iframe {
  width: 100%;
  height: 100%;
}
 .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.align_c_pc { text-align: left; }
.align_l_pc { text-align: center; }	

.pc-view{display: none;}
.sp-view{display: block;}
.title01::before {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    content: 'OPENING REMARKS';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title02::before {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    content: 'PART 01';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title03::before {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    content: 'PART 02';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
	.title04::before {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    content: 'PART 03';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
.title05::before {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    content: 'CLOSING';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
	.title06::before {
    position: absolute;
    top: 0px;
    color: #ccc;
    font-size: 20px;
    text-transform: uppercase;
    content: 'SUPPORTER';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}	
		.title07::before {
    position: absolute;
    top: 0px;
    color: #ccc;
    font-size: 20px;
    text-transform: uppercase;
    content: 'REGISTRATION';
    z-index: -1;
	font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}	

	.up-prof{position: static;
    bottom: 0px;}
	.han img{max-width: 100%;}
	.m_t100-sp50 { margin-top: 50px !important; }
	.pagetop {
		font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 60px;
    z-index: 9999;
	color: #FFFFFF;
    background-color: #B8282B;
    transform: translateY(100px);
    transition: transform 0.5s;
  &.js-active {
    transform: translateY(0);
    
  }}
	
	.box-50-pcsp{
    font-size: 10px;
    line-height: 150%;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:0%;
    width: 0%;
}
	


/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.topbg{
	width: 100%;
	background: url(../img/bg-header-sp.jpg) center bottom / cover no-repeat;
	position:relative;
}
	.table-01 table th{
	text-align: left;
	font-weight: bold;
	width: 30%;
		padding-top: 10px;
	padding-bottom: 10px;
}
.table-01 table tb{
	text-align: left;

		padding-top: 10px;
	padding-bottom: 10px;
}
	.inner80-sp{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
}
