@charset "UTF-8";

/* ------------------------------------
◆　all
------------------------------------ */
html, body {
  color: #111;
  background-color: #fff;
  font-family: Helvetica,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  width: 100%;
  height: auto;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a {
  color: #111;
  text-decoration: none;
  word-break: break-all;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover {
  color: rgb(232, 0, 8);
  text-decoration: none;
}

li {
  list-style-type: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

img {
  display: block;
}

.navbar{
  background-color: #FFFFFF;
  width: 100%;
  border: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
.navbar-brand {
  font-size: 0;
  line-height: 1;
  height: auto;
  padding: 12px;
}

/**
 * search box
 *************************/

#search_input,
#search_btn {
  border: none!important;
}
#search_input {
  padding: 2px;
  background: url("https://www.google.com/cse/static/ja/google_custom_search_watermark.gif") 25% 50% no-repeat rgb(255, 255, 255);
}
#search_input:focus,
#search_input:active {
    outline:0;
    -webkit-appearance:none;
    background: none;
}
#search_btn {
    background: none;
    color: #e80008;
}
#search_btn:hover,
#search_btn:focus,
#search_btn:active {
    background: none;
    color: #FF464D;
}
.l-search {
  width: 285px;
  height: 40px;
  border: solid 1px #c9c9c9;
  margin: auto;
}
.form-control.l-search__text {
  height: 38px;
}
#search_btn .fa-search {
  font-size: 16px;
}
.gsc-selected-option-container {
  max-width: 100%!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  width: 30px;
  display: inline-block!important;
  background-color: #ddd;
  color: #444444!important;
  text-align: center!important;
  line-height: 25px;
  margin-bottom: 8px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #e80008!important;
  color: #FFFFFF!important;
}

@media only screen and (min-width: 768px) {
    .navbar-nav {
      padding-left: 20px;
    }
}
/* ぱんくず */
.breadcrumbs_wrapper{
      border-bottom: 1px solid #eeeeee;
      font-size: 12px;
      font-size: 1.2rem;
}
.breadcrumbs {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
    list-style: none;
}
.breadcrumb-item {
    color: #444444;
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.breadcrumb-item:before {
  color: #cccccc;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-family: "FontAwesome";
  content: "\f101";
  position: absolute;
  top: 0;
  left: -5px;
}
.breadcrumb-item:first-child:before {
    content: "";
}
.breadcrumb-item a {
  color: #1155CC;
}
.breadcrumb-item a:hover {
  color: #5996FF;
  border-bottom: 1px solid #5996FF;
}
.breadcrumb-item span {
    padding-left: 15px;
    font-size: 12px;
}
.breadcrumb-item:first-child {
    padding-left: 0;
}
.breadcrumb-item span:first-child {
    padding-left: 0;
}
.breadcrumb-item:first-child a span{
  padding-left: 0;
}
@media screen and (max-width: 480px){
    .clearfix.breadcrumbs_wrapper {
        display: none;
    }
    .navbar-brand {
      padding: 14px 0;
    }
    .navbar {
        padding: 0;
    }
}
/* SNSシェアボタン */
.sns-btns {
  margin: 0 0 10px;
  padding: 25px 5px 10px;
  background-color: inherit;
}
.sns-btns-wrap {
    line-height: 1;
    font-size: 0;
    text-align: center;
    margin-bottom: 0;
}
.sns-btns-wrap .sns-btns-item {
    display: inline-block;
}
.sns-btns-wrap li:not(:last-child) {
    margin-right: 10px;
}

.twitter_btn{
  width: 68px;
}
.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  text-align: center;
  font-size: 11px;
  height: 33px;
  line-height: 33px;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ccc;
  border-width: 4px;
  margin-left: -4px;
}
/* ------------------------------------
◆　footer
------------------------------------ */
/* footer
--------------------------------------------------------- */
.footer-wrapper {
    background-color: #F2F2F2;
    overflow: hidden;
}
#footer {
  position: relative;
  font-size: 12px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: solid 1px #eaeaea;
  background-color: inherit;
}
.gotop {
  padding: 7px 10px 13px;
  background-color: #e80008;
  color: #ffffff;
  position: fixed;
  font-size: 14px;
  line-height: 1;
  border-style:solid;
  border-color: transparent;
  border-width: 1px 1px 0;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.gotop .fa {
    color: #ffffff;
    padding-right: 8px;
    font-size: 17px;
}
.gotop:hover {
    background-color: #FFFFFF;
    color: #e80008;
    border-color: #e80008;
}
.gotop:hover .fa {
    color: #e80008;
}
#footer ul {
  font-size: 0;
  line-height: 1;
  margin-bottom: 15px;
  overflow: hidden;
}

