@charset "UTF-8";

@font-face {
  font-family: "GUJPCorporate";
  src: url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2") format("woff2"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff") format("woff"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GUJPCorporate";
  src: url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2") format("woff2"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff") format("woff"), url("https://www.gu-global.com/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  text-size-adjust: 100%;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

em {
  font-style: normal;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

svg {
  height: auto;
}

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

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

html,
body {
  font-family: "GUJPCorporate", "Avenir Next", Roboto, "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #1b1b1b;
  line-height: 1.6;
}

a {
  color: #1b1b1b;
}

button {
  color: #1b1b1b;
  line-height: 1.6;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.wrapper {
  background: none;
}

#container {
  overflow: hidden;
}

.-home #container {
  padding-top: 0;
}

picture {
  display: block;
  height: 100%;
}

.img {
  line-height: 1;
}

.inner {
  padding: 0 20px;
}

@media (min-width: 812px) {
  .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
  }
}

@media (min-width: 812px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media (min-width: 812px) {
  .pc {
    display: block;
  }
}

.pc-inline {
  display: none;
}

@media (min-width: 812px) {
  .pc-inline {
    display: inline-block;
  }
}

@media (min-width: 812px) {
  .main {
    max-width: 960px;
    margin-inline: auto;
  }
}

.underline {
  position: relative;
  display: inline-block;
  line-height: initial;
}

.underline:before {
  content: "";
  background: #1b1b1b;
  width: 1.2ch;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1px;
}

@media (min-width: 812px) {
  .bg-filter {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
  }
}

.btn-01 a {
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  width: 100%;
  min-height: 52px;
  font-size: 16px;
  border-radius: 52px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  place-items: center;
}

@media (min-width: 812px) {
  .btn-01 a {
    max-width: 576px;
    margin: 0 auto;
  }
}

.btn-01--black a {
  background: #1b1b1b;
  color: #fff;
  font-weight: 700;
  min-height: 48px;
}

.btn-01--black a:link,
.btn-01--black a:visited {
  color: #fff;
}

@media (min-width: 812px) {
  .btn-01--black a {
    max-width: 100%;
  }
}

.btn-more {
  text-align: center;
  display: block;
  width: 100%;
}

.btn-more a,
.btn-more span {
  font-size: 16px;
}

@media (min-width: 812px) {

  .btn-more a,
  .btn-more span {
    font-size: 17px;
  }
}

.btn-text {
  text-align: center;
}

.btn-text a,
.btn-text span {
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}

.btn-text a {
  color: #005db5;
}

.btn-text a:hover,
.btn-text a:link,
.btn-text a:visited {
  color: #005db5;
}

.c-accordion .panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.c-accordion .c-accordion__button {
  text-align: left;
  display: block;
  width: 100%;
}

.c-accordion .c-accordion__button span {
  height: 44px;
  font-size: 22px;
  padding-right: 17px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 812px) {
  .c-accordion .c-accordion__button span {
    font-size: 18px;
  }
}

.c-accordion .c-accordion__button span:before {
  content: "";
  background: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/common/icn_top.svg) no-repeat center center/cover;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: -23px;
  transition: transform 0.4s;
}

.c-accordion .c-accordion__button.active span:before {
  transform: translateY(-50%) rotate(0deg);
}

