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

:root {
  --background-color: #F4F4F4;
  --main-theme-color1: rgba(180,132,192,1.00);
  --main-theme-color2: rgb(47,142,208);
  --main-theme-color3: rgb(0,99,144);
  --main-theme-color4: rgba(232,221,236,1.00);

    
  --main-link-color:  rgb(0,99,144);
  --main-link-visited-color: #011A60;
  --navbar-height: 66px; /* ナビゲーション高さ */
  --scedule-date-height: 70px;
}

body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-text-size-adjust: 100%;
    _display: inline;
    _zoom: 1;
    font-family: "ryo-gothic-plusn";
    font-weight: 400;
    background-color: var(--background-color);
    padding-top: var(--navbar-height);
}
@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;
}





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

h2 {
	font-size: 300%;
    margin: 0;
    padding: 4px;
    line-height: 1;
	color: var( --main-theme-color1 );
	text-align: center;
}
.h2_wrap {
    line-height: 1;
    padding: 0;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
	h2 {
		font-size: 200%;
	}
}




/* ナビゲーション */
.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;
}
.navigation {
    height: var(--navbar-height);
}
.navigation #menu li a, .navigation #menu li a:link {
    color: #000;
    font-weight: 500;
	transition: 0.5s;
}
.navigation #menu li a:hover {
    color: var(--main-theme-color1);
}

.current_year {
	padding: 6px 12px !important;
	background-color: var(--main-theme-color1);
		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: rgba(244,244,244,0.82);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

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


.appBtnWrap {
	padding-top: 25px;
	padding-bottom: 25px;
}
.gotoApp {
	min-width: 220px;
	padding: 18px 20px;
	font-size: 15px;
	border-radius: 100px;
	background-color: rgba(133,176,0,1.00);
	
}
.appBtnWrap .gotoApp {
	animation: change-color-anim 3s linear infinite;
}

@keyframes change-color-anim {
	0%,50%,  100% {
		background-color: rgba(133,176,0,1.00);
	}
	70% {
		background-color: rgba(126,11,212,1.00);
		box-shadow: 0 0 10px rgba(255,190,0,0.58);
	}
}



h1 {
	font-size: 24px;
	color: #000;
    font-weight: 200;
	margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.2;
}


/*  企業ロゴ  */
.company_logo_list {
	display: grid;
	column-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.company_logo_list　> div {
	text-align: center;
}

@media (max-width: 991px){
	.company_logo_list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media (max-width: 767px){
	.company_logo_list {
		display: grid;
		column-gap: 20px;
		grid-template-columns: 1fr 1fr 1fr;
	}
}







/* メインエリア */
.main {
    padding-top: 80px;
	margin-top: -80px;
	aspect-ratio: 16/10;
	background-image: url(https://www.too.com/themes/dsurf/y2022/images/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.main h1 {
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 8px;
    color: #000;
    font-weight: 200;
    margin-bottom: 60px;
    line-height: 1.2;
}
@media (max-width: 991px){
    .main h1 {
        margin-bottom: 30px;
    }
}


.main .main_wave {
    position: absolute;
	bottom: 0;
	left:0;
	right: 0;
	width: 100%;
}

.session_wave {
	background-image: url("https://www.too.com/themes/dsurf/y2022/images/session_wave.svg");
	background-position: top center ;
	padding-top:50px;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_wave_img ,
.session_wave_img {
	width: 100%;
	height: 43px;
	display: block;
}
.session_wave_btm {
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}


.root_block_l {
    width: 20%;
}
.root_block_r {
    width: 80%;
}

@media (max-width: 767px) {
    .main {
		background-image: url(https://www.too.com/themes/dsurf/y2022/images/main_mobile.jpg);
		aspect-ratio: 3/5;
    }
    
    h1 {
        font-size: 18px;
    }
    h1 span {
        display: block;
    }
    .root_block_l {
        width: 100%;
    }
    .root_block_r {
        width: 100%;
    }
	.session_wave {
		background-image: url("https://www.too.com/themes/dsurf/y2022/images/session_wave_mobile.svg");
	}

}



/*イントロ文*/

.intro_wrap {
    margin-top: 60px;
}
.intro_text_1 {
    font-size: 140%;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.8;
}
.intro_text_2 {
    font-size: 94%;
    color: #333;
    line-height: 1.7;font-weight: 300;
}
@media (min-width: 768px) {

    div.intro span {
        display: block;
    }

}
@media (max-width: 768px) {
	.intro_text_1 {
		font-size: 120%;
	}
}



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

}


/*協力企業*/
#cooperating_companies {
    padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );
}
.cooperating_companies {
    padding: 50px 0;
    background: #FFF;
    margin-top: 100px;
    margin-bottom: 40px;
}




/*タイムテーブル*/

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

}
.timetable_day_wrap {
    position: relative;
}
.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_day .timetable_session:last-child {
	border-bottom: none;
}
.timetable_session {
	display: flex;
	border-bottom: solid 1px var(--main-theme-color4);
	padding-top: 13px;
	padding-bottom: 13px;
}
.timetable_session a:link,
.timetable_session a:visited {
    color: #000;
    text-decoration: none;
}
#timetable .fa-arrow-circle-down {
	color: var(--main-theme-color1);
	font-size: 160%;
}
@media (max-width: 767px) {
	#timetable .fa-arrow-circle-down {
		font-size: 120%;
	}
}

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

