@charset "UTF-8";

@font-face {
  font-family: "GUJPCorporate";
  src: url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff2") format("woff2"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Light_v2.0.woff") format("woff"), url("/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("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff2") format("woff2"), url("/jp/ja/special-feature/corp/fonts/GUJPCorporate-Kana-Regular_v2.0.woff") format("woff"), url("/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-size: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #1b1b1b;
  background-color: #e3e3e0;
  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;
  }
}

.main {
  background: #e3e3e0;
}

.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-text {
  text-align: center;
}

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

@media (min-width: 812px) {

  .btn-text a,
  .btn-text span {
    font-size: 17px;
    line-height: 1.5;
  }
}

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

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

.c-accordion .c-accordion__button {
  text-align: center;
  display: block;
  padding: 17px 0;
  width: 100%;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
}

@media (min-width: 812px) {
  .c-accordion .c-accordion__button {
    padding: 31px 0;
  }
}

.c-accordion .c-accordion__button span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 812px) {
  .c-accordion .c-accordion__button span {
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    padding-right: 28px;
  }
}

.c-accordion .c-accordion__button span:before {
  content: "";
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/special-collaboration/undercover/24fw/img/common/icn_top.svg) no-repeat center center/cover;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  transition: transform 0.4s;
}

@media (min-width: 812px) {
  .c-accordion .c-accordion__button span:before {
    width: 22px;
    height: 23px;
  }
}

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

.c-bff-column .fr-bff-products[data-component-type=ProductGridSmall] {
  padding: 0;
}

.c-bff-column [data-component-type=ProductGridSmall] .fr-bff-product {
  width: calc(50% - 1.5px);
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 812px) {
  .c-bff-column [data-component-type=ProductGridSmall] .fr-bff-product {
    width: calc(25% - 20px);
    margin: 0 10px 60px;
  }
}

.c-bff-column [data-component-type=ProductGridSmall] .fr-bff-product:not(:nth-of-type(2n)) {
  margin-right: 3px;
}

@media (min-width: 812px) {
  .c-bff-column [data-component-type=ProductGridSmall] .fr-bff-product:not(:nth-of-type(2n)) {
    margin-right: 10px;
  }
}

.c-bff-column .fr-bff-product_content {
  padding: 0 10px;
  margin-top: 10px;
}

@media (min-width: 812px) {
  .c-bff-column .fr-bff-product_content {
    margin-top: 10px;
    padding: 0;
  }
}

.c-bff-column .fr-bff-product_gender {
  font-size: 11px;
  color: #5a5a5a;
  margin-bottom: 5px;
}

.c-bff-column .fr-bff-product_name,
.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 .fr-bff-product_price,
.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 .fr-bff-product_price,
  .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 .fr-bff-product_sizes,
.c-bff-column .fr-bff-product_priceFlags,
.c-bff-column .fr-bff-product_futureExhibition,
.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;
}

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

.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 32px 0 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 li .sf_bff_products_colorchip span {
  position: relative;
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_colorchip span img {
  position: absolute;
}

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

@media (min-width: 812px) {
  .c-bff-column .sf_bff_products_inner ul.column_4 li {
    width: 25%;
    margin-right: 0;
  }
}

.c-bff-column .sf_bff_products_inner li .sf_bff_products_colorchip span {
  background-color: #e3e3e0;
}

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

.c-bff-row .fr-bff-products[data-component-type=ProductGridSmall] {
  display: block;
}

.c-bff-row [data-component-type=ProductGridSmall] .fr-bff-product {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.c-bff-row [data-component-type=ProductGridSmall] .fr-bff-product:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 812px) {
  .c-bff-row [data-component-type=ProductGridSmall] .fr-bff-product:not(:last-child) {
    margin-bottom: 20px;
  }
}

.c-bff-row [data-component-type=ProductGridSmall] .fr-bff-product a {
  display: flex;
}

.c-bff-row .fr-bff-product_imgWrapper {
  width: 90px;
  height: 90px;
}

@media (min-width: 812px) {
  .c-bff-row .fr-bff-product_imgWrapper {
    width: 140px;
    height: 140px;
  }
}

.c-bff-row .fr-bff-product_content {
  margin-top: 0;
  flex: 1;
  padding-left: 15px;
}

@media (min-width: 812px) {
  .c-bff-row .fr-bff-product_content {
    padding-left: 20px;
  }
}

.c-bff-row .fr-bff-product_gender {
  font-size: 12px;
  font-weight: 300 !important;
  margin-bottom: 5px;
}

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

.c-bff-row .fr-bff-product_price {
  font-weight: 700;
  font-family: "GUJPCorporate", "Avenir Next", Roboto, "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Helvetica, Tahoma, Arial, sans-serif !important;
}

@media (min-width: 812px) {
  .c-bff-row .fr-bff-product_price {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.5px;
  }
}

.c-bff-row .fr-bff-product_sizes,
.c-bff-row .fr-bff-product_priceFlags,
.c-bff-row .fr-bff-product_futureExhibition {
  font-size: 12px;
  line-height: 1.5;
}

.c-bff-row .sf_bff_products {
  margin-top: 15px;
}

@media (min-width: 812px) {
  .c-bff-row .sf_bff_products {
    margin-top: 28px;
  }
}

.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 {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 812px) {

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

.c-bff-row .sf_bff_products_inner .column_undefined>li>a,
.c-bff-row .sf_bff_products_inner .column_3>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";
}

@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 {
    grid-template-columns: 140px 1fr;
    gap: 0px 20px;
  }
}

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

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

