@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-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;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  background-color: #282828;
  color: #282828;
}

.grecaptcha-badge {
  visibility: hidden;
}

.spbr {
  display: none;
}
@media (768px >= width) {
  .spbr {
    display: block;
  }
}

.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  height: 8rem;
}
@media (1024px >= width) {
  .header {
    height: 4rem;
  }
}
.header__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 8rem;
  z-index: 2;
  background-color: #282828;
}
@media (1024px >= width) {
  .header__container {
    justify-content: center;
  }
}
.header__logo {
  height: 50%;
}
.header__logo a {
  display: inline-block;
  height: 100%;
}
.header__logo a img {
  height: 100%;
}
.header__nav {
  display: block;
}
@media (1024px >= width) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  gap: 2rem;
}
.header__nav ul a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #ffd200;
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (1024px >= width) {
  .header__nav ul a {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  .header__nav ul a {
    font-size: 1rem;
  }
}
.header__menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  position: absolute;
  right: 0;
  width: 72px;
  height: 64px;
  border-radius: 36px 36px 0 0;
  padding-bottom: 16px;
  background-color: #c8c3c8;
  cursor: pointer;
}
@media (1024px >= width) {
  .header__menu-toggle {
    display: flex;
  }
}
.header__menu-toggle span {
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background-color: #282828;
  transition: all 0.3s ease-in-out;
}
.active .header__menu-toggle span {
  width: 6px;
}
.header__hidden-nav {
  display: none;
  top: 100%;
  right: 0;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
}
@media (1024px >= width) {
  .header__hidden-nav {
    display: block;
  }
}
.active .header__hidden-nav {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header__hidden-nav ul {
  display: flex;
  flex-direction: column;
}
.header__hidden-nav ul li {
  width: 100%;
  padding: 12px 32px;
  text-align: center;
  border-bottom: 2px dotted #282828;
}
.header__hidden-nav ul li:nth-last-child(1) {
  border: none;
}
.header__hidden-nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #282828;
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (1024px >= width) {
  .header__hidden-nav ul li a {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  .header__hidden-nav ul li a {
    font-size: 1rem;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem;
  padding: 8rem;
  background-color: #282828;
}
@media (1024px >= width) {
  .footer {
    gap: 2rem;
    padding: 4rem 2rem;
  }
}
.footer__logo {
  display: flex;
  gap: 2rem;
  height: 4rem;
}
@media (1024px >= width) {
  .footer__logo {
    gap: 1rem;
    height: 2rem;
  }
}
.footer__logo a {
  height: 100%;
}
.footer__logo a img {
  height: 100%;
}
.footer__nav {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  line-height: 2;
  font-size: 1rem;
  color: #c8c3c8;
}
@media (1024px >= width) {
  .footer__nav {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  .footer__nav {
    font-size: 0.8rem;
  }
}
.footer__nav ul {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
@media (1024px >= width) {
  .footer__nav ul {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.footer__copyright {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
@media (1024px >= width) {
  .footer__copyright {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  .footer__copyright {
    font-size: 0.8rem;
  }
}
.footer__notice {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: normal;
  color: #c8c3c8;
}
.footer__notice a {
  color: #1a73e8;
}

#page-home {
  position: relative;
  background-color: #ffd200;
  top: -16vw;
  margin-bottom: -16vw;
}
#page-home.time-night {
  background-color: #64648d;
}
@media (1024px >= width) {
  #page-home {
    top: -12vw;
    margin-bottom: -12vw;
  }
}
@media (768px >= width) {
  #page-home {
    top: -8vw;
    margin-bottom: -8vw;
  }
}

/* コンテナ設定 */
.building {
  aspect-ratio: 375/667;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media (1024px >= width) {
  .building {
    width: 100%;
  }
}

/* 各要素は絶対配置 */
.building__sky,
.building__background,
.building__ground,
.building__content {
  position: absolute;
}

.building__sky,
.building__background {
  inset: 0;
}

/* sky, background の背景画像 */
.building__sky {
  background: url("../assets/building/building_sky_day.webp") center/cover no-repeat;
}
.time-night .building__sky {
  background-image: url("../assets/building/building_sky_night.webp");
}

.building__background {
  background: url("../assets/building/building_bg_day.webp") center/cover no-repeat;
}
.time-night .building__background {
  background-image: url("../assets/building/building_bg_night.webp");
}

.building__ground {
  background: url("../assets/building/building_ground_day.webp") top/cover no-repeat;
  margin: 0 -10vw;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5.6221889055%;
}
@media (1024px >= width) {
  .building__ground {
    margin: 0;
  }
}
.time-night .building__ground {
  background-image: url("../assets/building/building_ground_night.webp");
}

/* リンクの基本設定 */
.building__content a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; /* 疑似要素の基準 */
}

/* 会社、ニュース、ショップの背景画像 */
.building__company a {
  background: url("../assets/building/building_company_day.webp") center/contain no-repeat;
}
.time-night .building__company a {
  background-image: url("../assets/building/building_company_night.webp");
}

.building__news a {
  background: url("../assets/building/building_news_day.webp") center/contain no-repeat;
}
.time-night .building__news a {
  background-image: url("../assets/building/building_news_night.webp");
}

.building__shop a {
  background: url("../assets/building/building_shop_day.webp") center/contain no-repeat;
}
.time-night .building__shop a {
  background-image: url("../assets/building/building_shop_night.webp");
}

/* キャラクター用アニメーションフレームの共通設定 */
.building__character-1 a::after,
.building__character-1 a .frame-2,
.building__character-1 a .frame-3,
.building__character-1 a .frame-4,
.building__character-2 a .frame-1,
.building__character-2 a .frame-2,
.building__character-3 a .frame-1,
.building__character-3 a .frame-2 {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* character-1の4枚フレーム設定 */
.building__character-1 a::after {
  background-image: url("../assets/building/building_character1_day_frame1.webp");
}
.time-night .building__character-1 a::after {
  background-image: url("../assets/building/building_character1_night_frame1.webp");
}

.building__character-1 a .frame-2 {
  background-image: url("../assets/building/building_character1_day_frame2.webp");
}
.time-night .building__character-1 a .frame-2 {
  background-image: url("../assets/building/building_character1_night_frame2.webp");
}

.building__character-1 a .frame-3 {
  background-image: url("../assets/building/building_character1_day_frame3.webp");
}
.time-night .building__character-1 a .frame-3 {
  background-image: url("../assets/building/building_character1_night_frame3.webp");
}

.building__character-1 a .frame-4 {
  background-image: url("../assets/building/building_character1_day_frame4.webp");
}
.time-night .building__character-1 a .frame-4 {
  background-image: url("../assets/building/building_character1_night_frame4.webp");
}

/* character-2の2枚フレーム設定 */
.building__character-2 a .frame-1 {
  background-image: url("../assets/building/building_character2_day_frame1.webp");
}
.time-night .building__character-2 a .frame-1 {
  background-image: url("../assets/building/building_character2_night_frame1.webp");
}

.building__character-2 a .frame-2 {
  background-image: url("../assets/building/building_character2_day_frame2.webp");
}
.time-night .building__character-2 a .frame-2 {
  background-image: url("../assets/building/building_character2_night_frame2.webp");
}

/* character-3の2枚フレーム設定 */
.building__character-3 a .frame-1 {
  background-image: url("../assets/building/building_character3_day_frame1.webp");
}
.time-night .building__character-3 a .frame-1 {
  background-image: url("../assets/building/building_character3_night_frame1.webp");
}

.building__character-3 a .frame-2 {
  background-image: url("../assets/building/building_character3_day_frame2.webp");
}
.time-night .building__character-3 a .frame-2 {
  background-image: url("../assets/building/building_character3_night_frame2.webp");
}

/* 各キャラクターの位置設定 */
.building__character-1 {
  top: 37.1814092954%;
  left: 14.9333333333%;
  width: 42.6666666667%;
  height: 11.9940029985%;
}

.building__character-2 {
  top: 51.5742128936%;
  left: 43.2%;
  width: 42.6666666667%;
  height: 11.9940029985%;
}

.building__character-3 {
  top: 62.6686656672%;
  left: 15.2%;
  width: 42.6666666667%;
  height: 15.2923538231%;
}

.building__company {
  top: 32.6836581709%;
  left: 2.9333333333%;
  width: 9.8666666667%;
  height: 45.8770614693%;
}

.building__news {
  top: 80.35982009%;
  left: 16.5333333333%;
  width: 33.0666666667%;
  height: 15.1424287856%;
}

.building__shop {
  top: 84.5577211394%;
  left: 53.3333333333%;
  width: 37.6%;
  height: 10.6446776612%;
}

/* 改善されたアニメーション定義 */
/* 2フレームアニメーション */
@keyframes frame1of2 {
  0%, 49.9% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes frame2of2 {
  0%, 49.9% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
/* 4フレームアニメーション */
@keyframes frame1of4 {
  0%, 24.9% {
    opacity: 1;
  }
  25%, 100% {
    opacity: 0;
  }
}
@keyframes frame2of4 {
  0%, 24.9% {
    opacity: 0;
  }
  25%, 49.9% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes frame3of4 {
  0%, 49.9% {
    opacity: 0;
  }
  50%, 74.9% {
    opacity: 1;
  }
  75%, 100% {
    opacity: 0;
  }
}
@keyframes frame4of4 {
  0%, 74.9% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
/* キャラクター2、3の2枚ループアニメーション */
.building__character-2 a,
.building__character-3 a {
  background: none;
}

.building__character-2 a .frame-1 {
  animation: frame1of2 3s infinite;
  opacity: 1; /* 初期表示用 */
}

.building__character-2 a .frame-2 {
  animation: frame2of2 3s infinite;
  opacity: 0; /* 初期表示用 */
}

/* character-3のアニメーション（開始タイミングをずらす） */
.building__character-3 a .frame-1 {
  animation: frame1of2 3s infinite;
  animation-delay: 1s;
  opacity: 1; /* 初期表示用 */
}
.time-night .building__character-3 a .frame-1 {
  animation-delay: 1.5s;
}

.building__character-3 a .frame-2 {
  animation: frame2of2 3s infinite;
  animation-delay: 1s;
  opacity: 0; /* 初期表示用 */
}
.time-night .building__character-3 a .frame-2 {
  animation-delay: 1.5s;
}

/* character-1 の4枚ループアニメーション */
.building__character-1 a {
  background: none;
}

.building__character-1 a::after {
  animation: frame1of4 4s infinite;
  opacity: 1; /* 初期表示用 */
}

.building__character-1 a .frame-2 {
  animation: frame2of4 4s infinite;
  opacity: 0; /* 初期表示用 */
}

.building__character-1 a .frame-3 {
  animation: frame3of4 4s infinite;
  opacity: 0; /* 初期表示用 */
}

.building__character-1 a .frame-4 {
  animation: frame4of4 4s infinite;
  opacity: 0; /* 初期表示用 */
}

#page-characters {
  height: 100svh;
  padding-top: 8rem;
  background-color: #ffd200;
}
@media (1024px >= width) {
  #page-characters {
    padding-top: 4rem;
  }
}
#page-characters .container {
  height: 100%;
  max-width: 60rem;
  padding: 8rem 0;
  margin: 0 auto;
}
@media (1024px >= width) {
  #page-characters .container {
    padding: 4rem 2rem;
  }
}
#page-characters .container .characters {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: 100%;
}
@media (1024px >= width) {
  #page-characters .container .characters {
    gap: 3rem;
  }
}
#page-characters .container .characters__heading {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (1024px >= width) {
  #page-characters .container .characters__heading {
    font-size: 2.5rem;
  }
}
@media (768px >= width) {
  #page-characters .container .characters__heading {
    font-size: 2rem;
  }
}
#page-characters .container .characters__list {
  display: flex;
  gap: 2rem;
  height: 100%;
}
@media (1024px >= width) {
  #page-characters .container .characters__list {
    gap: 1.5rem;
  }
}
#page-characters .container .characters__list li {
  flex: 1;
  overflow: hidden;
}
#page-characters .container .characters__list li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  height: 100%;
}
@media (1024px >= width) {
  #page-characters .container .characters__list li a {
    gap: 0.75rem;
  }
}
#page-characters .container .characters__list li a .image-container {
  width: 100%;
  height: 100%;
}
#page-characters .container .characters__list li a h2 {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
}
@media (1024px >= width) {
  #page-characters .container .characters__list li a h2 {
    font-size: 1.8rem;
  }
}
@media (768px >= width) {
  #page-characters .container .characters__list li a h2 {
    font-size: 1.6rem;
  }
}
#page-characters .container .characters__list li:nth-of-type(1) .image-container {
  background: url("../assets/images/character-1.webp") center/contain no-repeat;
}
#page-characters .container .characters__list li:nth-of-type(2) .image-container {
  background: url("../assets/images/character-2.webp") center/contain no-repeat;
}
#page-characters .container .characters__list li:nth-of-type(3) .image-container {
  background: url("../assets/images/character-3.webp") center/contain no-repeat;
}
@media (1024px >= width) {
  #page-characters .container .characters__list {
    flex-direction: column;
  }
}

