@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

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

/* ***************************
 Reset Extenstion
*************************** */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

main {
  display: block;
}

template,
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

a:not([href], [tabindex]) {
  color: inherit;
  text-decoration: inherit;
}
a:not([href], [tabindex]):hover, a:not([href], [tabindex]):focus {
  color: inherit;
  text-decoration: inherit;
}
a:not([href], [tabindex]):focus {
  outline: 0;
}

html {
  font-size: 15px;
  line-height: 28px;
}

body {
  overflow-x: hidden;
  font: inherit;
  font-family: "Inter", sans-serif;
  color: #331e0d;
  letter-spacing: 0.1em;
  background-color: #fff9ec;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #331e0d;
  text-decoration: none;
}

button {
  padding: 0;
  font: inherit;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-div {
  display: flex;
  font-size: 1.3333333333rem;
  line-height: 1.25;
}

.l-main {
  margin-top: 120px;
}
@media screen and (max-width: 1140px) {
  .l-main {
    margin-top: 70px;
  }
}

.l-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .l-container {
    border: 0 solid #000;
  }
}

.l-container.l-container--noborder {
  border: 0 solid;
}

.l-container.l-container--col2 {
  display: flex;
}
@media screen and (max-width: 840px) {
  .l-container.l-container--col2 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-container.l-container--col2 {
    display: block;
  }
}

.l-container__body {
  width: 100%;
  max-width: 100%;
}

.l-container__aside {
  width: 100%;
  max-width: 24%;
  border-left: 1px solid #000;
}
@media screen and (max-width: 840px) {
  .l-container__aside {
    max-width: none;
  }
}

.l-inner {
  width: 100%;
  max-width: 100%;
  padding: 56px 80px;
}
@media screen and (max-width: 1140px) {
  .l-inner {
    padding: 56px 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 40px 8px;
  }
}

section:not(:last-child) .l-inner {
  border-bottom: 1px solid #000;
}

.c-heading {
  font-family: "Work Sans", sans-serif;
}

.c-heading.c-heading--center {
  text-align: center;
}

.c-heading__en {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #ecb328;
}
@media screen and (max-width: 768px) {
  .c-heading__en {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.c-heading__en.c-heading__en--sm {
  font-size: 1.0666666667rem;
  line-height: 1;
}

.c-heading__ja {
  font-size: 2.1333333333rem;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-heading__ja {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.c-heading__ja.c-heading__ja--sm {
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-heading__ja.c-heading__ja--sm {
    font-size: 1.3333333333rem;
    line-height: 1;
  }
}

.c-heading__description {
  font-size: 0.9333333333rem;
  line-height: 1;
  font-weight: 700;
}

.c-heading__en + .c-heading__ja {
  margin-top: 16px;
}

.c-heading__ja + .c-heading__description {
  margin-top: 16px;
}

.c-button {
  font-size: 1.0666666667rem;
  line-height: 1;
  position: relative;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-button {
    font-size: 0.9333333333rem;
    line-height: 1;
  }
}

.c-button.c-button--white {
  color: #fff;
}

.c-button.c-button--arrow {
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--arrow {
    padding-right: 25px;
  }
}

.c-button.c-button--arrow::before,
.c-button.c-button--arrow::after {
  position: absolute;
  content: "";
  transition: transform 0.5s;
}

.c-button.c-button--arrow::before {
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background-color: #ff9fb3;
  border-radius: 16px;
  transform: translateY(-50%);
}

.c-button.c-button--arrow:hover::before {
  transform: translate(8px, -50%);
}
@media screen and (max-width: 768px) {
  .c-button.c-button--arrow:hover::before {
    transform: translateY(-50%);
  }
}

.c-button.c-button--arrow::after {
  top: 50%;
  right: 9.5px;
  color: #fff;
  content: ">";
  transform: translateY(-50%);
}

.c-button.c-button--arrow:hover::after {
  transform: translate(8px, -50%);
}
@media screen and (max-width: 768px) {
  .c-button.c-button--arrow:hover::after {
    transform: translateY(-50%);
  }
}

.c-button.c-button--underline {
  position: relative;
  padding-bottom: 17px;
  text-align: center;
}

.c-button.c-button--underline::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #331e0d;
  transition: transform 0.5s;
  transform: translateX(-50%);
}

.c-button.c-button--underline:hover::after {
  transform: translateX(-50%) scaleX(1.2);
}

.c-button.c-button--line {
  padding: 8px 48px 25px 25px;
  border-bottom: 1px solid #331e0d;
  border-left: 1px solid #331e0d;
}
@media screen and (max-width: 768px) {
  .c-button.c-button--line {
    padding: 7px 40px 16px 15px;
  }
}

.c-button.c-button--line::before,
.c-button.c-button--line::after {
  transform: translateY(0);
}

.c-button.c-button--line::before {
  top: 0;
}

.c-button.c-button--line:hover::before {
  transform: translate(8px, 0);
}

.c-button.c-button--line::after {
  top: 8px;
}

.c-button.c-button--line:hover::before,
.c-button.c-button--line:hover::after {
  transform: translate(8px, 0);
}
@media screen and (max-width: 768px) {
  .c-button.c-button--line:hover::before,
  .c-button.c-button--line:hover::after {
    transform: translateY(0);
  }
}

.c-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 1140px) {
  .c-card {
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-card {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .c-card.c-card--nowrap {
    display: flex;
    overflow-x: auto;
  }
}

.c-card__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.08));
  border-radius: 16px;
}

.c-card__item.is-hidden {
  display: none;
}

.c-card__item.is-show {
  display: flex;
}

.c-card.c-card--nowrap .c-card__item {
  width: calc(100% - 20px);
  min-width: calc(100% - 20px);
}

.c-card__link {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
}

.c-card__img {
  aspect-ratio: 284.25/160;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .c-card__img {
    aspect-ratio: 175.5/100;
  }
}

.c-card__img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: transform 0.5s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-card__link:hover .c-card__img img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .c-card__link:hover .c-card__img img {
    transform: scale(1);
  }
}

