@charset "UTF-8";
@import url("https://use.typekit.net/aug5dnx.css");
.forpc {
  display: block; }

.forsp {
  display: none; }

.forpcinline {
  display: inline; }

.forspinline {
  display: none; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4; }

header {
  background: #fff;
  border-bottom: solid 1px #b7b7b7;
  margin-bottom: 50px;
  padding: 20px 2%;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3; }
  header #menuBtn {
    display: none; }
  header .logo {
    margin-right: 20px; }
    header .logo img {
      width: 165px; }
  header .search {
    margin-right: auto; }
    @media (max-width: 1024px) {
      header .search {
        display: none; } }
    header .search input {
      width: 285px;
      background: #f0f0f0 url(/assets/images/common/icn-search.svg) no-repeat 20px center;
      background-size: 16px auto;
      border: none;
      border-radius: 2em;
      padding: 5px 10px 5px 45px; }
  header nav ul {
    font-family: p22-underground-sc, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.15rem;
    display: flex; }
    header nav ul li {
      padding-left: 30px; }
      header nav ul li.hasChild {
        padding-right: 20px;
        position: relative; }
        header nav ul li.hasChild::after {
          content: "";
          width: 6px;
          height: 6px;
          border-bottom: solid 2px #323232;
          border-right: solid 2px #323232;
          position: absolute;
          bottom: .8em;
          right: 0;
          transform: rotate(45deg); }
      header nav ul li a, header nav ul li span {
        color: #000;
        text-decoration: none; }
      header nav ul li ul {
        width: auto;
        display: block;
        position: absolute;
        top: 20px;
        left: 0; }
        header nav ul li ul li {
          height: 0;
          margin-left: 0;
          margin-bottom: 2px;
          opacity: 0;
          overflow: hidden;
          transition: .3s; }
          header nav ul li ul li a {
            padding: 10px;
            background: rgba(255, 255, 255, 0.8);
            text-align: left;
            display: block; }
      header nav ul li:hover ul li {
        height: calc(2em + 12px);
        opacity: 1; }
  header .fig {
	  display: none;
    width: 40px;
    margin-left: 40px; }
    header .fig img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: contain; }

footer {
  text-align: center;
  background: #ebebeb;
  padding: 60px 0; }
  @media (max-width: 756px) {
    footer {
      padding: 7vw 0; } }
  footer .logo {
    width: 150px;
    margin: 0 auto 30px; }
  footer .snss {
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
    footer .snss li {
      width: 24px;
      margin: 0 15px; }
      footer .snss li img {
        vertical-align: middle; }
  footer .pages {
    margin-bottom: 30px;
    display: flex;
    justify-content: center; }
    footer .pages li + li::before {
      content: "　/　"; }
    footer .pages li a {
      color: #000;
      text-decoration: none; }

#spMenu {
  display: none; }

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 756px) {
  .forpc {
    display: none; }

  .forsp {
    display: block; }

  .forpcinline {
    display: none; }

  .forspinline {
    display: inline; }

  img {
    width: 100%; }

  header {
    width: 90vw;
    min-width: 90vw;
    margin-bottom: 6vw;
    padding: 10px 5vw; }
    header #menuBtn {
      width: 6.7vw;
      margin-right: auto;
      display: block; }
      header #menuBtn img {
        vertical-align: middle; }
    header .logo {
      margin-right: auto;
      margin-left: auto; }
      header .logo img {
        width: 30vw; }
    header .search {
      display: none; }
    header nav {
      display: none; }
    header .fig {
		display: block;
      width: 8vw;
      margin-left: auto; }
      header .fig img {
        width: 8vw;
        height: 8vw; }

  footer {
    padding-top: 10vw; }
    footer .logo {
      width: 30vw;
      margin: 0 auto 6vw; }
    footer .snss {
      margin: 0 20vw;
      flex-wrap: wrap; }
      footer .snss li {
        width: 6.5vw;
        margin: 0 6vw 6vw; }
        footer .snss li img {
          vertical-align: middle; }
    footer .pages {
      margin: 0 5vw 6vw;
      flex-wrap: wrap; }
      footer .pages li {
        margin-bottom: 2vw; }
        footer .pages li:nth-child(4)::before {
          content: none; }

  #spMenu {
    width: 70vw;
    height: 100vh;
    background: #fff;
    padding: 5vw;
    display: block;
    position: fixed;
    top: 0;
    left: -70vw;
    transition: all .3s;
    z-index: 5; }
    #spMenu.cr {
      left: 0; }
    #spMenu .heading {
      margin-bottom: 5vw;
      display: flex;
      justify-content: space-between; }
      #spMenu .heading .logo {
        width: 30vw; }
      #spMenu .heading .close {
        width: 5vw; }
    #spMenu .menuWrap {
      height: 80vh;
      overflow-y: auto; }
      #spMenu .menuWrap ul li {
        text-align: left; }
        #spMenu .menuWrap ul li ul {
          margin-left: 1em;
          display: none; }
        #spMenu .menuWrap ul li a, #spMenu .menuWrap ul li span {
          color: #000;
          font-family: p22-underground-sc, sans-serif;
          font-weight: 600;
          font-style: normal;
          font-size: 1.15rem;
          text-decoration: none;
          border-bottom: solid 1px #b7b7b7;
          padding: 5px 0 2px;
          display: block;
          position: relative; }
        #spMenu .menuWrap ul li a::after {
          content: "";
          width: 6px;
          height: 6px;
          border-top: solid 2px #000;
          border-right: solid 2px #000;
          position: absolute;
          top: calc(50% - .2em);
          right: 2vw;
          transform: rotate(45deg); }
        #spMenu .menuWrap ul li span::after {
          content: "";
          width: 6px;
          height: 6px;
          border-top: solid 2px #000;
          border-right: solid 2px #000;
          position: absolute;
          top: calc(50% - .2em);
          right: 2vw;
          transform: rotate(135deg); }
        #spMenu .menuWrap ul li span.opened::after {
          transform: rotate(-45deg); } }
