.elementor-16960 .elementor-element.elementor-element-99e2880{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16960 .elementor-element.elementor-element-f7e14eb > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-16960 .elementor-element.elementor-element-e2557fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16960 .elementor-element.elementor-element-493a717{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16960 .elementor-element.elementor-element-3a86e92{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16960 .elementor-element.elementor-element-b5d1211 > .elementor-widget-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f7e14eb *//* Header */
.yu-header{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  padding:30px 0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.62) 0%,
    rgba(0,0,0,.28) 58%,
    rgba(0,0,0,0) 100%
  );
  transition:background .65s ease, padding .65s ease, box-shadow .65s ease;
}

.yu-header.is-scrolled{
  padding:18px 0;
  background:rgba(3,3,3,.86);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 12px 40px rgba(0,0,0,.28);
}

.yu-header-inner{
  width:min(100% - 96px, 1760px);
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.yu-logo{
  color:#fff;
  text-decoration:none;
  line-height:1;
  display:inline-block;
  opacity:.96;
  transition:opacity .6s ease, transform .6s ease;
}

.yu-logo:hover{
  opacity:1;
  transform:translateY(-1px);
}

.yu-logo-main{
  display:block;
  font-size:18px;
  letter-spacing:.34em;
  font-weight:700;
  color:#fff !important;
  text-shadow:0 2px 22px rgba(0,0,0,.55);
}

.yu-logo-sub{
  display:block;
  margin-top:8px;
  font-size:9px;
  letter-spacing:.32em;
  font-weight:600;
  color:rgba(255,255,255,.82) !important;
  text-shadow:0 2px 18px rgba(0,0,0,.6);
}

.yu-nav{
  display:flex;
  align-items:center;
  gap:40px;
}

.yu-nav a{
  color:rgba(255,255,255,.9);
  text-decoration:none;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  position:relative;
  padding:10px 0;
  transition:color .6s ease, opacity .6s ease;
}

.yu-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:2px;
  width:0;
  height:1px;
  background:rgba(255,255,255,.95);
  transition:width .65s cubic-bezier(.4,0,.2,1);
}

.yu-nav a:hover{
  color:#fff;
}

.yu-nav a:hover::after{
  width:100%;
}

.yu-menu-btn{
  display:none;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.32);
  background:rgba(0,0,0,.18);
  position:relative;
  cursor:pointer;
  transition:border-color .6s ease, background .6s ease;
}

.yu-menu-btn:hover{
  border-color:rgba(255,255,255,.65);
  background:rgba(255,255,255,.06);
}

.yu-menu-btn span{
  position:absolute;
  left:12px;
  width:22px;
  height:1px;
  background:#fff;
  transition:top .45s ease, transform .45s ease;
}

.yu-menu-btn span:nth-child(1){ top:17px; }
.yu-menu-btn span:nth-child(2){ top:27px; }

.yu-menu-btn.is-open span:nth-child(1){
  top:22px;
  transform:rotate(35deg);
}

.yu-menu-btn.is-open span:nth-child(2){
  top:22px;
  transform:rotate(-35deg);
}

@media (max-width: 900px){
  .yu-header{
    padding:18px 0;
    background:rgba(0,0,0,.58);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }

  .yu-header-inner{
    width:calc(100% - 40px);
  }

  .yu-logo-main{
    font-size:15px;
    letter-spacing:.28em;
  }

  .yu-logo-sub{
    font-size:8px;
    letter-spacing:.28em;
  }

  .yu-nav{
    position:fixed;
    top:0;
    right:-100%;
    width:78%;
    height:100vh;
    background:rgba(0,0,0,.96);
    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding-left:42px;
    gap:28px;
    transition:right .55s cubic-bezier(.4,0,.2,1);
  }

  .yu-nav.is-open{
    right:0;
  }

  .yu-nav a{
    font-size:14px;
    letter-spacing:.18em;
  }

  .yu-menu-btn{
    display:block;
    z-index:10000;
  }
}
/* =========================
 HEADER LOGO IMAGE
========================= */

.yu-logo.yu-logo-image{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  padding:0;
  color:inherit;
  text-decoration:none;
  opacity:.96;
  transition:
    opacity .6s ease,
    transform .6s cubic-bezier(.22,1,.36,1);
}

