@charset "UTF-8";
/* CSS Document */

:root {
  --background-color: #FFF;
    --color-1:       #333;
    --color-green-1:  #c1db85;
    --color-green-2:  #269376;
    --color-green-3:  #f1f7e3;
    --color-green-4:  #004126;
	
    --color-blue-1:   #A8ECFF;
    --color-blue-2:   #AADFED;
	--color-yellow-1: #fffcec;
    --color-yellow-2: #FFFADA;
    --color-pink-1:   #f6f6ec;
    --color-pink-2:   #F3B5D5;
    --color-orange-1: #fbf4f4;
    --color-orange-2: #FCCC85;
    --color-cta:      #6c1cff;
    
  --main-link-color:  rgb(0,99,144);
  --main-link-visited-color: #011A60;
  --navbar-height: 80px; /* ナビゲーション高さ */
  --navbar-height-s: 60px; /* ナビゲーション高さ */
  --scedule-date-height: 70px;
}

#adminBox {margin-bottom: 0 !important;}
html {
    scroll-behavior:smooth;
}

body {

    margin: 0;
    padding: 0;
    color: #333;
    -webkit-text-size-adjust: 100%;
    _display: inline;
    _zoom: 1;
    background-color: var(--background-color);
    font-family: "fot-udkakugo-large-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}
@media (min-width: 768px) {
    [class *=acms-col] {
       padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}
a.btn-primary,
a.btn-primary:visited {
    color: #FFF;
}



h2,
h3,
h4 {
    font-weight: 700;
    font-style: normal;
}




@media (max-width: 767px) {
	#too_logo {
		min-width: 70px;
		max-width: 90px;
	}
}

h2 {
	font-size: 180%;
    margin: 0;
    padding: 4px;
    line-height: 1;


}
.h2_wrap {
    line-height: 1;
    padding: 0;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
	h2 {
		font-size: 140%;
	}
}



/* ナビゲーション */
.navigation_wrap {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 45%); 
	z-index: 300;
	border-bottom: none;
    position: sticky;
     top: 0; 
}
.navigation {
    height: var(--navbar-height-s);
}
@media (min-width: 640px){
	.navigation {
		height: var(--navbar-height);
	}
}
.navigation #menu li a, .navigation #menu li a:link {
    color: #000;
    font-weight: 600;
	transition: 0.5s;
}
.navigation #menu li a:hover {
    color: var(--main-theme-color1);
}

.current_year {
	padding: 6px 12px !important;
	background-color: var(--color-1);
		border-radius: 50px;
		margin-left: 10px;
		font-size: 90%;
	color: #FFF !important;
}
.linkSpacer {
    height: 20px;
}
@media (max-width: 767px){
	.current_year {
		padding: 20px 20px !important;
		background-color: transparent;
		border-radius: 0;
		margin-left: auto;
		font-size: auto;
	}
	.navigation #menu li a, .navigation #menu li a:link {
		color: #FFF;
	}
}
@media (max-width: 991px){
	#nav_btn_check:checked ~ .menu_content {
		background-color: rgba(44,5,31,0.85);
	}
}


/* 申し込みフォームボタン */
.appBtnWrap {
    display: block;
    position: sticky;
    z-index: 200;
	background-color: var(--color-yellow-1);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

@media (min-width: 992px){
    /* 申し込みフォームボタン */
    .appBtnWrap {
    }
}

.appForm_title {
	text-box-trim: trim-both;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	margin-top: 80px;
}
.appForm_title:before,
.appForm_title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #666;
}
.appForm_title::before {
	margin-right: 1rem;
	}
.appForm_title::after {
	margin-left: 1rem;
	}





.appBtnWrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.gotoApp {
	min-width: 220px;
	max-width: 240px;
	padding: 18px 20px;
	font-size: 15px;
	background-color: var(--color-cta);
	border:solid 2px var(color^yellow-2);	
	border-radius: 0;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
	font-weight: 700;
	border: 2px solid rgb(51, 51, 51);
}
.gotoApp:link, .gotoApp:visited {
	color: black;
}
.appBtnWrap .gotoApp {
	animation: change-color-anim 3s linear infinite;
}
.gotoApp span {
	font-size: 18px;
}

