.p-top {
  position: relative;
  overflow: hidden;
}

.p-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top__skew {
  position: absolute;
  top: 42.8%;
  left: -50%;
  width: 200%;
  height: 100%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotate(-28.4deg);
          transform: rotate(-28.4deg);
}

@media screen and (min-width: 850px) {
  .p-top__skew {
    height: 150%;
    top: 37.5%;
  }
}

.p-top__skew::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006fcc;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.is-load .p-top__skew::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: opacity 2s ease 0.8s, -webkit-transform 1.5s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 2s ease 0.8s, -webkit-transform 1.5s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: transform 1.5s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s, opacity 2s ease 0.8s;
  transition: transform 1.5s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s, opacity 2s ease 0.8s, -webkit-transform 1.5s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
}

.p-top__main {
  position: relative;
  padding: 24px 0 0px;
}

@media screen and (min-width: 850px) {
  .p-top__main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 55px 0 0px;
  }
}

.p-top__catch, .p-top__title {
  position: relative;
  display: inline-block;
}

.p-top__catch-text, .p-top__title-text {
  position: absolute;
  opacity: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
}

.p-top__catch-svg, .p-top__title-svg {
  display: block;
}

.p-top__catch {
  -webkit-transform: translate(0px, 20px);
          transform: translate(0px, 20px);
  opacity: 0;
  width: 57%;
  margin: 0 auto;
}

.is-load .p-top__catch {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
  transition: opacity 0.8s ease 0s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0s;
}

@media screen and (min-width: 850px) {
  .p-top__catch {
    width: 55.8%;
    left: 9px;
  }
}

@media screen and (max-width: 849px) {
  .p-top__catch {
    left: -1px;
  }
}

.p-top__title {
  width: 75.1%;
  margin: 3.5% auto 0;
  padding: 2.8% 3.3% 2.3%;
}

@media screen and (min-width: 850px) {
  .p-top__title {
    width: 45.3%;
    margin: 2.6% auto 0;
    padding: 1.5% 2% 1.4%;
  }
}

.p-top__title-svg {
  -webkit-transform: translate(0px, 5px);
          transform: translate(0px, 5px);
  opacity: 0;
  position: relative;
}

.is-load .p-top__title-svg {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
}

@media screen and (min-width: 850px) {
  .p-top__title-svg {
    left: 1px;
  }
}

.p-top__title::before, .p-top__title::after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #fff;
}

