


.eee {
 margin-top: 200px;
 margin-left: 80px;
 margin-right: 60px;
}

.honbun{
    font-size: 20px;
    color: #1b1c1c;
    letter-spacing: 6%;  
 line-height: 33px; 
}

.image3{
    display: flex;
    gap: 32px;
    margin-top: 100px;
}

.square-image{
    width: 31.7%;             
    aspect-ratio: 1 / 1;  
    object-fit: cover;   
}

.section3-left-right{
    display: flex;
    justify-content: space-between;
    align-items: center;       
}

.day{
    flex: 1; 
}



.section3-mini-title{
   display: flex;
    align-items: center;    
    gap: 30px;              
    margin-bottom: -30px;
}

.section3-title-honbun{
   margin-bottom: 40px;
}

.section3-mini-title-text{
   font-size: 28px;
}

.member{
   display: flex;
  align-items: baseline;
   gap: 11px; 
}

.sixfive{
   font-size: 30px;
   font-weight: medium;
   color: #1b1c1c;
}

.chohoke-image{
   width: auto;        
    height: 400px;      
 
}

.chushaku{
   font-size: 18px;
   color: #1b1c1c;
   letter-spacing: 4%;
}

.color-enji {
    color: #A93B3E; 
    font-weight: bold; 
}

.image4{
    display: none;
}

.square-image4{
    display: none;
}
.section3-sp-vector{
    display: none;
}
.section3-pc-vector{
    display: block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.eee {
 margin-top: 200px;
}   
.image3{
  display: none;
}

.square-image{
display: none;
}

.image4 {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        margin-top: 40px;
        overflow: hidden;
        margin-bottom: 60px !important;
    }

    .square-image4 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        animation: sp-fade-slider 9s infinite;
    }

    /* --- ここが重要！各.image4の中での順番を指定 --- */
    /* 1枚目 */
    .image4 img:nth-child(1) {
        animation-delay: 0s;
    }
    /* 2枚目 */
    .image4 img:nth-child(2) {
        animation-delay: 3s;
    }
    /* 3枚目 */
    .image4 img:nth-child(3) {
        animation-delay: 6s;
    }

    /* アニメーションの内容（変更なし） */
    @keyframes sp-fade-slider {
        0% { opacity: 0; }
        10% { opacity: 1; }
        33% { opacity: 1; }
        43% { opacity: 0; }
        100% { opacity: 0; }
    }
    .day{
    flex: 1; 
}

.section3-left{
     display: flex;          
    flex-direction: column; 
    gap: -60px;
}
.section3-left-right{
    display: flex;          
    flex-direction: column; 
}


.section3-mini-title{
   display: flex;
    align-items: center;     
    gap: 16px;             
    margin-bottom: -30px;
}

.member{
    margin-top: 17px;
}

.section3-title-honbun{
   margin-bottom: 17px;
}

.section3-mini-title-text{
   font-size: 18px;
}

.section3-mini-title-bottom{
     display: flex;          
    flex-direction: column; 
    gap: 14px;
}

.sixfive{
   font-size: 25px;
   font-weight: medium;
   color: #1b1c1c;
   margin-right: 6px;
}

.chohoke-image{
  width: 100%;
 height: auto;
    object-fit: cover;
   margin-top: 40px;
   margin-bottom: 60px !important;
}

    
}
@media (max-width: 500px) {

    .eee {
 margin-left: 6px;
 margin-top: 80px;
 margin-right: 6px;
}

.honbun{
    font-size: 14px;
    color: #1b1c1c;
    letter-spacing: 2%;    /* トラッキング0% */
 line-height: 26px; 
}

.image3{
  display: none;
}

.square-image{
display: none;
}

.image4 {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        margin-top: 40px;
        overflow: hidden;
        margin-bottom: 60px !important;
    }

    .square-image4 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        animation: sp-fade-slider 9s infinite;
    }

    /* --- ここが重要！各.image4の中での順番を指定 --- */
    /* 1枚目 */
    .image4 img:nth-child(1) {
        animation-delay: 0s;
    }
    /* 2枚目 */
    .image4 img:nth-child(2) {
        animation-delay: 3s;
    }
    /* 3枚目 */
    .image4 img:nth-child(3) {
        animation-delay: 6s;
    }

    /* アニメーションの内容（変更なし） */
    @keyframes sp-fade-slider {
        0% { opacity: 0; }
        10% { opacity: 1; }
        33% { opacity: 1; }
        43% { opacity: 0; }
        100% { opacity: 0; }
    }
    .day{
    flex: 1; 
}

.section3-left{
     display: flex;          
    flex-direction: column; 
    gap: -60px;
}
.section3-left-right{
    display: flex;          
    flex-direction: column; 
}


.section3-mini-title{
   display: flex;
    align-items: center;     
    gap: 16px;             
    margin-bottom: -30px;
}

.member{
    margin-top: 17px;
}

.section3-title-honbun{
   margin-bottom: 17px;
}

.section3-mini-title-text{
   font-size: 18px;
}

.section3-mini-title-bottom{
     display: flex;          
    flex-direction: column; 
    gap: 14px;
}

.sixfive{
   font-size: 25px;
   font-weight: medium;
   color: #1b1c1c;
   margin-right: 6px;
}

.chohoke-image{
  width: 100%;
        height: 250px;
    object-fit: cover;
   margin-top: 40px;
   margin-bottom: 60px !important;
}

.chushaku{
   font-size: 13px;
   color: #1b1c1c;
   letter-spacing: 4%;
}

.color-enji {
    color: #A93B3E; /* 早稲田祭カラーっぽいエンジ色 */
    font-weight: bold; /* ついでに太字にするともっと目立ちます！ */
}

.hero h1 {
        font-size: 23px !important;
    }
}