.c-bff-column .sf_bff_products_itemName {
  font-size: 14px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.5px;
  font-weight: 300 !important;
  font-family: "GUJPCorporate", "Avenir Next", Roboto, "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_price,
.c-bff-column .sf_bff_products_price {
  font-weight: 400 !important;
  font-family: "GUJPCorporate", "Avenir Next", Roboto, "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
  letter-spacing: 0.5px;
}

@media (min-width: 812px) {

  .c-bff-column .sf_bff_products_inner li .sf_bff_products_price,
  .c-bff-column .sf_bff_products_price {
    font-size: 18px;
    line-height: 1;
  }
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_flags span {
  font-size: 12px;
  line-height: 1.5;
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_flags {
  line-height: 1;
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_price,
.c-bff-column .sf_bff_products_inner li .sf_bff_products_flags {
  padding-top: 5px;
}

.c-bff-column .sf_bff_products_inner.device_sp ul li .sf_bff_products_colorchip {
  height: 20px;
  padding: 0 15px;
  margin: 10px 0;
}

@media (min-width: 812px) {
  .c-bff-column .sf_bff_products_inner.device_sp ul li .sf_bff_products_colorchip {
    height: 20px;
  }
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_detail {
  padding: 0 15px;
}

@media (min-width: 812px) {
  .c-bff-column .sf_bff_products_inner li .sf_bff_products_detail {
    padding: 0;
  }
}

.c-bff-column .sf_bff_products_inner ul li {
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  .c-bff-column .sf_bff_products_inner ul li {
    margin-bottom: 32px;
  }
}

.c-bff-column .sf_bff_products_inner ul.column_2 li {
  width: 50%;
  margin-right: 0;
}

.c-bff-column .sf_bff_products_inner ul.column_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 8px;
}

.c-bff-column .sf_bff_products_inner ul.column_4 li {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 812px) {
  .c-bff-column .sf_bff_products_inner li .sf_bff_products_colorchip span {
    background-color: transparent;
  }
}

@media (min-width: 812px) {

  .c-bff-column .sf_bff_products_inner li .sf_bff_products_colorchip span:hover img,
  .c-bff-column .sf_bff_products_inner li .sf_bff_products_colorchip span.current img {
    border: 2px solid transparent;
  }
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_colorchip {
  line-height: 1;
}

.c-bff-row .sf_bff_products_inner {
  padding-right: 4vw;
  padding-left: 4vw;
}

@media (min-width: 812px) {
  .c-bff-row .sf_bff_products_inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.c-bff-row .sf_bff_products_inner .column_undefined > li,
.c-bff-row .sf_bff_products_inner .column_3 > li,
.c-bff-row .sf_bff_products_inner .column_os > li {
  margin-bottom: 24px;
  width: 100%;
  margin-right: 0;
}

@media (min-width: 812px) {

  .c-bff-row .sf_bff_products_inner .column_undefined > li,
  .c-bff-row .sf_bff_products_inner .column_3 > li,
  .c-bff-row .sf_bff_products_inner .column_os > li {
    margin-bottom: 0;
  }
}

.c-bff-row .sf_bff_products_inner .column_undefined > li > a,
.c-bff-row .sf_bff_products_inner .column_3 > li > a,
.c-bff-row .sf_bff_products_inner .column_os > li > a {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-rows: max-content 1fr;
  gap: 0px 15px;
  grid-auto-flow: row;
  grid-template-areas: "sf_bff_products_image sf_bff_products_colorchip" "sf_bff_products_image sf_bff_products_detail";
}

.c-bff-row .sf_bff_products_inner .column_undefined {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.c-bff-row .sf_bff_products_inner .column_os {
  margin-bottom: 0;
}

@media (min-width: 812px) {
  .c-bff-row .sf_bff_products_inner .column_os {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
}

.c-bff-row .sf_bff_products_inner .favorites_layout {
  right: auto;
  top: 0;
  left: 60px;
}

.c-bff-row .sf_bff_products_image {
  grid-area: sf_bff_products_image;
}

.c-bff-row .sf_bff_products_colorchip {
  grid-area: sf_bff_products_colorchip;
  margin: 0 0 8px !important;
  height: 20px !important;
}

@media (min-width: 812px) {
  .c-bff-row .sf_bff_products_colorchip {
    margin: 0 0 1vh !important;
    height: 20px !important;
  }
}

.c-bff-row .sf_bff_products_colorchip span {
  position: relative;
}

.c-bff-row .sf_bff_products_colorchip span img {
  position: absolute;
}

.c-bff-row .sf_bff_products_detail {
  grid-area: sf_bff_products_detail;
}

.c-bff-row .sf_bff_products_itemName {
  font-size: 14px !important;
  line-height: 1.39 !important;
  font-weight: 300 !important;
  font-family: "GUJPCorporate", "Avenir Next", Roboto, "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
  margin-bottom: 5px;
}

.c-bff-row .sf_bff_products_price {
  font-weight: 400 !important;
  font-family: "GUJPCorporate", "Avenir Next", Roboto, "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
  padding-top: 0 !important;
  margin-top: 3px;
  font-size: 18px !important;
  line-height: 1 !important;
}

@media (min-width: 812px) {
  .c-bff-row .sf_bff_products_price {
    margin-top: 8px;
    letter-spacing: 0.5px !important;
  }
}

.c-bff-row .sf_bff_products_flags {
  padding: 0 !important;
}

.c-bff-row .sf_bff_price_flags {
  padding: 3px 0 0 !important;
}

.c-lead {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 812px) {
  .c-lead {
    font-size: 17px;
  }
}

.c-nav__item {
  border-bottom: 1px solid #dadada;
  padding-block: 15px;
}

.c-nav__link {
  display: inline-block;
  height: 44px;
  font-size: 22px;
  padding-left: 16px;
  padding-right: 28px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 812px) {
  .c-nav__link {
    font-size: 18px;
  }
}

.c-nav__link:before {
  content: "";
  background: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/common/icn_next.svg) no-repeat center center/contain;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}

.c-note {
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 812px) {
  .c-note {
    font-size: 12px;
  }
}

.heading-01 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 300;
}

@media (min-width: 812px) {
  .heading-01 {
    font-size: 32px;
    margin-bottom: 0;
  }
}

.heading-02 {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: 300;
}

@media (min-width: 812px) {
  .heading-02 {
    font-size: 22px;
  }
}

.heading-03 {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 812px) {
  .heading-03 {
    font-size: 24px;
  }
}

.heading-04 {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 812px) {
  .heading-04 {
    font-size: 24px;
  }
}

.LifeWear_Contents .LifeWear_Contents_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.LifeWear_Contents .LifeWear_Contents_link {
  height: 70px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  padding: 0 10px;
  text-align: center;
  position: relative;
}

.LifeWear_Contents .LifeWear_Contents_link:before {
  content: "";
  background: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/common/icn_next.svg) no-repeat center center/contain;
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.LifeWear_Contents .LifeWear_Contents_link:nth-child(even) {
  border-left: 1px solid #dadada;
}

.LifeWear_Contents .LifeWear_Contents_link {
  border-bottom: 1px solid #dadada;
}

.LifeWear_Contents .LifeWear_Contents_link:nth-last-child(1):nth-child(odd) {
  width: 100%;
}

.LifeWear_Contents .LifeWear_Contents_link:nth-child(-n+2) {
  border-top: 1px solid #dadada;
}

@media screen and (min-width: 813px) {
  .LifeWear_Contents {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
  }

  .LifeWear_Contents .LifeWear_Contents_list {
    margin-top: 0;
    padding-inline: 62px;
  }

  .LifeWear_Contents .LifeWear_Contents_link:nth-last-child(1):nth-child(odd) {
    width: 25%;
  }

  .LifeWear_Contents .LifeWear_Contents_link:nth-last-child(1):not(:nth-of-type(4n)) {
    width: calc(25% + 1px);
  }

  .LifeWear_Contents .LifeWear_Contents_link:nth-of-type(4n) {
    border-right: 1px solid #dadada;
  }

  .LifeWear_Contents .LifeWear_Contents_link:nth-last-child(1) {
    border-right: 1px solid #dadada;
  }

  .LifeWear_Contents .LifeWear_Contents_link:nth-child(-n+4) {
    border-top: 1px solid #dadada;
  }

  .LifeWear_Contents .LifeWear_Contents_link {
    width: 25%;
    font-size: 17px;
    line-height: 25.5px;
    border-left: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background: #fff;
    font-weight: bold;
  }
}

.b-notice {
  padding-top: 16px;
}

@media (min-width: 812px) {
  .b-notice {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.b-notice__ttl {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  line-height: 1.8;
}

@media (min-width: 812px) {
  .b-notice__ttl {
    font-size: 18px;
  }
}

.b-notice__list li {
  font-size: 14px;
  line-height: 1.8;
}

.b-notice__list li em {
  font-weight: 700;
}

.b-notice__list li a {
  color: #005db5;
}

.b-notice__list li:not(:last-child) {
  margin-bottom: 8px;
}

.b-pageTtl {
  padding-block: 16px;
}

.b-pageTtl .heading-01 {
  font-size: 22px;
  margin-bottom: 0;
}

@media (min-width: 812px) {
  .b-pageTtl .heading-01 {
    font-size: 22px;
  }
}

.breadcrumbs {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 16px;
  background: #fff;
  position: relative;
}

@media (min-width: 812px) {
  .breadcrumbs {
    padding: 38px 62px 33px;
  }
}

.breadcrumbs_inner {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs_item {
  font-size: 10px;
}

@media (min-width: 812px) {
  .breadcrumbs_item {
    font-size: 12px;
  }
}

.breadcrumbs_itemLink {
  color: #1b1b1b;
  text-decoration: underline !important;
}

.breadcrumbs_itemLink .underline {
  display: inline;
}

.breadcrumbs_itemLink .underline:before {
  display: none;
}

.breadcrumbs_item:not(:last-child):after {
  content: "/";
  color: #1b1b1b;
  padding-right: 8px;
  padding-left: 8px;
}

@media (min-width: 812px) {
  .breadcrumbs_item:not(:last-child):after {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.footer-nav {
  background: #fff;
  border-top: 1px solid #dadada;
}

@media (min-width: 812px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav .c-nav__item {
  border-color: #dadada;
}

.footer {
  padding-top: 10px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

@media (min-width: 812px) {
  .footer {
    padding-top: 31px;
    max-width: 958px;
    margin-inline: auto;
  }
}

.footer_head {
  margin-left: 15px;
  margin-left: var(--sp-h-l);
  margin-right: 15px;
  margin-right: var(--sp-h-l);
  text-align: left;
}

.footer_headList {
  display: flex;
  justify-content: center;
  text-align: center;
}

.footer_headitem {
  margin-right: 10px;
  line-height: 1;
}

@media (min-width: 812px) {
  .footer_headitem {
    margin-right: 15px;
  }
}

.footer_headitem + .footer_headitem {
  margin-left: 10px;
  margin-right: 0;
  position: relative;
}

@media (min-width: 812px) {
  .footer_headitem + .footer_headitem {
    margin-left: 15px;
  }
}

.footer_headLink {
  color: #1b1b1b !important;
  font-size: 11px;
}

@media (min-width: 812px) {
  .footer_headLink {
    font-size: 13px;
  }
}

.footer_headitem + .footer_headitem:before {
  position: absolute;
  left: -10px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  content: "";
  height: 11px;
  width: 1px;
  background-color: #1b1b1b;
}

@media (min-width: 812px) {
  .footer_headitem + .footer_headitem:before {
    left: -15px;
  }
}

.footer_body {
  padding-top: 36px;
  padding-bottom: 78px;
}

@media (min-width: 812px) {
  .footer_body {
    padding: 20px 0 30px;
  }
}

.footer_snsItem,
.footer_snsList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_snsItem {
  padding-left: 15px;
  padding-right: 15px;
}

.footer_snsItemLink {
  display: block;
  width: 24px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer_snsItemIco {
  width: 100%;
}

.footer_copyright {
  display: block;
  margin-top: 32px;
  font-size: 11px;
  color: #1b1b1b;
}

@media (min-width: 812px) {
  .footer_copyright {
    font-size: 12px;
    margin-top: 20px;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  width: 100%;
  height: 53px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  background: #fff;
}

@media (min-width: 812px) {
  .st-header {
    height: auto;
    position: static;
    background: none;
    backdrop-filter: none;
  }
}

.st-header .inner {
  width: 100%;
}

@media (min-width: 812px) {
  .st-header .inner {
    max-width: 2440px;
    padding: 0 32px;
  }
}

.st-header__collaboLogo {
  line-height: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

@media (min-width: 812px) {
  .st-header__collaboLogo {
    left: 27px;
    right: auto;
    margin: 0;
    position: fixed;
    top: 20px;
    transform: translateY(0);
  }
}

.st-header__collaboLogo svg {
  width: 40px;
}

@media (min-width: 812px) {
  .st-header__collaboLogo svg {
    width: 54px;
  }
}

#sp-btn-open {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
}

@media (min-width: 812px) {
  #sp-btn-open {
    width: 58px;
    height: 58px;
    right: 14px;
    position: fixed;
    top: 5px;
    transform: translateY(0);
  }
}

@media (min-width: 812px) {
  #sp-btn-open svg {
    width: 20px;
    height: auto;
  }
}

@media (hover: hover) {
  #sp-btn-open:hover {
    opacity: 1;
  }
}

#sp-btn-close {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
}

@media (hover: hover) {
  #sp-btn-close:hover {
    opacity: 1;
  }
}

@media (min-width: 812px) {
  #sp-btn-close {
    width: 58px;
    height: 58px;
    align-self: flex-end;
  }
}

@media (min-width: 812px) {
  #sp-btn-close svg {
    width: 18px;
    height: auto;
  }
}

#g-nav {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  transition: transform 0.3s ease-in-out;
  background: #fff;
  transform: translateX(100vw);
}

@media (min-width: 812px) {
  #g-nav {
    max-width: 280px;
    transform: translateX(280px);
    border-radius: 16px 0 0 16px;
  }
}

#g-nav.active {
  transform: translateX(0px);
}

.st-header__nav__head {
  height: 53px;
  padding-right: 11px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 812px) {
  .st-header__nav__head {
    height: auto;
    display: block;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 5px;
    padding-right: 14px;
  }
}

.st-header__logo {
  margin-right: 16px;
}

@media (min-width: 812px) {
  .st-header__logo {
    margin-right: 0;
    align-self: flex-start;
  }
}

@media (min-width: 812px) {

  .st-header__logo img,
  .st-header__logo svg {
    width: 37px;
    height: 37px;
  }
}

.st-header__logo .cls-1 {
  fill: #000;
  fill-rule: evenodd;
}

.st-header__globalNav {
  padding-block: 9px;
  padding-inline: 24px;
}

@media (min-width: 812px) {
  .st-header__globalNav {
    padding-block: 0;
  }
}

.st-header__globalNav .c-nav__item:last-child {
  border-bottom: none;
  margin-top: 9px;
}

@media (min-width: 812px) {
  .st-header__globalNav .c-nav__item:last-child {
    margin-top: 8px;
  }
}

.st-header__globalNav__group {
  border-bottom: 1px solid #dadada;
  padding-block: 24px;
  padding-left: 16px;
}

.st-header__globalNav__group .group__item:not(:last-child) {
  margin-bottom: 8px;
}

.st-header__globalNav__group .c-nav__link {
  padding-left: 0;
}

.st-header__globalNav__group button span:has(.coming),
.st-header__globalNav__group .c-nav__link:has(.coming) {
  display: block;
  padding-right: 0;
  color: #6A6A6A;
  line-height: 1.6;
  cursor: default;
}

@media (min-width: 812px) {

  .st-header__globalNav__group button span:has(.coming),
  .st-header__globalNav__group .c-nav__link:has(.coming) {
    display: inline-flex;
  }
}

.st-header__globalNav__group button span:has(.coming):before,
.st-header__globalNav__group .c-nav__link:has(.coming):before {
  display: none;
}

.st-header__globalNav__group .coming {
  font-size: 14px;
  font-style: normal;
}

@media (min-width: 812px) {
  .st-header__globalNav__group .coming {
    font-size: 13px;
  }
}

.group__ttl {
  font-size: 14px;
  color: #6A6A6A;
  margin-bottom: 12px;
}

.group__itemNav__List {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 812px) {
  .group__itemNav__List {
    margin-top: 4px;
    display: block;
  }
}

.group__itemNav__item {
  width: calc(50% - 4px);
  margin-right: 4px;
  margin-bottom: 4px;
}

@media (min-width: 812px) {
  .group__itemNav__item {
    width: 100%;
  }
}

.group__itemNav__item--100 {
  width: 100%;
  margin-bottom: 0;
}

.group__itemNav__item a {
  align-items: center;
  display: flex;
  min-height: 64px;
}

.group__itemNav__item__img {
  width: 48px;
  height: 64px;
}

.group__itemNav__item__txt {
  flex: 1;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 812px) {
  .group__itemNav__item__txt {
    text-align: left;
    padding-left: 24px;
  }
}

#overlay {
  background-color: rgba(27, 27, 27, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 21;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}

#overlay.active {
  opacity: 1;
  visibility: visible;
  display: block;
  pointer-events: initial;
}

.itemMember {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f4f4f4;
  position: relative;
}

@media (min-width: 812px) {
  .itemMember {
    padding-top: 42px;
    padding-bottom: 54px;
  }
}

.itemMember_container,
.itemMember_heading {
  margin-left: 20px;
  margin-right: 20px;
}

@media (min-width: 812px) {
  .itemMember_container {
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
}

.itemMember_heading {
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 812px) {
  .itemMember_heading {
    font-size: 24px;
  }
}

.itemMember_main {
  text-align: center;
  font-size: 14px;
  margin-top: 24px;
}

@media (min-width: 812px) {
  .itemMember_main {
    font-size: 17px;
    margin-top: 24px;
  }
}

.itemMember_lead {
  margin-top: 24px;
  font-size: 14px;
}

@media (min-width: 812px) {
  .itemMember_lead {
    font-size: 17px;
  }
}

.itemMember_button {
  margin-top: 24px;
}

.itemMember_button a {
  background: #fff;
}

.itemMember_textLink {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 812px) {
  .itemMember_textLink {
    margin-top: 20px;
    display: none;
  }
}

.itemMember_textLink:last-of-type {
  margin-top: 12px;
}

.itemMemberApp_container,
.itemMemberApp_heading {
  margin-left: 20px;
  margin-right: 20px;
}

.itemMemberApp_container {
  margin-top: 40px;
}

@media (min-width: 812px) {
  .itemMemberApp_container {
    width: 100%;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
  }
}

.itemMemberApp_heading {
  font-size: 18px;
  text-align: center;
}

@media (min-width: 812px) {
  .itemMemberApp_heading {
    font-size: 24px;
  }
}

.itemMemberApp_lead {
  margin-top: 24px;
  font-size: 14px;
}

@media (min-width: 812px) {
  .itemMemberApp_lead {
    font-size: 17px;
  }
}

.itemMemberApp_subheading {
  margin-top: 24px;
  font-size: 14px;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 812px) {
  .itemMemberApp_subheading {
    margin-top: 16px;
    font-size: 17px;
    text-align: center;
    justify-content: center;
  }
}

.itemMemberApp_textLink {
  margin-top: 16px;
}

@media (min-width: 812px) {
  .itemMemberApp_textLink {
    margin-top: 24px;
  }
}

.itemMemberApp_subheadingIco {
  margin-right: 10px;
  margin-top: 3px;
  width: 16px;
  height: 16px;
}

@media (min-width: 812px) {
  .itemMemberApp_subheadingIco {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    margin-top: 0;
  }
}

.itemMemberApp_subheadingIcoImg {
  width: 100%;
  height: auto;
}

.itemMemberApp_subheadingText {
  flex: 1;
}

@media (min-width: 812px) {
  .itemMemberApp_subheadingText {
    flex: none;
  }
}

@media (min-width: 812px) {
  .itemMemberApp_downloadWrap {
    display: flex;
    max-width: 760px;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media (min-width: 812px) {
  .itemMemberApp_downloadItem {
    flex: 1;
  }
}

.itemMemberApp_download {
  margin-top: 32px;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 812px) {
  .itemMemberApp_download {
    margin-top: 40px;
    font-size: 17px;
    line-height: 1.4;
  }
}

.itemMemberApp_downloadButton {
  margin-top: 16px;
}

@media (min-width: 812px) {
  .itemMemberApp_downloadButton {
    margin-top: 24px;
  }
}

.itemMemberApp_downloadButton a {
  background: #fff;
}

.secQuestionnaire {
  padding: 40px 0 0;
  background: #f4f4f4;
}

@media (min-width: 812px) {
  .secQuestionnaire {
    padding: 58px 0 0;
  }
}

.secQuestionnaire__heading {
  text-align: center;
  font-size: 18px;
  margin-bottom: 12px;
}

@media (min-width: 812px) {
  .secQuestionnaire__heading {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.secQuestionnaire__txt {
  font-size: 14px;
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  .secQuestionnaire__txt {
    font-size: 17px;
    text-align: center;
  }
}

.secQuestionnaire__btn a {
  background: #fff;
}

@media (min-width: 812px) {
  #interview-body {
    background-color: #777576;
  }
}

#interview .secVideo,
#styling-child .secVideo {
  display: none;
}

@media (min-width: 812px) {

  #interview .secVideo,
  #styling-child .secVideo {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
}

@media (min-width: 812px) {

  #interview .secVideo__video,
  #styling-child .secVideo__video {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 812px) {

  #interview .secVideo__video .secVideo__video__inner,
  #styling-child .secVideo__video .secVideo__video__inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 812px) {

  #interview .secVideo__video video,
  #styling-child .secVideo__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/home/hero-pc@2x.webp) no-repeat center top/contain;
  }
}

#interview .secVideo__video__icn,
#styling-child .secVideo__video__icn {
  display: none;
}

@media (min-width: 812px) {

  #interview .secVideo__video__icn,
  #styling-child .secVideo__video__icn {
    display: block;
    position: fixed;
    width: 41px;
    height: 41px;
    right: 24px;
    bottom: 24px;
    box-shadow: none;
    cursor: pointer;
  }

  #interview .secVideo__video__icn img,
  #styling-child .secVideo__video__icn img {
    width: 100%;
    height: auto;
  }
}

#interview .main,
#styling-child .main {
  background: #fff;
  padding-top: 53px;
}

@media (min-width: 812px) {

  #interview .main,
  #styling-child .main {
    padding-top: 0;
  }
}

#interview .secMainView {
  margin-bottom: 40px;
}