.c-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 20px 0;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .c-card__content {
    gap: 15px 0;
    padding: 10px 6px;
  }
}

.c-card__date {
  font-size: 0.8rem;
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.c-card__title {
  font-size: 1.0666666667rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-card__title {
    font-size: 0.9333333333rem;
    line-height: 1.6;
  }
}

.c-card__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.c-card__tag__item {
  font-size: 0.8rem;
  line-height: 1;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-card__tag__item {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.c-card__label {
  font-size: 0.8rem;
  line-height: 1;
  display: block;
  padding: 6px 11px;
  font-weight: 700;
  background-color: #ff9fb3;
  border: 1px solid #331e0d;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .c-card__label {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.c-card__message {
  text-align: center;
}

.c-category {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1140px) {
  .c-category {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-category {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-category__link {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.c-category__link::before {
  position: absolute;
  inset: 0;
  content: "";
  background: inherit; /* 親のbackgroundを継承 */
  background-position: center center;
  background-size: cover;
  transition: transform 0.5s ease;
}

.c-category__link:hover::before {
  transform: scale(1.1); /* 10%拡大 */
}
@media screen and (max-width: 768px) {
  .c-category__link:hover::before {
    transform: scale(1); /* 10%拡大 */
  }
}

.c-category__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  align-items: flex-start;
  justify-content: space-between;
  width: 70%;
  height: 100%;
  padding: 24px 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (max-width: 768px) {
  .c-category__content {
    width: 100%;
    padding-right: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.c-category__title {
  font-size: 1rem;
  line-height: 1.6666666667;
  width: calc(100% - 15px);
  padding: 22px 35px;
  font-weight: 700;
  background-color: #fff;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
@media screen and (max-width: 768px) {
  .c-category__title {
    width: auto;
  }
}

.c-category__description {
  font-size: 0.9333333333rem;
  line-height: 2;
  width: 70%;
  margin: 0 auto;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-category__description {
    font-size: 0.8666666667rem;
    line-height: 2;
    width: auto;
    padding-left: 20px;
    margin: 0;
  }
}

.c-category .c-button {
  font-size: 0.8666666667rem;
  line-height: 1;
  width: 124px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-category .c-button {
    margin-right: 0;
    margin-left: auto;
  }
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 1px solid #ecb328;
}
@media screen and (max-width: 768px) {
  .search-form {
    width: 100%;
  }
}

.search-label {
  width: calc(100% - 44px);
  height: 100%;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .search-label {
    padding: 10px;
  }
}

.search-field {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
}

.search-field::-moz-placeholder {
  font-size: 16px;
}

.search-field::placeholder {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .search-field::-moz-placeholder {
    left: 170%;
    font-size: 15px;
  }
  .search-field::placeholder {
    left: 170%;
    font-size: 15px;
  }
}

.search-submit {
  width: 60px;
  height: 100%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background-color: #ecb328;
  background-image: url("../../assets/images/icon-glass.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.p-fv {
  aspect-ratio: 1440/184;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .p-fv {
    aspect-ratio: 375/118;
  }
}

.p-fv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-breadcrumbs {
  border-bottom: 1px solid #000;
}

.p-breadcrumbs__inner {
  width: 100%;
  max-width: 100%;
  padding: 22px 80px;
}
@media screen and (max-width: 1140px) {
  .p-breadcrumbs__inner {
    padding: 22px 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-breadcrumbs__inner {
    padding: 22px 8px;
  }
}

.p-breadcrumbs .w_inner {
  font-size: 0.8rem;
  line-height: 1;
  color: #929292;
}

.p-breadcrumbs .w_inner a {
  color: #929292;
  transition: opacity 0.5s;
}

.p-breadcrumbs .w_inner a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-breadcrumbs .w_inner a:hover {
    opacity: 1;
  }
}

.p-breadcrumbs span:last-child span[property=name] {
  color: #331e0d;
}

.p-breadcrumbs span[property=itemListElement] {
  padding-right: 8px;
  padding-left: 8px;
}

.p-breadcrumbs span[property=itemListElement]:first-child {
  padding-left: 0;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  background-color: #fff9ec;
}

.p-header__inner {
  max-width: 1380px;
  padding: 10px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    padding: 10px 20px;
  }
}

.p-header__head {
  display: flex;
  justify-content: space-between;
}

.p-header__head__left {
  display: flex;
  gap: 0 23px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header__head__left {
    gap: 0 5px;
    justify-content: space-between;
  }
}

.p-header__logo {
  width: 100%;
  max-width: 54px;
}

.p-header__logo__link {
  display: block;
  transition: opacity 0.5s;
}

.p-header__logo__link:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__logo__link:hover {
    opacity: 1;
  }
}

.p-header__logo img {
  width: 100%;
}

.p-header__description {
  font-weight: 700;
  font-size: 0.8666666667rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-header__description {
    font-size: 0.6666666667rem;
    line-height: 1.6;
  }
}

.p-header__name {
  font-size: 1.0666666667rem;
  line-height: 1;
  margin-top: 10px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-header__name {
    font-size: 1rem;
    line-height: 1;
  }
}

.p-header__head__right {
  display: flex;
  gap: 0 20px;
  align-items: center;
}

.p-header__sns {
  display: flex;
  gap: 0 40px;
  align-items: center;
}
@media screen and (max-width: 1140px) {
  .p-header__sns {
    display: none;
  }
}

.p-header__sns__link {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
}

.p-header__sns__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-header__sns__link:hover {
    opacity: 1;
  }
}

.p-header__sns__link img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.p-header__button {
  position: relative;
  width: 197px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1140px) {
  .p-header__button {
    display: none;
  }
}

.p-header__button__link {
  display: flex;
  align-items: center;
  color: #ff9fb3;
  text-decoration: none;
}

.p-header__button__img {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #ff9fb3;
  border-radius: 20px;
  transition: width 0.5s ease-in-out;
}

.p-header__button__link:hover .p-header__button__img {
  width: 100%;
  transition: width 0.5s ease-in-out;
}

.p-header__button__img img {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  transition: transform 0.5s ease-in-out;
  transform: translate(8.5px, -50%);
}

.p-header__button__link:hover .p-header__button__img img {
  transition: transform 0.5s ease-in-out;
  transform: translate(18.5px, -50%);
}

.p-header__button__text {
  font-size: 0.9333333333rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.5s ease-in-out;
  transform: translate(-50%, -50%);
}

.p-header__button__link:hover .p-header__button__text {
  color: #fff;
  transition: color 0.5s ease-in-out;
}

.p-header__hamburger {
  position: relative;
  display: none;
  width: 60px;
  height: 50px;
  background-color: #eed8a2;
  border-radius: 16px;
  transition: opacity 0.5s;
}
@media screen and (max-width: 1140px) {
  .p-header__hamburger {
    display: block;
  }
}

.p-header__hamburger:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__hamburger:hover {
    opacity: 1;
  }
}

.p-header__hamburger__button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.p-header__hamburger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #331e0d;
}

.p-header__hamburger__line:nth-child(1) {
  top: 0;
}

.p-header__hamburger__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.p-header__hamburger__line:nth-child(3) {
  bottom: 0;
}

.p-header__foot {
  margin-top: 10px;
}
@media screen and (max-width: 1140px) {
  .p-header__foot {
    display: none;
  }
}

.p-header__menu__list {
  display: flex;
  gap: 0 10px;
  justify-content: center;
}

.p-header__menu__item,
.p-header__menu .menu-item {
  width: 100%;
  min-width: 166px;
}

.p-header__menu__link,
.p-header__menu .menu-item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 13.5px 0;
  overflow: hidden;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #331e0d;
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 1;
}

.p-header__menu__link::before,
.p-header__menu__link::after,
.p-header__menu .menu-item a::before,
.p-header__menu .menu-item a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #331e0d;
}

.p-header__menu__link::before,
.p-header__menu .menu-item a::before {
  background-color: #ecb328;
}

.p-header__menu__link::after,
.p-header__menu .menu-item a::after {
  background-color: #331e0d;
  transition: opacity 0.5s;
}

.p-header__menu__link:hover::after,
.p-header__menu .menu-item a:hover::after {
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-header__menu__link:hover::after,
  .p-header__menu .menu-item a:hover::after {
    opacity: 1;
  }
}

.p-footer__wrap {
  border-top: 1px solid #000;
}

.p-footer__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1440/398;
  background-image: url("../../assets/images/image-footer-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-footer__head {
    aspect-ratio: 375/400;
    background-image: url("../../assets/images/image-footer-bg-sp.png");
  }
}

.p-footer__head__catch {
  position: relative;
  color: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
  font-size: 1.2rem;
  line-height: 1.3888888889;
}

.p-footer__head__title {
  position: relative;
  color: #fff;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
  font-size: 1.6rem;
  line-height: 1.375;
}

.p-footer {
  background-color: #331e0d;
}

.p-footer__inner {
  width: 100%;
  max-width: 1180px;
  padding: 50px 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    display: flex;
    flex-direction: column;
    padding: 48px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__menu__main {
    order: 3;
    margin-top: 7px;
  }
}

.p-footer__menu__main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 8px;
  -moz-column-gap: 36px;
  column-gap: 36px;
}
@media screen and (max-width: 768px) {
  .p-footer__menu__main__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-footer__menu__main__link,
.p-footer__menu__main .menu-item a {
  display: block;
  padding: 21px 0;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #463535;
  font-size: 0.9333333333rem;
  line-height: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-footer__menu__main__link,
  .p-footer__menu__main .menu-item a {
    font-size: 0.8666666667rem;
    line-height: 1;
  }
}

.p-footer__menu__main__link:hover,
.p-footer__menu__main .menu-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-footer__menu__main__link:hover,
  .p-footer__menu__main .menu-item a:hover {
    opacity: 1;
  }
}

.p-footer__menu__sub {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-footer__menu__sub {
    order: 4;
  }
}

.p-footer__menu__sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.p-footer__menu__sub__link,
.p-footer__menu__sub .menu-item a {
  display: block;
  font-weight: 700;
  color: #fff;
  font-size: 0.9333333333rem;
  line-height: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-footer__menu__sub__link,
  .p-footer__menu__sub .menu-item a {
    font-size: 0.8666666667rem;
    line-height: 1;
  }
}

.p-footer__menu__sub__link:hover,
.p-footer__menu__sub .menu-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-footer__menu__sub__link:hover,
  .p-footer__menu__sub .menu-item a:hover {
    opacity: 1;
  }
}

.p-footer__img {
  width: 100%;
  max-width: 294px;
  margin: 34px auto 0;
}
@media screen and (max-width: 768px) {
  .p-footer__img {
    order: 1;
    max-width: 152px;
    margin: 0 auto;
  }
}

.p-footer__img__link {
  display: block;
  width: 100%;
  transition: opacity 0.5s;
}

.p-footer__img__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-footer__img__link:hover {
    opacity: 1;
  }
}

