@charset "UTF-8";

/* ==========================================================

title : 雑学テンプレート（tips）共通CSS
scope : 雑学テンプレート（tips）

memo：テンプレート毎に別CSSファイルで定義されていたstyleをこのファイルに集約

last modify :2021/11/12 tanaka／WEB2TCI-24647 1カラムレイアウトパターン変更を追加

2020/12/03 TCI福岡／WEB2TCI-15399
========================================================== */
/* ------------------------------------ */
/* ▼ 標準テンプレート１ 2カラム */
/* tips/css/style.cssから移動 */
/* ------------------------------------ */
.tcmn_col2.list {
  margin: 0 -10px;
}

.tcmn_col2.list_tax {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.tcmn_col2.tcmn_temp_strategy {
  margin: 0 auto;
  max-width: 950px;
  width: 100%;
}

.tcmn_col2.list .item {
  margin-bottom: 30px;
  padding: 0 10px;
  width: 33.333333%;
}

.tcmn_col2.list_tax .item {
  padding: 0 15px;
  width: 50%;
}

.tcmn_col2.list .item .item__inner {
  background: url(../image/bkg.jpg);
  padding: 0 0 16px;
  position: relative;
}

.tcmn_col2.list .item_coming_soon .item__inner {
  background: url(../image/bg-dummy-default.png), url(../image/bkg.jpg);
  background-position: bottom, left;
  background-repeat: no-repeat, repeat;
  padding: 0 0 16px;
  position: relative;
}

.tcmn_col2.list_tax .item .item__inner {
  border-top: 2px solid #B28E5F;
  border-bottom: 4px solid #B28E5F;
  border-left: 1px solid #B28E5F;
  border-right: 1px solid #B28E5F;
}

.tcmn_col2 .minheight .item__inner {
  min-height: 315px;
}

.tcmn_col2.list .item .item__inner_box a {
  color: #FFF;
  display: table;
  width: 100%;
}

.tcmn_col2.list .item_coming_soon .item__inner_box>div {
  color: #FFF;
  display: table;
  width: 100%;
}

.tcmn_col2.list .item .item__inner_box img {
  max-width: 172px;
  display: table-cell;
  vertical-align: middle;
}

.tcmn_col2.list .item .item__inner .cmn_link_btn {
  margin-top: 15px;
  width: 180px;
}

.tcmn_col2.list .item .item__inner .cmn_link_btn_text {
  font-size: 15px;
}

.tcmn_col2.list .item .item__inner_box .item__title {
  background: url(../image/bg_item.png);
  display: table-cell;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 20px;
  vertical-align: middle;
}

.tcmn_col2.list .item .item__title {
  background: #b28e5f;
  width: 100%;
}

.tcmn_col2.list .item .desc {
  font-size: 14px;
  height: 75px;
  margin: 20px 0 0;
  padding: 0 20px;
  overflow: hidden;
  line-height: 23px;
}

.tcmn_col2.list .item_coming_soon .desc {
  color: #9E7943;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.tcmn_col2.list .item.image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.tcmn_col2.list .item.image img[src$="img-tips-blank01.png"]{
  left: 35px;
  opacity: 0.5;
  width: 330px;
}
.tcmn_col2.list .item.image img[src$="img-tips-blank02.png"]{
  left: 42px;
  opacity: 0.5;
  width: 330px;
}
.tcmn_col2.list .item.image img[src$="img-tips-blank03.png"]{
  left: 35px;
  opacity: 0.5;
  width: 330px;
}
.tcmn_col2.list .item.image img[src$="img-tips-blank04.png"]{
  left: 30px;
  opacity: 0.5;
  width: 330px;
}

@media only screen and (max-width: 767px) {
  .tcmn_col2.list {
    margin: 0;
    padding: 0 25px;
  }

  .tcmn_col2.list_tax {
    padding: 0;
    margin-bottom: 10px;
  }

  .tcmn_col2.list .item {
    margin: 0;
    padding: 0 5px;
  }

  .tcmn_col2.list_tax .item {
    margin-bottom: 10px;
    width: 100%;
  }

  .tcmn_temp_strategy.list .item {
    padding: 0 10px;
  }

  .tcmn_col2.list .item .item__title {
    line-height: 66px;
  }

  .tcmn_col2.list .item .item__inner {
    padding: 0 0 20px;
    position: relative;
  }

  .tcmn_col2.list_tax .item .item__inner {
    border-top: 1px solid #B28E5F;
    border-bottom: 2px solid #B28E5F;
    border-left: 1px solid #B28E5F;
    border-right: 1px solid #B28E5F;
  }

  .tcmn_col2 .minheight .item__inner {
    min-height: 0;
  }

  .tcmn_col2.list .item .item__inner:after {
    background: url(../image/bkg_item.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: '';
    display: block;
    height: 27px;
    position: absolute;
    right: 0;
    width: 27px;
  }

  .tcmn_col2.list .item_coming_soon .item__inner {
    background: url(../image/bkg.jpg);
    background-position: left;
    background-repeat: repeat;
  }

  .tcmn_col2.list .item_coming_soon .item__inner .desc {
    height: auto;
    margin-top: 18px;
  }

  .tcmn_col2.list .item .desc {
    line-height: 21px;
    margin: 12px 0 0;
    padding: 0 15px;
    height: 44px;
  }

  .tcmn_col2.list .item .item__inner_box .item__title {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 8px;
  }

  .tcmn_col2.list .item .item__inner_box img {
    max-height: 105px;
  }

  .tcmn_col2.list_tax .item.image img {
    display: none;
  }
}

/* ------------------------------------ */
/* ▼ 標準テンプレート２ 4カラム */
/* /tips/css/tipscat3.cssから移動 */
/* ------------------------------------ */
.tcmn_col4.list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -10px;
}

.tcmn_col4.list .item {
  padding: 0 10px;
  width: 25%;
  max-height: 408px;
}

.tcmn_col4.list .item {
  margin-bottom: 18px;
}

.tcmn_col4.list .item .item__inner {
  background: url(../image/bkg.jpg);
  padding: 0 0 16px;
  position: relative;
  border-top: 2px solid #B28E5F;
  border-bottom: 4px solid #B28E5F;
  border-left: 1px solid #B28E5F;
  border-right: 1px solid #B28E5F;
}

.tcmn_col4.list .item_coming_soon .item__inner {
  background: url(../image/bg-dummy-human.png), url(../image/bkg.jpg);
  background-position: bottom left, left;
  background-repeat: no-repeat, repeat;
}

.tcmn_col4.list .item .item__inner:hover .item__img {
  opacity: 0.5;
}

.tcmn_col4.list .item .item__title {
  background: #b28e5f url(../image/bg_item.png);
  line-height: 70px;
  width: 100%;
}

.tcmn_col4.list .item .item__title a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  max-height: 48px;
  padding: 0 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 100%;
}

