@charset "utf-8";
/* ===================================================================

 file name :index.css
 style info :トップページ


=================================================================== */

/* =============================

	overwrite

=============================== */
#wrapper {
  padding-top: 0;
}
#main {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
}

/* =================================== */
#main .ttl-txt {
  margin: 0 0 35px;
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #main .ttl-txt {
    margin: 0 0 35px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

/*
#loading
--------------------------------------*/
#mv.loading::before {
  content: '';
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#mv.loading.loaded::before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all ease 1s;
}

@media screen and (min-width: 768px) {
}

/*
#mv
--------------------------------------*/
#mv {
  position: relative;
  height: 100vh;
  height: calc(var(--vh2, 1vh) * 100);
  transition: all ease 0.8s;
  pointer-events: none;
}
#mv figure {
  width: 100%;
  max-width: 1920px;
  height: 100vh;
  height: calc(var(--vh2, 1vh) * 100);
  position: fixed;
  top: 0;
  z-index: 1;
}
#mv figure img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ttlmv {
  display: flex;
  align-items: center;
  width: 53%;
  height: 100vh;
  height: calc(var(--vh2, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition: all ease 0.4s;
}
#mv.mv-loaded {
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #ttlmv {
    width: 400px;
  }
}

/*
  value
---------------------------*/
#value {
  padding-block: 50px;
  text-align: center;
}
#value .value-ttl {
  margin-bottom: 20px;
}
#value .value-ttl-en {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  font-weight: 500;
}
#value .value-ttl-ja {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
}
#value .value-ttl-ja::before,
#value .value-ttl-ja::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fff;
}
#value .value-txt {
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  #value {
    padding-block: 130px;
  }
  #value .value-ttl {
    margin-bottom: 50px;
  }
  #value .value-ttl-en {
    font-size: 1.6rem;
  }
  #value .value-ttl-ja {
    font-size: 3.2rem;
  }
  #value .value-ttl-ja::before,
  #value .value-ttl-ja::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #fff;
  }
  #value .value-txt {
    line-height: 2.8;
    font-size: 1.6rem;
  }
}

/*
  gallery
---------------------------*/
#gallery {
  padding-block: 50px 0;
  color: #242424;
  background: #d0d0d0;
}
#gallerySlider figure {
  position: relative;
}
#gallerySlider figure figcaption {
  position: absolute;
  left: 0.5em;
  bottom: 0.3em;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  #gallery {
    padding-block: 130px 0;
  }
  #gallerySlider figure figcaption {
    font-size: 1.8rem;
  }
}

/*
#concept
--------------------------------------*/
#concept {
  padding: 90px 0;
  text-align: center;
  background: #484848;
}
#concept h2 {
  margin: 0 0 40px;
}
#concept h2 > span {
  display: block;
}
#concept h2 .en {
  margin: 0 0 5px;
  font-size: 2.4rem;
  font-weight: 500;
}
#concept h2 .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  line-height: 1.4;
}
#concept h2 .ja::before,
#concept h2 .ja::after {
  content: '';
  width: 5px;
  height: 1px;
  background: #dcdddd;
}
#concept h2 .ja::before {
  margin: 0 8px 0 0;
}
#concept h2 .ja::after {
  margin: 0 0 0 8px;
}
#concept p {
  line-height: 2.3;
}
#concept .concept-fig {
  margin-block: 50px;
  padding-left: 5%;
}
#conceptSlider {
  text-align: left;
}
#conceptSlider .swiper-slide {
  height: auto;
}
#conceptSlider .inner {
  padding-inline: 15px 30px;
  border-left: solid 1px #737373;
  height: 100%;
}
#conceptSlider h3 {
  margin-bottom: 1em;
}
#conceptSlider h3 .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}
#conceptSlider h3 .ja {
  display: block;
  font-size: 1rem;
}
#conceptSlider p {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #concept {
    padding: 140px 0;
  }
  #concept h2 {
    margin: 0 0 40px;
  }
  #concept h2 .en {
    margin: 0 0 8px;
    font-size: 3.8rem;
  }
  #concept h2 .ja {
    font-size: 1.6rem;
  }
  #concept h2 .ja::before,
  #concept h2 .ja::after {
    width: 10px;
  }
  #concept p {
    line-height: 3.1;
  }
  #concept .concept-fig {
    width: 584px;
    margin-block: 105px;
    margin-inline: auto;
    padding-left: 40px;
  }
  #conceptSlider {
    overflow: hidden;
  }
  #conceptSlider .inner {
    padding-inline: 26px 70px;
    border-left: solid 2px #737373;
  }
  #conceptSlider h3 {
    margin-bottom: 1em;
  }
  #conceptSlider h3 .en {
    font-size: 2rem;
  }
  #conceptSlider h3 .ja {
    font-size: 1.4rem;
  }
  #conceptSlider p {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/*
  works
