@charset "UTF-8";
@keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: Noto Sans, sans-serif;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "源の明朝体", serif;
  font-size: 1em;
}

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;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[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 {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  display: block;
}

body {
  background: #f5faff;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #333;
  font-family: 游ゴシック helvetica;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased !important;
  word-break: break-word;
  line-break: strict;
  hanging-punctuation: force-end;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 15px;
  }
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*
::selection {
  background: $gray;
  color: $black;
}
::-moz-selection {
  background: $gray;
  color: $black;
}
*/
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .container {
    max-width: 1400px;
    display: flex;
    justify-content: center;
    padding: 20px 80px 80px;
    margin: 0 auto;
  }
  main {
    width: 100%;
    max-width: 800px;
  }
  .sidebar {
    width: 375px;
    min-width: 300px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .container {
    padding: 0 4vw 80px;
  }
  .sidebar {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .front-container {
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .front-container main {
    width: 100%;
    max-width: 1400px;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
  .front-container {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.title-section {
  font-weight: 600;
  border-bottom: 1px solid #484848;
  padding: 0 0 1em;
}
@media screen and (min-width: 900px) {
  .title-section__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .title-section__en {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .title-section {
    padding: 0 0 2em 0;
  }
}
@media screen and (max-width: 900px) {
  .title-section {
    padding: 0 0 2em;
  }
}

.lead {
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 20px;
  }
}

.text {
  line-break: strict;
  word-break: break-word;
  line-height: 2;
  margin-top: 2em;
}
.text + .text {
  margin-top: 1em;
}
.text:first-child {
  margin-top: 0;
}

@media screen and (min-width: 900px) {
  .notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .notes {
    font-size: 10px;
  }
}
.notes li {
  text-indent: -1.5em;
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
}

.sub-text {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .center-pc {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .center-sp {
    text-align: center;
  }
}

.right {
  text-align: right;
}

@media screen and (min-width: 900px) {
  .right-pc {
    text-align: right;
  }
}

@media screen and (max-width: 900px) {
  .right-sp {
    text-align: right;
  }
}

.blue {
  color: #b6c9Ff !important;
}

.indigo {
  color: #003d90 !important;
}

.purple {
  color: #A13CFB !important;
}

.pink {
  color: #f18989 !important;
}

.red {
  color: #ED6270 !important;
}

.orange {
  color: #ff6600 !important;
}

.yellow {
  color: #FEE469 !important;
}

.green {
  color: #97CE95 !important;
}

.teal {
  color: #50AEBA !important;
}

.cyan {
  color: #5dc2d0 !important;
}

.white {
  color: #FAFDFF !important;
}

.gray {
  color: #484848 !important;
}

.dark {
  color: #949494 !important;
}

.wp-block-button.is-style-outline .wp-block-button__link, .btn-secondary, .parts-salon__header__cta, .parts-ranking__header__cta, .parts-cta-small, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
  font-family: 游ゴシック helvetica;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  padding: 1em 2em;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color;
}
@media screen and (min-width: 900px) {
  .wp-block-button.is-style-outline .wp-block-button__link, .btn-secondary, .parts-salon__header__cta, .parts-ranking__header__cta, .parts-cta-small, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .wp-block-button.is-style-outline .wp-block-button__link, .btn-secondary, .parts-salon__header__cta, .parts-ranking__header__cta, .parts-cta-small, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    font-size: 15px;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link::after, .btn-secondary::after, .parts-salon__header__cta::after, .parts-ranking__header__cta::after, .parts-cta-small::after, .wp-block-button.is-style-fill .wp-block-button__link::after, .wp-block-button .wp-block-button__link::after, .btn-primary::after, .parts-cta__btn::after, .form-search .form-search__submit::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f105";
  margin-left: 0.35em;
}
@media screen and (min-width: 900px) {
  .wp-block-button.is-style-outline .wp-block-button__link, .btn-secondary, .parts-salon__header__cta, .parts-ranking__header__cta, .parts-cta-small, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    margin: 1em auto;
  }
}
@media screen and (max-width: 900px) {
  .wp-block-button.is-style-outline .wp-block-button__link, .btn-secondary, .parts-salon__header__cta, .parts-ranking__header__cta, .parts-cta-small, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    margin: 1em auto;
  }
}

.wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
  padding: 0.75em 2em;
  border-radius: 2em;
}
@media screen and (min-width: 900px) {
  .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    Tfont-size: 1.25em;
  }
}
@media screen and (max-width: 900px) {
  .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 900px) {
  .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    min-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    width: 100%;
  }
}

.parts-salon__header__cta, .parts-ranking__header__cta, .btn-secondary {
  display: inline-block;
  padding: 0.75em 2em;
  border-radius: 2em;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__cta, .parts-ranking__header__cta, .btn-secondary {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__header__cta, .parts-ranking__header__cta, .btn-secondary {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .parts-salon__header__cta, .parts-ranking__header__cta, .btn-secondary {
    min-width: 180px;
  }
}

.parts-cta-small {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 1.5em;
}
@media screen and (min-width: 900px) {
  .parts-cta-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta-small {
    font-size: 10px;
  }
}

.parts-salon__header__cta, .parts-ranking__header__cta, .parts-cta-small, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
  background: #333;
  color: #FAFDFF;
  font-weight: bold;
  box-shadow: 0 2px 5px #4a4a4a40;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__cta, .parts-ranking__header__cta, .parts-cta-small, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button .wp-block-button__link, .btn-primary, .parts-cta__btn, .form-search .form-search__submit {
    transition-property: color, background-color, transform, box-shadow;
  }
  .parts-salon__header__cta:hover, .parts-ranking__header__cta:hover, .parts-cta-small:hover, .wp-block-button .wp-block-button__link:hover, .btn-primary:hover, .parts-cta__btn:hover, .form-search .form-search__submit:hover {
    background: #75BAFF;
    transform: translateY(2px);
    box-shadow: 0 1px 2px #4a4a4a60;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link, .btn-secondary {
  background-color: #F4F5F7;
  color: #4a4a4a;
  border: 1px solid #F4F5F7;
}
@media screen and (min-width: 900px) {
  .wp-block-button.is-style-outline .wp-block-button__link:hover, .btn-secondary:hover {
    background-color: #75BAFF;
    color: #FAFDFF;
  }
}
.wp-block-button.has-custom-width .wp-block-button__link {
  width: inherit;
}
.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.is-style-pr .wp-block-button__link {
  background: #75BAFF;
}
.is-style-pr .wp-block-button__link::after {
  color: #FEE469;
}
@media screen and (min-width: 900px) {
  .is-style-pr .wp-block-button__link:hover {
    background: #42a1ff;
  }
}

::-webkit-input-placeholder {
  color: #484848;
}

::-moz-placeholder {
  color: #484848;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #484848;
}

:-moz-placeholder {
  color: #484848;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.wpcf7-form-control {
  width: 100%;
  height: 40px;
  color: #484848;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #484848;
  box-sizing: border-box;
}

.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.wpcf7-submit {
  background-color: transparent;
  color: #4a4a4a;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.wpcf7-submit:hover {
  background-color: #75BAFF;
  color: #FAFDFF;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #484848;
  border-radius: 5px;
  background-color: #aeaeae;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #484848;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

.form-search {
  position: relative;
}
.form-search .form-search__input {
  border: 1px solid #f5faff;
  border-radius: 2em;
  padding-right: 75px;
}
.form-search .form-search__input::-moz-placeholder {
  padding-left: 5px;
}
.form-search .form-search__input::placeholder {
  padding-left: 5px;
}
.form-search .form-search__submit {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2em;
  width: 65px;
  min-width: 0;
  height: 50px;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.form-search .form-search__submit::after {
  content: none;
}
@media screen and (min-width: 900px) {
  .form-search .form-search__submit:hover {
    transform: translate(0);
  }
}
@media screen and (max-width: 900px) {
  .form-search {
    margin: 15px;
    position: relative;
  }
  .form-search .form-search__input {
    height: 38px;
  }
  .form-search .form-search__submit {
    height: 40px;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
  }
}

.section-post__content table {
  border: 1px solid #484848;
}
@media screen and (min-width: 900px) {
  .section-post__content table {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table {
    font-size: 10px;
  }
}
.section-post__content table th, .section-post__content table td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #484848 !important;
}
.section-post__content table th {
  background: #F4F5F7;
}
.section-post__content table thead th {
  background: #ebedf1;
}
@media screen and (min-width: 900px) {
  .section-post__content table {
    margin: 2rem auto;
  }
  .section-post__content table th, .section-post__content table td {
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table {
    margin: 1.5rem auto;
  }
  .section-post__content table th, .section-post__content table td {
    padding: 0.25rem;
  }
  .section-post__content table th {
    white-space: nowrap;
  }
}

.section-post__content dl li, .section-post__content ul li, .section-post__content ol li {
  display: list-item !important;
}
.section-post__content dl ol, .section-post__content ul ol, .section-post__content ol ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style-position: inside;
}
.section-post__content dl ol li, .section-post__content ul ol li, .section-post__content ol ol li {
  line-height: 1.8;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-post__content dl ol, .section-post__content ul ol, .section-post__content ol ol {
    padding-left: 1em;
  }
}
.section-post__content dl ul, .section-post__content ul ul, .section-post__content ol ul {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style-position: inside !important;
}
.section-post__content dl ul li, .section-post__content ul ul li, .section-post__content ol ul li {
  line-height: 1.8;
  margin-bottom: 0.5em;
  list-style-type: none;
  position: relative;
}
.section-post__content dl ul li::marker, .section-post__content ul ul li::marker, .section-post__content ol ul li::marker {
  content: "•";
  color: #333;
  font-weight: bold;
  font-size: 60%;
  vertical-align: middle;
  position: absolute;
  left: -1.5em;
}
@media screen and (max-width: 900px) {
  .section-post__content dl ul, .section-post__content ul ul, .section-post__content ol ul {
    padding-left: 1em;
  }
}

.section-post__content h2, .section-post__content h3, .section-post__content h4, .section-post__content h5, .section-post__content h6 {
  clear: both;
  line-height: 1.5;
  font-weight: 600;
  margin: 2.5em 0 0;
}
.section-post__content h2:first-child, .section-post__content h3:first-child, .section-post__content h4:first-child, .section-post__content h5:first-child, .section-post__content h6:first-child {
  margin-top: 0;
}
.section-post__content h1 {
  font-weight: 600;
  margin: 2rem;
}
@media screen and (min-width: 900px) {
  .section-post__content h1 {
    Tfont-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h1 {
    font-size: 1.25rem;
  }
}
.section-post__content h2 {
  color: #484848;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .section-post__content h2 {
    Tfont-size: 1.75rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h2 {
    font-size: 1.25rem;
  }
}
.section-post__content h3 {
  border-left: none;
}
@media screen and (min-width: 900px) {
  .section-post__content h3 {
    Tfont-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h3 {
    font-size: 1.15rem;
  }
}
.section-post__content h4 {
  border-bottom: 1px solid #75BAFF;
  padding-bottom: 0.25em;
  margin-top: 2em;
}
@media screen and (min-width: 900px) {
  .section-post__content h4 {
    Tfont-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h4 {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 900px) {
  .section-post__content h5 {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h5 {
    font-size: 1rem;
  }
}
.section-post__content h5 + p {
  margin-top: 0.5em;
}
.section-post__content h6 {
  color: #949494;
  margin: 1.5em 0 0;
}
@media screen and (min-width: 900px) {
  .section-post__content h6 {
    Tfont-size: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h6 {
    font-size: 0.8rem;
  }
}
.section-post__content h6 + p {
  margin-top: 0.5em;
}
.section-post__content p {
  line-break: strict;
  word-break: break-word;
  line-height: 2em;
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .section-post__content p {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content p {
    font-size: 1em;
  }
}
.section-post__content p + p {
  margin-top: 1em;
}
.section-post__content p:first-child {
  margin-top: 0;
}
.section-post__content a:not([class]) {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .section-post__content a:not([class]):hover {
    color: #75BAFF;
    text-decoration: none;
  }
}
.section-post__content .textlink {
  display: inline-block;
  color: #333;
}
.section-post__content .textlink::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f105";
  margin-left: 0.35em;
}
@media screen and (min-width: 900px) {
  .section-post__content .textlink:hover {
    color: #75BAFF;
    text-decoration: underline;
  }
}
.section-post__content .wp-block-buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-post__content strong, .section-post__content b {
  font-weight: bold;
}
.section-post__content em {
  font-style: italic;
}
.section-post__content i {
  font-style: italic;
}
.section-post__content u {
  text-decoration: underline;
}
.section-post__content del, .section-post__content s {
  color: #949494;
  text-decoration: line-through;
}
.section-post__content hr {
  border: none;
  border-bottom: 1px solid;
  margin: 2em 0;
  opacity: 0.2;
}
.section-post__content pre, .section-post__content code {
  background: #F4F5F7;
  font-size: 0.9em;
  border: 1px solid #484848;
  padding: 1.5rem;
  margin: 1.5rem 0;
  white-space: pre-wrap;
}
.section-post__content pre code, .section-post__content code code {
  border: none;
  padding: 0;
  margin: 0;
}
.section-post__content p code {
  padding: 0;
  font-size: inherit;
  border-radius: 3px;
  padding: 0 0.25em;
  margin: 0 0.25em;
}
.section-post__content .mce-object-iframe {
  display: block;
}
.section-post__content iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .section-post__content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content iframe {
    height: 50vw;
  }
}
.section-post__content img {
  display: block;
  margin: 1rem 0;
  /*
    &.alignleft { float: left; margin: 0 1rem 1rem 0; }
    &.alignright { float: right; margin: 0 0 1rem 1rem; }

    &.size-large { width: 100%; }
    &.size-medium { width: 60%; }
    &.size-thumbnail { width: 20%; }
  */
}
.section-post__content img.aligncenter {
  margin: 1rem auto;
}
.section-post__content img.size-large, .section-post__content img.size-medium, .section-post__content img.size-thumbnail {
  width: 100%;
}
.section-post__content img.alignleft > *, .section-post__content img.alignright > * {
  clear: both;
}
.section-post__content .wp-block-image figcaption,
.section-post__content .wp-caption {
  display: block;
  color: #949494;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .section-post__content .wp-block-image figcaption,
  .section-post__content .wp-caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content .wp-block-image figcaption,
  .section-post__content .wp-caption {
    font-size: 10px;
  }
}
.section-post__content dl dt {
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .section-post__content dl dd {
    Tfont-size: 0.9em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content dl dd {
    font-size: 13px;
  }
}
.section-post__content dl dd:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .section-post__content dl {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content dl {
    padding-left: 20px;
  }
}
.section-post__content table {
  width: 120%;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap !important;
}
.section-post__content table + figcaption {
  display: block;
  color: #949494;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .section-post__content table + figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table + figcaption {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .section-post__content table + figcaption {
    margin-top: -1.5rem;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .section-post__content table {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .section-post__content table {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table + figcaption {
    margin-top: -1rem;
  }
}
.section-post__content .wp-block-table {
  overflow-x: scroll;
  overflow-y: hidden;
}
.section-post__content blockquote {
  background: #F4F5F7;
  line-height: 1.8;
  border-left: 2px solid #484848;
  padding: 1em;
  margin: 1.5em 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .section-post__content blockquote {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content blockquote {
    font-size: 13px;
  }
}
.section-post__content blockquote p {
  margin: 0;
}
.section-post__content blockquote cite {
  color: #949494;
  font-size: 0.85em;
}
.section-post__content blockquote::after {
  display: table;
  content: "";
  clear: both;
}
.section-post__content blockquote::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f10d";
  color: #949494;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: -0.25em;
  top: -0.25em;
}
.section-post__content .wp-embedded-content {
  width: 100%;
  max-width: 100%;
  height: 160px;
  border: 1px solid transparent;
}
.section-post__content details {
  border: 2px solid #333;
  margin: 0 auto 1.5rem;
}
.section-post__content details:not(:first-child) {
  margin-top: 1.5rem;
}
.section-post__content details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.section-post__content details summary::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  color: #333;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  border: 1px solid;
  border-radius: 50%;
}
.section-post__content details[open] summary {
  border-bottom: 2px solid #333;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.section-post__content details[open] summary::after {
  content: "\f068";
}
@media screen and (min-width: 900px) {
  .section-post__content details {
    padding: 1rem;
    border-radius: 10px;
  }
  .section-post__content details summary:hover {
    color: #75BAFF;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content details {
    padding: 10px;
    border-radius: 5px;
  }
}
.section-post__content .futo {
  font-weight: bold;
}
.section-post__content mark,
.section-post__content .marker {
  background: linear-gradient(transparent 65%, #FEE46990 0);
}
.section-post__content mark-pink,
.section-post__content .marker-pink {
  background: linear-gradient(transparent 65%, #f18989AA 0);
}
.section-post__content mark-yellow,
.section-post__content .marker-yellow {
  background: linear-gradient(transparent 65%, #FEE469 0);
}
.section-post__content mark-green,
.section-post__content .marker-green {
  background: linear-gradient(transparent 65%, #97CE9590 0);
}
.section-post__content mark-blue,
.section-post__content .marker-blue {
  background: linear-gradient(transparent 65%, #b6c9Ff90 0);
}
.section-post__content .label, .section-post__content .parts-ranking__header__taglabel > li {
  display: inline-block;
  background: #F4F5F7;
  border-radius: 5px;
  padding: 0.65em 1em;
}
.section-post__content .wp-block-table {
  margin: 0 auto;
}
.section-post__content .wp-block-table img {
  margin: 0;
}
.section-post__content .wp-block-table.is-scrolling {
  overflow-x: scroll;
}
.section-post__content .wp-block-table.is-scrolling table {
  width: 100%;
}
.section-post__content .wp-block-table.is-scrolling table th, .section-post__content .wp-block-table.is-scrolling table td {
  word-break: keep-all;
  padding: 0.5rem;
}
.section-post__content .wp-block-table.is-scrolling table thead th {
  white-space: nowrap !important;
}
@media screen and (max-width: 900px) {
  .section-post__content .wp-block-table.is-scrolling {
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .section-post__content .wp-block-table.is-scrolling table th, .section-post__content .wp-block-table.is-scrolling table td {
    padding: 0.25rem;
  }
}
.section-post__content .wp-block-table.compare table th, .section-post__content .wp-block-table.compare table td {
  min-width: 150px;
  word-break: unset;
  text-align: center;
  vertical-align: middle;
}
.section-post__content .wp-block-flexible-table-block-table.is-scrolling {
  overflow-x: scroll;
}
.section-post__content .wp-block-flexible-table-block-table img {
  margin: 0;
}
.section-post__content .wp-block-flexible-table-block-table table th, .section-post__content .wp-block-flexible-table-block-table table td {
  overflow-wrap: break-word !important;
  word-break: keep-all !important;
  padding: 0.5rem;
}
.section-post__content .wp-block-flexible-table-block-table table thead th {
  white-space: nowrap !important;
}
.section-post__content .wp-block-flexible-table-block-table table thead th, .section-post__content .wp-block-flexible-table-block-table table thead td {
  background: #595959 !important;
}
.section-post__content .ranking, .section-post__content .ranking-3, .section-post__content .ranking-2, .section-post__content .ranking-1 {
  display: inline-block;
  min-width: 1.5em;
  background: #F4F5F7;
  color: #949494;
  font-weight: bold;
  text-align: center;
  padding: 0 0.25em;
}
.section-post__content .ranking-1 {
  background: #C0B078;
  color: #FAFDFF;
}
.section-post__content .ranking-2 {
  background: #9DB4B7;
  color: #FAFDFF;
}
.section-post__content .ranking-3 {
  background: #B28171;
  color: #FAFDFF;
}
.section-post__content .awesome,
.section-post__content .good,
.section-post__content .bad {
  display: block;
  font-weight: bold;
  line-height: 2rem;
}
.section-post__content .awesome::before {
  content: "◎";
  font-size: 2rem;
  color: #75BAFF;
}
.section-post__content .good::before {
  content: "○";
  font-size: 1.5rem;
  color: #333;
}
.section-post__content .bad::before {
  content: "△";
  font-size: 1.5rem;
  color: #b6c9Ff;
}

.accordion-ellipsis {
  position: relative;
}
.accordion-ellipsis__inner {
  max-height: 300px;
  overflow: hidden;
}
.accordion-ellipsis__toggle {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, rgb(255, 255, 255) 100%);
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.accordion-ellipsis__toggle::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f107";
  margin-left: 0.25em;
}
.accordion-ellipsis.is_open .accordion-ellipsis__inner {
  max-height: 100%;
}
.accordion-ellipsis.is_open .accordion-ellipsis__toggle {
  display: none;
}
.accordion-ellipsis + .accordion-ellipsis {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .accordion-ellipsis__toggle {
    color: #949494;
  }
  .accordion-ellipsis__toggle:hover {
    color: #75BAFF;
  }
}
@media screen and (max-width: 900px) {
  .accordion-ellipsis__toggle {
    color: #333;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-numbers a, .page-numbers span {
  display: block;
  padding: 0 0.5em 0.5em;
  margin: 0 0.25em;
}
.page-numbers a.current, .page-numbers span.current {
  border-bottom: 2px solid;
}
.page-numbers a.prev .page-numbers a.next, .page-numbers a.prev .page-numbers span.next, .page-numbers span.prev .page-numbers a.next, .page-numbers span.prev .page-numbers span.next {
  padding-left: 0;
  padding-right: 0;
}
.page-numbers a.prev, .page-numbers span.prev {
  margin-right: 0.5em;
}
.page-numbers a.next, .page-numbers span.next {
  margin-left: 0.5em;
}
@media screen and (min-width: 900px) {
  .page-numbers {
    margin: 4rem 0 0;
  }
  .page-numbers:not(:last-child) {
    margin-bottom: 4rem;
  }
  .page-numbers a:hover {
    color: #75BAFF;
    border-bottom: 2px solid;
    opacity: 0.8;
  }
}
@media screen and (max-width: 900px) {
  .page-numbers {
    margin: 3rem 0 0;
  }
  .page-numbers:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.alert, .alert--info, .alert--success, .alert--danger, .alert--warning {
  border: 1px solid;
}
.alert ul, .alert--info ul, .alert--success ul, .alert--danger ul, .alert--warning ul {
  padding-left: 1em;
}
.alert li, .alert--info li, .alert--success li, .alert--danger li, .alert--warning li {
  display: list-item;
  list-style-type: disc;
}
@media screen and (min-width: 900px) {
  .alert, .alert--info, .alert--success, .alert--danger, .alert--warning {
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .alert, .alert--info, .alert--success, .alert--danger, .alert--warning {
    padding: 1rem;
  }
}
.alert--warning {
  color: #FEE469;
  background-color: #9a7f01;
}
.alert--danger {
  color: #ED6270;
  background-color: #760d18;
}
.alert--success {
  color: #97CE95;
  background-color: #326730;
}
.alert--info {
  color: #b6c9Ff;
  background-color: #003de9;
}

.list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
  display: block;
  line-height: 1.5;
  position: relative;
}
.parts-blog-card__thumbnail, .list-post__thumbnail {
  width: 20%;
  max-width: 120px;
  min-width: 80px;
  line-height: 0;
  overflow: hidden;
}
.parts-blog-card__thumbnail img, .list-post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.parts-blog-card__title, .list-post__title {
  margin-bottom: 0.25em;
}
@media screen and (min-width: 900px) {
  .parts-blog-card__title, .list-post__title {
    Tfont-size: 1.15em;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card__title, .list-post__title {
    font-size: 13px;
  }
}

.parts-blog-card__date, .list-post__date {
  display: inline-block;
  color: #949494;
  margin: 0 0;
}
@media screen and (min-width: 900px) {
  .parts-blog-card__date, .list-post__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card__date, .list-post__date {
    font-size: 10px;
  }
}

.parts-blog-card__tag, .list-post__tag {
  display: inline-block;
  color: #333;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 900px) {
  .parts-blog-card__tag, .list-post__tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card__tag, .list-post__tag {
    font-size: 10px;
  }
}
.parts-blog-card__tag::before, .list-post__tag::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "#";
  margin-right: 0.25em;
}

.list-post__category {
  display: inline-block;
  color: #949494;
  margin: 0 1em 0 0;
  /*
  &::before {
    @include fontawesome;
    content: '\23';
    margin-right: .25em;
  }
  */
}
@media screen and (min-width: 900px) {
  .list-post__category {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__category {
    font-size: 10px;
  }
}

.parts-blog-card a::after, .list-post a::after, .sidebar__list-ranking a::after, .sidebar__list-latest a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f105";
  line-height: 0;
  position: absolute;
  top: 50%;
  opacity: 0.6;
}
@media screen and (min-width: 900px) {
  .parts-blog-card a::after, .list-post a::after, .sidebar__list-ranking a::after, .sidebar__list-latest a::after {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card a::after, .list-post a::after, .sidebar__list-ranking a::after, .sidebar__list-latest a::after {
    font-size: 0.85em;
    right: 0;
  }
}

.list-post__blank {
  border: none !important;
}
@media screen and (min-width: 900px) {
  .list-post__blank {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__blank {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .list-post__blank {
    text-align: center;
    padding: 5vw 0;
  }
}
@media screen and (max-width: 900px) {
  .list-post__blank {
    padding: 15vw 0 5vw;
  }
}

.global-header__nav > ul ul a, .section-category-nav__list-category a {
  display: block;
  padding: 0.25em 0 0.25em 1em;
  position: relative;
}
.global-header__nav > ul ul a::before, .section-category-nav__list-category a::before {
  content: "▼";
  display: inline-block;
  color: #333;
  transform: rotate(-90deg) scale(0.8);
  margin-right: 0.25em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.global-header__nav > ul ul a[target=_blank]::after, .section-category-nav__list-category a[target=_blank]::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f08e";
  color: #333;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 900px) {
  .global-header__nav > ul ul a:hover, .section-category-nav__list-category a:hover {
    color: #75BAFF;
  }
}
.list-banner li:not(:last-child) {
  margin: 0 0 15px;
}
.list-banner a {
  display: block;
  line-height: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition-property: transform, box-shadow;
}
.list-banner img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .list-banner {
    max-width: 380px;
    margin: 0 auto;
  }
  .list-banner a:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.list-post__content {
  padding: 0 0 0 1rem;
}
.list-post__rank {
  display: block;
  width: 2em;
  height: 2em;
  background: #333;
  color: #FAFDFF;
  font-family: 游明朝 helvetiva;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 900px) {
  .list-post__rank {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__rank {
    font-size: 13px;
  }
}
.list-post__rank.gold {
  background: #C0B078;
}
.list-post__rank.silver {
  background: #9DB4B7;
}
.list-post__rank.bronze {
  background: #B28171;
}
@media screen and (min-width: 900px) {
  .list-post, .sidebar__list-ranking, .sidebar__list-latest {
    overflow: hidden;
  }
  .list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
    padding: 1.25rem 0;
  }
  .list-post a:hover, .sidebar__list-ranking a:hover, .sidebar__list-latest a:hover {
    color: #75BAFF;
  }
  .list-post a:hover .list-post__thumbnail img, .sidebar__list-ranking a:hover .list-post__thumbnail img, .sidebar__list-latest a:hover .list-post__thumbnail img {
    transform: scale(1.1);
  }
  .list-post__thumbnail img {
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
    padding: 0.75rem 1rem 0.75rem 0;
  }
}
.list-post--card {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.list-post--card:not(.js-slick) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-post--card li {
  width: calc(33.333% - 1rem);
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .list-post--card li {
    width: calc(50% - 1rem);
  }
}
.list-post--card .list-post__content {
  margin: 0;
  padding: 0;
}
.list-post--card .list-post__content::after {
  display: table;
  content: "";
  clear: both;
}
.list-post--card .list-post__thumbnail {
  width: 100%;
  max-width: unset;
}
.list-post--card .list-post__thumbnail img {
  aspect-ratio: 6/4;
}
@media screen and (min-width: 900px) {
  .list-post--card .list-post__title {
    Tfont-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .list-post--card .list-post__title {
    font-size: 13px;
  }
}
.list-post--card .list-post__category {
  float: left;
}
.list-post--card .list-post__date {
  float: right;
}
.list-post--card.js-slick .slick-list {
  padding-right: 5%;
}
.list-post--card.js-slick .slick-list::after {
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .list-post--card li {
    margin-bottom: 3rem;
  }
  .list-post--card a:hover {
    color: #75BAFF;
  }
  .list-post--card a:hover .list-post__thumbnail img {
    transform: scale(1.05);
  }
  .list-post--card .list-post__thumbnail {
    margin: 0 0 1.25rem;
  }
  .list-post--card .list-post__thumbnail img {
    transition: transform 0.3s;
  }
  .list-post--card .list-post__title {
    margin-bottom: 0.5em;
  }
  .list-post--card.js-slick li {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .list-post--card li {
    margin-bottom: 2rem;
  }
  .list-post--card .list-post__thumbnail {
    margin: 0 0 10px;
  }
  .list-post--card .list-post__title {
    margin-bottom: 0.5em;
  }
  .list-post--card .list-post__tag {
    display: block;
  }
  .list-post--card .list-post__date {
    display: block;
  }
  .list-post--card.js-slick li {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 900px) {
  .list-post__date {
    Tfont-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__date {
    font-size: 10px;
  }
}

.section-wrapper {
  margin: 60px auto;
}

.section-h2 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #333;
  font-weight: bold;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media (max-width: 768px) {
  .section-h2 {
    text-align: center;
    font-size: 28px;
  }
}

.section-more {
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-more {
    font-size: 12px;
  }
}

.section-container {
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .section-container {
    flex-direction: row;
    justify-content: center;
  }
  .section-container .section-item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .section-container .section-item__img {
    height: 150px;
  }
  .section-container .section-item:only-child {
    width: calc(50% - 10px);
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .section-container .section-item {
    width: calc(25% - 30px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .section-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section-container .section-item {
    width: 48%;
  }
}

.section-item {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .section-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-item .section-item__title {
    font-size: 12px;
  }
  .section-item .section-item__date {
    font-size: 9px;
  }
}

.section-item__img {
  width: 100%;
  height: 300px;
}

.section-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-item__title {
  margin-top: 15px;
  font-weight: bold;
}

.section-item__date {
  font-size: 11px;
}

.section-more {
  text-align: right;
  margin-top: 30px;
}
.section-more:hover {
  color: #75BAFF;
}

.parts-index {
  background: #F4F5F7;
  margin: 0 0 1.5rem 0;
}
.parts-index:not(:first-child) {
  margin-top: 1.5rem;
}
.parts-index__title {
  font-weight: 600;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-index__title {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-index__title {
    font-size: 13px;
  }
}
.parts-index ol {
  background: transparent;
  padding: 0 0 0 1.65rem;
  margin: 0;
}
.parts-index > ol > li::before {
  content: counter(article_ol) ".";
  background: transparent;
  color: #333;
  line-height: inherit;
  left: -1.5em;
  font-size: 1rem;
  top: 0;
}
.parts-index a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .parts-index {
    border-radius: 10px;
    padding: 25px 40px;
  }
  .parts-index a:hover {
    color: #75BAFF;
    text-decoration: underline;
  }
}
@media screen and (max-width: 900px) {
  .parts-index {
    border-radius: 5px;
    padding: 20px 15px;
  }
  .parts-index > ol > li {
    font-size: 1rem;
  }
}

.parts-checklist {
  margin: 1rem 0 2rem 0;
  border: 2px solid #333;
  position: relative;
}
.parts-checklist:not(:first-child) {
  margin-top: 2.5rem;
}
.parts-checklist > ul, .parts-checklist > ol {
  background: transparent;
  padding: 0 0 0 1.65rem;
  margin: 0;
}
.parts-checklist > ul > li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f058";
  width: 1em;
  height: 1em;
  background: transparent;
  color: #333;
  top: 0;
}
.parts-checklist__title {
  background: #FAFDFF;
  color: #333;
  border: 2px solid;
  font-weight: 600;
  line-height: 2rem;
  border-radius: 2em;
  padding: 0 1rem;
  position: absolute;
  left: 1rem;
  top: -1rem;
}
@media screen and (min-width: 900px) {
  .parts-checklist {
    border-radius: 10px;
    padding: 2.5rem 1rem 25px 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-checklist {
    border-radius: 5px;
    padding: 2rem 15px 20px 15px;
  }
}

.parts-balloon {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0;
}
.parts-balloon:not(:first-child) {
  margin-top: 2rem;
}
.parts-balloon__image {
  background-size: cover;
  line-height: 0;
  position: relative;
}
.parts-balloon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.parts-balloon__image figcaption {
  text-align: center;
  line-height: 1.25em;
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-balloon__image figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-balloon__image figcaption {
    font-size: 10px;
  }
}
.parts-balloon__image span.blank {
  background: no-repeat center center url(../img/common/thumb-user.png);
  background-size: cover;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  border-radius: 50%;
}
.parts-balloon__image button {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .parts-balloon__image button {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-balloon__image button {
    font-size: 13px;
  }
}
.parts-balloon__content {
  background: #F4F5F7;
  position: relative;
  margin: 0 0 0 1rem;
}
.parts-balloon__content::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 10px solid transparent;
  border-bottom-color: #F4F5F7;
  border-left-width: 0px;
  border-right-width: 0px;
  position: absolute;
  left: -0.5rem;
  top: 1rem;
  box-sizing: content-box;
}
.parts-balloon.right, .parts-balloon.is-style-right {
  flex-direction: row-reverse;
}
.parts-balloon.right .parts-balloon__content, .parts-balloon.is-style-right .parts-balloon__content {
  background: #F4F5F7;
  text-align: left;
  margin: 0 1rem 0 0;
}
.parts-balloon.right .parts-balloon__content::before, .parts-balloon.is-style-right .parts-balloon__content::before {
  border-bottom-color: #F4F5F7;
  left: unset;
  right: -0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-balloon__image {
    width: 80px;
    min-width: 80px;
  }
  .parts-balloon__image img,
  .parts-balloon__image span.blank {
    width: 80px;
    height: 80px;
  }
  .parts-balloon__content {
    border-radius: 10px;
    padding: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-balloon__image {
    width: 50px;
    min-width: 50px;
  }
  .parts-balloon__image img,
  .parts-balloon__image span.blank {
    width: 80px;
    height: 80px;
  }
  .parts-balloon__content {
    border-radius: 5px;
    padding: 10px;
  }
}

.parts-rating {
  font-weight: bold;
  white-space: nowrap !important;
}
.parts-rating i {
  font-style: normal;
}
.parts-rating__star {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.parts-rating__base {
  color: #484848;
}
.parts-rating__rate {
  width: 0;
  color: #FEE469;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.parts-rating__number {
  display: inline-block;
  color: #ED6270;
}
.parts-rating.highscore .parts-rating__rate {
  color: #ff6600;
}
.parts-rating-list {
  border: 1px solid #484848;
  margin: 2rem 0;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .parts-rating-list__header {
    Tfont-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-rating-list__header {
    font-size: 1.25rem;
  }
}
.parts-rating-list ul {
  background: transparent;
  border-radius: 0;
  border-top: 1px solid #484848;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .parts-rating-list ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .parts-rating-list ul {
    font-size: 15px;
  }
}
.parts-rating-list ul li:nth-child(n) {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.parts-rating-list ul li:nth-child(n)::before {
  content: none;
}
@media screen and (min-width: 900px) {
  .parts-rating-list {
    border-radius: 10px;
  }
  .parts-rating-list__header {
    padding: 1rem;
  }
  .parts-rating-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .parts-rating-list ul > li {
    width: 50%;
    padding: 1em;
    border-bottom: 1px solid #484848;
  }
  .parts-rating-list ul > li:nth-child(odd) {
    border-right: 1px solid #484848;
  }
  .parts-rating-list ul > li:last-child, .parts-rating-list ul > li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .parts-rating-list .block-editor-inner-blocks {
    width: 100%;
  }
  .parts-rating-list .block-editor-block-list__layout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .parts-rating-list .block-editor-block-list__block {
    width: 50%;
    padding: 1em;
    border-bottom: 1px solid #484848;
    margin: 0;
  }
  .parts-rating-list .block-editor-block-list__block:nth-of-type(odd) {
    border-right: 1px solid #484848;
  }
  .parts-rating-list .block-editor-block-list__block:last-of-type, .parts-rating-list .block-editor-block-list__block:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media screen and (max-width: 900px) {
  .parts-rating-list {
    border-radius: 5px;
  }
  .parts-rating-list__header {
    padding: 10px;
  }
  .parts-rating-list li {
    padding: 0.5rem 10px;
  }
  .parts-rating-list li:not(:first-child) {
    border-top: 1px dashed #484848;
  }
}

.parts-kuchikomi {
  border: 1px solid #484848;
  margin: 2rem 0;
}
.parts-kuchikomi__header {
  display: flex;
}
.parts-kuchikomi__user {
  display: flex;
  flex-wrap: wrap;
}
.parts-kuchikomi__image {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 1em 0 0;
  position: relative;
}
.parts-kuchikomi__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-kuchikomi__image span.blank {
  background: no-repeat center center url(../img/common/thumb-user.png);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-kuchikomi__image button {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi__image button {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi__image button {
    font-size: 10px;
  }
}
.parts-kuchikomi__name {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi__name {
    font-size: 13px;
  }
}
.parts-kuchikomi__content, .type-bad.parts-kuchikomi__content--good, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad {
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi__content, .type-bad.parts-kuchikomi__content--good, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi__content, .type-bad.parts-kuchikomi__content--good, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad {
    font-size: 13px;
  }
}
.parts-kuchikomi__content:not(:first-child), .parts-kuchikomi__content--good:not(:first-child), .parts-kuchikomi__content--bad:not(:first-child) {
  border-top: 1px solid #484848;
}
.parts-kuchikomi__content::before, .type-bad.parts-kuchikomi__content--good::before, .parts-kuchikomi__content--good::before, .parts-kuchikomi__content--bad::before, .parts-kuchikomi__content.type-good::before, .parts-kuchikomi__content.type-bad::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f10d";
  color: #949494;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 0.5em;
  top: 0.55em;
}
.parts-kuchikomi__content p, .type-bad.parts-kuchikomi__content--good p, .parts-kuchikomi__content--good p, .parts-kuchikomi__content--bad p, .parts-kuchikomi__content.type-good p, .parts-kuchikomi__content.type-bad p {
  line-height: 1.5;
}
.parts-kuchikomi__content--good::before, .parts-kuchikomi__content--bad::before, .parts-kuchikomi__content.type-good::before, .type-good.parts-kuchikomi__content--good::before, .type-good.parts-kuchikomi__content--bad::before, .parts-kuchikomi__content.type-bad::before, .type-bad.parts-kuchikomi__content--good::before, .type-bad.parts-kuchikomi__content--bad::before {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  position: static;
  margin-bottom: 0.5rem;
}
.parts-kuchikomi__content--good::before, .parts-kuchikomi__content.type-good::before, .type-good.type-bad.parts-kuchikomi__content--good::before, .type-good.parts-kuchikomi__content--bad::before {
  content: "\f584GOOD";
  color: #f18989;
}
.parts-kuchikomi__content--bad::before, .parts-kuchikomi__content.type-bad::before, .type-bad.parts-kuchikomi__content--good::before, .type-bad.parts-kuchikomi__content--bad::before {
  content: "\f119 BAD";
  color: #b6c9Ff;
}
.parts-kuchikomi .parts-rating {
  display: flex;
}
.parts-kuchikomi .parts-rating__number {
  margin-left: 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi {
    border-radius: 10px;
  }
  .parts-kuchikomi__header {
    padding: 1rem;
  }
  .parts-kuchikomi__content, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad, .type-bad.parts-kuchikomi__content--good {
    padding: 1rem 1rem 1rem 2.5rem;
  }
  .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad,
  .parts-kuchikomi .type-good,
  .parts-kuchikomi .type-bad {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi {
    border-radius: 5px;
  }
  .parts-kuchikomi__header {
    padding: 10px;
  }
  .parts-kuchikomi__content, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad, .type-bad.parts-kuchikomi__content--good {
    padding: 10px 10px 10px 2.5rem;
  }
  .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad {
    padding-left: 10px;
  }
}

.parts-cta, .parts-cta-pr, .parts-cta.is-style-pr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
.parts-cta__text {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .parts-cta__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta__text {
    font-size: 13px;
  }
}
.parts-cta__text::before, .parts-cta__text::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0 0.5em;
}
.parts-cta__text::before {
  transform: rotate(45deg);
}
.parts-cta__text::after {
  transform: rotate(-45deg);
}
.parts-cta__btn {
  margin: 0.5rem;
}
.parts-cta__caption {
  color: #949494;
}
@media screen and (min-width: 900px) {
  .parts-cta__caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta__caption {
    font-size: 13px;
  }
}
.parts-cta-pr .parts-cta__text, .parts-cta.is-style-pr .parts-cta__text {
  color: #75BAFF;
}
@media screen and (min-width: 900px) {
  .parts-cta-pr .parts-cta__text, .parts-cta.is-style-pr .parts-cta__text {
    Tfont-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta-pr .parts-cta__text, .parts-cta.is-style-pr .parts-cta__text {
    font-size: 1em;
  }
}
.parts-cta-pr .parts-cta__text::before, .parts-cta-pr .parts-cta__text::after, .parts-cta.is-style-pr .parts-cta__text::before, .parts-cta.is-style-pr .parts-cta__text::after {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.parts-cta-pr .parts-cta__btn, .parts-cta.is-style-pr .parts-cta__btn {
  background: #75BAFF;
}
.parts-cta-pr .parts-cta__btn::after, .parts-cta.is-style-pr .parts-cta__btn::after {
  color: #FEE469;
}
@media screen and (min-width: 900px) {
  .parts-cta-pr .parts-cta__btn:hover, .parts-cta.is-style-pr .parts-cta__btn:hover {
    background: #42a1ff;
  }
}

.parts-cta-small {
  color: #FAFDFF !important;
  white-space: nowrap;
  margin: 0;
}

.parts-ranking {
  border: 1px solid #484848;
  margin: 0 0 2rem 0;
}
.parts-ranking:not(:first-child) {
  margin-top: 2rem;
}
.parts-ranking__header__image {
  line-height: 0;
  position: relative;
}
.parts-ranking__header__image img {
  width: 100%;
  margin: 0;
}
.parts-ranking__header__image span.blank {
  background: no-repeat center center url(../img/common/thumb-noimage.png);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-ranking__header__image button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.parts-ranking__header__title {
  font-weight: bold;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-ranking__header__title {
    Tfont-size: 1.45rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking__header__title {
    font-size: 1.25rem;
  }
}
.parts-ranking__header__title .ranking, .parts-ranking__header__title .section-post__content .ranking-1, .section-post__content .parts-ranking__header__title .ranking-1, .parts-ranking__header__title .section-post__content .ranking-2, .section-post__content .parts-ranking__header__title .ranking-2, .parts-ranking__header__title .section-post__content .ranking-3, .section-post__content .parts-ranking__header__title .ranking-3 {
  margin-right: 0.5em;
}
.parts-ranking__header__rating {
  margin: 1rem 0 0.75rem;
}
.parts-ranking__header__taglabel {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 0.5rem !important;
}
@media screen and (min-width: 900px) {
  .parts-ranking__header__taglabel {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking__header__taglabel {
    font-size: 10px;
  }
}
.parts-ranking__header__taglabel > li {
  margin: 0 0.25rem 0.5rem 0 !important;
}
.parts-ranking__header__taglabel > li::before {
  content: none !important;
}
.parts-ranking__header__cta {
  margin: 0.5rem 0 0;
}
.parts-ranking__header .wp-block-button__link {
  min-width: 0;
}
.parts-ranking__content {
  line-height: 1.5;
  border-top: 1px solid #484848;
  position: relative;
}
@media screen and (min-width: 900px) {
  .parts-ranking__content {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking__content {
    font-size: 13px;
  }
}
.parts-ranking__content p {
  line-height: 1.5;
}
.parts-ranking__content tbody th {
  width: 40%;
}
.parts-ranking__footer .parts-blog-card {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .parts-ranking {
    border-radius: 10px;
  }
  .parts-ranking__header {
    display: flex;
    padding: 1rem;
  }
  .parts-ranking__header__image {
    max-width: 35%;
    min-width: 35%;
    margin-right: 1rem;
  }
  .parts-ranking__header__image img {
    margin: 0;
  }
  .parts-ranking__header__content {
    width: 100%;
  }
  .parts-ranking__content {
    padding: 2rem 1rem 0;
  }
  .parts-ranking__footer {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking {
    border-radius: 5px;
  }
  .parts-ranking__header {
    padding: 10px;
  }
  .parts-ranking__header__image {
    margin-bottom: 1rem;
  }
  .parts-ranking__header__cta {
    display: block;
  }
  .parts-ranking__content {
    padding: 10px 10px 0;
  }
  .parts-ranking__footer {
    padding: 10px;
  }
}

.parts-ranking-table {
  margin-bottom: 2rem !important;
}
.parts-ranking-table table {
  margin-bottom: 10px !important;
}
.parts-ranking-table table .itemRate {
  font-weight: bold;
}
.parts-ranking-table table .itemRate span {
  color: #FEE469;
  margin-right: 0.25em;
}
.parts-ranking-table table .itemRate .highscore {
  color: #ff6600;
}
.parts-ranking-table table td {
  background: #FAFDFF;
}
.parts-ranking-table table tr:nth-child(odd) td {
  background: #F4F5F7;
}
.parts-ranking-table table th:first-child,
.parts-ranking-table table td:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
}
.parts-ranking-table table th:first-child::before,
.parts-ranking-table table td:first-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #484848;
}
.parts-ranking-table table .itemImg {
  padding: 2px !important;
}
.parts-ranking-table table .itemImg img {
  width: 60px;
  max-height: 60px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.parts-ranking-table table .itemCta {
  padding: 5px !important;
}
.parts-ranking-table__sampletext {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.parts-ranking-table__control {
  display: flex;
  align-items: center;
}
.parts-ranking-table__control__label {
  margin-right: 0.5em;
}
.parts-ranking-table__control__btn {
  display: inline-block;
  border: 1px solid #484848;
  border-radius: 2em;
  padding: 0.25em 1em;
  cursor: pointer;
}
.parts-ranking-table__control__btn i {
  font-style: normal;
  margin-left: 0.5em;
  opacity: 0.8;
}
.parts-ranking-table__control-list {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.parts-ranking-table__control-list__inner {
  background: #FAFDFF;
  overflow: hidden;
}
.parts-ranking-table__control-list__header {
  text-align: center;
  padding: 1em;
  border-bottom: 1px solid #484848;
  position: relative;
}
.parts-ranking-table__control-list__header::before, .parts-ranking-table__control-list__header::after {
  content: "";
  display: inline-block;
  background: #333;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.parts-ranking-table__control-list__header::before {
  transform: rotate(45deg);
}
.parts-ranking-table__control-list__header::after {
  transform: rotate(-45deg);
}
.parts-ranking-table__control-list ul {
  background: transparent !important;
  padding: 1rem !important;
  margin: 0 !important;
}
.parts-ranking-table__control-list ul li {
  color: #333;
  border: 1px solid #484848;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
}
.parts-ranking-table__control-list ul li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f00c";
  background: transparent;
  position: static;
  margin-right: 0.5em;
  opacity: 0;
}
.parts-ranking-table__control-list ul li.is_checked {
  background: #F4F5F7;
}
.parts-ranking-table__control-list ul li.is_checked::before {
  opacity: 1;
}
.parts-ranking-table__more {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: #F4F5F7;
  color: #333;
  border: 1px solid #484848;
  padding: 0.5em;
  margin: -1rem 0 3rem;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .parts-ranking-table__tab {
    display: none;
  }
  .parts-ranking-table__control__btn {
    transition: all 0.3s;
    transition-property: color, background-color, border-color;
  }
  .parts-ranking-table__control__btn:hover {
    color: #FAFDFF;
    background: #333;
    border-color: #333;
  }
  .parts-ranking-table__control-list__inner {
    width: 600px;
    min-height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }
  .parts-ranking-table__control-list__header::before, .parts-ranking-table__control-list__header::after {
    width: 30px;
    height: 3px;
    right: 1em;
  }
  .parts-ranking-table__control-list__header:hover::before, .parts-ranking-table__control-list__header:hover::after {
    background: #75BAFF;
  }
  .parts-ranking-table__control-list ul li:not(.is_checked):hover {
    color: #75BAFF;
    border-color: #75BAFF;
  }
  .parts-ranking-table__more {
    transition: all 0.3s;
    transition-property: color, background-color, border-color;
  }
  .parts-ranking-table__more:hover {
    color: #FAFDFF;
    background: #333;
    border-color: #333;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking-table {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .parts-ranking-table__tab {
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    background: #FAFDFF !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 -4vw !important;
  }
  .parts-ranking-table__tab li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  .parts-ranking-table__tab li::before {
    content: none !important;
  }
  .parts-ranking-table__tab a {
    display: block;
    color: #4a4a4a;
    text-decoration: none !important;
    font-weight: bold;
    border-bottom: 3px solid #484848;
    padding: 15px 5px !important;
  }
  .parts-ranking-table__tab a.is-current {
    color: #333;
    border-bottom-color: inherit;
  }
  .parts-ranking-table__control {
    width: 100vw;
    font-size: 13px;
    background: #FAFDFF;
    position: sticky;
    top: 52px;
    z-index: 999;
    padding: 10px 4vw;
    margin: 0 -4vw;
  }
  .parts-ranking-table__control-list__inner {
    width: 100%;
    min-height: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .parts-ranking-table__control-list__header::before, .parts-ranking-table__control-list__header::after {
    width: 26px;
    height: 2px;
    right: 10px;
  }
}

.parts-salon {
  border: 1px solid #484848;
  margin: 2rem auto;
}
.parts-salon__header {
  border-bottom: 1px solid #484848;
}
.parts-salon__header__image {
  line-height: 0;
  position: relative;
}
.parts-salon__header__image img {
  width: 100%;
  margin: 0;
}
.parts-salon__header__sub-title {
  display: block;
  color: #949494;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__sub-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__header__sub-title {
    font-size: 10px;
  }
}
.parts-salon__header__title {
  font-weight: bold;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__title {
    Tfont-size: 1.45rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__header__title {
    font-size: 1.25rem;
  }
}
.parts-salon__header__rating {
  margin: 1rem 0 0.75rem;
}
.parts-salon__header__taglabel {
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__taglabel {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__header__taglabel {
    font-size: 10px;
  }
}
.parts-salon__header__cta {
  margin: 0.5rem 0 0;
}
.parts-salon__content {
  line-height: 1.5;
  border-top: 1px solid #484848;
  position: relative;
}
@media screen and (min-width: 900px) {
  .parts-salon__content {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__content {
    font-size: 13px;
  }
}
.parts-salon__content p {
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .parts-salon {
    padding: 1rem;
    border-radius: 10px;
  }
  .parts-salon__header {
    display: flex;
    padding: 1rem;
    margin: -1rem -1rem 1.5rem;
  }
  .parts-salon__header__image {
    max-width: 35%;
    min-width: 35%;
    margin-right: 1rem;
  }
  .parts-salon__header__image img {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon {
    border-radius: 5px;
    padding: 10px;
  }
  .parts-salon__header {
    padding: 10px;
    margin: -10px -10px 1.5rem;
  }
  .parts-salon__header__image {
    margin-bottom: 1rem;
  }
  .parts-salon__header__cta {
    display: block;
  }
}

.parts-blog-card {
  margin: 0 0 2rem 0;
}
.parts-blog-card:not(:first-child) {
  margin-top: 2rem;
}
.parts-blog-card a {
  display: flex;
  align-items: center;
  background: #FAFDFF;
  color: #4a4a4a !important;
  text-decoration: none !important;
  border: 1px solid #484848;
  position: relative;
  overflow: hidden;
}
.parts-blog-card i {
  font-style: normal;
}
.parts-blog-card__content {
  padding: 0 0 0 1rem;
}
.parts-blog-card__thumbnail img {
  margin: 0;
}
.parts-blog-card__thumbnail span.blank {
  background: no-repeat center center url(../img/common/thumb-noimage.png);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-blog-card__caption {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-blog-card__caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card__caption {
    font-size: 13px;
  }
}
.parts-blog-card__summary {
  color: #949494;
  margin-top: 1em;
}
@media screen and (min-width: 900px) {
  .parts-blog-card__summary {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card__summary {
    font-size: 10px;
  }
}
.parts-blog-card__ribbon {
  background: #949494;
  color: #FAFDFF;
  font-weight: bold;
  padding: 0 0.5em;
  position: absolute;
  left: 0;
  top: 0;
}
.parts-blog-card__ribbon.inner {
  background: #333;
}
@media screen and (min-width: 900px) {
  .parts-blog-card li:not(:last-child) {
    border-bottom: 1px dashed #333;
  }
  .parts-blog-card a {
    padding: 1.25rem;
    border-radius: 10px;
  }
  .parts-blog-card a:hover {
    color: #75BAFF;
  }
  .parts-blog-card__thumbnail {
    height: 120px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card li {
    margin: 0 0 0.5rem;
  }
  .parts-blog-card a {
    border-radius: 5px;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
  }
  .parts-blog-card__thumbnail {
    height: 80px;
  }
}

.parts-box, .parts-box__width-title {
  background-color: #FAFDFF;
  border: 2px solid #484848;
  border-radius: 10px;
  margin: 1rem 0 2rem 0;
  position: relative;
}
.parts-box:not(:first-child), .parts-box__width-title:not(:first-child) {
  margin-top: 2.5rem;
}
.parts-box__title {
  background-color: inherit;
  color: inherit;
  border: inherit;
  font-weight: 600;
  line-height: 2rem;
  border-radius: 2em;
  padding: 0 1rem 0 0.75rem;
  position: absolute;
  left: 0.5rem;
  top: -1rem;
}
.parts-box__title i {
  font-style: normal;
  margin-right: 0.25rem;
}
@media screen and (min-width: 900px) {
  .parts-box, .parts-box__width-title {
    padding: 25px 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-box, .parts-box__width-title {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 900px) {
  .parts-box__width-title {
    padding-top: 2em;
  }
}
@media screen and (max-width: 900px) {
  .parts-box__width-title {
    padding-top: 2em;
  }
}

@media screen and (min-width: 900px) {
  .section-category-nav, .section-category-header, .section-related-posts, .section-latest, .section-ranking, .section-page, .section-posts, .section-post {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 900px) {
  .section-category-nav, .section-category-header, .section-related-posts, .section-latest, .section-ranking, .section-page, .section-posts, .section-post {
    padding: 0 4vw 50px;
  }
}

.section-post {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .section-post {
    padding: 0;
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 900px) {
  .section-post article {
    border-radius: 10px;
  }
}
.section-post__header__title {
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .section-post__header__title {
    font-size: 17.5px;
  }
}
.section-post__header__date {
  display: inline-block;
  color: #949494;
  margin: 1em 0.5em 0 0;
}
@media screen and (min-width: 900px) {
  .section-post__header__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__header__date {
    font-size: 10px;
  }
}
.section-post__header + .section-post__content {
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  .section-post__header {
    padding: 0 0 40px 0;
  }
}
@media screen and (max-width: 900px) {
  .section-post__header {
    padding: 10px 15px 20px;
  }
}
.section-post__thumbnail {
  line-height: 0;
}
@media screen and (min-width: 900px) {
  .section-post__thumbnail img {
    height: 600px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__thumbnail img {
    height: 250px;
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .section-post__content {
    padding: 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content {
    padding: 30px 4%;
  }
}
.section-post__footer dl {
  background: transparent;
  padding: 0;
  margin: 0;
}
.section-post__footer dl dt {
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .section-post__footer dl dt {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__footer dl dt {
    font-size: 13px;
  }
}
.section-post__footer dl dd:nth-child(n) {
  display: inline-block;
  margin: 0 0.25em;
}
@media screen and (min-width: 900px) {
  .section-post__footer dl dd:nth-child(n) {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__footer dl dd:nth-child(n) {
    font-size: 13px;
  }
}
.section-post__footer dl dd:nth-child(n):not(:nth-child(2))::before {
  content: "/";
  margin: 0 0.5em 0 0;
}
.section-post__footer dl a::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  margin: 0 0.25em 0 0;
}
.section-post__footer__categories a::before {
  content: "\f07b";
}
.section-post__footer__tags a::before {
  content: "#";
}
@media screen and (min-width: 900px) {
  .section-post__footer {
    padding: 40px 0;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 900px) {
  .section-post__footer {
    padding: 10px 15px 20px;
    margin: 2rem 0 0;
  }
}

.section-home-kv {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFDFF;
  height: 100vh;
}
@media screen and (min-width: 900px) {
  .section-home-kv {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv {
    height: 100vh;
    margin: 0 0 50px;
  }
}
.section-home-kv__inner {
  height: 100%;
  width: 100%;
}
.section-home-kv__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section-home-kv__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .section-home-kv__logo {
    width: 25vw;
    max-width: 380px;
  }
}
@media screen and (max-width: 900px) {
  .section-home-kv__logo {
    width: 60vw;
  }
}

.section-latest {
  padding-bottom: 0;
}
.section-category-header {
  background: #333;
  color: #FAFDFF;
}
.section-category-header .breadcrumb {
  color: #FAFDFF;
}
.section-category-header .breadcrumb li > a {
  color: #FAFDFF;
}
@media screen and (min-width: 900px) {
  .section-category-header__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 900px) {
  .section-category-header__title {
    font-size: 26px;
  }
}
@media screen and (min-width: 900px) {
  .section-category-header {
    margin: 0 0 80px;
  }
  .section-category-header__title {
    max-width: 1400px;
    padding: 0.5em 80px 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .section-category-header {
    margin: 0 0 50px;
  }
  .section-category-header .breadcrumb {
    padding: 0;
  }
  .section-category-header__title {
    padding: 1em 0 0;
  }
}

.section-category-nav .title-section {
  margin-bottom: 1em;
}
.section-category-nav ul:not(:last-child) {
  margin-bottom: 1rem;
}
.section-category-nav a {
  display: block;
  background: #FAFDFF;
}
@media screen and (min-width: 900px) {
  .section-category-nav a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .section-category-nav a {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .section-category-nav li {
    margin-bottom: 10px;
  }
  .section-category-nav a:hover {
    color: #75BAFF;
  }
}
@media screen and (max-width: 900px) {
  .section-category-nav li {
    margin-bottom: 5px;
  }
  .section-category-nav a:hover {
    color: #75BAFF;
  }
}
.section-category-nav__list-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-category-nav__list-category a {
  border-radius: 5px;
  padding: 0.75em 1em 0.75em 2em;
}
.section-category-nav__list-category a::before {
  top: 0.75em;
  left: 0.75em;
}
@media screen and (min-width: 900px) {
  .section-category-nav__list-category::after {
    content: "";
    display: block;
    width: 32%;
  }
  .section-category-nav__list-category li {
    width: 32%;
  }
  .section-category-nav__list-category a {
    padding: 0.75em 1em 0.75em 2em;
  }
  .section-category-nav__list-category a::before {
    top: 0.75em;
    left: 0.75em;
  }
}
@media screen and (max-width: 900px) {
  .section-category-nav__list-category li {
    width: 49%;
  }
}
.section-category-nav__list-tag li {
  display: inline-block;
}
.section-category-nav__list-tag a {
  border-radius: 2em;
  border: 1px solid #484848;
  padding: 0.5em 1em 0.5em 1em;
}
.section-category-nav__list-tag a::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "#";
  color: #333;
  margin-right: 0.25em;
}
@media screen and (min-width: 900px) {
  .section-category-nav__list-tag a:hover {
    border-color: inherit;
  }
}
.sns-links {
  display: flex;
  gap: 15px;
}

.sns-links a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sns-links a:hover {
  opacity: 0.7;
}

.sns-links a i {
  font-size: 24px;
}

.front-sns {
  display: flex;
}

.iframe-youtube {
  width: 100%;
  margin: 250px auto;
}
@media screen and (max-width: 900px) {
  .iframe-youtube {
    margin: 120px 0;
  }
}
.iframe-youtube h2 {
  margin-bottom: 30px;
}

.iframe-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.global-header {
  width: 100%;
  z-index: 2000;
}
@media screen and (min-width: 900px) {
  .global-header {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .global-header {
    display: flex;
    justify-content: center;
  }
}
.global-header__tagline {
  font-size: 13px;
  width: 100%;
}
.global-header__nav {
  background: #f5faff;
  position: fixed;
  z-index: 999;
  transition: all 0.3s ease 0s;
}
.global-header__nav .mobile-logo {
  position: absolute;
  top: 6px;
  left: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.global-header__nav > ul a:before {
  color: #484848;
}
.global-header__nav > ul a[target=_blank]::after {
  color: inherit;
}
.global-header__nav > ul > li > a {
  display: block;
}
.global-header__nav > ul ul li {
  margin: 0;
}
.global-header__nav > ul ul a {
  font-size: 12px;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .global-header__nav {
    width: 100%;
    padding: 120px 5vw 50px;
    display: none;
    transition-property: top;
  }
  .global-header__nav > ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .global-header__nav > ul > li {
    min-width: 15%;
    margin-bottom: 3rem;
  }
  .global-header__nav > ul > li > a {
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 0.5em;
  }
  .global-header__nav > ul a:hover {
    color: #75BAFF;
  }
  .global-header__nav > ul a:hover::before {
    color: inherit;
  }
}
@media screen and (max-width: 900px) {
  .global-header__nav {
    width: 80vw;
    height: 100%;
    right: -100vw;
    top: 0;
    padding: 60px 0 0;
    transition-property: right;
  }
  .global-header__nav > ul {
    max-height: 100%;
    overflow: scroll;
    border-top: 1px solid #484848;
  }
  .global-header__nav > ul > li {
    border-bottom: 1px solid #484848;
  }
  .global-header__nav > ul > li > a {
    padding: 1em;
    position: relative;
  }
  .global-header__nav > ul > li > a::after {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-top: 1px solid #949494;
    border-right: 1px solid #949494;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: rotate(45deg) translate(-50%, 0);
  }
  .global-header__nav > ul > li > span {
    display: block;
    padding: 1em;
    position: relative;
  }
  .global-header__nav > ul > li > span::before, .global-header__nav > ul > li > span::after {
    content: "";
    display: block;
    width: 1em;
    border-top: 1px solid;
    position: absolute;
    right: 5%;
    top: 50%;
    transition: transform 0.3s;
  }
  .global-header__nav > ul > li > span::before {
    transform: rotate(0);
  }
  .global-header__nav > ul > li > span::after {
    transform: rotate(90deg);
  }
  .global-header__nav > ul > li > span.is_open::after {
    transform: rotate(0);
  }
  .global-header__nav > ul ul {
    display: none;
    background: #F4F5F7;
    padding: 1em;
  }
}
.global-header__humberger {
  border-radius: 50%;
  border: 1px solid #333;
  position: fixed;
  z-index: 20000;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .global-header__humberger {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .global-header__humberger {
    display: inline-block;
  }
}
.global-header__humberger span {
  display: inline-block;
  background: #333;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease 0s;
}
.global-header__humberger span:nth-of-type(1) {
  transition-property: margin, transform;
}
.global-header__humberger span:nth-of-type(2) {
  transition-property: width;
}
.global-header__humberger span:nth-of-type(3) {
  transition-property: margin, transform;
}
@media screen and (min-width: 900px) {
  .global-header__humberger {
    width: 70px;
    height: 70px;
    right: 20px;
    top: 10px;
  }
  .global-header__humberger span {
    width: 30px;
    height: 2px;
    left: 19px;
  }
  .global-header__humberger span:nth-of-type(1) {
    margin-top: -10px;
  }
  .global-header__humberger span:nth-of-type(3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .global-header__humberger {
    width: 50px;
    height: 50px;
    right: 5px;
    top: 5px;
  }
  .global-header__humberger span {
    width: 20px;
    height: 2px;
    left: 14px;
  }
  .global-header__humberger span:nth-of-type(1) {
    margin-top: -6px;
  }
  .global-header__humberger span:nth-of-type(3) {
    margin-top: 6px;
  }
}

.scrolled .global-header {
  top: -100px;
}

.drawer-open .global-header {
  top: 0 !important;
}
.drawer-open .global-header__humberger {
  border-color: #f5faff;
}
.drawer-open .global-header__humberger span:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(-45deg);
}
.drawer-open .global-header__humberger span:nth-of-type(2) {
  width: 0;
}
.drawer-open .global-header__humberger span:nth-of-type(3) {
  margin-top: 0;
  transform: rotate(45deg);
}
.drawer-open .overlay {
  display: block;
}
@media screen and (min-width: 900px) {
  .drawer-open .global-header__nav {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .drawer-open .global-header__nav {
    right: 0;
  }
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background: #4a4a4a;
  opacity: 0.3;
}

.header-nav {
  background-color: #f5faff;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}
.header-nav .main-logo {
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.header-nav .main-logo a {
  display: flex;
  align-items: center;
}
.header-nav .main-logo img {
  width: 180px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 900px) {
  .header-nav ul {
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 80px;
    margin: 0 auto;
  }
}
.header-nav ul li {
  position: relative;
  padding: 0 15px;
  display: inline-block;
}
.header-nav ul li ul {
  background-color: #F4F5F7;
  width: 200%;
  padding: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: none;
}
.header-nav ul li ul li {
  padding-bottom: 5px;
  display: block;
}
.header-nav ul li ul li:hover {
  opacity: 0.6;
}
.header-nav ul li ul li a:hover {
  color: #333;
}
.header-nav ul li:hover a + ul {
  display: block;
  transition: all 0.3s;
}
.header-nav ul a:hover {
  color: #75BAFF;
}

.global-footer {
  background: #F4F5F7;
  color: #949494;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .global-footer {
    padding: 30px 6vw;
  }
}
@media screen and (max-width: 900px) {
  .global-footer {
    padding: 20px 4vw;
  }
}
.global-footer__logo {
  fill: #949494;
}
@media screen and (min-width: 900px) {
  .global-footer__logo {
    width: 180px;
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__logo {
    display: block;
    width: 50vw;
    margin: 0 auto 20px;
  }
}
.global-footer__top {
  display: flex;
  justify-content: center;
  width: 100%;
}
.global-footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 900px) {
  .global-footer__bottom {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__bottom {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .global-footer__bottom {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .global-footer__bottom {
    text-align: center;
    padding: 10px 12vw 0;
  }
}
.global-footer__copyright {
  display: block;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .global-footer__copyright {
    white-space: nowrap;
  }
}

@media screen and (min-width: 900px) {
  .sidebar {
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .sidebar {
    display: none;
  }
}
.sidebar__title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #484848;
  padding: 0 0 1em;
}
.sidebar__title:not(:first-child) {
  margin-top: 3em;
}
.sidebar__title__jp {
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 0.5em;
}
.sidebar__title__en {
  font-family: 游明朝 helvetiva;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (min-width: 900px) {
  .sidebar__title__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__title__en {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .sidebar__list-ranking .list-post__title, .sidebar__list-latest .list-post__title {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__list-ranking .list-post__title, .sidebar__list-latest .list-post__title {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .sidebar__list-ranking .list-post__date, .sidebar__list-latest .list-post__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__list-ranking .list-post__date, .sidebar__list-latest .list-post__date {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .sidebar__list-ranking .list-post__category, .sidebar__list-latest .list-post__category {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__list-ranking .list-post__category, .sidebar__list-latest .list-post__category {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .sidebar__list-ranking li a, .sidebar__list-latest li a {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 900px) {
  .sidebar__list-ranking .list-post__rank {
    top: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__list-ranking .list-post__rank {
    top: 0.75rem;
  }
}
.sidebar__list-categories > li {
  border-bottom: 1px solid #484848;
}
.sidebar__list-categories > li > a {
  display: block;
  position: relative;
}
@media screen and (min-width: 900px) {
  .sidebar__list-categories > li > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__list-categories > li > a {
    font-size: 13px;
  }
}
.sidebar__list-categories > li > a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f054";
  line-height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0.6;
}
.sidebar__list-categories > li i {
  margin-right: 0.25em;
  opacity: 0.6;
}
.sidebar__list-categories > li ul {
  color: #949494;
}
@media screen and (min-width: 900px) {
  .sidebar__list-categories > li ul {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__list-categories > li ul {
    font-size: 10px;
  }
}
.sidebar__list-categories > li ul li {
  display: inline-block;
}
.sidebar__list-categories > li ul li:not(:last-child)::after {
  content: "/";
  color: #484848;
  margin: 0 0.5em;
}
@media screen and (min-width: 900px) {
  .sidebar__list-categories a:hover {
    color: #75BAFF;
  }
  .sidebar__list-categories > li {
    padding: 1em 0;
  }
  .sidebar__list-categories > li > a {
    margin-bottom: 0.25em;
  }
  .sidebar__list-categories > li ul {
    padding-left: 1.75em;
  }
}
@media screen and (max-width: 900px) {
  .sidebar__list-categories > li {
    padding: 0.75em 0;
  }
  .sidebar__list-categories > li li a {
    display: inline-block;
    line-height: 3em;
  }
}

.home .global-header {
  position: fixed;
  top: -100px;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  .home:not(.scrolled):not(.drawer-open) .global-header__humberger span {
    background: #333;
  }
}

.news-section {
  margin: 250px 0;
}
@media screen and (max-width: 900px) {
  .news-section {
    margin: 120px 0;
  }
}
.news-section h2 {
  margin-bottom: 30px;
}

.news-item {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.news-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  padding-right: 20px;
}

.news-item a::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.news-item:hover {
  opacity: 0.6;
}

.news-item p.date {
  font-size: 8px;
  margin: 0;
  margin-bottom: 7px;
  flex: 1;
}

.more-link {
  display: block;
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
}
.more-link:hover {
  opacity: 0.6;
}

.archive-title {
  font-style: 24px;
  margin: 15px 0;
}
@media screen and (min-width: 900px) {
  .archive-title {
    Tfont-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .archive-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 900px) {
  .single .breadcrumb {
    background: #FAFDFF;
  }
}

@keyframes inview {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes inview-scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: Noto Sans, sans-serif;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: "源の明朝体", serif;
  font-size: 1em;
}

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;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[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 {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


section,
main {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  display: block;
}

body {
  background: #f5faff;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  color: #333;
  font-family: 游ゴシック helvetica;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased !important;
  word-break: break-word;
  line-break: strict;
  hanging-punctuation: force-end;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 15px;
  }
}

a {
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color, opacity;
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/*
::selection {
  background: $gray;
  color: $black;
}
::-moz-selection {
  background: $gray;
  color: $black;
}
*/
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .container {
    max-width: 1400px;
    display: flex;
    justify-content: center;
    padding: 20px 80px 80px;
    margin: 0 auto;
  }
  main {
    width: 100%;
    max-width: 800px;
  }
  .sidebar {
    width: 375px;
    min-width: 300px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .container {
    padding: 0 4vw 80px;
  }
  .sidebar {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .front-container {
    width: 100%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .front-container main {
    width: 100%;
    max-width: 1400px;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
  .front-container {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.title-section {
  font-weight: 600;
  border-bottom: 1px solid #484848;
  padding: 0 0 1em;
}
@media screen and (min-width: 900px) {
  .title-section__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .title-section__en {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .title-section {
    padding: 0 0 2em 0;
  }
}
@media screen and (max-width: 900px) {
  .title-section {
    padding: 0 0 2em;
  }
}

.lead {
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .lead {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    font-size: 20px;
  }
}

.text {
  line-break: strict;
  word-break: break-word;
  line-height: 2;
  margin-top: 2em;
}
.text + .text {
  margin-top: 1em;
}
.text:first-child {
  margin-top: 0;
}

@media screen and (min-width: 900px) {
  .notes {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .notes {
    font-size: 10px;
  }
}
.notes li {
  text-indent: -1.5em;
  margin: 0 0 1em 0;
  padding: 0 0 0 1.5em;
}

.sub-text {
  font-size: 0.8em;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

@media screen and (min-width: 900px) {
  .center-pc {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .center-sp {
    text-align: center;
  }
}

.right {
  text-align: right;
}

@media screen and (min-width: 900px) {
  .right-pc {
    text-align: right;
  }
}

@media screen and (max-width: 900px) {
  .right-sp {
    text-align: right;
  }
}

.blue {
  color: #b6c9Ff !important;
}

.indigo {
  color: #003d90 !important;
}

.purple {
  color: #A13CFB !important;
}

.pink {
  color: #f18989 !important;
}

.red {
  color: #ED6270 !important;
}

.orange {
  color: #ff6600 !important;
}

.yellow {
  color: #FEE469 !important;
}

.green {
  color: #97CE95 !important;
}

.teal {
  color: #50AEBA !important;
}

.cyan {
  color: #5dc2d0 !important;
}

.white {
  color: #FAFDFF !important;
}

.gray {
  color: #484848 !important;
}

.dark {
  color: #949494 !important;
}

.btn-primary, .btn-secondary, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn, .parts-cta-small, .parts-ranking__header__cta, .parts-salon__header__cta {
  font-family: 游ゴシック helvetica;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  border: none;
  border-radius: 0;
  padding: 1em 2em;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  transition-property: color, background-color, border-color;
}
@media screen and (min-width: 900px) {
  .btn-primary, .btn-secondary, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn, .parts-cta-small, .parts-ranking__header__cta, .parts-salon__header__cta {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary, .btn-secondary, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn, .parts-cta-small, .parts-ranking__header__cta, .parts-salon__header__cta {
    font-size: 15px;
  }
}
.btn-primary::after, .btn-secondary::after, .wp-block-button .wp-block-button__link::after, .wp-block-button.is-style-fill .wp-block-button__link::after, .wp-block-button.is-style-outline .wp-block-button__link::after, .form-search .form-search__submit::after, .parts-cta__btn::after, .parts-cta-small::after, .parts-ranking__header__cta::after, .parts-salon__header__cta::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f105";
  margin-left: 0.35em;
}
@media screen and (min-width: 900px) {
  .btn-primary, .btn-secondary, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn, .parts-cta-small, .parts-ranking__header__cta, .parts-salon__header__cta {
    margin: 1em auto;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary, .btn-secondary, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .wp-block-button.is-style-outline .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn, .parts-cta-small, .parts-ranking__header__cta, .parts-salon__header__cta {
    margin: 1em auto;
  }
}

.btn-primary, .wp-block-button .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn {
  padding: 0.75em 2em;
  border-radius: 2em;
}
@media screen and (min-width: 900px) {
  .btn-primary, .wp-block-button .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn {
    Tfont-size: 1.25em;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary, .wp-block-button .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 900px) {
  .btn-primary, .wp-block-button .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn {
    min-width: 400px;
  }
}
@media screen and (max-width: 900px) {
  .btn-primary, .wp-block-button .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn {
    width: 100%;
  }
}

.btn-secondary, .parts-ranking__header__cta, .parts-salon__header__cta {
  display: inline-block;
  padding: 0.75em 2em;
  border-radius: 2em;
}
@media screen and (min-width: 900px) {
  .btn-secondary, .parts-ranking__header__cta, .parts-salon__header__cta {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .btn-secondary, .parts-ranking__header__cta, .parts-salon__header__cta {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .btn-secondary, .parts-ranking__header__cta, .parts-salon__header__cta {
    min-width: 180px;
  }
}

.parts-cta-small {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 1.5em;
}
@media screen and (min-width: 900px) {
  .parts-cta-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta-small {
    font-size: 10px;
  }
}

.btn-primary, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn, .parts-cta-small, .parts-ranking__header__cta, .parts-salon__header__cta {
  background: #333;
  color: #FAFDFF;
  font-weight: bold;
  box-shadow: 0 2px 5px #4a4a4a40;
}
@media screen and (min-width: 900px) {
  .btn-primary, .wp-block-button .wp-block-button__link, .wp-block-button.is-style-fill .wp-block-button__link, .form-search .form-search__submit, .parts-cta__btn, .parts-cta-small, .parts-ranking__header__cta, .parts-salon__header__cta {
    transition-property: color, background-color, transform, box-shadow;
  }
  .btn-primary:hover, .wp-block-button .wp-block-button__link:hover, .form-search .form-search__submit:hover, .parts-cta__btn:hover, .parts-cta-small:hover, .parts-ranking__header__cta:hover, .parts-salon__header__cta:hover {
    background: #75BAFF;
    transform: translateY(2px);
    box-shadow: 0 1px 2px #4a4a4a60;
  }
}
.btn-secondary, .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #F4F5F7;
  color: #4a4a4a;
  border: 1px solid #F4F5F7;
}
@media screen and (min-width: 900px) {
  .btn-secondary:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #75BAFF;
    color: #FAFDFF;
  }
}
.wp-block-button.has-custom-width .wp-block-button__link {
  width: inherit;
}
.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.is-style-pr .wp-block-button__link {
  background: #75BAFF;
}
.is-style-pr .wp-block-button__link::after {
  color: #FEE469;
}
@media screen and (min-width: 900px) {
  .is-style-pr .wp-block-button__link:hover {
    background: #42a1ff;
  }
}

::-webkit-input-placeholder {
  color: #484848;
}

::-moz-placeholder {
  color: #484848;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #484848;
}

:-moz-placeholder {
  color: #484848;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.wpcf7-form-control {
  width: 100%;
  height: 40px;
  color: #484848;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #484848;
  box-sizing: border-box;
}

.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.wpcf7-submit {
  background-color: transparent;
  color: #4a4a4a;
  border: 1px solid #484848;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.wpcf7-submit:hover {
  background-color: #75BAFF;
  color: #FAFDFF;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #484848;
  border-radius: 5px;
  background-color: #aeaeae;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #484848;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

.form-search {
  position: relative;
}
.form-search .form-search__input {
  border: 1px solid #f5faff;
  border-radius: 2em;
  padding-right: 75px;
}
.form-search .form-search__input::-moz-placeholder {
  padding-left: 5px;
}
.form-search .form-search__input::placeholder {
  padding-left: 5px;
}
.form-search .form-search__submit {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 2em;
  width: 65px;
  min-width: 0;
  height: 50px;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
.form-search .form-search__submit::after {
  content: none;
}
@media screen and (min-width: 900px) {
  .form-search .form-search__submit:hover {
    transform: translate(0);
  }
}
@media screen and (max-width: 900px) {
  .form-search {
    margin: 15px;
    position: relative;
  }
  .form-search .form-search__input {
    height: 38px;
  }
  .form-search .form-search__submit {
    height: 40px;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
  }
}

.section-post__content table {
  border: 1px solid #484848;
}
@media screen and (min-width: 900px) {
  .section-post__content table {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table {
    font-size: 10px;
  }
}
.section-post__content table th, .section-post__content table td {
  text-align: left;
  vertical-align: top;
  border: 1px solid #484848 !important;
}
.section-post__content table th {
  background: #F4F5F7;
}
.section-post__content table thead th {
  background: #ebedf1;
}
@media screen and (min-width: 900px) {
  .section-post__content table {
    margin: 2rem auto;
  }
  .section-post__content table th, .section-post__content table td {
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table {
    margin: 1.5rem auto;
  }
  .section-post__content table th, .section-post__content table td {
    padding: 0.25rem;
  }
  .section-post__content table th {
    white-space: nowrap;
  }
}

.section-post__content ol li, .section-post__content ul li, .section-post__content dl li {
  display: list-item !important;
}
.section-post__content ol ol, .section-post__content ul ol, .section-post__content dl ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style-position: inside;
}
.section-post__content ol ol li, .section-post__content ul ol li, .section-post__content dl ol li {
  line-height: 1.8;
  margin-bottom: 0.5em;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-post__content ol ol, .section-post__content ul ol, .section-post__content dl ol {
    padding-left: 1em;
  }
}
.section-post__content ol ul, .section-post__content ul ul, .section-post__content dl ul {
  margin: 1.5em 0;
  padding-left: 1.5em;
  list-style-position: inside !important;
}
.section-post__content ol ul li, .section-post__content ul ul li, .section-post__content dl ul li {
  line-height: 1.8;
  margin-bottom: 0.5em;
  list-style-type: none;
  position: relative;
}
.section-post__content ol ul li::marker, .section-post__content ul ul li::marker, .section-post__content dl ul li::marker {
  content: "•";
  color: #333;
  font-weight: bold;
  font-size: 60%;
  vertical-align: middle;
  position: absolute;
  left: -1.5em;
}
@media screen and (max-width: 900px) {
  .section-post__content ol ul, .section-post__content ul ul, .section-post__content dl ul {
    padding-left: 1em;
  }
}

.section-post__content h2, .section-post__content h3, .section-post__content h4, .section-post__content h5, .section-post__content h6 {
  clear: both;
  line-height: 1.5;
  font-weight: 600;
  margin: 2.5em 0 0;
}
.section-post__content h2:first-child, .section-post__content h3:first-child, .section-post__content h4:first-child, .section-post__content h5:first-child, .section-post__content h6:first-child {
  margin-top: 0;
}
.section-post__content h1 {
  font-weight: 600;
  margin: 2rem;
}
@media screen and (min-width: 900px) {
  .section-post__content h1 {
    Tfont-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h1 {
    font-size: 1.25rem;
  }
}
.section-post__content h2 {
  color: #484848;
  margin-bottom: 2rem;
}
@media screen and (min-width: 900px) {
  .section-post__content h2 {
    Tfont-size: 1.75rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h2 {
    font-size: 1.25rem;
  }
}
.section-post__content h3 {
  border-left: none;
}
@media screen and (min-width: 900px) {
  .section-post__content h3 {
    Tfont-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h3 {
    font-size: 1.15rem;
  }
}
.section-post__content h4 {
  border-bottom: 1px solid #75BAFF;
  padding-bottom: 0.25em;
  margin-top: 2em;
}
@media screen and (min-width: 900px) {
  .section-post__content h4 {
    Tfont-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h4 {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 900px) {
  .section-post__content h5 {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h5 {
    font-size: 1rem;
  }
}
.section-post__content h5 + p {
  margin-top: 0.5em;
}
.section-post__content h6 {
  color: #949494;
  margin: 1.5em 0 0;
}
@media screen and (min-width: 900px) {
  .section-post__content h6 {
    Tfont-size: 0.8rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content h6 {
    font-size: 0.8rem;
  }
}
.section-post__content h6 + p {
  margin-top: 0.5em;
}
.section-post__content p {
  line-break: strict;
  word-break: break-word;
  line-height: 2em;
  margin-top: 1.5em;
}
@media screen and (min-width: 900px) {
  .section-post__content p {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content p {
    font-size: 1em;
  }
}
.section-post__content p + p {
  margin-top: 1em;
}
.section-post__content p:first-child {
  margin-top: 0;
}
.section-post__content a:not([class]) {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 900px) {
  .section-post__content a:not([class]):hover {
    color: #75BAFF;
    text-decoration: none;
  }
}
.section-post__content .textlink {
  display: inline-block;
  color: #333;
}
.section-post__content .textlink::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f105";
  margin-left: 0.35em;
}
@media screen and (min-width: 900px) {
  .section-post__content .textlink:hover {
    color: #75BAFF;
    text-decoration: underline;
  }
}
.section-post__content .wp-block-buttons {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.section-post__content strong, .section-post__content b {
  font-weight: bold;
}
.section-post__content em {
  font-style: italic;
}
.section-post__content i {
  font-style: italic;
}
.section-post__content u {
  text-decoration: underline;
}
.section-post__content del, .section-post__content s {
  color: #949494;
  text-decoration: line-through;
}
.section-post__content hr {
  border: none;
  border-bottom: 1px solid;
  margin: 2em 0;
  opacity: 0.2;
}
.section-post__content pre, .section-post__content code {
  background: #F4F5F7;
  font-size: 0.9em;
  border: 1px solid #484848;
  padding: 1.5rem;
  margin: 1.5rem 0;
  white-space: pre-wrap;
}
.section-post__content pre code, .section-post__content code code {
  border: none;
  padding: 0;
  margin: 0;
}
.section-post__content p code {
  padding: 0;
  font-size: inherit;
  border-radius: 3px;
  padding: 0 0.25em;
  margin: 0 0.25em;
}
.section-post__content .mce-object-iframe {
  display: block;
}
.section-post__content iframe {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 900px) {
  .section-post__content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content iframe {
    height: 50vw;
  }
}
.section-post__content img {
  display: block;
  margin: 1rem 0;
  /*
    &.alignleft { float: left; margin: 0 1rem 1rem 0; }
    &.alignright { float: right; margin: 0 0 1rem 1rem; }

    &.size-large { width: 100%; }
    &.size-medium { width: 60%; }
    &.size-thumbnail { width: 20%; }
  */
}
.section-post__content img.aligncenter {
  margin: 1rem auto;
}
.section-post__content img.size-large, .section-post__content img.size-medium, .section-post__content img.size-thumbnail {
  width: 100%;
}
.section-post__content img.alignleft > *, .section-post__content img.alignright > * {
  clear: both;
}
.section-post__content .wp-block-image figcaption,
.section-post__content .wp-caption {
  display: block;
  color: #949494;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .section-post__content .wp-block-image figcaption,
  .section-post__content .wp-caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content .wp-block-image figcaption,
  .section-post__content .wp-caption {
    font-size: 10px;
  }
}
.section-post__content dl dt {
  font-weight: 600;
}
@media screen and (min-width: 900px) {
  .section-post__content dl dd {
    Tfont-size: 0.9em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content dl dd {
    font-size: 13px;
  }
}
.section-post__content dl dd:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 900px) {
  .section-post__content dl {
    padding-left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content dl {
    padding-left: 20px;
  }
}
.section-post__content table {
  width: 120%;
  border-spacing: 0;
  border-collapse: collapse;
  white-space: nowrap !important;
}
.section-post__content table + figcaption {
  display: block;
  color: #949494;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .section-post__content table + figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table + figcaption {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) and (min-width: 900px) {
  .section-post__content table {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) and (max-width: 900px) {
  .section-post__content table {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  .section-post__content table + figcaption {
    margin-top: -1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content table + figcaption {
    margin-top: -1rem;
  }
}
.section-post__content .wp-block-table {
  overflow-x: scroll;
  overflow-y: hidden;
}
.section-post__content blockquote {
  background: #F4F5F7;
  line-height: 1.8;
  border-left: 2px solid #484848;
  padding: 1em;
  margin: 1.5em 0;
  position: relative;
}
@media screen and (min-width: 900px) {
  .section-post__content blockquote {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content blockquote {
    font-size: 13px;
  }
}
.section-post__content blockquote p {
  margin: 0;
}
.section-post__content blockquote cite {
  color: #949494;
  font-size: 0.85em;
}
.section-post__content blockquote::after {
  display: table;
  content: "";
  clear: both;
}
.section-post__content blockquote::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f10d";
  color: #949494;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: -0.25em;
  top: -0.25em;
}
.section-post__content .wp-embedded-content {
  width: 100%;
  max-width: 100%;
  height: 160px;
  border: 1px solid transparent;
}
.section-post__content details {
  border: 2px solid #333;
  margin: 0 auto 1.5rem;
}
.section-post__content details:not(:first-child) {
  margin-top: 1.5rem;
}
.section-post__content details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.section-post__content details summary::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "+";
  display: block;
  width: 20px;
  height: 20px;
  color: #333;
  font-size: 10px;
  text-align: center;
  line-height: 18px;
  border: 1px solid;
  border-radius: 50%;
}
.section-post__content details[open] summary {
  border-bottom: 2px solid #333;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.section-post__content details[open] summary::after {
  content: "\f068";
}
@media screen and (min-width: 900px) {
  .section-post__content details {
    padding: 1rem;
    border-radius: 10px;
  }
  .section-post__content details summary:hover {
    color: #75BAFF;
  }
}
@media screen and (max-width: 900px) {
  .section-post__content details {
    padding: 10px;
    border-radius: 5px;
  }
}
.section-post__content .futo {
  font-weight: bold;
}
.section-post__content mark,
.section-post__content .marker {
  background: linear-gradient(transparent 65%, #FEE46990 0);
}
.section-post__content mark-pink,
.section-post__content .marker-pink {
  background: linear-gradient(transparent 65%, #f18989AA 0);
}
.section-post__content mark-yellow,
.section-post__content .marker-yellow {
  background: linear-gradient(transparent 65%, #FEE469 0);
}
.section-post__content mark-green,
.section-post__content .marker-green {
  background: linear-gradient(transparent 65%, #97CE9590 0);
}
.section-post__content mark-blue,
.section-post__content .marker-blue {
  background: linear-gradient(transparent 65%, #b6c9Ff90 0);
}
.section-post__content .label, .section-post__content .parts-ranking__header__taglabel > li {
  display: inline-block;
  background: #F4F5F7;
  border-radius: 5px;
  padding: 0.65em 1em;
}
.section-post__content .wp-block-table {
  margin: 0 auto;
}
.section-post__content .wp-block-table img {
  margin: 0;
}
.section-post__content .wp-block-table.is-scrolling {
  overflow-x: scroll;
}
.section-post__content .wp-block-table.is-scrolling table {
  width: 100%;
}
.section-post__content .wp-block-table.is-scrolling table th, .section-post__content .wp-block-table.is-scrolling table td {
  word-break: keep-all;
  padding: 0.5rem;
}
.section-post__content .wp-block-table.is-scrolling table thead th {
  white-space: nowrap !important;
}
@media screen and (max-width: 900px) {
  .section-post__content .wp-block-table.is-scrolling {
    margin-left: -4vw;
    margin-right: -4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .section-post__content .wp-block-table.is-scrolling table th, .section-post__content .wp-block-table.is-scrolling table td {
    padding: 0.25rem;
  }
}
.section-post__content .wp-block-table.compare table th, .section-post__content .wp-block-table.compare table td {
  min-width: 150px;
  word-break: unset;
  text-align: center;
  vertical-align: middle;
}
.section-post__content .wp-block-flexible-table-block-table.is-scrolling {
  overflow-x: scroll;
}
.section-post__content .wp-block-flexible-table-block-table img {
  margin: 0;
}
.section-post__content .wp-block-flexible-table-block-table table th, .section-post__content .wp-block-flexible-table-block-table table td {
  overflow-wrap: break-word !important;
  word-break: keep-all !important;
  padding: 0.5rem;
}
.section-post__content .wp-block-flexible-table-block-table table thead th {
  white-space: nowrap !important;
}
.section-post__content .wp-block-flexible-table-block-table table thead th, .section-post__content .wp-block-flexible-table-block-table table thead td {
  background: #595959 !important;
}
.section-post__content .ranking, .section-post__content .ranking-1, .section-post__content .ranking-2, .section-post__content .ranking-3 {
  display: inline-block;
  min-width: 1.5em;
  background: #F4F5F7;
  color: #949494;
  font-weight: bold;
  text-align: center;
  padding: 0 0.25em;
}
.section-post__content .ranking-1 {
  background: #C0B078;
  color: #FAFDFF;
}
.section-post__content .ranking-2 {
  background: #9DB4B7;
  color: #FAFDFF;
}
.section-post__content .ranking-3 {
  background: #B28171;
  color: #FAFDFF;
}
.section-post__content .awesome,
.section-post__content .good,
.section-post__content .bad {
  display: block;
  font-weight: bold;
  line-height: 2rem;
}
.section-post__content .awesome::before {
  content: "◎";
  font-size: 2rem;
  color: #75BAFF;
}
.section-post__content .good::before {
  content: "○";
  font-size: 1.5rem;
  color: #333;
}
.section-post__content .bad::before {
  content: "△";
  font-size: 1.5rem;
  color: #b6c9Ff;
}

.accordion-ellipsis {
  position: relative;
}
.accordion-ellipsis__inner {
  max-height: 300px;
  overflow: hidden;
}
.accordion-ellipsis__toggle {
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 60%, rgb(255, 255, 255) 100%);
  font-weight: bold;
  text-align: center;
  padding: 3rem 0 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  transition: color 0.3s ease 0s;
}
.accordion-ellipsis__toggle::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f107";
  margin-left: 0.25em;
}
.accordion-ellipsis.is_open .accordion-ellipsis__inner {
  max-height: 100%;
}
.accordion-ellipsis.is_open .accordion-ellipsis__toggle {
  display: none;
}
.accordion-ellipsis + .accordion-ellipsis {
  margin-top: 2rem;
}
@media screen and (min-width: 900px) {
  .accordion-ellipsis__toggle {
    color: #949494;
  }
  .accordion-ellipsis__toggle:hover {
    color: #75BAFF;
  }
}
@media screen and (max-width: 900px) {
  .accordion-ellipsis__toggle {
    color: #333;
  }
}

.page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-numbers a, .page-numbers span {
  display: block;
  padding: 0 0.5em 0.5em;
  margin: 0 0.25em;
}
.page-numbers a.current, .page-numbers span.current {
  border-bottom: 2px solid;
}
.page-numbers a.prev .page-numbers a.next, .page-numbers a.prev .page-numbers span.next, .page-numbers span.prev .page-numbers a.next, .page-numbers span.prev .page-numbers span.next {
  padding-left: 0;
  padding-right: 0;
}
.page-numbers a.prev, .page-numbers span.prev {
  margin-right: 0.5em;
}
.page-numbers a.next, .page-numbers span.next {
  margin-left: 0.5em;
}
@media screen and (min-width: 900px) {
  .page-numbers {
    margin: 4rem 0 0;
  }
  .page-numbers:not(:last-child) {
    margin-bottom: 4rem;
  }
  .page-numbers a:hover {
    color: #75BAFF;
    border-bottom: 2px solid;
    opacity: 0.8;
  }
}
@media screen and (max-width: 900px) {
  .page-numbers {
    margin: 3rem 0 0;
  }
  .page-numbers:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.alert, .alert--warning, .alert--danger, .alert--success, .alert--info {
  border: 1px solid;
}
.alert ul, .alert--warning ul, .alert--danger ul, .alert--success ul, .alert--info ul {
  padding-left: 1em;
}
.alert li, .alert--warning li, .alert--danger li, .alert--success li, .alert--info li {
  display: list-item;
  list-style-type: disc;
}
@media screen and (min-width: 900px) {
  .alert, .alert--warning, .alert--danger, .alert--success, .alert--info {
    padding: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .alert, .alert--warning, .alert--danger, .alert--success, .alert--info {
    padding: 1rem;
  }
}
.alert--warning {
  color: #FEE469;
  background-color: #9a7f01;
}
.alert--danger {
  color: #ED6270;
  background-color: #760d18;
}
.alert--success {
  color: #97CE95;
  background-color: #326730;
}
.alert--info {
  color: #b6c9Ff;
  background-color: #003de9;
}

.list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
  display: block;
  line-height: 1.5;
  position: relative;
}
.list-post__thumbnail, .parts-blog-card__thumbnail {
  width: 20%;
  max-width: 120px;
  min-width: 80px;
  line-height: 0;
  overflow: hidden;
}
.list-post__thumbnail img, .parts-blog-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-post__title, .parts-blog-card__title {
  margin-bottom: 0.25em;
}
@media screen and (min-width: 900px) {
  .list-post__title, .parts-blog-card__title {
    Tfont-size: 1.15em;
  }
}
@media screen and (max-width: 900px) {
  .list-post__title, .parts-blog-card__title {
    font-size: 13px;
  }
}

.list-post__date, .parts-blog-card__date {
  display: inline-block;
  color: #949494;
  margin: 0 0;
}
@media screen and (min-width: 900px) {
  .list-post__date, .parts-blog-card__date {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__date, .parts-blog-card__date {
    font-size: 10px;
  }
}

.list-post__tag, .parts-blog-card__tag {
  display: inline-block;
  color: #333;
  margin: 0 1em 0 0;
}
@media screen and (min-width: 900px) {
  .list-post__tag, .parts-blog-card__tag {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__tag, .parts-blog-card__tag {
    font-size: 10px;
  }
}
.list-post__tag::before, .parts-blog-card__tag::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "#";
  margin-right: 0.25em;
}

.list-post__category {
  display: inline-block;
  color: #949494;
  margin: 0 1em 0 0;
  /*
  &::before {
    @include fontawesome;
    content: '\23';
    margin-right: .25em;
  }
  */
}
@media screen and (min-width: 900px) {
  .list-post__category {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__category {
    font-size: 10px;
  }
}

.list-post a::after, .parts-blog-card a::after, .sidebar__list-ranking a::after, .sidebar__list-latest a::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f105";
  line-height: 0;
  position: absolute;
  top: 50%;
  opacity: 0.6;
}
@media screen and (min-width: 900px) {
  .list-post a::after, .parts-blog-card a::after, .sidebar__list-ranking a::after, .sidebar__list-latest a::after {
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .list-post a::after, .parts-blog-card a::after, .sidebar__list-ranking a::after, .sidebar__list-latest a::after {
    font-size: 0.85em;
    right: 0;
  }
}

.list-post__blank {
  border: none !important;
}
@media screen and (min-width: 900px) {
  .list-post__blank {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__blank {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  .list-post__blank {
    text-align: center;
    padding: 5vw 0;
  }
}
@media screen and (max-width: 900px) {
  .list-post__blank {
    padding: 15vw 0 5vw;
  }
}

.section-category-nav__list-category a, .global-header__nav > ul ul a {
  display: block;
  padding: 0.25em 0 0.25em 1em;
  position: relative;
}
.section-category-nav__list-category a::before, .global-header__nav > ul ul a::before {
  content: "▼";
  display: inline-block;
  color: #333;
  transform: rotate(-90deg) scale(0.8);
  margin-right: 0.25em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
.section-category-nav__list-category a[target=_blank]::after, .global-header__nav > ul ul a[target=_blank]::after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f08e";
  color: #333;
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 900px) {
  .section-category-nav__list-category a:hover, .global-header__nav > ul ul a:hover {
    color: #75BAFF;
  }
}
.list-banner li:not(:last-child) {
  margin: 0 0 15px;
}
.list-banner a {
  display: block;
  line-height: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition-property: transform, box-shadow;
}
.list-banner img {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .list-banner {
    max-width: 380px;
    margin: 0 auto;
  }
  .list-banner a:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
  display: flex;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.list-post__content {
  padding: 0 0 0 1rem;
}
.list-post__rank {
  display: block;
  width: 2em;
  height: 2em;
  background: #333;
  color: #FAFDFF;
  font-family: 游明朝 helvetiva;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
@media screen and (min-width: 900px) {
  .list-post__rank {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__rank {
    font-size: 13px;
  }
}
.list-post__rank.gold {
  background: #C0B078;
}
.list-post__rank.silver {
  background: #9DB4B7;
}
.list-post__rank.bronze {
  background: #B28171;
}
@media screen and (min-width: 900px) {
  .list-post, .sidebar__list-ranking, .sidebar__list-latest {
    overflow: hidden;
  }
  .list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
    padding: 1.25rem 0;
  }
  .list-post a:hover, .sidebar__list-ranking a:hover, .sidebar__list-latest a:hover {
    color: #75BAFF;
  }
  .list-post a:hover .list-post__thumbnail img, .sidebar__list-ranking a:hover .list-post__thumbnail img, .sidebar__list-latest a:hover .list-post__thumbnail img {
    transform: scale(1.1);
  }
  .list-post__thumbnail img {
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 900px) {
  .list-post a, .sidebar__list-ranking a, .sidebar__list-latest a {
    padding: 0.75rem 1rem 0.75rem 0;
  }
}
.list-post--card {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.list-post--card:not(.js-slick) {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.list-post--card li {
  width: calc(33.333% - 1rem);
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .list-post--card li {
    width: calc(50% - 1rem);
  }
}
.list-post--card .list-post__content {
  margin: 0;
  padding: 0;
}
.list-post--card .list-post__content::after {
  display: table;
  content: "";
  clear: both;
}
.list-post--card .list-post__thumbnail {
  width: 100%;
  max-width: unset;
}
.list-post--card .list-post__thumbnail img {
  aspect-ratio: 6/4;
}
@media screen and (min-width: 900px) {
  .list-post--card .list-post__title {
    Tfont-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .list-post--card .list-post__title {
    font-size: 13px;
  }
}
.list-post--card .list-post__category {
  float: left;
}
.list-post--card .list-post__date {
  float: right;
}
.list-post--card.js-slick .slick-list {
  padding-right: 5%;
}
.list-post--card.js-slick .slick-list::after {
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .list-post--card li {
    margin-bottom: 3rem;
  }
  .list-post--card a:hover {
    color: #75BAFF;
  }
  .list-post--card a:hover .list-post__thumbnail img {
    transform: scale(1.05);
  }
  .list-post--card .list-post__thumbnail {
    margin: 0 0 1.25rem;
  }
  .list-post--card .list-post__thumbnail img {
    transition: transform 0.3s;
  }
  .list-post--card .list-post__title {
    margin-bottom: 0.5em;
  }
  .list-post--card.js-slick li {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .list-post--card li {
    margin-bottom: 2rem;
  }
  .list-post--card .list-post__thumbnail {
    margin: 0 0 10px;
  }
  .list-post--card .list-post__title {
    margin-bottom: 0.5em;
  }
  .list-post--card .list-post__tag {
    display: block;
  }
  .list-post--card .list-post__date {
    display: block;
  }
  .list-post--card.js-slick li {
    margin-right: 1rem;
  }
}

@media screen and (min-width: 900px) {
  .list-post__date {
    Tfont-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .list-post__date {
    font-size: 10px;
  }
}

.section-wrapper {
  margin: 60px auto;
}

.section-h2 {
  margin-bottom: 30px;
  font-size: 38px;
  color: #333;
  font-weight: bold;
  font-family: "Noto Sans Japanese", sans-serif;
}
@media (max-width: 768px) {
  .section-h2 {
    text-align: center;
    font-size: 28px;
  }
}

.section-more {
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-more {
    font-size: 12px;
  }
}

.section-container {
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .section-container {
    flex-direction: row;
    justify-content: center;
  }
  .section-container .section-item {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .section-container .section-item__img {
    height: 150px;
  }
  .section-container .section-item:only-child {
    width: calc(50% - 10px);
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .section-container .section-item {
    width: calc(25% - 30px);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .section-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section-container .section-item {
    width: 48%;
  }
}

.section-item {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .section-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-item .section-item__title {
    font-size: 12px;
  }
  .section-item .section-item__date {
    font-size: 9px;
  }
}

.section-item__img {
  width: 100%;
  height: 300px;
}

.section-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-item__title {
  margin-top: 15px;
  font-weight: bold;
}

.section-item__date {
  font-size: 11px;
}

.section-more {
  text-align: right;
  margin-top: 30px;
}
.section-more:hover {
  color: #75BAFF;
}

.parts-index {
  background: #F4F5F7;
  margin: 0 0 1.5rem 0;
}
.parts-index:not(:first-child) {
  margin-top: 1.5rem;
}
.parts-index__title {
  font-weight: 600;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-index__title {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-index__title {
    font-size: 13px;
  }
}
.parts-index ol {
  background: transparent;
  padding: 0 0 0 1.65rem;
  margin: 0;
}
.parts-index > ol > li::before {
  content: counter(article_ol) ".";
  background: transparent;
  color: #333;
  line-height: inherit;
  left: -1.5em;
  font-size: 1rem;
  top: 0;
}
.parts-index a {
  text-decoration: none;
}
@media screen and (min-width: 900px) {
  .parts-index {
    border-radius: 10px;
    padding: 25px 40px;
  }
  .parts-index a:hover {
    color: #75BAFF;
    text-decoration: underline;
  }
}
@media screen and (max-width: 900px) {
  .parts-index {
    border-radius: 5px;
    padding: 20px 15px;
  }
  .parts-index > ol > li {
    font-size: 1rem;
  }
}

.parts-checklist {
  margin: 1rem 0 2rem 0;
  border: 2px solid #333;
  position: relative;
}
.parts-checklist:not(:first-child) {
  margin-top: 2.5rem;
}
.parts-checklist > ul, .parts-checklist > ol {
  background: transparent;
  padding: 0 0 0 1.65rem;
  margin: 0;
}
.parts-checklist > ul > li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f058";
  width: 1em;
  height: 1em;
  background: transparent;
  color: #333;
  top: 0;
}
.parts-checklist__title {
  background: #FAFDFF;
  color: #333;
  border: 2px solid;
  font-weight: 600;
  line-height: 2rem;
  border-radius: 2em;
  padding: 0 1rem;
  position: absolute;
  left: 1rem;
  top: -1rem;
}
@media screen and (min-width: 900px) {
  .parts-checklist {
    border-radius: 10px;
    padding: 2.5rem 1rem 25px 1rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-checklist {
    border-radius: 5px;
    padding: 2rem 15px 20px 15px;
  }
}

.parts-balloon {
  display: flex;
  align-items: flex-start;
  margin: 2rem 0;
}
.parts-balloon:not(:first-child) {
  margin-top: 2rem;
}
.parts-balloon__image {
  background-size: cover;
  line-height: 0;
  position: relative;
}
.parts-balloon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.parts-balloon__image figcaption {
  text-align: center;
  line-height: 1.25em;
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-balloon__image figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-balloon__image figcaption {
    font-size: 10px;
  }
}
.parts-balloon__image span.blank {
  background: no-repeat center center url(../img/common/thumb-user.png);
  background-size: cover;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  border-radius: 50%;
}
.parts-balloon__image button {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .parts-balloon__image button {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-balloon__image button {
    font-size: 13px;
  }
}
.parts-balloon__content {
  background: #F4F5F7;
  position: relative;
  margin: 0 0 0 1rem;
}
.parts-balloon__content::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.5rem;
  border-radius: 50%;
  border: 10px solid transparent;
  border-bottom-color: #F4F5F7;
  border-left-width: 0px;
  border-right-width: 0px;
  position: absolute;
  left: -0.5rem;
  top: 1rem;
  box-sizing: content-box;
}
.parts-balloon.right, .parts-balloon.is-style-right {
  flex-direction: row-reverse;
}
.parts-balloon.right .parts-balloon__content, .parts-balloon.is-style-right .parts-balloon__content {
  background: #F4F5F7;
  text-align: left;
  margin: 0 1rem 0 0;
}
.parts-balloon.right .parts-balloon__content::before, .parts-balloon.is-style-right .parts-balloon__content::before {
  border-bottom-color: #F4F5F7;
  left: unset;
  right: -0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-balloon__image {
    width: 80px;
    min-width: 80px;
  }
  .parts-balloon__image img,
  .parts-balloon__image span.blank {
    width: 80px;
    height: 80px;
  }
  .parts-balloon__content {
    border-radius: 10px;
    padding: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-balloon__image {
    width: 50px;
    min-width: 50px;
  }
  .parts-balloon__image img,
  .parts-balloon__image span.blank {
    width: 80px;
    height: 80px;
  }
  .parts-balloon__content {
    border-radius: 5px;
    padding: 10px;
  }
}

.parts-rating {
  font-weight: bold;
  white-space: nowrap !important;
}
.parts-rating i {
  font-style: normal;
}
.parts-rating__star {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.parts-rating__base {
  color: #484848;
}
.parts-rating__rate {
  width: 0;
  color: #FEE469;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}
.parts-rating__number {
  display: inline-block;
  color: #ED6270;
}
.parts-rating.highscore .parts-rating__rate {
  color: #ff6600;
}
.parts-rating-list {
  border: 1px solid #484848;
  margin: 2rem 0;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .parts-rating-list__header {
    Tfont-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-rating-list__header {
    font-size: 1.25rem;
  }
}
.parts-rating-list ul {
  background: transparent;
  border-radius: 0;
  border-top: 1px solid #484848;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) {
  .parts-rating-list ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .parts-rating-list ul {
    font-size: 15px;
  }
}
.parts-rating-list ul li:nth-child(n) {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.parts-rating-list ul li:nth-child(n)::before {
  content: none;
}
@media screen and (min-width: 900px) {
  .parts-rating-list {
    border-radius: 10px;
  }
  .parts-rating-list__header {
    padding: 1rem;
  }
  .parts-rating-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .parts-rating-list ul > li {
    width: 50%;
    padding: 1em;
    border-bottom: 1px solid #484848;
  }
  .parts-rating-list ul > li:nth-child(odd) {
    border-right: 1px solid #484848;
  }
  .parts-rating-list ul > li:last-child, .parts-rating-list ul > li:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .parts-rating-list .block-editor-inner-blocks {
    width: 100%;
  }
  .parts-rating-list .block-editor-block-list__layout {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .parts-rating-list .block-editor-block-list__block {
    width: 50%;
    padding: 1em;
    border-bottom: 1px solid #484848;
    margin: 0;
  }
  .parts-rating-list .block-editor-block-list__block:nth-of-type(odd) {
    border-right: 1px solid #484848;
  }
  .parts-rating-list .block-editor-block-list__block:last-of-type, .parts-rating-list .block-editor-block-list__block:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
@media screen and (max-width: 900px) {
  .parts-rating-list {
    border-radius: 5px;
  }
  .parts-rating-list__header {
    padding: 10px;
  }
  .parts-rating-list li {
    padding: 0.5rem 10px;
  }
  .parts-rating-list li:not(:first-child) {
    border-top: 1px dashed #484848;
  }
}

.parts-kuchikomi {
  border: 1px solid #484848;
  margin: 2rem 0;
}
.parts-kuchikomi__header {
  display: flex;
}
.parts-kuchikomi__user {
  display: flex;
  flex-wrap: wrap;
}
.parts-kuchikomi__image {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 1em 0 0;
  position: relative;
}
.parts-kuchikomi__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-kuchikomi__image span.blank {
  background: no-repeat center center url(../img/common/thumb-user.png);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-kuchikomi__image button {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi__image button {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi__image button {
    font-size: 10px;
  }
}
.parts-kuchikomi__name {
  width: 100%;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi__name {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi__name {
    font-size: 13px;
  }
}
.parts-kuchikomi__content, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad, .type-bad.parts-kuchikomi__content--good {
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi__content, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad, .type-bad.parts-kuchikomi__content--good {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi__content, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad, .type-bad.parts-kuchikomi__content--good {
    font-size: 13px;
  }
}
.parts-kuchikomi__content:not(:first-child), .parts-kuchikomi__content--good:not(:first-child), .parts-kuchikomi__content--bad:not(:first-child) {
  border-top: 1px solid #484848;
}
.parts-kuchikomi__content::before, .parts-kuchikomi__content--good::before, .parts-kuchikomi__content--bad::before, .parts-kuchikomi__content.type-good::before, .parts-kuchikomi__content.type-bad::before, .type-bad.parts-kuchikomi__content--good::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f10d";
  color: #949494;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  left: 0.5em;
  top: 0.55em;
}
.parts-kuchikomi__content p, .parts-kuchikomi__content--good p, .parts-kuchikomi__content--bad p, .parts-kuchikomi__content.type-good p, .parts-kuchikomi__content.type-bad p, .type-bad.parts-kuchikomi__content--good p {
  line-height: 1.5;
}
.parts-kuchikomi__content--good::before, .parts-kuchikomi__content--bad::before, .parts-kuchikomi__content.type-good::before, .parts-kuchikomi__content.type-bad::before {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  position: static;
  margin-bottom: 0.5rem;
}
.parts-kuchikomi__content--good::before, .parts-kuchikomi__content.type-good::before, .type-good.parts-kuchikomi__content--bad::before {
  content: "\f584GOOD";
  color: #f18989;
}
.parts-kuchikomi__content--bad::before, .parts-kuchikomi__content.type-bad::before, .type-bad.parts-kuchikomi__content--good::before {
  content: "\f119 BAD";
  color: #b6c9Ff;
}
.parts-kuchikomi .parts-rating {
  display: flex;
}
.parts-kuchikomi .parts-rating__number {
  margin-left: 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-kuchikomi {
    border-radius: 10px;
  }
  .parts-kuchikomi__header {
    padding: 1rem;
  }
  .parts-kuchikomi__content, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad {
    padding: 1rem 1rem 1rem 2.5rem;
  }
  .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad,
  .parts-kuchikomi .type-good,
  .parts-kuchikomi .type-bad {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-kuchikomi {
    border-radius: 5px;
  }
  .parts-kuchikomi__header {
    padding: 10px;
  }
  .parts-kuchikomi__content, .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad, .parts-kuchikomi__content.type-good, .parts-kuchikomi__content.type-bad {
    padding: 10px 10px 10px 2.5rem;
  }
  .parts-kuchikomi__content--good, .parts-kuchikomi__content--bad {
    padding-left: 10px;
  }
}

.parts-cta, .parts-cta-pr, .parts-cta.is-style-pr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}
.parts-cta__text {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 900px) {
  .parts-cta__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta__text {
    font-size: 13px;
  }
}
.parts-cta__text::before, .parts-cta__text::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 0 0.5em;
}
.parts-cta__text::before {
  transform: rotate(45deg);
}
.parts-cta__text::after {
  transform: rotate(-45deg);
}
.parts-cta__btn {
  margin: 0.5rem;
}
.parts-cta__caption {
  color: #949494;
}
@media screen and (min-width: 900px) {
  .parts-cta__caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta__caption {
    font-size: 13px;
  }
}
.parts-cta-pr .parts-cta__text, .parts-cta.is-style-pr .parts-cta__text {
  color: #75BAFF;
}
@media screen and (min-width: 900px) {
  .parts-cta-pr .parts-cta__text, .parts-cta.is-style-pr .parts-cta__text {
    Tfont-size: 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-cta-pr .parts-cta__text, .parts-cta.is-style-pr .parts-cta__text {
    font-size: 1em;
  }
}
.parts-cta-pr .parts-cta__text::before, .parts-cta-pr .parts-cta__text::after, .parts-cta.is-style-pr .parts-cta__text::before, .parts-cta.is-style-pr .parts-cta__text::after {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.parts-cta-pr .parts-cta__btn, .parts-cta.is-style-pr .parts-cta__btn {
  background: #75BAFF;
}
.parts-cta-pr .parts-cta__btn::after, .parts-cta.is-style-pr .parts-cta__btn::after {
  color: #FEE469;
}
@media screen and (min-width: 900px) {
  .parts-cta-pr .parts-cta__btn:hover, .parts-cta.is-style-pr .parts-cta__btn:hover {
    background: #42a1ff;
  }
}

.parts-cta-small {
  color: #FAFDFF !important;
  white-space: nowrap;
  margin: 0;
}

.parts-ranking {
  border: 1px solid #484848;
  margin: 0 0 2rem 0;
}
.parts-ranking:not(:first-child) {
  margin-top: 2rem;
}
.parts-ranking__header__image {
  line-height: 0;
  position: relative;
}
.parts-ranking__header__image img {
  width: 100%;
  margin: 0;
}
.parts-ranking__header__image span.blank {
  background: no-repeat center center url(../img/common/thumb-noimage.png);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-ranking__header__image button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.parts-ranking__header__title {
  font-weight: bold;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-ranking__header__title {
    Tfont-size: 1.45rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking__header__title {
    font-size: 1.25rem;
  }
}
.parts-ranking__header__title .ranking, .parts-ranking__header__title .section-post__content .ranking-1, .section-post__content .parts-ranking__header__title .ranking-1, .parts-ranking__header__title .section-post__content .ranking-2, .section-post__content .parts-ranking__header__title .ranking-2, .parts-ranking__header__title .section-post__content .ranking-3, .section-post__content .parts-ranking__header__title .ranking-3 {
  margin-right: 0.5em;
}
.parts-ranking__header__rating {
  margin: 1rem 0 0.75rem;
}
.parts-ranking__header__taglabel {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 0.5rem !important;
}
@media screen and (min-width: 900px) {
  .parts-ranking__header__taglabel {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking__header__taglabel {
    font-size: 10px;
  }
}
.parts-ranking__header__taglabel > li {
  margin: 0 0.25rem 0.5rem 0 !important;
}
.parts-ranking__header__taglabel > li::before {
  content: none !important;
}
.parts-ranking__header__cta {
  margin: 0.5rem 0 0;
}
.parts-ranking__header .wp-block-button__link {
  min-width: 0;
}
.parts-ranking__content {
  line-height: 1.5;
  border-top: 1px solid #484848;
  position: relative;
}
@media screen and (min-width: 900px) {
  .parts-ranking__content {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking__content {
    font-size: 13px;
  }
}
.parts-ranking__content p {
  line-height: 1.5;
}
.parts-ranking__content tbody th {
  width: 40%;
}
.parts-ranking__footer .parts-blog-card {
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .parts-ranking {
    border-radius: 10px;
  }
  .parts-ranking__header {
    display: flex;
    padding: 1rem;
  }
  .parts-ranking__header__image {
    max-width: 35%;
    min-width: 35%;
    margin-right: 1rem;
  }
  .parts-ranking__header__image img {
    margin: 0;
  }
  .parts-ranking__header__content {
    width: 100%;
  }
  .parts-ranking__content {
    padding: 2rem 1rem 0;
  }
  .parts-ranking__footer {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking {
    border-radius: 5px;
  }
  .parts-ranking__header {
    padding: 10px;
  }
  .parts-ranking__header__image {
    margin-bottom: 1rem;
  }
  .parts-ranking__header__cta {
    display: block;
  }
  .parts-ranking__content {
    padding: 10px 10px 0;
  }
  .parts-ranking__footer {
    padding: 10px;
  }
}

.parts-ranking-table {
  margin-bottom: 2rem !important;
}
.parts-ranking-table table {
  margin-bottom: 10px !important;
}
.parts-ranking-table table .itemRate {
  font-weight: bold;
}
.parts-ranking-table table .itemRate span {
  color: #FEE469;
  margin-right: 0.25em;
}
.parts-ranking-table table .itemRate .highscore {
  color: #ff6600;
}
.parts-ranking-table table td {
  background: #FAFDFF;
}
.parts-ranking-table table tr:nth-child(odd) td {
  background: #F4F5F7;
}
.parts-ranking-table table th:first-child,
.parts-ranking-table table td:first-child {
  position: sticky;
  left: 0;
  z-index: 10;
}
.parts-ranking-table table th:first-child::before,
.parts-ranking-table table td:first-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #484848;
}
.parts-ranking-table table .itemImg {
  padding: 2px !important;
}
.parts-ranking-table table .itemImg img {
  width: 60px;
  max-height: 60px;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.parts-ranking-table table .itemCta {
  padding: 5px !important;
}
.parts-ranking-table__sampletext {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.parts-ranking-table__control {
  display: flex;
  align-items: center;
}
.parts-ranking-table__control__label {
  margin-right: 0.5em;
}
.parts-ranking-table__control__btn {
  display: inline-block;
  border: 1px solid #484848;
  border-radius: 2em;
  padding: 0.25em 1em;
  cursor: pointer;
}
.parts-ranking-table__control__btn i {
  font-style: normal;
  margin-left: 0.5em;
  opacity: 0.8;
}
.parts-ranking-table__control-list {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
.parts-ranking-table__control-list__inner {
  background: #FAFDFF;
  overflow: hidden;
}
.parts-ranking-table__control-list__header {
  text-align: center;
  padding: 1em;
  border-bottom: 1px solid #484848;
  position: relative;
}
.parts-ranking-table__control-list__header::before, .parts-ranking-table__control-list__header::after {
  content: "";
  display: inline-block;
  background: #333;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.parts-ranking-table__control-list__header::before {
  transform: rotate(45deg);
}
.parts-ranking-table__control-list__header::after {
  transform: rotate(-45deg);
}
.parts-ranking-table__control-list ul {
  background: transparent !important;
  padding: 1rem !important;
  margin: 0 !important;
}
.parts-ranking-table__control-list ul li {
  color: #333;
  border: 1px solid #484848;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
}
.parts-ranking-table__control-list ul li::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: inherit;
  content: "\f00c";
  background: transparent;
  position: static;
  margin-right: 0.5em;
  opacity: 0;
}
.parts-ranking-table__control-list ul li.is_checked {
  background: #F4F5F7;
}
.parts-ranking-table__control-list ul li.is_checked::before {
  opacity: 1;
}
.parts-ranking-table__more {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: #F4F5F7;
  color: #333;
  border: 1px solid #484848;
  padding: 0.5em;
  margin: -1rem 0 3rem;
  cursor: pointer;
}
@media screen and (min-width: 900px) {
  .parts-ranking-table__tab {
    display: none;
  }
  .parts-ranking-table__control__btn {
    transition: all 0.3s;
    transition-property: color, background-color, border-color;
  }
  .parts-ranking-table__control__btn:hover {
    color: #FAFDFF;
    background: #333;
    border-color: #333;
  }
  .parts-ranking-table__control-list__inner {
    width: 600px;
    min-height: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
  }
  .parts-ranking-table__control-list__header::before, .parts-ranking-table__control-list__header::after {
    width: 30px;
    height: 3px;
    right: 1em;
  }
  .parts-ranking-table__control-list__header:hover::before, .parts-ranking-table__control-list__header:hover::after {
    background: #75BAFF;
  }
  .parts-ranking-table__control-list ul li:not(.is_checked):hover {
    color: #75BAFF;
    border-color: #75BAFF;
  }
  .parts-ranking-table__more {
    transition: all 0.3s;
    transition-property: color, background-color, border-color;
  }
  .parts-ranking-table__more:hover {
    color: #FAFDFF;
    background: #333;
    border-color: #333;
  }
}
@media screen and (max-width: 900px) {
  .parts-ranking-table {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .parts-ranking-table__tab {
    position: sticky;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    background: #FAFDFF !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 -4vw !important;
  }
  .parts-ranking-table__tab li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
  }
  .parts-ranking-table__tab li::before {
    content: none !important;
  }
  .parts-ranking-table__tab a {
    display: block;
    color: #4a4a4a;
    text-decoration: none !important;
    font-weight: bold;
    border-bottom: 3px solid #484848;
    padding: 15px 5px !important;
  }
  .parts-ranking-table__tab a.is-current {
    color: #333;
    border-bottom-color: inherit;
  }
  .parts-ranking-table__control {
    width: 100vw;
    font-size: 13px;
    background: #FAFDFF;
    position: sticky;
    top: 52px;
    z-index: 999;
    padding: 10px 4vw;
    margin: 0 -4vw;
  }
  .parts-ranking-table__control-list__inner {
    width: 100%;
    min-height: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px 10px 0 0;
  }
  .parts-ranking-table__control-list__header::before, .parts-ranking-table__control-list__header::after {
    width: 26px;
    height: 2px;
    right: 10px;
  }
}

.parts-salon {
  border: 1px solid #484848;
  margin: 2rem auto;
}
.parts-salon__header {
  border-bottom: 1px solid #484848;
}
.parts-salon__header__image {
  line-height: 0;
  position: relative;
}
.parts-salon__header__image img {
  width: 100%;
  margin: 0;
}
.parts-salon__header__sub-title {
  display: block;
  color: #949494;
  margin: 0 0 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__sub-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__header__sub-title {
    font-size: 10px;
  }
}
.parts-salon__header__title {
  font-weight: bold;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__title {
    Tfont-size: 1.45rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__header__title {
    font-size: 1.25rem;
  }
}
.parts-salon__header__rating {
  margin: 1rem 0 0.75rem;
}
.parts-salon__header__taglabel {
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 900px) {
  .parts-salon__header__taglabel {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__header__taglabel {
    font-size: 10px;
  }
}
.parts-salon__header__cta {
  margin: 0.5rem 0 0;
}
.parts-salon__content {
  line-height: 1.5;
  border-top: 1px solid #484848;
  position: relative;
}
@media screen and (min-width: 900px) {
  .parts-salon__content {
    Tfont-size: 1em;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon__content {
    font-size: 13px;
  }
}
.parts-salon__content p {
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  .parts-salon {
    padding: 1rem;
    border-radius: 10px;
  }
  .parts-salon__header {
    display: flex;
    padding: 1rem;
    margin: -1rem -1rem 1.5rem;
  }
  .parts-salon__header__image {
    max-width: 35%;
    min-width: 35%;
    margin-right: 1rem;
  }
  .parts-salon__header__image img {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .parts-salon {
    border-radius: 5px;
    padding: 10px;
  }
  .parts-salon__header {
    padding: 10px;
    margin: -10px -10px 1.5rem;
  }
  .parts-salon__header__image {
    margin-bottom: 1rem;
  }
  .parts-salon__header__cta {
    display: block;
  }
}

.parts-blog-card {
  margin: 0 0 2rem 0;
}
.parts-blog-card:not(:first-child) {
  margin-top: 2rem;
}
.parts-blog-card a {
  display: flex;
  align-items: center;
  background: #FAFDFF;
  color: #4a4a4a !important;
  text-decoration: none !important;
  border: 1px solid #484848;
  position: relative;
  overflow: hidden;
}
.parts-blog-card i {
  font-style: normal;
}
.parts-blog-card__content {
  padding: 0 0 0 1rem;
}
.parts-blog-card__thumbnail img {
  margin: 0;
}
.parts-blog-card__thumbnail span.blank {
  background: no-repeat center center url(../img/common/thumb-noimage.png);
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
.parts-blog-card__caption {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .parts-blog-card__caption {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card__caption {
    font-size: 13px;
  }
}
.parts-blog-card__summary {
  color: #949494;
  margin-top: 1em;
}
@media screen and (min-width: 900px) {
  .parts-blog-card__summary {
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card__summary {
    font-size: 10px;
  }
}
.parts-blog-card__ribbon {
  background: #949494;
  color: #FAFDFF;
  font-weight: bold;
  padding: 0 0.5em;
  position: absolute;
  left: 0;
  top: 0;
}
.parts-blog-card__ribbon.inner {
  background: #333;
}
@media screen and (min-width: 900px) {
  .parts-blog-card li:not(:last-child) {
    border-bottom: 1px dashed #333;
  }
  .parts-blog-card a {
    padding: 1.25rem;
    border-radius: 10px;
  }
  .parts-blog-card a:hover {
    color: #75BAFF;
  }
  .parts-blog-card__thumbnail {
    height: 120px;
  }
}
@media screen and (max-width: 900px) {
  .parts-blog-card li {
    margin: 0 0 0.5rem;
  }
  .parts-blog-card a {
    border-radius: 5px;
    padding: 0.75rem 1rem 0.75rem 0.75rem;
  }
  .parts-blog-card__thumbnail {
    height: 80px;
  }
}

.parts-box, .parts-box__width-title {
  background-color: #FAFDFF;
  border: 2px solid #484848;
  border-radius: 10px;
  margin: 1rem 0 2rem 0;
  position: relative;
}
.parts-box:not(:first-child), .parts-box__width-title:not(:first-child) {
  margin-top: 2.5rem;
}
.parts-box__title {
  background-color: inherit;
  color: inherit;
  border: inherit;
  font-weight: 600;
  line-height: 2rem;
  border-radius: 2em;
  padding: 0 1rem 0 0.75rem;
  position: absolute;
  left: 0.5rem;
  top: -1rem;
}
.parts-box__title i {
  font-style: normal;
  margin-right: 0.25rem;
}
@media screen and (min-width: 900px) {
  .parts-box, .parts-box__width-title {
    padding: 25px 1.25rem;
  }
}
@media screen and (max-width: 900px) {
  .parts-box, .parts-box__width-title {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 900px) {
  .parts-box__width-title {
    padding-top: 2em;
  }
}
@media screen and (max-width: 900px) {
  .parts-box__width-title {
    padding-top: 2em;
  }
}

.is-style-stitch, .is-style-fold, .is-style-grid, .is-style-stripe {
  background-clip: padding-box;
  background-size: 6px 6px;
  padding: 24px;
  margin-bottom: 32px;
  position: relative;
}

.is-style-stripe {
  background-image: linear-gradient(-45deg, transparent 25%, hsla(0, 0%, 78%, 0.15) 25%, hsla(0, 0%, 78%, 0.15) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 78%, 0.15) 75%, hsla(0, 0%, 78%, 0.15));
}
.is-style-grid {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
}
.is-style-fold {
  background-color: #f0f0f0;
  overflow: hidden;
}
.is-style-fold:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0; /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1); /* A bit more verbose to work with .rounded too */
  background: rgba(0, 0, 0, 0.1); /* For Opera when also applying a border-radius */
  display: block;
  width: 0; /* Only for Firefox 3.0 damage limitation */
  /* Optional: shadow */
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.is-style-stitch {
  background-color: #f0f0f0;
}
.is-style-stitch:before {
  border: 1px dashed hsla(0, 0%, 78%, 0.6);
  border-radius: inherit;
  content: "";
  display: block;
  height: calc(100% - 12px);
  left: 6px;
  pointer-events: none;
  position: absolute;
  top: 6px;
  width: calc(100% - 12px);
}/*# sourceMappingURL=style.css.map */