@keyframes change-color-anim {
	0%,50%,  100% {
		background-color: #F7C928;
	}
	55% {
		color: rgba(72,142,7,1.00);
	}
	70% {
		background-color: var(--color-green-2);
		box-shadow: 0 0 10px rgba(255,190,0,0.58);
		color: white;
	}
}




/*協力企業*/
#cooperating_companies {
    scroll-margin-top:  var(--navbar-height);
}
.cooperating_companies {
    padding: 50px 0;
    background: #FFF;
    margin-bottom: 40px;
}
.cooperating_companies_link {
    display: block;
    aspect-ratio: 16 / 13;
    background-size: cover;
    background-position: center;
    background-repeat: none;
    background-color: #DDD;
}
.company_logo_list_wrap .cooperating_companies_link.size_s {
	margin: 17px;
}
.company_logo_list {
	display: grid;
	gap: 6px 16px;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}
.company_logo_list　> div {
	text-align: center;
}

.company_logo_list_wrap {
    margin-top: 72px;
    margin-bottom: 72px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 16px;
	padding-right: 16px;
}
.company_logo_list_wrap .company_logo_attr1 {
	font-size: 12px;
	line-height: 1.2;
	color: #888;
	text-align: left;
}



@media (min-width: 640px) {
	.company_logo_list {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		column-gap: 28px;
	}
	.company_logo_list_wrap {
		margin-top: 96px;
		margin-bottom: 96px;
	}
}
@media (min-width: 767px){
	.company_logo_list {
		gap: 10px 60px;
	}
}
@media (min-width:992px){
	.company_logo_list {
		column-gap: 80px;
	}
}
@media (min-width: 1200px){
	.company_logo_list {
		column-gap: 100px;
	}
}


.scroll_wrap {
 
}





/* メイン　*/


.main_wrap_all {
	background-color: var(--color-yellow-1);
	padding: 16px 10px 120px;
	overflow: hidden;
}
@media (min-width: 640px){
	.main_wrap_all {
		padding: 48px 10px 120px;
	}
}

.main_wrap {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
}

.main_wrap_l {
	aspect-ratio: 16 / 9;
	position: relative;
}
.main_wrap_l_inner {
	min-width: 100%;
	background-image: url('/themes/dsurf/y2025/images_n/main_image_1_1.png');
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -240px;
	bottom: 0;
	top: 0;
}
@media (min-width: 1400px){
	.main_wrap_l_inner {
		right: -210px;
	}
}
.main_dsurf_logo {
	padding-top: 100px;
}
.main_wrap_l > div {
	width:-moz-fit-content; /* Firefox */
	width:fit-content; /* other browsers */
}
.main_wrap_l_l {
	margin-left: 0;
	min-width: 300px;
	position: relative;
	z-index: 1;
}
@media (min-width: 640px){
	.main_wrap_l_l {
		max-width: 34px;
		margin-left: 40px;

	}
}

@media (min-width: 798px){
	.main_wrap_l_l {
		max-width: 400px;
		margin-left: 40px;

	}
}


@media (min-width: 992px){
	.main_wrap_l_l {
		min-width: 520px;
	}
}


.main_wrap_l_l .delta_wrap {
	position: absolute;
	bottom: 10px;
	left: -40px;
}


@media (min-width: 640px){
	.main_wrap_s {
		display: none;
	}
}
@media (max-width: 639px){
	.main_wrap_l {
		display: none;
	}
}


.main_wrap_too {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 16px;
}
.main_wrap .acms-admin-icon  {
	font-size: 36px;
	text-decoration: none;
	color: var(--color-green-1);
}
.main_app_img  {
	padding-left:  42px;
	padding-right: 42px;
}

h1 {
	font-size: 18px;
    font-weight: 200;
	margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}

@media (max-width: 991px){
    h1 {
        margin-bottom: 30px;
    }
}



@media (max-width: 1199px){
    .main svg {
        max-height: 750px;
    }
}


