/* font-face */
@font-face {
  font-family: 'Inter-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Inter-Regular'), url('/jp/ja/contents/feature/24hourswithRoger/common/font/Inter-Regular.woff2') format('woff2');
}
.uppercase{
  text-transform: uppercase;
}
[data-drawer-is-active="true"] {
  overflow: hidden;
}

/* zh */
[lang="zh"] body {
  font-family: 方正兰亭黑, HelveticaNeue, Roboto, Helvetica, -apple-system, Yu Gothic UI, Segoe UI, sans-serif !important;
}
[lang="zh-tw"] body {
  font-family: Microsoft JhengHei, Arial, HelveticaNeue, Helvetica;
}
/* ko */
[lang="ko"] body {
  font-family: Malgun Gothic,  HelveticaNeue, Roboto, Helvetica, -apple-system, Yu Gothic UI, Segoe UI, sans-serif !important;
}
/* vi */
[lang="vi"] body {
  font-family: Arial, sans-serif !important;
}
/* id */
[lang=id] body {
  line-height: 1.35;
  font-family: HelveticaNeue-Light, Roboto -light, Helvetica, -apple-system, Yu Gothic UI, Segoe UI, sans-serif;
  font-weight: 300
}

/* header */
.header{
  height: 65px;
  padding: 12px 15px;
  position: fixed;
  width: 100%;
  min-width: 320px;
  z-index: 3;
  top: 0;
  border-bottom: 1px solid #dadada;
}
.drawerWrapper{
  min-width: 320px;
}
.Header_UqLogoLink{
  display: inline-block;
  display: block;
  width: 90px;
}
.Header_UqLogoLink.-single{
  width: 40px;
}
.Header_UtLogoLink{
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.drawerTrigger {
  color: #1b1b1b;
  font-size: 10px;
  position: absolute;
  top: 46%;
  right: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  z-index: 2;
}
.drawerTrigger.-Open{
  transform: translateY(-50%);
}
.drawerTrigger_Line {
  background-color: #1b1b1b;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 15px;
  height: 1.3px;
}
.drawerTrigger.-Open .drawerTrigger_Line:first-child {
  top: 17px;
}
.drawerTrigger.-Open .drawerTrigger_Line:nth-child(2) {
  top: 24px;
}
.drawerTrigger.-Open .drawerTrigger_Line:nth-child(3) {
  top: 26px;
}
.drawerTrigger_Text {
  margin-top: 27px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  width: 100%;
  word-break: break-word;
  color: #1b1b1b;
}
.drawer {
  background-color: rgba(255,255,255);
  overflow-y: scroll;
  padding-top: 36px;
  padding-bottom: 28px;
  position: fixed;
  top: 0;
  right: -130%;
  bottom: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 82%;
  z-index: 999996;
  -webkit-overflow-scrolling: touch;
}
.drawerTrigger.-Close {
  top: 21px;
  right: 4vw;
  width: 40px;
  height: 40px;
}
.drawerTrigger_line {
  background-color: #1b1b1b;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
}
.drawerTrigger.-Close .drawerTrigger_line {
  margin-top: -11px;
  margin-left: 10px;
  background-color: #1b1b1b;
}
.drawerTrigger.-Close .drawerTrigger_line:first-child {
  transform: rotate(45deg);
}
.drawerTrigger.-Close .drawerTrigger_line:nth-child(2) {
  transform: rotate(-45deg);
}
.drawerTrigger.-Close .drawerTrigger_text {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  color: #1b1b1b;
}

[data-drawer-is-active="true"] .drawer {
  -webkit-transform: translateX(-158%);
  -ms-transform: translateX(-158%);
  transform: translateX(-158%);
}
.drawer_overlay {
  background-color: rgba(27,27,27,.5);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s ease-in-out;
  visibility: hidden;
  z-index: 4;
}
[data-drawer-is-active=true] .drawer_overlay {
  opacity: 1;
  visibility: visible;
}

/* navigation */
.navigation_ttl,
.navigation_item {
  font-family: Inter-Regular;
  padding-left: 8vw;
  padding-left: var(--sp-h-2g)
}

.navigation_ttl,
.navigation_item,
.navigation_item.-indent {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  padding-right: 8vw;
  padding-right: var(--sp-h-2g)
}

.navigation_item.-indent {
  margin-left: 4vw;
  margin-left: var(--sp-h-1g)
}

.navigation_episodes .navigation_item::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ababab;
  margin-top: 24px;
}

