﻿@charset "utf-8";


/***********************************************************
existing setting
***********************************************************/
/*----------------------------------------------------------
base
----------------------------------------------------------*/
.color__setting {
  background: #000a23 !important;
}
img {
  vertical-align: bottom;
}

/*----------------------------------------------------------
heading
----------------------------------------------------------*/
.featuredHeading {
  font-weight: bold;
}
@media (min-width: 960px) {
  .featuredHeading {
    font-size: 1.75rem;
    text-align: center;
  }
}
@media (max-width: 959px) {
  .featuredHeading {
    font-size: 1.0625rem;
    text-align: center;
  }
}
.contentsHeadingBoxCtrl {
  background-color: #df2c88;
  color: #fff;
}
.contentsHeadingBoxCtrl03 {
  background-color: #EC5506;
}
.contentsHeadingBoxCtrl h2 {
  padding: 0.625rem;
}
@media (min-width: 960px) {
  .contentsHeadingBoxCtrl h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 959px) {
  .contentsHeadingBoxCtrl h2 {
    font-size: 1.0625rem;
  }
}

/***********************************************************
unique setting
***********************************************************/
/*----------------------------------------------------------
contents__article
----------------------------------------------------------*/
.contents__article__ctrl {
  padding: 1rem;
}
.contents__article__wrap {
  background-color: #fff;
}
.contents__article__inner {
  padding: 1rem 0.625rem;
  background-color: #ecf1f4;
}
.contents__article__inner02 {
  background-color: #FFFADC;
}
.contents__article__ttl {
  color: #ff003e !important;
}
.contents__article__work__catch {
  font-weight: bold;
  background-color: #ff003e;
}
.contents__article__work__catch__txt {
  color: #fff;
  text-align: center;
}
.contents__article__work__catch {
  position: relative;
}
.contents__article__work__catch::after {
  content: "";
  position: absolute;
}

/*----------------------------------------------------------
interview
----------------------------------------------------------*/
.contentsHeadingBoxCtrl02 {
  // border-bottom: solid 0.125rem #000;
  font-size: 1.25rem;
  // padding-bottom: 0.25rem;
}
.contentsHeadingBoxCtrl04 {
  font-size: 1.25rem;
}
@media (min-width: 1080px) {
  .contentsHeadingBoxCtrl02 h2,
  .contentsHeadingBoxCtrl04 h2 {
    font-size: 1rem;
  }
  .contentsHeadingBoxCtrl02 h3,
  .contentsHeadingBoxCtrl04 h3 {
    font-size: 1.125rem;
  }
}
.contentsHeadingBox__txt {
  font-size: 1.375rem;
  font-weight: bold;
}
@media (max-width: 1080px) {
  .contentsHeadingBox__txt {
    font-size: 1.0625rem;
  }
  .contentsHeadingBox__txt__h3 {
    font-size: 0.9375rem;
  }
  .contentsHeadingBox__txt__h3__org {
    font-size: 0.9375rem;
  }
  .contentsHeadingBox__txt.contentsHeadingBox__txt02 {
    font-size: 1rem;
  }
}
.contents__article__border {
  padding-top: 3.125rem;
  border-top: solid 0.125rem #c0c0c0;
}

/*----------------------------------------------------------
interview
----------------------------------------------------------*/
.interviewArea {
  margin-top: 2.5rem;
}
.interviewBlock {
  margin-top: 3.125rem;
}
.interviewBlock:first-child {
  margin-top: 0;
}
.interviewTtl {
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0 0 1.5rem;
  padding-bottom: 0.3125rem;
  border-bottom: #333 2px solid;
  line-height: 1.5;
}
.interviewBlock__txtBox {
  margin-top: 2.5rem;
  line-height: 1.5;
}
.interviewBlock__txtBox:first-child {
  margin-top: 0;
}
.interviewBlock__interviewerTxt {
  font-size: 1.0rem;
  font-weight: bold;
  color: #fff;
  margin-top: 3.125rem;
  margin-bottom: 1.25rem;
}
.interviewBlock__interviewerTxt:first-child {
  margin-top: 0;
}
.interviewBlock__intervieweeTxt {
  font-size: 0.875rem;
  color: #ccc;
}
@media (min-width: 1080px) {
  .interviewBlock__interviewerTxt {
    font-size: 1.125rem;
  }
  .interviewBlock__intervieweeTxt {
    font-size: 1rem;
  }
}

