/*--------------------
Foundation
--------------------*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

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

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed, iframe, object {
  border: 0;
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

* {
  /*
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  letter-spacing: 0.04px;
  font-size:16px;
  line-height: 1.5;
  */
}

.view_sp {
  display: none !important;
}

img {
  width: 100%;
}

/*--------------------
/Foundation
--------------------*/
/*--------------------
layout
--------------------*/
@media (hover: hover) {
  button:hover,
  a:hover,
  label:hover {
    transition: all 0.2s 0s ease-in-out;
    opacity: 0.75;
  }
}
@media (hover: none) {
  button:active,
  a:active,
  label:active {
    transition: all 0.2s 0s ease-in-out;
    opacity: 0.75;
  }
}
.only-pc,
.pc-only {
  display: none !important;
}
@media screen and (min-width: 1026px) {
  .only-pc:not(.no-responsive),
  .pc-only:not(.no-responsive) {
    display: block !important;
  }
}

.only-sp,
.sp-only {
  display: block !important;
}
@media screen and (min-width: 1026px) {
  .only-sp:not(.no-responsive),
  .sp-only:not(.no-responsive) {
    display: none !important;
  }
}

.form-list-item-body-checkbox-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (min-width: 1026px) {
  .form-list-item-body-checkbox-layout:not(.no-responsive) {
    gap: 32px;
  }
}

.form-item-checkbox-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-align-center {
  align-items: center !important;
}

.form-text.size-short {
  width: 100px;
}
@media screen and (min-width: 1026px) {
  .form-text.size-short:not(.no-responsive) {
    width: 160px;
  }
}

.form-text-attention {
  font-size: 12px;
}
@media screen and (min-width: 1026px) {
  .form-text-attention:not(.no-responsive) {
    font-size: 14px;
  }
}

.txt-small {
  font-size: 10px;
}
@media screen and (min-width: 1026px) {
  .txt-small:not(.no-responsive) {
    font-size: 12px;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1090px) {
  .header-global-list-item:not(.no-responsive) {
    padding: 0px 14px;
  }
}
.width-container.medium-x {
  max-width: 1070px;
}

.main-container-creator {
  font-family: Inter;
}
@media screen and (min-width: 1026px) {
  .main-container-creator:not(.no-responsive) {
    font-family: dnp-shuei-mgothic-std, sans-serif;
  }
}
@media screen and (max-width: 1025px) {
  .main-container-creator .width-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.creator-catch-btn-wrapper {
  margin: 20px auto;
}
@media screen and (min-width: 1026px) {
  .creator-catch-btn-wrapper:not(.no-responsive) {
    margin: 50px auto;
  }
}

.creator-catch-text {
  color: #231815;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 1026px) {
  .creator-catch-text:not(.no-responsive) {
    color: #231815;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38.4px; /* 120% */
    padding-bottom: 52px;
  }
}
.creator-catch-text marker {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #FFFF99;
  text-decoration-thickness: 1em;
  text-underline-offset: -4px;
}

.btn-creator {
  width: 155px;
  height: 33px;
}
.btn-creator::before, .btn-creator::after {
  width: 155px;
  height: 33px;
  border-radius: 5px;
}
@media screen and (min-width: 1026px) {
  .btn-creator:not(.no-responsive) {
    width: 310px;
    height: 65px;
  }
  .btn-creator:not(.no-responsive)::before, .btn-creator:not(.no-responsive)::after {
    width: 310px;
    height: 65px;
    border-radius: 10px;
  }
}
.btn-creator > span {
  font-size: 12px;
  padding-top: 4px;
}
@media screen and (min-width: 1026px) {
  .btn-creator > span:not(.no-responsive) {
    font-size: 24px;
    padding-top: 0px;
  }
}

.creator-detail {
  padding: 18px 0px 20px 0px;
  text-align: center;
  border: 1px solid #C3BFB0;
  border-right: none;
  border-left: none;
}
@media screen and (min-width: 1026px) {
  .creator-detail:not(.no-responsive) {
    padding: 44px 0px 50px 0px;
  }
}

.creator-detail-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (min-width: 1026px) {
  .creator-detail-title:not(.no-responsive) {
    color: #231815;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 120% */
    margin-bottom: 24px;
  }
}

.creator-detail-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1026px) {
  .creator-detail-list:not(.no-responsive) {
    gap: 30px;
  }
}
.creator-detail-list > dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
@media screen and (min-width: 1026px) {
  .creator-detail-list > dl:not(.no-responsive) {
    gap: 12px;
  }
}
.creator-detail-list > dl > dt {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: #03B8EC;
  padding: 1px 0.5em;
  width: fit-content;
}
@media screen and (min-width: 1026px) {
  .creator-detail-list > dl > dt:not(.no-responsive) {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.8px; /* 120% */
  }
}
.creator-detail-list > dl > dd {
  color: #231815;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1026px) {
  .creator-detail-list > dl > dd:not(.no-responsive) {
    color: #231815;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.6;
  }
}

.fixed-information {
  z-index: 10;
}

.creator-bestseller {
  padding: 24px 0px 0px 0px;
  border-top: 1px solid #C3BFB0;
  text-align: center;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller:not(.no-responsive) {
    padding: 43px 0px 0px 0px;
  }
}

.creator-bestseller-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-list:not(.no-responsive) {
    gap: 60px;
  }
}