.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: 18px !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 #1b1b1b;
}

.c-nav__link {
  display: block;
  height: 52px;
  font-size: 14px;
  padding-left: 20px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 812px) {
  .c-nav__link {
    height: 64px;
    font-size: 17px;
    padding-left: 30px;
  }
}

.c-nav__link:before {
  content: "";
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/special-collaboration/undercover/24fw/img/common/icn_next.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

@media (min-width: 812px) {
  .c-nav__link:before {
    width: 22px;
    height: 23px;
  }
}

.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: 22px;
  margin-bottom: 16px;
  font-weight: 300;
}

@media (min-width: 812px) {
  .heading-01 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0;
    letter-spacing: 1.5px;
  }
}

.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: 20px;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 812px) {
  .heading-03 {
    font-size: 18px;
    letter-spacing: 1px;
  }
}

.heading-04 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.9px;
  text-align: center;
}

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

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

.b-notice__box {
  display: flex;
  padding: 16px;
  border: 1px solid #dadada;
  background: rgba(255, 255, 255, 0.6);
  flex-direction: column;
  align-items: flex-start;
  gap: 12px 0;
}

@media (min-width: 812px) {
  .b-notice__box {
    padding: 32px;
    gap: 16px 0;
    max-width: 776px;
    margin: 0 auto;
  }
}

.b-notice__ttl {
  font-size: 16px;
  line-height: 24px;
  align-self: center;
}

@media (min-width: 812px) {
  .b-notice__ttl {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.b-notice__list li {
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 812px) {
  .b-notice__list li {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

.b-notice__list li em {
  color: #ee0000;
}

.b-notice__list li a {
  text-decoration: underline;
  color: inherit;
}

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

@media (min-width: 812px) {
  .b-notice__list li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.b-pageTtl {
  margin-top: 53px;
  padding: 32px 0 0;
}

@media (min-width: 812px) {
  .b-pageTtl {
    margin-top: 59px;
    margin-bottom: 32px;
    padding: 60px 0 0;
  }
}

.b-pageTtl .heading-01 {
  font-size: 22px;
  line-height: 1.6;
}

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

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

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

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

@media (min-width: 812px) {
  .breadcrumbs_inner {
    padding-inline: 24px;
    max-width: 1224px;
    margin: 0 auto;
  }
}

.breadcrumbs_item {
  font-size: 10px;
}

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

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

.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: 30px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.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: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  height: 53px;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #dadada;
  background: #e3e3e0;
}

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

.st-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
}

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

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

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

@media (min-width: 812px) {

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

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

.st-header__collaboLogo {
  line-height: 0;
}

.st-header__collaboLogo .cls-1 {
  fill: #231815;
  stroke-width: 0px;
}

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

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

#sp-btn-open {
  width: 25px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  cursor: pointer;
  margin-left: 16px;
}

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

#sp-btn-open .icn-menu-path {
  fill: #000;
  fill-rule: evenodd;
}

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

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

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

#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.4s ease-in-out;
  background: #e3e3e0;
  max-width: 290px;
  transform: translateX(290px);
}

@media (min-width: 812px) {
  #g-nav {
    max-width: 350px;
    transform: translateX(350px);
  }
}

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

.st-header__nav__head {
  height: 53px;
  padding-right: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #1b1b1b;
}

@media (min-width: 812px) {
  .st-header__nav__head {
    height: 100px;
    align-items: flex-start;
    padding-top: 12px;
    padding-right: 12px;
  }
}

#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: -2px;
  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;
}

.opening {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
}

.opening__video {
  width: 100vw;
  height: 100vh;
  height: 100svh;
}

.opening__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

@media (min-width: 812px) {
  .opening__logo img {
    width: 680px;
  }
}

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

.secShare {
  background: #e3e3e0;
  padding: 40px 0;
  position: relative;
}