#interview .secMainView .inner {
  padding: 0;
}

@media (min-width: 812px) {
  #interview .secMainView .inner {
    padding: 0 90px;
  }
}

#interview .secMainView img {
  width: 100%;
}

#interview .artInterview {
  padding-bottom: 8px;
}

@media (min-width: 812px) {
  #interview .artInterview .inner {
    padding: 0 120px;
  }
}

#interview .artInterview__lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media (min-width: 812px) {
  #interview .artInterview__lead {
    margin-bottom: 40px;
  }
}

#interview .artInterview__sec {
  position: relative;
  padding-top: 13px;
  margin-bottom: 32px;
}

@media (min-width: 812px) {
  #interview .artInterview__sec {
    margin-bottom: 40px;
  }
}

#interview .artInterview__sec:before {
  content: "";
  background: #1b1b1b;
  width: 48px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#interview .artInterview__sec__ttl {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #interview .artInterview__sec__ttl {
    margin-bottom: 8px;
  }
}

#interview .artInterview__sec__subTtl {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #interview .artInterview__sec__subTtl {
    margin-bottom: 8px;
  }
}

#interview .artInterview__sec__txt {
  font-size: 14px;
  line-height: 1.8;
}

#interview .artInterview__sec__img {
  margin: 16px auto 32px;
}

