@charset "utf-8";

/**/

.choho-lp nav.header_nav ul li a b {
    text-align: left;
    font-size: 13px;
}

.choho-lp nav.header_nav ul li a {
    padding: 10px 7px;
}

.choho-lp nav.header_nav ul {
    align-items: center;
}

.choho-lp nav.header_nav ul li {
    width: 15%;
}

.choho-lp nav.header_nav ul li:last-child {
    border-right:none;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a b {
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a {
    padding: 9px 15px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a span {
    min-width: 20px;
    margin: 0 0 0 10px;
}

.choho-lp nav.header_nav ul li a span {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
}

.choho-lp nav.header_nav ul li a span:before{
    background-size: 6px;
}

.choho-lp .top-main-image nav.header_nav.transform {
    width: 97%;
}

.choho-lp .to-top {
    bottom: 12%;
}

.link-box {
    max-width: 720px;
    margin: auto;
}
.link-box.pc-991 {
    margin: 0 auto 30px;
}
.link-box span{
    display:block;
}

.link-box a {
    color: #69c;
    text-decoration: underline;
    word-wrap: break-word;
}

/**/

ul.share-list {
    margin: 20px auto 0;
    align-items: center;
}


ul.share-list li {
    margin: 0 20px 0 0;
}

ul.share-list li a img {
    width: 26px;
}

ul.share-list li:nth-child(2) a img {
    width: 22px;
}

ul.share-list li a {
    display: block;
}


.sharebox {
    margin: 0 auto 80px;
}

.date{
    color: #858585;
    margin: 0 10px 0 0;
}

span.tag {
    color: #fff;
    padding: 3px 10px 5px;
    background: #0073bd;
    border-radius: 7px;
    font-size: 1em;
    display: inline;
    margin: 0 8px 0 0;
}

span.tag a {
    color: #fff;
}

.blur {
   opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }

.is-visible {
   -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .6s;
  }

  @keyframes imageBlur {
    from {
      opacity: 0;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -ms-filter: blur(15px);
      -o-filter: blur(15px);
      filter: blur(15px);
    }
  
    to {
        opacity: 1;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -ms-filter: blur(0px);
      -o-filter: blur(0px);
      filter: blur(0px);
    }
  }

figure {
    margin-bottom: 0;
}


h2, h3, h4, .category, .about_wrap b, .about_wrap .grad-text, #history .hs-top span,#history .history-year small{
    font-family: "a-otf-ryumin-pr6n", serif !important;
    font-style: normal;
}

.color-blue {
    color: #00478b;
}



.top-main-image {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}

.top-main-image:before {
    content: "";

}

.main_wrap {
    background: #ffffff;
    width: 100%;
}

.main-logo.pc-991 {
    margin: auto;
    position: absolute;
    top: 5%;
    left: 2%;
    background: hsl(0deg 0% 100% / 78%);
    padding: 13px 15px;
}

.main-logo a img {
    max-width: 278px;
}

span.main-logo-text {
    margin: 10px auto 0;
    color: #000;
    display: block;
    text-align: center;
}

span.main-logo-text p {
    font-size: 0.9em;
    font-weight: 700;
}

span.main-logo-text h6 {
    font-weight: 700;
    font-size: 1.1em;
    text-indent: -8px;
}

.main-logo a {
    align-items: center;
}


span.main_des figcaption *, .main_ttl {
    display: inline-block;
    font-family: "a-otf-ryumin-pr6n", serif !important;
    font-style: normal;
}

span.main_des figcaption {
    -ms-writing-mode: tb-rl;
    writing-mode: tb;
    /* width: 100%; */
    /* height: 100%; */
    position: relative;
}

span.main_des {
    top: 64%;
    left: 38%;
    /* width: 29%; */
    /* height: 54%; */
    transform: translateY(-50%);
    border-left: 1px solid #fff;
}

span.main_des figcaption b {
    font-size: 2vw;
    margin: 0;
    display: table;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 15px 10px;
    font-weight: 500;
    letter-spacing: 4px;
}

span.main_des figcaption b:first-child{
    border-right: 1px solid #fff;
}

span.main_des figcaption b:last-child{
    border:none;
}

span.main_des figcaption b span {
    text-combine-upright: all;
}


span.main_des figcaption p {
    font-size: 0.8vw;
    line-height:1.8;
    margin: 0 0 0 20px;
}

span.main_des figcaption p:last-child {
    margin: 0;
    height: 75%;
}

.main_wrap .mttl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    height: 88%;
}



.mttl-box > span {
    position: absolute;
}



span.main_ttl {
    left: 0;
    right: 0;
    text-align: center;
    /* width: 48%; */
    /* display: inline-block; */
    margin: auto;
    z-index: 2;
    max-width: max-content;
    writing-mode: vertical-rl;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 3.2vw;
    height: 100%;
    letter-spacing: 16px;
}


.main_wrap {
    background: url(../../img/feature/vol90/main_bg.webp) no-repeat center bottom;
    width: 100%;
    background-size: cover;
	height: 100vh;
}



/**/

.scroll {
        cursor: pointer;
        position: absolute;
        width: 140px;
        height: 120px;
        bottom: 130px;
        margin: auto;
        left: 0%;
        overflow: hidden;
        z-index: 10;
        /* right: 36%; */
    }
    
    .scroll a:before {
        -moz-animation-name: anime1;
        -moz-animation-duration: 5s;
        -moz-animation-timing-function: ease;
        -moz-animation-iteration-count: infinite;
        -webkit-animation-name: anime1;
        -webkit-animation-duration: 5s;
        -webkit-animation-timing-function: ease;
        -webkit-animation-iteration-count: infinite;
        -o-animation-name: anime1;
        -o-animation-duration: 5s;
        -o-animation-timing-function: ease;
        -o-animation-iteration-count: infinite;
        -ms-animation-name: anime1;
        -ms-animation-duration: 5s;
        -ms-animation-timing-function: ease;
        -ms-animation-iteration-count: infinite;
        content: "";
        position: absolute;
        top: 40px;
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0.5px;
        text-align: center;
        z-index: 100;
        display: block;
        overflow: hidden;
    }
    
    .scroll a {
        position: absolute;
        margin: 0 auto;
        display: block;
        text-align: center;
        height: 100%;
        overflow: hidden;
        z-index: 100;
        cursor: pointer;
        width: 76px;
        top: 0;
        left: 0;
        right: 0;
        color: #ffffff;
        font-size: 1.3em;
        font-weight: 700;
    }

    .scroll a:after {
        content: "Scroll";
        position: absolute;
        color: hsl(0deg 0% 0% / 0%);
        left: 3px;
        right: 0;
        margin: auto;
        text-align: center;
        top: 3px;
        letter-spacing: 1px;
        z-index: -1;
        font-weight: 700;
    }
    
    .scroll span {
        display: block;
        position: absolute;
        z-index: 10;
        color: #fff;
        top: 0;
        letter-spacing: 1px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        font-size: 1em;
        width: 100%;
        /* display: block; */
        vertical-align: middle;
        text-align: center;
        writing-mode: vertical-lr;
        font-family: 'Crimson Text', serif;
        font-weight: 700;
    }
    
    @-moz-keyframes anime1 {
        0% {
            width: 1px;
            height: 0;
            background-color: none;
        }
    
        100% {
            width: 1px;
            height: 100%;
            background-color: #fff;
        }
    }
    
    @-webkit-keyframes anime1 {
        0% {
            width: 1px;
            height: 0;
            background-color: none;
        }
    
        100% {
            width: 1px;
            height: 100%;
            background-color: #fff;
        }
    }
    
    @-o-keyframes anime1 {
        0% {
            width: 1px;
            height: 0;
            background-color: none;
        }
    
        100% {
            width: 1px;
            height: 100%;
            background-color: #fff;
        }
    }
    
    @-ms-keyframes anime1 {
        0% {
            width: 1px;
            height: 0;
            background-color: none;
        }
    
        100% {
            width: 1px;
            height: 100%;
            background-color: #fff;
        }
    }

main{
    display: block;
    padding: 0 0 80px 0;
    position:relative;
    background: #fff;
}


section {
    margin: 0 auto;
    padding: 100px 0 180px 0;
}

.box {
    max-width: 1200px;
    margin: auto;
    width: 90%;
    padding: 0;
    position: relative;
    z-index: 1;
    display: block;
}


.bg-gray {
    background: #fbfbfb;
}

/*年表 =============== */
/* ===============================
   HISTORY SECTION
================================= */

#history .box {
    max-width: none;
}

