@-webkit-keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes textfade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  16% {
    opacity: 1;
    visibility: visible;
  }
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes imageFadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.m-base-txt {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .m-base-txt {
    font-size: 3.7333333333vw;
  }
}
/* terms
---------------------------------------------------------------------------- */
.p-terms {
  padding: 0 0 35px 0;
}

.p-terms-anchor-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-left: 40px;
}

.p-terms-anchor-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin-right: 25px;
}

.p-anchor-btn {
  color: #848484;
  display: block;
  background: #ECEFF1;
  padding: 15px 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.p-anchor-btn.is-active {
  color: #fff;
  background: #EC6C00;
}

.p-terms-content {
  padding: 75px 100px;
  border-top: 2px solid #EC6C00;
  display: none;
}
.p-terms-content p {
  margin-bottom: 30px;
}
.p-terms-content.is-active {
  display: block;
}

.p-terms-privacy-top-wrap {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 40px 0;
}

p.p-terms-privacy-top-txt1 {
  margin-bottom: 25px;
  text-align: center;
}

p.p-terms-privacy-top-txt2 {
  margin-bottom: 40px;
  text-align: center;
}

.p-terms-privacy-txt-list {
  margin: 0 0 30px 35px;
}

.p-terms-privacy-txt-list-item {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.p-terms-txt-link {
  color: #EC6C00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-terms-txt-link:hover {
  opacity: 0.7;
}

.p-terms-sh {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 80px 0 40px;
}

.p-terms-sh2 {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 55px 0 40px;
}

.p-terms-range-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.p-terms-range-ttl {
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding: 0 55px 0 30px;
  border-right: 1px solid #ECEFF1;
}

.p-terms-range-txt {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 55px;
}

p.p-terms-txt-gray {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #818181;
  margin-bottom: 20px;
}

.p-terms-pageLink {
  background: #FBFBFB;
  padding: 16px 60px 16px 44px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.p-terms-pageLink-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}

.p-terms-pageLink-item:not(:last-child) .p-terms-pageLink-item-link {
  border-bottom: 1px solid #D9D9D9;
}

.p-terms-pageLink-item-link {
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding: 8px 10px 8px 55px;
  color: #050000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
}
.p-terms-pageLink-item-link::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #050000 transparent transparent transparent;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-terms-pageLink-item-link:hover {
  opacity: 0.7;
}

.p-terms-desc-wrap {
  padding: 0 0 0 40px;
}

p.p-terms-desc {
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 20px;
}
p.p-terms-desc strong {
  font-weight: bold;
}
p.p-terms-desc--finish {
  text-align: right;
}

@media screen and (max-width: 1480px) {
  .p-terms-content {
    padding: 75px 40px;
  }

  .p-terms-pageLink {
    padding: 16px 40px 16px 24px;
  }

  .p-terms-pageLink-item-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-terms {
    padding: 4.6666666667vw 0;
  }

  .p-terms-anchor-list {
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .p-terms-anchor-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    margin-right: 0;
  }

  .p-anchor-btn {
    padding: 2.6666666667vw 0;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
    font-size: 2.9333333333vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    height: 100%;
  }
  .p-anchor-btn.m-base-txt-lg {
    line-height: 1.2;
  }

  .p-terms-content {
    padding: 8vw 2.6666666667vw;
    border-top: 0.5333333333vw solid #EC6C00;
  }
  .p-terms-content p {
    margin-bottom: 5.3333333333vw;
  }

  .p-terms-privacy-top-wrap {
    font-size: 3.7333333333vw;
    margin: 5.3333333333vw 0 6.6666666667vw;
  }

  p.p-terms-privacy-top-txt1 {
    margin-bottom: 5.3333333333vw;
  }

  p.p-terms-privacy-top-txt2 {
    margin-bottom: 5.3333333333vw;
  }

  .p-terms-privacy-txt-list {
    margin: 0 0 5.3333333333vw 2.6666666667vw;
  }

  .p-terms-privacy-txt-list-item {
    font-size: 3.7333333333vw;
  }

  .p-terms-sh {
    font-size: 6.4vw;
    margin: 10.6666666667vw 0 5.3333333333vw;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
  }

  .p-terms-sh2 {
    font-size: 6.4vw;
    margin: 7.3333333333vw 0 5.3333333333vw;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.3;
  }

  .p-terms-range-ttl {
    font-size: 3.7333333333vw;
    padding: 0 4vw 0 2.6666666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20vw;
            flex: 0 0 20vw;
  }

  .p-terms-range-txt {
    font-size: 3.7333333333vw;
    padding-left: 5.3333333333vw;
  }

  p.p-terms-txt-gray {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }

  .p-terms-pageLink {
    padding: 4vw 5.3333333333vw 4vw 1.6vw;
    display: block;
  }

  .p-terms-pageLink-list {
    width: 100%;
  }

  .p-terms-pageLink-item:last-child .p-terms-pageLink-item-link {
    border-bottom: 1px solid #D9D9D9;
  }

  .p-terms-pageLink-item-link {
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 0 1.8666666667vw 12vw;
  }
  .p-terms-pageLink-item-link::before {
    border-width: 1.6vw 1.3333333333vw 0 1.3333333333vw;
    left: 2.6666666667vw;
  }

  .p-terms-desc-wrap {
    padding: 0 0 0 5.3333333333vw;
  }

  p.p-terms-desc {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}