/*----------------------------------------------------------
btn-all-features
----------------------------------------------------------*/
.btn-all-features {
  margin-top: 3.125rem;
}
.btn-all-features a {
  margin: 0 auto 16px auto;
  padding: 16px 8px;
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background-color: #FF8400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.btn-all-features__orange {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
.btn-all-features__orange a {
  background-color: #FF8400;
}
.btn-all-features>a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 8px;
  width: 5px;
  height: 10px;
  vertical-align: middle;
  background: url(/entame/special/images/entertainment/right-arrow.png);
  background-size: 5px 10px;
}
.btn-all-features a {
  font-size: 0.875rem;
  margin-bottom: 0;
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.btn-all-features>a:after {
  top: 50%;
  transform: translateY(-50%);
}
.btn-all-features .btnExplain {
  margin-top: 1.0rem;
}
.btn-all-features .btnExplain {
  color: #fff;
  padding: 0 1em;
  font-size: 0.6875rem;
  line-height: 1.5;
}
.btn-all-features .btnExplain a {
  margin: 0;
  padding: 0;
  width: auto;
  font-weight: normal;
  background-color: transparent;
  box-shadow: none;
  display: inline;
  color: #4A90E2;
  font-size: 0.6875rem;
}
@media (min-width: 1280px) {
  .btn-all-features a {
    font-size: 1.125rem;
    text-align: center;
  }
  .btn-all-features .btnExplain {
    font-size: 0.75rem;
  }
  .btn-all-features .btnExplain a {
    font-size: 0.75rem;
  }
}

/*----------------------------------------------------------
color change
----------------------------------------------------------*/
body {
  background-color: #fff;
}
main,
nav,
section,
.content-article, .content-related, .content-profile, .content-info {
  background-color: #000a23;
}
.contents-main__head,
.contents-main__desc,
.interviewBlock__interviewerTxt,
.btn-all-features .btnExplain,
.profileBlock__head,
.profileBlock__txt,
.content-info__title,
.content-info__overview {
  color: #000;
}
.interviewBlock__intervieweeTxt {
  color: #000;
}
.profileBlock {
  background-color: #f4fbf7;
  padding: 1.0rem;
}

/*----------------------------------------------------------
add setting
----------------------------------------------------------*/
.interviewBlock__interviewee01 {
  font-weight: bold;
  color: #2174BB;
  margin-right: 1em;
}
.interviewBlock__interviewee02 {
  font-weight: bold;
  color: #DB7937;
  margin-right: 1em;
}
.interviewBlock__interviewee03 {
  font-weight: bold;
  color: #0C9540;
  margin-right: 1em;
}
.interviewBlock__interviewerTxt {
  color: #728894 !important;
}
.content-info.infoType01 {
  background: #f0f0ef;
  padding: 0.625rem;
}
.indentCtrl {
  width: 6em;
}
.padCtrl {
  padding: 0 !important;
}
.infoCtrl {
  margin-right: 0;
  margin-left: 0;
}
.content-info__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 0.625rem;
  border-bottom: rgba(155, 154, 145, 0.3) 1px solid;
}
.termsBlock p,
.termsBlock li {
  line-height: 1.5;
}
.termsBlock__circleList {
  list-style: disc outside;
  margin-left: 1.5em;
}
.cautionList__item {
  display: table-row;
}
.cautionList__item:before {
  display: table-cell;
  content: "※";
  padding-right: 0.25em;
  min-width: 1em;
}
.text__indentset {
  text-indent: -1em;
  padding-left: 1em;
}

/*----------------------------------------------------------
featuresBtn
----------------------------------------------------------*/
.featuresBtnWrap {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 480px;
}
.featuresBtn {
  font-size: 1.125rem;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  background-color: #ff8400;
  -webkit-box-shadow: 0 0 0 1px #ff8400, 0 0 0 2px #ff8400;
  box-shadow: 0 0 0 1px #ff8400, 0 0 0 2px #ff8400;
  text-decoration: none;
  position: relative;
}
.featuresBtnLink {
  display: block;
  padding: 1em 1.125rem;
  color: #fff;
}
.featuresBtnLink:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 5px;
  height: 10px;
  vertical-align: middle;
  background: url(/entame/special/images/entertainment/right-arrow.png);
  background-size: 5px 10px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (max-width: 959px) {
  .featuresBtn {
    font-size: 0.875rem;
  }
}
.featuresBtnCaution {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.625rem;
}
.featuresBtnCaution__txt {
  font-size: 0.625rem;
}
.featuresBtnLink__artificially:after {
  display: none;
}

/*----------------------------------------------------------
youtubeBox
----------------------------------------------------------*/
.contentsBlock__youtubeBox {
  margin-top: 1.25rem;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.contentsBlock__youtubeBox__inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.contentsBlock__youtubeBox__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------------
transparent
----------------------------------------------------------*/
.tpBlock {
  position: relative;
  user-select:none;
}
.tpBlock__item {
  position: absolute;
}
.tpBlock__anchor {
  display: inline-block;
}
.tpBlock__img {
  width: 100%;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}
.tpBlockType01__linkList__item01 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*----------------------------------------------------------
transparent
----------------------------------------------------------*/
.column__org {
  
}
.column__org__left {
  float: left;
}
.column__org__right {
  float: right;
}
@media (min-width: 1080px) {
  .column__org__img {
    width: 517px;
  }
  .column__org__txt {
    width: 517px;
  }
  .column__org__right {
    margin-left: 16px;
  }
}
@media (max-width: 1080px) {
  .column__org__ne {
    margin-top: 0.5rem;
  }
}

/*----------------------------------------------------------
circle list
----------------------------------------------------------*/
.infoBlock__circleList__item__org:before {
  content: "●";
}
.infoBlock__squareList__item__org:before {
  content: "■";
}
