
/* mixins, variables, etc. */


/* universal */

@media (max-width: 767px) {
  .top-image-container {
    height: auto;
  }
  .top-image-text {
    padding-top: 20px;
  }
  .custom-btn {
    padding: 12px 24px;
  } 
}
@media (min-width: 992px) {
  .mnone{
    display:none;
  }
}
body {
  margin:0 auto;
  overflow-x: hidden;
}

.full-container{
  max-width: 100% !important;
  padding: 0 !important;
  padding-top:63px;
  background-color: #FFF5EE;
  margin:0 !important;
  overflow:hidden;
}






section {
  overflow: auto;
}

textarea {
  resize: vertical;
}

.center {
  text-align: center;
  h1 {
    margin-bottom: 10px;
  }
}
.navbar{
  margin-bottom:0;
}

/* typography */

h1, h2, h3, h4, h5, h6,p,.custom-text{
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-family: "M PLUS 1p", sans-serif;
}

h1 {
  font-size: 3em;
  letter-spacing: -2px;
  margin-bottom: 30px;
  text-align: center;
}


h3 {
  padding-left:0;
  font-size:4.5em !important;
  font-weight:300;
}

p {
  font-size: 20px;
  line-height: 1.7em;
}

.pp{
  font-size:20px;
}
@media (max-width: 768px) {
    p{
      font-size:17px;
    }
    h1{
      font-size:72px;
    }
    h2{
      font-size:50px;
    }
    h3{
      font-size:42px !important;
    }
    h4{
      font-size:40px;
    }
    h5{
      font-size:40px;
    }
    h6{
      font-size:36px;
    }
}

.custom-btn {
  background-color:black !important;
  color:#fff !important;
  font-size: 24px !important;
  border-radius: 32px !important;
  padding:24px 86px !important;
  width: auto !important; 
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important ;
}
@media (max-width: 768px) {
  .custom-btn{
    font-size:17px;
    padding:18px 60px;
  }
}

.custom-text{
  font-size:1.5em;
  color:#000;
  writing-mode: horizontal-tb; 
  display: inline-block;
}
.kochira {
  white-space: nowrap;
}


/* header */


#logo {
  float: left;
  margin-right: 10px;
  font-size: 1.7em;
  color: white;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-top: 9px;
  font-weight: bold;
  &:hover {
    color: white;
    text-decoration: none;
  }
}

.container-fluid{
  padding:0 30px;
}
.navbar-toggler{
  border: none;
}
.navbar-toggler-icon {
  color: #000;
}
@media (max-width: 768px) {
  .navbar, .navbar-collapse {
    max-width: 100%;
  }
  
}

/* footer */

footer{
  background-color:#fff;
  margin: auto;
  padding-top:40px;
  padding-bottom:30px;
  
  a {
    color: gray;
    &:hover {
      color: gray-darker;
    }
  }
  
  ul {
    float: right;
    list-style: none;
    li {
      float: left;
      margin-left: 15px;
    }
  }
}


/* home */
/* top-image */
.top-image-container {
  position: relative;
  background-image: url("../images/daydreambackground.png");
  background-size: cover;
  max-width: 100% !important;
  height: 120vh;
  row-gap:0px;
  padding-top:50px;
}
.top-image-text-container{
  padding-top:50px;
}
@media (max-width: 767px) {
  .top-image-container{
    background-image: url("../images/iphonebackground.png");
  }
  .top-image-text-container{
    padding-top:100px !important;
    height:749px;
    max-width:100%;
  }
  
}

.tedxutokyo2024{
  font-size:50px;

}
.daydrea{
  font-size:120px;

}
.date{
  font-size:80px;
}
.yasuda{
  font-size:64px;
}
@media (max-width: 768px) {
  .tedxutokyo2024{
    font-size:36px;
  }
  .daydrea{
    font-size:72px;
  }
  .top-image-text-container p{
    font-size:12px;
  }
  .date{
    font-size:40px;
  }
  .yasuda{
    font-size:40px;
  }
}
.top-image-text-container h6  {
  line-height: 1.0;
  margin-bottom:0;
}
.top-image-text-container .btn{
  margin-top:30px;
}
.top-image-text p{
  line-height:24px;
}




