@charset "utf-8";

.choho-lp .top-main-image nav.header_nav {
    opacity: 0;
}

.choho-lp .top-main-image nav.header_nav.transform {
    opacity: 1;
}

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

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

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;
}

.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;
}



figure {
    margin-bottom: 0;
}


h1, h2, h3, h4, .category, .about_wrap b, .main_des *,.main_wrap *{
    font-family: 'Noto Sans JP', sans-serif !important;
}

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

.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);
    }
  }



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

.top-main-image:before {
    content: "";
    background: url(../../img/feature/vol88/main_bg.jpg) no-repeat center top;
    background-size: 78%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.main_wrap {
    width: 100%;
}






span.main_des figcaption * {
    display: inline-block;
    color: #ffffff;
}

span.main_des figcaption {
    max-width: 1026px;
    margin: auto;
}

span.main_des {
    position: absolute;
    display: block;
    bottom: 6%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
}

span.main_des figcaption b {
    margin: 0;
}

span.main_des figcaption b.mdt.t04 span {
    width: 116px;
    padding: 0 0 0 20px;
}
.main_wrap .mttl {
    width: 100%;
    height: 100%;
    position: relative;
}


.main_wrap .mttl:after {
    content: "";
    background: url(../../img/feature/vol88/main_bg.jpg) no-repeat top;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background-size: cover;
    z-index: -1;
    filter: blur(20px);
    top: 0;
}

span.main_des figcaption .main_text {
    text-align: center;
    display: block;
    margin: 40px auto 0;
}

span.main_des figcaption .main_text span{
    font-size: 2vw;
    font-style: italic;
    letter-spacing: 3px;
    font-weight: 900;
}



span.main_ttl p {
    font-family: 'Noto Serif JP', serif;
}



.mttl-box {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    bottom: 0;
}



span.main_des figcaption b.mdt.t01 {width: 660px;margin: 0 auto;text-align: center;display: block;position: relative;}


span.main_des figcaption b.mdt.t01 span {
    position: absolute;
    top: 61%;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 2.3vw;
    font-style: italic;
    letter-spacing: 3px;
    font-weight: 900;
}



.main_wrap span.m-fuki {
    text-align: center;
    font-weight: 900;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    z-index: 1;
}

/**/

.scroll {
        cursor: pointer;
        position: absolute;
        width: 140px;
        height: 120px;
        bottom: 40px;
        margin: auto;
        left: 0%;
        overflow: hidden;
        z-index: 10;
    }
    
    .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: #fff;
        font-size: 1.3em;
        font-weight: 700;
    }

    .scroll a:after {
        content: "Scroll";
        position: absolute;
        color: hsl(0deg 0% 100% / 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%;
        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;
}


.right.mt_name {
    text-align: right;
    margin: 10px auto 0;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}

.right.mt_name p {
    margin: 0 0 0 10px;
    font-weight: 700;
    font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro", "Meiryo","メイリオ",sans-serif !important;
    font-size: 1.1em;
}

.right.mt_name small {
    font-size: 0.9em;
    color: #4d4d4d;
}


.sp-1023{
    display: none !important;
}

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

.text-box {
    width: 100%;
    overflow: hidden;
}


.about_wrap {
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
}


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

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

.about_wrap .about_text p{
   font-weight: 400;
   font-size: 1.2em;
   position: relative;
   line-height: 2.3;
}


.about_wrap .about_text p .grad {
    color: #0f3774;
}


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




section#prologue,section#iko{
    background: #fbfbfb;
}



h3.g-head {
    font-weight: 900;
    line-height: 1.4;
    padding: 0 0 20px 0;
    border-bottom: 1px solid;
    font-style: italic;
}

span.category {
    display: block;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 1.15em;
    text-align: center;
    font-weight: 600;
}

h2.s-head {
    position: relative;
    font-weight: 900;
}

h2.s-head ruby rt {
    font-size: 0.25em;
}

h3.g-head span {
    display: block;
}

#peacematch h3.g-head span:last-child {
    color: #54c3f1;
}

span.blue {
    color: #54c3f1;
}

.support-last p b {
    display: block;
}

span.category b {

    padding: 5px 10px;
    display: inline-block;
}

#peacematch span.category b {
    background: #8f82bc;
}


.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: 4.8em;
    line-height: 1.3;
}


/*peace match*/

.peacematch-ttl {
    gap: 40px;
    justify-content: space-between;
    margin: -90px 0 0 0;
}

.peacematch-ttl b {
    width: 48%;
}

.pm-info span:first-child {
    width: 61%;
}

.pm-text {
    margin: 40px auto 0;
    background: #f7f7f7;
    padding: 30px;
    text-align: center;
}