/* --------------------------------
   レイアウト
--------------------------------- */

.history-wrap {
    display: flex;
    align-items: flex-start;
}

/* 左固定エリア */
.history-head {
    /* position: sticky; */
    top: 0;
    left: 0;
    width: auto;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 10;
    text-align: center;
    padding: 0 14px 0 0;
}

.history-head.last-h-head {
    padding: 0 0 0 5px;
}

/* --------------------------------
   タイトル
--------------------------------- */

.hs-top {
    color: #4694d1;
    margin-bottom: 30px;
}

.hs-top h4 {
    color: #4694d1;
}

.hs-top span,
.history-year small {
    font-size: 1.3em;
    font-weight: 600;
}
.history-year.y2026 {
	margin:90px 0 0;
}

.history-year small {
    color: #b5b5b6;
}

/* --------------------------------
   左の巨大年表示
--------------------------------- */

.history-year b {
    display: block;
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6.5em;
    line-height: 1;
    color: #4694d1;
    letter-spacing: 4px;
    margin: 0 auto 6px;
    transition: opacity 0.3s ease;
}

/* --------------------------------
   横スクロールエリア
--------------------------------- */

.history-list {
    display: flex;
    align-items: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    flex: 1;
    padding: 0 30px 60px;
    scroll-behavior: smooth;
    width: 1190px;
}

