@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
html, body {
	line-height: 1.5;
	font-size: 16px;	
	font-weight: 500;
	letter-spacing: .05em
}
body{
	position: relative;
	font-size: 1rem;
  font-family: "Noto Sans JP", 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: var(--clr_base);
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
/* ==========================================================================
   Commons styles
   ========================================================================== */
a{text-decoration: none; color: inherit}
a:focus, *:focus { outline:none;}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img{border: 0px;}
dd{margin: 0}
p,h1,h2,h3,h4,h5{margin: 0;padding: 0}
figure{margin: 0;padding: 0}
ul,li,dl,ol{margin: 0;padding: 0;list-style: none}
.b{font-weight: bold}
.fw_n{font-weight: normal}
.tx_und{text-decoration: underline}
.tx_cent{text-align: center}
.tx_right{text-align: right}
.tx_left{text-align: left!important}
.disp_blk{display: block}
.disp_inl_b{display: inline-block!important}
.marker_tp_1 {background:rgba(0, 0, 0, 0) linear-gradient(transparent 65%, #f5f20b 0%) repeat scroll 0 0; }
.fc_wht{color: var(--clr_wht)}
.fc_blk{color: var(--clr_blue)}
.fc_green{color: var(--clr_gleen)}
.bg_clr_wht {
	background-color: var(--clr_wht)
}
.bg_clr_blk {
	background-color: var(--clr_blk)
}
.bg_clr_l_gleen {
	background-color: var(--clr_l_gleen);
}
/*-------------------------------------
色設定
--------------------------------------*/
:root {
    --clr_wht: #FFF;
    --clr_blk: #262626;	
    --clr_base: #4d4d4d;
    --clr_gleen: #34af35;
    --clr_d_gleen: #007b43;
    --clr_l_gleen: rgba(214,233,202,.5);
	
}
@font-face {
	font-family: 'din-2014';
	src: url('../font/din-2014.otf') format('opentype')
}
@font-face {
	font-family: 'din-2014-narrow';
	src: url('../font/din-2014_Narrow-Bold.otf') format('opentype')
}
@font-face {
	font-family: 'din-2014-bold-italic';
	src: url('../font/din-2014-bold-italic.otf') format('opentype')
}

.ff_din {font-family: din-2014, sans-serif;}
.ff_din_n {font-family: din-2014-narrow, sans-serif;}
.ff_din_i {font-family: din-2014-bold-italic, sans-serif;}
 
 .txs_12 {
	font-size: 12px;	
}
.txs_13 {
	font-size: 13px;	
}
.txs_14 {
	font-size: 14px;	
}
.txs_15 {
	font-size: clamp(13px, 0.78vw, 15px);	
}
.txs_16 {
	font-size: clamp(14px, 0.833vw, 16px);	
}
.txs_17 {
	font-size: clamp(14px, 0.88vw, 17px);	
}
.txs_18 {
	font-size: clamp(15px, 0.93vw, 18px);	
}
.txs_19 {
	font-size: clamp(15px, 0.98vw, 19px);	
}
.txs_20 {
	font-size: clamp(16px, 1.04vw, 20px);	
}
.txs_21 {
	font-size: clamp(13px, 1.09vw, 21px);	
}
.txs_22 {
	font-size: clamp(18px, 1.15vw, 22px);
}
.txs_23 {
	font-size: clamp(18px, 1.2vw, 23px);
}
.txs_24 {
	font-size: clamp(17px, 1.25vw, 24px)!important;
}
.txs_25 {
	font-size: clamp(18px, 1.3vw, 25px);
}
.txs_26 {
	font-size: clamp(18px, 1.35vw, 26px);
}
.txs_27 {
	font-size: clamp(20px, 1.41vw, 27px);
}
.txs_28 {
	font-size: clamp(18px, 1.4583vw, 28px)!important;
}
.txs_29 {
	font-size: clamp(18px, 1.51vw, 29px);
}
.txs_30 {
	font-size: clamp(22px, 1.56vw, 30px);	
}
.txs_31 {
	font-size: clamp(22px, 1.61vw, 31px);	
}
.txs_32 {
	font-size: clamp(22px, 1.66vw, 32px)!important;	
}
.txs_33 {
	font-size: clamp(22px, 1.71vw, 33px)!important;	
}
.txs_34 {
	font-size: clamp(24px, 1.77vw, 34px);	
}
.txs_35 {
	font-size: clamp(16px, 1.82vw, 35px);	
}
.txs_36 {
	font-size: clamp(26px, 1.84vw, 36px);	
}
.txs_37 {
	font-size: clamp(18px, 1.93vw, 37px);	
}
.txs_38 {
	font-size: clamp(26px, 1.97vw, 38px);	
}
.txs_39 {
	font-size: clamp(28px, 2.03vw, 39px);	
}
.txs_40 {
	font-size: clamp(30px, 2.08vw, 40px);	
}
.txs_42 {
	font-size: clamp(30px, 2.19vw, 42px);	
}
.txs_43 {
	font-size: clamp(30px, 2.24vw, 43px);	
}
.txs_44 {
	font-size: clamp(18px, 2.29vw, 44px)!important;	
}
.txs_45 {
	font-size: clamp(20px, 2.34vw, 45px);	
}
.txs_46 {
	font-size: clamp(20px, 2.39vw, 46px);	
}
.txs_47 {
	font-size: clamp(20px, 2.45vw, 47px);	
}
.txs_48 {
	font-size: clamp(36px, 2.5vw, 48px);	
}
.txs_49 {
	font-size: clamp(30px, 2.55vw, 49px);	
}
.txs_50 {
	font-size: clamp(30px, 2.6vw, 50px);	
}
.txs_52 {
	font-size: clamp(36px, 2.71vw, 52px);	
}
.txs_53 {
	font-size: clamp(36px, 2.76vw, 53px);	
}
.txs_54 {
	font-size: clamp(36px, 2.81vw, 54px);	
}
.txs_58 {
	font-size: clamp(36px, 3.02vw, 58px);	
}
.txs_60 {
	font-size: clamp(36px, 3.12vw, 60px);	
}
.txs_62 {
	font-size: clamp(36px, 3.23vw, 62px);	
}
.txs_63 {
	font-size: clamp(36px, 3.28vw, 63px);	
}
.txs_64 {
	font-size: clamp(36px, 3.33vw, 64px);	
}
.txs_67 {
	font-size: clamp(36px, 3.49vw, 67px);	
}
.txs_70 {
	font-size: clamp(36px, 3.65vw, 70px);	
}
.txs_72 {
	font-size: clamp(36px, 3.75vw, 72px);	
}
.txs_77 {
	font-size: clamp(36px, 4.01vw, 77px);	
}
.txs_80 {
	font-size: clamp(26px, 4.17vw, 80px);	
}
.txs_81 {
	font-size: clamp(26px, 4.22vw, 81px);	
}
.txs_83 {
	font-size: clamp(26px, 4.32vw, 83px);	
}
.txs_88 {
	font-size: clamp(26px, 4.58vw, 88px);	
}
.txs_95 {
	font-size: clamp(26px, 4.95vw, 95px);	
}
.txs_105 {
	font-size: clamp(36px, 5.47vw, 105px);	
}
.tx_sdw_1{
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.ls_ng_100 {
	letter-spacing: -.1em;
}
.ls_ng_55 {
	letter-spacing: -.055em!important;
}
.ls_ng_25 {
	letter-spacing: -.055em!important;
}
.ls_ng_15 {
	letter-spacing: -.015em!important
}
.ls_0 {
	letter-spacing: 0!important
}
.ls_25 {
	letter-spacing: .025em
}
.ls_35 {
	letter-spacing: .035em
}
.ls_5 {

	letter-spacing: .05em!important
}
.ls_75 {
	letter-spacing: .075em!important;
}
.ls_80 {
	letter-spacing: .08em
}
.ls_100 {
	letter-spacing: .1em!important
}
.ls_125 {
	letter-spacing: .125em
}
.ls_150 {
	letter-spacing: .15em
}
.ls_200 {
	letter-spacing: .2em
}
.fw_400 {
	font-weight: 400!important
}
.fw_500 {
	font-weight: 500
}
.fw_550 {
	font-weight: 550
}
.fw_600 {
	font-weight: 600!important
}
.fw_700 {
	font-weight: 700!important
}
.fw_800 {
	font-weight: 800!important
}
.fw_900 {
	font-weight: 900!important
}
.lh_1 {
	line-height: 1
}
.lh_1_1 {
	line-height: 1.1
}
.lh_1_2 {
	line-height: 1.2
}
.lh_1_3 {
	line-height: 1.3
}
.lh_1_4 {
	line-height: 1.4
}
.lh_1_6 {
	line-height: 1.6
}
.lh_1_7 {
	line-height: 1.7
}
.lh_1_8 {
	line-height: 1.8
}
.lh_2 {
	line-height: 2
}
.lh_2_1 {
	line-height: 2.1
}
.lh_2_2 {
	line-height: 2.2
}
.lh_2_3 {
	line-height: 2.3
}
.ls_non {letter-spacing: 0}
.ls_nega {letter-spacing: -.075em!important}
.flex_wrapper{
　　display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-wrap_par{
	flex-wrap: wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;	
	display: flex;		
}
.flex-rev{
	flex-flow: row-reverse;
}
.jus_bet{justify-content: space-between}
.jus_cent{justify-content: center}
.an_stat{align-items: flex-start}
.an_bl{align-items: baseline}
.an_cent{align-items: center}
.blok_link{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}
@media (hover: hover) {
.hover{
	transition-property: all;
  	transition: 0.15s linear;
}
.hover:hover{
	opacity: 0.70;
}
.brightness {
  transition: filter 0.3s ease;
  filter: brightness(
    1
  ); 
}
.brightness:hover {
  filter: brightness(1.2);
}
}
.pc{display: block}
.sp{display: none!important}
.tab{display: none!important}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.max_img{
	max-width: 100%;
	height: auto;
	display: block;
}
.img_w100{width: 100%; height: auto}
.img_w50{width: 50%; height: auto}
.img_w40{width: 40%; height: auto}
.img_w30{width: 30%; height: auto}
.img_w20{width: 20%; height: auto}
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignright {
	margin: 0 0 0 2%;
	display: inline;
	}
.alignleft {
	margin: 0 2% 0 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.clear{clear: both}
.pos_rel{position: relative}
.inl_b {display: inline-block}
.inl {display: inline}
/*-------------------------------------
ラッパー
--------------------------------------*/
.wrap_1200 {
	max-width: 1200px;
	margin-inline: auto;
}
.wrap_1084 {
	max-width: 1084px;
	margin-inline: auto;
}
/*-------------------------------------
リスト
--------------------------------------*/
.list_type_mum li,
.list_type_1 li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 1%;
}
.list_type_mum li:last-child,
.list_type_1 li:last-child {
	margin-bottom: 0;
}
.list_type_1 li::after {
    content: "・";  
	position: absolute;
	top: 0;
	left: 0;
}
.list_type_mum {
	counter-reset: number 0;
}
.list_type_mum li {
	position: relative;
}
.list_type_mum li::before {
	position: absolute;
	top: 0;
	left: 0;	
  counter-increment: number 1;
  content: counter(number) ".";
}
/*-------------------------------------
ボックス
--------------------------------------*/
.bx_tp_1 {
}

/*-------------------------------------
ボタン
--------------------------------------*/
.btn_type_1 {
	max-width: 640px;
	margin-inline: auto;		
	background: var(--clr_d_gleen);
	border-radius: 10px;
}
.btn_type_1 a {
	display: block;
	padding: 8px 2%;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.3;
	font-feature-settings: "palt";		
}
.btn_type_1 a .mn {
	font-size: clamp(22px, 2.08vw, 40px);	
}
.btn_type_1 a .sub {
	font-size: clamp(18px, 1.4583vw, 28px);
	font-weight: 400
}

/*-------------------------------------
見出し
--------------------------------------*/
.h_type_1 {
}

/*-------------------------------------
ggmap
--------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 44.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*-------------------------------------
余白
--------------------------------------*/
.sec_pad_150 {
	padding: min(7.81vw, 150px) 0;
}
.sec_pad_160 {
	padding: min(8.33vw, 160px) 0;
}
.sec_pad_160_b{
	padding-bottom: min(8.33vw, 160px);
}
.sec_pad_140{
	padding: min(7.29vw, 140px) 0;
}
.sec_pad_140_t{
	padding-top: min(7.29vw, 140px);
}
.sec_pad_140_b{
	padding-bottom: min(7.29vw, 140px);
}
.sec_pad_130{
	padding: min(6.77vw, 130px) 0;
}
.sec_pad_130_t{
	padding-top: min(6.77vw, 130px);
}
.sec_pad_130_b{
	padding-bottom: min(6.77vw, 130px);
}
.sec_pad_120{
	padding: min(6.25vw, 120px) 0;
}
.sec_pad_120_t {
	padding-top: min(6.25vw, 120px)
}
.sec_pad_120_b{

	padding-bottom: min(6.25vw, 120px)
}
.sec_pad_100{
	padding: min(5.2vw, 100px) 0;
}
.sec_pad_100_t{
	padding-top: min(5.2vw, 100px);
}
.sec_pad_100_b{
	padding-bottom: min(5.2vw, 100px);
}
.sec_pad_90{
	padding: min(4.68vw, 90px) 0;
}
.sec_pad_90_t{
	padding-top: min(4.68vw, 90px) 
}
.sec_pad_90_b{
	padding-bottom: min(4.68vw, 90px) 
}
.sec_pad_80{
	padding: min(4.16vw, 80px) 0;
}
.sec_pad_80_t{
	padding-top: min(4.16vw, 80px);
}
.sec_pad_80_b{
	padding-bottom: min(4.16vw, 80px);
}
.sec_pad_70{
	padding: min(3.65vw, 70px) 0;
}
.sec_pad_70_t{
	padding-top:  min(3.65vw, 70px)
}
.sec_pad_70_b{
	padding-bottom:  min(3.65vw, 70px)
}
.sec_pad_60{
	padding: min(3.125vw, 60px) 0;
}
.sec_pad_60_t{
	padding-top: min(3.125vw, 60px);
}
.sec_pad_60_b{
	padding-bottom: min(3.125vw, 60px);
}
.sec_pad_40_t{
	padding-top: min(2.08vw, 40px)
}
.sec_pad_40_b{
	padding-bottom: min(2.08vw, 40px)
}
.sec_pad_40{
	padding: min(2.08vw, 40px) 0;
}
.sec_pad_30{
	padding: min(1.56vw, 30px) 0;
}
.sec_pad_50{
	padding: min(2.6vw, 50px) 0;
}
.sec_pad_50_t{
	padding-top: min(2.6vw, 50px);
}
.sec_pad_50_b{
	padding-bottom: min(2.6vw, 50px);
}
.side_pad {
	padding-right: 1.5%;
	padding-left: 1.5%;	
}
.mgn_auto {
	margin-inline: auto!important;	
}
.mgn_t_5 {
	margin-top: 5px
}
.mgn_t_10 {
	margin-top: 10px
}
.mgn_t_15 {
	margin-top: 15px
}
.mgn_t_17 {
	margin-top: min(0.8854166666666666vw, 17px)
}
.mgn_t_20 {
	margin-top: min(1.0416666666666665vw, 20px)
}
.mgn_t_25 {
	margin-top: min(1.3vw, 25px)
}
.mgn_t_30 {
	margin-top: min(1.5625vw, 30px)
}
.mgn_t_40 {
	margin-top: min(2.08333333vw, 40px)
}
.mgn_t_50 {
	margin-top: min(2.6041vw, 50px)
}
.mgn_t_55 {
	margin-top: min(2.86vw, 55px)
}
.mgn_t_60 {
	margin-top: min(3.125vw, 60px)
}
.mgn_t_70 {
	margin-top: min(3.64vw, 70px)
}
.mgn_t_80 {
	margin-top: min(4.16vw, 80px)
}
.mgn_t_90 {
	margin-top: min(4.68vw, 90px)
}
.mgn_t_100 {
	margin-top: min(5.2vw, 100px)
}
.mgn_t_120 {
	margin-top: min(6.25vw, 120px)
}
.mgn_t_130 {
	margin-top: min(6.77vw, 130px)
}
.mgn_t_160 {
	margin-top: min(8.33vw, 160px)
}
/**/
img.obj {
	position: absolute;
	display: block;
	height: auto;
	z-index: 0
}
.no_link{
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}
.yaku {	font-feature-settings: "palt";}
.url_br{
	word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
header.general {
	padding: min(1.51vw, 29px) min(2.81vw, 54px)
}
header.general .pc_row {
	display: flex;
	align-items: center;
}
header.general .pc_row .in_block {
	width: 50%;
}
header.general .pc_row .in_block.two {
	display: flex;
	column-gap: min(3.33vw, 64px)	
}
header.general .pc_row .in_block.two ul {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
	justify-content: flex-end;
}
header.general .pc_row .in_block.two ul li {
	padding-right: min(0.78vw, 15px);
	margin-right:  min(0.78vw, 15px);	
	position: relative
}
header.general .pc_row .in_block.two ul li a {
	font-size: clamp(15px, 1.35vw, 26px);
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1;
	font-feature-settings: "palt";
	position: relative;
}
header.general .pc_row a:hover {
	text-decoration: underline
}
header.general .pc_row .in_block.two ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}
header.general .pc_row .in_block.two ul li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	width: 1px;
	height: min(1.35vw, 26px);
	margin: auto;
	background: var(--clr_base)
}
header.general .pc_row .in_block.two ul li:last-child::after {
	display: none
}
header.general .pc_row .in_block.two .jp_en {
	display: flex;
	align-items: center;
	column-gap: min(0.52vw, 10px);
}
header.general .pc_row .in_block.two .jp_en p {
	font-size: clamp(15px, 1.56vw, 30px);	
	letter-spacing: .0em;
	line-height: 1.5;
	font-feature-settings: "palt";	
}
.fv {
	padding: 16px min(2.81vw, 54px) 47px;
	background: url("../img/fv_bg.webp") no-repeat top center / cover
}
.speakers .stage {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1%;
	row-gap: min(1.82vw, 35px);
}
.speakers .stage .item {
	flex-basis: 19.2%;
	position: relative
}
.speakers .stage .item .px img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-inline: auto;		
}
.speakers .stage .item .tx {
	margin-top: 3.5%
}
.speakers .stage .item .tx p {
	font-size: clamp(15px, 1.09vw, 21px);	
	font-weight: 500;
	text-align: center;
	letter-spacing: .05em;
	line-height: 1.35;
	font-feature-settings: "palt";
}
.lity {
    background: var(--clr_l_gleen);
}
.lity-container {
	width: 100%;
	max-width: 650px;
	padding: 40px 40px;
    background: #FFF;
	/*overflow-y: scroll;*/
}
.lity-content:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0);
}
.lity-content {
}
.lity-close {
    z-index: 9994;
    width: 80px;
    height: 80px;
    color: var(--clr_base);
    font-size: 80px;
    line-height: 80px;
}
.lity-close:hover {
    width: 80px;
    height: 80px;
    font-size: 80px;
    line-height: 80px;
}
.lity-content header {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.lity-content header .px {
	width: 25%;
}
.lity-content header .px img {
	display: block;
	width: 100%;
	height: auto
}
.lity-content header .tx {
	width: 70%;
	font-size: clamp(18px, 1.35vw, 26px);
	font-weight: 500
}
.lity-content header .tx span {
	font-size: clamp(16px, 1.04vw, 20px);	
	padding-left: 1%;
}
.lity-content .msg {
	margin-top: 2%;
	font-size: 16px;
	line-height: 1.8;
}
.lity-content .msg dl {
	display: flex;
	flex-wrap: wrap
}
.lity-content .msg dl {
	line-height: 1.35
}
.lity-content .msg dl dt,
.lity-content .msg dl dd{
	margin-bottom: 1%;
}
.lity-content .msg dl dt {
	width: 19%;
}
.lity-content .msg dl dd {
	width: 81%;
}
.lity-content .msg dl.ver2 dt {
	width: 25%;
}
.lity-content .msg dl.ver2 dd {
	width: 75%;
}

.info .block {
	display: flex;
	flex-wrap: wrap;	
	align-items: flex-start;	
	column-gap: min(1.3vw, 25px);
}
.info .block .hd {
	width: 18.84%;
	padding: min(0.52vw, 10px) 1.5%;
	background: url("../img/info_ttl_bg.png") repeat top / cover;
	font-size: clamp(17px, 1.25vw, 24px);
	font-weight: 600;
	color: #FFF;
	text-align: center;
	letter-spacing: .0em;
	line-height: 1;
	font-feature-settings: "palt";
}
.info .block .mn {
	width: calc(81.16% - min(1.3vw, 25px));
	font-size: clamp(17px, 1.2vw, 23px);
	font-weight: 500;
	letter-spacing: .0em;
	line-height: 1.5;
	font-feature-settings: "palt";
	
}
.info .block .mn .in_line {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 12px
}
.info .block .mn .in_line .in_hd {
	width: 21.5%;
	padding: 5px 1.5%;
	background: var(--clr_gleen);
	border-radius: 7px;
	font-size: clamp(16px, 1.04vw, 20px);	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .0em;
	line-height: 1;
	font-feature-settings: "palt";	
}
.info .block .mn .in_line .in_mn {
	width: calc(78.5% - 14px);
	position: relative;
	top: -.25em;
	font-size: clamp(18px, 1.2vw, 23px);
	letter-spacing: .0em;
}
.program_tbl .row {
	display: flex;
	column-gap: 5px;
	margin-bottom: 5px
}
.program_tbl .row:last-child {
	margin-bottom: 0
}
.program_tbl .row .col {
	padding: min(0.94vw, 18px);
	background: var(--clr_wht);	
	font-size: clamp(13px, 1.25vw, 24px);
	letter-spacing: 0;
	display: flex;
	align-items: center
}
.program_tbl .row .col .in {
	width: 100%;
}
.program_tbl .row:first-child .col {
	background: var(--clr_gleen);
	color: #FFF;	
}
.program_tbl .row .col.no1 {
	background: var(--clr_gleen);
	text-align: center;
	color: #FFF;
	width: 11.3%;
}
.program_tbl .row .col.no2 {
	width: 34.5%;
}
.program_tbl .row .col.no3 {
	width: calc(100% - (11.3% + 34.5%));
}
.program_tbl .row .col .sub {
	font-size: clamp(12px, 1.04vw, 20px);
	padding-left: 3%;
}
.program_tbl .row .col.no2 .in_cap {
	border-top: 1px solid var(--clr_gleen);
	margin-top: 10px;
	padding-top: 10px;
	font-size: clamp(13px, 1.09vw, 21px);	
	color: var(--clr_gleen);
	letter-spacing: .0em;
	line-height: 1.35;
	font-feature-settings: "palt";	
}
.venue .stage {
	column-gap: 52px;
}
.venue .stage .cell {
	width: 50%
}
.venue .stage .cell.info .block .hd {
    width: 100%;
    max-width: 197px
}
.venue .stage .cell .list_type_1 {
    padding-bottom: 25px;
	border-bottom: 1px solid var(--clr_gleen);
}
.venue .stage .cell .list_type_1 li {
    line-height: 1.2
}
.venue .stage .cell.ggmap {
    position: relative;
    padding-top: 0;
	padding-bottom: 0;
    height: auto;
    overflow: hidden;
}
.organizer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.organizer .item {
	width: 17.75%;
}
.organizer .item p {
	font-size: clamp(16px, 1.04vw, 20px);
	padding-bottom: 0;
	padding-left: 3%
}
footer {
	background: url("../img/footer_bg.webp") repeat top / cover
}
footer .stage {
	border-top: 2px solid var(--clr_wht);
	padding-top: 25px;
}
footer .stage ul {
	display: flex;
	justify-content: center
}
footer .stage ul li a {
	padding-right: min(1.77vw, 34px);
	margin-right: min(1.77vw, 34px);
	display: block;
	position: relative;
	font-size: clamp(14px, 1.25vw, 24px);
	font-weight: 500;
	color: #FFF;
	letter-spacing: .035em;
	font-feature-settings: "palt";
}
footer .stage ul li:last-child a {
	padding-right: 0;
	margin-right: 0;
}
footer .stage ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: min(1.35vw, 26px);
    margin: auto;
    background: var(--clr_wht);
}
footer .stage ul li:last-child a::after {
    display: none
}
footer .stage .inquery {
    padding: 10px;
	background: #FFF;
	display: flex;
}
footer .stage .inquery .cell {
	display: flex;
	align-items: center;
}
footer .stage .inquery .hd {
	width: 28%;
	justify-content: center;
	padding: 14px 0;
	text-align: center;
	border-right: 1px solid var(--clr_base)
}
footer .stage .inquery .mn {
	width: 72%;
	padding-left: 10%
}

@media screen and (max-width:1210px){
.wrap_1200, .wrap_1084 {
	padding-right: 2%;
    padding-left: 2%;
}	
	
}
@media screen and (max-width:767px){
/* ==========================================================================
   Commons styles
   ========================================================================== */
.flex_wrapper, .flex-wrap_par{
    display: block;
}
.flex_sp{
	display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
	flex-wrap: wrap!important;
}	
.pc{display: none!important}
.sp{display: block!important}	
a[href^="tel:"] {
	pointer-events: auto;
	cursor: pointer;
}	
.wrap_1200, .wrap_1084 {
    width: 100%;
	max-width: 100%;
    height: auto;
	margin-inline: auto;
	padding-right: 0.8rem!important;
    padding-left: 0.8rem!important;
}	
.sp_no_pad {
	padding-right: 0!important;
	padding-left: 0!important;
	margin-right: 0!important;
	margin-left: 0!important;
}
.sp_on_pad {
	padding-right: 0.8rem!important;
	padding-left: 0.8rem!important;
}
.sp_width {
	width: calc(100% - 1.6rem);
	margin-left: auto;
	margin-right: auto;
}
.sp_width_over {
	width: calc(100% + 1.6rem);
	margin-left: -0.8rem;
}
.sp_tx_cent {
	text-align: center
}	
.sp_tx_left {
	text-align: left
}	
.sp_yaku {font-feature-settings: "palt";}	
header.general {
    padding: 0;
}
header.general .pc_row {
    padding: 0.4rem 0.8rem;	
}
header.general .pc_row .in_block.one {
    width: 75%;
}	
header.general .pc_row .in_block.one .ttl {
    line-height: 1.2
}	
header.general .pc_row .in_block.two {
    width: 25%;
	justify-content: flex-end;
}	
header.general .pc_row .in_block.two .jp_en {
    column-gap: 2vw;
}	
header.general .pc_row .in_block.two .jp_en p {
    font-size:4.5vw;
}	
header.general .sp_row {
    padding: 0.8rem 0;	
	background: var(--clr_l_gleen);
}
header.general .sp_row ul {
	display: flex;
	justify-content: center
}
header.general .sp_row ul li a {
	font-size: 4.3vw;
	position: relative;
	margin-right: 3vw;
	padding-right: 3vw;
	letter-spacing: .0em;
	font-feature-settings: "palt";	
}
header.general .sp_row ul li:last-child a {
	margin-right: 0;
	padding-right: 0;
}
header.general .sp_row ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: 5vw;
    margin: auto;
    background: var(--clr_base);
}	
header.general .sp_row ul li:last-child a::after {
    display: none
}	
.fv {
    padding: 2vw 0.8rem 6vw;
    background: url(../img/fv_bg.webp) no-repeat top center / cover;
}	
.fv .txs_21 {
    font-size: 9px;
	line-height: 1.8;
	text-align: left
}	
/*********************************************************************************************/
.txs_37 {
    font-size:4.5vw;
}
.mgn_t_30 {
    margin-top: 4vw;
}	
.mgn_t_25 {
    margin-top: 3.33vw
}	
.sec_pad_70 {
    padding: 9.33vw 0.8rem;
}	
.sec_pad_50 {
    padding: 6.67vw 0;
}	
.mgn_t_60 {
    margin-top: 8vw
}	
.mgn_t_40 {
    margin-top: 5.33vw
}	
.txs_27 {
    font-size: 4.5vw
}	
.txs_16 {
    font-size: 3.8vw
}	
.txs_24 {
    font-size: 4.3vw!important;
}	
.txs_25 {
    font-size: 3.5vw;
}	
.txs_28 {
    font-size: 4vw!important;
}	
/*********************************************************************************************/	
.belt .in {
    background: var(--clr_d_gleen);
	display: flex;
}	
.belt .item {
    width: 33.33333333%;
	padding: 3vw 0;
	position: relative;
	font-size: 3.7vw;	
	font-weight: 500;
	color: #FFF;
	text-align: center;
	letter-spacing: .0em;
	line-height: 1;
	font-feature-settings: "palt";
}	
.belt .item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFF;
	transform: rotate(10deg);	
}
.belt .in .item:last-child::after {
	display: none
}
.leade {
	font-size: 14px
}
.speakers .stage {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 3vw;
}	
.speakers .stage .item {
    flex-basis: 23.5%;
    position: relative;
}	
.speakers .stage .item .tx p {
    font-size: 8px;
    font-weight: 500;
    text-align: center;
    letter-spacing: .05em;
    line-height: 1.35;
    font-feature-settings: "palt";
}	
.speakers .stage .item .tx {
    margin-top: 10%;
}	
.lity-container {
	width: 90%;
	margin-inline: auto;	
    padding: 4vw;
    background: #FFF;
    overflow-y: scroll;
}	
.lity-content header .tx {
    font-size: 4.5vw;
}	
.lity-content .msg {
    margin-top: 2%;
    font-size: 13px;
}	
.info {
    padding: 8vw 0.8rem 6.67vw
}	
.info .block {
	padding: 0!important;
    display: block;
	margin-bottom: 5vw;
	border-radius: 10px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}	