/* ----------- パーツ --------- */
.note {
  font-size: .923rem; }

.h-type01 {
  font-size: 3em;
  font-family: p22-underground-sc, sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em; }

.b-type01 {
  text-align: center;
  margin: 30px auto 0; }
  .b-type01 a {
    color: #fff;
    width: 180px;
    text-decoration: none;
    text-align: center;
    background: #323232;
    border: solid 1px #fff;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px 0;
    display: block; }
    .b-type01 a:hover {
      color: #323232;
      background: #fff;
      border: solid 1px #323232; }

.b-type02 {
  text-align: center;
  margin: 30px auto 0; }
  .b-type02 a {
    color: #000;
    width: 180px;
    text-decoration: none;
    text-align: center;
    border: solid 1px #b7b7b7;
    border-radius: 6px;
    margin: 0 auto;
    padding: 10px 0;
    display: block; }

.sectionBorder {
  border-bottom: solid 1px #b7b7b7; }

.layout-4-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .layout-4-column::before, .layout-4-column::after {
    content: " ";
    width: 280px;
    display: block;
    order: 1; }
  .layout-4-column > li {
    width: 280px;
    margin: 0 0 25px; }

.layout-3-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .layout-3-column::before, .layout-3-column::after {
    content: " ";
    width: 330px;
    display: block;
    order: 1; }
  .layout-3-column > li {
    width: 330px;
    margin: 0 0 25px; }

.itemList > li {
  background: #fff;
  border: solid 1px #b7b7b7;
  border-radius: 10px;
  position: relative; }
  .itemList > li.sponsor::before {
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(/assets/images/common/icn-sponsor.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 198px;
    left: 18px; }
  .itemList > li.official::after, .itemList > li.rookie::after, .itemList > li.shootup::after {
    content: "";
    height: 26px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 198px;
    right: 0; }
  .itemList > li.official::after {
    width: 81px;
    background-image: url(/assets/images/common/icn-official.svg); }
  .itemList > li.rookie::after {
    width: 74px;
    background-image: url(/assets/images/common/icn-rookie.svg); }
  .itemList > li.shootup::after {
    width: 91px;
    background-image: url(/assets/images/common/icn-shootup.svg); }
  .itemList > li figure {
    width: 100%;
    font-size: 0; }
    .itemList > li figure img {
      width: 100%;
      height: 212px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      object-fit: cover; }
  .itemList > li div {
    line-height: 1.6;
    padding: 12px 20px; }
    .itemList > li div .item-title {
      font-size: 1.15rem;
      font-weight: bold; }
    .itemList > li div .item-creatorname {
      color: #5b5b5b; }
    .itemList > li div .price {
      font-weight: bold; }

.creatorProf {
  display: flex;
  align-items: center; }
  .creatorProf figure {
    width: 120px;
    margin-right: 15px; }
    .creatorProf figure img {
      width: 100%;
      border-radius: 50%; }
  .creatorProf > div {
    width: calc(100% - 135px);
    line-height: 1.6; }
    .creatorProf > div .creator-name {
      font-size: 1.15rem;
      font-weight: bold;
      margin-bottom: 5px; }
    .creatorProf > div .cats {
      color: #5b5b5b;
      margin-bottom: 5px; }
      .creatorProf > div .cats li {
        display: inline-block; }
        .creatorProf > div .cats li + li::before {
          content: " / "; }
    .creatorProf > div .country {
      color: #5b5b5b; }

.catsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .catsList li {
    margin-bottom: 10px; }
    .catsList li a {
      color: #000;
      font-size: 1.15rem;
      font-weight: bold;
      text-decoration: none;
      border: solid 1px #b7b7b7;
      border-radius: 6px;
      margin: 0 5px;
      padding: 5px 1em;
      display: block; }
      .catsList li a img {
        width: 20px;
        height: 20px;
        vertical-align: middle; }

.magList > li figure {
  width: 100%;
  margin-bottom: 10px; }
  .magList > li figure img {
    width: 100%;
    height: 372px;
    object-fit: cover; }
.magList > li .article-title {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 8px;
  height: calc(1.15rem * 1.44 * 2); }
.magList > li > div {
  display: flex;
  justify-content: space-between; }
  .magList > li > div .cat {
    color: #5b5b5b; }
  .magList > li > div .date {
    color: #5b5b5b; }

#login {
  padding: 60px 0; }
  @media (max-width: 756px) {
    #login {
      padding: 7vw 0; } }
  #login .subContents {
    width: 480px;
    text-align: left;
    margin: 0 auto; }
    @media (max-width: 756px) {
      #login .subContents {
        width: 100vw;
        padding: 0 4vw; } }
    #login .subContents .slogin {
      display: flex;
      justify-content: space-between; }
      #login .subContents .slogin > div {
        width: calc(calc(100% - 60px) / 3);
        text-align: center;
        line-height: 1;
        border: solid 1px #b7b7b7;
        border-radius: 2em;
        padding: 15px 0;
        cursor: pointer; }
        #login .subContents .slogin > div span {
          padding: 0 0 0 30px;
          position: relative; }
          #login .subContents .slogin > div span::before {
            content: "";
            width: 24px;
            height: 24px;
            background-repeat: no-repeat;
            background-size: 100% auto;
            position: absolute;
            top: -5px;
            left: 0; }
        #login .subContents .slogin > div.ggl span::before {
          background-image: url(/assets/images/common/logo_ggl.png); }
        #login .subContents .slogin > div.fb span::before {
          background-image: url(/assets/images/common/logo_fb.png); }
        #login .subContents .slogin > div.tw span::before {
          background-image: url(/assets/images/common/logo_tw.png); }
    #login .subContents .or {
      font-size: 1.25rem;
      text-align: center;
      margin: 30px 0; }
      #login .subContents .or span {
        position: relative; }
        #login .subContents .or span::before, #login .subContents .or span::after {
          content: "";
          width: 50px;
          height: 1px;
          border-top: solid 1px #b7b7b7;
          position: absolute;
          top: 50%; }
        #login .subContents .or span::before {
          left: -70px; }
        #login .subContents .or span::after {
          right: -70px; }
    #login .subContents .box p {
      margin-bottom: 20px; }
    #login .subContents .box .btn {
      text-align: center; }
      #login .subContents .box .btn input[type="submit"] {
        width: 300px; }
    #login .subContents .add {
      margin-top: 60px; }