.p-footer__img img {
  display: block;
  width: 100%;
}

.p-footer__sns {
  width: 100%;
  max-width: 230px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    order: 2;
  }
}

.p-footer__sns__list {
  display: flex;
  gap: 0 40px;
  align-items: center;
  justify-content: center;
}

.p-footer__sns__link {
  display: flex;
  align-items: center;
  height: 100%;
  transition: opacity 0.5s;
}

.p-footer__sns__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-footer__sns__link:hover {
    opacity: 1;
  }
}

.p-footer__sns__link img {
  display: block;
  width: 100%;
}

.p-footer__copyright {
  display: block;
  padding: 22px;
  margin-top: 73px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 0.7333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    position: relative;
    order: 5;
    margin-top: 51px;
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .p-footer__copyright::before {
    position: absolute;
    top: 0;
    left: -20px;
    width: 100vw;
    height: 1px;
    content: "";
    background-color: #fff;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 563px;
  height: 100vh;
  pointer-events: none;
  background-color: #331e0d;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateX(30px);
}

.p-drawer__mask {
  position: fixed;
  top: 0;
  right: 100%;
  z-index: -1;
  width: calc(100vw - 563px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.16);
}

.p-drawer.is-open {
  pointer-events: auto;
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s;
  transform: translateX(0);
}

.p-drawer.is-open::before {
  opacity: 1;
}

.p-drawer__inner {
  height: 100%;
  padding: 20px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .p-drawer__inner {
    padding-bottom: 130px;
  }
}

.p-drawer__head {
  display: flex;
  justify-content: space-between;
}

.p-drawer__head__left {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-drawer__head__left {
    max-width: 180px;
  }
}

.p-drawer__logo {
  display: block;
  transition: opacity 0.5s;
}

.p-drawer__logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-drawer__logo:hover {
    opacity: 1;
  }
}