@media (min-width: 812px) {
  #interview .artInterview__sec__img {
    text-align: center;
    max-width: 570px;
    margin: 32px auto 40px;
  }
}

#interview .artInterview__sec__img img {
  width: 100%;
}

#interview .artInterview__sec__img.item-01 {
  max-width: 105px;
  margin-top: 16px;
}

@media (min-width: 812px) {
  #interview .artInterview__sec__img.item-01 {
    max-width: 210px;
    margin-top: 32px;
  }
}

#interview .secProfile {
  padding-bottom: 60px;
}

@media (min-width: 812px) {
  #interview .secProfile .inner {
    padding: 0 120px;
  }
}

#interview .secProfile__ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #interview .secProfile__ttl {
    font-size: 22px;
    margin-bottom: 24px;
  }
}

#interview .secProfile__img {
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  #interview .secProfile__img {
    max-width: 376px;
    margin: 0 auto 24px;
  }
}

#interview .secProfile__txt {
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 812px) {
  #styling-child-body {
    background-color: #777576;
  }
}

#styling-child .secLook .inner {
  padding: 0;
}

@media (min-width: 812px) {
  #styling-child .secLook__kv {
    display: grid;
    grid-template-columns: 1fr 375px 1fr;
    gap: 0;
    position: relative;
  }
}

