@charset "utf-8";
/* ===================================================================

 file name :index.css
 style info :トップページ


=================================================================== */

/* =============================

	overwrite

=============================== */
#wrapper {
  padding-top: 0;
}
#main {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 768px) {
  #main {
    padding: 0;
  }
}

/* =================================== */
#main .ttl-txt {
  margin: 0 0 30px;
  font-size: 1.3rem;
  line-height: 2;
}

#main .ttl-add {
  position: relative;
}

#main .ttl-add::before {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

@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);
  /*aspect-ratio: 16 / 9;*/
  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;
  font-family: 'object-fit: cover;';
}
#mv .mv-video {
  position: fixed;
  /*position: absolute;
  inset: 0;
  overflow: hidden;*/
  width: 100%;
  height: 100vh;
  height: calc(var(--vh2, 1vh) * 100);
  max-width: 1920px;
  top: 0;
  inset-inline: 0;
  z-index: 1;
  margin-inline: auto;
  overflow: hidden;
  opacity: 0.6;
}
#mv .mv-video iframe {
  width: 177.77777778vh !important;
  height: 56.25vw !important;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 16 / 9;
}
#ttlmv {
  display: flex;
  align-items: center;
  width: 58%;
  height: 100vh;
  height: calc(var(--vh2, 1vh) * 100);
  /*height: 100%;*/
  position: fixed;
  /*position: absolute;*/
  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;
  }
}

/*
#concept
--------------------------------------*/
#concept {
  padding: 50px 0;
  text-align: center;
}
#concept h2 {
  margin: 0 0 25px;
}
#concept h2 span {
  display: block;
}
#concept h2 .en {
  margin: 0 0 5px;
  font-size: 1.8rem;
}
#concept h2 .ja {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
#concept h2 .ja::before,
#concept h2 .ja::after {
  content: '';
  width: 15px;
  height: 1px;
  background: #fff;
}
#concept h2 .ja::before {
  margin: 0 5px 0 0;
}
#concept h2 .ja::after {
  margin: 0 0 0 5px;
}
#concept p {
  line-height: 2.3;
}
#concept h3 {
  text-align: center;
  color: #fff;
  margin-block: 50px 20px;
  font-size: 1.8rem;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#concept .concept-video {
  padding-top: 56.25%;
  position: relative;
  margin-top: 30px;
}
#concept .concept-video iframe {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  #concept {
    padding: 80px;
  }
  #concept h2 {
    margin: 0 0 40px;
  }
  #concept h2 .en {
    margin: 0 0 8px;
    font-size: 2.4rem;
  }
  #concept h2 .ja {
    font-size: 3.2rem;
  }
  #concept h2 .ja::before,
  #concept h2 .ja::after {
    width: 20px;
  }
  #concept h2 .ja::before {
    margin: 0 18px 0 0;
  }
  #concept h2 .ja::after {
    margin: 0 0 0 18px;
  }
  #concept p {
    line-height: 3.1;
  }
  #concept h3 {
    margin-block: 110px 50px;
    font-size: 2.2rem;
  }
  #concept .concept-video {
    margin-top: 60px;
  }
}
/*
videoSlider
---------------------------*/
#videoSlider a {
  display: block;
  color: #fff;
}
#videoSlider figure {
  margin-bottom: 5px;
}
#videoSlider dl dt {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
#videoSlider dl dd {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
#videoSlider .btn-video {
  max-width: 120px;
  margin-inline: auto;
  padding: 3px 0;
  text-align: center;
  background: #484848;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  position: relative;
  border-radius: 3em;
}
#videoSlider .btn-video span::before {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: #fff;
  -webkit-mask: url('/kodate/designoffice/kansai2/common/img/ico_arrow02.svg') no-repeat 50% 50% / 100% auto;
  mask: url('/kodate/designoffice/kansai2/common/img/ico_arrow02.svg') no-repeat 50% 50% / 100% auto;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
}
#videoSlider.swiper-cmn .pager-wrap {
  width: 90%;
  max-width: 400px;
}
#videoSlider.swiper-cmn .swiper-pagination::before {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #videoSlider a {
  }
  #videoSlider figure {
    margin-bottom: 12px;
    overflow: hidden;
  }
  #videoSlider figure img {
    transition: transform 0.4s;
  }
  #videoSlider a:hover figure img {
    transform: scale(1.2);
  }
  #videoSlider .videoSlider__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #videoSlider dl {
    width: calc(100% - 72px);
    display: flex;
    align-items: center;
  }
  #videoSlider dl dt {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-size: clamp(12px, 1vw, 14px);
    letter-spacing: -0.02em;
  }
  #videoSlider dl dd {
    margin-bottom: 5px;
    margin-left: 0.5em;
    font-size: 1.8rem;
    font-size: clamp(15px, 1.3vw, 18px);
  }

  #videoSlider .btn-video {
    width: 72px;
    margin-inline: 0;
    font-size: 1.3rem;
    overflow: hidden;
  }
  #videoSlider .btn-video span::before {
    width: 4px;
    height: 6px;
    right: 8px;
    top: calc(50% - 3px);
  }
  #videoSlider .btn-video span::after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transform: skewX(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30%;
    transition: all ease 0.6s;
    z-index: 1;
  }
  #videoSlider a:hover .btn-video span::after {
    width: 200%;
  }
}

