/*---------------------video----------------------*/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-responsive.embed-responsive-16by9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.name {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.ltspace-2 {
  letter-spacing: 0.2em;
}

.tag i {
  display: inline-block;
}

img.w100 {
  width: 100%;
}

blockquote {
  font-weight: 300;
  border-left: 2px solid #111;
  padding-left: 30px;
  margin-top: 48px;
  line-height: 1.5;
}
blockquote .fs28 {
  margin-bottom: 12px;
}

figure {
  display: inline-block;
}
figure img {
  margin-bottom: 10px;
}

figcaption {
  font-weight: 300;
  line-height: 1.6;
  text-align: right;
  font-size: 14px;
}
figcaption i {
  font-style: italic;
}
figcaption a {
  text-decoration: underline;
  color: #111;
}

summary {
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.stext a {
  text-decoration: underline;
  color: #666666;
}

ul.project-list {
  margin-top: 100px;
}
ul.project-list li {
  border-bottom: 1px solid #333333;
  padding-top: 16px;
  padding-bottom: 30px;
  background: no-repeat url(../images/external-link-wh.png) calc(100% - 45px) 25px/12px;
}
ul.project-list .tname {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media all and (max-width: 575px) {
  ul.project-list .tname {
    font-size: 36px;
  }
}
@media all and (min-width: 576px) {
  ul.project-list .tname {
    font-size: 44px;
  }
}
ul.project-list .name {
  margin-top: 0.5em;
}
ul.project-list a {
  color: white;
  display: block;
  text-align: center;
}

.artwork-wrap {
  padding: 40px 32px 80px;
  margin-top: 100px;
}

ul.artwork-list {
  max-width: 1440px;
  margin: 70px auto 0;
}
ul.artwork-list li {
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
  background: no-repeat url(../images/external-link-wh.png) right 28px/12px;
  color: white;
  cursor: pointer;
}
ul.artwork-list a {
  color: white;
  line-height: 28px;
}
ul.artwork-list strong {
  font-size: 12px;
}
ul.artwork-list .tname {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media all and (max-width: 575px) {
  ul.artwork-list .tname {
    font-size: 24px;
  }
}
@media all and (min-width: 576px) {
  ul.artwork-list .tname {
    font-size: 28px;
  }
}
ul.artwork-list .tag {
  opacity: 0.6;
}

.fs24 .tag {
  margin-left: 0.5em;
}

.swiperbox {
  color: white;
}
.swiperbox .arrow {
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.swiperbox .arrow i {
  margin: 0 10px;
}
.swiperbox .ltbn {
  position: absolute;
  left: 0px;
}
.swiperbox .rtbn {
  position: absolute;
  right: 0px;
}

.photoWrap {
  background-color: #111;
  padding: 25px;
}
.photoWrap .swiper-slide {
  position: relative;
  overflow: hidden;
}
.photoWrap .swiper-slide a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.photoWrap .swiper-slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 1000%;
}
.photoWrap .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.photoWrap .swiper-scrollbar {
  background-color: #333;
  border-radius: 0px;
}
.photoWrap .swiper-scrollbar-drag {
  background-color: #D9D9D9;
  border-radius: 0px;
}
.photoWrap .control-btn {
  max-width: 890px;
  height: 5px;
  margin: 0 auto;
  color: white;
}
.photoWrap .swiper-pagination {
  left: 0;
  bottom: -6px;
  width: 5em;
}
.photoWrap .swiper-scrollbar {
  width: calc(100% - 5em);
  left: 5em;
  bottom: 0;
}
@media only screen and (min-width: 769px) {
  .photoWrap .swiper-slide:first-child {
    -webkit-transition: -webkit-transform 100ms;
    transition: -webkit-transform 100ms;
    transition: transform 100ms;
    transition: transform 100ms, -webkit-transform 100ms;
  }
  .photoWrap .swiper-slide:first-child img {
    -webkit-transition: -webkit-box-shadow 500ms;
    transition: -webkit-box-shadow 500ms;
    transition: box-shadow 500ms;
    transition: box-shadow 500ms, -webkit-box-shadow 500ms;
  }
  .photoWrap .swiper-slide.swiper-slide-active:first-child {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    z-index: 2;
  }
  .photoWrap .swiper-slide.swiper-slide-active:first-child img {
    -webkit-box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
            box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
  }
  .photoWrap .swiper-slide:nth-child(2) {
    -webkit-transition: -webkit-transform 100ms;
    transition: -webkit-transform 100ms;
    transition: transform 100ms;
    transition: transform 100ms, -webkit-transform 100ms;
  }
  .photoWrap .swiper-slide.swiper-slide-next:nth-child(2) {
    -webkit-transform: translateX(55%);
            transform: translateX(55%);
    z-index: 1;
  }
  .photoWrap .swiper[dir=rtl] .swiper-slide.swiper-slide-active:first-child {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .photoWrap .swiper[dir=rtl] .swiper-slide.swiper-slide-next:nth-child(2) {
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
  }
}

ul.full-text > li {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 16px;
  position: relative;
  padding: 16px 0;
}
ul.full-text > li a {
  color: black;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: block;
}
ul.full-text ol {
  font-size: 14px;
}
ul.full-text ol li {
  margin-bottom: 8px;
}
ul.full-text ol b {
  width: 1em;
  margin-right: 8px;
  display: inline-block;
}
ul.full-text sub {
  vertical-align: super;
  font-size: 12px;
}
ul.full-text .stext {
  padding-top: 30px;
  padding-bottom: 80px;
  display: none;
}
ul.full-text .dwbtn {
  position: absolute;
  top: 25px;
  right: 0;
  width: 16px;
  height: 16px;
  background: no-repeat url(../images/plus_bk.png) center/contain;
}
ul.full-text li.active .dwbtn {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.videoWrap {
  background-color: #111;
  padding-bottom: 20px;
}
.videoWrap .control-btn {
  width: 72%;
  margin: 0 auto;
  height: 40px;
}
.videoWrap .swiper-pagination-bullet,
.videoWrap .video-name li {
  width: 30%;
  height: 40px;
  background-color: #111;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  opacity: 0.2;
}
.videoWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.videoWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2) {
  margin: 0 5%;
}
.videoWrap .swiper-pagination-bullet-active,
.videoWrap .video-name li.active {
  opacity: 1;
}
.videoWrap .video-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 12;
  position: absolute;
  top: -5px;
  left: 0;
}
.videoWrap .video-name li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  cursor: pointer;
}
.videoWrap .video-name li:nth-child(2) {
  margin: 0 5%;
}

.video-container {
  width: 100%;
  height: 0;
  padding-top: 48%;
  position: relative;
}

.video-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
}

.table-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  padding: 20px 0;
}
.table-wrap li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 10em;
}
.table-wrap li span:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
.table-wrap li:not(:first-child) span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
}
.table-wrap li:nth-child(1) {
  border-bottom: 1px solid #111;
}
.table-wrap li:nth-child(1) span {
  color: #333;
  letter-spacing: 0.03em;
}

