@charset "UTF-8";
/*----------------------------------------

	COMMON CSS

-----------------------------------------*/
main {
  background-color: var(--color-white);
}

/*----------------------------------------
	link
-----------------------------------------*/
a.link01 {
  color: var(--color-primarydark);
  text-decoration: underline;
  transition: color 0.2s;
}

a.link01:hover {
  color: var(--color-blackolive);
  text-decoration: none;
}

a.link02 {
  color: var(--color-blackolive);
  text-decoration: none;
  transition: color 0.2s;
}

a.link02:hover {
  color: var(--color-primarydark);
}

/*----------------------------------------
	bg
-----------------------------------------*/
[class*=bg0] {
  position: relative;
  z-index: 0;
}
[class*=bg0]::before {
  content: "";
  position: absolute;
  top: max(-19.563vw, -313px);
  left: max(-7vw, -112px);
  width: min(62.5vw, 1000px);
  aspect-ratio: 1;
  z-index: -1;
  border-radius: 50%;
  filter: blur(10px);
}
@media screen and (max-width: 768px) {
  [class*=bg0]::before {
    top: -21.25vw;
    left: -18.25vw;
    width: 100vw;
  }
}
[class*=bg0].bg01::before {
  background: linear-gradient(150deg, #FFF2F4 0%, #F6F0FF 100%);
}
[class*=bg0].bg02::before {
  background: linear-gradient(150deg, #E8F5ED 0%, #FFF0F0 100%);
}
[class*=bg0].bg03::before {
  background: linear-gradient(150deg, #FFDCDA 0%, #FFF6F7 100%);
}
[class*=bg0].bg04::before {
  background: linear-gradient(150deg, #F9D3E4 0%, #FFF0F3 100%);
}
[class*=bg0].bg05::before {
  background: linear-gradient(150deg, #EAF9FF 0%, #E8F5ED 100%);
}
[class*=bg0].bg06::before {
  background: linear-gradient(150deg, rgba(235, 110, 165, 0.45) 0%, rgba(251, 223, 234, 0.45) 100%);
}
[class*=bg0].bg07::before {
  background: linear-gradient(150deg, #FFF0F3 0%, #FFF0F3 14%, #EAFAFF 100%);
}
[class*=bg0].bg08::before {
  background: linear-gradient(150deg, #CCF1FF 0%, #EAF9FF 100%);
}
[class*=bg0].bg09::before {
  background: linear-gradient(150deg, #E8F5ED 0%, #EDFADD 100%);
}
[class*=bg0].bg010::before {
  background: linear-gradient(150deg, #FEFFD2 0%, #FFF2F4 100%);
}
[class*=bg0].bg011::before {
  background: linear-gradient(150deg, #FAD4DA 0%, #FDF8F4 100%);
}

/*----------------------------------------
	box
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .c-box {
    width: min(90%, 1100px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-box {
    width: 100%;
    padding-inline: 6vw;
  }
}

/*----------------------------------------
	title
-----------------------------------------*/
.c-title01 {
  display: grid;
  grid-template-columns: 1fr;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-title01 > span:nth-child(1) {
  line-height: 1;
  font-weight: var(--font-medium);
  color: var(--color-primarydefault);
}
.c-title01 > span:nth-child(1):not(.barlow) {
  letter-spacing: 0.05em;
}
.c-title01 > span:nth-child(2) {
  line-height: 1.5;
  font-weight: var(--font-medium);
}
.c-title01 > span:nth-child(2).font36_28 {
  letter-spacing: 0.02em;
  margin-block-start: 17px;
}
@media screen and (max-width: 768px) {
  .c-title01 > span:nth-child(2).font36_28 {
    margin-block-start: 1.5vw;
    letter-spacing: -0.08em;
  }
}
.c-title01 > span:nth-child(2).font36_30 {
  letter-spacing: 0.02em;
  margin-block-start: 17px;
}
@media screen and (max-width: 768px) {
  .c-title01 > span:nth-child(2).font36_30 {
    margin-block-start: 1.5vw;
  }
}
.c-title01 > span:nth-child(2).font38_30 {
  margin-block-start: 14px;
}
@media screen and (max-width: 768px) {
  .c-title01 > span:nth-child(2).font38_30 {
    margin-block-start: 1.5vw;
  }
}
.c-title01 > span:nth-child(2).font48_28 {
  letter-spacing: 0.05em;
  margin-block-start: 18px;
}
@media screen and (max-width: 768px) {
  .c-title01 > span:nth-child(2).font48_28 {
    margin-block-start: 1.5vw;
  }
}
.c-title01 > span:nth-child(2):has(> span) {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  gap: 10px 10px;
}
@media screen and (max-width: 768px) {
  .c-title01 > span:nth-child(2):has(> span) {
    gap: 1.25vw;
  }
}
.c-title01 > span:nth-child(2):has(> span) span:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/2;
}
.c-title01 > span:nth-child(2):has(> span) span:nth-child(2) {
  grid-row: 1/2;
  grid-column: 3/4;
}
.c-title01 > span:nth-child(2):has(> span)::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/asset/img/common/c-logo-mark.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  grid-column: 2/3;
  margin-block-start: 0.15em;
}

.c-title02 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  grid-template-columns: 1fr;
}
.c-title02 > span {
  line-height: 1.5;
  font-weight: var(--font-medium);
}
@media screen and (max-width: 768px) {
  .c-title02 > span {
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
.c-title02::after {
  content: "";
  display: block;
  margin-inline: auto;
  background-color: var(--color-primarydark);
  height: 2px;
  width: 68px;
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .c-title02::after {
    width: 12vw;
    margin-block-start: 4.5vw;
  }
}

.c-title__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .c-title__wrap {
    gap: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap {
    gap: 2.5vw;
  }
}
.c-title__wrap [class*=c-title] + p {
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
}
@media screen and (max-width: 768px) {
  .c-title__wrap [class*=c-title] + p {
    margin-block: auto 0;
  }
}
.c-title__wrap:has(.c-title01 .font48_28) {
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(.c-title01 .font48_28) {
    padding-block: 240px 64px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(.c-title01 .font48_28) {
    padding-block: 30.75vw 10.5vw;
  }
}
@media screen and (min-width: 769px) {
  .c-title__wrap:has(.c-title01 .font48_28) > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    width: min(1280px, 90%);
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(.c-title01 .font48_28) > div {
    display: grid;
    gap: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .c-title__wrap:has(.c-title01 + .upperpage) {
    padding-block-end: 6vw;
  }
}
.c-title__wrap:has(.c-title02 :where(.font40_28, .font32_24)) {
  display: flex;
  justify-content: center;
}

/*----------------------------------------
	header
-----------------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.85);
  transition: background-color 0.2s;
}
@media screen and (min-width: 769px) {
  header {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 76px;
  }
}
header .header {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
@media screen and (min-width: 769px) {
  header .header {
    padding-block: 25px;
    padding-inline: min(3.938vw, 63px);
    gap: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  header .header {
    padding-block: 13px;
    padding-inline: 5vw;
  }
}
header .header > p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  header .header > p {
    margin-block: auto 4px;
  }
}
@media screen and (max-width: 768px) {
  header .header > p {
    margin-block: auto;
  }
}
header .header__logo {
  display: block;
}
@media screen and (min-width: 769px) {
  header .header__logo {
    width: 195px;
  }
}
@media screen and (max-width: 768px) {
  header .header__logo {
    width: 113px;
  }
}
@media screen and (min-width: 769px) {
  header .header__links {
    display: grid;
    grid-template-columns: 1fr repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    gap: 14px 30px;
  }
}
header .header__links > p {
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  header .header__links > p {
    display: none;
  }
}
header .header__links > p a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-blackolive);
  color: var(--color-white);
  line-height: 2;
  font-weight: var(--font-medium);
  border-radius: 50px;
  width: 166px;
  height: 30px;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 1100px) {
  header .header__links > p a {
    display: none;
  }
}
@media (hover: hover) {
  header .header__links > p a:hover {
    background-color: var(--color-primarydark) !important;
    color: var(--color-white) !important;
  }
}
header .header__links--other {
  display: flex;
  align-items: center;
  gap: 24px 24px;
}
@media screen and (max-width: 1100px) {
  header .header__links--other {
    display: none;
  }
}
header .header__links--other li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px 10px;
  font-weight: var(--font-medium);
  transition: color 0.2s;
}
@media (hover: hover) {
  header .header__links--other li a:hover {
    color: var(--color-primarydark) !important;
  }
}
header .header__links--other li a::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 0.2s;
}
header .header__links--other li:nth-child(1) a::before {
  background-image: url(/asset/img/common/ic-mail-black.png);
  width: 20px;
  height: 14px;
}
header .header__links--other li:nth-child(2) a::before {
  background-image: url(/asset/img/common/ic-tabs-black.svg);
  width: 16px;
  height: 16px;
}
header .header__links--other li:nth-child(3) a::before {
  background-image: url(/asset/img/common/ic-global-black.svg);
  width: 18px;
  height: 18px;
}
@media (hover: hover) {
  header .header__links--other li:nth-child(1) a:hover::before {
    background-image: url(/asset/img/common/ic-mail-pink.png) !important;
  }
}
@media (hover: hover) {
  header .header__links--other li:nth-child(2) a:hover::before {
    background-image: url(/asset/img/common/ic-tabs-pink.svg) !important;
  }
}
@media (hover: hover) {
  header .header__links--other li:nth-child(3) a:hover::before {
    background-image: url(/asset/img/common/ic-global-pink.svg) !important;
  }
}
header .header__links nav {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 1100px) {
  header .header__links nav {
    display: none;
  }
}
header .header__links nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 min(1.563vw, 25px);
}
header .header__links nav li {
  line-height: 2;
  font-weight: var(--font-medium);
}
header .header__links nav li a {
  transition: color 0.2s;
}
@media (hover: hover) {
  header .header__links nav li a:hover {
    color: var(--color-primarydark);
  }
}
header .header__links .hamburger-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  header .header__links .hamburger-btn {
    grid-column: 3/4;
    grid-row: 1/3;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  header .header__links .hamburger-btn {
    width: 50px;
    height: 50px;
  }
}
header .header__links .hamburger-btn[aria-expanded=false] {
  background-color: var(--color-primarydefault);
}
header .header__links .hamburger-btn[aria-expanded=false] > div {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  header .header__links .hamburger-btn[aria-expanded=false] > div {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  header .header__links .hamburger-btn[aria-expanded=false] > div {
    gap: 5px;
  }
}
header .header__links .hamburger-btn[aria-expanded=false] span {
  display: block;
  height: 1px;
  background-color: var(--color-white);
  position: relative;
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 769px) {
  header .header__links .hamburger-btn[aria-expanded=false] span {
    width: 32px;
  }
}
@media screen and (max-width: 768px) {
  header .header__links .hamburger-btn[aria-expanded=false] span {
    width: 24px;
  }
}
header .header__links .hamburger-btn[aria-expanded=false] .line1,
header .header__links .hamburger-btn[aria-expanded=false] .line1::before {
  transition-delay: 0.15s;
  transition-property: transform, background-color;
}
header .header__links .hamburger-btn[aria-expanded=false] .line2,
header .header__links .hamburger-btn[aria-expanded=false] .line2::before {
  transition-delay: 0.3s;
  transition-property: transform, background-color;
}
header .header__links .hamburger-btn[aria-expanded=false] .line3,
header .header__links .hamburger-btn[aria-expanded=false] .line3::before {
  transition-delay: 0.45s;
  transition-property: transform, background-color;
}
header .header__links .hamburger-btn[aria-expanded=false] .line3 {
  width: 66%;
}
header .header__links .hamburger-btn[aria-expanded=false] .line3::before {
  width: 150%;
}
header .header__links .hamburger-btn[aria-expanded=false] span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primarydefault);
  transition: all 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 769px) {
  header .header__links .hamburger-btn[aria-expanded=false] span:before {
    right: calc(100% + 5px);
  }
}
@media screen and (max-width: 768px) {
  header .header__links .hamburger-btn[aria-expanded=false] span:before {
    right: calc(100% + 5px);
  }
}
@media (hover: hover) {
  header .header__links .hamburger-btn[aria-expanded=false]:hover span {
    background-color: var(--color-primarydefault);
  }
}
@media screen and (hover: hover) and (min-width: 769px) {
  header .header__links .hamburger-btn[aria-expanded=false]:hover span {
    transform: translateX(37px);
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  header .header__links .hamburger-btn[aria-expanded=false]:hover span {
    transform: translateX(29px);
  }
}
@media (hover: hover) {
  header .header__links .hamburger-btn[aria-expanded=false]:hover span::before {
    background-color: var(--color-white);
  }
}
header .header__links .hamburger-btn[aria-expanded=true] {
  position: relative;
  z-index: 3;
  background-image: url(/asset/img/common/ic-hamburger-close.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .header__links .hamburger-btn[aria-expanded=true] > div {
  display: none;
}
header .hamburger {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
header:has(.hamburger-btn[aria-expanded=true]) .hamburger {
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(125deg, #FFFAF8 0, #FAF5F0 100%);
  overscroll-behavior: none;
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 769px) {
  header .hamburger__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 14%;
    width: min(90%, 1100px);
    margin-inline: auto;
    margin-block: 200px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__inner {
    margin-block: 120px 21.5vw;
    padding-inline: 6vw;
  }
}
header .hamburger__inner > p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-block: auto;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  header .hamburger__inner .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__inner .header__logo {
    width: 38.25vw;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions {
    display: grid;
    grid-template-columns: repeat(3, 244px);
    justify-content: flex-end;
    gap: 54px 0;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions {
    width: 100%;
    margin-block-start: 10.5vw;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dl {
    border-block-end: 1px solid var(--color-americansilver);
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions > dl:nth-of-type(1) {
    border-block-start: 1px solid var(--color-americansilver);
  }
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 14px;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
header .hamburger .accordions > div > div {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions > div > div {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions > div > div {
    line-height: 1;
    border-block-end: 1px solid var(--color-americansilver);
  }
}
header .hamburger .accordions > div > div a {
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions > div > div a {
    display: block;
    width: 100%;
    height: 100%;
    padding-block: 4.5vw;
    padding-inline: 5.5vw;
  }
}
@media (hover: hover) {
  header .hamburger .accordions > div > div a:hover {
    color: var(--color-primarydark);
  }
}
header .hamburger .accordions dt {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions dt {
    margin-block-end: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dt {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dt::after {
    margin-inline-end: 4.5vw;
  }
}
header .hamburger .accordions dt a {
  transition: color 0.2s;
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions dt a {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dt a {
    display: none;
  }
}
@media (hover: hover) {
  header .hamburger .accordions dt a:hover {
    color: var(--color-primarydark);
  }
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions dt button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dt button {
    display: block;
    padding-block: 4.6vw;
    padding-inline-start: 5.5vw;
  }
}
@media screen and (min-width: 769px) {
  header .hamburger .accordions dd {
    line-height: 2.5;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dd {
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dd ul {
    padding-block-end: 5vw;
    padding-inline: 8.25vw 5.5vw;
  }
}
header .hamburger .accordions dd a {
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  header .hamburger .accordions dd a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (hover: hover) {
  header .hamburger .accordions dd a:hover {
    color: var(--color-primarydark);
  }
}
header .hamburger__links {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
@media screen and (min-width: 769px) {
  header .hamburger__links {
    grid-column: 1/-1;
  }
}
header .hamburger__links-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (min-width: 769px) {
  header .hamburger__links-top {
    gap: 30px 30px;
    padding-block-end: 40px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links-top {
    margin-block-start: 12.5vw;
    padding-block-end: 10vw;
    gap: 9vw;
  }
}
header .hamburger__links--other {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  header .hamburger__links--other {
    gap: 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links--other {
    gap: 6vw;
  }
}
header .hamburger__links--other li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-weight: var(--font-medium);
  color: var(--color-smokegray);
  transition: color 0.2s;
}
@media screen and (min-width: 769px) {
  header .hamburger__links--other li a {
    gap: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links--other li a {
    gap: 1.25vw;
  }
}
@media (hover: hover) {
  header .hamburger__links--other li a:hover {
    color: var(--color-primarydark);
  }
}
header .hamburger__links--other li a::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s;
}
header .hamburger__links--other li:nth-child(1) a::before {
  background-image: url(/asset/img/common/ic-tabs.svg);
  width: 16px;
  height: 16px;
  transition: background-image 0.2s;
}
@media screen and (max-width: 768px) {
  header .hamburger__links--other li:nth-child(1) a::before {
    width: 3.75vw;
    height: 3.75vw;
  }
}
header .hamburger__links--other li:nth-child(2) a::before {
  background-image: url(/asset/img/common/ic-global.svg);
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  header .hamburger__links--other li:nth-child(2) a::before {
    width: 4vw;
    height: 4vw;
  }
}
@media (hover: hover) {
  header .hamburger__links--other li:nth-child(1) a:hover::before {
    background-image: url(/asset/img/common/ic-tabs-pink.svg);
  }
}
@media (hover: hover) {
  header .hamburger__links--other li:nth-child(2) a:hover::before {
    background-image: url(/asset/img/common/ic-global-pink.svg);
  }
}
header .hamburger__links--other + ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  header .hamburger__links--other + ul {
    gap: 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links--other + ul {
    gap: 2.5vw 6vw;
  }
}
header .hamburger__links--other + ul li {
  color: var(--color-smokegray);
  line-height: 2;
}
header .hamburger__links--other + ul a {
  transition: color 0.2s;
}
@media (hover: hover) {
  header .hamburger__links--other + ul a:hover {
    color: var(--color-primarydark);
  }
}
header .hamburger__links-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 769px) {
  header .hamburger__links-bottom {
    gap: 48px 48px;
    margin-block: 24px 0;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 9vw;
    margin-block: 10vw 0;
  }
}
header .hamburger__links-bottom > p a {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primarydefault);
  color: var(--color-white);
  font-weight: var(--font-bold);
  border-radius: 50px;
  transition: background-color 0.2s;
}
@media screen and (min-width: 769px) {
  header .hamburger__links-bottom > p a {
    gap: 16px;
    width: 200px;
    min-height: 46px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links-bottom > p a {
    gap: 4vw;
    width: 50vw;
    height: 11.5vw;
  }
}
@media (hover: hover) {
  header .hamburger__links-bottom > p a:hover {
    background-color: var(--color-blackolive);
  }
}
header .hamburger__links-bottom > p a::before {
  content: "";
  display: block;
  background-image: url(/asset/img/common/ic-mail.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  header .hamburger__links-bottom > p a::before {
    width: 26px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links-bottom > p a::before {
    width: 6.5vw;
    height: 4.5vw;
  }
}
header .hamburger__links--sns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  header .hamburger__links--sns {
    gap: 18px 18px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links--sns {
    gap: 4.5vw;
  }
}
header .hamburger__links--sns li a {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.2s;
}
@media screen and (min-width: 769px) {
  header .hamburger__links--sns li a {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  header .hamburger__links--sns li a {
    width: 6vw;
    height: 6vw;
  }
}
@media (hover: hover) {
  header .hamburger__links--sns li a:hover {
    opacity: 0.5;
  }
}
header .hamburger__links--sns li:nth-child(1) a {
  background-image: url(/asset/img/common/ic-instagram-gray.svg);
}
header .hamburger__links--sns li:nth-child(2) a {
  background-image: url(/asset/img/common/ic-x-gray.svg);
}
header .hamburger__links--sns li:nth-child(3) a {
  background-image: url(/asset/img/common/ic-facebook-gray.svg);
}
header .hamburger__links--sns li:nth-child(4) a {
  background-image: url(/asset/img/common/ic-note-gray.svg);
}
header .hamburger__links--sns li:nth-child(5) a {
  background-image: url(/asset/img/common/ic-youtube-gray.svg);
}
@media screen and (min-width: 769px) {
  header .hamburger_anime {
    display: block;
    translate: 0 1lh;
  }
}
@media screen and (min-width: 769px) {
  header:has(.hamburger-btn[aria-expanded=true]) .hamburger_anime {
    translate: 0 0;
    transition: translate 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media screen and (min-width: 769px) {
  header a:has(> .hamburger_anime) {
    overflow: hidden;
  }
}

header.no-scroll {
  background-color: transparent;
}

.sitetop header.no-scroll .header__links > p a {
  background-color: var(--color-white);
  color: var(--color-blackolive);
}
.sitetop header.no-scroll .header__links--other li a {
  color: var(--color-white);
}
.sitetop header.no-scroll .header__links--other li:nth-child(1) a::before {
  background-image: url(/asset/img/common/ic-mail.png);
}
.sitetop header.no-scroll .header__links--other li:nth-child(2) a::before {
  background-image: url(/asset/img/common/ic-tabs-white.svg);
}
.sitetop header.no-scroll .header__links--other li:nth-child(3) a::before {
  background-image: url(/asset/img/common/ic-global-white.svg);
}
.sitetop header.no-scroll nav li {
  color: var(--color-white);
}

/*----------------------------------------
	footer
-----------------------------------------*/
footer .footer {
  display: grid;
  position: relative;
}
@media screen and (min-width: 769px) {
  footer .footer {
    width: min(90%, 1280px);
    margin-inline: auto;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-block: 120px 80px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .footer {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  footer .footer {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-block: 20vw 10vw;
    padding-inline: 6vw;
  }
}
footer .footer p:has(.footer__logo) {
  display: block;
}
@media screen and (min-width: 769px) {
  footer .footer p:has(.footer__logo) {
    width: 200px;
    grid-column: 1/2;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .footer p:has(.footer__logo) {
    grid-column: 1/2;
  }
}
@media screen and (max-width: 768px) {
  footer .footer p:has(.footer__logo) {
    width: 38.25vw;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  footer .footer__links {
    grid-column: 2/3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-inline: 0 7px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .footer__links {
    grid-column: 1/2;
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__links {
    margin-block-start: 12.5vw;
    grid-row: 3/4;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9vw;
  }
}
footer .footer__links--sns {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  footer .footer__links--sns {
    gap: 20px 20px;
    margin-inline-end: min(2.5vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  footer .footer__links--sns {
    justify-content: center;
    align-items: center;
    gap: 5vw;
  }
}
footer .footer__links--sns li a {
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  footer .footer__links--sns li a {
    width: 6vw;
    height: 6vw;
  }
}
@media (hover: hover) {
  footer .footer__links--sns li a:hover {
    opacity: 0.5;
  }
}
footer .footer__links--sns li:nth-child(1) a {
  background-image: url(/asset/img/common/ic-instagram.svg);
}
footer .footer__links--sns li:nth-child(2) a {
  background-image: url(/asset/img/common/ic-x.svg);
}
footer .footer__links--sns li:nth-child(3) a {
  background-image: url(/asset/img/common/ic-facebook.svg);
}
footer .footer__links--sns li:nth-child(4) a {
  background-image: url(/asset/img/common/ic-note.svg);
}
footer .footer__links--sns li:nth-child(5) a {
  background-image: url(/asset/img/common/ic-youtube.svg);
}
footer .footer__links--other {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  footer .footer__links--other {
    gap: 24px 24px;
    margin-inline-end: min(3.875vw, 62px);
  }
}
@media screen and (max-width: 768px) {
  footer .footer__links--other {
    justify-content: center;
    gap: 6vw;
  }
}
footer .footer__links--other li a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-weight: var(--font-medium);
  transition: color 0.2s;
}
@media screen and (min-width: 769px) {
  footer .footer__links--other li a {
    gap: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__links--other li a {
    gap: 1.25vw;
  }
}
@media (hover: hover) {
  footer .footer__links--other li a:hover {
    color: var(--color-primarydark);
  }
}
footer .footer__links--other li a::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background-image 0.2s;
}
footer .footer__links--other li:nth-child(1) a::before {
  background-image: url(/asset/img/common/ic-tabs.svg);
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  footer .footer__links--other li:nth-child(1) a::before {
    width: 3.75vw;
    height: 3.75vw;
  }
}
footer .footer__links--other li:nth-child(2) a::before {
  background-image: url(/asset/img/common/ic-global.svg);
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  footer .footer__links--other li:nth-child(2) a::before {
    width: 4vw;
    height: 4vw;
  }
}
@media (hover: hover) {
  footer .footer__links--other li:nth-child(1) a:hover::before {
    background-image: url(/asset/img/common/ic-tabs-pink.svg);
  }
}
@media (hover: hover) {
  footer .footer__links--other li:nth-child(2) a:hover::before {
    background-image: url(/asset/img/common/ic-global-pink.svg);
  }
}
footer .footer__links > p a {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primarydefault);
  border-radius: 50px;
  transition: background-color 0.2s;
}
@media screen and (min-width: 769px) {
  footer .footer__links > p a {
    width: 214px;
    height: 60px;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__links > p a {
    width: 52.5vw;
    height: 13vw;
    gap: 4vw;
    margin-inline: auto;
  }
}
@media (hover: hover) {
  footer .footer__links > p a:hover {
    background-color: var(--color-blackolive);
  }
}
footer .footer__links > p a > span {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25em;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
  font-weight: var(--font-bold);
  text-align: center;
  line-height: 1;
}
footer .footer__links > p a::before {
  content: "";
  display: block;
  background-image: url(/asset/img/common/ic-mail.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  footer .footer__links > p a::before {
    width: 6.5vw;
    height: 4.5vw;
  }
}
@media screen and (min-width: 769px) {
  footer .accordions {
    grid-column: 1/3;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 83px;
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  footer .accordions {
    grid-column: 1/2;
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions {
    margin-block-start: 10.5vw;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dl {
    border-block-end: 1px solid var(--color-americansilver);
  }
}
@media screen and (max-width: 768px) {
  footer .accordions > dl:nth-of-type(1) {
    border-block-start: 1px solid var(--color-americansilver);
  }
}
@media screen and (min-width: 769px) {
  footer .accordions > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px 14px;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
footer .accordions > div > div {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  footer .accordions > div > div {
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions > div > div {
    line-height: 1;
    border-block-end: 1px solid var(--color-americansilver);
  }
}
footer .accordions > div > div a {
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  footer .accordions > div > div a {
    display: block;
    width: 100%;
    height: 100%;
    padding-block: 4.5vw;
    padding-inline: 5.5vw;
  }
}
@media (hover: hover) {
  footer .accordions > div > div a:hover {
    color: var(--color-primarydark);
  }
}
footer .accordions dt {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  footer .accordions dt {
    margin-block-end: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dt {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dt::after {
    margin-inline-end: 4.5vw;
  }
}
@media screen and (min-width: 769px) {
  footer .accordions dt a {
    display: block;
    transition: color 0.2s;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dt a {
    display: none;
  }
}
@media (hover: hover) {
  footer .accordions dt a:hover {
    color: var(--color-primarydark);
  }
}
@media screen and (min-width: 769px) {
  footer .accordions dt button {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dt button {
    display: block;
    padding-block: 4.6vw;
    padding-inline-start: 5.5vw;
  }
}
@media screen and (min-width: 769px) {
  footer .accordions dd {
    line-height: 2.62;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dd {
    line-height: 3;
  }
}
@media screen and (max-width: 768px) {
  footer .accordions dd ul {
    padding-block-end: 5vw;
    padding-inline: 8.25vw 5.5vw;
  }
}
footer .accordions dd a {
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  footer .accordions dd a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (hover: hover) {
  footer .accordions dd a:hover {
    color: var(--color-primarydark);
  }
}
footer .footer__bottom {
  background-color: var(--color-floralwhite);
}
footer .footer__bottom > div {
  display: grid;
}
@media screen and (min-width: 769px) {
  footer .footer__bottom > div {
    width: min(1280px, 90%);
    margin-inline: auto;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-block: 37px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__bottom > div {
    padding-block: 7.5vw 15vw;
    padding-inline: 12.5vw;
    gap: 9vw;
  }
}
footer .footer__bottom ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  footer .footer__bottom ul {
    gap: 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer__bottom ul {
    gap: 2.5vw 6vw;
  }
}
footer .footer__bottom li {
  line-height: 2;
  color: var(--color-smokegray);
}
footer .footer__bottom small {
  color: var(--color-smokegray);
  font-weight: var(--font-medium);
}
@media screen and (max-width: 768px) {
  footer .footer__bottom small {
    margin-inline: auto;
    text-align: center;
  }
}

/*----------------------------------------
	news
-----------------------------------------*/
.news-list {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 23px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .news-list {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}
.news-list dt {
  display: grid;
  grid-template-columns: 110px 120px;
  padding-block-end: 20px;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (max-width: 768px) {
  .news-list dt {
    grid-template-columns: auto 1fr;
    gap: 3.75vw;
    border-block-end: none;
    padding-block-end: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .news-list dt:not(:nth-of-type(1)) {
    padding-block-start: 6vw;
  }
}
.news-list dt span:nth-child(1) {
  font-size: 0.875rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 2;
  font-weight: var(--font-medium);
  color: var(--color-smokegray);
}
@media screen and (min-width: 769px) {
  .news-list dt span:nth-child(1) {
    padding-inline-end: 1em;
  }
}
@media screen and (max-width: 768px) {
  .news-list dt span:nth-child(1) {
    font-size: 3.5vw;
  }
}
.news-list dt span:nth-child(2) {
  font-size: 0.8125rem;
  line-height: 2;
  font-weight: var(--font-medium);
  color: var(--color-primarydark);
}
@media screen and (min-width: 769px) {
  .news-list dt span:nth-child(2) {
    padding-inline-end: 1em;
  }
}
@media screen and (max-width: 768px) {
  .news-list dt span:nth-child(2) {
    font-size: 3.25vw;
  }
}
.news-list dd {
  padding-block-end: 20px;
  border-block-end: 1px solid var(--color-americansilver);
}
@media screen and (max-width: 768px) {
  .news-list dd {
    padding-block-end: 4.75vw;
  }
}
.news-list dd a {
  font-size: 1rem;
  line-height: 2;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .news-list dd a {
    font-size: 3.5vw;
  }
}
@media (hover: hover) {
  .news-list dd a:hover {
    color: var(--color-primarydark);
  }
}
.news-list dd a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(/asset/img/common/ic-tabs-pink.svg);
  height: 1em;
  aspect-ratio: 1;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin-inline-start: 0.75em;
}
.news-list dd a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  background-image: url(/asset/img/common/ic-pdf-pink.svg);
  height: 1.25em;
  aspect-ratio: 1;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  translate: 0 0.2em;
  margin-inline-start: 0.75em;
}

/*----------------------------------------
	pagination
-----------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .pagination {
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 1.25vw;
  }
}
.pagination li {
  aspect-ratio: 1;
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .pagination li {
    font-size: 1rem;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .pagination li {
    font-size: 3vw;
    height: 10.5vw;
  }
}
@media screen and (min-width: 769px) {
  .pagination .prev,
  .pagination .next {
    aspect-ratio: 74/48;
  }
}
@media screen and (max-width: 768px) {
  .pagination .prev,
  .pagination .next {
    aspect-ratio: 1;
  }
}
.pagination a {
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (min-width: 769px) {
  .pagination a {
    aspect-ratio: 1;
  }
}
.pagination .is-current a {
  background-color: var(--color-primarydefault);
  color: var(--color-white);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .pagination .prev a,
  .pagination .next a {
    aspect-ratio: 1;
  }
}
.pagination .next a {
  margin-inline: auto 0;
}
.pagination .prev a::before,
.pagination .next a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.2s;
}
@media screen and (min-width: 769px) {
  .pagination .prev a::before,
  .pagination .next a::before {
    background-size: 24px 24px;
  }
}
@media screen and (max-width: 768px) {
  .pagination .prev a::before,
  .pagination .next a::before {
    background-size: 4.5vw 4.5vw;
  }
}
.pagination .prev a::before {
  background-image: url(/asset/img/common/ic-arrowleft-gray.svg);
}
.pagination .next a::before {
  background-image: url(/asset/img/common/ic-arrowright-gray.svg);
}
@media (hover: hover) {
  .pagination a:hover {
    background-color: var(--color-primarydefault);
    color: var(--color-white);
  }
  .pagination .prev a:hover::before {
    background-image: url(/asset/img/common/ic-arrowleft-white.svg);
  }
  .pagination .next a:hover:before {
    background-image: url(/asset/img/common/ic-arrowright-white.svg);
  }
}
.pagination .is-disabled a {
  pointer-events: none;
}
.pagination .prev.is-disabled a::before {
  background-image: url(/asset/img/common/ic-arrowleft-platinum.svg);
}
.pagination .next.is-disabled a::before {
  background-image: url(/asset/img/common/ic-arrowright-platinum.svg);
}

/*----------------------------------------
	pagination（MAGAZINE）
-----------------------------------------*/
.pagination02 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .pagination02 {
    padding: 27px 0;
    background-color: var(--color-ghostwhite);
  }
}
@media screen and (min-width: 769px) {
  .pagination02 ul {
    width: min(1100px, 90%);
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .pagination02 ul {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10vw 0;
  }
}
.pagination02 a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 0.75em;
}
@media screen and (max-width: 768px) {
  .pagination02 li {
    padding-inline: 6vw;
  }
}
.pagination02 .is-disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .pagination02 .prev {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.pagination02 .prev .font16_15 {
  order: 2;
}
.pagination02 .prev .c-icon-base {
  order: 1;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pagination02 .next {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .pagination02 li:not(:where(.prev, .next)) {
    grid-column: 1/4;
    grid-row: 2/3;
    background-color: var(--color-ghostwhite);
    padding-block: 4.5vw;
  }
}
.pagination02 li:not(:where(.prev, .next)) .font16_15 {
  order: 2;
}
.pagination02 li:not(:where(.prev, .next)) .c-icon-base {
  order: 1;
}
@media screen and (min-width: 769px) {
  .pagination02 li:not(:where(.prev, .next)) .c-icon-base {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.pagination02 li:not(:where(.prev, .next)) .c-icon-base::after {
  background-image: url(/asset/img/common/ic-dots-white.svg);
}
@media (hover: hover) {
  .pagination02 li:not(:where(.prev, .next)) a:hover .c-icon-base::after {
    background-image: url(/asset/img/common/ic-dots-white.svg);
  }
}

/*----------------------------------------
	tag
-----------------------------------------*/
.tag-category01 > :where(span, li, a) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-silver);
  border-radius: 10em;
}
@media screen and (max-width: 768px) {
  .tag-category01 > :where(span, li, a) {
    padding: 1.25vw 2vw;
    font-size: 3vw;
  }
}

.tag-category02 > :where(span, li, a) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-primarydefault);
  border-radius: 10em;
}
@media screen and (max-width: 768px) {
  .tag-category02 > :where(span, li, a) {
    padding: 1vw 2.5vw;
    font-size: 3vw;
  }
}

.tag-products > :where(span, li, a) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 20px;
  font-size: 1rem;
  font-weight: var(--font-regular);
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-primaryred);
  border-radius: 10em;
}
@media screen and (max-width: 768px) {
  .tag-products > :where(span, li, a) {
    padding: 1.5vw 4vw;
    font-size: 3.5vw;
  }
}

.tag-chips01 > :where(p, li, span) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: var(--font-medium);
  line-height: 1;
  color: var(--color-blackolive);
  background-color: var(--color-platinum);
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s;
  padding: 13px 20px;
}
@media screen and (max-width: 768px) {
  .tag-chips01 > :where(p, li, span) {
    font-size: 3vw;
    padding: 2.25vw 4vw;
  }
}

.tag-chips02 > :where(span, li, a) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: var(--font-medium);
  line-height: 1;
  color: var(--color-blackolive);
  background-color: var(--color-white);
  border: 1px solid var(--color-primarydark);
  border-radius: 10em;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .tag-chips02 > :where(span, li, a) {
    padding: 1.5vw 4vw;
    font-size: 3vw;
  }
}
@media (hover) {
  .tag-chips02 > :where(span, li, a):hover {
    color: var(--color-white);
    background-color: var(--color-primarydark);
  }
}
.tag-chips02 > :where(span, li, a).is-current {
  color: var(--color-white);
  background-color: var(--color-primarydark);
  cursor: default;
}

.tabs-item > :where(span, li, a) {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 31px;
  font-size: 1rem;
  font-weight: var(--font-medium);
  line-height: 1;
  color: var(--color-blackolive);
  background-color: var(--color-white);
  border: 1px solid var(--color-primarydark);
  border-radius: 10em;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 768px) {
  .tabs-item > :where(span, li, a) {
    padding: 2.25vw 4.75vw;
    font-size: 3.5vw;
  }
}
@media (hover) {
  .tabs-item > :where(span, li, a):hover {
    color: var(--color-white);
    background-color: var(--color-primarydark);
  }
}
.tabs-item > :where(span, li, a).selected, .tabs-item > :where(span, li, a).is-current {
  color: var(--color-white);
  background-color: var(--color-primarydark);
  cursor: default;
}