/* スクロールバー（任意） */
.history-list::-webkit-scrollbar {
    height: 6px;
}

.history-list::-webkit-scrollbar-thumb {
    background: #4694d1;
    border-radius: 3px;
}

/* --------------------------------
   年ブロック
--------------------------------- */

.h-year-big {
    position: relative;
    font-family: "garamond-premier-pro", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.5em;
    line-height: 1;
    color: #4694d1;
    border-bottom: 2px solid #4694d1;
    height: 120px;
    width: 140px;
    display: block;
    margin: 0;
    flex-shrink: 0;
}

.h-year-big span {
    background: #fff;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.h-year-big:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    background: #4694d1;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

/* --------------------------------
   年内イベント群
--------------------------------- */

.dl-wrap {
    display: flex;
    padding: 40px 0 0 0;
    flex-shrink: 0;
}

.dl-wrap dl {
    writing-mode: vertical-rl;
    display: flex;
    margin: 0;
}

.dl-wrap * {
    color: #4694d1;
    font-weight: 500;
}

/* 日付 */
.dl-wrap dl dt.h-date {
    text-align: center;
    margin: 0 auto 25px;
    border-bottom: 2px solid;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 10px 0;
    height: 80px;
}

.dl-wrap dl dt.h-date span {
    text-combine-upright: all;
}

/* 内容 */
.dl-wrap dl dd {
    padding: 0 20px;
    position: relative;
}

/* 矢印 */
.dl-wrap dl dd:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    /* border-style: solid; */
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 13px solid #4694d1;
    top: -33px;
    left: 0;
    right: 0;
    margin: auto;
}

/* 空白装飾 */
.dl-wrap dl dd.emp:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 37px;
    background: url(../../img/feature/vol90/emp.webp) no-repeat center;
    top: -44px;
    background-size: contain;
}

.dl-wrap dl dd.emp:after {
    content: none;
}

.dl-wrap,
.h-year-big {
    flex-shrink: 0;
}

/* --------------------------------
   スナップ（必要ならON）
--------------------------------- */

/*
.history-list {
    scroll-snap-type: x mandatory;
}


*/

/*about =============== */





.about_wrap {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
    z-index: 1;
}


.about_wrap b{
    display:block;
    font-weight: 600;
}

.about_text {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}

.about_wrap .about_text p{
   font-weight: 400;
   font-size: 1.2em;
   position: relative;
   line-height: 2.3;
   max-width: 580px;
   margin: auto;
   color: #386b9f;
   width: 90%;
}


.about_wrap .about_text p b {
    border: 1px solid #386b9f;
    display: block;
    position: relative;
    padding: 20px;
}

.about_wrap .about_text p b:before {
    content: "";
    position: absolute;
    left: -2px;
    height: 72%;
    width: 5px;
    background: #fbfbfb;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.about_wrap .about_text p b:after {
    content: "";
    position: absolute;
    right: -1px;
    height: 72%;
    width: 5px;
    background: #fbfbfb;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.about_wrap .about_text p:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 93%;
    background: #fbfbfb;
    z-index: 1;
    top: -2px;
    left: 0;
    right: 0;
    margin: auto;
}

.about_wrap .about_text p:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 93%;
    background: #fbfbfb;
    z-index: 1;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
}