.info .block:last-of-type {
	margin-bottom: 0
}	
.info .block .hd {
    width: 100%;
    padding: 2vw 1.5%;
    background: url(../img/info_ttl_bg.png) repeat top / cover;
    font-size: 4.5vw;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    letter-spacing: .085em;
    line-height: 1;
    font-feature-settings: "palt";
}	
.info .block .mn {
	padding: 4vw 0.4rem;
	text-align: center;
    width: 100%;
    font-size: 3.8vw;
    font-weight: 500;
    letter-spacing: .0em;
    line-height: 1.5;
}	
.info .block .mn .in_line {
    column-gap: 6px;
}	
.info .block .mn .in_line .in_hd {
    width: 34%;
    padding: 5px 1.5%;
    background: var(--clr_gleen);
    border-radius: 7px;
    font-size: 3.8vw;
}	
.info .block .mn .in_line .in_mn {
    width: calc(66% - 6px);
    position: relative;
    top: 0;
    font-size: 3.8vw;
    letter-spacing: .0em;
	text-align: left
}	
.program_tbl .row .col.no1 {
	width: 14%;
}
.program_tbl .row .col.no2 {
	width: 36%;
}
.program_tbl .row .col.no3 {
	width: calc(100% - (14% + 36%));
}
.program_tbl .row .col {
    padding: 2vw;
    background: var(--clr_wht);
    font-size: clamp(13px, 1.25vw, 24px);
    letter-spacing: 0;
    display: flex;
    align-items: center;
}	
.sp_no_l_pad {
    padding-left: 0!important
}	
.lst_msg {
    font-size: 13px
}	
.venue .stage .cell {
    width: 100%;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	background: #FFF;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);	
}	
.venue .stage .cell.info .block .hd {
    width: 100%;
    max-width: 100%;
}	
.venue .stage .cell.info .block {
	padding: 0!important;
    display: block;
	margin-bottom: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}	
