.u-spBreak {
  display: none; }

.u-pcBreak {
  display: block; }

@media only screen and (max-width: 767px) {
  .u-spBreak {
    display: block; }

  .u-pcBreak {
    display: none; } }
.navArea {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  position: fixed;
  top: 0;
  background-color: #e60012;
  max-width: 190px;
  height: 100%;
  z-index: 1000;
  color: #fff;
  line-height: 1;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    .navArea .u-hover {
      transition: opacity 0.5s; }
      .navArea .u-hover:hover {
        opacity: 0.5; } }
  @media only screen and (min-width: 768px) {
    .navArea {
      left: -50%;
      transform: translate(-100%, 0);
      transition: left 0.3s,transform 0.3s; }
      .navArea.is-active {
        left: 0; }
      .navArea.is-open {
        padding-left: 17px;
        transform: translate(0, 0); } }
  @media only screen and (max-width: 767px) {
    .navArea {
      position: absolute;
      top: 62px;
      max-width: none;
      width: 100%;
      height: auto;
      padding-left: 0; }
      .navArea.is-open {
        border-radius: 0 0 4vw 4vw; }
        .navArea.is-open.is-fixed {
          position: fixed;
          top: 0; }
      .navArea.is-fixed {
        position: fixed;
        top: 0; } }

.navArea__close {
  display: block;
  position: absolute;
  top: 0;
  background-color: #e60012;
  right: -53px;
  width: 53px;
  height: 100%;
  border-radius: 0 0 30px 0;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .navArea__close:after, .navArea__close .navArea__close__wrap {
      transition: opacity 0.5s; }
    .navArea__close:hover:after, .navArea__close:hover .navArea__close__wrap {
      opacity: 0.5; } }
  @media only screen and (max-width: 767px) {
    .navArea__close {
      top: 3vw;
      right: 5%;
      width: 10vw;
      height: 10vw;
      border-radius: 0; } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__close {
      width: 5vw;
      height: 5vw; } }
  .navArea__close:after {
    content: 'MENU';
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .navArea__close:after {
        display: none; } }

.navArea__close__wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px; }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__close__wrap {
      width: 5vw;
      height: 5vw; } }

.navArea__close__border {
  display: block;
  position: absolute;
  height: 3px;
  right: 0;
  transition: all .3s;
  background-color: #fff;
  border-radius: 20px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .navArea__close__border {
      width: 8vw; } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__close__border {
      width: 5vw; } }
  .navArea__close__border:first-of-type {
    top: 0; }
  .navArea__close__border:nth-of-type(2) {
    top: 10px; }
  .navArea__close__border:nth-of-type(3) {
    top: 20px; }
  .is-open .navArea__close__border:first-of-type {
    top: 9px;
    transform: rotate(45deg); }
  .is-open .navArea__close__border:nth-of-type(2) {
    opacity: 0; }
  .is-open .navArea__close__border:nth-of-type(3) {
    top: 9px;
    transform: rotate(-45deg); }

.navArea__logo {
  width: 144px;
  margin: 0 auto;
  padding-top: 95px; }
  @media only screen and (max-width: 767px) {
    .navArea__logo {
      width: 30%;
      margin: 0;
      padding: 3% 0 3% 5%; } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__logo {
      width: 18%;
      padding: 2% 0 2% 5%; } }
  .navArea__logo a {
    display: block; }
  .navArea__logo img {
    width: 100%; }

@media only screen and (min-width: 768px) {
  .navArea__inner {
    overflow-y: scroll;
    height: calc(100vh - 135px); }
    .navArea__inner::-webkit-scrollbar {
      display: none; } }
@media only screen and (max-width: 767px) {
  .navArea__inner {
    display: none;
    padding: 0 5% 5%; } }
@media (orientation: landscape) and (max-height: 450px) {
  .is-mobile .navArea__inner {
    overflow-y: scroll;
    height: 75vh; }
    .is-mobile .navArea__inner::-webkit-scrollbar {
      display: none; } }

