.font--notosans, .performance__potal .potal__links .links__guide .guide__text, .performance__potal .potal__links .links__group .group__button .button__text {
  font-family: 'NotoSansRN';
  -webkit-transform: skew(-0.01deg);
  -o-transform: skew(-0.01deg);
  -ms-transform: skew(-0.01deg);
  -moz-transform: skew(-0.01deg);
  transform: skew(-0.01deg);
}

.performance__potal .potal__links + .potal__links {
  margin-top: 40px;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links + .potal__links {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links + .potal__links {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links + .potal__links {
    margin-top: 30px;
  }
}

.performance__potal .potal__links .links__guide {
  margin-bottom: 10px;
  padding: 18px;
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
  text-align: center;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__guide {
    padding: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__guide {
    padding: 14px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__guide {
    padding: 14px;
  }
}

.performance__potal .potal__links .links__guide .guide__text {
  color: #595959;
  font-size: 17px;
  line-height: 1.3;
  word-break: keep-all;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__guide .guide__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__guide .guide__text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__guide .guide__text {
    font-size: 14px;
    letter-spacing: -0.5px;
  }
}

.performance__potal .potal__links .links__group {
  font-size: 0;
  overflow: hidden;
}

.performance__potal .potal__links .links__group .group__list {
  margin: -10px 0 0 -10px;
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group .group__list {
    margin: -10px 0 0 0;
  }
}

.performance__potal .potal__links .links__group .group__list:after {
  content: "";
  display: block;
  clear: both;
}

.performance__potal .potal__links .links__group .group__item {
  float: left;
  width: calc(50% - 10px);
  margin: 10px 0 0 10px;
  position: relative;
  padding-bottom: 75px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group .group__item {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group .group__item {
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group .group__item {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 0 140px;
  }
}

.performance__potal .potal__links .links__group .group__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
}

.performance__potal .potal__links .links__group .group__thumb {
  position: relative;
  padding-top: 56.25%;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.performance__potal .potal__links .links__group .group__thumb > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  min-height: 100%;
}

.performance__potal .potal__links .links__group .group__thumb .thumb__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.performance__potal .potal__links .links__group .group__thumb .thumb__banner img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.performance__potal .potal__links .links__group .group__thumb .thumb__banner .banner__frame {
  height: 100%;
}

.performance__potal .potal__links .links__group .group__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group .group__text {
    height: 60px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group .group__text {
    height: 48px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group .group__text {
    width: 140px;
    height: 100%;
  }
}

.performance__potal .potal__links .links__group .group__button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  display: block;
  position: relative;
  width: 100%;
  height: 75px;
  box-sizing: border-box;
  padding: 0 28px;
  padding-right: 75px;
  border-top: 1px solid #bcbcbc;
  text-align: left;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group .group__button {
    height: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group .group__button {
    height: 48px;
    padding: 0 14px;
    padding-right: 48px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group .group__button {
    height: 100%;
    padding: 0 14px;
    border-top-width: 0;
    text-align: center;
  }
}

.performance__potal .potal__links .links__group .group__button .button__text {
  color: #414141;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  word-break: keep-all;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group .group__button .button__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group .group__button .button__text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group .group__button .button__text {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}

.performance__potal .potal__links .links__group .group__button .button__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 74px;
  height: 74px;
  background-color: #e1e1e1;
  text-align: center;
  line-height: 74px;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group .group__button .button__icon {
    width: 59px;
    height: 59px;
    line-height: 59px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group .group__button .button__icon {
    width: 47px;
    height: 47px;
    line-height: 47px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group .group__button .button__icon {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 8px;
    background: none;
    line-height: 1;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group .group__button .button__icon img {
    width: 17px;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__list {
  margin: -10px 0 0 -10px;
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group.group__type02 .group__list {
    margin: 10px 0 0 0;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__item {
  width: calc(33.3% - 10px);
  padding: 6px;
  padding-bottom: 150px;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group.group__type02 .group__item {
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group.group__type02 .group__item {
    float: left;
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group.group__type02 .group__item {
    float: none;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 0 0 140px;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__thumb {
  background-color: #fff;
}

.performance__potal .potal__links .links__group.group__type02 .group__thumb img {
  min-width: auto;
  min-height: auto;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group.group__type02 .group__thumb img {
    width: 70%;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group.group__type02 .group__thumb img {
    width: 70%;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__text {
  width: 100%;
  height: 150px;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group.group__type02 .group__text {
    height: 130px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group.group__type02 .group__text {
    height: 100px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group.group__type02 .group__text {
    width: 140px;
    height: 100%;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__button {
  height: 100px;
  text-align: center;
  padding: 0;
  border-top-width: 0px;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button {
    height: 80px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button {
    height: 70px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button {
    height: 100%;
    border-right: 1px solid #bcbcbc;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__button .button__text {
  font-size: 17px;
  color: #808080;
}

@media only screen and (min-width: 641px) and (max-width: 1080px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button .button__text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button .button__text {
    font-size: 15px;
  }
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button .button__text {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__button .button__text span {
  display: block;
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button .button__text span {
    display: inline;
  }
}

.performance__potal .potal__links .links__group.group__type02 .group__button .button__icon {
  top: 100%;
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: auto;
  background: none;
  line-height: 1;
}

@media only screen and (max-width: 414px) {
  .performance__potal .potal__links .links__group.group__type02 .group__button .button__icon {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
}
