@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;
  }
}

.inner-border {
  padding: 0;
  margin-inline: 15px;
  border-left: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
}

@media (min-width: 812px) {
  .inner-border {
    max-width: 840px;
    margin-inline: auto;
  }
}

@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;
  }
}

.main {
  padding-top: 53px;
}

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

.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;
  text-align: 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(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/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 16px;
}

.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 {
  justify-content: center;
  gap: 0;
}

.c-bff-column .sf_bff_products_inner ul.column_4 li {
  width: 25%;
  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;
}

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

@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: 88px 1fr;
  grid-template-rows: max-content 1fr;
  gap: 0px 16px;
  grid-auto-flow: row;
  grid-template-areas: "sf_bff_products_image sf_bff_products_colorchip" "sf_bff_products_image sf_bff_products_detail";
}

@media (min-width: 812px) {

  .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 {
    grid-template-columns: 152px 1fr;
  }
}

.c-bff-row .sf_bff_products_inner .column_undefined {
  display: grid;
  grid-template-columns: 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 {
    gap: 8px;
  }
}

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

@media (min-width: 812px) {
  .c-bff-row .sf_bff_products_inner .favorites_layout {
    left: 120px;
  }
}

.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 #949494;
  padding-block: 15px;
}

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

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

.c-nav__link:before {
  content: "";
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/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-nav__link .small {
  font-size: 18px;
}

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

.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 {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-top: 38px;
}

.LifeWear_Contents .LifeWear_Contents_list {
  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(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/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 .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;
  }
}

@media (min-width: 812px) {
  .b-pageTtl {
    border-bottom: 1px solid #1b1b1b;
  }
}

.b-pageTtl .b-pageTtl__heading {
  padding-block: 24px;
  padding-inline: 15px;
  border-bottom: 1px solid #1b1b1b;
  line-height: 1;
}

@media (min-width: 812px) {
  .b-pageTtl .b-pageTtl__heading {
    padding-block: 32px;
    padding-inline: 30px;
    border-bottom: none;
  }
}

.b-pageTtl .b-pageTtl__heading img {
  width: auto;
}

.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;
    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;
  border-bottom: 1px solid #1b1b1b;
  background: #fff;
}

@media (min-width: 812px) {
  .st-header {
    height: 59px;
  }
}

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

@media (min-width: 812px) {
  .st-header .inner {
    max-width: 840px;
    height: 100%;
    padding: 0;
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
  }
}

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

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

#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 {
    right: 32px;
  }
}

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

#sp-btn-close {
  position: absolute;
  right: 10px;
  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 (hover: hover) {
  #sp-btn-close:hover {
    opacity: 1;
  }
}

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

.st-header__logo {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 812px) {
  .st-header__logo {
    left: 32px;
  }
}

@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;
}

#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: 340px;
    transform: translateX(370px);
    border-radius: 16px 0 0 16px;
    box-shadow: -4px 2px 30px 0px rgba(0, 0, 0, 0.4);
  }
}

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

.st-header__nav__head {
  position: relative;
  height: 53px;
  padding-right: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1b1b1b;
}

@media (min-width: 812px) {
  .st-header__nav__head {
    height: 59px;
    padding-right: 34px;
  }
}

.st-header__nav__head .st-header__logo {
  left: 40px;
}

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

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

@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 #949494;
  padding-block: 24px;
  padding-left: 6px;
}

.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;
  position: relative;
}

@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;
}

#interview .b-pageTtl .b-pageTtl__heading {
  padding-block: 16px;
  font-size: 20px;
  line-height: 1.6;
}

@media (min-width: 812px) {
  #interview .b-pageTtl .b-pageTtl__heading {
    padding-block: 24px;
    font-size: 25px;
  }
}

#interview .secMainView {
  border-bottom: 1px solid #1b1b1b;
}

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

#interview .secMainView__lead {
  padding: 24px 15px;
  line-height: 1.6;
}