@media (min-width: 768px) {

}







/*イントロ文*/
.intro_wrap_all {
    background-color: #FBFAE4;
    padding: 20px 10px;
	color: black;
}
.intro_wrap {
}

@media (min-width: 998px){
    .intro_wrap {
    }
    .intro_wrap_all {
        padding: 40px 10px;
    }
}
@media (min-width: 1200px){
    .intro_wrap_all {
        padding: 40px 10px;
    }
}


.intro_text_wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 20px;
    position: relative;
    padding: 12px 24px;
    align-items: center;
    margin-top: 64px;
}
@media (min-width: 1200px){
    .intro_text_wrap {
        grid-template-columns: 1fr 1.5fr;
        gap: 16px 20px;
    }
}

.intro_text_wrap::before,
.intro_text_wrap::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    top: 0;
    bottom: 0px;
    border-top: solid 3px #AAA;
    border-bottom: solid 3px #AAA;
}
.intro_text_wrap::before {
    left: 0;
    border-left: solid 3px #AAA;
}
.intro_text_wrap::after {
    right: 0;
    border-right: solid 3px #AAA;
}


.intro_text_1 {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}
@media (min-width: 1200px){
    .intro_text_1 {
        font-size: 17px;
	    line-height: 2;
        margin-top: 0;
        text-align: left;
    }
}
.intro_text_2 {
    color: #333;
    line-height: 1.6;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
}



.intro_text_2 span {
    margin-top: 8px;
    display: block;
}



@media (min-width: 998px) {
}

@media (min-width: 768px) {
    div.intro span {
        display: block;
    }

}




.dot_obi_1 {
	height: 160px;
	background-image: url("/themes/dsurf/y2025/images_n/dot_1.png");
	background-repeat: repeat-x;
	background-position: center;
	margin-top: -80px;
	background-size: contain;
	line-height: 0;
}

section {
	position: relative;
	z-index: 0;
}

/*NEWS*/
#news {
    padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );

}





.all_session_ok {color: #FFF;}

/*タイムテーブル*/

#timetable {
}
.timetable_wrap {
    scroll-margin-top:  var(--navbar-height);
    background-color: var(--color-yellow-1);
    padding: 120px 0 100px;
}
.timetable_day_wrap {
    position: relative;
    margin-bottom: 42px;
}

.timetable_date {
    font-size: 190%;
    margin-bottom: 10px;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: solid 2px var(--main-theme-color1);
}
.timetable_date span {
	font-size: 50%;
}

.timetable_arrow {
}
.timetable_date img {
}
@media (max-width: 767px) {
	.timetable_date {
	    font-size: 130%;
	}
}
.timetable_session_time {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
	justify-content: center;
	text-box-trim: trim-both;
	position: relative;
	column-gap: 12px;
	z-index: 1;
}
.timetable_session_time::before,
.timetable_session_time::after {
	content: "";
	height: 7px;
	flex-grow: 1;
	background-image: repeating-linear-gradient(90deg, #dae9b6, #dae9b6 8px, transparent 8px, transparent 16px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 100% 7px;
	margin-top: -5px;

}



.timetable_session_time > div {
    display: flex;
    align-items: center;
    margin-bottom: 0;
	justify-content: flex-start;
	border: solid 1px var(--color-green-4);
	background: white;
	min-width: 360px;
	max-width: 360px;
	gap:0;
}
.timetable_session_time > div > span {
    padding: 8px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
}
.timetable_session_time > div > span:first-child {
	width: fit-content;
}.timetable_session_time > div > span:last-child {
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
@media (min-width: 992px) {
	.timetable_s4 .session_row_b {
		max-height: 180px;
	}
}



.session_no {
    margin-bottom: 0;
    font-weight: 600;
    color: white;
	background: var(--color-green-4)
}






.timetable_day .timetable_session:last-child {
	border-bottom: none;
}
.timetable_session {
    display: block;
}
.timetable_session a:link,
.timetable_session a:visited {
    color: #000;
    text-decoration: none;
}
#timetable .fa-arrow-circle-down {
	color: var(--color-1);
	font-size: 160%;
}
@media (max-width: 767px) {
	#timetable .fa-arrow-circle-down {
		font-size: 120%;
	}
}
#timetable .session_row_all {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px 0;
	width: 100%;
}
#timetable .session_row_all a{ 
        text-decoration: none;
}



