@charset "UTF-8";
/*
Theme Name: VIP TIMES 2015
Theme URI: http://www.vip-times.co.jp//
Author: Tag
Author URI: http://www.tagssite.com/
Description: VIP TIMES 2015
Version: 1.0
License: Not allowed.
License URI: Nothing
*/
/* init
----------------------------------------------*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  overflow-x: hidden;
  color: #444;
  background-color: #fafafa;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.lazy {
  background-image: url("common/img/loading.gif");
  background-position: center;
  min-height: 80px;
}

.lazy img {
  opacity: 0;
  border: none;
}

.is-show img {
  opacity: 1;
}

.blur {
  filter: blur(3px);
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #006BB4;
}

a:hover, a:active {
  color: #E83F22;
}

/* txt format
----------------------------------------------*/
body {
  font-size: 1.4rem;
  line-height: 2.286;
  text-align: justify;
  font-feature-settings: "palt" 1;
  /*句点にまで効く*/
}

h1, section > h2 {
  font-size: 2.4rem;
  line-height: 1.33;
  margin-bottom: 16px;
}

/* default table
----------------------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 2px solid #e4e4e4;
  margin-bottom: 3.2rem;
}

@media screen and (max-width: 640px) {
  table {
    border-top: 2px solid #e4e4e4;
    margin-top: 8px;
  }
}

table tr {
  border-bottom: 1px solid #e4e4e4;
}

table tr:last-of-type {
  border: none;
}

table tr:nth-of-type(even) th, table tr:nth-of-type(even) td {
  background-color: #f5f5f5;
}

table td, table th {
  padding: 1.2rem 1.8rem;
}

@media screen and (max-width: 640px) {
  table td, table th {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  table td, table th {
    display: table-cell;
    vertical-align: top;
  }
}

table td > ul:first-child, table td > p:first-child, table th > ul:first-child, table th > p:first-child {
  margin-top: 0;
}

table td fieldset, table th fieldset {
  border: none;
  font-size: 1.2rem;
  line-height: 2;
}

table td fieldset img, table th fieldset img {
  border: 1px solid #FFFFFF;
}

table td table, table th table {
  border-bottom: none;
  margin: 0;
}

table th {
  white-space: nowrap;
}

@media screen and (max-width: 640px) {
  table th {
    padding: 1.2rem 1.8rem 0 1.8rem;
  }
}

/* ol */
ol {
  list-style: none;
  counter-reset: li;
  /* olカウンタをリセット */
  margin-bottom: 3.2rem;
}

ol li {
  list-style: none;
  padding-left: 4.8rem;
  position: relative;
  background-image: none;
}

ol li:before {
  content: counter(li);
  /* olカウンタをコンテンツとして扱う */
  counter-increment: li;
  /* コンテンツとしたカウンタをインクリメントする */
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.6rem;
  height: 3.6rem;
  line-height: 3.6rem;
  border: 0.5px solid #444;
  text-align: center;
  text-indent: 0;
  font-family: Aileron-Light;
}

ol li ol li:before {
  border: none;
  font-size: 100%;
  text-align: left;
  width: 1.4em;
  content: counter(li) ".";
}

/* for Sp
----------------------------------------------*/
#wrap.blur {
  filter: blur(3px);
}

header {
  height: 64px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 16px;
  background-color: #FFFFFF;
}

header > div.subNav {
  display: none;
}

header > div#headerInner #ci {
  width: 176px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(./common/img/logo_twwj.svg);
  background-size: contain;
  background-position: center;
}

header > div#headerInner #ci a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -200%;
  overflow: hidden;
}

header nav#mainNav {
  display: none;
}

.adsenseLargeBigBanner, .adsenseBigBanner, .udrHdrBnrSP {
  display: none;
}

section.menuUnderlayer {
  display: none;
}

#container main {
  display: block;
  width: 92%;
  max-width: 375px;
  margin: 0 auto 48px auto;
}

#container main section {
  /* 記事一覧 */
  /* シングルページ */
  /* 検索結果 */
}

#container main section.articleList {
  margin-bottom: 48px;
}

#container main section.articleList h1 {
  text-align: center;
  margin: 48px 0;
}

#container main section.articleList h1 span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0;
}

#container main section.articleList h2 {
  margin-top: 0;
}

#container main section.articleList:last-child {
  margin-bottom: 0;
}

#container main section.articleList > div article {
  display: flex;
  display: -webkit-box;
  /* old Android */
  display: -webkit-flex;
  /* Safari etc. */
  display: -ms-flexbox;
  /* IE10        */
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}

#container main section.articleList > div article:hover h2, #container main section.articleList > div article:hover h3 {
  color: #006BB4;
}

#container main section.articleList > div article .articleList__thumbNail {
  width: 20%;
  min-height: initial;
  min-height: auto;
  margin-top: 0;
  margin-right: 3%;
  padding-top: 20%;
  position: relative;
  margin-bottom: 0;
}

#container main section.articleList > div article .articleList__thumbNail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #F5F5F5;
}

#container main section.articleList > div article .articleList__info {
  width: 77%;
}

#container main section.articleList > div article .articleList__info h2, #container main section.articleList > div article .articleList__info h3 {
  font-size: 1.3rem;
  line-height: 1.23;
  margin-bottom: 4px;
}

#container main section.articleList > div article .articleList__info p {
  font-size: 1.2rem;
  line-height: 1.33;
  margin: 0;
}

#container main section.articleList > div article .articleList__info p a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#container main section.articleList > div article .articleList__info p.mainText {
  display: none;
}

#container main section.articleList > div article .articleList__info__termlabel {
  font-size: 1.0rem;
  color: #FFFFFF;
  padding: 4px 8px;
  white-space: nowrap;
  border-radius: 2px;
  line-height: 1;
}

#container main section.articleList > div article .articleList__info__date {
  display: block;
  font-size: 1.1rem;
  color: #AAA;
  margin-top: 4px;
}

#container main section.articleList:after {
  content: '';
  height: 1px;
  display: block;
  clear: both;
}

#container main section h1 {
  margin-top: 48px;
}

#container main section h1 span {
  font-size: 1.2rem;
  padding-left: 1.5em;
}

#container main section > h2 {
  font-size: 1.8rem;
  line-height: 1.78;
  margin-top: 48px;
}

#container main section > h2 + p {
  margin-top: 0;
}

#container main section p {
  margin-bottom: 32px;
}

#container main section p.pageinfo {
  margin-bottom: 8px;
}

#container main section p.pageinfo span.createdate {
  font-size: 1.2rem;
  color: #AAA;
}

#container main section p .pageinfo__pr {
  padding: 3px 8px;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid #AAA;
  color: #AAA;
  margin-top: 6px;
  float: right;
}

#container main section p.photo {
  margin: 0 0 32px 0;
}

#container main section p.photo span {
  display: block;
}

#container main section p.photo span.img {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

#container main section p.photo span.img img {
  max-height: 480px;
}

#container main section p.photo span.caption {
  font-size: 1.2rem;
  line-height: 1.33;
}

#container main section p.oriconNewsLogo {
  background-image: url(./common/img/logo_oriconnews_x2.png);
  background-size: 180px auto;
  background-position: right top;
  height: 48px;
  text-indent: 100%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#container main section p.oriconNewsLogo span {
  display: block;
  font-size: 1.0rem;
  position: absolute;
  bottom: 0px;
  right: 0;
  text-indent: 0 !important;
}

