@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

body {
  margin: 0;
}

main {
  display: block;
  margin-top: 86px;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

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

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #282828;
  overflow-x: hidden;
  width: 100%;
  font-feature-settings: "pwid" on, "palt" on;
}

body {
  position: relative;
}
body.fixed {
  overflow: hidden;
}

a {
  color: #282828;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Sora", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.c-section-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 40px;
}
.c-section-header__icon {
  width: 37px;
  height: auto;
  flex-shrink: 0;
}
.c-section-header__en {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.c-section-header__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0.15em;
}

.c-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 22px;
  background-color: #282828;
  color: #FFFFFF;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0.09em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.c-btn-pill:hover {
  opacity: 0.7;
}

.c-card {
  display: block;
  text-decoration: none;
  color: #282828;
}
.c-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #282828;
}
.c-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-card__body {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 15px;
}
.c-card__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.c-tag-list {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.c-tag {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  color: #898989;
}

.c-tag-separator {
  width: 0;
  height: 12px;
  border-left: 1px solid #898989;
}

.c-pickup-badge {
  position: absolute;
  top: -20px;
  left: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 71px;
  height: 74px;
  padding-top: 3px;
  z-index: 2;
}
.c-pickup-badge__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-pickup-badge__text {
  position: relative;
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  color: #282828;
}

.c-card--pickup {
  position: relative;
}

.c-divider {
  width: 100%;
  height: 0;
  border: none;
  border-top: 1px solid #282828;
  margin: 0;
}

.c-card__img img[src$=".webp"],
.c-card__img img[src$=".jpg"],
.c-card__img img[src$=".png"] {
  background-color: #e0ddd6;
}

.c-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 16px 50px;
  border-bottom: 1px solid #282828;
  z-index: 99;
  background-color: #fff;
}
.c-header__inner {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.c-header__logos {
  display: flex;
  flex-wrap: wrap;
}
.c-header__catch-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-header__catch-icon {
  flex-shrink: 0;
  width: 25px;
  height: auto;
}
.c-header__catch-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0.09em;
}
.c-header__site-name {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.11em;
  color: #282828;
  text-decoration: none;
}
.c-header__site-name.u-en {
  font-weight: 600;
}

.wp-block-table thead {
  border-bottom: none;
}

.p-search-form-wrapper{
  position: relative;
  width: 290px;
}
.p-search-form__inner {
  display: flex;
}
.p-search-form__input {
  padding: 18px 20px 20px 42px;
  background-color: #F8F6F4;
  border: 1px solid #282828;
  border-radius: 8px;
  outline: none;
  width: 100%;
  color: #898989;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}
.p-search-form__submit img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 14px;
  height: 14px;
}

/*===========================================================================*/
/*  Hero  */
/*===========================================================================*/
.p-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/mv-bg.webp) no-repeat top center/cover;
}
.p-hero::before {
  content: "";
  position: absolute;
  border-radius: 838px;
  border: 1px solid #000;
  background: #FFF;
  width: 838px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.p-hero__bg-1 {
  position: absolute;
  top: -69px;
  left: 77px;
}
.p-hero__bg-2 {
  position: absolute;
  left: 11px;
  bottom: -41px;
}
.p-hero__bg-3 {
  position: absolute;
  right: 77px;
  bottom: -111px;
}
.p-hero__bg-4 {
  position: absolute;
  right: -34px;
  top: -43px;
}
.p-hero__visual {
  position: relative;
  width: 100%;
  height: 384px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-hero__overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-hero__site-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 0.11em;
  margin-bottom: 28px;
  margin-top: 20px;
}
.p-hero__catch {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-hero__catch-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.448;
  letter-spacing: 0.09em;
}
.p-hero__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}

/*===========================================================================*/
/*  PICKUP  */
/*===========================================================================*/
.p-pickup {
  background-color: #F8F6F4;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-x: clip;
}
.p-pickup__header {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 0 40px;
  text-align: center;
}
.p-pickup__title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.p-pickup__btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.p-pickup__slider {
  position: relative;
}
.p-pickup .pickup-swiper {
  overflow: visible !important;
}
.p-pickup .c-card--pickup .c-card__img {
  width: 100%;
  aspect-ratio: 484/275;
  border-radius: 20px;
}
.p-pickup__nav-btn {
  position: absolute;
  top: calc((100vw - 60px) / 2.8 / 1.76 / 2);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s;
}
.p-pickup__nav-btn:hover {
  opacity: 0.7;
}
.p-pickup__nav-btn--prev {
  left: 30px;
}
.p-pickup__nav-btn--next {
  right: 30px;
}
.p-pickup__nav-btn svg {
  width: 44px;
  height: 44px;
}
.p-pickup__pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.p-pickup__pagination .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 999px;
  background-color: #E9E5D8;
  opacity: 1;
}
.p-pickup__pagination .swiper-pagination-bullet-active {
  background-color: #282828;
}