.p-drawer__close {
  width: 100%;
  max-width: 50px;
  transition: opacity 0.5s;
}

.p-drawer__close:hover {
  opacity: 0.7;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-drawer__close:hover {
    opacity: 1;
  }
}

.p-drawer__close img {
  display: block;
  width: 100%;
}

.p-drawer__body {
  margin-top: 50px;
}

.p-drawer__main {
  margin-top: 20px;
}

.p-drawer__main__link,
.p-drawer__main .menu-item a {
  display: block;
  padding: 20px 0;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #463535;
  transition: opacity 0.5s;
  font-size: 0.9333333333rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-drawer__main__link,
  .p-drawer__main .menu-item a {
    font-size: 0.8666666667rem;
    line-height: 1;
  }
}

.p-drawer__main__link:hover,
.p-drawer__main .menu-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-drawer__main__link:hover,
  .p-drawer__main .menu-item a:hover {
    opacity: 1;
  }
}

.p-drawer__sub {
  margin-top: 35px;
}

.p-drawer__sub__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
}

.p-drawer__sub__link,
.p-drawer__sub .menu-item a {
  display: block;
  padding: 5px 0;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s;
  font-size: 0.8rem;
  line-height: 1;
}

.p-drawer__sub__link:hover,
.p-drawer__sub .menu-item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-drawer__sub__link:hover,
  .p-drawer__sub .menu-item a:hover {
    opacity: 1;
  }
}

.p-drawer__sns {
  display: flex;
  gap: 0 40px;
  align-items: center;
  margin-top: 20px;
}

.p-drawer__sns__item {
  height: 100%;
}

.p-drawer__sns__link {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.5s;
}

.p-drawer__sns__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-drawer__sns__link:hover {
    opacity: 1;
  }
}

.p-drawer__sns__link img {
  display: block;
}

.p-aside__inner {
  padding: 61px 41px;
}
@media screen and (max-width: 1140px) {
  .p-aside__inner {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 840px) {
  .p-aside__inner {
    padding: 40px 8px;
  }
}

@media screen and (max-width: 840px) {
  .p-aside__search {
    display: none;
  }
}

.p-aside__posts {
  margin-top: 24px;
}
@media screen and (max-width: 840px) {
  .p-aside__posts {
    display: none;
  }
}

.p-aside__posts__heading {
  display: flex;
  justify-content: center;
  background-color: #331e0d;
}

.p-aside__posts__heading__text {
  position: relative;
  padding: 16.5px;
  padding-left: 32px;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
}

.p-aside__posts__heading__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-image: url("../../assets/images/icon-light.png");
  background-size: contain;
  transform: translateY(-50%);
}

.p-aside__posts__list {
  margin-top: 10px;
}

.p-aside__posts__item {
  background-color: #fff;
}

.p-aside__posts__item:not(:first-child) {
  margin-top: 20px;
}

.p-aside__posts__link {
  display: block;
  padding-bottom: 24px;
}

.p-aside__posts__img {
  overflow: hidden;
}

.p-aside__posts__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
}

.p-aside__posts__link:hover .p-aside__posts__img img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-aside__posts__link:hover .p-aside__posts__img img {
    transform: scale(1);
  }
}

.p-aside__posts__title {
  position: relative;
  padding-left: 24px;
  margin-top: 16px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 0.9333333333rem;
  line-height: 1.7142857143;
}

.p-aside__posts__title::before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  content: "";
  background-color: #331e0d;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.p-aside__sponsor {
  margin-top: 100px;
}
@media screen and (max-width: 840px) {
  .p-aside__sponsor {
    margin-top: 0;
  }
}

.p-aside__sponsor__heading {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .p-aside__sponsor__heading {
    align-items: flex-start;
  }
}

.p-aside__sponsor__headingEn {
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #ecb328;
}
@media screen and (max-width: 840px) {
  .p-aside__sponsor__headingEn {
    font-size: 1.2rem;
    line-height: 1;
  }
}