.top-image-text{
  padding-top:80px;
}
.top-image-content h3,
.top-image-content p {
  margin: 0;
  max-width: 70%;
  margin-left: auto;
}

.various-container {
  background-color: #FFF5EE;
  margin: 0;
  max-width: 100%;
  padding:0;
  .title-container,.contents-container,.partners-container, .information-container,.application-container{
    padding-top:30px;
  }
}

.various-container > div {
  padding-bottom: 30px;
  border-bottom: 1px solid;
  width: 100%;
}

.application-container {
  padding-bottom: 60px !important;
  border-bottom:0 !important;
}
.application-btn{
  background-color:#EB0028 !important;
}


.timetable p{
  line-height:1rem;
}
.title{
  text-decoration:underline;
}


/* about */
.sub-image-container {
  position: relative;
  background-size: cover;
  max-width: 100% !important; 
  height: 373px;
  row-gap:0px;
  margin:0 !important;
}
.sub-about-container{
    background-image: url("../images/aboutbackground.png");
}
.sub-image-text-container{
  padding-top:140px;
  h2{
    font-size:72px;
  }
}
@media (max-width: 992px) {
  .sub-image-text-container {
  h2{
    font-size:42px;
  }
  
}
.none{
    display:none;
  }
}

/* contents */
.contents-container{
  max-width:95% !important;
}
.ws-container{
  border-bottom:none !important;
}
.sub-contents-container{
    background-image: url("../images/contentsbackground.png");
}
.speaker{
  margin:8px;
  padding-top:10px;
  width:250px;
  height: 70vh;
  border-radius: 10px;

  >img {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    object-fit: cover;
    border-radius: 20px;
  }

  .speaker-contens {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  
  p{
    font-size:14px;
  }
  .name{
    font-size:24px;
    margin:0;
  }
  .katagaki{
    font-size:17px;
    margin:0;
  }
  
}
.iconwrapper{
  height:40%;
  width:100%;
  background-color:black;
}

.icon{
  object-fit:cover;
}
.contents-h2{
  font-size:28px;
}
@media (max-width: 576px) {
  .iconwrapper{
    height:50%;
    width:50%;
    object-fit:cover;
    background-color:white;
  }
  .speaker{
    margin:10px;
    width:300px;
    height:45vh;
    .name{
      font-size:17px !important;
    }
    .katagaki{
      font-size:14px !important;
    }
    p{
      font-size:12px !important;
    }
  }
  .icon{
    max-width:90%;
    
  }
  .contents-h2{
  font-size:17px;
  }
}
@media (min-width:576px) and (max-width:767px) {
  .speaker{
    height:60vh;
    width:250px !important;
  }
  .iconwrapper{
    width:90%;
    height:40%;
  }
}
@media (min-width:767px) and (max-width:992px) {
  .speaker{
    margin:10px;
    max-height:100%;
    width:300px !important;
    .name{
      font-size:17px;
    }
    .katagaki{
      font-size:16px;
    }
    p{
      font-size:15px;
    }
  }
  .iconwrapper{
  max-height:70%;
  width:100%;
  background-color:black;
  }
  .ws{
  background-color:#E62E7F;
  }
}

/* partner */
.sub-partner-container{
    background-image: url("../images/partnerbackground.png");
}
.partner{
 background-color:#fff;
 margin:40px; 
 width:30vh ;
 height:30vh ;
}
.mainwrapper{
  width:30vh;
  
  height:30vh;
}
.partner-icon{
  object-fit:cover; 
  object-position:center;
}
.largeicon{
  max-width:90%;
}
.spartner{
  width:15vh ;
  height:15vh ;
  background-color:#fff;
  margin:40px;
}
.swrapper{
  width:15vh ;
  height:15vh ;
}

@media (max-width: 767px) {
  .partner{
    width:15vh;
    height:15vh;
    margin:20px;
  }
  .mainwrapper{
    height:20vh;
  }
  .spartner{
    width:12vh ;
    height:12vh ;
    margin:40px;
  }
  
  .partner-icon{
    object-fit:cover; 
    object-position:center;
    max-width:100%;
  }
  
}


/* chada 作成分 */
.sub-header {
    background-color: #eb0028;
    div:hover {
        background-color: #eb0028;
        color: #FFF;
    }
}

.contents-inner {
    padding-top: 60px;
    /* margin-top: -100px; */
}
