@charset "UTF-8";
@media screen and (min-width: 641px) {
  #tmpl_main {
    min-width: 1190px;
    width: auto !important;
  }
}

/* ==============================
 Content Menu
============================== */
#tmpl_contentMenu_bar {
  background-color: #fff;
  color: #656565;
  font-family: 'SST W55 Regular', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}

#tmpl_contentMenu_bar a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

#tmpl_contentMenu_bar a:hover,
#tmpl_contentMenu_bar a:active {
  color: #000;
}

#tmpl_contentMenu_bar_base {
  width: 1190px;
  margin: 0 auto;
}

#tmpl_contentMenu_bar_base h1 {
  margin: 0;
  padding: 0 45px 11px 0;
  line-height: 0.9;
}

#tmpl_contentMenu_bar_base h1 a {
  font-size: 72%;
  line-height: 1.2;
}

#tmpl_contentMenu_breadcrumbs {
  padding: 10px 5px 10px 0;
  font-size: 75%;
  line-height: 1.2;
}

#tmpl_contentMenu_breadcrumbs a {
  display: inline-block;
}

#tmpl_contentMenu_breadcrumbs .tmpl_bread_gt {
  display: inline-block;
  margin-right: 0.7em;
  margin-left: 0.7em;
  padding-bottom: 1px;
}

@media screen and (max-width: 640px) {
  #tmpl_contentMenu_bar_base {
    width: 100%;
  }
  #tmpl_contentMenu_bar_base h1 {
    padding: 0 65px 17px 20px;
    font-size: 120%;
    line-height: 1;
  }
  #tmpl_contentMenu_bar_base h1 a {
    font-size: 99%;
  }
  #tmpl_contentMenu_breadcrumbs {
    padding: 10px 5px 15px 20px;
    font-size: 75%;
    line-height: 1.4;
  }
}

.pc {
  display: block !important;
}

.pci {
  display: inline-block !important;
}

.pct {
  display: inline-table !important;
}

.sp {
  display: none !important;
}

.spi {
  display: none !important;
}

.spt {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
  .spi {
    display: inline-block !important;
  }
  .spt {
    display: inline-table !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .pct {
    display: none !important;
  }
}

#ctb-wrap {
  position: relative;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}

#ctb-wrap a:focus-visible {
  outline: solid 1px white;
  outline-offset: 2px;
}

@media all and (-ms-high-contrast: none) {
  #ctb-wrap a:focus {
    outline: solid 1px white;
    outline-offset: 2px;
  }
}

#guiArea {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.dummy {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  min-width: 1190px;
  opacity: 0;
}

#ctb-menu__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
}

#ctb-menu__area #ctb-menu__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  pointer-events: auto;
}

#ctb-menu__area #ctb-menu__list {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 400px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #1A1A1A;
  opacity: 0;
  display: none;
  pointer-events: auto;
}

#ctb-menu__area #ctb-menu__message {
  position: absolute;
  left: 58px;
  top: 126px;
  width: 150px;
  height: 57px;
  text-align: left;
  cursor: pointer;
}

#ctb-menu__area #ctb-menu__message a:focus-visible {
  display: block;
  width: 100%;
  height: 100%;
  outline: solid 1px white;
  outline-offset: 2px;
}

@media all and (-ms-high-contrast: none) {
  #ctb-menu__area #ctb-menu__message a:focus {
    display: block;
    width: 100%;
    height: 100%;
    outline: solid 1px white;
    outline-offset: 2px;
  }
}

#ctb-menu__area #ctb-menu__message:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/menu_message_on_pc.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}

#ctb-menu__area #ctb-menu__message:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/menu_message_on_pc.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  opacity: 1;
}

#ctb-menu__area #ctb-menu__programs {
  position: absolute;
  left: 58px;
  top: 226px;
  width: 180px;
  height: auto;
  text-align: left;
  cursor: pointer;
}

#ctb-menu__area #ctb-menu__programs a:focus-visible {
  display: block;
  width: 100%;
  height: 100%;
  outline: solid 1px white;
  outline-offset: 2px;
}

