/* ==========================================================
   Content sections
   Source: content-sections.css
   ========================================================== */
/*
 * content-sections.css
 * 逕ｨ騾・ 譛ｬ譁・さ繝ｳ繝・Φ繝・→繝輔ャ繧ｿ繝ｼ
 * 縺薙・繝輔ぃ繧､繝ｫ蜀・・蜷・そ繧ｯ繧ｷ繝ｧ繝ｳ縺ｯ縲∝・CSS縺ｮ隱ｭ縺ｿ霎ｼ縺ｿ鬆・ｒ邯ｭ謖√＠縺ｦ縺・∪縺吶・
 */

/* --------------------------------------------------------------------------
 * 繝輔ャ繧ｿ繝ｼ
 * -------------------------------------------------------------------------- */
footer {
    background-color: #D0B0FF	; 
    color: #fff; 
    padding: 20px;
    text-align: center;
}

.footer-container h2 {
    font-size: 1.8em; 
    margin-bottom: 10px;
}

.footer-container h3 {
    font-size: 1.5em; 
    margin-bottom: 10px;
    color: #FFFFFF;
}

.footer-container p {
    font-size: 0.7em; 
    margin-bottom: 10px;
    color: #FFFFFF;
}


.footer-container a {
    
    color: #ffffff; 
    transition: color 0.3s ease-in-out;
}

.footer-container a:hover {
    color: #ffa500; 
    text-decoration: underline; 
}

/* --------------------------------------------------------------------------
 * 縺顔衍繧峨○
 * -------------------------------------------------------------------------- */
.shimenawa {
  text-align: center;
  
}

.shimenawa img {
  width: 50%; 
  height: auto;
  max-width: 100%;
  display: inline-block;
  z-index: 25;
  position: relative;
}



.overlapped {
    position: relative;
}


.shimenawa-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; 
    padding: 10px; 
}

@media screen and (max-width: 768px) {
    .shimenawa-wrapper {
        flex-direction: column; 
        align-items: center;
        padding: 20px 10px;
    }
}



.shimenawa-overlay {
    position: absolute;
    width: 50%;
    height: auto;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


@media screen and (max-width: 768px) {
    .shimenawa-overlay {
        width: 80%; 
        top: 80px; 
    }
}



.over-text {
    position: relative;
    z-index: 2;
    color: #533; 
    font-size: 2.5em;
    padding: 20px 0;
    letter-spacing: 2px;
}



.outside-character{
  width:18%;
}


.announcement-section {
  position: relative;
  z-index: 10;
  border-radius: 40px;
  padding: 30px 10px 10px 10px;
}


@media screen and (max-width: 768px) {
  .announcement-section {
    border-radius: 20px;
    padding: 0px 10px 30px 10px;
  }
}



.inside-character {
  position: absolute;         
  height: auto;
  z-index: 20;                
  pointer-events: none;      
  transition: all 0.3s ease; 
}


.left-character {
  left: -23%;                 
  top: 230px;                 
  width: 27%;                 
}


.right-character {
  right: -23%;                
  top: 230px;
  width: 25%;
}


@media screen and (max-width: 768px) {
  .inside-character {
    display: none;
  }
}



a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

a:hover {
  color: #F6C6A2;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news {
  
}

.inner {
  width: 85%;
  max-width: 1000px;
  background-color: #ffa5006b;
  margin: 0 auto;
  padding: 60px 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 10px;

  position: static !important; 
        transform: none !important;  
        width: 80%;                  
        max-width: 900px;
        margin: 50px auto 100px auto;           
        padding: 10px;               
        background: rgba(135, 206, 235, 0.7);            
        border: double 5px #4ec4d3;  
        border-radius: 10px;         
        box-sizing: border-box;      
        z-index: 20;                 
}

.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-bottom: 100px;
  letter-spacing: 2px;
  color: #555;
  z-index:30;
}


.news_list_item {
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}

.news_list_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 30px;
}

.news_list_date {
  font-size: 14px;
  display: flex;
  align-items: center;
  min-width: 150px;
}

.news_list_date time {
  color: #444444;
}

.news_item {
  background: #F6C6A2;
  border-radius: 12px;
  padding: 3px 10px;
  font-size: 13px;
  text-align: center;
  margin-left: 15px;
  white-space: nowrap;
}

.news_list_item p {
  flex: 1;
  margin: 0 15px;
  line-height: 1.6;
}

.news_list_item_Date-and-Time {
  color: #656565;
}

.news_list_item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  transition: background-color 0.3s ease;
  border-radius: 8px;
  color: #1f0c31;
}

.news_list_item a:hover {
  background-color: #FFF2E5; 
  color: #5f90e3; 
}