@media screen and (max-width: 756px) {
  .h-type01 {
    font-size: 2.2em;
    margin-bottom: .5em; }

  .b-type01 {
    margin: 10vw auto 0; }
    .b-type01 a {
      width: 48vw;
      padding: 8px 0; }
      .b-type01 a:hover {
        color: #fff;
        background: #323232;
        border: solid 1px #fff; }

  .layout-4-column {
    display: block; }
    .layout-4-column::before, .layout-4-column::after {
      content: none; }
    .layout-4-column > li {
      width: 100%;
      margin: 0 0 5vw; }

  .layout-3-column {
    display: block; }
    .layout-3-column::before, .layout-3-column::after {
      content: none; }
    .layout-3-column > li {
      width: 100%;
      margin: 0 0 5vw; }

  .itemList > li.sponsor::before {
    top: calc(90vw / 560 * 414 - 13px);
    left: 4.5vw; }
  .itemList > li.official::after, .itemList > li.rookie::after, .itemList > li.shootup::after {
    top: calc(90vw / 560 * 414 - 13px); }
  .itemList > li figure img {
    height: calc(90vw / 560 * 414); }
  .itemList > li div {
    padding: 4vw 4.5vw; }

  .creatorProf figure {
    width: 24vw;
    margin-right: 4vw; }
  .creatorProf > div {
    width: calc(100% - 28vw); }

  .catsList li {
    font-size: 1.1rem; }

  .magList {
    margin: 0 9vw; }
    .magList > li figure {
      margin-bottom: 5px; }
      .magList > li figure img {
        height: calc(72vw * 744 / 560); }
    .magList > li .article-title {
      font-size: 1.1rem;
      height: auto; }

  #login .subContents .slogin > div {
    width: calc(calc(100% - 20px) / 3);
    padding: 12px 0; }
    #login .subContents .slogin > div span {
      padding: 0 0 0 24px; }
      #login .subContents .slogin > div span::before {
        width: 20px;
        height: 20px;
        top: -1px; }
  #login .subContents .or {
    font-size: 1.125rem;
    margin: 5vw 0; }
  #login .subContents .box p {
    margin-bottom: 15px; }
  #login .subContents .box .btn input[type="submit"] {
    width: 100%; }
  #login .subContents .add {
    margin-top: 10vw; } }