@media (min-width: 812px) {
  #interview .secMainView__lead {
    font-size: 18px;
    padding: 32px 30px;
  }
}

#interview .artInterview {
  border-bottom: 1px solid #1b1b1b;
}

#interview .artInterview__sec {
  padding-block: 24px;
  padding-inline: 15px;
}

@media (min-width: 812px) {
  #interview .artInterview__sec {
    padding-inline: 24px;
  }
}

#interview .artInterview__sec:not(:last-child) {
  border-bottom: 1px solid #1b1b1b;
}

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

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

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

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

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

#interview .artInterview__sec__img {
  margin-top: 16px;
}

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

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

#interview .secProfile {
  border-bottom: 1px solid #1b1b1b;
}

#interview .secProfile__ttl {
  padding-block: 20px;
  padding-inline: 15px;
  border-bottom: 1px solid #1b1b1b;
  line-height: 1;
}

@media (min-width: 812px) {
  #interview .secProfile__ttl {
    padding-block: 24px;
    padding-inline: 24px;
  }
}

#interview .secProfile__ttl img {
  width: 180px;
}

#interview .secProfile__ttl__txt {
  font-size: 12px;
  margin-top: 10px;
}

@media (min-width: 812px) {
  #interview .secProfile__ttl__txt {
    font-size: 14px;
    margin-top: 11px;
  }
}

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

#interview .secProfile__txtbox {
  padding-block: 16px 24px;
  padding-inline: 15px;
}

@media (min-width: 812px) {
  #interview .secProfile__txtbox {
    padding-block: 24px 56px;
    padding-inline: 24px;
  }
}

#interview .secProfile__name {
  font-size: 18px;
  margin-bottom: 16px;
}

@media (min-width: 812px) {
  #interview .secProfile__name {
    font-size: 20px;
  }
}

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

#special-styling .b-pageTtl {
  border-bottom: 1px solid #1b1b1b;
}

#special-styling .b-pageTtl .b-pageTtl__heading {
  border: none;
  padding-block: 21px;
}

@media (min-width: 812px) {
  #special-styling .b-pageTtl .b-pageTtl__heading {
    padding-block: 35px 29px;
  }
}

#special-styling .b-pageTtl .b-pageTtl__heading svg,
#special-styling .b-pageTtl .b-pageTtl__heading img {
  display: block;
}

@media (min-width: 812px) {
  #special-styling .b-pageTtl .b-pageTtl__heading__imgs {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
  }
}

#special-styling .b-pageTtl .pageTtl__main {
  margin-bottom: 6px;
}

@media (min-width: 812px) {
  #special-styling .b-pageTtl .pageTtl__main {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

#special-styling .b-pageTtl .pageTtl__sub {
  margin-bottom: 6px;
}

@media (min-width: 812px) {
  #special-styling .b-pageTtl .pageTtl__sub {
    margin-bottom: 0;
  }
}

#special-styling .b-pageTtl .b-pageTtl__catch {
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 812px) {
  #special-styling .b-pageTtl .b-pageTtl__catch {
    font-size: 14px;
  }
}

#special-styling .secVideo {
  border-bottom: 1px solid #1b1b1b;
}

#special-styling .secVideo__video {
  line-height: 0;
  position: relative;
}

#special-styling .secVideo__video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 9/16;
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/25ss/img/special-styling/hero@2x.webp) no-repeat center top/contain;
}

@media (min-width: 812px) {
  #special-styling .secVideo__video video {
    aspect-ratio: 16/9;
    background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/25ss/img/special-styling/hero-pc@2x.webp);
  }
}

#special-styling .secVideo__video__icn {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (min-width: 812px) {
  #special-styling .secVideo__video__icn {
    width: 41px;
    height: 41px;
  }
}

#special-styling .secLook__lead {
  border-bottom: 1px solid #1b1b1b;
}