.pm-text span b {
    margin: 0 0 10px 0;
    font-size: 1em;
}

.pm-text span small {
    font-size: 0.85em;
}

.pm-info {
    justify-content: space-between;
    margin: 50px auto 0;
}

.pm-info span:last-child {
    width: 35%;
}

.pm-info span:last-child b {
    margin: 0 0 10px 0;
    font-size: 1.1em;
}

.pm-info span:last-child small {
    font-size: 0.85em;
    line-height: 2;
}

.people.kantoku figure {
    padding: 0;
    margin: 20px 0 0 0;
}

.people.kantoku figcaption {
    position: relative;
}

.people.kantoku figure img {
    margin: auto;
    text-align: center;
    display: block;
}

figure.round img {
    border-radius: 100%;
    overflow: hidden;
}

ul.figure-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
}

h4.s-head.circle {
    font-weight: 700;
    text-align: center;
    color: #54c3f1;
}

h4.s-head.circle span{
    display: inline-block;
    background:#fff;
    padding: 0 20px;
}


h4.s-head.circle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #54c3f1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}



ul.figure-list li figcaption {
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 0.9em;
    font-weight: 600;
}

/**/


h1.path-ttl b {
    font-weight: 800;
    text-align: center;
}


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

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

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

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

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

#path .about_wrap .about_text p {
    max-width: 850px;
    margin: auto;
}

.text-inner-img {
    width: 45%;
    float: left;
    margin: 0 4% 0 0;
    z-index: 1;
    position: relative;
}



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

.bg-blue {
    background: #f2faff;
    padding: 50px;
}



/*peacematch*/


#peacematch .img-box span {
    width: 94%;
    text-align: center;
    margin: auto;
    position: relative;
    display: block;
}

.first-fuki {
    position: absolute;
    top: -45px;
    right: 0;
    left: 0;
    z-index: 1;
    margin: auto;
    display: flex;
    justify-content: center;
}

.first-fuki span {
    display: flex;
    align-items: baseline;
    border-radius: 40px;
    padding: 10px 30px;
    box-shadow: inset 0px 0 14px 1px #ccc;
    background: #fff;
    max-width: 408px;
}

.first-fuki span b {
    font-size: 2.5em;
    font-weight: 800;
}

.first-fuki span small {
    font-size: 1.8em;
    font-weight: 900;
}

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

.people {
    display: block;
    width: 100%;
    max-width: 279px;
    position: relative;
    margin: 0 0 30px 0;
}

.people figure small {
    text-align: center;
    display: block;
    margin: 5px 0 0 0;
    font-weight: 600;
}

.people figure small span {
    margin: 10px auto 0;
    display: block;
    font-weight: 500;
    text-align: left;
}

.people figure {
    margin: 0 0 0 0;
    z-index: 0;
    position: relative;
    padding: 108px 20px 0 50px;
}

.people .fukidashi {
    background: #fff100;
    padding: 20px 20px;
    border-radius: 47px;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}

.people .fukidashi:after {
    content: "";
    width: 37px;
    height: 48px;
    background: url(../../img/feature/vol88/f-fuki.png) no-repeat center center;
    position: absolute;
    bottom: -25px;
    z-index: -1;
    left: 18%;
    background-size: contain;
}

.people .fukidashi p {
    font-size: 0.9em;
    color: #000000;
}


.instawrap {
    justify-content: space-between;
    gap: 10px;
}

.instagram {
    margin: 0;
    width: 49%;
}

.instagram a{
    background: #fff;
    padding: 15px 5px;
    text-align: center;
    border: 1px solid #e5e5e5;
    display: block;
    box-sizing: border-box;
}

.instagram span {
    font-size: 0.8em;
    color: #333;
    position: relative;
    padding: 6px 0 10px 35px;
    transition:.3s;
}

.instagram span:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: url(../../img/feature/vol85/insta.png) no-repeat;
    left: 0;
    top: 0;
    background-size: cover;
}

.instagram.x span:before{
    background: url(../../img/common/x_n.svg) center no-repeat;
    background-size: 20px;
}

.instagram.note span:before{
    background: url(../../img/feature/vol85/note.svg) center no-repeat;
    background-size: 45px;
}

.instagram a:hover {
    background:#e5e5e5;
}

.instawrap small {
    display: block;
    margin: 0 7px 0 0;
    width: 5%;
}

.instamorewrap .flex {
    gap: 10px;
    width: 95%;
}

.instamorewrap {
    width: 100%;
}

ul.figure-list li:nth-child(2) .instawrap {
    width: 100%;

}

ul.figure-list li:nth-child(2) .instawrap > div {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}

ul.figure-list li:nth-child(2) .instawrap .instamorewrap.men .instagram {width: 46%;}

