/**
 * uaplus.css version 0.0.1
 */
*,*::after,*::before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media (forced-colors:active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s)::before,:where(del,ins,s)::after{clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s)::before{content:"stricken text start "}:where(s)::after{content:" stricken text end"}:where(del)::before{content:"deletion start "}:where(del)::after{content:" deletion end"}:where(ins)::before{content:"insertion start "}:where(ins)::after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type="search"]){-webkit-appearance:textfield}@supports (-webkit-touch-callout:none){:where([type="search"]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type="tel"],[type="url"],[type="email"],[type="number"]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:oklch(0% 0 0 / .3)}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden="until-found"]){display:none!important}

.swipe_sect {
  --swiper-navigation-size: 22px;
  --swiper-navigation-sides-offset: -22px;
  --swiper-theme-color: #161314;
  --swiper-pagination-bullet-size: 11px;
}

.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-antique-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.raleway-regular {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-bold {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.font-mix{
  font-family: "Raleway","Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.font-mix-bold{
  font-family: "Raleway","Zen Kaku Gothic Antique", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.block {
    padding: 100px 0;
    text-align: center;
    margin: auto;
    background: #161314;
}

.block_main_sub {
    font-size: clamp(13px, 4vw, 19px);
}

.block_main_text {
    font-size: clamp(20px, 6vw, 30px);
}
.block_ttl {
    margin-top: 1.5em;
    line-height: 2.2;
    font-size: clamp(14px, 4vw, 20px);
}
.main_c p {
    padding: 0 1em;
    line-height: 1.8;
}

body{
    margin: 0;
    background: #161314;
    color: #fff;
}

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

nav.top_nav {
    height: 50px;
}

.mv {
    position: relative;
    max-height: 100vh;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.mv {
  width: 100%;
  height: min( 100vw, calc(100vh - 50px) );
  overflow: hidden;
}

.mv_text.mv_r {
    right: 3vw;
}

.mv_text {
    position: absolute;
    top: 2vw;
    color: #acacac;
    font-size: 22px;
    writing-mode: vertical-rl;
}

.mv_text.mv_l {
    left: 1vw;
}

.mv_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    max-width: 400px;
    min-width: 130px;
}

.mv_logo img {
    transform: translate(-50%, -50%);
}

.mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv.mv_half {
    height: 25vh;
}

#page_top {
  font-family: var(--m_ttl-font);
}

#page_top {
    position: fixed;
    top: 0;
    z-index: 80;
    width: 100%;
    transition: all 0.5s ease;
}
#page_top .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
  margin: 0;
}

#page_top .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}

#page_top .checkbox-toggle:checked + .hamburger > div:before,
#page_top .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

#page_top .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}

#page_top .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}

#page_top .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: 0.75s;
}

#page_top .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}

#page_top .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

.hbg {
  background: var(--header_bg-color, #161314cc);
}

.hbg a {
  color: var(--header_link-color, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hbg .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 0.5em 1em;
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
  background: rgba(255, 118, 120, 0);
}

#page_top .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: var(--hamburger-color, #ffffff);
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .hamburger > div:before,
#page_top .hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}

#page_top .hamburger > div:after {
  top: 10px;
}

#page_top .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .menu > div {
  width: 200vw;
  height: 200vh;
  background: var(--hamburger_menu-bgcolor, rgba(0, 0, 0, 0.9));
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page_top .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}

#page_top .menu > div > div > ul > li {
  padding: 0;
  margin: 1.3em 0;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  display: block;
}

#page_top .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-weight: 500;
}

#page_top .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}

nav.top_nav h1 {
    width: 100px;
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.top_nav ul {
    display: flex;
}


.top_nav ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.top_nav li {
  list-style-type: none;
  font-size: 11px;
  margin: 0 15px;
  font-weight: 500;
}

.top_nav li a {
  display: block;
  position: relative;
  letter-spacing: 0.15rem;
  line-height: 2.3;
  text-decoration: none;
}

.top_nav li a::before {
  background: var(--topnav_hv-color);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}

.top_nav li a:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
.sp_nav {
    display: none;
}

.links {
    display: flex;
    flex-wrap: wrap;
}

.link {
    width: 50%;
}
.link_c {
    position: relative;
    padding-top: calc( 2/3 * 100%);
}

.link a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(42,42,42,0.7);
  z-index: 1;
  transition: opacity 0.3s ease;
}

.link a img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.links{
  display:flex;
}

.link__anchor{
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate; 
  --wipe: 100%;
}

.link__img{
  display:block; width:100%; height:auto; object-fit:cover;
  opacity:0; 
  z-index:0; 
  position:relative;
}

.link__anchor::before{
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(42,42,42,.72);
  pointer-events:none;
  z-index:1;
  clip-path: inset(0 var(--wipe) 0 0); 
}