#special-styling .secLook__lead__txt {
  font-size: 14px;
  padding: 32px 15px;
}

@media (min-width: 812px) {
  #special-styling .secLook__lead__txt {
    padding: 32px 30px;
  }
}

#special-styling .secLook__listWrap {
  border-bottom: 1px solid #1b1b1b;
}

#special-styling .secLook__ttl {
  padding-block: 22px;
  padding-inline: 15px;
  border-bottom: 1px solid #1b1b1b;
  line-height: 0;
}

#special-styling .secLook__ttl img {
  width: auto;
}

#special-styling .secLook__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}

#special-styling .secLook__list:before {
  content: "";
  background: #1b1b1b;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}

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

#special-styling .secLook__item {
  border-top: 1px solid #1b1b1b;
  position: relative;
  line-height: 1;
}

#special-styling .secLook__item a {
  display: block;
  position: relative;
  padding: 5px;
  padding-bottom: 20px;
}

#special-styling .secLook__item:before {
  content: "";
  background: #1b1b1b;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}

#special-styling .secLook__item:not(:nth-of-type(2n)):after {
  content: "";
  background: #1b1b1b;
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 812px) {
  #special-styling .secLook__item:not(:nth-of-type(2n)):after {
    display: none;
  }
}

@media (min-width: 812px) {
  #special-styling .secLook__item:not(:nth-of-type(5n)):after {
    content: "";
    background: #1b1b1b;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
}

#special-styling .secLook__item:nth-of-type(1),
#special-styling .secLook__item:nth-of-type(2) {
  border-top: none;
}

@media (min-width: 812px) {

  #special-styling .secLook__item:nth-of-type(3),
  #special-styling .secLook__item:nth-of-type(4),
  #special-styling .secLook__item:nth-of-type(5) {
    border-top: none;
  }
}

#special-styling .secLook__item--no-border {
  border-bottom: none;
}

#special-styling .secLook__item__img {
  position: relative;
}

#special-styling .secLookList__list__item__btn {
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}

#special-styling .secLook__name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 14px;
  line-height: 1.6;
}

#special-styling .secLook__name .position {
  font-size: 11px;
  margin-right: 3px;
}

#special-styling .secLook__job {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

#special-styling .secLook__job--s {
  font-size: 11px;
  margin-top: 1px;
}

#special-styling .secLook__job + .secLook__name {
  margin-top: 8px;
}

#special-styling .secLook__txt {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#special-styling .secLook__sns {
  line-height: 1.6;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  display: none;
}

#special-styling .secLook__sns a {
  text-decoration: underline;
}

html[lang=zh-HK] #special-styling .secLook__item,
html[lang=zh-TW] #special-styling .secLook__item {
  display: block;
  position: relative;
  padding: 5px;
  padding-bottom: 20px;
}

html[lang=zh-HK] #special-styling .secLook__modal__imgWrap,
html[lang=zh-TW] #special-styling .secLook__modal__imgWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 12px;
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .secLook__modal__imgWrap,
  html[lang=zh-TW] #special-styling .secLook__modal__imgWrap {
    max-width: 318px;
    margin-inline: auto;
  }
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .b-modal__dialog-container,
  html[lang=zh-TW] #special-styling .b-modal__dialog-container {
    text-align: center;
  }
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .b-modal__dialog-container .secLook__name,
  html[lang=zh-TW] #special-styling .b-modal__dialog-container .secLook__name {
    margin-top: 16px;
  }
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .b-modal__dialog-container .secLook__job,
  html[lang=zh-TW] #special-styling .b-modal__dialog-container .secLook__job {
    margin-top: 4px;
  }
}

html[lang=zh-HK] #special-styling .b-modal__dialog-container .secLook__txt,
html[lang=zh-TW] #special-styling .b-modal__dialog-container .secLook__txt {
  display: block;
  overflow: auto;
  -webkit-line-clamp: inherit;
  -webkit-box-orient: inherit;
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .b-modal__dialog-container .secLook__txt,
  html[lang=zh-TW] #special-styling .b-modal__dialog-container .secLook__txt {
    margin-top: 8px;
  }
}