.yu-logo.yu-logo-image:hover{
  opacity:1;
  transform:translateY(-1px);
}

.yu-logo.yu-logo-image img{
  display:block;
  width:156px;
  height:auto;
  max-height:54px;
  object-fit:contain;
  filter:drop-shadow(0 4px 22px rgba(0,0,0,.65));
  transition:
    width .6s ease,
    filter .6s ease;
}

.yu-header.is-scrolled .yu-logo.yu-logo-image img{
  width:140px;
  max-height:48px;
}

/* 古いテキストロゴ用指定の影響を念のため消す */
.yu-logo.yu-logo-image .yu-logo-main,
.yu-logo.yu-logo-image .yu-logo-sub{
  display:none;
}

@media (max-width:900px){
  .yu-logo.yu-logo-image img{
    width:126px;
    max-height:42px;
  }

  .yu-header.is-scrolled .yu-logo.yu-logo-image img{
    width:120px;
    max-height:40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a41413 *//* =========================
 HERO
========================= */

.yu-hero{
  position:relative;
  width:100vw;
  min-height:100vh;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:#000;
}

.yu-hero-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  transform:scale(1.04);
  animation:yuHeroZoom 7s cubic-bezier(.22,1,.36,1) forwards;
}

.yu-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.45) 42%, rgba(0,0,0,.15) 72%, rgba(0,0,0,.3) 100%),
    linear-gradient(180deg, rgba(0,0,0,.34) 0%, rgba(0,0,0,.06) 45%, rgba(0,0,0,.82) 100%);
  pointer-events:none;
}

.yu-hero-content{
  position:relative;
  z-index:2;
  min-height:75vh;
  width:min(100% - 96px, 1760px);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding-top:80px;
}

.yu-hero-kicker{
  margin:0 0 24px;
  font-size:12px;
  letter-spacing:.42em;
  font-weight:700;
  color:rgba(255,255,255,.82);
  transform:translateY(24px);
  opacity:0;
  animation:yuFadeUp .9s ease forwards;
  animation-delay:.35s;
}

.yu-hero-title{
  margin:0;
  font-size:clamp(54px, 7.2vw, 128px);
  line-height:.88;
  letter-spacing:.1em;
  font-weight:500;
  color:#fff;
  text-transform:uppercase;
  text-shadow:0 8px 40px rgba(0,0,0,.45);
  transform:translateY(34px);
  opacity:0;
  animation:yuFadeUp 1.05s cubic-bezier(.22,1,.36,1) forwards;
  animation-delay:.55s;
}

.yu-hero-lead{
  margin:34px 0 0;
  font-size:clamp(15px,1.4vw,22px);
  letter-spacing:.04em;
  color:rgba(255,255,255,.9);
  transform:translateY(24px);
  opacity:0;
  animation:yuFadeUp .9s ease forwards;
  animation-delay:.95s;
}

.yu-hero-lead::before{
  content:"";
  display:block;
  width:44px;
  height:1px;
  background:rgba(255,255,255,.7);
  margin-bottom:24px;
}

.yu-hero-scroll{
  position:absolute;
  left:0;
  bottom:-10vh;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  color:rgba(255,255,255,.65);
  font-size:9px;
  letter-spacing:.22em;
  transform:translateY(18px);
  opacity:0;
  animation:yuFadeUp .9s ease forwards;
  animation-delay:1.25s;
}

.yu-hero-scroll i{
  display:block;
  width:1px;
  height:54px;
  background:rgba(255,255,255,.24);
  position:relative;
  overflow:hidden;
}

.yu-hero-scroll i::after{
  content:"";
  position:absolute;
  top:-54px;
  left:0;
  width:1px;
  height:54px;
  background:#fff;
  animation:yuScrollLine 1.8s ease-in-out infinite;
}

.sp-only{
  display:none;
}

@keyframes yuFadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes yuHeroZoom{
  to{
    transform:scale(1);
  }
}

@keyframes yuScrollLine{
  0%{
    top:-54px;
  }
  55%{
    top:0;
  }
  100%{
    top:54px;
  }
}

