@charset "UTF-8";

/* webfont
==================== */
@font-face {
  font-family: "RiffIcons";
  src: url("https://s.yimg.jp/images/riff/4.2.0/component/icon/fonts/RiffIcons.eot?#iefix") format("eot"),
       url("https://s.yimg.jp/images/riff/4.2.0/component/icon/fonts/RiffIcons.woff2") format("woff2"),
       url("https://s.yimg.jp/images/riff/4.2.0/component/icon/fonts/RiffIcons.woff") format("woff"),
       url("https://s.yimg.jp/images/riff/4.2.0/component/icon/fonts/RiffIcons.ttf") format("truetype");
}


/* reset
==================== */
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p, blockquote, pre, div, figure, ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

li {
  list-style: none;
}

table {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

select, input, textarea, pre, code, kbd, var, ins, del, samp {
  font-size: 100%;
}

address, cite, dfn, em, strong, var, th, ins, del, samp {
  font-style: normal;
  font-weight: normal;
}

fieldset, img {
  border: none;
}

button {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  line-height: 1;
}

button:hover {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

/* 共通
==================== */
a {
  color: #0033cc;
  text-decoration: none;
}

a:hover {
  color: #cc3434;
  text-decoration: underline;
}
img {
  height: auto;
  max-width: 100%;
}

#emg > table {
  margin: 8px auto !important;
}

.alert-box {
  margin: 10px;
  padding: 8px 12px 8px 38px;
  background: #FFEFB0 url(#{$img-path}/bylines/img/ic_alert.png) 6px 50% no-repeat;
  border:#FFD325 1px solid;
  border-radius: 3px;
  font-size: 14px;
}

#wrapper {
  max-width: 950px;
  margin: 0 auto;
}

#header {
  position: relative;
  padding: 0 0 0 10px;
}

#header .yj-logo a {
  display: block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  background-size: 45px auto;
  background-image: url(https://s.yimg.jp/c/icon/s/bsc/2.0/y80.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

#header .social-btn {
  position: absolute;
  top: 8px;
  right: 0;
}

#contents .social-btn {
  padding: 24px 12px;
}

#footer {
  padding: 10px 0;
  background: #eee;
  border-top: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
}
#footer .changeDevice,
#footer .userId,
#footer .topLink {
  margin-bottom: 10px;
}
#footer .changeDevice dt,
#footer .changeDevice dd {
  display: inline-block;
}
#footer .footerLink li {
  display: inline-block;
  line-height: 1;
}
#footer .footerLink li:after {
  content: "-";
  padding: 0 5px;
}
#footer .footerLink li:last-child:after {
  content: "";
  padding: 0;
}

