@charset "UTF-8";
/* type common */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  letter-spacing: 0.1rem;
  color: #333;
  background-color: #F5F5F5;
}

a {
  color: inherit;
  text-decoration: none;
}

input, select {
  outline: 0;
}

input:focus, select:focus {
  border: 1px solid #e6e6e6;
}

select::-ms-expand {
  display: none;
}

button {
  font-family: inherit;
  letter-spacing: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

html, body, div,
h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd,
table, th, td,
form, fieldset,
header, section, article, aside, footer, figure,
figcaption, nav {
  margin: 0px;
  padding: 0px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  display: block;
}

@-ms-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@-o-viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

@viewport {
  width: extend-to-zoom 100%;
  zoom: 1;
  user-zoom: zoom;
}

img {
  max-width: 100%;
}

input, textarea, select, button {
  outline: none;
}

label,
select,
[type="button"],
[type="checkbox"],
[type="radio"],
[type="submit"],
[type="reset"],
[type="file"],
[type="number"] {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow-x: scroll;
}

ul, ol {
  list-style: none;
}

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

img {
  border: none;
  vertical-align: middle;
}

.mdl-button.-noshadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mdl-button.mdl-button--fab:not(.-splarge) {
  overflow: visible;
  min-width: auto !important;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mdl-button.mdl-button--fab:not(.-splarge) .material-icons.-like {
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/images/common/like-off.svg);
}
.mdl-button.mdl-button--fab:not(.-splarge) .material-icons.is-upped.-like {
  background-image: url(../img/images/common/like-on.svg);
}

.mdl-button.mdl-button--fab:not(.-splarge) .material-icons.is-upped.-unlike {
  color: #333;
}

.mdl-button.mdl-button--fab:not(.-splarge) .mdl-badge[data-badge]:after {
  top: -12px;
  right: -10px;
  color: #fff;
  background-color: #666;
}

.mdl-button.mdl-button--fab:not(.-splarge) .mdl-badge[data-badge].-like:after {
  background-color: #ff3d3d;
}

.mdl-button.mdl-button--fab:not(.-splarge) .mdl-badge[data-badge].-unlike:after {
  background-color: #2e58ff;
}

.mdl-button.-createtopic {
  height: auto;
  padding: 8px;
  text-align: center;
}
.mdl-button.-createtopic > .material-icons {
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: -1px;
  margin-right: 10px;
}

.mdl-button.is-yes {
  color: #448aff;
  background-color: #fff !important;
  border: 1px solid #448aff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mdl-card.-comment {
  display: block;
}
.mdl-card.-comment .mdl-card__actions.mdl-card--border.reply {
  height: 150px;
}

.mdl-card.-comment .text {
  margin-bottom: 10px;
  word-wrap: break-word;
}
.mdl-card.-comment .text a {
  text-decoration : underline;
  color: rgb(68,138,255);
}

.mdl-card.-comment .appended {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.mdl-card.-comment .topicname {
  #margin-left: 10px;
  font-weight: bold;
  color: #E91E63;
  word-break: break-all;
  width: 100%;
}
.mdl-card.-comment .mdl-card__title {
  padding: 16px 8px 0;
  position:relative;
}

/*.mdl-card.-comment .topicname:before {
  content: "▶︎";
}*/
.mdl-card.-comment .topicname i {vertical-align: middle;margin: 0 5px;}
.mdl-card.-comment .action {
  float: left;
  width: 100%;
  margin: 24px auto 8px;
}

.mdl-card.-comment .action .mdl-button {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mdl-card.-comment .action > .action-btn:first-child {
  float: left;
}

.mdl-card.-comment .action .action-btn.-count:after {
  margin-left: 5px;
}

.mdl-card.-comment .action > .right {
  float: right;
}

.mdl-card.-comment .action > .right > .action-btn {
  float: right;
  margin-left: 16px;
}

.mdl-card.-comment > .more {
  float: right;
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #0091FF;
}
/* MRAK */
.speech-balloon.comment > .wraplink,
.speech-balloon.comment > .content > .wraplink,
.mdl-card.-comment >.wraplink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.mdl-card.-comment .user-display,
.mdl-card.-comment .topicname,
.mdl-card.-comment > .mdl-card__supporting-text > .text > a {
  position: relative;
  z-index: 1;
}
.mdl-card.-community {
  display: block;
}

.mdl-card.-community .mdl-card__title-text {
  font-size: 2.2rem;
}

.mdl-card.-community .more {
  float: right;
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  color: #0091FF;
}

.mdl-card.-notopic, .mdl-card.-notweet {
  overflow: visible;
  padding: 16px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mdl-card.-notopic > .title {
  margin-bottom: 24px;
}

.mdl-card.-notopic > .text {
  margin-bottom: 24px;
}

.mdl-card.-notopic .mdl-button.-createtopic {
  margin: 32px 0 0;
}

.mdl-card.-pickup {
  width: 100%;
}

.mdl-card.-pickup .title {
  float: left;
  font-size: 2.2rem;
}

.mdl-card.-pickup .more {
  width: auto !important;
  font-size: 1.4rem;
  color: #0091FF;
}

.mdl-card.-pickup > .mdl-list {
  clear: both;
  background-color: #fff;
}

.mdl-card.-pickup .mdl-list__item:not(:last-child) {
  border-bottom: 1px solid #BDBDBD;
}

.mdl-card.-pickup .mdl-list__item-primary-content {
  color: #E91E63;
}

.mdl-card.-pickup .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mdl-card.-pickup .count:after {
  content: attr(data-counter);
  margin-left: 5px;
}

.mdl-card.-topic {
  z-index: auto;
  width: 100%;
  min-height: inherit;
  padding-bottom: 48px;
  -webkit-transition: .3s;
  transition: .3s;
}

.mdl-card.-topic:hover {
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-card.-topic .mdl-card__title {
  display: block;
  padding-top: 0;
  padding-bottom: 8px;
}

.mdl-card.-topic .mdl-card__title > .img {
  position: relative;
  overflow: hidden;
  height: 120px;
  text-align: center;
  background-color: #FFF;
}
.mdl-card .card > .img {
  text-align:center;
}
.mdl-card.-topic .mdl-card__title > .img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  /* min-height: 100%; */
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* background-color: #FFF; */
}

.mdl-card.-topic .mdl-card__title > .user-list {
  position: absolute;
  margin-top: -15px;
}

.mdl-card.-topic .mdl-card__title-text {
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 1.4;
  color: #e91e63;
  word-wrap: break-word;
}

.mdl-card.-topic .actions {
  position: absolute;
  bottom: 16px;
  width: 100%;
  padding: 0 16px;
}

.mdl-card.-topic .actions .mdl-button:last-child {
  float: right;
}

.mdl-card {
  width: 100%;
}
.mdl-card .content{
  margin-bottom: 1em;
}
.speech-balloon .share-box,
.speech-balloon #js-addImgList,
.speech-balloon .text_link js-externallink { z-index:1; }
/* add images, video, url */
.speech-balloon .share-box.-url,
.speech-balloon .share-box.-video,
.speech-balloon .share-box.-link,
.speech-balloon .addcontents,
.mdl-card .share-box.-url,
.mdl-card .share-box.-video,
.mdl-card .addcontents{
  background-color: #FFF;
  /* margin-bottom: 1em; */
  /* max-height: 200px; */
}
.share-box.-tweetembed,
.share-box.-spotifyembed,
.share-box.-instagramembed {
  border:none;
}
.speech-balloon .share-box.-video,
.mdl-card .share-box.-video{
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
}
.speech-balloon .share-box.-video iframe,
.mdl-card .share-box.-video iframe{
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* width: 100% !important; */
  /* height: 80% !important; */
}
.speech-balloon .share-box.-video > .tmb,
.mdl-card .share-box.-video > .tmb{
  /* height: auto; */
}
.speech-balloon .share-box.-video .infobox,
.mdl-card .share-box.-video .infobox{
  padding: 4px 8px;
  /* position: absolute; */
  /* left: 0; */
  /* bottom: 0; */
}
.speech-balloon .share-box.-link,
.mdl-card .share-box.-link{
  display: block;
  height: auto;
}
.speech-balloon .share-box.-link .infobox,
.mdl-card .share-box.-link .infobox{
  width: auto;
}
.speech-balloon .share-box.-link .infobox a,
.mdl-card .share-box.-link .infobox a{
  display: block;
}
.speech-balloon .share-box.-link .infobox a:after,
.mdl-card .share-box.-link .infobox a:after{
  content: "";
  display: block;
  clear: both;
}
.speech-balloon .share-box.-link .infobox .js-shareThumb,
.mdl-card .share-box.-link .infobox .js-shareThumb{
  width: 25%;
  max-width: 120px;
  float: left;
  margin-right: 1em;
}
.speech-balloon .share-box.-link.big .infobox .js-shareThumb,
.mdl-card .share-box.-link.big .infobox .js-shareThumb{
  width: 100%;
  max-width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: .5em;
  max-height: 280px;
  position: relative;
  overflow: hidden;
  height: 280px;
}
.speech-balloon .share-box.-link.big .infobox  .js-shareThumb,
.mdl-card .share-box.-link.big .infobox .js-shareThumb{
  max-height: 210px;
  height: 210px;
}
.speech-balloon .share-box.-link .infobox .js-shareThumb img,
.mdl-card .share-box.-link .infobox .js-shareThumb img{
  max-width: 100%;
  height: auto;
}
.speech-balloon .share-box.-link.big .infobox .js-shareThumb img,
.mdl-card .share-box.-link.big .infobox .js-shareThumb img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  #min-width: 100%;
  #min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.speech-balloon .share-box.-link .infobox .desc {
  float: left;
  width: 65%;
}
.mdl-card .share-box.-link .infobox .desc{
  float: left;
  width: 70%;
}
.speech-balloon .share-box.-link.big .infobox .desc,
.mdl-card .share-box.-link.big .infobox .desc{
  float: none;
  width: 100%;
}
.speech-balloon .share-box.-link .infobox p,
.mdl-card .share-box.-link .infobox p{
  display: block;
  position: static;
  width: auto;
  margin-bottom: 0;
}

.mdl-card__supporting-text {
  width: 100%;
  padding: 8px 16px;
}

.mdl-card__actions {
  padding: 16px;
}

.mdl-button {
  color: #9E9E9E;
}

.dialog-wrap {
  background-color: rgba(0, 0, 0, 0.3);
}
.dialog-wrap .mdl-dialog {
  overflow: hidden;
  background-color: #fff;
}
.dialog-wrap .mdl-dialog.-nopadding {
  padding: 0;
}

.dialog-wrap .mdl-dialog.-sizesmall {
  width: 350px;
}

.dialog-wrap .mdl-dialog__title {
  margin-bottom: 16px;
  padding: 0;
  font-size: 2rem;
}
.dialog-wrap .mdl-textfield + .mdl-textfield {
  margin: 15px 0;
}
.dialog-wrap .mdl-dialog__actions {
  transform: translate3d(0, 0, 0);  
  margin-top: 16px;
  padding: 0;
}
.dialog-wrap .mdl-dialog__actions .mdl-button {
  color: #666;
}
.dialog-wrap .mdl-dialog.-nopadding .mdl-dialog__actions {
  margin: 16px;
}
.dialog-wrap .mdl-dialog__content {
  padding: 0;
}
.dialog-wrap .mdl-dialog__content > .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.dialog-wrap .mdl-dialog__content > .actions > .box {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.dialog-wrap .mdl-dialog__content > .actions > .box.-photo {
  background-image: url(../img/images/common/photo.svg);
}

.dialog-wrap .mdl-dialog__content > .actions > .box.-movie {
  background-image: url(../img/images/common/movie.svg);
}

.dialog-wrap .mdl-dialog__content > .actions > .box.-link {
  background-image: url(../img/images/common/link.svg);
}

.dialog-wrap .hide {
  display: none;
}

.dialog-wrap .bx-wrapper .bx-controls-direction a {
  top: 130%;
}

.dialog-wrap .mdl-dialog .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.dialog-wrap .mdl-dialog .member-list > .box {
  width: calc(50% - 20px);
  margin: 10px;
}

.dialog-wrap .generalmenu {
  width: 100%;
  font-size: 1.4rem;
}

.dialog-wrap .generalmenu > .box {
  display: block;
  width: 100%;
  padding: 16px;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid rgba(191, 191, 191, 0.33);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.dialog-wrap .generalmenu > .box:hover {
  background-color: #e7e7e7;
}
.dialog-wrap .generalmenu .img {
  width: 30px;
  margin: -3px 10px 0 0;
}
.dialog-wrap .mdl-dialog.-sns .generalmenu {
  text-align: left;
}
.dialog-wrap .select-report {
  margin-top: 8px;
  margin-left: -8px;
}
.dialog-wrap .select-report > .btn {
  margin: 8px;
  white-space: nowrap;
}
.dialog-wrap .suggesthead {
  padding: 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #676767;
}

.dialog-wrap .selecttmb {
  display: block;
  position: relative;
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.dialog-wrap .selecttmb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
}

.dialog-wrap .selecttmb:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}

.dialog-wrap .selecttmb > .mdl-button {
  position: absolute;
  left: 50%;
  top: 50%;
  /* z-index: 2; */
  -webkit-transform: translate(-50%, -40px) scale(1.5);
  transform: translate(-50%, -40px) scale(1.5);
  background-color: #ececec;
  text-align: center;
  color: #9E9E9E;
}

.dialog-wrap .selecttmb > .text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  padding: 2px 8px;
  border-radius: 30px;
  background-color: #ececec;
}

.dialog-wrap .selecttmb > input {
  display: none;
}

.dialog-wrap > .mdl-dialog.-logged > .loginblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}

.dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button {
  width: 48%;
  color: #fff;
}

.dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-login {
  background-color: #5d5d5d;
}

.dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-member {
  background-color: #e91e63;
}

.mdl-layout.-search {
  height: auto;
}

.mdl-layout.-search > .mdl-layout__header {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-layout.-search > .mdl-layout__content {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.mdl-layout.-search .recotag {
  margin: 15px auto 5px;
}

.mdl-layout.-search .mdl-textfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mdl-layout.-search .mdl-textfield > .mark {
  margin-right: 5px;
}

.mdl-layout.-search .mdl-layout__tab-panel {
  opacity: 0;
}

.mdl-layout.-search .mdl-layout__tab-panel.is-active {
  -webkit-animation: tabPanel .5s forwards;
          animation: tabPanel .5s forwards;
}

@-webkit-keyframes tabPanel {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tabPanel {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.mdl-layout.-search.is-fixed {
  color: #fff;
}

.mdl-layout.-search.is-fixed > .mdl-layout__header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mdl-layout.-search.is-fixed > .mdl-layout__content {
  background-color: #E91E63;
}

.mdl-layout.-search.is-fixed .mdl-textfield__input {
  color: #000;
  background-color: #fff;
  border: 1px solid white;
}

.mdl-layout.-search.is-fixed .tag-cloud > .mdl-chip {
  background-color: #fff;
}

.mdl-layout.-search.is-fixed .tag-cloud > .mdl-chip:not(.-nohover):hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.mdl-layout__header {
  background-color: #fff;
  min-height: 48px;
}

.mdl-layout__tab-bar {
  width: 100%;
  padding: 0;
}

.mdl-layout__tab {
  color: #fff;
}

.mdl-layout__tab-bar-button {
  display: none;
}

.mdl-layout__tab.is-active {
  font-weight: bold;
}

.mdl-layout__tab.is-active:after {
  background-color: #fff !important;
}

.mdl-textfield {
  position: relative;
  width: 100%;
  padding: 0;
}

.mdl-textfield > .submit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mdl-textfield__input {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.alert-btn > .mdl-button--raised > .material-icons {
  color: #fff;
}

.alert-btn > .alert {
  overflow: hidden;
  opacity: 0;
  border: 1px solid #c4c4c4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.alert-btn > .alert.is-active {
  opacity: 1;
  overflow: visible;
}

.comment-line {
  position: relative;
}

.comment-line .daycolumn:after {
  content: "";
  display: block;
  clear: both;
}

.comment-line .speech-balloon {
  /* max-width: 100%; */
  width: 100%;
}

.comment-line .speech-balloon.-other {
  float: left;
  clear: both;
}

.comment-line .speech-balloon.-myself {
  float: right;
  clear: both;
}

.comment-line .speech-balloon.-myself .content{
  background:#d4e4f4;
}
.comment-line .speech-balloon.-myself.deleted{
  text-align: center;
}
.comment-line .speech-balloon.-myself.deleted .content{
  opacity: 0.6;
}

.comment-line .speech-balloon:not(:last-child) {
  margin-bottom: 2em;
}

.comment-line .speech-balloon .commentlist{
  border-top: 1px solid #e4e4e4;
  margin: 1em -0.5em 0;
}
.comment-line .speech-balloon.-myself .commentlist{
  border-top: 1px solid #FFF;
}

.comment-line .speech-balloon .commentlist > ul > li{
  padding: .5em;
  position: relative;
  margin: 0 .5em;
}
.comment-line .speech-balloon .commentlist > ul > li:last-child{
  border-bottom: none;
}
.comment-line .speech-balloon .commentlist > ul > li .img{
  float: left;
  overflow: hidden;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #dbdbdb;
  margin-right: .5em;
}
.comment-line .speech-balloon .commentlist > ul > li .txt{
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.2;
  font-size: 1.2rem;
}

#.comment-line .speech-balloon .commentlist > ul > li:before{
#  content: "";
#  display: block;
#  clear: both;
#    top: 0;
#   border-color: #e91e63;
#    border-style: solid;
#    border-width: 1px;
#    border-radius: 2px;
#    position: absolute;
#    left: 1em;
#}
#.comment-line .speech-balloon .commentlist > ul > li:after{
#  content: "";
#  display: block;
#  clear: both;
#    top: 3em;
#    bottom: 0;
#    border-color: #e91e63;
#    border-style: solid;
#    border-width: 1px;
#    border-radius: 2px;
#    position: absolute;
#    left: 1em;
#}
.comment-line .speech-balloon .commentlist > ul > li:first-child:before,
.comment-line .speech-balloon .commentlist > ul > li:last-child:after {
    display:none;
}
.comment-line .speech-balloon .commentlist > ul > li .content {
  padding-left: 2.5em;
}
.comment-line .speech-balloon .commentlist > ul > li time {
    /* padding-left: 3.5em; */
    font-size: 1.1rem;
    top: 0.5em;
    position: absolute;
    right: 0.5em;
}
.comment-line .speech-balloon .commentlist .more {
  text-align: center;
  padding: 1em;
  /* background: #efefef; */
  margin: 0;
  /* border-bottom: 1px solid #BBB; */
}
.comment-line .speech-balloon .commentlist .more a {
    background-color: #5d5d5d;
    color:#FFF;
    font-size: 0.9em;
}
.comment-line .data {
  display: table;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  left: calc(50% - 47px);
  z-index: 2;
  width: 90px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}

.comment-line .data.is_stuck {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.comment-line > .tofirst {
  display: block;
  margin: auto;
}

.comment-line > .result {
  margin-bottom: 32px;
  padding: 16px;
  background-color: #e1e1e1;
  text-align: center;
}

.comment-line > .result > .catch {
  margin-bottom: 16px;
  font-weight: bold;
}

.comment-line > .result > .catch > .keyword {
  font-size: 1.6rem;
}

.comment-line > .result > .mdl-button {
  background-color: #fff;
  color: #333;
}

.comment-search {
  height: auto;
}

.comment-search .mdl-layout__tab {
  font-weight: bold;
  color: #fff;
}

.comment-search .mdl-layout__header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-search > .mdl-layout__content {
  padding: 16px;
  background-color: #e91e63;
}

.comment-search .recotag {
  margin: 15px auto 5px;
}

.comment-search .mdl-textfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-search .mdl-textfield > .mark {
  margin-right: 5px;
}

.comment-search.is-fixed {
  color: #fff;
}

.comment-search.is-fixed > .mdl-layout__header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-search.is-fixed > .mdl-layout__content {
  height: 100%;
  background-color: #E91E63;
}
.comment-search.is-fixed .mdl-textfield__input {
  color: #000;
  background-color: #fff;
  border: 1px solid white;
}
.comment-search.is-fixed .tag-cloud > .mdl-chip {
  background-color: #fff;
}
.comment-search.is-fixed .tag-cloud > .mdl-chip:not(.-nohover):hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.community-cards {
  position: static !important;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.community-cards > .card {
  width: 200px;
  min-width: 200px;
  padding: 0 16px 16px;
  letter-spacing: 0.2rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.community-cards > .card {
  margin-right: 16px;
}
section.-community > .card > .img{
  height: 150px;
}
.community-cards > .card > .img {
  margin: 0 0 10px 0;
  height: 88px;
}
section.-community > .card > .img > a ,
.community-cards > .card > .img > a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

section.-community > .card > .img > a > img,
.community-cards > .card > .img > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.-community > .card > .img > a > img.artist34452,
.community-cards > .card > .img > a > img.artist34452 {
 top: 65%;
}

section.-community > .card > .name,
.community-cards > .card > .name {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: inherit;
  color: #E91E63;
}
.community-cards > .card > .user-list {
  margin-bottom: 5px;
}
.community-cards > .card > .people {
  margin-bottom: 30px;
  font-size: 1.1rem;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.54);
}
.community-cards > .card .mdl-button {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.community-cards > .card .mdl-button[data-flag-join="joined"] {
  color: #E91E63;
  background-color: #fff;
  border: 1px solid #E91E63;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.files-addarea {
  position: relative;
}

.files-addarea .mdl-textfield__input {
  padding-right: 75px;
}

.files-addarea .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 37px;
  height: 37px;
  padding: 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}

.files-addarea .close .material-icons {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.files-addarea.is-active .close {
  display: table;
}

.files-addarea .item {
  position: relative;
}

.files-addarea .deletebtn {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 0;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
  border-radius: 50%;
  background-color: #333;
  font-size: 22px;
  color: #fff;
}

.files-addarea.-imgs {
  overflow-x: scroll;
  overflow-y: hidden;
  max-height: 214px;
}

.files-addarea.-imgs > .imgscroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.files-addarea.-imgs img {
  max-width: none;
  height: 200px;
}

.files-addarea.-imgs .item {
  position: relative;
}

.files-addarea.-imgs .item > .prevbtn, .files-addarea.-imgs .item .nextbtn {
  position: absolute;
  bottom: 8px;
  z-index: 1;
  padding: 0;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
  border-radius: 50%;
  background-color: #333;
  font-size: 22px;
  color: #fff;
}

.files-addarea.-imgs .item > .prevbtn {
  left: 8px;
}

.files-addarea.-imgs .item > .nextbtn {
  right: 8px;
}

.files-addarea.-imgs .item > .prevbtn.is-disable, .files-addarea.-imgs .item .nextbtn.is-disable {
  opacity: .5;
}

.files-addarea.-imgs .item > .addimgmore {
  display: block;
  margin: 80px 8px 0;
}

.files-addarea.-imgs .item > .addimgmore > .material-icons {
  font-size: 4rem;
  text-indent: 1px;
  color: #c0c0c0;
}

.files-addarea.-imgs .item > .addimgmore input {
  display: none;
}

.files-addarea.-video .checkbtn, .files-addarea.-link .checkbtn {
  position: absolute;
  top: 8px;
  right: 40px;
  padding: 0;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
  border-radius: 50%;
  background-color: #333;
  font-size: 22px;
  color: #fff;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.files-addarea.-video .checkbtn.is-disable, .files-addarea.-link .checkbtn.is-disable {
  pointer-events: none;
  opacity: .3;
}

.fix-inputarea {
  -webkit-box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
  background-color: #448aff;
}

.fix-inputarea.-logged .mdl-button {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.3rem;
  color: #fff;
}
.fix-inputarea.-logged .mdl-button.-none {
  display: none;
}

.fix-inputarea.-logged .inputarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  background-color: #448aff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fix-inputarea.-logged .inputarea > .addactions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30px;
      flex-basis: 30px;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 2px;
}

.fix-inputarea.-logged .inputarea > .addactions > .btn {
  position: relative;
  margin-right: 4px;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
}

.fix-inputarea.-logged .inputarea > .addactions:not(.is-active) > .btn:not(:first-child) {
  display: none;
}

.fix-inputarea.-logged .inputarea > .addactions > .btn > .material-icons {
  font-size: 30px;
}

.fix-inputarea.-logged .inputarea > .addactions > .btn.-imgs {
  /* pointer-events: none; */
}

.fix-inputarea.-logged .inputarea > .addactions > .btn.-imgs input {
  display: none;
}

.fix-inputarea.-logged .inputarea > .mdl-textfield {
  margin-right: 8px;
  width: 100%;
  height: 100%;
}

.fix-inputarea.-logged .inputarea > .mdl-textfield > .mdl-textfield__input {
  resize: none;
  height: 36px;
  max-height: 120px;
  padding: 5px;
  line-height: 20px;
  color: #000;
  background-color: #fff;
}

.fix-inputarea.-logged .inputarea > .mdl-textfield > .mdl-textfield__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.fix-inputarea.-logged .inputarea > .mdl-textfield > .mdl-textfield__input::-moz-placeholder {
  opacity: .5;
  color: #000;
}

.fix-inputarea.-logged .inputarea > .mdl-textfield > .mdl-textfield__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.fix-inputarea.-logged .inputarea > .sendbtn {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e91e63;
  font-weight: bold;
  color: #fff;
}

.fix-inputarea.-logged .share-box.-video > .tmb {
  pointer-events: none;
}

.fix-inputarea.-nologin {
  padding: 16px;
  text-align: center;
  color: #fff;
}

.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e91e63;
}

.global-nav .material-icons {
  color: #fff;
}

.global-nav > .left > .title {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  width: 80%;
}

.global-nav > .left {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 80%;
}
.global-nav > .left > .mdl-chip {
  height: auto;
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 16px;
  box-sizing:border-box;
}
.global-nav > .left > .mdl-chip .mdl-chip__contact {
}
.global-nav > .left > .mdl-chip .mdl-chip__text {
}

.global-nav > .left > .mdl-chip .mdl-chip__text > img {
  height: 35px;
  width: auto;
}

.global-nav > .left > .btn > .material-icons {
  vertical-align: middle;
}

.global-nav > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.global-nav > .right > .myself {
  overflow: hidden;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-left: 10px;
}

.global-nav > .right .btns {
  width: 30px;
  height: 30px;
  padding: 0;
}

.global-nav > .right .btns:not(:last-child) {
  margin-left: 10px;
}

.global-nav > .right .btns > .material-icons {
  font-size: 3rem;
}

.global-nav > .right .btns.-login {
  width: 80px;
  height: auto;
}
.global-nav > .right .btns.-notifications {
  display: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.global-nav > .right .btns.-notifications.is-active {
  display: block;
  -webkit-animation: showNotifications 1s ease forwards;
          animation: showNotifications 1s ease forwards;
}
.global-nav > .right > .suggestcancel {
  display: none;
  white-space: nowrap;
  margin-left: 8px;
  color: #fff;
}

.global-nav .mdl-textfield {
  position: relative;
  float: right;
  width: 100%;
}
.global-nav .mdl-textfield > form[name='searchBox'] > .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.global-nav > .left > .searchbtn {
  margin-left: 10px;
}

.global-nav .mdl-textfield > form[name='searchBox'] > .clearbtn {
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: .3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.global-nav .mdl-textfield > form[name='searchBox'] > .mdl-textfield__input.is-inputnow + .clearbtn {
  opacity: 1;
}

.global-nav .mdl-textfield > form[name='searchBox'] > .mdl-textfield__input {
  padding-left: 40px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  border: none;
  padding-right: 40px;
  -webkit-appearance: none;
}
.global-nav .mdl-textfield > form[name='searchBox'] > .mdl-textfield__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.global-nav .mdl-textfield > form[name='searchBox'] > .mdl-textfield__input::-moz-placeholder {
  opacity: .5;
  color: #fff;
}
.global-nav .mdl-textfield > form[name='searchBox'] > .mdl-textfield__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.global-nav .hidesearch {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
}
.global-nav .hidesearch > .mdl-textfield {
  display: none;
  width: 100%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.global-nav .search-suggest {
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.global-nav.is-changed > .left > .title {
  display: block;
  -webkit-animation: fadeIn .5s ease forwards;
          animation: fadeIn .5s ease forwards;
}

.global-nav.is-opensearch > .right > .mdl-textfield {
  display: block;
  -webkit-animation: hidesearchFade .3s forwards;
          animation: hidesearchFade .3s forwards;
}
.global-nav.is-opensearch .search-suggest {
  visibility: visible;
  opacity: 1;
}

.information {
  position: fixed;
  left: 0;
  top: 57px;
  z-index: 4;
  width: 100%;
  height: auto;
  border: solid 5px #fae800;
  background-color: #fae800;
}
.information a {
  display: inline-block;
  color: #e91e63;
  font-size: 1.3em;
  font-weight: 700;
}


@keyframes hidesearchFade {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes showNotifications {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes showNotifications {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.wait-loader {
  width: 40px;
  height: 40px;
}
.wait-loader.is-hide {
  visibility: hidden;
  overflow: 0;
}

#infscr-loading, .infinite-loader {
  position: absolute;
  top:60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  margin: 20px auto;
}

.login-form {
  width: 100%;
}

.login-form > .text {
  line-height: 1.5;
  margin-bottom: 8px;
}

.login-form .mdl-textfield:nth-child(1) {
  margin-bottom: -1px;
}

.login-form .mdl-textfield > input {
  background-color: #fff;
  color: #333;
}

.login-form .mdl-textfield:nth-child(1) > input {
  border-radius: 2px 2px 0 0;
}

.login-form .mdl-textfield:nth-child(2) > input {
  border-radius: 0 0 2px 2px;
}

.login-form .mdl-button {
  display: block;
  width: 100%;
  color: #fff;
}

.login-form .mdl-button.-login {
  margin: 16px auto 8px;
}

.login-form > .mdl-button.-member {
  background-color: #5d5d5d;
}
.notice-card {
  min-height: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.notice-card.-texts {
  padding: 16px;
  background-color: #fff;
}
.notice-card.-texts > .title {
  font-size: 3rem;
}
.notice-card.-texts > .text {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.notice-card.-texts > .btn {
  font-size: 1.5rem;
}
.notice-card.-img {
  position: relative;
}
.notice-card.-img > .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.notice-card.-img > .close > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.notice-card.-img > .close > span:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.page-top {
  position: fixed;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.page-top.is-active {
  visibility: visible;
  opacity: 1;
}

.search-suggest {
  background-color: #fff;
}
.search-suggest .head {
  padding: 8px 16px;
  font-size: 2rem;
  font-weight: bold;
  color: #676767;
  background-color: #eee;
}
.search-suggest .material-icons {
  color: inherit;
}
.search-suggest .block {
  position: relative;
}
.search-suggest .block > .closebtn {
  position: absolute;
  top: 7px;
  right: 16px;
  padding: 0;
  color: #676767;
}

.search-keyword {
  padding: 0;
  border-top: 1px solid #dfdfdf;
}
.search-keyword > .mdl-list__item {
  border-bottom: 1px solid #dfdfdf;
}
.search-keyword > .mdl-list__item:not(.is-checked) {
  opacity: .5;
}
.search-keyword .mdl-list__item-icon {
  margin-right: 16px !important;
}
.search-keyword .check {
  visibility: hidden;
}
.search-keyword > .mdl-list__item:not(.is-checked) .checkicon {
  display: none;
}
.search-keyword > .mdl-list__item.is-checked .checkicon {
  color: #00c600;
}

.share-box {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.share-box > .infobox {
  position: relative;
  padding: 8px;
}

.share-box > .infobox .title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.share-box > .infobox .description {
  margin-bottom: 30px;
  line-height: 1.3;
}

.share-box > .infobox .url {
  position: absolute;
  left: 8px;
  bottom: 8px;
  overflow: hidden;
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  color: #bdbdbd;
}

.share-box.-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
}

.share-box.-link > .tmbselect {
  position: relative;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  height: 100%;
}

.share-box.-link > .tmbselect > .prevbtn, .share-box.-link > .tmbselect .nextbtn {
  position: absolute;
  bottom: 8px;
  z-index: 1;
  padding: 0;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
  border-radius: 50%;
  background-color: #333;
  font-size: 22px;
  color: #fff;
}

.share-box.-link > .tmbselect > .prevbtn {
  left: 47%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.share-box.-link > .tmbselect > .nextbtn {
  left: 53%;
}

.share-box.-link > .tmbselect > .imglist > li {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.share-box.-link > .tmbselect > .imglist > li:not(.is-show) {
  display: none;
}

.share-box.-link > .tmbselect > .imglist > li > img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  max-width: initial;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.share-box.-link > .infobox {
  width: calc(100% - 150px);
}

.share-box.-link.is-noimage {
  height: 100px;
}

.share-box.-link.is-noimage > .infobox {
  width: 100%;
}

.share-box.-video > .tmb {
  display: block;
  #height: 280px;
  z-index:1;
  position:relative;
}
.share-box.-video > .tmb::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/img/images/common/icon-youtube.svg) no-repeat center;
  background-size: 80px;
  opacity: 0.6;
  z-index:0;
}

.share-box.-video iframe {
  pointer-events: none;
  height: 100%;
}
.sign-board {
  position: relative;
}
.sign-board > .mdl-button {
  min-width: inherit;
}
.sign-board > .img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sign-board > .img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  #min-width: 100%;
  #min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sign-board > .img > img.artist34452 {
  top: 65%;
}
.sign-board > .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 32px 16px 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(66.39%, rgba(0, 0, 0, 0.26)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.26) 66.39%);
}

.speech-balloon {
  position: relative;
  display: inline-block;
  min-width: 120px;
  min-height: 40px;
}
.speech-balloon > .content {
  position: relative;
  max-width: 100%;
  min-width: 160px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,.1);
}
.speech-balloon > .content:before {
  content: "";
  position: absolute;
  top: 2px;
  width: 20px;
  height: 22px;
  background: url(../img/images/common/ballon-deco.svg) no-repeat center/cover;
}
.speech-balloon.-myself > .content:before {
  background: url(../img/images/common/ballon-deco-me.svg) no-repeat center/cover;
}
.speech-balloon > .content > .actions:before {
  content: attr(data-update);
  float: left;
  font-size: 1.1rem;
}
.speech-balloon > .content p {
  margin-bottom: .5em;
  word-wrap: break-word;
  position: relative;
}
.speech-balloon > .content p a.text_link {
  text-decoration: underline;
  color: rgb(68,138,255);
  z-index: 1;
  word-break: break-all;
}
.speech-balloon > .content > p + .files-addarea:not(:empty) {
  margin-top: 16px;
  z-index: 1;
}

.speech-balloon > .content > .tag-cloud {
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.speech-balloon > .content .user {
  color: #0091FF;
}
.speech-balloon > .content > .actions,
.speech-balloon > .content > .commentlist li > .actions {
  text-align: right;
  margin-top: 1.5em;
}

.speech-balloon > .content > .commentlist li > .actions {
  margin-left: 2.5em;
}
.speech-balloon > .content > .actions .mdl-button,
.speech-balloon > .content > .commentlist li > .actions .mdl-button {
  display: inline-block;
  margin-left: 5px;
  z-index:1;
}
.speech-balloon.-myself > .content .mdl-button {
  background-color: #efefef;
}
.speech-balloon > .content > .commentlist li > .user-display .name {
  padding-left: 0;
  max-width: 50%;
  font-size: 0.9em;
  font-weight: bold;
}
.speech-balloon.-other {
  padding-left: 50px;
}
.speech-balloon.-other > .user-display {
  margin-left: -50px;
}
.speech-balloon.-other > .content:before {
  left: -19px;
}
.speech-balloon.-myself {
  padding-right: 20px;
}
.speech-balloon.-myself > .content > .actions {
  right: 20px;
}
.speech-balloon.-myself > .content:before {
  right: -20px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.speech-balloon.-small {
  padding-right: 16px;
  width: 100%;
}
.speech-balloon.-small > .content {
  padding: 8px;
}
.speech-balloon.-small > .content:after {
  bottom: -18px;
}
.speech-balloon.-small > .content > p {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.speech-balloon.is-fadein {
  -webkit-animation: newCommentFade .3s ease forwards;
          animation: newCommentFade .3s ease forwards;
}

@-webkit-keyframes newCommentFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes newCommentFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-cloud > .mdl-chip {
  -webkit-transition: background .3s;
  transition: background .3s;
}
.tag-cloud > .mdl-chip:not(:last-child) {
  margin-right: 8px;
}

.tag-cloud > .mdl-chip:not(.-nohover):hover {
  color: #fff;
  background-color: #E91E63;
}
.tag-cloud > .mdl-chip > .mdl-chip__text {
  font-size: 1.1rem;
}
.tag-cloud > .mdl-chip > .mdl-textfield__input {
  font-size: 1.1rem;
  background-color: transparent;
}

.featherlight {
  background: none;
}

.featherlight-content {
  padding: 0;
  border: 0;
}

.featherlight-close-icon {
  margin: 0;
  width: 30px;
  line-height: 30px;
  font-size: 2rem;
  text-indent: 4px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.featherlight-previous, .featherlight-next {
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
.featherlight-previous:hover, .featherlight-next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.featherlight-previous span, .featherlight-next span {
  font-size: 10px;
}

.featherlight-previous {
  right: auto;
  left: 0;
}

.featherlight-next {
  right: 0;
  left: auto;
}

.user-display > .img {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
}
.user-display > .img.-small {
  width: 30px;
  height: 30px;
}
.user-display > .name {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  line-height: 1.5;
  width: auto;
  word-wrap: break-word;
}
.user-display > .name > span {
#  display: block;
#  font-size: 1.1rem;
#  text-align: left;
#  color: #666;
}
.user-display > .name > time {
  color: rgba(0,0,0,.54);
  display: block;
  font-size: 0.8em;
}

.user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-list > .img {
  overflow: hidden;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #dbdbdb;
}
.user-list > .img:not(:first-child) {
  margin-left: -7px;
}
.user-list > .img img {
  vertical-align: inherit;
}
body.is-logged .mdl-dialog.-logged {
  display: none;
}

body.is-logged .fix-inputarea.-nologin {
  display: none;
}

body:not(.is-logged) .mdl-dialog.-nologin {
  display: none;
}

body:not(.is-logged) > .layout-main.-topic .comment-line {
  height: 100%;
}

body:not(.is-logged) .fix-inputarea.-logged {
  #display: none;
}

.dialog-wrap {
  position: fixed;
  z-index: 99;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.dialog-wrap.is-slidein {
  visibility: visible;
  opacity: 1;
}

.dialog-wrap .mdl-dialog {
  position: absolute;
  overflow-y: scroll;
  border-radius: 2px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.dialog-wrap .mdl-dialog.-sns {
  width: 250px;
}

.layout-footer {
  clear: both;
  padding: 20px;
}
.layout-footer > .logo {
  width: 30%;
  max-width: 211px;
  margin: 0 auto 10px;
}
.layout-footer > .copyright {
  display: block;
  text-align: center;
  line-height: 1.5;
}

.global-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 56px;
}

.layout-header {
  overflow: hidden;
  padding-bottom: 16px;
  background-color: #fff;
}
.layout-header .sign-board {
  margin-top: -16px;
  border-bottom: 1px solid #dbdbdb;
}
.layout-header .user-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.layout-header .people {
  margin-bottom: 16px;
  text-align: center;
}
.layout-header .js-do-join {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.layout-header.-topicdetail {
  overflow-y: scroll;
  padding: 16px;
}
.layout-header.-topicdetail > .wrapper > .user-display {
  float: left;
  margin-bottom: 16px;
}
.layout-header.-topicdetail .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-header.-topicdetail .actions > .mdl-button:not(:last-of-type) {
  margin-right: 10px;
}
.layout-header.-topicdetail .content {
  position: relative;
  clear: both;
  overflow: hidden;
}
.layout-header.-topicdetail .content > .text {
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  font-size: 1.4rem;
  word-wrap: break-word;
}
.layout-header.-topicdetail .content > .causion {
  color:#FF0000;
  margin-top: 20px;
  display: inline-block;
}

.layout-header.-topicdetail .content > .causion a,
.layout-header.-topicdetail .content > .text a {
  text-decoration: underline;
  color: rgb(68,138,255);
}

.layout-header.-topicdetail .content > .toggle {
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.layout-header.-topicdetail .content > .scrollbtn {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dbdbdb;
}
.layout-header.-topicdetail .content > .scrollbtn > .mdl-button {
  margin: 0;
  width: 100%;
  background-color: rgba(158, 158, 158, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  font-size: 1.4rem;
}
.layout-header.-topicdetail .content > .scrollbtn > .mdl-button:first-child {
  margin-bottom: 8px;
}
.layout-header.-topicdetail .content .label-lock{
  margin-top: 1em;
}
.layout-header.-topicdetail .content .label-lock .material-icons{
  vertical-align: sub;
  font-size: 20px;
}
.layout-header.-topicdetail .content .live-info{
  margin-top: 1em;
}
.layout-header.-topicdetail .content .live-info li{
  list-style: none;
  font-weight: bold;
}
.layout-header.-topicdetail .content .live-info .time{
  font-size: 1.2rem;
  font-weight: normal;
  color: #888;
}
.layout-header .rankinglist{
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dbdbdb;
}
.layout-header .rankinglist .title{
  font-size: 1.6rem;
  font-weight: bold;
}
.layout-header .rankinglist .user-display{
  margin: 1em 0;
}
.layout-header .rankinglist .user-display > .name{
  width: 60%;
}
.layout-header .memberlist .user-display > .name{
  width: 80%;
}
.layout-header .rankinglist [class^="rank"]{
  height: auto;
  border: none;
  border-radius: 0;
  text-align: center;
  background-color: #888;
  margin-right: .5em;
  color: #fff;
}
.layout-header .rankinglist .rank01{
  background-color: #e3a645;
}
.layout-header .rankinglist .rank02{
  background-color: #3bafb0;
}
.layout-header .rankinglist .rank03{
  background-color: #b46868;
}
.layout-header.-topicdetail .content > .memberlist {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dbdbdb;
}
.layout-header.-commentdetail .memberlist .title,
.layout-header.-topicdetail .content > .memberlist > .title {
  font-size: 1.6rem;
  font-weight: bold;
}
.layout-header.-commentdetail .memberlist .user-display,
.layout-header.-topicdetail .content > .memberlist .user-display {
  margin: 8px 0;
}
.layout-header.-commentdetail .memberlist .user-display:not(:last-child),
.layout-header.-topicdetail .content > .memberlist .user-display:not(:last-child) {
  margin-bottom: 8px;
}
.layout-header.-topicdetail .mdl-layout__container {
  position: static;
}

.layout-header.is-open {
  overflow-y: scroll;
}


.layout-main {
  position: relative;
}
.layout-main.fadeIn {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.layout-main.fadeOut {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeOut 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.layout-main.fadeOutRight {
  -webkit-animation: fadeOutRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: fadeOutRight 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);

}

@keyframes fadeIn {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    left: 0;
    opacity :1;
  }
  100% {
    left: -100%;
    opacity :0;
  }
}

@keyframes fadeOut {
  0% {
    left: 0;
    opacity :1;
  }
  100% {
    left: -100%;
    opacity :0;
  }
}
.layout-main .mdl-layout__header.is-fixed {
  position: fixed;
  left: 0;
  z-index: 2;
  width: 100%;
}

@-webkit-keyframes fadeOutRight {
  0% {
    left: 0;
    opacity :1;
  }
  100% {
    left: 100%;
    opacity :0;
  }
}
@keyframes fadeOutRight {
  0% {
    left: 0;
    opacity :1;
  }
  100% {
    left: 100%;
    opacity :0;
  }
}

@-webkit-keyframes layoutHeadAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes layoutHeadAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.layout-main .mdl-layout.-search {
  padding: 0;
}
.layout-main .mdl-layout.-search .page-content {
  padding: 16px;
}
.layout-main .mdl-layout.-search.is-fixed {
  position: fixed;
  left: 50%;
  z-index: 2;
  width: 500px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.layout-main .mdl-grid {
  position: relative;
  display: block;
  padding: 0;
}
.layout-main .mdl-grid:after {
  content: "";
  display: block;
  clear: both;
}
.layout-main .mdl-layout, .layout-main .mdl-layout__content {
  overflow: visible;
}
.layout-main .mdl-card__title > .mdl-button {
  position: absolute;
  right: 8px;
  top: 16px;
  z-index: 1;
  width: 32px;
  min-width: inherit;
}
.layout-main .mdl-card__title > .mdl-button:hover {
  background-color: transparent;
}
.layout-main .mdl-card__title > .mdl-button > .material-icons {
  font-size: 18px;
}
.layout-main .mdl-layout__container {
  position: static;
}
.layout-main .infinite-loader {
  margin-top: 20px;
  padding: 16px 0;
  border-top: 1px solid #d0d0d0;
}
.layout-main .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.layout-main .member-list > .box {
  padding: 16px;
}
.layout-main .member-list > .box > .user-display > .img {
  width: 30px;
}
.layout-main .wait-loader {
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mdl-card.-notopic {
  width: 100%;
}

.notice-card {
  margin-bottom: 16px;
}
/* -----------------------------
  layout
  --------------------------------*/
.layout-header.-result,
.layout-header.-commentdetail {
  top: 60px;
  height: calc(100% - 60px);
  overflow-y: scroll;
  }
.layout-header.-index {
  height: calc(100% - 60px);
  overflow-y: scroll;
  }
.layout-header.-index.-detail {
  top: 60px;
  }
.layout-main.-detail,
.layout-main.-result{
   margin-top: -40px; 
   max-width: 1200px; 
}
.layout-main.-commentdetail {
  /* margin-top: 60px; */
  /* max-width: 1200px; */
  }

/* -----------------------------
  sign-board profile
  --------------------------------*/
.sign-board.profile {
  margin-top: 0;
  border-bottom: none; }
  .sign-board.profile .head {
    display: table;
    width: 100%;
    margin-bottom: 1em; }
    .sign-board.profile .head .username {
      display: table-cell;
      vertical-align: middle;
      line-height: 1.3;
      font-size: 1.6rem;
      font-weight: bold; }
    .sign-board.profile .head .img {
      display: table-cell;
      width: 50px;
      vertical-align: middle; }
      .sign-board.profile .head .img img {
        position: static;
        transform: none;
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%; }
  .sign-board.profile .prof {
    font-size: 1.2rem;
    line-height: 1.3; }
  .sign-board.profile .user-info {
    margin: 1em 0;
    padding: .5em 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    .sign-board.profile .user-info::after {
      content: "";
      display: block;
      clear: both; }
    .sign-board.profile .user-info li {
      list-style: none;
      font-size: 1.2rem; }
      .sign-board.profile .user-info li span {
        float: right;
        font-size: 1.6rem;
        font-weight: bold; }
  .sign-board.profile .commu-list {
    padding: 0;
    margin-bottom: 1em; }
    .sign-board.profile .commu-list .mdl-list__item {
      font-size: 1.4rem;
      padding: .5em;
      word-break: break-word;
      }
      .sign-board.profile .commu-list .mdl-list__item:hover {
        background-color: #efefef;
        border-radius: 4px;
        cursor: pointer; }
      .sign-board.profile .commu-list .mdl-list__item .image-icon {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: .5em; }
        .sign-board.profile .commu-list .mdl-list__item > span {
          width: 200px;
        }
  .sign-board.profile .plz-login p {
    margin: 1em 0;
    text-align: center; }
/* -----------------------------
  page
  --------------------------------*/
.layout-main.-page {
  float: none;
  width: auto;
  max-width: 810px;
  margin: 0 auto 4em;
  padding: 0; }
  .layout-main.-page .mdl-card__title {
    padding: 16px; }
  .layout-main.-page .mdl-card {
    min-height: inherit; }
  .layout-main.-page .mdl-card__supporting-text {
    padding: 1.5em;
    font-size: 1.4rem;
    color: #484848; }
    .layout-main.-page .mdl-card__supporting-text ul, .layout-main.-page .mdl-card__supporting-text ol, .layout-main.-page .mdl-card__supporting-text p {
      margin-bottom: 1em; }
    .layout-main.-page .mdl-card__supporting-text div {
      margin-bottom: 2em; }
      .layout-main.-page .mdl-card__supporting-text div div {
        margin-left: 1em;
        padding-left: 1em;
        border-left: 4px solid #dcdcdc; }
        .layout-main.-page .mdl-card__supporting-text div div ul:last-child,
        .layout-main.-page .mdl-card__supporting-text div div p:last-child,
        .layout-main.-page .mdl-card__supporting-text div div ol:last-child {
          margin-bottom: 0; }
    .layout-main.-page .mdl-card__supporting-text ol {
      margin: 0 10px 1em 1.5em;
      padding: 0 0 5px; }
      .layout-main.-page .mdl-card__supporting-text ol li {
        list-style: decimal;
        line-height: 1.3;
        margin-bottom: .5em; }
  .layout-main.-page .under-links h3 {
    margin: .5em 1em;
    font-size: 1.6rem; }
    .layout-main.-page .under-links h3 .material-icons {
      margin-right: .3em;
      vertical-align: middle;
      font-size: 1.8rem; }

.mdl-card--border {
  border-top: 1px solid #dcdcdc; }

/* accordion */
.js-accordion > li {
  padding: 16px 16px 16px 4em;
  border-top: 1px solid #dcdcdc; }
  .js-accordion > li .js-accordion-contents {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: .5s all; }
    .js-accordion > li .js-accordion-contents p {
      margin-bottom: 1em; }
    .js-accordion > li .js-accordion-contents p:last-child {
      margin-bottom: 0; }
  .js-accordion > li .trigger {
    cursor: pointer; }
  .js-accordion > li h2 {
    position: relative;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.4; }
    .js-accordion > li h2::before {
      position: absolute;
      left: -1.5em;
      top: 50%;
      margin-top: -.5em;
      display: inline-block;
      content: "add";
      font-family: "Material Icons";
      text-rendering: optimizeLegibility;
      font-feature-settings: 'liga' 1;
      font-style: normal;
      text-transform: none;
      line-height: 1;
      font-size: 24px;
      color: #e91e63;
      width: 24px;
      height: 24px;
      display: inline-block;
      overflow: hidden;
      -webkit-font-smoothing: antialiased; }
  .js-accordion > li.open, .js-accordion > li:hover {
    background-color: #f5f5f5; }
  .js-accordion > li.open h2::before {
    content: "remove";
    color: #ccc; }
  .js-accordion > li.open .js-accordion-contents {
    opacity: 1;
    font-size: 1.4rem;
    color: #484848;
    transition: .5s all;
    visibility: visible;
    opacity: 1;
    margin-top: 1em;
    max-height: 150vh;
    }
  .js-accordion > li:first-child {
    border-top: none; }

  .layout-main.-page .js-accordion-contents a {
    text-decoration: underline;
  }
  .layout-main.-page .js-accordion-contents a:hover {
    color: #e91e63;
  }
/* list */
.list01 {
  padding: 0 2em 1em; }
  .list01 li {
    list-style: none;
    line-height: 1.3; }
    .list01 li a {
      display: block;
      padding: .5em;
      color: #0091FF; }
      .list01 li a:visited {
        color: #484848; }
      .list01 li a:hover {
        background-color: #efefef;
        border-radius: 4px;
        color: #e91e63; }
.list02{}
.list02 li{
  list-style: none;
  border-bottom: 1px solid #eee;
}
.list02 li > a{
  display: block;
  padding: 1em 2em;
}
.list02 li > a:hover{
  background-color: #efefef;
}
.list03{
  margin-left: 1.5em;
}
.list03 li{
  list-style: disc;
  margin-bottom: .5em;
}
.list04 {
  padding: 0 2em 1em; }
  .list04 li {
    list-style: disc;
    line-height: 1.3; 
    margin-bottom: .5em; }
    .list04 li a {
      display: block;
      padding: .5em;
      color: #0091FF; }
      .list04 li a:visited {
        color: #484848; }
      .list04 li a:hover {
        background-color: #efefef;
        border-radius: 4px;
        color: #e91e63; }
.list05 {
  padding: 0 2em 1em; }
  .list05 li {
    list-style: decimal;
    line-height: 1.3; 
    margin-bottom: .5em; }
    .list05 li a {
      display: block;
      padding: .5em;
      color: #0091FF; }
      .list05 li a:visited {
        color: #484848; }
      .list05 li a:hover {
        background-color: #efefef;
        border-radius: 4px;
        color: #e91e63; }
/* form */
.form{}
.form .errorMsg{
  margin-bottom: .5em;
  background-color: #ff5a5a;
  border-radius: 4px;
  padding: .2em 1em;
  color: #fff;
  font-size: 1.2rem;
}
.form [type="checkbox"],
.form [type="radio"]{
  display: none;
}
.form .checkboxSet{
  background-color: #efefef;
  border-radius: 4px;
  padding: 16px;
}
.form .checkboxSet li{
  margin: 0 0 .5em;
}
.form .checkboxSet li:last-child{
  margin-bottom: 0;
}
.form .mdl-checkbox{
  height: auto;
}
.form .mdl-checkbox__label{
  font-size: 1.4rem;
}
.form .button{
  text-align: center;
  margin-top: 4em;
}
.form .button .mdl-button{
  height: auto;
  padding: .5em 1em;
  margin: 0 .5em;
  font-size: 1.6rem;
}
.form table th{
  position: relative;
}
.form table th .hissu{
  position: absolute;
  right: 1em;
  display: inline-block;
  padding: .5em;
  line-height: 1em;
  font-size: 1.2rem;
  color: #e91e63;
}
/* table */
.table01{
  width: 100%;
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 13px;
}
.table01 th{ width: 30%; text-align: center; vertical-align: middle; }
.table01 td{ text-align: left; }
.table01 .mdl-textfield__input{ background-color: #fff; }
/* text decoration */
.indent1{
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.caption{ font-size: 1.2rem; margin: .5em 0;}

/* title */
.ttl01 {
  font-size: 2rem;
  letter-spacing: 0;
  margin: 0 .5em 1em;
  line-height: 1.3; }

.ttl02 {
  font-size: 1.6rem;
  background-color: #eee;
  padding: .5em 1em;
  margin-bottom: 1em;
  line-height: 1.5;
  border-radius: 4px; }

.ttl03 {
  margin: 0 0 .5em;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.3; }

.ttl04 {
  margin: 0 0 .5em;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.3; }

/* color */
.cRed{ color: #e91e63; }

/* space */
.ml-10{ margin-left: 1em; }
/* align */
.text-center {
  text-align: center; }

/* link */
a img {
  transition: all .3s ease; }
  a img:hover {
    opacity: 0.6; }

/* hidden */
::-ms-clear {
  display: none; }

::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* livefans add style */
.layout-header.-commentdetail .js-overwrap {
  overflow-x: auto; }

.layout-header.-commentdetail .sign-board.profile .commu-list .mdl-list__item {
  position: static;
  display: block; }
  .layout-header.-commentdetail .sign-board.profile .commu-list .mdl-list__item:hover {
    background-color: transparent; }
body.index .openheader {
  display: none;
}
/* .layout-main.-index .mdl-layout__tab-panel {
  display: none !important;
}
.layout-main.-index .mdl-layout__tab-panel.is-active {
  display: block !important;
} */
.layout-main.-index .mdl-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-main.-index .mdl-grid.result {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: block; */
  width:100%;
}
.layout-main.-result .mdl-grid h4,
.layout-main.-index .mdl-grid.result h4{
  font-size: 1.5em;
}
.layout-main.-index .mdl-card.-community {
  margin-top: 100px;
}
.layout-main.-index .page-content.-timeline .mdl-grid > .notice-card {
  margin-bottom: 16px;
  width: 100%;
}

body.topic {
  height: 100%;
}

.layout-main.-topic {
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}

.layout-main.-topic > .commentwrap {
#  overflow-y: scroll;
#  overflow-x: hidden;
#  height: 100%;
}
.layout-main.-topic .comment-line {
  #overflow-y: scroll;
  #overflow-x: hidden;
  #height: 100%;
}
.layout-main.-topic .notice-card {
  margin-bottom: 16px;
}
.layout-main.-topic .fix-inputarea {
  position: fixed;
  bottom: 0;
  z-index: 2;
}
.layout-main.-topic .fix-inputarea.is-active {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

/* livefans add style */
/* index */
.layout-header.-index {
  padding-bottom: 0;
}

.layout-header.-index .sign-board {
  margin-bottom: 0;
}

.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
  background-color: #fff;
}

/* result-page */
.layout-main .mdl-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

#.global-nav > .left > .mdl-chip .mdl-chip__text {
#  padding: 0;
#}

/* commu card */
.layout-main.-index .mdl-card.-community,
.layout-main.-result .mdl-card.-community,
.layout-main.-result .mdl-card.-topic {
  width: 260px;
  margin: 8px;
  min-width: 200px;
  max-width: 260px;
}

.layout-main.-result .mdl-card.-comment {
  width: 47.5%;
  margin: 8px;
  min-width: 200px;
}

.layout-main.-result .-result-content.-comment .mdl-card{
  overflow: auto;
}
.layout-main.-index .-topic .mdl-card__title,
.layout-main.-result .-result-content .-topic .mdl-card__title{
  padding:0;
}
.layout-main.-index .-topic .mdl-card__title-text,
.layout-main.-result .-result-content .-topic .mdl-card__title-text{
  padding:0 8px;
  min-height: 45px;
}
.layout-main.-result .-comment .action {
  padding-top: 1em;
}
.layout-main.-result .-comment .action .action-btn:first-child {
  float: left;
}
.layout-main.-result .-comment .action .right {
  float: right;
}
.layout-main.-result .-comment .action .right .action-btn {
  float: right;
  margin-left: 16px;
}
.mdl-card.-community > .card {
  position: relative;
}
.mdl-card.-community > .card > .name {
  margin: .5em 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: inherit;
  padding: 0 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  word-wrap: break-word;
}

.mdl-card.-community > .card > .user-list {
  margin-bottom: 5px;
  padding: 0 8px;
  min-height: 30px;
}
.mdl-card.-community > .card .commu-info .mdl-cell p,
.mdl-card.-community > .card .commu-info .mdl-cell time,
.mdl-card.-community > .card > .people {
  margin-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: inherit;
  color: rgba(0, 0, 0, 0.54);
  padding: 0 8px;
  min-height: 20px;
}
.mdl-card.-community > .card .commu-info{
  justify-content: space-between;
  min-height: 70px;
}
.mdl-card.-community > .card .commu-info .people,
.mdl-card.-community > .card .commu-info .mdl-cell,
.mdl-card.-community > .card .commu-info .mdl-cell time,
.mdl-card.-community > .card .commu-info .mdl-cell p{
  margin: 0;
  padding: 0;
}
.mdl-card.-community > .card .commu-info .mdl-cell{
  width: 50%;
}
.mdl-card.-community > .card .commu-info .mdl-cell .material-icons{
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}
.mdl-card.-community > .card > .wraplink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.mdl-card .label-new{
  position: relative;
}
.mdl-card .label-new:after{
  content: "NEW";
  position: absolute;
  right: 8px;
  top: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #e91e63;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  border-radius: 50%;
}
.mdl-card.-community > .buttonarea {
  position : absolute;
}

.mdl-card.-community > .mdl-button {
  display: block;
  width: 80%;
  margin: 0 auto 1em;
}

.mdl-card.-community > .mdl-button[data-flag-join="joined"] {
  color: #E91E63;
  background-color: #fff;
  border: 1px solid #E91E63;
  box-shadow: none;
}

/* comment detail */
.mdl-card.-parent{
  padding: 1em;
}
.layout-header.-commentdetail .memberlist{}
.layout-header.-commentdetail .content {
  margin: 1em 0;
}

.layout-main.-commentdetail time,
.layout-header.-commentdetail time {
  color: #888;
  font-size: 1rem;
}

.layout-header.-commentdetail .actions {
  margin: 1em 0;
}

.layout-main.-commentdetail .page-content {
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 5em;
}
.layout-main.-commentdetail .comment-num {
  color: #888;
  padding: 8px;
  margin: 2em 0;
}

.layout-main.-commentdetail .comment-num i {
  vertical-align: middle;
  margin-right: 8px;
}
.layout-main.-commentdetail .mdl-grid {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* notopic */
.mdl-card.-notopic {
  padding: 1em 0;
}

.mdl-card.-notopic .create-topic {
  margin: 1em auto;
}

/* card reply */
.mdl-card.-reply {
  margin: 0 0 1em;
  padding: 1em;
  overflow: visible;
}

.mdl-card.-reply .user-display {
  margin-bottom: .5em;
}

.mdl-card.-reply .content {
  margin-bottom: 1em;
}

/* goodlist */
.goodlist {
  margin: 1em 0;
}

.goodlist-num {
  color: #888;
}

.goodlist .user-list .img {
  width: 40px;
  height: 40px;
}

.goodlist .user-list {
  position: absolute;
  padding: 0 1em 1em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

/* .dialog-wrap .mdl-dialog__content */
#.dialog-wrap .mdl-dialog__content #files-addarea p,
#.dialog-wrap .mdl-dialog__content #files-addarea img,
#.dialog-wrap .mdl-dialog__content #input-addarea input {
#  width: 89%;
#}

#.dialog-wrap .mdl-dialog__content #files-addarea button,
#.dialog-wrap .mdl-dialog__content #input-addarea button {
#  right: 0;
#  top: 0;
#}

/* comment-fixed */
.hide {
  display: none;
}

.comment-fixed .inputarea.is-active .sendbtn {
  bottom: 32px;
}

.comment-fixed .inputarea.is-active textarea.mdl-textfield__input,
.comment-fixed .inputarea.is-active {
  height: auto;
  min-height: 130px;
}

.comment-fixed .inputarea .mdl-textfield {
  vertical-align: bottom;
}

##files-addarea img {
#  max-width: 100%;
#  height: auto;
#  margin-bottom: .5em;
#}

#input-addarea {
  position: relative;
}

#input-addarea input {
  margin-bottom: .5em;
}

##files-addarea button,
##input-addarea button {
#  position: absolute;
#  right: -52px;
#  top: 0;
#}

/* parts */
.mdl-card__title {
  padding: 16px 40px 16px 8px;
}

.mdl-card__title-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.material-icons.-likes {
  width: 40px;
  height: 40px;
  background: url(../img/images/common/like-off.svg) no-repeat center;
}

.js-overwrap {
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.js-overwrap > div {
  position: absolute;
  padding: 0 1em 1em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.js-overwrap::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
  background: #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.js-overwrap::-webkit-scrollbar:horizontal {
  height: 5px;
}

.js-overwrap::-webkit-scrollbar-button {
  display: none;
}

.js-overwrap::-webkit-scrollbar-piece {
  background: #eee;
}

.js-overwrap::-webkit-scrollbar-piece:start {
  background: #eee;
}

.js-overwrap::-webkit-scrollbar-thumb {
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #888;
}

.js-overwrap::-webkit-scrollbar-corner {
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #888;
}

/* cards */
.mdl-card.-topic {
  width: 260px;
  margin: 8px;
  /* min-width: 200px; */
  }

.mdl-card.comment-card {
  width: 47.5%;
  margin: 8px;
  min-width: 200px; }
  .mdl-card.comment-card .action {
    padding-top: 1em; }
    .mdl-card.comment-card .action .action-btn:first-child {
      float: left; }
    .mdl-card.comment-card .action .right {
      float: right; }
      .mdl-card.comment-card .action .right .action-btn {
        float: right;
        margin-left: 16px; }

body.topic {
  height: 100%; }

.layout-main.-topic {
  height: 100%;
  padding-bottom: 0; }
  .layout-main.-topic .comment-line {
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    height: 100%;
    }
  .layout-main.-topic .notice-card {
    margin-bottom: 16px; }
  .layout-main.-topic .fix-inputarea {
    position: fixed;
    bottom: 0;
    z-index: 2; }
  .layout-main.-topic .fix-inputarea.is-active {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); }
  .layout-main.-topic .fix-inputarea .files-addarea {
    margin: 0 16px 16px;
    background-color: #fff; }
    .layout-main.-topic .fix-inputarea .files-addarea:empty {
      margin: 0;
    }
/* sp */
.layout-main.-topic .fix-inputarea .files-addarea {
  margin: 0 16px 16px;
  background-color: #fff;
}

.layout-main.-topic .fix-inputarea .files-addarea > .mdl-textfield__input {
  margin-bottom: 16px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.layout-main.-topic .fix-inputarea .files-addarea > .share-box {
  margin-top: -16px;
  margin-bottom: 16px;
  border: none;
}

/* howto-card */
.howto-card{
  max-width: 550px;
  border: 2px solid #e91e63;
  border-radius: 8px;
  margin-bottom: 10px;
}
.howto-card .mdl-card__actions.mdl-card--border{
  background-color: #e91e63;
  padding: 8px;
}
.howto-card .mdl-card__actions.mdl-card--border .mdl-button.mdl-button--colored{
  color: #fff;
}
.howto-card > .mdl-card__title {
  height: 196px;
  overflow: hidden;
  padding: 0;
}
.howto-card > .mdl-card__title img{
  width: 100%;
  height: auto;
}
.howto-card .mdl-card__supporting-text h4{
  color: #e91e63;
  font-weight: bold;
}
/* first-modal */
#first-modal{
  display: none;
}
.featherlight-content #first-modal{
  display: block;
}
.featherlight-close.bottom{
  display: block;
  position: static;
  margin: 1em auto 0;
  background-color: #9a9a9a;
  border-radius: 4px;
  color: #fff;
  padding: .5em 1em;
  cursor: pointer;
  transition: all .3s ease;
}
.featherlight-close.bottom:hover{
  opacity: 0.6;
}
#first-modal .js-slider{
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
#first-modal h3{
  margin-bottom: .5em;
  font-size: 2.4rem;
  text-align: center;
}
.more-button{
  width: 100%;
  padding: 2em 0;
  text-align: center;
}
.more-button a{
  width: 250px;
  padding: 8px 0;
  height: auto;
  background-color: rgb(68,138,255)!important;
  color: #FFF;
}
/* type pc */
@media only screen and (min-width: 769px) {
  body {
    padding-top: 60px !important;
    font-size: 1.2rem;
    line-height: 2;
    min-width: 1060px;
  }

  .-displaysp {
    display: none !important;
  }

  html, body, div,
  h1, h2, h3, h4, h5, h6,
  p, ul, ol, dl, dt, dd,
  table, th, td,
  form, fieldset,
  header, section, article, aside, footer, figure,
  figcaption, nav {
    margin: 0px;
    padding: 0px;
  }

  article, aside, canvas, details, figcaption, figure,
  footer, header, menu, nav, section, summary {
    display: block;
  }
  @-ms-viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  @-o-viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  @viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  img {
    max-width: 100%;
  }

  input, textarea, select, button {
    outline: none;
  }

  label,
  select,
  [type="button"],
  [type="checkbox"],
  [type="radio"],
  [type="submit"],
  [type="reset"],
  [type="file"],
  [type="number"] {
    cursor: pointer;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-x: scroll;
  }

  ul, ol {
    list-style: none;
  }

  p, li, dt, dd, th, td, pre {
    -ms-line-break: strict;
    line-break: strict;
    -ms-word-break: break-strict;
    word-break: break-strict;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0px;
  }

  img {
    border: none;
    vertical-align: middle;
  }

  .mdl-button.mdl-button--fab.mdl-button--mini-fab {
    width: 30px;
    height: 30px;
  }
  .mdl-button.mdl-button--fab.mdl-button--mini-fab > .material-icons {
    width: 20px;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    font-size: 20px;
    line-height: 20px;
  }

  .mdl-card.-comment > .more {
    margin-top: 8px;
  }

  .mdl-card.-community .more {
    margin-top: 16px;
  }

  .mdl-card.-notopic .mdl-button.-createtopic {
    width: 200px;
  }

  .mdl-card.-topic .mdl-card__title-text {
    font-size: 1.6rem;
  }

  .dialog-wrap .mdl-dialog {
    padding: 24px;
    left: 50%;
    top: 50%;
    max-height: 80%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
  .dialog-wrap > .mdl-dialog.-logged > .loginblock {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .dialog-wrap .mdl-dialog:not(.-sizesmall) {
    width: 500px;
  }
  .dialog-wrap.is-slidein > .mdl-dialog {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-login {
    background-color: #5d5d5d;
  }
  .dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-member {
    background-color: #e91e63;
  }
  .mdl-layout.-search > .mdl-layout__content {
    left: 50%;
    top: 96px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 500px;
    border-radius: 0 0 2px 2px;
  }
  #dialog-newtopic.dialog-wrap > .mdl-dialog.-nologin {
    overflow: hidden;
    padding: 0;
  }
  #dialog-newtopic.dialog-wrap > .mdl-dialog.-nologin >form {
    height: 100%;
  }
  #dialog-newtopic.dialog-wrap > .mdl-dialog.-nologin .inner {
    overflow-y: scroll;
    height: 100%;
    padding: 24px 24px 80px;
  }
  #dialog-newtopic.dialog-wrap > .mdl-dialog.-nologin .mdl-dialog__actions.-displaypc {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 16px 24px;
    border-top: 1px solid rgba(0,0,0,.1);
    background-color: #fff;
  }
  @-webkit-keyframes tabPanel {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tabPanel {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .mdl-layout.-search.is-fixed > .mdl-layout__header {
    background-color: #E91E63;
  }
  .mdl-layout.-search.is-fixed .mdl-layout__tab {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }

  .comment-line .daycolumn:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .comment-line .data {
    margin: 0 auto 40px;
  }

  .comment-search.is-fixed > .mdl-layout__header {
    background-color: #E91E63;
  }
  .comment-search.is-fixed .mdl-layout__tab {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
  .fix-inputarea {
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  }
  .fix-inputarea.-logged .inputarea {
    padding: 16px;
    border-radius: 2px 2px 0 0;
  }
  .fix-inputarea.-logged .inputarea > .mdl-textfield {
    margin-right: 8px;
    width: 100%;
    height: 100%;
  }
  .global-nav {
    height: 60px;
    padding: 10px 30px;
  }
  .global-nav > .left > .title {
    font-size: 2rem;
  }
  .global-nav > .left > .mdl-chip {
    margin-right: 20px;
  }
  .global-nav > .left > .btn > .material-icons {
    margin-right: 20px;
  }
  .global-nav > .right .btns {
    margin-left: 16px;
  }
  .global-nav .mdl-textfield {
    width: 500px;
  }
  .global-nav .mdl-textfield > .mdl-textfield__input {
    height: 40px;
  }
  .global-nav .hidesearch {
    display: none;
  }
  .global-nav .search-suggest {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
            box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
  }
  .global-nav.-index .search {
    display: none;
  }
  .global-nav.is-changed .mdl-textfield {
    display: none;
  }
  .global-nav.is-changed .hidesearch {
    display: inline-block;
  }

  .global-nav.is-opensearch > .right {
    width: 60%;
  }
  .global-nav.is-result .mdl-textfield > .mdl-textfield__input,
  .global-nav.is-opensearch .mdl-textfield > .mdl-textfield__input {
    border-radius: 3px 3px 0 0;
  }
  .information {
    top: 60px;
  }
  .layout-header {
    position: fixed;
    left: 0;
    top: 150px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    width: 300px;
    height: calc(100% - 60px);
  }
  .layout-header .sign-board {
    height: 200px;
    margin-bottom: 20px;
  }
  .layout-header > .copyright {
    line-height: 1.5;
    color: #000;
  }
  .layout-header.-top {
    overflow: visible;
  }
  .layout-header.-topicdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-header.-topicdetail .actions {
    clear: both;
    margin-bottom: 20px;
  }
  .layout-header.-topicdetail .content {
    margin-bottom: 16px;
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }
  .layout-header.-topicdetail .content > .toggle {
    top: 16px;
  }
  .layout-header.-topicdetail .content > .scrollbtn > .mdl-button:first-child {
    margin-bottom: 8px;
  }
  .layout-header.-topicdetail > .copyright {
    position: static;
  }
  .layout-header .login-form {
    margin-top: 32px;
    margin-bottom: 64px;
    padding-top: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .layout-loginform {
    overflow-y: scroll;
    position: fixed;
    left: 301px;
    z-index: 2;
    width: 250px;
    height: calc(100% - 56px);
    padding: 16px;
    background-color: #fff;
  }
  .layout-loginform > .loginblock {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .layout-loginform .mdl-textfield:nth-child(1) {
    margin-bottom: -1px;
  }
  .layout-loginform .mdl-textfield:nth-child(1) > input {
    border-radius: 2px 2px 0 0;
  }
  .layout-loginform .mdl-textfield:nth-child(2) > input {
    border-radius: 0 0 2px 2px;
  }
  .layout-loginform .mdl-button {
    display: block;
    width: 100%;
    color: #fff;
  }
  .layout-loginform .mdl-button.-login {
    margin: 16px auto 0;
    background-color: #5d5d5d;
  }
  .layout-loginform > .mdl-button.-member {
    background-color: #e91e63;
  }
  .layout-main {
    float: left;
    width: calc(100% - 300px);
    margin-left: 300px;
    padding: 24px 24px 48px;
    top: 50px;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
      left: 100%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
      left: 100%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes fadeOut {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @-webkit-keyframes showNotifications {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes showNotifications {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .layout-main .mdl-layout__header {
    margin-bottom: 40px;
  }
  .layout-main .mdl-layout__header.is-fixed {
    top: 100px;
  }
  @-webkit-keyframes layoutHeadAnime {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes layoutHeadAnime {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .layout-main .mdl-layout__header.is-fixed .mdl-layout__tab-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .layout-main .mdl-layout.-search.is-fixed {
    top: 108px;
  }
  body.index {
    padding-top: 96px !important;
  }
  
  .layout-main.-index .mdl-grid.js-infinite-content {
    margin: -16px 0 0 -16px;
  }
  .layout-main.-index .page-content.-timeline .mdl-grid.js-infinite-content {
    margin: -16px;
  }
  .layout-main.-index .mdl-card.-topic {
    width: 260px;
    margin: 8px;
    min-width: 200px;
  }
  .layout-main.-index .page-content.-timeline > .mdl-grid {
    display: block;
    position: relative;
    width: 100%;
  }
  /* MARKEND */
  .notice-card {
    margin: 0 auto 16px;
  }

  .page-top {
    right: 50px;
    bottom: 30px;
  }
  .share-box.-link > .tmbselect > .imglist > li:not(.is-show) {
    display: none;
  }
  .sign-board > .mdl-button {
    position: fixed;
    right: 30px;
    bottom: 30px;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    -webkit-box-shadow: 0 3px 3.5px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 3px 3.5px 0 rgba(0, 0, 0, 0.12), 0 3px 3px 0 rgba(0, 0, 0, 0.24);
    z-index: 3;
  }
  .sign-board > .title {
    font-size: 2.6rem;
    word-wrap: break-word;
  }

  .speech-balloon > .content {
    padding: 16px;
  }
  .speech-balloon > .actions {
    bottom: -42px;
  }
  @-webkit-keyframes newCommentFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes newCommentFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .featherlight-previous, .featherlight-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
  }
  .featherlight-previous:hover, .featherlight-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .featherlight-previous span, .featherlight-next span {
    font-size: 10px;
  }

  .featherlight-previous {
    right: auto;
    left: 0;
  }

  .featherlight-next {
    right: 0;
    left: auto;
  }
  body.is-logged .layout-main {
    width: calc(100% - 300px);
    margin-left: 300px;
    top: 50px;
  }
  body.is-logged .layout-loginform {
    display: none;
  }
  #body.is-logged > .layout-main.-topic .fix-inputarea {
  #  left: calc(50% - 260px + 150px);
  #}
  .layout-main.-index .page-content.-timeline .mdl-grid > .mdl-card {
    position: absolute;
    margin: 8px;
    width: 410px;
  }
  .layout-main.-index .page-content.-timeline .mdl-grid > .mdl-card:not(.howto-card) .mdl-card__title{
    #padding: 16px 40px 16px 8px;
  }
  .layout-main.-index .page-content.-timeline .mdl-grid > .mdl-card:not(.howto-card) .mdl-card__title.topictitle{
    padding: 16px 8px 0 8px;
  }
  .layout-main.-index .page-content.-timeline .mdl-grid > .notice-card {
    display: inline-block;
  }
  body.topic > .layout-main.-topic > .openheader {
    display: none;
  }
  body.is-logged .fix-inputarea {
    left: calc(50% - 260px + 150px);
  }
  .layout-main.-topic .comment-line {
    width: 600px;
    margin: 26px auto 0;
    padding: 0 16px 180px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .layout-main.-topic .mdl-card.-topic {
    width: 260px;
    margin: 5px;
    min-width: 200px;
    height: 280px;
  }
  .layout-main.-topic .mdl-card.-community {
    width: 530px;
    height: 440px;
    margin: 5px;
  }
  .layout-main.-topic .fix-inputarea {
    width: 520px;
    left: calc(50% + 150px);
    transform: translateX(-50%);
  }
}
/* type pc2 */
@media only screen and (min-width: 769px) and (max-width: 1500px) {
  body:not(.is-logged) > .layout-main.-index .page-content.-timeline > .mdl-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/* type pc3 */
@media only screen and (min-width: 769px) and (max-width: 1300px) {
  .layout-main.-index .page-content.-timeline > .mdl-grid {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
/* type tab + sp */
@media only screen and (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch;
  }
  body {
    margin-top: 56px !important;
    padding-top: 50px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .-displaypc {
    display: none !important;
  }

  html, body, div,
  h1, h2, h3, h4, h5, h6,
  p, ul, ol, dl, dt, dd,
  table, th, td,
  form, fieldset,
  header, section, article, aside, footer, figure,
  figcaption, nav {
    margin: 0px;
    padding: 0px;
  }

  article, aside, canvas, details, figcaption, figure,
  footer, header, menu, nav, section, summary {
    display: block;
  }
  @-ms-viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  @-o-viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  @viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  img {
    max-width: 100%;
  }

  input, textarea, select, button {
    outline: none;
  }

  label,
  select,
  [type="button"],
  [type="checkbox"],
  [type="radio"],
  [type="submit"],
  [type="reset"],
  [type="file"],
  [type="number"] {
    cursor: pointer;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-x: scroll; }
  ul, ol {
    list-style: none; }
  p, li, dt, dd, th, td, pre {
    -ms-line-break: strict;
    line-break: strict;
    -ms-word-break: break-strict;
    word-break: break-strict; }
  table {
    border-collapse: collapse;
    border-spacing: 0px; }
  img {
    border: none;
    vertical-align: middle;
  }
  .mdl-button.mdl-button--fab:not(.-splarge) {
    width: 30px !important;
    height: 30px !important;
  }
  .mdl-button.mdl-button--fab:not(.-splarge) .material-icons {
    font-size: 20px;
  }
  .mdl-card.-community .more {
    margin-top: 8px;
  }
  .mdl-card.-notopic .mdl-button.-createtopic {
    width: 100%;
  }
  .mdl-card.-topic .mdl-card__title-text {
    height: 44px;
    font-size: 1.5rem;
  }
  .dialog-wrap .mdl-dialog {
    width: 100%;
    height: 500px;
    padding: 16px;
  }
  .dialog-wrap .mdl-dialog__actions.-displaysp {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-login {
    background-color: #5d5d5d; }
  .dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-member {
    background-color: #e91e63;
  }
  .mdl-layout.-search > .mdl-layout__content {
    width: 100%;
  }
  @-webkit-keyframes tabPanel {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tabPanel {
    0% {
      opacity: 0; }
    100% {
      opacity: 1;
    }
  }
  .comment-line {
    padding: 16px;
  }
  .comment-line .daycolumn:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .fix-inputarea {
    -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .fix-inputarea .inputarea {
    padding: 8px 16px;
  }
  .fix-inputarea .inputarea > .mdl-textfield {
    margin-right: 8px;
    width: 100%;
    height: 100%;
  }
  .global-nav {
    padding: 10px 15px;
  }
  .global-nav > .left > .title {
    font-size: 1.4rem;
    line-height: 34px;
  }
  .global-nav > .left {
    width: 45%;
  }
  .global-nav > .left > .btn > .material-icons {
    margin-right: 10px;
  }
  .global-nav > .right {
    float: right;
  }
  .global-nav > .right .btns.-login {
    width: auto;
    height: auto;
    color: #fff;
    background-color: #448aff;
  }
  .global-nav > .right .btns {
    margin-left: 10px;
  }
  .global-nav .mdl-textfield {
    display: none;
  }
  .global-nav .search-suggest {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
  }
  .global-nav.is-changed > .left > .mdl-chip {
    display: none;
  }
  .global-nav.is-result > .left,
  .global-nav.is-opensearch > .left {
    display: none;
  }
  .global-nav.is-result > .left > .title,
  .global-nav.is-opensearch > .left > .title {
    display: none;
  }
  .global-nav.is-result > .right,
  .global-nav.is-opensearch > .right {
    width: 100%;
  }
  .global-nav.is-result > .right .btns.-hide,
  .global-nav.is-opensearch > .right .btns.-hide {
    display: none;
  }
  .global-nav.is-result > .right > .suggestcancel,
  .global-nav.is-opensearch > .right > .suggestcancel {
    display: block;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showNotifications {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes showNotifications {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .notice-card {
    width: 100%;
  }
  .page-top {
    right: 16px;
    bottom: 16px;
  }
  .share-box.-link > .tmbselect > .imglist > li:not(.is-show) {
    display: none;
  }
  .speech-balloon .share-box.-link.big .infobox  .js-shareThumb,
  .mdl-card .share-box.-link.big  .infobox .js-shareThumb{
    width: 100%;
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: .5em;
    max-height: 150px;
    position: relative;
    overflow: hidden;
    height: 150px;
  }
  .speech-balloon .share-box.-link.big .infobox  .js-shareThumb img,
  .mdl-card .share-box.-link.big .infobox .js-shareThumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    #min-width: 100%;
    #min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #.speech-balloon .share-box.-link .infobox .desc,
  #.mdl-card .share-box.-link .infobox .desc{
  #  float: none;
  #  width: 100%;
  #}
  .sign-board > .mdl-button {
    position: absolute;
    right: 16px;
    bottom: 0;
    width: 44px;
    height: 44px;
    z-index: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .sign-board > .title {
    font-size: 2rem;
  }

  .speech-balloon > .content {
    padding: 5px 8px;
  }
  .speech-balloon > .actions {
    bottom: -43px;
  }
  @-webkit-keyframes newCommentFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes newCommentFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .featherlight-content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .featherlight-previous, .featherlight-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
  }
  .featherlight-previous:hover, .featherlight-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .featherlight-previous span, .featherlight-next span {
    font-size: 10px;
  }

  .featherlight-previous {
    right: auto;
    left: 0;
  }

  .featherlight-next {
    right: 0;
    left: auto;
  }

  .user-display > .img {
    min-width: 30px;
  }
  body.is-logged .layout-main.-topic > .commentwrap {
    padding-top: 50px;
    padding-bottom: 160px;
  }
  body:not(.is-logged) .layout-main.-topic > .commentwrap {
    /* padding-top: 50px; */
    /* padding-bottom: 180px; */
  }
  .dialog-wrap .mdl-dialog {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .dialog-wrap.is-slidein > .mdl-dialog {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .dialog-wrap.is-heightmax .mdl-dialog {
    height: 100%;
  }
  .layout-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .layout-header .sign-board {
    height: 200px;
    margin-bottom: 10px;
  }
  .layout-header .login-form {
    display: none;
  }
  .layout-header.-topicdetail {
    position: fixed;
    left: 0;
    top: 54px;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  .layout-header.-topicdetail.is-slideout {
    margin-top: -100px;
  }
  .layout-header.-topicdetail .actions {
    margin-top: 8px;
    float: right;
  }
  .layout-header.-topicdetail .content > .toggle {
    top: 2px;
  }
  .layout-header.-topicdetail .content > .scrollbtn > .mdl-button:first-child {
    margin-bottom: 8px;
  }

  .layout-header.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .layout-loginform {
    display: none;
  }
  @keyframes fadeIn {
    0% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes fadeOut {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  .layout-main .mdl-layout__header {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .layout-main .mdl-layout__header.is-fixed {
    top: 50px;
    /* -webkit-animation: layoutHeadAnime .3s ease forwards; */
    /* animation: layoutHeadAnime .3s ease forwards; */
  }
  @-webkit-keyframes layoutHeadAnime {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes layoutHeadAnime {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    .layout-header.-top,
    .layout-header.-result,
    .layout-header.-commentdetail {
      height: auto;
      padding-bottom: 16px;
    }
    .layout-header.-top .sign-board.profile,
    .layout-header.-result .sign-board.profile,
    .layout-header.-commentdetail .sign-board.profile {
      display: none; }
    .global-nav.is-changed.-top > .left > .mdl-chip {
      display: block; }
  }
  .layout-main .mdl-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-main .mdl-card.-comment {
    margin-bottom: 40px;
  }
  .layout-main .mdl-card.-comment.community {
    width: 100%;
    margin: 0 auto 40px;
  }
  .layout-main .mdl-button.-createtopic {
    display: block;
    width: 80%;
    margin: 40px auto;
  }
  body:not(.is-logged) > .layout-main.-topic .comment-line {
    height: auto; }
  /* ranking */
  .layout-header .rankinglist{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  .layout-header .rankinglist{
    border-top: none;
    margin-top: 1em;
    padding-top: 0;
  }
  .layout-header .rankinglist .title{
    margin: 0 auto;
    width: 50%;
    border: 2px solid #e91e63;
    border-radius: 2px;
    text-align: center;
    padding: 6px 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #e91e63;
    font-size: 14px;
    cursor: pointer;
  }
  .layout-header .rankinglist .title:after{
    content: "";
    display: inline-block;
    margin-left: .5em;
    width: 6px;
    height: 6px;
    margin-top: 0;
    border-top: 2px solid #e91e63;
    border-right: 2px solid #e91e63;
    vertical-align: middle;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .5s all;
  }
  .layout-header .rankinglist.open .title:after{
    margin-top: -.3em;
    -webkit-transform: rotate(-226deg);
    transform: rotate(-226deg);
    transition: .5s all;
  }
  .layout-header .rankinglist .list{
    padding: 0 10px;
    max-height: 0;
    opacity: 0;
    transition: .5s all;
    visibility: hidden;
  }
  .layout-header .rankinglist.open .list{
    max-height: 100vh;
    opacity: 1;
    transition: 1s all;
    visibility: visible;
  }
  /* is-comment */
  #is-comment .global-nav > .left > .title {
    display: block; }
  .layout-header.-commentdetail .sign-board.profile .commu-list {
    display: block; }
  .layout-header.-commentdetail .sign-board.profile .commu-list .mdl-list__item {
    position: absolute;
    display: flex; }
  .layout-header.-commentdetail .sign-board.profile .commu-list .mdl-list__item a {
    display: block;
    width: 40px;
    margin-right: -.5em;
    margin-bottom: .5em; }
  .sign-board.profile {
    height: auto;
    padding: 1em 1em 0; }
  .sign-board.profile .commu-list {
    display: none; }
  .mdl-grid.head h4 {
    font-size: 4vw; }
  .layout-main.-index .mdl-card.-topic {
    float: left;
    width: 49%;
    margin: .5%;
  }
  .layout-main.-index .mdl-card.-community {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.topic {
    position: relative;
    min-height: 100%;
  }
  body.topic > .layout-main.-topic > .openheader {
    position: fixed;
    top: 64px;
    right: 16px;
    z-index: 4;
    opacity: .9;
    background-color: #fff;
    color: #333;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }
  body.topic > .layout-main.-topic > .openheader:hover {
    opacity: 1;
  }
  .layout-main.-topic .comment-line {
    margin-bottom: 60px;
  }
  .layout-main.-topic .mdl-card.-topic {
    float: left;
    width: 49%;
    height: 260px;
    margin: .5%;
  }
  .layout-main.-topic .mdl-card.-community {
    float: left;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .layout-main.-topic .fix-inputarea {
    width: 100%;
    left: 0;
  }
  @media only screen and (orientation:landscape){
    .layout-main.-topic .fix-inputarea {
      overflow-y: scroll;
      max-height: 60%;
    }
  }

  .layout-footer.-topic {
    padding-bottom: 120px;
  }

  /* livefans add style */
  /* index */
  .layout-header.-index {
    padding-bottom: 0;
  }

  .layout-header.-index .sign-board {
    margin-bottom: 0;
  }

  .mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
    background-color: #fff;
  }

  /* result-page */
  .layout-main .mdl-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
  }

#  .global-nav > .left > .mdl-chip .mdl-chip__text {
#    padding: 0;
#  }

  /* commu card */
  .layout-main.-index .mdl-card.-community,
  .layout-main.-result .mdl-card.-community {
    width: 260px;
    margin: 8px;
    min-width: 200px;
    max-width: 260px;
  }

  .mdl-card.-community > .card > .name {
    margin: .5em 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: inherit;
    padding: 0 8px;
    -webkit-line-clamp: 2;
    height: 50px;
  }

  .mdl-card.-community > .card > .user-list {
    margin-bottom: 5px;
    padding: 0 8px;
  }

  .mdl-card.-community > .card > .people {
    margin-bottom: 30px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: inherit;
    color: rgba(0, 0, 0, 0.54);
    padding: 0 8px;
  }

  .mdl-card.-community > .card .mdl-button {
    display: block;
    width: 80%;
    margin: 0 auto 1em;
  }

  .mdl-card.-community > .card .mdl-button[data-flag-join="joined"] {
    color: #E91E63;
    background-color: #fff;
    border: 1px solid #E91E63;
    box-shadow: none;
  }

  /* comment detail */
  .layout-header.-commentdetail .content {
    margin: 1em 0;
  }

  .layout-main.-commentdetail time,
  .layout-header.-commentdetail time {
    color: #888;
    font-size: 1rem;
  }

  .layout-header.-commentdetail .actions {
    margin: 1em 0;
  }

  .layout-main.-commentdetail .comment-num {
    color: #888;
    padding: 8px;
  }

  .layout-main.-commentdetail .comment-num i {
    vertical-align: middle;
    margin-right: 8px;
  }

  .layout-main.-commentdetail .mdl-grid {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /* notopic */
  .mdl-card.-notopic {
    padding: 1em 0;
  }

  .mdl-card.-notopic .create-topic {
    margin: 1em auto;
  }

  /* card reply */
  .mdl-card.-reply {
    margin: 0 0 1em;
    padding: 1em;
    overflow: visible;
  }

  .mdl-card.-reply .user-display {
    margin-bottom: .5em;
  }

  .mdl-card.-reply .content {
    margin-bottom: 1em;
  }

  /* goodlist */
  .goodlist {
    margin: 1em 0;
  }

  .goodlist-num {
    color: #888;
  }

  .goodlist .user-list .img {
    width: 40px;
    height: 40px;
  }

  .goodlist .user-list {
    position: absolute;
    padding: 0 1em 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  /* .dialog-wrap .mdl-dialog__content */
#  .dialog-wrap .mdl-dialog__content #files-addarea p,
#  .dialog-wrap .mdl-dialog__content #files-addarea img,
#  .dialog-wrap .mdl-dialog__content #input-addarea input {
#    width: 89%;
#  }

#  .dialog-wrap .mdl-dialog__content #files-addarea button,
#  .dialog-wrap .mdl-dialog__content #input-addarea button {
#    right: 0;
#    top: 0;
#  }

  /* comment-fixed */
  .hide {
    display: none;
  }

  .comment-fixed .inputarea.is-active .sendbtn {
    bottom: 32px;
  }

  .comment-fixed .inputarea.is-active textarea.mdl-textfield__input,
  .comment-fixed .inputarea.is-active {
    height: auto;
    min-height: 130px;
  }

  .comment-fixed .inputarea .mdl-textfield {
    vertical-align: bottom;
  }

#  #files-addarea img {
#    max-width: 100%;
#    height: auto;
#    margin-bottom: .5em;
# }

  #input-addarea {
    position: relative;
  }

  #input-addarea input {
    margin-bottom: .5em;
  }

#  #files-addarea button,
#  #input-addarea button {
#    position: absolute;
#    right: -52px;
#    top: 0;
#  }

  /* parts */
  .mdl-card__title {
    /* padding: 16px 8px; */
  }

  .mdl-card__title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .material-icons.-likes {
    width: 40px;
    height: 40px;
    background: url(../img/images/common/like-off.svg) no-repeat center;
  }

  .js-overwrap {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .js-overwrap::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .js-overwrap::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .js-overwrap::-webkit-scrollbar-button {
    display: none;
  }

  .js-overwrap::-webkit-scrollbar-piece {
    background: #eee;
  }

  .js-overwrap::-webkit-scrollbar-piece:start {
    background: #eee;
  }

  .js-overwrap::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #888;
  }

  .js-overwrap::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #888;
  }

  /* sp */
  /* gnavi */
  .global-nav .right .material-icons {
    padding: 0;
  }

  #js-hidesearch {
    margin: 0 .5em;
  }

  /* result-page */
  .layout-main.-result {
    /* padding-top: 6em; */
    margin-top: 0px;
  }

  .layout-main.-result .mdl-grid:after {
    content: none;
  }

  /* topic card */
  .layout-main .mdl-card.-topic,
  .mdl-card.-topic {
    float: none;
    width: 49%;
    margin: 0 0 3%;
  }

  /* commu card */
  .layout-main.-index .mdl-card.-community,
  .layout-main.-result .mdl-card.-community {
    width: 49%;
    min-width: inherit;
    margin: 0 0 3%;
  }

  /* comment card */
  .layout-main.-result .comment {
    width: auto;
    margin: 0 0 3%;
  }
  .layout-main.-result .comment .action {
    padding-top: 1em;
  }
  .layout-main.-result .comment .action .action-btn:first-child {
    float: left;
  }
  .layout-main.-result .comment .action .right {
    float: right;
  }
  .layout-main.-result .comment .action .right .action-btn {
    float: right;
    margin-left: 16px;
  }

  /* commentdetail */
  .layout-header.-commentdetail {
    padding: 8px;
    border: none;
  }

  .layout-main.-commentdetail {
    padding: 0 8px 1em;
    margin-top: 1em;
  }

  .layout-main.-commentdetail .comment-num {
    margin: 1em 0;
  }

  /* table */
  .table01{ border-bottom: none; }
  .table01 th, .table01 td{ display: block; width: auto; text-align: left; height: auto; }
  .table01 th{ padding: 1em 0 0; }
  .table01 th br{ display: none; }
  .table01 td{ border-top: none; }
  /* parts */
#  .dialog-wrap .mdl-dialog__content #files-addarea button,
#  .dialog-wrap .mdl-dialog__content #input-addarea button {
#    top: 4px;
#  }

#  #files-addarea button,
#  #input-addarea button {
#    position: absolute;
#    right: -38px;
#    top: 5px;
#  }

  #infscr-loading {
    left: 0;
    border-top: none;
    margin-top: 10px;
    padding: 0;
    background-color: #f5f5f5;
  }

  .layout-main .infinite-loader {
    border-top: none;
  }

  .footer-block {
    box-shadow: none;
  }
  #html, body {
    #  -webkit-overflow-scrolling: touch !important;
    #  overflow: auto;
    #  height: 100%;
    #}
  #body {
    #  position: relative;
    #  overflow-x: hidden;
    #  min-height: 100%;
    #}
  .layout-main.-page{
    padding-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch;
  }
  body {
    margin-top: 56px !important;
    padding-top: 50px;
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .-displaypc {
    display: none !important;
  }

  html, body, div,
  h1, h2, h3, h4, h5, h6,
  p, ul, ol, dl, dt, dd,
  table, th, td,
  form, fieldset,
  header, section, article, aside, footer, figure,
  figcaption, nav {
    margin: 0px;
    padding: 0px;
  }

  article, aside, canvas, details, figcaption, figure,
  footer, header, menu, nav, section, summary {
    display: block;
  }
  @-ms-viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  @-o-viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  @viewport {
    width: extend-to-zoom 100%;
    zoom: 1;
    user-zoom: zoom;
  }
  img {
    max-width: 100%;
    max-height: 500px;
  }

  input, textarea, select, button {
    outline: none;
  }

  label,
  select,
  [type="button"],
  [type="checkbox"],
  [type="radio"],
  [type="submit"],
  [type="reset"],
  [type="file"],
  [type="number"] {
    cursor: pointer;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    overflow: scroll;
    overflow: -moz-scrollbars-vertical;
    overflow-x: scroll; }
  ul, ol {
    list-style: none; }
  p, li, dt, dd, th, td, pre {
    -ms-line-break: strict;
    line-break: strict;
    -ms-word-break: break-strict;
    word-break: break-strict; }
  table {
    border-collapse: collapse;
    border-spacing: 0px; }
  img {
    border: none;
    vertical-align: middle;
  }

  .mdl-button.mdl-button--fab:not(.-splarge) {
    width: 30px !important;
    height: 30px !important;
  }
  .mdl-button.mdl-button--fab:not(.-splarge) .material-icons {
    font-size: 20px;
  }

  .mdl-card.-community .more {
    margin-top: 8px;
  }

  .mdl-card.-notopic .mdl-button.-createtopic {
    width: 100%;
  }

  .mdl-card.-topic .mdl-card__title-text {
    height: 44px;
    font-size: 1.5rem;
  }

  .dialog-wrap .mdl-dialog {
    width: 100%;
    padding: 16px;
  }
  .dialog-wrap .mdl-dialog__actions.-displaysp {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-login {
    background-color: #5d5d5d; }
  .dialog-wrap > .mdl-dialog.-logged > .loginblock > .mdl-button.-member {
    background-color: #e91e63;
  }
  .mdl-layout.-search > .mdl-layout__content {
    width: 100%;
  }
  @-webkit-keyframes tabPanel {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tabPanel {
    0% {
      opacity: 0; }
    100% {
      opacity: 1;
    }
  }
  .comment-line {
    padding: 16px;
  }
  .comment-line .daycolumn:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .comment-line .data {
    top: 75px;
    left: 0;
  }

  .fix-inputarea {
    -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
  }
  .fix-inputarea .inputarea {
    padding: 8px 16px;
  }
  .fix-inputarea .inputarea > .mdl-textfield {
    margin-right: 8px;
    width: 100%;
    height: 100%;
  }
  .global-nav {
    padding: 10px 15px;
  }
  /* MARKEND */
  .global-nav > .left > .title {
    font-size: 1.4rem;
    line-height: 34px;
  }
  .global-nav > .left {
    width: 45%;
  }
  .global-nav > .left > .btn > .material-icons {
    margin-right: 10px;
  }
  .global-nav > .right {
    float: right;
  }
  .global-nav > .right .btns.-login {
    width: auto;
    height: auto;
    color: #fff;
    background-color: #448aff;
  }
  .global-nav > .right .btns {
    margin-left: 10px;
  }
  .global-nav .mdl-textfield {
    display: none;
  }
  .global-nav .search-suggest {
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    height: 100%;
  }
  .global-nav.is-changed > .left > .mdl-chip {
    display: none;
  }
  .global-nav.is-result > .left,
  .global-nav.is-opensearch > .left {
    display: none;
  }
  .global-nav.is-result > .left > .title,
  .global-nav.is-opensearch > .left > .title {
    display: none;
  }
  .global-nav.is-result > .right,
  .global-nav.is-opensearch > .right {
    width: 100%;
  }
  .global-nav.is-result > .right .btns.-hide,
  .global-nav.is-opensearch > .right .btns.-hide {
    display: none;
  }
  .global-nav.is-result > .right > .suggestcancel,
  .global-nav.is-opensearch > .right > .suggestcancel {
    display: block;
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes showNotifications {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes showNotifications {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  .notice-card {
    width: 100%;
  }
  .page-top {
    right: 16px;
    bottom: 16px;
  }
  .share-box.-link > .tmbselect > .imglist > li:not(.is-show) {
    display: none;
  }
  .speech-balloon .share-box.-link.big .infobox .js-shareThumb,
  .mdl-card .share-box.-link.big .infobox .js-shareThumb{
    max-height: 150px;
    height: 150px;
  }
  .sign-board > .mdl-button {
    position: absolute;
    right: 16px;
    bottom: 0;
    width: 44px;
    height: 44px;
    z-index: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .sign-board > .title {
    font-size: 2rem;
    word-wrap: break-word;
  }

  .speech-balloon > .content {
    padding: 5px 8px;
  }
  .speech-balloon > .actions {
    bottom: -43px;
  }
  @-webkit-keyframes newCommentFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes newCommentFade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .featherlight-content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .featherlight-previous, .featherlight-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
  }
  .featherlight-previous:hover, .featherlight-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .featherlight-previous span, .featherlight-next span {
    font-size: 10px;
  }

  .featherlight-previous {
    right: auto;
    left: 0;
  }

  .featherlight-next {
    right: 0;
    left: auto;
  }

  .user-display > .img {
    min-width: 30px;
  }

  .dialog-wrap .mdl-dialog {
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .dialog-wrap.is-slidein > .mdl-dialog {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .dialog-wrap.is-heightmax .mdl-dialog {
    height: 100%;
  }

  .layout-header .sign-board {
    height: 200px;
    margin-bottom: 10px;
  }
  
  .layout-header.-topicdetail {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  .layout-header.-topicdetail.is-slideout {
    margin-top: -100px;
  }
  .layout-header.-topicdetail .actions {
    margin-top: 8px;
    float: right;
  }
  .layout-header.-topicdetail .content > .toggle {
    top: 2px;
  }
  .layout-header.-topicdetail .content > .scrollbtn > .mdl-button:first-child {
    margin-bottom: 8px;
  }

  .layout-header.is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .layout-loginform {
    display: none;
  }
  @keyframes fadeIn {
    0% {
      left: 100%;
    }
    100% {
      left: 0;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  @keyframes fadeOut {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  .layout-main .mdl-layout__header {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .layout-main .mdl-layout__header.is-fixed {
    top: 56px;
    /* -webkit-animation: layoutHeadAnime .3s ease forwards; */
    /* animation: layoutHeadAnime .3s ease forwards; */
  }
  .layout-main.no-changed {
    padding-top: 115px;
    margin-top: 0;
  }
  .layout-main.-detail.no-changed {
    padding-top: 0;
  }
  .layout-main .mdl-layout__header.is-fixed.no-changed {
    top: 115px;
    -webkit-animation: unset;
    animation: unset;
  }
  @-webkit-keyframes layoutHeadAnime {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes layoutHeadAnime {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    .layout-header.-top,
    .layout-header.-result,
    .layout-header.-commentdetail {
      height: auto;
      padding-bottom: 16px;
    }
    .layout-header.-top .sign-board.profile,
    .layout-header.-result .sign-board.profile,
    .layout-header.-commentdetail .sign-board.profile {
      display: none; }
    .global-nav.is-changed.-top > .left > .mdl-chip {
      display: block; }
  }
  .layout-main .mdl-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .layout-main .mdl-card.-comment {
    margin-bottom: 40px;
  }
  .layout-main.-index .page-content.-timeline .mdl-grid > .mdl-card .mdl-card__title{
    /* padding: 16px 40px 16px 8px; */
  }
  .layout-main .mdl-card.-comment.community {
    width: 100%;
    margin: 0 auto 40px;
  }
  .layout-main .mdl-button.-createtopic {
    display: block;
    width: 80%;
    margin: 40px auto;
  }
  body:not(.is-logged) > .layout-main.-topic .comment-line {
    height: auto; }
  /* is-comment */
  #is-comment .global-nav > .left > .title {
    display: block; }
  .layout-header.-commentdetail .sign-board.profile .commu-list {
    display: block; }
  .layout-header.-commentdetail .sign-board.profile .commu-list .mdl-list__item {
    position: absolute;
    display: flex; }
  .layout-header.-commentdetail .sign-board.profile .commu-list .mdl-list__item a {
    display: block;
    width: 40px;
    margin-right: -.5em;
    margin-bottom: .5em; }
  .sign-board.profile {
    height: auto;
    padding: 1em 1em 0; }
  .sign-board.profile .commu-list {
    display: none; }
  .mdl-grid.head h4 {
    font-size: 4vw; }

  .layout-main.-index .mdl-card.-topic {
    float: left;
    width: 49%;
    margin: .5%;
  }
  .layout-main.-index .mdl-card.-community {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body.topic {
    position: relative;
    min-height: 100%;
  }
  body.topic > .layout-main.-topic > .openheader {
    position: fixed;
    top: 64px;
    right: 16px;
    z-index: 4;
    opacity: .9;
    background-color: #fff;
    color: #333;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    font-size: 1.0em;
  }
  body.topic > .layout-main.-topic > .openheader:hover {
    opacity: 1;
  }
  .layout-main.-topic .comment-line {
    margin-bottom: 60px;
  }
  .layout-main.-topic .mdl-card.-topic {
    float: left;
    width: 49%;
    height: 260px;
    margin: .5%;
  }
  .layout-main.-topic .mdl-card.-community {
    float: left;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .layout-main.-topic .fix-inputarea {
    width: 100%;
    left: 0;
  }

  .layout-footer.-topic {
    padding-bottom: 120px;
  }

  /* livefans add style */
  /* index */
  .layout-header.-index {
    padding-bottom: 0;
  }

  .layout-header.-index .sign-board {
    margin-bottom: 0;
  }

  .mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
    background-color: #fff;
  }

  /* result-page */
  .layout-main .mdl-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
  }
  .mdl-card.-community > .card .commu-info{
    min-height: 90px;
  }

  #  .global-nav > .left > .mdl-chip .mdl-chip__text {
    #    padding: 0;
    #  }

  /* commu card */
  .layout-main.-index .mdl-card.-community,
  .layout-main.-result .mdl-card.-community {
    width: 260px;
    margin: 8px;
    min-width: 200px;
  }

  .mdl-card.-community > .card > .name {
    margin: .5em 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: inherit;
    padding: 0 8px;
    height: 45px;
  }

  .mdl-card.-community > .card > .user-list {
    margin-bottom: 5px;
    padding: 0 8px;
  }

  .mdl-card.-community > .card > .people {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: inherit;
    color: rgba(0, 0, 0, 0.54);
    padding: 0 8px;
  }

  .mdl-card.-community > .card .mdl-button {
    display: block;
    width: 85%;
    margin: 0 auto 1em;
    font-size: 0.7em;
  }

  .mdl-card.-community > .card .mdl-button[data-flag-join="joined"] {
    color: #E91E63;
    background-color: #fff;
    border: 1px solid #E91E63;
    box-shadow: none;
  }

  /* comment detail */
  .layout-header.-commentdetail .content {
    margin: 1em 0;
  }

  .layout-main.-commentdetail time,
  .layout-header.-commentdetail time {
    color: #888;
    font-size: 1rem;
  }

  .layout-header.-commentdetail .actions {
    margin: 1em 0;
  }

  .layout-main.-commentdetail .comment-num {
    color: #888;
    padding: 8px;
  }

  .layout-main.-commentdetail .comment-num i {
    vertical-align: middle;
    margin-right: 8px;
  }

  .layout-main.-commentdetail .mdl-grid {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  body#is-comment > .layout-main.-topic > .openheader {
    display: none;
  }
  body#is-comment .layout-main.-topic > .commentwrap {
    padding-top: 0;
  }

  /* notopic */
  .mdl-card.-notopic {
    padding: 1em 0;
  }

  .mdl-card.-notopic .create-topic {
    margin: 1em auto;
  }

  /* card reply */
  .mdl-card.-reply {
    margin: 0 0 1em;
    padding: 1em;
    overflow: visible;
  }

  .mdl-card.-reply .user-display {
    margin-bottom: .5em;
  }

  .mdl-card.-reply .content {
    margin-bottom: 1em;
  }

  /* goodlist */
  .goodlist {
    margin: 1em 0;
  }

  .goodlist-num {
    color: #888;
  }

  .goodlist .user-list .img {
    width: 40px;
    height: 40px;
  }

  .goodlist .user-list {
    position: absolute;
    padding: 0 1em 1em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  /* .dialog-wrap .mdl-dialog__content */
  #  .dialog-wrap .mdl-dialog__content #files-addarea p,
  #  .dialog-wrap .mdl-dialog__content #files-addarea img,
  #  .dialog-wrap .mdl-dialog__content #input-addarea input {
    #    width: 89%;
    #  }

  #  .dialog-wrap .mdl-dialog__content #files-addarea button,
  #  .dialog-wrap .mdl-dialog__content #input-addarea button {
    #    right: 0;
    #    top: 0;
    #  }

  /* comment-fixed */
  .hide {
    display: none;
  }

  .comment-fixed .inputarea.is-active .sendbtn {
    bottom: 32px;
  }

  .comment-fixed .inputarea.is-active textarea.mdl-textfield__input,
  .comment-fixed .inputarea.is-active {
    height: auto;
    min-height: 130px;
  }

  .comment-fixed .inputarea .mdl-textfield {
    vertical-align: bottom;
  }

  #  #files-addarea img {
    #    max-width: 100%;
    #    height: auto;
    #    margin-bottom: .5em;
    # }

  #input-addarea {
    position: relative;
  }

  #input-addarea input {
    margin-bottom: .5em;
  }

  #  #files-addarea button,
  #  #input-addarea button {
    #    position: absolute;
    #    right: -52px;
    #    top: 0;
    #  }

  /* parts */
  .mdl-card__title {
    /* padding: 16px 8px; */
  }

  .mdl-card__title-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .material-icons.-likes {
    width: 40px;
    height: 40px;
    background: url(../img/images/common/like-off.svg) no-repeat center;
  }

  .js-overwrap {
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .js-overwrap::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }

  .js-overwrap::-webkit-scrollbar:horizontal {
    height: 5px;
  }

  .js-overwrap::-webkit-scrollbar-button {
    display: none;
  }

  .js-overwrap::-webkit-scrollbar-piece {
    background: #eee;
  }

  .js-overwrap::-webkit-scrollbar-piece:start {
    background: #eee;
  }

  .js-overwrap::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #888;
  }

  .js-overwrap::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #888;
  }

  /* sp */
  /* gnavi */
  .global-nav .right .material-icons {
    padding: 0;
  }

  #js-hidesearch {
    margin: 0 .5em;
  }

  /* result-page */
  .layout-main.-result {
    /* padding-top: 6em; */
  }

  .layout-main.-result .mdl-grid:after {
    content: none;
  }

  /* topic card */
  .layout-main .mdl-card.-topic,
  .mdl-card.-topic {
    float: none;
    width: 49%;
    margin: 0 0 3%;
  }
  .layout-main.-result .mdl-card.-topic,
  .mdl-card.-topic {
    float: none;
    width: 49%;
    margin: 0 0 3%;
    min-width: inherit;
  }
  .layout-main.-result .mdl-card.-comment {
    width: 100%;
    margin: 8px;
    min-width: 200px;
  }

  /* commu card */
  .layout-main.-index .mdl-card.-community,
  .layout-main.-result .mdl-card.-community {
    width: 49%;
    min-width: inherit;
    margin: 0 0 3%;
  }

  /* comment card */
  .layout-main.-result .comment {
    width: auto;
    margin: 0 0 3%;
  }
  .layout-main.-result .comment .action {
    padding-top: 1em;
  }
  .layout-main.-result .comment .action .action-btn:first-child {
    float: left;
  }
  .layout-main.-result .comment .action .right {
    float: right;
  }
  .layout-main.-result .comment .action .right .action-btn {
    float: right;
    margin-left: 16px;
  }

  /* commentdetail */
  .layout-header.-commentdetail {
    display: none;
  }

  .layout-main.-commentdetail {
    padding: 0;
    margin-top: 1em;
  }

  .layout-main.-commentdetail .mdl-card.-parent{
    padding: 1em;
    margin-bottom: 0;
  }
  .layout-main.-commentdetail .comment-line.mdl-grid{
    padding: 0 16px;
  }

  .layout-main.-commentdetail .comment-num {
    margin: 1.0em 0;
    padding: 0 16px!important;
  }

  /* table */
  .table01{ border-bottom: none; }
  .table01 th, .table01 td{ display: block; width: auto; text-align: left; height: auto; }
  .table01 th{ padding: 1em 0 0; }
  .table01 th br{ display: none; }
  .table01 td{ border-top: none; }


  /* parts */
  #  .dialog-wrap .mdl-dialog__content #files-addarea button,
  #  .dialog-wrap .mdl-dialog__content #input-addarea button {
    #    top: 4px;
    #  }

  #  #files-addarea button,
  #  #input-addarea button {
    #    position: absolute;
    #    right: -38px;
    #    top: 5px;
    #  }

  #infscr-loading {
    left: 0;
    border-top: none;
    margin-top: 10px;
    padding: 0;
    background-color: #f5f5f5;
    opacity: 0;
  }

  .layout-main .infinite-loader {
    border-top: none;
  }

  .footer-block {
    box-shadow: none;
  }
  #html, body {
    #  -webkit-overflow-scrolling: touch !important;
    #  overflow: auto;
    #  height: 100%;
    #}
  #body {
    #  position: relative;
    #  overflow-x: hidden;
    #  min-height: 100%;
    #}
  .layout-main.-page{
    padding-top: 1em;
  }
  .dialog-wrap .mdl-dialog.-sizesmall {
    width: 100%;
    height: auto;
  }
  .mdl-layout__tab {
    width: 50%;
  }
  /* slider */
  #first-modal .js-slider{
    max-width: 320px;
  }
  #first-modal h3{
    font-size: 1.6rem;
  }
  .slick-prev:before, .slick-next:before{
    font-size: 30px;
  }
  .slick-prev, .slick-next{
    top: 118%;
  }
  
  section.-community > .card > .img > a > img.artist34452,
  .community-cards > .card > .img > a > img.artist34452 {
    top: 50%;
  }
  .sign-board > .img > img.artist34452 {
    top: 90%;
  }
  .mdl-card.-community > .card .commu-info .mdl-cell.-displaysp{
    width: 100%;
  }
  .layout-header.-top {
    padding: 59px 0 0 0;
  }
  .layout-header.-top .people {margin:0;}
  .layout-header.-top .js-do-join {width:80%;}
  .layout-header .userarea, .layout-header .buttonarea { width: 49%;display: inline-block;vertical-align: middle; margin-bottom: 10px;}
  .layout-header .userarea {padding-top:.5em;}
}
@media only screen and (max-width: 330px) {
  .global-nav > .left > .mdl-chip .mdl-chip__text > img {
    height: auto;
  }
}
