@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
    font-family: 'Garamond Premier Pro ';
    src: url('../fonts/AGaramondPro-Bold.otf') format('opentype'), url('../fonts/AGaramondPro-BoldItalic.otf') format('opentype'), url('../fonts/AGaramondPro-Italic.otf') format('opentype'), url('../fonts/AGaramondPro-Regular.otf') format('opentype');
}

.subpage-history {
    margin-top: 140px;
    background: url(../img/event/event_bg.png) no-repeat left / contain;
    background-size: 91% 448px;
    background-position-x: left;
    background-position-y: top;
}

@media screen and (max-width: 850px) {
    .subpage-history {
        margin-top: 70px;
        background: none;
    }
}

.history__inner {
    max-width: 1340px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.history__title {
    color: #030303;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    padding-top: 50px;
}
@media screen and (max-width: 850px) {
    .history__title {
        font-size: 12px;
        text-align: center;
        padding-top: 20px;
    }
}

.history__title span {
    font-size: 63px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 13px;
    letter-spacing: 0.2em;
    line-height: 1;
    display: block;
}
@media screen and (max-width: 850px) {
    .history__title span {
        font-size: 33px;
        letter-spacing: 0.1em;
        text-align: center;
        margin-bottom: 9px;
    }
}

.history__contents {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.history__banner {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #F7F7F7;
    padding: 30px;
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
@media screen and (max-width: 1024px) {
    .history__banner {
        max-width: 650px;
        gap: 17px;
        padding: 30px 20px;
    }
}
@media screen and (max-width: 850px) {
    .history__banner {
        padding: 0 10px;
        background: none;
        gap: 10px;
        flex-wrap: wrap;
    }
}

.history__banner.m_fixed {
    left: 0;
    right: 0;
	position: fixed;
	top: -30px;
    z-index: 999999;
}
@media screen and (max-width: 850px) {
    .history__banner.m_fixed {
        top: -10px;
    }
}
@media screen and (max-width: 460px) {
    .history__banner.m_fixed {
        top: 35px;
    }
}

.history__button-block {
    position: relative;
    max-width: 140px;
    width: 22%;
}
@media screen and (max-width: 850px) {
    .history__button-block {
        width: 40%;
        max-width: 100%;
    }
}

.history__button-block::after {
    width: 50px;
    height: 1px;
    top: 50%;
    right: -25px;
    background: #000000;
    content: '';
    position: absolute;
    z-index: 6;
}

.history__button {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 5;
}

.history__button:hover {
    opacity: 1;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.history__button::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #000000;
    content: '';
    position: absolute;
    z-index: 1;
    transition: 0.3s ease-in-out;
}

.history__button:hover::after {
    left: 0;
    transition: 0.3s ease-in-out;
}

.history__button span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
    padding: 21px 23px;
    color: #000000;
    border: 1px solid #030303;
    text-align: left;
    position: relative;
    z-index: 5;
}

.history__button:hover span {
    color: #ffffff;
    transition: 0.3s ease-in-out;
}
@media screen and (max-width: 850px) {
    .history__button span {
        font-size: 12px;
        letter-spacing: 0.08em;
        line-height: 2;
        padding: 6px;
    }
    .history__button-block::after {
        width: 7px;
        right: -3px;
    }
}

.history__content01 {
    margin-top: 16px;
}

.history__content02,
.history__content03,
.history__content04 {
    margin-top: 60px;
}

@media screen and (max-width: 850px) {
    .history__content01 {
        margin-top: 30px;
    }
    .history__content02,
    .history__content03,
    .history__content04 {
        margin-top: 20px;
    }
    .history__content01,
    .history__content03 {
        background: #F7F7F7;
        padding: 20px 0;
    }
}

.history__content {
    display: flex;
}

@media screen and (max-width: 850px) {
    .history__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.history__title-sub {
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: 500;
    color: #030303;
    line-height: 1;
    text-align: left;
    width: 20%;
}

@media screen and (max-width: 850px) {
    .history__title-sub {
        width: 100%;
        font-size: 12px;
        letter-spacing: 0.08em;
    }
}

.history__title-sub span {
    font-family: "Josefin Sans", sans-serif;
    font-size: 63px;
    letter-spacing: 0.2em;
    line-height: 1;
    margin-bottom: 7px;
    display: block;
}
@media screen and (max-width: 850px) {
    .history__title-sub span {
        font-size: 39px;
        margin-bottom: 0;
        display: inline-block;
    }
}

.history__block-content {
    width: 80%;
}
@media screen and (max-width: 850px) {
    .history__block-content {
        width: 100%;
    }
}

.history__text-block {
    text-align: left;
    padding-top: 5px;
    border-left: 1px solid #030303;
    padding-left: 70px;
    position: relative;
}
@media screen and (max-width: 850px) {
    .history__text-block {
        width: 100%;
        padding-left: 30px;
        padding-top: 0;
        margin-top: 20px;
    }
}

.history__text-block.mt {
    padding-top: 70px;
}
@media screen and (max-width: 850px) {
    .history__text-block.mt {
        padding-top: 0;
    }
}

.history__text-block.mt-large {
    padding-top: 140px;
}
@media screen and (max-width: 850px) {
    .history__text-block.mt-large {
        padding-top: 0;
    }
}

.history__text-block.first::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: #030303;
    position: absolute;
    top: 0;
    left: -3px;
}

.history__text-title {
    font-size: 30px;
    font-weight: 700;
    color: #030303;
    line-height: 1.4;
    position: relative;
    padding-bottom: 16px;
}

.history__text-title::after {
    content: '';
    width: 60px;
    height: 2px;
    background: #030303;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 850px) {
    .history__text-title {
        font-size: 17px;
        line-height: 2.05;
        padding-bottom: 10px;
        letter-spacing: 0.16em;
        text-align: left;
    }
    .history__text-title::after {
        width: 25px;
    }
    .history__text-title + .history__img,
    .history__text-title + .history__block {
        margin-top: 0;
    }
    .history__text-title.mt {
        margin-top: 30px;
    }
}

.history__img {
    position: absolute;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
    .history__img {
        position: initial;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.history__img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history__img01 {
    aspect-ratio: 252 / 168;
    width: 252px;
    right: -20px;
    top: 5px;
}

.history__img02 {
    aspect-ratio: 254 / 224;
    width: 254px;
    top: 420px;
    left: -240px;
}

.history__img03 {
    aspect-ratio: 3 / 2;
    width: 360px;
    right: 50px;
    bottom: 60px;
}

.history__img04 {
    aspect-ratio: 257 / 280;
    width: 257px;
    top: 40px;
    right: -10px;
}

.history__img05 {
    aspect-ratio: 273 / 224;
    width: 273px;
    left: -240px;
    bottom: 50px;
}

.history__img06 {
    aspect-ratio: 178 / 280;
    width: 178px;
    right: -80px;
    top: 270px;
}

.history__img07 {
    aspect-ratio: 218 / 184;
    width: 218px;
    left: -180px;
    top: 420px;
}

.history__img08 {
    aspect-ratio: 256 / 460;
    width: 256px;
    left: -240px;
    top: 220px;
}

.history__img09 {
    aspect-ratio: 1 / 2;
    width: 180px;
    left: -200px;
    bottom: 190px;
}

.history__img10 {
    aspect-ratio: 4 / 3;
    width: 400px;
    top: 440px;
    right: -60px;
}

.history__img11 {
    aspect-ratio: 260 / 346;
    width: 260px;
    left: -240px;
    bottom: 100px;
}

.history__img12 {
    aspect-ratio: 318 / 144;
    width: 318px;
    left: -240px;
    top: 460px;
}

.history__img13 {
    aspect-ratio: 648 / 432;
    max-width: 684px;
    width: 100%;
    margin-top: 40px;
}

.history__img14 {
    aspect-ratio: 3 / 4;
    width: 300px;
    top: 90px;
    right: -170px;
}

.history__img15 {
    aspect-ratio: 27 / 19;
    width: 270px;
    top: 350px;
    left: -230px;
}

.history__img16 {
    aspect-ratio: 46 / 32;
    max-width: 460px;
    width: 100%;
    right: -160px;
    bottom: -120px;
}

.history__img17 {
    aspect-ratio: 308 / 110;
    width: 308px;
    top: 230px;
    right: -90px;
}

.history__img18 {
    aspect-ratio: 245 / 230;
    width: 245px;
    top: 400px;
    right: -60px;
}

@media screen and (max-width: 1150px) {
    .history__img03 {
        width: 300px;
    }
    .history__img04 {
        width: 190px;
    }
    .history__img06 {
        width: 160px;
    }
    .history__img10 {
        width: 310px;
        right: -10px;
    }
    .history__img13 {
        max-width: 500px;
    }
    .history__img14 {
        width: 240px;
        right: -120px;
    }
    .history__img16 {
        max-width: 390px;
        width: 100%;
        right: -100px;
    }
    .history__img17 {
        width: 268px;
        right: -40px;
    }
    .history__img18 {
        width: 185px;
        right: -20px;
    }
}

@media screen and (max-width: 1024px) {
    .history__img01 {
        max-width: 450px;
        width: 100%;
    }

    .history__img03 {
        aspect-ratio: 30 / 17;
        max-width: 450px;
        width: 100%;
    }

    .history__img04 {
        max-width: 250px;
        width: 100%;
    }

    .history__img05,
    .history_img06 {
        max-width: 242px;
        width: 100%;
    }

    .history__img07 {
        max-width: 140px;
        width: 100%;
    }
    .history__img08 {
        max-width: 200px;
        width: 100%;
    }
    .history__img09 {
        max-width: 120px;
        width: 100%;
    }
    .history__img10 {
        max-width: 330px;
        width: 100%;
    }
    .history__img11 {
        max-width: 300px;
        width: 100%;
    }
    .history__img12 {
        max-width: 204px;
        width: 100%;
    }
    .history__img14 {
        max-width: 250px;
        width: 100%;
    }
    .history__img15 {
        max-width: 220px;
        width: 100%;
    }
    .history__img17 {
        max-width: 250px;
        width: 100%;
    }
    .history__img18 {
        max-width: 190px;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .history__img01 {
        margin-top: 0;
    }
}

.history__block {
    border: 1px solid #707070;
    padding: 30px;
    color: #363636;
    font-size: 15px;
    line-height: 2;
    width: 100%;
    position: relative;
    margin-top: 20px;
}

.history__block::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: #030303;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -74px;
}
@media screen and (max-width: 850px) {

    .history__block {
        padding: 15px 12px;
        font-size: 12px;
        letter-spacing: 0.08em;
        color: #030303;
    }
    .history__block::before {
        left: -34px;
    }
}

.history__block.start::after {
    content: '';
    width: 72px;
    height: 1px;
    background: #030303;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -72px;
}
@media screen and (max-width: 850px) {
    .history__block.start::after {
        width: 30px;
        left: -30px;
    }
}


.history__block p {
    position: relative;
    padding-left: 12px;
}

.history__block p::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #363636;
    position: absolute;
    top: 10px;
    left: 0;
}

.history__block span {
    font-weight: 700;
}

.history__block .red {
    color: #8D2E2D;
}


.history__block.mini {
    max-width: 380px;
}

.history__block.small {
    max-width: 590px;
}

.history__block.medium {
    max-width: 670px;
}

.history__block.large {
    max-width: 100%;
}

.history__block.mt_845 {
    max-width: 845px;
}

.history__block.mt_800 {
    max-width: 800px;
}

.history__block.mt_815 {
    max-width: 815px;
}

.history__block.mt_750 {
    max-width: 750px;
}

.history__block.mt_730 {
    max-width: 730px;
}

.history__block.mt_500 {
    max-width: 500px;
}

.history__last-block {
    margin-top: 70px;
    margin-bottom: 40px;
    max-width: 580px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 850px) {
    .history__last-block {
        margin-bottom: 30px;
    }
}

.history__last-img {
    aspect-ratio: 58 / 40;
    max-width: 580px;
    width: 100%;
}
@media screen and (max-width: 850px) {
    .history__last-img {
        aspect-ratio: 375 / 170;
    }
}

.history__last-img img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history__info {
    font-size: 15px;
    line-height: 2;
    color: #363636;
    margin-top: 16px;
    font-weight: 500;
}
@media screen and (max-width: 850px) {
    .history__info {
        font-size: 12px;
        color: #030303;
        margin-top: 10px;
        letter-spacing: 0.08em;
    }
}

.lg-show {
    display: none;
}

.lg-none {
    display: block;
}

@media screen and (max-width: 1024px) {
    .lg-show {
        display: block;
    }
    .lg-none {
        display: none;
    }
}