@charset "UTF-8";

body{
font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
  margin:0 auto;
  overflow-x: hidden!important;
}



/*Main*/
main {
  animation-name: fadein;
  animation-duration: 3s;

}

@keyframes fadein{
    from{
    opacity: 0;
    }
    to{
    opacity: 1;
    }
}

.header{
  margin: 0 auto;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
}


.headerList{
display: flex;
flex-direction: row;
padding:10px 60px;
background-color: rgba(58, 46, 26, 1);
overflow: hidden;
}

.headerList img{
  padding:10px auto;
}

.headerList li{
  padding:0px 20px;
}

.headerList li:nth-child(n+2){
  padding-top:15px;
}

.headerList li a{
text-decoration: none;
font-weight: bold;
color: #f8ede2;
}

.headerList li a:hover{
color: #38fc38;
}

.header-mobile{
    top:0;
    left:0;
    padding-top: 150px;
    position:fixed;
    display:none;
    width:100%;
    height:100vh;
    background-color: #b2ada3;
    z-index: 25;
}

.header-mobile li{
  margin-left:20px;
  text-align: center;
  line-height: 3em;
}

.header-mobile a{
  text-decoration: none;
  font-size: 16pt;
  color:#191611;
}

.header-mobile a:hover{
  color:#f94c1d;
  font-weight: bold;
}

.icon{
  width:50px;
  height:50px;
  display: none;
  position:fixed;
  top:10px;
  left:10px;
  margin:30px 0px 0px 30px;
  padding:25px 10px 0px 18px;
  border: 1px solid  #3a2e1a;
  cursor: pointer;
  z-index:30;
  border-radius: 100vh;
  background-color: #ffffff;
  opacity: 0.5;
}

.icon:hover{
  opacity: 0.8;
}

.icon span{
  display: block;
  margin-bottom:10px;
  width:40px;
  height: 1px;
  border-radius: 100vh;
  background-color: #3a2e1a;
}

.icon, .icon span{
  transition: all .4s ease-in-out;
}

.icon.is-active span:nth-child(2){
  opacity: 0;
}

.icon.is-active span:nth-child(1){
  transform: translateY(11px) rotate(45deg);
}

.icon.is-active span:nth-child(3){
  transform: translateY(-11px) rotate(-45deg);
}

.mobilebox{
  position: relative;
  margin:0 auto;
  padding: 0 auto;
  width:100vw;
  background-color: #f9f5ee;
  z-index:15;
}

/*Main Content*/


.overview,
.date,
.topimage {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
}


.topimage img{
  width:100%;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 20px 50px;
}




.overview h1{
  margin: 0px auto;
  font-size: x-large;
  text-align: center;
  padding-bottom: 10px;
}

.overview h3{
    margin: 0px auto;
  font-size: large;
  text-align: center;
    padding-bottom: 20px;
}

.overview-list{
  padding-left: 20px;
}

.overview-list li{
  line-height: 1.5em;
  list-style:disc;
  padding-bottom:20px;
}

.overview-list li a{
 text-decoration: none;
 color: #0317f6;
}

.overview-list li a:hover{
  color: #fa05cd;
}

.overview-list li span{
  color: #fa0505;
  font-weight: 600;
}


.organization{
  text-indent: 5em;
}

.dailytext{
  margin: 0 auto;
}

.dailytext p{
  margin: 10px auto;
  padding: 20px 0px;
  line-height: 1.4rem;
}

.dailytext ul{
  margin: 10px auto;
  padding: 20px 0px;
  line-height: 1.4rem;
}

.dailytext ul li{
  list-style: disc;
  margin-bottom: 10px;
}

.dailytext img{
  margin: 0 auto;
  padding: 20px auto;
  width: 100%;
  height: auto;
}

.dailytext a{
  text-decoration: none;
  color:#0410f9;
  font-weight: 600;
}

.dailytext a:hover{
  color: #ff04d5;
}

.activitylist{
  padding-left: 20px;
}


.press-hero {
  max-width: 780px;
  margin: 0 auto;
  padding: 100px 0 20px;
  text-align: center;
}
.press-date {
  text-align: right;
  font-size: 0.9rem;
  color: #777;
}

.press-hero h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.4;
  margin: 20px 0 10px;
}

.press-hero h3 {
  text-align: left;
}

.subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  color: #8a5a18;
  font-weight: bold;
  margin-bottom: 28px;
}

.lead {
  max-width: 760px;
  margin: 0 auto 32px;
  font-size: 1.08rem;
  line-height: 2;
  text-align: left;
}

.press-hero img {
  width: 100%;
  max-width: 820px;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.18);
}

.award-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 20px auto 10px;
  max-width: 780px;

}

.award-card {
  background: #fff8e8;
  border: 1px solid #e5c77a;
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.card-label {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: #8a5a18;
  margin-bottom: 8px;
}

.award-card h2 {
  font-size: 1.5rem;
  margin: 0 0 10px;
}

.dailytext {
  max-width: 780px;
  margin: 0 auto 32px;
  line-height: 2;
  font-size: 1rem;
}

.dailytext h4 {
  max-width: 780px;
  margin: 56px auto 20px;
  padding-left: 14px;
  border-left: 6px solid #8a5a18;
  font-size: 1.4rem;
}

.figures {
  margin: 48px auto;
  text-align: center;
}

.figures img {
  width: 100%;
  max-width: 820px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.15);
}

.figures p {
  font-size: 0.9rem;
  color: #666;
  padding-top:10px;
}

.memorialmovie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.memorialmovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.figurecaption{
  margin:auto;
  padding-top:10px;
  text-align: center;
}


/*Footer*/

footer{
margin: 0 auto;
width: 100%;
overflow: hidden;
bottom:0;

}


.explain-footer {
  background-color: #3a2e1a;
    padding: 15px 0px;
    z-index: 35;
    opacity:1;
}

.footer-text {

}

.footer-text p{
color: #efe7d7;
text-align: center;
font-size: 12px;
font-family: sans-serif;
}