ul.figure-list li:nth-child(2) .instawrap .instamorewrap.men {
    margin: 0 0 10px 0;
}


/*遺構*/

#iko h1.path-ttl b:first-child {
    color: #c9caca;
    font-size: 50%;
}


#iko span.category b {
    background: #357d54;
}

#iko .text-inner-img {
    background: none;
}

.iko-img {
    width: 49%;
}

#iko .img-box {
    justify-content: space-between;
}

#iko .people .fukidashi {
    background: #dfd8c3;
    border-radius: 100px;
    padding: 30px 33px;
}

#iko .people .fukidashi::after {
    content: "";
    width: 37px;
    height: 48px;
    background: url(../../img/feature/vol88/f-fuki2.png) no-repeat center center;
    position: absolute;
    bottom: -25px;
    z-index: -1;
    left: 18%;
    background-size: contain;
}


.iko-wrap ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: number 0;
    align-items: flex-start;
}

.iko-wrap ul li {
    width: 48%;
    margin: 0;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.iko-wrap ul li .figure-box {
    width: 40%;
    float: right;
    margin: 0 0 10px 22px;
}


.iko-title {
    font-size: 2.8em;
    font-weight: 700;
    font-family: 'Noto Serif JP', serif;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

.iko-wrap ul li .iko-title:before {
    counter-increment: number 1;
    content: counter(number) " ";
    font-size: 3.5vw;
    line-height: 1;
    font-weight: 800;
    float: left;
    padding: 0 15px 0 0;
}

.iko-wrap ul li .figure-box {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

figure.round.soft img {
    border-radius: 20px;
}

.iko-wrap ul li.i02, .iko-wrap ul li.i03,.iko-wrap ul li.i09, .iko-wrap ul li.i10 {
    width: 100%;
    overflow: hidden;
}



.iko-wrap ul li.i02 .figure-box, .iko-wrap ul li.i03 .figure-box,
.iko-wrap ul li.i09 .figure-box, .iko-wrap ul li.i10 .figure-box{
    width: 38%;
    margin: 0 0 20px 20px;
    float: right;
}

.iko-wrap ul li.i02 .iko-text, .iko-wrap ul li.i03 .iko-text,
.iko-wrap ul li.i09 .iko-text, .iko-wrap ul li.i10 .iko-text{
    width: 100%;
}

.iko-text {
    margin: 20px auto;
}


.iko-wrap ul li.i01 {
    width: 32%;
    position: relative;
}

.iko-wrap ul li.i01 .figure-box{
    width: 100%;
    position: relative;
    gap: 0;
}

.iko-wrap ul li.i0203 {
    width: 65%;
    background: none;
    padding: 0;
}

ol.iko-wrap {
    display: contents;
}

.iko-wrap ul li.i03,.iko-wrap ul li.i10 {
    margin: 40px auto 0;
}

.iko-wrap ul li.i03 .figure-box, .iko-wrap ul li.i09 .figure-box, .iko-wrap ul li.i10 .figure-box {
    width: 30%;
}


.iko-wrap ul li.i01 figure {
    width: 69%;
    margin: auto;
    text-align: center;
}

.iko-wrap.second ul {
    counter-reset: number 5;
    margin: 30px 0 0 0;
}

.iko-wrap ul li.i07 .figure-box {
    width: 24%;
}


.iko-wrap ul li.i08 .figure-box {
    width: 100%;
}

.iko-wrap ul li.i06 .figure-box figure {
    margin: auto;
}


.iko-wrap ul li.i08 {
    width: 32%;
}

.dl-wrap dl {
    font-size: 0.9em;
    color: #404040;
    display: flex;
}

.dl-wrap {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    gap: 8px;
    display: grid;
    margin: 10px 0 0 0;
}

.dl-wrap dl dt {
    margin: 0 0px 0 0;
    width: max-content;
}

.dl-wrap dl dd {
    width: 78%;
}


.iko-bg {
    margin: 60px auto 100px;
    padding: 0;
}

.iko-bg figcaption {
    font-size: 0.8em;
    text-align: right;
    margin: 0 20px 0 0;
    color: #fff;
    background: #1c1c1ca6;
    display: inline;
    position: absolute;
    bottom: 110px;
    right: 0;
    padding: 0 10px;
}


.img-zoom-wrap{
  position: relative;
}
  

.magnifierRentgen{
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}
  
.magnifier-loupe{
    overflow: hidden;
    position: absolute;
    border-radius: 10em;
    top: 0;
    left: 0;
    border: #f0f0f0 4px solid;
    
    cursor: none;
    transform: scale(1.9);
    display: none;
}
    
.magnifier-loupe img {max-width: none;}

.choho-lp .img-zoom small.during {
    font-size: 0.8em;
    text-align: right;
    margin: 0 20px 0 0;
    color: #fff;
    background: #1c1c1ca6;
    display: inline;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 0 10px;
}

.img-zoom p {
    text-align: center;
}

.iko-bg-wrap {
    margin: 60px auto 100px;
}

.img-zoom {
    position: relative;
}

.img-zoom-wrap{
  position: relative;
  margin: 20px auto 0;
}
  

.magnifierRentgen{
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}
  
.magnifier-loupe{
    overflow: hidden;
    position: absolute;
    border-radius: 10em;
    top: 0;
    left: 0;
    border: #f0f0f0 4px solid;
    cursor: none;
    transform: scale(1.9);
    display: none;
}
    
.magnifier-loupe img {max-width: none;}

.ahead {
    display: flex;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 13px;
    background: #fff;
    position: relative;
}

.ahead-box > * {
    display: inline-block;
    position: absolute;
    font-size: 0.9em;
    z-index: 1;
}

.ahead.black {
    background: #000;
    color: #fff;
    border-color: #000;
}

.ahead-box .ahead:before {
    content: "";
    width: 1px;
    height: 120px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.ahead:after {
    content: "";
    height: calc(13px / 2 * tan(60deg));
    width: 20px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -100px;
    z-index: 1;
    background: #000;
    left:0;
    right:0;
    margin:auto;
}

.a09 {
    left: 13.5%;
    top: 107px;
}

.a02 {
    right: 37%;
    top: 37px;
}

.a03 {
    right: 26%;
    top: 74px;
}

.a07 {
    right: 14%;
    top: -15px;
}

.a06 {
    right: 6%;
    top: 62px;
}

.cent {
    left: 45%;
    top: 134px;
}

.ahead .num {
    font-weight: 700;
    margin: 0 7px 0 0;
}

.ahead-box {
    position: relative;
    padding: 50px 0 0 0;
}

.ahead-box figure {
    position: relative;
    z-index: 0;
}

.ahead-box .ahead.black:before,.ahead-box .ahead.black:after {
    content: none;
}

.ahead-box .a07 .ahead:before {
    height: 166px;
}

.ahead-box .a07 .ahead:after{
    bottom: -124px;
}

.ahead-box .a06 .ahead:before {
    height: 58px;
}

.ahead-box .a06 .ahead:after{
    bottom: -39px;
}

.iko-wrap.second {
    position: relative;
}

#iko .yamaguchi02 {
    position: absolute;
    bottom: 0;
    margin: 0;
}

#iko .yamaguchi02 .people {
    margin: 0;
}



.support-img {
    width: 45%;
    margin: 0 4% 0 0;
}

.support-t {
    width: 51%;
}

.support .text-box {
    flex-direction: row;
}

.support .prologue_text:nth-child(2) .text-box {
    flex-direction: row-reverse;
}

.support .prologue_text:nth-child(2) .text-box .support-img {
    margin: 0 0 0 4%;
}

.support .about_wrap b {
    display: block;
}

.support-last {
    padding: 30px;
    display: block;
    overflow: hidden;
    border: 1px solid #54c3f1;
}

.support-last .text-t em {
    display: inline-block;
    font-style: normal;
    border-bottom: 1px solid;
    margin: 0 0 10px 0;
    color: #111;
    font-size: 0.9em;
}

.support-last .text-box b {
    display: block;
    color: #111;
    font-size: 1.5em;
}

.button {
    max-width: 320px;
    width: 100%;
}


.button a {
    background: #6d6d6d;
    padding: 20px 0;
    display: block;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    position: relative;
    color: #fff;
}

.button a:hover {
    background: #3e3e3e;
}


h4.s-head .obi {
     background: #9d8c50;
     display: inline-block;
     border-radius: 40px;
     padding: 0 20px;
     color:#fff;
     line-height: 1.5;
     margin: 0 6px 0 0;
}

.bg-beige {
    padding: 50px;
    background: #eeebe2;
    border-radius: 70px;
}

.bg-beige .support-last {
    border-color: #d1cfcc;
    border-color: rgba(0,0,0,0);
    padding: 0;
}

#iko .support-last .text-t {
    width: 100%;
}

.support-last .list {
    margin: 20px auto 0;
    border-top: 1px solid #adadab;
    border-bottom: 1px solid #adadab;
    padding: 0 0;
}

.support-last .list em {
    border-bottom: none;
    width: 30%;
    margin: 0;
    font-size: 1.1em;
    font-weight: 700;
    padding: 16px 20px 0 0;
    border-right: 1px solid #adadab;
}

.support-last .list ol {
    width: 70%;
    display: grid;
}

#iko h4.s-head span:first-child {
    display: block;
}