/* ----------- jq効果 --------- */
.fadeIn {
  transition: .8s;
  opacity: 0;
  transform: translate(0, 60px); }

.fadeIn.active {
  opacity: 1.0;
  transform: translate(0, 0); }

.blur {
  filter: blur(5px);
  opacity: 0;
  transition: .8s; }

.blur.active {
  opacity: 1;
  filter: blur(0); }

.delay1 {
  transition-delay: .2s; }

.delay2 {
  transition-delay: .4s; }

.delay3 {
  transition-delay: .6s; }

.linkarea,
.linkarea a {
  transition: opacity .3s ease-out;
  position: relative; }

.linkarea a:hover,
.linkarea:hover {
  opacity: .7; }

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999; }

/* Wordpressで画像中央揃えを効かせる */
img.alignright {
  display: block;
  margin: 0 0 0 auto; }

img.alignleft {
  display: block;
  margin: 0 auto 0 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

/* ----------------------- form -------------- */
input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;
  /* 文字色を親から継承 */
  color: inherit; }

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer; }

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  width: 100%;
  border: solid 1px #b7b7b7;
  border-radius: 5px;
  padding: 10px 15px; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }
  input[type="checkbox"] + span,
  input[type="radio"] + span {
    padding-left: 35px;
    position: relative; }
    input[type="checkbox"] + span::before,
    input[type="radio"] + span::before {
      content: "";
      width: 24px;
      height: 24px;
      background-repeat: no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: -3px;
      left: 0; }

input[type="checkbox"] + span::before {
  background-image: url(/assets/images/common/s_checkbox.png); }

input[type="radio"] + span::before {
  background-image: url(/assets/images/common/s_radio.png); }

input[type="checkbox"]:checked + span::before {
  background-image: url(/assets/images/common/s_checkboxchecked.png); }

input[type="radio"]:checked + span::before {
  background-image: url(/assets/images/common/s_radiochecked.png); }

.selectwrap {
  position: relative; }
  .selectwrap::after {
    content: '<>';
    font: 18px "Consolas", monospace;
    color: #333;
    transform: rotate(90deg);
    right: 10px;
    top: 8px;
    padding: 0 0 6px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none; }

::placeholder {
  color: #b3b3b3; }

button,
input[type="submit"] {
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 0;
  cursor: pointer; }

.btncancel {
  background: #a3a3a3; }

.btnok {
  background: #323232; }

@media screen and (max-width: 756px) {
  #form input[type="checkbox"] + span,
  #form input[type="radio"] + span {
    padding-left: 30px; }
    #form input[type="checkbox"] + span::before,
    #form input[type="radio"] + span::before {
      width: 20px;
      height: 20px;
      top: -1px; } }

/*# sourceMappingURL=layout.css.map */