html[lang=zh-HK] #special-styling .secLook__accountWrap,
html[lang=zh-TW] #special-styling .secLook__accountWrap {
  display: flex;
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .secLook__accountWrap,
  html[lang=zh-TW] #special-styling .secLook__accountWrap {
    justify-content: center;
  }
}

html[lang=zh-HK] #special-styling .secLook__accountWrap .secLook__account:first-child,
html[lang=zh-TW] #special-styling .secLook__accountWrap .secLook__account:first-child {
  margin-right: 4px;
}

html[lang=zh-HK] #special-styling .secLook__accountWrap .secLook__account:first-child:after,
html[lang=zh-TW] #special-styling .secLook__accountWrap .secLook__account:first-child:after {
  content: "/";
  margin-left: 4px;
}

html[lang=zh-HK] #special-styling .secLook__account,
html[lang=zh-TW] #special-styling .secLook__account {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .secLook__account,
  html[lang=zh-TW] #special-styling .secLook__account {
    line-height: 1.25;
    justify-content: center;
  }
}

html[lang=zh-HK] #special-styling .secLook__account:before,
html[lang=zh-TW] #special-styling .secLook__account:before {
  content: "";
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/25ss/img/special-styling/icn_instagram.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 2px;
}

html[lang=zh-HK] #special-styling .secLook__modal__btn,
html[lang=zh-TW] #special-styling .secLook__modal__btn {
  margin-top: 24px;
}

html[lang=zh-HK] #special-styling .secLook__modal__btn__link,
html[lang=zh-TW] #special-styling .secLook__modal__btn__link {
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  width: 100%;
  font-size: 12px;
  border-radius: 52px;
  padding: 8px 16px;
  line-height: 2;
  display: grid;
  place-items: center;
  text-align: center;
}

@media (min-width: 812px) {

  html[lang=zh-HK] #special-styling .secLook__modal__btn__link,
  html[lang=zh-TW] #special-styling .secLook__modal__btn__link {
    margin: 0 auto;
  }
}

.b-modal__button {
  text-align: left;
}

.b-modal__dialog::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.b-modal__dialog {
  border: none;
  background: none;
  padding: 44px 0 44px;
  overflow: visible;
  max-width: calc(100% - 30px);
  margin-inline: auto;
  margin-block: auto;
  /* 非表示のアニメーション登録 */
  animation-name: fadeOut;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}

@media (min-width: 812px) {
  .b-modal__dialog {
    max-width: 720px;
    padding: 0;
  }
}

.b-modal__dialog[open] {
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
}

.b-modal__dialog__inpurArea {
  border: none;
  background: #fff;
  border: 1px solid #1b1b1b;
  padding: 15px;
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100svh - 100px);
}

@media (min-width: 812px) {
  .b-modal__dialog__inpurArea {
    padding: 15px 15px 39px;
  }
}

.b-modal__closeButton {
  position: absolute;
  top: 1px;
  right: 0;
  padding: 0;
}

@media (min-width: 812px) {
  .b-modal__closeButton {
    top: 0;
    z-index: 1;
  }
}

@media (min-width: 812px) {
  #styling-child .b-pageTtl .b-pageTtl__heading img {
    width: 110px;
  }
}

#styling-child .secLook {
  padding-bottom: 36px;
}

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

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

#styling-child .secLook__kvWrap {
  border-bottom: 1px solid #1b1b1b;
}

@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: 274px;
    height: 562px;
  }
}

#styling-child .secLook__kv__pagenation--prev {
  left: 0;
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/25ss/img/styling/ic_slideleft@2x.png) no-repeat center center/40px;
}

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

#styling-child .secLook__kv__pagenation--next {
  right: 0;
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/25ss/img/styling/ic_slideright@2x.png) no-repeat center center/40px;
}

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

