@charset "utf-8";

/* ==========================================
    #ab-fv
   ========================================== */

#rwd-content #ab-fv {
  padding: 84px 0 74px;
  background: #E2F9F7;
}

#rwd-content #ab-fv .pic img {
  width: 100%;
}

#rwd-content #ab-fv .texts .title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
}
#rwd-content #ab-fv .texts .title .small {
  font-size: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
}
#rwd-content #ab-fv .texts .desc {
  margin-top: 55px;
}
#rwd-content #ab-fv .texts .desc p {
  font-size: 1.8rem;
  line-height: 2;
}
#rwd-content #ab-fv .texts .desc p + p {
  margin-top: 2em;
}

#rwd-content #ab-fv .deco-bg {
  width: 100%;
  height: 101px;
  overflow: hidden;
  margin-top: 68px;
}
#rwd-content #ab-fv .deco-bg img {
  max-width: none;
  width: 3009px;
  height: 101px;
  animation: deco-bg-loop 20s linear 0s infinite;
}

@keyframes deco-bg-loop {
  0% { transform: translateX(0px); }
  100% { transform: translateX(-1009px); }
}

@media print, screen and (min-width: 768px) {
  #rwd-content .cont-replay.pageID-about {
    margin-top: -3px;
  }
  
  #rwd-content #ab-fv .col2-1 {
    width: 96%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #rwd-content #ab-fv .col2-1 .pic {
    width: calc(275 / 1140 * 100%);
  }
  #rwd-content #ab-fv .col2-1 .texts {
    width: calc(738 / 1140 * 100%);
  }
  #rwd-content #ab-fv .col2-1 .texts .title {
    margin-top: 38px;
  }
  
  #rwd-content #ab-fv .col2-2 {
    width: 96%;
    max-width: 1240px;
    margin: 46px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #rwd-content #ab-fv .col2-2 .texts {
    width: calc(720 / 1240 * 100%);
  }
  #rwd-content #ab-fv .col2-2 .pic {
    width: calc(437 / 1240 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #ab-fv {
    /*padding: 305px 0 137px;*/
    padding: 20px 0 137px;
  }

  #rwd-content #ab-fv .texts .title {
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
  }
  #rwd-content #ab-fv .texts .title .small {
    margin-top: 0.6em;
    font-size: 2rem;
    display: block;
    line-height: 1;
  }
  #rwd-content #ab-fv .texts {
    width: calc(340 var(--spp));
    margin: 0 auto;
  }
  #rwd-content #ab-fv .texts .desc {
    margin-top: 30px;
  }
  #rwd-content #ab-fv .texts .desc p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #rwd-content #ab-fv .deco-bg {
    margin-top: 55px;
  }
  
  /* col2-1 */
  #rwd-content #ab-fv {
    position: relative;
  }
  #rwd-content #ab-fv .col2-1 .pic {
    width: 120px;
    display: block;
    margin: 0 auto 20px;
  }
/*    #rwd-content #ab-fv .col2-1 .pic {
    width: 98px;
    position: absolute;
    right: calc(50% + 56px);
    top: 37px;
  }*/
  #rwd-content #ab-fv .col2-1 h1 {
    width: 177px;
    position: absolute;
    left: calc(50% - 23px);
    top: 105px;
  }
  #rwd-content #ab-fv .col2-1 h1 img {
    width: 100%;
  }
  
  /* col2-2 */
  #rwd-content #ab-fv .col2-2 {
    margin-top: 65px;
  }
  #rwd-content #ab-fv .col2-2 .pic {
    width: calc(336 var(--spp));
    max-width: 336px;
    margin: 40px auto 0;
  }
}

/* ==========================================
    #ab-style
   ========================================== */

#rwd-content #ab-style {
  border-top: solid 2px #000;
  text-align: center;
  position: relative;
}
#rwd-content #ab-style .headline {
  padding-top: 80px;
  position: relative;
}
#rwd-content #ab-style .headline .text1 {
  width: 196px;
  height: 69px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transform: translate(-50%,-29px);
  background: url("/jp/design_technology/replay/shared_replay/img/fukidashi_001.svg") no-repeat 0 0 / 100% auto;
}
#rwd-content #ab-style .headline img {
  width: 374px;
  vertical-align: baseline;
}
#rwd-content #ab-style .copy {
  margin-top: 26px;
  font-size: 2.4rem;
  line-height: 1;
  white-space: nowrap;
  font-weight: 700;
}