.support-last .list ol li {
    border-bottom: 1px solid #adadab;
    padding: 16px 0 16px 20px;
}

.support-last .list ol li:last-child {
    border-bottom: none;
}

.dl-wrap02 dl {
    display: flex;
}

.dl-wrap02 {
    margin: 0 0 0 0;
    display:grid;
    gap:10px;
}

#iko h4.s-head {
    line-height: 1.8;
}

.dl-wrap02 dl {
    color: #404040;
}



#iko .people figure {
    padding: 112px 20px 0 40px;
}

#iko .info {
    justify-content: space-between;
    align-items: end;
}


.support-last .text-t {
   width: 65%;
}

.support-last .button-box {
    width: 30%;
    gap: 30px;
    display: grid;
    margin: 0 0 0 5%;
}

.support-last .text-box {
   justify-content: space-between;
   align-items: flex-end;
}




.sub_text .sub_text_wrap small {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2;
}

.sub_text .sub_text_wrap small b {
    color: #004e9d;
}

.sub_text .sub_text_wrap p {
    font-size: 1.2em;
    line-height: 2;
}



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

@media (max-width: 1920px) {

.span.main_des {height: 83%;}

    

}

@media (max-width: 1699px) {

    .mttl-wrap {
        width: 85%;
    }

    .mttl-box .subtitle {
        font-size: 1.5em;
    }

    /*peacematch*/

    
    span.main_des figcaption b {
        font-size: 120px;
    }


    span.main_ttl {
        margin: 20px auto 0;
    }

    /*遺構*/
    .a09 {
        top: 70px;
    }
    
    .cent {
        top: 97px;
    }
    
    .a02 {
        top: 23px;
        right: 36%;
    }
    
    .a03 {
        top: 42px;
        right: 25%;
    }
    
    .a07 {
        right: 13%;
        top: -32px;
    }
    
    .a06 {
        top: 39px;
        right: 5%;
    }


}

