@charset "UTF-8";

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    list-style: none;
    vertical-align: baseline;
    text-decoration: none;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

:root {
     --cartier-color:#780606;
     --font-sans-serif: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
     --font-serif: ui-serif, Georgia, "Vollkorn", Cambria, 'Times New Roman', Times, serif;
     --font-serif-figfures: ui-serif, serif;
     --ease-in-out:cubic-bezier(0.4, 0, 0.2, 1);
     --ease-out:cubic-bezier(0, 0, 0.2, 1);
}

html {
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

body {
    -webkit-overflow-scrolling: touch;
    min-height: 100vh;
    font-family: 'Noto Sans JP', sans-serif;
    animation-name:loading;
    animation-duration:1s;
    animation-fill-mode:forwards;
    animation-delay:0.2s;
    opacity:0;
}

@keyframes loading {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

div, main, section {
  position: relative;
  display: block;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height:auto;
}

a {
    text-decoration: none;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

a:hover {
	opacity:0.7;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
}

a:link, a:visited {
  text-decoration:none;
}

::selection {
    background-color: #780606;
    color: white;
}

header.p-gh {margin-bottom: 0;} 


.sp {
    display: none;
}

.pc {
    display: block;
}

.dash{
    display: inline-block;
    letter-spacing: -0.3em;
    font-weight: 400 !important;
    position: relative;
    top: -0.1em;
    margin: 0 0.5rem;
}

.p-gh__pr__logo{
    font-family:var(--font-serif);
    font-size:15px;
    text-align: center;
}

.mainmenu, .mainmenu li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    list-style: none;
    vertical-align: baseline;
    text-decoration: none;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.mainmenu{
    background-color: rgba(255,255,255,0.95);
    color: #212121;
    display: flex;
    justify-content: center;
    height:38px;
    padding-top:9px;
    position: sticky;
    top:0;
    left:0;
    z-index: 100;
    font-family: var(--font-serif);
}

.mainmenu li{
    display: block;
    font-size:15px;
    padding-top: 3px;
    padding-left:30px;
    padding-right:30px;
    height:20px;
    border-right:solid 1px #dadada;
    line-height: 1em;
    text-align: center;
    transition: background-color 0.35s;
}

.mainmenu li:nth-of-type(1){
    border-left:solid 1px #dadada;
}

.mainmenu li:hover{
    color:#fff;
    background-color: var(--cartier-color);
}

.mainmenu a{
    display: block !important;
    width: 100%;
    opacity: 1;
}

.mainmenu .current{
    position: relative;
}

.mainmenu .current::after{
    content:"";
    position: absolute;
    width:92%;
    height:1px;
    left:4%;
    bottom:-4px;
    background-color: var(--cartier-color);
}


#hero{
    margin:0 auto;
    position: relative;
}

.hero_pic{
    position: relative;
    line-height: 0;
}

.hero_pic img{
    width:100vw;
    height:80vh;
    min-height:640px;
    object-fit: cover;
}

.hero_pic::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background-image: linear-gradient(
        to bottom, 
        rgba(0, 0, 0, 0.5) 0%, /* 黒 50% 不透明度 */
        rgba(0, 0, 0, 0) 50%,   /* 透明 */
        rgba(0, 0, 0, 0.7) 100% /* 黒 70% 不透明度 */
    );
}

.hero_copy{
    position:absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    color:#fff;
    text-align: center;
    /*text-shadow: 2px 2px 8px rgba(0,0,0,0.15);*/
    /*filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));*/
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.2)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.5));
    width: 100%;
}

.hero_copy_01{
    font-size:16px;
    font-family: var(--font-sans-serif);
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1em !important;
    margin-bottom: 24.5px;
}

.hero_copy_02{
    font-family: var(--font-serif);
    font-size: 73px;
    line-height: 1.1em !important;
    margin-bottom: 26px;
}

