@font-face {
    font-family: GUJPCorporate-Bold;
    src: url(/jp/ja/news/_nuxt/src/assets/fonts/GUJPCorporate-Bold.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}
/*
@font-face {
    font-family: GUJPCorporate-Regular;
    src: url(/jp/ja/news/_nuxt/src/assets/fonts/GUJPCorporate-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: GUJPCorporate-Light;
    src: url(/jp/ja/news/_nuxt/src/assets/fonts/GUJPCorporate-Light.woff) format("woff");
    font-style: normal;
    font-weight: 400;
}
*/
.fr-ec-navigation-header--with-sticky {
	position: relative;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/kirby/images/image_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #fff2ef;
}
.fr-ec-navigation-header-with-empty-space {
	height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 813px) {
	.fr-ec-navigation-header--with-sticky {
		width: 20%;
		position: fixed;
		background-image: none;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: transparent;
	}
	.fr-ec-layout-wrapper {
		max-width: none;
	}
  .main {
      width:500px;
      margin-right: 10%;
      margin-left: auto;
      overflow-x: hidden;
  }
  .secQuestionnaire {
    width:500px;
    margin-right: 10%;
    margin-left: auto;
    overflow-x: hidden;
}
  .itemMember {
    width:500px;
    margin-right: 10%;
    margin-left: auto;
    overflow-x: hidden;
}
  .breadcrumbs {
  width:500px;
  margin-right: 10%;
  margin-left: auto;
  overflow-x: hidden;
  }
  .footer {
  width:500px;
  margin-right: 10%;
  margin-left: auto;
  overflow-x: hidden;
}
}

.main_inner {
  padding-top: 0!important;
	background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/kirby/images/image_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #fff2ef;
}

@media screen and (min-width: 813px) {
  .main_inner {
      padding-right:0;
      padding-left: 0;
  }
	.fr-ec-navigation-header--with-sticky {
		background-color: transparent;
	}
	.fr-ec-navigation-header {
		border-bottom: none;
		height: auto
	}
	.fr-ec-navigation-header-with-empty-space{
		display: none;
	}
}



#mv{
  max-width: 100%;
  text-align: center;
}
.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.subject {
}
.subject_inner {
  text-align: center;
}
.subject_inner h2 {
  text-align: center;
  font-size: 1.3rem;
}
.subject_inner img {
  text-align: center;
  width: 46%;
  padding-bottom: 24px;
}
.about-txt {
  text-align: center;
  font-size: 0.9rem;
  padding: 24px;
}
.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;
  margin-left: 30px;
  margin-right: 30px;
}
.b-notice__ttl {
  font-size: 16px;
  line-height: 24px;
  align-self: center;
}
.b-notice__list {
  text-align: justify;
}
.b-notice__list li {
  font-size: 12px;
  line-height: 1.6;
}
.b-notice__list li span {
	font-weight: 700;
}
.b-notice__list li a {
  text-decoration: underline;
}
.b-notice__list li:not(:last-child) {
  margin-bottom: 8px;
}

.secItem {
  text-align: center;
  }

.secItem_title {
    padding-top: 40px;
    padding-bottom: 16px;
    font-size: 1.8rem;
    font-family: GUJPCorporate-Bold,"sans-serif";
    font-weight: 700;
}

.cl-Tabs_Inner {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #1b1b1b;
    margin-bottom: 16px;
}

.cl-Tabs_Item {
    flex: 1;
}

.cl-Tabs_ItemLink {
    display: contents;
    min-height: 50px;
    line-height: 50px!important;
    padding: 0 10px;
    padding: 0 var(--sp-h-m);
    text-align: center;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: .5px;
}