#timetable .company_name ul li span {
    white-space: nowrap;
}

.timetable_session .session_name {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.1;
	color: var(--main-theme-color2) !important;
}
.tech_list .timetable_session .session_name {
    margin-bottom: 0;
}

.timetable_session .session_time {
    font-size: 15px;
    line-height: 1.1;
	min-width: 180px;
	color: var(--main-theme-color1);
}
.timetable_session .session_disc {
    padding: 0px 20px 0;
    font-size:110%;
    transition: 0.5s;
}
@media (max-width: 1199px) {
    .timetable_session .session_disc {
        padding: 15px;
    }
    .timetable_session .session_name {
        font-size: 90%;
    }
}
@media (max-width: 767px) {
	.timetable_session {
		display: block;
	}
    .timetable_session .session_disc {
        padding: 10px 0 5px;
    }
    .timetable_session .go_down .session_disc {
        padding: 0;
    }
}
.timetable_session .session_link:hover {
}
.timetable_session .company_name {
}
.timetable_session .company_name span:nth-of-type(2){
    display: none;
}

.timetable_session .company_name_single {
    line-height: 1.1
}



.timetable_session .company_name ul{
    display: inline-block;
}
.timetable_session .company_name .speaker_name,
.timetable_session .company_name ul li {
    font-size:80%;
    margin-bottom: 0;
}
.timetable_session .company_name .speaker_name {
    padding-left: 0.5rem;
    color: #444;
	white-space: nowrap;
}

.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 {
       
}



.scedule_date_wrap {
    padding-top:  var(--navbar-height);
    margin-top:  calc( var(--navbar-height) * -1 );
    position: sticky;
    top: 15px;
    z-index: 60;
    background-color: var(--background-color);
}
.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: 979px) {
	.scedule_date {
		font-size: 1.6rem;
	}
}






/*セッション詳細*/

.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;
}



div[id^="session_"] {
    padding-top:  calc(var(--navbar-height) + var(--scedule-date-height));
   margin-top: calc( (var(--navbar-height) + var(--scedule-date-height)) * -1);
}

.session_content {
    padding-bottom: 160px;
}
.session_content_wrap_inner {
      margin-bottom: 100px;
  
}
.too_comment {
    color: var(--main-theme-color1);
}

