@charset "UTF-8";
/* PC用 -----------------------------------*/
/*-------------------------------------------
Common
-------------------------------------------*/
html {
    font-size: 62.5%;
}
body {
    color: #3B3B3B;
    font-size: 2.2rem;
    font-family: "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std", "メイリオ", sans-serif;
    font-weight: 500;
    line-height: 1.8;
    background-image: url('../img/background.jpg');
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
    background-color: #0C1030;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #FFF;
}
.brSp {
    display: none;
}
.btn {
    border-radius: 35px;
    background: #163C85;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px 38px;
    display: inline-block;
    text-align: center;
}
.btn:hover {
    opacity: 0.7;
}
.wrapper-1200 {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.wrapper {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
}
section {
    background-color: rgba(12, 16, 48, 0.5);
    padding: 0 20px 20px;
    margin-bottom: 50px;
}
h2 {
    color: #FFF;
    font-size: 6rem;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 4px;   
}
h2 span {
    display: block;
}
h3,.title {
    font-size: 3.1rem;
    font-weight: 800;
    letter-spacing: 1.25px;
    display: inline-block;  
    background-color: #FFF;    
    color: #3B3B3B;                
    padding-left:42px;      
    transform: skew(-20deg);      
    font-weight: 800;   
    margin-bottom: 15px;      
    width: 60%; 
}
h3,.title::before {
    content: '';
    display: inline-block;
}
h4 {
    font-size: 2.6rem;
}
.index {
    font-size: 3.1rem;
}
.code {
    display: grid;
    text-align: center;
    align-items: center;
    background-color: #86237F;   
    border: 1px solid #fff;     
    color: #fff;       
    font-size: 3.1rem;         
    padding: 30px 36px;          
    gap: 0;     
    position: relative;       
    margin-bottom: 55px;  
    height: fit-content;   
}
.code:hover {
    opacity: 0.7;
}
.code::after {
  content: "";
  position: absolute;
  top: 4px;                  
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid white;  
  pointer-events: none;     
}
.code p {
  margin: 0;
  padding: 0 15px;
  line-height: 1.5;          
}
footer {
    padding: 38px 0;
    color: #FFF;
    font-size: 1.8rem;
    text-align: center;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainvisual {
    margin-top: 150px;
    margin-bottom: 150px;
    color: #FFF;
    text-align: center;
}
h1 {
    text-align: center;
    font-size: 7rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 50px;
}
h1 span {
    color: #D32D26;
}
.mainvisual h2 {
    color: #FFF;
    font-size: 6rem;
    font-weight: 800;
    display: flex;
    justify-content:center; 
    flex-direction: row;
}
.mainvisual h2 span {
    color: #D32D26;
    display: inline;
}
.schedule-text {
    font-size: 2.8rem;
    margin-bottom: 10px;
}
.mainvisual .image {
    margin-bottom: 50px;
}
.mainvisual .schedule {
    margin-bottom: 27px;
    background-color: rgba(12, 16, 48, 0.5);
}
.mainvisual .logo {
    display: flex;
    justify-content: center;
    gap: 17px;
    margin-top: 120px;
    margin-bottom: 80px;
}
.mainvisual .logo-wrapper {
    position: relative;        
    display: inline-block;    
    width: 150px;              
    height: 150px;
    border-radius: 50%;         
    background-color: white; 
    display: flex;           
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); 
}
.mainvisual .logo img {
    max-width: 70%;         
    max-height: 70%;
}
/*-------------------------------------------
Overview
-------------------------------------------*/
.overview {
    color: #fff;
}
.overview .container {
    margin-bottom: 100px;
}
.flex-center {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.overview .text {
    display: grid;
    justify-content: center;
}
.overview .flyer {
    max-width: 800px;
    display: flex;
    margin: 0 auto 100px;
}
.overview h4 {
    font-size: 4.6rem;
    text-align: center;
    margin-bottom: 10px;
}
.overview .index {
    margin: 40px 0;
    text-align: center;
    font-size: 4.6rem;
}
.overview .conent {
    margin-bottom: 60px;
}
.overview .content .inner {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 35px;
}
.overview .content .inner p {
    color: #86237F;
    background: #FFF;
    text-align: center;
    padding: 10px;
    width: 50%;
    font-size: 3.6rem;
}
.overview ul {
    width: 80%;
    margin: 0 auto;
}
.overview .logo-wrapper {
  display: inline-flex;        
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 200px;               
  background-color: white;      
  box-shadow: 0 0 10px rgba(0,0,0,0.1);        
}
.overview .logo {
  max-width: 70%;              
  max-height: 70%;
}
.overview .fortnite {
    display: flex;
    justify-content: center;
    gap: 17px;
    margin: 40px;
}
.overview .fortnite .text {
  width: 70%;
  font-size: 2.2rem;
}
.overview .fortnite ul {
    margin: 10px 0;
    text-align: left;
    margin-left: 33px;
}
.overview .fortnite li {
    position: relative;
    padding-left: 28px;  
    line-height: 1.6;
}
.overview .fortnite li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;             
    height: 20px;
    transform: translateY(-50%);
    background: url('../img/check.svg') no-repeat center/contain;
}
.content-map {
    display: flex;
    background-color: #FFF;
    color: #3B3B3B;
}
.content-map .image-kyotomap {
    width: 50%;
}
.content-map .inner {
    padding: 52px 30px;
    width: 50%;
    text-align: center
}
.content-map .inner .image {
    max-width: 350px;
    margin: 0 auto 70px;
}
.content-map .inner .text {
    font-size: 2.4rem;
    text-align: center;
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.content-map .inner .code {  
    margin-bottom: 55px;     
}
.content-map .inner .link {
  display: flex;
  flex-direction: column; 
  gap: 18px;             
}
/*-------------------------------------------
How to join
-------------------------------------------*/
.howtojoin {
    color: #FFF;
}
.howtojoin .container {
    background-color: #FFF;
    color: #3B3B3B;
    padding: 40px 10px;
    margin-bottom: 100px;
}
.howtojoin .container ol {
    display: flex;
    gap: 10px;
    margin-bottom: 130px;
}
.howtojoin .container li {
    width: 50%;
    text-align: center;
    position: relative;
}
.howtojoin li::after {
  content: "";
  position: absolute;
  right: -12px;         
  top: 52%;          
  transform: translateY(-50%);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14px solid #86237F;
}
.howtojoin li:last-child::after {
    display: none;
}
.howtojoin .container li span {
    display: block;
    text-align: center;
    font-size: 3.1rem;
    margin-bottom: 23px;
}
.howtojoin .container li .process {
    display: grid;
    align-items: center;
    height: 20%;
}
.howtojoin li .image {
    display: flex;
    margin: 0 auto;
    max-width: 80%;
    margin-bottom: 23px;
}
.howtojoin li .code-step2 {
    display: none;
}
.howtojoin li .description {
    text-align: left;
    width: 85%;
    margin: 0 auto;
}
.howtojoin .area {
    display: flex;
    font-size: 2.2rem;
}
.howtojoin .area .outer {
    width: 50%;
    margin-right: 20px;
}
.howtojoin .area span {
    font-size: 2.4rem;
}
.howtojoin .area .inner {
    margin-bottom: 45px;
    text-align: center;
}
.howtojoin .area .inner p {
    margin-bottom: 10px;
    text-align: left;
    width: 80%;
    margin: 10px auto;
}
.howtojoin .area .code {
    width: 50%;
}
.howtojoin .content {
    background-color: #F5F5F5;
    text-align: center;
    padding: 40px 0;
}
.howtojoin .content p {
    margin-bottom: 10px;
}
.howtojoin .content span {
    display: block;
    font-size: 1.8rem;
}
.howtojoin .box {
    padding-bottom: 40px;
}
.howtojoin .box .item {
    margin-bottom: 28px;
}
/*-------------------------------------------
FAQ
-------------------------------------------*/
.faq {
    color: #fff;
    font-size: 2.8rem;
}
.faq .container {
    display: grid;
    gap: 45px;
}
.faq .container span {
    font-size: 2.2rem;
    margin-top: 0;
    margin-left: 16px;
    display: inline-block;
    line-height: 1.5;
}
.faq .container a {
    text-decoration: underline;
    margin-left: 16px;
}
/*-------------------------------------------
About
-------------------------------------------*/
.about .container {
    background-color: #FFF;
    padding: 55px;
}
.about h3 {
    background: none;   
    transform: none;    
    width: auto;       
    position: relative;
    padding-left: 42px; 
}
.about h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;          
    height: 100%;       
    background-color: #86237F;  
}
.about .blue-line::before {
    background-color: #163C85;  
}
.about h4 {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: 1.25px;
    background-color: #163C85;    
    color: #FFF;                
    padding:5px 40px;      
    transform: skew(-20deg);      
    margin-bottom: 0;  
    width: fit-content;    
}
.about .content {
    margin-bottom: 95px;
}
.about .inner {
    display: flex;           
    align-items: center;
    padding-left: 40px;
}
.about .inner .btn {
    margin-left: 15px;
}
.about .students {
    display: flex;
    margin: 30px 0;
    gap: 20px;
}
.about .students .image {
    max-width: 350px;
    margin-right: 30px;
    margin: auto;
}
.about .students .text {
    margin: auto;
}
.about .students .text p:first-child {
    font-size: 2.6rem;
    margin-bottom: 10px;
}
.about .image {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 28px;
}
.about .box {
    display: grid;
    justify-content: center;
    margin-top: 55px;
}
.about .box .image {
    max-width: 800px;
}
/*-------------------------------------------
Contact
-------------------------------------------*/
.contact {
    color: #fff;
}
.contact .content {
    display: grid;
    justify-content: center;
    padding: 40px 0;
}
.contact .btn {
    margin-top: 15px;
}

 /* レイアウト（任意） */
.movie{
  max-width: 800px;     /* ここで最大幅を調整 */
  margin: 0 auto;       /* 中央寄せ */
  border-radius: 12px;  /* 角丸（不要なら削除） */
  overflow: hidden;
}

/* 比率固定（モダン） */
.movie{
  --ratio: 16/9;                /* 4/3, 1/1 などに変えたい場合は上書き */
  position: relative;
  width: 100%;
  aspect-ratio: var(--ratio);
}
.movie > iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* フォールバック（古いブラウザ） */
@supports not (aspect-ratio: 1){
  .movie{ height: 0; padding-bottom: calc(100% / (var(--ratio))); }
  .movie > iframe{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;
  }
}


/* スマートフォン用 --------------------------*/
@media screen and (max-width: 767px) {
/*-------------------------------------------
Common
-------------------------------------------*/
body {
    font-size: 1.6rem;
}
.wrapper-1200 {
    padding: 0 16px;
}
section {
    padding: 0 16px;
}
.brSp {
    display: inline-block;
}
.brPc {
    display: none;
}
h2 {
    font-size: 3rem; 
}
h3,.title {
    font-size: 2rem;        
    padding-left:30px;          
    margin-bottom: 10px;
    width: 100%;
}
h4 {
    font-size: 2rem;
}
.index {
    font-size: 2rem;
}
.code {
    font-size: 2rem;         
    padding: 15px;
    margin-bottom: 55px;  
}
.code p {
  padding: 0;            
}
.btn {
    padding: 15px 10px;
}
/*-------------------------------------------
Mainvisual
-------------------------------------------*/
.mainvisual {
    margin-top: 65px;
    margin-bottom: 0;
}
h1 {
    -webkit-text-stroke-width: 1px;
    font-size: 3.6rem;
    margin-top: 12px;
    margin-bottom: 70px;
}
.mainvisual h2 {
    font-size: 2.8rem;
    display: grid;
}
.mainvisual .schedule {
    display: grid;
    gap: 10px;
    padding: 10px 0;
    margin-bottom: 10px;
}
.schedule-text {
    font-size: 1.8rem;
    margin-bottom: 0;
}
.mainvisual .logo {
    gap: 5px;
    margin-top: 55px;
}
.mainvisual .logo-wrapper {
    width: 80px;
    height: 80px;
}
/*-------------------------------------------
Overview
-------------------------------------------*/
.overview .content .inner {
    display: grid;
    gap: 15px;
    margin-bottom: 35px;
}
.overview .content .inner p {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.8rem;
    height: 150px;
    align-items: center;
}
.overview ul {
    width: 100%;
    display: grid;
    gap: 16px;
}
.overview .fortnite {
    display: grid;
    gap: 35px;
    margin: 30px 0 0;
}
.overview .fortnite .text {
    width: 100%;
    font-size: 1.6rem;
}
.overview .logo-wrapper {
    margin: 0 auto;
    height: auto;
}
.overview .fortnite ul {
    margin: 25px 0;
}
.overview .flyer {
    width: 100%;
}
.overview h4 {
    font-size: 2rem;
}
.overview .index {
    font-size: 2.6rem;
}
.content-map {
    display: grid;
}
.content-map .image-kyotomap {
    width: 100%;
}
.content-map .inner {
    padding: 40px 5px;
    width: 100%;
}
.content-map .inner .text {
    margin-bottom: 40px;
    font-size: 1.8rem;
}
/*-------------------------------------------
How to join
-------------------------------------------*/
.howtojoin .container ol {
    display: grid;
    gap: 15px;
    margin-bottom: 40px;
}
.howtojoin .container li {
    width: 100%;
    height: fit-content;
    margin-bottom: 40px;
}
.howtojoin li::after {
    right: auto;
    left: 50%;
    top: 106%; 
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #86237F;
    border-bottom: none;
}
.howtojoin .container li span {
    font-size: 2rem;
    margin-bottom: 0px;
}
.howtojoin li .code-step2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
}
.code {
    display: none;
}
.howtojoin .area {
    display: grid;
    font-size: 1.6rem;
}
.howtojoin .area .outer {
    width: 100%;
    margin-right: 0;
}
.howtojoin .area span {
    font-size: 1.2rem;
}
.howtojoin .area .inner p {
    width: 92%;
}
.howtojoin .content span {
    font-size: 1.3rem;
}
/*-------------------------------------------
FAQ
-------------------------------------------*/
.faq {
    font-size: 1.8rem;
}
.faq h2 {
    margin-bottom: 20px;
}
.faq .container span {
    font-size: 1.4rem;
}
/*-------------------------------------------
About
-------------------------------------------*/
.about .container {
    padding: 30px 12px;
}
.about h3 {
    font-size: 1.8rem;
    padding-left: 10px; 
}
.about h3::before {
    width: 8px;
}
.about .image {
    display: grid;
    justify-content: space-evenly;
    gap: 2px;
    margin-bottom: 20px;
}
.about .content {
    margin-bottom: 65px;
}
.about p {
    margin-bottom: 35px;
}
.about .inner {
    display: grid;
    padding-left: 0;
}
.about .inner img {
    margin: 0 auto 10px;
}
.about .inner .btn {
    font-size: 1.5rem;
    margin-left: 0;
    padding: 15px 8px;
}
.about .students {
    display: grid;
}
.about .students .text p:first-child {
    font-size: 1.8rem;
}
.about h4 {
    font-size: 1.8rem;
    padding: 0px;
    padding-left: 20px;
    width: 100%;   
}
/*-------------------------------------------
Contact
-------------------------------------------*/ 
.contact .btn {
    margin-top: 30px;
}
/*-------------------------------------------
footer
-------------------------------------------*/ 
footer {
    font-size: 1.2rem;
}
}