#styling-child .secLook__product {
  padding-top: 32px;
  padding-inline: 15px;
}

@media (min-width: 812px) {
  #styling-child .secLook__product {
    padding-top: 40px;
    max-width: 840px;
    margin-inline: auto;
    padding-inline: 0;
  }
}

#styling-child .secLook__product__ttl {
  font-size: 18px;
  margin-bottom: 16px;
}

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

#styling-child .secLook__tab {
  display: flex;
  flex-wrap: wrap;
  /* アクティブタブ */
  /* ラジオボタン非表示 */
}

@media (min-width: 812px) {
  #styling-child .secLook__tab {
    margin-top: -15px;
  }
}

#styling-child .secLook__tab .tab_label {
  font-size: 16px;
  color: #6A6A6A;
  line-height: 1;
  text-align: center;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  transition: all 0.4s;
  padding: 17px 0;
  border-bottom: 1px solid #dadada;
}

@media (min-width: 812px) {
  #styling-child .secLook__tab .tab_label {
    font-size: 18px;
    line-height: 1.4;
  }
}

#styling-child .secLook__tab .tab_label:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: background 0.4s;
}

#styling-child .secLook__tab .tab_content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

#styling-child .secLook__tab .tab_active:checked + .tab_label {
  color: #1b1b1b;
}

#styling-child .secLook__tab .tab_active:checked + .tab_label:before {
  background: #1b1b1b;
}

#styling-child .secLook__tab .tab_active:checked + .tab_label + .tab_content {
  height: auto;
  overflow: auto;
  padding: 16px 0 0 0;
  opacity: 1;
  transition: 0.4s opacity;
}

@media (min-width: 812px) {
  #styling-child .secLook__tab .tab_active:checked + .tab_label + .tab_content {
    padding-top: 32px;
  }
}

#styling-child .secLook__tab .tab_active {
  display: none;
}

#styling-child .secLook__profile {
  border-top: 1px solid #1b1b1b;
  padding-block: 16px 32px;
  padding-inline: 15px;
  text-align: center;
}

@media (min-width: 812px) {
  #styling-child .secLook__profile {
    text-align: left;
    padding-block: 32px;
  }
}

@media (min-width: 812px) {
  #styling-child .secLook__profile__box {
    max-width: 558px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 180px;
    gap: 0 60px;
  }
}

#styling-child .secLook__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.448;
}

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

#styling-child .secLook__job {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

@media (min-width: 812px) {
  #styling-child .secLook__job {
    font-size: 16px;
    line-height: 1.1;
  }
}

#styling-child .secLook__accountWrap {
  display: flex;
  justify-content: center;
}

@media (min-width: 812px) {
  #styling-child .secLook__accountWrap {
    justify-content: flex-start;
  }
}

#styling-child .secLook__accountWrap .secLook__account:first-child {
  margin-right: 4px;
}

#styling-child .secLook__accountWrap .secLook__account:first-child:after {
  content: "/";
  margin-left: 4px;
}

#styling-child .secLook__account {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 812px) {
  #styling-child .secLook__account {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.25;
    justify-content: flex-start;
  }
}

#styling-child .secLook__account:before {
  content: "";
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/rokh/25ss/img/special-styling/icn_instagram.svg) no-repeat center center/cover;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 2px;
}

#styling-child .secLook__txt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.8;
}

@media (min-width: 812px) {
  #styling-child .secLook__txt {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.6;
  }
}

#styling-child .secLook__profile__zoom {
  margin-top: 24px;
  max-width: 160px;
  margin-inline: auto;
}

@media (min-width: 812px) {
  #styling-child .secLook__profile__zoom {
    margin-top: 0;
    max-width: 180px;
  }
}

#top {
  position: relative;
}

#top .main {
  background: #fff;
  padding-top: 0;
}

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

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

