@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap');

/*pksha css setting*/

body{
position: relative;
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #17222d;
font-family: "Zen Kaku Gothic New" ,Arial, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
font-weight: 500;
font-size: 16px;
font-feature-settings: "palt";
line-height: 1.8;
overflow-wrap: break-word;
background: none;
position:relative;
}



body:after{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/pksha/202403/media/bg_main.jpg) center center no-repeat;
opacity:0.7;
z-index:1;
}


footer{
margin-top:0 !important;
z-index:10;
}


.container {
width: 100%;
position:relative;
overflow:hidden;
}


.container:before{
content:"";
position:absolute;
top:0;
right:0;
width:60vw;
height:70vh;
clip-path: polygon(0 0, 100% 100%, 100% 0);
background-color:#f0f0f0;
/*background:rgba(235,255,227,0.7);*/
background:rgba(111,196,229,0.25);
z-index:5;
}



.container:after{
content:"";
position:absolute;
top:0;
left:0;
width:90vw;
height:100vh;
clip-path: polygon(100% 0, 0 0, 0 100%);
/*background-color:#9faebc;*/
background: linear-gradient(120deg, rgba(159,174,188,0.9) 0%, rgba(250,250,250,0.5) 100%);
z-index:5;
}




/* background setting */

.content-block{
position:relative;
z-index:10;
}


.content-block:before{
content:"";
position:absolute;
top:-70px;
right:-5%;
width:800px;
height:800px;
background:url(/info/event/pksha/202403/media/parts_header.png) right top no-repeat;
animation: rotation-left 100s linear infinite;
transform-origin:center center;
}


.content-block:after{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/pksha/202403/media/parts_content.png) left top no-repeat;
opacity:0.5;
}



@keyframes rotation-right {
  0% {
    transform:rotate(0deg) ;
  }
  100% {
    transform:rotate(360deg);
  }
}

@keyframes rotation-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}



.container-fluid {
max-width: 1150px;
margin: 0 auto;
padding:0;
background:transparent;
position:relative;
z-index:1000;
}



#social_bkm_wrap_top {
margin-bottom: 0;
  height: auto;
  border: none;
}


.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 0.5s;
}

.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}




/*********************** header ***********************/


.event-header{
width:100%;
padding:5% 10% 3%;
position:relative;
z-index:10;
}


.event-header .header-title{
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
width:fit-content;
border-radius:30px;
font-feature-settings: "palt" 1;
max-width:1200px;
z-index:1000;
}


.header-title h1{
position: relative;
z-index: 5;
font-size:clamp(1.5rem, 4vw, 2.75rem);
font-weight:normal;
line-height: 1.2;
/*font-family: "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;*/
padding-bottom:15px;
}

.header-title h1 .main-ttl{
opacity:0;
animation: fade 0.8s linear 0.5s forwards;
}

.header-title h1 .sub-ttl{
display: block;
margin: 16px 0;
font-size:clamp(0.85rem, 4vw, 1.5rem);
/*color:#e5724c;*/
/*color:#fff;*/
opacity:0;
animation: fade 0.8s linear 0.2s forwards;
}

.header-title .info_date{
position: relative;
color: #fff;
font-size:clamp(0.85rem, 4vw, 1.5rem);
margin:20px 0;
padding:0 10px 5px;
line-height:1.2;
width:fit-content;
}

.header-title .info_date span{
margin:0 5px;
position: relative;
z-index:10;
}

.header-title .info_date strong{
font-size:200%;
font-weight:normal;
margin:0 3px;
}

.header-title .info_date small{
font-size:70%;
}

.header-title .info_date:before{
content:"";
position:absolute;
top:0;
left:0;
width:0;
height:100%;
/*background-color:#b883e4;*/
background-color:#6fc4e5;
border-radius:3px;
/*box-shadow:0 1px 2px #fff;*/
animation: line 0.3s linear 0.5s forwards;
z-index:-1;
}



@keyframes fade{
  0% {
    opacity: 0;}

  100% {
    opacity: 1;}
}

@keyframes line{
0%{
width:0;
}
100%{
width:100%;
}
}



.event-summary{
/*background:rgba(255,255,255,0.25);*/
/*box-shadow:0 0 20px #e0e0e0;*/
position:relative;
z-index:10;
}

.summary-inner {
/*border-radius:10px;*/
margin:0 auto;
padding:40px;
text-align:left;
max-width:850px;
box-shadow:inset 1px 1px 4px #fff;
backdrop-filter: blur(10px);
}

.summary-inner p {
margin-bottom:15px;
font-size: 16px;
line-height: 1.8;
position:relative;
z-index:1001;
}


h2{
margin: 35px auto 45px;
padding:0;
font-size: 2.5rem;
font-weight:normal;
font-feature-settings: "palt";
line-height: 1.8;
text-align:center;
width:fit-content;
position:relative;
z-index:100;
}

h2 span{
position:absolute;
bottom:-25px;
left:0;
width:100%;
/*background-color:#b883e4;*/
background-color:#acdf97;
color:#fff;
border-radius:15px;
font-size:14px;
}