.navArea__item {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .navArea__item {
      padding-top: 7%;
      padding-bottom: 6%; } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__item {
      padding-top: 4%;
      padding-bottom: 3%; } }
  .navArea__item + .navArea__item {
    padding-top: 30px;
    border-top: 4px dotted #fff; }
    @media only screen and (max-width: 767px) {
      .navArea__item + .navArea__item {
        padding-top: 6%; } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item + .navArea__item {
        padding-top: 3%; } }
  .navArea__item a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none; }
    .navArea__item a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      background-image: url("../img/renewal/icon--arrow.svg");
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover;
      width: 8px;
      height: 14px; }
      @media only screen and (max-width: 767px) {
        .navArea__item a:before {
          width: calc(16vw / 7.5);
          height: calc(29vw / 7.5); } }
      @media (orientation: landscape) and (max-height: 450px) {
        .is-mobile .navArea__item a:before {
          width: calc(8vw / 7.5);
          height: calc(14vw / 7.5); } }

.navArea__item__link {
  margin: 0;
  padding-left: 10px;
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .navArea__item__link {
      padding-left: 3%;
      font-size: calc(38vw / 7.5); } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__item__link {
      padding-left: 3%;
      font-size: calc(20vw / 7.5); } }
  .navArea__item__link a {
    position: relative;
    padding-left: 12px; }
    @media only screen and (max-width: 767px) {
      .navArea__item__link a {
        padding-left: 6%; } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item__link a {
        padding-left: 3%; } }
    .navArea__item__link a:after {
      display: inline-block;
      margin-left: 7px;
      content: '';
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover; }
    .item01 .navArea__item__link a:after {
      background-image: url("../img/renewal/nav--icon01.png");
      width: 17px;
      height: 16px; }
      @media only screen and (max-width: 767px) {
        .item01 .navArea__item__link a:after {
          width: calc(41vw / 7.5);
          height: calc(36vw / 7.5); } }
      @media (orientation: landscape) and (max-height: 450px) {
        .is-mobile .item01 .navArea__item__link a:after {
          width: calc(17vw / 7.5);
          height: calc(16vw / 7.5); } }
    .item02 .navArea__item__link a:after {
      background-image: url("../img/renewal/nav--icon02.png");
      width: 28px;
      height: 18px; }
      @media only screen and (max-width: 767px) {
        .item02 .navArea__item__link a:after {
          width: calc(58vw / 7.5);
          height: calc(36vw / 7.5); } }
      @media (orientation: landscape) and (max-height: 450px) {
        .is-mobile .item02 .navArea__item__link a:after {
          width: calc(28vw / 7.5);
          height: calc(18vw / 7.5); } }
    .item03 .navArea__item__link a:after {
      background-image: url("../img/renewal/nav--icon03.png");
      width: 20px;
      height: 17px; }
      @media only screen and (max-width: 767px) {
        .item03 .navArea__item__link a:after {
          width: calc(48vw / 7.5);
          height: calc(42vw / 7.5); } }
      @media (orientation: landscape) and (max-height: 450px) {
        .is-mobile .item03 .navArea__item__link a:after {
          width: calc(20vw / 7.5);
          height: calc(17vw / 7.5); } }

.navArea__item__detail {
  margin: 0;
  padding-top: 20px;
  padding-left: 20px;
  list-style: none; }
  @media only screen and (max-width: 767px) {
    .navArea__item__detail {
      padding-top: 5%;
      padding-left: 10%; } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__item__detail {
      padding-top: 2.5%;
      padding-left: 5%; } }

