
body{
    margin: 0px;
    background-color: rgb(255, 255, 255);
    color:#171717;
    font-family:'Josefin Sans', 'Noto Sans JP', sans-serif;

}

.header
{
    background-color: #ffffff;
    position: fixed;
    width:100%;
    object-position: center top;
    
    
    background-color: rgba(131, 0, 0, 0);
    z-index: 1000;

    
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.header-container
{
    background-color: white;
    /*
    width:1000px;
    */
    width:80%;
    margin-inline: auto;
    display: flex;
    gap:10px;
    padding: 10px;
    box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.25);

    position: relative;

}


.headerContainer-humbargerIcon
{
    display: none;

}

.header.isVisible
{
    transform: translateY(20%);
}

.header-iconArea
{
    width:120px;
    background-color: rgb(255, 255, 255);
    margin-block: auto;
}
.headerIconArea-image
{
    width: 100%;
}

.header-navs
{
    display: none;
    /*
    background-color: rgb(255, 255, 255);
    display: flex;
    gap:10px;
    bottom: 100%;
    margin-top:auto;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 600;
    */
}

.header-navs a
{
    color: #000000;
    text-decoration: none;
}


.main
{
    color: #ffffff;    
    padding: 0px;
}

.mobileHeaderOverlay
{
    position:fixed;

    
    transform:translateY(-100%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;


}


.TopImage-section
{
    background-image: url('/src/images/mainVisual_WGS2026.webp');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 100dvh;
    left: -50%;
    overflow: hidden;
}

.TopImage-contentArea
{
    object-fit: contain;
    width:80%;
    height: 80%;
    margin-inline: auto;
}

.TopImage-logoImageArea
{
    margin-top: 40px;
    width: min(600px, 80vw, 65vh);   
    min-width: 220px;
    margin-inline: auto;
    background-color: rgba(175, 19, 19, 0);
    

}
.TopImage-logoImage
{
    max-width: 100%;
    
}

.TopImage-dateTextArea
{
    width:80%;
    margin-inline: auto;
}

.TopImage-dateText
{

    font-size: clamp(10px, min(4vw, 6vh), 47px);
    display: flex;
    gap: 0.8em;
    align-items: baseline;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    justify-content: center;

}


.About-section
{
    background-color: #ffffff;
}

.About-title
{
    /*
    
    display: block;
    margin-top: 0px;
    margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    */
    background-color: rgba(0, 0, 0, 0);

}

.About-textBox
{

    text-align: center;
    color: #333;
    background-color: rgba(167, 32, 32, 0);
    box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.25);
    
    /*
    font-size: 1.0rem;
    line-height: 1.8;
    
    width:1000px;
    margin-top:30px;
    margin-inline: auto;
    margin-bottom: 100px;
    padding-block: 50px;
    */
}

.About-textBox p
{
    
    color: #333;
    text-align: left;
    /*
    font-size: 1.0rem;
    line-height: 1.8;
    margin-top:50px;
    margin-left: 50px;
    margin-right: 50px;
    */
}

/*
.logo-pic
{
    display: block;
    margin-top: 0px;
    margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width:100%;
    max-width:740px;
}
*/

.aboutTextBox-title
{
    display: flex;
    justify-content: center;
    text-align: center;
    margin:0 ;
    /*
    align-items: baseline;  
    gap: 0.5em;             
    */
}


/*
.aboutTextBox-title h2 h3
{
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom:20px;
}
*/

.aboutTextBox-title h2
{
    margin-bottom: 20px;
    /*
    font-size: 35px;
    font-weight: bold;
    */

}

.aboutTextBox-title h3
{
  margin-bottom: 20px;
  /*
  font-size: 25px;
  font-weight: bold;
  */

}



.sectionTitle
{
    padding-block: 25px;
    background-color: rgba(0, 128, 0, 0);

}

.Event-section
{
    background-color: #0f0f0f;
}


.Event-title
{
    background-color : rgba(201, 40, 40, 0);
}

.Event-infoBox
{
    padding-bottom: 50px;
    margin-inline:auto;
    background-color: #00000000;


}

.eventInfoBox-dateTextArea
{
    width : fit-content;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    gap:10px;



}



.Event-dateInfo
{
    color: black;
    background-color: white;
    
    margin-inline:auto;
    border:3px solid #ffffff;
    border-radius: 4px;
    text-align: center;
    display: flex;
    padding-inline:10px;

    width:fit-content;
    height:70px;
    margin-block:5px;
    font-size: 25px;


}
.dateInfo-text
{
    /*
    margin: 0px;
    margin-top:5px;
    
    padding-block: 4px;
    */
    margin:auto;
    font-weight:bold;
    
}



.Event-contentArea
{
    /*
    display:grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    grid-template-areas: 
    ". image . text   ."
    ". image . button  .";
    gap:5px;
    align-items: center;
    
    max-width:1100px;
    height:650px;
    */
    
    background-color: rgb(255, 255, 255);
    margin-inline:auto;
    
    /*角を丸める*/
    margin-block:20px;
    border:3px solid #ffffff;
    border-radius: 4px;


}


.eventInfoBox-imageArea
{
    /*
    grid-area: image;
    */
    max-width:400px;

    background-color: rgb(255, 255, 255);
}

.eventInfoBox-image
{
    width:100%;
    display:block;
}

.eventInfoBox-textArea
{
    grid-area: text;
    background-color: rgb(255, 255, 255);
    color: #000000;
    display: flex;
    flex-direction: column;

    /*
    width:574px;
    gap:50px;
    */
    

}

.eventInfoBox-explainTextArea
{
    /*
    font-size: 14px;
    line-height: 1.5;
    */
}

