* {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", MeiryoKe_PGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}
body {
  background-color: #2fcdb4;
}
a {
  text-decoration: none;
  display: block;
}
a:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
}
h1, h2, h3, h4, h5, div, p, ul, li, a {
  list-style: none;
  margin: 0px;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
h2 {
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  text-align: center;
  padding: 100px 0px 30px;
}
input {
  outline: 0;
}
header {
  width: 100%;
  position: fixed;
  z-index: 500;
  padding-bottom: 10px;
}
.sitename {
  padding-top: 10px !important;
  padding-left: 10%;
  float: left;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 980px) {
  .sitename {
    padding-left: 5%;
  }
}
#header-l a {
  font-family: 'Poiret One', cursive;
  font-size: 22px;
  color: #fff;
}
.descr {
  font-family: 'Poiret One', cursive;
  font-size: 13px;
  color: #fff;
  padding-left: 10%;
  float: left;
  clear: left;
}
@media screen and (max-width: 980px) {
  .descr {
    padding-left: 5%;
  }
}
#headbox {
  padding: 0px !important;
}
h1 {
  margin: 0px;
}
.topHeader {
  background-color: #3d3d3d;
}
.copy {
  font-size: 12px;
  text-align: center;
  padding: 30px 0px 10px;
}
#page-top {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 5%;
  font-size: 28px;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  padding: 12px 11px;
  text-align: center;
  display: block;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#page-top a:hover {
  text-decoration: none;
  color: #fff;
}
#panel-btn {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  margin: 10px 10% 10px 0px;
  border-radius: 50%;
  top: 0px;
  right: 0px;
  z-index: 200;
}
@media screen and (max-width: 980px) {
  #panel-btn {
    margin-right: 5%;
  }
}
#panel-btn .close {
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}
#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  width: 30px;
  height: 3px;
  margin: -1px 0 0 -7px;
  background: #fff;
  transition: 0.2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
#panel-btn-icon:before {
  margin-top: -10px;
}
#panel-btn-icon:after {
  margin-top: 7px;
}
#panel {
  display: none;
  position: absolute;
  padding-top: 100px;
  right: 0px;
  width: 100%;
  max-width: 150px;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  #panel {
    width: 100%;
    height: 100vh;
    z-index: -1;
    top: 0px;
    padding-top: 90px;
    max-width: 100%;
    background-color: #3d3d3d;
    opacity: 0.9;
  }
}
#panel ul {
  list-style: none;
}
#panel ul li {
  padding-bottom: 3.5%;
}
@media screen and (max-width: 640px) {
  #panel ul li {
    text-align: center;
  }
}
#panel ul li a {
  text-decoration: none;
  font-family: 'Poiret One', cursive;
  display: block;
  width: 100%;
  font-size: 23px;
  letter-spacing: 2px;
}
#panel ul li a:link, #panel ul li a:visited, #panel ul li a:hover, #panel ul li a:active {
  color: #fff;
}
.wideslider {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.wideslider ul {
  float: left;
  display: inline;
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
}
.wideslider ul li img {
  width: 100%;
  display: none;
}
.wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.slider_prev, .slider_next {
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  cursor: pointer;
}
.slider_prev {
  background: #3d3d3d url(http://nameko.backdrop.jp/wp-content/uploads/2017/03/prev.jpg) no-repeat right center;
}
.slider_next {
  background: #3d3d3d url(http://nameko.backdrop.jp/wp-content/uploads/2017/03/next.jpg) no-repeat left center;
}
.pagination {
  display: none;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.pagination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #3d3d3d;
}
.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.sns, .blogbox, .blogbox + p {
  display: none;
}
#toc_container a {
  color: #3d3d3d;
}
.st-main {
  width: 100%;
  padding: 0px;
}
#content-w {
  width: 100%;
  margin: 0px auto;
}
#content {
  max-width: none;
}
.sct_wrapper {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#top_img {
  background-color: #000;
}
#top_bn {
  width: 100%;
  max-width: 1280px;
  height: 100vh;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
}
#top_bn img {
  height: 100%;
}
.more_btn {
  overflow: hidden;
}
.more_btn a {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 15px 0px;
  text-align: center;
  box-sizing: border-box;
}
.more_btn a:hover {
  background-color: #fff;
  color: #2fcdb4;
}
.prf_name {
  overflow: hidden;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .prf_name {
    max-width: 640px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.prf_name p {
  display: inline-block;
  color: #fff;
}
.prf_name p:first-child {
  font-size: 14px;
  font-weight: bold;
}
.prf_name p:first-child:after {
  content: " / ";
}
.prf_name p:last-child {
  font-size: 12px;
  font-weight: normal;
}
.top_txt_txt {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 640px) {
  .top_txt_txt {
    max-width: 640px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.top_txt_txt audio {
  display: block;
}
.prf_title {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
}
#works {
  position: relative;
  margin-top: 100px;
}
#works h2 {
  position: absolute;
  padding: 0px;
  top: 25%;
  left: 50%;
  margin-left: -66px;
}
#works .more_btn a {
  max-width: 300px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -150px;
}
#npcatch {
  overflow: hidden;
  padding-bottom: 30px;
  display: flex;
  /* Safari */
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari */
  -webkit-align-items: stretch;
  align-items: stretch;
  /* Safari */
  -webkit-align-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
#npcatch li {
  width: 220px;
  margin-top: 20px;
  padding: 30px 0px;
}
@media screen and (max-width: 640px) {
  #npcatch li {
    clear: left;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 980px) {
  #npcatch li:nth-child(add) {
    clear: left;
  }
}
#npcatch li > a {
  text-align: center;
  width: 220px;
  height: 220px;
  margin: 0px auto;
}
#npcatch li > a img {
  width: 220px;
  height: 220px;
}
#npcatch li span a {
  width: 200px;
  margin: 0px auto;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
  color: #3d3d3d;
}
#npcatch li .title {
  width: 220px;
  padding: 10px 0px;
  display: block;
  background-color: #fff;
  margin: 0px auto;
}
#other_cnt ul {
  max-width: 980px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  /* Safari */
  -webkit-justify-content: center;
  justify-content: center;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari */
  -webkit-align-items: stretch;
  align-items: stretch;
  /* Safari */
  -webkit-align-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