@media (max-width: 900px){
  .yu-hero{
    min-height:92vh;
  }

  .yu-hero-bg{
    background-position:center center;
  }

  .yu-hero-overlay{
    background:
      linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.36) 60%, rgba(0,0,0,.28) 100%),
      linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 44%, rgba(0,0,0,.84) 100%);
  }

  .yu-hero-content{
    min-height:92vh;
    width:calc(100% - 40px);
    padding-top:80px;
  }

  .yu-hero-kicker{
    font-size:10px;
    letter-spacing:.32em;
    margin-bottom:18px;
  }

  .yu-hero-title{
    font-size:clamp(46px, 14vw, 72px);
    letter-spacing:.16em;
    line-height:.96;
  }

  .yu-hero-lead{
    margin-top:28px;
    font-size:14px;
  }

  .yu-hero-scroll{
    bottom:34px;
  }

  .sp-only{
    display:block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c80a15 *//* =========================
 ABOUT
========================= */

.yu-about{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#050505;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.yu-about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:620px;
}

.yu-about-visual{
  position:relative;
  overflow:hidden;
  min-height:620px;
  background:#111;
}

.yu-about-visual img{
  width:92%;
  height:100%;
  object-fit:contain;
  object-position:center bottom;
  display:block;
  margin:0 auto;
  filter:grayscale(8%) contrast(1.08) brightness(.86);
  transform:scale(1);
  transition:transform 1.2s cubic-bezier(.22,1,.36,1), filter 1.2s ease;
}

.yu-about-visual:hover img{
  transform:scale(1.025);
  filter:grayscale(0%) contrast(1.12) brightness(.92);
}

.yu-about-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.25) 0%, rgba(0,0,0,0) 42%, rgba(0,0,0,.45) 100%),
    linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,.35) 100%);
  pointer-events:none;
}

.yu-about-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:90px 9vw;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.045) 0%, rgba(255,255,255,0) 34%),
    #050505;
}

.yu-about-title{
  margin:34px 0 34px;
  font-size:clamp(28px,3.2vw,52px);
  line-height:1.55;
  letter-spacing:.08em;
  font-weight:500;
  color:#fff;
}

.yu-about-text{
  margin:0 0 22px;
  font-size:15px;
  line-height:2.25;
  letter-spacing:.05em;
  color:rgba(255,255,255,.78);
}

.yu-about .yu-btn{
  margin-top:28px;
}