#container main section p.infoLabel {
  font-weight: bold;
  width: 5em;
  float: left;
}

#container main section p.infoLabel + div {
  margin-left: 5em;
  margin-bottom: 32px;
}

#container main section h2 {
  font-size: 1.5rem;
  line-height: 2.13;
}

#container main section.searchResult__articles article h2 {
  border-bottom: none;
  margin: 0;
}

#container main section.searchResult__articles article strong {
  font-weight: bold;
  font-size: 110%;
}

#container main section .searchPageSubContents section {
  margin-bottom: 32px;
}

#container main section .searchPageSubContents section ul {
  text-align: left;
  font-size: 0;
}

#container main section .searchPageSubContents section ul li {
  display: inline-block;
  border: 1px solid #EEE;
  background-color: #F5F5F5;
  border-radius: 3px;
  padding: 4px 8px;
  background-image: none;
  margin: 0 8px 8px 0;
  font-size: 14px !important;
  font-size: 0.88em;
}

#container main section .searchPageSubContents section ul li a:before {
  content: '#';
}

#container aside {
  width: 92%;
  max-width: 375px;
  margin: 0 auto 32px auto;
}

#container aside .searchBox {
  width: 100%;
}

#container aside > div {
  max-width: 300px;
  margin: auto;
}

#container aside > div img {
  margin-bottom: 8px;
}

footer {
  margin-bottom: 48px;
  padding: 0.1px 0 16px 0;
  color: #444;
}

footer #footer__inner {
  width: 92%;
  max-width: 375px;
  margin: 24px auto 0 auto;
}

@media screen and (min-width: 640px) {
  footer #footer__inner {
    margin: 40px auto 0 auto;
  }
}

footer #footer__inner section.siteMap h3 {
  display: none;
}

footer #footer__inner section.siteMap div div {
  display: none;
}

footer #footer__inner section.siteMap div div:nth-of-type(2) {
  display: block;
  background-color: #FFFFFF;
  border-top: 1px solid #e4e4e4;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 48px;
  text-align: center;
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul {
  margin-right: 60px;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li {
  display: inline-block;
  width: 18%;
  max-width: 80px;
  height: 100%;
  overflow: hidden;
  margin: 0 2px;
  background-size: auto 30px;
  background-position: center;
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li ul {
  display: none;
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li:nth-of-type(1) {
  background-image: url(./common/img/menu_sp_home.svg);
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li:nth-of-type(2) {
  background-image: url(./common/img/menu_sp_news.svg);
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li:nth-of-type(3) {
  background-image: url(./common/img/menu_sp_advance_info.svg);
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li:nth-of-type(4) {
  background-image: url(./common/img/menu_sp_taleme_repo.svg);
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li:nth-of-type(5) {
  background-image: url(./common/img/menu_sp_anq.svg);
}

footer #footer__inner section.siteMap div div:nth-of-type(2) ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

footer #footer__inner section.informations h3 {
  text-indent: -200%;
  overflow: hidden;
  background-image: url(./common/img/vip_corp_name.svg);
  background-size: auto 15px;
  background-position: left center;
}

footer #footer__inner section.informations p {
  font-size: 1.2rem;
  line-height: 1.33;
}

footer #footer__inner section.informations small {
  font-size: 1.0rem;
  line-height: 1.6;
  display: block;
}

footer #footer__inner section.informations small br {
  display: none;
}

.footer_ads {
  min-height: 16px;
  background-color: #f2f2f2;
}

#btn__pagetop {
  background-color: rgba(0, 0, 0, 0.5);
  width: 48px;
  height: 48px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer;
  background-image: url(./common/img/icon_pagetop.svg);
  background-position: center;
  background-size: 16px auto;
  text-indent: -300%;
  overflow: hidden;
}

#overflowNav__btn {
  position: fixed;
  top: 8px;
  right: 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  z-index: 10000;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#overflowNav__btn.show {
  background-color: #FFFFFF;
}

#overflowNav__btn span {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  user-select: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#overflowNav__btn span:nth-of-type(1) {
  top: 10px;
}

#overflowNav__btn span:nth-of-type(2) {
  top: 16px;
}

#overflowNav__btn span:nth-of-type(3) {
  top: 22px;
}

#overflowNav__btn span:nth-of-type(4) {
  width: 100%;
  height: auto;
  bottom: 10px;
  left: 0;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  border: none;
  transform: translate(0, 0);
  background-color: transparent;
}

#overflowNav__btn.open {
  background-color: transparent;
}

#overflowNav__btn.open span {
  background-color: #FFFFFF;
}

#overflowNav__btn.open span:nth-of-type(1) {
  top: 16px;
  width: 24px;
  left: 52%;
  transform: rotate(45deg) translate(-50%, 50%);
  transform-origin: left;
}

#overflowNav__btn.open span:nth-of-type(2) {
  display: none;
}

#overflowNav__btn.open span:nth-of-type(3) {
  top: 16px;
  width: 24px;
  left: 48%;
  transform: rotate(-45deg) translate(-50%, 50%);
  transform-origin: left;
}

#overflowNav__btn.open span:nth-of-type(4) {
  color: #FFFFFF;
  background-color: transparent;
}

#overflowNav {
  background-color: rgba(1, 161, 163, 0.7);
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#overflowNav.show {
  left: 0;
}

#overflowNav > ul {
  margin: 24px 48px;
  padding-top: 24px;
  list-style: none;
}

#overflowNav > ul a:link, #overflowNav > ul a:visited {
  color: #FFFFFF;
}

#overflowNav > ul li ul {
  padding-left: 1em;
  font-size: 85%;
  list-style: none;
}

#overflowNav > ul + ul {
  border-top: 1px solid #FFFFFF;
  font-size: 85%;
}

#overflowNav .searchBox {
  margin: 48px 32px 8px 48px;
}

/* top page */
.topPage #mv > div {
  width: 92%;
  margin: auto;
}

.topPage #mv > div article {
  display: flex;
  display: -webkit-box;
  /* old Android */
  display: -webkit-flex;
  /* Safari etc. */
  display: -ms-flexbox;
  /* IE10        */
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 16px;
}

.topPage #mv > div article .mv__photo {
  width: 20%;
  margin-right: 3%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}

.topPage #mv > div article .mv__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.topPage #mv > div article .mv__photo img.medium {
  display: none;
}

.topPage #mv > div article .mv__text {
  width: 77%;
}

.topPage #mv > div article .mv__text h2 {
  font-size: 1.3rem;
  line-height: 1.33;
  margin-bottom: 0;
}

.topPage #mv > div article .mv__text p {
  line-height: 1.33;
}

.topPage #mv > div article .mv__text__info span {
  margin-top: 4px;
}

.topPage #mv > div article .mv__text__info span.date {
  font-size: 1.1rem;
  display: block;
  color: #AAA;
}

.topPage #mv > div article .mv__text .mainText {
  display: none;
}

.topPage #mv > div article .mv__link a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.topPage #container main section h2 {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.topPage #container main section h2 span {
  font-size: 1.2rem;
}

.topPage #container main section h2 span.jp {
  margin-left: 1em;
}