@media (min-width: 998px) {
    .timetable_session_time {
        margin-bottom: 16px;
    }
    #timetable .session_row_all {
        grid-template-columns: 1fr 1fr;
        gap: 24px 36px;
    }
}

#timetable .company_name ul li {
    font-weight: 300;
}

#timetable .company_name ul li span {
    /*white-space: nowrap;*/
}
.company_name_wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 22px 16px;
}


.timetable_session .session_name {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
	display: flex;
	align-items: center;
	width: 100% !important;
	padding: 8px;
	background-color: #dae9b6;
	column-gap: 12px;
}
.timetable_session .session_name > span:last-child {
    width: auto;
}
.timetable_session .session_name > span:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}
.timetable_session .session_name > span > span.session_room {
	background-color: #86c1f4;
	padding: 8px;
	line-height: 1;
	color: white;
	text-align: center;
	aspect-ratio: 1 / 1;
	display: block;
}
.timetable_session .session_row_all > a:first-child  .session_name > span:first-child > span.session_room::before {
	content: "A";
	color: white;
	line-height: 1;
	display: inline-block;
	font-size: 16px;
}
.timetable_session .session_row_all > a:last-child  .session_name > span:first-child > span.session_room::before {
	content: "B";
	color: white;
	line-height: 1;
	font-size: 16px;
	display: inline-block;
}


.timetable_session .session_time {
    font-size: 15px;
    line-height: 1.1;
	min-width: 180px;
	color: var(--main-theme-color1);
}
.timetable_session .session_disc {
    font-size:110%;
    transition: 0.5s;
}
.session_disc {
	padding: 16px;
}



@media (max-width: 1199px) {
    .timetable_session .session_name {
        font-size: 90%;
    }
}
@media (min-width: 998px) {

    .timetable_session {
        display: block;
        padding-top: 15px;
        padding-bottom: 13px;
    }
    .timetable_session .go_down .session_disc {
        padding: 0;
    }
}
.timetable_session .session_link:hover {
}
.timetable_session .company_name {
	padding-left: 8px;
	border-left: solid 5px #b1d7f8;
	
}
.timetable_session .company_name span:nth-of-type(2){
    display: none;
}

.timetable_session .company_name_single {
    line-height: 1.1;
    color: #000;
}
.timetable_session .company_name ul li span {
    border-right: none !important;
}

.timetable_session .company_name ul{
    display: block;
}
.timetable_session .company_name .speaker_name,
.timetable_session .company_name ul li {
    font-size:72%;
    margin-bottom: 0;
}
@media (min-width: 998px) {
.timetable_session .company_name .speaker_name,
.timetable_session .company_name ul li {
    font-size:84%;
}
}


.timetable_session .company_name .speaker_name {
    padding-left: 0;
    color: #000;
	white-space: nowrap;
}
.timetable_session .company_name .speaker_name > span{
    margin-left: 5px;
    color: #666;
}

.timetable_session .company_name {
    margin-bottom: 0;
}



.session_fully {
    padding: 6px 10px;
    border-radius: 8px;
    background-color: #0005ff;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
}




.session_row_a ,.session_row_b {
    transition: 0.5s;
    background-color: #FFF;
	position: relative;
	border: solid 1px #269376;
	transition: 0.5s;
}
.session_row_a:hover ,.session_row_b:hover{
	border: solid 1px #00FFBB;

}
.session_row_a {
}
.session_row_b {
}

.go_down {
    position: absolute;
    bottom: -18px;
    left: calc(50%  - 16px);
	color: #e2c114;
}
.go_down span {
	font-size: 32px;
}

.session_fully_block {
    background-color: rgba(231, 231, 231, 0.85);
}