/*#rwd-content #ab-style .steps .texts .step::before {
  margin-right: 5px;
  display: inline-block;
  content: "";
  vertical-align: -2px;
}*/
/*#rwd-content #ab-style .steps .i1 .texts .step::before {
  width: calc(38px / 2);
  height: calc(61px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_001.png") no-repeat 0 0 / contain;
}
#rwd-content #ab-style .steps .i2 .texts .step::before {
  width: calc(37px / 2);
  height: calc(62px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_002.png") no-repeat 0 0 / contain;
}
#rwd-content #ab-style .steps .i3 .texts .step::before {
  width: calc(19px / 2);
  height: calc(61px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_003.png") no-repeat 0 0 / contain;
}
#rwd-content #ab-style .steps .i4 .texts .step::before {
  width: calc(62px / 2);
  height: calc(44px / 2);
  background: url("/jp/design_technology/replay/shared_replay/img/ico_step_004.png") no-repeat 0 0 / contain;
}*/

#rwd-content #ab-style .steps .texts {
  margin-top: 20px;
  text-align: left;
}
#rwd-content #ab-style .steps .texts .step {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
#rwd-content #ab-style .steps .texts .title {
  margin-top: 0.5em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}
#rwd-content #ab-style .steps .texts .desc {
  margin-top: 1.6em;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #ab-style .steps {
    width: 100%;
    max-width: 1474px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
  }
  #rwd-content #ab-style .steps li {
    width: 25%;
  }
  #rwd-content #ab-style .steps li + li {
    margin-left: -3.7%;
  }
  #rwd-content #ab-style .steps li:nth-child(even) {
    padding-top: 96px;
  }
  #rwd-content #ab-style .steps .texts {
    margin-left: 14%;
    margin-right: 9%;
  }
  #rwd-content #ab-style .steps .texts .step,
  #rwd-content #ab-style .steps .texts .title {
    white-space: nowrap;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1490px) {
  #rwd-content #ab-style .steps li:nth-child(even) {
    padding-top: calc(96 / 1490 * 100vw);
  }
  #rwd-content #ab-style .steps .texts .title {
    font-size: calc(28 / 1490 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #ab-style {
    border-width: 1px;
  }
  #rwd-content #ab-style .headline {
    padding-top: 78px;
  }
  #rwd-content #ab-style .headline .text1 {
    font-size: 1.7rem;
  }
  #rwd-content #ab-style .headline img {
    width: 294px;
    margin: 0 auto;
    display: block;
  }
  #rwd-content #ab-style .copy {
    margin-top: 22px;
    font-size: 2rem;
  }

  #rwd-content #ab-style .steps {
    width: calc(340 var(--spp));
    margin: 65px auto 0;
  }
  #rwd-content #ab-style .steps li + li {
    margin-top: 65px;
  }
  #rwd-content #ab-style .steps .pic {
    max-width: 340px;
    margin: 0 auto;
  }
  #rwd-content #ab-style .steps .texts {
    margin-top: 10px;
  }
  #rwd-content #ab-style .steps .texts .title {
    margin-top: 0.4em;
  }
  #rwd-content #ab-style .steps .texts .desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* ==========================================
    #pg-partner
   ========================================== */

#rwd-content #pg-partner {
  margin-top: 50px;
}
#rwd-content #pg-partner .headline {
  margin: 0;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
#rwd-content #pg-partner .headline span {
  padding: 0 0.5em;
  font-size: 3.6rem;
  line-height: 1;
  font-family: 'Zen Kaku Gothic New';
  font-weight: 700;
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 4;
}
#rwd-content #pg-partner .headline::after {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 2;
  content: "";
  display: block;
}

#rwd-content #pg-partner .desc {
  font-size: 1.8rem;
  line-height: 2;
}
#rwd-content #pg-partner .ex {
  margin: 65px 0 33px;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  #rwd-content #pg-partner .col2 {
    width: 96%;
    max-width: 1250px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #rwd-content #pg-partner .col2 .fig {
    width: calc(399 / 1250 * 100%);
    text-align: right;
  }
  #rwd-content #pg-partner .col2 .fig img {
    width: calc(314 / 399 * 100%);
  }
  #rwd-content #pg-partner .col2 .texts {
    width: calc(700 / 1250 * 100%);
  }
}

@media screen and (max-width: 767px) {
  #rwd-content #pg-partner {
    margin-top: 110px;
  }
  #rwd-content #pg-partner .headline {
    font-size: 2.4rem;
  }
  #rwd-content #pg-partner .headline span {
    padding: 0 1em;
    font-size: 2.4rem;
  }
  #rwd-content #pg-partner .headline::after {
    height: 1px;
    top: 50%;
  }

  #rwd-content #pg-partner .fig {
    width: 180px;
    margin: 50px auto;
  }
  #rwd-content #pg-partner .texts {
    width: calc(340 var(--spp));
    margin: 0 auto;
  }
  #rwd-content #pg-partner .desc {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  #rwd-content #pg-partner .ex {
    margin: 42px 0 34px;
    font-size: 2.4rem;
  }
}