.topPage #container main section h2 span.link {
  display: none;
}

.topPage #container main section.news h2 {
  color: #fdb145;
}

.topPage #container main section.talemeReport h2 {
  color: #ADC965;
}

.topPage #container main section.talentComponent h2 {
  color: #e6412d;
}

.topPage #container main section h2 span {
  color: #444;
}

.topPage #container main section p {
  margin: 0;
}

/* single */
/* components */
/* talent Component */
.talentComponent > div {
  display: flex;
  display: -webkit-box;
  /* old Android */
  display: -webkit-flex;
  /* Safari etc. */
  display: -ms-flexbox;
  /* IE10        */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.talentComponent > div article {
  width: 31%;
  margin: 0 3.5% 8px 0;
  position: relative;
}

.talentComponent > div article:nth-of-type(3n) {
  margin: 0 0 8px 0;
}

.talentComponent > div article:hover {
  color: #006BB4;
}

.talentComponent > div article h3 {
  font-size: 1.3rem;
  line-height: 1.23;
  margin: 6px 0 4px 0;
}

.talentComponent > div article h3 span {
  font-size: 80%;
  display: block;
}

.talentComponent > div article .talentComponent__photo {
  width: 100%;
  min-height: initial;
  min-height: auto;
  padding-top: 100%;
  position: relative;
  margin: 0 !important;
}

.talentComponent > div article .talentComponent__photo img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e4e4e4;
}

.talentComponent > div article .talentComponent__photo .genre {
  background-color: #e6412d;
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 8px 8px;
  line-height: 1;
  position: absolute;
  top: 1px;
  right: 1px;
}

.talentComponent > div article .talentComponent__txt {
  font-size: 1.1rem;
  line-height: 1.45;
  display: inline-block;
  color: #AAA;
}

.talentComponent > div article .talentComponent__txt span:after {
  content: ' ';
}

.talentComponent > div article .talentComponent__txt span:first-child {
  display: block;
}

.talentComponent > div article .talentComponent__txt span:last-child:after {
  display: none;
}

.talentComponent > div article .talentComponent__txt a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -100%;
  overflow: hidden;
}

.talentComponent:after {
  content: '';
  height: 1px;
  display: block;
  clear: both;
}

/* related talent */
.relatedTlt > div {
  display: flex;
  display: -webkit-box;
  /* old Android */
  display: -webkit-flex;
  /* Safari etc. */
  display: -ms-flexbox;
  /* IE10        */
  -ms-flex-wrap: wrap;
  margin-bottom: 16px;
}

.relatedTlt > div article {
  border: 1px solid #e4e4e4;
  padding: 4px;
  width: 23.5%;
  margin-right: 2.0%;
  border-radius: 2px;
  position: relative;
  font-size: 1.0rem;
  line-height: 1.1;
}

.relatedTlt > div article:nth-of-type(4) {
  margin-right: 0;
}

.relatedTlt > div article:hover {
  background-color: #F5F5F5;
}

.relatedTlt > div article p.relatedTlt__photo {
  margin: 0 0 4px 0 !important;
  width: 100%;
  min-height: initial;
  min-height: auto;
  padding-top: 100%;
  position: relative;
}

.relatedTlt > div article p.relatedTlt__photo img {
  position: absolute;
  top: 0;
  left: 0;
}

.relatedTlt > div article p.relatedTlt__name {
  margin: 0 !important;
}

.relatedTlt > div article p.relatedTlt__name a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -200%;
  overflow: hidden;
}

.relatedTlt:after {
  content: '';
  display: block;
  height: 1px;
  clear: both;
}

/* sidebar corp profile */
.profBox {
  padding-bottom: 32px;
}

.profBox__icatch {
  margin: 0;
  height: 112px;
  position: relative;
  background-image: url(./common/img/ph_corp_prof.jpg);
  background-size: cover;
}

.profBox__icatch__icon {
  width: 88px;
  height: 88px;
  overflow: hidden;
  background-image: url(./common/img/twwj_2019_h1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -200%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%, 0);
}

.profBox__name {
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  margin: 32px 0 16px 0;
  background-image: url(./common/img/logo_twwj.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -200%;
  overflow: hidden;
}

.profBox__txt {
  font-size: 80%;
}

.profBox__sns {
  margin: 14px 0 0 0;
  text-align: center;
  padding: 0 15px;
}

.profBox__sns li {
  display: inline-block;
  margin: 0 1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
}

.profBox__sns li a {
  display: block;
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}

.profBox__sns-facebook {
  background: #3b5998;
  background-image: url(./common/img/logo_facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 38.5%;
}

.profBox__sns-twitter {
  background: #55acee;
  background-image: url(./common/img/logo_twitter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 38.5%;
}

.profBox__sns-line {
  background: #00c42a;
  background-image: url(./common/img/logo_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 38.5%;
}

@media screen and (min-width: 640px) {
  .profBox {
    background-color: #F2F2F2;
    padding: 8px;
    margin-bottom: 8px !important;
  }
  .profBox__icatch {
    margin-top: 0px;
  }
}

/* category link */
.categoryLink {
  display: inline-block;
  border: 1px solid #444;
  height: 32px;
  border-radius: 16px;
  padding: 0 40px 0 24px;
  margin-bottom: 0 !important;
  position: relative;
  float: right;
}

.categoryLink a:link, .categoryLink a:visited {
  text-decoration: none;
  color: #444;
}

.categoryLink:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 32px;
  background-image: url(./common/img/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

/* sns */
.sns {
  text-align: center;
  margin: 16px 8px;
  height: 40px;
  font-size: 0;
}

.sns a {
  display: inline-block;
  margin: 0 3px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: silver;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.sns a.btnFB {
  background: #3b5998;
  background-image: url(./common/img/logo_facebook.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 38.5%;
}

.sns a.btnTW {
  background: #55acee;
  background-image: url(./common/img/logo_twitter.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 38.5%;
}

.sns a.btnLN {
  background: #00c42a;
  background-image: url(./common/img/logo_line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 38.5%;
}

/* searchBox */
.searchBox {
  border: 12px solid #F3F3F3;
  background-color: #f9f9f9 !important;
  padding: 10px 20px;
  text-align: left;
  background-color: #FFFFFF;
  line-height: 2;
}

.searchBox input[type=radio] {
  display: none;
}

.searchBox input[type=radio]:checked + label:before {
  background-image: url(./common/img/mark_radio_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}

.searchBox label {
  display: block;
  position: relative;
  padding-left: 24px;
  font-size: 1.4rem;
}

.searchBox label:before {
  content: '';
  display: block;
  border: 2px solid #333;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.searchBox .submitArea {
  border: 2px solid #333;
  position: relative;
  height: 32px;
  margin: 4px 0;
  border-radius: 3px;
}

.searchBox .submitArea input {
  border: none;
  height: 100%;
}

.searchBox .submitArea input[type=text] {
  width: 100%;
  padding: 4px 44px 4px 4px;
  font-size: 1.4rem;
  background-color: transparent;
  display: flex;
  background-color: #FFFFFF;
}

.searchBox .submitArea input[type=submit] {
  background-color: #333;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  border-radius: 0 1px 1px 0;
  text-indent: -200%;
  background-image: url(./common/img/icon_loupe.svg);
  background-position: center;
  background-size: auto 50%;
}

#wrap .searchBox {
  width: 92%;
  margin: 16px auto;
  max-width: 375px;
}

/* pager */
#pager {
  text-align: center;
  font-size: 0;
  display: block !important;
}

#pager a.page-numbers, #pager .current {
  font-size: 1.3rem;
  border: solid 1px #444;
  height: 36px;
  width: 36px;
  line-height: 34px;
  margin: 8px 2px 0 2px;
  color: #444;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
}

#pager a.page-numbers {
  background: #FFFFFF;
}

#pager .current, #pager a:hover {
  background: #E83F22 !important;
  border: solid 1px #E83F22 !important;
  color: #fff !important;
}

/* termlabel */
.termlabel, .articleList__info__termlabel {
  background-color: gray;
  display: inline-block;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 4px 8px;
  margin-right: 4px;
  border-radius: 2px;
  line-height: 1;
}

.termlabel.news, .termlabel.oriconnews, .articleList__info__termlabel.news, .articleList__info__termlabel.oriconnews {
  background-color: #fdb145;
}

.termlabel.advanceinfo, .termlabel.advanceinformations, .articleList__info__termlabel.advanceinfo, .articleList__info__termlabel.advanceinformations {
  background-color: #89D5C9;
}

.termlabel.talemerepo, .termlabel.talemereport, .articleList__info__termlabel.talemerepo, .articleList__info__termlabel.talemereport {
  background-color: #ADC965;
}

.termlabel span, .articleList__info__termlabel span {
  margin-left: 2px;
  font-size: 0.9rem;
}

/* pr label */
.articleList__info__pr {
  font-size: 1.0rem;
  border: 1px solid #AAA;
  color: #AAA;
  padding: 3px 6px;
}

/* single sns btns */
#singleSNS {
  margin: 40px 0;
}

#singleSNS ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#singleSNS ul li {
  width: 100%;
  border-radius: 3px;
  margin: 0 2px;
  background-position: center;
  background-size: auto 62%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#singleSNS ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -100%;
  overflow: hidden;
}

#singleSNS ul li.share-twitter {
  background-color: #55acee;
  background-image: url(./common/img/logo_twitter.svg);
  box-shadow: 0px 1px 0px #4489be;
}

#singleSNS ul li.share-facebook {
  background-color: #3b5998;
  background-image: url(./common/img/logo_facebook.svg);
  box-shadow: 0px 1px 0px #2a4377;
}

#singleSNS ul li.share-line {
  background-color: #00c42a;
  background-image: url(./common/img/logo_line.svg);
  box-shadow: 0px 1px 0px #048B5C;
}

