@charset "utf-8";

/******************************************
tk-cd-HeroV2
******************************************/
.tk-cd-HeroV2 {
  background-color: #f6f6f6;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-HeroV2 {
    padding-top: calc(28px / 2);
    padding-bottom: calc(28px / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-HeroV2 {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
}


.tk-cd-HeroV2Inner {}
@media print, screen and (max-width: 767px) {
  .tk-cd-HeroV2Inner {
    padding: 0 4.6875%;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-HeroV2Inner {
    max-width: 900px;
    margin: 0 auto;
  }
}


.tk-cd-HeroV2Head {}





/******************************************
tk-cd-HeroV2TitleUnit
******************************************/
.tk-cd-HeroV2TitleUnit {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-HeroV2TitleUnit {
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-HeroV2TitleUnit {
  }
}


.tk-cd-HeroV2TitleUnit_Image {}
@media print, screen and (max-width: 767px) {
  .tk-cd-HeroV2TitleUnit_Image {
    width: calc(77px / 2);
    margin-right: calc(30px / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-HeroV2TitleUnit_Image {
    width: 55px;
    margin-right: 30px;
  }
}


.tk-cd-HeroV2TitleUnit_Text {
  color: #000;
  line-height: 1.25;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-HeroV2TitleUnit_Text {
    font-size: calc(2.5rem / 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-HeroV2TitleUnit_Text {
    font-size: 3rem;
  }
}





/******************************************
tk-cd-MovieV2
******************************************/
.tk-cd-MovieV2 {}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2 {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2 {
    padding: 0 25px;
    margin-top: 40px;
  }
}


.tk-cd-MovieV2Inner {}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Inner {
    padding: 0 4.6875%;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Inner {
    max-width: 900px;
    margin: 0 auto;
  }
}





/******************************************
tk-cd-MovieV2Unit
******************************************/
.tk-cd-MovieV2Unit {}


.tk-cd-MovieV2Unit_Image {}


/* tk-cd-MovieV2Unit_Youtube */
.tk-cd-MovieV2Unit_Youtube {
  position: relative;
  padding-bottom: 56.25%;
}
.tk-cd-MovieV2Unit_Youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* tk-cd-MovieV2Unit_TabNav */
.tk-cd-MovieV2Unit_TabNav {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_TabNav {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_TabNav {
    margin-top: 30px;
  }
}


/* tk-cd-MovieV2Unit_Tab */
.tk-cd-MovieV2Unit_Tab {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding-left: .5em;
  padding-right: .5em;
  border-style: solid;
  border-color: #aaa;
  background-color: #aaa;
  color: #fff;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Tab {
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 1px;
    font-size: calc(1.2rem / 1.2);
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Tab {
    padding-top: 12px;
    padding-bottom: 12px;
    border-width: 2px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .tk-cd-MovieV2Unit_Tab:hover {
    cursor: pointer;
    opacity: .7;
  }
}
.tk-cd-MovieV2Unit_Tab:focus {
  outline: none;
}

.tk-cd-MovieV2Unit_Tab + .tk-cd-MovieV2Unit_Tab {}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Tab + .tk-cd-MovieV2Unit_Tab {
    margin-left: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Tab + .tk-cd-MovieV2Unit_Tab {
    margin-left: 6px;
  }
}


.tk-cd-MovieV2Unit_Tab.-active {
  /* display: inline-block; */
  box-sizing: border-box;
  position: relative;
  border-style: solid;
  border-color: #f00;
  background-color: #fff;
  color: #f00;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Tab.-active {
    padding-top: 8px;
    padding-bottom: 8px;
    border-width: 1px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Tab.-active {
    padding-top: 12px;
    padding-bottom: 12px;
    border-width: 2px;
  }
}

.tk-cd-MovieV2Unit_Tab.-active::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 2;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Tab.-active::before {
    top: -8px;
    margin-left: -7px;
    border: 4px solid transparent;
    border-bottom: 4px solid #fff;  
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Tab.-active::before {
    top: -12px;
    margin-left: -9px;
    border: 6px solid transparent;
    border-bottom: 6px solid #fff;  
  }
}

.tk-cd-MovieV2Unit_Tab.-active::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Tab.-active::after {
    top: -10px;
    margin-left: -8px;
    border: 5px solid transparent;
    border-bottom: 5px solid #f00;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Tab.-active::after {
    top: -16px;
    margin-left: -10px;
    border: 7px solid transparent;
    border-bottom: 7px solid #f00;
  }
}


/* tk-cd-MovieV2Unit_Content */
.tk-cd-MovieV2Unit_Content {}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Content {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Content {
    margin-top: 30px;
  }
}


/* tk-cd-MovieV2Unit_Description */
.tk-cd-MovieV2Unit_Description {}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Description p {
    font-size: calc(1.5rem / 1.2);
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Description p {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}


/* tk-cd-MovieV2Unit_Button */
.tk-cd-MovieV2Unit_Button {
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Button {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Button {
    margin-top: 30px;
  }
}

.tk-cd-MovieV2Unit_Button > a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #fff;
  color: #565656;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-MovieV2Unit_Button > a {
    padding: 6px 1em 6px 2em;
    font-size: calc(1.4rem / 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Button > a {
    padding: 5px 1em 5px 2em;
    font-size: 1.3rem;
  }
}

.tk-cd-MovieV2Unit_Button > a:hover {}
@media print, screen and (min-width: 768px) {
  .tk-cd-MovieV2Unit_Button > a:hover {
    background-color: #f8f8f8;
    color: #ff3030;
  }
}

.tk-cd-MovieV2Unit_Button > a::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: -2px;
  bottom: 0;
  left: 8px;
  width: 6px;
  height: 10px;
  margin: auto;
  background-image: url(/assets/img/common/arrow/right_02.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

.tk-cd-MovieV2Unit_Button > a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  margin-bottom: 2px;
  background: url(/assets/img/common/icon/window_02.svg) 0 0 no-repeat;
  background-size: 100%;
  vertical-align: middle;
}





/******************************************
tk-cd-PlaybookV2
******************************************/
.tk-cd-PlaybookV2 {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2 {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2 {
    margin-top: 60px;
  }
}


.tk-cd-PlaybookV2Inner {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Inner {
    margin-top: 15px;
    padding: 0 4.6875%;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Inner {
    margin-top: 30px;
  }
}


.tk-cd-PlaybookV2Series {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Series + .tk-cd-PlaybookV2Series {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Series + .tk-cd-PlaybookV2Series {
    margin-top: 60px;
  }
}


.tk-cd-PlaybookV2Head {}


.tk-cd-PlaybookV2Title {
  color: #f2833b;
}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Title {
    font-size: calc(1.6rem / 1.2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Title {
    font-size: 2rem;
  }
}


.tk-cd-PlaybookV2Lede {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Lede {
    font-size: calc(1.4rem / 1.2);
    line-height: 1.75;
  }

  .tk-cd-PlaybookV2Head + .tk-cd-PlaybookV2Lede {
    margin-top: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Lede {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .tk-cd-PlaybookV2Head + .tk-cd-PlaybookV2Lede {
    margin-top: 12px;
  }
}


.tk-cd-PlaybookV2Scene {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Scene {
    margin-top: calc(74px / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Scene {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(22 / (860 + 22) * -100%);
    margin-top: 30px;
  }
}

.tk-cd-PlaybookV2Col {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Col + .tk-cd-PlaybookV2Col {
    margin-top: calc(54px / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Col {
    width: calc(272 / (860 + 21) * 100%);
    margin-left: calc(21 / (860 + 21) * 100%);
  }
  .tk-cd-PlaybookV2Col:nth-child(n+4) {
    margin-top: 48px;
  }
}





/******************************************
tk-cd-PlaybookV2Unit
******************************************/
.tk-cd-PlaybookV2Unit {}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Unit {}
}

.tk-cd-PlaybookV2Unit_Image {}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Unit_Image {}
}

.tk-cd-PlaybookV2Unit_Content {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Unit_Content {
    margin-top: calc(30px / 2);
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Unit_Content {
    margin-top: 12px;
  }
}

.tk-cd-PlaybookV2Unit_Lines {}
@media print, screen and (max-width: 767px) {
  .tk-cd-PlaybookV2Unit_Lines {
    font-size: calc(1.4rem / 1.2);
    line-height: 1.75;
  }
}
@media print, screen and (min-width: 768px) {
  .tk-cd-PlaybookV2Unit_Lines {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