@media (min-width: 998px) {
    .session_row_a ,.session_row_b {
    }
    .session_row_a {
    }
    .session_row_b {
    }
}
.session_row_a:hover ,.session_row_b:hover {
    background-color: #DCF7F5;
}
.session_category_icon {
    max-width: 50px; 
}






/*　　セッション　　*/

.session_margin {
    display: block;
    width: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
	margin-bottom: 108px;
}

#session_a .session_margin {
}
#session_b .session_margin {
}
#session_c .session_margin {
}
#session_d .session_margin {
}
.session_margin .session_no_2 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}



.session_margin .time {
	background: url("/themes/dsurf/y2025/images_n/dot_3.png");
	background-repeat: repeat-x;
	background-position: center;
}
.session_time_range {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 12px;
	text-box-trim: trim-both;
}
.session_time_range span {
	text-box-trim: trim-both;
	font-size: 24px;
	font-weight: 800;
	background-color: #fff8d6;
	border:solid 2px var(--color-green-1);
	padding: 18px;
	line-height: 1;
}
.session_time_range::before,
.session_time_range::after {
	content: "";
	height: 32px;
	width: 32px;
	background-color: #fff8d6;
	border:solid 2px var(--color-green-1);
}




@media (min-width: 998px) {
    .session_margin .session_no_2 {
        font-size: 16px;
    }
    .session_margin .time {
    }
    
}

.session_row_a a:hover .session_name,
.session_row_b a:hover .session_name {
    text-decoration: underline;
}


a.session_link_block {
    padding-left: 15px;
    border-left: solid 3px #EEE;
}


.secton_headder_img {
    display: inline-block;
    margin-bottom: -4px;
}
.secton_headder_a_imgg {
    background-color: var(--color-green-2);
}
.secton_headder_b_img {
    background-color: var(--color-blue-2);
}
.secton_headder_c_img {
    background-color: var(--color-yellow-2);
}
.secton_headder_d_img {
    background-color: var(--color-pink-2);
}




.h3_title {
    font-size: 120%;
    margin-bottom: 15px;
    font-weight: 500;
}

.tech_list a{
    color : #000;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    margin-bottom: 5px;
    transition: 0.5s;
	font-weight: 500;
}
.tech_list a:hover {
       
}


.session_wrapall_a {
    background-color: var(--color-green-1);
	padding-top: 180px;
	padding-bottom: 180px;
}
.session_wrapall_b {
    background-color: var(--color-yellow-1);
	padding-top: 180px;
	padding-bottom: 180px;
}
.session_wrapall_c {
    background-color: var(--color-pink-1);
	padding-top: 180px;
	padding-bottom: 180px;
}
.session_wrapall_d {
    background-color: var(--color-orange-1);
	padding-top: 180px;
	padding-bottom: 180px;
}



#session_a {
}

#session_b {
}
#session_c {
}
#session_d {
}

#session_a .session_margin{
}
#session_b .session_margin{
}
#session_c .session_margin{
}
#session_d .session_margin{
}