#singleSNS ul li.share-hatena {
  background-color: #00A4DE;
  background-image: url(./common/img/logo_hatena.svg);
  box-shadow: 0px 1px 0px #0388b8;
}

#singleSNS ul li.share-pocket {
  background-color: #EF4056;
  background-image: url(./common/img/logo_pocket.svg);
  box-shadow: 0px 1px 0px #be3245;
}

#singleSNS ul li:hover {
  transform: translate(0, 1px);
  box-shadow: 0px 0px 0px white;
}

/* タレント詳細 */
h1.tltProfile {
  margin: 48px 0 32px 0 !important;
}

h1.tltProfile span {
  font-size: 1.4rem;
  margin-left: 0.5em;
}

.tltProfile__header {
  background-color: #F5F5F5;
  padding: 24px;
  margin-bottom: 32px;
  position: relative;
  font-size: 1.3rem;
  line-height: 2.46;
}

.tltProfile__header__articleLabel {
  background-color: #e6412d;
  color: #FFFFFF;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 16px;
  z-index: 10;
}

.tltProfile__header__photo {
  background-color: #FFFFFF;
  padding-top: 100%;
  position: relative;
  margin: 0 !important;
}

.tltProfile__header__photo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tltProfile__header__text h2 {
  margin: 0 0 16px 0 !important;
}

.tltProfile__header__text h2 span {
  font-size: 1.2rem;
  padding-left: 1em;
}

.tltProfile__header__text__specs {
  display: flex;
  flex-wrap: wrap;
}

.tltProfile__header__text__specs p {
  width: 50%;
  margin: 0 !important;
}

.tltProfile__header + table.tltProfile__table {
  margin-bottom: 32px;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.tltProfile__header + table.tltProfile__table tr th {
  display: inline-block;
  background-color: #e6412d;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #FFFFFF;
  padding: 0px 8px;
  border-radius: 2px;
  font-weight: normal;
  vertical-align: middle;
}

.tltProfile__header + table.tltProfile__table tr td {
  display: block;
  word-break: break-all;
  background-color: transparent;
}

@media screen and (min-width: 640px) {
  .tltProfile__header {
    display: flex;
    align-items: flex-start;
    padding: 32px;
  }
  .tltProfile__header__photo {
    width: 32%;
    padding-top: 32%;
  }
  .tltProfile__header__text {
    padding-top: 8px;
    width: 62%;
    margin-left: 6%;
  }
  .tltProfile__header + table.tltProfile__table {
    border-collapse: separate;
    border-spacing: 12px;
  }
  .tltProfile__header + table.tltProfile__table tr th {
    display: table-cell;
    padding: 0px 16px 0 8px;
  }
  .tltProfile__header + table.tltProfile__table tr td {
    display: table-cell;
    padding-left: 8px;
  }
}

/* ads space */
.ads__main-pctb-1 {
  margin: 0 0 32px 0;
}

@media screen and (max-width: 640px) {
  .ads__main-pctb-1 {
    display: none;
  }
}

.ads__main-pctb-2 {
  margin: 0 0 32px 0;
}

.ads__main-pctb-2:last-of-type {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .ads__main-pctb-2 {
    display: none;
  }
}

.ads__main-sp-menu {
  margin: 32px 0;
}

.ads__main-sp-menu ins.adsbygoogle, .ads__main-sp-menu ins {
  background-color: transparent;
}

@media screen and (min-width: 640px) {
  .ads__main-sp-menu {
    display: none !important;
  }
}

.ads__main-sp-1 {
  margin: 32px auto 32px auto;
}

@media screen and (min-width: 640px) {
  .ads__main-sp-1 {
    display: none;
  }
}

.ads__main-sp-2 {
  margin: auto;
}

@media screen and (min-width: 640px) {
  .ads__main-sp-2 {
    display: none !important;
  }
}

.ads__aside-pc {
  margin-bottom: 8px !important;
}

@media screen and (max-width: 1000px) {
  .ads__aside-pc {
    display: none;
  }
}

.ads__aside-tb {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 1000px), (max-width: 640px) {
  .ads__aside-tb {
    display: none;
  }
}

.ads__aside-sp {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 640px) {
  .ads__aside-sp {
    display: none;
  }
}

.ads__footer > div {
  width: 92%;
  max-width: 375px;
  margin: auto;
  text-align: center;
  line-height: 0;
  padding: 8px 0;
  font-size: 0;
}

.ads__footer > div a {
  display: block;
  margin: 8px 0;
}

.ads__footer > div a img {
  border: 2px solid #FFFFFF;
}

.ads__footer > div a + img {
  display: none;
}

@media screen and (min-width: 640px) {
  .ads__footer > div {
    width: 92%;
    max-width: 800px;
  }
  .ads__footer > div a {
    display: inline-block;
    margin: 4px;
  }
}

@media screen and (min-width: 640px) and (min-width: 1180px) {
  .ads__footer > div {
    width: 98%;
    max-width: 98%;
  }
  .ads__footer > div a {
    max-width: 23%;
    margin: 24px 4px;
  }
}

.relatedLinks + .ads__main-pctb-1, section + .ads__main-pctb-1 {
  margin-top: 48px;
}

.ads__main-pctb-1,
.ads__main-pctb-2,
.ads__main-sp-1,
.ads__main-sp-2,
.ads__aside-pc,
.ads__aside-tb,
.ads__aside-sp,
.ads__footer {
  width: 100%;
}

ins.adsbygoogle, ins {
  display: block;
  vertical-align: bottom;
  max-width: 100% !important;
  margin: 0 auto !important;
  background-color: #F2F2F2;
}

ins.adsbygoogle iframe, ins iframe {
  vertical-align: bottom;
}

/* LinkBtn */
.LinkBtn {
  background-color: #89da59;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  margin: 16px auto;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 1px 0px #7bc551;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.LinkBtn:link, .LinkBtn:visited {
  color: #FFFFFF;
}

.LinkBtn:hover {
  transform: translate(0, 1px);
  box-shadow: 0px 0px 0px #7bc551;
}

@media screen and (min-width: 640px) {
  .LinkBtn {
    font-family: NotoSansJP-Regular;
  }
}

/* hr */
hr {
  margin-bottom: 32px;
  border: none;
  border-top: 1px solid #e4e4e4;
}

/* リンクタブ */
#ui-tab ul.sponsors {
  display: flex;
  justify-content: space-between;
  list-style: none;
  border-bottom: 3px solid #e4e4e4;
}

