@charset "UTF-8";
/* ==========================================================

title : 公式Youtube紹介コンテンツ
scope : 公式Youtube紹介コンテンツ

memo：

modify : 2020/04/03 TCI福岡_sakaguchi 新規作成
last modify :

========================================================== */
.wrap img {
  vertical-align: bottom;
  width: 100%;
}

.banner_h1 h1 {
  border: 1px solid #bb7992;
}

.banner_h1 .txth1 {
  font-size: 32px;
  letter-spacing: .1em;
  line-height: 1.25;
  top: 52%;
  left: 50.5%;
}

.desc {
  margin: 3% auto 0;
  max-width: 770px;
}

@media only screen and (max-width: 767px) {
  .banner_h1 {
    padding: 0;
  }
  .banner_h1 .txth1 {
    font-size: 6.5vw;
    min-width: auto;
    top: 43%;
    width: 98%;
  }
  .desc {
    font-size: 16px;
    padding: 0 3%;
  }
  .roll:hover img,
  .roll:hover {
    opacity: 1;
  }
}

/* ------------------------------------ */
/* ▼ .content */
/* ------------------------------------ */
.content {
  margin: 5% auto 0;
  max-width: 910px;
}

.content:nth-of-type(1) {
  margin: 3.5% auto 0;
}

.bg_content {
  background: url(../image/bg-content-inner.png) repeat-y top left;
  background-size: 100% auto;
}

.introduction {
  background: url(../image/bg-introduction.png) no-repeat bottom left;
}

.entry {
  background: url(../image/bg-entry.png) no-repeat bottom 1% left 6.6%;
  background-size: 37% auto;
}

.evaluate {
  background: url(../image/bg-evaluate.png) no-repeat bottom -2% left 0;
  background-size: 69.451% auto;
}

.submit {
  background: url(../image/bg-submit.png) no-repeat bottom -2% right 0;
  background-size: 24.176% auto;
}

.share {
  background: url(../image/bg-share.png) no-repeat bottom 24% left 0;
  background-size: 31.209% auto;
}

.content_inner {
  padding: 0 4.946%;
}

.item {
  padding-bottom: 4.396%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .content {
    margin: 10% auto 0;
    padding: 0 3%;
  }
  .content:nth-of-type(1) {
    margin: 10% auto 0;
  }
  .introduction {
    background-size: 100% auto;
  }
  .entry {
    background: url(../image/bg-entry.png) no-repeat bottom 0 left 6.6%;
    background-size: 37% auto;
  }
  .evaluate {
    background: url(../image/bg-evaluate.png) no-repeat bottom 0 left 0;
    background-size: 69.451% auto;
  }
  .submit {
    background: url(../image/bg-submit.png) no-repeat bottom 0 right 0;
    background-size: 24.176% auto;
  }
  .share {
    background: url(../image/bg-share.png) no-repeat bottom 0 left 0;
    background-size: 31.209% auto;
  }
  .content_inner {
    padding: 0 3%;
  }
  .item {
    padding-bottom: 8%;
  }
}
/* .title_h2 */
.title_h2 {
  background: url(../image/bg-title-h2-pattern.png) repeat 0 0;
  background-size: 52px auto;
  border: 1px solid #403019;
  color: #fff;
  font-size: 24px;
  overflow: hidden;
  letter-spacing: .03em;
  position: relative;
  text-align: center;
}
.title_h2::before {
  background: url(../image/bg-title-h2-flw-r.png) no-repeat left center;
  content: '';
  display: block;
  height: 86px;
  left: 806px;
  position: absolute;
  bottom: calc(50% - 43px);
  width: 102px;
}
.title_h2::after {
  background: url(/image_cmn/titleh2/flw01_l.png) no-repeat right center;
  content: '';
  display: block;
  height: 86px;
  position: absolute;
  right: 818px;
  top: calc(50% - 43px);
  width: 90px;
}
.title_h2 .title_h2_inner {
  border: 2px solid #d3b287;
  border-left: none;
  border-right: none;
  display: block;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.title_h2_inner>span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
  vertical-align: middle;
}
.title_h2_inner>span:before,
.title_h2_inner>span:after {
  background: url(../image/ico-ash-orange.png) no-repeat;
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}
.title_h2_inner>span:before {
  left: 20px;
}
.title_h2_inner>span:after {
  right: 20px;
}
.h2_txt {
  padding: 3.847% 4.946% 3.188%;
}
.h2_txt._padding {
  padding-bottom: 4.2%;
}
.note {
  font-size: 16px;
  margin-top: 1.83%;
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .title_h2 {
    letter-spacing: -.05em;
  }
}