/*===========================================================================*/
/*  Category  */
/*===========================================================================*/
.p-category {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-category__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-category__header .c-section-header {
  margin-bottom: 0;
}
.p-category__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px 23px;
  margin-top: 32px;
}
.p-category__tab {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 186px;
  border-radius: 20px;
  border: 1px solid #282828;
  background-color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  color: #282828;
  flex-direction: column;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
.p-category__tab.is-active {
  background-color: var(--tab-color);
  color: #FFFFFF;
}
@media (hover: hover) {
  .p-category__tab:hover {
    background-color: var(--tab-color);
    color: #FFFFFF;
  }
}
.p-category__tab.is-active::after {
  content: "";
  width: 30px;
  height: 17px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #282828;
  position: absolute;
  top: calc(100% + 10px);
}
.p-category__tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: var(--tab-color);
}
.p-category__tab-icon svg {
  height: auto;
}
.p-category__tab-icon svg path {
  transition: fill 0.3s ease;
}
.p-category__tab-icon.--worries svg {
  width: 76.212px;
}
.p-category__tab-icon.--ranking svg {
  width: 70px;
}
.p-category__tab-icon.--recommend svg {
  width: 70px;
}
.p-category__tab-icon.--keyword svg {
  width: 65.45px;
}
.p-category__tab.is-active .p-category__tab-icon svg path {
  fill: #FFFFFF;
}
@media (hover: hover) {
  .p-category__tab:hover .p-category__tab-icon svg path {
    fill: #FFFFFF;
  }
}
.p-category__sub {
  grid-row: 2;
  grid-column: 1/-1;
  display: none;
  background-color: #F8F6F4;
  border-radius: 20px;
  border: 1px solid #282828;
  padding: 38px 40px;
}
.p-category__sub.is-active {
  display: block;
}
.p-category__sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 23px;
}
.p-category__sub-list li.--has-grandchild {
  width: 100%;
}
.p-category__sub-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0.05em;
  color: #282828;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-category__sub-list02 {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 21px;
  margin-bottom: 9px;
}
.p-category__sub-item02 {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #282828;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.9px;
  transition: opacity 0.3s;
}
.p-category__sub-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 901px) {
  .p-category__sub-item:hover {
    opacity: 0.7;
  }
  .p-category__sub-item02:hover {
    opacity: 0.7;
  }
}

/*===========================================================================*/
/*  NewArticles  */
/*===========================================================================*/
.p-new-articles {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F8F6F4;
}
.p-new-articles__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-new-articles__header .c-section-header {
  margin-bottom: 0;
}
.p-new-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 40px;
}
.p-new-articles .c-card__img {
  aspect-ratio: 403/228;
}
.p-new-articles .c-card__title {
  font-size: 20px;
}
.p-new-articles .c-card__body {
  gap: 12px;
}

/*===========================================================================*/
/*  Recommend  */
/*===========================================================================*/
.p-recommend {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-recommend__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.p-recommend__header .c-section-header {
  margin-bottom: 0;
}
.p-recommend__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 40px;
}
.p-recommend .c-card--recommend .c-card__img {
  aspect-ratio: 403/228;
}
.p-recommend .c-card--recommend .c-card__title {
  font-size: 20px;
}

/*===========================================================================*/
/*  About  */
/*===========================================================================*/
.p-about {
  background-color: #F8F6F4;
  padding-top: 80px;
  overflow: hidden;
}
.p-about__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
.p-about__inner .c-section-header {
  flex-shrink: 0;
  margin-bottom: 0;
}
.p-about__content {
  padding-left: 0;
  padding-top: 0;
}
.p-about__heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.448;
  letter-spacing: 0.09em;
  margin-bottom: 20px;
}
.p-about__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: 0.09em;
  margin-bottom: 24px;
}
.p-about__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.448;
  letter-spacing: 0.05em;
  color: #282828;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-about__link:hover {
  opacity: 0.7;
}
.p-about__link svg {
  flex-shrink: 0;
}
.p-about__marquee {
  margin-top: 80px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: -14px;
}
.p-about__marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marquee-scroll 20s linear infinite;
}
.p-about__marquee-group {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
}
.p-about__marquee-icon {
  width: 73px;
  height: auto;
  flex-shrink: 0;
}
.p-about__marquee-text {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 84px;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #282828;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*===========================================================================*/
/*  Footer  */
/*===========================================================================*/
.p-footer__main {
  background-color: #FFFFFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-footer__main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__left {
  flex-shrink: 0;
}
.p-footer__catch-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 6px;
}
.p-footer__catch-icon {
  flex-shrink: 0;
  width: 26px;
  height: auto;
}
.p-footer__catch-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0.09em;
}
.p-footer__site-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.11em;
}
.p-footer__site-title.u-en {
  font-weight: 600;
}
.p-footer__search {
  margin-top: 23px;
}
.p-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-footer__nav-row {
  display: flex;
  gap: 20px;
}
.p-footer__nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: 0.09em;
  color: #282828;
  text-decoration: none;
  transition: opacity 0.3s;
  min-width: 172px;
}
@media (max-width: 1050px) {
  .p-footer__nav-link {
    min-width: auto;
  }
}
.p-footer__nav-link:hover {
  opacity: 0.7;
}
.p-footer__bar {
  background-color: #282828;
  padding-top: 40px;
  padding-bottom: 40px;
}
.p-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footer__bar-links {
  display: flex;
  gap: 28px;
}
.p-footer__bar-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.66;
  letter-spacing: 0.09em;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-footer__bar-link:hover {
  opacity: 0.7;
}
.p-footer__bar-link svg {
  flex-shrink: 0;
}
.p-footer__copyright {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.09em;
  color: #FFFFFF;
}

/*===========================================================================*/
/*  Page Header  */
/*===========================================================================*/
.p-page-header {
  background-color: #F8F6F4;
  position: relative;
  overflow: hidden;
}
.p-page-header__bg {
  position: absolute;
  right: -40px;
  bottom: -133px;
}
.p-page-header__inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.p-page-header__icon {
  width: 74px;
  height: auto;
  flex-shrink: 0;
}
.p-page-header__title {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.p-page-header__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  margin-left: 10px;
}
.p-page-header__title-area {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.p-page-header__breadcrumb {
  position: absolute;
  top: 30px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.09em;
}
.p-page-header__breadcrumb a {
  color: #282828;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.p-page-header__breadcrumb a:hover {
  opacity: 0.7;
}
.p-page-header__breadcrumb span:last-child {
  color: #868686;
}
.p-page-header__breadcrumb-sep {
  display: flex;
  align-items: center;
}
.p-page-header__breadcrumb-sep svg {
  width: 8px;
  height: 9px;
}
.p-page-header__desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 20px;
  margin-left: 90px;
}
.p-page-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-left: 90px;
  padding: 0 28px;
  height: 48px;
  background-color: #282828;
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.09em;
  transition: opacity 0.3s;
}
.p-page-header__btn:hover {
  opacity: 0.7;
}