.venue .stage .cell .list_type_1 {
    padding-bottom: 5vw;
}	
.in_lst_msg {
    font-size: 13px;
	padding-top: 2.5vw;
	padding-bottom: 4vw
}	
.venue .stage .cell.ggmap {
    margin-top: 6vw;
    height: 80vw;
    border-radius: 0;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);	
}	
.organizer {
    margin-top: 0;
	justify-content: flex-start;
	row-gap: 3vw
}	
.organizer .item {
    width: 33.33333%;
} 	
.organizer .item p {
    font-size:3.5vw;
    padding-bottom: 0;
    padding-left: 3%;
}	
footer .stage {
	margin-top: 2vw;
    border-top: 2px solid var(--clr_wht);
    padding-top: 4vw;
	padding-left: 0!important;
	padding-right: 0!important
}	
footer .stage ul li a {
    padding-right: 2vw;
    margin-right: 2vw;
    display: block;
    position: relative;
    font-size: 11px;
    letter-spacing: .0em;
}	
footer .stage ul li a::after {
    height: 4vw;
}	
footer .stage .inquery {
    padding: 10px;
    background: #FFF;
    display: block;
	margin-top: 5vw;
	font-size: 12px!important
}	
footer .stage .inquery .hd {
    width: 100%;
    justify-content: center;
    padding: 0 0 1.6vw;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid var(--clr_base);
}	
footer .stage .inquery .mn {
    width: 100%;
    padding: 2vw 0 0
}	
footer .cp {
	margin-top: 4vw;
    font-size: 9px
}	
.lity-content .msg dl dt,
.lity-content .msg dl dd{
	margin-bottom: 2%;
}	
.lity-content .msg dl dt {
    width: 27%;
}
.lity-content .msg dl dd {
    width: 73%;
}	
.lity-content .msg dl.ver2 dt {
	width: 36%;
}
.lity-content .msg dl.ver2 dd {
    width: 64%;
}
	
	
	
	
	
	
	
	
	
	
	
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