#ui-tab ul.sponsors li {
  width: 100%;
  text-align: center;
  margin: 0 2px;
}

#ui-tab ul.sponsors li:first-of-type {
  margin-left: 0;
}

#ui-tab ul.sponsors li:last-of-type {
  margin-right: 0;
}

#ui-tab ul.sponsors li a:link, #ui-tab ul.sponsors li a:visited {
  background-color: #CCD3D9;
  border-radius: 4px 4px 0 0;
  display: block;
  color: #FFFFFF;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#ui-tab ul.sponsors li a:link.current, #ui-tab ul.sponsors li a:visited.current {
  background-color: #E83F22;
}

#ui-tab div {
  display: none;
  margin-bottom: 32px;
}

#ui-tab div.show {
  display: block;
}

#ui-tab div h3 {
  margin: 32px 0 4px 0;
  font-size: 1.5rem;
}

#ui-tab div h3:first-letter {
  background-color: #E83F22;
  color: #FFFFFF;
  padding: 8px;
  border-radius: 3px;
}

#ui-tab div p {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
  #ui-tab div.show {
    display: flex;
    flex-wrap: wrap;
  }
  #ui-tab div h3 {
    width: 100%;
  }
  #ui-tab div p {
    width: 50%;
  }
}

/* back numbers */
.backNumbers {
  display: flex;
  flex-wrap: wrap;
}

.backNumbers > div {
  width: 30%;
  position: relative;
  margin-right: 5%;
  margin-bottom: 24px;
}

.backNumbers > div:nth-of-type(3n) {
  margin-right: 0;
}

.backNumbers > div h3 {
  background-color: #444;
  color: #FFFFFF;
  font-size: 1.3rem;
  line-height: 1;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
}

.backNumbers > div p {
  text-align: center;
  margin-bottom: 8px !important;
}

.backNumbers > div p.pict {
  background-color: #E83F22;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #FFFFFF;
  padding: 4px;
}

.backNumbers > div p img {
  width: 100%;
  height: auto;
}

.backNumbers > div ul li {
  font-size: 1.3rem;
  line-height: 1.85;
  list-style: none;
}

.backNumbers > div ul li span {
  background-color: #E83F22;
  color: #FFFFFF;
  font-size: 1.1rem;
  padding: 2px 6px;
  border-radius: 2px;
  margin-right: 6px;
}

.backNumbers > div ul li.caption {
  font-size: 1rem !important;
  line-height: 1.6;
}

@media screen and (min-width: 640px) {
  .backNumbers > div {
    width: 22%;
    margin-right: 4%;
  }
  .backNumbers > div:nth-of-type(3n) {
    margin-right: 4%;
  }
  .backNumbers > div:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 1000px) {
  .backNumbers > div {
    width: 17%;
    margin-right: 3.75%;
  }
  .backNumbers > div:nth-of-type(4n), .backNumbers > div:nth-of-type(3n) {
    margin-right: 3.75%;
  }
  .backNumbers > div:nth-of-type(5n) {
    margin-right: 0;
  }
}

/* iframe */
iframe {
  width: 100%;
}

/* FAQ */
.FAQ-Q {
  list-style: none;
  padding-left: 40px;
  position: relative;
  min-height: 40px;
}

.FAQ-Q:before {
  content: 'Q';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5BBDC8;
  color: #FFFFFF;
  font-size: 1.6rem;
}

.FAQ-A {
  list-style: none;
  padding-left: 40px;
  position: relative;
  min-height: 40px;
  margin-bottom: 16px;
}

.FAQ-A:before {
  content: 'A';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E12E4B;
  color: #FFFFFF;
  font-size: 1.6rem;
}