/* social buttons */
.social-btn ul {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.social-btn li {
  float: left;
  margin-right: 12px;
}
.social-btn li a {
  display: block;
  width: 95px;
  height: 28px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
}
.social-btn li a:before {
  font-family: RiffIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.social-btn li a:hover {
  text-decoration: none;
}
.social-btn li.btn-tw a {
  background: #55acee;
}
.social-btn li.btn-tw a:before {
  font-size: 24px;
  content: "\e704";
}
.social-btn li.btn-fb a {
  background: #3b5999;
}
.social-btn li.btn-fb a:before {
  font-size: 20px;
  content: "\e700";
}
.social-btn li.btn-hb a {
  background: #008fde;
}
.social-btn li.btn-hb a:before {
  font-size: 20px;
  content: "\e702";
}
.social-btn li.btn-ln a {
  background: #00b900;
}
.social-btn li.btn-ln a:before {
  font-size: 30px;
  content: "\e703";
}

/*profile SNS List*/
.authorSns ul {
  padding-left: 24px;
}
.authorSns li {
  position: relative;
  margin-bottom: 10px;
  line-height: 1;
}
.authorSns li::before {
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-family: RiffIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.authorSns li.tw::before {
  background: #55acee;
  color: #fff;
  content: "\e704";
}
.authorSns li.fb::before {
  left: -26px;
  color: #3b5998;
  font-size: 20px;
  content: "\e700";
}
.authorSns li.link::before {
  content: "\e123";
}


/* 記事リスト */
.workList .listTitle {
  padding: 12px;
  border-bottom: 1px #e1e1e1 solid;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
}
.workList li {
  border-bottom: #e1e1e1 1px solid;
}

.workList li a {
  display: block;
  padding: 12px;
  color: #333;
}
.workList li a:hover {
  background: #f7f7f8;
  text-decoration: none;
}
.workList li a:hover dl .wLttl {
  color: #cc3434;
  text-decoration: underline;
}
.workList li .flexWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.workList li .thumb {
  position: relative;
  width: 150px;
  margin-right: 12px;
}
.workList li .thumb.video::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 13px;
  line-height: 13px;
  text-align: center;
  background-color: rgba(0,0,0,.6);
  color: #fff;
  font-family: RiffIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e132";
  font-size: 10px;
}
.workList li dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.workList li dl .wLttl {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 4px;
}
.workList li dl .wLdate {
  color: #999;
  font-weight: normal;
  font-size: 13px;
}
.workList li p {
  padding-top: 8px;
  font-size: 13px;
}

/* index
==================== */
/*Profile*/

.authorProfile {
  margin: auto 0;
  padding: 0 0 12px;
  background: #eee;
  border-bottom: 1px #e1e1e1 solid;
  font-size: 13px;
}
.authorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  padding-right: 12px;
  background: url(../img/bgb.png) 0 50% no-repeat;
}
.authorInfo.bgPurple {
  background-image: url(../img/bgp.png);
}
.authorInfo.bgOrange {
  background-image: url(../img/bgo.png);
}

.authorInfo .nameWrap {
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: right;
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.authorInfo .nameIntro {
  font-size: 14px;
}
.authorInfo .name {
  font-size: 24px;
}
.authorInfo .nameRead {
  font-size: 11px;
}

.authorMain {
  position: relative;
  margin-bottom: 10px;
  padding: 0 12px 42px;
}
.authorMain:after {
  display: block;
  content: "";
  clear: both;
}
.authorMain .authorIcon {
  float: left;
  margin-top: -36px;
}
.authorMain .authorIcon p {
  width: 96px;
  height: 96px;
  box-shadow: 0 0 5px #ccc;
  border: #fff 4px solid;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 96px 96px;
  border-radius: 50%;
  text-indent: -9999px;
}
.authorMain .authorSns {
  margin-left: 120px;
}
.authorMain .authorSns ul {
  padding-top: 10px;
}
.authorMain .followWrap {
  position: absolute;
  top: 85px;
  left: 132px;
  bottom: 0;
}
.authorProfile p.vio {
  padding: 20px 12px 0;
}

/* article
==================== */
.contents-body {
  margin-bottom: 40px;
}
.contents-body .video-area {
  background-color: #000;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
}
.contents-body .hd h1 {
  margin: 16px 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.contents-body .hd p {
  margin: 0 12px 16px;
  color: #999;
  font-size: 12px;
  line-height: 1;
}

/*Profile*/
.pf-authorInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
  background-color: #eee;
}
.pf-authorInfo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
  text-decoration: none;
}
.pf-authorInfo .pf-authorIcon p{
  width: 48px;
  height: 48px;
  box-shadow: 0 0 3px #ccc;
  border: #fff 3px solid;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border-radius: 50%;
  text-indent: -9999px;
}
.pf-authorInfo .author {
  padding-left: 12px;
}
.pf-authorInfo h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.pf-authorInfo a p {
  color: #333;
}
.pf-authorInfo a:hover h2 {
  text-decoration: underline;
}
.pf-authorvio{
  padding-right: 4px;
  font-size: 12px;
}
.pf-authorInfo .followWrap {
  margin-left: auto;
}

#toggleExpandWrap-1 .hideArea-1,#toggleExpandWrap-2 .hideArea-2{
  display: none;
}