#top .secVideo__video {
  width: 100%;
  height: 178.4vw;
}

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

@media (min-width: 1190px) {
  #top .secVideo__video {
    height: 56.3vw;
  }
}

@media (min-width: 1190px) and (min-aspect-ratio: 16/9) {
  #top .secVideo__video {
    height: calc(100vh - 59px);
  }
}

#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;
}

#top .secVideo__video__icn {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 17px;
  box-shadow: none;
  cursor: pointer;
}

@media (min-width: 812px) {
  #top .secVideo__video__icn {
    right: 11px;
    top: 15px;
  }
}

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

#top .main-cont {
  position: relative;
  background: #fff;
  z-index: 1;
}

#top .secAbout {
  margin-top: 178.4vw;
  border-top: 1px solid #1b1b1b;
}

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

@media (min-width: 1190px) {
  #top .secAbout {
    margin-top: calc(59px + 56.3vw);
  }
}

@media (min-width: 1190px) and (min-aspect-ratio: 16/9) {
  #top .secAbout {
    margin-top: 100vh;
  }
}

#top .secAbout__logoWrap {
  border-bottom: 1px solid #1b1b1b;
}

#top .secAbout__logo {
  text-align: center;
  padding-block: 60px;
}

#top .secAbout__logo img {
  width: 200px;
}

#top .secAbout__ttlWrap {
  border-bottom: 1px solid #1b1b1b;
}

#top .secAbout__ttl {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-block: 16px;
  background: #1b1b1b;
}

#top .secAbout__txtboxWrap {
  border-bottom: 1px solid #1b1b1b;
}

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

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

#top .secAbout__txt {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  line-break: normal;
  word-break: normal;
  word-wrap: break-word;
}

#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;
  }
}

#top .secLook {
  margin-top: -52px;
  padding-top: 52px;
  padding-bottom: 48px;
}

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

#top .secLook__heading {
  padding-block: 22px;
  padding-inline: 15px;
  border-bottom: 1px solid #1b1b1b;
  line-height: 0;
}

@media (min-width: 812px) {
  #top .secLook__heading {
    padding-block: 20px;
  }
}

#top .secLook__heading img {
  width: auto;
}

#top .secLook__listWrap {
  border-bottom: 1px solid #1b1b1b;
}

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

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

#top .secLook__item {
  border-bottom: 1px solid #1b1b1b;
}

#top .secLook__item:not(:nth-of-type(2n)) {
  border-right: 1px solid #1b1b1b;
}

@media (min-width: 812px) {
  #top .secLook__item:not(:nth-of-type(2n)) {
    border-right: none;
  }
}

@media (min-width: 812px) {
  #top .secLook__item:not(:nth-of-type(5n)) {
    border-right: 1px solid #1b1b1b;
  }
}

@media (min-width: 812px) {
  #top .secLook__item:nth-of-type(n + 6) {
    border-bottom: none;
  }
}

#top .secLook__item--no-border {
  border-bottom: none;
}

#top .secLook__item a {
  display: block;
  padding: 5px;
  position: relative;
}

#top .secLookList__list__item__btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
}

#top .secLook__speicalBannerWrap {
  border-bottom: 1px solid #1b1b1b;
}

#top .secLook__speicalBanner a {
  display: block;
}

#top .secItem {
  padding-bottom: 48px;
}

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

#top .secItem__heading {
  text-align: center;
  margin-bottom: 16px;
  line-height: 0;
}

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

#top .secItem__heading img {
  width: auto;
}

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

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

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

#top #js-genderNav {
  background: #fff;
  z-index: 1;
  position: fixed;
  top: 53px;
  width: 100%;
  transform: translateY(-54px);
}

@media (min-width: 812px) {
  #top #js-genderNav {
    max-width: 840px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 59px;
  }
}

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

#top .genderNav__item {
  border-bottom: 1px solid #dadada;
}