.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 {
    padding: 60px;
    background-color: #FFF;
    margin-bottom: 40px;
    /*box-shadow: rgba(0,0,0,0.1) 0 3px 5px 1px,rgba(0,0,0,0.1) 0  3px 12px 5px;*/
    box-shadow: rgba(0,0,0,0.1) 0 1px 2px 0px;
    margin-right: 2px;
}
@media (max-width: 1599px) {
    .session_discriotion_wrap {
        padding: 45px;
        box-shadow: none;
        margin-right: 0px;

    }
}
@media (max-width: 797px) {
    .session_discriotion_wrap {
        padding: 15px;
        box-shadow: none;
        margin-right: 0px;
		border-bottom-right-radius: 40px;
    }
}
.session_title {
    font-size: 192%;
    font-weight: 600;
    color: #000;
}
#session_tech .session_title {
    font-size: 180%;
}

.session_discriotion {
    font-size: 104%;
    line-height: 2;
    margin-top: 40px;
}


.session_times_inner {
    padding: 30px 10px 200px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    font-family: Helvetica,Arial, "sans-serif";
    background-color: var(--main-theme-color1);
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
@media (max-width: 991px) {
    .session_times_inner {
        padding: 15px 10px;
        font-size:18px;
		border-top-left-radius: 30px;
		border-bottom-right-radius: 0;    }
}
.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: 797px) {
	.session_title {
		font-size: 160%;
	}
	#session_tech .session_title {
		font-size: 155%;
	}
	.session_times_inner {

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


/*　プロフィール　*/

.profile {
    font-size: 1.4rem;

}
.speaker_photo {
}
.speaker_name{
    font-size: 116%;
    font-weight: 600;
    line-height:1.1;
    margin-bottom: 10px;
    color: var(--main-theme-color2);
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.speaker_name .uji {
    font-size: 60%;
    display: inline-block;
    margin-left: 0.4rem;
    font-weight: 300;
}
.speaker_name_e{
    font-size: 58%;
    font-weight: 400;
}
.speaker_name_e span:nth-of-type(1){
    margin-right: 0.5rem;
}
.speaker_name_e span:nth-of-type(2){
    font-weight: 100;
    color: #555;
    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: 70%;
    margin-bottom: 5px;
    font-weight: 600;
    display: flex;
     align-items: center;
}

.company_name ul li span:nth-of-type(1){
    white-space: nowrap;
    border-right: solid 1px #888;
    padding-right: 0.5rem;
}
.company_name ul li span:nth-of-type(2){
    color: #555;
    margin-left: 0.5rem;
    font-weight: 300;
    font-size: 88%;
    line-height: 1.2;
}
@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%;

}
.speaker_discriotion {
    font-size: 58%;
    color: #666;
}


/*イベント概要*/
#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%;
    }
}

/* 申し込みボタン*/
.bottom_btn .gotoApp {
    padding: 15px 50px;
    font-size: 18px;
}
.bottom_btn_wrap {
    position: relative;
}
.bottom_btn::before {
    content: "";
    border-top: solid 1px #888;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -50;
}



/* 動画ページ */
.zoom_wrap {
    background: #FFF;
    box-shadow: rgba(0,0,0,0.2) 0 0 1px 0, rgba(0,0,0,0.05) 0 1px 3px 2px;
    border-radius:10px;
}
.zoom_wrap .btn-lg {
    padding: 10px 60px;
}

.session_tech {

}
.session_tech a {
    text-decoration: none;
    display: block;
    padding: 15px;
    border: solid 1px #DDD;
    border-radius: 10px;
    background-color: #FFF;
    margin-bottom: 15px;
}


/* 過去のセミナー */
.past_seminar {
    background: #FFF;
    padding: 30px;
}


/* フォーム*/
    .mktoForm .mktoFormRow {
        margin-bottom: 20px;
    }
@media (min-width: 798px) {

    .mktoForm .mktoFormRow:nth-of-type(3) .mktoFormCol {
        width: 50% !important;
        float: left !important;
    }
    .mktoForm .mktoFormRow:nth-of-type(3) #LastName {
        width: 98% !important;
    }
}
.privacy li {
    padding: 2px;
}