/* SP */
@media (max-width:900px){
  .yu-about-grid{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .yu-about-visual{
    min-height:420px;
  }

  .yu-about-content{
    padding:58px 24px 70px;
  }

  .yu-about-title{
    margin:28px 0 28px;
    font-size:28px;
    line-height:1.55;
  }

  .yu-about-text{
    font-size:14px;
    line-height:2.05;
  }
}
/* =========================
 ABOUT PROFILE ADD
========================= */

.yu-about-profile{
  margin-top:34px;
  margin-bottom:26px;
}

.yu-about-name-ja{
  margin:0;
  font-size:clamp(28px,3vw,46px);
  line-height:1;
  letter-spacing:.18em;
  font-weight:500;
  color:#fff;
}

.yu-about-name-en{
  margin:14px 0 0;
  font-size:12px;
  letter-spacing:.28em;
  color:rgba(216,184,106,.92);
  text-transform:uppercase;
  font-weight:700;
}

.yu-about-info{
  margin-top:34px;
  display:grid;
  gap:1px;
  max-width:560px;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
}

.yu-about-info dl{
  margin:0;
  display:grid;
  grid-template-columns:130px 1fr;
  gap:24px;
  padding:16px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.yu-about-info dl:last-child{
  border-bottom:none;
}

.yu-about-info dt{
  font-size:10px;
  letter-spacing:.22em;
  color:rgba(216,184,106,.82);
  font-weight:700;
}

.yu-about-info dd{
  margin:0;
  font-size:13px;
  letter-spacing:.06em;
  color:rgba(255,255,255,.72);
}

@media (max-width:900px){
  .yu-about-profile{
    margin-top:28px;
    margin-bottom:24px;
  }

  .yu-about-name-ja{
    font-size:30px;
  }

  .yu-about-info dl{
    grid-template-columns:1fr;
    gap:8px;
    padding:15px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35d6bc9 *//* =========================
 CAREER
========================= */

/* ページ全体の横はみ出し防止 */
html,
body{
  overflow-x:hidden;
}

.yu-career{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  padding:120px 0 110px;
  background:#050505;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:1px solid rgba(255,255,255,.14);
  overflow:hidden;
}

.yu-career-sticky{
  position:relative;
  display:block;
  height:auto;
  min-height:auto;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 34%),
    #050505;
}

.yu-career-layout{
  width:min(100% - 96px, 1760px);
  max-width:calc(100vw - 96px);
  margin:0 auto;
  display:grid;
  grid-template-columns:480px minmax(0, 1fr);
  gap:70px;
  align-items:start;
  overflow:hidden;
}

.yu-career-layout > *{
  min-width:0;
}

/* Heading */
.yu-career-heading{
  position:relative;
  z-index:2;
  overflow:hidden;
  opacity:1 !important;
  transform:none !important;
}

.yu-career-title{
  margin:34px 0 0;
  max-width:100%;
  font-size:78px;
  line-height:.9;
  letter-spacing:.18em;
  font-weight:700;
  color:#fff;
  white-space:nowrap;
}

.yu-career-title::after{
  content:"";
  display:block;
  width:58px;
  height:1px;
  margin-top:32px;
  background:rgba(216,184,106,.85);
}

.yu-career-sub{
  margin:34px 0 0;
  font-size:12px;
  line-height:2;
  letter-spacing:.12em;
  color:rgba(255,255,255,.58);
}

/* Viewport */
.yu-career-viewport{
  position:relative;
  width:100%;
  max-width:100%;
  min-width:0;
  padding:10px 0 74px;
  overflow-x:auto;
  overflow-y:hidden;
  cursor:grab;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-inline:contain;
}

.yu-career-viewport::-webkit-scrollbar{
  display:none;
}

.yu-career-viewport:active{
  cursor:grabbing;
}

/* Track */
.yu-career-track{
  display:flex;
  width:max-content;
  min-width:max-content;
  max-width:none;
  gap:64px;
  padding-right:120px;
  transform:none !important;
  transition:none !important;
}

/* Item */
.yu-career-item{
  position:relative;
  flex:0 0 340px;
  padding-top:42px;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}

.yu-career-item::before{
  content:"";
  position:absolute;
  top:12px;
  left:0;
  width:100%;
  height:1px;
  background:rgba(255,255,255,.22);
}

.yu-career-dot{
  position:absolute;
  top:7px;
  left:0;
  width:11px;
  height:11px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 8px rgba(255,255,255,.06);
}

.yu-career-year{
  margin:0 0 18px;
  font-size:32px;
  line-height:1;
  letter-spacing:.08em;
  font-weight:500;
  color:#fff;
}

.yu-career-name{
  margin:0 0 14px;
  font-size:13px;
  line-height:1.75;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:#fff;
  font-weight:700;
}

.yu-career-text{
  margin:0 0 24px;
  font-size:12px;
  line-height:2;
  letter-spacing:.06em;
  color:rgba(255,255,255,.62);
}

/* Photo */
.yu-career-photo{
  width:100%;
  aspect-ratio:1.55 / 1;
  overflow:hidden;
  background:#111;
  border:1px solid rgba(255,255,255,.1);
}

.yu-career-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  filter:contrast(1.08) brightness(.82);
  transform:scale(1.04);
  transition:
    transform 1s cubic-bezier(.22,1,.36,1),
    filter 1s ease;
}

.yu-career-item:hover .yu-career-photo img{
  transform:scale(1);
  filter:contrast(1.12) brightness(.95);
}

/* Progress */
.yu-career-progress{
  position:absolute;
  left:0;
  bottom:28px;
  width:100%;
  height:1px;
  background:rgba(255,255,255,.16);
}

.yu-career-progress span{
  display:block;
  width:0%;
  height:100%;
  background:rgba(216,184,106,.95);
}

/* =========================
 CAREER Responsive
========================= */

@media (max-width:1200px){
  .yu-career-layout{
    grid-template-columns:360px minmax(0, 1fr);
    gap:50px;
  }

  .yu-career-title{
    font-size:58px;
  }
}

@media (max-width:900px){
  .yu-career{
    padding:72px 0 78px;
  }

  .yu-career-layout{
    width:calc(100% - 40px);
    max-width:calc(100vw - 40px);
    display:block;
  }

  .yu-career-heading{
    margin-bottom:44px;
    overflow:visible;
  }

  .yu-career-title{
    font-size:46px;
  }

  .yu-career-sub{
    font-size:12px;
  }

  .yu-career-viewport{
    padding:10px 0 44px;
  }

  .yu-career-track{
    gap:28px;
    padding-right:40px;
  }

  .yu-career-item{
    flex:0 0 250px;
  }

  .yu-career-year{
    font-size:24px;
  }

  .yu-career-progress{
    bottom:12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65b34e7 *//* =========================
 GALLERY
========================= */

.yu-gallery{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#050505;
  border-bottom:1px solid rgba(255,255,255,.14);
  overflow:hidden;
  padding:0;
}

.yu-gallery-wrap{
  display:grid;
  grid-template-columns:240px 1fr;
  min-height:auto;
}

.yu-gallery-side{
  padding:80px 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.12);
  background:#050505;
}

.yu-gallery-side-title{
  margin:0 0 32px;
  font-size:13px;
  letter-spacing:.22em;
  color:rgba(216,184,106,.95);
  text-transform:uppercase;
  font-weight:700;
}

.yu-gallery-words{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.yu-gallery-words span{
  font-size:11px;
  letter-spacing:.18em;
  color:rgba(255,255,255,.62);
  text-transform:uppercase;
}

.yu-gallery-words::after{
  content:"";
  width:42px;
  height:1px;
  background:rgba(216,184,106,.8);
  margin-top:16px;
}

/* Grid */
.yu-gallery-grid{
  display:grid;
  grid-template-columns:repeat(12, 1fr);
  grid-template-rows:220px 220px 220px auto;
  gap:1px;
  background:rgba(255,255,255,.08);
}

/* Item */
.yu-gallery-item{
  position:relative;
  overflow:hidden;
  background:#111;
  min-height:180px;
}

.yu-gallery-item::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--bg);
  background-size:cover;
  background-position:var(--pos, center center);
  transform:scale(1.04);
  filter:contrast(1.08) brightness(.72);
  transition:
    transform 1.2s cubic-bezier(.22,1,.36,1),
    filter 1.2s ease;
}

.yu-gallery-item::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,.34) 100%
  );
  opacity:.9;
  pointer-events:none;
}