.navArea__item__detail__link {
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .navArea__item__detail__link {
      font-size: calc(30vw / 7.5); } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__item__detail__link {
      font-size: calc(14vw / 7.5); } }
  .navArea__item__detail__link + .navArea__item__detail__link {
    padding-top: 20px; }
    @media only screen and (max-width: 767px) {
      .navArea__item__detail__link + .navArea__item__detail__link {
        padding-top: 5%; } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item__detail__link + .navArea__item__detail__link {
        padding-top: 2.5%; } }
  .navArea__item__detail__link a {
    padding-left: 18px; }
    @media only screen and (max-width: 767px) {
      .navArea__item__detail__link a {
        padding-left: 6%; } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item__detail__link a {
        padding-left: 3%; } }
    @media only screen and (max-width: 767px) {
      .navArea__item__detail__link a:before {
        width: calc(14vw / 7.5);
        height: calc(23vw / 7.5); } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item__detail__link a:before {
        width: calc(6vw / 7.5);
        height: calc(11.7vw / 7.5); } }

.navArea__item__goods {
  margin: 0;
  padding: 0;
  list-style: none; }

.navArea__item__goods__title {
  margin: 0;
  padding-bottom: 15px;
  padding-left: 22px;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .navArea__item__goods__title {
      padding-bottom: 5%;
      padding-left: 10%;
      font-size: calc(30vw / 7.5); } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__item__goods__title {
      padding-bottom: 2.5%;
      padding-left: 5%;
      font-size: calc(14vw / 7.5); } }

.navArea__item__goods__link {
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .navArea__item__goods__link {
      font-size: calc(30vw / 7.5); } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__item__goods__link {
      font-size: calc(14vw / 7.5); } }
  .navArea__item__goods__link + .navArea__item__goods__link {
    padding-top: 10px; }
    @media only screen and (max-width: 767px) {
      .navArea__item__goods__link + .navArea__item__goods__link {
        padding-top: 3%; } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item__goods__link + .navArea__item__goods__link {
        padding-top: 1.5%; } }
  .navArea__item__goods__link a {
    padding-left: 33px; }
    @media only screen and (max-width: 767px) {
      .navArea__item__goods__link a {
        padding-left: 13%; } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item__goods__link a {
        padding-left: 6.5%; } }
    .navArea__item__goods__link a:before {
      display: none; }
    .navArea__item__goods__link a:after {
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px;
      content: '';
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
      background-image: url("../img/renewal/icon--newwindow.svg");
      width: 16px;
      height: 14px; }
      @media only screen and (max-width: 767px) {
        .navArea__item__goods__link a:after {
          width: calc(30vw / 7.5);
          height: calc(26vw / 7.5); } }
      @media (orientation: landscape) and (max-height: 450px) {
        .is-mobile .navArea__item__goods__link a:after {
          width: calc(16vw / 7.5);
          height: calc(14vw / 7.5); } }

.navArea__item__outside__link {
  margin: 0;
  padding-top: 30px;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .navArea__item__outside__link {
      padding-top: 7%;
      font-size: calc(30vw / 7.5); } }
  @media (orientation: landscape) and (max-height: 450px) {
    .is-mobile .navArea__item__outside__link {
      padding-top: 3.5%;
      font-size: calc(14vw / 7.5); } }
  .navArea__item__outside__link a {
    padding-left: 22px; }
    @media only screen and (max-width: 767px) {
      .navArea__item__outside__link a {
        padding-left: 10%; } }
    @media (orientation: landscape) and (max-height: 450px) {
      .is-mobile .navArea__item__outside__link a {
        padding-left: 5%; } }
    .navArea__item__outside__link a:before {
      display: none; }
    .navArea__item__outside__link a:after {
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px;
      content: '';
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
      background-image: url("../img/renewal/icon--newwindow.svg");
      width: 16px;
      height: 14px; }
      @media only screen and (max-width: 767px) {
        .navArea__item__outside__link a:after {
          width: calc(30vw / 7.5);
          height: calc(26vw / 7.5); } }
      @media (orientation: landscape) and (max-height: 450px) {
        .is-mobile .navArea__item__outside__link a:after {
          width: calc(16vw / 7.5);
          height: calc(14vw / 7.5); } }