@media all and (-ms-high-contrast: none) {
  #ctb-menu__area #ctb-menu__programs a:focus {
    display: block;
    width: 100%;
    height: 100%;
    outline: solid 1px white;
    outline-offset: 2px;
  }
}

#ctb-menu__area #ctb-menu__programs:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/menu_programs_on_pc.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}

#ctb-menu__area #ctb-menu__programs:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/menu_programs_on_pc.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  opacity: 1;
}

#ctb-menu__area #ctb-menu__future {
  position: absolute;
  left: 58px;
  top: 326px;
  width: 204px;
  height: auto;
  text-align: left;
  cursor: pointer;
}

#ctb-menu__area #ctb-menu__future a:focus-visible {
  display: block;
  width: 100%;
  height: 100%;
  outline: solid 1px white;
  outline-offset: 2px;
}

@media all and (-ms-high-contrast: none) {
  #ctb-menu__area #ctb-menu__future a:focus {
    display: block;
    width: 100%;
    height: 100%;
    outline: solid 1px white;
    outline-offset: 2px;
  }
}

#ctb-menu__area #ctb-menu__future:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/menu_future_on_pc.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}

#ctb-menu__area #ctb-menu__future:hover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: url(../img/menu_future_on_pc.svg);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 100%;
  opacity: 1;
}

#ctb-menu__area #ctb-menu__lang {
  position: absolute;
  right: 100px;
  top: 56px;
  width: auto;
  height: auto;
  text-align: right;
  transition: all 0.3s;
  pointer-events: auto;
  color: #fff;
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1;
  font-size: 16px;
  text-decoration: none;
  z-index: 10;
  padding-bottom: 3px;
  transition: all 0.3s;
  border-bottom: rgba(255, 255, 255, 0) solid 1px;
}

#ctb-menu__area #ctb-menu__lang img {
  position: absolute;
  top: 3px;
  right: -39px;
  width: 17px;
  height: auto;
}

#ctb-menu__area #ctb-menu__lang:hover {
  border-bottom: white solid 1px;
}

#ctb-menu__area #ctb-menu__menu {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 44px;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s;
  pointer-events: auto;
  z-index: 11;
}

#ctb-menu__area #ctb-menu__menu img {
  position: relative;
  z-index: 2;
}

#ctb-menu__area #ctb-menu__menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-menu__area #ctb-menu__menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-menu__area #ctb-menu__menu:hover:before {
  content: "";
  background: white;
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-menu__area #ctb-menu__menu:hover:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-menu__area #ctb-menu__close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 44px;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
  display: none;
  pointer-events: auto;
  z-index: 12;
}

#ctb-menu__area #ctb-menu__close img {
  position: relative;
  z-index: 2;
}

#ctb-menu__area #ctb-menu__close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-menu__area #ctb-menu__close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-menu__area #ctb-menu__close:hover:before {
  content: "";
  background: white;
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-menu__area #ctb-menu__close:hover:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-kv__area {
  position: relative;
  width: 100%;
  min-width: 1190px;
  height: 100%;
  padding-top: 42%;
  overflow: hidden;
  background-color: #000;
  opacity: 1;
  background-image: url(../img/movie-pc.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

#ctb-kv__area .dummy {
  width: 100%;
}

#ctb-kv__area #ctb-kv__video {
  position: absolute;
  width: auto;
  height: 102%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#ctb-kv__area #ctb-kv__title {
  position: absolute;
  width: 33.5%;
  height: auto;
  left: 50.2%;
  top: 42.8%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