.yu-gallery-item:hover::before{
  transform:scale(1);
  filter:contrast(1.12) brightness(.92);
}

.yu-gallery-caption{
  position:absolute;
  left:24px;
  bottom:22px;
  z-index:2;
  font-size:11px;
  letter-spacing:.18em;
  color:rgba(255,255,255,.72);
  text-transform:uppercase;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .7s ease, transform .7s ease;
}

.yu-gallery-item:hover .yu-gallery-caption{
  opacity:1;
  transform:translateY(0);
}

/* 7枚構成 */
.yu-gallery-grid .yu-gallery-item:nth-child(1){
  grid-column:1 / 6;
  grid-row:1 / 3;
}

.yu-gallery-grid .yu-gallery-item:nth-child(2){
  grid-column:6 / 10;
  grid-row:1 / 2;
}

.yu-gallery-grid .yu-gallery-item:nth-child(3){
  grid-column:10 / 13;
  grid-row:1 / 2;
}

.yu-gallery-grid .yu-gallery-item:nth-child(4){
  grid-column:6 / 10;
  grid-row:2 / 4;
}

.yu-gallery-grid .yu-gallery-item:nth-child(5){
  grid-column:10 / 13;
  grid-row:2 / 3;
}

.yu-gallery-grid .yu-gallery-item:nth-child(6){
  grid-column:1 / 6;
  grid-row:3 / 4;
}

.yu-gallery-grid .yu-gallery-item:nth-child(7){
  grid-column:10 / 13;
  grid-row:3 / 4;
}