#top .genderNav__item a {
  cursor: pointer;
  display: grid;
  place-items: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
  height: 50px;
  width: 100%;
  color: #6a6a6a;
}

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

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

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

#top .genderWrap {
  margin-top: -104px;
  padding-top: 120px;
  padding-bottom: 20px;
}

#top .secItem__genderTtl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}

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

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

#top .itemNav__item {
  width: 50%;
  border-color: #dadada;
  border-style: solid;
  border-width: 0 0 1px 0;
}

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

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

#top .itemNav__item:not(:nth-of-type(2n)) {
  border-right: 1px solid #dadada;
}

@media (min-width: 812px) {
  #top .itemNav__item:not(:nth-of-type(2n)) {
    border-left: 1px solid #dadada;
  }
}

#top .itemNav__item:not(:nth-of-type(2n)).itemNav__item--100 {
  border-right: none;
}

@media (min-width: 812px) {
  #top .itemNav__item:not(:nth-of-type(2n)).itemNav__item--100 {
    border-right: 1px solid #dadada;
  }
}

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

#top .itemNav__item__img {
  width: 60px;
  height: 80px;
}

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

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

#top .secItem__block__heading {
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 16px;
}

@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: 104px;
  z-index: 0;
  transform: translateY(-97px);
  width: 100%;
  border-bottom: 1px solid #dadada;
}

@media (min-width: 812px) {
  #top .scrollableAnchor {
    top: 113px;
    border-bottom: 1px solid #dadada;
    transform: translateY(-109px);
    max-width: 840px;
    margin-inline: auto;
  }
}

#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: 840px;
    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 transparent;
  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: 53px;
  }
}

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

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

#top .secNoticeWrap {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
}

#top .secNotice {
  padding: 24px 15px 40px;
}

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

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

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

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

#top .secNotice__list li em {
  font-weight: 700;
}

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

#top .secNotice__list li:not(:last-child) {
  margin-bottom: 8px;
}

#top .secEventWrap {
  border-bottom: 1px solid #1b1b1b;
}

#top .secEvent {
  padding: 24px 15px 40px;
}

@media (min-width: 812px) {
  #top .secEvent {
    padding: 23px 24px 40px;
  }
}

#top .secEvent__heading {
  margin-bottom: 21px;
  line-height: 0;
}

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

#top .secEvent__heading img {
  width: auto;
}

#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 32px;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #1b1b1b;
}

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

#top .secEvent__exhibition--window {
  padding-bottom: 0;
}

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

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

#top .secEvent__exhibition__date {
  font-size: 11px;
  color: #6A6A6A;
  margin-bottom: 24px;
}

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

#top .secEvent__exhibition__item {
  font-size: 14px;
}

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

#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 .livestation {
  border-bottom: 1px solid #1b1b1b;
}

#top .livestation__bnr {
  padding: 16px 15px;
}

@media (min-width: 812px) {
  #top .livestation__bnr {
    padding: 24px;
  }
}

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

#top .secInterview {
  color: #fff;
  border-bottom: 1px solid #1b1b1b;
}

#top .secInterview__headingWrap {
  border-bottom: 1px solid #1b1b1b;
}

#top .secInterview__heading {
  background: #1b1b1b;
  text-align: left;
  padding: 22px 15px;
  line-height: 0;
}

@media (min-width: 812px) {
  #top .secInterview__heading {
    padding: 21px 15px;
    padding-inline: 24px;
  }
}

#top .secInterview__heading img {
  width: auto;
}

#top .secInterview__cont {
  background: #1b1b1b;
  padding: 0 15px 40px;
}

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

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

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

#top .secInterview__name {
  font-size: 18px;
  margin-bottom: 16px;
}

#top .secInterview__txt {
  font-size: 14px;
  margin-bottom: 16px;
}

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

#top .secInterview__btn a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
}

@media (min-width: 812px) {
  #top .secInterview__btn a {
    font-size: 16px;
    max-width: 480px;
  }
}

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