.iam225 {
  background-color: #828ca0;
  color: #c8c8ff;
}

.stampi {
  background-color: #ffffff;
  color: #282828;
}

.mycosmo {
  background-color: #82d2d7;
  color: #d7f5ee;
}

.iam225,
.stampi,
.mycosmo {
  padding: 8rem 8rem 0 8rem;
  overflow: hidden;
}
@media (1024px >= width) {
  .iam225,
  .stampi,
  .mycosmo {
    padding: 4rem 2rem 0 2rem;
  }
}
.iam225 h1,
.stampi h1,
.mycosmo h1 {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 4rem;
  font-weight: 800;
}
@media (1024px >= width) {
  .iam225 h1,
  .stampi h1,
  .mycosmo h1 {
    font-size: 3.5rem;
  }
}
@media (768px >= width) {
  .iam225 h1,
  .stampi h1,
  .mycosmo h1 {
    font-size: 3rem;
  }
}
.iam225 h2,
.stampi h2,
.mycosmo h2 {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 3rem;
  font-weight: 800;
}
@media (1024px >= width) {
  .iam225 h2,
  .stampi h2,
  .mycosmo h2 {
    font-size: 2.5rem;
  }
}
@media (768px >= width) {
  .iam225 h2,
  .stampi h2,
  .mycosmo h2 {
    font-size: 2rem;
  }
}
.iam225 p,
.stampi p,
.mycosmo p {
  color: #282828;
}
.iam225 span,
.stampi span,
.mycosmo span {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  line-height: 2;
  font-size: 1rem;
}
@media (1024px >= width) {
  .iam225 span,
  .stampi span,
  .mycosmo span {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  .iam225 span,
  .stampi span,
  .mycosmo span {
    font-size: 0.8rem;
  }
}
.iam225 .character-container,
.stampi .character-container,
.mycosmo .character-container {
  display: flex;
  flex-direction: column;
  max-width: 64rem;
  margin: 0 auto;
  gap: 8rem;
  padding: 4rem 0;
}
@media (1024px >= width) {
  .iam225 .character-container,
  .stampi .character-container,
  .mycosmo .character-container {
    gap: 4rem;
    padding: 2rem 0;
  }
}
.iam225 .character-container .character-header,
.stampi .character-container .character-header,
.mycosmo .character-container .character-header {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-header,
  .stampi .character-container .character-header,
  .mycosmo .character-container .character-header {
    gap: 2rem;
  }
}
.iam225 .character-container .character-header .character-grid,
.stampi .character-container .character-header .character-grid,
.mycosmo .character-container .character-header .character-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
}
@media (1024px >= width) {
  .iam225 .character-container .character-header .character-grid,
  .stampi .character-container .character-header .character-grid,
  .mycosmo .character-container .character-header .character-grid {
    grid-template-columns: 1fr 1fr;
  }
  .iam225 .character-container .character-header .character-grid.mycosmo-grid,
  .stampi .character-container .character-header .character-grid.mycosmo-grid,
  .mycosmo .character-container .character-header .character-grid.mycosmo-grid {
    margin-right: -3rem;
  }
}
.iam225 .character-container .character-header .character-grid .character-name,
.stampi .character-container .character-header .character-grid .character-name,
.mycosmo .character-container .character-header .character-grid .character-name {
  grid-column: 1/3;
  grid-row: 1/2;
}
.iam225 .character-container .character-header .character-grid span,
.stampi .character-container .character-header .character-grid span,
.mycosmo .character-container .character-header .character-grid span {
  line-height: 1;
}
.iam225 .character-container .character-header .character-grid p,
.stampi .character-container .character-header .character-grid p,
.mycosmo .character-container .character-header .character-grid p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  font-size: 1.5rem;
  grid-column: 1/2;
  grid-row: 2/3;
  padding-top: 2rem;
  z-index: 2;
}
@media (1024px >= width) {
  .iam225 .character-container .character-header .character-grid p,
  .stampi .character-container .character-header .character-grid p,
  .mycosmo .character-container .character-header .character-grid p {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  .iam225 .character-container .character-header .character-grid p,
  .stampi .character-container .character-header .character-grid p,
  .mycosmo .character-container .character-header .character-grid p {
    font-size: 1rem;
  }
}
@media (1024px >= width) {
  .iam225 .character-container .character-header .character-grid p,
  .stampi .character-container .character-header .character-grid p,
  .mycosmo .character-container .character-header .character-grid p {
    padding-top: 1rem;
  }
}
@media (768px >= width) {
  .iam225 .character-container .character-header .character-grid p,
  .stampi .character-container .character-header .character-grid p,
  .mycosmo .character-container .character-header .character-grid p {
    grid-column: 1/3;
    grid-row: 2/3;
  }
}
.iam225 .character-container .character-header .character-grid .hero,
.stampi .character-container .character-header .character-grid .hero,
.mycosmo .character-container .character-header .character-grid .hero {
  grid-column: 2/3;
  grid-row: 1/3;
  z-index: 1;
}
@media (1024px >= width) {
  .iam225 .character-container .character-header .character-grid .hero,
  .stampi .character-container .character-header .character-grid .hero,
  .mycosmo .character-container .character-header .character-grid .hero {
    grid-row: 2/3;
  }
}
.iam225 .character-container .character-header .character-grid .hero img,
.stampi .character-container .character-header .character-grid .hero img,
.mycosmo .character-container .character-header .character-grid .hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.iam225 .character-container .character-header .character-movie,
.stampi .character-container .character-header .character-movie,
.mycosmo .character-container .character-header .character-movie {
  position: relative;
}
.iam225 .character-container .character-header .character-movie video,
.stampi .character-container .character-header .character-movie video,
.mycosmo .character-container .character-header .character-movie video {
  width: 100%;
  height: 100%;
}
.iam225 .character-container .character-header .character-movie .mute-button,
.stampi .character-container .character-header .character-movie .mute-button,
.mycosmo .character-container .character-header .character-movie .mute-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, background 0.3s ease-in-out;
}
.iam225 .character-container .character-header .character-movie .mute-button:hover,
.stampi .character-container .character-header .character-movie .mute-button:hover,
.mycosmo .character-container .character-header .character-movie .mute-button:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: scale(1.1);
}
.iam225 .character-container .character-header .character-movie .mute-button svg,
.stampi .character-container .character-header .character-movie .mute-button svg,
.mycosmo .character-container .character-header .character-movie .mute-button svg {
  width: 24px;
  height: 24px;
  fill: white;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
.iam225 .character-container .character-header .character-movie .mute-button .icon-unmuted,
.stampi .character-container .character-header .character-movie .mute-button .icon-unmuted,
.mycosmo .character-container .character-header .character-movie .mute-button .icon-unmuted {
  opacity: 0;
}
.iam225 .character-container .character-header .character-movie .mute-button.unmuted .icon-muted,
.stampi .character-container .character-header .character-movie .mute-button.unmuted .icon-muted,
.mycosmo .character-container .character-header .character-movie .mute-button.unmuted .icon-muted {
  opacity: 0;
}
.iam225 .character-container .character-header .character-movie .mute-button.unmuted .icon-unmuted,
.stampi .character-container .character-header .character-movie .mute-button.unmuted .icon-unmuted,
.mycosmo .character-container .character-header .character-movie .mute-button.unmuted .icon-unmuted {
  opacity: 1;
}
@media (768px >= width) {
  .iam225 .character-container .character-header .character-movie .mute-button,
  .stampi .character-container .character-header .character-movie .mute-button,
  .mycosmo .character-container .character-header .character-movie .mute-button {
    width: 40px;
    height: 40px;
  }
  .iam225 .character-container .character-header .character-movie .mute-button svg,
  .stampi .character-container .character-header .character-movie .mute-button svg,
  .mycosmo .character-container .character-header .character-movie .mute-button svg {
    width: 20px;
    height: 20px;
  }
}
.iam225 .character-container .character-header .character-link,
.stampi .character-container .character-header .character-link,
.mycosmo .character-container .character-header .character-link {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 0 1rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-header .character-link,
  .stampi .character-container .character-header .character-link,
  .mycosmo .character-container .character-header .character-link {
    gap: 0.5rem;
    padding: 0 0.5rem;
  }
}
.iam225 .character-container .character-header .character-link .sns-link,
.stampi .character-container .character-header .character-link .sns-link,
.mycosmo .character-container .character-header .character-link .sns-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #282828;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  line-height: 2;
  font-size: 1rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-header .character-link .sns-link,
  .stampi .character-container .character-header .character-link .sns-link,
  .mycosmo .character-container .character-header .character-link .sns-link {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  .iam225 .character-container .character-header .character-link .sns-link,
  .stampi .character-container .character-header .character-link .sns-link,
  .mycosmo .character-container .character-header .character-link .sns-link {
    font-size: 0.8rem;
  }
}
.iam225 .character-container .character-header .character-link .sns-link .sns-logo,
.stampi .character-container .character-header .character-link .sns-link .sns-logo,
.mycosmo .character-container .character-header .character-link .sns-link .sns-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #282828;
  width: 48px;
  height: 48px;
  border-radius: 24px;
}
.iam225 .character-container .character-header .character-link .sns-link .sns-logo img,
.stampi .character-container .character-header .character-link .sns-link .sns-logo img,
.mycosmo .character-container .character-header .character-link .sns-link .sns-logo img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.iam225 .character-container .character-header .character-link .shop-link,
.stampi .character-container .character-header .character-link .shop-link,
.mycosmo .character-container .character-header .character-link .shop-link {
  display: flex;
  align-items: center;
  padding: 0 24px;
  border-radius: 24px;
  background-color: #282828;
  color: #ffffff;
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 1.5rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-header .character-link .shop-link,
  .stampi .character-container .character-header .character-link .shop-link,
  .mycosmo .character-container .character-header .character-link .shop-link {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  .iam225 .character-container .character-header .character-link .shop-link,
  .stampi .character-container .character-header .character-link .shop-link,
  .mycosmo .character-container .character-header .character-link .shop-link {
    font-size: 1rem;
  }
}
.iam225 .character-container .character-body .character-detail,
.stampi .character-container .character-body .character-detail,
.mycosmo .character-container .character-body .character-detail {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-body .character-detail,
  .stampi .character-container .character-body .character-detail,
  .mycosmo .character-container .character-body .character-detail {
    gap: 2rem;
  }
}
.iam225 .character-container .character-body .character-detail .container,
.stampi .character-container .character-body .character-detail .container,
.mycosmo .character-container .character-body .character-detail .container {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-body .character-detail .container,
  .stampi .character-container .character-body .character-detail .container,
  .mycosmo .character-container .character-body .character-detail .container {
    gap: 2rem;
  }
}
@media (768px >= width) {
  .iam225 .character-container .character-body .character-detail .container,
  .stampi .character-container .character-body .character-detail .container,
  .mycosmo .character-container .character-body .character-detail .container {
    gap: 1rem;
  }
}
.iam225 .character-container .character-body .character-detail .container .image,
.stampi .character-container .character-body .character-detail .container .image,
.mycosmo .character-container .character-body .character-detail .container .image {
  flex: 1 1 0;
}
.iam225 .character-container .character-body .character-detail .container .image img,
.stampi .character-container .character-body .character-detail .container .image img,
.mycosmo .character-container .character-body .character-detail .container .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.iam225 .character-container .character-body .character-detail .container .copy,
.stampi .character-container .character-body .character-detail .container .copy,
.mycosmo .character-container .character-body .character-detail .container .copy {
  flex: 2 1 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-body .character-detail .container .copy,
  .stampi .character-container .character-body .character-detail .container .copy,
  .mycosmo .character-container .character-body .character-detail .container .copy {
    gap: 0;
  }
}
.iam225 .character-container .character-body .character-detail .container .copy .name,
.stampi .character-container .character-body .character-detail .container .copy .name,
.mycosmo .character-container .character-body .character-detail .container .copy .name {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
@media (768px >= width) {
  .iam225 .character-container .character-body .character-detail .container .copy .name,
  .stampi .character-container .character-body .character-detail .container .copy .name,
  .mycosmo .character-container .character-body .character-detail .container .copy .name {
    flex-direction: column;
    gap: 0;
  }
}
.iam225 .character-container .character-body .character-detail .container .copy .body,
.stampi .character-container .character-body .character-detail .container .copy .body,
.mycosmo .character-container .character-body .character-detail .container .copy .body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  font-size: 1rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-body .character-detail .container .copy .body,
  .stampi .character-container .character-body .character-detail .container .copy .body,
  .mycosmo .character-container .character-body .character-detail .container .copy .body {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  .iam225 .character-container .character-body .character-detail .container .copy .body,
  .stampi .character-container .character-body .character-detail .container .copy .body,
  .mycosmo .character-container .character-body .character-detail .container .copy .body {
    font-size: 0.8rem;
  }
}
.iam225 .character-container .character-footer,
.stampi .character-container .character-footer,
.mycosmo .character-container .character-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
}
.iam225 .character-container .character-footer .btn,
.stampi .character-container .character-footer .btn,
.mycosmo .character-container .character-footer .btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  min-width: 120px;
  height: 100%;
  color: #282828;
  padding: 0 1rem;
}
.iam225 .character-container .character-footer .btn .arrow,
.stampi .character-container .character-footer .btn .arrow,
.mycosmo .character-container .character-footer .btn .arrow {
  display: flex;
  align-items: center;
  height: 100%;
}
.iam225 .character-container .character-footer .btn .arrow img,
.stampi .character-container .character-footer .btn .arrow img,
.mycosmo .character-container .character-footer .btn .arrow img {
  width: 24px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.iam225 .character-container .character-footer .btn span,
.stampi .character-container .character-footer .btn span,
.mycosmo .character-container .character-footer .btn span {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 1.5rem;
}
@media (1024px >= width) {
  .iam225 .character-container .character-footer .btn span,
  .stampi .character-container .character-footer .btn span,
  .mycosmo .character-container .character-footer .btn span {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  .iam225 .character-container .character-footer .btn span,
  .stampi .character-container .character-footer .btn span,
  .mycosmo .character-container .character-footer .btn span {
    font-size: 1rem;
  }
}
.iam225 .character-container .character-footer .middle,
.stampi .character-container .character-footer .middle,
.mycosmo .character-container .character-footer .middle {
  height: 100%;
  flex-shrink: 0;
}
.iam225 .character-container .character-footer .middle img,
.stampi .character-container .character-footer .middle img,
.mycosmo .character-container .character-footer .middle img {
  height: 100%;
  max-width: 100%;
}
@media (768px >= width) {
  .iam225 .character-container .character-footer,
  .stampi .character-container .character-footer,
  .mycosmo .character-container .character-footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    height: auto;
  }
  .iam225 .character-container .character-footer .btn,
  .stampi .character-container .character-footer .btn,
  .mycosmo .character-container .character-footer .btn {
    min-width: 100px;
    padding: 0.5rem 1rem;
  }
  .iam225 .character-container .character-footer .btn .arrow img,
  .stampi .character-container .character-footer .btn .arrow img,
  .mycosmo .character-container .character-footer .btn .arrow img {
    width: 20px;
  }
  .iam225 .character-container .character-footer .middle img,
  .stampi .character-container .character-footer .middle img,
  .mycosmo .character-container .character-footer .middle img {
    width: 60px;
    height: auto;
  }
}

#page-company {
  padding-top: 8rem;
  background-color: #ffd200;
  color: #282828;
}
@media (1024px >= width) {
  #page-company {
    padding-top: 4rem;
  }
}
#page-company .company-hero {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #ffffff;
  overflow: hidden;
  height: 15rem;
}
@media (1024px >= width) {
  #page-company .company-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#page-company .company-hero img {
  width: 100%;
  max-width: 768px;
  transform: scale(1.05);
}
#page-company .container {
  display: flex;
  flex-direction: column;
  max-width: 48rem;
  margin: 0 auto;
  gap: 8rem;
  padding: 8rem 0;
}
@media (1024px >= width) {
  #page-company .container {
    gap: 6rem;
    padding: 4rem 2rem;
  }
}
#page-company .container section {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (1024px >= width) {
  #page-company .container section {
    gap: 3rem;
  }
}
#page-company .container section h1 {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 2rem;
  font-style: italic;
  margin-left: -1rem;
}
@media (1024px >= width) {
  #page-company .container section h1 {
    font-size: 1.8rem;
  }
}
@media (768px >= width) {
  #page-company .container section h1 {
    font-size: 1.6rem;
  }
}
@media (1024px >= width) {
  #page-company .container section h1 {
    margin-left: 0;
  }
}
#page-company .container section h2 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  font-size: 2rem;
  line-height: 1.2;
}
@media (1024px >= width) {
  #page-company .container section h2 {
    font-size: 1.8rem;
  }
}
@media (768px >= width) {
  #page-company .container section h2 {
    font-size: 1.6rem;
  }
}
#page-company .container section p {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  font-size: 1.5rem;
}
@media (1024px >= width) {
  #page-company .container section p {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  #page-company .container section p {
    font-size: 1rem;
  }
}
#page-company .container section p.tagline {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  font-size: 3rem;
  line-height: 1.2;
  background: linear-gradient(transparent 50%, #ffffff 50%);
}
@media (1024px >= width) {
  #page-company .container section p.tagline {
    font-size: 2.5rem;
  }
}
@media (768px >= width) {
  #page-company .container section p.tagline {
    font-size: 2rem;
  }
}
#page-company .container section li {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  font-weight: 700;
}
@media (1024px >= width) {
  #page-company .container section li {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-company .container section li {
    font-size: 0.8rem;
  }
}
#page-company .container section .tagline-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#page-company .container .service__detail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (1024px >= width) {
  #page-company .container .service__detail {
    gap: 1.5rem;
  }
}
#page-company .container .service__heading {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
  height: 4rem;
}
@media (1024px >= width) {
  #page-company .container .service__heading {
    height: 2rem;
  }
}
#page-company .container .service__number {
  height: 100%;
  width: 6rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (1024px >= width) {
  #page-company .container .service__number {
    width: 3rem;
  }
}
#page-company .container .service__first {
  background-image: url("../assets/images/service-number-1.webp");
}
#page-company .container .service__second {
  background-image: url("../assets/images/service-number-2.webp");
}
#page-company .container .service__third {
  background-image: url("../assets/images/service-number-3.webp");
}
#page-company .container .service__body, #page-company .container .service__list {
  margin: 0 1rem;
}
#page-company .container .service__body {
  border-left: solid 4px #282828;
  padding: 0 1rem;
  line-height: 1.5;
}
#page-company .container .service__list {
  position: relative;
}
#page-company .container .service__list li {
  position: relative;
  padding-left: 1.5rem;
  line-height: 2;
  display: block;
}
#page-company .container .service__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (1024px >= width) {
  #page-company .container .service__list li::before {
    height: 0.9rem;
    width: 0.9rem;
  }
}
@media (768px >= width) {
  #page-company .container .service__list li::before {
    height: 0.8rem;
    width: 0.8rem;
  }
}
#page-company .container .profile__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (1024px >= width) {
  #page-company .container .profile__list {
    gap: 1.5rem;
  }
}
#page-company .container .profile__item-title {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1.5rem;
}
@media (1024px >= width) {
  #page-company .container .profile__item-title {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  #page-company .container .profile__item-title {
    font-size: 1rem;
  }
}
#page-company .container .profile__item-content {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
}
@media (1024px >= width) {
  #page-company .container .profile__item-content {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-company .container .profile__item-content {
    font-size: 0.8rem;
  }
}
#page-company .container .profile__sublist li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#page-company .container .profile__sublist li::before {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #282828;
}
@media (1024px >= width) {
  #page-company .container .profile__sublist li::before {
    height: 0.9rem;
    width: 0.9rem;
  }
}
@media (768px >= width) {
  #page-company .container .profile__sublist li::before {
    height: 0.8rem;
    width: 0.8rem;
  }
}