.p-aside__sponsor__headingJa {
  font-size: 2.1333333333rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .p-aside__sponsor__headingJa {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.p-aside__sponsor__list {
  margin-top: 16px;
}
@media screen and (max-width: 840px) {
  .p-aside__sponsor__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}

.p-aside__sponsor__link {
  display: block;
  overflow: hidden;
}

.p-aside__sponsor__img {
  aspect-ratio: 265.22/160;
  transition: transform 0.5s ease;
}

.p-aside__sponsor__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-aside__sponsor__link:hover .p-aside__sponsor__img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-aside__sponsor__link:hover .p-aside__sponsor__img {
    transform: scale(1);
  }
}

.top-fv {
  border-bottom: 1px solid #000;
}

.top-fv__slider.swiper {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-fv__slider.swiper {
    padding-bottom: 100px;
  }
}

.top-fv__slider__list {
  display: flex;
  align-items: stretch;
}

.top-fv__slider__item.swiper-slide {
  display: flex;
  flex-direction: column;
  width: 558px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .top-fv__slider__item.swiper-slide {
    width: calc(100% - 40px);
  }
}

.top-fv__slider__link {
  display: block;
}

.top-fv__slider__img {
  flex-shrink: 0;
  aspect-ratio: 638/333.89;
  overflow: hidden;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .top-fv__slider__img {
    height: 240px;
    aspect-ratio: auto;
  }
}

.top-fv__slider__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.top-fv__slider__link:hover .top-fv__slider__img img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .top-fv__slider__link:hover .top-fv__slider__img img {
    transform: scale(1);
  }
}

.top-fv__slider__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .top-fv__slider__content {
    padding: 20px 0;
  }
}

.top-fv__slider__info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.top-fv__slider__date {
  font-size: 1rem;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
}

.top-fv__slider__label {
  font-size: 0.8rem;
  line-height: 1;
  padding: 6px 11px;
  font-weight: 700;
  background-color: #ff9fb3;
  border: 1px solid #331e0d;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .top-fv__slider__label {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.top-fv__slider__title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-fv__slider__title {
    font-size: 1.2rem;
    line-height: 1.6111111111;
  }
}

.top-fv__slider__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.top-fv__slider__tag__item {
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-fv__slider__tag__item {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.top-fv .swiper-horizontal > .swiper-pagination-bullets,
.top-fv .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 75px;
}
@media screen and (max-width: 768px) {
  .top-fv .swiper-horizontal > .swiper-pagination-bullets,
  .top-fv .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 65px;
  }
}

.top-fv .swiper-button-prev,
.top-fv .swiper-button-next {
  top: auto;
  bottom: 25px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .top-fv .swiper-button-prev,
  .top-fv .swiper-button-next {
    bottom: 16px;
  }
}

.top-fv .swiper-button-prev {
  left: 50%;
  transform: translateX(calc(-50% - 40px));
}

.top-fv .swiper-button-next {
  right: 50%;
  transform: translateX(calc(50% + 40px));
}

.top-fv .swiper-button-prev::after,
.top-fv .swiper-button-next::after {
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
}

.top-fv .swiper-button-prev::after {
  background-image: url("../../assets/images/icon-arrow-swiper-prev.png");
}

.top-fv .swiper-button-next::after {
  background-image: url("../../assets/images/icon-arrow-swiper-next.png");
}

.top-fv .swiper-pagination-bullet-active {
  background: #ecb328;
}

.p-top-writer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-top-writer__head .c-button {
    display: none;
  }
}

.p-top-writer__main {
  margin-top: 48px;
}

.p-top-writer__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  row-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 1140px) {
  .p-top-writer__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-top-writer__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-top-writer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-top-writer__link {
  display: block;
}

.p-top-writer__img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50px;
}

.p-top-writer__img img {
  -moz-column-width: 100%;
  column-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: transform 0.5s ease-in-out;
}

.p-top-writer__link:hover .p-top-writer__img img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-top-writer__link:hover .p-top-writer__img img {
    transform: scale(1);
  }
}

.p-top-writer__nameEn {
  margin-top: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  color: #ecb328;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-top-writer__nameEn {
    font-size: 0.6666666667rem;
    line-height: 1.4;
  }
}

.p-top-writer__nameJa {
  font-weight: 700;
  font-size: 1.0666666667rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-top-writer__nameJa {
    font-size: 0.9333333333rem;
    line-height: 1.6;
  }
}

.p-single__head {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-single__head {
    flex-direction: column;
    row-gap: 16px;
  }
}

.p-single__title {
  font-size: 2.1333333333rem;
  line-height: 1.625;
  display: inline-block;
  width: calc(100% - 152px - 34px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-single__title {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5833333333;
  }
}

.p-single__share {
  display: inline-block;
  width: 152px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-single__share {
    order: 3;
    width: 100%;
    border-bottom: 1px solid #331e0d;
  }
}

.p-single__share__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-single__share__list {
    width: 152px;
    padding-bottom: 16px;
    margin-left: auto;
  }
}

.p-single__share__link {
  display: block;
  width: 40px;
  height: 40px;
  transition: opacity 0.5s;
}

.p-single__share__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-single__share__link:hover {
    opacity: 1;
  }
}

.p-single__share__img {
  display: block;
  width: 100%;
}

.p-single__info {
  display: flex;
  gap: 0 8px;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid #331e0d;
}
@media screen and (max-width: 768px) {
  .p-single__info {
    padding-bottom: 0;
    margin-top: 6px;
    margin-right: auto;
    border-bottom: 0 solid #331e0d;
  }
}

.p-single__label {
  font-size: 0.8rem;
  line-height: 1;
  padding: 6px 11px;
  font-weight: 700;
  background-color: #ff9fb3;
  border: 1px solid #331e0d;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-single__label {
    font-size: 0.6666666667rem;
    line-height: 1;
  }
}

.p-single__date {
  font-size: 0.7333333333rem;
  line-height: 1.5454545455;
  display: block;
  font-weight: 700;
}

.p-single__thumb {
  margin-top: 24px;
  overflow: hidden;
  border-radius: 52.6px;
}
@media screen and (max-width: 768px) {
  .p-single__thumb {
    order: 4;
    margin-top: 4px;
    border-radius: 32px;
  }
}