html[lang=ja] .cl-Tabs_ItemLink,html[lang=ko] .cl-Tabs_ItemLink,html[lang=zh-cn] .cl-Tabs_ItemLink,html[lang=zh-tw] .cl-Tabs_ItemLink,html[lang=zh] .cl-Tabs_ItemLink {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
.cl-Tabs_Item.-isActive {
  border-bottom: 2px solid #1b1b1b;
}

.cl-Tiles {
  display: flex;
  flex-wrap: wrap;
}

.cl-Tile {
  width: calc(50% - .5px);
  margin-right: 1px;
  margin-top: 1px;
}

.-TilesStyling .cl-Tile {
  margin-top: 20px;
  margin-top: var(--v-m);
}

.cl-Video {
  position: relative;
}

.cl-Video:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.cl-Video .u-ImgAdjustBox,.cl-Video_Inner {
  position: absolute;
  top: 0;
  left: 0;
}

.cl-Video_Inner {
  width: 100%;
}

.cl-TabContainer {
  overflow: hidden;
}

.cl-ScrollableAnchor {
  background-color: #fff;
  background-color: var(--color-fill-primary_light);
  overflow-y: hidden;
  position: fixed;
  top: 87px;
  z-index: 15;
  z-index: var(--z-index-ScrollableAnchor);
  transform: translateY(-77px);
  width: 100%;
  border: 0 solid #dadada;
  border-color: var(--color-border-tertiary);
  border-bottom: 1px solid var(--color-border-tertiary);
  transition: top .1s cubic-bezier(.4,0,1,1);
}

.cl-ScrollableAnchor.-loading {
  opacity: 0;
}

.cl-ScrollableAnchor.-isActive {
  transform: translateY(0);
}

.cl-ScrollableAnchor.-isActive .cl-ScrollableAnchor_inner {
  display: flex;
  max-width: 1224px;
  max-width: var(--pc-device-width-include-margin);
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.cl-ScrollableAnchor.-isActive .cl-ScrollableAnchor_inner::-webkit-scrollbar {
  display: none;
}

.cl-ScrollableAnchor.-isFixedAnchorShown {
  transition: top .15s cubic-bezier(.4,0,1,1);
  top: 104px;
}

.cl-ScrollableAnchor_inner {
  display: none;
}

.cl-ScrollableAnchor_item {
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-basis: auto;
  flex-shrink: 0;
  min-width: 68px;
}

.cl-ScrollableAnchor_itemLink {
  align-items: center;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid var(--color-white);
  display: flex;
  justify-content: center;
  padding-left: 4vw;
  padding-left: var(--sp-h-1g);
  padding-right: 4vw;
  padding-right: var(--sp-h-1g);
  height: 46px;
  width: 100%;
  color: #6a6a6a;
  color: var(--color-text-secondary);
}

.cl-ScrollableAnchor_itemLink.-current {
  border-bottom-color: #000;
  border-bottom-color: var(--color-border-primary);
  color: #000;
  color: var(--color-text-primary);
}

.cl-ScrollableAnchor_movingButton_next_mask,.cl-ScrollableAnchor_movingButton_prev_mask {
  display: none;
}

.cl-ScrollableTab {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: var(--pc-v-m);
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-border-tertiary);
}

.cl-ScrollableTab::-webkit-scrollbar {
  display: none;
}

.l-Container {
  max-width: 1224px;
  max-width: calc(1176px + var(--pc-h-1g)*2);
}

.l-Container,.l-SmallContainer {
  width: 100%;
  padding-right: 24px;
  padding-right: var(--pc-h-1g);
  padding-left: 24px;
  padding-left: var(--pc-h-1g);
  margin-right: auto;
  margin-left: auto;
}

.cl-AnchorButton {
  border-width: 1px 0 0 1px;
}

.cl-AnchorButton_Item {
  width: 25%;
}

.-AnchorButtonLength-2 .cl-AnchorButton_Item {
  width: 50%;
}

.-AnchorButtonLength-3 .cl-AnchorButton_Item,.-AnchorButtonLength-5 .cl-AnchorButton_Item,.-AnchorButtonLength-6 .cl-AnchorButton_Item,.-AnchorButtonLength-9 .cl-AnchorButton_Item {
  width: 33.333%;
}

.-AnchorButtonLength-5 .cl-AnchorButton_Item:nth-child(n+4) {
  width: 50%;
}

.-AnchorButtonLength-7 .cl-AnchorButton_Item:nth-child(n+5),.-AnchorButtonLength-10 .cl-AnchorButton_Item:nth-child(n+5) {
  width: 33.333%;
}

.cl-AnchorButton_ItemText {
  padding-right: 24px;
  padding-right: var(--pc-h-1g);
  padding-left: 24px;
  padding-left: var(--pc-h-1g);
}

.itemNav__List {
      position: relative;
      border: 0 solid #dadada;
      border-color: #1b1b1b;
      border-top: 1px solid #1b1b1b;
      display: flex;
      flex-wrap: wrap;
}
.itemNav__item {
      width: calc(50% - 0.5px);
      border-color: #1b1b1b;
      border-style: solid;
      border-width: 0 0 1px 0;
    }
.itemNav__item a {
      align-items: center;
      display: flex;
      min-height: 80px;
    }
.itemNav__item__img {
      width: 60px;
      height: 80px;
	overflow: hidden;
    }
.itemNav__item__txt {
      width: calc(100% - 60px);
      flex: 1;
      padding-right: 3vw;
      padding-left: 3vw;
      text-align: center;
      font-size: 14px;
    }

.scrollableAnchor {
      background-color: transparent;
      overflow-y: hidden;
      position: fixed;
      top: 0;
      z-index: 10;
      transform: translateY(-98px);
      width: 100%;
      /*border-bottom: 1px solid #dadada;*/
      background-color: #fce9e4;
    }
.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;
    }
