@charset "UTF-8";
/*root*/
:root{
  --head_h: 0px;
  --fix-logo_h:calc(656px + var(--head_h));
  --fnt_serif:"Noto Serif JP",serif;
  --wall_beg:#FFFCF7;
  --pd_vert:min(120px,20vw);
  --pd_side:min(50px,4vw);

  --anv-130th_h3:clamp(18px,3.125vw,24px);

  /* PassingYears 用 */
  --fontSize: clamp(100px, 15vw, 200px);
}


body.page-130th{
  opacity: 0;
  transition:opacity .3s ease;
}
body.page-130th.is-load{
  opacity: 1;
}
#anniv_130th_float{
  z-index: 10;
  position: fixed;
  width: clamp(100px,22.7865vw,175px);
  right: min(20px,3vw);
  bottom: min(30px,5vw);
  translate:0 calc(100% + min(30px,5vw));
  transition:translate .3s ease,bottom .3s ease;
}
#anniv_130th_float.is-view{
  translate:0 0;
}
/*----------------end/key visual*/

header h2.anniv130_h-logo{
  padding: 0;
}
header h2.anniv130_h-logo img{
  object-fit: contain;
  height: 100%;
  object-position: center;
}
body.page-130th #hum-btn{
  display: none;
}
body.page-130th header{
  background: #f8f7f6;
}
body.page-130th header.fixed{
  background: rgba(255,255,255,.6);
}

/*header ++++++++++++++++++++++++++++++++++++++++++*/
header#under.second.anniv-header h1{
  background: #871f44;
}
body.page-130th header nav{
  margin-right: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap:20px;
}
body.page-130th header nav .link-home{
  color: #871f44;
  margin-right: 20px;
}
body.page-130th header nav .link-home a{
  padding-right: 1.5em;
}
body.page-130th header nav .link-home a::before
,body.page-130th header nav .link-home::after{
  content: "";
  width: 5px;
  height: 5px;
  border: 1px solid;
  border-color: #871f44 #871f44 transparent transparent;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
}
body.page-130th header nav .link-home a::before{
  right: 0;
}
body.page-130th header nav .link-home::after{
  right: 5px;
}