@media (min-width: 812px) {
  .secShare {
    padding: 32px 0 85px;
  }
}

.secShare__ttl {
  text-align: center;
  font-size: 16px;
  margin-bottom: 24px;
}

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

.secShare__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.secShare__item+.secShare__item {
  margin-left: 30px;
}

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

.secUniSex .inner {
  padding: 0 15px;
}

.secUniSex__cont {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 812px) {
  .secUniSex__cont {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
  }
}

.secUniSex__heading {
  font-size: 13px;
  font-weight: 900;
  margin-top: 19px;
}

@media (min-width: 812px) {
  .secUniSex__heading {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: 300;
  }
}

.secUniSex__txt {
  font-size: 13px;
  line-height: 1.5;
}

@media (min-width: 812px) {
  .secUniSex__txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

.secUniSex__txt+.secUniSex__txt {
  margin-top: 18px;
}

@media (min-width: 812px) {
  .secUniSex__txt+.secUniSex__txt {
    margin-top: 0;
  }
}

#article .heading-01 {
  font-size: 22px;
  letter-spacing: 0;
}

@media (min-width: 812px) {
  #article .heading-01 {
    font-size: 32px;
  }
}

#article .secMainView__head__img {
  margin-bottom: 27px;
}

@media (min-width: 812px) {
  #article .secMainView__head__img {
    margin-bottom: 0;
  }
}

#article .secMainView__head__img img {
  width: 100%;
}

#article .secMainView__head {
  margin-bottom: 40px;
}

@media (min-width: 812px) {
  #article .secMainView__head {
    margin-bottom: 60px;
  }
}

#article .secMainView__head .inner {
  padding: 0;
}

@media (min-width: 812px) {
  #article .secMainView__head .inner {
    padding: 0 60px;
  }
}

@media (min-width: 812px) {
  #article .secMainView__head__box {
    border: 1px solid #000000;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 812px) {
  #article .secMainView__head__img {
    width: 43%;
  }

  #article .secMainView__head__img img {
    width: 100%;
  }
}

#article .secMainView__head__txtbox {
  display: none;
}

@media (min-width: 812px) {
  #article .secMainView__head__txtbox {
    display: block;
    flex: 1;
    text-align: center;
  }
}

@media (min-width: 812px) {
  #article .artInterview .inner {
    max-width: 1080px;
  }
}

#article .artInterview__heading {
  margin-bottom: 16px;
}

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

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

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

#article .artInterview__sec {
  margin-bottom: 32px;
}

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

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

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

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

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

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

@media (min-width: 812px) {
  #article .artInterview__sec__img.item-01 {
    max-width: 860px;
  }
}

#article .artInterview__sec__img.item-03 {
  margin: 32px auto 60px;
}

@media (min-width: 812px) {
  #article .artInterview__sec__img.item-03 {
    max-width: 860px;
  }
}

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

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

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

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

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

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

@media (min-width: 812px) {
  #article .secProfile__txt {
    max-width: 776px;
    margin: 0 auto;
  }
}

#stylingbook .secUniSex {
  margin-bottom: 14px;
}

@media (min-width: 812px) {
  #stylingbook .secUniSex {
    margin-bottom: 60px;
  }
}

#stylingbook .secLookList .inner {
  padding: 0 15px;
}

@media (min-width: 812px) {
  #stylingbook .secLookList .inner {
    padding: 0 60px;
  }
}

#stylingbook .secLookList__head {
  margin-bottom: 15px;
}

@media (min-width: 812px) {
  #stylingbook .secLookList__head {
    margin-bottom: 31px;
  }
}

#stylingbook .secLookList__txt {
  font-size: 13px;
  text-align: left;
}

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

#stylingbook .secLookList__cont .inner {
  padding: 0;
}

@media (min-width: 812px) {
  #stylingbook .secLookList__cont .inner {
    padding: 0 60px;
  }
}

#stylingbook .secLookList__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 3px;
  margin-bottom: 14px;
}

@media (min-width: 812px) {
  #stylingbook .secLookList__list {
    margin-bottom: 10px;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 3px;
  }
}

#stylingbook .secLookList__list li a {
  display: block;
  position: relative;
}

#stylingbook .secLookList__list li img {
  width: 100%;
}

#stylingbook .secLookList__list__item__btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 34px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  width: 110px;
  height: 26px;
  border-radius: 26px;
  display: grid;
  place-items: center;
}

@media (min-width: 812px) {
  #stylingbook .secLookList__list__item__btn {
    bottom: 56px;
  }
}

#stylingbook .secLookList__list__item__size {
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 4px;
}

@media (min-width: 812px) {
  #stylingbook .secLookList__list__item__size {
    font-size: 13px;
    margin-top: 6px;
  }
}