@media (max-width: 1499px) {

    .a09 {
        top: 50px;
    }
    
    .a02 {
        top: 13px;
        right: 36%;
    }
    
    .a03 {
        top: 30px;
        right: 25%;
    }
    
    .a07 {
        top: -54px;
        right: 12%;
    }
}

@media (max-width: 1399px) {


span.main_des figcaption b.mdt.t01 span {
    font-size: 4vw;
}

span.main_des figcaption .main_text span {
    font-size: 4vw;
}

.top-main-image:before {
    background-size: 100%;
}
    
/*peacematch*/
.hs_wrap .about_wrap {
    width: auto;
}

.instagram span {
    padding: 35px 0 0 0;
}

.instagram a {
    padding: 40px 5px 10px;
}

.instagram span:before {
    right: 0;
    margin: auto;
    text-align: center;
    display: block;
}

/*遺構*/
    .ahead-box .ahead:before {
        height: 100px;
    }
    
    .ahead:after {
        bottom: -80px;
    }
    
    .a03 {
        right: 24%;
        top: 34px;
    }

    .iko-title {
        font-size: 2.5em;
    }
    
    .iko-wrap ul li .iko-title:before {
        line-height: 1.3;
    }


}

@media (max-width: 1200px) {

.scroll {
    bottom: 5%;
}


/**/
.pm-info span:first-child {
    width: 50%;
}

.pm-info span:last-child {
    width: 48%;
}
/**/

span.main_des figcaption {
    max-width: 811px;
}

span.main_des figcaption b.mdt.t03 {
    font-size: 102px;
    margin: 10px 0 0 0;
}

span.main_des figcaption b {
    font-size: 88px;
}

span.main_des figcaption span.m-fuki b {
    font-size: 1.3em;
}


span.main_des figcaption span.m-fuki b:before,
span.main_des figcaption span.m-fuki b:after{
    width:38px;
}
    
section{
    padding: 80px 0 130px;
}

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

h2.s-head:before,h2.s-head:after {
    width: 25px;
}
    

h3.path-ttl {
    max-width: 80%;
}

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

/*peacematch*/
   
span.main_des {
    padding: 80px 0;
}

 

.people {
    max-width: 240px;
}

.people figure {
    padding: 140px 10px 0 10px;
}

.support-last .text-box {
    flex-wrap: wrap;
}

.support-last .text-t {
    width: 100%;
}

.support-last .button-box {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}



/*遺構*/
.iko-title {
    font-size: 2.2em;
}

.iko-wrap ul li .iko-title:before {
    font-size: 4vw;
    line-height: 1;
}

.iko-wrap ul li.i03,.iko-wrap ul li.i10 {
    margin: 30px auto 0;
}

#iko .info {
    flex-wrap: wrap;
}

#iko .people figure {
    padding: 125px 10px 0 30px;
}

