@charset "UTF-8";

/* ==========================================================
  01. Styles for shared components (header, footer, nav)
========================================================== */

/* data-aspect-ratio */
[data-aspect-ratio="90:40"]:before {
  padding-top: calc((40 / 90) * 100%);
}
[data-aspect-ratio="345:49.34"]:before {
  padding-top: calc((49.34 / 345) * 100%);
}
[data-aspect-ratio="690:439"]:before {
  padding-top: calc((439 / 690) * 100%);
}
[data-aspect-ratio="690:640"]:before {
  padding-top: calc((640 / 690) * 100%);
}
[data-aspect-ratio="750:1000"]:before {
  padding-top: calc((1000 / 750) * 100%);
}

/* data-sp-aspect-ratio */
[data-sp-aspect-ratio="750:1000"]:before {
  padding-top: calc((1000 / 750) * 100%);
}

/* Header */
.fr-globalHeader {
  box-sizing: border-box;
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  min-width: 320px;
}
.fr-globalHeader_inner {
  box-sizing: border-box;
  padding: 0 0;
}
.fr-globalHeader_logo {
  box-sizing: border-box;
  vertical-align: bottom;
  display: block;
}
.fr-globalHeader_logo.-single {
  width: 40px;
  height: 40px;
}
.fr-globalHeader_logo.-double {
  width: 60px;
}
.fr-globalHeader_logo.-double img {
  display: block;
  width: auto;
  height: 26px;
}
@media screen and (min-width: 813px) {
  .fr-globalHeader_inner {
    max-width: 1226px;
    padding: 0 25px;
    margin: 0 auto;
  }
}

/* .fr-globalHeader */
.fr-globalHeader {
  position: relative;
  width: 100%;
  padding: 15px 4vw 14px;
  z-index: 15;
}
.fr-globalHeader.position-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  z-index: 16;
}
.wrapper.position-fixed-wrapper {
  padding-top: 71px;
}
.UQLogo {
  width: 60px;
}
.HeaderPageTitle {
  display: block;
  max-width: 150px;
  margin: -26px auto 0;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

/* nav */
nav {
  width: 100%;
  background-color: #fff;
}

/* .fr-breadcrumbs */
.fr-breadcrumbs_inner {
  box-shadow: none;
}

/* #Drawer */
.scroll-prevent {
  overflow: hidden;
}
.Drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 17;
}
.Drawer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.5);
  z-index: 18;
}
.Drawer-nav {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc((307.47 / 375) * 100%);
  z-index: 19;
}
.Drawer-nav-Inner {
  position: relative;
}
.Nav {
  overflow: auto;
}
.Drawer[aria-expanded] {
  transition-property: visibility;
  transition-duration: 0.25s;
}
.Drawer[aria-expanded] .Drawer-backdrop {
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.Drawer[aria-expanded] .Drawer-nav {
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease;
}

/* Drawer Open */
.Drawer[aria-expanded="true"] {
  visibility: visible;
}
.Drawer[aria-expanded="true"] .Drawer-backdrop {
  opacity: 1;
}
.Drawer[aria-expanded="true"] .Drawer-nav {
  transform: translateX(0);
}

/* Drawer Close */
.Drawer[aria-expanded="false"] {
  visibility: hidden;
}
.Drawer[aria-expanded="false"] .Drawer-backdrop {
  opacity: 0;
}
.Drawer[aria-expanded="false"] .Drawer-nav {
  transform: translateX(100%);
}

/* Nav Style */
.Nav {
  background-color: #fff;
}
.Nav-button {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  border-width: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
}
.Nav-button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}
.Nav-button:hover::before {
}
.Nav-list {
  padding-left: 0;
}
.Nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .DrawerTrigger */
.DrawerTrigger {
  position: absolute;
  top: 0;
  right: 12px;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #000;
  font-size: 10px;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent;
}
.DrawerTrigger_Line {
  position: absolute;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
}
.DrawerTrigger.-Open .DrawerTrigger_Line:first-child {
  top: 14px;
}
.DrawerTrigger.-Open .DrawerTrigger_Line:nth-child(2) {
  top: 22px;
}
.DrawerTrigger.-Close {
  top: 11px;
  right: calc(4vw - 2px);
}
.DrawerTrigger.-Close .DrawerTrigger_Line {
  margin-top: -11px;
  margin-left: 12px;
}
.DrawerTrigger.-Close .DrawerTrigger_Line:first-child {
  transform: rotate(45deg);
}
.DrawerTrigger.-Close .DrawerTrigger_Line:nth-child(2) {
  transform: rotate(-45deg);
}
.DrawerTrigger_Text {
  margin-top: 24px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  width: 100%;
  word-break: break-word;
  font-family: HelveticaNeue-Light, ヒラギノ角ゴPro W3, Hiragino Kaku Gothic Pro, 游ゴシック, Yu Gothic, 游ゴシック体,
    YuGothic, メイリオ, Meiryo, sans-serif;
}
.DrawerTrigger.-Close .DrawerTrigger_Text {
  top: 0;
}

