@charset "UTF-8"; 
body {
	display: none;
}

/* =====
   ヘッダー
===== */
.header {
    position: fixed;
    top: 0;
    inset: 0;
    z-index: 10;
}
.header__topic {
    color: var(--primary-black); 
}


.closebox {
    display: flex;
    align-items: center;
    align-items: center;
}
.close {
    display: flex;
}
.close span {
    color: var(--primary-black);
    font-family: var(--primary-font02);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.8s ease;
}
.close:hover span {
    opacity: 0.3;
  }
.space {
    width: 5px;
}
 .closebox::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 1.5px;
    background: var(--primary-black);
    margin-right: 6px;
}

/* =====
   ヘッダーエンド
===== */


.story__202301 {
    margin-top: 236px;
    position: relative;
}

.story__box01 {
    padding-left: 5.5%;
    width: 32.6%;
}
.story__topic {
    font-family: var(--primary-font01);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.story__txt {
    font-family: var(--primary-font02);
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 32px;
}
.story__txt-02 {
    font-family: var(--primary-font02);
    font-size: 2rem;
    font-weight: 700;
    margin-top: 43px;
}

.story__box02 {
    width: 38.19%;
    margin: 0 auto;
    position: relative;
    top: -250px;
}

.story__img {
    width:  100%;
    height: auto;
    margin-top: 10px;
    object-fit: contain;
}

.first {
    margin-top: 0px;
}

.scroll__box {
    margin-top: -250px;
}

@media screen and (max-width: 1080px) {
    .close span {
        font-size: 2rem; 
    }
    .closebox::before {
        width: 12px;
        margin-right: 5px;
    }
    .story__202301 {
        margin-top: 180px;
    }
    .story__topic {
        font-size: 2.5rem;
    }
    .story__txt {
        font-size: 2rem;
        margin-top: 32px;
    }
    .story__box02 {
        top: -223px;
    }

    .scroll__box {
        margin-top: -223px;
    }

}

@media screen and (max-width: 900px) {
    .story__202301 {
        margin-top: 150px;
    }

    .story__topic {
        font-size: 2rem;
    }
    
    .story__txt {
        font-size: 1.6rem;
        font-weight: 700;
        margin-top: 32px;
    }
    .story__box02 {
        top: -204px;
    }

    .scroll__box {
        margin-top: -204px;
    }
}

@media screen and (max-width: 769px) {
    .close span {
        font-size: 1.8rem; 
    }

    .closebox::before {
        width: 7px;
        height: 1px;
        margin-right: 3px;
      }

    .story__202301 {
        margin-top: 110px;
        position: relative;
    }
    
    .story__box01 {
        padding-left: 0;
        margin: 0 auto;
        width: 155px;
    }
    
    .story__topic {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }
    
    .story__txt {
        font-size: 1.4rem;
        margin-top: 10px;
    }

    .story__txt-02 {
        font-size: 1.4rem;
        margin-top: 30px;
    }
    .story__box02 {
        width: 75%;
        margin: 0 auto;
        position: static;
    }
    
    .story__img {
        width:  100%;
        height: auto;
        margin-top: 5px;
        object-fit: contain;
    }
    
    .first {
        margin-top: 30px;
    }
    
    .scroll__box {
        margin-top: 0px;
    }
}

@media screen and (max-width: 580px) {
    .close span {
        font-size: 1.4rem; 
    }

    .story__box02 {
        width: 100%;
        padding: 0 4.8%;
        position: static;
    }
    
    .story__img {
        width:  100%;
        height: auto;
        margin-top: 5px;
    }

    .first {
        margin-top: 30px;
    }
    
}