#page-news {
  padding-top: 8rem;
  background-color: #ffd200;
}
@media (1024px >= width) {
  #page-news {
    padding-top: 4rem;
  }
}
#page-news .container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 60rem;
  padding: 8rem 0;
  margin: 0 auto;
}
@media (1024px >= width) {
  #page-news .container {
    gap: 6rem;
    padding: 4rem 2rem;
  }
}
#page-news .container .news {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (1024px >= width) {
  #page-news .container .news {
    gap: 3rem;
  }
}
#page-news .container .news__header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (1024px >= width) {
  #page-news .container .news__header {
    gap: 1.5rem;
  }
}
#page-news .container .news__heading {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 3rem;
  text-transform: uppercase;
  font-style: italic;
}
@media (1024px >= width) {
  #page-news .container .news__heading {
    font-size: 2.5rem;
  }
}
@media (768px >= width) {
  #page-news .container .news__heading {
    font-size: 2rem;
  }
}
#page-news .container .news__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (1024px >= width) {
  #page-news .container .news__filters {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
#page-news .container .news__filters .filter-button {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 0.75rem;
  border: solid 1px #282828;
  border-radius: 0.75rem;
}
@media (1024px >= width) {
  #page-news .container .news__filters .filter-button {
    font-size: 0.75rem;
  }
}
@media (768px >= width) {
  #page-news .container .news__filters .filter-button {
    font-size: 0.75rem;
  }
}
#page-news .container .news__filters .filter-button.active {
  background-color: #282828;
  color: #ffd200;
}
#page-news .container .news__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 0 2rem;
}
@media (1024px >= width) {
  #page-news .container .news__list {
    gap: 3rem;
    padding: 0 1.5rem;
  }
}
#page-news .container .news__date {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (1024px >= width) {
  #page-news .container .news__date {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-news .container .news__date {
    font-size: 0.8rem;
  }
}
@media (1024px >= width) {
  #page-news .container .news__date {
    margin-bottom: 0.75rem;
  }
}
#page-news .container .news__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  font-size: 2rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (1024px >= width) {
  #page-news .container .news__title {
    font-size: 1.8rem;
  }
}
@media (768px >= width) {
  #page-news .container .news__title {
    font-size: 1.6rem;
  }
}
@media (1024px >= width) {
  #page-news .container .news__title {
    margin-bottom: 0.75rem;
  }
}
#page-news .container .news__category {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (1024px >= width) {
  #page-news .container .news__category {
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
#page-news .container .news__chip {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0 0.75rem;
  border: solid 1px #282828;
  border-radius: 0.75rem;
}
@media (1024px >= width) {
  #page-news .container .news__chip {
    font-size: 0.75rem;
  }
}
@media (768px >= width) {
  #page-news .container .news__chip {
    font-size: 0.75rem;
  }
}
#page-news .container .news__body {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
@media (1024px >= width) {
  #page-news .container .news__body {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-news .container .news__body {
    font-size: 0.8rem;
  }
}
#page-news .container .news__body a {
  font-weight: 700;
  text-decoration: underline;
}
#page-news .pagination {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  font-weight: 700;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (1024px >= width) {
  #page-news .pagination {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-news .pagination {
    font-size: 0.8rem;
  }
}
@media (1024px >= width) {
  #page-news .pagination {
    gap: 1.5rem;
  }
}
#page-news .pagination a,
#page-news .pagination span {
  height: 100%;
  align-content: center;
  padding: 0 0.75rem;
}
#page-news .pagination span {
  opacity: 0.5;
}