/*===========================================================================*/
/*  Articles  */
/*===========================================================================*/
.p-articles {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-articles__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.p-articles__sidebar {
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 116px;
}
.p-articles__sidebar-header {
  margin-bottom: 18px;
}
.p-articles__sidebar-label {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #868686;
}
.p-articles__sidebar-sublabel {
  font-weight: 900;
  font-size: 10px;
  line-height: 1.448;
  letter-spacing: 0.15em;
  margin-left: 8px;
}
.p-articles__sidebar-category {
  border-bottom: 1px solid #282828;
}
.p-articles__sidebar-parent {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-articles__sidebar-parent:hover {
  opacity: 0.7;
}
.p-articles__sidebar-parent-icon {
  flex-shrink: 0;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-articles__sidebar-parent-icon svg {
  width: 100%;
  height: auto;
}
.p-articles__sidebar-parent-text {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  flex-grow: 1;
}
.p-articles__sidebar-toggle {
  width: 32px;
  height: 20px;
  border-radius: 999px;
  background-color: #282828;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-articles__sidebar-toggle svg {
  width: 10px;
  height: 8px;
  transition: transform 0.3s;
}
.p-articles__sidebar-parent.is-active .p-articles__sidebar-toggle svg {
  transform: rotate(180deg);
}
.p-articles__sidebar-children {
  display: none;
}
.p-articles__sidebar-children.is-active {
  display: block;
}
.p-articles__sidebar-children > li {
  border-top: 1px dashed #282828;
}
.p-articles__sidebar-children > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  padding-right: 13px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  color: #282828;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-articles__sidebar-children02-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  padding-right: 13px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.09em;
  transition: opacity 0.3s;
}
.p-articles__sidebar-children02-btn:hover {
  opacity: 0.7;
}
.p-articles__sidebar-children a:hover {
  opacity: 0.7;
}
.p-articles__sidebar-children a svg,
.p-articles__sidebar-children02-btn svg {
  flex-shrink: 0;
}
.p-articles__sidebar-children02-btn svg {
  transform: rotate(90deg);
}
.p-articles__sidebar-children li.is-active a {
  font-weight: 700;
  position: relative;
}
.p-articles__sidebar-btn {
  display: block;
  width: 100%;
  margin-bottom: 62px;
  padding: 20px;
  background-color: #282828;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.448;
  letter-spacing: 0.09em;
  border-radius: 999px;
  transition: opacity 0.3s;
}
.p-articles__sidebar-btn:hover {
  opacity: 0.7;
}
.p-articles__sidebar-children02 {
margin-bottom: 12px;
display: none;
}
.p-articles__sidebar-children02.is-active {
display: block;
}
.p-articles__sidebar-children02 li {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 13px;
}
.p-articles__sidebar-children02 li:nth-of-type(1) {
  padding-top: 0;
}
.p-articles__sidebar-children02 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
}
.p-articles__sidebar-children02 li a:hover {
  opacity: .7;
}
.p-articles__sidebar-children02 li a span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .09em;
}
.p-articles__main {
  flex-grow: 1;
  min-width: 0;
  max-width: 842px;
  position: relative;
}
.p-articles__searchTitle {
  position: relative;
  padding-left: 36px;
  margin-bottom: 36px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .09em;
}
.p-articles__searchTitle::before {
  background: url(../img/search.webp) no-repeat center center/contain;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  width: 24px;
}
.p-articles__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
}
.p-articles__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}
.p-articles__page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid #282828;
  background-color: #FFFFFF;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #282828;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
.p-articles__page.is-active {
  background-color: #282828;
  color: #FFFFFF;
}
.p-articles__page:hover:not(.is-active) {
  opacity: 0.7;
}
.p-articles__page--prev, .p-articles__page--next {
  position: absolute;
  width: auto;
  height: auto;
  border: none;
  background: none;
}
.p-articles__page--prev svg, .p-articles__page--next svg {
  width: 38px;
  height: 38px;
  display: block;
}
.p-articles__page--prev {
  left: 0;
}
.p-articles__page--next {
  right: 0;
}
.p-articles__search--none {
  line-height: 1.4;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .09em;
}

/*===========================================================================*/
/*  Articles Page Modifiers  */
/*===========================================================================*/
.p-recommend--articles {
  background-color: #FFFFFF;
}

.p-category--articles {
  background-color: #F8F6F4;
}