.scedule_date_wrap {
   /* padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );*/
    position: sticky;
    top: 15px;
    z-index: 60;
}
.scedule_date {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    z-index: 100;
    height: var(--scedule-date-height);
    color: #000;
    font-family: Helvetica;
    font-weight: 500;
}
.scedule_date span {
    font-size: 75%;
    font-family: "ryo-gothic-plusn";
}
.scedule_date > div {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

@media (max-width: 997px) {
	.scedule_date {
		font-size: 1.6rem;
	}
}



/* セッション */

.ssession_wrap {
	margin-bottom: 108px;
}

.session_title {
	font-size: 20px;
	color: #222;
	font-weight: 400;
	text-align: center;
	line-height: 0;
}

h2.session_title  {
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	position: relative;
	line-height: 1;
}

.session_title_timetable,
.session_title_session {
	background-image: url("/themes/dsurf/y2025/images_n/dot_2.png");
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: -80px;
	background-size: contain;
	z-index: 1;
	position: relative;
	min-height: 160px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	line-height: 1.1;
	flex-wrap:wrap;
	row-gap: 0;
	height: 70px;
}
.session_title_timetable h2.session_title::before,
.session_title_session h2.session_title::before {
	font-weight: 800;
	height: 48px;
	font-size: 48px;
	font-family: Helvetica, Arial, "sans-serif";
	line-height: 1;
	display: block;
	text-align: center;
	color: var(--color-green-1);
	-webkit-text-stroke-width: 1px;
  	-webkit-text-stroke-color: var(--color-green-2);
	text-stroke-width: 1px;
  	text-stroke-color: var(--color-green-2);
	letter-spacing: 5px;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
	position: relative;
}
@media (min-width: 640px) {
	.session_title_timetable h2.session_title::before,
	.session_title_session h2.session_title::before {
		height: 64px;
		font-size: 70px;
	}
}

.session_title_timetable h2.session_title::before {
	content: "TIMETABLE";
}

.session_title_session h2.session_title::before {
	content: "SESSION";
}


.session_title_name {
	font-size: 22px;
	color: #222;
	font-weight: 600;
	padding: 24px;
	border: solid 1px var(--color-green-2);
	background: #fff8d6;
	position: relative;
	margin-bottom: 24px;
}
.session_title_ab {
	font-size: 20px;
	color: white;
	font-weight: 800;
	padding: 8px;
	background: var(--color-green-2);
	line-height: 1;
	display: inline-block;
	position: absolute;
	width: 36px;
	height: 36px;
	top: -36px;
	left: -1px;
	text-box-trim: trim-both;
	text-align: center;
}


div[id^="session_a"] ,div[id^="session_b"], div[id^="session_c"], div[id^="session_d"]   {
    scroll-margin-top:  calc(var(--navbar-height) + var(--scedule-date-height) );

}
div[id^="session_2"] {
    scroll-margin-top:  calc(var(--navbar-height) + var(--scedule-date-height) );

}
div[id^="session_2"] {
}



/*セッション詳細*/
.main_session  {
	margin-top: -100px;
}
	.main_session_wrap  {
	background-color: var(--color-green-3);
	padding: 100px 0 0;
}


.session_margin_top {
	margin-top: 70px;
}

#session {
    padding-top:  var(--navbar-height);
    margin-top: calc(var(--navbar-height) * -1);
}
#session .h2_wrap, 
#session_tech .h2_wrap{
    margin-bottom: 70px;
}




.session_grid_wrap {
    display: grid;
    grid-template-columns: repeat( auto-fit,  minmax(320px, 1fr));
    grid-column-gap: 64px;
    grid-row-gap: 16px;
}
.session_wrap {
    display: block;
    /*grid-template-rows: subgrid;
    grid-row: span 4;*/
	scroll-margin-top: 200px;
    padding: 0 0 0;
	gap:16px;
}




@media (min-width: 575px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}

.session_content {
    padding-bottom: 160px;
}
.session_content_wrap_inner {
      margin-bottom: 100px;
  
}
.too_comment {
    color: #FFF;
}


.session_link_wrap {
    position: sticky;
    top: var(--navbar-height);
    z-index: 200;
    background-color: transparent;
}
.session_link_wrap .acms-admin-icon-schedule {
	font-size: 24px;
	color: var(--color-green-2);
	padding-right: 0;
	transition: 0.5s;
}
.session_link_wrap .acms-admin-icon-schedule:hover {
	color: rgba(255,195,5,1.00);
}

.session_link_wrap ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 2px;
    gap: 5px 10px;
    align-items: center;
    background-color: rgba(255,255,255,0.85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: 0.5s;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
	border: solid 3px var(--color-green-1);
	justify-content: center;
}
.session_link_wrap ul a{
    display: flex;
    padding: 10px 30px;
    text-decoration: none;
    background-color: #FFF;
    color: #000;
    transition: 0.5s;
	column-gap: 4px;
	align-items: center;
	transition: 0.5s;
}
.session_link_wrap ul a:hover {
	background-color:  #B8FBE9;
}
.session_link_wrap ul a.is-show {
    background-color: var(--color-green-2);
    color: #FFF;
}