#styling-child .secLook__kv__other {
  display: none;
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__other {
    display: block;
    position: relative;
    z-index: 0;
  }

  #styling-child .secLook__kv__other:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  #styling-child .secLook__kv__other img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__other--prev img {
    object-position: right center;
  }
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__other--next img {
    object-position: left center;
  }
}

#styling-child .secLook__kv__main {
  position: relative;
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__main {
    position: static;
  }
}

#styling-child .secLook__img {
  width: 100%;
}

#styling-child .secLook__img img {
  width: 100%;
}

#styling-child .secLook__kv__pagenation {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__pagenation {
    z-index: 1;
  }
}

#styling-child .secLook__kv__pagenation a {
  display: block;
  padding: 0;
  width: 44px;
  height: 63px;
  font-size: 0;
  color: transparent;
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__pagenation a {
    width: 326px;
    height: 562px;
  }
}

#styling-child .secLook__kv__pagenation--prev {
  left: 0;
  background: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/styling/ic_slideleft.svg) no-repeat center center/22px;
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__pagenation--prev {
    background-position: center right;
  }
}

#styling-child .secLook__kv__pagenation--next {
  right: 0;
  background: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/styling/ic_slideright.svg) no-repeat center center/22px;
}

@media (min-width: 812px) {
  #styling-child .secLook__kv__pagenation--next {
    background-position: center left;
  }
}