/* View More */
.yu-gallery-more{
  grid-column:1 / 13;
  grid-row:4 / 5;
  min-height:110px;
  background:#050505;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* =========================
 GALLERY SP
========================= */

@media (max-width:900px){
  .yu-gallery-wrap{
    display:block;
  }

  .yu-gallery-side{
    padding:64px 24px 34px;
    justify-content:flex-start;
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,.12);
  }

  .yu-gallery-words{
    flex-direction:row;
    flex-wrap:wrap;
    gap:12px 20px;
  }

  .yu-gallery-grid{
    grid-template-columns:repeat(2, 1fr);
    grid-template-rows:auto;
    grid-auto-rows:180px;
  }

  .yu-gallery-grid .yu-gallery-item:nth-child(1){
    grid-column:1 / 3;
    grid-row:auto;
    min-height:360px;
  }

  .yu-gallery-grid .yu-gallery-item:nth-child(n+2){
    grid-column:auto;
    grid-row:auto;
  }

  .yu-gallery-caption{
    opacity:1;
    transform:none;
    left:18px;
    bottom:18px;
    font-size:10px;
  }

  .yu-gallery-more{
    grid-column:1 / 3;
    grid-row:auto;
    min-height:84px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3473d4b *//* =========================
 NEWS / DIARY
========================= */

.yu-news{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#f3f2ee;
  color:#111;
  padding:96px 0 92px;
  overflow:hidden;
}

.yu-news-inner{
  width:min(100% - 96px, 1560px);
  margin:0 auto;
}

.yu-news-head{
  margin-bottom:42px;
}

.yu-news-title{
  margin:0;
  font-size:28px;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:700;
  color:#111;
}

.yu-news-title::after{
  content:"";
  display:block;
  width:42px;
  height:1px;
  background:#111;
  margin-top:22px;
}

.yu-news-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:28px;
}

.yu-news-card{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:24px;
  min-height:190px;
  padding:20px;
  background:rgba(255,255,255,.58);
  border:1px solid rgba(0,0,0,.12);
  text-decoration:none;
  color:#111;
  transition:
    transform .7s cubic-bezier(.22,1,.36,1),
    background .7s ease,
    border-color .7s ease;
}

.yu-news-card:hover{
  transform:translateY(-6px);
  background:#fff;
  border-color:rgba(0,0,0,.24);
}

.yu-news-thumb{
  position:relative;
  overflow:hidden;
  background:#ddd;
}

.yu-news-thumb::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:var(--bg);
  background-size:cover;
  background-position:var(--pos, center center);
  transform:scale(1.05);
  filter:contrast(1.06) brightness(.88);
  transition:
    transform 1s cubic-bezier(.22,1,.36,1),
    filter 1s ease;
}

.yu-news-card:hover .yu-news-thumb::before{
  transform:scale(1);
  filter:contrast(1.08) brightness(.98);
}