#page-shop {
  padding-top: 8rem;
  background-color: #ffd200;
}
@media (1024px >= width) {
  #page-shop {
    padding-top: 4rem;
  }
}
#page-shop .container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  max-width: 60rem;
  padding: 8rem 0;
  margin: 0 auto;
}
@media (1024px >= width) {
  #page-shop .container {
    gap: 6rem;
    padding: 4rem 2rem;
  }
}
#page-shop .container .shop {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (1024px >= width) {
  #page-shop .container .shop {
    gap: 3rem;
  }
}
#page-shop .container .shop__heading {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 3rem;
  text-transform: uppercase;
  font-style: italic;
}
@media (1024px >= width) {
  #page-shop .container .shop__heading {
    font-size: 2.5rem;
  }
}
@media (768px >= width) {
  #page-shop .container .shop__heading {
    font-size: 2rem;
  }
}
#page-shop .container .shop__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-left: 2rem;
}
@media (1024px >= width) {
  #page-shop .container .shop__list {
    gap: 3rem;
    padding-left: 1.5rem;
  }
}
#page-shop .container .shop__item a {
  display: inline-block;
}
#page-shop .container .shop__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  line-height: 2;
  font-size: 2rem;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (1024px >= width) {
  #page-shop .container .shop__title {
    font-size: 1.8rem;
  }
}
@media (768px >= width) {
  #page-shop .container .shop__title {
    font-size: 1.6rem;
  }
}
@media (1024px >= width) {
  #page-shop .container .shop__title {
    margin-bottom: 0.75rem;
  }
}
#page-shop .container .shop__category {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#page-shop .container .shop__chip {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #282828;
  color: #ffd200;
  padding: 0 0.75rem;
  border-radius: 0.75rem;
}
@media (1024px >= width) {
  #page-shop .container .shop__chip {
    font-size: 0.75rem;
  }
}
@media (768px >= width) {
  #page-shop .container .shop__chip {
    font-size: 0.75rem;
  }
}
#page-shop .container .shop__note {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  line-height: 2;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-top: 1rem;
}
@media (1024px >= width) {
  #page-shop .container .shop__note {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-shop .container .shop__note {
    font-size: 0.8rem;
  }
}
@media (1024px >= width) {
  #page-shop .container .shop__note {
    margin-top: 0.75rem;
  }
}