.magnifier-loupe {
    width: 100px !important;
    height: 100px !important;
    border-width: 2px;
}
    
.ahead {
    font-size: 0.8em;
}

}
@media (max-width: 1023px) {
.pc-1023{
    display:none !important;
}
.sp-1023{
    display: block !important;
}
    
.main_wrap span.m-fuki b {
    font-size: 2.5em;
}

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

.people figure small {
    /* text-align: left; */
}


.people .fukidashi {
    border-radius: 24px;
    padding: 16px;
}


#iko .people figure{
    padding:112px 20px 0 40px;
}

#peacematch .img-box span {
    width: 100%;
}

.first-fuki span b {
    font-size: 2em;
}

.first-fuki span small {
    font-size: 1.5em;
}

.pm-info {
    flex-wrap: wrap;
}

.pm-info span:first-child {
    width: 100%;
    max-width: 410px;
    margin: auto;
}

.pm-info span:last-child {
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

h2.s-head span {
    font-size: 0.8em;
    font-weight: 800;
}


/*遺構*/

#iko .people figure {
    padding: 130px 3px 0 30px;
}


.iko-title {
    font-size: 1.8em;
}

.iko-wrap ul li,.iko-wrap ul li.i01,.iko-wrap ul li.i08,.iko-wrap ul li.i0203  {
    width: 100%;
    border-top: none;
}

.iko-wrap ul li.i01 figure {
    width: 50%;
    margin: 0;
}

.iko-wrap ul li .figure-box, .iko-wrap ul li.i08 .figure-box,.iko-wrap ul li.i02 .figure-box {
    width: 30%;
}

.iko-wrap ul li.i07 .figure-box {
    width: 230px;
    padding: 0 60px;
}

.iko-wrap ul li.i01 .figure-box {
    align-items: center;
    width: 40%;
    justify-content: space-between;
    display: flex !important;
    gap: 15px;
}

.iko-wrap ul li.i01 .figure-box.pc-1023{
    display:none !important;
}

.iko-bg {
    margin: 110px auto 80px;
}

.bg-beige {border-radius: 30px;}

.support-last .list em {
    font-size: 0.9em;
}

#iko .yamaguchi02 {
    position: relative;
    margin: -40px 0 0 0;
}

.text-wrap.mt-100.cf {
    /* margin: 0; */
}

}

@media (max-width: 991px) {
    .top-main-image:before {
        background: none;
        content: none;
    }
    
    .mttl-wrap-top {
        width: 100%;
        height: 45%;
    }

    .mttl-box {
        width: 50%;
        height: 100%;
    }
   
    .top-main-image {
        /* background: #4d4d4d; */
    }
   
    .main_wrap .mttl {flex-wrap: wrap;height: 81vh;}
        

    .map {
        padding: 0 20px 20px 20px;
        margin: 0 auto 0 !important;
        background: #ffffff;
        border: none;
    }

    .map b {
        text-align: center;
        display: block;
        margin: 0 0 10px 0;
        font-size: 1.3em;
        font-style: italic;
        font-weight: 900;
        letter-spacing: 2px;
    }

     
    span.main_ttl {
        margin: 0 auto 0;
    }


/**/

section {
    padding: 60px 0 100px;
}

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

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

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



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



    section#prologue {
        background: none;
    }


.bg-blue,.bg-beige {
    padding: 30px;
}

.support .text-box {
    flex-wrap: wrap;
    display: block;
}

.support-t {
    width: auto;
}

.support-img {
    float: left;
    width: 50%;
}

.support .prologue_text:nth-child(2) .text-box .support-img {
    float: right;
}

ul.figure-list {grid-template-columns: 1fr;max-width: 767px;margin: 30px auto 0 !important;}


.instagram a {
    padding: 15px 5px;
}

.instagram span {
    padding: 6px 0 10px 35px;
    font-size: 0.9em;
}

.instagram span:before {
    margin: 0;
    right: inherit;
}


/*遺構*/

.iko-bg-wrap {
    /* overflow-x: scroll; */
    margin: 60px auto 60px;
    padding: 0 0 0;
}

.iko-bg {
    overflow: hidden;
    width: 1100px;
    margin: 0 auto;
}

.ahead-box {
    padding: 100px 0 0 0;
}
    
.a09 {
    left: 130px;
    top: 146px;
}

.cent {
    top: 140px;
}

.a02 {
    right: 393px;
    top: 85px;
}

.a03 {
    right: 269px;
    top: 131px;
}

.a07 {
    right: 136px;
    top: 33px;
}

.a06 {
    right: 50px;
    top: 84px;
}

.ahead-box .a07 .ahead:before {
    height: 120px;
}

.ahead-box .a07 .ahead:after {
    bottom: -89px;
}

.ahead-box .ahead:before {
    height: 50px;
}