#footer li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
}

#footer li:after {
  content: "|";
  padding: 0 5px;
  display: inline-block;
  color: #B3B3B3;
}
@media (max-width:480px) {
    #footer li {
      display: block;
      font-size: 12px;
      line-height: 2;
      position: relative;
      width: 50%;
      float: left;
    }

    #footer li:after {
      content: "|";
      padding: 0 5px;
      display: inline-block;
      color: #B3B3B3;
      position: absolute;
      top: 0;
      left: -15px;
      
    }
}
/* ------------------------------------
◆　slick
------------------------------------ */
#block1 {
  height:auto;
  overflow: hidden;
}
.slider .image {
  width: 330px;
/*  width: 780px;*/
  box-sizing: content-box;
  padding: 0 10px;
}

.slick-track {
  max-height: 600px;
  overflow: hidden;
}

.slick-dots {
  position: static;
  margin-top: 5px;
}
.slick-dots li button:before {
  font-size: 13px;
}
.slick-dots li.slick-active button:before {
  color: #e80008;
  opacity: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    opacity: 1;
}
.slick-prev, .slick-next {
  border: 3px solid #FFF;
  width: 40px;
  height: 40px;
  opacity: .75;
  top: 45px;
  z-index: 100;
}

.slick-prev:before, .slick-next:before {
  font-size: 34px;
  line-height: 1;
  font-family: FontAwesome;
  display: inline;
  vertical-align: top;
}

.slick-prev::before {
  content: "\f104";
}

.slick-next::before {
  content: "\f105";
}
.slick-slide a {
  display: block;
  background-color: #000;
}
.slick-slide img {
  width: 100%;
}