.p-single__thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single__article {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-single__article {
    margin-top: 24px;
  }
}
.p-single__article * {
  margin: 40px 0;
}
.p-single__article h2 {
  font-size: 1.3333333333rem;
  line-height: 1.2;
  padding: 10px 24px;
  font-weight: 900;
  background-color: #fff;
  border-bottom: 1px solid #ecb328;
  border-left: 8px solid #ecb328;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-single__article h2 {
    font-size: 1.0666666667rem;
    line-height: 1.2;
  }
}
.p-single__article p {
  font-size: 1.0666666667rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-single__article p {
    font-size: 1rem;
    line-height: 2;
  }
}
.p-single__article p a {
  text-decoration: underline;
  transition: opacity 0.5s;
}
.p-single__article p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-single__article p a:hover {
    opacity: 1;
  }
}

.p-single-writer {
  border-top: 1px solid #000;
}

.p-single-writer__inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.p-single-writer__heading {
  min-width: 185px;
}
@media screen and (max-width: 768px) {
  .p-single-writer__heading {
    min-width: 155px;
  }
}

.p-single-writer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.p-single-writer__link {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
}

.p-single-writer__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.p-single-writer__link:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-single-writer__link:hover img {
    transform: scale(1);
  }
}

.p-single-posts {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.p-single-posts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.p-single-posts__main {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-single-posts__main {
    margin-top: 20px;
  }
}

.p-posts__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-posts__head .c-button {
    display: none;
  }
}

.p-posts__main {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .p-posts__main {
    margin-top: 40px;
  }
}

.p-posts__foot {
  width: 145px;
  margin: 0 auto;
  margin-top: 48px;
}

.p-posts__foot.is-hidden {
  height: 0;
  opacity: 0;
  transition: opacity height 0.5s;
}

.p-posts__main:has(.c-card__message) + .p-posts__foot {
  display: none;
}

.p-writer__main {
  margin-top: 42px;
}

.p-writer__item {
  display: flex;
  gap: 0 24px;
  justify-content: space-between;
  padding: 24px;
  scroll-margin-top: 160px;
  background-color: #fff;
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.08));
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-writer__item {
    scroll-margin-top: 110px;
    flex-direction: column;
    align-items: center;
  }
}

.p-writer__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-writer__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-writer__img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-writer__img {
    margin: 0 auto;
  }
}

.p-writer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-writer__content {
  width: calc(100% - 24px - 200px);
}
@media screen and (max-width: 768px) {
  .p-writer__content {
    width: 100%;
    padding: 16px;
    margin-top: 24px;
  }
}

.p-writer__nameEn {
  display: block;
  font-size: 0.9333333333rem;
  line-height: 1;
  font-weight: 600;
  color: #ecb328;
}
@media screen and (max-width: 768px) {
  .p-writer__nameEn {
    text-align: center;
  }
}

.p-writer__nameJa {
  font-size: 1.2rem;
  line-height: 1.6111111111;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-writer__nameJa {
    text-align: center;
  }
}

.p-writer__sns {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .p-writer__sns__item {
    display: flex;
    justify-content: center;
  }
}

.p-writer__link {
  display: block;
  width: 20px;
  height: 20px;
  transition: opacity 0.5s;
}

.p-writer__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-writer__link:hover {
    opacity: 1;
  }
}

.p-writer__link img {
  display: block;
  width: 100%;
  height: 100%;
}

.p-writer__description {
  font-size: 0.9333333333rem;
  line-height: 1.5714285714;
  margin-top: 19px;
  font-weight: 700;
}

.p-backToTop {
  padding: 45px;
}
@media screen and (max-width: 768px) {
  .p-backToTop {
    padding: 33px;
  }
}

.p-backToTop__button {
  width: 145px;
  margin: 0 auto;
}

.p-page__content {
  margin-top: 40px;
}
.p-page__content h2 {
  font-size: 1.2rem;
  line-height: 2;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #ecb328;
}
.p-page__content p + h2 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-page__content p + h2 {
    margin-top: 38px;
  }
}
.p-page__content p {
  font-size: 0.9333333333rem;
  line-height: 2;
  font-family: "Work Sans", sans-serif;
  color: #000;
}
.p-page__content hr.wp-block-separator + h2 {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-page__content hr.wp-block-separator + h2 {
    margin-top: 32px;
  }
}
.p-page__content h2 + p {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-page__content h2 + p {
    margin-top: 14px;
  }
}
.p-page__content hr.wp-block-separator {
  border-top: 1px solid;
}

.p-about__container {
  display: flex;
  justify-content: space-between;
  padding: 24px 24px 40px;
  margin-top: 40px;
  background-color: #fff;
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.08));
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-about__container {
    display: block;
  }
}

.p-about__img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p-about__img {
    margin: 0 auto;
  }
}

.p-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-about__content {
  width: calc(100% - 24px - 200px);
}
@media screen and (max-width: 768px) {
  .p-about__content {
    width: 100%;
    padding: 16px;
    margin-top: 24px;
  }
}
.p-about__content h2 {
  font-weight: 700;
  color: #ecb328;
  font-size: 1.3333333333rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-about__content h2 {
    font-size: 0.9333333333rem;
    line-height: 1.5714285714;
  }
}
.p-about__content h2::first-line {
  font-size: 0.9333333333rem;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}
.p-about__content p {
  font-size: 1.0666666667rem;
  line-height: 1.625;
  font-weight: 700;
  color: #1c1814;
}
@media screen and (max-width: 768px) {
  .p-about__content p {
    font-size: 0.9333333333rem;
    line-height: 1.5714285714;
  }
}
.p-about__content h2 + p {
  margin-top: 16px;
}
.p-about__content p + p {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .p-about__content p + p {
    margin-top: 30px;
  }
}

.p-faq__main {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-faq__main {
    margin-top: 40px;
  }
}

.p-faq__item:not(:first-child) {
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  .p-faq__item:not(:first-child) {
    margin-top: 21px;
  }
}

.p-faq__content {
  background-color: #fff;
}

.p-faq__question {
  position: relative;
  padding: 16px 8px 16px 16px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__question {
    padding: 17px 10px;
  }
}

