@charset "utf-8";

.ServiceMainVisual {
  background: linear-gradient(#fff 0, #fff 611px, rgba(245, 245, 245, 0) 611px);
  animation-name: ServiceMainVisual-fade;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  overflow: hidden;
}
@keyframes ServiceMainVisual-fade {
  from {
    background: linear-gradient(#fff 0, #fff 611px, rgba(245, 245, 245, 0) 611px);
  }
  to {
    background: linear-gradient(#fff 0, #fff 611px, rgba(245, 245, 245, 1) 611px);
  }
}
.ServiceMainVisual__main-wrapper {
  position: relative;
  padding: 660px 0 80px;
}
.ServiceMainVisual__bg1 {
  position: absolute;
  top: 279px;
  left: 0;
  right: 0;
  height: 332px;
  background: url(../img/pc/main_bg.png) no-repeat 50% 0;
  background-size: 1442px 332px;
  opacity: 0;
  animation-name: ServiceMainVisual__bg1-fade;
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes ServiceMainVisual__bg1-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ServiceMainVisual__bg2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 559px;
  background: url(../img/pc/main_bg2.svg) no-repeat 50% 0;
  background-size: 1284px 559px;
  opacity: 0;
  transform: translateY(-559px) scale(1, 0);
  animation-name: ServiceMainVisual__bg2-fade;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes ServiceMainVisual__bg2-fade {
  from {
    opacity: 0;
    transform: translateY(-559px) scale(1, 0);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1, 1);
  }
}
.ServiceMainVisual__bg2-icon {
  height: 559px;
  background: url(../img/pc/main_bg2_icon.png) no-repeat 50% 0;
  background-size: 1284px 559px;
  opacity: 0;
  animation-name: ServiceMainVisual__bg2-icon-fade;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes ServiceMainVisual__bg2-icon-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ServiceMainVisual__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/pc/main_202407.png) no-repeat 50% 0;
  background-size: 1246px 750px;
  opacity: 0;
  animation-name: ServiceMainVisual__main-fade;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.ServiceMainVisual__title {
  position: absolute;
  top: 137px;
  left: 50%;
  width: 540px;
  height: 106px;
  margin-left: -270px;
  background: url(../img/pc/icon_app.png) no-repeat 0 0, url(../img/pc/main_title.svg) no-repeat 130px 5px;
  background-size: 106px 106px, 406px 98px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
.ServiceMainVisual__copy {
  position: absolute;
  top: 44px;
  left: 50%;
  width: 400px;
  height: 50px;
  margin-left: -200px;
  border-radius: 25px;
  background: #fff;
  color: #e55151;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.ServiceMainVisual__copy-strong {
  font-size: 24px;
  vertical-align: -1px;
}
.ServiceMainVisual__copy-note {
  font-size: 10px;
  vertical-align: top;
}
@keyframes ServiceMainVisual__main-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ServiceMainVisual__arrow1-wrapper,
.ServiceMainVisual__arrow2-wrapper,
.ServiceMainVisual__arrow3-wrapper,
.ServiceMainVisual__arrow4-wrapper {
  position: absolute;
  left: 50%;
  overflow: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
  will-change: transform;
}
.ServiceMainVisual__arrow1-wrapper {
  top: 10px;
  width: 193px;
  height: 176px;
  margin-left: 240px;
  animation-name: ServiceMainVisual__arrow-wrapper-right;
  animation-delay: 2.5s;
}
.ServiceMainVisual__arrow2-wrapper {
  top: 73px;
  width: 307px;
  height: 280px;
  margin-left: -600px;
  animation-name: ServiceMainVisual__arrow-wrapper-left;
  animation-delay: 3.4s;
}
.ServiceMainVisual__arrow3-wrapper {
  top: 225px;
  width: 277px;
  height: 252px;
  margin-left: -750px;
  animation-name: ServiceMainVisual__arrow-wrapper-left;
  animation-delay: 3.5s;
}
.ServiceMainVisual__arrow4-wrapper {
  top: 106px;
  width: 277px;
  height: 252px;
  margin-left: -462px;
  animation-name: ServiceMainVisual__arrow-wrapper-left;
  animation-delay: 3.6s;
}
.ServiceMainVisual__arrow1,
.ServiceMainVisual__arrow2,
.ServiceMainVisual__arrow3,
.ServiceMainVisual__arrow4 {
  display: block;
  width: 100%;
  height: 100%;
  animation-duration: 1s;
  animation-fill-mode: both;
  will-change: transform;
}
.ServiceMainVisual__arrow1 {
  background: url(../img/pc/main_arrow1.svg) no-repeat 0 0;
  background-size: 193px 176px;
  animation-name: ServiceMainVisual__arrow-right;
  animation-delay: 2.5s;
}
.ServiceMainVisual__arrow2 {
  background: url(../img/pc/main_arrow2.svg) no-repeat 0 0;
  background-size: 307px 280px;
  animation-name: ServiceMainVisual__arrow-left;
  animation-delay: 3.4s;
}
.ServiceMainVisual__arrow3 {
  background: url(../img/pc/main_arrow3.svg) no-repeat 0 0;
  background-size: 277px 252px;
  animation-name: ServiceMainVisual__arrow-left;
  animation-delay: 3.5s;
}
.ServiceMainVisual__arrow4 {
  background: url(../img/pc/main_arrow4.svg) no-repeat 0 0;
  background-size: 277px 252px;
  animation-name: ServiceMainVisual__arrow-left;
  animation-delay: 3.6s;
}
@keyframes ServiceMainVisual__arrow-wrapper-right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ServiceMainVisual__arrow-wrapper-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ServiceMainVisual__arrow-right {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ServiceMainVisual__arrow-left {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.ServiceMainVisual__pickup {
  position: relative;
  z-index: 2;
  width: 1030px;
  margin: 0 auto 40px;
  padding: 24px 0 20px 20px;
  border-radius: 4px;
  background: #ebebeb;
  animation-name: ServiceMainVisual__main-fade;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.ServiceMainVisual__pickup-title {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 4px 15px;
  border-radius: 14px;
  background: #e55151;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.ServiceMainVisual__pickup-button--avscan,
.ServiceMainVisual__pickup-button--securitypack,
.ServiceMainVisual__pickup-button--lypPremium {
  display: inline-block;
  width: 323px;
  height: 76px;
  padding: 12px 0 0 72px;
  border: 3px solid #e55151;
  border-radius: 10px;
  background-color: #fff;
  color: #707070;
  font-size: 12px;
  user-select: none;
}
.ServiceMainVisual__pickup-button--avscan:hover,
.ServiceMainVisual__pickup-button--securitypack:hover,
.ServiceMainVisual__pickup-button--lypPremium:hover {
  text-decoration: none;
  color: #707070;
  background-color: #f5f5f5;
}
.ServiceMainVisual__pickup-button--avscan:active,
.ServiceMainVisual__pickup-button--securitypack:active,
.ServiceMainVisual__pickup-button--lypPremium:active {
  background-color: #ebebeb;
}
.ServiceMainVisual__pickup-button--avscan {
  margin-left: 10px;
  background-image: url(../img/pc/icon_avscan.svg), url(../img/pc/button_arrow_red.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 10px 12px, right 16px center;
  background-size: 52px 52px, 10px 21px;
}
.ServiceMainVisual__pickup-button--securitypack {
  background-image: url(../img/pc/icon_securitypack.svg), url(../img/pc/button_arrow_red.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 10px 12px, right 16px center;
  background-size: 52px 52px, 10px 21px;
}
.ServiceMainVisual__pickup-button--lypPremium {
  margin-left: 10px;
  border: 3px solid #0064c8;
  background-image: url(https://s.yimg.jp/c/icon/s/bsc/2.1/l/lyppremium80.png), url(../img/pc/button_arrow_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 10px center, right 16px center;
  background-size: 52px 52px, 10px 21px;
}
.ServiceMainVisual__pickup-button-strong {
  color: #e55151;
  font-size: 16px;
  font-weight: bold;
}
.ServiceMainVisual__pickup-button-strong--lypPremium {
  color: #0064c8;
  font-size: 16px;
  font-weight: bold;
}
.ServiceMainVisual__button {
  position: relative;
  z-index: 2;
  text-align: center;
  animation-name: ServiceMainVisual__main-fade;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.ServiceMainVisual__button .Button--primary {
  margin: 0;
  padding: 0 40px;
}
.ServiceMainVisual__button .Button--secondary {
  margin: 0 0 0 12px;
  padding: 0 40px;
}

.ServiceMainContents {
  opacity: 0;
  animation-name: ServiceMainContents-fade;
  animation-delay: 2s;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
@keyframes ServiceMainContents-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ServiceSection__h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
}
.ServiceSection__arrow-wrapper-right-anim,
.ServiceSection__arrow-wrapper-left-anim,
.ServiceSection__arrow-right-anim,
.ServiceSection__arrow-left-anim {
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ServiceSection__arrow-wrapper-right-anim {
  animation-name: ServiceSection__arrow-wrapper-right;
}
.ServiceSection__arrow-wrapper-left-anim {
  animation-name: ServiceSection__arrow-wrapper-left;
}
.ServiceSection__arrow-right-anim {
  animation-name: ServiceSection__arrow-right;
}
.ServiceSection__arrow-left-anim {
  animation-name: ServiceSection__arrow-left;
}
@keyframes ServiceSection__arrow-wrapper-right {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ServiceSection__arrow-wrapper-left {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ServiceSection__arrow-right {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes ServiceSection__arrow-left {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.ServiceApp {
  position: relative;
  height: 556px;
  padding-top: 92px;
  background: #fff url(../img/pc/app_bg.png) no-repeat 50% 0;
  background-size: 2042px 419px;
  overflow: hidden;
}
.ServiceApp__arrow-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 96px;
  height: 89px;
  margin-left: -590px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
.ServiceApp__arrow {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pc/arrow_right.svg) no-repeat 0 0;
  background-size: 96px 89px;
  opacity: 0;
  transform: translateX(100%);
}
.ServiceApp__description {
  width: 990px;
  margin: 0 auto;
  padding-right: 640px;
}
.ServiceApp__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 0 114px;
  background: url(../img/pc/icon_app.png) no-repeat 0 26px;
  background-size: 74px 74px;
}
.ServiceApp__download-store {
  display: flex;
  flex-direction: column;
}
.ServiceApp__download-button {
  line-height: 1;
  display: inline-block;
}
.ServiceApp__download-qr {
  width: 108px;
  height: 108px;
  border: 1px solid #e0e0e0;
  background-image: url(../img/pc/app_qr.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 108px 108px;
}
.ServiceApp__device {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 594px;
  height: 470px;
  margin-left: -100px;
  background: url(../img/pc/app_device_202504.png) no-repeat 0 0;
  background-size: 594px 470px;
  opacity: 0;
  transform: translateY(-100px);
}
.ServiceApp__device-anim {
  animation-name: ServiceApp__device-fade;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes ServiceApp__device-fade {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ServiceApp__point1,
.ServiceApp__point2,
.ServiceApp__point3,
.ServiceApp__point4 {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  transform: scale(0);
}
.ServiceApp__point1 {
  top: 218px;
  left: 50%;
  width: 143px;
  height: 150px;
  margin-left: -154px;
  background: url(../img/pc/app_point1.svg) no-repeat 0 0;
  background-size: 143px 150px;
}
.ServiceApp__point2 {
  top: 403px;
  left: 50%;
  width: 124px;
  height: 113px;
  margin-left: -80px;
  background: url(../img/pc/app_point2.svg) no-repeat 0 0;
  background-size: 124px 113px;
}
.ServiceApp__point3 {
  top: 174px;
  left: 50%;
  width: 138px;
  height: 125px;
  margin-left: 370px;
  background: url(../img/pc/app_point3.svg) no-repeat 0 0;
  background-size: 138px 125px;
}
.ServiceApp__point4 {
  top: 377px;
  left: 51%;
  width: 113px;
  height: 118px;
  margin-left: 330px;
  background: url(../img/pc/app_point4.svg) no-repeat 0 0;
  background-size: 113px 118px;
}
.ServiceApp__point-anim {
  animation-name: ServiceApp__point-scale;
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes ServiceApp__point-scale {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.ServiceUse {
  position: relative;
  height: 511px;
  background: #f5f5f5;
  overflow: hidden;
}
.ServiceUse__arrow-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 96px;
  height: 89px;
  margin-left: 30px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
.ServiceUse__arrow {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pc/arrow_right.svg) no-repeat 0 0;
  background-size: 96px 89px;
  opacity: 0;
}
.ServiceUse__description {
  width: 990px;
  margin: 0 auto;
  padding: 100px 0 0 620px;
}
.ServiceUse__view {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 573px;
  height: 409px;
  margin-left: -495px;
  background: url(../img/pc/use_view_new_202310.png) no-repeat 0 0;
  background-size: 573px 409px;
  opacity: 0;
  transform: translateY(100px);
}
.ServiceUse__view-anim {
  animation-name: ServiceUse__view-fade;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes ServiceUse__view-fade {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ServiceUse__zoom {
  position: absolute;
  bottom: 66px;
  left: 50%;
  width: 743px;
  height: 151px;
  margin-left: -342px;
  background: url(../img/pc/use_zoom_new_202310.png) no-repeat 0 0;
  background-size: 743px 151px;
  opacity: 0;
}
.ServiceUse__zoom-anim {
  animation-name: ServiceUse__zoom-fade;
  animation-delay: 1.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes ServiceUse__zoom-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ServiceSecurity {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.ServiceSecurity__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3000px;
  background-image: url(../img/pc/security_bg.png);
  background-repeat: repeat;
  background-position: 50% 0;
  background-size: 685px 694px;
}
.ServiceSecurity__img {
  position: relative;
  height: 100%;
  padding-top: 82px;
  background: url(../img/pc/security.svg) no-repeat 50% 0;
  background-size: 1208px 700px;
}
.ServiceSecurity__description {
  text-align: center;
}
.ServiceSecurity__pickup {
  width: 990px;
  margin: 270px auto 0;
}
.ServiceSecurity__pickup-title {
  margin-bottom: 26px;
  color: #0064c8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, #fff 1px -1px 0, #fff -1px 1px 0;
}
.ServiceSecurity__pickup-label {
  background: #e55151;
  padding: 4px 15px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 14px;
}
.ServiceSecurity__pickup-button--avscan,
.ServiceSecurity__pickup-button--securitypack {
  display: inline-block;
  width: 477px;
  height: 124px;
  padding: 16px 50px 0 114px;
  border: 4px solid #0064c8;
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  user-select: none;
}
.ServiceSecurity__pickup-button--avscan:hover,
.ServiceSecurity__pickup-button--securitypack:hover {
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
}
.ServiceSecurity__pickup-button--avscan:active,
.ServiceSecurity__pickup-button--securitypack:active {
  background-color: #ebebeb;
}
.ServiceSecurity__pickup-button--avscan {
  background-image: url(../img/pc/icon_avscan.svg), url(../img/pc/button_arrow_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 20px, right 24px center;
  background-size: 76px 76px, 10px 21px;
}
.ServiceSecurity__pickup-button--securitypack {
  margin-left: 36px;
  background-image: url(../img/pc/icon_securitypack.svg), url(../img/pc/button_arrow_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 20px, right 24px center;
  background-size: 76px 76px, 10px 21px;
}
.ServiceSecurity__pickup-button-strong {
  display: block;
  color: #0064c8;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}
.ServiceSecurity__pickup-button-price {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

.ServiceTheme {
  position: relative;
  height: 680px;
  padding-top: 96px;
  background: #fff url(../img/pc/theme_bg.png) no-repeat 50% 0;
  background-size: 2652px 680px;
  overflow: hidden;
}
.ServiceTheme__arrow-wrapper {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 96px;
  height: 89px;
  margin-left: 230px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(100%);
}
.ServiceTheme__arrow {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pc/arrow_left.svg) no-repeat 0 0;
  background-size: 96px 89px;
  opacity: 0;
}
.ServiceTheme__h2 {
  margin: 0 -30px 20px 0;
  padding-left: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
}
.ServiceTheme__description {
  width: 990px;
  margin: 0 auto;
  padding-left: 600px;
}
.ServiceTheme__description .ServiceH2 {
  text-align: right;
}
.ServiceTheme__device {
  position: absolute;
  top: 148px;
  left: 50%;
  width: 529px;
  height: 427px;
  margin-left: -495px;
  background: url(../img/pc/theme_device_202310.png) no-repeat 0 0;
  background-size: 529px 427px;
  opacity: 0;
  transform: translateY(600px);
}
.ServiceTheme__device-anim {
  animation-name: ServiceTheme__device-fade;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes ServiceTheme__device-fade {
  from {
    opacity: 0;
    transform: translateY(600px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ServiceTheme__thumbnail1,
.ServiceTheme__thumbnail2,
.ServiceTheme__thumbnail3,
.ServiceTheme__thumbnail4,
.ServiceTheme__thumbnail5,
.ServiceTheme__thumbnail6 {
  position: absolute;
  left: 50%;
  width: 115px;
  height: 115px;
  opacity: 0;
}
.ServiceTheme__thumbnail1 {
  top: 334px;
  margin-left: -161px;
  background: url(../img/pc/theme_thumbnail1.png) no-repeat 0 0;
  background-size: 115px 115px;
}
.ServiceTheme__thumbnail2 {
  top: 334px;
  margin-left: -34px;
  background: url(../img/pc/theme_thumbnail2.png) no-repeat 0 0;
  background-size: 115px 115px;
}
.ServiceTheme__thumbnail3 {
  top: 334px;
  margin-left: 93px;
  background: url(../img/pc/theme_thumbnail3.png) no-repeat 0 0;
  background-size: 115px 115px;
}
.ServiceTheme__thumbnail4 {
  top: 461px;
  margin-left: -34px;
  background: url(../img/pc/theme_thumbnail4.png) no-repeat 0 0;
  background-size: 115px 115px;
}
.ServiceTheme__thumbnail5 {
  top: 461px;
  margin-left: 93px;
  background: url(../img/pc/theme_thumbnail5.png) no-repeat 0 0;
  background-size: 115px 115px;
}
.ServiceTheme__thumbnail6 {
  top: 461px;
  margin-left: 220px;
  background: url(../img/pc/theme_thumbnail6.png) no-repeat 0 0;
  background-size: 115px 115px;
}
.ServiceTheme__thumbnail1-anim,
.ServiceTheme__thumbnail2-anim,
.ServiceTheme__thumbnail3-anim,
.ServiceTheme__thumbnail4-anim,
.ServiceTheme__thumbnail5-anim,
.ServiceTheme__thumbnail6-anim {
  animation-name: ServiceTheme__thumbnail-fade;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.ServiceTheme__thumbnail1-anim {
  animation-delay: 1s;
}
.ServiceTheme__thumbnail2-anim {
  animation-delay: 1.3s;
}
.ServiceTheme__thumbnail3-anim {
  animation-delay: 1.6s;
}
.ServiceTheme__thumbnail4-anim {
  animation-delay: 1.9s;
}
.ServiceTheme__thumbnail5-anim {
  animation-delay: 2.2s;
}
.ServiceTheme__thumbnail6-anim {
  animation-delay: 2.5s;
}
@keyframes ServiceTheme__thumbnail-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ServiceOptions {
  position: relative;
  height: 570px;
  padding-top: 104px;
  background: linear-gradient(#fff 0, #fff 38px, #f5f5f5 38px);
}
.ServiceOptions__arrow-wrapper {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 96px;
  height: 89px;
  margin-left: -596px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
}
.ServiceOptions__arrow {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pc/arrow_right.svg) no-repeat 0 0;
  background-size: 96px 89px;
  opacity: 0;
}
.ServiceOptions__description {
  width: 990px;
  margin: 0 auto;
}
.ServiceOptions__illust-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 450px;
  height: 320px;
  margin-left: 30px;
  overflow: hidden;
}
.ServiceOptions__illust {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/pc/options_illust.svg) no-repeat 0 0;
  background-size: 450px 320px;
  opacity: 0;
}
.ServiceOptions__illust-anim {
  animation-name: ServiceOptions__illust-fade;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes ServiceOptions__illust-fade {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ServiceOptions__pickup-top {
  position: relative;
  display: flex;
  width: 990px;
  margin: 42px auto 0;
}
.ServiceOptions__pickup-bottom {
  position: relative;
  display: flex;
  width: 990px;
  margin: 30px auto 0;
}
.ServiceOptions__pickup-title {
  margin-bottom: 26px;
  color: #0064c8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-shadow: #fff 0 0 10px;
}
.ServiceOptions__pickup-button--ymchange,
.ServiceOptions__pickup-button--safetyaddr,
.ServiceOptions__pickup-button--myname,
.ServiceOptions__pickup-button--addmail {
  display: inline-flex;
  align-items: center;
  width: 477px;
  height: 124px;
  padding: 0 60px 0 114px;
  border: 4px solid #0064c8;
  border-radius: 20px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  user-select: none;
}
.ServiceOptions__pickup-button--ymchange:hover,
.ServiceOptions__pickup-button--safetyaddr:hover,
.ServiceOptions__pickup-button--myname:hover,
.ServiceOptions__pickup-button--addmail:hover {
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
}
.ServiceOptions__pickup-button--ymchange:active,
.ServiceOptions__pickup-button--safetyaddr:active,
.ServiceOptions__pickup-button--myname:active,
.ServiceOptions__pickup-button--addmail:active {
  background-color: #ebebeb;
}
.ServiceOptions__pickup-button--ymchange {
  background-image: url(../img/pc/icon_ymchange.svg), url(../img/pc/button_arrow_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 20px, right 24px center;
  background-size: 76px 76px, 10px 21px;
}
.ServiceOptions__pickup-button--safetyaddr {
  margin-left: auto;
  background-image: url(../img/pc/icon_safetyaddr.svg), url(../img/pc/button_arrow_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 20px, right 24px center;
  background-size: 76px 76px, 10px 21px;
}
.ServiceOptions__pickup-button--myname {
  background-image: url(../img/pc/icon_myname.svg), url(../img/pc/button_arrow_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 20px, right 24px center;
  background-size: 76px 76px, 10px 21px;
}
.ServiceOptions__pickup-button--addmail {
  margin-left: auto;
  background-image: url(../img/pc/icon_addmail.svg), url(../img/pc/button_arrow_blue.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 20px, right 24px center;
  background-size: 76px 76px, 10px 21px;
}
.ServiceOptions__pickup-button-strong {
  display: block;
  color: #0064c8;
  font-size: 16px;
  font-weight: bold;
}
.ServiceOptions__pickup-button-strong-small {
  color: #333;
  font-size: 12px;
}

.ServiceStart {
  padding-top: 185px;
  padding-bottom: 60px;
  background: url(../img/pc/icon_app.png) no-repeat 50% 53px;
  background-size: 102px 102px;
}
.ServiceStart__title {
  font-size: 24px;
  text-align: center;
}
.ServiceStart__button {
  margin-top: 20px;
  text-align: center;
}
.ServiceStart__button .Button--primary {
  margin: 0;
  padding: 0 40px;
}
.ServiceStart__button .Button--secondary {
  margin: 0 0 0 12px;
  padding: 0 40px;
}
.ServiceStart__sns {
  display: flex;
  width: 280px;
  height: 40px;
  margin: 50px auto 0;
}
.ServiceStart__sns-facebook,
.ServiceStart__sns-twitter {
  flex: 1;
  width: 50%;
  height: 100%;
  text-align: center;
}

.ServiceTerms {
  margin-bottom: 20px;
  padding: 24px 0;
  background: #f5f5f5;
  font-size: 12px;
}
.ServiceTerms__text {
  width: 990px;
  margin: 0 auto;
}

.NewDomain__button-effect {
  background: url(../img/pc/effect1.png) no-repeat 50%;
  background-size: 393px 45px;
  text-align: center;
  margin: 16px 0;
}
.button-effect__title {
  font-weight: bold;
  color: #cc2524;
  font-size: 18px;
}
.button-effect__text {
  font-size: 14px;
}
.NewDomain__button-wrapper {
  display: flex;
  justify-content: center;
}
.NewDomain__button-effect-login {
  position: relative;
  margin-left: 16px;
  padding-left: 34px;
  text-align: left;
}
.button-effect-login__img {
  width: 46px;
  height: 115px;
  position: absolute;
  top: -18px;
  left: 0;
}
.button-effect-login__title {
  font-weight: bold;
  color: #cc2524;
  font-size: 18px;
  line-height: 24px;
}
.button-effect-login__text {
  font-size: 14px;
  margin-bottom: 6px;
}
