/*
Theme Name: CreatorsFile
Description: 
*/

/* common */

/*
@font-face {
font-family: "mnm";
  src: url(fonts/A-OTF-MNewsMPro-Light.otf);
}
@font-face {
font-family: "ogb";
  src: url(fonts/A-OTF-ShueiGoKinStd-B.otf);
}
@font-face {
font-family: "ogl";
  src: url(fonts/A-OTF-ShueiGoKinStd-L.otf);
}
*/
.font_mnm {
/*  font-family: 'Noto Serif JP';*/
  /*transform: scale(1, 0.95);*/
}
.hide {
  display: none;
}

html {
  font-size: 62.5% !important;
}
body {
  font-family: 'Noto Sans JP';
  background: url(images/worn-dots100px.png);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* PC */
.header {
  height: 60px;
  width: 100%;
  padding: 5px 0;
  border-bottom: 3px solid #e61e1e;
  text-align: center;
  display: block;
}
.header > * {
  display: inline-block;
}
.logo {
  width: 300px;
  margin-right: 15px;
  height: 40px;
  margin: 10px 10px;
}
.logo a img {
  width: 300px;
}
.menu-toggle {
  width: 30px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
  position: relative;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  left: 0;
  margin: 5px;
  transition: all .1s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 5px;
}
.menu-toggle span:nth-child(2) {
  top: 13px;
}
.menu-toggle span:nth-child(3) {
  top: 21px;
}
/* ✕ */
.menu-toggle.open span:nth-child(1) {
  transform: translateY(9px) translateX(0) rotate(45deg);
}
.menu-toggle.open span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
  top: 5px;
  transform: translateY(9px) translateX(0) rotate(-45deg);
}