#top {
  position: relative;
}

#top .secMainView {
  width: 100%;
  margin-top: 53px;
}

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

#top .secMainView__video {
  width: 100%;
  height: auto;
  line-height: 0;
}

#top .secMainView__video video {
  width: 100%;
}

#top .secMainView__video__icn {
  position: relative;
  left: -5px;
  top: -44px;
  box-shadow: none;
  cursor: pointer;
}

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

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

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

@media (min-width: 812px) {
  #top .secMainView__btn a {
    font-size: 13px;
  }
}

#top .secAbout {
  position: relative;
  z-index: 1;
  padding: 0 0 40px;
  position: relative;
}

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

#top .secAbout:before {
  content: "";
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/special-collaboration/undercover/24fw/img/home/white-rose-1@2x.webp) no-repeat center center/cover;
  width: 146.5px;
  height: 292.5px;
  display: block;
  position: absolute;
  right: 0;
  top: 24px;
}

@media (min-width: 812px) {
  #top .secAbout:before {
    background: url(https://www.gu-global.com/jp/ja/special-feature/contents/special-collaboration/undercover/24fw/img/home/white-rose-1-pc@2x.webp) no-repeat center center/cover;
    width: 405px;
    height: 588.5px;
    top: -24px;
  }
}

#top .secAbout:after {
  content: "";
  background: url(https://www.gu-global.com/jp/ja/special-feature/contents/special-collaboration/undercover/24fw/img/home/white-rose-2@2x.webp) no-repeat center center/cover;
  width: 208.5px;
  height: 291.5px;
  display: block;
  position: absolute;
  left: 0;
  top: 320px;
}

@media (min-width: 812px) {
  #top .secAbout:after {
    background: url(https://www.gu-global.com/jp/ja/special-feature/contents/special-collaboration/undercover/24fw/img/home/white-rose-2-pc@2x.webp) no-repeat center center/cover;
    width: 455.5px;
    height: 579.5px;
    top: 463px;
  }
}

#top .secAbout .inner {
  position: relative;
  z-index: 1;
}

#top .secAbout__ttl {
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

@media (min-width: 812px) {
  #top .secAbout__ttl {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 32px;
  }
}

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

@media (min-width: 812px) {
  #top .secAbout__txt {
    font-size: 17px;
    max-width: 936px;
    margin: 0 auto;
  }
}

#top .secAbout__txt+.secAbout__txt {
  margin-top: 24px;
}

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

#top .secAbout__andteam {
  position: relative;
  padding-top: 36px;
}

@media (min-width: 812px) {
  #top .secAbout__andteam {
    padding-top: 72px;
    max-width: 776px;
    margin: 0 auto;
  }
}

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

#top .b-notice {
  position: relative;
  z-index: 1;
}

#top .secItem {
  padding: 40px 0 16px;
  position: relative;
  z-index: 1;
}

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

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

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

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

@media (min-width: 812px) {
  #top .itemNav__List {
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
  }
}

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

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

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

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

@media (min-width: 812px) {

  #top .itemNav__item:nth-of-type(5),
  #top .itemNav__item:nth-of-type(6),
  #top .itemNav__item:nth-of-type(7) {
    width: 33.333%;
  }
}

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

@media (min-width: 812px) {

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

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

#top .itemNav__item__txt {
  flex: 1;
  padding-right: 3vw;
  padding-left: 3vw;
  text-align: center;
  font-size: 14px;
}

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

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

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

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

#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: #e3e3e0;
  overflow-y: hidden;
  position: fixed;
  top: 53px;
  z-index: 15;
  transform: translateY(-98px);
  width: 100%;
  border-bottom: 1px solid #dadada;
}

@media (min-width: 812px) {
  #top .scrollableAnchor {
    top: 59px;
    border-bottom: 1px solid #949494;
    transform: translateY(-184px);
  }
}

#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: 40px;
}

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

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

#top .secLook__cont {
  margin-bottom: 32px;
}

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

#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__item {
  position: relative;
}

#top .secLookList__list__item__btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 28px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 26px;
  font-size: 11px;
  width: 110px;
  height: 26px;
  display: grid;
  place-items: center;
}

@media (min-width: 812px) {
  #top .secLookList__list__item__btn {
    bottom: 28px;
  }
}

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

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

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

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

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

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

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

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

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

@media (min-width: 812px) {
  #top .secEvent__lead {
    margin-bottom: 32px;
    max-width: 710px;
    margin-inline: auto;
  }
}

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

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

#top .secEvent__exhibition.item-01 {
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

#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: 18px;
  }
}

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

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

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

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

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

#top .secInterview__heading {
  margin-bottom: 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 .secInterview__btn a {
    font-size: 17px;
  }
}

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