.is-load .p-top__title::before, .is-load .p-top__title::after {
  -webkit-transition: -webkit-transform 1.7s cubic-bezier(0.22, 0.93, 0.12, 0.96) 0.4s;
  transition: -webkit-transform 1.7s cubic-bezier(0.22, 0.93, 0.12, 0.96) 0.4s;
  transition: transform 1.7s cubic-bezier(0.22, 0.93, 0.12, 0.96) 0.4s;
  transition: transform 1.7s cubic-bezier(0.22, 0.93, 0.12, 0.96) 0.4s, -webkit-transform 1.7s cubic-bezier(0.22, 0.93, 0.12, 0.96) 0.4s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media screen and (min-width: 850px) {
  .p-top__title::before, .p-top__title::after {
    height: 2px;
  }
}

.p-top__title::before {
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.p-top__title::after {
  bottom: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.p-top__img {
  position: relative;
  padding-top: 61.4%;
}

@media screen and (min-width: 850px) {
  .p-top__img {
    padding-top: 36.7%;
  }
}

.p-top__img-item {
  position: absolute;
  top: 0;
  left: 50%;
}

.p-top__img-item--1 img {
  -webkit-transform: translate(0px, 20px) rotate(-30deg);
          transform: translate(0px, 20px) rotate(-30deg);
}

.p-top__img-item--2 img {
  -webkit-transform: translate(0px, 20px) rotate(-20deg);
          transform: translate(0px, 20px) rotate(-20deg);
}

.p-top__img-item--3 img {
  -webkit-transform: translate(0px, 20px) rotate(15deg);
          transform: translate(0px, 20px) rotate(15deg);
  -webkit-transform-origin: 30% 70%;
          transform-origin: 30% 70%;
}

.p-top__img-item img {
  opacity: 0;
}

.is-load .p-top__img-item img {
  -webkit-transform: translate(0px, 0px) rotate(0deg);
          transform: translate(0px, 0px) rotate(0deg);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
  transition: transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s, opacity 0.8s ease 0.8s;
  transition: transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s, opacity 0.8s ease 0.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.8s;
}

.is-load .p-top__img-item--1 img {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.is-load .p-top__img-item--2 img {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.is-load .p-top__img-item--3 img {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.p-top__img-item--1 {
  margin-top: 20.6%;
  margin-left: -19.7%;
  width: 36%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (min-width: 850px) {
  .p-top__img-item--1 {
    margin-top: 12.6%;
    margin-left: -12.8%;
    width: 20.4%;
  }
}

.p-top__img-item--2 {
  margin-top: -0.2%;
  margin-left: -30.8%;
  width: 30.7%;
  -webkit-transform: rotate(-6.1deg);
          transform: rotate(-6.1deg);
}

@media screen and (min-width: 850px) {
  .p-top__img-item--2 {
    margin-top: 0.6%;
    margin-left: -19.05%;
    width: 17.5%;
  }
}

.p-top__img-item--3 {
  margin-top: -6.1%;
  margin-left: 6.2%;
  width: 29.6%;
  -webkit-transform: rotate(7.7deg);
          transform: rotate(7.7deg);
}

@media screen and (min-width: 850px) {
  .p-top__img-item--3 {
    margin-top: -2.8%;
    margin-left: 4.8%;
    width: 16.9%;
  }
}

.p-top__logo {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0 auto;
  width: 107px;
}

.is-load .p-top__logo {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 1.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.3s;
  transition: opacity 0.8s ease 1.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.3s;
  transition: opacity 0.8s ease 1.3s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.3s;
  transition: opacity 0.8s ease 1.3s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.3s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.3s;
}

@media screen and (min-width: 850px) {
  .p-top__logo {
    bottom: 16px;
    max-width: 188px;
    width: 18%;
  }
}

.p-about__contents, .p-prize__contents, .p-product__contents, .p-howto__contents, .p-term__contents {
  -webkit-transform: translate(0px, 10px);
          transform: translate(0px, 10px);
  opacity: 0;
}

.is-scroll .p-about__contents, .is-scroll .p-prize__contents, .is-scroll .p-product__contents, .is-scroll .p-howto__contents, .is-scroll .p-term__contents {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
}

@media screen and (min-width: 850px) {
  .p-about__contents {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
    opacity: 0;
  }
  .is-scroll .p-about__contents {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
    -webkit-transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
    transition: opacity 0.8s ease 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
    transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
    transition: opacity 0.8s ease 0.4s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 0.4s;
  }
}

@media screen and (max-width: 849px) {
  .p-about__contents {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
    opacity: 0;
  }
  .is-load .p-about__contents {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1;
    -webkit-transition: opacity 0.8s ease 1.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.8s;
    transition: opacity 0.8s ease 1.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.8s;
    transition: opacity 0.8s ease 1.8s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.8s;
    transition: opacity 0.8s ease 1.8s, transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.8s, -webkit-transform 0.8s cubic-bezier(0.2, 0.68, 0.29, 0.96) 1.8s;
  }
}

.p-about__main {
  padding: 29px 0 38px;
}

@media screen and (min-width: 850px) {
  .p-about__main {
    padding: 79px 0 47px;
  }
}

.p-about__cap {
  position: relative;
  left: 3px;
  display: inline-block;
  margin-top: 24px;
  color: #fff;
  padding: 6px 14px 8px 16px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.11em;
  font-weight: 500;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (min-width: 850px) {
  .p-about__cap {
    margin-top: 37px;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0.16em;
    padding: 11px 25px 15px 30px;
  }
}

.p-about__cap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006fcc;
}

.p-about__cap-inner {
  display: block;
  position: relative;
}

.p-about__block {
  margin: 14px 7.4% 0;
  border: 2px solid #006fcc;
  background-color: #fff;
}

@media screen and (max-width: 849px) and (min-width: 450px) {
  .p-about__block {
    margin-left: auto;
    margin-right: auto;
    width: 380px;
  }
}

@media screen and (max-width: 849px) {
  .p-about__block + .p-about__block {
    margin-top: 15px;
  }
}

@media screen and (min-width: 850px) {
  .p-about__block {
    margin: 23px auto 0;
    width: 84.2%;
    border-width: 3px;
    max-width: 877px;
  }
  .p-about__block + .p-about__block {
    margin-top: 23px;
  }
}

.p-about__term {
  padding: 4% 0% 4%;
  font-size: 4.1vw;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 849px) and (min-width: 450px) {
  .p-about__term {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

@media screen and (min-width: 850px) {
  .p-about__term {
    padding: 18px 0 24px;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-about__term .p-in-l {
  position: relative;
  font-size: 5.6vw;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 849px) and (min-width: 450px) {
  .p-about__term .p-in-l {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 850px) {
  .p-about__term .p-in-l {
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-about__description {
  padding: 3.2% 0% 3.4%;
  font-size: 3.45vw;
  line-height: 2;
  letter-spacing: 0em;
}

@media screen and (max-width: 849px) and (min-width: 450px) {
  .p-about__description {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 850px) {
  .p-about__description {
    padding: 19px 0 31px;
    font-size: 25px;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

.p-about__description .p-in-s {
  position: relative;
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 849px) and (min-width: 450px) {
  .p-about__description .p-in-s {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 850px) {
  .p-about__description .p-in-s {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-about__description .p-in-l {
  top: 1px;
  position: relative;
  font-size: 5.5vw;
  line-height: 1;
  letter-spacing: 0em;
}

@media screen and (max-width: 849px) and (min-width: 450px) {
  .p-about__description .p-in-l {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 850px) {
  .p-about__description .p-in-l {
    top: 2px;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}

.p-about__description .p-in-b {
  display: block;
  position: relative;
  font-size: 5.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
}

@media screen and (max-width: 849px) and (min-width: 450px) {
  .p-about__description .p-in-b {
    font-size: 23px;
    line-height: 1.6;
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 850px) {
  .p-about__description .p-in-b {
    margin-top: 15px;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}

.p-prize__main {
  padding: 32px 0 26px;
}

@media screen and (min-width: 850px) {
  .p-prize__main {
    padding: 79px 0 73px;
  }
}

.p-prize__catch {
  margin-top: 22px;
}

@media screen and (min-width: 850px) {
  .p-prize__catch {
    margin-top: 33px;
  }
}

.p-prize__catch .p-in-wrap {
  display: block;
}

.p-prize__catch .p-in-wrap + .p-in-wrap {
  margin-top: 6px;
}

.p-prize__catch .p-in-inner {
  padding: 3px 8px 5px;
  display: inline-block;
  background-color: #fff;
  color: #006fcc;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media screen and (min-width: 850px) {
  .p-prize__catch .p-in-inner {
    padding: 10px 19px 12px 21px;
    font-size: 3.68vw;
    line-height: 1;
    letter-spacing: 0.11em;
  }
}

@media screen and (min-width: 850px) and (min-width: 1100px) {
  .p-prize__catch .p-in-inner {
    font-size: 39px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-prize__catch .p-in-s {
  position: relative;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-prize__catch .p-in-s--ml {
  margin-left: 1px;
}

@media screen and (min-width: 850px) {
  .p-prize__catch .p-in-s {
    top: 1px;
    font-size: 0.76em;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}

.p-prize__block {
  margin-top: 18px;
}

@media screen and (min-width: 850px) {
  .p-prize__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 83.9%;
    max-width: 875px;
    margin: 65px auto 0;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__head {
    width: 52.9%;
    margin-top: 0.25%;
  }
}

.p-prize__img {
  width: 68%;
}

@media screen and (max-width: 849px) {
  .p-prize__img {
    max-width: 450px;
    margin: 0px auto 0;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__img {
    width: 100%;
  }
}

@media screen and (max-width: 849px) {
  .p-prize__body {
    margin-top: 10px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__body {
    width: 40.8%;
  }
}

.p-prize__cap {
  position: relative;
  width: 80.2%;
}

@media screen and (max-width: 849px) {
  .p-prize__cap {
    margin: 17px auto 0;
    max-width: 500px;
  }
}

@media screen and (min-width: 850px) {
  .p-prize__cap {
    width: 100%;
  }
}

.p-prize__cap-text {
  position: absolute;
  opacity: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
}

.p-prize__num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
  border: 2px solid #fff;
}

@media screen and (min-width: 850px) {
  .p-prize__num {
    margin-top: 13.3%;
    border: 4px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-prize__num-cap {
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  padding: 4px 8px;
}

@media screen and (min-width: 850px) {
  .p-prize__num-cap {
    padding: 4px 0 6px 0;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0.07em;
    width: 42.9%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.p-prize__num-num {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 3px 11px 6px 13px;
  border-left: 2px solid #fff;
}

@media screen and (min-width: 850px) {
  .p-prize__num-num {
    width: 100%;
    padding: 7px 0px 13px 0px;
    font-size: 69px;
    line-height: 1;
    letter-spacing: 0.09em;
    border-left-width: 4px;
  }
}

.p-prize__num-num .p-in-s {
  position: relative;
  margin-left: -1px;
  top: -2px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (min-width: 850px) {
  .p-prize__num-num .p-in-s {
    font-size: 50px;
    line-height: 1;
    letter-spacing: normal;
  }
}

.p-prize__lead {
  margin-top: 19px;
  font-size: 16px;
  line-height: 1.86;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 850px) {
  .p-prize__lead {
    margin-top: 36px;
    font-size: 2.74vw;
    line-height: 1.65;
    letter-spacing: 0.22em;
  }
}

@media screen and (min-width: 850px) and (min-width: 1100px) {
  .p-prize__lead {
    font-size: 29px;
    line-height: 46px;
    letter-spacing: 0.22em;
  }
}

.p-product__main {
  padding: 31px 0 41px;
}

@media screen and (min-width: 850px) {
  .p-product__main {
    padding: 64px 0 50px;
  }
}

.p-product__description {
  margin-top: 26px;
}

@media screen and (min-width: 850px) {
  .p-product__description {
    margin-top: 53px;
  }
}

.p-product__description-text {
  font-size: 15px;
  line-height: 32px;
  letter-spacing: normal;
  font-weight: 900;
}

@media screen and (min-width: 850px) {
  .p-product__description-text {
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.05em;
  }
}

.p-product__description-text .p-in-inner {
  display: block;
  margin: 0 -50px;
}

@media screen and (max-width: 849px) and (max-width: 350px) {
  .p-product__description-text .p-in-inner--3 {
    -webkit-transform: scaleX(0.9);
            transform: scaleX(0.9);
  }
}

.p-product__description-more {
  margin-top: 17px;
}

@media screen and (min-width: 850px) {
  .p-product__description-more {
    margin-top: 24px;
  }
}

.p-product__recommend {
  margin-top: 63px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend {
    margin-top: 94px;
  }
}

.p-product__recommend-title {
  width: 64.1%;
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-title {
    max-width: 453px;
  }
}

.p-product__recommend-title-text {
  position: absolute;
  opacity: 0;
  font-size: 0;
  line-height: 1;
  letter-spacing: normal;
}

.p-product__recommend-title-svg {
  display: block;
}

.p-product__recommend-block {
  margin-top: 34px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-block {
    margin-top: 39px;
  }
}

.p-product__recommend-block + .p-product__recommend-block {
  margin-top: 47px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-block + .p-product__recommend-block {
    margin-top: 85px;
  }
}

.p-product__recommend-cap {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 6px 14px 8px 17px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.16em;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-cap {
    padding: 9px 15px 11px 23px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.16em;
  }
}

.p-product__recommend-cap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006fcc;
}

.p-product__recommend-cap-inner {
  display: block;
  position: relative;
}

.p-product__recommend-wrap {
  margin-top: 16px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-wrap {
    margin-top: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 849px) {
  .p-product__recommend-inner + .p-product__recommend-inner {
    margin-top: 30px;
  }
}

@media screen and (min-width: 850px) {
  .p-product__recommend-inner + .p-product__recommend-inner {
    margin-left: 51px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
  .p-product__recommend-inner + .p-product__recommend-inner {
    margin-left: 30px;
  }
}

.p-product__recommend-box {
  max-width: 390px;
  width: 84.8%;
  margin: 0 auto;
  border: 2px solid #006fcc;
  background-color: #fff;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-box {
    margin: 0;
    width: 413px;
    max-width: 413px;
    border-width: 3px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1000px) {
  .p-product__recommend-box {
    width: 390px;
  }
}

.p-product__recommend-head {
  position: relative;
  border-bottom: 2px solid #0086d9;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-head {
    border-bottom-width: 3px;
  }
}

.p-product__recommend-head--1::before, .p-product__recommend-head--3::before {
  left: 41px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-head--1::before, .p-product__recommend-head--3::before {
    left: 53px;
  }
}

.p-product__recommend-head--2::before {
  right: 43px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-head--2::before {
    right: 56px;
  }
}

.p-product__recommend-head::before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #006fcc;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-head::before {
    width: 3px;
  }
}

.p-product__recommend-en {
  position: absolute;
  top: 50%;
  font-weight: bold;
}

.p-product__recommend-en--1 {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 20px;
  -webkit-transform: translate(-50%, -33%) rotate(90deg);
          transform: translate(-50%, -33%) rotate(90deg);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-en--1 {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.105em;
    left: 26px;
  }
}

.p-product__recommend-en--2 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  right: 20px;
  -webkit-transform: translate(50%, -9%) rotate(90deg);
          transform: translate(50%, -9%) rotate(90deg);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-en--2 {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
    right: 26px;
  }
}

.p-product__recommend-en--3 {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.1em;
  left: 21px;
  -webkit-transform: translate(-50%, -39%) rotate(90deg);
          transform: translate(-50%, -39%) rotate(90deg);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-en--3 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.08em;
    left: 25px;
  }
}

.p-product__recommend-img--1 {
  padding: 24px 0 24px 2.5%;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-img--1 {
    padding: 30px 0 30px 2.5%;
  }
}

.p-product__recommend-img--2 {
  padding: 21px 5.5% 11px 0px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-img--2 {
    padding: 28px 2.7% 15px 0px;
  }
}

.p-product__recommend-img--3 {
  padding: 13px 0 10px 2.9%;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-img--3 {
    padding: 18px 0 15px 2.7%;
  }
}

.p-product__recommend-img .p-in-inner {
  margin: 0 auto;
}

.p-product__recommend-img .p-in-inner--1 {
  width: 147px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-img .p-in-inner--1 {
    width: 192px;
  }
}

.p-product__recommend-img .p-in-inner--2 {
  width: 70px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-img .p-in-inner--2 {
    width: 89px;
  }
}

.p-product__recommend-img .p-in-inner--3 {
  width: 52px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-img .p-in-inner--3 {
    width: 67px;
  }
}

.p-product__recommend-body {
  padding: 12px 0 12px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-body {
    padding: 16px 0;
  }
}

.p-product__recommend-name {
  position: relative;
  width: 150%;
  left: 50%;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 849px) and (max-width: 380px) {
  .p-product__recommend-name {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 849px) and (max-width: 350px) {
  .p-product__recommend-name {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 850px) {
  .p-product__recommend-name {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

.p-product__recommend-name--1 {
  -webkit-transform: translate(-50%, 0) scaleX(0.9);
          transform: translate(-50%, 0) scaleX(0.9);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-name--1 {
    -webkit-transform: translate(-50%, 0) scaleX(0.9);
            transform: translate(-50%, 0) scaleX(0.9);
  }
}

.p-product__recommend-name--2 {
  -webkit-transform: translate(-50%, 0) scaleX(1);
          transform: translate(-50%, 0) scaleX(1);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-name--2 {
    -webkit-transform: translate(-50%, 0) scaleX(1);
            transform: translate(-50%, 0) scaleX(1);
  }
}

.p-product__recommend-name--3 {
  -webkit-transform: translate(-50%, 0) scaleX(0.77);
          transform: translate(-50%, 0) scaleX(0.77);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-name--3 {
    -webkit-transform: translate(-50%, 0) scaleX(0.77);
            transform: translate(-50%, 0) scaleX(0.77);
  }
}

.p-product__recommend-sub {
  margin-top: 5px;
  position: relative;
  width: 150%;
  left: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 849px) and (max-width: 380px) {
  .p-product__recommend-sub {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 849px) and (max-width: 350px) {
  .p-product__recommend-sub {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 850px) {
  .p-product__recommend-sub {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

.p-product__recommend-sub--3 {
  -webkit-transform: translate(-50%, 0) scaleX(0.93);
          transform: translate(-50%, 0) scaleX(0.93);
}

@media screen and (min-width: 850px) {
  .p-product__recommend-sub--3 {
    -webkit-transform: translate(-50%, 0) scaleX(0.93);
            transform: translate(-50%, 0) scaleX(0.93);
  }
}

.p-product__recommend-link {
  margin-top: 27px;
}

@media screen and (min-width: 850px) {
  .p-product__recommend-link {
    margin-top: 30px;
  }
}

.p-howto__main {
  padding: 31px 0 37px;
}

@media screen and (min-width: 850px) {
  .p-howto__main {
    padding: 60px 0 55px;
  }
}

.p-howto__order {
  margin-top: 42px;
}

@media screen and (min-width: 850px) {
  .p-howto__order {
    margin-top: 60px;
  }
}

@media screen and (min-width: 850px) {
  .p-howto__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 3px solid #fff;
    max-width: 877px;
    width: 95%;
    margin: 0 auto;
  }
}

.p-howto__item {
  position: relative;
  max-width: 390px;
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 849px) {
  .p-howto__item {
    border: 2px solid #fff;
    border-bottom: 0;
  }
}

@media screen and (min-width: 850px) {
  .p-howto__item {
    width: 33.3%;
  }
}

@media screen and (max-width: 849px) {
  .p-howto__item + .p-howto__item {
    margin-top: 54px;
  }
}

@media screen and (max-width: 849px) {
  .p-howto__item::before {
    content: "";
    position: absolute;
    top: 100%;
    height: 26px;
    left: -2px;
    right: -2px;
    margin-top: -2px;
    background: url(../img/cp/howto/arrow_sp.svg) center top no-repeat;
    background-size: 100% 100%;
  }
  .p-howto__item:last-child {
    border-bottom: 2px solid #fff;
  }
  .p-howto__item:last-child::before {
    content: none;
  }
}

@media screen and (min-width: 850px) {
  .p-howto__item + .p-howto__item .p-howto__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #fff;
  }
  .p-howto__item + .p-howto__item::before {
    content: "";
    position: absolute;
    top: 57px;
    left: 0;
    bottom: 0;
    width: 22px;
    background: url(../img/cp/howto/arrow_pc.svg) left top no-repeat;
  }
}

.p-howto__head {
  position: relative;
  padding: 24px 0 14px;
  border-bottom: 2px solid #fff;
}

@media screen and (min-width: 850px) {
  .p-howto__head {
    padding: 22px 0 12px;
    border-bottom-width: 3px;
  }
}

.p-howto__num {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 84px;
  margin: 0 auto;
  background-color: #fff;
  color: #006fcc;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 0px 0 3px 2px;
}

@media screen and (min-width: 850px) {
  .p-howto__num {
    width: 77px;
    padding: 2px 0 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}

.p-howto__num .p-in-l {
  position: relative;
  top: 1px;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 850px) {
  .p-howto__num .p-in-l {
    top: 0;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}

.p-howto__cap {
  position: relative;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.23em;
}

@media screen and (max-width: 849px) {
  .p-howto__cap {
    left: 3px;
  }
}

@media screen and (min-width: 850px) {
  .p-howto__cap {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.22em;
  }
}

.p-howto__body {
  position: relative;
}

.p-howto__body--1 {
  padding: 16px 0 32px;
}

@media screen and (min-width: 850px) {
  .p-howto__body--1 {
    padding: 36px 0 24px;
  }
}

.p-howto__body--2 {
  padding: 32px 0 31px;
}

@media screen and (min-width: 850px) {
  .p-howto__body--2 {
    padding: 32px 0 21px;
  }
}

.p-howto__body--3 {
  padding: 23px 0 15px;
}

@media screen and (min-width: 850px) {
  .p-howto__body--3 {
    padding: 21px 0 15px;
  }
}

.p-howto__img1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-howto__img1-item {
  position: relative;
}

.p-howto__img1-item--1 {
  width: 30%;
  padding-bottom: 5%;
}

@media screen and (min-width: 850px) {
  .p-howto__img1-item--1 {
    width: 30%;
    padding-bottom: 4.9%;
  }
}

.p-howto__img1-item--2 {
  width: 18.7%;
  margin-left: 6.3%;
  padding-bottom: 0.5%;
}

@media screen and (min-width: 850px) {
  .p-howto__img1-item--2 {
    width: 18.2%;
    margin-left: 6.5%;
  }
}

.p-howto__img1-item--3 {
  width: 15.6%;
  margin-left: 10.5%;
  margin-right: 5%;
}

@media screen and (max-width: 849px) {
  .p-howto__img1-item--3 {
    top: 2px;
  }
}

@media screen and (min-width: 850px) {
  .p-howto__img1-item--3 {
    width: 15.4%;
    margin-left: 11%;
  }
}

.p-howto__img2 {
  position: relative;
  left: 8px;
  width: 194px;
  margin: 0 auto;
}

@media screen and (min-width: 850px) {
  .p-howto__img2 {
    width: 178px;
  }
}

.p-howto__img3 {
  position: relative;
  left: 16px;
  width: 178px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 849px) {
  .p-howto__img3 {
    height: 163px;
  }
}

@media screen and (min-width: 850px) {
  .p-howto__img3 {
    left: -3px;
    width: 163px;
  }
}

.p-howto__text {
  margin-top: 25px;
}

@media screen and (min-width: 850px) {
  .p-howto__text {
    margin-top: 34px;
  }
}

.p-howto__text--2 {
  margin-top: 7px;
}

@media screen and (min-width: 850px) {
  .p-howto__text--2 {
    margin-top: 14px;
  }
}

.p-howto__text--3 {
  margin-top: 23px;
}

@media screen and (min-width: 850px) {
  .p-howto__text--3 {
    margin-top: 32px;
  }
}

.p-howto__description {
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 850px) {
  .p-howto__description {
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: 0.09em;
  }
}

.p-howto__description .p-in-l {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}

@media screen and (min-width: 850px) {
  .p-howto__description .p-in-l {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
}

.p-howto__description--1 + .p-howto__description--1 {
  margin-top: 20px;
}

@media screen and (min-width: 850px) {
  .p-howto__description--1 + .p-howto__description--1 {
    margin-top: 9px;
  }
}

@media screen and (max-width: 849px) {
  .p-howto__description--2 {
    line-height: 1.6;
  }
}

.p-howto__description--2 .p-in-l {
  font-weight: bold;
}

.p-howto__description--2 + .p-howto__description--2 {
  margin-top: 24px;
}

@media screen and (min-width: 850px) {
  .p-howto__description--2 + .p-howto__description--2 {
    margin-top: 11px;
  }
}

@media screen and (min-width: 850px) and (max-width: 950px) {
  .p-howto__description--3 {
    font-size: 10px;
  }
}

@media screen and (min-width: 850px) {
  .p-howto__description--3 .p-in-narrow {
    display: inline-block;
    -webkit-transform: scaleX(0.9);
            transform: scaleX(0.9);
  }
}

@media screen and (max-width: 849px) {
  .p-howto__description--3 {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .p-howto__description--3 .p-in-l {
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: bold;
  }
}

.p-term__main {
  padding: 33px 0 38px;
}

@media screen and (min-width: 850px) {
  .p-term__main {
    padding: 60px 0 41px;
  }
}

.p-term__box {
  width: 84.7%;
  max-width: 500px;
  margin: 24px auto 0;
  background-color: #fff;
  border: 2px solid #006fcc;
  height: 401px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 850px) {
  .p-term__box {
    margin: 50px auto 0;
    width: 90%;
    max-width: 878px;
    border-width: 3px;
    height: 410px;
  }
}

.p-term__box-main {
  padding: 13px 15px;
}

@media screen and (min-width: 850px) {
  .p-term__box-main {
    padding: 21px 24px;
  }
}

.p-term__box-cap {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width: 850px) {
  .p-term__box-cap {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-term__box-detail {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
}

@media screen and (min-width: 850px) {
  .p-term__box-detail {
    margin-top: 13px;
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.14em;
  }
}

.p-term__check {
  margin-top: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media screen and (min-width: 850px) {
  .p-term__check {
    margin-top: 47px;
  }
}

.p-term__check-main {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #fff;
}

@media screen and (min-width: 850px) {
  .p-term__check-main {
    width: 47px;
    height: 47px;
  }
}

.p-term__check-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #006fcc;
  -webkit-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}

@media screen and (min-width: 850px) {
  .p-term__check-main::before {
    border-width: 3px;
  }
}

.p-term__check-main::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 25px;
  height: 15px;
  border-left: 4px solid #006fcc;
  border-bottom: 4px solid #006fcc;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 849px) {
  .p-term__check-main::after {
    top: 7px;
    left: 6px;
    width: 21px;
    height: 12px;
    border-left: 3px solid #006fcc;
    border-bottom: 3px solid #006fcc;
  }
}

@media screen and (min-width: 850px) {
  .p-term__check:hover .p-term__check-main::after {
    opacity: 0.2;
  }
  .is-agree .p-term__check:hover .p-term__check-main::after {
    opacity: 1;
  }
}

.is-agree .p-term__check-main::after {
  opacity: 1;
}

.p-term__check-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: 16px;
  padding-bottom: 2px;
}

@media screen and (min-width: 850px) {
  .p-term__check-text {
    margin-left: 23px;
    margin-right: 2px;
    padding-bottom: 4px;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

.p-term__btn {
  margin-top: 17px;
}

@media screen and (min-width: 850px) {
  .p-term__btn {
    margin-top: 39px;
  }
}

.p-term__btn--2 {
  margin-top: 26px;
}

@media screen and (min-width: 850px) {
  .p-term__btn--2 {
    margin-top: 70px;
  }
}

.p-term__contact {
  margin-top: 69px;
}

@media screen and (min-width: 850px) {
  .p-term__contact {
    margin-top: 95px;
  }
}

.p-term__contact-block {
  width: 84.7%;
  max-width: 500px;
  margin: 27px auto 0;
  border: 2px solid #006fcc;
  background-color: #fff;
}

@media screen and (min-width: 850px) {
  .p-term__contact-block {
    margin: 42px auto 0;
    width: 90%;
    max-width: 877px;
    border-width: 3px;
  }
}

.p-term__contact-block + .p-term__contact-block {
  margin-top: 26px;
}

@media screen and (min-width: 850px) {
  .p-term__contact-block + .p-term__contact-block {
    margin-top: 70px;
  }
}

.p-term__contact-head {
  padding: 13px 0 13px;
  border-bottom: 2px solid #006fcc;
}

@media screen and (min-width: 850px) {
  .p-term__contact-head {
    padding: 20px 0 18px;
    border-bottom-width: 3px;
  }
}

.p-term__contact-cap {
  position: relative;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width: 850px) {
  .p-term__contact-cap {
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 849px) {
  .p-term__contact-body {
    padding-bottom: 5px;
  }
}

.p-term__contact-item {
  position: relative;
  padding: 13px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media screen and (min-width: 850px) {
  .p-term__contact-item {
    padding: 18px 0 18px;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.09em;
  }
}

@media screen and (min-width: 850px) {
  .p-term__contact-item a {
    text-decoration: none;
  }
  .p-term__contact-item a:hover {
    text-decoration: underline;
  }
}

.p-term__contact-item + .p-term__contact-item::before {
  content: "";
  position: absolute;
  top: -1px;
  height: 2px;
  left: 14px;
  right: 14px;
  background-color: #006fcc;
}

@media screen and (min-width: 850px) {
  .p-term__contact-item + .p-term__contact-item::before {
    left: 25px;
    right: 25px;
  }
}

.p-term__contact-item .p-in-s {
  margin: 4px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 850px) {
  .p-term__contact-item .p-in-s {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}

.p-term__share {
  padding: 69px 0 40px;
}

@media screen and (min-width: 850px) {
  .p-term__share {
    padding: 108px 0 81px;
  }
}
