#column {
    padding-top: 39px;
    overflow-x: clip;
    padding-bottom: 63px;
}

@media screen and (max-width: 999px) {
    #column {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.column__container {
width: 100%;
max-width: 1220px;
margin-left: auto;
}

@media screen and (max-width: 999px) {
.column__container {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
}

.column__contents {
display: flex;
justify-content: space-between;
margin-top: 12px;
gap: 31px;
}

.column__header {

}

.column__title {
display: flex;
flex-direction:column;
}

@media screen and (max-width: 999px) {
.column__title {
    margin-bottom: 30px;
}
}

.column__title--ja {
font-size: 32px;
letter-spacing: 0.08em;
font-weight: 700;
font-family: "Zen Kaku Gothic Antique", sans-serif;
color: #3C3C3C;
transform: translate(-6px, -2px);
}

@media screen and (max-width: 999px) {
    .column__title--ja {
        font-size: 24px;
    }
}

.column__title--en {
    font-size: 16px;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    letter-spacing: 0.14em;
    color: #0FCEDE;
}

.column__buttonWrapper {
    margin-top: 75px;
}

@media screen and (max-width: 999px) {
    .column__buttonWrapper {
        
        margin-top: 15px;
    }
}

.column__button {
width: 229px !important;
transform: translateX(-6px);
}

.column__itemsWrapper {
    margin-top: 3px;
}

.column__items .slick-track {
display: flex;
gap: 40px;
}

.column__item {

}

.column__image {

}

.column__info {
display: flex;
margin-top: 12px;
gap: 19px;
}

.column__cat {
font-size: 13px;
font-weight: bold;
letter-spacing: 0.06em;
font-family: "Noto Sans JP", sans-serif;
color: #37A6CD;
}

.column__time {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06em;
    font-family: "Outfit", sans-serif;
    color: #7F8386;
    margin-bottom: 7px;
}

.column__title {
    font-size: 15px;
    color: #3C3C3C;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.column--none {
	    padding-right: 20px;
}

@media screen and (max-width: 999px) {
	
.column--none {
	    padding-right: 0px;
	}
}