/* youtube */
span.youtube {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

span.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* 前の記事次の記事 */
.prevNext {
  margin-bottom: 48px;
  height: 32px;
  position: relative;
}

.prevNext a {
  background-color: #444;
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  align-items: center;
  padding: 0 32px;
  font-size: 1.2rem;
  border-radius: 16px;
}

.prevNext a:nth-of-type(1) {
  left: 0;
}

.prevNext a:nth-of-type(2) {
  right: 0;
}

.prevNext a:link, .prevNext a:visited {
  color: #FFFFFF;
}

.followMeBadge {
  background-image: url(./common/img/follow_me_pctb.svg);
  width: 32px;
  height: 124px;
  position: fixed;
  top: 180px;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: none;
  z-index: 10;
}

.followMeBadge a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {
  .followMeBadge {
    display: block;
  }
}

.notFoundMenu {
  margin-bottom: 32px;
  background-color: #FFFFFF;
  padding: 32px;
}

.notFoundMenu > ul {
  list-style: none;
}

.notFoundMenu > ul li a {
  padding-left: 16px;
  background-image: url(./common/img/mark_list.svg);
  background-position: left center;
  display: block;
  width: 100%;
  height: 100%;
}

.notFoundMenu > ul li ul {
  list-style: none;
  margin-left: 16px;
}

@media screen and (min-width: 640px) {
  .notFoundMenu {
    display: flex;
  }
  .notFoundMenu > ul {
    width: 48%;
    margin-right: 4%;
  }
  .notFoundMenu > ul:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* for Tablet
----------------------------------------------*/
@media screen and (min-width: 640px) {
  /* 640px以上のCSSを記述 */
  .blur {
    filter: blur(0px) !important;
  }
  header {
    height: 124px;
    border: none;
    margin-bottom: 48px;
  }
  header > div.subNav {
    display: block;
    background-color: #f2f2f2;
    min-height: 24px;
  }
  header > div.subNav .subNavInner {
    width: 92%;
    max-width: initial;
    max-width: auto;
    margin: auto;
    text-align: right;
  }
  header > div.subNav .subNavInner nav ul {
    display: inline-block;
    font-size: 0;
  }
  header > div.subNav .subNavInner nav ul li {
    display: inline-block;
    font-family: NotoSansJP-Medium;
    font-size: 1.1rem;
    line-height: 1;
    margin-right: 1.5em;
  }
  header > div.subNav .subNavInner nav ul li a:link, header > div.subNav .subNavInner nav ul li a:visited {
    color: #777;
  }
  header > div.subNav .subNavInner nav > a:link, header > div.subNav .subNavInner nav > a:visited {
    display: inline-block;
    font-size: 1.1rem;
    color: #FFFFFF;
    background-color: #00BFB2;
    padding: 0 12px;
    height: 24px;
    font-family: NotoSansJP-Medium;
    border-radius: 2px;
  }
  header > div#headerInner {
    height: 60px;
    position: relative;
  }
  header nav#mainNav {
    display: block;
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    height: 40px;
    min-height: initial;
    min-height: auto;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    background-color: #FFFFFF;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-family: NotoSansJP-Medium;
  }
  header nav#mainNav #logo_miniLogo {
    position: absolute;
    left: -32px;
    top: 0;
    height: 100%;
    width: 40px;
    text-indent: -1000%;
    white-space: nowrap;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition-delay: 0s;
    background-image: url(./common/img/icon_home.svg);
    background-size: auto 62%;
    background-position: center;
    opacity: 0;
  }
  header nav#mainNav #logo_miniLogo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header nav#mainNav.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 32px;
  }
  header nav#mainNav.fixed ul > li {
    font-size: 1.2rem;
  }
  header nav#mainNav.fixed #logo_miniLogo {
    left: 0%;
    opacity: 1;
    transition-delay: 1s;
  }
  header nav#mainNav ul {
    height: 100%;
    font-size: 0;
  }
  header nav#mainNav ul > li {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    display: inline-block;
    height: 100%;
    margin: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header nav#mainNav ul > li a:link, header nav#mainNav ul > li a:visited {
    color: #444;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 16px;
  }
  header nav#mainNav ul ul {
    border: none;
    display: none;
  }
  header nav#mainNav ul.subNav {
    display: none;
  }
  header nav#mainNav .sns, header nav#mainNav .searchBox {
    display: none;
  }
  header nav#mainNav span {
    display: block;
    position: absolute;
    background-color: #E83F22;
    width: 0px;
    height: 1px;
    bottom: -1px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  section.menuUnderlayer {
    display: block;
    margin: 32px 0 56px 0;
    position: relative;
  }
  section.menuUnderlayer ul {
    text-align: center;
    font-size: 0;
  }
  section.menuUnderlayer ul li {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    margin: 0;
    font-family: NotoSansJP-Medium;
  }
  section.menuUnderlayer ul li a:link, section.menuUnderlayer ul li a:visited {
    display: flex;
    width: 100%;
    height: 100%;
    color: #444;
    padding: 0 28px;
    position: relative;
  }
  section.menuUnderlayer ul li a:link:after, section.menuUnderlayer ul li a:visited:after {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% - 28px);
    background-color: #e4e4e4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
  section.menuUnderlayer span {
    display: block;
    background-color: #E83F22;
    width: 0px;
    height: 1px;
    position: absolute;
    bottom: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #container {
    width: 92%;
    max-width: 800px;
    margin: auto;
    display: flex;
    display: -webkit-box;
    /* old Android */
    display: -webkit-flex;
    /* Safari etc. */
    display: -ms-flexbox;
    /* IE10        */
  }
  #container h1 {
    font-size: 3.2rem;
    font-family: NotoSansJP-Medium;
    font-weight: normal;
    margin-top: 0px !important;
  }
  #container.searchResult .searchBox {
    width: 100%;
    max-width: initial;
    max-width: auto;
    margin-bottom: 40px;
    padding: 16px 32px;
  }
  #container.searchResult .searchBox form {
    font-size: 0;
  }
  #container.searchResult .searchBox form label {
    font-size: 1.4rem;
    display: inline-block;
    width: 50%;
  }
  #container.searchResult aside .searchBox {
    display: none;
  }
  #container main {
    width: auto;
    max-width: initial;
    max-width: 100%;
    margin: 0 0 48px 0;
    width: 62%;
  }
  #container main section h2 {
    font-family: NotoSansJP-Medium;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-weight: normal;
  }
  #container main section.articleList {
    margin-bottom: 60px;
  }
  #container main section.articleList h1 {
    font-size: 2.8rem;
    margin: 0 0 48px 0;
    line-height: 1.88;
    font-family: Aileron-Thin;
  }
  #container main section.articleList h1 span {
    display: block;
    font-size: 1.4rem;
    font-family: NotoSansJP-Regular;
    letter-spacing: 0;
    color: #444;
  }
  #container main section.articleList h1.oriconnews {
    color: #fdb145;
  }
  #container main section.articleList h1.talemereport {
    color: #ADC965;
  }
  #container main section.articleList h1.advanceinformations {
    color: #89D5C9;
  }
  #container main section.articleList > div {
    display: flex;
    display: -webkit-box;
    /* old Android */
    display: -webkit-flex;
    /* Safari etc. */
    display: -ms-flexbox;
    /* IE10        */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container main section.articleList > div h2 {
    position: relative;
    border: none;
    margin: 0;
    font-weight: normal;
  }
  #container main section.articleList > div h2 span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.1rem;
  }
  #container main section.articleList > div h2 span a:link, #container main section.articleList > div h2 span a:visited {
    color: #444;
    border-bottom: 1px solid #444;
  }
  #container main section.articleList > div article {
    width: 47%;
    margin-right: 6%;
  }
  #container main section.articleList > div article:nth-of-type(2n) {
    margin-right: 0;
  }
  #container main section.articleList > div article h2, #container main section.articleList > div article h3 {
    font-family: NotoSansJP-Medium;
    font-weight: normal;
  }
  #container main.category section h1 {
    font-family: Aileron-Thin , NotoSansJP-Medium;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) {
    width: 100%;
    padding: 0 0 24px 0;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #e4e4e4;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__thumbNail {
    width: 38%;
    padding-top: 38%;
    margin: 0;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__info {
    width: 58%;
    margin-left: 4%;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__info h2, #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__info h3 {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: normal;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__info p.mainText {
    display: block;
    font-size: 1.2rem;
    line-height: 2.0;
    margin-top: 4px;
  }
  #container main.category section.articleList > div article:nth-of-type(1) {
    border-top: 1px solid #e4e4e4;
    padding-top: 24px;
  }
  #container aside {
    margin: 0 0 32px 6%;
    width: 32%;
    position: relative;
  }
  #container aside .searchBox {
    margin: 0 0 8px 0;
    width: 100%;
    padding: 8px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  #btn__pagetop {
    border-radius: 50%;
    right: 16px;
    bottom: 16px;
  }
  #overflowNav__btn, #overflowNav {
    display: none;
  }
  footer {
    margin-bottom: 0;
    padding: 0.1px 0 48px 0;
    border: none;
  }
  footer #footer__inner {
    width: 92%;
    max-width: 800px;
    display: -webkit-box;
    /* old Android */
    display: -webkit-flex;
    /* Safari etc. */
    display: -ms-flexbox;
    /* IE10        */
    display: flex;
  }
  footer #footer__inner section.siteMap {
    width: 62%;
    font-size: 1.2rem;
    line-height: 2.00;
  }
  footer #footer__inner section.siteMap h3 {
    height: 20px;
    margin-bottom: 24px;
    display: block;
    background-image: url(./common/img/logo_twwj_middle.svg);
    text-indent: -100%;
    overflow: hidden;
  }
  footer #footer__inner section.siteMap div {
    display: flex;
    display: -webkit-box;
    /* old Android */
    display: -webkit-flex;
    /* Safari etc. */
    display: -ms-flexbox;
    /* IE10        */
    position: relative;
  }
  footer #footer__inner section.siteMap div div:nth-of-type(1), footer #footer__inner section.siteMap div div:nth-of-type(2), footer #footer__inner section.siteMap div div:nth-of-type(3) {
    display: block;
    position: relative;
    width: 50%;
    height: auto;
  }
  footer #footer__inner section.siteMap div div:nth-of-type(1) ul li, footer #footer__inner section.siteMap div div:nth-of-type(2) ul li, footer #footer__inner section.siteMap div div:nth-of-type(3) ul li {
    display: block;
    font-family: NotoSansJP-Regular;
    letter-spacing: 0.1em;
  }
  footer #footer__inner section.siteMap div div:nth-of-type(1) ul li a, footer #footer__inner section.siteMap div div:nth-of-type(2) ul li a, footer #footer__inner section.siteMap div div:nth-of-type(3) ul li a {
    text-decoration: none;
  }
  footer #footer__inner section.siteMap div div:nth-of-type(1) ul li a:link, footer #footer__inner section.siteMap div div:nth-of-type(1) ul li a:visited, footer #footer__inner section.siteMap div div:nth-of-type(2) ul li a:link, footer #footer__inner section.siteMap div div:nth-of-type(2) ul li a:visited, footer #footer__inner section.siteMap div div:nth-of-type(3) ul li a:link, footer #footer__inner section.siteMap div div:nth-of-type(3) ul li a:visited {
    color: #444;
  }
  footer #footer__inner section.siteMap div div:nth-of-type(1) ul li ul, footer #footer__inner section.siteMap div div:nth-of-type(2) ul li ul, footer #footer__inner section.siteMap div div:nth-of-type(3) ul li ul {
    display: none;
  }
  footer #footer__inner section.siteMap div div:nth-of-type(2) {
    display: none;
  }
  footer #footer__inner section.informations {
    width: 34%;
    margin: 40px 0 0 4% !important;
    padding-left: 40px;
    border-left: 1px solid #e4e4e4;
  }
  footer #footer__inner section.informations h3 {
    font-family: NotoSansJP-Regular;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 16px;
  }
  footer #footer__inner section.informations small br {
    display: inline;
  }
  .topPage #mv {
    max-width: 100%;
    width: 100%;
    margin: 24px 0;
    background-size: 120px;
    background-repeat: repeat;
    padding: 16px 0 12px 0;
  }
  .topPage #mv > div {
    display: flex;
    display: -webkit-box;
    /* old Android */
    display: -webkit-flex;
    /* Safari etc. */
    display: -ms-flexbox;
    /* IE10        */
    flex-wrap: wrap;
    width: calc(100% - 8px);
    max-width: 1000px;
    margin: auto;
  }
  .topPage #mv > div article {
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 2px;
    width: calc( 33.3% - 2px);
    margin-right: 3px;
    margin-bottom: 3px;
  }
  .topPage #mv > div article:nth-of-type(2n) {
    margin-right: 3px;
  }
  .topPage #mv > div article:nth-of-type(3n) {
    margin-right: 0;
  }
  .topPage #mv > div article .mv__photo {
    width: 100%;
    position: relative;
    padding-top: 80%;
    overflow: hidden;
  }
  .topPage #mv > div article .mv__photo img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  .topPage #mv > div article .mv__photo img.thumb {
    display: none;
  }
  .topPage #mv > div article .mv__photo img.medium {
    display: block;
  }
  .topPage #mv > div article .mv__photo:after {
    content: '';
    display: block;
    width: 100%;
    height: 104px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .topPage #mv > div article .mv__text {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 8px 4px 8px;
  }
  .topPage #mv > div article .mv__text h2 {
    line-height: 1.33;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px, rgba(0, 0, 0, 0.6) -1px -1px 4px;
    font-family: NotoSansJP-Medium;
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
  .topPage #mv > div article .mv__text__info {
    font-size: 1.0rem;
    color: #FFFFFF;
  }
  .topPage #mv > div article .mv__text__info span.date {
    font-size: 1.1rem;
    display: inline-block;
    color: #FFFFFF;
  }
  .topPage #mv > div article .mv__text .mainText {
    display: none;
  }
  .topPage #mv > div article .mv__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .topPage #mv > div article .mv__link a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .topPage #container main section h2 {
    font-family: Aileron-Thin;
    font-size: 3.2rem;
    margin-top: 40px;
    margin-bottom: 24px;
    position: relative;
    font-weight: normal;
    border: none;
  }
  .topPage #container main section h2:first-of-type {
    margin-top: 0;
  }
  .topPage #container main section h2 span.jp {
    font-family: NotoSansJP-Medium;
    margin-left: 1.5em;
  }
  .topPage .talentComponent h2 {
    font-size: 2.0rem;
    line-height: 1.6;
    margin-bottom: 32px;
    font-family: NotoSansJP-Regular;
    font-weight: normal;
  }
  .topPage .talentComponent > div article h3 {
    font-family: NotoSansJP-Medium;
    font-weight: normal;
  }
  .topPage .talentComponent > div article:nth-of-type(9) {
    display: none;
  }
  .talentComponent > div article {
    width: 22.5%;
    margin: 0 3.33% 16px 0;
  }
  .talentComponent > div article:nth-of-type(3n) {
    margin: 0 3.33% 8px 0;
  }
  .talentComponent > div article:nth-of-type(4n) {
    margin: 0 0 16px 0;
  }
  .relatedTlt > div article {
    padding: 6px;
    font-size: 1.2rem;
    line-height: 1.33;
  }
  #wrap > .searchBox {
    max-width: 800px;
  }
  #wrap > .searchBox form {
    display: flex;
  }
  #wrap > .searchBox form label, #wrap > .searchBox form .submitArea {
    width: 33.3%;
  }
  #wrap > .searchBox form label {
    display: flex;
    align-items: center;
  }
}