#page-contact {
  padding-top: 8rem;
  background-color: #ffd200;
}
@media (1024px >= width) {
  #page-contact {
    padding-top: 4rem;
  }
}
#page-contact .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  max-width: 60rem;
  padding: 8rem 0;
  margin: 0 auto;
}
@media (1024px >= width) {
  #page-contact .container {
    gap: 3rem;
    padding: 4rem 2rem;
  }
}
#page-contact .container .heading {
  font-family: altivo, sans-serif;
  font-weight: 800;
  line-height: 1;
  font-size: 3rem;
  text-transform: uppercase;
  font-style: italic;
}
@media (1024px >= width) {
  #page-contact .container .heading {
    font-size: 2.5rem;
  }
}
@media (768px >= width) {
  #page-contact .container .heading {
    font-size: 2rem;
  }
}
#page-contact .container .wpcf7-form {
  width: 100%;
  max-width: 100%;
}
#page-contact .container .wpcf7-form label {
  padding-bottom: 2rem;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  font-weight: 700;
  display: block;
}
@media (1024px >= width) {
  #page-contact .container .wpcf7-form label {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-contact .container .wpcf7-form label {
    font-size: 0.8rem;
  }
}
#page-contact .container .wpcf7-form input:-internal-autofill-selected {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: none !important;
  background-color: #ffd200 !important;
  color: rgb(40, 40, 40) !important;
  border: 1px solid rgb(40, 40, 40) !important;
  box-shadow: 0 0 0px 1000px #ffd200 inset !important;
}
#page-contact .container .wpcf7-form input:-webkit-autofill,
#page-contact .container .wpcf7-form input:-webkit-autofill:hover,
#page-contact .container .wpcf7-form input:-webkit-autofill:focus,
#page-contact .container .wpcf7-form textarea:-webkit-autofill {
  background-color: #ffd200 !important;
  color: rgb(40, 40, 40) !important;
  border: 1px solid rgb(40, 40, 40) !important;
  box-shadow: 0 0 0px 1000px #ffd200 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
