@charset "utf-8";

:root {
  --clr-rebrand-main: #003c88;
  --clr-rebrand-main-hover: #6c9edf;
  --clr-rebrand-brown: #b0915a;
  --clr-rebrand-brown-hover: #d8b880;
  --clr-rebrand-brown-label: #997e60;
  --clr-rebrand-brown-palel: #e6ded7;
  --clr-rebrand-brown-btn: #8b6b43;
  --clr-catalog1: #867061;
  --clr-asset-line:#002b69;
  --clr-font-color:#222222;
  --clr-rebrand-main: rgb(0, 60, 136);
  --clr-rebrand-brown-pc: #ab9077;
}

/*-------------------------------
Rebrand
-------------------------------*/
.rebrand{background-color: var(--clr-rebrand-main);}
.rebrand .sp-nav {
  display: block!important;
  position: fixed!important;
  top: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 100001;
}
.rebrand .sp-nav .overlay-menu-logo{
  text-align: center;
}
.rebrand .sp-nav .overlay-menu-logo img{
  width: 90%;
  max-width: 400px;
  height: auto;
}
.rebrand .sp-nav .overlay-menu-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transform: translateY(2px);
}
/*.rebrand .sp-nav .overlay-menu-btn {width: 40px;height: 40px;cursor: pointer;}*/
.rebrand .sp-nav .overlay-menu-btn-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  width: 50px;
  height: 50px;
  background-color:rgba(20, 20, 20, 0.3);
  border-radius: 4px;
}
/*.rebrand .sp-nav .overlay-menu-btn-cover {padding: 0;width: 40px;height: 40px;background-color:transparent!important;}*/
.rebrand .sp-nav .overlay-menu-btn span {position: relative;display: block;width: 40px;border: 1px solid #f1f1f1;transition: .5s;}
.rebrand .sp-nav .overlay-menu-btn span:nth-child(1) { top: 0;left: 0; }
.rebrand .sp-nav .overlay-menu-btn span:nth-child(2) { top: 12px;left: 5px;width: 30px; }
.rebrand .sp-nav .overlay-menu-btn span:nth-child(3) { top: 25px;left: 0; }
.rebrand .sp-nav .overlay-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color:var(--clr-rebrand-brown-label);
  z-index: 100000;
  padding-left: 30px;
  padding-right: 30px;
}
.rebrand .sp-nav .overlay-menu-inner {
  display: none;
  max-width: 400px;
  padding: 40px 0 40px;
  margin: 0px auto!important;
}
.rebrand .sp-nav .overlay-menu-inner2 {
  display: block;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .rebrand .sp-nav .overlay-menu-inner2 {
    display: none;
  }
  .rebrand .sp-nav .overlay-menu-inner {
    display: block;
  }
}

.rebrand .sp-nav .overlay-menu-inner2 .overlay-menu-item2{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3em 5em;
  padding-top: 3em;
}
/*.rebrand .sp-nav .overlay-menu-inner2 .overlay-menu-item2{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 3em 5em;
  padding-top: 3em;
}*/
.rebrand .sp-nav .overlay-menu-inner2 .overlay-menu-item2 a{
  color: #fff;
  text-decoration: none;
}
.rebrand .sp-nav .overlay-menu-inner2 .overlay-menu-item2 a:hover{
  color: #fff;
  text-decoration: none;
}
.rebrand .sp-nav .overlay-menu-inner2 .overlay-menu-item2 a:hover{
  color: #fff;
  text-decoration: none;
}
.rebrand .sp-nav .overlay-menu-inner2 .overlay-menu-item2 .blc .tit{
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--clr-rebrand-brown-palel);
  padding-left: 1em;
}
.rebrand .sp-nav .overlay-menu-inner2 .overlay-menu-item2 .blc .cnt{
  display: flex;
  flex-direction: column;
  gap:10px;
  padding-left: 2em;
}
.overlay-menu-item2-banner-link{
  max-width: 290px;
  height: auto;
  background-color: #fff;
  margin: 3em auto 0;
  padding:10px;
}
.rebrand .sp-nav .blc2 .tit a{
  display: block;
  padding-top: 0.3em!important;
  padding-bottom: 0.3em!important;
  line-height: 1.4;
}
.rebrand .sp-nav .blc2 .tit.ex{
  margin-top: 2.5em;
}