#styling-child .secLook__product {
  padding: 24px 0 8px;
}

@media (min-width: 812px) {
  #styling-child .secLook__product {
    padding-bottom: 32px;
  }
}

#styling-child .secLook__product__ttl {
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  #styling-child .secLook__product__ttl {
    font-size: 22px;
  }
}

@media (min-width: 812px) {
  #styling-child .secLook__product__list {
    padding-inline: 32px;
  }
}

#styling-child .secLook__btns {
  padding-bottom: 16px;
}

@media (min-width: 812px) {
  #styling-child .secLook__btns {
    padding-bottom: 32px;
  }
}

#styling-child .secLook__btns .inner {
  padding-inline: 20px;
}

@media (min-width: 812px) {
  #styling-child .secLook__btns .inner {
    padding-inline: 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
}

#styling-child .secLook__btn {
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #styling-child .secLook__btn {
    margin-bottom: 0;
  }
}

#top-body {
  background-color: #777576;
}

#top {
  position: relative;
}

#top .main {
  position: relative;
  background: #fff;
}

@media (min-width: 812px) {
  #top .main {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    border-radius: 16px;
    margin-top: calc(100vh - 150px);
  }
}

#top .st-header {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: none;
}

@media (min-width: 812px) {
  #top .st-header {
    position: fixed;
  }
}

#top .st-header .st-header__collaboLogo {
  visibility: hidden;
  opacity: 0;
}

#top .st-header.fixed {
  position: fixed;
  background: #fff;
  transform: translateY(-53px);
}

@media (min-width: 812px) {
  #top .st-header.fixed {
    transform: translateY(0);
    background: none;
    backdrop-filter: none;
  }
}

#top .st-header.fixed .st-header__collaboLogo {
  visibility: visible;
  opacity: 1;
}

#top .st-header.fall {
  transform: translateY(0px);
}

#top .secVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (min-width: 812px) {
  #top .secVideo {
    height: 100vh;
  }
}

#top .secVideo__video {
  width: 100%;
  height: 668px;
}

@media (min-width: 812px) {
  #top .secVideo__video {
    height: 100%;
  }
}

#top .secVideo__video .secVideo__video__inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

#top .secVideo__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/home/hero.webp) no-repeat center top/contain;
}

@media (min-width: 812px) {
  #top .secVideo__video video {
    background-image: url(/jp/ja/special-feature/contents/collaboration/ug/25ss/img/home/hero-pc@2x.webp);
  }
}

#top .secVideo__video__icn {
  width: 41px;
  height: 41px;
  position: absolute;
  right: 16px;
  top: -57px;
  box-shadow: none;
  cursor: pointer;
}

@media (min-width: 812px) {
  #top .secVideo__video__icn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    top: auto;
  }
}

#top .secVideo__video__icn img {
  width: 100%;
  height: auto;
}

#top .secVideo__btn {
  margin-top: 24px;
}

@media (min-width: 812px) {
  #top .secVideo__btn {
    margin-top: 32px;
  }
}

#top .secAbout {
  position: relative;
  z-index: 1;
  margin-top: 668px;
  padding: 64px 0 40px;
  border-bottom: 3px solid #1b1b1b;
}

@media (min-width: 812px) {
  #top .secAbout {
    margin-top: 0;
    padding: 64px 64px 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
    backdrop-filter: blur(10px);
    border-radius: 16px 16px 0 0;
  }
}

@media (min-width: 812px) {
  #top .secAbout .inner {
    padding: 0;
  }
}

#top .secAbout__ttl {
  font-size: 23px;
  font-weight: 700;
  padding-inline: 15px;
  margin-bottom: 16px;
  line-height: 2;
}