.scrollableAnchor__item {
      cursor: pointer;
      display: flex;
      flex: 1;
      flex-basis: auto;
      flex-shrink: 0;
      /*min-width: 68px;*/
    }
.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;
    }
.scrollableAnchor__item a.-current {
      border-bottom-color: #1b1b1b;
      color: #1b1b1b;
    }
.scrollableAnchor__item__txt {
      font-size: 13px;
    }

.secItem__block .block_title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.secItem__block .block_title .item_left,
.secItem__block .block_title .item_right {
	display: flex;
	height: 80px;
	min-width: 80px;
	justify-content: center;
	align-items: center;
}
.secItem__block .block_title .item_left {
  width: auto;
}
.secItem__block .block_title .item_right {
  width: auto;
}
.secItem__block .block_title .title {
	min-width: 32%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-family: GUJPCorporate-Bold,"sans-serif";
  font-weight: 700;
}
.secItem__block .block_title .title span {
  display: block;
  width: 100%;
	font-size: 10px;
}

  .aliasArea {
  }

  .secStore__exhibition {
    padding: 16px 0;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
    text-align: center;
  }

  .secStore__exhibition__ttl {
    font-size: 16px;
    text-align: center;
    margin-bottom: 16px;
  }

  .secStore__exhibition__txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .secStore__exhibition__list {
    margin-bottom: 16px;
  }

  .secStore__exhibition__item {
    text-align: center;
    font-size: 12px;
    display: inline;
  }

  .secStore__exhibition__item a {
    text-decoration: underline;
  }
  .secStore__exhibition__info__note {
    text-align: center;
    font-size: 12px;
    margin-bottom: 16px;
  }

  .livestation {
    text-align: center;
    padding: 40px 16px 0;
  }
  .livestation img {
    width: 100%;
  }

  .secShare {
    padding: 40px 0;
    position: relative;
  }

  .secShare__ttl {
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .secShare__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .secShare__item + .secShare__item {
    margin-left: 30px;
  }

  .secQuestionnaire {
    padding: 40px 20px 0 20px;
    background: #f4f4f4;
  }
  .secQuestionnaire__heading {
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .secQuestionnaire__txt {
    font-size: 14px;
    margin-bottom: 24px;
    padding: 0 30px;
  }
  .secQuestionnaire__btn a {
    background: #fff;
  }

  .itemMember {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f4f4f4;
    position: relative;
  }
  .itemMember_container,
  .itemMember_heading {
    margin-left: 20px;
    margin-right: 20px;
  }
  .itemMember_heading {
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .itemMember_main {
    text-align: center;
    font-size: 14px;
    margin-top: 24px;
  }
  .itemMember_lead {
    margin-top: 24px;
    font-size: 14px;
    padding: 0 10px;
  }
  .itemMember_button {
    margin-top: 24px;
    text-align: center;
  }
  .itemMember_button a {
    background: #fff;
  }
  .itemMember_textLink {
    margin-top: 24px;
    text-align: center;
  }
  .itemMember_textLink:last-of-type {
    margin-top: 12px;
  }
  .itemMemberApp_container,
  .itemMemberApp_heading {
    margin-left: 20px;
    margin-right: 20px;
  }
  .itemMemberApp_container {
    margin-top: 40px;
  }
  .itemMemberApp_heading {
    font-size: 18px;
    text-align: center;
  }
  .itemMemberApp_lead {
    margin-top: 24px;
    font-size: 14px;
  }
  .itemMemberApp_subheading {
    margin-top: 24px;
    font-size: 14px;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-right: 30px;
  }
  .itemMemberApp_textLink {
    margin-top: 16px;
    text-align: center;
  }
  .itemMemberApp_subheadingIco {
    margin-right: 10px;
    margin-top: -2px;
    width: 16px;
    height: 16px;
  }
  .itemMemberApp_subheadingIcoImg {
    width: 100%;
    height: auto;
  }
  .itemMemberApp_subheadingText {
    flex: 1;
  }
  .itemMemberApp_download {
    margin-top: 32px;
    font-size: 14px;
    text-align: center;
  }
  .itemMemberApp_downloadButton {
    margin-top: 16px;
    text-align: center;
  }
  .itemMemberApp_downloadButton a {
    background: #fff;
  }
.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;
}
.btn-text a {
  color: #005db5;
}
  .breadcrumbs {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 14px;
    background: #fff;
    position: relative;
  }
  .breadcrumbs_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumbs_item {
    font-size: 10px;
  }
  .breadcrumbs_itemLink {
    color: #1b1b1b;
    text-decoration: underline !important;
  }
  .breadcrumbs_item:not(:last-child):after {
    content: "/";
    color: #1b1b1b;
    padding-right: 8px;
    padding-left: 8px;
  }

  .hero_area_left_pc {
    background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/kirby/images/pc_bgimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: fixed;
    top: 0;
    width: calc(90% - 500px);
    height: 100%;
}
.fr-pagetop {
  height: 74px;
  background-color: transparent;
  box-shadow:none;
}

.navigation_tab h2 {
	text-align: center;
}
.navigation_tab nav {
	border-bottom: 1px solid #1b1b1b;
	margin-bottom: 16px;
}
.navigation_tab nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.navigation_tab nav ul .gender_tab {
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
}
.navigation_tab nav ul .gender_tab.isActive {
	border-bottom: 2px solid #000;
	margin-bottom: 0;
}
.navigation_tab nav ul li span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.5px;
}
.scrollableAnchor nav {
	border-bottom: 1px solid #1b1b1b;
}
.scrollableAnchor nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.scrollableAnchor nav ul .gender_tab {
	width: 33.3333%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2px;
}
.scrollableAnchor nav ul .gender_tab.isActive {
	border-bottom: 2px solid #000;
	margin-bottom: 0;
}
.scrollableAnchor nav ul li span {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.5px;
}
#gender_men,
#gender_kids {
	display: none;
}
#gender_women .itemNav__item:last-child {
	width: 100%;
}