.hero_copy_03{
    font-size: 20px;
    line-height: 1.6em !important;
    letter-spacing: 0.1em;
    /*font-weight: 700;*/
    font-weight: 600;
    /*font-family: var(--font-sans-serif);*/
    font-family: 'Noto Sans JP', sans-serif;
}

.pic_credit{
    text-align: right;
    font-size: 12px;
    line-height: 1em;
    margin-top:7px;
    margin-right:10px;
}

.icon_chevron_down{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    width:2rem;
    margin-left:auto;
    margin-right:auto;
    bottom:3rem;
    line-height: 0;
    color:rgba(255,255,255,0.8);
}

.icon_chevron_down svg{
    animation: chevron_down_move 1.1s linear infinite;
}

@keyframes chevron_down_move{
    0% { transform: translateY(0); }
    10% { transform: translateY(-13%); }
    40% { transform: translateY(-28%); }
    60% { transform: translateY(-28%); }
    90% { transform: translateY(-13%); }
    100% { transform: translateY(0); }
}

.animate-fade-in {
            animation: fadeIn 0.3s ease-out forwards;
}

.sec_wrapper{
    width:100%;
    max-width:1072px;
    padding-top:163px;
    padding-bottom:160px;
    padding-left:24px;
    padding-right:24px;
    margin:0 auto;
}

.sec_name{
    text-align: center;
    color:#bea262;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.2em;
    font-family: var(--font-sans-serif);
    margin-bottom:12px;
}

.sec_heading{
    text-align: center;
    font-family: var(--font-serif);
    letter-spacing: 0.05em;
    font-size:36px;
    line-height: 1.5em;
    margin-bottom: 25px;
}

.vline{
    width:1px;
    height:64px;
    margin:0 auto;
    background-color: #e6e7ec;
}

.sec_container{
    display: flex;
    /*column-gap: 96px;*/
    column-gap: 8.95522388%;
    margin-top:64px;
    flex-direction:row-reverse;
}

.sec_col_text{
    width:100%;
    max-width:464px;
    margin-top: 70px;
    color: #394150;
}

.sec_col_text p{
    font-size:16px;
    font-family: var(--font-serif);
    line-height: 2.3em;
    text-align: justify;
}

.sec_col_text p+p{
    margin-top:2em;
}
.sec_col_text p span {
    font-weight: 600;
}

.sec_more{
    font-size:14px;
    font-family: var(--font-serif);
    letter-spacing: 0.1em;
    font-weight: 700;
    line-height: 1em;
    padding-bottom:7px;
    border-bottom: solid 1px #131827;
    /*width:75px;*/
    margin-top:65px;
    display: block;
    text-decoration: none;
    transition: all 0.3s var(--ease-in-out);
}

.sec_more:hover{
    color:var(--cartier-color);
    opacity: 1;
}

.sec_more:hover{
    border-bottom: solid 1px var(--cartier-color);
}

.link_more{
    display: inline-block;
    transition: all 0.3s var(--ease-in-out);
    width:75px;
}

.link_more:hover{
    color:var(--cartier-color);
    opacity: 1 !important;
}

.sec_col_image{
    width:464px;
    min-width:464px;
    position: relative;
}

.sec_col_image_credit{
    position:absolute;
    top:calc(100% + 7px);
    font-size: 12px;
    line-height: 1.6em;
}

#vision{
    /*background-color: #f9f9f9;*/
}

#vision .sec_col_image{
    height:701px;
}

.sec_col_image_vision_01{
    width:333px;
    position:absolute;
    right:0;
    top:0;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.sec_col_image_vision_02{
    width:396px;
    position:absolute;
    left:0;
    top:193px;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

#architecture{
    background-color: #f9f9f9;
}

#architecture .sec_container{
    flex-direction:row;
}

#architecture .sec_col_image{
    height:486px;
    /* line-height: 0; */
}

#architecture_video{
    width:100%;
    height:auto;
    line-height: 0;
}