.p-faq__question::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 10px;
  content: "";
  background-image: url("../../assets/images/icon-arrow-accordion.png");
  background-size: contain;
  transition: transform 0.3s;
  transform: translateY(-50%);
}

.p-faq__question:has(+ .is-open)::before {
  transform: translateY(-50%) rotate(180deg);
}

.p-faq__question__text {
  position: relative;
  display: block;
  padding: 0 35px 0 50px;
  font-size: 1.2rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 768px) {
  .p-faq__question__text {
    font-size: 1.0666666667rem;
    line-height: 1.6875;
    padding: 0 35px 0 50px;
  }
}

.p-faq__question__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background-color: #ffe27b;
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-faq__question__text::after {
  position: absolute;
  top: 50%;
  left: 6.5px;
  font-size: 20px;
  color: #333;
  content: "Q";
  transform: translateY(-50%);
  font-size: 1.3333333333rem;
  line-height: 1.4;
}

.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}

.p-faq__answer.is-open {
  grid-template-rows: 1fr;
}

.p-faq__answer__inner {
  overflow: hidden;
}

.p-faq__answer__text {
  position: relative;
  display: block;
  padding: 14px 8px 16px 66px;
  font-weight: 500;
  font-size: 1.0666666667rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-faq__answer__text {
    padding: 14px 12px 16px 60px;
    font-size: 14px;
  }
}
.p-faq__answer__text a {
  position: relative;
  display: inline-block;
  color: #0a90f3;
}
.p-faq__answer__text a::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #0a90f3;
  opacity: 1;
  transition: opacity 0.5s;
}
.p-faq__answer__text a:hover::after {
  opacity: 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .p-faq__answer__text a:hover::after {
    opacity: 1;
  }
}

.p-faq__answer__text::before {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 30px;
  height: 30px;
  content: "";
  background-color: #ff9fb3;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-faq__answer__text::before {
    left: 9px;
  }
}

.p-faq__answer__text::after {
  position: absolute;
  top: 50%;
  left: 23.5px;
  font-size: 24px;
  color: #333;
  content: "A";
  transform: translateY(-50%);
  font-size: 1.3333333333rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-faq__answer__text::after {
    left: 16.5px;
  }
}

.p-contact__head {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}

.p-contact__description {
  font-size: 1.0666666667rem;
  line-height: 2;
  margin-top: 46px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__description {
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}

.p-contact__form {
  margin-top: 55px;
}

.p-contact__input:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-contact__input:not(:first-child) {
    margin-top: 24px;
  }
}

.p-contact__label {
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
  font-weight: 700;
}

.required {
  padding: 2px 7px;
  margin-left: 8px;
  font-weight: 700;
  color: #fff;
  background-color: #ff9fb3;
  font-size: 0.6666666667rem;
  line-height: 1.15;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 12px;
}

.wpcf7-form-control-wrap:has(> .p-contact__radio) {
  margin-top: 20px;
}

.p-contact__text {
  width: 100%;
  padding: 20px 21px;
  font-family: "Work Sans", sans-serif;
  background-color: #fff;
  border: 1px solid #ecb328;
  border-radius: 5px;
  font-size: 0.9333333333rem;
  line-height: 1.7857142857;
}

.p-contact__radio {
  /* デフォルトのボタン */
  /* チェック前のボタン */
  /* チェック後のボタン */
}
.p-contact__radio .wpcf7-list-item.first {
  margin: 0;
}
.p-contact__radio .wpcf7-list-item {
  margin: 0 0 0 1.3em;
}
@media screen and (max-width: 768px) {
  .p-contact__radio .wpcf7-list-item {
    display: block;
    margin: 12px 0 0;
  }
}
.p-contact__radio .wpcf7-list-item-label {
  display: flex;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  font-size: 0.9333333333rem;
  line-height: 1.1428571429;
}
.p-contact__radio input[type=radio] {
  position: absolute;
  opacity: 0; /* デフォルトのボタンを非表示 */
}
.p-contact__radio .wpcf7-list-item-label::before {
  width: 1.2em;
  height: 1.2em;
  margin-top: auto;
  margin-right: 0.8em;
  margin-bottom: auto;
  content: "";
  background: #fff;
  border: 1px solid #767676;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  transition: background-color 0.5s; /* 色をじんわり変化させる */
}
.p-contact__radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #0075ff; /* チェック後の中心の色 */
  border: 1px solid #0075ff;
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

.p-contact__textArea {
  width: 100%;
  min-height: 227px;
  padding: 16px 11px;
  border: 1px solid #ecb328;
}

.p-contact__text::-moz-placeholder, .p-contact__textArea::-moz-placeholder {
  font-size: 0.9333333333rem;
  line-height: 1.7857142857;
  font-weight: 500;
  color: #929292;
}

.p-contact__text::placeholder,
.p-contact__textArea::placeholder {
  font-size: 0.9333333333rem;
  line-height: 1.7857142857;
  font-weight: 500;
  color: #929292;
}

.wpcf7-form-control-wrap:has(> .wpcf7-acceptance) {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.wpcf7-acceptance .wpcf7-list-item {
  display: block;
  line-height: 1;
}
.wpcf7-acceptance .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}
.wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.25;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  font-weight: 700;
  color: #ecb328;
}
.wpcf7-acceptance .wpcf7-list-item-label a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ecb328;
  transition: opacity 0.5s;
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .wpcf7-acceptance .wpcf7-list-item-label a:hover::before {
    opacity: 1;
  }
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  background: #fff;
  border: 1px solid #767676;
  border-radius: 2.5px;
  transform: translateY(-50%);
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 28%;
  left: 3px;
  display: block;
  width: 8px;
  height: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%);
  transform: rotate(135deg);
}
.wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #0075ff;
  border: 1px solid #0075ff;
}

.p-contact__submitWrap {
  margin-top: 16px;
}