@media (min-width: 640px) {
	.session_link_wrap ul {
    	padding: 10px 10px;
	}
}
@media (min-width: 1200px) {
	.session_link_wrap ul {
    	padding: 10px 30px;
	}
}
@media (min-width: 1400px) {

}



.date_session_link a,
.date_session_link a:visited,
.date_session_link a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
	font-size: 13px;
	padding: 9px 15px;
	border-radius: 50px;
	background-color: #D3E6FF;
	transition: 0.5s;
}
.date_session_link a:hover {
    box-shadow: rgba(0,0,0,0.2) 0 0px 2px, rgba(0,0,0,0.1) 0 1px 4px;
        background-color: rgba(0,178,255,0.20);

}
.date_session_link a.back_timetable,
.date_session_link a.back_timetable:visited,
.date_session_link a.back_timetable:hover {
	color: rgba(54,54,54,1.00);
	background-color: rgb(213, 180, 221);
}
.date_session_link a.back_timetable:hover {
    box-shadow: rgba(0,0,0,0.2) 0 0px 2px, rgba(0,0,0,0.1) 0 1px 4px;
        background-color: rgba(135,54,165,0.41);

}


.session_discriotion_wrap {
}
@media (max-width: 1599px) {
    .session_discriotion_wrap {
    }
}
@media (max-width: 767px) {
    .session_discriotion_wrap {
    }
}

#session_tech .session_title {
    font-size: 180%;
}

.session_discriotion {
    font-size: 104%;
    line-height: 1.8;
    font-weight: 400;
    font-style: normal;
}
.session_discriotion a:link,
.session_discriotion a:visited{
   color:#FFF;;
}


@media (min-width: 992px) {

}




@media (max-width: 991px) {

}

.session_times {
    position: sticky;
    top: 15px;
    padding-top:  calc(70px + var(--navbar-height) + var(--scedule-date-height));
    margin-top:  calc( (70px + var(--navbar-height) + var(--scedule-date-height)) * -1);
    z-index: 50;
}
.session_times_sm {
    display: none;
}

@media (max-width: 767px) {
	.session_title {
		font-size: 160%;
	}
	#session_tech .session_title {
		font-size: 155%;
	}

	.session_times_sm {
        position: sticky;
        display: block;
    }
    .session_times_md {
        display: none;
    }
}


/*　プロフィール　*/

