@charset "utf-8";
/* CSS Document */
.txt-vertical {
    letter-spacing: 0.4em;
}
.cate1{
	padding-bottom: 150px;
}
.cate1 .topbox{
    display: flex;
    gap: 60px;
    justify-content: flex-start; 
    flex-wrap: nowrap;
}

.cate1 .topbox .imgbox  { flex: 1 1 0; min-width: 220px; }
.cate1 .topbox .txtbox  { flex: 1 1 0; min-width: 220px; }
.cate1 .topbox .rightbox{ flex: 2 1 0; min-width: 320px; }
.cate1 .topbox .rightbox img{
    width: 90%;
    margin-left: auto;
    display: block;
}
.cate1 .topbox .rightbox p{
    margin-bottom: 60px;
    justify-content: flex-start;
}
.cate1 .topbox .imgbox{
    margin-bottom: clamp(60px, 12vw, 200px);
    padding-left: clamp(0px, 4vw, 50px);
}
.cate1 .bottombox{
	max-width: 1280px;
	margin: 0 auto;
	gap:80px;
	margin-top: 100px;
}
.cate1 .bottombox .txtbox {
    width: calc(60% - 40px);
}
.cate1 .bottombox .imgbox {
    width: calc(40% - 40px);
}
 

/* ---------- cate2 ---------- */
.cate2{
	color: #1A1A1A;
}
.cate2 .en-titlebox p{
	letter-spacing: 0.6em;
}
.cate2 .jp-titlebox p br{
	display: none;
}
.cate2 .jp-titlebox{
	flex-direction: column;
}
.cate2 .jp-titlebox img{
	width: 220px;
}
.cate2 .story-timeline {
    position: relative;
    display: grid;
    row-gap: 80px;
    padding-top: 150px;
}

.cate2 .story-item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 60px 1fr;
    column-gap: 40px;
    align-items: start; 
	margin-bottom: 60px;
}
.cate2 .story-item::before,
.cate2 .story-item::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    transform: translateX(-0.5px);
    background-image: repeating-linear-gradient(
        to bottom,
        #1A1A1A 0,
        #1A1A1A 4px,
        transparent 4px,
        transparent 8px);
}
.cate2 .story-item::before {
    top: 0;
    bottom: 50%;
}
.cate2 .story-item::after {
    top: 50%; 
    bottom: 0;
}
.cate2 .story-timeline .numbox{
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-top: -100px;
}
.cate2 .story-timeline .numbox .number{
	font-family: "EB Garamond", sans-serif;
    font-size: 38px;
    color: #847D5F;
    letter-spacing: 0.2em;
    font-weight: 500;
}
.cate2 .story-timeline .imgbox{
	width: 90%;
	margin: 0 auto;
}
.cate2 .story-timeline .txtbox {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.cate2 .story-timeline .txtbox h3 {
    position: relative;
    padding-left: 40px;
}
.cate2 .story-timeline .txtbox h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px; 
    background-color: #1A1A1A;
    transform: translateY(-50%);
}
.cate2 .title-style4::after{
	background-color: #1A1A1A;
}

.cate2 .bottombox{
	gap: 80px;
}
.cate2 .bottombox .txtbox{
	width: calc(70% - 40px);
}
.cate2 .bottombox .imgbox{
	width: calc(30% - 40px);
}