/* .DrawerMenu */
.DrawerMenu {
  position: absolute;
  top: 56px;
  width: 100%;
  padding: 24px 4vw 0;
}
.DrawerMenu .navMenu_Item {
  margin-bottom: 24px;
}
.Navigation_Logo {
  margin-right: 9px;
  width: auto;
  height: 28px;
}
.Navigation_Link {
  display: flex;
  align-items: center;
  width: 100%;
}
.Navigation_Link span {
  font-size: 16px;
}

/* .navMenu */
.navMenu_Item {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1;
}
.navMenu_Item a {
  display: block;
}
.navMenu_Item_Child .navMenu_Item {
  font-size: 14px;
  margin-left: 2vw;
}
.navMenu_Item_Child .navMenu_Item:first-child {
  margin-top: 24px;
}
.navMenu_Item_Child .navMenu_Item:last-child {
  margin-bottom: 0;
}

/* .navMenu_accordion */
.navMenu_accordion {
  overflow: hidden;
}
.navMenu_accordionCheckBox {
  display: none;
}
.navMenu_accordionLabel {
  display: flex;
  position: relative;
}
/* Toggle Style */
.navMenu_accordionLabel {
  display: flex;
  position: relative;
  cursor: pointer;
}
.navMenu_accordionLabel:after {
  content: "";
  position: absolute;
  right: 8px;
  transition: 0.2s;
  width: 24px;
  height: 24px;
  background: url(https://www.uniqlo.com/jp/ja/special-feature/common/icons/chevron_down.svg) 50%/12px 5px no-repeat;
}
.navMenu_accordionContent {
  height: 0;
  opacity: 0;
  transition: 0.2s;
  visibility: hidden;
  font-size: 14px;
}
.navMenu_accordionContentInner {
  display: none;
}
.navMenu_accordionCheckBox:checked + .navMenu_accordionLabel:after {
  transform: rotate(-180deg);
}
.navMenu_accordionCheckBox:checked + .navMenu_accordionLabel + .navMenu_accordionContent {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.navMenu_accordionCheckBox:checked
  + .navMenu_accordionLabel
  + .navMenu_accordionContent
  .navMenu_accordionContentInner {
  display: block;
}

/* .asideNav(SP-Only) */
.asideNav {
  background-color: #f4f4f4;
}
.asideNav .navMenu {
  padding: 24px 4vw;
}
.navMenuAside .navMenu_Item:last-child {
  margin-bottom: 0;
}

/* .asideMedia */
.asideMedia {
  padding: 24px 4vw;
  background-color: #fff;
  border-top: 1px solid #dadada;
}
.asideMedia-Inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.asideMedia-Logo {
  width: 81px;
  height: auto;
}
.asideMedia-Share_Icon {
  display: flex;
  height: 24px;
  align-items: center;
}
.asideMedia-Share_ItemLink {
  display: block;
  width: 24px;
  height: auto;
}
.asideMedia-Share_Item img {
  border-radius: 5px;
  width: 24px;
  height: 24px;
}
.asideMedia-Share_Item + .asideMedia-Share_Item {
  margin-left: 31px;
}
.u-only-sp .asideMedia-Share {
  display: flex;
  justify-content: center;
}

/* ariakedesign */
body {
  background-color: #fff;
}

/* .fr-breadcrumbs */
.fr-breadcrumbs {
  margin-right: 0;
  margin-left: 0;
}
.fr-breadcrumbs.u-only-pc {
  margin-bottom: 0;
}
.fr-breadcrumbs_inner {
  padding-top: 0;
}

@media screen and (min-width: 813px) {
  /* .fr-globalHeader */
  .fr-globalHeader {
    padding-left: 0;
    padding-right: 0;
  }
  .fr-globalHeader_logo.-double {
    width: 90px;
  }
  .fr-globalHeader_logo.-double img {
    height: 40px;
  }
  .HeaderPageTitle {
    margin: -40px auto 0;
    line-height: 40px;
    font-size: 16px;
  }


  /* main */
  .fr-breadcrumbs,
  .main_inner {
    max-width: 1226px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  /* .DrawerTrigger */
  .DrawerTrigger {
    right: 19px;
    top: 50%;
    margin-top: -25.5px;
    cursor: pointer;
  }
  .DrawerTrigger.-Close {
    top: 45px;
    right: 18px;
  }
  .Drawer-nav {
    width: 392px;
  }

  /* .DrawerMenu */
  .DrawerMenu {
    padding-left: 24px;
    padding-right: 24px;
  }
  .navMenu_Item {
    line-height: 24px;
  }

  /* .asideMedia */
  .asideMedia {
    padding: 28px 24px;
  }
  .asideMedia-Inner {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 1176px;
    width: 100%;
    margin: 0 auto;
  }
  .asideMedia-MailMagazine,
  .asideMedia-UQApp,
  .asideMedia-return,
  .asideMedia-law,
  .asideMedia-env {
    margin-left: 31px;
  }

  /* .fr-breadcrumbs_inner */
  .u-only-pc .fr-breadcrumbs_inner {
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================
  02. Styles for the main content
========================================================== */

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .--only-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .--only-sp {
    display: none;
  }
}

.p-sg img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

body[data-bff-version=v5] .shopping-guide .main_inner {
  padding: 28px 4vw 80px;
  padding-top: 26px;
  padding-bottom: 80px;
}

.p-sg-heading-01 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .main_inner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .p-sg-heading-01 {
    font-size: 30px;
    margin-bottom: 32px;
  }
}

.p-sg-nav {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 512px;
}

.p-sg-nav > li {
  width: 25%;
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}

.p-sg-nav img {
  display: block;
  margin: 0 auto 12px;
  width: 47px;
}

.p-sg-nav span {
  display: block;
  font-size: 16px;
  font-family: "UniqloPro Light", sans-serif;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p-sg-nav > li {
    font-size: 18px;
  }

  .p-sg-nav img {
    margin-bottom: 22px;
    width: 72px;
  }

  .p-sg-nav span {
    font-size: 24px;
  }
}

.p-sg-box-01 {
  background-color: #fafafa;
  margin: 36px -4vw 64px;
  max-width: 1038px;
  padding: 28px 4vw;
}

.p-sg-heading-02 {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}

.p-sg-search-items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -8px -4px 0;
}

.p-sg-search-items > li {
  font-size: 13px;
  line-height: 1.5;
  margin: 8px 4px 0;
}

.p-sg-search-items a {
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  background: #fff url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/shopping-guide/24fw/img/icon_search.png) no-repeat 18px center / 24px auto;
  height: 44px;
  border-radius: 22px;
  padding: 0 20px 0 52px;
}

/*.p-sg-search-items span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}*/

@media screen and (min-width: 768px) {
  .p-sg-box-01 {
    margin: 40px -25px 76px;
    padding: 32px 30px;
  }

  .p-sg-heading-02 {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1038px) {
  .p-sg-box-01 {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-sg-banner-list {
  margin: 0 auto;
  max-width: 517px;
}

.p-sg-banner-list > li {
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.p-sg-banner-list > li:last-child {
  margin-bottom: 0;
}

.p-sg-order {
  margin: 0 -4vw;
  max-width: 430px;
}

.p-sg-order > li {
  margin-top: 64px;
}

.p-sg-heading-03 {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-sg-heading-03 span {
  font-size: 22px;
  font-family: "UniqloPro Light", sans-serif;
}

.p-sg-order__col + .p-sg-order__col {
  margin-top: 28px;
}

.p-sg-order__button {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  display: block;
}

.p-sg-order__button img {
  display: block;
  margin: 0 auto;
}

.p-sg-order__button span {
  display: block;
  margin-top: 20px;
  color: #005db5;
}

.p-sg-order__links {
  border-top: 1px solid #dadada;
}

.p-sg-order__links > li {
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #dadada;
}

.p-sg-order__links a {
  display: flex;
  align-items: center;
  padding: 20px calc(4vw + 32px) 20px 4vw;
  background: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/shopping-guide/24fw/img/icon_arrow_right.png) no-repeat right 4vw center / 24px
    auto;
}

@media screen and (min-width: 468px) {
  .p-sg-order {
    margin-left: auto;
    margin-right: auto;
  }

  .p-sg-order__links a {
    padding-right: 47px;
    padding-left: 15px;
    background-position: right 15px center;
  }
}

@media screen and (min-width: 768px) {
  .p-sg-order {
    max-width: 774px;
  }

  .p-sg-order > li {
    margin-top: 76px;
  }

  .p-sg-heading-03 {
    font-size: 33px;
    line-height: 1.2;
  }

  .p-sg-heading-03 span {
    font-size: 33px;
  }

  .p-sg-order__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .p-sg-order__col {
    width: calc(50% - 12px);
  }

  .p-sg-order__col + .p-sg-order__col {
    margin-top: 0;
  }

  .p-sg-order__col.--has-modal + .p-sg-order__col {
    padding-bottom: 41px;
  }
}

.p-sg-modal {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 36px 0;
}

.p-sg-modal.--is-opened {
  opacity: 1;
  visibility: visible;
}

.p-sg-modal__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: -26px;
  right: 0;
  text-align: center;
}

.p-sg-modal__close img {
  width: 16px;
  display: block;
  margin: 0 auto 4px;
}

.p-sg-modal__inner {
  width: calc(100% - 30px);
  max-width: 430px;
  margin: 0 auto;
  max-height: calc(100vh - 72px);
  position: relative;
}

.p-sg-modal__video {
  max-height: 100%;
}

.p-sg-modal__video video {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.p-sg-image-01 {
  line-height: 1;
}

.p-sg-box-02 {
  background-color: #fafafa;
  margin: 64px -4vw;
  max-width: 1038px;
  padding: 36px 4vw;
}

.p-sg-heading-04 {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 10px;
  font-weight: 300;
}

.p-sg-text-01 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.p-sg-text-01 + .p-sg-text-01 {
  margin-top: 20px;
}

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

@media screen and (min-width: 768px) {
  .p-sg-box-02 {
    margin: 76px -25px;
    padding: 40px 30px;
  }

  .p-sg-heading-04 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .p-sg-text-01 {
    font-size: 16px;
  }

  .--text-centered-pc {
    text-align: center;
  }
}

@media screen and (min-width: 1038px) {
  .p-sg-box-02 {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-sg-links-list-01 {
  border-top: 1px solid #dadada;
  margin: 36px -4vw 0;
  max-width: 430px;
}

.p-sg-links-list-01 > li {
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #dadada;
}

.p-sg-links-list-01 a {
  display: flex;
  align-items: center;
  padding: 20px calc(4vw + 32px) 20px 4vw;
  background: url(https://image.uniqlo.com/UQ/ST3/jp/imagesother/shopping-guide/24fw/img/icon_arrow_right.png) no-repeat right 4vw center / 24px
    auto;
}

@media screen and (min-width: 468px) {
  .p-sg-links-list-01 {
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    margin-top: 40px;
  }

  .p-sg-links-list-01 > li:nth-child(1),
  .p-sg-links-list-01 > li:nth-child(2) {
    border-top: 1px solid #dadada;
  }

  .p-sg-links-list-01 a {
    padding-right: 47px;
    padding-left: 15px;
    background-position: right 15px center;
  }
}

@media screen and (min-width: 768px) {
  .p-sg-links-list-01 {
    max-width: 780px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
  }
}

.p-sg-sns {
  margin: 0 auto;
}

.p-sg-sns__text {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  margin: 0 0 20px;
}

.p-sg-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}

.p-sg-sns__list > li {
  line-height: 1;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .p-sg-sns__text {
    text-align: right;
    font-size: 15px;
  }

  .p-sg-sns__list {
    justify-content: flex-end;
    column-gap: 12px;
  }
}

.p-sg-questionary {
  margin: 64px auto;
  max-width: 876px;
}

.p-sg-heading-05 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: center;
}

.p-sg-text-02 {
  line-height: 1.5;
  font-size: 14px;
}

.p-sg-text-02 + .p-sg-text-02 {
  margin-top: 20px;
}

.p-sg-button-01 {
  margin: 20px auto 0;
  max-width: 576px;
  text-align: center;
  line-height: 1.2;
}

.p-sg-button-01 a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 16px;
  border-radius: 32px;
  border: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .p-sg-questionary {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .p-sg-heading-05 {
    font-size: 20px;
  }

  .p-sg-text-02 {
    font-size: 15px;
  }
}

.p-sg-section {
  margin-top: 60px;
}

.p-sg-heading-06 {
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin: 0 0 20px;
}

.p-sg-sub-section {
  margin-top: 55px;
}

.p-sg-more-list a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.p-sg-more-list__image {
  line-height: 1;
  margin-bottom: 12px;
}

.p-sg-more-list__text-01 {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.p-sg-more-list__text-01:last-child {
  margin-bottom: 0;
}

.p-sg-more-list__text-02 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 12px;
}

.p-sg-more-list__text-02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .p-sg-more-list {
    display: flex;
    overflow-x: auto;
    padding-bottom: 15px;
    margin: 20px -4vw 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .p-sg-more-list > li {
    width: 150px;
    min-width: 150px;
  }

  .p-sg-more-list__text-01,
  .p-sg-more-list__text-02 {
    padding-right: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-sg-heading-06 {
    font-size: 30px;
  }

  .p-sg-more-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin: 30px auto 0;
    max-width: 976px;
  }

  .p-sg-more-list__text-01 {
    font-size: 18px;
    text-align: center;
  }

  .p-sg-more-list__text-02 {
    font-size: 16px;
    text-align: center;
  }
}