.overlay-menu-top-link{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
  margin-top: 30px;
}
.overlay-menu-top-link a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  color: #fff;
  text-decoration: none;
  background-color:var(--clr-rebrand-brown-btn);
}
.overlay-menu-acd{
  margin-top: 20px;
}
.overlay-menu-acd a{
  text-decoration: none;
  color: #fff;
}
.overlay-menu-acd .tit{
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
  background-color: var(--clr-rebrand-brown-btn);
  margin-top: 10px;
  color:#fff;
}
.overlay-menu-acd .tit2{
  padding: 15px 40px 15px 15px;
  position: relative;
  cursor: pointer;
  background-color: var(--clr-rebrand-brown-btn);
  margin-top: 10px;
}
.overlay-menu-acd .tit::after{
  display: block;
  content:'';
  width: 14px;
  height: 10px;
  background-image: url('./images/rebrand/acd_arrow.webp');
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}
.overlay-menu-acd .tit.active::after{
  transform: rotate(-180deg) translateY(-50%);
  transform-origin:50% 0;
}
.overlay-menu-acd .cnt {
  margin-top: 5px;
  display: none;
}
.overlay-menu-acd .cnt.active {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.overlay-menu-acd .cnt a {
  display: block;
  padding: 10px 20px 10px 20px;
}
.overlay-menu-under-link{
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.overlay-menu-under-link a{
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: var(--clr-rebrand-brown-btn);
}
.overlay-menu-banner-link{
  margin-top: 15px;
}
.overlay-menu-banner-link a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px 20px;
}
.overlay-menu-banner-link a img{
  width: auto;
  max-height: 36px;
}
@media only screen and (max-width: 380px) {
  .overlay-menu-top-link a{
    font-size: 0.9em;
    letter-spacing: -0.02em;
  }
}


.rebrand .sp-nav .overlay-menu-item ul{
  margin-top: 0!important;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 30px 10px;
}
.rebrand .sp-nav .overlay-menu-item ul li a {
  display: block;
  width: 96%;
  padding: 1rem 0 1rem 3%;
  font-size: 15px;
  text-decoration: none;
  transition: .5s;
  text-align: left;
  color:#fff;
}
.rebrand .sp-nav .overlay-menu-item ul li a:hover{
  background-color:#fff;
  color:var(--clr-rebrand-brown-label);
}
.rebrand .sp-nav .overlay-menu-item ul li a .material-icons::before {content: attr(data-icon);vertical-align: 2px;}
.rebrand .sp-nav .sp-nav-second{padding-left: 2rem;}
@media only screen and (max-width: 480px) {
  .rebrand .sp-nav .overlay-menu-item ul{
    gap: 0;
  }
  .rebrand .sp-nav .overlay-menu-item ul li a {
    font-size: 14px;
  }
}

.rebrand-main-block{
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.rebrand .header .home-header{
  position: relative;
  height: 100vh;
  /*height: 770px;*/
}
.rebrand .header .home-header .home-hero{
  display: block;
  width: 100%;
  max-width: 100%!important;
  height: 100vh;
  /*height: 770px;*/
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.rebrand .header .home-header .home-header-logo{
  max-width: 200px;
  height: 17px;
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: 10;
}
.rebrand .header .home-header .home-header-logo img{
  max-width: 200px;
  height: 17px;
}
.rebrand .header .home-header .rebrand-main-block{
  width: 100%;
  /*height: 770px;*/
  position: absolute;
  top: 50%;
  left: 0;
  /*left: 10%;*/
  transform: translateY(-50%);
  z-index: 5;
}
.rebrand .header .home-header .rebrand-main-block img{
  display: block;
  width: 370px;
  max-width: 362px;
  /*width: 100%;
  max-width: 390px;*/
  position: absolute;
  left: 10%;
  /*left: 0;*/
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}
.hero-swiper .swiper-img img{
  width: 100%;
  height: 100vh;
  /*height: 770px;*/
  object-fit: cover;
}
.hero-swiper .swiper-slide-active .swiper-img img,
.hero-swiper .swiper-slide-duplicate-active .swiper-img img,
.hero-swiper .swiper-slide-prev .swiper-img img{
  /*animation: hero-zoom 10s linear;*/
  animation: hero-zoom 8s linear 0s normal both;
}
@keyframes hero-zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
@media only screen and (max-width: 1200px) {
  .rebrand-main-block{
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.rebrand .header .home-header{
    height: 700px;
  }
  .rebrand .header .home-header .home-hero{
    height: 700px;
  }*/
  .rebrand .header .home-header .rebrand-main-block{
    /*height: 700px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .rebrand .header .home-header .rebrand-main-block img{
    width: 60%;
    max-width: 314px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /*.hero-swiper .swiper-img img{
    height: 700px;
  }*/
}
/*@media only screen and (max-width: 1000px) {
  .rebrand .header .home-header{
    height: 600px;
  }
  .rebrand .header .home-header .home-hero{
    height: 600px;
  }
  .rebrand .header .home-header .rebrand-main-block{
    height: 600px;
  }
  .hero-swiper .swiper-img img{
    height: 600px;
  }
}*/
@media only screen and (max-width: 768px) {
  .rebrand .header .home-header .home-header-logo{
    position: fixed!important;
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background-color: var(--clr-rebrand-main);
    display: flex;
    justify-content: start;
    padding: 10px 10px 20px 10px;
  }
  .page .rebrand .header{
    height: 500px;
  }
  .rebrand .header .home-header{
    height: 500px;
  }
  .rebrand .header .home-header .home-hero{
    height: 500px;
  }
  .rebrand .header .home-header .rebrand-main-block{
    height: 500px;
  }
  .hero-swiper .swiper-img img{
    height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .page .rebrand .header,
  .rebrand .header .home-header,
  .rebrand .header .home-header .home-hero,
  .rebrand .header .home-header .rebrand-main-block{
    height: 450px;
  }
  .hero-swiper .swiper-img img{
    height: 450px;
  }
}

.rebrand-back-block{
  display: grid;
  place-items: center;
  margin-top: 70px;
}
.rebrand-back-block a{
  display: inline-block;
  padding: 12px 20px 11px;
  background-color: var(--clr-rebrand-brown-label);
  color: #fff!important;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.rebrand-back-block a:hover{
  background-color: var(--clr-rebrand-brown-hover);
}
@media only screen and (max-width: 768px) {
  .rebrand-back-block{
    margin-top: 50px;
  }
}

.rebrand .main-header{
  position: sticky;
  z-index: 999;
  top: 0;
  background-color: var(--clr-rebrand-main);
  padding-left: 100px;
  padding-right:100px;
}
.rebrand .main-header .inner{
  width: 100%;
  margin-inline: auto;
  height: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-content: center;
}
.rebrand .main-header .main-header-logo a{
  display: block;
  max-width: 200px;
  height: 17px;
  line-height: 1;
}
.rebrand .main-header .main-header-logo a img{
  max-width: 200px;
  height: 17px;
}
.rebrand .main-header .main-header-link{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 40px;
}
.rebrand .main-header .main-header-link a{
  color: #fff;
  text-decoration: none;
  line-height: 1;
  display: flex;
  justify-content: start;
  align-items: center;
}
.rebrand .main-header .main-header-link a span{
  margin-left: 5px;
  font-size: 14px;
  position: relative;
}
.rebrand .main-header .main-header-link a span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 4px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.rebrand .main-header .main-header-link a:hover span::before {
  transform-origin: left;
  transform: scaleX(1);
}
@media only screen and (max-width: 1200px) {
  .rebrand .main-header{
    padding-left: 20px;
    padding-right:100px;
  }
}
@media only screen and (max-width: 768px) {
  .rebrand .main-header{
    padding-left: 20px;
    padding-right:0;
  }
  .rebrand .main-header .main-header-link{
    display: none;
  }
}

.rebrand .footer{
  width: 100%;
  /*background-image: url('./images/rebrand/bk2.webp');*/
  background-repeat: repeat-x;
  background-position: top 70% left 0;
  background-color: var(--clr-rebrand-main);
  padding: 40px 20px 40px;
}
.rebrand .footer-link{
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
  background-color: transparent!important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 50px;
}
.rebrand .footer-link .list li a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.rebrand .footer-link .list li a .material-icons{
  font-size: 16px;
  margin-left: 3px;
  transform: translateY(2px);
}
.rebrand .footer-link .list li a:hover{
  color: var(--clr-rebrand-main-hover);
  text-decoration: underline;
}
.rebrand .footer-link .list li.second a{
  padding-left: 1em;
}

.rebrand .footer-link a{
  color: #fff;
  text-decoration: none;
}
.rebrand .footer-link a:hover{
  color: #fff;
  text-decoration: none;
}
.rebrand .footer-link a:hover{
  color: #fff;
  text-decoration: none;
}
.rebrand .footer-link .blc .tit{
  color: #fff;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid var(--clr-rebrand-brown-palel);
  padding-left: 1em;
}
.rebrand .footer-link .blc .cnt{
  display: flex;
  flex-direction: column;
  gap:10px;
  padding-left: 2em;
}
.rebrand .footer-link .blc2 .tit a{
  display: block;
  padding-top: 0.3em!important;
  padding-bottom: 0.3em!important;
  line-height: 1.4;
}
.rebrand .footer-link .blc2 .tit.ex{
  margin-top: 2.5em;
}

.rebrand .footer-under-block{
  max-width: 1300px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.rebrand .footer-under-block .left .sns{
  display: flex;
  justify-content: start;
  align-items: center;
}
.rebrand .footer-under-block .left .sns a{
  width: 30px;
  height: 30px;
}
.rebrand .footer-under-block .left .sns a.facebook{
  margin-right: 7px;
}
.rebrand .footer-under-block .left .sns a.instagram{
  margin-right: 9px;
}
.rebrand .footer-under-block .left .sns a.YouTube{
  margin-right: 11px;
}
.rebrand .footer-under-block .copyright{
  display: block;
  margin-top: 5px;
}
.rebrand .footer-under-block .footer-under-logo{
  margin-left: auto;
}
.rebrand .footer-under-block .footer-logo a{
  display: block;
  width: 200px;
  height: 17px;
}
.rebrand .footer-under-block .footer-logo a img{
  width: 200px!important;
  height: auto!important;
}
.pagetop {
  background-color: var(--clr-rebrand-main);
}

.rebrand .footer .overlay-menu{
  display: none;
}
@media only screen and (max-width: 768px) {
  .rebrand .footer .overlay-menu{
    display: block;
  }
}


/*.rebrand .footer .overlay-menu,
.footer-under-link,
.footer-under-block2{
  display: none;
}*/
.rebrand .footer-link{
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
}
.footer-under-link{
  display: block;
}
.footer-under-link a{
  font-size: 0.825em;
}
.footer-under-link .overlay-menu-top-link{
  margin-top: 10px;
}
.footer-under-link .overlay-menu-under-link{
  margin-top: 20px;
}

.footer-under-block2{
  display: block;
}
.footer-under-block2 .sns{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 25px;
}
.footer-under-block2 .sns a{
  width: 30px;
  height: 30px;
}
.footer-under-block2 .sns a.facebook{
  margin-right: 7px;
}
.footer-under-block2 .sns a.instagram{
  margin-right: 9px;
}
.footer-under-block2 .sns a.YouTube{
  margin-right: 11px;
}
.footer-under-block2 .copyright{
  display: block;
  font-size: 0.75rem;
  text-align: center;
  margin-top: 30px;
}

.footer-under-link2{
  display: block;
  margin-top: 15px;
  border-top: 1px solid #2b64ae;
  padding-top: 15px;
}
.footer-under-link2 .logo-link{
  display: block;
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
}
.footer-under-link2 .inner-link{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.footer-under-link2 .inner-link a{
  color: #fff;
  text-decoration: none;
  font-size: 0.7rem;
}
@media only screen and (max-width: 480px) {
  .rebrand .footer-link{
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}


.rebrand-home-event{
  width: 100%;
  padding: 90px 0 0;
  overflow: hidden;
  background-color: #fff;
}
.rebrand-home-title{
  text-align: center;
}
.rebrand-home-event .swiper-main1{
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 50px;
  position: relative;
  background:#fff url('./images/rebrand/bk1.webp') repeat center center;
}
.rebrand-home-event-list .swiper-slide a{
  display: block;
  position: relative;
  height: 250px;
  transition: .3s;
}
.rebrand-home-event-list .swiper-slide a:hover{
  filter: brightness(1.4);
}
.rebrand-home-event-list .swiper-slide a .title{
  position: absolute;
  bottom: 3px;
  left: 5px;
  padding-right: 3px;
  text-align: left;
  color:#fff;
  font-size: 14px;
  background: transparent;
  line-height: 1.4;
}
.rebrand-home-event-list .thumb{
  position: relative;
  height: 250px;
}
/*.rebrand-home-event-list .thumb::after{
  display: block;
  content:'';
  width: 100%;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.rebrand-home-event-list li a:hover .thumb::after{
  background-color: rgba(0, 0, 0, 0);
}*/
/*.rebrand-home-event-list .thumb:hover::after{
  background-color: rgba(0, 0, 0, 0);
}*/
.rebrand-home-event-list .thumb img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  position: relative;
}
.swiper-button-next{
  display: block;
  width: 37px;
  height: 31px;
  background: url('./images/rebrand/arrow_right.webp') no-repeat center center;
}
.swiper-button-prev{
  display: block;
  width: 37px;
  height: 31px;
  background: url('./images/rebrand/arrow_left.webp') no-repeat center center;
}
.pickup-cover .swiper-button-next{
  right: -45px!important;
  left: auto;
}
.pickup-cover .swiper-button-prev{
  left: -45px!important;
  right: auto;
}
/* .swiper-button-next,
.swiper-button-prev{
  top: 0;
  bottom: 0;
  margin-top: 0!important;
} */
.swiper-button-next:after, .swiper-button-prev:after {
  display: none!important;
}
/*@media only screen and (max-width: 1200px) {
  .rebrand-home-event-list .swiper-slide ,
  .rebrand-home-event-list .thumb,
  .rebrand-home-event-list .thumb::after,
  .rebrand-home-event-list .thumb img{
    height: 220px;
  }
}*/
/* .rebrand-home-event .swiper-button-next,
.rebrand-home-event .swiper-button-prev{
  position: relative;
} */

.rebrand-home-event .swiper-main1 .swiper-button-next{
  margin-top: 0;
  position: absolute;
  top:35%!important;
  right: 20px!important;
}
.rebrand-home-event .swiper-main1 .swiper-button-prev{
  margin-top: 0;
  position: absolute;
  top:35%!important;
  left: 20px!important;
}

.rebrand-home-event .link-box{
  width: 100%;
  max-width: 500px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap:10px; */
}
.rebrand-home-event .link-box .link{
  display: block;
  width: 110px;
  background-color: var(--clr-rebrand-main);
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: .3;
}
.rebrand-home-event .link-box .link:hover{
  background-color: var(--clr-rebrand-main-hover);
}
@media only screen and (max-width: 768px) {
  .rebrand-home-event{
    padding: 30px 0 0;
    background-size: 70%;
  }
  .rebrand-home-event .rebrand-home-title img{
    width: 140px;
    height: 57px;
  }
  .rebrand-home-event-list .swiper-slide a,
  .rebrand-home-event-list .thumb,
  .rebrand-home-event-list .thumb::after,
  .rebrand-home-event-list .thumb img{
    height: 180px;
  }
  .rebrand-home-event .link-box{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rebrand-home-event-list .swiper-slide a,
  .rebrand-home-event-list .thumb,
  .rebrand-home-event-list .thumb::after,
  .rebrand-home-event-list .thumb img{
    height: 260px;
  }
}

.rebrand-home-second-block{
  padding: 100px 0 100px;
  background-color: var(--clr-rebrand-main);
}
.rebrand-home-second-block.ex{
  background-color: #fff;
}
.rebrand-home-works{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 10px;
}
.rebrand-home-works .first a{
  display: block;
  width: 290px;
  height: 290px;
  position: relative;
}
.rebrand-home-works .first a .thumb-img{
  width: 290px;
  height: 290px;
}
.rebrand-home-works .first a .first-title{
  display: block;
  width: 196px;
  height: auto;
  /*height: 71px;*/
  /*position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);*/
}
.rebrand-home-works.rebrand-home-voice .first a .first-title{
  display: block;
  width: 170px;
  height: auto;
  /*height: 71px;*/
  /*position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);*/
}

.rebrand-home-works .first span.viewall{
  display: block;
  width: 110px;
  background-color: var(--clr-rebrand-brown-label);
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: .3;
  /*position: absolute;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);*/
}
.rebrand-home-works .first span.viewall:hover{
  background-color: var(--clr-rebrand-brown-hover);
}
.rebrand-hline {
  color: #fff;
  text-align: center;
}
.rebrand-hline__ttl {
  display: block;
  font-family: "nitalago-ruika", sans-serif;
  font-size: 40px;
  letter-spacing: .1em;
}
.rebrand-hline__sub {
  display: block;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: .2em;
}
.swiper-main-box1{
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  position: relative;
}
.swiper-main-box1 .swiper-wrapper .swiper-slide a{
  display: block;
  position: relative;
}
.swiper-main-box1 .swiper-wrapper .swiper-slide a .title{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 13px 9px;
  letter-spacing: -0.02em;
  text-align: left;
  color:#fff;
  font-size: 14px;
  background: transparent;
  line-height: 1.4;
}
.swiper-main-box1 .swiper-wrapper .swiper-slide a .label{
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  text-align: center;
  width: 70px;
  height: 18px;
  color:#fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background-color: var(--clr-rebrand-brown);
  z-index: 3;
}
.swiper-main-box1 .swiper-wrapper .swiper-slide .thumb{
  position: relative;
  height: 290px;
}
.swiper-main-box1 .swiper-wrapper .swiper-slide .thumb::after{
  display: block;
  content:'';
  width: 100%;
  height: 290px;
  background-color: rgba(0, 0, 0, 0.2);
  /*background-color: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.swiper-main-box1 .swiper-wrapper .swiper-slide a:hover .thumb::after{
  background-color: rgba(0, 0, 0, 0);
}
/*.swiper-main-box1 .swiper-wrapper .swiper-slide .thumb:hover::after{
  background-color: rgba(0, 0, 0, 0);
}*/
.swiper-main-box1.swiper-main5 .swiper-wrapper .swiper-slide .title {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.swiper-main-box1 .swiper-wrapper .swiper-slide .thumb > img{
  width: 100%;
  height: 290px;
  object-fit: cover;
}
.swiper-main-box1 .swiper-button-prev{
  position: absolute;
  top: 50%!important;
  left: 5px;
  transform: translateY(-50%);
}
.swiper-main-box1 .swiper-button-next{
  position: absolute;
  top: 50%!important;
  right: 5px;
  transform: translateY(-50%);
}

.swiper-main1 .swiper-wrapper .swiper-slide a .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 10px 20px;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.swiper-main-box1.swiper-main4 .swiper-wrapper .swiper-slide a .title {
  box-sizing: border-box;
  text-align: right;
  width: 100%;
  padding-right: 10px;
}
.swiper-main-box1.swiper-main5 .swiper-wrapper .swiper-slide a .title {
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  /*transform: translateY(-50%);*/
  transform: translateX(-50%);
  padding: 25px 10px 20px;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.rebrand-home-works .swiper-main2 .swiper-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1200px) {
  .rebrand-home-second-block{
    padding: 60px 20px 60px;
  }
  .rebrand-home-works{
    grid-template-columns: 220px 1fr;
    gap: 10px;
  }
  .rebrand-home-works .first{
    width: 100%;
    height: 220px;
  }
  .rebrand-home-works .first a{
    width: 220px;
    height: 220px;
  }
  .rebrand-home-works .first a .thumb-img{
    width: 220px;
    height: 220px;
  }
  .rebrand-home-works .first a .first-title{
    width: 140px;
    height: auto;
    /*top: 30%;
    left: 50%;*/
  }
  .rebrand-home-works.rebrand-home-voice .first a .first-title{
    width: 120px;
  }
  .rebrand-home-works .first a{
    width: 220px;
    height: 220px;
  }
  .rebrand-home-works .first a .thumb-img{
    width: 220px;
    height: 220px;
  }
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb,
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb::after,
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb > img{
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .rebrand-home-works{
    grid-template-columns:1fr;
    gap: 10px 0;
  }
  .rebrand-home-works .first,
  .rebrand-home-works .first a,
  .rebrand-home-works .first a .thumb-img{
    width: 100%;
    height: 200px;
  }
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb,
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb::after,
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb > img{
    height: 220px;
  }
  .overlay-bg::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .4;
  }
}
@media only screen and (max-width: 480px) {
  .rebrand-home-works{
    grid-template-columns:1fr;
    gap: 10px 0;
  }
  /*.rebrand-home-works .first a .first-title{
    top: 25%;
  }
  .rebrand-home-works .first span.viewall{
    top: 65%;
  }*/
  .rebrand-home-works .first,
  .rebrand-home-works .first a,
  .rebrand-home-works .first a .thumb-img{
    width: 100%;
    height: 170px;
  }
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb,
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb::after,
  .swiper-main-box1 .swiper-wrapper .swiper-slide .thumb > img{
    height: 180px;
  }
  .swiper-main-box1.swiper-main5 .swiper-wrapper .swiper-slide a .title {
    padding: 22px 5px 15px;
    font-size: 14px;
    line-height: 1.3;
  }

  .rebrand-home-works .swiper-main2 .swiper-wrapper{
    grid-template-columns: repeat(2, 1fr);
  }
  .rebrand-home-works .swiper-main2 .swiper-wrapper .swiper-slide:last-child{
    display: none;
  }
  .swiper-main2 .swiper-wrapper .swiper-slide .thumb > img,
  .rebrand-home-voice .swiper-wrapper .swiper-slide .thumb > img{
    object-position: left bottom;
  }
}

.rebrand-home-voice{
  margin-top: 60px;
}
.rebrand-home-voice .first span.viewall{
  background-color: var(--clr-rebrand-main);
}
.rebrand-home-voice .first span.viewall:hover{
  background-color: var(--clr-rebrand-main-hover);
}
.rebrand-home-voice .swiper-main-box1 .swiper-wrapper .swiper-slide a .label{
  color: #fff;
  background-color: var(--clr-rebrand-main);
}
@media only screen and (max-width: 768px) {
  .rebrand-home-voice{
    margin-top: 20px;
  }
}

.rebrand-home-modelhouse{
  width: 100%;
  padding: 90px 0 90px;
}
.rebrand-home-modelhouse-list{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 10px;
}
.rebrand-home-modelhouse-list .first a{
  display: block;
  width: 100%;
  height: 290px;
  position: relative;
}
.rebrand-home-modelhouse-list .first a .thumb-img{
  width: 100%;
  height: 290px;
}
.rebrand-home-modelhouse-list .first a .first-title{
  display: block;
  width: 188px;
  height: auto;
  /*position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);*/
}
.rebrand-home-modelhouse-list .first span.viewall{
  display: block;
  width: 120px;
  background-color: #111;
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: .3;
  /*position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);*/
}
.rebrand-home-modelhouse-list .first span.viewall:hover{
  background-color: #888;
}
.rebrand-home-modelhouse-list li a{
  display: block;
  position: relative;
}
.rebrand-home-modelhouse-list li a img{
  width: 100%;
  height: 290px;
}
.rebrand-home-modelhouse-list li a .title{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  display: grid;
  place-items: center;
  text-align: center;
  color:#fff;
  font-size: 14px;
  background: transparent;
  line-height: 1.4;
  z-index: 2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  /*background-color: rgba(197, 61, 79, 0.4);*/
}
.rebrand-home-modelhouse-list li a .title .main{
  font-size: 19px;
  margin-top: 5px;
}
/*.rebrand-home-modelhouse-list li a .title{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 5px 3px 5px;
  text-align: left;
  color:#fff;
  font-size: 14px;
  background: transparent;
  line-height: 1.4;
  z-index: 2;
}*/
.rebrand-home-modelhouse-list li a .label{
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  text-align: center;
  width: 100px;
  height: 18px;
  color:#fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  background-color: #111;
  z-index: 3;
}
.rebrand-home-modelhouse-list li:not(.first) a::after{
  display: block;
  content:'';
  width: 100%;
  height: 290px;
  background-color: rgba(0, 0, 0, 0.2);
  /*background-color: rgba(0, 0, 0, 0.6);*/
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
  z-index: 1;
}
.rebrand-home-modelhouse-list li:not(.first) a:hover::after{
  background-color: rgba(0, 0, 0, 0);
}

.rebrand-home-works.home-modelhouse{
  margin-top: 60px;
}
.rebrand-home-works.home-modelhouse .first a .first-title{
  display: block;
  width: 240px;
  height: auto;
  /*position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);*/
}
.rebrand-home-works.home-modelhouse .first span.viewall {
  display: block;
  width: 110px;
  background-color: #111;
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: .3;
  /*position: absolute;
  top: 75%;
  left: 50%;
  transform: translateX(-50%);*/
}
.rebrand-home-works.home-modelhouse .first span.viewall:hover{
  background-color: #888;
}
.rebrand-home-works.home-modelhouse .swiper-main2 .swiper-slide a{
  display: block;
  position: relative;
}
.rebrand-home-works.home-modelhouse .swiper-main2 .swiper-slide a .sell-label{
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.rebrand-home-works.home-modelhouse .swiper-main2 .swiper-slide a .label {
  width: 100px;
  color: #fff;
  font-weight: normal;
  background-color: var(--clr-font-color);
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .rebrand-home-modelhouse{
    padding: 60px 20px 60px;
  }
  .rebrand-home-works.home-modelhouse .first a .first-title{
    width: 100%;
    max-width: 80%;
    height: auto;
    /*top: 15%;
    left: 50%;*/
  }
  /*.rebrand-home-works.home-modelhouse .first span.viewall {
    top: 70%;
    left: 50%;
  }*/
}
@media only screen and (max-width: 768px) {
  .rebrand-home-modelhouse-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
  }
  .rebrand-home-modelhouse-list .first a{
    height: 220px;
  }
  .rebrand-home-modelhouse-list .first a .thumb-img{
    height: 220px;
  }
  .rebrand-home-modelhouse-list .first a .first-title{
    display: block;
    width: 150px;
    height: auto;
    /*top: 20%;*/
  }
  .rebrand-home-modelhouse-list .first span.viewall{
    top: 70%;
  }
  .rebrand-home-modelhouse-list li a img{
    height: 220px;
  }
  .rebrand-home-modelhouse-list li:not(.first) a::after{
    height: 220px;
  }

  .rebrand-home-works.home-modelhouse{
    margin-top: 20px;
  }
  .rebrand-home-works.home-modelhouse .first a .first-title{
    width: 50%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .rebrand-home-modelhouse-list .first a{
    height: 180px;
  }
  .rebrand-home-modelhouse-list .first a .thumb-img{
    height: 180px;
  }
  .rebrand-home-modelhouse-list .first a .first-title{
    display: block;
    width: 130px;
    height: auto;
    /*top: 17%;*/
  }
  .rebrand-home-modelhouse-list .first span.viewall{
    top: 72%;
  }
  .rebrand-home-modelhouse-list li a img{
    height: 180px;
  }
  .rebrand-home-modelhouse-list li:not(.first) a::after{
    height: 180px;
  }
  .rebrand-home-modelhouse-list li a .title{
    width: 94%;
    font-size: 12px;
  }
  .rebrand-home-modelhouse-list li a .title .main{
    font-size: 16px;
  }
  .rebrand-home-works.home-modelhouse .first a .first-title{
    width: 100%;
    max-width: 50%;
  }
}

.rebrand-home-staff{
  width: 100%;
  padding: 90px 0 90px;
  background-color: var(--clr-rebrand-brown-label);
  /*background-color: var(--clr-rebrand-brown);*/
}
.rebrand-home-staff .first a .first-title{
  width: 160px;
  height: auto;
  /*top: 30%;*/
}
.rebrand-home-staff .first span.viewall{
  background-color: #fff;
  color: var(--clr-rebrand-main);
  top: 60%;
}
.rebrand-home-staff .first span.viewall:hover{
  background-color: var(--clr-rebrand-main-hover);
}
.rebrand-home-staff .swiper-main-box1 .swiper-wrapper .swiper-slide a .label{
  background-color: #fff;
  color: var(--clr-rebrand-main);
}
@media only screen and (max-width: 1200px) {
  .rebrand-home-staff{
    padding: 60px 20px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .rebrand-home-staff .first a .first-title{
    width: 140px;
    height: auto;
    /*top: 25%;*/
  }
  /*.rebrand-home-staff .first span.viewall{
    top: 65%;
  }*/
}

.rebrand-home-column{
  width: 100%;
  padding: 90px 0 90px;
  background-color: #fff;
}
.rebrand-home-column .first a .first-title{
  width: 230px;
  height: auro;
  /*top: 25%;*/
}
.rebrand-home-column .first a span.viewall{
  background-color: #fff;
  color: var(--clr-rebrand-brown);
  /*top: 65%;*/
}
.rebrand-home-column .first a span.viewall:hover{
  background-color: var(--clr-rebrand-brown-hover);
}
.swiper-main-box1 .swiper-wrapper .swiper-slide a .label{
  color: #fff;
  background-color: var(--clr-rebrand-brown);
}

.rebrand-home-works.home-column{
  margin-top: 60px;
}
/*.rebrand-home-works.home-column .first a .first-title {
  top: 20%!important;
}*/
.rebrand-home-works.home-column .first-title{
  width: 240px!important;
  height: auto!important;
}
/*.rebrand-home-works.home-column .first span.viewall {
  top: 70%!important;
}*/
.rebrand-home-works.home-column .first span.viewall {
  background-color: #fff;
  color: var(--clr-rebrand-brown-label);
}
.rebrand-home-works.home-column .first span.viewall:hover{
  background-color: var(--clr-rebrand-brown-hover);
  color: #fff;
}
.rebrand-home-works.home-column .swiper-wrapper .swiper-slide a .label {
  background-color: #fff;
  color: var(--clr-rebrand-brown-label);
}
.new-mark{
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .rebrand-home-column{
    padding: 60px 20px 60px;
  }
  .rebrand-home-works.home-column .first-title{
    width: 80%!important;
    height: auto!important;
  }
}
@media only screen and (max-width: 768px) {
  .rebrand-home-column .first a .first-title{
    width: 170px;
    height: auto;
    /*top: 17%;*/
  }
  /*.rebrand-home-column .first a span.viewall{
    top: 66%;
  }*/

  .rebrand-home-works.home-column{
    margin-top: 20px;
  }
  /*.rebrand-home-works.home-column .first a .first-title {
    top: 15%!important;
  }*/
  .rebrand-home-works.home-column .first-title{
    width: 200px!important;
    height: auto!important;
  }
  /*.rebrand-home-works.home-column .first span.viewall {
    top: 75%!important;
  }*/
}
@media only screen and (max-width: 480px) {
  .rebrand-home-column .first a .first-title{
    width: 170px;
    height: auto;
    /*top: 17%;*/
  }
  /*.rebrand-home-column .first a span.viewall{
    top: 66%;
  }*/
  .new-mark{
    width: 40px;
    height: 40px;
  }

}

.rebrand-home-about{
  width: 100%;
  padding: 90px 0 90px;
  background-color: #333;
}
.rebrand-home-about-list{
  margin: 60px auto 0;
  width: 100%;
  max-width: 940px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.rebrand-home-about-list a{
  display: grid;
  place-content: center;
  width: 100%;
  /*height: 160px;*/
  overflow: hidden;
}
.rebrand-home-about-list a img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: .3s;
}
.rebrand-home-about-list a:hover img{
  transform: scale(1.07, 1.07);
}
@media only screen and (max-width: 1200px) {
  .rebrand-home-about{
    padding: 60px 20px 60px;
  }
  /* .rebrand-home-about-list{
    place-content: center;
    place-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  } */
}
/*@media only screen and (max-width: 1000px) {
  .rebrand-home-about-list{
    grid-template-columns: repeat(3, 1fr);
  }
}*/
/*@media only screen and (max-width: 768px) {
  .rebrand-home-about-list{
    margin: 40px auto 0;
    grid-template-columns: repeat(3, 1fr);
  }
}*/
@media only screen and (max-width: 520px) {
  .rebrand-home-about-list{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .rebrand-home-about .rebrand-home-title img{
    width: 160px;
    height: 70px;
  }
  .rebrand-home-about-list a:hover img{
    transform: scale(1, 1);
  }
  /*.rebrand-home-about-list a{
    height: 120px;
  }*/
  /*.rebrand-home-about-list a:nth-child(3),
  .rebrand-home-about-list a:nth-child(4),
  .rebrand-home-about-list a:nth-child(5),
  .rebrand-home-about-list a:nth-child(6){
    height: 100px;
    overflow: hidden;
  }*/
  /*.rebrand-home-about-list a:nth-child(3) img,
  .rebrand-home-about-list a:nth-child(4) img,
  .rebrand-home-about-list a:nth-child(5) img,
  .rebrand-home-about-list a:nth-child(6) img{
    width: 100%!important;
    height: 100px;
    object-fit: cover;
  }*/
}

/*@media only screen and (max-width: 400px) {
  .rebrand-home-about-list a:nth-child(1),
  .rebrand-home-about-list a:nth-child(2){
    height: 150px;
  }
  .rebrand-home-about-list a:nth-child(1) img,
  .rebrand-home-about-list a:nth-child(2) img{
    height: 150px;
  }
}*/

.rebrand-home-youtube{
  background-color: #333;
  padding-top: 0;
  padding-bottom: 100px;
}
.rebrand-home-youtube-list{
  margin: 50px auto 0;
  /* width: 100%;
  max-width: 1190px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; */
}
.rebrand-home-youtube-list a{
  display: block;
  text-decoration: none;
}
.rebrand-home-youtube-list a .img-cover{
  position: relative;
}
.rebrand-home-youtube-list a .img-cover img{
  width: 100%;
  height: auto;
}
/*.rebrand-home-youtube-list a .img-cover::after{
  display: block;
  content:'';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
  z-index: 1;
}
.rebrand-home-youtube-list a:hover .img-cover::after{
  background-color: rgba(0, 0, 0, 0);
}*/
.rebrand-home-youtube-list a .title{
  display: grid;
  place-content: center;
  text-align: left;
  padding: 10px 4px 2px;
  font-size: 12px;
  line-height: 1.3;
  z-index: 2;
  color: #fff;
  text-decoration: none;
}
/*.rebrand-home-youtube-list li{
  max-width: 230px;
}*/
.viewall-btn{
  display: block;
  width: 120px;
  margin: 50px auto 0;
  /* background-color: var(--clr-rebrand-brown-label); */
  padding: 4px 10px 5px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  /* transition: .3; */
}
.viewall-btn:hover{
  text-decoration: none;
  color: #fff;
}
.viewall-btn span {
  position: relative;
}
.viewall-btn span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -1px;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.viewall-btn:hover span::after {
  transform: scale(0, 1);
}

.rebrand-home-youtube .viewall {
  display: block;
  margin: 50px auto 0;
  width: 110px;
  background-color: #fff;
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  text-align: center;
  transition: .3;
}
.rebrand-home-youtube .viewall:hover {
  background-color: #a8a8a8;
  text-decoration: none;
  transition: .3;
}
@media only screen and (max-width: 1000px) {
  .rebrand-home-youtube{
    padding-bottom: 60px;
  }
  .rebrand-home-youtube-list{
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .rebrand-home-youtube .rebrand-home-title img{
    width: 160px;
    height: auto;
  }
  .rebrand-home-youtube-list{
    margin: 30px auto 0;
    grid-template-columns: repeat(3, 1fr);
  }
  .viewall-btn{
    margin-top: 30px;
  }
  .rebrand-home-youtube .viewall{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 520px) {
  .rebrand-home-youtube-list{
    grid-template-columns: repeat(2, 1fr);
  }
}

.rebrand-home-information{
  /*margin: 100px auto 0;*/
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  background-color: #fff;
}
.home-information-list{
  margin-top: 40px;
}
.home-information-list li{
  padding: 15px 0 15px;
  border-bottom: 1px solid #ccc;
}
.home-information-list li a .detail{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-information-list li a .detail .date{
  font-weight: bold;
  font-size: 16px;
  color: var(--clr-rebrand-brown-label);
}
.home-information-list li a .detail .cat{
  font-size: 14px;
  color: #fff;
  border-radius: 0;
}
.home-information-list li a .detail .cat.topics{
  background-color: var(--clr-rebrand-brown-label);
}
.home-information-list li a .detail .cat.event_info{
  background-color: var(--clr-rebrand-main);
}
.home-information-list li a .cont{
  margin-top: 15px;
  font-size: 18px;
  color:#888;
}
.home-information-list li a:hover .cont{
  text-decoration: underline;
}

.rebrand-home-information .viewall-btn:hover{
  text-decoration: none;
  color: var(--clr-rebrand-brown);
}
.rebrand-home-information .viewall-btn{
  color: var(--clr-rebrand-brown);
}
.rebrand-home-information .viewall-btn span::after {
  background: var(--clr-rebrand-brown);
}

.rebrand-home-information .viewall {
  display: block;
  margin: 50px auto 0;
  width: 110px;
  background-color: var(--clr-rebrand-main);
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: .3;
}
.rebrand-home-information .viewall:hover {
  background-color: var(--clr-rebrand-main-hover);
  color: #fff;
  text-decoration: none;
  transition: .3;
}
@media only screen and (max-width: 1200px) {
  .rebrand-home-information{
    margin-top: 0;
  }
  .home-information-list{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .rebrand-home-information{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-information-list li a .cont{
    margin-top: 10px;
    font-size: 16px;
  }
  .rebrand-home-information .viewall{
    margin-top: 30px;
  }
}







.rebrand-home-initiative{
  /*margin: 100px auto 0;*/
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  background-color: #fff;
}
.home-initiative-list{
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.home-initiative-list li a{
  text-decoration: none;
  color: var(--clr-font-color);
  transition: .3s;
}
.home-initiative-list li a:hover{
  filter: brightness(1.1);
}
.home-initiative-list li a .thumb img{
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.home-initiative-list li a .title{
  margin-top: 10px;
}
.rebrand-home-initiative .viewall-btn:hover{
  text-decoration: none;
  color: var(--clr-rebrand-brown);
}
.rebrand-home-initiative .viewall-btn{
  color: var(--clr-rebrand-brown);
}
.rebrand-home-initiative .viewall-btn span::after {
  background: var(--clr-rebrand-brown);
}
.rebrand-home-initiative .viewall {
  display: block;
  margin: 50px auto 0;
  width: 110px;
  background-color: var(--clr-rebrand-main);
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: .3;
}
.rebrand-home-initiative .viewall:hover {
  background-color: var(--clr-rebrand-main-hover);
  color: #fff;
  text-decoration: none;
  transition: .3;
}
@media only screen and (max-width: 1200px) {
  .rebrand-home-initiative{
    margin-top: 0;
  }
  .home-initiative-list{
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .rebrand-home-initiative{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .rebrand-home-initiative .rebrand-home-title img{
    max-width: 60%;
  }
  .rebrand-home-initiative .viewall{
    margin-top: 30px;
  }
  .home-initiative-list li a .thumb img{
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .home-initiative-list{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .home-initiative-list li a .thumb img{
    height: 220px;
  }
}


.rebrand-home-under-pages{
  padding: 40px 20px 40px;
  background-color: var(--clr-rebrand-brown-palel);
}
.rebrand-home-under-pages .list{
  width: 100%;
  max-width: 1190px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.rebrand-home-under-pages a img{
  transition: .3s;
}
.rebrand-home-under-pages a:hover img{
  transform: scale(1.03);
}

.rebrand-home-under-pages .list2{
  width: 100%;
  max-width: 1190px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .rebrand-home-under-pages{
    padding: 30px 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .rebrand-home-under-pages .list{
    grid-template-columns: repeat(2, 1fr);
  }
  .rebrand-home-under-pages .list2{
    grid-template-columns: 1fr;
    place-content: center;
  }
  .rebrand-home-under-pages .list2 a img{
    width: 100%;
    height: auto;
  }
}

.rebrand-home-under-contact{
  padding: 40px 20px 40px;
  background-color: var(--clr-rebrand-brown-label);
}
.rebrand-home-under-contact a{
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin-inline: auto;
  text-align: center;
  transition: .3s;
}
.rebrand-home-under-contact a:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 480px) {
  .rebrand-home-under-contact{
    padding: 30px 20px 30px;
  }
  .rebrand-home-under-contact a{
    max-width: 180px;
  }
}

.rebrand .main .content-main{
  background-color: #fff!important;
}
.rebrand .main .content-box{
  padding: 60px 0 100px;
}
.rebrand .main .content-box{
  padding: 60px 0 100px;
}
.rebrand .main .rebrand-page-main .content-box{
  padding: 0 0 60px 0;
}
.rebrand .main .content-main a{
  color:var(--clr-rebrand-main);
}
.rebrand .main .content-main .single-content a.wp-element-button{
  color:#fff!important;
}
.rebrand .main .bread {
  width: 100%;
  max-width: 1200px;
  border-bottom: none;
}
.bread-line li:after {
  right: -1.3rem;
}
@media only screen and (max-width: 768px) {
  .rebrand .main .content-box{
    padding: 40px 0 60px;
  }
  .rebrand .main .rebrand-page-main .content-box{
    padding: 0 0 40px 0;
  }
}

.staffs-archive-list{
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}
.staffs-archive-list li{
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: var(--clr-rebrand-main);
}
.staffs-archive-list li a{
  text-decoration: none;
}
.staffs-archive-list li .img{
  overflow: hidden;
}
.staffs-archive-list li .img img{
  width: 100%;
  max-width: 320px;
  height: 320px;
  object-fit: cover;
  transition: .3s;
}
.staffs-archive-list li .img img:hover{
  transform: scale(1.07);
}
.staffs-archive-list li .cont{
  padding: 20px;
  color:#fff;
  line-height: 1.5;
}
.staffs-archive-list li .cont .cat{
  font-size: 14px;
  background-color: #fff;
  padding: 4px 10px;
  color: var(--clr-rebrand-main);
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 10px;
}
.staffs-archive-list li .cont .name{
  font-size: 20px;
  font-weight: bold;
  padding: 3px 0;
}
.staffs-archive-list li .cont .romaji{
  font-weight: bold;
  color: var(--clr-rebrand-brown);
  font-size: 14px;
}
@media only screen and (max-width: 1000px) {
  .staffs-archive-list{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .staffs-archive-list li .img img{
    height: 240px;
  }
}
@media only screen and (max-width: 600px) {
  .staffs-archive-list{
    grid-template-columns: repeat(2, 1fr);
    gap:15px 10px;
  }
  /*.staffs-archive-list li .img img{
    height: 240px;
  }*/
  .staffs-archive-list li .cont{
    padding: 13px;
  }
  .staffs-archive-list li .cont .cat{
    font-size: 13px;
    padding: 3px 10px;
  }
  .staffs-archive-list li .cont .name{
    font-size: 18px;
    padding: 4px 0;
  }
  .staffs-archive-list li .cont .post{
    font-size: 14px;
  }
  .staffs-archive-list li .cont .romaji{
    font-size: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .staffs-archive-list li .img img{
    height: 200px;
  }
}

.rebrand-staffs-title{
  text-align: center;
}
.rebrand-staffs-title img{
  width: 164px;
  height: 72px;
}
.rebrand-staffs-top{
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.rebrand-staffs-top .img{
  height: 400px;
}
.rebrand-staffs-top .img img{
  width: 100%;
  height: 100%;
  /*height: 420px;*/
  object-fit: cover;
  object-position: center 15%;
}
/*.rebrand-staffs-top .img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.rebrand-staffs-top .cont{
  background-image: url('./images/rebrand/staff_name_bk.webp');
  background-repeat: no-repeat;
  background-position: top 50% left 0;
  background-color: var(--clr-rebrand-main);
  padding: 40px 40px;
  color:#fff;
  line-height: 1.4;
}
.rebrand-staffs-top .cont .post{
  font-size: 24px;
}
.rebrand-staffs-top .cont .name{
  font-size: 50px;
  font-weight: bold;
}
.rebrand-staffs-top .cont .romaji{
  font-size: 20px;
  font-weight: bold;
  color: var(--clr-rebrand-brown);
}
.rebrand-staffs-top .cont .joining{
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.6;
}
@media only screen and (max-width: 12008px) {
  .rebrand-staffs-top .cont .post{
    font-size: 20px;
  }
  .rebrand-staffs-top .cont .name{
    font-size: 40px;
  }
  .rebrand-staffs-top .cont .romaji{
    font-size: 18px;
  }
  .rebrand-staffs-top .cont .joining{
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .rebrand-staffs-top{
    margin-top: 40px;
    grid-template-columns: 1fr;
  }
  .rebrand-staffs-top .img{
    height: 400px;
  }
  .rebrand-staffs-top .cont{
    padding: 30px 30px;
  }
  .rebrand-staffs-top .cont .name-box{
    width: 90%;
    max-width: 700px;
    margin: -80px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap:20px;
    padding: 10px 10px;
    background-color: var(--clr-rebrand-main);
  }
  .rebrand-staffs-top .cont .name-box .post{
    text-align: left;
  }
  .rebrand-staffs-top .cont .name-box .inner{
    text-align: left;
  }
  .rebrand-staffs-top .cont .post{
    font-size: 16px;
    padding-top: 2px;
  }
  .rebrand-staffs-top .cont .name{
    font-size: 20px;
  }
  .rebrand-staffs-top .cont .romaji{
    font-size: 14px;
  }
  .rebrand-staffs-top .cont .joining{
    font-size: 14px;
    margin-top: 30px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450px) {
  .rebrand-staffs-top .img{
    height: 320px;
  }
}

.rebrand-staffs-thoughts{
  padding: 100px 0;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.rebrand-staffs-thoughts .tit{
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: var(--clr-rebrand-main);
}
.rebrand-staffs-thoughts .cont{
  margin-top: 50px;
  color: var(--clr-rebrand-main);
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .rebrand-staffs-thoughts{
    padding: 60px 0;
  }
  .rebrand-staffs-thoughts .tit{
    font-size: 22px;
  }
  .rebrand-staffs-thoughts .cont{
    margin-top: 40px;
    font-size: 16px;
  }
}

.rebrand-staffs-works{
  padding: 30px 0;
  background-image: url('./images/rebrand/staff_works_bk.webp');
  background-repeat: no-repeat;
  background-position: top 0 left 30%;
  background-size: contain;
  background-color: var(--clr-rebrand-brown-label);
  /*background-color: var(--clr-rebrand-brown);*/
}
.rebrand-staffs-works.--mujin {
  --swiper-navigation-size: 0;
}
.rebrand-staffs-works .inner{
  width: 100%;
  max-width: calc(460px + 110px); /* add space arrow */
  margin-inline: auto;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
}
.rebrand-staffs-works .inner .first {
  /*background-color: rgba(204, 1, 1, 0.46);*/
  display: grid;
  place-content: center;
  width: 270px;
  margin-inline: auto;
}
.rebrand-staffs-works .inner .first a {
  display: grid;
  place-content: center;
  width: 270px;
  text-decoration: none;
}
.rebrand-staffs-works .inner .first a .first-title{
  width: 196px;
  height: auto;
}
.rebrand-staffs-works .inner .first a .work-title {
  height: auto;
  width: 127px;
}
.rebrand-staffs-works .inner .first a .viewall{
  display: block;
  width: 120px;
  margin: 0 auto;
  background-color: #fff;
  padding: 5px 10px 5px;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  color: var(--clr-rebrand-brown-label);
  text-decoration: none;
  text-align: center;
}
.rebrand-staffs-works .inner .first a .viewall:hover{
  background-color: var(--clr-rebrand-brown-hover);
}
.rebrand-staffs-works .inner .swiper-main-box {
  width: 100%;
  max-width: 710px;
  overflow: hidden;
  position: relative;
}
.rebrand-staffs-works .inner .swiper-main-box__wrap {
  max-width: calc(100% - 110px);
  margin-inline: auto;
  overflow: hidden;
}

.rebrand-staffs-works .inner .swiper-main-box .swiper-button-prev,
.rebrand-staffs-works .inner .swiper-main-box .swiper-button-next {
  display: none;
  position: absolute;
  top: 50%!important;
}
.rebrand-staffs-works .inner .swiper-main-box .swiper-button-prev{
  left: 5px;
}
.rebrand-staffs-works .inner .swiper-main-box .swiper-button-next{
  right: 5px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.rebrand-staffs-works .inner .swiper-main-box .swiper-slide a{
  text-decoration: none;
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
}
.rebrand-staffs-works .inner .swiper-main-box .swiper-slide .img{
  display: block;
  position: relative;
}
.rebrand-staffs-works .inner .swiper-main-box .swiper-slide .img img{
  width: 100%;
  height: 135px;
  object-fit: cover;
}
.rebrand-staffs-works.--mujin .inner .swiper-main-box .swiper-slide .img::after {
  content: 'MODEL HOUSE';
  display: block;
  font-size: 12px;
  background-color:var(--clr-rebrand-brown-label);
  color:#fff;
  line-height: 1;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.rebrand-staffs-works .inner .swiper-main-box__wrap .swiper-slide .img img{
  aspect-ratio: 1024 / 683;
  height: auto;
  max-width: 100%;
}
.swiper-main-staffs .swiper-wrapper.less{
  gap:10px;
  flex-wrap: wrap;
}
.swiper-main-staffs .swiper-wrapper.less .swiper-slide{
  width: 100%;
  max-width: 460px;
}

@media only screen and (max-width: 990px) {
  .rebrand-staffs-works{
    background-position: top 0 left 10%;
  }
  .rebrand-staffs-works .inner .first {
    width: 100%;
  }
  .rebrand-staffs-works .inner .first a {
    width: 100%;
    display: block;
  }
  .rebrand-staffs-works .inner .first a .first-title{
    width: 140px;
    height: 51px;
  }
}

@media only screen and (max-width: 600px) {
  .rebrand-staffs-works{
    padding: 50px 0;
  }
  .rebrand-staffs-works .inner{
    gap: 30px 0;
  }
  .rebrand-staffs-works .inner .swiper-main-box__wrap {
    max-width: calc(100% - 10px);
  }
  .swiper-main-staffs .swiper-wrapper.less{
    width: 100%;
    /* max-width: 900px; */
    margin-inline: auto;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    /* gap: 10px; */
    box-sizing: border-box;
  }
  .rebrand-staffs-works.--mujin .swiper-main-box,
  .single-staffs .swiper-main-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rebrand-hline {
    padding-left: 20px;
    text-align: left;
  }
  .rebrand-hline__ttl {
    font-size: 30px;
  }
  .rebrand-hline__sub {
    font-size: 14px;
  }
}

.rebrand-staffs-love{
  padding: 100px 0 0;
}
.rebrand-staffs-love .rebrand-main-block{
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.rebrand-staffs-love .tit1{
  text-align: center;
}
.rebrand-staffs-love .tit1 img{
  width: 133px;
  height: 35px;
}
.rebrand-staffs-love .tit2{
  margin-top: 40px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: var(--clr-rebrand-main);
  padding: 30px 0;
  background-image: url('./images/rebrand/staff_love_bk.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rebrand-staffs-love .cont{
  margin-top: 50px;
  color: var(--clr-rebrand-main);
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .rebrand-staffs-love{
    padding: 60px 0 0;
  }
  .rebrand-staffs-love .tit1 img{
    width: 120px;
    height: 31px;
  }
  .rebrand-staffs-love .tit2{
    margin-top: 30px;
    font-size: 22px;
    padding: 20px 0;
  }
  .rebrand-staffs-love .cont{
    margin-top: 20px;
    font-size: 16px;
  }
}

.rebrand-staffs-love-slider {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  overflow: hidden;
  position: relative;
  /*padding-bottom: 80px;*/
  /*background-color: #faa;*/
}
.rebrand-staffs-love-slider .swiper-wrapper .swiper-slide{
  width: 100%;
  /*height: 350px;*/
}
.rebrand-staffs-love-slider .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 220px;
  /*height: 350px;*/
  object-fit: cover;
}
.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-prev,
.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-next{
  display: none;
  position: absolute;
  top: 50%;
}
.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-prev{
  background: url('./images/rebrand/arrow_left_blue.webp') no-repeat center center;
  top: 85%;
  left:30%;
  /*left:5px;*/
}
.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-next{
  background: url('./images/rebrand/arrow_right_blue.webp') no-repeat center center;
  top: 85%;
  right:30%;
  /*right:5px;*/
}
.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-wrapper.less,
.rebrand-staffs-love-slider .swiper-main-staffs4 .swiper-wrapper.less{
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
  box-sizing: border-box;
}
.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-wrapper.less .swiper-slide,
.rebrand-staffs-love-slider .swiper-main-staffs4 .swiper-wrapper.less .swiper-slide{
  width: 100%;
  max-width: 445px;
  flex-shrink: 1;
}
.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-wrapper.less .swiper-slide img{
  width: 100%;
  max-width: 445px;
  /*height: 300px!important;*/
  object-fit: cover;
}

.rebrand-staffs-related-title{
  border-bottom: 1px solid var(--clr-rebrand-main);
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
  color: var(--clr-rebrand-main);
}
@media only screen and (max-width: 900px){
  .rebrand-staffs-love-slider {
    padding-bottom: 60px;
  }
  .rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-prev{
    background: url('./images/rebrand/arrow_left_blue.webp') no-repeat center center;
    top: 85%;
    left:20%;
  }
  .rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-next{
    background: url('./images/rebrand/arrow_right_blue.webp') no-repeat center center;
    top: 85%;
    right:20%;
  }
  .rebrand-staffs-love-slider .swiper-wrapper .swiper-slide img{
    height: 240px;
  }
  .rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-wrapper.less{
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-wrapper.less .swiper-slide img{
    height: 240px!important;
  }*/
}
@media only screen and (max-width: 450px){
  .rebrand-staffs-love-slider {
    padding-bottom: 30px;
  }
  .rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-prev{
    background: url('./images/rebrand/arrow_left_blue.webp') no-repeat center center;
    top: 85%;
    left:10%;
  }
  .rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-button-next{
    background: url('./images/rebrand/arrow_right_blue.webp') no-repeat center center;
    top: 85%;
    right:10%;
  }
  .rebrand-staffs-love-slider .swiper-wrapper .swiper-slide img{
    height: 160px;
  }
  /*.rebrand-staffs-love-slider .swiper-main-staffs3 .swiper-wrapper.less .swiper-slide img{
    height: 200px!important;
  }*/
  .rebrand-staffs-related-title{
    font-size: 1.3rem;
    padding-bottom: 5px;
  }
}

.asset-block{
  width: 100%;
  /*padding-bottom: 100px;*/
}
.asset-hero{
  width: 100%;
  position: relative;
  text-align: center;
}
.asset-hero .bg{
  width: 100%;
  height: 765px;
  object-fit: cover;
}
.asset-hero .hero-md{
  width: 100%;
  max-width: 1200px;
  /*font-weight: bold;*/
  color:#fff;
  font-size: 46px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 70px 20px 0;
  text-align: left;
}
.asset-box{
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px){
  /*.asset-block{
    padding-bottom: 60px;
  }*/
  .asset-hero .bg{
    height: 600px;
  }
  .asset-hero .hero-md{
    font-size: 32px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 40px 20px 0;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 450px){
  .asset-hero .bg{
    height: 350px;
  }
  .asset-hero .hero-md{
    font-size: 28px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    padding: 30px 20px 0;
  }
}

.asset-foresty{
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding:140px 0 120px;
  background-image: url('./images/asset-management/foresty.webp');
  background-position: center top 50px;
  background-repeat: no-repeat;
}
.asset-foresty p{
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 700px){
  .asset-foresty{
    padding:80px 20px 80px;
    background-image: url('./images/asset-management/foresty.webp');
    background-position: center top 30px;
    background-size: 94%;
  }
  .asset-foresty p{
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .asset-foresty p .spbr{
    display: none;
  }
}

.asset-box{
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  --clr-asset-line:#002b69;
}
.asset-reason{
  background-color: var(--clr-rebrand-main);
  position: relative;
  color:#fff;
}
.asset-reason01{
  background:linear-gradient(100deg, var(--clr-rebrand-main) 40%, var(--clr-asset-line) 40%, var(--clr-asset-line) 90%, var(--clr-rebrand-main) 90%);
}
.asset-main-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.asset-main-title .left{
  display: block;
  width: 100%;
  max-width: 307px;
}
.asset-main-title .right{
  display: block;
  width: 100%;
  max-width: 307px;
}
.asset-main-title .title{
  width: 100%;
  max-width: 850px;
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
}
.asset-reason01 .title .second{
  font-size: 50px;
  display: block;
}
.asset-reason01 .title .first{
  font-size: 70px;
  display: block;
}
.reason01-block{
  width: 100%;
  /*display: grid;
  grid-template-columns: 1fr minmax(300px, 850px) 1fr;*/
}
/*.reason01-block .right{
  display: grid;
  justify-items: end;
  align-items: end;
  padding-left: 10px;
}*/
.reason01-content{
  display: grid;
  grid-template-columns: 45% 55%;
  margin-top: 10px;
}
.reason01-content .img{
  transform: translateX(-30px);
}
.reason01-content .cont{
  padding-top: 50px;
}
.reason01-content .cont .title2{
  padding-top: 60px;
  background-image: url('./images/asset-management/reason01.webp');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 157px 115px;
  font-size: 30px;
}
.reason01-content .cont .text p{
  font-size: 18px;
  margin-top: 30px;
}
.reason01-content  .cont .img2{
  display: none;
}
.reason01-card{
  margin-top: 50px;
  text-align: center;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px){
  .asset-main-title .left,
  .asset-main-title .right{
    max-width: 200px;
  }
  .asset-reason01 .title .second{
    font-size: 40px;
    display: block;
  }
  .asset-reason01 .title .first{
    font-size: 60px;
  }
}
@media only screen and (max-width: 850px){
  .asset-box{
    padding-left: 20px;
    padding-right: 20px;
  }
  /*.reason01-block{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }*/
  /*.reason01-block .left,
  .reason01-block .right{
    display: none;
  }*/
}
@media only screen and (max-width: 768px){
  .asset-main-title .left,
  .asset-main-title .right{
    max-width: 100px;
  }
  .asset-reason01 .title .second{
    font-size: 30px;
    display: block;
  }
  .asset-reason01 .title .first{
    font-size: 40px;
  }
  .reason01-content{
    grid-template-columns: 1fr;
  }
  .reason01-content .img{
    display: none;
    /*transform: translateX(-20px);*/
  }
  .reason01-content .cont{
    padding-top: 0;
  }
  .reason01-content .cont .title2{
    padding-top: 60px;
    background-size: 100px auto;
    font-size: 20px;
  }
  .reason01-content .cont .text p{
    font-size: 16px;
    margin-top: 25px;
  }
  .reason01-content  .cont .img2{
    display: block;
    margin-top: 20px;
  }
  .reason01-card{
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px){
  .asset-main-title {
    overflow: hidden;
  }
  .asset-main-title .left{
    max-width: 80px;
    margin-left: -40px;
  }
  .asset-main-title .right{
    max-width: 80px;
    margin-right: -40px;
  }
  .asset-reason01 .title .second{
    font-size: 24px;
    display: block;
  }
  .asset-reason01 .title .first{
    font-size: 30px;
  }
  .reason01-content .cont .title2{
    padding-top: 40px;
    background-size: 80px auto;
  }
  .reason01-card{
    margin-top: 30px;
  }
  .reason01-card img{
    width: 100%;
    max-width: 400px;
  }
}

.asset-reason02{
  background:linear-gradient(80deg, var(--clr-rebrand-main) 10%, var(--clr-asset-line) 10%, var(--clr-asset-line) 60%, var(--clr-rebrand-main) 60%);
}
.reason02-block{
  width: 100%;
  /*display: grid;
  grid-template-columns: 1fr minmax(300px, 850px) 1fr;*/
}
/*.reason02-block .left{
  display: grid;
  justify-items: start;
  align-items: end;
  padding-right: 10px;
}*/
.reason02-content{
  display: grid;
  grid-template-columns: 55% 45%;
}
.reason02-content .img{
  transform: translateX(30px);
}
.reason02-content .cont{
  padding-top: 50px;
}
.reason02-content .cont .title3{
  padding-top: 100px;
  background-image: url('./images/asset-management/reason02.webp');
  background-repeat: no-repeat;
  background-position: 0 30px;
  background-size: 170px 115px;
  font-size: 30px;
}
.reason02-content .cont .text p{
  font-size: 18px;
  margin-top: 30px;
}
.reason02-content .cont .img2{
  display: none;
}
@media only screen and (max-width: 850px){
  /*.reason02-block{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .reason02-block .left,
  .reason02-block .right{
    display: none;
  }*/
}
@media only screen and (max-width: 768px){
  .asset-reason02 .title .second{
    font-size: 30px;
    display: block;
  }
  .asset-reason02 .title .first{
    font-size: 40px;
  }
  .reason02-content{
    grid-template-columns: 1fr;
    /*grid-template-columns: 70% 30%;*/
  }
  .reason02-content .img{
    display: none;
  }
  .reason02-content .cont{
    padding-top: 0;
  }
  .reason02-content .cont .title3{
    padding-top: 60px;
    background-size: 110px auto;
    background-position: 0 20px;
    font-size: 20px;
  }
  .reason02-content .cont .text p{
    font-size: 16px;
    margin-top: 25px;
  }
  .reason02-content .cont .img2{
    display: block;
    margin-top: 20px;
  }
}

.reason03-block .reason01-content{
  margin-top: 0;
}
.reason03-block .reason01-content .cont .title3{
  padding-top: 100px;
  background-image: url('./images/asset-management/reason03.webp');
  background-repeat: no-repeat;
  background-position: 0 30px;
  background-size: 163px 115px;
  font-size: 30px;
}
.reason03-iwai{
  margin-top: 20px;
  text-align: center;
}
.reason-work{
  margin-top: 90px;
  padding-bottom: 100px;
}
.reason-work .title4{
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.swiper-reason-work{
  width: 100%;
  height: 319px;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.swiper-reason-work .swiper-slide {
  width: 100%;
  height: 319px;
  text-align: center;
}
.swiper-reason-work .swiper-slide img{
  width: 100%;
  height: 319px;
  object-fit: cover;
}
.swiper-reason-work .swiper-button-prev{
  width: 37px;
  height: 31px;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
}
.swiper-reason-work .swiper-button-next{
  width: 37px;
  height: 31px;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
}
.reason-under{
  width: 100%;
  height: 226px;
  text-align: center;
  overflow: hidden;
}
.reason-under img{
  width: 100%;
  height: 229px;
  object-fit: cover;
}
@media only screen and (max-width: 768px){
  .reason-work{
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .swiper-reason-work{
    margin-top: 40px;
  }
  .reason03-block .reason01-content .cont .title3{
    padding-top: 60px;
    background-position: 0 20px;
    background-size: 110px auto;
    font-size: 20px;
  }
  .reason-work .title4 img{
    max-width: 160px;
  }
  .swiper-reason-work{
    height: 240px;
  }
  .swiper-reason-work .swiper-slide {
    height: 240px;
  }
  .swiper-reason-work .swiper-slide img{
    height: 240px;
  }
  .swiper-reason-work .swiper-button-prev{
    left: 10px;
  }
  .swiper-reason-work .swiper-button-next{
    right: 10px;
  }
  .reason-under{
    height: 180px;
  }
  .reason-under img{
    height: 180px;
  }
}
@media only screen and (max-width: 450px){
  .swiper-reason-work{
    height: 200px;
  }
  .swiper-reason-work .swiper-slide {
    height: 200px;
  }
  .swiper-reason-work .swiper-slide img{
    height: 200px;
  }
  .reason-under{
    height: 150px;
  }
  .reason-under img{
    height: 150px;
  }
}

.asset-flow{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.asset-flow .title{
  font-size: 28px;
  text-align: center;
}
.asset-flow ul{
  width: 100%;
  max-width: 645px;
  margin-inline: auto;
}
.asset-flow ul li{
  margin-top: 50px;
  background-color: #d7d7d7;
  padding: 20px;
  position: relative;
}
.asset-flow ul li:not(:first-child)::before{
  display: block;
  content:'';
  width: 4px;
  height: 48px;
  background-image: url('./images/asset-management/flow_line.webp');
  background-repeat: repeat-y;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}
.asset-flow ul li .tit .num{
  font-size: 44px;
  color:#fff;
  padding-right: 20px;
  line-height: 1;
  vertical-align: -2px;
}
.asset-flow ul li .tit .txt{
  font-size: 30px;
  font-weight: bold;
}
.asset-flow ul li .cont{
  margin-top: 5px;
}
@media only screen and (max-width: 768px){
  .asset-flow{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .asset-flow .title{
    font-size: 22px;
  }
  .asset-flow ul li{
    margin-top: 40px;
    padding: 15px;
  }
  .asset-flow ul li:not(:first-child)::before{
    height: 38px;
    top: -38px;
  }
  .asset-flow ul li .tit .num{
    font-size: 38px;
    padding-right: 10px;
  }
  .asset-flow ul li .tit .txt{
    font-size: 22px;
  }
}

.asset-staff{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #333;
  color:#fff;
}
.asset-staff .staff-box{
  display: grid;
  grid-template-areas:
    "img name"
    "img text";
  grid-template-columns: 340px 1fr;
  grid-template-rows: 30px 1fr;
  gap:20px;
}
.asset-staff .staff-box .img{
  grid-area: img;
}
.asset-staff .staff-box .name{
  grid-area: name;
  font-size: 30px;
}
.asset-staff .staff-box .text{
  grid-area: text;
}
.asset-staff .text p{
  margin-top: 30px;
}
.asset-staff .staff-box2{
  display: grid;
  grid-template-areas:
    "name img"
    "text img";
  grid-template-columns: 1fr 340px;
  grid-template-rows: 30px 1fr;
  gap:20px;
  margin-top: 80px;
}
.asset-staff .staff-box2 .img{
  grid-area: img;
}
.asset-staff .staff-box2 .name{
  grid-area: name;
  font-size: 30px;
}
.asset-staff .staff-box2 .text{
  grid-area: text;
}
@media only screen and (max-width: 768px){
  .asset-staff{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .asset-staff .text p{
    margin-top: 0;
  }
  .asset-staff .text p:not(:first-child){
    margin-top: 20px;
  }
  .asset-staff .staff-box{
    grid-template-areas:
    "name img"
    "text text";
    grid-template-columns: 1fr 180px;
    grid-template-rows: 180px 1fr;
    gap:20px 15px;
  }
  .asset-staff .staff-box2{
    grid-template-areas:
    "name img"
    "text text";
    grid-template-columns: 1fr 180px;
    grid-template-rows: 180px 1fr;
    gap:20px 15px;
    margin-top: 50px;
  }
  .asset-staff .staff-box .img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 50% 0%;
  }
  .asset-staff .staff-box2 .img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 50% 0%;
  }
  .asset-staff .staff-box .name,
  .asset-staff .staff-box2 .name{
    display: grid;
    place-items: center;
    font-size: 24px;
  }
}

.asset-after{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--clr-rebrand-brown-palel);
  background-image: url('./images/asset-management/after_bg.webp');
  background-position: left bottom;
  background-repeat: repeat-x;
}
.asset-after .title{
  text-align: center;
}
.asset-after .cont{
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px){
  .asset-after{
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 80%;
  }
  .asset-after .title img{
    max-width: 160px;
  }
}

.asset-form{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}
.asset-form .asset-form-title{
  font-size: 28px;
  text-align: center;
}
.asset-form .cont{
  width: 100%;
  max-width: 650px;
  margin: 50px auto 0;
}
.asset-form .cont .hissu{
  transform: translateY(-2px);
}
.asset-form .cont .form-list{
  border: none;
}
.asset-form .cont .form-list li{
  padding: 1.2rem 0;
  border-bottom: none;
}
.asset-form .cont .form-list li .title{
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  color:#333;
}
.asset-form .cont .form-list li .content {
  margin-top: 0.6rem;
}
.asset-form .cont .form-list li input,
.asset-form .cont .form-list li textarea {
  padding: 8px 10px;
}
.asset-form .cont .btn-box {
  margin-top: 50px;
}
.asset-form .cont .btn-box input[type="submit"]{
  display: block;
  width: 80%;
  max-width: 240px;
  margin-inline: auto;
  border: none;
  text-align: center;
  color:#fff;
  background-color: var(--clr-rebrand-main);
  border-radius: 50px;
  line-height: 1;
  padding: 18px;
  font-size: 16px;
  transition: .3s;
  cursor: pointer;
}
.asset-form .cont .btn-box input[type="submit"]:hover{
  background-color: var(--clr-rebrand-main-hover);
}
@media only screen and (max-width: 768px){
  .asset-form{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .asset-form .asset-form-title{
    font-size: 22px;
  }
  .asset-form .cont{
    margin: 40px auto 0;
  }
  .asset-form .cont .form-list li{
    padding: 0.8rem 0;
  }
  .asset-form .cont .btn-box {
    margin-top: 30px;
  }
}


.column-main-block{
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}
.column-top{
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.column-top .column-main-block{
  display: flex;
  flex-direction: column;
  row-gap:0.5em;
}
.tags{
  /*margin-top: 30px;*/
  display: grid;
  grid-template-columns: 55px 1fr;
  gap:0.2em;
}
.tags .tit{
  font-weight: bold;
  margin-bottom: 0;
}
.tags .column-tag-list{
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.75em;
}
.tags .column-tag-list li a{
  display: block;
  line-height: 1;
  color: #595959!important;
  background-color: #ececec;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.4em 0.6em;
}
.tags .column-tag-list li.current-cat a{
  background-color: var(--clr-rebrand-main);
  color: #fff!important;
}
.column-title-header{
  display: flex;
  flex-direction: column;
  row-gap:0.5em;
  line-height: 1.4;
}
.column-title-header .first{
  font-size: 2.6em;
  font-weight: bold;
  color: var(--clr-rebrand-main);
}
.column-title-header .second{
  font-size: 1.25em;
}
.column-tagpage-title{
  margin-bottom: 70px;
  position: relative;
  font-weight: bold;
  color: #777;
  font-size: 1.3em;
  padding-left: 70px;
}
.column-tagpage-title::after{
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  background-color: var(--clr-rebrand-main);
  position: absolute;
  top: 49%;
  left: 0;
}
@media only screen and (max-width: 1200px){
  .column-main-block{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px){
  .column-top{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .column-title-header .first{
    font-size: 2em;
    color: var(--clr-rebrand-main);
    line-height: 1.4;
  }
  .column-title-header .second{
    font-size: 1em;
  }
  .column-tagpage-title{
    margin-bottom: 55px;
    font-size: 1.125em;
    padding-left: 60px;
  }
}

.column-main{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ececec;
}
.column-archive-list{
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
/*.column-archive-list li{
  display: grid;
  grid-template-columns: 35% 1fr;
  column-gap:40px;
}*/
.column-archive-list li a{
  text-decoration: none;
  display: grid;
  grid-template-columns: 35% 1fr;
  column-gap:40px;
  color: var(--clr-font-color)!important;
}
.column-archive-list li a:hover{
  opacity: 1;
  text-decoration: none;
  color: var(--clr-font-color)!important;
}
.column-archive-list li .img{
  position: relative;
}
.column-archive-list li .img .new{
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 6;
}
.column-archive-list li .img .new span{
  width: 100%;
  height: 100%;
  background-color: var(--clr-rebrand-main);
  color: #fff;
  /*font-weight: bold;*/
  font-size: 0.875em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: .3s;
}
.column-archive-list li a:hover .img .new span{
  background-color: var(--clr-rebrand-main-hover);
}
.column-archive-list li .img .inner{
  border-radius: 10px;
  overflow: hidden;
}
.column-archive-list li .img .inner img{
  width: 100%;
  height: 280px;
  object-fit: cover;
  z-index: 1;
  border-radius: 10px;
}
.column-archive-list li .img > .inner::after{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.0);
  z-index: 2;
  transition: .3s;
  border-radius: 10px;
}
.column-archive-list li a:hover .img > .inner::after{
  background-color: rgba(0, 0, 0, 0.4);
}
.column-archive-list li .cont .detail-head{
  padding: 1em 1.5em;
  background-color: #fff;
  border-radius: 10px;
}
.column-archive-list li .cont .detail-head .head{
  display: grid;
  grid-template-columns: 100px 1fr;
  gap:1em;
}
.column-archive-list li .cont .detail-head .tit{
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.4em;
}
.column-archive-list li .cont .detail-head .head .material-icons{
  font-size: 1em;
}
.column-archive-list li .cont .detail-head .head .date{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.column-archive-list li .cont .detail-head .head .date .material-icons{
  transform: translateY(-1px);
}
.column-archive-list li .cont .detail-head .head .tags{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap:0.5em;
}
.column-archive-list li .cont .detail-head .head .tags span{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0.5em 0.3em;
  background-color: #ececec;
  line-height: 1;
  font-size: 0.75em;
  border-radius: 4px;
  color: #595959;
}
.column-archive-list li .cont .cont-detail{
  padding: 1em 1.5em;
  margin-top: 1em;
}
@media only screen and (max-width: 1200px){
  .column-archive-list li .img .new{
    display: block;
    width: 45px;
    height: 45px;
    transform: translate(-20%, -50%);
  }
  .column-archive-list li .img .new{
    width: 45px;
    height: 45px;
    transform: translate(-25%, -50%);
  }
  .column-archive-list li .img .new span{
    font-size: 0.75em;
    line-height: 1;
  }
}
@media only screen and (max-width: 768px){
  .column-main{
    padding-top:60px;
    padding-bottom: 60px;
  }
  .column-archive-list{
    row-gap: 50px;
  }
  .column-archive-list li a{
    grid-template-columns:1fr;
    row-gap:0;
  }
  .column-archive-list li .img .inner img{
    width: 100%;
    height: 300px;
  }
  .column-archive-list li .cont{
    z-index: 5;
    width: 96%;
    margin: -10px auto 0;
  }
  .column-archive-list li .cont .detail-head{
    padding: 1em;
  }
  .column-archive-list li .cont .detail-head .head{
    grid-template-columns: 90px 1fr;
    gap:0.5em;
  }
  .column-archive-list li .cont .detail-head .tit{
    margin-top: 0.5em;
    font-size: 1.125em;
    line-height: 1.4;
  }
  .column-archive-list li .cont .detail-head .head .date .material-icons{
    transform: translateY(0);
  }
  .column-archive-list li .cont .detail-head .head .date{
    font-size: 0.875em;
  }
  .column-archive-list li .cont .detail-head .head .tags span{
    font-size: 0.6em;
  }
  .column-archive-list li .cont .cont-detail{
    padding: 1em 0.5em;
    margin-top: 0;
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 480px){
  .column-archive-list li .img img{
    width: 100%;
    height: 280px;
  }
}

.column-main-single{
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
}
.column-single-box{
  max-width: 840px;
  margin-inline: auto;
}
.column-single-tags{
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.75em;
}
.column-single-tags li a{
  display: block;
  line-height: 1;
  color: #595959!important;
  background-color: #ececec;
  border-radius: 4px;
  text-decoration: none;
  padding: 0.4em 0.6em;
}
.column-single-date{
  margin-top: 1em;
  font-size: 0.75em;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.column-single-date .material-icons{
  font-size: 1em;
}
.column-single-date .material-icons{
  transform: translateY(-1px);
}
.column-single-title{
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1.4;
}
.column-single-content{
  margin-top: 40px;
}
.column-single-thumb{
  margin-bottom: 40px;
}
.column-single-content #ez-toc-container{
  margin-top: 40px;
}
.column-single-content #ez-toc-container {
  border: 1px solid var(--clr-rebrand-main-hover);
  width: 100%;
  padding: 1em 1em 1em;
  margin-top: 20px!important;
  margin-bottom: 3em;
  border-radius: 6px;
}
.column-single-content #ez-toc-container .ez-toc-title{
  color: var(--clr-rebrand-main)!important;
}
.column-single-content #ez-toc-container ul.ez-toc-list a {
  color: var(--clr-rebrand-main)!important;
}
@media only screen and (max-width: 768px){
  .column-main-single{
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .column-single-title{
    margin-top: 30px;
    font-size: 1.5em;
  }
  .column-single-content{
    margin-top: 30px;
  }
  .column-single-thumb{
    margin-bottom: 30px;
  }
  .column-single-content #ez-toc-container{
    margin-top: 30px;
  }
}

.pickup-cover{
  background-image: linear-gradient(0deg, rgb(0, 60, 136), rgb(23, 152, 207) 35%, rgb(23, 152, 207) 70%, rgb(0, 60, 136));
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}
.pickup-cover .main-title{
  /*mix-blend-mode: difference;*/
  font-weight: 900;
  /*font-style: italic;*/
  color: var(--clr-rebrand-main);
  /*color: #96c5ff;*/
  font-size: 2.8em;
  position: absolute;
  top: -40px;
  left: 10%;
  letter-spacing :2px;
  text-shadow    :
      1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
      1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
      1px  0px 0px #ffffff,
      0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
      0px -1px 0px #ffffff;
}
.swiper.swiper-pickup{
  overflow: visible!important;
  padding-top: 50px;
  padding-bottom: 60px;
}
.swiper-pickup{
  max-width: 760px!important;
  margin: 0 auto;
}
.swiper-pickup .swiper-wrapper .swiper-slide a{
  display: block;
  border-radius: 20px;
  /*background-color: #f3f3f3;*/
  color: var(--clr-font-color);
  text-decoration: none;
}
.swiper-pickup .swiper-wrapper .swiper-slide .img img{
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont{
  padding: 1.5em 2em;
  background-color: #fff;
  border-radius: 0 0 20px 20px ;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .head{
  display: grid;
  grid-template-columns: 100px 1fr;
  gap:1em;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .tit{
  margin-top: 1em;
  font-weight: bold;
  font-size: 1.4em;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .head .material-icons{
  font-size: 1em;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .head .date{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .head .date .material-icons{
  transform: translateY(-1px);
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .head .tags{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap:0.5em;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .head .tags span{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0.5em 0.3em;
  background-color: #ececec;
  line-height: 1;
  font-size: 0.75em;
  border-radius: 4px;
  color: #595959;
}
.swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .tit{
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 0.5em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px){
  .pickup-cover{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .pickup-cover .main-title{
    font-size: 2em;
    top: -30px;
    left: 20px;
    letter-spacing :1px;
  }
  .swiper.swiper-pickup{
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .swiper-pickup{
    max-width: 80%!important;
    height: auto;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .img img{
    height: 300px;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .cont{
    padding: 1.2em 1.5em;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .tit{
    margin-top: 0.8em;
    font-size: 1.25em;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .tit{
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px){
  .swiper-pickup{
    max-width: 74%!important;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .img img{
    height: 240px;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .head{
    grid-template-columns: 1fr;
    gap:0.5em;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .cont{
    padding: 1em 1.2em;
  }
  .swiper-pickup .swiper-wrapper .swiper-slide .cont .detail-head .tit{
    margin-top: 0.5em;
    font-size: 1.125em;
  }
}

.rebrand-home-works.home-staffs{
  margin-top: 60px;
}
.rebrand-home-works.home-staffs .first a .first-title{
  width: 180px;
  height: auto;
}
/*@media only screen and (max-width: 1200px) {
  .rebrand-home-works.home-staffs .first a .first-title{
    width: 140px;
  }
}*/
@media only screen and (max-width: 768px) {
  .rebrand-home-works.home-staffs{
    margin-top: 20px;
  }
  .rebrand-home-works.home-staffs .first a .first-title{
    width: 140px;
  }
}



.home-left-title-box > a{
  position: relative;
}
.home-left-title-box > a .initem{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}

/* .swiper-wrapper{
  justify-content: center!important;
} */


.home-pc-inner{
  width: 100%;
  max-width: 1200px;
  /*max-width: 1440px;*/
  margin-inline: auto;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  .home-pc-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

.home-pc-side{
  width: 14vw;
  max-width: 140px;
  position: fixed;
  right: 1%;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vw;
  z-index: 999;
}
.home-pc-side a{
  display: block;
  width: 14vw;
  height: 14vw;
  max-width: 140px;
  max-height: 140px;
  position: relative;
}
.home-pc-side a > img{
  /*width: 16vh;
  height: 16vh;
  max-width: 140px;
  max-height: 140px;*/
  /*width: 160px;
  height: 160px;*/
  position: absolute;
  top: 0;
  left: 0;
}
.home-pc-side a > img.off{
  opacity: 1;
  transition: .3s;
}
.home-pc-side a.over > img.off{
  opacity: 0;
}
.home-pc-side a > img.on{
  opacity: 0;
  transition: .3s;
}
.home-pc-side a.over > img.on{
  opacity: 1;
}
.home-pc-block{
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .home-pc-inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*footer*/
.footer-pc{
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url('./images/rebrand/pc/home_pc_footer_bk.webp');
  background-size: 1920px 419px;
  /*background-size: contain;*/
  background-repeat: repeat-x;
  background-position: center bottom;
}
.footer-pc-link{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-pc-link a{
  color: #ffffff;
  text-decoration: none;
}
.footer-pc-link .link{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.footer-pc-link .link li{
  border-bottom: 1px solid var(--clr-rebrand-brown-pc);
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-pc-link .link li.tit{
  color: var(--clr-rebrand-brown-pc);
}
.footer-pc-link .link li.second{
  margin-left: 1rem;
}
.footer-pc-link .link .detail .logo{
  text-align: center;
  padding-top: 10px;
}
.footer-pc-link .link .detail .logo img{
  width: 90%;
}
.footer-pc-link .link .detail .sns{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
.footer-pc-link .link .detail .sns a{
  width: 55px;
  height: 55px;
}
.footer-pc-link .copyright{
  margin-top: 25%;
  /*margin-top: 200px;*/
  text-align: center;
}

.rebrand .footer.sp{
  padding-bottom: 4rem;
}
.l_qspkvy_sp .l_qspkvy {
  bottom: 50px!important;
}

.sp-bottom{
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 9998;
  background-color: var(--clr-rebrand-main);
  padding-top: 3px;
}
.sp-bottom .btn{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3px;
}
.sp-bottom .btn a{
  /*height: 5vh;*/
  display: flex;
  justify-content: center;
  align-items: center;
  gap:0.5em;
  padding-inline: 0.5em;
  padding-block: 0.7em;
  text-decoration: none;
  line-height: 1;
}
.sp-bottom .btn a.contact{
  background: #ffffff;
}
.sp-bottom .btn a.modelhouse{
  background: #ffb300;
}
.sp-bottom .btn a img{
  height: 2.2vh;
}
.sp-bottom .btn a span{
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--clr-rebrand-main);
}

/*画像キャプションセンター処理*/
/*.wp-block-image .aligncenter .wp-element-caption{
  text-align: center;
}*/

/*.fix-side {
  position: fixed;
  right: calc(0vw - (100vw - 100%) / 2);
  bottom: 0px;
  width: 160px;
  z-index: 999;
}
.fix-side ul.side-btn { width: 10vw; max-width: 140px; font-size: 0px;}
.fix-side ul.side-btn li { margin-bottom: 20px; font-size: 18px; font-size: min(1.15vw,18px);}
.fix-side ul.side-btn li:last-child { margin-bottom: 0px;}
.fix-side ul.side-btn li a { display: block; width: 100%; height: 10vw; max-height: 140px; padding-top: 20%;
border: solid 5px #003C88; border-radius: 50%; background: #fff; box-shadow: 6px 6px 0 rgba(50,50,50,0.5);
font-weight: 700; text-align: center; text-decoration: none;
}
.fix-side ul.side-btn li a.reserve { background: #FFB300;}
.fix-side ul.side-btn li a img { width: auto; height: 50%;}
.fix-side ul.side-btn li a span { display: block;}
.fix-side ul.side-btn li a:hover { opacity: 0.8;}
  @media (max-width: 1401px) {
    .fix-side ul.side-btn li a { padding-top: 14%;}
  }
  @media (max-width: 1281px) {
    .fix-side ul.side-btn li { font-size: 1.4vw;}
  }
  @media (max-width: 1001px) {
    .fix-side ul.side-btn { width: 10vw; max-width: 100px;}
    .fix-side ul.side-btn li { margin-bottom: 12px; font-size: 1.4vw;}
    ul.side-btn li a { height: 10vw; max-height: 100px; padding-top: 18px; border-width: 3px; box-shadow: 3px 3px 0 rgba(50,50,50,0.5);}
  }
  @media (max-width: 801px) {
    .fix-side ul.side-btn { width: 100%; max-width: 100%; border-top: solid 3px #003C88;}
    .fix-side ul.side-btn li { display: inline-block; width: 50%; margin: 0; font-size: 2.8vw;}
    .fix-side ul.side-btn li a { display: block; width: 100%; height: auto; padding: 20px 0; border-radius: 0px; box-shadow: none;}
    .fix-side ul.side-btn li a.consult { border: 0px; border-right: solid 1.5px #003C88;}
    .fix-side ul.side-btn li a.reserve { border: 0px; border-left: solid 1.5px #003C88;}
    .fix-side ul.side-btn li a img { display: inline-block; width: auto; height: 30px; margin-right: 10px; vertical-align: middle;}
    .fix-side ul.side-btn li a span { display: inline-block; vertical-align: middle;}
  }
  @media (max-width: 481px) {
   .fix-side ul.side-btn li { font-size: 18px;}
    .fix-side ul.side-btn li a { padding: 6px 0 8px;}
  }*/






/********************************/
/***スクロールアニメーション関係***/
/********************************/
/* .home-header {
  opacity: 0;
  transition-delay: .5s;
}
.home-header[data-scroll="in"] {
  opacity: 1;
  transform: translate(0, 0);
  transition: .5s;
}
.home-header[data-scroll="out"] {
  transition: none;
  opacity: 0;
  transform: translate(0, 0);
} */

[data-scroll="in"]{
  opacity: 1;
  transition-delay: 3s;
  transform: translate(0, 0);
  transition: 1.5s;
}
[data-scroll="out"]{
  transition: none;
  opacity: 0;
  transform: translate(0, 30px);
}

.single-event-information .l_fbagjs,
.post-type-archive-event-information .l_fbagjs {
  display: none !important;
}

.c-banner-sp {
  display: none;
}

.c-banner-sp .close {
  background-color: #000;
  cursor: pointer;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
}

.c-banner-sp .close::before,
.c-banner-sp .close::after {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-banner-sp .close::before {
  height: 1px;
  width: 20px;
}

.c-banner-sp .close::after {
  height: 20px;
  width: 1px;
}

.l_qspkvy_sp .l_fbagjs {
  display: none !important;
}

.l_qspkvy_sp .c-banner-sp {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 8999;
}

.l_qspkvy_sp .sp-bottom {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-banner-sp {
    display: none !important;
  }
}

/********************************/
/********************************/

html.noscroll {
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.c-modal-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.c-modal-banner .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 80%;
  z-index: 2;
}

.c-modal-banner .modal-content .close {
  background: #fff url('./images/icon_close.svg') no-repeat center / 10px;
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  width: 25px;
  transform: translate(100%, -100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.c-modal-banner .overlay {
  background-color: #000;
  opacity: .8;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .c-modal-banner .modal-content .close {
    background-size: 20px;
    height: 40px;
    width: 40px;
  }
}