/* system
--------------------------- */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* reset
--------------------------- */
/*
 * destyle.css v1.0.14
 * https://github.com/nicolas-cusan/destyle.css
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}


p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}


ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  border-style: none;
  vertical-align: bottom;
}


input {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}


input {
  overflow: visible;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

/* base
--------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #fff;
  background-image: url(../img/common/bg.png);
  background-repeat: repeat;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-width: 1400px;
}

::-moz-selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

::selection {
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a,
input {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  list-style: none;
}

.fancybox-bg {
  background-color: #fff !important;
}

.fancybox-bg-custom {
  background-color: #fff !important;
}

.l-header {
  position: relative;
}
.l-header__logo {
  position: absolute;
  left: 24%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 45px;
}
.l-header__main img {
  width: 100%;
}
.l-header__catch {
  position: absolute;
  right: -9%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25px;
}
.l-header__about {
  position: absolute;
  right: 158px;
  bottom: 72px;
}
.l-header__search {
  bottom: 10px;
  right: 160px;
  background-color: #c782096e;
  padding: 10px;
  border-radius: 10px;
  max-width: 320px;
}
.l-header__search .inner {
  position: relative;
}
.l-header__search .inner input[type=text] {
  background-color: #fff;
  border-radius: 5px;
  width: 300px;
  height: 30px;
  padding: 9px 45px 9px 13px;
}
.l-header__search .inner input[type=image] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
}
.l-header__search .inner button {
  position: absolute;
  width: 44px;
  top: 2px;
  left: 259px;
  background-image: url(../img/header/btn.png);
  background-repeat: repeat;
  width: 39px;
  height: 26px;
  border: none;
}



.l-section {
  max-width: 1030px;
  padding: 0 15px 100px;
  margin: 40px auto 0;
}

.l-container {
  position: relative;
}

.sticky {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}



.all_cat {
  display: none;
}

.category_search {
  background-image: url(../img/category/bg.png);
  background-repeat: repeat;
}
.category_search_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.category_search_box li {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin: 0 18px 0 0;
}
.category_search_box input {
  margin-right: 6px;
}


.checkbox {
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #ffffff;
  cursor: pointer;
}
.checkbox:checked {
  background-color: #e4a332;
}
.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}


.search_title {
  background-image: url(../img/category/title_bg.png);
  background-repeat: repeat;
  height: 50px;
}
.search_title h3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0 0 0;
}

.cat_title {
  color: #ffffff;
  width: 96px;
  height: 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #fff;
  padding-top: 2px;
}
.cat01 {
  background-color: #ff5757;
}
.cat02 {
  background-color: #ff8038;
}
.cat03 {
  background-color: #5ebe56;
}
.cat04 {
  background-color: #57a6ff;
}
.cat05 {
  background-color: #b06ae9;
}

.category_search ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 20px;
  align-content: center;
  align-items: baseline;
}


.red {
    color: #ffffff;
    width: 70px;
    height: 18px;
    background-color: #ff5757;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}
.orange {
    color: #ffffff;
    width: 70px;
    height: 18px;
    background-color: #ff8038;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}
.green {
    color: #ffffff;
    width: 70px;
    height: 18px;
    background-color: #5ebe56;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}
.blue {
    color: #ffffff;
    width: 70px;
    height: 18px;
    background-color: #57a6ff;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}
.purple {
    color: #ffffff;
    width: 70px;
    height: 18px;
    background-color: #b06ae9;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
}


#creator {
  padding: 30px 0px;
}

#creator .creator_list ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;

}

.creator-base {
  background-image: url(../img/creator/base.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 406px;
  height: 306px;
  position: relative;
  margin: 20px;
}

.creator-base img {
  max-width: 147px;
  margin: 18px 19px;
}

.creator-base a {
  color: #841a0b;
}
.creator-base a:hover {
  color: #000000;
}

.name {
  color: #551d15;
  font-size: 16px;
  font-weight: bold;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
    position: absolute;
    top: 20px;
    left: 180px;
    padding-right: 16px;
    line-height: 18px;
}

.title {
  font-weight: bold;
  position: absolute;
  top: 72px;
  left: 180px;
  padding-right: 16px;
  line-height: 18px;
}

.cat_rabel_box {
  position: absolute;
  top: 125px;
  left: 175px;
}

.description_text {
  font-size: 12px;
  position: absolute;
  top: 186px;
  left: 30px;
  padding-right: 25px;
}

#creator .cat_rabel ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

#about h2 {
  background-image: url(../img/category/title_bg.png);
  background-repeat: repeat;
  height: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
.about_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 10px 30px;
}
.about_box li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 26px;
  background-image: url('../img/common/icon.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  background-size: 16px 16px;
}
.about_box a {
  color: #841a0b;
}
.about_box a:hover {
  color: #e4a332;
}
.about_box span {
  color: #cc0000;
}



/*-------------------
 * sp
 *-------------------*/
@media (max-width: 599px) {
  body {
    min-width: auto;
  }
  .l-header__logo {
    min-width: 330px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 16px;
  }
  .l-header__catch {
    text-align: center;
    bottom: 20px;
    left: 50%;
    width: 100%;
  }
  .l-header__about {
    bottom: 65px;
    right: 35%;
    left: 35%;
  }
  .l-header__search {
    right: 0;
    left: 0;
    margin: 0 auto 20px;
  }
  .l-section {
    padding-bottom: 100px;
  }
  .l-container__title {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .search_title h3 {
    text-align: center;
  }
  .category_search_box {
    padding: 25px 20px 1px;
  }
  .category_search_box li {
    margin: 0 18px 10px 0;
  }

  .creator-base {
    margin: 20px 4px;
  }
  .red,.orange,.green,.blue,.purple {
    width: 64px;
    height: 18px;
    font-size: 9px;
    padding-top: 2px;
  }

}
/*# sourceMappingURL=style.css.map */
