.main_inner {
  font-size: 15px;
}

[data-sp-aspect-ratio="750:363"]::before {
  padding-top: calc(363 / 750 * 100%);
}

[data-sp-aspect-ratio="750:480"]::before {
  padding-top: calc(480 / 750 * 100%);
}

[data-sp-aspect-ratio="750:280"]::before {
  padding-top: calc(280 / 750 * 100%);
}

.p-hero {
  background: no-repeat url("/jp/ja/contents/feature/welcome-guide/img/pc-hero.jpg") 0 0 / cover;
}

.p-anchorButton {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.p-anchorButton_item {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  width: 100%;
  cursor: pointer;
}

.p-anchorButton_item.-half {
  width: 50%;
}

.p-anchorButton_linkItem {
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 90px;
}

.p-anchorButton_icon {
  width: 60px;
  flex: 0 0 auto;
  margin-right: 15px;
}

.-half .p-anchorButton_linkItem {
  justify-content: center;
}

.p-anchorButton_title {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 9px;
}

.p-anchorButton_item.-half .p-anchorButton_title {
  margin-bottom: 0;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-anchorButton_number {
  display: flex;
  border: 1px solid #dadada;
  font-size: 24px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-weight: normal;
}

.p-anchorButton_wrapper {
  height: 456px;
}

[data-navigation-fixed="true"].p-anchorButton {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  width: 100%;
}

[data-navigation-fixed="true"] .p-anchorButton_item {
  width: 25%;
}

[data-navigation-fixed="true"] .p-anchorButton_item.-half {
  display: none;
}

[data-navigation-fixed="true"] .p-anchorButton_linkItem {
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
  height: 60px;
}

[data-navigation-fixed="true"] .p-anchorButton_icon {
  margin-right: 0;
  width: 25px;
  height: 25px;
}

[data-navigation-fixed="true"] .p-anchorButton_number {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  margin-right: 0;
  border-top: none;
  border-left: none;
}

[data-navigation-fixed="true"] .p-anchorButton_title {
  font-size: 10px;
  margin-bottom: 0;
}

[data-navigation-fixed="true"] .p-anchorButton_text {
  display: none;
}

.p-stepSection_icon {
  width: 90px;
  margin: 0 auto 21px;
}

.p-heading.-step {
  text-align: center;
  margin-bottom: 21px;
}

.-step .p-heading_number {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dadada;
  font-size: 24px;
  width: 30px;
  height: 30px;
  font-weight: normal;
  margin: 0 auto 9px;
}

.p-heading.-sub {
  font-weight: bold;
  margin-bottom: 15px;
}

.p-emphasis {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-iconPlusText {
  display: flex;
}

.p-iconPlusText_icon {
  flex: 0 0 auto;
  width: 75px;
  border: 1px solid #dadada;
  margin-right: 15px;
}

.p-arrowLink {
  display: block;
  position: relative;
  padding: 6px 0;
}

.p-arrowLink::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1b1b1b;
  border-top: 2px solid #1b1b1b;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -4px;
}

.p-linkButton {
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  display: flex;
  flex-wrap: wrap;
}

.p-linkButton_item {
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  font-size: 14px;
  font-weight: bold;
}

.p-linkButton_item.-gender {
  font-family: "UniqloPro Bold", sans-serif;
  font-size: 20px;
}

.p-linkButton_item.-quarter {
  width: 25%;
}

.p-linkButton_item.-half {
  width: 50%;
}

.p-linkButton_linkItem {
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-attention {
  color: #7d7d7d;
  font-size: 11px;
}

@media screen and (max-width: 812px) {
  .u-only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 813px) {
  .u-only-sp {
    display: none !important;
  }

  [data-pc-aspect-ratio="960:166"]:before {
    padding-top: calc(166 / 960 * 100%);
  }

  [data-pc-aspect-ratio="960:360"]:before {
    padding-top: calc(360 / 960 * 100%);
  }
[data-pc-aspect-ratio="220:200"]:before {
    padding-top: calc(200 / 220 * 100%);
  }
  .p-hero img {
    display: none;
  }

  .p-anchorButton{
    font-size: 13px;
    text-align: center;
  }

  .p-anchorButton_item {
    width: 25%;
  }

  .p-anchorButton_linkItem {
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 150px;
    padding: 0;
  }

  .p-anchorButton_title {
    justify-content: center;
  }

  .p-anchorButton_icon {
    margin-right: 0;
  }

  .-half .p-anchorButton_linkItem {
    height: 90px;
  }

  .p-anchorButton_number {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: none;
    border-left: none;
  }

  .p-anchorButton_wrapper {
    height: 242px;
  }

  [data-navigation-fixed="true"].p-anchorButton {
    max-width: 960px;
  }

  [data-navigation-fixed="true"] .p-anchorButton_linkItem {
    height: 125px;
  }

  [data-navigation-fixed="true"] .p-anchorButton_icon {
    width: 60px;
    height: 60px;
  }

  [data-navigation-fixed="true"] .p-anchorButton_number {
    font-size: 24px;
    width: 30px;
    height: 30px;
  }

  [data-navigation-fixed="true"] .p-anchorButton_title {
    font-size: 17px;
  }

  .p-stepContents {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
  }

  .p-stepContents_item {
    width: 50%;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 28px;
  }

  .p-stepSection_icon {
    width: 160px;
    margin-bottom: 20px;
  }

  .p-heading.-step {
    margin-bottom: 12px;
  }

  .-step .p-heading_number {
    font-size: 40px;
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .p-heading.-sub {
    margin-bottom: 12px;
  }

  .p-emphasis {
    margin-bottom: 12px;
  }

  .p-iconPlusText_icon {
    margin-right: 12px;
  }

  .p-arrowLink {
    padding: 8px 0;
  }

  .fr-linkButton.-small {
    max-width: 345px;
  }

  .p-linkButton {
    border: none;
  }

  .p-linkButton_item {
    border: none;
    font-size: 18px;
    text-align: center;
  }

  .p-textLink {
    display: flex;
    justify-content: space-around;
    font-family: "UniqloPro Regular", sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-top: 40px;
  }

  .p-textLink_linkItem {
    display: block;
    padding-bottom: 8px;
    border-bottom: 2px solid #dadada;
  }

  .p-attention {
    color: #1b1b1b;
    font-size: 13px;
  }
}

@media screen and (min-width: 960px) {
  [data-navigation-fixed="true"].p-anchorButton {
    left: 50%;
    margin-left: -480px;
  }
}