#page-contact .container .wpcf7-form input,
#page-contact .container .wpcf7-form textarea {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  font-weight: 700;
  background-color: #ffd200 !important;
  color: rgb(40, 40, 40);
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
  border: 1px solid rgb(40, 40, 40);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
}
@media (1024px >= width) {
  #page-contact .container .wpcf7-form input,
  #page-contact .container .wpcf7-form textarea {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-contact .container .wpcf7-form input,
  #page-contact .container .wpcf7-form textarea {
    font-size: 0.8rem;
  }
}
@media (1024px >= width) {
  #page-contact .container .wpcf7-form input,
  #page-contact .container .wpcf7-form textarea {
    padding: 0.5rem;
  }
}
#page-contact .container .wpcf7-form input:focus,
#page-contact .container .wpcf7-form textarea:focus {
  box-shadow: 0 0 2px 1px rgba(40, 40, 40, 0.8) !important;
  outline: none !important;
}
#page-contact .container .wpcf7-form input[type=submit] {
  background-color: rgb(40, 40, 40) !important;
  color: #ffd200;
  text-align: center;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
#page-contact .container .wpcf7-form input[type=submit]:hover {
  background: #424242;
}
#page-contact .container .wpcf7-form input[type=submit]:active {
  background: #5b5b5b;
}