.eventInfoBox-infoTextArea
{
    /*
    margin-inline: 30px;    
    font-size:17px;
    */
}

.eventInfoBox-textRow
{
    display: grid;
    
    /*
    grid-template-columns: 110px 1fr;
    border-bottom: 1px solid #dbdbdb;
    margin-block: 0px;
    padding : 5px;
    */
}

.eventInfoBox-textRow span
{
    margin-left: 45px;
}

/*
.eventInfoBox-infoText:last-child
{
    margin-bottom: 5px;
    border-bottom: 1px solid #3b3b3b;
}

.eventInfoBox-infoText
{   
    margin : 0px;
    
    padding-block: 10px;
    border-top:1px solid #3b3b3b;
    
}
*/

.eventInfoBox-buttonArea
{
    grid-area: button;
    margin: auto;
}
.eventInfoBox-deteilButton
{
    display:inline-block;
    color: white;
    background-color: #000000;
    
    margin: 0px;
    padding: 10px 28px;
    width: 240px;
    
    border:3px solid #ffffff;
    border-radius: 8px;
    
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-weight: 500;



}


/*NESのみ個別調整*/
#NESInfoButton
{
    /*ボタンとして機能をOFF*/
    pointer-events: none;
}

/*
.eventInfoBox-sizeDebug
{
    position:absolute;
    top:0;
    right:0;
    background: rgba(102, 102, 102, 0.719);
    font-size: 12px;    
}
*/



.Access-section
{
    color: #000000;
    background-color: #f1f1f1;
    padding-bottom:25px;
}

.Access-titleImage
{
    /*
    display: block;
    margin-top: 0px;
    margin-bottom:0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    */

}

.Access-infoBox
{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 12px rgb(0, 0, 0, 0.25);
    /*
    max-width: 1000px;
    min-height: 500px;
    margin-block:  25px;
    margin-inline:auto;
    padding: 25px;
    
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    grid-template-areas:
    ". image . map ."
    ". text . button ."
    ;
    
    */

}


.accessInfoBox-imageArea
{
    grid-area: image;
    background-color: rgba(255, 255, 255, 0);
    /*
    width: 500px;
    height:350px;
    margin-block: auto;
    */
}

.accessInfoBox-image
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.accessInfoBox-mapArea
{
    grid-area: map;
    background-color: rgba(0, 0, 255, 0);
    /*
    width :400px;
    height:350px;
    
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
    */

    position:relative;

}

.accessInfoBox-mapArea iframe
{
    width: 100%;
    height:450px;
    display: block;
    
    position:absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}


.accessInfoBox-textArea
{
    grid-area: text ;
    background-color: rgba(255, 255, 255, 0);
    /*
    margin-inline: auto;
    font-size: 13px;
    margin-top: 10px;
    */

}

.accessInfoBox-infoRow
{
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-block:0px;
    padding: 5px;
    border-bottom: 1px solid #d2d2d2;

}

.accessInfo-label
{
    margin-left: 20px;
}

.accessInfoBox-text
{
    margin-inline: auto;
    border-bottom:1px solid #bdbdbd;
    width: 450px;
    margin: 0px;
    padding: 7px;
}

.accessInfoBox-buttonArea
{
    grid-area: button;
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    /*
    font-size: 20px;
    */
}

.accessInfoBox-detailButton
{
    display:inline-block;
    color: white;
    background-color: #000000;
    
    font-weight: 500;
    border:3px solid #ffffff;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em;

    /*
    margin: 0px;
    padding: 20px 70px;
    min-width: 140px;
    */

}


.Support-section
{
    color: #000000;
    background-color: rgb(255, 255, 255);
    padding: 40px 20px;
    background-color: #ffffff;
    text-align: center;

}


.Support-section h2 
{
    color: #333;

  margin-bottom: 20px;
    /*
    font-size: 48px;
    */
}
.Support-section h3 
{
    color: #333;
    margin-bottom: 20px;
    /*
    font-size: 36px;
    */
}

.Support-sponsorBunnerArea 
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
  gap: 20px;
  margin-bottom: 30px;
}

.Support-sponsorBunner 
{
  margin: 10px;
  display: inline-block;
}

.Support-sponsorBunner img
{
  width: 300px;
  height: auto;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.Support-sponsorBunner img:hover 
{
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.Support-supportersText-desktop
{
    display: none;
}

.Support-supportersText-mobile
{
    display: none;
}


/* フッター */
#footer {
  background-image: url('../src/images/f_bg.webp'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  min-height: 450px;
  position: relative;
  padding: 20px;
  height: 50px;
}

.footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* 左下のコピーライト */
.copy {
  position: absolute;
  bottom: 25px;
  left: 50px;
  font-size: 12px;
  margin: 0;
  z-index: 3;
  color: white;
}

/* 右下のSNSアイコン */
.sns {
  position: absolute;
  bottom: 50px;
  right: 100px;
}

.sns a {
  margin-left: 10px;
  color: white;
  font-size: 20px;
  text-decoration: none;
}

/* 中央右寄りのリンクメニュー */
.fNav {
  position: absolute;
  display: flex;
  gap: 20px;
  top: 50%;
  left: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.fNav li {
  margin-bottom: 8px;
  display: block;
}

.fNav a {
  color: white;
  text-decoration: none;
}

/*wgsのロゴ*/
.wcs-logo {
  position: absolute;
  top: 100px;
  margin-inline: auto;
}

.wcs-logo img {
  width: 600px;
  height: auto;
}

#debugWindowSize
{
    position:fixed;
    right: 8px;
    bottom:8px;
    z-index:9999;

    padding:6px 10px;
    background: rgb(0, 0, 0, 0.7);
    color: white;
    font-size: 14px;
    font-family:monospace;
    pointer-events: none;

}