.ahead:after {
    bottom: -33px;
}


.ahead-box .a02 .ahead:before {
    height: 75px;
}

.ahead-box .a02 .ahead:after {
    bottom: -58px;
}
    
}

@media (max-width: 767px) {

main{
    padding: 0 0 60px;
}


.mttl-wrap {
    padding: 20px 0 0 0;
    text-align: center;
    bottom: inherit;
    top: 0;
}



.mttl-box {
    align-items: flex-start;
    background-position: center top !important;
    background-size: 122% !important;
}
    
.date{
  font-size:0.9em;
}
  
span.tag {
    padding: 0px 7px 3px;
    font-size: 0.85em;
    margin: 0 0 5px 0;
    display: inline-block;
}

    
.map {
    flex-wrap: wrap;
}



section{
    padding: 30px 0 50px 0;
}

h3.g-head {
    font-size: 1.4em;
    text-align: center;
    padding: 0 0 10px 0;
}

h3.g-head span{
    font-size:100%;
}


.about_wrap .about_text p {
    text-align: left;
    font-size: 0.95em;
    line-height: 2em;
}

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

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

.bg-blue, .bg-beige {
    padding: 15px;
}

.text-inner-img, .text-inner-img.inner-img,#iko .text-inner-img{
    width: 100%;
    margin: 30px 0 30px 0;
    float: none;
}


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

h2.s-head {
    text-align: center;
    line-height: 1.5;
    font-size: 1.4em;
    padding: 0 0 4px 0;
}

/*peacematch=============== */

span.main_des figcaption {
    max-width: 439px;
    width: 78%;
}



span.main_des figcaption b {
    font-size: 18vw;
}



.hs_wrap .about_wrap {
    width: 100%;
    margin: 0;
}

#peacematch .support-last {
    margin: 0 auto;
}

section#peacematch .path-box.bg-have {
    /* background-size: 197px; */
    /* background-position: 100% 30px; */
    /* padding-top: 60px; */
}

#peacematch .img-box span {
    width: 100%;
}


#peacematch .img-box {
    /* padding: 0 0 180px 0; */
}

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

.people figure {
    padding: 0;
    margin: 10px auto 0;
    text-align: center;
}

.people .fukidashi {
    position: relative;
}

.people figure img {
    width: 170px;
    text-align: center;
    margin: auto;
}

.people figure small {text-align: center;}

.hs_wrap .people figure {
    margin: 20px auto 0;
    padding: 0;
    flex-wrap: wrap;
}

.hs_wrap .people figure small {
    margin: 10px auto 20px;
    text-align: center;
}

.hs_wrap .people figure img {
    width: 170px;
}

.hs_wrap .people .fukidashi:after {
    left: 23%;
}



.support .wrap.mt-80 {
    margin: 20px auto 0;
}

    
.support-img,.support .prologue_text:nth-child(2) .text-box .support-img {
    width: 100%;
    margin: 0 0 20px 0;
}


.support .about_wrap b {
    font-size: 0.9em;
    text-align: left;
}

.support-last,.bg-be .support-last {
    padding: 15px 0 0 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.support .support-last:last-child .text-inner-img.inner-img {
    width: 100%;
}

.support .support-last:last-child .text-inner-img.inner-img figure {
    width: 70%;
    margin: auto;
}

.support .support-last:last-child .text-inner-img.inner-img small {text-align: center;display: block;}

.about_wrap .about_text p b:before,.about_wrap .about_text p b:after {
    height: 78%;
}

.about_wrap .about_text p:before,.about_wrap .about_text p:after {
    width: 78%;
}


.hs_wrap {
    flex-wrap: wrap;
}

.hs_wrap .about_wrap {
    width: 100%;
    margin: 0;
}


.button a {
    padding: 17px 0;
}


ul.figure-list li:nth-child(2) .instawrap > div {flex-wrap: wrap;}

.instagram {
    width: 100%;
}

.instawrap {
    flex-wrap: wrap;
}

    
.instawrap small {
    width: 100%;
    margin: 0 0 3px 0;
    text-align: center;
    font-size: 0.8em;
}

ul.figure-list li:nth-child(2) .instawrap .instamorewrap.men .instagram {
    width: 100%;
}

.instamorewrap .flex {
    width: 100%;
    flex-wrap: wrap;
}

/*iko=============== */
#iko .img-box {
    flex-wrap: wrap;
}

.iko-img {
    width: 100%;
}

.iko-img:first-child {
    margin: 0 auto 20px;
}

#iko .people figure img {
    width: 210px;
}


.peacematch-ttl {
    margin: -40px 0 0 0;
    gap: 15px;
}

.pm-info {
    margin: 18px auto 0;
}