.kv {
  background: url(../images/aquarium/aquarium-banner.png) center/cover;
  padding-top: 100px;
  margin-bottom: 48px;
  color: white;
}
.kv .bread a {
  color: white;
}
.kv .bread a:not(:last-child):after {
  background-color: white;
}
.kv .title-line {
  background-color: white;
  margin-top: 200px;
}

#Wapper.ytbg {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
#Wapper.ytbg::before {
  content: "";
}
#Wapper.ytbg .bread a {
  color: white;
}
#Wapper.ytbg .bread a:not(:last-child):after {
  background-color: white;
}
#Wapper.ytbg .title-line {
  background-color: white;
}
#Wapper.ytbg section, #Wapper.ytbg .bread {
  z-index: 5;
  position: relative;
  color: white;
}
#Wapper.ytbg .ratioA {
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
#Wapper.ytbg footer {
  z-index: 5;
  position: relative;
}

.bg_video {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  /* 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* 16/9*100 = 177.77 */
  opacity: 0;
}

.bg_video.loaded {
  opacity: 1;
}

ul.note1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto 0;
}
ul.note1 .fs20 {
  margin-bottom: 0.2em;
}

ul.note-col-3,
ul.note-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 18px 0 32px;
}
ul.note-col-3 .fontfix.minH,
ul.note-col-2 .fontfix.minH {
  margin-bottom: 32px;
  font-size: 12px;
}
ul.note-col-3 .fontfix.minH b, ul.note-col-3 .fontfix.minH div,
ul.note-col-2 .fontfix.minH b,
ul.note-col-2 .fontfix.minH div {
  height: 2.2em;
  line-height: 1.1em;
  margin-bottom: 0.25em;
  display: block;
  letter-spacing: 0.2em;
}
ul.note-col-3 div > span,
ul.note-col-2 div > span {
  display: block;
  line-height: 1.2;
  font-weight: 500;
}
ul.note-col-3 div > span:not(:last-child),
ul.note-col-2 div > span:not(:last-child) {
  margin-bottom: 1em;
}
ul.note-col-3 li:not(.w100),
ul.note-col-2 li:not(.w100) {
  padding: 0 0.4em;
}
ul.note-col-3 li.w100,
ul.note-col-2 li.w100 {
  padding-top: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
ul.note-col-3 li.w100 .fs14,
ul.note-col-2 li.w100 .fs14 {
  margin-top: 0.2em;
}

ul.note-col-2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
ul.note-col-2 li:nth-child(2) {
  border-left: 1px solid #ddd;
}
ul.note-col-2 .fs12 {
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 0.1em;
  min-height: 1em;
}
ul.note-col-2 .fs26 {
  margin-bottom: 40px;
  display: block;
}
ul.note-col-2 .fs18 {
  font-weight: 500;
}

ul.note-col-3 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}
ul.note-col-3 li:nth-child(2) {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media all and (max-width: 575px) {
  .videoWrap .video-name {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  blockquote {
    padding-left: 16px;
  }
  .table-wrap ul {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .table-wrap li span:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }
  .videoWrap {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .videoWrap .swiper-youtube-container {
    width: 90%;
    margin: 0 auto 30px;
  }
  .videoWrap .control-btn {
    width: 90%;
  }
  ul.note-col-3,
  ul.note-col-2 {
    width: 767px;
  }
  ul.note1 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 24px 0;
    padding: 0 12px;
  }
  .note-wrap, .table-wrap {
    overflow-y: auto;
  }
}
@media all and (max-width: 990px) {
  ul.project-list li {
    padding: 16px 32px 32px;
    background-position: calc(100% - 12px) 25px;
  }
  ul.artwork-list .tname {
    margin-bottom: 1em;
  }
  .photoWrap {
    padding-bottom: 60px;
  }
  .photoWrap .photo {
    margin: 20px auto;
  }
  .swiperbox .ltbn, .swiperbox .rtbn {
    top: calc(100% + 60px);
  }
}
@media all and (min-width: 769px) and (max-width: 1199px) {
  .swiperbox .ltbn, .swiperbox .rtbn {
    top: calc(100% + 100px);
  }
}
@media all and (min-width: 769px) {
  .swiperbox .ltbn {
    left: 16px;
  }
  .swiperbox .rtbn {
    right: 16px;
  }
  .videoWrap .swiper-youtube-container {
    padding: 90px 0 40px;
    width: 83.3%;
    margin: 0 auto;
  }
  .photoWrap {
    padding: 90px 40px;
  }
  .photoWrap .photo {
    max-width: 890px;
    height: 640px;
    margin: 40px auto;
  }
  .photoWrap .swiper-slide a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  ul.note1 {
    max-width: 820px;
  }
  ul.note1 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin: 24px 0;
    padding: 0 12px;
  }
  .table-wrap {
    max-width: 890px;
  }
}
@media all and (min-width: 991px) {
  .project-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  ul.artwork-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  ul.artwork-list .tname {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding: 0 20px;
  }
  ul.artwork-list .name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  ul.artwork-list strong {
    line-height: 2;
  }
}