/* for PC
----------------------------------------------*/
@media screen and (min-width: 1000px) {
  /* 1000px以上のCSSを記述 */
  a[href^="tel:"] {
    pointer-events: none;
  }
  header {
    height: 136px;
  }
  header > div.subNav .subNavInner {
    width: 1000px;
  }
  header > div#headerInner {
    height: 64px;
  }
  header > div#headerInner #ci {
    width: 192px;
    height: 32px;
  }
  header nav#mainNav {
    height: 48px;
  }
  header nav#mainNav > ul li {
    font-size: 1.4rem;
    margin: 0;
  }
  header nav#mainNav > ul li a:link, header nav#mainNav > ul li a:visited {
    padding: 0 28px;
  }
  header nav#mainNav.fixed ul > li {
    font-size: 1.3rem;
  }
  section.menuUnderlayer {
    margin: 48px 0 72px 0;
  }
  section.menuUnderlayer ul li {
    font-size: 1.4rem;
    margin: 0;
  }
  section.menuUnderlayer ul li a:link, section.menuUnderlayer ul li a:visited {
    padding: 0 28px;
  }
  #container {
    width: 1000px;
    max-width: initial;
    max-width: 100%;
  }
  #container.searchResult .searchBox form {
    display: flex;
  }
  #container.searchResult .searchBox form label {
    width: 33.3%;
    display: flex;
    align-items: center;
  }
  #container.searchResult .searchBox form .submitArea {
    width: 33.3%;
  }
  #container main {
    width: 640px;
  }
  #container main.category section.articleList h1 {
    font-size: 3.2rem;
  }
  #container main.category section.articleList h1 span {
    font-family: NotoSansJP-Medium;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__thumbNail {
    padding-top: 28%;
    overflow: hidden;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__thumbNail img {
    object-fit: cover;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__info h2, #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__info h3 {
    font-size: 2.0rem;
    line-height: 1.6;
  }
  #container main.category section.articleList > div article:nth-of-type(-n+4) .articleList__info p.mainText {
    display: block;
    font-size: 1.4rem;
    line-height: 1.71;
    margin-top: 8px;
  }
  #container aside {
    width: 300px;
    margin: 0 0 32px 60px;
  }
  #container aside .searchBox {
    padding: 12px 20px;
    font-size: 1.4rem;
  }
  footer #footer__inner {
    width: 1000px;
    max-width: initial;
    max-width: 100%;
  }
  footer #footer__inner section.siteMap {
    width: 660px;
  }
  footer #footer__inner section.siteMap > div div {
    width: 33.3% !important;
  }
  footer #footer__inner section.siteMap > div div:nth-of-type(2) {
    display: block;
    background: transparent;
    border: none;
  }
  footer #footer__inner section.siteMap > div div:nth-of-type(2) ul {
    text-align: left;
    font-size: inherit;
  }
  footer #footer__inner section.siteMap > div div:nth-of-type(2) ul li {
    width: auto;
    max-width: initial;
    max-width: auto;
    height: auto;
    background-image: none !important;
  }
  footer #footer__inner section.siteMap > div div:nth-of-type(2) ul li:first-child {
    display: none;
  }
  footer #footer__inner section.informations {
    width: 300px;
    margin: 0 0 0 40px;
  }
  .topPage #mv {
    margin-bottom: 40px;
  }
  .topPage #mv > div {
    width: 1000px;
    max-width: initial;
    max-width: auto;
  }
  .topPage #mv > div article .mv__photo {
    padding-top: 68%;
  }
  .topPage #mv > div article .mv__text {
    padding: 20px 20px 16px 20px;
  }
  .topPage #mv > div article .mv__text h2 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .topPage #wrap .searchBox {
    display: none;
  }
  .topPage #wrap #container main section h2 span.link {
    display: block !important;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #444;
  }
  .topPage #wrap #container main section h2 span.link a:link, .topPage #wrap #container main section h2 span.link a:visited {
    color: #444;
  }
  .topPage #wrap aside .searchBox {
    display: block;
  }
  .relatedTlt > div article {
    padding: 8px;
    font-size: 1.4rem;
    line-height: 1.14;
  }
}