/*content ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.contents-anniv_130th{
  padding-bottom: min(120px,25vw);
}
.contents-anniv_130th .inner{
  width: min(1260px,100%);
  max-width: inherit;
  padding-left: min(50px,4vw);
  padding-right: min(50px,4vw);
}
/*title*/
.title_anv130th{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--fnt_serif);
  gap:min(10px,2vw);
  font-weight: 600;
}
.title_anv130th.u-left{
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.title_anv130th .en{
  font-size: clamp(15px,2.3438vw,18px);
  color: rgba(77, 32, 48,.6);
}
.title_anv130th .en{
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.title_anv130th .en::before
,.title_anv130th .en::after{
  content: "";
  position: absolute;
  width: 1em;
  aspect-ratio:1/0.974;
  background-image: url("../images/anniv_130th/mark-ume.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  translate:0 -50%;
}
.title_anv130th .en::before{
  left: 0;
}
.title_anv130th .en::after{
  right: 0;
}
.title_anv130th .ja{
  font-size: clamp(20px,3.9062vw,30px);
}
.title_anv130th.u-left .en{
  padding-right: 0;
}
.title_anv130th.u-left .en::after{
  content: none;
}
.box-title{
  font-size: var(--anv-130th_h3);
  font-family: var(--fnt_serif);
  font-weight: 600;
  line-height: calc(40 / 24);
}
/*----------------key visual (MV)
============================================*/
#key.main_vis{
  width: 100%;
  position: relative;
  height: var(--fix-logo_h);
  min-height: 100dvh;
}
.mv-wrap{
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.kv-logo-wrap{
  will-change: opacity;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.05s ease;
}
/* ロゴ共通 */
.js-fix-logo{
  width: min(462px,60vw);
}
.js-fix-logo img{
  width: 100%;
  height: auto;
}
/*----------------intro
============================================*/

/*intro*/
.anv130th-intro-blc{
  display: grid;
  grid-template-columns: min(600px,100%);
  justify-content: center;
}
.intro__fix-logo{
  opacity: 0;
  margin-left: auto;
  margin-right: auto;
  will-change: opacity;
  transition: opacity 0.05s ease;
}
.anv130th-intro__catch{
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  gap:min(70px,10vw);
/*  min-height: var(--fix-logo_h);*/
}
.anv130th-intro__catch .lead-text{
  text-align: center;
  font-size: clamp(30px,6.5104vw,50px);
  font-family: var(--fnt_serif);
  font-weight: 900;
  opacity: 0;
  transition:opacity .6s ease,translate .6s ease;
  translate:0 20px;
  transition-delay: .25s;
}
.anv130th-intro__catch .lead-text.is-anime{
  opacity: 1;
  translate:0 0;
}
/*desc*/
.anv130th-intro__desc{
  margin-top: min(120px,15vw);
}
.anv130th-intro__desc .lead-text{
  text-align: center;
  margin-top: min(50px,12vw);
}
.anv130th-intro__desc .in-text{
  font-size: clamp(14px,2.0833vw,16px);
  text-align: center;
  letter-spacing: normal;
  line-height: calc(40/16);
  margin-top: min(20px,5vw);
}
/*intro wall*/
.anv130th-intro__wall{
  position: absolute;
  width: min(1440px,95vw);
  height: 100%;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
  pointer-events: none;
  z-index: -1;
}
.anv130th-intro__wall > *{
  position: absolute;
}
.anv130th-intro__wall .pos-lf01{
  width: min(333px,20vw);
  left: 0;
  top: 0;
}
.anv130th-intro__wall .pos-lf02{
  width: min(266px,15vw);
  top: 50%;
  left: 0;
  translate:30% -100%;
}
.anv130th-intro__wall .pos-lf03{
  bottom: 0;
  left: 0;
  width: min(300px,20vw);
}
.anv130th-intro__wall .pos-lf03 .lf03_min{
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  translate:50% -50%;
}
.anv130th-intro__wall .pos-rt01{
  width: min(335px,22.5vw);
  right: 0;
  top: 0;
}
.anv130th-intro__wall .pos-rt02{
  width: clamp(150px,19.6528vw,283px);
  width: min(283px,18vw);
  top: calc(50% - min(20px,5vw));
  right: 0;
  translate:-20% -90%;
}
.anv130th-intro__wall .pos-rt03{
  width: min(318px,18vw);
  right: 0;
  top: 55%;
}
.anv130th-intro__wall .pos-rt04{
  right: 0;
  bottom: 0;
  width: min(300px,20vw);
}

/*----------------message
============================================*/
.anv130th-message-blc{
  padding-top: var(--pd_vert);
  padding-bottom: var(--pd_vert);
  display: grid;
  grid-template-columns: min(1160px,100%);
  justify-content: center;
}
.box-anv130th-message{
  margin-top: min(50px,10vw);
}
.box-anv130th-message h3{
  font-size: var(--anv-130th_h3);
  font-family: var(--fnt_serif);
  font-weight: 600;
  line-height: calc(40/24);
}
.anv130th-message__desc{
  margin-top: min(20px,5vw);
}
.anv130th-message__desc p{
  line-height: calc(28/14);
}
.anv130th-message__desc p.name{
  text-align: right;
  line-height: calc(34/24);
}
.anv130th-message__desc p.name span{
  display: block;
  font-size: var(--anv-130th_h3);
}

/*---------------- Renewal
============================================*/
.anv130th-renewal-blc{
  padding-bottom: var(--pd_vert);
}
.anv130th-sec__intro{
  text-align: center;
}
.anv130th-sec__intro .lead-text{
  margin-top: min(50px,10vw);
}
.anv130th-sec__intro .in-text{
  margin-top: min(20px,5vw);
}

/*　gallery slider*/
.anv130th-slider-wrap{
  margin-top: min(150px,20vw);
}
.anv130th-slider-wrap{
  display: grid;
  grid-template-columns: min(1120px,100%);
  justify-content: center;
}
.anv130th-slider-wrap::after{
  content: "";
  width: 100%;
  height: min(120px,12vw);
  position: absolute;
  left: min(40px,3vw);
  top: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
  translate:0 -50%;
}
.anv130th-renewal__slider::after{
  background-image: url("../images/anniv_130th/title-gallery_renewal.webp");
}
.anv130th-commons__slider::after{
  background-image: url("../images/anniv_130th/title-gallery_common.webp");
}

.gallery-slide-item{
  padding-left: min(30px,2.5vw);
  padding-right: min(30px,2.5vw);
}
.gallery-slide__thumb figure{
  aspect-ratio:1/0.517;
  box-shadow: min(15px,2.5vw) min(15px,2.5vw) 0 #D9D9D9;
}
.gallery-slide__thumb figure img{
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.gallery-slide__desc{
  margin-top: min(30px,7.7vw);
  display: flex;
  flex-direction: column;
  gap:10px;
  line-height: calc(24/14);
}
.gallery-slide__desc h3{
  font-family: var(--fnt_serif);
  font-size: clamp(16px,2.3438vw,18px);
  font-weight: 600;
}

.gallery-navigation{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  left: 50%;
  top: min(calc(((100% - min(120px,8vw) * 0.517))/2),calc((100vw * 0.517)/2));
  translate:-50% -50%;
  display: flex;
  justify-content: space-between;
}
.gallery-navigation > button{
  pointer-events: auto;
  width: min(70px,10vw);
  aspect-ratio:1;
  background-color: #871F44;
  background-image: url("../images/anniv_130th/arrow.svg");
  background-position: 55% center;
  background-size: 25%;
  background-repeat: no-repeat;
  border-radius: 100vmax;
}
.gallery-navigation > button.gallery-button-prev{
  scale:-1 1;
}
.gallery-pagination{
  bottom: 0!important;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap:10px min(20px,5vw);
  margin-top: min(50px,10vw);
}
.gallery-pagination > span{
  margin: 0!important;
  background-color: #F3F3F3;
  opacity: 1;
}
.gallery-pagination > span.swiper-pagination-bullet-active{
  background-color: #871F44;
}

/*---------------- Commons
============================================*/
.anv130th-commons-blc{
  padding:var(--pd_vert) var(--pd_side);
}
.anv130th-commons-blc::before{
  content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    top: 0;
    translate: -50% 0;
    background-color: rgba(255, 255, 255, .7);
}
.anv130th-commons__slider .gallery-slide__desc{
  text-align: center;
}

/*---------------- History
============================================*/
.anv130th-history-blc{
  padding:var(--pd_vert) var(--pd_side);
}
.box-anv130th-history,
.box-anv130th-history .years,
.box-anv130th-history .photos{
  display: grid;
  place-items: center;
  place-content: center;
}
.box-anv130th-history{
  width: auto;
  height: 100lvh;
  margin-inline: calc(var(--pd_side) * -1);
  margin-bottom: 400vh; /* pin用スクロール余白（JSのgsap.setから移動） */
  pointer-events: none;
  user-select: none;
}
.box-anv130th-history > *{
  grid-area: 1 / 1;
}
.box-anv130th-history .years{
  z-index: 2;
  position: relative;
}
.box-anv130th-history .years p{
  opacity: 0; /* GSAPが適用される前のフラッシュ防止 */
  display: flex;
  --fontMin: 80;
  --fontMax: 120;
  font-size: var(--fontSize);
  font-variant-numeric: tabular-nums;
  color: #871f44;
  font-family: var(--fnt_serif);
  font-weight: 600;
}
.box-anv130th-history .years p > *{
  width: 0.6em;
  text-align: center;
}
.box-anv130th-history .years p > :first-child{
  text-align: right;
}
.box-anv130th-history .years p > :last-child{
  text-align: left;
}
.box-anv130th-history .photos{
  perspective: 240px;
}
.box-anv130th-history .photos li{
  opacity: 0; /* GSAPが適用される前のフラッシュ防止 */
  grid-area: 1 / 1;
  width: 40vw;
  height: fit-content;
}
.box-anv130th-history .photos li img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
	.box-anv130th-history .photos li:nth-of-type(6n+1) { translate: 0 -200%; }
	.box-anv130th-history .photos li:nth-of-type(6n+2) { translate: 0 160%; }
	.box-anv130th-history .photos li:nth-of-type(6n+3) { translate: 0 80%; }
	.box-anv130th-history .photos li:nth-of-type(6n+4) { translate: 0 -120%; }
	.box-anv130th-history .photos li:nth-of-type(6n+5) { translate: 0 180%; }
	.box-anv130th-history .photos li:nth-of-type(6n+6) { translate: 0 -40%; }
}
@media print, (min-width: 768px) {
	.box-anv130th-history .photos {
		perspective: 400px;
	}
	.box-anv130th-history .photos li {
		width: 25vw;
	}
	.box-anv130th-history .photos li:nth-of-type(6n+1) { translate: -120% 0; }
	.box-anv130th-history .photos li:nth-of-type(6n+2) { translate: 80% 0; }
	.box-anv130th-history .photos li:nth-of-type(6n+3) { translate: 40% 0; }
	.box-anv130th-history .photos li:nth-of-type(6n+4) { translate: -40% 0; }
	.box-anv130th-history .photos li:nth-of-type(6n+5) { translate: 100% 0; }
	.box-anv130th-history .photos li:nth-of-type(6n+6) { translate: -20% 0; }
}

/*---------------- symbol
============================================*/

.anv130th-symbol-blc{
 background-color: rgba(255,255,255,.7);
  padding-bottom:var(--pd_vert);
  padding-top:var(--pd_vert);
}
.anv130th-symbol__intro .lead-text
,.symbol-desc_head .lead-text{
  line-height: 2;
}
.box-anv130th-symbol{
  display: flex;
  flex-direction: column;
  align-items: center;
  
/*  padding-bottom:var(--pd_vert);*/
}
.box-anv130th-symbol::before{
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 50%;
  top: 0;
  translate:-50% 0;
  
}
.anv130th-symbol__desc{
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap:min(50px,8vw);
  margin-top: min(60px,15vw);
}
.symbol-desc_head{
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap:min(20px,4vw);
}
.symbol-desc_head h3{
  font-family: var(--fnt_serif);
  font-size: var(--anv-130th_h3);
  font-weight: 600;
}
.list-symbol_detail{
   display: grid;
}
.list-symbol_detail > li{
  display: grid;
  grid-template-columns: 100%;
  gap:min(50px,5vw);
}
.list-symbol_detail.vart{
  width: min(480px,75vw);
  grid-template-columns: 1fr 1fr;
  gap:min(50px,5vw);
}
.list-symbol_detail.circle{
  width: min(726px,100%);
  grid-template-columns: 1fr 1fr;
  gap:min(50px,5vw) min(100px,5vw);
}
.list-symbol_detail.vart .logo{
  padding-left: min(30px,4vw);
  padding-right: min(30px,4vw);
}
.list-symbol_detail.mark{
  width: min(990px,100%);
  grid-template-columns: repeat(3,minmax(auto, 215px));
  gap:min(50px,5vw) min(150px,8vw);
}
.list-symbol_detail.mark > li{
  grid-template-rows: subgrid;
  grid-area: span 2;
}
.list-symbol_detail .desc h4{
  font-family: var(--fnt_serif);
  font-size: min(18px,3.7vw);
  text-align: center;
  font-weight: 600;
}
.list-symbol_detail .desc p{
  margin-top: min(20px,3vw);
  line-height: 2;
}

/*loop-slider*/
.loop-slider_wrap{
  padding-top: var(--pd_vert);
  overflow: hidden;
  margin-inline: calc(50% - 50vw);
}
.loop-slider__track{
  display: flex;
  width: max-content;
  animation: slide-left 45s linear infinite;
}
.loop-slider__track > li{
  display: flex;
  align-items: center;
  white-space: nowrap;
  height: min(600px, 60vw);
  flex-shrink: 0;
  padding-left: min(30px, 3vw);
}
.loop-slider__track > li figure{
  height: 100%;
}
.loop-slider__track > li img{
  display: block;
  height: 100%;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
}
@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/*---------------- news
============================================*/
.anv130th-news-blc{
  padding-top: var(--pd_vert);
  padding-bottom: var(--pd_vert);
}
.box-anv130th-news{
  margin-top: min(60px,10vw);
  gap:min(60px,8vw);
  -ms-align-items: center;
  align-items: center;
  
}
.anv130th-news__list{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:min(50px,4vw);
}
.anv130th-news__list .acv_post .acv_cmnt{
  padding-bottom: 0;
}
.anv130th-news__list .acv_post .acv_thumb{
  overflow: hidden;
  isolation: isolate;
  border-radius: min(20px,3vw);
}
.anv130th-news-blc .arrow-btn a{
  border-radius: 100vmax;
}
/*---------------- insta
============================================*/
.box-anv130th-insta{
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    gap: min(40px, 8vw);
    margin-top: min(40px, 8vw);
}
/*footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer.anniv-footer .foot-nav-wrap{
  border: none;
  padding-bottom: 0;
  padding-top: 60px;
  align-content: center;
}
footer.anniv-footer .anniv-logo{
  width: 390px;
  max-width: 40%;
}
footer.anniv-footer .anniv-logo .st0{
  fill:#fff;
}
footer.anniv-footer .foot-nav-wrap .link-other{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.foot-nav-wrap .link-other > .foot-anniv-nav{
  width: 100%;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 2em;
}
.foot-anniv-nav li a{
  display: block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  letter-spacing: .1em;
}
.foot-anniv-nav li + li::before{
  content: "";
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer.anniv-footer .foor-link{
  justify-content: flex-start;
  gap:1em;
}
footer.anniv-footer .foor-link .logo{
  width: 235px;
  max-width: 50%;
  margin-bottom: 0;
}

/* ========================================================================
/*responsive
===========================================================================*/

@media (max-width:850px){
  body.page-130th #hum-btn{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media only screen and (max-width:768px) {  
  body.page-130th header{
    background: none;
  }
  /*intro +++++*/
  .anv130th-intro__wall{
    opacity: 0;
    visibility: hidden;
  }
  .anv130th-intro__desc{
    margin-top:calc((100vw *0.6256) + min(30px,8vw));
    z-index: 1;
    padding-bottom: calc((100vw*0.5026) + min(20px,5vw));
  }
  .anv130th-intro__desc::before
  ,.anv130th-intro__desc::after{
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .anv130th-intro__desc::before{
    top: 0;
    background-image: url("../images/anniv_130th/intro/intro_sp-top.webp");
    aspect-ratio:1/0.6256;
    translate:-50% calc(-100% + max(-10px,-3vw));
  }
  .anv130th-intro__desc::after{
    z-index: -1;
    bottom: 0;
    background-image: url("../images/anniv_130th/intro/intro_sp-bottom.webp");
    aspect-ratio:1/0.5026;
    translate:-50% 0;
    
  }
  /*symbol +++++*/
  .list-symbol_detail.mark{
    grid-template-columns: 1fr 1fr;
  }
  .list-symbol_detail.mark > li:last-child{
    grid-column: span 2;
    grid-template-columns: calc((100% - min(150px,8vw))/2);
    justify-content: center;
  }
  /*news ++++++++*/
  .anv130th-news__list{
    grid-template-columns: 100%;
  }
  .anv130th-news__list .acv_post{
    display: grid;
    grid-template-columns: 25% 1fr;
    align-items: flex-start;
  }
  .anv130th-news__list .acv_post .acv_thumb{
    width: 100%;
    aspect-ratio:1;
  }
  .anv130th-news__list .acv_post .acv_cmnt{
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width:480px){
    /*footer*/
  footer.anniv-footer .foot-nav-wrap .link-other{
    margin-top: 5vw;
  }
  .foot-nav-wrap .link-other > .foot-anniv-nav{
    margin-bottom: 5vw;
  }
  footer.anniv-footer .foot-nav-wrap{
    padding-top: 0;
  }
  .foot-anniv-nav li a{
    font-size: .857em;
    padding-left: 1em;
    padding-right: 1em;
  }
  footer.anniv-footer .foor-link{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}