/*===========================================================================*/
/*  Article (Single) Page  */
/*===========================================================================*/
.p-article {
  background-color: #F8F6F4;
  padding-top: 30px;
  padding-bottom: 80px;
}
.p-article__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1280px;
  margin: 0 auto;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.p-article__breadcrumb a {
  color: #282828;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.p-article__breadcrumb span:last-child {
  color: #898989;
}
.p-article__breadcrumb-sep {
  display: flex;
  align-items: center;
}
.p-article__breadcrumb-sep svg {
  width: 8px;
  height: 9px;
}
.p-article__inner {
  max-width: 920px;
  margin: 56px auto 0;
}
.p-article__body-inner {
  max-width: 820px;
  margin: 0 auto;
}
.p-article__thumbnail {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #282828;
  overflow: hidden;
  margin-bottom: 29px;
}
.p-article__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.p-article__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 12px;
}
.p-article__meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.p-article__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.p-article__date {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #898989;
  flex-shrink: 0;
  white-space: nowrap;
}
.p-article__date svg {
  width: 13px;
  height: 13px;
}
.p-article__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 40px;
  border-radius: 16px;
  background: #FFF;
  padding: 24px 30px;
}
.p-article__toc {
  margin-bottom: 40px;
}
.p-article__toc-header {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E2E2E2;
}
.p-article__toc-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-article__toc-en {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #898989;
}
.p-article__toc-list {
  list-style: none;
  counter-reset: toc-counter;
}
.p-article__toc-list li {
  counter-increment: toc-counter;
  border-bottom: 1px solid #E2E2E2;
}
.p-article__toc-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #282828;
  text-decoration: none;
  position: relative;
}
.p-article__toc-list li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='10' viewBox='0 0 7 10' fill='none'%3E%3Cpath d='M0.472656 0.583008L5.7153 4.82565L0.472656 9.06829' stroke='%23898989' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-article__body > * + * {
  margin-top: 40px;
}
.p-article__body > * + p {
  margin-top: 16px;
}
.p-article__body h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-article__body h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-left: 15px;
  position: relative;
}
.p-article__body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 3px;
  height: 1em;
  background-color: #D4B5FF;
}
.p-article__body h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top: 40px;
  padding-left: 15px;
  position: relative;
}
.p-article__body h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #FFB5C5;
  border-radius: 2px;
}
.p-article__body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: justify;
}
.p-article__body strong {
  font-weight: 700;
}
.p-article__body s {
  text-decoration: line-through;
}
.p-article__body ol {
  list-style: none;
  counter-reset: ol-counter;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-article__body ol li {
  display: block;
  position: relative;
  padding-left: 36px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
  counter-increment: ol-counter;
}
.p-article__body ol li::before {
  content: counter(ol-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  color: #D4B5FF;
}
.p-article__body ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-article__body ul li {
  display: block;
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-article__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #898989;
  border-radius: 50%;
}
.p-article__body ul ul {
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 0;
}
.p-article__body blockquote {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px 30px;
  position: relative;
  z-index: 1;
}
.p-article__body blockquote::before, .p-article__body blockquote::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='35' viewBox='0 0 43 35' fill='none'%3E%3Cpath d='M26.3467 34.112C25.9769 34.112 25.792 33.9271 25.792 33.5573V17.472C25.792 14.144 26.5778 11.1858 28.1493 8.59733C29.7209 5.91644 31.7547 3.83644 34.2507 2.35733C36.8391 0.785778 39.6124 0 42.5707 0V8.59733C40.2596 8.59733 38.272 9.47555 36.608 11.232C35.0364 12.9884 34.2507 15.0684 34.2507 17.472H42.016C42.3858 17.472 42.5707 17.6569 42.5707 18.0267V33.5573C42.5707 33.9271 42.3858 34.112 42.016 34.112H26.3467ZM0.554667 34.112C0.184889 34.112 0 33.9271 0 33.5573V17.472C0 14.144 0.785778 11.1858 2.35733 8.59733C3.92889 5.91644 5.96267 3.83644 8.45867 2.35733C11.0471 0.785778 13.8204 0 16.7787 0V8.59733C14.4676 8.59733 12.48 9.47555 10.816 11.232C9.24445 12.9884 8.45867 15.0684 8.45867 17.472H16.224C16.5938 17.472 16.7787 17.6569 16.7787 18.0267V33.5573C16.7787 33.9271 16.5938 34.112 16.224 34.112H0.554667Z' fill='%23FFF5B5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.p-article__body blockquote::before {
  top: 10px;
  left: 20px;
}
.p-article__body blockquote::after {
  bottom: 10px;
  right: 20px;
  transform: rotate(180deg);
}
.p-article__body blockquote p {
  margin: 0;
}
.p-article__body a[href]:not([class]) {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #282828;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 0.09em;
}
.p-article__body a[href]:not([class])::before {
  content: "";
  width: 24px;
  height: 29px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='29' viewBox='0 0 24 29' fill='none'%3E%3Cpath d='M16.5294 22.0001H6.64706C5.74118 22.0001 5 21.2589 5 20.353V10.4707C5 9.56478 5.74118 8.82361 6.64706 8.82361H9.94117C10.4353 8.82361 10.7647 9.15302 10.7647 9.64714C10.7647 10.1413 10.4353 10.4707 9.94117 10.4707H6.64706V20.353H16.5294V17.0589C16.5294 16.5648 16.8588 16.2354 17.3529 16.2354C17.8471 16.2354 18.1765 16.5648 18.1765 17.0589V20.353C18.1765 21.2589 17.4353 22.0001 16.5294 22.0001Z' fill='%23282828'/%3E%3Cpath d='M18.1755 13.7647C17.6814 13.7647 17.352 13.4353 17.352 12.9412V9.64706H14.0579C13.5638 9.64706 13.2344 9.31765 13.2344 8.82353C13.2344 8.32941 13.5638 8 14.0579 8H18.1755C18.6697 8 18.9991 8.32941 18.9991 8.82353V12.9412C18.9991 13.4353 18.6697 13.7647 18.1755 13.7647Z' fill='%23282828'/%3E%3Cpath d='M12.4114 15.4118C12.1644 15.4118 11.9997 15.3294 11.8349 15.1647C11.5055 14.8353 11.5055 14.3412 11.8349 14.0118L17.5997 8.24706C17.9291 7.91765 18.4232 7.91765 18.7526 8.24706C19.082 8.57647 19.082 9.07059 18.7526 9.4L12.9879 15.1647C12.8232 15.3294 12.6585 15.4118 12.4114 15.4118Z' fill='%23282828'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-article__body figure {
  margin: 40px 0;
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
.p-article__body figure img {
  width: 100%;
  height: auto;
  display: block;
}
.p-article__link-card {
  display: flex;
  align-items: flex-end;
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #282828;
  padding: 24px 30px;
}
.p-article__link-card-body {
  flex: 1;
  min-width: 0;
}
.p-article__link-card-title {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 1.8;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.p-article__link-card-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #282828;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.p-article__link-card-arrow {
  flex-shrink: 0;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.p-article__link-card-arrow svg {
  width: 32px;
  height: 20px;
}
.p-article__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
}
.p-article__nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #282828;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.p-article__nav-item svg {
  width: 38px;
  height: 38px;
}
.p-article--about .p-article__title {
  margin-bottom: 40px;
}
.p-article--about .p-article__body > * + * {
  margin-top: 16px;
}
.p-article--about .p-article__body > * + h2 {
  margin-top: 40px;
}

/*===========================================================================*/
/*  Privacy Policy - リストアイテムをテキスト色に  */
/*===========================================================================*/
.p-article--privacy .p-article__body ol li::before {
  color: #282828;
}
.p-article--privacy .p-article__body ul li::before {
  background-color: #282828;
}
.p-article--privacy .p-article__body h3::before {
  background-color: #282828;
}

/*===========================================================================*/
/*  Company Profile  */
/*===========================================================================*/
.p-company {
  background-color: #F8F6F4;
  padding-top: 30px;
  padding-bottom: 100px;
}

.p-company__inner {
  max-width: 820px;
  margin: 0 auto;
}

.p-company .p-article__breadcrumb {
  margin-bottom: 56px;
}

.p-company__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #282828;
}

.p-company__list {
  margin: 0;
}

.p-company__row {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px dashed #898989;
  gap: 20px;
}

.p-company__row:first-child {
  padding-top: 0;
}

.p-company__label {
  flex-shrink: 0;
  width: 118px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #282828;
}

.p-company__value {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #282828;
}

@media (max-width: 900px) {
  main {
    margin-top: 74px;
  }
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  .c-section-header {
    display: grid;
    grid-template-columns: 27px 1fr;
    grid-template-rows: auto auto;
    gap: 0 8px;
    align-items: center;
    margin-bottom: 24px;
  }
  .c-section-header__icon {
    width: 27px;
    grid-column: 1;
    grid-row: 1/3;
    align-self: start;
  }
  .c-section-header__en {
    font-size: 28px;
    grid-column: 2;
    grid-row: 1;
    line-height: 1;
  }
  .c-section-header__ja {
    font-size: 14px;
    grid-column: 2;
    grid-row: 2;
  }
  .c-btn-pill {
    font-size: 14px;
    min-width: 192px;
  }
  .c-card__img {
    border-radius: 12px;
  }
  .c-card__body {
    gap: 8px;
    margin-top: 12px;
  }
  .c-card__title {
    font-size: 16px;
  }
  .c-tag-list {
    gap: 8px;
  }
  .c-tag {
    font-size: 10px;
  }
  .c-tag-separator {
    height: 10px;
  }
  .c-pickup-badge {
    width: 42px;
    height: 44px;
    top: -10px;
    left: -10px;
  }
  .c-pickup-badge__text {
    font-size: 9.5px;
  }
  .c-header {
    padding: 16px 20px;
  }
  .c-header__inner {
    max-width: 500px;
  }
  .c-header__catch-icon {
    width: 16px;
  }
  .c-header__catch-text {
    font-size: 12px;
  }
  .c-header__site-name {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .c-header__logos {
    flex-direction: column;
  }

  .p-header__search--btn {
    cursor: pointer;
    position: relative;
    width: 42px;
    height: 42px;
    background-color: #F8F6F4;
    border: 1px solid #282828;
    border-radius: 6px;
  }
  .btn-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%,-50%);
  }
  .p-header__search {
    position: relative;
  }
  .p-search-form-wrapper {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 3;
  }
  .p-search-form-wrapper.js-active {
    display: block;
  }

  /*===========================================================================*/
  /*  Hero sp  */
  /*===========================================================================*/
  .p-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../img/mv-bg.webp) no-repeat top center/150% auto;
  }
  .p-hero::before {
    content: none;
  }
  .p-hero__bg-1 {
    width: 124px;
    height: auto;
    top: -16px;
    left: -60px;
  }
  .p-hero__bg-2 {
    width: 48px;
    height: auto;
    left: -9px;
    bottom: -9px;
  }
  .p-hero__bg-3 {
    width: 113px;
    height: auto;
    right: -32px;
    bottom: -40px;
  }
  .p-hero__bg-4 {
    width: 48px;
    height: auto;
    right: -12px;
    top: -13px;
  }
  .p-hero__visual {
    height: 282px;
  }
  .p-hero__site-title {
    font-size: 36px;
    margin-top: 14px;
    margin-bottom: 16px;
  }
  .p-hero__catch {
    gap: 4px;
  }
  .p-hero__catch .p-hero__catch-icon-1 {
    width: 18.671px;
    height: auto;
  }
  .p-hero__catch .p-hero__catch-icon-2 {
    width: 21.337px;
    height: auto;
  }
  .p-hero__catch .p-hero__catch-icon-3 {
    width: 20.571px;
    height: auto;
  }
  .p-hero__catch-text {
    font-size: 14px;
  }
  .p-hero__desc {
    font-size: 13px;
  }
  /*===========================================================================*/
  /*  PICKUP SP  */
  /*===========================================================================*/
  .p-pickup {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-pickup__header {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 24px;
    padding: 0 20px;
  }
  .p-pickup__title {
    font-size: 28px;
    text-align: center;
  }
  .p-pickup .c-card--pickup .c-card__img {
    border-radius: 12px;
  }
  .p-pickup .c-card--pickup .c-card__title {
    font-size: 16px;
  }
  .p-pickup .c-card--pickup .c-card__body {
    gap: 8px;
  }
  .p-pickup__nav-btn {
    width: 32px;
    height: 32px;
    top: 22.7272727273vw;
  }
  .p-pickup__nav-btn--prev {
    left: 0;
  }
  .p-pickup__nav-btn--next {
    right: 0;
  }
  .p-pickup__nav-btn svg {
    width: 32px;
    height: 32px;
  }
  .p-pickup__pagination {
    margin-top: 16px;
    gap: 6px;
  }
  .p-pickup__pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
  }
  .p-pickup__btn-sp {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  /*===========================================================================*/
  /*  Category SP  */
  /*===========================================================================*/
  .p-category {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-category__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 24px;
  }
  .p-category__tab {
    width: 100%;
    height: 62px;
    border-radius: 12px;
    flex-direction: row;
    font-size: 18px;
    padding: 0 24px;
    justify-content: flex-start;
    gap: 8px;
    background-color: #FFFFFF;
    color: #282828;
    margin-bottom: 12px;
    transition: none;
  }
  .p-category__tab.is-active {
    background-color: var(--tab-color);
    color: #FFFFFF;
  }
  .p-category__tab.is-active::after {
    width: 21px;
    height: 8px;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
  }
  .p-category__tab-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 28px;
    color: var(--tab-color);
  }
  .p-category__tab-icon svg {
    width: 100% !important;
    height: auto;
  }
  .p-category__tab-icon svg path {
    transition: none;
  }
  .p-category__tab.is-active .p-category__tab-icon svg path {
    fill: #FFFFFF;
  }
  .p-category__sub {
    display: none;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 10px;
    width: 100%;
  }
  .p-category__sub.is-active {
    display: block;
  }
  .p-category__sub-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-category__sub-item {
    font-size: 16px;
  }
  .p-category__sub-item svg {
    width: 16px;
    height: 16px;
  }
  .p-category__btn-wrap {
    margin-top: 18px;
    display: flex;
    justify-content: center;
  }
  /*===========================================================================*/
  /*  NewArticles SP  */
  /*===========================================================================*/
  .p-new-articles {
    background-color: #F8F6F4;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-new-articles__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .p-new-articles__header .c-section-header {
    margin-bottom: 24px;
  }
  .p-new-articles__header .c-btn-pill {
    display: none;
  }
  .p-new-articles__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 0;
  }
  .p-new-articles .c-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }
  .p-new-articles .c-card__img {
    width: 154px;
    min-width: 154px;
    height: 88px;
    aspect-ratio: auto;
    border-radius: 10px;
  }
  .p-new-articles .c-card__body {
    margin-top: 0;
    gap: 10px;
    flex: 1;
  }
  .p-new-articles .c-card__title {
    font-size: 14px;
  }
  .p-new-articles .c-pickup-badge {
    width: 35px;
    height: 36px;
  }
  .p-new-articles .c-pickup-badge__text {
    font-size: 7.8px;
  }
  .p-new-articles__btn-sp {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  /*===========================================================================*/
  /*  Recommend SP  */
  /*===========================================================================*/
  .p-recommend {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-recommend__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .p-recommend__header .c-section-header {
    margin-bottom: 24px;
  }
  .p-recommend__header .c-btn-pill {
    display: none;
  }
  .p-recommend__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 0;
  }
  .p-recommend .c-card--recommend .c-card__img {
    aspect-ratio: 335/190;
    border-radius: 16px;
  }
  .p-recommend .c-card--recommend .c-card__title {
    font-size: 16px;
  }
  .p-recommend__btn-sp {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  /*===========================================================================*/
  /*  About SP  */
  /*===========================================================================*/
  .p-about {
    padding-top: 40px;
    overflow: hidden;
  }
  .p-about__inner {
    display: block;
  }
  .p-about__inner .c-section-header {
    margin-bottom: 24px;
  }
  .p-about__content {
    padding-left: 0;
  }
  .p-about__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .p-about__text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p-about__link {
    font-size: 14px;
  }
  .p-about__link svg {
    width: 18px;
    height: 18px;
  }
  .p-about__marquee {
    margin-top: 50px;
    margin-bottom: -10px;
  }
  .p-about__marquee-group {
    gap: 5.73px;
    padding-right: 5.73px;
  }
  .p-about__marquee-icon {
    width: 52px;
  }
  .p-about__marquee-text {
    font-size: 60.199px;
  }
  /*===========================================================================*/
  /*  Footer SP  */
  /*===========================================================================*/
  .p-footer__main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-footer__main-inner {
    display: block;
    text-align: center;
  }
  .p-footer__left {
    margin-bottom: 24px;
  }
  .p-footer__catch-row {
    justify-content: center;
    gap: 3.45px;
    margin-bottom: 4px;
  }
  .p-footer__catch-icon {
    width: 18px;
  }
  .p-footer__catch-text {
    font-size: 12.5px;
  }
  .p-footer__site-title {
    font-size: 26.44px;
    text-align: center;
  }
  .p-footer__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .p-footer__nav-row {
    display: flex;
    gap: 16px;
  }
  .p-footer__nav-link {
    font-size: 12px;
  }
  .p-footer__bar {
    padding: 30px 0;
  }
  .p-footer__bar-inner {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .p-footer__bar-links {
    gap: 20px;
  }
  .p-footer__bar-link {
    font-size: 12px;
  }
  .p-footer__bar-link svg {
    width: 11px;
    height: 11px;
  }
  .p-footer__copyright {
    font-size: 10px;
    text-align: center;
  }
  /*===========================================================================*/
  /*  Page Header SP  */
  /*===========================================================================*/
  .p-page-header__bg {
    width: 188.63px;
    height: auto;
    right: -20px;
    bottom: -64px;
  }
  .p-page-header__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
  .p-page-header__icon {
    width: 29px;
    height: auto;
  }
  .p-page-header__title-area {
    display: flex;
    align-items: baseline;
    gap: 6px;
  }
  .p-page-header__title {
    font-size: 28px;
  }
  .p-page-header__subtitle {
    font-size: 12px;
  }
  .p-page-header__breadcrumb {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 10px;
    gap: 8px;
  }
  .p-page-header__breadcrumb-sep {
    display: flex;
    align-items: center;
  }
  .p-page-header__breadcrumb-sep svg {
    width: 6px;
    height: 7px;
  }
  .p-page-header__desc {
    font-size: 16px;
    margin-top: 16px;
    margin-left: 35px;
  }
  .p-page-header__btn {
    margin-top: 20px;
    margin-left: 0;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
    text-align: center;
    display: flex;
  }
  /*===========================================================================*/
  /*  Articles SP  */
  /*===========================================================================*/
  .p-articles {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-articles__inner {
    display: block;
    position: relative;
  }
  .p-articles__searchTitle {
    margin-top: 40px;
    margin-bottom: 25px;
    padding-left: 20px;
    font-size: 18px;
  }
  .p-articles__searchTitle::before {
    top: 50%;
    height: 14px;
    width: 14px;
  }
  .p-articles__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .p-articles__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
  }
  .p-articles__page {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .p-articles__page--prev, .p-articles__page--next {
    position: absolute;
  }
  .p-articles__page--prev svg, .p-articles__page--next svg {
    width: 32px;
    height: 32px;
  }
  .p-articles__page--prev {
    left: 0;
  }
  .p-articles__page--next {
    right: 0;
  }
  .p-articles__sp-filter {
    margin-bottom: 30px;
  }
  .p-articles__sp-filter-label {
    display: block;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #868686;
    margin-bottom: 10px;
  }
  .p-articles__sp-filter-box {
    background-color: #FFFFFF;
    border: 1px solid #282828;
    border-radius: 12px;
    overflow: hidden;
    min-height: 62px;
  }
  .p-articles__sp-filter-header {
    display: flex;
    align-items: center;
    padding: 0 25px;
    min-height: 62px;
    cursor: pointer;
  }
  .p-articles__sp-filter-title {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.26;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .p-articles__sp-filter-subtitle {
    font-weight: 900;
    font-size: 10px;
    line-height: 1.448;
    letter-spacing: 0.15em;
    margin-left: 5px;
  }
  .p-articles__sp-filter-toggle {
    margin-left: auto;
    width: 32px;
    height: 20px;
    border-radius: 999px;
    background-color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .p-articles__sp-filter-toggle svg {
    width: 10px;
    height: 8px;
    transition: transform 0.3s;
  }
  .p-articles__sp-filter-header.is-active .p-articles__sp-filter-toggle svg {
    transform: rotate(180deg);
  }
  .p-articles__sp-filter-body {
    display: none;
    padding: 0 25px 25px;
  }
  .p-articles__sp-cat {
    margin-bottom: 12px;
  }
  .p-articles__sp-cat:last-of-type {
    margin-bottom: 0;
  }
  .p-articles__sp-cat-parent {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    min-height: 53px;
    background-color: #FFFFFF;
    border: 1px solid #282828;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
  }
  .p-articles__sp-cat[data-sp-cat-color="#FFB5C5"] .p-articles__sp-cat-parent.is-active {
    background-color: #FFB5C5;
    border-color: transparent;
  }
  .p-articles__sp-cat[data-sp-cat-color="#B5D9FF"] .p-articles__sp-cat-parent.is-active {
    background-color: #B5D9FF;
    border-color: transparent;
  }
  .p-articles__sp-cat[data-sp-cat-color="#FFDAB5"] .p-articles__sp-cat-parent.is-active {
    background-color: #FFDAB5;
    border-color: transparent;
  }
  .p-articles__sp-cat[data-sp-cat-color="#B4E7CE"] .p-articles__sp-cat-parent.is-active {
    background-color: #B4E7CE;
    border-color: transparent;
  }
  .p-articles__sp-cat[data-sp-cat-color="#D4B5FF"] .p-articles__sp-cat-parent.is-active {
    background-color: #D4B5FF;
    border-color: transparent;
  }
  .p-articles__sp-cat-parent.is-active {
    border-color: transparent;
  }
  .p-articles__sp-cat-parent.is-active .p-articles__sp-cat-icon svg path {
    fill: #FFFFFF;
  }
  .p-articles__sp-cat-parent.is-active .p-articles__sp-cat-text {
    color: #FFFFFF;
  }
  .p-articles__sp-cat-icon {
    flex-shrink: 0;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-articles__sp-cat-icon svg {
    width: 100%;
    height: auto;
  }
  .p-articles__sp-cat-text {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.26;
    letter-spacing: 0.05em;
    flex-grow: 1;
  }
  .p-articles__sp-cat-children-panel {
    display: none;
    margin-top: 12px;
    padding: 16px;
    background-color: #F8F6F4;
    border: 1px solid #282828;
    border-radius: 10px;
    position: relative;
  }
  .p-articles__sp-cat-children-panel.is-active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
    width: 18px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='7' viewBox='0 0 18 7' fill='none'%3E%3Cpath d='M8.93284 0L17.8657 6.80597H0L8.93284 0Z' fill='%23282828'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-articles__sp-cat-children {
    padding: 0;
    list-style: none;
  }
  .p-articles__sp-cat-children li {
    margin-top: 12px;
  }
  .p-articles__sp-cat-children li:first-child {
    margin-top: 0;
  }
  .p-articles__sp-cat-children a,
  .p-articles__sp-cat-children02-btn {
    display: flex;
    align-items: center;
    gap: 3px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.26;
    letter-spacing: 0.05em;
    color: #282828;
    text-decoration: none;
    cursor: pointer;
  }
  .p-articles__sp-cat-children a svg {
    flex-shrink: 0;
  }
  .p-articles__sp-cat-children02-btn svg {
    flex-shrink: 0;
    transform: rotate(90deg);
  }
  .p-articles__sp-filter-btn {
    display: block;
    width: 192px;
    min-height: 48px;
    margin: 20px auto 0;
    padding: 14px 0;
    background-color: #282828;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.448;
    letter-spacing: 0.09em;
    border-radius: 999px;
  }
  .p-articles__search--none {
    font-size: 16px;
  }
  .p-articles__sp-cat-children02 {
    margin-top: 12px;
    display: none;
  }
  .p-articles__sp-cat-children02.js-active {
    margin-top: 12px;
    display: none;
  }
  .p-articles__sp-cat-children02 li {
    margin-top: 12px;
  }
  .p-articles__sp-cat-children02 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-articles__sp-cat-children02 li a span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em;
  }
  /*===========================================================================*/
  /*  Articles Page Modifiers SP  */
  /*===========================================================================*/
  .p-recommend--articles {
    background-color: #FFFFFF;
  }
  /*===========================================================================*/
  /*  Article (Single) Page SP  */
  /*===========================================================================*/
  .p-article {
    padding-top: 12px;
    padding-bottom: 50px;
  }
  .p-article__breadcrumb {
    font-size: 11px;
    gap: 6px;
  }
  .p-article__breadcrumb-sep svg {
    width: 6px;
    height: 7px;
  }
  .p-article__inner {
    padding: 0;
    margin-top: 36px;
  }
  .p-article__thumbnail {
    border-radius: 12px;
    margin-bottom: 24px;
  }
  .p-article__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .p-article__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
  }
  .p-article__tags {
    gap: 10px;
  }
  .p-article__tags .c-tag {
    font-size: 12px;
  }
  .p-article__date {
    font-size: 12px;
    align-self: flex-end;
  }
  .p-article__date svg {
    width: 11px;
    height: 11px;
  }
  .p-article__lead {
    font-size: 14px;
    margin-bottom: 24px;
    border-radius: 12px;
    padding: 16px 20px;
  }
  .p-article__toc {
    border-radius: 12px;
    padding: 0;
    margin-bottom: 40px;
  }
  .p-article__toc-header {
    gap: 6px;
    padding-bottom: 12px;
  }
  .p-article__toc-title {
    font-size: 16px;
  }
  .p-article__toc-en {
    font-size: 12px;
  }
  .p-article__toc-list li a {
    padding: 16px 0;
    font-size: 14px;
    gap: 8px;
    padding-right: 16px;
  }
  .p-article__toc-list li a::after {
    width: 6px;
    height: 8px;
  }
  .p-article__body > * + * {
    margin-top: 24px;
  }
  .p-article__body > * + p {
    margin-top: 12px;
  }
  .p-article__body h2 {
    font-size: 20px;
  }
  .p-article__body h3 {
    font-size: 18px;
    margin-top: 32px;
    padding-left: 12px;
  }
  .p-article__body h4 {
    font-size: 16px;
    margin-top: 28px;
    padding-left: 12px;
  }
  .p-article__body h4::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
  .p-article__body p {
    font-size: 14px;
  }
  .p-article__body ol {
    gap: 4px;
  }
  .p-article__body ol li {
    font-size: 14px;
  }
  .p-article__body ol li::before {
    font-size: 15px;
  }
  .p-article__body ul {
    gap: 4px;
  }
  .p-article__body ul li {
    font-size: 14px;
  }
  .p-article__body ul li::before {
    width: 5px;
    height: 5px;
  }
  .p-article__body blockquote {
    border-radius: 12px;
    padding: 24px 20px;
  }
  .p-article__body blockquote::before, .p-article__body blockquote::after {
    width: 32px;
    height: 26px;
  }
  .p-article__body blockquote::before {
    top: 8px;
    left: 16px;
  }
  .p-article__body blockquote::after {
    bottom: 8px;
    right: 16px;
  }
  .p-article__body a[href]:not([class])::before {
    width: 20px;
    height: 24px;
  }
  .p-article__body figure {
    margin: 24px 0;
    border-radius: 12px;
  }
  .p-article__link-card {
    border-radius: 12px;
    padding: 16px 20px;
  }
  .p-article__link-card-body {
    padding: 0;
  }
  .p-article__link-card-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .p-article__link-card-desc {
    font-size: 13px;
  }
  .p-article__link-card-arrow {
    margin-left: 12px;
  }
  .p-article__link-card-arrow svg {
    width: 28px;
    height: 18px;
  }
  .p-article__nav {
    padding-top: 40px;
  }
  .p-article__nav-item {
    font-size: 14px;
    gap: 10px;
  }
  .p-article__nav-item svg {
    width: 32px;
    height: 32px;
  }
  .p-article--about .p-article__title {
    margin-bottom: 24px;
  }
  /*===========================================================================*/
  /*  Company Profile SP  */
  /*===========================================================================*/
  .p-company {
    padding-top: 12px;
    padding-bottom: 50px;
  }
  .p-company .p-article__breadcrumb {
    margin-bottom: 36px;
  }
  .p-company__title {
    font-size: 22px;
    margin-bottom: 24px;
  }
  .p-company__row {
    flex-direction: column;
    padding: 16px 0;
    gap: 4px;
  }
  .p-company__label {
    width: auto;
    font-size: 14px;
  }
  .p-company__value {
    font-size: 14px;
  }
}

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