.first-fuki span b {
    font-size: 1.5em;
}

.first-fuki {
    top: -25px;
}

.first-fuki span small {
    font-size: 1em;
}

section#peacematch {
    padding-top: 70px;
}


.peacematch-ttl b {
    width: 50%;
}

.pm-info span:last-child small {
    text-align: left;
}

.pm-info span:last-child {
    text-align: left;
}

.pm-info span:last-child b {
    text-align: center;
    font-weight: 600;
}

.first-fuki span {
    padding: 5px 16px;
}

.pm-text {
    padding: 15px;
    text-align: left;
}

ul.figure-list {
    gap: 40px 10px;
}

ul.figure-list li figcaption {
    font-size: 0.85em;
    text-align: left;
}

.support-last .text-box b {
    font-size: 1em;
}

.support-last .button-box {
    flex-wrap: wrap;
    gap: 15px;
}


.support-last .text-t em {
    color: #8b8b8b;
    margin: 0 0 10px 0;
    border-bottom: none;
}

#iko .people figure {
    padding: 0 0 0 0;
    margin: 0 auto;
}

.iko-wrap ul li.i01 .figure-box {
    width: 100%;
    float: none;
    margin: 0 auto 0;
    gap: 0;
}

figure.round.soft img {
    border-radius: 10px;
}

.iko-wrap ul li.i01 figure:first-child {
    width: 42%;
}

.iko-text {
    margin: 15px auto 0;
}

.iko-wrap ul li.i08 .figure-box, .iko-wrap ul li.i02 .figure-box {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.iko-wrap ul li.i09 .figure-box {
    float: none;
    margin: 0 auto;
    width: 55%;
}

.iko-wrap ul li.i03 .figure-box, .iko-wrap ul li .figure-box,.iko-wrap ul li.i10 .figure-box {
    width: 70%;
    float: none;
    margin: 0 auto;
}

.iko-title {
    font-size: 1.2em;
}

.iko-wrap ul li .iko-title:before {
    font-size: 1.4em;
}

.iko-wrap ul li {
    background: none;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
    border-radius: 0;
}

.dl-wrap {
    border: none;
    background: #f0f0f0;
    padding: 10px;
}

.dl-wrap dl {
    font-size: 0.8em;
    display: block;
}

#iko .yamaguchi02 {
    margin: 30px auto 0;
}

.first-fuki span b {
    font-size: 1.1em;
}

.first-fuki span small {
    font-size: 0.9em;
}



.text-inner-img.inner-img figure.round img {
    width: 70%;
    margin: auto;
    text-align: center;
    display: block;
}

#iko h4.s-head {
    font-size: 1.1em;
}

h4.s-head.circle span {
    font-size: 1em;
    padding: 0 7px;
}

.support-last .text-box b small {
    display: block;
}

#iko h1.path-ttl b:first-child {
    font-size: 70%;
}

#iko .people .fukidashi {
    padding: 16px;
    border-radius: 24px;
}

.choho-lp h4 span {
    font-size: 100%;
}

.support-last .list em {
    border-bottom: none;
    width: 100%;
    border-right: none;
    margin: 0;
    padding: 10px;
    background: #e3e0d6;
}


.support-last .list {
    flex-wrap: wrap;
    border: 1px solid #adadab;
}

.support-last .list ol {
    width: 100%;
}

.support-last .list ol li {
    padding: 10px;
    font-size: 0.9em;
}

.dl-wrap02 dl {
    font-size: 0.9em;
    display: block;
}

.dl-wrap02 dl * {
    display: inline;
}

h4.s-head .obi {
    padding: 0 7px;
}

#iko h4.s-head span:first-child {
    display: inline;
}

.dl-wrap02 dl dt {
    font-weight: 600;
}

.dl-wrap dl * {
    display: inline;
}

.dl-wrap dl dt {
    font-weight: 600;
}

.img-zoom p {
    width: 90%;
    text-align: left;
}



 .img-zoom-wrap {
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      position: relative;
      margin-bottom: 10px;
    }
    .img--wrap {
      min-width: 1400px;
      -webkit-touch-callout: none;
    }
    .data-image {
      width: 100%;
      display: block;
    }
    .magnifier-loupe {
      position: absolute;
      border: 2px solid #333;
      border-radius: 50%;
      overflow: hidden;
      display: none;
      pointer-events: none;
      z-index: 10;
      background: white;
    }
    .magnifier-loupe img {
      position: absolute;
    }

.choho-lp .img-zoom small.during {
    position: relative;
    bottom: 0;
    width: 90%;
    margin: 15px auto 0;
    display: block;
    background: no-repeat;
    color: #666;
    padding: 0;
}
    
}

@media (max-width: 500px) {

    
    
}

@media (max-width: 350px) {


}