@media (min-width: 812px) {
  #top .secAbout__ttl {
    font-size: 44px;
    padding-inline: 0;
  }
}

#top .secAbout__txtbox {
  padding-inline: 15px;
}

@media (min-width: 812px) {
  #top .secAbout__txtbox {
    padding-inline: 0;
  }
}

#top .secAbout__txt {
  line-height: 2;
  font-weight: 700;
  margin-bottom: 24px;
  line-break: normal;
  word-break: normal;
  word-wrap: break-word;
}

@media (min-width: 812px) {
  #top .secAbout__txt {
    margin-bottom: 40px;
  }
}

#top .secAbout__btn {
  padding-inline: 7.5px;
}

@media (min-width: 812px) {
  #top .secAbout__btn {
    padding-inline: 0;
  }
}

#top .secAbout__btn a {
  font-weight: 900;
}

@media (min-width: 812px) {
  #top .secAbout__btn a {
    max-width: 376px;
    margin-inline: 0;
  }
}

@media (min-width: 812px) {
  #top .b-noticeWrap {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
  }
}

#top .b-notice {
  position: relative;
  z-index: 1;
  padding-bottom: 54px;
}

@media (min-width: 812px) {
  #top .b-notice {
    padding-bottom: 104px;
    background: rgba(255, 255, 255, 0.6);
  }
}

#top .tab-list {
  display: flex;
  position: relative;
  z-index: 1;
}

@media (min-width: 812px) {
  #top .tab-list {
    backdrop-filter: blur(10px);
    border-bottom: none;
    z-index: 3;
  }
}

#top .tab {
  flex: 1;
  padding: 4px 0;
  background-color: #DADADA;
  color: #6A6A6A;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.25s ease-out;
}

@media (min-width: 812px) {
  #top .tab {
    background: rgba(218, 218, 218, 0.75);
    font-size: 15px;
    line-height: 1.8;
  }
}

#top .tab[aria-selected=true] {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #1B1B1B;
}

@media (min-width: 812px) {
  #top .tab[aria-selected=true] {
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid transparent;
  }
}

#top .tab[aria-selected=true]#first-collection {
  border-right: 1px solid #1b1b1b;
}

#top .tab[aria-selected=true]#second-collection {
  border-left: 1px solid #1b1b1b;
}

#top .tab[aria-selected=false] {
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #1b1b1b;
  background-color: #DADADA;
  color: #6A6A6A;
  font-weight: 400;
}

@media (min-width: 812px) {
  #top .tab[aria-selected=false] {
    background: rgba(218, 218, 218, 0.75);
    border-top: 1px solid transparent;
  }
}

#top .tab-panel {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

#top .tab-panel.active {
  opacity: 1;
  position: relative;
  visibility: visible;
}

@media (min-width: 812px) {
  #top .tab-panel__cont {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
  }
}

#top .collection__head {
  padding-top: 40px;
  padding-bottom: 32px;
  text-align: center;
}

@media (min-width: 812px) {
  #top .collection__head {
    padding-bottom: 40px;
  }
}

#top .collection__heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

#top .collection__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.68;
}

#top .secItem {
  padding: 0 0 48px;
}

@media (min-width: 812px) {
  #top .secItem {
    padding: 0 0 40px;
  }
}

@media (min-width: 812px) {
  #top .secItem .heading-01 {
    margin-bottom: 32px;
  }
}

#top .secItem__collection {
  font-size: 14px;
  text-align: center;
}

@media (min-width: 812px) {
  #top .secItem__collection {
    font-size: 16px;
  }
}

#top .itemNav__List {
  position: relative;
  border: 0 solid #f4f4f4;
  border-color: #f4f4f4;
  border-top: 1px solid #f4f4f4;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  #top .itemNav__List {
    border: none;
    margin-bottom: 40px;
  }
}

#top .itemNav__item {
  width: calc(50% - 0.5px);
  border-color: #f4f4f4;
  border-style: solid;
  border-width: 0 0 1px 0;
}

@media (min-width: 812px) {
  #top .itemNav__item {
    width: calc(50% - 1.5px);
    border: none;
    margin-bottom: 3px;
    background: rgba(255, 255, 255, 0.6);
  }
}

#top .itemNav__item a {
  align-items: center;
  display: flex;
  min-height: 96px;
}

#top .itemNav__item:nth-of-type(1),
#top .itemNav__item:nth-of-type(3),
#top .itemNav__item:nth-of-type(5),
#top .itemNav__item:nth-of-type(7) {
  border-right: 1px solid #f4f4f4;
}

@media (min-width: 812px) {

  #top .itemNav__item:nth-of-type(1),
  #top .itemNav__item:nth-of-type(3),
  #top .itemNav__item:nth-of-type(5),
  #top .itemNav__item:nth-of-type(7) {
    border-right: none;
    margin-right: 3px;
  }
}

@media (min-width: 812px) {

  #top .itemNav__item:nth-of-type(2),
  #top .itemNav__item:nth-of-type(4),
  #top .itemNav__item:nth-of-type(6) {
    border-right: none;
  }
}

#top .itemNav__item--100 {
  width: 100%;
}

#top .itemNav__item__img {
  width: 72px;
  height: 96px;
}

#top .itemNav__item__txt {
  flex: 1;
  text-align: center;
  font-size: 14px;
}

#top .secItem__size {
  padding-inline: 20px;
  margin-bottom: 60px;
}

@media (min-width: 812px) {
  #top .secItem__size {
    max-width: 740px;
    padding-inline: 0;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}

#top .size__cont {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  padding-block: 16px;
  text-align: center;
}

