@media screen and (min-width: 769px) {
  #header .globalNav .nav-inner > div > a,
  #header .globalNav .nav-inner > div > div > a {
    margin: 0 9px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  #header .globalNav .nav-inner > div:last-child {
    max-width: 320px;
  }
}

#header .globalNav .nav-inner a.btn.contact {
  width: 150px;
}
#header .globalNav .nav-inner a.btn.contact.shop:before {
  content: "\f07a";
}

#header.fixed .header-inner .btn.contact {
  margin-left: 10px;
}

#contents section#pickup .news {
  height: auto;
}
#contents section#pickup .news div {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 140px);
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #contents section#pickup .news div {
    width: 100%;
  }
}
#contents section#pickup .news div a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .btn-wrap {
    margin-top: 15px;
  }
}
.btn-wrap .btn {
  width: 250px;
}

@media screen and (max-width: 768px) {
  body.pb #contents #flow ol {
    width: 100%;
  }
  body.pb #contents #flow ol li {
    margin-bottom: 15px;
    padding: 20px 25px 15px;
    width: 100%;
    height: auto;
    border: 3px solid #0d90ec;
    border-radius: 3px 3px 0 0;
  }
  body.pb #contents #flow ol li:last-child {
    margin-right: 0;
  }
  body.pb #contents #flow ol li:before {
    top: auto;
    bottom: -29px;
    right: -3px;
    border: calc(50vw - 15px) solid transparent;
    border-bottom-width: 0;
    border-top-width: 27px;
    border-top-color: #0d90ec;
    width: 0;
    height: 0;
  }
  body.pb #contents #flow ol li:after {
    top: auto;
    bottom: -26px;
    right: 0;
    border: calc(50vw - 18px) solid transparent;
    border-bottom-width: 0;
    border-top-width: 27px;
    border-top-color: #fff;
    width: 0;
    height: 0;
    background: none transparent;
  }
  body.pb #contents #flow ol li span {
    margin-bottom: 2px;
  }
  body.pb #contents #flow ol li strong {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  #contents .unit-pagenation-01 .return a {
    min-width: auto;
  }
}
@media screen and (max-width: 375px) {
  #contents .unit-pagenation-01 .prev,
  #contents .unit-pagenation-01 .next {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .box-shopbnr-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .box-shopbnr-01 .unit-shopbnr-01 {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .box-shopbnr-01 .unit-shopbnr-01 {
    width: 100%;
  }
  .box-shopbnr-01 .unit-shopbnr-01:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
.box-shopbnr-01 .unit-shopbnr-01 a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .box-sidebnr-01 .unit-sidebnr-01 {
    width: 350px;
  }
  .box-sidebnr-01 .unit-sidebnr-01:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .box-sidebnr-01 .unit-sidebnr-01 {
    width: 100%;
  }
  .box-sidebnr-01 .unit-sidebnr-01:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.banner .box-sidebnr-01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .banner .box-sidebnr-01 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .globalNav {
    max-height: calc(100vh - 43px);
    max-height: calc(100svh - 43px);
    overflow-y: scroll;
  }
}
@media screen and (min-width: 769px) {
  #header .globalNav .nav-inner .parent.online {
    pointer-events: none;
  }
}