@media screen and (min-width: 813px) {
    .hero_area_left_pc {
      background-position-y:40%;
      background-color: #fddbd2;
      }
      .multi-bg-example {
        background-image: url(https://www.gu-global.com/jp/ja/special-feature/contents/collaboration/kirby/images/pc_kirbylogo.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
      }
    .left_image {
      margin-top: 30vh;
    }
    .item_above {
      width: 30%;
      margin-left: 16vw;
    }
    .item_under {
      width: 60%;
      margin-top: 30px;
      margin-left: 9vw;
    }
    .left_copyright {
      position: fixed;
      bottom: 15px;
      left: 25px;
    }
    .fr-pagetop {
      right: calc(10% - 57px);
    }

	.hero_area_right_pc {
		background-color: #fddbd2;
		width: 10%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 11;
	}

	.follow_sns_icon {
		width: 40px;
		position: relative;
		top: 25px;
		right: calc(10% - 31px);
	}

	.follow_sns_icon:nth-child(n+2) {
		margin-top: 15px;
	}
	.scrollableAnchor {
		width: 500px;
		top: 0;/* 53px */
		z-index: 99;
	}
}

  .footer-nav {
    background: #fff;
    border-top: 1px solid #dadada;
  }
  .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;
  }
  .footer_headitem + .footer_headitem {
    margin-left: 10px;
    margin-right: 0;
    position: relative;
  }
  .footer_headLink {
    color: #1b1b1b !important;
    font-size: 11px;
  }
  .footer_headitem + .footer_headitem:before {
    position: absolute;
    left: -10px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    content: "";
    height: 11px;
    width: 1px;
    background-color: #1b1b1b;
  }
  .footer_body {
    padding-top: 36px;
    padding-bottom: 78px;
  }
.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;
  }
  .fr-pc-mt-xxl {
    margin-top: 0;
  }