.creator-bestseller-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 20px) / 2);
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-item:not(.no-responsive) {
    width: calc((100% - 180px) / 4);
  }
}

.creator-bestseller-text {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  line-height: 0;
  background-color: #03B8EC;
  width: 100%;
  height: 45px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  border-radius: 6px;
  margin-bottom: 10px;
}
.creator-bestseller-text * {
  line-height: 0;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-text:not(.no-responsive) {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: 80px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
}
.creator-bestseller-text big {
  font-size: 20px;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-text big:not(.no-responsive) {
    font-size: 30px;
  }
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-text.column span:not(.no-responsive) {
    transform: translateY(2px);
  }
}
.creator-bestseller-text.column big {
  transform: translateY(-4px);
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-text.column big:not(.no-responsive) {
    transform: translateY(-8px);
  }
}

.creator-bestseller-thumbnail-wrapper {
  position: relative;
}

.creator-bestseller-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 74px;
  border-bottom: 1px solid #C3BFB0;
  text-align: center;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-title:not(.no-responsive) {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.6px; /* 120% */
    min-height: 104px;
  }
}

.creator-bestseller-icon {
  position: absolute;
  width: 72px;
  margin: auto;
  right: -16px;
  bottom: -20px;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-icon:not(.no-responsive) {
    width: 130px;
    right: -47px;
    bottom: -42px;
  }
}

.creator-bestseller-author {
  padding-top: 6px;
  color: #000;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 50px;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-author:not(.no-responsive) {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 120% */
    padding-top: 25px;
    min-height: 123px;
  }
}

.creator-bestseller-author-name {
  color: #000;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-author-name:not(.no-responsive) {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.2px; /* 120% */
  }
}
.creator-bestseller-author-name.small {
  font-size: 7px;
}
@media screen and (min-width: 1026px) {
  .creator-bestseller-author-name.small:not(.no-responsive) {
    font-size: 12px;
  }
}

.is-error .form-checkbox + label::before {
  border-color: #E63838;
}

.form-list-item-heading.must-pos-top p::after {
  transform: translateY(-2em) !important;
}

.header-tab-list-item span {
  font-size: 12px;
}
.font-weight-600 {
  font-weight: 600;
}

_::-webkit-full-page-media, _:future, :root .form-text::placeholder {
  transform: translateY(1px);
}

/*--------------------
sp-layout
--------------------*/
/* for-sp */
@media screen and (max-width: 1025px) { /* 768px->414 */ }
@media screen and (min-width: 1025px) and (max-width: 920px) {
  /*
  .flex-container {
      width: calc( 100% - 20px * 2 );
      margin-left: auto;
      margin-right: auto;
  }

  .header {
      padding: 0px 20px;
  }
  */
}
/* for-tablet */
@media screen and (min-width: 600px) and (max-width: 1025px) { /* 768px->414 */ }
/*--------------------
/sp-layout
--------------------*/
/*--------------------
Object
--------------------*/
.c-page_ttl {
  font-size: 48px;
}

.c-cont {
  margin-top: 50px;
}

.c-list .c-list_item {
  margin-top: 20px;
}
.c-list .c-list_item:first-child {
  margin-top: 0;
}

.c-list_define .c-list_define_item {
  margin-top: 20px;
  display: flex;
}
.c-list_define .c-list_define_item:first-child {
  margin-top: 0;
}
.c-list_define .c-list_define_item_define {
  margin-left: 20px;
}

/*--------------------
/Object
--------------------*/
/*--------------------
Project
--------------------*/
/*--------------------
/Project
--------------------*/
/*--------------------
Utility
--------------------*/
.u-hidden {
  display: none;
}

/*--------------------
/Utility
--------------------*/
/*# sourceMappingURL=@file("style.css.css") */