/* Components
----------------------------------------------*/
/* related Links */
.relatedLinksItem {
  display: flex;
  display: -ms-flexbox;
  border-bottom: 1px solid #e4e4e4;
  padding: 4px 0;
}

.relatedLinksItemPhoto {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 640px) {
  .relatedLinksItemPhoto {
    width: 48px;
    height: 48px;
  }
}

.relatedLinksItemPhoto span.photo {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("https://www.vip-times.co.jp/wp/wp-content/themes/renew2015/common/img/nophoto.png");
  background-size: contain;
  background-position: top;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}

@media screen and (min-width: 640px) {
  .relatedLinksItemPhoto span.photo {
    width: 48px;
    height: 48px;
  }
}

.relatedLinksItemPhoto span.photo img {
  width: 100%;
  height: auto;
}

.relatedLinksItemTxt {
  margin-left: 8px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 48px);
}

@media screen and (min-width: 640px) {
  .relatedLinksItemTxt {
    width: calc( 100% - 56px);
  }
}

.relatedLinksItemTxt__title {
  line-height: 1.33;
  font-size: 1.2rem;
}

.relatedLinksItemTxt__title:link, .relatedLinksItemTxt__title:visited {
  color: #444;
}

.relatedLinksItemTxt__title:hover {
  color: #006BB4;
}

@media screen and (min-width: 640px) {
  .relatedLinksItemTxt__title {
    font-family: NotoSansJP-Regular;
    font-size: 1.4rem;
    line-height: 1.14;
  }
}

.relatedLinksItemTxtTags {
  display: block;
  margin-top: 1px;
  line-height: 1.2;
}

@media screen and (min-width: 640px) {
  .relatedLinksItemTxtTags {
    margin-top: 2px;
  }
}

.relatedLinksItemTxtTags__tag {
  font-size: 1.0rem;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 2px 8px;
  margin-right: 5px;
}

.relatedLinksItemTxtTags__tag:last-of-type {
  margin-right: 0;
}

@media screen and (min-width: 640px) {
  .relatedLinksItemTxtTags__tag {
    padding: 3px 12px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
}

.relatedLinksItemTxt > .relatedLinksItemTxtTags {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 640px) {
  .relatedLinksItemTxt > .relatedLinksItemTxtTags .relatedLinksItemTxtTags__tag {
    margin-right: 3px;
    font-size: 1.1rem;
  }
}

h1 + .relatedLinksItemTxtTags {
  margin-top: -0.8em;
}

/* archive tags */
.archiveTags {
  display: block;
  text-align: left;
  padding-top: 2px;
}

.archiveTags__tag {
  display: inline !important;
  text-indent: 0 !important;
  width: auto !important;
  height: auto !important;
  position: relative !important;
  background-color: #F2F2F2;
  border-radius: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 2px 8px;
  margin-right: 2px;
}

.archiveTags__tag:last-of-type {
  margin-right: 0;
}

/* home tags */
.homeTags {
  width: 100%;
  max-width: 375px;
  margin: auto;
  line-height: 1.33;
}

.homeTags__title {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

@media screen and (min-width: 640px) {
  .homeTags__title {
    display: inline-block;
    margin-right: 1em;
  }
  .homeTags__title:after {
    content: '：';
  }
}

.homeTags .archiveTags__tag {
  font-size: 1.2rem;
}

@media screen and (min-width: 640px) {
  .homeTags {
    max-width: 92%;
    margin-bottom: 16px;
  }
  .homeTags .archiveTags__tag {
    font-size: 1.3rem;
    margin-right: 4px;
  }
}

@media screen and (min-width: 880px) {
  .homeTags {
    max-width: 800px;
  }
}

@media screen and (min-width: 1000px) {
  .homeTags {
    max-width: 1000px;
  }
}