h3 {
margin: 25px auto !important;
padding:0 0 5px 0;
font-size: 1.5rem;
font-weight:normal;
line-height: 1.8;
/*border-bottom:1px solid #efefef;*/
text-align:center;
width:250px;
position:relative;
}


h3 span{
position:absolute;
bottom:-25px;
left:0;
width:100%;
background-color:#ccd8e5;
color:#fff;
border-radius:15px;
font-size:14px;
}


.content_block:before{
content:"";
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(/info/event/pksha/202403/media/bg_main.jpg) center center no-repeat;
z-index:1;
}





/*********************** overview ***********************/


.overview-inner{
margin:40px 0 0 0;
padding: 25px;
background:rgba(255,255,255,0.85);
/*box-shadow: 0 0 25px #e0e0e0;*/
border:1px solid #e5e5e5;
font-size: 16px;
overflow:hidden;
}


.overview dl dt{
width:18%;
margin:0;
padding:10px;
font-weight:normal;
/*background-color:#f5f5f5;*/
}

.overview dl dd {
line-height: 1.5;
padding:10px 15px 10px 12%;
}

.overview dl dd span{
display:block;
margin:0 0 5px 0;
}


.overview dl dd a{
padding:0 10px;
color:#6fc84a !important;
line-height:1.4;
position:relative;
width:fit-content;
}

.overview dl dd a:hover{
color:#9faebc !important;
transition:0.5s;
}

.overview dl dd a:after{
content:"";
position:absolute;
top:10px;
right:0;
width:8px;
height:8px;
border: 2px solid;
border-color: #6fc84a #6fc84a transparent transparent;
transform: rotate(45deg) translateX(0);
}
.overview dl dd a:hover:after{
border-color: #9faebc #9faebc transparent transparent;
tranfrom:rotate(45deg) translateX(10px);
transition:0.3s;
}








/*********************** btn ***********************/


.btn-register {
width:90%;
margin:0 auto;
padding:0;
text-align:center;
position:relative;
z-index:10;
}


.btn {
display: inline-block;
margin:40px auto;
padding: 8px;
text-align:center;
color: #fff;
border:3px solid #17222d;
background-color:#17222d;
box-shadow: 0 4px 10px #d5d5d5;
text-align: center;
vertical-align: middle;
cursor: pointer;
position: relative;
transition: all .3s;
}

.btn:hover{
color: #57728d !important;
border:3px solid #57728d;
/*background-color:#b8d4df;*/
background-color:#fff;
text-decoration:none;
}



.btn,
.btn::before,
.btn::after {
box-sizing: border-box;
transition: all .3s;
}


.btn span{
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}



/*btn size setting*/

.large{
width: 100%;
height: 80px;
line-height:40px !important;
font-size: 20px;
}

.small{
width: 45%;
height:120px;
font-size:20px;
}




/*********************** session ***********************/


.schedule{
position:relative;
}

.session-schedule{
margin: 40px auto;
padding:0 0 25px 0;
box-shadow:0 0 15px #b5b5b5;
background-color:#fff;
max-width:1150px;
z-index:5;
position:relative;
}

.session-schedule .session-theme{
position:absolute;
padding:8px 15px;
width:250px;
height:100px;
font-size:1.25rem;
background-color:#9faebc;
clip-path: polygon(100% 0, 0 0, 0 100%);
z-index:1;
}

.session-schedule .session-theme.even{
background-color:#b8d4df;
}


/*.session-schedule .session-theme:after{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#9faebc;
clip-path: polygon(100% 0, 0 0, 0 100%);
z-index:1;
}*/


.session-schedule .session-theme span{
color:#fff;
position: relative;
z-index: 10;
}

.session-schedule .session-theme span strong{
font-size:140%;
font-weight:normal;
margin-left:5px;
}

table tbody {
vertical-align: top;
}


table th,
table td {
vertical-align: top;
border:none !important;
line-height: 1.3 !important;
padding:8px;
}

table th {
width:100%;
padding: 30px 0 10px;
text-align: center;
background-color:#fff;
color: #444;
font-size: 1.5rem;
font-weight:normal;
}


table td {
text-align:left;
padding:25px;
}


table td .session-time {
  padding: 0 0 30px 0;
  text-align:center;
  font-size: 1.25rem;
  color: #252525;
}



table td .session-title {
margin:15px 15px 0;
padding-bottom:10px;
line-height:1.4;
font-size:1.5rem;
text-align:center;
}

table td .session-title small {
display: block;
font-size: 85%;
font-weight: normal;
}

table td .session-summary {
margin:0 auto;
padding: 15px 0;
font-size:1rem;
line-height:1.5;
letter-spacing: 0;
color:#57728d;
max-width:1000px;
}


table td .profile {
  display: flex;
  margin: 10px auto 16px;
padding: 20px 0;
border-top: 1px dotted #ccc;
max-width:1000px;
}

table td .profile_flexbox{
display:flex;
justify-content: space-between;
}

table td.session .profile_thumb {
margin: 0 16px 4px 0;
}

table td.session .profile_thumb img {
max-width: none;
width: 120px;
box-shadow:0 0 20px #d5d5d5;
}