.link__content{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display:grid;
  align-content:end;
  gap:8px;
  padding:16px;
  z-index: 3;
  text-align:left;
}
.link__label{
  margin:0;
  font-size:12px;
  font-size: clamp(13px, 2vw, 19px);
  letter-spacing:.08em;
  color: #fff;
  opacity:0;
  margin-left: 3px;
}
.link__title{
  margin:0;
  font-size: clamp(24px,3vw,35px);
  letter-spacing: 0.2em;
  font-weight: bold;
  opacity:0;
  line-height: 1.2;
}

html:not(.js) .link__img,
html:not(.js) .link__label,
html:not(.js) .link__title{
  opacity:1;
}

.link__anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 60%,   
    rgba(0,0,0,0.65) 85%, 
    rgba(0,0,0,0.85) 100% 
  );
}
.footer {
    text-align: center;
    font-size: 13px;
    padding: 20px 0;
    background: #161314;
}


.vertical-text {
  writing-mode: vertical-rl; 
}

.link__content2 {
    position: absolute;
    writing-mode: vertical-rl;
    right: 5%;
    top: 0;
    bottom: 0;
    padding: 7% 0;
    z-index: 3;
}
.links.link_tate .link__anchor::after{
  background: linear-gradient(
    to right,
    rgba(0,0,0,0) 50%,   
    rgba(0,0,0,0.65) 75%, 
    rgba(0,0,0,0.85) 100% 
  );
}
.swiper-slide-img>div {
    padding-top: calc(  4/5 * 100% );
    position: relative;
}
.swiper-slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.swipe_sect {
    max-width: 750px;
    margin: auto;
    position: relative;
}

.swiper-slide-desc {
    line-height: 1;
    color: #161314;
    letter-spacing: 0.08em;
}

.swiper-slide {
    padding: 10px;
}

.swiper .swiper-slide {
  height: auto;
}

.swiper-slide-desc-ttl {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.swiper-slide-desc2 {
    line-height: 1.8;
}

.swipe_sect_w {
    padding: 60px 5vw;
    background: #fff;
}

.link__more {
    position: absolute;
    left: 5%;
    bottom: 8%;
    z-index: 7;
}


.BtnAction__icon__3-znqAs5 {
  display: inline-flex; 
}


  .icon__icon--border {
    position: relative;
    margin-left: 9px;
    width: 1.5em;
    height: 1.5em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    }


.icon__over-circle {
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px; 
}
.icon__over-circle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) rotate(-90deg);
}


.icon__over-circle circle {
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
}


.icon__bgtransparent path {
  fill: #fff;
}

.swiper-slide-desc__more .icon__over-circle circle{
  stroke: #161314;
}

.swiper-slide-desc__more .icon__bgtransparent path {
  fill: #161314;
}
.swiper-slide-desc__more {
    margin-top: 1.5em;
}

span.icon__icon--border.icon__bgtransparent>svg {
  height: 0.8em !important;width: 
  auto !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}


.work-swiper__nav-btn .icon__bgtransparent path {
    fill: #161314;
}

.work-swiper__nav-btn .icon__bgtransparent {
    display: block;
    text-align: center;
    margin: 0;
}

.swiper-button-prev.work-swiper__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev.work-swiper__nav-btn {
    transform: rotate(-180deg);
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.swiper-slide-desc2_d {
    font-size: 0.9em;
}


.swiper-slide_c{
  text-decoration: none;
}

.swiper-pagination-bullet {
    cursor: pointer;
}

.main_w {
    max-width: 800px;
    margin: auto;
    margin-top: 50px;
}


.swipe_sect_w.swiper-single .swiper-button-next,
.swipe_sect_w.swiper-single .swiper-button-prev {
  display: none;
}

.swipe_sect_w.swiper-single .swiper-pagination {
  display: none;
}

.main_w img {
    width: 100%;
    height: auto;
}
.main_lists a {
    color: #fff;
}
.main_ttl_w {
    text-align: center;
}

.main_subttl {
    font-size: 0.8em;
}

@media (min-width: 700px) {

  .swiper-slide_c>div{
      width: calc( (100% - 40px) / 2 );
  }
  
  .top_nav {
        display: flex;
        align-items: center;
        height: 51px;
    }

  .swiper-slide_c {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row-reverse;
      gap: 40px;
  }
}
@media (min-width: 1000px) {
  .swipe_sect_w{
    padding: 80px 0;
  }
}

@media(max-width:699.98px){
  
  .swiper-slide-desc {
      padding: 15px 10px 0;
  }
  .link__label{
    font-size: clamp(13px, 5vw, 28px);
  }
  .link__title{
    font-size: clamp(26px,6vw,40px);
  }
  
  .links .link:nth-child(odd) .link__content {
      text-align: right;
  }
  .link {
    width: 100%;
  }

 .top_nav ul{
    display: none;
 }
 .sp_nav {
    display: block;
  }
}