about-box {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.about_wrap .grad-text {
    text-align: right;
    /* max-width: max-content; */
    /* writing-mode: vertical-rl; */
    font-size: 5em;
    margin: 0 0 60px 0;
    letter-spacing: -6px;
    color: #dbd6c4;
    display: block;
}

h3.g-head {
    border-bottom: 1px solid;
	font-size: 2.8em;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    padding: 3px 0 3px 0;
    line-height: 1.6;
}

.color-be {
    color: #b8ae8b !important;
}

.color-gray {
    color: #dcdddd;
}

span.category {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 1.5em;
    border-bottom: 1px solid #000;
    position: relative;
}

span.category b {
    background: url(../../img/feature/vol90/arrow.webp) no-repeat center;
    background-size: contain;
    padding: 6px 15px;
    position: absolute;
    top: -23px;
    left: 20px;
}

h2.s-head {
    position: relative;
    font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "Meiryo","メイリオ",sans-serif !important;
    line-height: 1.3;
    font-size: 3em;
}

h2.s-head:before {
    /* content: ""; */
    position: absolute;
    width: 10%;
    height: 1px;
    background: #000000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

h2.s-head:after {
    /* content: ""; */
    position: absolute;
    width: 10%;
    height: 1px;
    background: #000000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.name {
    width: auto;
    align-items: center;
    margin: 20px 0 0 auto;
    justify-content: center;
}

.name figure {
    width: 90px;
    border-radius: 100px;
    overflow: hidden;
    align-items: center;
}

.name .name-box {
    width: auto;
    margin: 0 0 0 25px;
}

.name .name-box small{
    font-size: 80%;
}


.text-img > p {
    width: 70%;
    margin: 0 3% 0 0;
}

.text-img .text-inner {
    width: 27%;
}

.text-wrap {
    overflow: hidden;
}

h1.path-ttl {
    font-size: 6em;
    line-height: 1.3;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
}

h1.path-ttl b{
    font-family: "a-otf-ud-reimin-pr6n", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.path-ttl .num{
    position:absolute;
    font-size:2.5em;
    left:0;
    top:0;
    line-height:0.9;
    color:#e3ddcb;
}

h1.path-ttl b:last-child {
    text-indent: 80px;
}


.name .name-box {
    width: auto;
    margin: 0 0 0 25px;
}

.name .name-box small{
    font-size: 80%;
    font-weight: 500;
}

/**/

.box .wrap {
    overflow: hidden;
}

.people-box {
    /* width: 20%; */
    display: block;
    width: 100%;
    max-width: 292px;
    position: relative;
    /* margin: 0 0 30px 0; */
}


#y2016 .people-wrap figure span {
    width: 78%;
}


.fukidashi {
    background: #ffffff;
    padding: 20px 23px;
    border-radius: 20px;
    box-shadow: inset 0px 0 14px 7px #d2cfcf;
    display: block;
    width: 100%;
    position: relative;
    left: 0;
}

.fukidashi:after {
    /* content: ""; */
    width: 32px;
    height: 33px;
    background: url(../../img/feature/vol84/fuki.png) no-repeat center center;
    position: absolute;
    bottom: -30px;
    z-index: 1;
    left: 18%;
    background-size: cover;
}

.fukidashi p {
    font-size: 0.9em;
}

.people-wrap figure span {
    width: 63%;
    display: block;
    text-align: center;
    margin: auto;
}


.people-wrap figure.only-p {
    margin: 0;
}

.people-wrap figure.only-p span {
    width: 72%;
}

.people-wrap figure {
    position: relative;
    text-align: center;
    margin: -10px 0 0 0;
}

.people-wrap .name-box h6 {
    text-align: center;
    margin: 15px auto 5px;
    font-size: 1.1em;
    font-weight: 600;
}

.people-wrap .name-box small {
    text-align: center;
    display:block;
    margin: 0 auto 0;
}


.people-wrap.two-p figure {
    margin: 0;
}

.people-wrap.two-p figure span {
    /* max-width: 419px; */
    width: 100%;
}

.people-wrap.two-p {
    display: flex;
    justify-content: center;
    align-items: end;
}

.people-wrap.two-p .name-box {
    width: 53%;
}

.people-wrap.two-p .name-box:first-child span > * {
    text-align: right;
    padding: 0 10px 0 0;
}

.people-wrap.two-p .name-box:last-child span > * {
    text-align: left;
    padding: 0 0 0 10px;
}

.people-wrap .name-box h6 small {
    display: inline-block;
}

.two-p-box .people-box {max-width: 100%;margin: 0 auto 30px;}



.text-inner-img {
    width: 38%;
    float: right;
    margin: 0 0 2% 4%;
}


#y2023 .text-inner-img.inner-fukidashi {
    float: left;
    margin: 0 4% 2% 0;
}


.text-box h3 {
    line-height: 1.4;
    padding: 0 0 5px 0;
    border-bottom: 1px solid;
    margin: 0 0 30px 0;
}

.text-inner-img.inner-img {
    float: left;
    margin: 0 4% 2% 0;
    width: 30%;
}

.text-inner-img.inner-fukidashi {
    width: auto;
}

.text-box {
    width: 100%;
}

.t-text figure img {
    /* border-radius: 10px; */
    overflow: hidden;
    margin: 0 0 5px 0;
    z-index: -1;
    position: relative;
}


.linkwrap {
    max-width: 100%;
    margin-right: auto !important;
    margin-left: auto !important;
    border-top: 1px dashed hsl(0deg 0% 47.06% / 17%);
    padding: 30px 0 0 0;
}

.link-box.multiple {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.linkwrap a {
    background: #f1f1f1;
    padding: 20px 10px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    text-decoration: none;
    max-width: 370px;
    margin: auto;
}

.linkwrap a:hover {
    background: #e1e1e1;
}

.linkwrap a span {
    font-size: 0.9em;
    color: #111;
    position: relative;
    transition: .3s;
}


.linkwrap a.link:before{
    content: "";
    background: url(../../img/feature/vol86/link_black.svg) no-repeat center;
    background-size: 100%;
}


.bg-blue {
    background: #ffffff;
    padding: 70px 50px 50px 50px;
    border-radius: 50px;
}


.relationship_.category {
    width: 100px;
}

.relationship_text span.category {
    width: 430px;
    border: none;
    text-align: center;
    margin: auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}

.relationship_text .about_wrap {
    text-align: center;
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

.relationship_text {
    position: relative;
}

.other-topic {
    padding: 50px;
    background: #f5f5f5;
}

.other-t-wrap {
    gap: 30px;
}

.other-topic figure {
    width: 30%;
}

.other-topic figcaption {
    width: 70%;
}

.other-topic h6 {
    border-bottom: 1px solid;
    padding: 0 0 3px 0;
    margin: 0 0 30px 0;
    font-weight: 600;
    color: #4694d1;
    font-size: 1.7em;
}

.other-topic.only-t .other-t-wrap .linkwrap {
    margin: 0;
    border-top:none;
    padding:0;
    width: 36%;
}

.other-topic.only-t .other-t-wrap .o-text-wrap b {
    color: #4d4d4d;
    border-bottom: 1px solid;
    display: block;
    margin: 0 0 10px 0;
}


.other-topic.only-t .other-t-wrap .o-text-wrap {
    width: 66%;
}

.other-topic.only-t {
    background: #f0f9ff;
}

.other-topic.only-t .linkwrap a span {
    padding: 0 26px;
}


#future {
    background: #dff2fc;
}

.hs_wrap {
    width: 47%;
    margin: 0;
    right: 50px;
    top: 40px;
}

.hs_wrap .hs-img .inner-fukidashi .people {
    display: flex;
    align-items: end;
    justify-content: end;
    position: relative;
}

.hs_wrap .hs-img .inner-fukidashi .people .fukidashi {
    width: 57%;
    margin: 0 0 20px 0;
    background: #ffffff;
    box-shadow: none;
    padding: 0;
}

.hs_wrap .hs-img .inner-fukidashi .people .name-box {
    width: 45%;
    margin: 0 0 0 3%;
}

.korekara-top {
    display: flex;
    align-items: end;
    gap: 20px;
}

.korekara-txt {
    width: 54%;
}

.korekara-txt .name-box {
    padding: 6px 0;
    border-top: 1px solid #838383;
    border-bottom: 1px solid #838383;
    margin: 13px 0 30px 0;
    width: auto;
}

.korekara-txt .name-box h6 {
    font-weight: 700;
}

.hs_wrap .hs-img .inner-fukidashi .people figure {
    width: 41%;
    position: absolute;
    bottom: -126px;
    left: 0;
}

.support-last {
    padding: 50px;
    display: block;
    overflow: hidden;
    /* border: 1px solid #dff2fc; */
    border-radius: 30px;
    z-index: 1;
    position: relative;
    background: #f9f9f9;
}




.vol-box.box {
    max-width: 930px;
}

@media (max-width: 1920px) {
.main_wrap .mttl {
    height: 85%;
}


}

@media (max-width: 1699px) {
    .main_wrap .mttl {
        height: 86%;
    }


span.main_book {
    width: 34%;
    top: 45%;
    left: 9%;
}



span.main_des figcaption p {
    font-size: 0.85vw;
}

}

@media (max-width: 1499px) {

   

}
    

@media (max-width: 1399px) {


.choho-lp nav.header_nav ul li a span {
    width: 15px;
    height: 15px;
    margin: 0 0 0 5px;
    min-width: 15px;
}

.choho-lp nav.header_nav ul li a b {
    font-size: 11px;
}

.choho-lp nav.header_nav ul li a b br{
    display:none;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a b {
    font-size: 11px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a span {
    width: 13px;
    height: 13px;
    min-width: 13px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a span:before {
    background-size: 4px;
}

.choho-lp .top-main-image nav.header_nav.transform ul li a {
    padding: 12px 10px;
}

.main_wrap .mttl {
    height: 88%;

}


span.main_ttl {font-size: 4vw;}

span.main_des {
    left: 36%;
}
    
span.main_des figcaption b{
    font-size: 2vw;
} 


.history-year b {
    font-size: 5em;
}

.hs-top h4 {
    font-size: 1.4em;
}

.history-list {
    width: 790px;
}

}

@media (max-width: 1200px) {


/**/
.choho-lp .top-main-image nav.header_nav.transform ul li a span {
}

.choho-lp nav.header_nav ul li a span {
    min-width: 25px;
}

.choho-lp .top-main-image nav.header_nav.transform{
    width:100%;
}
    
/**/
.main_wrap .mttl {
    height: 84%;
}

span.main_des figcaption p{
    font-size: 1.05vw;
}

section{
    padding: 80px 0 130px;
}

h1.path-ttl {
    font-size: 5em;
}

h3.g-head {
    font-size: 2em;
}

h3.g-head span {
    font-size: 1em;
}

    
/*年表=============== */
    
.history-year b {
    font-size: 4em;
}

.hs-top h4 {
    font-size: 1.5em;
}

.hs-top span, .history-year small{
    font-size: 1.2em;
}

.history-list {
    width: 600px;
}

.h-year-big {
    font-size: 1.8em;
}

.h-year-big span {
    left: -34px;
}
    

.about_wrap .grad-text {
    font-size: 3.5em;
    letter-spacing: 1px;
}
    
/*about=============== */



.about_wrap .about_text p{
    font-size:1.1em;
}

.other-topic {
    padding: 30px;
}

.other-topic h6 {
    font-size: 1.5em;
}



 h2.s-head {
    font-size: 2.5em;
}

.korekara-txt .name-box h6 {
    font-size: 1.1em;
}   

}
@media (max-width: 1023px) {

h1.path-ttl{
    font-size: 3.5em;
}

.history-list {
    width: 520px;
}


.about_wrap .grad-text {
    font-size: 3em;
}

h3.g-head {
    font-size: 1.7em;
}

span.category b {
    font-size: 0.8em;
    padding: 2px 10px 5px;
    top: -17px;
    left: 0;
}

h2.s-head {
    font-size: 2.1em;
}

.hs_wrap .hs-img .inner-fukidashi .people figure {
    bottom: -50px;
    left: -20px;
}

.support-last {
    padding: 30px;
}

.bg-blue {
    padding: 50px 30px 30px 30px;
}



.other-topic h6 {
    font-size: 1.3em;
}

}





@media (max-width: 991px) {

.main_wrap {
    background: #000;
    margin: 5px auto 0;
}

.main_wrap .mttl {
    /* position: relative; */
    right: 0;
    left: 0;
    margin: auto;
    padding: 30px 0 30px;
    width: 250px;
    height: 74%;
}
    
.main_wrap img.sp-991 {
    opacity: 0.95;
	aspect-ratio:3/6;
	object-fit: cover;
}


span.main_des {
    left: -19%;
    top: 59%;
}

span.main_des figcaption b {
    /* font-size: 0.8em; */
    /* padding: 6px 2px; */
}

span.main_ttl {
    /* font-size: 3em; */
    letter-spacing: 11px;
}



/**/

section {
    padding: 60px 0 100px;
}

#prologue {
    padding: 0 0 100px;
}


.mt-100 {
    margin: 60px 0 0 0;
}

.mt-80 {
    margin: 40px 0 0 0;
}

.mt-40 {
    margin: 30px 0 0 0;
}

/*年表=============== */

.history-wrap {
    flex-wrap: wrap;
    max-width: 420px;
    margin: auto;
}

.history-head {
    width: 100%;
    margin: 0 auto 20px;
    text-align: left;
    padding: 0;
}

.history-list {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 0 0 4px 0;
    flex: auto;
}

.history-year {text-align: left;width: 100%;display: flex;align-items: baseline;}

.history-year b {
    margin: 0;
}

.dl-wrap {
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
}

.dl-wrap dl {
    width: 100%;
    writing-mode: inherit;
    align-items: flex-start;
}

.dl-wrap dl dt.h-date {
    height: inherit;
    width: 90px;
    border-bottom: none;
    position: relative;
    background: #fff;
    padding: 0;
    line-height: 1;
    border-right: 2px solid;
    margin: 0;
    height: 100%;
    display: inline-block;
    padding: 5px 15px 0 0;
    text-align: right;
}

.dl-wrap dl dd {
    width: 370px;
    padding: 0 0 20px 20px;
}

.dl-wrap dl dd:after {
    right: inherit;
    left: -8px;
    top: inherit;
    transform: rotate(90deg);
    bottom: -3px;
}

.h-year-big {
    width: 90px;
    height: auto;
    padding: 20px 0 30px 0;
    border: none;
}

.h-year-big span {
    left: 0;
    position: relative;
    text-align: right;
}


.h-year-big:after {
    right: -87px;
    height: 100%;
    width: 2px;
    top: 0;
}

.dl-wrap dl dt.h-date:before {
    /* content: ""; */
    position: absolute;
    width: 1px;
    background: #ccc;
    height: 100%;
    left: 12%;
    top: 38px;
    z-index: 0;
}

.dl-wrap dl dt.h-date span {
    text-combine-upright: inherit;
}

.dl-wrap dl dd.emp:before {
    top: 7px;
    left: -10px;
    transform: rotateZ(90deg);
}

.dl-wrap dl dd.emp {
    padding: 0px 20px 30px 20px;
}

.history-head.last-h-head {
    padding: 0;
    margin: 0 auto;
}
    

.about_wrap .grad-text {
    font-size: 2.5em;
}
    
.about_wrap .about_text p {
    font-size: 1em;
}

/*support=============== */
.korekara-txt {
    width: 100%;
}

.hs_wrap {
    width: 100%;
    margin: 80px auto 0;
}

.korekara-top {
    flex-wrap: wrap;
}

.hs_wrap .hs-img .inner-fukidashi .people figure {
    width: 22%;
    left: 0;
    bottom: -150px;
    max-width: 140px;
}

.hs_wrap .hs-img .inner-fukidashi .people .fukidashi {
    width: 73%;
}

.korekara-txt .name-box {
    margin: 20px 0 0 0;
}

h2.s-head {
    font-size: 1.8em;
    text-align: center;
}


.other-topic h6 small {
    display: block;
    position: relative;
}

.other-topic h6 {
    text-align: center;
    font-size: 1.1em;
}

.other-t-wrap {
    flex-wrap: wrap;
    gap: 0;
}

.other-topic figure {
    width: 100%;
}

.other-topic figcaption {
    width: 100%;
    margin: 20px auto 0;
}

.other-topic.only-t .other-t-wrap .o-text-wrap {
    width: 100%;
}

.other-topic.only-t .other-t-wrap .linkwrap {
    width: 100%;
    margin: 20px auto 0;
}

    
}

@media (max-width: 767px) {

 main{
    padding: 0 0 60px;
}

span.main_des {
    left: 10%;
    top: 62%;
}

span.main_des figcaption b {
    font-size: 1em;
    padding: 6px 2px;
}

span.main_ttl {
    font-size: 2em;
    letter-spacing: 8px;
}

.main_wrap .mttl {
    width: 250px;
}


    
.date{
  font-size:0.9em;
}


.sharebox {
    margin: 0 auto 40px;
}
  
span.tag {
    padding: 0px 7px 3px;
    font-size: 0.85em;
    margin: 0 0 5px 0;
    display: inline-block;
}
    



h3.g-head {
    font-size: 1.2em;
    padding: 15px 0;
}
    
section {
    padding: 30px 0 50px;
}

#prologue {
    padding: 20px 0 50px;
}

.about_wrap .about_text p b:after {
    right: -2px;
}

/*年表=============== */
    
   .dl-wrap dl dt.h-date {
    width: 66.75px;
    font-size: 0.75em;
    padding: 5px 5px 0 0;
}

.dl-wrap dl dd {
    width: 260px;
    font-size: 0.85em;
    padding: 0 0 20px 10px;
}

.h-year-big {
    width: 60.75px;
    font-size: 1.2em;
    padding: 10px 0 20px 0;
    text-align: right;
}

.h-year-big:after {
    right: -6px;
    left: inherit;
}

.history-year b {
    font-size: 2.4em;
}

.hs-top span, .history-year small {
    font-size: 0.9em;
}

.history-year {
    display: flex;
    align-items: baseline;
    display: inline-flex;
    text-align: left;
    align-self: flex-start;
}
	.history-year.y2026 {
		margin: 0;
	}
.hs-top {
    text-align: center;
    margin: 0 auto 20px;
}

.history-head {
    margin: 0 auto 7px;
    padding: 0;
}
    
/*about=============== */
.about_wrap .about_text p {
    font-size: 0.95em;
    line-height: 2em;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.about_text {
    margin: 0 auto 10px;
    text-align: left;
}

    
.about_wrap .about_text p b {
    padding: 15px;
    line-height: 1.7;
}

.people-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.people-wrap .fukidashi {
    order: 3;
    margin: 10px auto 10px;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: inset 0px 0 14px 7px hsl(0deg 3.23% 81.76% / 45.1%);
}

.people-wrap figure {
    margin: 0;
}

.people-wrap figure span {
    width: 55%;
}

#y2016 .people-wrap figure span {
    width: 63%;
}

.people-wrap .name-box h6 {
    margin: 10px auto 2px;
}
    
.name figure {
    width: 64px;
}

.name .name-box {
    margin: 0 0 0 5%;
}

.name .name-box small {
    font-size: 0.7em;
}

.people-wrap.two-p figure {
    order: 1;
}

.people-wrap.two-p .name-box:first-child{order: 2;}



.people-wrap.two-p .name-box:last-child {
    order: 3;
}

.people-wrap.two-p .name-box {
    width: 100%;
}

.people-wrap.two-p figure span {
    width: 80%;
}

.people-wrap.two-p .name-box:first-child span > *, .people-wrap.two-p .name-box:last-child span > * {
    text-align: center;
    padding: 0;
}

.people-wrap.two-p .name-box:last-child span small {
    position: relative;
}

.people-wrap.two-p .name-box:last-child > span h6 small:after {
    content: "(右)";
    font-size: 77%;
    margin: 0 0 0 3px;
    color:#a3a3a3;
}

.people-wrap.two-p .name-box:first-child > span h6 small:after {
    content: "(左)";
    font-size: 77%;
    margin: 0 0 0 3px;
    color:#a3a3a3;
}
 
.bg-blue {
    padding: 45px 15px 15px 15px;
    border-radius: 10px;
}

.text-inner-img, .text-inner-img.inner-img{
    width: 100%;
    margin: 0 auto 20px;
    float: none;
}

.text-inner-img.inner-img.sp {
    margin: 20px auto;
}


.box.path-box .wrap.mt-100 {
    margin: 30px auto 0;
}

.about_wrap .grad-text {
    font-size: 1.8em;
    text-align: center;
    margin: 0 auto;
    /* font-weight: 600; */
    color: #dbc786;
}

span.category b {
    left: 0;
    padding: 0 11px;
    font-size: 0.6em;
    top: -10px;
}

.category-wrap {
    margin: 24px auto 0;
}

.people-box {
    margin: 30px auto 0;
    max-width: 100%;
}

h2.s-head {
    font-size: 1.3em;
}

.relationship_text span.category {
    width: 100%;
    top: -10px;
}

.support-last figure {
    border-radius: 5px;
    overflow: hidden;
}

.support-last .text-inner-img {
    margin: 0 auto 15px;
}

.other-topic {
    padding: 15px 15px 15px 15px;
}

.other-topic figcaption {
    margin: 10px auto 0;
}

.other-topic h6 small:before {
    content: "[";
}

.other-topic h6 small:after {
    content: "]";
}

.other-topic h6 small {
    font-size: 14.4px;
    margin: 0 0 5px 0;
}
    
/*future=============== */
h1.path-ttl {
    font-size: 2.2em;
    padding: 0;
    text-align: center;
}

h1.path-ttl b:last-child {
    text-indent: 0px;
}




.support-last {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    margin: 20px auto 0;
}

.t-text.mt-60 {
    margin: 0;
}

.hs_wrap .hs-img .inner-fukidashi .people {flex-wrap: wrap;justify-content: inherit;}

.hs_wrap .hs-img .inner-fukidashi .people figure {
    position: relative;
    width: 100%;
    bottom: 0;
    max-width: 190px;
    left: 0;
    right: 0;
    margin: auto;
    height: 210px;
    overflow: hidden;
}

.hs_wrap .hs-img .inner-fukidashi .people .fukidashi {
    width: 100%;
    background: none;
    margin: 10px auto 0;
}

.hs_wrap .hs-img .inner-fukidashi .people .fukidashi b{
    display:block;
    margin:0 0 5px 0;
}

.hs_wrap {
    margin: 20px auto 0;
}

.hs_wrap .hs-img .inner-fukidashi .people figure img {
}

.fukidashi p {
    color: #4d4d4d;
}

.korekara-txt .name-box {
    text-align: center;
}

.link-box.multiple {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.linkwrap a {
    padding: 17px 5px;
}

.linkwrap a.link:before {
    width: 12px;
    height: 12px;
}

    
}

@media (max-width: 500px) {
span.main_des figcaption b {
    font-size: 0.85em;
    padding: 4px 3px;
}

span.main_ttl {
    font-size: 1.5em;
    letter-spacing: 7px;
}

span.main_des {
    left: 14%;
    top: 60%;
}

.main_wrap .mttl {
    height: 100%;
}
    


}

@media (max-width: 350px) {


}