.yu-news-body{
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.yu-news-meta{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.yu-news-date{
  font-size:11px;
  letter-spacing:.12em;
  color:rgba(0,0,0,.62);
}

.yu-news-cat{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 9px;
  background:#111;
  color:#fff;
  font-size:9px;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.yu-news-card-title{
  margin:0 0 14px;
  font-size:17px;
  line-height:1.65;
  letter-spacing:.04em;
  font-weight:700;
  color:#111;
}

.yu-news-text{
  margin:0 0 18px;
  font-size:12px;
  line-height:1.9;
  letter-spacing:.04em;
  color:rgba(0,0,0,.62);
}

.yu-news-more{
  margin-top:auto;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:700;
  color:#111;
}

.yu-news-more::after{
  content:"→";
  margin-left:14px;
}

/* SP */
@media (max-width:900px){
  .yu-news{
    padding:68px 0 72px;
  }

  .yu-news-inner{
    width:calc(100% - 40px);
  }

  .yu-news-title{
    font-size:22px;
  }

  .yu-news-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .yu-news-card{
    grid-template-columns:120px 1fr;
    gap:18px;
    min-height:150px;
    padding:16px;
  }

  .yu-news-card-title{
    font-size:15px;
    line-height:1.55;
  }

  .yu-news-text{
    display:none;
  }
}

@media (max-width:520px){
  .yu-news-card{
    grid-template-columns:1fr;
  }

  .yu-news-thumb{
    min-height:190px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3709372 *//* =========================
 PARTNERS
========================= */

.yu-partners{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#050505;
  color:#fff;
  padding:110px 0 120px;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.14);
}

.yu-partners-inner{
  width:min(100% - 96px, 1360px);
  margin:0 auto;
}

.yu-partners-grid{
  display:block;
}

.yu-partners-head{
  margin-bottom:54px;
}

.yu-partners-label{
  margin:0 0 28px;
}

.yu-partners-title{
  margin:0;
  font-size:clamp(42px,4.4vw,72px);
  line-height:1;
  letter-spacing:.16em;
  font-weight:700;
  text-transform:uppercase;
  color:#fff;
  white-space:normal;
  word-break:normal;
}

.yu-partners-title::after{
  content:"";
  display:block;
  width:58px;
  height:1px;
  margin-top:30px;
  background:rgba(216,184,106,.9);
}

.yu-partners-content{
  max-width:920px;
  margin-left:auto;
}

.yu-partners-lead{
  margin:0;
  font-size:clamp(25px,2.2vw,38px);
  line-height:1.75;
  letter-spacing:.08em;
  font-weight:400;
  color:#fff;
}

.yu-partners-text{
  margin:30px 0 0;
  max-width:820px;
  font-size:14px;
  line-height:2.2;
  letter-spacing:.05em;
  color:rgba(255,255,255,.66);
}

.yu-partners-box{
  margin-top:46px;
  padding:38px 42px;
  border:1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.055) 0%, rgba(255,255,255,0) 36%),
    rgba(255,255,255,.025);
}

.yu-partners-box-title{
  margin:0 0 18px;
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(216,184,106,.95);
  font-weight:700;
}

.yu-partners-box-text{
  margin:0;
  font-size:13px;
  line-height:2.1;
  letter-spacing:.05em;
  color:rgba(255,255,255,.68);
}

.yu-partners-logos{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:34px;
}

.yu-partner-placeholder{
  width:176px;
  height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.035);
  color:rgba(255,255,255,.38);
  font-size:10px;
  letter-spacing:.2em;
  text-transform:uppercase;
}

/* PC small */
@media (max-width:1200px){
  .yu-partners-inner{
    width:calc(100% - 72px);
  }

  .yu-partners-content{
    max-width:860px;
    margin-left:0;
  }

  .yu-partners-title{
    font-size:56px;
  }
}

/* SP */
@media (max-width:900px){
  .yu-partners{
    padding:76px 0 84px;
  }

  .yu-partners-inner{
    width:calc(100% - 40px);
  }

  .yu-partners-head{
    margin-bottom:42px;
  }

  .yu-partners-title{
    font-size:42px;
    letter-spacing:.14em;
  }

  .yu-partners-lead{
    font-size:23px;
    line-height:1.65;
  }

  .yu-partners-text{
    font-size:13px;
    line-height:2.05;
  }

  .yu-partners-box{
    margin-top:38px;
    padding:30px 24px;
  }

  .yu-partners-logos{
    gap:12px;
  }

  .yu-partner-placeholder{
    width:calc(50% - 6px);
    height:70px;
  }
}

@media (max-width:520px){
  .yu-partners-title{
    font-size:36px;
    letter-spacing:.12em;
  }

  .yu-partner-placeholder{
    width:100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32ee7c6 *//* =========================
 CONTACT / CTA
========================= */

.yu-contact{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  min-height:360px;
  background:#050505;
  color:#fff;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.yu-contact-bg{
  position:absolute;
  inset:0;
  background-image:var(--bg);
  background-size:cover;
  background-position:var(--pos, center center);
  filter:contrast(1.08) brightness(.55);
  transform:scale(1.03);
}

.yu-contact::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 44%, rgba(0,0,0,.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,.24) 0%, rgba(0,0,0,.76) 100%);
  pointer-events:none;
}

.yu-contact-inner{
  position:relative;
  z-index:2;
  width:min(100% - 96px, 1560px);
  min-height:360px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto;
  gap:60px;
  align-items:center;
}

.yu-contact-label{
  margin:0 0 24px;
  font-size:12px;
  letter-spacing:.22em;
  color:rgba(216,184,106,.95);
  text-transform:uppercase;
  font-weight:700;
}

.yu-contact-title{
  margin:0;
  font-size:clamp(26px,2.8vw,44px);
  line-height:1.55;
  letter-spacing:.08em;
  font-weight:500;
  color:#fff;
}

.yu-contact-text{
  margin:24px 0 0;
  max-width:620px;
  font-size:13px;
  line-height:2.1;
  letter-spacing:.05em;
  color:rgba(255,255,255,.72);
}

.yu-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:230px;
  height:64px;
  padding:0 34px;
  border:1px solid rgba(255,255,255,.48);
  color:#fff !important;
  text-decoration:none !important;
  font-size:11px;
  letter-spacing:.2em;
  text-transform:uppercase;
  font-weight:700;
  background:rgba(0,0,0,.16);
  transition:
    background .6s ease,
    border-color .6s ease,
    transform .6s cubic-bezier(.22,1,.36,1);
}