/*
インタビュー動画ポップアップ
---------------------------*/
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
  display: none;
}
.popup__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
.interview-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 1024px;
  padding-top: min(56.25%, 576px);
}
.interview-video iframe {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}
.close__btn {
  color: #fff;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .close__btn {
    font-size: 7rem;
  }
}

/*
.swiper-pagination
--------------------------------------*/
.swiper-cmn {
  padding: 0 0 40px;
  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-pagination-bullet {
  background: #555555;
  opacity: 1;
  margin: 0 3px;
}
.swiper-cmn .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-cmn .swiper-button-prev {
  top: auto;
  left: 0;
  bottom: 38px;
  height: auto;
}
.swiper-cmn .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 38px;
  height: auto;
}
.swiper-cmn .swiper-button-next::after,
.swiper-cmn .swiper-button-prev::after {
  display: block;
  width: 27px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
}
.swiper-cmn .swiper-button-next::after {
  background: url('/kodate/designoffice/kansai2/common/img/btn_next.svg') no-repeat 50% 50% / 100% auto;
}
.swiper-cmn .swiper-button-prev::after {
  background: url('/kodate/designoffice/kansai2/common/img/btn_prev.svg') no-repeat 50% 50% / 100% auto;
}

@media screen and (min-width: 768px) {
  .swiper-cmn {
    padding: 0 0 80px;
    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;
  }
}
/*
.sec-contents
--------------------------------------*/
.sec-contents {
  padding: 50px 20px;
}
.sec-contents--odd {
  background: linear-gradient(to right, rgba(54, 54, 54, 1) 0%, rgba(54, 54, 54, 1) 19%, rgba(72, 72, 72, 1) 19%, rgba(72, 72, 72, 1) 100%);
}
.sec-contents--even {
  background: linear-gradient(to right, rgba(54, 54, 54, 1) 0%, rgba(54, 54, 54, 1) 81%, rgba(72, 72, 72, 1) 81%, rgba(72, 72, 72, 1) 100%);
}
.sec-contents-txt {
  margin-bottom: 30px;
}
.sec-contents__fig {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-inline: -20px;
}
.sec-contents__fig-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .sec-contents {
    display: flex;
    align-items: center;
    padding: 115px 0;
  }
  .sec-contents--odd {
    flex-direction: row-reverse;
  }
  .sec-contents--even {
  }
  .sec-contents__txt-wrap {
    width: 42.9%;
    padding-inline: 7.3%;
  }
  .sec-contents-txt {
    margin-bottom: 60px;
    font-size: 1.6rem;
    line-height: 2.25;
  }
  .sec-contents-btn {
    width: 100px;
  }
  .sec-contents__fig-wrap {
    width: 57.1%;
  }
  .sec-contents__fig {
    margin-top: 0;
    margin-inline: 0;
  }
}

/*
link-wrap
--------------------------------------*/
.link-wrap {
  padding-block: 50px;
  background: #111111;
}
.link-block__inner {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}
.link-block-ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #595959;
}
.link-block-ttl-en {
  display: block;
  font-size: 1.2rem;
}
.link-block-ttl-ja {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
}

.link-block-txt {
  margin-bottom: 20px;
}
.link-block-btn {
  margin-bottom: 10%;
}
.link-block-btn a {
  font-weight: 700;
}
.link-block-inner__fig {
  width: 60%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .link-wrap {
    padding-block: 110px;
  }
  .link-block__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .link-block {
    width: 530px;
  }
  .link-block-ttl {
    margin-bottom: 30px;
    padding-bottom: 22px;
  }
  .link-block-ttl-en {
    font-size: 1.4rem;
  }
  .link-block-ttl-ja {
    font-size: 2.4rem;
  }
  .link-block-inner {
    display: flex;
    justify-content: space-between;
  }
  .link-block-inner__wrap {
    width: 300px;
  }
  .link-block-txt {
    margin-bottom: 30px;
  }
  .link-block-btn {
    margin-bottom: 0;
  }
  .link-block-inner__fig {
    width: 200px;
    margin-inline: 0;
  }
}
/*
#event
--------------------------------------*/
#event {
  padding: 70px 0 0;
  background: #363636;
}
#event .ttl-h01 {
  text-align: center;
}
#event .ttl-h01 .en::after {
  margin-inline: auto;
}
#event .txt-msg {
  margin: 20px 0;
  text-align: center;
}
#event .event-list {
  overflow: hidden;
}
#event .event-list ul li a {
  display: block;
}
#event .event-list ul li figure span {
  display: block;
  padding: 66% 0 0;
}
#event .event-list ul li figure img {
  display: none;
}
#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.time {
  font-size: 1.6rem;
}
#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 span {
    transition: all ease 0.3s;
  }
  #event .event-list ul li a:hover figure span {
    transform: scale(1.1);
    opacity: 0.7;
  }
  #event .event-list ul li a h3 {
    margin: 18px 0;
    transition: all ease 0.3s;
  }
  #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;
  }
}

/*
  #topics
---------------------------*/
#topics {
  padding: 60px 0;
}
#topics .ttl-h01 {
  text-align: center;
}
#topics .ttl-h01 .en::after {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  #topics {
    padding: 110px 0 140px;
  }
  #topics .bnr-universe {
    width: 820px;
    margin-inline: auto;
  }
}