.tcmn_col4.list .item .item__img {
  display: block;
  font-size: 0;
}

.tcmn_col4.list .item .item__img img {
  width: 100%;
}

.tcmn_col4.list .item .desc {
  font-size: 14px;
  height: 70px;
  margin: 10px 0 0;
  padding: 0 20px;
  overflow: hidden;
}

.tcmn_col4.list .item_coming_soon .desc {
  margin: 49px 0 19px;
}

.tcmn_col4.list .item_coming_soon .item__title span {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  max-height: 48px;
  padding: 0 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 100%;
}

.tcmn_col4.list .item_coming_soon .item__inner>p {
  line-height: 0;
}

.tcmn_col4.list .item_coming_soon .desc p {
  color: #9E7943;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tcmn_col4.list .item.image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/* 武将・歴史人の日本刀の背景変更 */
body.sword_legend .tcmn_col4 .item .item__title{
  background: url(../image/bg_item_swowrd_legend.png) repeat center / contain;
}
body.sword_legend .tcmn_col4.list .item .item__inner {
  border-top: 2px solid #4d6f33;
  border-bottom: 4px solid #4d6f33;
  border-left: 1px solid #4d6f33;
  border-right: 1px solid #4d6f33;
}

@media (min-width: 768px) {
  .tcmn_col4.list .item .item__inner .link_btn_wrap {
    margin: 10px 0 5px;
    padding: 0 20px;
  }

  .tcmn_col4.list .item .item__inner .cmn_link_btn_text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .tcmn_col4.list .item .item__inner {
    border-top: 1px solid #B28E5F;
    border-bottom: 2px solid #B28E5F;
    border-left: 1px solid #B28E5F;
    border-right: 1px solid #B28E5F;
  }

  .tcmn_col4.list {
    margin: 0;
    padding: 0 5px;
  }

  .tcmn_col4.list .item {
    margin: 0;
    padding: 0 5px;
  }

  .tcmn_col4.list:not(.slick-slider) .item {
    margin-bottom: 10px;
    width: 50%;
  }

  .tcmn_col4.list .item .item__title {
    line-height: 66px;
  }

  .tcmn_col4.list .item .item__title a {
    padding: 0 8px;
    top: -3px;
  }

  .tcmn_col4.list .item .item__inner {
    padding: 0 0 30px;
    position: relative;
  }

  .tcmn_col4.list .item_coming_soon .item__inner {
    padding: 0px 0 22px;
  }

  .tcmn_col4.list .item .item__inner:after {
    background: url(../image/bkg_item.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: '';
    display: block;
    height: 27px;
    position: absolute;
    right: 0;
    width: 27px;
  }

  .tcmn_col4.list .item .desc {
    height: 63px;
    line-height: 21px;
    margin: 12px 0 0;
    padding: 0 15px;
  }

  .tcmn_col4.list .item_coming_soon .desc {
    line-height: 60px;
    margin: 20px 0 0;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .tcmn_col4.list .item .item__title a {
    max-height: 57px;
    padding-top: 9px;
    top: 0;
  }
}

/* ------------------------------------ */
/* ▼ 1カラム */
/* tips/tipsStrategy/css/style.cssから移動 */
/* ------------------------------------ */
.master_list {
  margin: 0 auto;
  max-width: 830px;
}

.master_item_conten {
  display: flex;
  padding: 20px 30px 40px;
  position: relative;
}

.master_item_abr p {
  font-size: 14px;
  margin-bottom: 16px;
  min-height: 152px;
  text-align: justify;
  line-height: 23px;
}

.master_item_abr .cmn_link_btn {
  width: 180px;
}

.master_item .bgcate {
  margin-bottom: 15px;
  min-width: 110px;
  position: relative;
}

.master_item_thumb {
  margin: 0 auto;
}

.master_item_conten .master_item_thumb {
  background-size: cover;
  background-position: center;
  height: 100%;
}

/* レイアウト切り替え */
.ttsingle_cmn.h3_bg_brown {
  background: url(/image_cmn/titleh2/h2_bkg.jpg);
}

.ttsingle_cmn.h3_bg_red {
  background: url(/image_cmn/titleh2/h2_bkg2.jpg);
}

.ttsingle_cmn.h3_bg_ocher {
  background: url(/image_cmn/titleh2/h2_bkg_ocher.jpg);
}

.master_item_conten.thumb_left {
  flex-direction:row-reverse;
  justify-content: left;
}

.thumb_round .master_item_conten .master_item_thumb {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.thumb_round  .master_item_conten .master_item_thumb .master_item_thumb_innner {
  padding-top: 100%; /* aspect-ratio not support */
}

.thumb_round .thumb_left .master_item_abr p {
  min-height: 135px;
}

.thumb_round .thumb_left .master_item_abr p {
  font-size: 18px;
}

.thumb_squre .master_item_conten .master_item_thumb {
  aspect-ratio: 4 / 3;
}
.thumb_squre .master_item_conten .master_item_thumb .master_item_thumb_innner {
  padding-top: 75%; /* aspect-ratio not support */
}

@media (min-width: 768px) {
  .master_item_abr {
    padding-right: 40px;
    width: 61.03%;
  }

  .thumb_left .master_item_abr {
    padding-right: 0;
    padding-left: 40px;
    width: calc( 100% - 240px );
  }

  /* サムネイル デザイン切り替え */
  .thumb_round .master_item_conten .master_item_thumb  {
    width: 25.975%;
  }

  .thumb_squre .master_item_conten .master_item_thumb {
    width: 38.97%;
  }
}

@media only screen and (max-width: 767px) {
  .master_list .taR {
    text-align: center !important;
  }

  .master_item {
    margin-bottom: 40px;
  }
  .master_item_conten.thumb_left,
  .master_item_conten {
    padding: 15px 10px 45px;
    flex-direction:column-reverse;
  }

  .master_item_abr,
  .master_item_thumb {
    padding: 0;
    width: 100%;
  }

  .master_item_thumb {
    text-align: center;
    width: 57%;
  }

  .master_item_thumb img {
    width: 100%;
  }

  .master_item .bgcate {
    margin-bottom: 10px;
    width: auto;
  }

  .master_item_conten .master_item_thumb {
    margin: 0 auto 10px;
  }

  /* サムネイル デザイン切り替え */
  .thumb_round .master_item_conten .master_item_thumb {
    min-width: 160px;
    max-width: 225px;
  }
  .thumb_squre .master_item_conten .master_item_thumb {
    max-width: 300px;
    min-width: 200px;
  }
  .master_item_abr p {
    margin-bottom: 20px;
    min-height: auto;
  }

  .master_item_abr .cmn_link_btn {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
}

/* ------------------------------------ */
/* ▼ ハイクオリティ動画, h1 */
/* ------------------------------------ */
.kv_large.movie-wrap {
  position: relative;
  background: #fff;
}

.kv_large video {
  width: 100%;
}

#end-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.banner_h1.kv_large__wrap {
  margin-top: 0;
}

.banner_h1.kv_large__wrap h1 {
  background: url(/wp/wp-content/themes/wp-templ/tips/image/ttl-header-tips.png) no-repeat;
  background-size: 100% 100%;
  height: 80px;
  line-height: 1.2;
  padding: 18px 0 17px;
}

.banner_h1.kv_large__wrap .txth1 {
  line-height: 1.2;
}

@media (min-width: 768px) {
  .banner_h1.kv_large__wrap .txth1 {
    font-size: 34px;
    min-width: auto;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0);
  }
}

@media only screen and (max-width: 767px) {
  #end-image:before {
    content: "";
    background: url(/image_cmn/ico_play.png) no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    opacity: .8;
  }

  #end-image.played:before {
    content: none;
  }

  .banner_h1.kv_large__wrap h1 {
    background-image: url(/wp/wp-content/themes/wp-templ/tips/image/ttl-header-tips-sp.png);
    background-size: 100% auto;
    height: auto;
    padding: 18.7% 0 0 0;
    position: relative;
  }

  .banner_h1 .txth1 {
    font-feature-settings: "pkna";
  }

  .banner_h1.kv_large__wrap .txth1 {
    font-size: 5.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

/*=========================
  目次
  =========================*/
/* ▼▼▼ .box__anchors ▼▼▼*/
.box__anchors {
  margin: 0 auto 40px;
  max-width: 650px;
}
.box__anchors .title {
  background: #a92121;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 2px 30px 0;
  text-align: center;
}
.box__anchors .title span {
  display: inline-block;
  position: relative;
}

.box__anchors .title span:before {
  background: url(/image_cmn/tips/ico5.png) no-repeat;
  content: '';
  display: block;
  height: 12px;
  left: -30px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 18px;
}
.box__anchors .title span:after {
  left: auto;
  right: -30px;
}
.box__anchors li {
  border-top: 1px solid #e8ddcf;
}
.box__anchors ul li.h2-case.no-link a,
.box__anchors ul li.h2-case.no-link a:hover {
  color: #000;
}
.box__anchors ul li.h2-case a:before {
  content: url(/image_cmn/tips/ico_triangle_right.png);
  margin-right: 5px;
}
.box__anchors ul li.h3-case {
  display: none;
}
.box__anchors ul li.h3-case a:before {
  content:"・";
  color: #B28E5E;
  margin-right: 12px;
  font-weight: 600;
}
.box__anchors ul li.h3-case a {
  padding-left: 50px;
}
.box__anchors ul li.h2-case span,
.box__anchors ul li.h3-case span {
  color: #000;
  padding-right: 10px;
}
.box__anchors li a {
  color: #0d53de;
  display: block;
  font-size: 18px;
  margin-left: 1.1em;
  padding: 9px 30px;
  text-indent: -1.1em;
}
.box__anchors li a:hover {
  color: #a92121;
}

body.historian .cmn_h1_sitetop_name {
  display: inline;
}
body.sword_legend .cmn_h1_sitetop_name {
  display: inline;
}
body.battle_strategy .cmn_h1_sitetop_name {
  display: inline;
}

@media (max-width:767px) {
  .box__anchors {
    margin: 0 10px 40px;
  }
  .box__anchors .title {
    font-feature-settings: "pkna";
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 39px;
  }
  .box__anchors .title span:before {
    left: -35px;
  }
  .box__anchors .title span:after {
    right: -35px;
  }
}

/* For IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box__anchors .title {
    line-height: 1;
    padding-top: 8px;
  }
  .box__anchors .title span:after,
  .box__anchors .title span:before {
    margin-top: -9px;
  }
}
/* ▲▲▲ .box__anchors ▲▲▲*/

/* ------------------------------------ */
/* ▼ XXXXXXXXX */
/* ------------------------------------ */

@media (min-width: 768px) {}

@media only screen and (max-width: 767px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}