#other_cnt ul li {
  width: 300px;
  padding: 0px 10px;
}
.timeline-Header {
  background-color: #2fcdb4 !important;
}
.timeline-Footer {
  display: none !important;
}
.media_box {
  margin-bottom: 50px;
}
.media_title1 {
  font-size: 12px;
}
.media_title2 {
  font-size: 14px;
}
.media_comment {
  font-size: 14px;
  line-height: 22px;
}
.media_block {
  width: 100%;
  padding-top: 65.77%;
  position: relative;
  margin-bottom: 10px;
}
.media_block iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100% !important;
  height: 100% !important;
}
#music .top_txt_txt p {
  margin-bottom: 30px;
}
#blog {
  overflow: hidden;
}
#blog h2 {
  padding-bottom: 0px;
}
.toptxt {
  overflow: hidden;
  max-width: 640px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.toptxt .post {
  clear: left;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #fff;
  margin-bottom: 30px;
}
.toptxt .post a {
  overflow: hidden;
  padding: 20px;
}
.toptxt .post a img {
  float: left;
  width: 20%;
  height: 100%;
  max-width: 180px;
}
.toptxt .post a .post_txt {
  float: left;
  width: 80%;
  padding-left: 5%;
  box-sizing: border-box;
}
.toptxt .post a .post_txt h3 {
  padding-bottom: 5px;
}
.toptxt .post a .post_txt p {
  font-size: 12px;
  clear: left;
}
.toptxt .blog_peger {
  float: right;
  text-align: right;
}
.toptxt .blog_peger .page-numbers {
  float: left;
  padding-left: 10px;
}
#blog_detail {
  padding-top: 100px;
}
#blog_detail b {
  color: #3d3d3d;
}
#blog_detail .st-catgroup a span:before {
  content: "カテゴリ：";
}
#blog_detail .entry-title {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  padding-bottom: 30px;
}
#blog_detail .mainbox {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  background-color: #fff;
  box-sizing: border-box;
}
#blog_detail .mainbox p {
  color: #3d3d3d;
}
#blog_detail .mainbox .entry-content {
  color: #3d3d3d;
}
#blog_detail .mainbox .entry-content strong {
  color: #3d3d3d;
}
#blog_detail .mainbox .entry-content a img {
  display: block;
  margin: 20px auto 0px;
  width: 100%;
  height: 100%;
}
#blog_detail .mainbox .entry-content a + span {
  text-align: center;
  margin-bottom: 20px;
}
#blog_detail .mainbox .entry-content span {
  display: inline;
}
#blog_detail a {
  display: inline;
  text-decoration: underline;
}
#blog_detail a span {
  text-decoration: underline;
}
#blog_detail h2 {
  border: 3px solid #ccc;
  background: #f3f3f3;
  padding: 20px;
}
.adbox {
  display: none;
}
.tagst {
  display: none;
}
.tagst + p {
  display: none;
}
.st-aside {
  display: none;
}
.contact_wrapper {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  .contact_wrapper {
    max-width: 980px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.contact_wrapper > p {
  font-size: 16px;
  margin-bottom: 30px;
}
.contact_wrapper form {
  position: relative;
}
.contact_wrapper form .wpcf7-validation-errors {
  font-size: 14px;
  position: absolute;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
  margin: 0px 10%;
  width: 80%;
  box-sizing: border-box;
  bottom: 10px;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .contact_wrapper form .wpcf7-validation-errors {
    font-size: 12px;
  }
}
.contact_wrapper form input[type="text"], .contact_wrapper form input[type="tel"], .contact_wrapper form input[type="email"] {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
.contactform_box {
  padding: 40px 20px 50px;
  box-sizing: border-box;
  background-color: #fff;
}
.contactform_box p {
  font-size: 14px;
  color: #3d3d3d;
  padding-bottom: 10px;
}
.contactform_box p:last-child {
  text-align: center;
}
.contactform_box span {
  color: #3d3d3d;
}
.contactform_box textarea {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 500px;
  outline: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.wpcf7-list-item {
  line-height: 11px;
}
.ajax-loader {
  width: 0px !important;
}
input[type=submit] {
  -webkit-appearance: none;
  border: 1px solid #2fcdb4;
  background: none;
  background-color: #2fcdb4;
  padding: 15px 0px;
  width: 100%;
  max-width: 200px;
  color: #fff;
  margin-top: 20px;
}
border-radius input[type=submit]:hover {
  background-color: #fff;
  color: #2fcdb4;
}
.contact_txt {
  font-size: 12px;
  margin-top: 20px;
}
.interview p {
  padding: 10px 0px;
}