table td.session .profile_name,
table td.session .profile_detail {
  font-size: 1rem;
  line-height: 1.5;
}
table td.session .profile_detail {
  font-size: 12px;
color:#57728d;
max-width:800px;
}

table td.session .profile_open {
  display: block;
  margin:10px 0;
padding:3px 10px;
  font-size: 11px;
  color: #fff;
background-color:#2d3f51;
width:fit-content;
  /*cursor: pointer;*/
}



table td.session .profile_name strong{
font-size:120%;
font-weight:normal;
}


.session-btn {
  display: flex;
  justify-content: center;
}
.session-btn a {
  display: inline-block;
  width: 40%;
  margin: 0 10px 40px;
  padding: 16px;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 5px;
  background: #0091da;
  text-decoration: none;
}
.session-btn a:nth-of-type(2) {background: #78be20;}
.session-btn a small {
  display: block;
  margin-top: 8px;
}


/*********************** register order ***********************/


.order {
margin:64px 0 48px;
}

.order p strong {
margin-top: 24px;
font-size: 18px;
}


.privacy-note {
margin:0 auto 20px;
padding: 24px;
background-color: #fff;
border:1px solid #e5e5e5;
font-size: 12px;
}

.privacy-note p{
margin:5px 0;
}

.privacy-note p a{
color:#6fc84a;
}


/*********************** sponsor ***********************/


.sponsor {
background-color: #fff;
position:relative;
z-index:10;
}


.sponsor ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor li {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}





/*********************** inquiry ***********************/



.inquiry{
padding:0 20px 40px;
/*background-color:#f3f8fa;*/
background: linear-gradient(45deg, rgba(159,174,188,0.85) 0%, rgba(250,250,250,0.6) 100%);
}


.inquiry p{
text-align:center;
font-size:14px;
}


.inquiry a,
.support a{
color:#8d4bc6;
}

.support{
text-align:center;
}



/************************************** 

responsive 

**************************************/


@media (max-width: 960px) {


.container:before{
width:60vw;
height:40vh;
}


.container:after{
width:90vw;
height:50vh;
}


.content-block:before{
opacity:0.6;
}


.event-header{
padding:5%;
}


.container-fluid{
padding:10px;
}


.event-summary{
margin:10px;
}


.large, .small{
width:80% !important;
}


}





@media (max-width: 640px) {


.container:before{
width:60vw;
height:40vh;
}


.container:after{
width:90vw;
height:50vh;
}


.content-block:before{
display:none;
}

.event-header{
padding:3%;
}

.summary-inner{
padding:15px;
}

.overview-inner{
padding:15px;
}

.overview dl dt{
width:100%;
border-left:1px solid #9faebc;
}

.overview dl dd{
margin:0;
padding:25px 0;
clear:both;
}





.session-schedule .session-theme{
position:absolute;
padding:5px 10px;
width:200px;
height:70px;
font-size:1rem;
background-color:#9faebc;
clip-path: polygon(100% 0, 0 0, 0 100%);
z-index:1;
}


table th{font-size:1.25rem;}


.large, .small{
width:100% !important;
}

.btn-register{
margin:0 auto 40px;
}



.list-logo li {
width: 50%;
margin-bottom: 48px;
}


.container-fluid{
margin: 0;
padding:10px;
}


.head_block .uniikey{
top:50px;
right:-50px;
}
.head_block .uniikey img{
width:50%;
}


.head_title{
padding:25px;
}

.head_title h1 {
font-size: 2rem;
}

.head_title h1 small {
margin-bottom: 16px;
font-size: 1rem;
}



h2{font-size:1.5rem;}

h3{font-size: 1.25rem;}



.information dt {
    clear: both;
    width: auto;
    color: #000000;
    float: none;
    font-weight: bold;
    margin: 0 0 5px;
    width: auto;
    font-size:.85rem;
}


.information dd {
    margin: 0 0 10px 0;
   border-bottom:1px dotted #999;
   padding-bottom:5px;
}


.table-session {width: 100%;}
.table-session th, .table td {padding: 16px 8px;}
.table-session td .title {font-size: 16px; margin: 0 0 16px;}

.table-session th,
.table-session td .session-time{
font-size:1rem;
}


td.session .profile{
padding:10px 0;
display:block;
}


td.session .profile_name {
margin-bottom: 8px;
}

td.session .profile_open {
  margin: 0;
  font-size: 11px;
}



.list-logo li {
width: 100%;
text-align: center;
}

.summary {display: none;}


.sponsor ul {
margin: 0;
}

.sponsor li {
  width: 50%;
}

}




/* movie page */

.movie_title {
    display: block;
    height: auto;
    padding: 40px 24px;
}
.movie_title h1 {float: none; font-size: 2rem; margin: 0;}

.webinar-video-area {
    display: flex;
    justify-content: space-between;
    margin: 24px auto;
}

.video {
  width: 100%;
  margin-bottom: 24px;
}
.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slido {
    width: 29%;
    height: 480px;
  margin-bottom: 24px;
}

.enquete-after {
  margin: 24px 0 80px;
}
.enquete-after a {font-size: 1.25rem; line-height: 1.5;}