@media only screen and (max-width: 767px) {
  .title_h2 {
    font-size: 22px;
  }
  .title_h2::before,
  .title_h2::after {
    content: none;
  }
  .title_h2_inner>span {
    padding: 0 30px;
  }
  .title_h2_inner>span:before,
  .title_h2_inner>span:after {
    background-size: 90% auto;
    height: 16px;
    width: 24px;
  }
  .title_h2_inner>span:before {
    left: 4px;
  }
  .title_h2_inner>span:after {
    right: 4px;
  }
  .h2_txt {
    font-size: 16px;
    padding: 3%;
  }
  .h2_txt._padding {
    padding-bottom: 5%;
  }
  .note {
    font-size: 14px;
  }
}

/*IE対策*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .title_h2 .title_h2_inner {
    padding: 20px 103px 8px;
  }
  .title_h2 .title_h2_inner > span {
    letter-spacing: normal;
  }
}

/*  .col_block  */
.col_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col_block._padding {
  padding: 0 3.659%;
}

.col_block .screen_img {
  border: 1px solid #dfc4a1;
}

.col_block .col3 {
  width: 31.708%;
}

.col_block .col2_txt {
  width: 63.422%;
}

.col_block .col2_txt .txt {
  font-size: 18px;
  margin-top: .4778em;
  letter-spacing: .04em;
}

.col_block .col2_txt .txt:first-child {
  margin-top: 0;
}

.col_block .col2_img {
  width: 33.422%;
}

@media only screen and (max-width: 767px) {
  .col_block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .col_block .col3 {
    max-width: 260px;
    width: 45%;
  }
  .col_block .col3:nth-of-type(even) {
    margin-left: 5%;
  }
  .col_block .col3:nth-of-type(n+3) {
    margin-top: 5%;
  }
  .col_block .col2_txt {
    width: 100%;
  }
  .col_block .col2_txt .txt {
    font-size: 16px;
  }
  .col_block .col2_img {
    margin: 3% auto 0;
    max-width: 300px;
    width: 80.36%;
  }
}

/*  .link_btn  */
.link_btn {
  margin: 4.27% auto 0;
  width: 388px;
}

.link_btn .cmn_link_btn_text {
  font-feature-settings: "palt";
  font-size: 16px;
  letter-spacing: .1em;
  padding: 8px 25px 8px 5px;
}

.link_btn .cmn_link_btn_text::after {
  border-width: 6px 0 6px 8px;
  right: 15px;
  top: calc(50% - 6px);
}

@media only screen and (max-width: 767px) {
  .link_btn {
    max-width: 388px;
    width: 80%;
  }
}

/*IE対策*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .link_btn .cmn_link_btn_text {
    padding-top: 14px;
  }
}

/*  .title_darkyellow  */
.title_darkyellow {
  background: url(../image/bg-title-darkyellow-top.png) no-repeat top left, url(../image/bg-title-darkyellow-bottom.png) no-repeat bottom left;
  background-size: 100% auto, 100% auto;
  display: block;
  margin: 0 auto 4.27%;
  padding: 12px 0 13px;
  text-align: center;
  width: 55.854%;
}

.title_darkyellow.movie_ttl {
  margin: 45px auto 10px;
}

.title_darkyellow > span {
  background: url(../image/bg-title-darkyellow-pattern.png) repeat-y top center;
  background-size: 100% auto;
  display: block;
  font-size: 0;
  padding: 0 5px;
  position: relative;
}