.cate2 .more_wrap .more1 a {
    --line: #1A1A1A;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .story-item {
		margin-bottom: 40px;
	}
	.cate2 .story-timeline .imgbox{
		width: 100%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .topbox {
        display: grid; 
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        gap: 40px 60px; 
    }
    .cate1 .topbox .imgbox {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;  
        margin-bottom: 0; 
        padding-left: clamp(0px, 3vw, 40px);
    }
    .cate1 .topbox .txtbox {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }
    .cate1 .topbox .rightbox {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 70%;
        margin-left: auto;
        min-width: 0;
    }
    .cate1 .topbox .rightbox img {
        width: 100%; 
        display: block;
    }
    .cate1 .topbox .rightbox p {
        margin-bottom: 40px;   
    }
	.cate2 .story-timeline {
		row-gap: 20px;
		padding-top: 50px;
	}
    .cate2 .story-item {
        display: flex;
        flex-direction: column;
        row-gap: 24px;  
        align-items: center;
        margin-bottom: 40px;
    }

    .cate2 .story-item::before,
    .cate2 .story-item::after {
        display: none;
    }

    .cate2 .story-item .numbox { order: 1; }
    .cate2 .story-item .imgbox { order: 2; width: 100%; }
    .cate2 .story-item .txtbox { order: 3; width: 100%; }

    .cate2 .story-timeline .numbox {
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }
    .cate2 .story-timeline .imgbox{
        width: 90%;
        height: auto;
        display: block;
    }
	.cate2 .story-timeline .txtbox {
        width: 90%;
    }
	.cate2 .bottombox{
		flex-direction: column-reverse;
	}
	.cate2 .bottombox .imgbox{
		width: 90%;
	}
	.cate2 .bottombox .txtbox{
		width: 90%;
	}
	.cate2 .bottombox {
		gap: 50px;
	}
    .cate2 .en-titlebox .en_title {
        font-size: 48px;
    }

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1{
		padding: 100px 50px;
	}
	.cate1 .topbox{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .cate1 .topbox .txtbox,
    .cate1 .topbox .rightbox{
        flex: 0 1 auto;
        min-width: 0;
        width: 100%;
        margin: 0;
        padding-left: 0;
    }
	.cate1 .topbox .txtbox{
		width: auto;
		margin: 0 auto;
	}
	.cate1 .topbox .txtbox h2{
		font-size: 18px;
	}
    .cate1 .topbox .rightbox img{
        width: 100%;
        display: block;
		margin: 0 auto;
    }
	.cate1 .topbox .rightbox{
		margin: 0 auto;
	}
	.cate1 .topbox .txtbox { order: 2; }
    .cate1 .topbox .imgbox { order: 3; }
    .cate1 .topbox .rightbox { order: 1; }
	
    .cate1 .bottombox{
        display: flex;
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
        margin-top: 60px; 
    }
    .cate1 .bottombox .imgbox,
    .cate1 .bottombox .txtbox{
        width: 100%;
        min-width: 0;
    }
	.cate1 .bottombox .imgbox{
		width: 100%;
	}
    .cate1 .bottombox .imgbox{ order: 1; }
    .cate1 .bottombox .txtbox{ order: 2; }


	.cate2 .en-titlebox .en_title {
        font-size: 42px;
		letter-spacing: 0.3em;
    }
	.cate2 .jp-titlebox img {
		width: 150px;
	}
	.cate1 .topbox .imgbox{
		display: none;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
    .cate1 .topbox .rightbox img {
        width: 100%;
    }
    .cate1 .topbox .rightbox p{
        margin-bottom: 20px;
    }
    .cate1 .bottombox .txtbox br{
        display: none;
    }
	.cate1 .bottombox .txtbox span{
        display: inline-block;
    }
    .cate2 .story-timeline .imgbox{
        width: 100%;
    }
	.cate2 .story-timeline .txtbox {
        width: 100%;
    }
    .cate2 .story-timeline .numbox {
		padding-left: 0;
		margin: 0 auto;
    }
	.cate2 .bottombox {
		gap: 30px;
	}
	.cate2 .bottombox .imgbox{
		width: 100%;
	}
	.cate2 .bottombox .txtbox{
		width: 100%;
	}
	.cate2 .en-titlebox .en_title {
        font-size: 28px;
    }
	.cate2 .jp-titlebox p br{
		display: block;
	}
	.cate2 .story-timeline .numbox .number{
		font-size: 28px;
	}
	
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