/* navi */
.nav-menu {
  visibility: hidden;
  height: 0px;
  line-height: 1.7em;
  font-size: 1.2rem;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.nav-menu.open {
  padding: 40px 15% 40px 20%;
  width: 65%;
  background-color: #000000;
  border-bottom: 3px solid #e61e1e;
  visibility: visible;
  height: 150px;
  text-align: center;
}
.menu-list {
  display: block;
  text-align: left;
}
.menu-box {
  display: inline-block;
  width: 33%;
  text-align: left;
  font-family: 'Noto Serif JP';
  /*
  font-family: 'mnm';
  transform: scale(1, 0.95);
  */
  vertical-align: top;
}
.menu-box.top {
  opacity: 0;
  transition: all 0.2s linear;
}
.nav-menu.open .menu-box.top {
  opacity: 1;
}
.menu-box:first-child {
  width: 38%;
}
.menu-box:last-child {
  width: 20%;
}
.menu-box p {
  font-family: 'Noto Sans JP';
  font-size: 1.3rem;
  font-weight: bold;
  color: #e61e1e;
  margin: 2% 0 5% -1%;
}
.menu-box ul {
  border-left: 3px solid #e61e1e;
  list-style: none;
  padding-left: 20px;
  font-size: 2.4rem;
  line-height: 3.3rem;
}
.menu-box li a {
  text-decoration: none;
  color: #ffffff;
}
.menu-box li a:hover {
  color: #e61e1e;
}

/* main visual */
.main_visual {
  margin: 0;
  width: 100%;
  background-color: #000000;
}
.main_visual img {
  margin: 0 auto;
  width: 85%;
  height: auto;
  visibility: hidden;
}
.main_visual.slick-initialized img {
  visibility: visible;
}
/* slick */
.pickups .slick-list {
  padding-top: 35px !important;
  /*overflow-y: visible;*/
}
.slick-prev:before, .slick-next:before {
  color: #e61e1e!important;
}
.slick-prev {
  margin-left: 40px;
  z-index: 10;
}
.slick-next {
  margin-right: 40px;
  z-index: 10;
}

/* sub navi */
.sub_nav {
  padding: 10px 0;
  width: 100%;
  background-color: #e61e1e;
  display: block;
  /*height: 20px;*/
  /*padding-bottom: 15px;*/
}
.sub_nav ul {
  width: 94%;
  height: 30px;
  text-align: center;
  margin: auto;
}
.sub_nav li {
  margin: 0 12px;
  display: inline-block;
  font-family: 'Noto Serif JP';
  /*
  font-family: 'mnm';
  transform: scale(1, 0.95);
  */
  font-size: 2.0rem;
  border-bottom: 1px solid #000;
  line-height: 26px;
}
.sub_nav li a {
  color: #000000;
  text-decoration: none;
}
.sub_nav li:hover {
  border-bottom: 1px solid #fff;
}
.sub_nav li:hover a {
  color: #ffffff;
}
.sns_icon a:hover span {
  color: #fff;
}
li.sns_icon {
  margin: 0 2px;
  vertical-align: middle;
  padding-bottom: 8px;
  border-bottom: none;
}
li.sns_icon:hover {
  border-bottom: none;
}
/* icon */
.sns_icon img {
  width: 26px;
}
.sns_icon .twitter img.off,
.sns_icon .facebook img.off
.sns_icon .insta img.off {
  display: inline-block;
}
.sns_icon .twitter img.on,
.sns_icon .facebook img.on,
.sns_icon .insta img.on {
  display: none;
}
.sns_icon .twitter:hover img.off,
.sns_icon .facebook:hover img.off,
.sns_icon .insta:hover img.off {
  display: none;
}
.sns_icon .twitter:hover img.on,
.sns_icon .facebook:hover img.on,
.sns_icon .insta:hover img.on {
  display: inline-block;
}
/* sub_header */
.sub_header {
  width: 100%;
  height: auto;
  border-bottom: 3px solid #e61e1e;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #000000;
}
.sub_header.pc {
  display:block;
}
.sub_header.sp {
  display: none;
}
.sub_header.about {
  background: url(./images/about_header.png) no-repeat 0 0;
}
.sub_header.contact {
  background: url(./images/contact_header.png) no-repeat 0 0;
}

.pickups {
  width: 100%;
  /*padding: 20px 0;
  margin-top: 2%;*/
}
.pickups .item {
  margin: 10px 1%;
  width: 30%;
  height: 280px;
  display: block;
  position: relative;
}
.pickups .item img {
  margin: 0 auto;
  width: auto;
  height: 235px;
}
.pickups .item p {
  font-weight: 500;
  font-family: 'Noto Sans JP';
  padding: 8px;
  font-size: 1.5rem;
  line-height: 1.3;
  top: 200px;
  left: 10%;
  width: 90%;
  height: auto;
  position: absolute;
  border-top: 4px solid #000000;
  border-left: 4px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.pickups .item:hover p {
  background-color: #999;
}
/* right */
.widget_archive,
  .widget_categories {
  display: none;
}
.side_contents {
  width: 23.72%;
}
.side_contents .creators {
  margin: 0px 5px;
}
.side_contents .creators .item {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.creators .item:hover {
  opacity: .8;
}
.side_contents .creators .item a {
  display: flex;
  flex-flow: column;
  height: 100%;
  color: #000000;
  text-decoration: none;
}
.creators .item .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.creators .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.creators .item .info {
  margin-top: -1px;
  padding: 5%;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  background-color: #e61e1e;
  box-sizing: border-box;
}
.creators .item:nth-child(odd) .info {
  background-color: #888;
}
.creators .item .info .no {
  margin-bottom: 5%;
  font-family: 'Montserrat';
  font-size: 1.2rem;
  font-weight: 700;
}
.creators .item .info .title {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 1.4rem;
}
.creators .item .info .name {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-size: 2rem;
  word-break: break-all;
}
.creators .to_clist {
  text-align: center;
  padding-bottom: 5%;
  display: block;
  color: #000000;
  font-size: 1.6rem;
}

.informations {
  margin: 30px 5px;
}
.informations > * {
  margin: 3% auto;
}
.informations .embeded_sns {
  margin: 10% auto 5%;
  text-align: center;
}
.twitter-timeline {
  height: 400px;
}
.store {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.store img {
  width: 100%;
  height: auto;
}
.informations .link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 50px;
  width: 100%;
  border: 3px solid black;
  box-sizing: border-box;
  background-color: #ffffff;
  text-decoration: none;
}
.informations .link div:first-child {
  width: 100px;
}
.informations .link img {
  width: auto;
  height: 32px;
}
.informations .link div.char {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
}
.side_contents .informations .social {
  margin-top: 20px;
}
.side_contents .informations .social li {
  margin: 3% 0;
}
.side_contents .informations .social .link {
  justify-content: center;
  border: 0;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 1.7em;
  line-height: 50px;
}
.side_contents .informations .social .link.facebook {
  background-color: #3B5998;
}
.side_contents .informations .link.twitter {
  background-color: #1b95e0;
}
.side_contents .informations .link.insta {
  background: url(images/insta_bg.png) no-repeat left top;
  background-size: 100%;
}
.side_contents .informations .link.lineblog {
  background-color: #1dcd00;
  font-size: 1.5rem;
}

.top_share_buttons {
  text-align: center;
  margin: 3%;
}
.top_share_buttons > * {
  margin: 0 3px;
}
/* シェアボタンレイアウト調整 */
.fb_iframe_widget span {
  height: 21px !important;
}

/* footer */
.footer {
  width: 100%;
  background-color: #000000;
  color: #e61e1e;
  padding: 40px 15% 10px 20%;
  width: 65%;
  text-align: center;
}
.copyright {
  font-size: 1.2rem;
  color: #e61e1e;
  margin-top: 40px;
  text-align: center;
}

.backlink {
  margin: 30px 0 40px;
  text-align: center;
  /*background: url(images/worn-dots100px.png);*/
}
.backlink > a {
  font-family: 'Noto Sans JP';
  /* font-family: "ogb"; */
  font-size: 1.6rem;
  color: #e61e1e;
  text-decoration: none !important;
}

.undisplay {
  display: none;
}
.rel_pos {
  position: relative;
}
.curved_title {
  position: absolute;
  /*font-style: italic;
  font-weight: bold;
  transform: rotate(-7deg);
  text-decoration: underline;*/
}
.curved_title img {
  width: 75%;
}
.curved_title.pickup {
  top: 10px;
  left: 44%;
  z-index: 10;
}
.posts .curved_title {
  top: -38px;
  left: 0%;
  z-index: 10;
}
.creators .curved_title {
  top: -50px;
  left: -3%;
  z-index: 10;
}
.detail_layout article {
  width: 60%;
  margin: 0 3%;
  word-break: break-all;
}
article.contact .wp_social_bookmarking_light,
  article.about .wp_social_bookmarking_light {
  display: none;
}
.single_layout article {
  width: 60%;
  margin: 5% auto;
  word-break: break-all;
}
.single_layout form {
  font-family: 'Noto Sans JP';
  /* font-family: 'ogb'; */
  margin: 3% 0;
  width: 100%;
}
.single_layout form p {
  line-height: 1.8rem;
  font-size: 1.4rem;
  margin: 0 auto;
}
.single_layout form input[type="text"],
  .single_layout form input[type="email"],
  .single_layout form textarea {
  width: 96%;
  background-color: #eeeeee;
  border: none;
  font-size: 1.4rem;
  outline: none;
  margin: 0 auto;
  padding: 2%;
}
.single_layout form input[type="submit"] {
  background-color: #000000;
  border: none;
  color: #ffffff;
  width: 100%;
  padding: 2%;
  font-size: 1.8rem;
}
.single_layout form .input_text {
 /* width: 98%;
  background: #eee;
  padding: 1%;
  font-size: 1.0rem;
  margin-bottom: 2%;*/
  margin-bottom: 20px;
}
.single_layout form .input_textarea {
  /*width: 98%;
  background: #eee;
  padding: 1%;
  font-size: 1.0rem;
  margin-bottom: 2%;
  min-height: 95px;*/
  margin-bottom: 20px;
}
/*
.chkbox {
  margin: 0 auto 3%;
  text-align: center;
}
.chkbox label {
  padding-left:   20px;
  font-size: 0.9rem;
  line-height:    16px;
  display:    inline-block;
  cursor:     pointer;
  position:   relative;
}
.chkbox label:before {
  content:    '';
  width:      16px;
  height:     16px;
  display:    inline-block;
  position:   absolute;
  left:     0;
  background-color: #eee;
}
.chkbox input[type=checkbox]+* {
  display: none;
}
.chkbox input[type=checkbox] {
  display:    none;
}
.chkbox input[type=checkbox]:checked + label:before {
  content:    '\2713';
  font-size:    0.9rem;
  color:      #000;
  background-color: #999;
}
*/

.notfound .msg_box {
  margin: 10% 35%;
  border: 3px solid #000000;
  width: 20%;
  height: 40%;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.7rem;
  padding: 5%;
}

@media screen and (max-width: 960px) {
  .nav-menu.open {
    height: 475px;
    text-align: left;
    padding: 60px 0 30px 0;
    width: 100%; 
  }
  .menu-box {
    display: block;
    margin-left: 40px;
    margin-bottom: 30px;
  }
  .nav-menu.open .menu-box {
    width: 80%;
  }
  .sub_nav {
    padding: 0;
    height: 3px;
  }
  .sub_nav ul {
  }
  .sub_nav li {
    display: none;
  }
  .pickups {
    /*margin-top: 4%;*/
  }
  .pickups .item {
    margin: 10px 50px;
    width: 20%;
  }
  .side_contents {
    width: 90%;
    margin: 5%;
  }
  .creators {
    display: flex;
	flex-flow: row wrap;
  }
  .side_contents .creators .item {
    margin: 1%;
    width: 48%;
  }
  .creators .rel_pos {
    width: 100%;
  }
  .creators .item div {
    font-size: 2.0rem;
    line-height: 2.4rem;
  }
  .creators .item:last-child {
    display: none;
  }
  .creators .item .info .no,
  .creators .item .info .title {
    margin-bottom: 1%;
  }
  .side_contents .informations .link {
    width: 46%;
	height: 60px;
    margin: 3% 2% 2%;
    float: left;
  }
  .informations .embeded_sns {
    display: none;
  }
  .side_contents .informations .social .link {
    line-height: 60px;
  }
  .footer {
    width: 100%;
    padding: 60px 0 10px 0;
    text-align: left;
  }
  .footer .menu-box {
    width: 80%;
  }

  .posts .curved_title {
    top: -44px;
    left: 42%;
  }
  .creators .curved_title {
    top: -48px;
    left: 35%;
  }
  .detail_layout > * {
    float: none;
  }
  .detail_layout article {
    width: 90%;
    margin: auto;
  }
  .detail_layout article.about {
    margin-top: 5%;
  }
  .single_layout article {
    width: 90%;
  }
  .notfound .msg_box {
    margin: 10% 10%;
    width: 60%;
    padding: 10%;
  }
  .copyright {
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  body {
    font-size: 9px;
  }
  .sub_header.pc {
    display: none;
  }
  .sub_header.sp {
    display:block;
  }
  .menu-toggle {
    /*margin-right: 3px;*/
  }
  .slick-list {
  }
  .pickups {
    margin-bottom: 12%;
  }
  .pickups .item {
    margin: 10px 1%;
    width: 50%;
  }
  .nav-menu.open {
    height: 450px;
  }
  .nav-menu {
    line-height: 1.4em;
    font-size: 1.2rem
  }
  /* main visual */
  .main_visual img {
  }
  .posts {
    padding: 0;
  }
  .posts, .side_contents {
    margin-left: auto;
    margin-right: auto;
  }
  .side_contents {
    width: 98%;
    margin: 10% 1%;
  }
  .creators .item div {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
  .side_contents .informations .link {
    height: 60px;
    width: 98%;
  }
  .informations .link {
    width: 96%;
    margin: 3% 0% !important;
    clear: both;
  }
  .informations .link > * {
    text-align: right;
  }
  .informations .link img {
    margin: 5% 10%;
    /*height: 40px;
    margin: 2% 7% 2% 10%;*/
  }
  .informations .link div.char {
    text-align: left;
    padding: 4% 0;
    margin: 0;
    /*height: 20px;
    margin: 4% 0% 3% 3%;*/
  }
  .menu-list .menu-box {
    font-size: 0.9rem;
  }

  /* curved_title */
  .curved_title.pickup {
    left: 34%;
  }
  .posts .curved_title {
    left: 34%;
  }
  .creators .curved_title {
    left: 22%;
  }
  /* detail */
  .detail_layout article {
    width : 100%;
  }
  .single_layout article {
    width: 100%;
  }
  .top_share_buttons {
    margin: 3%;
    margin-bottom: 8%;
  }
  .backlink {
    margin-bottom: 20%;
  }
  .backlink > a {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  
  .curved_title.pickup {
    top: 3px;
  }
  .pickups .item {
    height: 170px;
  }
  .pickups .item img {
    height: 140px;
  }
  .pickups .item p {
    top: 111px;
    font-size: 1rem;
  }
  .creators .item .info .no {
    font-size: .8rem;
  }
  .creators .item .info .title {
    font-size: 1rem;
  }
  .creators .item .info .name {
    font-size: 1.3rem;
  }
  .informations .link div.char {
    padding: 5% 0;
  }
}