---------------------------*/
#works {
  padding-block: 70px;
}
#works .works-list {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
}
#works .works-list li a {
  display: block;
  overflow: hidden;
  position: relative;
}
#works .works-list li a::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('/kodate/designoffice/chubu/gifu/common/img/ico_plus.svg') no-repeat 50% 50% / 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#works .works-list li figure {
  width: 200%;
  margin-block: -25%;
}
#works .works-list li figure img {
  width: 100%;
  height: auto;
  transform: translateX(-25%);
}
#works .works-list li figcaption {
  position: absolute;
  bottom: 0.4em;
  left: 1em;
  color: #fff;
  font-size: 1rem;
  z-index: 10;
}
#works .btn-primary {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #works {
    padding: 120px 0 126px;
  }
  #works .works-list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.195vw 0;
  }
  #works .works-list li {
    width: 33.2%;
  }
  #works .works-list li a::after {
    width: 35px;
    height: 35px;
  }
  #works .works-list li figure {
    width: 100%;
    margin-block: 0;
  }
  #works .works-list li figure img {
    width: 100%;
    height: auto;
    transform: none;
    transition: transform ease 0.4s;
  }
  #works .works-list a:hover figure img {
    transform: scale(120%);
  }
  #works .works-list li figcaption {
    font-size: 1.4rem;
  }
  #works .btn-primary {
    margin-top: 70px;
  }
}

/*
#event
--------------------------------------*/
#event {
  padding: 70px 0 0;
  background: #363636;
}
#event .event-list {
  overflow: hidden;
}
#event .event-list ul li a {
  display: block;
}
#event .event-list ul li a h3 {
  margin: 18px 0 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

#event .event-list ul li a p {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
}
#event .event-list .pager-wrap .swiper-pagination {
  width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #event {
    padding: 125px 0 0;
  }
  #event .bnr-residnce {
    width: 1160px;
    margin: 0 auto;
    padding: 0 0 50px;
  }

  #event .event-list {
    width: 1160px;
    margin: 0 auto;
  }
  #event .event-list.slidelength-1 {
    width: 360px;
  }
  #event .event-list.slidelength-2 {
    width: 760px;
  }
  #event .event-list ul li.swiper-slide {
    width: 360px !important;
  }
  #event .event-list ul li {
    width: 360px;
  }
  #event .event-list ul li a {
    display: block;
  }
  #event .event-list ul li a figure {
    overflow: hidden;
    background: #000;
  }
  #event .event-list ul li a figure img {
    transition: all ease 0.3s;
  }
  #event .event-list ul li a:hover figure img {
    transform: scale(1.1);
    opacity: 0.7;
  }
  #event .event-list ul li a h3 {
    margin: 18px 0;
    transition: all ease 0.3s;
    font-size: 1.6rem;
  }
  #event .event-list ul li a p {
    transition: all ease 0.3s;
  }
  #event .event-list ul li a:hover h3,
  #event .event-list ul li a:hover p {
    opacity: 0.7;
  }
  #event .event-list .pager-wrap {
    width: 500px;
  }
  #event .event-list .pager-wrap .swiper-pagination {
    width: 500px;
    margin: 0 auto;
  }

  #event .event-list .pager-wrap .swiper-pagination::before {
    width: 500px;
  }
}

/*
.swiper-pagination
--------------------------------------*/
.swiper-cmn {
  padding: 0 0 90px;
  position: relative;
}
.swiper-cmn .pager-wrap {
  width: 252px;
  position: relative;
  margin: 0 auto;
  padding: 37px 0 0;
}
.swiper-cmn .pager-wrap .swiper-pagination {
  position: static;
  bottom: 0;
  padding: 0 0 40px;
}
.swiper-cmn .swiper-pagination::before {
  content: '';
  display: block;
  width: 252px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.swiper-cmn.swiper-cmn--black .swiper-pagination::before {
  background: #242424;
}
.swiper-cmn .swiper-pagination-bullet {
  background: #555555;
  opacity: 1;
  margin: 0 7px;
}
.swiper-cmn.swiper-cmn--black .swiper-pagination-bullet {
  background: #a6a6a6;
}
.swiper-cmn .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d8d8d8;
}
.swiper-cmn.swiper-cmn--black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #242424;
}

.swiper-cmn .swiper-button-prev {
  top: auto;
  left: 0;
  bottom: 30px;
}
.swiper-cmn .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 30px;
}
.swiper-cmn .swiper-button-next::after,
.swiper-cmn .swiper-button-prev::after {
  display: block;
  width: 27px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  background: #fff;
}
.swiper-cmn .swiper-button-next::after {
  -webkit-mask: url('/kodate/designoffice/chubu/gifu/common/img/btn_next.svg') no-repeat 50% 50% / 100% auto;
  mask: url('/kodate/designoffice/chubu/gifu/common/img/btn_next.svg') no-repeat 50% 50% / 100% auto;
}
.swiper-cmn .swiper-button-prev::after {
  -webkit-mask: url('/kodate/designoffice/chubu/gifu/common/img/btn_prev.svg') no-repeat 50% 50% / 100% auto;
  mask: url('/kodate/designoffice/chubu/gifu/common/img/btn_prev.svg') no-repeat 50% 50% / 100% auto;
}
.swiper-cmn.swiper-cmn--black .swiper-button-next::after,
.swiper-cmn.swiper-cmn--black .swiper-button-prev::after {
  background: #242424;
}
@media screen and (min-width: 768px) {
  .swiper-cmn {
    padding: 0 0 100px;
    position: relative;
  }
  .swiper-cmn .pager-wrap {
    width: 280px;
    padding: 42px 0 0;
  }
  .swiper-cmn .swiper-pagination {
    padding: 0 0 40px;
  }
  .swiper-cmn .swiper-pagination::before {
    width: 280px;
  }
  .swiper-cmn .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
  .swiper-cmn .swiper-button-next::after,
  .swiper-cmn .swiper-button-prev::after {
    width: 31px;
    height: 27px;
  }
}