#toggleExpandWrap-1.show-1 .hideArea-1,#toggleExpandWrap-2.show-2 .hideArea-2{
  display: inline;
}
#toggleExpandWrap-1.show-1 #viewMore-1,#toggleExpandWrap-2.show-2 #viewMore-2{
  display: none;
}
/* article-body */
.contents-body .bd {
  padding: 24px 12px 0;
}
.contents-body .bd h1,
.contents-body .bd h2,
.contents-body .bd h3,
.contents-body .bd h4,
.contents-body .bd h5,
.contents-body .bd h6 {
  margin: 1em 0 .5em;
  font-weight: bold;
}
.contents-body .bd h1 {
  font-size: 18px
}
.contents-body .bd {
  font-size: 16px
}
.contents-body .bd h3 {
  font-size: 16px
}
.contents-body .bd h2:first-child,
.contents-body .bd h3:first-child {
  margin-top: 0;
}
.contents-body .bd strong {
  font-weight:bold;
}
.contents-body .bd em {
  font-style: oblique;
}
.contents-body .bd blockquote {
  position: relative;
  margin: 10px;
  padding: 1em;
  background-color: #f0f0f0;
  border: 1px solid #e9e9e9;
  color: #666;
}

.contents-body .credit {
  margin: 48px 0 16px;
  font-size: 12px;
}

/*FtProfile*/
.ft-authorInfo {
  border: #e1e1e1 solid;
  border-width: 1px 0;
  background-color: #eee;
  font-size: 13px;
}

.ft-authorWrap {
  padding: 8px 12px 0;
}
.ft-authorWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.ft-authorWrapIcon p{
  max-width: 48px;
  min-width: 48px;
  max-height: 48px;
  min-height: 48px;
  box-shadow: 0 0 5px #ccc;
  border: #fff 3px solid;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
}
.ft-authorWrap .author {
  padding-left: 16px;
}
.ft-authorWrap .author h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.ft-authorWrap a p {
  color: #333;
}
.ft-authorWrap a:hover .author h2 {
  text-decoration: underline;
}
.ft-authorTxt {
  padding: 8px 12px 5px;
  font-size: 13px;
}

.ft-authorInfo .authorSns {
  margin: 10px 12px;
}
.listLink a {
  display: block;
  padding: 12px 0;
  border-bottom: #e1e1e1 1px solid;
  background: #f7f7f7;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

/* PC Styles
==================== */
@media all and (min-width: 570px) {
  /*common*/
  #header {
    padding: 13px 10px 9px;
  }
  #header .yj-logo a {
    width: 135px;
    height: 34px;
    background-size: 135px auto;
    background-image: url(https://s.yimg.jp/c/logo/f/2.0/yj_r_28_2x.png);
  }
  #header .social-btn {
    position: absolute;
    top: 14px;
    right: 0;
  }

  /*index*/
  .authorProfile {
    padding: 0 0 24px;
  }
  .authorInfo {
    height: 250px;
  }
  .authorInfo .nameIntro {
    font-size: 30px;
  }
  .authorInfo .name {
    font-size: 48px;
    font-weight: bold;
  }
  .authorInfo .nameRead {
    font-size: 26px;
  }
  .authorMain {
    padding-bottom: 0;
  }
  .authorMain .authorIcon {
    margin-top: -36px;
  }
  .authorMain .authorIcon p {
    width: 128px;
    height: 128px;
    background-size: 128px 128px;
  }
  .authorMain .authorSns {
    margin-left: 150px;
  }
  .authorMain .followWrap {
    top: 30px;
    left: auto;
    right: 12px;
    height: 37px;
  }

  /*article*/
  .ft-authorInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ft-authorWrap .author h2 {
    line-height: 2.0;
  }
  .ft-authorWrapIcon p{
    min-width: 96px;
    min-height: 96px;
    background-size: 96px 96px;
    margin-right: 46px;
  }
  .ft-authorWrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .ft-authorInfo .authorSns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top:  33px;
  }
  .ft-authorTxt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 12px;
  }
  #toggleExpandWrap-2 .hideArea-2 {
    display: inline;
  }
  #toggleExpandWrap-2 #viewMore-2{
    display: none;
  }
}

.article-bd .photo-wrap {
  margin-bottom: 16px;
  box-sizing: border-box;
  text-align: center;
}

.article-bd .photo-wrap.float-left {
  float: left;
  clear: left;
  width: 50%;
  padding: 0 12px 12px 0;
}

.article-bd .photo-wrap.float-right {
  float: right;
  clear: right;
  width: 50%;
  padding: 0 0 12px 12px;
}

.article-bd p.photo-caption {
  margin: 6px 0 0;
  color: #999;
  line-height: 1.35;
  text-align: right;
  font-size: 12px;
}