#confirm-area {
  display: none;
  background-color: rgba(255, 210, 0, 0.1);
  padding: 2rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(40, 40, 40);
}
#confirm-area h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: rgb(40, 40, 40);
  margin-bottom: 1rem;
}
#confirm-area p {
  font-size: 1rem;
  color: rgb(40, 40, 40);
  margin-bottom: 1rem;
  line-height: 1.6;
}
#confirm-area .confirm-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
#confirm-area .confirm-item strong {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#confirm-area .confirm-item span {
  display: block;
  padding: 0.8rem;
  border: 1px solid rgb(40, 40, 40);
  border-radius: 0.5rem;
  background-color: #fff;
}
#confirm-area .confirm-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#confirm-area .confirm-buttons button {
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  border-radius: 0.5rem;
  transition: background 0.3s ease-in-out;
}
#confirm-area .confirm-buttons #edit-button {
  background: #5b5b5b;
  color: #ffd200;
}
#confirm-area .confirm-buttons #edit-button:hover {
  background: #757575;
}
#confirm-area .confirm-buttons input[type=submit] {
  background: rgb(40, 40, 40);
  color: #ffd200;
}
#confirm-area .confirm-buttons input[type=submit]:hover {
  background: #424242;
}
#confirm-area .confirm-buttons input[type=submit]:active {
  background: #5b5b5b;
}
@media (1024px >= width) {
  #confirm-area {
    padding: 1.5rem;
  }
  #confirm-area .confirm-buttons {
    flex-direction: column;
    gap: 0.5rem;
  }
  #confirm-area .confirm-buttons button {
    width: 100%;
  }
}