#ctb-kv__area #ctb-kv__title img {
  width: 100%;
  height: auto;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s;
  cursor: pointer;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 48px;
  width: 160px;
  height: 90px;
  transition: all 0.3s;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play #ctb-kv__play-icon {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 44px;
  height: auto;
  transform: translate(-50%);
  border-radius: 50%;
  transition: all 0.3s;
  white-space: nowrap;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play #ctb-kv__play-icon img {
  position: relative;
  z-index: 2;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play #ctb-kv__play-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play #ctb-kv__play-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play #ctb-kv__play-icon p {
  position: absolute;
  left: 50%;
  top: 86%;
  width: 120px;
  height: auto;
  transform: translate(-50%);
  text-align: center;
  color: #fff;
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1;
  font-size: 16px;
  padding-bottom: 1px;
  transition: all 0.3s;
  border-bottom: rgba(255, 255, 255, 0) solid 1px;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area:hover {
  background: rgba(0, 0, 0, 0.15);
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area:hover #ctb-kv__play #ctb-kv__play-icon:before {
  content: "";
  background: white;
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area:hover #ctb-kv__play #ctb-kv__play-icon:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__play-area:hover #ctb-kv__play #ctb-kv__play-icon p {
  padding-bottom: 1px;
  border-bottom: white solid 1px;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__pause {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 44px;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__pause img {
  position: relative;
  z-index: 2;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__pause:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(128, 128, 128, 0);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__pause:hover:before {
  content: "";
  background: rgba(128, 128, 128, 0.3);
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__resume {
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 44px;
  height: auto;
  border-radius: 50%;
  transition: all 0.3s;
  display: none;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__resume img {
  position: relative;
  z-index: 2;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__resume:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(128, 128, 128, 0);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__resume:hover:before {
  content: "";
  background: rgba(128, 128, 128, 0.3);
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__more {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 44px;
  height: auto;
  border-radius: 50%;
  background: rgba(128, 128, 128, 0);
  transition: all 0.3s;
  display: none;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__more img {
  position: relative;
  z-index: 2;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(128, 128, 128, 0);
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-kv__area #ctb-kv__ui #ctb-kv__more:hover:before {
  content: "";
  background: rgba(128, 128, 128, 0.3);
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-statement__area {
  position: relative;
  width: 100%;
  min-width: 1190px;
  height: auto;
  overflow: hidden;
}

#ctb-statement__area .dummy {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  display: none;
  opacity: 0;
}

#ctb-statement__area #ctb-statement__canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: black;
}

#ctb-statement__area #ctb-statement__bg-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.3;
}

#ctb-statement__area #ctb-statement__container {
  position: relative;
  width: 1190px;
  margin: 0 auto;
}

#ctb-statement__area #ctb-statement__container #ctb-statement__txt {
  position: relative;
  margin: 160px 0 0 115px;
  width: 706px;
  opacity: 0;
}

#ctb-statement__area #ctb-statement__container #ctb-statement__txt_en {
  position: relative;
  margin: 160px 0 0 115px;
  width: 613px;
  opacity: 0;
}

#ctb-statement__area #ctb-statement__container #ctb-statement__ctb {
  position: relative;
  margin: 80px 0 160px 116px;
  width: 434px;
  opacity: 0;
}

#ctb-statement__area #ctb-statement__container #ctb-statement__ctb_en {
  position: relative;
  margin: 76px 0 160px 117px;
  width: 433px;
  opacity: 0;
}

#ctb-programs__area {
  position: relative;
  width: 100%;
  min-width: 1190px;
  height: auto;
  background-color: #050505;
  padding-bottom: 74px;
  backface-visibility: hidden;
  opacity: 1;
}

#ctb-programs__area .dummy {
  position: absolute;
}