.slick-slider {
  margin-bottom: 0;
}
.slick-slide img {
    opacity: 0.5;
}
.slick-center.slick-slide img {
    opacity: 1;
}
.slick-slide img:hover {
    opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.slick-center.slick-slide img:hover {
    opacity: 1;
}
@media (max-width:1007px){
    .slick-prev, .slick-next {
      top: 50%;
    }
}
@media (max-width:479px){
  .slick-next,
  .slick-prev {
    display: none!important;
  }
}

/* トップページ用 */
.header-wrap {
    border-top: 3px solid #E80008;
    border-bottom: 1px solid #e5e5e5;
}
section {
    font-family: Helvetica,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.slider-wrapper {
  background-color: #ffffff;
  padding-bottom: 10px;
/*  margin: 0 0 60px;*/
  margin: 0 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
    .slider-wrapper {
      margin: 0 0 30px;
    }
}
.inner-slider-wrapper {
  background-color: #f0f0f0;
  padding-top: 25px;
  margin: 0 -5px;
  box-shadow: 0px 2px 8px 0px #bdbdbd;
  -moz-box-shadow: 0px 2px 8px 0px #bdbdbd;
  -webkit-box-shadow: 0px 2px 8px 0px #bdbdbd;
}
.new-interview {
  position: relative;
  overflow: hidden;
  padding: 80px 0 170px;
  margin-bottom: -120px;
}
.new-interview:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 0 -10%;
  background: #f2f2f2;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.section_inner {
  margin: 4% auto 6%;
}
.tab-container {
    padding: 50px 0 70px;
}
.page-description {

}
.page_logo {

}
.page_logo_img {
  width: 100%;
  max-width: 210px;
  display: inline;
}
.description_text {
  font-size: 125%;
  font-weight: normal;
  margin-top: 20px;
  line-height: 1.6;
}
.title-h2-wrapper {
  border-left: 8px solid #e80008;
  padding-left: 8px;
}
.title-h2 {
  font-size: 170%;
  font-weight: bold;
  line-height: 1;
  color: #3A3A3A;
  margin: 0;
  padding-bottom: 5px;
}
.title-bottom-desc {
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

.item-wrapper {
  display: flex;
  display: -ms-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.author-block {
  display: block;
  display: -ms-flex;
  flex-grow: 1;
  flex-basis: 30%;
}
@media only screen and (max-width: 992px) {
    .author-block {
      display: block;
      flex-grow: 1;
      flex-basis: 49%;
    }
}
@media only screen and (max-width: 480px) {
    .author-block {
      flex-basis: 100%;
    }
}
.single-member {
    display: block;
    position: relative;
    padding:20px 10px 15px;
    width: 100%;
    min-height: 400px;
    margin-top: 15px;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 7px #FBFBFB;
    -moz-box-shadow: 0px 0px 7px #FBFBFB;
    -webkit-box-shadow: 0px 0px 7px #FBFBFB;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
}
.single-member:hover {
    border: 1px solid #CDCDCD;
    box-shadow: 0px 1px 7px #D8D8D8;
    -moz-box-shadow: 0px 1px 7px #D8D8D8;
    -webkit-box-shadow: 0px 1px 7px #D8D8D8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.member-image {
    width: 100%;
    height: auto;
}
.member-image-wrapper {
  max-width: 100%;
  max-height: 240px;
  min-height: 250px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
.author_name {
  text-align: right;
    color: #e80008;
}
.magazine_info {
  border-left: 4px solid #e80008;
  padding-left: 8px;
  margin-top: 8px;
  margin-bottom: 50px;
  line-height: 1;
}
.magazine_title {
  font-size: 120%;
  font-weight: bold;
  color: #3A3A3A;
  line-height: 1.5;
  margin: 0;
  transition: all .3s ease;
}
.author_profile {
  font-size: 80%;
  font-weight: normal;
  color: #999999;
  transition: all .3s ease;
}
.author_caption {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #ffffff;
    font-size: 128%;
    line-height: 1.3;
}
.author_caption_bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  transition: all .3s ease;
}
.article_number {
  font-family: 'Playfair Display', serif;
  font-style: oblique;
  color: #B9B9B9;
  font-size: 50px;
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  transition: all .3s ease;
}
.single-member:hover .magazine_title,
.single-member:hover .author_profile {
    color: #e80008;
}
.single-member:hover .author_caption_bg {
    background-color: rgba(0, 0, 0, 0.4);
}
.single-member:hover .article_number {
  color: #d9d9d9;
}
.single-member:hover .member-image {
  opacity: .7;
}
.popular_items_wrapper {
    padding: 40px 15px;
}
.popular-items {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.pop_item {
    display: block;
    flex-grow: 1;
}
.popular-items > .col-md-2 {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (max-width: 992px) {
    .popular-items > .col-md-2 {
        width: 33.333333%;
    }
}
@media only screen and (max-width: 768px) {
    .popular-items > .col-md-2 {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    .popular-items > .col-md-2 {
        width: 100%;
    }
}
.pop_image_wrapper {
  border: 1px solid #e5e5e5;
  transition: all .3s ease;
}
.pop_member:hover .pop_image_wrapper {
  opacity: .8;
}
.pop_image {
  display: inline;
  width: 100%;
}
.pop_info {
    padding-left: 1.3em;
    padding-top: 10px;
    font-size: 100%;
    font-weight: bold;
    position: relative;
}
.pop_profile {
    display: block;
    margin-bottom: 6px;
}
.pop_profile_inner {
    display: inline;
    font-size: inherit;
    line-height: 1.5;
    font-weight: bold;
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}
.pop_info:before {
    position: absolute;
    left: 0;
    top: 12px;
    font-family: FontAwesome;
    content: "\f138";
    color: #e80008;
}
.pop_name {
    display: block;
    margin: 0 0 6px;
}
.pop_name_inner {
    display: inline;
    font-size: inherit;
    font-weight: bold;
    padding-bottom: 1px;
    margin-bottom: 3px;
    border-bottom: 1px solid transparent;
    transition: all .3s ease;
}
.pop_member:hover .pop_profile_inner,
.pop_member:hover .pop_name_inner {
  border-bottom: 1px solid #e80008;
    color: #e80008;
}
.devider {
    border-top: 1px solid #cccccc;
}
.page-inlink {
  padding: 30px 0;
}
.page-inlink-btn {
    display: block;
    background-color: transparent;
    background-image: url("../img/dotline.gif");
    background-repeat: repeat-x;
    background-position: bottom;
    border: none;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #2E2E2E;
    transition: none;
    text-decoration: none;
}
.page-inlink-btn:focus {
    text-decoration: none;
    outline: none;
    color: #2E2E2E;
}
.page-inlink-btn:hover {
    color: #ffffff;
    background-color: #e80008;
    background-image: none;
    text-decoration: none;
    outline: none;
}
@media only screen and (max-width: 992px) {
    .popular-items {
        flex-wrap: wrap;
    }
    .pop_item {
      margin-left: 0;
      padding: 10px
    }
    .new-interview:before {
      width: 150%;
      height: 89%;
      margin: 3% -10% 3% -20%;
    }
    .new-interview {
        margin-bottom: -30px;
        padding: 80px 0 120px;
    }
    .clearfix.page-inlink {
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .new-interview {
      margin-bottom: -80px;
      padding: 80px 0 150px;
    }
    .new-interview:before {
      width: 150%;
      height: 94%;
      margin: 3% -10% 3% -20%;
    }
    .devider {
      margin: 0;
    }
}






/* genrl_list
--------------------------------------------------------- */
ul#tabs .genrl_menu li {
	float: left;
	margin-left: 1px;
	line-height: 0;
}

ul#tabs .genrl_menu li#tabs .genrl-first {
	margin: 0;
	padding: 0;
}

#tabs .genrl_cont {
	border-bottom: solid 1px #cbcbcb;
	background-color: #fff;
    padding: 0 10px;
  overflow:hidden;
  font-size: 0;
  letter-spacing: -.40em;
}

#tabs .genrl_cont dl {
  display: inline-block;
	line-height: 0;
	font-size:1%;
	margin-bottom: -1px;
	border-bottom: solid 1px #cbcbcb;
      width: 25%;
      letter-spacing: normal;
}

#tabs .genrl_cont dt {
    padding: 10px;
  display: table-cell;
  vertical-align: middle;
}

* html #tabs .genrl_cont dt {
	width: 72px;
	height: 72px;
}

#tabs .genrl_cont dd {
  display: table-cell;
  vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}

#tabs .genrl_cont dd a {
    display: block;
}

#tabs .genrl_cont dd.line1 a {
	padding-top: 27px;
}

#tabs .genrl_cont dd.line2 a {
	padding-top: 18px;
}

#tabs .genrl_cont dd.line3 a {
	padding-top: 8px;
}

@media only screen and (max-width: 980px) {
	#tabs .genrl_cont dl{
		width:100%;
		text-align:center;
	}
	#tabs .genrl_cont dd {
		width:75%;
		text-align:center;
}

}