.news-more-button {
  display: block;
  margin: 26px auto 0;
  padding: 10px 28px;
  border: 1px solid rgba(123, 43, 76, 0.28);
  border-radius: 999px;
  background: #ffffff;
  color: #7b2b4c;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.news-more-button:hover {
  background: #7b2b4c;
  color: #ffffff;
  transform: translateY(-2px);
}

.news-more-button:focus-visible {
  outline: 3px solid rgba(123, 43, 76, 0.3);
  outline-offset: 4px;
}


.arrow {
  width: 20px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2.5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}


@media screen and (max-width: 1024px) {
  .inner {
    width: 90%;
    padding: 50px 30px;
  }

  .news_list_item a {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .news_list_date {
    margin-bottom: 10px;
  }

  .arrow {
    right: 0;
    top: 30px;
  }
}

@media screen and (max-width: 769px) {
  .sub_ttl {
    font-size: 26px;
  }

  .news_list_item p {
    font-size: 14px;
  }

  .news_list_date {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .inner {
    padding: 40px 20px;
  }

  .news_list_date {
    flex-wrap: wrap;
    min-width: unset;
  }

  .news_item {
    margin-left: 0;
    margin-top: 5px;
  }

  .arrow {
    display: none;
  }
}

/* --------------------------------------------------------------------------
 * 繧ｹ繝医・繝ｪ繝ｼ
 * -------------------------------------------------------------------------- */
.ema-synopsis-container {
    position: relative;                     
    padding: 2em;                           
    margin: 10px auto;                     
    max-width: 900px;                       
    width: 86%;                             
    color: #2a4c1c;                         
    font-family: 'Noto Serif JP', serif;    
    line-height: 1.8;                       
    z-index: 30;                            
    overflow: hidden;                       
}


.ema-decoration {
    position: absolute;
    top: 53%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);       
    opacity: 0.4;                            
    z-index: -1;                             
}


.ema-synopsis-container::before,
.ema-synopsis-container::after {
    content: '';
    width: 20px;                             
    height: 30px;                            
    position: absolute;
    display: none;                           
    --corner-offset: 10px;                    
}


.ema-synopsis-container::before {
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top: 0;
    left: var(--corner-offset, 0px);         
}


.ema-synopsis-container::after {
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom: 0;
    right: var(--corner-offset, 0px);        
}


.ema-title,
.ema-title-title,
.ema-content {
    margin: 0.5em 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    line-height: 2.3;
}


.ema-title {
    font-size: 2.3em;
}


.ema-title-title {
    font-size: 1.8em;
}


.ema-content {
    font-size: 1.3em;
}


@media (max-width: 768px) {
    .ema-synopsis-container {
        padding: 1em;
        margin: 30px auto;
        width: 92%;
        line-height: 1.7;
    }

    .ema-decoration {
        display: none;                       
    }

    .ema-synopsis-container::before,
    .ema-synopsis-container::after {
        display: inline-block;              
    }

    .ema-title {
        font-size: 1.6em;
    }

    .ema-title-title {
        font-size: 1.1em;
    }

    .ema-content {
        font-size: 1.1em;
        line-height: 2;
    }
}

/* --------------------------------------------------------------------------
 * 繧ｫ繧ｯ繝ｨ繝縺ｸ縺ｮ蟆守ｷ・
 * -------------------------------------------------------------------------- */
.circle-info-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Noto Serif JP', serif;
}


.kakuyomu-link {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0;
    color: #333;
}


.kakuyomu-link a {
    color: #00ace6;              
    text-decoration: none;       
    transition: color 0.3s ease; 
}


.kakuyomu-link a:hover {
    color: #0086b3;              
    text-decoration: underline;  
}




.mobile-info {
    width: 90%;
    padding: 10px;
    border-radius: 8px;
    border: 2px solid #00ace6;
    background-color: #f8f8f8;
    text-align: center;
}

.mobile-info .info-box {
    margin: 10px 0;
    font-size: 1.1em;
}


.pc-frame {
    position: relative;
    display: none; 
    width: 800px;
    height: auto;
}

.pc-frame .frame-image {
    width: 100%;
    height: auto;
}

.pc-info-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333;
    width: 80%;
}

.pc-info-overlay .circle-name,
.pc-info-overlay .work-title,
.pc-info-overlay .author-name {
    margin: 15px 0;
    font-size: 1.3em;
    font-weight: bold;
}


@media (min-width: 769px) {

    
    .pc-frame {
        display: block;
    }

    
    .mobile-info {
        display: none;
    }
}

.footer-container h4 {
    font-size: 1.2em;
    margin: 5px 0;
    margin-bottom: 10px;
}


.footer-container h4:first-of-type {
    margin-top: 15px;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}