.yu-contact-btn::after{
  content:"→";
  margin-left:24px;
  font-size:14px;
}

.yu-contact-btn:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(216,184,106,.9);
  transform:translateY(-3px);
}

/* SP */
@media (max-width:900px){
  .yu-contact{
    min-height:auto;
  }

  .yu-contact-inner{
    width:calc(100% - 40px);
    min-height:auto;
    padding:72px 0 76px;
    grid-template-columns:1fr;
    gap:34px;
  }

  .yu-contact-title{
    font-size:25px;
  }

  .yu-contact-text{
    font-size:13px;
  }

  .yu-contact-btn{
    width:100%;
    min-width:0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5d1211 *//* =========================
 FOOTER
========================= */

.yu-footer{
  width:100vw;
  margin-left:calc(50% - 50vw);
  background:#050505;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.12);
  padding:34px 0;
  overflow:hidden;
}

.yu-footer-inner{
  width:min(100% - 96px, 1560px);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:40px;
}

.yu-footer-copy{
  margin:0;
  font-size:10px;
  letter-spacing:.08em;
  color:rgba(255,255,255,.55);
}

.yu-footer-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
}

.yu-footer-nav a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  transition:color .5s ease;
}

.yu-footer-nav a:hover{
  color:#fff;
}

.yu-footer-social{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.yu-footer-social a{
  min-width:132px;
  height:36px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.22);
  color:rgba(255,255,255,.72);
  text-decoration:none !important;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  background:rgba(255,255,255,.02);
  transition:
    color .55s ease,
    border-color .55s ease,
    background .55s ease,
    transform .55s cubic-bezier(.22,1,.36,1);
}

.yu-footer-social a:hover{
  color:#fff;
  border-color:rgba(216,184,106,.78);
  background:rgba(255,255,255,.055);
  transform:translateY(-2px);
}

.yu-page-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:9998;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(0,0,0,.45);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#fff !important;
  text-decoration:none !important;
  font-size:16px;
  opacity:.72;
  transition:
    opacity .5s ease,
    border-color .5s ease,
    background .5s ease,
    transform .5s cubic-bezier(.22,1,.36,1);
}

.yu-page-top:hover{
  opacity:1;
  border-color:rgba(216,184,106,.85);
  background:rgba(0,0,0,.68);
  transform:translateY(-3px);
}

/* SP */
@media (max-width:900px){
  .yu-footer{
    padding:38px 0 90px;
  }

  .yu-footer-inner{
    width:calc(100% - 40px);
    grid-template-columns:1fr;
    gap:28px;
    text-align:center;
  }

  .yu-footer-copy{
    order:3;
  }

  .yu-footer-nav{
    order:1;
    flex-wrap:wrap;
    gap:18px 24px;
  }
  .yu-footer-social{
    order:2;
    justify-content:center;
  }

  .yu-footer-social a{
    min-width:160px;
  }

  .yu-page-top{
    right:16px;
    bottom:16px;
    width:40px;
    height:40px;
  }
}/* End custom CSS */