.navigation_Item-Other {
  align-items: center;
  display: flex
}

.navigation_Item-Other .Navigation_Link {
  display: flex;
  align-items: center;
  width: 100%
}

.navigation_Item-Other .Navigation_Link span {
  width: calc(100% - 72px)
}

.navigation_itemChild {
  font-size: 15px;
  margin-top: 24px;
  margin-top: var(--sp-v-xl);
  margin-left: 8vw;
  margin-left: var(--sp-h-2g)
}

.navigation-footer {
  background-color: #f4f4f4;
  background-color: var(--color-gray050)
}

.navigation-footer,
.navigation-footer:first-child {
  border-bottom: 1px solid #dadada;
  border-bottom: 1px solid var(--color-gray150);
  padding-bottom: 28px
}

.navigation_link {
  display: block;
  color: #1b1b1b;
}

.navigation_logo {
  margin-right: 9px;
  width: auto;
  height: 28px
}

.otherNavigation {
  text-align: center;
  margin-top: 21px;
}

.otherNavigation_listItem {
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 24px;
  margin-top: var(--sp-v-xl)
}

.accordion {
  background-color: #fff;
  background-color: var(--color-white);
  overflow: hidden;
}

.accordion_checkBox {
  display: none;
}

.accordion_label {
  cursor: pointer;
  display: flex;
  position: relative;
  color: #1b1b1b;
}

.accordion_label:after {
  background: url(/jp/ja/contents/feature/24hourswithRoger/common/img/chevron_up.svg) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transition: .2s;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
}

.accordion + .accordion .accordion_label {
  border-top-width: 0;
}

.navigation_item_subText,
.accordion_subText{
  font-size: 14px;
  color: #6a6a6a;
}
.navigation_item_label,
.navigation_item_subText{
  display: block;
}

.accordion_content {
  height: 0;
  opacity: 0;
  transition: .2s;
  visibility: hidden;
}

.accordion_contentInner {
  display: none;
}

.accordion_checkBox:checked + .accordion_heading .accordion_label:after {
  background: url(/jp/ja/contents/feature/24hourswithRoger/common/img/chevron_down.svg) no-repeat left center;
  background-size: contain;
}

.accordion_checkBox:checked + .accordion_heading + .accordion_content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.accordion_checkBox:checked + .accordion_heading + .accordion_content .accordion_contentInner {
  display: block;
}

/* footer */
.aside{
  background-color: #fff;
  z-index: 2;
  position: relative;
  min-width: 320px;
}
footer{
  min-width: 320px;
}

.footer {
  background-color: #f4f4f4;
  background-color: var(--color-gray050);
  border-top: 1px solid #dadada;
  border-top: 1px solid var(--color-gray150);
  padding: 15px 4vw;
  padding: 15px var(--sp-h-1g);
  padding-top: 24px;
  padding-top: var(--sp-v-xl);
  text-align: center;
  z-index: 2;
  position: relative;
}

.footer_copyright {
  color: #ababab;
  color: var(--color-gray350);
  display: block;
  font-family: UniqloPro Light, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 400 !important;
}

.fr-breadcrumbs{
  margin-top: 60px;
}
.fr-pagetop{
  z-index: 2;
}
.fr-pagetop{
  background: url(/jp/ja/contents/collaboration/common/icons/backtotop.svg) 50%/cover no-repeat;
  cursor: pointer;
  box-shadow: none;
  width: 40px;
  height: 40px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: .2s;
}

body.-scrollup .fr-pagetop {
  opacity: 1;
  visibility: visible
}
body:not(.-scrollup) .fr-pagetop[data-pagetop-is-active=true],
body.-scrollup .fr-pagetop[data-pagetop-is-active=false]{
  opacity: 0;
}