#ctb-programs__area #ctb-programs__container {
  position: relative;
  width: 1190px;
  margin: 0 auto;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__title {
  position: relative;
  margin: 0 0 0 117px;
  width: 482.5px;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__desc {
  position: relative;
  margin: 16px 0 0 115px;
  width: auto;
  color: rgba(255, 255, 255, 0.55);
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__list {
  position: relative;
  margin: 91px 0 0 17px;
  padding: 0;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__more {
  position: relative;
  margin: -22px 0 0 0;
  height: 44px;
  text-align: center;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon img {
  position: relative;
  height: 100%;
  z-index: 2;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon:hover:before {
  content: "";
  background: white;
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon:hover:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

@keyframes anim_over {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1.18);
  }
}

@keyframes anim_out {
  0% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}

.ctb-case__container {
  position: relative;
  display: inline-block;
  width: 286px;
  min-height: 406px;
  height: auto;
  margin: 0 4px 96px 0;
  vertical-align: top;
  opacity: 0;
}

.ctb-case__container .ctb-case__link {
  text-decoration: none;
  display: block;
}

.ctb-case__container .ctb-case__link:hover .ctb-case__img-holder:after {
  content: "";
  opacity: 1;
}

.ctb-case__container .ctb-case__link:hover .ctb-case__title-holder .ctb-case__title {
  border-bottom: white solid 1px;
}

.ctb-case__container .ctb-case__img-holder {
  position: relative;
  overflow: hidden;
}

.ctb-case__container .ctb-case__img-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: all 0.3s;
}

.ctb-case__container .ctb-case__img-holder .ctb-case__img {
  position: relative;
  margin: 0;
  width: 100%;
}

.ctb-case__container .ctb-case__lang {
  position: absolute;
  top: 12px;
  right: 12px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  background-color: #FFF;
  color: black;
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 22px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0rem;
  text-align: center;
  text-decoration: none;
  text-indent: 1px;
}

.ctb-case__container .ctb-case__title-holder {
  position: relative;
  display: block;
  margin: 38px 24px 10px;
}

.ctb-case__container .ctb-case__title-holder .ctb-case__title {
  display: inline;
  color: white;
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 22px;
  font-size: 16px;
  letter-spacing: -0.03rem;
  text-decoration: none;
  padding-bottom: 0px;
  transition: all 0.3s;
  border-bottom: rgba(255, 255, 255, 0) solid 1px;
}

.ctb-case__container .ctb-case__title-holder .ctb-case__title.en {
  font-size: 18px;
}

.ctb-case__container .ctb-case__desc {
  position: relative;
  margin: 12px 24px 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.00rem;
  text-decoration: none;
}

.ctb-case__container .ctb-case__colors {
  position: relative;
  margin: 17px 24px 0;
}

.ctb-case__container .ctb-case__colors span {
  display: inline-block;
  width: 16px;
  height: 2px;
}

.ctb-case__container .ctb-case__colors-game {
  background-color: #1859F2;
}

.ctb-case__container .ctb-case__colors-music {
  background-color: #F52068;
}

.ctb-case__container .ctb-case__colors-movie {
  background-color: #2CD9B7;
}

.ctb-case__container .ctb-case__colors-videography {
  background-color: #FFE819;
}

.ctb-case__container .ctb-case__colors-photography {
  background-color: #FF5722;
}

.ctb-case__container .ctb-case__colors-animation {
  background-color: #0C87F2;
}

.ctb-case__container .ctb-case__colors-ai {
  background-color: #E629E6;
}

.ctb-case__container .ctb-case__colors-robotics {
  background-color: #A31CE6;
}

.ctb-case__container .ctb-case__colors-mobility {
  background-color: #16D916;
}

.ctb-case__container .ctb-case__colors-fashion {
  background-color: #FF8800;
}

.ctb-case__container .ctb-case__colors-food {
  background-color: #FFB300;
}

.ctb-case__container .ctb-case__colors-space {
  background-color: #2B25F2;
}

.ctb-case__container .ctb-case__colors-competition {
  background-color: #1EBEE6;
}

.ctb-case__container .ctb-case__colors-workshop {
  background-color: #6316E6;
}

.ctb-case__container .ctb-case__colors-lecture {
  background-color: #91EB24;
}

.ctb-case__container .ctb-case__colors-ideation {
  background-color: #F44336;
}

.ctb-case__container .ctb-case__colors-talk {
  background-color: #15CC15;
}

.ctb-case__container .ctb-case__colors-novel {
  background-color: #D9FF19;
}

.ctb-case__container .ctb-case__colors-illustration {
  background-color: #0ACADB;
}

.ctb-case__container .ctb-case__colors-all {
  background-color: #FFFFFF;
}

.ctb-case__container .ctb-case__tags {
  position: relative;
  margin: 6px 24px 0;
  color: rgba(255, 255, 255, 0.55);
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 14px;
  font-size: 12px;
  letter-spacing: -0.005rem;
  text-decoration: none;
}

.ctb-case__container .ctb-case__countries {
  position: relative;
  margin: 5px 24px 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.08rem;
  text-decoration: none;
}

#ctb-technology__area {
  position: relative;
  width: 100%;
  min-width: 1190px;
  height: auto;
  background-color: #131313;
  padding-bottom: 74px;
  backface-visibility: hidden;
  margin-top: -1px;
}

#ctb-technology__area .dummy {
  position: absolute;
}

#ctb-technology__area #ctb-technology__container {
  position: relative;
  width: 1190px;
  margin: 0 auto;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__title {
  position: relative;
  margin: 0 0 0 117px;
  width: 798px;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__desc {
  position: relative;
  margin: 16px 0 0 115px;
  width: auto;
  color: rgba(255, 255, 255, 0.55);
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1;
  font-size: 14px;
  text-decoration: none;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__list {
  position: relative;
  margin: 91px 0 0 17px;
  padding: 0;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__list .ctb-case__container {
  min-height: 346px;
  height: auto;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__more {
  position: relative;
  margin: -22px 0 0 0;
  height: 44px;
  text-align: center;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__more #ctb-technology__more-icon {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: white;
  transition: all 0.3s;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__more #ctb-technology__more-icon img {
  position: relative;
  height: 100%;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__more #ctb-technology__more-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 50%;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__more #ctb-technology__more-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__more #ctb-technology__more-icon:hover:before {
  content: "";
  background: white;
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-technology__area #ctb-technology__container #ctb-technology__more #ctb-technology__more-icon:hover:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-modal__area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  overflow: auto;
  display: none;
}

#ctb-modal__area a:focus-visible {
  outline: solid 1px white;
  outline-offset: 2px;
}

@media all and (-ms-high-contrast: none) {
  #ctb-modal__area a:focus {
    outline: solid 1px white;
    outline-offset: 2px;
  }
}

#ctb-modal__area #ctb-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

#ctb-modal__area #ctb-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 44px;
  height: auto;
  border-radius: 50%;
  background: rgba(128, 128, 128, 0);
  transition: all 0.3s;
  z-index: 10;
  font-size: 0;
}

#ctb-modal__area #ctb-modal__close img {
  position: relative;
  z-index: 2;
}

#ctb-modal__area #ctb-modal__close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: rgba(128, 128, 128, 0);
  border-radius: 50%;
  transition: all 0.2s;
  z-index: 0;
  animation: anim_out .25s ease-out forwards;
}