.p-contact__submit {
  display: block;
  width: 100%;
  max-width: 400px;
  height: 48px;
  margin: 0 auto;
  cursor: pointer;
  background-color: #ecb328;
  border-radius: 30px;
  transition: opacity 0.5s;
}

.p-contact__submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-contact__submit:hover {
    opacity: 1;
  }
}

.p-contact__foot {
  width: 100%;
  max-width: 600px;
  margin: 150px auto 0;
}

.p-contact__content {
  margin-top: 55px;
}
.p-contact__content .wp-block-table {
  background-color: #fff;
}
.p-contact__content .wp-block-table table th, .p-contact__content .wp-block-table table td {
  border-style: none;
}
.p-contact__content .wp-block-table table td {
  font-weight: 500;
  border-bottom: 1px solid #fff9ec;
}
.p-contact__content .wp-block-table table td:first-child {
  font-size: 1.0666666667rem;
  line-height: 2;
  min-width: 120px;
}
.p-contact__content .wp-block-table table td:last-child {
  font-size: 1rem;
  line-height: 2.1333333333;
  text-align: left;
}

.p-thanks {
  background-color: #331e0d;
}

.p-thanks__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-thanks__img {
  width: 100%;
  max-width: 162px;
}
@media screen and (max-width: 768px) {
  .p-thanks__img {
    max-width: 120px;
  }
}

.p-thanks__logo {
  width: 100%;
  max-width: 200px;
  margin-top: 24px;
}

.p-thanks__heading {
  margin-top: 22px;
  font-size: 2.1333333333rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-thanks__heading {
    margin-top: 29px;
    text-align: center;
    font-size: 1.3333333333rem;
    line-height: 1.6;
  }
}

.p-thanks__message {
  font-size: 1.0666666667rem;
  line-height: 2;
  margin-top: 45px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__message {
    margin-top: 31px;
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}

.p-thanks__body {
  width: 100%;
  padding: 16px 0;
  margin-top: 64px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-thanks__body {
    padding: 16px 0 24px;
    margin-top: 47px;
  }
}

.p-thanks__text {
  color: #fff;
  font-size: 1.0666666667rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-thanks__text {
    font-size: 0.9333333333rem;
    line-height: 2;
  }
}

.p-thanks__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.p-thanks__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  line-height: 1;
  padding: 18px 8px;
  font-weight: 700;
  color: #331e0d;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-thanks__link {
    font-size: 0.9333333333rem;
    line-height: 1;
  }
}

.p-thanks__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-thanks__link:hover {
    opacity: 1;
  }
}

.p-thanks__sns {
  display: flex;
  gap: 0 40px;
  align-items: center;
  margin-top: 42px;
}

.p-thanks__sns__link {
  display: flex;
  align-items: center;
  height: 100%;
  transition: opacity 0.5s;
}

.p-thanks__sns__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-thanks__sns__link:hover {
    opacity: 1;
  }
}

.p-thanks__sns__link img {
  width: 100%;
}

.p-sponsor__main {
  margin-top: 40px;
}

.p-sponsor__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .p-sponsor__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-sponsor__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-sponsor__link {
  display: block;
}

.p-sponsor__img {
  aspect-ratio: 285.95/191;
  overflow: hidden;
}

.p-sponsor__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
}

.p-sponsor__link:hover .p-sponsor__img img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .p-sponsor__link:hover .p-sponsor__img img {
    transform: scale(1);
  }
}

.p-sponsor__name {
  font-size: 1.0666666667rem;
  line-height: 1.6;
  padding: 20px;
  font-weight: 700;
  text-align: center;
}

.p-sitemap__block .wp-block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 30px;
}
@media screen and (max-width: 768px) {
  .p-sitemap__block .wp-block-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-sitemap__block .wp-block-list:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-sitemap__block .wp-block-list:not(:first-child) {
    margin-top: 20px;
  }
}
.p-sitemap__block .wp-block-list a {
  display: block;
  font-size: 0.8666666667rem;
  line-height: 1.0769230769;
  padding: 20px 0;
  font-weight: 700;
  border-bottom: 1px solid #331e0d;
  transition: opacity 0.5s;
}
.p-sitemap__block .wp-block-list a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-sitemap__block .wp-block-list a:hover {
    opacity: 1;
  }
}

.p-404__heading {
  font-size: 5.3333333333rem;
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #ecb328;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404__heading {
    font-size: 4.2666666667rem;
    line-height: 1.40625;
  }
}

.p-404__subHeading {
  font-size: 2.1333333333rem;
  line-height: 1.40625;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404__subHeading {
    font-size: 1.8666666667rem;
    line-height: 1.4285714286;
  }
}

.p-404__text {
  font-size: 1.0666666667rem;
  line-height: 1;
  margin-top: 16px;
  font-weight: 700;
  text-align: center;
}

.p-404__description {
  font-size: 0.9333333333rem;
  line-height: 1.4285714286;
  margin-top: 41px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  text-align: center;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  position: relative;
  z-index: 1;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: "";
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  content: "";
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  width: var(--swiper-virtual-size);
  height: 1px;
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.35;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  pointer-events: none;
  cursor: auto;
  opacity: 0;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: initial;
  line-height: 1;
  text-transform: none !important;
  letter-spacing: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 10px;
}

.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  z-index: 10;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: 50%;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  top: 50%;
  right: 10px;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  width: 8px;
  transform: translateY(-50%);
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  bottom: 3px;
  left: 1%;
  z-index: 50;
  width: 98%;
  height: 5px;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  top: 1%;
  right: 3px;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: transparent;
  border-radius: 50%;
  transform-origin: 50%;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
  pointer-events: none;
  opacity: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.swiper-cube .swiper-cube-shadow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #000;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  overflow: hidden;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ===============================================
# 非表示設定
=============================================== */
.u-pc {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: none;
  }
}

/* ---------------------------------
 component
 --------------------------------- */
/* ---------------------------------
 project
 --------------------------------- */
/* ---------------------------------
 utility
 --------------------------------- */

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