.OtherNavigation {
  border-top: 1px solid #dadada;
  text-align: center;
  min-width: 320px;
}
.OtherNavigation_Logo {
  margin-top: 24px;
}
.OtherNavigation_LogoImg {
  width: auto;
  height: 36px;
}
.OtherNavigation_ListItem {
  font-size: 16px;
  line-height: 19.2px;
  margin-top: 24px;
}
.Sns_Inner {
  padding-right: 4vw;
  padding-left: 4vw;
}
.LanguageSwitch, .Sns_Inner {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.Sns_Icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.Sns_Icon+.Sns_Icon {
  margin-left: 31px;
}
.Sns_IconImg.-youtube {
  width: 27px;
  height: auto;
  vertical-align: middle;
}
.Sns_IconImg.-tiktok{
  width: 24px;
  height: 24px;
}
.LanguageSwitch_Item {
  line-height: 18px;
}
.LanguageSwitch_Item {
  line-height: 18px;
}
.LanguageSwitch_Item+.LanguageSwitch_Item {
  border-left: 1px solid #1b1b1b;
  margin-left: 9px;
  padding-left: 9px;
}
.Footer {
  background-color: #f4f4f4;
  border-top: 1px solid #dadada;
  margin-top: 24px;
  padding: 15px 4vw;
}
.Footer {
  text-align: center;
}
.Footer_Copyright {
  color: #6a6a6a !important;
  display: block;
  font-family: UniqloPro Light,sans-serif;
  font-size: 11px;
  line-height: 1;
}

.be-en .shopHisLooks_modelfigure,
.eu-en .shopHisLooks_modelfigure,
.es-en .shopHisLooks_modelfigure,
.fr-en .shopHisLooks_modelfigure,
.fr-fr .shopHisLooks_modelfigure,
.de-en .shopHisLooks_modelfigure,
.de-de .shopHisLooks_modelfigure,
.es-es .shopHisLooks_modelfigure,
.it-it .shopHisLooks_modelfigure,
.it-en .shopHisLooks_modelfigure,
.nl-nl .shopHisLooks_modelfigure,
.nl-en .shopHisLooks_modelfigure,
.be-en .shopHisLooks_modelfigure,
.be-nl .shopHisLooks_modelfigure,
.be-fr .shopHisLooks_modelfigure,
.dk-en .shopHisLooks_modelfigure,
.se-en .shopHisLooks_modelfigure,
.uk-en .shopHisLooks_modelfigure{
  cursor: default;
}

@media screen and (min-width:813px) {
  /* header */
  .header{
    height: 84px;
    padding: 22px 24px;
  }
  [data-drawer-is-active=true] .header,
  [data-is-splash=true] .header {
    overflow-y: scroll;
  }
  .drawer {
    padding-top: 52px;
    padding-top: var(--pc-v-xxl);
    right: 0;
    transform: translateX(100%);
    width: 392px;
  }
  [data-drawer-is-active=true] .drawer {
    transform: translateX(0);
  }
  .drawerTrigger.-Close {
    top: 21px;
    right: 15px;
  }
  .navigation_item:first-child{
    margin-top: 30px;
  }
  .navigation_ttl,
  .navigation_item{
    padding-left: 30px;
    padding-right: 30px;
  }
  .navigation_itemChild{
    margin-left: 30px;
  }

  /* footer */
  .footer {
    padding: 28px 24px;
    text-align: left;
  }
  .footer_inner {
    display: flex;
    width: 100%;
    max-width: 1176px;
    margin: 0 auto;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .footer_copyright {
    font-size: 13px;
    display: inline-block;
  }

  /* aside */
  .fr-pagetop {
    right: 56px;
    bottom: 56px;
    width: 40px;
    height: 40px;
  }
  .fr-breadcrumbs{
    max-width: 1226px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 0;
    margin-top: 36px;
  }
  .OtherNavigation {
    margin-top: 111px;
  }
  .OtherNavigation_Inner {
    max-width: 1224px;
    width: 100%;
    padding-top: 28px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }
  .OtherNavigation_Logo {
    margin-top: 0;
    transition: opacity .6s;
  }
  .OtherNavigation_List {
    display: flex;
    justify-content: center;
  }
  .OtherNavigation_ListItem {
    margin-top: 0;
    margin-left: 31px;
    transition: opacity .6s;
  }
  .LanguageSwitch {
    margin-top: 0;
    margin-left: auto;
  }
  .LanguageSwitch_Item {
    line-height: 15.6px;
    transition: opacity .6s;
  }
  .Footer {
    margin-top: 28px;
    padding: 28px 0;
    text-align: left;
  }
  .Footer_Inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    max-width: 1224px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .Sns_Inner {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .Sns_Icon {
    transition: opacity .6s;
  }
  .Sns_IconImg {
    border-radius: 5px;
    width: 24px;
    height: 24px;
  }
}