@charset "utf-8";
/* -------------------------------------
     sp CSS
 (c) Copyright 2026 Sketches of Design
     version 2026-04-28
------------------------------------- */

/* 1280
--------------------------------------*/
@media screen and (max-width: 1280px) {
  header{
    padding: 15px 4%;
  }
  body#home #main-pic .textarea{
    padding: 0 4%;
  }
  main section .inner{
    padding: 60px 4%;
  }
  body#home #lead .inner{
    margin: 0 4%;
  }
  body#home #cs .inner{
    margin: 60px 4% 0 4%;
  }

}
/*  1024
--------------------------------------*/
@media screen and (max-width: 1024px) {

  
body#home #timetable .col4 .speaker-card{
  width: calc(50% - 20px);
}


}

/*  960
--------------------------------------*/
@media screen and (max-width: 960px) {

  body#home #timetable .speaker-card{
    width: calc(50% - 20px);
  }
  header ul{
    display: none;
  }

}
/*  768
--------------------------------------*/
@media screen and (max-width: 768px) {

  img{
    max-width: 100%;
    height: auto;
  }
  body#home #speaker-area .nav,
  body#home #timetable .tag li,
  body#home #timetable .speaker-card p{
    font-size: 1.2rem;
  }
  h2 span,
  body#home #speaker-area .people p,
  body#home #timetable p{
    font-size: 1.4rem;
  }
  body#home #timetable .speaker-card .name span,
  body#home #timetable h3 span{
    font-size: 1.6rem;
  }
  body#home #lead p,
  body#home #main-pic .online span,
  body#home .entry-area .entry a,
  body#home #main-pic .entry a{
    font-size: 1.8rem;
  }
  body#home #timetable h3,
  body#home #cs p{
    font-size: 2.0rem;
  }
  body#home #main-pic .date{
    font-size: 3.4rem;
  }
  h2{
    font-size: 4.4rem;
  }
  br.sp{
    display: block;
  }
  header {
    padding: 10px 4% 15px 4%;
  }
  body#home #main-pic .inner{
    background-position: center 0;
    background-size: 150% auto;
  }
  body#home #main-pic .date,
  body#home #main-pic .online {
    margin-top: 20px;
  }
  body#home #main-pic h1{
    font-size: 11vw;
  }



}
/*  667
--------------------------------------*/
@media screen and (max-width: 667px) {
  header{
    flex-direction: column;
    justify-content: center;
  }
  header .logo{
    margin: 10px 0 0 0;
  }
  body#home #speaker-area .people ul,
  body#home #main-pic h1 span br{
    display: block;
  }
  body#home #speaker-area .people > img,
  body#home #speaker-area .profile,
  body#home #timetable .col4 .speaker-card,
  body#home #timetable .speaker-card{
    width: 100%;
  }
  body#home #timetable img{
    width: 80px;
    height: 80px;
  }
  body#home #timetable .speaker-card .info {
    width: calc(100% - 100px);
  }

}
/*  480
--------------------------------------*/
@media screen and (max-width: 480px) {
  body#home #main-pic .time{
    font-size: 2.4rem;
  }
  body#home #main-pic h1 span{
    font-size: 2.2rem;
  }
  body#home #lead p{
    font-size: 1.6rem;
    font-weight: 500;
  }
  body#home #timetable h3 span {
    font-size: 1.4rem;
  }
  body#home #timetable h3{
    font-size: 1.8rem;
  }
  body#home #timetable section{
    padding: 15px;
  }
  body#home #timetable .break,
  body#home #timetable .close,
  body#home #timetable .opning{
    padding: 10px 15px;
  }
  body#home #timetable .time{
    width: 60px;
  }
  body#home #timetable .text {
    width: calc(100% - 60px);
  }


}

/*  375
--------------------------------------*/
@media screen and (max-width: 375px) {


}









/*  
--------------------------------------*/
@media(max-height: 850px) {
  body#home #main-pic{
    background-position: 0 bottom;
  }
}
@media (max-width: 768px) and (min-height: 850px) {
  body#home #main-pic .inner{
    background-position: center bottom;
    background-size: 180% auto;
  }
}
@media (max-width: 480px) and (min-height: 800px) {
  body#home #main-pic .inner{
    background-position: center bottom;
    background-size: 240% auto;
  }
  body#home #main-pic{
    background-position: 0 bottom;
  }
}
@media (max-width: 480px) and (max-height: 700px) {
  body#home #main-pic .date {
    margin-top: 20px;
  }
  body#home #main-pic .entry{
    position: static;
    margin-top: 20px;
  }
  body#home #main-pic .inner{
    padding: 30px 0;
  }
}
@media (max-height: 660px) {
  body#home #main-pic .inner{
    padding: 10px 0 0 0;
  }
  body#home #main-pic .entry a{
    padding: 10px 40px;
  }
  body#home #main-pic h1 span{
    margin-top: 10px;
  }
  body#home #main-pic .date {
    font-size: 3.0rem;
  }
  body#home #main-pic .time {
    font-size: 2.0rem;
  }
}