#page-thanks {
  padding: 8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
  text-align: center;
  background-color: #ffd200;
}
#page-thanks .container {
  max-width: 50rem;
  width: 100%;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}
#page-thanks .thanks-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
#page-thanks h1 {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1.5rem;
  color: #282828;
  margin-bottom: 1rem;
}
@media (1024px >= width) {
  #page-thanks h1 {
    font-size: 1.25rem;
  }
}
@media (768px >= width) {
  #page-thanks h1 {
    font-size: 1rem;
  }
}
#page-thanks p {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  color: #282828;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media (1024px >= width) {
  #page-thanks p {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-thanks p {
    font-size: 0.8rem;
  }
}
#page-thanks .btn {
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 2;
  font-size: 1rem;
  display: inline-block;
  padding: 1rem 2rem;
  background: #ffd200;
  color: #282828;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
@media (1024px >= width) {
  #page-thanks .btn {
    font-size: 0.9rem;
  }
}
@media (768px >= width) {
  #page-thanks .btn {
    font-size: 0.8rem;
  }
}
#page-thanks .btn:hover {
  background: #ffdb33;
}
@media (1024px >= width) {
  #page-thanks {
    padding: 6rem 1rem;
  }
  #page-thanks .container {
    padding: 3rem 1.5rem;
  }
  #page-thanks h1 {
    font-size: 1.8rem;
  }
  #page-thanks p {
    font-size: 1rem;
  }
  #page-thanks .btn {
    padding: 0.8rem 1.5rem;
  }
}/*# sourceMappingURL=main.css.map */