.title_darkyellow > span::before {
  background: #9a7f49;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 103%;
  top: 50%;
  transform: translateY(-50%);
  width: 36.245%;
}

.title_darkyellow > span::after {
  background: #9a7f49;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 103%;
  top: 50%;
  transform: translateY(-50%);
  width: 36.245%;
}

.title_darkyellow > span > span {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1;
  padding: 0 40px;
  position: relative;
  vertical-align: middle;
}

.title_darkyellow.movie_ttl > span > span {
  padding: 0 35px;
}

.title_darkyellow > span > span::before,
.title_darkyellow > span > span::after {
  background: url(../image/ico-ttl-lightyellow.png) no-repeat top left;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}

.title_darkyellow > span > span::before {
  left: 0;
}

.title_darkyellow > span > span::after {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .title_darkyellow.movie_ttl{
    margin: 1.25em auto .25em;
  }
  .title_darkyellow {
    margin-bottom: 3.2%;
    max-width: 458px;
    padding: 2% 0 2.2%;
    width: 80%;
  }
  .title_darkyellow > span::before,
  .title_darkyellow > span::after {
    width: 10%;
  }
  .title_darkyellow > span > span {
    font-size: 19px;
    padding: 0 30px;
  }
  .title_darkyellow > span > span::before,
  .title_darkyellow > span > span::after {
    background-size: 74.075% auto;
    height: 14px;
    width: 25px;
  }
}

/*IE対策*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .title_darkyellow > span > span {
    padding-top: 6px;
  }
}

/*  .sns_link_block  */
.sns_link_block {
  margin: 4.8% auto 7%;
  width: 82%;
}

.sns_link_block a {
  display: block;
}

.sns_link_block .title {
  margin: 0 auto 2.075%;
  width: 56.1%;
}

.sns_link_block .detail_txt {
  border: 1px solid #3d63a2;
  border-top: 2px solid #3d63a2;
  /*ipad用の表示修正のため*/
  color: #000;
  font-size: 16px;
  margin-top: -1px;
  /*ipad用の表示修正のため*/
  padding: 6% 8% 7%;
  position: relative;
}

.sns_link_block .detail_txt::after {
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  bottom: -1px;
  /*ipad用の表示修正のため*/
  right: 0;
  width: 32px;
}

.sns_link_block .fb .detail_txt::after {
  background: url(../image/ico-fb-arrow.png) no-repeat bottom left;
  background-size: contain;
}

.sns_link_block .tw .detail_txt {
  border-color: #000;
}

.sns_link_block .tw .detail_txt::after {
  background: url(../image/ico-tw-arrow.png) no-repeat bottom left;
  background-size: contain;
}

.sns_link_block .ig .detail_txt {
  border-color: #a86ec8;
}

.sns_link_block .ig .detail_txt::after {
  background: url(../image/ico-ig-arrow.png) no-repeat bottom left;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .sns_link_block {
    margin: 10% auto;
    padding: 0 3%;
    width: 100%;
  }
  .sns_link_block .title {
    margin: 0 auto 3%;
    max-width: 460px;
    width: 92%;
  }
  .sns_link_block .detail_txt {
    font-size: 14px;
  }
}

/*動画追加*/
@media (min-width: 768px) {
  .sec_box {
    margin-top: 45px;
  }
  .sec_box .cmn_h3_01_txt {
    padding: 6px 40px;
    font-size: 21px;
  }
  .cmn_box_item_movie.col01.has_spacer::before {
    height: 218px;
    width: 240px;
    left: -29px;
    top: 40%;
  }
  .cmn_box_item_movie.col01.has_spacer::after {
    height: 172px;
    width: 314px;
    right: -48px;
    top: 71%;
  }
}

@media (max-width: 767px) {
  .sec_box {
    margin-top: 30px;
  }
}
.box__video__content{
  font-size: 0;
  position: relative;
  text-align: center;
}