@media (min-width: 812px) {
  #top .size__cont {
    padding-block: 32px 40px;
  }
}

#top .size__ttl {
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #top .size__ttl {
    font-size: 18px;
  }
}

#top .size__txt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (min-width: 812px) {
  #top .size__txt {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

#top .size__note {
  font-size: 12px;
}

@media (min-width: 812px) {
  #top .size__note {
    font-size: 14px;
  }
}

@media (min-width: 812px) {
  #top .secItem__blockWrap {
    padding-inline: 54px;
    max-width: 1224px;
    margin: 0 auto;
  }
}

#top .secItem__block__heading {
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  #top .secItem__block__heading {
    margin-bottom: 16px;
  }
}

#top .secItem__block:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #top .secItem__block:not(:last-child) {
    margin-bottom: 20px;
  }
}

#top .scrollableAnchor {
  background: #fff;
  overflow-y: hidden;
  position: fixed;
  top: 88px;
  z-index: 0;
  transform: translateY(-133px);
  width: 100%;
  border-bottom: 1px solid #dadada;
  opacity: 0;
}

@media (min-width: 812px) {
  #top .scrollableAnchor {
    top: 36px;
    border-bottom: 1px solid #dadada;
    transform: translateY(-99px);
    max-width: 958px;
    margin-inline: auto;
    z-index: 2;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
  }
}

#top .scrollableAnchor__list {
  display: flex;
  max-width: 1224px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

@media (min-width: 812px) {
  #top .scrollableAnchor__list {
    max-width: 1176px;
    padding-inline: 24px;
    margin: 0 auto;
  }
}

#top .scrollableAnchor__item {
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-basis: auto;
  flex-shrink: 0;
  min-width: 68px;
}

@media (min-width: 812px) {
  #top .scrollableAnchor__item {
    min-width: 0;
  }
}

#top .scrollableAnchor__item a {
  align-items: center;
  border-bottom: 1px solid #e3e3e0;
  display: flex;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 44px;
  width: 100%;
  color: #6a6a6a;
}

@media (min-width: 812px) {
  #top .scrollableAnchor__item a {
    height: 62px;
  }
}

#top .scrollableAnchor__item a.-current {
  border-bottom-color: #1b1b1b;
  color: #1b1b1b;
}

#top .scrollableAnchor__item__txt {
  font-size: 13px;
}

#top .secLook {
  padding-bottom: 60px;
}

@media (min-width: 812px) {
  #top .secLook {
    padding-bottom: 60px;
  }
}

@media (min-width: 812px) {
  #top .secLook .heading-01 {
    margin-bottom: 16px;
  }
}

#top .secLook__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 812px) {
  #top .secLook__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

#top .secLook__list--staff {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 812px) {
  #top .secLook__list--staff {
    grid-template-columns: repeat(6, 1fr);
  }
}

#top .secLook__item {
  position: relative;
}

#top .secLookList__list__item__btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 26px;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}

#top .secEvent {
  padding-bottom: 40px;
}

#top .secEvent__heading {
  font-size: 22px;
}

@media (min-width: 812px) {
  #top .secEvent__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

#top .secEvent__lead {
  font-size: 14px;
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  #top .secEvent__lead {
    margin-bottom: 24px;
  }
}

#top .secEvent__txt {
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 812px) {
  #top .secEvent__txt {
    text-align: center;
  }
}

#top .secEvent__exhibition {
  padding: 24px 0;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}

@media (min-width: 812px) {
  #top .secEvent__exhibition {
    max-width: 832px;
    margin: 0 auto 0;
  }
}

#top .secEvent__exhibition--event {
  border-bottom: none;
}

#top .secEvent__exhibition__ttl {
  text-align: center;
  margin-bottom: 8px;
}

@media (min-width: 812px) {
  #top .secEvent__exhibition__ttl {
    font-size: 18px;
  }
}

#top .secEvent__exhibition__txt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #top .secEvent__exhibition__txt {
    font-size: 14px;
  }
}

#top .secEvent__exhibition__list {
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #top .secEvent__exhibition__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0;
    justify-content: center;
  }
}

#top .secEvent__exhibition__item {
  text-align: center;
  font-size: 12px;
}

@media (min-width: 812px) {
  #top .secEvent__exhibition__item {
    width: 33.333%;
    font-size: 16px;
  }
}

#top .secEvent__exhibition__item:not(:last-child) {
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #top .secEvent__exhibition__item:not(:last-child) {
    margin-bottom: 8px;
  }
}

#top .secEvent__exhibition__item a {
  text-decoration: underline;
}

#top .secEvent__exhibition__info__note {
  text-align: center;
  font-size: 12px;
}

@media (min-width: 812px) {
  #top .secEvent__exhibition__info__note {
    font-size: 14px;
  }
}

#top .livestation {
  margin-bottom: 40px;
}

@media (min-width: 812px) {
  #top .livestation {
    margin-bottom: 72px;
  }
}

#top .livestation img {
  width: 100%;
}

@media (min-width: 812px) {
  #top .livestation__bnr {
    max-width: 576px;
    margin: 0 auto;
  }
}

#top .secInterview {
  padding-bottom: 60px;
}

@media (min-width: 812px) {
  #top .secInterview {
    padding-bottom: 72px;
  }
}

#top .secInterview__heading {
  font-size: 22px;
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #top .secInterview__heading {
    font-size: 24px;
  }
}

#top .secInterview__img {
  margin-bottom: 24px;
}

@media (min-width: 812px) {
  #top .secInterview__img {
    max-width: 376px;
    margin-inline: auto;
  }
}

@media (min-width: 812px) {
  #top .breadcrumbs {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