#ctb-modal__area #ctb-modal__close:hover:before {
  content: "";
  background: rgba(128, 128, 128, 0.3);
  transform: scale(1.18);
  z-index: 0;
  animation: anim_over .15s ease-out forwards;
}

#ctb-modal__area #ctb-modal__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

#ctb-modal__area #ctb-modal__container #ctb-modal__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  text-align: left;
  width: 100%;
  max-width: 1156px;
  margin: 0% auto;
  padding: 0%;
}

#ctb-modal__area #ctb-modal__container #ctb-modal__movie #ctb-modal__movie-base {
  position: relative;
  width: 100%;
  height: auto;
}

#ctb-modal__area #ctb-modal__container #ctb-modal__movie #ctb-modal__ytplayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .dummy {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    min-width: 100%;
    height: auto;
    opacity: 0.0;
  }
  #ctb-menu__area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  #ctb-menu__area #ctb-menu__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  #ctb-menu__area #ctb-menu__list {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #1A1A1A;
  }
  #ctb-menu__area #ctb-menu__message {
    position: absolute;
    left: 58px;
    top: 97px;
    width: 159px;
    height: auto;
    text-align: left;
    cursor: pointer;
  }
  #ctb-menu__area #ctb-menu__message:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/menu_message_on_sp.svg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
  #ctb-menu__area #ctb-menu__message:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/menu_message_on_sp.svg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    opacity: 1;
  }
  #ctb-menu__area #ctb-menu__programs {
    position: absolute;
    left: 58px;
    top: 197px;
    width: 190px;
    height: auto;
    text-align: left;
    cursor: pointer;
  }
  #ctb-menu__area #ctb-menu__programs:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/menu_programs_on_sp.svg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
  #ctb-menu__area #ctb-menu__programs:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/menu_programs_on_sp.svg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    opacity: 1;
  }
  #ctb-menu__area #ctb-menu__future {
    position: absolute;
    left: 58px;
    top: 297px;
    width: 215px;
    height: auto;
    text-align: left;
    cursor: pointer;
  }
  #ctb-menu__area #ctb-menu__future:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/menu_future_on_sp.svg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }
  #ctb-menu__area #ctb-menu__future:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../img/menu_future_on_sp.svg);
    background-repeat: no-repeat;
    background-position: 0% 100%;
    background-size: 100%;
    opacity: 1;
  }
  #ctb-menu__area #ctb-menu__lang {
    position: absolute;
    right: 76px;
    top: 32px;
    width: auto;
    height: auto;
    text-align: right;
    transition: all 0.3s;
    color: #fff;
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    z-index: 10;
    padding-bottom: 3px;
    transition: all 0.3s;
    border-bottom: rgba(255, 255, 255, 0) solid 1px;
  }
  #ctb-menu__area #ctb-menu__lang img {
    position: absolute;
    top: 3px;
    right: -39px;
    width: 17px;
    height: auto;
  }
  #ctb-menu__area #ctb-menu__lang:hover {
    border-bottom: white solid 1px;
  }
  #ctb-menu__area #ctb-menu__menu {
    position: absolute;
    right: 16px;
    top: 17px;
    width: 44px;
    height: auto;
    border-radius: 50%;
    background: white;
    transition: all 0.3s;
    z-index: 11;
  }
  #ctb-menu__area #ctb-menu__close {
    position: absolute;
    right: 16px;
    top: 17px;
    width: 44px;
    height: auto;
    border-radius: 50%;
    background: white;
    transition: all 0.3s;
    display: none;
    z-index: 12;
  }
  #ctb-kv__area {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-top: 132%;
    overflow: hidden;
    background-image: url(../img/movie-sp.jpg);
    background-size: cover;
    background-position: 50% 50%;
  }
  #ctb-kv__area .dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #ctb-kv__area #ctb-kv__video {
    position: absolute;
    width: auto;
    height: 102%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #ctb-kv__area #ctb-kv__title {
    position: absolute;
    width: 68%;
    height: auto;
    left: 50.2%;
    top: 47%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  #ctb-kv__area #ctb-kv__title img {
    width: 100%;
    height: auto;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__play-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
    cursor: pointer;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play {
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translate(-50%);
    width: 44px;
    height: 80px;
    background: rgba(0, 0, 0, 0);
    transition: all 0.3s;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play #ctb-kv__play-icon {
    position: absolute;
    left: 50%;
    bottom: 0x;
    width: 44px;
    height: auto;
    transform: translate(-50%);
    border-radius: 50%;
    background: white;
    transition: all 0.3s;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play #ctb-kv__play-icon p {
    position: absolute;
    left: 50%;
    top: 96%;
    width: 102px;
    height: auto;
    transform: translate(-50%);
    text-align: center;
    color: #fff;
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 1;
    font-size: 14px;
    padding-bottom: 1px;
    transition: all 0.3s;
    border-bottom: rgba(255, 255, 255, 0) solid 1px;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__play-area #ctb-kv__play:hover #ctb-kv__play-icon p {
    padding-bottom: 1px;
    border-bottom: white solid 1px;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__pause {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 44px;
    height: auto;
    border-radius: 50%;
    transition: all 0.3s;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__resume {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 44px;
    height: auto;
    border-radius: 50%;
    transition: all 0.3s;
    display: none;
  }
  #ctb-kv__area #ctb-kv__ui #ctb-kv__more {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: auto;
    border-radius: 50%;
    transition: all 0.3s;
  }
  #ctb-statement__area {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    overflow: hidden;
  }
  #ctb-statement__area .dummy {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  #ctb-statement__area #ctb-statement__bg-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.3;
  }
  #ctb-statement__area #ctb-statement__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #ctb-statement__area #ctb-statement__container #ctb-statement__txt {
    position: relative;
    margin: 112px 0 0 12.8%;
    width: 67.12%;
  }
  #ctb-statement__area #ctb-statement__container #ctb-statement__txt_en {
    position: relative;
    margin: 112px 0 0 12.8%;
    width: 69.4%;
  }
  #ctb-statement__area #ctb-statement__container #ctb-statement__ctb {
    position: relative;
    margin: 17% 0 112px 12.8%;
    width: 73.4%;
  }
  #ctb-statement__area #ctb-statement__container #ctb-statement__ctb_en {
    position: relative;
    margin: 17% 0 112px 12.8%;
    width: 73.2%;
  }
  #ctb-programs__area {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    background-color: #050505;
    padding-bottom: 74px;
  }
  #ctb-programs__area .dummy {
    position: absolute;
  }
  #ctb-programs__area #ctb-programs__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #ctb-programs__area #ctb-programs__container #ctb-programs__title {
    position: relative;
    margin: 0 0 0 50px;
    width: 58%;
  }
  #ctb-programs__area #ctb-programs__container #ctb-programs__desc {
    position: relative;
    margin: 10px 0 0 48px;
    width: auto;
    color: rgba(255, 255, 255, 0.55);
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 22px;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 0.04rem;
  }
  #ctb-programs__area #ctb-programs__container #ctb-programs__list {
    position: relative;
    margin: 96px 0 0 0;
    padding: 0 32px;
    width: 100%;
    box-sizing: border-box;
  }
  #ctb-programs__area #ctb-programs__container #ctb-programs__more {
    position: relative;
    margin: -22px 0 0 0;
    height: 44px;
    text-align: center;
  }
  #ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    transition: all 0.3s;
  }
  #ctb-programs__area #ctb-programs__container #ctb-programs__more #ctb-programs__more-icon img {
    height: 100%;
  }
  .ctb-case__container {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: auto;
    height: auto;
    margin: 0 0 80px 0;
    vertical-align: top;
  }
  .ctb-case__container .ctb-case__img {
    position: relative;
    margin: 0;
    width: 100%;
  }
  .ctb-case__container .ctb-case__lang {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #FFF;
    color: black;
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 22px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0rem;
    text-align: center;
    text-decoration: none;
  }
  .ctb-case__container .ctb-case__title-holder {
    position: relative;
    display: block;
    margin: 28px 16px 0;
  }
  .ctb-case__container .ctb-case__title-holder .ctb-case__title {
    position: relative;
    display: inline;
    color: white;
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 26px;
    font-size: 20px;
    letter-spacing: -0.02rem;
    text-decoration: none;
    padding-bottom: 0px;
    transition: all 0.3s;
    border-bottom: rgba(255, 255, 255, 0) solid 1px;
  }
  .ctb-case__container .ctb-case__title-holder .ctb-case__title.en {
    font-size: 22px;
  }
  .ctb-case__container .ctb-case__desc {
    position: relative;
    margin: 18px 16px 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.04rem;
    text-decoration: none;
  }
  .ctb-case__container .ctb-case__colors {
    position: relative;
    margin: 18px 18px 0;
  }
  .ctb-case__container .ctb-case__colors span {
    display: inline-block;
    width: 16px;
    height: 2px;
  }
  .ctb-case__container .ctb-case__colors-game {
    background-color: #1859F2;
  }
  .ctb-case__container .ctb-case__colors-music {
    background-color: #F52068;
  }
  .ctb-case__container .ctb-case__colors-movie {
    background-color: #2CD9B7;
  }
  .ctb-case__container .ctb-case__colors-videography {
    background-color: #FFE819;
  }
  .ctb-case__container .ctb-case__colors-photography {
    background-color: #FF5722;
  }
  .ctb-case__container .ctb-case__colors-animation {
    background-color: #0C87F2;
  }
  .ctb-case__container .ctb-case__colors-ai {
    background-color: #E629E6;
  }
  .ctb-case__container .ctb-case__colors-robotics {
    background-color: #A31CE6;
  }
  .ctb-case__container .ctb-case__colors-mobility {
    background-color: #16D916;
  }
  .ctb-case__container .ctb-case__colors-fashion {
    background-color: #FF8800;
  }
  .ctb-case__container .ctb-case__colors-food {
    background-color: #FFB300;
  }
  .ctb-case__container .ctb-case__colors-space {
    background-color: #2B25F2;
  }
  .ctb-case__container .ctb-case__colors-competition {
    background-color: #1EBEE6;
  }
  .ctb-case__container .ctb-case__colors-workshop {
    background-color: #6316E6;
  }
  .ctb-case__container .ctb-case__colors-lecture {
    background-color: #91EB24;
  }
  .ctb-case__container .ctb-case__colors-ideation {
    background-color: #F44336;
  }
  .ctb-case__container .ctb-case__colors-talk {
    background-color: #15CC15;
  }
  .ctb-case__container .ctb-case__colors-novel {
    background-color: #D9FF19;
  }
  .ctb-case__container .ctb-case__colors-illustration {
    background-color: #0ACADB;
  }
  .ctb-case__container .ctb-case__colors-all {
    background-color: #FFFFFF;
  }
  .ctb-case__container .ctb-case__tags {
    position: relative;
    margin: 8px 16px 0;
    color: rgba(255, 255, 255, 0.55);
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 14px;
    font-size: 12px;
    letter-spacing: 0.01rem;
    text-decoration: none;
  }
  .ctb-case__container .ctb-case__countries {
    position: relative;
    margin: 4px 16px 0;
    color: rgba(255, 255, 255, 0.7);
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 12px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.06rem;
    text-decoration: none;
  }
  #ctb-technology__area {
    position: relative;
    width: 100%;
    min-width: 100%;
    height: auto;
    background-color: #131313;
    padding-bottom: 74px;
  }
  #ctb-technology__area .dummy {
    position: absolute;
  }
  #ctb-technology__area #ctb-technology__container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #ctb-technology__area #ctb-technology__container #ctb-technology__title {
    position: relative;
    margin: 0 0 0 48.5px;
    width: 66%;
  }
  #ctb-technology__area #ctb-technology__container #ctb-technology__desc {
    position: relative;
    margin: 12px 0 0 48px;
    width: auto;
    color: rgba(255, 255, 255, 0.55);
    font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 22px;
    font-size: 14px;
    text-decoration: none;
  }
  #ctb-technology__area #ctb-technology__container #ctb-technology__list {
    position: relative;
    margin: 92px 0 0 0;
    padding: 0 32px;
    width: 100%;
    box-sizing: border-box;
  }
  #ctb-technology__area #ctb-technology__container #ctb-technology__list .ctb-case__container {
    min-height: auto;
    height: auto;
  }
  #ctb-modal__area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    overflow: auto;
    display: none;
  }
  #ctb-modal__area #ctb-modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
  }
  #ctb-modal__area #ctb-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: auto;
    border-radius: 50%;
    background: rgba(128, 128, 128, 0);
    transition: all 0.3s;
    z-index: 10;
    font-size: 0;
  }
  #ctb-modal__area #ctb-modal__container {
    position: relative;
    height: 100%;
  }
  #ctb-modal__area #ctb-modal__container #ctb-modal__movie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    text-align: left;
    width: 100%;
    margin: 0% auto;
    padding: 0%;
    display: none;
  }
  #ctb-modal__area #ctb-modal__container #ctb-modal__movie #ctb-modal__movie-base {
    position: relative;
    width: 100%;
  }
  #ctb-modal__area #ctb-modal__container #ctb-modal__movie #ctb-modal__ytplayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