.sec_col_image_architecture_01{
    width:379px;
    position:absolute;
    left:0;
    top:0;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.sec_col_image_architecture_02{
    position:absolute;
    width:455px;
    left:50px;
    top:230px;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

.sec_col_image_architecture_03{
    position:absolute;
    width:267px;
    left:55px;
    top:578px;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}

#architecture .sec_col_image_credit{
    left:50px;
}

#dialogue{
    /*background-color: #f9f9f9;*/
}

#dialogue .sec_col_image{
    height:701px;
}

.sec_col_image_dialogue_01{
    width:333px;
    position:absolute;
    right:0;
    top:0;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    background-color: #d3d3d3;
}

.sec_col_image_dialogue_02{
    width:396px;
    position:absolute;
    left:0;
    top:193px;
    line-height: 0;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
    background-color: #d3d3d3;
}

/* .sec_col_image_dialogue_01 img, .sec_col_image_dialogue_02 img{
    opacity:0;
} */

#chronicle{
    background-color: #f9fafb;
    /*border-top:solid 1px #e5e7eb;*/
    padding-top: 163px;
    padding-bottom: 10rem;
    overflow: hidden;
}

.chronicle_timeline{
    /*width:857px;*/
    width:817px;
    margin:96px auto 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.chronicle_timeline::before{
    content: "";
    position:absolute;
    /*left:232.5px;*/
    left:192.5px;
    top:0;
    width:1px;
    height:100%;
    background-color: #d2d5da;
}

.chronicle_timeline_unit{
    display: flex;
}

.chronicle_timeline_unit+.chronicle_timeline_unit{
    margin-top: 8rem;
}

.chronicle_timeline_col_left{
    /*width:225px;*/
    width:185px;
    padding-right:48.5px;
    margin-top:8px;
    text-align: right;
    position: relative;
}

.chronicle_timeline_col_left::before{
    content:"";
    position: absolute;
    width:0;
    height:0;
    /*width:18px;
    height:18px;*/
    left:0;
    /*top:4px;*/
    top:8px;
    background-color: var(--cartier-color);
    /*border:solid 4px #fff;*/
    border-radius: 50%;
}

.chronicle_timeline_col_right{
    width:632px;
    border-left:solid 1px #e5e7eb;
    padding-left:32px;
}

.chronicle_timeline_yyyy{
    font-size:1.875rem;
    line-height: 1;
    margin-bottom:8px;
    color: oklch(21% 0.034 264.665);
    font-family: var(--font-serif);
    font-weight: 700;
    display: block;
}

.chronicle_timeline_mmdd{
    font-size:1.5rem;
    line-height: calc(2 / 1.5);
    font-family: var(--font-serif);
    font-weight: 400;
    color: oklch(21% 0.034 264.665);
    display: block;
}

.chronicle_timeline_title{
    font-size:24px;
    line-height: calc(2 / 1.5);
    font-family: var(--font-serif);
    margin-bottom: 1rem;
    transition: all 0.3s var(--ease-in-out);
}

/* .chronicle_timeline_title:hover{
    color:var(--cartier-color);
} */

.chronicle_timeline_pic{
    position: relative;
    width: 100%;
    /*aspect-ratio: 16/9;*/
    /*margin-bottom: 1.5rem;*/
    margin-bottom: 7px;
    overflow: hidden;
    /*background-color: #d3d3d3;*/
    line-height: 0;
}

.chronicle_timeline_pic img{
    /*aspect-ratio: 16/9;*/
    object-fit: cover;
    transition: all 0.7s var(--ease-in-out);
}


.chronicle_timeline_pic_container{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.chronicle_timeline_pic_left{
    width: 377px;
}

.chronicle_timeline_pic_right{
    width: 202px;
}

.chronicle_timeline_pic_caption_202503{
    text-align: left;
    font-size: 12px;
    line-height: 1.6em;
    margin-bottom: 1.5rem;
}

.chronicle_timeline_article .chronicle_timeline_pic,
.chronicle_timeline_article .chronicle_timeline_pic img{
    aspect-ratio: 16/9;
}

.chronicle_timeline_pic_auto, .chronicle_timeline_pic_auto img{
    aspect-ratio: auto !important;
}


/* .chronicle_timeline_pic:hover  img{
    transform: scale(1.05);
} */

.chronicle_timeline_pic_credit{
    text-align: right;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 1.5rem;
}

.chronicle_timeline_pic_credit_1987{
    padding-right:134px;
}

.chronicle_timeline_pic_credit_20251013{
    text-align: center;
}

.chronicle_timeline_article .chronicle_timeline_pic_caption{
    position:absolute;
    right:0;
    bottom:0;
    height: 24px;
    background-color: rgba(255,255,255,0.9);
    font-size:10px;
    line-height: 24px;
    text-align: center;
    font-family: var(--font-serif);
    color: oklch(55.1% 0.027 264.364);
    text-shadow:none;
}

.chronicle_timeline_pic_caption{
    position:absolute;
    right:10px;
    bottom:2px;
    width:79px;
    height: 24px;
    font-size:10px;
    line-height: 24px;
    text-align: right;
    font-family: var(--font-serif);
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.chronicle_timeline_text{
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5;
    color:oklch(44.6% 0.03 256.802);
    /*font-family: var(--font-sans-serif);*/
}

.chronicle_timeline_article{
    border:solid 1px #e5e7eb;
    padding: 2rem;
}

.chronicle_timeline_asd{
    font-size: 0.75rem;
    line-height: calc(1 / 0.75);
    font-weight: 700;
    letter-spacing: 0.1em;
    color:var(--cartier-color);
    font-family: var(--font-sans-serif);
    margin-bottom:1rem;
}

.square{
    display: inline-block;
    width:0.5rem;
    height:0.5rem;
    background-color: var(--cartier-color);
    margin-right:0.5rem;
}

.chronicle_timeline_link_area{
    display: flex;
    justify-content: flex-end;
    margin-top:1.5rem;
    padding-top: 1rem;
    border-top:solid 1px #e5e7eb;
}

.chronicle_timeline_link_area a{
    opacity: 1 !important;
}

.chronicle_timeline_link{
    font-size:0.75rem;
    line-height: calc(1 / 0.75);
    font-family: var(--font-sans-serif);
    letter-spacing: 0.1em;
}

.arrow_right{
    display: inline-block;
    margin-left:0.5rem;
    position: relative;
    top:2px;
}

.chronicle_timeline_link .arrow_right{
    top:2.5px;
}

.chronicle_timeline_link:hover{
    color:var(--cartier-color);
}

.chronicle_timeline_allshow_a{
    width:14rem;
    margin:0 auto;
    opacity: 1 !important;
}

.chronicle_timeline_allshow{
    height:3.75rem;
    color:#fff;
    background-color: var(--cartier-color);
    font-family: var(--font-serif);
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
    text-align: center;
    line-height: 3.75rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.1);
    letter-spacing: 0.1em;
    transition: all 0.3s var(--ease-in-out);
}

.chronicle_timeline_allshow:hover{
    background-color: #000;
}

.figfures{
    margin-top:90px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    /*font-family: sans-serif;*/
    font-family: var(--font-serif-figfures);
}

.figfures_heading{
    font-size:24px;
    /*margin-bottom: 56px;*/
    margin-top:90px;
    margin-bottom: 45px;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.figfures_visitor, .figfures_other{
    font-size:24px;
}

.figfures_visitor_val{
    font-size:45px;
    color:var(--cartier-color);
    margin-right:0.1em;
    font-weight: 900;
}

.figfures_other_val{
    font-size:42px;
    color:var(--cartier-color);
    margin-left:0.2em;
    margin-right:0.2em;
    font-weight: 900;
}

.figfures_visitor+.figfures_visitor{
    margin-top:20px;
}

.figfures_other{
    /*margin-top:114px;*/
    margin-top:50px;
}

.figfures_other+.figfures_other{
    /*margin-top:53.5px;*/
    margin-top:30px;

}

#article-end{
    display:none; 
}


/*** ■■■　ここから　下段のカルティエロゴ　■■■ ***/
.logo_cartier{
  width:150px;
  line-height: 0;
  margin:100px auto 100px;
}
/*** ■■■　ここまで　下段のカルティエロゴ　■■■ ***/



/*20251203-------------------------------------*/
.p-gf__main__menu ul {
  display: flex;
  flex-wrap: wrap;
}
.p-gf__main__menu a {
  display: inline-block;
  width: auto;
  margin: 10px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.4rem;
  font-weight: 400;
  color: #000;
}
.p-gf__main__menu a:hover {
  text-decoration: underline;
}
.p-gf__main__menu ul li {
  margin: 0 0 0 0.75rem;
}
.p-gf__main__menu ul li:nth-child(1) {
  margin: 0;
}
.p-gf__main__menu ul li::after {
  content: "|";
  color: rgba(0,0,0,0.3);
  margin: 0 0 0 0.75rem;
  padding: 0 0 0 0;
  font-size: 14px;
}
.p-gf__main__menu ul li:nth-last-child(1)::after {
  content: "";
}
@media (max-width: 768px) {
  .p-gf__main__menu ul {
    justify-content: space-between;
  }
  .p-gf__main__menu ul li {
    margin: 0;
  }
  .p-gf__main__menu ul li::after {
    content: "";
    margin: 0 0 0 0.75rem;
  }
  .p-gf__main__menu a {
    text-decoration: underline;
  }
}
/*---------------------------------------------*/


/* ■■■ ここからアニメ設定 ■■■ */
/*==================================================
ふわっ
===================================*/

.fadeUpTrigger{
    opacity: 0;
    transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
	transform: translateY(2.5rem);
}

/* タイミング */
.fadeUpTrigger.type1 {
    transition-delay: 1.2s;
}

.fadeUpTrigger.type2 {
    transition-delay: 1.4s;
}

.fadeUpTrigger.type3 {
    transition-delay: 1.6s;
}

/* 下から */
.fadeUp{
	transform: translateY(0);
    opacity:1;
}

/* その場で */
.fadeInTrigger{
    opacity: 0;
    transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}

/* タイミング */
.fadeInTrigger.type4 {
    transition-delay: 2.5s;
}

.fadeIn{
    opacity:1;
    transform: translate(0, 0) rotate(0) !important;
}


/* 要素ごとの個別設定 */
.sec_col_image_vision_01.fadeInTrigger {
    transform: translate(2.5rem,-4rem) rotate(3deg);
    transition-delay: 0.3s;
    transition: all 0.8s var(--ease-out);
}

.sec_col_image_vision_02.fadeInTrigger {
    transform: translate(2.5rem,4rem) rotate(-3deg);
    transition-delay: 0.4s;
    transition: all 0.8s var(--ease-out);
}

.sec_col_image_architecture_01.fadeInTrigger {
    transform: translate(-2.5rem,-4rem) rotate(-3deg);
    transition-delay: 0.3s;
    transition: all 0.8s var(--ease-out);
}

.sec_col_image_architecture_02.fadeInTrigger {
    transform: translate(2.5rem,-4rem) rotate(-3deg);
    transition-delay: 0.4s;
    transition: all 0.8s var(--ease-out);
}

.sec_col_image_architecture_03.fadeInTrigger {
    transform: translate(-2.5rem,4rem) rotate(-3deg);
    transition-delay: 0.5s;
    transition: all 0.8s var(--ease-out);
}

.sec_col_image_dialogue_01.fadeInTrigger {
    transform: translate(2.5rem,-4rem) rotate(3deg);
    transition-delay: 0.3s;
    transition: all 0.8s var(--ease-out);
}

.sec_col_image_dialogue_02.fadeInTrigger {
    transform: translate(2.5rem,4rem) rotate(-3deg);
    transition-delay: 0.4s;
    transition: all 0.8s var(--ease-out);
}
/* ■■■ ここまでアニメ設定 ■■■ */


@media only screen and (min-device-width: 320px) and (max-width: 767px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    body{
        width:100vw;
        overflow-x:hidden;
    }

    .p-gh__pr__logo{
        font-size:3.73333333vw;
        line-height: 1.5;
    }


    .mainmenu{
        flex-wrap: wrap;
        height:auto;
        /*
        row-gap: 13px;
        padding-top:9px;
        padding-bottom:9px;
        */
        row-gap: 3.46666667vw;
        padding-top:2.4vw;
        padding-bottom:2.4vw;
    }

    .mainmenu li{
        width:50%;
        /*font-size:14px;*/
        /*padding-top: 2px;*/
        /*padding-left:5px;
        padding-right:5px;
        height:16px;*/
        font-size:3.73333333vw;
        padding-top: 0.53333333vw;
        padding-left:1.33333333vw;
        padding-right:1.33333333vw;
        height:4.26666667vw;
    }

    .mainmenu li:nth-of-type(1){
        width: 25%;
        border-left:none;
    }

    .mainmenu li:nth-of-type(2){
        width: 75%;   
    }

    .mainmenu li:nth-of-type(2), .mainmenu li:nth-of-type(4){
        border:none;
    }

    .mainmenu .current::after{
        bottom:-1.06666667vw;
        height:0.26666667vw;
    }

    .hero_pic img{
        width:100vw;
        height:120vw;
        min-height:auto;
    }

    .hero_copy_01{
        font-size:3.73333333vw;
        margin-bottom: 5.46666667vw;
    }

    .hero_copy_02{
        font-size: 12vw;
        margin-bottom: 5.86666667vw;
    }

    .hero_copy_03{
        font-size: 3.73333333vw;
    }

    .pic_credit{
        font-size: 3.2vw;
        margin-top:1.86666667vw;
        margin-right:2.66666667vw;
    }

    .sec_name{
        font-size: 3.6vw;
        margin-bottom:4.8vw;
    }

    .sec_heading{
        font-size:7.46666667vw;
        line-height: 1.65em;
        margin-bottom: 8.26666667vw;
    }

    .vline{
        height:16.4vw;
    }

    .sec_wrapper{
        width:87.73333333vw;
        max-width:auto;
        padding-top:25.46666667vw;
        padding-bottom:24.66666667vw;
        padding-left:0;
        padding-right:0;
        margin:0 auto;
    }

    .sec_container{
        display: block;
        margin-top:16.4vw;
    }

    .sec_col_image{
        width:100%;
        min-width:100%; 
        position: relative;
    }

    .sec_col_image_credit{
        top:calc(100% + 1.33333333vw);
        font-size: 3.2vw;
    }

    .sec_col_text{
        width:100%;
        max-width:100%;
        margin-top: 16vw;
    }

    .sec_col_text p{
        font-size:4.13333333vw;
    }

    #vision .sec_col_image{
        height:132.53333333vw;
    }

    #architecture .sec_col_image_credit{
        left:50px;
        top:calc(100% + 1.33333333vw);
    }

    .sec_col_image_vision_01{
        width:62.93333333vw;
        box-shadow: 0.8vw 0.8vw 3.73333333vw rgba(0,0,0,0.2);
    }

    .sec_col_image_vision_02{
        width:74.66666667vw;
        top:36.53333333vw;
        box-shadow: 0.8vw 0.8vw 3.73333333vw rgba(0,0,0,0.2);
    }

    #architecture .sec_col_image{
        height:79.46666667vw;
    }

    .sec_col_image_architecture_01{
        width:62.93333333vw;
        box-shadow: 0.8vw 0.8vw 3.73333333vw rgba(0,0,0,0.2);
    }

    .sec_col_image_architecture_02{
        width:74.4vw;
        top:37.6vw;
        left:13.33333333vw;
        box-shadow: 0.8vw 0.8vw 3.73333333vw rgba(0,0,0,0.2);
    }

    #dialogue .sec_col_image{
        height:132.53333333vw;
    }

    .sec_col_image_dialogue_01{
        width:62.93333333vw;
        box-shadow: 0.8vw 0.8vw 3.73333333vw rgba(0,0,0,0.2);
    }

    .sec_col_image_dialogue_02{
        width:74.66666667vw;
        top:36.53333333vw;
        box-shadow: 0.8vw 0.8vw 3.73333333vw rgba(0,0,0,0.2);
    }

    .link_more{
        display: block;
        margin:0 auto;
        width:20vw;
    }

    .sec_more{
        font-size:3.73333333vw;
        padding-bottom:1.86666667vw;
        border-bottom: solid 0.26666667vw #131827;
        margin-top:17.33333333vw;
    }

    #chronicle{
        padding-top:25.46666667vw;
        padding-bottom:32vw;
    }

    .chronicle_timeline{
        width:100%;
        margin-top:16.4vw;
    }

    .chronicle_timeline::before{
        left:6.13333333vw;
    }

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

    .chronicle_timeline_unit+.chronicle_timeline_unit{
        margin-top: 25.6vw;
    }
    
    .chronicle_timeline_col_left{
        width:auto;
        padding-right:12.93333333vw;
        margin-top:0;
        padding-bottom:8.53333333vw;
        margin-left:8vw;
        padding-left:4.26666667vw;
        text-align: left;
        border-left:solid 0.26666667vw #e5e7eb;
    }

    .chronicle_timeline_col_right{
        width:85.86666667vw;
        padding-left:4.26666667vw;
        margin-left:8vw;
    }

    .chronicle_timeline_yyyy{
        font-size:8vw;
        margin-bottom:0;
        font-family: "Vollkorn", serif;
    }

    .chronicle_timeline_mmdd{
        font-size:5.86666667vw;
        font-family: "Vollkorn", serif;
    }

    .chronicle_timeline_title{
        font-size:5.33333333vw;
        margin-bottom: 4.26666667vw;
    }

    .chronicle_timeline_text{
        font-size: 3.73333333vw;
        line-height: 1.875em;
    }

    .chronicle_timeline_article{
        padding: 6.4vw;
    }

    .chronicle_timeline_pic{
        margin-bottom: 1.86666667vw;
    }

    .chronicle_timeline_pic_container{
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        row-gap: 8vw;
    }

    .chronicle_timeline_pic_left{
        width: 100%;
    }

    .chronicle_timeline_pic_right{
        width: 100%;
        padding-left:5.33333333vw;
        padding-right:5.33333333vw;
    }

    .chronicle_timeline_pic_caption_202503{
        font-size: 3.2vw;
        margin-bottom: 6.4vw;
    }

    .chronicle_timeline_pic_credit{
        font-size: 3.2vw;
        margin-bottom: 6.4vw;
    }

    .chronicle_timeline_pic_credit_1987{
        padding-right:18.13333333vw;
    }

    .chronicle_timeline_article .chronicle_timeline_pic_caption{
        height: 5.86666667vw;
        font-size:2.66666667vw;
        line-height: 5.86666667vw;
    }

    .chronicle_timeline_pic_caption{
        right:7px;
        bottom:2px;
        width:79px;
        height: 24px;
        font-size:10px;
        line-height: 24px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    }

    .figfures{
        margin-top:32vw;
    }

    .figfures_heading{
        font-size:5.33vw;
        line-height: 1.26666667em;
        margin-bottom: 10.8vw;
    }

    .figfures_visitor, .figfures_other{
        font-size:5.6vw;
    }

    .figfures_visitor_val{
        font-size:10.13333333vw;
    }

    .figfures_other_val{
        font-size:9.33333333vw;
    }

    .figfures_visitor+.figfures_visitor{
        margin-top:16px;
        margin-top:4.26666667vw;
    }

    .figfures_other{
        margin-top:13.33333333vw;
    }

    .figfures_other+.figfures_other{
        margin-top:6.4vw;
    }

    .figfures_other_container{
        display: block;
        margin-top:1.6vw;

    }
    
}


.footer-link {
    display: block;
    margin-top: 40px;
    text-align: center;
}
.footer-link a {
    text-decoration: underline;
}