.profile {
    font-size: 1.4rem;
    display: grid;
    grid-template-columns: 90px auto;
    gap: 24px 28px;
    margin-bottom: 20px;

}
@media (min-width: 998px) {
}
.speaker_photo {
    display: inline-block;
}
.speaker_name{
    font-size: 100%;
    font-weight: 600;
    line-height:1.1;
    margin-bottom: 4px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.speaker_name > span {
    font-size: 80%;
    font-weight: 200;
    display: inline-block;
    margin-left: 10px;
}


.speaker_name .uji {
    font-size: 60%;
    display: inline-block;
    margin-left: 0.4rem;
    font-weight: 300;
}
.speaker_name_e{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #5e7865;
    mix-blend-mode: multiply;
}
.speaker_name_e span:nth-of-type(1){
    color: #579ed9;
    margin-right: 0.4rem;
    font-weight: 700;
}
.speaker_name_e span:nth-of-type(2){
    font-weight: 100;
    display: inline-block;
}
.company_name {
    margin-bottom: 10px;
}
.company_name ul ,
.company_name ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
 .company_name ul li{
    font-size: 68%;
    margin-bottom: 2px;
    font-weight: 700;
    line-height: 1.1;
}
.company_name ul li span{
	display: block	;
}
@media (min-width: 1200px) {
	.company_name ul li{
		display: flex;
		 align-items: center;
	}
}
.company_name ul li span:nth-of-type(1){
  /*  white-space: nowrap;*/
	color: #568800;
	width: fit-content;
}
@media (min-width: 768px) {
	.main_session .company_name ul li span:nth-of-type(1){
		white-space: nowrap;
	}
}

.company_name ul li span:nth-of-type(2){
    font-weight: 300;
    font-size: 88%;
    line-height: 1.2;
}
@media (min-width: 1200px){
	.company_name ul li span:nth-of-type(2){
		padding-left: 0.5rem;
		margin-left: 0.5rem;
		border-left: solid 1px rgba(0, 0, 0, 0.39);
	}
}
@media (max-width: 767px){
	.company_name ul li,
	.company_name ul li span {
		display: block;
	}
	.company_name ul li span:nth-of-type(1) {
		font-size: 110%;
		margin-bottom: 5px;
	}
	.company_name ul li span:nth-of-type(2) {
		margin-left: 0;
		font-size: 76%;
	}
	.speaker_name_e {
		display: none;
	}
}
.speaker_title {
    font-size: 100%;
    color: #FFF;
}
.speaker_discriotion {
    font-size: 14px;
    font-weight: 200;
    mix-blend-mode: multiply;
    color: #545454;
}
.speaker_role {
    font-size: 13px;
}



/*　　ハッピーアワー　　*/
.happy {
	border:  solid 1px #DADADA;
	border-radius: 5px;
}

.happy dt {
	font-size: 1.4rem;
	background-color: #EAEAEA;
	padding: 0.6rem;
	color: #000;
	text-align: center;
	
	background: rgb(234,228,46);

}
.happy dd {
	padding: 2rem;
}
.happy .time {
	font-size: 1.1rem;
	font-weight: 800;
	color: #444;
	margin-bottom: 0.2rem;
}
.happy p {
	font-size: 1.1rem;
	margin: 0;
	
	
	
}


.session_wrap_all_bottom {
	height: 80px;
	background-image: url("/themes/dsurf/y2025/images_n/dot_4.png");
	background-repeat: repeat-x;
	background-position: top center;
}
.bg_wrap_all_bottom {
	height: 80px;
	background-image: url("/themes/dsurf/y2025/images_n/dot_5.png");
	background-repeat: repeat-x;
	background-position: bottom center;
}





/*イベント概要*/
#summary {
    padding-top:  var(--navbar-height);
   margin-top: calc(var(--navbar-height) * -1);
}
.spec {
    margin-top: 20px;
    margin-bottom: 20px;
}
.spec_row {
    margin-bottom: 30px;
    border-left: solid 5px #DDD;
    padding-left: 15px;
}
.spec_row .spec_col:nth-of-type(1){
    font-size: 90%;
    width: 20%;
}
.spec_row .spec_col:nth-of-type(2){
    width: 80%;
    font-size: 120%;
    color: #000;
    font-weight: 400;
}
@media (max-width: 767px){
    .spec_row .spec_col:nth-of-type(1){
        width: 100%;
    }
    .spec_row .spec_col:nth-of-type(2){
        width: 100%;
    font-size: 110%;
    }
}



.title {
	text-box-trim: trim-both;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.title:before,
.title:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #666;
}
.title:before {
	margin-right: 1rem;
	}
.h3_title:after {
	margin-left: 1rem;
	}










/* 申し込みボタン*/
.bottom_btn .gotoApp {
    padding: 15px 50px;
    font-size: 18px;
	
	text-box-trim: trim-both;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 300px;
}
.bottom_btn {
	
	text-box-trim: trim-both;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}

.bottom_btn::before,
.bottom_btn::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #666;
}
.bottom_btn::before {
	margin-right: 0;
}
.bottom_btn::after {
	margin-left: 0;
}

.bottom_btn_wrap {
    position: relative;
}

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


.gotoApp_wrap .gotoApp {
    padding: 18px 40px;
    font-size: 20px;
    border:solid 2px #FFF;
    color: #FFF;
    background-color: transparent;
}
.gotoApp_wrap .gotoApp:hover {
    background-color: var(--color-cta);
    border-color: rgba(255,255,255,0.53);
}


/*  申し込みフォーム  */
.appForm_wrap {
	background-color: rgba(255, 255, 255, 0.89);
	margin-top: 80px;
	scroll-margin-top: 200px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: solid 3px rgba(174, 222, 118, 0.81);
}
.please_wait {
	color: rgba(186,0,3,1.00);
}





.bg {
    background-color: var(--color-yellow-1);
    padding: 0 0 80px;
}